/* ==================================================
   Yamaiso CSS - cleaned final version
   Duplicate selectors were merged.
   For repeated selector/property pairs, the last value was kept.
   Media queries are placed after base styles so responsive rules win.
================================================== */

:root {
  --green: #00b900;
  --green-dark: #0b5f20;
  --green-deep: #073b11;
  --green-soft: #eefbee;
  --cream: #fbfaf4;
  --blue-soft: #dff1f5;
  --text: #223026;
  --muted: #6b7b70;
  --line: #d5e8d3;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(22, 74, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  word-break: keep-all;
  line-break: strict;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.8;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.logo img {
  width: 130px;
  height: auto;
}

.main-nav a {
  position: relative;
  padding: 12px 0;
  opacity: 0.88;
  transition: 0.2s ease;
}

.main-nav a:hover {
  opacity: 1;
  color: var(--green-dark);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: var(--green);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: 0.25s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

/* Legacy buttons kept for older HTML fallbacks. */
.line-btn {
  padding: 10px 17px;
  border-radius: 999px;
  background: #00b900;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(35, 230, 10, 0.22);
}

.phone-link {
  color: #ff9000;
  font-size: 40px;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 38px 22px 80px;
  background: linear-gradient(180deg, #fbfaf4 0%, #edf8f1 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -58px;
  height: 120px;
  background: var(--blue-soft);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.small-title {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.22;
  font-weight: 800;
  color: var(--green-deep);
  letter-spacing: 0.02em;
}

.hero-lead {
  margin: 0 0 26px;
  font-size: 17px;
  color: #344438;
}

.hero-actions,
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-main {
  background: #ff9000;
  color: #fff;
  box-shadow: 0 12px 22px rgba(11, 95, 32, 0.2);
}

.btn-line {
  background: #00b900;
  color: #FFFFFF;
  box-shadow: 0 12px 22px rgba(35, 230, 10, 0.22);
}

.btn-mail {
  background: #fff;
  color: var(--green-dark);
  border: 1px solid var(--line);
}

.hero-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-photo {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  background: #fff;
}

.hero-photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.photo-label {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 16px 20px;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.92);
  border-left: 6px solid var(--green);
  border-radius: 18px;
}

.photo-label strong {
  display: block;
  color: var(--green-dark);
  font-size: 20px;
}

.photo-label span {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.intro-wave {
  position: relative;
  padding: 52px 22px 44px;
  background: var(--blue-soft);
  text-align: center;
}

.wave-inner {
  max-width: 900px;
  margin: 0 auto;
}

.wave-inner p {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-weight: 900;
}

.wave-inner h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  color: var(--green-deep);
}

.section {
  max-width: 1180px;
  margin: 72px auto;
  padding: 0 22px;
}

.section-header {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-header h2 {
  margin: 0 0 14px;
  color: var(--green-deep);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.35;
}

.section-header p {
  margin: 0;
  color: var(--muted);
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 34px;
  align-items: center;
}

.about-text {
  padding: 36px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-text p {
  margin-top: 0;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-image {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.about-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.services {
  max-width: 1220px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  padding: 30px;
  min-height: 260px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 10px 26px rgba(22, 74, 31, 0.07);
  transition: 0.25s ease;
}

.service-card:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #f2f5f0;
  color: #7e8d81;
  transition: 0.25s ease;
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card:hover .service-icon {
  background: var(--green-soft);
  color: var(--green-dark);
}

.service-card h3 {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 22px;
}

.service-card p {
  margin: 0;
  font-size: 15px;
}

.message {
  max-width: none;
  padding: 70px 22px;
  background: linear-gradient(180deg, var(--blue-soft), #edf8f1);
}

.message-card {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.message-card > div {
  padding: 42px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 30px;
}

.message-card h2 {
  margin: 0 0 18px;
  color: var(--green-deep);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.35;
}

.message-card img {
  border-radius: 34px;
  height: 460px;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.seo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.seo-block {
  padding: 30px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--line);
  border-left: 8px solid #2f6c44;
  box-shadow: 0 10px 26px rgba(22, 74, 31, 0.07);
}

.seo-block h2 {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 22px;
}

.seo-block p {
  margin: 0;
}

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

.works-grid figure {
  margin: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(22, 74, 31, 0.07);
}

.works-grid figure:nth-child(2),
.works-grid figure:nth-child(4) {
  margin-top: 28px;
}

.works-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.works-grid figcaption {
  padding: 14px;
  color: var(--green-dark);
  font-weight: 900;
  text-align: center;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.area-list span {
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark);
  border: 1px solid var(--line);
  font-weight: 900;
}

.faq-list {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 18px 22px;
  border: 0;
  background: #fff;
  color: var(--text);
  display: flex;
  justify-content: space-between;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-align: left;
}

.faq-question span {
  color: var(--green-dark);
  font-size: 24px;
  transition: 0.2s ease;
}

.faq-answer {
  display: none;
  padding: 0 22px 18px;
  color: var(--muted);
}

.faq-answer p {
  margin: 0;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.contact-section {
  padding: 82px 22px;
  background: linear-gradient(180deg, #edf8f1, var(--green-deep));
}

.contact-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 48px 34px;
  text-align: center;
  background: #fff;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.contact-inner h2 {
  margin: 0 0 16px;
  color: var(--green-deep);
  font-size: clamp(28px, 3vw, 42px);
}

.contact-inner p {
  margin: 0 auto 26px;
  max-width: 720px;
}

.contact-buttons {
  justify-content: center;
}

.site-footer {
  background: var(--green-deep);
  color: #fff;
  text-align: center;
  padding: 0px 22px 80px;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.footer-logo {
  width: 150px;
  margin: 0 auto 18px;
}

.site-footer a {
  color: #dfffe1;
}

.site-footer p {
  margin: 8px 0;
  color: #dfffe1;
}

.site-footer small {
  display: block;
  margin-top: 22px;
  color: #bfe9c5;
}

.mobile-fixed-cta {
  display: none;
}

.social-links {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.social-links a {
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(11, 95, 32, 0.08);
  color: var(--green-dark);
  font-weight: 800;
  font-size: 14px;
  transition: 0.2s ease;
}

.social-links a:hover {
  background: var(--green);
  color: var(--green-deep);
}

.services-flow {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

.services-flow::before {
  content: "";
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 300px);
  background: linear-gradient(
            to bottom,
            rgba(42, 109, 63, 0),
            rgba(42, 109, 63, 0.18),
            rgba(42, 109, 63, 0)
        );
  z-index: 0;
}

.service-flow-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 70px;
  z-index: 2;
}

.service-flow-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 28px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(42, 109, 63, 0.08);
  border-radius: 42px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.04),
        0 2px 8px rgba(42,109,63,0.04);
  transition: transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.service-flow-card:hover {
  transform: translateY(-4px);
  border-color: rgba(42,109,63,0.16);
  box-shadow: 0 18px 40px rgba(0,0,0,0.06),
        0 4px 12px rgba(42,109,63,0.08);
}

.service-flow-card.reverse {
  flex-direction: row-reverse;
}

.service-flow-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #2f6c44;
  border: 5px solid #f4f8f2;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(47,108,68,0.08);
  transform: translateY(-50%);
  z-index: 5;
}

.service-flow-card:not(.reverse)::after {
  right: -70px;
}

.service-flow-card.reverse::after {
  left: -70px;
}

.service-photo {
  position: relative;
  flex: 0 0 320px;
  height: 250px;
  overflow: hidden;
  border-radius: 36px;
  background: #edf4ee;
}

.service-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
            180deg,
            rgba(0,0,0,0) 20%,
            rgba(0,0,0,0.18) 100%
        );
  z-index: 2;
}

.service-flow-card:hover .service-photo img {
  transform: scale(1.05);
}

.service-flow-content {
  position: relative;
  flex: 1;
  z-index: 3;
}

.service-flow-content h3 {
  margin-bottom: 16px;
  color: #1f412a;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.service-flow-content p {
  max-width: 540px;
  color: #526257;
  font-size: 15px;
  line-height: 2;
}

.service-detail-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 30px rgba(47,108,68,0.28);
}

.service-photo::after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 44, 29, 0.46);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 3;
  backdrop-filter: blur(2px);
}

.service-flow-card:hover .service-photo::after {
  opacity: 1;
}

.services-flow .section-header {
  position: relative;
  z-index: 2;
}

.services-flow .section-header::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: rgba(111, 173, 134, 0.08);
  filter: blur(60px);
  top: -80px;
  left: -120px;
  border-radius: 50%;
  z-index: -1;
}

.services-flow .section-header::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(165, 210, 183, 0.10);
  filter: blur(80px);
  right: -100px;
  top: -40px;
  border-radius: 50%;
  z-index: -1;
}

.service-detail-btn {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(
            135deg,
            #2f6c44,
            #5b9a70
        );
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.3s ease,
        box-shadow 0.3s ease;
  box-shadow: 0 10px 24px rgba(47,108,68,0.18);
  display: none;
}

.service-line-link:hover {
  opacity: 0.7;
}

.service-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-accordion-item {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.05);
  overflow: hidden;
}

.service-accordion-header {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  text-align: left;
}

.service-title-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.service-number {
  margin-bottom: 18px;
  font-size: 14px;
  letter-spacing: 0.12em;
  box-shadow: 0 8px 20px rgba(47,108,68,0.18);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #4f875d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.service-title-wrap strong {
  display: block;
  font-size: 30px;
  color: #20452b;
  margin-bottom: 8px;
}

.service-title-wrap small {
  display: block;
  font-size: 16px;
  color: #4f875d;
  font-weight: 600;
}

.service-plus {
  font-size: 32px;
  color: #4f875d;
  font-weight: 700;
  transition: 0.25s;
}

.service-accordion-item.active .service-plus {
  transform: rotate(45deg);
}

.service-accordion-body {
  display: none;
  grid-template-columns: 320px 1fr;
  gap: 42px;
  padding: 0 40px 40px;
}

.service-accordion-item.active .service-accordion-body {
  display: grid;
}

.service-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease,
        filter 0.4s ease;
  width: 100%;
  border-radius: 28px;
  display: block;
}

