@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	margin-top: 8rem;
}

#main .sec01 {
	margin-bottom: 6.2rem;
	padding: 7.3rem 3rem 2.7rem 4.6rem;
	position: relative;
	border: 0.3rem solid #44244d;
}
#main .sec01 h2 {
	padding: 0.5rem 1.8rem 0.8rem 2.2rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	background: #44244d;
}
#main .sec01 p {
	margin-bottom: 3.6rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
#main .sec01 p:last-child {
	margin-bottom: 0;
}
#main .sec01 p .red {
	color: #e60000;
}
#main .sec01 p a:hover {
	opacity: 0.7;
}
#main .sec02 {
	margin-bottom: 9.2rem;
}
#main .sec02 h2 {
	margin-bottom: 2.3rem;
	padding-left: 3.8rem;
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	background: url(../img/common/icon01.png) no-repeat left 0.1rem top 0.6rem / 2.8rem;
}
#main .sec03 {
	padding: 12.1rem 0 12.4rem;
	color: #fff;
	background: url(../img/index/bg.jpg) no-repeat center center / cover;
}
#main .sec03 .content {
	width: 146.6rem;
	max-width: 98%;
}
#main .sec03 .textList {
	counter-reset: my-counter;
	list-style: none;
}
#main .sec03 .textList li {
	margin-bottom: 2.6rem;
	padding-left: 2.2em;
	position: relative;
	font-size: 3.6rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.375em;
}
#main .sec03 .textList li:last-child {
	margin-bottom: 0;
}
#main .sec03 .textList li::before {
	width: 1.5em;
	text-align: center;
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	position: absolute;
	left: 0;
	top: 0.4rem;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	letter-spacing: 0.075em;
}
@media all and (min-width: 897px) and (max-width: 1510px) {
	#main .sec03 .textList {
		margin: 0 auto;
		width: fit-content;
	}
	#main .sec03 .textList li {
		letter-spacing: 0.2em;
	}
}
@media all and (min-width: 897px) and (max-width: 1340px) {
	#main .sec03 .textList li {
		letter-spacing: 0.1em;
	}
}
@media all and (max-width: 896px) {
	#main {
		margin-top: 4rem;
	}
	#main .sec01 {
		margin-bottom: 3rem;
		padding: 5rem 1.5rem 2.5rem;
		border-width: 0.2rem;
	}
	#main .sec01 h2 {
		padding: 0.3rem 1.5rem 0.5rem 1.5rem;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	#main .sec01 p {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		letter-spacing: 0.01em;
	}
	#main .sec01 p:last-child {
		margin-bottom: 0;
	}
	#main .sec02 {
		margin-bottom: 4.5rem;
	}
	#main .sec02 h2 {
		margin-bottom: 1.5rem;
		padding-left: 2.5rem;
		font-size: 2rem;
		background-size: 2rem;
		background-position: left 0.1rem top 0.7rem;
	}
	#main .sec02 .photo {
		text-align: center;
	}
	#main .sec03 {
		padding: 6rem 0;
	}
	#main .sec03 .textList li {
		margin-bottom: 1em;
		padding-left: 1.8em;
		font-size: 1.8rem;
		letter-spacing: 0.03em;
	}
	#main .sec03 .textList li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .textList li::before {
		width: 1em;
		top: 0.2rem;
	}
}