@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0, 0) rotate(-53deg);
            transform: scale(0, 0) rotate(-53deg);
  }
  100% {
    -webkit-transform: scale(30, 30) rotate(-53deg);
            transform: scale(30, 30) rotate(-53deg);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0, 0) rotate(-53deg);
            transform: scale(0, 0) rotate(-53deg);
  }
  100% {
    -webkit-transform: scale(30, 30) rotate(-53deg);
            transform: scale(30, 30) rotate(-53deg);
  }
}
.top-page .section-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  z-index: 100;
}
.top-page .section-loading.off {
  display: none;
}
.top-page .section-loading > .container > .box-image {
  max-width: 321px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-page .section-loading > .container > .box-image > .image {
  width: 100%;
}
.top-page .section-loading > .container > .box-image > .line {
  display: none;
  position: absolute;
  top: 59%;
  right: 50px;
  background-color: #ffffff;
  width: 64px;
  height: 174px;
  -webkit-animation: 1s linear forwards scale;
          animation: 1s linear forwards scale;
}
.top-page .section-loading > .container > .box-image > .line.active {
  display: block;
}
.top-page .section-mv {
  position: relative;
  z-index: 80;
  overflow-x: hidden;
}
.top-page .section-mv > .container {
  padding: 149px 16px 229px;
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container {
    padding: 109px 16px 179px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-mv > .container {
    padding: 99px 16px 179px;
  }
}
.top-page .section-mv > .container > .copy {
  font-family: minion-pro, serif;
  font-size: 140px;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .top-page .section-mv > .container > .copy {
    font-size: 80px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .copy {
    font-size: 64px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-mv > .container > .copy {
    font-size: 58px;
  }
}
.top-page .section-mv > .container > .overview {
  font-size: 18px;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .top-page .section-mv > .container > .overview {
    max-width: 600px;
    font-size: 16px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .overview {
    font-size: 14px;
  }
}
.top-page .section-mv > .container > .box-scroll {
  position: absolute;
  bottom: 60px;
  right: 40px;
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .box-scroll {
    bottom: 0px;
    right: 20px;
  }
}
.top-page .section-mv > .container > .box-scroll > .container {
  position: relative;
}
.top-page .section-mv > .container > .box-scroll > .container > .circle {
  max-width: 227px;
  width: 100%;
  -webkit-animation: 25s linear infinite rotation;
          animation: 25s linear infinite rotation;
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .box-scroll > .container > .circle {
    max-width: 167px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-mv > .container > .box-scroll > .container > .circle {
    max-width: 147px;
  }
}
.top-page .section-mv > .container > .box-scroll > .container > .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
}
.top-page .section-mv > .container > .box-decoration {
  position: absolute;
  top: -249px;
  right: -144px;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .top-page .section-mv > .container > .box-decoration {
    display: none;
  }
}
.top-page .section-mv > .container > .box-decoration > .circle {
  max-width: 553px;
  width: 100%;
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
.top-page .section-works {
  background-color: #ededed;
}
.top-page .section-works > .box-background {
  background-image: url(../../../assets/imgs/background_works.svg);
}
.top-page .section-works > .container {
  position: relative;
  padding: 38px 0px 183px 0px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container {
    padding: 28px 16px 103px 16px;
  }
}
.top-page .section-works > .container > .list-works {
  margin-bottom: 114px;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-works > .container > .list-works {
    margin-bottom: 14px;
  }
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works {
  max-width: 1028px;
  width: 100%;
  position: relative;
  margin: 0 21px;
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .thumbnail {
  max-width: 1028px;
  width: 100%;
  height: 586px;
}
@media screen and (max-width: 820px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .thumbnail {
    height: 416px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .thumbnail {
    height: 268px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .thumbnail {
    height: 206px;
  }
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .thumbnail > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  mask-image: url("../../../assets/imgs/image-path.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../../../assets/imgs/image-path.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information {
  position: absolute;
  left: 48px;
  bottom: 32px;
  z-index: 80;
}
@media screen and (max-width: 820px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information {
    left: 32px;
    bottom: 42px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information {
    left: 0px;
  }
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information > .title {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 13px;
}
@media screen and (max-width: 820px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information > .title {
    color: #000000;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information > .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information > .list-category > .category {
  color: #ffffff;
  font-size: 12px;
  margin-right: 18px;
}
@media screen and (max-width: 820px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .box-information > .list-category > .category {
    color: #000000;
  }
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .button {
  right: 78px;
  bottom: 32px;
}
@media screen and (max-width: 820px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .button {
    right: 48px;
    bottom: 42px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .button {
    right: 3px;
    bottom: 44px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .button {
    display: none;
  }
}
.top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .button > .arrow {
  bottom: 33px;
  right: 30px;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works > .slick-list > .slick-track > .works > .link > .button > .arrow {
    bottom: 22px;
    right: 20px;
  }
}
.top-page .section-works > .container > .list-works-normal {
  padding: 0 16px;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works-normal {
    padding: 0;
  }
}
.top-page .section-works > .container > .list-works-normal > .works {
  margin-bottom: 78px;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works-normal > .works {
    margin-bottom: 38px;
  }
}
.top-page .section-works > .container > .list-works-normal > .works > .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-page .section-works > .container > .list-works-normal > .works > .link > .thumbnail {
  max-width: 555px;
  height: 332px;
  width: 100%;
  margin-right: 58px;
}
@media screen and (max-width: 820px) {
  .top-page .section-works > .container > .list-works-normal > .works > .link > .thumbnail {
    height: 209px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works-normal > .works > .link > .thumbnail {
    height: 129px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-works > .container > .list-works-normal > .works > .link > .thumbnail {
    height: 93px;
  }
}
.top-page .section-works > .container > .list-works-normal > .works > .link > .thumbnail > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  mask-image: url("../../../assets/imgs/image-path.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../../../assets/imgs/image-path.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.top-page .section-works > .container > .list-works-normal > .works > .link > .box-information {
  position: relative;
  max-width: 486px;
  width: 100%;
}
.top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .title {
  color: #000000;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .client {
  color: #8b8b8b;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .client {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
.top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .list-category > .category {
  color: #000000;
  font-size: 12px;
  margin-right: 18px;
}
.top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .button {
  position: absolute;
  bottom: -40px;
  right: 60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 77px;
  width: 11px;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .button {
    bottom: -10px;
    right: 30px;
    height: 47px;
    width: 6px;
  }
}
@media screen and (max-width: 375px) {
  .top-page .section-works > .container > .list-works-normal > .works > .link > .box-information > .button {
    display: none;
  }
}
.top-page .section-works > .container > .box-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  margin-top: 106px;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .box-button {
    margin-top: 66px;
  }
}
.top-page .section-works > .container > .box-button > .link {
  color: #000000;
  font-size: 32px;
  margin-right: 22px;
  padding-right: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-page .section-works > .container > .box-button > .link:hover {
  color: #8b8b8b;
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .box-button > .link {
    font-size: 22px;
    padding-right: 60px;
  }
}
.top-page .section-works > .container > .box-button > .link > .button {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-page .section-works > .container > .box-button > .link > .button > .arrow {
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .top-page .section-works > .container > .box-button > .link > .button > .arrow {
    right: 20px;
  }
}
.top-page .section-client {
  background-color: #e2e2e2;
}
.top-page .section-client > .box-background {
  background-image: url(../../../assets/imgs/background_clients.svg);
}
.top-page .section-client > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px 245px 102px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-page .section-client > .container {
    padding: 0 16px 180px 16px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-client > .container {
    display: block;
    padding: 0 16px 90px 16px;
  }
}
.top-page .section-client > .container > .section-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 80px;
}
@media screen and (max-width: 480px) {
  .top-page .section-client > .container > .section-title {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.top-page .section-client > .container > .list-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .top-page .section-client > .container > .list-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-page .section-client > .container > .list-logo > .logo {
  margin: 0 30px 37px 0;
  height: 80px;
}
@media screen and (max-width: 480px) {
  .top-page .section-client > .container > .list-logo > .logo {
    margin: 0 12px 27px 0;
    height: 70px;
  }
}
.top-page .section-client > .container > .list-logo > .logo > img {
  height: inherit;
  width: auto;
}
.top-page .section-company {
  position: relative;
}
.top-page .section-company > .box-background {
  background-image: url(../../../assets/imgs/background_company.svg);
}
.top-page .section-company > .box-decoration {
  position: absolute;
  top: 300px;
  left: -226px;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .box-decoration {
    top: 400px;
    left: -100px;
  }
}
.top-page .section-company > .box-decoration > .circle {
  max-width: 668px;
  width: 100%;
  -webkit-animation: 20s linear infinite rotation;
          animation: 20s linear infinite rotation;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .box-decoration > .circle {
    max-width: 300px;
  }
}
.top-page .section-company > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px 245px 102px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-page .section-company > .container {
    padding: 0 16px 100px 16px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .container {
    display: block;
    padding: 0px 16px 50px 16px;
  }
}
.top-page .section-company > .container > .section-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 80px;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .container > .section-title {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.top-page .section-company > .container > .box-information {
  max-width: 800px;
  width: 100%;
}
.top-page .section-company > .container > .box-information > .box-philosophy {
  width: 100%;
  margin-bottom: 74px;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .container > .box-information > .box-philosophy {
    margin-bottom: 44px;
  }
}
.top-page .section-company > .container > .box-information > .box-philosophy > .company-copy {
  font-size: 36px;
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .container > .box-information > .box-philosophy > .company-copy {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.top-page .section-company > .container > .box-information > .box-philosophy > .text {
  font-size: 14px;
  line-height: 2.7;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .container > .box-information > .box-philosophy > .text {
    line-height: 2.2;
  }
}
.top-page .section-company > .container > .box-information > .list-information > .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 22px;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .container > .box-information > .list-information > .information {
    display: block;
    padding-bottom: 18px;
    margin-top: 17px;
  }
}
.top-page .section-company > .container > .box-information > .list-information > .information:before {
  content: "";
  display: inline-block;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
}
.top-page .section-company > .container > .box-information > .list-information > .information > .label {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1.5;
  width: 100px;
  padding: 2px 7px;
  margin-bottom: 10px;
  margin-right: 90px;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .container > .box-information > .list-information > .information > .label {
    width: auto;
    font-size: 12px;
    padding: 0;
  }
}
.top-page .section-company > .container > .box-information > .list-information > .information > .data {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 480px) {
  .top-page .section-company > .container > .box-information > .list-information > .information > .data {
    font-size: 12px;
  }
}
.top-page .section-contact {
  max-width: 1440px;
  padding-right: 116px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-page .section-contact {
    padding: 16px;
  }
}
.top-page .section-contact > .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-page .section-contact > .link > .container {
  position: relative;
  background-image: url(../../../assets/imgs/background_contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1098px;
  width: 100%;
  padding: 62px 48px 60px 72px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .top-page .section-contact > .link > .container {
    display: block;
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-contact > .link > .container {
    padding: 24px;
  }
}
.top-page .section-contact > .link > .container > .section-title {
  color: #ffffff;
}
@media screen and (max-width: 820px) {
  .top-page .section-contact > .link > .container > .section-title {
    margin-bottom: 24px;
  }
}
.top-page .section-contact > .link > .container > .text {
  max-width: 514px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 2.3;
}
@media screen and (max-width: 480px) {
  .top-page .section-contact > .link > .container > .text {
    font-size: 12px;
  }
}
.top-page .section-contact > .link > .container > .button {
  right: 78px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .top-page .section-contact > .link > .container > .button {
    right: 38px;
  }
}
@media screen and (max-width: 480px) {
  .top-page .section-contact > .link > .container > .button {
    top: 23%;
    right: 24px;
  }
}
.top-page .section-contact > .link > .container > .button > .arrow {
  bottom: 33px;
  right: 30px;
}
@media screen and (max-width: 480px) {
  .top-page .section-contact > .link > .container > .button > .arrow {
    bottom: 21px;
    right: 20px;
  }
}