/* =================================
   TopPage
==================================== */
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(55, 125, 255, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(55, 125, 255, 0.7);
}

/*==============================
TOP contents
==============================*/
.l-mv {
  max-width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0);
}
.l-mv .mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.l-mv .mv-txt {
  text-align: center;
}
.l-mv .mv-txt img {
  max-width: 40vw;
  margin-top: -1.5em;
}
.l-mv .mv-txt p {
  color: #fff;
  text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.25);
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  margin-top: -1.5em;
}
@media only screen and (min-width: 768px) {
  .l-mv {
    aspect-ratio: 144/30;
    min-height: 300px;
  }
  .l-mv .mv-img {
    background: url(../img/top_mv_img.jpg) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv {
    aspect-ratio: 144/60;
  }
  .l-mv .mv-img {
    background: url(../img/sp_top_mv_img.jpg) no-repeat center/cover;
  }
  .l-mv .mv-txt {
    font-size: 0.875em;
  }
}

.tp-intro {
  background: url(../img/top_intro_bg.svg) repeat center/20em;
}
.tp-intro .tp-intro-inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
}
.tp-intro .tp-intro-img {
  position: absolute;
  left: 0;
  text-align: right;
}
.tp-intro .tp-intro-txt h2 {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-bottom: 0.85em;
}
.tp-intro .tp-intro-txt p {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .tp-intro {
    padding: 3.125em 0;
  }
  .tp-intro .tp-intro-img {
    padding-right: 10%;
    width: 21.5%;
    bottom: -2em;
  }
  .tp-intro .tp-intro-txt {
    padding-left: 21.5%;
  }
}
@media only screen and (max-width: 767px) {
  .tp-intro {
    padding: 6.5vw 0;
  }
  .tp-intro .tp-intro-img {
    width: 20%;
    top: -15vw;
  }
  .tp-intro .tp-intro-txt {
    position: relative;
    z-index: 1;
    padding-left: 24%;
  }
}

.tp-tour {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .tp-tour {
    padding: 6.25em 0;
  }
}
@media only screen and (max-width: 767px) {
  .tp-tour {
    padding: 13vw 0;
  }
}

.tp-recommend {
  position: relative;
}
.tp-recommend .tp-recommend-img {
  display: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  background: url(../img/tp_recommend_bg.jpg) no-repeat center/cover;
}
.tp-recommend:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 97%;
  height: calc(100% - 3vw);
  background: #EFF5FF;
  opacity: 0.8;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .tp-recommend {
    padding: 6.25em 0;
  }
}
@media only screen and (max-width: 767px) {
  .tp-recommend {
    padding: 13vw 0;
  }
}

.tp-area {
  background: #fff;
}
.tp-area .wrap {
  container-type: inline-size;
}
.tp-area .tp-area-list {
  display: grid;
  gap: 2cqw;
}
.tp-area .tp-area-list a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 384/100;
}
.tp-area .tp-area-list a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media(hover: hover) {
  .tp-area .tp-area-list a:hover:before, .tp-area .tp-area-list a:active:before {
    background: rgba(0, 0, 0, 0.3);
  }
  .tp-area .tp-area-list a:hover img, .tp-area .tp-area-list a:active img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.tp-area .tp-area-list img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tp-area .tp-area-list p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  color: #fff;
  z-index: 1;
}
.tp-area .tp-area-en {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-weight: 700;
  opacity: 0.3;
}
.tp-area .tp-area-jp {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .tp-area {
    padding: 6.25em 0;
  }
  .tp-area .tp-area-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .tp-area .tp-area-en {
    font-size: min(2.5em, 3.4vw);
  }
}
@media only screen and (max-width: 767px) {
  .tp-area {
    padding: 13vw 0;
  }
  .tp-area .tp-area-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .tp-area .tp-area-en {
    font-size: min(2.5em, 5.2vw);
  }
}
@media only screen and (max-width: 480px) {
  .tp-area .tp-area-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .tp-area .tp-area-en {
    font-size: min(2.5em, 10vw);
  }
}

.tp-column {
  background: #EFF5FF;
}
@media only screen and (min-width: 768px) {
  .tp-column {
    padding: 6.25em 0;
  }
}
@media only screen and (max-width: 767px) {
  .tp-column {
    padding: 13vw 0;
  }
}

