.page-mv {
	background-image: url("../images/works/mv.jpg");
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */
#sec01,
#sec02,
#sec03 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 120px;
	position: relative;
}
#sec01 .ttl-style03,
#sec02 .ttl-style03,
#sec03 .ttl-style03 {
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0%);
}
#sec01 .ph,
#sec02 .ph,
#sec03 .ph {
	margin-bottom: 25px;
}
#sec01 .ph .pc,
#sec02 .ph .pc,
#sec03 .ph .pc {
}
#sec01 .ph .mobile,
#sec02 .ph .mobile,
#sec03 .ph .mobile {
	display: none;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec01,
    #sec02,
    #sec03 {
        margin: 0 auto 60px;
    }
	#sec01 .ph,
    #sec02 .ph,
    #sec03 .ph {
        margin-bottom: 25px;
    }
    #sec01 .ph .pc,
    #sec02 .ph .pc,
    #sec03 .ph .pc {
		display: none;
    }
    #sec01 .ph .mobile,
    #sec02 .ph .mobile,
    #sec03 .ph .mobile {
        display: block;
    }
}

/* --------------------------------------------------- */
#sec01 .ph {
	margin-bottom: 40px;
}
#sec01 .txt {
	margin-bottom: 30px;
}
#sec01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}
#sec01 li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	font-size: .9em;
	line-height: 170%;
}
#sec01 li:nth-child(3n) {
	margin-right: 0;
}
#sec01 li h5 {
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	color: #306B7D;
	background-color: #f4f4f4;
	padding: 10px 0;
	margin-bottom: 10px;
	border: #306B7D 1px solid;
	letter-spacing: 5px;
}
@media screen and (max-width: 900px) {
	#sec01 ul {
		justify-content: space-between;
	}
	#sec01 li {
        width: 48%;
		margin-right: 0;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 680px) {
	#sec01 .txt {
        font-size: .9em;
        margin-bottom: 20px;
    }
}

/* --------------------------------------------------- */
#sec02 {
}
#sec02 h4 {
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 170%;
	margin-bottom: 20px;
}
#sec02 h5 {
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 170%;
	margin-bottom: 15px;
	color: #306B7D;
}
#sec02 .txt {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 40px;
}
#sec02 .inner {
	display: flex;
	justify-content: space-between;
}
#sec02 .box {
	width: 32.5%;
	background-color: #F4F4F4;
	padding: 25px;
}
#sec02 .box h6 {
	color: #306B7D;
	text-align: center;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 20px;
	line-height: 150%;
}
#sec02 .box p {
	font-size: .9em;
	line-height: 170%;
	margin-bottom: 30px;
}
#sec02 .box ul {
	color: #306B7D;
	list-style: outside disc;
	margin-left: 15px;
}
#sec02 .box li {
	font-size: 12px;
	line-height: 150%;
}
@media screen and (max-width: 900px) {
	#sec02 h4 {
        font-size: 1em;
		font-weight: 700;
    }
    #sec02 h5 {
        font-size: 1em;
		font-weight: 700;
    }
	#sec02 .inner {
		flex-wrap: wrap;
	}
	#sec02 .box {
		width: 49.5%;
		margin-bottom: 1%;
	}
}
@media screen and (max-width: 680px) {
	#sec02 .inner {
        display: block;
    }
    #sec02 .box {
        width: 100%;
		margin-bottom: 10px;
    }
}

/* --------------------------------------------------- */
#sec03 {
	margin-bottom: 80px;
}
#sec03 .txt {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 40px;
}
#sec03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#sec03 li {
	width: 48%;
	margin-bottom: 30px;
	font-size: .9em;
	line-height: 170%;
}
#sec03 li h4 {
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	color: #306B7D;
	background-color: #f4f4f4;
	padding: 10px 0;
	margin-bottom: 10px;
	border: #306B7D 1px solid;
	letter-spacing: 5px;
}

@media screen and (max-width: 900px) {
	#sec03 {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 680px) {
	#sec03 {
        margin-bottom: 40px;
    }
	#sec03 ul {
        display: block;
        margin-bottom: 30px;
    }
    #sec03 li {
        width: 100%;
        margin-bottom: 20px;
    }
	#sec03 li h4 {
		padding: 10px 15px;
	}
}
/* --------------------------------------------------- */

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

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