/*=====================================

【PC】

=====================================*/

/*=====================================
初期設定
=====================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  color: #383838;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
body {
  background: #fff;
}

/*=====================================
テキスト・カラー指定
=====================================*/
:root {
  --c: center;
  --r: right;
  --txl: clamp(54px, 4vw, 56px);
  --tl: clamp(22px, 2.2vw, 26px);
  --tm: clamp(18px, 1.31vw, 22px);
  --nm: clamp(14px, 1.1vw, 18px);
  --ts: clamp(12px, 0.87vw, 13px);
  --wht: #fff;
  --sky: #17b8d2;
  --nvy: #031a6b;
  --drk: #111b48;
  --pgry: #f0f2f2;
  --grad: linear-gradient(to right, #55b1ce, #0a1c69);
  --grad-reverse: linear-gradient(to left, #55b1ce, #0a1c69);
}
a {
  color: #0554a3;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.swiper-slide img {
  width: 100%;
  max-width: 200% !important;
}
.c-drk {
  color: var(--drk);
}
.c-wht {
  color: #fff;
}
.txt-c {
  text-align: var(--c) !important;
}
.pcno {
  display: none !important;
}
/*anime*/
@-webkit-keyframes cmnAnm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes cmnAnm {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anm.fdin,
.anm2.fdin {
  opacity: 0;
}
.anm.fdin.scrin,
.anm2.fdin.scrin {
  -webkit-animation: cmnAnm 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0s 1 forwards;
  animation: cmnAnm 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0s 1 forwards;
}

/*=====================================
コンテンツ
=====================================*/
main p,
main li {
  font-size: var(--nm);
  line-height: 2;
}

/*MV*/
.mv {
  width: 100%;
  padding-bottom: min(9%, 120px);
  background: url("../img/mv-pc.webp") no-repeat center top / 100% auto;
  -webkit-animation: mvAnm 1s ease-in-out both;
  animation: mvAnm 1s ease-in-out both;
}
.mv__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 1/0.5417;
  padding: 3% 11% 5% 3%;
}
.mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  aspect-ratio: 8/7;
}
@keyframes mvAnm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv-mmc {
  display: block;
  width: 98%;
  margin: 0 auto;
  -webkit-animation: mvAnm 1s ease-in-out 0.2s both;
  animation: mvAnm 1s ease-in-out 0.2s both;
}
.hdrlogo {
  display: block;
  width: 100%;
  text-align: left;
}
.logo-mmc {
  display: block;
  width: max(13.8%, 200px);
  aspect-ratio: 500/64;
}
.mv-catch {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 3% 5%;
}
.mv-g {
  display: flex;
  gap: 8px;
}
.mv-g li {
  flex-basis: calc(100 / 3);
}
.mv-g li img {
  -webkit-animation: cmnAnm 1s ease-in-out both;
  animation: cmnAnm 1s ease-in-out both;
}
.mv-g li:nth-child(1) img {
  animation-delay: 0.7s;
}
.mv-g li:nth-child(2) img {
  animation-delay: 1s;
}
.mv-g li:nth-child(3) img {
  animation-delay: 1.3s;
}
.mv__inner .notes {
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(8px, 1.92vw, 10px);
  line-height: 1.4;
  text-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
}
.btnCmn {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  display: block;
  width: max(520px, 32%);
  margin: min(6%, 80px) auto 0;
  padding: 30px;
  background-image: linear-gradient(to right, #17b8d2, #2cb5e5);
  border-radius: 60px;
  color: var(--wht);
  font-size: var(--tm);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.btnCmn::after {
  position: absolute;
  top: 50%;
  right: 8%;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 3px solid var(--wht);
  border-right: 3px solid var(--wht);
  transform: rotate(45deg) translateY(-50%);
}
.btnCmn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #78def9;
  transition: 0.3s;
  -webkit-animation: shinyshiny 5s ease-in-out infinite;
  animation: shinyshiny 5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.about .ttl {
  width: min(86%, 1200px);
  margin: 0 auto;
  color: var(--drk);
  font-size: var(--tl);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.about .ttl small {
  display: block;
  padding: 20px 0;
  font-size: var(--nm);
}
.mmc {
  display: inline-block;
  aspect-ratio: 534/52;
  width: 50%;
}

/* promise */
.promise {
  background: var(--grad);
  padding: 85px;
}
.promise__ttl {
  width: min(62%, 425px);
  margin: 0 auto 65px;

  & img {
  }
}
.promise__box {
  background: var(--grad-reverse);
  padding-block: 3% 5%;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 4%;
  width: min(91.6%, 687px);
  margin-inline: auto;
}
.promise__box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: var(--wht);
  z-index: -1;
}
.promise__list {
  counter-reset: count;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 3.7vw, 28px);
}
.promise__item {
  counter-increment: count;
  color: #131b45;
  font-size: clamp(17px, 4.5vw, 35px);
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  display: flex;
  flex-direction: column;
}
.promise__item::before {
  content: "- " counter(count, decimal-leading-zero) " -";
  color: var(--sky);
  font-size: 91%;
}
.promise__txt {
  font-size: var(--tl);
  color: var(--wht);
  text-align: center;
}
/* about */
.about {
  padding-top: 8%;
  background: url("../img/ic-mm.svg") no-repeat left -0.2vw top 15.5vw / 26.4vw auto;
}
.about-ph {
  flex-shrink: 0;
  display: block;
  width: 56.8%;
  aspect-ratio: 780/610;
}
@-webkit-keyframes abAnm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-17%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
  }
}
@keyframes abAnm {
  0% {
    opacity: 0;
    transform: translateY(-17%);
  }
  100% {
    opacity: 1;
    transform: translateY(-10%);
  }
}
.about__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  width: min(86%, 1200px);
  margin: 0 auto;
  transform: translateY(-50px);
  opacity: 0;
}
.about__inner.scrin {
  -webkit-animation: abAnm 0.5s ease-out both;
  animation: abAnm 0.5s ease-out both;
}
.about__txt {
  font-size: var(--nm);
}

