@charset "UTF-8";
/* 設定 */
/* トップページスタイルシート */
/* =================================
共通パーツ
 ================================= */
.page-top {
  background: url("../img/top/how-bg-left.png") left 0 top 0/180px auto repeat-y, url("../img/top/how-bg-right.png") right 0 top 0/180px auto repeat-y;
}
@media (max-width: 820px) {
  .page-top {
    background: url("../img/top/how-bg-left.png") left 0 top 0/100px auto repeat-y, url("../img/top/how-bg-right.png") right 0 top 0/100px auto repeat-y;
  }
}
@media (max-width: 600px) {
  .page-top {
    background: url("../img/top/how-bg-left.png") left 0 top 0/50px auto repeat-y, url("../img/top/how-bg-right.png") right 0 top 0/50px auto repeat-y;
  }
}
.page-top__ttl {
  max-width: 880px;
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .page-top__ttl {
    max-width: 600px;
    margin: 0 auto 24px;
  }
}

/* =================================
メインビジュアル
 ================================= */
.main-visual {
  background-color: #fff;
}
.main-visual__text-wrap {
  background-color: #8cc63f;
  padding: 0 16px;
  margin: 12px 0 0;
}
@media (max-width: 820px) {
  .main-visual__text-wrap {
    margin: 0 0 0;
  }
}
.main-visual__text {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 820px) {
  .main-visual__text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .main-visual__text {
    font-size: 16px;
  }
}
.main-visual__img {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px;
}
@media (max-width: 600px) {
  .main-visual__img {
    padding: 24px 16px;
  }
}

/* =================================
たとえば こんなこと、やってみませんか
 ================================= */
.top-how {
  padding: 0 16px 120px;
}
@media (max-width: 820px) {
  .top-how {
    padding: 0 16px 40px;
  }
}
.top-how__main-img-lead {
  max-width: 800px;
  margin: 0 auto 24px;
}
@media (max-width: 820px) {
  .top-how__main-img-lead {
    max-width: 560px;
    margin: 0 auto 12px;
  }
}
@media (max-width: 600px) {
  .top-how__main-img-lead {
    max-width: 360px;
  }
}
.top-how__main-img-top {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .top-how__main-img-top {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .top-how__main-img-top {
    max-width: 360px;
  }
}
.top-how__main-img-bottom {
  max-width: 800px;
  margin: -110px auto 100px;
}
@media (max-width: 820px) {
  .top-how__main-img-bottom {
    max-width: 560px;
    margin: -80px auto 40px;
  }
}
@media (max-width: 600px) {
  .top-how__main-img-bottom {
    max-width: 360px;
    margin: -50px auto 40px;
  }
}
.top-how__content {
  max-width: 780px;
  margin: 0 auto 80px;
  display: flex;
}
@media (max-width: 820px) {
  .top-how__content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 0 auto 40px;
  }
}
.top-how__text-wrap {
  width: 430px;
}
@media (max-width: 600px) {
  .top-how__text-wrap {
    width: auto;
  }
}
.top-how__list {
  margin: 0 0 24px;
}
@media (max-width: 600px) {
  .top-how__list {
    margin: 0 0 12px;
  }
}
.top-how__list-item {
  position: relative;
  font-size: 24px;
  padding: 0 0 0 40px;
}
.top-how__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  height: 24px;
  background: url("../img/top/how-marker.png") no-repeat center/contain;
}
@media (max-width: 600px) {
  .top-how__list-item {
    font-size: 16px;
    padding: 0 0 0 28px;
  }
  .top-how__list-item::before {
    top: 8px;
    width: 16px;
    height: 16px;
  }
}
.top-how__bottom-text {
  color: #39b54a;
}
.top-how__content-img {
  flex: 1;
}
@media (max-width: 820px) {
  .top-how__content-img {
    flex: auto;
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .top-how__content-img {
    max-width: 280px;
  }
}
.top-how__btn-wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: right;
}
.top-how__btn {
  display: inline-block;
  max-width: 600px;
}

/* =================================
採択された企画を 実行してみよう
 ================================= */
