@media screen and (min-width: 769px) {
  .hero_wrap {
    background-image: url(../img/aboutus/society/kv_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero_wrap {
    background-image: url(../img/aboutus/society/kv_sp.jpg);
  }
}

@media screen and (min-width: 769px) {
  .child .container {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .child .container {
    padding-bottom: 15rem;
  }
}

@media screen and (min-width: 769px) {
  .intro {
    width: 110rem;
    margin: 10rem auto;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    margin: 10rem auto;
  }
}
.intro .intro_inner .intro_ttl {
  color: #0A64B4;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .intro .intro_inner .intro_ttl {
    font-size: 3.2rem;
    line-height: 5.2rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .intro_inner .intro_ttl {
    font-size: 3.8rem;
    line-height: 5.8rem;
    padding-bottom: 4rem;
  }
}
.intro .intro_inner .lead {
  text-align: justify;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .intro .intro_inner .lead {
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .intro .intro_inner .lead {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .intro_inner .figure_img {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .intro_inner .figure_img {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .society + .society {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .society + .society {
    margin-top: 15rem;
  }
}

@media screen and (min-width: 769px) {
  .society_inner {
    width: 110rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .society_inner {
    width: 100%;
  }
}
.society_inner .society_ttl {
  font-weight: 500;
  letter-spacing: 0.015em;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 769px) {
  .society_inner .society_ttl {
    font-size: 3.2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .society_ttl {
    font-size: 4rem;
    line-height: 5.6rem;
    padding-bottom: 2rem;
    margin-bottom: 6rem;
  }
}
.society_inner p {
  text-align: justify;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 769px) {
  .society_inner p {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner p {
    font-size: 2.6rem;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .lead {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .lead {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .category + .category {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .category + .category {
    padding-top: 10rem;
  }
}
.society_inner .category_ttl {
  color: #0A64B4;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .society_inner .category_ttl {
    font-size: 3rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .category_ttl {
    font-size: 3.7rem;
    line-height: 5.8rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .category_inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .category .reverse .txt {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .category .reverse .theme {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .txt {
    width: 52rem;
  }
}
.society_inner .txt .sub_ttl {
  background-color: #E6EFF7;
  border-bottom: 1px solid #0A64B4;
  font-weight: 500;
  color: #0A64B4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .society_inner .txt .sub_ttl {
    padding: 1.5rem 2rem;
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .txt .sub_ttl {
    padding: 2rem 2rem;
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .txt p + p {
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .txt p + p {
    padding-top: 3rem;
  }
}
.society_inner .txt sup {
  font-size: 0.7em;
}
@media screen and (min-width: 769px) {
  .society_inner .w100 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .theme {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .theme {
    margin-top: 4rem;
  }
}
.society_inner .theme_inner {
  background: #E6EFF7;
}
@media screen and (min-width: 769px) {
  .society_inner .theme_inner {
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .theme_inner {
    padding: 4.5rem;
  }
}
.society_inner .theme_inner h5 {
  font-weight: 500;
  color: #0A64B4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .society_inner .theme_inner h5 {
    font-size: 1.5rem;
    padding-bottom: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .theme_inner h5 {
    font-size: 2.6rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .theme_inner p {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .theme_inner p {
    font-size: 2.5rem;
    line-height: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .category_img img {
    width: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .category_img img {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .society_inner .chart {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .chart {
    padding-top: 4rem;
  }
}
.society_inner .chart .example {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .society_inner .chart .example {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .chart .example {
    font-size: 2.8rem;
    padding-bottom: 1.5rem;
  }
}
.society_inner .chart dl {
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 769px) {
  .society_inner .chart dl {
    display: flex;
  }
}
.society_inner .chart dl dt {
  font-weight: 500;
  color: #0A64B4;
  letter-spacing: 0.05em;
  background: #e6eff7;
}
@media screen and (min-width: 769px) {
  .society_inner .chart dl dt {
    font-size: 1.6rem;
    width: 26.8rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .chart dl dt {
    font-size: 3rem;
    padding: 3rem 3.5rem;
  }
}
.society_inner .chart dl dd {
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .society_inner .chart dl dd {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .society_inner .chart dl dd {
    font-size: 2.6rem;
    line-height: 4.2rem;
    padding: 3.5rem;
  }
}
.society_inner .chart dl:first-of-type {
  border-top: 1px solid #dcdcdc;
}

.link {
  color: #0A64B4;
  text-decoration: underline;
}

a:hover {
  color: #2f7bbf;
}/*# sourceMappingURL=society.css.map */