@charset "UTF-8";
.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

.c-wrapper {
  max-width: 1200px;
  padding-block: 12rem;
}
@media (max-width: 1260px) {
  .c-wrapper {
    max-width: 95vw;
  }
}
@media (max-width: 768px) {
  .c-wrapper {
    max-width: 92vw;
    padding-block: 6rem;
  }
}

.c-bg--sky {
  background-color: #F9FBFF;
}

.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

/* 基本文字スタイル */
.c-text--green {
  color: #2A9D63;
}
.c-text--bold {
  font-weight: 700;
}
.c-text--center {
  text-align: center;
}
.c-text--large {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.9px;
}

.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

.c-title {
  gap: 1.5rem;
}
.c-title__subheading {
  color: #1EA7BF;
  font-family: Outfit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.92px;
  margin-bottom: 0 !important;
}

.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

.news-list {
  overflow-y: auto;
  max-height: fit-content;
  padding-right: 0.8em;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
.news-list::-webkit-scrollbar {
  width: 8px;
}
.news-list::-webkit-scrollbar-thumb {
  background: #EB7F32;
  border-radius: 4px;
}
.news-list::-webkit-scrollbar-thumb:hover {
  background: #EB7F32;
}
.news-list__item {
  padding-bottom: 1.2rem;
  border-bottom: 1px dashed #2A9D63;
  margin-bottom: 1.2rem;
}
.news-list__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5em;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 768px) {
  .news-list__link {
    flex-direction: column;
    gap: 1rem;
  }
}
.news-list__cat {
  display: inline-block;
  padding: 2px;
  width: 14em;
  text-align: center;
  background: #2A9D63;
  color: #FFF;
}
@media (max-width: 768px) {
  .news-list__cat {
    width: 100%;
  }
}
.news-list__cat--notice {
  background: #EB7F32;
}
.news-list__cat.cat-important {
  background: #b8323d;
}
.news-list__cat.cat-important ~ .news-list__title {
  color: #b8323d;
}
.news-list__date {
  font-weight: 800;
  width: 9em;
}
@media (max-width: 768px) {
  .news-list__date {
    line-height: 1;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .news-list__title {
    line-height: 1;
  }
}

.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-news__inner.js-fade {
    opacity: 1;
  }
}
.p-news .news-list__cat {
  background: #1EA7BF;
}
.p-news .news-list__item {
  border-bottom: 1px dashed #1EA7BF;
}
.p-news .news-list::-webkit-scrollbar-thumb {
  background: #1EA7BF;
  border-radius: 4px;
}
.p-news .news-list::-webkit-scrollbar-thumb:hover {
  background: #1EA7BF;
}
.p-news .c-btn--more svg path {
  fill: #1EA7BF;
}

.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

.c-title {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .c-title__heading {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
}
.c-title__subheading {
  color: #1EA7BF;
  font-family: Outfit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.92px;
  margin-bottom: 0 !important;
}

.c-block1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 9rem;
}
@media (max-width: 1000px) {
  .c-block1 {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .c-block1 {
    gap: 3rem;
  }
}
@media (min-width: 1001px) {
  .c-block1.is-reverse {
    flex-direction: row-reverse;
  }
}
.c-block1__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}
@media (max-width: 768px) {
  .c-block1__content {
    gap: 3rem;
  }
}
.c-block1__title--heading {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 1.26px;
  margin-block: 0 !important;
}
@media (max-width: 1000px) {
  .c-block1__title--heading {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .c-block1__title--heading {
    font-size: 3.2rem;
  }
}
.c-block1__title--subheading {
  color: #1EA7BF;
  font-family: Outfit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.92px;
  margin-block: 0 0.5rem !important;
}
@media (max-width: 1000px) {
  .c-block1__title--subheading {
    text-align: center;
  }
}
.c-block1__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 1.44px;
}
@media (max-width: 768px) {
  .c-block1__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-block1__media {
  flex: 1;
}
.c-block1__media img {
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 610/407;
  object-fit: cover;
}

.c-gallery {
  overflow: hidden;
  width: 100%;
}
.c-gallery__track {
  display: flex;
  gap: 1.6rem;
  will-change: transform;
}
.c-gallery__item {
  flex: 0 0 auto;
  width: 15vw;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-gallery__item {
    width: 40vw;
  }
}
.c-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

/* メニュー開閉後のiPhoneでの画面ロック防止 */
body.is-menu-open #site-header {
  transform: none !important;
  will-change: auto !important;
}

