/*
Theme Name: aoi
*/
@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

body.open {
  overflow: hidden;
}

a {
  color: #fff;
  display: block;
}

a:link {
  text-decoration: none;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

h1 {
  font-size: 3rem;
  line-height: 1.5;
}

h2 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

h3 {
  font-size: 1.7rem;
  text-align: center;
}

img {
  display: block;
  width: fit-content;
}

input,
button,
textarea,
select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
}

button {
  text-decoration: none;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

button:hover {
  cursor: pointer;
}

.spDisNon {
  display: block;
}

.pcDisNon {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .spDisNon {
    display: none;
  }

  .pcDisNon {
    display: block;
  }
}

/* =================================
   Layout: Inner Container
================================= */
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Responsive */
@media (max-width: 768px) {
  main {
    padding-top: 72px;
  }
}

/* =================================
   Component: Site Header
================================= */
.site-header {
  position: relative;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.site-header__inner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-header__logo {
  padding-left: 20px;
}

.site-header__logo a {
  display: block;
}

.site-header__logo img {
  display: block;
  height: 40px;
  width: auto;
  height: 50px;
}

/* 右側の問い合わせエリア */
.site-header__contact {
  display: flex;
  align-items: stretch;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 48px;
  max-width: 1200px;
}

.site-header__nav-item {
  display: flex;
  align-items: center;
}

.site-header__nav-item a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 70px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  width: 100%;
}

.site-header__nav-item--sep {
  width: 1px;
  height: 50px;
  background: #ccc;
  align-self: center;
  flex-shrink: 0;
}

.site-header__nav-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-3px);
  margin-left: -12px;
  margin-right: 10px;
  flex-shrink: 0;
  position: absolute;
  top: 70%;
  left: 55%;
}

.site-header__nav-item:hover {
  background-color: #00AFC3;
}

.site-header__nav-item:hover a {
  color: #fff;
}

.site-header__nav-item:hover .site-header__nav-arrow {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.site-header__nav-dropdown-list {
  display: none;
}

.site-header__nav-item--dropdown:hover .site-header__nav-dropdown-list {
  display: block;
  position: absolute;
  top: 70px;
  background-color: #fff;
}

.site-header__nav-item--dropdown:hover .site-header__nav-dropdown-list a {
  color: #333;
}

.site-header__nav-dropdown-item {
  border-bottom: solid 1px #ccc;
}

.site-header__nav-dropdown-item:hover {
  background-color: #3E7EB3;
}

.site-header__nav-dropdown-item:hover a {
  color: #fff !important;
}

.site-header__contact {
  display: flex;
  height: 100%;
}

.site-header__contact-btn__mail {
  background-color: #006B5E;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header__contact-btn__mail img {
  width: 40px;
}

.site-header__contact-btn__tel {
  display: flex;
  background-color: #DEEDCD;
}

.site-header__contact-btn__tel {
  color: #006B5E;
}

.site-header__link {
  width: 100%;
}

.site-header__contact-btn-icon {
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header__contact-btn-icon img {
  width: 40px;
}

.site-header__tel {
  padding: 10px 15px 10px 0;
  font-weight: bold;
}

.site-header__tel-num {
  font-size: 2.4rem;
  line-height: 1;
}

.site-header__contact-btn__mail .site-header__contact-btn-icon {
  padding: 10px 0px;
}

.site-header__contact-btn__tel {
  pointer-events: none;
}

.site-header__nav {
  background-color: #00AFC3;
}

.site-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ハンバーガーボタン */
.site-header__toggle {
  display: none;
  position: fixed;
  top: 18px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 6px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 110;
}

.site-header__toggle-line {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}

.site-header__toggle-line:nth-child(1) {
  top: 8px;
}

.site-header__toggle-line:nth-child(2) {
  top: 17px;
}

.site-header__toggle-line:nth-child(3) {
  top: 26px;
}

.site-header__toggle.is-open .site-header__toggle-line:nth-child(1) {
  top: 17px;
  transform: rotate(45deg);
}

.site-header__toggle.is-open .site-header__toggle-line:nth-child(2) {
  opacity: 0;
}

.site-header__toggle.is-open .site-header__toggle-line:nth-child(3) {
  top: 17px;
  transform: rotate(-45deg);
}

/* 画面読み上げ用テキスト */
.site-header__sr-only,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .site-header {
    position: fixed;
    background-color: #fff;
    z-index: 3;
  }

  .site-header__inner {
    padding: 0 0 0 16px;
    width: 100%;
    justify-content: flex-end;
  }

  .site-header__logo img {
    height: 30px;
  }

  .site-header__tel-box {
    padding: 0 14px;
  }

  .site-header__tel-num {
    font-size: 1rem;
  }

  /* ナビはスライドメニューに */
  .site-header__nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00AFC3;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 90;
    overflow-y: auto;
  }

  .site-header__nav.is-open {
    transform: translateX(0);
    background-color: #00AFC3;
  }

  .site-header__nav-list {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: auto;
  }

  .site-header__nav-dropdown-item {
    background-color: #00AFC3;
  }

  .site-header__nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .site-header__nav-item a {
    height: 56px;
    padding: 0 24px;
    width: 100%;
  }

  .site-header__logo {
    padding-left: 0;
    margin: 0 auto 0 0;
  }

  .site-header__toggle {
    display: block;
  }

  .site-header__link {
    width: 70px;
    background-color: initial;
  }

  .site-header__tel {
    display: none;
  }

  .site-header__contact-btn__tel {
    pointer-events: initial;
  }

}

/* =================================
   Component: Site Footer
================================= */
.site-footer {
  background: #14205C;
  color: #fff;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── 上部：ロゴ＋ナビ ── */
.site-footer__top {
  padding: 50px 0 40px;
}

.site-footer__top .site-footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.site-footer__logo {
  flex-shrink: 0;
}

.site-footer__logo a {
  display: block;
}

.site-footer__logo img {
  display: block;
  width: auto;
  height: 48px;
}

.site-footer__nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: end;
  gap: 10px 50px;
}

.site-footer__nav-col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer__nav-link {
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: opacity 0.2s;
}

.site-footer__nav-link:hover {
  opacity: 0.7;
}

/* ── 下部：コンタクト3列 ── */
.site-footer__contact {
  padding: 36px 0 50px;
}

.site-footer__contact .site-footer__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}

.site-footer__contact-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ラベル（下線付き） */
.site-footer__contact-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

/* 電話番号 */
.site-footer__tel-num {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1;
}

.site-footer__tel-num a {
  color: inherit;
  text-decoration: none;
}

.site-footer__tel-icon {
  font-size: 2rem;
  line-height: 1;
}

.site-footer__tel-hours {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

/* お問い合わせボタン */
.site-footer__contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #DEE2ED;
  color: #006B5E;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 50px;
  transition: opacity 0.2s;
}

.site-footer__contact-btn:hover {
  opacity: 0.8;
}

.site-footer__contact-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.site-footer__contact-btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer__contact-btn-text {
  flex: 1;
  text-align: center;
}

.site-footer__contact-btn-arrow {
  font-size: 1.8rem;
  line-height: 1;
  flex-shrink: 0;
}

/* ── コピーライト ── */
.site-footer__copy-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 16px 40px;
  text-align: center;
}

.site-footer__copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
}

/* ── ページトップボタン ── */
.site-footer__page-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: rgba(20, 32, 92, 0.85);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.site-footer__page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-footer__page-top:hover {
  background: #00AFC3;
  border-color: #00AFC3;
  transform: translateY(-3px);
}

.site-footer__page-top-icon {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .site-footer__inner {
    padding: 0 20px;
  }

  .site-footer__top .site-footer__inner {
    flex-direction: column;
    gap: 30px;
  }

  .site-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 30px;
    justify-content: start;
    width: 100%;
  }

  .site-footer__contact .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer__tel-num {
    font-size: 2.4rem;
  }

  .site-footer__contact-btn {
    font-size: 1.5rem;
    padding: 14px 18px;
  }

  .site-footer__copy-bar {
    padding: 16px 20px;
  }
}

/* =================================
   Front Page: Common offset for fixed header
================================= */
main {
  background-image: url("assets/images/site-bg.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

.front-page-section {
  padding-top: 0;
}

/* =================================
   Component: Hero Section
================================= */
.hero-section {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 350px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-section .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* スライドショー */
.hero-section .hero-slideshow {
  position: absolute;
  inset: 0;
}

.hero-section .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-out;
  z-index: 0;
}

.hero-section .hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-section .hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 上から降りる青い幕 */
.hero-section .hero-curtain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, #3E7EB3 0%, #3E7EB3 50%, #3E7EB3 100%);
  z-index: 2;
  transform: translateY(-100%);
  transition: transform 0.6s ease-in-out;
  pointer-events: none;
}

.hero-section .hero-curtain.is-down {
  transform: translateY(0);
}

.hero-section .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-section .content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 0;
}

