/* tag
---------------------------------------------------------------------------------------*/
.tag {
  width: 100%;
  margin-bottom: 30px;
}

.tag {
  opacity: 5;
}

.mv .inner .mvText {
  position: absolute;
  width: 17%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.tag ul li:last-child {
  margin-right: 0px;
}

#pink .tag ul li {
  display: inline-block;
  margin-right: 3px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #051330;
  text-align: center;
  border-radius: 30px;
  line-height: 1;
  background: linear-gradient(#fd3ea1, #f86ea8);
}

#blue .tag ul li {
  display: inline-block;
  margin-right: 3px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #051330;
  text-align: center;
  border-radius: 30px;
  line-height: 1;
  background: linear-gradient(#81e6ef, #8feff5);
}

#yellow .tag ul li {
  display: inline-block;
  margin-right: 3px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  line-height: 1;
  background: linear-gradient(#fffe58, #fffbaa);
  color: #051330;
}

#pink .mainTitle {
  background: url(/recruit/images/area_title_bg_y.png) top left 78% no-repeat;
}

#blue .mainTitle {
  background: url(/recruit/images/area_title_bg_y.png) top left 78% no-repeat;
}

#yellow .mainTitle {
  background: url(/recruit/images/area_title_bg_b.png) top left 78% no-repeat;
}

/*tag*/

.tag {
  width: 100%;
  margin-bottom: 30px;
}

.tag.pink ul li.choice {
  background: #f86ea8;
}

.interview {
  padding: 80px 0;
  overflow: hidden;
}

.interview .titleBox span {
  width: 10%;
  display: inline-block;
  margin-bottom: 5px;
}

.people.left {
  float: left;
}

.people.right {
  float: right;
}

.peopleBox {
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.people {
  width: 48%;
  overflow: hidden;
  margin-bottom: 30px;
}

.people .imgBox {
  width: 48%;
  float: left;
}

.imgBox .intervuew_img img {
  width: 100%;
}

.people .interview_txt {
  width: 48%;
  float: right;
}

.people .interview_txt ul li.workTitle {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}

.people .interview_txt ul li.name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  color: #051330;
}

.people .interview_txt ul li.worktag {
  padding: 3px 22px;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #051330;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  margin-right: 5px;
}

.people .interview_txt ul li.txt {
  border-top: 1px dotted #051330;
  padding-top: 10px;
  margin-top: 8px;
}

.people figure {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-right: 4%;
  border-radius: 100%;
  background: #fffeaf;
}


.people figure img {
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  height: auto;
}


/* 検索
---------------------------------------------------------------------------------------*/


.keywordBox #form4 {
    position: relative;
    max-width: 100%;
    margin: 0 auto 5px;
}

.keywordBox #sbox4 {
    height: 39px;
    padding: 0 10px;
    left: 0;
    top: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 13px;
}

.keywordBox #sbtn4 {
    height: 30px;
    width: 36px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    color: #383940;
    border: none;
  cursor: pointer;
}

.keywordBox #sbtn4 .keyword {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99;
    font-size: 15px;
}

.keywordBox p.info {
    font-size: 13px;
    margin-bottom: 50px;
    font-weight: normal;
    line-height: 1.5;
}


/*
.keyword input {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  letter-spacing: .1em;
}
*/

/*
.keyword_search img {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 39px;
  padding: 13px;
}
*/


/*
.keyword_search {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 34px;
  height: 43px;
}

i.fa.fa-search {
  position: absolute;
  right: 13px;
  top: 13px;
}

.keyword {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 0 39px 0 13px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin: 0 auto 50px;
  font-size: 12px;
  line-height: 39px;
  letter-spacing: .1em;
  background: #fff;
}
*/


/*
.keywordBox {
  position: relative;
}

.abso {
  position: absolute;
  top: 1px;
  right: 8px;
}

input[type="submit"] {
  padding: 10px 20px;
  position: relative;
}

.abso img {
  position: absolute;
  margin-left: -35px;
  top: -5px;
  right: 0;
  width: 39px;
  height: 39px;
  padding: 13px;
  margin-top: 5px;
}
*/

