@charset "utf-8";
/* CSS Document */

a:focus{
    text-decoration:none!important; 
}



#main {
padding: 0px 0 30px!important;
}


.header_illust {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
    width: 100vw;
    height: auto;
    padding: 0px;
}






/* ---------------------------------------------------------------------------------------- 

	斜め　吹き出し

---------------------------------------------------------------------------------------- */




.naname h3 {
    position: relative!important;
    padding: 0rem!important;
    font-size: 2.5rem!important;
    font-weight: bold!important;
    text-align: center!important;
    border-bottom: none!important;
    margin-bottom:20px!important;
}

.naname h3::before,
.naname h3::after {
    position: absolute!important;
    top: 0.8rem!important;
    height: 5rem!important;
    content: ''!important;
}

.naname h3::before {
    border-left: solid 1px!important;
    left: 0!important;
    transform: rotate(-30deg)!important;
}

.naname h3::after {
    border-right: solid 1px!important;
    right: 0!important;
    transform: rotate(30deg)!important;
}





/* ---------------------------------------------------------------------------------------- 

	LINE用ボックス

---------------------------------------------------------------------------------------- */


.green-whitebox{
    background-color:#fff;
   padding: 23px 40px 7px 40px;
}

.green-left {
    width: 100%;
    font-weight: 700;
    margin-right: 13px;
}


.green-left img{
    margin-bottom:25px;
}

.green-right {
    width: 100%;
    font-size: 18px;
    padding: 8px 0px 8px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.green-box {
    width: 100%;
    padding: 0;
    display: flex;
}

.uniformlogo{
    font-size:17px!important;
    margin-bottom: 10px!important;
}

@media screen and (max-width: 1000px){
.green-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
}


.greenback-box {
    padding: 1em 1em;
    margin: 1.7em 0;
    background-color:#e1f4d9;
}





/* ---------------------------------------------------------------------------------------- 

	募集職種一覧ボタン

---------------------------------------------------------------------------------------- */


.arrowbutton-zentai a:hover {
    display: block!important;
    width: 100%!important;
    height: 100%!important;
}

.arrowbutton-zentai a:active,
.arrowbutton-zentai a:focus,
.arrowbutton-zentai a:visited{
    text-decoration:none!important; 
}

.arrowbutton{
 display: flex;
 align-items: center;
 flex-basis: 25%;
 background-color: #FEF8DC;
 height: 80px;
 padding:20px;
 font-size:20px;
}

.arrowbutton a {
    display: block!important;
    width: 100%!important;
    height: 100%!important;
}




.arrowbutton-text{
 flex: 1;
}



.arrowbutton-box {
    display: flex;
    justify-content: space-between;

}

.arrowbutton-space > .lay-col12-lg-4:nth-child(n + 4){
    margin-top:0!important;
    margin-bottom:0!important;
}

@media (max-width: 767px){
.arrowbutton-space >  .lay-col12-xs-6:nth-child(n + 3){
    margin-top:0!important;
}

.arrowbutton-space >  div[class^="parts_img_type"]{
    padding-top:0!important;
    padding-bottom: 7px;
}

}



.arrowbutton-center{
    position: relative;
    background-color: #FEF8DC;
    display: flex;
    align-items: center;
    padding:10px 20px 20px 20px;

}


.arrowbutton-center::before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    border: 1px solid #212121;
    transition: .3s;
    content: '';

}

.arrowbutton-center:hover {
   background-color: #FEF8DC;
}


.arrowbutton-center:hover::before {
     top: -3px;
    left: -3px;
}


.arrowbutton-center-text{
    flex-grow: 1; 
    text-align: center;
    font-size:20px;
}


.arrowbutton-center-img{
    flex-basis: 30%; 
    flex-grow: 2; 
}


.arrowbutton-box{
    margin-bottom:0!important;
}

/* ---------------------------------------------------------------------------------------- 

	お問い合わせボタン

---------------------------------------------------------------------------------------- */





.recruit-contact{
    background-color:#eee;
    padding:15px;
    text-align:center;
    font-size:20px;
}



.recruit-contact-whitebox{
    background-color:#fff;
    margin:5px 5px 5px 5px;
    padding:20px;
    display: flex;
    align-items: center;
}

.recruit-arrowbutton-text{
   align-items: center;
   justify-content: center;
   padding-left:10px;
}

.recruit-arrowbutton-icon{
    margin-left: auto;
}



/* パソコン表示*/
.recruit-new-pc{ display: block !important; }
.recruit-new-sp{ display: none !important; }

/* スマートフォン表示 */
@media only screen and (max-width: 950px) {
.recruit-new-pc { display: none !important; }
.recruit-new-sp{ display: block !important; }
}





.topbtn-animation-02:before{
    content: ""!important;
    display: block!important;
    background-color: #333!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0!important;
    transition: .2s!important;
}


@media (max-width: 900px){
    
    .arrowbutton-yohaku   {
    margin-top:50px!important;
} 
} 

@media (max-width: 767px){
 
.sp-hidden {
    display: none;
} 

.arrowbutton-yohaku   {
    margin:50px 0px 0px 10px!important;
} 

.arrowbutton  {
    font-size: 15px!important;
    padding:15px 10px 15px 15px;
} 

.arrowbutton-icon img{
    max-width:80%!important;
} 

.recruit-contact-whitebox{
     display:block!important;
} 

.green-whitebox{
    padding: 23px 30px 18px 30px;
} 

.green-left {
    margin-right:0px!important;
 padding: 10px 40px;
}
.naname h3{
    font-size: 1.7rem!important;
    margin-bottom: 30px!important;
}

.green-right{
    margin-left: 0px!important;
}


.recruit-arrowbutton-mail,
.recruit-arrowbutton-text{
    margin-bottom:10px;
}

.recruit-arrowbutton-text{
padding-left:0px!important;
}
}



