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

/*.container=========================================*/
body{
position: static;
}


/*ABOUT WORKS======================*/
.aboutworksKeyvis,.company{
max-width: 100%;
height: 860px;
background-size: cover;
background-repeat: no-repeat;
box-sizing: border-box;
}
.company{
  height: inherit;
  margin-bottom: 8em;
}
.aboutworksKeyvis{
background-image: url("../imgs/06_recruit/aboutworks.jpg");
background-position: left center;
padding: 260px 0 0;
margin-bottom: 186px;
}
.kv_recruit{
  background-image: url("../imgs/06_recruit/aboutworks_new.jpg");
}
h2.menuTitle{
color: #fff;
}
span.menuTitleJp{
border-bottom: 1px solid #fff;
}

.aboutworksKeyvis p{
font-size: 24px;
line-height: 2.4;
color: #fff;
}

.worksWrapper{
max-width: 960px;
padding: 0 50px;
display: flex;
justify-content: space-between;
margin: 0 auto;
text-align: left;
}
.works{
width: 39.5%;
min-width: 320px;
}
.works h3{
font-size: 23px;
font-weight: 400;
line-height: 1.8;
letter-spacing: 1.5px;
height: 78px;
margin-bottom: 40px;
}
.worksCopy{
font-size: 20px;
font-weight: 300;
line-height: 2;
letter-spacing: 1.3px;
text-align: justify;
margin-bottom: 40px;
}

.linkBtn a{
display: block;
box-sizing:border-box;
width: 280px; 
line-height: 78px;
text-align: center;
border: 1px solid;
margin: 0 auto;
}
.linkBtn a:hover{
background-color: #474246;
color: #fff;
opacity: 1;
}

.works .linkBtn a{
  font-size: 15px;
  line-height: 1.6;
  height: 78px;
  padding-top: 13px;
}

/*COMPANY======================*/
.company{
  background-image: url("/imgs/06_recruit/company.jpg");
  background-position: center;
  padding: 180px 50px;
}
.companyWrapper{
max-width: 1116px;
justify-content: space-between;
margin: 0 auto;
}
.company p{
color: #fff;
font-size: 19px;
}
.company p:first-child {
  max-width: 700px;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
  letter-spacing: 1.2px;
  margin-bottom: 45px;
}
.company .linkBtn a{
width: 336px; 
}
.company .linkBtn a:hover{
background-color: #fff;
color: #474246;
border-color: #fff;
}

/*RECRUIT ABOUTページ用=============
===================================*/
.recruitAboutKeyvis{
background: url("../imgs/06_recruit/recruit_about_new.jpg") no-repeat center/cover;
max-width: 100%;
height: 506px;
box-sizing: border-box;
margin-bottom: 150px;
}

.recruitAboutKeyvis.st_ginza{
background: url("../imgs/06_recruit/recruit_about_ginza.jpg") no-repeat center/cover;
}

/*INTERVIEW===============*/
.interview .menuTitle,.recruitInfo .menuTitle{
color: #474246;
margin-bottom: 70px;
}
.interview .menuTitleJp,.recruitInfo .menuTitleJp{
border-bottom: 1px solid #474246;
}

.interviewWrapper{
max-width: 87.84%;
padding: 90px 100px;
text-align: left;
box-sizing: border-box;
border-top: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
margin: 0 auto 72px 0;
}
.interviewWrapper2{
border-top: 1px solid;
border-right: none;
border-bottom: 1px solid;
border-left: 1px solid;
margin: 0 0 0 auto;
}

.aboutPosi{
font-size: 20px;
margin-bottom: 24px;
}
.aboutName{
font-size: 32px;
margin-bottom: 40px;
}
.aboutEn{
font-size: 25px;
font-family: 'Lato', sans-serif;
color: #DFDFDF;
margin-left: 10px;
}
.aboutCopy{
font-size: 19px;
font-weight: 300;
line-height: 2.0;
text-align: justify;
}

/*recruitInfo=============*/

