body {
  margin: 16% 0 30% 0%;
  overflow-x: hidden;
}

@media (min-width: 767px) {
  body {
    margin: 174px auto 50px auto;
  }
}
.area-box {
  padding: 0%;
  margin-bottom: 0%;
}

@media (min-width: 767px) {
  .area-box {
    padding: 0 0px;
    margin-bottom: 0%;
  }
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  background-color: white;
  display: none;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.17);
  line-height: 0;
  text-align: center;
}
footer img {
  width: 100%;
}

.kv-box {
  overflow: hidden;
  position: relative;
}

.kv-women {
  position: absolute;
  top: 79.8%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88.5%;
  z-index: 1;
}

@media (min-width: 767px) {
  main {
    overflow: hidden;
  }
  .kv-women {
    position: absolute;
    top: 31%;
    top: 30.8%;
    left: 79.3%;
    transform: translate(-50%, -50%);
    width: 13%;
  }
}
.case-box_heading {
  width: 80%;
  margin: 0 auto 2% auto;
}
.case-box_contents-box {
  position: relative;
}
.case-box_contents-box_contents {
  position: relative;
  width: 33.5%;
}
.case-box_contents-box_contents_text {
  position: absolute;
  top: 63%;
  left: 8%;
  width: 87%;
  font-size: 1.4vw;
  line-height: 1.5;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}
.swiper-container img {
  width: 100%;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #12B2B9;
  --swiper-navigation-size: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: white;
  --swiper-navigation-size: 30px;
  --swiper-navigation-size: 4vw;
  background-color: rgba(26, 157, 108, 0.9);
  border-radius: 100%;
  max-width: 70px;
  max-height: 70px;
  width: 10%;
  height: 10vw;
}

.swiper-button-prev {
  left: 30px;
  left: 4%;
  padding-right: 5px;
}

.swiper-button-next {
  right: 30px;
  right: 4%;
  padding-left: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 25px;
  max-width: 50px;
  max-height: 50px;
  width: 10%;
  height: 10vw;
}

.swiper-button-prev {
  left: 30%;
  padding-right: 5px;
}

.swiper-button-next {
  right: 30%;
  padding-left: 5px;
}

