@charset "UTF-8";
.lContainer.topPage .topHeading {
  margin-bottom: clamp(3.5rem, 8vw, 7.4rem);
  text-align: center;
  font-size: clamp(3rem, 4vw, 4rem);
}
.lContainer.topPage .-addSemicircle {
  position: relative;
}
.lContainer.topPage .-addSemicircle:before, .lContainer.topPage .-addSemicircle:after {
  display: block;
  content: "";
  width: 32.8rem;
  height: 14.5rem;
  background-image: url("../img/top/decoration_semicircle.svg");
  background-repeat: no-repeat;
  background-size: 328px auto;
  position: absolute;
}
.lContainer.topPage .-addSemicircle:before {
  top: 0;
  right: 7rem;
}
.lContainer.topPage .-addSemicircle:after {
  left: 7rem;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.lContainer.topPage .-addSemicircle .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .lContainer.topPage .-addSemicircle:before, .lContainer.topPage .-addSemicircle:after {
    width: 18rem;
    height: 8rem;
    background-size: 180px auto;
  }
  .lContainer.topPage .-addSemicircle:before {
    right: 0;
  }
  .lContainer.topPage .-addSemicircle:after {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .-addSemicircle:before {
    right: 5%;
  }
  .lContainer.topPage .-addSemicircle:after {
    left: 5%;
  }
}
.lContainer.topPage .mainView {
  padding-top: 8.8em;
  background-color: #FFD841;
  position: relative;
}
.lContainer.topPage .mainView:before, .lContainer.topPage .mainView:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: color-burn;
  position: absolute;
}
.lContainer.topPage .mainView:before {
  width: 37.9rem;
  height: 28.7rem;
  background-image: url("../img/top/main_bg_top_pc.png");
  top: 0;
  left: 0;
}
.lContainer.topPage .mainView:after {
  width: 32.8rem;
  height: 14.5rem;
  background-image: url("../img/top/main_bg_bottom_pc.png");
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lContainer.topPage .mainView__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lContainer.topPage .mainView__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 65rem;
  width: 45%;
  margin-right: -7.8rem;
  padding-left: 1.9em;
  position: relative;
  z-index: 2;
}
.lContainer.topPage .mainView__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lContainer.topPage .mainView__text .detailBox {
  padding: 1.2em 3em 5.2em 7.85em;
  background-color: #FFFFFF;
  border-radius: 0 0 0 102px;
  position: relative;
  z-index: 1;
}
.lContainer.topPage .mainView__text .detailBox:before, .lContainer.topPage .mainView__text .detailBox:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
.lContainer.topPage .mainView__text .detailBox:before {
  width: 10rem;
  height: 9.5rem;
  background-image: url("../img/top/bg_main01.svg");
  background-size: 100px auto;
  top: 0;
  left: -8.6rem;
}
.lContainer.topPage .mainView__text .detailBox:after {
  width: 100%;
  height: 23rem;
  background-image: url("../img/top/bg_main02.svg");
  background-position: right bottom;
  background-size: contain;
  right: 0;
  top: calc(100% - 1.4rem);
}
.lContainer.topPage .mainView__text .detail {
  display: inline-block;
  position: relative;
}
.lContainer.topPage .mainView__text .detail__bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.65em 2.57em;
  border: 2px solid #044AA5;
  border-radius: 60px;
  background-color: #FFFFFF;
  text-align: center;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  color: #044AA5;
}
.lContainer.topPage .mainView__text .detail__bubble:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14%;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #044AA5 transparent transparent;
  translate: -50% 100%;
}
.lContainer.topPage .mainView__text .detail__bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14%;
  border-style: solid;
  border-width: 9.2px 9.2px 0 9.2px;
  border-color: #FFFFFF transparent transparent;
  translate: -50% 100%;
}
.lContainer.topPage .mainView__text .detail__catchcopy {
  margin-bottom: 0.2em;
  line-height: 1.34;
  letter-spacing: 0.06em;
  font-size: clamp(4rem, 6vw, 7.5rem);
}
.lContainer.topPage .mainView__text .detail__text {
  padding-left: 0.7em;
  line-height: 1.9;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.lContainer.topPage .mainView__text .detail__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 20rem;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 99em;
  background-color: #FFD841;
  color: #044AA5;
  font-weight: 600;
  position: absolute;
  right: -19%;
  bottom: -9%;
}
.lContainer.topPage .mainView__text .detail__badge .text {
  margin-bottom: 0.2em;
  line-height: 1.24;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
}
.lContainer.topPage .mainView__text .detail__badge .num {
  line-height: 1;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: clamp(3.2rem, 5vw, 5.5rem);
}
.lContainer.topPage .mainView__text .btnArea {
  max-width: 67.7rem;
  margin: 0;
  padding: 4.4em 0 3.45em;
  position: relative;
  z-index: 2;
}
.lContainer.topPage .mainView__text .btnArea .btn {
  max-width: 42rem;
  padding: 0.8em 3em 1em 3em;
  border-radius: 90px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.lContainer.topPage .mainView__text .btnArea .btn:after {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 24px auto;
  right: 1.2em;
}
@media screen and (min-width: 1500px) {
  .lContainer.topPage .mainView__wrap {
    max-width: 133rem;
    margin: 0 auto;
  }
  .lContainer.topPage .mainView__text {
    margin-right: calc(50% - 50vw);
  }
  .lContainer.topPage .mainView__text .detailBox:after {
    background-image: url("../img/top/bg_main02.svg"), -webkit-linear-gradient(left, transparent 0 320px, white 320px);
    background-image: url("../img/top/bg_main02.svg"), linear-gradient(to right, transparent 0 320px, white 320px);
    background-position: left 533px bottom;
    background-repeat: no-repeat, no-repeat;
  }
}
@media screen and (max-width: 1360px) {
  .lContainer.topPage .mainView {
    padding-top: 6.6em;
  }
  .lContainer.topPage .mainView .detail__badge {
    right: -8%;
  }
}
@media screen and (max-width: 1280px) {
  .lContainer.topPage .mainView {
    padding-top: 5.3em;
  }
  .lContainer.topPage .mainView__text .detailBox {
    padding: 3em 3em 5em 5em;
    border-radius: 70px 0 0 70px;
  }
  .lContainer.topPage .mainView__text .detailBox:before {
    width: 14.5rem;
    height: 8.5rem;
    background-image: url("../img/common/btn_bg.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 145px auto;
    top: -8.5rem;
    left: auto;
    right: 0;
  }
  .lContainer.topPage .mainView__text .btnArea {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 60rem;
    padding: 4em 0 3em 3em;
  }
}
@media screen and (max-width: 1160px) {
  .lContainer.topPage .mainView__image {
    margin-right: -6rem;
  }
  .lContainer.topPage .mainView__text {
    width: 70%;
  }
  .lContainer.topPage .mainView__text .detailBox {
    padding-left: 4em;
  }
  .lContainer.topPage .mainView__text .btnArea {
    max-width: 50rem;
    padding: 4em 0 3em 1em;
  }
}
@media screen and (max-width: 1060px) {
  .lContainer.topPage .mainView__text {
    width: 85%;
  }
  .lContainer.topPage .mainView__text .detailBox:after {
    content: none;
  }
  .lContainer.topPage .mainView__text .detail__badge {
    max-width: 16rem;
    right: -2%;
  }
  .lContainer.topPage .mainView__text .btnArea {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 860px) {
  .lContainer.topPage .mainView {
    padding: 5.3em 0 8em;
  }
  .lContainer.topPage .mainView:before {
    width: 19.7rem;
    height: 14.5rem;
    background-image: url("../img/top/main_bg_top_sp.png");
  }
  .lContainer.topPage .mainView:after {
    width: 19.7rem;
    height: 12rem;
    background-image: url("../img/top/main_bg_bottom_sp.png");
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .lContainer.topPage .mainView__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90%;
    margin-left: auto;
    position: relative;
  }
  .lContainer.topPage .mainView__wrap:before {
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 7.5rem);
    background-color: #FFFFFF;
    border-radius: 70px 0 0 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lContainer.topPage .mainView__image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .lContainer.topPage .mainView__image img {
    max-width: 40rem;
  }
  .lContainer.topPage .mainView__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    width: 100%;
  }
  .lContainer.topPage .mainView__text .detailBox {
    background-color: transparent;
  }
  .lContainer.topPage .mainView__text .detail {
    display: block;
  }
  .lContainer.topPage .mainView__text .detail__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2em;
  }
  .lContainer.topPage .mainView__text .detail__bubble {
    display: block;
  }
  .lContainer.topPage .mainView__text .detail__badge {
    max-width: 16rem;
    margin-top: -7em;
    position: static;
  }
  .lContainer.topPage .mainView__text .btnArea {
    max-width: calc(100% - 8vw);
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: -10.5em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .mainView {
    padding: 5.3em 0 5em;
  }
  .lContainer.topPage .mainView__wrap {
    max-width: calc(100% - 9vw);
  }
  .lContainer.topPage .mainView__image {
    margin: 0 calc(50% - 50vw);
  }
  .lContainer.topPage .mainView__image img {
    max-width: 97%;
  }
  .lContainer.topPage .mainView__text .detailBox {
    padding: 4em 1.4em 2em 2em;
  }
  .lContainer.topPage .mainView__text .detail__bubble {
    margin-bottom: 1.8em;
    padding: 0.4em 1em 0.5em;
    letter-spacing: 0.05em;
  }
  .lContainer.topPage .mainView__text .detail__bubble:before {
    border-width: 9px 9px 0 9px;
  }
  .lContainer.topPage .mainView__text .detail__bubble:after {
    border-width: 7px 7px 0 7px;
  }
  .lContainer.topPage .mainView__text .detail__catchcopy {
    margin-bottom: 0.3em;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .lContainer.topPage .mainView__text .detail__wrap {
    gap: 0 0.5em;
  }
  .lContainer.topPage .mainView__text .detail__text {
    padding-left: 0.4em;
    letter-spacing: 0.05em;
  }
  .lContainer.topPage .mainView__text .detail__badge {
    max-width: 11.5rem;
    margin-top: 0;
  }
  .lContainer.topPage .mainView__text .btnArea {
    bottom: -7.3em;
  }
  .lContainer.topPage .mainView__text .btnArea .btn {
    max-width: 31.5rem;
  }
  .lContainer.topPage .mainView__text .btnArea .btn:after {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 18px auto;
    right: 1em;
  }
}
@media screen and (max-width: 360px) {
  .lContainer.topPage .mainView__text .detail__bubble {
    letter-spacing: -0.01em;
  }
  .lContainer.topPage .mainView__text .detail__catchcopy {
    font-size: 3.7rem;
  }
}
.lContainer.topPage .aboutSec {
  padding: 5.7em 0 7.5em;
}
@media screen and (min-width: 768px) {
  .lContainer.topPage .aboutSec .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3rem;
  }
  .lContainer.topPage .aboutSec .splide__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 6rem) / 3);
        -ms-flex: 0 0 calc((100% - 6rem) / 3);
            flex: 0 0 calc((100% - 6rem) / 3);
  }
}
@media screen and (min-width: 920px) {
  .lContainer.topPage .aboutSec .splide__list {
    gap: 0 4rem;
  }
  .lContainer.topPage .aboutSec .splide__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 8rem) / 3);
        -ms-flex: 0 0 calc((100% - 8rem) / 3);
            flex: 0 0 calc((100% - 8rem) / 3);
  }
}
@media screen and (min-width: 1060px) {
  .lContainer.topPage .aboutSec .splide__list {
    gap: 0 8rem;
  }
  .lContainer.topPage .aboutSec .splide__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 16rem) / 3);
        -ms-flex: 0 0 calc((100% - 16rem) / 3);
            flex: 0 0 calc((100% - 16rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .aboutSec {
    padding: 6.7em 0 4.4em;
  }
}
.lContainer.topPage .aboutSec .inner {
  max-width: 112rem;
}
.lContainer.topPage .aboutSec .splide {
  position: relative;
}
.lContainer.topPage .aboutSec .splide__arrow {
  width: 1.8rem;
  height: 2.9rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border: none;
  position: absolute;
  z-index: 1;
  top: 20%;
}
.lContainer.topPage .aboutSec .splide__arrow:disabled {
  opacity: 0.3;
}
.lContainer.topPage .aboutSec .splide__arrow--prev {
  background-image: url("../img/common/icon_arrow_prev_gray.svg");
  left: 0;
}
.lContainer.topPage .aboutSec .splide__arrow--next {
  background-image: url("../img/common/icon_arrow_next_gray.svg");
  right: 0;
}
.lContainer.topPage .aboutSec .splide__arrow svg {
  display: none;
}
.lContainer.topPage .aboutSec .aboutDetail__image {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  text-align: center;
}
.lContainer.topPage .aboutSec .aboutDetail__image img {
  max-width: 26rem;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .aboutSec .aboutDetail__image img {
    max-width: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .aboutSec .aboutDetail__body {
    margin: 0 auto;
    max-width: 60%;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .aboutSec .aboutDetail__body {
    max-width: 100%;
  }
}
.lContainer.topPage .aboutSec .aboutDetail__title {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  font-size: clamp(2rem, 3vw, 2.4rem);
}
.lContainer.topPage .solveSec {
  padding: 9em 0 3.5em;
  position: relative;
}
.lContainer.topPage .solveSec:before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% - 4rem);
  background-color: #FFF9E2;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1060px) {
  .lContainer.topPage .solveSec {
    padding: 8em 0 5.2em;
  }
  .lContainer.topPage .solveSec:before {
    height: calc(100% - 13.7rem);
  }
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .solveSec:before {
    height: calc(100% - 10.7rem);
    top: 3rem;
  }
}
.lContainer.topPage .solveSec .solveHeading {
  display: inline-block;
  min-width: 50rem;
  padding: 0.19em 1em;
  border-radius: 4rem;
  background: #FFFFFF;
  border: 2px solid #044AA5;
  -webkit-box-shadow: 0px 5px 0px #044AA5;
          box-shadow: 0px 5px 0px #044AA5;
  text-align: center;
  color: #044AA5;
  font-weight: 600;
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .solveSec .solveHeading {
    min-width: auto;
    max-width: 50rem;
    width: calc(100% - 16vw);
    padding: 0.3em 1em;
  }
}
.lContainer.topPage .solveSec .solveWrap {
  display: grid;
  grid-template-columns: 40% 1fr 40%;
}
@media screen and (max-width: 1060px) {
  .lContainer.topPage .solveSec .solveWrap {
    grid-template-columns: 1fr;
  }
}
.lContainer.topPage .solveSec .solveWrap .solveBox {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  padding: 0 1.3em;
}
.lContainer.topPage .solveSec .solveWrap .solveBox__title {
  margin-bottom: clamp(2.3rem, 4vw, 3.8rem);
  padding-left: 0.37em;
  font-weight: 600;
  font-size: 7rem;
  position: relative;
  z-index: 1;
}
.lContainer.topPage .solveSec .solveWrap .solveBox__title .emphasis {
  position: relative;
}
.lContainer.topPage .solveSec .solveWrap .solveBox__title .emphasis:before {
  display: block;
  content: "";
  width: 12rem;
  height: 12rem;
  border-radius: 99em;
  background-color: #FFD841;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.lContainer.topPage .solveSec .solveWrap .solveBox__title .emphasis:last-child {
  margin-right: 0.2em;
}
.lContainer.topPage .solveSec .solveWrap .solveBox__text {
  margin-bottom: clamp(3.7rem, 4vw, 4.5rem);
}
.lContainer.topPage .solveSec .solveWrap .solveBox .checkList__item {
  padding-left: 2em;
  font-weight: 600;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
}
.lContainer.topPage .solveSec .solveWrap .solveBox .checkList__item:before {
  top: 0.33em;
}
.lContainer.topPage .solveSec .solveWrap .solveBox .btnArea {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: clamp(2rem, 5vw, 8.6rem);
}
@media screen and (max-width: 1280px) {
  .lContainer.topPage .solveSec .solveWrap .solveBox__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1160px) {
  .lContainer.topPage .solveSec .solveWrap .solveBox__title {
    font-size: 5rem;
  }
  .lContainer.topPage .solveSec .solveWrap .solveBox__title .emphasis:before {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 1060px) {
  .lContainer.topPage .solveSec .solveWrap .solveBox {
    grid-template-rows: none;
    grid-row: auto;
    padding: 4em 0;
  }
  .lContainer.topPage .solveSec .solveWrap .solveBox:first-child {
    padding-top: 0;
  }
  .lContainer.topPage .solveSec .solveWrap .solveBox:last-child {
    padding-bottom: 3.4em;
  }
  .lContainer.topPage .solveSec .solveWrap .solveBox:not(:last-child) {
    border-bottom: 2px solid #044AA5;
  }
  .lContainer.topPage .solveSec .solveWrap .solveBox__title .emphasis:before {
    width: 8.8rem;
    height: 8.8rem;
  }
  .lContainer.topPage .solveSec .solveWrap .solveBox .checkList__item {
    margin-bottom: 0.2em;
  }
  .lContainer.topPage .solveSec .solveWrap .solveBox .checkList__item:before {
    width: 22px;
    height: 22px;
    background-size: 22px auto;
  }
}
@media screen and (max-width: 360px) {
  .lContainer.topPage .solveSec .solveWrap .solveBox__title {
    font-size: 4.5rem;
  }
}
.lContainer.topPage .solveSec .solveWrap .solveIllust {
  grid-column: 2/2;
  grid-row: 2/5;
  place-content: flex-end;
  margin-right: 3rem;
}
@media screen and (max-width: 1060px) {
  .lContainer.topPage .solveSec .solveWrap .solveIllust {
    margin-right: 0;
    margin-bottom: -5.2em;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    place-content: normal;
    grid-column: auto;
    grid-row: auto;
    text-align: center;
  }
  .lContainer.topPage .solveSec .solveWrap .solveIllust img {
    max-width: 22.5rem;
    width: 100%;
  }
}
.lContainer.topPage .chosenSec {
  padding: 9em 0 7.6em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .chosenSec {
    padding: 4.6em 0 4.9em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .chosenSec .inner {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
.lContainer.topPage .chosenSec .chosenHeading {
  margin-bottom: clamp(4rem, 8vw, 7.2rem);
  text-align: center;
}
.lContainer.topPage .chosenSec .chosenHeading span {
  display: inline-block;
  padding: 0 0.5em;
  letter-spacing: 0.05em;
  font-size: clamp(3rem, 4vw, 4rem);
  position: relative;
}
.lContainer.topPage .chosenSec .chosenHeading span:before, .lContainer.topPage .chosenSec .chosenHeading span:after {
  content: "";
  position: absolute;
  bottom: 0.4em;
  display: inline-block;
  width: 4px;
  height: 36px;
  background-color: #000000;
  border-radius: 99em;
}
.lContainer.topPage .chosenSec .chosenHeading span:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.lContainer.topPage .chosenSec .chosenHeading span:after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.lContainer.topPage .chosenSec .chosenHeading .smShow {
  display: none;
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .chosenSec .chosenHeading {
    line-height: 1.4;
  }
  .lContainer.topPage .chosenSec .chosenHeading span:before, .lContainer.topPage .chosenSec .chosenHeading span:after {
    bottom: 0;
  }
  .lContainer.topPage .chosenSec .chosenHeading .smShow {
    display: inline;
  }
}
.lContainer.topPage .chosenSec .chosenList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 3em 4.2em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .chosenSec .chosenList {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 1.7em;
  }
}
.lContainer.topPage .chosenSec .chosenList__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 99em;
  text-align: center;
  line-height: 1.3;
  color: #FFFFFF;
  font-weight: 600;
  aspect-ratio: 1/1;
  position: relative;
}
.lContainer.topPage .chosenSec .chosenList__item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99em;
  position: absolute;
  inset: 0;
}
.lContainer.topPage .chosenSec .chosenList__item:after {
  display: block;
  content: "";
  width: 8rem;
  height: 8rem;
  background-size: contain;
  position: absolute;
  right: -1.3em;
  bottom: 0;
}
.lContainer.topPage .chosenSec .chosenList__item.-act {
  background-image: url("../img/top/chosen_bg01.png");
}
.lContainer.topPage .chosenSec .chosenList__item.-act:after {
  background-image: url("../img/top/icon_chosen01.svg");
}
.lContainer.topPage .chosenSec .chosenList__item.-music {
  background-image: url("../img/top/chosen_bg02.png");
}
.lContainer.topPage .chosenSec .chosenList__item.-music:after {
  background-image: url("../img/top/icon_chosen02.svg");
}
.lContainer.topPage .chosenSec .chosenList__item.-seminar {
  background-image: url("../img/top/chosen_bg03.png");
}
.lContainer.topPage .chosenSec .chosenList__item.-seminar:after {
  background-image: url("../img/top/icon_chosen03.svg");
}
.lContainer.topPage .chosenSec .chosenList__item.-event {
  background-image: url("../img/top/chosen_bg04.png");
}
.lContainer.topPage .chosenSec .chosenList__item.-event:after {
  background-image: url("../img/top/icon_chosen04.svg");
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .chosenSec .chosenList__item:after {
    width: 6rem;
    height: 6rem;
    right: -0.5em;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.topPage .chosenSec .chosenList__item:after {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.lContainer.topPage .chosenSec .chosenList__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.lContainer.topPage .chosenSec .chosenList__title span {
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .chosenSec .chosenList__title .en {
    font-size: 1.1rem;
  }
}
.lContainer.topPage .chosenSec .chosenList__title .jp {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.lContainer.topPage .ctaSec {
  padding: 5.6em 0 4.4em;
  background-color: #044AA5;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lContainer.topPage .ctaSec:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 40px solid #FFFFFF;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lContainer.topPage .ctaSec.-arrowBlueLight:before {
  border-top-color: #F2F7FF;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .ctaSec {
    padding: 6em 0 4.2em;
  }
  .lContainer.topPage .ctaSec:before {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #FFFFFF;
  }
}
.lContainer.topPage .ctaSec .smShow {
  display: none;
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .ctaSec .smShow {
    display: inline;
  }
}
.lContainer.topPage .ctaSec .ctaHeading {
  display: inline-block;
  margin-bottom: clamp(2rem, 3vw, 2.2rem);
  position: relative;
}
.lContainer.topPage .ctaSec .ctaHeading:before, .lContainer.topPage .ctaSec .ctaHeading:after {
  display: block;
  content: "";
  width: 21.5rem;
  height: 13.7rem;
  background-repeat: no-repeat;
  background-size: 215px auto;
  position: absolute;
  top: -50%;
}
.lContainer.topPage .ctaSec .ctaHeading:before {
  background-image: url("../img/top/action_decoration01.png");
  left: -68%;
}
.lContainer.topPage .ctaSec .ctaHeading:after {
  background-image: url("../img/top/action_decoration02.png");
  right: -68%;
}
.lContainer.topPage .ctaSec .ctaHeading .ctaHeadingWrap {
  display: block;
  padding: 0.1em 0.95em;
  background-color: #044AA5;
  border: 1.5px solid #FFFFFF;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: clamp(2.8rem, 5vw, 3.5rem);
  position: relative;
  z-index: 1;
}
.lContainer.topPage .ctaSec .ctaHeading .num {
  color: #FFD841;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .ctaSec .ctaHeading:before, .lContainer.topPage .ctaSec .ctaHeading:after {
    width: 10.9rem;
    height: 7rem;
    background-size: 109px auto;
    top: -80%;
  }
  .lContainer.topPage .ctaSec .ctaHeading:before {
    left: -7%;
  }
  .lContainer.topPage .ctaSec .ctaHeading:after {
    right: -7%;
  }
  .lContainer.topPage .ctaSec .ctaHeading .ctaHeadingWrap {
    padding: 0.15em 1.2em;
  }
}
.lContainer.topPage .ctaSec .readText {
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.lContainer.topPage .ctaSec .btnArea {
  margin-top: clamp(3.3rem, 5vw, 4.3rem);
}
.lContainer.topPage .ctaSec .btnArea .btn {
  max-width: 45rem;
  padding: 1em 3em 0.8em 3em;
  border-radius: 90px;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}
.lContainer.topPage .ctaSec .btnArea .btn:after {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 24px auto;
  right: 1.2em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .ctaSec .btnArea .btn {
    padding: 1em 2.5em 0.8em 2.5em;
  }
  .lContainer.topPage .ctaSec .btnArea .btn:after {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 18px auto;
    right: 1em;
  }
}
.lContainer.topPage .howToUseSec {
  padding: 5.8em 0 6em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec {
    padding: 4.3em 0 4.7em;
  }
}
.lContainer.topPage .howToUseSec .topHeading {
  margin-bottom: clamp(3.6rem, 8vw, 7.5rem);
}
.lContainer.topPage .howToUseSec .stepWrap {
  margin-bottom: clamp(5rem, 8vw, 8rem);
  padding-right: 0.7rem;
  padding-bottom: 0.7rem;
  overflow-x: auto;
}
@media screen and (max-width: 860px) {
  .lContainer.topPage .howToUseSec .stepWrap {
    margin-right: -3vw;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec .stepWrap {
    margin-right: -5vw;
  }
}
.lContainer.topPage .howToUseSec .stepList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8em;
  min-width: 95.7rem;
}
@media screen and (max-width: 860px) {
  .lContainer.topPage .howToUseSec .stepList {
    gap: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec .stepList {
    gap: 4em;
  }
}
.lContainer.topPage .howToUseSec .stepList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 7.6em) / 3);
      -ms-flex: 0 0 calc((100% - 7.6em) / 3);
          flex: 0 0 calc((100% - 7.6em) / 3);
}
.lContainer.topPage .howToUseSec .stepList__item:not(:last-of-type) .stepList__body:before {
  display: block;
  content: "";
  width: 100%;
  height: 0.7rem;
  background-color: #044AA5;
  position: absolute;
  top: 50%;
  right: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.lContainer.topPage .howToUseSec .stepList__item:nth-child(1) .stepList__image .stepNum {
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec .stepList__item:nth-child(1) .stepList__image .stepNum {
    margin-right: 1.3em;
  }
}
.lContainer.topPage .howToUseSec .stepList__item:nth-child(2) .stepList__image .stepNum {
  margin-right: 1.75em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec .stepList__item:nth-child(2) .stepList__image .stepNum {
    margin-right: 1.6em;
  }
}
.lContainer.topPage .howToUseSec .stepList__item:nth-child(3) .stepList__image .stepNum {
  margin-right: 2.9em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec .stepList__item:nth-child(3) .stepList__image .stepNum {
    margin-right: 2.55em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec .stepList__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 6em) / 3);
        -ms-flex: 0 0 calc((100% - 6em) / 3);
            flex: 0 0 calc((100% - 6em) / 3);
  }
}
.lContainer.topPage .howToUseSec .stepList__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lContainer.topPage .howToUseSec .stepList__image .stepNum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
}
.lContainer.topPage .howToUseSec .stepList__image .stepNum__en {
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
}
.lContainer.topPage .howToUseSec .stepList__image .stepNum__num {
  letter-spacing: 0;
  font-size: clamp(3.6rem, 5.5vw, 4.5rem);
}
.lContainer.topPage .howToUseSec .stepList__image .stepImg img {
  width: auto;
  height: 16rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec .stepList__image .stepImg img {
    height: 12.8rem;
  }
}
.lContainer.topPage .howToUseSec .stepList__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 5rem 5rem 6rem;
  text-align: center;
  border-radius: 15px;
  background: #FFFFFF;
  border: 2px solid #044AA5;
  -webkit-box-shadow: 7px 7px 0px #044AA5;
          box-shadow: 7px 7px 0px #044AA5;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .lContainer.topPage .howToUseSec .stepList__body {
    padding: 4rem 4rem 6rem;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .howToUseSec .stepList__body {
    padding: 3rem 3rem 5rem;
  }
}
.lContainer.topPage .howToUseSec .stepList__title {
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
  color: #044AA5;
  line-height: 1.4;
  font-size: clamp(2.3rem, 4.5vw, 3rem);
}
.lContainer.topPage .howToUseSec .stepList__text {
  text-align: left;
}
.lContainer.topPage .howToUseSec .howToUseTitle {
  text-align: center;
  font-size: clamp(3.5rem, 5.5vw, 5rem);
}
.lContainer.topPage .howToUseSec .howToUseTitle .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(72%, #FFD841));
  background: -webkit-linear-gradient(transparent 72%, #FFD841 72%);
  background: linear-gradient(transparent 72%, #FFD841 72%);
  letter-spacing: -0.1em;
}
.lContainer.topPage .howToUseSec .howToUseTitle .emphasis {
  position: relative;
}
.lContainer.topPage .howToUseSec .howToUseTitle .emphasis:before {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #044AA5;
  border-radius: 99em;
  position: absolute;
  top: -0.3em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.lContainer.topPage .howToUseSec .howToUseTitle .smShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .howToUseSec .howToUseTitle {
    line-height: 1.4;
  }
  .lContainer.topPage .howToUseSec .howToUseTitle .smShow {
    display: inline;
  }
}
.lContainer.topPage .howToUseSec .btnArea {
  margin-top: clamp(5rem, 8vw, 7rem);
}
.lContainer.topPage .introSec {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .lContainer.topPage .introSec {
    padding: 4.7em 0;
  }
}
.lContainer.topPage .introSec .inner {
  max-width: 1120px;
}
.lContainer.topPage .introSec .introHeading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(2.8rem, 4vw, 4rem);
  font-size: clamp(3rem, 4vw, 4rem);
}
.lContainer.topPage .introSec .introHeading span {
  display: block;
  width: 8rem;
  height: 8rem;
  text-align: center;
  line-height: 8rem;
  border-radius: 99em;
}
.lContainer.topPage .introSec .introHeading span:nth-child(even) {
  background-color: #AADEFF;
  color: #044AA5;
}
.lContainer.topPage .introSec .introHeading span:nth-child(odd) {
  background-color: #044AA5;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .introSec .introHeading span {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
  }
}
.lContainer.topPage .introSec .readText {
  margin-bottom: clamp(4rem, 8vw, 7.8rem);
}
.lContainer.topPage .introSec .sliderWrap {
  position: relative;
}
.lContainer.topPage .introSec .sliderWrap:before, .lContainer.topPage .introSec .sliderWrap:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.lContainer.topPage .introSec .sliderWrap:before {
  width: 16.2rem;
  height: 37.5rem;
  background-image: url("../img/top/intro_illust01.png");
  background-size: 162px auto;
  left: -13rem;
}
.lContainer.topPage .introSec .sliderWrap:after {
  width: 20rem;
  height: 43.6rem;
  background-image: url("../img/top/intro_illust02.png");
  background-size: 200px auto;
  right: -13rem;
}
@media screen and (max-width: 1160px) {
  .lContainer.topPage .introSec .sliderWrap:before {
    width: 13rem;
    height: 30rem;
    background-size: 130px auto;
    left: -8rem;
  }
  .lContainer.topPage .introSec .sliderWrap:after {
    width: 17rem;
    height: 37rem;
    background-size: 170px auto;
    right: -11rem;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .introSec .sliderWrap {
    padding: 0 2rem;
  }
  .lContainer.topPage .introSec .sliderWrap:before, .lContainer.topPage .introSec .sliderWrap:after {
    bottom: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .introSec .sliderWrap:before {
    width: 10rem;
    height: 23rem;
    background-size: 100px auto;
    left: -5.5rem;
  }
  .lContainer.topPage .introSec .sliderWrap:after {
    width: 12rem;
    height: 26.1rem;
    background-size: 120px auto;
    right: -7.4rem;
  }
}
.lContainer.topPage .introSec .splide__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.4em;
  border-radius: 20px;
  border: 2px solid #044AA5;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .lContainer.topPage .introSec .splide__list {
    padding-right: 4.4em !important;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .introSec .splide__slide {
    padding: 1.8em 2em;
    border: none;
  }
}
.lContainer.topPage .introSec .introDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.lContainer.topPage .introSec .introDetail__image {
  margin-bottom: clamp(2.4rem, 4.5vw, 3rem);
  background-color: #F2F3F4;
  text-align: center;
}
.lContainer.topPage .introSec .introDetail__image img {
  width: auto;
  height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .introSec .introDetail__image img {
    height: 21.5rem;
  }
}
.lContainer.topPage .introSec .introDetail__body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lContainer.topPage .introSec .introDetail__cat {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.32em 0.63em;
  min-width: 6.7rem;
  min-height: 3.1rem;
  background-color: #545C6B;
  text-align: center;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .introSec .introDetail__cat {
    margin-bottom: 0.8rem;
    padding: 0.24em 0.1em;
    min-width: 6.1rem;
    min-height: 2rem;
    font-size: 1.3rem;
  }
}
.lContainer.topPage .introSec .introDetail__title {
  margin-bottom: 0.7rem;
  line-height: 1.6;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .introSec .introDetail__title {
    line-height: 1.5;
  }
}
.lContainer.topPage .introSec .introDetail__place {
  padding-left: 1.35em;
  background-image: url("../img/top/icon_place.svg");
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: top 0.3em left 0.1em;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .introSec .introDetail__place {
    font-size: 1.3rem;
  }
}
.lContainer.topPage .introSec .introDetail__time {
  padding-left: 1.5em;
  background-image: url("../img/top/icon_time.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: top 0.5em left;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .introSec .introDetail__time {
    font-size: 1.3rem;
  }
}
.lContainer.topPage .introSec .introDetail .btnArea {
  margin-top: clamp(1.4rem, 2.5vw, 2.2rem);
}
.lContainer.topPage .introSec .introDetail .btnArea .btn {
  max-width: 19rem;
  min-height: 4.5rem;
  padding: 0.5em 3.5em 0.5em 3em;
  font-size: 1.4rem;
}
.lContainer.topPage .introSec .introDetail .btnArea .btn:after {
  width: 1.3rem;
  height: 1.3rem;
  background-size: 13px auto;
  right: 0.7em;
}
.lContainer.topPage .priceSec {
  padding: 5.6em 0 6em;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .priceSec {
    padding: 4.5em 0 4.6em;
  }
}
.lContainer.topPage .priceSec .topHeading {
  margin-bottom: 2rem;
}
.lContainer.topPage .priceSec .readText {
  margin-bottom: clamp(4rem, 8vw, 8rem);
}
.lContainer.topPage .priceSec .priceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .priceSec .priceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lContainer.topPage .priceSec .priceList__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 4rem) / 2);
      -ms-flex: 0 0 calc((100% - 4rem) / 2);
          flex: 0 0 calc((100% - 4rem) / 2);
  padding: clamp(1.2rem, 2.5vw, 2rem) clamp(1.2rem, 2.5vw, 2rem) clamp(2.3rem, 4vw, 4rem);
  background-color: #FFF9E2;
  border-radius: 20px;
  position: relative;
}
.lContainer.topPage .priceSec .priceList__item:first-child:after {
  display: block;
  content: "";
  max-width: 18rem;
  width: 100%;
  height: auto;
  aspect-ratio: 180/227;
  background-image: url("../img/top/price_illust01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -19%;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1160px) {
  .lContainer.topPage .priceSec .priceList__item:first-child:after {
    max-width: 15rem;
  }
}
@media screen and (max-width: 1060px) {
  .lContainer.topPage .priceSec .priceList__item:first-child:after {
    max-width: 12rem;
    right: -18%;
  }
  .lContainer.topPage .priceSec .priceList__item.-cost .num {
    max-width: 8rem;
  }
  .lContainer.topPage .priceSec .priceList__item.-tax .num {
    max-width: 20rem;
  }
}
@media screen and (max-width: 860px) {
  .lContainer.topPage .priceSec .priceList__item:first-child:after {
    max-width: 10rem;
    right: -18%;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .priceSec .priceList__item {
    border-radius: 15px;
  }
  .lContainer.topPage .priceSec .priceList__item:first-child:after {
    max-width: 9.6rem;
    right: -4vw;
  }
  .lContainer.topPage .priceSec .priceList__item.-cost .num {
    max-width: 6.7rem;
  }
  .lContainer.topPage .priceSec .priceList__item.-tax .num {
    max-width: 14rem;
  }
}
@media screen and (max-width: 360px) {
  .lContainer.topPage .priceSec .priceList__item:first-child:after {
    max-width: 9rem;
  }
}
.lContainer.topPage .priceSec .priceList__title {
  margin-bottom: clamp(2.2rem, 4vw, 5.4rem);
  padding: 0.1em 0.5em;
  background-color: #FFD841;
  text-align: center;
  border-radius: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .priceSec .priceList__title {
    border-radius: 5px;
  }
}
.lContainer.topPage .priceSec .priceList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lContainer.topPage .priceSec .priceList__body .unit {
  display: inline-block;
  margin-left: 0.14em;
  line-height: 1;
  font-weight: 600;
  font-size: clamp(2.5rem, 4vw, 4rem);
}
.lContainer.topPage .priceSec .priceList__body .tax {
  display: inline-block;
  margin-left: 0.6em;
  line-height: 1.2;
  font-weight: 600;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
}
.lContainer.topPage .priceSec .priceList__notes {
  margin-top: clamp(1.2rem, 3vw, 2.7rem);
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
}
.lContainer.topPage .priceSec .priceList__notes .num {
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
}
@media screen and (max-width: 860px) {
  .lContainer.topPage .priceSec .priceList__notes {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .priceSec .priceList__notes {
    font-size: 2rem;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.topPage .priceSec .priceList__notes {
    font-size: 1.6rem;
  }
}
.lContainer.topPage .faqSec {
  padding: 7em 0 7.6em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .faqSec {
    padding: 4.3em 0 4.6em;
  }
}
.lContainer.topPage .faqSec .inner {
  max-width: 100rem;
  position: relative;
  z-index: 1;
}
.lContainer.topPage .faqSec .topHeading {
  margin-bottom: clamp(4.5rem, 8vw, 7.4rem);
}
.lContainer.topPage .faqSec .faqList__item:not(:last-child) {
  margin-bottom: clamp(1.5rem, 2.5vw, 2.4rem);
}
.lContainer.topPage .faqSec .faqList__item {
  background-color: #FFFFFF;
  border-radius: 5px;
}
.lContainer.topPage .faqSec .faqList__item.is-open .faqList__question:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .faqSec .faqList__item.is-open .faqList__question:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
.lContainer.topPage .faqSec .faqList__question {
  display: block;
  width: 100%;
  padding: 1.2em 2.5em 1.3em 3.35em;
  border: none;
  background-color: #FFFFFF;
  background-image: url("../img/top/icon_faq_question.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: top 1.7em left 1.5em;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
}
.lContainer.topPage .faqSec .faqList__question:before, .lContainer.topPage .faqSec .faqList__question:after {
  display: block;
  content: "";
  background-color: #044AA5;
  border-radius: 2px;
  position: absolute;
}
.lContainer.topPage .faqSec .faqList__question:before {
  width: 1.3rem;
  height: 0.2rem;
  top: 3.9rem;
  right: 2.5rem;
}
.lContainer.topPage .faqSec .faqList__question:after {
  width: 0.2rem;
  height: 1.3rem;
  top: 3.4rem;
  right: 3rem;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .faqSec .faqList__question {
    padding: 1.2em 2.5em 1.3em 3em;
    background-size: 16px auto;
    background-position: top 1.7em left 1.1em;
    line-height: 1.7;
    font-size: 1.5rem;
  }
  .lContainer.topPage .faqSec .faqList__question:before {
    top: 50%;
    right: 1.65rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lContainer.topPage .faqSec .faqList__question:after {
    top: 50%;
    right: 2.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.lContainer.topPage .faqSec .faqList__content {
  display: none;
  padding: 0 1.5em 1.5em 4em;
  background-image: url("../img/top/icon_faq_answer.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: top 0.6em left 1.7em;
  font-size: 1.5rem;
}
.lContainer.topPage .faqSec .faqList__content .label {
  margin-bottom: 0.23em;
  color: #044AA5;
  font-weight: 600;
  font-size: 1.8rem;
}
.lContainer.topPage .faqSec .faqList__content .text {
  letter-spacing: 0.12em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lContainer.topPage .faqSec .faqList__content {
    padding: 0 1.5em 1.2em 3em;
    background-size: 14px auto;
    background-position: top 0.3em left 1.2em;
    font-size: 1.4rem;
  }
  .lContainer.topPage .faqSec .faqList__content .label {
    margin-bottom: 0.6em;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .lContainer.topPage .faqSec .faqList__content .text {
    line-height: 1.8;
  }
}

.lContainer.reasonsPage {
  margin-bottom: 14em;
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage {
    margin-bottom: 9.3em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .pageHead__text .readText br {
    display: none;
  }
}
.lContainer.reasonsPage .mdShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .mdShow {
    display: inline;
  }
}
.lContainer.reasonsPage .pointCont {
  padding: 4.3em 3.2em 5em 3.2em;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .pointCont {
    padding: 3.2em 1.35em 2.7em 1.35em;
    border-radius: 3rem;
  }
}
.lContainer.reasonsPage .pointCont.-bgYellow {
  background-color: #FFD841;
}
.lContainer.reasonsPage .pointCont.-bgYellow .pointList__item {
  border-radius: 1rem;
  background-color: #FFFFFF;
  border-color: #ffe685;
}
.lContainer.reasonsPage .pointCont.-bgYellow .countLabel {
  color: #FFEFB4;
}
.lContainer.reasonsPage .pointCont.-bgBlue {
  background-color: #AADEFF;
}
.lContainer.reasonsPage .pointCont.-bgBlue .pointList__item {
  background-color: #FFFFFF;
  border-color: #E5F5FF;
}
.lContainer.reasonsPage .pointCont.-bgBlue .countLabel {
  color: #E5F5FF;
}
.lContainer.reasonsPage .pointCont .headingBalloon {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lContainer.reasonsPage .pointCont .headingBalloon span {
  display: block;
  min-width: 24rem;
  padding: 1rem;
  background-color: #FFFFFF;
  border: 2px solid #044AA5;
  border-radius: 6rem;
  text-align: center;
  color: #044AA5;
  font-weight: 600;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  position: relative;
}
.lContainer.reasonsPage .pointCont .headingBalloon span:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 51%;
  bottom: -1.3rem;
  border-top: 1.1rem solid #044AA5;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}
.lContainer.reasonsPage .pointCont .headingBalloon span:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 51%;
  bottom: -1rem;
  border-top: 1rem solid #FFFFFF;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  -webkit-transform: translateX(-51%);
          transform: translateX(-51%);
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .pointCont .headingBalloon span {
    min-width: 18rem;
    line-height: 1.34;
  }
}
.lContainer.reasonsPage .pointCont .heading {
  margin-top: 0;
  font-size: clamp(3.3rem, 6vw, 5rem);
}
.lContainer.reasonsPage .pointCont .heading.-lv2:has(+ p) {
  margin-bottom: 1.5rem;
}
.lContainer.reasonsPage .pointCont .heading + .readText {
  margin-bottom: clamp(3.5rem, 5vw, 5.6rem);
  font-size: clamp(1.5rem, 2.2vw, 1.7rem);
  text-align: center;
}
.lContainer.reasonsPage .pointCont .pointList {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
.lContainer.reasonsPage .pointCont .pointList__item {
  padding: 6.8em 2.5em 3em 4.3em;
  border-radius: 1rem;
  border-width: 1rem;
  border-style: solid;
  position: relative;
}
.lContainer.reasonsPage .pointCont .pointList__item:not(:last-child) {
  margin-bottom: 3.8em;
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .pointCont .pointList__item {
    padding: 5em 1.7em 1.6em 1.6em;
    border-width: 0.5rem;
  }
  .lContainer.reasonsPage .pointCont .pointList__item:not(:last-child) {
    margin-bottom: 2em;
  }
}
.lContainer.reasonsPage .pointCont .countLabel {
  line-height: 1;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: clamp(4rem, 6vw, 6rem);
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .pointCont .countLabel {
    top: 1rem;
    left: 1rem;
  }
}
.lContainer.reasonsPage .pointCont .prepBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8em;
}
@media screen and (max-width: 1060px) {
  .lContainer.reasonsPage .pointCont .prepBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .pointCont .prepBox {
    gap: 2.7em;
  }
}
.lContainer.reasonsPage .pointCont .prepBox__title {
  margin-bottom: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: clamp(2.3rem, 3.2vw, 3rem);
}
@media screen and (max-width: 1060px) {
  .lContainer.reasonsPage .pointCont .prepBox__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .pointCont .prepBox__title br:not(.mdShow) {
    display: none;
  }
}
.lContainer.reasonsPage .pointCont .prepBox .readText {
  margin-bottom: clamp(4.2rem, 5.5vw, 4.8rem);
}
.lContainer.reasonsPage .pointCont .prepBox__text {
  width: 55%;
}
@media screen and (max-width: 1060px) {
  .lContainer.reasonsPage .pointCont .prepBox__text {
    width: 100%;
  }
}
.lContainer.reasonsPage .pointCont .prepBox__point {
  padding: 1.55em 4.9em;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
  border: 2px solid #044AA5;
  -webkit-box-shadow: 5px 5px 0px #044AA5;
          box-shadow: 5px 5px 0px #044AA5;
  position: relative;
}
.lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon {
  position: absolute;
  top: -2.2rem;
  left: -3.2rem;
}
.lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  background-color: #044AA5;
}
.lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon span:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0.3rem;
  bottom: 0.2rem;
  border-left: 1.4rem solid #044AA5;
  border-top: 0.5rem solid transparent;
  border-bottom: 1.1rem solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lContainer.reasonsPage .pointCont .prepBox__point .checkList__item {
  margin-bottom: 0;
  padding-left: 1.9em;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
  position: relative;
}
.lContainer.reasonsPage .pointCont .prepBox__point .checkList__item:before {
  width: 2.2rem;
  height: 2.2rem;
  background-size: 2.2rem auto;
  top: 0.35em;
}
@media screen and (max-width: 1060px) {
  .lContainer.reasonsPage .pointCont .prepBox__point {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .pointCont .prepBox__point {
    padding: 1.55em 1.3em 1.1em;
    border-radius: 1rem;
  }
  .lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon {
    top: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon span {
    width: auto;
    height: auto;
    min-height: 2.8rem;
    padding: 0 0.75em;
    border-radius: 0;
  }
  .lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon span br {
    display: none;
  }
  .lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon span:before, .lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon span:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #044AA5 transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon span:before {
    left: -0.6rem;
    border-width: 1.4rem 0 1.4rem 0.6rem;
  }
  .lContainer.reasonsPage .pointCont .prepBox__point .pointBalloon span:after {
    right: -0.6rem;
    border-width: 1.4rem 0.6rem 1.4rem 0;
  }
  .lContainer.reasonsPage .pointCont .prepBox__point .checkList__item {
    margin-bottom: 0;
    padding-left: 1.5em;
  }
  .lContainer.reasonsPage .pointCont .prepBox__point .checkList__item:before {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1.6rem auto;
    border-radius: 0.45rem;
  }
}
.lContainer.reasonsPage .pointCont .prepBox__image {
  width: 45%;
}
@media screen and (max-width: 1060px) {
  .lContainer.reasonsPage .pointCont .prepBox__image {
    width: 100%;
  }
  .lContainer.reasonsPage .pointCont .prepBox__image img {
    width: 100%;
  }
}
.lContainer.reasonsPage .prepSec,
.lContainer.reasonsPage .registerSec {
  padding: 7.6em 0 7.4em;
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .prepSec,
  .lContainer.reasonsPage .registerSec {
    padding: 4.6em 0 4em;
  }
  .lContainer.reasonsPage .prepSec .inner,
  .lContainer.reasonsPage .registerSec .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.lContainer.reasonsPage .priceSec {
  padding: 6.5em 0 3.9em;
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .priceSec {
    padding: 4.2em 0 2.5em;
  }
}
.lContainer.reasonsPage .priceSec .heading + .readText {
  margin-bottom: clamp(5rem, 9vw, 7.8rem);
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .priceSec .heading {
    line-height: 1.4;
  }
  .lContainer.reasonsPage .priceSec .heading.-lv2:has(+ p) {
    margin-bottom: 2.6rem;
  }
}
.lContainer.reasonsPage .priceSec .priceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .priceSec .priceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lContainer.reasonsPage .priceSec .priceList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 6rem) / 3);
      -ms-flex: 0 0 calc((100% - 6rem) / 3);
          flex: 0 0 calc((100% - 6rem) / 3);
  min-width: 38rem;
  min-height: 22.8rem;
  padding: 3.61em 2em;
  background-color: #FFF9E2;
  border-radius: 2rem;
}
.lContainer.reasonsPage .priceSec .priceList__item.-tax .priceList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lContainer.reasonsPage .priceSec .priceList__item.-tax .priceList__body .num {
  font-size: clamp(9.4rem, 13vw, 11rem);
}
.lContainer.reasonsPage .priceSec .priceList__item.-tax .priceList__body .tax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lContainer.reasonsPage .priceSec .priceList__item.-tax .priceList__body .tax__unit {
  line-height: 1;
  font-size: clamp(5.1rem, 7vw, 6rem);
}
.lContainer.reasonsPage .priceSec .priceList__item.-tax .priceList__body .tax__text {
  line-height: 1;
  font-weight: 500;
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .lContainer.reasonsPage .priceSec .priceList__item {
    gap: 1em;
    min-width: auto;
    min-height: 17rem;
    padding: 2em 1.5em;
  }
}
.lContainer.reasonsPage .priceSec .priceList__title {
  line-height: 1.2;
  font-size: clamp(2.5rem, 3vw, 3rem);
}
.lContainer.reasonsPage .priceSec .priceList__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lContainer.reasonsPage .priceSec .priceList__body .num {
  color: #EE377A;
  line-height: 0.75;
  letter-spacing: -0.05em;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: clamp(12.3rem, 15vw, 15rem);
}
.lContainer.reasonsPage .priceSec .priceList__body .unit {
  display: inline-block;
  margin-left: 0.14em;
  color: #EE377A;
  line-height: 1;
  font-weight: 600;
  font-size: clamp(3.3rem, 4vw, 4rem);
}
.lContainer.reasonsPage .priceSec .priceList__body .tax {
  display: inline-block;
  margin-left: 0.6em;
  color: #EE377A;
  line-height: 1.2;
  font-weight: 600;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
}

.lContainer.howToPage .stepWrap {
  padding-right: 0.7rem;
  padding-bottom: 0.7rem;
  margin-inline: -3vw;
  padding-inline: 3vw;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .lContainer.howToPage .stepWrap {
    margin-inline: -8vw;
    padding-inline: 0;
  }
}
.lContainer.howToPage .stepList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1160px) {
  .lContainer.howToPage .stepList {
    gap: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.howToPage .stepList {
    padding-inline: 8vw;
  }
}
.lContainer.howToPage .stepList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 29rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.lContainer.howToPage .stepList__item:not(:last-of-type) .stepList__body:before {
  display: block;
  content: "";
  width: 100%;
  height: 0.7rem;
  background-color: #044AA5;
  position: absolute;
  top: 50%;
  right: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.lContainer.howToPage .stepList.stepList01 .stepList__item:nth-child(1) .stepList__image .stepNum {
  margin-right: 3em;
}
@media screen and (max-width: 1160px) {
  .lContainer.howToPage .stepList.stepList01 .stepList__item:nth-child(1) .stepList__image .stepNum {
    margin-right: 2.8em;
  }
}
.lContainer.howToPage .stepList.stepList01 .stepList__item:nth-child(2) .stepList__image .stepNum {
  margin-right: 2.81em;
}
@media screen and (max-width: 1160px) {
  .lContainer.howToPage .stepList.stepList01 .stepList__item:nth-child(2) .stepList__image .stepNum {
    margin-right: 2.6em;
  }
}
.lContainer.howToPage .stepList.stepList01 .stepList__item:nth-child(3) .stepList__image .stepNum {
  margin-right: 3.18em;
}
@media screen and (max-width: 1160px) {
  .lContainer.howToPage .stepList.stepList01 .stepList__item:nth-child(3) .stepList__image .stepNum {
    margin-right: 2.9em;
  }
}
.lContainer.howToPage .stepList.stepList02 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 700px) {
  .lContainer.howToPage .stepList.stepList02 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.lContainer.howToPage .stepList.stepList02 .stepList__item:nth-child(1) .stepList__image .stepNum {
  margin-right: 3.25em;
}
@media screen and (max-width: 1160px) {
  .lContainer.howToPage .stepList.stepList02 .stepList__item:nth-child(1) .stepList__image .stepNum {
    margin-right: 3em;
  }
}
.lContainer.howToPage .stepList.stepList02 .stepList__item:nth-child(2) .stepList__image .stepNum {
  margin-right: 2.75em;
}
@media screen and (max-width: 1160px) {
  .lContainer.howToPage .stepList.stepList02 .stepList__item:nth-child(2) .stepList__image .stepNum {
    margin-right: 2.5em;
  }
}
.lContainer.howToPage .stepList__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lContainer.howToPage .stepList__image .stepNum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-align: center;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
}
.lContainer.howToPage .stepList__image .stepNum__en {
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
}
.lContainer.howToPage .stepList__image .stepNum__num {
  letter-spacing: 0;
  font-size: clamp(3.6rem, 5.5vw, 4.5rem);
}
.lContainer.howToPage .stepList__image .stepImg img {
  width: auto;
  height: 16rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1160px) {
  .lContainer.howToPage .stepList__image .stepImg img {
    height: 12.8rem;
  }
}
.lContainer.howToPage .stepList__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.lContainer.howToPage .stepList__body__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #044AA5;
  padding: 5rem;
  border-radius: 15px;
  -webkit-box-shadow: 7px 7px 0px #044AA5;
          box-shadow: 7px 7px 0px #044AA5;
  z-index: 1;
  min-height: 100%;
}
@media screen and (max-width: 1160px) {
  .lContainer.howToPage .stepList__body__inner {
    padding: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.howToPage .stepList__body__inner {
    padding: 3rem;
  }
}
.lContainer.howToPage .stepList__duration {
  background-color: #044AA5;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  color: #FFD841;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.lContainer.howToPage .stepList__title {
  margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
  color: #044AA5;
  line-height: 1.4;
  font-size: clamp(2.3rem, 4.5vw, 3rem);
}
.lContainer.howToPage .stepList__text {
  text-align: left;
}
.lContainer.howToPage .stepList__point {
  margin-top: 3.2rem;
}
.lContainer.howToPage .pointBlock {
  background-color: #F2F3F4;
  padding: 2rem 2.5rem;
  border-radius: 15px;
  text-align: left;
}
.lContainer.howToPage .pointBlock__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  .lContainer.howToPage .pointBlock__label {
    font-size: 1.5rem;
  }
}
.lContainer.howToPage .pointBlock__label::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon_point.svg) 50% 50%/contain no-repeat;
}
.lContainer.howToPage .pointBlock__checkList {
  margin-top: 1rem;
}
.lContainer.howToPage .pointBlock__checkList .checkList__item {
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1060px) {
  .lContainer.howToPage .pointBlock__checkList .checkList__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.howToPage .pointBlock__checkList .checkList__item {
    padding-left: 2.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.howToPage .pointBlock__checkList .checkList__item {
    font-size: 1.3rem;
  }
}
.lContainer.howToPage .pointBlock__checkList .checkList__item::before {
  width: 22px;
  height: 22px;
  background-size: contain;
  top: 0.3em;
}
@media screen and (max-width: 560px) {
  .lContainer.howToPage .pointBlock__checkList .checkList__item::before {
    width: 17px;
    height: 17px;
  }
}
.lContainer.howToPage .mContainer.-addSemicircle {
  position: relative;
  padding-bottom: 20em;
}
@media screen and (max-width: 767px) {
  .lContainer.howToPage .mContainer.-addSemicircle {
    padding-bottom: 15.3em;
  }
}
.lContainer.howToPage .mContainer.-addSemicircle:before, .lContainer.howToPage .mContainer.-addSemicircle:after {
  display: block;
  content: "";
  width: 32.8rem;
  height: 14.5rem;
  background-image: url("../img/how-to/decoration_semicircle.svg");
  background-repeat: no-repeat;
  background-size: 328px auto;
  position: absolute;
}
.lContainer.howToPage .mContainer.-addSemicircle:before {
  top: 0;
  right: 7rem;
}
.lContainer.howToPage .mContainer.-addSemicircle:after {
  left: 7rem;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.lContainer.howToPage .mContainer.-addSemicircle .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  .lContainer.howToPage .mContainer.-addSemicircle:before, .lContainer.howToPage .mContainer.-addSemicircle:after {
    width: 18rem;
    height: 8rem;
    background-size: 180px auto;
  }
  .lContainer.howToPage .mContainer.-addSemicircle:before {
    right: 0;
  }
  .lContainer.howToPage .mContainer.-addSemicircle:after {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.howToPage .mContainer.-addSemicircle:before {
    right: 5%;
  }
  .lContainer.howToPage .mContainer.-addSemicircle:after {
    left: 5%;
  }
}
.lContainer.howToPage .howToCtaImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 3%);
          transform: translate(-50%, 3%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lContainer.howToPage .howToCtaImg {
    max-width: 23rem;
  }
}
.lContainer.howToPage .mdShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .lContainer.howToPage .mdShow {
    display: inline;
  }
}

.lContainer.pricingPage .priceTable {
  min-width: 60rem;
}
.lContainer.pricingPage .priceTable strong {
  color: #044AA5;
}
@media screen and (max-width: 767px) {
  .lContainer.pricingPage .priceTable th, .lContainer.pricingPage .priceTable td {
    padding: 2rem;
  }
}
.lContainer.pricingPage .pointList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.5rem;
}
@media screen and (max-width: 1060px) {
  .lContainer.pricingPage .pointList {
    gap: 0;
  }
}
@media screen and (max-width: 1060px) {
  .lContainer.pricingPage .pointList__item:nth-child(n+1):not(:last-child)::after {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    margin: 7rem auto;
    background-color: #044AA5;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.pricingPage .pointList__item:nth-child(n+1):not(:last-child)::after {
    margin: 5rem auto;
  }
}
.lContainer.pricingPage .pointList__item:nth-child(even) .prepBox {
  grid-template-columns: 600fr 510fr;
}
@media screen and (max-width: 1060px) {
  .lContainer.pricingPage .pointList__item:nth-child(even) .prepBox {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1060px) {
  .lContainer.pricingPage .pointList__item:nth-child(even) .prepBox__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1060px) {
  .lContainer.pricingPage .pointList__item:nth-child(even) .prepBox__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lContainer.pricingPage .prepBox {
  display: grid;
  grid-template-columns: 510fr 600fr;
  gap: 9rem;
}
@media screen and (max-width: 1160px) {
  .lContainer.pricingPage .prepBox {
    gap: 5rem;
  }
}
@media screen and (max-width: 1060px) {
  .lContainer.pricingPage .prepBox {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.pricingPage .prepBox {
    gap: 4rem;
  }
}
.lContainer.pricingPage .prepBox .countLabel {
  color: #e5f5ff;
  line-height: 1;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: clamp(4rem, 6vw, 6rem);
}
@media screen and (max-width: 1160px) {
  .lContainer.pricingPage .prepBox .countLabel {
    text-align: center;
  }
}
.lContainer.pricingPage .prepBox__title {
  margin-top: clamp(1.3rem, 2.5vw, 2rem);
  margin-bottom: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: clamp(2.3rem, 3.2vw, 3rem);
}
@media screen and (max-width: 1160px) {
  .lContainer.pricingPage .prepBox__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.pricingPage .prepBox__title br:not(.mdShow) {
    display: none;
  }
}
.lContainer.pricingPage .prepBox__title span {
  display: inline-block;
}
.lContainer.pricingPage .prepBox .readText {
  margin-bottom: clamp(4.2rem, 5.5vw, 4.8rem);
}
.lContainer.pricingPage .prepBox__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lContainer.pricingPage .prepBox__point {
  padding: 1.55em 4.9em;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
  border: 2px solid #044AA5;
  -webkit-box-shadow: 5px 5px 0px #044AA5;
          box-shadow: 5px 5px 0px #044AA5;
  position: relative;
}
.lContainer.pricingPage .prepBox__point .pointBalloon {
  position: absolute;
  top: -2.2rem;
  left: -3.2rem;
}
.lContainer.pricingPage .prepBox__point .pointBalloon span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  background-color: #044AA5;
}
.lContainer.pricingPage .prepBox__point .pointBalloon span:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 0.3rem;
  bottom: 0.2rem;
  border-left: 1.4rem solid #044AA5;
  border-top: 0.5rem solid transparent;
  border-bottom: 1.1rem solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lContainer.pricingPage .prepBox__point .checkList__item {
  margin-bottom: 0;
  padding-left: 1.9em;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
  position: relative;
}
.lContainer.pricingPage .prepBox__point .checkList__item:before {
  width: 2.2rem;
  height: 2.2rem;
  background-size: 2.2rem auto;
  top: 0.35em;
}
@media screen and (max-width: 1060px) {
  .lContainer.pricingPage .prepBox__point {
    padding: 1.55em 1.3em 1.1em;
    border-radius: 1rem;
  }
  .lContainer.pricingPage .prepBox__point .pointBalloon {
    top: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lContainer.pricingPage .prepBox__point .pointBalloon span {
    width: auto;
    height: auto;
    min-height: 2.8rem;
    padding: 0 0.75em;
    border-radius: 0;
  }
  .lContainer.pricingPage .prepBox__point .pointBalloon span br {
    display: none;
  }
  .lContainer.pricingPage .prepBox__point .pointBalloon span:before, .lContainer.pricingPage .prepBox__point .pointBalloon span:after {
    content: "";
    width: 0;
    height: 0;
    border-color: #044AA5 transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .lContainer.pricingPage .prepBox__point .pointBalloon span:before {
    left: -0.6rem;
    border-width: 1.4rem 0 1.4rem 0.6rem;
  }
  .lContainer.pricingPage .prepBox__point .pointBalloon span:after {
    right: -0.6rem;
    border-width: 1.4rem 0.6rem 1.4rem 0;
  }
  .lContainer.pricingPage .prepBox__point .checkList__item {
    margin-bottom: 0;
    padding-left: 1.5em;
  }
  .lContainer.pricingPage .prepBox__point .checkList__item:before {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 1.6rem auto;
    border-radius: 0.45rem;
  }
}
.lContainer.pricingPage .prepBox__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lContainer.pricingPage .salesMoneyReceivingSec {
  padding-bottom: 0;
}
.lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 860px) {
  .lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingList {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingList__item {
  background-color: #FFFFFF;
  padding: 6.4rem 1em;
  border: 2px solid;
  border-radius: 1.5rem;
  color: #044AA5;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingList__item {
    padding: 4.8rem 1em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 860px) {
  .lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingList__item {
    padding: 2.5rem 1em;
  }
}
.lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingList__item span {
  display: inline-block;
}
.lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingImage {
  margin-top: -2.5rem;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingImage {
    margin-top: -2rem;
  }
}
.lContainer.pricingPage .salesMoneyReceivingSec .salesMoneyReceivingImage img {
  max-width: 90%;
}
@media screen and (min-width: 767px) {
  .lContainer.pricingPage .mContainer.-addSemicircle {
    position: relative;
  }
  .lContainer.pricingPage .mContainer.-addSemicircle:before, .lContainer.pricingPage .mContainer.-addSemicircle:after {
    display: block;
    content: "";
    width: 32.8rem;
    height: 14.5rem;
    background-image: url("../img/pricing/decoration_semicircle.svg");
    background-repeat: no-repeat;
    background-size: 328px auto;
    position: absolute;
  }
  .lContainer.pricingPage .mContainer.-addSemicircle:before {
    top: 0;
    right: 7rem;
  }
  .lContainer.pricingPage .mContainer.-addSemicircle:after {
    left: 7rem;
    bottom: 0;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .lContainer.pricingPage .mContainer.-addSemicircle .inner {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 767px) and (max-width: 1060px) {
  .lContainer.pricingPage .mContainer.-addSemicircle:before, .lContainer.pricingPage .mContainer.-addSemicircle:after {
    width: 18rem;
    height: 8rem;
    background-size: 180px auto;
  }
  .lContainer.pricingPage .mContainer.-addSemicircle:before {
    right: 0;
  }
  .lContainer.pricingPage .mContainer.-addSemicircle:after {
    left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  .lContainer.pricingPage .mContainer.-addSemicircle:before {
    right: 5%;
  }
  .lContainer.pricingPage .mContainer.-addSemicircle:after {
    left: 5%;
  }
}
.lContainer.pricingPage .faqSec .heading.-lv2 {
  margin-bottom: clamp(5rem, 9vw, 8rem);
}
.lContainer.pricingPage .faqList {
  max-width: 100rem;
  margin-inline: auto;
}
.lContainer.pricingPage .faqList__item:not(:last-child) {
  margin-bottom: clamp(1.5rem, 2.5vw, 2.4rem);
}
.lContainer.pricingPage .faqList__item {
  background-color: #FFFFFF;
  border: 1px solid #044AA5;
  border-radius: 5px;
}
.lContainer.pricingPage .faqList__item.is-open .faqList__question:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .lContainer.pricingPage .faqList__item.is-open .faqList__question:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
.lContainer.pricingPage .faqList__question {
  display: block;
  width: 100%;
  padding: 1.2em 2.5em 1.3em 3.35em;
  border: none;
  background-color: #FFFFFF;
  background-image: url("../img/top/icon_faq_question.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: top 1.7em left 1.5em;
  border-radius: 5px;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
}
.lContainer.pricingPage .faqList__question:before, .lContainer.pricingPage .faqList__question:after {
  display: block;
  content: "";
  background-color: #044AA5;
  border-radius: 2px;
  position: absolute;
}
.lContainer.pricingPage .faqList__question:before {
  width: 1.3rem;
  height: 0.2rem;
  top: 3.9rem;
  right: 2.5rem;
}
.lContainer.pricingPage .faqList__question:after {
  width: 0.2rem;
  height: 1.3rem;
  top: 3.4rem;
  right: 3rem;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (max-width: 767px) {
  .lContainer.pricingPage .faqList__question {
    padding: 1.2em 2.5em 1.3em 3em;
    background-size: 16px auto;
    background-position: top 1.7em left 1.1em;
    line-height: 1.7;
    font-size: 1.5rem;
  }
  .lContainer.pricingPage .faqList__question:before {
    top: 50%;
    right: 1.65rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lContainer.pricingPage .faqList__question:after {
    top: 50%;
    right: 2.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.lContainer.pricingPage .faqList__content {
  display: none;
  padding: 0 1.5em 1.5em 4em;
  background-image: url("../img/top/icon_faq_answer.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: top 0.6em left 1.7em;
  font-size: 1.5rem;
}
.lContainer.pricingPage .faqList__content .label {
  margin-bottom: 0.23em;
  color: #044AA5;
  font-weight: 600;
  font-size: 1.8rem;
}
.lContainer.pricingPage .faqList__content .text {
  letter-spacing: 0.12em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lContainer.pricingPage .faqList__content {
    padding: 0 1.5em 1.2em 3em;
    background-size: 14px auto;
    background-position: top 0.3em left 1.2em;
    font-size: 1.4rem;
  }
  .lContainer.pricingPage .faqList__content .label {
    margin-bottom: 0.6em;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .lContainer.pricingPage .faqList__content .text {
    line-height: 1.8;
  }
}
.lContainer.pricingPage .mdShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .lContainer.pricingPage .mdShow {
    display: inline;
  }
}

.lContainer.faqPage .pageHead__image img {
  width: 30rem;
  max-width: 93%;
}
.lContainer.faqPage .faqCategoryNav {
  background-color: #044AA5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 6vw;
}
.lContainer.faqPage .faqCategoryNav .faqCategoryNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 1060px) {
  .lContainer.faqPage .faqCategoryNav .faqCategoryNav__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.25rem 1.5rem;
  }
}
.lContainer.faqPage .faqCategoryNav .faqCategoryNav__btn {
  background-color: #FFFFFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-block: 1.5rem;
  padding-right: 2rem;
  padding-left: 1.5rem;
  border-radius: 5px;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 1060px) {
  .lContainer.faqPage .faqCategoryNav .faqCategoryNav__btn {
    padding-block: 1.25rem;
    font-size: 1.6rem;
  }
}
.lContainer.faqPage .faqCategoryNav .faqCategoryNav__btn::before {
  display: block;
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("../img/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: center;
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
}
@media screen and (max-width: 1060px) {
  .lContainer.faqPage .faqCategoryNav .faqCategoryNav__btn::before {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 16px auto;
  }
}
.lContainer.faqPage .faqList {
  max-width: 100rem;
  margin-inline: auto;
  margin-top: clamp(4rem, 6vw, 8rem);
}
.lContainer.faqPage .faqList__item:not(:last-child) {
  margin-bottom: clamp(1.5rem, 2.5vw, 2.4rem);
}
.lContainer.faqPage .faqList__item {
  background-color: #FFFFFF;
  border-radius: 5px;
}
.lContainer.faqPage .faqList__item.is-open .faqList__question:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .lContainer.faqPage .faqList__item.is-open .faqList__question:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
.lContainer.faqPage .faqList__question {
  display: block;
  width: 100%;
  padding: 1.2em 2.5em 1.3em 3.35em;
  border: none;
  background-color: #FFFFFF;
  background-image: url("../img/top/icon_faq_question.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: top 1.7em left 1.5em;
  border-radius: 5px;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
}
.lContainer.faqPage .faqList__question:before, .lContainer.faqPage .faqList__question:after {
  display: block;
  content: "";
  background-color: #044AA5;
  border-radius: 2px;
  position: absolute;
}
.lContainer.faqPage .faqList__question:before {
  width: 1.3rem;
  height: 0.2rem;
  top: 3.9rem;
  right: 2.5rem;
}
.lContainer.faqPage .faqList__question:after {
  width: 0.2rem;
  height: 1.3rem;
  top: 3.4rem;
  right: 3rem;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
@media screen and (max-width: 767px) {
  .lContainer.faqPage .faqList__question {
    padding: 1.2em 2.5em 1.3em 3em;
    background-size: 16px auto;
    background-position: top 1.7em left 1.1em;
    line-height: 1.7;
    font-size: 1.5rem;
  }
  .lContainer.faqPage .faqList__question:before {
    top: 50%;
    right: 1.65rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .lContainer.faqPage .faqList__question:after {
    top: 50%;
    right: 2.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.lContainer.faqPage .faqList__content {
  display: none;
  padding: 0 1.5em 1.5em 4em;
  background-image: url("../img/top/icon_faq_answer.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: top 0.6em left 1.7em;
  font-size: 1.5rem;
}
.lContainer.faqPage .faqList__content .label {
  margin-bottom: 0.23em;
  color: #044AA5;
  font-weight: 600;
  font-size: 1.8rem;
}
.lContainer.faqPage .faqList__content .text {
  letter-spacing: 0.12em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lContainer.faqPage .faqList__content {
    padding: 0 1.5em 1.2em 3em;
    background-size: 14px auto;
    background-position: top 0.3em left 1.2em;
    font-size: 1.4rem;
  }
  .lContainer.faqPage .faqList__content .label {
    margin-bottom: 0.6em;
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .lContainer.faqPage .faqList__content .text {
    line-height: 1.8;
  }
}/*# sourceMappingURL=page.css.map */