@charset "UTF-8";
/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	color: #444;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
a, a:link, a:hover, a:focus {
	color: #509DC5;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a {
	 -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 1;
}

a:hover {
	text-decoration: underline;
	opacity: 0.8;
	-webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
ul, ol {
	list-style-type: none;
}
::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}
a {
	display: inline-block;
}


img {
	width: 100%;
	height: auto;
}



/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear {
	display: block!important;
	content: " ";
}
}
div.clear {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/

.inr {
	max-width: 1080px;
	margin: 0 auto;
}
/*-- HEADER --*/

#header {
	background-color: #FFF;
	height: 75px;
	width: 100%;
}

#header .hdL{
	display: table;
	max-width: 300px;
	width: 100%;
	position: absolute;
	left: 20px;
	top: 10px;
}

#header .hdL .logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

#header .hdL .logo img {
	height: auto;
	width: 147px;
}

#header .hdL .siteName {
	color: #1955a5;
	font-size: 1.4rem;
	font-weight: 700;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 0.8em;
	letter-spacing: 1px;
	width: 50%;
}



#header .hdR {
	float: right;
	text-align: right;
	width: 100%;
	max-width: 830px;
}


#header .hdR ul {
	display: table;
	table-layout: fixed;
	height: 75px;
	width: 100%;
}

#header .hdR ul li {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


#header .hdR ul li a {
	color: #064377;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	padding: 28px 15px;
	width: 100%;
}

#header .hdR ul li.gNav a:hover { 
 -webkit-transform: scale(1.4,1.4);
    -moz-transform: scale(1.4,1.4);
    -o-transform: scale(1.4,1.4);
    -ms-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4);
}


#header .hdR ul li.nav01 {
	table-layout: auto;
}

#header .hdR ul li.nav01 a {
	background: #fbd91e;
	color: #064377;
}

#header .hdR ul li.nav01 a:hover {
	background: #064377;
	color: #FFF;
}




#header .hdR ul li.nav01 a::before,
#header .hdR ul li.nav02 a::before,
#header .hdR ul li.nav03 a::before{
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 10px;
}

#header .hdR ul li.nav01 a::before { content: "\f003"; }
#header .hdR ul li.nav02 a::before { content: "\f274"; }
#header .hdR ul li.nav03 a::before { content: "\f00c"; }







/*==========================================*/

/*-- BREADCHUMBS --*/

#breadChumbs {
	background-color: #F4F4F4;
	margin: 0 auto;
	padding: 12px 20px;
	width: 100%;
}
#breadChumbs p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0 auto;
	transition: 0.2s;
	text-align: right;
}
#breadChumbs p a {
	color: #999;
	transition: 0.2s;
}
#breadChumbs p a:hover {
	color: #444;
	text-decoration: none;
}
#breadChumbs p a.currentPoint {
	color: #444;
	text-decoration: none;
}
/*==========================================*/


/*-- MV --*/

#mv{
	background: url(../cmn_img/mv.jpg) center center repeat #000;
}


#mv,
.cmnmv{
	height: 180px;
	display: table;
	position: relative;
	width: 100%;
}


#mv::before {
	z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: url("../cmn_img/ptn_mv.png") repeat;
	background-color: rgba(0,0,0,.5);
}


#mv .cName{
	line-height: 1.4;
	letter-spacing: 0.04em;
	vertical-align: middle;
	text-align: center;
	top: 30%;
	width: 100%;
	transition: 0.2s;
	font-size: 2.0em;
	color: #FFF;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	position: absolute;
}

#mv .cName span {
	display: block;
	transition: 0.2s;
	letter-spacing: 4px;
}
#mv .cName span.jp{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/*-- about --*/
.about #mv,.cmnmv { background: url(/cmn/cmn_img/bg_img_about.png) center top repeat; }
.about #mv .cName span.en,.cmnmv .cName span.en { color:#5cc57c;}
.about #mv .cName span.jp::after, .cmnmv .cName span.jp::after { background-color:#5cc57c;}
/*-- facilities --*/
.facilities #mv,.cmnmv { background: url(/cmn/cmn_img/bg_img_facilities.png) center top repeat; }
.facilities #mv .cName span.en,.cmnmv .cName span.en { color:#ffab3b;}
.facilities #mv .cName span.jp::after, .cmnmv .cName span.jp::after { background-color:#ffab3b;}
/*-- activity --*/
.activity #mv,.cmnmv { background: url(/cmn/cmn_img/bg_img_activity.png) center top repeat; }
.activity #mv .cName span.en,.cmnmv .cName span.en { color:#2db3e7;}
.activity #mv .cName span.jp::after, .cmnmv .cName span.jp::after { background-color:#2db3e7;}
/*-- support --*/
.support #mv,.cmnmv { background: url(/cmn/cmn_img/bg_img_support.png) center top repeat; }
.support #mv .cName span.en,.cmnmv .cName span.en { color:#9d5bdf;}
.support #mv .cName span.jp::after, .cmnmv .cName span.jp::after { background-color:#9d5bdf;}
/*-- recruitTop --*/
.recruitTop #mv,.cmnmv { background: url(/cmn/cmn_img/bg_mv.png) center top repeat; }
.recruitTop #mv .cName span.en,.cmnmv .cName span.en { color:#ED6C81;}
.recruitTop #mv .cName span.jp::after, .cmnmv .cName span.jp::after { background-color:#ED6C81;}




/*-- CONTENTS --*/

#contents {
	margin: 0 auto 100px;
	position: relative;
	overflow:hidden;
	z-index: 2;
}
#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}
#main {
	background-color: #FFF;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 500px;
	padding: 85px 0 45px;
	position: relative;
}

#mainArea {
	float: right;
	width: 68%;
}

#sideArea {
	float: left;
	width: 25%;
}

/*--subNavi--*/
#sideArea .subNavi ul.sNav1 li {
  border-bottom: dotted 1px #ddd;
  position: relative;
}

#sideArea .subNavi ul.sNav1 li::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -4px;
}


.about #sideArea .subNavi ul.sNav1 li::before{
	border-top: solid 2px #5cc57c;
    border-right: solid 2px #5cc57c;
}

#sideArea .subNavi ul.sNav1 li a {
	color: #222;
	display: block;
	text-decoration: none;
	padding:15px 15px 11px 35px;
}

#sideArea .subNavi ul.sNav1 li a:hover,
#sideArea .subNavi ul.sNav1 li a.cr {
	background: #efefef;
}


/*--subNavi2--*/

#sideArea .subNavi ul.sNav2 li {
	border-bottom: dotted 1px #ddd;
}
#sideArea .subNavi ul.sNav2 li div {
  position: relative;
	color: #222;
	padding:15px 15px 11px 15px;
}


#sideArea .subNavi ul.sNav2 li div span { padding-left: 10px;}

#sideArea .subNavi ul.sNav2 div::before{
	content: "";
	    width: 7px;
	    height: 7px;
	    display: inline-block;
	    background: transparent;
	    border-top: 2px solid #5cc57c;
	    border-right: 2px solid #5cc57c;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	    /*! position: absolute; */
	    top: 40%;
	    left: 10px;
}

#sideArea .subNavi ul.sNav2 div:hover {
	background: #efefef;
	cursor: pointer;
}

#sideArea .subNavi ul.sNav2 li:hover::before {
	-webkit-transform: rotate(134deg);
	    transform: rotate(134deg);
}


#sideArea .subNavi ul.sNav2 li a span { padding-left: 10px;}
#sideArea .subNavi ul.sNav2 li ul.sub_menu {
    display:none;
}

#sideArea .subNavi ul.sNav2 li .sub_menu {
	background: #efefef;
	padding: 5% 10%;
}

#sideArea .subNavi ul.sNav2 li .sub_menu li {
	border: none;
	margin-bottom: 3px;
}

#sideArea .subNavi ul.sNav2 li .sub_menu li:last-child {
	margin-bottom: 0;
}

#sideArea .subNavi ul.sNav2 li .sub_menu li::before{
	content: "";
	    width: 7px;
	    height: 7px;
	    display: inline-block;
	    background: transparent;
	    border-top: 2px solid #5cc57c;
	    border-right: 2px solid #5cc57c;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	    /*! position: absolute; */
	    top: 40%;
	    left: 10px;
}

#sideArea .subNavi ul.sNav2 li a {
	color: #5cc57c;
	text-decoration: none;
}

#sideArea .subNavi ul.sNav2 li a:hover {
	text-decoration: underline;
}


/*---------------------------*/

#pageMenu {
}

#pageMenu .community {
	background:url(../cmn_img/bg_img_activity.png) repeat;
	padding:3% 0;
}

#pageMenu .facilities {
	background:url(../cmn_img/bg_img_facilities.png) repeat;
	padding:3% 0;
}

#pageMenu ul {
	width:1080px;
	margin:0 auto;
}

#pageMenu ul li {
	float:left;
	margin-right:15px;
	width:250px;
}

#pageMenu ul li:lastychild {
	margin-right:0;
}

#pageMenu ul li img { width: 100%;}


#pageMenu ul li a {
	text-decoration: none;
	color: #000000;
}

#pageMenu ul li a:hover {
	opacity: 0.5 ;
}

#pageMenu ul li span {
	display:block;
	font-family: 'Noto Sans Japanese';
	font-size: 0.9em;
	padding-top:10px;
	text-align:center;
	line-height:1.3;
	letter-spacing: 0.04em;
}

/*---------------------------*/
.pager {
    overflow: hidden;
}
 
.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}
 
.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}
 
.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 3px;
}
 
.pager ul li a {
    background: #EEE;
    color: #000;
    text-decoration: none;
}
 
.pager ul li a:hover,.pager ul li a.cr {
    background: #39b281;
    color: #FFF;
}







/*-- FOOTER --*/

#footer {
	background: #064377;
}


#footer #bnrList {
	margin: 0 auto;
	padding: 2% 0;
	width: 80%;
}
#footer #bnrList ul {
	clear: both;
	overflow: hidden;
}

#footer #bnrList ul li {
	float: left;
    padding: 0 5px 10px;
    width: 33.33%;
}

#footer #bnrList ul li img {
	height: auto;
	width: 100%;
}

#footer #ftsub {
	text-align: center;
}

#footer .ft_logo {
	margin: 0 auto;
	width: 60px;
}


#footer small.copy {
	color: #FFF;
	display: block;
	text-align: center;
	padding: 15px 0;
}



#footer #snsNavi {
	margin: 0 auto 60px;
	max-width: 324px;
}

#footer #snsNavi ul {
	border-collapse: separate;  
	border-spacing: 30px 0;
	display:table;
	table-layout:fixed;
	width:100%;
}

#footer #snsNavi ul li {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#footer #snsNavi ul li a {
	background:#FFF;
	border-radius:60px;
	display:block;
	color:#064377;
	font-size: 3.0rem;
	padding: 0.6em;
}














/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 1300px) {
}










#my-button {
	display: none;
	position: absolute;
	top: 13px;
	right: 7px;
	transition: 0.2s;
}
#my-button a {
	border-radius: 4px;
	display: block;
	text-decoration: none;
	padding: 9px 8px 5px;
}
#my-button a:hover {
	text-decoration: none;
}
#my-button .menuName {
	color: #064377;
	display: inline-block;
	font-size: 11px;
	padding-top: 7px;
	text-align: center;
}
.menu-trigger, .menu-trigger span {
	transition: all .4s;
	box-sizing: border-box;
	text-decoration: none;
}
.menu-trigger {
	position: relative;
	width: 42px;
	height: 30px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
html.mm-opened .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
#my-button a:hover .menu-trigger span {
}


a.roBtn:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}





@media only screen and (max-width: 1420px) {
	#header .hdR { max-width: 70%;} 
	#header .hdL { max-width: 30%;}
	#header .hdL .logo img { width: 147px;}
	#header .hdL .siteName {font-size: 1.2rem;}	
	
}

@media only screen and (max-width: 1200px) {
	#header .hdL .siteName { font-size: 1.0rem;}
	#header .hdR ul { table-layout: auto;}
}



@media only screen and (max-width: 1000px) {
	
#header .hdR { display: none;}
#header .hdL { max-width: 40%;}	
	#header .hdL .logo { width: 50%;}	
	#header .hdL .siteName { font-size: 1.4rem; width: 50%;}	

	
#my-button {
    display: block;
}
#breadChumbs {
    margin-bottom: 0;
    width: auto;
    position: static;
}
#breadChumbs p {
    font-size: 1rem;
}
	
#footer #bnrList {
	margin: 0 auto;
	width: 95%;
}	



}

@media only screen and (max-width: 850px) {
	#header { 
		background:#FFF;
		position: relative;
	}
	
	#header .hdL {
		max-width: 30%;
		width: 30%;
		position: absolute;
		left: 10px;
		top: 12px;
	}

	#header .hdL .spLogo {
		width: 100%;
	}

	#header .hdL .siteName {
		display: none;
	}

	#my-button .menuName {
		color: #064377;
	}

	.menu-trigger span {
		background-color: #064377;
}

	#footer #snsNavi {
	margin: 0 auto;
}
	
	
}


