@charset "UTF-8";
/* 変数 */
/* 関数 */
/*
css
　 ├ style.css--------：WEB 1,400px以上
　 ├ pc.css-----------：WEB 1,399px以下、1,025以上
　 ├ tablet.css-------：WEB 1,024以下、767px以上
　 └ smart.css--------：WEB 768px以下
*/
/* css記載順序
01. 固定ページのh1,h2見出し

02. toppage

03. form
04. 下層ページ
end css記載順序
*/
/*************************** 01. 固定ページのh1,h2見出し *******************/
/*************************** 02. toppage ***********************/
/* 打消し */
.l-content {
  padding-top: 0;
}

.top #content {
  padding-top: 0;
}

/* MV */
.p-top-mv {
  margin-left: auto;
  padding-left: 6.5rem;
  padding-bottom: 12rem;
  position: relative;
}

.p-top-mv::before {
  content: "";
  background-image: url("../../images/cloud-left.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 82rem;
  height: 58.5rem;
  position: absolute;
  bottom: -20%;
  left: -7%;
  z-index: 10;
}

.p-top-mv::after {
  content: "";
  background-image: url("../../images/cloud-right.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 85.4rem;
  height: 61rem;
  position: absolute;
  bottom: -15%;
  right: -10%;
  z-index: 10;
}

.p-top-mv__inner {
  position: relative;
}

.p-top-mv__title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-left: 4rem;
  margin-bottom: 6.4rem;
}

.p-top-mv__title-en {
  display: block;
  width: 60rem;
}

.p-top-mv__title-jp {
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 7rem;
  display: block;
}

.p-top-mv__swiper {
  border-radius: 0 0 0 6rem;
}

.p-top-mv__swiper-img {
  width: 100%;
  height: 100%;
}

.p-top-mv__swiper-img img {
  aspect-ratio: 1855/865;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

/* concept */
.c-top-bg {
  background-color: #fff;
  padding-block: 12rem;
  margin-right: 10rem;
  border-radius: 0 6rem 6rem 0;
}

.p-top-concept__main-title {
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-top-concept__en {
  color: #172B46;
  font-family: "Inter", sans-serif;
  font-size: 17rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-top-concept__en-icon {
  position: relative;
}

.p-top-concept__en-icon::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../../images/title-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 19.1rem;
  height: 8rem;
  z-index: 1;
}

.p-top-concept__block {
  margin-top: 4rem;
}

.p-top-concept__lead {
  color: #2F2F2F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-top-concept__texts {
  margin-top: 4rem;
}

.p-top-concept__text:not(:first-child) {
  margin-top: 2rem;
}

/* service */
.p-top-service {
  margin-top: 12rem;
}

.p-top-service__inner {
  background: #172B46;
  border-radius: 6rem;
  padding-block: 6.4rem;
  padding-right: 14.5rem;
  padding-left: 14.5rem;
  width: 95%;
}

.p-top-service__title {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 17rem;
  font-weight: 700;
  line-height: 1;
  margin-left: -4rem;
  background: linear-gradient(90deg, #FFF 27%, rgba(153, 153, 153, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
  margin-top: -4rem;
}

.p-top-service__item-img img {
  aspect-ratio: 376/251;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-service__item-title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.6rem;
}

.p-top-service__item-desc {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.8rem;
}

/* news */
.p-top-news {
  margin-top: 12rem;
}

.p-top-news__inner {
  max-width: 125rem;
}

.p-top-news__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 9.5rem;
}

.p-top-news__column-left {
  width: 13%;
}

.p-top-news__title-en {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-top-news__title-jp {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.p-top-news__categories {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.c-category {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  padding: 0.4rem 1.6rem;
  border-radius: 4rem;
}

.p-top-news__column-right {
  width: 86rem;
}

.p-top-news__item {
  width: 100%;
  padding-bottom: 4rem;
  border-bottom: 1px solid #fff;
}

.p-top-news__item:not(:first-child) {
  padding-top: 4rem;
}

.p-top-news__item-link {
  display: block;
}

.p-top-news__item-date {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.p-top-news__list-tags {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.p-top-news__item-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.p-top-news__item-title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-top-news__item-icon {
  display: inline-block;
  background-image: url("../../images/news-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8rem;
  height: 2.8rem;
}

.p-top-news__btn {
  margin-top: 6.4rem;
  text-align: center;
}

.c-btn {
  display: inline-block;
  color: #163A63;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 5rem;
  padding-inline: 2.4rem 0.9rem;
  padding-block: 1.2rem;
  max-width: 29rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.c-btn-contact {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #172B46;
  padding-inline: 2.4rem 0.9rem;
  padding-block: 1.2rem;
  max-width: 29rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.c-btn__icon {
  display: inline-block;
  background-image: url("../../images/btn-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8rem;
  height: 2.8rem;
}

/* sns */
.p-top-sns {
  margin-top: 12rem;
  position: relative;
  z-index: 10;
}

.p-top-sns::before {
  content: "";
  background-image: url("../../images/cloud-left.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 35%;
  position: absolute;
  top: -25%;
  left: -5%;
  z-index: 1;
}

.p-top-sns::after {
  content: "";
  background-image: url("../../images/cloud-right.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45%;
  height: 45%;
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  z-index: 1;
}

.p-top-sns__wrapper {
  background-color: #fff;
  border-radius: 6rem;
  padding: 8rem 12rem;
  position: relative;
  z-index: 10;
}

.p-top-sns__title-en {
  color: #172B46;
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-top-sns__title-jp {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.p-top-sns__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-top-sns__instagram {
  width: 60%;
}

.p-top-sns__btns {
  text-align: center;
  margin-top: 3.2rem;
  width: 30%;
}

.p-top-sns__x-btn {
  margin-top: 3.2rem;
}

.c-btn--instagram {
  border-radius: 5rem;
  background: linear-gradient(88deg, #FFBE39 6.22%, #DB5A68 42.22%, #D24273 65.93%, #D24273 77.78%);
  color: #fff;
}

.c-btn__icon--instagram {
  background-image: url("../../images/instagram-icon.png");
}

.c-btn--x {
  border-radius: 5rem;
  background: #1A1A1A;
  color: #fff;
}

.c-btn__icon--x {
  background-image: url("../../images/x-icon.png");
}

/* img */
.p-top-images {
  margin-top: 8rem;
}

.p-top-images__wrapper {
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

.p-top-images__slide {
  width: 37.6rem;
  flex-shrink: 0;
}
.p-top-images__slide img {
  aspect-ratio: 376/251;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* contact */
.p-contact {
  margin-top: 12rem;
  background-image: url("../../images/contact-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-block: 19rem;
  border-radius: 6rem 6rem 0 0;
}

.p-contact__title-en {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1;
}

.p-contact__text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2.4rem;
}

.p-contact__btn {
  margin-top: 8rem;
}

/*************************** 03. form  ***********************/
/* contact7 */
.p-page-contact {
  padding-block: 6rem 12rem;
}

.p-page-contact__inner {
  max-width: 120rem;
}

.p-page-contact__text {
  text-align: center;
}

.p-page-contact__form {
  margin-top: 6rem;
}

.p-form__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-form__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-form__label {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 50%;
  padding: 2rem;
}

.p-form__required {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  padding: 0.6rem;
  display: inline-block;
  border: 1px solid rgba(33, 33, 33, 0.5);
  background-color: #212121;
  color: #fff;
}

.p-form__required--bg {
  background-color: #fff;
  color: #212121;
}

.p-form__data-select {
  width: 100%;
}

.p-form__select,
.p-form__input,
.p-form__textarea {
  width: 100%;
  background-color: #f5f5f5;
  padding: 2rem;
  border: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
}

.p-form__data {
  width: 100%;
}

.p-form__input {
  width: 100%;
}

.p-form__group--start {
  align-items: flex-start;
}

.p-form__textarea {
  height: 30rem;
}

.p-form__label--ck {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-top: 8rem;
}

.p-form__privacy {
  text-decoration: underline;
}

.p-form__btn {
  text-align: center;
  margin-top: 6rem;
}

.p-form__group--privacy {
  display: block;
}

.p-form__btn-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 2rem;
  display: block;
}

.p-form__btn-note {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 1rem;
  display: block;
}

.p-form__btn-note a {
  text-decoration: underline;
}

.wpcf7-spinner {
  position: absolute;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*************************** 04. 下層ページ  ***********************/
/* travel */
.p-sub-mv {
  position: relative;
}

.p-sub-mv::after {
  content: "";
  background-image: url(../../images/cloud-right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 60%;
  position: absolute;
  bottom: 5%;
  right: -10%;
  z-index: 10;
}

.p-sub-mv__img {
  padding-left: 6.6rem;
  position: relative;
}

.p-sub-mv__img img {
  border-radius: 0 0 0 6rem;
  width: 100%;
  height: 100%;
}

.p-sub-mv__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-sub-mv__title-en {
  color: #172B46;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.p-sub-mv__title-en--white {
  color: #fff;
}

.p-sub-mv__title-jp {
  color: #172B46;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-sub-mv__title-jp--white {
  color: #fff;
}

.p-sub-mv__lead {
  color: #172B46;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10rem;
}

.p-sub-mv__lead--red {
  color: #622;
}

/* service */
.p-service {
  margin-top: 12rem;
}

.p-service__inner {
  max-width: 125rem;
}

.p-service__title-en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #172B46 27.4%, rgba(153, 153, 153, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -12rem;
}

.p-service__title-en--red {
  color: #622;
  background: linear-gradient(90deg, #622 27.4%, rgba(153, 153, 153, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-service__title-jp {
  color: #172B46;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-left: -12rem;
}

.p-service__title-jp--red {
  color: #622;
}

.p-service__list {
  margin-top: 10rem;
}

.p-service__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8.8rem;
}

.p-service__item:not(:first-child) {
  margin-top: 5.4rem;
}

.p-service__item-block {
  width: 56rem;
}

.p-service__item-no {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #172B46;
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.p-service__item-no--red {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #622;
}

.p-service__item-title-en {
  color: #172B46;
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 2.4rem;
  margin-top: -5.5rem;
}

.p-service__item-title-en--red {
  color: #622;
}

.p-service__item-title-jp {
  color: var(--navy, #172B46);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-left: 2.4rem;
}

.p-service__item-desc {
  color: #172B46;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 4rem;
  margin-left: 2.4rem;
}

.p-service__item-desc--red {
  color: #622;
}

.p-service__item-img {
  width: 52.8rem;
}

.p-service__item-img img {
  aspect-ratio: 528/352;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__item-body {
  margin-top: 2.4rem;
  background-color: #efefef;
  padding: 0.8rem 1rem 2rem 1rem;
}

.p-service__item-text {
  color: #622;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

.p-service__item-checklist {
  display: grid;
  grid-template-columns: repeat(2, 3fr);
  gap: 0.7rem;
  margin-top: 0.5rem;
}

.p-service__item-ck {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  gap: 1rem;
}

.p-service__item-ck-icon {
  display: inline-block;
  background-image: url("../../images/ck-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.7rem;
  height: 1.4rem;
}

/* reason */
.p-reason {
  margin-top: 14rem;
  position: relative;
}

.p-reason::before {
  content: "";
  background-image: url(../../images/cloud-left.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 40%;
  position: absolute;
  top: -45%;
  left: -5%;
  z-index: 1;
}

.p-reason::after {
  content: "";
  background-image: url(../../images/cloud-right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45%;
  height: 50%;
  position: absolute;
  bottom: -20%;
  right: -20%;
  z-index: 1;
}

.p-reason__wrapper {
  background-color: #172B46;
  border-radius: 6rem;
  padding: 8rem 12rem;
}

.p-reason__title-en {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-reason__title-jp {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-reason__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 4rem;
}

.p-reason__card-img img {
  aspect-ratio: 380/253;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason__card-title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.8rem;
}

.p-reason__card-title-line {
  background: linear-gradient(transparent 80%, #FFBE39 80%);
}

.p-reason__card-desc {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.6rem;
}

/* support */
.p-support {
  margin-top: 12rem;
}

.p-support__wrapper {
  background-color: #172B46;
  border-radius: 6rem;
  padding: 8rem 12rem 10rem;
}

.p-support__title-en {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-support__title-jp {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.p-support__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.3rem;
  margin-top: 4rem;
}

.p-support__item {
  background-color: #F1F1F1;
  padding-block: 3.1rem;
}

.p-support__item-img {
  width: 7.2rem;
  margin-inline: auto;
}

.p-support__item-title {
  color: #172B46;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.8rem;
}

.p-support__item-text {
  color: #172B46;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.p-support__note {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 4rem;
}

/* concept */
.p-concept {
  margin-top: 12rem;
  position: relative;
}

.p-concept::before {
  content: "";
  background-image: url(../../images/cloud-left.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 70%;
  position: absolute;
  top: -25%;
  left: -5%;
  z-index: 1;
}

.p-concept::after {
  content: "";
  background-image: url(../../images/cloud-right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 60%;
  position: absolute;
  bottom: -15%;
  right: -5%;
  z-index: 1;
}

.p-concept__wrapper {
  background-color: #662222;
  border-radius: 6rem;
  padding: 6.4rem 12rem 8rem;
}

.p-concept__title {
  font-family: "Inter", sans-serif;
  font-size: 17rem;
  font-weight: 700;
  line-height: 1;
  margin-left: -4rem;
  display: inline-block;
  background: linear-gradient(90deg, #FFF 27.4%, rgba(153, 153, 153, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-concept__sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-top: -4rem;
}

.p-concept__img {
  width: 58.5rem;
}

.p-concept__sec-block {
  width: 57.5rem;
}

.p-concept__sec-title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-concept__sec-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1.6rem;
}

/* message */
.p-message {
  margin-top: 10rem;
}

.p-message__wrapper {
  border-radius: 6rem;
  background-color: #172B46;
  padding: 6.4rem 12rem 10rem;
}

.p-message__title-en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 17rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #FFF 27.4%, rgba(153, 153, 153, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -4rem;
}

.p-message__sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
}

.p-message__sec-block {
  width: 64.4rem;
}

.p-message__sec-title {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-message__sec-text {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1.6rem;
}

.p-message__sec-name {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 1.6rem;
}

.p-message__sec-img {
  width: 45.6rem;
}

.p-message__sec-img img {
  aspect-ratio: 456/547;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* overview */
.p-overview {
  margin-top: 10rem;
}

.p-overview__inner {
  max-width: 125rem;
}

.p-overview__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 13.8rem;
}

.p-overview__title {
  width: 26.5rem;
}

.p-overview__title-en {
  color: #172B46;
  font-family: "Inter", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-overview__title-jp {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.p-overview__list {
  width: 80rem;
}

.p-overview__row {
  padding-block: 4rem;
  border-bottom: 1px solid #B4B4B4;
  display: flex;
}

.p-overview__term {
  color: #172B46;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  width: 16rem;
}

.p-overview__desc {
  color: #172B46;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.p-overview__bullets {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  gap: 0.5rem;
}