@charset "UTF-8";
body {
  margin: 0;
  padding: 0 0 0 0;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.andwell {
  font-family: "Noto Sans JP", sans-serif;
}
.andwell img {
  width: 100%;
}
.andwell .service-sub-page-inner {
  max-width: 952px;
}
.andwell .service-sub-page-inner h2.title {
  color: #004099;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7em;
}
@media screen and (max-width: 952px) {
  .andwell .service-sub-page-inner h2.title {
    font-size: 30px;
  }
}
@media screen and (max-width: 870px) {
  .andwell .service-sub-page-inner h2.title {
    font-size: 26px;
  }
}
@media screen and (max-width: 736px) {
  .andwell .service-sub-page-inner h2.title {
    font-size: 18px;
  }
}
.andwell .service-sub-page-inner .lede-text {
  font-size: 18px;
  text-align: center;
  line-height: 1.7em;
  font-weight: 500;
}
@media screen and (max-width: 952px) {
  .andwell .service-sub-page-inner .lede-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 870px) {
  .andwell .service-sub-page-inner .lede-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .andwell .service-sub-page-inner .lede-text {
    text-align: left;
  }
}
.andwell .service-sub-page-inner .image-andwll-logo {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .andwell .service-sub-page-inner .image-andwll-logo {
    display: none;
  }
}
.andwell .service-sub-page-inner .service__featureGraph {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin: 80px auto 0;
}
.andwell .service-sub-page-inner .service__featureGraph:after {
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 60%;
  height: 52px;
  background-image: url("/service/andwell/img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate3d(-50%, 0, 0);
  z-index: -10;
}
@media screen and (max-width: 736px) {
  .andwell .service-sub-page-inner .service__featureGraph:after {
    top: 20%;
    width: 50%;
    height: 53%;
    background-image: url("/service/andwell/img/arrow-sp.svg");
    background-size: contain;
  }
}
@media screen and (max-width: 350px) {
  .andwell .service-sub-page-inner .service__featureGraph:after {
    top: 17%;
  }
}
.andwell .service-sub-page-inner .service__featureGraph:before {
  content: "";
  display: block;
  position: absolute;
  top: 72px;
  right: 284px;
  width: 70%;
  height: 52px;
  background-color: #fff;
  z-index: 1;
}
.andwell .service-sub-page-inner .service__featureGraph.inview--enter:before {
  width: 0;
  transition: width 1040ms 380ms linear;
}
.andwell .service-sub-page-inner .service__featureGraph.inview--enter .service__featureGraphBox {
  opacity: 1;
  filter: none;
  transition: opacity 480ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.andwell .service-sub-page-inner .service__featureGraph.inview--enter .service__featureGraphBox--2 {
  transition-delay: 380ms;
}
.andwell .service-sub-page-inner .service__featureGraph.inview--enter .service__featureGraphBox--3 {
  transition-delay: 760ms;
}
.andwell .service-sub-page-inner .service__featureGraph.inview--enter .service__featureGraphBox--4 {
  transition-delay: 1140ms;
}
@media screen and (max-width: 736px) {
  .andwell .service-sub-page-inner .service__featureGraph {
    margin: 10px auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.andwell .service-sub-page-inner .service__featureGraph .service__featureGraphBox--5 {
  transition-delay: 1520ms;
}
.andwell .service-sub-page-inner .service__featureGraphBox {
  width: 20%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 3;
}
.andwell .service-sub-page-inner .service__featureGraphBox img {
  vertical-align: top;
}
@media screen and (max-width: 736px) {
  .andwell .service-sub-page-inner .service__featureGraphBox {
    width: 100%;
    margin-bottom: 80px;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .andwell .service-sub-page-inner .service__featureGraphBox .service__featureGraphItem {
    width: 60%;
    margin: 0 auto;
  }
}
.andwell .service-sub-page-inner .service__featureGraphText {
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 952px) {
  .andwell .service-sub-page-inner .service__featureGraphText {
    font-size: 15px;
  }
}
@media screen and (max-width: 870px) {
  .andwell .service-sub-page-inner .service__featureGraphText {
    font-size: 14px;
  }
}
.link-btn {
  background-color: #006FDE;
  color: #fff;
  padding: 24px 10px;
  max-width: 400px;
  box-sizing: border-box;
  display: block;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  transition: 0.2s;
  border: 1px solid #006FDE;
  margin-top: 22px;
}
.link-btn::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(/assets/img/arrow/icn_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
.link-btn.external_icon-btn::before {
  background-image: url(/assets/img/common/ico_nav_link.svg);
}
@media screen and (min-width: 769px) {
  .link-btn:hover {
    background-color: #fff;
    color: #006FDE;
  }
  .preload {
    background-image: url(/assets/img/arrow/icn_arrow_blue.svg), url(/assets/img/common/ico_nav_link_blue.svg);
    display: none;
  }
  .link-btn:hover::before {
    background-image: url(/assets/img/arrow/icn_arrow_blue.svg);
  }
  .link-btn.external_icon-btn:hover::before {
    background-image: url(/assets/img/common/ico_nav_link_blue.svg);
  }
}
@media screen and (max-width: 768px) {
  .link-btn {
    padding: 18px 30px 18px 10px;
    margin-top: 15px;
  }
}