@charset "UTF-8";
:root {
  --color-green: #2f8a2d;
  --color-green-light: #8cc63f;
  --color-brown: #4a2413;
  --color-cream: #fbfceb;
  --color-text: #000;
  --color-border: #ccc;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --inner: 1260px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
}

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

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

.l-container {
  width: min(var(--inner), 100% - 40px);
  margin-inline: auto;
}

.l-container--wide {
  width: min(1560px, 100% - 80px);
}

.u-serif {
  font-family: var(--font-serif);
}

.p-section__label {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 14px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-section__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: #333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1024px) {
  :root {
    --inner: 100%;
  }
  body {
    font-size: 15px;
    line-height: 1.85;
  }
  .l-container {
    width: min(100%, 100% - 48px);
  }
  .l-container--wide {
    width: min(100%, 100% - 48px);
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
  }
  .l-container,
  .l-container--wide {
    width: calc(100% - 32px);
    margin-inline: auto;
  }
  img {
    width: auto;
    max-width: 100%;
  }
  .p-section__label {
    margin-bottom: 18px;
    padding-bottom: 14px;
    font-size: 16px !important;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .p-section__label::after {
    width: 42px;
    height: 3px;
  }
}
@media (max-width: 420px) {
  .l-container,
  .l-container--wide {
    width: calc(100% - 24px);
  }
}
.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
}

.site-header__inner {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  min-height: 108px;
  padding: 8px 30px 6px;
  background: #fff;
}

.site-header__logo {
  position: relative;
  z-index: 10;
  margin: 0;
}

.site-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #3f1d10;
  text-decoration: none;
}

.site-header__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-header__company-logo {
  display: block;
  width: auto;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-header__company-logo--tenkou {
  width: 100px;
}

.site-header__company-logo--takezawa {
  width: 107px;
}

.site-header__company-name {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #3f1d10;
}

.site-header__cross {
  display: block;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-header__nav {
  position: relative;
  z-index: 10;
  -ms-grid-column-align: end;
      justify-self: end;
}
.site-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(22px, 2.2vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header__nav a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.site-header__nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-green);
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.site-header__nav a:hover::before, .site-header__nav a.is-current::before {
  opacity: 1;
}

@media (max-width: 1280px) {
  .site-header__nav a::before {
    display: none;
  }
  .site-header__nav a.is-current::before {
    display: block;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: var(--color-green);
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.site-header__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #8dd132;
}

.site-header__menu-btn {
  display: none;
  position: relative;
  z-index: 30;
  width: 48px;
  height: 52px;
  padding: 7px 5px 3px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header__menu-btn span:not(.site-header__menu-text) {
  position: absolute;
  left: 9px;
  width: 30px;
  height: 2px;
  background: #3f1d10;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header__menu-btn span:not(.site-header__menu-text):nth-child(1) {
  top: 10px;
}
.site-header__menu-btn span:not(.site-header__menu-text):nth-child(2) {
  top: 19px;
}
.site-header__menu-btn span:not(.site-header__menu-text):nth-child(3) {
  top: 28px;
}
.site-header__menu-btn.is-open span:not(.site-header__menu-text):nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header__menu-btn.is-open span:not(.site-header__menu-text):nth-child(2) {
  opacity: 0;
}
.site-header__menu-btn.is-open span:not(.site-header__menu-text):nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header__menu-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #3f1d10;
  text-align: center;
}

.site-header--home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
}
.site-header--home .site-header__inner {
  background: transparent;
}
.site-header--home .site-header__line {
  display: none;
}
.site-header--home .site-header__company-name,
.site-header--home .site-header__nav a,
.site-header--home .site-header__menu-text {
  color: #fff;
}
.site-header--home .site-header__company-logo,
.site-header--home .site-header__cross {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.site-header--home .site-header__menu-btn span:not(.site-header__menu-text) {
  background: #fff;
}
.site-header--home .site-header__nav a::before {
  background: #fff;
}
.site-header--home .site-header__nav a:hover::before {
  opacity: 1;
}

@media (max-width: 1280px) {
  .site-header__inner {
    -ms-grid-columns: minmax(0, 1fr) 20px auto;
    grid-template-columns: minmax(0, 1fr) auto;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    min-height: 96px;
    padding: 7px 24px 5px;
  }
  .site-header__logo {
    min-width: 0;
  }
  .site-header__logo-link {
    gap: 14px;
  }
  .site-header__company-logo--tenkou {
    width: 100px;
  }
  .site-header__company-logo--takezawa {
    width: 107px;
  }
  .site-header__company-name {
    font-size: 18px;
  }
  .site-header__cross {
    width: 14px;
    height: 14px;
  }
  .site-header__menu-btn {
    display: block;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .site-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: min(420px, 100%);
    height: 100dvh;
    padding: 120px 42px 50px;
    background: rgba(255, 255, 255, 0.98);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  .site-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .site-header__nav ul {
    display: block;
  }
  .site-header__nav li {
    border-bottom: 1px solid #ccc;
  }
  .site-header__nav a {
    display: block;
    padding: 18px 4px;
    font-size: 16px;
  }
  .site-header__nav a.is-current::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .site-header__nav a.is-current {
    padding-left: 18px;
  }
  body.is-menu-open {
    overflow: hidden;
  }
  .site-header--home .site-header__nav {
    background: rgba(255, 255, 255, 0.98);
  }
  .site-header--home .site-header__nav a {
    color: #000;
  }
  .site-header--home .site-header__menu-btn.is-open span:not(.site-header__menu-text) {
    background: #3f1d10;
  }
  .site-header--home .site-header__menu-btn.is-open .site-header__menu-text {
    color: #3f1d10;
  }
}
@media (max-width: 767px) {
  .site-header__inner {
    min-height: 70px;
    padding: 5px 12px 3px;
  }
  .site-header__logo-link {
    gap: 7px;
  }
  .site-header__company {
    gap: 0;
  }
  .site-header__company-logo--tenkou {
    width: 68px;
  }
  .site-header__company-logo--takezawa {
    width: 73px;
  }
  .site-header__company-name {
    font-size: 10px;
    letter-spacing: 0;
  }
  .site-header__cross {
    width: 9px;
    height: 9px;
  }
  .site-header__menu-btn {
    width: 42px;
    height: 48px;
  }
  .site-header__menu-btn span:not(.site-header__menu-text) {
    left: 8px;
    width: 26px;
  }
  .site-header__nav {
    width: 100%;
    padding: 105px 28px 40px;
  }
}
@media (max-width: 420px) {
  .site-header__company-name {
    display: none;
  }
  .site-header--home .site-header__company-logo--tenkou {
    width: 85px;
  }
  .site-header--home .site-header__company-logo--takezawa {
    width: 82px;
  }
  .site-header--home .site-header__logo-link {
    gap: 9px;
  }
  .site-header:not(.site-header--home) .site-header__inner {
    min-height: 68px;
    padding-top: 3px;
    padding-bottom: 2px;
  }
  .site-header:not(.site-header--home) .site-header__company-logo--tenkou {
    width: 68px;
  }
  .site-header:not(.site-header--home) .site-header__company-logo--takezawa {
    width: 66px;
  }
  .site-header:not(.site-header--home) .site-header__logo-link {
    gap: 7px;
  }
  .site-header:not(.site-header--home) .site-header__menu-btn {
    width: 38px;
    height: 44px;
  }
}
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  min-width: 260px;
  padding: 16px 34px;
  border: 1px solid var(--color-green-light);
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-green);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-btn.l {
  font-size: 20px;
  padding: 15px 34px;
}

.c-btn:hover {
  opacity: 0.75;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c-btn__arrow {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-btn {
    gap: 14px;
    min-width: 220px;
    min-height: 52px;
    padding: 13px 22px;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .c-btn.l {
    min-width: 220px;
    padding: 13px 22px;
    font-size: 16px;
  }
  .c-btn__arrow {
    font-size: 19px;
  }
  .c-btn:hover {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 420px) {
  .c-btn,
  .c-btn.l {
    width: 100%;
    min-width: 0;
  }
}
.p-fv {
  position: relative;
  background: #111;
}

.p-fv,
.p-fv__slider,
.p-fv__slide,
.p-fv__content {
  min-height: clamp(540px, 62vw, 680px);
}

.p-fv__slide {
  position: relative;
  overflow: hidden;
}

.p-fv__bg {
  position: absolute;
  inset: 0;
}
.p-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.p-fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 18, 22, 0.58)), color-stop(38%, rgba(15, 18, 22, 0.34)), to(rgba(15, 18, 22, 0.08)));
  background: linear-gradient(90deg, rgba(15, 18, 22, 0.58) 0%, rgba(15, 18, 22, 0.34) 38%, rgba(15, 18, 22, 0.08) 100%);
}

.p-fv__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 12rem;
  padding-bottom: 7rem;
  color: #fff;
}

.p-fv__eyebrow,
.p-fv__title,
.p-fv__lead,
.p-fv__btn {
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.p-fv__slide.is-active .p-fv__eyebrow {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.p-fv__slide.is-active .p-fv__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-fv__slide.is-active .p-fv__lead {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.p-fv__slide.is-active .p-fv__btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.p-fv__eyebrow {
  margin-bottom: 1.2rem;
  font-family: var(--en);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.82);
}

.p-fv__title {
  max-width: 13em;
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.p-fv__lead {
  margin-top: 1.5rem;
  max-width: 38rem;
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 2;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.92);
}

.p-fv__btn {
  margin-top: 2.2rem;
  background: rgba(255, 255, 255, 0.95);
  border-color: #fff;
  color: #278d2c;
}
.p-fv__btn:hover {
  background: #fff;
}

.p-fv__pagination {
  position: absolute;
  left: 50% !important;
  bottom: 2rem !important;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.p-fv__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.65);
  opacity: 1;
}
.p-fv__pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 999px;
  background: #fff;
}

@media (max-width: 767px) {
  .p-fv,
  .p-fv__slider,
  .p-fv__slide,
  .p-fv__content {
    min-height: clamp(520px, 140vw, 680px);
  }
  .p-fv__overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 18, 22, 0.18)), color-stop(35%, rgba(15, 18, 22, 0.2)), to(rgba(15, 18, 22, 0.68)));
    background: linear-gradient(180deg, rgba(15, 18, 22, 0.18) 0%, rgba(15, 18, 22, 0.2) 35%, rgba(15, 18, 22, 0.68) 100%);
  }
  .p-fv__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-fv__eyebrow {
    margin-bottom: 0.8rem;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }
  .p-fv__title {
    max-width: 100%;
    font-size: clamp(1.75rem, 8vw, 2.5rem);
    line-height: 1.45;
  }
  .p-fv__lead {
    margin-top: 1rem;
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .p-fv__btn {
    margin-top: 1.5rem;
  }
  .p-fv__pagination {
    bottom: 1.4rem !important;
  }
}
/*
.p-fv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: min(820px, calc(100vw * 0.58));
  //margin-top: -20px;
}

.p-fv__bg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-fv__content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(930px, calc(100% - 60px));
  text-align: center;
  transform: translate(-50%, -58%);
}

.p-fv__copy {
  display: block;
  margin-bottom: 22px;
}

.p-fv__copy img {
  display: block;
  width: 100%;
  height: auto;
}

.p-fv__btn {
  background: rgba(255,255,255,.78);
}
*/
.p-strength {
  position: relative;
  z-index: 2;
  margin-top: -66px;
  padding-top: 120px;
  background-image: url("../../image/base/bg-leaf.png"), url("../../image/top/fv-wave.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left -140px bottom 0, top center;
  background-size: auto, 100% 100%;
  overflow: hidden;
}
.p-strength .p-section__head {
  padding-top: 3em;
}

.p-strength__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 54px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
  max-width: 1100px;
  margin: 42px auto 0;
}

