@charset "UTF-8";
/*-- foundationフォルダの中の_index.scss --*/
/*---------------------------------

 reset

---------------------------------*/
/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* box-sizingの優先値 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  リストのスタイル（箇条書き・番号）を削除します
  normalize.cssで使用する場合
*/
ol,
ul {
  list-style: none;
}

/* 画像がコンテナを超えないようにするため */
img {
  max-width: 100%;
  vertical-align: top;
}

/* テーブルのセル間のスペースを削除します */
table {
  border-collapse: collapse;
}

/* Safariのtextarea要素のwhite-spaceプロパティを元に戻します */
textarea {
  white-space: revert;
}

/*** The new CSS Reset ***/
/*-- globalフォルダの中の_index.scss --*/
:root {
  --main-TextColor:#181D61;
  --sub-textColor: #444;
}

body {
  background-color: #f1f1f1;
  color: var(--main-TextColor);
}

h1,
h2,
h3,
h4,
p,
a,
li,
summary,
address input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

h1 {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

h2 {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  color: var(--main-TextColor);
}

.container { /* コンテンツの幅 */
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

html {
  overflow-y: scroll; /* 常にスクロールバーを確保 */
}

:root {
  scrollbar-gutter: stable; /* モダンブラウザならこれ推奨 */
}

a:hover { /*ホバー時のポインター表示*/
  cursor: pointer;
}

@media (max-width: 768px) {
  p {
    font-size: 14.4px;
  }
}
/*-- layoutフォルダの中の_index.scss --*/
.concept {
  margin: 60px 0;
  position: relative;
  width: 100%;
  color: #fff;
  background: url("../../img/concept.jpg") center center/cover no-repeat;
  background-attachment: fixed;
}
.concept::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 0;
}
.concept .concept-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}
.concept {
  /* 左キャッチコピー */
}
.concept .concept-lead {
  flex: 0 0 45%;
  font-weight: 500;
  font-size: 1.55rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.concept {
  /* 右テキストボックス */
}
.concept .concept-body {
  flex: 0 0 47%;
  background: rgba(255, 255, 255, 0.88);
  padding: 32px 40px;
}
.concept .concept-body p + p {
  margin-top: 1.2em;
}
.concept {
  /* ▼ タブレット */
}
@media (max-width: 1024px) {
  .concept .concept-inner {
    padding: 60px 24px;
    gap: 40px;
  }
  .concept .concept-lead {
    font-size: 1.8rem;
  }
  .concept .concept-body {
    padding: 26px 28px;
  }
}
.concept {
  /* ▼ スマホ */
}
@media (max-width: 768px) {
  .concept .concept-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .concept .concept-lead {
    font-size: 1.6rem;
    text-align: center;
  }
  .concept .concept-body {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .concept .concept-inner {
    padding: 40px 16px;
  }
  .concept .concept-lead {
    font-size: 1.15rem;
    line-height: 1.6;
    font-family: "Noto Sans JP";
  }
  .concept .concept-body {
    padding: 22px 18px;
    font-size: 0.95rem;
  }
}

.business {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background-image: url(../../img/back_point.jpg);
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .business {
    padding: 20px 0;
  }
}
.business {
  /* ------- 波画像 ------- */
}
.business .wave {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 570px;
  z-index: 0;
  pointer-events: none;
}
.business .wave img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (max-width: 768px) {
  .business .wave img {
    height: 950px;
  }
}
.business {
  /* ------- 内側コンテンツ ------- */
}
.business .business-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.business {
  /* ======================================
  各項目（Reflectix / SHIKKUI）
  ====================================== */
}
.business .biz-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 60px;
  margin-bottom: 130px;
}
.business .biz-item:last-child {
  margin-bottom: 0;
}
.business .biz-item {
  /* ------- 背景の大きな英文字 ------- */
}
.business .biz-item .biz-bg-word {
  position: absolute;
  top: -85px;
  left: 0;
  font-size: 5.2rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.business .biz-item {
  /* 漆喰は右側に寄せる */
}
.business .biz-item.biz-shikkui .biz-bg-word {
  left: 49%;
  top: -85px;
}
.business .biz-item {
  /* ------- テキスト部分 ------- */
}
.business .biz-item .biz-text {
  position: relative;
  z-index: 1;
}
.business .biz-item .biz-title-jp {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 20px;
  letter-spacing: 0.18em;
  color: #7b7b7b;
}
.business .biz-item.biz-reflectix .biz-title-jp {
  color: #fff;
}
.business .biz-item .biz-lead-box {
  padding: 22px 26px;
  margin-bottom: 20px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  line-height: 1.8;
}
.business .biz-item .biz-lead-box .biz-lead-heading {
  font-weight: 700;
  margin-bottom: 0.6em;
}
.business .biz-item .biz-lead-box p {
  line-height: 1.8;
}
.business .biz-item {
  /* Reflectix ボックス */
}
.business .biz-item.biz-reflectix .biz-lead-box {
  background: #8B8B8B;
}
.business .biz-item.biz-reflectix .biz-lead-box p {
  color: #fff;
}
.business .biz-item {
  /* 漆喰 ボックス */
}
.business .biz-item.biz-shikkui .biz-lead-box {
  background: #A69C7A;
}
.business .biz-item.biz-shikkui .biz-lead-box p {
  color: #fff;
}
.business .biz-item {
  /* ------- ボタン ------- */
}
.business .biz-item .biz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 25px 60px;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.business .biz-item .biz-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24);
}
.business .biz-item .biz-btn-reflectix {
  background: #1C1F6A;
}
.business .biz-item .biz-btn-shikkui {
  background: #4D4D4D;
}
.business .biz-item {
  /* ------- 画像 ------- */
}
.business .biz-item .biz-image {
  position: relative;
  z-index: 1;
  justify-self: end;
}
.business .biz-item .biz-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #5f5e5e;
  transform: translate(8px, 8px);
  border-radius: 0 50px 0 50px;
  z-index: 0;
}
.business .biz-item .biz-image img {
  position: relative;
  z-index: 1;
  border-radius: 0 50px 0 50px;
  display: block;
  width: 100%;
  max-width: 500px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.business .biz-item {
  /* 漆喰側（左右反転レイアウト） */
}
.business .biz-item.biz-shikkui {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}
.business .biz-item.biz-shikkui .biz-bg-word {
  right: 0;
}
.business .biz-item.biz-shikkui .biz-image {
  justify-self: start;
}
.business .biz-item.biz-shikkui .biz-image img {
  max-width: 500px;
  height: 400px;
}
.business {
  /* ----------- タブレット ----------- */
}
@media (max-width: 1024px) {
  .business .biz-item {
    gap: 40px;
  }
  .business .biz-item .biz-bg-word {
    font-size: 3.6rem;
  }
}
.business {
  /* ==========================
     タブレット
  ========================== */
}
@media (max-width: 1024px) {
  .business .business-inner {
    padding: 0 24px;
  }
  .business .biz-item {
    gap: 48px;
  }
  .business .biz-item .biz-bg-word {
    font-size: 3.8rem;
  }
}
.business {
  /* ==========================
     スマホ
     ========================== */
}
@media (max-width: 768px) {
  .business .business {
    padding: 80px 0;
  }
  .business .biz-item {
    margin-bottom: 80px;
  }
  .business .biz-item, .business.business .biz-item.biz-shikkui {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .business .biz-item .biz-item.biz-shikkui, .business.business .biz-item.biz-shikkui .biz-item.biz-shikkui {
    margin-bottom: 0px;
  }
  .business .biz-item, .business.business .biz-item.biz-shikkui {
    /* 順番を指定：画像 → テキスト  */
  }
  .business .biz-item .biz-image, .business.business .biz-item.biz-shikkui .biz-image {
    order: 1;
    justify-self: center;
  }
  .business .biz-item .biz-image img, .business.business .biz-item.biz-shikkui .biz-image img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .business .biz-item .biz-text, .business.business .biz-item.biz-shikkui .biz-text {
    order: 2;
    text-align: left;
  }
  .business .biz-item, .business.business .biz-item.biz-shikkui {
    /* 見出し（大文字背景） */
  }
  .business .biz-item .biz-bg-word, .business.business .biz-item.biz-shikkui .biz-bg-word {
    position: static;
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 8px;
  }
  .business .biz-item .biz-title-jp, .business.business .biz-item.biz-shikkui .biz-title-jp {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 20px;
  }
  .business .biz-item .biz-lead-box, .business.business .biz-item.biz-shikkui .biz-lead-box {
    margin-bottom: 16px;
  }
  .business .biz-item .biz-btn, .business.business .biz-item.biz-shikkui .biz-btn {
    font-size: 0.85rem;
    width: 100%;
    justify-content: center;
  }
}

.works {
  padding: 60px 0;
  background: #ffffff;
}
.works .works-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.works .works-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 3px;
  margin-bottom: 12px;
}
.works {
  /* 大きい「WORKS」 */
}
.works .works-en {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 400;
}
.works {
  /* 「事例一覧」 */
}
.works .works-jp {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}
.works .works-head::before,
.works .works-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.works .works-head::before {
  width: 100%;
  height: 1px;
  background: #b9b08a;
}
.works {
  /* 左端の濃い紫ライン */
}
.works .works-head::after {
  width: 80px;
  height: 2px;
  background: #1c1f6a;
}
@media (max-width: 768px) {
  .works .works-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .works .works-en {
    font-size: 2.8rem;
  }
}
.works .works-lead {
  margin-bottom: 12px;
  line-height: 1.9;
  color: #555;
}
.works .works-slider {
  position: relative;
  margin: 0 auto 40px;
  overflow: hidden;
}
.works {
  /* 横並びに流すエリア */
}
.works .works-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
}
.works {
  /* カード */
}
.works .work-card {
  flex: 0 0 calc(33.333% - 16px);
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  text-align: left;
  overflow: hidden;
  transition: opacity 0.3s ease;
  background: #fafafa;
}
.works .work-card:hover {
  opacity: 0.9;
}
.works .work-card .work-thumb img {
  display: block;
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .work-card .work-body {
  padding: 12px 16px 16px;
  background-color: #fafafa;
}
.works .work-card .work-body .work-title {
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.works .work-card .work-body .work-company {
  font-size: 0.85rem;
  color: #666;
}
.works {
  /* ドットナビ */
}
.works .works-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.works .works-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.works .works-dot.is-active {
  background: #333;
  transform: scale(1.1);
}
.works {
  /* 一覧ボタン */
}
.works .works-more {
  margin-top: 40px;
  text-align: center;
}
.works .works-btn {
  font-size: 18px;
  display: inline-block;
  padding: 18px 140px;
  background: #1c1f6a;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.18em;
  border-radius: 2px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.works .works-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.works {
  /* タブレット：2列 */
}
@media (max-width: 1024px) {
  .works .work-card {
    flex: 0 0 calc(50% - 12px);
  }
  .works .works-head .works-en {
    font-size: 3.6rem;
  }
}
.works {
  /* スマホ：1列 */
}
@media (max-width: 768px) {
  .works {
    padding: 80px 0 100px;
  }
  .works .work-card {
    flex: 0 0 100%;
  }
  .works .works-head .works-en {
    font-size: 2rem;
  }
  .works .works-head .works-jp {
    position: static;
    margin-top: -6px;
  }
  .works .works-btn {
    width: 100%;
    padding-inline: 0;
  }
}

.contact {
  padding: 60px 0;
}
.contact .contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}
.contact {
  /* ===== 左カード ===== */
}
.contact .contact-card {
  border: 1px solid #b7b3b0;
  background: #fff;
  padding: 25px 46px 25px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
.contact .contact-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.contact .contact-card__en {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 400;
}
@media (max-width: 468px) {
  .contact .contact-card__en {
    font-size: 1.2rem;
  }
}
.contact .contact-card__jp {
  font-size: 1rem;
  letter-spacing: 0.15em;
}
.contact .contact-card__lead {
  font-size: 0.95rem;
  line-height: 1.9;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 468px) {
  .contact .contact-card__lead {
    font-size: 0.7rem;
  }
}
.contact .contact-card__divider {
  height: 1px;
  margin: 0 auto 18px;
  max-width: 420px;
  background: linear-gradient(to right, #1c1f6a 0, #1c1f6a 90px, #c3bb98 90px, #c3bb98 100%);
}
.contact .contact-card__body {
  text-align: center;
}
.contact .contact-card__company {
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  margin-bottom: 5px;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  color: #4d4d4d;
}
.contact .contact-card__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 5px;
  /* telリンク側も色を固定（iOS対策） */
}
.contact .contact-card__tel a {
  color: #1c1f6a !important;
  text-decoration: none;
}
.contact .contact-card__tel-icon {
  font-size: 1.3rem;
  color: #1c1f6a;
  flex-shrink: 0;
}
.contact .contact-card__tel-number {
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  color: #1c1f6a;
  text-decoration: none;
  font-weight: 600;
}
.contact .contact-card__time {
  font-size: 0.9rem;
  color: #555;
}
.contact {
  /* ===== 右ボタン群 ===== */
}
.contact .contact-links {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.contact .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.contact .contact-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}
.contact .contact-btn--doc {
  background: #1c1f6a;
}
.contact .contact-btn--form {
  background: #A69C7A;
}
.contact {
  /* ===== タブレット・スマホ ===== */
}
@media (max-width: 960px) {
  .contact .contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact .contact-links {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
  .contact .contact-btn {
    width: 100%;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 80px 0 100px;
  }
  .contact .contact-card {
    padding: 28px 20px 32px;
  }
  .contact .contact-card__divider {
    max-width: 100%;
  }
  .contact .contact-card__tel-number {
    font-size: 1.2rem;
  }
}

/*-- componentフォルダの中の_index.scss --*/
.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 430px;
  overflow: hidden;
  /* ▼ 左下のボタン */
}
.hero .hero-buttons-left {
  position: absolute;
  left: 40px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero .hero-buttons-left a {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 0.95rem;
  backdrop-filter: blur(3px);
  transition: 0.3s;
}
.hero .hero-buttons-left a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.hero {
  /* ▼ 右下の縦ボタン（資料請求・お問い合わせ） */
}
.hero .hero-buttons-right {
  position: absolute;
  right: 40px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero .hero-buttons-right a {
  background: #15126F;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 0.9rem;
  text-align: center;
  transition: 0.3s;
}
.hero .hero-buttons-right a:hover {
  background: #3E54C7;
}
.hero .hero-buttons-right .btn-doc {
  background: #0D47A1;
}
.hero .hero-buttons-right .btn-contact {
  background: #1565C0;
}

/* =========================
  施工事例：タグ（共通）
========================= */
.work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  border-radius: 999px;
  border: 1px solid transparent;
  line-height: 1.2;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}

/* ---------- 自社 / 他社 ---------- */
.tag--owner.tag--own {
  background: rgba(28, 31, 106, 0.1);
  border-color: rgba(28, 31, 106, 0.25);
  color: #1c1f6a;
}

.tag--owner.tag--other {
  background: rgba(176, 140, 80, 0.12);
  border-color: rgba(176, 140, 80, 0.28);
  color: #7a5a2a;
}

/* ---------- 建物カテゴリ ---------- */
.tag--cat {
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: #333;
}

/* 工場・倉庫 */
.tag--cat.tag--factorywarehose {
  background: rgba(90, 90, 90, 0.12);
  border-color: rgba(90, 90, 90, 0.28);
  color: #333;
}

/* 店舗 */
.tag--cat.tag--store {
  background: rgba(190, 150, 90, 0.14);
  border-color: rgba(190, 150, 90, 0.32);
  color: #7a5a2a;
}

/* 体育館 */
.tag--cat.tag--gym {
  background: rgba(50, 140, 160, 0.14);
  border-color: rgba(50, 140, 160, 0.3);
  color: #1f6b7a;
}

/* 畜産・農業施設 */
.tag--cat.tag--livestockfarm {
  background: rgba(120, 160, 90, 0.14);
  border-color: rgba(120, 160, 90, 0.32);
  color: #3f6a33;
}

/* 福祉施設・病院 */
.tag--cat.tag--hospital {
  background: rgba(160, 120, 180, 0.14);
  border-color: rgba(160, 120, 180, 0.32);
  color: #6b3f7a;
}

/* 保冷設備 */
.tag--cat.tag--cold {
  background: rgba(80, 140, 200, 0.14);
  border-color: rgba(80, 140, 200, 0.32);
  color: #1f4f7a;
}

/* 結露対策 */
.tag--cat.tag--condensation {
  background: rgba(120, 120, 120, 0.12);
  border-color: rgba(120, 120, 120, 0.28);
  color: #444;
}

/* 保温対策 */
.tag--cat.tag--heat {
  background: rgba(210, 80, 90, 0.14);
  border-color: rgba(210, 80, 90, 0.32);
  color: #9a2d37;
}

.breadcrumb-002 {
  display: flex;
  gap: 0 15px;
  list-style: none;
  padding: 0;
  padding-left: 40px;
  background-color: #1c1f6a;
}
@media (max-width: 468px) {
  .breadcrumb-002 {
    padding-left: 20px;
  }
}

.breadcrumb-002 li {
  display: flex;
  align-items: center;
}

.breadcrumb-002 li:not(:last-child)::after {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  content: "/";
}

.breadcrumb-002 a {
  color: #fff;
  font-size: 0.75em;
  text-decoration: none;
}

/*-- projectフォルダの中の_index.scss --*/
.site-footer {
  background: #4d4d4d;
  color: #fff;
  padding: clamp(28px, 3.5vw, 40px) 0 clamp(14px, 2vw, 20px);
  font-size: clamp(0.85rem, 1.1vw, 0.95rem);
}
.site-footer a {
  color: #fff;
}
.site-footer .footer-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3vw, 30px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 28px);
  min-width: 0;
}
.site-footer {
  /* --------------------------
     左側：会社情報
  -------------------------- */
}
.site-footer .footer-company {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 20px);
  min-width: 0;
}
.site-footer .footer-company .footer-logo {
  width: clamp(64px, 7vw, 90px);
  height: auto;
  flex: 0 0 auto;
  display: block;
}
.site-footer .footer-company .footer-company-text {
  line-height: 1.75;
  min-width: 0;
}
.site-footer .footer-company .footer-company-text .company-name {
  font-weight: 700;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  color: #fff;
}
.site-footer .footer-company .footer-company-text .company-address,
.site-footer .footer-company .footer-company-text .company-tel,
.site-footer .footer-company .footer-company-text .company-fax,
.site-footer .footer-company .footer-company-text .company-time {
  color: #fff;
  margin: 0;
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  opacity: 0.95;
}
.site-footer .footer-company .footer-company-text .company-time {
  margin-top: 6px;
  opacity: 0.9;
}
.site-footer {
  /* --------------------------
     右側：メニュー
  -------------------------- */
}
.site-footer .footer-nav {
  min-width: 0;
}
.site-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; /* ← 1180px付近で崩れにくくする */
  justify-content: flex-end;
  gap: clamp(14px, 2.2vw, 25px);
  align-items: flex-start;
}
.site-footer .footer-nav li {
  flex: 0 0 auto;
  min-width: -moz-max-content;
  min-width: max-content;
  align-items: flex-start;
}
.site-footer .footer-nav .footer-logo {
  margin-top: 20px;
  align-items: center;
}
.site-footer .footer-nav .footer-logo li img,
.site-footer .footer-nav .footer-logo li a {
  height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-nav a {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-size: clamp(0.78rem, 1vw, 0.9rem);
}
.site-footer .footer-nav a span {
  display: block;
  margin-top: 2px;
  font-size: clamp(0.65rem, 0.9vw, 0.75rem);
  opacity: 0.8;
  letter-spacing: 0.03em;
  word-break: break-word;
}
.site-footer .footer-nav a:hover {
  opacity: 0.75;
}
.site-footer {
  /* --------------------------
     コピーライト
  -------------------------- */
}
.site-footer .footer-copy {
  text-align: center;
  margin-top: clamp(18px, 3vw, 30px);
  font-size: clamp(0.72rem, 0.9vw, 0.82rem);
  opacity: 0.85;
}
.site-footer .footer-copy p {
  margin: 0;
  color: #fff;
}
.site-footer {
  /* --------------------------
     スマホ対応
  -------------------------- */
}
@media (max-width: 768px) {
  .site-footer .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
  }
  .site-footer .footer-company {
    flex-direction: column;
    align-items: center;
  }
  .site-footer .footer-company .footer-logo {
    width: 90px;
  }
  .site-footer .footer-nav ul {
    justify-content: center;
    gap: 14px 22px;
  }
  .site-footer .footer-nav li {
    min-width: auto;
  }
}

