@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #b2d7fe;
}
/*::selection {
	background: #b2d7fe;
}*/

/* a */
a {
	color: #6666ff;
	text-decoration: underline;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.noT a:hover {
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

/* img */
img {
	max-width: 100%;
	height: auto;
}

/* sp pc */
.sp,
.sp_cont {
	display: none !important;
}
@media only screen and (max-width:767px) {
	.sp {
		display: block !important;
	}
	.sp_cont {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
}

/* fade */
@media only screen and (min-width:768px) {
	.fade:hover,
	.fadeArea a:hover {
		opacity: 0.7;
	}
}

/*.shadow {
	text-shadow:0px 0px 1px #fff,0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #fff;
}*/

/*#spMenu.on:before {
	margin-top: 0;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
#spMenu.on:after {
	margin-top: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}*/


/*--------------------------------------------------
 wrapper
--------------------------------------------------*/
#wrapper {
	color: #231815;
	font-family: 'Kosugi Maru', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}
input {
	font-family: 'Kosugi Maru', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
}
.wrap {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 14px;
	}
}



/*--------------------------------------------------
 header
--------------------------------------------------*/
#header {
	position: relative;
	padding: 135px 10px 50px;
	background: url(../images/common/hdr_img.png) repeat-x center top;
	z-index: 100;
}
#header .inner {
	max-width: 1200px;
	width: 100%;
	display: table;
	margin: 0 auto;
}
#header .inner > * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#header .siteLogo {
	width: 250px;
	display: table-cell;
	vertical-align: middle;
}
#header .siteLogo a {
	display: block;
}
#header .siteLogo a img {
	width: 100%;
}
@media only screen and (max-width:991px) {
	#header .siteLogo {
		width: 180px;
	}
}
@media only screen and (max-width:767px) {
	#header {
		padding: 60px 0 30px;
		background-size: auto 62px;
	}
	#header .inner {
		display: block;
	}
	#header .siteLogo {
		display: block;
		width: 215px;
		margin: 0 auto;
	}
}


/*--------------------------------------------------
 gNav
--------------------------------------------------*/
#gNav {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
#gNav ul {
	display: flex;
}
#gNav li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 16.66666%;
	border-left: #9CCA54 dashed 1px;
}
#gNav li:last-child {
	border-right: #9CCA54 dashed 1px;
}
#gNav li a {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table;
	width: 100%;
	height: 45px;
	color: #231815;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	z-index: 2;
}
#gNav li a span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (min-width:768px) {
	.noT #gNav li {
		position: relative;
	}
	.noT #gNav li:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		background: url(../images/common/nav_bg.png) no-repeat center center;
		opacity: 0;
		transition: 0.3s;
	}
	.newsPage #gNav li:nth-child(1):before,
	.aboutPage #gNav li:nth-child(2):before,
	.educationPage #gNav li:nth-child(3):before,
	.guidePage #gNav li:nth-child(4):before,
	.contactPage #gNav li:nth-child(5):before,
	.accessPage #gNav li:nth-child(6):before,
	.noT #gNav li.on:before,
	.noT #gNav li:hover:before {
		opacity: 1;
	}
}

@media only screen and (max-width:991px) {
	#gNav {
		padding-left: 15px;
	}
	#gNav li a {
		font-size: 13px;
	}
}
@media only screen and (max-width:767px) {
	#gNav {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 100;
		background-color: #fff;
	}
	#gNav nav {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		display: table;
		height: 100%;
		margin: 0 auto;
		padding: 30px 20px;
	}
	#gNav ul {
		display: table-cell;
		vertical-align: middle;
	}
	#gNav li,
	#gNav li:last-child {
		width: auto;
		border: none;
	}
	#gNav li + li {
		margin-top: 13px;
	}
	#gNav li a {
		display: block;
		height: auto;
		padding-left: 12px;
		font-size: 14px;
		text-align: left;
		background: url(../images/common/ico_reef.svg) no-repeat left center;
		background-size: 8px auto;
	}
	#gNav li a span {
		display: block;
	}
	#gNav li.close {
		margin-top: 20px;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
	}
}