header#site-header {
  position: sticky;
  top: 2rem;
  width: 85vw;
  height: 100px;
  margin-inline: auto;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.15));
  z-index: 1000;
}
@media (max-width: 1200px) {
  header#site-header {
    width: 90vw;
  }
}

.header-wrap {
  background: #FFF;
  margin-top: 6rem;
  padding: 2rem 4rem;
  border-radius: 50px;
  box-sizing: border-box;
  transition: background-color 0.4s ease;
}
@media (max-width: 1200px) {
  .header-wrap {
    padding: 1.4rem 2rem 2rem;
  }
}
@media (max-width: 768px) {
  .header-wrap {
    margin-top: 3rem;
    padding: 1rem 3rem;
    border-radius: 28px;
    transition: padding 0.4s ease, background-color 0.4s ease;
  }
}
.header-wrap.is-open {
  background: #F5F1E8;
  border-radius: 50px !important;
  transition: background-color 0.4s ease;
}
@media (max-width: 768px) {
  .header-wrap.is-open {
    padding: 1.5rem !important;
    border-radius: 28px !important;
    transition: padding 0.4s ease, background-color 0.4s ease;
  }
}

.header-menu {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-menu {
    height: 35px;
    justify-content: space-between;
  }
}

.site-logo {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 0;
  height: 100%;
}
.site-logo h1 {
  margin: 0;
}
.site-logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-logo img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
}

.main-navigation {
  margin-inline: auto 2rem;
}
@media (max-width: 1200px) {
  .main-navigation {
    margin-inline: auto 1rem;
  }
}
@media (max-width: 780px) {
  .main-navigation {
    margin: 2.5rem 0;
  }
}
.main-navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media (max-width: 1300px) {
  .main-navigation ul {
    gap: 0rem;
  }
}
@media (max-width: 768px) {
  .main-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.main-navigation .menu-item:not(:last-child) {
  border-right: 1px dashed #1EA7BF;
  padding-right: 2rem;
}
@media (max-width: 1300px) {
  .main-navigation .menu-item:not(:last-child) {
    padding-right: 1rem;
    border-right: none;
  }
}
.main-navigation .menu-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .main-navigation .menu-item a {
    align-items: flex-start;
  }
}
.main-navigation .menu-item span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  transition: color 0.3s;
}
.main-navigation .menu-item span.menu-item__ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: 1.45rem;
  letter-spacing: 1.6px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .main-navigation .menu-item span.menu-item__ja {
    font-size: 1.45rem;
  }
}
.main-navigation .menu-item span.menu-item__en {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  color: #1EA7BF;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .main-navigation .menu-item span.menu-item__en {
    font-size: 1.2rem;
  }
}

.applied {
  display: inline-flex;
  flex-direction: row;
  gap: 0.1em;
  align-items: center;
  cursor: pointer;
  background-color: #EB7F32;
  color: #fffefd;
  border-radius: 50px;
  padding: 8px 7px 8px 10px;
  font-size: 1.45rem;
  letter-spacing: 0.5px;
}
.applied svg {
  width: 14px;
  height: 14px;
}
.applied svg path {
  fill: #fffefd;
}

.hamburger {
  position: relative;
  z-index: 2000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  /* アクティブで ✕ に */
  /*
  &.is-active {
      .top {
          transform: translateY(10px) rotate(45deg);
      }

      .middle {
          opacity: 0;
      }

      .bottom {
          transform: translateY(-10px) rotate(-45deg);
      }
  }*/
}
.hamburger__icon {
  width: 29px;
  height: 24px;
}
.hamburger .line {
  stroke: #1EA7BF;
  transform-box: fill-box;
  transform-origin: 50% 50%;
  transition: transform 0.35s ease, opacity 0.25s ease;
  vector-effect: non-scaling-stroke;
  /* 低モーション設定の端末ではアニメ省略 */
}
@media (prefers-reduced-motion: reduce) {
  .hamburger .line {
    transition: none !important;
  }
}