/* pager
---------------------------------------------------------------------------------------*/

#main ul.pageNav01 {
  margin-top: 30px;
  padding: 10px 10px 5px;
  text-align: center;
}

#main ul.pageNav01 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
}

#main ul.pageNav01 li span,
#main ul.pageNav01 li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 20px 14px;
  background: #fff;
  border: 1px solid #aaa;
  text-decoration: none;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0;
  color: #f86ea8;
  border: 1px solid #f86ea8;
}

#main ul.pageNav01 li:first-child a,
#main ul.pageNav01 li:last-child a {
  font-size: 80%;
}

#main ul.pageNav01 li span {
  color: #fff;
  background: #f86ea8;
}

#main ul.pageNav01 li a:hover {
  background: #f86ea8;
  border-color: #fff;
}

/* interview_naka
---------------------------------------------------------------------------------------*/

.interview.naka {
  padding: 0;
}

.tag {
  margin-bottom: 20px;
  padding: 0 20px;
}


/* MV */
.mv.other {
  padding: 20px;
}

#pink .mv {
  background: #fde8f1;
}

#blue .mv {
  background: #f3feff;
}

#yellow .mv {
  background: #fffeaf;
}

.mv.other .inner {
  position: relative;
  width: 100%;
}

.mv.other .inner .mvText {
  position: absolute;
  width: 15%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.mv.other .inner .mvText img {
  width: 100%;
}

.mv.other .inner .mvShape {
  height: 780px;
  width: 100%;
}


.mv.other .inner .mvImg img {
  width: 100%;
}

.mv.other .inner .mvText {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 22px;
  color: #fff;
  width: 50%;
  font-weight: bold;
}

#pink .mv.other .inner .mvText .mainText h3 span {
  padding: 8px 15px;
  line-height: 3em;
  font-weight: bold;
  background: linear-gradient(#fd3ea1, #f86ea8);
  color: #051330;
}

#blue .mv.other .inner .mvText .mainText h3 span {
  padding: 8px 15px;
  line-height: 3em;
  font-weight: bold;
  background: linear-gradient(#81e6ef, #8feff5);
  color: #051330;
}

#yellow .mv.other .inner .mvText .mainText h3 span {
  padding: 8px 15px;
  line-height: 3em;
  font-weight: bold;
  background: linear-gradient(#fffe58, #fffbaa);
  color: #051330;
}

.interviewSubtxt {
  margin: 10px 0 10px 0;
}


/* interview naka 
---------------------------------------------------------------------------------------*/

/*area01*/

.interview .move .rellax {
  opacity: 0.5;
}

#pink .interview {
  background: #fde8f1;
}

#blue .interview {
  background: #f3feff;
}

#yellow .interview {
  background: #fffeaf;
}

#pink .area01 .contents {
  overflow: hidden;
  width: 100%;
  padding: 70px;
  background: url(/recruit/interview/img/interview01/area01_back.png) center center no-repeat;
  background-size: cover;
}

#blue .area01 .contents {
  overflow: hidden;
  width: 100%;
  padding: 70px;
  background: url(/recruit/interview/img/interview02/area02_back.png) center center no-repeat;
  background-size: cover;
}

#yellow .area01 .contents {
  overflow: hidden;
  width: 100%;
  padding: 70px;
  background: url(/recruit/interview/img/interview03/area03_back.png) center center no-repeat;
  background-size: cover;
}

.area01 .contents .area01_Img {
  width: 48%;
  float: left;
  border-radius: 20px;
  padding: 130px 0;
}

.area01 .contents .area01_txt {
  float: right;
  width: 48%;
  text-align: left;
}

#yellow .area01 .contents .area01_txt ul li {
  color: #051330;
}

.area01 .contents .area01_txt ul li:nth-child(1) {
  font-size: 22px;
  color: #051330;
  padding-bottom: 10px;
  border-bottom: 1px dotted #051330;
  margin-bottom: 10px;
  font-weight: bold;
}

#blue .area01 .contents .area01_txt ul li:nth-child(1) {
  font-size: 22px;
  color: #051330;
  padding-bottom: 10px;
  border-bottom: 1px dotted #051330;
  margin-bottom: 10px;
  font-weight: bold;
}

#yellow .area01 .contents .area01_txt ul li:nth-child(1) {
  font-size: 22px;
  color: #051330;
  padding-bottom: 10px;
  border-bottom: 1px dotted #051330;
  margin-bottom: 10px;
  font-weight: bold;
}

.area01 .contents .area01_txt ul li:nth-child(1) span {
  font-size: 16px;
  margin-left: 5px;
}

#pink .area01 .contents .area01_txt ul li:nth-child(2) {
  font-size: 16px;
  color: #051330;
  padding-bottom: 10px;
  border-bottom: 1px dotted #051330;
  margin-bottom: 20px;
  font-weight: bold;
}

#blue .area01 .contents .area01_txt ul li:nth-child(2) {
  font-size: 16px;
  color: #051330;
  padding-bottom: 10px;
  border-bottom: 1px dotted #051330;
  margin-bottom: 20px;
  font-weight: bold;
}

#yellow .area01 .contents .area01_txt ul li:nth-child(2) {
  font-size: 16px;
  color: #051332;
  padding-bottom: 10px;
  border-bottom: 1px dotted #051332;
  margin-bottom: 20px;
  font-weight: bold;
}

.area01 .contents .area01_txt ul li:nth-child(3) {
  font-size: 14px;
  color: #fff;
}

.area01 .contents .area01_txt ul li:nth-child(3) span {
  border-bottom: 1px dotted #fff;
  padding-bottom: 7px;
  width: 100%;
  line-height: 2.4em;
}

#blue .area01 .contents .area01_txt ul li:nth-child(3) span {
  border-bottom: 1px dotted #fff;
  padding-bottom: 7px;
  width: 100%;
  line-height: 2.4em;
  color: #fff;
}

#yellow .area01 .contents .area01_txt ul li:nth-child(3) span {
  border-bottom: 1px dotted #051330;
  padding-bottom: 7px;
  width: 100%;
  line-height: 2.4em;
}

/*area02*/

.area02 {
  padding-top: 70px;
  overflow: hidden;
}

.area02 .contents .qaBox {
  overflow: hidden;
  margin-bottom: 50px;
}

.contents .qaBox {
  position: relative;
  z-index: 99;
}

.area02 .contents .qaBox .area02_Img {
  width: 48%;
  border-radius: 20px;
}

.area02 .contents .qaBox .area02_Img.left {
  float: left;
}

.area02 .contents .qaBox .area02_Img.right {
  float: right;
}

.area02 .contents .qaBox .area02_Img img {
  width: 100%;
}

.area02 .contents .qaBox .area02_qanda {
  width: 48%;
  text-align: left;
}

.area02 .contents .qaBox .area02_qanda.left {
  width: 48%;
  float: left;
}

.area02 .contents .qaBox .area02_qanda.right {
  width: 48%;
  float: right;
}

.area02 .contents .qaBox .area02_qanda ul li:nth-child(1) {
      margin-bottom: 20px;
    margin-top: 5px;
}

#pink .area02 .contents .qaBox .area02_qanda ul li span.tilte {
  color: #fa6ab3;
  font-size: 34px;
  margin-right: 10px;
  display: inline-block;
  width: 5%;
  float: left;
  line-height: 1.3;
}

#blue .area02 .contents .qaBox .area02_qanda ul li span.tilte {
  color: #81e6ef;
  font-size: 34px;
  margin-right: 10px;
  display: inline-block;
  width: 5%;
  float: left;
  line-height: 1.3;
}

#yellow .area02 .contents .qaBox .area02_qanda ul li span.tilte {
  color: #051330;
  font-size: 34px;
  margin-right: 10px;
  display: inline-block;
  width: 5%;
  float: left;
  line-height: 1.3;
}

.area02 .contents .qaBox .area02_qanda ul li span.title_txt {
  font-size: 20px;
  font-weight: bold;
  color: #051330;
  border-bottom: 1px dotted #051330;
}

#pink .area02 .contents .qaBox .area02_qanda ul li span.title_txt {
  color: #051330;
  border-bottom: 1px dotted #051330;
}

#blue .area02 .contents .qaBox .area02_qanda ul li span.title_txt {
  color: #051330;
  border-bottom: 1px dotted #051330;
}

#yellow .area02 .contents .qaBox .area02_qanda ul li span.title_txt {
  color: #051330;
  border-bottom: 1px dotted #051330;
}

ul li span.txt {
  font-size: 14px;
  width: 92%;
  float: left;
}

/*area03*/

.area03 {
  padding: 0 0 70px 0;
}

#pink .area03 {
  background: #fffeaf;
}

#blue .area03 {
  background: #fffeaf;
}

#yellow .area03 {
  background: #f3feff;
}

#pink .area03 .contents .stepBox {
  overflow: hidden;
  z-index: 99;
  position: relative;
  padding: 50px;
  background-color: #f86ea8;
  border-radius: 20px;
  border: 1px solid #f86ea8;
}

#blue .area03 .contents .stepBox {
  overflow: hidden;
  z-index: 99;
  position: relative;
  padding: 50px;
  background-color: #81e6ef;
  border-radius: 20px;
  border: 1px solid #81e6ef;
}

#yellow .area03 .contents .stepBox {
  overflow: hidden;
  z-index: 99;
  position: relative;
  padding: 50px;
  background-color: #fffc61;
  border-radius: 20px;
  border: 1px solid #f8f402;
}

.area03 .contents .stepBox.blue {
  border: 1px solid #81e6ef;
  background-color: #81e6ef;
}

.area03 .contents .stepBox.yellow {
  border: 1px solid #f8f402;
  background-color: #fffc61;
}

.area03 .contents .stepBox .area03_Img {
  width: 35%;
  float: left;
  border-radius: 20px;
  padding: 225px 0;
}


.area03 .contents .stepBox .area03_txt {
  width: 61%;
  float: right;
}

#pink .area03 .contents .stepBox .area03_txt ul li.txt {
  background: #fff;
  padding: 12px 20px;
  color: #05132C;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
}

#blue .area03 .contents .stepBox .area03_txt ul li.txt {
  background: #fff;
  padding: 12px 20px;
  color: #05132C;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
}

#yellow .area03 .contents .stepBox .area03_txt ul li.txt {
  background: #fff;
  padding: 12px 20px;
  color: #05132C;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
}

.area03 .contents .stepBox .area03_txt ul li.arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  padding-bottom: 10px;
  margin: 0 auto;
}

.area03 .contents .stepBox .area03_txt ul li span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}

.inputEreaBrn {
    margin-top: 50px;
    text-align: center;
}

.btn01.middle {
    float: none;
    width: 20%;
    display: inline-block;
    margin-right: 20px;
}

.btn01.middle p {
    cursor: pointer;
}

.btn01.middle p input {
    font-size: 20px;
    font-weight: bold;
    padding: 26px;
    background: #f86ea8;
    color: #fff;
    line-height: 1;
    z-index: 1;
    position: relative;
    text-align: center;
    width: 100%;
}

.area02 a {
    border-bottom: 1px solid #383940;
}

.area02 a:hover {
    opacity: 0.6;
}

.btn01.kon a {
    width: 250px;
}



