@charset "UTF-8";

/* ========================================
   FV (First View)
======================================== */
.l-fv {
  position: relative;
  width: 100%;
  height: 1078px;
  overflow: hidden;
  background: #094321 url("../../images/top/fv/bg_fv.jpg") no-repeat 0 0 /cover;
}

.fv-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  height: 100%;
  display: flex;
  align-items: center;
}

.fv-catch {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 60px;
}

.fv-catch-en {
  font-family: "PlusJakartaSans";
  font-weight: 700;
  font-size: 74px;
  line-height: 1.18;
  background: linear-gradient(273deg, #19794B 7.41%, #2ACE7F 105.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fv-catch-ja {
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
  font-size: 60px;
  color: #fff;
  line-height: 1.39;
  letter-spacing: -0.04em;
}

.fv-catch-ja span {
  display: block;
}

.l-fv::before,
.l-fv::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.l-fv::before {
  top: 0;
  right: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/img_04.svg") no-repeat 0 0 / contain;
}

.l-fv::after {
  bottom: 0;
  left: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/img_01.svg") no-repeat 0 0 / contain;
}

/* ========================================
   Vision
======================================== */
.l-vision {
  position: relative;
  background-color: #d9dcdc;
  overflow: clip visible;
}

.vision-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 140px 108px;
}

.vision-deco {
  position: absolute;
  top: 510px;
  left: 801px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 180px;
  line-height: 1.12;
  letter-spacing: 0.03em;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(90deg, #e0e3e3 3.42%, #dddede 98.01%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 0;
}

.vision-text {
  max-width: 670px;
}

.vision-heading {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 40px;
}

.vision-ttl {
  font-weight: 700;
  font-size: 47px;
  color: #081a00;
  line-height: 1.49;
}

.vision-body {
  font-weight: 400;
  font-size: 24px;
  color: #081a00;
  letter-spacing: 0.06em;
  line-height: 42px;
}

.vision-body + .vision-body {
  margin-top: 42px;
}

.vision-right {
  position: absolute;
  top: -128px;
  right: calc(100% - 1440px);
  width: 563px;
}

.vision-photo {
  width: 100%;
  height: 657px;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .vision-photo {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.vision-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-more-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  width: 270px;
  margin-top: 110px;
  padding: 30px 48px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 38px;
  transition: opacity 0.3s;
}

.vision-more-btn:hover {
  opacity: 0.7;
}

.vision-more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../../images/parts/ico_arrow_green.svg") no-repeat 0 0 /contain;
}

.vision-more-btn-txt {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  letter-spacing: 0.08em;
  line-height: 1;
}

/* ========================================
   Numbers
======================================== */
.l-numbers {
  position: relative;
  z-index: 2;
  background-color: #b7c5c5;
  overflow: clip visible;
}

.l-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/img_04.svg") no-repeat 0 0 / contain;
  pointer-events: none;
  z-index: 0;
}

.numbers-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 140px 160px;
}

.numbers-deco {
  position: absolute;
  top: 29px;
  left: -12px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(90deg, #becbcb 3.42%, #bcc7c7 98.86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 0;
}

.numbers-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 40px;
}

.numbers-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #31c47d;
  line-height: 1;
}

.numbers-ttl {
  font-weight: 700;
  font-size: 60px;
  color: #081a00;
  line-height: 1.48;
}

.numbers-content {
  position: relative;
}

.numbers-diagram {
  position: relative;
  width: 940px;
  height: 620px;
  margin: 0 auto;
}

.numbers-diagram::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 914px;
  height: 900px;
  background: url("../../images/top/numbers/bg_circle.png") no-repeat 0 0 / contain;
}

/* PC: レイアウト上は diagram の直下に stats があるのと同等にする */
.numbers-diagram-frame {
  display: contents;
}

