@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.green {
  color: #00b400;
}

/* ====================================================
reset style
==================================================== */
/* ====================================================
HTML
==================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.inline {
  display: inline-block;
}

img {
  pointer-events: none;
}

.wrapper {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    padding-top: 52px;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

/* ====================================================
Control
==================================================== */
.c-triangle {
  width: 100vw;
  height: 146px;
  background: #fff;
  margin: 0 calc(50% - 50vw);
  -webkit-clip-path: polygon(100% 0%, 100% 50%, 100% 20%, 50% 100%, 0 20%, 0 0);
  clip-path: polygon(100% 0%, 100% 50%, 100% 20%, 50% 100%, 0 20%, 0 0);
  position: relative;
  z-index: 1;
}

.grecaptcha-badge {
  display: none;
}

/* ====================================================
Utility
==================================================== */
.grecaptcha-badge {
  display: none;
}

#home #mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  #home #mv {
    background: none;
  }
}
#home #mv .mvback {
  position: absolute;
}
#home #mv .mv-content {
  padding: 9.23vw 0;
  padding: 9.23vw 0 8.5vw;
  max-width: initial;
  width: initial;
}
@media screen and (max-width: 768px) {
  #home #mv .mv-content {
    padding: 0;
  }
}
#home #mv .mv-content:after {
  display: none;
}
#home #mv .mv-content .tb picture source, #home #mv .mv-content .tb picture img {
  height: 100%;
}
#home #mv .mv-content .mv-left {
  max-width: initial;
}
@media screen and (max-width: 768px) {
  #home #mv .mv-content .mv-left {
    display: none;
  }
}
#home #mv .mv-content .mv-left .mv-logo {
  max-width: 40.7vw;
  transform: translateX(5.5vw);
}
#home #mv .mv-content .mv-right {
  width: 7.69vw;
  top: 3.3vw;
  right: 4.3vw;
}
@media screen and (max-width: 768px) {
  #home #mv .mv-content .mv-right {
    display: none;
  }
}