.service-text p {
  font-size: 17px;
  line-height: 2;
  color: #666;
  margin-bottom: 18px;
}

.service-line-link {
  transition: 0.2s;
  display: inline-block;
  margin-top: 12px;
  color: #ff9000;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #ff9000;
  padding-bottom: 5px;
}

.company-info h2,
.contact-side h2 {
  margin-bottom: 30px;
}

.company-table {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.company-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.company-row span {
  color: #5b6b61;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.company-row strong {
  color: #183222;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 700;
}

.contact-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.phone-card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  margin-bottom: 28px;
  border-radius: 28px;
  background: linear-gradient(
            135deg,
            #0d4c1f,
            #1d6a35
        );
  color: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  transition: 0.25s ease;
}

.phone-card:hover {
  transform: translateY(-3px);
}

.phone-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  font-size: 34px;
  flex-shrink: 0;
}

.phone-content small {
  display: block;
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 6px;
}

.phone-content strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.contact-side .contact-buttons {
  width: 100%;
  justify-content: flex-start;
}

.contact-side .btn {
  min-width: 220px;
}

.contact-sns-card::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -80px;
  width: 230px;
  height: 230px;
  background: rgba(0, 185, 0, 0.08);
  border-radius: 50%;
}

.contact-label {
  color: #ff8500;
  text-align: center;
}

