@charset "utf-8";



/**************************************************
 wrapper
**************************************************/
.fixedBtn{
	opacity: 1.0;
	visibility: visible;
}



/**************************************************
 psgeTitle
**************************************************/
.pageTitle{
	position: relative;
	height: 550px;
	text-transform: uppercase;
	background: #F8F8F8;
	padding-left: 100px;
	-webkit-box-align: center;
	align-items: center;
}
.pageTitle::before{
	width: 100%;
	height: 81px;
	bottom: -1px;
	left: 0;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	background: #FFFFFF;
}

.pageTitle h2{
	position: relative;
	font-size: 8.0rem;
	font-weight: 900;
	padding-left: 60px;
	margin-top: 0px;
	z-index: 5;
}
.pageTitle h2::before{
	width: 40px;
	height: 10px;
	top: 40px;
	left: 0;
	border-radius: 10.0rem;
	background: var(--green3);
}
.pageTitle h2 small{
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 30px;
	padding-left: 5px;
}

.h2Obj{
	position: absolute;
	top: -10px;
	right: 50px;
}



/**************************************************
 main
**************************************************/
main{
	width: 1100px;
	margin: 130px auto 200px auto;
}

main section{margin-top: 150px;}
main section.first{margin-top: 0;}

main h3{
	font-size: 4.0rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
}

main h4{
	position: relative;
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-top: 60px;
	padding-left: 25px;
}
main h4.style1{margin-top: 100px;}
main h4::before{
	width: 15px;
	height: 15px;
	top: 15px;
	left: 0;
	background: var(--green3);
	border-radius: 3px;
}

main h5{
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-top: 50px;
}

main h6{
	position: relative;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-top: 35px;
}

main p{
	margin-top: 50px;
	font-size: 1.8rem;
	line-height: 2.2;
}
main p.style1{margin-top: 30px;}
main p.style2{margin-top: 15px;}
main p a{
	color: var(--link1);
	text-decoration: underline;
}
main p a:hover{
	opacity: 0.5;
	text-decoration: none;
}

main table{
	width: 100%;
	line-height: 1.6;
	border-bottom: 1px solid #EEEEEE;
}
main table th{
	font-size: 1.8rem;
	font-weight: 700;
	padding: 35px 0;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #EEEEEE;
}
main table td{
	font-size: 1.8rem;
	padding: 35px 0;
	border-top: 1px solid #EEEEEE;
}

.btnHanger{
	margin-top: 60px;
	text-align: center;
}
.btnHanger a{
	position: relative;
	width: 350px;
	height: 60px;
	margin: 0 auto;
	font-size: 2.0rem;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 10.0rem;
	background: var(--green3);
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.btnHanger a::before{
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
	background: url("../img/pointer1.svg") no-repeat 0 0;
}
.btnHanger a:hover{background: var(--btnHover1);}
.btnHanger a:hover::before{right: 10px;}

.formBtn{
	margin-top: 100px;
	text-align: center;
}
.formBtn a{
	position: relative;
	width: 50%;
	height: 80px;
	margin: 0 auto;
	font-size: 2.3rem;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 10.0rem;
	background: var(--green3);
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.formBtn a::before{
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 20px;
	background: url("../img/pointer1.svg") no-repeat 0 0;
}
.formBtn a:hover{background: var(--btnHover1);}
.formBtn a:hover::before{right: 10px;}



/**************************************************
 contact
**************************************************/
#contact{margin-top: 0px;}


