@charset "UTF-8";

/* lazyload ================================= */
.lazyload{opacity: 0;}
.lazyloaded, .lazyloading  {opacity: 1; transition: opacity 1000ms;}

.c_inner{
  padding: 0 2em;
}

img{
  max-width: 100%;
  width: 100%;
}
@media (min-width:769px){
  .c_inner{
    padding: 0 8%;
  }
}/*  */

#bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-head3 .inner {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%,-46%);
  z-index: 10;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* RECRUIT ================================= */

.recruit-boxsec2{
	padding-bottom: 6%;
}
.recruit-form-wrap th {
  background: #fff;
}
p.kanarazu{
  text-align:center;
  margin-bottom: 2em;
}
.recruit-require-wrap tr,.recruit-require-wrap th,.recruit-require-wrap td {
  background: #222;
}
.contact-form{
  background: #fff;
}


/* STAFF VOICE ============================ */

.interview{
  width: calc(47.3% - 14px);
  padding: 1%;
  margin: auto;
  padding-top: 5%;
  position: relative;
}

.interview_img{
  overflow: hidden;
}

.interview img{
  transition: transform .3s;
  transition-duration: 0.3s;	
}
.interview_gp img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
  color: #fff!important;
}

.ttl2 {
  font-size: 9.3vw;
  padding-bottom: 6%;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.interview_gp {
  padding: 0 0 2rem;
}
.interview {
  width: 100%;
}
.interview:hover .inter_txt{
  background: #222;
  color: #ffa624!important;
}
.inter_txt,.suuji {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.inter_txt:hover{
	color: #ffa624!important;
}
.interview_box{
  font-size: 4vw;
}
.inter_txt{
  overflow: hidden;
  background-color: #222;
  width: 100%;
  padding: 0.8em;
  color: #ccc;
}
.inter_txt .en{
  font-size: 14px;
  line-height: 1.8;
}
.inter_txt_job{
  display: inline-block;
  font-size: 1.6em;
  margin-right: 0.5em;
}

.interview_img{
  position: relative;
}
.interview_img::after{
  /* content: ""; */
  position: absolute;
  top: 1em;
  left: 1em;
  display: block;
  width: 5em;
  height: 4em;
  background-image: url("/assets_online/img/common/boxingnoa-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.interview_img._right::after{
  left: inherit;
  right: 1em;
}

@media (min-width:769px){
  .ttl2{
    font-size: 52px;
    padding-bottom: 2%;
  }
  .interview_gp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
  }
  .interview_box{
    width: 47%;
    font-size: clamp(13px,1.8vw,18px);
  }

}/*  */



/* INTERVIEW PAGE ================== */

.rec_interview_block{
  font-size: clamp(10px,3.125vw,16px);
  background: #d9d6cd;
}

@media (min-width: 769px) {
  .rec_interview_block{
    font-size: 1.302083333vw;
  }
}/*  */
/* @media (min-width: 960px) {
  .rec_interview_block{
    font-size: 1.041666vw;
  }
} */

.head-top3{
  position: relative;
  /* display: flex; */
  /* background: url("/images_rec/kyle1.jpg"); */
  width: 100%;
  /* padding-top: 100%; */
  /* background-size: 100%; */
  /* background-repeat: no-repeat; */
  margin-bottom: 6em;
}
.head-top3.interview_kyle{background-image: url(/images_rec/kyle1.jpg);}
.head-top3.interview_takel{background-image: url(/recruit/img/recruit_head_t_sp.jpg);}
.header-gp {
  position: absolute;
  right: 0;
  bottom: -6em;
  width: fit-content;
  background-color: rgba(250,250,250,.95);
  font-weight: bold;
  padding: 1.5em 2em;
}

.interview_header-ttl {
  font-size: 1.5em;
}
.interview_header-ttl .en{
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
.interview_header-ttl .ttl_txt_job{
  display: block;
  font-size: 1.6em;
}
.interview_header-ttl .ttl_txt_style{
  display: block;
  font-size: .9em;
}

/* .rec_interview_block h2,
.rec_interview_block h3{
  font-size: 4.5vw!important;
  font-weight: bold!important;
  color: #000;
  margin-bottom: 0.2em;
}
.rec_interview_block h2{
} */

.interview_wrap{
  padding: 5rem 0;
}

.interview_list_box{
   padding: 2rem 0;
}

.interview_inner_box{
  padding: 0 0 1rem;
}

.interv_ttl{
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6;
  padding: .5em 0;
}
.underline{
  position: relative;
  margin-bottom: .5em;
}
.underline::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% + 2em);
  height: 1px;
  background-color: #000;
}
.interv_txt{
  font-size: 1.1em;
  line-height: 1.6;
  padding: .5em 0;
}
.interv_img_box{
  padding: .5em 0;
}

@media (min-width:769px){
  .header-gp {
    padding: 1.5em 4em 1.5em 2em;
  }
  /* .head-top3 {
    padding-top: 60%;
  } */
  .head-top3.interview_kyle{background-image: url(/images_rec/kyle1pc.jpg);}
  .head-top3.interview_takel{background-image: url(/recruit/img/recruit_head_t_pc.jpg);}
  .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0;
  }

  .interview_list_box {
    padding: 3rem 0;
  }
  .flex_wrap{
    width: 48%;
  }
  .interv_img_box{
    width: 46%;
  }
  .interview_inner_box {
    padding: 0 0 2rem;
  }

  .interv_ttl{
    font-size: 1.4em;
  }
  .interv_ttl.underline{
    font-size: 1.7em;
  }
  .underline::after{
    width: calc(100% + 9%);
  }
}/*  */


