
@charset "utf-8";

/*-----------全体のコンテンツ------------------------------*/
.contents {
    clear: both;
    overflow: hidden;
    padding-top: 0px;    /*上に空けるボックス内の余白*/
	  padding-bottom: 40px;    /*下に空けるボックス内の余白*/
	  margin:0 auto;
    width:100%;
}


.wrapper {
    position:relative;
    width:90%;
    margin: 10% auto 0;
}

.nyusya_msg {
    position: relative;
    width:80%;
    margin: 5% auto 0;
    font-size:1.2vw;
    color:#000;
}

/*-----------入社式----------------------*/
.box{
  display: flex;
  flex-direction: row;
  margin: 0 5%;
}
.box.reverse{
  flex-direction: row-reverse;
}
.box + .box{
  margin-top: 80px;
}
.box_body{
  width: 50%;
  padding: 0 20px;
}
.box_ttl {
    text-align:left;
    margin-left: 5%;
    font-size:4vw;
    font-family: HGｺﾞｼｯｸM;
    color: #6e6e6e;
    vertical-align: top;
    line-height: 2;
    z-index:999;
}
.box_ttl2 {
    text-align:left;
    margin-left: 5%;
    font-size:1vw;
    font-family: HGｺﾞｼｯｸE;
    color: #5c5c5c;
    vertical-align: top;
    line-height: .5;
    z-index:999;
    padding-bottom: 2%;
    border-bottom: solid 2px #5c5c5c;;
}
.box_subttl {
    margin-top: 5%;
    text-align: center;
    font-size:1.5vw;
    font-weight: bold;
}
.box_txt {
  width: 80%;
  margin: 20px auto 0;
  font-size:1.2vw;
}
.box_image{
  width: 50%;
}
.box_image img{
  height: 100%;
  object-fit: cover;
}



/*-----------挨拶----------------------*/
.job {
  position: relative;
  margin:5% auto 0;
  width:90%;
  text-align:center;
}
.job li {
	display:inline-block;
	width:40%;
  height: auto;
  vertical-align:top;
}
.job_box {
    position: relative;
    margin: 0 2%;
}
.job_box img {
  width:100%;
  height: auto;
}


/*--------------------仕事内容WORK----------------*/


/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }

/*-------------------------------スマホ------------------------------------*/
@media screen and (max-width:768px) {
  .img-frame{
    height: 200px;
  }

  .nyusya_msg {
    width:80%;
    font-size: 2vw;
    color:#000;
  }
  
  .box {
    display: block;
  }
  .box + .box{
    margin-top: 60px;
  }
  .box_body{
    width: 100%;
    padding: 0;
  }
  .box_ttl {
    font-size:7vw;
  }
  .box_ttl2 {
    font-size:1.8vw;
  }
  .box_subttl {
    font-size:2.5vw;
  }
  .box_txt {
    width: 90%;
    margin: 20px auto 0;
    font-size:2vw;
  }
  .box_image{
    margin-top: 20px;
    width: 100%;
  }
  
	.job {
		width:90%;
	}
  .job ul{
	  display:inline-block;
	}
	.job li{
    display:flex;
    width: 60%;
    margin-top: 3%;
	}
  
  .job li:nth-of-type(2){
	  float: right;
  }
  .job_box img{
    box-shadow: 5px 5px 10px #a5a5a5;
  }
	.jobs {
    font-size:2vw;
	}
}

@media screen and (max-width:480px) {
  .img-frame{
    height: 20vh;
    border-radius: 0;
  }
  .nyusya_msg {
    width:90%;
    margin: 1% auto 0;
    font-size: .8rem;
  }
  .box_ttl {
   font-size: 1.4rem;
  }
  .box_ttl2 {
   font-size: .5rem;
  }
  .box_subttl {
    font-size: 1rem;
  }

  .box_image {
    width:100%;
  }
  
  .box_txt{
    width:90%;
    font-size: .8rem;
  }

  .job li{
    display:flex;
    width: 80%;
    margin-top: 3%;
	}
  
}