.about__tags {
  display: flex;
  --gap: clamp(22px, 5.8vw, 30px);
  gap: var(--gap);
  margin-bottom: 5%;
}
.about__tag {
  background-image: var(--grad);
  padding: 0.3em 1.5em;
  color: var(--wht);
  font-size: var(--tl);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.about p {
  padding: 0 10% 15% 0;
  font-size: var(--nm);
}
@media screen and (max-width: 900px) {
  .about p {
    padding: 0 5% 5% 0;
    font-size: var(--nm);
  }
}
.recommend {
  margin-top: min(5%, 50px);
  padding: min(5%, 70px) 5% min(6%, 80px);
  background-color: var(--pgry);
}
.recommend img {
  display: block;
  width: min(46%, 800px);
  margin: 0 auto;
}
.bg-drk {
  padding: min(5%, 70px) 5% min(6%, 80px);
  background-color: var(--drk);
}
.bg-pgry {
  padding: min(5%, 70px) 5% min(6%, 80px);
  background-color: var(--pgry);
}
.bg-wht {
  padding: min(5%, 70px) 5% min(6%, 80px);
  background-color: var(--wht);
}
.cmn-ttl {
  margin-bottom: min(5%, 50px);
  color: var(--drk);
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 600;
  text-align: center;
}
.bg-drk .cmn-ttl {
  color: var(--wht);
}
.cmn-ttl small {
  display: block;
  margin-bottom: 15px;
  color: var(--sky);
  font-family: "Barlow", sans-serif;
  font-size: var(--txl);
}
.lead {
  margin-top: -2%;
  margin-bottom: 5%;
  color: #e0e0e0;
  text-align: center;
}
.data {
  display: flex;
  gap: 15px;
}
.whtBox {
  padding: 30px 0;
  background-color: var(--wht);
}

/* user */
.user__heading {
  color: var(--wht);
  background-image: var(--grad);
  font-size: calc(1.4 * var(--tl));
  padding: 1.4em;
  line-height: 1.8;
  margin-bottom: clamp(36px, 9.6vw, 72px);
}
.user__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  --gap: var();
  --gap: clamp(20px, 2.6vw, 40px);
  gap: calc(0.5 * var(--gap)) var(--gap);
  width: 90%;
  margin-inline: auto;
  margin-bottom: 5%;
  max-width: 1080px;
}
.user__item {
  width: calc((100% - 8 * var(--gap)) / 6);
  height: auto;
  margin-top: 20px;
}
.user__item:nth-child(2) {
  width: 8%;
}
.user__item:nth-child(9) {
  width: 7%;
}
.user__item:nth-child(10) {
  width: 13%;
}
.user__item:nth-child(11) {
  width: 5%;
}
.chart {
  margin-bottom: 15px;
}
.whtBox p {
  padding: 0 15px;
}
.data .scrin:nth-child(2) {
  animation-delay: 0.3s;
}
.data .scrin:nth-child(3) {
  animation-delay: 0.6s;
}
.data .scrin:nth-child(4) {
  animation-delay: 0.9s;
}
@media screen and (max-width: 900px) {
  .data {
    flex-wrap: wrap;
    justify-content: center;
  }
  .data .whtBox {
    width: calc(50% - 15px);
  }
}
.line-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3%;
  margin-bottom: 70px;
  text-align: center;
  color: var(--drk);
  font-weight: 600;
  grid-area: head;
}
.line-ttl > span {
  display: inline-block;
  padding: 0 2px 8px;
  background-image: linear-gradient(to right, var(--drk) 0%, var(--drk) 100%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: all 0.6s ease-in-out;
  font-size: calc(1.4 * var(--tl));
  position: relative;
}
.line-ttl.scrin > span {
  background-size: 100% 2px;
}

.line-ttl > span::before {
  content: "";
  width: 2px;
  height: calc(0.75 * var(--tl));
  background-color: var(--drk);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.line-ttl > span::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--drk);
  border-radius: 100vh;
  position: absolute;
  top: calc(100% + 0.75 * var(--tl));
  left: 50%;
  transform: translateX(-50%);
}
.line-ttl > span > span {
  color: var(--sky);
}

