@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}

html {
  font-size: 16px;
  scroll-padding-top: 7.5rem;
}
@media screen and (max-width: 576px) {
  html {
    scroll-padding-top: 15vw;
  }
}

body {
  color: #202020;
  background: #ffffff;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-top: 7.5rem;
  overflow-x: hidden;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 576px) {
  body {
    padding-top: 15vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

em {
  color: #32aa00;
}

p {
  line-height: 1.75em;
  margin-bottom: 1.5em;
}
p a {
  color: #32aa00;
}

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

h1, .brand {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
}

h1.brand {
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

h1.page-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(3rem, 10vw, 6.875rem);
  font-family: "Bodoni Moda", "Noto Serif JP", "NotoSerif", serif;
  font-optical-sizing: none;
  letter-spacing: 0.05em;
  padding: 0 2rem;
  padding-top: 3.75rem;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
h1.page-title span {
  display: block;
}
h1.page-title .title-jp {
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-size: 0.36em;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  h1.page-title {
    padding-top: calc(8.7375886525vw + 1.5rem);
  }
}

h1.title-nobg {
  font-family: "Bodoni Moda", "Noto Serif JP", "NotoSerif", serif;
  color: #32aa00;
  padding: 3rem 2rem;
  font-optical-sizing: none;
}

h2, h3, h4, h5 {
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-weight: 700;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1em;
  color: #32aa00;
}
h2.en {
  font-family: "Bodoni Moda", "Noto Serif JP", "NotoSerif", serif;
  font-size: 3.75rem;
  font-optical-sizing: none;
  letter-spacing: 0.08em;
}
h2.en.en-large {
  font-size: clamp(4.5rem, 7vw, 6rem);
  letter-spacing: 0.06em !important;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
  h2.en {
    font-size: 2rem;
  }
  h2.en.en-large {
    font-size: 3.25rem;
    letter-spacing: 0.05em !important;
  }
}

h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #32aa00;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.25rem;
  padding-bottom: 0.5em;
}

section {
  padding: 4rem 0;
}

.cat {
  border: 1px solid #32aa00;
  color: #32aa00;
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
}

time {
  color: #b5b5b5;
}

#breadcrumbs {
  padding: 0.875rem 0;
  border-bottom: 1px solid #dcdcdc;
  color: #202020;
}
#breadcrumbs .inner a {
  color: #32aa00;
  text-decoration: underline;
}
#breadcrumbs .inner a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  display: inline-block;
  margin: 0 0.6em 0 0.8em;
  content: "\f105";
  color: #202020;
}

main li {
  margin-bottom: 0.5rem;
}
main ul {
  margin-bottom: 1rem;
}
main ol {
  margin-bottom: 1rem;
}

/* ------------------------------
   共通：緑色の丸が付くリスト (.ul-dot)
------------------------------ */
ul.ul-dot {
  list-style: none;
  padding-left: 0.5rem;
}
ul.ul-dot li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.5em;
}
ul.ul-dot li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #32aa00;
}

.logo {
  display: block;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.logo img {
  height: auto;
  display: block;
}
.logo h1 {
  text-indent: -999rem;
  width: 0;
  height: 0;
  padding: 0;
}

.eyecatch {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(500px, 35vw, 600px);
}
@media screen and (max-width: 768px) {
  .eyecatch {
    height: clamp(200px, 50vw, 450px);
  }
}

.btn-more-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #202020;
  transition: all 0.3s ease;
}
.btn-more__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.16em;
}
.btn-more__icon {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ec95a8;
  border-radius: 50%;
  margin-left: 4rem;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.btn-more__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-more:hover {
  border-bottom-color: #ec95a8;
}
.btn-more:hover .btn-more__text {
  color: #ec95a8;
}
.btn-more:hover .btn-more__icon {
  transform: translateX(5px);
}

.link-button {
  display: block;
  border-radius: 50px;
  background-color: #ec95a8;
  color: #fff;
  margin: 0 auto;
  padding: 1rem 0;
  width: 350px;
  max-width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-button {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}

.page-navigation {
  width: 100%;
  font-size: 90%;
  text-align: center;
  margin-bottom: 1rem;
}
.page-navigation a {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #32aa00;
  color: #32aa00;
}
.page-navigation a:hover {
  opacity: 0.75;
  color: #32aa00;
}
.page-navigation span {
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  margin: 4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #32aa00;
  color: #32aa00;
}
.page-navigation span.current {
  color: white;
  font-weight: bold;
  background: #32aa00;
}

.page-link {
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin: 2rem 0;
  }
}
.page-link > ul {
  padding-left: 0 !important;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #32aa00;
}
.page-link > ul > li {
  margin: 0 0.5rem 1rem;
}
.page-link > ul > li > a {
  border: 1px solid #32aa00;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-link > ul > li > a::before {
  content: "";
  display: block;
  transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-left: 0.2rem solid;
  top: 0.15rem;
}

.gradient-border-box {
  position: relative;
  padding: 1.5rem 1.875rem;
  background: linear-gradient(to right, #8de628, 62.25%, #ff6443);
  border-radius: 0.625rem;
  z-index: 1;
}
.gradient-border-box::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #ffffff;
  border-radius: 7px;
  z-index: -1;
}

.inner {
  max-width: calc(1200px + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.5rem;
  }
}

.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.overview {
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .overview {
    margin-bottom: 3em;
  }
}

.white {
  color: white;
}

.gray {
  color: #717171;
}

.red {
  color: #c30d23;
}

.first {
  color: #32aa00;
}

.second {
  color: #ec95a8;
}

.third {
  color: #104384;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

.large {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.serif {
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
}

.bold {
  font-weight: bold !important;
}

.medium {
  font-weight: 500 !important;
}

.bg-red {
  background-color: #fff2f2 !important;
}

.bg-yellow {
  background-color: #ffffea !important;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-lightgreen {
  background-color: #f7f9ee;
}

.bg-white {
  background: #fff;
}

.bg-first {
  background-color: #c1e796;
}

.bg-second {
  background-color: #fde3c5;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.5rem !important;
}

.mb-m {
  margin-bottom: 1.5rem !important;
}

.mb-l {
  margin-bottom: 3rem !important;
}

.mb-xl {
  margin-bottom: 5rem !important;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

a.underline {
  text-decoration: underline;
}

.box {
  padding: 1.5rem;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.white-box img {
  border: 1px solid #666;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  align-items: center;
}

.border-box {
  border: 1px solid #666;
  padding: 1.5rem;
}

.border {
  border-bottom: 1px solid #8bcb3a !important;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.img-half {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .img-half {
    width: 100%;
  }
}

.list-style-none {
  list-style: none;
}

ul.sitemap-list {
  padding: 0;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  ul.sitemap-list {
    -moz-columns: 1;
         columns: 1;
  }
}
ul.sitemap-list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1em;
}
ul.sitemap-list li::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  top: 0.5em;
  left: 0;
}
ul.sitemap-list li ul {
  margin-top: 1rem;
  list-style: none;
}
ul.sitemap-list li ul li::before {
  transform: rotate(0);
  border-right: none;
  border-width: 0.1rem;
  top: 0.75em;
  height: 0;
}
ul.sitemap-list br,
ul.sitemap-list rp, ul.sitemap-list rt {
  display: none;
}

.chevron-right,
.chevron-down {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid transparent;
}
.chevron-right::after,
.chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(-45deg);
  width: 0.5rem;
  height: 0.5rem;
}

.link-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f107";
}

.link-blank::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f35d";
}

.link-download::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f019";
}

a[href$=".pdf"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c2";
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c3";
}

.noicon::before, .noicon::after {
  display: none !important;
}

.chevron-right::after {
  border-bottom: 0.2rem solid;
  border-right: 0.2rem solid;
  right: 0.2rem;
  top: 0.2rem;
}

.chevron-down::after {
  border-left: 0.2rem solid;
  border-bottom: 0.2rem solid;
  right: 0.2rem;
  top: 0.15rem;
}

@media screen and (max-width: 992px) {
  br.tab {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
/* ==============================
   Header
=============================== */
.header {
  width: 100%;
  background: linear-gradient(to right, rgba(193, 231, 150, 0.8), 62.25%, rgba(253, 227, 197, 0.8));
  color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; /* 999から少し上げました */
  height: 7.5rem;
  /* 中身を上下中央にするためのFlex設定 */
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 1rem 0;
  }
}

.head {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem 0 1.75rem;
}
.head .head-left {
  display: flex;
  align-items: center;
}
.head .head-left .brand {
  margin: 0;
}
.head .head-left .logo {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.head .head-left .logo img {
  max-width: 235px;
}
.head .head-left .logo-text {
  font-weight: 500;
  color: #202020;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .head .head-left .logo-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .head .head-left .logo img {
    width: 29.3333333333vw;
    min-width: 110px;
  }
}
.head .head-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .head .head-right {
    gap: 1rem;
  }
}
.head .head-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.head {
  /* スマホでは文字サイズ変更ボタンを隠す場合 */
}
@media screen and (max-width: 768px) {
  .head .pc-only {
    display: none;
  }
}
.head {
  /* ▽ 新機能：ご寄付のお願いボタン ▽ */
}
.head .btn-donate {
  background-color: #ec95a8;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.25;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: opacity 0.3s;
}
.head .btn-donate .btn-donate__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2rem;
}
.head .btn-donate .btn-donate__icon img {
  width: 100%;
}
.head .btn-donate .btn-donate__icon:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .head .btn-donate {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
  }
  .head .btn-donate .btn-donate__icon {
    width: 1.625rem;
  }
}
@media screen and (max-width: 576px) {
  .head .btn-donate {
    padding: 0rem 0.75rem;
  }
}

