#pagetitle{
	display:flex;
	align-items:center;
	justify-content:center;
	height:600px;
	background:url('../images/recruit3-2/bg_pagetitle.webp') no-repeat;
}
#pagetitle h2{
	padding:0;
}
main section{
	max-width:1100px;
	margin:-130px auto 130px;
	padding-top:130px;
}
#section0{
	max-width:1100px;
	margin:0 auto 130px;
	line-height:1.8em;
	position:relative;
	padding:0 !important;
}
.font-l{
	font-size:48px;
	font-weight:200;
	margin:0 0 20px;
	line-height:1.5em;
}
#section0 h3{
	color:#92bde4;
	font-size:70px;
	font-weight:200;
	margin:0 0 40px;
}
#subnav{
	position:absolute;
	bottom:0;
	right:0;
}
#subnav a{
	display:block;
	border:2px solid #92bde4;
	line-height:56px;
	width:420px;
	padding:0 20px;
	box-sizing:border-box;
	color:#111;
	font-size:24px;
	position:relative;
	margin:0 auto 20px;
	background:url('../images/recruit3-2/arrow_blue2.png') no-repeat right 10px center;
}
#subnav a:hover{
	background:#92bde4 url('../images/recruit3-2/arrow_blue2.png') no-repeat right 10px center;
}
#subnav a .readmore{
	position:absolute;
	color:#92bde4;
	font-size:14px;
	right:50px;
	top:0;
	line-height:1.2em;
	height:100%;
	box-sizing:border-box;
	display:flex;
	align-items:center;
}

.midashi{
	max-width:1100px;
	margin:0 auto;
	position:relative;
}
.midashi h3{
	border:2px solid #666666;
	box-sizing:border-box;
	font-size:30px;
	font-weight:200;
	line-height:76px;
	margin:0 0 60px;
	position:relative;
	padding:0 15px;
}
.midashi2{
	max-width:1100px;
	margin:0 auto 35px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
}
.article1{
	display:flex;
	gap:20px;
	margin:0 auto 80px;
}
.article1 dl{
	width:260px;
	flex:none;
}
.article1 dt{
	position:relative;
}
.article1 dt img{
	display:block;
	margin:0 auto;
}
.article1 dt strong{
	background:#111111;
	color:#fff;
	width:140px;
	line-height:40px;
	text-align:center;
	display:block;
	margin:0 auto;
	position:relative;
	z-index:2;
	top:-40px;
}
.article1 dd{
	text-align:center;
}
.article2 h4{
	font-size:24px;
	color:#5c9ad2;
	margin:0 0 20px;
}
.contents{
	display:none;
}
.open-contents .contents{
	display:block;
}
a.openbutton{
	display:inline-block;
	width:80px;
	height:80px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	vertical-align:middle;
	background:url('../images/recruit3-2/arrow_open.png') no-repeat center center;
}
a.closebutton{
	display:none;
	width:80px;
	height:80px;
	position:absolute;
	vertical-align:middle;
	cursor:pointer;
	top:0;
	right:0;
	background:url('../images/recruit3-2/arrow_close.png') no-repeat center center;
}
.closebutton2{
	position:relative !important;
}
.open-contents a.openbutton{
	display:none;
}
.open-contents a.closebutton{
	display:inline-block;
}
.bottom_close{
	text-align:right;
}
img.alignleft {
	float: left;
	max-width:45%;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	max-width:45%;
	margin: 0 0 40px 40px;
}