/*-----------------------------------------------------

  Interview CSS

-----------------------------------------------------*/
.idx-mv {
  position: relative;
  width: 100%;
  height: 530px;
  margin-bottom: 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .idx-mv {
    height: 0;
    margin-bottom: 25px;
    padding-top: 46.66%;
  }
}

.idx-mv .pic-block {
  position: relative;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .idx-mv .pic-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.idx-mv .pic-block .pic1,
.idx-mv .pic-block .pic2,
.idx-mv .pic-block .pic3,
.idx-mv .pic-block .pic4,
.idx-mv .pic-block .pic5,
.idx-mv .pic-block .pic6 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
  -webkit-animation-name: itv-pic-fade-l2r;
  animation-name: itv-pic-fade-l2r;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .idx-mv .pic-block .pic1,
  .idx-mv .pic-block .pic2,
  .idx-mv .pic-block .pic3,
  .idx-mv .pic-block .pic4,
  .idx-mv .pic-block .pic5,
  .idx-mv .pic-block .pic6 {
    height: 100%;
  }
}

.idx-mv .pic-block .pic1 img,
.idx-mv .pic-block .pic2 img,
.idx-mv .pic-block .pic3 img,
.idx-mv .pic-block .pic4 img,
.idx-mv .pic-block .pic5 img,
.idx-mv .pic-block .pic6 img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .idx-mv .pic-block .pic1 img,
  .idx-mv .pic-block .pic2 img,
  .idx-mv .pic-block .pic3 img,
  .idx-mv .pic-block .pic4 img,
  .idx-mv .pic-block .pic5 img,
  .idx-mv .pic-block .pic6 img {
    position: static;
    width: auto;
    height: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.idx-mv .pic-block .pic1 {
  width: 24.7%;
  left: 0%;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.idx-mv .pic-block .pic2 {
  width: 42.22%;
  left: 0%;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.idx-mv .pic-block .pic3 {
  width: 42.96%;
  left: 16.86%;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.idx-mv .pic-block .pic4 {
  width: 42.96%;
  left: 34.45%;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.idx-mv .pic-block .pic5 {
  width: 42.96%;
  left: 52.05%;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.idx-mv .pic-block .pic6 {
  width: 30.35%;
  left: 69.64%;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.idx-mv .pic-block::after {
  content: '';
  position: absolute;
  background-image: url(/recruit/assets/images/cmn-mv-overlay.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.idx-mv .ttl-01 {
  opacity: 0;
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-animation-name: itv-ttl-fade-b2t;
  animation-name: itv-ttl-fade-b2t;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes itv-pic-fade-l2r {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes itv-pic-fade-l2r {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes itv-ttl-fade-b2t {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes itv-ttl-fade-b2t {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.itv-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list {
    margin-bottom: 30px;
  }
}

.itv-list .itv {
  width: 33.333%;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list .itv {
    width: 100%;
  }
}

.itv-list .itv .wrap {
  position: relative;
  display: inline-block;
  padding: 16px 25px 60px 18px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list .itv .wrap {
    width: 50%;
    padding: 10px 12px 22px 10px;
  }
}

.itv-list .itv a {
  color: #333;
}

.itv-list .itv .pic {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
}

.itv-list .itv .pic::after {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #093f77), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left top, #093f77 50%, transparent 50%);
  background: -o-linear-gradient(left top, #093f77 50%, transparent 50%);
  background: linear-gradient(to right bottom, #093f77 50%, transparent 50%);
  width: 93%;
  height: 87%;
  top: -16px;
  left: -18px;
  z-index: -1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list .itv .pic::after {
    top: -10px;
    left: -10px;
  }
}

.itv-list .itv .pic .img-wrap {
  background-color: #fff;
  display: block;
}

.itv-list .itv .pic img {
  position: relative;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  z-index: 2;
}

.itv-list .itv .pic .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 15px;
  z-index: 3;
}

.itv-list .itv .pic .caption:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list .itv .pic .caption img {
    width: 50%;
  }
}

.itv-list .itv a:hover .pic img {
  opacity: 0.7;
}

.itv-list .itv .txt {
  position: absolute;
  background-color: #fff;
  width: 164px;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 4;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list .itv .txt {
    width: 90px;
  }
}

.itv-list .itv .txt .join {
  padding: 15px 10px 0 10px;
  font-size: 1.4rem;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list .itv .txt .join {
    padding: 8px 5px 0 5px;
    font-size: 1.0rem;
  }
}

.itv-list .itv .txt .name {
  padding: 10px 10px 15px 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list .itv .txt .name {
    padding: 5px 5px 8px 5px;
    font-size: 1.2rem;
  }
}

.itv-list .itv .txt .div {
  background-color: #093f77;
  padding: 8px 10px 5px 10px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.57;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-list .itv .txt .div {
    font-size: 1.0rem;
  }
}

#itv-index {
  padding: 50px 0 50px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #itv-index {
    padding: 0 0 25px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #itv-index .inner {
    overflow: hidden;
  }
}

#itv-index .lead {
  margin-bottom: 60px;
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #itv-index .lead {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: left;
  }
}

#itv-index .itv-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#itv-index .itv-list .itv {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #itv-index .itv-list .itv {
    width: 50%;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #itv-index .itv-list .itv .wrap {
    width: 90%;
    padding: 10px 12px 25% 10px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #itv-index .itv-list .itv {
    margin-bottom: 30px;
  }
}

.itv-item {
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item {
    height: auto;
    margin-bottom: 0;
  }
}

.itv-item .pic-block {
  position: relative;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .pic-block {
    height: 0;
    padding-top: 37.3%;
  }
}

.itv-item .pic-block .pic-main {
  background-color: #eee;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.itv-item .pic-block .pic-main img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .pic-block .pic-main img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.itv-item .txt-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #000;
  z-index: 2;
}

.itv-item .txt-block .inner {
  min-width: 1240px;
  max-width: 1240px;
  height: 420px;
  margin: 0 auto;
  padding: 45px 20px 40px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .inner {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    padding: 15px 20px 15px;
  }
}

.itv-item .txt-block .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: left;
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .inner2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}

.itv-item .txt-block .ttl-block {
  display: inline-block;
  width: auto;
}

.itv-item .txt-block .ttl-block .sttl {
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-name: itv-mvttl-fade-b2t;
  animation-name: itv-mvttl-fade-b2t;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .ttl-block .sttl {
    margin-bottom: 2px;
  }
}

.itv-item .txt-block .ttl-block .sttl span {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding-right: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .ttl-block .sttl span {
    margin-right: 5px;
    padding-right: 11px;
    font-size: 1.4rem;
  }
}

.itv-item .txt-block .ttl-block .sttl span::after {
  content: '/';
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 3.0rem;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .ttl-block .sttl span::after {
    top: -4px;
    font-size: 1.8rem;
  }
}

.itv-item .txt-block .ttl-block .ttl {
  display: inline-block;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.47;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-name: itv-mvttl-fade-b2t;
  animation-name: itv-mvttl-fade-b2t;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .ttl-block .ttl {
    font-size: 1.8rem;
  }
}

.itv-item .txt-block .prof-block {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation-name: itv-mvttl-fade-b2t;
  animation-name: itv-mvttl-fade-b2t;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .prof-block {
    margin-top: 5px;
  }
}

.itv-item .txt-block .prof-block .prof {
  display: inline-block;
  background-color: #1e4d7b;
  width: auto;
  padding: 20px;
  color: #fff;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .prof-block .prof {
    padding: 5px 15px;
  }
}

.itv-item .txt-block .prof-block .prof .join {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .prof-block .prof .join {
    font-size: 1.0rem;
  }
}

.itv-item .txt-block .prof-block .prof .name {
  display: inline-block;
  margin-right: 1em;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .prof-block .prof .name {
    display: block;
    font-size: 1.5rem;
  }
}

.itv-item .txt-block .prof-block .prof .dep {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .itv-item .txt-block .prof-block .prof .dep {
    display: block;
    font-size: 1.0rem;
  }
}

@-webkit-keyframes itv-mvttl-fade-b2t {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes itv-mvttl-fade-b2t {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #mv .sp-ttl .ttl {
    background-color: #e5e5e5;
    margin-bottom: 35px;
    padding: 8px 20px;
    font-size: 1.7rem;
    font-weight: bold;
  }
}

body.detail02 .itv-item .txt-block .inner2,
body.detail03 .itv-item .txt-block .inner2,
body.detail06 .itv-item .txt-block .inner2 {
  float: right;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  body.detail02 .itv-item .txt-block .inner2,
  body.detail03 .itv-item .txt-block .inner2,
  body.detail06 .itv-item .txt-block .inner2 {
    float: left;
  }
}

body.detail02 .itv-item .txt-block .inner2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  body.detail02 .itv-item .txt-block .inner2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  body.detail03 .itv-item .txt-block .sttl {
    color: #fff;
  }
}

#projectstory-link {
  padding-bottom: 150px;
}

#projectstory-link .ttl {
  margin-bottom: 70px;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #projectstory-link .ttl {
    margin-bottom: 35px;
  }
}

#projectstory-link .ttl span {
  display: inline-block;
  background-image: url(../../business/images/ico-ttl-slash1.png), url(../../business/images/ico-ttl-slash1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 center, right center;
  background-size: auto auto;
  padding: 0 50px;
  font-size: 3.2rem;
  line-height: 48px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #projectstory-link .ttl span {
    background-size: auto 29px;
    padding: 0 25px;
    font-size: 1.9rem;
    line-height: 29px;
  }
}