.numbers-stats {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.numbers-stat-item {
  position: absolute;
  width: 340px;
  height: 335px;
  border-radius: 50%;
  background: url("../../images/top/numbers/bg_circle_white.png") center / contain no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

/* HTML は数値→ラベル→説明。PC では従来どおりラベル→数値→説明の見た目にする */
.numbers-stat-item > .numbers-stat-cat {
  order: 1;
}

.numbers-stat-item > .numbers-stat-value {
  order: 2;
}

.numbers-stat-item > .numbers-stat-desc {
  order: 3;
}

.numbers-stat-item:nth-child(1) {
  top: 0;
  left: 0;
}

.numbers-stat-item:nth-child(2) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.numbers-stat-item:nth-child(3) {
  top: 0;
  right: 0;
}

.numbers-stat-item:nth-child(4) {
  bottom: 0;
  left: 16%;
}

.numbers-stat-item:nth-child(5) {
  bottom: 0;
  right: 16%;
}

.numbers-stat-num-inner {
  display: grid;
}

.numbers-stat-num-inner .numbers-stat-unit-ja,
.numbers-stat-num-inner .numbers-stat-unit-sm {
  line-height: 1;
}

.numbers-stat-cat {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #081a00;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 6px 0 12px;
}

.numbers-stat-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 86px;
  color: #15643e;
  margin-bottom: 20px;
}

.numbers-stat-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 79px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.numbers-stat-num.since {
  letter-spacing: 0;
}

.numbers-stat-unit {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.numbers-stat-unit-ja {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4;
}

.numbers-stat-unit-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-left: 2px;
}

.numbers-stat-desc {
  display: flex;
  align-items: center;
  height: 55px;
  font-weight: 500;
  font-size: 18px;
  color: #081a00;
  letter-spacing: 0.06em;
  line-height: 1.46;
}

.numbers-photo {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 380px;
  height: 579px;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
}

.numbers-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   Products
======================================== */
.l-logo-wrap {
  position: relative;
  overflow: hidden;
}

.l-products {
  position: relative;
  background-color: #b7c5c5;
}

.l-products::before {
  content: "";
  position: absolute;
  top: -353px;
  left: calc(50% + 393px);
  width: 654px;
  height: 1141px;
  background: transparent url("../../images/parts/pattern/logo.svg") no-repeat 0 0 / contain;
  pointer-events: none;
  z-index: 0;
}

.l-products::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 520px;
  height: 507px;
  background: transparent url("../../images/parts/pattern/img_01.svg") no-repeat 0 0 / contain;
  pointer-events: none;
  z-index: 0;
}

.products-inner {
  position: relative;
  z-index: 0;
  max-width: 1440px;
  margin: 0 auto;
  padding: 314px 140px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.products-deco {
  position: absolute;
  top: 183px;
  left: -15px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(90deg, #becbcb 3.42%, #bcc7c7 98.86%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 0;
}

.products-header {
  position: relative;
  z-index: 1;
  order: 1;
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 60px;
}

.products-heading {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.products-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #31c47d;
  line-height: 1;
}

.products-ttl {
  font-weight: 700;
  font-size: 60px;
  color: #081a00;
  line-height: 1.42;
}

.products-sub {
  font-weight: 500;
  font-size: 32px;
  color: #081a00;
  letter-spacing: 0.02em;
  line-height: 1.42;
}

.products-more-btn {
  position: relative;
  display: flex;
  align-items: center;
  order: 2;
  flex-shrink: 0;
  width: 270px;
  margin-top: 80px;
  padding: 30px 48px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 38px;
  transition: opacity 0.3s;
}

.products-more-btn:hover {
  opacity: 0.7;
}

.products-more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../../images/parts/ico_arrow_green.svg") no-repeat 0 0 /contain;
}

.products-more-btn-txt {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  letter-spacing: 0.08em;
  line-height: 1;
}

.products-diagram {
  position: relative;
  order: 3;
  flex: 1 1 100%;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: auto;
}

.products-diagram-grid {
  width: 100%;
}

.products-diagram-grid img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================
   Business
======================================== */
.l-business {
  position: relative;
  background-color: #d9dcdc;
  overflow: clip visible;
}

.l-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 319px);
  width: 677px;
  height: 422px;
  background: transparent url("../../images/parts/pattern/logo_top.svg") no-repeat 0 0 / contain;
  pointer-events: none;
  z-index: 0;
}