.top-project {
  background-color: #f2f9fb;
  padding: 100px 16px;
}
@media (max-width: 820px) {
  .top-project {
    padding: 40px 16px;
  }
}
.top-project__list {
  max-width: 720px;
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .top-project__list {
    max-width: 520px;
  }
}
@media (max-width: 600px) {
  .top-project__list {
    margin: 0 0 24px;
    padding: 0 24px;
  }
}
.top-project__list-item {
  position: relative;
  font-size: 24px;
  padding: 0 0 0 60px;
}
.top-project__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  height: 24px;
  background: url("../img/top/project-marker.png") no-repeat center/contain;
}
@media (max-width: 820px) {
  .top-project__list-item {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 600px) {
  .top-project__list-item {
    font-size: 16px;
    padding: 0 0 0 24px;
  }
  .top-project__list-item::before {
    top: 8px;
    width: 16px;
    height: 16px;
  }
}
.top-project__img {
  max-width: 880px;
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .top-project__img {
    max-width: 580px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 600px) {
  .top-project__img {
    max-width: 380px;
  }
}
.top-project__btn-wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: right;
}
.top-project__btn {
  display: inline-block;
  max-width: 560px;
}

/* =================================
『やってみたい』を やってみるための日程
 ================================= */
.top-schedule {
  padding: 120px 0 0;
}
@media (max-width: 820px) {
  .top-schedule {
    padding: 40px 0 0;
  }
}
.top-schedule__inner {
  padding: 0 16px;
}
.top-schedule__content {
  max-width: 760px;
  margin: 0 auto;
}
.top-schedule__subttl {
  max-width: 640px;
  margin: 0 0 12px;
}
@media (max-width: 820px) {
  .top-schedule__subttl {
    max-width: 440px;
  }
}
@media (max-width: 600px) {
  .top-schedule__subttl {
    max-width: 320px;
  }
}
.top-schedule__lead-wrap {
  max-width: 920px;
  margin: 0 auto 40px;
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  .top-schedule__lead-wrap {
    flex-direction: column;
    margin: 0 auto 12px;
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .top-schedule__oki-img {
    display: none;
  }
}
.top-schedule__oki-img-sp {
  display: none;
}
@media (max-width: 600px) {
  .top-schedule__oki-img-sp {
    display: block;
  }
}
.top-schedule__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.top-schedule__table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 820px) {
  .top-schedule__table {
    min-width: 540px;
  }
}
.top-schedule__row {
  background: #e6f6fa;
}
.top-schedule__row:nth-child(even) {
  background: #fbffed;
}
.top-schedule__row--cream {
  background: #fbffed;
}
.top-schedule__term, .top-schedule__desc {
  padding: 24px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #4a4a4a;
  vertical-align: middle;
}
@media (max-width: 820px) {
  .top-schedule__term, .top-schedule__desc {
    padding: 12px;
  }
}
.top-schedule__term {
  width: 40%;
  font-weight: 400;
  text-align: left;
}
.top-schedule__desc {
  width: 60%;
  border-left: 2px solid #cfd8d8;
}
@media (max-width: 820px) {
  .top-schedule__desc {
    padding-top: 0;
  }
}
.top-schedule__note {
  color: #ff5a1f;
}
.top-schedule__notes {
  margin-top: 40px;
}
.top-schedule__note-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.top-schedule__note-item + .top-schedule__note-item {
  margin-top: 16px;
}
.top-schedule__note-label {
  color: #ff5a1f;
  flex-shrink: 0;
}
.top-schedule__note-text {
  margin: 0;
  line-height: 1.8;
}
.top-schedule__img {
  max-width: 880px;
  margin: 0 auto -2px;
}
.top-schedule__btn-wrap {
  background-color: #f13744;
  padding: 40px;
}
.top-schedule__btn {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

/* =================================
お知らせ
 ================================= */
.top-news {
  padding: 100px 0;
}
@media (max-width: 820px) {
  .top-news {
    padding: 40px 0;
  }
}
.top-news__ttl {
  padding: 0 16px;
}
.top-news__content {
  margin: 40px 0 100px;
}
@media (max-width: 820px) {
  .top-news__content {
    margin: 40px 0 60px;
  }
}
.top-news__btn-wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: right;
  padding: 0 16px;
}
.top-news__btn {
  display: inline-block;
  max-width: 280px;
}
@media (max-width: 600px) {
  .top-news__btn {
    max-width: 200px;
  }
}

/* =================================
サポーター
 ================================= */
.top-supporter {
  background-color: #f2f9fb;
  padding: 100px 16px;
}
@media (max-width: 820px) {
  .top-supporter {
    padding: 40px 16px 12px;
  }
}
.top-supporter__text {
  max-width: 780px;
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .top-supporter__text {
    margin: 0 auto 40px;
  }
}
.top-supporter__content {
  max-width: 780px;
  margin: 0 auto;
}
.top-supporter__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .top-supporter__row {
    gap: 0;
    margin: 0 0 24px;
  }
}
.top-supporter__row--margin {
  margin: 0 0 48px;
}
@media (max-width: 820px) {
  .top-supporter__row--margin {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 24px;
  }
}
.top-supporter__label {
  font-size: 20px;
}
@media (max-width: 820px) {
  .top-supporter__label {
    font-size: 16px;
  }
}
.top-supporter__name {
  font-size: 20px;
  color: #2f8f4e;
}
@media (max-width: 820px) {
  .top-supporter__name {
    font-size: 16px;
  }
}
.top-supporter__line {
  flex: 1;
  height: 1px;
  background: #2f8f4e;
}
@media (max-width: 820px) {
  .top-supporter__line {
    width: 100%;
  }
}
.top-supporter__btn01 {
  display: block;
  max-width: 480px;
  margin: 0 0 48px auto;
}
.top-supporter__btn {
  display: block;
  max-width: 320px;
  margin: 0 0 0 auto;
}
@media (max-width: 600px) {
  .top-supporter__btn {
    max-width: 220px;
  }
}

/* =================================
ボーカリスト
 ================================= */
.top-vocalist {
  background: linear-gradient(90deg, #f6efc3 0%, #fffbe1 5%, #ffffff 25%, #ffffff 75%, #fffbe1 95%, #f6efc3 100%);
  padding: 100px 16px;
}
@media (max-width: 820px) {
  .top-vocalist {
    padding: 40px 16px 40px;
  }
}
.top-vocalist__text {
  max-width: 580px;
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .top-vocalist__text {
    margin: 0 auto 40px;
  }
}
.top-vocalist__lead-img {
  max-width: 680px;
  margin: 0 auto 100px;
  border-top: #2f8f4e 5px dotted;
  border-bottom: #2f8f4e 5px dotted;
  padding: 16px 0;
}
@media (max-width: 820px) {
  .top-vocalist__lead-img {
    margin: 0 auto 60px;
  }
}
.top-vocalist__producer-img {
  max-width: 680px;
  margin: 0 auto 100px;
}
@media (max-width: 820px) {
  .top-vocalist__producer-img {
    margin: 0 auto 60px;
  }
}
.top-vocalist__btn-wrap {
  max-width: 880px;
  margin: 0 auto;
  text-align: right;
}
.top-vocalist__btn {
  display: inline-block;
  max-width: 560px;
}

/* 下層ページスタイルシート */
/* =================================
下層ページ共通
 ================================= */
.subpage__content {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 16px;
}
@media (max-width: 820px) {
  .subpage__content {
    padding: 40px 16px;
  }
}
.subpage__ttl-bg {
  background-color: #f2f9fb;
  padding: 40px 0;
}
@media (max-width: 820px) {
  .subpage__ttl-bg {
    padding: 12px 0;
  }
}
.subpage__ttl-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px;
}
.subpage__en {
  color: #c8c8c8;
  font-weight: 500;
  line-height: 1;
  font-size: 22px;
}
.subpage__en span {
  color: #47c45a;
}
@media (max-width: 820px) {
  .subpage__en {
    font-size: 15px;
  }
}
.subpage__ttl {
  position: relative;
  display: inline-block;
  color: #47c45a;
  font-weight: 600;
  line-height: 1.2;
  font-size: 34px;
  margin: 8px 0 0;
  padding: 8px 0 0;
}
@media (max-width: 820px) {
  .subpage__ttl {
    font-size: 22px;
    margin: 4px 0 0;
    padding: 4px 0 0;
  }
}
.subpage__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 320px;
  height: 1px;
  background: #47c45a;
}
/* =================================
募集要項
 ================================= */
