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

@media (min-width: 767px) {
  body {
    margin: 165px 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;
  -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.17);
  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;
}

@media (min-width: 767px) {
  main {
    overflow: hidden;
  }
}

.case-box {
  padding: 10% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-box_heading {
  width: 56%;
  margin: 0 auto 5.3% auto;
}

.case-box_heading2 {
  width: 55%;
  margin: 0 auto 5.3% auto;
}

.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-prev {
  left: 0;
  display: none;
}

.swiper-button-prev {
  right: 0;
  display: none;
}

.swiper-button-prev {
  display: none;
}

.swiper-button-next {
  display: none;
}

@media screen and (max-width: 768px) {
  .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .swiper-slide + * {
    margin-top: 20px;
  }
}

@media (min-width: 767px) {
  .swiper-button-prev {
    display: block;
  }
  .swiper-button-next {
    display: block;
  }
}

.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: 31.8%;
}

.reason-box_text-position2 {
  top: 60%;
}

.reason-box_text-position3 {
  top: 89%;
}

@media (min-width: 767px) {
  .reason-box {
    width: 100%;
    position: relative;
  }
  .reason-box_text-box {
    position: absolute;
    width: 38%;
    left: 20%;
  }
  .reason-box_text-box_text {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.5vw;
  }
  .reason-box_text-position1 {
    top: 30%;
  }
  .reason-box_text-position2 {
    top: 54.5%;
  }
  .reason-box_text-position3 {
    top: 79.6%;
  }
}

@media (min-width: 1200px) {
  .reason-box_text-box_text {
    line-height: 1.75;
    font-size: 16px;
  }
}

.faq-box {
  max-width: 750px;
  margin: 0% auto 0 auto;
  position: relative;
}

.faq-box_inner {
  padding: 10% 3.3%;
}

.faq-box_heading {
  width: 100%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #1A55C4;
  font-weight: bold;
  font-size: 4.6vw;
}

.faq-box_list-box_list_a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: #1A55C4;
  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: 100%;
    margin: 0 auto 3% auto;
  }
  .faq-box_list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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.5vw;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  top: 72%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-box_text span {
  color: #F93103;
}

