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

/* ここから採用情報CSS */

/*
.recruit_item  h2 {
    font-weight: bold;
    font-size: var(--bigBunsyo);
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.recruit_item h2:before,
.recruit_item h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 1.5vw;
    height: 0.15vw;
    background-color: #739732;
}

.recruit_item h2:before {
    left: 0;
}

.recruit_item h2:after {
    right: 0;
}
*/

.recruit_item {
   margin:0 auto 10em;
	width: 85vw;
	max-width: var(--max-size3);
	text-align: center;
}

.recruit_item h2 {
	text-align: left;
}

.recruit_item p {
	text-align: left;
    font-size: var(--bunsyo);
    margin-bottom: 5em;
}

.recruit_item img {
    width: 20vw;
	min-width: 240px;
	max-width: 350px;
    margin-bottom: 5em;
}


.recruit_item a:hover{
    opacity:0.3;
	transition:0.3s;
}

div.recruit_img {
	max-width: var(--max-size3);
	margin: 0 auto 5em;
}

div.recruit_img img {
	width: 100%;
	margin: 0;
	vertical-align: bottom;
}

/* ここまで採用情報CSS */


@media (max-width: 768px) {
/*　採用情報　*/
	.recruit_item {
		margin:5vw 4% 13vw;
	}
	
	.recruit_item h2 {
		font-size: 18px;
		padding: 0 1rem;
	}
	
	.recruit_item h2:before,
	.recruit_item h2:after {
		width: 2vw;
	}
	
	.recruit_item p {
    font-size: 15px;
	}
/*　ここまで採用情報　*/
}