@charset "UTF-8";
/* ==========================================================================
   Main Visual / Promo Section 
   ========================================================================== */
.p-promo {
  position: relative;
  width: 100%;
  overflow: visible;
  /* --- 卒業生たちの活躍バッジ --- */
}
.p-promo__inner {
  position: relative;
  height: 70vh;
  min-height: 480px;
  max-height: 800px;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .p-promo__inner {
    height: 75vh;
    min-height: 600px;
  }
}
.p-promo__badge {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
  width: 75px;
}
.p-promo__badge a {
  display: block;
  transition: all 0.3s;
}
.p-promo__badge a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .p-promo__badge {
    top: 50px;
    width: 75px;
  }
}
.p-promo__slider {
  width: 100%;
  height: 140vw;
  max-height: 650px;
}
@media screen and (min-width: 769px) {
  .p-promo__slider {
    height: 100%;
    max-height: none;
  }
}
.p-promo__slider .slick-list,
.p-promo__slider .slick-track {
  height: 100% !important;
}
.p-promo__slider .p-promo__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.p-promo__slider .p-promo__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-promo__slider .p-promo__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  transition: transform 7s ease-out;
  transform: scale(1);
  display: block;
}
.p-promo__slider .slick-current .p-promo__slide img {
  transform: scale(1.15);
}
.p-promo__content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 960px;
  z-index: 2;
  padding: 0 10px;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-promo__content {
    bottom: 30px;
    padding: 0 20px;
  }
}
.p-promo__nav {
  pointer-events: auto;
}
.p-promo__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.p-promo__nav-list li {
  width: calc((100% - 16px) / 3);
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 561px) {
  .p-promo__nav-list {
    gap: 20px;
    /*gap: 15px;
    li {
      width: calc((100% - 45px) / 4); // 4列
    }*/
  }
  .p-promo__nav-list li {
    width: calc((100% - 100px) / 6);
  }
}

/* ==========================================================================
  Component: Circle Button
  ========================================================================== */
