@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

html.is-switching {
  scroll-behavior: auto !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

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

a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 95%;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sp-only {
    display: block;
  }
}

.head .head-wrapper {
  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;
  height: 88px;
  padding: 0 25px;
}
.head .head-wrapper .head-logo {
  width: 96px;
}
.head .head-wrapper .head-hamburger {
  display: none;
}
.head .head-wrapper .head-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head .head-wrapper .head-menu ul li a {
  padding: 0 min(20px, 1.3642564802vw);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
}
.head .head-wrapper .head-menu ul li a span {
  color: #0257D4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  display: block;
}
.head .head-wrapper .head-menu ul li > button.head-menu__parent-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  background: transparent;
  cursor: default;
  font: inherit;
  text-align: inherit;
  padding: 0 min(20px, 1.3642564802vw);
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub {
  position: relative;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub > button.head-menu__parent-btn .head-menu__parent-en {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #0257D4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__caret-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__sub {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 300;
  min-width: min(320px, 85vw);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #0257D4;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__sub::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__sub li {
  border-bottom: 1px solid #0257D4;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__sub li:last-child {
  border-bottom: none;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__sub a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  white-space: normal;
  text-decoration: none;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__sub a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 6px;
  background: url("../../dist/img/submenu-arrow.svg") no-repeat center/contain;
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__sub a:hover, .head .head-wrapper .head-menu ul li.head-menu__item--has-sub .head-menu__sub a:focus-visible {
  background: rgba(2, 87, 212, 0.06);
}
.head .head-wrapper .head-menu ul li.head-menu__item--has-sub:hover .head-menu__sub, .head .head-wrapper .head-menu ul li.head-menu__item--has-sub:focus-within .head-menu__sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and ( max-width: 1140px ) {
  .head {
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  .head.head--visible {
    top: 0;
  }
}
@media screen and ( max-width: 1140px ) and (min-width: 769px) {
  .head {
    top: 0;
  }
  .head.head--visible {
    top: 0;
  }
}
@media screen and ( max-width: 1140px ) {
  .head .head-wrapper {
    height: 56px;
    padding: 10px 16px;
  }
  .head .head-wrapper .head-logo {
    width: 52px;
  }
  .head .head-wrapper .head-hamburger {
    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;
    width: 30px;
    height: 26px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    border: 2px solid #1053BD;
    gap: 4px;
  }
  .head .head-wrapper .head-hamburger .head-hamburger__line {
    display: block;
    width: 18px;
    height: 1px;
    background: #1053BD;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  }
  .head .head-wrapper .head-menu {
    display: none;
  }
}
@media screen and ( max-width: 1140px ) and (min-width: 769px) {
  .head body:has(.mv) .head-wrapper .head-hamburger {
    display: none !important;
  }
}

.head-nav-drawer {
  display: none;
}
@media screen and ( max-width: 1140px ) {
  .head-nav-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    height: 100vh;
  }
  .head-nav-drawer.is-open {
    opacity: 1;
    visibility: visible;
  }
  .head-nav-drawer .head-nav-drawer__inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 60px 24px 24px;
    overflow-y: auto;
  }
  .head-nav-drawer .head-nav-drawer__close {
    position: absolute;
    top: 1%;
    right: 9px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .head-nav-drawer .head-nav-drawer__close::before, .head-nav-drawer .head-nav-drawer__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .head-nav-drawer .head-nav-drawer__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .head-nav-drawer .head-nav-drawer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .head-nav-drawer .head-nav-drawer__menu ul li {
    border-bottom: 1px solid #eee;
  }
  .head-nav-drawer .head-nav-drawer__menu ul li a {
    display: block;
    padding: 16px 0;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  .head-nav-drawer .head-nav-drawer__menu ul li a span {
    display: block;
    color: #0257D4;
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
  }
  .head-nav-drawer .head-nav-drawer__menu ul li > button.head-menu__parent-btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    border: none;
    background: transparent;
    cursor: default;
    font: inherit;
    text-align: left;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
  }
  .head-nav-drawer .head-nav-drawer__menu ul li > button.head-menu__parent-btn .head-menu__parent-en {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    margin-top: 2px;
    color: #0257D4;
    font-size: 12px;
    font-weight: 500;
  }
  .head-nav-drawer .head-nav-drawer__menu ul li .head-menu__sub {
    list-style: none;
    margin: 0;
    padding: 0 0 8px;
  }
  .head-nav-drawer .head-nav-drawer__menu ul li .head-menu__sub li {
    border-bottom: none;
  }
  .head-nav-drawer .head-nav-drawer__menu ul li .head-menu__sub a {
    padding: 10px 0 10px 12px;
    font-size: 15px;
    font-weight: 600;
  }
}

@media screen and ( max-width: 1140px ) {
  body.is-drawer-open {
    overflow: hidden;
  }
}

@media screen and ( max-width: 1140px ) {
  .head-menu__caret-icon {
    display: none;
  }
}

.footer {
  background: #202020;
}
.footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 78.8540245566vw;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .footer .footer-wrapper {
    width: 100%;
    -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;
    margin: 0 auto;
  }
}
.footer .footer-wrapper .footer-logo {
  width: 193px;
  height: auto;
}
.footer .footer-menu {
  padding: 19px 0;
}
.footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px min(110px, 7.5034106412vw);
  max-width: 450px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and ( max-width: 768px ) {
  .footer .footer-menu ul {
    max-width: 200px;
  }
}
.footer .footer-menu ul li {
  width: 170px;
  color: #FFF;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.1px;
  /* 130% */
}
.footer .footer-copy {
  padding: 22px 0 42.88px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer .footer-copy::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 1px;
  background: #3E5674;
}
.footer .footer-copy p {
  color: #AABBD0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  /* 160% */
}

.mv {
  position: relative;
}
.mv .mv-hamburger {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .mv .mv-hamburger {
    position: absolute;
    top: 6%;
    right: 5%;
    z-index: 10;
    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;
    width: 30px;
    height: 26px;
    padding: 0;
    border: 2px solid #1053BD;
    cursor: pointer;
    gap: 4px;
  }
  .mv .mv-hamburger .mv-hamburger__line {
    display: block;
    width: 18px;
    height: 1px;
    background: #1053BD;
  }
}
.mv .sp-mv-logo {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .mv .sp-mv-logo {
    width: 13.3333333333vw;
    position: absolute;
    top: 13%;
    left: 77%;
  }
}
.mv .mv-text {
  position: absolute;
  top: 9.0723055935vw;
  right: 8.6630286494vw;
  width: 36.0150068213vw;
  height: auto;
}
@media screen and ( max-width: 768px ) {
  .mv .mv-text {
    width: 90.056vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.mv .mv-laurel {
  position: absolute;
  bottom: 0.3042291951vw;
  left: 8.1855388813vw;
  width: 43.724420191vw;
  height: auto;
}
@media screen and ( max-width: 768px ) {
  .mv .mv-laurel {
    bottom: auto;
    top: 62.5%;
    width: 89.6%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.mv .mv-banner {
  background: #FFF;
  padding: 1.3642564802vw;
  width: 35.4706684857vw;
  height: 12.9604365621vw;
  position: absolute;
  bottom: 2.2510231924vw;
  left: 60.1637107776vw;
}
@media screen and ( max-width: 768px ) {
  .mv .mv-banner {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 14px;
    margin-bottom: 12.98px;
  }
}
.mv .mv-banner a {
  width: 100%;
  height: auto;
  aspect-ratio: 480/150;
  display: block;
}
.mv .mv-banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-banner img {
  -webkit-box-shadow: 0 0.272851296vw 0.4092769441vw rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.272851296vw 0.4092769441vw rgba(0, 0, 0, 0.25);
}
@media screen and ( max-width: 768px ) {
  .mv .mv-banner img {
    -webkit-box-shadow: 0 2.885px 4.327px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2.885px 4.327px rgba(0, 0, 0, 0.25);
  }
}

.about-slider {
  overflow: hidden;
  margin-bottom: 62px;
}

.about-slider__wrapper.slick-slider {
  margin: 0 -8px;
}

.about-slide {
  width: 163.33px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 163.33px;
          flex: 0 0 163.33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6.4px;
}
.about-slide img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about,
.tour {
  padding: 19.14px 0 63px;
  position: relative;
}
.about::before,
.tour::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 0;
  width: 520px;
  aspect-ratio: 1/1;
  height: auto;
  background: url(../img/section-triangle.svg) no-repeat center center;
  background-size: cover;
}
@media screen and ( max-width: 768px ) {
  .about::before,
  .tour::before {
    width: 100%;
    max-width: 520px;
    top: 0;
  }
}
.about .section-title,
.tour .section-title {
  margin-bottom: 23px;
}
@media screen and ( max-width: 768px ) {
  .about .section-title,
  .tour .section-title {
    margin-bottom: 12px;
  }
}
.about .section-title h2,
.about .section-title h3,
.tour .section-title h2,
.tour .section-title h3 {
  padding-left: 65px;
}
@media screen and ( max-width: 768px ) {
  .about .section-title h2,
  .about .section-title h3,
  .tour .section-title h2,
  .tour .section-title h3 {
    padding: 0;
  }
}

.top-tour .section-title {
  margin-bottom: 23px;
}
@media screen and ( max-width: 768px ) {
  .top-tour .section-title {
    margin-bottom: 12px;
  }
}
.top-tour .section-title h3 {
  padding-left: 65px;
  color: #1053BD;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .top-tour .section-title h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.top-tour .section-title h3 small {
  font-size: 28px;
}
@media screen and ( max-width: 768px ) {
  .top-tour .section-title h3 small {
    font-size: 15px;
  }
}
@media screen and ( max-width: 768px ) {
  .top-tour .section-title h3 {
    padding: 0;
  }
}

.pertner .section-title {
  margin-bottom: 23px;
}
@media screen and ( max-width: 768px ) {
  .pertner .section-title {
    margin-bottom: 12px;
  }
}
.pertner .section-title h3 {
  color: #1053BD;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .pertner .section-title h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.pertner .section-title h3 small {
  font-size: 28px;
}
@media screen and ( max-width: 768px ) {
  .pertner .section-title h3 small {
    font-size: 15px;
  }
}
@media screen and ( max-width: 768px ) {
  .pertner .section-title h3 {
    padding: 0;
  }
}

.point,
.faq {
  position: relative;
}
.point::before,
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  aspect-ratio: 1/1;
  height: auto;
  background: url(../img/section-triangle.svg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and ( max-width: 768px ) {
  .point::before,
  .faq::before {
    width: 100%;
    max-width: 520px;
  }
}
.point .point-content,
.faq .point-content {
  position: relative;
  z-index: 10;
}

.about-media,
.tour-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1221px;
  margin: 0 auto 100px;
  width: 95%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 940px) {
  .about-media,
  .tour-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85.335%;
    gap: 7px;
    margin: 0 auto 68px;
  }
}

@media screen and ( max-width: 768px ) {
  .tour-media {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.about-media__img,
.tour-media__img {
  width: 50%;
}
.about-media__img .section-title,
.tour-media__img .section-title {
  display: none;
}
@media screen and (max-width: 940px) {
  .about-media__img,
  .tour-media__img {
    width: 100%;
  }
  .about-media__img .section-title,
  .tour-media__img .section-title {
    display: block;
  }
}

.about-media__text,
.tour-media__text {
  width: 50%;
}
@media screen and (max-width: 940px) {
  .about-media__text,
  .tour-media__text {
    width: 100%;
  }
  .about-media__text .section-title,
  .tour-media__text .section-title {
    display: none;
  }
}

.about-media__img-main {
  margin-bottom: 5.45px;
}

.about-media__img-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.45px;
}

.section-title p {
  background: -webkit-gradient(linear, left top, right top, from(#2057EE), to(#60AAFF));
  background: linear-gradient(90deg, #2057EE 0%, #60AAFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15.9px;
  margin-bottom: min(23px, 1.5688949523vw);
}
@media screen and ( max-width: 768px ) {
  .section-title p {
    font-size: 15px;
  }
}
.section-title p::before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(7%);
          transform: translateY(7%);
  right: 105%;
  width: 50px;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#2057EE), to(#60AAFF));
  background: linear-gradient(90deg, #2057EE 0%, #60AAFF 100%);
  display: block;
}
@media screen and ( max-width: 768px ) {
  .section-title p::before {
    width: 30px;
    height: 4px;
  }
}
.section-title h2,
.section-title h3 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: min(32px, 2.1828103683vw);
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
}
@media screen and ( max-width: 768px ) {
  .section-title h2,
  .section-title h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}
.section-title h2 span,
.section-title h3 span {
  color: #1053BD;
  font-size: clamp(20px, 13.2481751825px + 0.0182481752 * 100vw, 40px);
}
@media screen and ( max-width: 768px ) {
  .section-title h2 span,
  .section-title h3 span {
    font-size: 16px;
  }
}

.about-media__desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 65px;
}
@media screen and ( max-width: 768px ) {
  .about-media__desc {
    font-size: 12px;
    line-height: 1.66;
    font-weight: 500;
    margin-bottom: 12px;
  }
}

.about-media__point-title {
  width: 120px;
}
@media screen and ( max-width: 768px ) {
  .about-media__point-title {
    width: 60px;
  }
}

.about-media__point {
  margin-bottom: 51px;
}
@media screen and ( max-width: 768px ) {
  .about-media__point {
    margin-bottom: 12px;
  }
}

.about-media__point-lead {
  border-top: 5px solid #1053BD;
  border-bottom: 5px solid #1053BD;
  padding: 23.45px 14.1px 27.5px;
}
@media screen and ( max-width: 768px ) {
  .about-media__point-lead {
    padding: 10px 11px;
  }
}
.about-media__point-lead p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  max-width: 514px;
}
@media screen and ( max-width: 768px ) {
  .about-media__point-lead p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42;
  }
}

.about-media__lead p {
  font-size: 20.5px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and ( max-width: 768px ) {
  .about-media__lead p {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 0 9px;
  }
}

.about-card {
  position: relative;
  border: 6px solid #1053BD;
  background: #FFF;
  -webkit-box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.08);
  padding: 70px 54px 38px;
  max-width: 1221px;
  margin: 0 auto;
  width: 95%;
}
@media screen and ( max-width: 768px ) {
  .about-card {
    padding: 16px 0;
  }
}

.about-card__title {
  max-width: 746px;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -38px;
}
@media screen and ( max-width: 768px ) {
  .about-card__title {
    bottom: 100%;
    top: auto;
  }
}

.about-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ( max-width: 768px ) {
  .about-card__list {
    border-radius: 10px;
    background: #F1F7FF;
    gap: 0;
  }
}

.about-card__item {
  border-radius: 10px;
  background: #F1F7FF;
  padding: 20px min(42px, 2.8649386085vw) 21.59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 342px;
  gap: 8px;
}
@media screen and ( max-width: 768px ) {
  .about-card__item {
    padding: 20px 51px 47.18px;
  }
}

.about-card__item-img {
  max-width: 240px;
}
@media screen and ( max-width: 768px ) {
  .about-card__item-img {
    margin: 0 auto;
  }
}

.about-card__item-text p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
}

.interview {
  padding: 30px 0 63px;
  position: relative;
}
.interview::before {
  content: "";
  width: 100%;
  height: 362px;
  background-color: #287CDE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and ( max-width: 768px ) {
  .interview::before {
    display: none;
  }
}
@media screen and ( max-width: 768px ) {
  .interview {
    background: none;
    padding-bottom: 42px;
  }
}
.interview .section-title {
  text-align: center;
  margin-bottom: 34.6px;
}
@media screen and ( max-width: 768px ) {
  .interview .section-title {
    background: -webkit-gradient(linear, left bottom, left top, from(#287CDE), to(#287CDE));
    background: linear-gradient(0deg, #287CDE 0%, #287CDE 100%);
    height: 80px;
    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;
  }
}
.interview .section-title p {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  background: none;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.interview .section-title h2,
.interview .section-title h3 {
  color: #fff;
}
@media screen and ( max-width: 768px ) {
  .interview .section-title h2,
  .interview .section-title h3 {
    font-size: 16px;
  }
}

.interview-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60.59px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and ( max-width: 768px ) {
  .interview-card {
    gap: 40px;
  }
}

.interview-card-item {
  padding: 0;
  width: 347px;
}

.interview-card-item__img {
  border: 5px solid #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 260px;
  margin: 0 auto 4px;
}

.interview-card-item__text {
  border-radius: 10px;
  background: #F2F7FF;
  -webkit-box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.04);
  padding: 39px 16px 24px;
  position: relative;
}
.interview-card-item__text::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 16px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  /* 100% */
}
.interview-card-item__text::after {
  content: "”";
  position: absolute;
  top: 12px;
  right: 16px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}

.interview-card-item__title {
  margin-bottom: 35px;
}
@media screen and ( max-width: 768px ) {
  .interview-card-item__title {
    margin-bottom: 12px;
  }
}
.interview-card-item__title h3 {
  color: #1053BD;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 27px;
  /* 150% */
}
@media screen and ( max-width: 768px ) {
  .interview-card-item__title h3 {
    font-size: 16px;
  }
}

.interview-card-item__faq p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.8px;
  margin-bottom: 15px;
}

.interview-card-item__faq-wrapper {
  border-radius: 10px;
  background: #FFF;
  padding: 13.27px 7.05px 13.46px 4px;
}
.interview-card-item__faq-wrapper dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.interview-card-item__faq-wrapper dl + dl {
  margin-top: 17px;
}
.interview-card-item__faq-wrapper dl dt {
  border-radius: 50%;
  background: #1053BD;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  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;
  width: 28px;
  height: 28px;
  padding-bottom: 3px;
}
.interview-card-item__faq-wrapper dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview-card-item__faq-wrapper .interview-card-item__faq-question {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interview-card-item__faq-wrapper .interview-card-item__faq-answer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.feature {
  background: #F2F7FF;
  position: relative;
  padding: 46px 0 64px;
}
@media screen and ( max-width: 768px ) {
  .feature {
    background: none;
    padding: 20px 0 40px;
  }
}
.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  aspect-ratio: 1/1;
  height: auto;
  background: url(../img/section-triangle.svg) no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media screen and ( max-width: 768px ) {
  .feature::before {
    width: 100%;
    max-width: 520px;
  }
}
.feature .section-title {
  margin-bottom: 37px;
}
@media screen and ( max-width: 768px ) {
  .feature .section-title {
    margin-bottom: 46px;
  }
}
.feature .section-title p {
  margin-left: auto;
  margin-right: auto;
}
.feature .section-title h2,
.feature .section-title h3 {
  text-align: center;
  line-height: 1.6;
}

.feature-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1221px;
  margin: 0 auto 71px;
  width: 95%;
  position: relative;
  z-index: 10;
}
@media screen and ( max-width: 768px ) {
  .feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 77.925%;
    gap: 67px;
    max-width: 300px;
  }
}
.feature-card::before {
  content: "";
  position: absolute;
  top: var(--feature-line-top, 78%);
  left: 0;
  width: 100%;
  height: 4px;
  background: #DCE7F9;
  z-index: 10;
}
@media screen and ( max-width: 768px ) {
  .feature-card::before {
    display: none;
  }
}
.feature-card::after {
  content: "";
  position: absolute;
  top: var(--feature-line-top, 78%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
  height: 4px;
  background: #1053BD;
  z-index: 10;
}
@media screen and ( max-width: 768px ) {
  .feature-card::after {
    display: none;
  }
}

.feature-card__item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25.6px;
}
@media screen and ( max-width: 768px ) {
  .feature-card__item {
    gap: 21px;
  }
}

.feature-card__batu {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.897%;
  aspect-ratio: 1/1;
  height: auto;
  margin: 0 -9px 5%;
  /* 両端が .feature-card__item に重なるように（gap 54px の半分） */
  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;
  margin-top: 14%;
}
@media screen and ( max-width: 768px ) {
  .feature-card__batu {
    display: none;
  }
}
.feature-card__batu img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  max-width: none;
}

.feature-card__item-text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.5px;
  /* 170% */
}

.feature-label {
  border-radius: 15px;
  background: #1053BD;
  padding: min(13px, 0.8867667121vw) min(47.5px, 3.2401091405vw) min(12px, 0.8185538881vw);
  margin: 0 auto;
  width: min(1130px, 77.0804911323vw);
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .feature-label {
    max-width: 375px;
    width: 100%;
    padding: 12px 0 13px;
  }
}
.feature-label::after {
  content: "";
  position: absolute;
  top: max(-50.5px, -3.4447476126vw);
  right: max(-84.5px, -5.7639836289vw);
  width: min(169px, 11.5279672578vw);
  aspect-ratio: 169/141;
  height: auto;
  background: url(../img/feature-label.svg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and ( max-width: 768px ) {
  .feature-label::after {
    width: 100px;
    right: 0;
    left: auto;
    top: -69px;
  }
}
.feature-label p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 7.897810219px + 0.0218978102 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  /* 140% */
}
@media screen and ( max-width: 768px ) {
  .feature-label p {
    line-height: 1.5;
    font-size: 16px;
  }
}

.service {
  padding: 56px 0 88px;
  border-top: 5px solid #1053BD;
  border-bottom: 5px solid #1053BD;
}
@media screen and ( max-width: 768px ) {
  .service {
    padding: 20px 0 53px;
  }
}

.service-title h2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px;
  margin-bottom: 34.39px;
}
@media screen and ( max-width: 768px ) {
  .service-title h2 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    /* 240% */
    margin-bottom: 0;
  }
}