.hero-section .text {
  flex: 1;
  padding: 0 20px 20px;
}

.hero-section .sub {
  margin-bottom: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.hero-section .title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 7vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  font-feature-settings: "palt";
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.hero-section .title .title-sub {
  font-size: 4vw;
}

.hero-section .features {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.hero-section .feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.hero-section .feature::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url("assets/images/top-hero-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Responsive */
@media (max-width: 768px) {

  .front-page-section {
    padding-top: 72px;
  }

  .hero-section {
    height: 100vh;
    min-height: 320px;
  }

  .hero-section .hero-slide img,
  .hero-section .bg img {
    max-height: 100vh;
    object-fit: cover;
  }

  .hero-section .hero-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(74, 30, 17, .5);
    position: absolute;
    top: 0;
    left: 0;
  }

  .hero-section .content {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-section .text {
    padding: 20px 16px 0;
    margin: 0 auto;
  }

  .hero-section .sub {
    font-size: 4vh;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0 auto;
    display: block;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.3em;
  }

  .hero-section .title {
    font-size: 10vh;
  }

  .hero-section .title .title-shop {
    font-size: 7vh;
  }

  .hero-section .title .title-sub {
    font-size: 7vh;
  }

  .hero-section .features {
    gap: 8px;
    margin: 2vh auto 0;
  }

  .hero-section .feature {
    font-size: 1.4rem;
  }

  .hero-section .feature::before {
    width: 14px;
    height: 14px;
  }
}


/* =================================
   Component: Makers Section?E???????E??????E?E
================================= */
.makers-section {
  background: #eee;
  padding: 80px 0 50px;
  position: relative;
}

.makers-section::after {
  content: "";
  background-image: url("assets/images/makers-wave.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -100px;
}

.makers-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.makers-section .heading {
  margin-bottom: 60px;
  text-align: right;
}

.makers-section .heading-en {
  font-family: 'Homemade Apple', cursive;
  font-size: 6.4rem;
  color: #3e7eb3;
  line-height: 1.2;
}

.makers-section .heading-ja {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.15em;
}

.makers-section .cards {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

/* Makers: scroll fade-in */
.makers-section .heading {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1.0s ease, transform 1.0s ease;
}

.makers-section .card.card-ykk,
.makers-section .card.card-lixil {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.0s ease, transform 1.0s ease;
}

.makers-section .heading.makers-fadein-visible {
  opacity: 1;
  transform: translateX(0);
}

.makers-section .card.card-ykk.makers-fadein-visible,
.makers-section .card.card-lixil.makers-fadein-visible {
  opacity: 1;
  transform: translateY(0);
}

.makers-section .card {
  flex: 1;
}

.makers-section .card--offset {
  margin-top: 80px;
}

.makers-section .card-shape {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 100px 36px 44px;
  background: #fff;
  clip-path: polygon(50% 0%, 100% 16%, 100% 100%, 0% 100%, 0% 16%);
}

.makers-section .card-logo {
  display: flex;
  align-items: center;
  width: 150px;
  flex-shrink: 0;
}

.makers-section .card-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.makers-section .card-text {
  flex: 1;
  min-width: 0;
}

.makers-section .card-name {
  margin-bottom: 16px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.03em;
}

.makers-section .card-desc {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

/* Responsive */
@media (max-width: 768px) {
  .makers-section {
    padding: 60px 0 30px;
  }

  .makers-section .heading {
    margin-bottom: 30px;
  }

  .makers-section .heading-en {
    font-size: 3.5rem;
  }

  .makers-section .cards {
    flex-direction: column;
    gap: 24px;
  }

  .makers-section .card--offset {
    margin-top: 0;
  }

  .makers-section .card-shape {
    flex-direction: column;
    gap: 20px;
    padding: 80px 24px 36px;
    clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 0% 100%, 0% 12%);
    position: relative;
  }

  .makers-section .card-logo {
    width: 80px;
  }

  .makers-section .card-name {
    position: absolute;
    top: 100px;
    left: 120px;
  }
}

/* =================================
   Component: Price Guide Section?E??????E
================================= */
.price-guide-section {
  padding: 200px 0 240px;
  overflow: hidden;
  background-image: linear-gradient(90deg, hsl(0deg 0% 67% / 10%) 2px, transparent 2px), linear-gradient(hsl(0deg 0% 67% / 10%) 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 22px 22px;
}

.price-guide-section .inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.price-guide-section .category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}

.price-guide-section .category-head {
  width: 100%;
}

.price-guide-section .col--left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: calc((100% - 60px) / 2);
}

.price-guide-section .col--right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  min-height: 340px;
  width: calc((100% - 60px) / 2);
}

.price-guide-section .col-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-guide-section .category-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3e7eb3;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}

.price-guide-section .category-line {
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid #3e7eb3;
}

.price-guide-section .card--main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
}

.price-guide-section .card--main .card-img {
  overflow: hidden;
  box-shadow: 10px 10px 0 #3e7eb3;
  margin: 0 30px 0 0;
}

.price-guide-section .card--main .card-img img {
  display: block;
  max-width: 250px;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.price-guide-section .card--sub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px;
}

.price-guide-section .card--sub .card-img {
  overflow: hidden;
  box-shadow: 10px 10px 0 #3e7eb3;
  margin: 0 30px 0 0;
}

.price-guide-section .card--sub .card-img img {
  display: block;
  max-width: 250px;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.price-guide-section .card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
}

.price-guide-section .card-work {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.price-guide-section .card-size {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.price-guide-section .card-price {
  margin-top: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
}

.price-guide-section .card-price span {
  font-size: 1.4rem;
  font-weight: 400;
}

.price-guide-section .cta {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.price-guide-section .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1px solid #333;
  border-radius: 100px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
}

.price-guide-section .cta-btn:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}

.price-guide-section .cta-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

/* Price Guide: scroll fade-in（その場からフェードイン） */
.price-guide-section.js-scroll-fadein .category-window .category-title,
.price-guide-section.js-scroll-fadein .category-window .col--left,
.price-guide-section.js-scroll-fadein .category-window .col--right,
.price-guide-section.js-scroll-fadein .category-door .category-title,
.price-guide-section.js-scroll-fadein .category-door .col--left,
.price-guide-section.js-scroll-fadein .category-door .col--right {
  opacity: 0;
  transition: opacity 1.1s ease;
}

.price-guide-section.js-scroll-fadein .category-window .category-title.price-fadein-visible,
.price-guide-section.js-scroll-fadein .category-window .col--left.price-fadein-visible,
.price-guide-section.js-scroll-fadein .category-window .col--right.price-fadein-visible,
.price-guide-section.js-scroll-fadein .category-door .category-title.price-fadein-visible,
.price-guide-section.js-scroll-fadein .category-door .col--left.price-fadein-visible,
.price-guide-section.js-scroll-fadein .category-door .col--right.price-fadein-visible {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .price-guide-section {
    padding: 100px 0 400px;
  }

  .price-guide-section .category {
    flex-direction: column;
    gap: 40px;
  }

  .price-guide-section .card--main {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-guide-section .card--main .card-img {
    margin: 0;
  }

  .price-guide-section .col--left,
  .price-guide-section .col--right {
    width: 100%;
    min-height: auto;
    flex: none;
    align-items: center;
  }

  .price-guide-section .category-title {
    font-size: 2rem;
  }

  .price-guide-section .card--main .card-img img {
    max-width: 300px;
    max-height: 300px;
  }

  .price-guide-section .card--sub {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-guide-section .card--sub .card-img {
    width: 100%;
    margin: 0;
  }

  .price-guide-section .card--sub .card-img img {
    max-width: 300px;
    max-height: 300px;
  }
}


/* =================================
   Component: Reform Menu Section
================================= */
.reform-menu-section {
  background: #eee;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  min-height: 250px;
}

/* Reform Menu: scroll fade-in animations */
.reform-menu-section.js-scroll-fadein .heading,
.reform-menu-section.js-scroll-fadein .card.window,
.reform-menu-section.js-scroll-fadein .card.entrance {
  opacity: 0;
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.reform-menu-section.js-scroll-fadein .heading {
  transform: translateX(60px);
}

.reform-menu-section.js-scroll-fadein .card.window,
.reform-menu-section.js-scroll-fadein .card.entrance {
  transform: translateY(30px);
}

.reform-menu-section.js-scroll-fadein .heading.reform-fadein-visible {
  opacity: 1;
  transform: translateX(0);
}

.reform-menu-section.js-scroll-fadein .card.window.reform-fadein-visible,
.reform-menu-section.js-scroll-fadein .card.entrance.reform-fadein-visible {
  opacity: 1;
  transform: translateY(0);
}

.reform-menu-section::after {
  content: "";
  background-image: url("assets/images/reform-menu-wave.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: -200px;
}

.reform-menu-section .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  padding: 0 20px;
  position: absolute;
  top: -450px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.reform-menu-section .heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.reform-menu-section .heading-en {
  font-family: 'Homemade Apple', cursive;
  font-size: 6.4rem;
  color: #3e7eb3;
  line-height: 1;
}

.reform-menu-section .heading-ja {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.15em;
}

.reform-menu-section .grid {
  display: flex;
  gap: 20px;
}

.reform-menu-section .card {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: #333;
}

.reform-menu-section .card-img {
  width: 100%;
  aspect-ratio: 589 / 382;
  border-radius: 20px;
  overflow: hidden;
}

.reform-menu-section .card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reform-menu-section .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
}

.reform-menu-section .card-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  color: #3e7eb3;
}

.reform-menu-section .card-title-ja {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.reform-menu-section .card-title-en {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.reform-menu-section .card-desc {
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0.05em;
}


/* Responsive */
@media (max-width: 768px) {
  .reform-menu-section {
    min-height: initial;
    padding: 30px 0;
  }

  .reform-menu-section .card {
    background-color: #3e7eb3;
    border-radius: 10px;
  }

  .reform-menu-section .heading-en {
    font-size: 4rem;
  }

  .reform-menu-section .card-title-ja {
    font-size: 2.4rem;
    color: #fff;
    writing-mode: vertical-rl;
  }

  .reform-menu-section .card-title-en {
    color: hsl(0deg 0% 100% / 50%);
    writing-mode: vertical-rl;
  }

  .reform-menu-section .card-desc {
    color: #fff;
    line-height: 1.5;
    padding: 0 15px 0 0;
    position: relative;
  }

  .reform-menu-section .card-img {
    display: none;
  }

  .reform-menu-section .card-title {
    justify-content: center;
    align-items: flex-start;
  }

  .reform-menu-section .card-body {
    padding: 30px 10px;
    height: 100%;
    justify-content: space-between;
  }

  .reform-menu-section .card-desc::before {
    position: absolute;
    top: 50%;
    content: "";
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* =================================
   Component: Subsidy Banner Section
================================= */
.subsidy-banner-section {
  position: relative;
  width: 100%;
}

.subsidy-banner-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px;
  position: absolute;
  margin: auto;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
}

.subsidy-banner-section .inner.is-scroll-fade-target {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

.subsidy-banner-section .inner.is-scroll-fade-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.subsidy-banner-section .card {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px;
  background: #f8543e;
  border-radius: 20px;
  overflow: hidden;
}

.subsidy-banner-section .polygon-deco {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  opacity: 0.35;
  pointer-events: none;
}

.subsidy-banner-section .polygon-deco img {
  display: block;
  width: 598px;
  height: auto;
}

.subsidy-banner-section .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
  max-width: 1100px;
}

.subsidy-banner-section .texts {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.subsidy-banner-section .headline {
  line-height: 1;
  white-space: nowrap;
}

.subsidy-banner-section .headline-small {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: min(4vw, 45px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.subsidy-banner-section .headline-accent {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: min(12vw, 60px);
  font-weight: 700;
  color: #ffec59;
  letter-spacing: 0.05em;
}

.subsidy-banner-section .amount-row {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 47px;
}

.subsidy-banner-section .amount-line {
  display: inline-block;
  width: 5vw;
  max-width: 70px;
  height: 2px;
  background: #fff;
  flex-shrink: 0;
}

.subsidy-banner-section .amount {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.subsidy-banner-section .amount span {
  font-size: min(3.6vw, 42px);
  letter-spacing: 0.05em;
}

.subsidy-banner-section .amount strong {
  font-size: min(5vw, 55px);
  letter-spacing: 0.1em;
}

.subsidy-banner-section .note {
  align-self: flex-end;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.subsidy-banner-section .start {
  position: absolute;
  top: 40%;
  left: 72%;
  font-family: 'Rock Salt', cursive;
  font-size: min(5.3vw, 70px);
  color: #fff;
  transform: rotate(10deg);
  white-space: nowrap;
  pointer-events: none;
}

.subsidy-banner-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 340px;
  padding-right: 8px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.subsidy-banner-section .btn-arrow {
  display: inline-block;
  width: 44px;
  height: 32px;
  background: url('assets/images/icon-arrow-right-white.png') center / contain no-repeat;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .subsidy-banner-section .headline {
    display: flex;
    flex-direction: column;
  }

  .subsidy-banner-section .card {
    padding: 30px 20px;
    width: fit-content;
    margin: 0 auto;
  }

  .subsidy-banner-section .inner {
    top: -400px;
  }

  .subsidy-banner-section .headline-small {
    font-size: 6vw;
    margin-bottom: 10px;
  }

  .subsidy-banner-section .headline-accent {
    font-size: min(12vw, 55px);
    white-space: normal;
    line-height: 1.2;
  }

  .subsidy-banner-section .amount span {
    font-size: 2.8rem;
  }

  .subsidy-banner-section .amount strong {
    font-size: 3.6rem;
  }

  .subsidy-banner-section .btn {
    width: 100%;
    margin-top: 30px;
  }

  .subsidy-banner-section .start {
    top: 55%;
    left: initial;
    right: 5%;
    font-size: min(8.3vw, 35px);
  }

  .subsidy-banner-section .amount-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .subsidy-banner-section .amount-line {
    width: 25vw;
  }

  .subsidy-banner-section .note {
    display: flex;
    align-self: flex-start;
  }
}

/* =================================
   Component: Works Section?E??????E
================================= */
.works-section.js-scroll-fadein .heading,
.works-section.js-scroll-fadein .category.category-window,
.works-section.js-scroll-fadein .category.category-door {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}

.works-section .heading.works-fadein-visible,
.works-section .category.category-window.works-fadein-visible,
.works-section .category.category-door.works-fadein-visible {
  opacity: 1;
  transform: translateX(0);
}

.works-section {
  background: #ECF2F7;
  padding: 340px 0 60px;
}

.works-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.works-section .heading {
  margin-bottom: 60px;
  text-align: left;
}

.works-section .heading-en {
  font-family: 'Homemade Apple', cursive;
  font-size: 6.4rem;
  color: #3e7eb3;
}

.works-section .heading-ja {
  margin-top: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.15em;
}

.works-section .list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.works-section .category {
  position: relative;
  padding-left: 40px;
}

.works-section .category::before {
  content: "";
  position: absolute;
  background: url('assets/images/works-line.svg') top / contain no-repeat;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
}

.works-section .category-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.works-section .category-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #3e7eb3;
  letter-spacing: 0.05em;
  text-align: left;
}

.works-section .more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0px 20px;
  border: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  border-radius: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  transition: background 0.2s, color 0.2s;
}

.works-section .more-link:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}

.works-section .more-link:hover .more-arrow {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.works-section .more-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.works-section .grid {
  position: relative;
}

.works-section .grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.works-section .grid .swiper-slide {
  height: auto;
}

.works-section .card {
  display: flex;
  flex-direction: column;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}

.works-section .card:hover {
  opacity: 0.75;
}

.works-section .card-img {
  width: 100%;
  aspect-ratio: 300 / 200;
  border-radius: 10px;
  overflow: hidden;
}

.works-section .card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-section .card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 4px;
}

.works-section .card-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.works-section .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.works-section .card-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 12px;
  background: #3e7eb3;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.03em;
}

.works-section .empty {
  font-size: 1.4rem;
  color: #999;
}

.works-section .grid .swiper-wrapper .empty {
  grid-column: 1 / -1;
}

.works-section .card-customer {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}

.works-section .card-customer-area {
  padding-right: 10px;
}

.works-section .card-customer-name-container {
  display: flex;
}

.works-section .card-price {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 1.8rem;
  line-height: 1;
}

.works-section .card-price-value {
  font-size: 2.6rem;
}

.works-section .works-pagination {
  display: none;
}


/* Responsive */
@media (max-width: 768px) {
  .works-section {
    padding: 220px 0 40px;
  }

  .works-section .heading {
    margin-bottom: 30px;
  }

  .works-section .heading-en {
    font-size: 4rem;
  }

  .works-section .heading-ja {
    margin-top: 0;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }

  .works-section .list {
    gap: 50px;
  }

  .works-section .category {
    padding-left: 25px;
  }

  .works-section .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .works-section .category-title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }

  .works-section .grid {
    overflow: hidden;
  }

  .works-section .grid .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .works-section .grid .swiper-slide {
    width: auto;
    padding-bottom: 30px;
  }

  .works-section .card-body {
    gap: 14px;
    padding: 14px 0 0;
  }

  .works-section .card-tags {
    gap: 4px;
  }

  .works-section .card-tag {
    padding: 6px;
    border-radius: 0;
    background: #fff;
    color: #333;
    line-height: 1;
  }

  .works-section .card-customer {
    display: block;
    line-height: 1.43;
  }

  .works-section .card-customer-area {
    padding-right: 0;
  }

  .works-section .card-price {
    font-size: 1.6rem;
  }

  .works-section .card-price-value {
    font-size: 2.4rem;
  }

  .works-section .works-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    bottom: 0;
  }

  .works-section .works-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 7.5px !important;
    border-radius: 0;
    background: #d9d9d9;
    opacity: 1;
  }

  .works-section .works-pagination .swiper-pagination-bullet-active {
    background: #3e7eb3;
  }
}

/* =================================
   Component: Service Area Section?E???????E?E
================================= */
.service-area-section.js-scroll-fadein .heading,
.service-area-section.js-scroll-fadein .row.row-window,
.service-area-section.js-scroll-fadein .row.row-door {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.service-area-section .heading.service-area-fadein-visible,
.service-area-section .row.row-window.service-area-fadein-visible,
.service-area-section .row.row-door.service-area-fadein-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-area-section {
  background: #ecf2f7;
  padding: 80px 0;
}

.service-area-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.service-area-section .heading {
  margin-bottom: 60px;
  padding-right: 50px;
  text-align: left;
}

.service-area-section .heading-en {
  font-family: 'Homemade Apple', cursive;
  font-size: 6.4rem;
  color: #3e7eb3;
}

.service-area-section .heading-ja {
  margin-top: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.15em;
}

.service-area-section .body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-area-section .row {
  padding: 40px;
  background-color: #fff;
}

.service-area-section .row:not(:last-child) {
  border-bottom: none;
  margin-bottom: 30px;
}

.service-area-section .row-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.service-area-section .row-title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #3e7eb3;
  text-align: left;
  white-space: nowrap;
  flex-shrink: 0;
  margin-bottom: 5px;
}

.service-area-section .row-line {
  margin: 0;
  border: none;
  border-top: 1px solid #3e7eb3;
  width: 100%;
}

.service-area-section .tags {
  display: flex;
  flex-wrap: wrap;
}

.service-area-section .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #333;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 0.02em;
  white-space: nowrap;
  padding: 0 5px;
  margin: 5px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .service-area-section .inner {
    display: block;
  }

  .service-area-section .row-header {
    margin-bottom: 10px;
  }

  .service-area-section .heading-en {
    font-size: 4rem;
  }

  .service-area-section .row {
    padding: 24px 16px;
  }
}

/* =================================
   Component: Corporate Section?E??????E?E
================================= */
.corporate-section {
  background: #3e7eb3;
  padding: 80px 0 300px;
  z-index: 0;
}

.corporate-section .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.corporate-section .img {
  max-width: 600px;
  width: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 10px 10px 0 #fff;
}

.corporate-section .img img {
  display: block;
  width: 100%;
  max-height: 500px;
  height: 100%;
  object-fit: cover;
}

.corporate-section .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 50px;
}

.corporate-section .title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}

.corporate-section .text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
}

.corporate-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 340px;
  padding-right: 8px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.corporate-section .btn-arrow {
  display: inline-block;
  width: 44px;
  height: 32px;
  background: url('assets/images/icon-arrow-right-white.png') center / contain no-repeat;
  flex-shrink: 0;
}

.corporate-section.js-scroll-fadein .img,
.corporate-section.js-scroll-fadein .content {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.corporate-section .img.corporate-fadein-visible,
.corporate-section .content.corporate-fadein-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive */
@media (max-width: 768px) {
  .corporate-section {
    padding: 0 0 300px;
  }

  .corporate-section .inner {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .corporate-section .content {
    padding: 0 30px;
  }

  .corporate-section .img {
    width: 100%;
    max-width: initial;
    box-shadow: none;
  }

  .corporate-section .img img {
    height: 280px;
  }

  .corporate-section .btn {
    width: 100%;
  }
}

/* =================================
   Component: Blog Section
================================= */
.blog-section {
  background: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.blog-section::after {
  content: "";
  background-image: url(assets/images/blog-wave.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: -100px;
}

.blog-section .inner {
  max-width: 1200px;
  padding: 0 20px;
  display: flex;
  position: absolute;
  top: -195px;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.blog-section .heading {
  margin-bottom: 50px;
  text-align: left;
}

.blog-section .heading-en {
  font-family: 'Homemade Apple', cursive;
  font-size: 6.4rem;
  color: #fff;
}

.blog-section .heading-container {
  padding-right: 50px;
}

.blog-section.js-scroll-fadein .heading-container,
.blog-section.js-scroll-fadein .grid {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.blog-section .heading-container.blog-fadein-visible,
.blog-section .grid.blog-fadein-visible {
  opacity: 1;
  transform: translateX(0);
}

.blog-section .heading-ja {
  margin-top: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
}

.blog-section .grid {
  position: relative;
}

.blog-section .grid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.blog-section .grid .swiper-slide {
  height: auto;
}

.blog-section .card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}

.blog-section .card:hover {
  opacity: 0.75;
}

.blog-section .card-img {
  width: 100%;
  aspect-ratio: 300 / 200;
  border-radius: 10px;
  overflow: hidden;
}

.blog-section .card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-section .card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 4px;
}

.blog-section .card-date {
  font-size: 1.2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.blog-section .card-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-family: 'Zen Maru Gothic', sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.blog-section .more {
  display: flex;
  justify-content: flex-start;
}

.blog-section .more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0px 20px;
  border: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  border-radius: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  transition: background 0.2s, color 0.2s;
}

.blog-section .more-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.blog-section .more-link:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}

.blog-section .more-link:hover .more-arrow {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.blog-section .empty {
  font-size: 1.4rem;
  color: #999;
}

.blog-section .grid .swiper-wrapper .empty {
  grid-column: 1 / -1;
}

.blog-section .blog-pagination {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-section .inner {
    display: block;
  }

  .blog-section .heading-container {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 20px;
  }

  .blog-section .more {
    margin-left: 0;
  }

  .blog-section .heading-en {
    font-size: 4rem;
  }

  .blog-section .grid {
    overflow: hidden;
  }

  .blog-section .grid .swiper-wrapper {
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }

  .blog-section .grid .swiper-slide {
    width: auto;
    padding-bottom: 24px;
  }

  .blog-section .card {
    gap: 10px;
  }

  .blog-section .more-link {
    border: 1px solid #fff;
    color: #fff;
  }

  .blog-section .more-arrow {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .blog-section .card-body {
    padding: 8px 0 0;
  }

  .blog-section .card-date {
    font-size: 1rem;
  }

  .blog-section .card-title {
    font-size: 1.4rem;
    line-height: 1.5;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  .blog-section .blog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    bottom: 0;
  }

  .blog-section .blog-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 7.5px !important;
    border-radius: 0;
    background: #d9d9d9;
    opacity: 1;
  }

  .blog-section .blog-pagination .swiper-pagination-bullet-active {
    background: #3e7eb3;
  }
}

/* =================================
   Component: Top Hero Section
================================= */
.top-hero-section {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: calc(100vh - 140px);
  max-height: 690px;
  overflow: hidden;
}

.top-hero-section__photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.top-hero-section__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-hero-section__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px 0;
  position: absolute;
  right: 0;
  height: inherit;
  max-height: 690px;
}

.top-hero-section__texts {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
}

.top-hero-section-sub__texts {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
}

.top-hero-section__plain-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.top-hero-section__plain-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(3vw, 40px);
  font-weight: 700;
  color: #14205c;
  letter-spacing: 0.2em;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.top-hero-section__bands {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}

.top-hero-section__band {
  background: linear-gradient(to bottom, #00afc3, #00545d);
  padding: 20px 13px;
  display: flex;
  align-items: flex-start;
}

.top-hero-section__band p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(4vw, 50px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.15;
  writing-mode: vertical-rl;
}

.top-hero-section__illust {
  flex-shrink: 0;
  width: 25vw;
  max-width: 525px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: auto;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-hero-section__illust img {
  display: block;
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: right bottom;
}

.top-sub-hero-section,
.top-sub-hero-section .top-hero-section__right {
  max-height: 400px;
}

/* Responsive */
@media (min-width: 1300px) and (max-width: 1400px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 10%;
  }
}

@media (min-width: 1401px) and (max-width: 1500px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 20%;
  }
}

@media (min-width: 1501px) and (max-width: 1600px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 30%;
  }
}

@media (min-width: 1601px) and (max-width: 1700px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 40%;
  }
}

@media (min-width: 1701px) and (max-width: 1800px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 50%;
  }
}

@media (min-width: 1801px) and (max-width: 1900px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 60%;
  }
}