/* ヘッダー全体 */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px clamp(12px, 3vw, 40px);
  background-color: #fff;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.site-header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 24px);
  min-width: 0;
}
.site-header {
  /* ロゴ */
  /* ロゴ */
}
.site-header .logo {
  align-items: center;
  min-width: 0;
}
.site-header .logo a {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1vw, 10px);
  min-width: 0;
}
.site-header .logo img {
  height: clamp(46px, 5vw, 65px);
  display: block;
}
.site-header .logo .logo-text {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  line-height: 1.3;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  gap: 3px;
  /* 上段：sub名 */
}
.site-header .logo .logo-text .company-name-sub {
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: clamp(0.75rem, 1.1vw, 0.85rem);
}
.site-header .logo .logo-text {
  /* 下段：会社名 */
}
.site-header .logo .logo-text .company-name {
  display: flex;
  align-items: center;
  gap: clamp(2px, 0.6vw, 4px);
  min-width: 0;
  white-space: nowrap;
}
.site-header .logo .logo-text .company-name .logo-small {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  letter-spacing: 0.12em;
  flex: 0 0 auto;
}
.site-header .logo .logo-text .company-name .logo-large {
  font-size: clamp(1.3rem, 2vw, 1.45rem);
  letter-spacing: 0.18em;
  flex: 0 0 auto;
}
.site-header {
  /* ナビ（PCベース） */
}
.site-header .global-nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.site-header .global-nav li.nav-btn a {
  border: 2px solid #fff;
  background-image: url("../../img/rfl_btn_back01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10px 18px;
  line-height: 1.3;
  /* ▼ 自動で縮小 */
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  display: inline-block;
  text-align: left;
  font-weight: 500;
  transition: 0.3s ease;
}
@media (max-width: 1180px) {
  .site-header .global-nav li.nav-btn a {
    display: none;
  }
}
.site-header .global-nav li.nav-btn a strong {
  font-weight: 700;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  color: #F7C948;
  border-bottom: 1px solid #fff;
}
.site-header .global-nav li a {
  /* ▼ 通常ナビ文字 */
  font-size: clamp(0.75rem, 1.3vw, 0.95rem);
  color: #333;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.site-header .global-nav li a .nav-en {
  display: block;
  font-size: clamp(0.6rem, 1vw, 0.7rem);
  opacity: 0.6;
  margin-top: 3px;
}
.site-header {
  /* ハンバーガーアイコン（PCでは非表示） */
}
.site-header .hamburger {
  width: 28px;
  height: 20px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 200;
}
.site-header .hamburger span {
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
}
.site-header .hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.site-header .hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header {
  /* スマホ用 */
}
@media (max-width: 768px) {
  .site-header {
    padding: 10px 16px;
  }
  .site-header .global-nav {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 150;
  }
  .site-header .global-nav ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .site-header .global-nav.active {
    opacity: 1;
    visibility: visible;
  }
  .site-header .hamburger {
    display: flex;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 430px;
  overflow: hidden;
}
.hero .hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: -1;
}
.hero .hero-slide .hero-slide picture {
  width: 100%;
  display: block;
}
.hero .hero-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero .hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.hero .hero-text {
  position: absolute;
  left: 5%;
  bottom: 16%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.hero .hero-text span:first-child {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.5vw, 5rem);
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP";
}
.hero .hero-text span:last-child {
  font-size: clamp(1rem, 2.2vw, 2rem);
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP";
}
@media (max-width: 480px) {
  .hero .hero-text span:last-child {
    font-size: 0.8rem;
  }
}
.hero .hero-text {
  /* タブレット&スマホ位置調整 */
}
@media (max-width: 768px) {
  .hero .hero-text {
    left: 35%;
    bottom: 15%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .hero .hero-text {
    left: 38%;
    bottom: 15%;
    transform: translateX(-50%);
  }
}
.hero .top-rfl-Btn {
  position: fixed;
  right: 2%;
  bottom: 20%;
  z-index: 5;
  z-index: 100;
}
.hero .top-rfl-Btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px;
  border: 3px solid #fff;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  color: #fff;
  background-image: url("../../img/rfl_btn_back01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero .top-rfl-Btn .rfl1,
.hero .top-rfl-Btn .rfl2,
.hero .top-rfl-Btn .rfl3 {
  color: #fff;
  line-height: 1.1;
}
.hero .top-rfl-Btn .rfl1 {
  font-size: 1.2rem;
}
.hero .top-rfl-Btn .rfl2 {
  font-size: 2.4rem;
  font-weight: 900;
  border-bottom: 1px solid;
}
.hero .top-rfl-Btn .rfl3 {
  margin-top: 5px;
  font-size: 0.95rem;
}
.hero .top-rfl-Btn a:hover {
  opacity: 0.9;
}
.hero {
  /* ノートPC（13〜15inch想定） */
}
@media (min-width: 768px) and (max-width: 1366px) {
  .hero .top-rfl-Btn {
    right: 1.5%;
    bottom: 20%;
  }
  .hero .top-rfl-Btn a {
    padding: 8px 22px;
  }
  .hero .top-rfl-Btn .rfl1 {
    font-size: 0.95rem;
  }
  .hero .top-rfl-Btn .rfl2 {
    font-size: 1.8rem;
  }
  .hero .top-rfl-Btn .rfl3 {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .hero .top-rfl-Btn {
    display: none;
  }
}
.hero .hero-right-fixed {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 200;
}
.hero .hero-right-fixed a {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 18px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s ease;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero .hero-right-fixed a {
    padding: 8px 1px;
  }
}
.hero .hero-right-fixed .btn-doc {
  background: #1C1F6A;
}
@media (max-width: 768px) {
  .hero .hero-right-fixed .btn-doc {
    font-size: 0.75rem;
  }
}
.hero .hero-right-fixed .btn-doc:hover {
  background: #fff;
  color: #1C1F6A;
}
.hero .hero-right-fixed .btn-contact {
  background: #A69C7A;
}
@media (max-width: 768px) {
  .hero .hero-right-fixed .btn-contact {
    font-size: 0.75rem;
  }
}
.hero .hero-right-fixed .btn-contact:hover {
  background: #fff;
  color: #A69C7A;
}
.hero .hero-bottom-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}
.hero .hero-bottom-area .hero-bottom-buttons {
  display: flex;
  width: 100%;
}
.hero .hero-bottom-area .hero-bottom-buttons a {
  flex: 1;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .hero .hero-bottom-area .hero-bottom-buttons a {
    font-size: 0.7rem;
  }
}
.hero .hero-bottom-area {
  /* ▼ 左ボタン */
}
.hero .hero-bottom-area .btn-left {
  background: rgba(21, 18, 111, 0.65);
}
.hero .hero-bottom-area .btn-left:hover {
  background: rgb(21, 18, 111);
}
.hero .hero-bottom-area {
  /* ▼ 右ボタン */
}
.hero .hero-bottom-area .btn-right {
  background: rgba(166, 156, 122, 0.65);
}
.hero .hero-bottom-area .btn-right:hover {
  background: rgb(166, 156, 122);
}

.global-nav a {
  font-size: 14px;
  font-weight: 700;
}

/* ==========================
   トップ画像ヘッダー帯
========================== */
.reflectix-kv {
  position: relative;
  overflow: hidden;
}
.reflectix-kv__image img {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .reflectix-kv__image img {
    height: 225px;
  }
}
.reflectix-kv__title {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .reflectix-kv__title {
    bottom: 25px;
  }
}
.reflectix-kv__en {
  color: #1c1f6a;
  font-size: 0.85rem;
  letter-spacing: 0.28em;
  margin-bottom: 4px;
}
.reflectix-kv__jp {
  color: #1c1f6a;
  font-size: 2rem;
  letter-spacing: 0.24em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .reflectix-kv__jp {
    font-size: 1.5rem;
  }
}

/* ==========================
   セクションタイトル
========================== */
.section-content .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-content .section-title .section-label {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #1c1f6a;
  font-weight: 800;
}
@media (max-width: 768px) {
  .section-content .section-title .section-label {
    font-size: 0.75rem;
  }
}
.section-content .section-title .section-title-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.section-content .section-title .section-title-sub img {
  width: 100%;
  height: 100%;
  max-width: 25px;
}
@media (max-width: 768px) {
  .section-content .section-title .section-title-sub img {
    max-width: 20px;
  }
}
.section-content .section-title .section-title-sub .section-heading {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #1c1f6a;
  margin: 10px;
}
@media (max-width: 768px) {
  .section-content .section-title .section-title-sub .section-heading {
    font-size: 1.3rem;
    margin: 5px;
  }
}
@media (max-width: 499px) {
  .section-content .section-title .section-title-sub .section-heading {
    font-size: 1.2rem;
  }
}
.section-content .problem-divider {
  height: 1px;
  margin: 0 auto 36px;
  background: linear-gradient(to right, #1c1f6a 0, #1c1f6a 100px, #c7ba8a 100px, #c7ba8a 100%);
}

/* ==========================
 リフレセクション
========================== */
.reflectix-wrapper {
  background: url("../../img/back-phto.jpg") center/cover no-repeat;
  padding: 40px 20px;
  background-attachment: fixed;
}
.reflectix-wrapper .reflectix-problem {
  padding: 0px 0 60px;
}
.reflectix-wrapper .reflectix-problem .problem-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.reflectix-wrapper .reflectix-problem .problem-list {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  gap: 30px 40px;
  justify-content: center;
}
.reflectix-wrapper .reflectix-problem .problem-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 100%;
  max-width: 480px;
  flex: 1 1 380px;
  min-height: 120px;
  padding: 20px 30px;
  background: #ecf0ff;
  border-radius: 30px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  font-size: 1.2rem;
  line-height: 1.6;
  color: #1c1f6a;
  border: 3px solid #1c1f6a;
  font-family: "Noto Sans JP";
  letter-spacing: 0.09rem;
  /* 左上（1番目） */
}
.reflectix-wrapper .reflectix-problem .problem-item:nth-child(1) {
  background: #ffc521;
}
.reflectix-wrapper .reflectix-problem .problem-item {
  /* 右下（4番目） */
}
.reflectix-wrapper .reflectix-problem .problem-item:nth-child(4) {
  background: #ffc521;
}
.reflectix-wrapper .reflectix-problem {
  /* スマホ */
}
@media (max-width: 768px) {
  .reflectix-wrapper .reflectix-problem .problem-item {
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    font-size: 0.9rem;
  }
}
.reflectix-wrapper .reflectix-solution {
  padding: 40px 0;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  border: 3px solid #1c1f6a;
}
.reflectix-wrapper .reflectix-solution .solution-inner {
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reflectix-wrapper .reflectix-solution .solution-text {
  flex: 1;
}
.reflectix-wrapper .reflectix-solution .solution-lead {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.7;
  color: #1c1f6a;
}
.reflectix-wrapper .reflectix-solution .solution-lead span {
  display: inline-block;
  margin-left: 6px;
  font-weight: 700;
  color: #1c1f6a;
}
.reflectix-wrapper .reflectix-solution .solution-title {
  font-size: 1.6rem;
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  color: #1c1f6a;
}
.reflectix-wrapper .reflectix-solution .solution-title .brand {
  color: #1c1f6a;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
}
.reflectix-wrapper .reflectix-solution .solution-title .solve {
  position: relative;
  padding-bottom: 4px;
}
.reflectix-wrapper .reflectix-solution .solution-title .solve::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #f7c948;
  border-radius: 2px;
}
.reflectix-wrapper .reflectix-solution .solution-illust {
  flex-shrink: 0;
}
.reflectix-wrapper .reflectix-solution .solution-illust img {
  width: 120px;
  height: auto;
  display: block;
}
.reflectix-wrapper .reflectix-solution {
  /* ---------- SP ---------- */
}
@media (max-width: 768px) {
  .reflectix-wrapper .reflectix-solution {
    padding: 32px 0;
  }
  .reflectix-wrapper .reflectix-solution .solution-inner {
    flex-direction: column;
    text-align: center;
  }
  .reflectix-wrapper .reflectix-solution .solution-title {
    justify-content: center;
    font-size: 1.3rem;
  }
  .reflectix-wrapper .reflectix-solution .solution-title .brand {
    font-size: 1rem;
  }
  .reflectix-wrapper .reflectix-solution .solution-illust img {
    width: 95px;
    margin-top: 10px;
  }
}

.reflectix-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 4vw, 90px) 0;
  color: #fff;
}
.reflectix-hero__bg {
  position: absolute;
  inset: 0;
  background: url("../../img/rfl_btn_back.jpeg") center/cover no-repeat;
  transform: scale(1.02);
  z-index: 0;
}
.reflectix-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.05) 100%);
  z-index: 1;
}
.reflectix-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
}
.reflectix-hero__title {
  font-family: "objektiv-mk1", sans-serif;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 1.05;
  letter-spacing: 0.07em;
  margin: 0 0 12px;
  font-weight: 600;
}
.reflectix-hero__subtitle {
  color: #fff;
  margin: 0 0 18px;
  font-size: clamp(15px, 1.4vw, 18px);
  letter-spacing: 0.08em;
  opacity: 0.95;
}
.reflectix-hero__lead {
  margin: 0;
  letter-spacing: 0.03em;
  opacity: 0.95;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.reflectix-hero__note {
  color: #fff;
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.7;
}
.reflectix-hero__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.reflectix-hero__product {
  width: min(520px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.2));
}
.reflectix-hero {
  /* ---------- SP ---------- */
}
@media (max-width: 900px) {
  .reflectix-hero__inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .reflectix-hero__visual {
    justify-content: center;
    margin-top: 10px;
  }
  .reflectix-hero::after {
    background: rgba(0, 0, 0, 0.42);
  }
}

