.introSect__head {
  text-align: center;
}

.heading--large {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .heading--large {
    line-height: 1.7;
  }
}

.txt {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 3.0769230769vw;
    line-height: 2.4;
  }
}

.contents {
  width: min(990px, 100%);
  margin: 120px auto 250px auto;
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .contents {
    gap: 50px;
    padding-top: 20.5128205128vw;
    margin: 0 auto 120px auto;
  }
}

.headline_1 {
  font-size: 32px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .headline_1 {
    font-size: 22px;
    line-height: 1.8;
    margin: 0;
  }
}

.headline_2 {
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .headline_2 {
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
  }
}

.text {
  font-size: 13px;
  line-height: 2;
}

figure {
  margin: 0;
}

.with_caption_1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #999;
  text-align: right;
  letter-spacing: 0;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
  .with_caption_1 {
    font-size: 10px;
  }
}

.with_caption_2 {
  position: relative;
}
.with_caption_2 figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  background-color: #404040;
}
@media screen and (max-width: 768px) {
  .with_caption_2 figcaption {
    font-size: 10px;
  }
}

#img_01 {
  margin: 60px 0 100px 0;
}
@media screen and (max-width: 768px) {
  #img_01 {
    margin: 30px 0 50px 0;
  }
}

.chapter_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .chapter_1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.chapter_1 div {
  display: grid;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  .chapter_1 div {
    gap: 20px;
  }
}
.chapter_1 .thumbnail {
  width: 50%;
  transform: translateY(-20px);
}
@media screen and (max-width: 768px) {
  .chapter_1 .thumbnail {
    transform: translateY(0);
  }
}
.chapter_1 .thumbnail img {
  border-radius: 5px;
}

.chapter_2 {
  width: min(740px, 100%);
  margin: auto;
}

.chapter_4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .chapter_4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.chapter_4 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .chapter_4 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.chapter_4 span {
  color: #999;
  text-align: right;
  display: block;
}

#public {
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 768px) {
  #public {
    padding: 30px 0 20px 0;
  }
}
#public h2 {
  width: 370px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  #public h2 {
    width: 200px;
    margin: 0 auto 30px auto;
  }
}
#public p {
  font-size: 32px;
  font-weight: 500;
  color: #2A4995;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #public p {
    font-size: 20px;
  }
}

.chapter_5 {
  text-align: center;
}
.chapter_5 h3 {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .chapter_5 h3 {
    padding: 20px 0 0 0;
  }
}
.chapter_5 p {
  font-size: 16px;
}
.chapter_5 small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #999;
  line-height: 1.8;
  padding: 40px 0 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .chapter_5 small {
    padding: 20px 0 0 0;
  }
}

.chapter_6 {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
}
@media screen and (max-width: 768px) {
  .chapter_6 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.chapter_7 {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
}
@media screen and (max-width: 768px) {
  .chapter_7 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.chapter_7 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .chapter_7 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.chapter_7 h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
.chapter_7 p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .chapter_7 p {
    text-align: center;
  }
}/*# sourceMappingURL=design.css.map */