@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 393 * 100vw);
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

.l-section__inner {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .l-section__inner {
    padding-block: 50px;
    padding-inline: 20px;
  }
}

.c-drawer-icon {
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 51;
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 14px;
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 999px) {
  .c-drawer-icon {
    display: inline;
  }
}

.c-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 3px;
  background-color: #014aad;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.c-drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.c-drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.c-drawer-content {
  width: 100%;
  position: fixed; /*固定して浮かせる*/
  top: 6.1875rem;
  background: #fff;
  z-index: 100;
  padding: 1.5rem 1.25rem 0rem 1.25rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 767px) {
  .c-drawer-content {
    top: 59px;
    padding: 24px 20px 0px 20px;
  }
}
.c-drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-drawer-content__menu {
    height: 100%;
  }
}

.c-drawer-content__link {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.035rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-block: 1.25rem;
}
.c-drawer-content__link:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-drawer-content__link {
    padding-block: 20px;
    font-size: 14px;
    letter-spacing: 0.556px;
  }
}

.c-drawer-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: -2.5rem;
}
@media screen and (max-width: 767px) {
  .c-drawer-content__button {
    margin-inline: -40px;
  }
}

.c-drawer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px 18px;
  gap: 0.5rem;
  width: 100%;
}
.c-drawer-button--btn1 {
  background: #014aad;
}
.c-drawer-button--btn2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8c45), to(#ffbf98)), -webkit-gradient(linear, left top, right top, from(#ff8c45), to(#ff9b5d));
  background: linear-gradient(90deg, #ff8c45 50%, #ffbf98 100%), linear-gradient(90deg, #ff8c45 0%, #ff9b5d 100%);
}
@media screen and (max-width: 767px) {
  .c-drawer-button {
    gap: 5px;
    padding: 23px 18px;
  }
}
.c-drawer-button img {
  width: 24.593px;
  height: 28.328px;
}
.c-drawer-button span {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.035rem;
}
@media screen and (max-width: 767px) {
  .c-drawer-button span {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.055rem;
  border-radius: 62.5rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8c45), to(#ffbf98)), #ff8c45;
  background: linear-gradient(90deg, #ff8c45 50%, #ffbf98 100%), #ff8c45;
  padding: 1.5rem 7.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    padding: 17px 73px;
  }
}
@media screen and (max-width: 392px) {
  .c-btn {
    font-size: 15px;
    padding: 10px 50px;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    scale: 1.1;
  }
}

.c-section_en__title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #014aad;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3rem; /* 342.857% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .c-section_en__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 48px; /* 342.857% */
    letter-spacing: 1.12px;
  }
}

.c-section_ja__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .c-section_ja__title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.12px;
  }
}

.c-cta {
  position: relative;
}
.c-cta::before {
  content: "";
  position: absolute;
  background: url(../img/bg_cta-pc.webp) no-repeat center center/cover;
  width: 100%;
  height: 35.6875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-cta::before {
    background: url(../img/bg_cta-sp.webp) no-repeat center center/cover;
    height: 666px;
  }
}

.c-cta--white {
  background: url(../img/bg_cta_pc-white.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-cta--white {
    background: url(../img/bg_cta_sp-white.webp) no-repeat center center/cover;
  }
}

.c-cta__inner {
  padding-top: 9.6875rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding-top: 0;
    padding-bottom: 0;
    padding-block: 50px;
    padding-inline: 20px;
  }
}