/* ------------------------------
   スマホ用ハンバーガーメニュー（既存の #sp-nav）
   ※既存のスタイルシートに記述があれば、ここは不要かもしれません。
   位置がずれる場合は、以下を調整してください。
------------------------------ */
#sp-nav {
  display: none; /* デフォルトは隠す */
}
@media screen and (max-width: 768px) {
  #sp-nav {
    display: block; /* スマホで表示 */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    /* ...既存のハンバーガーのスタイルを維持... */
  }
}

/* ==============================
   Donations Section
=============================== */
.section-donations {
  position: relative;
  z-index: 1;
  padding: 15vw 0 100px;
  text-align: center;
  margin-top: -8%;
}
.section-donations::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background: linear-gradient(72.5deg, #c1e796, 62.25%, #fde3c5);
  clip-path: polygon(0 28vw, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .section-donations {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-donations {
    padding-top: 8vw;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .section-donations::before {
    background: linear-gradient(71deg, #c1e796, 62.25%, #fde3c5);
  }
}
.section-donations__inner {
  position: relative;
}
.section-donations__inner .hana {
  position: absolute;
  top: -5rem;
  right: 4rem;
  width: clamp(150px, 18vw, 200px);
  height: clamp(153.5px, 18.35vw, 207px);
  background-image: url("../img/hana_white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-donations__inner .hana-bira01 {
  position: absolute;
  top: 17rem;
  left: 2rem;
  width: 74px;
  height: 63px;
  background-image: url("../img/hanabira_white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .section-donations__inner .hana {
    right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-donations__inner .hana {
    top: -6rem;
    width: clamp(96px, 20vw, 150px);
    height: clamp(99px, 20.35vw, 153.5px);
  }
  .section-donations__inner .hana-bira01 {
    width: clamp(33px, 10vw, 74px);
    height: clamp(31px, 9.5vw, 63px);
    top: 7rem;
    left: 1.5rem;
  }
}
.section-donations .hana-bira02 {
  position: absolute;
  bottom: 5rem;
  left: 90vw;
  width: 74px;
  height: 63px;
  background-image: url("../img/hanabira_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(270deg);
}
@media screen and (max-width: 1400px) {
  .section-donations .hana-bira02 {
    bottom: 20rem;
  }
}
@media screen and (max-width: 992px) {
  .section-donations .hana-bira02 {
    left: auto;
    right: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-donations .hana-bira02 {
    width: clamp(33px, 10vw, 74px);
    height: clamp(31px, 9.5vw, 63px);
    bottom: auto;
    top: 27rem;
    left: auto;
    right: 1.5rem;
  }
}
.section-donations .donation-title {
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.section-donations .donation-title__jp {
  display: block;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-size: 0.4em;
  letter-spacing: 0.1em;
}
.section-donations__lead {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
  position: relative;
  z-index: 3;
}
.section-donations .btn-more-wrap {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .section-donations__lead {
    text-align: left;
  }
}
.section-donations .donation-progress {
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  padding: 2.5rem 0;
  position: relative;
  z-index: 3;
}
.section-donations .donation-progress__target {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.section-donations .donation-progress__target .label {
  font-size: 1.5rem;
  margin-right: 20px;
  border: 1px solid #202020;
  padding: 0.75rem 1rem;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
.section-donations .donation-progress__target .price {
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.16em;
}
.section-donations .donation-progress__target .unit {
  font-size: 2rem;
  margin-left: 0.75rem;
}
.section-donations .donation-progress__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  width: 85%;
  margin: 0 auto 3.375rem;
}
@media screen and (max-width: 992px) {
  .section-donations .donation-progress__stats {
    flex-direction: column;
    gap: 20px;
  }
}
.section-donations .donation-progress__stats > * {
  width: calc((100% - 5rem) / 2);
}
.section-donations .donation-progress__stats .stat-left {
  text-align: left;
  font-size: clamp(1.75rem, 2.6vw, 2rem);
}
.section-donations .donation-progress__stats .stat-left .stat-item {
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.section-donations .donation-progress__stats .stat-left .stat-item:last-of-type {
  margin-bottom: 0;
}
.section-donations .donation-progress__stats .stat-left .label {
  display: inline-block;
  margin-right: 2.5rem;
}
.section-donations .donation-progress__stats .stat-left .val {
  font-family: "Jost", sans-serif;
}
.section-donations .donation-progress__stats .stat-right .rate-box {
  background: #fff;
  padding: 10px 30px;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #32aa00;
  font-size: clamp(3.5rem, 5vw, 4.25rem);
}
.section-donations .donation-progress__stats .stat-right .rate-box .label {
  font-size: 0.38em;
  margin-right: 1rem;
  letter-spacing: 0.08em;
}
.section-donations .donation-progress__stats .stat-right .rate-box > div {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.section-donations .donation-progress__stats .stat-right .rate-box > div .val {
  font-style: inherit;
  margin-right: 1rem;
  letter-spacing: 0.16em;
}
.section-donations .donation-progress__stats .stat-right .rate-box > div .unit {
  font-size: 0.54em;
  font-weight: 400;
  font-style: inherit;
}
.section-donations .donation-progress__note {
  font-size: 1.125rem;
  color: #202020;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .section-donations .donation-progress__stats {
    gap: 2.25rem;
  }
  .section-donations .donation-progress__stats > * {
    width: 100%;
    max-width: clamp(420px, 65vw, 500px);
  }
}
@media screen and (max-width: 768px) {
  .section-donations .donation-progress__target {
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
  .section-donations .donation-progress__target .label {
    font-size: 1.25rem;
    margin-right: 0;
    padding: 0.25rem 1rem;
    margin-bottom: 0.75rem;
  }
  .section-donations .donation-progress__target .price {
    font-size: 2.375rem;
  }
  .section-donations .donation-progress__target .unit {
    font-size: 1.625rem;
  }
  .section-donations .donation-progress__stats {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  .section-donations .donation-progress__stats .stat-left {
    font-size: clamp(1.25rem, 5vw, 1.65rem);
  }
  .section-donations .donation-progress__stats .stat-left .label {
    margin-right: 1.75rem;
  }
  .section-donations .donation-progress__stats .stat-right .rate-box {
    padding: 0.75rem 1.25rem;
  }
  .section-donations .donation-progress__stats .stat-right .rate-box .label {
    margin-right: 1rem;
  }
  .section-donations .donation-progress__stats .stat-right .rate-box > div .val {
    margin-right: 0.75rem;
  }
  .section-donations .donation-progress__note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .section-donations .donation-progress__stats {
    width: 100%;
  }
}
.section-donations .donation-sub-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 3.375rem);
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-donations .donation-sub-nav {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.section-donations .btn-sub-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8bcb3a;
  color: #fff;
  text-decoration: none;
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}
.section-donations .btn-sub-nav:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  background-color: #95ce52;
}
.section-donations .btn-sub-nav__flower {
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  z-index: 1;
  background-image: url("../img/hana_straight_white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section-donations .btn-sub-nav__text {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  letter-spacing: 0.18em;
}
@media screen and (max-width: 992px) {
  .section-donations .btn-sub-nav__text {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .section-donations .btn-sub-nav__text {
    letter-spacing: 0.18em;
  }
}
.section-donations .btn-sub-nav::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.section-donations .bn_company-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  margin-top: 5rem;
}
.section-donations .bn_company-list li {
  width: 22%;
}
.section-donations .bn_company-list li:nth-of-type(4n) {
  margin-right: 0;
}
.section-donations .bn_company-list li:last-of-type {
  margin-right: 0;
}
.section-donations .bn_company-list li img {
  width: 100%;
}

footer {
  background-color: #32aa00;
  color: white;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2rem 0;
  }
}
footer .contact-section {
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}
footer .contact-section p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.8;
}
footer .contact-section a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .contact-section p {
    font-size: 1rem;
  }
}
footer ul {
  list-style: none;
}
footer .copy {
  text-align: center;
  font-size: 0.9rem;
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 85px;
  right: 0px;
  line-height: 2em;
  background: #32aa00;
  color: white;
  font-size: 2em;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagetop:hover {
  line-height: 3rem;
  opacity: 0.8;
  cursor: pointer;
}
#pagetop a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 30px;
  height: 30px;
  border: 4px solid transparent;
}
#pagetop a::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 4px solid;
  border-right: 4px solid;
  left: 6px;
  bottom: 1px;
}

.grid,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.flex6:before {
  content: "";
  display: block;
  order: 1;
  width: calc((100% - 7.5rem) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 7.5rem) / 6);
}
.flex6 > * {
  width: calc((100% - 7.5rem) / 6);
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

@media screen and (max-width: 768px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 2rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1rem;
  }
  .flex2.reverse {
    flex-direction: column-reverse;
  }
}
input,
select,
textarea {
  padding: 0.25rem 0.5rem;
  vertical-align: middle;
  border: 1px solid #666;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=submit],
input[type=reset],
input[type=button],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans Japanese", Hiragino Sans, "ヒラギノ角ゴシック";
  border: 1px solid #666;
  width: 100%;
}

textarea {
  height: 7rem;
}

input[type=reset],
input[type=button] {
  background-color: rgba(190, 190, 190, 0.3);
  border: 2px solid rgba(142, 142, 142, 0.2);
}
input[type=reset]:hover,
input[type=button]:hover {
  background-color: white !important;
  transition: all 0.5s ease;
}

:focus {
  outline: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.wpcf7-radio span {
  margin-left: 0.5rem;
}

input[name=form-type] {
  display: none;
}

label {
  font-size: 1rem;
}

.submit {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.submit input {
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
.submit input:disabled {
  opacity: 0.3;
  border: 1px solid #666 !important;
  color: #202020 !important;
  background-color: #666;
}

table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table th {
  padding: 1.5em 2rem;
  border: 1px solid #8bcb3a;
  text-align: left;
  background-color: #c1e796;
  width: 1px;
  white-space: nowrap;
  font-weight: normal;
}
table td {
  padding: 1.5em 2rem;
  border: 1px solid #8bcb3a;
  text-align: left;
  background: white;
  word-break: break-all;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-table-wrap::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .flex-table th {
    display: block;
    width: 100%;
    padding: 1rem;
  }
  .flex-table td {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}
body.home section:first-of-type {
  padding-top: 5rem;
}
body.home .hero {
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 0 !important;
  padding-bottom: 8rem;
  position: relative;
}
body.home .hero-wrapper {
  width: 100%;
  margin-top: 10.9090909091vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body.home .hero-wrapper {
    margin-top: 14%;
  }
}
@media screen and (max-width: 992px) {
  body.home .hero-wrapper {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .hero-wrapper {
    margin-top: 30vw;
  }
}
body.home .hero__visual-area {
  width: 100vw;
}
body.home .hero__copy-area {
  width: clamp(500px, 38.90625%, 850px);
  position: absolute;
  top: -9vw;
  left: 4rem;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  body.home .hero__copy-area {
    top: -11.5vw;
    left: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  body.home .hero__copy-area {
    left: 1.5rem;
    top: -18vw;
  }
}
@media screen and (max-width: 768px) {
  body.home .hero__copy-area {
    width: 83%;
    padding: 1.75rem 1.25rem;
    clip-path: none;
    left: 0rem;
    top: -34vw;
  }
}
body.home .hero__catch-en {
  width: 64.2570281124%;
  position: relative;
  z-index: 15;
}
body.home .hero__catch-jp {
  position: relative;
  top: -2.5rem;
  z-index: 11;
  padding-left: 1rem;
}
@media screen and (max-width: 576px) {
  body.home .hero__catch-jp {
    top: -1.5rem;
    padding-left: 0.5rem;
  }
}
body.home .hero__sub-catch {
  width: 55.421686747%;
  padding-left: 1rem;
  position: relative;
  top: -1.25rem;
  left: 0;
}
body.home .hero__sub-catch-en, body.home .hero__sub-catch-jp {
  display: block;
  line-height: 0;
  text-align: left;
}
body.home .hero__sub-catch-en {
  width: 100.8036431824%;
  margin-bottom: 0.5rem;
  margin-left: 2px;
}
body.home .hero__sub-catch-jp {
  margin-left: -1px;
  width: 100%;
}
body.home .hero__sub-catch img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body.home .hero__sub-catch {
    top: -1.5rem;
  }
}
@media screen and (max-width: 576px) {
  body.home .hero__sub-catch {
    top: -1.25rem;
    padding-left: 0.5rem;
  }
  body.home .hero__sub-catch-en {
    margin-bottom: 0.25rem;
  }
}
body.home .hero__anniversary-logo {
  position: absolute;
  z-index: 3;
  top: 24vw;
  right: 5%;
  width: clamp(320px, 27vw, 650px);
}
body.home .hero__anniversary-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.home .hero__anniversary-logo {
    top: auto;
    bottom: -3rem;
    right: 1.5rem;
    width: clamp(207px, 55vw, 320px);
  }
}
@media screen and (max-width: 576px) {
  body.home .hero__anniversary-logo {
    bottom: -1rem;
  }
}
body.home .photo-swiper {
  display: block;
  width: 120%;
  margin-left: -10%;
  transform: skewY(calc(15deg * -1));
  margin-top: 0;
}
body.home .photo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
body.home .photo-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.home .photo-col {
    gap: 0.25rem;
  }
}
body.home .photo-item {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  background-color: #e0e0e0;
}
body.home .photo-bg {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 128%;
  height: 128%;
  background-size: cover;
  background-position: center;
  transform: skewY(15deg);
}
@media screen and (max-width: 768px) {
  body.home #news {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  body.home #news {
    padding-top: 1.75rem;
  }
}
body.home #news .btn-more-wrap {
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  body.home #news .btn-more-wrap {
    margin-top: 2rem;
  }
}
body.home .news-list {
  border-top: 1px solid #e7e7e7;
}
body.home .news-item {
  padding: 1.25rem 0.5rem;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  body.home .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.25rem 0;
  }
}
body.home .news-supple {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
}
body.home .news-supple time {
  color: #717171;
  letter-spacing: 0.08em;
}
body.home .news-supple .cat {
  display: inline-block;
  padding: 0.1rem 0.8rem;
  border: 1px solid #202020;
  color: #202020;
  line-height: 1.5;
  letter-spacing: 0.01em;
  border-radius: 1rem;
  min-width: 8rem;
  text-align: center;
}
body.home .news-title {
  display: block;
  line-height: 1.6;
  text-decoration: none;
  flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 700;
  color: #717171;
  letter-spacing: 0.06em;
}
body.home .news-title:hover {
  color: #32aa00;
}
body.home .section-message {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 23vw;
}
@media screen and (max-width: 768px) {
  body.home .section-message {
    padding-bottom: 0;
  }
}
body.home .section-message::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(71deg, #c1e796, 62.5%, #fde3c5 100%);
  clip-path: polygon(0 10%, 100% 38vw, 100% 90%, 0 calc(100% - 38vw));
  z-index: -5;
}
@media screen and (max-width: 768px) {
  body.home .section-message::before {
    display: none;
  }
}
body.home .section-message .hana-decor-msg {
  position: absolute;
  z-index: -3;
  top: 10%;
  left: -2%;
  width: 120px;
  height: 120px;
  background-image: url("../img/hana_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(15deg);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  body.home .section-message .hana-decor-msg {
    width: 80px;
    height: 80px;
  }
}
body.home .section-message .message-top {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-top {
    display: flex;
    flex-direction: column;
  }
}
body.home .section-message .message-text {
  width: 65%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  body.home .section-message .message-text {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  body.home .section-message .message-text {
    width: 53%;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-text {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
body.home .section-message .message-text h2 {
  text-align: left;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-text h2 {
    text-align: center;
  }
}
body.home .section-message .message-text__inner h3 {
  font-size: 2rem;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  body.home .section-message .message-text__inner {
    overflow: hidden;
    transition: max-height 0.6s ease;
  }
  body.home .section-message .message-text__inner p {
    display: none;
  }
  body.home .section-message .message-text__inner p:first-of-type {
    display: block;
  }
  body.home .section-message .message-text__inner p:nth-of-type(2) {
    display: block;
  }
  body.home .section-message .message-text__inner.is-open p {
    display: block;
  }
}
@media screen and (max-width: 768px) {
	body.home .section-message .message-text__inner h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  body.home .section-message .message-text__inner p:nth-of-type(2) {
    display: none;
  }
  body.home .section-message .message-text__inner.is-open p {
    display: block;
  }
}
body.home .section-message .message-text__btn {
  display: none;
}
@media screen and (max-width: 992px) {
  body.home .section-message .message-text__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0.6rem 2.5rem;
    background-color: transparent;
    border: 1px solid #202020;
    color: #202020;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: bold;
    cursor: pointer;
  }
  body.home .section-message .message-text__btn::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #202020;
    border-right: 2px solid #202020;
    transform: rotate(45deg);
    margin-left: 0.5rem;
    margin-top: -4px;
  }
}
body.home .section-message .message-text .signature {
  text-align: right;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
body.home .section-message .message-text .signature span {
  font-size: 0.8em;
  margin-right: 1rem;
}
body.home .section-message .message-image {
  position: absolute;
  top: 2rem;
  left: 78%;
  width: clamp(300px, 21.875vw, 600px);
  z-index: -10;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  body.home .section-message .message-image {
    left: 70%;
  }
}
@media screen and (max-width: 1200px) {
  body.home .section-message .message-image {
    left: 67%;
  }
}
@media screen and (max-width: 992px) {
  body.home .section-message .message-image {
    left: 60%;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-image {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 80%;
    margin: 0 auto;
    margin-bottom: -90%;
  }
}
body.home .section-message .message-image img {
  width: 100%;
  display: block;
}
body.home .section-message .message-content {
  position: relative;
  min-height: 200px;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-content {
    position: relative;
    z-index: 1;
    min-height: 500px;
    padding-top: 15vw;
    padding-bottom: 20vw;
	margin-top: 14rem;
  }
  body.home .section-message .message-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: linear-gradient(71deg, #c1e796, 62.5%, #fde3c5 100%);
    clip-path: polygon(0 0, 100% 28vw, 100% 100%, 0 calc(100% - 28vw));
    z-index: -5;
  }
}
body.home .section-message .message-content .hana-message {
  position: absolute;
  bottom: 72%;
  right: clamp(-10%, -10% + 10% * (1920px - 100vw) / 320px, 0%);
  z-index: -1;
  width: clamp(122px, 10vw, 162px);
  height: clamp(124px, 10.1vw, 164px);
  background-image: url("../img/hana_white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  body.home .section-message .message-content .hana-message {
    bottom: 76%;
  }
}
@media screen and (max-width: 1200px) {
  body.home .section-message .message-content .hana-message {
    bottom: 45%;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-content .hana-message {
    bottom: 30%;
    right: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-content .hana-message {
    bottom: 33%;
  }
}
body.home .section-message .message-content .hanabira-message {
  position: absolute;
  bottom: 18%;
  left: clamp(-5%, -5% + 5% * (1920px - 100vw) / 320px, 0%);
  z-index: -1;
  width: clamp(48px, 5vw, 64px);
  height: clamp(50px, 5.1vw, 68px);
  background-image: url("../img/hanabira_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  rotate: -70deg;
}
@media screen and (max-width: 1200px) {
  body.home .section-message .message-content .hanabira-message {
    bottom: 43%;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-content .hanabira-message {
    bottom: 35%;
  }
}
body.home .section-message .message-messages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(2rem, 3.9vw, 4.6875rem);
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
body.home .section-message .message-messages .message-card {
  width: calc((100% - clamp(2rem, 3.9vw, 4.6875rem) * 2) / 3);
  text-decoration: none;
  color: #202020;
  transition: all 0.3s ease;
  display: block;
  min-width: 350px;
}
body.home .section-message .message-messages .message-card:hover {
  opacity: 0.8;
}
body.home .section-message .message-messages .message-card:hover img {
  transform: scale(1.05);
}
body.home .section-message .message-messages .message-card:hover .message-card__title {
  color: #32aa00;
}
body.home .section-message .message-messages .message-card__img {
  margin-bottom: 1.25rem;
  overflow: hidden;
  background-color: #fff;
}
body.home .section-message .message-messages .message-card__img .placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #dcdcdc;
}
body.home .section-message .message-messages .message-card__img img {
  transition: all 0.3s ease;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .section-message .message-messages .message-card__text {
  margin-top: 1rem;
}
body.home .section-message .message-messages .message-card__position {
  display: block;
  font-size: 0.95rem;
  color: #717171;
  font-weight: 700;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}
body.home .section-message .message-messages .message-card__title {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
  color: #202020;
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-messages {
    flex-wrap: wrap;
    gap: 3rem;
  }
  body.home .section-message .message-messages > * {
    width: 100%;
  }
  body.home .section-message .message-messages .message-card {
    width: 100%;
    max-width: 500px;
  }
  body.home .section-message .message-messages .message-card__img {
    margin: 0 auto 1rem;
  }
  body.home .section-message .message-messages .message-card:nth-of-type(2), body.home .section-message .message-messages .message-card:nth-of-type(3) {
    display: none;
  }
}
body.home .section-message .btn-more-wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  body.home .section-message .btn-more-wrap {
    margin-top: 3rem;
  }
}
body.home .section-message .message-video {
  position: relative;
  z-index: 2;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-video {
    margin-top: 3.75rem;
  }
}
body.home .section-message .message-video .placeholder-video {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background-color: #dcdcdc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
body.home .section-message .message-video .placeholder-video:hover {
  opacity: 0.8;
}
body.home .section-message .message-video .placeholder-video .play-btn {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .section-message .message-video .placeholder-video .play-btn::after {
  content: "";
  display: block;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}
@media screen and (max-width: 768px) {
  body.home .section-message .message-video .placeholder-video .play-btn {
    width: 60px;
    height: 60px;
  }
  body.home .section-message .message-video .placeholder-video .play-btn::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
  }
}
body.home .section-about {
  margin-top: -13vw;
}
@media screen and (max-width: 768px) {
  body.home .section-about {
    margin-top: -5vw;
  }
}
body.home .section-about .about-header {
  padding-bottom: 3rem;
  background: transparent;
}
body.home .section-about .about-header .about-text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-header .about-text {
    width: 100%;
  }
}
body.home .section-about .about-body {
  position: relative;
  padding-top: 10vw;
  padding-bottom: 10vw;
}
body.home .section-about {
  position: relative;
  z-index: 3;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  body.home .section-about {
    padding-bottom: 0;
  }
}
body.home .section-about h2 {
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.25;
}
body.home .section-about h2 .title_jp {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
}
body.home .section-about h3.title-line {
  color: #32aa00;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0;
  margin-bottom: 1.25rem;
  border-bottom: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
body.home .section-about h3.title-line::before, body.home .section-about h3.title-line::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 2px;
  background-color: #32aa00;
  position: relative;
  top: 1px;
}
body.home .section-about h3.title-line::before {
  margin-right: 0.5rem;
}
body.home .section-about h3.title-line::after {
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.home .section-about h2 {
    text-align: center;
  }
  body.home .section-about h2 .title_jp {
    font-size: 0.576em;
  }
  body.home .section-about h3.title-line {
    justify-content: center;
  }
}
body.home .section-about .about-top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-top {
    flex-direction: column;
    margin-bottom: 2.625rem;
  }
}
body.home .section-about .about-top .hana-about-top {
  position: absolute;
  top: -13%;
  left: -10%;
  left: clamp(-10%, -10% + 10% * (1920px - 100vw) / 320px, 0%);
  z-index: -1;
  width: clamp(184px, 12.1vw, 234px);
  height: clamp(186px, 12.15vw, 236px);
  background-image: url("../img/hana_pink.png");
  background-size: contain;
  background-repeat: no-repeat;
  rotate: -30deg;
}
body.home .section-about .about-top .hana-about-top02 {
  position: absolute;
  top: 37%;
  right: clamp(-20%, -20% + 15% * (1920px - 100vw) / 320px, 0%);
  z-index: -1;
  width: clamp(80px, 5vw, 100px);
  height: clamp(82px, 5.1vw, 102px);
  background-image: url("../img/hana_pink.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  body.home .section-about .about-top .hana-about-top {
    top: -10%;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-top .hana-about-top {
    top: -4%;
    left: auto;
    right: 52%;
    width: clamp(116px, 31vw, 160px);
    height: clamp(118px, 31.1vw, 162px);
  }
  body.home .section-about .about-top .hana-about-top02 {
    top: auto;
    bottom: 106vw;
    right: -1vw;
    width: clamp(50px, 13.3vw, 80px);
    height: clamp(51px, 13.4vw, 82px);
  }
}
@media screen and (max-width: 576px) {
  body.home .section-about .about-top .hana-about-top {
    right: 58%;
  }
  body.home .section-about .about-top .hana-about-top02 {
    bottom: 98vw;
    right: -2.25vw;
  }
}
@media screen and (max-width: 420px) {
  body.home .section-about .about-top .hana-about-top {
    top: -2.25%;
  }
}
body.home .section-about .about-inner {
  position: relative;
}
body.home .section-about .about-inner .hana-about-bottom {
  position: absolute;
  bottom: -8%;
  left: -5%;
  left: clamp(-5%, -5% + 5% * (1920px - 100vw) / 320px, 3%);
  z-index: -1;
  width: clamp(150px, 9.8vw, 189px);
  height: clamp(151px, 9.81vw, 190px);
  background-image: url("../img/hana_pink.png");
  background-size: contain;
  background-repeat: no-repeat;
  rotate: -30deg;
}
body.home .section-about .about-inner .hanabira-about-bottom {
  position: absolute;
  bottom: 20%;
  right: -10%;
  right: clamp(-10%, -10% + 10% * (1920px - 100vw) / 320px, 0%);
  z-index: -1;
  width: clamp(48px, 5vw, 64px);
  height: clamp(50px, 5.1vw, 68px);
  background-image: url("../img/hanabira_pink.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-inner .hana-about-bottom {
    bottom: 55%;
    bottom: clamp(55%, 275vw, 58%);
    left: 1rem;
    width: clamp(93px, 24.8vw, 130px);
    height: clamp(95px, 25vw, 132px);
  }
  body.home .section-about .about-inner .hanabira-about-bottom {
    bottom: 48%;
    right: 10%;
    width: clamp(32px, 8.5vw, 48px);
    height: clamp(34px, 8.6vw, 50px);
  }
}
@media screen and (max-width: 576px) {
  body.home .section-about .about-inner .hana-about-bottom {
    bottom: clamp(53%, 318vw, 54%);
  }
}
@media screen and (max-width: 450px) {
  body.home .section-about .about-inner .hana-about-bottom {
    bottom: clamp(52%, 345vw, 53%);
  }
  body.home .section-about .about-inner .hanabira-about-bottom {
    bottom: 46%;
  }
}
@media screen and (max-width: 380px) {
  body.home .section-about .about-inner .hana-about-bottom {
    bottom: 51%;
  }
}
body.home .section-about .about-text {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  body.home .section-about .about-text {
    width: 63%;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body.home .section-about .about-text .about-catch {
  border: none;
  padding: 0;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-weight: 700;
}
body.home .section-about .about-text .about-catch p {
  margin-bottom: 0;
}
body.home .section-about .about-text .about-catch .catch_en {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
body.home .section-about .about-text .about-catch .catch_jp {
  font-size: 2.1875rem;
  letter-spacing: 0.04em;
}
body.home .section-about .about-text .about-catch .catch_jp span {
  font-size: 0.7em;
}
@media screen and (max-width: 1200px) {
  body.home .section-about .about-text .about-catch .catch_jp span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-text .about-catch {
    text-align: center;
  }
  body.home .section-about .about-text .about-catch .catch_en {
    margin-bottom: 1rem;
  }
  body.home .section-about .about-text .about-catch .catch_jp {
    line-height: 1.25em;
  }
}
@media screen and (max-width: 576px) {
  body.home .section-about .about-text .about-catch .catch_en {
    font-size: 1rem;
  }
  body.home .section-about .about-text .about-catch .catch_jp {
    font-size: 1.6875rem;
  }
}
body.home .section-about .about-text__inner {
  width: 85%;
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-text__inner {
    width: 100%;
  }
}
body.home .section-about .about-text .btn-more-wrap {
  justify-content: flex-start;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-text .btn-more-wrap {
    margin-top: 2.25rem;
    justify-content: center;
  }
}
body.home .section-about .about-images {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body.home .section-about .about-images {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-images {
    width: 100%;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
body.home .section-about .about-images figure {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-images figure {
    position: relative !important;
  }
}
body.home .section-about .about-images .about_img1 {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
body.home .section-about .about-images .about_img2 {
  position: absolute;
  top: 50%;
  right: -2rem;
  right: clamp(-4rem, -4rem + 2rem * (1920px - 100vw) / 620px, 0%);
  width: 220px;
  z-index: 2;
}
body.home .section-about .about-images .about_img3 {
  position: absolute;
  bottom: 0;
  left: -2rem;
  width: 280px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body.home .section-about .about-images .about_img1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.home .section-about .about-images .about_img1 {
    width: 77.6%;
  }
  body.home .section-about .about-images .about_img2 {
    width: 41.3%;
    margin-left: auto;
    right: 0;
    top: 4rem;
  }
  body.home .section-about .about-images .about_img3 {
    width: 52.4%;
    margin-right: auto;
    left: 0;
    top: 0.5rem;
  }
}
body.home .logo-box {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  padding-left: 3rem;
  margin-bottom: 4rem;
}
body.home .logo-box .logo-box_img {
  width: 23%;
  flex-shrink: 0;
}
body.home .logo-box .logo-box_img img {
  width: 100%;
}
body.home .logo-box .logo-text {
  flex: 1;
}
body.home .logo-box .logo-text p {
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  body.home .logo-box {
    gap: 1.75rem;
    padding: 1.125rem;
    margin-bottom: 2rem;
  }
  body.home .logo-box .logo-box_img {
    width: 43.2vw;
    min-width: 162px;
    max-width: 300px;
    margin: 0 auto;
  }
  body.home .logo-box .logo-text {
    flex: auto;
  }
  body.home .logo-box .logo-text h3 {
    text-align: center;
  }
}
body.home .bn_about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 3.5vw, 3.625rem);
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  body.home .bn_about {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
body.home .about-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.9/1;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35);
}
body.home .about-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.home .about-card__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
body.home .about-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
  transition: background-color 0.3s ease;
}
body.home .about-card__title {
  position: relative;
  z-index: 3;
  color: #fff;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-size: clamp(1.65rem, 2.25vw, 2.125rem);
  font-weight: 700;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.18em;
  padding: 0.1rem 0;
  margin: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
body.home .about-card__title span {
  font-size: 0.7em;
  letter-spacing: 0.25em;
}
body.home .about-card__arrow {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
body.home .about-card__arrow::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: -2px;
}
body.home .about-card:hover .about-card__bg img {
  transform: scale(1.05);
}
body.home .about-card:hover .about-card__overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
body.home .about-card:hover .about-card__arrow {
  background-color: rgba(255, 255, 255, 0.15);
}

body.page {
  padding-top: 0;
}
body.page .inner ul {
  padding-left: 1em;
}
body.page .inner ol {
  padding-left: 1em;
}
body.page .inner h2 {
  margin-bottom: 1.125em;
  letter-spacing: 0.1em;
}
body.page .inner h3 {
  position: relative;
  border: none;
}
body.page .inner h3::after {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #8de628, 62.25%, #ff6443);
  content: "";
  position: relative;
  bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  body.page .inner h3 {
    font-size: 1.4rem;
  }
}
body.page .inner h4 {
  font-size: 1.5rem;
  color: #32aa00;
}
@media screen and (max-width: 768px) {
  body.page .inner h4 {
    font-size: 1.35rem;
  }
}
body.page .inner h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body.page .inner h5 {
    font-size: 1.125rem;
  }
}

section {
  position: relative;
  z-index: 10;
}

.logo-img {
  width: 50%;
  padding: 1rem 0;
  max-width: 300px;
}

.page .about-catch {
  border: none;
  padding: 0;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-weight: 700;
}
.page .about-catch p {
  margin-bottom: 0;
  text-align: center;
}
.page .about-catch .catch_en {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}
.page .about-catch .catch_jp {
  font-size: 2.1875rem;
  letter-spacing: 0.08em;
}
.page .about-catch .catch_jp span {
  font-size: 0.7em;
}
@media screen and (max-width: 1200px) {
  .page .about-catch .catch_jp span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page .about-catch p {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .page .about-catch .page .about-catch .catch_en {
    font-size: 0.9rem;
  }
  .page .about-catch .page .about-catch .catch_jp {
    font-size: 1.75rem;
  }
}

.arrow-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
}
.arrow-list > li {
  position: relative;
  padding-left: 1.35rem;
}
.arrow-list > li::before {
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0rem;
  color: #ec95a8;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f138";
}
.arrow-list > li:last-child {
  margin-bottom: 0;
}

.history-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}
.history-wrapper .history-container {
  display: flex;
  margin: 0 auto;
  position: relative;
}
.history-wrapper .era-sidebar {
  flex-shrink: 0;
  width: 2rem;
  padding: 10px 0.125rem 0;
  margin: 0.75rem 1.25rem 0.75rem 0;
  position: relative;
  background-color: #32aa00;
}
.history-wrapper .era-sidebar .era-badge {
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0 2px;
  font-size: 1.125rem;
  letter-spacing: 2px;
}
.history-wrapper.reiwa .era-sidebar {
  margin-bottom: 0;
}
.history-wrapper .timeline-wrapper {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.history-wrapper .timeline-wrapper .timeline-item {
  position: relative;
  width: 48%;
  padding-top: 16px;
  box-sizing: border-box;
}
.history-wrapper .timeline-wrapper .timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.5rem;
  width: 1px;
  background-color: #32aa00;
  transform: translateX(3.4rem);
}
.history-wrapper .timeline-wrapper .timeline-item * {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.history-wrapper .timeline-wrapper .timeline-item.is-visible * {
  opacity: 1;
  transform: translateY(0);
}
.history-wrapper .timeline-wrapper .timeline-item .dot {
  position: absolute;
  top: 25px;
  left: 6.625rem;
  width: 10px;
  height: 10px;
  background-color: #32aa00;
  border-radius: 50%;
}
.history-wrapper .timeline-wrapper .timeline-item .year {
  font-family: "Bodoni Moda", serif;
  /* font-optical-sizing: auto; */
  font-optical-sizing: none;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #32aa00;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 1;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content {
  padding-left: 8.5rem;
  background: transparent;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li {
  margin-bottom: 0.75rem;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-title span {
  padding-right: 0.25rem;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-img {
  width: 100%;
  max-width: 270px;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-img.e-img-s {
  max-width: 180px;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-caption {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-caption + .event-img {
  margin-top: 1rem;
}
.history-wrapper .timeline-wrapper .timeline-item:nth-child(1), .history-wrapper .timeline-wrapper .timeline-item:nth-child(2) {
  padding-top: 1.75rem;
}
.history-wrapper .timeline-wrapper .timeline-item:nth-child(1) .year, .history-wrapper .timeline-wrapper .timeline-item:nth-child(2) .year {
  top: 20px;
}
.history-wrapper .timeline-wrapper .timeline-item:nth-child(1) .dot, .history-wrapper .timeline-wrapper .timeline-item:nth-child(2) .dot {
  top: 37px;
}
.history-wrapper .timeline-wrapper .timeline-item:nth-last-child(1), .history-wrapper .timeline-wrapper .timeline-item:nth-last-child(2) {
  padding-bottom: 1rem;
}
.history-wrapper.meiji {
  padding-top: 1.5rem;
}
.history-wrapper.meiji .era-badge {
  padding-bottom: 0.5rem;
}
.history-wrapper.meiji .timeline-wrapper .timeline-item:nth-child(1)::before,
.history-wrapper.meiji .timeline-wrapper .timeline-item:nth-child(2)::before {
  top: 42px;
}
@media (max-width: 768px) {
  .history-wrapper .timeline-wrapper .timeline-item {
    width: 100%;
  }
  .history-wrapper .timeline-wrapper .timeline-item:empty {
    display: none;
  }
}
@media (max-width: 540px) {
  .history-wrapper .era-sidebar {
    width: 1.5rem;
    padding: 0.5rem 0 0;
    margin-right: 1rem;
  }
  .history-wrapper .era-sidebar .era-badge,
  .history-wrapper .meiji .era-sidebar .era-badge {
    padding: 0 0 0.25rem;
    font-size: 1rem;
  }
  .history-wrapper .timeline-wrapper .timeline-item::before {
    left: 0.9rem;
  }
  .history-wrapper .timeline-wrapper .timeline-item .year {
    font-size: 1.5rem;
    letter-spacing: 0;
    top: 15px;
  }
  .history-wrapper .timeline-wrapper .timeline-item .dot {
    position: absolute;
    top: 23px;
    left: 4.025rem;
  }
  .history-wrapper .timeline-wrapper .timeline-item .tl-content {
    padding-left: 5.25rem;
  }
  .history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-title {
    font-size: 1rem;
  }
  .history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-img {
    max-width: 100%;
  }
  .history-wrapper .timeline-wrapper .timeline-item .tl-content .event-list li .event-caption {
    font-size: 0.675rem;
  }
  .history-wrapper .timeline-wrapper .timeline-item:nth-child(1), .history-wrapper .timeline-wrapper .timeline-item:nth-child(2) {
    padding-top: 1.2rem;
  }
  .history-wrapper .timeline-wrapper .timeline-item:nth-child(1) .year, .history-wrapper .timeline-wrapper .timeline-item:nth-child(2) .year {
    top: 20px;
  }
  .history-wrapper .timeline-wrapper .timeline-item:nth-child(1) .dot, .history-wrapper .timeline-wrapper .timeline-item:nth-child(2) .dot {
    top: 28px;
  }
  .history-wrapper .timeline-wrapper .timeline-item:nth-last-child(1), .history-wrapper .timeline-wrapper .timeline-item:nth-last-child(2) {
    padding-bottom: 0.5rem;
  }
  .history-wrapper.meiji .era-sidebar {
    padding-top: 0.25rem;
  }
  .history-wrapper.meiji .timeline-wrapper .timeline-item:nth-child(1)::before,
  .history-wrapper.meiji .timeline-wrapper .timeline-item:nth-child(2)::before {
    top: 30px;
  }
}

.zoomable {
  cursor: pointer;
}
.zoomable:hover {
  transform: scale(1.02);
}

.modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  z-index: 1000; /* 最前面に */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* スクロール可能に */
  background-color: rgba(0, 0, 0, 0.9); /* 半透明の黒背景 */
  align-items: center;
  justify-content: center;
}
.modal .modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  animation-name: zoom; /* アニメーション */
  animation-duration: 0.6s;
}
.modal .modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.modal .modal-close:hover, .modal .modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
body.faq h1.page-title span {
  text-transform: uppercase;
}

.faq-container {
  margin: 0 auto;
}
.faq-container .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: solid 1px #32aa00;
  box-shadow: 0 2px 3px rgba(50, 84, 36, 0.1);
  overflow: hidden;
}
.faq-container .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 1.25rem;
  font-weight: 500;
  font-size: 1.125rem;
  cursor: pointer;
  list-style: none;
}
.faq-container .faq-item .faq-question::-webkit-details-marker {
  display: none;
}
.faq-container .faq-item .faq-question::after {
  margin-left: 0.75rem;
  content: "▼";
  color: #32aa00;
  transition: transform 0.3s;
  flex-shrink: 1;
}
.faq-container .faq-item .faq-question::before {
  margin-right: 0.75rem;
  content: "Q";
  color: #32aa00;
  flex-shrink: 1;
  font-size: 1.75rem;
  line-height: 0.75;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
  font-weight: 700;
}
.faq-container .faq-item[open] .faq-question::after {
  transform: rotate(180deg);
}
.faq-container .faq-question span,
.faq-container .faq-content {
  flex-grow: 2;
}
.faq-container .faq-answer-wrapper {
  transition: height 0.4s ease-out;
  height: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2.5rem 0 1.25rem;
}
.faq-container .faq-answer-wrapper::before {
  margin-right: 0.8rem;
  content: "A";
  color: #ef8ea8;
  flex-shrink: 1;
  font-size: 1.875rem;
  line-height: 0.75;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: none;
  font-weight: 700;
}
.faq-container .faq-answer-wrapper .faq-content {
  padding: 0 0 1.5rem;
}
.faq-container .faq-answer-wrapper .faq-content *:last-child {
  margin-bottom: 0;
}

table.sim-table {
  min-width: 600px;
}
table.sim-table thead {
  background: #32aa00;
  color: #fff;
}
table.sim-table thead th {
  background: transparent;
}
table.sim-table th, table.sim-table td {
  padding: 0.5rem;
  border: solid 1px #b5b5b5;
}
table.sim-table th {
  width: auto;
}
table.sim-table td {
  white-space: nowrap;
}

table.special-table {
  table-layout: auto;
}
table.special-table th, table.special-table td {
  padding: 0.5rem 0.25rem;
  border: solid 1px #b5b5b5;
}
table.special-table th {
  text-align: center;
  width: auto;
}
table.special-table tbody tr:nth-child(2n) {
  background-color: #f6f6f6;
}
table.special-table tbody tr th {
  width: 2rem;
}
table.special-table tbody tr td:first-of-type {
  white-space: nowrap;
}
table.special-table tbody tr td:nth-of-type(n+2) {
  text-align: center;
}

.simplebar-track.simplebar-horizontal {
  height: 12px;
  background: #ddd;
  border-radius: 0px;
  margin: 0 auto;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  background: #999;
  border-radius: 5px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  background: #999;
  border-radius: 5px;
}

.simplebar-content:before {
  padding-bottom: 14px;
}

.simplebar-track {
  top: 0;
}

.pdf-list {
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}
.pdf-list > li {
  position: relative;
  padding-left: 1.35rem;
}
.pdf-list > li::before {
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0rem;
  color: #ff6443;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f1c1";
  margin-right: 0.3rem;
}
.pdf-list > li:last-child {
  margin-bottom: 0;
}
.pdf-list > li a:hover {
  opacity: 0.6;
}
.pdf-list > li a::before {
  display: none;
}

body.archive.post-type-archive-gifts {
  padding-top: 0;
}
body.archive .archive-inner {
  max-width: 1080px;
}
body.archive h1 {
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  body.archive h1 {
    font-size: 2.5rem;
    padding: 3rem 2rem;
  }
}
body.archive .archive-section {
  padding-top: 0;
}
body.archive .cat-nav {
  padding: 0 0 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
body.archive .cat-nav > a {
  margin-right: 0.875rem;
  padding: 0.5rem 1rem;
  display: block;
  opacity: 0.3;
  cursor: pointer;
}
body.archive .cat-nav > a:not(.active):hover {
  color: #32aa00;
  opacity: 1;
}
body.archive .cat-nav > a.active {
  border-bottom: 1px solid #32aa00;
  opacity: 1;
  cursor: initial;
}
@media screen and (max-width: 768px) {
  body.archive .cat-nav {
    justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  body.archive .cat-nav > a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.news-box .news-item {
  display: block;
  border-bottom: 1px solid #32aa00;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-box .news-item {
    padding: 1rem 0;
  }
}
.news-box .news-item:hover {
  background-color: rgba(50, 170, 0, 0.1);
  opacity: 1;
}
.news-box h2 {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #202020;
  text-align: left;
}
.news-box img {
  transition: all 0.5s ease;
}

.news-supple {
  margin-bottom: 0.75rem;
}
.news-supple time {
  color: #717171;
  font-size: 700;
  margin-right: 0.5rem;
}
.news-supple .cat {
  font-size: 0.875rem;
  color: #202020;
  padding: 0.15rem 1rem;
  border: 1px solid #202020;
  border-radius: 2rem;
}

.archive-gifts {
  padding-bottom: 5rem;
}
.archive-gifts .gifts-hero {
  background-color: rgba(50, 170, 0, 0.1);
  background-image: url("../img/eye_gifts.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  height: clamp(300px, 35vw, 450px);
}
@media screen and (max-width: 768px) {
  .archive-gifts .gifts-hero {
    height: clamp(350px, 50vw, 450px);
  }
}
.archive-gifts .gifts-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.archive-gifts .gifts-hero-sub {
  display: block;
  font-size: 0.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.archive-gifts .gifts-hero-title {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0;
  position: relative;
  z-index: 2;
  padding-bottom: 0 !important;
  padding-top: calc(3.75rem + clamp(2rem, 5vw, 3rem) / 2);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .archive-gifts .gifts-hero {
    padding: 4rem 0;
  }
  .archive-gifts .gifts-hero-sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .archive-gifts .gifts-lead-wrap {
    padding-top: 3rem;
  }
}
.archive-gifts .gifts-lead .bn-gifts {
  margin-bottom: 3rem;
}
.archive-gifts .gifts-lead p {
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .archive-gifts .gifts-lead .bn-gifts {
    margin-bottom: 2rem;
  }
  .archive-gifts .gifts-lead p {
    text-align: left;
    font-size: 1rem;
  }
}
.archive-gifts .gifts-lead .link-button {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .archive-gifts .gifts-lead .link-button {
    margin-top: 3rem;
  }
}
.archive-gifts h2 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .archive-gifts h2 {
    font-size: 1.75rem;
  }
}
.archive-gifts h3 {
  font-size: 1.5rem;
}
.archive-gifts .gifts-amount-info {
  padding: 2rem 0 0;
}
.archive-gifts .gifts-amount-info .amount-box {
  margin-bottom: 3rem;
}
.archive-gifts .gifts-amount-info .amount-box .amount-title {
  font-size: 1.5rem;
  color: #202020;
  border-bottom: 2px solid #32aa00;
  padding-bottom: 0.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.archive-gifts .gifts-amount-info .amount-box p {
  margin-bottom: 1.25rem;
}
.archive-gifts .gifts-amount-info .connection-col {
  margin-top: 2.5rem;
}
.archive-gifts .gifts-amount-info .gift-list li a {
  color: #32aa00;
  font-weight: 700;
  text-decoration: underline;
}
.archive-gifts .gifts-amount-info .gift-list li a:hover {
  color: #ec95a8;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .archive-gifts .gifts-amount-info {
    padding: 0;
  }
  .archive-gifts .gifts-amount-info .amount-box {
    margin-bottom: 2rem;
  }
}
.archive-gifts .gifts-guide-section .guide-box {
  margin-bottom: 3rem;
}
.archive-gifts .gifts-guide-section .guide-box .guide-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  border-left: 5px solid #ec95a8;
  padding-left: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .archive-gifts .gifts-guide-section .guide-box {
    margin-bottom: 2rem;
  }
}
.archive-gifts .gifts-guide-section .flow-list {
  list-style: none;
  counter-reset: flow;
  padding: 0;
}
.archive-gifts .gifts-guide-section .flow-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.archive-gifts .gifts-guide-section .flow-list li::before {
  counter-increment: flow;
  content: counter(flow);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: #32aa00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
.archive-gifts .gifts-guide-section .flow-list li strong {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .archive-gifts .gifts-guide-section .flow-list li {
    padding-left: 2.5rem;
  }
  .archive-gifts .gifts-guide-section .flow-list li::before {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.125rem;
    top: 0.1em;
  }
}
.archive-gifts .gifts-guide-section .contact-info {
  background: #8bcb3a;
  color: #fff;
  padding: 3rem;
  border-radius: 12px;
  margin-top: 4rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.archive-gifts .gifts-guide-section .contact-info p {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.8;
}
.archive-gifts .gifts-guide-section .contact-info a {
  color: #fff;
  text-decoration: underline;
}

.taxonomy-partner {
  padding-bottom: 5rem;
}
.taxonomy-partner .partner-header {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-header {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.taxonomy-partner .partner-photo {
  width: 400px;
  flex-shrink: 0;
}
.taxonomy-partner .partner-photo img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-photo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.taxonomy-partner .partner-info-area {
  flex-grow: 1;
}
.taxonomy-partner .partner-info-area .partner-name {
  color: #32aa00;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  border-bottom: none;
  margin-bottom: 1em;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-info-area .partner-name {
    text-align: center;
    font-size: 1.8rem;
  }
}
.taxonomy-partner .partner-info-area .partner-name .municipality {
  font-size: 1.125rem;
  color: #202020;
  font-weight: normal;
  display: inline-block;
}
.taxonomy-partner .partner-info-area .partner-intro {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-info-area .partner-intro {
    font-size: 1rem;
  }
}
.taxonomy-partner .partner-info-area .partner-description {
  line-height: 1.6;
}
.taxonomy-partner .partner-free-content {
  margin-bottom: 4rem;
}
.taxonomy-partner .partner-free-content h3.title-line {
  color: #32aa00;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0;
  margin-bottom: 1.25rem;
  border-bottom: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-free-content h3.title-line {
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}
.taxonomy-partner .partner-free-content .partner-message-box {
  padding: 2rem;
  background-color: rgba(253, 227, 197, 0.3);
  background: linear-gradient(45deg, rgba(193, 231, 150, 0.2), 50%, rgba(253, 227, 197, 0.2));
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(50, 170, 0, 0.05);
}
@media screen and (max-width: 992px) {
  .taxonomy-partner .partner-free-content .partner-message-box {
    padding: 1.5rem;
  }
}
.taxonomy-partner .partner-free-content .partner-message:not(:last-of-type) {
  margin-bottom: 3rem;
}
.taxonomy-partner .partner-free-content .partner-message > * {
  margin-bottom: 0;
}
.taxonomy-partner .partner-free-content .partner-message p:empty {
  margin-bottom: 0;
}
.taxonomy-partner .partner-free-content .partner-message .message-img {
  max-width: 230px;
  text-align: center;
}
.taxonomy-partner .partner-free-content .partner-message .message-img img {
  width: 100%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-free-content .partner-message {
    flex-direction: column;
  }
  .taxonomy-partner .partner-free-content .partner-message .grid4-3 {
    display: contents;
  }
  .taxonomy-partner .partner-free-content .partner-message h3.title-line {
    order: 1;
  }
  .taxonomy-partner .partner-free-content .partner-message .message-img {
    order: 2;
    margin: 0 auto 1.5rem;
  }
  .taxonomy-partner .partner-free-content .partner-message p {
    order: 3;
  }
}
.taxonomy-partner .partner-products .products-title {
  text-align: left;
  border-bottom: 2px solid #32aa00;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-products .products-title {
    font-size: 1.65rem;
  }
}
.taxonomy-partner .partner-products .product-card {
  display: flex;
  gap: 2.5rem;
  position: relative;
  background-color: rgba(253, 227, 197, 0.25);
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 3px 8px rgba(113, 113, 113, 0.1);
}
.taxonomy-partner .partner-products .product-card:last-of-type {
  margin-bottom: 0;
}
.taxonomy-partner .partner-products .product-card:hover .prod-img img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-products .product-card {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.taxonomy-partner .partner-products .product-card .prod-img {
  width: 30%;
  aspect-ratio: 3/2;
  overflow: hidden;
  flex-shrink: 1;
  min-width: 250px;
}
.taxonomy-partner .partner-products .product-card .prod-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.taxonomy-partner .partner-products .product-card .prod-text {
  padding: 1.5rem;
  padding-left: 0;
  position: relative;
  flex-grow: 1;
}
.taxonomy-partner .partner-products .product-card .prod-text:after {
  display: block;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 1.75rem;
  color: #ec95a8;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
  display: inline-block;
  content: "\f138";
  margin-right: 0;
}
.taxonomy-partner .partner-products .product-card .prod-code {
  color: #717171;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.taxonomy-partner .partner-products .product-card .prod-name {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  color: #202020;
  margin-bottom: 1rem;
}
.taxonomy-partner .partner-products .product-card .prod-amount {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ec95a8;
}
@media screen and (max-width: 768px) {
  .taxonomy-partner .partner-products .product-card .prod-text {
    width: 100%;
    padding: 1rem;
    padding-top: 0;
  }
  .taxonomy-partner .partner-products .product-card .prod-text::after {
    font-size: 1.5rem;
    bottom: 1rem;
    right: 1rem;
  }
  .taxonomy-partner .partner-products .product-card .prod-img {
    width: 100%;
  }
  .taxonomy-partner .partner-products .product-card .prod-name {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .taxonomy-partner .partner-products .product-card .prod-amount {
    font-size: 1rem;
  }
}

body.post-type-archive-message {
  padding-top: 0;
}

.archive-message .page-title-message {
  background-color: #8bcb3a;
  font-size: 3rem;
  padding-top: 10.5rem;
}
.archive-message .page-title-message span {
  font-size: inherit;
  line-height: 1.5;
}
.archive-message .page-title-message br {
  display: none;
}
@media screen and (max-width: 768px) {
  .archive-message .page-title-message {
    font-size: 2.25rem;
    padding-top: calc(3rem + 15vw);
  }
}
@media screen and (max-width: 576px) {
  .archive-message .page-title-message br {
    display: inline;
  }
}
.archive-message .message-pdf {
  background-color: rgba(236, 149, 168, 0.1);
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.archive-message .message-pdf a {
  color: #32aa00;
  font-weight: 500;
}
.archive-message .message-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .archive-message .message-grid {
    gap: 1rem;
  }
}
.archive-message .message-card {
  width: 30%;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: #202020;
  display: block;
  transition: all 0.3s ease;
}
.archive-message .message-card:hover {
  opacity: 0.8;
}
.archive-message .message-card:hover img {
  transform: scale(1.05);
}
.archive-message .message-card__img {
  margin-bottom: 1.25rem;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 4/3;
}
.archive-message .message-card__img .placeholder {
  width: 100%;
  height: 100%;
  background-color: #dcdcdc;
}
.archive-message .message-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.archive-message .message-card__text {
  margin-top: 1rem;
}
.archive-message .message-card__position {
  display: block;
  font-size: 1rem;
  color: #32aa00;
  font-weight: 500;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
}
.archive-message .message-card__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  color: #202020;
}
@media screen and (max-width: 992px) {
  .archive-message .message-card {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .archive-message .message-card {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

body.single main ul {
  margin-left: 1.5em;
}
body.single main ol {
  margin-left: 1.5em;
}
body.single main img {
  width: 100%;
}
body.single section {
  padding-top: 0;
}
body.single time {
  display: inline-block;
  color: #b5b5b5;
}
body.single .news-supple {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  body.single .news-supple {
    margin-bottom: 1.5rem;
  }
}
body.single h1.title-nobg {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  body.single h1.title-nobg {
    font-size: 2rem;
  }
}
body.single h2 {
  font-size: 2rem;
  text-align: left;
  color: #202020;
}
@media screen and (max-width: 768px) {
  body.single h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  body.single h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  body.single h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  body.single h5 {
    font-size: 1.125rem;
  }
}
body.single .navigation {
  border-top: 1px solid #666;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 1.2rem 0 0;
  font-size: 85%;
  clear: both;
  text-align: left;
}
body.single .navigation > h2 {
  display: none;
}
body.single .navigation a span {
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
}
body.single .navigation a span.navitext {
  border-right: 1px solid #666;
}
body.single .navigation .nav-previous {
  background-color: rgba(50, 170, 0, 0.1);
  margin-bottom: 0.5rem;
}
body.single .navigation .nav-previous a {
  padding: 0.5rem 1rem;
  display: block;
}
body.single .navigation .nav-next {
  background-color: rgba(50, 170, 0, 0.1);
}
body.single .navigation .nav-next a {
  padding: 0.5rem 1rem;
  display: block;
}

.single-gifts .section-donations, .single-message .section-donations {
  padding-top: 15vw;
}
.single-gifts .section-donations h2, .single-message .section-donations h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-gifts .section-donations, .single-message .section-donations {
    padding-top: 8vw;
  }
}

.single-gifts > section:first-of-type {
  padding-top: 4rem;
}
.single-gifts .gift-container {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .single-gifts .gift-container h3 {
    font-size: 1.25rem;
  }
}
.single-gifts .gift-main-flex {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 992px) {
  .single-gifts .gift-main-flex {
    flex-direction: column;
    gap: 0;
  }
}
.single-gifts .gift-prod-photo {
  width: 450px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 10px;
}
.single-gifts .gift-prod-photo img {
  width: 100%;
  height: auto;
  border: 1px solid #dcdcdc;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-gifts .gift-prod-photo .no-image {
  color: #b5b5b5;
}
@media screen and (max-width: 992px) {
  .single-gifts .gift-prod-photo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2rem;
    order: 4;
  }
}
@media screen and (max-width: 992px) {
  .single-gifts .gift-info {
    display: contents;
  }
}
.single-gifts .gift-info .gift-code {
  color: #717171;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 992px) {
  .single-gifts .gift-info .gift-code {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .single-gifts .gift-info .gift-code {
    font-size: 1rem;
  }
}
.single-gifts .gift-info .gift-title {
  color: #32aa00;
  font-family: "Noto Serif JP", "NotoSerif", "游明朝体", "Yu Mincho", "YuMincho", serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  border-bottom: none;
  padding-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .single-gifts .gift-info .gift-title {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .single-gifts .gift-info .gift-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.single-gifts .gift-info .gift-donation-amount {
  font-size: 1.25rem;
  color: #ec95a8;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.single-gifts .gift-info .gift-donation-amount .amount {
  font-size: 1.2em;
}
@media screen and (max-width: 992px) {
  .single-gifts .gift-info .gift-donation-amount {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .single-gifts .gift-info .gift-donation-amount {
    font-size: 1rem;
  }
  .single-gifts .gift-info .gift-donation-amount .amount {
    font-size: 1.1em;
  }
}
.single-gifts .gift-info .gift-description .label {
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}
.single-gifts .gift-info .gift-description .text {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.single-gifts .gift-info .gift-description .text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .single-gifts .gift-info .gift-description {
    order: 5;
  }
}
@media screen and (max-width: 768px) {
  .single-gifts .gift-info .gift-description .label {
    font-size: 1.125rem;
  }
  .single-gifts .gift-info .gift-description .text {
    font-size: 1rem;
  }
}
.single-gifts .gift-detail-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
}
.single-gifts .gift-detail-table th, .single-gifts .gift-detail-table td {
  border: 1px solid #dcdcdc;
  padding: 1rem;
  text-align: left;
}
.single-gifts .gift-detail-table th {
  background: #f8f8f8;
  width: 200px;
  font-weight: bold;
  color: #202020;
}
.single-gifts .gift-detail-table td *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-gifts .gift-detail-table {
    margin-bottom: 2rem;
  }
  .single-gifts .gift-detail-table th, .single-gifts .gift-detail-table td {
    display: block;
    width: 100%;
  }
  .single-gifts .gift-detail-table th {
    border-bottom: none;
  }
  .single-gifts .gift-detail-table td {
    border-bottom: none;
  }
  .single-gifts .gift-detail-table tr:last-of-type {
    border-bottom: 1px solid #dcdcdc;
  }
}
.single-gifts .gift-company-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #32aa00;
}
.single-gifts .gift-company-name a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .single-gifts .gift-company-name {
    font-size: 1.125rem;
  }
  .single-gifts .gift-company-name a {
    display: block;
    line-height: 1.75;
  }
}

body.single-message h1.title-nobg {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  body.single-message h1.title-nobg {
    font-size: 2rem;
  }
}
body.single-message .message-box {
  background-color: rgba(50, 170, 0, 0.1);
  border-radius: 1rem;
  padding: 1.5rem;
}
body.single-message .btn-more-wrap {
  margin: 4rem 0 2rem;
}

/* ==============================
   Hamburger Menu (#sp-nav)
=============================== */
#nav-menu {
  display: block; /* PCでも表示する */
  width: 2.5rem; /* ハンバーガーの横幅 */
  height: 2.5rem; /* ハンバーガーの縦幅 */
  position: relative;
  z-index: 100;
}
#nav-menu > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  /* 3本線のベース設定 */
}
#nav-menu > a span,
#nav-menu > a span::before,
#nav-menu > a span::after {
  display: block;
  position: absolute;
  background: #202020;
  width: 100%;
  height: 1.4px;
  transition: all 0.3s ease;
}
#nav-menu > a {
  /* 中央の線 */
}
#nav-menu > a span {
  top: 50%;
  transform: translateY(-50%);
}
#nav-menu > a {
  /* 上の線 */
}
#nav-menu > a span::before {
  content: "";
  top: -1.25rem; /* 中央からの距離 */
}
#nav-menu > a {
  /* 下の線 */
}
#nav-menu > a span::after {
  content: "";
  top: 1.25rem; /* 中央からの距離 */
}
@media screen and (max-width: 768px) {
  #nav-menu {
    width: 2rem;
    height: 2rem;
  }
  #nav-menu > a span,
  #nav-menu > a span::before,
  #nav-menu > a span::after {
    height: 1.2px;
  }
  #nav-menu > a span::before {
    top: -0.875rem; /* 中央からの距離 */
  }
  #nav-menu > a span::after {
    top: 0.875rem; /* 中央からの距離 */
  }
}
@media screen and (max-width: 576px) {
  #nav-menu {
    width: 1.25rem;
    height: 1.25rem;
  }
  #nav-menu > a span,
  #nav-menu > a span::before,
  #nav-menu > a span::after {
    height: 1px;
  }
  #nav-menu > a span::before {
    top: -0.625rem; /* 中央からの距離 */
  }
  #nav-menu > a span::after {
    top: 0.625rem; /* 中央からの距離 */
  }
}

.remodal-overlay {
  background: rgba(236, 149, 168, 0.2);
}

.remodal {
  padding: 3rem 2rem;
}
.remodal .remodal-close {
  color: #202020;
  right: 1.25rem;
  top: 1.25rem;
  left: auto;
}
.remodal .remodal-close::before {
  font-size: 2rem;
}
.remodal .menu-logo {
  display: inline-block;
  margin-bottom: 1rem;
}
.remodal .menu-logo img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .remodal .menu-logo img {
    width: 100px;
  }
}
.remodal ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.remodal ul li {
  border-bottom: 1px solid #e7e7e7;
}
.remodal ul li a {
  padding: 1rem 0;
  color: #202020;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.remodal ul li a:hover {
  color: #ec95a8;
  background-color: rgba(236, 149, 168, 0.1);
}
.remodal ul li .menu-arrow {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ec95a8;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.remodal ul li .menu-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.remodal ul li .link-blank::before {
  margin-right: 0;
}
.remodal ul li.parent {
  border-bottom: none;
}
.remodal ul li.child {
  padding-left: 1rem;
  border-bottom: none;
}
.remodal ul li.child a {
  padding: 0.5rem;
}
.remodal ul li.child.child-last {
  border-bottom: 1px solid #e7e7e7;
}
.remodal ul li.child a {
  gap: 0.5rem;
}
.remodal ul li.child a::before {
  content: "";
  width: 0.65rem;
  height: 1px;
  background: #ec95a8;
  display: inline-block;
  position: relative;
  top: 0.1rem;
}

/* ==============================
   Responsive (スマホ向け)
=============================== */
@media screen and (max-width: 768px) {
  /* ▽ 注意 ▽ 
    .head-right 全体を消してしまうとハンバーガーも消えてしまうので、
    中身の .head-links（文字サイズや寄付ボタン）だけを隠します。
  */
  .head-links {
    display: none;
  }
  /* スマホ時はヘッダーの余白を少し詰める */
  .head {
    padding: 0 15px;
  }
}
.change-size,
.change-color {
  width: 2.4em;
  margin-left: 0.2rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #4f4f4f;
  border-radius: 0.2rem;
  font-size: 0.9em;
  color: #4f4f4f !important;
  background: #fff !important;
}
.change-size.black,
.change-color.black {
  color: white !important;
  background: #000 !important;
}
.change-size.blue,
.change-color.blue {
  color: #fff000 !important;
  background: #2531c9 !important;
}

html.fs-l {
  font-size: 150%;
}
html.fs-xl {
  font-size: 200%;
}

body.theme-black {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black * {
  color: white !important;
  background-color: #000 !important;
}
body.theme-black .logo img {
  filter: invert(100%) brightness(200%) !important;
  background-color: transparent !important;
}
body.theme-blue .logo img {
  filter: invert(98%) sepia(77%) saturate(7494%) hue-rotate(45deg) brightness(200%) contrast(109%) !important;
  background-color: transparent !important;
}
body.theme-blue {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}
body.theme-blue * {
  color: #fff000 !important;
  background-color: #2531c9 !important;
}/*# sourceMappingURL=basic.css.map */