.page-guidelines__schedule {
  margin: 0 0 80px;
}
.page-guidelines__schedule span {
  color: #f08c3a;
  font-size: 12px;
  vertical-align: super;
}
@media (max-width: 820px) {
  .page-guidelines__schedule {
    margin: 0 0 60px;
  }
}
.page-guidelines__row {
  display: flex;
  align-items: flex-start;
}
.page-guidelines__row dt {
  flex-shrink: 0;
}
.page-guidelines__row dd {
  flex: 1;
  margin: 0;
}
.page-guidelines__row span {
  vertical-align: super;
  font-size: 0.7em;
  color: #f08c3a;
}
.page-guidelines__note {
  margin: 20px 0 0;
}
.page-guidelines__note p {
  color: #f08c3a;
  font-size: 12px;
}
.page-guidelines__note-box {
  border: 1px solid #f08c3a;
  padding: 4px 8px;
  color: #f08c3a;
  line-height: 1.5;
  display: inline-block;
}
.page-guidelines__block {
  margin: 0 0 60px;
}
@media (max-width: 600px) {
  .page-guidelines__block {
    margin: 0 0 40px;
  }
}
.page-guidelines__heading {
  color: #47c45a;
  font-weight: 500;
  margin: 0 0 4px;
}
.page-guidelines__sub-heading {
  color: #f08c3a;
  font-weight: 500;
  line-height: 1.5;
}
.page-guidelines__example {
  margin: 24px 0 0;
}
.page-guidelines__example h4 {
  color: #f08c3a;
  font-weight: 500;
}
.page-guidelines__list {
  padding-left: 1.5em;
}
.page-guidelines__list li {
  list-style: disc;
}
.page-guidelines__list-icon a {
  display: inline-flex;
  align-items: center;
  gap: 0px;
}
.page-guidelines__list-icon a img {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}
.page-guidelines__btn {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

/* =================================
お問い合わせ
 ================================= */
.page-contact__section {
  margin: 0 0 72px;
}
@media (max-width: 820px) {
  .page-contact__section {
    margin: 0 0 40px;
  }
}
.page-contact__section-title {
  position: relative;
  margin: 0 0 16px;
  padding-left: 12px;
}
.page-contact__section-title::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 4px;
  height: 1em;
  background: #39c45a;
}
.page-contact__guide-text {
  margin: 0 0 60px;
  line-height: 1;
}
@media (max-width: 820px) {
  .page-contact__guide-text {
    margin: 0 0 40px;
  }
}
.page-contact__guide-text:first-of-type {
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .page-contact__guide-text:first-of-type {
    margin: 0 0 12px;
  }
}
.page-contact__guide-text a {
  color: #39c45a;
  text-decoration: underline;
}
.page-contact__link-text {
  color: #39c45a;
  text-decoration: underline;
}
.page-contact__list {
  margin: 0;
}
.page-contact__row {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
}
.page-contact__row:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 820px) {
  .page-contact__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.page-contact__row dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}
@media (max-width: 820px) {
  .page-contact__row dt {
    justify-content: flex-start;
  }
}
.page-contact__row dd {
  margin: 0;
}
.page-contact__row input[type=text],
.page-contact__row input[type=email],
.page-contact__row input[type=tel],
.page-contact__row input[type=file] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 16px;
}
@media (max-width: 820px) {
  .page-contact__row input[type=text],
  .page-contact__row input[type=email],
  .page-contact__row input[type=tel],
  .page-contact__row input[type=file] {
    padding: 8px;
  }
}
.page-contact__row label {
  display: block;
  margin: 0 0 4px;
}
.page-contact__row textarea {
  width: 100%;
  min-height: 240px;
  padding: 16px;
  border: 1px solid #ddd;
  background: #fff;
  resize: vertical;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 600px) {
  .page-contact__row textarea {
    min-height: 200px;
    padding: 8px;
  }
}
.page-contact__required, .page-contact__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  margin: 0 6px 0 6px;
}
.page-contact__required {
  background: #e60012;
}
.page-contact__optional {
  background: #0075c2;
}
.page-contact__note {
  margin: 0 0 12px;
  line-height: 1.8;
  font-size: 14px;
}
.page-contact__privacy {
  font-size: 14px;
}
.page-contact__privacy a {
  color: #39b54a;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .page-contact__privacy a:hover {
    opacity: 0.7;
  }
}
.page-contact__check p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 0;
  cursor: pointer;
}
.page-contact__check p input[type=checkbox] {
  margin: 0;
}
.page-contact__submit {
  margin: 80px 0 0;
  text-align: center;
}
@media (max-width: 600px) {
  .page-contact__submit {
    margin: 60px 0 0;
  }
}
.page-contact__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  padding: 22px 40px;
  border: none;
  background: #39b54a;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
  font-size: 20px;
}
@media (any-hover: hover) {
  .page-contact__submit-btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 600px) {
  .page-contact__submit-btn {
    width: 100%;
    min-width: initial;
    font-size: 17px;
  }
}
.page-contact .wpcf7-list-item {
  display: block;
}

/* =================================
ニュース
 ================================= */
