@charset "UTF-8";
/*!
Theme Name: Unikani Original
Theme URI: https://unikani.jp/
Author: unikani
Author URI: https://unikani.jp/
Description: オリジナルテーマ
Version: 1.0
*/
/* --------------------------------------------
    RESET - 初期化スタイル
--------------------------------------------- */
/* 基本リセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5要素の表示補正 */
article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

/* リストのマーク削除 */
ul,
ol {
  list-style: none;
}

/* リンクの装飾削除 */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像のデフォルト余白を削除＆最大化対応 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

/* テーブルのセル隙間をなくす */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム系初期化 */
input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  appearance: none;
  outline: none;
}

/* textareaのリサイズを制御 */
textarea {
  resize: vertical;
}

/* ボタンのカーソル */
button {
  cursor: pointer;
}

/* strongやbをちょっと強調 */
strong,
b {
  font-weight: bold;
}

/* 全体ベースの設定（bodyに最低限の整え） */
:root {
  --cl-text: #170806;
  --cl-link: #1D7B05;
  --cl-green: #1D7B05;
  --cl-red: #AC1111;
  --cl-yellow: #F8E88F;
  --cl-white: #fff;
  --cl-gray: #D2D2D2;
}

/* ===================================================
  # 背景画像
  =================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #170806;
  font-size: 16px;
  line-height: 1.8;
  background-color: #fff;
  font-feature-settings: "palt";
  font-kerning: normal;
  letter-spacing: 0.08em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #1D7B05;
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #170806;
    font-size: 16px;
    line-height: 1.8;
    background-color: #fff;
    font-feature-settings: "palt";
    font-kerning: normal;
    letter-spacing: 0.07em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
  }
}
.pc-canvas {
  width: 1140px; /* ここをPC基準幅に合わせる(1120でもOK) */
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1139px) {
  .pc-scale-wrap {
    width: 100vw;
    overflow-x: hidden;
  }
  .pc-canvas {
    transform-origin: top center;
    transform: scale(0.0877192982vw);
    /* 見た目の幅がちょうど画面幅になる */
  }
}
.ta_l {
  text-align: left !important;
}

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

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

.m_b0 {
  margin-bottom: 0px !important;
}

.m_b5 {
  margin-bottom: 5px !important;
}

.m_b10 {
  margin-bottom: 10px !important;
}

.m_b15 {
  margin-bottom: 15px !important;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.m_b25 {
  margin-bottom: 25px !important;
}

.m_b30 {
  margin-bottom: 30px !important;
}

.m_b40 {
  margin-bottom: 40px !important;
}

.m_b50 {
  margin-bottom: 50px !important;
}

.m_t0 {
  margin-top: 0px !important;
}

.m_t5 {
  margin-top: 5px !important;
}

.m_t10 {
  margin-top: 10px !important;
}

.m_t15 {
  margin-top: 15px !important;
}

.m_t20 {
  margin-top: 20px !important;
}

.m_t25 {
  margin-top: 25px !important;
}

.m_t30 {
  margin-top: 30px !important;
}

.m_t40 {
  margin-top: 40px !important;
}

.m_t50 {
  margin-top: 50px !important;
}

.m_center {
  margin-left: auto;
  margin-right: auto;
}

.m_l0 {
  margin-left: 0px !important;
}

.m_l5 {
  margin-left: 5px !important;
}

.m_l10 {
  margin-left: 10px !important;
}

.m_l15 {
  margin-left: 15px !important;
}

.m_l20 {
  margin-left: 20px !important;
}

.m_l25 {
  margin-left: 25px !important;
}

.m_l30 {
  margin-left: 30px !important;
}

.m_r0 {
  margin-right: 0px !important;
}

.m_r5 {
  margin-right: 5px !important;
}

.m_r10 {
  margin-right: 10px !important;
}

.m_r15 {
  margin-right: 15px !important;
}

.m_r20 {
  margin-right: 20px !important;
}

.m_r25 {
  margin-right: 25px !important;
}

.m_r30 {
  margin-right: 30px !important;
}

.p_t0 {
  padding-top: 0px !important;
}

.p_t5 {
  padding-top: 5px !important;
}

.p_t10 {
  padding-top: 10px !important;
}

.p_t12 {
  padding-top: 12px !important;
}

.p_t15 {
  padding-top: 15px !important;
}

.p_t20 {
  padding-top: 20px !important;
}

.p_t25 {
  padding-top: 25px !important;
}

.p_t30 {
  padding-top: 30px !important;
}

.p_t40 {
  padding-top: 40px !important;
}

.p_t45 {
  padding-top: 45px !important;
}

.p_t50 {
  padding-top: 50px !important;
}

.p_b0 {
  padding-bottom: 0px !important;
}

.p_b5 {
  padding-bottom: 5px !important;
}

.p_b10 {
  padding-bottom: 10px !important;
}

.p_b15 {
  padding-bottom: 15px !important;
}

.p_b20 {
  padding-bottom: 20px !important;
}

.p_b25 {
  padding-bottom: 25px !important;
}

.p_b30 {
  padding-bottom: 30px !important;
}

.p_b35 {
  padding-bottom: 35px !important;
}

.p_b40 {
  padding-bottom: 40px !important;
}

.p_b45 {
  padding-bottom: 45px !important;
}

.p_b50 {
  padding-bottom: 50px !important;
}

.p_l5 {
  padding-left: 5px !important;
}

.p_l10 {
  padding-left: 10px !important;
}

.p_l15 {
  padding-left: 15px !important;
}

.p_l20 {
  padding-left: 20px !important;
}

.p_l25 {
  padding-left: 25px !important;
}

.p_l30 {
  padding-left: 30px !important;
}

.p_r5 {
  padding-right: 5px !important;
}

.p_r10 {
  padding-right: 10px !important;
}

.p_r15 {
  padding-right: 15px !important;
}

.p_r20 {
  padding-right: 20px !important;
}

.p_r25 {
  padding-right: 25px !important;
}

.p_r30 {
  padding-right: 30px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_30 {
  padding: 30px !important;
}

.fw_b {
  font-weight: 900 !important;
}

.fw_n {
  font-weight: 700 !important;
}

.fst_i {
  font-style: italic !important;
}

.fc_red {
  color: #AC1111 !important;
}

.lh_1 {
  line-height: 1 !important;
}

.fs_11 {
  font-size: 11px !important;
}

.fs_12 {
  font-size: 12px !important;
}

.fs_13 {
  font-size: 13px !important;
}

.fs_14 {
  font-size: 14px !important;
}

.fs_15 {
  font-size: 15px !important;
}

.fs_16 {
  font-size: 16px !important;
}

.fs_17 {
  font-size: 17px !important;
}

.fs_18 {
  font-size: 18px !important;
}

.fs_120p {
  font-size: 120% !important;
}

.fs_110p {
  font-size: 110% !important;
}

.fs_90p {
  font-size: 90% !important;
}

.fs_85p {
  font-size: 85% !important;
}

.fs_80p {
  font-size: 80% !important;
}

.bdr_none {
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
}

.bdr_gray01 {
  border: 1px solid #D4D4D4;
}

.bg-beige {
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}

.bg_none {
  background-image: none !important;
}

.js_link {
  cursor: pointer;
}

.dsp_b {
  display: block;
}

.dsp_ib {
  display: inline-block;
}

.dsp_n {
  display: none;
}

.opa_60 {
  opacity: 0.6;
}

.w_100p {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .pc-on {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-on {
    display: none !important;
  }
}
/* ===================================================
  # コンテンツエリア
  =================================================== */
main {
  padding-top: 110px;
}

@media screen and (max-width: 1020px) {
  main {
    padding-top: 74px;
  }
}
.cnt-area {
  width: 100%;
  padding: 80px 0 80px 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 74px;
  }
  .cnt-area {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
  }
}
/* ===================================================
  # ページ遷移時のヘッダー分
  =================================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

@media screen and (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 74px;
  }
}
/* ===================================================
  # コンテンツボックス
  =================================================== */
.cnt-box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .cnt-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px;
  }
}
/* ===================================================
  # ページタイトルエリア
  =================================================== */
.page-title-area {
  position: relative;
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  padding: 50px 0 35px;
}