.business-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 170px 120px 770px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.business-deco {
  position: absolute;
  top: 170px;
  left: 883px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(90deg, #e0e3e3 3.42%, #dddede 98.01%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 0;
}

.business-header {
  position: relative;
  z-index: 1;
  order: 1;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 20px;
  margin-bottom: 60px;
}

.business-heading {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.business-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #31c47d;
  line-height: 1;
}

.business-ttl {
  font-weight: 700;
  font-size: 60px;
  color: #081a00;
  line-height: 1.42;
}

.business-sub {
  font-weight: 500;
  font-size: 32px;
  color: #081a00;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.business-more-btn {
  position: relative;
  display: flex;
  align-items: center;
  order: 2;
  flex-shrink: 0;
  width: 270px;
  padding: 30px 48px;
  margin-bottom: 30px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 38px;
  transition: opacity 0.3s;
}

.business-more-btn:hover {
  opacity: 0.7;
}

.business-more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../../images/parts/ico_arrow_green.svg") no-repeat 0 0 /contain;
}

.business-more-btn-txt {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  letter-spacing: 0.08em;
  line-height: 1;
}

.business-list {
  position: absolute;
  top: 475px;
  left: 50%;
  transform: translateX(-50%);
  order: 3;
  flex: 1 1 100%;
  width: calc(100% - 240px);
  z-index: 2;
  background-color: #3a3a3a;
  border-radius: 80px;
  padding: 10px 0 20px;
}

.business-item + .business-item {
  border-top: 1px solid #595959;
}

.business-item-link {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 60px 60px 60px 80px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.business-item-link:hover {
  opacity: 0.7;
}

.business-item-thumb {
  flex-shrink: 0;
  width: 220px;
  height: 180px;
  border-radius: 30px;
  overflow: hidden;
}

.business-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.business-item-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 54px;
  background: linear-gradient(273deg, #135837 0.41%, #22A164 96.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.business-item:last-child .business-item-name {
  font-size: 48px;
}

.business-item-desc {
  font-weight: 500;
  font-size: 26px;
  color: #d9dcdc;
  line-height: 1.4;
}

.business-item-arrow {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.business-item-arrow svg {
  width: 100%;
  height: 100%;
}

/* ========================================
   Trust
======================================== */
.l-trust {
  position: relative;
  background-color: #d9dcdc;
  border-bottom: 1px solid #b7c5c5;
  overflow: hidden;
}

.trust-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 140px 70px;
}

.trust-deco {
  position: absolute;
  top: 234px;
  left: 11px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(90deg, #e0e3e3 3.42%, #dddede 98.01%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 0;
}

.trust-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex-shrink: 0;
}

.trust-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #31c47d;
  letter-spacing: 0.01em;
  line-height: 1;
}

.trust-ttl {
  font-weight: 700;
  font-size: 50px;
  color: #081a00;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.trust-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex: 0 1 760px;
  min-width: 0;
}

.trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 20px);
  height: 240px;
  background-color: #fff;
  border: 1px solid #d9dcdc;
  border-radius: 30px;
  padding: 30px;
}

.trust-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex: 1; */
  /* min-height: 0; */
  height: 120px;
  width: 100%;
  /*text-align: center;*/
  flex-shrink: 0;
}

.trust-card-iso {
  width: auto;
  height: 93px;
}

.trust-card-privacy {
  width: auto;
  height: 89px;
}

.trust-card-motivation {
  width: auto;
  height: 112px;
}

.trust-card-engagement {
  width: auto;
  height: 71px;
}

.trust-card-name {
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  /* display: grid; */
  /* height: 100%; */
  display: flex;
  align-items: center;
  height: 100%;
}