.page-news__list {
  border-top: 1px solid #e5e5e5;
  max-width: 780px;
  margin: 0 auto 80px;
}
@media (max-width: 820px) {
  .page-news__list {
    margin: 0 auto 40px;
  }
}
.page-news__item {
  border-bottom: 1px solid #e5e5e5;
}
.page-news__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 16px 80px 16px 0;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 820px) {
  .page-news__link {
    gap: 24px;
    padding: 24px 60px 24px 0;
  }
}
@media (max-width: 600px) {
  .page-news__link {
    align-items: flex-start;
    gap: 16px;
    padding: 20px 44px 20px 0;
  }
}
.page-news__img {
  width: 200px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .page-news__img {
    width: 240px;
  }
}
@media (max-width: 600px) {
  .page-news__img {
    width: 110px;
    border-radius: 10px;
  }
}
.page-news__img img {
  display: block;
  width: 100%;
  aspect-ratio: 320/240;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news__body {
  flex: 1;
}
.page-news__date {
  color: #8a8a8a;
  font-size: 14px;
}
.page-news__ttl {
  margin: 0 0 12px;
  color: #47c45a;
  font-weight: 500;
  line-height: 1.5;
  font-size: 17px;
}
.page-news__text {
  margin: 0;
  line-height: 1.9;
}
@media (max-width: 600px) {
  .page-news__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.page-news__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #47c45a;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .page-news__arrow {
    width: 34px;
    height: 34px;
    border-width: 2px;
  }
}
.page-news__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 4px solid #47c45a;
  border-right: 4px solid #47c45a;
  transform: translate(-65%, -50%) rotate(45deg);
}
@media (max-width: 600px) {
  .page-news__arrow::before {
    width: 8px;
    height: 8px;
    border-width: 3px;
  }
}

.single__content {
  max-width: 780px;
  margin: 0 auto;
}
.single__ttl {
  color: #2a6433;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 820px) {
  .single__ttl {
    font-size: 20px;
  }
}
.single__date {
  font-size: 14px;
  color: #c8c8c8;
  display: block;
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .single__date {
    margin: 0 0 12px;
  }
}
.single__thumbnail {
  width: 100%;
  margin: 0 0 40px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .single__thumbnail {
    border-radius: 10px;
  }
}
.single__thumbnail img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =================================
じもと米
 ================================= */
.page-jimotomai__block {
  max-width: 780px;
  margin: 0 auto 60px;
}
@media (max-width: 600px) {
  .page-jimotomai__block {
    margin: 0 0 40px;
  }
}
.page-jimotomai__heading {
  color: #2a6433;
  font-weight: 500;
  margin: 0 0 32px;
  font-size: 26px;
}
.page-jimotomai__heading span {
  font-size: 18px;
}
@media (max-width: 820px) {
  .page-jimotomai__heading {
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.2;
  }
  .page-jimotomai__heading span {
    font-size: 15px;
  }
}
.page-jimotomai__sub-heading {
  color: #47c45a;
  font-weight: 500;
  margin: 24px 0 8px;
  font-size: 20px;
}
@media (max-width: 820px) {
  .page-jimotomai__sub-heading {
    font-size: 17px;
  }
}
.page-jimotomai__mini-heading {
  color: #f08c3a;
  font-weight: 400;
}
.page-jimotomai__intro {
  display: flex;
  gap: 40px;
  margin: 0 0 100px;
}
@media (max-width: 600px) {
  .page-jimotomai__intro {
    display: block;
    margin: 0 0 60px;
  }
}
.page-jimotomai__text {
  flex: 1;
}
.page-jimotomai__image {
  width: 48%;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .page-jimotomai__image {
    width: 100%;
    margin: 24px 0 0;
  }
}
.page-jimotomai__image img {
  display: block;
  width: 100%;
}
.page-jimotomai__list {
  padding-left: 1.5em;
  margin: 12px 0;
}
.page-jimotomai__list li {
  list-style: disc;
}
.page-jimotomai__list li::marker {
  color: #f08c3a;
}
.page-jimotomai__item {
  margin: 0 0 36px;
}
.page-jimotomai__item:last-child {
  margin-bottom: 0;
}
.page-jimotomai__detail {
  margin: 0 0 18px;
}
.page-jimotomai__row {
  display: flex;
  align-items: flex-start;
}
.page-jimotomai__row dt {
  flex-shrink: 0;
  font-weight: 500;
}
.page-jimotomai__row dt span {
  color: #f08c3a;
}
.page-jimotomai__row dd {
  flex: 1;
  margin: 0;
}
.page-jimotomai__photos {
  display: flex;
  gap: 20px;
  margin: 20px auto 0;
  max-width: 640px;
}
@media (max-width: 600px) {
  .page-jimotomai__photos {
    display: block;
  }
}
.page-jimotomai__photos figure {
  flex: 1;
  margin: 0;
}
@media (max-width: 600px) {
  .page-jimotomai__photos figure {
    margin: 0 0 16px;
  }
}
.page-jimotomai__photos img {
  display: block;
  width: 100%;
}
.page-jimotomai__photos figcaption {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.page-jimotomai__photos--three figure {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 600px) {
  .page-jimotomai__photos--three figure {
    width: 100%;
  }
}
.page-jimotomai__contact {
  background-color: #efefef;
  padding: 80px 16px;
}
@media (max-width: 820px) {
  .page-jimotomai__contact {
    padding: 32px 16px;
  }
}
.page-jimotomai__contact-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 80px;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 820px) {
  .page-jimotomai__contact-inner {
    padding: 24px 16px;
  }
}
.page-jimotomai__company {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 16px;
}
.page-jimotomai__company-link {
  display: block;
  max-width: 520px;
  margin: 24px auto 0;
}

/* =================================
各校のアンバサダー
 ================================= */