.contact-side h2 {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--green-deep);
  line-height: 1.35;
  margin-bottom: 22px;
}

.contact-text {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #344438;
  margin-bottom: 34px;
}

.sns-box {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 28px 26px;
  margin-bottom: 24px;
  border-radius: 26px;
  background: #fff8ef;
  border: 1px solid rgba(255, 144, 0, 0.14);
}

.sns-title {
  margin: 0 0 22px;
  text-align: center;
  color: #ff8500;
  font-weight: 900;
  font-size: 20px;
}

.sns-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sns-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: #183222;
  transition: 0.2s ease;
}

.sns-link:hover {
  transform: translateY(-4px);
}

.sns-icon.instagram {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
  font-size: 44px;
}

.sns-icon.line {
  background: #00b900;
  font-size: 17px;
}

.sns-icon.facebook {
  background: #1877f2;
  font-size: 44px;
  font-family: Arial, sans-serif;
}

.phone-orange-card:hover {
  transform: translateY(-3px);
}

.contact-company-layout {
  position: relative;
  display: grid;
  text-align: left;
  align-items: center;
  grid-template-columns: 0.6fr 1fr;
  gap: 48px;
  max-width: 1280px;
}

.contact-sns-card {
  position: relative;
  background: rgba(255,255,255,0.92);
  border-radius: 34px;
  box-shadow: 0 18px 45px rgba(22, 74, 31, 0.12);
  overflow: hidden;
  padding: 42px 34px;
}