.service-lead p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.4px;
  margin-bottom: 31.39px;
}
@media screen and ( max-width: 768px ) {
  .service-lead p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

.service-img {
  max-width: 1147.1px;
  margin: 0 auto 34.57px;
  width: 95%;
}

.content-box {
  max-width: 1215px;
  margin: 0 auto;
  width: 95%;
}

.content-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1053BD;
  padding: 11px 16.26px;
}
@media screen and ( max-width: 768px ) {
  .content-box__title {
    padding: 7.5px 16px;
  }
}
.content-box__title h3 {
  color: #F2F7FF;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px;
}
@media screen and ( max-width: 768px ) {
  .content-box__title h3 {
    color: #F2F7FF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.4px;
    /* 227.5% */
  }
}

.content-box__list {
  border: 3px solid #1053BD;
}
@media screen and ( max-width: 768px ) {
  .content-box__list {
    background-color: #FFF;
  }
}

@media screen and ( max-width: 768px ) {
  .flow .content-box__list {
    background-color: #F2F7FF;
    border: none;
  }
}
@media screen and ( max-width: 768px ) {
  .flow .content-box {
    width: 100%;
  }
}

.content-box__item {
  padding: 28px 44px 31.8px;
}
@media screen and ( max-width: 768px ) {
  .content-box__item {
    padding: 18px 0;
    width: 95%;
    margin: 0 auto;
  }
}
.content-box__item + .content-box__item {
  border-top: 1px solid #ADBFDB;
}

