#main {
	margin-top: 0;
}
@media screen and (max-width: 640px) {
	#main {
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#mainvisual {
	width: 100%;
	height: 870px;
	position: relative;
	background: url("../images/top/mv.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 100px;
}
#mainvisual p.mv-ttl {
	width: 158px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
	#mainvisual {
		height: 600px;
	}
}
@media (max-width: 640px) {
	#mainvisual {
		height: 450px;
		background-image: url("../images/top/mv2.jpg");
		margin-bottom: 60px;
	}
	#mainvisual p.mv-ttl {
		width: 170px;
		top: 55%;
	}
}
@media (max-width: 480px) {
	#mainvisual {
		margin-bottom: 40px;
	}
}
/* --------------------------------------------------- */
#sec01 {
	margin-bottom: 150px;
}
#sec01 .ttl {
	text-align: center;
	font-size: 1.7em;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 180%;
	letter-spacing: 6px;
	color: #425871;
}
#sec01 p {
	max-width: 750px;
	width: 90%;
	margin: 0 auto 25px;
	
	background-color: #fff; /* 背景色 */
    background-image: linear-gradient(180deg, #ddd 1px, transparent 1px);
    background-size: 100% 2.5em;
    line-height: 2.5em;
    padding: 0 10px 1px;
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
	#sec01 {
        margin-bottom: 100px;
    }
	#sec01 .ttl {
        font-size: 1.5em;
        letter-spacing: 6px;
		width: 90%;
		margin: 0 auto 40px;
    }
}
@media (max-width: 480px) {
	#sec01 {
        margin-bottom: 60px;
    }
	#sec01 .ttl {
		font-size: 1.2em;
        letter-spacing: 2px;
		text-align: left;
		margin: 0 auto 20px;
		line-height: 190%;
	}
	#sec01 .ttl br {
		display: none;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto 150px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#sec02 .ttl-style01 {
	width: 35%;
}
#sec02 .news {
	width: 60%;
	border: #ccc 1px solid;
	padding: 5%;
	border-radius: 6px;
}
#sec02 ul {
}
#sec02 li {
	padding: 20px 0;
	border-bottom: #ccc 1px dashed;
}
#sec02 li:last-child {
	border-bottom: none;
}
#sec02 li a {
	display: block;
}
#sec02 li a .day {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
}
#sec02 li a .category {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	color: #E87E03;
	border: #E87E03 1px solid;
	border-radius: 5px;
	padding: 3px 6px 4px;
	margin-left: 10px;
}
#sec02 li a p {
	padding-left: 15px;
	background: url("../images/common/arrow20.png") no-repeat left top 14px;
	background-size: 5px;
}
#sec02 li a:hover {
	color: #E87E03;
}
#sec02 .btn-style01 {
	position: absolute;
	left: 0;
	top: 150px;
	width: 37%;
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
	#sec02 {
        margin: 0 auto 100px;
        display: block;
    }
    #sec02 .ttl-style01 {
        width: 100%;
		margin-bottom: 20px;
    }
    #sec02 .news {
        width: 100%;
        padding: 3% 4% 4%;
		margin-bottom: 30px;
    }
	#sec02 li a p {
		line-height: 160%;
	}
	#sec02 .btn-style01 {
		position: static;
		margin: 0 auto;
		width: 85%;
	}
}
@media (max-width: 480px) {
	#sec02 {
        margin-bottom: 60px;
    }
	#sec02 .news {
        padding: 2% 4% 3%;
		margin-bottom: 25px;
    }
	#sec02 li {
        padding: 15px 0;
    }
	#sec02 li a .day,
	#sec02 li a .category {
        font-size: 11px;
        line-height: 11px;
		margin-bottom: 10px;
    }
	#sec02 li a p {
		background-position: left top 9px;
		line-height: 180%;
    }
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 180px;
	position: relative;
}
#sec03 .ttl-style01 {
	text-align: center;
	margin-bottom: 50px;
}
#sec03 .ttl-style01 span {
	text-align: center;
}
#sec03 .box {
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
#sec03 .box .ttl {
	font-weight: 500;
	font-size: 1.3em;
	margin-bottom: 30px;
	letter-spacing: 3px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
#sec03 .box p {
	max-width: 560px;
	width: 50%;
	margin-bottom: 15px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
