@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.4427083333vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  height: auto;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0.15em;
}

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

img {
  width: 100%;
}

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

.zen-kaku-gothic-new-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.scrollAnimationBox {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scrollAnimationBox.in-view {
  opacity: 1;
  transform: translateY(0);
}

.main .document__kv {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #080808;
}
.main .document__kv h1 {
  max-width: 196.4705882353rem;
  width: 100%;
  font-weight: 900;
  color: #fff;
  padding: 17.6470588235rem 0 6.4705882353rem;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .main .document__kv h1 {
    max-width: 167rem;
    padding: 35rem 0 10rem;
  }
}
@media screen and (max-width: 599px) {
  .main .document__kv h1 {
    max-width: 33rem;
    padding: 9rem 0 5rem;
  }
}
.main .document__kv h1 small {
  display: block;
  font-size: 2.4705882353rem;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .main .document__kv h1 small {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .main .document__kv h1 small {
    font-size: 1rem;
  }
}
.main .document__kv h1 big {
  display: block;
  font-size: 6.4705882353rem;
  font-style: italic;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .main .document__kv h1 big {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .document__kv h1 big {
    font-size: 2rem;
  }
}
.main .document__about {
  max-width: 167rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .main .document__about {
    max-width: 33rem;
  }
}
.main .document__about h2 {
  font-size: 4rem;
  margin: 9.65rem auto 9.2rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main .document__about h2 {
    font-size: 1.5rem;
    margin: 2.7rem auto;
    letter-spacing: 0.2em;
  }
}
.main .document__about h2 small {
  font-size: 2.1rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.7rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 599px) {
  .main .document__about h2 small {
    font-size: 1rem;
    margin: 0;
  }
}
.main .document__about h2 big {
  font-size: 5rem;
  font-weight: 900;
  font-style: italic;
  display: block;
}
@media screen and (max-width: 599px) {
  .main .document__about h2 big {
    font-size: 2rem;
  }
}
.main .document__recruitmentSolutions {
  width: 100%;
  max-width: 167rem;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 6rem;
  gap: 0 2%;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .main .document__recruitmentSolutions {
    max-width: 100%;
    margin: 0 auto;
  }
}
.main .document__recruitmentSolutions--content {
  width: 100%;
  max-width: 30%;
  margin: 0 0 6.3rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 599px) {
  .main .document__recruitmentSolutions--content {
    max-width: 33rem;
    height: 37.5rem;
    margin: 0 auto 2rem;
    border-radius: 2rem;
  }
}
.main .document__recruitmentSolutions--content .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s all ease;
}
.main .document__recruitmentSolutions--content .bg strong {
  width: max(224px, 22.4rem);
  height: max(35px, 3.5rem);
  color: #fff;
  font-weight: 400;
  font-size: max(12px, 1.2rem);
  border: #fff solid 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main .document__recruitmentSolutions--content .bg strong i {
  width: max(28.96px, 2.896rem);
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(32deg) brightness(105%) contrast(102%);
}
.main .document__recruitmentSolutions--content:hover .bg {
  opacity: 1;
}
.main .document__recruitmentSolutions--content--img {
  width: 100%;
  max-width: 100%;
  height: 32.791rem;
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .main .document__recruitmentSolutions--content--img {
    max-width: 30rem;
    height: 23.798rem;
    margin: 1.4rem auto 0;
    border-radius: 2rem;
  }
}
.main .document__recruitmentSolutions--content--img--inner {
  width: 100%;
  max-width: 36.5rem;
}
@media screen and (max-width: 599px) {
  .main .document__recruitmentSolutions--content--img--inner {
    max-width: 27.9rem;
  }
}
.main .document__recruitmentSolutions--content--text {
  width: 100%;
  max-width: 42.5rem;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .main .document__recruitmentSolutions--content--text {
    max-width: 30rem;
  }
}
.main .document__recruitmentSolutions--content--text h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
  margin: 3.7rem 0 2.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .main .document__recruitmentSolutions--content--text h3 {
    margin: auto;
    font-size: 1.2rem;
    padding: 1.63rem 0 1.5rem;
  }
}
.main .document__recruitmentSolutions--content--text p {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 3.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .main .document__recruitmentSolutions--content--text p {
    font-size: 1rem;
    margin: auto;
    line-height: 2;
    padding: 0;
  }
}
.main .document__marketingSolutions {
  width: 100%;
  max-width: 167rem;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 6rem;
  gap: 0 2%;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .main .document__marketingSolutions {
    max-width: 100%;
    margin: 0 auto;
  }
}
.main .document__marketingSolutions--content {
  width: 100%;
  max-width: 30%;
  margin: 0 0 6.3rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 599px) {
  .main .document__marketingSolutions--content {
    max-width: 33rem;
    height: 37.5rem;
    margin: 0 auto 2rem;
    border-radius: 2rem;
  }
}
.main .document__marketingSolutions--content .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s all ease;
}
.main .document__marketingSolutions--content .bg strong {
  width: max(224px, 22.4rem);
  height: max(35px, 3.5rem);
  color: #fff;
  font-weight: 400;
  font-size: max(12px, 1.2rem);
  border: #fff solid 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main .document__marketingSolutions--content .bg strong i {
  width: max(28.96px, 2.896rem);
  display: flex;
  align-items: center;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(32deg) brightness(105%) contrast(102%);
}
.main .document__marketingSolutions--content:hover .bg {
  opacity: 1;
}
.main .document__marketingSolutions--content--img {
  width: 100%;
  max-width: 100%;
  height: 32.791rem;
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .main .document__marketingSolutions--content--img {
    max-width: 30rem;
    height: 23.798rem;
    margin: 1.4rem auto 0;
    border-radius: 2rem;
  }
}
.main .document__marketingSolutions--content--img--inner {
  width: 100%;
  max-width: 36.5rem;
}
@media screen and (max-width: 599px) {
  .main .document__marketingSolutions--content--img--inner {
    max-width: 27.9rem;
  }
}
.main .document__marketingSolutions--content--text {
  width: 100%;
  max-width: 42.5rem;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .main .document__marketingSolutions--content--text {
    max-width: 30rem;
  }
}
.main .document__marketingSolutions--content--text h3 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6666666667;
  margin: 3.7rem 0 2.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .main .document__marketingSolutions--content--text h3 {
    margin: auto;
    font-size: 1.2rem;
    padding: 1.63rem 0 1.5rem;
  }
}
.main .document__marketingSolutions--content--text p {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 3.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .main .document__marketingSolutions--content--text p {
    font-size: 1rem;
    margin: auto;
    line-height: 2;
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */