@charset "utf-8";
.mv{
	background: #cdd37d;
}
.mv .inner{
	max-width: 1200px;
	margin: 0 auto;
}
.mv .inner .box{
	position: relative;
}
.mv .inner .box img{
	width: 100%;
}
.mv .inner .box h2{
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
	line-height: 1.3;
}
@media screen and (max-width: 1024px) {
	.mv .inner .box h2{
		top: 10%;
		left: 5%;
		font-size: 2.4rem;
	}
}

.sec1{
	margin: 80px 0;
    text-align: center;
}
.sec1 h2{
	line-height: 1.4;
    font-size: 2.4rem;
}
.sec1 .box_wrap{
    display: flex;
    max-width: 1200px;
    margin: 50px auto;
    justify-content: space-between;
}
.sec1 .box_wrap figure{
	width: 23%;
}
.sec1 .box_wrap figure figcaption{
	font-style: italic;
    background: #376041;
    color: #fff;
    padding: 15px 0;
}
.sec1 .box_wrap figure:nth-of-type(even) figcaption{
	background: #cdd37d;
    color: #212529;
}
.sec1 .box_wrap figure img{
	width: 100%;
}
.sec1 .reason img{
	max-width: 1000px;
}
.sec1 .reason p{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
	margin-top: 30px;
}
.sec1 .reason p img{
	width: 28px;
    margin-right: 15px;
}
.sec1 .reason p span{
	background: linear-gradient(transparent 60%, #f9f810 60%);
}
@media screen and (max-width: 1024px) {
	.sec1{
		margin: 80px 0;
		text-align: center;
	}
	.sec1 h2{
		font-size: 2rem;
	}
	.sec1 .box_wrap{
		display:block;
		margin: 50px 8%;
	}
	.sec1 .box_wrap figure{
		width: auto;
		margin-bottom: 40px;
	}
	.sec1 .box_wrap figure:last-of-type{
		margin-bottom: 0;
	}
	.sec1 .box_wrap figure figcaption{
		font-size: 1.6rem;
	}
	.sec1 .reason img{
		display: block;
		width: 84%;
		margin: 0 auto;
	}
	.sec1 .reason p{
		margin: 30px 8%;
		font-size: 2rem;
	}
}

.sec2{
	background: #376041;
    padding: 60px 0;
}
.sec2 .inner{
	display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.sec2 .inner .box{
	position: relative;
}
.sec2 .inner .box a{
	display: block;
}
.sec2 .inner .box img{
	width: 100%;
}
.sec2 .inner .box p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff9c;
    width: 100%;
    padding: 20px 0;
    color: #000;
    text-align: center;
    font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
	.sec2{
		background: #376041;
		padding: 60px 0;
	}
	.sec2 .inner{
		display:block;
		margin: 0 auto;
	}
	.sec2 .inner .box{
		width: auto;
		margin: 0 8% 40px;
	}
	.sec2 .inner .box:last-of-type{
		margin-bottom: 0;
	}
	.sec2 .inner .box p{
		font-size: 2rem;
	}
}

.sec3{
	max-width: 1000px;
    margin: 80px auto;
}
.sec3 dl{
	font-size: 1.4rem;
    width: auto;
    margin: 0 20px;
}
.sec3 dl div{
	margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.sec3 dl div dt{
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sec3 dl div dt img{
	width: 12px;
    margin-right: 5px;
}
.sec3 dl div dd a{
	color: #376042;
}
@media screen and (max-width: 1024px) {
	.sec3{
		margin: 60px 4%;
	}
	.sec3 dl{
		margin: 0 2%;
		line-height: 1.4;
	}
	.sec3 dl div{
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}
	.sec3 dl div dt{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.sec3 dl div dt img{
		width: 12px;
		margin-right: 5px;
	}
	.sec3 dl div dd a{
		color: #376042;
	}
}