.trust-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 385px;
  height: 413px;
  border-top-right-radius: 60px;
  overflow: hidden;
}

.trust-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
   News
======================================== */
.l-news {
  background-color: #d9dcdc;
}

.news-inner {
  position: relative;
  display: grid;
  grid-template-columns: 226px 1fr;
  column-gap: 124px;
  align-items: start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 140px;
}

.news-deco {
  position: absolute;
  top: 335px;
  left: -24px;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.12;
  white-space: nowrap;
  pointer-events: none;
  background: linear-gradient(90deg, #e0e3e3 3.42%, #dddede 98.01%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 0;
}

.news-heading {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 226px;
  padding-top: 90px;
}

.news-label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #31c47d;
  letter-spacing: 0.01em;
  line-height: 1;
}

.news-ttl {
  font-weight: 700;
  font-size: 50px;
  color: #081a00;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.news-ttl-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.news-more-btn {
  position: absolute;
  top: 286px;
  left: 140px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 226px;
  padding: 25px 30px 25px 40px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 33px;
  transition: opacity 0.3s;
}

.news-more-btn:hover {
  opacity: 0.7;
}

.news-more-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../../images/parts/ico_arrow_green.svg") no-repeat 0 0 /contain;
}

.news-more-btn-txt {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #081a00;
  letter-spacing: 0.08em;
  line-height: 1;
}

.news-list {
  grid-column: 2;
  grid-row: 1 / -1;
  flex-shrink: 0;
  width: 100%;
  max-width: 810px;
  min-width: 0;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 40px 20px 40px 46px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.news-item:hover {
  opacity: 0.7;
}

.news-item-wrap + .news-item-wrap {
  border-top: 1px solid #b7c5c5;
}

.news-item-thumb {
  position: relative;
  flex-shrink: 0;
  width: 200px;
  height: 140px;
  border-radius: 30px;
  border: 1px solid #d9dcdc;
  background-color: #f6f6f6;
  overflow: hidden;
/*  display: flex;
  align-items: center;
  justify-content: center;*/
}

.news-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.news-item-meta {
  display: flex;
  align-items: center;
  gap: 26px;
}

.news-item-date {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #081a00;
  line-height: 1;
}

.news-item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 107px;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #31c47d;
  border-radius: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #31c47d;
  line-height: 1;
}

.news-item-txt {
  font-weight: 350;
  font-size: 18px;
  color: #081a00;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

/* ========================================
   Contact
======================================== */
.l-contact {
  position: relative;
  overflow: hidden;
  background-color: #d9dcdc;
}

.l-contact::before {
  content: "";
  position: absolute;
  top: 144px;
  left: calc(50% - 313px);
  width: 654px;
  height: 1141px;
  background: transparent url("../../images/parts/pattern/logo_bottom.svg") no-repeat 0 0 / contain;
  pointer-events: none;
  z-index: 0;
}

.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 120px 120px;
}

.contact-box {
  display: block;
  background-color: #31c47d;
  border-radius: 60px;
  padding: 96px 80px 96px 100px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}

.contact-box:hover {
  opacity: 0.85;
}

.contact-content {
  display: flex;
  align-items: center;
  gap: 70px;
  width: 100%;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 64px;
  flex: 1;
  min-width: 0;
}

.contact-ttl {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}

