/* fv
========================================= */
.fv__inner {
  display: grid;
  grid-template-columns: 1fr max(440px, 30.556vw) 1fr;
  align-items: center;
  padding: 1.25em;
}
@media (max-width: 1024px) {
  .fv__inner {
    grid-template-columns: 1fr;
    gap: 2em;
    padding-top: 11.25em;
    padding-bottom: 2em;
  }
}
.fv__image {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .fv__image {
    width: 50%;
    position: absolute;
    top: 68px;
    z-index: -1;
    border-radius: 0;
  }
}
.fv__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .fv__image--left {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .fv__image--right {
    right: 0;
  }
}
.fv__contents {
  text-align: center;
  padding: 0 2.5em;
}
@media (max-width: 1024px) {
  .fv__contents {
    padding: 4em 2.25em 0;
    background-color: #F5F3E9;
    border-radius: 16px;
  }
}
.fv__lead {
  font-family: "HiraginoMinchoProN", serif;
  color: #3BB24D;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  .fv__lead {
    font-size: 1.375em;
  }
}
.fv__title {
  font-family: "HiraginoMinchoProN", serif;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.4;
  color: #3C3C3C;
  margin: 0.4em 0 0;
}
@media (max-width: 1024px) {
  .fv__title {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 1.8125em;
  }
}
.fv__text {
  line-height: 2;
  text-align: center;
  margin: 1.5em 0 0;
}
.fv__btns {
  display: flex;
  flex-direction: column;
  gap: 0.875em;
  margin-top: 1.75em;
}
.fv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
}
.fv__btn--tel {
  flex-direction: column;
  gap: 0.625em;
  background-color: #3BB24D;
  color: #ffffff;
  padding: 1em 1em;
  border: 2px solid #3BB24D;
}
@media (max-width: 768px) {
  .fv__btn--tel {
    padding: 0.75em 1em;
  }
}
.fv__btn--tel:hover {
  background-color: #ffffff;
  color: #3BB24D;
}
.fv__btn--contact {
  font-size: 1.25em;
  border-width: 2px;
  padding: 1.25em;
}
@media (max-width: 768px) {
  .fv__btn--contact {
    font-size: 1.1375em;
  }
}
.fv__btn-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.fv__btn-tel-icon {
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: currentColor;
  mask: url(../img/common/icons/tel-white.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/tel-white.svg) no-repeat center/contain;
  transition: background-color 0.3s;
}
.fv__btn-tel .num {
  font-size: 1.25em;
  line-height: 1;
}
.fv__btn-time {
  font-size: 0.75em;
  line-height: 1.4;
}

/* services
========================================= */
.services {
  background-color: #F5F3E9;
  padding: 3.75em 0;
}
@media (max-width: 768px) {
  .services {
    padding: 2.5em 0;
  }
}
.services__inner {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .services__inner {
    width: 89.7435%;
  }
}
.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media (max-width: 1024px) {
  .services__list {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .services__list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.services__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1.875em 1.5em 1.5em;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .services__item {
    padding: 2em;
  }
}
@media (max-width: 768px) {
  .services__item .section__title {
    font-size: 0.625em;
  }
}
.services__item .section__catch {
  font-size: 2em;
}
@media (max-width: 768px) {
  .services__item .section__catch {
    font-size: 1.6875em;
  }
}
.services__text {
  flex: 1;
  font-size: 0.9375em;
  line-height: 1.875;
  color: #3C3C3C;
  margin: 1em 0 0;
}
@media (max-width: 1024px) {
  .services__text {
    line-height: 1.7;
  }
}
.services__btn {
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .services__btn {
    padding: 1em;
  }
}

/* top-news
========================================= */
.top-news {
  padding-bottom: 3.75em;
}
@media (max-width: 768px) {
  .top-news {
    padding-bottom: 2.5em;
  }
}
.top-news__inner {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-news__inner {
    width: 89.7435%;
  }
}
.top-news__head {
  margin-bottom: 1em;
}
.top-news__box {
  border-radius: 16px;
}
@media (max-width: 768px) {
  .top-news__box {
    padding: 1.25em 1em;
  }
}
.top-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625em;
}
@media (max-width: 768px) {
  .top-news__list {
    grid-template-columns: 1fr;
  }
}
.top-news__card {
  background-color: #D4EABD;
  overflow: hidden;
  transition: 0.3s;
}
.top-news__card > a {
  display: flex;
  gap: 0.875em;
  padding: 1em;
  height: 100%;
}
.top-news__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.top-news__card:hover .top-news__card-title {
  color: #3BB24D;
}
.top-news__card-image {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background-color: #F4F4F4;
  border-radius: 6px;
  overflow: hidden;
}
.top-news__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-news__card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.top-news__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
}
.top-news__card-cat {
  display: block;
  width: 100%;
  font-size: 0.625em;
  color: #ffffff;
  background-color: #3C3C3C;
  padding: 0.25em 0.75em;
  border-radius: 3px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .top-news__card-cat {
    font-size: 0.5em;
  }
}
.top-news__card-date {
  font-family: "Work Sans", sans-serif;
  font-size: 0.75em;
  color: #888888;
  line-height: 1;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .top-news__card-date {
    font-size: 0.625em;
  }
}
.top-news__card-title {
  line-height: 1.75;
  margin: 0;
  transition: color 0.3s;
}
.top-news__more {
  text-align: right;
  margin-top: 1em;
}
.top-news__more a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875em;
  font-weight: 500;
  color: #3BB24D;
}
.top-news__more a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid #3BB24D;
  border-right: 1.5px solid #3BB24D;
  transform: rotate(45deg);
}
.top-news__more a:hover {
  opacity: 0.7;
}

