@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;
}

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

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

#soudan {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  #soudan {
    margin-top: 70px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 480px) {
  #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%;
  }
}

/* ====================================================
Job
==================================================== */
.l-inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.job-bread {
  padding: 25px 0 38px;
}
@media screen and (max-width: 768px) {
  .job-bread {
    padding: 20px 0 13px;
  }
}
.job-bread--list {
  font-size: 14px;
  word-break: break-all;
}
.job-bread--list > li {
  display: inline;
}
.job-bread--list > li a {
  color: #1976d2;
}
.job-bread--list > li + li::before {
  content: "＞";
  font-size: 14px;
  /* content: ">"; */
  transform: scale(0.5);
  display: inline-block;
}
.job-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}


.job-heading {
	  display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.job-heading {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
  .job-container {
    width: 65.2% !important;
    float: left;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .job-container {
    width: 100%;
    float: left;
    margin-bottom: 100px;
  }
}

.job-result {
  padding-left: 20px;
  padding-bottom: 45px;
}
.job-result-item {
  font-size: 16px;
}
.job-result-ttl {
  float: left;
  margin-right: 2em;
  font-weight: bold;
}
.job-result-term {
  overflow: hidden;
}
.job-result-num {
  color: #1976d2;
}
.job-page-h1 {
  position: relative;
  padding-left: 37px;
  font-size: 28px;
  margin-bottom: 20px;
  width: 40%;
}


@media screen and (min-width: 768px) {
	.job-page-h1 {
		width: 20%;
	}
}


.job-page-h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 7px;
  border-radius: 3px;
  background: linear-gradient(#48c6ef, #6f86d6);
}
.job-content-item {
  position: relative;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 20px 20px;
  background: #fff;
  overflow: hidden;
}
.job-content-item:nth-child(n+2) {
  margin-top: 30px;
}
.job-content-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.job-content-head-ttl {
  padding: 2px 0 0 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.job-content-body {
  margin-top: 20px;
}
.job-content-foot {
  margin-top: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-content-btn {
  margin: 10px;
  border-radius: 4px;
}
.job-content-btn:first-child {
  border: 3px solid #000;
}
.job-content-btn a {
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  font-size: 16px;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  transition: opacity 0.5s;
  box-sizing: border-box;
  font-weight: bold;
}
.job-content-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.job-content-btn + .job-content-btn {
  border-color: #ffa000;
  background: #ffa000;
  border: 3px solid #ffa000;
}
.job-content-btn + .job-content-btn a {
  color: #fff;
}
.job-body-list {
  display: table;
  font-size: 16px;
  word-break: break-all;
  overflow: hidden;
}
.job-body-item {
  display: table-row;
}
.job-body-item dt,
.job-body-item dd {
  display: table-cell;
  vertical-align: top;
  line-height: 1.5;
}
.job-body-item dt {
  padding-right: 1em;
  font-weight: bold;
  color: #1976d2;
  white-space: nowrap;
}
.job-body-item:nth-child(n+2) dt, .job-body-item:nth-child(n+2) dd {
  padding-top: 15px;
}


.search_form{
	width: 55%;
}

.search_form ul{
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	.search_form{
	width: 55% !important;
}

}

@media screen and (min-width: 768px) {
	.search_form{
	width: 65%;
}

}

@media screen and (max-width: 768px) {
	.search_form{
		width: 100%;
		margin: 30px 0 40px;
	}
}


.search_form li {
  padding: 0;
}
.search_form li:last-child {
  margin-right: 0;
}
.search_form li:first-child:before, .search_form li:first-child::after, .search_form li:last-child:before, .search_form li:last-child::after {
  display: none;
}


.search_form .form_select, .search_form li {
  display: inline-block;
  position: relative;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
	.search_form .form_select, .search_form li {

  }
	.search_form .form_select:nth-child(even), .search_form li:nth-child(even) {
    margin-right: 0;
  }
}

.search_form .form_select select, .search_form .form_select input[name=ofsearch], .search_form li select, .search_form li input[name=ofsearch] {
  width: 150px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #009de8;
  border-radius: 5px;
  color: #009de8;
  font-weight: bold;
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
}

.search_form .form_select input[name=ofsearch], .search_form li input[name=ofsearch] {
  width: 250px;
}

.search_form .search_btn, .search_form input[type=submit] {
  max-width: 150px;
  display: flex;
  height: 42px;
  font-size: 16px;
 background: #48C6EF;
background: linear-gradient(90deg,rgba(72, 198, 239, 1) 0%, rgba(111, 134, 214, 1) 100%);
}

.search_form input[type=submit] {
  width: 150px;
  color: #fff;
  border: none;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
}

@media screen and (max-width: 468px) {
.search_form input[type=submit] {
	width: 100px;
	}
}

/* ====================================================
Job-single
==================================================== */
.job-single-h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.9;
  padding-left: 37px;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.job-single-h1::after {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .job-single-h1 {
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.single-inner {
  padding: 62px 0;
}
@media screen and (max-width: 768px) {
  .single-inner {
    margin-top: 28px;
    padding: 20px 0 58px;
  }
}
.single-body {
  padding: 40px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .single-body {
    padding: 25px;
  }
}
.single-body .title {
  margin-bottom: 35px;
  padding: 2px 0 0 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .single-body .title {
    margin-bottom: 20px;
    padding: 2px 0 0 20px;
  }
}
.single-post {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding-bottom: 30px;
  }
}
.single-table {
  width: 100%;
  font-size: 16px;
  word-break: break-all;
}
.single-table_row {
  border-top: 1px solid #1976d2;
  border-bottom: 1px solid #1976d2;
}
@media screen and (max-width: 768px) {
  .single-table_row {
    display: block;
  }
}
.single-table_head, .single-table_data {
  padding: 12px 25px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .single-table_head, .single-table_data {
    display: block;
  }
}
.single-table_head {
  width: 140px;
  font-weight: bold;
  color: #1976d2;
  background: rgba(25, 118, 210, 0.15);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .single-table_head {
    width: 180px;
    font-size: 16px;
  }
}
.single-table_blur__btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 75%;
}
.single-table_blur__btn .btn2 {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 240px;
  font-weight: 700;
  border: 3px solid;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  padding: 8px 10px;
  line-height: inherit;
  background: none;
  transition: opacity 0.5s;
  box-sizing: border-box;
  cursor: pointer;
}
.single-table_blur__btn .btn2._color_orange {
  border-color: #ffa000;
  background: #ffa000;
  color: #fff;
}
.single-table_blur__btn .btn2._long {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .single-table_blur__btn .btn2._long {
    padding: 12px 10px;
    max-width: 320px;
    font-size: 18px;
  }
}
.single-comment {
  margin-top: 40px;
  padding: 25px 20px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .single-comment {
    margin-top: 15px;
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }
  .single-comment br {
    display: none;
  }
}

.single-table_blur table tr:nth-child(7),
.single-table_blur table tr:nth-child(8),
.single-table_blur table tr:nth-child(9),
.single-table_blur table tr:nth-child(10),
.single-table_blur table tr:nth-child(11),
.single-table_blur table tr:nth-child(12),
.single-table_blur table tr:nth-child(13),
.single-table_blur table tr:nth-child(14),
.single-table_blur table tr:nth-child(15),
.single-table_blur table tr:nth-child(16),
.single-table_blur table tr:nth-child(17),
.single-table_blur table tr:nth-child(18),
.single-table_blur table tr:nth-child(19),
.single-table_blur table tr:nth-child(20),
.single-table_blur table tr:nth-child(21),
.single-table_blur table tr:nth-child(22),
.single-table_blur table tr:nth-child(23),
.single-table_blur table tr:nth-child(24),
.single-table_blur table tr:nth-child(25),
.single-table_blur table tr:nth-child(26),
.single-table_blur table tr:nth-child(27),
.single-table_blur table tr:nth-child(28),
.single-table_blur table tr:nth-child(29),
.single-table_blur table tr:nth-child(30),
.single-table_blur table tr:nth-child(31),
.single-table_blur table tr:nth-child(32),
.single-table_blur table tr:nth-child(33),
.single-table_blur table tr:nth-child(34),
.single-table_blur table tr:nth-child(35),
.single-table_blur table tr:nth-child(36),
.single-table_blur table tr:nth-child(37),
.single-table_blur table tr:nth-child(38),
.single-table_blur table tr:nth-child(39) {
  -ms-filter: blur(6px);
  filter: blur(6px);
  border-bottom: 1px solid #a5cef4;
}

/* ====================================================
Module
==================================================== */
#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 #wpcf7-f7-o1 .wpcf7-form-control-wrap label, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap label {
  height: 346px;
  width: 346px;
  padding: 240px 50px 40px;
}
@media screen and (max-width: 768px) {
  #question #wpcf7-f7-o1 .wpcf7-form-control-wrap label, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap label {
    height: 300px;
    padding: 210px 50px 20px;
    width: 100%;
  }
}
#question #wpcf7-f7-o1 .wpcf7-form-control-wrap label input:before, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap label input:before {
  top: 40px;
}
#question #wpcf7-f12-o1 .wpcf7-form-control-wrap label {
  height: 245px;
  width: 346px;
  padding: 140px 50px 15px;
}
@media screen and (max-width: 791px) {
  #question #wpcf7-f12-o1 .wpcf7-form-control-wrap label {
    height: 30.9vw;
    width: 43.7vw;
    padding: 17.6vw 6.32vw 1.89vw;
    font-size: max(12px, 2.52vw);
  }
}
@media screen and (max-width: 791px) {
  #question #wpcf7-f12-o1 .wpcf7-form-control-wrap .wpcf7-list-item-label {
    margin-top: 5.05vw !important;
  }
}
#question #wpcf7-f12-o1 .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 #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap .wpcf7-list-item, #question #wpcf7-f12-o1 .wpcf7-form-control-wrap .wpcf7-list-item, #question #wpcf7-f7-o2 .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
#question #wpcf7-f7-o1 .wpcf7-form-control-wrap .wpcf7-list-item label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap .wpcf7-list-item label .wpcf7-list-item-label, #question #wpcf7-f12-o1 .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: 768px) {
  #question #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f12-o1 .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;
}
#question #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f12-o1 .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;
}
#question #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question1] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f12-o1 .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;
}
#question #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f12-o1 .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;
}
#question #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f12-o1 .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;
}
#question #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f12-o1 .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;
}
#question #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question2] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f12-o1 .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: 768px) {
  #question #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(5) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question3] .wpcf7-list-item:nth-of-type(6) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(1) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(2) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(3) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f12-o1 .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 #wpcf7-f7-o1 .wpcf7-form-control-wrap[data-name=question4] .wpcf7-list-item:nth-of-type(4) label input:before, #question #wpcf7-f12-o1 .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;
  }
}

.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;
}

.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 */