@media (min-width: 1901px) and (max-width: 2000px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 70%;
  }
}

@media (min-width: 2001px) and (max-width: 2100px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 80%;
  }
}

@media (min-width: 2101px) {

  .top-hero-section__texts,
  .top-hero-section-sub__texts {
    position: relative;
    right: 90%;
  }
}

@media (max-width: 768px) {
  .top-hero-section {
    height: 60vw;
  }

  .top-hero-section__right {
    flex: none;
    padding: 10px 0 0;
  }

  .top-hero-section__texts {
    gap: 8px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-hero-section-sub__texts {
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -50px;
    flex-direction: column-reverse;
  }

  .top-hero-section__plain-text p {
    writing-mode: unset;
    text-orientation: unset;
    font-size: min(4vw, 25px);
  }

  .top-hero-section__band {
    padding: 12px 8px;
  }

  .top-hero-section__band p {
    writing-mode: unset;
    text-orientation: unset;
  }

  .top-hero-section__illust {
    height: 130px;
  }

  .top-hero-section__illust img {
    height: 130px;
    opacity: .5;
  }

  .top-hero-section__bands {
    gap: 5px;
    flex-direction: column-reverse;
  }

  .top-hero-section__plain-text {
    padding: 0;
  }
}

/* =================================
   Component: CTA Section
================================= */
.cta-section {
  padding: 100px 0;
}

.cta-section .inner {
  display: flex;
  flex-direction: column;
  gap: 55px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 見出し行（装飾ライン ＋ テキスト ＋ 装飾ライン） */
.cta-section__heading-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.cta-section__deco {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.cta-section__deco::before,
.cta-section__deco::after {
  content: '';
  display: block;
  height: 3px;
  background: #372929;
}

.cta-section__heading-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cta-section__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #372929;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.cta-section__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  color: #372929;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.2;
}

/* ボタン行（3つのpillボタン） */
.cta-section__buttons {
  display: flex;
  align-items: center;
  gap: 50px;
}

.cta-section__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 12px 20px 25px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.cta-section__btn:hover {
  opacity: 0.8;
}

.cta-section__btn--tel {
  background: #006B5E;
  border: 1px solid #fff;
}

.cta-section__btn--form {
  background: #00AFC3;
  border: 1px solid #fff;
}

.cta-section__btn--line {
  background: #6BC300;
  border: 1px solid #fff;
}

.cta-section__btn-icon {
  flex-shrink: 0;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section__btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-section__btn-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.cta-section__btn-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}

.cta-section__btn-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: initial;
}

.cta-section__btn-arrow {
  flex-shrink: 0;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section__btn-arrow img {
  display: block;
  width: 6px;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0;
  }

  .cta-section .inner {
    gap: 36px;
  }

  .cta-section__heading-row {
    gap: 16px;
  }

  .cta-section__deco {
    gap: 8px;
  }

  .cta-section__title {
    font-size: 2.4rem;
    white-space: nowrap;
  }

  .cta-section__subtitle {
    font-size: 1.4rem;
    white-space: nowrap;
  }

  .cta-section__buttons {
    flex-direction: column;
    gap: 16px;
  }

  .cta-section__btn {
    width: 100%;
    flex: none;
    padding: 16px 16px 16px 20px;
  }
}

/* =================================
   Component: Reasons Section
================================= */
.reasons-section {
  position: relative;
  overflow: hidden;
  min-height: 599px;
  display: flex;
  align-items: center;
}

.reasons-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  overflow: hidden;
}

