@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,small,button,time,figure{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}
html{line-height:1}
ol,ul{list-style:none}
li,dd{list-style-type:none}
header,footer,nav,section,article,main,aside,figure,figcaption{display:block}
img{border:none;vertical-align:bottom}
@media screen and (max-width:374px){html{font-size:calc(16 / 375 * 100vw)}}
body{color:#474245;font-family:"Zen Kaku Gothic New",sans-serif;font-size:max(1rem,12.8px);font-weight:400;line-height:1.8}
@media screen and (max-width:409px){body{font-size:1rem}}
a{text-decoration:none;-webkit-transition:.3s;transition:.3s;color:inherit}
@media(hover:hover){a:hover{cursor:pointer}}
picture,img,a,span{display:inline-block}
video,img{width:100%;height:auto}
button{font:inherit;color:inherit;background:transparent;background:none;border:none}
input,textarea,select{font:inherit}
@media(min-width:410px){a[href*="tel:"]{pointer-events:none;cursor:default;text-decoration:none}}
.l-main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 411px) {
  .l-main {
  }
}

.l-main__container {
  position: relative;
  z-index: 1;
  width: min(410px, 100%);
  margin-inline: auto;
}

.l-main__bg {
  background: #f0f7fb;
  position: relative;
  z-index: 1;
}

.l-inner {
  position: relative;
  height: inherit;
  margin-inline: auto;
  width: 100%;
  max-width: 430px;
  padding: 0 1.25rem;
}

.l-inner__narrow {
  position: relative;
  height: inherit;
  margin-inline: auto;
  width: 100%;
  max-width: 430px;
  padding: 0 0.625rem;
}

.l-section {
  padding-block: 3.75rem;
}

.l-section-top-company {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
}

.l-section-top {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
  border-bottom: 1px solid #bad4e8;
}

.l-section__card {
  background: #fcfcfc;
  border-radius: 40px;
  padding-block: 3.75rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.c-btn {
  margin-inline: auto;
  border-radius: 100px;
  border: 1px solid #4fa8ce;
  padding: 0.34375rem 1rem 0.34375rem 1.5rem;
  width: min(10rem, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.c-btn span {
  color: #4fa8ce;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.c-btn.--big {
  padding: 0.625rem 1rem 0.625rem 1.5rem;
}
.c-btn.--pink {
  background: #4fa8ce;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-btn.--pink span {
  color: #fcfcfc;
}
.c-btn.--pink:active {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .c-btn.--pink:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.c-btn svg {
  width: 7px;
  height: 13px;
  fill: #4fa8ce;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.c-btn:active {
  background: #4fa8ce;
}
.c-btn:active span {
  color: #fcfcfc;
}
.c-btn:active svg {
  fill: #fcfcfc;
}
@media (any-hover: hover) {
  .c-btn:hover {
    cursor: pointer;
    background: #4fa8ce;
  }
  .c-btn:hover span {
    color: #fcfcfc;
  }
  .c-btn:hover svg {
    fill: #fcfcfc;
  }
}

.c-btn__wrap {
  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;
  row-gap: 1.25rem;
  padding-bottom: 5rem;
}

.c-btn2 {
  width: min(16.25rem, 100%);
}
.c-btn2 span {
  font-size: 1.125rem;
  font-weight: 700;
}
.c-btn2 svg {
  width: 9px;
  height: 15px;
}

.c-btn__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.c-btn__line svg {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1/1;
}

.c-animated__fadeIn {
  translate: 0 0;
  opacity: 1;
  -webkit-transition: translate 0.5s ease, opacity 0.5s ease;
  transition: translate 0.5s ease, opacity 0.5s ease;
}
.c-animated__fadeIn.js-show {
  translate: 0 0;
  opacity: 1;
}

.c-animation__text1 .char {
  translate: 0 0;
}
.c-animation__text1 span {
  overflow: hidden;
}

@-webkit-keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

@keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-pagination {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.c-pagination .current .c-pagination--number {
  background: #7e767b;
  color: #fcfcfc;
}
.c-pagination .c-pagination--number {
  border-radius: 100vmax;
  border: 1px solid #7e767b;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7e767b;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (any-hover: hover) {
  .c-pagination:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.c-title__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}

.c-title {
  color: #4fa8ce;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0625em;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 409px) {
  .c-title {
    font-size: 1rem;
  }
}

.c-title__text {
  color: #474245;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .c-title__text {
    font-size: 1.25rem;
  }
}

.c-text {
  color: #474245;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .c-text {
    font-size: 1rem;
  }
}
.c-text span {
  color: #4fa8ce;
  font-weight: 700;
}

.c-page-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3.9375rem;
}

.c-page-top__title--en {
  color: #4fa8ce;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.c-page-top__title--jp {
  color: #474245;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: -0.5rem;
}
@media screen and (max-width: 409px) {
  .c-page-top__title--jp {
    font-size: 1.75rem;
  }
}
.c-page-top__title--jp.--white {
  color: #fcfcfc;
}

.c-title__date {
  color: #7e767b;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0714285714em;
}
@media screen and (max-width: 409px) {
  .c-title__date {
    font-size: 0.875rem;
  }
}

.p-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  translate: -50%;
  width: min(410px, 100%);
  padding-inline: 1.25rem;
  height: 3.75rem;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
  background: transparent;
}
.p-header.is-fixed {
  position: fixed;
  top: 0;
}
@media (max-width: 410px) {
  .p-header {
    position: fixed;
  }
}

.p-header__wrap {
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: 100%;
	z-index: 3;
}

.p-header__inner {
  padding-block: 0.625rem;
}

.p-header__logo {
  width: 8.625rem;
  height: auto;
}
.p-header__logo img {
  width: 100%;
  height: 100%;
}
.p-header__logo .logo--light {
  fill: #fcfcfc;
}
.p-header__logo .logo--dark {
  fill: #474245;
}

.p-footer {
  padding-block: 3.75rem 3.125rem;
  background: #ffffff;
}

.p-footer__nav {
  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;
  row-gap: 2.5rem;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.p-footer__insta,
.p-footer__line {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-footer__list li a {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-inline: 0.3125rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 409px) {
  .p-footer__list li a {
    font-size: 0.875rem;
  }
}
.p-footer__list li a:active {
  color: #4fa8ce;
}
@media (any-hover: hover) {
  .p-footer__list li a:hover {
    color: #4fa8ce;
  }
}

.p-footer__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6875rem;
}

.p-footer__privacy {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-footer__privacy {
    font-size: 0.875rem;
  }
}

.p-footer__copy {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-footer__copy {
    font-size: 0.875rem;
  }
}

.p-fv__pc-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #bad4e8;
}

.p-fv__pc-bg-img {
  width: 100%;
  height: 100%;
}
.p-fv__pc-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__pc-bg-img picture {
  width: 100%;
  height: 100%;
}

.p-fv__pc-bg-header {
  position: absolute;
  top: 5rem;
  left: 5rem;
}
@media (max-width: 1000px) {
  .p-fv__pc-bg-header {
    display: none;
  }
}
@media (max-width: 1280px) {
  .p-fv__pc-bg-header {
    left: 2.5rem;
  }
}

.p-fv__pc-bg-header__inner {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.5rem;
}

.p-fv__pc-bg-header__logo {
  width: 248.826px;
  height: auto;
  aspect-ratio: 248.83/82.46;
}
.p-fv__pc-bg-header__logo svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 409px) {
}
@media (any-hover: hover) {
}