.c-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta__content {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-left: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-cta__head {
  text-align: center;
}

.c-cta__title {
  text-align: center;
}
.c-cta__title span {
  color: #fff;
}
.c-cta__title span:nth-of-type(1) {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 4.16675rem; /* 185.189% */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .c-cta__title span:nth-of-type(1) {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.96px;
  }
}
.c-cta__title span:nth-of-type(2) {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.16675rem; /* 185.189% */
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .c-cta__title span:nth-of-type(2) {
    font-size: 46px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 1.84px;
  }
}

.c-cta__text {
  color: #fff;
  margin-top: 1.1875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.c-cta_btn__text {
  margin-top: 1.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0410625rem;
}
@media screen and (max-width: 767px) {
  .c-cta_btn__text {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
  }
}

.c-cta__btn-wrap {
  margin-top: 1rem;
}

.c-cta__image picture {
  position: absolute;
  right: 0;
  bottom: -5.9375rem;
  max-width: 45.625rem;
}
@media screen and (max-width: 767px) {
  .c-cta__image picture {
    text-align: center;
    max-width: 290px;
    position: static;
  }
}

/*----------------------------------
  PC
-----------------------------------*/
.c-banner-pc {
  position: fixed;
  bottom: 21.625rem;
  right: 0.3125rem;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 表示状態（TimeRexの .is-show と同じクラス名を使う） */
.c-banner-pc.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media (any-hover: hover) {
  .c-banner-pc.is-show:hover {
    opacity: 0.7;
  }
}

.c-banner-pc__image {
  width: 100%;
  height: 6.25rem;
}
.c-banner-pc__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------
  SP
-----------------------------------*/
.c-banner-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.c-banner-sp__link {
  width: 100%;
  height: min(10.1781170483vw, 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
}
.c-banner-sp__link:nth-of-type(1) {
  background: #f03748;
}
.c-banner-sp__link:nth-of-type(2) {
  background: #014aad;
}
.c-banner-sp__link:nth-of-type(3) {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8c45), to(#ffbf98)), -webkit-gradient(linear, left top, right top, from(#ff8c45), to(#ff9b5d));
  background: linear-gradient(90deg, #ff8c45 50%, #ffbf98 100%), linear-gradient(90deg, #ff8c45 0%, #ff9b5d 100%);
}

/* TimeRexポップアップ */
.c-timerex-popup {
  position: fixed;
  bottom: 2.875rem;
  right: 0.625rem;
  width: clamp(260px, 19.7222222222vw, 284px);
  background: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-timerex-popup {
    display: none;
  }
}

/* TimeRex 本体を縮小して文字を小さく見せる */
.c-timerex-popup iframe {
  display: block;
}

/* 表示状態 */
.c-timerex-popup.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

/* 閉じるボタン */
.c-timerex-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .c-timerex-popup__close:hover {
    opacity: 0.7;
  }
}

/* テキスト部分 */
.c-timerex-popup__text {
  padding: 3.125rem 1rem 0.5rem;
  font-size: clamp(8px, 0.6944444444vw, 10px);
}

.c-timerex-popup__scaled-wrapper {
  overflow-x: hidden;
  margin-bottom: 1rem;
}

.c-timerex-popup__calendar {
  padding: 0 0.1875rem 0.1875rem;
  max-height: 13.75rem;
  overflow-y: auto;
  overflow-x: hidden;
}

#timerex_calendar div {
  height: 550px;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 6.25rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 60px;
  }
}
@media screen and (max-width: 999px) {
  .p-header {
    background: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(1, 74, 173, 0.16);
            box-shadow: 0 3px 8px 0 rgba(1, 74, 173, 0.16);
  }
}

.p-header__inner {
  padding-inline: 2.0625rem 2.5rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 10px;
    padding-block: 15px;
  }
}

.p-header__logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header-logo__link {
  width: 12.8125rem;
}
@media screen and (max-width: 767px) {
  .p-header-logo__link {
    width: 180px;
  }
}
.p-header-logo__link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 999px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-header__nav-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.035rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__nav-item:hover {
    color: #014aad;
  }
}

.p-header_btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .p-header_btn__wrap {
    display: none;
  }
}

.p-header_btn {
  white-space: nowrap;
  width: 8.75rem;
  height: 6.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  padding-inline: 0.75rem;
  padding-top: 1.4375rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.035rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header_btn--btn1 {
  background: #014aad;
}
.p-header_btn--btn2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff8c45), to(#ffbf98)), -webkit-gradient(linear, left top, right top, from(#ff8c45), to(#ff9b5d));
  background: linear-gradient(90deg, #ff8c45 50%, #ffbf98 100%), linear-gradient(90deg, #ff8c45 0%, #ff9b5d 100%);
}
@media (any-hover: hover) {
  .p-header_btn:hover {
    opacity: 0.7;
  }
}

.p-header_btn__img {
  text-align: center;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header_btn__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header_btn__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.035rem;
}

.p-mv {
  margin-top: 11.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-inline: 20px;
  }
}

