﻿.anchorLink {
  padding-top: 50px;
  margin-top: -50px;
}
.p-mv {
  height: 765px;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 815px;
  }
}
@media screen and (max-width: 650px) {
  .p-mv {
    height: 650px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv {
    height: 480px;
  }
}
.p-mv__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 83.4%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__image {
    width: 100%;
  }
}
.p-mv__titles {
  padding-top: 240px;
  margin-left: -125px;
}
@media screen and (max-width: 1300px) {
  .p-mv__titles {
    margin-left: -60px;
  }
}
@media screen and (max-width: 1200px) {
  .p-mv__titles {
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__titles {
    margin-left: 40px;
  }
}
@media screen and (max-width: 650px) {
  .p-mv__titles {
    padding-top: 160px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__titles {
    margin-left: 0;
    padding-top: 140px;
  }
}
.p-mv__title {
  position: relative;
  display: table;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 9.8rem;
}
@media screen and (max-width: 1024px) {
  .p-mv__title {
    font-size: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    font-size: 98px;
  }
}
@media screen and (max-width: 650px) {
  .p-mv__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__title {
    font-size: 49px;
  }
}
.p-mv__title:nth-child(n + 2) {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-mv__title:nth-child(n + 2) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  .p-mv__title:nth-child(n + 2) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__title:nth-child(n + 2) {
    margin-top: 15px;
  }
}
/* 
.p-mv__title::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 13px;
  background-color: #000;
  height: 3px;
  width: 0vw;
  transition: width 0.9s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  .p-mv__title::after {
    bottom: 14px;
  }
}
@media screen and (max-width: 650px) {
  .p-mv__title::after {
    bottom: 8px;
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__title::after {
    bottom: 5px;
    right: 8px;
    height: 2px;
  }
}
.view .p-mv__title::after {
  width: 50vw;
}
@media screen and (max-width: 1200px) {
  .view .p-mv__title::after {
    width: 60vw;
  }
}
@media screen and (max-width: 1024px) {
  .view .p-mv__title::after {
    width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .view .p-mv__title::after {
    width: 90vw;
  }
} */
.p-mv__read {
  margin: 65px 0 0 -125px;
  font-size: 2rem;
  line-height: 1.9;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .p-mv__read {
    margin-left: -60px;
  }
}
@media screen and (max-width: 1200px) {
  .p-mv__read {
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__read {
    font-size: 30px;
    margin: 35px 0 0 40px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 650px) {
  .p-mv__read {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__read {
    font-size: 15px;
    margin: 20px 0 0 0;
  }
}
.p-mv__button {
  position: absolute;
  flex-direction: column;
  position: absolute;
  right: -72.5px;
  bottom: -80px;
  width: 145px;
  height: 145px;
}
@media screen and (max-width: 1200px) {
  .p-mv__button {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__button {
    bottom: -115px;
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__button {
    right: 20px;
    bottom: -180px;
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 650px) {
  .p-mv__button {
    right: 20px;
    bottom: -175px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__button {
    right: 0;
    bottom: -115px;
    width: 80px;
    height: 80px;
  }
}
.p-mv__button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 35px;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
@media screen and (max-width: 650px) {
  .p-mv__button::after {
    border-radius: 25px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__button::after {
    border-radius: 20px;
  }
}
.p-mv__button:hover .p-mv__button__arrow {
  transform: translateY(5px);
}
.p-mv__button__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.7rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-mv__button__text {
    font-size: 23px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__button__text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.p-mv__button__arrow {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  width: 12px;
  height: auto;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .p-mv__button__arrow {
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-mv__button__arrow {
    width: 10px;
  }
}
.p-second {
  padding-top: 210px;
}
@media screen and (max-width: 1024px) {
  .p-second {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-second {
    padding-top: 105px;
  }
}
@media screen and (max-width: 500px) {
  .p-second {
    padding-top: 50px;
  }
}
.p-second__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-second__inner {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .p-second__inner {
    padding-bottom: 27px;
  }
}
.p-second__inner::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 88%;
  background-color: #f5f3f2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-second__inner::before {
    top: inherit;
    bottom: 0;
    transform: inherit;
    height: 93%;
  }
}
.p-second__contents {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-second__contents {
    flex-wrap: wrap;
    align-items: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-second__contents .c-textEn {
    font-size: 20px;
    color: #000;
    padding-left: 10px;
    margin: 0 0 10px 0;
  }
}
.p-second__contents .c-textEn::before {
  display: block;
}
.p-second__image {
  width: 415px;
  height: 485px;
}
@media screen and (max-width: 1024px) {
  .p-second__image {
    width: 45%;
    height: 47.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-second__image {
    height: 46.6vw;
    width: 40vw;
  }
}
.p-second__texts {
  width: 50%;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .p-second__texts {
    padding: 0;
    margin-top: 105px;
  }
}
@media screen and (max-width: 500px) {
  .p-second__texts {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-second__texts .p-second__text {
    display: none;
  }
}
.p-second__title {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-second__title {
    font-size: 40px;
    line-height: 1.4;
    margin-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  .p-second__title {
    font-size: 20px;
  }
}
.p-second__text {
  margin-top: 25px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-second__text {
    margin-top: 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .p-second__text {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-service {
  padding: 75px 0 120px;
}
@media screen and (max-width: 1024px) {
  .p-service {
    padding: 70px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-service {
    padding: 55px 0 145px;
  }
}
@media screen and (max-width: 500px) {
  .p-service {
    padding: 27px 0 72px;
  }
}
.p-service .c-button {
  margin-top: 70px;
}
@media screen and (max-width: 500px) {
  .p-service .c-button {
    margin-top: 35px;
  }
}
.p-service__wrap {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service__wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-service__titles {
    width: 100%;
  }
}
.p-service__titles .c-title {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-service__titles .c-title {
    position: relative;
    text-align: center;
    margin-top: -25px;
  }
  .p-service__titles .c-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 114px;
    background-color: #ff4e19;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .p-service__titles .c-title::after {
    width: 58px;
    height: 2px;
    bottom: -8px;
  }
}
@media screen and (max-width: 500px) {
  .p-service__titles .c-title {
    margin-top: -12px;
  }
}
.p-service__titles .c-link {
  margin-top: 15px;
}
.p-service__contents {
  flex-wrap: wrap;
  width: 64.5%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-service__contents {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .p-service__contents {
    width: 100%;
    margin-top: 65px;
  }
}
@media screen and (max-width: 500px) {
  .p-service__contents {
    margin-top: 32px;
  }
}
.p-service__content {
  width: 46.5%;
}
.p-service__content:nth-child(n + 3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-service__content:nth-child(n + 3) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 500px) {
  .p-service__content:nth-child(n + 3) {
    margin-top: 22px;
  }
}
.p-service__content .c-link {
  margin-top: 8px;
}
.p-service__image {
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 1024px) {
  .p-service__image {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-service__image {
    height: 30vw;
  }
}
.p-service__title {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-service__title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  .p-service__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__text {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .p-service__text {
    font-size: 11px;
  }
}
.p-case {
  padding: 60px 0 65px;
  background-color: #f5f3f2;
}
@media screen and (max-width: 768px) {
  .p-case {
    padding: 85px 0 120px;
  }
}
@media screen and (max-width: 500px) {
  .p-case {
    padding: 42px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-case .c-inner {
    width: 100%;
  }
}
.p-case__titles {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-case__titles {
    justify-content: center;
    margin-top: -115px;
  }
}
@media screen and (max-width: 500px) {
  .p-case__titles {
    margin-top: -58px;
  }
}
.p-case__titles .c-link {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .p-case__titles .c-link {
    position: absolute;
    bottom: -90px;
    right: 35px;
  }
}
@media screen and (max-width: 500px) {
  .p-case__titles .c-link {
    bottom: -45px;
  }
}
.swiper-container {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    width: 100vw;
    margin-top: 45px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-container {
    margin-top: 22px;
  }
}
.p-case__swiper__image {
  width: 100%;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .p-case__swiper__image {
    height: 48vw;
  }
}
.p-case__swiper__title {
  margin: 15px 0 2px 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-case__swiper__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .p-case__swiper__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-case__swiper__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p-case__swiper__text {
    font-size: 12px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 85px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 38%;
    width: 65px;
    height: 115px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 41%;
    width: 32px;
    height: 60px;
  }
}
.swiper-button-next {
  background-image: url('../../../../assets/images/top/arrow_gray_right.png');
  right: -30px;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 60px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-button-next {
    right: 30px;
  }
}
.swiper-button-prev {
  background-image: url('../../../../assets/images/top/arrow_gray_left.png');
  left: -30px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 60px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-button-prev {
    left: 30px;
  }
}
.p-media {
  padding-top: 75px;
}
.p-media__contents {
  justify-content: space-between;
}
.p-media__texts {
  width: 57.5%;
}
@media screen and (max-width: 768px) {
  .p-media__texts {
    width: 100%;
  }
}
.p-media__texts .c-title {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-media__texts .c-title {
    margin-top: -25px;
  }
}
@media screen and (max-width: 500px) {
  .p-media__texts .c-title {
    margin-top: -12px;
  }
}
@media screen and (max-width: 768px) {
  .p-media__texts .c-link {
    margin-left: auto;
    margin-right: 10px;
  }
}
.p-media__text {
  margin: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  .p-media__text {
    font-size: 28px;
    margin: 45px 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-media__text {
    font-size: 14px;
    margin: 22px 0 15px;
  }
}
.p-media__image {
  width: 390px;
  height: 475px;
}
@media screen and (max-width: 768px) {
  .p-media__image {
    width: 57.4vw;
    height: 69.4vw;
    margin: 25px auto 0;
  }
}
.p-banner {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .p-banner {
    padding-top: 170px;
  }
}
@media screen and (max-width: 500px) {
  .p-banner {
    padding-top: 85px;
  }
}
.p-banner__image {
  width: 100%;
  display: block;
  transition:
    opacity 0.3s,
    transform 0.9s;
}
@media screen and (max-width: 768px) {
  .p-banner__image img:first-child {
    display: none;
  }
}
.p-banner__image img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-banner__image img:nth-child(2) {
    display: block;
  }
}
.p-banner__image:hover {
  opacity: 0.7;
}
.p-news {
  padding: 105px 0 135px;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 105px 0 105px;
  }
}
@media screen and (max-width: 500px) {
  .p-news {
    padding: 58px 0 58px;
  }
}
.p-news .c-link {
  margin-top: 10px;
}
.p-news__titles {
  margin: 0 auto;
}
.p-news__contents {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-news__contents {
    flex-wrap: wrap;
  }
}
.p-news__contents .c-button {
  margin-top: 55px;
}
@media screen and (max-width: 500px) {
  .p-news__contents .c-button {
    margin-top: 28px;
  }
}
.p-news__lists {
  width: 63.5%;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-news__lists {
    width: 100%;
    margin-top: 75px;
  }
}
@media screen and (max-width: 500px) {
  .p-news__lists {
    margin-top: 38px;
  }
}
.p-news__list {
  position: relative;
  border-bottom: 1px solid #000;
  transition: background-color 0.3s;
}
.p-news__list::before {
  content: '→';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 2rem;
  color: #ff4e19;
}
@media screen and (max-width: 768px) {
  .p-news__list::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-news__list::before {
    font-size: 15px;
  }
}
.p-news__list:hover {
  background-color: #f5f3f2;
}
.p-news__link {
  display: block;
  padding: 25px 45px 25px 0;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    padding: 30px 75px 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .p-news__link {
    padding: 15px 38px 15px 0;
  }
}
.p-news__date {
  font-size: 1.7rem;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    font-size: 26px;
  }
}
.p-news__category {
  color: #ff4e19;
  padding: 2px 8px;
  background-color: #f5f3f2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-news__category {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p-news__category {
    font-size: 12px;
  }
}
.p-news__title {
  font-size: 1.7rem;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p-news__title {
    font-size: 12px;
  }
}
.p-whitePaper__banner {
  display: none;
}
.p-relation {
  margin-bottom: 105px;
  padding: 60px 0;
  background-color: #f5f3f2;
}
.p-relation__contents {
  flex-wrap: wrap;
}
.p-relation__heading {
  text-align: center;
}
