@charset "UTF-8";

:root {
  --cmx-green: #8ec21f;
  --cmx-green-deep: #79a719;
  --cmx-green-soft: #f3f9e3;
  --cmx-brown: #77674a;
  --cmx-brown-deep: #5f5038;
  --cmx-text: #5a5349;
  --cmx-text-strong: #4b4237;
  --cmx-cream: #fffdf5;
  --cmx-cream-soft: #fff9e8;
  --cmx-line: rgba(119, 103, 74, 0.16);
  --cmx-shadow-soft: 0 12px 28px rgba(92, 72, 39, 0.08);
  --cmx-shadow-medium: 0 18px 42px rgba(92, 72, 39, 0.12);
}

html {
  background: #faf8f2;
}

body {
  background:
    radial-gradient(circle at top left, rgba(142, 194, 31, 0.06), transparent 28%),
    linear-gradient(180deg, #fcfbf7 0%, #f6f4ee 100%);
  color: var(--cmx-text);
  min-width: 320px;
}

a {
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    opacity 0.22s ease;
}

p,
li,
td,
th {
  color: var(--cmx-text);
  line-height: 1.95;
}

h1.page-title,
h2.iconCorp {
  margin: 0 0 24px;
  padding-left: 34px;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  letter-spacing: 0.04em;
  color: var(--cmx-brown);
}

h1.page-title:after,
h2.iconCorp:after,
h3 span.logo:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  top: 4px;
  bottom: auto;
}

h3 {
  margin: 0 0 20px;
}

h3 span.logo {
  padding-left: 34px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  letter-spacing: 0.04em;
  color: var(--cmx-brown);
}

h4,
h5 {
  color: var(--cmx-text-strong);
}

header.contents {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(88, 69, 37, 0.12);
  border-bottom: 1px solid rgba(119, 103, 74, 0.08);
  backdrop-filter: blur(10px);
  z-index: 40;
}

.copy {
  padding: 10px 18px 0;
  height: auto;
}

.copy p {
  height: auto;
  line-height: 1.4;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: #8b8376;
}

.scrollNavi {
  background: linear-gradient(180deg, #fffce9 0%, #fff9db 100%);
  border-top: 1px solid rgba(119, 103, 74, 0.08);
}

.pcNaviWrapper {
  box-shadow: inset 0 1px 0 rgba(119, 103, 74, 0.08);
}

.topBtnWrapper a {
  background: linear-gradient(135deg, var(--cmx-green) 0%, #9cd422 100%);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(142, 194, 31, 0.22);
}

.topBtnWrapper a:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(142, 194, 31, 0.28);
}

.topBtnWrapper a span {
  letter-spacing: 0.03em;
}

.contentBlock {
  padding: clamp(28px, 5vw, 54px) 18px;
  background: transparent;
}

.contentBlock.color {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(180deg, var(--cmx-cream) 0%, var(--cmx-cream-soft) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(119, 103, 74, 0.06);
}

.contentBlock .layout-group,
.contentBlock .innerWrapper {
  width: calc(100% - 16px);
  max-width: 1060px;
  margin: 0 auto;
}

#mainContainer {
  margin: 92px auto 50px;
}

a[id^="sc_"] {
  scroll-margin-top: 232px;
}

.contentBlock.catchphrase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  height: auto;
  padding: 150px 0 110px;
}

.content-surface.hero-panel {
  position: relative;
  z-index: 0;
  overflow: hidden;
  isolation: isolate;
}

.content-surface.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(55, 42, 20, 0.22) 0%, rgba(55, 42, 20, 0.38) 60%, rgba(55, 42, 20, 0.22) 100%);
}

.content-surface.hero-panel > .layout-group {
  position: relative;
  z-index: 1;
}