/*--------------------------------------------------
 spMenu
--------------------------------------------------*/
#spMenu {
	display: none;
}
@media only screen and (max-width:767px) {
	#spMenu {
		position: absolute;
		bottom: 10px;
		left: 50%;
		display: block;
		width: 50px;
		height: 50px;
		margin-left: 100px;
		background: url(../images/common/menu.svg) no-repeat center center;
		background-size: contain;
		cursor: pointer;
	}
}




/*--------------------------------------------------
 containerArea
--------------------------------------------------*/
.containerArea {

}


/*--------------------------------------------------
 footer
--------------------------------------------------*/
#footer {
	position: relative;
	padding: 0 10px;
	background: url(../images/common/ftr_bg.png) repeat-x center bottom;
}
#footer .inner {
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1370px;
	padding: 90px 160px 0 0;
	margin: 0 auto;
}
@media only screen and (max-width:1200px) {
	#footer .inner {
		padding-right: 100px;
	}
}
@media only screen and (max-width:900px) {
	#footer {
		background-size: auto 80px;
	}
	#footer .inner {
		padding: 70px 0 0;
	}
}
@media only screen and (max-width:767px) {
	#footer {
		background-image: url(../images/common/ftr_sp_bg.jpg);
		background-size: 100% auto;
	}
}


#footer .logos {
	float: left;
}
#footer .logos .inTb {
	display: table;
	width: 100%;
}
#footer .logos .inTb > * {
	display: table-cell;
	vertical-align: middle;
}
#footer .logos .logo {
	width: 157px;
}
#footer .logos .logo a {
	display: block;
}
#footer .logos .logo a img {
	width: 100%;
}
#footer .logos .texts {
	padding-left: 10px;
	line-height: 1;
}
#footer .logos .texts .txt01 {
	margin-bottom: 10px;
	font-size: 12px;
}
#footer .logos .texts .txt02 {
	margin-bottom: 7px;
	font-size: 19px;
}
#footer .logos .texts .name {
	margin-bottom: 7px;
	font-size: 38px;
}
#footer .logos .texts .txt03 {
	font-size: 16px;
}
#footer .logos .texts .txt04 {
	margin-top: 14px;
	font-size: 11px;
}
#footer .logos .texts .txt04 br {
	display: none;
}
@media only screen and (max-width:1200px) {
	#footer .logos .logo {
		width: 80px;
	}
	#footer .logos .texts .txt01 {
		margin-bottom: 5px;
		font-size: 12px;
	}
	#footer .logos .texts .txt02 {
		margin-bottom: 7px;
		font-size: 14px;
	}
	#footer .logos .texts .name {
		margin-bottom: 7px;
		font-size: 25px;
	}
	#footer .logos .texts .txt03 {
		font-size: 12px;
	}
	#footer .logos .texts .txt04 {
		margin-top: 4px;
		font-size: 12px;
	}
	#footer .logos .texts .txt04 br {
		display: block;
	}
}
@media only screen and (max-width:900px) {
	#footer .logos {
		float: none;
	}
	#footer .logos .inTb {
		width: auto;
		margin: 0 auto;
	}
}
@media only screen and (max-width:440px) {
	#footer .logos .logo {
		width: 70px;
	}
	#footer .logos .texts .txt01 {
		font-size: 6px;
	}
	#footer .logos .texts .txt02 {
		font-size: 8px;
	}
	#footer .logos .texts .name {
		font-size: 14px;
	}
	#footer .logos .texts .txt03 {
		font-size: 6px;
	}
	#footer .logos .texts .txt04 {
		font-size: 6px;
	}
}