.recruitInfo dl{
font-size: 18px;
text-align: left;
margin-bottom: 0;
}
.recruitInfo dt,.recruitInfo dd{
  padding: 40px 4% 40px 4%;
  border-top: 1px solid;
  box-sizing: border-box;
  line-height: 1.8;
  border-color: #ccc;
}
.recruitInfo dt{
/*min-width: 240px;*/
width: 27%;
font-weight: 700;
float: left;
}
.recruitInfo dd{
width: 70%;
margin: 0 0 0 30%;
}
.recruitTel{
font-size: 21px;
letter-spacing: 1.2px;
line-height: 1;
width: 100%;
max-width: 760px;
height: 142px;
padding-top: 34px;
border: 1px solid;
box-sizing: border-box;
}

.recruitTel  span:first-child{
display: block;
font-size: 15px;
margin-bottom: 32px;
}
.recruitTel span:first-child br{
display: none;
}

/*MEDIA QUERY========================
=====================================
=====================================*/
@media (max-width:799px){
  .aboutWorks{
  margin-bottom: 400px;
  }
  .aboutworksKeyvis{
  height: 1116px;
  background-image: url("../imgs/06_recruit/aboutworks_sp.jpg");
  background-position: center;
  padding: 400px 0 0;
  margin-bottom: 220px;
  }
  .kv_recruit{
    background-image: url("/imgs/06_recruit/aboutworks_new_sp.jpg");
  }

  .aboutworksKeyvis p{
  font-size: 26px;
  line-height: 2.4;
  }

  .worksWrapper{
  max-width: 552px;
  padding: 0 50px;
  display: block;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
  }
  .works{
  width: 100%;
  min-width: 320px;
  margin-bottom: 220px;
  }
  .works h3{
  font-size: 33px;
  height: 100%;
  margin-bottom: 40px;
  }
  .worksCopy{
  /* font-size: 28px; */
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 1.2px;
  margin-bottom: 90px;
  }

  .works .linkBtn a{
  display: block;
  width: 392px;
  font-size: 22px;
  height: 118px;
  line-height: 1.6;
  padding-top: 20px;
  }



  /*COMPANY======================*/
  .company{
  background-image: url("../imgs/06_recruit/company_sp.jpg");
  height: 1452px; 
  padding: 180px 50px 0;
  }
  .company>.menuTitle{
  margin-bottom: 520px;
  }

  .companyWrapper{
  width: 100%;
  max-width: 580px;
  display: block;
  justify-content: space-between;
  margin: 0 auto;
  }
  .company p{
  font-size: 28px;
  }
  .company p:first-child{
  max-width: 100%;
  margin : 0 0 50px 0;
  }
  .companyWrapper>.linkBtn a{
  width: 100%;
  max-width: 580px;
  line-height: 100px;
  border: 2px solid;
  }


  /*RECRUIT 個別ページ用===========
  ==============================*/
  .recruitAboutKeyvis{
  background: url("/imgs/06_recruit/recruit_about_new_sp.jpg") no-repeat center/cover;
  max-width: 100%;
  height: 736px;
  box-sizing: border-box;
  margin-bottom: 150px;
  }
  .recruitAboutKeyvis.st_ginza{
  background: url("/imgs/06_recruit/recruit_about_sp_ginza.jpg") no-repeat right center/cover;
  }

  .interviewWrapper{
  max-width: 96%;
  padding: 90px 60px 90px 80px;
  }
  .interviewWrapper2{
  padding: 90px 90px 90px 60px;
  }

  .aboutPosi{
  font-size: 28px;
  margin-bottom: 20px;
  }
  .aboutName{
  font-size: 48px;
  margin-bottom: 60px;
  }
  .aboutEn{
  font-size: 24px;
  margin-left: 10px;
  }
  .aboutCopy{
  font-size: 28px;
  }

  /*recruitInfo=============*/

  .recruitInfo dl{
  font-size: 20px;
  margin-bottom: 60px;
  letter-spacing: 1.2px;
  }
  .recruitInfo dt,.recruitInfo dd{
  padding: 40px 4% 40px 4%;
  border-top: 1px solid;
  box-sizing: border-box;
  line-height: 1.8;
  }
  .recruitInfo dt{
  /*min-width: 240px;*/
  width: 27%;
  font-weight: 700;
  float: left;
  }
  .recruitInfo dd{
  width: 70%;
  margin: 0 0 0 30%;
  }
  .recruitTel{
  font-size: 15px;
  max-width: 760px;
  height: 168px;
  padding-top: 36px;
  }
  .recruitTel span:first-child{
  margin-bottom: 20px;
  }
  .recruitTel span:last-child{
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  }

}/*MQ 799 end*/