.contact-desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-desc-lead {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.contact-desc-txt {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.contact-arrow {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-left: auto;
}

.contact-arrow svg {
  width: 100%;
  height: 100%;
}

/* ========================================
   Responsive
======================================== */
@media screen and (max-width: 1200px) {
  .l-fv {
    height: 800px;
  }

  .fv-inner {
    padding: 0 40px;
  }

  .fv-catch-en {
    font-size: 56px;
  }

  .fv-catch-ja {
    font-size: 44px;
  }

  .l-fv::before,
  .l-fv::after {
    width: 400px;
    height: 390px;
  }

  .l-business::before {
    left: calc(50% - 240px);
    width: 500px;
    height: 312px;
  }

  .business-inner {
    padding: 120px 40px 100px;
  }

  .business-deco {
    top: 120px;
    left: auto;
    right: -40px;
    font-size: 110px;
  }

  .business-ttl {
    font-size: 46px;
  }

  .business-sub {
    font-size: 24px;
  }

  .business-list {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    border-radius: 50px;
  }

  .business-item-link {
    gap: 30px;
    padding: 40px 40px 40px 50px;
  }

  .business-item-thumb {
    width: 180px;
    height: 150px;
  }

  .business-item-name {
    font-size: 40px;
  }

  .business-item:last-child .business-item-name {
    font-size: 36px;
  }

  .business-item-desc {
    font-size: 20px;
  }

  .business-item-arrow {
    width: 56px;
    height: 56px;
  }

  .business-more-btn {
    width: auto;
    padding-right: 80px;
  }

  .vision-inner {
    padding: 80px 40px 80px;
  }

  .vision-ttl {
    font-size: 38px;
  }

  .vision-body {
    font-size: 20px;
    line-height: 36px;
  }

  .vision-body + .vision-body {
    margin-top: 36px;
  }

  .vision-right {
    top: -80px;
    right: -120px;
    width: 500px;
  }

  .vision-photo {
    height: 460px;
  }

  .vision-more-btn {
    margin-top: 60px;
  }

  .vision-deco {
    top: 420px;
    left: 45%;
    font-size: 140px;
  }

  .l-numbers::before {
    width: 400px;
    height: 390px;
  }

  .numbers-inner {
    padding: 80px 40px 60px;
  }

  .numbers-deco {
    top: 20px;
    left: -8px;
    font-size: 110px;
  }

  .numbers-ttl {
    font-size: 46px;
  }

  .numbers-diagram {
    width: 100%;
    height: 520px;
  }

  .numbers-diagram::before {
    top: -100px;
    width: 680px;
    height: 680px;
  }

  .numbers-stat-item {
    width: 280px;
    height: 276px;
  }

  .numbers-stat-num {
    font-size: 60px;
  }

  .numbers-stat-unit {
    font-size: 62px;
  }

  .numbers-stat-unit-ja {
    font-size: 40px;
  }

  .numbers-stat-cat {
    font-size: 22px;
  }

  .numbers-stat-desc {
    font-size: 15px;
  }

  .numbers-photo {
    left: -40px;
    width: 300px;
    height: 460px;
  }

  .numbers-diagram-bg {
    width: 700px;
    height: 700px;
  }

  .l-products::before {
    top: -436px;
    left: auto;
    right: -250px;
    width: 500px;
    height: 872px;
  }

  .l-products::after {
    width: 400px;
    height: 390px;
  }

  .l-contact::before {
    top: 110px;
    left: calc(50% - 240px);
    width: 500px;
    height: 872px;
  }

  .products-inner {
    z-index: 2;
    padding: 100px 40px 50px;
  }

  .products-deco {
    top: 170px;
    left: -8px;
    font-size: 110px;
  }

  .products-ttl {
    font-size: 46px;
  }

  .products-sub {
    font-size: 24px;
  }

  .products-diagram {
    width: 100%;
    max-width: 900px;
    height: auto;
    aspect-ratio: auto;
  }

  .products-more-btn {
    width: auto;
    padding-right: 80px;
  }

  .trust-inner {
    gap: 80px;
    padding: 80px 40px 60px;
  }

  .trust-deco {
    top: 170px;
    left: 8px;
    font-size: 110px;
  }

  .trust-heading {
    width: 200px;
  }

  .trust-ttl {
    font-size: 38px;
  }

  .trust-list {
    width: auto;
    flex: 1;
    min-width: 0;
    gap: 24px;
  }

  .trust-card {
    width: calc(50% - 12px);
    min-height: 0;
    height: auto;
    padding: 30px 16px 20px;
    box-sizing: border-box;
  }

  .trust-card-img {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: clamp(56px, 11vw, 100px);
    max-height: 100px;
    width: 100%;
  }

  .trust-card-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .trust-card-name {
    display: block;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .trust-photo {
    width: 280px;
    height: 300px;
  }

  .news-inner {
    padding: 20px 40px;
    grid-template-columns: 200px 1fr;
    column-gap: 40px;
  }

  .news-deco {
    top: 260px;
    left: -12px;
    font-size: 110px;
  }

  .news-heading {
    width: 200px;
  }

  .news-ttl {
    font-size: 38px;
  }

  .news-list {
    width: auto;
    flex: 1;
    min-width: 0;
  }

  .news-item {
    gap: 30px;
    padding-left: 24px;
    padding-right: 10px;
  }

  .news-more-btn {
    top: 269px;
    left: 40px;
    width: 200px;
  }

  .contact-inner {
    padding: 40px 40px 80px;
  }

  .contact-box {
    padding: 60px 50px;
    border-radius: 40px;
  }

  .contact-ttl {
    font-size: 48px;
  }

  .contact-info {
    gap: 40px;
  }

  .contact-content {
    gap: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .vision-inner {
    display: flex;
    flex-direction: column;
    padding: 0 40px 60px;
  }

  .vision-text {
    order: 1;
    max-width: 100%;
  }

  .vision-heading {
    margin-bottom: 30px;
  }

  .vision-right {
    display: contents;
  }

  .vision-photo {
    order: 0;
    width: calc(100% + 80px);
    height: 400px;
    margin-left: -40px;
    margin-bottom: 70px;
    border-radius: 0;
  }

  .vision-more-btn {
    order: 2;
    margin-top: 50px;
  }

  .vision-deco {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-fv {
    height: 600px;
  }

  .fv-inner {
    padding: 0 24px;
  }

  .fv-catch {
    gap: 16px;
    padding-top: 40px;
  }

  .fv-catch-en {
    font-size: 5.833vw;
  }

  .fv-catch-ja {
    font-size: 6.25vw;
  }

  .l-fv::before,
  .l-fv::after {
    width: 280px;
    height: 273px;
  }

  .vision-more-btn-txt,
  .business-more-btn-txt,
  .products-more-btn-txt,
  .news-more-btn-txt {
    font-size: 3.333vw;
  }

  .vision-more-btn,
  .business-more-btn,
  .products-more-btn,
  .news-more-btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    gap: 24px;
    padding: 20px 24px 20px 32px;
    border-radius: 80px;
  }

  .vision-more-btn::before,
  .business-more-btn::before,
  .products-more-btn::before,
  .news-more-btn::before {
    display: none;
  }

  .vision-more-btn::after,
  .business-more-btn::after,
  .products-more-btn::after,
  .news-more-btn::after {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: url("../../images/parts/ico_arrow_green.svg") no-repeat 0 0 / contain;
  }

  .l-business::before {
    left: calc(50% - 150px);
    width: 320px;
    height: 200px;
  }

  .business-inner {
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    padding: 80px 24px 50px;
  }

  .business-deco {
    display: none;
  }

  .business-header {
    order: 1;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .business-ttl {
    font-size: 5vw;
  }

  .business-label {
    font-size: 3.75vw;
  }

  .business-sub {
    font-size: 3.333vw;
    line-height: 2;
  }

  .business-list {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    border-radius: 30px;
    padding: 6px 0 12px;
  }

  .business-more-btn {
    order: 3;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .business-item-link {
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    padding: 18px 16px 18px 18px;
  }

  .business-item-thumb {
    flex-shrink: 0;
    width: 96px;
    min-width: 96px;
    height: auto;
    aspect-ratio: 220 / 180;
    min-height: 0;
    align-self: flex-start;
    border-radius: 12px;
    overflow: hidden;
  }

  .business-item-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .business-item-name {
    font-size: 3.75vw;
    line-height: 1.3;
  }

  .business-item:last-child .business-item-name {
    font-size: 3.75vw;
  }

  .business-item-desc {
    font-size: 3.333vw;
    line-height: 1.45;
  }

  .business-item-body {
    flex: 1;
    min-width: 0;
    gap: 8px;
    justify-content: center;
  }

  .business-item-arrow {
    flex-shrink: 0;
    width: 6.25vw;
    height: 6.25vw;
    align-self: center;
    margin-left: auto;
  }

  .business-item-arrow svg path {
    transform: scale(1.18);
    transform-origin: 35px 35px;
  }

  .vision-inner {
    display: flex;
    flex-direction: column;
    padding: 0 24px 80px;
  }

  .vision-text {
    order: 1;
    max-width: 100%;
  }

  .vision-ttl {
    font-size: 5vw;
  }

  .vision-body {
    font-size: 3.333vw;
    line-height: 2;
  }

  .vision-body + .vision-body {
    margin-top: 32px;
  }

  .vision-right {
    display: contents;
  }

  .vision-photo {
    order: 0;
    width: calc(100% + 48px);
    height: 280px;
    margin-left: -24px;
    margin-bottom: 60px;
    border-radius: 0;
  }

  .vision-heading {
    margin-bottom: 24px;
  }

  .vision-more-btn {
    order: 2;
    margin-top: 50px;
  }

  .vision-deco {
    display: none;
  }

  .l-numbers::before {
    width: 280px;
    height: 273px;
  }

  .numbers-inner {
    padding: 60px 24px 40px;
  }

  .numbers-deco {
    display: none;
  }

  .numbers-label {
    font-size: 3.75vw;
  }

  .numbers-ttl {
    font-size: 5vw;
  }

  .numbers-diagram {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .numbers-diagram::before {
    display: none;
  }

  .numbers-diagram-bg {
    display: none;
  }

  /* SP: 添付デザイン — 左に数値、右に英字ラベル＋日本語説明、行区切り */
  .numbers-diagram-frame {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 20px 20px;
    border-radius: 20px;
    background-color: #f4f6f5;
    background-image: radial-gradient(ellipse 95% 70% at 50% 42%, rgba(255, 255, 255, 0.75) 0%, rgba(244, 246, 245, 0) 62%);
    border: 1px solid rgba(8, 26, 0, 0.06);
    box-shadow: 0 4px 24px rgba(8, 26, 0, 0.04);
  }

  .numbers-stats {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
  }

  .numbers-stat-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: grid;
    grid-template-columns: minmax(76px, 34%) 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 16px;
    row-gap: 4px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    border-radius: 0;
    background: none;
    background-image: none;
    border: none;
    border-bottom: 1px solid #dbe4e0;
    aspect-ratio: auto;
  }

  .numbers-stat-item:last-child {
    border-bottom: none;
  }

  .numbers-stat-item > .numbers-stat-cat,
  .numbers-stat-item > .numbers-stat-value,
  .numbers-stat-item > .numbers-stat-desc {
    order: 0;
  }

  .numbers-stat-value {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-self: stretch;
    align-self: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: #1d5b41;
  }

  .numbers-stat-num {
    font-size: clamp(32px, 9.5vw, 40px);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .numbers-stat-num.since {
    letter-spacing: 0;
  }

  .numbers-stat-unit {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(30px, 9vw, 38px);
    font-weight: 700;
    line-height: 1;
  }

  /* Enterprise: 数値大・「社」小 */
  .numbers-stat-item .numbers-stat-unit-ja {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin-left: 2px;
    align-self: flex-end;
    padding-bottom: 4px;
    color: #1d5b41;
  }

  .numbers-stat-num-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-left: 4px;
  }

  .numbers-stat-num-inner .numbers-stat-unit-ja,
  .numbers-stat-num-inner .numbers-stat-unit-sm {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.15;
    color: #1d5b41;
    margin-left: 0;
    padding-bottom: 0;
    align-self: auto;
  }

  .numbers-stat-cat {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 3.75vw;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #34c77b;
    text-align: left;
  }

  .numbers-stat-desc {
    grid-column: 2;
    grid-row: 2;
    display: block;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 3.333vw;
    line-height: 1.45;
    letter-spacing: 0.03em;
    color: #000;
    text-align: left;
  }

  .numbers-stat-desc br {
    display: none;
  }

  .numbers-photo {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-top: 30px;
  }

  .l-products {
    margin-top: 0;
  }

  .l-products::before {
    top: -279px;
    left: auto;
    right: -160px;
    width: 320px;
    height: 558px;
  }

  .l-products::after {
    width: 280px;
    height: 273px;
  }

  .l-contact::before {
    top: 250px;
    left: calc(50% - 153px);
    width: 320px;
    height: 558px;
  }

  .products-inner {
    z-index: 2;
    flex-direction: column;
    align-items: stretch;
    padding: 60px 24px 40px;
  }

  .products-deco {
    display: none;
  }

  .products-header {
    order: 1;
    margin-bottom: 40px;
  }

  .products-ttl {
    font-size: 5vw;
  }

  .products-label {
    font-size: 3.75vw;
  }

  .products-sub {
    font-size: 3.333vw;
    line-height: 2;
  }

  .products-diagram {
    order: 2;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    aspect-ratio: auto;
  }

  .products-more-btn {
    order: 3;
    margin-top: 24px;
  }

  .products-diagram-grid img {
    display: block;
    width: 100%;
    height: auto;
  }

  .trust-inner {
    flex-direction: column;
    gap: 40px;
    padding: 60px 24px 50px;
  }

  .trust-deco {
    display: none;
  }

  .trust-heading {
    width: 100%;
  }

  .trust-ttl {
    font-size: 5vw;
  }

  .trust-label {
    font-size: 3.75vw;
  }

  .trust-list {
    width: 100%;
    gap: 16px;
  }

  .trust-card {
    width: calc(50% - 8px);
    min-height: 0;
    height: auto;
    padding: 24px 12px 16px;
    border-radius: 20px;
    box-sizing: border-box;
  }

  .trust-card-img {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: clamp(40px, 18vw, 64px);
    max-height: 64px;
    width: 100%;
  }

  .trust-card-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .trust-card-name {
    display: block;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 10px;
    font-size: 2.917vw;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .trust-photo {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 30px;
  }

  .news-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 24px 50px;
  }

  .news-deco {
    display: none;
  }

  .news-heading {
    order: 1;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    padding-top: 0;
    gap: 0;
  }

  .news-ttl {
    font-size: 5vw;
  }

  .news-label {
    font-size: 3.75vw;
  }

  .news-item-date {
    font-size: 3.333vw;
  }

  .news-item-tag {
    font-size: 2.917vw;
  }

  .news-list {
    order: 2;
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: none;
  }

  .news-more-btn {
    order: 3;
    position: relative;
    top: auto;
    left: auto;
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  .news-item {
    flex-direction: column;
    gap: 20px;
    padding: 28px 0;
    align-items: flex-start;
  }

  .news-item-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 140;
    border-radius: 20px;
  }

  .news-item-txt {
    font-size: 3.333vw;
  }

  .contact-inner {
    padding: 30px 24px 60px;
  }

  .contact-box {
    padding: 48px 28px;
    border-radius: 30px;
  }

  .contact-content {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .contact-info {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .contact-ttl {
    font-size: 5vw;
  }

  .contact-desc-lead,
  .contact-desc-txt {
    font-size: 3.333vw;
  }

  .contact-arrow {
    width: 50px;
    height: 50px;
    align-self: flex-end;
  }
}

@media screen and (min-width: 1440px) {
  .vision-photo {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .numbers-photo {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }

  .trust-photo {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 0;
  }

  .l-fv::before,
  .l-fv::after,
  .l-numbers::before,
  .l-products::after {
    width: calc(520 / 1440 * 100vw);
    height: calc(507 / 1440 * 100vw);
  }
}
