.fv {
  padding: 40px;
  background: url(../img/fv-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    padding: 93.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.fv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fv__contents {
  position: relative;
  z-index: 4;
}
.fv__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 80%;
    height: 65%;
  }
}
.fv__img .img01 {
  width: 525px;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv__img .img01 {
    width: 70%;
  }
}
.fv__img .img02 {
  width: 372px;
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .fv__img .img02 {
    width: 50%;
    right: 20px;
  }
}
.fv__title {
  font-size: 200px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 18.6666666667vw;
  }
  .fv__title img {
    width: 120px;
  }
}
.fv__text {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 4vw;
    line-height: 1.7;
  }
}

.news {
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.news .ashirai {
  position: absolute;
  left: 0;
  top: 10%;
}
.news__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.news__contents {
  max-width: 670px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .news__contents {
    margin: 10.6666666667vw auto 0;
  }
}
.news__lists {
  border-top: 1px solid #fff;
  margin-bottom: 50px;
}
.news__list {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.news__list--date {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
.news__list--title {
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news .more__btn {
    margin: 0 auto;
  }
}

.fine {
  padding: 100px 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fine {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.fine__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fine__inner {
    flex-direction: column-reverse;
  }
}
.fine__contents {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .fine__contents {
    width: 100%;
  }
}
.fine__contents .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .fine__contents .section__title {
    margin-bottom: 8vw;
  }
}
.fine__contents .section__title h2 {
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 1320px) {
  .fine__contents .section__title h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .fine__contents .section__title h2 {
    font-size: 8.5333333333vw;
  }
}
.fine__contents .section__title h2 img {
  position: absolute;
  left: 30px;
  top: 50%;
}
@media screen and (max-width: 1320px) {
  .fine__contents .section__title h2 img {
    width: 240px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fine__contents .section__title h2 img {
    left: 10px;
    width: 190px;
  }
}
.fine__contents p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .fine__contents p {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.fine__img {
  width: 40%;
  margin-right: -50px;
}
@media screen and (max-width: 768px) {
  .fine__img {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fine .more__btn {
    margin: 0 auto;
  }
}

.message {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.message__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message__inner {
    flex-direction: column;
  }
}
.message__img {
  width: 45%;
  margin-left: -80px;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 80%;
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.message__contents {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .message__contents {
    width: 100%;
  }
}
.message__contents .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message__contents .section__title {
    margin-bottom: 8vw;
    text-align: right;
  }
}
.message__contents p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message__contents p {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .message .more__btn {
    margin: 0 auto;
  }
}/*# sourceMappingURL=top.css.map */