.content-box__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.67px;
}
.content-box__item-title span {
  background: -webkit-gradient(linear, left top, right top, from(#2057EE), to(#60AAFF));
  background: linear-gradient(90deg, #2057EE 0%, #60AAFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.8px;
  /* 160% */
}
@media screen and ( max-width: 768px ) {
  .content-box__item-title span {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    /* 384% */
  }
}
.content-box__item-title h4 {
  color: #1053BD;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px;
  /* 160% */
}
@media screen and ( max-width: 768px ) {
  .content-box__item-title h4 {
    font-size: 13px;
  }
}

.content-box__item-lead {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  /* 180% */
}
@media screen and ( max-width: 768px ) {
  .content-box__item-lead {
    font-size: 13px;
  }
}

.flow {
  padding: 56px 0 88px;
  margin-bottom: 95px;
}
@media screen and ( max-width: 768px ) {
  .flow {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.flow .service-title {
  margin-bottom: 26px;
}

.model .content-box__list,
.flow .content-box__list {
  padding: 31px 0 44.8px;
}
@media screen and ( max-width: 768px ) {
  .model .content-box__list,
  .flow .content-box__list {
    padding: 65px 0 48px;
  }
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(28px, 1.9099590723vw);
  padding: 0 10px;
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
  }
}
.flow-list::before {
  content: "";
  position: absolute;
  top: 12.29px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F7FF;
  z-index: -2;
}
@media screen and ( max-width: 768px ) {
  .flow-list::before {
    display: none;
  }
}
.flow-list::after {
  content: "";
  position: absolute;
  top: 34.9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 78%;
  height: 2px;
  background: #1053BD;
  z-index: -1;
}
@media screen and ( max-width: 768px ) {
  .flow-list::after {
    width: 3px;
    height: 84%;
    top: 0;
    left: -217px;
    z-index: 0;
  }
}

.flow-item {
  padding: 0 11.6px;
}
@media screen and ( max-width: 768px ) {
  .flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 0;
    position: relative;
    z-index: 10;
  }
}

.flow-item__time span {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.8px;
  width: 70px;
  height: 70px;
  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;
  background: #1053BD;
  border-radius: 50%;
  margin: 0 auto 25.27px;
}

.flow-item__img {
  aspect-ratio: 180/160;
  height: auto;
}
.flow-item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-item__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
  height: 77px;
  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;
}
@media screen and ( max-width: 768px ) {
  .flow-item__title {
    font-size: 15px;
    height: auto;
    line-height: 2.2;
  }
}

.flow-item__lead p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  /* 180% */
}
@media screen and ( max-width: 768px ) {
  .flow-item__lead p {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media screen and ( max-width: 768px ) {
  .tour {
    padding-top: 0;
  }
  .tour::before {
    top: 100px;
  }
}

.tour-title {
  background: #1053BD;
  padding: 56px 0 49px;
  margin-bottom: 97px;
}
@media screen and ( max-width: 768px ) {
  .tour-title {
    padding: 25px 0 25px;
    margin-bottom: 24px;
  }
}
.tour-title h2 {
  text-align: center;
}
.tour-title h2 small {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 27.31px;
  /* 97.536% */
  letter-spacing: 1.5px;
  display: block;
}
@media screen and ( max-width: 768px ) {
  .tour-title h2 small {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 166.667% */
    letter-spacing: 1.5px;
  }
}
.tour-title h2 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .tour-title h2 {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.5px;
  }
}

.tour-media__text-lead p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 187.5% */
}
@media screen and ( max-width: 768px ) {
  .tour-media__text-lead p {
    font-size: 12px;
    line-height: 30px;
  }
}

.point {
  padding: 46px 0 85px;
  background: #F2F7FF;
}
@media screen and ( max-width: 768px ) {
  .point {
    padding: 0;
    background-color: #FFF;
  }
  .point::before {
    display: none;
  }
}
.point .section-title {
  margin-bottom: 27px;
}
.point .section-title p {
  margin: 0 auto;
}

.point-content {
  border-radius: 20px;
  border: 4px solid #1D2087;
  background: #FFF;
  max-width: 1296px;
  margin: 0 auto;
  width: 95%;
  padding: 29px 113px 27px;
}
@media screen and ( max-width: 768px ) {
  .point-content {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}

.point-content__img {
  margin-bottom: 18px;
}
@media screen and ( max-width: 768px ) {
  .point-content__img {
    max-width: 257.59px;
    margin: 0 auto 48px;
  }
}

.point-content__text {
  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;
}
@media screen and (max-width: 1188px) {
  .point-content__text {
    -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: 20px;
  }
}
@media screen and ( max-width: 768px ) {
  .point-content__text {
    gap: 0;
    border-radius: 20px;
    border: 4px solid #1D2087;
    background: #FFF;
    height: 106px;
  }
}

.point-content__text-title {
  margin-right: 33px;
}
@media screen and ( max-width: 768px ) {
  .point-content__text-title {
    margin-right: 0;
  }
}
.point-content__text-title p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 111.111% */
  letter-spacing: 1.8px;
}
@media screen and ( max-width: 768px ) {
  .point-content__text-title p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    /* 266.667% */
    letter-spacing: 0.75px;
  }
}

.point-content__text-info {
  margin-right: 18px;
}
@media screen and ( max-width: 768px ) {
  .point-content__text-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
  }
}
.point-content__text-info span {
  background-color: #1053BD;
  width: 93.673px;
  height: 47.71px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 38.4px;
  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;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .point-content__text-info span {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 38.4px;
    /* 256% */
    width: 50px;
    height: 30px;
  }
}
.point-content__text-info p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 166.667% */
  letter-spacing: 1.2px;
}
@media screen and ( max-width: 768px ) {
  .point-content__text-info p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    /* 256% */
  }
}

.point-content__text-price p span {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.4px;
  /* 48% */
}
@media screen and ( max-width: 768px ) {
  .point-content__text-price p span {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    /* 128% */
  }
}
.point-content__text-price p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 166.667% */
  letter-spacing: 1.2px;
}
@media screen and ( max-width: 768px ) {
  .point-content__text-price p {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
  }
}
.point-content__text-price p small {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 166.667% */
  letter-spacing: 1.2px;
}
@media screen and ( max-width: 768px ) {
  .point-content__text-price p small {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
  }
}

.point-content__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model {
  padding: 56px 0 137px;
}
@media screen and ( max-width: 768px ) {
  .model {
    padding-bottom: 50px;
  }
}
.model .content-box {
  margin-bottom: 40px;
}
@media screen and ( max-width: 768px ) {
  .model .service-title {
    margin-bottom: 40px;
  }
}

