@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .sec01 {
	padding: 9.7rem 0 8.3rem;
}
#main .sec01 .textBox {
	margin: 0 auto 3.8rem;
	padding: 3.5rem 5rem 3.7rem;
	max-width: 91rem;
	background: url(../img/index/bg01.png) no-repeat left top / 5.1rem,
		url(../img/index/bg02.png) no-repeat right top / 5.1rem,
		url(../img/index/bg03.png) no-repeat left bottom / 5.1rem,
		url(../img/index/bg04.png) no-repeat right bottom / 5.1rem,
		linear-gradient(#C7B299, #C7B299) no-repeat left 0.2rem top 5.6rem / 0.2rem calc(100% - 11.1rem),
		linear-gradient(#C7B299, #C7B299) no-repeat right 0.2rem top 5.6rem / 0.2rem calc(100% - 11.1rem);
}
#main .sec01 .textBox p {
	margin-bottom: 3rem;
	text-align: center;
	line-height: 2.143;
}
#main .sec01 .textBox p:last-child {
	margin-bottom: 0;
}
#main .sec01 .imgList {
	margin: 0 auto;
	padding-bottom: 3.6rem;
	max-width: 76rem;
	display: flex;
	gap: 2%;
	position: relative;
	background: linear-gradient(rgba(29, 63, 128, 0.1), rgba(29, 63, 128, 0.1)) no-repeat left bottom / 100% 8.7rem;
}
#main .sec01 .imgList li {
	width: 32%;
	display: flex;
	flex-direction: column;
	text-align: center;
}
#main .sec01 .imgList li p {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: #C7B299;
	line-height: 1.76;
	letter-spacing: 0.02em;
}
#main .sec01 .imgList li .pho {
	margin-top: auto;
	width: 100%;
}
#main .sec01 .imgList li .pho img {
	width: 12.5rem;
}
#main .sec02 {
	padding: 8rem 0 5.9rem;
	background: #F7F5F2;
}
#main .sec02 .subSec {
	margin-bottom: 3rem;
	position: relative;
	background: #fff;
	border: 1px solid #333;
}
#main .sec02 .subSec .heading {
	margin: -1px -1px 0;
	padding: 0.9rem 1rem 0.9rem;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.1em;
	background: rgba(29, 63, 128, 0.6);
	border: 1px solid #1D3F80;
	z-index: 1;
}
#main .sec02 .subSec .heading::after {
	width: 1.2rem;
	height: 1.1rem;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	background: url(../img/index/bg05.png) no-repeat center top / 100%;
	content: '';
}
#main .sec02 .subSec .pho01 {
	width: 17.7rem;
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	z-index: 2;
}
#main .sec02 .subSec .pho02 {
	width: 10.2rem;
	position: absolute;
	right: 2.4rem;
	top: 0.9rem;
	z-index: 2;
}
#main .sec02 .subSec .textBox {
	padding: 3.6rem 0 2.7rem 6rem;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
}
#main .sec02 .subSec .textBox .txtList {
	max-width: 22.5rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	gap: 1rem 0;
	position: relative;
	z-index: 1;
}
#main .sec02 .subSec .textBox .txtList li {
	padding-left: 2em;
	text-indent: -2em;
	line-height: 1.43;
}
#main .sec02 .subSec .textBox .txtList li .note {
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 0;
	display: inline-block;
	font-size: 80%;
}
#main .sec02 .subSec .comLinkList {
	padding: 3.8rem 0 3.2rem;
}
#main .sec02 .subSec01 {
	margin-bottom: 5rem;
}
#main .sec02 .imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4.9rem 0;
}
#main .sec02 .imgList li {
	width: 47rem;
	display: flex;
	gap: 2.2rem;
}
#main .sec02 .imgList li .photo {
	width: 17.5rem;
}
#main .sec02 .imgList li .photo img {
	width: 100%;
}
#main .sec02 .imgList li .photo .note {
	display: block;
	font-size: 1.2rem;
	color: #808080;
	margin-top: 0.3rem;
}
#main .sec02 .imgList li .txtBox {
	flex: 1;
}
#main .sec02 .imgList li .txtBox .ttl {
	padding-bottom: 1.1rem;
	margin-bottom: 0.8rem;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	color: #1D3F80;
	line-height: 1.1;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #1D3F80;
}
#main .sec02 .imgList li .txtBox .ttl::before {
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	left: 0;
	bottom: -0.3rem;
	border-radius: 50%;
	background: #1D3F80;
	content: '';
}
#main .sec02 .imgList li .txtBox .ttl::after {
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	right: 0;
	bottom: -0.3rem;
	border-radius: 50%;
	background: #1D3F80;
	content: '';
}
#main .sec02 .imgList li .txtBox .text {
	text-align: justify;
	word-wrap: break-word;
	line-height: 2.142;
}
#main .sec02 .imgList li .txtBox .text .sml {
	font-size: 80%;
}
#main .sec03 {
	padding: 7.4rem 0 8rem;
}
#main .sec03 .borderBox {
	padding: 4rem 3rem 4.3rem;
	border: 1px solid #333;
}
@media all and (max-width: 960px) {
	#main .sec01 {
		padding: 4.4rem 0 6.1rem;
	}
	#main .sec01 .content {
		margin: 0 1.5rem;
	}
	#main .sec01 .textBox {
		margin-bottom: 3.5rem;
		padding: 5rem 2.5rem 5.8rem;
		width: fit-content;
		max-width: initial;
		background: url(../img/index/bg01.png) no-repeat left top / 4.1rem,
			url(../img/index/bg02.png) no-repeat right top / 4.1rem,
			url(../img/index/bg03.png) no-repeat left bottom / 4.1rem,
			url(../img/index/bg04.png) no-repeat right bottom / 4.1rem,
			linear-gradient(#C7B299, #C7B299) no-repeat left 0.1rem top 4.5rem / 0.2rem calc(100% - 9rem),
			linear-gradient(#C7B299, #C7B299) no-repeat right 0.1rem top 4.5rem / 0.2rem calc(100% - 9rem);
	}
	#main .sec01 .textBox p {
		text-align: justify;
	}
	#main .sec01 .imgList {
		padding-bottom: 0.8rem;
		max-width: initial;
		background-size: 100% 5.2rem;
	}
	#main .sec01 .imgList li p {
		margin-bottom: 1.7rem;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	#main .sec01 .imgList li .pho img {
		width: 9rem;
	}
	#main .sec02 {
		padding: 6.6rem 0 3.3rem;
	}
	#main .sec02 .subSec {
		margin-bottom: 3.1rem;
	}
	#main .sec02 .subSec .heading {
		padding: 1.1rem 1rem 1.6rem;
		font-size: 1.7rem;
		position: relative;
		z-index: 1;
	}
	#main .sec02 .subSec .pho01 {
		margin-bottom: 1.4rem;
		width: 54.8%;
		max-width: 35.4rem;
		position: relative;
		left: auto;
		top: auto;
	}
	#main .sec02 .subSec .pho02 {
		margin: 3.5% 9.1% 1.4rem -3.2%;
		width: 31.6%;
		max-width: 20.4rem;
		position: relative;
		right: auto;
		top: auto;
	}
	#main .sec02 .subSec .textBox {
		padding: 2.8rem 0 3.6rem;
		flex-wrap: wrap;
		gap: 1rem 0;
	}
	#main .sec02 .subSec .textBox .txtList {
		width: 100%;
		max-width: initial;
		padding: 0 2rem 0 4.1rem;
		white-space: initial;
	}
	#main .sec02 .subSec .textBox .txtList:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .subSec .comLinkList {
		padding: 4.2rem 3.6rem 4.4rem;
	}
	#main .sec02 .subSec01 {
		margin-bottom: 5.3rem;
	}
	#main .sec02 .imgList {
		display: block;
	}
	#main .sec02 .imgList li {
		margin-bottom: 3.5rem;
		width: auto;
		gap: 1.2rem;
	}
	#main .sec02 .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .imgList li .photo {
		width: 10.5rem;
	}
	#main .sec02 .imgList li .photo .note {
		font-size: 1rem;
		letter-spacing: -0.02em;
		margin: 0.7rem -0.5rem 0 0;
	}
	#main .sec02 .imgList li .txtBox {
		margin-top: -0.2rem;
	}
	#main .sec02 .imgList li .txtBox .ttl {
		padding-bottom: 1.2rem;
		margin-bottom: 0.7rem;
	}
	#main .sec02 .imgList li .txtBox .ttl::before {
		bottom: -0.35rem;
	}
	#main .sec02 .imgList li .txtBox .ttl::after {
		bottom: -0.35rem;
	}
	#main .sec03 {
		padding: 4.6rem 0.1rem 6.2rem;
	}
	#main .sec03 .borderBox {
		padding: 4rem 3.5rem 4.3rem;
	}
	#main .sec03 .comLinkList li .price {
		margin-right: -0.2em;
		font-size: 2.3rem;
	}
}