@charset "UTF-8";

/* ==================================================
FONT
================================================== */
html { font-size: 62.5%; }

body,
#allWrap {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #285548;

	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	font-feature-settings: 'liga'; /* IEサポート */
	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}

/*
--- URL ---
DNP 秀英丸ゴシック Std
https://fonts.adobe.com/fonts/dnp-shuei-mgothic-std

DNP 秀英明朝 Pr6N
https://fonts.adobe.com/fonts/dnp-shuei-mincho-pr6n

--- CSS ---
■DNP 秀英丸ゴシック Std - L
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 400;

■DNP 秀英丸ゴシック Std - B
font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;

■DNP 秀英明朝 Pr6N - M
font-family: dnp-shuei-mincho-pr6n, sans-serif;
font-weight: 500;
*/

.wf-m { font-weight: 500; }
.wf-en { font-weight: 800; font-family: agenda-extra-condensed,sans-serif; }

/* ==================================================
LINK
================================================== */
a:link { text-decoration: underline; color: #1c621d; }
a:visited { text-decoration: underline; color: #1c621d; }
a:hover { text-decoration: none; color: #1c621d; }
a:active { text-decoration: none; color: #1c621d; }
/*a { outline: 0; transition: opacity 0.4s ease-out 0s, color 0.4s ease-out 0s; }*/
:focus { outline: 0; }


/* ==================================================
VIEW SWITCH
================================================== */

/* View Switch
------------------------------ */
@media screen and (min-width: 769px) {
.spOnly { display: none !important; }
}

@media screen and (max-width: 768px) {
.pcOnly { display: none !important; }
}


/* ==================================================
PAGE BASE
================================================== */
body {
}

#allWrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.4rem;
	position: relative;
	min-width: 320px;
}

img, svg {
	display: block;
	margin: 0 auto;
}

p {
	line-height: 1.6;
}

p:not(:last-child) {
	margin-bottom: 2em;
}

i, em {
	display: inline-block;
}


/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {
}

@media screen and (max-width: 768px) {
}
/**/


/* ==================================================
GLOBAL NAVIGATION
================================================== */
#globalNav {
	margin: 0 auto 40px;
	padding: 30px 20px 0;
}

#globalNav ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	/*! max-width: 800px; */
	margin: 0 auto;
}

#globalNav ul li {
	width: calc(100% / 3 - 40px);
	max-width: 200px;
	margin: 0 20px;
}

#globalNav ul li a {
	position: relative;
	font-weight: 600;
	text-decoration: none;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	/*! height: 40px; */
	padding-bottom: 20px;
	color: #285548;
}

#globalNav ul li a::before,
#globalNav ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background: #285548;
}

#globalNav ul li a::before {
	bottom: -5px;
	width: 0%;
	height: 5px;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

#globalNav ul li a:hover::before {
	width: 100%;
	opacity: 1;
}

#globalNav ul .comingsoon {
}

#globalNav ul .comingsoon a {
	pointer-events: none;
	opacity: 0.4;
}

#pageMessage #globalNav ul li:nth-of-type(2) a {
	pointer-events: none;
}

#pageMessage #globalNav ul li:nth-of-type(2) a::before {
	width: 30%;
	opacity: 1;
}

#pageProgram #globalNav ul li:nth-of-type(3) a {
	pointer-events: none;
}

#pageProgram #globalNav ul li:nth-of-type(3) a::before {
	width: 30%;
	opacity: 1;
}


@media screen and (max-width: 768px) {
	#globalNav {
		padding: 20px 0 0;
		margin-bottom: 30px;
	}

	#globalNav ul {
	}

	#globalNav ul li {
		width: calc(28% - 20px);
		max-width: 200px;
		margin: 0 10px;
	}
	
	#globalNav ul li:nth-of-type(2) {
		width: calc(44% - 20px);
	}

	#globalNav ul li a {
		font-size: 1.4rem;
	}

	#globalNav ul li a::before,
	#globalNav ul li a::after {
	}

	#globalNav ul li a::before {
	}

	#globalNav ul li a:hover::before {
	}

	#globalNav ul .comingsoon {
	}

	#globalNav ul .comingsoon a {
	}

	#pageMessage #globalNav ul li:nth-of-type(2) a {
	}

	#pageMessage #globalNav ul li:nth-of-type(2) a::before {
	}
}