@media screen and (max-width: 600px) and (min-width: 0px) {

  /***interview index.php***/
  
  .mv .inner .mvImg.img {
    background: url(/recruit/interview/img/mv_sp.jpg) top center no-repeat;
    background-size: cover;
}

  .titleBox {
    padding: 30px 0;
  }

  .mainTitle.blue {
    background: none;
  }

  .mainTitle.yellow {
    background: none;
  }

  .mainTitle.pink {
    background: none;
  }

  #pink .mainText h3 span {
    background: linear-gradient(#fd3ea1, #f86ea8);
    color: #051330;
  }

  #blue .mainText h3 span {
    background: linear-gradient(#81e6ef, #8feff5);
    color: #051330;
  }

  #yellow .mainText h3 span {
    background: linear-gradient(#fffe58, #fffbaa);
    color: #051330;
  }

  .keywordBox {
    padding: 20px;
    position: relative;
}

  .people .imgBox {
    width: 80%;
    float: none;
    margin: 0 auto;
  }

  .peopleBox {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }

  .interview {
    padding: 30px 0;
  }

  #main ul.pageNav01 li span,
  #main ul.pageNav01 li a {
    padding: 16px 10px
  }

  #main ul.pageNav01 {
    margin-top: 0;
    position: relative;
    z-index: 99;
}

  .people .interview_txt {
    width: 80%;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
  }

  .people .interview_txt ul li:nth-child(1) {
    font-size: 14px;
  }

  .people .interview_txt ul li:nth-child(2) {
    font-size: 22px;
  }
  
  .area01 {
    max-width: 100%;
    overflow: hidden;
  }

  .area02 .contentsBox .box {
    width: 100%;
    padding-top: 100%;
  }

  .area02 .contentsBox .boxImg {
    width: 100%;
    padding-top: 100%;
  }

  .area02 .contentsBox .box ul li:nth-child(1) {
    font-size: 20px;
  }

  .area02 .contentsBox .box ul li:nth-child(2) h3 {
    font-size: 28px;
  }

  .area02 .contentsBox .box ul li:nth-child(3) {
    font-size: 16px;
    line-height: 28px;
  }

  .titleBox h3 {
    font-size: 28px;
  }

  .area01 .movie {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .area03 .titleBox {
    padding-bottom: 28px !important;
  }

  .people {
    width: 100%;
    float: none;
  }



  .area04 .contentsBox .box ul li:nth-child(1) {
    font-size: 20px;
  }

  .area04 .contentsBox .box ul li:nth-child(2) {
    font-size: 28px;
  }

  .area04 .contentsBox .box ul li:nth-child(3) {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  /***interview_naka***/

  #pink .mainTitle,
  #blue .mainTitle,
  #yellow .mainTitle {
    background: none;
  }

  .interview.naka {
    padding: 0px 0 80px 0;
  }

  .mv.other .inner .mvShape {
    height: 350px;
    width: 100%;
  }

  .interview .titleBox span {
    width: 30%;
    display: inline-block;
    margin-bottom: 5px;
  }

  .interview .tag {
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .interview .tag ul li {
    padding: 10px 12px;
  }

  .interview .tag ul li {
    margin-bottom: 10px;
  }

  .interview .area01 .contents {
    width: 100%;
    padding: 50px 20px;
  }

  .interview .area01 .contents .area01_Img {
    width: 100%;
    float: none;
  }

  .interview .area01 .contents .area01_txt {
    float: none;
    width: 100%;
    text-align: left;
  }


  .interview .area02 .contents .qaBox .area02_qanda ul li span.title_txt {
    float: none;
    width: 100%;
    border: none;
  }

  .interview .area02 .contents .qaBox {
    padding: 0 20px;
    width: 100%;
  }

  .interview .area02 .contents .qaBox .area02_Img {
    width: 100%;
    float: none;
  }

  .interview .area02 .contents .qaBox .area02_qanda {
    width: 100%;
    float: none;
  }

  .interview .area03 {
    padding: 50px 20px;
  }

  .interview .area03 .contents .stepBox {
    padding: 30px !important;
  }

  .interview .area03 .contents .stepBox .area03_Img {
    width: 100%;
    float: none;
    padding: 180px 0;
  }

  .interview .area03 .contents .stepBox .area03_txt {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .area02 .contents .qaBox .area02_qanda.left {
    width: 100%;
    float: none;
  }

  .area02 .contents .qaBox img {
    width: 80%;
    margin: 0 auto;
    float: none !important;
    display: block;
  }

}
