@charset "utf-8";
/* CSS Document */

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
}

/*---------------------------------------------
| DRAWR 変更箇所
---------------------------------------------*/

.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-new {
  background: #1eac4b;
  border: 1px solid #ffffff;
  padding: 4px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-new h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-new a {

 border-radius: 0px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 7px 0px;
  border: none;
  font-weight: normal;
  font-size: 16px;
}

.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-secound {
  background: #29ABAB;
  border: 1px solid #ffffff;
  padding: 4px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-secound h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-secound a {

 border-radius: 0px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 7px 0px;
  border: none;
  font-weight: normal;
  font-size: 16px;
}



.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-career {
  background: #003f73;
  border: 1px solid #ffffff;
  padding: 4px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold; 
  margin-bottom: 20px;
}
.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-career h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-career a {
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  padding: 7px 0px;
  border: none;
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 767px) {

 .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-new {
    width: 100%;
    height: auto;
    background: #1eac4b;
    float: none;
    border: 1px solid #ffffff;
    padding: 4px 15px 20px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
  }
  .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-new h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 15px 0px;
  }

  .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-new a {
    margin-bottom: 0px;
    border-radius: 0px;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 5px 0px;
    border: none;
  }
  
   .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-secound {
    width: 100%;
    height: auto;
    background: #29ABE2;
    float: none;
    border: 1px solid #ffffff;
    padding: 4px 15px 20px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
  }
  .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-secound h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 15px 0px;
  }

  .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-secound a {
    margin-bottom: 0px;
    border-radius: 0px;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 5px 0px;
    border: none;
  }

  .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-career {
    width: 100%;
    height: auto;
    float: none;
    background: #003f73;
    border: 1px solid #ffffff;
    padding: 4px 15px 20px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
  }
  .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-career h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 15px 0px;
  }
 
  .drawr-area .drawr-area-inner .drawr-content-list ul .drawr-list01 .drawr-list-career a {
    margin-bottom: 0px;
    border-radius: 0px;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 5px 0px;
    border: none;
  }
}

/*---------------------------------------------
| ENTRY
---------------------------------------------*/

.recruiting-entry {
  margin: 0px auto 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
  height:750px;
  background: url("../../recruit/rec-img/entry_bg.jpg") no-repeat center;
  background-size: cover;
  background-position: bottom;
}

.recruiting-entry h2 {
  position: relative;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 550px;
  margin: 30px auto 170px;
}
.recruiting-entry h2 span {
  display: block;
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
}
.recruiting-entry h2:before, .recruiting-entry h2:after {
  content: '';
  position: absolute;
  top: 35%;
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #ffffff;
}
.recruiting-entry h2:before {
  left: 0;
}
.recruiting-entry h2:after {
  right: 0;
}


/***新デザインCSS***/

.recruiting-entry-box2 {
width: 96%;
position: relative;
display: block;
top:-150px;
height: auto;
margin: 0 auto;
display: flex;
justify-content:space-around;
}

/*
.recruiting-entry-box-1 img {
width: 100%;
}

.recruiting-entry-box-2 img {
width: 100%;
}

.recruiting-entry-box-3 img {
width: 100%;
}

.recruiting-entry .recruiting-entry-inner .recruiting-entry-box-sp2{
display: none;
}


@media screen and (max-width: 1024px) {
.recruiting-entry{
height: 600px;
}
}

@media screen and (max-width: 900px) {
.recruiting-entry{
height: 550px;
}
}

*/

.recruiting-entry-box2 div {
background-repeat: no-repeat;
padding-right: 1em;
cursor:pointer;
text-indent: -99999px;
}

.recruiting-entry-box-1 {
width: 400px;
height: 400px;
background-image: url("../../recruit/rec-img/recruit_entory_1.png");
background-size: cover;
}

.recruiting-entry-box-2 {
width: 400px;
height: 400px;
background-image: url("../../recruit/rec-img/recruit_entory_2.png");
background-size: cover;
}

.recruiting-entry-box-3 {
width: 400px;
height: 400px;
background-image: url("../../recruit/rec-img/recruit_entory_3.png");
background-size: cover;
}

.recruiting-entry-box-1:hover {
background-image: url("../../recruit/rec-img/recruit_entory_1b.png");
animation-name: fadeInAnime;
animation-duration: 2s;
background-size: cover;
}

.recruiting-entry-box-2:hover {
background-image: url("../../recruit/rec-img/recruit_entory_2b.png");
animation-name: fadeInAnime;
animation-duration: 2s;
background-size: cover;
}

