@charset "UTF-8";
/* ==================================================
 page-outline.css
================================================== */
/* ==================================================
 カラー変数
-------------------------------------------------- */
/* ==================================================
 ブレイクポイント
-------------------------------------------------- */
/* ==================================================
 Animation 関連
-------------------------------------------------- */
/* ==================================================
 フォント
-------------------------------------------------- */
/* --------------------------------------------------
 clamp() フォントサイズ計算関数
	@param $min    - 最小フォントサイズ（px単位の数値）
	@param $max    - 最大フォントサイズ（px単位の数値）
	@param $vp-min - 最小ビューポート幅（デフォルト: 375）
	@param $vp-max - 最大ビューポート幅（デフォルト: 1200）
	@param $root   - ルートフォントサイズ（デフォルト: 16）
-------------------------------------------------- */
/* ==================================================
 体裁
-------------------------------------------------- */
/* ==================================================
 ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 メディアクエリ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 コンテナ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 透明度 ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 ボックスシャドウ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 その他 ミックスイン
-------------------------------------------------- */
@layer page {
  /* ==================================================
   1.0 - 若草会について
  -------------------------------------------------- */
  .content-body {
    padding-bottom: 0;
  }
  .outline {
    padding-block: 30px 40px;
    border-bottom: 1px solid #E3DACC;
  }
  @media (min-width: 600px) {
    .outline {
      padding-block: 40px 60px;
    }
  }
  .outline__inner {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  @media (min-width: 600px) {
    .outline__inner {
      padding-inline: 24px;
    }
  }
  @media (min-width: 1025px) {
    .outline__inner {
      padding-inline: 0;
    }
  }
  .outline__header {
    margin-bottom: 30px;
  }
  .outline__headline {
    margin-bottom: 1.2em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(1.375rem, 1.2613636364rem + 0.4848484848vw, 1.625rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.42857143;
  }
  .outline__headline strong {
    font-size: clamp(2.25rem, 1.7386363636rem + 2.1818181818vw, 3.375rem);
    font-weight: 900;
  }
  .outline__headline--bgcolor {
    margin-bottom: 1.5em;
    padding: 15px;
    background-color: #F9E2CB;
    font-size: clamp(1.0625rem, 0.9772727273rem + 0.3636363636vw, 1.25rem);
    font-weight: 700;
    text-align: left;
    line-height: 1.42857143;
  }
  @media (min-width: 600px) {
    .outline__headline--bgcolor {
      padding-inline: 30px;
    }
  }
  /* ------------------------------------------------
   1.1 - 理事長ごあいさつ
  ------------------------------------------------ */
  .greeting {
    position: relative;
    overflow: hidden;
    padding-block: 0 70px;
    border-bottom: 1px solid #E3DACC;
  }
  @media (min-width: 600px) {
    .greeting {
      padding-block: 30px 100px;
    }
  }
  .greeting__header {
    margin-bottom: 25px;
    text-align: center;
  }
  @media (min-width: 1025px) {
    .greeting__header {
      margin-bottom: 70px;
    }
  }
  .greeting__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .greeting__title .section-title__jp {
    font-size: clamp(1.6875rem, 1.5170454545rem + 0.7272727273vw, 2.0625rem);
    line-height: 1.42857143;
  }
  .greeting__content {
    clear: both;
  }
  .greeting__figure {
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: clamp(1.875rem, 1.5909090909rem + 1.2121212121vw, 2.5rem);
  }
  @media (min-width: 1025px) {
    .greeting__figure {
      float: right;
      width: 42%;
      max-width: unset;
      margin-right: unset;
      margin-left: 75px;
    }
  }
  .greeting__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: clamp(0.625rem, 0.3409090909rem + 1.2121212121vw, 1.25rem);
  }
  .greeting__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .greeting__caption {
    padding-top: 1em;
    font-size: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    text-align: right;
    line-height: 1.42857143;
  }
  .greeting__caption strong {
    font-size: clamp(1.5rem, 1.1590909091rem + 1.4545454545vw, 2.25rem);
    font-weight: 900;
  }
  .greeting__headline {
    margin-block: 2em 1em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(1.25rem, 1.0795454545rem + 0.7272727273vw, 1.625rem);
    font-weight: 900;
    line-height: 1.64;
    letter-spacing: 0.05em;
  }
  .greeting__text {
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
  /* ------------------------------------------------
   1.2 - 理念
  ------------------------------------------------ */
  .philosophy .outline__text {
    margin-bottom: 0.5em;
  }
  /* ------------------------------------------------
   1.3 - 法人概要
  ------------------------------------------------ */
  /* ------------------------------------------------
   1.4 - 沿革
  ------------------------------------------------ */
  /* ------------------------------------------------
   1.5 - 運営施設
  ------------------------------------------------ */
  .facilities {
    padding-bottom: 0;
  }
  .facilities-list__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.875rem, 0.4545454545rem + 6.0606060606vw, 5rem);
    margin-bottom: 40px;
  }
  @media (min-width: 600px) {
    .facilities-list__wrapper {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 60px;
    }
  }
  @media (min-width: 1025px) {
    .facilities-list__wrapper {
      padding-inline: 40px;
    }
  }
  .facilities-list__img-wrap {
    position: relative;
  }
  .facilities-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .facilities-list__headline {
    margin-block: 0.75em 0.5em;
    font-size: clamp(1.375rem, 1.2897727273rem + 0.3636363636vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.2;
  }
  @media (min-width: 600px) {
    .facilities-list__headline {
      margin-block: 1em 0.75em;
    }
  }
  .facilities-list__text {
    line-height: 1.64;
  }
  /* ------------------------------------------------
   1.6 - 情報公開
  ------------------------------------------------ */
  .published {
    border: none;
    padding-bottom: 50px;
  }
  @media (min-width: 600px) {
    .published {
      padding-bottom: 80px;
    }
  }
  .published__text {
    margin-bottom: 2.5em;
    text-align: left;
    line-height: 1.64;
  }
  .published__box * {
    padding-block: 0.25em;
    line-height: 1.42857143;
  }
  .published__box ul {
    list-style-type: disc;
    margin-left: 1em;
  }
}

/*# sourceMappingURL=page-outline.css.map */
