/* CSS Document */

/*-------------------------
    ページタイトル
-------------------------*/
.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 {
  flex-shrink: unset;
}
.article__section .flex-item .txt-area h4 {
  line-height: 1.6;
  margin-top: -0.3em;
  margin-bottom: calc(70px - 0.3em);
}
.article__section .flex-item .img-area {
  max-width: 586px;
}
.article__section .flex-item .img-area img {
  min-height: 300px;
  margin-bottom: 30px;
}
.community__content {
  margin-top: 120px;
}
.community__content h4 {
  text-align: center;
  color: #057591;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 85px;
}
.community__content .community__event {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.community__content .community__event dl {
  width: 300px;
  margin-right: 50px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
.community__content .community__event dt {
  width: 100%;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  .article__section .flex-item .img-area {
    display: contents;
  }
  .article__section .flex-item .img-area picture:first-child {
    order: 0;
  }
  .article__section .flex-item .img-area picture:last-child {
    order: 2;
    width: 95%;
    margin: 0 auto;
  }
  .article__section .flex-item .img-area picture:last-child img {
    margin-top: 30px;
  }
  .article__section .flex-item .img-area img {
    min-height: unset;
    margin-bottom: 0;
  }
  .article__section .flex-item .txt-area {
    order: 1;
  }
  .article__section .flex-item .txt-area h4 {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .community__content {
    margin: 100px auto 0;
    width: 95%;
  }
  .community__content h4 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 40px;
  }
  .community__content .community__event {
    justify-content: space-between;
  }
  .community__content .community__event dl {
    width: calc((100% - 40px) / 2);
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: flex-end;
  }
  .community__content .community__event dt {
    font-size: 11px;
    margin-top: 10px;
  }
}

/*-------------------------
    事業内容
-------------------------*/