.recruiting-entry-box-3:hover {
background-image: url("../../recruit/rec-img/recruit_entory_3b.png");
animation-name: fadeInAnime;
animation-duration: 2s;
background-size: cover;
}

.recruiting-entry-box2 h3 {
display: none;
}

.recruiting-entry .recruiting-entry-inner .recruiting-entry-box-sp2{
display: none;
}

@keyframes fadeInAnime {
0%{
opacity: 0.3;
}
100% {
opacity: 1;
}
}

@media screen and (max-width: 1250px) {
.recruiting-entry-box-1 {
width: 350px;
height: 350px;
}
.recruiting-entry-box-2 {
width: 350px;
height: 350px;
}
.recruiting-entry-box-3 {
width: 350px;
height: 350px;
}
.recruiting-entry{
height: 650px;
}
}

@media screen and (max-width: 1150px) {
.recruiting-entry-box-1 {
width: 300px;
height: 300px;
}
.recruiting-entry-box-2 {
width: 300px;
height: 300px;
}
.recruiting-entry-box-3 {
width: 300px;
height: 300px;
}
.recruiting-entry{
height: 600px;
}
}

@media screen and (max-width: 1000px) {
.recruiting-entry-box-1 {
width: 280px;
height: 280px;
}
.recruiting-entry-box-2 {
width: 280px;
height: 280px;
}
.recruiting-entry-box-3 {
width: 280px;
height: 280px;
}
.recruiting-entry{
height: 550px;
}
}
@media screen and (max-width: 870px) {
.recruiting-entry-box-1 {
width: 250px;
height: 250px;
}
.recruiting-entry-box-2 {
width: 250px;
height: 250px;
}
.recruiting-entry-box-3 {
width: 250px;
height: 250px;
}
.recruiting-entry{
height: 520px;
}
}



@media screen and (max-width: 767px) {
  .recruiting-entry {
    margin: 0px auto 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    height: auto;
    background: none;
    padding: 0;
    background-size: 100%;
    position: relative;
  }
  .recruiting-entry h2 {
    position: relative;
    font-size: 26px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 15px auto 20px;
  }
  .recruiting-entry h2 span {
    display: block;
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
  }
  .recruiting-entry h2:before, .recruiting-entry h2:after {
    content: '';
    position: absolute;
    top: 30%;
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #666666;
  }
  .recruiting-entry h2:before {
    left: 0;
  }
  .recruiting-entry h2:after {
    right: 0;
  }
  
  .recruiting-entry-box2 {
    display: none;
    width: 90%;
    margin: auto;
  }
  
  .entry-btn {
    width: 95%;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url("../../img/recruit/entry08.png");
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #797b9a;
    border-radius: 5px;
    text-align: center;
    display: block;
    padding: 15px 0px;
  }
  
  .recruiting-entry .recruiting-entry-inner .recruiting-entry-box-sp2 {
    display: block;
    background: #DABCE6;
    width: 100%;
    padding-bottom: 3em;
  }
  
   .recruiting-entry-box-sp2 img {
    width: 100%;
  }
  
    .recruiting-entry-box-sp2-inner h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 8px 0px;
    margin: 10px 0px;
  }
  }
  
  
/*---------------------------------------------
| interview　index
---------------------------------------------*/  

.interview_memberlist {
width: 1200px;
margin: 1em auto 3em auto;
display: flex;
flex-wrap: wrap;
justify-content:space-around;
}

.interview_memberlist_box {
width: 365px;
height: 275px;
margin-bottom: 2em;
position: relative;
}

.interview_memberlist a {
  text-decoration: none;
  outline: none;
}
.interview_memberlist a:hover {
  text-decoration: none;
  opacity: 1;
}

.bg00 {
background-color: #C8CADD;
background-image: url(../../recruit/rec-img/interview/interview_memberlist00.png);
background-blend-mode: multiply;
}

.bg00:hover {
background-color: #FFFFFF;
}

.bg01 {
background-color: #C8CADD;
background-image: url(../../recruit/rec-img/interview/interview_memberlist01.jpg);
background-blend-mode: multiply;
}

.bg01:hover {
background-color: #FFFFFF;
}

.bg02 {
background-color: #C8CADD;
background-image: url(../../recruit/rec-img/interview/interview_memberlist02.jpg);
background-blend-mode: multiply;
}

.bg02:hover {
background-color: #FFFFFF;
}

