@charset "utf-8";
/* CSS Document */
/*

c100 m60
#005bac

c100
#00a0e9

c100 m90
#0b318f

c10
#eaf6fd

k30
#c9caca

*/
#home {
	position: relative;
}
.bg_img {
	position: fixed;
	top: 55px;
	left: 0;
	width: 100vw;
	height: 500px;
	background-image: url("../img/img_03.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.bg_img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(rgba(0 0 0 / 20%) 30%,transparent 31%),radial-gradient(rgba(0 0 0 / 20%) 30%,transparent 31%);
	background-color: rgba(0 0 0 / 30%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.bg_cover {
	padding: 30px 0;
	background-color: #ffffff;
	background-color: #eaf6fd;
	z-index: 1;
}
.bg_cover section {
	padding: 20px 0;
}
#main_visual {
	width: 100vw;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main_visual > div {
	width: 100%;
}
#main_visual h1 {
	margin: 0 auto;
	width: 70%;
	max-width: 400px;
}
#main_visual p {
	position: relative;
	color: #ffffff;
	text-align: center;
	margin: 30px 0 0;
}
#main_visual p:before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	border-radius: 1px;
	width: 58px;
	height: 1px;
	background: #fff;
}
.section_inner {
	margin: 0 auto;
	padding: 40px 20px;
	width: 90%;
	max-width: 600px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px -3px rgb(0 0 0 / 10%);
	border-radius: 3px;
}
.section_title {
	margin-bottom: 30px;
	padding-left: 15px;
	border-left: 5px solid #005bac;
}
.section_title h2 {
	font-size: 200%;
	line-height: 1;
}
.section_title h2 span {
	font-size: 60%;
}
@media (min-width: 960px) {
	.header_item.item_home a {
		color: #005bac;
	}
	.header_item.item_home a:after {
		bottom: 0;
		transition-duration: .3s;
	}
	.bg_cover {
		padding: 60px 0;
	}
	.bg_cover section {
		padding: 40px 0;
	}
	.bg_img {
		top: 65px;
	}
	.bg_main_img {
		top: 65px;
	}
	.section_inner {
		max-width: 960px;
		margin: 0 auto;
		padding: 70px;
	}
}
#about .section_content p {
	position: relative;
	margin: 50px 0 0;
}

#about .section_content p:before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	right: auto;
	bottom: auto;
	left: 0;
	margin: auto;
	border-radius: 1px;
	width: 75px;
	height: 1px;
	background: #999;
}
#example .section_content .list {
	margin-top: 40px;
}
#example .section_content .item {
	width: 100%;
	margin-top: 40px;
}
#example .section_content .item img {
	
}
#example .section_content .item h3 {
	margin-top: 10px;
}
#news .section_content {
	padding: 10px 20px;
	border: 3px solid #eee;
}
#news .section_content .item {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
#news .section_content .item p {
	margin: 10px 0;
}

@media (min-width: 960px) {
	#example .section_content .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	#example .section_content .item {
		width: 30%;
		margin-top: 0px;
	}
	#news .section_content {
		padding: 10px 30px;
	}
}

/* 20221030改修 */
.bg_main_img {
	position: fixed;
	top: 55px;
	left: 0;
	width: 100vw;
	height: 500px;
	z-index: -1;
}
.bg_main_img .main_img {
	width: 100%;
	height: 500px;
	background-image: url("../img/main_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bg_main_img .main_02 {
	background-image: url("../img/main_02.jpg");
}
.bg_main_img .main_03 {
	background-image: url("../img/main_03.jpg");
}
.ver2022 #main_visual h1 img {
	filter: drop-shadow(0 2px 4px rgba(0,0,0,.6));
}
.ver2022 #main_visual p {
	font-weight: 700;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
}
@media (min-width: 960px) {
	.bg_main_img {
		top: 65px;
	}
}