.sec-wrapper {
  background-color: #fff;
  align-items: center;
}
.sec-wrapper .reflectix-different {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}
.sec-wrapper .reflectix-different .different-summary {
  margin: 30px auto 30px;
  text-align: center;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #15126F;
}
.sec-wrapper .reflectix-different .different-summary .Text_dc {
  font-size: 1.3rem;
  letter-spacing: 1.2px;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .sec-wrapper .reflectix-different .different-summary .Text_dc {
    font-size: 0.87rem;
  }
}
.sec-wrapper .reflectix-different .different-summary .Text_dc_under {
  font-family: "Noto Sans JP";
  border-bottom: 1px solid;
}
.sec-wrapper .reflectix-different .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sec-wrapper .reflectix-different .sp-only {
    display: inline;
  }
}
.sec-wrapper .reflectix-different .heat-photo {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sec-wrapper .reflectix-different .heat-photo .Text_dc {
  font-family: "Noto Sans JP";
}
.sec-wrapper .reflectix-different .heat-photo img {
  width: 100%;
  max-width: 500px;
}

.sec-wrapper.sec2 {
  background-color: #f7f6e0;
}
.sec-wrapper.sec2 .heat-photo img {
  width: 100%;
  max-width: 300px;
}

.sec-wrapper.sec3 .heat-photo img {
  width: 100%;
  max-width: 660px;
}

.sec-wrapper.sec4 {
  background-image: url(../../img/back_point.jpg);
}
.sec-wrapper.sec4 .reason-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-wrapper.sec4 .reason-wrapper .reason3__grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
@media (max-width: 900px) {
  .sec-wrapper.sec4 .reason-wrapper .reason3__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}
.sec-wrapper.sec4 .reason-wrapper {
  /* カード */
}
.sec-wrapper.sec4 .reason-wrapper .reason3__card {
  background: #ffffff;
  border: 1px solid rgba(21, 18, 111, 0.22);
  border-radius: 18px;
  padding: 28px 26px 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  /* うっすら飾り（右上の丸） */
}
.sec-wrapper.sec4 .reason-wrapper .reason3__card::after {
  content: "";
  position: absolute;
  right: -48px;
  top: -48px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(21, 18, 111, 0.08);
  pointer-events: none;
}
@media (max-width: 900px) {
  .sec-wrapper.sec4 .reason-wrapper .reason3__card {
    min-height: auto;
  }
}
.sec-wrapper.sec4 .reason-wrapper {
  /* POINTラベル */
}
.sec-wrapper.sec4 .reason-wrapper .reason3__point {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #15126F;
  margin: 0 0 10px;
}
.sec-wrapper.sec4 .reason-wrapper {
  /* タイトル */
}
.sec-wrapper.sec4 .reason-wrapper .reason3__cardTitle {
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: #222;
  margin: 0 0 18px;
  font-weight: 700;
}
.sec-wrapper.sec4 .reason-wrapper {
  /* 数字エリア */
}
.sec-wrapper.sec4 .reason-wrapper .reason3__big {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 14px;
  line-height: 1;
}
.sec-wrapper.sec4 .reason-wrapper .reason3__big--small .reason3__num {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
}
.sec-wrapper.sec4 .reason-wrapper .reason3__num {
  font-family: "Noto Sans JP";
  font-size: clamp(2.8rem, 4.2vw, 3.4rem);
  font-weight: 800;
  color: #15126F;
  letter-spacing: 0.02em;
}
.sec-wrapper.sec4 .reason-wrapper .reason3__unit {
  font-size: 1.3rem;
  font-weight: 800;
  color: #15126F;
}
.sec-wrapper.sec4 .reason-wrapper {
  /* 説明文 */
}
.sec-wrapper.sec4 .reason-wrapper .reason3__text {
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.9;
  margin-top: 6px;
}
.sec-wrapper.sec4 .reason-wrapper a {
  padding: 30px 150px;
  border: 2px solid #15126F;
  color: #fff;
  font-weight: 800;
  background-color: #15126F;
  margin-top: 50px;
}
@media (max-width: 860px) {
  .sec-wrapper.sec4 .reason-wrapper a {
    padding: 15px 80px;
    font-size: 0.85rem;
  }
}

/* =========================
  施工の流れ
========================= */
.reflectix-flow {
  padding: 40px 0;
  --nav: #15126F;
  --navLight: #E8ECFF;
  --yellow: #F6B400;
  --line: rgba(21, 18, 111, 0.18);
  padding-bottom: 20px;
  /* =========================
    上：矢印フロー（画像寄せ）
  ========================= */
}
.reflectix-flow .flow-step-bar {
  max-width: 1100px;
  margin: 0px auto 48px;
  padding: 0 20px;
}
.reflectix-flow .flow-step-bar ul {
  display: flex;
  align-items: stretch;
}
.reflectix-flow .flow-step-bar li {
  flex: 1;
  position: relative;
  padding: 11px 10px;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  color: var(--nav);
  background: var(--navLight);
  border: 1px solid var(--line);
  border-right: none;
  line-height: 1.25;
}
.reflectix-flow {
  /* 矢印の“くちばし” */
}
.reflectix-flow .flow-step-bar li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 22px solid var(--navLight);
  z-index: 2;
}
.reflectix-flow {
  /* 矢印の境界線（画像の段差っぽさ） */
}
.reflectix-flow .flow-step-bar li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -23px;
  top: -1px;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 22px solid var(--line);
  z-index: 1;
}
.reflectix-flow {
  /* 最後は濃紺の矢印にする（画像の右端っぽく） */
}
.reflectix-flow .flow-step-bar li:last-child {
  background: var(--nav);
  color: #fff;
  border-right: 1px solid var(--nav);
  border-radius: 0 999px 999px 0;
}
.reflectix-flow {
  /* 先頭は丸く */
}
.reflectix-flow .flow-step-bar li:first-child {
  border-radius: 999px 0 0 999px;
}
@media (max-width: 860px) {
  .reflectix-flow .flow-step-bar ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .reflectix-flow .flow-step-bar li,
  .reflectix-flow .flow-step-bar li:last-child,
  .reflectix-flow .flow-step-bar li:first-child {
    border-radius: 12px;
    border-right: 1px solid var(--line);
  }
  .reflectix-flow .flow-step-bar li::before,
  .reflectix-flow .flow-step-bar li::after {
    display: none;
  }
}
.reflectix-flow {
  /* =========================
    下：縦フロー（画像寄せ）
    ・左：写真
    ・右：白カード＋黄色丸番号
  ========================= */
}
.reflectix-flow .flow-list {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.reflectix-flow .flow-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 26px;
  align-items: flex-start;
  padding: 16px 0;
}
.reflectix-flow .flow-item + .flow-item {
  border-top: 1px solid rgba(21, 18, 111, 0.1);
}
.reflectix-flow .flow-photo img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}
.reflectix-flow .flow-card {
  padding: 30px 20px;
}
.reflectix-flow .flow-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e6f7;
}
.reflectix-flow .flow-badge {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--yellow);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  font-family: "objektiv-mk1", sans-serif;
  flex: 0 0 auto;
  margin-bottom: 10px;
}
.reflectix-flow .flow-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--nav);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.reflectix-flow .flow-desc {
  margin: 0;
  line-height: 1.85;
  color: rgba(0, 0, 0, 0.78);
}
@media (max-width: 900px) {
  .reflectix-flow .flow-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .reflectix-flow .flow-card {
    padding: 16px 16px;
  }
}

