body{
	padding-top:150px;
}
#mainimage{
	width:100%;
	height:calc(100dvh - 150px);
	max-height:897px;
	background:url('../images/index/mainimage.webp?20250520') no-repeat top center;
	background-size:auto 100%;
	position:relative;
	margin:0 auto 90px;
}
#mainimage_catch{
	font-family: "fot-udkakugo-small-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	position:absolute;
	z-index:2;
	top:50px;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:100%;
	text-align:center;
	padding:0 0 0 150px;
	box-sizing:border-box;
text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
#mainimage_catch h2{
	font-size:48px;
	line-height:1.5em;
	margin-bottom:40px;
}
#news{
	width:1200px;
	display:flex;
	margin:0 auto 190px;
	position:relative;
}
#news h2{
	font-size:30px;
	width:160px;
}
#news article{
	max-width:940px;
	margin:0 auto;
	border-top:2px solid #434343;
	border-bottom:2px solid #434343;
	max-height:416px;
	box-sizing:border-box;
	overflow:auto;
}
#news article dl{
	padding:20px 0;
	border-bottom:2px solid #434343;
	display:flex;
	gap:20px;
}
#news article dl:last-child{
	border:0;
}
#news article dt{
	width:140px;
	height:100px;
	flex:none;
	background:#030a57 url('../images/index/logo_white.svg') no-repeat center center;
}
#news article dt img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
#news article dd{
	width:calc(100% - 160px);
	padding:0 20px 0 0;
	box-sizing:border-box;
	flex:none;
}
#top_wrap{
	position:relative;
	margin:0 auto 50px;
}
#top_wrap:after{
	content:"";
	width:34.375dvw;
	height:calc(100% - 80px);
	position:absolute;
	bottom:0px;
	left:0;
	z-index:1;
	border-radius:0 20px 20px 0;
	background:#ccedee;
}
#top1{
	padding:0 0 0 3.9dvw;
	position:relative;
	z-index:2;
	margin:0px auto 80px;
}
#top1 article{
	display:flex;
	gap:4.16dvw;
	align-items:center;
}
#top1 article figure{
	width:clamp(560px,42.96dvw,825px);
	flex:none;
}
#top1 article .comment{
	width:560px;
	flex:none;
}
#top1 h2{
	font-size:40px;
	color:#030a57;
	margin-bottom:40px;
	line-height:1.2em;
}
#top1 p{
	padding:0 60px 0 0;
}
#top2{
	width:960px;
	margin:0 auto 130px;
	position:relative;
	z-index:2;
}
#top2 ul{
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:40px 0;
}
#top2 ul li:not(:last-child){
	width:440px;
	display:block;
	padding:0 0 0 160px;
	box-sizing:border-box;
	line-height:80px;
	height:80px;
	background:#fff;
	font-size:30px;
	text-decoration:none;
	color:#000;
	border-radius:10px;
	position:relative;
	overflow:visible;
	border:3px solid #f0efea;
}
#top2 li a{
	display:block;
	padding:0 0 0 160px;
	box-sizing:border-box;
	line-height:80px;
	height:80px;
	background:#f0efea url('../images/common/arrow1.svg') no-repeat center right 10px;
	font-size:30px;
	text-decoration:none;
	color:#000;
	border-radius:10px;
	position:relative;
	overflow:visible;
	box-shadow:0 3px 0 #202777;
}
#top2 li a:hover{
	color:#fff;
	background:#202777 url('../images/common/arrow2.svg') no-repeat center right 10px;
}
#top2 li a:hover img{
	opacity:1;
}
#top2 li:nth-child(6) a{
	padding:0 0 0 40px;
}
#top2 li img{
	position:absolute;
	display:block;
	width:160px;
	height:100px;
	object-fit:contain;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
}
#top2 li:last-child{
	width:100%;
	padding:40px 0 0;
}
#top2 li:last-child a{
	text-align:center;
	padding:0;
}
#top3{
	width:1120px;
	margin:0 auto 50px;
	padding:0 0 20px;
	position:relative;
	z-index:2;
}
#top3 h2{
	font-size:60px;
	margin-bottom:45px;
	font-weight:normal;
	padding:0 0 0 40px;
}
#top3 article{
	display:flex;
	gap:40px;
	align-items:flex-end;
	margin:0 auto 50px;
}
#top3 dl{
	width:320px;
	flex:none;
}
#top3 dl:first-child{
	width:400px;
}
#top3 dl dt{
	height:220px;
	position:relative;
}
#top3 dl:first-child dt{
	height:280px;
}
.catname{
	font-size:16px;
	padding:0 15px;
	line-height:22px;
	border:1px solid #0f87cc;
	border-left:0;
	color:#0f87cc;
	background:#fff;
	border-radius:0 5px 5px 0;
	position:absolute;
	left:0px;
	bottom:17px;
	z-index:2;
}
#top3 dl dt a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
#top3 dl dt a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:10px;
}
#top3 dl dd{
	text-align:center;
	font-size:30px;
	padding:10px 0 0;
}
#top3 dl dd a{
	text-decoration:none;
}
#top3 .more{
	padding:0 40px 0 0;
	display:flex;
	justify-content:flex-end;
}
#top3 .more a{
	display:block;
	line-height:76px;
	border:2px solid #0f87cc;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 40px;
	width:640px;
	box-sizing:border-box;
	border-radius:10px;
	font-size:24px;
	background:#0f87cc url('../images/common/arrow2.svg') no-repeat right 10px center;
}
#top3 .more a:hover{
	color:#0f87cc;
	background:#fff url('../images/common/arrow1.svg') no-repeat right 10px center;
}
#top_wrap2{
	position:relative;
	padding:120px 0 100px;
}
#top_wrap2:after{
	content:"";
	width:35.416dvw;
	height:100%;
	position:absolute;
	bottom:0px;
	right:0;
	z-index:1;
	border-radius:20px 0 0 20px;
	background:#ccedee;
}
#top4{
	max-width:1360px;
	height:600px;
	margin:0 auto;
	background:url('../images/index/bg_recruit.webp') no-repeat center center;
	position:relative;
	z-index:2;
}
#top4 .eng{
	color:#fff;	
	font-family: "ethnocentric", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size:78px;
	position:absolute;
	top:40px;
	left:40px;
	line-height:1em;
}
#top4 article{
	width:1200px;
	margin:0 auto;
	padding:110px 0 30px;
	box-sizing:border-box;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-end;
	color:#fff;
}
#top4 h2{
	font-size:40px;
	margin-bottom:80px;
}
#top4 article .more{
	margin-top:auto;
}
#top4 article .more a{
	font-size:24px;
	color:#fff;
	text-decoration:none;
	background:url('../images/common/arrow2.svg') no-repeat right center;
	padding:0 20px 0 0;
	line-height:30px;
}
#top4 article .more a:hover{
	text-decoration:underline;
}