.page-ambassador {
  background: url("../img/top/how-bg-left.png") left 0 top 0/180px auto repeat-y, url("../img/top/how-bg-right.png") right 0 top 0/180px auto repeat-y;
}
@media (max-width: 820px) {
  .page-ambassador {
    background: url("../img/top/how-bg-left.png") left 0 top 0/100px auto repeat-y, url("../img/top/how-bg-right.png") right 0 top 0/100px auto repeat-y;
  }
}
@media (max-width: 600px) {
  .page-ambassador {
    background: url("../img/top/how-bg-left.png") left 0 top 0/50px auto repeat-y, url("../img/top/how-bg-right.png") right 0 top 0/50px auto repeat-y;
  }
}
.page-ambassador__content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 16px;
}
@media (max-width: 820px) {
  .page-ambassador__content {
    padding: 40px 16px;
  }
}
.page-ambassador__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 36px;
  margin: 0 0 80px;
}
@media (max-width: 1120px) {
  .page-ambassador__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media (max-width: 820px) {
  .page-ambassador__list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 0 40px;
  }
}
.page-ambassador__item {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.page-ambassador__head {
  position: relative;
}
.page-ambassador__thumbnail {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 95px;
  flex-shrink: 0;
  margin: 10px 0 0 10px;
}
.page-ambassador__thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.page-ambassador__school {
  color: #008c4a;
  font-weight: 500;
  line-height: 1.5;
  background: #daf4c8;
  padding: 8px 8px 8px 120px;
}
.page-ambassador__profile {
  background: #eef4c8;
  padding: 8px 8px 8px 120px;
}
.page-ambassador__course, .page-ambassador__name {
  color: #f08c3a;
  font-weight: 500;
  line-height: 1.6;
}
.page-ambassador__body {
  padding: 20px;
}
.page-ambassador__body p {
  line-height: 1.2;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 200;
}
.page-ambassador__lead {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 820px) {
  .page-ambassador__lead {
    text-align: left;
    margin: 0 0 32px;
  }
}

/* =================================
企業協賛・後援一覧
 ================================= */
.page-supporters__group {
  margin: 0 0 80px;
}
@media (max-width: 600px) {
  .page-supporters__group {
    margin: 0 0 40px;
  }
}
.page-supporters__heading {
  display: flex;
  align-items: baseline;
  margin: 0 0 40px;
  padding: 0 0 8px;
  border-bottom: 1px solid #dcdcdc;
  color: #39b54a;
  font-weight: 500;
  color: #008c4a;
  font-size: 26px;
  line-height: 1;
}
.page-supporters__heading span {
  font-size: 12px;
  color: #888;
  font-weight: 200;
}
@media (max-width: 600px) {
  .page-supporters__heading {
    font-size: 20px;
    margin: 0 0 24px;
  }
}
.page-supporters__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 600px) {
  .page-supporters__list {
    gap: 14px 12px;
  }
}
.page-supporters__list--special-support {
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-supporters__list--special-support {
    margin: 0 0 40px;
  }
}
.page-supporters__item {
  width: calc((100% - 96px) / 5);
}
@media (max-width: 820px) {
  .page-supporters__item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 600px) {
  .page-supporters__item {
    width: calc((100% - 12px) / 2);
  }
}
.page-supporters__item a {
  display: block;
}
.page-supporters__item--special-support {
  width: calc((100% - 72px) / 4);
}
@media (max-width: 820px) {
  .page-supporters__item--special-support {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 600px) {
  .page-supporters__item--special-support {
    width: calc((100% - 12px) / 2);
  }
}
.page-supporters__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 222/74;
  padding: 2px;
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
}
.page-supporters__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-supporters__name {
  font-size: 11px;
  margin: 0 0 6px;
}
.page-supporters__support {
  font-size: 14px;
  margin: 0 auto;
  max-width: 780px;
}
.page-supporters__category-title {
  margin: 0 0 16px;
  font-size: 18px;
}
@media (max-width: 820px) {
  .page-supporters__category-title {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .page-supporters .page-supporters__item--supporter {
    width: calc((100% - 12px) / 2);
  }
  .page-supporters .page-supporters__item--supporter .page-supporters__logo {
    display: none;
  }
}
.page-supporters__category--personal {
  margin: 0 0 120px;
}
@media (max-width: 600px) {
  .page-supporters__category--personal {
    margin: 0 0 60px;
  }
}
.page-supporters__personal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
@media (max-width: 820px) {
  .page-supporters__personal-list {
    gap: 14px 12px;
  }
}
.page-supporters__personal-item {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 820px) {
  .page-supporters__personal-item {
    width: calc((100% - 24px) / 3);
  }
}
@media (max-width: 600px) {
  .page-supporters__personal-item {
    width: calc((100% - 12px) / 2);
    font-size: 11px;
  }
}

/* =================================
ボーカリスト
 ================================= */
.page-vocalist__main {
  margin: 0 auto 40px;
}
@media (max-width: 820px) {
  .page-vocalist__main {
    margin: 0 auto 40px;
  }
}
.page-vocalist__btn {
  max-width: 380px;
  margin: 80px auto;
}
@media (max-width: 820px) {
  .page-vocalist__btn {
    margin: 40px auto;
  }
}
/* =================================
「社会をちょっと良くする」プロジェクトとは
 ================================= */
.page-about__heading {
  color: #2a6433;
  font-weight: 500;
  margin: 0 0 48px;
  font-size: 30px;
  text-align: center;
}
.page-about__heading span {
  font-size: 18px;
}
@media (max-width: 820px) {
  .page-about__heading {
    margin: 0 0 32px;
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
  }
  .page-about__heading span {
    font-size: 15px;
  }
}
.page-about__block {
  max-width: 740px;
  margin: 0 auto 80px;
}
@media (max-width: 600px) {
  .page-about__block {
    margin: 0 0 60px;
  }
}
.page-about__text {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .page-about__text {
    margin: 0 0 24px;
  }
}
.page-about__text-right {
  text-align: right;
}
.page-about__chair {
  display: flex;
  max-width: 400px;
  margin: 0 auto 40px;
  gap: 28px;
  align-items: center;
}
@media (max-width: 600px) {
  .page-about__chair {
    gap: 20px;
    margin: 0 auto 60px;
  }
}
.page-about__chair-text {
  font-size: 20px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .page-about__chair-text {
    font-size: 16px;
  }
}
.page-about__chair-text span {
  display: flex;
  font-size: 13px;
}
/* サイト全体スタイルシート */
/* =========================
   base（全ページ共通）
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  line-height: 1.8;
  color: #4d4d4d;
  font-family: "M PLUS 2", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  word-break: break-word;
}

p,
li,
dt,
dd,
table {
  font-size: inherit;
  color: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

/* =========================
   表示制御
========================= */
.pc-block {
  display: block;
}
@media (max-width: 820px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 820px) {
  .sp-block {
    display: block;
  }
}

/* =========================
   メイン
========================= */
/* =========================
   パンくずリスト
========================= */
.breadcrumbs-wrap {
  background-color: #f2f9fb;
}
.breadcrumbs-wrap__content {
  padding: 6px 12px 0;
  font-size: 11px;
}

/* =========================
   ページャー
========================= */
.pager-wrap {
  margin-top: 80px;
}

.pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media (max-width: 600px) {
  .pager .wp-pagenavi {
    gap: 8px;
  }
}
.pager .pages,
.pager .extend {
  display: none;
}
.pager a,
.pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #46c45a;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #46c45a !important;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 600px) {
  .pager a,
  .pager span {
    width: 30px;
    height: 30px;
  }
}
.pager .nextpostslink, .pager .previouspostslink {
  border: none !important;
}
.pager .first, .pager .last {
  border: none !important;
  width: 10px !important;
  height: 20px !important;
  font-weight: 100;
  font-size: 30px;
}
.pager a {
  transition: 0.3s;
}
.pager a:hover {
  color: #fff;
  background: #46c45a;
}
.pager .current {
  color: #fff;
  background: #46c45a;
}
.pager .previouspostslink,
.pager .nextpostslink {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 0;
}
.pager .previouspostslink::before,
.pager .nextpostslink::before {
  font-size: 28px;
  color: #46c45a;
  line-height: 1;
}
.pager .previouspostslink::before {
  content: "‹";
}
.pager .nextpostslink::before {
  content: "›";
}
.pager .last {
  width: 42px;
  height: 42px;
}
@media (max-width: 600px) {
  .pager .wp-pagenavi {
    gap: 10px;
  }
  .pager a,
  .pager span {
    width: 36px;
    height: 36px;
  }
}