.contentBlock.catchphrase p,
.contentBlock.catchphrase h1 {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.page-shell--page h2:not(.iconCorp),
.page-shell--news h2:not(.iconCorp) {
  margin: 0 0 24px;
  padding-left: 16px;
  border-left: 6px solid var(--cmx-green);
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.5;
  color: var(--cmx-brown);
}

.page-shell--page .content-surface.innerWrapper,
.page-shell--news .content-surface.innerWrapper,
.page-shell--news .content-surface.contentBlock {
  border: 1px solid var(--cmx-line);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: var(--cmx-shadow-soft);
}

.page-shell--page .content-surface.innerWrapper,
.page-shell--news .content-surface.innerWrapper {
  padding: clamp(24px, 4vw, 42px);
}

.page-shell--news .content-surface.contentBlock {
  max-width: 920px;
  margin: 28px auto 0;
}

.page-shell--home .slideBlock {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 0 0 30px;
  background:
    radial-gradient(circle at 12% 45%, rgba(142, 194, 31, 0.18), transparent 18%),
    radial-gradient(circle at 88% 45%, rgba(255, 226, 160, 0.24), transparent 18%),
    linear-gradient(180deg, #fbfaf5 0%, #f4f7ef 100%);
}

.page-shell--home .slideWrapper {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
}

.page-shell--home .slick-list,
.page-shell--home .slide {
  border-radius: 0;
}

.page-shell--home .slide {
  overflow: hidden;
}

.page-shell--home .slick-initialized .slick-slide {
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--cmx-shadow-medium);
}

.page-shell--home .slide img {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
}

.commentBlock {
  width: min(760px, 82%);
  padding: 14px 16px;
  top: -250px;
  font-size: clamp(1.45rem, 2vw, 2.4rem);
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 2;
}

.nagareBlock a {
  width: min(380px, 72%);
  padding: 16px 28px;
  top: -132px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 18px 30px rgba(142, 194, 31, 0.28);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  transform-origin: center;
}

.nagareBlock a:visited {
  color: #fff;
  text-decoration: none;
}

.nagareBlock a:hover,
.nagareBlock a:focus-visible {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 34px rgba(142, 194, 31, 0.34);
}

.slick-prev,
.slick-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 28px rgba(86, 69, 39, 0.16);
  z-index: 3;
}

.slick-prev {
  left: 12px;
}

.slick-next {
  right: 12px;
}

.home-guides .layout-group > .column3 {
  margin: 26px -12px 0;
}

.home-guides .column3 .layout-group__col {
  padding: 0 12px 24px;
}

.home-guides .column3 .content-surface {
  height: 100%;
  padding: 14px 14px 20px;
  border: 1px solid var(--cmx-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--cmx-shadow-soft);
}

.home-guides .column3 .content-surface:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(92, 72, 39, 0.12);
}

.home-guides .column3 .content-surface > p:first-child,
.home-guides .column3 .content-surface > h3:first-child {
  margin: 0;
}

.home-guides .column3 .content-surface > p:first-child img,
.home-guides .column3 .content-surface > h3:first-child img {
  border-radius: 18px;
  aspect-ratio: 4 / 2.35;
  object-fit: cover;
}

.home-guides .column3 .content-surface > h3:not(:first-child) {
  margin: 16px 6px 0;
  color: var(--cmx-brown);
  font-size: 1.36rem;
  line-height: 1.45;
}

.btn {
  border: none;
  border-bottom: none;
  box-shadow: 0 12px 22px rgba(92, 72, 39, 0.14);
}

.btn:active {
  top: 0;
  margin-bottom: 0;
}

a.btn.anchor,
a.btn.mini {
  border-radius: 16px;
  background: linear-gradient(135deg, var(--cmx-green) 0%, #9cd422 100%);
  box-shadow: 0 16px 28px rgba(142, 194, 31, 0.2);
  font-weight: 700;
  letter-spacing: 0.04em;
}

a.btn.anchor {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 24px;
}

a.btn.anchor:hover,
a.btn.mini:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(142, 194, 31, 0.26);
}

.news-feed {
  max-width: 860px;
  margin: 8px auto 0;
}

.news-feed__item {
  padding: 20px 28px 20px 0;
  border-bottom-color: rgba(119, 103, 74, 0.18);
}

.news-feed__date {
  color: #90816b;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
}

.news-feed__title a {
  color: var(--cmx-brown-deep);
  font-weight: 700;
}

