@charset "utf-8";

/*reset*/
#mv_Wrap {
padding-bottom: 0;
}
#mv_Wrap h2 {
margin: 0;
}
#mv_Wrap h3 {
width: auto;
max-width: inherit;
margin: inherit;
}

/*共通タイトル*/
#mv_Wrap h2.big_b_ttl {
text-align: center;
color: #154778;
font-size: min(10vw,60px);
letter-spacing: 0.1em;
font-weight: 600;
margin: 50px auto;
}
#mv_Wrap:before {
display: none;
}

/*募集要項*/
#mv_Wrap .job_Box {
width: 1000px;
max-width: 90%;
margin: 0 auto;
position: relative;
z-index: 1;
}
#mv_Wrap .job_Box h3 {
text-align: center;
font-size: 23px;
font-weight: bold;
color: #fff;
background: #0f6fb8;
width: 100%;
max-width: 100%;
padding: 20px 0;
border-radius: 30px 30px 0 0;
margin: 0 auto;
}
.job_Box .white {
width: 100%;
max-width: 100%;
background: #fff;
border-radius: 0 0 30px 30px;
padding: 30px 0 60px;
margin: 0 auto;
}
.job_Box .white ul {
width: 90%;
margin: 0 auto;
}
.job_Box .white ul li {
width: 100%;
display: flex;
justify-content: space-between;
line-height: 1.6;
}
.job_Box .white ul li .ttl {
width: 30%;
padding: 15px 0;
border-bottom: 2px solid #0f6fb8;
display: flex;
justify-content: flex-start;
align-items: center;
color: #0f6fb8;
font-weight: bold;
padding-left: 1em;
font-size: 16px;
}
.job_Box .white ul li .txt {
width: 70%;
padding: 15px 0;
border-bottom: 1px dashed #0f6fb8;
padding-left: 1em;
font-size: 15px;
}

.job_wrap + .job_wrap {
	margin-top: 150px;
}

.model_case {
width: 1000px;
max-width: 90%;
margin: 70px auto;
padding: 30px 50px;
background: #fff;
border-radius: 30px;
border: 3px solid #98c7eb;
display: flex;
gap: 50px;
justify-content: flex-start;
align-items: center;
position: relative;
z-index: 1;
}

.model_case .ttl {
font-size: 20px;
color: #0f6fb8;
min-width: 100px;
width: 10em;
height: 10em;
border-radius: 100%;
background: rgba(236, 245, 251, 1);
text-align: center;
font-weight: bold;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

.model_case .ttl p {
position: relative;
z-index: 1;
}

/*
.model_case .ttl:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}*/
.model_case .txt {
font-size: 16px;
line-height: 1.6;
align-self: flex-start;
}

.btn_recruit {
width: 1000px;
max-width: 90%;
margin: 70px auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.btn_recruit li {
margin: 0 10px;
}
.btn_recruit li:nth-child(1) {
/*background: #fff;*/
display: flex;
justify-content: center;
align-items: center;
/*border: 1px solid #0068b7;*/
padding: 0 10px;
}
.btn_recruit li:nth-child(2) {}


@media only screen and (max-width: 900px) {
    
	/*reset*/
	#mv_Wrap {
	padding-top: 0;
	}
	
	/*mv*/
	#mv_Wrap h2.big_b_ttl {
	padding-top: 50px;
	}
	.fuwa01 {
	top: 0%;
	}
	.fuwa02 {
	top: 5%;
	}
	.fuwa03 {
	top: 4%;
	}
	.fuwa04 {
	top: 2%;
	}
	
	/*募集要項*/
	#mv_Wrap .job_Box h3 {
	padding: 15px 0;
	letter-spacing: 0.1em;
	font-size: 21px;
	}
	.job_Box .white ul {
	border-top: 2px solid #0f6fb8;
	}
	.job_Box .white ul li {
	flex-wrap: wrap;
	}
	.job_Box .white ul li .ttl {
	width: 100%;
	border-bottom: 1px dashed #0f6fb8;
	padding-left: 0;
	padding: 10px 0;
	}
	.job_Box .white ul li .txt {
	width: 100%;
	border-bottom: 2px solid #0f6fb8;
	padding-left: 0;
	}
	
	.model_case {
	flex-wrap: wrap;
	padding-top: 15px;
	gap: 0;
	padding: 15px 0 30px 0;
	}
	.model_case .ttl {
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
	background: rgba(236, 245, 251, 1);
	padding: 10px 0;
	border-radius: 20px 20px 0 0;
	}
	.model_case .txt {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	}
	.model_case .ttl:before {
	display: none;
	}
	
	
	.btn_recruit li:nth-child(1) {
	margin-bottom: 15px;
	padding: 10px;
	}

	.job_wrap + .job_wrap {
		margin-top: 100px;
	}
	
	
	
}