#footer .fNavs {
	float: right;
	width: 555px;
	padding-top: 30px;
}
#footer .fNavs ul {
	float: left;
	width: 33.33333%;
}
#footer .fNavs li {
	line-height: 1.3;
}
#footer .fNavs li + li {
	margin-top: 10px;
}
#footer .fNavs li a {
	display: inline-block;
	padding-left: 20px;
	color: #231815;
	font-size: 15px;
	text-decoration: none;
	background: url(../images/common/ico_reef.svg) no-repeat left center;
	background-size: 12px auto;
}
@media only screen and (max-width:1200px) {
	#footer .fNavs {
		width: 450px;
		padding-top: 0;
	}
	#footer .fNavs li a {
		font-size: 13px;
		background-size: 10px auto;
	}
}
@media only screen and (max-width:900px) {
	#footer .fNavs {
		float: none;
		width: auto;
		margin-bottom: 40px;
	}
	#footer .fNavs ul {
		float: none;
		width: auto;
		display: none;
	}
	#footer .fNavs ul:last-child {
		display: flex;
		justify-content: center;
	}
	#footer .fNavs li {
		margin: 0 5px;
	}
	#footer .fNavs li + li {
		margin-top: 0;
	}
}

#pageTop {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	z-index: 50;
}
#pageTop .wide {
	position: relative;
	max-width: 1370px;
	margin: 0 auto;
}
#pageTop .wide a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
#pageTop .wide a:before {
	position: absolute;
	top: -20px;
	left: -90px;
	display: block;
	content: '';
	width: 80px;
	height: 51px;
	background: url(../images/common/pagetop_02.png) no-repeat center center;
	background-size: contain;
}
#pageTop .wide a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/common/pagetop_01.png) no-repeat center center;
	background-size: contain;
}
#pageTop .wide a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#pageTop .wide a span.on {
	animation: pagetop_yura 0.5s ease-in-out infinite forwards;
}
@keyframes pagetop_yura {
	0% { transform: translateX(0); }
	50% { transform: translateX(-50%); }
	100% { transform: translateX(0); }
}

#pageTop .wide a img {
	width: 114px;
}
@media only screen and (max-width:1200px) {
	#pageTop {
		top: 80px;
	}
	#pageTop .wide a img {
		width: 90px;
	}
	#pageTop .wide a:before {
		top: -18px;
		left: -65px;
		width: 64px;
		height: 41px;
	}
}
@media only screen and (max-width:900px) {
	#pageTop {
		top: auto;
		bottom: 60px;
	}
	#pageTop .wide a {
		top: auto;
		bottom: -10px;
	}
	#pageTop .wide a:before {
		top: -27px;
		left: -25px;
		width: 40px;
		height: 26px;
	}
	#pageTop .wide a img {
		width: 60px;
	}
}
@media only screen and (max-width:440px) {
	#pageTop {
		bottom: 50px;
	}
	#pageTop .wide a:before {
		/* top: -20px;
		left: -20px;
		width: 24px;
		height: 20px; */
	}
	#pageTop .wide a img {
		width: 40px;
	}
}
@media only screen and (max-width:320px) {
	#pageTop .wide a img {
		width: 30px;
	}

}


#copyright {
	padding: 90px 0 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:900px) {
	#copyright {
		padding: 40px 0 5px;
		font-size: 7px;
	}
}





/*--------------------------------------------------
 common style
--------------------------------------------------*/

/* commonPageTitle */
.commonPageTitle {
	margin-bottom: 30px;
	text-align: center;
	line-height: 0;
}
@media only screen and (max-width:767px) {
	.commonPageTitle {
		margin-bottom: 10px;
	}
	.commonPageTitle img {
		height: 32px;
		width: auto;
	}
}




.fadeUp {
	opacity: 0;
	transition: 0.5s;
	transform: translateY(20px);
}
.fadeUp.on {
	opacity: 1;
	transform: translateY(0);
}
@media only screen and (max-width:767px) {
	.fadeUp_sp {
		opacity: 0;
		transition: 0.5s;
		transform: translateY(20px);
	}
	.fadeUp_sp.on {
		opacity: 1;
		transform: translateY(0);
	}
}




