:root {
  --hero-fv-dark: #005c2d;
  --hero-fv-main: #0b6c37;
  --hero-fv-accent: #17884a;
  --hero-fv-gold: #e9c64f;
  --hero-fv-gold-light: #fae999;
  --hero-fv-white: #ffffff;
  --hero-fv-text: #15351f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--hero-fv-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

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

.hero-fv {
  width: 100%;
  max-width: none;
  height: 760px;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}

.hero-fv-header {
  width: 100%;
  max-width: none;
  height: 124px;
  position: relative;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid #e7ece8;
  overflow: hidden;
}

.hero-fv-header__top {
  width: 100%;
  height: 72px;
  position: relative;
}

.hero-fv-logo {
  position: absolute;
  left: 36px;
  top: 11px;
  width: 330px;
  height: 58px;
  display: flex;
  align-items: center;
  color: #07562c;
  white-space: nowrap;
}

.hero-fv-logo__mark {
  width: 60px;
  height: 54px;
  flex: 0 0 auto;
}

.hero-fv-logo__brand {
  margin-left: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #07562c;
}

.hero-fv-logo__company {
  margin-left: 18px;
  padding-top: 12px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: #141915;
  letter-spacing: 0;
}

.hero-fv-phone {
  position: absolute;
  top: 13px;
  right: 246px;
  width: 300px;
  height: 56px;
  display: flex;
  align-items: center;
}

.hero-fv-phone__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #07562c;
  border: 2px solid #b8c9bd;
  border-radius: 50%;
}

.hero-fv-phone__icon svg {
  width: 25px;
  height: 25px;
}

.hero-fv-phone__body {
  margin-left: 11px;
}

.hero-fv-phone__number {
  font-family: "Arial", "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
  color: #07562c;
  letter-spacing: 0;
}

.hero-fv-phone__note {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #151a17;
  letter-spacing: 0;
}

.hero-fv-header-cta {
  position: absolute;
  top: 12px;
  right: 40px;
  z-index: 4;
  width: 180px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff;
  background: linear-gradient(180deg, #0b6c37 0%, #00552a 100%);
  border-radius: 14px;
  box-shadow: inset 0 -8px 18px rgba(0, 0, 0, 0.12);
}

.hero-fv-header-cta svg {
  width: 31px;
  height: 25px;
}

.hero-fv-header-cta span {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0;
}

.hero-fv-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 52px;
  padding-bottom: 14px;
  background: #ffffff;
}

.hero-fv-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #1f2f24;
  letter-spacing: 0;
}

.hero-fv-nav__item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 68px;
  height: 4px;
  transform: translateX(-50%);
  background: #0a6a39;
  border-radius: 2px;
}

.hero-fv-main {
  position: relative;
  width: 100%;
  height: 636px;
  overflow: hidden;
  background:
    radial-gradient(circle at 40% 35%, rgba(20, 136, 74, 0.55) 0, rgba(20, 136, 74, 0.15) 250px, transparent 520px),
    linear-gradient(115deg, #005429 0%, #006832 48%, #0a743a 70%, #0b6c37 100%);
}

.hero-fv-main::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 900px;
  z-index: 2;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.08), transparent 250px),
    linear-gradient(115deg, rgba(0, 73, 33, 0.94) 0%, rgba(0, 99, 48, 0.92) 58%, rgba(0, 92, 45, 0.78) 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.hero-fv-main::after {
  content: "";
  position: absolute;
  left: 704px;
  top: 0;
  width: 205px;
  height: 636px;
  z-index: 3;
  transform: skewX(-17deg);
  transform-origin: top left;
  background: linear-gradient(180deg, rgba(26, 139, 75, 0.24), rgba(2, 100, 47, 0.48));
}

.hero-fv-photo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: auto;
  height: 636px;
  display: block;
  pointer-events: none;
}

.hero-fv-photo-glow {
  position: absolute;
  right: 420px;
  top: 0;
  width: 210px;
  height: 636px;
  z-index: 2;
  transform: skewX(-16deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
  opacity: 0.75;
}

.hero-fv-diagonal {
  position: absolute;
  left: 756px;
  top: 0;
  width: 110px;
  height: 636px;
  z-index: 4;
  transform: skewX(-16deg);
  transform-origin: top left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05));
}

