
/* --------------------------------------------------- */
#sec00 {
	max-width: 1350px;
	width: 90%;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec00 .box {
	width: 48%;
	margin-bottom: 4%;
	position: relative;
}
#sec00 .box::before {
    content: "open_in_new";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    position: absolute;
	right: 10px;
	bottom: 10px;
    color: #fff;
}
#sec00 .box a:hover img {
	transition: .3s;
	opacity: .9;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 580px) {
	#sec00 {
		display: block;
	}
	#sec00 .box {
		width: 100%;
	}
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1350px;
	width: 95%;
	margin: 0 auto 80px;
	position: relative;
	border: #ddd 1px solid;
	box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.3);
}
#sec01 .mv {
	width: 100%;
	background-color: #0D0C0B;
	margin-bottom: 50px;
}
#sec01 .mv img {
	display: block;
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
}
#sec01 .block1 {
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}
#sec01 .block1 .ttl {
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 30px;
}
#sec01 .block1 .ttl strong {
	display: block;
	text-align: center;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.4em;
}
#sec01 .block1 .txt {
	margin-bottom: 30px;
}
#sec01 .block2 {
	width: 90%;
	margin: 5%;
}
#sec01 .block2 .ttl-style05 {
	margin-bottom: 10px;
}
#sec01 .block2 dl {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}
#sec01 .block2 dt,
#sec01 .block2 dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
	line-height: 1.4em;
}
#sec01 .block2 dt {
	width: 230px;
	background-color: #F4F4F4;
	font-weight: 500;
	font-size: .9em;
}
#sec01 .block2 dd {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 40px;
    }
	#sec01 .mv {
        margin-bottom: 30px;
    }
	#sec01 .block1 .ttl {
        text-align: left;
        font-size: 1.1em;
		font-weight: 600;
		margin-bottom: 25px;
    }
    #sec01 .block1 .ttl strong {
        text-align: left;
        font-size: 1.4em;
        font-weight: 600;
		line-height: 1.6em;
    }
	#sec01 .block2 dt,
    #sec01 .block2 dd {
        padding: 10px 10px 10px 15px;
    }
	#sec01 .block2 dt {
        width: 120px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1350px;
	width: 95%;
	margin: 0 auto 80px;
	position: relative;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

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

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