.cta-btn {
  max-width: 880px;
  margin: 0 auto;
  width: 95%;
}
@media screen and ( max-width: 768px ) {
  .cta-btn {
    max-width: 290px;
  }
}

.cta-btn__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-area {
  background: url(../img/banner-area-bg.webp) no-repeat center center;
  padding: 74px 0 102px;
}
@media screen and ( max-width: 768px ) {
  .banner-area {
    padding: 25px 0 53px;
    background: url(../img/banner-area-bg-sp.webp) no-repeat center center;
  }
}
.banner-area h2 {
  padding: 0 44px;
  color: #1053BD;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  border-bottom: 9px solid #FFD731;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px;
}
@media screen and ( max-width: 768px ) {
  .banner-area h2 {
    color: #1053BD;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding: 0 12px;
    margin-bottom: 14px;
    border-bottom: 4px solid #FFD731;
  }
}
.banner-area a {
  max-width: 684px;
  display: block;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  border: 3px solid #fff;
  margin: 0 auto;
  width: 95%;
}
@media screen and ( max-width: 768px ) {
  .banner-area a {
    max-width: 280px;
  }
}

.banner-area__text {
  margin-bottom: 30px;
}
@media screen and ( max-width: 768px ) {
  .banner-area__text {
    margin-bottom: 23px;
  }
}
.banner-area__text p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
}
@media screen and ( max-width: 768px ) {
  .banner-area__text p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
  }
}
.banner-area__text small {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 3;
  margin: 0 auto;
  display: block;
}
@media screen and ( max-width: 768px ) {
  .banner-area__text small {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
}

.information {
  padding: 98px 0 121px;
}
@media screen and ( max-width: 768px ) {
  .information {
    padding: 29px 0 75px;
  }
}
.information .section-title {
  text-align: center;
  margin-bottom: 73px;
}
@media screen and ( max-width: 768px ) {
  .information .section-title {
    margin-bottom: 20px;
  }
}
.information .section-title p {
  margin-left: auto;
  margin-right: auto;
}

.information-content {
  display: block;
  border-radius: 20px;
  border: 4px solid #1D2087;
  background: #FFF;
  max-width: 1296px;
  margin: 0 auto;
  width: 95%;
  padding: 95px min(74px, 5.0477489768vw) 56.6px;
}
@media screen and ( max-width: 768px ) {
  .information-content {
    padding: 15px 45px;
  }
}

.information-logo {
  max-width: 691px;
  margin: 0 auto 71px;
}
@media screen and ( max-width: 768px ) {
  .information-logo {
    margin-bottom: 12px;
  }
}

.information-text {
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .information-text {
    text-align: center;
  }
}
.information-text::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 93%;
  height: 9px;
  background: #FFD731;
}
@media screen and ( max-width: 768px ) {
  .information-text::after {
    display: none;
  }
}
.information-text p {
  color: #1053BD;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(40px, 2.7285129604vw);
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 130% */
}
@media screen and ( max-width: 768px ) {
  .information-text p {
    color: #1053BD;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 187.5% */
    display: inline;
    /* 各行マーカー：行ごとに文字幅まで、下半分を黄色に */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFD731));
    background: linear-gradient(180deg, transparent 50%, #FFD731 50%);
    padding: 0 2px;
  }
}

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

