html {
  font-size: 10px;
}

body {
  background: #fff;
  background: url(./../images/bg_pc.webp) no-repeat center/cover;
  color: #002F4F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: url(./../images/footer_bg.webp) no-repeat right/cover #001e31;
  color: #fff;
  padding: 6.5rem 0 5.5rem;
  position: relative;
}

.footer__inner {
  align-items: center;
  display: flex;
  max-width: 98rem;
  position: relative;
}

.footer__nav {
  padding-bottom: 2rem;
}

.footer__ttl {
  font-family: "Klee One", cursive;
  font-size: 3.2rem;
  text-transform: uppercase;
}

.footer__nav-items {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  margin-top: 4.5rem;
}

.footer__nav-link {
  font-size: 1.6rem;
  font-weight: 700;
}

.footer__nav-ja {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.footer__nav-ja::before {
  content: "-";
  display: inline-block;
}

.footer__nav-eng {
  display: block;
  font-family: "Klee One", cursive;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  padding-left: 1.1rem;
}

.footer__logo {
  align-items: center;
  display: flex;
  gap: 2.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer__logo img {
  max-width: 7.5rem;
}

.footer__company {
  font-size: 2.4rem;
  font-weight: 700;
}

.footer__company span {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 1.4rem;
}

.footer__copyright {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-align: center;
}

.footer.footer--contact {
  background: #001e31;
  padding: 0.8rem 0;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__top {
  background: #002f4f;
  padding: 0.6rem 2.8rem 0.6rem 2.4rem;
}

.header__top-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 128rem;
}

.header__copy {
  color: #b2c1ca;
  font-size: 1.2rem;
  font-weight: 300;
}

.header__copy-text {
  display: inline-block;
  margin-left: 1.4rem;
}

.header__copy-text span {
  background: url(./../images/h_emoji.webp) no-repeat center/100%;
  display: inline-block;
  height: 0.9rem;
  margin: 0 0.3rem 0 0.1rem;
  width: 0.9rem;
}

.header__copyright {
  color: #b2c1ca;
  font-size: 1.2rem;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 124.2rem;
  padding: 4rem 2rem 0;
  transition: padding 0.2s;
}

.header__logo {
  max-width: 11.5rem;
  padding-left: 3rem;
  transition: opacity 0.2s;
  visibility: visible;
}

.header__nav {
  flex: 1;
}

.header__link {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 15.2rem;
  width: 20%;
}

.header__contact {
  align-items: center;
  background: #fff;
  border: 2px solid #00d2b8;
  border-radius: 2.2rem;
  color: #00d2b8;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 0.5rem;
  height: 4.5rem;
  justify-content: center;
  min-width: 15.2rem;
}

.header__contact::before {
  background: url(./../images/icon_btn.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.6rem;
  width: 1.3rem;
}

.header__sns {
  display: flex;
  gap: 2.5rem;
  justify-content: flex-end;
  padding-right: 0.5rem;
  transition: all 0.2s;
}

.header__sns-link {
  max-width: 3rem;
}

.header.is-scrolled {
  background: #fff;
}

.header.is-scrolled .header__inner {
  align-items: flex-end;
  background: #fff;
  padding-bottom: 2.8rem;
  padding-top: 2.7rem;
}

.header.is-scrolled .header__logo {
  opacity: 0;
  position: absolute;
  top: -50%;
  visibility: hidden;
}

.header.is-scrolled .header__sns {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 102.6rem;
  padding: 0 2.8rem;
}

.l-inner--contact {
  max-width: 119.7rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  margin-top: 17rem;
  overflow: hidden;
}

.l-main--contact {
  margin-top: 0;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  align-items: center;
  background: linear-gradient(to bottom, #2be0c0 0%, #24c1aa 100%);
  border-radius: 4.8rem;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  font-size: 2.5rem;
  font-weight: 700;
  height: 9.6rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 48.5rem;
  padding: 1rem 5rem 1rem 1.4rem;
  width: 100%;
}

.c-btn:hover {
  filter: brightness(110%);
}

.c-btn::before {
  background: url(./../images/sp/icon_btn_sp.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 7.3rem;
  width: 7.3rem;
}

.c-btn::after {
  background: url(./../images/sp/btn_guide.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 3rem;
  width: 4.5rem;
}

/*
 * c-contact-link
 * -------------------------------------------------------------
 */

.c-contact-link {
  -webkit-text-decoration: underline;
  color: #00d2b8;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}

.c-contact-link:hover {
  filter: brightness(90%);
  transform: translateY(0.1rem);
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
  position: relative;
  z-index: 2;
}

.c-cta__hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-cta__ttl {
  margin: 0 auto;
  max-width: 96.5rem;
}

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

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

.c-cta__btn.--bottom {
  margin-top: 1.3rem;
}

.c-cta__text {
  align-items: center;
  color: #00d2b8;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
}

.c-cta__text::before,
.c-cta__text::after {
  background: #00d2b8;
  content: "";
  display: inline-block;
  height: 5.3rem;
  width: 1px;
}

.c-cta__text::before {
  transform: rotate(-25deg);
}

.c-cta__text::after {
  transform: rotate(25deg);
}

/*
 * c-hamburger
 * -------------------------------------------------------------
 */

.c-hamburger {
  background: #fff;
  border: 2px solid #002f4f;
  border-radius: 50%;
  display: none;
  height: 3.6rem;
  left: 2.5rem;
  position: fixed;
  width: 3.6rem;
  z-index: 20;
}

.c-hamburger.is-active {
  background: transparent;
  border-color: #fff;
  border-radius: 3px;
}

.c-hamburger::after {
  content: "MENU";
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  position: absolute;
  right: -4.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger.is-active::after {
  display: none;
}

.c-hamburger__inner {
  height: 1.3rem;
  margin: 0 auto;
  position: relative;
  width: 1.5rem;
}

.c-hamburger.is-active .c-hamburger__inner {
  height: 2.4rem;
  width: 2.4rem;
}

.c-hamburger span {
  background: #002f4f;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.2s;
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-hamburger span:nth-child(3) {
  bottom: 0;
}

.c-hamburger span.is-active {
  background: #fff;
}

.c-hamburger span.is-active:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hamburger span.is-active:nth-child(2) {
  opacity: 0;
}

.c-hamburger span.is-active:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/*
 * c-note
 * -------------------------------------------------------------
 */

.c-note {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}

/*
 * c-number
 * -------------------------------------------------------------
 */

.c-number {
  background: linear-gradient(0deg, rgb(153, 237, 227) 0%, rgb(161, 238, 229) 2.54%, rgb(212, 247, 243) 19.02%, rgb(243, 253, 252) 31.49%, rgb(255, 255, 255) 38.43%);
  border: 2px solid #00D2B8;
  border-radius: 2.4rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.3rem 1rem 0.5rem;
  text-transform: capitalize;
}

/*
 * c-sec-header
 * -------------------------------------------------------------
 */

.c-sec-header__subttl {
  align-items: center;
  color: #4c6d84;
  display: flex;
  font-family: "Klee One", cursive;
  font-size: 1.4rem;
  font-weight: 600;
  gap: 1.2rem;
  line-height: 1;
  padding-left: 1rem;
}

.c-sec-header__subttl::before {
  background: url(./../images/icon_taxi.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem;
}

.c-sec-header__ttl {
  font-size: 7.5rem;
  font-weight: 800;
  margin-top: 6.8rem;
}

.c-sec-header__text {
  font-size: 1.6rem;
  line-height: 2.375;
  margin-top: 5rem;
}

/*
 * about
 * -------------------------------------------------------------
 */

.aobut {
  margin-top: -6rem;
  padding: 6rem 0;
}

.aobut__body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  position: relative;
}

.aobut__lists {
  min-width: 42rem;
}

.about__list {
  align-items: center;
  border-top: 1px dashed #8097A7;
  display: flex;
  gap: 1.8rem;
  padding: 3rem 0;
}

.about__list:first-child {
  border-top: none;
  padding-top: 0;
}

.about__text {
  font-size: 2rem;
  font-weight: 700;
}

.about__text small {
  font-size: 60%;
  vertical-align: top;
}

.about__note {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  width: 100%;
}

.about__img-wrap {
  left: 50%;
  margin: 0 auto;
  max-width: 150rem;
  position: absolute;
  top: -7rem;
  transform: translateX(-50%);
  width: 100vw;
}

.about__img {
  margin-left: auto;
  max-width: 80rem;
  width: 57.27vw;
}

.about__slider {
  margin: 12rem auto 0;
  max-width: 118rem;
}

.about__slide {
  aspect-ratio: 1/1;
  border: 4px solid #00d2b8;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.about__slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__slide.--img-position img {
  -o-object-position: right;
  object-position: right;
}

.about__slide-caption {
  background: #FFFFFF;
  border: 1px solid #002f4f;
  border-radius: 1.3rem;
  bottom: 2.6rem;
  font-size: 1.3rem;
  left: 50%;
  line-height: 1;
  max-width: 13rem;
  padding: 0.6rem 1rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.about__slider-wrapper {
  display: grid !important;
}

.about__slider-wrapper {
  grid-gap: 3rem;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.about__slider .swiper-slide {
  /* 2.3枚見せたい場合 */
}

/*
 * bottom-cta
 * -------------------------------------------------------------
 */

.bottom-cta__inner {
  padding: 7rem 2.8rem 18.3rem;
  position: relative;
}

.bottom-cta__inner::after {
  background: url(./../images/bottom_img.webp) no-repeat center/100%;
  bottom: -1px;
  content: "";
  display: inline-block;
  height: 27.9rem;
  left: 0;
  max-width: 28.8rem;
  position: absolute;
  width: 100%;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  padding-bottom: 5rem;
}

.contact__header {
  padding: 8rem 0 7rem;
}

.contact__logo {
  max-width: 7.3rem;
}

.contact__page-ttl {
  background: #002f4f;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.9rem 2.6rem;
}

.contact__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.3rem 0;
}

.contact--thanks {
  height: 98vh;
}

.contact__thanks-lead {
  font-size: 2rem;
  line-height: 1.6;
  padding: 4rem 0;
}

.contact__back {
  font-size: 1.6rem;
  font-weight: 700;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  padding-top: 6rem;
}

.faq__body {
  background: #fff;
  border: 2px solid #002F4F;
  border-radius: 2rem;
  margin-top: 7rem;
  padding: 8rem 10rem;
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin: 0 auto;
  max-width: 76.7rem;
}

.faq__item {
  transition: transform 0.2s ease;
}

.faq__question,
.faq__answer {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.7rem 2.5rem 1.8rem 3rem;
}

.faq__eng {
  min-width: 2.7rem;
}

.faq__question {
  align-items: center;
  background: url(./../images/faq_question_bg.webp) no-repeat center/100% 100%;
  cursor: pointer;
  display: flex;
  position: relative;
}

.faq__btn {
  background: #002f4f;
  display: inline-block;
  height: 2px;
  margin-left: auto;
  position: relative;
  width: 1.4rem;
}

.faq__btn::before {
  background: #002f4f;
  content: "";
  display: block;
  height: 1.4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
  width: 2px;
}

.faq__answer {
  background: #002f4f;
  color: #fff;
  display: none;
  margin-top: -0.1rem;
}

.faq__content {
  display: flex;
}

.faq__text {
  flex: 1;
}

.faq__item.open .faq__btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__guide {
  margin-top: 1.6rem;
}

.faq__guide-text {
  font-feature-settings: "palt";
  font-size: 1.3rem;
  line-height: 2.23;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
  padding: 6rem 0;
}

.flow__body {
  display: flex;
  flex-wrap: wrap;
  height: 40.6rem;
  margin-top: 5.5rem;
}

.flow__details {
  width: 34.9rem;
}

.flow__lists {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 34.9rem;
}

.flow__list:not(:last-child)::after {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #002f4f;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 1.3rem;
  margin: 1.1rem auto 0;
  width: 1.7rem;
}

.flow__number {
  background: #00d2b8;
  border-radius: 1.3rem 1.3rem 0 0;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 11.3rem;
  padding: 0.8rem;
  text-align: center;
  text-transform: capitalize;
}

.flow__text {
  background: linear-gradient(0deg, rgb(153, 237, 227) 0%, rgb(161, 238, 229) 2.54%, rgb(212, 247, 243) 19.02%, rgb(243, 253, 252) 31.49%, rgb(255, 255, 255) 38.43%);
  border: 2px solid #00D2B8;
  border-radius: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem;
  text-align: center;
  width: 100%;
}

.flow__img {
  margin-right: calc(50% - 50vw);
  max-width: 68rem;
  position: relative;
  right: -15rem;
  top: -8rem;
  width: 49.3vw;
}

.flow__note {
  margin-top: 6rem;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__body {
  border: 1px solid #99acb9;
}

.form__item {
  display: flex;
  font-size: 1.6rem;
}

.form__item:not(:last-child) {
  border-bottom: 1px solid #ccd5dc;
}

.form__label {
  background: #e5eaed;
  border-right: 1px solid #ccd5dc;
  padding: 1.8rem 2.1rem;
  width: 25.6rem;
}

.form__input {
  background: #fff;
  flex: 1;
  max-width: 34rem;
  padding: 0.9rem 2rem;
}

.form__input.--select {
  display: flex;
  max-width: 100%;
}

.form__input.--textarea {
  max-width: 100%;
  padding-bottom: 1.2rem;
}

.form__input input,
.form__input select,
.form__input textarea {
  border: 1px solid #99acb9;
  border-radius: 3px;
  padding: 1rem;
  width: 100%;
}

.form__input input {
  height: 4.2rem;
  max-width: 30rem;
}

.form__input-text {
  display: inline-block;
  margin-left: 2rem;
}

.form__input.--passengers input {
  max-width: 5rem;
}

.form__note {
  align-items: center;
  color: #8097a7;
  display: inline-block;
  display: flex;
  flex: 1;
}

.form__note.--sp {
  display: none;
}

.form__input.--passengers .form__note {
  margin-left: 23.3rem;
}

.form__input textarea {
  aspect-ratio: 850/218;
}

.form__btn {
  align-items: center;
  border: 3px solid #00D2B8;
  border-radius: 5rem;
  color: #00d2b8;
  display: flex;
  font-size: 2.9rem;
  font-weight: 700;
  height: 10rem;
  justify-content: center;
  margin: 5rem auto 0;
  max-width: 33.8rem;
  transition: 0.2s;
  width: 100%;
}

.form__btn:hover {
  background: #00d2b8;
  color: #fff;
}

/* radio
---------------------------------------- */

.form__radio {
  align-items: center;
  display: flex;
  gap: 1.7rem;
  justify-content: flex-start;
}

.form__radio label {
  position: relative;
}

.form__radio-label {
  padding-left: 2.7rem;
  position: relative;
}

[type=radio]+span::before {
  background: #fff;
  border: 1px solid #434F5B;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
}

[type=radio]+span::after {
  opacity: 0;
  transition: 0.3s ease;
}

[type=radio]:checked+span::after {
  background: #434F5B;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.6rem;
  left: 0.1875rem;
  left: 0.4rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
}

.form__input.form__radio input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

/* select
---------------------------------------- */

.form__select {
  align-items: center;
  display: flex;
  position: relative;
  text-align: center;
}

.form__select::after {
  border-bottom: 2px solid #002f4f;
  border-right: 2px solid #002f4f;
  content: "";
  display: inline-block;
  height: 1.1rem;
  position: absolute;
  right: 1.2rem;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  width: 1.1rem;
  z-index: 1;
}

.form__select.selected::after {
  opacity: 0;
}

.form__select select {
  padding: 1.2rem;
  position: relative;
  z-index: 2;
}

.form__select.--datetime select {
  padding: 1rem;
  width: 4.2rem;
}

.form__select.--year select {
  width: 9.2rem;
}

.form__select span {
  display: inline-block;
  margin: 0 0.6rem;
}

.form__select.--datetime::after {
  right: 4.4rem;
}

.form__select.--year::after {
  right: 4rem;
}

/* privacy check
---------------------------------------- */

.form__check {
  font-size: 1.6rem;
  margin: 6.5rem auto 0;
  text-align: center;
}

.form__check-link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.form__check-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.8rem;
  margin: 1.8rem auto 0;
  position: relative;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.form__check-label::before {
  border: 1px solid #002f4f;
  border-radius: 3px;
  content: "";
  height: 1.5rem;
  margin-top: 1px;
  width: 1.5rem;
}

.form__check-label:has(:checked)::after {
  border: solid #535353;
  border-width: 0 2px 2px 0;
  content: "";
  height: 1.1rem;
  position: absolute;
  right: 0.4rem;
  top: 0.2rem;
  transform: rotate(40deg);
  width: 0.6rem;
}

.form__check-label input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

input[type=checkbox],
input[type=radio] {
  display: block;
}

.form__confirm-back {
  display: block;
  font-size: 1.6rem;
  margin: 5rem auto 0;
  text-align: center;
  text-align: center;
}

/*
 * intro
 * -------------------------------------------------------------
 */

.intro {
  margin-top: -2.8rem;
}

.intro__inner {
  max-width: 119rem;
  position: relative;
}

.intro__img {
  margin: -7.5rem calc(50% - 50vw) 0;
  position: relative;
  z-index: 1;
}

.intro__img-caption {
  background: #FFFFFF;
  border: 1px solid #002f4f;
  border-radius: 1.3rem;
  bottom: 17rem;
  font-size: 1.3rem;
  left: 2.8rem;
  line-height: 1;
  padding: 0.6rem 1.7rem;
  position: absolute;
  z-index: 2;
}

/*
 * mv
 * -------------------------------------------------------------
 */

.mv {
  padding-top: 4.8rem;
}

.mv__inner {
  max-width: 122.3rem;
}

.mv__images {
  grid-gap: 1.7rem 2rem;
  display: grid;
  gap: 1.7rem 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.mv__img {
  border-radius: 0.5rem;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.mv__img img {
  height: 100% !important;
}

.mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 276/210;
  border-radius: 0.5rem;
  object-fit: cover;
}

.mv__slider {
  display: none;
  overflow: visible;
}

.mv__slide {
  border-radius: 0.5rem;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: visible;
}

.mv__slide img {
  height: 100% !important;
}

.mv__slide img {
  -o-object-fit: cover;
  aspect-ratio: 300/212;
  border-radius: 0.5rem;
  object-fit: cover;
}

.mv__slider .swiper-slide.is-current {
  opacity: 1 !important;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav__items {
  display: flex;
  flex: 1;
  gap: 6.3rem;
  justify-content: center;
  position: relative;
  top: -1rem;
}

.nav__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.nav__link {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.nav__eng {
  color: #668295;
  display: block;
  font-family: "Klee One", cursive;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

/*
 * page-contact
 * -------------------------------------------------------------
 */

.page-contact {
  background: #fff;
}

/*
 * plan
 * -------------------------------------------------------------
 */

.plan {
  padding: 6rem 0;
}

.plan__inner {
  max-width: 110.6rem;
}

.plan__lists {
  grid-gap: 3rem;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6.5rem;
}

.plan__list {
  border: 2px solid #002F4F;
  border-radius: 1.2rem;
  overflow: hidden;
}

.plan__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.plan__details {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3.5rem min(2.3rem, 1.8vw) 3rem;
}

.plan__ttl {
  align-items: center;
  display: flex;
  font-size: min(1.8rem, 1.5625vw);
  font-weight: 700;
  gap: 1rem;
}

.plan__detail {
  border-bottom: 1px dashed #002F4F;
  padding: 2rem 0;
}

.plan__text {
  font-size: 1.4rem;
  line-height: 2;
}

.plan__info {
  margin-top: auto;
}

.plan__price {
  font-feature-settings: "palt";
  font-size: 1.3rem;
  font-weight: 300;
}

.plan__price strong {
  display: inline-block;
  font-size: min(3.5rem, 2.734vw);
  font-weight: 900;
  padding: 2rem 0.6rem 0;
}

.plan__note {
  margin-top: 6rem;
  text-align: center;
}

/*
 * privacy
 * -------------------------------------------------------------
 */

.privacy {
  padding: 6rem 0 5rem;
}

.privacy__body {
  border: 1px solid #002f4f;
  padding: 3.3rem 3.5rem;
  position: relative;
}

.privacy__sec-ttl {
  background: #fff;
  border: 1px solid #002f4f;
  font-size: 1.8rem;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  max-width: 23.5rem;
  padding: 0.6rem 1rem;
  position: absolute;
  text-align: center;
  top: -1.5rem;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.privacy__lead,
.privacy__text,
.privacy__ttl,
.privacy__date {
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.36;
}

.privacy__ttl,
.privacy__sublist {
  margin-top: 2rem;
}

.privacy__date {
  margin-top: 3.8rem;
}

/*
 * sp-nav
 * -------------------------------------------------------------
 */

.sp-nav {
  display: none;
}

.sp-nav.is-active {
  opacity: 1;
  overflow: auto;
  transition: all 0.6s;
  visibility: visible;
  z-index: 10;
}

.sp-nav__items {
  margin: 0 auto;
  max-width: 32.3rem;
}

.sp-nav__item {
  padding: 0 3.2rem;
  text-align: center;
}

.sp-nav__link {
  border-bottom: 1px dashed #335972;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 2rem 0;
}

.sp-nav__eng {
  color: #8097a7;
  display: block;
  font-family: "Klee One", cursive;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.sp-nav__contact {
  border-radius: 3.2rem;
  font-size: 1.7rem;
  height: 6.4rem;
  margin-top: 3rem;
  padding: 1rem;
}

.sp-nav__contact::before {
  height: 4.8rem;
  width: 4.8rem;
}

.sp-nav__contact::after {
  height: 2rem;
  width: 3rem;
}

.sp-nav__logo {
  margin: 6.5rem auto 0;
  max-width: 7.3rem;
}

.sp-nav__copyright {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 4.6rem;
  text-align: center;
}

/*
 * u-pc-tab
 * -------------------------------------------------------------
 */

.u-pc-tab {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * u-tab
 * -------------------------------------------------------------
 */

.u-tab {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

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

  html {
    font-size: 1.11vw;
  }

  .header {
    position: absolute;
  }

  .header__inner {
    padding: 2.5rem 2.5rem 0;
  }

  .header__logo {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .header__link {
    align-items: center;
    flex: 1;
    flex-direction: row;
    gap: 3.5rem;
    justify-content: flex-end;
    max-width: 100%;
  }

  .header__sns {
    gap: 1.5rem;
    padding-right: 0;
  }

  .l-main {
    margin-top: 9.6rem;
  }

  .l-main--contact {
    margin-top: 0;
  }

  .c-hamburger {
    display: block;
  }

  .about__img-wrap {
    left: 56%;
    top: 0;
  }

  .mv {
    padding-top: 2.5rem;
  }

  .plan__lists {
    gap: 2rem;
  }

  .plan__details {
    padding-bottom: 0;
  }

  .plan__ttl {
    font-feature-settings: "palt";
    font-size: 1.5rem;
  }

  .plan__price strong {
    font-size: 2.1rem;
    padding: 2rem 0.2rem;
  }

  .sp-nav {
    background: linear-gradient(to bottom, #001c4d 0%, #004c6d 50%, #00b8a9 100%);
    display: block;
    height: 100%;
    opacity: 0;
    padding: 7rem 2.6rem 2.8rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100%;
  }

}

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

  html {
    font-size: 1.302vw;
  }

  .footer {
    padding: 8.7rem 0 4.2rem;
  }

  .footer__nav {
    display: none;
  }

  .footer__logo {
    margin: 0 auto;
    position: static;
    transform: none;
    transform: initial;
  }

  .footer__copyright {
    margin-top: 4.2rem;
  }

  .footer.footer--contact {
    padding: 0.8rem 0 0.6rem;
  }

  .footer.footer--contact .footer__copyright {
    margin-top: 0;
  }

  .header__top-inner {
    justify-content: center;
  }

  .header__copy-text {
    margin: 0 auto;
    text-align: center;
  }

  .header__copyright {
    display: none;
  }

  .header__contact {
    height: 3.6rem;
  }

  .l-inner {
    max-width: 64.6rem;
  }

  .l-inner--contact {
    max-width: 100%;
    padding: 0 1.5rem;
  }

  .l-main--contact {
    margin-top: 0;
  }

  .c-contact-link {
    font-size: 1.5rem;
  }

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

  .c-sec-header__ttl {
    font-size: 6.5rem;
  }

  .aobut__body {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .aobut__lists {
    max-width: 38.5rem;
    min-width: auto;
  }

  .about__text {
    font-size: 1.8rem;
  }

  .about__note {
    margin-top: 0;
  }

  .about__img-wrap {
    margin: 0 calc(60% - 50vw);
    max-width: 70rem;
    position: static;
    transform: none;
    transform: initial;
    width: 100vw;
  }

  .about__img {
    max-width: 100%;
    width: 100%;
  }

  .about__slider-wrapper {
    display: flex !important;
    gap: 0 !important;
  }

  .about__slider-wrapper {
    position: relative;
    right: 15rem;
  }

  .about__slider .swiper-slide {
    width: calc((100% - 2.8rem) / 2.65) !important;
  }

  .bottom-cta__inner {
    max-width: 100%;
    padding: 7rem 2.4rem 29rem;
  }

  .bottom-cta__inner::after {
    left: 12.6rem;
  }

  .contact__header {
    padding: 7rem 0 4rem;
  }

  .contact__logo {
    margin: 0 auto;
  }

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

  .contact__lead {
    text-align: center;
  }

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

  .contact__back {
    text-align: center;
  }

  .faq__body {
    padding: 5rem;
  }

  .faq__question,
  .faq__answer {
    font-size: 1.4rem;
    padding: 1.7rem 2.2rem 1.8rem 1.5rem;
  }

  .faq__eng {
    min-width: 2.1rem;
  }

  .flow__img {
    right: -2rem;
    top: 6rem;
    width: 42.45vw;
  }

  .flow__note {
    margin-top: 4rem;
  }

  .form__item {
    flex-direction: column;
  }

  .form__item:not(:last-child) {
    border: none;
  }

  .form__label {
    border-right: none;
    display: flex;
    width: 100%;
  }

  .form__label label,
  .form__label p {
    width: 13.8rem;
  }

  .form__input {
    max-width: 100%;
    padding: 0.9rem 1rem;
  }

  .form__input.--textarea {
    padding-bottom: 1.4rem;
  }

  .form__input input {
    max-width: 100%;
  }

  .form__note {
    display: none;
  }

  .form__note.--sp {
    display: block;
    font-size: 1.5rem;
  }

  .form__input textarea {
    aspect-ratio: 717/323;
  }

  .form__btn {
    font-size: 2.1rem;
    height: 7.2rem;
    margin-top: 4.5rem;
    max-width: 31.1rem;
  }

  .form__radio {
    gap: 2rem;
    height: 6.6rem;
  }

  .form__radio label {
    align-items: center;
    display: flex;
    height: 4.2rem;
  }

  .form__radio-label {
    padding-left: 3rem;
  }

  [type=radio]+span::before {
    height: 2.5rem;
    width: 2.5rem;
  }

  [type=radio]:checked+span::after {
    height: 1.1rem;
    left: 0.7rem;
    width: 1.1rem;
  }

  .form__select.--year select {
    width: 8.5rem;
  }

  .form__check {
    margin-top: 7.5rem;
  }

  .intro {
    margin-top: -2rem;
  }

  .intro__inner {
    max-width: 100%;
  }

  .intro__img {
    margin-top: -7rem;
  }

  .intro__img-caption {
    bottom: 8.5rem;
    left: 7.6rem;
  }

  .mv {
    padding-top: 1.8rem;
  }

  .mv__inner {
    max-width: 100%;
    padding: 0 2.4rem;
  }

  .mv__images {
    gap: 1.5rem 1.7rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .mv__img:nth-child(4),
  .mv__img:nth-child(8) {
    display: none;
  }

  .plan__inner {
    max-width: 69.3rem;
  }

  .plan__sec-header-text {
    max-width: 51.2rem;
  }

  .plan__lists {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
  }

  .plan__img {
    aspect-ratio: 637/295;
  }

  .plan__details {
    height: auto;
    padding: 3.8rem 3.2rem 3rem;
  }

  .plan__ttl {
    font-size: 1.8rem;
  }

  .plan__price {
    text-align: center;
  }

  .plan__price strong {
    font-size: 3.5rem;
    padding-bottom: 0;
  }

  .plan__note {
    margin-top: 4rem;
  }

  .privacy {
    padding: 6rem 0 2rem;
  }

  .privacy__body {
    padding: 3.5rem 1rem 4rem;
  }

  .privacy__sec-ttl {
    font-size: 1.6rem;
    padding: 0.7rem 2rem;
  }

  .privacy__lead,
  .privacy__text,
  .privacy__ttl,
  .privacy__date {
    font-size: 1.3rem;
  }

  .u-tab {
    display: block;
  }

}

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

  html {
    font-size: 2.667vw;
  }

  .footer {
    background: url(./../images/sp/footer_bg.webp) no-repeat right/cover #001e31;
    padding: 5rem 0 2rem;
  }

  .footer__logo {
    gap: 1.4rem;
  }

  .footer__logo img {
    max-width: 4.8rem;
  }

  .footer__company {
    font-size: 1.8rem;
  }

  .footer__company span {
    font-size: 1.1rem;
    margin-top: 0.8rem;
  }

  .footer__copyright {
    font-size: 1rem;
  }

  .footer.footer--contact {
    background: #001e31;
  }

  .footer.footer--contact .footer__copyright {
    font-size: 1.2rem;
  }

  .header__inner {
    padding: 1.6rem 2.5rem 0 1.3rem;
  }

  .header__contact {
    display: none;
  }

  .l-inner--contact {
    padding: 0 1.5rem;
  }

  .l-main {
    margin-top: 7.2rem;
  }

  .l-main--contact {
    margin-top: 0;
  }

  .c-btn {
    font-size: 1.6rem;
    height: 5.1rem;
    max-width: 25.9rem;
    padding: 0.6rem 2.6rem 0.6rem 0.8rem;
  }

  .c-btn::before {
    height: 3.9rem;
    width: 3.9rem;
  }

  .c-btn::after {
    height: 1.6rem;
    width: 2.4rem;
  }

  .c-contact-link.--fz12 {
    font-size: 1.2rem;
  }

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

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

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

  .c-cta__text {
    font-size: 1.3rem;
  }

  .c-cta__text::before,
  .c-cta__text::after {
    height: 3rem;
  }

  .c-hamburger {
    left: 1.3rem;
  }

  .c-note {
    font-size: 1.2rem;
  }

  .c-sec-header__subttl {
    padding-left: 0.2rem;
  }

  .c-sec-header__ttl {
    font-size: 3.6rem;
    margin-top: 3rem;
  }

  .c-sec-header__text {
    line-height: 2.125;
    margin-top: 3rem;
    text-align: justify;
  }

  .aobut {
    margin-top: 0;
    padding: 3rem 0 7rem;
  }

  .aobut__lists {
    max-width: 100%;
  }

  .about__list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    padding: 2.3rem 0;
  }

  .about__note {
    margin-top: 1rem;
  }

  .about__img-wrap {
    left: auto;
    margin: 0 calc(50% - 50vw);
    max-width: 34.8rem;
    position: relative;
    right: -3rem;
  }

  .about__slide-caption {
    font-size: 1.2rem;
  }

  .about__slider-wrapper {
    right: 0;
  }

  .about__slider .swiper-slide {
    width: 75% !important;
  }

  .bottom-cta__inner {
    padding: 7rem 1rem 17.5rem;
  }

  .bottom-cta__inner::after {
    height: 16.4rem;
    left: 5.5rem;
    max-width: 16.8rem;
  }

  .contact__thanks-lead {
    font-size: 1.6rem;
  }

  .contact__back {
    font-size: 1.4rem;
  }

  .faq {
    padding-top: 3rem;
  }

  .faq__body {
    display: contents;
  }

  .faq__items {
    margin-top: 2rem;
  }

  .faq__question,
  .faq__answer {
    line-height: 1.6;
    padding: 1.4rem 2.2rem 1.5rem 1.2rem;
  }

  .faq__answer {
    padding-right: 0.7rem;
  }

  .faq__guide-text {
    font-size: 1.2rem;
  }

  .flow {
    padding: 3rem 0 9rem;
  }

  .flow__body {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.8rem;
    height: auto;
    margin-top: 3.5rem;
  }

  .flow__details {
    margin: 0 auto;
    max-width: 31.4rem;
    width: 100%;
  }

  .flow__lists {
    width: 100%;
  }

  .flow__number {
    border-radius: 1.2rem 1.2rem 0 0;
    font-size: 1.3rem;
    max-width: 10.2rem;
    padding: 0.7rem;
  }

  .flow__text {
    border-radius: 2rem;
    font-size: 1.6rem;
    padding: 1rem;
  }

  .flow__img {
    margin-right: calc(50% - 50vw);
    max-width: 28.1rem;
    right: -6.8rem;
    top: auto;
    width: 100vw;
  }

  .flow__note {
    margin-top: 1.8rem;
  }

  .form__label {
    padding: 2rem 2.1rem;
  }

  .form__label label,
  .form__label p {
    width: 12.4rem;
  }

  .form__input {
    padding: 1rem;
  }

  .form__note.--sp {
    font-size: 1.4rem;
  }

  .form__input textarea {
    aspect-ratio: 329/323;
  }

  .intro__inner {
    padding: 0 1rem;
  }

  .about__sec-ttl {
    margin: 3rem calc(50% - 50vw) 0;
    padding-left: 2.4rem;
  }

  .intro__img {
    margin-top: -5rem;
  }

  .intro__img-caption {
    font-size: 1.2rem;
    left: 1.8rem;
    padding: 0.6rem 1.7rem;
  }

  .mv {
    padding-top: 2rem;
  }

  .mv__inner {
    padding: 0;
  }

  .mv__images {
    display: none;
  }

  .mv__img {
    overflow: visible;
  }

  .mv__slider {
    display: block;
  }

  .mv__slider .swiper-slide {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }

  .mv__slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
  }

  .plan {
    padding: 3rem 0 9rem;
  }

  .plan__img {
    aspect-ratio: 311/207;
  }

  .plan__details {
    padding: 3.4rem 2.6rem 2.5rem;
  }

  .plan__text {
    line-height: 1.9;
  }

  .plan__price {
    margin: 0 calc(50% - 50vw);
  }

  .plan__price strong {
    font-size: 3.4rem;
  }

  .plan__note {
    margin-top: 2rem;
  }

  .privacy__date {
    margin-top: 3rem;
  }

  .u-pc-tab {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-tab {
    display: none;
  }

}


/*# sourceMappingURL=style.css.map */