@charset "utf-8";

.header {
	position: relative;
}
.headerLine {
	position: fixed;
 	top: -105px;
	width: 100%;
	z-index: 999;
	transition: .3s !important;
	border-bottom: 1px solid #e0dedc;
}
.headerLine.scroll {
	top: 0;
}
.headerLine.fixd {
	top: 0;
}
.headerLine a,
.headerLine span {
	font-size: 12px;
}

/*logoArea*/
.headLogoArea {
	height: 60px;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	top: 0;
	overflow: hidden;
}
.headLogoArea .w970 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.headLogoArea .logo,
.headLogoArea .date {
	flex-grow: 1;
	flex-basis: auto;
}
.headLogoArea .logoAreaLink {
	flex-basis: 135px;
}
.headLogoArea .btnArea {
	flex-basis: 70px;
}
.headLogoArea .logo {
	display: inline-block;
	width: auto;
	line-height: 52px;
	width: 133px;
	margin-top: 4px;
}
.headLogoArea .date {
	display: inline-block;
	color: #555859;
	font-weight: bold;
	margin-left: 24px;
	text-align: right;
}
.headLogoArea .date span {
	font-size: 12px;
}
.headLogoArea .logo,
.headLogoArea .date{
	vertical-align: top;
}
.headLogoArea .btnArea.en {
	margin-left: 183px;
}
.headLogoArea .btnArea {
	display: inline-block;
	margin-left: 5px;
	font-size: 0;
}
.headLogoArea .btnArea .btnAreaLeft {
	display: inline-block;
}
.headLogoArea .btnArea .btnAreaLeft .language {
	text-align: right;
}
.headLogoArea .btnArea .btnAreaLeft .language a.jp,
.headLogoArea .btnArea .btnAreaLeft .language span.jp{
  background-color: #555859;
	color: #fff;
}
.headLogoArea .btnArea .btnAreaLeft .language.language_en a.jp,
.headLogoArea .btnArea .btnAreaLeft .language.language_en span.jp{
	background-color: #fff;
}
.headLogoArea .btnArea .btnAreaLeft .language a,
.headLogoArea .btnArea .btnAreaLeft .language span{
	display: inline-block;
	border: #555859 solid 1px;
	border-radius: 10px;
	color: #555859;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 18px;
	line-height: 18px;
	margin-bottom: 4px;
	text-decoration: none;
}
.headLogoArea .btnArea .btnAreaLeft .language a:hover {
	text-decoration: none;
}
.logoAreaLink {
	float: right;
	display: block;
	margin-left: 10px;
}
.logoAreaLink ul li {
	margin-top: 10px;
}
.logoAreaLink ul li:last-child {
	margin-top: 5px;
}
.logoAreaLink ul li a,
.logoAreaLink ul li span {
	color: #555859;
	padding: 0;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
}
.logoAreaLink ul li a:before,
.logoAreaLink ul li span:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.logoAreaLink ul li a:before,
.logoAreaLink ul li span:before{
	content: "\f0a9";
	margin-right: 3px;
}
.logoAreaLink ul li a:hover {
	text-decoration: underline;
}
.logoAreaLink ul li a .fa-external-link,
.logoAreaLink ul li a .fa-file-pdf-o,
.hNav>ul>li>ul>li a .fa-external-link,
.logoAreaLink ul li span .fa-external-link,
.logoAreaLink ul li span .fa-file-pdf-o,
.hNav>ul>li>ul>li span .fa-external-link{
	margin-left: 3px;
}
.logoAreaLink .jp_en a,
.logoAreaLink .jp_en span {
	width: 100%;
	display: block;
	border: 1px solid #555859;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

/*headerNav*/
.navWrap { display: none; }
.navWrap.on {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.hNav {
	background-color: #fff;
}
.header.fixe .hNav {
	top: 60px;
	width: 100%;
	z-index: 9999;
	border-top: 1px solid #387099;
}
.lowerPage .hNav {
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 102;
}
.hNav>ul {
	width: 970px;
	margin: 0 auto;
	border-left: 1px solid #dfdddb;
}
.hNav>ul>li {
	display: block;
	border-right: 1px solid #dfdddb;
	width: 193px;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 100;
}
.hNav>ul>li:hover {
	overflow: visible;
}
.about_left_border{
	border-left: 1px solid #dfdddb;
}
.hNav>ul>li>a,
.hNav>ul>li>span {
	display: block;
	text-align: center;
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #555859;
	text-decoration: none;
	border-top: #fff solid 3px;
}
.hNav>ul>li>span {
	color: #555859;
}
.en {
  opacity: 1;
}
.btnArea p a.en:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@media only screen and (min-width: 769px) {
	.headerLine {
		height: 102px;
	}
	.hNav {
		border-top: 1px solid #dfdddb;
	}
	.hNav>ul>li {
		width: 156px;
	}
	.hNav>ul>li.sns.pc {
		width: 82px;
		border: none;
	}
	.hNav>ul>li.sns.pc>a {
		float: left;
		width: 40px;
		border: none;
	}
	.hNav>ul>li:hover>a {
		border-top: #4063cb solid 3px;
	}
	.hNav>ul>li.preK {
		background-color: #dfa01e;
		width: 189px;
		border: none;
	}
	.hNav>ul>li.preK.gray_out{
		background-color: #f3e6cc;
	}
	.hNav>ul>li.preK a.preregi,
	.hNav>ul>li.preK span.preregi{
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.2em;
		padding-top: 6px;
		border-top: none;
	}
	.hNav>ul>li.preK:hover {
		opacity: 0.8;
	}
	.hNav>ul>li.preK.gray_out:hover {
		opacity: 1;
	}
	.hNav>ul>li>ul {
		border-top: #dfdddb solid 1px;
		border-right: #dfdddb solid 1px;
		border-left: #dfdddb solid 1px;
		width: 312px;
		position: absolute;
		top: 40px;
		left: 0;
	}
	.hNav>ul>li>ul>li {
		border-bottom: 1px solid #d8dbda;
		background-color: #fff;
		float: none;
	}
	.hNav>ul>li>ul>li:hover {
		background-color: rgba(64, 99, 203, 0.95);
		color: #fff;
	}
	.hNav>ul>li>ul>li a,
	.hNav>ul>li>ul>li span {
		display: block;
		font-size: 12px;
		padding: 10px 5px 10px 10px;
		color: #000;
		text-decoration: none;
	}
	.hNav>ul>li>ul>li a:hover {
		color: #fff;
	}
	.hNav>ul>li>ul>li.grayout:hover {
		background-color: #fff;
	}
	.hNav>ul>li>ul>li a .fa-arrow-circle-right,
	.hNav>ul>li>ul>li span .fa-arrow-circle-right {
		display: none;
	}

	.logoAreaLink ul li span.grayout {
		opacity: 0.3;
	}
	.hNav>ul>li>span.grayout,
	.hNav>ul>li>ul>li.grayout>span,
	.hNav>ul>li>ul>li.grayout:hover>span {
		opacity: 0.3;
	}
	.hNav>ul>li.preK.grayout {
		opacity: 0.3;
	}

	.hNav>ul>li>ul>li span.icon_reco {
		display: inline-block;
		margin-left: 10px;
		padding: 2px 5px;
		background-color: #0093c6;
		border-radius: 1em;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
}

@media only screen and (max-width: 768px) {
	.headLogoArea .logo img {
		vertical-align: middle;
		width: 133px;
	}
	.hNav>ul {
		background-color: rgba(255,255,255,0.95);
		width: 100%;
		height: 100vh;
		padding-bottom: 30px;
	}
	.hNav>ul>li {
		position: unset;
		float: none;
		width: 100%;
		border-right: none;
	}
	.hNav>ul>li:hover {
		overflow: visible;
	}
	.hNav>ul>li:hover>a,
	.hNav>ul>li:hover>span{
		opacity: 1;
	}
	.hNav>ul>li.home {
	  border-top: 1px solid #e0dedc;
	}
	.hNav>ul>li.infoArea {
		width: 94%;
		margin: 75px auto 0;
		border: none;
	}
	.hNav>ul>li.infoArea.infoArea_en {
		width: 94%;
		margin: 7% auto;
		border: none;
  }
	.hNav>ul>li.infoArea .date {
		margin-bottom: 5%;
		width: 76%;
		float: left;
		color: #555859;
	}
	.hNav>ul>li.infoArea .date.sp {
		font-size: 14px;
	}
	.hNav>ul>li.infoArea .date span {
		font-size: 11px;
		display: inline;
		padding: 0;
		border-bottom: none;
		line-height: 0;
	}
	.hNav>ul>li.infoArea .btnArea {
		display: inline-block;
		overflow: hidden;
		float: right;
		font-size: 0;
		width: 20%;
	}
	.headLogoArea .btnArea .btnAreaLeft {
			display: inline-block;
	}
	.hNav>ul>li.infoArea .btnArea a,
	.hNav>ul>li.infoArea .btnArea span{
		background-color: #555859;
		border-radius: 11px;
		color: #fff;
		display: block;
		text-align: center;
		font-size: 11px;
		line-height: 2em;
		margin-bottom: 4px;
		text-decoration: none;
	}
	.hNav>ul>li.infoArea .btnArea {
			display: inline-block;
	}
	.hNav>ul>li a,
	.hNav>ul>li span{
		border-top: none;
		color: #555859;
		width: 100%;
		height: auto;
		padding: 0 0 0 4%;
		text-align: left;
		line-height: 3em;
	}
	.hNav>ul>li a:hover {
		color: #63a5cd;
	}
	.hNav>ul>li .preregi {
		border: none;
		border-radius: 30px;
		color: #fff;
		margin: 10px 3.125% 0;
    font-size: 14px;
    line-height: 3em;
		padding: 0;
		width: auto;
		padding-left: 5%;
	}
	.hNav>ul>li.preK .preregi {
		background-color: #dfa01e;
	}
	.hNav>ul>li.preK.gray_out .preregi{
		background-color: #f3e6cc;
	}
	.hNav>ul>li>a.preregi:hover {
		opacity: 0.7;
		color: #fff;
	}
	.hNav>ul>li.home .fa-home {
		margin-right: 4%;
	}
	.hNav>ul>li a.cd-subnav-trigger {
		margin: 0;
		padding-left: 4%;
		line-height: 3em;
		font-weight: normal;
	}
	.hNav>ul>li a.cd-subnav-trigger.open {
		transition: all .2s;
	}
	.hNav>ul>li a.cd-subnav-trigger:before,
	.hNav>ul>li a.cd-subnav-trigger.open:before,
	.hNav>ul>li>ul>li a:before,
	.hNav>ul>li span.cd-subnav-trigger:before,
	.hNav>ul>li span.cd-subnav-trigger.open:before,
	.hNav>ul>li>ul>li span:before{
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.hNav>ul>li a.cd-subnav-trigger:before,
	.hNav>ul>li span.cd-subnav-trigger:before{
		content: "\f055";
		margin-right: 4%;
	}
	.hNav>ul>li a.cd-subnav-trigger.open:before,
	.hNav>ul>li span.cd-subnav-trigger.open:before{
		content: "\f056";
		margin-right: 4%;
	}
	.hNav>ul>li>ul {
		display: none;
		top: 0;
		left: 0;
	}
	.hNav>ul>li>ul>li {
		width: 100%;
	}
	.hNav>ul>li>ul:hover {
		color: #61a7ee;
	}
	.hNav>ul>li>ul>li a,
	.hNav>ul>li>ul>li span {
		color: #61a7ee;
		font-size: 14px;
		width: 100%;
		height: auto;
		padding-left: calc(8% + 2.2em);
		text-align: left;
		line-height: 3em;
		text-indent: -.6em;
	}
	.hNav>ul>li>ul>li a:before,
	.hNav>ul>li>ul>li span:before{
		content: "\f0a9";
		margin-right: 5px;
	}
	.hNav>ul>li>ul>li a:hover {
		text-decoration: none;
	}
	.hNav>ul>li>ul>li a i.fa-external-link,
	.hNav>ul>li>ul>li a i.fa-file-pdf-o{
		margin-left: .8em;
	}
	.hNav>ul>li>ul>li.sl a,
	.hNav>ul>li>ul>li.sl span {
		padding-top: 2%;
		padding-bottom: 2%;
		line-height: 1.8em;
	}
	.menu_over {
		margin-bottom: 10vh;
	}
	.hNav>ul>li.sns a {
		border: 2px solid #61a7ee;
		border-radius: 4px;
		color: #61a7ee;
		margin: 10px 3.125% 0;
    font-size: 14px;
    line-height: 36px;
		width: 93.75%;
		float: left;
		display: block;
		padding: 0 10px;
	}

	.hNav>ul>li>ul>li span .fa-external-link{
		margin-left: 10px;
	}
	.hNav>ul>li>span.grayout,
	.hNav>ul>li>ul>li.grayout span {
		opacity: 0.3;
	}
	.hNav>ul>li.preK.grayout span.preregi {
		opacity: 0.3;
	}

	.hNav>ul>li>ul>li span.icon_reco {
	  display: inline-block;
		margin-left: 10px;
		padding: 2px 5px;
	  background-color: #0093c6;
	  border-radius: 2em;
	  color: #fff;
	  font-size: 12px;
	  font-weight: bold;
		width: auto;
		line-height: 1.5;
		text-indent: 0;
	}
	.hNav>ul>li>ul>li span.icon_reco:before {
		content: none;
	}
}
