@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
main{
width:100%;
overflow-x: hidden !important;
}


#header_img{
	width: 100vw;
}
#header_img img{
	width: 100%;
	height: auto;
}

#recruit_container{
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding-top: 30px;
}
#reason,#holiday,#recruit_box{
	margin-top: 50px;
}
#benefit,#maternity,#contact{
	margin-top: 80px;
	margin-bottom: 20px;
}

.rec_h2{
	text-align: center;
	margin-top: 20px;
	font-size: 95%;
	margin-bottom: 80px;
}

.rec_h3{
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.13em;
	text-indent:0.13em;	
	text-align: center;
	margin-bottom: 50px;	
}

.rec_h4{
	font-size: 120%;
	font-weight: bold;
	display: inline-block;
	background: linear-gradient(transparent 50%,  rgb(173,140,98,0.4) 50%);
	margin-top: 20px;
	margin-bottom: 20px;
}

/*マーカー*/
.marker-animation.active{
    background-position: -100% .5em;
}

.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
}
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 3px;
  background: #000;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}

.border{
	display: inline-block;
	background: linear-gradient(transparent 50%,  rgb(173,140,98,0.4) 50%);	
}

/*マーカーここまで*/

/*背景*/
.back{
     width:100vw; 
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
	background-color: #F7F7F7;
	padding-top: 30px;
	padding-bottom: 80px;
}


#recruit_top{
	text-align: center;	
	margin-top: 50px;
}

#recruit_top .rec_h1{
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.13em;
	text-indent:0.13em;
}

.rea{
	position: absolute;
    top: -23px;
    left: 21%;
}
#reason{
	position: relative;
}
#reason .reason_box{
	display: flex;
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 50px;
}

#reason .reason_box:last-of-type{
	margin-bottom: 0px;
}

#reason .rec_left{
	width: 50%;
	margin-right: 10%;
}

#reason .rec_right{
	width: 55%;
　　right: 0;
}
#reason .text{
    line-height: 2em;
    letter-spacing: 0.13em;
}

#benefit .col_3 div{
	margin-right: 12.5%;
	text-align: center;
	margin-bottom: 50px;
}

#benefit .col_3 div:nth-of-type(3n){
	margin-right: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
#benefit .col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
#benefit .col_3 > div{
	width: 25%;
	padding: 10px;
}
#benefit .col_3:nth-of-type(4) > div{
	width: 40%;
	padding: 10px;
}
#benefit .col_3:nth-of-type(5) > div{
	width: 40%;
	padding: 10px;
}
#benefit.text_bold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

#benefit p{
margin-top: 10px;
}

#salary{
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
}
#salary .sal{
	position: absolute;
    top: -44px;
    right: 9%;
}

#salary .salary_box{
	display: flex;
	margin-bottom: 80px;
}

#salary .salary_box .right{
	margin-left: 5%;
}


#maternity .rec_h2{
	margin-bottom: 30px;
}

#maternity .salary_box{
	margin-bottom: 80px;
	display: flex;
}

#maternity .left{
	width: 45%;
	margin-right: 3%;
}
#maternity .right img{
	width: 90%;
}
.ma_te{
	margin-top: 90px;
	font-size:115%;
    line-height: 2em;
    letter-spacing: 0.15em;
}

.name{	
	color:#AC8B62;
}

#holiday{
	text-align: center;
	position: relative;
}
#holiday .hol{
	position: absolute;
    top: -33px;
    left: 20%;
}

#holiday .img{
	width: 100%;
	height: auto;
	margin-top: 50px;
}

#recruit_box{
	margin-bottom: 80px;
}

#recruit_box #inner{
	width: 80%;
	margin: 0 auto;
	border: 8px solid #AC8B62;
}

#recruit_box .rec_h3{
	margin-top: 50px;
}
#recruit_box .corporation_div{
	border-bottom: solid 1px #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#recruit_box dl{
	width:70%;
	font-size: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
}

#recruit_box dt{
    float: left;
	clear: left;
	width: 22%;
	margin-left: 3%;
}
#recruit_box dd{
    margin-left: 25%;
    line-height: 2em;

}


#contact{
	text-align: center;
}

#contact .col_3 div{
	border: 4px solid  #AC8B62;
	margin-right: 5%;
	text-align: center;
   -webkit-transition: all .3s;
    transition: all .3s;
}

#contact .col_3 div:hover{
	background-color: #AC8B62;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#contact .col_3 a{
	color:#AC8B62;
	font-size: 110%;
	display: block;
	font-weight: bold;
	letter-spacing: 0.15em;
}
#contact .col_3 a:hover{
	color: #fff;
}
#contact .col_3 div:last-of-type{
	margin-right: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
#contact .col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
#contact .col_3 > div{
	width: 30%;
	padding: 10px;
}
#contact .rec_h2{
	margin-bottom: 30px;
}

@media screen and (max-width:1024px) {
	
#recruit_container{
	width: 96%;
	margin: 0 auto;
}
	
