@charset "UTF-8";
/* mixin
================================================================== */
/* Design parts
---------------------------------------------------------------- */
/* base
================================================================== */
:root {
  --black: #2b1e14;
  --white: #fff;
  --main: #29ccb1;
  --l-main: #a9f2e6;
  --blue: #2eb8e6;
  --l-blue: #ccf7ff;
  --accent: #fdf480;
  --header-h: 10rem;
  --br-max: 10rem;
  --br-sec: 8rem;
  --br-l: 3rem;
  --br-m: 2rem;
  --br-s: 0.8rem;
  --mg-80: 8rem;
  --mg-60: 6rem;
  --mg-50: 5rem;
  --mg-40: 4rem;
  --mg-30: 3rem;
  --fs-36: 3.6rem;
  --fs-32: 3.2rem;
  --fs-28: 2.8rem;
  --fs-26: 2.6rem;
  --fs-24: 2.4rem;
  --fs-22: 2.2rem;
  --fs-20: 2rem;
  --fs-18: 1.8rem;
  --fs-16: 1.6rem;
  --fs-15: 1.5rem;
  --fs-14: 1.4rem;
  --b-shadow: 0 0 10px rgb(41 204 177 / 0.3);
}

@media only screen and (max-width: 1024px) {
  :root {
    --header-h: 8rem;
    --fs-36: 3.2rem;
    --fs-32: 2.8rem;
    --fs-28: 2.6rem;
    --fs-26: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --header-h: 6rem;
    --br-sec: 3rem;
    --br-l: 2rem;
    --br-m: 1.6rem;
    --mg-80: 6rem;
    --mg-60: 4rem;
    --mg-50: 4rem;
    --mg-40: 3rem;
    --mg-30: 2rem;
    --fs-36: 2.6rem;
    --fs-32: 2.6rem;
    --fs-28: 2.2rem;
    --fs-26: 2.4rem;
    --fs-24: 2.1rem;
    --fs-22: 1.8rem;
    --fs-20: 1.8rem;
    --fs-18: 1.5rem;
    --fs-16: 1.5rem;
    --fs-15: 1.4rem;
    --b-shadow: 0 0 6px rgb(41 204 177 / 0.3);
  }
}
/* common
---------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  color: var(--black);
  width: 100%;
}

main {
  overflow: hidden;
}

a {
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  body {
    line-height: 1.6;
  }
}
.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.w-100 {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

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

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

.text-just {
  text-align: justify;
}

.text-tate {
  writing-mode: vertical-rl;
}

/* PC,SP表示
---------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .d-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .d-tb {
    display: none !important;
  }
}
@media only screen and (max-width: 768px), (min-width: 1025px) {
  .d-tb-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-tb-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .d-pc-tb {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 429px) {
  .d-minsp {
    display: none !important;
  }
}
/* layout
--------------------------------------------------------------- */
.inner {
  margin-inline: auto;
  max-width: calc(1000px + 12%);
  padding: 8rem 6%;
  width: 100%;
}
.inner-11 {
  max-width: calc(1100px + 12%);
}
.inner-12 {
  max-width: calc(1200px + 12%);
}
.inner-13 {
  max-width: calc(1300px + 12%);
}
.inner-np {
  padding: 0 6%;
}
@media (max-width: 767px) {
  .inner {
    padding: 6rem 6%;
  }
}