.reasons-section__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.reasons-section__frame polygon {
  fill: none;
  stroke: #14205c;
  stroke-width: 5px;
  vector-effect: non-scaling-stroke;
}

.reasons-section__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.reasons-section .inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
  width: 100%;
}

.reasons-section__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 560px;
}

.reasons-section__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reasons-section__heading-sub {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: left;
}

.reasons-section__heading-main {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-align: left;
}

.reasons-section__heading-main em,
.reasons-section__text em {
  color: #00AFC3;
  font-style: normal;
  font-weight: 700;
}

.reasons-section__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 2.22;
  letter-spacing: 0.1em;
}

/* Responsive */
@media (max-width: 768px) {
  .reasons-section {
    min-height: auto;
  }

  .reasons-section .inner {
    padding: 50px 20px 80px;
  }

  .reasons-section__content {
    max-width: 100%;
    gap: 30px;
  }

  .reasons-section__heading-sub {
    font-size: 2.2rem;
  }

  .reasons-section__heading-main {
    font-size: 2.8rem;
  }

  .reasons-section__text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

/* =================================
   Component: Reasons Detail Section
================================= */
.reasons-detail-section {
  padding: 80px 0 100px;
}

.reasons-detail-section .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.reasons-detail-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.reasons-detail-section__card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.reasons-detail-section__card-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 1 / 1;
}

