@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.page .contents {
  padding-top: 0;
}

.mb60 {
  margin-bottom: 60px !important;
}

.green-ahu.story .ttl {
  height: 250px;
}
@media screen and (max-width: 767px) {
  .green-ahu.story .ttl {
    height: 230px;
  }
}
.green-ahu.story .ttl .category {
  margin-bottom: 5px;
}
.green-ahu.story .ttl .category li img {
  width: 120px;
}
.green-ahu.story .ttl h2.page-ttl {
  color: #000000;
}

.mv {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mv__img {
    margin: 0 -19.5px;
  }
}

.lead {
  max-width: 842px;
  margin: 100px auto 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-top: 80px;
    font-size: 0.875rem;
  }
}

.wrapper {
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0;
  }
}
.wrapper > section {
  max-width: 1200px;
  margin: 0 auto;
}

.prof {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .prof {
    margin-bottom: 80px !important;
  }
}
.prof__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .prof__list {
    display: flex;
    flex-flow: column;
    gap: 40px;
  }
}
.prof__img {
  margin-bottom: 30px;
}
.prof__group {
  min-height: 57px;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .prof__group {
    min-height: auto;
    display: block;
  }
}
.prof__affiliation {
  color: #fff;
  background-color: #39a60a;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
}
.prof__affiliation.gradient {
  background: linear-gradient(to top, #77a60a 0, #5ead16 100%);
}
.prof__affiliation.lime {
  background-color: #21b26c;
}
.prof__name {
  font-size: 1.5rem;
  font-weight: 500;
}
.prof__text {
  padding-top: 20px;
  border-top: solid 1px #000000;
  font-size: 0.9375rem;
  font-weight: 400;
}

.chapter__list {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}
.chapter__list > li {
  padding: 72px 70px 70px;
  background-color: #f2f6f7;
}
@media screen and (max-width: 767px) {
  .chapter__list > li {
    padding: 56px 30px 50px;
  }
}
.chapter__list > li:not(:last-child) {
  margin-bottom: 70px;
}
.chapter__list > li:first-child .chapter__num {
  padding-right: 96px;
}
.chapter__heading {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: solid 2px #36960a;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .chapter__heading {
    flex-flow: column;
    align-items: flex-start;
  }
}
.chapter__subtitle {
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .chapter__subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.chapter__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #36960a;
  top: 0;
  left: 0;
}
.chapter__title {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .chapter__title {
    font-size: 1.5625rem;
  }
}
.chapter__num {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 3.125rem;
  font-weight: bold;
  color: #36960a;
  padding-right: 110px;
  width: -moz-fit-content;
  width: fit-content;
}
.chapter__num::before {
  position: absolute;
  top: -16px;
  right: 13px;
  font-size: 6.875rem;
  font-weight: bold;
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  opacity: 0.2;
  line-height: 1;
}
.chapter__single {
  margin-top: 35px;
}
.chapter .table-wrap.full {
  margin-top: 50px;
  background-color: #fff;
  border: solid 1px #36960a;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .chapter .table-wrap.full {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .chapter .section-block-col1-img {
    width: 800px;
  }
}

.bubble > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .bubble > li {
    flex-flow: column;
    align-items: center;
  }
}
.bubble > li:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .bubble > li:nth-child(even) {
    flex-flow: column;
  }
}
.bubble > li:nth-child(even) .bubble__icon {
  padding-left: 24px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .bubble > li:nth-child(even) .bubble__icon {
    padding-left: 0;
  }
}
.bubble > li:nth-child(even) .bubble__icon::before {
  left: 0;
}
.bubble > li:not(:last-child) {
  margin-bottom: 40px;
}
.bubble > li:only-child {
  margin-bottom: 0;
}
.bubble__icon {
  width: 94px;
  height: auto;
  padding-right: 24px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .bubble__icon {
    padding-right: 0;
    width: 70px;
    margin-bottom: -60px;
  }
}
.bubble__icon figcaption {
  text-align: center;
}
.bubble__icon::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  border-bottom: dotted 2px #36960a;
  top: 36px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .bubble__icon::before {
    display: none;
  }
}
.bubble__group {
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bubble__group {
    padding: 72px 30px 20px;
  }
}
.bubble__img {
  margin-top: 30px;
}
.bubble__img--group {
  display: flex;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .bubble__img--group {
    flex-flow: column;
  }
}
.bubble__img--group figcaption {
  text-align: right;
  font-size: 0.875rem;
}
.bubble__text {
  letter-spacing: 0.7px;
}
.bubble__text:not(:last-child) {
  margin-bottom: 18px;
}

.ahu-bnr {
  margin: 150px -24px 140px;
}
@media screen and (max-width: 767px) {
  .ahu-bnr {
    margin: 130px -19.5px 78px;
  }
}

.green__title {
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .green__title {
    margin-top: 0;
    margin-bottom: 26px;
    order: 1;
  }
}
.green__title span {
  color: #36960a;
}
.green__text {
  line-height: 2;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .green__text {
    order: 2;
  }
}
.green__column {
  display: flex;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  .green__column {
    flex-flow: column;
    gap: 0;
  }
}
.green__column li {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .green__column li {
    display: contents;
  }
}
.green__bnr {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .green__bnr {
    order: 4;
  }
}
.green__img {
  width: 524px;
}
@media screen and (max-width: 767px) {
  .green__img {
    width: auto;
    order: 3;
    margin: 45px 0;
  }
}
.green__annotation {
  margin-top: 40px;
  font-size: 0.75rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .green__annotation {
    text-align: left;
  }
}/*# sourceMappingURL=story.css.map */