/* problem */
.problem {
  /* padding: min(6%, 80px) 0 min(4%, 60px); */
  padding-bottom: min(4%, 60px);
  /* background-image: linear-gradient(to bottom, var(--pgry) 0%, var(--pgry) clamp(320px, 33vw, 520px), var(--wht) clamp(320px, 33vw, 520px), var(--wht) 100%); */
  /* background-image: linear-gradient(to bottom, var(--pgry) 0%, var(--pgry) clamp(820px, 42.7vw, 520px), var(--wht) clamp(820px, 42.7vw, 520px), var(--wht) 100%); */
}
.problem__inner {
  /* display: flex; */
  /* flex-direction: row-reverse; */
  /* align-items: flex-start; */
  /* justify-content: center; */
  /* gap: 0 5%; */
  margin-bottom: min(4%, 50px);
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  padding-top: min(6%, 80px);
  background-image: linear-gradient(to bottom, var(--pgry) 0%, var(--pgry) 93%, var(--wht) 93%, var(--wht) 100%);
  display: grid;
  grid-template-areas:
    "head head"
    "list list"
    "img txt";
  grid-template-columns: 50% 50%;
  align-items: center;
  justify-content: center;
}
.problem p:not(.catch) {
  font-size: var(--tm);
  grid-area: txt;
  margin-right: auto;
  padding-left: 3%;
}
.p-list {
  /* width: 55%; */
  width: -moz-fit-content;
  /* width: fit-content; */
  /* padding-top: min(3%, 20px); */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
  margin-bottom: 85px;
  max-width: 1430px;
  margin-inline: auto;
  grid-area: list;
}
@media screen and (max-width: 900px) {
  .problem {
    /* background-image: linear-gradient(to bottom, var(--pgry) 0%, var(--pgry) 300px, var(--wht) 300px, var(--wht) 100%); */
    /* background-image: linear-gradient(to bottom, var(--pgry) 0%, var(--pgry) 80vw, var(--wht) 80vw, var(--wht) 100%); */
  }
  /* .p-list {
    padding-top: 0;
  } */
}
.p-list li {
  color: var(--drk);
  color: #131b45;
  font-size: clamp(10px, 1.3vw, 19px);
  padding: 4% 0.5em 0.5em 5%;
  font-weight: bold;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 462 / 140;
  width: calc((100% - 40px) / 3);
}
.p-list li:nth-child(1) {
  background-image: url(../img/problem-01.webp);
}
.p-list li:nth-child(2) {
  background-image: url(../img/problem-02.webp);
}
.p-list li:nth-child(3) {
  background-image: url(../img/problem-03.webp);
}
.p-list li:nth-child(4) {
  background-image: url(../img/problem-04.webp);
}
.p-list li:nth-child(5) {
  background-image: url(../img/problem-05.webp);
}
/*
.p-list li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 14px;
  border-left: 3px solid var(--sky);
  border-bottom: 3px solid var(--sky);
  transform: rotate(-45deg) translate(3px, -6px);
}
*/
.p-list li mark {
  font-size: 142%;
  background: linear-gradient(to bottom, transparent 70%, #fdd57f 70%);
}
.p-img {
  display: block;
  /* flex-shrink: 0; */
  width: 70%;
  max-width: 500px;
  aspect-ratio: 5/4;
  object-fit: cover;
  margin-left: auto;
  padding-right: 5%;
  margin-bottom: 3%;
  grid-area: img;
}
.p-ranking {
  display: block;
  width: min(46%, 800px);
  margin: 0 auto 5%;
  aspect-ratio: 702/420;
}
.arrow {
  display: block;
  width: 300px;
  margin: min(3%, 40px) auto;
}
.sky-ttl {
  margin-bottom: min(3%, 40px);
  color: var(--sky);
  font-size: var(--tl);
  font-weight: 600;
  text-align: center;
}
.catch {
  margin-bottom: min(4%, 60px);
  padding-top: min(3%, 40px);
  color: var(--drk);
  font-size: var(--tl);
  font-weight: 600;
  text-align: center;
}
.catch .mmc {
  width: 40%;
}
.catch img {
  vertical-align: text-bottom;
}
.catch strong {
  display: block;
  margin-top: min(2%, 30px);
}
.point {
  padding-bottom: min(8%, 100px);
}
.point-lead {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: min(8%, 100px) 5% min(6%, 80px);
  background: url("../img/ic-mm.svg") no-repeat left -6vw top / 36.4vw auto;
}
.point-lead img {
  display: block;
  width: 44%;
  margin: 0 auto;
}
.ptBox {
  overflow: hidden;
  width: min(86%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.ptTtl {
  margin-bottom: min(3%, 40px);
  padding-left: 15px;
  color: var(--nvy);
  font-size: var(--tl);
  font-weight: 600;
  line-height: 1.5;
}
.ptTtl::before {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 20px;
  height: 12px;
  background: url("../img/ic-tri.svg") no-repeat left top / 100% auto;
  transform: translateX(-15px);
}
.ptTtl span {
  display: block;
  margin-bottom: 5px;
  color: var(--drk);
  font-family: "Barlow", sans-serif;
  font-size: var(--tm);
}
.ptBox {
  display: grid;
  grid-template-rows: max-content 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: min(5%, 40px);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.point .ptBox img {
  width: 100%;
}
.point .ptBox:nth-of-type(even) img {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
.point .ptBox:nth-of-type(even) .ptTtl {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.point .ptBox:nth-of-type(even) p {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.point .ptBox:nth-of-type(odd) img {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
.point .ptBox:nth-of-type(odd) .ptTtl {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.point .ptBox:nth-of-type(odd) p {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.ptBox p {
  padding-left: 15px;
}
.ptBox + .ptBox {
  margin-top: min(6%, 80px);
}
.books {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(5%, 50px);
}
.books img {
  display: block;
  width: min(30%, 220px);
  aspect-ratio: 313/500;
}
.books figcaption {
  padding-bottom: 15px;
  color: var(--wht);
  font-size: var(--nm);
  line-height: 2;
}
.books figcaption small {
  font-size: clamp(12px, 3.2vw, 14px);
}
.books figcaption strong {
  display: block;
  margin-bottom: 10px;
  font-size: var(--tl);
  font-weight: 600;
}
.comparison {
  padding: min(5%, 70px) 5% min(6%, 80px);
}
.comparison img {
  display: block;
  width: min(46%, 800px);
  margin: 0 auto;
  aspect-ratio: 702 / 650;
}
.br-ttl {
  margin-bottom: min(4%, 50px);
  color: var(--drk);
  font-size: var(--tl);
  font-weight: 600;
  text-align: center;
}
.br-ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.br-ttl span::before,
.br-ttl span::after {
  content: "";
  width: 7px;
  height: 36px;
  display: inline-block;
  border-top: 2px solid var(--drk);
  border-bottom: 2px solid var(--drk);
}
.br-ttl span::before {
  border-left: 2px solid var(--drk);
  margin-right: 20px;
}
.br-ttl span::after {
  border-right: 2px solid var(--drk);
  margin-left: 20px;
}
.voice__inner {
  width: min(90%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.voiceBox {
  display: flex;
  align-items: center;
}
.voiceBox img {
  flex-shrink: 0;
  width: 44%;
}
.voiceBox p {
  padding: 0 0 0 min(4%, 50px);
}
.voiceBox + .voiceBox {
  margin-top: min(6%, 80px);
}
@media screen and (max-width: 900px) {
  .voiceBox {
    flex-direction: column;
  }
  .voiceBox img {
    width: 64%;
    margin-bottom: 20px;
  }
}
.staff {
  padding: min(5%, 70px) 0;
  background-image: linear-gradient(to top, var(--pgry) 0%, var(--pgry) 38vw, var(--wht) 38vw, var(--wht) 100%);
}
.planner {
  margin: 0 0 min(5%, 70px);
}
.ceo {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 4% 0 0;
  background: url("../img/ic-mm.svg") no-repeat left 6vw top 2vw / 36.4vw auto;
}
.ceo figure {
  display: block;
  width: 28%;
  margin: 0 auto 20px;
  padding: 0;
}
.ceo figure img {
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 440/586;
  object-fit: cover;
}
.ceo figure figcaption {
  color: var(--drk);
  font-size: var(--tl);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.ceo figure figcaption small {
  font-size: var(--nm);
}
.ceo p {
  width: 40%;
  margin: 0 auto;
}
.step {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: min(94%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.stepBox {
  flex-basis: calc((100% - 60px) / 3);
  position: relative;
  min-height: 220px;
  padding: 20px 25px;
  background-color: var(--wht);
}
@media screen and (max-width: 900px) {
  .step {
    justify-content: center;
  }
  .stepBox {
    flex-basis: calc((100% - 30px) / 2);
  }
}
.step .stepBox:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: -30px;
  width: 30px;
  height: 1px;
  background-color: var(--wht);
}
.step .stepBox:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 18px;
  height: 1px;
  background-color: var(--drk);
}
.step .stepBox:nth-child(2) {
  animation-delay: 0.3s;
}
.step .stepBox:nth-child(3) {
  animation-delay: 0.6s;
}
.step .stepBox:nth-child(4) {
  animation-delay: 0.9s;
}
.step .stepBox:nth-child(5) {
  animation-delay: 1.2s;
}
.step .stepBox:nth-child(6) {
  animation-delay: 1.5s;
}
.stepBox .ttl {
  display: flex;
  margin-bottom: 4%;
  color: var(--drk);
  font-size: var(--tm);
  font-weight: 600;
  align-items: center;
}
.stepBox .ttl img {
  width: 25%;
  flex-shrink: 0;
  margin-right: 20px;
  aspect-ratio: 4/3;
}
.stepBox p {
  font-size: clamp(13px, 1vw, 14px);
}
.faqBox {
  margin: 0 auto min(4%, 30px);
  padding: 2.5% 6% 2.5% 3%;
  background: var(--pgry);
  border-radius: 35px;
}
.faq {
  width: min(80%, 720px);
  margin: 0 auto;
}
.ac-menu label {
  display: flex;
  align-items: center;
}
.ac-menu label i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: var(--sky);
  background-image: linear-gradient(135deg, #17b8d2, #2cb5e5);
  border-radius: 50%;
  color: var(--wht);
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.ac-menu label span {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--drk);
  font-size: var(--nm);
  font-weight: 600;
  line-height: 1.6;
  cursor: pointer;
}
.ac-menu .accordion + label span::after {
  content: "";
  flex-shrink: 0;
  margin-top: -3px;
  margin-left: 10px;
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--drk);
  border-left: 2px solid var(--drk);
  transform: rotate(-45deg);
  transition: 0.3s;
}
.ac-menu .accordion:checked + label span::after {
  transform: rotate(135deg);
}
.ac-menu input.accordion {
  display: none;
}
.ac-menu div.ac-cont {
  display: block;
  overflow-y: hidden;
  margin: 0;
  height: 0;
  transition: all 0.2s;
}
.ac-menu div.ac-cont p {
  position: relative;
  width: 100%;
  padding-left: 40px;
}
.ac-menu div.ac-cont p::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: var(--drk);
  border-radius: 50%;
  color: var(--wht);
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.ac-menu select:focus {
  outline: none;
}
.ac-menu .accordion:checked + label + div.ac-cont {
  padding-top: 3%;
  height: auto;
}
.btn-line {
  display: block;
  max-width: 400px;
  margin: 15px auto;
  padding: 7px;
  background-color: #00b900;
  border-radius: 30px;
  color: var(--wht);
  text-align: center;
}

/*=====================================
フッター
=====================================*/
footer {
  padding: min(5%, 70px) 0 30px;
  background-color: var(--pgry);
}
footer .ttl {
  margin-bottom: 30px;
  color: var(--drk);
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 600;
  text-align: center;
}
.ftr-logo {
  display: block;
  width: 240px;
  margin: 0 auto 20px;
  aspect-ratio: 500/64;
}
.ftr-ic {
  display: inline-block;
  width: 17px;
  margin-right: 10px;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 10%;
}
footer ul li {
  padding: 1% 0;
  color: #383838;
  font-size: var(--ts);
  line-height: 1.8;
}
footer p {
  padding: 20px 10%;
  color: #383838;
  font-size: var(--ts);
  line-height: 1.8;
}
.copyright {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid rgba(178, 178, 178, 0.5);
  text-align: center;
}

/*=====================================
ポップオーバー
=====================================*/

.popover {
  width: min(82%, 500px);
  border-radius: 20px;
  padding: 20px;
}

.popover::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.popover__close {
  --sz: var(--tm);
  width: var(--sz);
  aspect-ratio: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
}

.popover__heading {
  font-weight: bold;
  text-align: center;
  font-size: var(--tm);
  margin-bottom: 0.5em;
}

.popover__content {
  max-height: min(82vw, 400px);
  overflow-y: scroll;
}

.popover__content * {
  padding: 0;
  font-size: var(--ts);
  line-height: 1.5;
}

.popover th,
.popover td {
  display: block;
  margin-bottom: 1em;
}

.popover__content > p {
  margin-bottom: 1em;
}

.popover__close::before,
.popover__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.popover__close::before {
  transform: rotate(45deg);
}

.popover__close::after {
  transform: rotate(-45deg);
}

/*=====================================
フローティングボタン
=====================================*/
.btnFollow {
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 489px;
  max-width: 95%;
  z-index: 10;
}