.flow-box {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.flow-box_inner {
  padding: 3% 3% 10% 3%;
}

.flow-box_heading {
  width: 100%;
  margin: 0% auto 3% auto;
}

.flow-box_pc-list-box {
  display: none;
}

.flow-box_list-box_list {
  margin-bottom: 12%;
  border: solid 3px #CCCCCC;
  padding: 4%;
  position: relative;
}

.flow-box_list-box_list::after {
  content: "";
  position: absolute;
  top: 116.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/flow-next.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 42px;
  height: 21px;
}

.flow-box_list-box_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.flow-box_list-box_list:nth-last-of-type(1)::after {
  display: none;
}

.flow-box_list-box_list_heading {
  margin: 0 auto 5% 0;
  padding-left: 1%;
}

.flow-box_list-box_list_heading1 {
  width: 74%;
}

.flow-box_list-box_list_heading2 {
  width: 80%;
}

.flow-box_list-box_list_heading3 {
  width: 75%;
}

.flow-box_list-box_list_heading4 {
  width: 78%;
}

.flow-box_list-box_list_heading5 {
  width: 76%;
}

.flow-box_list-box_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow-box_list-box_list_left {
  width: 25%;
  position: relative;
}

.flow-box_list-box_list_left img {
  width: 100%;
  margin: 0 auto;
}

.flow-box_list-box_list_right {
  width: 70%;
}

.flow-box_list-box_list_right_text {
  line-height: 1.75;
  font-size: 16px;
  font-size: 3.7vw;
}

@media (min-width: 767px) {
  .flow-box {
    padding: 3% 0%;
    max-width: 1500px;
  }
  .flow-box_heading {
    width: 100%;
    margin: 0 auto 3% auto;
  }
  .flow-box_inner {
    padding: 3% 3% 10% 3%;
    display: none;
  }
  .flow-box_pc-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flow-box_pc-list-box::after {
    content: "";
    background-image: url(../img/pc/pc-flow-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 110%;
    height: 28%;
    z-index: 1;
  }
  .flow-box_pc-list-box_list {
    width: 18.4%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding-bottom: auto;
    border: solid 1px #CCCCCC;
    z-index: 2;
  }
  .flow-box_pc-list-box_list_step {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .flow-box_pc-list-box_list_img {
    width: 100%;
  }
  .flow-box_pc-list-box_list_text-box {
    padding: 10px 10px 10px 10px;
  }
  .flow-box_pc-list-box_list_text-box_heading {
    width: 60%;
    margin: 0 auto 10px auto;
  }
  .flow-box_pc-list-box_list_text-box_heading img {
    width: 100%;
  }
  .flow-box_pc-list-box_list_text-box_heading2 {
    width: 75%;
  }
  .flow-box_pc-list-box_list_text-box_heading3 {
    width: 70%;
  }
  .flow-box_pc-list-box_list_text-box_heading4 {
    width: 90%;
  }
  .flow-box_pc-list-box_list_text-box_heading5 {
    width: 75%;
  }
  .flow-box_pc-list-box_list_text-box_text {
    font-size: 16px;
    line-height: 1,75;
  }
  .mt {
    margin-top: 10px;
  }
}

.voice-box_heading {
  width: 100%;
  margin: 0 auto 0% auto;
}

.voice-box_heading img {
  width: 100%;
}

.voice-box_list-box {
  padding: 5.5% 3.5%;
}

.voice-box_list-box_list {
  margin-bottom: 12%;
  position: relative;
  border-radius: 10px;
  padding: 0% 0;
}

.voice-box_list-box_list:nth-last-child(1) {
  margin-bottom: 0;
}

.voice-box_list-box_list_pc-img {
  display: none;
}

.voice-box_list-box_list_bg {
  width: 100%;
  bottom: 0%;
  left: 0;
  z-index: -1;
}

.voice-box_list-box_list_pc-text-box {
  position: absolute;
  top: 15%;
  left: auto;
}

.voice-box_list-box_list_heading-box {
  position: relative;
  width: 93%;
  margin: 0 auto 3% auto;
}

.voice-box_list-box_list_heading-box_heading {
  width: 100%;
  font-size: 4.5vw;
  line-height: 1.36;
  color: #1A55C4;
}

.voice-box_list-box_list_text {
  line-height: 1.75;
  font-size: 3.7vw;
  position: relative;
  width: 93%;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .voice-box {
    padding: 0% 0% 0 0%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .voice-box_list-box {
    padding: 5.5% 3.5%;
    padding: 3% 20px;
    max-width: 1040px;
    margin: 0 auto;
    width: 72%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice-box_list-box_list {
    margin-bottom: 0%;
    padding: 5%  2%;
    width: 50%;
  }
  .voice-box_list-box_list:nth-last-child(1) {
    margin-bottom: 0%;
    padding-bottom: 0;
  }
  .voice-box_list-box_list_pc-img {
    display: block;
    width: 11%;
  }
  .voice-box_list-box_list_pc-text-box {
    width: 82%;
    left: 8%;
    top: 21%;
  }
  .voice-box_list-box_list_heading-box {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .voice-box_list-box_list_heading-box_img {
    display: none;
  }
  .voice-box_list-box_list_heading-box_heading {
    width: 100%;
    font-size: 18px;
    font-size: 1.5vw;
  }
  .voice-box_list-box_list_text {
    font-size: 16px;
    font-size: 1.33vw;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .voice-box_list-box_list_pc-text-box {
    top: 24%;
  }
  .voice-box_list-box_list_heading-box_heading {
    font-size: 18px;
  }
  .voice-box_list-box_list_text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=index.css.map */