@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* mainVisual */
.mainVisual {
	margin-bottom: 5.35rem;
	padding: 8.75vw 1rem 7.5vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/index/main_img.jpg) no-repeat center top / cover;
	min-height: 39.8rem;
	height: 33.167vw;
}
.mainVisual::after {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	background: url(../img/index/main_bg.png) no-repeat center bottom -1rem / 100% auto;
	pointer-events: none;
}
.mainVisual .innerBox {
	margin: 0 auto;
	min-width: 112.5rem;
	width: 93.75vw;
	max-width: 160rem;
	position: relative;
}
.mainVisual h1 {
	margin: 0 auto;
	min-width: 52.6rem;
	width: 43.833vw;
	max-width: 75rem;
}
.mainVisual .imgtext {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -2.7rem;
	min-width: 29.1rem;
	width: 24.25vw;
	max-width: 40rem;
}
.mainVisual .subText {
	padding: 1.1rem 0 1rem;
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: -3.7rem;
	left: 0;
	text-align: center;
	background-color: #5E29B6;
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 5.5rem;
		padding: 8.6rem 1rem 2.8rem;
		z-index: 1;
		background-image: url(../img/index/main_img_sp.jpg);
		min-height: 100%;
		height: 88.533vw;
		max-height: 66.7rem;
	}
	.mainVisual::after {
		background-image: url(../img/index/main_bg_sp.png);
	}
	.mainVisual .innerBox {
		width: auto;
		min-width: auto;
		max-width: 100%;
	}
	.mainVisual h1 {
		margin-bottom: 1.1rem;
		min-width: auto;
		width: 33rem;
		max-width: 100%;
	}
	.mainVisual .imgtext {
		margin: 0 auto;
		position: static;
		min-width: auto;
		width: 30rem;
	}
	.mainVisual .subText {
		padding: 1rem 0 1rem;
		bottom: -4.3rem;
	}
}
/* sec01 */
#main .sec01 {
	margin-bottom: 7.8rem;
	background: url(../img/index/sec01_bg.png) no-repeat center top 1.7rem / 111.1rem auto;
}
#main .sec01 .content {
	padding: 0 1.5rem;
	max-width: 110.6rem;
}
#main .sec01 h2 {
	margin: 0 auto 0.5rem;
	max-width: 79.1rem;
}
#main .sec01 .imgtext {
	margin: 0 auto 1.8rem;
	width: 56.9rem;
}
#main .sec01 .photo {
	margin-bottom: 2.6rem;
}
#main .sec01 .title {
	padding: 1.7rem 1rem 1.6rem 11.5rem;
	margin: 0 auto 4rem;
	max-width: 68.5rem;
	position: relative;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 800;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	line-height: 1.25;
	background-color: #fff;
	border: 0.2rem solid #262626;
	border-radius: 1.9rem;
}
#main .sec01 .title span {
	color: #F5511E;
	font-size: 3.1rem;
}
#main .sec01 .title::after {
	width: 15.8rem;
	height: 12rem;
	position: absolute;
	z-index: 1;
	bottom: -2.1rem;
	left: 0;
	content: "";
	background: url(../img/index/sec01_img03.png) no-repeat left top / 100%;
}
#main .sec01 .btnBox {
	margin-bottom: 6.5rem;
}
#main .sec01 .btnBox p {
	padding: 0 2.7rem 0;
	margin: 0 auto;
	width: fit-content;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 800;
	color: #F5511E;
	font-feature-settings: "palt";
	background: url(../img/common/line01.png) no-repeat left center / 2.2rem,url(../img/common/line02.png) no-repeat right center / 2.2rem;
}
#main .sec01 .btnBox a {
	margin: 0 auto;
	display: block;
	width: 32.1rem;
}
#main .sec01 .btnBox a:hover {
	opacity: 0.7;
}
#main .sec01 .ttl {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 800;
	font-feature-settings: "palt";
	line-height: 1.2;
}
#main .sec01 .ttl img {
	width: 14.6rem;
	vertical-align: -1.1rem;
}
#main .sec01 .txt {
	margin-bottom: 2.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 800;
}
#main .sec01 .linkImg {
	margin: 0 auto 4rem;
	width: 45.1rem;
	position: relative;
	z-index: 1;
}
#main .sec01 .linkImg a {
	width: 27.1rem;
	position: absolute;
	bottom: 0.7rem;
	right: 1.5rem;
}
#main .sec01 .linkImg a:hover {
	opacity: 0.7;
}
#main .sec01 .text {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 800;
	font-feature-settings: "palt";
}
#main .sec01 .text .line {
	padding: 0 1.7rem;
	margin: 0 auto;
	display: block;
	width: fit-content;
	font-feature-settings: normal;
	background: url(../img/common/line03.png) no-repeat left center / 1.4rem,url(../img/common/line04.png) no-repeat right center / 1.4rem;
}
#main .sec01 .text .line span {
	font-style: italic;
}
#main .sec01 .linkBox {
	align-items: center;
}
#main .sec01 .linkBox p {
	margin: 0 0.3rem;
}
#main .sec01 .link01 {
	width: 16.8rem;
}
#main .sec01 .link01 a {
	display: block;
	margin-bottom: 0.4rem;
}
#main .sec01 .link01 a:last-of-type {
	margin-bottom: 0;
}
#main .sec01 .link01 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .sec01 {
		margin-bottom: 5rem;
		background-image: url(../img/index/sec01_bg_sp.png);
		background-size: 100% auto;
		background-position: center top 0.7rem;
	}
	#main .sec01 .content {
		padding: 0 1.7rem;
		max-width: 100%;
	}
	#main .sec01 h2 {
		max-width: 30.9rem;
	}
	#main .sec01 .imgtext {
		margin-bottom: 1.2rem;
		width: 28.6rem;
	}
	#main .sec01 .photo {
		margin: 0 auto 1.6rem;
		width: 34.1rem;
	}
	#main .sec01 .title {
		padding: 0.8rem 0.5rem;
		margin-bottom: 2.1rem;
		max-width: auto;
		width: 82.5%;
		font-size: 1.55rem;
		border-radius: 1.1rem;
	}
	#main .sec01 .title span {
		font-size: 2.1rem;
	}
	#main .sec01 .title::after {
		width: 8.4rem;
		height: 6.4rem;
		left: -2.5rem;
	}
	#main .sec01 .btnBox {
		margin-bottom: 1.7rem;
	}
	#main .sec01 .btnBox p {
		margin-bottom: 0.2rem;
		padding: 1px 1.2rem 0;
		font-size: 1.55rem;
		background-image: url(../img/common/line01_sp.png),url(../img/common/line02_sp.png);
		background-size: 0.9rem auto;
	}
	#main .sec01 .btnBox a {
		width: 17.1rem;
	}
	#main .sec01 .ttl {
		margin-bottom: 2.8rem;
		font-size: 1.35rem;
		line-height: 1.2;
	}
	#main .sec01 .ttl img {
		width: 8.1rem;
		vertical-align: -0.7rem;
	}
	#main .sec01 .txt {
		margin-bottom: 0;
		font-size: 1.35rem;
	}
	#main .sec01 .linkImg {
		margin-bottom: 2.4rem;
		width: 28.6rem;
	}
	#main .sec01 .linkImg a {
		width: 17.1rem;
		bottom: 0.7rem;
		right: 0.1rem;
	}
	#main .sec01 .text {
		margin-bottom: 0.7rem;
		font-size: 1.35rem;
	}
	#main .sec01 .text .line {
		padding: 0 1.2rem;
		background-size: 0.9rem auto;
	}
	#main .sec01 .linkBox img {
		width: 8rem;
	}
	#main .sec01 .link01 {
		width: 11.6rem;
	}
	#main .sec01 .link01 img {
		width: 11.6rem;
	}
	#main .sec01 .link01 a {
		margin-bottom: 0.3rem;
	}
}
/* sec02 */
#main .sec02 .borderBox {
	margin-bottom: 4.5rem;
	padding: 6rem 0 5.7rem;
	border-top: 0.2rem dashed #262626;
	border-bottom: 0.2rem dashed #262626;
}
#main .sec02 h2 {
	margin-bottom: 3.8rem;
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
	color: #000;
}
#main .sec02 dt {
	margin-bottom: 0.5rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #000;
}
#main .sec02 dd {
	line-height: 1.43;
	margin-bottom: 2.8rem;
}
#main .sec02 dd .txtList li:not(:last-child) {
	margin-bottom: 1.3rem;
}
#main .sec02 .notes {
	margin-bottom: 6rem;
	text-align: center;
	font-feature-settings: "palt";
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
#main .sec02 .top {
	margin: 0 auto;
	width: 31.7rem;
}
#main .sec02 .top a {
	padding: 0.8rem 0 1rem;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	display: block;
	border-radius: 0.6rem;
	background-color: #808080;
}
#main .sec02 .top a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .sec02 {
		margin-bottom: 3.3rem;
	}
	#main .sec02 .borderBox {
		margin-bottom: 2rem;
		padding: 5rem 0 0.8rem;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
	#main .sec02 h2 {
		margin-bottom: 2.1rem;
		font-size: 1.65rem;
	}
	#main .sec02 dt {
		margin-bottom: 0.2rem;
		padding-bottom: 0.1rem;
		font-size: 1.3rem;
	}
	#main .sec02 dd {
		line-height: 1.69;
		font-size: 1.3rem;
		font-feature-settings: "palt";
		margin-bottom: 2.1rem;
	}
	#main .sec02 dd .txtList {
		padding-bottom: 0.8rem;
	}
	#main .sec02 dd .txtList li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	#main .sec02 dd .sml {
		font-size: 1.15rem;
	}
	#main .sec02 .notes {
		margin-bottom: 3rem;
		font-size: 1.15rem;
		line-height: 1.74;
		letter-spacing: 0.05em;
	}
	#main .sec02 .top {
		width: 17.6rem;
	}
	#main .sec02 .top a {
		padding: 0.45rem 0;
		font-size: 1.65rem;
		border-radius: 0.4rem;
	}
}