@charset "utf-8";

/* ======================================================

	hero

====================================================== */
.hero{
	position: relative;
}
.hero:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../common/images/dot.png) 0 0;
	z-index: 1;
}
.hero__title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 340px;
	z-index: 2;
}
.hero picture img{
	width: 100%;
}
@media screen and (max-width: 767px){
	.hero{
		margin-top: 65px;
	}
	.hero__title{
		width: 214px;
	}
}
/* ======================================================

	nav

====================================================== */
.p-links{
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	padding: 60px 10px 60px;
}
.p-links:after{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	width: 390px;
	height: 190px;
	background: url(../common/images/bg_elm.png) calc(100% - 10px) 0 / 100% auto no-repeat;
}
.p-links__panel{
	position: relative;
	display: block;
	padding: 30px 20px;

	color: #ffffff;
}
.p-links > .c-row > div{
	transition: all 300ms;
}
.p-links > .c-row > div:hover{
	opacity: 0.7;
}

.p-links .c-col-50{
	position: relative;
}
.p-links .c-col-50:before{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
	background-color: #004473;
	border: 5px solid #ffffff;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.4);*/
}
.p-links__title{
	margin-bottom: 0.5em;

	font-family: 'Noto Serif JP',serif;
	font-size: 2.0rem;
}
.p-links__text{ font-size: 1.6rem; }

@media screen and (max-width: 769px){
.p-links__title-sp{
	display: block;
    margin-left: 20px;
}
}

@media screen and (max-width: 767px){
	.p-links{
		padding: 60px 10px 0;
	}
	.p-links:after{
		position: relative;
		padding-top: 48.71%;
		width: auto;
		height: auto;
		background: url(../common/images/bg_elm.png) 50% 100% / 70% auto no-repeat;
	}
	.p-links__title{ font-size: 1.8rem; }
	.p-links__text{ font-size: 1.4rem; }
}