.l-contact {
  background: url(../img/soudan-back.jpg) no-repeat center/cover;
  padding: 20px 0;
}
.l-contact__conts {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.l-contact__conts .imgflame {
  display: block;
  max-width: 101px;
  width: 100%;
}
.l-contact__conts .txt {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.06em;
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .l-contact__conts .txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .l-contact__conts .txt {
    font-size: 12px;
  }
}

.l-worries__conts {
  padding: 160px 0 0;
}
@media screen and (max-width: 768px) {
  .l-worries__conts {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .l-worries__conts {
    padding: 50px 0 0;
  }
}
.l-worries__conts .top {
  position: relative;
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.l-worries__conts .top:before, .l-worries__conts .top:after {
  position: absolute;
  content: "";
  z-index: -1;
}
.l-worries__conts .top:before {
  background: url(../images/worries_human01.png) no-repeat center/cover;
  width: 246px;
  height: 356px;
  top: 140px;
  right: 35px;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top:before {
    display: none;
  }
}
.l-worries__conts .top:after {
  background: url(../images/worries_human02.png) no-repeat center/cover;
  width: 312px;
  height: 316px;
  top: 85px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top:after {
    display: none;
  }
}
.l-worries__conts .top .ttl {
  display: block;
  max-width: 572px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-worries__conts .top .check__lists {
  max-width: 660px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top .check__lists {
    margin-top: 30px;
  }
}
.l-worries__conts .top .check__lists-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-worries__conts .top .check__lists-item:not(:first-of-type) {
  margin-top: 25px;
}
.l-worries__conts .top .check__lists-item .icon_check {
  display: block;
  width: 45px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top .check__lists-item .icon_check {
    width: 35px;
    height: 32px;
  }
}
.l-worries__conts .top .check__lists-item .txt {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top .check__lists-item .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .l-worries__conts .top .check__lists-item .txt {
    font-size: 18px;
  }
}
.l-worries__conts .top .subttl {
  display: block;
  max-width: 536px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-worries__conts .top .subttl {
    max-width: 44.6vw;
  }
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top .subttl {
    max-width: 536px;
  }
}
.l-worries__conts .top .subttl:before, .l-worries__conts .top .subttl:after {
  position: absolute;
  content: "";
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top .subttl:before, .l-worries__conts .top .subttl:after {
    opacity: 0.5;
  }
}
.l-worries__conts .top .subttl:before {
  background: url(../images/worries_human01_b.png) no-repeat center/cover;
  width: 368px;
  height: 451px;
  top: -160px;
  right: -370px;
}
@media screen and (max-width: 1200px) {
  .l-worries__conts .top .subttl:before {
    width: 30vw;
    height: 37.5vw;
    right: -30vw;
    top: initial;
    bottom: -6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top .subttl:before {
    display: none;
  }
}
.l-worries__conts .top .subttl:after {
  background: url(../images/worries_human02_b.png) no-repeat center/cover;
  width: 378px;
  height: 466px;
  top: -160px;
  left: -370px;
}
@media screen and (max-width: 1200px) {
  .l-worries__conts .top .subttl:after {
    width: 31.5vw;
    height: 38.8vw;
    left: -30vw;
    top: initial;
    bottom: -6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-worries__conts .top .subttl:after {
    display: none;
  }
}
.l-worries__conts .top .subttl_tb {
  margin: 0 calc(50% - 50vw);
}
.l-worries__conts .arrow {
  display: block;
  max-width: 79px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .arrow {
    max-width: 8.5vw;
    margin-bottom: 10px;
  }
}
.l-worries__conts .c-triangle {
  margin-top: 50px;
  display: none;
}
.l-worries__conts .bottom {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.l-worries__conts .bottom:after {
  position: absolute;
  content: "";
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  left: 0;
  right: 0;
  background: url(../images/bg_kira02.png) no-repeat top/cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .bottom:after {
    top: -21%;
    height: 120%;
  }
}
.l-worries__conts .bottom .box {
  padding: 145px 0 20px;
  position: relative;
  width: 90%;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .bottom .box {
    padding: 0px 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .l-worries__conts .bottom .box {
    padding: 0px 0 20px;
  }
}
.l-worries__conts .bottom .box .wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .bottom .box .wrap {
    flex-direction: column;
  }
}
.l-worries__conts .bottom .box .wrap .right {
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .l-worries__conts .bottom .box .wrap .right {
    transform: translateY(0px);
    transform: translateX(10px);
  }
}
.l-worries__conts .bottom .box .point {
  font-size: 12px;
  line-height: 1.8333333333;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-worries__conts .bottom .box .point {
    margin-top: 0;
    line-height: 1.25;
  }
}

.l-strangth .inner {
  max-width: 1000px;
}
.l-strangth__conts .ttl {
  display: block;
  max-width: 672px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .ttl {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-strangth__conts .ttl {
    margin-top: 50px;
    width: 100%;
  }
}
.l-strangth__conts .lists {
  margin-top: 25px;
}
.l-strangth__conts .lists .item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}
.l-strangth__conts .lists .item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.l-strangth__conts .lists .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item:nth-of-type(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item {
    flex-direction: column;
    gap: 0px;
  }
}
.l-strangth__conts .lists .item .textconts {
  max-width: 500px;
  padding-top: 110px;
  position: relative;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item .textconts {
    max-width: initial !important;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .l-strangth__conts .lists .item .textconts {
    padding-top: 90px;
  }
}
.l-strangth__conts .lists .item .textconts .number {
  display: flex;
  align-items: flex-start;
  position: absolute;
  z-index: -1;
  line-height: 1;
  top: -10px;
  gap: 10px;
  right: 10px;
}
@media screen and (max-width: 900px) {
  .l-strangth__conts .lists .item .textconts .number {
    right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .l-strangth__conts .lists .item .textconts .number {
    right: 0 !important;
    top: 10px !important;
  }
}
.l-strangth__conts .lists .item .textconts .number .strength {
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #fff5f5;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .l-strangth__conts .lists .item .textconts .number .strength {
    font-size: 22px;
    margin-top: 25px;
  }
}
.l-strangth__conts .lists .item .textconts .number .num {
  font-size: 199px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #fff5f5;
}
@media screen and (max-width: 480px) {
  .l-strangth__conts .lists .item .textconts .number .num {
    font-size: 170px;
  }
}
.l-strangth__conts .lists .item .textconts__ttl {
  font-size: 25px;
  color: #ff78a0;
  font-weight: 500;
  line-height: 1.25;
}
.l-strangth__conts .lists .item .textconts__ttl span {
  color: #ff78a0;
}
@media screen and (max-width: 480px) {
  .l-strangth__conts .lists .item .textconts__ttl {
    font-size: 20px;
    font-weight: 600;
  }
}
.l-strangth__conts .lists .item .textconts__txt {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item .textconts__txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .l-strangth__conts .lists .item .textconts__txt {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
.l-strangth__conts .lists .item .imgconts {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item .imgconts {
    width: initial !important;
    max-width: 300px;
    height: initial !important;
  }
}
@media screen and (max-width: 480px) {
  .l-strangth__conts .lists .item .imgconts {
    max-width: 80%;
  }
}
@media screen and (max-width: 399px) {
  .l-strangth__conts .lists .item:nth-of-type(1) .textconts__txt {
    margin-top: 20px;
  }
}
.l-strangth__conts .lists .item:nth-of-type(1) .imgconts {
  width: 306px;
  height: 326px;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item:nth-of-type(1) .imgconts {
    margin-top: 10px;
  }
}
@media screen and (max-width: 384px) {
  .l-strangth__conts .lists .item:nth-of-type(2) .textconts__txt {
    margin-top: 20px;
  }
}
.l-strangth__conts .lists .item:nth-of-type(2) .textconts .number {
  top: 0px;
  right: 30px;
}
.l-strangth__conts .lists .item:nth-of-type(2) .imgconts {
  width: 304px;
  height: 326px;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item:nth-of-type(2) .imgconts {
    margin-top: 10px;
  }
}
.l-strangth__conts .lists .item:nth-of-type(3) .textconts .number {
  top: -5px;
  right: 30px;
}
.l-strangth__conts .lists .item:nth-of-type(3) .imgconts {
  width: 245px;
  height: 335px;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item:nth-of-type(3) .imgconts {
    max-width: 230px;
  }
}
.l-strangth__conts .lists .item:nth-of-type(4) .textconts .number {
  top: 0px;
  right: 50px;
}
.l-strangth__conts .lists .item:nth-of-type(4) .imgconts {
  width: 345px;
  height: 293px;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item:nth-of-type(4) .imgconts {
    margin-top: 10px;
  }
}
.l-strangth__conts .lists .item:nth-of-type(5) .textconts {
  max-width: 463px;
}
.l-strangth__conts .lists .item:nth-of-type(5) .textconts .number {
  top: 5px;
  right: 5px;
}
.l-strangth__conts .lists .item:nth-of-type(5) .imgconts {
  width: 473px;
  height: 326px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item:nth-of-type(5) .imgconts {
    margin-top: 10px;
    margin-right: auto;
  }
}
.l-strangth__conts .lists .item:nth-of-type(6) {
  align-items: flex-start;
}
.l-strangth__conts .lists .item:nth-of-type(6) .textconts {
  padding-top: 100px;
  max-width: 465px;
}
.l-strangth__conts .lists .item:nth-of-type(6) .textconts .number {
  right: 5px;
}
.l-strangth__conts .lists .item:nth-of-type(6) .imgconts {
  width: 375px;
  height: 376px;
  margin-left: 65px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .item:nth-of-type(6) .imgconts {
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
  }
}
.l-strangth__conts .lists .item:nth-of-type(6) .imgconts img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.l-strangth__conts .lists .strength_txt {
  display: block;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .l-strangth__conts .lists .strength_txt {
    margin-top: 50px;
  }
}

#home #soudan {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  #home #soudan {
    margin-top: 70px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 480px) {
  #home #soudan {
    margin-top: 50px;
  }
}

.l-facility {
  position: relative;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .l-facility {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-facility {
    padding-top: 50px;
  }
}
.l-facility .inner {
  max-width: 1000px;
}
.l-facility:before, .l-facility:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-facility:before {
  background: url(../img/service-back.png) no-repeat center/cover;
  z-index: -2;
}
.l-facility__conts {
  position: relative;
  padding: 150px 0 160px;
}
@media screen and (max-width: 768px) {
  .l-facility__conts {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-facility__conts {
    padding: 50px 0 50px;
  }
}
.l-facility__conts .bg {
  position: absolute;
  height: 100%;
  width: 100vw;
  background: #fff5f5;
  top: 50%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
.l-facility__conts:after {
  position: absolute;
  content: "";
  width: 100vw;
  max-width: 95vw;
  height: 100%;
  top: 50%; /* 上から50% */
  left: 50%; /* 左から50% */
  transform: translate(-50%, -50%); /* 幅と高さの50%だけ移動して中央に */
  background: url(../images/facility_bg.webp) no-repeat center/cover;
  border-radius: 50px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-facility__conts:after {
    border-radius: 30px;
  }
}
.l-facility__conts .ttl {
  display: block;
  max-width: 310px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .ttl {
    max-width: 51vw;
  }
}
.l-facility__conts .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists {
    gap: 5vw;
    margin-top: 8.33vw;
  }
}
.l-facility__conts .lists .item {
  display: flex;
  flex-direction: column;
  width: 227px;
  background: #fff;
  padding: 0px 55px 35px;
  border-radius: 0px 20px 20px 20px;
  position: relative;
  box-shadow: 0px 0px 15px -10px #000;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item {
    width: 37.8vw;
    padding: 0px 9.16vw 5.83vw;
    border: 0px 3.33vw 3.33vw 3.33vw;
  }
}
.l-facility__conts .lists .item:before, .l-facility__conts .lists .item:after {
  content: "";
  position: absolute;
}
.l-facility__conts .lists .item:before {
  background: url(../images/kango_logo.svg) no-repeat center/cover;
  width: 28px;
  height: 25px;
  left: 0;
  top: 0;
  z-index: 1;
  left: 5px;
  top: 5px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:before {
    width: 4.66vw;
    height: 4.16vw;
    left: 0.83vw;
    top: 0.83vw;
  }
}
.l-facility__conts .lists .item:after {
  left: 0;
  top: 0;
  background: #ff78a0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 75px;
  width: 75px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:after {
    height: 12.5vw;
    width: 12.5vw;
  }
}
.l-facility__conts .lists .item__ttl {
  font-size: 18px;
  line-height: 1.1666666667;
  color: #ff78a0;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item__ttl {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 400px) {
  .l-facility__conts .lists .item__ttl {
    font-size: 2.75vw;
  }
}
.l-facility__conts .lists .item .line {
  display: block;
  width: 117px;
  height: 1.84px;
  background: #ff78a0;
  position: absolute;
  top: 80px;
  left: 55px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item .line {
    width: 19.5vw;
    top: 13.3vw;
    left: 9.16vw;
  }
}
.l-facility__conts .lists .item .imgflame {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.l-facility__conts .lists .item:nth-of-type(1) .item__ttl {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(1) .item__ttl {
    margin-top: 4.16vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(1) .imgflame {
  width: 108px;
  height: 108px;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(1) .imgflame {
    width: 18vw;
    height: 18vw;
    margin-top: 5.83vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(2) .item__ttl {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(2) .item__ttl {
    margin-top: 5.83vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(2) .imgflame {
  width: 117px;
  height: 109px;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(2) .imgflame {
    width: 19.5vw;
    height: 18.1vw;
    margin-top: 7.5vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(3) .item__ttl {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(3) .item__ttl {
    margin-top: 4.16vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(3) .imgflame {
  width: 108px;
  height: 108px;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(3) .imgflame {
    width: 18vw;
    height: 18vw;
    margin-top: 5.83vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(4) {
  padding: 0px 50px 35px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(4) {
    padding: 0px 8.3vw 5.8vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(4) .item__ttl {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(4) .item__ttl {
    margin-top: 5.83vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(4) .imgflame {
  width: 85px;
  height: 109px;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(4) .imgflame {
    width: 14.16vw;
    height: 18.1vw;
    margin-top: 7.5vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(5) .item__ttl {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(5) .item__ttl {
    margin-top: 4.16vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(5) .imgflame {
  width: 109px;
  height: 118px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(5) .imgflame {
    width: 18.1vw;
    height: 19.6vw;
    margin-top: 5vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(6) .item__ttl {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(6) .item__ttl {
    margin-top: 5.83vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(6) .imgflame {
  width: 74px;
  height: 108px;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(6) .imgflame {
    width: 12.3vw;
    height: 18vw;
    margin-top: 7.5vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(7) {
  padding: 0px 35px 35px 50px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(7) {
    padding: 0px 5.83vw 5.83vw 8.33vw !important;
  }
}
.l-facility__conts .lists .item:nth-of-type(7) .item__ttl {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(7) .item__ttl {
    margin-top: 4.16vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(7) .imgflame {
  width: 108px;
  height: 108px;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(7) .imgflame {
    width: 18vw;
    height: 18vw;
    margin-top: 5.83vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(8) .item__ttl {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(8) .item__ttl {
    margin-top: 4.16vw;
  }
}
.l-facility__conts .lists .item:nth-of-type(8) .imgflame {
  width: 121px;
  height: 109px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .l-facility__conts .lists .item:nth-of-type(8) .imgflame {
    width: 20vw;
    height: 18.1vw;
    margin-top: 5vw;
  }
}

.l-job {
  background: #fff5f5;
}
.l-job__conts {
  margin-top: 200px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-job__conts {
    margin-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-job__conts {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.l-job__conts .ttl {
  display: block;
  max-width: 254px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-job__conts .ttl {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .l-job__conts .ttl {
    max-width: 180px;
  }
}
.l-job__conts .lists {
  display: flex;
  gap: 30px;
}
.l-job__conts .lists .item {
  max-width: 340px;
  background: #fff;
  padding: 30px;
  position: relative;
  border-radius: 0px 30px 30px 30px;
  margin: 0 15px;
  height: 514px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-job__conts .lists .item .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 260px;
}
.l-job__conts .lists .item .bottom {
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .l-job__conts .lists .item .bottom {
    height: 160px;
  }
}
.l-job__conts .lists .item__ttl {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  color: #ff78a0;
  display: block;
  margin-left: 30px;
  font-weight: 500;
}
.l-job__conts .lists .item:before, .l-job__conts .lists .item:after {
  content: "";
  position: absolute;
}
.l-job__conts .lists .item:before {
  background: url(../images/kango_logo.svg) no-repeat center/cover;
  width: 30px;
  height: 27px;
  left: 0;
  top: 0;
  z-index: 1;
  left: 5px;
  top: 5px;
}
.l-job__conts .lists .item:after {
  left: 0;
  top: 0;
  background: #ff78a0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 82px;
  width: 82px;
}
.l-job__conts .lists .item .photo {
  display: block;
  max-width: 280px;
}
.l-job__conts .lists .item .occupation {
  display: flex;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  align-items: center;
  font-weight: 500;
}
.l-job__conts .lists .item .occupation__cat {
  color: #ff78a0;
}
.l-job__conts .lists .item .occupation__txt {
  color: #ff78a0;
}
.l-job__conts .lists .item .txt {
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.06em;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .l-job__conts .lists .item .txt {
    font-size: 14px;
  }
}
.l-job__conts .lists .item .salary {
  font-size: 17px;
  line-height: 2.25;
  letter-spacing: 0.03em;
  background: #ff78a0;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 47px;
  align-items: center;
  font-weight: 500;
}
.l-job__conts .lists .item .salary__ttl {
  color: #fff;
}
.l-job__conts .lists .item .salary__point {
  color: #ffff96;
}
.l-job__conts .attention {
  text-align: center;
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.06em;
  margin-top: 80px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-job__conts .attention {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .l-job__conts .attention {
    font-size: 12px;
  }
}

.l-reason .inner {
  max-width: 1000px;
}
.l-reason__conts .ttl {
  display: block;
  max-width: 672px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .l-reason__conts .ttl {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-reason__conts .ttl {
    margin-top: 50px;
    width: 100%;
  }
}
.l-reason__conts .lists {
  margin-top: 60px;
}
.l-reason__conts .lists .item {
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .l-reason__conts .lists .item {
    flex-direction: column;
    gap: 20px;
  }
}
.l-reason__conts .lists .item:not(:first-of-type) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .l-reason__conts .lists .item:not(:first-of-type) {
    margin-top: 70px;
  }
}
.l-reason__conts .lists .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-reason__conts .lists .item:nth-of-type(even) {
    flex-direction: column;
  }
}
.l-reason__conts .lists .item .adconts {
  display: flex;
  align-items: baseline;
  margin-top: 50px;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .l-reason__conts .lists .item .adconts {
    font-size: 10px;
  }
}
.l-reason__conts .lists .item .textconts {
  max-width: 470px;
  padding-top: 60px;
  position: relative;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .l-reason__conts .lists .item .textconts {
    max-width: 100%;
    width: 100%;
  }
}
.l-reason__conts .lists .item .textconts .number {
  display: flex;
  align-items: flex-start;
  position: absolute;
  z-index: -1;
  line-height: 1;
  top: -45px;
  gap: 10px;
  right: 0;
}
@media screen and (max-width: 900px) {
  .l-reason__conts .lists .item .textconts .number {
    right: -40px !important;
  }
}
@media screen and (max-width: 768px) {
  .l-reason__conts .lists .item .textconts .number {
    right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .l-reason__conts .lists .item .textconts .number {
    top: -20px !important;
  }
}
.l-reason__conts .lists .item .textconts .number .reason {
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #fff5f5;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .l-reason__conts .lists .item .textconts .number .reason {
    font-size: 22px;
  }
}
.l-reason__conts .lists .item .textconts .number .num {
  font-size: 199px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #fff5f5;
}
@media screen and (max-width: 480px) {
  .l-reason__conts .lists .item .textconts .number .num {
    font-size: 170px;
  }
}
.l-reason__conts .lists .item .textconts__ttl {
  font-size: 25px;
  color: #ff78a0;
  font-weight: 500;
  line-height: 1.25;
}
.l-reason__conts .lists .item .textconts__ttl span {
  color: #ff78a0;
}
@media screen and (max-width: 480px) {
  .l-reason__conts .lists .item .textconts__ttl {
    font-size: 20px;
    font-weight: 600;
  }
}
.l-reason__conts .lists .item .textconts__txt {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.01em;
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .l-reason__conts .lists .item .textconts__txt {
    font-size: 14px;
    margin-top: 20px;
  }
}
.l-reason__conts .lists .item .imgconts {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 476px;
}
@media screen and (max-width: 768px) {
  .l-reason__conts .lists .item .imgconts {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-reason__conts .lists .reason_txt {
  display: block;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .l-reason__conts .lists .reason_txt {
    margin-top: 50px;
  }
}
.l-reason__conts .lists .arrow {
  display: block;
  max-width: 79px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-reason__conts .lists .arrow {
    max-width: 50px;
  }
}

#soudan {
  border-radius: 50px;
}
#soudan.second {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #soudan {
    border-radius: 30px;
  }
}

.l-flow {
  position: relative;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-flow {
    padding-top: 50px;
  }
}
.l-flow .inner {
  max-width: 1080px;
}
@media screen and (max-width: 480px) {
  .l-flow .inner {
    width: 100%;
  }
}
.l-flow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.l-flow:before {
  background: url(../img/service-back.png) no-repeat center/cover;
  z-index: -2;
}
.l-flow__conts {
  position: relative;
  padding: 150px 0 160px;
}
@media screen and (max-width: 768px) {
  .l-flow__conts {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  .l-flow__conts {
    padding: 50px 0;
  }
}
.l-flow__conts:after {
  position: absolute;
  content: "";
  width: 100vw;
  max-width: 95vw;
  height: 100%;
  top: 50%; /* 上から50% */
  left: 50%; /* 左から50% */
  transform: translate(-50%, -50%); /* 幅と高さの50%だけ移動して中央に */
  background: url(../images/facility_bg.webp) no-repeat center/cover;
  border-radius: 50px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-flow__conts:after {
    max-width: 100vw;
  }
}
.l-flow__conts .ttl {
  display: block;
  max-width: 339px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-flow__conts .ttl {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .l-flow__conts .ttl {
    max-width: 250px;
  }
}
.l-flow__conts .flowimg {
  display: block;
  margin-top: 60px;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .l-flow__conts .flowimg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .l-flow__conts .flowimg {
    padding-left: 5%;
    margin-top: 30px;
  }
}
.l-flow__conts .flowimg img {
  overflow-x: auto;
}
@media screen and (max-width: 480px) {
  .l-flow__conts .flowimg img {
    min-width: 600px;
    margin: 0 20px;
  }
}

.l-voice {
  background: url(../img/service-back.png) no-repeat center/cover;
}
.l-voice__conts {
  padding-top: 160px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-voice__conts {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-voice__conts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.l-voice__conts .ttl {
  display: block;
  max-width: 254px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .ttl {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .l-voice__conts .ttl {
    max-width: 200px;
  }
}
.l-voice__conts .lists {
  display: flex;
}
.l-voice__conts .lists .item {
  max-width: 524px;
  height: 833px;
  background: #fff;
  position: relative;
  border-radius: 0px 30px 30px 30px;
  margin: 0 17.5px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px -10px #000;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item {
    max-width: 340px;
    height: initial;
    gap: 25px;
  }
}
.l-voice__conts .lists .item .photo img {
  border-radius: 30px 30px 0 0;
}
.l-voice__conts .lists .item .bottom .detail {
  padding-bottom: 20px;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .detail {
    padding-left: 30px;
  }
}
.l-voice__conts .lists .item .bottom .detail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 424px;
  height: 2px;
  background: #ff78a0;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .detail:after {
    left: 30px;
    width: 84%;
  }
}
.l-voice__conts .lists .item .bottom .detail .present {
  display: flex;
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .detail .present {
    font-size: 14px;
  }
}
.l-voice__conts .lists .item .bottom .detail .present__price {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .detail .present__price {
    width: 100px;
  }
}
.l-voice__conts .lists .item .bottom .detail .future {
  display: flex;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .detail .future {
    font-size: 16px;
  }
}
.l-voice__conts .lists .item .bottom .detail .future__price, .l-voice__conts .lists .item .bottom .detail .future__work {
  color: #ff78a0;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .detail .future__price, .l-voice__conts .lists .item .bottom .detail .future__work {
    padding-left: 25px;
  }
}
.l-voice__conts .lists .item .bottom .detail .future__price:after, .l-voice__conts .lists .item .bottom .detail .future__work:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/arrow_right.png) no-repeat center/contain;
  height: 20px;
  width: 29px;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .detail .future__price:after, .l-voice__conts .lists .item .bottom .detail .future__work:after {
    height: 13px;
    width: 22px;
  }
}
.l-voice__conts .lists .item .bottom .detail .future__price {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .detail .future__price {
    width: 100px;
  }
}
.l-voice__conts .lists .item .bottom .txtconts {
  margin-top: 20px;
  padding: 0px 45px 45px 45px;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .txtconts {
    padding: 0px 30px 30px 30px;
  }
}
.l-voice__conts .lists .item .bottom .txtconts__ttl {
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  color: #ff78a0;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .txtconts__ttl {
    font-size: 18px;
  }
}
.l-voice__conts .lists .item .bottom .txtconts__txt {
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.03em;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .l-voice__conts .lists .item .bottom .txtconts__txt {
    font-size: 14px;
  }
}

#free.second {
  position: relative;
  background: url(../img/service-back.png) no-repeat center/cover;
}
#free.second:after {
  position: absolute;
  content: "";
  top: 0;
  left: 5%;
  background: #fff5f5;
  height: 71%;
  width: 90vw;
  z-index: -1;
  border-radius: 50px;
}
@media screen and (max-width: 1300px) {
  #free.second:after {
    width: 100vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #free.second:after {
    display: none;
  }
}
#free .free-content .lists {
  display: flex;
  gap: 50px;
  margin-top: 120px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #free .free-content .lists {
    margin-top: 70px;
    flex-direction: column;
    background: url(../img/service-back.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 480px) {
  #free .free-content .lists {
    margin-top: 50px;
    gap: 20px;
  }
}
#free .free-content .lists .item {
  padding: 0px 50px 50px;
  background: #ff78a0;
  max-width: 514px;
  border-radius: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #free .free-content .lists .item {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #free .free-content .lists .item {
    padding: 0 30px 30px;
  }
}
#free .free-content .lists .item .imgflame {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#free .free-content .lists .item:nth-of-type(1) .imgflame {
  width: 296px;
  height: 172px;
  margin-top: 75px;
}
@media screen and (max-width: 1300px) {
  #free .free-content .lists .item:nth-of-type(1) .imgflame {
    width: 22.7vw;
    height: 13.2vw;
    margin-top: 5.76vw;
  }
}
@media screen and (max-width: 480px) {
  #free .free-content .lists .item:nth-of-type(1) .imgflame {
    margin-top: 30px;
  }
}
#free .free-content .lists .item:nth-of-type(2) .imgflame {
  width: 276px;
  height: 200px;
  margin-top: 45px;
}
@media screen and (max-width: 1300px) {
  #free .free-content .lists .item:nth-of-type(2) .imgflame {
    width: 21.2vw;
    height: 15.3vw;
    margin-top: 3.46vw;
  }
}
@media screen and (max-width: 480px) {
  #free .free-content .lists .item:nth-of-type(2) .imgflame {
    margin-top: 30px;
  }
}
#free .free-content .lists .item .ttl {
  text-align: center;
  color: #ffff96;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #free .free-content .lists .item .ttl {
    font-size: 18px;
    margin-top: 20px;
  }
}
#free .free-content .lists .item .txt {
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.06em;
  margin-top: 15px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #free .free-content .lists .item .txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
#free .free-content .free-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #free .free-content .free-wrap:after {
    position: absolute;
    content: "";
    top: 0px;
    height: calc(100% + 30px);
    left: 0%;
    background: #fff5f5;
    width: 100vw;
    z-index: -1;
    border-radius: 30px;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 480px) {
  #free .free-content .free-wrap:after {
    top: -30px;
    height: calc(100% + 60px);
  }
}

.l-resister {
  background: url(../img/soudan-back.jpg) no-repeat center/cover;
}
.l-resister .inner {
  max-width: 810px;
}
.l-resister__conts {
  padding: 45px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-resister__conts {
    padding: 35px 0;
  }
}
@media screen and (max-width: 480px) {
  .l-resister__conts {
    padding: 25px 0;
  }
}
.l-resister__conts:after {
  content: "";
  position: absolute;
  background: url(../images/resister_human.png) no-repeat center/cover;
  width: 162px;
  height: 232px;
  right: -10px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-resister__conts:after {
    width: 21vw;
    height: 30.2vw;
    right: 0;
  }
}
.l-resister__conts .txt {
  display: block;
  max-width: 645px;
  margin-left: 0;
  margin-right: auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .l-resister__conts .txt {
    width: 75%;
  }
}

/* ====================================================
Module
==================================================== */
#question {
  background-color: #fff5f5;
}
#question .a-q.contact {
  margin-top: 70px;
}
@media screen and (max-width: 792px) {
  #question .a-q.contact {
    margin-top: 150px;
  }
}
@media screen and (max-width: 568px) {
  #question .a-q.contact {
    margin-top: 180px;
  }
}
@media screen and (max-width: 480px) {
  #question .a-q.contact {
    margin-top: 50px;
  }
}
#question .contact-btn-wrap {
  text-align: center;
}
#question .finish-btn .soudan-btn {
  padding: 16px 0;
  padding-right: 46px;
}
#question .a-q {
  max-width: 1160px;
}
#question .a-q .q-lock {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.625;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 10px;
  transform: translateX(10px);
}
#question .a-q .q-lock:after {
  position: absolute;
  content: "";
  background: url(../images/icon_key.svg) no-repeat center/cover;
  height: 14px;
  width: 11px;
  left: 0;
  top: 0;
  left: -15px;
  top: 5px;
}
#question .a-q .q-title {
  margin-top: 10px;
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap .wpcf7-list-item, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap .wpcf7-list-item {
  max-height: 346px;
  max-width: 346px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap .wpcf7-list-item, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap .wpcf7-list-item {
    height: 42.195vw;
    width: 42.195vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap label, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap label {
  padding: 240px 50px 40px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap label, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap label {
    padding: 30.534vw 0vw 5.089vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap label input:before {
  top: 40px;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap label input:before {
    top: 5.089vw;
  }
}
#question .question-group[data-step="2"] .wpcf7-form-control-wrap .wpcf7-list-item {
  height: 245px;
  width: 346px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="2"] .wpcf7-form-control-wrap .wpcf7-list-item {
    height: 30.9vw;
    width: 42.7vw;
  }
}
#question .question-group[data-step="2"] .wpcf7-form-control-wrap label {
  padding: 140px 50px 15px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="2"] .wpcf7-form-control-wrap label {
    padding: 17.6vw 6.32vw 1.89vw;
    font-size: max(12px, 2.52vw);
  }
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="2"] .wpcf7-form-control-wrap .wpcf7-list-item-label {
    margin-top: 5.05vw !important;
  }
}
@media screen and (max-width: 819px) {
  #question .question-group[data-step="3"] .wpcf7-form-control-wrap .wpcf7-form-control {
    gap: 10px;
  }
}
@media screen and (max-width: 819px) {
  #question .question-group[data-step="3"] .wpcf7-form-control-wrap .wpcf7-list-item {
    width: 100%;
  }
}
#question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item {
  min-height: 254px;
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item {
    min-height: initial;
    height: 100%;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap .wpcf7-list-item, #question .question-group[data-step="2"] .wpcf7-form-control-wrap .wpcf7-list-item, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap .wpcf7-list-item label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap .wpcf7-list-item label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap .wpcf7-list-item label input:before {
  display: block;
  z-index: 1;
  position: relative;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label, #question .question-group[data-step="2"] .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label, #question .question-group[data-step="2"] .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label {
    margin-top: 5.05vw;
    font-size: max(11px, 2.195vw);
  }
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item label input:before {
    scale: 0.9;
    top: 20px;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(1) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(1) label input:before {
  background: url(../images/step01q01_01.png) no-repeat center/cover;
  width: 141px;
  height: 201px;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(1) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(1) label input:before {
    width: 22.195vw;
    height: 31.512vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(2) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(2) label input:before {
  background: url(../images/step01q01_02.png) no-repeat center/cover;
  width: 141px;
  height: 202px;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(2) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(2) label input:before {
    width: 21.3vw;
    height: 30.634vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(3) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(3) label input:before {
  background: url(../images/step01q01_03.png) no-repeat center/cover;
  width: 232px;
  height: 204px;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(3) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(3) label input:before {
    width: 34.293vw;
    height: 29.878vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(1) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(1) label input:before {
  background: url(../images/step01q02_01.png) no-repeat center/cover;
  width: 166px;
  height: 205px;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(1) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(1) label input:before {
    width: 22.244vw;
    height: 27vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(2) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(2) label input:before {
  background: url(../images/step01q02_02.png) no-repeat center/cover;
  width: 140px;
  height: 206px;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(2) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(2) label input:before {
    width: 19.073vw;
    height: 27.122vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(3) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(3) label input:before {
  background: url(../images/step01q02_03.png) no-repeat center/cover;
  width: 218px;
  height: 202px;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(3) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(3) label input:before {
    width: 28.585vw;
    height: 26.634vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(4) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(4) label input:before {
  background: url(../images/step01q02_04.png) no-repeat center/cover;
  width: 134px;
  height: 205px;
}
@media screen and (max-width: 786px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(4) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(4) label input:before {
    width: 18.341vw;
    height: 28vw;
  }
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item {
    max-height: 30.9vw;
    max-width: 43.7vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item label input:before {
  top: 35px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item label input:before {
    top: 4.42vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before {
  background: url(../images/step02q03_01.svg) no-repeat center/contain;
  width: 71px;
  height: 110px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before {
    width: 8.97vw;
    height: 13.9vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before {
  background: url(../images/step02q03_02.svg) no-repeat center/contain;
  width: 71px;
  height: 110px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before {
    width: 8.97vw;
    height: 13.9vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before {
  background: url(../images/step02q03_03.svg) no-repeat center/contain;
  width: 71px;
  height: 110px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before {
    width: 8.97vw;
    height: 13.9vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before {
  background: url(../images/step02q03_04.svg) no-repeat center/contain;
  width: 51px;
  height: 110px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before {
    width: 6.44vw;
    height: 13.9vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before {
  background: url(../images/step02q03_05.svg) no-repeat center/contain;
  width: 51px;
  height: 112px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before {
    width: 6.44vw;
    height: 14.1vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before {
  background: url(../images/step02q03_06.svg) no-repeat center/contain;
  width: 269px;
  height: 43px;
  top: 85px;
}
@media screen and (max-width: 791px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before {
    width: 34vw;
    height: 5.43vw;
    top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item {
    max-height: 30.9vw;
    max-width: 43.7vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item label input:before {
  top: 40px;
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item label input:before {
    top: 5.2vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before {
  background: url(../images/step02q04_01.svg) no-repeat center/cover;
  width: 245px;
  height: 107px;
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before {
    top: 5.2vw;
    width: 31vw;
    height: 13.9vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before {
  background: url(../images/step02q04_02.svg) no-repeat center/cover;
  width: 107px;
  height: 107px;
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before {
    height: 13.9vw;
    width: 13.9vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before {
  background: url(../images/step02q04_03.svg) no-repeat center/cover;
  width: 82px;
  height: 94px;
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before {
    height: 12.2vw;
    width: 10.6vw;
  }
}
#question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before {
  background: url(../images/step02q04_04.svg) no-repeat center/cover;
  width: 101px;
  height: 92px;
}
@media screen and (max-width: 768px) {
  #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before, #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before {
    width: 13.1vw;
    height: 11.9vw;
  }
}

.textbox.birth {
  max-height: 80px;
}
@media screen and (max-width: 568px) {
  .textbox.birth {
    max-height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .textbox.birth {
    max-height: 50px;
  }
}
.textbox.birth .box-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 480px) {
  .textbox.birth .box-right {
    gap: 5px;
  }
}
.textbox.birth .box-right .wpcf7-form-control-wrap {
  display: block;
  height: 100%;
}
.textbox.birth .box-right .data {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .textbox.birth .box-right .data {
    gap: 5px;
    font-size: 12px;
  }
}
.textbox.birth .box-right #year, .textbox.birth .box-right #month, .textbox.birth .box-right #day {
  border: none;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-left: 20px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff !important;
}
@media screen and (max-width: 480px) {
  .textbox.birth .box-right #year, .textbox.birth .box-right #month, .textbox.birth .box-right #day {
    font-size: 12px;
    padding-left: 5px;
    letter-spacing: 0.03em;
  }
}
.textbox.birth .box-right #year.placeholder, .textbox.birth .box-right #month.placeholder, .textbox.birth .box-right #day.placeholder {
  color: #969696 !important;
}
.textbox.birth .box-right #year {
  border-radius: 0 10px 10px 0;
  width: 150px !important;
}
@media screen and (max-width: 480px) {
  .textbox.birth .box-right #year {
    width: 70px !important;
  }
}
.textbox.birth .box-right #month, .textbox.birth .box-right #day {
  border-radius: 10px;
  width: 150px !important;
}
@media screen and (max-width: 480px) {
  .textbox.birth .box-right #month, .textbox.birth .box-right #day {
    width: 50px !important;
  }
}
.textbox.birth .wpcf7-not-valid-tip {
  position: absolute;
  right: -10px;
  bottom: -25px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 792px) {
  .textbox.birth .wpcf7-not-valid-tip {
    bottom: -105px;
  }
}
@media screen and (max-width: 568px) {
  .textbox.birth .wpcf7-not-valid-tip {
    bottom: -185px;
  }
}

.slick-dots {
  bottom: -45px !important;
}
.slick-dots li {
  height: 5px !important;
  width: 50px !important;
}
@media screen and (max-width: 480px) {
  .slick-dots li {
    height: 3px !important;
    width: 30px !important;
  }
}
.slick-dots li button {
  height: 100% !important;
  width: 100% !important;
}
.slick-dots li button:before {
  content: "" !important;
  background: #b4b4b4;
  height: 100% !important;
  width: 100% !important;
}
.slick-dots li.slick-active button:before {
  background: #ff78a0;
  color: #ff78a0;
}

.l-voice .slick-list {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  height: auto !important;
}
.l-voice .slick-list .slick-track {
  float: initial;
  display: flex;
  left: -262px;
}
@media screen and (max-width: 1200px) {
  .l-voice .slick-list .slick-track {
    left: 0;
  }
}
.l-voice .slick-dots {
  bottom: -10px !important;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ====================================================
pages
==================================================== */
.lp05 .slick-dots li.slick-active button:before {
  background: #40c9d8 !important;
}
.lp05 header .header-content .tel:before {
  color: #40c9d8;
}
.lp05 header .header-content .tel .big {
  color: #40c9d8;
}
.lp05 #mv {
  background-image: url(../../assets/img/lp05_mv-back.jpg);
}
.lp05 #mv .mv-content {
  padding: 7.692vw 0 1.538vw !important;
}
@media screen and (max-width: 768px) {
  .lp05 #mv .mv-content {
    padding: 0 !important;
  }
}
.lp05 #mv .mv-content .mv-left .mv-logo {
  width: 49.692vw !important;
  transform: translateX(11.462vw) !important;
}
.lp05 #mv .mv-content .mv-right {
  width: 22.54vw !important;
  top: 1.548vw !important;
  right: 21.846vw !important;
}
@media screen and (max-width: 1080px) {
  .lp05 #mv .mv-content .mv-right {
    top: 1.65vw !important;
  }
}
@media screen and (max-width: 768px) {
  .lp05 #free {
    background: url(../../assets/img/lp05_service-back.jpg) no-repeat center/cover !important;
  }
}
.lp05 #free:after {
  width: 100% !important;
  left: 0;
  height: 100%;
  border-radius: 0px;
  background: #fff5eb;
}
.lp05 #free .free-content .a-free .a-free-title {
  color: #40c9d8 !important;
}
.lp05 #free .free-content .a-free.free-02:before {
  background-image: url(../../assets/img/num-01_blue.png) !important;
}
.lp05 #free .free-content .a-free.free-02:after {
  background-image: url(../../assets/img/sup-01_blue.png) !important;
  right: -25px !important;
}
.lp05 #free .free-content .a-free.free-03:before {
  background-image: url(../../assets/img/num-02_blue.png) !important;
}
.lp05 #free .free-content .a-free.free-03:after {
  background-image: url(../../assets/img/sup-02_blue.png) !important;
}
.lp05 #free .free-content .a-free.free-04:before {
  background-image: url(../../assets/img/num-03_blue.png) !important;
}
.lp05 #free .free-content .a-free.free-04:after {
  background-image: url(../../assets/img/sup-03_blue.png) !important;
}
.lp05 #free .free-content .a-free.free-05:before {
  background-image: url(../../assets/img/num-04_blue.png) !important;
}
.lp05 #free .free-content .a-free.free-06:before {
  background-image: url(../../assets/img/num-05_blue.png) !important;
}
.lp05 #free .free-content .a-free.free-06:after {
  background-image: url(../../assets/img/sup-05_blue.png) !important;
}
.lp05 #free .free-content .free-wrap:after {
  background: #fff5eb !important;
}
.lp05 .l-voice {
  background: url(../../assets/img/lp05_service-back.jpg) no-repeat center/cover;
}
.lp05 .l-voice__conts .lists .item .bottom .detail:after {
  background: #40c9d8 !important;
}
.lp05 .l-voice__conts .lists .item .bottom .detail .future__price, .lp05 .l-voice__conts .lists .item .bottom .detail .future__work {
  color: #40c9d8 !important;
}
.lp05 .l-voice__conts .lists .item .bottom .detail .future__price:after, .lp05 .l-voice__conts .lists .item .bottom .detail .future__work:after {
  background: url(../../assets/img/arrow_right_blue.png) no-repeat center/contain !important;
}
.lp05 .l-voice__conts .lists .item .bottom .txtconts__ttl {
  color: #40c9d8 !important;
}
.lp05 #steps {
  background-color: #40c9d8 !important;
}
.lp05 #steps .step-nums p {
  background-color: #337585 !important;
}
.lp05 #steps .step-nums p.active {
  color: #40c9d8 !important;
  background-color: #fff !important;
}
.lp05 #question {
  background-color: #fff5eb !important;
}
.lp05 #question .question-group {
  background-color: #fff5eb !important;
}
.lp05 #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(1) label input:before {
  background: url(../img/lp05_step01q01_01.png) no-repeat center/cover !important;
}
.lp05 #question .question-group[data-step="1"] .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(4) label input:before {
  background: url(../img/lp05_step01q02_04.png) no-repeat center/cover !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before {
  background: url(../img/lp05_step02q03_01.svg) no-repeat center/contain !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before {
  background: url(../img/lp05_step02q03_02.svg) no-repeat center/contain !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before {
  background: url(../img/lp05_step02q03_03.svg) no-repeat center/contain !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before {
  background: url(../img/lp05_step02q03_04.svg) no-repeat center/contain !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before {
  background: url(../img/lp05_step02q03_05.svg) no-repeat center/contain !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before {
  background: url(../img/lp05_step02q03_06.svg) no-repeat center/contain !important;
}
.lp05 #question .btn-wrap label:hover input[type=checkbox] {
  background-color: #40c9d8 !important;
}
.lp05 #question .btn-wrap label input[type=checkbox]:checked {
  background-color: #40c9d8 !important;
}
.lp05 #question .btn-wrap span[data-name=question3] label:hover input[type=checkbox]:before,
.lp05 #question .btn-wrap span[data-name=question4] label:hover input[type=checkbox]:before,
.lp05 #question .btn-wrap span[data-name=question3] label input[type=checkbox]:checked:before,
.lp05 #question .btn-wrap span[data-name=question4] label input[type=checkbox]:checked:before {
  filter: brightness(5) saturate(0) !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before {
  background: url(../img/lp05_step02q04_01.svg) no-repeat center/cover !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before {
  background: url(../img/lp05_step02q04_02.svg) no-repeat center/cover !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before {
  background: url(../img/lp05_step02q04_03.svg) no-repeat center/cover !important;
}
.lp05 #question .question-group[data-step="2"] .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before {
  background: url(../img/lp05_step02q04_04.svg) no-repeat center/cover !important;
}
.lp05 #question .textbox p {
  background-color: #40c9d8 !important;
}
.lp05 #question .textbox.birth {
  max-height: 80px;
}
@media screen and (max-width: 568px) {
  .lp05 #question .textbox.birth {
    max-height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .lp05 #question .textbox.birth {
    max-height: 50px;
  }
}
.lp05 #question .textbox.birth .box-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 480px) {
  .lp05 #question .textbox.birth .box-right {
    gap: 5px;
  }
}
.lp05 #question .textbox.birth .box-right .wpcf7-form-control-wrap {
  display: block;
  height: 100%;
}
.lp05 #question .textbox.birth .box-right .data {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .lp05 #question .textbox.birth .box-right .data {
    gap: 5px;
    font-size: 12px;
  }
}
.lp05 #question .textbox.birth .box-right #year, .lp05 #question .textbox.birth .box-right #month, .lp05 #question .textbox.birth .box-right #day {
  border: none;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-left: 20px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff !important;
}
@media screen and (max-width: 480px) {
  .lp05 #question .textbox.birth .box-right #year, .lp05 #question .textbox.birth .box-right #month, .lp05 #question .textbox.birth .box-right #day {
    font-size: 12px;
    padding-left: 5px;
    letter-spacing: 0.03em;
  }
}
.lp05 #question .textbox.birth .box-right #year.placeholder, .lp05 #question .textbox.birth .box-right #month.placeholder, .lp05 #question .textbox.birth .box-right #day.placeholder {
  color: #969696 !important;
}
.lp05 #question .textbox.birth .box-right #year {
  border-radius: 0 10px 10px 0;
  width: 150px !important;
}
@media screen and (max-width: 480px) {
  .lp05 #question .textbox.birth .box-right #year {
    width: 70px !important;
  }
}
.lp05 #question .textbox.birth .box-right #month, .lp05 #question .textbox.birth .box-right #day {
  border-radius: 10px;
  width: 150px !important;
}
@media screen and (max-width: 480px) {
  .lp05 #question .textbox.birth .box-right #month, .lp05 #question .textbox.birth .box-right #day {
    width: 50px !important;
  }
}
.lp05 #question .textbox.birth .wpcf7-not-valid-tip {
  position: absolute;
  right: -10px;
  bottom: -25px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 792px) {
  .lp05 #question .textbox.birth .wpcf7-not-valid-tip {
    bottom: -105px;
  }
}
@media screen and (max-width: 568px) {
  .lp05 #question .textbox.birth .wpcf7-not-valid-tip {
    bottom: -185px;
  }
}
.lp05 #question .a-q.contact {
  margin-top: 70px;
}
@media screen and (max-width: 792px) {
  .lp05 #question .a-q.contact {
    margin-top: 150px;
  }
}
@media screen and (max-width: 568px) {
  .lp05 #question .a-q.contact {
    margin-top: 180px;
  }
}
@media screen and (max-width: 480px) {
  .lp05 #question .a-q.contact {
    margin-top: 50px;
  }
}
.lp05 #question .contact-btn-wrap {
  text-align: center;
}
.lp05 #question .finish-btn .soudan-btn {
  padding: 16px 0;
  padding-right: 46px;
}
.lp05 #information {
  background-color: #40c9d8 !important;
}

