@charset "UTF-8";
/*メインカラー*/
/*サブカラー*/
/*タブレット*/
/*スマホ*/
* { /*全部*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: 0.15em;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth;
  font-size: 0.5208333333vw;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  height: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.15em;
}

a, button {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
}

.font-area {
  font-family: "area-normal", sans-serif;
}

.js-scroll-animation {
  opacity: 0;
  transition: 1s translate ease-in-out, opacity 1s ease-in-out;
  translate: 0 10rem;
  visibility: hidden;
}

.is-active {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.main .document__kv {
  position: relative;
  height: 46.5rem;
}
@media screen and (max-width: 599px) {
  .main .document__kv {
    height: 20.8rem;
  }
}
.main .document__kv--img {
  width: 100%;
  height: 100%;
}
.main .document__kv--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .document__kv h1 {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 25.1rem;
  max-width: 170rem;
  width: 100%;
  font-size: 6rem;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  padding: 0 5.3rem 0;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .main .document__kv h1 {
    font-size: 3.5rem;
    top: 8.7rem;
    padding: 0 2rem;
  }
}
.main .document__about {
  max-width: 152.2rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .main .document__about {
    max-width: 33rem;
  }
}
.main .document__about h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #212121;
  text-align: center;
  margin: 6.7rem auto 12rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main .document__about h2 {
    font-size: 1.5rem;
    margin: 3.3rem auto 4.57rem;
    letter-spacing: 0.2em;
  }
}
.main .document__about h2 .icon {
  width: 21.6rem;
  height: 1rem;
  background-color: #13AE68;
  display: inline-block;
  position: absolute;
  top: 7.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .main .document__about h2 .icon {
    width: 14.3rem;
    height: 0.3rem;
    top: 2.6rem;
  }
}
.main .document__overview {
  width: 100%;
  max-width: 152.2rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .main .document__overview {
    max-width: 100%;
    margin: 0 auto;
  }
}
.main .document__overview--content {
  width: 100%;
  max-width: 73.1rem;
  margin: 0 0 6.3rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: scale 0.3s ease;
}
@media screen and (max-width: 599px) {
  .main .document__overview--content {
    max-width: 33rem;
    height: 40.684rem;
    margin: 0 auto 6.3rem;
    border-radius: 2rem;
  }
}
.main .document__overview--content--img {
  width: 100%;
  max-width: 73.1rem;
  height: 41.298rem;
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .main .document__overview--content--img {
    max-width: 31.296rem;
    height: 23.798rem;
    margin: 0.8rem auto 0;
    border-radius: 2rem;
  }
}
.main .document__overview--content--img--inner {
  width: 100%;
  max-width: 45.7rem;
}
@media screen and (max-width: 599px) {
  .main .document__overview--content--img--inner {
    max-width: 27.9rem;
  }
}
.main .document__overview--content--text {
  width: 100%;
  max-width: 63.8rem;
  margin: auto;
}
.main .document__overview--content--text h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
  padding: 3.7rem 0 2.1rem;
  color: #080808;
}
@media screen and (max-width: 599px) {
  .main .document__overview--content--text h3 {
    width: 30.8rem;
    margin: auto;
    font-size: 1.2rem;
    padding: 1.63rem 0 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.main .document__overview--content--text p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #383635;
  line-height: 2.5;
  padding-bottom: 3.7rem;
}
@media screen and (max-width: 599px) {
  .main .document__overview--content--text p {
    width: 31.296rem;
    font-size: 1rem;
    margin: auto;
    line-height: 2;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.main .document__overview--content:hover {
  scale: 1.05;
}/*# sourceMappingURL=style.css.map */