/* ==================================================
HEADER for Subpage
================================================== */
#hdrWrap-subpage {
	padding: 0 20px;
	/*! max-width: 1600px; */
	margin: 0 auto 150px;
}

#hdrWrap-subpage .hdrVisual {
	position: relative;
	background: url("../img/hdr_visual.jpg") no-repeat center center;
	background-size: cover;
	height: 260px;
}

#hdrWrap-subpage .hdrVisual h1 {
	background: #fff;
	width: 80%;
	max-width: 1200px;
	padding: 70px 20px 0;
	margin: 0 auto;
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
}

#hdrWrap-subpage .hdrVisual h1 a {
	text-decoration: none;
}

#hdrWrap-subpage .hdrVisual h1 img {
	width: 70%;
	max-width: 540px;
}


@media screen and (max-width: 768px) {
	#hdrWrap-subpage {
		margin: 0 auto 40px;
		padding: 0 10px;
	}

	#hdrWrap-subpage .hdrVisual {
		height: 300px;
	}

	#hdrWrap-subpage .hdrVisual h1 {
		width: 80%;
		padding: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 120px;
		max-width: 420px;
	}

	#hdrWrap-subpage .hdrVisual h1 img {
		width: 90%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 370px;
	}
}


/* ==================================================
FOOTER
================================================== */
#ftrWrap {
	padding: 40px 3%;
	background: #000;
	border-top: 2px solid #fff;
}

#ftrWrap .foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#ftrWrap .foot .logo {
	width: 160px;
}

#ftrWrap .foot .logo a {
}

#ftrWrap .foot .logo a img {
}

#ftrWrap .foot .copyright {
	font-size: 1.2rem;
	text-align: right;
	color: #fff;
}

#ftrWrap .foot .copyright b {
	display: inline-block;
	margin-right: 3px;
}

@media screen and (max-width: 900px) {
	#ftrWrap {
	}

	#ftrWrap .pagetop {
	}

	#ftrWrap .pagetop a {
	}

	#ftrWrap .pagetop a::before {
	}

	#ftrWrap .pagetop a:hover {
	}

	#ftrWrap .foot {
		flex-direction: column;
	}

	#ftrWrap .foot .logo {
		margin-bottom: 20px;
	}

	#ftrWrap .foot .logo a {
	}

	#ftrWrap .foot .logo a img {
	}

	#ftrWrap .foot .copyright {
	}

	#ftrWrap .foot .copyright b {
	}
}

/* ==================================================
ANIMATION
================================================== */
#allWrap {
	will-change: animation;
	animation: accessFadein 1.2s ease-out 0s both;
}

@keyframes accessFadein {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opacity: 1; }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ==================================================
OTHERS
================================================== */

.scrollto {/**/}

/* clrfix */
.clrfix::before, .clrfix::after { display: table; content: ''; }
.clrfix::after { clear: both; }

/* iOS フルサイズディスプレイ対応 */
.vfit-cover {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}


/*

<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- ##########　HTML コメントアウト記述ルール　######################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->


<!-- ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ///// メインコンテンツエリア（編集エリア） ///////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->

<!-- //////////////////////////////////////////////////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ -->

<!-- ==================== 大ブロックエリア ==================== -->
<!-- ==================== //大ブロックエリア ==================== -->

<!-- ***** 中ブロックエリア *************** -->
<!-- ***** //中ブロックエリア *************** -->

<!-- #ID名 -->
<!-- //#ID名 -->

<!-- .class名 -->
<!-- //.class名 -->

<!-- [memo] -->
<!-- //[memo] -->


<!-- ※※※※※ INCLUDE - HEADER ※※※※※ -->
<!--#include virtual="/common/inc_header.html"-->
<!-- ※※※※※ //INCLUDE - HEADER ※※※※※ -->

<!-- ※※※※※ INCLUDE - FOOTER ※※※※※ -->
<!--#include virtual="/common/inc_footer.html"-->
<!-- ※※※※※ //INCLUDE - FOOTER ※※※※※ -->

<!--
[ id/class Name List ]
wrap > area > (group) > set > box

[ memmo ]
TOPページ → <body id="pageHome">
Newsページ(第2階層) → <body id="pageNews" class="subPage">
-->
*/


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　コメントアウト記述ルール　############################################################## */
/* #################################################################################################### */
/* #################################################################################################### */


/* //////////////////////////////////////////////////////////////////// */
/* ///// ブロック区切り /////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */
