@charset "UTF-8";
/*!
（本番CSSは assets/css/style.css。WPのテーマ情報はルートの style.css を参照）
*/
/* --------------------------------------------
    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:#282828;
  --cl-camel:#A48A42;
  --cl-green:#0C690F;
  --cl-red:#AC1111;
  --cl-white:#FFFFFF;
  --cl-gray:#D2D2D2;
  --cl-bg01:#FAFAFA;
  --cl-link:#282828;
}

/* ===================================================
  # 背景画像
  =================================================== */
body {
  font-family: Onest, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  line-height: 1.8;
  background-color: #FFFFFF;
  font-feature-settings: "palt";
  font-kerning: normal;
  letter-spacing: 0.02em;
}

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

a {
  color: #282828;
}

@media screen and (max-width: 768px) {
  body {
    font-family: Onest, "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #282828;
    font-size: 15px;
    line-height: 1.8;
    background-color: #FFFFFF;
    font-feature-settings: "palt";
    font-kerning: normal;
    letter-spacing: 0.03em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
  }
}
@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);
    /* 見た目の幅がちょうど画面幅になる */
  }
}
.f-num {
  font-family: Onest;
  font-weight: 400;
}

.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;
}

.fc_red {
  color: #df2727 !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-shikkui {
  background-image: url(../img/common/bg-sikkui.webp);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}

.bg-gray01 {
  background-color: #FAFAFA !important;
}

.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: 126px;
}

.is-home main {
  padding-top: 0px;
}

@media screen and (max-width: 980px) {
  main {
    padding-top: 64px;
  }
  .is-home main {
    padding-top: 0px;
  }
}
/* ===================================================
  # コンテンツエリア
  =================================================== */
.cnt-area {
  width: 100%;
  padding: 90px 0 90px 0;
  box-sizing: border-box;
  z-index: 1;
}
.cnt-area.bg-shikkui {
  background-image: url(../img/common/bg-sikkui.webp);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
}
.cnt-area.bg-gray {
  background-color: var(--cl-gray02, #FAFAFA);
}

@media screen and (max-width: 768px) {
  .cnt-area {
    width: 100%;
    padding: 70px 0px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    z-index: 1;
  }
}
/* ===================================================
  # コンテンツボックス
  =================================================== */
.cnt-box {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 769px) and (max-width: 1240px) {
  .cnt-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .cnt-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
/* ===================================================
  # ボックス
  =================================================== */
.cm-box01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 50px;
}
.cm-box01 .inner-box01 {
  width: calc((100% - 50px) * 0.35);
  box-sizing: border-box;
}
.cm-box01 .inner-box02 {
  width: calc((100% - 50px) * 0.65);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .cm-box01 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .cm-box01 .inner-box01 {
    width: 100%;
    box-sizing: border-box;
  }
  .cm-box01 .inner-box02 {
    width: 100%;
    box-sizing: border-box;
  }
}
/* ===================================================
  # 共通ブロック01
  =================================================== */
.cm-block01-area .cm-block01-box .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}
.cm-block01-area .cm-block01-box .inner-box .text-box {
  flex: 1;
  min-width: 0;
}
.cm-block01-area .cm-block01-box .inner-box .text-box .ttl {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
}
.cm-block01-area .cm-block01-box .inner-box .photo-box {
  width: 55%;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}
.cm-block01-area .cm-block01-box .inner-box .photo-box img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cm-block01-area .cm-block01-box .inner-box {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .cm-block01-area .cm-block01-box .inner-box .text-box {
    flex: none;
    width: 100%;
    min-width: 0;
  }
  .cm-block01-area .cm-block01-box .inner-box .text-box .ttl {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.6;
  }
  .cm-block01-area .cm-block01-box .inner-box .photo-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-shrink: 0;
    align-self: stretch;
    box-sizing: border-box;
  }
  .cm-block01-area .cm-block01-box .inner-box .photo-box img {
    width: 100%;
    height: auto;
  }
}
/* ===================================================
  # ページタイトル
  =================================================== */