/* デジタルブック案内テキスト */
p.heyzine-link {
  text-align: center;
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1c1f6a;
  margin: 80px 0 20px;
  position: relative;
}

/* 下線アクセント */
p.heyzine-link::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #F7C948;
  margin: 14px auto 0;
  border-radius: 2px;
}

.heyzine-link {
  display: block;
  text-align: center;
  margin: 35px auto 0;
  border-bottom: #15126F;
}

.sec5 {
  background-color: #F7F5EF;
  background-image: url("../../img/shikkui_back01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

.shikkui-products .shikkui-products__title {
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 0 5px 12px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 468px) {
  .shikkui-products .shikkui-products__title {
    font-size: 1rem;
  }
}
.shikkui-products .shikkui-products__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1px;
  height: 2.5em;
  background: #b5ab8a;
}
.shikkui-products .shikkui-products__title::after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b5ab8a;
}
.shikkui-products__lead {
  margin: 0 0 26px;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.9;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 450px;
}
.product-card__photo {
  background: #fff;
  padding: 28px 18px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 12px;
  align-items: center;
  justify-items: center;
}
.product-card__photo img {
  max-width: 100%;
  height: 180px;
  display: block;
}
.product-card__body {
  padding: 20px 18px 18px;
  flex: 1;
}
.product-card__name {
  text-align: center;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: 0.03em;
}
.product-card__sub {
  text-align: center;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.68);
  margin: 0 0 12px;
  font-size: 0.95rem;
}
.product-card__text {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
  font-size: 0.9rem;
}
.product-card {
  /* 下の帯ボタン（スクショの肝） */
}
.product-card__btn {
  margin-top: auto;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 14px 10px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  background: #9A9273;
  /* スクショのオリーブ系 */
  color: #fff;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.product-card__btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.product-card__badge {
  position: absolute;
  bottom: 170px;
  right: 5px;
  z-index: 5;
  width: 110px;
  height: auto;
}