.modal__body {
  max-width: 680px;
  width: calc(100% - 32px);
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.modal__body::-ms-backdrop {
  opacity: 0;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.modal__body::backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.modal__body.is-show {
  opacity: 1;
}
.modal__body.is-show::-ms-backdrop {
  opacity: 1;
}
.modal__body.is-show::backdrop {
  opacity: 1;
}

.modal__body-button {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 35px;
  height: 35px;
  display: grid;
  padding: 10px;
}

.modal__body-inner {
  max-height: 85dvh;
  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: 27px;
  padding: 60px 20px;
  overflow-y: auto;
}

.modal__body-inner-button {
  max-width: 517px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.posting .section-title h2,
.posting .section-title h3 {
  white-space: nowrap;
}

.faq {
  background: #F2F7FF;
  padding: 101px 0 36px;
}
@media screen and ( max-width: 768px ) {
  .faq {
    padding: 20px 0 37px;
    overflow: hidden;
  }
}
.faq .section-title {
  margin-bottom: 40px;
}
@media screen and ( max-width: 768px ) {
  .faq .section-title {
    margin-bottom: 20px;
  }
}
.faq .section-title p {
  margin-left: auto;
  margin-right: auto;
}
@media screen and ( max-width: 768px ) {
  .faq .section-title h2,
  .faq .section-title h3 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 288.889% */
  }
}
.faq .section-title {
  text-align: center;
}

@media screen and ( max-width: 768px ) {
  .contact .section-title {
    margin-bottom: 20px;
  }
}
@media screen and ( max-width: 768px ) {
  .contact .section-title h2,
  .contact .section-title h3 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 288.889% */
  }
}
.contact .section-title {
  text-align: center;
}

.faq-content {
  max-width: 1221px;
  margin: 0 auto;
  width: 95%;
  position: relative;
  z-index: 10;
}

.faq-content-item__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15.6px;
  border-left: 7px solid #1053BD;
  padding: 15px 56px 15px 16px;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and ( max-width: 768px ) {
  .faq-content-item__question {
    padding: 5px 7px;
    gap: 6px;
    padding-right: 47px;
  }
}
.faq-content-item__question {
  /* 右側：プラス（横線＋縦線）→ 開くとマイナス（縦線が90degで横線と重なる）にアニメーション */
}
.faq-content-item__question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 41px;
  width: 32px;
  height: 4px;
  margin-top: -1px;
  background: #1053BD;
}
@media screen and ( max-width: 768px ) {
  .faq-content-item__question::before {
    width: 15px;
    height: 2px;
    right: 20px;
  }
}
.faq-content-item__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 54px;
  width: 4px;
  height: 32px;
  margin-top: -15px;
  background: #1053BD;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and ( max-width: 768px ) {
  .faq-content-item__question::after {
    height: 15px;
    width: 2px;
    right: 26px;
    margin-top: -7px;
  }
}
.faq-content-item.is-open .faq-content-item__question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-content-item__question span {
  color: #1053BD;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and ( max-width: 768px ) {
  .faq-content-item__question span {
    color: #1053BD;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 160% */
  }
}
.faq-content-item__question p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.2px;
  /* 140% */
}
@media screen and ( max-width: 768px ) {
  .faq-content-item__question p {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.2px;
    /* 214.667% */
  }
}

.faq-content-item__answer {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
  border-left: 7px solid #C61201;
}
.faq-content-item.is-open .faq-content-item__answer {
  max-height: 500px;
}

.faq-content-item__answer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 18px;
  gap: 15.61px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and ( max-width: 768px ) {
  .faq-content-item__answer-wrapper {
    padding: 5px 8px;
    gap: 6px;
  }
}
.faq-content-item__answer-wrapper span {
  color: #C61201;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and ( max-width: 768px ) {
  .faq-content-item__answer-wrapper span {
    color: #C61201;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 160% */
  }
}
.faq-content-item__answer-wrapper p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.2px;
  /* 140% */
}
@media screen and ( max-width: 768px ) {
  .faq-content-item__answer-wrapper p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.faq-content-item + .faq-content-item {
  margin-top: 16px;
}

.contact {
  padding: 100px 0 150px;
}
@media screen and ( max-width: 768px ) {
  .contact {
    padding: 20px 0 37px;
  }
}
.contact .section-title {
  text-align: center;
  margin-bottom: 39px;
}
@media screen and ( max-width: 768px ) {
  .contact .section-title {
    margin-bottom: 20px;
  }
}
.contact input[type=submit] {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29.89px;
  margin-bottom: 0;
  max-width: 392px;
  width: 95%;
  height: 61px;
  border-radius: 1440px;
  background: #1053BD;
  color: #FFF;
  font-family: Antic, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 1440px !important;
}

.contact-content__form {
  max-width: 1016px;
  margin: 0 auto;
  width: 95%;
}

.contact-content__form-inner {
  background: #fff;
  border-radius: 8px;
  padding: 40px 48px 0;
}
@media screen and ( max-width: 768px ) {
  .contact-content__form-inner {
    padding: 0;
  }
}
.contact-content__form-inner form .mwform-block {
  margin-bottom: 0;
  padding: 0;
}
.contact-content__form-inner form .mwform-block + .mwform-block {
  margin-top: 25px;
}
.contact-content__form-inner form .mwform-block:last-of-type {
  border-bottom: none;
}
.contact-content__form-inner form .mwform-block:first-of-type {
  padding-top: 0;
}
.contact-content__form-inner {
  /* MW WP Form 送信ボタン（表示されない場合の対策） */
}
.contact-content__form-inner form input[type=submit],
.contact-content__form-inner form button[type=submit],
.contact-content__form-inner form .mwform-btn,
.contact-content__form-inner form [class*=mwform_bsubmit],
.contact-content__form-inner form p:last-child input[type=submit],
.contact-content__form-inner form p:last-child button {
  display: inline-block;
  margin-top: 32px;
  padding: 12px 32px;
  border: none;
  border-radius: 4px;
  background: #1053BD;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

/* 電話番号：3 分割を 1 つにまとめたときの input（JS で追加） */
.mwform-tel-field__single {
  width: 100%;
}

.mwform-block label {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 150% */
  letter-spacing: 0.36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}
.mwform-block label .required {
  border-radius: 4px;
  background: #C61201;
  color: #FFF;
  font-family: "Noto Sans JP Thin";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  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;
  width: 50px;
  height: 21px;
  text-decoration: none;
}
.mwform-block input,
.mwform-block select {
  border: 1px solid #B8B8B8;
  background: #FFF;
  padding: 8px 16px;
  width: 50% !important;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .mwform-block input,
  .mwform-block select {
    width: 100% !important;
    font-size: 16px;
    line-height: 1.6;
  }
}
.mwform-block input::-webkit-input-placeholder, .mwform-block select::-webkit-input-placeholder {
  color: #B9B9B9;
}
.mwform-block input::-moz-placeholder, .mwform-block select::-moz-placeholder {
  color: #B9B9B9;
}
.mwform-block input:-ms-input-placeholder, .mwform-block select:-ms-input-placeholder {
  color: #B9B9B9;
}
.mwform-block input::-ms-input-placeholder, .mwform-block select::-ms-input-placeholder {
  color: #B9B9B9;
}
.mwform-block input::placeholder,
.mwform-block select::placeholder {
  color: #B9B9B9;
}
.mwform-block select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 8px;
  cursor: pointer;
  color: #111;
  /* 「ご選択ください」表示時は薄いグレー（JS で .is-placeholder を付与） */
}
.mwform-block select.is-placeholder {
  color: #B9B9B9;
}
.mwform-block select option:first-child {
  color: #B9B9B9;
}
.mwform-block select option:not(:first-child) {
  color: #111;
}
.mwform-block textarea {
  border: 1px solid #B8B8B8;
  background: #FFF;
  padding: 8px 16px;
  width: 100%;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .mwform-block textarea {
    font-size: 16px;
    line-height: 1.6;
  }
}
.mwform-block span {
  text-decoration: underline;
}

.mwform-tel-field {
  width: 100%;
  display: block;
}

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

.top-tour .section-title p {
  margin-bottom: 0;
}
.top-tour .tour-media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour-media__text-btn a {
  border-radius: 1440px;
  background: #1053BD;
  width: 250px;
  height: 61px;
  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;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 27px;
  /* 150% */
  margin: 30px auto 0;
}

.company {
  padding: 69px 100px 108px;
  border: 1px solid #1D2087;
  background: #FFF;
  max-width: 1163px;
  margin: 0 auto 164px;
  width: 95%;
}
@media screen and ( max-width: 768px ) {
  .company {
    padding: 69px 18px;
  }
}

.company-logo {
  width: 200px;
  margin: 0 auto 50px;
  display: block;
}

.company-lead {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
  margin-bottom: 109px;
}
@media screen and ( max-width: 768px ) {
  .company-lead {
    font-size: 12px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.8;
  }
}

.company-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 0 17px;
  border-bottom: 1px solid #CCC;
}
@media screen and ( max-width: 768px ) {
  .company-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-list dt {
  width: 180px;
  color: var(--text-color, #333);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 160% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .company-list dt {
    font-size: 12px;
    line-height: 1.6;
  }
}
.company-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--text-color, #333);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */
  letter-spacing: 0.3px;
}
@media screen and ( max-width: 768px ) {
  .company-list dd {
    font-size: 12px;
    line-height: 1.6;
  }
}