.p-strength-card {
  background: #fff;
  border: 1px solid var(--color-border);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 3px;
}

.p-strength-card__head {
  padding: 13px 20px;
  background: var(--color-brown);
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.25em;
}

.p-strength-card__body {
  padding: 34px 28px 36px;
}

.p-strength-card__logo {
  max-width: 250px;
  margin-bottom: 26px;
}

.p-strength-card__title {
  margin: 0 0 16px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
}

.p-strength-card__text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 2;
}

.p-strength-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.p-strength-card__tag {
  padding: 6px 13px;
  background: #eee;
  color: var(--color-green);
  font-size: 17px;
  font-weight: bold;
}

.p-strength-card__btn {
  min-width: 160px;
  padding: 10px 20px;
  font-size: 13px;
}

.p-about {
  position: relative;
  min-height: 430px;
  padding: 96px 0 88px;
  background: url("../../image/top/bg-about.webp") center bottom/cover no-repeat;
  text-align: center;
}

.p-about__text {
  max-width: 880px;
  margin: 28px auto 34px;
  font-size: 18px;
  line-height: 2.2;
}

.p-service {
  background: #fdfdf0;
}

.p-service.p-section {
  padding-top: 70px;
}

.p-service__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 52px;
}

.p-service-card {
  border: 1px solid var(--color-border);
  background: #fff;
  border-radius: 3px;
}

.p-service-card__image {
  width: 100%;
  aspect-ratio: 1.28/1;
  overflow: hidden;
  background: #f7f7f7;
}

.p-service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service-card__body {
  padding: 20px 22px 32px;
}

.p-service-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.p-service-card__icon {
  width: 60px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-service-card__lead {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
  color: var(--color-green);
}

.p-service-card__text {
  margin: 0 0 24px;
  color: #000;
  font-size: 16px;
  line-height: 2;
}

.p-service-card__more {
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
}

.p-brand {
  background: #fff;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.p-brand#brand {
  padding: 70px 0;
}

.p-brand__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: -10px;
}

