#about .about_group {
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #about .about_group {
    margin-top: 0;
  }
}
#about .about_group .about_width {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  #about .about_group .about_width {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #about .about_group .about_width {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #about .about_group .about_width {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#about .about_group .about_width .about_word {
  width: 50%;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  #about .about_group .about_width .about_word {
    width: 100%;
    padding-right: 0;
  }
}
#about .about_group .about_width .about_word h3 {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#about .about_group .about_width .about_word p {
  padding-top: 40px;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
#about .about_group .about_photo {
  position: absolute;
  width: 50%;
  height: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #about .about_group .about_photo {
    position: relative;
    width: 100%;
    padding-left: 10%;
    transform: none;
  }
}
#about .about_group:last-child {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  #about .about_group:last-child {
    margin-top: 50px;
  }
}
#about .about_group:last-child .about_width {
  justify-content: end;
}
#about .about_group:last-child .about_width .about_word {
  padding-right: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  #about .about_group:last-child .about_width .about_word {
    padding-left: 0;
  }
}
#about .about_group:last-child .about_photo {
  left: 0;
  right: auto;
}
@media only screen and (max-width: 768px) {
  #about .about_group:last-child .about_photo {
    padding-left: 0;
    padding-right: 10%;
  }
}

.news_detail {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 90px;
}
@media only screen and (max-width: 768px) {
  .news_detail {
    padding: 24px;
  }
}
.news_detail .news_head {
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
@media only screen and (max-width: 768px) {
  .news_detail .news_head {
    padding-bottom: 20px;
  }
}
.news_detail .news_head .head_date {
  font-family: "IM Fell English", serif;
  color: #a0aa85;
  font-size: 20px;
  text-align: right;
}
.news_detail .news_head .head_title {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 1em;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .news_detail .news_head .head_title {
    font-size: 17px;
    padding-top: 0.4em;
  }
}

.news_contents {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .news_contents {
    padding-top: 20px;
  }
}
.news_contents p {
  line-height: 2;
  word-wrap: break-word;
  font-size: 15px;
}
.news_contents img {
  margin: auto;
}
.news_contents p + p, .news_contents p + img, .news_contents img + p, .news_contents img + img {
  padding-top: 30px;
}

.news_page {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_page span {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.news_page .news_prev, .news_page .news_next {
  position: relative;
}
.news_page .news_prev::before, .news_page .news_next::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 9px 5px 0;
  border-color: transparent #42560b transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.news_page .news_next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #42560b;
  left: auto;
  right: -15px;
}
.news_page .news_back {
  padding: 0 50px;
}
@media only screen and (max-width: 480px) {
  .news_page .news_back {
    padding: 0 30px;
  }
}
.news_page .news_num {
  padding: 0 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .news_page .news_num {
    padding: 0 14px;
  }
}
.news_page .news_num ul {
  display: flex;
  margin: 0 -5px;
}
.news_page .news_num ul li {
  padding: 0 5px;
}
.news_page .news_num ul li.active > span {
  background-color: #42560b;
  color: #fff;
}
.news_page .news_num ul li a, .news_page .news_num ul li > span {
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .news_page .news_num ul li a, .news_page .news_num ul li > span {
    width: 20px;
    height: 20px;
  }
}
.news_page .news_num ul li a span, .news_page .news_num ul li > span span {
  font-family: "IM Fell English", serif;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .news_page .news_num ul li a span, .news_page .news_num ul li > span span {
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
  }
}
.news_page .news_num .news_num_dots {
  padding: 0 10px;
}
@media only screen and (max-width: 480px) {
  .news_page .news_num .news_num_dots {
    padding: 0 4px;
  }
}/*# sourceMappingURL=lower.css.map */