main {
  min-height: 100vh;
}

.sec-fv {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    margin-bottom: 24px;
  }
}
.sec-fv .fv-en {
  margin-top: -7.5%;
  left: -54px;
}

.content-wrap {
  position: relative;
  margin-inline: auto;
  border-radius: 64px 0 0 0;
  padding-inline: 32px;
  margin-bottom: 0;
}
.content-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 64px 0 0 0;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .content-wrap::before {
    border-radius: 32px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .content-wrap {
    padding: 28px 32px 0;
    margin-bottom: 56px;
    border-radius: 32px 0 0 0;
  }
}

.section-heading {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}

.sec-wlb {
  max-width: 992px;
  margin-inline: auto;
  padding-block: 112px;
}
@media screen and (max-width: 768px) {
  .sec-wlb {
    padding-block: 0;
  }
}
.sec-wlb .wlb-text {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .sec-wlb .wlb-text {
    margin-bottom: 32px;
  }
}
.sec-wlb .data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .sec-wlb .data-list {
    grid-template-columns: 1fr;
  }
}
.sec-wlb .data-item {
  width: 100%;
  border-radius: 8px;
  background: var(--white);
  padding: 32px 24px 24px;
  box-sizing: border-box;
  border: 1px solid var(--blue-main);
}
@media screen and (max-width: 768px) {
  .sec-wlb .data-item {
    padding: 24px 24px 18px;
  }
}
.sec-wlb .data-item__head {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--blue-main);
  padding-bottom: 4px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .sec-wlb .data-item__head {
    font-size: 1.6rem;
  }
}
.sec-wlb .data-item__head::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, var(--blue-main) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  bottom: 0;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  opacity: 0.7;
  z-index: 1;
}
.sec-wlb .data-item__img {
  display: block;
  margin-bottom: 16px;
}
.sec-wlb .data-number {
  margin-bottom: 8px;
}
.sec-wlb .data-number > * {
  color: var(--blue-main);
  line-height: 1;
}
.sec-wlb .data-number .num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 8px;
}
.sec-wlb .data-number .large {
  font-family: var(--mont);
  font-weight: 700;
  font-size: 5.6rem;
}
.sec-wlb .data-number .mid {
  font-family: var(--mont);
  font-weight: 700;
  font-size: 3.2rem;
}
.sec-wlb .data-number .small {
  font-size: 1.6rem;
  font-weight: 700;
}
.sec-wlb .data-number + .data-number {
  margin-top: 8px;
  margin-bottom: 26px;
}
.sec-wlb .text-note {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.sec-wlb .sub-text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .sec-wlb .sub-text {
    font-size: 1.2rem;
  }
}