.tp-voice {
  background: #fff;
}
.tp-voice .swiper {
  padding-bottom: 2.65em;
  margin-top: -1.3em;
}
.tp-voice .swiper-slide {
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #377DFF;
          box-shadow: inset 0px 0px 0px 1px #377DFF;
  border-radius: 10px;
  margin-top: 1.3em;
  padding: 1.4em 1.7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  position: relative;
}
.tp-voice .swiper-slide:after {
  position: absolute;
  content: "";
  right: 1.3em;
  top: -1.3em;
  width: 2.3em;
  height: 2.3em;
  background: url(../img/icon_dbl_quote.svg) no-repeat center/contain;
}
.tp-voice .tp-voice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
.tp-voice .tp-voice-img {
  width: 25%;
  text-align: center;
}
.tp-voice .tp-voice-img img {
  border-radius: 50%;
  border: 1px solid #EFF5FF;
}
.tp-voice .tp-voice-txt {
  width: 70%;
  padding-top: 0.6em;
}
.tp-voice .tp-voice-ttl {
  font-weight: 700;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.tp-voice .tp-voice-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-voice .tp-voice-star dt {
  width: 4em;
}
.tp-voice .tp-voice-star dt:after {
  content: ":";
  padding: 0 0.25em;
}
.tp-voice .tp-voice-star dd {
  width: calc(100% - 4em);
  color: #377DFF;
}
.tp-voice .tp-voice-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tp-voice .tp-voice-data dt {
  width: 5em;
}
.tp-voice .tp-voice-data dt:after {
  content: ":";
  padding: 0 0.25em;
}
.tp-voice .tp-voice-data dd {
  width: calc(100% - 5em);
}
.tp-voice .tp-voice-body {
  letter-spacing: 0.05em;
}
.tp-voice .tp-voice-date {
  text-align: right;
  font-size: 0.875em;
  color: #666;
  margin-top: 1em;
}
.tp-voice .ctrl-wrap {
  position: relative;
}
.tp-voice .swiper-pagination {
  top: 0.25em;
  bottom: auto;
}
.tp-voice .swiper-button-prev {
  background: url(../img/icon_arw_left.svg) no-repeat center/contain;
  width: 2em;
  height: 2em;
  left: 0;
  top: 0;
  margin: 0;
}
.tp-voice .swiper-button-next {
  background: url(../img/icon_arw_right.svg) no-repeat center/contain;
  width: 2em;
  height: 2em;
  right: 0;
  top: 0;
  margin: 0;
}
.tp-voice .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.8em;
}
@media only screen and (min-width: 768px) {
  .tp-voice {
    padding: 6.25em 0;
  }
  .tp-voice .swiper-wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto !important;
  }
  .tp-voice .ctrl-wrap {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .tp-voice {
    padding: 13vw 0;
  }
  .tp-voice .ctrl-wrap {
    margin-top: 1.5em;
  }
}

.tp-info {
  background: #EFF5FF url(../img/top_info_bg.png) no-repeat center bottom/max(100%, 2000px);
}
.tp-info .wrap {
  container-type: inline-size;
}
.tp-info .tp-info-list {
  display: grid;
  gap: 2cqw;
}
.tp-info .tp-info-list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 1em;
  padding: 2.2em 5% 1.25em;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #377DFF;
}
.tp-info .tp-info-ttl {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.075em;
}
.tp-info .tp-info-icon {
  text-align: center;
  margin: auto;
  max-width: 40%;
}
.tp-info .tp-info-stl {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #377DFF;
  font-size: 1.25em;
}
.tp-info .tp-info-body {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .tp-info {
    padding: 6.25em 0;
  }
  .tp-info .tp-info-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .tp-info .tp-info-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .tp-info {
    padding: 13vw 0;
  }
}
@media only screen and (max-width: 480px) {
  .tp-info .tp-info-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tp-faq {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .tp-faq {
    padding: 6.25em 0;
  }
}
@media only screen and (max-width: 767px) {
  .tp-faq {
    padding: 13vw 0;
  }
}