.main {
  min-height: calc(100dvh - 6.875rem);
  background-color: #FFFDF5;
  line-height: 1.4;
  color: #333333;
}

.section-kv {
  padding-block: 7.5rem 8.75rem;
}
.section-kv .container {
  justify-content: space-between;
  align-items: center;
}
.section-kv--info {
  width: 50%;
}
@media (max-width: 750px) {
  .section-kv--info {
    width: 100%;
  }
}
.section-kv--text {
  color: #AC8020;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  margin: 0 0 1.25rem 0;
}
.section-kv--title {
  padding: 0.9375rem 0;
  color: #241A04;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.15em;
  margin: 0 0 1.875rem;
}
@media (max-width: 750px) {
  .section-kv--title {
    width: 100%;
    font-size: 3.75rem;
  }
}
.section-kv--photo {
  width: 46%;
}
@media (max-width: 750px) {
  .section-kv--photo {
    margin-top: 1.875rem;
    width: 100%;
  }
}
.section-first {
  padding-bottom: 9.375rem;
}
@media (max-width: 750px) {
  .section-first {
    padding-bottom: 6.25rem;
  }
}
.section-first--icon {
  margin-top: 8.75rem;
}
@media (max-width: 750px) {
  .section-first--icon {
    margin-top: 3.125rem;
  }
}
.section-first .list-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.75rem 5.625rem;
}
@media (max-width: 750px) {
  .section-first .list-icon {
    gap: 2.5rem 3.75rem;
  }
}
.section-first .list-icon .slick-slide {
  width: 8.75rem;
  margin-inline: 3.125rem;
}
@media (max-width: 750px) {
  .section-first .list-icon .slick-slide {
    margin-inline: 1.5625rem;
    width: 6.875rem;
  }
}
.section-first .list-icon span, .section-first .list-icon a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  box-sizing: border-box;
  transition: all ease 0.3s;
}
@media (max-width: 750px) {
  .section-first .list-icon span, .section-first .list-icon a {
    width: 7.5rem;
  }
}
.section-second {
  background: linear-gradient(to bottom, #fbf5e9 0%, #f7ecd4 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  padding: 8.75rem 0;
  position: relative;
}
@media (max-width: 750px) {
  .section-second {
    padding: 6.25rem 0;
  }
}
.section-second .bg-overlay {
  background-image: url(../img/bg_second.png);
  background-position: center top;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.section-second--head {
  text-align: center;
  position: relative;
  z-index: 3;
}
.section-second--item {
  margin-top: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  gap: 3.125rem 0;
}
.section-second--item .item-number {
  width: 31%;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .section-second--item .item-number {
    width: 48%;
  }
}
.section-second--item .item-number--icon {
  margin: 0 0 -1.25rem 2.1875rem;
  width: 6.125rem;
  height: 6.125rem;
  background-color: #F3E2BE;
  border: 0.25rem solid #E7C67E;
  color: #000000;
  font-size: 3.125rem;
  line-height: 1;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem 0.625rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  display: block;
}
@media (max-width: 750px) {
  .section-second--item .item-number--icon {
    margin-left: 1.25rem;
    width: 4.375rem;
    height: 4.375rem;
  }
}
.section-second--item .item-number--icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-second--item .item-number--txt {
  padding: 2rem 2.5rem 1.125rem;
  border: 0.125rem solid #E7C67E;
  border-radius: 0.625rem;
  box-shadow: 0 0 2.5rem 0.625rem rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  font-size: 1.25rem;
  line-height: 1.6em;
  color: #000;
}
@media (max-width: 750px) {
  .section-second--item .item-number--txt {
    padding: 2rem 1.25rem 1.125rem;
  }
}
.section-second--item .item-number--txt p {
  margin: 0;
}
.section-third {
  padding: 8.75rem 0 0;
}
@media (max-width: 750px) {
  .section-third {
    padding: 6.25rem 0 0;
  }
}
.section-third--inner {
  display: flex;
  flex-wrap: wrap;
}
.section-third--item {
  width: 50%;
}
@media (max-width: 750px) {
  .section-third--item {
    width: 100%;
  }
  .section-third--item + .section-third--item {
    margin-top: 3.125rem;
  }
}
.section-QA {
  margin-top: 3.4375rem;
  width: 33.75rem;
}
@media (max-width: 750px) {
  .section-QA {
    width: 100%;
  }
}
.section-QA dl {
  border-bottom: 1px solid #DEDEDE;
  margin: 0;
}
.section-QA dl dt {
  color: #4A4741;
  padding: 1.25rem 0.9375rem 0.9375rem;
  cursor: pointer;
  user-select: none;
  display: flex;
}
.section-QA dl dt.active .icon-arrow {
  transform: rotate(90deg);
}
.section-QA dl dt .icon-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #4A4741;
  transition: all 0.25s linear;
  position: relative;
  top: 0.375rem;
}
.section-QA dl dt .txt-q {
  flex: 1;
  margin-left: 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.25s linear;
  display: inline-block;
  text-decoration: none;
  line-height: 1.4em;
}
@media (max-width: 750px) {
  .section-QA dl dt .txt-q {
    font-size: 1.25rem;
  }
}
.section-QA dl dd {
  color: #B1B1B1;
  margin-left: 0;
  display: none;
  padding: 0.625rem 0.9375rem 1.25rem 3.125rem;
}
.section-four {
  padding: 11.25rem 0 8.75rem;
}
@media (max-width: 750px) {
  .section-four {
    padding: 6.25rem 0;
  }
}
.section-four .section-card {
  justify-content: flex-start;
  margin-top: 3.125rem;
}
.section-news {
  background: linear-gradient(to bottom, #fbf5e9 0%, #f7ecd4 100%);
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  padding: 6.25rem 0;
  position: relative;
}
@media (max-width: 750px) {
  .section-news {
    padding: 5rem 0;
  }
}
.section-news .bg-overlay {
  background-image: url(../img/bg_second.png);
  background-position: center top;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.section-news .news__list {
  margin-top: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.25rem;
}
.section-news .news__list .card {
  width: calc((100% - 4.5rem) / 3);
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .section-news .news__list .card {
    width: 100%;
    font-size: 1.25rem;
  }
}
.section-news .news__list .card__photo {
  width: 100%;
  height: 16.125rem;
  overflow: hidden;
  position: relative;
}
.section-news .news__list .card__photo > a, .section-news .news__list .card__photo > span {
  display: block;
  height: 100%;
}
.section-news .news__list .card__photo > a img, .section-news .news__list .card__photo > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.section-news .news__list .card__photo > a:hover img, .section-news .news__list .card__photo > span:hover img {
  transform: scale(1.05);
}
.section-news .news__list .card__title {
  margin: 1rem 0 0;
  font-size: 1.375rem;
  color: #241A04;
  font-weight: bold;
  transition: all ease 0.3s;
}
@media (max-width: 750px) {
  .section-news .news__list .card__title {
    font-size: 1.5rem;
  }
}
.section-news .news__list .card__title a {
  text-decoration: none;
  color: inherit;
}
.section-news .news__list .card__title:hover {
  color: #D7A028;
}
.section-news .news__list .card__excerpt {
  margin: 1rem 0 0;
}
.section-news .news__button {
  margin-top: 3.125rem;
}
.section-five {
  padding: 9.375rem 0;
  position: relative;
  background-image: url(../img/bg_fire.jpg);
  background-position: center left;
  background-size: cover;
}
@media (max-width: 750px) {
  .section-five {
    padding: 6.25rem 0;
  }
}
.section-five_info {
  width: 66%;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .section-five_info {
    width: 100%;
  }
}
.section-five .u--titlesub {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.section-five .u--title {
  color: #000;
  font-size: 4.0625rem;
  line-height: 1.1em;
  margin-bottom: 0.9375rem;
}
.section-five .u--text {
  color: #000;
}
.section-five_button {
  width: 34%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .section-five_button {
    justify-content: flex-start;
    margin-top: 2.5rem;
    width: 100%;
  }
}
.section-five_button .btn-link {
  background-color: #000000;
  border-width: 8px 8px 8px 8px;
  border-color: #000000;
  padding: 1.375rem 2.25rem 1.25rem 2.25rem;
}
.section-five_button .btn-link:hover {
  background-color: rgba(2, 1, 1, 0.8392156863);
  border-color: rgba(2, 1, 1, 0);
}/*# sourceMappingURL=top.css.map */