@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');

/*-----------------------------------------
-----------------------------------------*/
/*----------------------------------------
	design CSS
	- head_area
	- design_area01
	- design_area02
	- design_area03
	- landplan_area

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

.page_cap {
	max-width: 1200px;
	margin: 0 auto 60px;
}
.page_cap p {
	font-size: 12px;
}
@media only screen and (max-width: 768px){
	.page_cap {
		max-width: 1200px;
		margin: 0 auto 60px;
		padding: 0 5%;
	}
	.page_cap p {
		font-size: 12px;
	}

}


/*-----------------------------------------
	h2.ttl
-----------------------------------------*/
h2.ttl {
    font-size: 34px;
    color: #006430;
    margin-top: 120px;
    margin-bottom: 120px;
    text-align: center;
	display:flex;
	justify-content: center;
	align-items:center;
    letter-spacing: 0.05em;
}
h2.ttl:before,
h2.ttl:after {
	content: "";
	display: inline-block;
	width: 30px;
	height:1px;
	background-color: #006430;
}
h2.ttl:before {
	margin-right:15px;
}
h2.ttl:after {
	margin-left:15px;
}
@media only screen and (max-width: 960px){
	h2.ttl {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width:768px) {
	h2.ttl {
        font-size: 22px;
        margin-bottom: 40px;
    }
}



/*-----------------------------------------
	sec_bnr
-----------------------------------------*/
.sec_bnr {
	padding: 0 0 120px;
}
.sec_bnr li {
    margin-bottom: 30px;
	position: relative;
}
.sec_bnr li .notion{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	text-shadow: #000 0 0 10px;
}
.sec_bnr li:last-child {
    margin-bottom: 0;
}
.sec_bnr li a {
	transition: all 0.3s 0s ease;
}
.sec_bnr li a:hover {
	opacity: 0.8;
	transition: all 0.3s 0s ease;
}
.sec_bnr .btn{
	cursor: pointer;
}
.sec_bnr .btn:hover{
	opacity: 0.8;
	transition: all 0.3s 0s ease;
}

@media only screen and (max-width: 960px){
	.sec_bnr {
	padding: 0 0 70px;
	}
}
@media screen and (max-width:768px) {
	.sec_bnr {
	padding: 0 0 60px;
    }
    .sec_bnr li {
    margin-bottom: 15px;
    }
}
