/* CSS Document */

/*-------------------------
    ページタイトル
-------------------------*/
.kv .ttl-box p {
  max-width: 570px;
}
.ttl-box h2 {
  opacity: 0;
  transform: translateX(-60px);
}
.ttl-image {
  opacity: 0;
  transform: translateX(60px);
}
/*-------------------------
    コンテンツ
-------------------------*/
.article__section {
  width: 100%;
}
.article__section .flex-item .txt-area h4 {
  margin-bottom: 45px;
}
.article__section .content-box {
}
.article__section .flex-item .txt-area p {
  margin-bottom: 45px;
}
.article__section .content-box .content-ttl {
  margin-bottom: 15px;
}

.article__section .flex-item:last-child {
  margin-top: 120px;
  flex-direction: row-reverse;
}
.article__section .flex-item:last-child .txt-area {
  margin-right: 65px;
}
.article__section .flex-item:last-child .img-area {
  margin-right: 0;
}
.article__section .flex-item:last-child h4 {
  line-height: 1.6;
  margin-top: -0.3em;
  margin-bottom: calc(45px - 0.3em);
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  .article__section .flex-item .txt-area h4 {
    margin-bottom: 30px;
  }
  .article__section .flex-item .txt-area p {
    margin-bottom: 30px;
  }
  .article__section .flex-item:last-child {
    flex-direction: column-reverse;
    margin-top: 100px;
  }
  .article__section .flex-item:last-child h4 {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .article__section .flex-item:last-child .img-area {
    width: 100vw;
    margin: 50px calc(50% - 50vw) 0;
  }
  .article__section .flex-item:last-child .txt-area {
    margin: 0 auto;
  }
}

/*-------------------------
    事業内容
-------------------------*/