/* features
========================================= */
.features {
  background-color: #F5F3E9;
  padding: 3em 0 4em;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .features {
    padding: 2em 0 2.5em;
  }
}
.features__head {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto 1.25em;
}
@media (max-width: 768px) {
  .features__head {
    width: 89.7435%;
  }
}
.features__container {
  display: grid;
  grid-template-columns: 20% minmax(0, 1fr);
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .features__container {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .features__container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    padding-left: 0;
  }
}
.features__nav {
  position: sticky;
  top: calc(156px + 0.75em);
  height: calc(100vh - 156px);
  align-self: start;
  z-index: 5;
}
@media (max-width: 768px) {
  .features__nav {
    display: none;
  }
}
.features__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1em;
  padding-top: 0;
  max-width: 108px;
  margin: 0 auto;
}
.features__nav-item a {
  display: block;
  font-size: 1.125em;
  font-weight: 600;
  color: #3C3C3C;
  line-height: 1.4;
  transition: color 0.3s;
  position: relative;
  padding-left: 0;
}
.features__nav-item a:hover {
  color: #3BB24D;
}
.features__nav-item.is-active a {
  color: #3BB24D;
}
.features__list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.features__item {
  --feature-color: #3BB24D;
  position: sticky;
  top: 156px;
  height: calc(100vh - 156px);
  background-color: #ffffff;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 1024px) {
  .features__item {
    gap: 1.5em;
  }
}
@media (max-width: 768px) {
  .features__item {
    position: static;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 2.5em;
    height: auto;
  }
}
.features__item--green {
  --feature-color: #3BB24D;
}
.features__item--green2 {
  --feature-color: #88C022;
}
.features__item--orange {
  --feature-color: #E67619;
}
.features__item--brown {
  --feature-color: #8A6363;
}
.features__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  background-color: var(--feature-color);
  z-index: 0;
}
@media (max-width: 768px) {
  .features__item::before {
    display: none;
  }
}
.features__item > * {
  position: relative;
  z-index: 1;
}
.features__item-image {
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .features__item-image {
    width: 100%;
    padding: 2.5em;
    background-color: var(--feature-color);
    border-radius: 0 16px 16px 0;
  }
}
.features__item-image img {
  width: 100%;
  aspect-ratio: 420/512;
  object-fit: cover;
  border-radius: 70px 0 70px 0;
  display: block;
  background-color: #F4F4F4;
}
@media (max-width: 768px) {
  .features__item-image img {
    max-width: 288px;
    margin: 0 auto;
  }
}
.features__item-body {
  padding-right: 1em;
}
@media (max-width: 768px) {
  .features__item-body {
    padding: 0 0.5em 3.75em;
  }
}
.features__item-body-inner {
  width: 90%;
  max-width: 410px;
  margin: 0 auto;
}
.features__item-label {
  font-size: 0.875em;
  font-weight: 500;
  color: #3BB24D;
  line-height: 1.5;
  margin: 0 0 0.625em;
}
@media (max-width: 768px) {
  .features__item-label {
    font-size: 0.75em;
  }
}
.features__item-title {
  font-family: "HiraginoMinchoProN", serif;
  font-size: 2em;
  font-weight: bold;
  color: #3C3C3C;
  line-height: 1.4;
  margin: 0 0 1em;
}
@media (max-width: 1024px) {
  .features__item-title {
    font-size: 1.625em;
  }
}
.features__item-logo {
  margin-bottom: 2.5em;
}
.features__item-text {
  line-height: 1.875;
  color: #3C3C3C;
  margin: 0 0 2em;
}
@media (max-width: 1024px) {
  .features__item-text {
    line-height: 1.7;
  }
}
.features__item-btn {
  max-width: 200px;
  margin-left: auto;
  display: block;
  width: 100%;
  padding: 1.25em;
}
@media (max-width: 768px) {
  .features__item-btn {
    padding: 1em;
  }
}
.features__item-links {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  margin-top: 1.5em;
}
.features__item-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.4;
  color: #3BB24D;
}
.features__item-links a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233BB24D' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'><path d='M18 13v6a2 2 0 0 1 -2 2H5a2 2 0 0 1 -2 -2V8a2 2 0 0 1 2 -2h6'/><path d='M15 3h6v6'/><path d='M10 14 21 3'/></svg>") no-repeat center/contain;
  flex-shrink: 0;
}
.features__item-links a:hover {
  opacity: 0.7;
}
.features__more {
  margin-top: 2.5em;
  text-align: center;
}
.features__more-btn {
  padding: 1.25em;
}
.features__more-btn.btn-cta {
  width: auto;
  min-width: 240px;
  display: inline-flex;
}