/*_____________

JOB FAIR 
_______________*/

.sec_ttl{
  font-size: 1em;
  padding: 0 0 1em;
  text-align: center;
}

.sec_ttl .en {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.1;
}

.sec_ttl._m .en{
  font-size:4em;
}
.sec_ttl._s .en{
  font-size: 3.5em;
}

.sec_ttl .ja{
  display: block;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-left: .1em;
  margin-top: .8em;
}

.form-body {
	padding: 0em;
}

.jobfair{
  width: 100%;
  padding: 6% 0 1%;
  margin: auto;
  justify-content: center;
  text-align: center;
}
.jobfair:hover{
	opacity: 0.5;
}
@media (min-width: 769px){
  .jobfair{
    max-width: 56rem;
  }
}/* min:769 */

@media (min-width: 769px){
  .jobfair{
    max-width: 56rem;
  }
}/* min:769 */

/* job fair carrer table */
.session_infobox table {
  font-size: 1em;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%;
  margin-bottom: 2em;
}

.session_infobox td ,.session_infobox th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .75em;
  vertical-align: middle;
  background-color: #fff;
}



.session_infobox th {
  background: #f6f6f6;
  width: 26%;
  text-align: center;
}

.session_infobox td ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.session_infobox td li {
  width: 48%;
}

.session_infobox table a {
  color: #FC247C;
}

.session_infobox p {
  font: size 3.5em;
}

@media (min-width: 769px){
  .session_infobox table {
    font-size: 1.3em;
  }

}/* min:769 */


/* jobfair carrer form */
.bosyu-yoko > input {display: none; }
.bosyu-yoko > input:nth-child(1) + label {
  cursor: pointer;
  /* color: #f72872 !important; */
  font-size: 3.75vw;
  display: block;
}
.bosyu-yoko > input:nth-child(1) + label i {
  color: #f72872 !important;
  padding: .4em;
}

.bosyu_youkou_txt p {
  font-size: 1.2rem;
  padding: .2em 0;
}
.bosyu-yoko2 {
  display: none;
  position: fixed;
  z-index: 10002;
  width: 90%;
  height: 80%;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  margin-top: 2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 1.5em;
  overflow: auto;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  color: var(--color-black)
}
.bosyu-yoko > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .bosyu-yoko2 {
  display: block;

}
.bosyu-yoko > input:nth-child(1):checked ~ .bosyu-yoko2 > div > iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.bosyu-yoko > input:nth-child(1):checked ~ .bosyu-yoko2 > div > img {
  max-width: 100%;
}
.bosyu-yoko > input:nth-child(1) + label ~ label {
  display: none;
}
.bosyu-yoko > input:nth-child(1):checked ~ label[for="pop12"] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  text-indent: -999999px;
  overflow: hidden;
}
.bosyu-yoko > input:nth-child(1):checked ~ label[for="pop13"] {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  position: fixed;
  right: 5%;
  top: 5%;
  z-index: 10999;
  width: 30pt;
  height: 30pt;
  font-size: 25px;
  border-radius: 50%;
  line-height: 30pt;
  text-align: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
}
/* .gear-modal > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
  right: 10px;
  top: 12%;
} */
/* .bosyu-yoko > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .bosyu-yoko2, .bosyu-yoko > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .bosyu-yoko2 {
  display: none;
} */
 
.bosyu-yoko .modalTitle {
  padding-bottom: .5em;
  margin: .5em 0;
  font-size: 2.22em;
  font-weight: bold;
  letter-spacing: .05em;
}
#recForm,#recForm_part{
  display: none;
  padding-top: 3em;
}
.recruit_btn_wrap_ttl{
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
}
.recruit_btn_wrap{
  padding: 0 1.5em 0;
}
.recruit_btn._line{
  background-color: #00B900;
}
.recruit_btn._line .txt{
  position: relative;
  padding-left: 3.4em;
  padding-right: 1em;
}
.recruit_btn._line .txt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.7em;
  background-image: url(/recruit/images/line-ico-w.svg);
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto;
}

.mainabi_recruit_btn_wrap {
  padding: 10% 3.2em 1%;
} 


.testw{	
  display:flex; 
  flex-direction: column;
  width: 80%;	
  margin: 3% auto;
}	
.modalMain th{	
  border: solid 1px #bbb!important;	
  padding: 3%!important;	
  /* background: #e6e6e6; */	
  background: #f6f6f6!important;	
  /* width: 25%!important; */
}	
.userguide-kiyaku{	
  background-color: rgba(86,196,176,0.6)important;	
  color: #fff !important;	
  border: noneimportant;
}	
.modalMain td{ 
  border: solid 1px #bbb!important;	
  padding: 3%!important;	
}

@media (min-width: 769px){
  .bosyu-yoko2 {
   
    width: 70%;
    
    padding: 3.5em 5em;
  }
}/* min:769 */

@media (min-width: 769px) {
  .mainabi_recruit_btn_wrap {
  display: flex;
  justify-content: center;
  padding-top: 7rem;
}
}/* min:769 */
