@charset "UTF-8";
/*英語フォント*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes arrowLine {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 49%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 51%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  26% {
    background-position: -100% 0;
    background: transparent;
  }
  27% {
    background-position: 100% 0;
    background: transparent;
  }
  28% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 49%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 51%);
    background-size: 300% 100%;
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes arrowLine {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 49%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 51%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  26% {
    background-position: -100% 0;
    background: transparent;
  }
  27% {
    background-position: 100% 0;
    background: transparent;
  }
  28% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 49%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 51%);
    background-size: 300% 100%;
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes arrowLineWhite {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(216, 201, 169)), color-stop(50%, rgba(216, 201, 169, 0.5)), color-stop(51%, rgba(216, 201, 169, 0)));
    background: linear-gradient(to right, rgb(216, 201, 169) 49%, rgba(216, 201, 169, 0.5) 50%, rgba(216, 201, 169, 0) 51%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  25% {
    background-position: -100% 0;
    background: transparent;
  }
  27% {
    background-position: 100% 0;
    background: transparent;
  }
  29% {
    background: -webkit-gradient(linear, left top, right top, color-stop(48%, rgb(216, 201, 169)), color-stop(50%, rgba(216, 201, 169, 0.5)), color-stop(52%, rgba(216, 201, 169, 0)));
    background: linear-gradient(to right, rgb(216, 201, 169) 48%, rgba(216, 201, 169, 0.5) 50%, rgba(216, 201, 169, 0) 52%);
    background-size: 300% 100%;
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes arrowLineWhite {
  0% {
    background: -webkit-gradient(linear, left top, right top, color-stop(49%, rgb(216, 201, 169)), color-stop(50%, rgba(216, 201, 169, 0.5)), color-stop(51%, rgba(216, 201, 169, 0)));
    background: linear-gradient(to right, rgb(216, 201, 169) 49%, rgba(216, 201, 169, 0.5) 50%, rgba(216, 201, 169, 0) 51%);
    background-position: 0 0;
    background-size: 300% 100%;
  }
  25% {
    background-position: -100% 0;
    background: transparent;
  }
  27% {
    background-position: 100% 0;
    background: transparent;
  }
  29% {
    background: -webkit-gradient(linear, left top, right top, color-stop(48%, rgb(216, 201, 169)), color-stop(50%, rgba(216, 201, 169, 0.5)), color-stop(52%, rgba(216, 201, 169, 0)));
    background: linear-gradient(to right, rgb(216, 201, 169) 48%, rgba(216, 201, 169, 0.5) 50%, rgba(216, 201, 169, 0) 52%);
    background-size: 300% 100%;
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.p-works-slide {
  position: relative;
  padding-bottom: 30.6666666667vw;
  margin-top: 40vw;
  margin-bottom: 42.6666666667vw;
}
@media print, screen and (min-width:769px) {
  .p-works-slide {
    padding-bottom: 10%;
    margin-top: 150px;
    margin-bottom: 135px;
  }
}

.p-works-slide {
  /*アクティブスライドを大きくする*/
}
.p-works-slide__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.p-works-slide__textarea {
  display: none;
  position: absolute;
  bottom: -32vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 25em;
}
@media print, screen and (min-width:769px) {
  .p-works-slide__textarea {
    bottom: -30%;
  }
}
.p-works-slide__textarea .company {
  color: #626262;
  font-size: max(10px, 2.6666666667vw);
}
@media print, screen and (min-width:769px) {
  .p-works-slide__textarea .company {
    font-size: 13px;
  }
}
.p-works-slide__textarea .info {
  color: #121212;
  font-size: max(10px, 3.2vw);
  font-weight: 400;
}
@media print, screen and (min-width:769px) {
  .p-works-slide__textarea .info {
    font-size: 14px;
  }
}
.p-works-slide__img {
  width: 100%;
  /*アクティブスライドを大きくする*/
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.p-works-slide__img img {
  width: 100%;
}
.p-works-slide__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.05em;
  font-size: min(4.8vw, 2.304rem);
  font-weight: bold;
}
@media print, screen and (min-width:769px) {
  .p-works-slide__title {
    margin-bottom: 0.4em;
    font-size: 3rem;
    line-height: 1;
  }
}
.p-works-slide__text {
  margin-top: 1.6em;
  font-size: min(3.4666666667vw, 1.664rem);
  font-weight: bold;
  line-height: 1.6923076923;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width:769px) {
  .p-works-slide__text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
  }
}
.p-works-slide .swiper-slide-active .p-works-slide__img {
  /*アクティブスライドを大きくする*/
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media print, screen and (min-width:769px) {
  .p-works-slide .swiper-slide-active .p-works-slide__img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.p-works-slide .swiper-slide-active .p-works-slide__textarea {
  display: block;
}