.news-feed__title a:hover {
  color: var(--cmx-green-deep);
}

.news-feed__more-wrap {
  margin-top: 24px;
  text-align: center;
}

a.btn.anchor.news-feed__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  max-width: 220px;
  padding: 14px 26px;
}

.news-back-nav {
  margin: 0 0 20px;
}

.news-back-nav--bottom {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(119, 103, 74, 0.14);
}

.news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(119, 103, 74, 0.2);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9ee 100%);
  box-shadow: 0 10px 24px rgba(92, 72, 39, 0.08);
  color: var(--cmx-brown-deep);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.news-back-link::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.news-back-link:hover,
.news-back-link:focus-visible {
  opacity: 1;
  color: var(--cmx-green-deep);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(92, 72, 39, 0.12);
}

.contentBlock .relay {
  margin-top: 34px;
  padding: 18px 22px;
  border: 1px solid rgba(119, 103, 74, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: var(--cmx-shadow-soft);
}

.contentBlock .relay:before {
  width: 0;
  height: 0;
  margin: 0 auto -14px;
  top: -28px;
  left: auto;
  background: none;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 16px solid var(--cmx-green);
}

.contentBlock .relay.first {
  margin-top: 0;
}

.contentBlock .relay p {
  padding: 0;
}

.contentBlock .relay p:first-child {
  font-weight: 700;
  color: var(--cmx-brown-deep);
}

.contentBlock .relay p.desc {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(119, 103, 74, 0.18);
  color: #6b645a;
}

.contentBlock table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}

.contentBlock table tr {
  border: none;
}

.contentBlock table:not(.faq):not(.parent):not(.child) tr th,
.contentBlock table:not(.faq):not(.parent):not(.child) tr td {
  padding: 18px 20px;
  border: 1px solid rgba(119, 103, 74, 0.16);
  background: #fff;
  vertical-align: top;
}

.contentBlock table:not(.faq):not(.parent):not(.child) tr th {
  width: 28%;
  border-right: none;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, #fffbed 0%, #fff5d8 100%);
  color: var(--cmx-brown-deep);
}

.contentBlock table:not(.faq):not(.parent):not(.child) tr td {
  border-radius: 0 18px 18px 0;
  box-shadow: var(--cmx-shadow-soft);
}

.contentBlock table.faq {
  border-collapse: separate;
  border-spacing: 0 14px;
}

.contentBlock table.faq tr {
  border: none;
}

.contentBlock table.faq tr th,
.contentBlock table.faq tr td {
  padding: 18px 20px;
  border: none;
}

.contentBlock table.faq tr th {
  border-radius: 16px 0 0 16px;
  box-shadow: var(--cmx-shadow-soft);
}

.contentBlock table.faq tr td {
  border: 1px solid rgba(119, 103, 74, 0.16);
  border-left: none;
  border-radius: 0 16px 16px 0;
  box-shadow: var(--cmx-shadow-soft);
}

.contentBlock table.parent {
  border-collapse: separate;
  border-spacing: 0 18px;
}

.contentBlock table.parent > tbody > tr > td:first-child {
  border: 1px solid rgba(119, 103, 74, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
  box-shadow: var(--cmx-shadow-soft);
  overflow: hidden;
}

.contentBlock table.parent td.links {
  width: 136px;
  padding-left: 16px;
  vertical-align: middle;
}

.contentBlock table.parent td.links a {
  min-width: 92px;
  margin: 0 auto 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cmx-green) 0%, #9cd422 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(142, 194, 31, 0.2);
}

.contentBlock table.parent td.links a:last-child {
  background: #fff;
  color: var(--cmx-brown);
  border: 1px solid rgba(119, 103, 74, 0.16);
  box-shadow: none;
}

.contentBlock table.child {
  border-spacing: 0;
}

.contentBlock table.child tr td,
.contentBlock table.child tr th {
  padding: 20px 22px;
}

.contentBlock table.child tr + tr td,
.contentBlock table.child tr + tr th {
  border-top: 1px solid rgba(119, 103, 74, 0.12);
}