.mw_wp_form.mw_wp_form_complete {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  /* 150% */
  letter-spacing: 0.36px;
  color: #000;
  font-family: "Noto Sans JP";
  margin-bottom: 20px;
}

.p_rental .breadcrumbs {
  border-bottom: 1px solid #C1C1C1;
}
.p_rental .breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 11px;
  gap: 4px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.6px;
  /* 180% */
  letter-spacing: 1.5px;
}
.p_rental .posting {
  padding: 62px 0 0;
}
@media screen and ( max-width: 768px ) {
  .p_rental .posting {
    padding-top: 0;
  }
}
.p_rental .posting::before {
  display: none;
}
.p_rental .p_rental-point__img {
  border-radius: 20px;
  border: 4px solid #1D2087;
  background: #FFF;
  max-width: 1296px;
  margin: 0 auto;
  width: 95%;
  padding: 44px 66px;
  margin-bottom: 43.36px;
  z-index: 10;
  position: relative;
  padding-bottom: 0;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__img {
    border: none;
    background: none;
    padding: 0;
    width: 80%;
    margin: 0 auto 43px;
  }
}
.p_rental .p_rental-point__content {
  max-width: 1296px;
  margin: 0 auto;
  width: 95%;
  border-radius: 20px;
  border: 3px solid #1D2087;
  overflow: hidden;
  z-index: 10;
  position: relative;
}
.p_rental .p_rental-point__content .p_rental-point__content-title {
  background: #1053BD;
  padding: 33px 0;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__content .p_rental-point__content-title {
    padding: 15px 0;
  }
}
.p_rental .p_rental-point__content .p_rental-point__content-title h2 {
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 36.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 150.163% */
  letter-spacing: 1.5px;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__content .p_rental-point__content-title h2 {
    font-size: 18px;
  }
}
.p_rental .p_rental-point__content .p_rental-point__content-title h2 small {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 1.5px;
  margin-right: 8px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__content .p_rental-point__content-title h2 small {
    font-size: 16px;
  }
}
.p_rental .p_rental-point__content-body {
  padding: 42px min(100px, 6.8212824011vw) 42.56px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__content-body {
    padding: 30px 15px;
  }
}
.p_rental .p_rental-point__content-lead {
  width: 76%;
  margin: 0 auto 40.35px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__content-lead {
    width: 100%;
  }
}
.p_rental .p_rental-point__content-lead p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  /* 180% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__content-lead p {
    font-size: 14px;
  }
}
.p_rental .p_rental-point__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(91px, 6.207366985vw);
}
@media screen and (max-width: 1160px) {
  .p_rental .p_rental-point__card {
    -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;
  }
}
.p_rental .p_rental-point__card-item {
  max-width: 450px;
  width: 95%;
  background: #1053BD;
  border-radius: 20px;
  padding: 40px min(37px, 2.5238744884vw) 37px;
}
.p_rental .p_rental-point__card-item:first-of-type {
  position: relative;
}
.p_rental .p_rental-point__card-item:first-of-type::after {
  content: "";
  position: absolute;
  top: -22px;
  left: -38px;
  width: 100px;
  height: 100px;
  background: url(../img/rental-point-card-badge.svg) no-repeat center center;
  background-size: contain;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__card-item:first-of-type::after {
    width: 60px;
    height: 60px;
    top: -15px;
    left: -15px;
  }
}
.p_rental .p_rental-point__card-lead {
  margin-bottom: 31px;
}
.p_rental .p_rental-point__card-lead p {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.51px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__card-lead p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p_rental .p_rental-point__card-lead p {
  /* 150.048% */
}
.p_rental .p_rental-point__card-lead p span {
  font-size: 27.6px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__card-lead p span {
    font-size: 24px;
  }
}
.p_rental .p_rental-point__card-label {
  padding: 0;
  height: 76.63px;
  border-radius: 10px;
  border: 1px solid #1D2087;
  background: #FFF;
  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_rental .p_rental-point__card-label p {
  color: #1053BD;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: 27.31px;
  /* 130.048% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-point__card-label p {
    font-size: 18px;
  }
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service .tour-title {
    margin-bottom: 120px;
  }
}
.p_rental .p_rental-service__card {
  display: grid;
  grid-template-columns: repeat(auto-fill, 342px);
  gap: min(36px, 2.4556616644vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 6px solid #1053BD;
  background: #FFF;
  -webkit-box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.08);
  max-width: 1220px;
  margin: 0 auto;
  padding: 137px 51px 94.22px;
  width: 95%;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service__card {
    padding: 90px 50px 40px;
  }
}
.p_rental .p_rental-service__card-item {
  border-radius: 10px;
  background: #F1F7FF;
  padding: 0 0 19.78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_rental .p_rental-service__card-item:nth-of-type(5) .p_rental-service__card-img {
  width: 214px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service__card-item {
    width: 90%;
    margin: 0 auto;
  }
}
.p_rental .p_rental-service__card-label {
  height: 70px;
}
.p_rental .p_rental-service__card-label p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service__card-label p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p_rental .p_rental-service__card-label p span {
  font-size: 24px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service__card-label p span {
    font-size: 20px;
  }
}
.p_rental .tour-title {
  margin-bottom: 121px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .tour-title {
    margin-bottom: 40px;
  }
}
.p_rental .p_rental-service__card {
  position: relative;
  margin-bottom: 57px;
}
.p_rental .p_rental-service__card::after {
  content: "";
  position: absolute;
  top: -84px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 408px;
  width: 90%;
  height: 167.67px;
  background: url(../img/rental-service-title.svg) no-repeat center center;
  background-size: contain;
}
.p_rental .p_rental-service-sky {
  padding: 40px 60px 66px;
  background: url(../img/rental-service-sky-bg.webp) no-repeat center center;
  max-width: 1220px;
  margin: 0 auto 14.54px;
  width: 95%;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky {
    padding: 40px 20px;
  }
}
.p_rental .p_rental-service-sky__title {
  margin-bottom: 26.4px;
}
.p_rental .p_rental-service-sky__title p {
  color: #2B2825;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.8px;
  /* 130% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__title p {
    font-size: 18px;
  }
}
.p_rental .p_rental-service-sky__title h3 {
  color: #1053BD;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 42.3px;
  font-style: normal;
  font-weight: 900;
  line-height: 54.93px;
  /* 129.858% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__title h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.p_rental .p_rental-service-sky__box {
  border: 3px solid #1D2087;
  background: #FFF;
  padding: 25px 26px 25.79px;
  margin-bottom: 46.61px;
}
.p_rental .p_rental-service-sky__box p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  /* 180% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__box p {
    font-size: 14px;
  }
}
.p_rental .p_rental-service-sky__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p_rental .p_rental-service-sky__media-text {
  width: 50%;
  padding-top: 23.82px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__media-text {
    width: 100%;
  }
}
.p_rental .p_rental-service-sky__media-img {
  width: 50%;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__media-img {
    width: 100%;
  }
}
.p_rental .p_rental-service-sky__media-heading {
  color: #1053BD;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: 37.81px;
  /* 180.048% */
  letter-spacing: 1.5px;
  margin-bottom: 13.83px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__media-heading {
    font-size: 18px;
  }
}
.p_rental .p_rental-service-sky__media-price {
  margin-bottom: 12.8px;
}
.p_rental .p_rental-service-sky__media-price p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 100.8px;
  /* 180% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__media-price p {
    font-size: 24px;
    line-height: 1.5;
  }
}
.p_rental .p_rental-service-sky__media-price p small {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.4px;
  /* 180% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service-sky__media-price p small {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p_rental .p_rental-service-sky__media-lead p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  /* 180% */
  letter-spacing: 1.5px;
}
.p_rental .p_rental-service__card-img {
  max-width: 240px;
  width: 90%;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-service__card-img {
    max-width: 150px;
    width: 100%;
  }
}
.p_rental .p_rental-flow {
  padding-bottom: 140px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow {
    padding-bottom: 60px;
  }
}
.p_rental .p_rental-flow__content {
  max-width: 1075.98px;
  margin: 0 auto;
  width: 95%;
  padding-top: 68px;
  margin-bottom: 80px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow__content {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.p_rental .p_rental-flow__title {
  color: #1053BD;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
  /* 120% */
  letter-spacing: 1.5px;
  margin-bottom: 17px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow__title {
    font-size: 20px;
  }
}
.p_rental .p_rental-flow__lead {
  padding-bottom: 31px;
  position: relative;
  margin-bottom: 40px;
}
.p_rental .p_rental-flow__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 5px;
  background: #1D2087;
}
.p_rental .p_rental-flow__lead p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow__lead p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p_rental .p_rental-flow__lead p span {
  color: #1053BD;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  /* 150.029% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow__lead p span {
    font-size: 18px;
    line-height: 1.8;
  }
}
.p_rental .p_rental-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 34px 34px;
  border-radius: 20px;
  border: 4px solid #1D2087;
  background: #FFF;
  gap: 40px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow__item {
    padding: 20px;
    gap: 20px;
  }
}
.p_rental .p_rental-flow__item + .p_rental-flow__item {
  margin-top: 40px;
}
.p_rental .p_rental-flow__item-num {
  color: #1D2087;
  font-family: "Noto Sans JP";
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  /* 100% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow__item-num {
    font-size: 36px;
  }
}
.p_rental .p_rental-flow__item-text {
  padding-top: 7px;
}
.p_rental .p_rental-flow__item-text h3 {
  color: #1053BD;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  /* 120% */
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow__item-text h3 {
    font-size: 18px;
  }
}
.p_rental .p_rental-flow__item-text p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  /* 180% */
  letter-spacing: 1.5px;
}
@media screen and ( max-width: 768px ) {
  .p_rental .p_rental-flow__item-text p {
    font-size: 14px;
  }
}

.p_rental-point__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .p_rental-point__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p_rental-point__media-img {
  width: 50%;
}
@media screen and ( max-width: 768px ) {
  .p_rental-point__media-img {
    width: 100%;
  }
}

.p_rental-point__media-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_rental-point__media-text h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
  margin-bottom: 29px;
}
.p_rental-point__media-text h3 span {
  color: #1053BD;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43.2px;
  display: block;
}/*# sourceMappingURL=style.css.map */