.specTable {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font-family: "Noto Sans JP";
}
.specTable th,
.specTable td {
  font-family: "Noto Sans JP";
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding: 14px 10px;
  text-align: center;
  font-size: 0.95rem;
}
.specTable tr > *:last-child {
  border-right: none;
}
.specTable tbody tr:last-child > * {
  border-bottom: none;
}
.specTable {
  /* 上の濃グレー見出し */
}
.specTable__th {
  background: #5A584D;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 10px;
}
.specTable {
  /* 左上のセル */
}
.specTable__th--left {
  width: 170px;
}
.specTable {
  /* 2段目（白/黒） */
}
.specTable__sub {
  background: #ffffff;
  font-weight: 700;
  color: #333;
}
.specTable {
  /* 左列（項目名） */
}
.specTable__rowHead {
  background: #eeeae0;
  font-weight: 700;
  color: #333;
  text-align: center;
  width: 170px;
}
.specTable {
  /* 行ストライプ（薄いベージュ） */
}
.specTable tbody tr:nth-child(odd) td {
  background: #F8F6F1;
}
.specTable tbody tr:nth-child(even) td {
  background: #ffffff;
}

@media (max-width: 899px) {
  .spec__tableWrap {
    color: #333;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 0px;
  }
  .specTable {
    width: -moz-max-content;
    width: max-content;
    min-width: 750px;
    overflow: visible;
  }
  .specTable th,
  .specTable td {
    padding: 10px 6px;
    font-size: 0.8rem;
    line-height: 1.4;
    white-space: nowrap;
  }
  .specTable img {
    margin-top: 30px;
    width: 100%;
    max-width: 100px;
  }
  /* ▼ 左列を固定 */
  .specTable__rowHead {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #eeeae0;
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
  .specTable__th--left {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    position: sticky;
    left: 0;
    z-index: 3;
  }
  .specTable__th {
    font-size: 0.8rem;
  }
  .specTable__sub {
    font-size: 0.75rem;
    padding: 8px 4px;
  }
}
.caution-text {
  max-width: 900px;
  margin: 0 auto 30px;
  line-height: 1.9;
  font-size: 0.95rem;
  color: #333;
}

.caution-photo {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 40px 0;
  flex-wrap: wrap;
}
.caution-photo img {
  max-width: 450px;
  width: 100%;
  border-radius: 6px;
}
.caution-photo .caution-photo2 {
  width: 100%;
  max-width: 800px;
}

.caution-illust {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
}

.company-profileSplit {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 50px;
}
@media (max-width: 900px) {
  .company-profileSplit {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
}
.company-profileSplit__photo {
  top: 100px;
  /* ヘッダーの高さ分。あなたの固定ヘッダーに合わせて調整 */
  align-self: start;
  max-width: 100%;
}
@media (max-width: 900px) {
  .company-profileSplit__photo {
    position: relative;
    /* SPでは固定しない */
    top: auto;
  }
}
.company-profileSplit__photo img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-profileSplit__info {
  padding-right: 10px;
}
.company-profileSplit__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 22px;
  letter-spacing: 0.05em;
}

.company-profileSplit__info {
  max-width: 750px;
}
.company-profileSplit__info .company-dl .row {
  display: grid;
  grid-template-columns: 90px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-end;
  padding: 14px 0;
  position: relative;
}
.company-profileSplit__info .company-dl .row::after {
  content: "";
  position: absolute;
  left: 90px;
  right: 0;
  bottom: 14px;
  height: 1px;
  background: #c9c1a3;
}
.company-profileSplit__info .company-dl dt {
  font-family: "Noto Sans JP";
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.company-profileSplit__info .company-dl {
  /* 左側：短い濃ライン */
}
.company-profileSplit__info .company-dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 2px;
  background: #15126F;
}
.company-profileSplit__info .company-dl dd {
  font-family: "Noto Sans JP";
  margin: 0;
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.75);
}
.company-profileSplit__info .company-dl {
  /* 最後の行だけ下線を消したい場合 */
}
.company-profileSplit__info .company-dl .row:last-child::after {
  display: none;
}
.company-profileSplit__info .company-dl .map iframe {
  width: 100%;
  height: 260px;
  border-radius: 6px;
  display: block;
}

