.home .fv-bg {
  background: url("../images/home/fv_bg.webp") no-repeat center top/cover;
}
.home .fv-slider-section {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 80px 0;
}
.home .fv-slider-section img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .home .fv-slider-section {
    padding: 70px 0 30px;
  }
  .home .fv-slider-section .swiper-slide {
    width: 80%;
  }
}
.home .concept {
  padding-top: 120px;
  padding-bottom: 80px;
}
.home .concept h2 {
  font-size: clamp(1.75rem, 1.441rem + 1.41vw, 2.5rem);
}
@media (max-width: 768px) {
  .home .concept {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .home .concept h2 {
    line-height: 1.8;
  }
  .home .concept .text-center {
    text-align: left !important;
  }
}
.home .stats {
  background: #43B45B;
  padding: 90px 0 45px;
  color: #fff;
}
.home .stats .stats-grid {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home .stats .stats-grid {
    flex-wrap: wrap;
  }
}
.home .stats .stats-item {
  color: #fff;
  width: 33.3333333333%;
  flex: 1;
}
.home .stats .stats-item:not(:last-child) {
  border-right: 2px dashed #fff;
}
@media (max-width: 768px) {
  .home .stats .stats-item {
    width: 50%;
  }
}
.home .stats .stats-item .stats-img {
  position: relative;
  height: 170px;
  text-align: center;
}
.home .stats .stats-item .stats-img .stats-label {
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(0.813rem, 0.632rem + 0.82vw, 1.25rem);
  font-weight: 700;
  background: #0a6f3a;
  padding: 8px 20px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .home .stats .stats-item .stats-img {
    height: auto;
  }
  .home .stats .stats-item .stats-img img {
    display: none;
  }
  .home .stats .stats-item .stats-img .stats-label {
    padding: 5px 23px;
    white-space: nowrap;
  }
}
.home .stats .stats-item .stats-info {
  line-height: 1;
}
.home .stats .stats-item .stats-info .stats-number {
  position: relative;
  font-family: "Outfit", "Noto Sans JP", "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: clamp(4.713rem, 3.571rem + 6.09vw, 8.141rem);
  font-weight: 600;
}
.home .stats .stats-item .stats-info .stats-number .stats-unit {
  font-size: clamp(1.968rem, 1.493rem + 2.53vw, 3.392rem);
}
.home .stats .stats-item .stats-info .stats-number .stats-note {
  font-size: 0.684rem;
  position: absolute;
  right: 63px;
  bottom: 16px;
}
@media (max-width: 768px) {
  .home .stats .stats-item .stats-info .stats-number .stats-note {
    right: 25px;
    bottom: 8px;
  }
}
.home .stats .stats-item .stats-info .stats-text {
  font-weight: 900;
  font-size: clamp(1.813rem, 1.272rem + 2.47vw, 3.125rem);
}
@media (max-width: 768px) {
  .home .stats .stats-item:nth-child(2) {
    border: none;
    margin-bottom: 15px;
  }
  .home .stats .stats-item:nth-child(2) .stats-info {
    margin-top: 5px;
  }
  .home .stats .stats-item:nth-child(2) .stats-info .stats-number {
    line-height: 1.1;
  }
}
.home .stats .stats-item:nth-child(2) .stats-info {
  line-height: 0.9;
  margin-top: 10px;
}
.home .stats .stats-item:nth-child(2) .stats-info .stats-number {
  font-weight: 700;
  font-size: clamp(2.802rem, 1.967rem + 3.82vw, 4.83rem);
}
.home .stats .stats-item:nth-child(2) .stats-info .stats-number .stats-unit {
  font-weight: 900;
  font-size: clamp(1.183rem, 0.897rem + 1.52vw, 2.038rem);
}
.home .stats .stats-item:nth-child(2) .stats-info .stats-number .stats-note {
  right: 55px;
  bottom: auto;
  top: 20px;
}
@media (max-width: 768px) {
  .home .stats .stats-item:nth-child(2) .stats-info .stats-number .stats-note {
    right: 25px;
    top: 9px;
  }
}
@media (max-width: 768px) {
  .home .stats .stats-item:nth-child(3) {
    width: 100%;
    flex: 100%;
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    border-top: 2px dashed #fff;
    padding-top: 15px;
  }
  .home .stats .stats-item:nth-child(3) .stats-label {
    position: relative;
    white-space: normal;
    border-radius: 15px;
    left: auto;
    transform: none;
  }
}
.home .stats .stats-item:nth-child(3) .stats-info .stats-number .stats-unit {
  font-weight: 900;
  font-size: clamp(1.985rem, 1.506rem + 2.55vw, 3.422rem);
}
.home .stats .stats-item:nth-child(3) .stats-info .stats-number .stats-note {
  right: 113px;
  bottom: auto;
  top: 68px;
}
@media (max-width: 768px) {
  .home .stats .stats-item:nth-child(3) .stats-info .stats-number .stats-note {
    top: 36px;
    right: 46px;
  }
}
.home .stats .stats-item:nth-child(3) .stats-info .stats-text {
  font-size: clamp(1.324rem, 1.005rem + 1.7vw, 2.281rem);
}
.home .stats .note {
  font-size: clamp(0.75rem, 0.647rem + 0.47vw, 1rem);
}
@media (max-width: 768px) {
  .home .stats .note {
    text-align: left;
  }
}
.home .problem {
  background: #F4F8F7;
  padding: 80px 0;
}
.home .problem h2 + p {
  font-weight: 900;
}
.home .problem .problem-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}
@media (max-width: 768px) {
  .home .problem .problem-grid {
    flex-direction: column;
    gap: 40px;
  }
}
.home .problem .problem-grid .problem-item {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
}
.home .problem .problem-grid .problem-item > img {
  margin: 0 auto 10px;
  display: block;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.home .problem .problem-grid .problem-item .problem-title {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
}
.home .problem .problem-grid .problem-item .problem-title .step-label {
  font-family: "Outfit", "Noto Sans JP", "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  position: absolute;
  background: #D0C178;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.875rem;
  top: 50%;
  left: 0;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.3;
}
.home .problem .problem-grid .problem-item .problem-title .step-label span {
  display: block;
  font-size: 1.625rem;
  line-height: 1;
}
.home .problem .problem-grid .problem-item .problem-title .problem-title-text {
  padding: 7px 10px 7px 50px;
  margin-left: 20px;
  text-align: center;
  background: #43B45B;
  color: #fff;
  border-radius: 30px;
  font-weight: 900;
  font-size: 1.25rem;
}
.home .problem .problem-grid .problem-item > p {
  line-height: 1.6;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .home .problem .problem-grid .problem-item {
    width: 100%;
  }
  .home .problem .problem-grid .problem-item > img {
    order: 2;
  }
  .home .problem .problem-grid .problem-item .problem-title {
    order: 1;
  }
  .home .problem .problem-grid .problem-item > p {
    order: 3;
  }
}
.home .reason {
  background: #F4F8F7;
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .home .reason {
    padding: 0 0 50px;
  }
}
.home .reason .container {
  max-width: 1230px;
}
.home .reason h2 {
  font-weight: 500;
  color: #0a6f3a;
  font-size: clamp(1.25rem, 0.993rem + 1.18vw, 1.875rem);
  line-height: 1.4;
}
.home .reason .reason-grid {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.home .reason .reason-grid .reason-item {
  width: calc((100% - 80px) / 5);
  background: #0a6f3a;
  color: #fff;
  padding: 8px;
  aspect-ratio: 230/200;
}
.home .reason .reason-grid .reason-item .reason-wrapper {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 8px;
  text-align: center;
}
.home .reason .reason-grid .reason-item .reason-wrapper .reason-label {
  font-family: "Outfit", "Noto Sans JP", "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: clamp(0.75rem, 0.544rem + 0.94vw, 1.25rem);
  font-weight: 600;
}
.home .reason .reason-grid .reason-item .reason-wrapper .reason-label span {
  font-size: clamp(1.25rem, 0.993rem + 1.18vw, 1.875rem);
}
.home .reason .reason-grid .reason-item .reason-wrapper p {
  font-weight: 900;
  font-size: clamp(0.875rem, 0.721rem + 0.71vw, 1.25rem);
  line-height: 1.3;
}
@media (max-width: 768px) {
  .home .reason .reason-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .home .reason .reason-grid .reason-item {
    width: calc((100% - 10px) / 2);
  }
}
.home .result {
  padding: 80px 0;
}
.home .result .container > p.text-center {
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .home .result {
    padding: 50px 0;
  }
  .home .result .container:has(.swiper) {
    padding: 0;
  }
  .home .result .container > p.text-center {
    text-align: left;
    margin-bottom: 30px;
  }
  .home .result .swiper .swiper-button-prev, .home .result .swiper .swiper-button-next {
    position: absolute;
    top: 30%;
  }
  .home .result .result-slider {
    margin-bottom: 30px;
  }
}
.home .result h2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: clamp(0.875rem, 0.412rem + 2.12vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
}
.home .result h2 span {
  position: relative;
  color: #0a6f3a;
  font-size: clamp(1.75rem, 1.441rem + 1.41vw, 2.5rem);
}
.home .result h2::before {
  content: "";
  width: 42px;
  background: url(../images/laurel_l.svg) no-repeat center center/contain;
}
.home .result h2::after {
  content: "";
  width: 42px;
  background: url(../images/laurel_r.svg) no-repeat center center/contain;
}
.home .result .result-list {
  display: flex;
  margin-bottom: 40px;
}
.home .result .result-list .result-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home .result .result-list .result-item img {
    margin-bottom: 10px;
  }
}
.home .result .result-list .result-item .result-item-text {
  color: #0a6f3a;
  text-align: center;
  font-weight: 900;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .home .result .result-list {
    gap: 0;
  }
  .home .result .result-list .swiper-slide {
    width: 80%;
  }
  .home .result .result-list .result-item {
    width: 100%;
  }
}
.home .menu {
  padding: 120px 0 0;
  background: #F4F8F7;
}
.home .menu h2 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home .menu {
    padding: 50px 0 0;
  }
  .home .menu .text-center {
    text-align: left;
  }
}
.home .case {
  background: #F4F8F7;
  padding: 120px 0 80px;
}
.home .case h2 {
  line-height: 1.4;
  font-size: clamp(1.5rem, 1.243rem + 1.18vw, 2.125rem);
}
.home .case h2 small {
  font-size: clamp(1rem, 0.691rem + 1.41vw, 1.75rem);
  letter-spacing: 0.05em;
}
.home .case h2 + p {
  margin-bottom: 40px;
}
.home .case .case-slider {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .home .case {
    padding: 50px 0 40px;
  }
  .home .case .catch-en {
    top: 50px;
  }
  .home .case h2 + p {
    text-align: left;
  }
}
.home .voice {
  background: #F4F8F7;
  padding-bottom: 80px;
}
.home .voice .container {
  max-width: 1200px;
}
.home .voice .voice-title {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
  margin-bottom: 40px;
}
.home .voice .voice-title .voice-title-text {
  text-align: center;
}
.home .voice .voice-title .voice-title-text .font-green {
  font-weight: 900;
  font-size: clamp(1.125rem, 0.868rem + 1.18vw, 1.75rem);
  background: url(../images/voice_title03.svg) no-repeat center bottom/contain;
  padding: 0 20px 30px;
  margin-bottom: 17px;
}
.home .voice .voice-title .voice-title-text .font-green .text-num {
  font-size: clamp(1.875rem, 1.494rem + 1.74vw, 2.8rem);
}
.home .voice .voice-title .voice-title-text h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .home .voice .voice-title {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 10px;
  }
  .home .voice .voice-title img {
    width: 50%;
  }
  .home .voice .voice-title .voice-title-text {
    order: 3;
    width: 100%;
  }
  .home .voice .voice-title h2 + p.sp-only {
    margin-bottom: 17px;
    text-align: center;
  }
}
.home .voice .voice-slider {
  margin-bottom: 40px;
}/*# sourceMappingURL=home.css.map */