.reasons-detail-section__card-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: solid 3px #372929;
}

.reasons-detail-section__card-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.reasons-detail-section__card-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
}

/* CTA Button */
.reasons-detail-section__cta {
  display: flex;
  justify-content: center;
}

.reasons-detail-section__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #00AFC3;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 20px 50px;
  border-radius: 50px;
  min-width: 560px;
  transition: opacity 0.2s;
}

.reasons-detail-section__cta-btn:hover {
  opacity: 0.8;
}

.reasons-detail-section__cta-arrow {
  font-size: 1.6rem;
}

/* Responsive */
@media (max-width: 768px) {
  .reasons-detail-section {
    padding: 50px 0;
  }

  .reasons-detail-section .inner {
    gap: 40px;
  }

  .reasons-detail-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  .reasons-detail-section__card-title {
    font-size: 1.5rem;
  }

  .reasons-detail-section__card-text {
    font-size: 1.3rem;
  }

  .reasons-detail-section__cta-btn {
    min-width: 0;
    width: 100%;
    font-size: 1.5rem;
    padding: 18px 16px;
  }
}

/* =================================
   Component: Works Voice Section
================================= */
.works-voice-section {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}

.works-voice-section__house-svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.works-voice-section__house-svg--sp {
  display: none;
}

.works-voice-section__works,
.works-voice-section__voices {
  position: relative;
  z-index: 1;
}

.works-voice-section__works {
  margin-bottom: 80px;
}

.works-voice-section .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* セクション見出し（施工事例 / お客様の声 共通） */
.works-voice-section__section-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.works-voice-section__section-heading-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.works-voice-section__section-heading-link:hover {
  opacity: 0.8;
}

/* ─── 施工事例 ─── */
.works-voice-section__works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.works-voice-section__works-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.works-voice-section__works-card:hover {
  opacity: 0.85;
}

.works-voice-section__works-card-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 10px;
  background: #ccc;
}

.works-voice-section__works-card-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-voice-section__works-card-row {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.works-voice-section__works-card-thumb {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background: #ccc;
}

.works-voice-section__works-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-voice-section__works-card-detail {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.works-voice-section__works-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.works-voice-section__works-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #3B3B3B;
}

.works-voice-section__works-card-tag::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  background-image: url(./assets/images/icon-tag-brown.svg);
  background-size: 13px 13px;
  background-position: left center;
  background-repeat: no-repeat;
}

.works-voice-section__works-card-title {
  text-align: left;
}

.works-voice-section__works-card-location,
.works-voice-section__works-card-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.4;
}

.works-voice-section__works-card-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  color: #555;
  line-height: 1.7;
}