#sec03 .ph1 {
	width: 60%;
	position: absolute;
	top: 100px;
	right: -16%;
	z-index: 0;
}
#sec03 .ph2 {
	width: 40%;
	margin: 0 auto 0 -10%;
	z-index: 0;
}
#sec03 .ph3 {
	width: 25%;
	position: absolute;
	left: 30%;
	bottom: 20%;
	z-index: 0;
}
#sec03 .ph4 {
	width: 30%;
	position: absolute;
	left: 50%;
	bottom: -5%;
	z-index: 0;
}
#sec03 .ph1 img {
	transition-delay: .1s;
}
#sec03 .ph2 img {
	transition-delay: .2s;
}
#sec03 .ph3 img {
	transition-delay: .3s;
}
#sec03 .ph4 img {
	transition-delay: .4s;
}
@media (max-width: 1024px) {
	#sec03 {
        margin: 0 auto 100px;
    }
	#sec03 .ph1 {
        top: 300px;
    }
    #sec03 .ph2 {
    }
    #sec03 .ph3 {
        bottom: 16%;
    }
    #sec03 .ph4 {
        left: 55%;
        bottom: 2%;
    }
}
@media (max-width: 640px) {
	#sec03 .box p {
        max-width: none;
        width: 100%;
		position: relative;
		z-index: 1;
    }
	#sec03 .ph1 {
		width: 55%;
		top: auto;
		bottom: 0;
		z-index: 0;
	}
	#sec03 .ph3 {
		left: 31%;
        bottom: 12%;
    }
	#sec03 .ph4 {
        bottom: 1%;
    }
}
@media (max-width: 480px) {
	#sec03 {
        margin: 0 auto 60px;
    }
	#sec03 .ttl-style01 {
        margin-bottom: 30px;
    }
	#sec03 .box .ttl {
        font-size: 1.1em;
        margin-bottom: 30px;
        letter-spacing: 2px;
		line-height: 180%;
    }
	#sec03 .box .ttl br {
		display: none;
	}
	#sec03 .ph3 {
		left: 28%;
        bottom: 10%;
    }
	#sec03 .ph4 {
		width: 25%;
        left: 45%;
    }
}
/* --------------------------------------------------- */
#sec04 {
	width: 100%;
	margin-bottom: 80px;
}
#sec04 .block {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
}
#sec04 .box {
	background-color: #fff;
	width: 45%;
	position: relative;
	z-index: 1;
	padding: 6% 5% 5%;
}
#sec04 .box.box-l {
	margin: 0 auto 0 4%;
	border-radius: 0 300px 300px 0;
}
#sec04 .box.box-r {
	margin: 0 4% 0 auto;
	border-radius: 300px 0 0 300px;
}
#sec04 .box.box-l img,
#sec04 .box.box-r img {
	display: block;
	width: 220px;
	position: absolute;
	top: -40px;
}
#sec04 .box.box-l img {
	left: -18%;
}
#sec04 .box.box-r img {
	right: -18%;
}
#sec04 .box .ttl {
	color: #E85B03;
	font-weight: 400;
	font-size: 2em;
	line-height: 240%;
	text-align: center;
	margin-bottom: 35px;
	letter-spacing: 5px;
	line-height: 150%;
}
#sec04 .box .ttl span {
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	line-height: 150%;
}
#sec04 .box p {
	width: 95%;
	margin: 0 auto 30px;
}
#sec04 .box .btn {
	display: block;
	max-width: 270px;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	padding: 15px 0;
	border: #E87E03 2px solid;
	background: url("../images/common/arrow24.png") no-repeat left 15px center;
	background-size: 7px;
	background-color: #E87E03;
	color: #fff;
	border-radius: 6px;
}
#sec04 .box .btn:hover {
	color: #E87E03;
	background-image: url("../images/common/arrow20.png");
	background-color: #fff;
}
#sec04 .ph {
	display: block;
	height: 470px;
	width: 80%;
	position: absolute;
	bottom: 5px;
}
#sec04 .ph1 {
	right: 0;
	background: url("../images/top/ph05.jpg") no-repeat center;
	background-size: cover;
}
#sec04 .ph2 {
	left: 0;
	background: url("../images/top/ph06.jpg") no-repeat center;
	background-size: cover;
}
#sec04 .ph3 {
	right: 0;
	background: url("../images/top/ph07.jpg") no-repeat center;
	background-size: cover;
}
@media (max-width: 1024px) {
	#sec04 .box {
        width: 55%;
        padding: 6% 5% 5%;
    }
    #sec04 .box.box-l {
        margin: 0 auto 0 0;
		border-radius: 0 300px 0 0;
    }
    #sec04 .box.box-r {
        margin: 0 0 0 auto;
		border-radius: 300px 0 0 0;
    }
	#sec04 .box.box-l img,
    #sec04 .box.box-r img {
        width: 180px;
        top: -40px;
    }
	#sec04 .box.box-l img {
        left: -15%;
    }
    #sec04 .box.box-r img {
        right: -15%;
    }
	#sec04 .ph {
		bottom: 0;
	}
}
@media (max-width: 840px) {
	#sec04 .block {
        margin: 0 auto 80px;
    }
	#sec04 .box {
        width: 100%;
        padding: 0 5%;
		position: static;
    }
    #sec04 .box.box-l,
    #sec04 .box.box-r {
        margin: 0 auto;
        border-radius: 0;
    }
    #sec04 .box.box-l img,
    #sec04 .box.box-r img {
        width: 260px;
        top: -160px;
    }
    #sec04 .box p {
        width: 100%;
    }
    #sec04 .ph {
        height: 200px;
        width: 100%;
		position: relative;
		margin: 0 0 30px;
    }
}
@media (max-width: 480px) {
	#sec04 {
        margin-bottom: 0px;
    }
	#sec04 .block {
        margin: 0 auto 60px;
    }
	#sec04 .box .ttl {
        font-size: 1.8em;
        line-height: 170%;
        margin-bottom: 25px;
    }
    #sec04 .box .ttl span {
        font-size: 10px;
    }
	#sec04 .box.box-l img,
    #sec04 .box.box-r img {
        width: 170px;
        top: -130px;
    }
	#sec04 .ph {
		position: static;
        height: 160px;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