.pager-select {
  margin: 0 auto 60px;
  position: relative;
  width: 180px;
}
@media (max-width: 820px) {
  .pager-select {
    margin: 0 auto 40px;
  }
}
.pager-select::before, .pager-select::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 0;
  height: 0;
  pointer-events: none;
}
.pager-select::before {
  top: calc(50% - 10px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #008c4a;
}
.pager-select::after {
  top: calc(50% + 4px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #008c4a;
}
.pager-select__select {
  width: 100%;
  height: 42px;
  padding: 0 70px 0 12px;
  border: 1px solid #008c4a;
  border-radius: 6px;
  background: #fff;
  color: #008c4a;
  font-size: 20px;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}
.pager-select__select:focus {
  outline: none;
}

.single-news-pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  margin: 80px auto;
  max-width: 800px;
}
.single-news-pager__side {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.single-news-pager__side--prev {
  justify-content: flex-start;
}
.single-news-pager__side--next {
  justify-content: flex-end;
}
.single-news-pager__center {
  position: relative;
}
.single-news-pager__dot {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #35bd5a;
  transform: translateX(-50%);
}
.single-news-pager__item {
  display: block;
  width: 220px;
  padding: 8px;
  color: #35bd5a;
  border: 1px solid #35bd5a;
  border-radius: 8px;
  background: #fff;
}
.single-news-pager__item--current {
  color: #fff;
  background: #35bd5a;
}
.single-news-pager__date {
  display: block;
  color: inherit;
  font-size: 14px;
}
.single-news-pager__ttl {
  color: inherit;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.single-news-pager__arrow {
  color: #35bd5a;
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 820px) {
  .single-news-pager {
    grid-template-columns: 1fr;
    gap: 24px;
    place-items: center;
    margin: 40px auto;
  }
  .single-news-pager__side {
    justify-content: center;
  }
  .single-news-pager__center {
    order: -1;
  }
  .single-news-pager__item {
    width: 100%;
    width: 320px;
  }
}
@media (max-width: 600px) {
  .single-news-pager__item {
    width: 220px;
  }
}

/* =================================
header
 ================================= */
.site-header {
  width: 100%;
  background: #fff;
}
.site-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  position: relative;
  gap: 40px;
}
@media (max-width: 600px) {
  .site-header__inner {
    padding: 12px 12px;
  }
}
.site-header__logo {
  padding: 0 320px 0 0;
}
@media screen and (max-width: 1200px) {
  .site-header__logo {
    padding: 0 220px 0 0;
  }
}
@media (max-width: 820px) {
  .site-header__logo {
    padding: 0 240px 0 0;
  }
}
@media (max-width: 600px) {
  .site-header__logo {
    padding: 0 140px 0 0;
  }
}
.site-header__menu-wrap {
  position: fixed;
  right: calc((100vw - 1200px) / 2 + 24px);
  top: 18px;
  display: flex;
  gap: 12px;
  z-index: 1000;
}
@media screen and (max-width: 1200px) {
  .site-header__menu-wrap {
    right: 12px;
    top: 12px;
  }
}
@media (max-width: 600px) {
  .site-header__menu-wrap {
    top: 6px;
    right: 6px;
    gap: 6px;
  }
}
.site-header__btn {
  max-width: 170px;
}
@media screen and (max-width: 1200px) {
  .site-header__btn {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  .site-header__btn {
    max-width: 80px;
  }
}
.site-header__menu {
  max-width: 70px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .site-header__menu {
    max-width: 60px;
  }
}
@media (max-width: 600px) {
  .site-header__menu {
    max-width: 32px;
  }
}
.site-header__nav-list {
  display: flex;
  gap: 32px;
}
.site-header__nav-list a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

/* =========================
  SPメニュー
========================= */
.sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(500px, 86vw);
  height: 100dvh;
  background-color: #8cc63f;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1100;
}
@media (max-width: 820px) {
  .sp-menu {
    width: min(320px, 86vw);
  }
}
.sp-menu.is-open {
  transform: translateX(0);
}
.sp-menu__inner {
  padding: 88px 24px 100px;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 600px) {
  .sp-menu__inner {
    padding: 80px 24px 100px;
  }
}
.sp-menu__menu {
  max-width: 70px;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .sp-menu__menu {
    max-width: 60px;
    right: 12px;
    top: 12px;
  }
}
@media (max-width: 600px) {
  .sp-menu__menu {
    max-width: 32px;
    top: 6px;
    right: 6px;
  }
}
.sp-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sp-menu__item {
  border-bottom: 1px solid #126838;
}
.sp-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 820px) {
  .sp-menu__link {
    padding: 8px 0;
    font-size: 15px;
  }
}
.sp-menu__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #126838;
  border-right: 2px solid #126838;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.sp-menu__link:hover {
  opacity: 1;
}
.sp-menu__link:active {
  background: #f7f7f7;
}