/* ナビゲーションポップアップ */
/* アコーディオン版（高さをアニメさせる） */
.menu-accordion {
  overflow: hidden;
  height: 0;
  transition: height 0.28s ease;
  will-change: height;
}
.menu-accordion__inner {
  border-radius: 28px;
  padding: clamp(12px, 2vw, 28px);
}
@media (max-width: 768px) {
  .menu-accordion__inner {
    margin: 1.8rem 0 0;
    padding: 0;
    border-radius: 20px;
  }
}

.menu-banners {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1vw;
}
@media (max-width: 1000px) and (min-width: 780px) {
  .menu-banners {
    padding-top: 3rem;
  }
}
@media (max-width: 780px) {
  .menu-banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
  }
}
.menu-banners__item {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.15));
}
@media (max-width: 768px) {
  .menu-banners__item {
    filter: none;
  }
}

/* ポップアップメニュー（開いたあと） */
.menu-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-popup__close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #2a7a58;
}

/* 省エネ：モーション削減設定を尊重 */
@media (prefers-reduced-motion: reduce) {
  .menu-accordion {
    transition: none;
  }
}
/* ------------------------ */
/* SP用 :: メニュードロワー版 */
/* ------------------------ */
.menu-drawer {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0s linear 0.28s;
  z-index: 1500;
  /* メニュー本体（中身は今の .menu-accordion を流用） */
  /* スクロールを寄せたい領域にだけ overflow:auto を付与 */
}
.menu-drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.28s ease;
}
.menu-drawer__panel {
  position: absolute;
  inset: 0;
  background: #F5F1E8;
  height: 100dvh;
  /* アドレスバー対策で d vh を使う */
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
  padding: 4.5vw;
}
.menu-drawer__scroll {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-drawer .menu-accordion {
  overflow: visible;
}
.menu-drawer .hamburger .top {
  transform: translateY(10px) rotate(45deg);
}
.menu-drawer .hamburger .middle {
  opacity: 0;
}
.menu-drawer .hamburger .bottom {
  transform: translateY(-10px) rotate(-45deg);
}

/* SP時に body をロックするクラス */
body.is-menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  touch-action: none;
}

.c-bg {
  background-color: #FFFDFD;
}
.c-bg--sub {
  background-color: #F5F1E8;
}

.pt_0 {
  padding: 0;
}

.pb_0 {
  padding-bottom: 0;
}

.pt_3 {
  padding-top: 3rem;
}

.mt_0 {
  margin: 0;
}

.mb_0 {
  margin-bottom: 0;
}

footer.site-footer {
  background-color: #F5F1E8;
}