.hero-fv-house-line {
  position: absolute;
  left: 722px;
  top: 134px;
  width: 188px;
  height: 238px;
  z-index: 5;
  color: #f8df86;
  opacity: 0.9;
  pointer-events: none;
}

.hero-fv-copy-area {
  position: absolute;
  left: 56px;
  top: 30px;
  width: 778px;
  z-index: 8;
}

.hero-fv-area-label {
  width: 540px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #275a30;
  background: linear-gradient(180deg, #fff4b6 0%, #f7dd74 53%, #e5bd43 100%);
  clip-path: polygon(3.5% 0, 100% 0, 96.5% 100%, 0 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
}

.hero-fv-title {
  margin: 17px 0 0;
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Times New Roman", serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.hero-fv-title__line {
  display: block;
}

.hero-fv-title__line--first {
  font-size: 74px;
  line-height: 1.04;
}

.hero-fv-title__line--second {
  margin-top: 2px;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 89px;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-fv-title__line span {
  color: #f3d13d;
}

.hero-fv-lead {
  margin: 20px 0 0;
  width: 560px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}

.hero-fv-benefits {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 14px;
  width: 692px;
  height: 104px;
}

.hero-fv-benefit-card {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005c2d;
  background: #ffffff;
  border: 1px solid rgba(218, 226, 218, 0.9);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.hero-fv-benefit-card--small {
  width: 170px;
  flex-direction: column;
  padding-top: 7px;
}

.hero-fv-benefit-card--wide {
  width: 320px;
  gap: 16px;
  padding: 0 25px 0 24px;
}

.hero-fv-benefit-card__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.hero-fv-benefit-card__pin {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.hero-fv-benefit-card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-fv-benefit-card__sub {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}

.hero-fv-benefit-card--wide .hero-fv-benefit-card__sub {
  margin-top: 0;
  font-size: 17px;
}

.hero-fv-benefit-card__main {
  display: block;
  margin-top: 2px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 3px;
}

.hero-fv-benefit-card--wide .hero-fv-benefit-card__main {
  margin-top: 9px;
  font-size: 27px;
  letter-spacing: 4px;
}

.hero-fv-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  width: 768px;
  height: 76px;
}

.hero-fv-button {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-fv-button svg {
  flex: 0 0 auto;
}

.hero-fv-button--primary {
  width: 420px;
  color: #18411f;
  background: linear-gradient(180deg, #fff09a 0%, #fedb4f 52%, #ffc32e 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 46px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12), inset 0 3px 0 rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.hero-fv-button--primary svg {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}

.hero-fv-button--secondary {
  width: 330px;
  color: #005c2d;
  background: #ffffff;
  border: 1px solid #dce5dc;
  border-radius: 22px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-size: 22px;
}

.hero-fv-button--secondary svg {
  width: 42px;
  height: 38px;
  margin-right: 17px;
}

.hero-fv-button__arrow {
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-54%);
  font-family: Arial, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
}

.hero-fv-button--secondary .hero-fv-button__arrow {
  right: 27px;
  font-size: 47px;
}

.hero-fv-assurance {
  margin: 8px 0 0 95px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.hero-fv-assurance svg {
  width: 30px;
  height: 34px;
  flex: 0 0 auto;
}

.hero-fv-profile-card {
  position: absolute;
  right: 92px;
  top: 474px;
  z-index: 9;
  width: 260px;
  height: 120px;
  padding: 20px 22px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.hero-fv-profile-card p {
  margin: 0;
  color: #25362c;
  line-height: 1;
  letter-spacing: 0;
}

.hero-fv-profile-card__company {
  font-size: 16px;
  font-weight: 700;
}

.hero-fv-profile-card__name {
  margin-top: 12px !important;
  font-size: 24px;
  font-weight: 900;
}

.hero-fv-profile-card__role {
  margin-top: 10px !important;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .hero-fv-nav {
    justify-content: flex-start;
    gap: 24px;
    padding-left: 120px;
  }

  .hero-fv-nav__item {
    font-size: 13px;
  }

  .hero-fv-profile-card {
    right: 24px;
    z-index: 7;
  }
}