.p-mv__image {
  position: relative;
  padding-left: 4rem;
}
.p-mv__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__image {
    display: none;
  }
}

.p-mv_btn__wrap {
  position: absolute;
  top: 73%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: min(28.8888888889vw, 600px);
}
@media screen and (max-width: 767px) {
  .p-mv_btn__wrap--pc {
    display: none;
  }
}

.p-mv_btn__wrap--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv_btn__wrap--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 11px;
  }
}

.p-mv_btn--pc {
  font-size: min(1.5277777778vw, 40px);
  padding: min(1.6666666667vw, 40px) min(7.9166666667vw, 150px);
}

/*----------------------------------
  sp版
-----------------------------------*/
.p-mv__image-top-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__image-top-sp {
    display: inline;
  }
}

.p-mv__image-bottom-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__image-bottom-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

.p-mv-btn {
  font-size: min(4.5801526718vw, 18px);
  padding: min(4.3256997455vw, 17px) min(18.5750636132vw, 73px);
}
@media screen and (max-width: 392px) {
  .p-mv-btn {
    font-size: 14px;
    padding: 10px 50px;
  }
}

.p-feature {
  position: relative;
}
.p-feature::before {
  content: "";
  position: absolute;
  background: url("../img/bg_feature.webp") no-repeat center center/cover;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  top: -38.625rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-feature::before {
    background: url("../img/bg_future_sp.webp") no-repeat center center/cover;
    top: -233px;
  }
}

.p-feature__inner {
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    padding-inline: 20px;
    padding-block: 40px 50px;
  }
}

.p-feature__title {
  color: #fff;
  text-align: center;
}

.p-feature__en-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 767px) {
  .p-feature__en-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 48px; /* 342.857% */
    letter-spacing: 1.12px;
  }
}

.p-feature__ja-title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .p-feature__ja-title {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.12px;
  }
}

.p-feature__lead {
  text-align: center;
  margin-top: 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.025rem;
  letter-spacing: 0.045rem;
}
@media screen and (max-width: 767px) {
  .p-feature__lead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: 0.64px;
  }
}

.p-feature__video-wrap {
  margin-top: 2.5rem;
  max-width: 53.125rem;
  margin-inline: auto;
}
.p-feature__video-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-feature__video-wrap {
    margin-top: 28px;
    max-width: 340.755px;
  }
}

.p-feature__video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature__btn-text {
  color: #fff;
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0410625rem;
}
@media screen and (max-width: 767px) {
  .p-feature__btn-text {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
  }
}

.p-feature__btn-wrap {
  text-align: center;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-feature__btn-wrap {
    margin-top: 10px;
  }
}

.p-reason__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.625rem;
}

.p-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
.p-reason__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-reason__item:nth-child(odd) .p-reason__content {
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(odd) .p-reason__content {
    margin-left: unset;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-reason__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-reason__item:nth-child(even) .p-reason__content {
  margin-right: -1rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(even) .p-reason__content {
    margin-right: unset;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-reason__img {
  max-width: 40.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-reason__img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-reason__content {
  max-width: 43.375rem;
  z-index: 1;
  position: relative;
  padding: 4.75rem 2.25rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0.125rem 0.1875rem 1rem 0 rgba(1, 74, 173, 0.16);
          box-shadow: 0.125rem 0.1875rem 1rem 0 rgba(1, 74, 173, 0.16);
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    z-index: -1;
    padding: 30px 20px 40px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 2px 3px 16px 0 rgba(1, 74, 173, 0.16);
            box-shadow: 2px 3px 16px 0 rgba(1, 74, 173, 0.16);
  }
}

.p-reason__content-num {
  position: absolute;
  top: -3.75rem;
  color: #2993ff;
  font-family: "Montserrat", sans-serif;
  font-size: 6.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.275rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content-num {
    top: -35px;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}

.p-reason__content-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 36px; /* 156.522% */
    letter-spacing: 0.92px;
  }
}

.p-reason__content-text {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-scene {
  background: #f5fbfd;
}

.p-scene__inner {
  padding-block: 5rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-scene__inner {
    padding-block: 50px;
    padding-inline: 20px;
  }
}

.p-scene__lead {
  margin-top: 2rem;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-scene__lead {
    margin-top: 28px;
    font-size: 16px;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-scene-tabs__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs__list {
    margin-top: 24px;
    gap: 8px;
  }
}

.p-scene-tabs__item {
  width: 24.25rem;
  color: #a0a0a0;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05675rem;
  padding: 1.0625rem 4.6875rem 1.0625rem 4.6875rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #ededed;
}
.p-scene-tabs__item[aria-selected=true] {
  background: #014aad;
  color: #fff;
  pointer-events: none;
}
.p-scene-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-scene-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-scene-tabs__item {
    padding: 14px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    border-radius: 8px 8px 0 0;
    background: #ededed;
  }
}

.p-scene-tabs__contents {
  border-radius: 0 0 1.25rem 1.25rem;
  background: #014aad;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs__contents {
    margin-inline: -20px;
  }
}

.p-scene-tabs__content {
  padding: 3.75rem 3.75rem 4.3125rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs__content {
    padding: 35px 27px 53px 25px;
    gap: 20px;
  }
}

.p-scene-tabs-card {
  border-radius: 1.25rem;
  background: #fff;
  padding: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card {
    padding: 23px 21px 36px 22px;
    border-radius: 20px;
  }
}

.p-scene-tabs-card__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card__title-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
  }
}

.p-scene-tabs-card__icon {
  width: 4.75rem;
}
.p-scene-tabs-card__icon img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card__icon {
    width: 54px;
  }
}

