@charset "UTF-8";

/*
# =================================================================
# 先輩社員インタビュー
# =================================================================*/
/* 基本 */
#recruit.message {
  padding: 0;
  background: none;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* modalVideo */
.modalVideo {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  z-index: 100;
}
.modalVideo.act {
  opacity: 1;
  visibility: visible;
}
.modalVideo .modal {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -57%);
}
.modalVideo .modal .inner {
  width: 100%;
  padding: 85px 50px 50px 50px;
  position: relative;
}
.modalVideo .modal .inner .boxVideo video {
  width: 100%;
  height: 450px;
}
.modalVideo .modal .btnClose {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

/* mv */
#recruit.message .mv {
  /*height: 0;
  padding: 47.552083% 0 0 0;*/
  height: calc(100vh - 115px);
  margin: 0;
  padding: 0;
  background: url(../img/mvBg1.jpg) no-repeat center center / cover;
  position: relative;
}
#recruit.message .mv .inner {
  width: 1000px;
  max-width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#recruit.message .mv .inner .pankuzu {
  max-width: none;
  width: 100%;
  padding: 25px 0 0 0;
  position: static;
}
#recruit.message .mv .inner h2 {
  width: 468px;
  position: absolute;
  top: 75px;
  left: -8px;
  z-index: 1;
}
#recruit.message .mv .inner h2 img {
  width: 100%;
  display: block;
}
#recruit.message .mv .inner .name {
  width: 540px;
  position: absolute;
  top: 355px;
  left: -185px;
}
#recruit.message .mv .inner .name img {
  width: 100%;
  display: block;
}
#recruit.message .mv .txtScroll {
  width: 10px;
  position: absolute;
  bottom: 105px;
  left: 45px;
}
#recruit.message .mv .txtScroll::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #000;
  right: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  animation: txtScroll 1.5s infinite;
}
@keyframes txtScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* box1 */
#recruit.message .box1 {
  padding: 0 0 130px 0;
  background: url(../../img/bg1.png) no-repeat center top / cover,
  linear-gradient(225deg, #cfe4f7 0%, #dbe9f6 75%);
  position: relative;
}
#recruit.message .box1 .border {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  padding: 2px;
  background: linear-gradient(135deg, #71c9ff 50%, #005bbd 75%);
  border-radius: 30px;
  position: relative;
  top: -50px;
}
#recruit.message .box1 .border .contents {
  padding: 100px;
  background: #fff;
  border-radius: 27px;
}
#recruit.message .box1 .border .contents h3 {
  margin: 0 0 70px 0;
  font-size: 30px;
  font-weight: 600;
  color: #005bbd;
  text-align: center;
  position: relative;
}
#recruit.message .box1 .border .contents h3::before {
  content: '';
  width: 94px;
  height: 71px;
  background: url(../img/iconDq.png) no-repeat left top / 94px;
  position: absolute;
  top: -20px;
  left: -20px;  
}
#recruit.message .box1 .border .contents .txt {
  margin: 0 0 70px 0;
}
#recruit.message .box1 .border .contents .txt h4 {
  margin: 0 0 25px 0;
  padding: 0 0 0 20px;
  border-left: 5px solid #005bbd;
  font-size: 20px;
  color: #000;
}
#recruit.message .box1 .border .contents .txt p {
  color: #000;
  line-height: 2;
}
#recruit.message .box1 .border .contents .btnVideo {
  width: 180px;
  margin: 0 auto;
  background: linear-gradient(90deg, #ffad00 0%, #ff8300 75%);
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#recruit.message .box1 .border .contents .btnVideo::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #71c9ff 0%, #005bbd 75%);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: -100%;
  transition: .3s;
}
#recruit.message .box1 .border .contents .btnVideo:hover::before {
  left: 0;
}
#recruit.message .box1 .border .contents .btnVideo a {
  width: 100%;
  padding: 15px 15px 15px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
#recruit.message .box1 .border .contents .btnVideo a img {
  width: 22px;
  display: block;
  position: relative;
  right: -10px;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
@media screen and (min-width: 1921px) {
}
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1660px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 1080px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  /* modalVideo */
  .modalVideo .modal .inner .boxVideo video {
    height: calc(100vw / 2.4);
  }
  /* mv */
  #recruit.message .mv .inner h2 {
    width: 310px;
    top: 100px;
  }
  #recruit.message .mv .inner .name {
    top: 290px;
  }
  /* box1 */
  #recruit.message .box1 .border .contents {
    padding: 80px 50px;
  }
  #recruit.message .box1 .border .contents h3 {
    font-size: 26px;
  }
}

/* tablet */
@media screen and (max-width: 767.98px) {
  /* mv */
  #recruit.message .mv {
    height: 0;
    padding: 156.25% 0 0 0;
    background: url(../img/mvBg1_sp.jpg) no-repeat center center / cover;
  }
  #recruit.message .mv .inner {
    max-width: 100%;
  }
  #recruit.message .mv .inner .pankuzu {
    width: 90%;
    padding: 10px 0 0 0;
  }
  #recruit.message .mv .inner h2 {
    width: 90%;
    top: 13vw;
    left: 0;
  }
  /* box1 */
  #recruit.message .box1 .border .contents h3::before {
    width: 44px;
    height: 35px;
    background: url(../img/iconDq.png) no-repeat left top / 44px;
    top: -30px;
  }
}

/* mobile L */
@media screen and (max-width: 450px) {
  /* modalVideo */
  .modalVideo .modal .inner {
    padding: 30px 20px;
  }
  .modalVideo .modal .btnClose {
    top: -10px;
    right: -10px;
  }
  /* box1 */
  #recruit.message .box1 {
    padding: 0 0 30px 0;
  }
  #recruit.message .box1 .border .contents {
    padding: 60px 25px;
  }
  #recruit.message .box1 .border .contents h3 {
    margin: 0 0 50px 0;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  #recruit.message .box1 .border .contents h3::before {
    top: -42px;
    left: -7px;
  }
  #recruit.message .box1 .border .contents .txt {
    margin: 0 0 50px 0;
  }
  #recruit.message .box1 .border .contents .txt h4 {
    padding: 0 0 0 16px;
    font-size: 4.5vw;
  }
  #recruit.message .box1 .border .contents .txt p {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 400px) {
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
