@charset "UTF-8";
/* ==========================================================================//
//
// サービス　モール事業
//
// ========================================================================== */
.page_head .page_ttl::before {
  background-image: url(../../images/service/support/ico_support.svg);
}

/* (01-CONSULTANT)
---------------------------------------------------------- */
.sec_consultant .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media all and (max-width: 1000px) {
  .sec_consultant .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1001px) {
  .sec_consultant .wrap .copy {
    width: 33.4%;
  }
}
.sec_consultant .wrap .copy .sec_ttl {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_consultant .wrap .copy .sec_ttl {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .sec_consultant .wrap .copy .sec_ttl {
    margin: 30px 0 50px;
  }
}
@media all and (max-width: 750px) {
  .sec_consultant .wrap .copy .sec_ttl .en {
    margin-top: 5px;
  }
}
.sec_consultant .wrap .consultant_list {
  width: 100%;
}
@media all and (max-width: 1000px) {
  .sec_consultant .wrap .consultant_list {
    margin-top: 30px;
  }
}
@media all and (min-width: 1001px) {
  .sec_consultant .wrap .consultant_list {
    width: 50%;
  }
}
.sec_consultant .wrap .consultant_list .consultant_detail {
  padding: 14px 20px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.85;
}
@media all and (min-width: 751px) {
  .sec_consultant .wrap .consultant_list .consultant_detail {
    padding: 36px 25px;
    font-size: 17px;
    line-height: 1.6;
  }
}
.sec_consultant .wrap .consultant_list .consultant_detail:not(:first-child) {
  margin-top: 7px;
}

/* (02-VALUE )
---------------------------------------------------------- */
.sec_value .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media all and (max-width: 1000px) {
  .sec_value .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1001px) {
  .sec_value .wrap .sec_ttl {
    width: 40%;
  }
}
@media all and (max-width: 1000px) {
  .sec_value .wrap .sec_ttl .en {
    padding: 15px 0 20px;
  }
}
@media all and (min-width: 1001px) {
  .sec_value .wrap p {
    width: 45%;
  }
}
.sec_value .image {
  margin-top: 26px;
}
@media all and (min-width: 1001px) {
  .sec_value .image {
    margin-top: 80px;
  }
}

/* (03-RICHNESS)
---------------------------------------------------------- */
@media all and (max-width: 1000px) {
  .sec_richness .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 1001px) {
  .sec_richness .wrap .copy_wrap {
    width: 33.4%;
  }
}
.sec_richness .wrap .image {
  margin-top: 26px;
}
@media all and (min-width: 1001px) {
  .sec_richness .wrap .image {
    margin-top: 0;
    width: 53.4%;
  }
}

/* (04-LOCAL)
---------------------------------------------------------- */
.sec_local {
  position: relative;
  color: #fff;
}
.sec_local .detail {
  color: #fff;
}
@media all and (min-width: 751px) {
  .sec_local .detail {
    margin-bottom: 40px;
  }
}
.sec_local .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 1001px) {
  .sec_local .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media all and (min-width: 1001px) {
  .sec_local .wrap .copy_wrap {
    margin: -29.7% auto 0 80px;
    width: 29.3%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1087px) {
  .sec_local .wrap .copy_wrap {
    width: 33%;
  }
}
.sec_local .wrap .copy_wrap .sec_ttl .en {
  color: #fff;
}
@media all and (min-width: 751px) {
  .sec_local .wrap .copy_wrap .sec_ttl .en {
    padding: 10px 0 48px;
  }
}
.sec_local .wrap .image {
  margin: 30px 0 0;
  position: relative;
}
@media all and (min-width: 1001px) {
  .sec_local .wrap .image {
    margin: 0 0 30px;
  }
}
.sec_local .wrap .image .draw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.sec_local .wrap .image .draw.show {
  -webkit-animation: drawUp 1.2s ease-out forwards;
          animation: drawUp 1.2s ease-out forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes drawUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes drawUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* GET IN TOUCH
---------------------------------------------------------- */
.getintouch {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .getintouch {
    margin-top: 80px;
    padding-bottom: 20px;
  }
}