@media (any-hover: hover) {
}

@media (any-hover: hover) {
}

.p-fv__pc-bg--main {
  position: absolute;
  bottom: 5rem;
  left: calc(50% + 22.8125rem);
  white-space: nowrap;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media (max-width: 1000px) {
  .p-fv__pc-bg--main {
    display: none;
  }
}
@media (max-width: 1280px) {
  .p-fv__pc-bg--main {
    left: calc(50% + 15.3125rem);
  }
}

.p-fv__pc-bg--main--jp {
  color: #fcfcfc;
  font-size: max(2.25rem, 28.8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0138888889em;
}
@media screen and (max-width: 409px) {
  .p-fv__pc-bg--main--jp {
    font-size: 2.25rem;
  }
}

.p-fv__pc-bg--main--en {
  color: #474245;
  font-family: "Cormorant Garamond", serif;
  font-size: max(3.625rem, 46.4px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0689655172em;
}
@media screen and (max-width: 409px) {
  .p-fv__pc-bg--main--en {
    font-size: 3.625rem;
  }
}

.p-fv {
  width: 100%;
  position: relative;
  padding-top: 0;
}

.p-fv__inner {
  position: relative;
  width: 100%;
}

.p-fv__swiper-container,
.p-fv__swiper,
.p-fv__swiper-wrapper,
.p-fv__swiper-slide {
  position: relative;
}

.p-fv__swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 375/410;
}
.p-fv__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.--swiper1 {
  top: calc(100% + 1.4375rem);
  -moz-text-align-last: left;
       text-align-last: left;
  margin-left: 0.9375rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.--swiper2 {
  top: calc(100% + 40px);
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-left: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.--swiper4 {
  top: calc(100% + 55px);
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-left: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: auto;
  aspect-ratio: 13/12;
  margin-inline: 6px;
  background-color: transparent;
  border-radius: unset;
  background: url(../img/pagination.png) no-repeat center center/cover;
}

.swiper-pagination.--swiper2 .swiper-pagination-bullet {
  background: url(../img/pagination-pink.png) no-repeat center center/cover;
}

.swiper-pagination.--swiper4 .swiper-pagination-bullet {
  background: url(../img/pagination-pink.png) no-repeat center center/cover;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: url(../img/pagination-active.png) no-repeat center center/cover;
}

.p-fv__main {
  width: 100%;
  position: relative;
  padding-bottom: 3rem;
}

.p-fv__bg--img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.p-fv__bg--img picture {
  width: 100%;
}
.p-fv__bg--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__body {
  padding-top: 4rem;
  width: 100%;
  height: auto;
  will-change: transform;
}

.p-fv__title--en {
  color: #fcfcfc;
  font-family: "Cormorant Garamond", serif;
  font-size: max(3.625rem, 46.4px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0689655172em;
  padding-bottom: 5.75rem;
}
@media screen and (max-width: 409px) {
  .p-fv__title--en {
    font-size: 3.625rem;
  }
}

.p-fv__title--jp {
  padding-bottom: 2.9375rem;
  width: 19.125rem;
  height: auto;
}
.p-fv__title--jp img {
  width: 100%;
  height: 100%;
}

.p-fv__text {
  color: #fcfcfc;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03125em;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 409px) {
  .p-fv__text {
    font-size: 1rem;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

@media screen and (max-width: 409px) {
}

@media screen and (max-width: 409px) {
}

@media screen and (max-width: 409px) {
}
.p-what-live {
  background: #fcfcfc;
  border-radius: 40px;
  padding-block: 3.75rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 5rem;
}

.p-what-live__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}

.p-what-live__pictures {
  position: relative;
  width: 100%;
  height: 24.375rem;
}

.p-what-live__img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: auto;
}
.p-what-live__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-what-live__frame {
  position: absolute;
  bottom: 2.6875rem;
  left: 2.25rem;
  width: 7.5rem;
  height: auto;
}
.p-what-live__frame img {
  width: 100%;
  height: 100%;
}

.p-what-live__harts {
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  bottom: 2rem;
  left: calc(50% + 40px);
  z-index: 2;
}
.p-what-live__harts img {
  width: 100%;
  height: 100%;
}

.p-what-live__hart {
  position: absolute;
  bottom: 3.4375rem;
}
.p-what-live__hart svg {
  width: 100%;
  height: 100%;
}
.p-what-live__hart.--1 {
  left: calc(50% + 40px);
  width: 11.111px;
  height: 10px;
  -webkit-animation: 5s 0.5s linear backwards infinite hart;
          animation: 5s 0.5s linear backwards infinite hart;
}
.p-what-live__hart.--2 {
  left: calc(50% + 60px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 1.4s linear backwards infinite hart;
          animation: 5s 1.4s linear backwards infinite hart;
}
.p-what-live__hart.--3 {
  left: calc(50% + 47px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 2.3s linear backwards infinite hart;
          animation: 5s 2.3s linear backwards infinite hart;
}
.p-what-live__hart.--4 {
  left: calc(50% + 65px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 2.8s linear backwards infinite hart;
          animation: 5s 2.8s linear backwards infinite hart;
}
.p-what-live__hart.--5 {
  left: calc(50% + 42px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 3.7s linear backwards infinite hart;
          animation: 5s 3.7s linear backwards infinite hart;
}
.p-what-live__hart.--6 {
  left: calc(50% + 63px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 4.6s linear backwards infinite hart;
          animation: 5s 4.6s linear backwards infinite hart;
}

@-webkit-keyframes hart {
  0% {
    translate: 0 0;
    opacity: 0;
  }
  1% {
    translate: 0 0;
    opacity: 1;
  }
  5% {
    translate: 2px -5px;
  }
  10% {
    translate: 4px -10px;
  }
  15% {
    translate: 2px -15px;
  }
  20% {
    translate: -2px -20px;
  }
  25% {
    translate: -4px -25px;
  }
  30% {
    translate: -2px -30px;
  }
  35% {
    translate: 2px -35px;
  }
  40% {
    translate: 4px -40px;
  }
  45% {
    translate: 2px -45px;
  }
  50% {
    translate: -2px -50px;
  }
  55% {
    translate: -4px -55px;
  }
  60% {
    translate: -2px -60px;
  }
  65% {
    translate: 2px -65px;
  }
  70% {
    translate: 4px -70px;
  }
  75% {
    translate: 2px -75px;
  }
  80% {
    translate: -2px -80px;
  }
  85% {
    translate: -4px -85px;
  }
  90% {
    translate: -2px -90px;
  }
  95% {
    translate: 0px -95px;
    opacity: 0.5;
  }
  100% {
    translate: 0px -100px;
    opacity: 0;
  }
}

@keyframes hart {
  0% {
    translate: 0 0;
    opacity: 0;
  }
  1% {
    translate: 0 0;
    opacity: 1;
  }
  5% {
    translate: 2px -5px;
  }
  10% {
    translate: 4px -10px;
  }
  15% {
    translate: 2px -15px;
  }
  20% {
    translate: -2px -20px;
  }
  25% {
    translate: -4px -25px;
  }
  30% {
    translate: -2px -30px;
  }
  35% {
    translate: 2px -35px;
  }
  40% {
    translate: 4px -40px;
  }
  45% {
    translate: 2px -45px;
  }
  50% {
    translate: -2px -50px;
  }
  55% {
    translate: -4px -55px;
  }
  60% {
    translate: -2px -60px;
  }
  65% {
    translate: 2px -65px;
  }
  70% {
    translate: 4px -70px;
  }
  75% {
    translate: 2px -75px;
  }
  80% {
    translate: -2px -80px;
  }
  85% {
    translate: -4px -85px;
  }
  90% {
    translate: -2px -90px;
  }
  95% {
    translate: 0px -95px;
    opacity: 0.5;
  }
  100% {
    translate: 0px -100px;
    opacity: 0;
  }
}
.p-why-choose {
  margin-bottom: 4.75rem;
  background: #f0f7fb;
  position: relative;
}

.p-why-choose__head {
  padding-bottom: 2.5rem;
}

.p-why-choose__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 0.5625rem;
}

.p-why-choose__item {
  background: #e4eef3;
  border-radius: 1.875rem;
  width: 100%;
  position: relative;
}
.p-why-choose__item:nth-child(2) {
  background: #cadeea;
}
.p-why-choose__item:nth-child(3) {
  background: #cadeea;
}

.p-why-choose__item--bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='45' viewBox='0 0 34 45' fill='none'%3E%3Cpath d='M34 45L17 34L0 45V0H34V45Z' fill='%234FA8CE'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 45px;
  position: absolute;
  top: -0.625rem;
  left: 0.625rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-why-choose__item--bg span {
  color: #fcfcfc;
  font-family: "Roboto", sans-serif;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-why-choose__item--bg span {
    font-size: 1.25rem;
  }
}

.p-why-choose__item--img {
  width: 100%;
  height: auto;
  aspect-ratio: 173/100;
}
.p-why-choose__item--img img {
  border-radius: 1.875rem 1.875rem 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-why-choose__item--body {
  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;
  gap: 0.75rem;
  padding-inline: 0.625rem;
  padding-block: 0.75rem 1.25rem;
}

.p-why-choose__item--text {
  color: #474245;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-why-choose__item--text {
    font-size: 1rem;
  }
}

.p-why-choose__btn {
  display: inline-block;
  background: #4FA8CE;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.5em 1.5em;
  border-radius: 2rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
}
.p-why-choose__btn:hover {
  opacity: 0.8;
}

.p-our-track {
  -webkit-padding-after: 3.8125rem;
          padding-block-end: 3.8125rem;
}

.p-our-track__head {
  padding-bottom: 2.5rem;
}

.p-our-track__wrap {
  border-radius: 1.875rem;
  background: #cadeea;
  overflow: hidden;
}

.p-our-track__img {
  width: 100%;
  height: auto;
  aspect-ratio: 355/140;
}
.p-our-track__img picture {
  width: 100%;
}
.p-our-track__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-our-track__text {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  text-align: center;
  color: #474245;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-our-track__text {
    font-size: 1.125rem;
  }
}

.p-our-track__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  padding-inline: 0.625rem;
}

.p-our-track__card {
  padding: 0.875rem 2.5rem 0.625rem;
  border-radius: 20px;
  background: #f0f7fb;
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
  position: relative;
}
.p-our-track__card:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -0.6875rem;
  left: 50%;
  translate: -50%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 1.5rem;
  height: 0.75rem;
  aspect-ratio: 2/1;
  background: #f0f7fb;
}

.p-our-track__card--icon {
  height: auto;
  flex-shrink: 0;
}
.p-our-track__card--icon img,
.p-our-track__card--icon svg {
  width: 100%;
  height: 100%;
}
.p-our-track__card--icon.--1 {
  width: 4.25rem;
}
.p-our-track__card--icon.--2 {
  width: 4.25rem;
}
.p-our-track__card--icon.--3 {
  width: 4.25rem;
}

.p-our-track__card--sub {
  font-size: 16px;
  font-weight: 400;
}
.p-our-track__card--sub span {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-our-track__card--tag {
  display: inline-block;
  background: #7e767b;
  border-radius: 25px;
  padding-inline: 0.625rem;
  color: #fcfcfc;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-our-track__card--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  margin-top: -0.625rem;
}
.p-our-track__card--main span {
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 900;
}

.p-our-track__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  padding-block: 0.625rem 1.875rem;
}

.p-our-track__down--text {
  color: #474245;
  text-align: center;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-our-track__down--text {
    font-size: 1.125rem;
  }
}
.p-our-track__down--text span {
  font-size: max(1.375rem, 17.6px);
  font-weight: 700;
  line-height: 8.1818181818%;
  letter-spacing: 0.01em;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.22px;
}
@media screen and (max-width: 409px) {
  .p-our-track__down--text span {
    font-size: 1.375rem;
  }
}

.p-support {
  -webkit-padding-before: 6.5625rem;
          padding-block-start: 6.5625rem;
}

.p-support__head {
  padding-bottom: 2.5rem;
}

.p-support__img {
  width: 100%;
  height: auto;
}
.p-support__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-support__lists {
  padding-top: 2.5rem;
}

.p-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  padding-block: 0.75rem 1rem;
  border-bottom: 1.5px dashed #bad4e8;
}

.p-support__list--title {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-left: 1.4375rem;
  position: relative;
}
@media screen and (max-width: 409px) {
  .p-support__list--title {
    font-size: 1.125rem;
  }
}
.p-support__list--title::before {
  content: "";
  position: absolute;
  background: url(../img/hart-list.png) no-repeat center center/cover;
  width: 0.8125rem;
  height: 0.75rem;
  top: 0.6875rem;
  left: 0;
}

.p-support__list--text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-support__list--text {
    font-size: 1rem;
  }
}
.p-support__list--text span {
  font-size: 0.875rem;
}

.p-faq {
  padding-block: 4.375rem 4.9375rem;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.p-faq__item {
  border-radius: 1.875rem;
  background: #cadeea;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding: 0.375rem 0.625rem;
}
@media screen and (max-width: 409px) {
  .p-faq__item {
    font-size: 1.125rem;
  }
}

.p-faq__question {
  position: relative;
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}

.p-faq__icon {
  display: inline-block;
  width: 0.9375rem;
  aspect-ratio: 5/3;
  background: url(../img/arrow.png) no-repeat center center/cover;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.js-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.p-faq__question-text {
  list-style: none;
  padding-inline: 2.3125rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-faq__question-text::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.625rem;
  color: #4fa8ce;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-faq__question-text::before {
    font-size: 1.25rem;
  }
}

.p-faq__answer {
  border-radius: 1.25rem;
  background: #fcfcfc;
  padding: 0.625rem;
  margin-block: 0.625rem 0.625rem;
}

.p-faq__answer-text {
  list-style: none;
  color: #474245;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-faq__answer-text {
    font-size: 1rem;
  }
}
.p-faq__answer-text span {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 12.8571428571%;
  letter-spacing: 0.0714285714em;
}
@media screen and (max-width: 409px) {
  .p-faq__answer-text span {
    font-size: 0.875rem;
  }
}

.p-cta {
  background: url(../img/cta-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -2;
}

.p-cta2 {
  position: relative;
  z-index: 1;
  -webkit-padding-before: 5.6875rem;
          padding-block-start: 5.6875rem;
}

.p-cta3 {
  -webkit-padding-before: 2.9375rem;
          padding-block-start: 2.9375rem;
  position: relative;
  z-index: 0;
}

.p-cta4 {
  -webkit-padding-before: 2.9375rem;
          padding-block-start: 2.9375rem;
  background: #f0f7fb;
  position: relative;
  z-index: 0;
}

.p-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-cta__head {
  padding-bottom: 1.25rem;
}

.p-cta__img {
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  height: auto;
  aspect-ratio: 375/230;
  overflow: hidden;
}
.p-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta__foot {
  display: flex;
  width: 100%;
  height: 68px;
  padding: 0.8125rem 2.625rem 0.8125rem 2.5rem;
  justify-content: space-between;
  align-items: center;
  background: #4fa8ce;
  margin-bottom: 1.25rem;
  margin-top: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0;
  color: #fcfcfc;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.p-cta__foot > svg {
  width: 0.6875rem;
  height: 1.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 5/3;
}
.p-cta__foot span svg {
  width: 35px !important;
  height: 35px !important;
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .p-cta__foot:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-cta__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-cta__line {
    font-size: 1.5rem;
  }
}
.p-cta__line svg {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}

.p-cta__text {
  padding-inline: 1.25rem;
  padding-bottom: 1.25rem;
}

.cta__main--title-jp {
  width: 15.9375rem;
  height: auto;
  padding-bottom: 1.625rem;
}
.cta__main--title-jp img {
  width: 100%;
  height: 100%;
}

.cta__main--title-en {
  font-family: "Cormorant Garamond", serif;
  color: #7e767b;
  font-size: max(3.625rem, 46.4px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0689655172em;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 409px) {
  .cta__main--title-en {
    font-size: 3.625rem;
  }
}

.p-cta__text2 {
  text-align: center;
}

.p-step__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.75rem;
  margin-top: 1.25rem;
}

.p-step__item {
  border-radius: 1.875rem;
  background: #e4eef3;
  overflow: hidden;
}

.p-step__item--img {
  width: 100%;
  height: auto;
  aspect-ratio: 355/200;
  border-radius: 1rem;
  overflow: hidden;
}
.p-step__item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-step__item--img picture {
  width: 100%;
}

.p-step__item--body {
  padding: 1.25rem 0.625rem 1.25rem;
}

.p-step__item--title {
  color: #474245;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0625em;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 409px) {
  .p-step__item--title {
    font-size: 1rem;
  }
}
.p-step__item--title span {
  font-family: "Roboto", sans-serif;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 11.1111111111%;
}
@media screen and (max-width: 409px) {
  .p-step__item--title span {
    font-size: 1.125rem;
  }
}

.p-step__item--pink {
  color: #4fa8ce;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 409px) {
  .p-step__item--pink {
    font-size: 1.25rem;
  }
}

.p-step__item--text {
  padding-bottom: 0.6875rem;
}
.p-step__item--text.--1 {
  padding-bottom: 1.8125rem;
}

.p-step__btn {
  display: inline-block;
  border-radius: 6.25rem;
  background: #4fa8ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.25rem;
  padding: 0.625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  color: #fcfcfc;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 409px) {
  .p-step__btn {
    font-size: 1.25rem;
  }
}
.p-step__btn svg {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}
@media (any-hover: hover) {
  .p-step__btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-step__text {
  text-align: center;
  margin-top: 0.6875rem;
}

@media (any-hover: hover) {
}

@media screen and (max-width: 409px) {
}

@media screen and (max-width: 409px) {
}
@media screen and (max-width: 409px) {
}

@media screen and (max-width: 409px) {
}

@media screen and (max-width: 409px) {
}

.p-page__text span {
  color: #7e767b;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0714285714em;
}
@media screen and (max-width: 409px) {
  .p-page__text span {
    font-size: 0.875rem;
  }
}
.p-page__text .current-item {
  color: #474245;
}

.p-story {
  -webkit-padding-before: 2.5625rem;
          padding-block-start: 2.5625rem;
}

.p-story__swiper-container,
.p-story__swiper,
.p-story__swiper-wrapper,
.p-story__swiper-slide {
  position: relative;
}

.p-story__swiper-container {
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
}

.p-story__swiper-slide {
  border-radius: 0px 100px 0px 0px;
  background: #e4eef3;
  padding-block: 1.875rem 2.75rem;
  width: 19.6875rem;
  height: auto !important;
}

.p-story__swiper-wrapper {
  align-items: stretch !important;
}

.p-story__swiper-slide--inner {
  padding-inline: 0.625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p-story__post {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-left: 2.125rem;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 409px) {
  .p-story__post {
    font-size: 1.125rem;
  }
}
.p-story__post::before {
  content: "";
  position: absolute;
  background: url(../img/hart-list.png) no-repeat center center/cover;
  width: 1rem;
  height: 0.875rem;
  top: 50%;
  translate: 0 -50%;
  left: 0.625rem;
}

.p-story__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 0.875rem;
  padding-inline: 0.625rem;
}

.p-story__icon {
  width: 3.625rem;
  height: auto;
  aspect-ratio: 29/35;
}
.p-story__icon img {
  width: 100%;
  height: 100%;
}

.p-story__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-story__tag {
  display: inline-block;
  align-self: flex-start;
  background: #4FA8CE;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  line-height: 1.5;
  margin-bottom: 0.15em;
}

.p-story__name {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-story__name {
    font-size: 1.25rem;
  }
}

.p-story__label {
  background: #4fa8ce;
  opacity: 0.9;
  color: #fcfcfc;
  padding-inline: 0.9375rem;
  font-size: 20px;
  font-weight: 500;
  margin-block: 0.25rem;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 0.15em;
}
.p-story__label span {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-story__label span {
    font-size: 1.5rem;
  }
}
.p-story__label .big {
  font-family: "Roboto", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  padding-inline: 0.1875rem;
  line-height: 1.4;
  position: relative;
  top: 0.125rem;
}
.p-story__label .left {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.p-story__label::before, .p-story__label::after {
  content: "";
  position: absolute;
  background: #4fa8ce;
  opacity: 0.9;
  width: 0.9375rem;
}
.p-story__label::before {
  height: 100%;
  top: 0;
  left: 100%;
}
.p-story__label::after {
  top: calc(100% + 1px);
  right: -0.9375rem;
  height: 0.5rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.p-story__changes {
  -webkit-margin-before: 0.8125rem;
          margin-block-start: 0.8125rem;
}

.p-story__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  height: 2.5rem;
}
.p-story__change:nth-of-type(2) {
  margin-top: -0.1875rem;
}

.p-story__change--btn {
  border-radius: 0.5rem;
  width: 4.6875rem;
  color: #fcfcfc;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.p-story__change--btn.--before {
  background: #7e767b;
}
.p-story__change--btn.--after {
  background: #4fa8ce;
}

.p-story__change--text {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-story__change--text span {
  color: #7e767b;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding-inline: 0.1875rem;
  position: relative;
  top: 0.09375rem;
}
.p-story__change--text .big {
  padding-inline: 0.125rem;
  color: #4fa8ce;
  font-family: "Roboto", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  font-size: 34px;
}
.p-story__change--text .small {
  color: #7e767b;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  top: 0.125rem;
  padding-inline: 0;
}

.p-story__comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
  flex-grow: 1;
}

.p-story__comment {
  border-radius: 0 1.25rem 1.25rem 1.25rem;
  background: #fcfcfc;
  padding: 0.625rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.--swiper2 {
  top: calc(100% + 28px);
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out, scale 0.3s ease;
  transition: background 0.3s ease-in-out, scale 0.3s ease;
  scale: 1.5;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out, scale 0.3s ease;
  transition: background 0.3s ease-in-out, scale 0.3s ease;
  scale: 1.5;
}
dialog.js-show.p-modal__content {
  opacity: 1;
  scale: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(79, 168, 206, 0.6);
  /* ぼかし */
  backdrop-filter: blur(4px);
  scale: 1;
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(79, 168, 206, 0.6);
  /* ぼかし */
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  scale: 1;
}

.p-modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, scale 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, scale 0.3s ease-in-out;
  scale: 1.5;
  width: min(20.9375rem, 95%);
  max-height: 90vh;
  border-radius: 40px;
  background: #fcfcfc;
}

.p-modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.p-modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 0.625rem 1.25rem 2.5rem;
}
.p-modal__body h3 {
  padding-bottom: 1.25rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-modal__body h3 {
    font-size: 1.25rem;
  }
}
.p-modal__body.our-track__modal {
  padding: 5rem 0.9375rem 2.5rem;
}
.p-modal__body.our-track__modal h3 {
  padding-bottom: 1.875rem;
}

.p-modal__number {
  color: #cadeea;
  font-family: "Roboto", sans-serif;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 409px) {
  .p-modal__number {
    font-size: 2.5rem;
  }
}

.p-modal__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-modal__text {
    font-size: 1rem;
  }
}
.p-modal__text span {
  color: #4fa8ce;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: inline;
}
@media screen and (max-width: 409px) {
  .p-modal__text span {
    font-size: 1.125rem;
  }
}

.p-modal__img {
  height: auto;
  margin-inline: auto;
}
.p-modal__img img {
  width: 100%;
  height: 100%;
}
.p-modal__img.--1 {
  width: 14.0625rem;
  padding-block: 2.5rem;
}
.p-modal__img.--2 {
  width: 13.25rem;
  padding-block: 1.25rem;
}
.p-modal__img.--3 {
  width: 7.875rem;
}
.p-modal__img.--4 {
  width: 18.375rem;
  padding-block: 1.25rem;
}

.p-modal__img--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  padding-block: 1.25rem;
}

.p-modal__support {
  border-radius: 20px;
  border: 1px solid #4fa8ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  margin-top: 1.25rem;
}

.p-modal__support--head {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  color: #fcfcfc;
  background: #4fa8ce;
  border-radius: 0px 0px 10px 0px;
  margin-left: -1px;
  margin-top: -1px;
  margin-right: auto;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-modal__support--head {
    font-size: 1.125rem;
  }
}

.p-modal__support--text {
  padding: 0.25rem 0.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-modal__support--text {
    font-size: 1rem;
  }
}
.p-modal__support--text span {
  color: #4fa8ce;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: inline;
}
@media screen and (max-width: 409px) {
  .p-modal__support--text span {
    font-size: 1.125rem;
  }
}

.p-modal__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 1.25rem;
}

.p-modal__comment--q,
.p-modal__comment--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding: 0.25rem 0.625rem;
}
.p-modal__comment--q span,
.p-modal__comment--a span {
  color: #fcfcfc;
}

.p-modal__comment--q {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 10px 0px 10px 10px;
  background: #7e767b;
  height: 2.5rem;
}
.p-modal__comment--q .--q {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 409px) {
  .p-modal__comment--q .--q {
    font-size: 1.25rem;
  }
}
.p-modal__comment--q span {
  font-size: max(1rem, 12.8px);
  font-weight: 400 32.4;
  line-height: 0.01125;
}
@media screen and (max-width: 409px) {
  .p-modal__comment--q span {
    font-size: 1rem;
  }
}

.p-modal__comment--a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 10px 10px 10px;
  background: #4fa8ce;
  height: 2.75rem;
}
.p-modal__comment--a .--q {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0416666667em;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 409px) {
  .p-modal__comment--a .--q {
    font-size: 1.5rem;
  }
}
.p-modal__comment--a span {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-modal__comment--a span {
    font-size: 1.125rem;
  }
}

.p-modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  border-radius: 100vmax;
  background: #474245;
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-modal__close-btn svg {
  width: 0.875rem;
  height: 0.875rem;
}

.p-modal__item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  margin-top: 1.875rem;
}

