@charset "UTF-8";
/*********************

疑似クラス

*********************/
.main_wrap {
  margin-bottom: 40px;
  background-image: url(../img/mv_bg_sp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .main_wrap {
    background-image: url(../img/mv_bg.svg);
  }
}
.main_wrap .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px 5%;
  width: 100%;
  max-width: 1200px;
  padding: 32px 10px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .main_wrap .main {
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
  }
}
.main_wrap .main .mv_left,
.main_wrap .main .mv_right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main_wrap .main .mv_left,
  .main_wrap .main .mv_right {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap .main .mv_left {
    margin-top: 42px;
  }
}
.main_wrap .main .mv_right {
  padding: 0 5% 0 10%;
}
@media screen and (min-width: 769px) {
  .main_wrap .main .mv_right {
    padding: 0;
  }
}
.main_wrap .main .mv_right img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .main_wrap .main .mv_right img {
    width: calc(100% + 30px);
    max-width: 130%;
  }
}

.reason_lists {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .reason_lists {
    flex-wrap: wrap;
  }
}
.reason_lists > * {
  width: calc(50% - 5px);
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .reason_lists > * {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 600px) {
  .reason_lists > * {
    width: 100%;
  }
}
.reason_lists li {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  background: #FFF;
}
.reason_lists li .img {
  width: 100px;
}
.reason_lists li div {
  padding: 15px;
  width: calc(100% - 100px);
}
.reason_lists li div span {
  color: #255AA7;
  font-size: 20px;
  font-weight: bold;
}

.flow_copy {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #255AA7;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .flow_copy {
    font-size: 23px;
  }
}
.flow_copy:after {
  display: block;
  margin: 30px auto 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #255AA7 transparent transparent transparent;
}

.service_wrap {
  padding: 0 25px 65px;
  overflow: hidden;
}
.service_wrap .service_slider {
  overflow: visible;
}
.service_wrap .swiper-button_wrap {
  width: 100%;
  position: absolute;
  max-width: 250px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.service_wrap .swiper-button-next,
.service_wrap .swiper-button-prev {
  color: #FFF;
  width: 40px;
  height: 40px;
  background: #255aa7;
  padding: 8px;
  top: 28%;
  border-radius: 100%;
  z-index: 10;
}
.service_wrap .swiper-button-next:after,
.service_wrap .swiper-button-prev:after {
  display: none;
}
.service_wrap .swiper-button-next {
  right: -10px;
  background: url(../img/icon/swiper-button-next.svg) center/cover no-repeat;
}
.service_wrap .swiper-button-prev {
  left: -10px;
  background: url(../img/icon/swiper-button-prev.svg) center/cover no-repeat;
}
.service_wrap .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  bottom: 0 !important;
  width: 100%;
  max-width: 150px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.service_wrap .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1;
}
.service_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #255AA7;
}
.service_wrap .img {
  margin-bottom: 15px;
}
.service_wrap a {
  color: #373737;
}
.service_wrap p {
  font-size: 14px;
}

#area .text_box {
  padding: 15px;
}/*# sourceMappingURL=top.css.map */