@charset "UTF-8";


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* index_sections\header\css\style.css */
:root {
  --header-green: #006b1f;
  --header-orange: #f05a00;
  --header-orange-light: #ff7414;
  --header-ink: #111;
  --header-white: #fff;
  --header-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--header-ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.45;
  background: #fffdf8;
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(0, 107, 31, 0.28);
}

.header-inner {
  width: min(var(--header-max), calc(100% - 64px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 1 385px;
  min-width: 250px;
}

.brand img {
  width: min(385px, 100%);
  max-height: 56px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  min-width: 0;
}

.header-phone {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 8px;
  align-items: center;
  color: var(--header-ink);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.header-phone span {
  grid-row: 1 / 3;
  color: var(--header-green);
  font-size: 24px;
  letter-spacing: 0;
}

.header-phone strong {
  font-size: 27px;
  letter-spacing: 0;
}

.header-phone small {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.header-estimate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  color: var(--header-white);
  background: linear-gradient(180deg, var(--header-orange-light), var(--header-orange));
  border-radius: 6px;
  box-shadow: 0 2px 0 #c44600;
  font-weight: 900;
  white-space: nowrap;
}

.header-estimate span {
  font-size: 24px;
  letter-spacing: 0;
}

.preview-area {
  min-height: 240px;
  background: linear-gradient(100deg, #f2fff0 0%, #fbfff7 58%, #fff 100%);
}

@media (max-width: 900px) {
  .header-inner {
    width: min(100% - 32px, var(--header-max));
  }

  .header-actions {
    gap: 14px;
  }

  .header-estimate {
    padding: 0 14px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    flex-basis: 300px;
    min-width: 165px;
  }

  .header-phone strong {
    font-size: 22px;
  }

  .header-phone small {
    font-size: 12px;
  }

  .header-estimate {
    display: none;
  }
}

@media (max-width: 520px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: min(100% - 24px, var(--header-max));
    padding: 9px 0;
  }

  .brand {
    flex: 0 1 auto;
    width: min(315px, 90vw);
    min-width: 0;
  }

  .brand img {
    max-height: 46px;
  }

  .header-phone {
    grid-template-columns: auto auto;
  }

  .header-phone small {
    text-align: center;
  }
}

/* index_sections\first-view02\css\style.css */
:root {
  --green: #006b1f;
  --green-dark: #005218;
  --orange: #f05a00;
  --ink: #111;
  --paper: #fffdf8;
  --hero-bg: #edffef;
  --white: #fff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.45;
  background: var(--paper);
  overflow-x: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.hero {
  background: var(--hero-bg);
}

.hero-inner {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(340px, 420px);
  gap: 28px;
  align-items: start;
  justify-content: center;
  padding: 18px 0 22px;
}

.hero-content {
  min-width: 0;
  width: 100%;
}

.hero-main-picture {
  display: block;
  width: 100%;
}

.hero-main-image {
  width: min(100%, 800px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.hero-form {
  overflow: hidden;
  min-width: 0;
  width: 100%;
  margin: 0;
  align-self: start;
  background: var(--white);
  border: 1px solid #bfd0c1;
  border-radius: 0;
  box-shadow: 0 8px 22px rgba(0, 83, 28, 0.1);
}

.hero-form h2 {
  margin: 0;
  padding: 9px 16px;
  color: var(--white);
  background: linear-gradient(180deg, #008229, var(--green));
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.estimate-form {
  min-width: 0;
  padding: 18px 22px 20px;
}

.estimate-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.estimate-form legend {
  margin-bottom: 7px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}

.form-group {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
  font-size: 13px;
  font-weight: 900;
}

.form-group--wide {
  grid-column: 1 / -1;
}

.form-group span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.estimate-form em {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 18px;
  color: var(--white);
  background: var(--orange);
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  min-width: 0;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #ccd8cf;
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
}

.estimate-form textarea {
  min-height: 74px;
  resize: vertical;
}

.form-button {
  width: min(100%, 260px);
  min-height: 46px;
  display: block;
  margin: 18px auto 0;
  color: var(--white);
  background: linear-gradient(180deg, #ff7a0d, var(--orange));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 4px 0 #c64300;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1120px) {
  .hero-inner {
    width: min(100% - 48px, var(--max));
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 16px 0 24px;
  }

  .hero-form {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .estimate-form {
    padding-inline: 18px;
  }

  .form-button {
    width: min(100%, 280px);
  }
}

@media (max-width: 768px) {
  .hero-inner {
    width: min(100% - 32px, var(--max));
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .hero-inner {
    width: min(100% - 24px, var(--max));
    padding-top: 14px;
  }

  .hero-main-image {
    width: 100%;
  }

  .estimate-form {
    padding: 16px;
  }

  .estimate-form fieldset {
    grid-template-columns: 1fr;
  }

  .form-button {
    width: 100%;
    margin: 16px 0 0;
  }
}

/* index_sections\benefits02\css\style.css */
:root {
  --benefits-green: #26851f;
  --benefits-green-dark: #08721a;
  --benefits-line: #d9e9d4;
  --benefits-ink: #101828;
  --benefits-muted: #667085;
  --benefits-shadow: 0 18px 38px rgba(28, 88, 34, 0.12);
  --benefits-max: 1180px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  color: var(--benefits-ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.lp-benefits {
  width: 100%;
  padding: clamp(56px, 7vw, 86px) 0;
  background: #fff;
}

.lp-benefits__inner {
  width: min(var(--benefits-max), calc(100% - 64px));
  margin: 0 auto;
}

.lp-benefits__label {
  margin: 0 0 4px;
  color: var(--benefits-green-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.lp-benefits__title {
  margin: 0 0 38px;
  color: var(--benefits-ink);
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}

.lp-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lp-benefits-card {
  min-height: 306px;
  padding: 30px 28px 30px;
  background: #fff;
  border: 1px solid var(--benefits-line);
  border-radius: 18px;
  box-shadow: var(--benefits-shadow);
  text-align: center;
}

.lp-benefits-card__icon {
  display: grid;
  place-items: center;
  width: clamp(118px, 12vw, 150px);
  height: clamp(118px, 12vw, 150px);
  margin: 0 auto 20px;
}

.lp-benefits-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-benefits-card h3 {
  margin: 0 0 14px;
  color: var(--benefits-green-dark);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0;
}

.lp-benefits-card p {
  max-width: 290px;
  margin: 0 auto;
  color: var(--benefits-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .lp-benefits {
    padding: 52px 0;
  }

  .lp-benefits__inner {
    width: min(100% - 40px, 720px);
  }

  .lp-benefits__title {
    margin-bottom: 28px;
  }

  .lp-benefits__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lp-benefits-card {
    min-height: 0;
    padding: 22px 22px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
    text-align: left;
  }

  .lp-benefits-card__icon {
    width: 92px;
    height: 92px;
    margin: 0;
    grid-row: span 2;
  }

  .lp-benefits-card h3 {
    margin-bottom: 6px;
    font-size: 19px;
  }

  .lp-benefits-card p {
    max-width: none;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 430px) {
  .lp-benefits {
    padding: 44px 0;
  }

  .lp-benefits__inner {
    width: min(100% - 28px, var(--benefits-max));
  }

  .lp-benefits__label {
    font-size: 14px;
  }

  .lp-benefits__title {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .lp-benefits__grid {
    gap: 12px;
  }

  .lp-benefits-card {
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 12px;
    padding: 16px 14px;
    border-radius: 16px;
  }

  .lp-benefits-card__icon {
    width: 76px;
    height: 76px;
  }

  .lp-benefits-card h3 {
    font-size: 16px;
    line-height: 1.35;
  }

  .lp-benefits-card p {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* index_sections\relief\css\style.css */
:root {
  --s11-relief-green: #006b1f;
  --s11-relief-green-dark: #005218;
  --s11-relief-ink: #111;
  --s11-relief-line: #d6ddd7;
  --s11-relief-paper: #fffdf8;
  --s11-relief-white: #fff;
  --s11-relief-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--s11-relief-ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: var(--s11-relief-paper);
  overflow-x: hidden;
}

.s11-relief {
  width: 100%;
  padding: 34px 0 56px;
  background: var(--s11-relief-paper);
}

.s11-relief__inner {
  width: min(var(--s11-relief-max), calc(100% - 64px));
  margin: 0 auto;
}

.s11-relief__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 26px;
  color: var(--s11-relief-ink);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.s11-relief__title::before,
.s11-relief__title::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.s11-relief__title::before {
  border-left: 5px solid var(--s11-relief-green);
  border-bottom: 5px solid var(--s11-relief-green);
  transform: rotate(45deg);
}

.s11-relief__title::after {
  border-top: 5px solid var(--s11-relief-green);
  border-right: 5px solid var(--s11-relief-green);
  transform: rotate(45deg);
}

.s11-relief__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--s11-relief-white);
  border: 1px solid var(--s11-relief-line);
  border-radius: 4px;
  overflow: hidden;
}

.s11-relief__item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-width: 0;
  min-height: 122px;
  padding: 24px 22px;
  background: var(--s11-relief-white);
}

.s11-relief__item + .s11-relief__item {
  border-left: 1px solid var(--s11-relief-line);
}

.s11-relief__icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  min-width: 56px;
  color: var(--s11-relief-green);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 45px;
  line-height: 1;
}

.s11-relief__item--respectful .s11-relief__icon {
  font-size: 49px;
}

.s11-relief__item--prompt .s11-relief__icon {
  font-size: 47px;
}

.s11-relief__body {
  min-width: 0;
}

.s11-relief__body h3 {
  margin: 0 0 8px;
  color: var(--s11-relief-green-dark);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.s11-relief__body p {
  margin: 0;
  color: var(--s11-relief-ink);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  .s11-relief {
    padding: 32px 0 48px;
  }

  .s11-relief__inner {
    width: min(var(--s11-relief-max), calc(100% - 48px));
  }

  .s11-relief__title {
    font-size: 29px;
  }

  .s11-relief__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s11-relief__item:nth-child(odd) {
    border-left: 0;
  }

  .s11-relief__item:nth-child(n + 3) {
    border-top: 1px solid var(--s11-relief-line);
  }
}

@media (max-width: 640px) {
  .s11-relief {
    padding: 28px 0 40px;
  }

  .s11-relief__inner {
    width: min(100% - 28px, var(--s11-relief-max));
  }

  .s11-relief__title {
    gap: 16px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.35;
  }

  .s11-relief__title::before,
  .s11-relief__title::after {
    width: 20px;
    height: 20px;
  }

  .s11-relief__title::before {
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .s11-relief__title::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .s11-relief__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .s11-relief__item,
  .s11-relief__item + .s11-relief__item {
    border-left: 0;
  }

  .s11-relief__item:nth-child(n + 2) {
    border-top: 1px solid var(--s11-relief-line);
  }

  .s11-relief__item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    min-height: 0;
    padding: 20px 18px;
  }

  .s11-relief__icon {
    width: 58px;
    min-width: 58px;
    font-size: 40px;
  }

  .s11-relief__item--respectful .s11-relief__icon,
  .s11-relief__item--prompt .s11-relief__icon {
    font-size: 42px;
  }

  .s11-relief__body h3 {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .s11-relief__body p {
    font-size: 13.5px;
    line-height: 1.65;
  }
}

@media (max-width: 390px) {
  .s11-relief__title {
    gap: 10px;
    font-size: 20px;
  }

  .s11-relief__title::before,
  .s11-relief__title::after {
    width: 18px;
    height: 18px;
  }

  .s11-relief__item {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 13px;
    padding: 18px 14px;
  }

  .s11-relief__icon {
    width: 50px;
    min-width: 50px;
    font-size: 36px;
  }
}

/* index_sections\cta01\css\style.css */
:root {
  --s09-cta-green: #00671e;
  --s09-cta-green-button: #5ca235;
  --s09-cta-orange: #f45a00;
  --s09-cta-orange-light: #ff7412;
  --s09-cta-white: #fff;
  --s09-cta-max: 1472px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--s09-cta-white);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.s09-cta {
  width: 100%;
  padding: 0;
  background: var(--s09-cta-green);
}

.s09-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 505px);
  align-items: center;
  gap: 56px;
  width: min(var(--s09-cta-max), calc(100% - 64px));
  min-height: 104px;
  margin: 0 auto;
  padding: 18px 0 20px;
}

.s09-cta__copy {
  min-width: 0;
}

.s09-cta__eyebrow {
  margin: 0 0 7px;
  color: var(--s09-cta-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.s09-cta__title {
  margin: 0;
  color: var(--s09-cta-white);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.s09-cta__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.38fr);
  align-items: center;
  gap: 30px;
  min-width: 0;
}

.s09-cta__button {
  display: inline-grid;
  place-items: center;
  min-width: 0;
  min-height: 60px;
  padding: 13px 22px;
  color: var(--s09-cta-white);
  border-radius: 999px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.s09-cta__button:hover,
.s09-cta__button:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.s09-cta__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}

.s09-cta__button--tel {
  background: var(--s09-cta-green-button);
}

.s09-cta__button--estimate {
  background: linear-gradient(180deg, var(--s09-cta-orange-light), var(--s09-cta-orange));
}

@media (max-width: 1024px) {
  .s09-cta__inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 46%);
    gap: 32px;
    width: min(var(--s09-cta-max), calc(100% - 48px));
  }

  .s09-cta__title {
    font-size: 26px;
  }

  .s09-cta__actions {
    gap: 18px;
  }

  .s09-cta__button {
    min-height: 56px;
    padding-inline: 18px;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .s09-cta__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    width: min(var(--s09-cta-max), calc(100% - 40px));
    min-height: 0;
    padding: 26px 0 28px;
    text-align: center;
  }

  .s09-cta__eyebrow {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .s09-cta__title {
    font-size: 25px;
  }

  .s09-cta__actions {
    width: min(100%, 520px);
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .s09-cta__inner {
    gap: 16px;
    width: min(100% - 28px, var(--s09-cta-max));
    padding: 24px 0 26px;
  }

  .s09-cta__title {
    font-size: 22px;
    line-height: 1.35;
  }

  .s09-cta__actions {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .s09-cta__button {
    width: 100%;
    min-height: 54px;
    padding: 12px 18px;
    font-size: 17px;
    white-space: normal;
  }
}

/* index_sections\flow\css\style.css */
:root {
  --flow-green: #16752b;
  --flow-green-soft: #b9dda8;
  --flow-orange: #ff7900;
  --flow-orange-dark: #f06d00;
  --flow-ink: #222;
  --flow-muted: #3d4650;
  --flow-max: 1240px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 0;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--flow-ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
}

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

.flow-section {
  overflow-x: clip;
  width: 100%;
  padding: 44px 0 46px;
  background: #fff;
}

.flow-section__inner {
  width: min(var(--flow-max), calc(100% - 48px));
  margin: 0 auto;
}

.flow-section__label {
  margin: 0 0 12px;
  color: var(--flow-green);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.flow-section__title {
  margin: 0;
  color: var(--flow-ink);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
}

.flow-section__lead {
  margin: 20px auto 34px;
  color: var(--flow-muted);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flow-step {
  min-width: 0;
}

.flow-card {
  display: grid;
  grid-template-rows: auto auto minmax(170px, 1fr) auto;
  min-height: 458px;
  min-width: 0;
  height: 100%;
  padding: 28px 18px 34px;
  background: #fff;
  border: 1px solid var(--flow-green-soft);
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(35, 116, 43, 0.08);
}

.flow-card__badge {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  min-width: 102px;
  min-height: 38px;
  margin: 0 auto 20px;
  padding: 7px 18px 8px;
  color: #fff;
  background: linear-gradient(180deg, #ff8b18 0%, var(--flow-orange-dark) 100%);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  box-shadow: inset 0 -2px 0 rgba(190, 72, 0, 0.18);
}

.flow-card__title {
  margin: 0 0 18px;
  color: var(--flow-green);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}

.flow-card__image {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.flow-card__image img {
  width: min(100%, 270px);
  height: auto;
  object-fit: contain;
}

.flow-card__text {
  margin: 18px 6px 0;
  padding-top: 24px;
  color: var(--flow-ink);
  border-top: 2px dashed var(--flow-green-soft);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
  text-align: center;
}

.flow-section__note {
  margin: 36px 0 0;
  color: var(--flow-muted);
  font-size: clamp(15px, 1.7vw, 19px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .flow-section__inner {
    width: min(840px, calc(100% - 48px));
  }

  .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }

  .flow-card {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .flow-section {
    padding: 36px 0 40px;
  }

  .flow-section__inner {
    width: min(100% - 20px, 520px);
  }

  .flow-section__label {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .flow-section__lead {
    margin: 16px auto 24px;
    text-align: left;
  }

  .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .flow-card {
    grid-template-rows: auto auto minmax(92px, 1fr) auto;
    min-height: 0;
    padding: 18px 9px 20px;
    border-radius: 14px;
  }

  .flow-card__badge {
    min-width: 76px;
    min-height: 28px;
    margin-bottom: 13px;
    padding: 6px 10px;
    font-size: 13px;
  }

  .flow-card__title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.35;
  }

  .flow-card__image img {
    width: min(100%, 118px);
  }

  .flow-card__text {
    margin: 12px 0 0;
    padding-top: 13px;
    font-size: 12px;
    line-height: 1.6;
  }

  .flow-section__note {
    margin-top: 30px;
    text-align: left;
  }
}

/* index_sections\faq\css\style.css */
.faq-section {
  padding: 54px 0 72px;
  background: #faf8ec;
}

.faq-section .section-inner {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.faq-section .section-label {
  margin: 0;
  color: #006b1f;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.faq-section h2 {
  margin: 10px 0 42px;
  color: #111;
  text-align: center;
  font-size: clamp(34px, 4.3vw, 48px);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 900;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe9da;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(38, 85, 32, 0.08);
}

.faq-question {
  display: flex;
  width: 100%;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  border: 0;
  background: transparent;
  color: #005218;
  font: inherit;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.45;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  flex: 0 0 auto;
  color: #f05a00;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.faq-answer {
  padding: 0 32px 30px;
}

.faq-answer p {
  margin: 0;
  color: #65748a;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.9;
  font-weight: 500;
}

@media (max-width: 520px) {
  .faq-section {
    padding: 40px 0 52px;
  }

  .faq-section .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .faq-section h2 {
    margin-bottom: 28px;
  }

  .faq-list {
    gap: 14px;
  }

  .faq-item {
    border-radius: 14px;
  }

  .faq-question {
    min-height: 74px;
    gap: 16px;
    padding: 20px 18px;
    font-size: 17px;
  }

  .faq-icon {
    font-size: 24px;
  }

  .faq-answer {
    padding: 0 18px 22px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* index_sections\cta02\css\style.css */
:root {
  --intro-green: #006b1f;
  --intro-green-dark: #005218;
  --intro-border: #76b071;
  --intro-paper: #fffdf8;
  --intro-ink: #0d0d0d;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  color: var(--intro-ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: var(--intro-paper);
}

.intro-cta {
  width: 100%;
  background: var(--intro-paper);
}

.intro-cta__inner {
  width: min(1180px, calc(100% - 64px));
  min-height: 169px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 245px;
  gap: 18px;
  align-items: center;
}

.intro-cta__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-cta__icon svg {
  display: block;
  width: 174px;
  height: auto;
  fill: #000;
}

.intro-cta__catch {
  margin: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.52;
  letter-spacing: 0;
}

.intro-cta__catch span {
  display: block;
}

.intro-cta__catch strong {
  color: var(--intro-green);
  font-size: 28px;
}

.intro-cta__badge {
  min-height: 78px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 14px 18px;
  color: var(--intro-green-dark);
  background: #fff;
  border: 2px solid var(--intro-border);
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.55;
}

.intro-cta__badge span {
  display: block;
}

@media (max-width: 900px) {
  .intro-cta__inner {
    width: min(100% - 32px, 720px);
    min-height: 150px;
    grid-template-columns: 150px minmax(0, 1fr) 210px;
    gap: 14px;
  }

  .intro-cta__icon svg {
    width: 132px;
  }

  .intro-cta__catch {
    font-size: 20px;
  }

  .intro-cta__catch strong {
    font-size: 24px;
  }

  .intro-cta__badge {
    min-height: 70px;
    padding: 12px 14px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .intro-cta__inner {
    width: min(100% - 32px, 430px);
    min-height: 0;
    padding: 22px 0 24px;
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
    text-align: center;
  }

  .intro-cta__icon svg {
    width: 118px;
  }

  .intro-cta__catch {
    font-size: 19px;
    line-height: 1.48;
  }

  .intro-cta__catch strong {
    font-size: 23px;
  }

  .intro-cta__badge {
    width: min(270px, 100%);
    min-height: 72px;
    font-size: 12px;
  }
}

/* index_sections\area\css\style.css */
:root {
  --lp-area-bg: #f7efe3;
  --lp-area-ink: #243044;
  --lp-area-muted: #4f5968;
  --lp-area-max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--lp-area-ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.lp-area {
  width: 100%;
  padding: 30px 0 32px;
  background: var(--lp-area-bg);
}

.lp-area__inner {
  width: min(var(--lp-area-max), calc(100% - 64px));
  margin: 0 auto;
}

.lp-area__title {
  margin: 0 0 16px;
  color: var(--lp-area-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
}

.lp-area__prefectures {
  max-width: 980px;
  margin: 0 auto 12px;
  color: var(--lp-area-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  text-align: left;
  overflow-wrap: anywhere;
}

.lp-area__note {
  max-width: 980px;
  margin: 0 auto;
  color: var(--lp-area-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 768px) {
  .lp-area {
    padding: 26px 0 28px;
  }

  .lp-area__inner {
    width: min(100% - 40px, var(--lp-area-max));
  }

  .lp-area__title {
    margin-bottom: 14px;
    font-size: 26px;
  }

  .lp-area__prefectures {
    font-size: 13px;
    line-height: 1.95;
  }
}

@media (max-width: 430px) {
  .lp-area {
    padding: 24px 0 26px;
  }

  .lp-area__inner {
    width: min(100% - 28px, var(--lp-area-max));
  }

  .lp-area__title {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .lp-area__prefectures {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.9;
  }

  .lp-area__note {
    font-size: 11px;
    line-height: 1.75;
  }
}

/* index_sections\footer\css\style.css */
:root {
  --lp-footer-bg: #073f14;
  --lp-footer-text: #e5f4d7;
  --lp-footer-max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

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

.lp-footer {
  width: 100%;
  background: var(--lp-footer-bg);
  color: var(--lp-footer-text);
}

.lp-footer__inner {
  width: min(var(--lp-footer-max), calc(100% - 84px));
  min-height: 71px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.lp-footer__copyright {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
}

.lp-footer__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.lp-footer__nav a {
  white-space: nowrap;
}

.lp-footer__nav a:focus-visible {
  outline: 2px solid #e5f4d7;
  outline-offset: 4px;
}

@media (max-width: 768px) {
  .lp-footer__inner {
    width: min(100% - 32px, var(--lp-footer-max));
    min-height: 86px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
    text-align: center;
  }

  .lp-footer__nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
  }
}

@media (max-width: 430px) {
  .lp-footer__inner {
    width: min(100% - 24px, var(--lp-footer-max));
    min-height: 118px;
    gap: 11px;
    padding: 18px 0;
  }

  .lp-footer__copyright,
  .lp-footer__nav {
    font-size: 12px;
  }

  .lp-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 8px 18px;
  }
}

/* index_sections\form\css\style.css */
:root {
  --lp-form-bg: #f5f9f0;
  --lp-form-card: #fff;
  --lp-form-green: #006b3f;
  --lp-form-green-dark: #00482d;
  --lp-form-border: #cfe3d2;
  --lp-form-field: #bfd8c5;
  --lp-form-orange: #f08a1c;
  --lp-form-ink: #1f2d25;
  --lp-form-max: 620px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--lp-form-ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

.lp-form {
  width: 100%;
  padding: 40px 0;
  background: var(--lp-form-bg);
}

.lp-form__inner {
  width: min(var(--lp-form-max), calc(100% - 48px));
  margin: 0 auto;
}

.lp-form__card {
  overflow: hidden;
  width: 100%;
  min-width: 0;
  background: var(--lp-form-card);
  border: 2px solid var(--lp-form-border);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 83, 28, 0.08);
}

.lp-form__title {
  margin: 0;
  padding: 22px 24px 8px;
  color: var(--lp-form-green-dark);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.lp-form__body {
  min-width: 0;
  padding: 14px 28px 28px;
}

.lp-form__body fieldset {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.lp-form__body legend {
  margin-bottom: 4px;
  color: var(--lp-form-green-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

.lp-form__body label {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: var(--lp-form-green-dark);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.lp-form__body label span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lp-form__body em {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 22px;
  color: #fff;
  background: var(--lp-form-orange);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.lp-form__body input,
.lp-form__body select,
.lp-form__body textarea {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--lp-form-ink);
  background: #fff;
  border: 1px solid var(--lp-form-field);
  border-radius: 8px;
  line-height: 1.5;
}

.lp-form__body textarea {
  min-height: 116px;
  resize: vertical;
}

.lp-form__body button {
  width: 100%;
  min-height: 56px;
  margin: 20px 0 0;
  color: #fff;
  background: linear-gradient(180deg, #ff7a0d, #f05a00);
  border: 0;
  border-radius: 15px;
  box-shadow: 0 4px 0 #c64300;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 768px) {
  .lp-form {
    padding: 34px 0;
  }

  .lp-form__inner {
    width: min(100% - 40px, var(--lp-form-max));
  }

  .lp-form__title {
    padding-top: 20px;
    font-size: 26px;
  }
}

@media (max-width: 430px) {
  .lp-form {
    padding: 28px 0;
  }

  .lp-form__inner {
    width: min(100% - 28px, var(--lp-form-max));
  }

  .lp-form__title {
    padding: 18px 18px 6px;
    font-size: 24px;
  }

  .lp-form__body {
    padding: 12px 16px 20px;
  }

  .lp-form__body fieldset {
    gap: 14px;
  }

  .lp-form__body input,
  .lp-form__body select,
  .lp-form__body textarea {
    min-height: 50px;
    padding: 12px;
  }
}

/* contact\css\style.css */
:root {
  --color-green: #006b1f;
  --color-green-dark: #073f14;
  --color-green-soft: #eaf7e8;
  --color-orange: #f05a00;
  --color-orange-light: #ff7414;
  --color-ink: #111111;
  --color-text: #222222;
  --color-muted: #5a665c;
  --color-paper: #fffdf8;
  --color-white: #ffffff;
  --color-line: #d6ddd7;
  --max-width: 1180px;
  --footer-max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--color-text);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  background: var(--color-paper);
  overflow-x: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(0, 107, 31, 0.28);
}

.header-inner {
  width: min(var(--max-width), calc(100% - 64px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 1 385px;
  min-width: 250px;
}

.brand img {
  width: min(385px, 100%);
  max-height: 56px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  min-width: 0;
}

.header-phone {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 8px;
  align-items: center;
  color: var(--color-ink);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.header-phone span {
  grid-row: 1 / 3;
  color: var(--color-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.header-phone strong {
  font-size: 27px;
  letter-spacing: 0;
}

.header-phone small {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.header-estimate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 6px;
  box-shadow: 0 2px 0 #c44600;
  font-weight: 900;
  white-space: nowrap;
}

.contact-page {
  width: 100%;
}

.contact-hero {
  width: 100%;
  padding: 58px 0 44px;
  background: linear-gradient(100deg, #f2fff0 0%, #fbfff7 58%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 107, 31, 0.16);
}

.contact-hero__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.contact-hero__label {
  margin: 0 0 8px;
  color: var(--color-orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.contact-hero h1 {
  margin: 0;
  color: var(--color-ink);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.contact-section {
  width: 100%;
  padding: 46px 0 68px;
  background: var(--color-paper);
}

.contact-section__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 28px;
  color: var(--color-ink);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.section-title span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.section-title::before {
  border-left: 5px solid var(--color-green);
  border-bottom: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.section-title::after {
  border-top: 5px solid var(--color-green);
  border-right: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.contact-card {
  max-width: 900px;
  margin: 0 auto;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0, 50, 16, 0.07);
  padding: 38px 44px 42px;
}

.contact-intro {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--color-line);
}

.contact-intro h3 {
  margin: 0;
  color: var(--color-green-dark);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.contact-intro p {
  margin: 12px 0 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-form {
  display: grid;
  gap: 24px;
  padding-top: 30px;
}

.form-field {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.form-field label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  color: var(--color-green-dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.form-field label span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 26px;
  padding: 0 10px;
  color: var(--color-white);
  background: var(--color-orange);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-width: 0;
  color: var(--color-text);
  background: #ffffff;
  border: 1px solid #cbd6cf;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.form-field input {
  min-height: 52px;
  padding: 10px 14px;
}

.form-field textarea {
  min-height: 190px;
  padding: 13px 14px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--color-green);
  box-shadow: 0 0 0 3px rgba(0, 107, 31, 0.14);
  background: #fcfffb;
}

.form-actions {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.submit-button,
.page-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(260px, 100%);
  min-height: 54px;
  padding: 0 26px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border: 0;
  border-radius: 10px;
  box-shadow: 0 4px 0 #c44600, 0 12px 24px rgba(240, 90, 0, 0.18);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.submit-button:hover,
.submit-button:focus-visible,
.page-back:hover,
.page-back:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #b63f00, 0 16px 28px rgba(240, 90, 0, 0.24);
  filter: brightness(1.04);
}

.submit-button:focus-visible,
.page-back:focus-visible {
  outline: 3px solid rgba(240, 90, 0, 0.32);
  outline-offset: 4px;
}

.submit-button:active,
.page-back:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #b63f00, 0 8px 18px rgba(240, 90, 0, 0.18);
}

.submit-button {
  background: linear-gradient(180deg, #0b8f30, var(--color-green));
  box-shadow: 0 4px 0 #004915, 0 12px 24px rgba(0, 107, 31, 0.2);
}

.submit-button:hover,
.submit-button:focus-visible {
  box-shadow: 0 6px 0 #003c12, 0 16px 28px rgba(0, 107, 31, 0.26);
}

.submit-button:focus-visible {
  outline-color: rgba(0, 107, 31, 0.32);
}

.submit-button:active {
  box-shadow: 0 2px 0 #003c12, 0 8px 18px rgba(0, 107, 31, 0.2);
}
.page-actions {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
  padding: 8px 0 0;
}

.lp-footer {
  width: 100%;
  background: var(--color-green-dark);
  color: #e5f4d7;
}

.lp-footer__inner {
  width: min(var(--footer-max), calc(100% - 84px));
  min-height: 71px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-footer__copyright {
  margin: 0;
  color: #e5f4d7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .header-inner,
  .contact-hero__inner,
  .contact-section__inner {
    width: min(100% - 32px, var(--max-width));
  }

  .header-actions {
    gap: 14px;
  }

  .header-estimate {
    padding: 0 14px;
  }

  .contact-card {
    padding: 34px 32px 38px;
  }

  .form-field {
    grid-template-columns: 190px minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    flex-basis: 300px;
    min-width: 165px;
  }

  .header-phone strong {
    font-size: 22px;
  }

  .header-phone small {
    font-size: 12px;
  }

  .header-estimate {
    display: none;
  }

  .contact-hero {
    padding: 46px 0 36px;
  }

  .contact-hero h1 {
    font-size: 34px;
  }

  .section-title {
    font-size: 28px;
  }

  .form-field {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .form-field label {
    justify-content: flex-start;
    min-height: 0;
  }

  .lp-footer__inner {
    width: min(100% - 32px, var(--footer-max));
    min-height: 86px;
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .contact-section {
    padding: 36px 0 48px;
  }

  .section-title {
    gap: 16px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.35;
  }

  .section-title::before,
  .section-title::after {
    width: 20px;
    height: 20px;
  }

  .section-title::before {
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .section-title::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }

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

  .contact-intro h3 {
    font-size: 18px;
  }

  .contact-intro p {
    font-size: 15px;
    line-height: 1.82;
  }

  .contact-form {
    gap: 22px;
    padding-top: 26px;
  }
}

@media (max-width: 520px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: min(100% - 24px, var(--max-width));
    padding: 9px 0;
  }

  .brand {
    flex: 0 1 auto;
    width: min(300px, 86vw);
    min-width: 0;
  }

  .brand img {
    max-height: 46px;
  }

  .header-phone small {
    text-align: center;
  }

  .contact-hero__inner,
  .contact-section__inner {
    width: min(100% - 28px, var(--max-width));
  }

  .contact-hero {
    padding: 38px 0 32px;
  }

  .contact-hero h1 {
    font-size: 30px;
  }

  .contact-hero__label {
    font-size: 13px;
  }

  .section-title {
    display: block;
    padding: 0 12px;
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }

  .form-field label,
  .contact-intro p {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .page-actions {
    margin-top: 28px;
  }

  .submit-button,
  .page-back {
    width: min(260px, 100%);
    min-height: 52px;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .section-title {
    font-size: 20px;
  }

  .contact-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .form-field label {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .lp-footer__inner {
    width: min(100% - 24px, var(--footer-max));
  }

  .lp-footer__copyright {
    font-size: 12px;
  }
}

/* gaiyou\css\style.css */
:root {
  --color-green: #006b1f;
  --color-green-dark: #073f14;
  --color-green-soft: #eaf7e8;
  --color-orange: #f05a00;
  --color-orange-light: #ff7414;
  --color-ink: #111111;
  --color-text: #222222;
  --color-muted: #5a665c;
  --color-paper: #fffdf8;
  --color-white: #ffffff;
  --color-line: #d6ddd7;
  --max-width: 1180px;
  --footer-max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--color-text);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.65;
  background: var(--color-paper);
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(0, 107, 31, 0.28);
}

.header-inner {
  width: min(var(--max-width), calc(100% - 64px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 1 385px;
  min-width: 250px;
}

.brand img {
  width: min(385px, 100%);
  max-height: 56px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  min-width: 0;
}

.header-phone {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 8px;
  align-items: center;
  color: var(--color-ink);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.header-phone span {
  grid-row: 1 / 3;
  color: var(--color-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.header-phone strong {
  font-size: 27px;
  letter-spacing: 0;
}

.header-phone small {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.header-estimate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 6px;
  box-shadow: 0 2px 0 #c44600;
  font-weight: 900;
  white-space: nowrap;
}

.company-page {
  width: 100%;
}

.company-hero {
  width: 100%;
  padding: 58px 0 44px;
  background: linear-gradient(100deg, #f2fff0 0%, #fbfff7 58%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 107, 31, 0.16);
}

.company-hero__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.company-hero__label {
  margin: 0 0 8px;
  color: var(--color-orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.company-hero h1 {
  margin: 0;
  color: var(--color-ink);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.company-section {
  width: 100%;
  padding: 46px 0 68px;
  background: var(--color-paper);
}

.company-section__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 28px;
  color: var(--color-ink);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.section-title::before {
  border-left: 5px solid var(--color-green);
  border-bottom: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.section-title::after {
  border-top: 5px solid var(--color-green);
  border-right: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.company-card {
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0, 50, 16, 0.07);
}

.company-list {
  margin: 0;
}

.company-list__row {
  display: grid;
  grid-template-columns: minmax(170px, 22%) minmax(0, 1fr);
  min-height: 74px;
  border-top: 1px solid var(--color-line);
}

.company-list__row:first-child {
  border-top: 0;
}

.company-list dt,
.company-list dd {
  margin: 0;
  min-width: 0;
}

.company-list dt {
  display: flex;
  align-items: center;
  padding: 22px 26px;
  color: var(--color-green-dark);
  background: linear-gradient(90deg, var(--color-green-soft), #f7fff3);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

.company-list dd {
  display: flex;
  align-items: center;
  padding: 22px 30px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.company-list dd a {
  color: var(--color-green-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.company-list__row--wide dd {
  align-items: flex-start;
}

.business-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-list li {
  position: relative;
  padding-left: 18px;
}

.business-list li + li {
  margin-top: 6px;
}

.business-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 7px;
  background: var(--color-orange);
  border-radius: 50%;
}

.lp-footer {
  width: 100%;
  background: var(--color-green-dark);
  color: #e5f4d7;
}

.lp-footer__inner {
  width: min(var(--footer-max), calc(100% - 84px));
  min-height: 71px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-footer__copyright {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}


.page-actions {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
  padding: 8px 0 0;
}

.page-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(260px, 100%);
  min-height: 54px;
  padding: 0 26px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 10px;
  box-shadow: 0 4px 0 #c44600, 0 12px 24px rgba(240, 90, 0, 0.18);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.page-back:hover,
.page-back:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #b63f00, 0 16px 28px rgba(240, 90, 0, 0.24);
  filter: brightness(1.04);
}

.page-back:focus-visible {
  outline: 3px solid rgba(240, 90, 0, 0.32);
  outline-offset: 4px;
}

.page-back:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #b63f00, 0 8px 18px rgba(240, 90, 0, 0.18);
}@media (max-width: 900px) {
  .header-inner,
  .company-hero__inner,
  .company-section__inner {
    width: min(100% - 32px, var(--max-width));
  }

  .header-actions {
    gap: 14px;
  }

  .header-estimate {
    padding: 0 14px;
  }

  .company-list__row {
    grid-template-columns: minmax(150px, 28%) minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    flex-basis: 300px;
    min-width: 165px;
  }

  .header-phone strong {
    font-size: 22px;
  }

  .header-phone small {
    font-size: 12px;
  }

  .header-estimate {
    display: none;
  }

  .company-hero {
    padding: 46px 0 36px;
  }

  .company-hero h1 {
    font-size: 34px;
  }

  .section-title {
    font-size: 28px;
  }

  .lp-footer__inner {
    width: min(100% - 32px, var(--footer-max));
    min-height: 86px;
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .company-section {
    padding: 36px 0 48px;
  }

  .section-title {
    gap: 16px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.35;
  }

  .section-title::before,
  .section-title::after {
    width: 20px;
    height: 20px;
  }

  .section-title::before {
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .section-title::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .company-list__row {
    display: block;
    min-height: 0;
  }

  .company-list dt {
    padding: 15px 18px 12px;
    font-size: 14px;
  }

  .company-list dd {
    padding: 16px 18px 19px;
    font-size: 15px;
    line-height: 1.72;
  }
}

@media (max-width: 520px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: min(100% - 24px, var(--max-width));
    padding: 9px 0;
  }

  .brand {
    flex: 0 1 auto;
    width: min(315px, 90vw);
    min-width: 0;
  }

  .brand img {
    max-height: 46px;
  }

  .header-phone small {
    text-align: center;
  }

  .company-hero__inner,
  .company-section__inner {
    width: min(100% - 28px, var(--max-width));
  }

  .company-hero {
    padding: 38px 0 32px;
  }

  .company-hero h1 {
    font-size: 30px;
  }

  .company-hero__label {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .section-title {
    gap: 10px;
    font-size: 22px;
  }

  .section-title::before,
  .section-title::after {
    width: 18px;
    height: 18px;
  }

  .company-list dt {
    padding-right: 14px;
    padding-left: 14px;
  }

  .company-list dd {
    padding-right: 14px;
    padding-left: 14px;
  }

  .lp-footer__inner {
    width: min(100% - 24px, var(--footer-max));
  }

  .lp-footer__copyright {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .page-actions {
    margin-top: 28px;
  }

  .page-back {
    width: min(260px, 100%);
    min-height: 52px;
    font-size: 16px;
  }
}

/* kiyaku\css\style.css */
:root {
  --color-green: #006b1f;
  --color-green-dark: #073f14;
  --color-green-soft: #eaf7e8;
  --color-orange: #f05a00;
  --color-orange-light: #ff7414;
  --color-ink: #111111;
  --color-text: #222222;
  --color-muted: #5a665c;
  --color-paper: #fffdf8;
  --color-white: #ffffff;
  --color-line: #d6ddd7;
  --max-width: 1180px;
  --footer-max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--color-text);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  background: var(--color-paper);
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(0, 107, 31, 0.28);
}

.header-inner {
  width: min(var(--max-width), calc(100% - 64px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 1 385px;
  min-width: 250px;
}

.brand img {
  width: min(385px, 100%);
  max-height: 56px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  min-width: 0;
}

.header-phone {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 8px;
  align-items: center;
  color: var(--color-ink);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.header-phone span {
  grid-row: 1 / 3;
  color: var(--color-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.header-phone strong {
  font-size: 27px;
  letter-spacing: 0;
}

.header-phone small {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.header-estimate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 6px;
  box-shadow: 0 2px 0 #c44600;
  font-weight: 900;
  white-space: nowrap;
}

.terms-page {
  width: 100%;
}

.terms-hero {
  width: 100%;
  padding: 58px 0 44px;
  background: linear-gradient(100deg, #f2fff0 0%, #fbfff7 58%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 107, 31, 0.16);
}

.terms-hero__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.terms-hero__label {
  margin: 0 0 8px;
  color: var(--color-orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.terms-hero h1 {
  margin: 0;
  color: var(--color-ink);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.terms-section {
  width: 100%;
  padding: 46px 0 68px;
  background: var(--color-paper);
}

.terms-section__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 28px;
  color: var(--color-ink);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}




.section-title span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.section-title::before,
.section-title::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.section-title::before {
  border-left: 5px solid var(--color-green);
  border-bottom: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.section-title::after {
  border-top: 5px solid var(--color-green);
  border-right: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.terms-card {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0, 50, 16, 0.07);
  padding: 38px 44px 42px;
}

.terms-intro {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--color-line);
}

.terms-intro h3,
.terms-article h3 {
  margin: 0;
  color: var(--color-green-dark);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.terms-intro p,
.terms-article p,
.terms-article li,
.terms-meta p {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}


.terms-intro p,
.terms-article p {
  margin: 12px 0 0;
}

.terms-article {
  padding: 28px 0 0;
}

.terms-article + .terms-article {
  margin-top: 2px;
}

.terms-article ol {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: terms-counter;
}

.terms-article li {
  position: relative;
  padding-left: 2.4em;
  counter-increment: terms-counter;
}

.terms-article li + li {
  margin-top: 8px;
}

.terms-article li::before {
  content: "(" counter(terms-counter) ")";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-orange);
  font-weight: 900;
}

.terms-article li[value="5"] {
  counter-set: terms-counter 5;
}

.terms-meta {
  margin-top: 34px;
  padding: 24px 28px;
  background: linear-gradient(90deg, var(--color-green-soft), #f7fff3);
  border-radius: 4px;
}

.terms-meta p {
  margin: 0;
}

.terms-meta p + p {
  margin-top: 6px;
}

.lp-footer {
  width: 100%;
  background: var(--color-green-dark);
  color: #e5f4d7;
}

.lp-footer__inner {
  width: min(var(--footer-max), calc(100% - 84px));
  min-height: 71px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-footer__copyright {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}


.page-actions {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
  padding: 8px 0 0;
}

.page-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(260px, 100%);
  min-height: 54px;
  padding: 0 26px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 10px;
  box-shadow: 0 4px 0 #c44600, 0 12px 24px rgba(240, 90, 0, 0.18);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.page-back:hover,
.page-back:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #b63f00, 0 16px 28px rgba(240, 90, 0, 0.24);
  filter: brightness(1.04);
}

.page-back:focus-visible {
  outline: 3px solid rgba(240, 90, 0, 0.32);
  outline-offset: 4px;
}

.page-back:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #b63f00, 0 8px 18px rgba(240, 90, 0, 0.18);
}@media (max-width: 900px) {
  .header-inner,
  .terms-hero__inner,
  .terms-section__inner {
    width: min(100% - 32px, var(--max-width));
  }

  .header-actions {
    gap: 14px;
  }

  .header-estimate {
    padding: 0 14px;
  }

  .terms-card {
    padding: 34px 32px 38px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    flex-basis: 300px;
    min-width: 165px;
  }

  .header-phone strong {
    font-size: 22px;
  }

  .header-phone small {
    font-size: 12px;
  }

  .header-estimate {
    display: none;
  }

  .terms-hero {
    padding: 46px 0 36px;
  }

  .terms-hero h1 {
    font-size: 34px;
  }

  .section-title {
    font-size: 28px;
  }

  .lp-footer__inner {
    width: min(100% - 32px, var(--footer-max));
    min-height: 86px;
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .terms-section {
    padding: 36px 0 48px;
  }

  .section-title {
    gap: 16px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.35;
  }

  
.section-title span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.section-title::before,
  .section-title::after {
    width: 20px;
    height: 20px;
  }

  .section-title::before {
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .section-title::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .terms-card {
    padding: 26px 20px 30px;
  }

  .terms-intro h3,
  .terms-article h3 {
    font-size: 18px;
  }

  .terms-intro p,
  .terms-article p,
  .terms-article li,
  .terms-meta p {
    font-size: 15px;
    line-height: 1.82;
  }

  .terms-article {
    padding-top: 24px;
  }

  .terms-meta {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .section-title {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) 18px;
    justify-items: center;
    align-items: center;
    column-gap: 8px;
  }

  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: min(100% - 24px, var(--max-width));
    padding: 9px 0;
  }

  .brand {
    flex: 0 1 auto;
    width: min(300px, 86vw);
    min-width: 0;
  }

  .brand img {
    max-height: 46px;
  }

  .header-phone small {
    text-align: center;
  }

  .terms-hero__inner,
  .terms-section__inner {
    width: min(100% - 28px, var(--max-width));
  }

  .terms-hero {
    padding: 38px 0 32px;
  }

  .terms-hero h1 {
    font-size: 30px;
  }

  .terms-hero__label {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .section-title {
    column-gap: 6px;
    font-size: 20px;
  }

  
.section-title span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.section-title::before,
  .section-title::after {
    width: 18px;
    height: 18px;
  }

  .terms-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .terms-article li {
    padding-left: 2.1em;
  }

  .lp-footer__inner {
    width: min(100% - 24px, var(--footer-max));
  }

  .lp-footer__copyright {
    font-size: 12px;
  }
}




@media (max-width: 520px) {
  .section-title {
    display: block;
    padding: 0 12px;
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }

  .section-title span,
  .terms-intro p,
  .terms-article p,
  .terms-article li,
  .terms-meta p {
    word-break: break-all;
    line-break: anywhere;
  }
}

@media (max-width: 520px) {
  .section-title span {
    display: block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  .terms-card,
  .terms-intro,
  .terms-article,
  .terms-intro p,
  .terms-article p,
  .terms-article li,
  .terms-meta p {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }
}

.sp-break {
  display: none;
}

@media (max-width: 520px) {
  .sp-break {
    display: block;
  }
}

@media (max-width: 520px) {
  .page-actions {
    margin-top: 28px;
  }

  .page-back {
    width: min(260px, 100%);
    min-height: 52px;
    font-size: 16px;
  }
}

/* privacy\css\style.css */
:root {
  --color-green: #006b1f;
  --color-green-dark: #073f14;
  --color-green-soft: #eaf7e8;
  --color-orange: #f05a00;
  --color-orange-light: #ff7414;
  --color-ink: #111111;
  --color-text: #222222;
  --color-muted: #5a665c;
  --color-paper: #fffdf8;
  --color-white: #ffffff;
  --color-line: #d6ddd7;
  --max-width: 1180px;
  --footer-max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--color-text);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  background: var(--color-paper);
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(0, 107, 31, 0.28);
}

.header-inner {
  width: min(var(--max-width), calc(100% - 64px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 1 385px;
  min-width: 250px;
}

.brand img {
  width: min(385px, 100%);
  max-height: 56px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  min-width: 0;
}

.header-phone {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 8px;
  align-items: center;
  color: var(--color-ink);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.header-phone span {
  grid-row: 1 / 3;
  color: var(--color-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.header-phone strong {
  font-size: 27px;
  letter-spacing: 0;
}

.header-phone small {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.header-estimate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 6px;
  box-shadow: 0 2px 0 #c44600;
  font-weight: 900;
  white-space: nowrap;
}

.privacy-page {
  width: 100%;
}

.privacy-hero {
  width: 100%;
  padding: 58px 0 44px;
  background: linear-gradient(100deg, #f2fff0 0%, #fbfff7 58%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 107, 31, 0.16);
}

.privacy-hero__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.privacy-hero__label {
  margin: 0 0 8px;
  color: var(--color-orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.privacy-hero h1 {
  margin: 0;
  color: var(--color-ink);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.privacy-section {
  width: 100%;
  padding: 46px 0 68px;
  background: var(--color-paper);
}

.privacy-section__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 28px;
  color: var(--color-ink);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.section-title span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.section-title::before {
  border-left: 5px solid var(--color-green);
  border-bottom: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.section-title::after {
  border-top: 5px solid var(--color-green);
  border-right: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.privacy-card {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0, 50, 16, 0.07);
  padding: 38px 44px 42px;
}

.privacy-intro {
  padding: 0 0 28px;
  border-bottom: 1px solid var(--color-line);
}

.privacy-intro h3,
.privacy-article h3 {
  margin: 0;
  color: var(--color-green-dark);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.privacy-article h4 {
  margin: 0 0 10px;
  color: var(--color-green-dark);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.privacy-intro p,
.privacy-article p,
.privacy-article li,
.lp-footer__copyright {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.privacy-intro p,
.privacy-article p {
  margin: 12px 0 0;
}

.privacy-article {
  padding: 28px 0 0;
}

.privacy-article + .privacy-article {
  margin-top: 2px;
}

.policy-list,
.privacy-box ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.policy-list li,
.privacy-box li {
  position: relative;
  padding-left: 1.35em;
}

.policy-list li + li,
.privacy-box li + li {
  margin-top: 8px;
}

.policy-list li::before,
.privacy-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 7px;
  background: var(--color-orange);
  border-radius: 50%;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.privacy-box {
  min-width: 0;
  padding: 22px 24px;
  background: linear-gradient(90deg, var(--color-green-soft), #f7fff3);
  border: 1px solid rgba(0, 107, 31, 0.16);
  border-radius: 4px;
}

.lp-footer {
  width: 100%;
  background: var(--color-green-dark);
  color: #e5f4d7;
}

.lp-footer__inner {
  width: min(var(--footer-max), calc(100% - 84px));
  min-height: 71px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-footer__copyright {
  margin: 0;
  color: #e5f4d7;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
}


.cookie-card {
  margin-top: 28px;
  padding: 30px 34px 34px;
  background: linear-gradient(90deg, #f4f7f4, #f8fff5);
  border: 1px solid rgba(0, 107, 31, 0.18);
  border-left: 5px solid var(--color-green);
  border-radius: 4px;
  box-shadow: 0 10px 26px rgba(0, 50, 16, 0.05);
}

.cookie-card__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.cookie-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 32px;
  padding: 0 12px;
  color: var(--color-green-dark);
  background: var(--color-white);
  border: 1px solid rgba(0, 107, 31, 0.22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.cookie-card h3 {
  margin: 0;
  color: var(--color-green-dark);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cookie-card p,
.cookie-card li {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cookie-card p {
  margin: 12px 0 0;
}

.cookie-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.cookie-list li {
  position: relative;
  padding-left: 1.35em;
}

.cookie-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 7px;
  background: var(--color-orange);
  border-radius: 50%;
}
.page-actions {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
  padding: 8px 0 0;
}

.page-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(260px, 100%);
  min-height: 54px;
  padding: 0 26px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 10px;
  box-shadow: 0 4px 0 #c44600, 0 12px 24px rgba(240, 90, 0, 0.18);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.page-back:hover,
.page-back:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #b63f00, 0 16px 28px rgba(240, 90, 0, 0.24);
  filter: brightness(1.04);
}

.page-back:focus-visible {
  outline: 3px solid rgba(240, 90, 0, 0.32);
  outline-offset: 4px;
}

.page-back:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #b63f00, 0 8px 18px rgba(240, 90, 0, 0.18);
}@media (max-width: 900px) {
  .header-inner,
  .privacy-hero__inner,
  .privacy-section__inner {
    width: min(100% - 32px, var(--max-width));
  }

  .header-actions {
    gap: 14px;
  }

  .header-estimate {
    padding: 0 14px;
  }

  .privacy-card {
    padding: 34px 32px 38px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    flex-basis: 300px;
    min-width: 165px;
  }

  .header-phone strong {
    font-size: 22px;
  }

  .header-phone small {
    font-size: 12px;
  }

  .header-estimate {
    display: none;
  }

  .privacy-hero {
    padding: 46px 0 36px;
  }

  .privacy-hero h1 {
    font-size: 34px;
  }

  .section-title {
    font-size: 28px;
  }

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

  .lp-footer__inner {
    width: min(100% - 32px, var(--footer-max));
    min-height: 86px;
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .privacy-section {
    padding: 36px 0 48px;
  }

  .section-title {
    gap: 16px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.35;
  }

  .section-title::before,
  .section-title::after {
    width: 20px;
    height: 20px;
  }

  .section-title::before {
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .section-title::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .privacy-card {
    padding: 26px 20px 30px;
  }

  .privacy-intro h3,
  .privacy-article h3 {
    font-size: 18px;
  }

  .privacy-article h4 {
    font-size: 16px;
  }

  .privacy-intro p,
  .privacy-article p,
  .privacy-article li {
    font-size: 15px;
    line-height: 1.82;
  }

  .privacy-article {
    padding-top: 24px;
  }

  .privacy-box {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: min(100% - 24px, var(--max-width));
    padding: 9px 0;
  }

  .brand {
    flex: 0 1 auto;
    width: min(300px, 86vw);
    min-width: 0;
  }

  .brand img {
    max-height: 46px;
  }

  .header-phone small {
    text-align: center;
  }

  .privacy-hero__inner,
  .privacy-section__inner {
    width: min(100% - 28px, var(--max-width));
  }

  .privacy-hero {
    padding: 38px 0 32px;
  }

  .privacy-hero h1 {
    font-size: 30px;
  }

  .privacy-hero__label {
    font-size: 13px;
  }

  .section-title {
    display: block;
    padding: 0 12px;
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }

  .section-title span,
  .privacy-intro p,
  .privacy-article p,
  .privacy-article li {
    word-break: break-all;
    line-break: anywhere;
  }
}

@media (max-width: 390px) {
  .section-title {
    font-size: 20px;
  }

  .privacy-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .privacy-box {
    padding-right: 14px;
    padding-left: 14px;
  }

  .lp-footer__inner {
    width: min(100% - 24px, var(--footer-max));
  }

  .lp-footer__copyright {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .cookie-card__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .cookie-list {
    grid-template-columns: 1fr;
  }

  .cookie-card p,
  .cookie-card li {
    word-break: break-all;
    line-break: anywhere;
  }
}
@media (max-width: 520px) {
  .page-actions {
    margin-top: 28px;
  }

  .page-back {
    width: min(260px, 100%);
    min-height: 52px;
    font-size: 16px;
  }
}

/* thanks\css\style.css */
:root {
  --color-green: #006b1f;
  --color-green-dark: #073f14;
  --color-green-soft: #eaf7e8;
  --color-orange: #f05a00;
  --color-orange-light: #ff7414;
  --color-ink: #111111;
  --color-text: #222222;
  --color-paper: #fffdf8;
  --color-white: #ffffff;
  --color-line: #d6ddd7;
  --max-width: 1180px;
  --footer-max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
  margin: 0;
  color: var(--color-text);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
  background: var(--color-paper);
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid rgba(0, 107, 31, 0.28);
}

.header-inner {
  width: min(var(--max-width), calc(100% - 64px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 1 385px;
  min-width: 250px;
}

.brand img {
  width: min(385px, 100%);
  max-height: 56px;
  object-fit: contain;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  min-width: 0;
}

.header-phone {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 8px;
  align-items: center;
  color: var(--color-ink);
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.header-phone span {
  grid-row: 1 / 3;
  color: var(--color-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.header-phone strong {
  font-size: 27px;
  letter-spacing: 0;
}

.header-phone small {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.header-estimate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 6px;
  box-shadow: 0 2px 0 #c44600;
  font-weight: 900;
  white-space: nowrap;
}

.thanks-page {
  width: 100%;
}

.thanks-hero {
  width: 100%;
  padding: 58px 0 44px;
  background: linear-gradient(100deg, #f2fff0 0%, #fbfff7 58%, #ffffff 100%);
  border-bottom: 1px solid rgba(0, 107, 31, 0.16);
}

.thanks-hero__inner {
  width: min(var(--max-width), calc(100% - 64px));
  margin: 0 auto;
  text-align: center;
}

.thanks-hero__label {
  margin: 0 0 8px;
  color: var(--color-orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}

.thanks-hero h1 {
  margin: 0;
  color: var(--color-ink);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.thanks-section {
  width: 100%;
  padding: 46px 0 68px;
  background: var(--color-paper);
}

.thanks-section__inner {
  width: min(820px, calc(100% - 64px));
  margin: 0 auto;
}

.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 28px;
  color: var(--color-ink);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.section-title span {
  min-width: 0;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.section-title::before {
  border-left: 5px solid var(--color-green);
  border-bottom: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.section-title::after {
  border-top: 5px solid var(--color-green);
  border-right: 5px solid var(--color-green);
  transform: rotate(45deg);
}

.thanks-card {
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 4px;
  box-shadow: 0 14px 34px rgba(0, 50, 16, 0.07);
  padding: 48px 44px 52px;
}

.thanks-message {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.thanks-message p {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.thanks-message p + p {
  margin-top: 18px;
}

.page-actions {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
  padding: 8px 0 0;
}

.page-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(260px, 100%);
  min-height: 54px;
  padding: 0 26px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-orange-light), var(--color-orange));
  border-radius: 10px;
  box-shadow: 0 4px 0 #c44600, 0 12px 24px rgba(240, 90, 0, 0.18);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.page-back:hover,
.page-back:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #b63f00, 0 16px 28px rgba(240, 90, 0, 0.24);
  filter: brightness(1.04);
}

.page-back:focus-visible {
  outline: 3px solid rgba(240, 90, 0, 0.32);
  outline-offset: 4px;
}

.page-back:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #b63f00, 0 8px 18px rgba(240, 90, 0, 0.18);
}

.lp-footer {
  width: 100%;
  background: var(--color-green-dark);
  color: #e5f4d7;
}

.lp-footer__inner {
  width: min(var(--footer-max), calc(100% - 84px));
  min-height: 71px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-footer__copyright {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .header-inner,
  .thanks-hero__inner,
  .thanks-section__inner {
    width: min(100% - 32px, var(--max-width));
  }

  .header-actions {
    gap: 14px;
  }

  .header-estimate {
    padding: 0 14px;
  }

  .thanks-card {
    padding: 42px 32px 46px;
  }
}

@media (max-width: 768px) {
  .header-inner {
    min-height: 72px;
  }

  .brand {
    flex-basis: 300px;
    min-width: 165px;
  }

  .header-phone strong {
    font-size: 22px;
  }

  .header-phone small {
    font-size: 12px;
  }

  .header-estimate {
    display: none;
  }

  .thanks-hero {
    padding: 46px 0 36px;
  }

  .thanks-hero h1 {
    font-size: 34px;
  }

  .section-title {
    font-size: 28px;
  }

  .lp-footer__inner {
    width: min(100% - 32px, var(--footer-max));
    min-height: 86px;
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .thanks-section {
    padding: 36px 0 48px;
  }

  .section-title {
    gap: 16px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.35;
  }

  .section-title::before,
  .section-title::after {
    width: 20px;
    height: 20px;
  }

  .section-title::before {
    border-left-width: 4px;
    border-bottom-width: 4px;
  }

  .section-title::after {
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .thanks-card {
    padding: 34px 20px 38px;
  }

  .thanks-message p {
    font-size: 16px;
    line-height: 1.9;
  }
}

@media (max-width: 520px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: min(100% - 24px, var(--max-width));
    padding: 9px 0;
  }

  .brand {
    flex: 0 1 auto;
    width: min(300px, 86vw);
    min-width: 0;
  }

  .brand img {
    max-height: 46px;
  }

  .header-phone small {
    text-align: center;
  }

  .thanks-hero__inner,
  .thanks-section__inner {
    width: min(100% - 28px, var(--max-width));
  }

  .thanks-hero {
    padding: 38px 0 32px;
  }

  .thanks-hero h1 {
    font-size: 30px;
  }

  .thanks-hero__label {
    font-size: 13px;
  }

  .section-title {
    display: block;
    padding: 0 12px;
  }

  .section-title::before,
  .section-title::after {
    display: none;
  }

  .page-actions {
    margin-top: 28px;
  }

  .page-back {
    width: min(260px, 100%);
    min-height: 52px;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .section-title {
    font-size: 20px;
  }

  .thanks-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .lp-footer__inner {
    width: min(100% - 24px, var(--footer-max));
  }

  .lp-footer__copyright {
    font-size: 12px;
  }
}

/* Design_A integration adjustments */
body { color: #222; background: #fffdf8; }
main { width: 100%; overflow-x: clip; }
.site-header { background: rgba(255,255,255,.98); }
.lp-benefits, .s11-relief, .flow-section, .faq-section, .intro-cta, .lp-area { scroll-margin-top: 90px; }
.s09-cta__button--estimate { background: linear-gradient(180deg, #ff7412, #f45a00); }
.lp-footer__nav { display: flex; align-items: center; justify-content: center; gap: 18px; font-size: 13px; font-weight: 700; line-height: 1.5; }
.lp-footer__nav a { white-space: nowrap; }
.page-top { position: fixed; right: 18px; bottom: 18px; z-index: 20; width: 48px; height: 48px; border-radius: 50%; background: #0c7d45; color: #fff; display: grid; place-items: center; text-decoration: none; box-shadow: 0 10px 24px rgba(0,0,0,.18); font-weight: 900; }
@media (max-width: 768px) {
  .lp-footer__inner { flex-direction: column; gap: 8px; padding: 15px 0; }
  .lp-footer__nav { flex-wrap: wrap; gap: 8px 14px; }
  .page-top { width: 42px; height: 42px; right: 12px; bottom: 12px; }
}