.page-title-box {
  position: relative;
  z-index: 1;
  text-align: left;
}
.page-title-box .ttl {
  color: var(--cl-text01, #170806);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.34px;
  background-image: url("../img/common/page-ttl-bg.png");
  background-size: auto 13px;
  background-position: bottom left 3px;
  background-repeat: no-repeat;
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .page-title-area {
    position: relative;
    background-image: url(../img/common/bg-beige.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
    padding: 30px 0 22px;
  }
  .page-title-box {
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 0 20px;
  }
  .page-title-box .ttl {
    color: var(--cl-text01, #170806);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.34px;
    background-image: url("../img/common/page-ttl-bg.png");
    background-size: auto 9px;
    background-position: bottom left 3px;
    background-repeat: no-repeat;
    padding-bottom: 23px;
  }
}
/* ===================================================
  # パンくず
  =================================================== */
.breadcrumb-area {
  padding: 18px 0 17px;
  background-image: url(../img/common/bg-green01.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
.breadcrumb-area .breadcrumb-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 13px;
  line-height: 1;
  flex-wrap: wrap; /* ← 折り返し許可 */
  row-gap: 6px; /* ← 改行時の行間 */
  line-height: 1.4; /* ← 余裕を少し持たせる */
}
.breadcrumb-area .breadcrumb-box a {
  color: var(--cl-white, #FFF);
  text-decoration: none;
}
.breadcrumb-area .breadcrumb-box a.home {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-area .breadcrumb-box a.home img {
  width: 14px;
  height: auto;
  display: inline-block;
}
.breadcrumb-area .breadcrumb-box a.home:hover {
  text-decoration: underline;
}
.breadcrumb-area .breadcrumb-box .divider {
  color: var(--cl-white, #FFF);
  margin: 0 2px;
}
.breadcrumb-area .breadcrumb-box .current {
  color: var(--cl-white, #FFF);
}

.breadcrumb-area-bottom {
  width: 100%;
  height: 32px;
  background-image: url("../img/common/bg-wave-green.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 15px;
}
.breadcrumb-area-bottom.bg-beige {
  background-image: url("../img/common/bg-wave-green.png"), url("../img/common/bg-beige.png");
  background-size: auto 15px, auto;
  background-position: top center, top left;
  background-repeat: repeat-x, repeat;
}

@media screen and (max-width: 768px) {
  .breadcrumb-area {
    padding: 18px 0 17px;
    background-image: url(../img/common/bg-green01.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
  }
  .breadcrumb-area .breadcrumb-box {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;
    flex-wrap: wrap; /* ← 折り返し許可 */
    row-gap: 6px; /* ← 改行時の行間 */
    line-height: 1.4; /* ← 余裕を少し持たせる */
  }
  .breadcrumb-area .breadcrumb-box a {
    color: var(--cl-white, #FFF);
    text-decoration: none;
  }
  .breadcrumb-area .breadcrumb-box a.home {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .breadcrumb-area .breadcrumb-box a.home img {
    width: 11px;
    height: auto;
    display: inline-block;
  }
  .breadcrumb-area .breadcrumb-box a.home:hover {
    text-decoration: underline;
  }
  .breadcrumb-area .breadcrumb-box .divider {
    color: var(--cl-white, #FFF);
    margin: 0 2px;
  }
  .breadcrumb-area .breadcrumb-box .current {
    color: var(--cl-white, #FFF);
  }
  .breadcrumb-area-bottom {
    width: 100%;
    height: 12px;
    background-image: url("../img/common/bg-wave-green.png");
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto 11px;
  }
  .breadcrumb-area-bottom.bg-beige {
    background-image: url("../img/common/bg-wave-green.png"), url("../img/common/bg-beige.png");
    background-size: auto 11px, auto;
    background-position: top center, top left;
    background-repeat: repeat-x, repeat;
  }
}
/* ===================================================
  # 見出し01
  =================================================== */
.cm-ttl01 {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  text-align: center;
  background-image: url(../img/common/bg-ttl-01.png);
  background-size: auto 4px;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: 0 auto 50px;
}
.cm-ttl01 .ttl-jp {
  color: var(--cl-text01, #170806);
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 15px;
}
.cm-ttl01 .ttl-en {
  color: var(--cl-red, #AC1111);
  font-family: Lato;
  font-size: 15px;
  font-weight: 900;
  line-height: 120%; /* 18px */
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .cm-ttl01 {
    padding-bottom: 18px;
    background-size: auto 4px;
    margin: 0 auto 35px;
  }
  .cm-ttl01 .ttl-jp {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .cm-ttl01 .ttl-en {
    font-size: 13px;
  }
}
/* ===================================================
  # 見出し-黄色 英語
  =================================================== */
.cm-lead-en {
  color: var(--cl-yellow, #F8E88F);
  text-align: center;
  font-family: Lato;
  font-size: 73px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 0.06em;
}
.cm-lead-en.green {
  color: var(--cl-green, #1D7B05);
}
.cm-lead-en.white {
  color: var(--cl-white, #FFF);
}

@media screen and (max-width: 768px) {
  .cm-lead-en {
    font-size: 54px;
  }
}
/* ===================================================
  # 見出し-ドット
  =================================================== */
.cm-lead-01 {
  color: var(--cl-green, #1D7B05);
  font-size: 30px;
  font-weight: bold;
  line-height: 240%;
  margin-bottom: 30px;
}
.cm-lead-01 span {
  background-image: url(../img/common/dot-01.png);
  background-size: auto 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 13px;
}
.cm-lead-01.white {
  color: var(--cl-white, #FFF);
}
.cm-lead-01.white span {
  background-image: url(../img/common/dot-01-white.png);
}

@media screen and (max-width: 768px) {
  .cm-lead-01 {
    color: var(--cl-green, #1D7B05);
    font-size: 25px;
    font-weight: bold;
    line-height: 240%;
    margin-bottom: 30px;
  }
  .cm-lead-01 span {
    background-image: url(../img/common/dot-01.png);
    background-size: auto 4px;
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 11px;
  }
}
/* ===================================================
  # テキスト
  =================================================== */
.cm-text-box01 p {
  margin-bottom: 16px;
}
.cm-text-box01 p:last-child {
  margin-bottom: 0px;
}

/* ===================================================
  # ボタン
  =================================================== */
.cm-btn01 {
  border-radius: 50px;
  border: 1.5px solid var(--cl-red, #AC1111);
  background: var(--cl-white, #FFF);
  padding: 21px 20px 21px 25px;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.09em;
  color: var(--cl-red, #AC1111);
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  min-width: 186px;
  text-align: center;
  transition: background-color 0.5s ease;
  vertical-align: middle;
}
.cm-btn01 span {
  width: fit-content;
  background-image: url(../img/common/arrow-maru-red.png);
  background-size: 20px auto;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 28px;
}
.cm-btn01.green {
  border: 1.5px solid var(--cl-green, #1D7B05);
  background: var(--cl-green, #1D7B05);
  color: var(--cl-white, #FFF);
}
.cm-btn01.green span {
  background-image: url(../img/common/arrow-maru-wgreen.png);
}
.cm-btn01.green:hover {
  background-color: #488a37;
}
.cm-btn01.white-g {
  border: 1.5px solid var(--cl-green, #1D7B05);
  color: var(--cl-green, #1D7B05);
}
.cm-btn01.white-g span {
  background-image: url(../img/common/arrow-maru-green.png);
}
.cm-btn01.white-g:hover {
  cursor: pointer;
  background: #e9f3e9;
}
.cm-btn01.white {
  background-color: #fff;
  border-radius: 50px;
  background-image: url(../img/common/icon-arrow_b.png);
}
.cm-btn01.white a {
  color: #1D7B05;
}
.cm-btn01:hover {
  cursor: pointer;
  background: #fce8e4;
}

.cm-btn01.back span {
  position: relative;
  padding-left: 28px; /* 左にアイコン分の余白 */
  padding-right: 0; /* 右側の余白は不要 */
  background-image: none; /* 右配置の背景矢印は無効化 */
}
.cm-btn01.back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) scaleX(-1); /* ←左右反転 */
  background-image: url(../img/common/arrow-maru-red.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.cm-btn01 {
  /* 緑ボタンのときは白緑アイコンに差し替え */
}
.cm-btn01.green.back span::before {
  background-image: url(../img/common/arrow-maru-wgreen.png);
}

@media screen and (max-width: 768px) {
  .cm-btn01 {
    min-width: 80%;
    margin: 0 auto;
  }
  .cm-btn01:hover {
    cursor: pointer;
    background: #fff;
  }
}
.cm-btn-pdf {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 18px 26px;
  border: 1.5px solid #8c8887;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  background: var(--cl-bg01, #FFF);
  min-width: 230px;
  color: var(--cl-text01, #170806) !important;
  vertical-align: middle;
}
.cm-btn-pdf::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 22px;
  background: url("../img/common/ico-pdf.png") no-repeat center;
  background-size: 36px auto;
}
.cm-btn-pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background: url("../img/common/ico-open.png") no-repeat center;
  background-size: 16px auto;
}
.cm-btn-pdf:hover {
  background-color: #fcf9f9;
}

@media screen and (max-width: 768px) {
  .cm-btn-pdf {
    min-width: 80%;
    margin: 0 auto;
  }
  .cm-btn-pdf:hover {
    cursor: pointer;
    background: #fff;
  }
}
.cm-ico-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 18px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  color: var(--cl-red, #AC1111);
  text-decoration: none;
  transition: background-color 0.3s ease;
  transition: opacity 0.4s;
}
.cm-ico-btn:hover {
  opacity: 0.7;
}
.cm-ico-btn img {
  width: 84px;
  height: auto;
  margin-right: 12px;
}
.cm-ico-btn span {
  width: calc(100% - 84px);
  background-image: url(../img/common/arrow-maru-red.png);
  background-size: 20px auto;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 27px;
  max-width: 0 auto;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .cm-ico-btn {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    color: var(--cl-red, #AC1111);
    text-decoration: none;
    transition: background-color 0.3s ease;
    transition: opacity 0.4s;
  }
  .cm-ico-btn:hover {
    opacity: 0.7;
  }
  .cm-ico-btn img {
    width: 60px;
    height: auto;
    margin-right: 16px;
  }
  .cm-ico-btn span {
    width: calc(100% - 60px);
    background-image: url(../img/common/arrow-maru-red.png);
    background-size: 20px auto;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 27px;
  }
}
/* ===================================================
  # ボタンボックス
  =================================================== */
.cm-btn-box01 {
  text-align: left;
}
.cm-btn-box01 .ttl {
  color: var(--cl-green, #1D7B05);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.cm-btn-box01 .text-box {
  margin-bottom: 24px;
}
.cm-btn-box01 .text-box p {
  margin-bottom: 16px;
}
.cm-btn-box01 .text-box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cm-btn-box01 {
    text-align: left;
  }
  .cm-btn-box01 .ttl {
    color: var(--cl-green, #1D7B05);
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .cm-btn-box01 .text-box {
    margin-bottom: 20px;
  }
  .cm-btn-box01 .text-box p {
    margin-bottom: 16px;
  }
  .cm-btn-box01 .text-box p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .cm-btn-box02 {
    text-align: center;
  }
}
/* ===================================================
  # リンクテキスト
  =================================================== */
.cm-link01 {
  display: inline-block;
  width: fit-content;
  background-image: url(../img/common/arrow-maru-red.png);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 0px center;
  padding-right: 27px;
  color: var(--cl-red, #AC1111) !important;
  line-height: 1.2;
  min-height: 20px;
  text-decoration-line: underline;
}
.cm-link01.cl-green {
  background-image: url(../img/common/arrow-maru-green.png);
  color: var(--cl-sec, #1D7B05) !important;
}
.cm-link01:hover {
  cursor: pointer;
}

/* ===================================================
  # ホバー効果
  =================================================== */
.hvr-fd01 {
  transition: opacity 0.6s;
}
.hvr-fd01:hover {
  opacity: 0.7;
}

/* ===================================================
  # 写真エリア
  =================================================== */
.cm-photo-area {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
}
.cm-photo-area .photo {
  width: 50%;
}
.cm-photo-area .photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .cm-photo-area {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
  }
  .cm-photo-area .photo {
    width: 100%;
  }
  .cm-photo-area .photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
}
/* ===================================================
  # ページトップボタン
  =================================================== */
.pagetop {
  display: none;
  position: fixed;
  bottom: 42px;
  right: 20px;
  z-index: 1000;
}
.pagetop img {
  width: 50px;
  height: auto;
}
.pagetop:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 30px;
    right: 5px;
    z-index: 500;
  }
  .pagetop img {
    width: 50px;
    height: auto;
  }
}
.header-area {
  background-color: #fff;
  border-top: 4px solid #A92D21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: box-shadow 0.3s ease;
}
.header-area.is-scrolled {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.header-area .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.header-area .header-logo {
  margin-left: 20px;
}
.header-area .header-logo .logo-link {
  display: inline-flex;
  align-items: center;
}
.header-area .header-logo .logo-link .logo-img {
  height: auto;
  width: 361px;
  width: clamp(180px, 26vw, 361px);
  display: block;
}
.header-area .navi-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  flex: 1;
  margin-right: clamp(5px, 2vw, 30px);
}
.header-area .navi-box .gnav-box .gnav-list {
  display: flex;
  gap: 24px;
  gap: clamp(12px, 1.4vw, 24px);
}
.header-area .navi-box .gnav-box .gnav-list li a {
  position: relative;
  font-size: 16px;
  font-size: clamp(13px, 1.2vw, 16px);
  color: #170806;
  text-decoration: none;
  font-weight: 500;
}
.header-area .navi-box .gnav-box .gnav-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #1D7B05;
  transition: width 0.3s ease;
}
.header-area .navi-box .gnav-box .gnav-list li a:hover {
  color: #1D7B05;
}
.header-area .navi-box .gnav-box .gnav-list li a:hover::after {
  width: 100%;
}
.header-area .navi-box .subnav-box .subnav-list {
  display: flex;
  gap: 20px;
}
.header-area .navi-box .subnav-box .subnav-list li a {
  position: relative;
  font-size: 14px;
  font-size: clamp(12px, 1.2vw, 14px);
  color: #170806;
  text-decoration: none;
}
.header-area .navi-box .subnav-box .subnav-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #1D7B05;
  transition: width 0.3s ease;
}
.header-area .navi-box .subnav-box .subnav-list li a:hover {
  color: #1D7B05;
}
.header-area .navi-box .subnav-box .subnav-list li a:hover::after {
  width: 100%;
}
.header-area .contact-btn .contact-link {
  background-image: url(../img/common/bg-renga.webp);
  color: #fff;
  font-size: 14px;
  font-size: clamp(11px, 1.2vw, 14px);
  text-decoration: none;
  display: flex;
  width: 120px;
  width: clamp(100px, 10vw, 120px);
  height: 110px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}
.header-area .contact-btn .contact-link a {
  color: #fff;
}
.header-area .contact-btn .contact-link .icon {
  width: 18px;
  height: auto;
}
.header-area .contact-btn .contact-link:hover {
  background-image: url(../img/common/bg-renga-02.webp);
}

/* PC用のお問い合わせはSPでは非表示 */
.sp-contact-btn {
  display: none !important;
}

@media screen and (max-width: 1020px) {
  .header-area {
    background-color: #fff;
    border-top: 4px solid #A92D21;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 74px;
  }
  .header-area .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 15px;
    position: relative;
  }
  .header-area .header-logo {
    margin-left: 0;
  }
  .header-area .header-logo .logo-link {
    display: flex;
    align-items: center;
    line-height: 1;
    height: 100%;
  }
  .header-area .header-logo .logo-img {
    width: 88% !important;
    max-width: 316px;
    height: auto;
    display: block;
  }
  .header-area {
    /* 右ハンバーガー（緑丸＋横線2本） */
  }
  .header-area .sp-menu-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background-color: #1D7B05;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    line-height: 1;
    /* 線は常に中央基準 */
  }
  .header-area .sp-menu-btn .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transform-origin: center;
    transition: transform 0.25s ease, opacity 0.2s ease;
    backface-visibility: hidden;
    will-change: transform;
  }
  .header-area .sp-menu-btn .bar:nth-child(1) {
    transform: translate(-50%, -4px);
  }
  .header-area .sp-menu-btn .bar:nth-child(2) {
    transform: translate(-50%, 4px);
  }
  .header-area {
    /* 開いている時：真ん中でクロス */
  }
  .header-area.is-open .sp-menu-btn .bar:nth-child(1) {
    transform: translate(-50%, 0) rotate(45deg);
  }
  .header-area.is-open .sp-menu-btn .bar:nth-child(2) {
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .header-area .navi-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 90;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    padding: 0 25px;
    margin: 0;
    box-sizing: border-box;
    border-top: 1px solid #e4e4e4;
    gap: 12px;
  }
  .header-area .navi-box .gnav-box,
  .header-area .navi-box .subnav-box {
    width: 100%;
    display: block !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .header-area .navi-box {
    /* PC側の flex/grid を完全に打ち消す */
  }
  .header-area .navi-box .gnav-list,
  .header-area .navi-box .subnav-list {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .header-area .navi-box .gnav-list {
    margin-bottom: 0px !important;
    padding-top: 15px !important;
  }
  .header-area .navi-box .gnav-list li {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #d3d3d3;
    /* 1行 = 1メニュー */
  }
  .header-area .navi-box .gnav-list li a {
    display: flex !important;
    align-items: center;
    gap: 17px !important;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 44px 10px 5px;
    font-size: 16px;
    color: var(--cl-red, #AC1111) !important;
    font-weight: bold !important;
    text-decoration: none;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px !important;
    /* 右端の矢印 */
    background-image: url(../img/common/arrow-maru-red.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px auto;
    /* 左アイコン */
  }
  .header-area .navi-box .gnav-list li a::before {
    content: "";
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-area .navi-box .gnav-list li a.nav-message::before {
    background-image: url("../img/top/ico-message.png");
  }
  .header-area .navi-box .gnav-list li a.nav-about::before {
    background-image: url("../img/top/ico-about.png");
  }
  .header-area .navi-box .gnav-list li a.nav-facility::before {
    background-image: url("../img/top/ico-facility.png");
  }
  .header-area .navi-box .gnav-list li a.nav-education::before {
    background-image: url("../img/top/ico-education.png");
  }
  .header-area .navi-box .gnav-list li a.nav-daylife::before {
    background-image: url("../img/top/ico-day.png");
  }
  .header-area .navi-box .gnav-list li a.nav-event::before {
    background-image: url("../img/top/ico-event.png");
  }
  .header-area .navi-box .gnav-list li a.nav-admission::before {
    background-image: url("../img/top/ico-ad-flow.png");
  }
  .header-area .navi-box {
    /* サブ */
  }
  .header-area .navi-box .subnav-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: stretch;
  }
  .header-area .navi-box .subnav-list li {
    width: 33.3333333333%;
    padding-bottom: 5px;
  }
  .header-area .navi-box .subnav-list li:last-of-type {
    border: none !important;
  }
  .header-area .navi-box .subnav-list li a {
    display: flex !important;
    gap: 0;
    width: fit-content !important;
    box-sizing: border-box;
    padding: 14px 27px 14px 3px;
    font-size: 17px !important;
    color: var(--cl-green, #1D7B05) !important;
    font-weight: 700 !important;
    text-decoration: none;
    line-height: 1.6;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 右端の矢印 */
    background-image: url(../img/common/arrow-maru-green.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 19px auto;
  }
  .header-area .navi-box .subnav-list li a::before {
    content: none;
  }
  .header-area .navi-box {
    /* 順番制御 */
  }
  .header-area .navi-box .gnav-box {
    order: 1 !important;
  }
  .header-area .navi-box .subnav-box {
    order: 2 !important;
  }
  .header-area .navi-box .sp-contact-btn {
    order: 3 !important;
  }
  .header-area .navi-box .sp-contact-btn {
    display: block !important;
    padding: 0 25px;
  }
  .header-area .navi-box .sp-contact-btn .contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 23px 16px;
    background-color: var(--cl-sec, #1D7B05);
    color: #fff !important;
    border-radius: 9999px;
    text-decoration: none;
    line-height: 1;
  }
  .header-area .navi-box .sp-contact-btn .icon {
    width: 18px;
    height: auto;
    display: inline-block;
  }
  .header-area .navi-box .sp-contact-btn span {
    font-size: 17px !important;
    font-weight: 700;
    color: #fff !important;
  }
  .header-area .contact-btn {
    display: none !important;
  }
  /* 固定ヘッダー分の余白（高さに合わせて調整） */
  .top-kv-area {
    padding-top: 74px;
  }
  /* 開閉アニメ（既存の見た目維持） */
  .header-area .navi-box {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(4px) !important;
  }
  .header-area.is-open .navi-box {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(-2px) !important;
    height: calc(100vh - 74px);
    background-color: #fff;
  }
}
/* メニューが開いている間だけ、背景（html/body）をスクロール不可に */
html:has(.header-area.is-open),
body:has(.header-area.is-open) {
  overflow: hidden;
  height: 100dvh; /* iOSの余白伸び対策として保険。不要なら消してOK */
}

/* ===================================================
   # フッター
=================================================== */
.footer-info-area {
  position: relative;
  padding: 0;
  background-image: url(../img/common/foot-illust-bg.svg), url(../img/common/bg-beige.png);
  background-size: auto, auto;
  background-position: top 16px left, top left;
  background-repeat: repeat-x, repeat;
}
.footer-info-area .footer-info-box {
  position: relative;
  height: 132px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-info-area .footer-info-box .illust {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-info-area .footer-info-box .illust img {
  display: block;
  width: auto;
  height: 74px;
}
.footer-info-area .footer-info-box .link-box .link {
  display: flex;
  align-items: flex-start;
  align-items: center;
  list-style: none;
  padding-top: 16px;
  gap: 23px;
}
.footer-info-area .footer-info-box .link-box .link li {
  margin: 0;
}
.footer-info-area .footer-info-box .link-box .link li a.cm-link01 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: var(--cl-sec, #1D7B05);
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background-size: 15px auto;
  padding-right: 20px;
}
.footer-info-area .footer-info-box .link-box .link li a.cm-link01:hover {
  opacity: 80%;
}

.footer-link-area {
  padding: 40px 0;
  background-image: url(../img/common/bg-green01.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
.footer-link-area .footer-link-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.footer-link-area .footer-link-box .info-box {
  flex: 1 1 auto;
}
.footer-link-area .footer-link-box .info-box .ttl-box {
  margin-bottom: 30px;
}
.footer-link-area .footer-link-box .info-box .ttl-box .ttl-jp {
  color: var(--cl-white01, #FFF);
  line-height: 100%;
  font-size: 25px;
  margin-bottom: 15px;
}
.footer-link-area .footer-link-box .info-box .ttl-box .ttl-jp a {
  color: var(--cl-white01, #FFF);
  text-decoration: none;
}
.footer-link-area .footer-link-box .info-box .ttl-box .ttl-en {
  color: var(--cl-white01, #FFF);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.footer-link-area .footer-link-box .info-box .btn .contact-btn {
  border-radius: 50px;
  border: 1px solid #FFF;
  display: inline-flex;
  padding: 14px 26px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: var(--cl-white, #FFF);
  font-size: 14px;
  line-height: 100%;
}
.footer-link-area .footer-link-box .info-box .btn .contact-btn span {
  background-image: url(../img/common/ico-mail-w.png);
  background-size: auto 12px;
  background-position: center left 0px;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.footer-link-area .footer-link-box .info-box .btn .contact-btn:hover {
  opacity: 80%;
}
.footer-link-area .footer-link-box .navi-box {
  flex: 0 0 auto;
  width: max-content;
}
.footer-link-area .footer-link-box .navi-box .list-box {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, max-content));
  gap: 30px;
}
.footer-link-area .footer-link-box .navi-box .list-box li .ttl {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 16px;
  line-height: 1;
}
.footer-link-area .footer-link-box .navi-box .list-box li .ttl a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.footer-link-area .footer-link-box .navi-box .list-box li .ttl a:hover {
  color: #F8E88F;
}
.footer-link-area .footer-link-box .navi-box .list-box li .list li {
  margin-bottom: 3px;
}
.footer-link-area .footer-link-box .navi-box .list-box li .list li a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.footer-link-area .footer-link-box .navi-box .list-box li .list li a:hover {
  color: #F8E88F;
}

.footer-copyright-area {
  padding: 10px 0;
  background-image: url(../img/common/bg-green02.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
.footer-copyright-area .footer-copyright-box {
  text-align: center;
  text-align: right;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}
.footer-copyright-area .footer-copyright-box .copyright {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .footer-info-area {
    position: relative;
    padding: 0 20px;
    background-image: url(../img/common/foot-illust-bg.svg), url(../img/common/bg-beige.png);
    background-size: auto, auto;
    background-position: top 16px left, top left;
    background-repeat: repeat-x, repeat;
  }
  .footer-info-area .footer-info-box {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    padding: 32px 0 0;
  }
  .footer-info-area .footer-info-box .illust {
    position: static;
    bottom: 0;
    left: 0;
    order: 2;
  }
  .footer-info-area .footer-info-box .illust img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .footer-info-area .footer-info-box .link-box {
    order: 1;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 45px;
  }
  .footer-info-area .footer-info-box .link-box .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-top: 15px;
    gap: 5px;
    width: 100%;
  }
  .footer-info-area .footer-info-box .link-box .link li {
    margin: 0;
    width: 33.3333333333%;
    text-align: center;
  }
  .footer-info-area .footer-info-box .link-box .link li a.cm-link01 {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: var(--cl-sec, #1D7B05);
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background-size: 15px auto;
    padding-right: 20px;
  }
  .footer-info-area .footer-info-box .link-box .link li a.cm-link01:hover {
    opacity: 80%;
  }
  .footer-link-area {
    padding: 40px 20px 30px;
    background-image: url(../img/common/bg-green01.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
  }
  .footer-link-area .footer-link-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
    width: 100%;
  }
  .footer-link-area .footer-link-box .info-box {
    flex: 1 1 auto;
    flex-direction: column !important;
    width: 100%;
  }
  .footer-link-area .footer-link-box .info-box .ttl-box {
    margin-bottom: 25px;
  }
  .footer-link-area .footer-link-box .info-box .ttl-box .ttl-jp {
    color: var(--cl-bg01, #FFF);
    line-height: 100%;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .footer-link-area .footer-link-box .info-box .ttl-box .ttl-en {
    color: var(--cl-bg01, #FFF);
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  .footer-link-area .footer-link-box .info-box .btn {
    width: 100%;
  }
  .footer-link-area .footer-link-box .info-box .btn .contact-btn {
    border-radius: 50px;
    border: 1px solid #FFF;
    display: inline-flex;
    padding: 16px 25px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: var(--cl-white, #FFF);
    font-size: 14px;
    line-height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .footer-link-area .footer-link-box .info-box .btn .contact-btn span {
    background-image: url(../img/common/ico-mail-w.png);
    background-size: auto 13px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 25px;
  }
  .footer-link-area .footer-link-box .info-box .btn .contact-btn:hover {
    opacity: 80%;
  }
  .footer-link-area .footer-link-box .navi-box {
    flex: 0 0 auto;
    width: max-content;
    width: 100%;
  }
  .footer-link-area .footer-link-box .navi-box .list-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
  }
  .footer-link-area .footer-link-box .navi-box .list-box li .ttl {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 16px;
    line-height: 1;
  }
  .footer-link-area .footer-link-box .navi-box .list-box li .ttl a {
    color: #fff;
    text-decoration: none;
    line-height: 1;
  }
  .footer-link-area .footer-link-box .navi-box .list-box li .ttl a:hover {
    color: #F8E88F;
  }
  .footer-link-area .footer-link-box .navi-box .list-box li .list {
    margin-bottom: 10px;
  }
  .footer-link-area .footer-link-box .navi-box .list-box li .list li {
    margin-bottom: 3px;
  }
  .footer-link-area .footer-link-box .navi-box .list-box li .list li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
  }
  .footer-link-area .footer-link-box .navi-box .list-box li .list li a:hover {
    color: #F8E88F;
  }
  .footer-copyright-area {
    padding: 10px 20px;
    background-image: url(../img/common/bg-green02.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
  }
  .footer-copyright-area .footer-copyright-box {
    text-align: center;
    text-align: right;
    font-weight: normal;
    font-family: "Lato", sans-serif;
  }
  .footer-copyright-area .footer-copyright-box .copyright {
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.1em;
  }
}
/* ===================================================
  # KVエリア
  =================================================== */
.top-kv-area {
  position: relative;
  width: 100%;
  background-image: url(../img/common/bg-wave.png);
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.top-kv-area .kv-title {
  max-width: 600px;
  width: 40%;
  position: absolute;
  top: 60px;
  left: 5%;
}
.top-kv-area .kv-title img {
  max-width: 430px;
  z-index: 900;
  position: relative;
}
.top-kv-area .kv-illust {
  padding-left: 40px;
  position: absolute;
  bottom: 0px;
  left: 5%;
}
.top-kv-area .kv-illust img {
  width: 291px;
  height: 131px;
}
.top-kv-area .top-kv-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  padding: 0 0;
  height: 610px;
}
.top-kv-area .top-kv-box .kv-text-box {
  width: 40%;
  height: 100%;
  position: relative;
}
.top-kv-area .top-kv-box .kv-text-box .kv-lead {
  color: var(--cl-text01, #170806);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 230%; /* 41.4px */
  letter-spacing: 0.18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px; /* 5.556% */
  text-underline-offset: 8px; /* 44.444% */
  text-underline-position: from-font;
  padding-left: 42px;
  position: absolute;
  bottom: 200px;
  left: 12%;
}
.top-kv-area .top-kv-box .kv-img-box {
  width: 60%;
  height: 500px;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
}
.top-kv-area .top-kv-box .kv-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-kv-area .kv-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  position: absolute;
  bottom: 25px !important;
  left: auto !important;
  right: 30px !important;
  top: auto !important;
  z-index: 50;
}
.top-kv-area .kv-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 7px;
  background-color: var(--cl-sec, #1D7B05);
  border-radius: 1px;
  opacity: 0.4;
  transition: background-color 0.3s;
}
.top-kv-area .kv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--cl-sec, #1D7B05);
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .top-kv-area {
    position: relative;
    width: 100%;
    background-image: url(../img/common/bg-wave.png);
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 160px 0 140px;
  }
  .top-kv-area .kv-title {
    max-width: 320px;
    width: auto;
    height: 115px;
    position: absolute;
    top: 35px;
    left: 10px;
    padding: 0px;
    box-sizing: border-box;
  }
  .top-kv-area .kv-title img {
    max-width: auto;
    width: auto;
    height: 100%;
  }
  .top-kv-area .kv-illust {
    padding-left: 0px;
    position: absolute;
    bottom: 0px;
    left: 30px;
  }
  .top-kv-area .kv-illust img {
    width: 250px;
    height: auto;
  }
  .top-kv-area .top-kv-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    padding: 0 0 35px;
    height: auto;
  }
  .top-kv-area .top-kv-box .kv-text-box {
    width: 100%;
    height: auto;
    position: relative;
    order: 2 !important;
    padding-top: 15px;
  }
  .top-kv-area .top-kv-box .kv-text-box .kv-lead {
    color: var(--cl-text01, #170806);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 230%; /* 41.4px */
    letter-spacing: 0.18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px; /* 5.556% */
    text-underline-offset: 8px; /* 44.444% */
    text-underline-position: from-font;
    padding-left: 7%;
    position: static;
    bottom: 0px;
    left: 12%;
  }
  .top-kv-area .top-kv-box .kv-img-box {
    width: 95%;
    height: auto;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    text-align: right;
    margin-left: auto;
    order: 1 !important;
  }
  .top-kv-area .top-kv-box .kv-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .top-kv-area .kv-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    position: absolute;
    bottom: 0px !important;
    left: auto !important;
    right: 10px !important;
    top: auto !important;
    z-index: 50;
  }
  .top-kv-area .kv-pagination .swiper-pagination-bullet {
    width: 45px;
    height: 6px;
    background-color: var(--cl-sec, #1D7B05);
    border-radius: 1px;
    opacity: 0.4;
    transition: background-color 0.3s;
  }
  .top-kv-area .kv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--cl-sec, #1D7B05);
    opacity: 0.8;
  }
}
/* ===================================================
  # お知らせエリア
  =================================================== */
.top-news-area {
  background-image: url(../img/common/bg-renga.webp);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  padding: 60px 0 50px 0;
  position: relative;
}
.top-news-area .top-news-box {
  background: var(--cl-bg01, #FFF);
  border-radius: 10px;
  padding: 30px 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.top-news-area .top-news-box .news-ttl-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.top-news-area .top-news-box .news-ttl-box .news-ttl {
  color: var(--cl-text01, #170806);
  width: 150px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 40px;
  padding-bottom: 32px;
  background: url(../img/top/news-ttl-bg.png) no-repeat left bottom;
  background-size: auto 10px;
}
.top-news-area .top-news-box .news-list {
  width: calc(100% - 230px);
}
.top-news-area .top-news-box .news-list li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid var(--cl-gray, #D2D2D2);
  padding: 16px 0;
}
.top-news-area .top-news-box .news-list li a {
  color: var(--cl-pri, #AC1111);
  text-decoration-line: underline;
}
.top-news-area .top-news-box .news-list li .date {
  color: var(--cl-text01, #170806);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.top-news-area .top-news-box .news-list li .link {
  color: #a00;
  text-decoration: underline;
}
.top-news-area .top-news-box .news-list li .link:hover {
  text-decoration: none;
}

.top-news-area-bottom {
  height: 16px;
  background-image: url(../img/common/bg-wave-red.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 16px;
}

@media screen and (max-width: 768px) {
  .top-news-area {
    background-image: url(../img/common/bg-renga.webp);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
    padding: 30px 20px 20px 20px;
    position: relative;
  }
  .top-news-area .top-news-box {
    background: var(--cl-bg01, #FFF);
    border-radius: 10px;
    padding: 25px 20px 75px 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    position: relative;
  }
  .top-news-area .top-news-box .news-ttl-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .top-news-area .top-news-box .news-ttl-box .news-ttl {
    color: var(--cl-text01, #170806);
    width: auto;
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
    padding-bottom: 27px;
    background: url(../img/top/news-ttl-bg.png) no-repeat left 2px bottom;
    background-size: auto 10px;
  }
  .top-news-area .top-news-box .news-list {
    width: 100%;
  }
  .top-news-area .top-news-box .news-list li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    border-bottom: 1px solid var(--cl-gray, #D2D2D2);
    padding: 16px 0 10px 0;
  }
  .top-news-area .top-news-box .news-list li a {
    color: var(--cl-pri, #AC1111);
    text-decoration-line: underline;
  }
  .top-news-area .top-news-box .news-list li .date {
    color: var(--cl-text01, #170806);
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.75px;
  }
  .top-news-area .top-news-box .news-list li .link {
    color: #a00;
    text-decoration: underline;
  }
  .top-news-area .top-news-box .news-list li .link:hover {
    text-decoration: none;
  }
  .top-news-area .top-news-box .news-link {
    margin-top: 32px;
    text-align: left;
    position: absolute;
    bottom: 25px;
    right: 20px;
  }
  .top-news-area-bottom {
    height: 16px;
    background-image: url(../img/common/bg-wave-red.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 16px;
  }
}
/* ===================================================
  # ブログ・学校便りエリア
  =================================================== */
.top-blog-journal-area {
  padding: 60px 0;
}
.top-blog-journal-area .top-blog-journal-box {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.top-blog-journal-area .top-blog-journal-box .inner {
  width: calc(50% - 16px);
}
.top-blog-journal-area .top-blog-journal-box .ttl {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 18px;
}
.top-blog-journal-area .top-blog-journal-box .article {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 30px;
}
.top-blog-journal-area .top-blog-journal-box .article .article-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  width: calc((100% - 24px) / 2);
}
.top-blog-journal-area .top-blog-journal-box .article .article-card .photo-box {
  border-radius: 8px;
  height: 150px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.top-blog-journal-area .top-blog-journal-box .article .article-card .photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-blog-journal-area .top-blog-journal-box .article .article-card .text-box .date {
  color: var(--cl-text01, #170806);
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-bottom: 5px;
}
.top-blog-journal-area .top-blog-journal-box .article .article-card .text-box .text {
  font-size: 16px;
  line-height: 1.6;
}
.top-blog-journal-area .top-blog-journal-box .article .article-card .text-box .text a {
  color: inherit;
  text-decoration: underline;
}
.top-blog-journal-area .top-blog-journal-box .article .article-card .text-box .text a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .top-blog-journal-area .blog-journal-box {
    flex-direction: column;
  }
  .top-blog-journal-area .blog-journal-box .inner {
    width: 100%;
  }
  .top-blog-journal-area .blog-journal-box .btn-box {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .top-blog-journal-area {
    padding: 40px 20px;
  }
  .top-blog-journal-area .top-blog-journal-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 40px;
  }
  .top-blog-journal-area .top-blog-journal-box .inner {
    width: 100%;
  }
  .top-blog-journal-area .top-blog-journal-box .ttl {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .top-blog-journal-area .top-blog-journal-box .article {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 30px;
  }
  .top-blog-journal-area .top-blog-journal-box .article .article-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    width: calc((100% - 24px) / 2);
  }
  .top-blog-journal-area .top-blog-journal-box .article .article-card .photo-box {
    border-radius: 8px;
    height: 130px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .top-blog-journal-area .top-blog-journal-box .article .article-card .photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .top-blog-journal-area .top-blog-journal-box .article .article-card .text-box .date {
    color: var(--cl-text01, #170806);
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.75px;
    margin-bottom: 5px;
  }
  .top-blog-journal-area .top-blog-journal-box .article .article-card .text-box .text {
    font-size: 16px;
    line-height: 1.6;
  }
  .top-blog-journal-area .top-blog-journal-box .article .article-card .text-box .text a {
    color: inherit;
    text-decoration: underline;
  }
  .top-blog-journal-area .top-blog-journal-box .article .article-card .text-box .text a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-blog-journal-area .blog-journal-box {
    flex-direction: column;
  }
  .top-blog-journal-area .blog-journal-box .inner {
    width: 100%;
  }
  .top-blog-journal-area .blog-journal-box .btn-box {
    text-align: center;
  }
}
/* ===================================================
  # 学校のこと
  =================================================== */
.top-about-area {
  position: relative;
  padding: 160px 0 60px 0;
  margin-bottom: 60px;
}
.top-about-area::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  width: 80%;
  height: calc(100% - 80px);
  background-image: url(../img/common/bg-beige.png);
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px 0 0 20px;
  z-index: 0;
}
.top-about-area .top-about-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.top-about-area .top-about-box .photo-box {
  flex: 1 1 40%;
  max-width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.top-about-area .top-about-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.top-about-area .top-about-box .text-box {
  flex: 1 1 55%;
  color: var(--cl-text01, #170806);
}
.top-about-area .top-about-box .text-box .ttl-en {
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--cl-yellow, #F8E88F);
  font-family: "Lato", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 2.88px;
  position: absolute;
  top: -120px;
  right: 0;
}
.top-about-area .top-about-box .text-box .ttl-jp {
  color: var(--cl-green, #1D7B05);
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 50px;
}
.top-about-area .top-about-box .text-box .ttl-jp span {
  background-image: url(../img/common/dot-01.png);
  background-size: auto 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 13px;
}
.top-about-area .top-about-box .text-box .text {
  margin-bottom: 50px;
}
.top-about-area .top-about-box .text-box .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.top-about-area .top-about-box .text-box .link-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.top-about-area .top-about-box .text-box .link-box li {
  width: calc((100% - 24px) / 2);
}

@media screen and (max-width: 768px) {
  .top-about-area {
    position: relative;
    padding: 40px 0 60px 0;
    margin-bottom: 80px;
  }
  .top-about-area::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    height: calc(100% - 40px);
    background-image: url(../img/common/bg-beige.png);
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px 0 0 20px;
    z-index: 0;
  }
  .top-about-area .top-about-box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;
    padding: 120px 20px 0;
  }
  .top-about-area .top-about-box .photo-box {
    flex: 1 1 100%;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .top-about-area .top-about-box .photo-box img {
    width: 80%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
  }
  .top-about-area .top-about-box .text-box {
    flex: 1 1;
    color: var(--cl-text01, #170806);
    padding: 0 20px;
  }
  .top-about-area .top-about-box .text-box .ttl-en {
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--cl-yellow, #F8E88F);
    font-family: "Lato", sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 2.88px;
    position: absolute;
    top: -30px;
    right: 20px;
    width: auto;
    padding-left: 20px;
  }
  .top-about-area .top-about-box .text-box .ttl-jp {
    color: var(--cl-green, #1D7B05);
    font-size: 24px;
    font-weight: bold;
    line-height: 240%;
    margin-bottom: 30px;
  }
  .top-about-area .top-about-box .text-box .ttl-jp span {
    background-image: url(../img/common/dot-01.png);
    background-size: auto 4px;
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 11px;
  }
  .top-about-area .top-about-box .text-box .text {
    margin-bottom: 30px;
  }
  .top-about-area .top-about-box .text-box .text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .top-about-area .top-about-box .text-box .link-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
  }
  .top-about-area .top-about-box .text-box .link-box li {
    width: 100%;
  }
}
/* ===================================================
  # 学校での過ごし方
  =================================================== */
.top-life-area {
  position: relative;
  padding: 160px 0 60px 0;
}
.top-life-area::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 80%;
  height: calc(100% - 80px);
  background-image: url(../img/common/bg-beige.png);
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px 0 0 20px;
  z-index: 0;
}
.top-life-area .top-life-box {
  position: relative;
}
.top-life-area .top-life-box .sp-photo {
  display: none;
}
.top-life-area .top-life-box .text-box {
  position: relative;
  margin-bottom: 40px;
}
.top-life-area .top-life-box .text-box .ttl-en {
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--cl-yellow, #F8E88F);
  font-family: "Lato", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 2.88px;
  position: absolute;
  top: -120px;
  left: 0;
}
.top-life-area .top-life-box .text-box .ttl-jp {
  color: var(--cl-green, #1D7B05);
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 50px;
}
.top-life-area .top-life-box .text-box .ttl-jp span {
  background-image: url(../img/common/dot-01.png);
  background-size: auto 4px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 13px;
}
.top-life-area .top-life-box .text-box .text {
  font-size: 16px;
  line-height: 2;
  color: #170806;
  max-width: 720px;
}
.top-life-area .top-life-box .text-box .text p {
  margin-bottom: 16px;
}
.top-life-area .top-life-box .text-box .illust {
  position: absolute;
  top: 40px;
  right: 3%;
  pointer-events: none;
}
.top-life-area .top-life-box .text-box .illust img {
  width: auto;
  height: 130px;
  display: block;
}
.top-life-area .top-life-box .photo-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.top-life-area .top-life-box .photo-box img {
  width: 50%;
  height: auto;
  display: block;
}
.top-life-area .top-life-box .link-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.top-life-area .top-life-box .link-box li {
  margin: 0;
  width: calc((100% - 24px) / 2);
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .top-life-area {
    position: relative;
    padding: 40px 0 60px 0;
    margin-bottom: 0px;
  }
  .top-life-area::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    height: calc(100% - 40px);
    background-image: url(../img/common/bg-beige.png);
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px 0 0 20px;
    z-index: 0;
  }
  .top-life-area .top-life-box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5%;
    padding: 0px 20px 0;
  }
  .top-life-area .top-life-box .sp-photo {
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .top-life-area .top-life-box .text-box {
    position: relative;
    margin-bottom: 40px;
    padding: 120px 20px 0;
  }
  .top-life-area .top-life-box .text-box .ttl-en {
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--cl-yellow, #F8E88F);
    font-family: "Lato", sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 2.88px;
    position: absolute;
    top: -30px;
    right: 20px;
    width: auto;
    padding-left: 20px;
  }
  .top-life-area .top-life-box .text-box .ttl-jp {
    color: var(--cl-green, #1D7B05);
    font-size: 24px;
    font-weight: bold;
    line-height: 240%;
    margin-bottom: 30px;
  }
  .top-life-area .top-life-box .text-box .ttl-jp span {
    background-image: url(../img/common/dot-01.png);
    background-size: auto 4px;
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 11px;
  }
  .top-life-area .top-life-box .text-box .text {
    font-size: 16px;
    line-height: 2;
    color: #170806;
    max-width: 100%;
    padding-bottom: 10px;
  }
  .top-life-area .top-life-box .text-box .text p {
    margin-bottom: 16px;
  }
  .top-life-area .top-life-box .text-box .illust {
    position: static;
    pointer-events: none;
  }
  .top-life-area .top-life-box .text-box .illust img {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
  }
  .top-life-area .top-life-box .photo-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px;
  }
  .top-life-area .top-life-box .photo-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .top-life-area .top-life-box .photo-box img:first-of-type {
    display: none;
  }
  .top-life-area .top-life-box .link-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    width: 100% !important;
    padding: 0 20px;
  }
  .top-life-area .top-life-box .link-box li {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
  .top-life-area .top-life-box .link-box li .cm-ico-btn {
    width: 100% !important;
  }
}
/* ===================================================
    # 編入学について
=================================================== */
.admission-area {
  position: relative;
  padding: 70px 0;
  background: url(../img/top/bg-admission.webp) center/cover no-repeat;
}
.admission-area .admission-box {
  position: relative;
  z-index: 1;
  text-align: center;
}
.admission-area .admission-box .ttl-box {
  margin-bottom: 35px;
}
.admission-area .admission-box .ttl-box .ttl-jp {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}
.admission-area .admission-box .ttl-box .ttl-jp span {
  display: inline-block;
}
.admission-area .admission-box .ttl-box .ttl-en {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.17em;
  color: #fff;
}
.admission-area .admission-box .link-box {
  background: #fff;
  border-radius: 14px;
  padding: 20px 0;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.admission-area .admission-box .link-box .link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.admission-area .admission-box .link-box .link li {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
}
.admission-area .admission-box .link-box .link li + li {
  border-left: 1px solid #D2D2D2;
}
.admission-area .admission-box .link-box .link li .cm-ico-btn {
  padding: 5px 18px;
}

@media screen and (max-width: 768px) {
  .admission-area {
    position: relative;
    padding: 60px 0;
    background: url(../img/top/bg-admission.webp) center/cover no-repeat;
  }
  .admission-area .admission-box {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 30px;
  }
  .admission-area .admission-box .ttl-box {
    margin-bottom: 25px;
  }
  .admission-area .admission-box .ttl-box .ttl-jp {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-bottom: 12px;
  }
  .admission-area .admission-box .ttl-box .ttl-jp span {
    display: inline-block;
  }
  .admission-area .admission-box .ttl-box .ttl-en {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .admission-area .admission-box .link-box {
    background: #fff;
    border-radius: 14px;
    padding: 10px 0px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
  .admission-area .admission-box .link-box .link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0 25px;
  }
  .admission-area .admission-box .link-box .link li {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    width: 100%;
  }
  .admission-area .admission-box .link-box .link li + li {
    border-left: none;
    border-top: 1px solid #D2D2D2;
  }
  .admission-area .admission-box .link-box .link li .cm-ico-btn {
    padding: 5px 18px;
    width: 100%;
    text-align: left;
  }
}
/* ===================================================
  #　ご挨拶
  =================================================== */
.message-aisatsu-area {
  padding: 60px 0;
}
.message-aisatsu-area .message-aisatsu-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 60px;
  align-items: start;
}
.message-aisatsu-area .message-aisatsu-box .text-box {
  width: 60%;
}
.message-aisatsu-area .message-aisatsu-box .text-box .ttl-box {
  margin-bottom: 60px;
}
.message-aisatsu-area .message-aisatsu-box .text-box .ttl-box .ttl-en {
  margin-bottom: 10px;
  text-align: left;
}
.message-aisatsu-area .message-aisatsu-box .text-box .text p {
  margin-bottom: 16px;
}
.message-aisatsu-area .message-aisatsu-box .text-box .text p :last-child {
  margin-bottom: 0;
}
.message-aisatsu-area .message-aisatsu-box .text-box .name {
  padding-top: 40px;
  color: var(--cl-text01, #170806);
}
.message-aisatsu-area .message-aisatsu-box .img-box {
  width: calc(60% - 60px);
  position: relative;
  padding-top: 120px;
}
.message-aisatsu-area .message-aisatsu-box .img-box .illust {
  width: 147px;
  height: auto;
  margin-bottom: 120px;
}
.message-aisatsu-area .message-aisatsu-box .img-box .photo {
  border-radius: 10px;
  max-width: 100%;
}
.message-aisatsu-area .message-aisatsu-box .img-box .photo01 {
  width: 340px;
  height: auto;
  margin-bottom: 110px;
  margin-left: 20px;
}
.message-aisatsu-area .message-aisatsu-box .img-box .photo02 {
  width: 308px;
  height: auto;
  margin-bottom: 150px;
  float: right;
}
.message-aisatsu-area .message-aisatsu-box .img-box .photo03 {
  width: 340px;
  height: auto;
}
.message-aisatsu-area .message-aisatsu-box .img-box .deco {
  position: absolute;
  top: 205px;
  right: 5%;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .message-aisatsu-area {
    padding: 40px 20px 20px;
  }
  .message-aisatsu-area .message-aisatsu-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 90px;
    align-items: start;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box {
    width: 100%;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .ttl-box {
    margin-bottom: 40px;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .ttl-box .ttl-en {
    margin-bottom: 10px;
    text-align: left;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .text {
    color: var(--cl-text01, #170806);
    font-size: 16px;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .text p + p {
    margin-top: 16px;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .text .photo {
    padding: 25px 0;
    width: 100%;
    overflow: hidden;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .text .photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .text .photo.illust {
    text-align: right;
    padding-right: 30px;
    padding-bottom: 5px;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .text .photo.illust img {
    width: 33%;
    height: auto;
    float: right;
  }
  .message-aisatsu-area .message-aisatsu-box .text-box .name {
    padding-top: 0px;
  }
  .message-aisatsu-area .message-aisatsu-box .img-box {
    display: none;
  }
}
/* ===================================================
  # プロフィール
  =================================================== */
.message-profile-area {
  padding: 40px 0 80px 0;
}
.message-profile-area .message-profile-box {
  border: 20px solid #f1edda;
  width: 100%;
  padding: 30px 40px 15px;
  box-sizing: border-box;
}
.message-profile-area .message-profile-box .ttl {
  color: var(--cl-green, #1D7B05);
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.26px;
  margin-bottom: 20px;
}
.message-profile-area .message-profile-box .profile-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.message-profile-area .message-profile-box .profile-list > dt,
.message-profile-area .message-profile-box .profile-list > dd {
  box-sizing: border-box;
  padding: 16px 0;
  border-bottom: 1px dotted #62554d;
}
.message-profile-area .message-profile-box .profile-list > dt {
  width: 180px;
  padding-left: 32px;
  background: url("../img/common/ico-circle-01.png") no-repeat left 6px center;
  background-size: 16px auto;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.message-profile-area .message-profile-box .profile-list > dd {
  width: calc(100% - 180px);
  margin-left: 0;
}
.message-profile-area .message-profile-box .profile-list > dd p {
  margin-bottom: 16px;
}
.message-profile-area .message-profile-box .profile-list > dd p:last-child {
  margin-bottom: 0;
}
.message-profile-area .message-profile-box .profile-list > dd .time {
  width: 210px;
  display: inline-block;
  padding-bottom: 5px;
}
.message-profile-area .message-profile-box .profile-list > dd .text {
  width: calc(100% - 210px);
  display: inline-block;
  padding-bottom: 5px;
}
.message-profile-area .message-profile-box .profile-list > dt:last-of-type,
.message-profile-area .message-profile-box .profile-list > dd:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .message-profile-area {
    padding: 20px 0 60px 0;
  }
  .message-profile-area .message-profile-box {
    border: 15px solid #f1edda;
    width: 100%;
    padding: 30px 20px 15px;
    box-sizing: border-box;
  }
  .message-profile-area .message-profile-box .ttl {
    color: var(--cl-green, #1D7B05);
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.26px;
    margin-bottom: 25px;
  }
  .message-profile-area .message-profile-box .profile-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .message-profile-area .message-profile-box .profile-list > dt,
  .message-profile-area .message-profile-box .profile-list > dd {
    box-sizing: border-box;
    padding: 8px 0 18px 0;
    border-bottom: 1px dotted #62554d;
  }
  .message-profile-area .message-profile-box .profile-list > dt {
    width: 100%;
    padding: 0px 23px 0;
    background: url("../img/common/ico-circle-01.png") no-repeat left 0px center;
    background-size: 14px auto;
    display: flex;
    align-items: flex-start;
    font-weight: 700;
    border-bottom: none;
  }
  .message-profile-area .message-profile-box .profile-list > dd {
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
  }
  .message-profile-area .message-profile-box .profile-list > dd p {
    margin-bottom: 16px;
  }
  .message-profile-area .message-profile-box .profile-list > dd p:last-child {
    margin-bottom: 0;
  }
  .message-profile-area .message-profile-box .profile-list > dd:last-child {
    margin-bottom: 0;
  }
  .message-profile-area .message-profile-box .profile-list > dd .time {
    width: 100%;
    display: inline-block;
    padding-bottom: 0px;
  }
  .message-profile-area .message-profile-box .profile-list > dd .text {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
  }
  .message-profile-area .message-profile-box .profile-list > dd .text:last-of-type {
    padding-bottom: 0px;
  }
  .message-profile-area .message-profile-box .profile-list > dt:last-of-type,
  .message-profile-area .message-profile-box .profile-list > dd:last-of-type {
    border-bottom: none;
  }
}
/* ===================================================
  #リンク
  =================================================== */
.message-link-area {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .message-link-area {
    padding: 50px 20px;
  }
}
/* ===================================================
  #イントロ
  =================================================== */
.about-intro-area .about-intro-box .intro-photo-box {
  position: relative;
  margin-bottom: 48px;
}
.about-intro-area .about-intro-box .intro-photo-box .photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.about-intro-area .about-intro-box .intro-photo-box .ttl-en {
  margin-top: -41px;
}
.about-intro-area .about-intro-box .ttl-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 55px;
  margin-bottom: 25px;
}
.about-intro-area .about-intro-box .ttl-box .illust {
  width: 258px;
  height: auto;
  display: block;
}
.about-intro-area .about-intro-box .text-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 50px;
}
.about-intro-area .about-intro-box .text-box .text {
  width: 68%;
}
.about-intro-area .about-intro-box .text-box .text p {
  margin-bottom: 16px;
}
.about-intro-area .about-intro-box .text-box .text p:last-child {
  margin-bottom: 0;
}
.about-intro-area .about-intro-box .text-box .photo {
  width: calc(32% - 50px);
}
.about-intro-area .about-intro-box .text-box .photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .about-intro-area {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .about-intro-area .about-intro-box .intro-photo-box {
    position: relative;
    margin-bottom: 15px;
  }
  .about-intro-area .about-intro-box .intro-photo-box .photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
  }
  .about-intro-area .about-intro-box .intro-photo-box .ttl-en {
    margin-top: -15px;
    font-size: 30px;
  }
  .about-intro-area .about-intro-box .ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    margin-bottom: 40px;
  }
  .about-intro-area .about-intro-box .ttl-box .ttl-jp {
    margin-right: auto;
  }
  .about-intro-area .about-intro-box .ttl-box .illust {
    width: 230px;
    height: auto;
    display: block;
    margin-left: auto;
    padding-right: 20px;
  }
  .about-intro-area .about-intro-box .text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .about-intro-area .about-intro-box .text-box .text {
    width: 100%;
    padding-bottom: 10px;
  }
  .about-intro-area .about-intro-box .text-box .text p {
    margin-bottom: 16px;
  }
  .about-intro-area .about-intro-box .text-box .text p:last-child {
    margin-bottom: 0;
  }
  .about-intro-area .about-intro-box .text-box .photo {
    width: 80%;
    margin: 0 auto;
  }
  .about-intro-area .about-intro-box .text-box .photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }
}
/* ===================================================
  #学校の概要概要
  =================================================== */
.about-overview-area {
  background: url("../img/about/bg-outline.webp") no-repeat center/cover;
  padding: 50px 0 70px;
}
.about-overview-area .about-overview-box .ttl-jp {
  margin: 0 auto 40px;
  text-align: center;
}
.about-overview-area .about-overview-box .list-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 40px 60px;
  width: 980px;
  margin: 0 auto;
}
.about-overview-area .about-overview-box .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about-overview-area .about-overview-box .list > dt,
.about-overview-area .about-overview-box .list > dd {
  box-sizing: border-box;
  padding: 14px 0;
  border-bottom: 1px solid var(--cl-gray, #D2D2D2);
}
.about-overview-area .about-overview-box .list > dt {
  width: 200px;
  font-weight: 700;
}
.about-overview-area .about-overview-box .list > dd {
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px) {
  .about-overview-area {
    background: url("../img/about/bg-outline.webp") no-repeat center/cover;
    padding: 35px 20px 50px;
  }
  .about-overview-area .about-overview-box .ttl-jp {
    margin: 0 auto 30px;
    text-align: center;
  }
  .about-overview-area .about-overview-box .list-box {
    background: var(--cl-bg01, #FFF);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    padding: 15px 20px 25px;
    width: 100%;
    margin: 0 auto;
  }
  .about-overview-area .about-overview-box .list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .about-overview-area .about-overview-box .list > dt,
  .about-overview-area .about-overview-box .list > dd {
    box-sizing: border-box;
    padding: 14px 0;
    border-bottom: 1px solid var(--cl-gray, #D2D2D2);
  }
  .about-overview-area .about-overview-box .list > dt {
    width: 100%;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .about-overview-area .about-overview-box .list > dd {
    width: 100%;
    padding-top: 5px;
  }
}
/* ===================================================
  #学校の歴史
  =================================================== */
.about-history-area {
  padding: 80px 0 120px;
}
.about-history-area .ttl-box {
  text-align: center;
  margin: 0 auto 50px;
}
.about-history-area .ttl-box .illust {
  width: 300px;
  max-width: 60%;
  display: block;
  margin: 0 auto 0px;
}
.about-history-area .ttl-box .ttl-en {
  opacity: 10%;
  margin-top: -17px;
}
.about-history-area .ttl-box .ttl-jp {
  margin-top: -18px;
}
.about-history-area .photo-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  margin: 0px auto 35px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.about-history-area .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.about-history-area .text-box {
  margin: 0px auto 50px;
  text-align: center;
}
.about-history-area .text-box p {
  font-size: 16px;
}
.about-history-area .history-list {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 10px 0 0;
  width: 930px;
}
.about-history-area .history-list::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #dfdfdf;
}
.about-history-area .history-list > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  position: relative;
}
.about-history-area .year {
  width: 140px;
  color: var(--cl-red, #AC1111);
  background-color: var(--cl-white, #FFF);
  text-align: center;
  font-family: Jost;
  font-size: 23px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  padding: 10px 20px 10px 0px;
  margin-top: -8px;
}
.about-history-area .year span {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-left: 2px;
}
.about-history-area .item {
  flex: 1 1 auto;
  padding-left: 2px;
  position: relative;
  background-image: url(../img/common/dot-01-gray.png);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}
.about-history-area .item .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0px;
  width: 780px;
  padding-bottom: 5px;
}
.about-history-area .item .inner + .inner {
  margin-top: 6px;
}
.about-history-area .month {
  display: inline-block;
  min-width: 40px;
  width: 85px;
  font-weight: 500;
  font-family: Jost;
  color: var(--cl-red, #AC1111);
  line-height: 1;
  font-size: 22px;
  text-align: right;
  padding-right: 35px;
  box-sizing: border-box;
}
.about-history-area .month span {
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin-left: 2px;
}
.about-history-area .text {
  width: 690px;
  margin-top: -3px;
}
.about-history-area .history-list > li:last-child {
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .about-history-area {
    padding: 50px 20px 50px;
  }
  .about-history-area .ttl-box {
    text-align: center;
    margin: 0 auto 35px;
  }
  .about-history-area .ttl-box .illust {
    width: 340px;
    max-width: 60%;
    display: block;
    margin: 0 auto 0px;
  }
  .about-history-area .ttl-box .ttl-en {
    opacity: 10%;
    margin-top: -9px;
    line-height: 1;
  }
  .about-history-area .ttl-box .ttl-jp {
    margin-top: 0px;
  }
  .about-history-area .photo-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    margin: 0px auto 25px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
  }
  .about-history-area .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .about-history-area .text-box {
    margin: 0px auto 20px;
    text-align: left;
  }
  .about-history-area .text-box p {
    font-size: 16px;
  }
  .about-history-area .history-list {
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 10px 0 0;
    width: 100%;
  }
  .about-history-area .history-list::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 0px;
    background-color: #dfdfdf;
  }
  .about-history-area .history-list > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0 5px;
    position: relative;
  }
  .about-history-area .year {
    width: auto;
    color: var(--cl-red, #AC1111);
    background-color: var(--cl-white, #FFF);
    text-align: center;
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
  }
  .about-history-area .year span {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-left: 2px;
  }
  .about-history-area .item {
    flex: 1 1 auto;
    padding-left: 2px;
    position: relative;
    background-image: url(../img/common/dot-01-gray.png);
    background-size: auto 1px;
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 5px;
    width: 100%;
  }
  .about-history-area .item .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0px;
    width: 100%;
    padding-bottom: 10px;
  }
  .about-history-area .item .inner + .inner {
    margin-top: 10px;
  }
  .about-history-area .month {
    display: inline-block;
    min-width: 40px;
    width: 100%;
    font-weight: 500;
    font-family: Jost;
    color: var(--cl-red, #AC1111);
    line-height: 1;
    font-size: 22px;
    text-align: left;
    padding-right: 0px;
    box-sizing: border-box;
    margin-bottom: 9px;
  }
  .about-history-area .month span {
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-left: 1px;
  }
  .about-history-area .text {
    width: 100%;
    margin-top: -3px;
  }
  .about-history-area .history-list > li:last-child {
    padding-bottom: 8px;
  }
}
/* ===================================================
  #校歌
  =================================================== */
.about-song-area {
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  text-align: center;
  padding: 60px 0 70px;
}
.about-song-area .about-song-box .song-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 60px;
  align-items: center;
  text-align: left;
}
.about-song-area .about-song-box .song-box .photo-box {
  width: 50%;
}
.about-song-area .about-song-box .song-box .photo-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-song-area .about-song-box .song-box .text-box {
  width: 50%;
}
.about-song-area .about-song-box .song-box .text-box .text {
  margin-bottom: 25px;
}
.about-song-area .about-song-box .song-box .text-box .btn-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .about-song-area {
    background-image: url(../img/common/bg-beige.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
    text-align: center;
    padding: 45px 20px 50px;
  }
  .about-song-area .about-song-box .song-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: center;
    text-align: left;
  }
  .about-song-area .about-song-box .song-box .photo-box {
    width: 100%;
  }
  .about-song-area .about-song-box .song-box .photo-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .about-song-area .about-song-box .song-box .text-box {
    width: 100%;
  }
  .about-song-area .about-song-box .song-box .text-box .text {
    margin-bottom: 25px;
  }
  .about-song-area .about-song-box .song-box .text-box .btn-box {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
}
/* ===================================================
  #リンク
  =================================================== */
.about-link-area .about-link-box {
  display: flex;
  justify-content: space-between;
  gap: 0px;
}
.about-link-area .about-link-box .inner {
  flex: 1;
}
.about-link-area .about-link-box .inner:first-child {
  border-right: 1px solid #ccc;
  padding-right: 40px;
}
.about-link-area .about-link-box .inner:last-child {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .about-link-area .about-link-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
  }
  .about-link-area .about-link-box .inner {
    flex: 1;
  }
  .about-link-area .about-link-box .inner:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .about-link-area .about-link-box .inner:last-child {
    padding-left: 0px;
    padding-top: 30px;
  }
}
/* ===================================================
  #イントロ
  =================================================== */
.facility-intro-area .facility-intro-box .ttl-en {
  margin-bottom: 20px;
}
.facility-intro-area .facility-intro-box .intro-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.facility-intro-area .facility-intro-box .intro-box .illust-left img {
  display: block;
  width: 190px;
  height: auto;
}
.facility-intro-area .facility-intro-box .intro-box .illust-right img {
  display: block;
  width: 154px;
  height: auto;
}
.facility-intro-area .facility-intro-box .intro-box .text-box {
  flex: 1;
  text-align: center;
}
.facility-intro-area .facility-intro-box .intro-box .text-box .cm-text-box01 p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--cl-text01, #170806);
}
.facility-intro-area .facility-intro-box .intro-box .text-box .cm-text-box01 p:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .facility-intro-area {
    padding-bottom: 0px;
  }
  .facility-intro-area .facility-intro-box {
    position: relative;
  }
  .facility-intro-area .facility-intro-box .ttl-en {
    margin-bottom: 10px;
  }
  .facility-intro-area .facility-intro-box .intro-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 100px;
    gap: 40px;
  }
  .facility-intro-area .facility-intro-box .intro-box .illust-left {
    position: absolute;
    bottom: 0;
    left: 20px;
    order: 2;
    width: 27%;
  }
  .facility-intro-area .facility-intro-box .intro-box .illust-left img {
    display: block;
    width: 100%;
    height: auto;
  }
  .facility-intro-area .facility-intro-box .intro-box .illust-right {
    order: 3;
    width: 23%;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
  .facility-intro-area .facility-intro-box .intro-box .illust-right img {
    display: block;
    width: 100%;
    height: auto;
  }
  .facility-intro-area .facility-intro-box .intro-box .text-box {
    flex: 1;
    text-align: center;
    order: 1;
    padding-bottom: 30px;
  }
  .facility-intro-area .facility-intro-box .intro-box .text-box .cm-text-box01 p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--cl-text01, #170806);
  }
  .facility-intro-area .facility-intro-box .intro-box .text-box .cm-text-box01 p:not(:last-child) {
    margin-bottom: 15px;
  }
}
/* ===================================================
  # 施設紹介
  =================================================== */
.facility-photo-area {
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
.facility-photo-area.white {
  background-color: var(--cl-white, #FFF) !important;
  background-image: none;
}
.facility-photo-area .inner-box {
  margin-bottom: 60px;
}
.facility-photo-area .inner-box:last-child {
  margin-bottom: 0;
}
.facility-photo-area .ttl-sub {
  position: relative;
  color: var(--cl-green, #1D7B05);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
}
.facility-photo-area .ttl-sub::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--cl-green, #1D7B05);
  margin: 12px auto 0;
}
.facility-photo-area .facility-photo-box {
  text-align: center;
}
.facility-photo-area .facility-photo-box .photo-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 32px;
  margin-bottom: 30px;
}
.facility-photo-area .facility-photo-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.facility-photo-area .facility-photo-box .photo-box img:nth-child(3):last-child {
  grid-column: span 2;
  max-width: 48%;
  margin: 0 auto;
}
.facility-photo-area .facility-photo-box .cm-text-box01 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .facility-photo-area {
    background-image: url(../img/common/bg-beige.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
  }
  .facility-photo-area.white {
    background-color: var(--cl-white, #FFF) !important;
    background-image: none;
  }
  .facility-photo-area .inner-box {
    margin-bottom: 50px;
  }
  .facility-photo-area .inner-box:last-child {
    margin-bottom: 0;
  }
  .facility-photo-area .ttl-sub {
    position: relative;
    color: var(--cl-green, #1D7B05);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .facility-photo-area .ttl-sub::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background-color: var(--cl-green, #1D7B05);
    margin: 10px auto 0;
  }
  .facility-photo-area .facility-photo-box {
    text-align: center;
  }
  .facility-photo-area .facility-photo-box .photo-box {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
  .facility-photo-area .facility-photo-box .photo-box img {
    max-width: 100%;
    margin: 0;
  }
  .facility-photo-area .facility-photo-box .photo-box img:nth-child(3):last-child {
    grid-column: auto;
    max-width: 100%;
  }
  .facility-photo-area .facility-photo-box .cm-text-box01 {
    text-align: left;
  }
}
/* ===================================================
  #イントロ
  =================================================== */
.education-policy-area {
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
.education-policy-area .education-policy-box .ttl-box {
  text-align: center;
  margin-bottom: 70px;
}
.education-policy-area .education-policy-box .ttl-box .illust {
  width: 113px;
  margin: 0px auto 10px;
  z-index: 5;
  position: relative;
}
.education-policy-area .education-policy-box .ttl-box .illust img {
  display: block;
  width: 100%;
  height: auto;
}
.education-policy-area .education-policy-box .ttl-box .ttl-en {
  margin-top: -30px !important;
}
.education-policy-area .education-policy-box .ttl-box .ttl-jp {
  margin-top: -40px !important;
}
.education-policy-area .education-policy-box .policy-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0px;
  margin-bottom: 80px;
}
.education-policy-area .education-policy-box .policy-box:last-child {
  margin-bottom: 0;
}
.education-policy-area .education-policy-box .policy-box .photo {
  width: 35%;
  align-self: center;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.education-policy-area .education-policy-box .policy-box .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.education-policy-area .education-policy-box .policy-box .text-box {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  background: var(--cl-white, #fff);
  border-radius: 12px;
  padding: 40px 40px;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  text-align: left;
  position: relative;
}
.education-policy-area .education-policy-box .policy-box .text-box .label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 4px;
  line-height: 1;
  position: absolute;
  top: -36px;
  left: 50px;
}
.education-policy-area .education-policy-box .policy-box .text-box .label .en {
  color: var(--cl-red, #AC1111);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.education-policy-area .education-policy-box .policy-box .text-box .label .num {
  color: var(--cl-red, #AC1111);
  font-family: Jost;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  background-image: url(../img/education/edu-line.png);
  background-size: 28px auto;
  background-position: bottom 3px right;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.education-policy-area .education-policy-box .policy-box .text-box .item-ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  margin-bottom: 20px;
}
.education-policy-area .education-policy-box .policy-box .text-box .cm-text-box01 {
  width: 100%;
}
.education-policy-area .education-policy-box .policy-box.rev {
  flex-direction: row-reverse;
}
.education-policy-area .education-policy-box .policy-box.rev .photo {
  border-radius: 0 10px 10px 0;
}
.education-policy-area .education-policy-box .policy-box.rev .text-box {
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 768px) {
  .education-policy-area {
    background-image: url(../img/common/bg-beige.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
  }
  .education-policy-area .education-policy-box .ttl-box {
    text-align: center;
    margin-bottom: 30px;
  }
  .education-policy-area .education-policy-box .ttl-box .illust {
    width: 80px;
    margin: 0px auto 10px;
    z-index: 5;
    position: relative;
  }
  .education-policy-area .education-policy-box .ttl-box .illust img {
    display: block;
    width: 100%;
    height: auto;
  }
  .education-policy-area .education-policy-box .ttl-box .ttl-en {
    margin-top: -20px !important;
    font-size: 43px;
    line-height: 1;
  }
  .education-policy-area .education-policy-box .ttl-box .ttl-jp {
    margin-top: -30px !important;
  }
  .education-policy-area .education-policy-box .policy-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 30px;
  }
  .education-policy-area .education-policy-box .policy-box:last-child {
    margin-bottom: 0;
  }
  .education-policy-area .education-policy-box .policy-box .photo {
    width: 100%;
    height: 220px;
    align-self: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .education-policy-area .education-policy-box .policy-box .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ←これでトリミング */
    object-position: center center; /* ←上下左右中央に */
    display: block;
  }
  .education-policy-area .education-policy-box .policy-box .photo.top img {
    object-position: center top;
  }
  .education-policy-area .education-policy-box .policy-box .photo.bottom img {
    object-position: center bottom;
  }
  .education-policy-area .education-policy-box .policy-box .text-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    background: var(--cl-white, #fff);
    border-radius: 12px;
    padding: 27px 20px 25px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    text-align: left;
    position: relative;
  }
  .education-policy-area .education-policy-box .policy-box .text-box .label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 3px;
    line-height: 1;
    position: static;
    margin-bottom: 15px;
  }
  .education-policy-area .education-policy-box .policy-box .text-box .label .en {
    color: var(--cl-red, #AC1111);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 3px;
  }
  .education-policy-area .education-policy-box .policy-box .text-box .label .num {
    color: var(--cl-red, #AC1111);
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    background-image: url(../img/education/edu-line.png);
    background-size: 22px auto;
    background-position: bottom 3px right;
    background-repeat: no-repeat;
    padding-right: 31px;
  }
  .education-policy-area .education-policy-box .policy-box .text-box .item-ttl {
    font-size: 23px;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    margin-bottom: 15px;
  }
  .education-policy-area .education-policy-box .policy-box .text-box .cm-text-box01 {
    width: 100%;
  }
  .education-policy-area .education-policy-box .policy-box.rev {
    display: flex;
    flex-direction: column;
  }
  .education-policy-area .education-policy-box .policy-box.rev .photo {
    border-radius: 10px 10px 0 0;
  }
  .education-policy-area .education-policy-box .policy-box.rev .text-box {
    border-radius: 0 0 10px 10px;
  }
}
/* ===================================================
  # 幼・小・中つながる学校生活
  =================================================== */
.education-one-area {
  padding: 60px 0 80px;
}
.education-one-area .education-one-box {
  text-align: center;
}
.education-one-area .education-one-box .ttl-box {
  position: relative;
  margin: 0 auto 40px;
  padding-top: 20px;
}
.education-one-area .education-one-box .ttl-box .illust {
  width: 226px;
  margin: 0 auto 12px;
}
.education-one-area .education-one-box .ttl-box .illust img {
  width: 100%;
  height: auto;
  display: block;
}
.education-one-area .education-one-box .ttl-box .ttl-en {
  opacity: 10%;
  margin-top: -33px;
}
.education-one-area .education-one-box .ttl-box .ttl-jp {
  margin-top: -40px;
}
.education-one-area .education-one-box .photo-box {
  width: 700px;
  max-width: 100%;
  margin: 0px auto 50px;
  border-radius: 10px;
  overflow: hidden;
}
.education-one-area .education-one-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
}
.education-one-area .education-one-box .cm-text-box01 {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
.education-one-area .education-one-box .cm-text-box01 p + p {
  margin-top: 1.2em;
}

@media screen and (max-width: 768px) {
  .education-one-area {
    padding: 20px 20px 50px;
  }
  .education-one-area .education-one-box {
    text-align: center;
  }
  .education-one-area .education-one-box .ttl-box {
    position: relative;
    margin: 0 auto 30px;
    padding-top: 20px;
  }
  .education-one-area .education-one-box .ttl-box .illust {
    width: 170px;
    margin: 0 auto 12px;
  }
  .education-one-area .education-one-box .ttl-box .illust img {
    width: 100%;
    height: auto;
    display: block;
  }
  .education-one-area .education-one-box .ttl-box .ttl-en {
    opacity: 10%;
    margin-top: -20px;
    font-size: 44px;
    line-height: 1;
  }
  .education-one-area .education-one-box .ttl-box .ttl-jp {
    margin-top: -30px;
  }
  .education-one-area .education-one-box .photo-box {
    width: 700px;
    max-width: 100%;
    margin: 0px auto 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  .education-one-area .education-one-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .education-one-area .education-one-box .cm-text-box01 {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 2;
  }
  .education-one-area .education-one-box .cm-text-box01 p + p {
    margin-top: 1.2em;
  }
}
/* ===================================================
  # 学習と学校生活
  =================================================== */
.education-life-area {
  background-color: #ECF2D1;
}
.education-life-area .education-life-box {
  text-align: center;
  /* 見出し */
}
.education-life-area .education-life-box .ttl-box {
  margin: 0 auto 50px;
}
.education-life-area .education-life-box .ttl-box .ttl-jp {
  margin-top: -40px;
}
.education-life-area .education-life-box .life-card {
  background: var(--cl-white, #fff);
  border-radius: 10px;
  padding: 28px 50px 50px;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.education-life-area .education-life-box .life-card:last-child {
  margin-bottom: 0;
}
.education-life-area .education-life-box .life-card .ttl {
  font-size: 27px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.education-life-area .education-life-box .life-card .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.education-life-area .education-life-box .life-card .inner:last-child {
  margin-bottom: 0;
}
.education-life-area .education-life-box .life-card .inner .cm-text-box01 {
  flex: 1;
}
.education-life-area .education-life-box .life-card .inner .photo-box {
  flex: 1;
}
.education-life-area .education-life-box .life-card .inner .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .education-life-area {
    background-color: #ECF2D1;
  }
  .education-life-area .education-life-box {
    text-align: center;
    /* 見出し */
  }
  .education-life-area .education-life-box .ttl-box {
    margin: 0 auto 30px;
  }
  .education-life-area .education-life-box .ttl-box .ttl-en {
    font-size: 44px;
  }
  .education-life-area .education-life-box .ttl-box .ttl-jp {
    margin-top: -30px;
  }
  .education-life-area .education-life-box .life-card {
    background: var(--cl-white, #fff);
    border-radius: 10px;
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .education-life-area .education-life-box .life-card:last-child {
    margin-bottom: 0;
  }
  .education-life-area .education-life-box .life-card .ttl {
    font-size: 22px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .education-life-area .education-life-box .life-card .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .education-life-area .education-life-box .life-card .inner:last-child {
    margin-bottom: 0;
  }
  .education-life-area .education-life-box .life-card .inner .cm-text-box01 {
    flex: 1;
    order: 2;
  }
  .education-life-area .education-life-box .life-card .inner .photo-box {
    flex: 1;
    order: 1;
  }
  .education-life-area .education-life-box .life-card .inner .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
}
/* ===================================================
  # 学習と学校生活
  =================================================== */
/* ===================================================
  # 小中学部の1日の流れ
  =================================================== */
.day-flow-area {
  padding: 50px 0 80px;
}
.day-flow-area.shochu {
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
.day-flow-area.kindergarten {
  background-color: #ECF2D1;
  padding: 60px 0 80px;
}
.day-flow-area .day-flow-box {
  text-align: center;
  /* タイトルエリア */
}
.day-flow-area .day-flow-box .ttl-box {
  margin: 0 auto 60px;
}
.day-flow-area .day-flow-box .ttl-box .illust {
  width: 240px;
  z-index: 5;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.day-flow-area .day-flow-box .ttl-box .illust img {
  width: 100%;
  height: auto;
  display: block;
}
.day-flow-area .day-flow-box .ttl-box .ttl-en {
  margin-top: -20px;
  opacity: 10%;
}
.day-flow-area .day-flow-box .ttl-box .ttl-jp {
  margin-top: -38px;
}
.day-flow-area .day-flow-box .ttl-box .cm-text-box01 {
  margin-bottom: 30px;
}
.day-flow-area .day-flow-box.kindergarten .ttl-box .illust {
  width: 220px;
}
.day-flow-area .day-flow-box.kindergarten .ttl-box .ttl-en {
  opacity: 100%;
}
.day-flow-area .day-flow-box .day-card {
  background: var(--cl-bg01, #FFF);
  border-radius: 10px;
  padding: 30px 50px 40px;
  text-align: left;
  margin-bottom: 20px;
}
.day-flow-area .day-flow-box .day-card .day-ttl {
  position: relative;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: var(--cl-green, #1D7B05);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--cl-green, #1D7B05);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.day-flow-area .day-flow-box .day-card .inner {
  margin-bottom: 45px;
}
.day-flow-area .day-flow-box .day-card .inner:last-child {
  margin-bottom: 0px;
}
.day-flow-area .day-flow-box .day-card .inner .ttl-sub {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 13px;
  background-image: url(../img/common/ico-circle-01.png);
  background-size: 16px auto;
  background-position: top 6px left;
  background-repeat: no-repeat;
  padding-left: 24px;
}
.day-flow-area .day-flow-box .day-card .inner .cm-text-box01 {
  margin-bottom: 25px;
}
.day-flow-area .day-flow-box .day-card .inner .photo-box {
  display: flex;
  flex-wrap: wrap;
}
.day-flow-area .day-flow-box .day-card .inner .photo-box .photo {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  margin-right: 30px;
}
.day-flow-area .day-flow-box .day-card .inner .photo-box .photo:nth-child(2n) {
  margin-right: 0;
}
.day-flow-area .day-flow-box .day-card .inner .photo-box .photo {
  /* 最後の2要素をターゲットに → 下マージンを消す */
}
.day-flow-area .day-flow-box .day-card .inner .photo-box .photo:nth-last-child(1), .day-flow-area .day-flow-box .day-card .inner .photo-box .photo:nth-last-child(2) {
  margin-bottom: 0;
}
.day-flow-area .day-flow-box .day-card .inner .photo-box .photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 9px;
}
.day-flow-area .day-flow-box .day-card .inner .photo-box .photo .caption {
  margin-top: 7px;
  font-size: 14px;
  color: #444;
  text-align: left;
  padding: 0 2px;
}
.day-flow-area .day-flow-box .day-arrow {
  margin-bottom: 20px;
}
.day-flow-area .day-flow-box .day-arrow img {
  width: 30px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .day-flow-area {
    padding: 40px 20px 50px;
  }
  .day-flow-area.shochu {
    background-image: url(../img/common/bg-beige.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
  }
  .day-flow-area.kindergarten {
    background-color: #ECF2D1;
    padding: 40px 20px 50px;
  }
  .day-flow-area .day-flow-box {
    text-align: center;
    /* タイトルエリア */
  }
  .day-flow-area .day-flow-box .ttl-box {
    margin: 0 auto 60px;
  }
  .day-flow-area .day-flow-box .ttl-box .illust {
    width: 180px;
    z-index: 5;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .day-flow-area .day-flow-box .ttl-box .illust img {
    width: 100%;
    height: auto;
    display: block;
  }
  .day-flow-area .day-flow-box .ttl-box .ttl-en {
    margin-top: -10px;
    opacity: 10%;
    line-height: 1;
    font-size: 40px;
  }
  .day-flow-area .day-flow-box .ttl-box .ttl-jp {
    margin-top: -28px;
  }
  .day-flow-area .day-flow-box .ttl-box .cm-text-box01 {
    margin-bottom: 30px;
  }
  .day-flow-area .day-flow-box.kindergarten .ttl-box .illust {
    width: 180px;
  }
  .day-flow-area .day-flow-box.kindergarten .ttl-box .ttl-en {
    opacity: 100%;
    font-size: 40px;
  }
  .day-flow-area .day-flow-box .day-card {
    background: var(--cl-bg01, #FFF);
    border-radius: 10px;
    padding: 20px 20px 25px;
    text-align: left;
    margin-bottom: 10px;
  }
  .day-flow-area .day-flow-box .day-card .day-ttl {
    position: relative;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    color: var(--cl-green, #1D7B05);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--cl-green, #1D7B05);
    padding-bottom: 7px;
    margin-bottom: 25px;
  }
  .day-flow-area .day-flow-box .day-card .inner {
    margin-bottom: 30px;
  }
  .day-flow-area .day-flow-box .day-card .inner:last-child {
    margin-bottom: 0px;
  }
  .day-flow-area .day-flow-box .day-card .inner .ttl-sub {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 13px;
    background-image: url(../img/common/ico-circle-01.png);
    background-size: 13px auto;
    background-position: top 3px left;
    background-repeat: no-repeat;
    padding-left: 22px;
  }
  .day-flow-area .day-flow-box .day-card .inner .cm-text-box01 {
    margin-bottom: 25px;
  }
  .day-flow-area .day-flow-box .day-card .inner .photo-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .day-flow-area .day-flow-box .day-card .inner .photo-box .photo {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .day-flow-area .day-flow-box .day-card .inner .photo-box .photo:nth-child(2n) {
    margin-right: 0;
  }
  .day-flow-area .day-flow-box .day-card .inner .photo-box .photo {
    /* 最後の2要素をターゲットに → 下マージンを消す */
  }
  .day-flow-area .day-flow-box .day-card .inner .photo-box .photo:nth-last-child(1), .day-flow-area .day-flow-box .day-card .inner .photo-box .photo:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .day-flow-area .day-flow-box .day-card .inner .photo-box .photo:last-child {
    margin-bottom: 0px;
  }
  .day-flow-area .day-flow-box .day-card .inner .photo-box .photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 9px;
  }
  .day-flow-area .day-flow-box .day-card .inner .photo-box .photo .caption {
    margin-top: 7px;
    font-size: 12px;
    color: #444;
    text-align: left;
    padding: 0 2px;
  }
  .day-flow-area .day-flow-box .day-arrow {
    margin-bottom: 10px;
  }
  .day-flow-area .day-flow-box .day-arrow img {
    width: 24px;
    height: auto;
  }
}
/* ===================================================
  #タイトル
  =================================================== */
.event-ttl-area {
  padding: 50px 0 0px;
}
.event-ttl-area .event-ttl-box {
  margin-bottom: 0px;
}
.event-ttl-area .event-ttl-box .ttl-en-box {
  position: relative;
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: fit-content;
  padding: 0 90px;
}
.event-ttl-area .event-ttl-box .ttl-en-box .ttl-en {
  width: 720px;
}
.event-ttl-area .event-ttl-box .ttl-en-box {
  /* 左右の背景イラスト */
}
.event-ttl-area .event-ttl-box .ttl-en-box::before, .event-ttl-area .event-ttl-box .ttl-en-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.event-ttl-area .event-ttl-box .ttl-en-box::before {
  left: 0;
  background-image: url("../img/event/intro-illust01.png");
  width: 76px;
  height: 132px;
}
.event-ttl-area .event-ttl-box .ttl-en-box::after {
  right: 0;
  background-image: url("../img/event/intro-illust02.png");
  width: 86px;
  height: 152px;
}

@media screen and (max-width: 768px) {
  .event-ttl-area {
    padding: 30px 20px 0px;
  }
  .event-ttl-area .event-ttl-box {
    margin-bottom: 0px;
  }
  .event-ttl-area .event-ttl-box .ttl-en-box {
    position: relative;
    text-align: center;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    width: fit-content;
    padding: 0px 0 130px 0;
  }
  .event-ttl-area .event-ttl-box .ttl-en-box .ttl-en {
    width: 100%;
    font-size: 37px;
  }
  .event-ttl-area .event-ttl-box .ttl-en-box {
    /* 左右の背景イラスト */
  }
  .event-ttl-area .event-ttl-box .ttl-en-box::before, .event-ttl-area .event-ttl-box .ttl-en-box::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0px;
    transform: translateY(0%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .event-ttl-area .event-ttl-box .ttl-en-box::before {
    left: 0px;
    background-image: url("../img/event/intro-illust01.png");
    background-size: auto 95px;
    background-position: bottom 0px left;
    width: 50%;
    height: 120px;
  }
  .event-ttl-area .event-ttl-box .ttl-en-box::after {
    left: auto;
    right: 0px;
    background-image: url("../img/event/intro-illust02.png");
    background-size: auto 113px;
    background-position: bottom right;
    width: 50%;
    height: 120px;
  }
}
/* ===================================================
  #メイン
  =================================================== */
.event-main-area {
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  margin-top: -39px;
  padding-top: 60px;
}
.event-main-area .event-main-box .text-box {
  margin-bottom: 50px;
  text-align: center;
}
.event-main-area .event-main-box {
  /* タイムライン本体（左の点線） */
}
.event-main-area .event-main-box .event-list {
  list-style: none;
  margin: 0 auto;
  padding: 20px 0 20px 0px;
  position: relative;
  background-image: url(../img/common/bar-tate01.png);
  background-size: 4px auto;
  background-position: top left 9px;
  background-repeat: repeat-y;
  width: 1050px;
}
.event-main-area .event-main-box .event-list > li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 50px;
  box-sizing: border-box;
  width: 1050px;
  background-image: url(../img/event/maru.png);
  background-size: 50px auto;
  background-position: top 50px left;
  background-repeat: no-repeat;
}
.event-main-area .event-main-box .event-list > li:last-child {
  margin-bottom: 0;
}
.event-main-area .event-main-box .event-list > li {
  /* 月ごとのカード */
}
.event-main-area .event-main-box .event-list > li .event-card {
  display: flex;
  gap: 0px;
  border-radius: 10px;
  border: 2px solid var(--cl-green, #1D7B05);
  background: var(--cl-bg01, #FFF);
  padding: 28px 35px 26px 10px;
  box-sizing: border-box;
  width: 1000px;
  text-align: left;
  gap: 10px;
}
.event-main-area .event-main-box .event-list > li .event-card .month-box {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: var(--cl-green, #1D7B05);
  width: 130px;
  text-align: center;
}
.event-main-area .event-main-box .event-list > li .event-card .month-box .num {
  line-height: 1;
  color: var(--cl-green, #2F7D33);
  font-family: Alata;
  font-size: 54px;
  margin-bottom: 7px;
}
.event-main-area .event-main-box .event-list > li .event-card .month-box .num .jp {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
}
.event-main-area .event-main-box .event-list > li .event-card .month-box .en {
  color: var(--cl-green, #1D7B05);
  text-align: center;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}
.event-main-area .event-main-box .event-list > li .event-card .item-box {
  flex: 1 1 auto;
}
.event-main-area .event-main-box .event-list > li .event-card .item-box .ttl-jp {
  font-size: 23px;
  line-height: 1.3;
  color: var(--cl-text01, #170806);
  background-image: url(../img/common/ico-circle-01.png);
  background-size: 18px auto;
  background-position: top 8px left;
  background-repeat: no-repeat;
  padding-left: 26px;
  margin-bottom: 20px;
}
.event-main-area .event-main-box .event-list > li .event-card .item-box .photo-box {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.event-main-area .event-main-box .event-list > li .event-card .item-box .photo-box .photo {
  flex: 1 1 50%;
}
.event-main-area .event-main-box .event-list > li .event-card .item-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 9px;
  object-fit: cover;
}
.event-main-area .event-main-box .event-list > li .event-card .item-box .cm-text-box01 p + p {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .event-main-area {
    background-image: url(../img/common/bg-beige.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
    margin-top: -160px;
    padding-top: 60px;
  }
  .event-main-area .event-main-box .text-box {
    margin-bottom: 40px;
    text-align: center;
  }
  .event-main-area .event-main-box {
    /* タイムライン本体（左の点線） */
  }
  .event-main-area .event-main-box .event-list {
    list-style: none;
    margin: 0 auto;
    padding: 15px 0 15px 0px;
    position: relative;
    background-image: url(../img/common/bar-tate01.png);
    background-size: 4px auto;
    background-position: top left 7px;
    background-repeat: repeat-y;
    width: 100%;
  }
  .event-main-area .event-main-box .event-list > li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    box-sizing: border-box;
    width: 100%;
    background-image: url(../img/event/maru.png);
    background-size: 40px auto;
    background-position: top 35px left;
    background-repeat: no-repeat;
  }
  .event-main-area .event-main-box .event-list > li:last-child {
    margin-bottom: 0;
  }
  .event-main-area .event-main-box .event-list > li {
    /* 月ごとのカード */
  }
  .event-main-area .event-main-box .event-list > li .event-card {
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-radius: 10px;
    border: 2px solid var(--cl-green, #1D7B05);
    background: var(--cl-bg01, #FFF);
    padding: 15px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
  }
  .event-main-area .event-main-box .event-list > li .event-card .month-box {
    flex: 0 0 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    color: var(--cl-green, #1D7B05);
    width: 100%;
    margin-bottom: 18px;
  }
  .event-main-area .event-main-box .event-list > li .event-card .month-box .num {
    line-height: 1;
    color: var(--cl-green, #2F7D33);
    font-family: Alata;
    font-size: 43px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .event-main-area .event-main-box .event-list > li .event-card .month-box .num .jp {
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-weight: bold;
  }
  .event-main-area .event-main-box .event-list > li .event-card .month-box .en {
    color: var(--cl-green, #1D7B05);
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
  }
  .event-main-area .event-main-box .event-list > li .event-card .item-box {
    flex: 1 1 auto;
  }
  .event-main-area .event-main-box .event-list > li .event-card .item-box .ttl-jp {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: var(--cl-text01, #170806);
    background-image: url(../img/common/ico-circle-01.png);
    background-size: 14px auto;
    background-position: top 8px left;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .event-main-area .event-main-box .event-list > li .event-card .item-box .photo-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .event-main-area .event-main-box .event-list > li .event-card .item-box .photo-box .photo {
    flex: 1 1 50%;
  }
  .event-main-area .event-main-box .event-list > li .event-card .item-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 9px;
    object-fit: cover;
  }
  .event-main-area .event-main-box .event-list > li .event-card .item-box .cm-text-box01 p + p {
    margin-top: 10px;
  }
}
/* ===================================================
  #ご案内
  =================================================== */
.admission-guide-area {
  text-align: center;
}
.admission-guide-area .text-box {
  margin-bottom: 30px;
}
.admission-guide-area .guide-text-box {
  text-align: left;
  max-width: 920px;
  margin: 0 auto;
  padding: 40px 0;
}
.admission-guide-area .guide-text-box p {
  margin-bottom: 16px;
}
.admission-guide-area .guide-text-box p:last-child {
  margin-bottom: 0px;
}

/* ===================================================
  #流れ
  =================================================== */
.admission-flow-area {
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  text-align: center;
}
.admission-flow-area .flow-box {
  margin-top: 40px;
  text-align: left;
}
.admission-flow-area .flow-box .flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admission-flow-area .flow-box .flow-list > li {
  position: relative;
  background-image: url(../img/common/arrow-sankaku-green.png);
  background-size: 26px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.admission-flow-area .flow-box .flow-list > li:last-child {
  margin-bottom: 0;
  background-image: none;
  padding-bottom: 0;
}
.admission-flow-area {
  /* 各ステップカード */
}
.admission-flow-area .flow-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  background: var(--cl-bg01, #FFF);
  border-radius: 10px;
  padding: 30px 50px;
  text-align: left;
  box-sizing: border-box;
}
.admission-flow-area .flow-card .text-box {
  flex: 1 1 60%;
}
.admission-flow-area .flow-card .text-box .ttl-jp {
  color: var(--cl-green, #1D7B05);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  border-bottom: 2px solid var(--cl-green, #1D7B05);
  padding-bottom: 10px;
  display: inline-block;
}
.admission-flow-area .flow-card .text-box .cm-text-box01 {
  margin-bottom: 6px;
}
.admission-flow-area .flow-card .text-box .cm-link01 {
  margin-bottom: 25px;
}
.admission-flow-area .flow-card .text-box .cm-link01:last-child {
  margin-bottom: 0px;
}
.admission-flow-area .flow-card .photo-box {
  flex: 1 1 40%;
  text-align: right;
}
.admission-flow-area .flow-card .photo-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .admission-flow-area {
    background-image: url(../img/common/bg-beige.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
    text-align: center;
  }
  .admission-flow-area .flow-box {
    margin-top: 30px;
    text-align: left;
  }
  .admission-flow-area .flow-box .flow-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .admission-flow-area .flow-box .flow-list > li {
    position: relative;
    background-image: url(../img/common/arrow-sankaku-green.png);
    background-size: 20px auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 27px;
    margin-bottom: 11px;
  }
  .admission-flow-area .flow-box .flow-list > li:last-child {
    margin-bottom: 0;
    background-image: none;
    padding-bottom: 0;
  }
  .admission-flow-area {
    /* 各ステップカード */
  }
  .admission-flow-area .flow-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
    background: var(--cl-bg01, #FFF);
    border-radius: 10px;
    padding: 25px 20px;
    text-align: left;
    box-sizing: border-box;
  }
  .admission-flow-area .flow-card .text-box {
    flex: 1 1 100%;
  }
  .admission-flow-area .flow-card .text-box .ttl-jp {
    color: var(--cl-green, #1D7B05);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--cl-green, #1D7B05);
    padding-bottom: 10px;
    display: inline-block;
  }
  .admission-flow-area .flow-card .text-box .cm-text-box01 {
    margin-bottom: 6px;
  }
  .admission-flow-area .flow-card .text-box .cm-link01 {
    margin-bottom: 25px;
  }
  .admission-flow-area .flow-card .text-box .cm-link01:last-child {
    margin-bottom: 0px;
  }
  .admission-flow-area .flow-card .photo-box {
    flex: 1 1 100%;
    text-align: right;
  }
  .admission-flow-area .flow-card .photo-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    object-fit: cover;
  }
}
/* ===================================================
  #体験入学について
  =================================================== */
.admission-experience-area {
  padding: 70px 0;
  background-image: url("../img/admission/experience-bg.webp");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.admission-experience-area .admission-experience-box {
  max-width: 920px;
  margin: 0 auto;
  background: var(--cl-white, #FFF);
  border-radius: 10px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
  padding: 40px 60px 40px;
  box-sizing: border-box;
  text-align: center;
}
.admission-experience-area .ttl-box {
  display: inline-block;
  padding: 0 138px;
  margin-bottom: 10px;
  background-image: url("../img/admission/experience-illust01.png"), url("../img/admission/experience-illust02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 25px top, right top;
  background-size: 66px auto, 99px auto;
}
.admission-experience-area .ttl-box .experience-ttl {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  background-image: url(../img/common/dot-01.png);
  background-size: auto 3px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 19px;
}
.admission-experience-area .ttl-box .experience-ttl h2.ttl-jp {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--cl-green, #1D7B05);
  margin-bottom: 15px;
}
.admission-experience-area .ttl-box .experience-ttl .ttl-en {
  color: var(--cl-green, #1D7B05);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}
.admission-experience-area .photo-box {
  margin: 0 auto 26px;
  max-width: 740px;
}
.admission-experience-area .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.admission-experience-area .cm-text-box01 {
  margin: 0 auto 26px;
  max-width: 820px;
}
.admission-experience-area .cm-text-box01 p + p {
  margin-top: 10px;
}
.admission-experience-area .trial-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 6px;
}
.admission-experience-area .trial-btn-box .cm-btn-box02 .cm-btn-pdf {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .admission-experience-area {
    padding: 50px 20px;
    background-image: url("../img/admission/experience-bg.webp");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .admission-experience-area .admission-experience-box {
    max-width: 100%;
    margin: 0 auto;
    background: var(--cl-white, #FFF);
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    padding: 25px 20px 30px;
    box-sizing: border-box;
    text-align: center;
  }
  .admission-experience-area .ttl-box {
    display: inline-block;
    padding: 0 0 0px;
    margin-bottom: 10px;
    width: 100%;
    background-image: url("../img/admission/experience-illust01.png"), url("../img/admission/experience-illust02.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left 0px bottom, right bottom;
    background-size: 40px auto, 60px auto;
  }
  .admission-experience-area .ttl-box .experience-ttl {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    background-image: url(../img/common/dot-01.png);
    background-size: auto 3px;
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 15px;
  }
  .admission-experience-area .ttl-box .experience-ttl h2.ttl-jp {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    color: var(--cl-green, #1D7B05);
    margin-bottom: 10px;
  }
  .admission-experience-area .ttl-box .experience-ttl .ttl-en {
    color: var(--cl-green, #1D7B05);
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
  }
  .admission-experience-area .photo-box {
    margin: 0 auto 26px;
    max-width: 100%;
  }
  .admission-experience-area .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
  }
  .admission-experience-area .cm-text-box01 {
    margin: 0 auto 26px;
    max-width: 100%;
    text-align: left;
  }
  .admission-experience-area .cm-text-box01 p + p {
    margin-top: 10px;
  }
  .admission-experience-area .trial-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin-top: 6px;
  }
  .admission-experience-area .trial-btn-box .cm-btn-box02 {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .admission-experience-area .trial-btn-box .cm-btn-box02 .cm-btn-pdf {
    margin: 0 0 15px;
  }
  .admission-experience-area .trial-btn-box .cm-btn-box02 .cm-btn-pdf:last-child {
    margin-bottom: 0;
  }
}
/* ===================================================
  #リンク
  =================================================== */
.admission-link-area {
  padding: 50px 0;
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
.admission-link-area .admission-link-box {
  display: flex;
  justify-content: space-between;
  gap: 0px;
}
.admission-link-area .admission-link-box .inner {
  flex: 1;
}
.admission-link-area .admission-link-box .inner:first-child {
  border-right: 1px solid #ccc;
  padding-right: 40px;
}
.admission-link-area .admission-link-box .inner:last-child {
  padding-left: 40px;
}
.admission-link-area .admission-link-box .inner .btn-box {
  display: inline-flex;
  flex-direction: column;
}
.admission-link-area .admission-link-box .inner .btn-box .cm-btn-pdf {
  margin-bottom: 16px;
}
.admission-link-area .admission-link-box .inner .btn-box .cm-btn-pdf:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .admission-link-area {
    padding: 40px 20px;
  }
  .admission-link-area .admission-link-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .admission-link-area .admission-link-box .inner {
    flex: 1;
    margin-bottom: 30px;
  }
  .admission-link-area .admission-link-box .inner:first-child {
    border-right: none;
    padding-right: 0px;
  }
  .admission-link-area .admission-link-box .inner:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .admission-link-area .admission-link-box .inner .btn-box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .admission-link-area .admission-link-box .inner .btn-box .cm-btn-pdf {
    margin-bottom: 16px;
  }
  .admission-link-area .admission-link-box .inner .btn-box .cm-btn-pdf:last-child {
    margin-bottom: 0;
  }
}
/* ===================================================
  # 学費・会費
=================================================== */
.admission-fee-area {
  padding: 50px 0;
}
.admission-fee-area .admission-fee-box {
  display: flex;
  align-items: flex-start;
}
.admission-fee-area .admission-fee-box .fee-box {
  width: 50%;
  display: flex;
  box-sizing: border-box;
}
.admission-fee-area .admission-fee-box .fee-box.box01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  box-sizing: border-box;
  background-image: url(../img/common/dot-01-gray-tate.png);
  background-size: 1px auto;
  background-position: top right;
  background-repeat: repeat-y;
}
.admission-fee-area .admission-fee-box .fee-box.box01 .inner {
  margin-bottom: 30px;
}
.admission-fee-area .admission-fee-box .fee-box.box01 .inner:last-child {
  margin-bottom: 0px;
}
.admission-fee-area .admission-fee-box .fee-box.box02 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}
.admission-fee-area .admission-fee-box .fee-box.box02 .inner {
  margin-bottom: 20px;
}
.admission-fee-area .admission-fee-box .fee-box.box02 .inner:last-child {
  margin-bottom: 0px;
}
.admission-fee-area .admission-fee-box .fee-box .ttl {
  color: var(--cl-green, #1D7B05);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.admission-fee-area .admission-fee-box .fee-box .ttl-sub {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-left: 24px;
  line-height: 1.6;
  background-image: url(../img/common/ico-circle-01.png);
  background-size: 16px auto;
  background-position: center left;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .admission-fee-area {
    padding: 40px 20px;
  }
  .admission-fee-area .admission-fee-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .admission-fee-area .admission-fee-box .fee-box {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .admission-fee-area .admission-fee-box .fee-box:last-child {
    margin-bottom: 0px;
  }
  .admission-fee-area .admission-fee-box .fee-box.box01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0px;
    box-sizing: border-box;
    background-image: none;
    background-size: 1px auto;
    background-position: top right;
    background-repeat: repeat-y;
    margin-bottom: 0;
  }
  .admission-fee-area .admission-fee-box .fee-box.box01 .inner {
    margin-bottom: 40px;
  }
  .admission-fee-area .admission-fee-box .fee-box.box01 .inner:last-child {
    margin-bottom: 40px;
  }
  .admission-fee-area .admission-fee-box .fee-box.box02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0px;
  }
  .admission-fee-area .admission-fee-box .fee-box.box02 .inner {
    margin-bottom: 20px;
  }
  .admission-fee-area .admission-fee-box .fee-box.box02 .inner:last-child {
    margin-bottom: 0px;
  }
  .admission-fee-area .admission-fee-box .fee-box .ttl {
    color: var(--cl-green, #1D7B05);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .admission-fee-area .admission-fee-box .fee-box .ttl-sub {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 22px;
    line-height: 1.6;
    background-image: url(../img/common/ico-circle-01.png);
    background-size: 14px auto;
    background-position: center left;
    background-repeat: no-repeat;
  }
}
/* ===================================================
  # お問い合わせフォーム（Snow Monkey Forms 対応）
  =================================================== */
.contact-form-area {
  /* 既存のベージュ背景などがある場合はここで（例） */
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  padding: 50px 0 60px;
}
.contact-form-area .contact-form-box {
  /* 静的の時と同じ段落余白 */
}
.contact-form-area .contact-form-box .cm-text-box01 {
  text-align: center;
  margin-bottom: 40px;
}
.contact-form-area .contact-form {
  /* snow の <form> を静的の .form-frame と同等に */
}
.contact-form-area .contact-form form.snow-monkey-form {
  background: var(--cl-bg01, #FFF);
  border-radius: 10px;
  padding: 30px 40px;
  width: 960px;
  margin: 0 auto;
}
.contact-form-area .contact-form {
  /* ====== 行レイアウト（静的の .form-row 相当） ====== */
}
.contact-form-area .contact-form .smf-form {
  /* ここはコンテナ。特に指定不要なら空でOK */
}
.contact-form-area .contact-form {
  /* 各フィールドの1行。静的の .form-row を置き換え */
}
.contact-form-area .contact-form .smf-item {
  display: grid;
  grid-template-columns: 220px 1fr; /* 左ラベル / 右フィールド */
  align-items: start;
  gap: 14px 24px;
  padding: 8px 0;
  margin-bottom: 10px;
}
.contact-form-area .contact-form .smf-item:last-child {
  margin-bottom: 0;
}
.contact-form-area .contact-form {
  /* ラベル側 */
}
.contact-form-area .contact-form .smf-item__col--label {
  text-align: left;
}
.contact-form-area .contact-form .smf-item__label {
  font-weight: normal !important;
  font-size: 16px;
}
.contact-form-area .contact-form {
  /* 必須バッジを静的の .req 風に */
}
.contact-form-area .contact-form .smf-item__label .req {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  color: var(--cl-red, #C62828);
  background: rgba(198, 40, 40, 0.08);
  padding: 2px 6px;
  border-radius: 4px;
  vertical-align: 2px;
}
.contact-form-area .contact-form {
  /* 入力側（snow の内包構造に依存しないよう、末端の control を直接指定） */
}
.contact-form-area .contact-form input.smf-text-control__control,
.contact-form-area .contact-form input.smf-textarea-control__control,
.contact-form-area .contact-form input.smf-email-control__control,
.contact-form-area .contact-form input.smf-date-control__control,
.contact-form-area .contact-form textarea.smf-textarea-control__control {
  width: 100%;
  border: 1px solid var(--cl-border, #DCDCDC);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form-area .contact-form {
  /* date の見た目安定（ブラウザ差吸収の軽処理） */
}
.contact-form-area .contact-form input[type=date].smf-text-control__control {
  appearance: none;
}
.contact-form-area .contact-form textarea.smf-textarea-control__control {
  min-height: 180px;
  resize: vertical;
}
.contact-form-area .contact-form {
  /* フォーカス */
}
.contact-form-area .contact-form input.smf-text-control__control:focus,
.contact-form-area .contact-form input.smf-email-control__control:focus,
.contact-form-area .contact-form input.smf-date-control__control:focus,
.contact-form-area .contact-form textarea.smf-textarea-control__control:focus {
  outline: none;
  border-color: var(--cl-green, #2E7D32);
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.15);
}
.contact-form-area .contact-form {
  /* バリデーション系 */
}
.contact-form-area .contact-form .smf-error {
  color: var(--cl-red, #C62828);
  font-size: 14px;
  margin-top: 6px;
}
.contact-form-area .contact-form .smf-notice {
  color: #666;
  font-size: 14px;
  margin-top: 6px;
}
.contact-form-area .contact-form {
  /* 送信アクション（静的の .form-submit-box / .cm-btn01 相当） */
}
.contact-form-area .contact-form .smf-action {
  margin-top: 26px;
  text-align: center;
  /* snow のボタン系をひとまとめで */
}
.contact-form-area .contact-form .smf-action button,
.contact-form-area .contact-form .smf-action input[type=submit],
.contact-form-area .contact-form .smf-action .cm-btn01 { /* 静的のボタンクラスを併用している場合も拾う */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 21px 28px;
  border-radius: 9999px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  background: var(--cl-green, #2E7D32);
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.02s;
}
.contact-form-area .contact-form .smf-action button:hover,
.contact-form-area .contact-form .smf-action input[type=submit]:hover,
.contact-form-area .contact-form .smf-action .cm-btn01:hover {
  opacity: 0.85;
}
.contact-form-area .contact-form .smf-action button:active,
.contact-form-area .contact-form .smf-action input[type=submit]:active,
.contact-form-area .contact-form .smf-action .cm-btn01:active {
  transform: translateY(1px);
}
.contact-form-area .contact-form {
  /* 予期せぬエラー領域（表示される場合の見た目だけ整える） */
}
.contact-form-area .contact-form .smf-system-error-content-ready {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--cl-red, #C62828);
  background: #fff5f5;
  border: 1px solid #f4c7c7;
  border-radius: 8px;
  padding: 12px 14px;
}
.contact-form-area {
  /* --------------- SP --------------- */
}
@media screen and (max-width: 768px) {
  .contact-form-area .contact-form-area {
    /* 既存のベージュ背景などがある場合はここで（例） */
    background-image: url(../img/common/bg-beige.png);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
    padding: 50px 20px 60px;
  }
  .contact-form-area .contact-form form.snow-monkey-form {
    width: auto;
    padding: 30px 20px;
  }
  .contact-form-area .contact-form .smf-item {
    grid-template-columns: 1fr; /* 縦並び */
    gap: 8px 0;
    padding: 12px 0;
  }
  .contact-form-area .contact-form .smf-item__label {
    font-size: 15px;
  }
  .contact-form-area .contact-form {
    /* 入力サイズはそのままでもOKだが、念のため */
  }
  .contact-form-area .contact-form input.smf-text-control__control,
  .contact-form-area .contact-form input.smf-email-control__control,
  .contact-form-area .contact-form input.smf-date-control__control,
  .contact-form-area .contact-form textarea.smf-textarea-control__control {
    font-size: 16px;
  }
}

/* ===================================================
  # 必須バッジ（Snow v7系以前方式 / requiredクラス）
  =================================================== */
.contact-form-area .smf-item.required .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  margin-left: 14px;
  font-size: 15px;
  line-height: 1;
  color: #AC1111;
  line-height: 1;
}

/* SP微調整 */
@media (max-width: 768px) {
  .contact-form-area .smf-item.required .smf-item__label__text::after {
    margin-left: 10px;
    font-size: 14px;
  }
}
/* Snow既定の送信ボタンを静的 .cm-btn01.green と同じ見た目に */
.contact-form-area .smf-action button,
.contact-form-area .smf-action input[type=submit] {
  border-radius: 50px;
  border: 1.5px solid var(--cl-green, #1D7B05);
  background: var(--cl-green, #1D7B05);
  color: #fff;
  padding: 21px 25px; /* 静的の数値に寄せる */
  font-size: 16px;
  line-height: 1;
  min-width: 186px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.5s ease;
}

/* 丸矢印 */
.contact-form-area .smf-action button::after,
.contact-form-area .smf-action input[type=submit]::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/common/arrow-maru-wgreen.png") no-repeat center/20px auto;
}

/* ホバー色（静的と同じ） */
.contact-form-area .smf-action button:hover,
.contact-form-area .smf-action input[type=submit]:hover {
  background-color: #488a37;
}

@media (max-width: 768px) {
  .contact-form-area .smf-action button,
  .contact-form-area .smf-action input[type=submit] {
    min-width: 80%;
    margin: 0 auto;
  }
}
/* ===================================================
  # Snow 確認画面の戻るボタン（送信ボタンと同デザイン）
  =================================================== */
.contact-form-area .smf-action button[data-action=back] {
  /* 送信ボタンと同じスタイル */
  border-radius: 50px;
  border: 1.5px solid var(--cl-green, #1D7B05);
  background: var(--cl-green, #1D7B05);
  color: #fff;
  padding: 21px 25px;
  font-size: 16px;
  line-height: 1;
  min-width: 186px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.5s ease;
}

/* 左側に矢印（右矢印画像を反転して利用） */
.contact-form-area .smf-action button[data-action=back]::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/common/arrow-maru-wgreen.png") no-repeat center/20px auto;
  transform: scaleX(-1); /* ← 左右反転 */
}

/* ホバー時（送信と同じ） */
.contact-form-area .smf-action button[data-action=back]:hover {
  background-color: #488a37;
}

/* 送信ボタン（右矢印だけ） */
.contact-form-area .smf-action button[data-action=complete]::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/common/arrow-maru-wgreen.png") no-repeat center/20px auto;
}

/* 戻るボタン（右矢印を消す + 左矢印追加） */
.contact-form-area .smf-action button[data-action=back]::after {
  content: none !important; /* ← これで右矢印を消す */
}

.contact-form-area .smf-action button[data-action=back]::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/common/arrow-maru-wgreen.png") no-repeat center/20px auto;
  transform: scaleX(-1); /* 左右反転 */
}

@media (max-width: 768px) {
  .contact-form-area .smf-action {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-form-area .smf-action button[data-action=back] {
    width: 80%;
    margin: 0 auto 16px;
  }
  .contact-form-area .smf-action button[data-action=complete] {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-area .smf-button-control {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
  }
  .contact-form-area .smf-button-control .smf-button-control__control {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-area {
    padding: 40px 20px 50px;
  }
}
/* ------- プライバシー枠 ------- */
.privacy-box {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid var(--cl-gray, #D2D2D2);
  border-radius: 6px;
  padding: 20px 30px;
}
.privacy-box .privacy-ttl {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.privacy-box .privacy-text {
  font-size: 13px;
  line-height: 1.6;
  color: #444;
}

/* ===================================================
  #　レイアウト + サイドバー
  =================================================== */
.nbj-list-area {
  background-image: url(../img/common/bg-beige.png);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  padding-top: 50px;
}
.nbj-list-area .nbj-list-box {
  display: flex;
  justify-content: space-between;
  gap: 5 0px;
  /* サイドバー */
}
.nbj-list-area .nbj-list-box .nbj-side-box {
  width: 250px;
  flex-shrink: 0;
}
.nbj-list-area .nbj-list-box .nbj-side-box .archive-box,
.nbj-list-area .nbj-list-box .nbj-side-box .category-box {
  background: var(--cl-white01, #FFF);
  border-radius: 10px;
  padding: 18px 18px 16px;
  margin-bottom: 24px;
}
.nbj-list-area .nbj-list-box .nbj-side-box .archive-box .side-ttl,
.nbj-list-area .nbj-list-box .nbj-side-box .category-box .side-ttl {
  color: var(--cl-sec, #1D7B05);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-image: url(../img/common/dot-01.png);
  background-size: auto 1px;
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.nbj-list-area .nbj-list-box .nbj-side-box .archive-box ul,
.nbj-list-area .nbj-list-box .nbj-side-box .category-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nbj-list-area .nbj-list-box .nbj-side-box {
  /* アーカイブ */
}
.nbj-list-area .nbj-list-box .nbj-side-box .archive-box .archive-list li + li {
  margin-top: 10px;
}
.nbj-list-area .nbj-list-box .nbj-side-box .archive-box .archive-list a {
  position: relative;
  display: inline-block;
  color: var(--cl-text01, #170806);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid var(--cl-text01, #858181);
  padding-bottom: 2px;
  letter-spacing: 0.01em;
}
.nbj-list-area .nbj-list-box .nbj-side-box .archive-box .archive-list a:hover {
  color: var(--cl-sec, #1D7B05);
  border-bottom: 1px solid var(--cl-sec, #1D7B05);
}
.nbj-list-area .nbj-list-box .nbj-side-box {
  /* カテゴリ */
}
.nbj-list-area .nbj-list-box .nbj-side-box .btn-box .btn-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 15px 0 20px;
  border-radius: 10px;
  text-decoration: none;
  background-color: var(--cl-white, #FFF);
  line-height: 1;
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 70px;
  margin-bottom: 12px;
}
.nbj-list-area .nbj-list-box .nbj-side-box .btn-box .btn-list li:last-child {
  margin-bottom: 0;
}
.nbj-list-area .nbj-list-box .nbj-side-box .btn-box .btn-list li.news {
  background-image: url("../img/blog/news-btn-illust.png");
  background-size: auto 66px;
  background-position: center right 20px;
}
.nbj-list-area .nbj-list-box .nbj-side-box .btn-box .btn-list li.blog {
  background-image: url("../img/blog/blog-btn-illust.png");
  background-size: auto 66px;
}
.nbj-list-area .nbj-list-box .nbj-side-box .btn-box .btn-list li.journal {
  background-image: url("../img/blog/journal-btn-illust.png");
  background-size: auto 63px;
  background-position: center right 8px;
}
.nbj-list-area .nbj-list-box .nbj-side-box .btn-box .btn-list li:hover {
  cursor: pointer;
}
.nbj-list-area .nbj-list-box .nbj-side-box .btn-box .btn-list li:hover a {
  color: var(--cl-sec, #1D7B05);
}
.nbj-list-area .nbj-list-box .nbj-side-box .btn-box .btn-list a {
  color: var(--cl-text01, #170806);
}

@media screen and (max-width: 768px) {
  .nbj-list-area {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .nbj-list-area .nbj-list-box {
    display: block;
    /* サイドバー */
  }
  .nbj-list-area .nbj-list-box .nbj-side-box {
    width: 100%;
  }
  .nbj-list-area .nbj-list-box .nbj-side-box .news-list {
    margin-bottom: 40px;
  }
  .nbj-list-area .nbj-list-box .nbj-side-box .news-list li {
    grid-template-columns: 110px 1fr;
    padding-right: 35px;
    padding-left: 2px;
  }
  .nbj-list-area .nbj-list-box .nbj-side-box .news-list li .ttl {
    font-size: 15px;
  }
}
/* ===================================================
  # お知らせ一覧
  =================================================== */
.news-list-box {
  width: calc(100% - 50px - 250px);
}
.news-list-box .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #E5E0D6;
}
.news-list-box .news-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 16px 35px 17px 2px;
  border-bottom: 1px solid #E5E0D6;
  background-image: url(../img/common/arrow-maru-green.png);
  background-size: 20px auto;
  background-position: center right 2px;
  background-repeat: no-repeat;
}
.news-list-box .news-list li .date {
  color: var(--cl-pri, #AC1111);
  font-family: Jost;
  font-size: 15px;
  line-height: 1;
}
.news-list-box .news-list li .ttl {
  text-decoration: none;
  color: var(--cl-text01, #170806);
}
.news-list-box .news-list li:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .news-list-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .news-list-box .news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E5E0D6;
  }
  .news-list-box .news-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 16px 35px 17px 2px;
    border-bottom: 1px solid #E5E0D6;
    background-image: url(../img/common/arrow-maru-green.png);
    background-size: 20px auto;
    background-position: center right 2px;
    background-repeat: no-repeat;
  }
  .news-list-box .news-list li .date {
    color: var(--cl-pri, #AC1111);
    font-family: Jost;
    font-size: 15px;
    line-height: 1;
  }
  .news-list-box .news-list li .ttl {
    text-decoration: none;
    color: var(--cl-text01, #170806);
  }
  .news-list-box .news-list li:hover {
    cursor: pointer;
  }
}
/* ===================================================
  # ブログ一覧
  =================================================== */
.blog-list-box {
  width: calc(100% - 50px - 250px);
}
.blog-list-box .blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}
.blog-list-box .blog-list li {
  overflow: hidden;
  transition: opacity 0.6s ease;
}
.blog-list-box .blog-list li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.blog-list-box .blog-list li a.item-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.blog-list-box .blog-list li .thumb {
  width: 100%;
  height: 238px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog-list-box .blog-list li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-list-box .blog-list li .date {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: var(--cl-sec, #1D7B05);
  margin-bottom: 8px;
  font-family: Lato;
  line-height: 1;
}
.blog-list-box .blog-list li .ttl {
  color: var(--cl-text01, #170806);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .blog-list-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .blog-list-box .blog-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .blog-list-box .blog-list li .thumb {
    height: 180px;
    margin-bottom: 12px;
  }
  .blog-list-box .blog-list li .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .blog-list-box .blog-list li .ttl {
    font-size: 16px;
  }
}
/* ===================================================
  # ページネーション
  =================================================== */
.cm-pagination {
  margin: 40px 0;
  text-align: center;
}
.cm-pagination ul.page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cm-pagination ul.page-numbers li .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--cl-sec, #1D7B05);
  border-radius: 50%;
  font-size: 17px;
  color: var(--cl-text01, #170806);
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  font-family: Jost;
  line-height: 1;
  background: #FFF;
}
.cm-pagination ul.page-numbers li .page-numbers:hover {
  border-color: var(--cl-sec, #1D7B05);
  background: var(--cl-sec, #eef5e9);
}
.cm-pagination ul.page-numbers li .page-numbers.current {
  background: var(--cl-sec, #1D7B05);
  border-color: var(--cl-sec, #1D7B05);
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.cm-pagination ul.page-numbers li .page-numbers.prev, .cm-pagination ul.page-numbers li .page-numbers.next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 22px;
  padding-bottom: 3px;
  padding-left: 1px;
}

/* ===================================================
  # 記事投稿（本文エリア）
  =================================================== */
.nbj-post-box {
  width: calc(100% - 50px - 250px);
}
.nbj-post-box .post-box {
  background: transparent;
  /* タイトル */
}
.nbj-post-box .post-box .post-ttl {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
  background-image: url(../img/blog/ttl-bar.png);
  background-size: auto 3px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.nbj-post-box .post-box {
  /* メタ（投稿日・カテゴリ） */
}
.nbj-post-box .post-box .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 35px;
}
.nbj-post-box .post-box .post-meta .date {
  display: inline-block;
  color: var(--cl-text01, #170806);
  font-family: Lato;
  font-size: 15px;
  margin-right: 12px;
}
.nbj-post-box .post-box .post-meta .cat-box {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.nbj-post-box .post-box .post-meta .cat-box .cat {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: var(--cl-text01, #170806);
  border: 1px solid #C9C9C9;
  background: var(--cl-white01, #FFF);
  border-radius: 9999px;
  padding: 8px 16px;
}
.nbj-post-box .post-box {
  /* 記事本文 */
}
.nbj-post-box .post-box .post-content {
  margin-bottom: 40px;
}
.nbj-post-box .post-box .post-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
}
.nbj-post-box .post-box .post-content p {
  color: var(--cl-text01, #170806);
  font-size: 16px;
  padding-bottom: 18px;
}
.nbj-post-box .post-box .post-content p:last-child {
  padding-bottom: 0px;
}
.nbj-post-box .post-box .post-content p + img {
  margin-top: 10px;
}
.nbj-post-box .post-box .post-content h2 {
  color: var(--cl-green, #1D7B05);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 35px;
}
.nbj-post-box .post-box .post-content h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 28px;
  line-height: 1.6;
  background-image: url(../img/common/ico-circle-01.png);
  background-size: 19px auto;
  background-position: center left;
  background-repeat: no-repeat;
  margin-top: 35px;
}
.nbj-post-box .post-box .post-content h4, .nbj-post-box .post-box .post-content h5, .nbj-post-box .post-box .post-content h6 {
  margin-top: 30px;
}
.nbj-post-box .post-box .post-content a {
  text-decoration: underline;
}
.nbj-post-box .post-box .post-content .wp-block-gallery {
  margin-top: 20px;
}
.nbj-post-box .post-box .post-content .wp-block-file:not(.wp-element-button) {
  font-size: 16px !important;
}
.nbj-post-box .post-box .post-content .wp-element-button,
.nbj-post-box .post-box .post-content .wp-block-button__link,
.nbj-post-box .post-box .post-content .wp-block-file__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--cl-green, #1D7B05);
  color: var(--cl-white01, #fff) !important;
  border: none;
  border-radius: 9999px;
  padding: 14px 24px;
  min-height: 44px;
  line-height: 1.2;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
}
.nbj-post-box .post-box .post-content .wp-element-button:where(.is-style-outline),
.nbj-post-box .post-box .post-content .wp-block-button__link:where(.is-style-outline),
.nbj-post-box .post-box .post-content .wp-block-file__button:where(.is-style-outline) {
  background: transparent;
  color: var(--cl-green, #1D7B05) !important;
  border: 2px solid var(--cl-green, #1D7B05);
  border-radius: 9999px;
}

/* --------- SPサイズ --------- */
@media screen and (max-width: 768px) {
  .nbj-post-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .nbj-post-box .post-box .post-ttl {
    font-size: 22px;
    background-size: auto 2px;
    padding-bottom: 18px;
    margin-bottom: 28px;
  }
  .nbj-post-box .post-box .post-meta {
    gap: 8px 10px;
    margin-bottom: 18px;
  }
  .nbj-post-box .post-box .post-meta .date {
    width: 100%;
    padding-left: 2px;
    box-sizing: border-box;
  }
  .nbj-post-box .post-box .post-meta .cat-box .cat {
    font-size: 12px;
    padding: 7px 10px;
  }
  .nbj-post-box .post-box .post-content p {
    padding-bottom: 18px;
  }
  .nbj-post-box .post-box .post-content p:last-child {
    padding-bottom: 0px;
  }
  .nbj-post-box .post-box .post-content img {
    margin-bottom: 20px;
  }
  .nbj-post-box .post-box .post-content p + img {
    margin-top: 10px;
  }
  .nbj-post-box .post-box .post-content h2 {
    color: var(--cl-green, #1D7B05);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 35px;
  }
  .nbj-post-box .post-box .post-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 28px;
    line-height: 1.6;
    background-image: url(../img/common/ico-circle-01.png);
    background-size: 19px auto;
    background-position: center left;
    background-repeat: no-repeat;
    margin-top: 35px;
  }
  .nbj-post-box .post-box .post-content h4, .nbj-post-box .post-box .post-content h5, .nbj-post-box .post-box .post-content h6 {
    margin-top: 30px;
  }
  .nbj-post-box .post-box .post-content a {
    text-decoration: underline;
  }
  .nbj-post-box .post-box .post-content .wp-block-file:not(.wp-element-button) {
    font-size: 16px !important;
  }
  .nbj-post-box .post-box .post-content .wp-element-button,
  .nbj-post-box .post-box .post-content .wp-block-button__link,
  .nbj-post-box .post-box .post-content .wp-block-file__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--cl-green, #1D7B05);
    color: var(--cl-white01, #fff) !important;
    border: none;
    border-radius: 9999px;
    padding: 18px 24px;
    min-height: 44px;
    line-height: 1.2;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    min-width: 80% !important;
    margin: 0 auto;
  }
  .nbj-post-box .post-box .post-content .wp-element-button:where(.is-style-outline),
  .nbj-post-box .post-box .post-content .wp-block-button__link:where(.is-style-outline),
  .nbj-post-box .post-box .post-content .wp-block-file__button:where(.is-style-outline) {
    background: transparent;
    color: var(--cl-green, #1D7B05) !important;
    border: 2px solid var(--cl-green, #1D7B05);
    border-radius: 9999px;
  }
  .nbj-post-box .cm-btn-box01 {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
/* ===================================================
  # パスワード保護フォーム（WP .post-password-form）
  =================================================== */
.post-password-form {
  max-width: 560px;
  margin: 40px auto;
  padding: 0;
  /* 余計な段落（空<p>）は消す */
}
.post-password-form p:empty {
  display: none;
}
.post-password-form {
  /* 説明テキスト */
}
.post-password-form > p {
  margin-bottom: 12px;
  line-height: 1.7;
}
.post-password-form {
  /* ラベル（「パスワード: ○○」） */
}
.post-password-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.post-password-form {
  /* 入力欄 */
}
.post-password-form input[type=password] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid var(--cl-line, #ddd);
  border-radius: 6px;
  background: var(--cl-white01, #fff);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.post-password-form input[type=password]:focus {
  outline: none;
  border-color: var(--cl-red, #AC1111);
  box-shadow: 0 0 0 3px rgba(43, 138, 172, 0.15);
}
.post-password-form {
  /* 送信ボタン（「確定」） */
}
.post-password-form input[type=submit] {
  display: inline-block;
  margin-top: 12px;
  min-width: 140px;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 1;
  border: none;
  border-radius: 6px;
  background: var(--cl-red, #AC1111);
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.02s ease;
}
.post-password-form input[type=submit]:hover {
  opacity: 0.9;
}
.post-password-form input[type=submit]:active {
  transform: translateY(1px);
}
.post-password-form {
  /* ------- SP ------- */
}
@media screen and (max-width: 768px) {
  .post-password-form {
    margin: 30px 0;
  }
  .post-password-form input[type=submit] {
    display: block;
    width: 100%;
    min-width: 0;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