.p-scene-tabs-card__title span {
  color: #014aad;
}
.p-scene-tabs-card__title span:nth-of-type(1) {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 135%; /* 27px */
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card__title span:nth-of-type(1) {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
}
.p-scene-tabs-card__title span:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card__title span:nth-of-type(2) {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}

.p-scene-tabs-card__text {
  margin-top: 1.4375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7031875rem; /* 168.75% */
  letter-spacing: 0.040375rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-scene-tabs-card__list-wrap {
  margin-top: 1.25rem;
  border-radius: 0.567625rem;
  background: #f9f9f9;
  padding: 1.375rem 1.375rem 1.4375rem 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card__list-wrap {
    margin-top: 19px;
    border-radius: 20px;
    padding: 20px 20px 34px 20px;
  }
}

.p-scene-tabs-card__list__title {
  color: #014aad;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card__list__title {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.p-scene-tabs-card__list {
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-scene-tabs-card__list {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.p-scene-tabs-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
.p-scene-tabs-card__item span img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-scene-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-scene-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-plan {
  background: #f5fbfd;
}

.p-plan__inner {
  padding-block: 4.375rem 5rem;
  padding-inline: 11.875rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-plan__inner {
    padding-inline: 20px;
  }
}

.p-plan__lead {
  text-align: center;
  margin-top: 2.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
.p-plan__lead span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-plan__lead {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
  .p-plan__lead span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.64px;
  }
}

.p-plan__cards {
  margin-top: 5.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-plan__cards {
    margin-top: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.p-plan__card {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.125rem;
          flex: 0 0 29.125rem;
  max-width: 29.125rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  background: #014aad;
  color: #fff;
  padding: 3.25rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__card {
    padding: 50px 18px 30px 18px;
    border-radius: 20px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.p-plan-card__count {
  position: absolute;
  top: -4.1875rem;
  right: -2.75rem;
  border-radius: 50%;
  width: 8.4375rem;
  height: 8.4375rem;
  background: #fff;
  border: 1px solid #014aad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-plan-card__count span {
  color: #014aad;
}
.p-plan-card__count span:nth-of-type(1) {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.4238125rem; /* 72.973% */
  letter-spacing: 0.0780625rem;
}
@media screen and (max-width: 767px) {
  .p-plan-card__count span:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
    letter-spacing: 0.64px;
  }
}
.p-plan-card__count span:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4238125rem; /* 72.973% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-plan-card__count span:nth-of-type(2) {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-card__count {
    top: -25px;
    left: 50%;
    translate: -50%;
    width: 168px;
    height: 56px;
    border-radius: 10px;
    border: 2px solid #014aad;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-plan-card__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 112.5% */
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .p-plan-card__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 0.72px;
  }
}

.p-plan-card__price {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 767px) {
  .p-plan-card__price {
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.84px;
  }
}
.p-plan-card__price span {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .p-plan-card__price span {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
  }
}

.p-plan-card__note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 192.857% */
  letter-spacing: 0.035rem;
}
@media screen and (max-width: 767px) {
  .p-plan-card__note {
    font-size: 12px;
    font-weight: 400;
    line-height: 27px; /* 225% */
    letter-spacing: 0.48px;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__icon {
    width: 25px;
    height: 25px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-flow {
  position: relative;
}
.p-flow::before {
  content: "";
  position: absolute;
  background: url(../img/bg_flow_pc.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-flow::before {
    background: url(../img/bg_flow_sp.webp) no-repeat center center/cover;
    z-index: -1;
  }
}

.p-flow__inner {
  padding-inline: 7.5rem;
  padding-block: 4.375rem 5rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-inline: 20px;
    padding-block: 50px 55px;
  }
}

.p-flow__lead {
  text-align: center;
  margin-top: 2.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-flow__cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__cards {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-flow__card {
  padding: 1.875rem 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.p-flow__card:not(:last-of-type)::before {
  content: "";
  position: absolute;
  background: url(../img/icon_right_arrow.svg) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.25rem;
  top: 50%;
  right: -2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__card:not(:last-of-type)::before {
    width: 30px;
    height: 20px;
    rotate: 90deg;
    top: 105%;
    right: 0;
    left: 50%;
    translate: -50%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__card {
    max-width: 520px;
    margin-inline: auto;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.08);
  }
}

.p-flow-card__image {
  padding-inline: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow-card__image {
    padding-inline: 90px;
  }
}
.p-flow-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow-card__title {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .p-flow-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
  }
}

.p-flow-card__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
.p-flow-card__text a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-flow-card__text a:hover {
    color: #014aad;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-card__text a {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-card__text {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-support {
  background: #f5fbfd;
}

.p-support__inner {
  padding-block: 4.375rem 5rem;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-support__inner {
    padding-inline: 20px;
  }
}

.p-support__lead {
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-support__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-support__cards {
  margin-top: 5.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-support__cards {
    margin-top: min(20.8651399491vw, 150px);
    grid-template-columns: repeat(1, 1fr);
    gap: min(17.8117048346vw, 150px);
  }
}

.p-support__card {
  position: relative;
  padding: 8.875rem 1.5rem 1.5rem 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-support__card {
    padding: 142px 24px 24px 24px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.08);
  }
}

.p-support-card__image {
  width: 12.5rem;
  position: absolute;
  top: -4.25rem;
  left: 50%;
  translate: -50%;
}
.p-support-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-support-card__image {
    top: -68px;
    width: min(50.8905852417vw, 200px);
  }
}

.p-support-card__title {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .p-support-card__title {
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.p-support-card__text {
  margin-top: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-support-card__text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-faq__inner {
  padding-block: 4.375rem 5rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-faq__boxes {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__boxes {
    margin-top: 44px;
    gap: 16px;
  }
}

.p-faq__box {
  border-radius: 1.25rem;
  background: #f5fbfd;
  padding: 1.25rem 1.25rem 1.25rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    padding: 10px 24px 10px 13px;
    border-radius: 20px;
  }
}

.p-faq-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #eee;
}
@media screen and (max-width: 767px) {
  .p-faq-box__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 11px;
    gap: 8px;
    border-bottom: 1pxx solid #eee;
  }
}

.p-faq-box__head-icon {
  color: #014aad;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .p-faq-box__head-icon {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.p-faq-box__head-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-faq-box__head-text {
    font-size: 16px;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-faq-box__body {
  padding-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq-box__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
    gap: 8px;
  }
}

.p-faq-box__a-icon {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .p-faq-box__a-icon {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.p-faq-box__a-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
  letter-spacing: 0.016875rem;
}
@media screen and (max-width: 767px) {
  .p-faq-box__a-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
    letter-spacing: 0.64px;
  }
}

.p-page-main {
  background: #014aad;
}

.p-page-other {
  background-color: #fafafa;
}
.p-page-header {
  position: unset;
}

.p-contact__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 20px;
  }
}

.p-contact__container {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  padding: 5rem 1.875rem 5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
    padding: 50px 10px 50px 10px;
  }
}

.p-contact__logo {
  text-align: center;
  margin-inline: auto;
  width: 18.75rem;
  height: 3.125rem;
}
.p-contact__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-contact__logo {
    width: 200px;
    height: auto;
  }
}

.p-contact__title {
  text-align: center;
  margin-top: 2.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-top: 25px;
    font-size: 17px;
  }
}

.p-contact__text {
  margin-top: 2rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 28px;
    font-size: 14px;
  }
}

.p-contact__flow {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__flow {
    margin-top: 30px;
  }
}

.p-contact__flow-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__flow-title {
    font-size: 17px;
  }
}

.p-contact-flow-cards {
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-flow-cards {
    gap: 40px;
  }
}

.p-contact-flow-card:not(:last-of-type)::before {
  right: -1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-flow-card:not(:last-of-type)::before {
    right: unset;
  }
}

.p-contact-flow-card--image {
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-flow-card--image {
    padding-inline: 10px;
    width: 150px;
    margin-inline: auto;
  }
}

.p-contact-flow-card--title {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-flow-card--title {
    font-size: 17px;
  }
}

.p-contact-flow-card--text {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-flow-card--text {
    font-size: 14px;
  }
}

.p-contact__flow__text {
  margin-top: 2rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__flow__text {
    margin-top: 28px;
    font-size: 14px;
  }
}

.p-contact__from-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-contact__from-title span {
  color: #014aad;
}
@media screen and (max-width: 767px) {
  .p-contact__from-title {
    font-size: 17px;
  }
}

.p-contact__fields {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fields {
    margin-top: 10px;
    gap: 20px;
  }
}

.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-field {
    gap: 5px;
  }
}

.p-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__head {
    gap: 10px;
  }
}