.bg03 {
background-color: #C8CADD;
background-image: url(../../recruit/rec-img/interview/interview_memberlist03.jpg);
background-blend-mode: multiply;
}

.bg03:hover {
background-color: #FFFFFF;
}

.bg04 {
background-color: #C8CADD;
background-image: url(../../recruit/rec-img/interview/interview_memberlist04.jpg);
background-blend-mode: multiply;
}

.bg04:hover {
background-color: #FFFFFF;
}

.bg05 {
background-color: #C8CADD;
background-image: url(../../recruit/rec-img/interview/interview_memberlist05.jpg);
background-blend-mode: multiply;
}

.bg05:hover {
background-color: #FFFFFF;
}

.bg06 {
background-color: #C8CADD;
background-image: url(../../recruit/rec-img/interview/interview_memberlist06.jpg);
background-blend-mode: multiply;
}

.bg06:hover {
background-color: #FFFFFF;
}




.interview_memberlist_box span {
font-size: 22px;
color: #FFFFFF;
border-bottom: 2px solid #FFC20E;
position: relative;
top:5px;
right: -20px;
font-family: 'Noto Serif JP', serif;
}

.interview_memberlist_box p {
display: block;
padding: 1em;
background-color: #000A61;
color: #FFFFFF;
position: absolute;
bottom: -10px;
opacity: 0.7;
line-height: 1.3em;
font-size: 14px;
}

@media screen and (max-width: 1199px) {
.interview_memberlist {
width: 80%;
}
}
@media screen and (max-width: 600px) {
.interview_memberlist {
width: 96%;
}
}

/*---------------------------------------------
| INTERVIEW-index main img
---------------------------------------------*/
.main-visual-interview-new {
  width: 100%;
  position: relative;
  height: 300px;
  background: url("../../recruit/rec-img/interview/2x/interview00@2x.png") no-repeat center bottom;
  background-size: cover;
}
.main-visual-interview-new h2 {
  color: #000000;
  position: absolute;
  font-weight: bold;
  text-align: center;
  font-size: 59px;
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-shadow: 0px 3px 5px #ffffff;
}
.main-visual-interview-new h2 span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .main-visual-interview-new {
    background: url("../../recruit/rec-img/interview/2x/interview00@2x.png") no-repeat center bottom;
    background-size: cover;
    height: auto;
    padding-top: 33.3%;
  }
  .main-visual-interview-new h2 {
    font-size: 30px;
    line-height: 1.2;
    top: 25%;
  }
  .main-visual-interview-new h2 span {
    font-size: 12px;
  }
}

  
/*---------------------------------------------
| interview　01
---------------------------------------------*/

