/* fv
======================================= */
.fv {
  height: 100vh;
  min-height: 60vw;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .fv {
    height: auto;
    min-height: auto;
  }
}
.fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #525D02;
  opacity: 0.5;
  background-blend-mode: multiply;
}
.fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__inner {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .fv__inner {
    padding: 3em 3.2% 10em;
  }
}
.fv__contents {
  position: absolute;
  top: calc((100% - 85px - 4.5em) / 2);
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 768px) {
  .fv__contents {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
.fv__img {
  max-width: 560px;
  margin: auto;
}
.fv__catch {
  font-family: "futura-pt-bold";
  font-weight: 700;
  font-size: 4.25em;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-align: center;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .fv__catch {
    font-size: 2em;
  }
}
.fv__lead {
  font-size: 1.25em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fv__lead {
    font-size: 1em;
  }
}

/* top-news
======================================= */
.top-news {
  margin-top: -5.5em;
  height: 145px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .top-news {
    padding-top: 37px;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 118vw;
  height: 145px;
  background: url(../img/top/about/about_bg-upper.png) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .top-news::before {
    height: 37.7px;
  }
}
.top-news__inner {
  padding-top: 3.25em;
}
@media (max-width: 768px) {
  .top-news__inner {
    background-color: #fff;
    padding-top: 0;
    padding-left: 3.2%;
    padding-right: 3.2%;
  }
}
.top-news__container {
  max-width: 617px;
  margin: auto;
  background-color: #F4FDDB;
  border-radius: 100px;
}
.top-news__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 1em 2em;
}
@media (max-width: 768px) {
  .top-news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5em;
    min-height: 54px;
  }
}
.top-news__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.top-news__info-date {
  font-family: "futura-pt-bold";
  font-size: 0.875em;
  line-height: 1;
}
.top-news__info-cat {
  font-size: 0.8125em;
  color: #758309;
  line-height: 1;
  padding: 5.5px 10px;
  background-color: #fff;
  border: 1px solid #758309;
  border-radius: 2px;
}
/* about
======================================= */
.about {
  background: url(../img/top/about/about_bg.png) no-repeat center center/cover;
}
.about__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 7em;
  padding-bottom: 14em;
}
@media (max-width: 768px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3em;
  }
}
.about__left {
  width: 33%;
  margin-left: 8.333vw;
}
@media (max-width: 768px) {
  .about__left {
    width: 100%;
    margin-left: 0;
  }
}
.about__title {
  text-align: left;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .about__title {
    text-align: center;
  }
}
.about__lead {
  margin-bottom: 1.5em;
}
.about__lead span {
  font-weight: bold;
}
.about__btn {
  max-width: 204px;
}
@media (max-width: 768px) {
  .about__btn {
    margin: auto;
  }
}
.about__right {
  width: 52.5%;
}
@media (max-width: 768px) {
  .about__right {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

/* features
======================================= */
.features {
  background: url(../img/top/features/features_bg.png) no-repeat top center/118vw;
  margin-top: -5.5em;
}
@media (max-width: 768px) {
  .features {
    background: #D5F003;
  }
}
.features__inner {
  padding-top: 9em;
  padding-bottom: 14em;
}
@media (max-width: 768px) {
  .features__inner {
    padding-top: 6em;
  }
}
.features__title-jp, .features__title-en {
  color: #758309;
}
.features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .features__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}
.features__item {
  width: 30.645%;
}
@media (max-width: 768px) {
  .features__item {
    width: 100%;
  }
}
.features__item-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375em;
  position: relative;
}
.features__item-upper-num {
  font-family: "futura-pt-bold";
  font-size: 5em;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 768px) {
  .features__item-upper-num {
    font-size: 4em;
  }
}
.features__item-upper-title {
  font-family: "futura-pt-bold";
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 0.2em;
}
@media (max-width: 768px) {
  .features__item-upper-title {
    font-size: 1.625em;
  }
}
.features__item-img {
  margin-top: -1.4em;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.9375em;
}
@media (max-width: 768px) {
  .features__item-img {
    margin-top: -1em;
  }
}
.features__item-title {
  font-size: 1.5em;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  .features__item-title {
    font-size: 1.375em;
  }
}
@media (max-width: 768px) {
  .features__item-text {
    font-size: 0.875em;
  }
}

.service-news-wrapper {
  background: url(../img/top/service/service_bg.png) no-repeat top center/cover;
  margin-top: -5.5em;
  padding-top: 4em;
}
.news__inner {
  max-width: calc(1351px + 6.18%);
  padding: 4.75em 3.09% 15em;
}
@media (max-width: 768px) {
  .news__inner {
    padding-bottom: 9em;
  }
}
.news__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5em;
  }
}
.news__img {
  width: 24%;
}
@media (max-width: 768px) {
  .news__img {
    width: 100%;
    max-width: 195px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .news__img--01 {
    display: none;
  }
}
.news__center {
  width: 60%;
  max-width: 617px;
}
@media (max-width: 768px) {
  .news__center {
    width: 100%;
  }
}
.news__list {
  margin-bottom: 2.1875em;
}
.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 1.25em 2em;
  border-bottom: 1px solid #758309;
}
@media (max-width: 768px) {
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.25em 0.625em;
  }
}
.news__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.news__item-info-date {
  font-family: "futura-pt-bold";
  font-size: 0.875em;
  line-height: 1;
}
.news__item-info-cat {
  font-size: 0.8125em;
  color: #758309;
  line-height: 1;
  padding: 5.5px 10px;
  background-color: #fff;
  border: 1px solid #758309;
  border-radius: 2px;
  white-space: nowrap;
}
.news__btn {
  max-width: 214px;
  margin: auto;
}