.contentBlock table.child h3 {
  margin: 0 0 8px;
  color: var(--cmx-brown-deep);
  font-size: 1.08rem;
  line-height: 1.55;
}

/* Neutralize legacy utility classes so section-specific styles can win cleanly. */
.page-shell .column2,
.page-shell .column3,
.page-shell .busines {
  margin: 0;
}

.page-shell .column2 a:hover,
.page-shell .column3 a:hover,
.page-shell .busines a:hover {
  opacity: 1;
}

.page-shell .column2 a:hover img,
.page-shell .column3 a:hover img,
.page-shell .busines a:hover img {
  opacity: 1;
  filter: none;
}

.busines {
  height: 100%;
  margin: 0;
  padding: 14px 16px 18px;
  border: 1px solid var(--cmx-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--cmx-shadow-soft);
  overflow: hidden;
}

.busines > p:first-child {
  margin: 0 0 18px;
}

.busines > p:first-child img {
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.busines h3 {
  position: static;
  top: auto;
  height: auto;
  margin: 0 0 12px;
  color: var(--cmx-brown);
  text-shadow: none;
  font-size: 1.48rem;
  line-height: 1.45;
  text-align: left;
}

.busines p {
  color: var(--cmx-text);
}

.busines a,
.busines p.harukaze {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(119, 103, 74, 0.08);
  font-weight: 700;
  box-shadow: none;
}

.layout-group > .column2,
.layout-group > .column3 {
  display: grid;
  align-items: stretch;
  gap: 24px;
  margin: 24px 0 0;
}

.layout-group > .column2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.layout-group > .column3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.layout-group > .column2:after,
.layout-group > .column3:after {
  display: none;
}

.layout-group > .column2 > .layout-group__col,
.layout-group > .column3 > .layout-group__col {
  width: auto;
  min-width: 0;
  float: none;
  margin: 0;
  padding: 0;
}

.layout-group > .column2 > .layout-group__col > .content-surface,
.layout-group > .column3 > .layout-group__col > .content-surface {
  height: 100%;
}

.home-services .layout-group {
  max-width: 1120px;
}

.page-shell--home .home-services .layout-group > .column3.home-services__row {
  gap: 30px;
}

.page-shell--home .home-services .column3.home-services__row--primary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 0;
}

.page-shell--home .home-services .column3.home-services__row--secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 880px;
  margin-top: 18px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-shell--home .home-services .column3 > .layout-group__col {
  padding: 0;
}

.home-services .content-surface {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: default;
}

.home-services .content-surface:hover {
  transform: none;
  box-shadow: none;
}

.home-services .content-surface > p:first-child,
.home-services .content-surface > h3:first-child {
  margin: 0;
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
  filter: drop-shadow(0 14px 22px rgba(92, 72, 39, 0.1));
}

.home-services .content-surface > p:first-child img,
.home-services .content-surface > h3:first-child img {
  display: block;
  width: 100%;
  border-radius: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: none;
  transform: scale(1.04);
  transform-origin: center;
}

.home-services .content-surface > h3:not(:first-child) {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
  text-align: left;
  color: var(--cmx-brown-deep);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.home-services .content-surface > h3:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.92em;
  width: 10px;
  height: 1px;
  background: rgba(119, 103, 74, 0.42);
}

.home-services__cta {
  margin-top: 44px;
  padding-top: 0;
  border-top: none;
  text-align: center;
}

.home-services__cta::before {
  content: "";
  display: block;
  width: min(220px, 38vw);
  height: 1px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, transparent 0%, rgba(119, 103, 74, 0.18) 20%, rgba(119, 103, 74, 0.3) 50%, rgba(119, 103, 74, 0.18) 80%, transparent 100%);
}

.home-services__cta .btn.anchor {
  max-width: 360px;
}

.home-guides .layout-group {
  max-width: 1120px;
}

.home-guides__row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home-guides .column3 .content-surface {
  padding: 0;
  text-align: center;
  cursor: pointer;
}

.home-guides .column3 .content-surface > .home-guide-card {
  display: block;
  height: 100%;
  min-height: 100%;
  padding: 16px 16px 22px;
  color: inherit;
}