.contact-direct {
  text-align: center;
}

.contact-note {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 25px;
}

/* 全体枠 */
.contact-box {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #777;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* 各ブロック */
.contact-item {
  padding: 30px 40px;
  text-align: left;
  position: relative;
}

/* 中央の斜め仕切り */
.contact-item.tel::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #777;
  transform: skewX(-10deg);
}

/* ラベル */
.contact-item .label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #5c5b5b;
  margin-bottom: 10px;
  font-family: "objektiv-mk1", sans-serif;
}

/* 電話番号 */
.contact-item .number {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.contact-item .number a,
.contact-item .number span {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  color: #333;
  text-decoration: none;
}

.icon-img {
  width: 28px;
  height: auto;
  display: block;
}

/* SP対応 */
@media (max-width: 768px) {
  .contact-box {
    grid-template-columns: 1fr;
  }
  .contact-item.tel::after {
    display: none;
  }
  .contact-item {
    border-bottom: 1px solid #777;
  }
  .contact-item:last-child {
    border-bottom: none;
  }
  .contact-item .number a,
  .contact-item .number span {
    font-size: 1.6rem;
  }
}
.contactForm {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  font-family: "Noto Sans JP";
}
.contactForm__note {
  text-align: center;
  color: rgba(0, 0, 0, 0.68);
  margin: 0 0 18px;
  font-size: 0.95rem;
}
.contactForm__table {
  border-top: 1px solid #c9c1a3; /* 薄いベージュライン */
}
.contactForm__submit {
  text-align: center;
  margin-top: 28px;
}
.contactForm__submit button {
  background: #15126F;
  color: #fff;
  border: none;
  border-radius: px;
  padding: 14px 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.contactForm__submit button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* 1行 */
.frow {
  display: grid;
  grid-template-columns: 180px 80px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #c9c1a3;
  font-family: "Noto Sans JP";
}
.frow__label {
  font-weight: 700;
  color: #333;
}
.frow__req {
  display: flex;
  justify-content: flex-start;
}
.frow .req {
  font-family: "Noto Sans JP";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 26px;
  padding: 0 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: #15126F;
  letter-spacing: 0.1em;
}
.frow .req--ghost {
  background: transparent;
  color: transparent;
}
.frow__field {
  width: 100%;
}
.frow input,
.frow select,
.frow textarea {
  font-family: "Noto Sans JP";
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #f3f3f3;
  padding: 12px 14px;
  font-size: 0.95rem;
  outline: none;
}
.frow textarea {
  font-family: "Noto Sans JP";
  resize: vertical;
  min-height: 140px;
}
.frow--textarea {
  align-items: start;
}
.frow--textarea .frow__label,
.frow--textarea .frow__req {
  padding-top: 12px;
}

@media (max-width: 768px) {
  .contactForm {
    padding: 30px 16px 60px;
  }
  .contactForm__note {
    font-size: 0.85rem;
    margin-bottom: 14px;
  }
  .frow {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 0;
  }
  .frow__label {
    font-size: 0.75rem;
  }
  .frow__req {
    order: 2;
  }
  .frow__field {
    order: 3;
  }
  .frow .req {
    min-width: 44px;
    height: 15px;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }
  .frow input,
  .frow select,
  .frow textarea {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
  .frow textarea {
    min-height: 120px;
  }
  .contactForm__submit {
    margin-top: 22px;
  }
  .contactForm__submit button {
    width: 100%;
    max-width: 320px;
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}
.thanks-page {
  background: #f7f8fa;
}

.thanks-inner {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  padding: 120px 50px 180px;
  text-align: center;
}

.section-label {
  font-family: "Kanit", sans-serif;
  letter-spacing: 0.15em;
  color: #999;
  font-size: 0.75rem;
}

.section-title {
  color: #15126F;
}

.section-divider {
  width: 60px;
  height: 2px;
  background: #15126F;
  margin: 0 auto 40px;
}

.thanks-message {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 30px;
}

.thanks-note {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 50px;
}

.thanks-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  padding: 14px 36px;
  background: #15126F;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.btn-secondary {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid #15126F;
  color: #15126F;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
}

/* SP */
@media (max-width: 768px) {
  .thanks-inner {
    padding: 80px 25px;
  }
  .section-title {
    font-size: 1.2rem;
  }
}
/* =========================================
  works-detail.html（事例一覧） SCSS
  - 詳細記事のページ
  - メイン画像+詳細画像3枚+テキスト
========================================= */
.work-detail {
  padding: 70px 0;
  background: #fff;
  margin: 0 auto;
  background-image: url("../../img/refle_back01.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.work-detail__inner {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px;
  border: 1px solid #1c1f6a;
}
.work-detail__title {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 26px;
  text-align: center;
}
.work-detail__hero img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 26px;
}
.work-detail__text {
  color: #333;
  line-height: 2;
  margin: 0 auto 36px;
  max-width: 760px;
  font-size: 0.98rem;
}
.work-detail__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
  max-width: 1200px;
}
.work-detail__gallery img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: initial;
     object-fit: initial;
  display: block;
}
.work-detail__gallery {
  /* ▼ 1枚だけのとき：3列分使う */
}
.work-detail__gallery__gallery img:only-child {
  grid-column: 1/-1;
}
.work-detail__gallery {
  /* ▼ 2枚のとき：それぞれ2列分使う */
}
.work-detail__gallery__gallery img:nth-child(1):nth-last-child(2), .work-detail__gallery__gallery img:nth-child(2):nth-last-child(1) {
  grid-column: span 2;
}
.work-detail__nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
}
.work-detail__nav a {
  display: inline-block;
  padding: 14px 22px;
  text-decoration: none;
  background: #333;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .work-detail__gallery {
    grid-template-columns: 1fr;
  }
  .work-detail__gallery img {
    height: 190px;
  }
}

