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

html{
	background-color: rgba(244,242,239,1.00);
		overflow-x: hidden;
}

#recruit_top{
	margin-top: 20px;
	position: relative;
	width: 100%;
}

#slider {
    width: 100vw;
    height: 80vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	margin: 0 auto;
	position: relative;
}

#slider p{
	position: absolute;
	top: 45%;
	left: 10%;
	width: 80%;
} 

#slider p img{
	width: 100%;
}
#recruit_message .text_img{
	width: 80%;
	margin: 0 auto;
}
#recruit_message .text_img img{
	width: 100%;
}

.fade{
  margin-top: 80vh;
  text-align: center;
  opacity : 0;
  transition: opacity 3s;
}
 
.fade.view{
  opacity: 1;
}

#recruit_message{
    width: 1024px;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 120px;
    height: auto;
    overflow: hidden; 
}



h4{
	font-size:500%;
	letter-spacing: 0.05em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
	color: #a07e64;
	transform: translate(3%,50%);
}
.message{
	background-color:rgba(255,255,255,0.70);
	border-radius: 50px;
	padding: 8%;
}
.message p{
	font-size: 150%;
	line-height: 3rem;
}


.recruit_img{
	width: 100%;
	overflow: hidden; 
}

.recruit_img img{
	width: 100%;
}

#recruitment{
    width: 1024px;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 120px;
    height: auto;
    overflow: hidden; 
}
#recruitment dl {
    width: 100%;
    font-size: 130%;
    margin: 0 auto;
}

#recruitment dt {
    float: left;
    clear: left;
    width: 22%;
    margin-left: 1%;
	font-weight: bold;
}
#recruitment dd {
    margin-left: 25%;
    line-height: 2em;
    margin-right: 3%;
}
.border_non{
	border-bottom: 1px dotted #333;
	padding-bottom: 30px;
}
.border{
	border-bottom: 1px dotted #333;
	padding-top: 30px;
	padding-bottom: 30px;
}

#entry{
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#entry .parent{
	display: flex;
}
#entry .left{
    width: 45%;
	margin-right: 10%;
	margin-bottom: 50px;
}

#entry h5{
	font-size:500%;
	letter-spacing: 0.05em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
	color: #a07e64;
}

#entry .entry_text{
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 170%;
	letter-spacing: 0.05em;
}
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  text-decoration: none;
  color: #a07e64;
  border-radius: 0px;
  font-weight: bold;
  font-size: 140%;
  letter-spacing: 0.05em;
  border: 3px solid #a07e64;
  transition: 0.3s;
  box-shadow: 5px 5px 0px 0px rgba(160, 126, 100, 1);
  background-color: #ffffff;
  text-align: center;
  height: 130px;
	margin-bottom: 50px;
}


.original-button span{
	font-size: 200%;
	letter-spacing: 0.05em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
}
.original-button span i{
	font-size: 70%;
}

.original-button:hover {
  box-shadow: 0 0 #a07e64;
  color: #fff;
  background-color: #a07e64;
}

#entry .right{
    width: 45%;	
	margin-bottom: 50px;
}

#entry .right img{
width: calc(40% + 40vw);

}


#footer{
	clear: both;
}
.pc_768{
	display: block;
}
.sp_768{
	display: none;
}

@media screen and (max-width: 1023px) {
	
#recruit_message,#recruitment{
    width:96%;
	padding-top:80px;
	margin-bottom:80px;
}	
#entry{
	width: 100%;
}
#entry .left{
	margin-left: 2%;
	margin-right: 5%;
	margin-bottom: 0px;
}
#entry .right{
	overflow: hidden;
	width: 50%;
}

#entry .right img {
    width: calc(55% + 55vw);
}

.original-button {
	font-size: 120%;
}	
}
@media screen and (max-width: 768px) {
.sp_768{
	display: block;
}
.pc_768{
	display: none;
}
#slider p{
	position: absolute;
	top: 30%;
	left: 20%;
	width: 60%;
} 

}
@media screen and (max-width: 680px) {
#recruit_top {
     margin-top: 0px; 
}	
h4 {
    font-size: 400%;
}
#recruit_message .text_img{
	width: 100%;
	margin-bottom: 50px;
}
.message p {
    font-size: 120%;
    line-height: 2rem;
    padding-top: 10px;
}

#recruitment dl {
    font-size: 120%;
	padding-top: 13%;
}
	
#recruitment dt {
    float: none; 
    width: 100%;
    margin-left: 1%;
}	
#recruitment dd {
    margin-left: 1%;
    line-height: 1.5em;
    margin-right: 1%;
    margin-top: 5%;
}
	
.parent{
  flex-direction: column-reverse
}


h5 {
    font-size: 400%;
}	

#entry .left {
    float: none;
    width: 96%;
	margin: 0 auto;
    margin-bottom: 50px;
}
#entry .entry_text {
    margin-top: 60px;
    font-size: 150%;
    line-height: 1.5em;
}
.original-button {
    width: 96%;
	margin: 0 auto;
	margin-bottom: 50px;

}
#entry .right {
  width: 100vw;
}

}