@charset "UTF-8";
/* ==========================================================================//
//
// サービス
//
// ========================================================================== */
.nav_sub ul .detail {
  margin-bottom: 0;
}

.page_body {
  padding-bottom: 0;
}

.page_head {
  position: relative;
}
.page_head::before {
  position: absolute;
  content: "";
  background-image: url(../../images/service/service_ttl_bg_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 10.3%;
  left: 0;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .page_head::before {
    background-image: url(../../images/service/service_ttl_bg_pc.svg);
    top: 5%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .page_head::before {
    top: 10%;
  }
}
.page_head .page_ttl {
  position: relative;
}
@media all and (min-width: 751px) {
  .page_head .page_ttl {
    margin-top: 100px;
  }
}
.page_head .page_ttl::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  opacity: 0;
  width: min(115px, 100%);
  height: 85px;
}
@media all and (min-width: 751px) {
  .page_head .page_ttl::before {
    width: min(281px, 100%);
    height: 208px;
  }
}
@-webkit-keyframes Fluffy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Fluffy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page_head.show .page_ttl::before {
  -webkit-animation: Fluffy 1.3s forwards 0.2s;
          animation: Fluffy 1.3s forwards 0.2s;
}
.page_head .sns_link {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .page_head .sns_link {
    margin-top: 30px;
  }
}
.page_head .sns_link a {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
@media all and (min-width: 751px) {
  .page_head .sns_link a {
    padding-left: 37px;
  }
}
.page_head .sns_link a span {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  font-size: 14px;
}
@media (hover: hover) {
  .page_head .sns_link a span {
    background-image: -webkit-gradient(linear, left top, right top, from(#505050), to(#505050));
    background-image: linear-gradient(90deg, #505050, #505050);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.4s, color 0.4s;
    transition: background-size 0.4s, color 0.4s;
  }
  .page_head .sns_link a span:hover {
    color: #505050;
    background-size: 100% 1px;
  }
}
@media all and (min-width: 751px) {
  .page_head .sns_link a span {
    font-size: 16px;
  }
}
.page_head .sns_link a::before {
  position: absolute;
  content: "";
  background-image: url(../../images/common/icon/instagram.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
@media all and (min-width: 751px) {
  .page_head .sns_link a::before {
    width: 22px;
    height: 22px;
  }
}
.page_head .image {
  margin: 40px auto 0;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .page_head .image {
    margin: 100px auto 0;
    padding: 0 40px;
    max-width: 1366px;
  }
}

section {
  padding: 20px 0 80px;
  border-radius: 15px;
}
@media all and (min-width: 751px) {
  section {
    padding: 40px 0 130px;
    border-radius: 30px;
  }
}
section:nth-of-type(n+3) {
  margin-top: -30px;
}
@media all and (min-width: 751px) {
  section:nth-of-type(n+3) {
    margin-top: -50px;
  }
}
section.light_blue {
  background-color: #CADDE3;
}
section.white {
  background-color: #fff;
}
section.light_gray {
  background-color: #F2F6F7;
}
section.blue_gray {
  background-color: #65A2BF;
}
section.dark_blue {
  background-color: #3A77A0;
}

.sec_ttl span {
  display: block;
}
.sec_ttl .jp {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    font-size: 30px;
    line-height: 1.93;
    letter-spacing: 0;
  }
}
.sec_ttl .en {
  letter-spacing: 0.025em;
  font-weight: 300;
  color: #20627C;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.846;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: 16px;
    line-height: 1.875;
  }
}

.detail_inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .detail_inner {
    padding: 0 40px;
    max-width: 1366px;
  }
}

.detail {
  margin-bottom: 40px;
  display: block;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.025em;
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #182334;
}
@media all and (min-width: 751px) {
  .detail {
    font-size: 18px;
  }
}
@media all and (min-width: 1001px) {
  .detail {
    margin-bottom: 80px;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}
@media all and (min-width: 1001px) {
  .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap .copy_wrap .sec_ttl .en {
  padding: 5px 0 18px;
}
@media all and (min-width: 1001px) {
  .wrap .copy_wrap .sec_ttl .en {
    padding: 30px 0 50px;
  }
}
@media all and (min-width: 751px) {
  .wrap .copy_wrap p {
    font-size: 14px;
  }
}
@media all and (max-width: 1000px) {
  .wrap .image {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 750px) {
  .sp_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media all and (min-width: 1001px) {
  .txt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

p {
  line-height: 2;
}

/* イントロダクション
---------------------------------------------------------- */
.sec_introduction {
  position: relative;
  overflow-x: hidden;
  border-radius: 0;
}
@media all and (max-width: 1000px) {
  .sec_introduction {
    margin-top: 10px;
    padding: 52px 0 105px;
  }
}
@media all and (min-width: 1001px) {
  .sec_introduction {
    padding: 52px 0 140px;
  }
}
.sec_introduction::before {
  position: absolute;
  content: "";
  background-image: url(../../images/introduction_bg1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: min(1366px, 100%);
  height: 214px;
  top: 1%;
  right: -120px;
  z-index: -1;
}
@media all and (min-width: 1001px) {
  .sec_introduction::before {
    background-size: contain;
    right: 0px;
    height: 460px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_introduction .sec_introduction_decoration {
  position: relative;
}
.sec_introduction .sec_introduction_decoration::before, .sec_introduction .sec_introduction_decoration::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.sec_introduction .sec_introduction_decoration::before {
  background-image: url(../../images/introduction_bg2.svg);
  bottom: -20px;
  width: min(1775px, 100%);
  height: 253px;
  left: -28px;
  background-position-x: left;
}
@media all and (min-width: 1001px) {
  .sec_introduction .sec_introduction_decoration::before {
    background-position-x: right;
    bottom: unset;
    top: 22%;
    height: 533px;
    left: -200px;
  }
}
.sec_introduction .sec_introduction_decoration::after {
  background-image: url(../../images/introduction_bg3.svg);
  bottom: -40px;
  width: min(1243px, 100%);
  height: 254px;
  right: -130px;
  background-position-x: right;
}
@media all and (min-width: 1001px) {
  .sec_introduction .sec_introduction_decoration::after {
    bottom: unset;
    top: 31%;
    height: 534px;
    right: -200px;
  }
}
@media all and (min-width: 1001px) {
  .sec_introduction .wrap .image {
    width: 45%;
  }
}
@media all and (min-width: 1001px) {
  .sec_introduction .wrap .copy_wrap {
    width: 40%;
  }
}
.sec_introduction .wrap .copy_wrap .sec_ttl .jp {
  font-size: 18px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap .copy_wrap .sec_ttl .jp {
    font-size: 36px;
    line-height: 1.6;
  }
}
.sec_introduction .wrap .copy_wrap .sec_ttl .en {
  padding: 10px 0 25px;
  line-height: 1.4;
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap .copy_wrap .sec_ttl .en {
    padding: 30px 0 72px;
  }
}
@media all and (min-width: 751px) {
  .sec_introduction .wrap .copy_wrap p {
    font-size: 15px;
  }
}

/* フッター
---------------------------------------------------------- */
footer .footer_cont {
  border-top: none;
}