.p-form-field__label {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__label {
    font-size: 15px;
  }
}

.p-form-field__tag {
  padding: 0.125rem 0.625rem;
  font-size: 0.625rem;
  color: #fff;
  background-color: #ff5757;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-form-field__tag {
    padding: 1px 8px;
    font-size: 10px;
  }
}

.p-form-field__item span {
  width: 100%;
}

.p-form-field__item--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__item--name {
    gap: 10px;
  }
}

.p-form-field__name-col {
  width: 100%;
}

.p-form-text {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid #a6a6a6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-form-text {
    padding: 10px 15px;
    font-size: 15px;
  }
}

.p-form-select {
  width: 100%;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid #a6a6a6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-form-select {
    padding: 10px 15px;
    font-size: 15px;
  }
}

.p-contact__privacy {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    margin-top: 30px;
  }
}

.p-form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form-checkbox__input:checked + .wpcf7-list-item-label .p-form-checkbox__text::after {
  opacity: 1;
}
.p-form-checkbox__input:focus + .wpcf7-list-item-label .p-form-checkbox__text::before {
  border: 1px solid #014aad;
}

.p-form-checkbox__text {
  font-size: 1rem;
  position: relative;
  padding-left: 26px;
}
.p-form-checkbox__text::before, .p-form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-checkbox__text::before {
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #989898;
  background: #fff;
}
.p-form-checkbox__text::after {
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon_check.svg) no-repeat center center/contain;
  opacity: 0;
}