.pagettl-area {
  background-image: url(../img/common/bg-sikkui.webp);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  padding-top: 70px;
  text-align: center;
  height: 226px;
  margin-bottom: 15px;
}
.pagettl-area .pagettl-box {
  max-width: 1120px;
  margin: 0 auto;
  line-height: 1;
}
.pagettl-area .pagettl-box .en {
  color: var(--cl-camel, #A48A42);
  text-align: center;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2em;
  margin-bottom: 13px;
}
.pagettl-area .pagettl-box .ja {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .pagettl-area {
    background-image: url(../img/common/bg-sikkui.webp);
    background-size: auto;
    background-position: top left;
    background-repeat: repeat;
    padding-top: 30px;
    text-align: center;
    height: 126px;
    margin-bottom: 10px;
  }
  .pagettl-area .pagettl-box {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1;
  }
  .pagettl-area .pagettl-box .en {
    color: var(--cl-camel, #A48A42);
    text-align: center;
    font-family: Onest;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  .pagettl-area .pagettl-box .ja {
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
/* ===================================================
  # サブページタイトル
  =================================================== */
.sub-pagettl-area {
  padding: 30px 0 70px 0;
}
.sub-pagettl-area h1.ttl,
.sub-pagettl-area .ttl {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  color: var(--cl-text, #282828);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub-pagettl-area {
    padding: 10px 0 36px 0;
  }
  .sub-pagettl-area h1.ttl,
  .sub-pagettl-area .ttl {
    text-align: left;
    color: var(--cl-text, #282828);
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
  }
}
/* ===================================================
  # パンくず
  =================================================== */
.breadcrumb-area {
  padding: 10px 0 50px 0;
}
.breadcrumb-area .breadcrumb {
  color: var(--cl-gray01, #4C4C4C);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.breadcrumb-area .breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.breadcrumb-area .breadcrumb ol li {
  color: var(--cl-gray01, #4C4C4C);
}
.breadcrumb-area .breadcrumb ol li a {
  color: var(--cl-gray01, #4C4C4C);
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .breadcrumb-area {
    padding: 10px 0 30px 0;
  }
  .breadcrumb-area .breadcrumb {
    color: var(--cl-gray01, #4C4C4C);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .breadcrumb-area .breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .breadcrumb-area .breadcrumb ol li {
    color: var(--cl-gray01, #4C4C4C);
  }
  .breadcrumb-area .breadcrumb ol li a {
    color: var(--cl-gray01, #4C4C4C);
    text-decoration: none;
  }
}
/* ===================================================
  # KV
  =================================================== */
.cm-kv-area {
  width: 100%;
  height: 30vh;
  max-height: 400px;
  overflow: hidden;
}
.cm-kv-area.kv02 {
  height: 40vh;
  max-height: 500px;
}
.cm-kv-area img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .cm-kv-area {
    width: 100%;
    height: 20vh;
    max-height: 400px;
    overflow: hidden;
  }
  .cm-kv-area.kv02 {
    height: 27vh;
    max-height: 500px;
  }
  .cm-kv-area img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
}
/* ===================================================
  # 見出し01
  =================================================== */
.cm-ttl01 {
  text-align: center;
  margin-bottom: 35px;
}
.cm-ttl01.left {
  text-align: left;
}
.cm-ttl01 .en {
  color: var(--cl-camel, #A48A42);
  font-family: Onest;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.cm-ttl01 .ja {
  color: var(--cl-text, #282828);
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.32px;
}

@media screen and (max-width: 768px) {
  .cm-ttl01 {
    margin-bottom: 28px;
  }
  .cm-ttl01 .en {
    margin-bottom: 10px;
  }
  .cm-ttl01 .ja {
    font-size: 28px;
    line-height: 1.4;
  }
}
.cm-ttl02 {
  color: var(--cl-text, #282828);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 26px;
  position: relative;
}
.cm-ttl02::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 56px;
  height: 1px;
  background-color: var(--cl-text, #282828);
}

@media screen and (max-width: 768px) {
  .cm-ttl02 {
    color: var(--cl-text, #282828);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 20px;
    position: relative;
  }
  .cm-ttl02::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background-color: var(--cl-text, #282828);
  }
}
.cm-ttl03 {
  margin-bottom: 60px;
  padding-bottom: 30px;
  color: var(--cl-text, #282828);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.cm-ttl03::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: var(--cl-text, #282828);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .cm-ttl03 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    color: var(--cl-text, #282828);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
  }
  .cm-ttl03::after {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    background-color: var(--cl-text, #282828);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cm-ttl04 {
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 25px;
  color: var(--cl-text, #282828);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.cm-ttl04::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: var(--cl-text, #282828);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .cm-ttl04 {
    margin-bottom: 35px;
    padding-bottom: 18px;
    color: var(--cl-text, #282828);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    text-align: center;
  }
  .cm-ttl04::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--cl-text, #282828);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
  }
}
/* ===================================================
  # テキスト
  =================================================== */
.cm-lead-box01 {
  margin-bottom: 60px;
}

.cm-text-box01.lead01 {
  margin-bottom: 35px;
  text-align: center;
}
.cm-text-box01 p {
  margin-bottom: 15px;
}
.cm-text-box01 p:last-child {
  margin-bottom: 0px;
}

/* ===================================================
  # 投稿詳細・アイキャッチ・本文（お知らせ・ブログ・施工事例 共通）
  =================================================== */
.cm-post-eyecatch {
  display: block;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
}
.cm-post-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.post-article .cm-post-eyecatch {
  margin-top: 30px;
}

.works-outline-box .cm-post-eyecatch {
  margin-bottom: 45px;
}

.cm-post-entry {
  color: var(--cl-text, #282828);
  font-size: 16px;
  line-height: 1.8;
}
.cm-post-entry.cm-text-box01 p {
  margin-bottom: 0;
}
.cm-post-entry > * + * {
  margin-top: 30px;
}
.cm-post-entry > p + p {
  margin-top: 15px;
}
.cm-post-entry h2 {
  margin-top: 0;
  margin-bottom: 35px;
  padding: 14px 18px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background-color: rgba(164, 138, 66, 0.12);
  border-radius: 3px;
  box-sizing: border-box;
}
.cm-post-entry h3 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #D2D2D2;
  box-sizing: border-box;
}
.cm-post-entry {
  /* 直上の文章・ブロックとの隙間 */
}
.cm-post-entry * + h2,
.cm-post-entry * + h3 {
  margin-top: 60px;
}
.cm-post-entry > h2:first-child,
.cm-post-entry > h3:first-child {
  margin-top: 0;
}
.cm-post-entry > .alignwide,
.cm-post-entry > .alignfull {
  margin-top: 30px;
}
.cm-post-entry p {
  font-size: 16px;
}
.cm-post-entry a {
  color: var(--cl-link, #282828);
}
.cm-post-entry > .wp-block-image,
.cm-post-entry > figure.wp-block-image {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  overflow: hidden;
}
.cm-post-entry > .wp-block-image img,
.cm-post-entry > figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  vertical-align: bottom;
}
.cm-post-entry > .wp-caption {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.cm-post-entry > .wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  vertical-align: bottom;
}
.cm-post-entry figcaption,
.cm-post-entry .wp-element-caption,
.cm-post-entry .wp-caption-text {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--cl-text, #282828);
}
.cm-post-entry {
  /* ギャラリー：テーマの figure { display:block } より後に読み込まれ flex が潰れるため明示 */
}
.cm-post-entry figure.wp-block-gallery,
.cm-post-entry .wp-block-gallery {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cm-post-entry figure.wp-block-gallery.is-layout-flex:not(.is-vertical),
.cm-post-entry .wp-block-gallery.is-layout-flex:not(.is-vertical) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 35px;
  --wp--style--unstable-gallery-gap: 35px;
}
.cm-post-entry figure.wp-block-gallery.is-layout-flex.is-vertical,
.cm-post-entry .wp-block-gallery.is-layout-flex.is-vertical {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 35px;
  --wp--style--unstable-gallery-gap: 35px;
}
.cm-post-entry .wp-block-gallery .blocks-gallery-grid {
  gap: 35px;
}
.cm-post-entry .wp-block-gallery .blocks-gallery-item {
  margin: 0;
}
.cm-post-entry .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
}
.cm-post-entry .wp-block-gallery .blocks-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  vertical-align: bottom;
}
.cm-post-entry .wp-block-gallery .blocks-gallery-item figcaption {
  margin-top: 12px;
}
.cm-post-entry {
  /* ネスト型ギャラリー：コアのキャプション重ねをやめ、画像の下に出す */
}
.cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image {
  border-radius: 3px;
  overflow: hidden;
}
.cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image img {
  border-radius: 3px;
  vertical-align: bottom;
}
.cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image::before {
  content: none;
  display: none;
}
.cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: static;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
  color: var(--cl-text, #282828);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
  text-shadow: none;
  background: none;
}
.cm-post-entry ul,
.cm-post-entry ol {
  margin: 0 0 0 1.25em;
  padding: 0;
}
.cm-post-entry li {
  margin-bottom: 0.4em;
}
.cm-post-entry li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cm-post-entry {
    font-size: 15px;
  }
  .cm-post-entry h2 {
    margin-bottom: 28px;
    padding: 12px 14px;
    font-size: 22px;
    font-weight: 400;
  }
  .cm-post-entry h3 {
    margin-bottom: 24px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
  }
  .cm-post-entry * + h2,
  .cm-post-entry * + h3 {
    margin-top: 60px;
  }
  .cm-post-entry figcaption,
  .cm-post-entry .wp-element-caption,
  .cm-post-entry .wp-caption-text {
    font-size: 13px;
  }
  .cm-post-entry .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 13px;
  }
  .cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 13px;
  }
  .cm-post-entry p {
    font-size: 15px;
  }
  .cm-post-entry > p + p {
    margin-top: 15px;
  }
  .cm-post-entry {
    /* スマホ：ギャラリーは縦並び（施工事例詳細は _works.scss で別制御） */
  }
  .cm-post-entry:not(.works-detail-body) figure.wp-block-gallery.is-layout-flex:not(.is-vertical),
  .cm-post-entry:not(.works-detail-body) .wp-block-gallery.is-layout-flex:not(.is-vertical) {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 24px;
    --wp--style--unstable-gallery-gap: 24px;
  }
  .cm-post-entry:not(.works-detail-body) .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
    max-width: 100%;
  }
}
/* ===================================================
  # 記事ナビ（前後リンク・cm-link01 と同系の矢印アイコン）
  =================================================== */
.article-nav:not(.works-article-nav) .pager-row a.prev,
.article-nav:not(.works-article-nav) .pager-row a.next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--cl-text, #282828);
}
.article-nav:not(.works-article-nav) .pager-row a.prev:hover,
.article-nav:not(.works-article-nav) .pager-row a.next:hover {
  text-decoration: underline;
}
.article-nav:not(.works-article-nav) .pager-row a.prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(../img/common/ico-btn-arrow-left.png) no-repeat center/contain;
}
.article-nav:not(.works-article-nav) .pager-row a.next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(../img/common/ico-btn-arrow-right.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .article-nav:not(.works-article-nav) .pager-row a.prev,
  .article-nav:not(.works-article-nav) .pager-row a.next {
    font-size: 13px;
  }
  .article-nav:not(.works-article-nav) .pager-row a.prev::before,
  .article-nav:not(.works-article-nav) .pager-row a.next::after {
    width: 18px;
    height: 18px;
  }
}
/* ===================================================
  # ボタン
  =================================================== */
.btn-box {
  display: flex;
  flex-wrap: wrap;
}
.btn-box .cm-btn01 {
  /* 2個目以降だけ左に余白 */
}
.btn-box .cm-btn01 + .cm-btn01 {
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .btn-box {
    flex-direction: column;
    align-items: center;
  }
  .btn-box .cm-btn01 + .cm-btn01 {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cm-btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 56px;
  padding: 12px 53px 12px 24px;
  background-color: var(--cl-white, #FFF);
  background-image: url(../img/common/ico-btn-arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  color: var(--cl-text, #282828);
  font-size: 16px;
  line-height: 1;
  border: 1px solid #63635F;
  border-radius: 3px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  /* ==============================
     戻るボタン（左矢印）
  ============================== */
}
.cm-btn01.back {
  padding: 12px 24px 12px 53px;
  background-image: url(../img/common/ico-btn-arrow-left.png);
  background-position: left 20px center;
}
.cm-btn01 {
  /* hover分岐 */
}
.cm-btn01:hover {
  animation: arrowmove 1.4s ease-in-out infinite;
}
.cm-btn01.back:hover {
  animation: arrowmove-left 1.4s ease-in-out infinite;
}

/* --------- SPサイズ --------- */
@media screen and (max-width: 768px) {
  .cm-btn01 {
    min-width: 180px;
    height: 52px;
    padding: 8px 51px 8px 21px;
    font-size: 15px;
    background-position: right 20px center;
  }
  .cm-btn01.back {
    padding: 8px 21px 8px 51px;
    background-position: left 20px center;
  }
  .cm-btn01 {
    /* フッター CTA の .contact-btn は除外（_footer.scss のまま） */
  }
  .cm-btn01:not(.contact-btn) {
    display: flex;
    width: 86%;
    max-width: 86%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
/* ==================================
   アニメーション
================================== */
@keyframes arrowmove {
  0% {
    background-position: right 20px center;
  }
  50% {
    background-position: right 15px center;
  }
  100% {
    background-position: right 20px center;
  }
}
@keyframes arrowmove-left {
  0% {
    background-position: left 20px center;
  }
  50% {
    background-position: left 15px center;
  }
  100% {
    background-position: left 20px center;
  }
}
/* ===================================================
  # テキストリンク
  =================================================== */
.cm-link-box01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* 2つ以上のときだけ間を空ける */
}
.cm-link-box01 .cm-link01 + .cm-link01 {
  margin-left: 25px;
}

.cm-link01 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  color: var(--cl-text, #282828);
  text-decoration: none;
  /* 矢印アイコン */
}
.cm-link01::after {
  content: "";
  width: 13px;
  height: 17px;
  background-image: url(../img/common/ico-arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 4px center;
}
.cm-link01 {
  /* 下線（アイコン含む幅すべて） */
}
.cm-link01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--cl-text, #282828);
  transition: opacity 0.25s ease;
}
.cm-link01:hover::before {
  opacity: 1;
}

.cm-link02 {
  color: var(--cl-text, #282828);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
.cm-link02::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.3em;
  vertical-align: -0.1em;
  background-image: url(../img/common/ico-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .cm-link02 {
    font-size: 17px;
    line-height: 1.9;
  }
}
/* ===================================================
  # ホバー効果
  =================================================== */
.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: 12px;
    z-index: 500;
  }
  .pagetop img {
    width: 50px;
    height: auto;
  }
}
/* ===================================================
  # reCAPTCHA バッジ
  =================================================== */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* ===================================================
# ページ内リンク（アンカーリンク）
=================================================== */
.cm-anchor-box {
  margin: 30px 0;
}
.cm-anchor-box .anchor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
.cm-anchor-box .anchor-list li {
  flex: 0 0 calc(25% - 15px);
}
.cm-anchor-box .anchor-list li a {
  display: block;
  width: 100%;
  padding: 20px 40px 20px 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1;
  background-image: url(../img/common/ico-arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: auto 14px;
}
@media (hover: hover) and (pointer: fine) {
  .cm-anchor-box .anchor-list li a:hover {
    background-color: #e6e6e6;
  }
}
.cm-anchor-box {
  /* タブレット〜SP：2列 or 1列 */
}
@media (max-width: 1024px) {
  .cm-anchor-box .anchor-list li {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .cm-anchor-box .anchor-list {
    gap: 10px;
  }
  .cm-anchor-box .anchor-list li {
    flex: 0 0 100%;
  }
  .cm-anchor-box .anchor-list li a {
    display: block;
    width: 100%;
    padding: 15px 40px 15px 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1;
    background-image: url(../img/common/ico-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: auto 12px;
  }
}

@media screen and (max-width: 768px) {
  .cm-anchor-box {
    margin: 25px 0px 0px 0px !important;
  }
}
[id] {
  scroll-margin-top: 126px;
}
@media screen and (max-width: 980px) {
  [id] {
    scroll-margin-top: 65px;
  }
}

/* ===================================================
  # 共通リスト
  =================================================== */
.cm-list01-box {
  background: #F8F8F8;
  padding: 20px 30px 20px 20px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.cm-list01-box.bg01 {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.cm-list01-box ul {
  list-style-type: disc;
  padding-left: 1.2em;
  margin: 0;
}
.cm-list01-box ul li {
  margin-bottom: 5px;
  color: var(--cl-text, #282828);
}
.cm-list01-box ul li:last-child {
  margin-bottom: 0;
}

/* ===================================================
  # 実績一覧
  =================================================== */
.cm-works-list-box {
  margin-bottom: 60px;
}
.cm-works-list-box .cm-works-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 30px;
}
.cm-works-list-box .cm-works-list.list02 {
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
}
.cm-works-list-box .cm-works-list > li .photo {
  display: block;
  margin-bottom: 30px;
}
.cm-works-list-box .cm-works-list > li .photo img {
  width: 100%;
  display: block;
  aspect-ratio: 43/33;
  object-fit: cover;
  border-radius: 3px;
}
.cm-works-list-box .cm-works-list > li .text-box {
  margin-top: 18px;
}
.cm-works-list-box .cm-works-list > li .text-box .place {
  color: var(--cl-text, #282828);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}
.cm-works-list-box .cm-works-list > li .text-box .ttl {
  margin-bottom: 30px;
}
.cm-works-list-box .cm-works-list > li .text-box {
  /* ===== タグ ===== */
}
.cm-works-list-box .cm-works-list > li .text-box .tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cm-works-list-box .cm-works-list > li .text-box .tag-list li {
  padding: 6px 8px;
  color: var(--cl-text, #282828);
  border-radius: 2px;
  border: 1px solid var(--cl-gray01, #4C4C4C);
  background: var(--cl-white, #FFF);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .cm-works-list-box {
    margin-bottom: 40px;
  }
  .cm-works-list-box .cm-works-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .cm-works-list-box .cm-works-list.list02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 42px;
  }
  .cm-works-list-box .cm-works-list > li .photo {
    display: block;
    margin-bottom: 25px;
  }
  .cm-works-list-box .cm-works-list > li .photo img {
    width: 100%;
    display: block;
    aspect-ratio: 43/33;
    object-fit: cover;
    border-radius: 3px;
  }
  .cm-works-list-box .cm-works-list > li .text-box {
    margin-top: 0px;
  }
  .cm-works-list-box .cm-works-list > li .text-box .place {
    color: var(--cl-text, #282828);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }
  .cm-works-list-box .cm-works-list > li .text-box .ttl {
    margin-bottom: 20px;
  }
  .cm-works-list-box .cm-works-list > li .text-box {
    /* ===== タグ ===== */
  }
  .cm-works-list-box .cm-works-list > li .text-box .tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .cm-works-list-box .cm-works-list > li .text-box .tag-list li {
    padding: 5px 7px;
    color: var(--cl-text, #282828);
    border-radius: 2px;
    border: 1px solid var(--cl-gray01, #4C4C4C);
    background: var(--cl-white, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
}
/* ===================================================
  # MERIT アイコン付き
=================================================== */
.cm-merit-box .merit-list li {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 32px 40px;
  margin-bottom: 30px;
}
.cm-merit-box .merit-list li:last-child {
  margin-bottom: 0;
}
.cm-merit-box .merit-list .icon-box {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  background-color: #F9F7EF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.cm-merit-box .merit-list .icon-box img {
  width: 100%;
  height: auto;
}
.cm-merit-box .merit-list .text-box h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 20px;
}
.cm-merit-box .note {
  font-size: 88%;
  padding-top: 15px;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

@media screen and (max-width: 768px) {
  .cm-merit-box .merit-list li {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    padding: 25px 15px;
    margin-bottom: 30px;
  }
  .cm-merit-box .merit-list li:last-child {
    margin-bottom: 0;
  }
  .cm-merit-box .merit-list .icon-box {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    background-color: #F9F7EF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .cm-merit-box .merit-list .icon-box img {
    width: 100%;
    height: auto;
  }
  .cm-merit-box .merit-list .text-box h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
/* ===================================================
  # MERIT 02（6つの安心保障）レイアウト上書き
=================================================== */
.cm-merit-box.merit02 .merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.cm-merit-box.merit02 .merit-list li {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  padding: 30px 40px;
}
.cm-merit-box.merit02 .merit-list .icon-box {
  margin-right: 0;
  margin-bottom: 35px;
}
.cm-merit-box.merit02 .merit-list .text-box {
  text-align: left;
}
.cm-merit-box.merit02 .merit-list .text-box .ttl {
  margin-bottom: 20px;
}

/* --------- SPサイズ --------- */
@media screen and (max-width: 768px) {
  .cm-merit-box.merit02 .merit-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .cm-merit-box.merit02 .merit-list li {
    padding: 25px 15px;
  }
  .cm-merit-box.merit02 .merit-list .icon-box {
    margin-bottom: 25px;
  }
}
/* ===================================================
  # 404
  =================================================== */
.notfound-area {
  padding-top: 60px;
  padding-bottom: 100px;
}
.notfound-area .notfound-box {
  text-align: center;
}
.notfound-area .notfound-box .btn-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .notfound-area {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .notfound-area .notfound-box .btn-box {
    margin-top: 32px;
  }
}
header {
  background-color: var(--cl-white, #FFF);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 126px;
  z-index: 9999;
}
header .header-area {
  padding: 10px 0 8px 0;
  transition: padding 0.25s ease;
}
header .header-area .header-box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-area .header-box .logo-box {
  display: flex;
  align-items: center;
}
header .header-area .header-box .logo-box .logo-mark {
  margin-right: 15px;
}
header .header-area .header-box .logo-box .logo-mark .logo-top {
  display: none;
}
header .header-area .header-box .logo-box .logo-mark .logo-normal {
  display: block;
}
header .header-area .header-box .logo-box .logo-mark img {
  width: auto;
  height: 50px;
  transition: height 0.25s ease;
}
header .header-area .header-box .logo-box .copy {
  color: var(--cl-gray01, #4C4C4C);
  font-family: "Zen Kaku Gothic New";
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
header .header-area .header-box .contact-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .header-area .header-box .contact-box .tel {
  font-size: 14px;
  color: #333;
  text-align: right;
}
header .header-area .header-box .contact-box .tel .label {
  color: var(--cl-text, #282828);
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  transition: font-size 0.25s ease;
}
header .header-area .header-box .contact-box .tel .number {
  color: var(--cl-text, #282828);
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  transition: font-size 0.25s ease;
}
header .header-area .header-box .contact-box .sns {
  display: flex;
  align-items: center;
}
header .header-area .header-box .contact-box .sns .insta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header-area .header-box .contact-box .sns .insta .insta-normal {
  display: block;
}
header .header-area .header-box .contact-box .sns .insta .insta-top {
  display: none;
}
header .header-area .header-box .contact-box .sns .insta img {
  display: block;
  width: 28px;
  height: 28px;
}
header .header-area .header-box .contact-box .contact .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 15px;
  text-decoration: none;
  color: var(--cl-white, #FFF);
  background-color: var(--cl-green, #0C690F);
  border-radius: 3px;
  letter-spacing: 0.08em;
  gap: 8px;
  transition: padding 0.25s ease, opacity 0.25s ease;
}
header .header-area .header-box .contact-box .contact .contact-btn .icon-mail {
  width: 20px;
  height: auto;
  display: block;
}
header .header-area .header-box .contact-box .contact .contact-btn:hover {
  opacity: 0.85;
}
header .navi-box {
  padding-bottom: 7px;
  transition: padding 0.25s ease;
}
header .navi-box .global-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0px;
  /* 直下のグロナビ用 ul のみ flex（.subnav-list に継承させない） */
}
header .navi-box .global-nav > ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  font-size: 15px;
  transition: padding 0.25s ease;
}
header .navi-box .global-nav > ul > li > a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 10px 0;
  transition: padding 0.25s ease;
}
header .navi-box .global-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--cl-text, #282828);
  transition: width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  header .navi-box .global-nav > ul > li > a:hover::after {
    width: 100%;
  }
}

@media (min-width: 981px) {
  header .navi-box .global-nav ul li.has-subnav {
    position: relative;
  }
  header .navi-box .global-nav ul li.has-subnav .nav-parent-sp {
    display: none;
  }
  header .navi-box .global-nav ul li.has-subnav .subnav-list {
    display: block;
    position: absolute;
    left: 50%;
    /* ナビ行下端〜ヘッダー下端の余白ぶん下げる（ul下padding + navi-box下padding 相当） */
    top: calc(100% + 16px);
    z-index: 10010;
    min-width: 248px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgba(250, 250, 250, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 2px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 6px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
    /* PCでは親ページ行（SP用の1件目）を出さない */
  }
  header .navi-box .global-nav ul li.has-subnav .subnav-list > li:first-child {
    display: none;
  }
  header .navi-box .global-nav ul li.has-subnav .subnav-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--cl-gray, #D2D2D2);
  }
  header .navi-box .global-nav ul li.has-subnav .subnav-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  header .navi-box .global-nav ul li.has-subnav .subnav-list li a {
    display: block;
    padding: 12px 20px;
    color: var(--cl-text, #282828);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.45;
    text-shadow: none;
    white-space: nowrap;
  }
  header .navi-box .global-nav ul li.has-subnav .subnav-list li a::after {
    display: none;
  }
  header .navi-box .global-nav ul li.has-subnav {
    /* 親とパネルの隙間でもホバーが切れないように橋を渡す */
  }
}
@media (min-width: 981px) and (hover: hover) and (pointer: fine) {
  header .navi-box .global-nav ul li.has-subnav .subnav-list li a:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
}
@media (min-width: 981px) {
  header .navi-box .global-nav ul li.has-subnav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
    display: none;
    z-index: 10009;
  }
}
@media (min-width: 981px) and (hover: hover) and (pointer: fine) {
  header .navi-box .global-nav ul li.has-subnav:hover::after {
    display: block;
  }
  header .navi-box .global-nav ul li.has-subnav:hover .subnav-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 981px) {
  header .navi-box .global-nav ul li.has-subnav:focus-within .subnav-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
/* ===================================================
  # header　トップKVの調整
=================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
  /* 通常ヘッダー（スクロール後の見た目） */
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: height 0.25s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

@media screen and (min-width: 981px) {
  .site-header.is-compact {
    height: 96px;
  }
  .site-header.is-compact .header-area {
    padding: 6px 0 4px;
  }
  .site-header.is-compact .header-area .header-box .logo-box .logo-mark img {
    height: 40px;
  }
  .site-header.is-compact .header-area .header-box .contact-box {
    gap: 16px;
  }
  .site-header.is-compact .header-area .header-box .contact-box .tel .label {
    font-size: 17px;
  }
  .site-header.is-compact .header-area .header-box .contact-box .tel .number {
    font-size: 21px;
  }
  .site-header.is-compact .header-area .header-box .contact-box .contact .contact-btn {
    padding: 8px 20px;
  }
  .site-header.is-compact .navi-box {
    padding-bottom: 4px;
  }
  .site-header.is-compact .navi-box .global-nav > ul {
    padding: 4px 0;
  }
  .site-header.is-compact .navi-box .global-nav > ul > li > a {
    padding: 7px 0;
  }
}
@media (min-width: 980px) {
  .is-home {
    /* トップの透明時だけ、文字色などを調整（必要なものだけ） */
  }
  .is-home .site-header.is-top {
    background-color: transparent !important;
    box-shadow: none;
  }
  .is-home .site-header.is-top .header-area .header-box .logo-box .logo-normal {
    display: none;
  }
  .is-home .site-header.is-top .header-area .header-box .logo-box .logo-top {
    display: block;
  }
  .is-home .site-header.is-top .header-area .header-box .logo-box .copy {
    color: var(--cl-white, #FFF);
  }
  .is-home .site-header.is-top .header-area .header-box .contact-box .tel {
    color: var(--cl-white, #FFF);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .is-home .site-header.is-top .header-area .header-box .contact-box .tel .label {
    color: var(--cl-white, #FFF);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .is-home .site-header.is-top .header-area .header-box .contact-box .tel .number {
    color: var(--cl-white, #FFF);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .is-home .site-header.is-top .header-area .header-box .contact-box .sns .insta .insta-normal {
    display: none;
  }
  .is-home .site-header.is-top .header-area .header-box .contact-box .sns .insta .insta-top {
    display: block;
  }
  .is-home .site-header.is-top .navi-box .global-nav > ul > li > a {
    color: var(--cl-white, #FFF);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .is-home .site-header.is-top .navi-box .global-nav > ul > li > a::after {
    background-color: var(--cl-white, #FFF);
  }
  .is-home .site-header.is-top .navi-box .global-nav > ul > li.has-subnav .subnav-list a {
    color: var(--cl-text, #282828);
    text-shadow: none;
  }
}
@media (min-width: 980px) and (max-width: 1240px) {
  .header-box {
    padding: 0 20px !important;
  }
  .navi-box {
    padding: 0 20px !important;
  }
}
/* ===================================================
  # ハンバーガーボタン共通
  =================================================== */
.sp-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #63635F;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.sp-menu-btn .sp-menu-line {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1.4px;
  border-radius: 1px;
  background-color: var(--cl-text, #282828);
  transform: translateX(-50%);
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.sp-menu-btn .line01 {
  top: 44%;
}
.sp-menu-btn .line02 {
  top: 58%;
}
.sp-menu-btn {
  /* ★ 開いた時のアニメーションはそのまま */
}
.sp-menu-btn.is-open .line01 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sp-menu-btn.is-open .line02 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* PC（980px以上）ではハンバーガーボタンを非表示 */
@media screen and (min-width: 980px) {
  .sp-menu-btn {
    display: none;
  }
}
/* ===================================================
  # ヘッダー（SPレイアウト）
  =================================================== */
@media screen and (max-width: 980px) {
  header {
    height: 64px;
  }
  header .header-area {
    padding: 12px 0;
    position: relative;
    z-index: 2;
  }
  header .header-area .header-box {
    max-width: 100%;
    padding: 0 16px;
  }
  header .header-area .header-box .logo-box .copy {
    display: none;
  }
  header .header-area .header-box .logo-box .logo-mark {
    margin-right: 10px;
    margin-top: 0px;
  }
  header .header-area .header-box .logo-box .logo-mark .logo-normal {
    display: block;
  }
  header .header-area .header-box .logo-box .logo-mark .logo-top {
    display: none;
  }
  header .header-area .header-box .logo-box .logo-mark img {
    width: auto;
    height: 40px;
  }
  header .header-area .header-box .contact-box {
    display: none;
  }
  header {
    /* ===== SPメニュー（ナビ） ===== */
  }
  header .navi-box {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .navi-box .global-nav {
    max-width: 100%;
    margin: 0;
    padding: 15px 24px 120px;
    box-sizing: border-box;
  }
  header .navi-box .global-nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #E0E0E0;
  }
  header .navi-box .global-nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 3px;
    padding-right: 25px;
    width: 100%;
    box-sizing: border-box;
    background-image: url(../img/common/ico-btn-arrow-right.png);
    background-size: 15px auto;
    background-position: center right 3px;
    background-repeat: no-repeat;
  }
  header .navi-box .global-nav {
    /* サブナビ内の a にまで当たらないよう、第1階層の li 直下の a のみ */
  }
  header .navi-box .global-nav > ul > li > a {
    display: block;
    width: 100%;
    padding: 17px 2px !important;
    font-size: 15px;
    line-height: 1.5;
    color: var(--cl-text, #282828);
    text-decoration: none;
    /* PC用の下線ホバーはタッチ端末では不要（疑似要素ごと出さない） */
  }
  header .navi-box .global-nav > ul > li > a::after {
    display: none;
    content: none;
  }
  header .navi-box .global-nav li.has-subnav {
    background-image: none;
    padding-right: 25px;
  }
  header .navi-box .global-nav li.has-subnav .nav-parent-pc {
    display: none;
  }
  header .navi-box .global-nav li.has-subnav {
    /* グロナビの他 li と同じく、右端の矢印ゾーンまでボタンを広げる */
  }
  header .navi-box .global-nav li.has-subnav .nav-parent-sp {
    display: block;
    width: calc(100% + 3px + 25px);
    margin-left: -3px;
    margin-right: -25px;
    padding: 17px 22px 17px 5px;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    color: var(--cl-text, #282828);
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
  }
  header .navi-box .global-nav li.has-subnav .nav-parent-sp::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin: 0;
    border: none;
    background: url(../img/common/ico-arrow-down02.png) no-repeat center/contain;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.25s ease;
  }
  header .navi-box .global-nav li.has-subnav.is-open .nav-parent-sp::after {
    transform: translateY(-50%) rotate(180deg);
  }
  header .navi-box .global-nav li.has-subnav {
    /* 開いたとき親 li の下線とサブの上線が二重にならないように */
  }
  header .navi-box .global-nav li.has-subnav.is-open {
    border-bottom: none;
  }
  header .navi-box .global-nav li.has-subnav .subnav-list {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    min-width: 0;
    width: calc(100% + 3px + 25px);
    margin-left: -3px;
    margin-right: -25px;
    margin-bottom: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    transition: max-height 0.35s ease;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
  }
  header .navi-box .global-nav li.has-subnav .subnav-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed var(--cl-gray, #D2D2D2);
    background-image: none;
  }
  header .navi-box .global-nav li.has-subnav .subnav-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  header .navi-box .global-nav li.has-subnav .subnav-list li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: var(--cl-text, #282828);
    /* 余白はすべて a に（li の空きをタップしても遷移する） */
    padding: 10px 16px 10px calc(1.5em + 5px) !important;
    white-space: normal;
  }
  header .navi-box .global-nav li.has-subnav .subnav-list li a::after {
    display: none;
  }
  header .navi-box .global-nav li.has-subnav.is-open .subnav-list {
    max-height: 600px;
    padding: 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }
  /* ===== トップのKVの時 ===== */
  .is-home .site-header.is-top {
    background-color: transparent !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0);
  }
  .is-home .site-header.is-top .logo-mark .logo-normal {
    display: none !important;
  }
  .is-home .site-header.is-top .logo-mark .logo-top {
    display: block !important;
  }
  /* ===== メニューオープン時 ===== */
  body.is-nav-open {
    overflow: hidden;
  }
  body.is-nav-open .site-header.is-top {
    background-color: var(--cl-white, #FFF) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0);
  }
  body.is-nav-open .site-header.is-top .logo-mark .logo-normal {
    display: block !important;
  }
  body.is-nav-open .site-header.is-top .logo-mark .logo-top {
    display: none !important;
  }
  body.is-nav-open header .navi-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.is-nav-open header .header-area .header-box .contact-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px 35px;
    background-color: var(--cl-white, #FFF);
    gap: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  body.is-nav-open header .header-area .header-box .contact-box .tel {
    display: none;
  }
  body.is-nav-open header .header-area .header-box .contact-box .contact .contact-btn {
    min-width: auto;
    width: 100%;
    justify-content: center;
    padding: 20px 24px;
  }
  body.is-nav-open header .header-area .header-box .contact-box .sns {
    position: absolute;
    bottom: 23px;
    right: 30px;
    display: none;
  }
  body.is-nav-open header .header-area .header-box .contact-box .sns .insta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body.is-nav-open header .header-area .header-box .contact-box .sns .insta img {
    display: block;
    width: 40px;
    height: 40px;
  }
}
/* ===================================================
  # フッター - お問い合わせ
  =================================================== */
.footer-contact-area {
  color: var(--cl-white, #FFF);
  text-align: center;
  position: relative;
  background-image: url("../img/common/footer-contact-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-contact-area .footer-contact-box {
  position: relative;
  padding: 50px 0 50px;
}
.footer-contact-area .footer-contact-box .text-box {
  margin-bottom: 30px;
}
.footer-contact-area .footer-contact-box .text-box .ttl-box {
  display: block;
  margin-bottom: 25px;
}
.footer-contact-area .footer-contact-box .text-box .ttl-box .head-en {
  text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
  font-family: Onest;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.footer-contact-area .footer-contact-box .text-box .ttl-box .head-ja {
  text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.footer-contact-area .footer-contact-box .text-box .head-lead {
  font-size: 15px;
  text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
}
.footer-contact-area .footer-contact-box .text-box .head-lead .head-lead-br {
  display: none;
}
.footer-contact-area .footer-contact-box .contact-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-contact-area .footer-contact-box .contact-box .inner-box {
  flex: 1;
  text-align: center;
  position: relative;
  padding-top: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-contact-area .footer-contact-box .contact-box .inner-box .ttl {
  text-align: center;
  text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
.footer-contact-area .footer-contact-box .contact-box .inner-box .inner {
  margin-top: 16px;
}
.footer-contact-area .footer-contact-box .contact-box .inner-box.tel {
  border-right: none;
}
.footer-contact-area .footer-contact-box .contact-box .inner-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-contact-area .footer-contact-box .contact-box .inner-box.tel::before {
  background-image: url("../img/common/ico-foot-tel.png");
  background-size: 33px 33px;
}
.footer-contact-area .footer-contact-box .contact-box .inner-box.mail::before {
  background-image: url("../img/common/ico-foot-mail.png");
  background-size: 33px 26px;
  background-position: top 10px center;
}
.footer-contact-area .footer-contact-box .contact-box .tel-number {
  text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
  font-family: Onest;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 7px;
  margin-top: -5px;
}
.footer-contact-area .footer-contact-box .contact-box .tel-number a {
  color: inherit;
  text-decoration: none;
}
.footer-contact-area .footer-contact-box .contact-box .note {
  text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
  font-size: 13px;
}
.footer-contact-area .footer-contact-box .contact-box .contact-btn {
  border: none;
}

@media screen and (max-width: 768px) {
  .footer-contact-area {
    color: var(--cl-white, #FFF);
    text-align: center;
    position: relative;
    background-image: url("../img/common/footer-contact-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .footer-contact-area .footer-contact-box {
    position: relative;
    padding: 40px 0 45px;
  }
  .footer-contact-area .footer-contact-box .text-box {
    margin-bottom: 30px;
  }
  .footer-contact-area .footer-contact-box .text-box .ttl-box {
    display: block;
    margin-bottom: 24px;
  }
  .footer-contact-area .footer-contact-box .text-box .ttl-box .head-en {
    text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
    font-family: Onest;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .footer-contact-area .footer-contact-box .text-box .ttl-box .head-ja {
    text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
  }
  .footer-contact-area .footer-contact-box .text-box .head-lead {
    font-size: 14px;
    line-height: 1.6;
    text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
  }
  .footer-contact-area .footer-contact-box .text-box .head-lead .head-lead-comma {
    display: none;
  }
  .footer-contact-area .footer-contact-box .text-box .head-lead .head-lead-br {
    display: block;
  }
  .footer-contact-area .footer-contact-box .contact-box {
    position: relative;
    display: block;
    justify-content: unset;
    margin-top: 10px;
  }
  .footer-contact-area .footer-contact-box .contact-box .inner-box {
    flex: none;
    text-align: center;
    position: relative;
    padding-top: 56px;
    border-left: none;
    border-right: none;
    margin-bottom: 35px;
    box-sizing: border-box;
    width: 85%;
    border-radius: 3px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    padding: 50px 20px 12px 20px;
  }
  .footer-contact-area .footer-contact-box .contact-box .inner-box.tel {
    margin-bottom: 20px;
  }
  .footer-contact-area .footer-contact-box .contact-box .inner-box.mail {
    padding-bottom: 20px;
  }
  .footer-contact-area .footer-contact-box .contact-box .inner-box::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .footer-contact-area .footer-contact-box .contact-box .inner-box.tel::before {
    background-image: url("../img/common/ico-foot-tel.png");
    background-size: 26px 26px;
  }
  .footer-contact-area .footer-contact-box .contact-box .inner-box.mail::before {
    background-image: url("../img/common/ico-foot-mail.png");
    background-size: 26px 20px;
    background-position: top 5px center;
  }
  .footer-contact-area .footer-contact-box .contact-box .inner-box .ttl {
    text-align: center;
    text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
  }
  .footer-contact-area .footer-contact-box .contact-box .inner-box .inner {
    margin-top: 10px;
  }
  .footer-contact-area .footer-contact-box .contact-box .tel-number {
    text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
    font-family: Onest;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 6px;
    margin-top: -4px;
  }
  .footer-contact-area .footer-contact-box .contact-box .tel-number a {
    color: inherit;
    text-decoration: none;
  }
  .footer-contact-area .footer-contact-box .contact-box .note {
    text-shadow: 0 0 8px rgba(34, 23, 9, 0.2);
    font-size: 12px;
  }
  .footer-contact-area .footer-contact-box .contact-box .contact-btn {
    border: none;
    width: 100%;
    margin-top: 0px;
  }
}
/* ===================================================
 # フッター
=================================================== */
.footer-area {
  background-image: url(../img/common/bg-sikkui.webp);
  background-repeat: repeat;
  background-size: auto;
  padding: 80px 0 40px;
}
.footer-area .footer-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.footer-area {
  /* ---------- 左カラム（会社情報） ---------- */
}
.footer-area .inner-box.info {
  width: 280px;
  flex-shrink: 0;
}
.footer-area .inner-box.info .logo-box {
  margin-bottom: 24px;
}
.footer-area .inner-box.info .logo-box img {
  width: 176px;
  height: auto;
  display: block;
}
.footer-area .inner-box.info .text-box {
  margin-bottom: 25px;
}
.footer-area .inner-box.info .text-box .company-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.footer-area .inner-box.info .text-box .address {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.footer-area .inner-box.info .text-box .tel a {
  color: var(--cl-text, #282828);
  font-family: Onest;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}
.footer-area .inner-box.info .sns-box a.instagram {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #282828;
  position: relative;
}
.footer-area .inner-box.info .sns-box a.instagram img {
  width: 32px;
  height: auto;
  display: block;
}
.footer-area .inner-box.info .sns-box a.instagram span {
  position: relative;
  color: var(--cl-text, #282828);
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 6px;
  padding-top: 6px;
}
.footer-area .inner-box.info .sns-box a.instagram span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.6s ease;
}
.footer-area .inner-box.info .sns-box a.instagram:hover span::after {
  width: 100%;
}
.footer-area .inner-box.navi {
  flex: 1;
  max-width: 830px;
}
.footer-area .inner-box.navi .footer-nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer-area .inner-box.navi .footer-nav .nav-block {
  width: 25%;
}
.footer-area .inner-box.navi .footer-nav .nav-block .nav-ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(76, 76, 76, 0.35);
}
.footer-area .inner-box.navi .footer-nav .nav-block .nav-ttl a {
  color: var(--cl-text, #282828);
  text-decoration: none;
}
.footer-area .inner-box.navi .footer-nav .nav-block .nav-ttl.nbdr {
  border-bottom: none;
  margin-bottom: 5px;
}
.footer-area .inner-box.navi .footer-nav .nav-block ul {
  margin-bottom: 30px;
}
.footer-area .inner-box.navi .footer-nav .nav-block ul li a {
  display: block;
  font-size: 14px;
  color: var(--cl-text, #282828);
  text-decoration: none;
  padding: 3px 0;
}
.footer-area .inner-box.navi .footer-nav .nav-block ul li a:hover {
  color: var(--cl-gray01, #4C4C4C);
}
.footer-area {
  /* ---------- コピーライト ---------- */
}
.footer-area .footer-copy {
  text-align: left;
  color: var(--cl-text, #282828);
  font-family: Onest;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .footer-area {
    background-image: url(../img/common/bg-sikkui.webp);
    background-repeat: repeat;
    background-size: auto;
    padding: 40px 0 30px;
  }
  .footer-area .footer-box {
    display: block;
  }
  .footer-area {
    /* ---------- 左カラム（会社情報） ---------- */
  }
  .footer-area .inner-box.info {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 30px;
    text-align: left;
  }
  .footer-area .inner-box.info .logo-box {
    margin-bottom: 18px;
  }
  .footer-area .inner-box.info .logo-box img {
    width: 140px;
    height: auto;
    display: block;
    margin: 0;
  }
  .footer-area .inner-box.info .text-box {
    margin-bottom: 20px;
  }
  .footer-area .inner-box.info .text-box .company-name {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .footer-area .inner-box.info .text-box .address {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .footer-area .inner-box.info .text-box .tel a {
    color: var(--cl-text, #282828);
    font-family: Onest;
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
  }
  .footer-area .inner-box.info .sns-box a.instagram {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    color: #282828;
    position: relative;
  }
  .footer-area .inner-box.info .sns-box a.instagram img {
    width: 32px;
    height: auto;
    display: block;
  }
  .footer-area .inner-box.info .sns-box a.instagram span {
    position: relative;
    color: var(--cl-text, #282828);
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .footer-area .inner-box.info .sns-box a.instagram span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.6s ease;
  }
  .footer-area .inner-box.info .sns-box a.instagram:hover span::after {
    width: 100%;
  }
  .footer-area {
    /* ---------- 右カラム（フッターナビ） ---------- */
  }
  .footer-area .inner-box.navi {
    flex: 1;
    max-width: 100%;
    border-top: 5px solid rgba(76, 76, 76, 0.1);
    padding-top: 45px;
    margin-bottom: 20px;
  }
  .footer-area .inner-box.navi .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0px 0;
  }
  .footer-area .inner-box.navi .footer-nav .nav-block {
    width: 47%;
    box-sizing: border-box;
  }
  .footer-area .inner-box.navi .footer-nav .nav-block:nth-child(odd) {
    margin-right: 6%;
  }
  .footer-area .inner-box.navi .footer-nav .nav-block .nav-ttl {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(76, 76, 76, 0.35);
  }
  .footer-area .inner-box.navi .footer-nav .nav-block .nav-ttl a {
    color: var(--cl-text, #282828);
    text-decoration: none;
  }
  .footer-area .inner-box.navi .footer-nav .nav-block .nav-ttl.nbdr {
    border-bottom: none;
    margin-bottom: 5px;
  }
  .footer-area .inner-box.navi .footer-nav .nav-block ul {
    margin-bottom: 30px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .footer-area .inner-box.navi .footer-nav .nav-block ul li a {
    display: block;
    font-size: 14px;
    color: var(--cl-text, #282828);
    text-decoration: none;
    padding: 2px 0;
  }
  .footer-area .inner-box.navi .footer-nav .nav-block ul li a:hover {
    color: var(--cl-gray01, #4C4C4C);
  }
  .footer-area {
    /* ---------- コピーライト ---------- */
  }
  .footer-area .footer-copy {
    text-align: center;
    color: var(--cl-text, #282828);
    font-family: Onest;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 10px;
  }
}
/* ===================================================
  # TOP KV SLIDER
=================================================== */
.top-kv-area {
  position: relative;
  width: 100%;
  height: 90vh; /* 画面の90% */
  overflow: hidden;
}
.top-kv-area .top-kv-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-kv-area {
  /* スライダー */
}
.top-kv-area .kv-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-kv-area .kv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 3.2s ease-in-out;
}
.top-kv-area .kv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-kv-area .kv-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.top-kv-area {
  /* 左下コピー */
}
.top-kv-area .kv-copy {
  position: absolute;
  left: 56px;
  bottom: 56px;
  z-index: 2;
}
.top-kv-area .kv-copy .ja {
  color: var(--cl-white, #FFF);
  text-shadow: 0 0 10px rgba(34, 26, 2, 0.35);
  font-family: "Zen Kaku Gothic New";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.42px;
}
.top-kv-area .kv-copy .lead {
  margin-top: 22px;
  color: var(--cl-white, #FFF);
  text-shadow: 0 0 10px rgba(34, 26, 2, 0.35);
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

/* --------- SPサイズ --------- */
@media screen and (max-width: 768px) {
  .top-kv-area {
    height: 70vh;
  }
  .top-kv-area .kv-copy {
    left: 18px;
    right: 18px;
    bottom: 28px;
  }
  .top-kv-area .kv-copy .ja {
    font-size: 26px;
    line-height: 1.43;
  }
  .top-kv-area .kv-copy .lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: 0.03em;
  }
}
/* ===================================================
  # NEWS
=================================================== */
.top-news-area .top-news-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
}
.top-news-area .top-news-box .news-box {
  flex: 0 0 calc((100% - 60px) / 2);
}
.top-news-area .top-news-box .news-box .news-ttl {
  color: var(--cl-text, #282828);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
.top-news-area .top-news-box .news-box .news-list {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.top-news-area .top-news-box .news-box .news-list li {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}
.top-news-area .top-news-box .news-box .news-list li:last-child {
  margin-bottom: 0px;
}
.top-news-area .top-news-box .news-box .news-list li .date {
  color: var(--cl-text, #282828);
  font-family: Onest;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  margin-bottom: 10px;
}
.top-news-area .top-news-box .news-box .news-list li .news-link {
  width: 100%;
}
.top-news-area .top-news-box .news-box .news-list li .news-link span {
  border-bottom: 1px solid #282828;
  padding-bottom: 2px;
  line-height: 2;
}
.top-news-area .top-news-box .news-box .news-list li .news-link:hover {
  text-decoration: none;
}
.top-news-area .top-news-box .news-box .btn-box {
  margin-top: 10px;
}
.top-news-area .top-news-box .bnr-box {
  flex: 0 0 calc((100% - 60px) / 2);
  box-sizing: border-box;
}
.top-news-area .top-news-box .bnr-box img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-news-area {
    padding-top: 60px;
  }
  .top-news-area .top-news-box {
    flex-direction: column;
    gap: 40px;
  }
  .top-news-area .top-news-box .news-box {
    width: 100%;
  }
  .top-news-area .top-news-box .news-box .news-ttl {
    color: var(--cl-text, #282828);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .top-news-area .top-news-box .bnr-box {
    width: 100%;
  }
}
/* ===================================================
  # PHOTO BRIDGE
  =================================================== */
.top-photo-area .top-photo-wrap {
  width: 100%;
  overflow: hidden;
}
.top-photo-area .inner {
  display: flex;
  width: max-content;
  animation: photoLoop 80s linear infinite;
}
.top-photo-area .inner img {
  display: block;
  height: 400px;
  width: auto;
}

/* 2枚並べているので -50% で1周 */
@keyframes photoLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top-photo-area .inner {
    animation: photoLoop 50s linear infinite;
  }
  .top-photo-area .inner img {
    height: 250px;
  }
}
/* ===================================================
  # FEATURE
=================================================== */
.top-feature-area .top-feature-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
}
.top-feature-area .top-feature-box .text-box {
  flex: 0 0 calc((100% - 60px) / 2);
}
.top-feature-area .top-feature-box .text-box .ttl {
  color: var(--cl-text, #282828);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
.top-feature-area .top-feature-box .text-box .text {
  margin-bottom: 50px;
}
.top-feature-area .top-feature-box .text-box .text p {
  margin: 0 0 18px 0;
}
.top-feature-area .top-feature-box .text-box .text p:last-child {
  margin-bottom: 0;
}
.top-feature-area .top-feature-box .feature-box {
  flex: 0 0 calc((100% - 60px) / 2);
}
.top-feature-area .top-feature-box .feature-box .feature-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.top-feature-area .top-feature-box .feature-box .feature-list li {
  width: 100%;
  height: 250px;
  background: var(--cl-gray02, #FAFAFA);
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-feature-area .top-feature-box .feature-box .feature-list li img {
  display: block;
  width: 156px;
  height: auto;
  margin: 0 0 7px 0;
}
.top-feature-area .top-feature-box .feature-box .feature-list li .text {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .top-feature-area .top-feature-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    align-items: center;
    gap: 50px;
  }
  .top-feature-area .top-feature-box .text-box {
    flex: 0 0 calc((100% - 60px) / 2);
  }
  .top-feature-area .top-feature-box .text-box .ttl {
    color: var(--cl-text, #282828);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
  }
  .top-feature-area .top-feature-box .text-box .text {
    margin-bottom: 30px;
  }
  .top-feature-area .top-feature-box .text-box .text p {
    margin: 0 0 18px 0;
  }
  .top-feature-area .top-feature-box .text-box .text p:last-child {
    margin-bottom: 0;
  }
  .top-feature-area .top-feature-box .feature-box {
    width: 100%;
    flex: 0 0 calc((100% - 60px) / 2);
  }
  .top-feature-area .top-feature-box .feature-box .feature-list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .top-feature-area .top-feature-box .feature-box .feature-list li {
    width: 100%;
    height: 210px;
    background: var(--cl-gray02, #FAFAFA);
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top-feature-area .top-feature-box .feature-box .feature-list li img {
    display: block;
    width: 130px;
    height: auto;
    margin: 0 0 5px 0;
  }
  .top-feature-area .top-feature-box .feature-box .feature-list li .text {
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}
/* ===================================================
  # WORKS
  =================================================== */
.top-works-area .top-works-box .works-btn-box .cm-btn01 {
  margin: 0 auto;
}
.top-works-area .top-works-box .cm-works-list .text-box .ttl .cm-link02::after {
  content: none;
  display: none;
}

@media screen and (max-width: 768px) {
  .top-works-area .cm-works-list-box .cm-works-list > li .photo img {
    aspect-ratio: 1.62/1;
  }
  .top-works-area .cm-works-list-box .cm-works-list > li .text-box .place {
    font-size: 14px;
  }
  .top-works-area .cm-works-list-box .cm-works-list > li .text-box .ttl {
    font-size: 20px;
  }
  .top-works-area .cm-works-list-box .cm-works-list > li .text-box .ttl .cm-link02 {
    font-size: 20px;
  }
  .top-works-area .cm-works-list-box .cm-works-list > li .text-box .tag-list li {
    font-size: 13px;
  }
}
/* ===================================================
  # ABOUT
  =================================================== */
.top-about-area .top-about-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 80px;
}
.top-about-area .top-about-box .photo-box {
  width: 50%;
}
.top-about-area .top-about-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 3px;
}
.top-about-area .top-about-box .text-box {
  width: 50%;
  padding-top: 10px;
}
.top-about-area .top-about-box .text-box .sub-ttl {
  color: var(--cl-text, #282828);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
}
.top-about-area .top-about-box .text-box .text {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .top-about-area .top-about-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .top-about-area .top-about-box .photo-box {
    width: 100%;
  }
  .top-about-area .top-about-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 3px;
  }
  .top-about-area .top-about-box .text-box {
    width: 100%;
    padding-top: 10px;
  }
  .top-about-area .top-about-box .text-box .sub-ttl {
    color: var(--cl-text, #282828);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .top-about-area .top-about-box .text-box .text {
    margin-bottom: 45px;
  }
}
/* ===================================================
  # LIFE
  =================================================== */
.top-life-area .top-life-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.top-life-area .top-life-box .text-box {
  width: 40%;
}
.top-life-area .top-life-box .text-box .ttl {
  color: var(--cl-text, #282828);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.top-life-area .top-life-box .text-box .text {
  margin-bottom: 40px;
}
.top-life-area .top-life-box .photo-box {
  width: 60%;
}
.top-life-area .top-life-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1.41/1;
  object-fit: cover;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .top-life-area .top-life-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .top-life-area .top-life-box .text-box {
    width: 100%;
  }
  .top-life-area .top-life-box .text-box .ttl {
    color: var(--cl-text, #282828);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .top-life-area .top-life-box .text-box .text {
    margin-bottom: 30px;
  }
  .top-life-area .top-life-box .photo-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-life-area .top-life-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1.41/1;
    object-fit: cover;
    border-radius: 3px;
  }
}
/* ===================================================
  # BLOG
=================================================== */
.top-blog-area {
  position: relative;
}
.top-blog-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 84%;
  background-image: url("../img/common/bg-sikkui.webp");
  background-position: top left;
  background-repeat: repeat;
  z-index: 0;
}
.top-blog-area .top-blog-box {
  position: relative;
  z-index: 1;
}
.top-blog-area .top-blog-box .blog-ttl-box {
  margin-bottom: 40px;
}
.top-blog-area .top-blog-box .blog-ttl-box .ttl {
  margin-bottom: 30px;
}
.top-blog-area .top-blog-box .blog-ttl-box .ttl .en {
  color: var(--cl-camel, #A48A42);
  font-family: Onest;
  font-size: 62px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-right: 25px;
  line-height: 1;
}
.top-blog-area .top-blog-box .blog-ttl-box .ttl .jp {
  color: var(--cl-text, #282828);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a .photo-box {
  margin-bottom: 25px;
  aspect-ratio: 142/100;
  overflow: hidden;
  border-radius: 3px;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a .photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1s ease;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a .photo-box:hover img {
  transform: scale(1.12);
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .inner {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .inner .date {
  color: var(--cl-text, #282828);
  font-family: Onest;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
  border-radius: 1px;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .inner .cat {
  padding: 8px 8px 7px 8px;
  background-color: var(--cl-camel, #A48A42);
  color: var(--cl-white, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .post-ttl span {
  color: var(--cl-text, #282828);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 1px;
  padding-bottom: 3px;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .post-ttl span:hover {
  opacity: 0.7;
}
.top-blog-area .top-blog-box .blog-list-box .btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top-blog-area {
    position: relative;
  }
  .top-blog-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85%;
    height: 90%;
    background-image: url("../img/common/bg-sikkui.webp");
    background-position: top left;
    background-repeat: repeat;
    z-index: 0;
  }
  .top-blog-area .top-blog-box {
    position: relative;
    z-index: 1;
  }
  .top-blog-area .top-blog-box .blog-ttl-box {
    margin-bottom: 35px;
  }
  .top-blog-area .top-blog-box .blog-ttl-box .ttl {
    margin-bottom: 25px;
  }
  .top-blog-area .top-blog-box .blog-ttl-box .ttl .en {
    color: var(--cl-camel, #A48A42);
    font-family: Onest;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-right: 15px;
    line-height: 1;
  }
  .top-blog-area .top-blog-box .blog-ttl-box .ttl .jp {
    color: var(--cl-text, #282828);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list {
    list-style: none;
    margin: 0 0 50px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a .photo-box {
    margin-bottom: 20px;
    aspect-ratio: 142/100;
    overflow: hidden;
    border-radius: 3px;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a .photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 1s ease;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a .photo-box:hover img {
    transform: scale(1.12);
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .inner .date {
    color: var(--cl-text, #282828);
    font-family: Onest;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.9px;
    border-radius: 1px;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .inner .cat {
    padding: 6px 7px 5px 7px;
    background-color: var(--cl-camel, #A48A42);
    color: var(--cl-white, #FFF);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .post-ttl span {
    color: var(--cl-text, #282828);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 1px;
    padding-bottom: 1px;
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  .top-blog-area .top-blog-box .blog-list-box .blog-list li a .text-box .post-ttl span:hover {
    opacity: 0.7;
  }
  .top-blog-area .top-blog-box .blog-list-box .btn-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.faq-qa-area .faq-qa-box {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  /* 左の見出し部分を固定幅に */
}
.faq-qa-area .faq-qa-box .cm-ttl03 {
  width: 300px;
}
.faq-qa-area .faq-qa-box .faq-box {
  width: calc(100% - 300px);
}
.faq-qa-area .faq-qa-box .faq-box .faq-list {
  flex: 0 0 76.7441860465%;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li {
  border-bottom: 1px solid #e5e5e5;
  /* -------------------------
      Q（質問）
  ------------------------- */
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li .q-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 48px 25px 0;
  cursor: pointer;
  position: relative;
  background-image: url(../img/common/ico-arrow02-down.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px auto;
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li .q-box .label.q {
  min-width: 28px;
  color: var(--cl-camel, #A48A42);
  font-family: Onest;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 4.68px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li .q-box .inner-q {
  margin: 0;
  padding-top: 2px;
  padding-left: 10px;
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li {
  /* is-open の時 → ▲ アイコン */
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li.is-open .q-box {
  background-image: url(../img/common/ico-arrow02-up.png);
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li {
  /* -------------------------
      A（回答）
  ------------------------- */
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box {
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
  padding: 0 0 0 40px;
  position: relative;
  gap: 12px;
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box .label.a {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 28px;
  color: var(--cl-green, #0C690F);
  font-family: Onest;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 4.68px;
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box .inner-a {
  margin: 0 0 24px 28px;
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box .inner-a p {
  margin-bottom: 12px;
}
.faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box .inner-a p :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .faq-qa-area .faq-qa-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0px;
    align-items: flex-start;
    /* 左の見出し部分を固定幅に */
  }
  .faq-qa-area .faq-qa-box .cm-ttl03 {
    width: 100%;
  }
  .faq-qa-area .faq-qa-box .faq-box {
    width: 100%;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list {
    flex: 0 0 76.7441860465%;
    list-style: none;
    border-top: 1px solid #e5e5e5;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li {
    border-bottom: 1px solid #e5e5e5;
    /* -------------------------
        Q（質問）
    ------------------------- */
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li .q-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 35px 25px 0;
    cursor: pointer;
    position: relative;
    background-image: url(../img/common/ico-arrow02-down.png);
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 14px auto;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li .q-box .label.q {
    min-width: 28px;
    color: var(--cl-camel, #A48A42);
    font-family: Onest;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li .q-box .inner-q {
    margin: 0;
    padding-top: 2px;
    padding-left: 10px;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li {
    /* is-open の時 → ▲ アイコン */
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li.is-open .q-box {
    background-image: url(../img/common/ico-arrow02-up.png);
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li {
    /* -------------------------
        A（回答）
    ------------------------- */
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box {
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
    padding: 0 0 0 40px;
    position: relative;
    gap: 12px;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box .label.a {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 28px;
    color: var(--cl-green, #0C690F);
    font-family: Onest;
    font-size: 32px;
    font-weight: 400;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box .inner-a {
    margin: 0 0 24px 20px;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box .inner-a p {
    margin-bottom: 12px;
  }
  .faq-qa-area .faq-qa-box .faq-box .faq-list > li .a-box .inner-a p :last-child {
    margin-bottom: 0;
  }
}
/* ===================================================
  # REASON
  =================================================== */
.cost-reason-area {
  background-image: url(../img/cost/bg-reason.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 63px;
}
.cost-reason-area .reason-ttl {
  margin: 0 0 50px 0;
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  /* アイコン用 */
  padding-top: 78px;
  background: url("../img/cost/reason-icon.png") center top/42px auto no-repeat;
}
.cost-reason-area .reason-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.cost-reason-area .reason-list li {
  background: var(--cl-white, #FFF);
  border-radius: 3px;
  padding: 40px 40px;
  box-sizing: border-box;
}
.cost-reason-area .reason-list .en {
  color: var(--cl-camel, #A48A42);
  font-family: Onest;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
}
.cost-reason-area .reason-list .ttl {
  margin: 0 0 18px 0;
  color: var(--cl-text, #282828);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .cost-reason-area {
    background-image: url(../img/cost/bg-reason.webp);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 50px;
  }
  .cost-reason-area .reason-ttl {
    margin: 0 0 40px 0;
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    /* アイコン用 */
    padding-top: 70px;
    background: url("../img/cost/reason-icon.png") center top/38px auto no-repeat;
  }
  .cost-reason-area .reason-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 22px;
  }
  .cost-reason-area .reason-list li {
    background: var(--cl-white, #FFF);
    border-radius: 3px;
    padding: 25px 20px;
    box-sizing: border-box;
  }
  .cost-reason-area .reason-list .en {
    color: var(--cl-camel, #A48A42);
    font-family: Onest;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 11px;
  }
  .cost-reason-area .reason-list .ttl {
    margin: 0 0 18px 0;
    color: var(--cl-text, #282828);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 18px;
  }
}
/* ===================================================
  # MEETING
  =================================================== */
.cost-meeting-area .cost-meeting-box {
  align-items: center;
}
.cost-meeting-area .cost-meeting-box .text-box .ttl {
  color: var(--cl-text, #282828);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.cost-meeting-area .cost-meeting-box .text-box .cm-text-box01 {
  margin-bottom: 40px;
}
.cost-meeting-area .cost-meeting-box .text-box .btn-box {
  margin-top: 0;
}
.cost-meeting-area .cost-meeting-box .photo-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
  gap: 30px;
}
.cost-meeting-area .cost-meeting-box .photo-box .photo {
  width: calc((100% - 30px) / 2);
  height: 500px;
  border-radius: 3px;
  overflow: hidden;
  min-width: 0;
}
.cost-meeting-area .cost-meeting-box .photo-box .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cost-meeting-area .cost-meeting-box .photo-box {
  /* 2枚目を少し下げて段差を作る */
}
.cost-meeting-area .cost-meeting-box .photo-box .photo02 {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .cost-meeting-area .cost-meeting-box {
    align-items: center;
  }
  .cost-meeting-area .cost-meeting-box .text-box .ttl {
    color: var(--cl-text, #282828);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 23px;
  }
  .cost-meeting-area .cost-meeting-box .text-box .cm-text-box01 {
    margin-bottom: 35px;
  }
  .cost-meeting-area .cost-meeting-box .text-box .btn-box {
    margin-top: 0;
  }
  .cost-meeting-area .cost-meeting-box .sp-photo-box {
    width: 100%;
    height: 180px;
    border-radius: 3px;
    overflow: hidden;
    min-width: 0;
    margin-bottom: 30px;
  }
  .cost-meeting-area .cost-meeting-box .sp-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center 30%;
  }
  .cost-meeting-area .cost-meeting-box .photo-box {
    display: none;
  }
}
/* ===================================================
  # GUIDE
  =================================================== */
.cost-guide-area .cost-guide-box {
  width: 100%;
}
.cost-guide-area .cost-guide-item {
  padding: 0px 0;
  box-sizing: border-box;
}
.cost-guide-area .cost-guide-item:not(:last-child) {
  border-bottom: 1px solid #C3C3C3;
}
.cost-guide-area .cost-guide-item.meyasu {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.cost-guide-area .cost-guide-item {
  /* ===== 右カラム ===== */
}
.cost-guide-area .cost-guide-item .inner-box02 .cm-text-box01 {
  margin-bottom: 36px;
}
.cost-guide-area .cost-guide-item .inner-box02 {
  /* ---- 価格ボックス ---- */
}
.cost-guide-area .cost-guide-item .inner-box02 .cost-price-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cost-guide-area .cost-guide-item .inner-box02 .cost-price-box .price-item {
  border-radius: 3px;
  padding: 30px 50px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  column-gap: 0;
  background-color: #fff;
  /* 中央の縦線（40%位置に合わせる） */
  background-image: linear-gradient(rgba(40, 40, 40, 0.18), rgba(40, 40, 40, 0.18));
  background-size: 1px 60%;
  background-repeat: no-repeat;
  background-position: 40% 50%;
}
.cost-guide-area .cost-guide-item .inner-box02 .cost-price-box .price-item .label {
  color: var(--cl-text, #282828);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}
.cost-guide-area .cost-guide-item .inner-box02 .cost-price-box .price-item .value {
  color: var(--cl-text, #282828);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.cost-guide-area .cost-guide-item .inner-box02 .price-note {
  margin-top: 14px;
  color: var(--cl-text, #282828);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .cost-guide-area .cost-guide-box {
    width: 100%;
  }
  .cost-guide-area .cost-guide-item {
    padding: 0px 0;
    box-sizing: border-box;
  }
  .cost-guide-area .cost-guide-item.meyasu {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .cost-guide-area .cost-guide-item {
    /* ===== 右カラム ===== */
  }
  .cost-guide-area .cost-guide-item .inner-box02 .cm-text-box01 {
    margin-bottom: 25px;
  }
  .cost-guide-area .cost-guide-item .inner-box02 {
    /* ---- 価格ボックス ---- */
  }
  .cost-guide-area .cost-guide-item .inner-box02 .cost-price-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .cost-guide-area .cost-guide-item .inner-box02 .cost-price-box .price-item {
    border-radius: 3px;
    padding: 30px 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 40% 50%;
    align-items: center;
    column-gap: 0;
    background-color: #fff;
    /* 中央の縦線（40%位置に合わせる） */
    background-size: 1px 60%;
    background-repeat: no-repeat;
    background-position: 40% 50%;
  }
  .cost-guide-area .cost-guide-item .inner-box02 .cost-price-box .price-item .label {
    color: var(--cl-text, #282828);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
  }
  .cost-guide-area .cost-guide-item .inner-box02 .cost-price-box .price-item .value {
    color: var(--cl-text, #282828);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
  }
  .cost-guide-area .cost-guide-item .inner-box02 .price-note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.7;
  }
}
/* ===================================================
  # LEAD
  =================================================== */
.company-lead-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.company-lead-area .company-lead-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-lead-area .illust-box {
  width: 50%;
  text-align: center;
}
.company-lead-area .illust-box img {
  display: block;
  width: 380px;
  height: auto;
  margin: auto auto !important;
}
.company-lead-area .text-box {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .company-lead-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .company-lead-area .company-lead-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .company-lead-area .illust-box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .company-lead-area .illust-box img {
    display: block;
    width: 80%;
    height: auto;
    margin: auto auto !important;
  }
  .company-lead-area .text-box {
    width: 100%;
  }
}
/* ===================================================
  # MESSAGE
  =================================================== */
.company-message-area .company-message-box .lead-box {
  text-align: center;
  width: 100%;
  margin-bottom: 70px;
}
.company-message-area .company-message-box .lead-box .inner {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 3px;
  background: var(--cl-white, #FFF);
  padding: 22px 40px;
  position: relative;
}
.company-message-area .company-message-box .lead-box .inner p {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.company-message-area .company-message-box .lead-box .inner p:not(:last-child) {
  margin-bottom: 10px;
}
.company-message-area .company-message-box .message-list-box .message-item .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.company-message-area .company-message-box .message-list-box .message-item .photo-box {
  width: 50%;
}
.company-message-area .company-message-box .message-list-box .message-item .photo-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.company-message-area .company-message-box .message-list-box .message-item .text-box {
  width: 45%;
}
.company-message-area .company-message-box .message-list-box .message-item .text-box .ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
}
.company-message-area .company-message-box .message-list-box .message-item .text-box .cm-text-box01 {
  margin-bottom: 25px;
}
.company-message-area .company-message-box .message-list-box .message-item .text-box .cm-text-box01:last-child {
  margin-bottom: 0;
}
.company-message-area .company-message-box .message-list-box .message-item + .message-item {
  margin-top: 60px;
}
.company-message-area .company-message-box .message-list-box .message-item.reverse .inner-box {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .company-message-area .company-message-box .lead-box {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .company-message-area .company-message-box .lead-box .inner {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    background: var(--cl-white, #FFF);
    padding: 16px 18px;
    position: relative;
  }
  .company-message-area .company-message-box .lead-box .inner p {
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
  }
  .company-message-area .company-message-box .message-list-box .message-item .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
  }
  .company-message-area .company-message-box .message-list-box .message-item .photo-box {
    width: 100%;
    text-align: center;
  }
  .company-message-area .company-message-box .message-list-box .message-item .photo-box img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .company-message-area .company-message-box .message-list-box .message-item .text-box {
    width: 100%;
  }
  .company-message-area .company-message-box .message-list-box .message-item .text-box .ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .company-message-area .company-message-box .message-list-box .message-item + .message-item {
    margin-top: 60px;
  }
  .company-message-area .company-message-box .message-list-box .message-item.reverse .inner-box {
    flex-direction: row-reverse;
    flex-direction: column;
  }
}
/* ===================================================
  # OUTLINE
  =================================================== */
.company-outline-area .company-outline-box .cm-ttl01 {
  text-align: center;
  margin-bottom: 50px;
}
.company-outline-area .company-outline-box .outline-list {
  width: 960px;
  margin: 0 auto;
  border-top: 1px solid var(--cl-gray, #D2D2D2);
  display: grid;
  grid-template-columns: 200px 1fr;
}
.company-outline-area .company-outline-box .outline-list dt,
.company-outline-area .company-outline-box .outline-list dd {
  border-bottom: 1px solid var(--cl-gray, #D2D2D2);
  padding: 25px 0;
}
.company-outline-area .company-outline-box .outline-list dt {
  font-weight: 500;
  padding-right: 40px;
}
.company-outline-area .company-outline-box .outline-list dd {
  margin: 0;
}
.company-outline-area .company-outline-box .outline-list dd .tel,
.company-outline-area .company-outline-box .outline-list dd .fax {
  display: inline-block;
}
.company-outline-area .company-outline-box .outline-list dd .fax {
  margin-left: 24px;
}
.company-outline-area .company-outline-box .outline-list dd p {
  margin: 0 0 10px;
}
.company-outline-area .company-outline-box .outline-list dd p:last-child {
  margin-bottom: 0;
}
.company-outline-area .company-outline-box .outline-list dd.area-box .pref {
  margin-bottom: 12px;
  font-weight: 500;
}
.company-outline-area .company-outline-box .outline-list dd.area-box .area-group {
  margin-top: 15px;
}
.company-outline-area .company-outline-box .outline-list dd.area-box .area-group .area-ttl {
  margin-bottom: 2px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .company-outline-area .company-outline-box .cm-ttl01 {
    margin-bottom: 35px;
  }
  .company-outline-area .company-outline-box .outline-list {
    width: 100%;
    grid-template-columns: 1fr;
    border-top: 1px solid var(--cl-gray, #D2D2D2);
  }
  .company-outline-area .company-outline-box .outline-list dt,
  .company-outline-area .company-outline-box .outline-list dd {
    padding: 15px 0;
  }
  .company-outline-area .company-outline-box .outline-list dt {
    padding-right: 0;
    padding-bottom: 4px;
    border-bottom: none;
    font-size: 17px;
    font-weight: 700;
  }
  .company-outline-area .company-outline-box .outline-list dd {
    padding-top: 0;
  }
  .company-outline-area .company-outline-box .outline-list dd .tel,
  .company-outline-area .company-outline-box .outline-list dd .fax {
    display: block;
  }
  .company-outline-area .company-outline-box .outline-list dd .fax {
    margin-left: 0;
    margin-top: 6px;
  }
  .company-outline-area .company-outline-box .outline-list dd p {
    margin: 0 0 8px;
  }
  .company-outline-area .company-outline-box .outline-list dd.area-box .pref {
    margin-bottom: 10px;
  }
  .company-outline-area .company-outline-box .outline-list dd.area-box .area-group {
    margin-top: 12px;
  }
  .company-outline-area .company-outline-box .outline-list dd.area-box .area-group .area-ttl {
    margin-bottom: 4px;
  }
}
/* ===================================================
  # STAFF
=================================================== */
.company-staff-area .company-staff-box .cm-ttl01 {
  margin-bottom: 50px;
}
.company-staff-area .company-staff-box .staff-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-staff-area .company-staff-box .staff-item {
  height: 100%;
  padding: 34px 34px 30px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
}
.company-staff-area .company-staff-box .inner-box {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 28px;
  align-items: start;
}
.company-staff-area .company-staff-box .photo-box {
  grid-row: 1/4;
}
.company-staff-area .company-staff-box .photo-box img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.12;
  object-fit: cover;
  object-position: center top;
  border-radius: 3px;
}
.company-staff-area .company-staff-box .heading-box {
  margin-bottom: 18px;
}
.company-staff-area .company-staff-box .heading-box .position {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.company-staff-area .company-staff-box .heading-box .name {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.company-staff-area .company-staff-box .text-box p {
  line-height: 2;
}
.company-staff-area .company-staff-box .text-box p:not(:last-child) {
  margin-bottom: 8px;
}
.company-staff-area .company-staff-box .license-list {
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--cl-gray, #D2D2D2);
  list-style: none;
}
.company-staff-area .company-staff-box .license-list li {
  font-weight: 500;
  line-height: 1.7;
}
.company-staff-area .company-staff-box .license-list li:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (max-width: 1100px) {
  .company-staff-area .company-staff-box .staff-list {
    grid-template-columns: repeat(1, minmax(0, 820px));
    justify-content: center;
    gap: 30px;
  }
  .company-staff-area .company-staff-box .staff-item {
    padding: 34px;
  }
  .company-staff-area .company-staff-box .inner-box {
    grid-template-columns: 200px 1fr;
    column-gap: 34px;
  }
}
@media screen and (max-width: 768px) {
  .company-staff-area .company-staff-box .cm-ttl01 {
    margin-bottom: 35px;
  }
  .company-staff-area .company-staff-box .staff-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .company-staff-area .company-staff-box .staff-item {
    padding: 24px 20px;
  }
  .company-staff-area .company-staff-box .inner-box {
    grid-template-columns: 116px 1fr;
    column-gap: 18px;
  }
  .company-staff-area .company-staff-box .photo-box {
    grid-row: auto;
  }
  .company-staff-area .company-staff-box .heading-box {
    align-self: center;
    margin-bottom: 0;
  }
  .company-staff-area .company-staff-box .heading-box .position {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .company-staff-area .company-staff-box .heading-box .name {
    font-size: 20px;
  }
  .company-staff-area .company-staff-box .text-box,
  .company-staff-area .company-staff-box .license-list {
    grid-column: 1/-1;
  }
  .company-staff-area .company-staff-box .text-box {
    margin-top: 20px;
  }
  .company-staff-area .company-staff-box .text-box p {
    line-height: 1.9;
  }
  .company-staff-area .company-staff-box .license-list {
    margin-top: 20px;
    padding-top: 16px;
  }
}
/* ===================================================
  # OFFICE
=================================================== */
.company-office-area .company-office-box .cm-ttl02 {
  margin-bottom: 60px;
}
.company-office-area .company-office-box .office-photo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-office-area .company-office-box .office-photo-list .photo-box {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #eee;
}
.company-office-area .company-office-box .office-photo-list .photo-box img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .company-office-area .company-office-box .cm-ttl02 {
    margin-bottom: 40px;
  }
  .company-office-area .company-office-box .office-photo-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .company-office-area .company-office-box .office-photo-list .photo-box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #eee;
  }
  .company-office-area .company-office-box .office-photo-list .photo-box img {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* ===================================================
  # MAP
=================================================== */
.company-map-area .company-map-box .cm-ttl02 {
  margin-bottom: 60px;
}
.company-map-area .company-map-box .map-box {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin-bottom: 40px;
}
.company-map-area .company-map-box .map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.company-map-area .company-map-box .btn-box {
  display: block;
}
.company-map-area .company-map-box .access-photo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.company-map-area .company-map-box .access-photo-list img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .company-map-area .company-map-box .cm-ttl02 {
    margin-bottom: 40px;
  }
  .company-map-area .company-map-box .map-box {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .company-map-area .company-map-box .map-box iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .company-map-area .company-map-box .btn-box {
    display: block;
    text-align: center;
  }
  .company-map-area .company-map-box .btn-box .cm-btn01 {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .company-map-area .company-map-box .access-photo-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 35px;
  }
}
/* ===================================================
  # ZEHバナー
=================================================== */
.zeh-bnr-area.cnt-area {
  padding: 47px 0;
}
.zeh-bnr-area .zeh-bnr-box {
  display: flex;
  justify-content: center;
}

.zeh-bnr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 580px;
  min-height: 190px;
  padding: 25px 42px;
  background-color: var(--cl-white, #FFF);
  border-radius: 3px;
  color: var(--cl-text, #282828);
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
.zeh-bnr::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(76, 76, 76, 0.1);
  border-radius: 1px;
  pointer-events: none;
}
.zeh-bnr:hover {
  opacity: 0.75;
}
.zeh-bnr .logo {
  position: relative;
  z-index: 1;
  flex: 0 0 140px;
}
.zeh-bnr .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.zeh-bnr .txt {
  position: relative;
  z-index: 1;
  display: block;
}
.zeh-bnr .main {
  display: block;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.51;
}
.zeh-bnr .sub {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

/* ===================================================
  # ZEH
=================================================== */
.zeh-lead-area .zeh-lead-box {
  align-items: flex-start;
}
.zeh-lead-area .zeh-lead-box .lead-content {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
.zeh-lead-area .zeh-lead-box .logo-box {
  flex: 0 0 126px;
}
.zeh-lead-area .zeh-lead-box .logo-box img {
  display: block;
  width: 100%;
  height: auto;
}
.zeh-lead-area .zeh-lead-box .text-box {
  flex: 1;
  min-width: 0;
}
.zeh-lead-area .zeh-lead-box .cm-text-box01 {
  margin-bottom: 36px;
}
.zeh-lead-area .zeh-lead-box .definition-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.zeh-lead-area .zeh-lead-box .registration-box {
  margin-top: 22px;
  padding: 24px 28px;
  background-color: rgba(164, 138, 66, 0.08);
  border-radius: 3px;
}
.zeh-lead-area .zeh-lead-box .registration-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.zeh-lead-area .zeh-lead-box .registration-ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.zeh-lead-area .zeh-lead-box .lead-text {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--cl-gray, #D2D2D2);
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.zeh-lead-area .zeh-lead-box .search-ttl {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.zeh-goal-area .zeh-goal-box {
  align-items: flex-start;
}
.zeh-goal-area .goal-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--cl-gray, #D2D2D2);
  background-color: var(--cl-white, #FFF);
}
.zeh-goal-area .goal-table th,
.zeh-goal-area .goal-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--cl-gray, #D2D2D2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  vertical-align: middle;
}
.zeh-goal-area .goal-table thead th {
  background-color: rgba(164, 138, 66, 0.1);
  color: var(--cl-text, #282828);
  font-weight: 700;
}
.zeh-goal-area .goal-table tbody th {
  width: 28%;
}
.zeh-goal-area .goal-table tbody td:nth-child(2),
.zeh-goal-area .goal-table tbody td:nth-child(4) {
  width: 13%;
  text-align: right;
  white-space: nowrap;
}

.zeh-action-area .action-list {
  border-top: 1px solid var(--cl-gray, #D2D2D2);
}
.zeh-action-area .action-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--cl-gray, #D2D2D2);
}
.zeh-action-area .action-item .ttl {
  margin-bottom: 14px;
  color: var(--cl-text, #282828);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .zeh-bnr-area.cnt-area {
    padding: 40px 0;
  }
  .zeh-bnr {
    gap: 16px;
    min-height: 150px;
    padding: 24px 22px;
  }
  .zeh-bnr::before {
    inset: 6px;
  }
  .zeh-bnr .logo {
    flex-basis: 82px;
  }
  .zeh-bnr .main {
    font-size: 18px;
    line-height: 1.55;
  }
  .zeh-bnr .sub {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.6;
  }
  .zeh-lead-area .zeh-lead-box .lead-content {
    display: block;
  }
  .zeh-lead-area .zeh-lead-box .logo-box {
    width: 118px;
    margin: 0 auto 24px;
  }
  .zeh-lead-area .zeh-lead-box .cm-text-box01 {
    margin-bottom: 30px;
  }
  .zeh-lead-area .zeh-lead-box .lead-text {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.9;
  }
  .zeh-lead-area .zeh-lead-box .registration-box {
    margin-top: 20px;
    padding: 20px;
  }
  .zeh-lead-area .zeh-lead-box .registration-box p {
    font-size: 15px;
    line-height: 1.9;
  }
  .zeh-lead-area .zeh-lead-box .registration-ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .zeh-lead-area .zeh-lead-box .search-ttl {
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }
  .zeh-lead-area .zeh-lead-box .btn-box {
    display: block;
    text-align: center;
  }
  .zeh-lead-area .zeh-lead-box .btn-box .cm-btn01 {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    min-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .zeh-goal-area .goal-table {
    display: block;
    border-top: none;
    background-color: transparent;
  }
  .zeh-goal-area .goal-table thead {
    display: none;
  }
  .zeh-goal-area .goal-table tbody,
  .zeh-goal-area .goal-table tr,
  .zeh-goal-area .goal-table th,
  .zeh-goal-area .goal-table td {
    display: block;
    width: 100% !important;
  }
  .zeh-goal-area .goal-table tr {
    padding: 16px 0;
    border-top: 1px solid var(--cl-gray, #D2D2D2);
  }
  .zeh-goal-area .goal-table tr:last-child {
    border-bottom: 1px solid var(--cl-gray, #D2D2D2);
  }
  .zeh-goal-area .goal-table th,
  .zeh-goal-area .goal-table td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 18px;
    padding: 2px 0;
    border-bottom: none;
    font-size: 15px;
    line-height: 1.8;
    text-align: right;
  }
  .zeh-goal-area .goal-table th::before,
  .zeh-goal-area .goal-table td::before {
    content: attr(data-label);
    flex-shrink: 0;
    color: var(--cl-gray01, #4C4C4C);
    font-size: 13px;
    font-weight: 500;
    text-align: left;
  }
  .zeh-action-area .action-item {
    padding: 24px 0;
  }
  .zeh-action-area .action-item .ttl {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
/* ===================================================
  # CONCEPT
  =================================================== */
.feature-concept-area {
  width: 100%;
  padding-top: 100px;
}
.feature-concept-area .feature-concept-box .cm-ttl01 {
  margin-bottom: 70px;
}
.feature-concept-area .feature-concept-box .concept-item {
  position: relative;
  display: flex;
  align-items: center;
  /* 画像：左（基本） */
}
.feature-concept-area .feature-concept-box .concept-item .photo-box {
  width: 70%;
  border-radius: 3px;
  overflow: hidden;
}
.feature-concept-area .feature-concept-box .concept-item .photo-box img {
  width: 100%;
  height: auto;
  display: block;
}
.feature-concept-area .feature-concept-box .concept-item {
  /* テキスト：右（基本） */
}
.feature-concept-area .feature-concept-box .concept-item .text-box {
  width: 60%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  padding: 40px 50px;
  box-sizing: border-box;
  /* 画像に重ねる */
  margin-left: -90px;
  margin-right: 50px;
}
.feature-concept-area .feature-concept-box .concept-item .text-box .ttl {
  color: var(--cl-text, #282828);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
.feature-concept-area .feature-concept-box .concept-item .text-box .cm-text-box01 {
  margin-bottom: 28px;
}
.feature-concept-area .feature-concept-box .concept-item {
  /* ブロック間余白 */
}
.feature-concept-area .feature-concept-box .concept-item + .concept-item {
  margin-top: 80px;
}
.feature-concept-area .feature-concept-box .concept-item {
  /* 2ブロック目：左右反転 */
}
.feature-concept-area .feature-concept-box .concept-item.reverse {
  flex-direction: row-reverse;
}
.feature-concept-area .feature-concept-box .concept-item.reverse .text-box {
  margin-left: 50px;
  margin-right: -90px;
}

@media screen and (max-width: 768px) {
  .feature-concept-area {
    width: 100%;
    padding-top: 50px;
  }
  .feature-concept-area .feature-concept-box .cm-ttl01 {
    margin-bottom: 30px;
  }
  .feature-concept-area .feature-concept-box .concept-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    /* 画像：左（基本） */
  }
  .feature-concept-area .feature-concept-box .concept-item .photo-box {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
  }
  .feature-concept-area .feature-concept-box .concept-item .photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .feature-concept-area .feature-concept-box .concept-item {
    /* テキスト：右（基本） */
  }
  .feature-concept-area .feature-concept-box .concept-item .text-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 3px;
    padding: 30px 20px 40px;
    box-sizing: border-box;
    /* 画像に重ねる */
    margin-left: 0px;
    margin-right: 0px;
  }
  .feature-concept-area .feature-concept-box .concept-item .text-box .ttl {
    color: var(--cl-text, #282828);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .feature-concept-area .feature-concept-box .concept-item .text-box .cm-text-box01 {
    margin-bottom: 28px;
  }
  .feature-concept-area .feature-concept-box .concept-item {
    /* ブロック間余白 */
  }
  .feature-concept-area .feature-concept-box .concept-item + .concept-item {
    margin-top: 60px;
  }
  .feature-concept-area .feature-concept-box .concept-item {
    /* 2ブロック目：左右反転 */
  }
  .feature-concept-area .feature-concept-box .concept-item.reverse {
    flex-direction: column;
  }
  .feature-concept-area .feature-concept-box .concept-item.reverse .text-box {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* ===================================================
  # FEATURES
=================================================== */
.feature-point-area .feature-point-box .feature-point-list-box .feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}
.feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .photo-box {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}
.feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .photo-box a {
  display: block;
}
.feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .photo-box img {
  width: 100%;
  height: auto;
  display: block;
}
.feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .num {
  color: var(--cl-camel, #A48A42);
  font-family: Onest;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
  letter-spacing: 0.12em;
}
.feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .ttl {
  margin-bottom: 35px;
}
.feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .ttl a {
  font-size: 22px;
}
.feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .sub-ttl {
  color: var(--cl-text, #312205);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .text p {
  color: var(--cl-text, #312205);
  font-size: 15px;
  font-weight: 500;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .feature-point-area .feature-point-box .cm-ttl01 .ja {
    font-size: 26px;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
    row-gap: 40px;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .photo-box {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .photo-box a {
    display: block;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .num {
    color: var(--cl-camel, #A48A42);
    font-family: Onest;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 9px;
    letter-spacing: 0.1em;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .ttl a {
    font-size: 22px;
    padding-bottom: 7px;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .sub-ttl {
    color: var(--cl-text, #312205);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .feature-point-area .feature-point-box .feature-point-list-box .feature-list .feature-item .text p {
    color: var(--cl-text, #312205);
    font-size: 15px;
    font-weight: 500;
  }
}
/* ===================================================
  # 標準仕様
=================================================== */
.feature-standard-area .feature-standard-box .inner-box01 .cm-ttl02 {
  margin: 0;
}
.feature-standard-area .feature-standard-box .inner-box02 .cm-text-box01 {
  margin-bottom: 50px;
}
.feature-standard-area .feature-standard-box .inner-box02 .cm-text-box01 p {
  margin: 0;
}
.feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li {
  background: var(--cl-white, #FFF);
  border-radius: 3px;
  padding: 25px 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: 40px;
  align-items: center;
}
.feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li .ttl {
  color: var(--cl-text, #282828);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li .inner {
  border-left: 1px solid rgba(40, 40, 40, 0.15);
  padding-left: 30px;
  box-sizing: border-box;
}
.feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li .inner .text {
  margin-bottom: 14px;
  padding: 5px 0px;
}
.feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li .inner .text:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .feature-standard-area .feature-standard-box .inner-box01 .cm-ttl02 {
    margin: 0;
  }
  .feature-standard-area .feature-standard-box .inner-box02 .cm-text-box01 {
    margin-bottom: 35px;
  }
  .feature-standard-area .feature-standard-box .inner-box02 .cm-text-box01 p {
    margin: 0;
  }
  .feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li {
    background: var(--cl-white, #FFF);
    border-radius: 3px;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
    align-items: center;
  }
  .feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li .ttl {
    color: var(--cl-text, #282828);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 12px;
  }
  .feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li .inner {
    border-left: none;
    border-top: 1px solid rgba(40, 40, 40, 0.15);
    padding-left: 0px;
    box-sizing: border-box;
    padding-top: 20px;
  }
  .feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li .inner .text {
    margin-bottom: 10px;
    padding: 5px 0px;
  }
  .feature-standard-area .feature-standard-box .inner-box02 .standard-list-box .standard-list li .inner .text:last-child {
    margin-bottom: 0px;
  }
}
/* ===================================================
  # FEATURE LINKS（6つのこだわりリンク）
=================================================== */
.feature-links-area {
  background-image: url("../img/feature/bg-feature.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.feature-links-area .feature-links-box .cm-ttl01 {
  margin-bottom: 30px;
}
.feature-links-area .feature-links-box .cm-ttl01 .ja {
  font-size: 28px;
}
.feature-links-area .feature-links-box .links-list-box .links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.feature-links-area .feature-links-box .links-list-box .links-list li {
  border-radius: 3px;
  overflow: hidden;
  min-width: 0;
  /* 背景画像枠 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* 画像の比率を固定 */
  aspect-ratio: 1.73/1;
  /* 文字を見やすくする薄い暗幕 */
  position: relative;
}
.feature-links-area .feature-links-box .links-list-box .links-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 23, 13, 0.2);
  z-index: 1;
}
.feature-links-area .feature-links-box .links-list-box .links-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.feature-links-area .feature-links-box .links-list-box .links-list li .text-box {
  text-align: left;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}
.feature-links-area .feature-links-box .links-list-box .links-list li .num {
  color: var(--cl-white, #FFF);
  text-shadow: 0 0 10px rgba(32, 22, 9, 0.4);
  font-family: Onest;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.feature-links-area .feature-links-box .links-list-box .links-list li .ttl {
  margin: 0;
  color: var(--cl-white, #FFF);
  text-shadow: 0 0 10px rgba(32, 22, 9, 0.6);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  line-height: 1;
  background-image: url("../img/common/ico-arrow-right-white.png");
  background-size: 16px auto;
  background-position: top 4px right 1px;
  background-repeat: no-repeat;
  padding-right: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* 下線 */
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  padding-bottom: 10px;
}
.feature-links-area .feature-links-box .links-list-box .links-list {
  /* --- 背景画像指定（liのクラスで切替） --- */
}
.feature-links-area .feature-links-box .links-list-box .links-list li.shikkui {
  background-image: url("../img/feature/feature-shikkui-bg.webp");
}
.feature-links-area .feature-links-box .links-list-box .links-list li.muku {
  background-image: url("../img/feature/feature-muku-bg.webp");
}
.feature-links-area .feature-links-box .links-list-box .links-list li.matsuo {
  background-image: url("../img/feature/feature-matsuo-bg.webp");
}
.feature-links-area .feature-links-box .links-list-box .links-list li.cellulose {
  background-image: url("../img/feature/feature-cellulose-bg.webp");
}
.feature-links-area .feature-links-box .links-list-box .links-list li.earthquake {
  background-image: url("../img/feature/feature-earthquake-bg.webp");
}
.feature-links-area .feature-links-box .links-list-box .links-list li.guarantee {
  background-image: url("../img/feature/feature-guarantee-bg.webp");
}

@media screen and (max-width: 768px) {
  .feature-links-area .feature-links-box .cm-ttl01 {
    margin-bottom: 30px;
  }
  .feature-links-area .feature-links-box .cm-ttl01 .ja {
    font-size: 24px;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li {
    border-radius: 3px;
    overflow: hidden;
    min-width: 0;
    /* 背景画像枠 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* 画像の比率を固定 */
    aspect-ratio: 10/2.5;
    width: 100%;
    /* 文字を見やすくする薄い暗幕 */
    position: relative;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 2;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li .text-box {
    text-align: left;
    color: #fff;
    display: block;
    margin: 0;
    padding-left: 10%;
    box-sizing: border-box;
    width: 100%;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li .num {
    color: var(--cl-white, #FFF);
    text-shadow: 0 0 10px rgba(32, 22, 9, 0.4);
    font-family: Onest;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 3px;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li .ttl {
    margin: 0;
    color: var(--cl-white, #FFF);
    text-shadow: 0 0 10px rgba(32, 22, 9, 0.6);
    font-size: clamp(19px, 2vw, 21px);
    font-weight: 500;
    line-height: 1;
    background-image: url("../img/common/ico-arrow-right-white.png");
    background-size: 16px auto;
    background-position: top 4px right 1px;
    background-repeat: no-repeat;
    padding-right: 22px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* 下線 */
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
    padding-bottom: 10px;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list {
    /* --- 背景画像指定（liのクラスで切替） --- */
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li.shikkui {
    background-image: url("../img/feature/feature-shikkui-bg.webp");
    background-position: top -25px center;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li.muku {
    background-image: url("../img/feature/feature-muku-bg.webp");
    background-position: bottom 0px center;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li.matsuo {
    background-image: url("../img/feature/feature-matsuo-bg.webp");
    background-position: center center;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li.cellulose {
    background-image: url("../img/feature/feature-cellulose-bg.webp");
    background-position: top -25px center;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li.earthquake {
    background-image: url("../img/feature/feature-earthquake-bg.webp");
    background-position: top -30px center;
  }
  .feature-links-area .feature-links-box .links-list-box .links-list li.guarantee {
    background-image: url("../img/feature/feature-guarantee-bg.webp");
    background-position: top -30px center;
  }
}
/* ===================================================
  # KINUKA
=================================================== */
.muku-kinuka-area .muku-kinuka-box {
  display: flex;
  align-items: center;
  gap: 70px;
}
.muku-kinuka-area .muku-kinuka-box .photo-box {
  width: 60%;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}
.muku-kinuka-area .muku-kinuka-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
}
.muku-kinuka-area .muku-kinuka-box .text-box {
  width: 40%;
}
.muku-kinuka-area .muku-kinuka-box .text-box .ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .muku-kinuka-area .muku-kinuka-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .muku-kinuka-area .muku-kinuka-box .photo-box {
    width: 100%;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
  }
  .muku-kinuka-area .muku-kinuka-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .muku-kinuka-area .muku-kinuka-box .text-box {
    width: 100%;
  }
  .muku-kinuka-area .muku-kinuka-box .text-box .ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
/* ===================================================
  # ILLUST
=================================================== */
.cellulose-illust-area .illust-ttl {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
}
.cellulose-illust-area .illust-box {
  text-align: center;
}
.cellulose-illust-area .illust-box img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cellulose-illust-area .illust-ttl {
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .cellulose-illust-area .illust-box {
    text-align: center;
  }
  .cellulose-illust-area .illust-box img {
    max-width: 100%;
    height: auto;
  }
}
/* ===================================================
  # SEKOU
=================================================== */
.cellulose-sekou-area .cellulose-sekou-box .cm-ttl02 {
  margin-bottom: 60px;
}
.cellulose-sekou-area .cellulose-sekou-box .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}
.cellulose-sekou-area .cellulose-sekou-box .text-box {
  flex: 1;
  min-width: 0;
}
.cellulose-sekou-area .cellulose-sekou-box .flow-box {
  background: var(--cl-white, #FFF);
  padding: 30px 40px;
  text-align: center;
  margin-bottom: 60px;
  border-radius: 3px;
}
.cellulose-sekou-area .cellulose-sekou-box .flow-box p {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.cellulose-sekou-area .cellulose-sekou-box .flow-box .arrow-box {
  display: flex;
  justify-content: center;
  margin: 18px 0;
}
.cellulose-sekou-area .cellulose-sekou-box .flow-box .arrow-box img {
  width: 30px;
  height: auto;
}
.cellulose-sekou-area .cellulose-sekou-box .jca-text-box .ttl {
  color: var(--cl-text, #282828);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cellulose-sekou-area .cellulose-sekou-box .photo-box {
  flex-shrink: 0;
  width: 400px;
}
.cellulose-sekou-area .cellulose-sekou-box .photo-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  margin-bottom: 40px;
}
.cellulose-sekou-area .cellulose-sekou-box .photo-box img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .cellulose-sekou-area .cellulose-sekou-box .cm-ttl02 {
    margin-bottom: 40px;
  }
  .cellulose-sekou-area .cellulose-sekou-box .inner-box {
    flex-direction: column;
    gap: 40px;
  }
  .cellulose-sekou-area .cellulose-sekou-box .flow-box {
    padding: 20px 18px;
    margin-bottom: 50px;
  }
  .cellulose-sekou-area .cellulose-sekou-box .flow-box p {
    font-size: 20px;
    line-height: 1.4;
  }
  .cellulose-sekou-area .cellulose-sekou-box .flow-box .arrow-box {
    margin: 10px 0;
  }
  .cellulose-sekou-area .cellulose-sekou-box .flow-box .arrow-box img {
    width: 24px;
  }
  .cellulose-sekou-area .cellulose-sekou-box .jca-text-box .ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .cellulose-sekou-area .cellulose-sekou-box .photo-box {
    width: 100%;
  }
  .cellulose-sekou-area .cellulose-sekou-box .photo-box img {
    border-radius: 3px;
    margin-bottom: 24px;
  }
}
/* ===================================================
  # OSUSUME
=================================================== */
.shikkui-reason-area .shikkui-reason-box .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}
.shikkui-reason-area .shikkui-reason-box .ilst-box {
  width: 350px;
  text-align: center;
}
.shikkui-reason-area .shikkui-reason-box .ilst-box img {
  display: block;
  width: 200px;
  height: auto;
  margin: auto;
}
.shikkui-reason-area .shikkui-reason-box .text-box {
  flex: 1;
  min-width: 0;
  background: var(--cl-white, #FFF);
  padding: 40px 50px;
  border-radius: 3px;
}
.shikkui-reason-area .shikkui-reason-box .text-box .ttl-box {
  margin-bottom: 26px;
}
.shikkui-reason-area .shikkui-reason-box .text-box .ttl-box .en {
  color: var(--cl-camel, #A48A42);
  font-family: Onest;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.shikkui-reason-area .shikkui-reason-box .text-box .ttl-box .ttl {
  color: var(--cl-text, #282828);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

/* ===================================================
  # 
  =================================================== */
/* ===================================================
  # TAISHIN
=================================================== */
.taishin-taishin-area .taishin-taishin-box .head-box {
  text-align: center;
  margin-bottom: 70px;
  padding-top: 95px;
  background-image: url("../img/taishin/ico-taishin.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 90px 90px;
}
.taishin-taishin-area .taishin-taishin-box .head-box .ttl-box {
  margin-bottom: 30px;
}
.taishin-taishin-area .taishin-taishin-box .head-box .ttl-box .ttl {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.taishin-taishin-area .taishin-taishin-box .inner-box .pair-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
.taishin-taishin-area .taishin-taishin-box .inner-box .pair-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 0;
  min-width: 0;
  max-width: 520px;
}
.taishin-taishin-area .taishin-taishin-box .inner-box .pair-item .photo-box {
  position: relative;
  width: 100%;
  height: 640px;
  flex-shrink: 0;
  margin-bottom: 40px;
  border-radius: 3px;
  overflow: hidden;
}
.taishin-taishin-area .taishin-taishin-box .inner-box .pair-item .photo-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.taishin-taishin-area .taishin-taishin-box .inner-box .pair-item .text-box .ttl {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .taishin-taishin-area .taishin-taishin-box .head-box {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 85px;
    background-image: url("../img/taishin/ico-taishin.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80px 80px;
  }
  .taishin-taishin-area .taishin-taishin-box .head-box .ttl-box {
    margin-bottom: 25px;
  }
  .taishin-taishin-area .taishin-taishin-box .head-box .ttl-box .ttl {
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
  }
  .taishin-taishin-area .taishin-taishin-box .head-box .cm-text-box01 {
    text-align: left;
  }
  .taishin-taishin-area .taishin-taishin-box .inner-box .pair-box {
    flex-direction: column;
    align-items: stretch;
    gap: 50px;
  }
  .taishin-taishin-area .taishin-taishin-box .inner-box .pair-item {
    max-width: none;
  }
  .taishin-taishin-area .taishin-taishin-box .inner-box .pair-item .photo-box {
    height: auto;
    aspect-ratio: 520/640;
    max-height: none;
    margin-bottom: 32px;
  }
  .taishin-taishin-area .taishin-taishin-box .inner-box .pair-item .text-box .ttl {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
  }
}
/* ===================================================
  # TAISHIN GRADE
=================================================== */
.taishin-grade-area .taishin-grade-box .grade-ttl {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
}
.taishin-grade-area .taishin-grade-box {
  /* PC：2枚を隙間なく横並び（1枚のパノラマのように）／SPは2枚目を非表示で1枚のみ */
}
.taishin-grade-area .taishin-grade-box .grade-photo-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 50px;
  border-radius: 3px;
  overflow: hidden;
}
.taishin-grade-area .taishin-grade-box .grade-photo-box .photo-box {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}
.taishin-grade-area .taishin-grade-box .grade-photo-box .photo-box img {
  display: block;
  width: 100%;
  height: auto;
}
.taishin-grade-area .taishin-grade-box .grade-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.taishin-grade-area .taishin-grade-box .grade-list li {
  background: #FAFAFA;
  padding: 40px 40px;
  border-radius: 3px;
}
.taishin-grade-area .taishin-grade-box .grade-list .ttl {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .taishin-grade-area .taishin-grade-box .grade-ttl {
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  .taishin-grade-area .taishin-grade-box .grade-photo-box {
    margin-bottom: 30px;
    border-radius: 0;
    overflow: visible;
  }
  .taishin-grade-area .taishin-grade-box .grade-photo-box .photo-box {
    border-radius: 3px;
    overflow: hidden;
  }
  .taishin-grade-area .taishin-grade-box .grade-list {
    display: block;
  }
  .taishin-grade-area .taishin-grade-box .grade-list li {
    background: #FAFAFA;
    padding: 25px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
  }
  .taishin-grade-area .taishin-grade-box .grade-list li:last-child {
    margin-bottom: 0px;
  }
  .taishin-grade-area .taishin-grade-box .grade-list .ttl {
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
/* ===================================================
  # EAKON
  =================================================== */
.matsuo-eakon2-area .matsuo-eakon2-box .cm-ttl04 {
  text-align: center;
  margin-bottom: 60px;
}
.matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-photo-box {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 3px;
  overflow: hidden;
}
.matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-photo-box img {
  width: 100%;
  height: auto;
  display: block;
}
.matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-text-box {
  margin-bottom: 40px;
}
.matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner {
  /* =============================
      グラフ画像
  ============================== */
}
.matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-graph-box {
  text-align: center;
  border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  background: var(--cl-white, #FFF);
  padding: 25px 30px 30px;
  max-width: 792px;
  margin: 0 auto;
}
.matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-graph-box img {
  width: 100%;
  height: auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .matsuo-eakon2-area .matsuo-eakon2-box .cm-ttl04 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 40px;
  }
  .matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-photo-box {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 3px;
    overflow: hidden;
  }
  .matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-text-box {
    margin-bottom: 40px;
  }
  .matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner {
    /* =============================
        グラフ画像
    ============================== */
  }
  .matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-graph-box {
    text-align: center;
    border-radius: 0px;
    border: none;
    background: var(--cl-white, #FFF);
    padding: 0px;
    max-width: 792px;
    width: 100%;
    margin: 0 auto;
  }
  .matsuo-eakon2-area .matsuo-eakon2-box .eakon2-inner .eakon2-graph-box img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
}
/* ===================================================
  # REASON
  =================================================== */
.matsuo-reason-area .matsuo-reason-box .reason-intro {
  text-align: center;
  margin: 0 auto 60px;
}
.matsuo-reason-area .matsuo-reason-box .reason-block {
  background: #fff;
  border-radius: 3px;
  padding: 40px;
  margin-bottom: 35px;
}
.matsuo-reason-area .matsuo-reason-box .reason-block:last-child {
  margin-bottom: 0;
}
.matsuo-reason-area .matsuo-reason-box .reason-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.matsuo-reason-area .matsuo-reason-box {
  /* 画像 */
}
.matsuo-reason-area .matsuo-reason-box .photo-box {
  width: 360px;
  flex: 0 0 360px;
  border-radius: 3px;
  overflow: hidden;
}
.matsuo-reason-area .matsuo-reason-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
}
.matsuo-reason-area .matsuo-reason-box {
  /* テキスト */
}
.matsuo-reason-area .matsuo-reason-box .text-box {
  flex: 1;
}
.matsuo-reason-area .matsuo-reason-box .text-box .ttl {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 20px;
}
.matsuo-reason-area .matsuo-reason-box .text-box .sub-ttl {
  color: var(--cl-text, #282828);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 14px;
}
.matsuo-reason-area .matsuo-reason-box .text-box .btn-box {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .matsuo-reason-area .matsuo-reason-box .reason-intro {
    text-align: center;
    margin: 0 auto 40px;
  }
  .matsuo-reason-area .matsuo-reason-box .reason-block {
    background: #fff;
    border-radius: 3px;
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .matsuo-reason-area .matsuo-reason-box .reason-block:last-child {
    margin-bottom: 0;
  }
  .matsuo-reason-area .matsuo-reason-box .reason-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .matsuo-reason-area .matsuo-reason-box {
    /* 画像 */
  }
  .matsuo-reason-area .matsuo-reason-box .photo-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    flex: none;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 17px;
  }
  .matsuo-reason-area .matsuo-reason-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .matsuo-reason-area .matsuo-reason-box {
    /* テキスト */
  }
  .matsuo-reason-area .matsuo-reason-box .text-box {
    flex: 1;
  }
  .matsuo-reason-area .matsuo-reason-box .text-box .ttl {
    font-size: 23px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .matsuo-reason-area .matsuo-reason-box .text-box .sub-ttl {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
/* ===================================================
  # FLOW STEP
=================================================== */
.flow-step-area .flow-step-box .cm-ttl01 {
  margin-bottom: 50px;
}
.flow-step-area .flow-step-box .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.flow-step-area .flow-step-box .flow-table {
  width: 100%;
  min-width: 1060px;
  /* collapse は iOS Safari + sticky で境界が太さ不均一になりやすいため separate で1本ずつ指定 */
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.flow-step-area .flow-step-box .flow-table tr.role-row > th,
.flow-step-area .flow-step-box .flow-table tr.role-row > td {
  vertical-align: bottom;
  background: transparent;
  padding-bottom: 24px;
  box-sizing: border-box;
}
.flow-step-area .flow-step-box .flow-table tr.role-row .flow-role-corner {
  background-image: url(../img/common/bg-sikkui.webp);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  width: 150px;
  position: sticky;
  left: 0;
  z-index: 4;
  padding: 0;
}
.flow-step-area .flow-step-box .flow-table tr.role-row .role-cell {
  text-align: center;
}
.flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .photo {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 18px;
}
.flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .photo.owner {
  margin-bottom: 24px;
}
.flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .photo.owner img + img {
  margin-left: -20px;
}
.flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .photo img {
  width: auto;
  max-height: 110px;
}
.flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .name {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 10px;
}
.flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .note {
  font-size: 15px;
  line-height: 1;
}
.flow-step-area .flow-step-box .flow-table th,
.flow-step-area .flow-step-box .flow-table td {
  border-style: solid;
  border-color: #d2d2d2;
  border-width: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.flow-step-area .flow-step-box .flow-table tr.role-row > th,
.flow-step-area .flow-step-box .flow-table tr.role-row > td {
  border-width: 0;
}
.flow-step-area .flow-step-box .flow-table {
  /* データ行：右・下のみ（＋左列は左線）で隣接セル二重を避ける */
}
.flow-step-area .flow-step-box .flow-table tbody > tr:not(.role-row) th.flow-col {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.flow-step-area .flow-step-box .flow-table tbody > tr:not(.role-row) td {
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.flow-step-area .flow-step-box .flow-table {
  /* 役割行の直下＝最初のデータ行に上線（1行目role-rowとの境） */
}
.flow-step-area .flow-step-box .flow-table tbody > tr:nth-child(2) th.flow-col,
.flow-step-area .flow-step-box .flow-table tbody > tr:nth-child(2) td {
  border-top-width: 1px;
}
.flow-step-area .flow-step-box .flow-table .flow-col {
  background-image: url(../img/common/bg-sikkui.webp);
  background-size: auto;
  background-position: top left;
  background-repeat: repeat;
  width: 150px;
  position: sticky;
  left: 0;
  z-index: 2;
  text-align: left;
  padding: 22px 16px;
}
.flow-step-area .flow-step-box .flow-table .flow-col .num {
  color: var(--cl-camel, #a48a42);
  font-family: Onest;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
}
.flow-step-area .flow-step-box .flow-table .flow-col .ttl {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}
.flow-step-area .flow-step-box .flow-table .flow-col .ttl .small {
  font-size: 18px;
}
.flow-step-area .flow-step-box .flow-table .flow-col .pay-label {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 8px;
  border-radius: 1px;
  background: var(--cl-camel, #a48a42);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.flow-step-area .flow-step-box .flow-table td {
  padding: 16px;
}
.flow-step-area .flow-step-box .flow-table td .item-list {
  margin-bottom: 18px;
  list-style: none;
  padding-left: 0;
}
.flow-step-area .flow-step-box .flow-table td .item-list li {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
  position: relative;
  padding-left: calc(6px + 0.5em);
}
.flow-step-area .flow-step-box .flow-table td .item-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--cl-camel, #a48a42);
  position: absolute;
  left: 0;
  top: 0.62em;
}
.flow-step-area .flow-step-box .flow-table td .point-box {
  background: #fff;
  padding: 20px;
}
.flow-step-area .flow-step-box .flow-table td .point-box .point {
  color: var(--cl-camel, #a48a42);
  font-family: Onest;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  margin-bottom: 12px;
}
.flow-step-area .flow-step-box .flow-table td .point-box p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
}
.flow-step-area .flow-step-box .flow-table td .point-box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .flow-step-area .flow-step-box .cm-ttl01 {
    margin-bottom: 32px;
  }
  .flow-step-area .flow-step-box .flow-scroll-hint {
    color: var(--cl-gray01, #4c4c4c);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .flow-step-area .flow-step-box .flow-scroll-hint.before {
    margin-bottom: 12px;
  }
  .flow-step-area .flow-step-box .flow-scroll-hint.after {
    margin-top: 12px;
  }
  .flow-step-area .flow-step-box .flow-table {
    /* 左列は内容幅に合わせて狭く（ttl が無理に折り返されない範囲で） */
    table-layout: auto;
  }
  .flow-step-area .flow-step-box .flow-table tr.role-row .flow-role-corner {
    width: auto;
    min-width: 0;
  }
  .flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .photo {
    height: 100px;
    margin-bottom: 12px;
  }
  .flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .photo.owner {
    margin-bottom: 16px;
  }
  .flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .photo img {
    max-height: 100px;
  }
  .flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .name {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .flow-step-area .flow-step-box .flow-table tr.role-row .role-cell .note {
    font-size: 13px;
  }
  .flow-step-area .flow-step-box .flow-table .flow-col {
    width: max-content;
    max-width: none;
    padding: 16px 8px;
  }
  .flow-step-area .flow-step-box .flow-table .flow-col .num {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .flow-step-area .flow-step-box .flow-table .flow-col .ttl {
    font-size: 17px;
    /* 狭い列・エミュレータで「ご契約」等が1文字ずつ折り返されるのを防ぐ（<br> はそのまま有効） */
    white-space: nowrap;
  }
  .flow-step-area .flow-step-box .flow-table .flow-col .ttl .small {
    font-size: 15px;
  }
  .flow-step-area .flow-step-box .flow-table .flow-col .pay-label {
    margin-top: 6px;
    font-size: 13px;
  }
  .flow-step-area .flow-step-box .flow-table td {
    padding: 12px;
  }
  .flow-step-area .flow-step-box .flow-table td .item-list {
    margin-bottom: 14px;
  }
  .flow-step-area .flow-step-box .flow-table td .item-list li {
    font-size: 15px;
  }
  .flow-step-area .flow-step-box .flow-table td .point-box {
    padding: 14px;
  }
  .flow-step-area .flow-step-box .flow-table td .point-box .point {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .flow-step-area .flow-step-box .flow-table td .point-box p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
/* ===================================================
  # flow：宮田様紹介（SP：タイトル → 写真 → 本文）
  =================================================== */
@media screen and (max-width: 768px) {
  .shikkui-air-area.cm-block01-area.bg-gray .cm-block01-box .inner-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .shikkui-air-area.cm-block01-area.bg-gray .inner-box > .text-box {
    display: contents;
  }
  .shikkui-air-area.cm-block01-area.bg-gray .inner-box .ttl {
    order: 1;
    margin-bottom: 0;
  }
  .shikkui-air-area.cm-block01-area.bg-gray .inner-box > .photo-box {
    order: 2;
  }
  .shikkui-air-area.cm-block01-area.bg-gray .inner-box .cm-text-box01 {
    order: 3;
  }
}
/* ===================================================
   # LIFE KATACHI
   =================================================== */
.life-katachi-area .life-katachi-box .cm-ttl01 {
  margin-bottom: 70px;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item {
  margin-bottom: 70px;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item:last-child {
  margin-bottom: 0;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .katachi-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .photo-box {
  width: 62%;
  flex-shrink: 0;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .text-box {
  position: relative;
  background: #fff;
  padding: 45px 50px;
  width: 50%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .text-box .ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .text-box .cm-text-box01 {
  margin-bottom: 35px;
}
.life-katachi-area .life-katachi-box .katachi-list-box {
  /* ---------- 写真：左 / テキスト：右 ---------- */
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item.is-right .katachi-inner {
  justify-content: flex-start;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item.is-right .text-box {
  margin-left: -120px;
}
.life-katachi-area .life-katachi-box .katachi-list-box {
  /* ---------- 写真：右 / テキスト：左 ---------- */
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item.is-left .katachi-inner {
  flex-direction: row-reverse;
}
.life-katachi-area .life-katachi-box .katachi-list-box .katachi-item.is-left .text-box {
  margin-right: -120px;
}

@media screen and (max-width: 768px) {
  .life-katachi-area .life-katachi-box .cm-ttl01 {
    margin-bottom: 60px;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item {
    margin-bottom: 40px;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item:last-child {
    margin-bottom: 0;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .katachi-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .photo-box {
    width: 100%;
    flex-shrink: 0;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px 3px 0 0;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .text-box {
    position: relative;
    background: #fff;
    padding: 35px 20px 35px;
    width: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 3px 3px;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .text-box .ttl {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item .text-box .cm-text-box01 {
    margin-bottom: 30px;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box {
    /* ---------- 写真：左 / テキスト：右 ---------- */
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item.is-right .katachi-inner {
    justify-content: flex-start;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item.is-right .text-box {
    margin-left: 0px;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box {
    /* ---------- 写真：右 / テキスト：左 ---------- */
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item.is-left .katachi-inner {
    flex-direction: row-reverse;
    flex-direction: column;
  }
  .life-katachi-area .life-katachi-box .katachi-list-box .katachi-item.is-left .text-box {
    margin-right: 0px;
  }
}
/* ===================================================
  # CM HIKAKU
  =================================================== */
.life-main-area .lead-text {
  text-align: center;
  margin-bottom: 50px;
}
.life-main-area .cm-hikaku-box {
  margin-top: 60px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.life-main-area .cm-hikaku-box .ttl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
.life-main-area .cm-hikaku-box .table-box {
  overflow-x: auto;
  background: #fff;
}
.life-main-area .cm-hikaku-box table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
}
.life-main-area .cm-hikaku-box table th,
.life-main-area .cm-hikaku-box table td {
  padding: 18px 20px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
}
.life-main-area .cm-hikaku-box table th:last-child,
.life-main-area .cm-hikaku-box table td:last-child {
  border-right: none;
}
.life-main-area .cm-hikaku-box table thead th {
  font-weight: 700;
  background: #f5f0e6;
}
.life-main-area .cm-hikaku-box table tbody th[scope=row] {
  width: 28%;
  font-weight: 600;
  background: #fff;
}
.life-main-area .cm-hikaku-box table tbody td {
  width: 36%;
}
.life-main-area .cm-hikaku-box table tbody tr:last-child th,
.life-main-area .cm-hikaku-box table tbody tr:last-child td {
  border-bottom: none;
}
.life-main-area .cm-hikaku-box .mark {
  display: inline-block;
  margin-right: 8px;
  font-weight: 700;
  font-size: 18px;
}
.life-main-area .cm-hikaku-box .mark.is-good {
  color: #b68c3c;
}
.life-main-area .cm-hikaku-box .mark.is-mid {
  color: #666;
}

/* ===================================================
  # NEW BUILD MAIN
=================================================== */
.life-main-area .life-main-box .inner-box {
  margin-top: 80px;
}
.life-main-area .life-main-box .inner-box .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 90px;
}
.life-main-area .life-main-box .inner-box .inner.reverse {
  flex-direction: row-reverse;
}
.life-main-area .life-main-box .inner-box .inner .photo-box {
  width: 50%;
  aspect-ratio: 7/5;
  overflow: hidden;
}
.life-main-area .life-main-box .inner-box .inner .photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}
.life-main-area .life-main-box .inner-box .inner .text-box {
  width: 50%;
}
.life-main-area .life-main-box .inner-box .inner .text-box .ttl {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
}
.life-main-area .life-main-box .inner-box .inner .text-box .cm-text-box01 {
  margin-bottom: 40px;
}
.life-main-area .life-main-box .inner-box .inner .text-box .cm-text-box01:last-child {
  margin-bottom: 0;
}
.life-main-area .life-main-box .inner-box .inner:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .life-main-area .life-main-box .inner-box {
    margin-top: 40px;
  }
  .life-main-area .life-main-box .inner-box .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    gap: 45px;
    margin-bottom: 60px;
  }
  .life-main-area .life-main-box .inner-box .inner.reverse {
    flex-direction: column;
  }
  .life-main-area .life-main-box .inner-box .inner .photo-box {
    width: 100%;
    aspect-ratio: 7/4;
    overflow: hidden;
  }
  .life-main-area .life-main-box .inner-box .inner .photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 3px;
  }
  .life-main-area .life-main-box .inner-box .inner .text-box {
    width: 100%;
  }
  .life-main-area .life-main-box .inner-box .inner .text-box .ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .life-main-area .life-main-box .inner-box .inner .text-box .cm-text-box01 {
    margin-bottom: 30px;
  }
  .life-main-area .life-main-box .inner-box .inner .text-box .cm-text-box01:last-child {
    margin-bottom: 0;
  }
  .life-main-area .life-main-box .inner-box .inner:last-child {
    margin-bottom: 0;
  }
}
/* ===================================================
  # INNER2
  =================================================== */
.life-main-area .life-main-box .inner-box02 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.life-main-area .life-main-box .inner-box02 .inner {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.life-main-area .life-main-box .inner-box02 .text-box {
  flex: 1;
}
.life-main-area .life-main-box .inner-box02 .text-box .ttl {
  font-size: 23px;
  margin-bottom: 20px;
  color: var(--cl-text, #282828);
  font-weight: 500;
  line-height: 1.5;
}
.life-main-area .life-main-box .inner-box02 .photo-box {
  width: 30%;
  border-radius: 3px;
  overflow: hidden;
}
.life-main-area .life-main-box .inner-box02 .photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .life-main-area .life-main-box .inner-box02 {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .life-main-area .life-main-box .inner-box02 .inner {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .life-main-area .life-main-box .inner-box02 .text-box {
    flex: 1;
  }
  .life-main-area .life-main-box .inner-box02 .text-box .ttl {
    font-size: 23px;
    margin-bottom: 20px;
    color: var(--cl-text, #282828);
    font-weight: 500;
    line-height: 1.5;
  }
  .life-main-area .life-main-box .inner-box02 .photo-box {
    width: 100%;
    height: 200px;
    border-radius: 3px;
    overflow: hidden;
  }
  .life-main-area .life-main-box .inner-box02 .photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 80%;
  }
}
/* ===================================================
  # VOICE
  =================================================== */
.life-voice-area {
  background: url("../img/life/bg-voice.webp") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
.life-voice-area .life-voice-box .voice-ttl {
  color: var(--cl-text, #282828);
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 45px;
}
.life-voice-area .life-voice-box .voice-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.life-voice-area .life-voice-box .voice-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  padding: 30px 50px;
}
.life-voice-area .life-voice-box .voice-inner .name-box {
  flex-shrink: 0;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.life-voice-area .life-voice-box .voice-inner .name-box .photo-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.life-voice-area .life-voice-box .voice-inner .name-box .photo-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.life-voice-area .life-voice-box .voice-inner .name-box .area {
  margin: 16px 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  color: var(--cl-text, #282828);
}
.life-voice-area .life-voice-box .voice-inner .text-box {
  flex: 1;
  min-width: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .life-voice-area {
    background: url("../img/life/bg-voice.webp") no-repeat center left;
    background-size: cover;
    padding: 70px 0;
  }
  .life-voice-area .life-voice-box .voice-ttl {
    color: var(--cl-text, #282828);
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .life-voice-area .life-voice-box .voice-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    padding: 25px 20px;
  }
  .life-voice-area .life-voice-box .voice-inner .name-box {
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .life-voice-area .life-voice-box .voice-inner .name-box .photo-box {
    width: 140px;
    height: 140px;
  }
  .life-voice-area .life-voice-box .voice-inner .name-box .area {
    font-size: 16px;
    margin-top: 14px;
  }
  .life-voice-area .life-voice-box .voice-inner .text-box {
    flex: 1;
    padding-left: 0;
  }
}
/* ===================================================
  # RENOV MADORI
  =================================================== */
.renov-madori-ttl {
  background: url("../img/life/ico-gimon.png") no-repeat center top;
  background-size: 76px;
  padding-top: 83px;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.renov-madori-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}
.renov-madori-inner .photo-box {
  width: 50%;
}
.renov-madori-inner .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}
.renov-madori-inner .text-box {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .renov-madori-ttl {
    background: url("../img/life/ico-gimon.png") no-repeat center top;
    background-size: 68px;
    padding-top: 76px;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  .renov-madori-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
  .renov-madori-inner .photo-box {
    width: 100%;
  }
  .renov-madori-inner .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
  }
  .renov-madori-inner .text-box {
    width: 100%;
  }
}
/* ===================================================
    # CONTACT FORM
    =================================================== */
.contact-form-wrap {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.contact-lead {
  text-align: center;
  margin-bottom: 50px;
}

/* ブロック本文（お問い合わせ固定ページ） */
.contact-page-content {
  width: 100%;
}

.contact-preparing-notice {
  padding: 50px 40px;
  border: 2px solid var(--cl-red, #AC1111);
  background-color: #FFF8F8;
  text-align: center;
}
.contact-preparing-notice .label {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-color: var(--cl-red, #AC1111);
  color: var(--cl-white, #FFF);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.contact-preparing-notice .ttl {
  color: var(--cl-red, #AC1111);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
.contact-preparing-notice .txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
.contact-preparing-notice .tel {
  margin-top: 30px;
}
.contact-preparing-notice .tel-label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.contact-preparing-notice .tel a {
  color: var(--cl-text, #282828);
  font-family: Onest, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
.contact-preparing-notice .note {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}

/*
 * Snow Monkey Forms：サイト本体と同じ Zen Kaku Gothic New 系（v.$ff-jp）に揃える
 */
.contact-page-content form.snow-monkey-form,
.contact-page-content .contact-sm-box {
  font-family: Onest, "Zen Kaku Gothic New", sans-serif;
}
.contact-page-content form.snow-monkey-form .smf-item__label,
.contact-page-content form.snow-monkey-form .smf-item__label__text,
.contact-page-content form.snow-monkey-form .smf-radio-button-control__label,
.contact-page-content .contact-sm-box .smf-item__label,
.contact-page-content .contact-sm-box .smf-item__label__text,
.contact-page-content .contact-sm-box .smf-radio-button-control__label {
  font-feature-settings: normal;
}

.contact-form {
  width: 100%;
}

.form-list {
  width: 100%;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 40px;
}

.form-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.form-item .radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}
.form-item .radio-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form-item .radio-item input[type=radio] {
  appearance: auto;
  -webkit-appearance: radio;
  display: inline-block;
  opacity: 1;
  position: static;
  width: 16px;
  height: 16px;
  accent-color: #282828;
}

.form-ttl {
  width: 220px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cl-text, #282828);
  box-sizing: border-box;
}
.form-ttl label {
  cursor: pointer;
}
.form-ttl .req {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #D64646;
}

.form-input {
  flex: 1;
  width: 100%;
  box-sizing: border-box;
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input textarea {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 3px;
  background: var(--cl-white, #FFF);
  box-sizing: border-box;
  font-size: 16px;
  color: var(--cl-text, #282828);
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel] {
  height: 52px;
  padding: 0 16px;
}

.form-input textarea {
  padding: 14px 16px;
  min-height: 260px;
  resize: vertical;
}

.form-input input:focus,
.form-input textarea:focus {
  outline: none;
  border-color: #B8B8B8;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* radio */
.radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}

.radio-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
}
.radio-item input {
  transform: translateY(-0.5px);
}

/* button */
.form-btn-box {
  display: flex;
  justify-content: center;
}

.form-btn {
  /* 共通ボタンのデザインに合わせる */
}
.form-btn.cm-btn01 {
  min-width: 240px;
  border: 1px solid #282828;
}
.form-btn {
  /* button要素なので、共通aボタンとの差分吸収 */
  border: none;
}

/* Snow Monkey Forms（管理画面ブロックに追加クラス contact-sm-box） */
.contact-page-content .contact-sm-box {
  width: 100%;
}
.contact-page-content .contact-sm-box .snow-monkey-form, .contact-page-content .contact-sm-box.smf-form,
.contact-page-content .contact-sm-box .smf-form {
  width: 100%;
}
.contact-page-content .contact-sm-box .smf-progress-tracker {
  margin-bottom: 28px;
}
.contact-page-content .contact-sm-box {
  /*
   * フォームスタイル（ビジネス／レター／シンプル表／デフォルト）共通
   * &.smf-form…＝追加クラス contact-sm-box を .smf-form 本体に付けた場合（子 .smf-form ではない）
   * レター・デフォルトはプラグイン側が縦積みのため、PC幅は下の mq(sp-up) で .smf-item を横並びにする
   */
}
.contact-page-content .contact-sm-box.smf-form--business,
.contact-page-content .contact-sm-box .smf-form--business, .contact-page-content .contact-sm-box.smf-form--letter,
.contact-page-content .contact-sm-box .smf-form--letter, .contact-page-content .contact-sm-box.smf-form--simple-table,
.contact-page-content .contact-sm-box .smf-form--simple-table, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]),
.contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) {
  border-top: 1px solid #E6E6E6;
}
.contact-page-content .contact-sm-box.smf-form--business .smf-item__col,
.contact-page-content .contact-sm-box .smf-form--business .smf-item__col, .contact-page-content .contact-sm-box.smf-form--letter .smf-item__col,
.contact-page-content .contact-sm-box .smf-form--letter .smf-item__col, .contact-page-content .contact-sm-box.smf-form--simple-table .smf-item__col,
.contact-page-content .contact-sm-box .smf-form--simple-table .smf-item__col, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item__col,
.contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item__col {
  padding-top: 22px;
  padding-bottom: 22px;
}
.contact-page-content .contact-sm-box.smf-form--business .smf-item__col--label,
.contact-page-content .contact-sm-box .smf-form--business .smf-item__col--label, .contact-page-content .contact-sm-box.smf-form--letter .smf-item__col--label,
.contact-page-content .contact-sm-box .smf-form--letter .smf-item__col--label, .contact-page-content .contact-sm-box.smf-form--simple-table .smf-item__col--label,
.contact-page-content .contact-sm-box .smf-form--simple-table .smf-item__col--label, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item__col--label,
.contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item__col--label {
  flex: 0 0 220px;
  max-width: 220px;
  background-color: transparent;
  border-bottom-color: #E6E6E6;
  border-right-color: transparent;
  padding-left: 0;
  padding-right: 0;
  align-self: center;
}
.contact-page-content .contact-sm-box.smf-form--business .smf-item__col--controls,
.contact-page-content .contact-sm-box .smf-form--business .smf-item__col--controls, .contact-page-content .contact-sm-box.smf-form--letter .smf-item__col--controls,
.contact-page-content .contact-sm-box .smf-form--letter .smf-item__col--controls, .contact-page-content .contact-sm-box.smf-form--simple-table .smf-item__col--controls,
.contact-page-content .contact-sm-box .smf-form--simple-table .smf-item__col--controls, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item__col--controls,
.contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item__col--controls {
  flex: 1 1 calc(100% - 220px);
  max-width: calc(100% - 220px);
  padding-left: 40px;
}
.contact-page-content .contact-sm-box.smf-form--business .smf-item__label .smf-item__label__text,
.contact-page-content .contact-sm-box.smf-form--business .smf-item__label,
.contact-page-content .contact-sm-box .smf-form--business .smf-item__label .smf-item__label__text,
.contact-page-content .contact-sm-box .smf-form--business .smf-item__label, .contact-page-content .contact-sm-box.smf-form--letter .smf-item__label .smf-item__label__text,
.contact-page-content .contact-sm-box.smf-form--letter .smf-item__label,
.contact-page-content .contact-sm-box .smf-form--letter .smf-item__label .smf-item__label__text,
.contact-page-content .contact-sm-box .smf-form--letter .smf-item__label, .contact-page-content .contact-sm-box.smf-form--simple-table .smf-item__label .smf-item__label__text,
.contact-page-content .contact-sm-box.smf-form--simple-table .smf-item__label,
.contact-page-content .contact-sm-box .smf-form--simple-table .smf-item__label .smf-item__label__text,
.contact-page-content .contact-sm-box .smf-form--simple-table .smf-item__label, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item__label .smf-item__label__text,
.contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item__label,
.contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item__label .smf-item__label__text,
.contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item__label {
  font-size: 15px;
  line-height: 1.5;
  color: var(--cl-text, #282828);
}
.contact-page-content .contact-sm-box {
  /* ビジネス型：プラグインのセル枠の色だけ合わせる */
}
.contact-page-content .contact-sm-box.smf-form--business .smf-item,
.contact-page-content .contact-sm-box .smf-form--business .smf-item {
  border-color: #E6E6E6;
  margin: 0;
}
.contact-page-content .contact-sm-box {
  /* レター・シンプル表・デフォルト：行ごとの下線（静的の .form-item に近い） */
}
.contact-page-content .contact-sm-box.smf-form--letter .smf-item,
.contact-page-content .contact-sm-box .smf-form--letter .smf-item, .contact-page-content .contact-sm-box.smf-form--simple-table .smf-item,
.contact-page-content .contact-sm-box .smf-form--simple-table .smf-item, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item,
.contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.contact-page-content .contact-sm-box {
  /*
   * 必須ラベル（静的の .form-ttl .req に相当）
   * プラグイン：各コントロールのサイドバー「Validation」で Required を ON → data-validations に required が付く
   */
}
.contact-page-content .contact-sm-box .smf-item:has([data-validations*=required]) .smf-item__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 4px;
}
.contact-page-content .contact-sm-box .smf-item:has([data-validations*=required]) .smf-item__label::after {
  content: "必須";
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #D64646;
  letter-spacing: 0.05em;
}
.contact-page-content .contact-sm-box .smf-text-control__control,
.contact-page-content .contact-sm-box .smf-textarea-control__control {
  width: 100%;
  max-width: 100%;
  border: 1px solid #DADADA;
  border-radius: 3px;
  background: var(--cl-white, #FFF);
  box-sizing: border-box;
  font-size: 16px;
  color: var(--cl-text, #282828);
}
.contact-page-content .contact-sm-box .smf-text-control__control {
  height: 52px;
  padding: 0 16px;
}
.contact-page-content .contact-sm-box .smf-textarea-control__control {
  min-height: 260px;
  padding: 14px 16px;
  resize: vertical;
}
.contact-page-content .contact-sm-box .smf-text-control__control:focus,
.contact-page-content .contact-sm-box .smf-textarea-control__control:focus {
  outline: none;
  border-color: #B8B8B8;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.contact-page-content .contact-sm-box .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}
.contact-page-content .contact-sm-box .smf-radio-button-control {
  align-items: center;
  gap: 10px;
}
.contact-page-content .contact-sm-box .smf-radio-button-control__control {
  accent-color: #282828;
}

/*
 * 送信エリア・ボタン
 * プラグインでは .smf-action が form 直下にあり .smf-form.contact-sm-box と兄弟のため、.contact-sm-box 配下では当たらない
 */
.contact-page-content form.snow-monkey-form .smf-action {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.contact-page-content form.snow-monkey-form .smf-button-control__control {
  min-width: 240px;
  height: 56px;
  padding: 12px 53px 12px 24px;
  background-color: var(--cl-white, #FFF);
  background-image: url(../img/common/ico-btn-arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  color: var(--cl-text, #282828);
  font-size: 16px;
  line-height: 1;
  border: 1px solid #282828;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
}
.contact-page-content form.snow-monkey-form .smf-button-control__control:hover {
  background-color: var(--cl-white, #FFF);
  background-image: url(../img/common/ico-btn-arrow-right.png);
}
.contact-page-content form.snow-monkey-form {
  /* 確認画面「前に戻る」：矢印を左・向き反転（送信は右矢印のまま） */
}
.contact-page-content form.snow-monkey-form .smf-button-control__control[data-action=back] {
  padding: 12px 24px 12px 53px;
  background-image: url(../img/common/ico-btn-arrow-left.png);
  background-position: left 20px center;
}
.contact-page-content form.snow-monkey-form .smf-button-control__control[data-action=back]:hover {
  background-image: url(../img/common/ico-btn-arrow-left.png);
}

/* レター型・デフォルトはプラグインが .smf-item を flex にしないため、静的の .form-item と揃える */
@media screen and (min-width: 769px) {
  .contact-page-content .contact-sm-box.smf-form--letter .smf-item:not(.smf-item--divider),
  .contact-page-content .contact-sm-box .smf-form--letter .smf-item:not(.smf-item--divider), .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item:not(.smf-item--divider),
  .contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item:not(.smf-item--divider) {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-wrap {
    max-width: 100%;
  }
  .contact-preparing-notice {
    padding: 35px 20px;
  }
  .contact-preparing-notice .label {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .contact-preparing-notice .ttl {
    font-size: 21px;
  }
  .contact-preparing-notice .txt {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.9;
  }
  .contact-preparing-notice .txt br {
    display: none;
  }
  .contact-preparing-notice .tel {
    margin-top: 25px;
  }
  .contact-preparing-notice .tel-label {
    font-size: 14px;
  }
  .contact-preparing-notice .tel a {
    font-size: 32px;
  }
  .contact-lead {
    font-size: 15px;
    line-height: 1.9;
  }
  .contact-note {
    font-size: 13px;
    margin-bottom: 28px;
  }
  .form-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 0;
  }
  .form-ttl {
    width: 100%;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel] {
    height: 50px;
  }
  .form-input textarea {
    min-height: 220px;
  }
  .form-btn-box {
    margin-top: 30px;
  }
  .contact-page-content .contact-sm-box.smf-form--business .smf-item__col,
  .contact-page-content .contact-sm-box .smf-form--business .smf-item__col, .contact-page-content .contact-sm-box.smf-form--letter .smf-item__col,
  .contact-page-content .contact-sm-box .smf-form--letter .smf-item__col, .contact-page-content .contact-sm-box.smf-form--simple-table .smf-item__col,
  .contact-page-content .contact-sm-box .smf-form--simple-table .smf-item__col, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item__col,
  .contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item__col {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .contact-page-content .contact-sm-box.smf-form--business .smf-item__col--label,
  .contact-page-content .contact-sm-box .smf-form--business .smf-item__col--label, .contact-page-content .contact-sm-box.smf-form--letter .smf-item__col--label,
  .contact-page-content .contact-sm-box .smf-form--letter .smf-item__col--label, .contact-page-content .contact-sm-box.smf-form--simple-table .smf-item__col--label,
  .contact-page-content .contact-sm-box .smf-form--simple-table .smf-item__col--label, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item__col--label,
  .contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item__col--label {
    flex: 1 1 100%;
    max-width: 100%;
    border-right: none;
    padding-top: 18px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-page-content .contact-sm-box.smf-form--business .smf-item__col--controls,
  .contact-page-content .contact-sm-box .smf-form--business .smf-item__col--controls, .contact-page-content .contact-sm-box.smf-form--letter .smf-item__col--controls,
  .contact-page-content .contact-sm-box .smf-form--letter .smf-item__col--controls, .contact-page-content .contact-sm-box.smf-form--simple-table .smf-item__col--controls,
  .contact-page-content .contact-sm-box .smf-form--simple-table .smf-item__col--controls, .contact-page-content .contact-sm-box.smf-form:not([class*=smf-form--]) .smf-item__col--controls,
  .contact-page-content .contact-sm-box .smf-form:not([class*=smf-form--]) .smf-item__col--controls {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 18px;
  }
  .contact-page-content .contact-sm-box .smf-text-control__control {
    height: 50px;
  }
  .contact-page-content .contact-sm-box .smf-textarea-control__control {
    min-height: 220px;
  }
  .contact-page-content form.snow-monkey-form .smf-action {
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    column-gap: 18px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .contact-page-content form.snow-monkey-form .smf-button-control {
    flex: 1 1 0;
    min-width: 0;
    display: block;
    width: auto;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
  }
  .contact-page-content form.snow-monkey-form .smf-action:not(:has(.smf-button-control ~ .smf-button-control)) {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .contact-page-content form.snow-monkey-form .smf-action:not(:has(.smf-button-control ~ .smf-button-control)) .smf-button-control {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
  .contact-page-content form.snow-monkey-form .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
  .contact-page-content form.snow-monkey-form .smf-button-control__control {
    min-width: 0;
    width: 100%;
    height: 52px;
    padding: 8px 51px 8px 21px;
    font-size: 15px;
  }
  .contact-page-content form.snow-monkey-form .smf-button-control__control[data-action=back] {
    padding: 8px 21px 8px 51px;
    background-image: url(../img/common/ico-btn-arrow-left.png);
    background-position: left 20px center;
  }
  .contact-page-content form.snow-monkey-form .smf-button-control__control[data-action=back]:hover {
    background-image: url(../img/common/ico-btn-arrow-left.png);
  }
}
/* ===================================================
  # OUTLINE
  =================================================== */
.works-outline-area {
  position: relative;
}
.works-outline-area.cnt-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.works-outline-area {
  /* 途中から背景を出す */
}
.works-outline-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /* ここを調整：背景が出始める位置（写真の下あたりに合わせる） */
  top: 520px;
  bottom: 0;
  background-image: url("../img/common/bg-sikkui.webp");
  background-repeat: repeat;
  background-size: auto;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.works-outline-area .works-outline-box {
  position: relative;
  z-index: 1;
}
.works-outline-area .works-outline-box .photo-box {
  width: 100%;
  margin-bottom: 45px;
}
.works-outline-area .works-outline-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
}
.works-outline-area .works-outline-box .inner-box {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
.works-outline-area .works-outline-box {
  /* =============================
      左：文章＋タグ
  ============================== */
}
.works-outline-area .works-outline-box .text-box {
  flex: 1;
}
.works-outline-area .works-outline-box .text-box .cm-text-box01 {
  margin-bottom: 30px;
}
.works-outline-area .works-outline-box .text-box .cm-text-box01 p {
  margin-bottom: 18px;
}
.works-outline-area .works-outline-box .text-box .cm-text-box01 p:last-child {
  margin-bottom: 0;
}
.works-outline-area .works-outline-box .text-box .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.works-outline-area .works-outline-box .text-box .tag-list .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  background: #fff;
  color: var(--cl-gray01, #4C4C4C);
}
.works-outline-area .works-outline-box {
  /* =============================
      右：基本情報
  ============================== */
}
.works-outline-area .works-outline-box .spec-box {
  width: 360px;
  flex: 0 0 360px;
}
.works-outline-area .works-outline-box .spec-box .area {
  margin-bottom: 25px;
}
.works-outline-area .works-outline-box .spec-box .spec-list {
  margin: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 8px;
  column-gap: 18px;
}
.works-outline-area .works-outline-box .spec-box .spec-list dt {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.works-outline-area .works-outline-box .spec-box .spec-list dd {
  margin: 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .works-outline-area {
    position: relative;
    /* 途中から背景を出す */
  }
  .works-outline-area::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    /* ここを調整：背景が出始める位置（写真の下あたりに合わせる） */
    top: 280px;
    bottom: 0;
    background-image: url("../img/common/bg-sikkui.webp");
    background-repeat: repeat;
    background-size: auto;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
  }
  .works-outline-area .works-outline-box {
    position: relative;
    z-index: 1;
  }
  .works-outline-area .works-outline-box .photo-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .works-outline-area .works-outline-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .works-outline-area .works-outline-box .inner-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
  }
  .works-outline-area .works-outline-box {
    /* =============================
    	左：文章＋タグ
    ============================== */
  }
  .works-outline-area .works-outline-box .text-box {
    flex: 1;
  }
  .works-outline-area .works-outline-box .text-box .cm-text-box01 {
    margin-bottom: 25px;
  }
  .works-outline-area .works-outline-box .text-box .cm-text-box01 p {
    margin-bottom: 18px;
  }
  .works-outline-area .works-outline-box .text-box .cm-text-box01 p:last-child {
    margin-bottom: 0;
  }
  .works-outline-area .works-outline-box .text-box .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .works-outline-area .works-outline-box .text-box .tag-list .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    background: #fff;
    color: var(--cl-gray01, #4C4C4C);
  }
  .works-outline-area .works-outline-box {
    /* =============================
    	右：基本情報
    ============================== */
  }
  .works-outline-area .works-outline-box .spec-box {
    width: 100%;
    flex: none;
    border-top: 1px solid var(--cl-gray01, #d5d5d5);
    padding-top: 20px;
  }
  .works-outline-area .works-outline-box .spec-box .area {
    margin-bottom: 20px;
  }
  .works-outline-area .works-outline-box .spec-box .spec-list {
    margin: 0;
    display: grid;
    grid-template-columns: max-content 1fr;
    row-gap: 8px;
    column-gap: 18px;
  }
  .works-outline-area .works-outline-box .spec-box .spec-list dt {
    margin: 0;
    line-height: 1;
    white-space: nowrap;
  }
  .works-outline-area .works-outline-box .spec-box .spec-list dd {
    margin: 0;
    line-height: 1.4;
  }
}
/* ===================================================
  # ILLUST
  =================================================== */
.works-illust-area .works-illust-box .inner-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.works-illust-area .works-illust-box .photo-box {
  flex: 1 1 0;
  min-width: 0;
  max-width: 760px;
  border-radius: 3px;
  overflow: hidden;
}
.works-illust-area .works-illust-box .photo-box img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.works-illust-area .works-illust-box .text-box {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 10px;
}
.works-illust-area .works-illust-box .text-box .ttl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .works-illust-area .works-illust-box .inner-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .works-illust-area .works-illust-box .photo-box {
    width: 100%;
    max-width: none;
    flex: none;
    border-radius: 3px;
  }
  .works-illust-area .works-illust-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  .works-illust-area .works-illust-box .text-box {
    flex: 1;
    padding-top: 10px;
  }
  .works-illust-area .works-illust-box .text-box .ttl {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
  }
}
/* 施工事例：前後ナビ */
.works-article-nav .pager-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}
.works-article-nav .pager-row a.prev,
.works-article-nav .pager-row a.next {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  gap: 16px;
  padding: 14px 24px;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--cl-text, #282828);
  transition: background-color 0.2s;
}
.works-article-nav .pager-row a.prev::before, .works-article-nav .pager-row a.prev::after,
.works-article-nav .pager-row a.next::before,
.works-article-nav .pager-row a.next::after {
  content: none;
  display: none;
  width: 0;
  height: 0;
  background: none;
}
.works-article-nav .pager-row a.prev:hover,
.works-article-nav .pager-row a.next:hover {
  text-decoration: none;
  background-color: var(--cl-bg01, #fafafa);
}
.works-article-nav .pager-row a.prev {
  justify-content: flex-start;
}
.works-article-nav .pager-row a.next {
  justify-content: flex-end;
}
.works-article-nav .ico {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.works-article-nav .pager-row a.prev .ico {
  background-image: url(../img/common/ico-btn-arrow-left.png);
}
.works-article-nav .pager-row a.next .ico {
  background-image: url(../img/common/ico-btn-arrow-right.png);
}
.works-article-nav .text-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.works-article-nav .pager-row a.prev .text-box {
  align-items: flex-start;
  text-align: left;
}
.works-article-nav .pager-row a.next .text-box {
  align-items: flex-end;
  text-align: right;
}
.works-article-nav .label {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.works-article-nav .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.works-article-nav .prev.is-disabled,
.works-article-nav .next.is-disabled {
  flex: 1 1 0;
  min-width: 0;
}

.post-detail-area .post-detail-box .works-article-nav {
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.post-detail-area .post-detail-box .works-article-nav .btn-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.post-detail-area .post-detail-box .works-article-nav .pager-row + .btn-box {
  margin-top: 28px;
}

/* 詳細本文（ブロックエディタ） */
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > p {
  font-size: 16px;
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry {
  /* 写真・ギャラリー直後の段落＝上の画像の説明文 */
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > .wp-block-image + p,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > figure.wp-block-image + p,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > .wp-block-gallery + p,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > figure.wp-block-gallery + p {
  margin-top: 14px;
  margin-bottom: 0;
  padding: 10px 0 10px 14px;
  border-left: 3px solid rgba(164, 138, 66, 0.55);
  line-height: 1.7;
  color: var(--cl-text, #282828);
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry {
  /* 説明文のあと → 次の写真・ギャラリーまで余白 */
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > p + .wp-block-image,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > p + figure.wp-block-image,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > p + .wp-block-gallery,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > p + figure.wp-block-gallery {
  margin-top: 48px;
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry {
  /* ギャラリー下の余白（次ブロックまで） */
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > .wp-block-gallery + *,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > figure.wp-block-gallery + * {
  margin-top: 56px;
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > .wp-block-image + h2,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > .wp-block-image + h3,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > figure.wp-block-image + h2,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > figure.wp-block-image + h3,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > .wp-block-gallery + h2,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > .wp-block-gallery + h3,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > figure.wp-block-gallery + h2,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry > figure.wp-block-gallery + h3 {
  margin-top: 56px;
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry figcaption,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-element-caption,
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-caption-text {
  padding-left: 14px;
  border-left: 3px solid rgba(164, 138, 66, 0.55);
  color: var(--cl-text, #282828);
  font-weight: 400;
}
.works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry > p {
    max-width: 820px;
    margin-left: 0;
    margin-right: auto;
  }
}
.works-detail-area .works-detail-box .works-article-nav {
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.works-detail-area .works-detail-box .works-article-nav .btn-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.works-detail-area .works-detail-box .works-article-nav .pager-row + .btn-box {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  /* 施工事例シングル：各ブロックセクションの上下余白 */
  .works-outline-area.cnt-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .works-illust-area.cnt-area,
  .works-detail-area.cnt-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry > .wp-block-gallery + *,
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry > figure.wp-block-gallery + * {
    margin-top: 44px;
  }
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry figcaption,
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-element-caption,
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-caption-text {
    font-size: 14px;
    margin-top: 18px;
  }
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 14px;
    margin-top: 18px;
  }
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 14px;
    margin-top: 18px;
  }
  .works-detail-area .works-detail-box .works-article-nav .pager-row {
    flex-direction: column;
    gap: 16px;
  }
  .works-detail-area .works-detail-box .works-article-nav a.prev,
  .works-detail-area .works-detail-box .works-article-nav a.next {
    flex: none;
    width: 100%;
    padding: 14px 20px;
  }
  .works-detail-area .works-detail-box .works-article-nav .label {
    font-size: 13px;
  }
  .works-detail-area .works-detail-box .works-article-nav .name {
    font-size: 15px;
  }
  .works-detail-area .works-detail-box .works-article-nav .ico {
    width: 18px;
    height: 18px;
  }
  .works-detail-area .works-detail-box .works-article-nav {
    /* 前後リンクと一覧へ戻るの間を広げる */
  }
  .works-detail-area .works-detail-box .works-article-nav .pager-row + .btn-box {
    margin-top: 40px;
  }
  .works-detail-area .works-detail-box .works-article-nav .btn-box {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .works-detail-area .works-detail-box .works-article-nav .btn-box .cm-btn01.back {
    width: 100%;
    max-width: 360px;
    min-width: 0;
    box-sizing: border-box;
  }
}
/* 施工事例詳細：タブレットでもギャラリー横並び（481〜768px）、極小画面のみ縦 */
@media screen and (max-width: 768px) {
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry figure.wp-block-gallery.is-layout-flex:not(.is-vertical),
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-block-gallery.is-layout-flex:not(.is-vertical) {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
    --wp--style--unstable-gallery-gap: 24px;
  }
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: auto;
    max-width: calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
  }
}
@media screen and (max-width: 480px) {
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry figure.wp-block-gallery.is-layout-flex:not(.is-vertical),
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-block-gallery.is-layout-flex:not(.is-vertical) {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 24px;
    --wp--style--unstable-gallery-gap: 24px;
  }
  .works-detail-area .works-detail-box .works-detail-body.cm-post-entry .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
/* ===================================================
  # ブログ・お知らせ 詳細（共通）
  =================================================== */
.post-detail-area .post-detail-inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: start;
}
.post-detail-area .post-article {
  background: #fff;
  border: none;
  border-radius: 3px;
  padding: 26px 28px;
}
.post-detail-area .article-header .meta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.post-detail-area .article-header .category {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 6px 10px;
  background: #A48A42;
  color: #fff;
  border-radius: 2px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-detail-area .article-header .date {
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 1;
  color: #63635F;
  white-space: nowrap;
}
.post-detail-area .article-header h1.ttl {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  border-bottom: 2px solid #d2ccc5;
  position: relative;
}
.post-detail-area .article-header h1.ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 90px;
  height: 2px;
  background: #c5a13f;
}
.post-detail-area .article-body {
  margin-top: 30px;
}
.post-detail-area .article-nav {
  margin-top: 48px;
}
.post-detail-area .article-nav .pager-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  margin-bottom: 28px;
}
.post-detail-area .article-nav .pager-row a {
  font-size: 14px;
  text-decoration: none;
  color: var(--cl-text, #282828);
}
.post-detail-area .article-nav .pager-row a:hover {
  text-decoration: underline;
}
.post-detail-area .article-nav .prev.is-disabled,
.post-detail-area .article-nav .next.is-disabled {
  flex: 1;
  min-width: 0;
}
.post-detail-area .article-nav .btn-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.post-detail-area .article-nav.btn-box {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .post-detail-area .post-article .cm-post-eyecatch {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.post-detail-area .post-side .side-block,
.blog-list-area .post-side .side-block,
.news-list-area .post-side .side-block {
  background: #fff;
  border: none;
  border-radius: 3px;
  padding: 18px 18px;
  margin-bottom: 18px;
}
.post-detail-area .post-side .side-block:last-child,
.blog-list-area .post-side .side-block:last-child,
.news-list-area .post-side .side-block:last-child {
  margin-bottom: 0;
}
.post-detail-area .post-side .side-ttl,
.blog-list-area .post-side .side-ttl,
.news-list-area .post-side .side-ttl {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.post-detail-area .post-side .side-list,
.blog-list-area .post-side .side-list,
.news-list-area .post-side .side-list {
  margin-top: 16px;
}
.post-detail-area .post-side .side-list li,
.blog-list-area .post-side .side-list li,
.news-list-area .post-side .side-list li {
  font-size: 15px;
}
.post-detail-area .post-side .side-list li + li,
.blog-list-area .post-side .side-list li + li,
.news-list-area .post-side .side-list li + li {
  margin-top: 10px;
}
.post-detail-area .post-side .side-list li a,
.blog-list-area .post-side .side-list li a,
.news-list-area .post-side .side-list li a {
  display: block;
  text-decoration: none;
  color: #282828;
  line-height: 1.6;
}
.post-detail-area .post-side .side-list li a:hover,
.blog-list-area .post-side .side-list li a:hover,
.news-list-area .post-side .side-list li a:hover {
  text-decoration: underline;
}
.post-detail-area .post-side .archive-block .archive-list-more,
.blog-list-area .post-side .archive-block .archive-list-more,
.news-list-area .post-side .archive-block .archive-list-more {
  margin-top: 16px;
}
.post-detail-area .post-side .archive-block .archive-toggle,
.blog-list-area .post-side .archive-block .archive-toggle,
.news-list-area .post-side .archive-block .archive-toggle {
  display: block;
  margin-top: 12px;
  padding: 0;
  border: none;
  background: none;
  color: #282828;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-decoration: underline;
  cursor: pointer;
}
.post-detail-area .post-side .archive-block .archive-toggle:hover,
.blog-list-area .post-side .archive-block .archive-toggle:hover,
.news-list-area .post-side .archive-block .archive-toggle:hover {
  opacity: 0.7;
}

/* ブログ・お知らせ 一覧＋サイドカラム */
.blog-list-area .blog-list-inner,
.blog-list-area .news-list-inner,
.news-list-area .blog-list-inner,
.news-list-area .news-list-inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  align-items: start;
}
.blog-list-area .blog-list-main,
.blog-list-area .news-list-main,
.news-list-area .blog-list-main,
.news-list-area .news-list-main {
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .post-detail-area .post-detail-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .post-detail-area .post-article {
    padding: 20px 18px;
  }
  .post-detail-area .article-header h1.ttl {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
  }
  .post-detail-area .article-nav .pager-row {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .blog-list-area .blog-list-inner,
  .blog-list-area .news-list-inner,
  .news-list-area .blog-list-inner,
  .news-list-area .news-list-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
/* ===================================================
  # ブログ・お知らせ 一覧ページネーション
  =================================================== */
.pagination {
  margin-top: 40px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination ul li a,
.pagination ul li .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #63635F;
  border-radius: 3px;
  text-decoration: none;
  color: var(--cl-text, #282828);
  background: #fff;
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
}
.pagination ul li .current {
  background: var(--cl-gray02, #FAFAFA);
  font-weight: 700;
}
.pagination ul li a:hover {
  background: var(--cl-gray02, #FAFAFA);
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination ul {
    gap: 7px;
  }
  .pagination ul li a,
  .pagination ul li .current {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
/* ===================================================
  # NEWS
  =================================================== */
.news-list-area .news-list-box .news-empty {
  text-align: center;
  padding: 40px 0;
  margin: 0;
  font-size: 15px;
}
.news-list-area .news-list-box .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d9d9d9;
}
.news-list-area .news-list-box .news-list li {
  border-bottom: 1px solid #d9d9d9;
}
.news-list-area .news-list-box .news-list li a {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 22px 26px;
  text-decoration: none;
  color: var(--cl-text, #282828);
  box-sizing: border-box;
}
.news-list-area .news-list-box .news-list li a:hover .ttl {
  text-decoration: underline;
}
.news-list-area .news-list-box .news-list li a .date {
  width: 130px;
  flex: 0 0 130px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--cl-gray01, #4C4C4C);
}
.news-list-area .news-list-box .news-list li a .ttl {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .news-list-area .news-list-box .news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d9d9d9;
  }
  .news-list-area .news-list-box .news-list li {
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 2px;
  }
  .news-list-area .news-list-box .news-list li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0px 0px;
    text-decoration: none;
    color: var(--cl-text, #282828);
    box-sizing: border-box;
  }
  .news-list-area .news-list-box .news-list li a:hover .ttl {
    text-decoration: underline;
  }
  .news-list-area .news-list-box .news-list li a .date {
    width: 100%;
    flex: none;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: var(--cl-gray01, #4C4C4C);
  }
  .news-list-area .news-list-box .news-list li a .ttl {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
  }
}
/* ===================================================
  # BLOG LIST（アイキャッチ＋カテゴリ＋日付＋タイトル）
  =================================================== */
.blog-list-area .blog-list-main .blog-card-list {
  grid-template-columns: repeat(2, 1fr);
}
.blog-list-area .blog-empty {
  text-align: center;
  padding: 40px 0;
  margin: 0;
  font-size: 15px;
}
.blog-list-area {
  /* ===============================
     カード一覧
  =============================== */
}
.blog-list-area .blog-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.blog-list-area .blog-card {
  height: 100%;
}
.blog-list-area .blog-card .blog-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-list-area .blog-card .blog-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.blog-list-area .blog-card {
  /* -------------------
     画像：縦横比が違っても枠に収める
  ------------------- */
}
.blog-list-area .blog-card .photo-box {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f3f3f3;
}
.blog-list-area .blog-card .photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blog-list-area .blog-card {
  /* -------------------
     テキスト
  ------------------- */
}
.blog-list-area .blog-card .text-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 16px 18px;
  min-height: 0;
}
.blog-list-area .blog-card {
  /* カテゴリ＋日付 横並び */
}
.blog-list-area .blog-card .meta-box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-list-area .blog-card .category {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 6px 8px;
  background: #A48A42;
  color: #fff;
  border-radius: 2px;
}
.blog-list-area .blog-card .date {
  font-size: 14px;
  line-height: 1;
  color: #63635F;
}
.blog-list-area .blog-card {
  /* タイトル：2行で省略＋高さ固定でカードが揃う */
}
.blog-list-area .blog-card .ttl {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.2em;
}

@media screen and (max-width: 768px) {
  .blog-list-area .blog-card-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .blog-list-area .blog-card .ttl {
    font-size: 15px;
  }
}

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