.c-btn-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 100px;
  background-color: #791336;
  color: #ffffff !important;
  border-radius: 50%;
  border: none;
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-decoration: none;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.c-btn-circle::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #aa853e;
  border-radius: 50%;
}
.c-btn-circle:hover {
  transform: translateY(-5px);
  background-color: #862b4a;
}
@media screen and (min-width: 561px) {
  .c-btn-circle {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-circle::after {
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .c-btn-circle {
    max-width: 130px;
    font-size: 16px;
  }
}

/* ==========================================================================
   Mission Section (建学の精神 - PC 25px / Tab 22px 統一版)
   ========================================================================== */
.p-mission {
  padding: 80px 20px;
  background-color: #ffffff;
  text-align: center;
  /* 敬神奉仕 & 英文 & 説明文 共通設定 */
  /* メイン見出し（敬神奉仕） */
  /* 英文 */
  /* 説明文（神さまから〜） */
  /* 説明文02（神さまから〜） */
}
@media screen and (min-width: 769px) {
  .p-mission {
    padding: 100px 20px;
  }
}
.p-mission__logo {
  max-width: 96px;
  margin: 0 auto;
}
.p-mission__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-mission__catch, .p-mission__catch-eng, .p-mission__txt {
  font-family: "Noto Serif JP", serif !important;
  color: #791336;
  text-align: center;
  display: block;
  font-weight: 500;
}
.p-mission__catch {
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 36px;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
}
@media screen and (min-width: 769px) {
  .p-mission__catch {
    font-size: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .p-mission__catch {
    font-size: 56px;
    margin-bottom: 25px;
  }
}
.p-mission__catch-eng {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-mission__catch-eng {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-mission__catch-eng {
    font-size: 22px;
  }
}
.p-mission__txt {
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-mission__txt {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .p-mission__txt {
    font-size: 25px;
    letter-spacing: 0.15em;
    padding-left: 0.15em;
  }
}
.p-mission__txt02 {
  line-height: 2;
  font-size: 16px;
  font-family: "Noto Serif JP", serif !important;
  color: #791336;
}
.p-mission__txt02.center {
  text-align: center;
}
.p-mission .txt__wrap {
  margin: 0 auto;
  max-width: 840px;
  padding: 0 20px;
}

/* ==========================================================================
  News Section
  ========================================================================== */
.p-news {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-news {
    padding: 80px 20px;
  }
}
.p-news__head {
  text-align: center;
  margin-bottom: 50px;
}
.p-news__head .c-ttl-main {
  font-size: 24px;
  color: #791336;
  font-family: "Noto Serif JP", serif !important;
}
@media screen and (min-width: 769px) {
  .p-news__head .c-ttl-main {
    font-size: 32px;
  }
}
.p-news__nav {
  margin-bottom: 40px;
}
.p-news__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
.p-news__nav ul li {
  cursor: pointer;
  color: #333333;
  transition: all 0.3s;
  position: relative;
  padding: 0 20px 5px;
  font-family: "Noto Serif JP", serif !important;
  /* --- 縦の区切り線 --- */
  /* 最初の項目の線は消す */
}
.p-news__nav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: rgba(51, 51, 51, 0.3);
}
.p-news__nav ul li:first-child::before {
  display: none;
}
.p-news__nav ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #791336;
  transition: width 0.3s;
}
.p-news__nav ul li.is-active {
  color: #791336;
}
.p-news__nav ul li.is-active::after {
  width: calc(100% - 40px);
}
.p-news__nav ul li:hover {
  opacity: 0.7;
}
.p-news__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 10px;
}
@media screen and (min-width: 769px) {
  .p-news__list {
    flex-direction: column;
    gap: 0;
  }
}
.p-news__item {
  width: calc((100% - 10px) / 2);
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .p-news__item {
    width: 100%;
    border-bottom: 1px solid #aa853e;
  }
  .p-news__item:first-child {
    border-top: none;
  }
  .p-news__item:last-child {
    border-bottom: none;
  }
}
.p-news__item a {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: background 0.3s;
}
.p-news__item a:hover {
  background: #fcfaf5;
}
.p-news__item a:hover .p-news__item-img img {
  transform: scale(1.05);
}
@media screen and (min-width: 769px) {
  .p-news__item a {
    display: flex;
    align-items: center;
    padding: 25px 0;
    gap: 30px;
  }
}
.p-news__item-img {
  width: 100%;
  flex-shrink: 0;
  background: #eee;
  margin-bottom: 12px;
  overflow: hidden;
}
.p-news__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-news__item-img {
    width: 160px;
    margin-bottom: 0;
  }
}
.p-news__item-content {
  flex-grow: 1;
}
.p-news__item-content time {
  font-size: 13px;
  color: #888888;
  display: block;
  margin-bottom: 10px;
}
.p-news__item-ttl {
  line-height: 1.6;
  font-size: 14px;
  /* 2行で省略 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-news__item-ttl {
    font-size: 16px;
    display: block;
    height: auto;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}
.p-news__more {
  margin-top: 60px;
  text-align: center;
}

/* ==========================================================================
   共通パーツ: カテゴリラベル
   ========================================================================== */
.c-label {
  display: inline-block;
  background: #791336;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 8px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  width: calc(8em + 16px);
  text-align: center;
}
@media screen and (min-width: 561px) {
  .c-label {
    font-size: 12px;
    width: calc(8em + 20px);
    padding: 2px 10px;
  }
}
.c-label.-shiryo {
  background: #787881;
}
.c-label.-koen {
  background: #7F9A51;
}
.c-label.-kaede {
  background: #AA853E;
}
.c-label.-dosou {
  background: #2A3261;
}
.c-label.-sonota {
  background: #9A6273;
}

/* ==========================================================================
   Navigation Grid Section
   ========================================================================== */
.p-nav-grid {
  width: 100%;
  padding: 0;
  background-color: #9A6273;
}
.p-nav-grid__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #aa853e;
}
.p-nav-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #791336;
  transition: background-color 0.4s ease;
  width: 50%;
  padding: 20px 10px;
  min-height: 120px;
  border-right: 1px solid #aa853e;
  border-bottom: 1px solid #aa853e;
}
.p-nav-grid__item:hover {
  background-color: #862b4a;
}
.p-nav-grid__item:hover .p-nav-grid__icon {
  transform: scale(1.1);
}
@media screen and (min-width: 1025px) {
  .p-nav-grid__item {
    width: 33.333%;
    min-height: 170px;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .p-nav-grid__item:nth-child(3n) {
    border-right: none;
  }
}
.p-nav-grid__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-nav-grid__ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
}
.p-nav-grid__ttl span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .p-nav-grid__ttl {
    font-size: 26px;
  }
  .p-nav-grid__ttl span {
    font-size: 20px;
  }
}
.p-nav-grid__icon {
  width: 40px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.p-nav-grid__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-nav-grid__icon {
    width: 70px;
  }
}