.p-form-checkbox__link {
  border-bottom: 1px solid #014aad;
  color: #014aad;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-form-checkbox__link:hover {
    opacity: 0.7;
  }
}

.p-contact__button {
  margin-top: 2.5rem;
  text-align: center;
}

.p-contact-submit {
  display: inline-block;
  cursor: pointer;
  padding: 0.9375rem 3.125rem;
  border-radius: 8px;
  background: #014aad;
  color: #fff;
  border: 1px solid #014aad;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact-submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-submit {
    font-size: 15px;
    padding: 10px 50px;
  }
}

/*----------------------------------
  cf7設定
-----------------------------------*/
.wpcf7-spinner {
  display: none;
}

/* =========================
   ここから p-request 一式
   ========================= */
.p-request__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-request__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-inline: 20px;
  }
}

.p-request__container {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  padding: 5rem 1.875rem 5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-request__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
    padding: 50px 10px 50px 10px;
  }
}

.p-request__logo {
  text-align: center;
  margin-inline: auto;
  width: 18.75rem;
  height: 3.125rem;
}
.p-request__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-request__logo {
    width: 200px;
    height: auto;
  }
}

.p-request__image {
  width: 39.375rem;
}
@media screen and (max-width: 767px) {
  .p-request__image {
    width: 100%;
  }
}
.p-request__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.p-request__title {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-request__title {
    margin-top: 25px;
    font-size: 18px;
  }
}