.p-brand-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 40px 1fr;
  grid-template-columns: 46% 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.p-brand-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 25/23;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-brand-card__body {
  min-width: 0;
}

.p-brand-card__logo {
  display: block;
  max-width: 230px;
  margin-bottom: 10px;
}

.p-brand-card__title {
  margin: 0 0 16px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.p-brand-card__text {
  margin: 0 0 22px;
  color: #000;
  font-size: 16px;
  line-height: 2;
}

.p-brand-card__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 600;
}

.p-company {
  background: #fafafa;
  border-top: solid 1px #ddd;
}

.p-company.p-section {
  padding-top: 50px;
}

.p-company__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42% 58%;
  grid-template-columns: 42% 58%;
  max-width: 1180px;
  margin: 50px auto 42px;
  border: 1px solid #ccc;
  background: #fff;
}

.p-company__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
}

.p-company__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 1fr;
  grid-template-columns: 110px 1fr;
  border-bottom: 1px solid #ccc;
}

.p-company__row:last-child {
  border-bottom: 0;
}

.p-company__icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #f3f7ec;
}

.p-company__icon img {
  display: block;
  width: 42px;
  height: auto;
}

.p-company__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 32px;
  color: #000;
  font-size: 16px;
  line-height: 2;
}

.p-company__detail strong {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.p-company__image {
  min-height: 400px;
}

.p-company__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company__btn-wrap {
  text-align: center;
}

/* =========================================================
  top recruit
========================================================= */
.top-recruit {
  background: #fdfdf0;
}

.top-recruit__inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 55% 1fr;
  grid-template-columns: 55% 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 360px;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
}

.top-recruit__body {
  position: relative;
  z-index: 2;
  padding: 42px 54px 40px;
  background: rgba(255, 255, 255, 0.92);
}

.top-recruit__body::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  width: 160px;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: -1;
}

.top-recruit__title {
  margin: 0 0 20px;
  color: #000;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.65;
}

.top-recruit__text {
  margin: 0 0 28px;
  color: #000;
  font-size: 16px;
  line-height: 1.95;
}

.top-recruit__image {
  position: relative;
  margin: 0;
  min-height: 360px;
}

.top-recruit__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-recruit__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(34%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(47, 138, 45, 0.18)), color-stop(45%, rgba(47, 138, 45, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 34%), linear-gradient(to top, rgba(47, 138, 45, 0.18), rgba(47, 138, 45, 0) 45%);
  pointer-events: none;
}

