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

@media (min-width: 767px) {
  body {
    margin: 158px 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;
}

@media (min-width: 767px) {
  main {
    overflow: hidden;
  }
}
.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: 28.5%;
}
.reason-box_text-position2 {
  top: 58.5%;
}
.reason-box_text-position3 {
  top: 88.3%;
}

@media (min-width: 767px) {
  .reason-box {
    width: 100%;
    position: relative;
  }
  .reason-box_text-box {
    position: absolute;
    width: 22.2%;
    left: 19%;
  }
  .reason-box_text-box_text {
    line-height: 1.3;
    font-size: 16px;
    font-size: 1.3vw;
  }
  .reason-box_text-position1 {
    top: 71%;
    left: 11.8%;
  }
  .reason-box_text-position2 {
    top: 71%;
    left: 39%;
  }
  .reason-box_text-position3 {
    top: 71%;
    left: 66.7%;
  }
}
@media (min-width: 1200px) {
  .reason-box_text-box {
    top: 70.8%;
  }
  .reason-box_text-box_text {
    line-height: 1.5;
    font-size: 16px;
  }
  .reason-box_text-position1 {
    left: 12%;
  }
}
.faq-box {
  max-width: 750px;
  margin: 0% auto 0 auto;
  position: relative;
  background-color: #EBF6FE;
}
.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%;
  background-color: white;
}
.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: #275CD2;
  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: #275CD2;
  padding-left: 2.5%;
  padding-left: 15px;
  font-size: 4.6vw;
}
.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: 600px;
    margin: 0 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: white;
  }
  .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.6vw;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  top: 72%;
  left: 58%;
  transform: translate(-50%, -50%);
}
.footer-box_text span {
  color: #F93103;
}

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