.works-voice-section__works-empty {
  font-size: 1.4rem;
  color: #999;
}

/* ─── お客様の声 ─── */
.works-voice-section__voices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.works-voice-section__voice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.works-voice-section__voice-card-img-area {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}

.works-voice-section__voice-card-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #6BC300;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 5px 8px 4px;
  line-height: 1.2;
}

.works-voice-section__voice-card-tag-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}

.works-voice-section__voice-card-circle {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
}

.works-voice-section__voice-card-circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-voice-section__voice-card-location {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  color: #555;
  text-align: center;
  margin-bottom: 4px;
}

.works-voice-section__voice-card-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.works-voice-section__voice-empty {
  font-size: 1.4rem;
  color: #999;
}

.works-voice-section__voice-card-type {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -5px;
}

.works-voice-section__voice-card-type p {
  position: absolute;
  top: 20px;
  letter-spacing: initial;
  color: #fff;
  left: 25px;
}

.works-voice-section__voice-card-type p::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(./assets/images/icon-tag-white.svg);
  background-size: 13px 13px;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: 25px;
}


/* ─── 共通CTAボタン ─── */
.works-voice-section__cta-wrap {
  display: flex;
  justify-content: center;
}

.works-voice-section__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #006B5E;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 50px;
  min-width: 500px;
  transition: opacity 0.2s;
}

.works-voice-section__cta-btn:hover {
  opacity: 0.8;
}

.works-voice-section__cta-arrow {
  font-size: 2rem;
  line-height: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .works-voice-section {
    padding: 60px 0;
  }

  .works-voice-section__section-heading {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .works-voice-section__works {
    margin-bottom: 60px;
  }

  .works-voice-section .inner {
    padding: 30px 30px 0;
  }

  .works-voice-section__house-svg--pc {
    display: none;
  }

  .works-voice-section__house-svg--sp {
    display: block;
  }

  .works-voice-section__works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .works-voice-section__voices-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .works-voice-section__cta-btn {
    min-width: 0;
    width: 100%;
    font-size: 1.5rem;
    padding: 18px 24px;
  }
}

/* =================================
   Component: Price Section
================================= */
.price-section {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}

.price-section .inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ペンキ缶イラスト */
.price-section__paint-can {
  position: absolute;
  top: -10px;
  right: 20px;
  width: 180px;
  z-index: 2;
  pointer-events: none;
}

.price-section__paint-can img {
  display: block;
  width: 100%;
  height: auto;
}

/* メインカード */
.price-section__box {
  background: #fff;
  border-radius: 16px;
  border: solid 5px #372929;
  padding: 40px 50px 50px;
  margin-bottom: 50px;
  position: relative;
}

.price-section__box-decoration {
  position: absolute;
  top: -4vw;
  right: -6vw;
  width: 13vw;
  height: 13vw;
  max-width: 200px;
  z-index: 1;
}

.price-section__box-decoration img {
  width: 100%;
  object-fit: cover;
}

/* カードヘッダー（タイトル左 ＋ 説明文右） */
.price-section__box-header {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 36px;
  padding-right: 50px;
}

.price-section__box-title-area {
  flex-shrink: 0;
}

.price-section__box-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.price-section__box-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #00AFC3;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.price-section__box-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
  padding-top: 6px;
}

/* タブ切り替え */
.price-section__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.price-section__tab .price-section__box-heading {
  font-size: initial;
  line-height: initial;
}

.price-section__tab {
  flex: 1;
  padding: 14px 10px;
  border: none;
  border-radius: 50px;
  background: #CACACA;
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  line-height: 1.3;
  transition: background 0.2s, color 0.2s;
}

.price-section__tab:hover {
  opacity: 0.8;
}

.price-section__tab--active {
  background: #00AFC3;
  color: #fff;
}

.price-section__tab--active:hover {
  opacity: 1;
}

/* 価格テーブル */
.price-section__tab-content {
  display: none;
}

.price-section__tab-content--active {
  display: block;
}

.price-section__table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
  table-layout: fixed;
}

/* 「塗料（耐用年数）」ヘッダー */
.price-section__th-material {
  background: #8E8E8E;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 0.05em;
  border-radius: 10px;
}

/* 空白セル */
.price-section__th-blank {
  width: 80px;
  background: transparent;
}

/* 塗料種別ヘッダー */
.price-section__th-type {
  background: #006B5E;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 8px;
  letter-spacing: 0.02em;
  border-radius: 10px 10px 0 0;
}

/* 坪数セル */
.price-section__td-size {
  background: #14205C;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 16px 8px;
  width: 80px;
}

.price-section__table tr:first-child .price-section__td-size {
  border-radius: 10px 0 0 0;
}

/* 価格セル */
.price-section__td {
  background: #DEEDCD;
  color: #372929;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  padding: 16px 8px;
}

/* CTAボタン */
.price-section__cta {
  display: flex;
  justify-content: center;
}

.price-section__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #00AFC3;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 50px;
  min-width: 440px;
  transition: opacity 0.2s;
}

.price-section__cta-btn:hover {
  opacity: 0.8;
}

.price-section__cta-arrow {
  font-size: 2rem;
  line-height: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .price-section {
    padding: 60px 0 0;
  }

  .price-section__box {
    padding: 28px 20px 32px;
    margin-bottom: 36px;
  }

  .price-section__box-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    padding: 0;
  }

  .price-section__box-decoration {
    position: absolute;
    top: -50px;
    right: -3vw;
    width: 130px;
    height: 13vw;
    max-width: 200px;
    z-index: 1;
  }

  .price-section__box-title {
    font-size: 2.4rem;
  }

  .price-section__paint-can {
    width: 120px;
    right: 10px;
  }

  .price-section__tabs {
    flex-direction: column;
    gap: 8px;
  }

  .price-section__tab {
    border-radius: 8px;
    font-size: 1.4rem;
  }

  .price-section__table {
    font-size: 1.2rem;
    border-spacing: 5px;
  }

  .price-section__th-type,
  .price-section__td,
  .price-section__td-size {
    font-size: 1.2rem;
    padding: 10px 4px;
    letter-spacing: initial;
  }

  .price-section__th-blank {
    width: 52px;
  }

  .price-section__td-size {
    width: 52px;
  }

  .price-section__cta-btn {
    min-width: 0;
    width: 100%;
    font-size: 1.5rem;
    padding: 18px 24px;
  }
}

@media (max-width: 500px) {
  .price-section__box-decoration {
    position: absolute;
    top: -50px;
    right: -20px;
    width: 130px;
    height: 13vw;
    max-width: 200px;
    z-index: 1;
  }
}

/* =================================
   Component: Staff Section
================================= */
.staff-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.staff-section .inner {
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 左：テキストコンテンツ */
.staff-section__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.staff-section__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.staff-section__title {
  text-align: left;
  color: #372929;
}

.staff-section__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 36px;
}

.staff-section__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.staff-section__meta-item {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  color: #372929;
  letter-spacing: 0.02em;
  font-weight: bold;
}

/* CTAボタン */
.staff-section__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #00AFC3;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 18px 48px;
  border-radius: 50px;
  align-self: flex-start;
  transition: opacity 0.2s;
}

.staff-section__cta-btn:hover {
  opacity: 0.8;
}

.staff-section__cta-arrow {
  font-size: 1.8rem;
  line-height: 1;
}

/* 右：写真 */
.staff-section__photo-wrap {
  flex: 0 0 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-section__photo {
  width: 100%;
  max-width: 360px;
}

.staff-section__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
}

/* Responsive */
@media (max-width: 768px) {
  .staff-section {
    padding: 60px 0;
  }

  .staff-section .inner {
    flex-direction: column-reverse;
    gap: 10px;
    position: relative;
  }

  .staff-section__heading {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }

  .staff-section__photo-wrap {
    flex: none;
    width: 100%;
    max-width: 280px;
    margin-top: 60px;
  }

  .staff-section__cta-btn {
    align-self: center;
    width: 100%;
    font-size: 1.5rem;
    padding: 16px 24px;
  }

  .staff-section__title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    text-align: center;
  }

  .staff-section__photo {
    max-width: 200px;
  }
}

/* =================================
   Component: Area Section
================================= */
.area-section {
  position: relative;
  background: #006B5E;
  padding: 70px 0 70px;
  z-index: 1;
}

.area-section::before {
  content: '';
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  height: 22px;
  background-image: url(./assets/images/bk-green-wave.svg);
  background-size: 100% 22px;
  background-repeat: repeat-x;
  background-position: 0 0;
}