.top-recruit .p-section__label {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .top-recruit__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .top-recruit__body {
    padding: 42px 32px;
  }
  .top-recruit__body::after {
    display: none;
  }
  .top-recruit__image {
    min-height: 300px;
  }
  .top-recruit__image img {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .top-recruit__body {
    padding: 34px 22px;
  }
  .top-recruit__title {
    font-size: 25px;
  }
  .top-recruit__text {
    font-size: 16px;
    line-height: 2;
  }
  .top-recruit__image,
  .top-recruit__image img {
    min-height: 240px;
  }
}
@media (max-width: 1024px) {
  .p-strength {
    margin-top: -48px;
    padding-top: 100px;
  }
  .p-strength .p-section__head {
    padding-top: 2em;
  }
  .p-strength__cards {
    gap: 28px;
    margin-top: 36px;
  }
  .p-strength-card__head {
    font-size: 19px;
    letter-spacing: 0.14em;
  }
  .p-strength-card__body {
    padding: 30px 22px 32px;
  }
  .p-strength-card__logo {
    max-width: 210px;
  }
  .p-service__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .p-brand__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-company__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 820px;
  }
  .p-company__image {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .p-strength {
    margin-top: 0;
    padding-top: 56px;
    background-image: none;
  }
  .p-strength .p-section__head {
    padding-top: 1.5em;
  }
  .p-strength__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
  }
  .p-strength-card__head {
    padding: 11px 14px;
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .p-strength-card__body {
    padding: 26px 18px 28px;
  }
  .p-strength-card__logo {
    max-width: 190px;
    margin-bottom: 20px;
  }
  .p-strength-card__title {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .p-strength-card__text {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
  .p-strength-card__tag {
    padding: 5px 10px;
    font-size: 14px;
  }
  .p-about {
    min-height: 0;
    padding: 64px 0;
    background-position: center bottom;
  }
  .p-about__text {
    margin: 22px auto 28px;
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  .p-about__text br {
    display: none;
  }
  .p-service.p-section {
    padding-top: 60px;
  }
  .p-service__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
  }
  .p-service-card__image {
    aspect-ratio: 16/10;
  }
  .p-service-card__body {
    padding: 18px 18px 26px;
  }
  .p-service-card__title {
    font-size: 20px;
  }
  .p-service-card__icon {
    width: 52px;
  }
  .p-service-card__lead {
    font-size: 16px;
  }
  .p-service-card__text {
    font-size: 15px;
    line-height: 1.9;
  }
  .p-brand#brand {
    padding: 60px 0;
  }
  .p-brand__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 24px;
  }
  .p-brand-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px;
  }
  .p-brand-card__image img {
    aspect-ratio: 16/10;
  }
  .p-brand-card__logo {
    max-width: 210px;
  }
  .p-brand-card__title {
    font-size: 21px;
  }
  .p-brand-card__text {
    font-size: 15px;
    line-height: 1.9;
  }
  .top-recruit__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .top-recruit__body {
    padding: 32px 20px 30px;
  }
  .top-recruit__title {
    font-size: 23px;
    line-height: 1.6;
  }
  .top-recruit__text {
    font-size: 15px;
    line-height: 1.9;
  }
  .top-recruit__text br {
    display: none;
  }
  .top-recruit__image,
  .top-recruit__image img {
    min-height: 240px;
  }
  .p-company.p-section {
    padding-top: 60px;
  }
  .p-company__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 34px auto 30px;
  }
  .p-company__row {
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
  }
  .p-company__icon img {
    width: 34px;
  }
  .p-company__detail {
    padding: 20px 18px;
    font-size: 15px;
    line-height: 1.8;
  }
  .p-company__detail strong {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .p-company__image {
    min-height: 240px;
  }
}
@media (max-width: 1024px) {
  .p-strength {
    margin-top: 0;
    padding-top: 72px;
    background-color: #fdfdf0;
    background-image: url("../../image/base/bg-leaf.png");
    background-repeat: no-repeat;
    background-position: left -180px bottom;
    background-size: auto;
  }
  .p-strength .p-section__head {
    padding-top: 0;
  }
  .p-section__label {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .p-section__title {
    font-size: clamp(26px, 3.8vw, 34px);
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }
  .p-section__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .p-strength .p-section__title {
    font-size: clamp(24px, 3.8vw, 34px);
    font-weight: 600;
  }
  .p-strength .p-section__lead {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .p-section {
    padding-top: 36px;
  }
  .p-strength {
    margin-top: 0;
    padding-top: 36px;
    background-image: none;
  }
  .p-section__head {
    text-align: center;
  }
  .p-section__label {
    margin: 0 0 28px;
    padding-bottom: 14px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .p-section__label::after {
    width: 42px;
    height: 3px;
    margin-top: 0;
  }
  .p-section__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .p-section__lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 2;
  }
  .p-strength .p-section__lead {
    text-align: left;
  }
}
/* =========================================================
  lower common
========================================================= */
.lower-fv {
  position: relative;
  padding: 120px 0 100px;
  background: #fdfdf0;
  text-align: center;
  overflow: hidden;
}

.lower-fv::before {
  content: "";
  position: absolute;
  left: calc(50% - 650px);
  bottom: -50px;
  width: 280px;
  height: 280px;
  background: url("../../image/base/bg-leaf.png") no-repeat center/contain;
  pointer-events: none;
}

.lower-fv__en {
  margin: 0 0 8px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.lower-fv__title {
  margin: 0;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.lower-fv__lead {
  margin: 26px 0 0;
  font-size: 18px;
  line-height: 2;
}

.lower-cta {
  padding: 90px 0;
  background: #fdfdf0;
  text-align: center;
}

.lower-cta__title {
  margin: 0 0 18px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 32px;
  line-height: 1.5;
}

.lower-cta__text {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 2;
}

.p-section {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .p-section {
    padding: 36px 0;
  }
}

.p-section__head {
  margin-bottom: 44px;
  text-align: center;
}

.p-section__label {
  position: relative;
  display: inline-block;
  margin: 0 0 26px;
  padding-bottom: 10px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.14em;
  border-bottom: 0;
}

.p-section__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: #333;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
}

.p-section__title {
  margin: 0;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-section__lead {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .p-section__lead {
    font-size: 15px;
  }
}

/* =========================================================
  about
========================================================= */
.about-intro__body,
.message-box,
.company-image-box,
.access-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 56px 1fr;
  grid-template-columns: 46% 1fr;
  gap: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-intro__image,
.message-box__image,
.company-image-box__image {
  margin: 0;
}

.about-intro__image img,
.message-box__image img,
.company-image-box__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.about-intro__text,
.message-box__body,
.company-image-box__body {
  font-size: 18px;
  line-height: 2.2;
}

.about-intro__text p,
.message-box__body p,
.company-image-box__body p {
  margin: 0 0 1.4em;
}

.message-box__name {
  margin-top: 34px !important;
  font-weight: 700;
  text-align: right;
}

.message-box__name span {
  font-size: 22px;
}

.about-group {
  background: #fdfdf0;
}

.group-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}

.group-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.group-card__image {
  margin: 0;
}

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

.group-card__body {
  padding: 34px 32px 38px;
}

.group-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 26px;
}

.group-card__logo {
  display: block;
  width: 230px;
  max-width: 230px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.group-card__heading {
  min-width: 0;
}

.group-card__title {
  margin: 0 0 10px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.group-card__lead {
  margin: 0;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
}

.group-card__text {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 767px) {
  .group-card__head {
    display: block;
    margin-bottom: 22px;
  }
  .group-card__logo {
    width: min(250px, 100%);
    max-width: 250px;
    margin-bottom: 18px;
  }
  .group-card__title {
    font-size: 23px;
  }
  .group-card__lead {
    font-size: 20px;
  }
  .group-card__text {
    font-size: 16px;
  }
}
/* =========================================================
  purpose
========================================================= */
.purpose-section {
  padding: 90px 20px;
  background: #fdfdf0;
}

.purpose-wrap {
  position: relative;
  width: min(1055px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 8px solid #fff;
}

.purpose {
  position: relative;
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 8px solid #fff;
  background: url("../../image/about/purpose-sun.png") no-repeat top center/520px auto, -webkit-gradient(linear, left top, left bottom, from(#c9edf2), color-stop(24%, #dff6f5), color-stop(24%, #fdfdf0), color-stop(33%, #fdfdf0), color-stop(33%, #91c895), color-stop(76%, #6fb87f), color-stop(76%, #f5e7cd), color-stop(91%, #f5e7cd), color-stop(91%, #aee4e9), to(#aee4e9));
  background: url("../../image/about/purpose-sun.png") no-repeat top center/520px auto, linear-gradient(to bottom, #c9edf2 0%, #dff6f5 24%, #fdfdf0 24%, #fdfdf0 33%, #91c895 33%, #6fb87f 76%, #f5e7cd 76%, #f5e7cd 91%, #aee4e9 91%, #aee4e9 100%);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.purpose::before,
.purpose::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.purpose::before {
  left: 0;
  right: 0;
  bottom: 8%;
  height: 28%;
  background: url("../../image/about/purpose-roots.png") no-repeat center bottom/100% auto;
  opacity: 0.9;
}

.purpose::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 12%;
  background: url("../../image/about/purpose-water.png") no-repeat center bottom/100% 100%;
  opacity: 0.95;
}

.purpose__inner {
  position: relative;
  z-index: 3;
  min-height: 1320px;
  padding: 48px 48px 28px;
}

.purpose__forest {
  position: absolute;
  left: 50%;
  bottom: 13%;
  z-index: 1;
  width: 100%;
  height: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../../image/about/purpose-forest.png") no-repeat center bottom/contain;
  pointer-events: none;
}

.purpose__leaf {
  position: absolute;
  z-index: 2;
  width: 160px;
  pointer-events: none;
}

.purpose__leaf--left {
  left: 32px;
  top: 42%;
}

.purpose__leaf--right {
  right: 32px;
  top: 42%;
}

.purpose__top {
  position: relative;
  z-index: 4;
  text-align: center;
}

.purpose__label-en {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.purpose__label-ja {
  margin: 2px 0 54px;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.purpose__main-message {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 18px;
  color: #17325f;
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff, 0 4px 12px rgba(255, 255, 255, 0.8);
}

.purpose__sub-message {
  max-width: 1040px;
  margin: 0 auto;
  color: #17325f;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

.purpose__content {
  position: relative;
  z-index: 5;
  margin-top: 170px;
}

.purpose-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 24px 1fr;
  grid-template-columns: 170px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.purpose-item + .purpose-item {
  margin-top: 138px;
}

.purpose-item--vision {
  margin-top: 168px;
}

.purpose-item--values {
  margin-top: 190px;
}

.purpose-item__label {
  color: #17325f;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

.purpose-item__label span {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(16px, 1.5vw, 22px);
}

.purpose-item__label strong {
  display: block;
  font-size: clamp(30px, 3.4vw, 48px);
  letter-spacing: 0.08em;
}

.purpose-item__text {
  margin: 0;
  color: #17325f;
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff, 0 5px 14px rgba(255, 255, 255, 0.85);
}

.purpose-item--values .purpose-item__text {
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.purpose__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  color: #000;
  font-size: 18px;
  font-weight: 800;
}

.purpose__company {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.purpose__company::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: var(--color-green);
  border-radius: 70% 0 70% 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.purpose__company--orange::before {
  background: #f39a32;
}

/* =========================================================
  company
========================================================= */
.company-profile {
  background: #fff;
}

.profile-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 42px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}

.profile-card {
  padding: 36px;
  background: #fff;
  border: 1px solid #ccc;
}

.profile-card__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px;
  margin-bottom: 24px;
  text-align: center;
}

.profile-card__logo {
  display: block;
  width: min(280px, 100%);
  height: auto;
  margin: 0 auto;
}

.profile-card__title {
  margin: 0 0 24px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.profile-table th,
.profile-table td {
  padding: 18px 16px;
  border-top: 1px solid #ccc;
  line-height: 1.9;
  vertical-align: top;
}

.profile-table th {
  width: 110px;
  color: var(--color-green);
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.profile-table a {
  color: var(--color-green);
  text-decoration: underline;
}

.company-group {
  background: #fdfdf0;
}

.company-history {
  background: #fff;
}

.history-list {
  max-width: 900px;
  margin: 0 auto;
}

.history-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 32px 1fr;
  grid-template-columns: 150px 1fr;
  gap: 32px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.history-item:last-child {
  border-bottom: 1px solid #ccc;
}

.history-item__year {
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
}

.history-item__body h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.6;
}

.history-item__body p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.company-access {
  background: #fdfdf0;
}

.access-box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.access-box__info {
  padding: 42px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 2;
}

.access-box__info h3 {
  margin: 0 0 18px;
  color: var(--color-green);
  font-size: 22px;
  line-height: 1.6;
}

.access-box__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

/* =========================================================
  responsive lower
========================================================= */
@media (max-width: 1024px) {
  .lower-fv {
    padding: 90px 0 78px;
  }
  .lower-fv::before {
    left: -50px;
    bottom: -60px;
    width: 230px;
    height: 230px;
  }
  .lower-fv__en {
    font-size: 19px;
  }
  .lower-fv__title {
    font-size: clamp(34px, 6vw, 48px);
  }
  .lower-fv__lead {
    margin-top: 22px;
    font-size: 17px;
  }
  .about-intro__body,
  .message-box,
  .company-image-box,
  .access-box,
  .profile-columns,
  .group-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-intro__body,
  .message-box,
  .company-image-box,
  .access-box {
    gap: 34px;
  }
  .about-intro__image,
  .message-box__image,
  .company-image-box__image {
    max-width: 760px;
    margin-inline: auto;
  }
  .about-intro__text,
  .message-box__body,
  .company-image-box__body {
    font-size: 17px;
    line-height: 2.05;
  }
  .group-cards,
  .profile-columns {
    gap: 28px;
  }
  .group-card {
    max-width: 760px;
    margin-inline: auto;
  }
  .group-card__body {
    padding: 30px 28px 34px;
  }
  .purpose-section {
    padding: 70px 24px;
  }
  .purpose__inner {
    min-height: 1120px;
    padding: 40px 28px 28px;
  }
  .purpose__content {
    margin-top: 140px;
  }
  .purpose-item {
    -ms-grid-columns: 150px 18px 1fr;
    grid-template-columns: 150px 1fr;
    gap: 18px;
  }
  .purpose-item + .purpose-item {
    margin-top: 120px;
  }
  .purpose__leaf {
    width: 120px;
  }
  .profile-card {
    max-width: 760px;
    margin-inline: auto;
  }
  .history-list {
    max-width: 760px;
  }
  .access-box {
    max-width: 760px;
    margin-inline: auto;
  }
  .access-box__map iframe {
    min-height: 380px;
  }
  .lower-cta {
    padding: 70px 0;
  }
  .lower-cta__title {
    font-size: 29px;
  }
  .lower-cta__text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .lower-fv {
    padding: 52px 0 48px;
  }
  .lower-fv::before {
    left: -42px;
    bottom: -28px;
    width: 150px;
    height: 150px;
    opacity: 0.55;
  }
  .lower-fv__en {
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .lower-fv__title {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.45;
    letter-spacing: 0.08em;
  }
  .lower-fv__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.9;
  }
  .lower-fv__lead br {
    display: none;
  }
  .about-intro__body,
  .message-box,
  .company-image-box,
  .access-box {
    gap: 24px;
  }
  .about-intro__image img,
  .message-box__image img,
  .company-image-box__image img {
    aspect-ratio: 4/3;
  }
  .about-intro__text,
  .message-box__body,
  .company-image-box__body {
    font-size: 15px;
    line-height: 2;
  }
  .about-intro__text p,
  .message-box__body p,
  .company-image-box__body p {
    margin-bottom: 1.2em;
  }
  .message-box__name {
    margin-top: 24px !important;
  }
  .message-box__name span {
    font-size: 19px;
  }
  .group-cards {
    gap: 22px;
  }
  .group-card__body {
    padding: 24px 18px 28px;
    text-align: center;
  }
  .group-card__head {
    display: block;
    margin-bottom: 18px;
  }
  .group-card__logo {
    width: min(210px, 100%);
    max-width: 210px;
    margin-bottom: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  .group-card__title {
    margin-bottom: 7px;
    font-size: 21px;
    line-height: 1.6;
    text-align: center;
  }
  .group-card__lead {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
  }
  .group-card__lead br {
    display: none;
  }
  .group-card__text {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  .purpose-section {
    padding: 40px 10px;
  }
  .purpose-wrap,
  .purpose {
    border-width: 4px;
  }
  .purpose {
    background: url("../../image/about/purpose-sun.png") no-repeat top center/280px auto, -webkit-gradient(linear, left top, left bottom, from(#c9edf2), color-stop(28%, #dff6f5), color-stop(28%, #fdfdf0), color-stop(38%, #fdfdf0), color-stop(38%, #91c895), color-stop(77%, #6fb87f), color-stop(77%, #f5e7cd), color-stop(91%, #f5e7cd), color-stop(91%, #aee4e9), to(#aee4e9));
    background: url("../../image/about/purpose-sun.png") no-repeat top center/280px auto, linear-gradient(to bottom, #c9edf2 0%, #dff6f5 28%, #fdfdf0 28%, #fdfdf0 38%, #91c895 38%, #6fb87f 77%, #f5e7cd 77%, #f5e7cd 91%, #aee4e9 91%, #aee4e9 100%);
  }
  .purpose::before {
    bottom: 8%;
    height: 24%;
    background-size: auto 100%;
  }
  .purpose__inner {
    min-height: 940px;
    padding: 28px 14px 20px;
  }
  .purpose__label-en {
    font-size: 17px;
  }
  .purpose__label-ja {
    margin: 2px 0 34px;
    font-size: 31px;
  }
  .purpose__main-message {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .purpose__sub-message {
    font-size: 14px;
    line-height: 1.8;
  }
  .purpose__forest {
    bottom: 15%;
    height: 47%;
    background-size: auto 100%;
  }
  .purpose__leaf {
    display: none;
  }
  .purpose__content {
    margin-top: 86px;
  }
  .purpose-item,
  .purpose-item--vision,
  .purpose-item--values {
    display: block;
    width: 100%;
    margin-top: 78px;
  }
  .purpose-item + .purpose-item {
    margin-top: 84px;
  }
  .purpose-item__label {
    margin-bottom: 10px;
  }
  .purpose-item__label span {
    font-size: 14px;
  }
  .purpose-item__label strong {
    font-size: 27px;
  }
  .purpose-item__text {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }
  .purpose-item--values .purpose-item__text {
    font-size: 20px;
    line-height: 1.55;
  }
  .purpose__bottom {
    bottom: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    font-size: 11px;
    line-height: 1.6;
  }
  .purpose__company {
    gap: 5px;
  }
  .purpose__company::before {
    width: 12px;
    height: 12px;
  }
  .profile-columns {
    gap: 22px;
  }
  .profile-card {
    padding: 24px 16px;
  }
  .profile-card__logo-wrap {
    min-height: 90px;
    margin-bottom: 18px;
  }
  .profile-card__logo {
    width: min(230px, 100%);
  }
  .profile-card__title {
    margin-bottom: 18px;
    font-size: 21px;
  }
  .profile-table,
  .profile-table tbody,
  .profile-table tr,
  .profile-table th,
  .profile-table td {
    display: block;
    width: 100%;
  }
  .profile-table {
    font-size: 14px;
  }
  .profile-table tr {
    padding: 14px 0;
    border-top: 1px solid #ccc;
  }
  .profile-table tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  .profile-table th,
  .profile-table td {
    padding: 0;
    border: 0;
  }
  .profile-table th {
    margin-bottom: 5px;
    color: var(--color-green);
    font-size: 15px;
    white-space: normal;
  }
  .profile-table td {
    line-height: 1.9;
    overflow-wrap: anywhere;
  }
  .history-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 22px 0;
  }
  .history-item__year {
    font-size: 23px;
  }
  .history-item__body h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .history-item__body p {
    font-size: 14px;
    line-height: 1.9;
  }
  .access-box__info {
    padding: 24px 18px;
    font-size: 14px;
    line-height: 1.9;
  }
  .access-box__info h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .access-box__map iframe {
    min-height: 300px;
  }
  .lower-cta {
    padding: 52px 0;
  }
  .lower-cta__title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.6;
  }
  .lower-cta__text {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 2;
  }
  .lower-cta__text br {
    display: none;
  }
}
@media (max-width: 420px) {
  .lower-fv {
    padding: 44px 0 42px;
  }
  .lower-fv__title {
    font-size: 27px;
  }
  .purpose__inner {
    min-height: 900px;
    padding-inline: 10px;
  }
  .purpose__main-message {
    font-size: 22px;
  }
  .purpose-item__text {
    font-size: 21px;
  }
  .purpose-item--values .purpose-item__text {
    font-size: 18px;
  }
  .group-card__body,
  .profile-card,
  .access-box__info {
    padding-right: 14px;
    padding-left: 14px;
  }
}
/* =========================================================
  business
========================================================= */
.business-intro {
  background: #fff;
}

.business-anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 1160px;
  margin: 44px auto 0;
}
.business-anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 72px;
  padding: 14px 18px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--color-green);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.business-anchor a::after {
  content: "↓";
  margin-left: 10px;
  font-size: 18px;
}
.business-anchor a:hover {
  opacity: 0.75;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.business-strength {
  background: #fdfdf0;
}

.business-strength__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.business-strength-card {
  position: relative;
  padding: 34px 30px 36px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.business-strength-card__num {
  display: block;
  margin-bottom: 14px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.business-strength-card h3 {
  margin: 0 0 16px;
  color: #000;
  font-size: 22px;
  line-height: 1.6;
}
.business-strength-card p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.business-detail {
  background: #fff;
}
.business-detail:nth-of-type(even) {
  background: #fdfdf0;
}
.business-detail__head {
  margin-bottom: 42px;
  text-align: center;
}
.business-detail__company {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 18px;
  background: #f3f7ec;
  color: var(--color-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.business-detail__title {
  margin: 0;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.business-detail__lead {
  margin: 18px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.business-detail__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44% 54px 1fr;
  grid-template-columns: 44% 1fr;
  gap: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px;
}
.business-detail__body--reverse {
  -ms-grid-columns: 1fr 44%;
  grid-template-columns: 1fr 44%;
}
.business-detail__body--reverse .business-detail__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.business-detail__body--reverse .business-detail__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.business-detail__image {
  margin: 0;
}
.business-detail__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.business-detail__text {
  font-size: 17px;
  line-height: 2.15;
}
.business-detail__text p {
  margin: 0 0 1.4em;
}
.business-detail__text p:last-child {
  margin-bottom: 0;
}

.business-points {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.business-point {
  padding: 28px 26px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.business-point h3 {
  margin: 0 0 12px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
}
.business-point p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.business-service-list {
  margin-top: 50px;
  padding: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.business-service-list__title {
  position: relative;
  margin: 0 0 28px;
  padding-left: 18px;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
}
.business-service-list__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 4px;
  height: 1.2em;
  background: var(--color-green);
  border-radius: 4px;
}
.business-service-list__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.business-service-list__items--wide {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.business-service-item {
  padding: 24px 22px;
  background: #f1f1f1;
  border: 1px solid #ddd;
}
.business-service-item h4 {
  margin: 0 0 10px;
  color: var(--color-green);
  font-size: 18px;
  line-height: 1.6;
}
.business-service-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}

@media (max-width: 1000px) {
  .business-anchor,
  .business-strength__cards,
  .business-points,
  .business-service-list__items,
  .business-service-list__items--wide {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .business-detail__body,
  .business-detail__body--reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .business-detail__body .business-detail__image,
  .business-detail__body .business-detail__text,
  .business-detail__body--reverse .business-detail__image,
  .business-detail__body--reverse .business-detail__text {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media (max-width: 767px) {
  .business-anchor {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }
  .business-anchor a {
    min-height: 56px;
    padding: 12px 16px;
    font-size: 15px;
  }
  .business-anchor a::after {
    margin-left: 8px;
    font-size: 16px;
  }
  .business-strength__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .business-strength-card {
    padding: 24px 18px 26px;
  }
  .business-strength-card__num {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .business-strength-card h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.6;
  }
  .business-strength-card p {
    font-size: 15px;
    line-height: 1.9;
  }
  .business-detail__head {
    margin-bottom: 28px;
  }
  .business-detail__company {
    margin-bottom: 10px;
    padding: 5px 14px;
    font-size: 14px;
  }
  .business-detail__title {
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }
  .business-detail__lead {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.8;
  }
  .business-detail__body, .business-detail__body--reverse {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 30px;
  }
  .business-detail__body .business-detail__image,
  .business-detail__body .business-detail__text, .business-detail__body--reverse .business-detail__image,
  .business-detail__body--reverse .business-detail__text {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .business-detail__image img {
    aspect-ratio: 4/3;
  }
  .business-detail__text {
    font-size: 15px;
    line-height: 2;
  }
  .business-detail__text p {
    margin-bottom: 1.2em;
  }
  .business-points {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }
  .business-point {
    padding: 22px 18px;
  }
  .business-point h3 {
    margin-bottom: 9px;
    font-size: 19px;
  }
  .business-point p {
    font-size: 15px;
    line-height: 1.9;
  }
  .business-service-list {
    margin-top: 34px;
    padding: 24px 16px;
  }
  .business-service-list__title {
    margin-bottom: 20px;
    padding-left: 14px;
    font-size: 20px;
  }
  .business-service-list__title::before {
    width: 3px;
  }
  .business-service-list__items, .business-service-list__items--wide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .business-service-item {
    padding: 18px 16px;
  }
  .business-service-item h4 {
    margin-bottom: 7px;
    font-size: 17px;
  }
  .business-service-item p {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* =========================================================
  brand page
========================================================= */
.brand-intro {
  background: #fff;
}

.brand-page-cards {
  display: -ms-grid;
  display: grid;
  gap: 58px;
}

.brand-page-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 54px 1fr;
  grid-template-columns: 46% 1fr;
  gap: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 44px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.brand-page-card:nth-child(even) {
  -ms-grid-columns: 1fr 46%;
  grid-template-columns: 1fr 46%;
}
.brand-page-card:nth-child(even) .brand-page-card__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.brand-page-card:nth-child(even) .brand-page-card__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.brand-page-card__image {
  margin: 0;
}
.brand-page-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.brand-page-card__body {
  min-width: 0;
}
.brand-page-card__logo-wrap {
  margin-bottom: 22px;
}
.brand-page-card__logo {
  display: block;
  width: min(300px, 100%);
  height: auto;
}
.brand-page-card__label {
  margin: 0 0 10px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.brand-page-card__title {
  margin: 0 0 16px;
  color: #000;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.45;
}
.brand-page-card__lead {
  margin: 0 0 20px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
.brand-page-card__text {
  margin: 0 0 26px;
  color: #000;
  font-size: 17px;
  line-height: 2.1;
}
.brand-page-card__points {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
.brand-page-card__points li {
  position: relative;
  padding-left: 26px;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
.brand-page-card__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 13px;
  height: 13px;
  background: var(--color-green);
  border-radius: 70% 0 70% 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.brand-link-section {
  background: #fdfdf0;
}

.brand-link-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px auto;
  grid-template-columns: 1fr auto;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 42px 48px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.brand-link-box__label {
  margin: 0 0 8px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.brand-link-box__title {
  margin: 0 0 12px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1.5;
}

.brand-link-box__text {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 1024px) {
  .brand-page-cards {
    gap: 36px;
  }
  .brand-page-card,
  .brand-page-card:nth-child(even) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px;
  }
  .brand-page-card .brand-page-card__image,
  .brand-page-card .brand-page-card__body,
  .brand-page-card:nth-child(even) .brand-page-card__image,
  .brand-page-card:nth-child(even) .brand-page-card__body {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .brand-page-card__image {
    max-width: 720px;
    margin-inline: auto;
  }
  .brand-page-card__image img {
    aspect-ratio: 16/10;
  }
  .brand-page-card__body {
    max-width: 720px;
    margin-inline: auto;
  }
  .brand-link-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 720px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .brand-page-cards {
    gap: 24px;
  }
  .brand-page-card,
  .brand-page-card:nth-child(even) {
    gap: 22px;
    padding: 20px 16px;
  }
  .brand-page-card__image img {
    aspect-ratio: 3/4;
  }
  .brand-page-card__logo-wrap {
    margin-bottom: 18px;
    text-align: center;
  }
  .brand-page-card__logo {
    width: min(230px, 100%);
    margin-inline: auto;
  }
  .brand-page-card__label {
    margin-bottom: 8px;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .brand-page-card__title {
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
  }
  .brand-page-card__lead {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
  }
  .brand-page-card__text {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 2;
  }
  .brand-page-card__points {
    gap: 8px;
    margin-bottom: 26px;
  }
  .brand-page-card__points li {
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.8;
  }
  .brand-page-card__points li::before {
    top: 0.55em;
    width: 11px;
    height: 11px;
  }
  .brand-link-box {
    gap: 22px;
    padding: 26px 18px;
  }
  .brand-link-box__label {
    font-size: 15px;
  }
  .brand-link-box__title {
    font-size: 23px;
    line-height: 1.6;
  }
  .brand-link-box__text {
    font-size: 15px;
    line-height: 2;
  }
  .brand-link-box__text br {
    display: none;
  }
}
@media (max-width: 420px) {
  .brand-page-card,
  .brand-link-box {
    padding-right: 14px;
    padding-left: 14px;
  }
}
/* =========================================================
  privacy
========================================================= */
.privacy-section {
  background: #fff;
}

.privacy-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 64px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.privacy-lead {
  margin: 0 0 42px;
  font-size: 17px;
  line-height: 2.1;
}

.privacy-block {
  padding: 32px 0;
  border-top: 1px solid #ccc;
}
.privacy-block h2 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 18px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.6;
}
.privacy-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 1.2em;
  background: var(--color-green);
  border-radius: 4px;
}
.privacy-block p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 2;
}
.privacy-block p:last-child {
  margin-bottom: 0;
}
.privacy-block ul {
  margin: 14px 0 0;
  padding-left: 1.4em;
}
.privacy-block li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.9;
}
.privacy-block a {
  color: var(--color-green);
  font-weight: 700;
  text-decoration: underline;
}

.privacy-date {
  margin: 36px 0 0;
  text-align: right;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .privacy-box {
    padding: 28px 18px;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  }
  .privacy-lead {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 2;
  }
  .privacy-lead br {
    display: none;
  }
  .privacy-block {
    padding: 24px 0;
  }
  .privacy-block h2 {
    margin-bottom: 14px;
    padding-left: 14px;
    font-size: 20px;
    line-height: 1.6;
  }
  .privacy-block h2::before {
    width: 3px;
  }
  .privacy-block p {
    font-size: 15px;
    line-height: 2;
  }
  .privacy-block ul {
    margin-top: 12px;
    padding-left: 1.25em;
  }
  .privacy-block li {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.9;
  }
  .privacy-date {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
@media (max-width: 420px) {
  .privacy-box {
    padding-right: 14px;
    padding-left: 14px;
  }
}
/* =========================================================
  contact
========================================================= */
.contact-section {
  background: #fff;
}

.contact-intro {
  max-width: 820px;
  margin: 0 auto 44px;
  padding: 28px 34px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 17px;
  line-height: 2;
}
.contact-intro p {
  margin: 0;
}

.contact-form-box {
  max-width: 960px;
  margin: 0 auto;
  padding: 52px 58px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.contact-form__list {
  margin: 0;
}
.contact-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 28px 1fr;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid #ccc;
}
.contact-form__row:first-child {
  padding-top: 0;
}
.contact-form__row dt {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.contact-form__row dd {
  margin: 0;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
}
.contact-form textarea {
  min-height: 220px;
  resize: vertical;
}
.contact-form .wpcf7-list-item {
  margin: 0 22px 10px 0;
}
.contact-form .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.8;
}
.contact-form input[type=radio],
.contact-form input[type=checkbox] {
  accent-color: var(--color-green);
  width: 24px;
  height: 24px;
}
.contact-form__privacy {
  margin: 34px 0 0;
  text-align: center;
  font-size: 16px;
}
.contact-form__privacy a {
  color: var(--color-green);
  font-weight: 700;
  text-decoration: underline;
}
.contact-form__submit {
  margin-top: 34px;
  text-align: center;
}
.contact-form input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 260px;
  padding: 17px 42px;
  border: 1px solid var(--color-green-light);
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-green);
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-form input[type=submit]:hover {
  opacity: 0.75;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.is-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  padding: 3px 8px;
  background: var(--color-green);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #c00;
  font-size: 14px;
}

.wpcf7-response-output {
  margin: 28px 0 0 !important;
  padding: 16px 20px !important;
  border-color: var(--color-green) !important;
  font-size: 16px;
  line-height: 1.8;
}

.wpcf7-turnstile {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .contact-intro {
    margin-bottom: 28px;
    padding: 20px 18px;
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
  .contact-intro br {
    display: none;
  }
  .contact-form-box {
    padding: 28px 18px;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  }
  .contact-form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 20px 0;
  }
  .contact-form__row dt {
    font-size: 15px;
    line-height: 1.7;
  }
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    padding: 13px 14px;
    font-size: 16px;
  }
  .contact-form textarea {
    min-height: 180px;
  }
  .contact-form .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
  }
  .contact-form .wpcf7-list-item label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 15px;
    line-height: 1.7;
  }
  .contact-form__privacy {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.9;
  }
  .contact-form__submit {
    margin-top: 26px;
  }
  .contact-form input[type=submit] {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 13px 20px;
    font-size: 16px;
  }
  .contact-form input[type=submit]:hover {
    -webkit-transform: none;
            transform: none;
  }
  .is-required {
    margin-left: 7px;
    padding: 2px 7px;
    font-size: 11px;
  }
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
  .wpcf7-response-output {
    margin-top: 22px !important;
    padding: 14px 16px !important;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .contact-form-box {
    padding-right: 14px;
    padding-left: 14px;
  }
  .wpcf7-turnstile {
    margin-bottom: 22px;
  }
}
.thanks {
  padding: 100px 0 120px;
  text-align: center;
}

.thanks__inner {
  max-width: 820px;
  margin-inline: auto;
}

.thanks__title {
  margin: 0 0 28px;
  color: var(--color-green);
  font-family: var(--font-serif);
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.thanks__text {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .thanks {
    padding: 64px 0 80px;
  }
  .thanks__title {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .thanks__text {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .thanks__text br {
    display: none;
  }
}
.site-footer {
  position: relative;
  background: var(--color-green);
  color: #fff;
  padding: 60px 0 24px;
  overflow: hidden;
}

.site-footer::after {
  content: "";
  position: absolute;
  right: calc(50% - 660px);
  bottom: 60px;
  width: 92px;
  height: 92px;
  background: url("../../image/base/footer-leaf.png") no-repeat center/auto;
  pointer-events: none;
  z-index: 1;
}

.site-footer__inner,
.site-footer__bottom {
  position: relative;
  z-index: 2;
}

.site-footer a {
  color: inherit;
}

.site-footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 70px 1fr;
  grid-template-columns: 320px 1fr;
  gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.site-footer__logo-link {
  display: inline-block;
  margin-bottom: 18px;
}

.site-footer__logo {
  display: block;
  max-width: 256px;
}

.site-footer__copy {
  margin-bottom: 14px;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 46px;
  font-size: 14px;
}

.site-footer__nav-block {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-footer__nav-title {
  margin: 0 0 12px;
  font-weight: 700;
  line-height: 1.6;
}

.site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__nav li {
  margin-bottom: 7px;
  line-height: 1.6;
}

.site-footer__nav li a::before {
  content: "- ";
}

.site-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
}

.site-footer__bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__copyright {
  margin: 0;
}

.pagetop {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #167414;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.pagetop::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 2px;
}

@media (max-width: 1024px) {
  .site-footer {
    padding: 52px 0 24px;
  }
  .site-footer__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .site-footer__main {
    text-align: center;
  }
  .site-footer__logo-link {
    margin-bottom: 16px;
  }
  .site-footer__logo {
    width: 256px;
    margin-inline: auto;
  }
  .site-footer__text {
    max-width: 620px;
    margin: 0 auto;
  }
  .site-footer__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 40px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    font-size: 14px;
  }
  .site-footer__nav-block {
    width: auto;
    min-width: 0;
  }
  .site-footer__bottom {
    margin-top: 40px;
  }
  .site-footer::after {
    right: 24px;
    bottom: 74px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 44px 0 20px;
  }
  .site-footer__inner {
    gap: 36px;
  }
  .site-footer__main {
    text-align: left;
  }
  .site-footer__logo-link {
    display: block;
    margin-bottom: 18px;
  }
  .site-footer__logo {
    width: min(256px, 100%);
    margin: 0 auto;
  }
  .site-footer__copy {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
  }
  .site-footer__text {
    margin: 0;
    font-size: 14px;
    line-height: 2;
  }
  .site-footer__nav {
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
    font-size: 13px;
  }
  .site-footer__nav-title {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .site-footer__nav li {
    margin-bottom: 8px;
    line-height: 1.7;
  }
  .site-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    margin-top: 36px;
    padding-top: 20px;
    text-align: center;
  }
  .site-footer__bottom-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 20px;
  }
  .site-footer__copyright {
    font-size: 11px;
    line-height: 1.6;
  }
  .site-footer::after {
    display: none;
  }
  .pagetop {
    right: 14px;
    bottom: 14px;
    width: 60px;
    height: 60px;
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .site-footer__nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .site-footer__nav-block {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .site-footer__nav-block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */