@charset "utf-8";

a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}


.onnomi-cw {
	width: 1200px;
	margin: 0 auto;
}


main {
	min-width: 1200px;
	background-color: #ffffff;
	font-family: "Noto Sans JP";
}


.pc_none {
	display: none;
}
.sp_none {
	display: block;
}

.MV_area img {
	width: 100%;
}


h2 {
	text-align: center;
}
.box01 {
	padding-top: 300px;
    margin-top: -260px;
	background-color: #000000;
}
.box01 h2 {
	margin-top: 30px;
}
.pu_wrap {
	position: relative;
	margin: 60px 60px 150px;
}

.pu_img {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1;
}

.pu_area dl {
	margin-left: 100px;
}
.pu_area dt {
	font-size: 2.4rem;
	font-weight: bold;
}
.pu_area dd {
	font-size: 1.6rem;
}
.pu_area {
	position: relative;
}
.pu_bnr {
	margin-bottom: 20px;
	background-color: #ffffff;
}
.tx_pu {
	color: #ffffff;
}

.pu_wrap > a .pu_bnr img,
.pu_wrap > a .pu_area dl,
.cont_wrap > ul > li > a img,
.cont_wrap > ul > li > a dl {
	transition: 0.5s ;
}
.pu_wrap > a:hover .pu_bnr img,
.pu_wrap > a:hover .pu_area dl,
.cont_wrap > ul > li > a:hover img,
.cont_wrap > ul > li > a:hover dl {
	opacity:0.7;
	transition:all 0.5s ease;
}
.pu_wrap > a:hover .pu_area > p:before {
	opacity: 1.0;
}


.box02 {
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;
	background-color: #feca0a;
}
.box02:before {
	position: absolute;
	content: "";
	background: url("../img/bg_01.png") repeat-x;
	top: -110px;
	width: 100%;
	height: 428px;
}
.box02 .onnomi-cw {
	position: relative;
}
.box02 .onnomi-cw:before, .box02 .onnomi-cw:after {
	position: absolute;
	content: "";
}
.box02 .onnomi-cw:before {
	background: url("../img/bg_02.png") no-repeat;
	width: 84px;
	height: 845px;
	top: 50px;
	left: 30px;
}
.box02 .onnomi-cw:after {
	background: url("../img/bg_03.png") no-repeat;
	width: 89px;
	height: 959px;
	top: 50px;
	right: 30px;
}
.cont_wrap {
	padding: 30px 0 60px;
	margin: 0 155px;
}
.cont_wrap > ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.cont_wrap > ul > li {
	margin-top: 30px;
	margin-right: 30px;
	display: flex;
	display: -webkit-flex;
}
.cont_wrap > ul > li > a {
	display: inline-block;
	padding: 15px;
	background-color: #ffffff;
}

.cont_wrap > ul > li:nth-of-type(2n) {
	margin-right: 0;
}
.cont_wrap > ul > li:nth-of-type(-n+2) {
	margin-top: 0;
}
.cont_wrap > ul > li figure {
	margin-bottom: 10px;
}

.cont_wrap dt {
	position: relative;
	padding-left: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.cont_wrap dt:before {
	position: absolute;
	content: "";
	background-color: #feca0a;
	width: 3px;
	height: 22px;
	top: 6px;
	left: 8px;
}
.cont_wrap dd {
	width: 400px;
}


.pagetop {
	text-align: center;
	
}
#pagetop {
	cursor: pointer;
}


@media (max-width: 768px) {
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.onnomi-cw {
		width: 100%;
	}
	main {
		min-width: 100%;
	}
	
	.box01 {
		margin-top: -290px;
	}
	.box01 h2 {
		margin: 30px 15px 0;
	}
	.box02 {
		margin-top: -15px;
	}
	.box02 .onnomi-cw:before, .box02 .onnomi-cw:after {
		content: none;
	}
	.box02:before {
		background: url("../img/bg_01_sp.png") repeat-x;
		width: 100%;
		height: 243px;
		top: -70px;
		right: 0;
	}
	.pu_wrap {
		margin: 30px 15px 100px;
	}
	.pu_img img {
		width: 30vw;
	}
	.pu_area dl {
		margin-left: 0;
	}
	.box02 h2 {
		position: relative;
		margin: 0 2vw 0;
	}
	.cont_wrap {
		padding: 30px 0 60px;
		margin: 0 15px;
	}
	.cont_wrap > ul > li {
		margin-right: 0;
	}
	.cont_wrap > ul > li,.cont_wrap > ul > li:nth-of-type(-n+2) {
		margin-top: 20px;
	}
	.cont_wrap > ul > li:first-child {
		margin-top: 0;
	}
	.cont_wrap > ul > li figure img {
		width: 100%;
	}
	.cont_wrap dd {
		width: 100%;
	}
	#pagetop {
		width: 50vw;
	}
	
}