@charset "utf-8";

.content {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
.content .inner {
	max-width: 1110px;
}
@media screen and (max-width: 768px) {
	.content .inner {
		max-width: 1110px;
		padding: 0 2.5rem;
	}
}

/* mainVisual */
.mainVisual {
	height: 49.409vw;
	position: relative;
}
.mainVisual .mvTxt {
	width: 100%;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mainVisual h1 {
	font-size: 6.3rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
.mainVisual .mainLead {
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;
}
.mainVisual .scrollDown {
	padding-bottom: 2rem;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.18em;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
}
.mainVisual .scrollDown::after {
	display: block;
	content: '';
	width: 2rem;
	height: 2rem;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: absolute;
	bottom: 0;
	left: calc(50% - 1rem);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.mainVisual {
		height: 108.467vw;
	}
	.mainVisual .mvTxt {
		top: 42%;
	}
	.mainVisual h1 {
		font-size: 5rem;
	}
	.mainVisual .mainLead {
		margin-top: 1.5rem;
		font-size: 2rem;
	}
	.mainVisual .scrollDown {
		padding-bottom: 2rem;
		font-size: 0.9rem;
		bottom: 3rem;
	}
	.mainVisual .scrollDown::after {
		display: block;
		content: '';
		width: 2rem;
		height: 2rem;
		border-right: solid 1px #fff;
		border-bottom: solid 1px #fff;
		position: absolute;
		bottom: 0;
		left: calc(50% - 1rem);
		transform: rotate(45deg);
	}
}

/* bgGray */
.bgGray {
	background-color: #EEF1F5;
	padding: 3rem 0 7.5rem;
	position: relative;
	z-index: 5;
}

/* lead */
.lead {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
	color: #2D2D2D;
	padding-bottom: 3rem;
	border-bottom: dotted 0.2rem #D6D6D6;
}
@media screen and (max-width: 768px) {
	/* bgGray */
	.bgGray {
		padding: 5rem 0 15rem;
	}

	/* lead */
	.lead {
		font-size: 2.4rem;
		line-height: 2;
		padding: 0 2rem 4rem;
	}
}

/* contBox */
.contBox + .contBox {
	margin-top: 6rem;
}
.contBox h2 {
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
}
.contBox .box {
	margin-top: 2rem;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contBox .box.reverse {
	flex-direction: row-reverse;
}
.contBox .pic {
	width: 44.313%;
}
.contBox .txtBox {
	width: 53%;
}
.contBox .box.reverse .txtBox {
	padding-left: 3.5rem;
}
.contBox .txt {
	font-size: 1.5rem;
	line-height: 1.8;
}
.contBox .btn {
	margin: 2rem auto 0;
	width: 37.4rem;
}
.contBox .btn a {
	display: block;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	background-color: #DD6514;
	border-radius: 5rem;
	padding: 1rem;
	box-shadow: 0.5rem 0.5rem 2rem -1rem rgba(0,0,0,0.7);
}
@media screen and (max-width: 768px) {
	.contBox + .contBox {
		margin-top: 9rem;
	}
	.contBox h2 {
		font-size: 3.59rem;
	}
	.contBox .box {
		margin-top: 3rem;
		display: block;
	}
	.contBox .pic {
		width: 100%;
	}
	.contBox .txtBox {
		width: 100%;
		padding: 2.5rem 2.5rem 7rem;
	}
	.contBox .box.reverse .txtBox {
		padding: 2.5rem 2.5rem 7rem;
	}
	.contBox .txt {
		font-size: 2.39rem;
		line-height: 1.8;
	}
	.contBox .btn {
		margin: 4rem auto 0;
		width: 48.7rem;
	}
	.contBox .btn a {
		font-size: 2.65rem;
		padding: 2rem;
	}
}

/* cont01 */
.contBox.cont01 .inner {
	margin-top: 5rem;
}
@media screen and (max-width: 768px) {
	.contBox.cont01 .inner {
		margin-top: 5rem;
	}
}