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

疑似クラス

*********************/
.main_wrap {
  margin-bottom: 40px;
  background-image: url(../img/mv_bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-size: auto 100%;
}
.main_wrap .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .main_wrap .main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 582px;
    padding: 20px;
  }
}

.reason_lists {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .reason_lists {
    -ms-flex-wrap: wrap;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: #1E3353;
  font-size: 20px;
  font-weight: bold;
}

.flow_copy {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #1E3353;
  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: #1E3353 transparent transparent transparent;
}

.service_wrap {
  padding: 0 25px 65px;
  overflow: hidden;
}
.service_wrap .service_slider {
  overflow: visible;
}
.service_wrap .swiper-button-next,
.service_wrap .swiper-button-prev {
  color: #FFF;
  width: 40px;
  height: 40px;
  background: #1e3353;
  padding: 8px;
  top: 28%;
  border-radius: 100%;
}
.service_wrap .swiper-button-next:after,
.service_wrap .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}
.service_wrap .swiper-button-next {
  right: -10px;
}
.service_wrap .swiper-button-prev {
  left: -10px;
}
.service_wrap .swiper-pagination {
  bottom: -30px !important;
}
.service_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #1E3353;
}
.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 */