@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*text-shadow*/
/*media query break point*/
/*grid settings*/
/* media query */
.p-contbg {
  width: 100%;
  position: relative;
}
.p-contbg::before {
  content: "";
  background-image: url("../../../assets/img/common/bg.webp");
  width: 100%;
  height: 100vh;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  position: fixed;
}
.p-contbg::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(65, 171, 238, 0.7) 0%, rgba(0, 113, 185, 0.1) 47%, rgba(0, 113, 185, 0) 100%);
}
@media only screen and (max-width: 768px) {
  .p-contbg::before {
    background-image: url("../../../assets/img/common/bg-sp.webp");
  }
  .p-contbg::after {
    background: linear-gradient(90deg, rgba(65, 171, 238, 0.7) 0%, rgba(0, 113, 185, 0.1) 80%, rgba(0, 113, 185, 0) 100%);
  }
}

/* ============================================
   Layout Wrapper
   $nav-width: 280px — 右ナビ分の余白
   ============================================ */
.l-main-area {
  max-width: 1260px;
  width: 65%;
}
@media only screen and (max-width: 1260px) {
  .l-main-area {
    width: 100%;
  }
}

/* ============================================
   MV / Hero
   ============================================ */
.mv {
  position: relative;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
}
.non-real .mv {
  min-height: 340px;
}
@media only screen and (max-width: 768px) {
  .non-real .mv {
    min-height: 360px;
  }
}
.mv__inner {
  margin-left: 5%;
  min-width: 580px;
  width: 40%;
  position: fixed;
  z-index: 1;
  height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    min-width: 210px;
    width: 60%;
    height: 24rem;
    z-index: 1;
  }
}
.non-real .mv__inner {
  height: 46rem;
}
@media only screen and (max-width: 768px) {
  .non-real .mv__inner {
    min-width: 308px;
  }
}
.mv__title {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2.4rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  color: white;
  margin-bottom: 12px;
  text-shadow: 0 3px 10px #444444;
}
@media (max-width: 768px) {
  .mv__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .mv__title {
    font-size: 2.4rem;
  }
}
.mv__subttl {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  color: white;
  text-shadow: 0 1px 10px black;
}
@media (max-width: 768px) {
  .mv__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mv__subttl {
    font-size: 1.6rem;
  }
}
.mv__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85;
  color: white;
  text-shadow: 0 3px 10px #444444;
}
@media (max-width: 768px) {
  .mv__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .mv__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .mv__text {
    text-shadow: 0 2px 5px #1c404e, 0 2px 10px #306c84, 0 2px 15px #2f6377;
  }
}
.mv__imgwrap {
  position: fixed;
  max-width: 1260px;
  width: calc(100% - 49.5rem);
  width: 64.95%;
}
@media only screen and (max-width: 1260px) {
  .mv__imgwrap {
    width: 100%;
  }
}
.mv__hero-img {
  position: fixed;
  z-index: 1;
  left: 38.97%;
  top: 16px;
  width: 260px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aac;
  font-size: 11px;
}
.mv__hero-img img {
  object-fit: contain;
  object-position: top right;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1260px) {
  .mv__hero-img {
    left: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__hero-img {
    left: unset;
    right: 0px;
  }
}
.mv__hero-img.mod--buy {
  top: -3px;
  max-width: 40rem;
  max-height: 40rem;
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
  .mv__hero-img.mod--buy {
    top: 3rem;
  }
}
.mv__hero-img.mod--dom {
  position: absolute;
  left: unset;
  right: 0;
  height: 51rem;
  width: unset;
  top: 0;
}
@media only screen and (max-width: 1260px) {
  .mv__hero-img.mod--dom {
    left: unset;
    right: 0;
    min-height: unset;
    height: unset;
    width: 42%;
    min-width: 25rem;
  }
}
@media only screen and (max-width: 768px) {
  .mv__hero-img.mod--dom {
    right: -3rem;
  }
}
.mv__hero-img.mod--over {
  position: absolute;
  left: unset;
  right: 0;
  height: 39rem;
  width: unset;
  top: 0;
}
@media only screen and (max-width: 1260px) {
  .mv__hero-img.mod--over {
    left: unset;
    right: -6rem;
    min-height: unset;
    height: unset;
    width: 58%;
    min-width: 35rem;
  }
}
.mv__hero-img.mod--non {
  height: unset;
  width: 74rem;
  right: 30%;
  left: unset;
}
@media only screen and (max-width: 1260px) {
  .mv__hero-img.mod--non {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv__hero-img.mod--non {
    width: 60%;
    top: 3rem;
  }
}

.p-section__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 90%;
  margin-inline: auto;
  padding-top: 2rem;
  gap: 0.8rem;
}
@media only screen and (max-width: 1080px) {
  .p-section__nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .p-section__nav {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 2rem;
  }
}
.p-section__nav a {
  display: flex;
  padding: 1rem 0;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0071B9;
  border-radius: 50rem;
  border: 2px solid;
  gap: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(1.3rem, 0.9vw, 1.6rem);
}
@media (max-width: 768px) {
  .p-section__nav a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-section__nav a {
    font-size: 1.3rem;
  }
}
.p-section__nav a .u-arw--ku {
  transform: rotate(135deg);
  margin-top: -0.36rem;
  width: 10px;
  height: 10px;
}

.pill-body {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 26px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  color: #0d2a4a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 24px rgba(20, 40, 70, 0.16), inset 0 1px 1px rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: all 0.35s ease;
}

.btn {
  position: relative;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0 8px 15px rgba(37, 38, 68, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: unset;
  width: 16rem;
  height: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .non-real .btn {
    width: 17rem;
    height: 5rem;
    margin-top: 1rem;
  }
}
.btn__title {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
.btn__title .u-arw--r {
  margin-left: 0.5rem;
}
.btn__bg {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 105%;
  border-radius: 100px;
  background-color: white;
  box-shadow: 0 0 5px white, 0 0 30px white, 0 0 60px white;
  transition: width 0.3s;
}

.btn:hover .btn__bg {
  width: 100%;
}

/* ============================================
   Cloud Divider（雲の区切り）
   実際は画像に差し替え
   ============================================ */
.cloud-divider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: -10rem;
  z-index: 1;
  pointer-events: none;
}
.non-real .cloud-divider {
  margin-top: 0;
}

/* ============================================
   Page Contents（雲より下）
   ============================================ */
.page-contents {
  background: #fff;
  position: relative;
  z-index: 1;
}

/* ============================================
   Section（白・青 交互）
   ============================================ */
.p-section__wave {
  position: absolute;
  bottom: 96%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-section__wave {
    bottom: 99%;
  }
}

.section {
  padding-block: 8rem;
  padding-top: 4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 1rem 0 6rem;
  }
}
.section--white {
  background: #fff;
}
.section--blue {
  background: #EDF7FF;
}
.section__inner {
  display: grid;
  grid-template-columns: 53% 1fr;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section__inner {
    grid-template-columns: 1fr;
  }
}
.section__inner--img-right {
  grid-template-columns: 1fr 53%;
}
@media only screen and (max-width: 768px) {
  .section__inner--img-right {
    grid-template-columns: 1fr;
  }
}
.section__inner--img-right .section__img-block {
  border-radius: 2rem 0 0 2rem;
  width: 100%;
}
.section__inner--img-right .section__img-block-link {
  order: 2;
  border-radius: 2rem 0 0 2rem;
}
@media only screen and (max-width: 768px) {
  .section__inner--img-right .section__img-block-link {
    order: unset;
    margin-left: 9%;
  }
}
.section__text-block {
  min-width: 0;
  max-width: 39.6rem;
  width: 90%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .section__text-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section__label {
  color: #0071B9;
  width: fit-content;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 40px;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .section__label {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .section__label {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__label {
    margin-bottom: 0.6rem;
    margin-inline: auto;
  }
}
.section__title {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2.4rem, 1.8vw, 4rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3rem;
  color: #222;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.section__text {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .section__text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__text {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 90%;
  }
}
.section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #258AD8;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  height: 7rem;
  width: 28rem;
  border-radius: 1.5rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .section__btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .section__btn {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__btn {
    height: 5rem;
  }
}
.section__btn:hover, .section__btn.is-hovered {
  transition: 0.3s;
  background-color: #EB2B64;
  color: #fff;
  text-decoration: none;
}
.section__btn .u-arw--r {
  color: #fff !important;
}
.section__img-block {
  width: 100%;
  height: 51rem;
  border-radius: 0 2rem 2rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .section__img-block {
    aspect-ratio: 337/243;
    height: auto;
    width: 91%;
  }
}
.section__img-block.mod--bord {
  border: 1px solid #5A9FD4;
}
.section__img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__img-block:has(img)::after {
  display: none;
}/*# sourceMappingURL=style.css.map */