@charset "UTF-8";
.lContainer .mainView {
  padding-top: 5em;
  overflow: hidden;
}
.lContainer .mainView .inner {
  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;
}
@media screen and (max-width: 860px) {
  .lContainer .mainView .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.5em;
  }
}
.lContainer .mainView .mainTtlArea {
  width: 50%;
}
.lContainer .mainView .mainTtlArea .mainLabel span {
  display: block;
  line-height: 1.4;
}
.lContainer .mainView .mainTtlArea .mainLabel .subText {
  margin-bottom: 0.75em;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  font-weight: 600;
}
.lContainer .mainView .mainTtlArea .mainLabel .mainText {
  font-size: clamp(3rem, 5.3vw, 7rem);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
.lContainer .mainView .mainTtlArea .mainLabel + .btnArea {
  margin-top: 1.6em;
}
@media screen and (max-width: 1130px) {
  .lContainer .mainView .mainTtlArea {
    width: 40%;
  }
  .lContainer .mainView .mainTtlArea .mainLabel .subText {
    font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  }
  .lContainer .mainView .mainTtlArea .mainLabel .mainText {
    font-size: clamp(3rem, 4.5vw, 7rem);
  }
}
@media screen and (max-width: 860px) {
  .lContainer .mainView .mainTtlArea {
    width: 100%;
  }
  .lContainer .mainView .mainTtlArea .mainLabel .mainText br {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .lContainer .mainView .mainTtlArea .mainLabel .mainText .smShow {
    display: inline;
  }
}
@media screen and (max-width: 400px) {
  .lContainer .mainView .mainTtlArea .mainLabel .mainText br {
    display: none;
  }
}
.lContainer .mainView .designViewArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -34.5rem;
  width: calc(50% + 34.5rem);
}
.lContainer .mainView .designViewArea .mockWrap {
  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;
  margin-left: 3.2em;
}
.lContainer .mainView .designViewArea .mockWrap .spMock {
  position: absolute;
  z-index: 2;
}
.lContainer .mainView .designViewArea .mockWrap .spMock .-spDesign {
  padding: 2.4rem 1rem 2.2rem;
  position: relative;
}
.lContainer .mainView .designViewArea .mockWrap .spMock .-spDesign:before {
  display: block;
  content: "";
  width: 18.7rem;
  height: 37.7rem;
  background-image: url("/assets/img/top/sp-mock-img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lContainer .mainView .designViewArea .mockWrap .spMock .-spDesign .splide__track {
  width: 16.7rem;
}
.lContainer .mainView .designViewArea .mockWrap .pcMock {
  position: relative;
}
.lContainer .mainView .designViewArea .mockWrap .pcMock .-pcDesign {
  padding: 1.9rem 8.2rem 4rem;
  position: relative;
}
.lContainer .mainView .designViewArea .mockWrap .pcMock .-pcDesign:before {
  display: block;
  content: "";
  width: 81.5rem;
  height: 48rem;
  background-image: url("/assets/img/top/pc-mock-img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lContainer .mainView .designViewArea .mockWrap .pcMock .-pcDesign .splide__track {
  width: 65rem;
}
.lContainer .mainView .designViewArea .mockWrap .splide__track {
  background-color: #FFFFFF;
}
.lContainer .mainView .designViewArea .mockWrap .splide__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 860px) {
  .lContainer .mainView .designViewArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
  .lContainer .mainView .designViewArea .mockWrap {
    margin: 0 auto;
    max-width: 100%;
  }
  .lContainer .mainView .designViewArea .mockWrap .spMock .-spDesign {
    padding: clamp(0.6em, 2vw, 1.5em) clamp(0.4em, 1vw, 0.7em) clamp(0.5em, 2vw, 1.7em);
  }
  .lContainer .mainView .designViewArea .mockWrap .spMock .-spDesign:before {
    width: 100%;
    height: 100%;
    aspect-ratio: 187/377;
  }
  .lContainer .mainView .designViewArea .mockWrap .spMock .-spDesign .splide__track {
    width: clamp(5rem, 15.6vw, 13.6rem);
  }
  .lContainer .mainView .designViewArea .mockWrap .pcMock {
    max-width: 100%;
  }
  .lContainer .mainView .designViewArea .mockWrap .pcMock .-pcDesign {
    padding: clamp(0.5em, 2vw, 1em) clamp(2.5em, 9.5vw, 6em) clamp(1em, 4vw, 2em);
  }
  .lContainer .mainView .designViewArea .mockWrap .pcMock .-pcDesign:before {
    width: 100%;
    height: 100%;
    aspect-ratio: 163/96;
  }
  .lContainer .mainView .designViewArea .mockWrap .pcMock .-pcDesign .splide__track {
    width: auto;
  }
}
.lContainer .mContainer.-point, .lContainer .mContainer.-obi {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lContainer .mContainer.-point .pointItem,
.lContainer .mContainer.-point .detailItem, .lContainer .mContainer.-obi .pointItem,
.lContainer .mContainer.-obi .detailItem {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.lContainer .mContainer.-point {
  background-image: url("/assets/img/top/point-bg.webp");
}
.lContainer .mContainer.-point .pointItem {
  padding: 3.2em 2em;
}
.lContainer .mContainer.-point .pointItem .pointLabel {
  text-align: center;
}
.lContainer .mContainer.-point .pointItem .pointLabel span {
  display: block;
}
.lContainer .mContainer.-point .pointItem .pointLabel .numbering {
  color: #00A0E8;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-family: "Montserrat", serif;
  font-weight: 600;
}
.lContainer .mContainer.-point .pointItem .pointLabel .text {
  font-size: clamp(1.6rem, 2.6vw, 2.8rem);
  font-weight: 600;
}
.lContainer .mContainer.-point .pointItem .pointLabel + .readText {
  margin-top: 1em;
}
.lContainer .mContainer.-obi {
  background-image: url("/assets/img/top/detail-bg.webp");
}
.lContainer .mContainer.-obi .detailItem {
  padding: 4.4em 4em 2.5em;
}
.lContainer .mContainer.-obi .detailLabel {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 600;
}
.lContainer .mContainer.-obi .readText {
  margin-bottom: 2.5em;
}
.lContainer .mContainer.-obi .readText .mdShow {
  display: none;
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-obi .detailItem {
    padding: 3.5em 3em 2em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-obi .readText .mdShow {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer.-obi .readText .mdShow {
    display: none;
  }
}
.lContainer .mContainer.-solution {
  padding-top: 4em;
}
.lContainer .mContainer.-solution .lineLabel + .readText {
  margin-top: 1.6em;
}
.lContainer .mContainer.-solution .readCont {
  padding-top: 9.7em;
  background-image: url("/assets/img/top/solution-ttl.svg");
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-solution .readCont {
    padding-top: 9em;
  }
}
@media screen and (max-width: 860px) {
  .lContainer .mContainer.-solution .readCont {
    padding-top: 7em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-solution .readCont {
    padding-top: 5em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer.-solution .readCont {
    padding-top: 3em;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer.-solution .readCont .readText {
    letter-spacing: 0.04em;
  }
}
.lContainer .mContainer.-advantage {
  padding-bottom: 0;
}
.lContainer .mContainer.-advantage .lineLabel + .readText {
  margin-top: 1.4em;
}
.lContainer .mContainer.-advantage .readCont {
  padding-top: 9.2em;
  background-image: url("/assets/img/top/advantage-ttl.svg");
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-advantage .readCont {
    padding-top: 7em;
  }
}
@media screen and (max-width: 860px) {
  .lContainer .mContainer.-advantage .readCont {
    padding-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-advantage .readCont {
    padding-top: 3em;
  }
}
.lContainer .mContainer.-advantage .advantageList__item:nth-child(odd) .flexBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lContainer .mContainer.-advantage .advantageList__item:nth-child(even) {
  background-color: #F8F8F8;
}
.lContainer .mContainer.-advantage .advantageList__item .advantageTtl {
  display: block;
  letter-spacing: 0;
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.lContainer .mContainer.-advantage .advantageList__item .advantageTtl:before {
  display: inline-block;
  content: "";
  width: 7.2em;
  height: 4.5em;
  background-image: url("/assets/img/top/advantage-ttl01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: -1;
}
.lContainer .mContainer.-advantage .advantageList__item .advantageTtl + .readText {
  margin-top: 2em;
  letter-spacing: 0;
}
.lContainer .mContainer.-advantage .advantageList__item:nth-child(2) .advantageTtl:before {
  background-image: url("/assets/img/top/advantage-ttl02.svg");
}
.lContainer .mContainer.-advantage .advantageList__item:nth-child(3) .advantageTtl:before {
  background-image: url("/assets/img/top/advantage-ttl03.svg");
}
.lContainer .mContainer.-advantage .advantageList__item:nth-child(4) .advantageTtl:before {
  background-image: url("/assets/img/top/advantage-ttl04.svg");
}
.lContainer .mContainer.-advantage .advantageList__item .flexBox {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14.7em;
  padding-bottom: 14.7em;
}
.lContainer .mContainer.-advantage .advantageList__item .imgArea {
  width: 50%;
}
.lContainer .mContainer.-advantage .advantageList__item .imgArea img {
  width: 100%;
}
.lContainer .mContainer.-advantage .advantageList__item .textArea {
  width: 45%;
}
@media screen and (max-width: 1280px) {
  .lContainer .mContainer.-advantage .advantageList__item .textArea {
    width: 47%;
  }
}
@media screen and (max-width: 1160px) {
  .lContainer .mContainer.-advantage .advantageList__item .flexBox {
    padding-top: 10em;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 1070px) {
  .lContainer .mContainer.-advantage .advantageList__item .textArea .readText .pcShow {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .lContainer .mContainer.-advantage .advantageList__item .flexBox {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-advantage .advantageList__item:nth-child(odd) .flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lContainer .mContainer.-advantage .advantageList__item .flexBox {
    -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;
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .lContainer .mContainer.-advantage .advantageList__item .imgArea,
  .lContainer .mContainer.-advantage .advantageList__item .textArea {
    width: 100%;
  }
  .lContainer .mContainer.-advantage .advantageList__item .imgArea {
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer.-advantage .advantageList__item .advantageTtl:before {
    width: 6.5em;
    height: 4em;
  }
  .lContainer .mContainer.-advantage .advantageList__item .advantageTtl + .readText {
    margin-top: 1em;
  }
  .lContainer .mContainer.-advantage .advantageList__item .textArea .readText br {
    display: none;
  }
}
.lContainer .mContainer.-design {
  padding-top: 0;
  padding-bottom: 10.5em;
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-design {
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer.-design {
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer.-design {
    padding-bottom: 4em;
  }
}
.lContainer .mContainer.-design .readCont {
  background-image: url("/assets/img/top/design-ttl.svg");
}
.lContainer .mContainer.-design .designCont {
  margin: 0 calc(50% - 50vw) 5em;
}
.lContainer .mContainer.-design .designCont .splide__track {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.lContainer .mContainer.-design .designCont .splide__slide img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.lContainer .mContainer.-design .designCont .splide + .splide {
  margin-top: 3.2em;
}
@media screen and (max-width: 860px) {
  .lContainer .mContainer.-design .designCont {
    margin-bottom: 4em;
  }
  .lContainer .mContainer.-design .designCont .splide + .splide {
    margin-top: 2em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer.-design .designCont {
    margin-bottom: 3em;
  }
  .lContainer .mContainer.-design .designCont .splide + .splide {
    margin-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer.-design .designCont .splide + .splide {
    margin-top: 0.5em;
  }
}
.lContainer .mContainer.-features {
  padding-top: 0;
  padding-bottom: 12.5em;
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-features {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer.-features {
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer.-features {
    padding-bottom: 6em;
  }
}
.lContainer .mContainer.-features .readCont {
  background-image: url("/assets/img/top/features-ttl.svg");
}
.lContainer .mContainer.-features .featuresList {
  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;
  gap: 8.5em;
}
.lContainer .mContainer.-features .featuresList__item {
  width: calc((100% - 15.5em) / 2);
}
.lContainer .mContainer.-features .featuresList__item .featuresTtl {
  margin-bottom: 0.9em;
  text-align: center;
  letter-spacing: 0;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 600;
}
.lContainer .mContainer.-features .featuresList__item .readText {
  margin-bottom: 1.9em;
}
.lContainer .mContainer.-features .featuresList__item .imgArea img {
  width: 100%;
}
@media screen and (max-width: 1160px) {
  .lContainer .mContainer.-features .featuresList {
    gap: 5em;
  }
  .lContainer .mContainer.-features .featuresList__item {
    width: calc((100% - 10em) / 2);
  }
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-features .featuresList {
    gap: 3em;
  }
  .lContainer .mContainer.-features .featuresList__item {
    width: calc((100% - 6em) / 2);
  }
}
@media screen and (max-width: 860px) {
  .lContainer .mContainer.-features .featuresList {
    gap: 2em;
  }
  .lContainer .mContainer.-features .featuresList__item {
    width: calc((100% - 2em) / 2);
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-features .featuresList {
    gap: 3em 2em;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lContainer .mContainer.-features .featuresList__item {
    width: 100%;
  }
}
.lContainer .mContainer.-reviews {
  padding: 0;
}
.lContainer .mContainer.-reviews .readCont {
  background-image: url("/assets/img/top/reviews-ttl.svg");
}
.lContainer .mContainer.-reviews .reviewsList {
  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;
  gap: 6.3em;
}
.lContainer .mContainer.-reviews .reviewsList__item {
  width: calc((100% - 12.6em) / 3);
}
.lContainer .mContainer.-reviews .reviewsList__item .imgArea {
  margin-bottom: 2.5em;
}
.lContainer .mContainer.-reviews .reviewsList__item .people {
  margin-bottom: 1.6em;
  text-align: center;
}
.lContainer .mContainer.-reviews .reviewsList__item .blue {
  color: #00A0E8;
}
.lContainer .mContainer.-reviews .reviewsList__item .breakText {
  word-break: normal;
}
@media screen and (max-width: 1160px) {
  .lContainer .mContainer.-reviews .reviewsList {
    gap: 4em;
  }
  .lContainer .mContainer.-reviews .reviewsList__item {
    width: calc((100% - 8em) / 3);
  }
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-reviews .reviewsList {
    gap: 2em;
  }
  .lContainer .mContainer.-reviews .reviewsList__item {
    width: calc((100% - 4em) / 3);
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-reviews .reviewsList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3em;
  }
  .lContainer .mContainer.-reviews .reviewsList__item {
    width: calc((100% - 3em) / 2);
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer.-reviews .reviewsList {
    gap: 3em 2em;
  }
  .lContainer .mContainer.-reviews .reviewsList__item {
    width: calc((100% - 2em) / 2);
  }
}
@media screen and (max-width: 400px) {
  .lContainer .mContainer.-reviews .reviewsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
  .lContainer .mContainer.-reviews .reviewsList__item {
    width: 100%;
  }
  .lContainer .mContainer.-reviews .reviewsList__item .imgArea {
    margin-bottom: 2em;
    text-align: center;
  }
  .lContainer .mContainer.-reviews .reviewsList__item .imgArea img {
    max-width: 80%;
  }
  .lContainer .mContainer.-reviews .reviewsList__item .people {
    margin-bottom: 1em;
  }
  .lContainer .mContainer.-reviews .reviewsList__item .breakText {
    word-break: keep-all;
  }
}
.lContainer .mContainer.-flow {
  padding-top: 0;
  padding-bottom: 9.3em;
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-flow {
    padding-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-flow {
    padding-bottom: 7em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer.-flow {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer.-flow {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.lContainer .mContainer.-flow .readCont {
  padding-bottom: 9.4em;
  background-image: url("/assets/img/top/flow-ttl.svg");
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-flow .readCont {
    padding-bottom: 7em;
  }
}
@media screen and (max-width: 860px) {
  .lContainer .mContainer.-flow .readCont {
    padding-bottom: 5em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-flow .readCont {
    padding-bottom: 3em;
  }
}
.lContainer .mContainer.-flow .stepList {
  display: grid;
  gap: 7em;
  grid-template-columns: repeat(4, 1fr);
}
.lContainer .mContainer.-flow .stepList__item {
  position: relative;
}
.lContainer .mContainer.-flow .stepList__item:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  border: 0;
  border-top: solid 4px #000000;
  border-right: solid 4px #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -5em;
  bottom: 0;
  margin: auto;
}
.lContainer .mContainer.-flow .stepList__item:first-child:before {
  display: none;
}
.lContainer .mContainer.-flow .stepList__item .stepLabel {
  margin-bottom: 1.8em;
}
.lContainer .mContainer.-flow .stepList__item .stepLabel span {
  display: block;
  text-align: center;
  line-height: 1.3;
}
.lContainer .mContainer.-flow .stepList__item .stepLabel .num {
  margin-bottom: 1.3em;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  font-family: "Montserrat", serif;
  font-weight: 600;
}
.lContainer .mContainer.-flow .stepList__item .stepLabel .text {
  color: #00A0E8;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  font-weight: 600;
}
.lContainer .mContainer.-flow .stepList__item .stepText {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 600;
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-flow .stepList {
    gap: 3em;
  }
  .lContainer .mContainer.-flow .stepList__item:before {
    width: 1.3em;
    height: 1.3em;
    border-top: solid 3px #000000;
    border-right: solid 3px #000000;
    left: -2.5em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-flow .stepList {
    gap: 2em;
  }
  .lContainer .mContainer.-flow .stepList__item:before {
    width: 1em;
    height: 1em;
    left: -2em;
  }
}
@media screen and (max-width: 630px) {
  .lContainer .mContainer.-flow .stepList {
    grid-template-columns: 1fr;
    gap: 4em;
  }
  .lContainer .mContainer.-flow .stepList__item:before {
    width: 1em;
    height: 1em;
    border-top: solid 2px #000000;
    border-right: solid 2px #000000;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: -3em;
    left: 48%;
    bottom: auto;
  }
  .lContainer .mContainer.-flow .stepList__item .stepLabel {
    margin-bottom: 1em;
  }
  .lContainer .mContainer.-flow .stepList__item .stepLabel .num {
    margin-bottom: 0.5em;
  }
  .lContainer .mContainer.-flow .stepList__item .stepLabel .text br {
    display: none;
  }
  .lContainer .mContainer.-flow .stepList__item .stepText br {
    display: none;
  }
}
.lContainer .mContainer.-faq {
  padding-top: 0;
  padding-bottom: 10em;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-faq {
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer.-faq {
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer.-faq {
    padding-bottom: 4em;
  }
}
.lContainer .mContainer.-faq .readCont {
  padding: 12em 1em 9.3em;
  background-image: url("/assets/img/top/faq-ttl.svg");
}
@media screen and (max-width: 1020px) {
  .lContainer .mContainer.-faq .readCont {
    padding: 10em 1em 8em;
  }
}
@media screen and (max-width: 860px) {
  .lContainer .mContainer.-faq .readCont {
    padding: 8em 1em 6em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer.-faq .readCont {
    padding: 6em 1em 4em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer.-faq .readCont {
    padding: 4em 1em 2em;
  }
}
.lContainer .mContainer.-faq .faqList__item {
  margin-bottom: 1.3em;
  background-color: #FFFFFF;
}
.lContainer .mContainer.-faq .faqList__item:last-child {
  margin-bottom: 0;
}
.lContainer .mContainer.-faq .faqList__item .question {
  padding: 1.3em 3.8em 1.6em 3.8em;
  position: relative;
  cursor: pointer;
}
.lContainer .mContainer.-faq .faqList__item .question:before {
  display: inline-block;
  content: "Q";
  color: #00A0E8;
  line-height: 1;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 600;
  position: absolute;
  top: 1.3em;
  left: 1.6em;
}
.lContainer .mContainer.-faq .faqList__item .question:after {
  display: inline-block;
  content: "";
  width: 0.83em;
  height: 0.83em;
  background-image: url("/assets/img/common/btn_open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.6em;
}
.lContainer .mContainer.-faq .faqList__item .question.open:after {
  background-image: url("/assets/img/common/btn_close.svg");
}
.lContainer .mContainer.-faq .faqList__item .answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.lContainer .mContainer.-faq .faqList__item .answer:before {
  display: block;
  width: calc(100% - 3.2em);
  height: 1px;
  content: "";
  background-size: 4px 1px;
  background-image: -webkit-linear-gradient(left, #000000 1px, transparent 2px);
  background-image: linear-gradient(to right, #000000 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lContainer .mContainer.-faq .faqList__item .answer .text {
  display: block;
  padding: 1.3em 1.6em 1.6em 3.8em;
  position: relative;
}
.lContainer .mContainer.-faq .faqList__item .answer .text:before {
  display: inline-block;
  content: "A";
  line-height: 1;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 600;
  position: absolute;
  top: 1.2em;
  left: 1.6em;
}
.lContainer .mContainer.-faq .faqList__item .numList {
  margin-top: 1em;
}
.lContainer .mContainer.-faq .faqList__item .notes {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.lContainer .mContainer.-contract {
  padding-bottom: 4em;
}
.lContainer .mContainer.-contract .contractImg {
  margin-bottom: 1.6em;
}
.lContainer .mContainer.-contract .lineLabel {
  margin-bottom: 0.8em;
}