@charset "utf-8";

body {
	background-image:url(../images/ball_back.png);
	background-repeat: repeat-y;
	background-position: top center;
}

.wrap_career {
	width: 100%;
	text-align: center;
	padding: 80px 0 130px 0;
}
.main_title {
	font-size: 32px;
	line-height: 56px;
	letter-spacing: 2px;
	margin-bottom: 40px;
	white-space: nowrap;
	font-weight: 500;
}
.main_txt {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 80px;
	white-space: nowrap;
}
@media screen and (max-width: 700px) {
.main_title {
	font-size: 28px;
	line-height: 48px;
}
.main_txt {
	font-size: 14px;
	line-height: 26px;
}
}

.wrap_career_top_l,
.wrap_career_top_r {
	width: 956px;
	margin: 0 auto 10px auto;
}
.wrap_career_top_l { text-align: left; }
.wrap_career_top_r { text-align: right; }

.wrap_career_top_l img,
.wrap_career_top_r img {
	width: 815px;
}
.wrap_career_top_l a:hover img,
.wrap_career_top_r a:hover img { 
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
}

@media screen and (max-width: 956px) {
.wrap_career_top_l,
.wrap_career_top_r {
	width: 96%;
	margin: 0 auto 10px auto;
}
.wrap_career_top_l img,
.wrap_career_top_r img {
	width: 93%;
}
}



.step_pic {
	max-width: 956px;
	margin: 0 auto;
	margin-bottom: 26px;
	text-align: center;
}


@media screen and (min-width: 701px) {
.sp {display: none;}
.step_pic img { width: 95%; }
}

@media screen and (max-width: 700px) {
.pc {display: none;}
.step_pic img { width: 90%; }
}


@media screen and (min-width: 757px) {
.wrap_fukuri {
	width: 756px;
	margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	text-align: justify;
	
	webkit-flex-wrap: wrap;
	flex-wrap:wrap;
}
.fukuri1 {
	width: 363px;
	background-color: #FFF;
	padding: 30px;
	margin: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fukuri2 {
	width: 736px;
	background-color: #FFF;
	padding: 30px;
	margin: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	position: relative;
}
.fukuri2 img {
	width: 333px;
	height: 205px;
	position: absolute;
	top: 30px;
	right: 30px;
}
.fukuri_midashi {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 18px;
	font-weight: 700;
}
}

@media screen and (max-width: 756px) {
.wrap_fukuri {
	width: 90%;
	margin: 0 auto;
	text-align: justify;
}
.fukuri1 {
	width: 100%;
	background-color: #FFF;
	padding: 30px;
	margin-bottom: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fukuri2 {
	width: 100%;
	background-color: #FFF;
	padding: 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fukuri2 img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.fukuri_midashi {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 18px;
	font-weight: 700;
}
}