/* flex utilities */
.flex {
  display: flex;
  align-items: flex-start;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-x-center {
  display: flex;
  justify-content: center;
}

.flex-y-center {
  display: flex;
  align-items: center;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-between {
  justify-content: space-between;
}

/* animation
--------------------------------------------------------------- */
/* base end
================================================================== */
/* parts
================================================================== */
.sec-ttl {
  position: relative;
  z-index: 0;
  padding-top: 10rem;
  margin-bottom: var(--mg-60);
}
@media (max-width: 1024px) {
  .sec-ttl {
    padding-top: 8.5rem;
  }
}
@media (max-width: 767px) {
  .sec-ttl {
    padding-top: 7rem;
  }
}
.sec-ttl-en {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10rem;
  width: 24rem;
}
@media (max-width: 1024px) {
  .sec-ttl-en {
    width: 20rem;
    left: -4rem;
  }
}
@media (max-width: 767px) {
  .sec-ttl-en {
    width: 16rem;
  }
}
.sec-ttl-jp {
  display: block;
  font-size: 5.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .sec-ttl-jp {
    font-size: 4rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .sec-ttl-jp {
    font-size: 3.2rem;
    padding-left: 2rem;
  }
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: var(--fs-18);
  font-weight: bold;
  line-height: 1.2;
  padding: 1.5em 1em;
  width: 100%;
  border-radius: var(--br-s);
  box-shadow: var(--b-shadow);
  background-color: var(--white);
}
.btn::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 1.4em;
  aspect-ratio: 26/12;
  margin: auto;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--main);
  transform: translateY(-50%) rotate(0);
}
.btn:hover {
  opacity: 1;
  background: var(--main);
  color: var(--white);
}
.btn:hover:before {
  right: 0.8em;
  background: var(--white);
}

/* header
================================================================== */
.header {
  transition: 0.3s ease;
  position: fixed;
  z-index: 10;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--header-h);
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .header {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .header {
    align-items: flex-end;
    padding: 0 1.5rem 0.5rem;
  }
}
.header-logo {
  display: inline-block;
  height: 4rem;
}
.header-logo img {
  width: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .header-logo {
    pointer-events: none;
    cursor: default;
  }
  .header-logo img {
    display: none;
  }
}
.header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 1399px) {
  .header-nav {
    font-size: 1.5rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 1399px) and (max-width: 767px) {
  .header-nav {
    gap: 1rem;
  }
}
.header-nav-list {
  display: flex;
  justify-content: flex-end;
  gap: 0 1.5em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .header-nav-list {
    display: none;
  }
}
.header-nav-list a {
  position: relative;
  padding: 0.8em 0;
}
.header-nav-list a:hover {
  opacity: 1;
  color: var(--accent);
}
.header-nav-btn .btn {
  width: 18rem;
  height: calc(var(--header-h) * 0.54);
  display: grid;
  align-items: center;
  padding: 0;
  background: var(--accent);
  color: var(--black);
}
.header-nav-btn .btn:hover {
  background: var(--blue);
  color: var(--white);
}
.header-nav-btn .btn::before {
  display: none;
}
@media (max-width: 767px) {
  .header-nav-btn .btn {
    width: 13rem;
    height: calc(var(--header-h) * 0.6);
  }
}
.header.change-color {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: 0.3s ease-in;
}
@media (max-width: 1024px) {
  .header.change-color {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}

/* hamburger
---------------------------------------------------------------- */
.hamburger-btn {
  display: none;
  position: relative;
  z-index: 999;
  width: calc(var(--header-h) * 0.54);
  height: calc(var(--header-h) * 0.54);
  cursor: pointer;
  background-color: var(--main);
  border-radius: var(--br-max);
}
@media (max-width: 1024px) {
  .hamburger-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .hamburger-btn {
    width: calc(var(--header-h) * 0.7);
    height: calc(var(--header-h) * 0.7);
  }
}

.bar {
  position: absolute;
  width: 50%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.4s ease;
}
.bar--top {
  top: 34%;
}
.bar--middle {
  top: 50%;
}
.bar--bottom {
  top: 66%;
}

.js-close .bar--top {
  top: 48%;
  transform: translateX(-50%) rotate(45deg);
}
.js-close .bar--middle {
  opacity: 0;
  transition: 0.1s;
}
.js-close .bar--bottom {
  top: 48%;
  transform: translateX(-50%) rotate(-45deg);
}

/* burger inner
---------------------------------------------------------------- */
.burger-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -40rem;
  width: 38rem;
  height: 100%;
  background-color: #c7faf1;
  padding: 10rem 2rem 2rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
}
@media (max-width: 428px) {
  .burger-nav {
    width: 100vw;
    right: -100vw;
    padding: 5.5rem 2rem;
  }
}
.burger-nav-list {
  margin-bottom: 3rem;
  display: block;
}
.burger-nav-list li a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 1.5em 1em;
  border-bottom: 1.5px solid var(--main);
  font-size: var(--fs-16);
  font-weight: 600;
}
.burger-nav-list li a::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 1.4em;
  aspect-ratio: 26/12;
  margin: auto;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--main);
  transform: translateY(-50%) rotate(0);
}
.burger-nav-list li a:hover {
  opacity: 1;
  color: var(--l-green);
}
.burger-nav-list li a:hover::before {
  right: 1em;
}
.burger-nav .btn {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.5em;
}
.burger-nav.js-active {
  right: 0;
}

.burger-mask {
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.7);
  display: none;
}
.burger-mask.js-active {
  display: block;
}

