@charset "utf-8";

.lower-fv {
  padding-block-start: clamp(1.25rem, 0.0055309735rem + 5.3097345133vw, 4.25rem);
}

.lower-fv__title-wrap {
  margin-inline: auto;
  padding-inline: 40px;
  width: min(1280px, 100%);
}

.lower-fv__title-en {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 1.9814712389rem + 2.2123893805vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: uppercase;
}

.lower-fv__title-ja {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1.0212942478rem + 0.4424778761vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.lower-fv__img-wrap {
  aspect-ratio: 1326/460;
  height: auto;
  margin-block-start: 4.125rem;
  margin-inline: auto;
  position: relative;
  width: 97vw;
  z-index: 1;
}

.lower-fv__img-wrap img {
  border-radius: 5px;
}

.lower-fv__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
  margin-block-start: clamp(2.5rem, 1.4629424779rem + 4.4247787611vw, 5rem);
}

.lower-fv__link p {
  background: #d4d5d5;
  border-radius: 5px;
  color: #272a2c;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.9375rem 1.1875rem;
  padding-right: 2.5625rem;
  position: relative;
}

.lower-fv__link p::after {
  aspect-ratio: 10/10;
  background: url(../images/icon_chevron-bottom.png) no-repeat center center/cover;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
}

.lower-section {
  margin-inline: auto;
  padding-inline: 40px;
  width: min(1020px, 100%);
}

.lower-section > :first-of-type {
  border-block-start: 1px solid #87898a;
  padding-block: clamp(2.5rem, 0.9444137168rem + 6.6371681416vw, 6.25rem) clamp(1.875rem, 0.5786780973rem + 5.5309734513vw, 5rem);
}

.lower {
  background: #e9e9e9;
  border-radius: 8px;
  margin-bottom: -20px;
  margin-top: -175px;
  padding-top: 280px;
  overflow: hidden;
}

@media screen and (width >= 1100px) {
  .lower {
    margin-bottom: -60px;
    margin-top: -355px;
    padding-bottom: 121px;
    padding-top: 414px;
  }
}