.p-school-block {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.p-school-block.is-visible {
  opacity: 1;
}
.p-school-block__img, .p-school-block__content {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-school-block.is-visible .p-school-block__img,
.p-school-block.is-visible .p-school-block__content {
  opacity: 1;
  transform: translate(0, 0) !important;
}

/* ==========================================================================
   School Section 
   ========================================================================== */
.p-school {
  padding: 60px 0;
  background-color: #f4eff1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-school {
    padding: 120px 0;
  }
}
.p-school__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .p-school__inner {
    padding: 0 40px;
    display: block;
    gap: 0;
  }
}
.p-school-block {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 1.2s ease;
  /* 背景の白い帯：スマホは非表示がデフォルト */
  /* アニメーション：40px（スマホ）をベースに PCで 80px */
  /* 共通の着地状態 */
}
@media screen and (min-width: 769px) {
  .p-school-block {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.p-school-block:nth-child(odd) {
  flex-direction: row;
}
.p-school-block:nth-child(even) {
  flex-direction: row-reverse;
}
.p-school-block::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-school-block::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 76%;
    background: #ffffff;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .p-school-block {
    /* PC時の帯の回り込み設定 */
  }
  .p-school-block:nth-child(odd)::before {
    right: -30vw;
    left: 0%;
  }
  .p-school-block:nth-child(odd) .p-school-block__content {
    padding-left: 60px;
    padding-right: 80px;
  }
  .p-school-block:nth-child(even)::before {
    left: -30vw;
    right: 0%;
  }
  .p-school-block:nth-child(even) .p-school-block__content {
    padding-right: 60px;
    padding-left: 80px;
  }
}
.p-school-block__img, .p-school-block__content {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-school-block:nth-child(odd) .p-school-block__img.p-school-block__img, .p-school-block:nth-child(odd) .p-school-block__content.p-school-block__img {
  transform: translateX(-40px);
}
.p-school-block:nth-child(odd) .p-school-block__img.p-school-block__content, .p-school-block:nth-child(odd) .p-school-block__content.p-school-block__content {
  transform: translateX(40px);
}
.p-school-block:nth-child(even) .p-school-block__img.p-school-block__img, .p-school-block:nth-child(even) .p-school-block__content.p-school-block__img {
  transform: translateX(40px);
}
.p-school-block:nth-child(even) .p-school-block__img.p-school-block__content, .p-school-block:nth-child(even) .p-school-block__content.p-school-block__content {
  transform: translateX(-40px);
}
@media screen and (min-width: 769px) {
  .p-school-block:nth-child(odd) .p-school-block__img.p-school-block__img, .p-school-block:nth-child(odd) .p-school-block__content.p-school-block__img {
    transform: translateX(-80px);
  }
  .p-school-block:nth-child(odd) .p-school-block__img.p-school-block__content, .p-school-block:nth-child(odd) .p-school-block__content.p-school-block__content {
    transform: translateX(80px);
  }
  .p-school-block:nth-child(even) .p-school-block__img.p-school-block__img, .p-school-block:nth-child(even) .p-school-block__content.p-school-block__img {
    transform: translateX(80px);
  }
  .p-school-block:nth-child(even) .p-school-block__img.p-school-block__content, .p-school-block:nth-child(even) .p-school-block__content.p-school-block__content {
    transform: translateX(-80px);
  }
}
.p-school-block.is-visible {
  opacity: 1;
}
.p-school-block.is-visible .p-school-block__img,
.p-school-block.is-visible .p-school-block__content {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.p-school-block.is-visible .p-school-block__content {
  transition-delay: 0.2s;
}
.p-school-block__img {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: 0 auto 20px;
}
.p-school-block__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-school-block__img {
    width: 50%;
    margin: 0;
  }
}
.p-school-block__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 15px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-school-block__content {
    padding: 0;
    width: 52%;
    text-align: justify;
  }
}
.p-school-block__ttl {
  font-size: clamp(18px, 2.2vw, 26px);
  color: #791336;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #791336;
}
@media screen and (min-width: 769px) {
  .p-school-block__ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-school-block__txt {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-school-block__txt {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   Donation Section
   ========================================================================== */
.p-donation {
  position: relative;
  background-color: #791336;
  padding: 40px 0;
  overflow: hidden;
  /* 上下のゴールドライン */
  border-top: 8px solid #aa853e;
  border-bottom: 8px solid #aa853e;
  /* アイコン */
  /* 背景の透かし文字 */
}
@media screen and (min-width: 769px) {
  .p-donation {
    padding: 80px 0;
  }
}
.p-donation__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.p-donation__content {
  width: 100%;
  max-width: 700px;
  color: #ffffff;
  text-align: left;
}
.p-donation__ttl {
  font-family: "Noto Serif JP", serif !important;
  font-size: 28px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-donation__ttl {
    font-size: 36px;
  }
}
.p-donation__txt {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-donation__txt {
    line-height: 2;
  }
}
.p-donation__btn-wrap {
  display: flex;
  justify-content: flex-start;
}
.p-donation__icon {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-donation__icon {
    display: block;
    width: 120px;
    opacity: 0.8;
  }
  .p-donation__icon img {
    width: 100%;
    height: auto;
  }
}
.p-donation__bg-text {
  position: absolute;
  bottom: -55px;
  right: 20px;
  z-index: -1;
  font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-donation__bg-text {
    font-size: 100px;
    bottom: -100px;
  }
}

/* --- ボタンの反転カラー（白背景）を追加 --- */
.c-btn.--reverse {
  background-color: #ffffff;
  color: #791336 !important;
}
.c-btn.--reverse::after {
  border-color: #791336;
}
.c-btn.--reverse:hover {
  background-color: #f0f0f0;
  opacity: 1;
}

/* ==========================================================================
   アプリ紹介
   ========================================================================== */
.p-app-block {
  margin: 40px 0;
  padding: 78px 0 36px;
  background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 30px, #ffffff 0%) top left, radial-gradient(circle at 100% 0, rgba(0, 0, 0, 0) 30px, #ffffff 0%) top right, radial-gradient(circle at 0 100%, rgba(0, 0, 0, 0) 30px, #ffffff 0%) bottom left, radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 30px, #ffffff 0%) bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}

.p-app-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 0 24px;
}

.p-app-visual {
  text-align: center;
  order: 2;
}
.p-app-visual img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
}

.p-app-info {
  text-align: left;
  order: 1;
}

.u-app-lead {
  margin: 0 0 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.5;
  color: #791336;
  font-weight: normal;
}

.u-app-title {
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.15;
  color: #791336;
}
.u-app-title span {
  display: inline;
  padding: 0;
  background: none;
  font-size: 25px;
  line-height: 1.15;
  color: #791336;
}

.u-app-line {
  width: 100%;
  max-width: 620px;
  margin: 0 0 24px;
  border: 0;
  border-top: 2px solid #aa853e;
}

.u-app-text {
  max-width: 620px;
  margin: 0 0 28px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.01em;
  color: #333333;
}

.u-app-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
}
.u-app-btns a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.u-app-btns a:hover {
  opacity: 0.8;
}
.u-app-btns img {
  display: block;
  width: auto;
  height: 48px;
}

@media screen and (min-width: 769px) {
  .p-app-block {
    padding: 50px 0 50px;
  }

  .p-app-inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7%;
    padding: 0 70px 0 98px;
  }

  .p-app-visual {
    width: 34%;
    margin-top: -90px;
  }
  .p-app-visual img {
    max-width: 342px;
    margin: 0 0 0 auto;
  }

  .p-app-info {
    width: 59%;
    padding-top: 20px;
  }

  .u-app-lead {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }

  .p-app-visual,
  .p-app-info {
    order: initial;
  }

  .u-app-title {
    margin-bottom: 24px;
  }
  .u-app-title span {
    font-size: 32px;
    line-height: 1.08;
  }

  .u-app-line {
    max-width: 590px;
    margin-bottom: 28px;
  }

  .u-app-text {
    max-width: 590px;
    margin-bottom: 34px;
    font-family: sans-serif;
    font-size: 19px;
    line-height: 2.05;
    letter-spacing: 0.01em;
  }

  .u-app-btns {
    gap: 0 18px;
  }
  .u-app-btns img {
    height: 64px;
  }
}
/* ==========================================================================
 団体紹介セクション (p-organizations)
 ========================================================================== */