.interview2_main_img01 {
display: block;
background-image: url("../../recruit/rec-img/interview/interview01-main.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
position: relative;
}

.interview2_main_img02 {
display: block;
background-image: url("../rec-img/interview/interview02-main.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
position: relative;
}

.interview2_main_img03 {
display: block;
background-image: url("../rec-img/interview/interview03-main.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
position: relative;
}

.interview2_main_img04 {
display: block;
background-image: url("../rec-img/interview/interview04-main.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
position: relative;
}

.interview2_main_img05 {
display: block;
background-image: url("../rec-img/interview/interview05-main.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
position: relative;
}

.interview2_main_img06 {
display: block;
background-image: url("../rec-img/interview/interview06-main.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
position: relative;
}

.interview2_name_box {
position: absolute;
top: 5%;
right: 5%;
background-color: #000A61;
color: #FFFFFF;
width: 300px;
height: auto;
padding: 20px;
}

.interview2_name_box_name1 {
font-size: 32px;
font-weight: bold;
}

.interview2_name_box_name2 {
font-size: 14px;
}

.interview2_name_box p {
margin-top: 2em;
}

.interview2_title1 {
  width: 100%;
  height: 135px;
  background: url("../../recruit/rec-img/interview/interview01_title1.png") no-repeat center center;
  margin-top: 50px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.interview2_title1,.interview2_title2 span {
font-size: 40px;
color: #FFFFFF;
font-weight: bold;
line-height: 135px;
}

.interview2-box01 {
width: 1200px;
margin: 0 auto;
height: auto;
display: flex;
background-repeat: no-repeat;
background-size: cover;
}

/*
.interview2-box01 {
width: 100%;
height: auto;
display: flex;
background-repeat: no-repeat;
background-size: contain;
}
*/

@media screen and (max-width: 1199px) {
.interview2-box01 {
width: 100%;
margin: 0 auto;
height: auto;
display: flex;
background-repeat: no-repeat;
background-size: contain;
}

}

.box01-bgimg-01 {
background-image: url("../../recruit/rec-img/interview/interview01-1.jpg");
}

.box01-bgimg-02 {
background-image: url("../../recruit/rec-img/interview/interview02-1.jpg");
}

.box01-bgimg-03 {
background-image: url("../../recruit/rec-img/interview/interview03-1.jpg");
}

.box01-bgimg-04 {
background-image: url("../../recruit/rec-img/interview/interview04-1.jpg");
}

.box01-bgimg-05 {
background-image: url("../../recruit/rec-img/interview/interview05-1.jpg");
}

.box01-bgimg-06 {
background-image: url("../../recruit/rec-img/interview/interview06-1.jpg");
}


.interview2-box01-left {
width: 50%;
height: auto;
opacity: 1;
padding: 2.5em;
}
.interview2-box01-right {
width: 50%;
height: auto;
background-color: #FFFFFF;
opacity: 0.8;
padding: 2.5em;
}

.interview2-box01 h2 {
font-size: 24px;
text-align: center;
}

.interview2-box01 hr {
border-style: none;
border-top: 2px solid #FFC20E;
width: 100px;
}

.interview2-box02 {
width: 1200px;
height: auto;
margin: 0 auto;
background-repeat: no-repeat;
background-size: cover;
display: flex;
}

/*
.interview2-box02 {
width: 100%;
height: auto;
background-repeat: no-repeat;
background-size: contain;
background-position: right;
display: flex;
}
*/

@media screen and (max-width: 1199px) {
.interview2-box02 {
width: 100%;
margin: 0 auto;
height: auto;
display: flex;
background-repeat: no-repeat;
background-size: contain;
}

}

.box02-bgimg-01 {
background-image: url("../../recruit/rec-img/interview/interview01-2.jpg");
}

.box02-bgimg-02 {
background-image: url("../../recruit/rec-img/interview/interview02-2.jpg");
}

.box02-bgimg-03 {
background-image: url("../../recruit/rec-img/interview/interview03-2.jpg");
}

.box02-bgimg-04 {
background-image: url("../../recruit/rec-img/interview/interview04-2.jpg");
}

.box02-bgimg-05 {
background-image: url("../../recruit/rec-img/interview/interview05-2.jpg");
}

.box02-bgimg-06 {
background-image: url("../../recruit/rec-img/interview/interview06-2.jpg");
}



.interview2-box02-left {
width: 50%;
height: auto;
background-color: #FFFFFF;
opacity: 0.8;
padding: 2.5em;
}
.interview2-box02-right {
width: 50%;
height: auto;
opacity: 1;
padding: 2.5em;
}

.interview2-box02 h2 {
font-size: 24px;
text-align: center;
}

.interview2-box02 hr {
border-style: none;
border-top: 2px solid #FFC20E;
width: 100px;
}

.interview-box-img {
display: none;
}

.konnahito_title {
text-align: center;
}

.konnahito_title img {
margin-bottom: 5em;
}

.konnahito_inner {
width: 1024px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content:center;
}

.konnahito_box {
display: flex;
width: 500px;
height: auto;
margin-bottom: 5em;
}

.konnahito_box h3 {
font-size: 24px;
font-weight: bold;
display: block;
padding-bottom: 0.3em;
border-bottom: 2px solid #FFC20E;
}

.bright_life {
width: 1024px;
height: auto;
margin: 0 auto 8em auto;
border: 2px solid #FFC20E;
padding: 3em;
display: flex;
position: relative;
}

.bright_life .bright_life_mark {
position: absolute;
top:-40px;
}

.bright_life div {
margin-right: 2em;
padding: 1em;
}

.bright_life div h4{
text-align: center;
font-size: 24px;
font-weight: bold;
}

.bright_life hr {
border: 2px solid #FFC20E;
width: 100px;
} 

.schedule {
background-color: #ECE1D1;
}

.schedule-title h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: #FFC20E;
  color: #ffffff;
  margin: 0px -100vw;
  padding: 20px 100vw;
}
.schedule-title-img {
  margin-top: -150px;
  margin-bottom: 60px;
  margin-left: 10%;
}

.schedule-box {
display: flex;
justify-content:space-around;
width: 1024px;
margin: 0 auto;
}

.schedule-box-left,.schedule-box-right {
width: 600px;
padding-bottom: 3em;
}

.schedule-box-title {
display: inline-block;
padding: 1em 5em;
background-color: #FFFFFF;
border: 1px solid #000000;
margin-bottom: 3em;
}

.schedule-box-table tr th {
  color: #000000;
  font-size: 21px;
  font-weight: bold;
  vertical-align: top;
  border-right: 5px solid #FFC20E;
  padding: 0px 20px;
}
.schedule-box-table  tr td {
  vertical-align: top;
  padding: 0px 20px;
}
.schedule-box-table  tr td h4 {
  color: #000000;
  font-size: 21px;
  font-weight: bold;
}
.schedule-box-table tr td p {
  font-size: 16px;
  margin-bottom: 10px;
}

.message{
display: flex;
margin-top: 3em;
}

.message-title {
font-size: 32px;
font-weight: bold;
}

.message-box {
width: 50%;
height: auto;
padding: 8em 5em 8em 5em;
background-image: url("../../recruit/rec-img/interview/message_img.png");
background-repeat: no-repeat;
background-position: 5em 0;
}

.message-photo {
width: 50%;
height: auto;
background-repeat: no-repeat;
background-size: cover;
}

.massage-photo-bg-01 {
width: 50%;
height: auto;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../../recruit/rec-img/interview/message_photo01.jpg");
}


.massage-photo-bg-02 {
width: 50%;
height: auto;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../../recruit/rec-img/interview/message_photo02.jpg");
}


.massage-photo-bg-03 {
width: 50%;
height: auto;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../../recruit/rec-img/interview/message_photo03.jpg");
}


.massage-photo-bg-04 {
width: 50%;
height: auto;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../../recruit/rec-img/interview/message_photo04.jpg");
}

.massage-photo-bg-05 {
width: 50%;
height: auto;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../../recruit/rec-img/interview/message_photo05.jpg");
}

.massage-photo-bg-06 {
width: 50%;
height: auto;
background-repeat: no-repeat;
background-size: cover;
background-image: url("../../recruit/rec-img/interview/message_photo06.jpg");
}

.interview2_title2 {
  width: 100%;
  height: 135px;
  background: url("../../recruit/rec-img/interview/interview01_title2.png") no-repeat center center;
  margin-top: 50px;
    background-size: cover;
  background-position: center;
  text-align: center;
}

.interview-index {
display: flex;
margin: 2em auto;
flex-wrap: wrap;
justify-content:space-between;
width: 90%;

}

.interview-index div {
display: block;
width: 30%;
height: auto;
margin-bottom: 15px;
}

.interview-index div img {
width: 100%;
height: auto;
}

.interview-index-name1 {
font-size: 24px;
font-weight: bold;
text-align: center;
}

.interview-index-name2 {
font-size: 14px;
font-weight: normal;
display: block;
}

@media screen and (max-width: 1023px) {
.konnahito_inner {
width: 96%;
}
.konnahito_box {
width: 45%;
}
.bright_life {
width: 96%;
}
.schedule-box {
width: 96%;
}

.message-box {
width: 60%;
padding: 2em;
background-image: url("../../recruit/rec-img/interview/message_img_sp.png");
}

.message-photo {
width: 40%;
}
.interview-index {
justify-content: space-between;
}
}

@media screen and (max-width: 768px) {
.interview2_name_box {
top: 400px;
right: 5%;
}


.box01-bgimg-01 {
background-image: url("../../recruit/rec-img/interview/interview01-1.jpg");
opacity: 1;
}

.box01-bgimg-02 {
background-image: url("../../recruit/rec-img/interview/interview02-1.jpg");
opacity: 1;
}

.box01-bgimg-03 {
background-image: url("../../recruit/rec-img/interview/interview03-1.jpg");
opacity: 1;
}

.box01-bgimg-04 {
background-image: url("../../recruit/rec-img/interview/interview04-1.jpg");
opacity: 1;
}

.box01-bgimg-05 {
background-image: url("../../recruit/rec-img/interview/interview05-1.jpg");
opacity: 1;
}

.box01-bgimg-06 {
background-image: url("../../recruit/rec-img/interview/interview06-1.jpg");
opacity: 1;
}


.interview2-box01-left {
display: none;
}
.interview2-box01-right {
width: 100%;
height: auto;
}

.interview2-box02-left {
width: 100%;
height: auto;
}
.interview2-box02-right {
display: none;
}

.konnahito_inner {
width: 96%;
margin: 0 auto;
display: block;
}

.konnahito_box {
display: flex;
width: 96%;
}

.konnahito_title_img {
width: auto;
height: auto;
text-align: center;
}

.bright_life {
width: 96%;
display: block;
padding: 3em 1em 1em 1em;
}

.bright_life p img{
width: 100%;
height: auto;
}

.schedule-title h3 {
  font-size: 24px;
}

.schedule-box {
display: block;
width: 96%;
}

.schedule-box-left,.schedule-box-right {
width: 100%;
padding-bottom: 3em;
}

.schedule-box-title {
width: 100%;
text-align: center;
display: inline-block;
margin: 20px 0;
}

.message-title {
font-size: 24px;
}

.schedule-title img {
display: none;
}

.bright_life div {
margin-right: 0em;
padding: 1em 0em;
}

.bright_life div h4{
text-align: center;
font-size: 24px;
font-weight: bold;
}

.message-box {
width: 60%;
padding: 2em;
background-image: url("../../recruit/rec-img/interview/message_img_sp.png");
}

.message-photo {
width: 40%;
}


.interview-index {
display: block;
}

.interview-index div {
width: 100%;
height: auto;
margin: 2em auto;
background-color: #ECE1D1;
color: #FFFFFFF;
padding: 1em;
}

.interview-index-name2 {
border-bottom: 2px solid #FFC20E;
}
}

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


.interview2_main_img01 {
background-image: url("../../recruit/rec-img/interview/interview01-main-sp.jpg");
background-size: cover;
height: 300px;
}

.interview2_main_img02 {
background-image: url("../../recruit/rec-img/interview/interview02-main-sp.jpg");
background-size: cover;
height: 300px;
}

.interview2_main_img03 {
background-image: url("../../recruit/rec-img/interview/interview03-main-sp.jpg");
background-size: cover;
height: 300px;
}

.interview2_main_img04 {
background-image: url("../../recruit/rec-img/interview/interview04-main-sp.jpg");
background-size: cover;
height: 300px;
}

.interview2_main_img05 {
background-image: url("../../recruit/rec-img/interview/interview05-main-sp.jpg");
background-size: cover;
height: 300px;
}

.interview2_main_img06 {
background-image: url("../../recruit/rec-img/interview/interview06-main-sp.jpg");
background-size: cover;
height: 300px;
}


.interview2_name_box {
position: relative;
top: auto;
right: auto;
width: 100%;
}

.interview2_title1 {
  height: 100px;
  background: url("../../recruit/rec-img/interview/interview01_title1-sp.png") no-repeat center center;
  margin-top: 0px;
  background-size: cover;
}
.interview2_title2 {
  height: 100px;
  background: url("../../recruit/rec-img/interview/interview01_title2-sp.png") no-repeat center center;
  margin-top: 0px;
  background-size: cover;
}

.interview2_title1,.interview2_title2 span {
font-size: 24px;
line-height: 100px;
}

.interview2-box01,.interview2-box02 {
background-image: none;
}

.interview2-box01-right {
opacity: 1;
}

.interview2-box02-left {
opacity: 1;
}

.interview-box-img {
display: block;
width: 100%;
height: auto;
}

.konnahito_title_img {
max-width: 300px;
height: auto;
}

.message{
display: block;
margin-top: 3em;
}

.message-title {
font-size: 24px;
text-align: center;
}

.message-box {
width: 100%;
height: auto;
padding: 1em 2em;
background-image: url("../../recruit/rec-img/interview/message_img_sp.png");
background-repeat: no-repeat;
background-position: top;
}

.message-photo {
background-repeat: no-repeat;
background-size:contain;
width: 100%;
height: 200px;
display: block;
margin-bottom: 20px;
}

.massage-photo-bg-01{
background-image: url("../../recruit/rec-img/interview/message_photo01-sp.jpg");
}
.massage-photo-bg-02{
background-image: url("../../recruit/rec-img/interview/message_photo02-sp.jpg");
}

.massage-photo-bg-03{
background-image: url("../../recruit/rec-img/interview/message_photo03-sp.jpg");
}

.massage-photo-bg-04{
background-image: url("../../recruit/rec-img/interview/message_photo04-sp.jpg");
}

.massage-photo-bg-05{
background-image: url("../../recruit/rec-img/interview/message_photo05-sp.jpg");
}

.massage-photo-bg-06{
background-image: url("../../recruit/rec-img/interview/message_photo06-sp.jpg");
}

}