@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: 1280px) {
  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: 34.9rem;
  background-color: #080808;
}
@media screen and (max-width: 1280px) {
  .main .document__kv {
    height: auto;
  }
}
.main .document__kv h1 {
  padding: 17.6470588235rem 0 6.4705882353rem;
  max-width: 196.4705882353rem;
  width: 100%;
  font-weight: 900;
  color: #fff;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .main .document__kv h1 {
    padding: 35rem 0 10rem;
    max-width: 167rem;
  }
}
@media screen and (max-width: 599px) {
  .main .document__kv h1 {
    max-width: 33rem;
    top: 5.3rem;
    font-size: 3.5rem;
    padding: 9rem 0 5rem;
  }
}
.main .document__kv h1 small {
  display: block;
  font-size: 2.4705882353rem;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .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: 1280px) {
  .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 .category-btn {
  border: 0.1rem solid #080808;
  background-color: #fff;
  color: #080808;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.15em;
  font-size: 2.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.main .document .category-btn a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 1rem 3.8rem;
}
.main .document .category-btn:hover {
  opacity: 0.8;
}
.main .document .category-btn.active {
  border: 0.1rem solid #080808;
  color: #fff;
  background-color: #080808;
}
@media (min-width: 600px) {
  .main .document .category-accordion {
    display: none;
  }
  .main .document .category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 2.7rem 2.18rem;
  }
}
@media (max-width: 599px) {
  .main .document .category-btn {
    font-size: 0.9rem;
  }
  .main .document .category-btn a {
    padding: 0.5rem 1rem;
  }
  .main .document .category-buttons {
    display: none;
  }
  .main .document .category-accordion {
    position: relative;
    width: 33rem;
    margin: 3.5rem auto;
  }
  .main .document .category-accordion__trigger {
    width: 100%;
    border: 0.1rem solid #080808;
    background-color: #fff;
    color: #080808;
    border-radius: 0;
    padding: 0.75rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  .main .document .category-accordion__trigger:hover {
    opacity: 0.8;
  }
  .main .document .category-accordion__trigger[aria-expanded=true] {
    border-bottom: 0.1rem solid #eee;
  }
  .main .document .category-accordion__current {
    flex: 1;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .main .document .category-accordion__icon {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
  .main .document .category-accordion__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 50;
  }
  .main .document .category-accordion__content.active {
    max-height: 300px;
  }
  .main .document .category-accordion__inner {
    display: flex;
    flex-direction: column;
    border: 0.1rem solid #080808;
  }
  .main .document .category-accordion__inner .category-btn {
    border: none;
    border-bottom: 0.1rem solid #080808;
    border-radius: 0;
  }
  .main .document .category-accordion__inner .category-btn:last-child {
    border-bottom: none;
  }
  .main .document .category-accordion__inner .category-btn:hover {
    opacity: 0.5;
  }
  .main .document .category-accordion__inner .category-btn.active {
    border: none;
    background-color: #080808;
    color: #fff;
  }
  .main .document .category-accordion__inner .category-btn.active:hover {
    background-color: #080808;
  }
}
.main .document__category {
  max-width: 167rem;
  width: 100%;
  margin: auto;
  display: flex;
  margin: 6.7rem auto 8.4rem;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
@media screen and (max-width: 599px) {
  .main .document__category {
    max-width: 33rem;
    margin: 3.2rem auto;
  }
}
.main .document__category button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  color: #080808;
  border: #080808 solid 0.2rem;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 2.1rem;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .main .document__category button {
    width: 100%;
    display: none;
    font-size: 1rem;
  }
}
.main .document__category button.active {
  background-color: #080808;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .main .document__category button.active {
    display: inline-block;
  }
}
.main .document__whitePaper {
  width: 100%;
  max-width: 167rem;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 6rem;
  flex-wrap: wrap;
  gap: 0 2%;
}
@media screen and (max-width: 599px) {
  .main .document__whitePaper {
    max-width: 100%;
    margin: 0 auto;
  }
}
.main .document__whitePaper--content {
  width: 100%;
  max-width: 32%;
  margin: 0 0 6.3rem 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (max-width: 1280px) {
  .main .document__whitePaper--content {
    max-width: 75.5rem;
  }
}
@media screen and (max-width: 599px) {
  .main .document__whitePaper--content {
    max-width: 33rem;
    height: 39rem;
    margin: 0 auto 2rem;
    border-radius: 2rem;
  }
}
.main .document__whitePaper--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__whitePaper--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__whitePaper--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__whitePaper--content:hover .bg {
  opacity: 1;
}
.main .document__whitePaper--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: 1280px) {
  .main .document__whitePaper--content--img {
    height: 50rem;
  }
}
@media screen and (max-width: 599px) {
  .main .document__whitePaper--content--img {
    max-width: 30rem;
    height: 23.798rem;
    margin: 1.4rem auto 0;
    border-radius: 2rem;
  }
}
.main .document__whitePaper--content--img--inner {
  width: 100%;
  max-width: 36.5rem;
}
@media screen and (max-width: 1280px) {
  .main .document__whitePaper--content--img--inner {
    max-width: 60rem;
  }
}
@media screen and (max-width: 599px) {
  .main .document__whitePaper--content--img--inner {
    max-width: 27.9rem;
  }
}
.main .document__whitePaper--content--text {
  width: 100%;
  max-width: 42.5rem;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .main .document__whitePaper--content--text {
    max-width: 60rem;
  }
}
@media screen and (max-width: 599px) {
  .main .document__whitePaper--content--text {
    max-width: 30rem;
  }
}
.main .document__whitePaper--content--text h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #383635;
  letter-spacing: 0.15em;
  line-height: 2;
  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__whitePaper--content--text h3 {
    margin: auto;
    font-size: 1.2rem;
    padding: 1.63rem 0 1.5rem;
  }
}
.main .document__whitePaper--content--text p {
  font-size: 2.1rem;
  font-weight: 500;
  color: #383635;
  line-height: 2;
  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__whitePaper--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: space-between;
  margin: 0 auto 6rem;
  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: 48.774rem;
  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: 39rem;
    margin: 0 auto 2rem;
    border-radius: 2rem;
  }
}
.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: 1.6rem;
  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;
  }
}
.main .document .whitepaper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 0 0.5rem;
  margin: 0 auto 12.7rem;
}
.main .document .whitepaper-pagination .page-numbers {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 2rem;
  color: #080808;
  border: #080808 solid 0.1rem;
}
.main .document .whitepaper-pagination .page-numbers.current {
  background-color: #080808;
  color: #fff;
}/*# sourceMappingURL=style.css.map */