@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
.jost {
	font-family: 'Jost', sans-serif;
}


/* comBtnUl */
.comBtnUl {
	display: flex;
	flex-wrap: wrap;
}
.comBtnUl li {
	margin-right: 9px;
	white-space:nowrap;
}
.comBtnUl a {
	padding-top: 4px;
	width: 257px;
	height: 70px;
	font-weight: 500;
	font-size: 1.575rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	background-color: #c1d57e;
	box-sizing: border-box;
	letter-spacing: -0.1em;
}
.comBtnUl .num01 a {
	font-size: 1.75rem;
	letter-spacing: -0.13em;
} 
.comBtnUl .num02 a {
	background-color: #f7bcc2;
	letter-spacing: -0.05em;
}
.comBtnUl .num03 a {
	background-color: #a6d1f1;
}
.comBtnUl img {
	margin: -3px 7px 0 3px;
	display: inline-block;
	vertical-align: middle;
}
.comBtnUl .inner {
	position: relative;
	z-index: 10;
}
@media all and (min-width: 897px) {
	.comBtnUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtnUl {
		display: block;
	}
	.comBtnUl li {
		margin: 0 0 10px;
	}
	.comBtnUl a {
		margin: 0 auto;
		height: 60px;
		font-size: 1.5rem !important;
	}
	.comBtnUl img {
		margin: -5px 7px 0 -12px;
		width: 30px;
	}
	.comBtnUl .num02 img {
		width: 24px;
	}
	.comBtnUl .num03 img {
		width: 20px;
	}
}


/* content */
.content {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 960px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto;
	}
}

/* comBtn02 */
.comBtn02 a {
	padding-left: 5px;
	width: 250px;
	height: 60px;
	color: #000000;
	font-size: 1.8rem;
	font-family: 'Jost', sans-serif;
	border: 1px solid #000000;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	overflow: hidden;
	letter-spacing: 0.1em;
}
.comBtn02.jp a {
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.comBtn02.center a {
	margin: 0 auto;
}
.comBtn02 .icon {
	margin-top: -7px;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		height: 53px;
		font-size: 1.6rem;
	}
	.comBtn02 .icon {
		margin-top: -8px;
	}
}



/* pageVisual */
.pageVisual {
	margin-bottom: 109px;
	padding: 66px 0;
	min-height: 400px;
	background: url("../img/access/main_img.jpg") no-repeat left top / 100% 100%;
	box-sizing: border-box;
	position: relative;
}
.pageVisual .innerBox {
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
	z-index: 10;
}
.pageVisual .title {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 2.2rem;
	text-align: center;
}
.pageVisual .title .jp {
	margin-top: 21px;
	display: block;
	letter-spacing: 0.1em;
}
.pageVisual .comBtnUl {
	justify-content: center;
}
@media all and (max-width: 896px) {
	.pageVisual .title img {
		height: 26px;
		width: auto;
	}
	.pageVisual .title {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.pageVisual {
		margin-bottom: 60px;
		padding: 50px 0 66px;
	}
	.pageVisual .title .jp {
		margin-top: 10px;
	}
}


/* headLine01 */
.headLine01 {
	margin-bottom: 70px;
	font-weight: 500;
	font-size: 3rem;
	text-align: center;
	background: url("../img/common/headline_bg01.png") no-repeat center bottom / auto 35px;
	letter-spacing: 0.1em;
}
.headLine01 span {
	padding: 0 22px 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.headLine01 span::before,
.headLine01 span::after {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 18px;
	left: 0;
	border-radius: 50%;
	overflow: hidden;
	background-color: #000;
	content: "";
}
.headLine01 span::after {
	left: auto;
	right: 0;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 40px;
		background-size: 300px 20px;
		font-size: 2.2rem;
		letter-spacing: 0;
	}
	.headLine01 span::before,
	.headLine01 span::after {
		width: 9px;
		height: 9px;
		top: 14px;
	}
	.headLine01 span {
		padding: 0 16px 14px;
	}
}

/* fadeInUp */
.fadeInUp {
	transform: translate(0,100px);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.fadeInUp.on {
	transform: translate(0,0);
	opacity: 1;
}