#projectstory-link .lead {
  font-size: 2.0rem;
  line-height: 1.9;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #projectstory-link .lead {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: justify;
  }
}

#projectstory-link .clm-story {
  position: relative;
  background-image: url(../../business/images/project-story-pc.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 260px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #projectstory-link .clm-story {
    background-image: url(../../business/images/project-story-sp.jpg);
    padding-top: 47%;
  }
}

#projectstory-link .clm-story .story-wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#projectstory-link .clm-story .story-wrap .story-ttl {
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #projectstory-link .clm-story .story-wrap .story-ttl {
    margin-bottom: 35px;
  }
}

#projectstory-link .clm-story .story-wrap .story-ttl strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #projectstory-link .clm-story .story-wrap .story-ttl strong {
    font-size: 2.1rem;
  }
}

#projectstory-link .clm-story .story-wrap .story-ttl span {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #projectstory-link .clm-story .story-wrap .story-ttl span {
    font-size: 1.2rem;
  }
}

#projectstory-link .clm-story .story-wrap .btn {
  width: 344px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #projectstory-link .clm-story .story-wrap .btn {
    width: 215px;
  }
}

#projectstory-link .clm-story .story-wrap .btn a span {
  padding-right: 40px;
  letter-spacing: 0.1em;
}

#projectstory-link .clm-story .story-wrap .btn-blue span {
  padding-right: 20px;
}