/* オーバーレイ */
.sp-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1050;
}
.sp-menu__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* 背景スクロール停止 */
body.is-sp-menu-open {
  overflow: hidden;
}

/* =================================
footer
 ================================= */
.site-footer {
  background: #8cc63f;
}
.site-footer__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 16px;
}
.site-footer__go-top {
  width: 60px;
  margin: 0 0 0 auto;
  display: block;
}
@media (max-width: 600px) {
  .site-footer__go-top {
    margin: 0 0 24px auto;
  }
}
.site-footer__top {
  display: flex;
  gap: 32px;
}
@media (max-width: 820px) {
  .site-footer__top {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 820px) {
  .site-footer__top-right {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .site-footer__top-right {
    max-width: 240px;
    margin: 0 auto;
  }
}
.site-footer__logo {
  display: block;
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .site-footer__logo {
    max-width: 420px;
    margin: 0 auto 24px;
  }
}
.site-footer__sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.site-footer__sns {
  width: 24px;
}
.site-footer__menu {
  max-width: 600px;
  padding: 40px 40px;
  margin: 0 auto;
  border-top: #126838 1px solid;
  border-bottom: #126838 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .site-footer__menu {
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
  }
}
.site-footer__nav {
  display: flex;
  gap: 32px;
}
.site-footer__nav-item {
  color: #fff;
  font-size: 14px;
}
.site-footer__btn {
  display: block;
  max-width: 160px;
}
@media (max-width: 600px) {
  .site-footer__btn {
    max-width: 100px;
  }
}
.site-footer__bottom {
  padding: 12px 40px 0;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .site-footer__bottom {
    padding: 12px 16px 0;
  }
}
.site-footer__bottom-text {
  color: #126838;
  font-size: 14px;
  max-width: 560px;
  margin: 0 auto;
}
.site-footer__copy {
  background-color: #126838;
  color: #8cc63f;
  font-size: 12px;
  text-align: center;
  padding: 8px 16px;
}

/* =====================================================
  Scroll Fade-in Animation
  ・JSで .action が付与されると表示される
  ・fade-in-js は必須クラス
  ・動きは variation クラスで切り替える
===================================================== */
/* ------------------------------
  Base（共通）
------------------------------ */
.fade-in-js {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.7s ease;
}
.fade-in-js.action {
  opacity: 1;
  transform: none;
}

/* ------------------------------
  Variations（動きの種類）
  ※ fade-in-js と併用する
------------------------------ */
/* 下から上へフェードイン（基本） */
.fade-up {
  transform: translateY(30px);
}

/* 上から下へフェードイン */
.fade-down {
  transform: translateY(-30px);
}

/* 左からスライドイン */
.fade-left {
  transform: translateX(-40px);
}

/* 右からスライドイン */
.fade-right {
  transform: translateX(40px);
}

/* ズームイン（控えめ） */
.fade-zoom {
  transform: scale(0.95);
}

/* ズームイン（強め・強調用） */
.fade-zoom-big {
  transform: scale(0.9);
}

/* 回転しながらフェードイン（遊び要素） */
.fade-rotate {
  transform: translateY(20px) rotate(-3deg);
}

/* ------------------------------
  Delay（表示タイミング調整）
  ・複数要素を順番に表示したいときに使用
------------------------------ */
.fade-delay-1 {
  transition-delay: 0.1s;
}

.fade-delay-2 {
  transition-delay: 0.2s;
}

.fade-delay-3 {
  transition-delay: 0.3s;
}

.fade-delay-4 {
  transition-delay: 0.4s;
}

.fade-delay-5 {
  transition-delay: 0.5s;
}

/* ------------------------------
  Speed（表示速度調整・任意）
------------------------------ */
/* 速く表示したいとき */
.fade-fast {
  transition-duration: 0.35s, 0.5s;
}

/* ゆっくり上品に表示したいとき */
.fade-slow {
  transition-duration: 0.8s, 1.1s;
}

/* =========================
   ロード
========================= */
.fade-in-onload {
  opacity: 0;
  animation: fadeInOnLoad 0.8s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInOnLoad {
  to {
    opacity: 1;
  }
}
.fade-in-onload02 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInOnLoad02 1.5s ease forwards;
  animation-delay: 1.5s;
}

@keyframes fadeInOnLoad02 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   editor style
========================= */
.page-style__block {
  margin: 0 0 40px;
}
.page-style .aligncenter {
  display: block;
  margin: 0 auto;
}
.page-style .alignright {
  float: right;
}
.page-style .alignleft {
  float: left;
}
.page-style img {
  width: auto;
}
.page-style {
  /* --------------------
    見出し
  -------------------- */
}
.page-style h1 {
  font-size: 28px;
  margin: 0 0 32px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .page-style h1 {
    font-size: 20px;
  }
}
.page-style h2 {
  position: relative;
  margin: 0 0 24px;
  padding: 8px 0 8px 24px;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
  font-size: 20px;
}
.page-style h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #39b54a;
}
.page-style h3 {
  font-size: 18px;
  margin: 40px 0 12px;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 820px) {
  .page-style h3 {
    font-size: 16px;
  }
}
.page-style h4 {
  font-size: 16px;
  margin: 32px 0 8px;
  line-height: 1.4;
}
.page-style {
  /* --------------------
    テキスト
  -------------------- */
}
.page-style p {
  margin: 0 0 16px;
}
.page-style strong {
  font-weight: 700;
}
.page-style em {
  font-style: italic;
}
.page-style a {
  color: #39b54a;
  text-decoration: underline;
}
.page-style a:hover {
  text-decoration: none;
}
.page-style {
  /* --------------------
    リスト
  -------------------- */
}
.page-style ul,
.page-style ol {
  margin: 16px 0 24px 1.5em;
  padding: 0;
}
.page-style ul li {
  list-style: disc;
}
.page-style ol li {
  list-style: decimal;
}
.page-style li {
  margin-bottom: 8px;
}
.page-style {
  /* --------------------
    引用
  -------------------- */
}
.page-style blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  background: #f5f7f6;
  border-left: 4px solid #39b54a;
}
.page-style blockquote p {
  margin: 0;
}
.page-style cite {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.page-style {
  /* --------------------
    テーブル（クラシック想定）
    - HTMLを触れない前提なので table 自体をスクロール容器化
  -------------------- */
}
.page-style table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
  /* ★SP横スクロール対応（HTML触らない版） */
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.page-style th,
.page-style td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  /* ★列が多い時に潰れないように */
  white-space: nowrap;
}
.page-style th {
  background: #f0f5f2;
  font-weight: 600;
}
.page-style {
  /* --------------------
    画像（クラシック想定）
  -------------------- */
}
.page-style img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-style {
  /* クラシックのキャプションは .wp-caption を使うことが多い */
}
.page-style .wp-caption {
  margin: 32px 0;
  max-width: 100%;
}
.page-style .wp-caption img {
  margin: 0 auto;
}
.page-style .wp-caption-text {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.page-style {
  /* figcaption で入るケースもあるので一応 */
}
.page-style figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.page-style {
  /* --------------------
    区切り線
  -------------------- */
}
.page-style hr {
  margin: 48px 0;
  border: none;
  height: 1px;
  background: #ddd;
}
.page-style {
  /* --------------------
    コード
  -------------------- */
}
.page-style pre {
  margin: 24px 0;
  padding: 16px;
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
  overflow-x: auto;
  border-radius: 6px;
}
.page-style code {
  font-family: Consolas, Monaco, monospace;
}
.page-style {
  /* --------------------
    定義リスト
  -------------------- */
}
.page-style dl {
  margin: 24px 0;
}
.page-style dt {
  font-weight: 600;
  margin-top: 16px;
}
.page-style dd {
  margin-left: 0;
  margin-top: 4px;
  padding-left: 16px;
  border-left: 3px solid #e0e0e0;
}
.page-style {
  /* --------------------
    ボタン風リンク（任意）
  -------------------- */
}
.page-style .is-style-button {
  display: inline-block;
  padding: 12px 24px;
  background: #39b54a;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
}
.page-style .is-style-button:hover {
  opacity: 0.85;
}

/* =========================
   共通パーツ
========================= */
a[class*=btn]:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  transition: 0.25s ease;
}