.phone-orange-icon {
  border-radius: 50%;
  background: #fff;
  color: #ff8500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  font-size: 34px;
}

.phone-orange-card div {
  min-width: 0;
}

.phone-orange-card span {
  display: block;
  font-weight: 900;
  margin-bottom: 4px;
  font-size: 16px;
  white-space: nowrap;
}

.phone-orange-card small {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 18px;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.phone-orange-card {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 28px;
  background: linear-gradient(135deg, #ff8a00, #ff6f00);
  color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 18px 38px rgba(255, 132, 0, 0.28);
  transition: 0.25s ease;
  min-width: 0;
  gap: 20px;
  padding: 26px 28px;
  overflow: hidden;
  justify-content: center;
}

.phone-orange-card > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phone-orange-card strong {
  display: block;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  font-size: clamp(30px, 3.1vw, 46px);
  letter-spacing: 0;
  text-align: center;
}

.phone-orange-card span,
.phone-orange-card small {
  text-align: center;
}

.sns-icon svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}

.sns-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.sns-icon.line svg {
  width: 42px;
  height: 42px;
}

.sns-icon.line svg path:first-child {
  fill: #fff;
}

.sns-icon.line svg path:last-child {
  fill: none;
  stroke: #00b900;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.area-modern {
  position: relative;
  overflow: hidden;
  padding: 110px 22px 120px;
  background: linear-gradient(135deg, #fbfaf4 0%, #f4fbf3 55%, #eef8ef 100%);
}

.area-content h2 {
  margin: 0 0 22px;
  color: var(--green-deep);
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.08;
  letter-spacing: 0.03em;
}

.area-content h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 6px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--green-dark);
}

.area-description {
  margin: 0 0 38px;
  color: #344438;
  font-size: 19px;
  line-height: 2;
  font-weight: 700;
}

.area-feature-card div {
  text-align: center;
  padding: 0 18px;
}

.area-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-mobile-list {
  display: none;
}

.area-section-header {
  margin-bottom: 54px;
}

.footer-line {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  max-width: 1200px;
  margin: 20px auto 0;
}

.footer-line a {
  color: #fff;
  text-decoration: none;
}

.footer-line a:hover {
  opacity: 0.8;
}

.area-content {
  margin-left: auto;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area-feature-card {
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 34px;
  border-radius: 34px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 22px 55px rgba(22,74,31,0.10);
  backdrop-filter: blur(14px);
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.area-feature-card > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 92, 45, 0.12);
  border-radius: 24px;
  padding: 22px 26px;
  box-shadow: 0 18px 45px rgba(0, 80, 40, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.area-feature-card > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(0, 80, 40, 0.13);
}

.area-feature-icon {
  margin: 0 auto 16px;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eaf6ee, #f7fbf8);
  color: #006b35;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(0, 92, 45, 0.08);
}

.area-feature-icon.line-icon {
  font-size: 18px;
  letter-spacing: -0.03em;
}

.area-feature-card strong {
  display: block;
  color: #005c2e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 5px;
}

.area-feature-card small {
  margin-top: 10px;
  display: block;
  color: #405a4a;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.area-modern-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
  max-width: 1180px;
  margin: 0 auto;
}

.area-map img {
  height: auto;
  filter: drop-shadow(0 25px 45px rgba(22,74,31,0.12));
  width: 100%;
  max-width: 560px;
  display: block;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 250, 244, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11, 95, 32, 0.12);
  overflow: visible;
}

