@charset "UTF-8";
/* CSS Document */
/*グロナビ*/
#side_bar nav ul li:nth-of-type(4) a {
  color: #ed0100;
}

/* +++++++++++++++++++++++++++++++++++++

採用情報 社員インタビュー　css

++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++上部ヘッダー部分++++++++++++++ */
.page_header {
  width: 100%;
  min-width: 1000px;
  height: 180px;
  margin-bottom: 15px;
  background: #ff7c2d;
  background: -moz-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -webkit-gradient(linear, left center, right center, from(#ed0100), color-stop(62%, #ff7c2d), to(#ff7c2d));
  background: -webkit-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -o-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: linear-gradient(to right, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  position: relative;
  /*h2*/
}
@media only screen and (max-width:768px) {
  .page_header {
    min-width: 100%;
    margin-top: 60px;
    height: 100px;
  }
}
.page_header:after {
  content: "Recruit";
  font-family: Roboto;
  font-weight: 700;
  font-size: 120px;
  color: rgba(242, 27, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:768px) {
  .page_header:after {
    font-size: 15vw;
  }
}
.page_header h2 {
  color: #fff;
  letter-spacing: 0.2em;
  padding: 110px 0 0 70px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
@media only screen and (max-width:768px) {
  .page_header h2 {
    padding: 40px 0 0 30px;
  }
}
.page_header h2:before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background-color: #ec7877;
  position: absolute;
  left: 60px;
}
@media only screen and (max-width:768px) {
  .page_header h2:before {
    height: 60px;
    left: 20px;
  }
}
.page_header h2:after {
  content: "Recruit";
  color: #ec7877;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  left: 70px;
  bottom: -20px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width:768px) {
  .page_header h2:after {
    left: 30px;
  }
}

/*.page_header*/
.pan_nav {
  font-size: 12px;
  width: 98%;
  text-align: right;
  overflow: hidden;
  margin-bottom: 55px;
}
@media only screen and (max-width:768px) {
  .pan_nav {
    font-size: 10px;
  }
}
.pan_nav ul li {
  display: inline-block;
  /*a*/
}
.pan_nav ul li:last-child:after {
  display: none;
}
.pan_nav ul li:after {
  content: "〉";
  padding-left: 8px;
}
.pan_nav ul li a {
  color: #ed0100;
  transiton: 0.3;
}
.pan_nav ul li a:hover {
  opacity: 0.7;
}

/*.pan_nav*/
h3 {
  color: #ed0100;
  font-family: Roboto;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
h3:after {
  content: "〈 社員インタビュー 〉";
  font-size: 12px;
  letter-spacing: 0.05em;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50px;
  color: #2b2b2b;
}

/*h3*/
/*　++++++++++++++コンテンツ++++++++++++++　*/
.wrap {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto 100px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0x;
  /*.interview_box*/
}
@media only screen and (max-width:768px) {
  .wrap {
    width: 100%;
    min-width: 100%;
    margin-bottom: 50px;
  }
}
.wrap .interview_box {
  width: 100%;
  height: 820px;
  margin-left: 8vw;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
  /*.image_area*/
  /*.text_area*/
}
@media only screen and (max-width:768px) {
  .wrap .interview_box {
    margin-left: 0;
    height: auto;
    margin-bottom: 30px;
  }
}
.wrap .interview_box .image_area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* h4*/
  /*dl*/
  /*img*/
}
@media only screen and (max-width:768px) {
  .wrap .interview_box .image_area {
    text-align: center;
    position: static;
    margin-bottom: 30px;
  }
}
.wrap .interview_box .image_area h4 {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: #2b2b2b;
  padding: 10px 15px 40px;
  position: absolute;
  z-index: 2;
  top: 130px;
  left: 0;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:768px) {
  .wrap .interview_box .image_area h4 {
    position: static;
    margin-bottom: 30px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1);
  }
}
.wrap .interview_box .image_area h4:after {
  content: "Interview";
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 3px 0 5px;
  background-color: #ed0100;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wrap .interview_box .image_area h4:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0px 0 15px;
  border-color: #ed0101 transparent transparent transparent;
}
.wrap .interview_box .image_area h4.visible {
  animation: fadeUp 1s 0s ease-in-out;
  animation-fill-mode: forwards;
}
.wrap .interview_box .image_area dl {
  position: absolute;
  z-index: 2;
  top: 340px;
  left: 0;
}
@media only screen and (max-width:768px) {
  .wrap .interview_box .image_area dl {
    position: static;
    margin-bottom: 20px;
  }
}
.wrap .interview_box .image_area dl dt {
  line-height: 1.5em;
  margin-bottom: 15px;
}
.wrap .interview_box .image_area dl dd {
  font-size: 18px;
  font-weight: 500;
}
.wrap .interview_box .image_area .people {
  width: 82%;
  height: auto;
  max-height: 700px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -150px 150px 0 #fff2f2;
}
@media only screen and (max-width:768px) {
  .wrap .interview_box .image_area .people {
    width: 100%;
    max-height: auto;
    position: static;
    box-shadow: none;
  }
}
.wrap .interview_box .image_area img {
  display: block;
  width: 100%;
}
.wrap .interview_box .text_area {
  width: 800px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 445px;
  z-index: 3;
  padding: 60px 50px 0 0;
  box-sizing: border-box;
  opacity: 0;
  /*.text_scroll*/
}
@media only screen and (max-width:768px) {
  .wrap .interview_box .text_area {
    width: 90%;
    position: static;
    padding: 0;
    margin: 0 auto;
  }
}
.wrap .interview_box .text_area .text_scroll {
  font-size: 12px;
  color: #ed0100;
  letter-spacing: 0.1em;
  position: absolute;
  right: 30px;
  top: 130px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width:768px) {
  .wrap .interview_box .text_area .text_scroll {
    right: 0;
    top: 28vw;
  }
}
.wrap .interview_box .text_area .text_scroll:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #ffbcb8;
  position: absolute;
  top: 12px;
  left: 50px;
}
.wrap .interview_box .text_area .text_scroll span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ed0100;
  position: absolute;
  top: 9px;
  left: 50px;
  z-index: 10;
  animation: scroll 1.3s 0 ease-in-out;
  animation-iteration-count: infinite;
}
.wrap .interview_box .text_area h5 {
  font-size: 20px;
  color: #ed0100;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .wrap .interview_box .text_area h5 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .wrap .interview_box .text_area h5 br {
    display: none;
  }
}
.wrap .interview_box .text_area p {
  line-height: 2em;
}
.wrap .interview_box .text_area.visible {
  animation: fadeUp 1s 0.3s ease-in-out;
  animation-fill-mode: forwards;
}
.wrap .interview_box:nth-of-type(2) {
  margin-left: 0;
  margin-right: 8vw;
  height: 920px;
  margin-bottom: 100px;
  /*.image_area*/
  /* .text_area*/
}
@media only screen and (max-width:768px) {
  .wrap .interview_box:nth-of-type(2) {
    margin-right: 0;
    height: auto;
    margin-bottom: 60px;
  }
}
.wrap .interview_box:nth-of-type(2) .image_area .people {
  right: auto;
  left: 0;
  box-shadow: 100px 150px 0 #fff2f2;
}
@media only screen and (max-width:768px) {
  .wrap .interview_box:nth-of-type(2) .image_area .people {
    box-shadow: none;
  }
}
.wrap .interview_box:nth-of-type(2) .text_area {
  left: auto;
  right: 3vw;
  z-index: 3;
  height: 550px;
  padding: 60px 20px 0 60px;
  box-sizing: border-box;
  /*dl*/
  /*.text_inner*/
}
@media only screen and (max-width:768px) {
  .wrap .interview_box:nth-of-type(2) .text_area {
    width: 90%;
    padding: 0;
    height: 390px;
  }
}
.wrap .interview_box:nth-of-type(2) .text_area dl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wrap .interview_box:nth-of-type(2) .text_area dl dt {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.wrap .interview_box:nth-of-type(2) .text_area dl dd {
  font-size: 18px;
  font-weight: 500;
}
.wrap .interview_box:nth-of-type(2) .text_area dl dd span {
  font-size: 14px;
  display: inline-block;
  padding-left: 5px;
  vertical-align: 1px;
}
.wrap .interview_box:nth-of-type(2) .text_area .text_inner {
  height: 350px;
  overflow: auto;
}
.wrap .interview_box:nth-of-type(2) .text_area .text_inner h5 {
  margin-bottom: 5px;
  width: 90%;
  font-size: 16px;
}
.wrap .interview_box:nth-of-type(2) .text_area .text_inner p {
  margin-bottom: 20px;
  width: 90%;
}
.wrap .interview_box:nth-of-type(3) {
  /*.text_inner*/
}
.wrap .interview_box:nth-of-type(3) .text_inner {
  height: 300px;
  overflow: auto;
}
.wrap .interview_box:nth-of-type(3) .text_inner h5 {
  margin-bottom: 5px;
  width: 90%;
  font-size: 16px;
}
.wrap .interview_box:nth-of-type(3) .text_inner p {
  margin-bottom: 20px;
  width: 90%;
}

/*.wrap*/
/*双洋営業部*/
.wrap.soyo .interview_box {
  margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
  .wrap.soyo .interview_box {
    margin-bottom: 10px;
  }
}
.wrap.soyo .interview_box .text_area {
  padding-bottom: 40px;
}
.wrap.soyo .interview_box:nth-of-type(2) {
  margin-bottom: 100px;
}
@media only screen and (max-width:768px) {
  .wrap.soyo .interview_box:nth-of-type(2) {
    margin-bottom: 60px;
  }
}

/*コンテナ営業部*/
.wrap.contena .interview_box {
  margin-bottom: 100px;
}
@media only screen and (max-width:768px) {
  .wrap.contena .interview_box {
    margin-bottom: 40px;
  }
}
.wrap.contena .image_area h4 {
  padding: 10px 55px 40px;
}
.wrap.contena .image_area dl {
  top: 370px;
}
.wrap.contena .text_area {
  top: 472px;
}

/*　++++++++++++++サイドエントリーボタン++++++++++++++　*/
.side_entry a {
  display: block;
  width: 85px;
  height: 100px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 9999;
  /*p*/
}
.side_entry a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: #fe7d2d;
  background: -moz-linear-gradient(bottom left, #ed0100 0%, #ffb405 100%, #fe7d2d 70%);
  background: -webkit-gradient(linear, left bottom, right top, from(#ed0100), color-stop(100%, #ffb405), to(#fe7d2d));
  background: -webkit-linear-gradient(bottom left, #ed0100 0%, #ffb405 100%, #fe7d2d 70%);
  background: -o-linear-gradient(bottom left, #ed0100 0%, #ffb405 100%, #fe7d2d 70%);
  background: linear-gradient(to top right, #ed0100 0%, #ffb405 100%, #fe7d2d 70%);
}
.side_entry a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: #fe7d2d;
  background: -moz-linear-gradient(bottom left, #ffb405 0%, #ed0100 100%, #fe7d2d 70%);
  background: -webkit-gradient(linear, left bottom, right top, from(#ed0100), color-stop(100%, #ed0100), to(#ffb405));
  background: -webkit-linear-gradient(bottom left, #ffb405 0%, #ed0100 100%, #fe7d2d 70%);
  background: -o-linear-gradient(bottom left, #ffb405 0%, #ed0100 100%, #fe7d2d 70%);
  background: linear-gradient(to top right, #ffb405 0%, #ed0100 100%, #fe7d2d 70%);
}
.side_entry a:hover:before {
  opacity: 0;
}
.side_entry a p {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 0;
}
.side_entry a p:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/recruit/ico_entry.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.side_entry a p.jp {
  font-size: 12px;
  padding: 8px 0;
  margin-bottom: 0;
  background-color: rgba(164, 0, 0, 0.4);
  position: relative;
}
.side_entry a p.jp:before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: auto;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff;
  transition: 0.3s;
}

/*.side_entry a*/
/*　++++++++++++++下部エントリーボタン++++++++++++++　*/
.btn_area {
  width: 1000px;
  margin: 0 auto;
  /*.entry a*/
}
@media only screen and (max-width:768px) {
  .btn_area {
    width: 100%;
  }
}
.btn_area h6 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px) {
  .btn_area h6 {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
    letter-spacing: 0.02em;
  }
  .btn_area h6 br {
    display: none;
  }
}
.btn_area .entry a {
  display: block;
  width: 400px;
  height: 94px;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
@media only screen and (max-width:768px) {
  .btn_area .entry a {
    width: 90%;
    height: 84px;
    margin-bottom: 50px;
  }
}
.btn_area .entry a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background: #fe7d2d;
  background: -moz-linear-gradient(bottom left, #ed0100 0%, #ffb405 100%, #fe7d2d 70%);
  background: -webkit-gradient(linear, left bottom, right top, from(#ed0100), color-stop(100%, #ffb405), to(#fe7d2d));
  background: -webkit-linear-gradient(bottom left, #ed0100 0%, #ffb405 100%, #fe7d2d 70%);
  background: -o-linear-gradient(bottom left, #ed0100 0%, #ffb405 100%, #fe7d2d 70%);
  background: linear-gradient(to top right, #ed0100 0%, #ffb405 100%, #fe7d2d 70%);
}
.btn_area .entry a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: #fe7d2d;
  background: -moz-linear-gradient(bottom left, #ffb405 0%, #ed0100 100%, #fe7d2d 70%);
  background: -webkit-gradient(linear, left bottom, right top, from(#ed0100), color-stop(100%, #ed0100), to(#ffb405));
  background: -webkit-linear-gradient(bottom left, #ffb405 0%, #ed0100 100%, #fe7d2d 70%);
  background: -o-linear-gradient(bottom left, #ffb405 0%, #ed0100 100%, #fe7d2d 70%);
  background: linear-gradient(to top right, #ffb405 0%, #ed0100 100%, #fe7d2d 70%);
}
.btn_area .entry a:hover:before {
  opacity: 0;
}
.btn_area .entry a p {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width:768px) {
  .btn_area .entry a p {
    font-size: 30px;
  }
}
.btn_area .entry a p:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/recruit/ico_entry.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 100px;
}
@media only screen and (max-width:768px) {
  .btn_area .entry a p:before {
    left: 20vw;
    top: 15px;
  }
}
.btn_area .entry a p.jp {
  font-size: 12px;
  padding: 8px 0;
  margin-bottom: 0;
  background-color: rgba(164, 0, 0, 0.4);
  position: relative;
}
.btn_area .entry a p.jp:before {
  content: "";
  position: absolute;
  display: block;
  top: 11px;
  left: auto;
  right: 160px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff;
  transition: 0.3s;
}
@media only screen and (max-width:768px) {
  .btn_area .entry a p.jp:before {
    right: 32vw;
  }
}
.btn_area .entry a:hover p.jp:before {
  right: 155px;
}

/*.btn_area*/
/*　++++++++++++++カテゴリナビ++++++++++++++　*/
.category_nav {
  width: 100%;
  background-color: #fff2f2;
  height: 120px;
  /*.inner*/
}
@media only screen and (max-width:768px) {
  .category_nav {
    height: auto;
  }
}
.category_nav .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 50px;
  /*h6*/
  /*ul*/
}
@media only screen and (max-width:768px) {
  .category_nav .inner {
    width: 90%;
    padding-top: 30px;
    text-align: center;
  }
}
.category_nav .inner h6 {
  display: inline-block;
  background-color: #fff;
  color: #ed0100;
  padding: 5px 10px 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 200px;
}
@media only screen and (max-width:768px) {
  .category_nav .inner h6 {
    font-size: 12px;
    left: 0;
  }
}
.category_nav .inner h6:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.category_nav .inner ul {
  width: 410px;
  margin: 0 auto;
  /*li a*/
}
@media only screen and (max-width:768px) {
  .category_nav .inner ul {
    width: 100%;
    padding-bottom: 30px;
  }
}
.category_nav .inner ul li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 50px;
  float: left;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width:768px) {
  .category_nav .inner ul li a {
    float: none;
    margin-right: 0;
    line-height: 2em;
    font-size: 14px;
  }
}
.category_nav .inner ul li a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ed0100;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media only screen and (max-width:768px) {
  .category_nav .inner ul li a:after {
    display: none;
  }
}
.category_nav .inner ul li a:hover {
  color: #ed0100;
}
.category_nav .inner ul li a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media only screen and (max-width:768px) {
  .category_nav .inner ul li a:hover:after {
    display: none;
  }
}
.category_nav .inner ul li:last-of-type a {
  margin-right: 0;
}
.category_nav .inner ul li a.select {
  color: #ed0100;
}
.category_nav .inner ul li a.select:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ed0100;
  bottom: -10px;
  left: 0;
  transform: none;
}
@media only screen and (max-width:768px) {
  .category_nav .inner ul li a.select:after {
    display: none;
  }
}

/*..category_nav*/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeUpSp {
  0% {
    opacity: 0;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: -45px;
  }
}
@keyframes en_anim {
  0% {
    opacity: 0;
    letter-spacing: 0.1em;
  }
  100% {
    opacity: 1;
    letter-spacing: 0.02em;
  }
}
@keyframes scroll {
  0% {
    left: 50px;
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    left: 150px;
    opacity: 0;
  }
}/*# sourceMappingURL=interview.css.map */