/* CSS Document */

/*-------------------------
    ページタイトル
-------------------------*/
.kv .ttl-box h2 {
  margin-bottom: 78px;
}
.kv .ttl-box h2 .txt-jp {
  padding-right: 6em;
}
.kv .ttl-box h2 .txt-en {
  letter-spacing: 0.1em;
}
.kv .lead-ttl {
  margin-left: 220px;
  max-width: 510px;
  width: auto;
}
.ttl-box h2 {
  opacity: 0;
  transform: translateX(-60px);
}
.ttl-image {
  opacity: 0;
  transform: translateX(60px);
}
@media screen and (max-width: 1000px) {
  .kv .ttl-box h2 .txt-en {
    font-size: 75px;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 767px) {
  .kv .lead-ttl {
    margin-left: 0;
    max-width: 100%;
  }
  .kv .ttl-box h2 .txt-en {
    font-size: 44px;
  }
}

/*-------------------------
    コンテンツ
-------------------------*/
.article__section {
  width: 100%;
}
.article__section .flex-item {
  align-items: flex-end;
}
.article__section .txt-area {
  margin-bottom: 60px;
}
.article__section .txt-area h4 {
  font-size: 40px;
  margin-bottom: 60px;
}
.article__section .txt-area h4::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("/assets/img/service-article-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
}
.service__card {
  max-width: 1180px;
  margin: 170px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service__card dl {
  margin-top: 80px;
  margin-bottom: 85px;
  background-color: #eef7fb;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  max-width: 48%;
}
.service__card dl .card-ttl {
  color: #057591;
  font-size: 32px;
  order: 1;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 500;
}
.service__card dl .card-img {
  order: 0;
  margin-top: -80px;
  text-align: center;
  margin-bottom: 35px;
}
.service__card dl .card-txt {
  order: 2;
  max-width: 330px;
  margin: 0 auto 50px;
  line-height: 1.8;
}
.service__card dl .card-btn {
  order: 3;
  width: 280px;
  max-width: 100%;
  height: 50px;
  margin: auto auto 70px;
}
.service__card dl .card-btn .gradation.btn::after {
  right: 25px;
}

@media screen and (max-width: 1300px) {
  .service__card {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .article__section {
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
    z-index: 0;
  }
  .article__section .flex-item .txt-area {
    width: 88%;
    max-width: none;
    padding: 0;
    margin: 0 auto;
  }
  .article__section .container {
    background-color: #ecf0fb;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
  }
  .article__section .container::before {
    content: "";
    width: 90%;
    height: 450px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: rotate(180deg);
    background-color: #f3f5fb;
    z-index: -1;
    position: absolute;
    bottom: 4%;
    right: 0px;
  }

  .article__section .img-area {
    margin-top: -75px;
    margin-left: -5%;
  }
  .article__section .txt-area {
    width: 85%;
    margin-bottom: 0;
  }
  .article__section .txt-area h4 {
    font-size: 20px;
    text-align: center;
    margin: 50px 0 35px;
  }
  .article__section .txt-area h4::before {
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
  }
  .service__card {
    margin: 65px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service__card dl {
    padding: 0px;
    max-width: 100%;
    background-color: unset;
    margin-top: 0px;
  }
  .service__card dl .card-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .service__card dl .card-img {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .service__card dl .card-txt {
    font-size: 13px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .btn {
    width: 100%;
    height: 100%;
  }
  .service__card dl .card-btn {
    width: 80%;
    height: 3em;
    margin-bottom: 0;
  }
  .service__card dl .card-btn span {
    font-size: 15px;
  }
}