.emphasis {
  font-weight: 700;
  color: #f30c0c;
}

/* =========================================
  works.html（事例一覧） SCSS
  - 3列 → 2列 → 1列
  - 枠線＋白背景＋画像固定比率
========================================= */
.works-archive {
  padding: 70px 0 100px;
  background: #fff;
  background-image: url("../../img/refle_back01.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.works-archive .works-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #ffffff;
}
.works-archive .page-title {
  font-size: 1.15rem;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  color: #222;
}
.works-archive {
  /* ▼ カテゴリボタン（使う場合） */
}
.works-archive .works-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}
.works-archive .works-filter__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(28, 31, 106, 0.22);
  background: #fff;
  color: #1c1f6a;
  padding: 10px 14px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.works-archive .works-filter__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(28, 31, 106, 0.45);
}
.works-archive .works-filter__btn.is-active {
  background: #1c1f6a;
  color: #fff;
  border-color: #1c1f6a;
}
.works-archive {
  /* ▼ グリッド */
}
.works-archive .works-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.works-archive {
  /* ▼ カード */
}
.works-archive .work-card {
  display: block;
  background: #fff;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.works-archive .work-card:hover {
  opacity: 0.93;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
}
.works-archive .work-thumb {
  background: #f3f3f3;
}
.works-archive .work-thumb img {
  width: 100%;
  height: 210px;
  /* スクショの比率に近い */
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-archive .work-body {
  padding: 14px 16px 18px;
}
.works-archive {
  /* 会社名（上の小さいテキスト） */
}
.works-archive .work-company {
  font-size: 0.72rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdbf9a;
}
.works-archive {
  /* タイトル */
}
.works-archive .work-title {
  line-height: 1.7;
  color: #222;
}
.works-archive .work-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.works-archive .tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  border-radius: 999px;
  border: 1px solid transparent;
  line-height: 1.2;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.works-archive .works-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.works-archive .works-pagination .page-btn {
  font-family: "Noto Sans JP";
  min-width: 38px;
  padding: 8px 12px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.works-archive .works-pagination .page-btn:hover {
  background: #f3f3f3;
}
.works-archive .works-pagination .page-btn.is-active {
  background: #1c1f6a;
  color: #fff;
  border-color: #1c1f6a;
  cursor: default;
}
.works-archive {
  /* ====== レスポンシブ ====== */
}
@media (max-width: 1024px) {
  .works-archive .works-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .works-archive .work-thumb img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .works-archive {
    padding: 0px 0 90px;
  }
  .works-archive .works-filter__btn {
    font-family: "Noto Sans JP";
    flex: 1 1 auto;
    text-align: center;
  }
  .works-archive .works-archive-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .works-archive .work-thumb img {
    height: 220px;
  }
}

/* ===============================
  プライバシーポリシーページ
  privacy.html
================================ */
.privacy-page {
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 10vw, 120px);
  background: #fff;
  color: #222;
}
.privacy-page .privacy-inner {
  max-width: 980px;
  margin: 40px auto;
  padding: 0 clamp(16px, 4vw, 24px);
}
.privacy-page {
  /* タイトル */
}
.privacy-page .privacy-title {
  font-family: "BIZ UDPMincho", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}
.privacy-page {
  /* 導入文 */
}
.privacy-page .privacy-lead {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.9;
  color: #555;
  margin-bottom: 40px;
}
.privacy-page {
  /* 各セクション */
}
.privacy-page section {
  margin-bottom: 42px;
}
.privacy-page section h2 {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  padding-left: 14px;
  border-left: 4px solid #1c1f6a;
}
.privacy-page section p {
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.9;
  margin-bottom: 10px;
}
.privacy-page section ul {
  margin-top: 10px;
  padding-left: 1.4em;
}
.privacy-page section ul li {
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.8;
  margin-bottom: 6px;
  list-style: disc;
}
.privacy-page {
  /* お問い合わせ情報 */
}
.privacy-page section:last-of-type p {
  line-height: 2;
}
.privacy-page {
  /* 制定日 */
}
.privacy-page .privacy-date {
  margin-top: 60px;
  font-size: 0.85rem;
  color: #777;
  text-align: right;
}

/* ===============================
  スマホ微調整
================================ */
@media (max-width: 768px) {
  .privacy-page .privacy-title {
    letter-spacing: 0.08em;
  }
  .privacy-page section {
    margin-bottom: 36px;
  }
  .privacy-page section h2 {
    padding-left: 10px;
  }
}/*# sourceMappingURL=style.css.map */