@media (max-width:599px){
  .aboutWorks{
  margin-bottom: 120px;
  }
  .aboutworksKeyvis{
  height: 680px;
  padding: 260px 0 0;
  margin-bottom: 100px;
  }
  .aboutworksKeyvis p{
  font-size: 16px;
  line-height: 2;
  }
  .aboutworksKeyvis p span{
  display: block;
  }

  .worksWrapper{
  max-width: 100%;
  padding: 0 30px;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
  }
  .works{
  width: 100%;
  min-width: 100%;
  margin-bottom: 80px;
  }
  .works h3{
  font-size: 18px;
  letter-spacing: 0.5px;
  height: 100%;
  margin-bottom: 20px;
  }
  .worksCopy{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 40px;
  }
  .works .linkBtn a{
  display: block;
  width: 100%;
  font-size: 14px;
  height: 72px;
  line-height: 1.6;
  padding-top: 11px;
  }

  .company{
  height: 680px;
  padding: 60px 30px 0;
  }
  .company>.menuTitle{
  margin-bottom: 160px;
  }
  .companyWrapper{
  display: block;
  max-width: 100%;
  margin: 0 auto;
  }
  .center{
  display: block;
  }

  .company p:first-child{
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: 0;
  margin-bottom: 30px;
  }
  .company .linkBtn a{
  font-size: 14px;
  width: 100%;
  line-height: 60px;
  }

  /*RECRUIT 個別ページ用======*/
  .recruitAboutKeyvis{
  max-width: 100%;
  height: 540px;
  margin-bottom: 100px;
  }
  .interview{
  margin-bottom: 120px;
  }
  .interview .menuTitle,.recruitInfo .menuTitle{
  margin-bottom: 80px;
  }
  .interviewWrapper{
  max-width: 96%;
  padding: 45px 30px 45px 40px;
  }
  .interviewWrapper{
  padding: 45px 40px 45px 30px;
  }

  .aboutPosi{
  font-size: 14px;
  margin-bottom: 14px;
  }
  .aboutName{
  font-size: 28px;
  margin-bottom: 36px;
  }
  .aboutEn{
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0;
  margin-left: 6px;
  display: flex;
  margin: 16px 0 0;
  }
  .aboutCopy{
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  }

  /*recruitInfo=============*/
 
  .recruitInfo dl{
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 1.2px;
  }
  .recruitInfo dt,.recruitInfo dd{
    border-top: 1px solid;
    box-sizing: border-box;
    line-height: 1.8;
    text-align: center;
    border-color: #ccc;
  }
  .recruitInfo dt{
  padding: 20px 0;
  font-size: 15px;
  width: 100%;
  font-weight: 700;
  float: none;
  }
  .recruitInfo dd{
  padding: 30px 0;
  font-size: 14px;
  width: 100%;
  margin: 0 ;
  }

  .recruitInfo dt.change br{
  display: none;
  }

  .recruitTel{
  padding-top: 26px;
  }
  .recruitTel span:first-child{
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
  }
  .recruitTel span:last-child{
  display: block;
  font-size: 17px;
  margin-bottom: 20px;
  }
  .recruitTel span:first-child br{
  display: block;
  }
}/*MQ 599 end*/


/* 20220426
=================================================== */
html{
  scroll-behavior: smooth;
}

.rec_body .contents{
margin-bottom: 0;
}
/* .sec_bloc{
  margin-bottom: 100px;
} */
.recruitInfo{
  margin-left: auto;
  margin-right: auto;
}
.rec_menu_title{
    display: block;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: auto;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}


