@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
#oshirase {
    border: 2px solid #ff8888;
    padding: 1em;
    margin-bottom: 3em;
}
#oshirase h4 {
    margin-bottom: 0.6em;
    font-weight: bold;
    background: #ff8888;
    color: #fff;
    padding: 0.3em;
}
#oshirase p {
    text-align: center;
}
#oshirase p span {
    font-weight: bold;
}


#career {background: #fffffb;}

#career #wrap {
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
	font-size: 15px;
	line-height: 1.6;
	color: #5a3d1c;
	width: 100%;
	margin-bottom: 50px;
}

#career #contentWrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 10px;
}


#career #mainHead {
	position: relative;
	background: #cde604 url(../images/main_bg.jpg) top center no-repeat;
	background-size: cover;
	width: 100%;
	box-shadow: 0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
}
#career #mainInner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 10px;
	color: #fff;
	text-shadow: #629b00 0 0 30px, #446c00 0 0 20px, #1e2f00 0 0 5px;
}
#career #mainInner h1 {
    font-size: 350%;
    margin-bottom: 25px;
}
#career #mainInner h2 {
    background: rgba(73, 135, 2, .4);
    /* font-weight: normal; */
    box-shadow: inset 0 0 15px rgba(60, 116, 5, .3);
    padding: 25px;
    font-size: 170%;
}
#career h3 {
    font-size: 140%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 70px 0 30px 0;
}
#career h3:before,#career h3:after {
    content: "";
    display: block;
    width: 25%;
    background: #5c9e17;
    height: 1px;
}
#career h4 {
    font-size: 150%;
    text-align: center;
}
#career h4 span {
    font-size: 80%;
    line-height: 1.5;
    display: block;
    margin-top: 20px;
}
#career dl dt {
    font-size: 110%;
    margin-bottom: 5px;
    color: #5c9e17;
}
#career dl dd {
    padding-left: 1em;
    margin-bottom: 15px;
}
#career ul.flow {
    display: flex;
    max-width: 640px;
    margin: 0 auto;
}
#career ul.flow li {
    background: #5c9e17;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    min-width: 11%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 25px 0 25px 35px;
}
#career ul.flow li span {font-size: 13px;}
#career ul.flow li:first-child {
    padding: 25px 15px;
}
#career ul.flow li:last-child {
    padding: 25px 15px 25px 35px;
}
#career ul.flow li:nth-child(even) {
    background: #7bac48;
}
#career ul.flow li:nth-child(odd):after {
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #5C9E17 50.5%) no-repeat top left/100% 50%,
				linear-gradient(to top left, rgba(255,255,255,0) 50%, #5c9e17 50.5%) no-repeat bottom right/100% 50%;
}
#career ul.flow li:nth-child(even):after {
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #7aac47 50.5%) no-repeat top left/100% 50%,
				linear-gradient(to top left, rgba(255,255,255,0) 50%, #7aac47 50.5%) no-repeat bottom right/100% 50%;
}
#career ul.flow li:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 100%;
    right: -25px;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#career ul.flow li:last-child:after {
    content: none;
}
#career .button {
	position: relative;
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #fff;
    background: #5c9e17;
    border: solid 1px #5c9e17;
    text-align: center;
    text-decoration: none;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#career .button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: #fff;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#career .button:hover, #career .button:active {
	color:#5c9e17;
}
#career .button:hover:before, #career .button:active:before {
    width: 100%;
}
#career .button span {
    position: relative;
    display: block;
    padding: 20px;
}
#career .formBtn{
	margin-top: 70px;
	font-size: 26px;
}
#career .formBtn span{
	padding: 15px;
}


#career ul.flow {
	flex-direction: column;
}
#career ul.flow li {
	min-width: auto;
	padding: 35px 5px 0 5px;
}
#career ul.flow li:first-child {
	padding: 15px 5px 0 5px;
}
#career ul.flow li:last-child {
	padding: 35px 5px 15px 5px;
}
#career ul.flow li:after {
	right: 0;
	left: 0;
	top: auto;
	bottom: -25px;
	width: 100%;
	height: 25px;
}
#career ul.flow li:nth-child(odd):after {
	background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #5c9e16 50.5%) no-repeat top left/50% 100%,
				linear-gradient(to top left, rgba(255,255,255,0) 50%, #5c9e16 50.5%) no-repeat top right/50% 100%;
}
#career ul.flow li:nth-child(even):after {
	background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #7aac47 50.5%) no-repeat top left/50% 100%,
				linear-gradient(to top left, rgba(255,255,255,0) 50%, #7aac47 50.5%) no-repeat top right/50% 100%;
}




@media screen and (max-width:767px){
	#career #wrap {
		font-size: 16px;
	}
	#career #mainInner h1 {
		font-size: 200%;
		margin-bottom: 20px;
	}
	#career #mainInner h2 {
		font-size: 120%;
		padding: 10px;
	}
	#career #mainInner {
		padding: 40px 10px;
	}
	#career #contentWrap {
		padding: 20px 10px;
	}
	#career h3 {
		justify-content: space-between;
	}
	#career h3:before, #career h3:after {
		width: 15%;
	}
	#career h4 {
		font-size: 130%;
		text-align: left;
	}
}