@charset "utf-8";

.main_area{
  position: relative;
  background: url(../img/interview/header_image01.jpg) center top no-repeat;
  background-size: cover;
  height: 450px;
  margin-bottom: 20px;
}
.main_area.interview02{
  background: url(../img/interview/header_image02.jpg) center top no-repeat;
  background-size: cover;
}
.main_area.interview03{
  background: url(../img/interview/header_image03.jpg) center top no-repeat;
  background-size: cover;
  background-position: right;
}
.main_area h2{
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 5px 40px;
  color: #67D407;
  font-size: 38px;
}


@media screen and (max-width: 768px) {
  .main_area {
    position: relative;
    margin-bottom:0;
    background: none;
    height: auto;
  } 
  .main_area .container{
    padding: 0;
  }
  .main_area h2 {
    padding: 5px 10px;
    font-size: 18px;
  }

}

.sec0{
  margin-bottom: 4em;
}
.sec0 h2{
  font-size: 40px;
}

.content_title .col_txt{
  width: 60%;
}


.content_title .col_txt p, .content_title .col_txt h2{
  padding-left: 40px;
}


.content_title .col_img{
  width: 30%;
}
.content_title .col_txt p.recruit{
  font-weight: 600;
  font-size: 20px;
  padding: 5px 10px;
  border-bottom: 3px solid #67D407;
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .content_title .col_img {
    width:100%;
    text-align: center;
    padding: 0 1em;
  }
  .content_title .col_txt {
    width:100%;
    padding: 0 1em;
  }
  .sec0 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/*interview*/
#interview{
  padding:0 0 6em;
  margin-bottom:8em;
}

#interview .interview_area {
  justify-content:space-between;
  align-items: flex-start;
  padding: 2em;
  position: relative;
  flex-wrap: nowrap;
}

#interview .col{
  /* width: calc(33.33333333% - 40px);
  min-width: 300px; */
  width: calc(33.33333333% - 20px);
  min-width: 280px;
  position: relative;
}

#interview .col .inner{
  position: absolute;
  font-size: 16px;
  bottom: -4em;
  left: 0;
  width: 100%;
}



#interview .col .inner h4{
  font-size: 13px;
  background: #67D407;
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  color: #fff;
}

#interview .col .inner p{
  text-align: left;
  padding: .5em 1em;
  background: #fff;
  box-shadow: 0 5px 10px 0px #ababab;
}


@media screen and (max-width: 768px) {
  #interview {
    padding: 4em 0 0em;
    margin-bottom:4em;
  }
  #interview .interview_area {
    flex-direction: column;
    padding: 0;
  }
  #interview .interview_tit {
    width: 100%;
    margin-bottom: 3em;
  }
  #interview h3 {
    display: none;
  }
  #interview .interview_area:after {
    left: 0;
    top: 80px;
    width: 85%;
  }
  #interview {
    padding: 0;
    display: block;
    padding: 2em;
  }
  #interview .col {
    width: 100%;
    min-width: auto;
    position: relative;
    text-align: center;
  }
  #interview .col.col01 {
    margin-left: 0%;
    margin-top: 0;
  }
  #interview .col .inner {
    position: absolute;
    padding: 0;
    font-size: 16px;
    width: 100%;
    text-align: left;
  }
  #interview .col .inner p {
    text-align: left;
    padding: .5em;
    font-size: 14px;
  }

  #interview .col.col02 {
    margin-top: 8em;
  }
  #interview .col.col03 {
    margin-top: 8em;
    margin-left: 0%;
  }
  #interview .col.col03 .inner {
    right: inherit;
    bottom: 0;
    left: 0;
  }
}




div.block{
  padding: 5em 0;
  position: relative;
}

div.block.block_right:after{
  position: absolute;
  content: "";
  left:80px;
  top: 0;
  width: 200%;
  height: calc(100% - 80px);
  background: #F5FFF0;
  z-index: -1;
}
div.block.block_left:after{
  position: absolute;
  content: "";
  right:80px;
  top: 0;
  width: 200%;
  height: calc(100% - 80px);
  background: #F5FFF0;
  z-index: -1;
}

.works_detail{
  margin-bottom: 4em;
}
.works_detail .col{
  width: 50%;
}
.works_detail .col_txt{
  width: 47%;
}
.works_detail .col_txt h4{
  font-size: 23px;
  margin-bottom: 20px;
}
.col_img .col_img_inner img{
  max-width: inherit;
}
.block_left .col_img .col_img_inner{
 float: right;
}
.block_right .col_img .col_img_inner{
  float: left;
}

@media screen and (max-width: 768px) {
  div.block {
    padding: 2em 0;
    position: relative;
  }
  .works_detail .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .works_detail .col_txt {
    width:100%;
  }
  .col_img .col_img_inner img {
    max-width: 100%;
  }
  .works_detail .col_txt h4 {
      font-size: 18px;
      margin-bottom: 20px;
  }
}



#interview01{
  margin-bottom: 6em;
}
#interview02{
  margin-bottom: 4em;
}
#interview03 div.block{
  padding:0 0 3em 0;
  position: relative;
}

#interview03 .works_detail .col_txt{
  width: 100%;
}

#interview04{
  margin-bottom: 4em;
}
#interview04 div.block{
  padding:0 0 3em 0;
  position: relative;
}
#interview04 .works_detail .col_img{
  width: 30%;
}
#interview04 .works_detail .col_txt{
  width: 65%;
}


@media screen and (max-width: 768px) {
  #interview01 {
    margin-bottom: 0em;
  }
  #interview02 {
    margin-bottom: 0;
  }
  #interview03 div.block {
    padding: 0;
    position: relative;
  }
  #interview04 {
    margin-bottom: 2em;
}
  #interview04 .works_detail .col_img {
    width: 100%;
  }
  #interview04 .works_detail .col_txt {
    width: 100%;
  }
  #interview04 div.block {
    padding: 0;
    position: relative;
  }
}