@charset "UTF-8";
/* ============================================ */
/* index
/* ============================================ */
#main {
  padding: 0;
}

.para-wrap {
  position: relative;
  background-color: #f1f1f1;
  z-index: 1;
}
.para-wrap .para-item {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.para-wrap .para-item img {
  position: absolute;
  width: 1870px;
  height: 2555px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.para-wrap .para-item.layer01 {
  -webkit-animation: fadein 1s both;
          animation: fadein 1s both;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.para-wrap .para-item.layer02 {
  -webkit-animation: fadein 1s both;
          animation: fadein 1s both;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.para-wrap.area02 {
  z-index: 0;
}
.para-wrap.area02 .para-item img {
  top: 50%;
  width: 1770px;
  height: 2000px;
}

#loading-anime {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #F1F1F1;
  top: 0;
  z-index: 99999;
}
#loading-anime .logo {
  position: absolute;
  max-width: 360px;
  width: 45%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading-anime .layer {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(1);
  visibility: visible;
  -webkit-animation: pageanime 1s both;
          animation: pageanime 1s both;
}
#loading-anime .layer.layer01 {
  background-color: #f1f1f1;
  z-index: 999;
}
#loading-anime .layer.layer02 {
  background-color: #008CD6;
  z-index: 99;
  -webkit-animation: pageanime 1s both;
          animation: pageanime 1s both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes pageanime {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

@keyframes pageanime {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
#header,
#entry-btn,
#menu-toggle {
  -webkit-animation: t-fadein 0.7s both;
          animation: t-fadein 0.7s both;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

#copyright {
  -webkit-animation: r-fadein 0.7s both;
          animation: r-fadein 0.7s both;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

#floating-link {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  -webkit-animation: b-fadein 0.7s both;
          animation: b-fadein 0.7s both;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
#floating-link::before, #floating-link::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#floating-link::before {
  width: 110px;
  height: 80px;
  top: -75px;
  left: 50px;
  background-image: url(../img/common/character.svg);
  transform-origin: bottom center;
  z-index: -1;
}
#floating-link::after {
  width: 20px;
  height: 10px;
  top: -7px;
  left: 45px;
  background-image: url(../img/common/character-hand.svg);
  z-index: 1;
}
#floating-link .link-item {
  margin: 0 3px 0 0;
}
#floating-link .link-item:last-of-type {
  margin: 0;
}
#floating-link .link-item a {
  padding: 15px;
  background-color: #008CD6;
}
#floating-link .link-item a img {
  height: 25px;
}
#floating-link .link-item.youtube a {
  padding: 15px 35px;
}

