@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main {
	background-color: #FEF7F4;
}
#main .headLine01::before {
	background-color: #F17C40;
}
#main .headLine03 {
	border-left-color: #F17C40;
}
#main .headLine04 {
	background: #fce6dd;/**/
	box-shadow: 0 0 0 0.8rem #fce6dd;/**/
}
#main .innerBox {
	margin-bottom: 6.5rem;
}
#main .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .textList {
	margin-bottom: 7.5rem;
	max-width: 79.6rem;
}
#main .textList li {
	padding-bottom: 0.1rem;
	display: flex;
	align-items: flex-start;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 1px dashed #F17C40;
}
#main .textList .num {
	margin-right: 2rem;
	display: inline-block;
	color: #A45228;
	font-size: 3.2rem;
}
#main .textList .txt {
	flex: 1;
	display: flex;
	align-items: center;
	min-height: 3.7rem;
}

#main .imgBox {
	margin-bottom: 4.3rem;
}
#main .imgBox .textBox,
#main .imgBox .photoList {
	width: 47.9%;
}
#main .imgBox .textBox {
	padding: 1.5rem 2.5rem;
	font-weight: 700;
	line-height: 2;
	background-color: #fff;
}
#main .imgBox .textBox .txtList li {
	margin-bottom: 2.3rem;
	display: flex;
}
#main .imgBox .textBox .txtList li:last-child {
	margin-bottom: 0;
}
#main .imgBox .textBox .txtList .month {
	width: 4rem;
	margin-right: 3.8rem;
}
#main .imgBox .textBox .txtList .txt {
	flex: 1;
}
#main .imgBox .photoList li {
	margin-bottom: 2.3rem;
	border-radius: 2.3rem;
	overflow: hidden;
}
#main .imgBox .photoList li:last-child {
	margin-bottom: 0;
}
.comBtnList02 li {
	width: 32.5rem;
}
.comBtnList02 a {
	padding: 0.8rem 0.5rem;
	font-size: 1.8rem;
	border-radius: 2.2rem;
}
#main .videoBox {
	margin-bottom: 4rem;
	width: 56rem;
}
#main .phoList {
	margin-top: -2rem;
}
#main .phoList li {
	margin: 2rem 4rem 0 0;
	width: 46rem;
	border-radius: 2.3rem;
	overflow: hidden;
}
#main .phoList li:nth-child(2n) {
	margin-right: 0;
}

@media all and (max-width: 896px) {
	#main .innerBox {
		margin-bottom: 3rem;
	}
	#main .textList {
		margin-bottom: 5.4rem;
		max-width: 100%;
	}
	#main .textList li {
		margin-bottom: 0.5rem;
		padding-bottom: 0.9rem;
		line-height: 1.5;
	}
	#main .textList li:last-child {
		margin-bottom: 0;
	}
	#main .textList .num {
		margin-right: 2.5rem;
		line-height: 1.3;
	}
	#main .textList .txt {
		min-height: 4.8rem;
	}
	#main .imgBox {
		margin-bottom: 3.3rem;
		display: block;
	}
	#main .imgBox .textBox,
	#main .imgBox .photoList {
		width: auto;
	}
	#main .imgBox .textBox {
		margin-bottom: 2rem;
		padding: 1.5rem 2rem 1.5rem 2.5rem;
	}
	#main .imgBox .textBox .txtList li {
		margin-bottom: 2.3rem;
	}
	#main .imgBox .textBox .txtList .month {
		margin-right: 4rem;
	}
	#main .phoList,
	#main .imgBox .photoList{
		display: grid;
		width: fit-content;
		column-gap: 1.0rem;
		grid-template-columns: repeat(2, auto);
	}
	#main .phoList li,
	#main .imgBox .photoList li {
		border-radius: 1.15rem;
		margin-bottom: 1.0rem;
	}
	#main .phoList li {
		margin: 0 0 1.0rem;
		width: auto;
	}
	#main .phoList li:last-child,
	#main .imgBox .photoList li:last-child{
		margin-right: 0;
		margin-bottom: 1.0rem;
	}
	.comBtnList02 li {
		width: 32.5rem;
	}
	.comBtnList02 a {
		padding: 0.8rem 0.5rem;
		font-size: 1.8rem;
		border-radius: 2.2rem;
	}
	#main .videoBox {
		margin: 0 auto 4rem;
		width: 83.5%;
	}
}