@charset "utf-8";
/* CSS Document */
.site-header {
    display: none;
    position: absolute;
    width: 100%;
	}
.mz_ttl01 {
	font-size:4vw;
	margin:1.5rem auto;
	}
.mz_ttl02,
.mz_ttl03,
.mz_ttl04,
.mz_ttl05 {
	color:#000;
	}
.mz_ttl02 {
	font-size:1.25rem;
	}
.mz_ttl03 {
    margin: -40px 0 0 0;
    background: url(../img/bg_mv.jpg) no-repeat;
    background-position: center center;
    width: 100%;
    height: 350px;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: -1;
}
.mz_ttl03 img {
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.mz_ttl04 {
    position: relative;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
}
.mz_ttl04:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #007440;
}
.mz_ttl05 {
	margin-bottom: 0.5rem;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.05em;
	}
.mz_ttl06 {
	position:absolute;
	top:5vw;
	}
.mz_ttl06 p {
    display: inline-block;
    background: #000;
    margin-bottom: 1rem;
    padding-left: 1em;
    padding-right: 1em;
	color:#fff;
	font-weight:bold;
	font-size:6vw;
	letter-spacing:0.05em;
}
.mz_ttl07 {
	position:absolute;
	bottom:21vw;
	right:0;
	}
.mz_ttl07a {
	position:absolute;
	bottom:5vw;
	right:0;
	}
.mz_ttl07 p,
.mz_ttl07a p {
    background: #000;
    margin-bottom: 1rem;
    padding-left: 1em;
    padding-right: 1em;
	color:#fff;
	font-weight:bold;
	font-size:6vw;
	text-align:right;
	letter-spacing:0.05em;
}

/*　本文　*/
.top_img {
	background:#88b7d1;
	color:#fff;
	/*align-items: center;*/
	}
.mz_img01 {
	width:30%;
	margin-right:1rem;
	}
.mz_img02 {
	width:25%;
	margin-top:1rem;
	}
.mz_box01 {
	padding:5% 1% 0;
	}
.mz_box02 li{
	border-top:2px dotted #bf5700;
	padding:0.5rem 0;
	}
.mz_box02 li:last-child {
	border-bottom:2px dotted #bf5700;
    }
.mz_box03 li{
	width:48%;
	text-align:center;
	margin-bottom:2rem;
	}
.mz_box04 {
	background:#f8f5f3;
	padding:2rem;	
	border-radius:30px;
	margin-bottom:2rem;
	}
.mz_box04a {
	position:relative;
	}
.mz_box04b {
	position:absolute;
	top:-1%;
	left:20%;
	width:60%;
	}
.mz_box05 {
	position:relative;
	align-items: center;
	}
.mz_box06 li{
	margin-top:1rem;
	margin-bottom:1rem;
	}
.mz_box06a img {
	display:block;
	margin-top:3rem;
	}
.mz_box07 {
	padding:2rem;
	margin-top:2rem;
	margin-bottom:2rem;
	border: 1px solid rgba(255,255,255,0);	
	position: relative;
	z-index: 0;
}
.mz_box07:before {
	border-top:2px solid #88b7d1;
	border-left:2px solid #88b7d1;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 60px;
	z-index: 1;
}
.mz_box07:after {
	border-bottom:2px solid #88b7d1;
	border-right:2px solid #88b7d1;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	z-index: 1;
}


@media print, screen and (min-width: 768px) {

.mz_ttl01 {
	font-size:2vw;
	margin-top:3rem;
	}
.mz_ttl02 {
	font-size:2.5rem;
	}
.mz_ttl03 {
    margin: -70px 0 0 0;
    width: 100%;
    height: 600px;
}
.mz_ttl03 img {
    width: 958px;
}
.mz_ttl04 {
    font-size: 2rem;
	margin-bottom: 7rem;
}
.mz_ttl05 {
    font-size: 1.5rem;
}
.mz_txt {
	font-size:1.25rem;
	line-height:2;
}
.mz_img01 {
	width:20%;
	margin-right:1rem;
	}
.mz_img02 {
	width:40%;
	margin-top:1rem;
	}
.mz_box02 li{
	padding:1rem 0;
	}
.mz_box03 li{
	width:30%;
	margin-bottom:3rem;
	}
.mz_box04 {
	background:#f8f5f3;
	padding:3rem;
	}
.mz_box04b {
	top:-2%;
	left:10%;
	width:80%;
	}
.mz_box07 {
	padding:2rem 5rem;
	margin-top:4rem;
	margin-bottom:4rem;
}
.mz_box07:before {
	top: -2px;
	left: -2px;
	width: 60px;
	height: 60px;

}
.mz_box07:after {
	bottom: -2px;
	right: -2px;
	width: 60px;
	height: 60px;
}
.mz_ttl07 {
	bottom:11vw;
	}
.mz_ttl06 p,
.mz_ttl07 p,
.mz_ttl07a p {
	font-size:3vw;
}
}

@media screen and (max-width: 767px) {
.top_img02 {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}
.mz_img01 {
	width:30%;
	margin-right:1rem;
	}
.mz_box02{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}
	

}

