@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .sec01 {
	padding: 9.7rem 0 3rem;
	min-height: 73rem;
	background: url(../img/index/bg01.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 0 1rem 2rem rgba(96, 75, 10, 0.15);
}
#main .sec01 .content {
	max-width: 85rem;
	padding-left: 12.5rem;
	position: relative;
	box-sizing: content-box;
}
#main .sec01 .photo01 {
	position: absolute;
	top: -2.4rem;
	left: -55.8rem;
	width: 68.9rem;
	z-index: 1;
}
#main .sec01 .photo02 {
	position: absolute;
	top: -21.1rem;
	right: -65.3rem;
	width: 80rem;
}
#main .sec01 .photo03 {
	position: absolute;
	top: 0rem;
	left: -5.7rem;
	width: 15rem;
}
#main .sec01 .photo04 {
	position: absolute;
	bottom: -6.4rem;
	right: -12.2rem;
	width: 14.5rem;
}
#main .sec01 .textImg {
	width: 83.8rem;
	margin: 0 auto -0.5rem;
}
#main .sec01 p {
	margin-left: 2rem;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	line-height: 1.42;
	text-indent: -1em;
	padding-left: 1em;
}
#main .sec01 p span {
	text-indent: 0;
	padding-left: 0;
	display: block;
	margin-top: 0.2rem;
}
#main .sec02 {
	padding: 6.7rem 0 8.3rem;
}
#main .sec02 h3 {
	margin-bottom: 0.8rem;
	font-size: 4.8rem;
	color: #FC7612;
	font-weight: 500;
	text-align: center;
}
#main .sec02 h3 small {
	font-size: 3.84rem;
}
#main .sec02 .centerTxt {
	margin-bottom: 6.3rem;
	text-align: center;
	letter-spacing: 0.09em;
	line-height: 1.61;
}
#main .sec02 .centerTxt .red {
	color: #d71c24;
}
#main .sec02 .list {
	margin-bottom: 3.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem 2.2rem;
}
#main .sec02 .list li {
	width: calc((100% - (2.2rem * 4)) / 5);
}
#main .sec02 .list span {
	display: block;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	color: #682617;
	margin-top: 0.5rem;
	text-align: center;
}
#main .sec02 .btmP {
	padding: 0.1rem 1rem 0.3rem;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	border-radius: 2rem;
	background-color: #C75B3C;
}
#main .sec03 {
	padding: 4.7rem 0 5.8rem;
	box-shadow: 0 0 2rem rgba(96, 75, 10, 0.15);
	background: url(../img/index/bg04.png) repeat left top;
	background-size: 1.2rem auto;
}
#main .sec03 h2 {
	padding: 0 1.3rem 1rem 0;
	font-size: 3.2rem;
	color: #682617;
	font-weight: 500;
	letter-spacing: 0.05em;
	width: fit-content;
	margin: 0 auto 3.3rem;
	text-align: center;
	background: url(../img/index/bg05.png) repeat-x left bottom 0.2rem;
	background-size: auto 0.8rem;
}
#main .sec03 h2 .red {
	color: #d71c24;
}
#main .sec03 .imgBox {
	align-items: flex-start;
}
#main .sec03 .imgBox .lBox {
	margin: 3.8rem 1rem 0 0rem;
	padding: 2.5rem 5.2rem 3.5rem;
	width: 54rem;
	position: relative;
	background-color: rgba(209, 176, 51, 0.1);
}
#main .sec03 .imgBox .lBox .img {
	position: absolute;
	top: -4.3rem;
	left: -4.5rem;
	width: 13.7rem;
}
#main .sec03 .imgBox .lBox .photo {
	position: absolute;
	bottom: -8.2rem;
	right: -3.8rem;
	width: 20.9rem;
}
#main .sec03 .imgBox h3 {
	margin-bottom: 1.6rem;
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	font-weight: 400;
}
#main .sec03 .imgBox h3 span {
	font-size: 3.1rem;
	letter-spacing: 0.15em;
	color: #c30d23;
	position: relative;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid currentColor;
}
#main .sec03 .imgBox h3 span:after {
	width: 100%;  
	height: 1px;
	background-color: #c30d23;
	position: absolute;  
	bottom: -0.6rem;
	left: 0;
	content: ""; 
}
#main .sec03 .imgBox .lBox p {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.8125;
}
#main .sec03 .imgBox .rBox {
	margin-right: -1.0rem;
	flex: 1;
}
#main .sec03 .imgBox .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem 1.8rem;
	margin-bottom: 2.4rem;
}
#main .sec03 .imgBox .list:last-child {
	margin-bottom: 0;
}
#main .sec03 .imgBox .list li {
	width: 13.8rem;
}
#main .sec03 .imgBox .list span {
	margin-top: 0.2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #682617;
	line-height: 1.16;
	font-size: 1.6rem;
}
#main .sec04 {
	padding: 7.7rem 0 10.6rem;
}
#main .sec04 .headLine01 {
	padding: 3.3rem 1rem;
}
#main .sec04 .imgBox {
	padding-top: 0.3rem;
	margin: 0 4.4rem 0 3.8rem;
}
#main .sec04 .imgBox .lBox {
	padding-top: 1.8rem;
	flex: 1;
	position: relative;
	z-index: 1;
}
#main .sec04 .imgBox .lBox .photo {
	position: absolute;
	bottom: -5.6rem;
	right: -7.5rem;
	z-index: -1;
	width: 14.7rem;
}
#main .sec04 .imgBox .rBox {
	width: 51rem;
	margin-left: 6rem;
	position: relative;
}
#main .sec04 .imgBox .rBox small {
	display: block;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0.5rem 0.5rem 1rem rgba(96, 75, 10, 0.3);
}
#main .sec04 .imgBox .rBox small img {
	width: 100%;
}
#main .sec04 .imgBox .rBox span {
	position: absolute;
	bottom: -6.2rem;
	right: -9rem;
	display: block;
	width: 13.2rem;
}
#main .sec04 .imgBox .list li {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	color: #7C3F2E;
	letter-spacing: 0.04em;
	padding-left: 4.0rem;
	background: url(../img/common/icon01.png) no-repeat left top 0.3rem;
	background-size: 3.2rem auto;
}
#main .sec04 .imgBox .list li:last-child {
	margin-bottom: 0;
}
#main .sec04 .bigPhoto01 {
	position: absolute;
	top: calc(50% + 4.2rem);
	left: max(-35vw,-66.7rem);
	width: 55.5rem;
	z-index: -1;
	transform: translateY(-50%);
}
#main .sec04 .bigPhoto02 {
	position: absolute;
	top: calc(50% + 2.6rem);
	right: max(-36vw,-68.3rem);
	width: 59.2rem;
	z-index: -1;
	transform: translateY(-50%);
}
#main .sec05 {
	padding: 3.6rem 0 8.3rem;
	background: url(../img/index/bg02.jpg) no-repeat center top;
	background-size: 100% auto;
}
#main .sec05 .textImg {
	margin-bottom: -0.7rem;
	text-align: center;
	position: relative;
}
#main .sec05 .textImg span {
	position: absolute;
	bottom: -9.4rem;
	left: -6rem;
	width: 13.2rem;
}
#main .sec05 h2 {
	margin-bottom: 1.6rem;
	font-size: 4.8rem;
	color: #FC7612;
	text-align: center;
	font-weight: 500;
}
#main .sec05 h2 small {
	font-size: 3.84rem;
}
#main .sec05 .centerTxt {
	margin-bottom: 5rem;
	text-align: center;
	letter-spacing: 0.09em;
	line-height: 1.61;
}
#main .sec05 .centerTxt .red {
	color: #d71c24;
}
#main .sec05 .textImg02 {
	padding: 0 0 4.8rem 4rem;
	text-align: center;
}
#main .sec05 .textImg02 span {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #4D4D4D;
	margin: 1.1rem 0 0 12.5rem;
}
#main .sec05 h3 {
	margin-bottom: 2.7rem;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 5rem;
	padding: 0.7rem 1rem;
	position: relative;
	background-color: #EAE7E7;
}
#main .sec05 h3 .txtSpan {
	display: inline-block;
	width: fit-content;
	position: relative;
}
#main .sec05 h3 .txtSpan img {
	width: 7.1rem;
	position: absolute;
	top: -2.4rem;
	left: -8.8rem;
}
#main .sec05 h3 .imgSpan {
	position: absolute;
	bottom: 0.3rem;
	right: -5rem;
	width: 14.1rem;
}
#main .sec05 .ttl {
	margin-bottom: 1.4rem;
	letter-spacing: 0.04em;
}
#main .sec05 .ttl .txtSpan01 {
	margin-right: 2.7rem;
	position: relative;
	padding-left: 3.2rem;
	display: inline-block;
}
#main .sec05 .ttl .txtSpan01:after {
	width: 2.2rem;  
	height: 2.2rem;
	background-color: #D70B2A;
	position: absolute;  
	top: 0.4rem;
	left: 0;
	border-radius: 100%;
	content: ""; 
}
#main .sec05 .ttl .txtSpan02 {
	position: relative;
	padding-left: 3.2rem;
	display: inline-block;
	vertical-align: -0.1rem;
}
#main .sec05 .ttl .txtSpan02:after {
	width: 1.8rem;  
	height: 1.8rem;
	background-color: #595757;
	position: absolute;  
	top: 0.6rem;
	left: 0;
	content: ""; 
}
#main .sec05 .list {
	margin-bottom: 2.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 4rem;
}
#main .sec05 .list li {
	width: calc((100% - 4rem) / 2);
}
#main .sec05 .list .ttl02 {
	padding: 0.5rem 0.5rem 0.7rem;
	margin-bottom: 2.2rem;
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	background-color: #9D9D9D;
}
#main .sec05 .list .ttl02 sup {
	font-size: 1.4rem;
}
#main .sec05 .list .photo {
	text-align: center;
}
#main .sec05 .smallTxt {
	margin-bottom: 1.2rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.09em;
}
#main .sec05 .centerTxt + .textList {
	margin-top: -2.3rem;
}
#main .sec05 .textList li {
	font-size: 1.2rem;
	color: #666666;
	letter-spacing: 0.09em;
	line-height: 1.67;
	text-indent: -1em;
	padding-left: 1em;
}
#main .sec06 {
	padding: 4.4rem 0 1.9rem;
	position: relative;
	box-shadow: 0 1rem 2rem rgba(96, 75, 10, 0.15);
	background: url(../img/index/bg06.jpg) no-repeat center;
	background-size: cover;
}
#main .sec06 .content {
	max-width: 98.4rem;
}
#main .sec06 .photoBox {
	width: 27.8rem;
	margin-right: 2.5rem;
}
#main .sec06 .textBox {
	margin-right: 1.5rem;
	flex: 1;
}
#main .sec06 h2 {
	margin-bottom: 1.4rem;
	padding-bottom: 0.8rem;
	font-size: 3.2rem;
	font-weight: 700;
	color: #682617;
	letter-spacing: 0.05em;
	position: relative;
	border-bottom: 1px solid #D71C24;
}
#main .sec06 h2:after {
	width: 100%;  
	height: 1px;
	background-color: #D71C24;
	position: absolute;  
	bottom: -0.5rem;
	left: 0;
	content: ""; 
}
#main .sec06 p {
	margin-bottom: 3rem;
	letter-spacing: 0.04em;
	line-height: 1.61;
}
#main .sec06 p:last-child {
	margin-bottom: 0;
}
#main .sec06 p small {
	font-size: 1.08rem;
}
#main .sec06 p .red {
	color: #d71c24;
}
#main .sec07 {
	padding: 0rem 0 8.9rem;
	background: url(../img/index/bg04.png) repeat left top;
	background-size: 1.2rem auto;	
}
#main .sec07 .textimg {
	margin: 0 -2rem -10rem -4rem;
	text-align: center;
}
#main .sec07 .bigPhoto {
	margin: 0 -2rem -2rem -9rem;
	text-align: center;
}
#main .sec07 .listBox {
	padding-right: 1rem;
	margin-right: -1rem;
}
#main .sec07 .list {
	padding: 2.7rem 0 2rem;
	margin-bottom: 5.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1.2rem;
}
#main .sec07 .list li {
	padding: 1rem 1rem 0.5rem;
	border-radius: 0.7rem;
	position: relative;
	box-shadow: 0.4rem 0.4rem 0.4rem rgba(96, 75, 10, 0.1);
	width: calc((100% - (1.2rem * 4)) / 5);
	background-color: #F8F4DF;
}
#main .sec07 .list li::before {
	width: 2.5rem;  
	height: 3.4rem;
	background: url(../img/common/icon04.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -1.4rem;
	left: calc(50% + 1rem);
	transform: translateX(-50%);
	content: ""; 
}
#main .sec07 .list .photo img {
	border-radius: .5rem;
	width: 100%;
}
#main .sec07 .list span {
	text-align: center;
	font-size: 2rem;
	color: #682617;
	margin-top: 0.5rem;
	display: block;
}
#main .sec07 .btmP {
	font-size: 2rem;
	color: #FC7612;
	text-align: center;
	padding: 0.9rem 1rem 1.1rem;
	border-radius: 3rem;
	position: relative;
	background-color: #FFFAC2;
}
#main .sec07 .btmP .txtSpan {
	width: fit-content;
	display: inline-block;
	position: relative;
}
#main .sec07 .btmP .txtSpan img {
	width: 5.8rem;
	position: absolute;
	bottom: -0.78rem;
	left: -6rem;
}
#main .sec07 .btmP .imgSpan {
	position: absolute;
	bottom: -3.3rem;
	right: -5.3rem;
	width: 13.2rem;
}
#main .sec08 {
	box-shadow: none;
	padding-bottom: 4.6rem;
}
@media all and (max-width: 896px) {
	#main .sec01 {
		padding: 5.4rem 0 5.9rem;
		min-height: inherit;
		box-shadow: 0 .47rem 1rem rgba(96, 75, 10, 0.15);
		background-image: url(../img/index/bg01_sp.jpg);
	}
	#main .sec01 .textImg {
		width: auto;
	}
	#main .sec01 .textImg img {
		width: 100%;
	}
	#main .sec01 .content {
		max-width: inherit;
		padding: 0 2rem 0 1.3rem;
	}
	#main .sec01 .photo04 {
		right: auto;
		left: 3.6rem;
		bottom: -7.5rem;
		width: 8.4rem;
	}
	#main .sec02 {
		padding: 2.8rem 0 2.6rem;
	}
	#main .sec02 h3 {
		line-height: 1.1;
		font-size: 2.5rem;
	}
	#main .sec02 h3 small {
		font-size: 2rem;
	}
	#main .sec02 .centerTxt {
		text-align: left;
		margin: 0 1rem 1.2rem;
		letter-spacing: 0.02em;
	}
	#main .sec02 .list {
		margin-bottom: 1.2rem;
		gap: 1.2rem 1.2rem;
	}
	#main .sec02 .list li {
		width: calc((100% - (1.2rem * 2)) / 3);
	}
	#main .sec02 .list span {
		margin-top: 0.1rem;
		font-size: 1.4rem;
	}
	#main .sec02 .btmP {
		padding: 0.4rem 1rem 0.6rem;
		font-size: 1.4rem;
		line-height: 1.125;
	}
	#main .sec03 {
		padding: 2rem 0 2.7rem;
		box-shadow: 0 0 1rem rgba(96, 75, 10, 0.15);
		background-size: 0.7rem auto;
	}
	#main .sec03 h2 {
		margin-bottom: 2.1rem;
		padding: 0 0 0.5rem;
		font-size: 2rem;
		background-image: url(../img/index/bg05_sp.png);
		background-size: auto 0.5rem;
	}
	#main .sec03 h2 .spSpan {
		display: inline-block;
		padding-bottom: 0.4rem;
		background: url(../img/index/bg05_sp.png) repeat-x left bottom;
		background-size: auto 0.5rem;
	}
	#main .sec03 .imgBox {
		display: block;
	}
	#main .sec03 .imgBox .lBox {
		padding: 1.5rem 1rem 1.9rem 2rem;
		width: auto;
		margin: 0 1rem 2.5rem;
	}
	#main .sec03 .imgBox h3 {
		font-size: 1.75rem;
		margin-bottom: 0.7rem;
	}
	#main .sec03 .imgBox h3 span {
		padding-bottom: 0.1rem;
		font-size: 2.5rem;
	}
	#main .sec03 .imgBox h3 span::after { 
		bottom: -0.3rem;
	}
	#main .sec03 .imgBox .lBox p {
		line-height: 1.5625;
		letter-spacing: 0.02em;
	}
	#main .sec03 .imgBox .lBox .img {
		width: 6.9rem;
		left: -1.6rem;
		top: -1.3rem;
	}
	#main .sec03 .imgBox .lBox .photo {
		width: 13.2rem;
		right: -1rem;
		bottom: -0.5rem;
	}
	#main .sec03 .imgBox .list {
		margin-bottom: 1.2rem;
		gap: 2rem 1.2rem;
	}
	#main .sec03 .imgBox .list li {
		width: calc((100% - (1.2rem * 2)) / 3);
	}
	#main .sec03 .imgBox .rBox {
		margin: 0 1rem;
	}
	#main .sec03 .imgBox .list span {
		margin-top: -0.3rem;
		font-size: 1.3rem;
		line-height: 1.15;
	}
	#main .sec04 {
		padding: 10.2rem 0 12.4rem;
		position: relative;
	}
	#main .sec04 .content {
		position: static;
	}
	#main .sec04 .headLine01 {
		padding: 0.7rem 0 0.9rem;
	}
	#main .sec04 .imgBox {
		margin: 0;
		display: block;
	}
	#main .sec04 .imgBox .lBox {
		padding: 0.2rem 1rem 3.2rem;
	}
	#main .sec04 .imgBox .rBox {
		width: auto;
		margin: 0 1rem;
	}
	#main .sec04 .imgBox .rBox small {
		box-shadow: 0.25rem 0.25rem 0.5rem rgba(96, 75, 10, 0.3);
		border-radius: 0.5rem;
	}
	#main .sec04 .bigPhoto01 {
		top: -6.3rem;
		left: -4.9rem;
		width: 25.3rem;
		transform: none;
	}
	#main .sec04 .imgBox .list li {
		margin-bottom: 1.3rem;
		font-size: 1.5rem;
		padding: 0 0 0.3rem 2.7rem;
		background-position: left top 0.2rem;
		background-size: 2.1rem auto;
	}
	#main .sec04 .imgBox .lBox .photo {
		position: absolute;
		bottom: 0.3rem;
		right: -0.7rem;
		z-index: -1;
		width: 9.2rem;
	}
	#main .sec04 .bigPhoto02 {
		transform: none;
		top: auto;
		bottom: 0;
		width: 29.7rem;
		right: -5.4rem;
	}
	#main .sec04 .imgBox .rBox span {
		display: none;
	}
	#main .sec05 {
		padding: 2.8rem 0;
		background-image: url(../img/index/bg02_sp.jpg);
	}
	#main .sec05 .textImg {
		margin: 0 -0.5rem 1.8rem 1.2rem;
	}
	#main .sec05 .textImg img {
		padding-bottom: 0.2rem;
		width: 100%;
	}
	#main .sec05 h2 {
		margin-bottom: 1.1rem;
		font-size: 2.5rem;
	}
	#main .sec05 h2 small {
		font-size: 2rem;
	}
	#main .sec05 .centerTxt {
		text-align: left;
		margin: 0 1rem 2.8rem;
		letter-spacing: 0.02em;
		line-height: 1.5625;
	}
	#main .sec05 .textImg02 {
		padding: 0 1rem 3.0rem 0.8rem;
	}
	#main .sec05 .textImg02 img {
		width: 100%;
	}
	#main .sec05 .textImg02 span {
		font-size: 1rem;
		margin: 0.6rem 0 0;
	}
	#main .sec05 h3{
		margin-bottom: 1.8rem;
		padding: 1rem;
		font-size: 1.4rem;
	}
	#main .sec05 h3 .txtSpan img {
		width: 5.6rem;
		left: -5.6rem;
		top: -2.1rem;
	}
	#main .sec05 .ttl {
		margin: 0 1rem 0.7rem;
		font-size: 1.12rem;
	}
	#main .sec05 .ttl .txtSpan01::after {
		width: 1.3rem;
		height: 1.3rem;
		top: 0.2rem;
	}
	#main .sec05 .ttl .txtSpan01 {
		padding-left: 2.0rem;
		margin-right: 1.7rem;
	}
	#main .sec05 .ttl .txtSpan02::after {
		width: 1.1rem;
		height: 1.1rem;
		top: 0.3rem;
	}
	#main .sec05 .ttl .txtSpan02 {
		padding-left: 2rem;
	}
	#main .sec05 .list {
		margin: 0 1rem 1.3rem;
		display: block;
	}
	#main .sec05 .list li {
		width: auto;
		margin-bottom: 2.3rem;
	}
	#main .sec05 .list li:last-child {
		margin-bottom: 0;
	}
	#main .sec05 .list .ttl02 {
		margin-bottom: 1.4rem;
		padding: 0.4rem 0.5rem 0.5rem;
		font-size: 1.55rem;
	}
	#main .sec05 .list .ttl02 sup {
		font-size: 0.9rem;
	}
	#main .sec05 .list .photo {
		margin-left: 0.5rem;
	}
	#main .sec05 .list .photo img {
		width: 100%;
	}
	#main .sec05 .smallTxt {
		margin: 0 1rem 2.2rem;
		font-size: 1rem;
		text-align: left;
		line-height: 1.35;
	}
	#main .sec05 .centerTxt + .textList {
		margin: 0 1rem;
	}
	#main .sec05 .textList li {
		font-size: 1rem;
		line-height: 1.35;
	}
	#main .sec06 {
		padding: 3.7rem 0 3.2rem;
		box-shadow: 0 0.5rem 1rem rgba(96, 75, 10, 0.15);
		background-image: url(../img/index/bg06_sp.jpg);
	}
	#main .sec06:not(.sec08) {
		z-index: 2;
	}
	#main .sec06 .content {
		max-width: inherit;
		display: block;
	}
	#main .sec06 .photoBox {
		width: 21.7rem;
		margin: 0 auto -0.3rem;
	}
	#main .sec06 .textBox {
		margin: 0 1.8rem;
	}
	#main .sec06 h2 {
		margin-bottom: 0.5rem;
		padding-bottom: 0.3rem;
		text-align: center;
		font-size: 2rem;
	}
	#main .sec06 h2::after { 
		bottom: -0.31rem;
	}
	#main .sec06 .txt {
		margin-bottom: 0.85rem;
		font-size: 1.5rem;
		text-align: center;
	}
	#main .sec06 .txt small {
		font-size: 0.9rem;
	}
	#main .sec06 p {
		margin-bottom: 2.5rem;
		letter-spacing: 0.02em;
		line-height: 1.5625;
	}
	#main .sec06 .linkBox {
		margin: -0.3rem -2rem 0;
	}
	#main .sec07 .textimg {
		margin: 0 -1.2rem -4.8rem 0.2rem;
	}
	#main .sec07 .textimg img {
		width: 100%;
	}
	#main .sec07 .bigPhoto {
		margin: 0 -1rem -1.5rem -2.2rem;
	}
	#main .sec07 .bigPhoto img {
		width: 100%;
	}
	#main .sec07 .list {
		margin: 0 1rem 0.5rem;
		gap: 2.2rem 0.7rem;
		justify-content: center;
	}
	#main .sec07 .list li {
		padding: 0.5rem 0.5rem 0.2rem;
		border-radius: 0.2rem;
		box-shadow: 0.2rem 0.2rem 0.2rem rgba(96, 75, 10, 0.1);
		width: calc((100% - (0.7rem * 2)) / 3);
	}
	#main .sec07 .list .photo img {
		border-radius: 0.3rem;
	}
	#main .sec07 .list span {
		font-size: 1.4rem;
		margin-top: 0.3rem;
	}
	#main .sec07 .list li::before {
		width: 1.2rem;
		height: 2.0rem;
		left: calc(50% + 0.5rem);
		top: -0.6rem;
	}
	#main .sec07 .btmP {
		padding: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.1;
	}
	#main .sec07 .btmP .txtSpan img {
		width: 3.5rem;
		left: -3rem;
		bottom: -0.08rem;
	}
	#main .sec07 .btmP .imgSpan {
		width: 6.7rem;
		right: -1.2rem;
		bottom: -3.4rem;
	}
	#main .sec07 {
		position: relative;
		z-index: 1;
		padding-bottom: 1.4rem;
		box-shadow: 0 0.5rem 0.5rem rgba(96, 75, 10, 0.05);
		background-size: 0.7rem auto;
	}
	#main .sec08 {
		padding-bottom: 4.5rem;
		padding-top: 3.2rem;
	}
}