.clm-itv {
  margin-bottom: 80px;
}

.clm-itv .clm-wrap {
  position: relative;
  width: 100%;
}

.clm-itv .clm-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.clm-itv .clm-wrap .pic {
  position: relative;
  width: 45%;
  z-index: 2;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv .clm-wrap .pic {
    width: 100%;
  }
}

.clm-itv .clm-wrap .pic::after {
  content: '';
  position: absolute;
  background-image: url(../../images/itv-bg2.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  width: 240px;
  height: 240px;
  z-index: -1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv .clm-wrap .pic::after {
    background-size: 12px 9px;
    width: 120px;
    height: 120px;
  }
}

.clm-itv .clm-wrap .pic img {
  position: relative;
}

.clm-itv .clm-wrap .txt-block {
  position: relative;
  width: 50.5%;
  z-index: 1;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv .clm-wrap .txt-block {
    background-image: url(../../images/itv-bg.gif);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 40px 40px;
    width: 100%;
    padding: 20px 35px;
  }
}

.clm-itv .clm-wrap .txt-block::before {
  content: '';
  background-image: url(../images/itv-ttl-slash.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto auto;
  position: absolute;
  width: 71px;
  height: 88px;
  top: -130px;
  left: -81px;
  z-index: 3;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv .clm-wrap .txt-block::before {
    background-size: 100% auto;
    width: 35px;
    height: 44px;
    top: -15px;
    left: 10px;
  }
}

.clm-itv .clm-wrap .txt-block::after {
  content: '';
  background-image: url(../../images/itv-bg.gif);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto auto;
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  top: -100px;
  left: -100px;
  z-index: 0;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv .clm-wrap .txt-block::after {
    display: none;
  }
}

.clm-itv .clm-wrap .txt-block .clm-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  z-index: 3;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv .clm-wrap .txt-block .clm-ttl {
    margin-bottom: 15px;
  }
}

.clm-itv .clm-wrap .txt-block .clm-ttl span {
  font-size: 2.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv .clm-wrap .txt-block .clm-ttl span {
    font-size: 1.7rem;
  }
}

.clm-itv .clm-wrap .txt-block p {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
  z-index: 3;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv .clm-wrap .txt-block p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.clm-itv.pic-r .pic {
  float: right;
}

.clm-itv.pic-r .txt-block {
  float: left;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv.pic-r .pic,
  .clm-itv.pic-r .txt-block {
    float: none;
  }
}

.clm-itv.pic-l .pic {
  float: left;
}

.clm-itv.pic-l .txt-block {
  float: right;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv.pic-l .pic,
  .clm-itv.pic-l .txt-block {
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .clm-itv {
    padding-top: 130px;
  }
  .clm-itv#itv1 .pic {
    margin-top: 212px;
  }
  .clm-itv#itv1 .pic::after {
    top: -100px;
    right: -100px;
  }
  .clm-itv#itv2 .clm-wrap::before {
    content: '';
    position: absolute;
    background-image: url(../../images/itv-bg2.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto auto;
    width: 240px;
    height: 240px;
    bottom: 0;
    left: 250px;
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 812px) and (orientation: landscape) {
  .clm-itv#itv2 .clm-wrap::before {
    background-size: 12px 9px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  .clm-itv#itv2 .pic {
    width: 53%;
    margin-top: 20px;
    margin-left: -100px;
    padding-bottom: 210px;
  }
  .clm-itv#itv2 .pic::after {
    display: none;
    bottom: 0;
    right: -64px;
  }
  .clm-itv#itv2 .txt-block::before {
    left: -20px;
  }
  .clm-itv#itv3 .pic {
    margin-top: 110px;
    padding-bottom: 115px;
  }
  .clm-itv#itv3 .pic::after {
    bottom: 0;
    right: -100px;
  }
  .clm-itv#itv4 .clm-wrap {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .clm-itv#itv4 .pic {
    margin-top: -170px;
    padding-bottom: 110px;
  }
  .clm-itv#itv4 .pic::before {
    content: '';
    background-image: url(../images/itv-ttl-slash.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto auto;
    position: absolute;
    width: 71px;
    height: 88px;
    top: 42px;
    right: -35px;
    z-index: 3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 812px) and (orientation: landscape) {
  .clm-itv#itv4 .pic::before {
    background-size: 100% auto;
    width: 35px;
    height: 44px;
    top: -15px;
    left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .clm-itv#itv4 .pic::after {
    bottom: 0;
    left: -100px;
  }
  .clm-itv#itv4 .txt-block::before {
    display: none;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  .clm-itv {
    padding-top: 0;
  }
  .clm-itv .pic {
    margin: 0;
    padding: 0 20px 0 20px;
  }
  .clm-itv#itv1 .pic {
    margin-top: 30px;
  }
  .clm-itv#itv1 .pic img {
    width: 82%;
    height: auto;
  }
  .clm-itv#itv1 .pic::after {
    top: -60px;
    right: 20px;
  }
  .clm-itv#itv1 .txt-block {
    padding-bottom: 40px;
  }
  .clm-itv#itv2 .pic {
    margin-top: -30px;
    padding-bottom: 30px;
  }
  .clm-itv#itv2 .pic img {
    width: 82%;
    height: auto;
  }
  .clm-itv#itv2 .pic::after {
    bottom: 0;
    right: 0;
  }
  .clm-itv#itv2 .txt-block {
    padding-bottom: 50px;
  }
  .clm-itv#itv3 .pic {
    margin-top: -30px;
    padding-bottom: 30px;
  }
  .clm-itv#itv3 .pic img {
    width: 82%;
    height: auto;
  }
  .clm-itv#itv3 .pic::after {
    bottom: 0;
    right: 0;
  }
  .clm-itv#itv3 .txt-block {
    padding-bottom: 50px;
  }
  .clm-itv#itv4 .pic {
    margin-top: -30px;
    padding-bottom: 40px;
    text-align: right;
  }
  .clm-itv#itv4 .pic img {
    width: 82%;
    height: auto;
  }
  .clm-itv#itv4 .pic::after {
    bottom: 0;
    left: 20px;
  }
  .clm-itv#itv4 .txt-block {
    padding-bottom: 50px;
  }
}

#other-itv {
  padding: 30px 0 50px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #other-itv .inner {
    overflow: hidden;
  }
}

#other-itv .ttl {
  margin-bottom: 40px;
  font-size: 2.0rem;
  color: #797979;
  text-align: center;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #other-itv .ttl {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #other-itv .ttl span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #8099c4;
  }
}

#other-itv .slick-arrow {
  background: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 73px;
  height: 0;
  top: 50%;
  border: 0;
  padding-top: 73px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #other-itv .slick-arrow {
    width: 35px;
    padding-top: 35px;
    background-size: 35px auto;
  }
}

#other-itv .slick-arrow.slick-disabled {
  cursor: default;
}

#other-itv .slick-prev {
  background-image: url(/recruit/images/itv-prev.png);
  left: -150px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #other-itv .slick-prev {
    left: 0;
  }
}

#other-itv .slick-next {
  background-image: url(/recruit/images/itv-next.png);
  right: -150px;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #other-itv .slick-next {
    right: 0;
  }
}

#other-itv .btn {
  width: 342px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px), only screen and (max-width: 812px) and (orientation: landscape) {
  #other-itv .btn {
    text-align: center;
  }
}

/*# sourceMappingURL=interview.css.map */