.mainview {
  position: relative;
  width: 100%;
  max-height: 900px;
  height: 100vh;
}
.mainview .mv-phrase {
  position: absolute;
  right: 15%;
  top: 62%;
  max-width: 580px;
  width: 100%;
  z-index: 3;
}
.mainview .mv-phrase svg {
  fill: #000;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.mainview .mv-phrase .site-name {
  color: #000;
  text-align: right;
  margin: 15px 0 0;
  font-size: 13px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.mainview .mv-phrase.parts01 {
  filter: invert(100%);
  mix-blend-mode: exclusion;
}
.mainview .mv-phrase.parts02 {
  opacity: 0.5;
  z-index: 2;
}
.mainview .mv-phrase.parts02 svg {
  fill: #ef7c00;
}
.mainview .mv-phrase.parts02 .site-name {
  color: #ef7c00;
}
.mainview .mv-phrase.active svg,
.mainview .mv-phrase.active .site-name {
  -webkit-animation: phraseanime 1.5s both;
          animation: phraseanime 1.5s both;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.mainview .top-pic {
  width: 100%;
  max-width: 100vh;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0 auto;
  -webkit-animation: fadein 1.5s both;
          animation: fadein 1.5s both;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.mainview .top-pic .top-svg {
  position: absolute;
  width: 190%;
  height: 190%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.mainview .top-pic .top-svg .item {
  opacity: 0;
  transition: opacity 1s ease;
}
.mainview .top-pic .top-svg .item.is-active {
  opacity: 1;
}

@-webkit-keyframes phraseanime {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes phraseanime {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
/*訪問初回以降のアニメーション解除*/
.loaded #loading-anime {
  display: none;
}
.loaded .para-wrap .para-item.layer01, .loaded .para-wrap .para-item.layer02 {
  -webkit-animation: none;
          animation: none;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loaded #header,
.loaded #entry-btn,
.loaded #menu-toggle,
.loaded #copyright,
.loaded #floating-link {
  -webkit-animation: none;
          animation: none;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.loaded .mainview .mv-phrase.active svg,
.loaded .mainview .mv-phrase.active .site-name {
  -webkit-animation: none;
          animation: none;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-clip-path: none;
          clip-path: none;
}
.loaded .mainview .top-pic {
  -webkit-animation: none;
          animation: none;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/*共通コンテンツスタイルまとめ*/
.title-wrap {
  position: relative;
}
.title-wrap .title {
  font-size: 138px;
  font-weight: 800;
  color: #fff;
}
.title-wrap .jp {
  position: absolute;
  bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  display: inline;
  padding: 5px 10px;
}

.lead-text p {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 500;
}

.link-label {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 420px;
  width: 90%;
  padding: 15px 110px 15px 30px;
  background-color: #fff;
  border-radius: 25px 0 0 0;
  z-index: 1;
}
.link-label p {
  font-weight: 500;
  font-size: 18px;
  transition: all 0.5s;
}

.message {
  padding: 320px 0 50px;
}
.message .text {
  max-width: 700px;
  width: 100%;
}
.message .text p {
  font-size: 20px;
  line-height: 3;
  font-weight: 500;
}
.message .text p:not(:first-of-type) {
  margin: 80px 0 0;
}
.message .img {
  max-width: 580px;
  width: 100%;
  margin: 20px 0 0;
}

.about {
  padding: 150px 0 0;
}
.about .inner {
  justify-content: flex-start;
}
.about .title-wrap .jp {
  right: 0;
}
.about .lead-text {
  max-width: 450px;
  width: 45%;
  margin: auto 0 0 7.5%;
}
.about .link-list {
  position: relative;
  margin: 80px 0 0;
}
.about .link-list .link-item {
  width: 50%;
}
.about .link-list .link-item.link01 .zoom-box::before {
  background-image: url(../img/index/link-about01.jpg);
}
.about .link-list .link-item.link02 .zoom-box p {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 30px;
  color: #fff;
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 800;
}
.about .link-list .link-item.link02 .zoom-box p span {
  display: block;
  font-size: 45px;
}
.about .link-list .link-item.link02 .zoom-box::before {
  background-image: url(../img/index/link-about02.jpg);
}

.work {
  padding: 150px 0 80px;
}
.work .inner {
  position: relative;
  padding: 0 0 0 100px;
  align-items: flex-start;
  z-index: 1;
}
.work .inner::before {
  position: absolute;
  content: "WORK";
  width: 240px;
  height: 750px;
  top: 0;
  left: -100px;
  font-size: 260px;
  font-weight: 800;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  word-break: break-all;
  line-height: 1;
  z-index: -1;
}
.work .text-box {
  max-width: 350px;
  width: 35%;
  margin: 40px 0 0;
}
.work .text-box .title-wrap .title {
  display: none; /*PC時は非表示*/
}
.work .text-box .lead-text {
  margin: 40px 0 0 80px;
}
.work .link-list {
  max-width: 540px;
  width: 60%;
  margin: 80px 0 0 0;
}
.work .link-list .link-item .zoom-box {
  height: 300px;
}
.work .link-list .link-item .zoom-box .img {
  position: absolute;
  z-index: 1;
  max-width: 200px;
  width: 42%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.work .link-list .link-item .zoom-box::before {
  background-image: url(../img/index/link-job.jpg);
}

.interview {
  position: relative;
  z-index: 1;
}
.interview .inner {
  padding: 0 0 0 180px;
}
.interview .title-wrap .title {
  color: #000;
  font-size: 70px;
}
.interview .title-wrap .jp {
  position: relative;
  color: #000;
  background-color: transparent;
  padding: 0;
  display: block;
  margin: 10px 0 0 0;
}
.interview .people-list {
  margin: 50px 0;
}
.interview .people-list .slick-list {
  overflow: unset;
}
.interview .people-list .slide-item.person01, .interview .people-list .slide-item.person04 {
  margin: 120px 0 0;
}
.interview .people-list .slide-item.person03 {
  margin: 60px 0 0;
}
.interview .people-list .slide-item.person05 {
  margin: 30px 0 0;
}

.special {
  position: relative;
}
.special .page-bg {
  position: relative;
  width: 100%;
  height: 27vw;
  -webkit-mask-image: url("../img/index/page-mask.png");
          mask-image: url("../img/index/page-mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background-color: #008cd6;
  background-image: url(../img/index/page-gray01.png);
  background-repeat: no-repeat;
  background-position: top -2px right;
  background-size: cover;
  transition: all 0.5s;
}
.special .catch {
  position: absolute;
  bottom: 10%;
  right: 2%;
  width: 20%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1;
}
.special .catch .catch01 {
  width: 72%;
  margin: 16% 5% 0 0;
}
.special .catch .catch02 {
  width: 40%;
}
.special .people {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 30%;
  align-items: flex-end;
  transform: translateY(30%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  z-index: 0;
}
.special .people .man {
  width: 28%;
  margin-left: 4.5%;
}
.special .people .woman {
  width: 26%;
}
.special .hand {
  position: absolute;
  bottom: -2.5%;
  right: 1%;
  width: 30%;
}
.special .hand .hand-man,
.special .hand .hand-woman {
  width: 31%;
}

.ws-and-info {
  padding: 100px 0 50px;
}
.ws-and-info .inner {
  max-width: 1440px;
  width: 100%;
  align-items: flex-start;
}
.ws-and-info .item {
  max-width: 645px;
  width: 47.5%;
}
.ws-and-info .item .title-wrap .title {
  color: #F1F1F1;
  font-size: 115px;
}
.ws-and-info .item .title-wrap .jp {
  left: 12.5%;
}
.ws-and-info .item .link-list {
  margin: 20px 0 0;
}
.ws-and-info .item .link-list .zoom-box {
  height: 305px;
}
.ws-and-info .item.workstyle .title-wrap {
  margin: 0 0 0 12.5%;
}
.ws-and-info .item.workstyle .zoom-box::before {
  background-image: url(../img/index/link-workstyle.jpg);
}
.ws-and-info .item.information {
  margin: 220px 0 0;
}
.ws-and-info .item.information .zoom-box::before {
  background-image: url(../img/index/link-information.jpg);
}

.sns {
  padding: 50px 0 80px;
}
.sns .inner {
  max-width: 1150px;
  align-items: flex-start;
}
.sns .sns-title {
  max-width: 320px;
  width: 30%;
}
.sns .sns-list {
  max-width: 800px;
  width: 67%;
  margin: 30px 0 0 0;
  align-items: flex-start;
}
.sns .sns-list .sns-item {
  width: 30%;
  padding: 20px;
  border-right: solid 1px #F1F1F1;
}
.sns .sns-list .sns-item .sns-name {
  text-align: center;
  font-size: 13px;
  margin: 0 0 15px;
}
.sns .sns-list .sns-item a {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: auto;
}
.sns .sns-list .sns-item.item01 {
  padding: 20px 20px 20px 0;
}
.sns .sns-list .sns-item.item02 {
  width: 22%;
}
.sns .sns-list .sns-item.item02 a {
  max-width: 50px;
}
.sns .sns-list .sns-item.item03 {
  width: 18%;
}
.sns .sns-list .sns-item.item03 a {
  max-width: 50px;
}
.sns .sns-list .sns-item.item04 {
  padding: 20px 0 20px 20px;
  border-right: none;
}

.shorts {
  position: relative;
  padding: 50px 0 120px;
  margin: 0 0 80px;
  background-color: #F1F1F1;
}
.shorts::before {
  position: absolute;
  content: "";
  width: 60px;
  top: -80px;
  left: 42%;
  border: 30px solid transparent;
  border-bottom: 60px solid #f1f1f1;
}
.shorts .inner {
  max-width: 1320px;
  width: 93%;
}
.shorts .shorts-title {
  max-width: 280px;
  width: 100%;
  margin: 0 0 0 80px;
}
.shorts .shorts-list {
  align-items: stretch;
  margin: 30px 0 0;
}
.shorts .shorts-list .shorts-item {
  max-width: 250px;
  width: 19.5%;
  margin: 0 0 50px;
}
.shorts .shorts-list .shorts-item img {
  overflow: hidden;
  border-radius: 15px;
}
.shorts .shorts-list .shorts-item .movie-title {
  font-weight: 500;
  margin: 10px 0 0;
  letter-spacing: 1px;
}

@media (hover: hover) {
  #floating-link .link-item a:hover {
    background-color: #000;
  }
  #floating-link.is-move::before {
    transform: rotate(-5deg);
  }
  .link-list .link-item:hover .link-label .detail-link p {
    color: #EF7C00;
  }
  .link-list .link-item:hover .link-label .detail-link p .line-anime::before, .link-list .link-item:hover .link-label .detail-link p .line-anime::after {
    background-color: #EF7C00;
  }
  .special .page-bg.is-on {
    background-color: rgb(255, 166, 0);
    background-image: url(../img/index/page-gray02.png);
  }
  .special .page-bg.is-on .people {
    transform: translateY(0);
  }
  .sns .sns-list .sns-item a:hover {
    opacity: 0.6;
  }
  .shorts .shorts-list .shorts-item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  .para-wrap .para-item img {
    width: 2430px;
    height: 3320px;
    top: 50%;
  }
  .mainview {
    max-height: 1400px;
  }
  .mainview .mv-phrase {
    right: 10%;
  }
  .mainview .top-pic .top-svg {
    width: 185%;
    height: 185%;
    top: 70%;
  }
  .message {
    padding: 180px 0 50px;
  }
  .message .text {
    margin: auto;
  }
  .message .text p {
    line-height: 2.5;
  }
  .message .img {
    max-width: 700px;
    margin: 20px auto 0;
  }
  .about .lead-text {
    width: 42%;
    margin: auto 0 0 auto;
  }
  .about .link-list .link-item .zoom-box {
    height: 300px;
  }
  .work {
    padding: 120px 0;
  }
  .work .inner {
    z-index: 1;
  }
  .work .inner::before {
    left: -130px;
    font-size: 200px;
  }
  .work .text-box .lead-text {
    margin: 40px 0 0 0;
  }
  .interview .inner {
    padding: 0;
  }
  .interview .title-wrap {
    margin: auto;
    text-align: center;
  }
  .special {
    display: flex;
    justify-content: flex-end;
  }
  .special .page-bg {
    width: 1300px;
    height: 350px;
    flex-shrink: 0;
  }
  .special .hand {
    width: 39%;
  }
  .ws-and-info .item .title-wrap .title {
    font-size: 90px;
  }
  .ws-and-info .item .link-list .zoom-box {
    height: 300px;
  }
  .ws-and-info .item.information {
    margin: 90px 0 0;
  }
  .sns {
    padding: 50px 0;
  }
  .sns .sns-title {
    width: 42%;
  }
  .sns .sns-list {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
  }
  .shorts {
    padding: 50px 0 80px;
  }
  .shorts::before {
    left: 15%;
  }
  .shorts .inner {
    width: 90%;
  }
  .shorts .shorts-title {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .para-wrap .para-item img {
    width: 2020px;
    height: 2760px;
  }
  .mainview {
    max-height: 1024px;
  }
  .mainview .mv-phrase {
    top: 72%;
    right: 0;
    left: 0;
    margin: auto;
  }
  .mainview .top-pic .top-svg {
    width: 170%;
    height: 170%;
  }
  /*共通コンテンツスタイルまとめ*/
  .title-wrap .title {
    font-size: 100px;
  }
  .title-wrap .jp {
    font-size: 16px;
  }
  .lead-text p {
    font-size: 15px;
    line-height: 2;
  }
  .link-label {
    padding: 12px 100px 12px 25px;
    border-radius: 15px 0 0 0;
  }
  .link-label p {
    font-size: 15px;
  }
  .message .text {
    max-width: 580px;
  }
  .message .text p {
    font-size: 18px;
  }
  .message .img {
    max-width: 580px;
  }
  .about {
    padding: 120px 0 0;
  }
  .about .inner {
    justify-content: flex-start;
  }
  .about .link-list .link-item.link02 .zoom-box p {
    left: 8%;
    font-size: 20px;
  }
  .about .link-list .link-item.link02 .zoom-box p span {
    font-size: 38px;
  }
  .work .inner {
    padding: 0;
  }
  .work .inner::before {
    display: none;
  }
  .work .text-box {
    width: 45%;
    margin: 0;
  }
  .work .text-box .title-wrap .title {
    display: block;
  }
  .work .text-box .lead-text {
    margin: 30px 0 0 0;
  }
  .work .link-list {
    width: 50%;
    margin: 130px 0 0 0;
  }
  .interview .title-wrap .title {
    font-size: 58px;
  }
  .special .page-bg {
    width: 1560px;
    height: 420px;
  }
  .special .hand {
    width: 63%;
  }
  .ws-and-info .item .title-wrap .title {
    font-size: 75px;
  }
  .ws-and-info .item.information {
    margin: 70px 0 0;
  }
  .sns {
    padding: 30px 0 50px;
  }
  .sns .inner {
    align-items: center;
  }
  .sns .sns-title {
    width: 38%;
  }
  .sns .sns-list {
    width: 60%;
    margin: 0;
  }
  .sns .sns-list .sns-item {
    width: 60%;
    padding: 15px;
    border-right: none;
  }
  .sns .sns-list .sns-item .sns-name {
    font-size: 12px;
  }
  .sns .sns-list .sns-item.item01 {
    padding: 15px;
  }
  .sns .sns-list .sns-item.item02, .sns .sns-list .sns-item.item03 {
    width: 40%;
  }
  .sns .sns-list .sns-item.item04 {
    padding: 15px;
  }
  .shorts {
    padding: 50px 0;
  }
  .shorts::before {
    display: none;
  }
  .shorts .shorts-title {
    max-width: 240px;
  }
  .shorts .shorts-list .shorts-item .movie-title {
    letter-spacing: 0px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  #floating-link {
    display: none;
  }
  .para-wrap.area01 .para-item img {
    top: 35%;
    width: 1420px;
    height: 1940px;
  }
  .para-wrap.area01 .para-item.layer02 img {
    top: 40%;
  }
  .para-wrap.area02 .para-item img {
    top: 45%;
    width: 1270px;
    height: 1435px;
  }
  .para-wrap.area02 .para-item.layer04 img {
    top: 50%;
  }
  .mainview .mv-phrase {
    top: 65%;
    width: 85%;
  }
  .mainview .top-pic {
    height: 100vh;
  }
  .mainview .top-pic .top-svg {
    width: 200%;
    height: 200%;
    top: 50%;
  }
  /*共通コンテンツスタイルまとめ*/
  .title-wrap {
    padding: 0 0 10px;
  }
  .title-wrap .title {
    font-size: 70px;
  }
  .title-wrap .jp {
    font-size: 14px;
    padding: 3px 7px;
  }
  .lead-text p {
    font-size: 14px;
  }
  .link-label {
    width: 82%;
    padding: 12px 80px 12px 20px;
  }
  .link-label p {
    font-size: 14px;
  }
  .message {
    padding: 120px 0 50px;
  }
  .message .text p {
    font-size: 16px;
  }
  .message .text p br {
    display: none;
  }
  .message .text p:not(:first-of-type) {
    margin: 50px 0 0;
  }
  .message .text p.p01 br:nth-of-type(2) {
    display: block;
  }
  .message .text p.p02 br:nth-of-type(1),
  .message .text p.p02 br:nth-of-type(4) {
    display: block;
  }
  .message .img {
    width: 80%;
    margin: 30px 0 0;
  }
  .about {
    padding: 80px 0 0;
  }
  .about .title-wrap .jp {
    left: 0;
    right: auto;
  }
  .about .lead-text {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
  }
  .about .link-list {
    margin: 50px 0 0;
  }
  .about .link-list .link-item {
    width: 100%;
  }
  .about .link-list .link-item .zoom-box {
    height: 240px;
  }
  .about .link-list .link-item.link02 .zoom-box p {
    font-size: 16px;
  }
  .about .link-list .link-item.link02 .zoom-box p span {
    font-size: 30px;
  }
  .work {
    padding: 80px 0;
  }
  .work .text-box {
    max-width: 100%;
    width: 100%;
  }
  .work .link-list {
    max-width: 100%;
    width: 100%;
    margin: 50px 0 0 0;
  }
  .work .link-list .link-item .zoom-box {
    height: 240px;
  }
  .interview {
    padding: 30px 0 50px;
  }
  .interview .title-wrap .title {
    font-size: 45px;
  }
  .interview .title-wrap .jp {
    margin: 5px 0 0 0;
  }
  .interview .people-list .slide-item.person01, .interview .people-list .slide-item.person04 {
    margin: 90px 0 0;
  }
  .interview .people-list .slide-item.person03 {
    margin: 30px 0 0;
  }
  .interview .people-list .slide-item.person05 {
    margin: 0;
  }
  .special .page-bg {
    width: 100%;
    height: auto;
    padding-top: 78.2608%;
    -webkit-mask-image: url("../img/index/page-mask-sp.png");
            mask-image: url("../img/index/page-mask-sp.png");
    background-image: url(../img/index/page-gray01-sp.png);
  }
  .special .catch {
    left: 0;
    right: 0;
    width: 65%;
    margin: auto;
  }
  .special .catch .catch01 {
    width: 70%;
    margin: 12% auto 0 17%;
  }
  .special .catch .catch02 {
    position: absolute;
    width: 30%;
    right: -5%;
    top: -30%;
  }
  .special .people {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .special .people .man {
    margin-left: 1%;
  }
  .special .people .woman {
    margin-right: 1%;
  }
  .special .hand {
    width: 97%;
  }
  .special .hand .hand-man,
  .special .hand .hand-woman {
    width: 27%;
  }
  .ws-and-info .inner {
    width: 90%;
  }
  .ws-and-info .item {
    max-width: 100%;
    width: 100%;
  }
  .ws-and-info .item .title-wrap .title {
    font-size: 55px;
  }
  .ws-and-info .item .title-wrap .jp {
    left: 0;
  }
  .ws-and-info .item .link-list .zoom-box {
    height: 200px;
  }
  .ws-and-info .item.workstyle .title-wrap {
    margin: 0;
  }
  .ws-and-info .item.information {
    margin: 80px 0 0;
  }
  .sns .sns-title {
    width: 68%;
    margin: auto;
  }
  .sns .sns-list {
    width: 100%;
    margin: 15px 0 0;
  }
  .shorts .shorts-title {
    width: 62%;
    margin: auto;
  }
  .shorts .shorts-list .shorts-item {
    width: 47.5%;
  }
  .shorts .shorts-list .shorts-item img {
    border-radius: 10px;
  }
  .shorts .shorts-list .shorts-item .movie-title {
    font-size: 12px;
  }
  /*idexのみでのENTRY固定の制御*/
  #entry-btn {
    -webkit-animation: b-fadein 0.7s both;
            animation: b-fadein 0.7s both;
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
  }
}

/*# sourceMappingURL=index.css.map */