.area-section::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  height: 22px;
  background-image: url(./assets/images/bk-green-wave.svg);
  background-size: 100% 22px;
  background-repeat: repeat-x;
  background-position: 0 0;
  transform: rotate(180deg);
}

.area-section .inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.area-section__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.area-section__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.area-section__card {
  background: #fff;
  padding: 24px 32px;
}

.area-section__card-pref {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  text-align: left;
}

.area-section__card-areas {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #444;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.area-section__card-areas a {
  display: inline;
  color: inherit;
  text-decoration: none;
}

.area-section__card-areas a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .area-section {
    padding: 60px 0;
  }

  .area-section__heading {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }

  .area-section__card {
    padding: 18px 20px;
  }

  .area-section__card-areas {
    font-size: 1.3rem;
  }

  .area-section::before,
  .area-section::after {
    background-size: 300% 22px;
  }
}

/* =================================
   Component: Column Section
================================= */
.column-section {
  padding: 80px 0;
}

.column-section .inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}

.column-section__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #372929;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

/* 2列グリッド */
.column-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-bottom: 50px;
}

/* カード全体 */
.column-section__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.column-section__card:hover {
  opacity: 0.8;
}

/* メタ行（日付 左 ／ タグ 右） */
.column-section__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.column-section__card-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  color: #AAA;
  letter-spacing: 0.02em;
}

.column-section__card-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #372929;
  letter-spacing: 0.02em;
}

.column-section__card-tag-icon {
  display: block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  object-fit: contain;
}



/* 本体（画像左 ＋ テキスト右） */
.column-section__card-body {
  display: flex;
  gap: 16px;
}

.column-section__card-img {
  flex-shrink: 0;
  width: 200px;
  height: 130px;
  overflow: hidden;
  background: #ccc;
}

.column-section__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-section__card-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.column-section__card-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #372929;
  line-height: 1.55;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: start;
}

.column-section__card-excerpt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  color: #372929;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.column-section__empty {
  font-size: 1.4rem;
  color: #999;
}

/* CTAボタン */
.column-section__cta {
  display: flex;
  justify-content: center;
}

.column-section__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #00AFC3;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 50px;
  min-width: 440px;
  transition: opacity 0.2s;
}

.column-section__cta-btn:hover {
  opacity: 0.8;
}

.column-section__cta-arrow {
  font-size: 2rem;
  line-height: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .column-section {
    padding: 60px 0;
  }

  .column-section__heading {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .column-section__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }

  .column-section__card-img {
    width: 110px;
    height: 100px;
  }

  .column-section__card-title {
    font-size: 1.4rem;
  }

  .column-section__cta-btn {
    min-width: 0;
    width: 100%;
    font-size: 1.5rem;
    padding: 18px 24px;
  }
}

/* =================================
   Page: Single Column
================================= */
.column-single {
  padding: 32px 0 80px;
}

.column-single__hero {
  max-width: 840px;
  margin: 0 auto 56px;
  background: #c7c7c7;
  overflow: hidden;
}

.column-single__hero-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.column-single__body {
  max-width: 1020px;
  margin: 0 auto;
}

.column-single__title {
  margin-bottom: 40px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-align: left;
}

.column-single__lead {
  margin-bottom: 48px;
}

.column-single__lead p {
  font-size: 2rem;
  line-height: 1.95;
  letter-spacing: 0.08em;
  text-align: left;
}

.column-single__content {
  color: #111;
}

.column-single__content>*:first-child {
  margin-top: 0;
}

.column-single__content>* {
  margin-bottom: 0;
}

.column-single__content>*+* {
  margin-top: 32px;
}

.column-single__content p {
  font-size: 2rem;
  line-height: 1.95;
  letter-spacing: 0.08em;
  text-align: left;
}

.column-single__content h2,
.column-single__content .wp-block-heading {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
}

.column-single__content h2 {
  margin-top: 72px;
}

.column-single__content h3 {
  font-size: 3rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: left;
}

.column-single__content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.column-single__content figure,
.column-single__content .wp-block-image {
  margin: 56px 0;
}

@media (max-width: 768px) {
  .column-single {
    padding: 24px 0 56px;
  }

  .column-single__hero {
    margin-bottom: 32px;
    margin-top: 20px;
  }

  .column-single__body {
    max-width: none;
  }

  .column-single__title {
    margin-bottom: 24px;
    font-size: 3.2rem;
  }

  .column-single__lead {
    margin-bottom: 32px;
  }

  .column-single__lead p {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }

  .column-single__content>*+* {
    margin-top: 24px;
  }

  .column-single__content p {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }

  .column-single__content h2,
  .column-single__content .wp-block-heading {
    font-size: 2.8rem;
  }

  .column-single__content h2 {
    margin-top: 48px;
  }

  .column-single__content h3 {
    font-size: 2.2rem;
  }

  .column-single__content figure,
  .column-single__content .wp-block-image {
    margin: 32px 0;
  }

  .column-single__hero-img {
    height: auto;
  }
}

/* =================================
   Component: Company Profile Section
================================= */
.company-profile-section {
  position: relative;
  display: flex;
  min-height: 520px;
  overflow: hidden;
  padding: 0 0 80px;
  background-color: #fff;
}

.company-profile-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-profile-section .heading {
  margin-bottom: 60px;
  text-align: right;
}

.company-profile-section .heading-en {
  font-family: 'Homemade Apple', cursive;
  font-size: 6.4rem;
  color: #3e7eb3;
  line-height: 1;
}

.company-profile-section .heading-ja {
  margin-top: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.15em;
}

.company-profile-section .body {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.company-profile-section .img {
  width: 400px;
  overflow: hidden;
  flex-shrink: 0;
}

.company-profile-section .img img {
  display: block;
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: center left;
}

.company-profile-section .list-wrap {
  flex: 1;
  min-width: 0;
  width: 100%;
  border-collapse: collapse;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.company-profile-section .list-wrap dl {
  display: flex;
}

.company-profile-section .list-wrap dl:nth-child(odd) {
  background-color: #ECF2F7;
}

.company-profile-section .list-wrap dt,
.company-profile-section .list-wrap dd {
  padding: 20px 24px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
}

.company-profile-section .list-wrap dt {
  width: 140px;
  font-weight: 700;
  white-space: nowrap;
  color: #333;
}

.company-profile-section .list-wrap dd {
  color: #333;
}

.company-profile-section .link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 2px;
  border-bottom: 1px solid #3e7eb3;
  font-size: 1.4rem;
  font-weight: 700;
  color: #3e7eb3;
  letter-spacing: 0.05em;
}

.company-profile-section .link-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3e7eb3;
  border-bottom: 2px solid #3e7eb3;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

/* Company Profile: scroll fade-in */
.company-profile-section.js-scroll-fadein .heading,
.company-profile-section.js-scroll-fadein .img,
.company-profile-section.js-scroll-fadein .list-wrap {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.company-profile-section.js-scroll-fadein .heading {
  transform: translateX(-40px);
}

.company-profile-section.js-scroll-fadein .img {
  transform: translateX(0);
}

.company-profile-section.js-scroll-fadein .list-wrap {
  transform: translateX(40px);
}

.company-profile-section .heading.company-profile-fadein-visible,
.company-profile-section .img.company-profile-fadein-visible,
.company-profile-section .list-wrap.company-profile-fadein-visible {
  opacity: 1;
  transform: translateX(0);
}

/* 左：写真 */
.company-profile-section__photo {
  flex: 0 0 50%;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 78px), 0 100%);
}

.company-profile-section__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* 右：グリーンパネル */
.company-profile-section__panel {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 48px;
  background-image:
    linear-gradient(rgba(0, 107, 94, 0.75), rgba(0, 107, 94, 0.75)),
    url("assets/images/company-profile-background.jpg");
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 78px));
}

.company-profile-section__panel-inner {
  width: 100%;
  padding: 60px 70px 100px 60px;
}

/* 見出し */
.company-profile-section__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}

/* テーブル */
.company-profile-section__table {
  width: 100%;
  border-collapse: collapse;
}