/* main
================================================================== */
/* mv
---------------------------------------------------------------- */
.mv {
  width: 100%;
}
.mv-inn {
  position: fixed;
  z-index: 0;
}
.mv-logo {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 24%;
  max-width: 384px;
}
@media (max-width: 767px) {
  .mv-logo {
    width: 35%;
  }
}
.mv-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}
.mv-text {
  display: block;
  position: absolute;
  top: 9.2165898618%;
  left: 12.5%;
  width: 40%;
}
@media (max-width: 1280px) {
  .mv-text {
    top: 11.0599078341%;
  }
}
@media (max-width: 767px) {
  .mv-text {
    top: 15.625%;
    left: 3.75%;
    width: 52.5%;
  }
}
.mv-cover {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mv-cover-height {
  aspect-ratio: 1600/520;
}
@media (max-width: 767px) {
  .mv-cover-height {
    aspect-ratio: 810/630;
  }
}

/* search
---------------------------------------------------------------- */
.search {
  position: relative;
  z-index: 1;
  background: #73e6d3;
  background: linear-gradient(0deg, rgb(204, 247, 255) 0%, rgb(115, 230, 211) 100%);
}
.search .inner {
  padding-top: 0;
}
.search .sec-ttl {
  margin-left: 5rem;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .search .sec-ttl {
    margin-left: 0;
  }
}
.search .sec-ttl-en {
  top: -10rem;
}
@media (max-width: 1024px) {
  .search .sec-ttl-en {
    top: -8.5rem;
  }
}
@media (max-width: 767px) {
  .search .sec-ttl-en {
    top: -7rem;
  }
}
.search-wrap {
  background: rgba(255, 255, 255, 0.3);
  border-radius: var(--br-l);
  padding: 5rem;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .search-wrap {
    padding: 5rem 4rem;
  }
}
@media (max-width: 767px) {
  .search-wrap {
    padding: 3rem 2rem;
  }
}
.search-wrap:not(:first-of-type) {
  margin-top: var(--mg-40);
}
.search-ttl {
  position: relative;
  font-size: var(--fs-32);
  font-weight: 600;
  line-height: 1.3;
  padding-left: 3rem;
  margin-bottom: var(--mg-40);
}
@media (max-width: 767px) {
  .search-ttl {
    font-size: 2.4rem;
    padding-left: 2.5rem;
  }
}
.search-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -5rem;
  width: 6rem;
  height: 3px;
  background: var(--white);
}
.search-btn-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 1024px) {
  .search-btn-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .search-btn-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1280px) {
  .search-btn-wrap {
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .search-btn-wrap {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .search-btn-wrap {
    gap: 1.5rem;
  }
}

.genre-btn {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.genre-btn img {
  height: auto;
  transition: transform 0.3s ease;
}
.genre-btn:hover img {
  transform: scale(1.07);
}
.genre-btn-img {
  border-radius: var(--br-m);
  box-shadow: var(--b-shadow);
  overflow: hidden;
}
.genre-btn-text {
  position: relative;
  font-size: min(2.2rem, 1.8vw);
  font-weight: bold;
  line-height: 1.3;
  padding: 1.2em 1.5em 1em 0;
  border-bottom: 2px solid var(--main);
}
@media (max-width: 1024px) {
  .genre-btn-text {
    font-size: var(--fs-18);
  }
}
.genre-btn-text::before {
  transition: 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: 0.8em;
  width: 1.2em;
  aspect-ratio: 26/12;
  margin: auto;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--main);
  transform: translateY(-50%) rotate(0);
}
.genre-btn:hover {
  opacity: 1;
}
.genre-btn:hover .genre-btn-text {
  color: var(--main);
}
.genre-btn:hover .genre-btn-text::before {
  right: 0;
}
.genre .search-btn-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .genre .search-btn-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .genre .search-btn-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .genre .search-btn-wrap {
    gap: 3rem;
  }
}

.emp .search-btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .emp .search-btn-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .emp .search-btn-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.terms .search-btn-wrap {
  gap: 2.5rem;
}
@media (max-width: 1280px) {
  .terms .search-btn-wrap {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .terms .search-btn-wrap {
    gap: 1.5rem;
  }
  .terms .search-btn-wrap .btn {
    padding: 1.5em 0;
  }
  .terms .search-btn-wrap .btn::before {
    display: none;
  }
}

/* point
---------------------------------------------------------------- */
.deco-wave-01 {
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
}
.deco-wave-02 {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 52%;
}
@media (max-width: 1280px) {
  .deco-wave-02 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .deco-wave-02 {
    width: 80%;
  }
}
.deco-wave-03 {
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
}
.deco-wave-04 {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 52%;
  transform: scale(-1, -1);
}
@media (max-width: 1280px) {
  .deco-wave-04 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .deco-wave-04 {
    width: 80%;
  }
}
.deco-item-01 {
  display: block;
  position: absolute;
  top: -2rem;
  right: calc(50% + 29rem);
  width: min(41rem, 32%);
}
@media only screen and (max-width: 1399px) {
  .deco-item-01 {
    right: unset;
    left: 3%;
  }
}
@media (max-width: 767px) {
  .deco-item-01 {
    top: -4rem;
    width: min(50%, 25rem);
  }
}
.deco-item-02 {
  display: block;
  position: absolute;
  bottom: -18rem;
  left: calc(50% + 29rem);
  width: min(37rem, 32%);
}
@media only screen and (max-width: 1399px) {
  .deco-item-02 {
    left: unset;
    right: 3%;
  }
}
@media (max-width: 1024px) {
  .deco-item-02 {
    bottom: -12rem;
  }
}
@media (max-width: 767px) {
  .deco-item-02 {
    bottom: -8rem;
    width: min(50%, 25rem);
  }
}

.point {
  position: relative;
  z-index: 2;
  background: var(--white);
}
.point .inner {
  padding-top: 15rem;
  padding-bottom: 30rem;
}
@media (max-width: 1024px) {
  .point .inner {
    padding-top: 12rem;
    padding-bottom: 15rem;
  }
}
@media (max-width: 767px) {
  .point .inner {
    padding-top: 10rem;
  }
}
.point .sec-ttl {
  text-align: right;
}
.point .sec-ttl-en {
  left: unset;
  right: -10rem;
}
@media (max-width: 1024px) {
  .point .sec-ttl-en {
    right: -5rem;
  }
}
@media (max-width: 767px) {
  .point .sec-ttl-jp {
    padding-left: 0;
  }
}
.point-img {
  border-radius: var(--br-m);
  overflow: hidden;
  box-shadow: var(--b-shadow);
}
.point-num {
  width: min(21rem, 50%);
  margin-right: 1rem;
  margin-left: auto;
  margin-top: -3.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .point-num {
    margin-top: -3rem;
  }
}
.point-ttl {
  position: relative;
  font-size: var(--fs-28);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .point-ttl {
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.point-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 3rem;
  height: 3px;
  background: var(--blue);
}
@media (max-width: 767px) {
  .point-ttl::before {
    width: 2.5rem;
  }
}
.point-text {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .point-text {
    font-size: var(--fs-16);
  }
}
.point-text span {
  display: block;
  color: var(--blue);
  font-weight: 700;
  margin-top: 0.5em;
}

.tab {
  /* タブのデザイン */
}
.tab-wrap {
  cursor: pointer;
  box-sizing: border-box;
  height: 120px;
  margin-bottom: 2rem;
}
.tab-wrap .tab-item:hover,
.tab-wrap .swiper-slide-thumb-active {
  opacity: 1;
  background-color: var(--blue);
  color: var(--white);
}
.tab-item {
  transition: 0.3s ease;
  width: 100%;
  text-align: center;
  height: auto;
  line-height: 1.3;
  border: 2px solid var(--blue);
  border-radius: var(--br-s);
}

/* スライダーを無効化した時のスタイル */
.swiper-point.-non-slider .swiper-wrapper {
  transform: inherit !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media (max-width: 1024px) {
  .swiper-point.-non-slider .swiper-wrapper {
    gap: 4rem;
  }
}
.swiper-point.-non-slider .swiper-slide {
  width: inherit !important;
}
.swiper-point.-non-slider .swiper-slide:nth-of-type(1) {
  order: 2;
}
.swiper-point.-non-slider .swiper-slide-duplicate {
  display: none;
}

/* faq
---------------------------------------------------------------- */
.faq {
  position: relative;
  z-index: 1;
  background: var(--l-main);
  background: linear-gradient(0deg, #c8faf2 0%, var(--l-main) 100%);
}
.faq-box {
  background-color: var(--white);
  border-radius: var(--br-m);
  box-shadow: var(--b-shadow);
}
.faq-box:not(:last-of-type) {
  margin-bottom: var(--mg-30);
}
.faq-q {
  transition: 0.3s ease;
  position: relative;
  padding: 30px 30px 0;
  font-size: var(--fs-20);
}
@media (max-width: 767px) {
  .faq-q {
    padding: 20px 20px 0;
  }
}
.faq-q p {
  position: relative;
  padding: 0 30px 25px 50px;
  border-bottom: 2px solid var(--l-main);
}
@media (max-width: 767px) {
  .faq-q p {
    line-height: 1.5;
    padding: 0 0 15px 35px;
  }
}
.faq-q p::before {
  content: "";
  display: block;
  position: absolute;
  font-family: "REM", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--main);
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1;
  content: "Q";
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .faq-q p::before {
    top: 0.1em;
    font-size: 1.5em;
  }
}
.faq-a {
  font-size: var(--fs-18);
  padding: 22px 30px 30px;
}
@media (max-width: 767px) {
  .faq-a {
    padding: 15px 20px 20px;
  }
}
.faq-a p {
  padding-left: 50px;
  text-align: justify;
}
@media (max-width: 767px) {
  .faq-a p {
    padding-left: 0px;
  }
}

/* Message
---------------------------------------------------------------- */
.mes {
  position: relative;
  text-align: center;
  z-index: 0;
}
.mes .inner {
  padding-top: 20rem;
  padding-bottom: 15rem;
}
@media (max-width: 1024px) {
  .mes .inner {
    padding-top: 15rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .mes .inner {
    padding-top: 10rem;
  }
}
.mes-bg {
  display: none;
  position: fixed;
  z-index: -99;
  inset: 0;
}
.mes-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mes-cover {
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  top: -5px;
  height: auto;
}
.mes-ttl {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .mes-ttl {
    margin-bottom: 3rem;
  }
}
.mes-ttl span {
  display: block;
}
.mes-ttl-en {
  width: 30rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mes-ttl-en {
    width: 22rem;
  }
}
.mes-ttl-jp {
  margin-top: -0.7em;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--accent);
}
@media (max-width: 1024px) {
  .mes-ttl-jp {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .mes-ttl-jp {
    font-size: 2.4rem;
  }
}
.mes-text {
  font-size: var(--fs-18);
  font-weight: 600;
  line-height: 2;
  color: var(--white);
}
@media (max-width: 767px) {
  .mes-text {
    line-height: 1.7;
  }
}
.mes-text p + p {
  margin-top: 1em;
}
.mes-btn {
  margin-top: var(--mg-60);
  width: min(475px, 90%);
  font-size: var(--fs-28);
  padding: 1.2em;
  background: var(--accent);
}
@media (max-width: 767px) {
  .mes-btn {
    font-size: 1.8rem;
  }
}
.mes-btn::before {
  background: var(--black);
}
.mes-btn:hover {
  background: var(--blue);
}
@media (max-width: 1024px) {
  .mes-deco {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding-top: 3rem;
  }
}
.mes-deco div {
  display: block;
  position: absolute;
  bottom: 8rem;
  width: min(274px, 20%);
}
@media (max-width: 1280px) {
  .mes-deco div {
    bottom: 6rem;
  }
}
@media (max-width: 1024px) {
  .mes-deco div {
    position: static;
    width: 20rem;
  }
}
@media (max-width: 767px) {
  .mes-deco div {
    margin: 0 !important;
  }
}
.mes-deco-01 {
  right: calc(50% + 41rem);
}
@media (max-width: 1280px) {
  .mes-deco-01 {
    right: unset;
    left: 1rem;
  }
}
@media (max-width: 1024px) {
  .mes-deco-01 {
    margin-left: -3rem;
  }
}
.mes-deco-02 {
  left: calc(50% + 40rem);
}
@media (max-width: 1280px) {
  .mes-deco-02 {
    left: unset;
    right: 1rem;
  }
}
@media (max-width: 1024px) {
  .mes-deco-02 {
    margin-right: -3rem;
  }
}

/* footer
================================================================== */
/* bnr
---------------------------------------------------------------- */
.bnr {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 10;
  cursor: pointer;
  width: min(36rem, 30%);
  aspect-ratio: 360/144;
  border-radius: var(--br-m);
  overflow: hidden;
  box-shadow: var(--b-shadow);
}
.bnr:hover {
  opacity: 1;
  transform: scale(1.05);
}
.bnr.js-position {
  position: absolute;
  top: -5rem;
}
@media (max-width: 767px) {
  .bnr {
    width: min(25rem, 70%);
    bottom: 10px;
  }
}

/* footer
---------------------------------------------------------------- */
.footer {
  position: relative;
  font-size: var(--fs-16);
  line-height: 1;
  background: var(--l-blue);
  color: var(--black);
}
@media (max-width: 428px) {
  .footer {
    font-size: 1.4rem;
  }
}
.footer .inner {
  padding: 8rem 3% 5rem;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-nav {
    margin-bottom: 8px;
  }
}
.footer-nav a {
  padding: 0.5em 1em;
}
@media (max-width: 767px) {
  .footer-nav a {
    padding: 0.5em 0.6em;
  }
}
.footer-nav span {
  background-color: var(--black);
  width: 1px;
  height: 1em;
}
@media screen and (max-width: 550px) {
  .footer-nav span:last-of-type {
    display: none;
  }
}
.footer .copyright {
  text-align: center;
  line-height: 1.5;
  padding: 0.5em 1em 0;
}
.footer .copyright span {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */