@charset "UTF-8";
/* -------------------------------------------- */
/* 私たちの取り組み */
/* -------------------------------------------- */
.activity {
  background-color: #fff;
}

.activity-text {
  text-align: center;
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .activity-text {
    text-align: left;
    padding-top: 50px;
  }
}

.activity-sec {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .activity-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.activity-sec:nth-of-type(odd) {
  background-color: #F7F7F7;
}

@media only screen and (min-width: 768px) {
  .activity-sec:last-of-type {
    padding-bottom: 118px;
  }
}

.activity-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

@media only screen and (max-width: 767px) {
  .activity-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}

.activity-introduction-box {
  width: 39.6%;
  max-width: 386px;
}

@media only screen and (max-width: 767px) {
  .activity-introduction-box {
    width: 100%;
    max-width: unset;
  }
}

.activity-introduction-img {
  width: 55.4%;
  max-width: 540px;
}

@media only screen and (max-width: 767px) {
  .activity-introduction-img {
    width: 100%;
    max-width: unset;
  }
}

.activity-introduction-img img {
  width: 100%;
}

.activity-introduction .title {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .activity-introduction .title {
    width: 100%;
    text-align: center;
  }
}

.activity-introduction .title__sub {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .activity-detail {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.activity-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .activity-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.activity-detail-item:first-of-type {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .activity-detail-item:first-of-type {
    padding-top: 50px;
  }
}

.activity-detail-item:last-of-type {
  border-bottom: 0;
}

.activity-detail-item__box {
  width: 63.2%;
  max-width: 616px;
}

@media only screen and (max-width: 767px) {
  .activity-detail-item__box {
    width: 100%;
    max-width: unset;
  }
}

.activity-detail-item__img {
  width: 31.8%;
  max-width: 310px;
}

@media only screen and (max-width: 767px) {
  .activity-detail-item__img {
    width: 100%;
    max-width: unset;
  }
}

.activity-detail-item__img img {
  width: 100%;
}

.activity-detail-item .title--sm {
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .activity-detail-item .title--sm {
    text-align: center;
  }
}
/*# sourceMappingURL=activity.css.map */