.company-profile-section__table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.company-profile-section__table tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.company-profile-section__table th,
.company-profile-section__table td {
  padding: 13px 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.company-profile-section__table th {
  width: 90px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.85;
  flex-shrink: 0;
}

.company-profile-section__table td {
  font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
  .company-profile-section {
    flex-direction: column;
    min-height: auto;
  }

  .company-profile-section__photo {
    flex: none;
    width: 100%;
    height: 260px;
    clip-path: none;
  }

  .company-profile-section__panel {
    flex: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    clip-path: none;
  }

  .company-profile-section__panel-inner {
    padding: 40px 24px 5cqb;
  }

  .company-profile-section__heading {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .company-profile-section__table th,
  .company-profile-section__table td {
    font-size: 1.3rem;
    padding: 11px 10px;
  }

  .company-profile-section__table th {
    width: 75px;
  }

  .company-profile-section {
    padding: 0;
    position: relative;
  }

  .company-profile-section .heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .company-profile-section .heading-en {
    font-size: 4rem;
  }

  .company-profile-section .body {
    flex-direction: column;
  }

  .company-profile-section .img {
    width: 100vw;
    position: absolute;
    top: 200px;
    left: 0;
  }

  .company-profile-section .img img {
    height: 250px;
  }

  .company-profile-section .list-wrap dl {
    align-items: center;
  }

  .company-profile-section .list-wrap dt,
  .company-profile-section .list-wrap dd {
    padding: 12px 8px;
    font-size: 1.3rem;
  }

  .company-profile-section .list-wrap dt {
    width: 100px;
  }

}



/* ===========================
   Contact Section
   =========================== */
.contact-section {
  padding: 60px 0;
  background-color: #fff;
}

.contact-section .section_header {
  text-align: center;
}

.contact-section .section_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: #372929;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.contact-section .section_subtitle {
  text-align: center;
}

.contact_form {
  max-width: 1160px;
  margin: 0 auto;
  background: #fff;
  padding: 0 50px;
}

.contact_form br {
  display: none;
}

/* Contact Form 7 カスタムスタイル */
.contact_form .wpcf7-form,
.contact_form .basic_contact_form {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.contact_form .wpcf7-form-control-wrap {
  display: block;
  width: 800px;
  margin-left: 30px;
  text-align: left;
}

.contact_form label {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  font-weight: 600;
  color: #372929;
  padding: 30px 0;
  border-bottom: solid 1px #372929;
}

label>span:first-of-type {
  margin: 0 auto 0 0;
}

.contact_form label:nth-child(3),
.contact_form label:nth-child(4) {
  border-bottom: none;
}

.contact_form label:nth-child(4) {
  padding: 0;
}

.contact_form label:nth-child(4) input {
  margin-left: 30px;
  width: 150px;
}

.postaria .wpcf7-form-control-wrap {
  position: relative;
  width: auto;
  margin-left: 0;
}

.postaria .wpcf7-form-control-wrap::before {
  content: "〒";
  font-size: 1.3em;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.postaria input {
  padding-left: 20px;
  width: 150px;
}

.zip-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 800px;
  margin-left: 30px;
}

.zip-row input {
  margin-left: 0;
}

.zip-search-btn {
  display: inline-block;
  padding: 8px 14px;
  background-color: #2e2b2b;
  color: #fff;
  font-size: 0.85em;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  margin-left: 16px;
}

.zip-search-btn:hover {
  background-color: #555;
}

.contact_form label:last-of-type {
  border-bottom: none;
}

.none {
  display: none;
}

.contact_form .required {
  color: #E74C3C;
  margin-left: 5px;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea {
  width: 100%;
  padding: 16px 18px 16px 32px;
  border-radius: 4px;
  font-size: 1.6rem;
  background: #F0F0F0;
  transition: all 0.3s ease;
}

.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form input[type="tel"]:focus,
.contact_form textarea:focus {
  border-color: #327e75;
  outline: none;
  background: #c9e7e4;
  box-shadow: 0 0 0 3px rgba(255, 217, 61, 0.1);
}

.contact_form input.error,
.contact_form textarea.error {
  border-color: #E74C3C;
}

.contact_form textarea {
  min-height: 180px;
  resize: vertical;
  font-family: inherit;
}

.contact_form .wpcf7-not-valid-tip {
  color: #E74C3C;
  font-size: 1.3rem;
  margin-top: 8px;
  display: block;
}

.contact_form .wpcf7-response-output {
  padding: 18px;
  margin-top: 25px;
  border-radius: 8px;
  font-size: 1.5rem;
}

.contact_form .redaria {
  margin-left: 12px;
  padding: 4px 8px;
  background: #FF0000;
  color: #fff;
  font-size: 0.8em;
  border-radius: 3px;
}

.contact_form .wpcf7-validation-errors {
  background: #FFE5E5;
  border: 2px solid #E74C3C;
  color: #E74C3C;
}

.contact_form .wpcf7-mail-sent-ok {
  background: #D4EDDA;
  border: 2px solid #28A745;
  color: #155724;
}

.contact_form input[type="submit"] {
  padding: 18px 60px;
  background: #fff;
  color: #006B5E;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: center;
  width: 700px;
  border: solid 1px #006B5E;
}

.contact_form input[type="submit"]:hover {
  background: #006B5E;
  color: #fff;
  transform: translateY(-3px);
}

.contact_form .wpcf7-submit {
  position: relative;
  /* padding: 18px 60px;
  background: #fff;
  color: #006B5E;
  border-radius: 30px;
  border: 1px solid #006B5E; */
}

.contact_form .wpcf7-submit::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #006B5E;
  border-right: 2px solid #006B5E;
  transform: translateY(-50%) rotate(45deg);
}

.contact_form .label_title {
  width: 300px;
  text-align: left;
  color: #bffdf6;
}

.contact_form .must_icon {
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #fff;
  background-color: #f00;
  padding: 3px 5px;
  border-radius: 3px;
}

.contact_form select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px;
}

/* Basic Contact Form */
.basic_contact_form p {
  margin: 0 0 25px;
}

.basic_contact_form label {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #E8C502;
}

.basic_contact_form input[type="text"],
.basic_contact_form input[type="email"],
.basic_contact_form input[type="tel"],
.basic_contact_form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 2px solid #E5E5E5;
  border-radius: 8px;
  font-size: 1.6rem;
  background: #FAFAFA;
  transition: all 0.3s ease;
  font-family: inherit;
}

.basic_contact_form input[type="text"]:focus,
.basic_contact_form input[type="email"]:focus,
.basic_contact_form input[type="tel"]:focus,
.basic_contact_form textarea:focus {
  border-color: #FFD93D;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 217, 61, 0.1);
}

.basic_contact_form textarea {
  min-height: 180px;
  resize: vertical;
}

.basic_contact_form input[type="submit"] {
  padding: 18px 60px;
  background: #FFD93D;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: center;
  box-shadow: 0 4px 15px rgba(255, 217, 61, 0.3);
}

.basic_contact_form input[type="submit"]:hover {
  background: #FFC700;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 217, 61, 0.4);
}

/* sidebar-link */
.sidebar-section {
  display: none;
}

@media screen and (min-width: 768px) {
  .sidebar-section {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    opacity: 1;
    transform: translateX(0);
    transition: opacity .5s ease, transform .5s ease;
    will-change: opacity, transform;
    padding: 100px 0 0;
  }

  .sidebar-section.is-hidden {
    opacity: 0;
    transform: translateX(8px);
    pointer-events: none;
  }

  .sidebar-section .sidebar_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border: solid 1px #424242;
    border-radius: 5px;
    position: relative;
    right: -4px;
  }

  .sidebar-section .sidebar_btn img {
    margin-right: 5px;
  }

  .sidebar-section .btn_phone {
    background-color: #fff;
    margin-bottom: 10px;
  }

  .sidebar-section .btn_mail {
    background-color: #424242;
    color: #fff;
  }
}


/* responsive */
@media screen and (max-width: 768px) {

  .contact-section .section_title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  .contact_form label {
    flex-flow: column;
    padding: 10px 0;
  }

  .contact_form .wpcf7-form-control-wrap {
    width: 100%;
    margin-left: 0;
  }

  label>span:first-of-type {
    margin: 0 auto 10px 0;
  }

  .contact_form {
    padding: 0 30px;
  }
  
  .contact_form input[type="submit"] {
    width: 70%;
  }
}


/* ===== Breadcrumb ===== */
.breadcrumb {
  padding: 12px 20px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #aaa;
  letter-spacing: 0.1em;
}

.breadcrumb__item+.breadcrumb__item::before {
  content: "＞";
  margin: 0 6px;
  color: #aaa;
  font-size: 1.1rem;
}

.breadcrumb__link {
  color: #aaa;
  text-decoration: none;
  display: inline;
  transition: color 0.2s ease;
}

.breadcrumb__link:hover {
  color: #777;
  opacity: 1;
}

.breadcrumb__item--current {
  color: #aaa;
}
