#mv {
	max-width: 1300px;
	width: 90%;
	margin: 0px auto 80px;
	height: 620px;
	position:relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
/* ------------------------------------ */
#sec01 {
	width: 100%;
	padding-bottom: 210px;
	background: url(../images/common/back_img01.png) repeat-x center bottom;
	background-size: 1100px auto;
	margin-bottom: 100px;
}
#sec01 dl {
	max-width: 560px;
	width: 85%;
	margin: 0px auto;
}
#sec01 dt {
	text-align: center;
	margin-bottom: 40px;
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 300;
	font-size: 180%;
	letter-spacing: 4px;
}
#sec01 dt img {
	display: block;
	width: 110px;
	margin: 0px auto;
}
#sec01 dd {
}
/* ------------------------------------ */
#sec02 {
	max-width: 800px;
	width: 90%;
	margin: 0px auto 100px;
}
#sec02 dl {
	width: 100%;
	display: table;
	border-bottom: #aaa 1px dotted;
	padding: 15px 0;
}
#sec02 dt,
#sec02 dd {
	display: table-cell;
	vertical-align: top;
}
#sec02 dt {
	width: 130px;
	font-size: 80%;
	padding-top: 3px;
}
#sec02 dd {
}
#sec02 dd a {
}
#sec02 dd a:hover {
}
#sec02 .btn_style01 {
	max-width: 300px;
	width: 100%;
	margin: 30px auto 0;
}
/* ------------------------------------ */
#sec03 {
	max-width: 1200px;
	width: 90%;
	margin: 0px auto 130px;
}
#sec03 .box {
	width: 100%;
	display: table;
	margin-bottom: 80px;
}
#sec03 .box .ph,
#sec03 .box dl {
	display: table-cell;
	vertical-align: middle;
}
#sec03 .box .ph {
	width: 50%;
}
#sec03 .box:nth-child(1) .ph {
	background: url(../images/top/ph01.jpg) no-repeat center center;
	background-size: cover;
}
#sec03 .box:nth-child(2) .ph {
	background: url(../images/top/ph02.jpg) no-repeat center center;
	background-size: cover;
}
#sec03 .box:nth-child(3) .ph {
	background: url(../images/top/ph03.jpg) no-repeat center center;
	background-size: cover;
}
#sec03 .box:nth-child(4) .ph {
	background: url(../images/top/ph04.jpg) no-repeat center center;
	background-size: cover;
}
#sec03 .box dl {
	width: 50%;
	padding: 40px 5%;
}
#sec03 .box:nth-child(even) dl {
}
#sec03 .box dt {
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 300;
	font-size: 80%;
	margin-bottom: 30px;
}
#sec03 .box dt strong {
	display: block;
	font-weight: 300;
	font-size: 180%;
	letter-spacing: 4px;
}
#sec03 .box dd {
}
#sec03 .box dd p {
	margin-bottom: 30px;
}
#sec03 .box dd ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#sec03 .box dd li {
	float: left;
	width: 49%;
	margin-right: 2%;
}
#sec03 .box dd li:last-child {
	margin-right: 0;
}
#sec03 .box dd li a {
	display: block;
	text-align: center;
	border: #777 1px solid;
	padding: 10px 0;
	font-size: 90%;
	font-weight: 500;
	letter-spacing: 2px;
	color: #777;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position: relative;
}
#sec03 .box dd li a:hover {
	color: #fff;
	background-color: #777;
}
#sec03 .box dd li a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 12px;
	transition: .4s;
	color: rgba(0,0,0,.2);
	font-size: 12px;
}
#sec03 .box dd li a:hover::before {
	right: 15px;
	color: rgba(255,255,255,1);
}
/* ------------------------------------ */
#sec04 {
	max-width: 1200px;
	width: 90%;
	margin: 0px auto 100px;
}
#sec04 .ph {
	margin-bottom: 20px;
}
#sec04 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-bottom: 30px;
}
#sec04 li {
	float: left;
	width: 50%;
	text-align: center;
	letter-spacing: 2px;
	font-size: 110%;
	font-weight: 400;
}
#sec04 li strong {
	display: block;
	text-align: center;
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 2px;
}
#sec04 li span {
	display: block;
	text-align: center;
	font-size: 70%;
	font-weight: 300;
	letter-spacing: 1px;
}
#sec04 .btn_style01 {
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
}
/* ------------------------------------ */



@media only screen and ( max-width : 968px ) {
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	#sec03 .box .ph {
		width: 45%;
	}
	#sec03 .box dl {
		width: 55%;
		padding: 40px 0% 40px 5%;
	}
	#sec03 .box:nth-child(even) dl {
		padding: 40px 5% 40px 0%;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}
@media only screen and ( max-width : 680px ) {
	#mv {
		margin: 0px auto 50px;
		height: 470px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	#sec02 dl,
	#sec02 dt,
	#sec02 dd {
		display: block;
	}
	/* ------------------------------------ */
	#sec03 .box .ph {
		width: 40%;
	}
	#sec03 .box dl {
		width: 60%;
		padding: 0px 0% 0px 5%;
	}
	#sec03 .box:nth-child(even) dl {
		padding: 0px 5% 0px 0%;
	}
	#sec03 .box dd li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}
@media only screen and ( max-width : 580px ) {
	#sec01 dt {
		margin-bottom: 30px;
		font-size: 160%;
	}
	/* ------------------------------------ */
	#sec03 .box,
	#sec03 .box .ph,
	#sec03 .box dl {
		display: block;
	}
	#sec03 .box {
		padding-top: 260px;
		position: relative;
	}
	#sec03 .box .ph {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		height: 240px;
	}
	#sec03 .box dl,
	#sec03 .box:nth-child(even) dl {
		width: 100%;
		padding: 0px 2% 0px 2%;
	}
	#sec03 .box dt {
		font-size: 70%;
	}
	/* ------------------------------------ */
	#sec04 li {
		letter-spacing: 2px;
		font-size: 100%;
	}
	#sec04 li strong {
		font-size: 90%;
		letter-spacing: 1px;
	}
	#sec04 li span {
		font-size: 70%;
	}
	/* ------------------------------------ */
}