@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap");
.page-top .l-header__brand {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-top .l-header.js-scroll .l-header__brand {
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
}
.page-top .c-globalNav a {
  color: #fff;
}

.top-mv .mv {
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .top-mv .mv-txt {
    font-size: 60px;
    font-size: 6vw;
    line-height: 1.4615384615;
    width: 100%;
    height: 23vw;
    padding-bottom: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 768px) {
  .top-mv .mv-txt {
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    z-index: 10;
    position: absolute;
    left: 110px;
    left: 6.875vw;
    top: calc(50% - 85px);
    bottom: auto;
    font-size: 4vh;
    line-height: 1.5416666667;
    letter-spacing: 0.12em;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.8em 1.4em 0.8em 1.28em;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-mv .mv-txt {
    font-size: 38px;
    font-size: 3.8vw;
    left: 45px;
    left: 4.5vw;
  }
}
@media screen and (min-width: 800px) and (max-height: 800px) {
  .top-mv .mv-txt {
    top: calc(50% - 45px);
    font-size: 4vh;
  }
}
.top-mv .mv-slider {
  width: 100%;
  position: relative;
}
.top-mv .mv-slider .slide-item {
  width: 100%;
  height: calc(100svh - 23vw - 120px); /* サムネイル分を引く */
}
@media screen and (min-width: 768px) {
  .top-mv .mv-slider .slide-item {
    height: calc(100svh - 240px); /* サムネイル分を引く */
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-mv .mv-slider .slide-item {
    height: calc(100svh - 200px); /* サムネイル分を引く */
  }
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .top-mv .mv-slider .slide-item {
    height: calc(100svh - 160px); /* サムネイル分を引く */
  }
}
.top-mv .mv-slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv .thum-slider {
  width: 100%;
}
.top-mv .thum-slider .slide-item {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .top-mv .thum-slider .slide-item {
    width: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-mv .thum-slider .slide-item {
    width: 300px;
  }
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .top-mv .thum-slider .slide-item {
    width: 240px;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

@media screen and (min-width: 768px) {
  .top-concept .concept-left {
    padding-bottom: 260px;
  }
}
.top-concept .concept-left > * {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .top-concept .concept-right {
    padding-top: 70px;
    padding-top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .top-concept .concept-right {
    padding-top: 520px;
  }
}
@media screen and (min-width: 768px) {
  .top-concept .concept-right .download-block {
    margin-left: auto;
    margin-right: 0;
  }
}
.top-concept .concept__copy {
  line-height: 1.7222222222;
}
@media screen and (min-width: 768px) {
  .top-concept .concept__copy {
    font-size: min(3.0909090909vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .top-concept .concept__copy {
    font-size: 5.6944444444vw;
  }
}
@media screen and (min-width: 768px) {
  .top-concept .concept__copy.--sm {
    font-size: min(2.9090909091vw, 3.2rem);
  }
}
@media screen and (max-width: 767px) {
  .top-concept .concept__copy.--sm {
    font-size: 5.2777777778vw;
  }
}
.top-concept .concept__txt {
  line-height: 1.9615384615;
}
@media screen and (min-width: 768px) {
  .top-concept .concept__txt {
    font-size: min(2.3636363636vw, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-concept .concept__txt {
    font-size: 4.4444444444vw;
  }
}
.top-concept .concept__txt,
.top-concept .concept__copy {
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top-concept .concept__txt,
  .top-concept .concept__copy {
    margin-bottom: 3rem;
  }
}

.works-thum {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .works-thum {
    grid-template-columns: repeat(4, 1fr);
  }
}
.works-thum .works-thum__item a {
  display: block;
}

.top-about {
  position: relative;
}
.top-about:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: calc(100% - 73vw);
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .top-about:before {
    height: calc(100% - 540px);
  }
}
.top-about .c-wrap {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-about .c-heading {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .top-about .about .about-txtArea {
    width: calc(100% - 300px);
  }
}
.top-about .about .about-txtArea .about__txt {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .top-about .about .about-txtArea .about__txt {
    margin-bottom: 3rem;
  }
}
.top-about .about .about-imgArea {
  width: 60%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .top-about .about .about-imgArea {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
    padding-block: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-about .about .about-imgArea {
    width: 275px;
    padding-top: 140px;
    padding-bottom: 15px;
  }
}
.top-about .member {
  color: #fff;
  background-color: #4e4e4e;
  border-radius: 20px;
  padding: 30px 25px 50px;
}
@media screen and (min-width: 768px) {
  .top-about .member {
    border-radius: 30px;
    padding: 50px 30px 70px;
  }
}
.top-about .member .member-header {
  text-align: center;
}
.top-about .member .member-header .member__ttl {
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-about .member .member-header .member__ttl {
    font-size: min(4.1818181818vw, 4.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-about .member .member-header .member__ttl {
    font-size: 8.8888888889vw;
  }
}
.top-about .member .member-header .member__copy {
  line-height: 1.9285714286;
  margin-top: 1em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top-about .member .member-header .member__copy {
    font-size: min(2.5454545455vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .top-about .member .member-header .member__copy {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) {
  .top-about .member .member-header .member__copy {
    margin-top: 1.5em;
  }
}
.top-about .member .member-header .member__txt {
  margin-top: 0.7em;
}
@media screen and (min-width: 768px) {
  .top-about .member .member-header .member__txt {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .top-about .member .member-header .member__txt {
    font-size: 4.1666666667vw;
  }
}
.top-about .member .member-list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .top-about .member .member-list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .top-about .member .member-list {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 55px;
  }
}
.top-about .member .member-list .member-list__item {
  text-align: center;
}
.top-about .member .member-list .member-list__item a {
  display: block;
}
.top-about .member .member__icon {
  overflow: hidden;
  width: min(125px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  margin-inline: auto;
}
.top-about .member .member__name {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-block: 0.3em;
}
@media screen and (min-width: 768px) {
  .top-about .member .member__name {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-about .member .member__name {
    font-size: 2.7777777778vw;
  }
}

@media screen and (min-width: 768px) {
  .top-project .sec-ttl + .c-heading {
    padding-top: 95px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .top-project .txt__md2,
  .top-project .txt__lg {
    margin-top: 3rem;
  }
}
.top-project .txt__lg {
  letter-spacing: 0.05em;
}
.top-project .project__wrap {
  max-width: 1360px;
}
.top-project .project {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-project .project {
    margin-top: 60px;
    margin-top: 8.5714285714vw;
  }
}
@media screen and (min-width: 768px) {
  .top-project .project {
    width: 30.8823529412%;
  }
}
.top-project .project .project__txtArea .project__copy {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .top-project .project .project__txtArea .project__copy {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .top-project .project .project__txtArea .project__copy {
    font-size: 4.1666666667vw;
  }
}
.top-project .project .project__txtArea .project__ttl {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding-top: 0.5rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #666666;
  margin-bottom: 1.35rem;
}
@media screen and (min-width: 768px) {
  .top-project .project .project__txtArea .project__ttl {
    font-size: min(2.3636363636vw, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-project .project .project__txtArea .project__ttl {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .top-project .project .project__txtArea .project__ttl {
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.top-project .project .project__txtArea .project__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}

.project-slider-content {
  position: relative;
  margin-block: 15px;
}
.project-slider-content .project-slider {
  overflow: hidden;
  background-color: #f2f4f4;
}
.project-slider-content .prev-arrow,
.project-slider-content .next-arrow {
  z-index: 10;
  position: absolute;
  bottom: 0;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
@media (any-hover: hover) {
  .project-slider-content .prev-arrow,
  .project-slider-content .next-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .project-slider-content .prev-arrow:hover,
  .project-slider-content .next-arrow:hover {
    background-color: rgb(255, 255, 255);
  }
}
.project-slider-content .prev-arrow::before,
.project-slider-content .next-arrow::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-slider-content .prev-arrow {
  left: 0;
}
.project-slider-content .prev-arrow::before {
  background-image: url(../../img/common/slider_arrow_left.svg);
}
.project-slider-content .next-arrow {
  right: 0;
}
.project-slider-content .next-arrow::before {
  background-image: url(../../img/common/slider_arrow_right.svg);
}
.project-slider-content .slick-disabled::before {
  pointer-events: none;
  opacity: 0.2;
}
.project-slider-content .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-slider-content .slick-dots li {
  text-indent: -9999px;
  font-size: 0;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid #999999;
  border-radius: 50%;
  margin-inline: 8px;
  cursor: pointer;
}
.project-slider-content .slick-dots li.slick-active {
  background-color: #999999;
}

.top-client {
  color: #fff;
  background-color: #4e4e4e;
}
.top-client .ttl {
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-client .ttl {
    font-size: min(2.3636363636vw, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-client .ttl {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px) {
  .top-client .ttl small {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-client .ttl small {
    font-size: 3.6111111111vw;
  }
}
.top-client .client-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  margin-top: 70px;
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .top-client .client-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin-top: 90px;
  }
}
.top-client .client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
}
.top-client .client + .client {
  margin-top: 40px;
  margin-top: 5.7142857143vw;
}
@media screen and (min-width: 768px) {
  .top-client .client + .client {
    margin-top: 40px;
  }
}
.top-client .client dt {
  position: relative;
  width: 100%;
}
.top-client .client dt::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
  display: block;
  content: "";
  width: 25px;
  height: 11px;
  background-image: url(../../img/common/icon-square_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-client .client dd {
  font-weight: 500;
  min-width: 50%;
  padding-right: 1em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .top-client .client dd {
    margin-top: 0.7rem;
  }
}
.top-client .client dt,
.top-client .client dd {
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .top-client .client dt,
  .top-client .client dd {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .top-client .client dt,
  .top-client .client dd {
    font-size: 3.6111111111vw;
  }
}

.top-concept {
  z-index: 2;
}

.top-works {
  z-index: 3;
}

.branding-product {
  z-index: 4;
}

.top-about {
  z-index: 5;
}

.top-project {
  z-index: 6;
}

.top-client {
  z-index: 7;
}/*# sourceMappingURL=page-top.css.map */