@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-XXX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 100rem;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 8.5rem;
	text-align: center;
	font-weight: 900;
	font-size: 3.2rem;
	line-height: 4.9rem;
	letter-spacing: 0.256rem;
}
.headLine01 .big {
	font-size: 4.4rem;
	letter-spacing: 0.352rem;
}
.headLine01 .sml {
	margin-bottom: 1rem;
	display: block;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.9rem;
		font-size: 1.4rem;
		line-height: 2.95rem;
		letter-spacing: 0.168rem;
	}
	.headLine01 .big {
		font-size: 2rem;
		letter-spacing: 0.24rem;
	}
	.headLine01 .sml {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList {
	width: 84.6rem;
	margin: 0 auto 8.3rem;
}
.comList li {
	width: 40.3rem;
	position: relative;
}
.comList span {
	padding: 0 2.9rem;
	position: absolute;
	left: 50%;
	top: -4rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #001632;
	letter-spacing: 0.192rem;
	transform: translateX(-50%);
	word-break: keep-all;
	background: url(../img/common/line01.png) no-repeat left top,url(../img/common/line02.png) no-repeat right top;
	background-size: 1.4rem auto;
}
.comList a {
	height: 7.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.09rem;
	border-radius: 5rem;
	background-color: #66C2CE;
	border: 0.2rem solid #66C2CE;
	box-sizing: border-box;
	box-shadow: 0 5px 0 #4EB2BF;
}
.comList a:hover {
	opacity: 0.7;
}
.comList li:last-child a {
	color: #082C5D;
	border-color: #082C5D;
	background-color: #fff;
	box-shadow: 0 3px 0 #093168;
}
@media all and (max-width: 896px) {
	.comList {
		width: 35.8rem;
		display: block;
		margin: 0 auto 4.4rem;
	}
	.comList li {
		width: auto;
	}
	.comList li:first-child {
		margin-bottom: 3.7rem;
	}
	.comList span {
		padding: 0 2.7rem;
		top: -3.3rem;
		font-size: 1.4rem;
		letter-spacing: 0.112rem;
	}
	.comList a {
		height: 5.2rem;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
.scroll-hint-icon {
	top: calc(50% - 5.8rem);
	left: calc(50% - 5rem);
	width: 9.8rem;
	height: 9.8rem;
	border-radius: 1.2rem;
	background: rgba(104, 104, 104, 0.70);
}
#main .sec04 .scroll-hint-icon {
	top: calc(50% - 5.1rem);
	left: calc(50% - 4.3rem);
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	opacity: 1;
}
.scroll-hint-text {
	display: none;
}
.scroll-hint-icon::after {
	display: none;
}
.scroll-hint-icon::before {
	width: 4.1rem;
	height: 6.2rem;
	background: url(../img/common/scroll_img.png) no-repeat center center;
	background-size: 4.1rem auto;
}