.flow-box {
  padding: 0% 0% 6% 0;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-color: #EBF6FE;
}
.flow-box_heading {
  width: 100%;
  margin: 0 auto 5% auto;
}
.flow-box_pc-list-box {
  display: none;
}
.flow-box_list-box {
  position: relative;
  padding: 0% 3%;
}
.flow-box_list-box::after {
  content: "";
  background-image: url(/asset/img/flow_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  left: 14.3%;
  height: 80%;
  width: 1.7vw;
  z-index: 1;
}
.flow-box_list-box_list {
  display: flex;
  margin-bottom: 5%;
  background-color: white;
  padding: 0 0 0 5%;
  position: relative;
}
.flow-box_list-box_list::after {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
}
.flow-box_list-box_list_left {
  width: 17%;
  position: relative;
  z-index: 2;
}
.flow-box_list-box_list_left_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.flow-box_list-box_list_left img {
  width: 100%;
  margin: 0 auto;
}
.flow-box_list-box_list_right {
  display: flex;
  align-items: center;
  width: 83%;
  padding: 6% 4%;
  position: relative;
  z-index: 2;
}
.flow-box_list-box_list_right_pc-img {
  display: none;
}
.flow-box_list-box_list_right_heading {
  margin-bottom: 5%;
  max-width: 100%;
}
.flow-box_list-box_list_right_heading img {
  max-width: 100%;
}
.flow-box_list-box_list_right_small-heading {
  width: 40%;
  max-width: 100%;
}
.flow-box_list-box_list_right_small-heading img {
  max-width: 100%;
}
.flow-box_list-box_list_right_text {
  line-height: 1.75;
  font-size: 16px;
  font-size: 3.7vw;
}

.flow-bg1::after {
  background-image: url(/asset/img/flow1_bg.png);
  width: 13.2vw;
  height: 13.2vw;
}

.flow-bg2::after {
  background-image: url(/asset/img/flow2_bg.png);
  width: 16vw;
  height: 9.8vw;
}

.flow-bg3::after {
  background-image: url(/asset/img/flow3_bg.png);
  width: 9.6vw;
  height: 13vw;
}

.flow-bg4::after {
  background-image: url(/asset/img/flow4_bg.png);
  width: 16vw;
  height: 10.6vw;
}

.flow-bg5::after {
  background-image: url(/asset/img/flow5_bg.png);
  width: 12.5vw;
  height: 13vw;
}

.flow-h1 {
  width: 81%;
}

.flow-h2 {
  width: 83%;
}

.flow-h3 {
  width: 78%;
}

.flow-h4 {
  width: 55%;
}

@media (min-width: 767px) and (min-width: 767px) {
  .flow-box {
    padding: 3% 0%;
    max-width: 1500px;
    background-color: #EAF6FE;
  }
  .flow-box_heading {
    width: 610px;
    margin: 0 auto 3% auto;
  }
  .flow-box_list-box {
    position: relative;
    width: 67%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .flow-box_list-box::after {
    top: 8%;
    left: 14%;
    height: 83%;
    width: 6px;
    z-index: 1;
    left: calc(9.5% + 50px);
    display: none;
  }
  .flow-box_list-box_list {
    display: flex;
    margin-bottom: 5%;
    background-color: white;
    padding: 0 0 0 50px;
    position: relative;
  }
  .flow-box_list-box_list::after {
    display: none;
  }
  .flow-box_list-box_list_left {
    width: 17%;
    width: 60px;
  }
  .flow-box_list-box_list_right {
    display: flex;
    align-items: center;
    width: 83%;
    padding: 6% 4%;
    position: relative;
    z-index: 2;
  }
  .flow-box_list-box_list_right_pc-img {
    display: block;
    width: 15%;
  }
  .flow-box_list-box_list_right_heading {
    margin-bottom: 5%;
    max-width: 100%;
    margin-left: 5%;
  }
  .flow-box_list-box_list_right_heading img {
    max-width: 100%;
  }
  .flow-box_list-box_list_right_text {
    margin-left: 5%;
    width: 100%;
    line-height: 1.75;
    font-size: 18px;
  }
  .flow-h1 {
    width: 240px;
  }
  .flow-h2 {
    width: 220px;
  }
  .flow-h3 {
    width: 220px;
  }
  .flow-h4 {
    width: 160px;
  }
  .flow-h5 {
    width: 86px;
  }
  .r-pc-img1 {
    width: 68px;
    margin: 0 auto;
  }
  .r-pc-img2 {
    width: 85px;
    margin: 0 auto;
  }
  .r-pc-img3 {
    width: 50px;
    margin: 0 auto;
  }
  .r-pc-img4 {
    width: 84px;
    margin: 0 auto;
  }
  .r-pc-img5 {
    width: 67px;
    margin: 0 auto;
  }
}
.case-box {
  padding: 0% 0% 5% 0;
  overflow: hidden;
  position: relative;
  background-color: #EAF6FE;
}
.case-box_heading {
  width: 100%;
  position: relative;
}
.case-box_heading_img {
  width: 100% !important;
  margin: 0 auto 0% auto;
}
.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-container img {
  width: 93%;
  margin: 0 auto;
}

.swiper-outer {
  padding: 10% 5%;
  background-color: #EAF6FE;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: white;
  --swiper-navigation-size: 30px;
  --swiper-navigation-size: 4vw;
  background-color: rgba(25, 112, 224, 0.8);
  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-pagination {
  position: relative;
  bottom: auto;
  padding-top: 10%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 17px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background-color: white;
  border: 2px solid #1970E0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #1970E0;
}

.swiper-button-next, .swiper-button-prev {
  top: 40%;
}

@media (min-width: 767px) {
  .case-box {
    padding: 0% 0% 2% 0%;
  }
  .case-box_heading {
    width: 100%;
    margin: 0 auto 3% auto;
  }
  .case-box_heading_img {
    width: 100% !important;
    margin: 0 auto 5.3% auto;
  }
  .case-box_contents-box {
    padding: 0%;
  }
  .swiper-outer {
    padding: 3% 5%;
    background-color: #EAF6FE;
  }
  .swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-size: 25px;
    max-width: 50px;
    max-height: 50px;
    width: 10%;
    height: 10vw;
  }
  .swiper-button-prev {
    left: 0%;
    padding-right: 5px;
  }
  .swiper-button-next {
    right: 0%;
    padding-left: 5px;
  }
  .swiper-pagination {
    padding-top: 3%;
  }
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}/*# sourceMappingURL=index.css.map */