.p-modal__item {
  background: #cadeea;
  width: 100%;
  height: 9.375rem;
  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;
}
.p-modal__item.--1 {
  border-radius: 2.5rem 2.5rem 0px 0px;
  height: 10.625rem;
  row-gap: 1.125rem;
}
.p-modal__item.--2 {
  row-gap: 1.0625rem;
}
.p-modal__item.--3 {
  row-gap: 0.875rem;
}
.p-modal__item.--4 {
  row-gap: 0.6875rem;
}
.p-modal__item.--5 {
  row-gap: 0.625rem;
}
.p-modal__item.--6 {
  border-radius: 0 0 2.5rem 2.5rem;
  height: 8.4375rem;
  row-gap: 1.25rem;
}

.p-modal__item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-modal__item--img.--1 svg {
  width: 4.375rem;
  height: auto;
}
.p-modal__item--img.--2 svg {
  width: 2rem;
  height: auto;
}
.p-modal__item--img.--3 svg {
  width: 3rem;
  height: auto;
}
.p-modal__item--img.--4 svg {
  width: 3.4375rem;
  height: auto;
}
.p-modal__item--img.--5 svg {
  width: 4rem;
  height: auto;
}

.p-modal__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.p-modal__item--text {
  white-space: nowrap;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 409px) {
  .p-modal__item--text {
    font-size: 1rem;
  }
}
.p-modal__item--text span {
  color: #4fa8ce;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 6%;
}
@media screen and (max-width: 409px) {
  .p-modal__item--text span {
    font-size: 1.25rem;
  }
}
.p-modal__item--text.center {
  text-align: center;
}
.p-modal__item--text.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: -0.25rem;
  font-size: max(0.8125rem, 10.4px);
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 409px) {
  .p-modal__item--text.tate {
    font-size: 0.8125rem;
  }
}
.p-modal__item--text .number {
  color: #4fa8ce;
  font-family: "Roboto", sans-serif;
  padding-inline: 0.1875rem;
  font-size: max(2.125rem, 27.2px);
  font-weight: 900;
  line-height: 5.2941176471%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-modal__item--text .number {
    font-size: 2.125rem;
  }
}