/* ---------------------------------------------------------------------------------------- 

	伊勢ライフケア求人ページ

---------------------------------------------------------------------------------------- */


.top-copy{
    position: relative!important;
    max-width:600px;
    width:100%;
    margin: 0 auto;
}



.top-copy:before {
    position: absolute!important;
    left: 0!important;
    bottom: 0rem!important;
    height: 10rem!important;
    content: ''!important;
    border-left: solid 1px!important;
    transform: rotate(-30deg)!important;
 
}

.top-copy:after {
    position: absolute!important;
    bottom: 0rem!important;
    height: 10rem!important;
    content: ''!important;
}


.top-copy:after {
    border-right: solid 1px!important;
    right: 0!important;
    transform: rotate(30deg)!important;
}


.layer-box {
  width: 100vw;  
  position: relative; 
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:60px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.layer-left {
  width: calc(40% - 20px);
  padding-left:100px;
}

.layer-left-text h2{
  margin-bottom: 40px;
}

.h2-copy {
  font-size:6rem;
  margin-bottom:20!important;
}

.h2-copy:before {
  margin-bottom:0!important;
}

.h2-large{
  font-size:5rem;
}

.layer-right {
  width: calc(60% - 20px);
}

.layer-right img {
  width:100%;
  height: 700px;
  object-fit: cover;
  object-position: top;
}

.layer-text {
   font-size:60px;
   left:20%;
}

.layer-left-text p{
   text-align:center;
}

.gradient {
   margin-left: calc(50% - 50vw + 20px); 
   margin-right: calc(50% - 50vw + 20px); 
   padding: 40px calc((50% - 50vw) * -1);
   margin-left: -100%; 
   margin-right: -100%;
   padding: 40px 100%;
   background-color: #eee;
}

.parts__btn_icon {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 60px;
    color: #1f1f1f!important;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    color:#333!important;
    background-color:#EFEFEF;
    margin-bottom:50px;
}



.parts__btn_icon:before {
    content: url(https://nijinoyume-g.jp/images/recruit/iselifecare/icon-recruit.svg);
    font-size: 17px;
    position: absolute;
    width:59px;
    height:59px;
    left: 0px;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all 0.3s ease;
    transition-delay: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#fff;
    padding:15px;
}


.parts__btn_icon:after {
   content: "\e90a";
    font-size: 17px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all 0.3s ease;
    transition-delay: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.bth-list-flex,
.bthbk-list-flex {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:80px 0px 40px 0px;
}

.bth-list,
.bthbk-list{
    width: calc(50% - 20px);
}

.bth-list-text-flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color:#333;
    color:#fff;
}


.bthg-list-text-flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background-color:#eee;
    color:#333;
}

.bthbk-list-text-flex{
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#333;
    color:#fff;
}

.bth-list-text,
.bthg-list-text{
    position: relative;
    text-align:left;
    padding:30px;
}

.bthbk-list-text{
    position: relative;
    text-align:center!important;
    padding:20px;
}


.bth-list-img,
.bthbk-list-img{
    height:200px;
}


.bth-list-img img,
.bthbk-list-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.bth-list-arrow,
.bthg-list-arrow,
.bthbk-list-arrow{
    padding-right:15px;
}


.bth-mail-icon{
   margin-right:10px;
   margin-bottom:5px;
}

@media (max-width: 1500px){
    .h2-copy {
    font-size: 4rem;
}

.h2-large{
  font-size:3rem;
}

    .layer-left {
    padding-left: 50px;
}   

    .copy-br{
        display: none;
    }
}


@media (max-width: 1000px){
 @supports (-ms-ime-align:auto) {   
     .layer-box{
        flex-direction:column;
        margin-bottom:0px;
    }
 }  

@media (max-width: 1000px){
  .layer-box{
        flex-direction:column;
        margin-bottom:0px;
    }
    
    .layer-left,
    .layer-right {
    width: calc(100% - 0px);
    }
    
    .layer-right {
        order: 1;
    }
    
    .layer-left {
    order: 2;     
    padding-left:0px;
    padding:30px 80px 0px 80px;
    margin-bottom:60px;
    }
    .layer-right img{
    height: 400px;
    }
    
    .h2-copy {
    font-size: 4rem;
    }   
    
    
    .top-copy{
    max-width:400px;    
    }   
    
    .layer-left-text h2 {
    margin-bottom: 15px;
    }  
    
    .layer-left-text h2:before {
    margin-bottom: 10px!important;
    }  
    
    .btn-br{
        display: none;
    }
    
}

@media (max-width: 768px){
  
  
   .layer-left {
    padding:30px 20px 0px 20px;
    margin-bottom:60px;
    }
    
   .top-copy{
    max-width:300px;    
    }   
    
  .top-copy:before,
  .top-copy:after{
    height: 6rem!important;
  }     
    
   .h2-copy {
    font-size: 3rem!important;
    }

   .h2-large{
    font-size:3rem;
    }

   .layer-left-text h2{
    font-size: 150%;
    }

  
   .layer-right img {
    height: 250px;
    }
  
    .bth-list-flex{
        flex-direction:column;
        margin-top:50px;
        margin-bottom:10px;
    }
    
    .bth-list {
    width: calc(100% - 0px);
    margin-bottom:30px;
    }
    
}







/* -----------------------------------------
　facebook 埋め込み用
----------------------------------------- */

.facebook_wrap{
  max-width:500px;
  width: 100%;
  text-align: center !important;
  margin: 0 auto !important;
}

.fb-page{
  text-align: center !important;
  margin: 0 auto !important;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 500px !important;
}
