@charset "utf-8";
body {
padding-top: 130px;
}
#header {
	border-bottom: 1px solid #dadada;
}
#gnav {
	margin-top: 30px;
	margin-bottom: 29px;
}
#gnav ul li.active {
	position: relative;
}
#gnav ul li.active:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #00c1ae transparent;
}

#gnav ul li.sp {
	display: none;
}

#pageVisual {
	background-color: #00c1ae;
	height: 200px;
}
#pageVisual h1 {
	text-align: center;
	font-size: 35px;
	color: #fff;
	letter-spacing: 0.2em;
	padding-top: 57px;
	display: block;
	font-weight: 200;
	line-height: 1.0;
}
#pageVisual h1 span {
	font-size: 23px;
	letter-spacing: 0em;
	display: block;
	padding-top: 30px;
	padding-bottom: 56px;
	font-family:"HiraginoSans-W1", ".HiraKakuInterface-W1", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-style: normal;
}

.pageWrap {
	padding-top: 106px;
	padding-bottom: 140px;
}
.pageWrap h2 {
	font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto 80px auto;
    line-height: 1.0;
    padding-bottom: 20px;
}
.pageWrap h2 span {
	position: relative;
	border-bottom: 2px solid #3d3d3d;
	padding-bottom: 20px;
}
.pageWrap h2 span:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 14px solid #FFF;
	z-index: 2;
}
.pageWrap h2 span:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -17px;
	border: 12px solid transparent;
	border-top: 16px solid #3d3d3d;
	z-index: 1;
}
#gnav.fixed {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 130px;
    padding-top: 13px;
    background-color: #fff;
    z-index: 1000;
    padding-bottom: 13px;
    border-bottom: 1px solid #dadada;
}
#gnav.fixed li.active:after {
	opacity: 0;
}
@media screen and (max-width: 375px) {
	body {
		padding-top: 0px;
	}
    #pageVisual {
    	padding-top: 40px;
    	height: 148px;
    }
    .pageWrap {
    	padding-top: 60px;
    }
	.open #gnavWrap {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(41px);
        -webkit-transform: translateY(41px);
        transform: translateY(41px);
        width: 100%;
        position: fixed;
        background-color: #fff;
    }
    #gnav ul li.sp {
		display: block;
	}
	#pageVisual h1 {
		font-size: 30px;
		padding-top: 35px;
	}
	#pageVisual h1 span {
		font-size: 18px;
		padding-bottom: 0;
	}
	.pageWrap h2 {
	}
	#gnav ul li.active:after {
		display: none;
	}
	.pageWrap h2 span:before {
		bottom: -23px;
	}
}