.p-modal__item--text5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-modal__item--title {
  text-align: center;
  color: #fcfcfc;
  font-size: max(1.75rem, 22.4px);
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 409px) {
  .p-modal__item--title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 409px) {
}

@media screen and (max-width: 409px) {
}

@media (min-width: 410px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 409px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__jp {
  font-family: "Roboto", sans-serif;
}
.u-font__en {
  font-family: "Raleway", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 409px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 410px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 409px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 410px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 409px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 410px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 409px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 410px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 409px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 410px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}
/* Additional inline styles for placeholders and fixes */
.p-support__list--title::before {
  content: "";
  position: absolute;
  width: 0.8125rem;
  height: 0.75rem;
  top: 0.6875rem;
  left: 0;
  background: #4FA8CE;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(180deg);
}
.p-story__post::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.875rem;
  top: 50%;
  translate: 0 -50%;
  left: 0.625rem;
  background: #4FA8CE;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(180deg);
}
.placeholder-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e4eef3, #cadeea);
  color: #4FA8CE;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.step-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #BAD4E8, #4FA8CE);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}
.story-icon-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e4eef3, #4FA8CE);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
}
.track-icon-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #cadeea, #4FA8CE);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 50%;
}
.swiper-pagination-bullet {
  width: 13px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #BAD4E8 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #4FA8CE !important;
}
.p-fv__bg--img {
  background: linear-gradient(180deg, #3A95BD 0%, #4FA8CE 40%, #7CC2DE 65%, #BAD4E8 85%, #f0f7fb 100%);
}
.p-cta {
  background: linear-gradient(180deg, #4FA8CE 0%, #BAD4E8 100%);
  position: relative;
  padding-top: 1.5rem;
}
.p-faq__icon {
  display: inline-block;
  width: 0.9375rem;
  aspect-ratio: 5/3;
  background: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4FA8CE;
  transform-origin: center;
  transition: transform 0.3s ease;
}
details[open] .p-faq__icon {
  transform: rotate(180deg);
}

/* Closing CTA Section */
.p-closing {
  position: relative;
  overflow: hidden;
}
.p-closing__img {
  position: relative;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  aspect-ratio: 375/280;
  overflow: hidden;
}
.p-closing__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-closing__img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, transparent 0%, rgba(79,168,206,0.4) 100%);
}
.p-closing__body {
  background: linear-gradient(180deg, #4FA8CE 0%, #7CC2DE 40%, #BAD4E8 70%, #f0f7fb 90%, #fff 100%);
  padding: 2rem 1.25rem 2.5rem;
  text-align: center;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
}
.p-closing__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.75rem;
}
.p-closing__jp {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fcfcfc;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
.p-closing__message {
  font-size: 0.9375rem;
  line-height: 2;
  color: #474245;
  margin-bottom: 2rem;
}
.p-closing__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto 0.75rem;
  padding: 1rem 1.5rem;
  background: #4FA8CE;
  color: #fcfcfc;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 3rem;
  transition: opacity 0.3s;
}
.p-closing__btn svg path {
  stroke: #fcfcfc;
}
.p-closing__btn:hover {
  opacity: 0.85;
}
.p-closing__sub {
  font-size: 0.8125rem;
  color: #7e767b;
}
.p-closing__campaign {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(255,165,0,0.25);
}
.p-closing__campaign::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px dashed rgba(255,255,255,0.6);
  border-radius: 0.8rem;
  pointer-events: none;
}
.p-closing__campaign-label {
  display: inline-block;
  background: #fff;
  color: #e08700;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.15em 0.75em;
  border-radius: 2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.p-closing__campaign-text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.p-closing__campaign-text span {
  font-size: 1.375rem;
}