.cta {
  background-color: #EDF8EF;
  padding-top: 2.5em;
  padding-bottom: 7.5em;
}
@media (max-width: 768px) {
  .cta {
    padding-bottom: 2em;
  }
}

/* top-works
========================================= */
.top-works {
  padding: 7.5em 0;
}
@media (max-width: 768px) {
  .top-works {
    padding: 2.5em 0;
  }
}
.top-works__inner {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-works__inner {
    width: 89.7435%;
  }
}
.top-works__group + .top-works__group {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .top-works__group + .top-works__group {
    margin-top: 2em;
  }
}
.top-works__group-label {
  font-weight: 600;
  margin: 0 0 0.875em;
}
.top-works .e-works-build {
  max-width: 352px;
}
.top-works__more {
  margin-top: 1.5em;
  text-align: right;
}
@media (max-width: 768px) {
  .top-works__more {
    margin-top: 1.25em;
    text-align: left;
  }
}
.top-works__more a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875em;
  color: #3BB24D;
  text-decoration: none;
  transition: 0.3s;
}
.top-works__more a:hover {
  color: #3BB24D;
  opacity: 0.7;
}
.top-works__more a .arrow {
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
}

/* top-information
========================================= */
.top-information {
  background-color: #EDF8EF;
  padding: 7.5em 0;
}
@media (max-width: 768px) {
  .top-information {
    padding: 2.5em 0 3.75em;
  }
}
.top-information__inner {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-information__inner {
    width: 89.7435%;
  }
}
.top-information__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5em;
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .top-information__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
  }
}
.top-information__head .section__title {
  margin-bottom: 0;
}
.top-information__head-right {
  flex-shrink: 0;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  .top-information__head-right {
    padding-bottom: 0;
    align-self: flex-end;
  }
}
.top-information .information__item {
  max-width: 352px;
}
.top-information__more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.9375em;
  color: #3BB24D;
  text-decoration: none;
  transition: 0.3s;
}
.top-information__more-link:hover {
  opacity: 0.7;
}
.top-information__more-link .arrow {
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
}

/* top-faq
========================================= */
.top-faq {
  background-color: #F5F3E9;
  padding: 7.5em 0;
}
@media (max-width: 768px) {
  .top-faq {
    padding: 3.75em 0 3em;
  }
}
.top-faq__inner {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-faq__inner {
    width: 89.7435%;
  }
}
.top-faq__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5em;
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .top-faq__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
    margin-bottom: 2.5em;
  }
}
.top-faq__head-right {
  flex-shrink: 0;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  .top-faq__head-right {
    padding-bottom: 0;
    align-self: flex-end;
  }
}
.top-faq .section__title {
  margin-bottom: 0;
}
.top-faq__more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.9375em;
  color: #3BB24D;
  text-decoration: none;
  transition: 0.3s;
}
.top-faq__more-link:hover {
  opacity: 0.7;
}
.top-faq__more-link .arrow {
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
}
.top-faq__box {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 3.75em 4em;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .top-faq__box {
    margin: 0 calc(50% - 50vw);
    padding: 1.875em 0.5em;
    border-radius: 12px;
  }
}

/* top-faq
========================================= */
.top-faq {
  background-color: #F5F3E9;
  padding: 7.5em 0;
}
@media (max-width: 768px) {
  .top-faq {
    padding: 3.75em 0 3em;
  }
}
.top-faq__inner {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-faq__inner {
    width: 89.7435%;
  }
}
.top-faq__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5em;
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .top-faq__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
    margin-bottom: 2.5em;
  }
}
.top-faq__head-right {
  flex-shrink: 0;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  .top-faq__head-right {
    padding-bottom: 0;
    align-self: flex-end;
  }
}
.top-faq .section__title {
  margin-bottom: 0;
}
.top-faq__more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.9375em;
  color: #3BB24D;
  text-decoration: none;
  transition: 0.3s;
}
.top-faq__more-link:hover {
  opacity: 0.7;
}
.top-faq__more-link .arrow {
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  display: inline-block;
}