.header-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1320px;
  height: 150px;
  padding: 0 26px;
  gap: 24px;
}

.main-nav {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--green-deep);
  letter-spacing: 0.02em;
  gap: 22px;
  flex: 1 1 auto;
}

/* =========================
   FINAL HEADER CONTACT CARDS
========================= */

.header-contact,
.header-contact-cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
  flex: 0 0 auto;
}

.header-contact-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 85px;
  padding: 10px 16px;
  border-radius: 24px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.13);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.17);
}

.header-contact-phone {
  background: linear-gradient(135deg, #ff8a00, #ff7200);
}

.header-contact-line {
  background: linear-gradient(135deg, #06c755, #00b900);
}

.header-contact-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-contact-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.header-contact-phone .header-contact-icon {
  color: #ff8500;
}

.header-contact-line .header-contact-icon {
  color: #06c755;
}

.header-contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
  min-width: 0;
}

.header-contact-label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 4px;
  line-height: 1.1;
}

.header-contact-main {
  display: block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.header-contact-line .header-contact-main {
  font-size: 15px;
  line-height: 1.2;
}

.header-contact-sub {
  display: inline-block;
  width: fit-content;
  margin-top: 6px;
  padding: 3px 10px;
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
}

@media (max-width: 1100px) {
  .service-flow-card,
    .service-flow-card.reverse {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-flow-card::after,
    .services-flow::before {
    display: none;
  }

  .service-photo {
    width: 100%;
    flex: unset;
    height: 260px;
  }

  .service-flow-content p {
    max-width: 100%;
  }

  .service-detail-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .services-flow {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .service-flow-list {
    gap: 36px;
    margin-top: 50px;
  }

  .service-flow-card {
    padding: 22px;
    border-radius: 28px;
  }

  .service-photo {
    height: 220px;
    border-radius: 24px;
  }

  .service-flow-content h3 {
    font-size: 24px;
  }

  .service-flow-content p {
    font-size: 14px;
    line-height: 1.9;
  }

  .service-number {
    width: 48px;
    height: 48px;
    font-size: 12px;
  }

  .service-detail-btn {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

@media (max-width:900px) {
  .service-accordion-header {
    padding: 26px;
  }

  .service-title-wrap {
    align-items: flex-start;
  }

  .service-title-wrap strong {
    font-size: 24px;
  }

  .service-accordion-body {
    grid-template-columns: 1fr;
    padding: 0 26px 32px;
  }
}

@media (max-width:980px) {
  .contact-company-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .phone-content strong {
    font-size: 30px;
  }
}

@media (max-width:640px) {
  .company-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .phone-card {
    padding: 22px;
    gap: 18px;
  }

  .phone-icon {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  .phone-content strong {
    font-size: 24px;
  }

  .contact-side .btn {
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 900px) {
  .area-modern-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .area-feature-card {
    max-width: 100%;
  }

  .area-feature-card > div {
    padding: 20px;
    grid-template-columns: 56px 1fr;
  }

  .area-feature-icon {
    width: 56px;
    height: 56px;
    font-size: 23px;
  }

  .area-feature-icon.line-icon {
    font-size: 16px;
  }

  .area-feature-card strong {
    font-size: 18px;
  }

  .area-feature-card small {
    font-size: 13px;
  }

  .header-contact-sub {
    font-size: 11px;
  }
}

@media (max-width: 1180px) {
  .header-inner {
    height: 140px;
    gap: 18px;
  }

  .main-nav {
    gap: 16px;
    font-size: 13px;
  }

  .logo img {
    width: 118px;
  }

  .header-contact.header-contact-cards,
  .header-contact-cards {
    gap: 9px;
  }

  .header-contact-card {
    height: 66px;
    padding: 9px 12px;
    border-radius: 22px;
    gap: 8px;
  }

  .header-contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .header-contact-icon svg {
    width: 20px;
    height: 20px;
  }

  .header-contact-label {
    font-size: 10px;
  }

  .header-contact-main {
    font-size: 19px;
  }

  .header-contact-line .header-contact-main {
    font-size: 13px;
  }

  .header-contact-sub {
    font-size: 9px;
    padding: 3px 8px;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 90px;
  }

  .logo img {
    width: 148px;
  }

  .menu-toggle {
    margin-left: auto;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    display: grid;
    place-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: var(--green-dark);
    border-radius: 999px;
  }

  .main-nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 22px 24px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .header-contact {
    display: none;
  }

  .hero-inner,
  .about-layout,
  .message-card {
    grid-template-columns: 1fr;
  }

  .hero-photo img {
    height: 420px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo {
    grid-template-columns: 1fr;
  }

  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.18);
  }

  .mobile-fixed-cta a {
    padding: 14px 10px;
    text-align: center;
    font-weight: 900;
  }

  .mobile-fixed-cta a:first-child {
    background: #ff9000;
    color: #fff;
  }

  .mobile-fixed-cta a:last-child {
    background: var(--green);
    color: var(--green-deep);
  }

  .contact-company-layout {
    gap: 46px;
    grid-template-columns: 1fr;
  }

  .phone-orange-card strong {
    font-size: clamp(30px, 8vw, 52px);
  }

  .area-modern-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .area-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .area-content h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  .area-map img {
    max-width: 560px;
  }

  .header-inner {
    height: 78px;
    max-width: 1180px;
  }

  .header-contact,
  .header-contact.header-contact-cards,
  .header-contact-cards {
    display: none !important;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  html {
    scroll-padding-top: 86px;
  }

  .logo img {
    width: 132px;
  }

  .main-nav {
    top: 72px;
  }

  .hero {
    padding: 26px 14px 64px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions,
  .contact-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-photo {
    border-radius: 24px;
    transform: none;
  }

  .hero-photo img {
    height: 340px;
  }

  .section {
    margin: 54px auto;
    padding: 0 14px;
  }

  .about-text,
  .message-card > div,
  .seo-block,
  .contact-inner {
    padding: 24px;
    border-radius: 22px;
  }

  .about-image,
  .message-card img {
    border-radius: 22px;
    transform: none;
    height: 300px;
  }

  .service-grid,
  .works-grid {
    grid-template-columns: 1fr;
  }

  .works-grid figure:nth-child(2),
  .works-grid figure:nth-child(4) {
    margin-top: 0;
  }

  .service-card {
    min-height: auto;
    padding: 24px;
    border-radius: 22px;
  }

  .message {
    padding: 54px 14px;
  }

  .contact-section {
    padding: 60px 14px;
  }

  .contact-sns-card {
    padding: 30px 20px;
  }

  .sns-icons {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .phone-orange-card {
    flex-direction: column;
    text-align: center;
    padding: 26px 20px;
  }

  .phone-orange-icon {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }

  .phone-orange-card strong {
    font-size: clamp(26px, 8.5vw, 36px);
  }

  .area-modern {
    padding: 70px 14px;
  }

  .area-content h2 {
    font-size: 44px;
  }

  .area-description {
    font-size: 16px;
    line-height: 1.9;
  }

  .area-feature-card {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }

  .area-map {
    display: none;
  }

  .area-mobile-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 420px;
    margin: 34px auto 0;
  }

  .area-mobile-list span {
    padding: 12px 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--green-deep);
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(22,74,31,0.08);
    border: 1px solid rgba(11,95,32,0.06);
  }

  .header-inner {
    padding: 0 16px;
    height: 72px;
  }
}
