@import url("https://fonts.googleapis.com/css?family=Raleway:700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*-------------------------------------------------------
subPageMv
-------------------------------------------------------*/
.subPageMv {
  background-image: url(../img/service/service_mv.jpg);
}
@media (max-width: 720px) {
  .subPageMv {
    background-image: url(../img/service/service_mv_sp.jpg);
  }
}

/*-------------------------------------------------------
service
-------------------------------------------------------*/
.service {
  padding: 10px 15px 80px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eef1f7;
  text-align: center;
}
@media (max-width: 720px) {
  .service {
    padding: 40px 15px;
  }
}
.service .titEN {
  margin: 0 0 60px 0;
}
@media (max-width: 720px) {
  .service .titEN {
    margin: 0 0 40px 0;
  }
}
.service .titEN:before {
  content: "SERVICE";
}
.service .bigPh {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (max-width: 720px) {
  .service .bigPh {
    height: 150px;
  }
}
.service .bigPh .ph {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 143px;
  height: 108px;
}
@media (max-width: 720px) {
  .service .bigPh .ph {
    top: 10px;
    right: 10px;
    width: 85px;
    height: 64px;
  }
}
.service .row {
  margin: 20px 0 0 0;
}
@media (max-width: 720px) {
  .service .row {
    display: inherit;
  }
}
.service .row .list {
  margin: 0 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 33.33%;
  text-align: center;
}
@media (max-width: 720px) {
  .service .row .list {
    margin: 0 auto 15px auto;
    width: 100%;
  }
}
.service .row .list:last-child {
  margin: 0;
}
@media (max-width: 720px) {
  .service .row .list .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 180px;
    overflow: hidden;
  }
}
.service .row .list .link .ph {
  width: 100%;
  height: 220px;
}
.service .link {
  border-bottom: 3px solid #12358c;
  display: block;
  background-color: #fff;
}
.service .link .box {
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 720px) {
  .service .link .box {
    padding: 15px;
  }
}
.service .link .box .division {
  margin: 0 0 18px 0;
  display: inline-block;
  position: relative;
  line-height: 2.5rem;
  color: #12358c;
  font-weight: bold;
  font-size: 2.5rem;
}
@media (max-width: 720px) {
  .service .link .box .division {
    margin: 0 0 5px 0;
    line-height: 1.6rem;
    font-size: 1.6rem;
  }
}
.service .link .box .division:after {
  position: absolute;
  top: 2px;
  right: -40px;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(/common/img/ic_round_arrow.png);
  background-size: cover;
}
@media (max-width: 720px) {
  .service .link .box .division:after {
    top: 2px;
    right: -20px;
    width: 13px;
    height: 13px;
  }
}
.service .link .box .text {
  line-height: 2.7rem;
  font-size: 1.6rem;
}
@media (max-width: 720px) {
  .service .link .box .text {
    line-height: 1.8rem;
    font-size: 1.1rem;
  }
}
.service .row {
  gap: 20px;
}
.service .row .list {
  margin-right: 0;
  width: 100%;
}
.service .row .list .link {
  height: 100%;
}
@media (max-width: 720px) {
  .service .row .list .link {
    display: block;
  }
}
@media (max-width: 720px) {
  .service .row .list .link .ph {
    width: 100%;
    height: 300px;
  }
}
.service .row .list .link .bigPh {
  position: relative;
}
.service .row .list .link .bigPh .ph {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 143px;
  height: 108px;
}
@media (max-width: 720px) {
  .service .row .list .link .bigPh .ph {
    top: 10px;
    right: 10px;
    width: 85px;
    height: 64px;
  }
}
.service .row .list .link .box {
  padding: 20px;
  padding-bottom: 45px;
}
@media (max-width: 720px) {
  .service .row .list .link .box {
    padding: 20px 10px;
    min-height: inherit;
  }
  .service .row .list .link .box .division {
    font-size: 1.4rem;
  }
}
.service .row .list .link .box .bold {
  font-size: 1.8rem;
}
@media (max-width: 720px) {
  .service .row .list .link .box .bold {
    font-size: 1.2rem;
  }
}
.service .row .list .link .box .text {
  text-align: left;
}
.service .row .list:nth-child(2) .link .box .division {
  font-size: 2.2rem;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
@media (max-width: 720px) {
  .service .row .list:nth-child(2) .link .box .division {
    font-size: 1.4rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.service .link .box {
  padding: 25px 20px 45px 20px;
}
@media (max-width: 720px) {
  .service .link .box {
    padding: 20px 16px 20px 16px;
  }
}
.service .link .box .division {
  margin-top: 24px;
}
@media (max-width: 720px) {
  .service .link .box .division {
    margin: 0;
  }
}
.service .link .box .bold {
  margin: 10px 0 10px 0;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 720px) {
  .service .link .box .bold {
    margin: 10px 0;
    line-height: 1.8rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 720px) {
  .service .link .box .text {
    text-align: left;
  }
}
/*# sourceMappingURL=service.css.map */