.working-img.sp{
  width: 100%;
  padding-top: 66.666666%;
  margin-bottom: 20px;
}
.working-img.pc{
  width: 100%;
  padding-top: 90%;
  margin-bottom: 6px;
}
.fadeZoomIn{
  position: relative;
  overflow: hidden;
}
.fadeZoomIn img{
  transition: transform 1.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1.1);
  transform-origin: center;
}
.fadeZoomIn.on img{
  transform: scale(1.02);
}

.slick_work_img .slick-slide img{
  margin-left: 6px;
  transition: margin-left .1s .3s, transform .5s ease-out;
}
.slick_work_img .slick-current img{
  margin-left: 0;
}

.worksCopySmall{
  font-size: 13px;
  line-height: 1.6;
}
.cafe_work_wrap {
  margin-bottom: 5em;
}
.cafe_work_block{
  padding: 1.5rem 0;
}
.cafe_work_box{
  padding: 1rem 0;
}
.cafe_work_icon{
  width: 116px;
  display: block;
  margin: 0 auto .5rem;
}
.cafe_work_txt{
  display: block;
  width: 84%;
  margin: auto;
}
.cafe_work_txt h3{
  font-weight: 500;
  margin-bottom: .5em;
  text-align: center;
}
.cafe_work_txt p{
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 300;
  width: fit-content;
  margin: auto;
}

.sec_about_work_wrap{
  background-color: #ebf0f1;
}
.sec_about_work{
  padding-top: 80px;
  padding-bottom: 60px;
}
.work_link_box{
  display: block;
  padding: 1em 0;
  width: 80%;
  margin: auto;
}
.work_link_anchor{
  display: block;
}
.work_link_anchor .en{
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: .4em;
  display: block;
}
.work_link_anchor .ja{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1.2em;
  display: block;
}
.link_arw{
  display: block;
  background-color: #474246;
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: 0.5em;
}
.link_arw::before{
  content: "";
  display: block;
  position: absolute;
  width: 5%;
  height: 1px;
  background-color: #474246;
  right: 0;
  transform: rotateZ(45deg);
  transform-origin: right bottom;
}

.slick_work_img .slick-dots{
  bottom: -38px;
}
.slick_work_img .slick-dots li button:before {
  transform: scale(.8);
}

.fadeIn{
  opacity: 0;
  transition: opacity .8s linear;
}
.fadeIn.on{
  opacity: 1;
}