.l-footer {
  background: #ff78a0;
  padding: 70px 0 40px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 50px 0 30px;
  }
}
.l-footer__conts .logo {
  max-width: 305px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__conts .logo {
    max-width: 150px;
  }
}
.l-footer__conts .lastconts {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  align-items: flex-start;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__conts .lastconts {
    margin-top: 30px;
    font-size: 14px;
    flex-direction: column;
  }
}
.l-footer__conts .lastconts .left .corpinfo {
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.l-footer__conts .lastconts .left .corpinfo span {
  color: #fff !important;
}
.l-footer__conts .lastconts .left .corpinfo span a {
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-footer__conts .lastconts .right {
    margin-top: 30px;
  }
}
.l-footer__conts .lastconts .right .lists {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .l-footer__conts .lastconts .right .lists {
    gap: 20px;
  }
}
.l-footer__conts .lastconts .right .lists .item {
  position: relative;
}
.l-footer__conts .lastconts .right .lists .item:last-of-type:after {
  display: none;
}
.l-footer__conts .lastconts .right .lists .item:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 16px;
  width: 1px;
  background: #fff;
  top: 5px;
  right: -11px;
}
.l-footer__conts .lastconts .right .lists .item a {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__conts .lastconts .right .lists .item a {
    font-size: 14px;
  }
}
.l-footer__conts .lastconts .copyrights {
  text-align: end;
  margin-top: 30px;
  margin-right: 0;
  margin-left: auto;
}
.l-footer__conts .lastconts .copyrights small {
  color: #fff;
}/*# sourceMappingURL=edited.css.map */