.p-request__text {
  margin-top: 2rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-request__text {
    margin-top: 28px;
    font-size: 14px;
  }
}

.p-request__list-wrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-request__list-wrap {
    margin-top: 20px;
  }
}

.p-request__item {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-request__item {
    font-size: 16px;
  }
}

.p-request__list-title {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-request__list-title {
    font-size: 17px;
  }
}

.p-request__list__text {
  margin-top: 2rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-request__list__text {
    margin-top: 28px;
    font-size: 14px;
  }
}

.p-request__from-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-request__from-title span {
  color: #014aad;
}
@media screen and (max-width: 767px) {
  .p-request__from-title {
    font-size: 17px;
  }
}

.p-request__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-request__fields {
    gap: 20px;
  }
}

/* ===== フォーム共通 ===== */
.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-form-field {
    gap: 5px;
  }
}

.p-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__head {
    gap: 10px;
  }
}

.p-form-field__label {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__label {
    font-size: 15px;
  }
}

.p-form-field__tag {
  padding: 0.125rem 0.625rem;
  font-size: 0.625rem;
  color: #fff;
  background-color: #ff5757;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-form-field__tag {
    padding: 1px 8px;
    font-size: 10px;
  }
}

.p-form-field__item--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__item--name {
    gap: 10px;
  }
}

.p-form-field__name-col {
  width: 100%;
}

.p-form-text {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid #a6a6a6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-form-text {
    padding: 10px 15px;
    font-size: 15px;
  }
}

.p-form-select {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  background: #ffffff;
  border: 1px solid #a6a6a6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-form-select {
    padding: 10px 15px;
    font-size: 15px;
  }
}

.p-form-field__item textarea {
  font-size: 1rem;
  width: 100%;
  padding: 0.9375rem;
  background: #ffffff;
  border: 1px solid #a6a6a6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__item textarea {
    font-size: 14px;
    padding: 10px;
    height: 180px;
  }
}

/* ===== プライバシー & チェックボックス ===== */
.p-request__privacy {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-request__privacy {
    margin-top: 30px;
  }
}

.p-form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form-checkbox__input:checked + .wpcf7-list-item-label .p-form-checkbox__text::after {
  opacity: 1;
}
.p-form-checkbox__input:focus + .wpcf7-list-item-label .p-form-checkbox__text::before {
  border: 1px solid #014aad;
}

.p-form-checkbox__text {
  font-size: 1rem;
  position: relative;
  padding-left: 26px;
}
.p-form-checkbox__text::before, .p-form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-checkbox__text::before {
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #989898;
  background: #fff;
}
.p-form-checkbox__text::after {
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon_check.svg) no-repeat center center/contain;
  opacity: 0;
}

.p-form-checkbox__link {
  border-bottom: 1px solid #014aad;
  color: #014aad;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-form-checkbox__link:hover {
    opacity: 0.7;
  }
}

/* ===== 送信ボタン ===== */
.p-request__button {
  margin-top: 2.5rem;
  text-align: center;
}

.p-request-submit {
  display: inline-block;
  padding: 0.9375rem 3.125rem;
  background: #014aad;
  color: #fff;
  border: 1px solid #014aad;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-request-submit:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-request-submit {
    font-size: 15px;
    padding: 10px 40px;
  }
}

.p-tokusho-main {
  background: #014aad;
}

.p-tokusho__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 15rem;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-tokusho__inner {
    padding-inline: 1.25rem;
    padding-block: 3.125rem;
  }
}

.p-tokusho__title-wrap {
  text-align: center;
}

.p-tokusho__maintitle {
  color: #fff;
  font-weight: 700;
  font-size: 2.125rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-tokusho__maintitle {
    font-size: 1.5625rem;
    margin-bottom: 0.3125rem;
  }
}