@media (min-width: 1200px) {
  .case-box_contents-box_contents_text {
    top: 66%;
    font-size: 18px;
  }
}
.attention-box {
  padding: 2.6% 2.6% 9.3% 2.6%;
  background-image: url(/asset/img/eco_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.reason-box {
  width: 100%;
  position: relative;
}
.reason-box_text-box {
  position: absolute;
  width: 87%;
  left: 7%;
}
.reason-box_text-box_text {
  line-height: 1.75;
  font-size: 28px;
  font-size: 3.7vw;
}
.reason-box_text-position1 {
  top: 32.5%;
}
.reason-box_text-position2 {
  top: 60.5%;
}
.reason-box_text-position3 {
  top: 89.5%;
}

@media (min-width: 767px) {
  .reason-box {
    width: 100%;
    position: relative;
  }
  .reason-box_text-box {
    position: absolute;
    width: 37%;
    left: 20%;
  }
  .reason-box_text-box_text {
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.3vw;
  }
  .reason-box_text-position1 {
    top: 32.5%;
  }
  .reason-box_text-position2 {
    top: 57.5%;
  }
  .reason-box_text-position3 {
    top: 82.5%;
  }
}
@media (min-width: 1499px) {
  .reason-box_text-box_text {
    line-height: 1.5;
    font-size: 16px;
  }
}
.corona-box {
  position: relative;
  background-image: url(../img/stripe_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 3.3%;
}

.corona-text {
  position: absolute;
  width: 80%;
  font-size: 16px;
  line-height: 1, 75;
  font-size: 3.7vw;
  top: 22.5%;
  left: 9%;
  color: #333333;
}

@media (min-width: 767px) {
  .corona-box {
    background-image: none;
    padding: 0%;
  }
  .corona-text {
    display: none;
  }
}
.faq-box {
  max-width: 750px;
  margin: 8% auto 0 auto;
  position: relative;
}
.faq-box_inner {
  padding: 10% 3.3%;
}
.faq-box_heading {
  width: 48%;
  margin: 0 auto 0% auto;
}
.faq-box_list-box_list {
  border-radius: 10px;
  border: solid 4px #CCCCCC;
  padding: 3.3%;
  margin-bottom: 5%;
}
.faq-box_list-box_list_q-box {
  display: flex;
  align-items: center;
  border-bottom: 4px dotted #808080;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.faq-box_list-box_list_q-box_q {
  max-width: 110px;
  width: 15%;
  margin-right: 5%;
}
.faq-box_list-box_list_q-box_heading {
  width: 85%;
  font-size: 20px;
  font-size: 25px;
  color: #FF2906;
  font-weight: bold;
  font-size: 4.6vw;
}
.faq-box_list-box_list_a-box {
  display: flex;
  align-items: flex-start;
}
.faq-box_list-box_list_a-box_a {
  font-size: 25px;
  background-color: transparent;
  width: 15%;
  text-align: center;
  border-radius: 100%;
  margin-right: 5%;
  color: #000;
  padding-left: 2.5%;
  padding-left: 15px;
  font-size: 4.6vw;
  font-weight: bold;
}
.faq-box_list-box_list_a-box_text {
  font-size: 16px;
  line-height: 1, 75;
  font-size: 3.7vw;
}

@media (min-width: 767px) {
  .faq-box {
    padding: 0% 0px;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
  }
  .faq-box_inner {
    padding: 2% 0%;
  }
  .faq-box_heading {
    width: 20%;
    margin: 5% auto 3% auto;
  }
  .faq-box_list-box {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 72%;
    margin: 0 auto;
  }
  .faq-box_list-box_list {
    width: 48%;
    padding: 2%;
    margin-bottom: 3%;
    border: none;
    background-color: #F2F2F2;
  }
  .faq-box_list-box_list_q-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .faq-box_list-box_list_q-box_q {
    max-width: 110px;
    width: 15%;
    margin-right: 5%;
  }
  .faq-box_list-box_list_q-box_heading {
    width: 85%;
    font-size: 25px;
  }
  .faq-box_list-box_list_a-box_a {
    font-size: 25px;
    width: 15%;
    margin-right: 5%;
    padding-left: 2.5%;
    padding-left: 15px;
  }
  .faq-box_list-box_list_a-box_text {
    font-size: 16px;
  }
}
.footer-box {
  position: relative;
  display: block;
}
.footer-box_text {
  color: #707070;
  font-size: 25px;
  font-size: 2.8vw;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  top: 72%;
  left: 61%;
  transform: translate(-50%, -50%);
}
.footer-box_text span {
  color: #F93103;
}

.footer-box_text-1to3ken {
  font-size: 2.2vw;
}

.flow-box {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.flow-box_heading {
  width: 100%;
  margin: 0 auto 0 auto;
}
.flow-box_text-box {
  position: absolute;
  width: 66%;
  left: 28.5%;
}
.flow-box_text-box_text {
  line-height: 1.6;
  font-size: 28px;
  font-size: 3.7vw;
}
.flow-box_text-position1 {
  top: 17.5%;
}
.flow-box_text-position2 {
  top: 34.7%;
}
.flow-box_text-position3 {
  top: 51.8%;
}
.flow-box_text-position4 {
  top: 68.9%;
}
.flow-box_text-position5 {
  top: 86%;
}

@media (min-width: 767px) {
  .flow-box {
    max-width: 1500px;
  }
  .flow-box_text-box {
    position: absolute;
    width: 11.2%;
    top: 64%;
  }
  .flow-box_text-box_text {
    line-height: 1.5;
    font-size: 16px;
    font-size: 1.2vw;
  }
  .flow-box_text-position1 {
    left: 17%;
  }
  .flow-box_text-position2 {
    left: 30.6%;
  }
  .flow-box_text-position3 {
    left: 44.4%;
  }
  .flow-box_text-position4 {
    left: 57.8%;
  }
  .flow-box_text-position5 {
    left: 71.5%;
  }
}
@media (min-width: 1200px) {
  .flow-box_text-box {
    width: 11.3%;
  }
  .flow-box_text-box_text {
    line-height: 1.5;
    font-size: 16px;
  }
}
.voice-box {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.voice-box_text-box {
  position: absolute;
  width: 81%;
  left: 9.9%;
}
.voice-box_text-box_text {
  line-height: 1.6;
  font-size: 28px;
  font-size: 3.5vw;
}
.voice-box_text-box-head {
  position: absolute;
  width: 63%;
  left: 27.9%;
}
.voice-box_text-box-head_text {
  line-height: 1.6;
  font-size: 21px;
  font-size: 4.5vw;
  font-weight: bold;
  color: #FF2906;
}
.voice-box_text-position-head1 {
  top: 13.5%;
}
.voice-box_text-position-head2 {
  top: 42.7%;
}
.voice-box_text-position-head3 {
  top: 72.3%;
}
.voice-box_text-position1 {
  top: 21.5%;
}
.voice-box_text-position2 {
  top: 50.8%;
}
.voice-box_text-position3 {
  top: 80%;
}

@media (min-width: 767px) {
  .voice-box {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
  }
  .voice-box_text-box {
    position: absolute;
    width: 28.5%;
  }
  .voice-box_text-box_text {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.21vw;
  }
  .voice-box_text-box-head {
    position: absolute;
    width: 22%;
    left: 24.9%;
  }
  .voice-box_text-box-head_text {
    line-height: 1.6;
    font-size: 21px;
    font-size: 1.6vw;
  }
  .voice-box_text-position-head1 {
    top: 20.5%;
  }
  .voice-box_text-position-head2 {
    top: 20.5%;
    left: 59.8%;
  }
  .voice-box_text-position-head3 {
    top: 60%;
    left: 42%;
  }
  .voice-box_text-position1 {
    top: 31.5%;
    left: 18.7%;
  }
  .voice-box_text-position2 {
    top: 31.5%;
    left: 53.4%;
  }
  .voice-box_text-position3 {
    top: 71%;
    left: 35.9%;
  }
  .voice-box_text-position4 {
    top: 67.5%;
    left: 63%;
  }
}
@media (min-width: 1200px) {
  .voice-box_text-box_text {
    line-height: 1.7;
    font-size: 17px;
  }
  .voice-box_text-box-head_text {
    font-size: 24px;
  }
}
.case-text-box {
  width: 100%;
  position: relative;
}
.case-text-box_box {
  position: absolute;
  width: 87%;
  left: 7%;
}
.case-text-box_box_text {
  line-height: 1.6;
  font-size: 28px;
  font-size: 3.6vw;
}
.case-text-box_box_text-position1 {
  top: 23.3%;
}
.case-text-box_box_text-position2 {
  top: 45.7%;
}
.case-text-box_box_text-position3 {
  top: 68%;
}
.case-text-box_box_text-position4 {
  top: 90.5%;
}/*# sourceMappingURL=index.css.map */