.home-guides .column3 .content-surface > .home-guide-card:hover {
  opacity: 1;
}

.home-guides .column3 .content-surface > .home-guide-card > p:first-child,
.home-guides .column3 .content-surface > .home-guide-card > h3:first-child {
  margin: 0 0 16px;
}

.home-guides .column3 .content-surface > .home-guide-card > p:first-child img,
.home-guides .column3 .content-surface > .home-guide-card > h3:first-child img {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-guides .column3 .content-surface > .home-guide-card > h3:last-child {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.55;
  text-align: center;
}

.business-services .layout-group {
  max-width: 1120px;
}

.business-services h2.iconCorp {
  margin-bottom: 30px;
}

.business-services .layout-group > .column2.business-services__row {
  gap: 34px;
  align-items: stretch;
  margin: 0;
}

.business-services .layout-group > .column2.business-services__row + .column2.business-services__row {
  margin-top: 46px;
}

.business-services .layout-group > .column2.business-services__row > .layout-group__col {
  display: flex;
}

.business-services .busines {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 18px 20px 22px;
  border-radius: 28px;
  box-shadow: 0 14px 28px rgba(92, 72, 39, 0.09);
}

.business-services .busines > p:first-child {
  flex: 0 0 auto;
  margin: -2px -2px 20px;
}

.business-services .busines > h3 {
  flex: 0 0 auto;
}

.business-services .busines__summary {
  margin: 0;
  flex: 0 0 auto;
}

.business-services .busines__links {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.business-services .busines__links p {
  margin: 0;
}

.business-services .busines__links a,
.business-services .busines__links .busines__label {
  margin: 0;
}

.business-services .busines__label {
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(119, 103, 74, 0.08);
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
}

footer {
  background: linear-gradient(180deg, #7b6848 0%, #6d5b3e 100%);
}

.copyright {
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 18px 30px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.95);
}

footer .copyright a {
  color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 767px) {
  header.contents {
    z-index: 1200;
  }

  body.is-sp-menu-open {
    overscroll-behavior: contain;
  }

  body.is-sp-menu-open .scBtnBlock {
    opacity: 0;
    pointer-events: none;
  }

  .imgWrapper {
    min-height: 54px;
    padding: 4px 12px 10px;
    display: block;
  }

  .imgWrapper > a {
    display: block;
    max-width: calc(100% - 56px);
  }

  .imgWrapper img {
    width: min(250px, calc(100% - 12px));
    margin: 6px auto 0;
  }

  .scrollNavi {
    position: relative;
  }

  .spMenuBtn {
    right: 10px;
    z-index: 1210;
  }

  .spNaviWrapper {
    display: block !important;
    position: fixed;
    top: var(--sp-menu-top, 74px);
    right: 0;
    left: 0;
    height: calc(100vh - var(--sp-menu-top, 74px));
    height: calc(100dvh - var(--sp-menu-top, 74px));
    max-height: calc(100vh - var(--sp-menu-top, 74px));
    max-height: calc(100dvh - var(--sp-menu-top, 74px));
    z-index: 1195;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s ease;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 243, 0.98) 100%);
    backdrop-filter: blur(10px);
  }

  body.is-sp-menu-open .spNaviWrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .spNaviWrapper ul {
    position: static;
    min-height: 100%;
    padding-bottom: 24px;
    border-top: 1px solid rgba(119, 103, 74, 0.2);
    background: transparent;
  }

  .spNaviWrapper ul li {
    padding: 0 24px;
    background: transparent;
  }

  .spNaviWrapper ul li a {
    padding: 18px 8px 18px 18px;
  }

  #overlay {
    position: fixed;
    inset: 0;
    display: block !important;
    background: rgba(27, 21, 13, 0.42);
    z-index: 1190 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease;
  }

  body.is-sp-menu-open #overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .contentBlock {
    padding: 24px 12px;
  }

  .contentBlock .layout-group,
  .contentBlock .innerWrapper {
    width: calc(100% - 8px);
  }

  .contentBlock.catchphrase {
    min-height: 360px;
    padding: 120px 0 90px;
  }

  .commentBlock {
    width: 88%;
    top: -185px;
    font-size: 1.45rem;
  }

  a.btn.anchor.news-feed__more {
    width: auto;
    max-width: 180px;
    padding: 12px 20px;
  }

  .news-back-nav {
    margin-bottom: 16px;
  }

  .news-back-nav--bottom {
    margin-top: 22px;
    padding-top: 16px;
  }

  .news-back-link {
    width: auto;
    padding: 11px 15px;
    font-size: 0.92rem;
  }

  .nagareBlock a {
    width: 90%;
    top: -100px;
    padding: 14px 18px;
  }

  .page-shell--home .slideWrapper {
    width: calc(100% - 12px);
  }

  .page-shell--home .slick-initialized .slick-slide {
    border: none;
    border-radius: 0;
  }

  .page-shell--home .slick-list,
  .page-shell--home .slide {
    border-radius: 0;
  }

  .page-shell--home .slide img {
    width: 100% !important;
    height: clamp(200px, 56vw, 250px);
    left: 0 !important;
    position: static !important;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .home-guides .layout-group > .column3 {
    margin: 20px 0 0;
  }

  .home-guides .column3 .layout-group__col {
    padding: 0 0 18px;
  }

  .layout-group > .column2,
  .layout-group > .column3,
  .home-services__row,
  .home-guides__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .page-shell .layout-group > .column2 > .layout-group__col,
  .page-shell .layout-group > .column3 > .layout-group__col {
    margin-bottom: 0 !important;
  }

  .page-shell--home .home-services .column3.home-services__row--primary,
  .page-shell--home .home-services .column3.home-services__row--secondary {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    max-width: none;
    margin: 18px 0 0;
  }

  .business-services .layout-group > .column2.business-services__row {
    gap: 18px;
  }

  .business-services .layout-group > .column2.business-services__row + .column2.business-services__row {
    margin-top: 28px;
  }

  .home-services__row--secondary {
    max-width: none;
  }

  .home-services .content-surface {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .page-shell--home .home-services .column3 > .layout-group__col:nth-child(even) .content-surface {
    flex-direction: row-reverse;
  }

  .page-shell--home .home-services .column3 > .layout-group__col:nth-child(even) .content-surface > h3:not(:first-child) {
    padding-left: 0;
    padding-right: 14px;
    text-align: right;
  }

  .page-shell--home .home-services .column3 > .layout-group__col:nth-child(even) .content-surface > h3:not(:first-child)::before {
    left: auto;
    right: 0;
  }

  .home-services .content-surface > p:first-child,
  .home-services .content-surface > h3:first-child {
    flex: 0 0 clamp(112px, 34vw, 148px);
    width: 100%;
    padding: 0;
    border-radius: 0;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    filter: drop-shadow(0 12px 18px rgba(92, 72, 39, 0.1));
  }

  .home-services .content-surface > p:first-child img,
  .home-services .content-surface > h3:first-child img {
    aspect-ratio: 4 / 3.1;
    transform: none;
  }

  .home-services .content-surface > h3:not(:first-child) {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding-left: 14px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-services .content-surface > h3:not(:first-child)::before {
    top: 0.82em;
  }

  .commentBlock {
    width: calc(100% - 124px);
    padding: 0 4px;
    font-size: clamp(1.06rem, 4.9vw, 1.4rem);
    line-height: 1.4;
  }

  .slick-prev,
  .slick-next {
    width: 48px;
    height: 48px;
  }

  .slick-prev {
    left: 8px;
  }

  .slick-next {
    right: 8px;
  }

  .home-guides .column3 .content-surface {
    text-align: left;
  }

  .home-guides .column3 .content-surface > .home-guide-card {
    padding: 16px 16px 22px;
  }

  .home-guides .column3 .content-surface > .home-guide-card > h3:last-child {
    font-size: 1.18rem;
    line-height: 1.5;
    text-align: center;
  }

  .contentBlock table.faq {
    display: block;
    border-spacing: 0;
    margin: 0 0 18px;
  }

  .contentBlock table.faq tbody {
    display: block;
  }

  .contentBlock table.faq tr {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin: 0 0 10px;
  }

  .contentBlock table.faq tr:last-child {
    margin-bottom: 0;
  }

  .contentBlock table.faq tr th,
  .contentBlock table.faq tr td {
    border-radius: 18px;
  }

  .contentBlock table.faq tr th {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 10px 0;
    font-size: 1.02rem;
    line-height: 1;
    text-align: center;
    box-shadow: none;
  }

  .contentBlock table.faq tr td {
    display: block;
    padding: 14px 16px;
    border: 1px solid rgba(119, 103, 74, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    box-shadow: var(--cmx-shadow-soft);
  }

  .contentBlock table.faq tr td p {
    margin: 0;
  }

  .contentBlock table.faq tr td p + p {
    margin-top: 0.85em;
  }

  .contentBlock table,
  .contentBlock table.parent {
    border-spacing: 0 10px;
  }

  .contentBlock table:not(.faq):not(.parent):not(.child) tr {
    margin-bottom: 14px;
    padding: 16px;
    border: 1px solid rgba(119, 103, 74, 0.14);
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
    box-shadow: var(--cmx-shadow-soft);
  }

  .contentBlock table:not(.faq):not(.parent):not(.child) tr th,
  .contentBlock table:not(.faq):not(.parent):not(.child) tr td,
  .contentBlock table.faq tr th,
  .contentBlock table.faq tr td,
  .contentBlock table.parent > tbody > tr > td:first-child {
    border-radius: 18px;
    border: 1px solid rgba(119, 103, 74, 0.16);
  }

  .contentBlock table:not(.faq):not(.parent):not(.child) tr th,
  .contentBlock table:not(.faq):not(.parent):not(.child) tr td {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .contentBlock table:not(.faq):not(.parent):not(.child) tr th {
    display: inline-block;
    width: auto !important;
    min-width: 0;
    margin: 0 0 12px;
    padding: 10px 14px;
    border: 1px solid rgba(119, 103, 74, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, #fffbed 0%, #fff5d8 100%);
  }

  .contentBlock table:not(.faq):not(.parent):not(.child) tr td {
    padding: 0 2px 0 0;
  }

  .contentBlock table.parent td.links {
    width: auto;
    padding-left: 0;
    margin-top: 12px;
  }

  .contentBlock table.parent td.links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    margin: 0 8px 8px 0;
  }
}

@media screen and (min-width: 768px) {
  #mainContainer {
    margin-top: 214px;
  }

  .copy {
    padding: 12px 22px 0;
  }

  .copy p {
    text-align: left;
    font-size: 0.8rem;
  }

  .imgWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 94px;
    padding: 10px 22px 14px;
  }

  .imgWrapper img {
    position: static;
    margin: 0;
    width: 420px;
    right: auto;
  }

  .topBtnWrapper.pc {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
  }

  .topBtnWrapper a {
    min-width: 240px;
    height: auto;
    margin: 0;
    padding: 14px 26px;
  }

  .topBtnWrapper a span {
    height: auto;
    line-height: 1.2;
    font-size: 1rem;
    padding-left: 26px;
  }

  .topBtnWrapper a span:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }

  .pcNaviWrapper {
    height: auto;
    padding: 0 18px 6px;
    background: transparent;
  }

  .pcNaviWrapper ul {
    width: min(100%, 1080px);
    max-width: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .pcNaviWrapper ul li {
    flex: 0 1 auto;
    float: none;
    min-width: 0;
    height: 52px;
    padding: 0 18px;
    border-right: none;
  }

  .pcNaviWrapper ul li a {
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    font-size: 0.96rem;
  }

  .pcNaviWrapper ul li:after {
    width: calc(100% - 26px);
    bottom: 6px;
    height: 4px;
  }

  .pcNaviWrapper ul li:hover:after,
  .pcNaviWrapper ul li.nav-selected:after {
    background: #9bd626;
  }

  .page-shell--news .content-surface.contentBlock .layout-group {
    width: calc(100% - 44px);
  }

  .page-shell--home .column3 .layout-group__col {
    padding: 0 12px 28px;
  }
}