.p-tokusho__subtitle {
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-tokusho__subtitle {
    font-size: 1.125rem;
  }
}

.p-tokusho__container {
  margin-top: 2.5rem;
  background: #fff;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-tokusho__container {
    margin-top: 1.875rem;
    padding: 0.625rem;
  }
}

/*----------------------------------
  テーブル
-----------------------------------*/
.p-tokusho__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-tokusho__title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.p-tokusho__description {
  margin-bottom: 1.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-tokusho__description {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}

.p-tokusho__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.p-tokusho__row {
  border-bottom: 1px solid #ddd;
}

.p-tokusho__header {
  font-weight: 700;
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: normal;
  width: 50%;
  border-right: 1px solid #ddd;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-tokusho__header {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}

.p-tokusho__row:first-child .p-tokusho__header,
.p-tokusho__row:first-child .p-tokusho__data {
  background-color: #f5f5f5;
  font-weight: 700;
}

.p-tokusho__data {
  padding: 0.625rem 0.75rem;
  line-height: 1.6;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-tokusho__data {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}

.p-tokusho__link {
  color: #0066cc;
  text-decoration: none;
}

.p-tokusho__link:hover {
  text-decoration: underline;
}

.p-privacy-main {
  background: #014aad;
}

.p-privacy-main__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 13.75rem;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-main__inner {
    padding-inline: 1.25rem;
    padding-block: 3.125rem;
  }
}

.p-privacy-main__container {
  margin-top: 2.5rem;
  background: #fff;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.75rem 6.25rem 4.375rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-main__container {
    margin-top: 30px;
    padding: 30px 10px;
  }
}

.p-privacy-main__title {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  padding-bottom: 4.0625rem;
  border-bottom: 2px solid #014aad;
}
@media screen and (max-width: 767px) {
  .p-privacy-main__title {
    font-size: 25px;
    padding-bottom: 30px;
  }
}

.p-privacy__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    margin-top: 30px;
  }
}

.p-privacy__intro {
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacy__intro {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

.p-privacy__section {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__section {
    margin-bottom: 30px;
  }
}

.p-privacy__heading {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.p-privacy__number {
  margin-right: 0.5rem;
  font-weight: 700;
}

.p-privacy__text {
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.p-privacy__text:last-child {
  margin-bottom: 0;
}

.p-privacy__list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.p-privacy__list-item {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-item {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.p-privacy__list-item::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-terms-main-main__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 13.75rem;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-terms-main-main__inner {
    padding-inline: 1.25rem;
    padding-block: 3.125rem;
  }
}

.p-terms-main-main__container {
  margin-top: 2.5rem;
  background: #fff;
  background-color: #fff;
  border-radius: 10px;
  padding: 3.75rem 6.25rem 4.375rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-terms-main-main__container {
    margin-top: 30px;
    padding: 30px 10px;
  }
}

.p-terms-main-main__title {
  text-align: center;
  font-size: 2.625rem;
  font-weight: 700;
  padding-bottom: 4.0625rem;
  border-bottom: 2px solid #014aad;
}
@media screen and (max-width: 767px) {
  .p-terms-main-main__title {
    font-size: 25px;
    padding-bottom: 30px;
  }
}

.p-terms-main__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-terms-main__content {
    margin-top: 30px;
  }
}

.p-terms__text {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-terms__text {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.p-footer__inner {
  padding-block: 5rem;
  padding-inline: 7.5rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 50px;
    padding-inline: 20px;
  }
}

.p-footer__logo {
  width: 13.4375rem;
  margin-inline: auto;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__logo a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 203px;
    margin-inline: unset;
    text-align: left;
  }
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__nav {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 30px;
    gap: 16px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.p-footer__nav-list--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list--head {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__nav-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.035rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}
@media (any-hover: hover) {
  .p-footer__nav-item:hover {
    color: #014aad;
  }
}

.p-footer__nav-list--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list--bottom {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__copyright {
  background: #014aad;
}
.p-footer__copyright small {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2.5rem; /* 333.333% */
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright small {
    font-size: 12px;
    line-height: 40px; /* 333.333% */
    letter-spacing: 0.48px;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: inline;
  }
  .u-hidden-pc.--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */