@charset "utf-8";
.sec1{
	text-align: center;
    margin: 80px 0;
}
.sec1 h2{
	letter-spacing: 4px;
    font-size: 2.4rem;
    margin-bottom: 50px;
}
.sec1 .txt{
	line-height: 1.4;
}
.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%;
}
@media screen and (max-width: 1024px) {
	.sec1{
		margin: 80px 4%;
	}
	.sec1 h2{
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.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;
	}
}

.sec2,.sec3{
	max-width: 1200px;
	margin: 80px auto;
}
@media screen and (max-width: 1024px) {
	.sec2,.sec3{
		margin: 80px 4%;
	}
}

.about table{
	width: 100%;
}
.about table,.about table th,.about table td{
	border-collapse: collapse;
	border: 1px solid #212529;
}
.about table th{
	width: 50%;
    padding: 15px 0px;
    background: #f5f5f5;
}
.about table td{
	width: 50%;
    text-align: center;
    padding: 15px 0;
}
.about .photo_area{
	display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.about .photo_area figure{
	width: 25%;
}
.about .photo_area figure img{
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.about table,.about table tr,.about table tbody,.about table th,.about table td{
		display: block;
	}
	.about table tr{
		border-bottom: 1px solid #212529;
	}
	.about table tr:last-of-type{
		border: 0;
	}
	.about table th{
		width: 100%;
		border: 0;
	}
	.about table td{
		width: 100%;
		border: 0;
	}
	.about .photo_area{
		flex-wrap: wrap;
	}
	.about .photo_area figure{
		width: 50%;
	}
}