#header_img img{
	width: 100%;
}	
#reason .reason_box {
    width: 92%;
}
#reason .reason_box img{
    width: 100%;
	height: auto;
}
#reason .rec_h4 {
    font-size: 110%;
    margin-top: 0px;
    margin-bottom: 20px;
}
#reason .text {
    font-size: 95%;
}
.rea {
    left: 9%;
}
#salary {
    width: 92%;
    margin: 0 auto;
	margin-top: 30px;
}
	#salary img{
		width: 100%;
		height: auto;
	}

	#maternity{
		width: 92%;
	}
	#maternity .left {
    width: 100%;
    margin-right: 3%;
	}
	.ma_te {
    margin-top: 80px;
    font-size: 100%;
}
	#maternity .right img{
	width: 60%;
}
#holiday {
    width: 92%;
    margin: 0 auto;
	margin-top: 30px;
}
	#holiday .hol {
    top: -18px;
    left: 1%;
}
	#holiday img{
		width: 100%;
		height: auto;
	}
#contact .col_3 a {
    font-size: 120%;
}
}

@media screen and (max-width:900px) {
#recruit_container{
	width: 90%;
	margin: 0 auto;
}
	
#salary .sal {
    top: -40px;
    right: 0%;
}
#maternity .left img{
    width: 100%;
    height: auto
}
.ma_te {
    margin-top: 60px;
    font-size: 90%;
}
	.ma_te img{
		width: 60%;
		height: auto;
	}
#recruit_box #inner {
    width: 100%;
}
#recruit_box dl {
    width: 80%;
}
#contact .col_3 a {
    font-size: 95%;
}
}
@media screen and (max-width:768px) {
	
#reason .reason_box{
 flex-direction: column;
	width: 94%;
	margin-bottom: 0px;
}
#reason .rec_left {
    width: 100%;
    margin-right:0%; 
	margin-top: 20px;
}
#reason .rec_right {
    width: 100%;
    margin-top: 20px;
}
#reason .text {
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
	
.box01{
	order: 2;
	margin-top: 20px;
}
.box02{
	order: 1;
}	
	
}

@media screen and (max-width:480px) {


#recruit_container{
	width: 94%;
	margin: 0 auto;
	padding-top: 10px;
}
	
	
#recruit_top {
    margin-top: 30px;
}
#recruit_top .rec_h1{
	font-size: 90%;
	letter-spacing: 0.1em;
	text-indent:0.1em;
} 
	.back{
		padding-bottom: 50px;
	}
.rec_h2{
	margin-top: 20px;
	font-size: 75%;
	margin-bottom: 50px;
	line-height: 2em;
}
.rec_h3{
	font-size: 120%;
	margin-bottom: 30px;
}
#reason .rec_h4 {
    font-size: 100%;
    margin-bottom: 10px;
}
#reason .text {
    font-size: 80%;
}
#reason, #holiday,#salary{
    margin-top: 30px;
}
#benefit, #contact {
    margin-top: 50px;
    margin-bottom: 20px;
}
.rea {
    top: -33px;
    left: 8px;
    width: 37%;
}
.rea img{
    width: 100%;
}
#benefit .col_3{
	margin-top: 50px;
}
#benefit .col_3 div{
	margin-right: 6%;
	margin-bottom: 50px;
}

#benefit .col_3 div:nth-of-type(2n){
	margin-right: 0;
}
#benefit .col_3 div:nth-of-type(3){
	margin-right: 6%;
}
#benefit .col_3 > div{
	width: 47%;
	padding: 0px;
}
#benefit img{
	width: 65%;
	height: auto;
}
#benefit .text_bold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
}
#benefit p{
	font-size: 80%
}
	
#salary{
	width: 94%;
	margin: 0 auto;
	margin-top: 30px;
}
#salary .sal {
    top: -46px;
    right: 0%;
    width: 34%;
}	
#salary .salary_box{
	display: block;
	margin-bottom: 10px;
	
}

#salary .salary_box .right img{
	margin-top: 20px;
	width: 80%;
	
}
#maternity {
    width: 94%;
    margin: 0 auto;
    margin-top: 50px;
	}
#maternity .salary_box{
	display: block;
}

#maternity .left{
	width: 100%;
	margin-right: 0%;
}
#maternity .left img{
	width: 80%;
    height: auto;
	margin-left: 5%;
}
#maternity .right img{
	width: 60%;
}
.ma_te img{
	width: 40%;
}
.ma_te{
    margin-top: 30px;
    font-size: 83%;
	text-align: center;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
	
#holiday{
	width: 94%;
	margin: 0 auto;
}
#holiday .rec_h3{
	font-size: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
	margin-top: 30px;
}
	
#holiday .hol {
top: -41px;
    left: -1%;
    width: 33%;

}
#holiday .img {
    margin-top: 20px;
}
#recruit_box {
    margin-top: 0px;
}
#recruit_box .rec_h3 {
    margin-top: 30px;
}
#recruit_box #inner {
    width: 100%;
    border: 5px solid #AC8B62;
}
#recruit_box dl {
    width: 85%;
    font-size: 75%;
}
#recruit_box dd {
    margin-left: 30%;
}
#contact .col_3 {
    display: block;
}
#contact .col_3 a{
    font-size: 100%;
}
#contact .col_3 > div {
    width: 80%;
    padding: 10px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#contact .col_3 div:last-of-type {
    margin-right: 10%;
}
	
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #000;
  z-index: -1;
  transition: all 0.8s;
}	

	
  }