.footer__inner {
  padding-block: 12rem 2rem;
  max-width: 1440px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer__inner {
    max-width: 94vw;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .footer__wrap {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.footer .contact-box {
  position: relative;
  width: 100%;
  border: 4px solid #2A9D63;
  border-radius: 8px;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  background: #fff;
  color: #2A9D63;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  .footer .contact-box {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .footer .contact-box {
    padding: 1.5rem;
  }
}
.footer .contact-box__header {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #2A9D63;
  color: #fff;
  padding: 1.4rem;
  border-radius: 0 0 0.5rem 0;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .footer .contact-box__header {
    font-size: 1.6rem;
    line-height: 1.2;
    width: 100%;
    border-radius: initial;
    padding: 0.8rem;
  }
}
.footer .contact-box__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 3.5em;
}
@media (max-width: 768px) {
  .footer .contact-box__body {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 5.5rem;
  }
}
.footer .contact-box__title {
  flex: 2;
}
.footer .contact-box__title p {
  font-size: 2.4vw;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 4px;
  font-feature-settings: "halt" on;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .contact-box__title p {
    font-size: 6vw;
    line-height: 1.2;
  }
}
.footer .contact-box__numbers {
  flex: 3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 2vw;
}
@media (max-width: 768px) {
  .footer .contact-box__numbers {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4vw;
    width: 100%;
  }
}
.footer .contact-item {
  display: flex;
  flex: 0 1 16vw;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 1200px) {
  .footer .contact-item {
    flex: 0 1 46%;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .footer .contact-item {
    flex: auto;
    gap: 0.5rem;
  }
}
.footer .contact-item__label {
  display: inline-block;
  width: 100%;
  background: #2A9D63;
  color: #fff;
  font-size: 1vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4px;
  padding: 0.4em 2.5em;
  border-radius: 30px;
  margin: 0;
}
@media (max-width: 1200px) {
  .footer .contact-item__label {
    font-size: 1.6rem;
    padding: 0.25em 2.5em;
  }
}
.footer .contact-item__number {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 1200px) {
  .footer .contact-item__number {
    font-size: 2.6rem;
  }
}
.footer .contact-item__note {
  display: inline-block;
  width: fit-content;
  border: 2px solid #2A9D63;
  border-radius: 4px;
  padding: 0.4em 0.8em;
  font-size: 0.8vw;
  font-weight: 700;
  line-height: 1;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .footer .contact-item__note {
    padding: 0.25em 0.6em;
    font-size: 1.6rem;
  }
}
.footer__info {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
@media (max-width: 1200px) {
  .footer__info {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.footer__logo a img {
  width: auto;
  height: 9rem;
}
.footer__address {
  margin-bottom: 0.6rem !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.36px;
}
@media (max-width: 1200px) {
  .footer__address {
    text-align: center;
    margin-bottom: 3rem !important;
  }
}
.footer__phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .footer__phone {
    justify-content: center;
    align-items: flex-start;
    gap: 3.5rem;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .footer__phone {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.footer__phone--tel, .footer__phone--fax {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.2;
}
.footer__phone--tel svg, .footer__phone--fax svg {
  width: 0.8em;
  height: auto;
}
.footer__phone--tel svg path, .footer__phone--fax svg path {
  fill: #333;
}
.footer__navigation .menu-item__en {
  display: none;
}
.footer__navigation .footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1.12px;
}
@media (max-width: 1200px) {
  .footer__navigation .footer-nav {
    justify-content: center;
    gap: 0 2rem;
  }
}
.footer__navigation .footer-nav__pdf {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 1.12px;
}
@media (max-width: 1200px) {
  .footer__navigation .footer-nav__pdf {
    justify-content: center;
    margin-top: 0.1rem;
  }
}
.footer__navigation .footer-nav__pdf-item a {
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.footer__navigation .footer-nav__pdf-item a svg {
  width: 17px;
  height: 18px;
}
.footer__sns {
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .footer__sns {
    padding-top: 5rem;
  }
}
.footer__copyright {
  padding-block: 2rem 0;
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1.12px;
}
@media (max-width: 768px) {
  .footer__copyright {
    padding-block: 4rem 0;
  }
}

.p-pb__120 {
  padding-bottom: 120px;
}

.p-pb__80 {
  padding-bottom: 80px;
}

.p-pb__60 {
  padding-bottom: 60px;
}

.p-pb__30 {
  padding-bottom: 30px;
}

.p-mb__120 {
  margin-bottom: 120px;
}

.p-mb__80 {
  margin-bottom: 80px;
}

.p-mb__60 {
  margin-bottom: 60px;
}

.p-mb__30 {
  margin-bottom: 30px;
}

.p-hero {
  padding-bottom: 0;
}
.p-hero__inner {
  width: 94vw;
  height: 90vh;
  /*background: url("http://ays-osaka.jp/wp-content/uploads/2025/11/main.jpg") no-repeat;*/
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-hero__inner {
    /*background: url("http://ays-osaka.jp/wp-content/uploads/2025/11/main-sp.jpg") no-repeat;*/
    background-position: center bottom;
    background-size: cover;
    height: 86vh;
  }
}

.p-hero__title {
  position: absolute;
  font-size: 3.4vw;
  line-height: 1.45;
  bottom: 33vh;
  left: 6vw;
  margin: 0;
  color: #FFF;
  text-shadow: 0 8px 12px rgba(10, 26, 97, 0.3), 0 4px 4px rgba(10, 26, 97, 0.5);
}
@media (max-width: 768px) {
  .p-hero__title {
    top: 15vh;
    font-size: 10vw;
  }
}
.p-hero__title > span {
  display: block;
}
.p-hero__title > span:first-child {
  margin-bottom: 3rem;
}

.p-about__text p {
  font-size: 2rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .p-about__text p {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.p-volunteer {
  position: relative;
  overflow: hidden;
}
.p-volunteer:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("http://ays-osaka.jp/wp-content/uploads/2025/11/0061_original.jpg");
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover;
  filter: brightness(0.7);
  z-index: -1;
}
@media (max-width: 1200px) {
  .p-volunteer:after {
    background-position: right center;
    filter: brightness(0.6);
  }
}
@media (max-width: 768px) {
  .p-volunteer:after {
    background: url("http://ays-osaka.jp/wp-content/uploads/2025/11/0061_original.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-volunteer .c-wrapper {
  color: #FFF;
}
.p-volunteer .c-block1__title--subheading {
  color: #FFF;
}

footer.site-footer {
  background-color: #FAFAFA;
}

/* 職員募集セクション (p-recruit) の背景画像を上書き */
/* .p-volunteer と .p-recruit が両方ついている時の :after を指定します */

.p-volunteer.p-recruit:after {
    /* ここに新しい画像のパスを指定 */
    background-image: url("http://ays-osaka.jp/wp-content/uploads/2025/12/recruit.jpg") !important;
    filter: brightness(0.9);
}

/* スマホ用の画像切り替えがある場合 */
@media (max-width: 768px) {
  .p-volunteer.p-recruit:after {
      background-image: url("http://ays-osaka.jp/wp-content/uploads/2025/12/recruit-sp.jpg") !important;
      filter: brightness(0.7);
  }
}

/* バナー全体の枠 */
.camp-banner-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px; 
    margin: 60px auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* 背景画像の設定 */
.camp-banner-img {
    width: 100%;
    height: 400px; /* 文字が大きくなる分、少し高さを広げました */
    object-fit: cover;
    object-position: center 60%;
    filter: brightness(1); /* 文字を際立たせるためもう少し暗く */
    display: block;
}

/* 文字とボタンの配置エリア */
.camp-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%; /* 横幅を広げて文字の改行を防ぐ */
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,0.7); /* 影を濃くして視認性UP */
}

/* サブコピー（キャンプに参加したい方へ） */
.camp-banner-sub {
    font-size: 1.5rem; /* 1.2remから拡大 */
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    padding: 8px 20px;
    border-radius: 30px;
}

/* メインコピー（募集中のキャンプはこちら） */
.camp-banner-main {
    font-size: 3.5rem; /* 2.2remから大幅拡大 */
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.2;
}

/* ボタンのデザイン */
.camp-banner-btn {
    display: inline-block;
    background-color: #ea5514;
    color: #fff;
    padding: 18px 50px; /* ボタンも一回り大きく */
    font-size: 1.4rem;  /* 文字サイズUP */
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 3px solid #fff; /*枠線を太く */
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    text-shadow: none;
}

/* ボタンホバー時 */
.camp-banner-btn:hover {
    background-color: #fff;
    color: #ea5514;
    transform: translateY(-3px);
}

/* スマホ用の調整 */
@media (max-width: 768px) {
    /* バナー全体に左右の余白を追加 */
    .camp-banner-wrapper {
        width: 92%; /* 画面幅の92%にして左右に隙間を作る */
        margin: 40px auto; /* 上下の余白と、左右中央寄せ */
    }

    .camp-banner-img {
        height: 420px; /* スマホでは縦長にして文字スペース確保 */
    }

    /* 文字サイズのスマホ用調整 */
    .camp-banner-sub {
        font-size: 1.6rem; 
        padding: 6px 15px;
    }
    .camp-banner-main {
        font-size: 2.8rem; /* スマホでもしっかり大きく */
        margin-bottom: 20px;
    }
    .camp-banner-btn {
        width: 90%; /* ボタンを押しやすく幅広に */
        padding: 15px 0;
        font-size: 1.7rem;
    }
}