/* INTERVIEW PAGE =================== */
.recruitAboutKeyvis{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.recruitAboutKeyvis .menuTitle{
  margin: 0;
  text-shadow: 0px 0px 20px rgb(51 51 51 / 80%);
}
.interview_block{
  max-width: 1200px;
  padding: 0 6%;
  margin: 0 auto 60px;
}
.interview_img{
  margin: 20px 0;
  overflow: hidden;
}
.interview_img_inner{
  position: relative;
  width: 100%;
  padding-top: 66.666666%;
  overflow: hidden;
}
.interview_txt {
  text-align: left;
}
.rec_body .interview{
  margin-bottom: 120px;
}
.rec_body .aboutEn {
  font-weight: 400;
  display: inline;
}
.rec_body .aboutName {
  font-size: 25px;
  margin-bottom: 20px;
}

.entry-link{
  position: fixed;
  bottom: 10px;
  right: 8px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
}
.entry-link a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: rgb(238, 238, 238, .9);
  /* border: 1px solid rgb(51, 51, 51, .1); */
  border-radius: 100%;
  position: relative;
}
.entry-link a span{
  display: block;
  width: 100%;
  height: fit-content;
}
.entry-link a .en{
  font-family: 'Lato', sans-serif;
  margin: .4em 0;
  letter-spacing: .05em;
}
.entry-link a .ja{
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.entry-link a::before{
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/imgs/06_recruit/icon_tri_down.svg);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:800px){
  .kv_recruit{
    margin-bottom: 100px;
  }
  /* .sec_bloc {
    margin-bottom: 120px;
  } */

  .sec_cafe_work{
    max-width: 1300px;
    padding: 0 50px;
    margin-bottom: 6em;
  }
  .cafe_work_wrap{
    display: flex;
    justify-content: flex-end;
  }
  .cafe_work_left{
    width: 45%;
    /* max-widsth: 412px; */
  }
  .cafe_work_right{
    width: 54%;
    margin: 0 0 0 50px;
  }
  .working-img {
    margin-bottom: 0;
  }
  .cafe_work_block {
    padding: 0.5rem 0;
  }
  .cafe_work_box{
    display: flex;
  }
  .cafe_work_icon{
    width: 26%;
    margin-right: 3%;
  }
  .cafe_work_txt{
    text-align-last: left;
  }
  .cafe_work_txt p{
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }
  .rec_body .worksCopy{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .rec_body .worksCopySmall {
    font-size: 13px;
    line-height: 1.6;
  }
  .rec_body .menuTitleJp{
    margin-top: 40px;
    font-size: 20px;
  }
  .rec_body .interview {
    margin-bottom: 160px;
  }
  .rec_body .interview .menuTitle,
  .rec_body .recruitInfo .menuTitle{
    margin-bottom:  80px;
  }

  .entry-link{
    bottom: 16px;
    right: 22px;
  }
  .entry-link a{
    width: 110px;
    height: 110px;
  }
  .entry-link a .en {
    font-size: 18px;
  }
  .entry-link a .ja {
    font-size: 11px;
  }
  .interview_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 80px;
  }
  .interview_block:nth-of-type(2n){
    flex-direction: row-reverse;
  }
  .interview_img{
    width: 42%;
    margin: 0;
  }
  .interview_txt{
    width: 54%;
  }
  .interview_block1{
    align-items: center;
  }
  .interview_block1 .interview_img{
    width: 52%;
    margin: 0;
  }
  .interview_block1 .interview_txt{
    width: 39%;
    margin: 0 2em 0 auto;
  }
  .interview_block1:nth-of-type(2n) .interview_txt{
    margin: 0 auto 0 2em;
  }
  .aboutCopy {
    font-size: clamp(11px,1.375vw,14px);
    line-height: 1.6;
    letter-spacing: .05em;
  }
}/*MQ 800 end*/

@media (min-width:1000px){
  .rec_body .worksCopy {
    font-size: 18px;
  }
  .rec_body .worksCopySmall {
    font-size: 14px;
  }
}/*MQ 800 end*/



.recruit_btn_block{
  padding: 4rem 5% 9rem
}
.recruit_btn_wrap_ttl{
  font-size: 1.3rem !important;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
  color: #000;
  width: 100% !important;
  border: none !important;
}
.recruit_btn{
display: block;
font-size: 1.2rem;
font-weight: 600;
background-color: #002638;
color: #fff !important;
text-align: center;
border-radius: .1em;
width: 100%;
max-width: 38rem;
padding: 1.2em;
margin: 1.2em 0 ;
box-sizing: border-box;
cursor: pointer;
}
.recruit_btn._line{
background-color: #00B900;
}
.recruit_btn._line .txt{
position: relative;
padding-left: 3.2em;
padding-right: 1em;
}
.recruit_btn._line .txt::before {
position: absolute;
content: "";
width: 100%;
height: 2.4em;
background-image: url(/imgs/06_recruit/line-ico-w.svg);
background-repeat: no-repeat;
top: 0;
bottom: 0;
left: 3%;
margin: auto;
}

.recruit-box.sec_bloc{
padding-top: 6rem;
}

@media screen and (min-width: 768px){
	.n-st-desc-recruit .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	.n-st-desc-recruit-logo {
	display:block;
	width: 70px;
	}
	.n-st-desc-recruit .wrap p {
	width: calc(100% - 90px);
	}

	.recruit-boxsec5{
    padding: 14em 0 6em;
	}
	.info-wrapper{
    /* max-width: 72rem; */
    margin: auto;
	}
  .recruit_btn_block {
    padding: 4rem 0 10rem;
    max-width: 720px;
    margin: auto;
  }
	.recruit_btn_wrap{
	display: flex;
	justify-content: center;
	}
	.recruit_btn{
    font-size: 1.2rem;
    margin: 1em .5em;
    transition: opacity .3s;
	}
	.recruit_btn:hover{
	opacity: .6;
	}
	.recruit-box.sec_bloc {
	padding-top: 10rem;
	}

}/* 768 */