.p-organizations {
  padding: 60px 0;
  background-color: #fafaf5;
}
.p-organizations__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-organizations__title {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #791336;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-organizations__title {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
.p-organizations__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .p-organizations__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 120px;
  }
}
.p-organizations__visual {
  width: 70%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .p-organizations__visual {
    width: 100%;
    flex: 0 0 412px;
    margin: 0;
  }
}
.p-organizations__visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}
.p-organizations__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-organizations__item {
  display: flex;
  flex-direction: column;
}
.p-organizations__item-ttl {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  color: #791336;
  margin-bottom: 12px;
  padding-bottom: 8px;
  position: relative;
  display: block;
  width: 100%;
}
.p-organizations__item-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #aa853e;
}
@media screen and (min-width: 769px) {
  .p-organizations__item-ttl {
    font-size: 20px;
    white-space: nowrap;
  }
}
.p-organizations__item-txt {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #333333;
}
.p-organizations .u-right {
  text-align: right;
}
.p-organizations .c-btn.--sm {
  width: auto;
  min-width: 140px;
  display: inline-flex;
}

/* ==========================================================================
   Appeal Banner Section (モバイルファースト再現版)
   ========================================================================== */
.p-appeal-banner {
  background-color: #ffffff;
  padding: 50px 20px;
  /* 角の飾りパーツ */
}
@media screen and (min-width: 769px) {
  .p-appeal-banner {
    padding: 100px 0;
  }
}
.p-appeal-banner__link {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  text-decoration: none;
  transition: all 0.4s ease;
}
.p-appeal-banner__link:hover {
  transform: translateY(-5px);
}
.p-appeal-banner__content {
  background-color: #f5f2f3;
  padding: 45px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-appeal-banner__content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #aa853e;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-appeal-banner__content {
    padding: 60px 30px;
  }
}
.p-appeal-banner__corners {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
}
.p-appeal-banner__corners span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("/mt-static/support/theme_static/eigerwand/images/corner.png") no-repeat center/contain;
  background: url("../../images/corner.png") no-repeat center/contain;
}
.p-appeal-banner__corners span.lt {
  top: 0;
  left: 0;
}
.p-appeal-banner__corners span.rt {
  top: 0;
  right: 0;
  transform: scaleX(-1);
}
.p-appeal-banner__corners span.lb {
  bottom: 0px;
  left: 0;
  transform: scaleY(-1);
}
.p-appeal-banner__corners span.rb {
  bottom: 0px;
  right: 0;
  transform: scale(-1);
}
@media screen and (min-width: 769px) {
  .p-appeal-banner__corners span {
    width: 10px;
    height: 10px;
  }
}
.p-appeal-banner__ttl {
  color: #791336;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-appeal-banner__ttl {
    font-size: 26px;
    letter-spacing: 0.2em;
  }
}

/* ==========================================================================
  Animation: js-fade（これをファイルの最下部に貼り付けてください）
  ========================================================================== */
.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-school-block.is-visible {
  opacity: 1;
}
.p-school-block.is-visible .p-school-block__img,
.p-school-block.is-visible .p-school-block__content {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.p-school-block.is-visible .p-school-block__content {
  transition-delay: 0.2s;
}
