.h_bg {
	background-color: #f1cf80;
	background-image: url(../img/about/main_2024.jpg);
	background-position: top center;
}
@media screen and (max-width: 767px) {
	.h_bg {
		background-image: url(../img/about/main_sp_2024.jpg);
	}
}



/*------------------------------------------------
Main
------------------------------------------------*/
.sec1 {
	text-align: center;
	padding: 60px 0 95px;
	position: relative;
	background-image: url(../img/about/sec_bg002.png);
	background-repeat: no-repeat;
	background-position: top 170px center;
}
.sec1::before,
.sec1::after {
	content: '';
	width: 223px;
	height: 416px;
	position: absolute;
	top: 0;
	background-image: url(../img/about/sec_bg001.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.sec1::before {
	left: 0;
}
.sec1::after {
	right: 0;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.sec1 h3 {
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;
	font-size: 3.2rem;
	line-height: 1.4;
}
.sec1 figure {
	margin: 30px 0;
}
.sec1 p {
	line-height: 1.7;
}
.ams>.ams-child{
	width: 50%;
}
.ams-child-name,.ams-child-img{
	width: 49%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.ams-child-name>span{
	display: block;
}
.ams-child-img>.shape{
	height: inherit;
}
.ams-child-top{
	margin-bottom: 27px;
}
.ams-child-bottom{
	margin-bottom: 27px;
	padding: 12px;
}
.ams-child-message{
	line-height: 2;
}

@media screen and (max-width: 767px) {
	section {
		padding: 0 6%;
	}
	.sec1 {
		background-image: url(../img/about/sec_bg002_sp.png);
		-webkit-background-size: contain;
		background-size: contain;
		background-position: top 80% center;
		padding: 60px 8% 15%;
		overflow: hidden;
	}
	.sec1::before, .sec1::after {
		height: 286px;
	}
	.sec1::before {
		left: -67px;
	}
	.sec1::after {
		right: -67px;
	}
	.ams>.ams-child{
		width: 100%;
	}
}
@media screen and (max-width: 425px) {
	.sec1 h3 {
		font-size: 6vw;
	}
}


.box02 {
	margin-top: 90px;
}
.content_list li {
	background-repeat: no-repeat;
	background-position: bottom 15px right 15px;
}
.content_list li:nth-of-type(1) {background-image: url(../img/common/icon05.svg);}
.content_list li:nth-of-type(2) {background-image: url(../img/common/icon06.svg);}
.content_list li:nth-of-type(3) {background-image: url(../img/common/icon07.svg);}
.content_list li:nth-of-type(4) {background-image: url(../img/common/icon08.svg);}

@media screen and (max-width: 767px) {
	.box02 {
		margin-top: 10%;
	}
}