.news-card__archive {
  display: flex;
  gap: 60px 24px;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .news-card__archive {
    gap: 40px 24px;
  }
}
@media (max-width: 600px) {
  .news-card__archive {
    gap: 24px 24px;
  }
}
.news-card__archive-item {
  width: calc((100% - 72px) / 4);
}
@media (max-width: 1120px) {
  .news-card__archive-item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 820px) {
  .news-card__archive-item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 600px) {
  .news-card__archive-item {
    width: 100%;
  }
}
.news-card__slider {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .news-card__slider {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1150px) {
  .news-card__slider {
    max-width: 800px;
  }
}
@media screen and (max-width: 1150px) {
  .news-card__slider {
    max-width: 900px;
  }
}
.news-card__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 8px;
  border-radius: 14px;
  background: #fff;
}
.news-card__img {
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 12px;
}
.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__body {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  padding: 4px 24px 32px;
  background: rgba(255, 255, 255, 0.92);
}
.news-card__date {
  display: block;
  color: #a8a8a8;
  font-size: 13px;
}
.news-card__ttl {
  line-height: 1.5;
  word-break: break-word;
  font-size: 14px;
}
.news-card .slick-arrow {
  width: 32px;
  height: 92px;
  border: 1px solid #333;
  background: #fff;
  z-index: 10;
  border-radius: 0 12px 12px 0;
}
.news-card .slick-arrow::before, .news-card .slick-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 21px;
  background: #333;
  opacity: 1;
  transform-origin: center;
}
.news-card .slick-next {
  right: -50px;
}
.news-card .slick-next::before {
  top: 25.5px;
  transform: translateX(-50%) rotate(-28deg);
}
.news-card .slick-next::after {
  bottom: 25.5px;
  transform: translateX(-50%) rotate(28deg);
}
.news-card .slick-prev {
  left: -50px;
  border-radius: 12px 0 0 12px;
}
.news-card .slick-prev::before {
  top: 25.5px;
  transform: translateX(-50%) rotate(28deg);
}
.news-card .slick-prev::after {
  bottom: 25.5px;
  transform: translateX(-50%) rotate(-28deg);
}
.news-card .slick-slide {
  height: auto !important;
}/*# sourceMappingURL=style.css.map */