@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300');
/* =======================================

	CommonElements

======================================= */
body{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	text-align: left;
	color: #000;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}
a:link { text-decoration:underline; color: #492e65;}
a:visited { text-decoration:underline; color: #492e65;}
a:active { text-decoration:underline; color: #492e65;}
a:hover { text-decoration:none; color: #492e65;}
@font-face {
	font-family: 'koma';
	src:url('/fonts/koma.eot?-78oayk');
	src:url('/fonts/koma.eot') format('embedded-opentype'),
		url('/fonts/koma.ttf?-78oayk') format('truetype'),
		url('/fonts/koma.woff?-78oayk') format('woff'),
		url('/fonts/koma.svg?-78oayk') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'hojin';
  src:
    url('/hojin/fonts/hojin.ttf?kwm2d7') format('truetype'),
    url('/hojin/fonts/hojin.woff?kwm2d7') format('woff'),
    url('/hojin/fonts/hojin.svg?kwm2d7') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconCheck:before {
  content: "\e901";
}
.iconTriangle:before {
  content: "\e608";
}
.iconArrowThin:before {
  content: "\e902";
}
.iconSchool:before {
  content: "\e900";
}
.iconSquareArrow:before {
  content: "\e609";
}
.iconArrow:before {
  content: "\e60b";
}
.iconBlank:before {
  content: "\e908";
}

@media only screen and (max-width: 980px) {
	body {
		min-width: 980px;
	}
}

@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
}

/* ------------------------------------
	header
------------------------------------ */
header .inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
header .inner h1 {
	width: 244px;
	margin: 45px 0 0 0;
	float: left;
}
header .inner h1 img {
	max-width: 100%;
	display: block;
}
header .inner ul {
	width: 500px;
	margin: 22px 0 17px 0;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
header .inner ul li {
	margin: 0 0 5px 10px;
	float: left;
	text-align: center;
}
header .inner ul li a {
	padding: 5px 5px 5px 20px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
	font-size: 0.857em;
}
header .inner ul li .internal:before,
header .inner ul li .external:before {
	font-family: "hojin";
	color: #492e65;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) scale(0.8);
	transform: translate(0, -50%) scale(0.8);
}
header .inner ul li .internal:before {
	content: "\e60b";
	left: 8px;
}
header .inner ul li .external:before {
	content: "\e908";
	left: 2px;
}
header .inner ul li a:hover {
	color: #492e65;
}

@media only screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 70px;
	}
	header .inner {
		width: 100%;
	}
	header .inner h1 {
		width: 200px;
		margin: 0;
		float: none;
		position: absolute;
		top: 21px;
		left: 5%;
		z-index: 1001;
	}
	header .inner ul {
		display: none;
	}
}

/* ------------------------------------
	nav
------------------------------------ */
#global {
	width: 100%;
	background: #492e65;
}
#global ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#global ul li {
	width: 196px;
	float: left;
	transition: all 0.3s ease-in-out;
}
#global ul li a {
	height: 70px;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	position: relative;
}
#global ul li a:before,
#global ul li:last-child a:after {
	content: "";
	width: 1px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 54%;
	background: rgba(255,255,255,0.2);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#global ul li:last-child a:after {
	left: auto;
	right: 0;
}
#global .message a {background: url(/hojin/files/common/nav-message.png) center 23px no-repeat;}
#global .history a {background: url(/hojin/files/common/nav-history.png) 81px 23px no-repeat;}
#global .about a {background: url(/hojin/files/common/nav-about.png) center 23px no-repeat;}
#global .access a {background: url(/hojin/files/common/nav-access.png) 63px 23px no-repeat;}
#global .contact a {background: url(/hojin/files/common/nav-contact.png) 44px 23px no-repeat;}
#global ul li:hover,
#global ul li.active {
	background: #3a2551;
}

@media only screen and (max-width: 768px) {
	#global {
		display: none;
	}
}

/* ------------------------------------
	spMenu
------------------------------------ */
#spMenu {
	display: none;
}

@media only screen and (max-width: 768px) {
	header #spMenu {
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 15px;
		right: 5%;
		z-index: 1;
	}
	header #spMenu #switchBtn {
		width: 100%;
		height: 100%;
		display: block;
		background: url(/hojin/files/common/btn_menu.png) no-repeat center center;
		background-size: 100% 100%;
	}
	header #spMenu #switchBtn.btnClose {
		background: url(/hojin/files/common/btn_close.png) no-repeat center center;
		background-size: 100% 100%;
	}
}

/* ------------------------------------
	spNav
------------------------------------ */
#spNav #global {
	display: block;
}

@media only screen and (max-width: 768px) {
	#spNav {
		width: 100%;
		position: absolute;
		top: 70px;
		left: 0;
		z-index: 10;
	}
	#spNav ul {
		display: none;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		text-align: left;
		overflow: hidden;
		background: #492e65;
	}
	#spNav ul:before {
		display: none;
	}
	#spNav ul li {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#spNav ul li a {
		height: auto;
		display: block;
		padding: 15px 5% 15px 10%;
		color: #FFF;
		text-indent: 0;
		font-weight: normal;
		text-decoration: none;
		background: none !important;
	}
	#spNav ul li a:before {
		content: none;
	}
	#spNav ul li a:after {
		content: "\e60b";
		font-family: "hojin";
		width: auto;
		height: auto;
		position: absolute;
		left: 5%;
		top: 50%;
		background: transparent;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	#spNav ul li.subNav {
		width: 50%;
		display: table;
		border-bottom: 1px solid #dbdbdb;
		border-left: 1px solid #dbdbdb;
	}
	#spNav ul li.subNav:nth-child(2n) {
		border-left: 1px solid #dbdbdb;
	}
	#spNav ul li.subNav:last-of-type {
		width: 100%;
	}
	#spNav ul li.subNav:last-of-type a:after {
		left: 5%;
	}
	#spNav ul li.subNav a {
		height: auto;
		display: block;
		padding: 15px 5% 15px 43px;
		color: #492e65;
		text-indent: 0;
		font-weight: normal;
		font-size: 0.857em;
		text-decoration: none;
		line-height: 1.5;
		background: #FFF !important;
	}
	#spNav ul li.subNav .internal:after,
	#spNav ul li.subNav .external:after {
		height: auto;
		font-family: "hojin";
		color: #492e65;
		position: absolute;
		top: 15px;
		left: 10%;
		background: none;
		-webkit-transform: none;
		transform: none;
	}
	#spNav ul li.subNav .internal:after {
		content: "\e60b";
	}
	#spNav ul li.subNav .external:after {
		content: "\e908";
	}
}

@media only screen and (min-width: 768px) {
	#spNav ul {
		display: none !important;
	}
}

/* ------------------------------------
	newsCont
------------------------------------ */
.newsCont ul {
	background-image: linear-gradient(to right, #000 1px, transparent 2px);
	background-position: left top;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.newsCont ul li {
	background-image: linear-gradient(to right, #000 1px, transparent 2px);
	background-position: left bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.newsCont ul li a {
	padding: 20px 0;
	color: #000;
	display: block;
	text-decoration: none;
}
.newsCont ul li.newsKU a {
	padding: 20px 30px 20px 0;
	position: relative;
}
.newsCont ul li.newsKU a:before {
	content: "\e908";
	font-family: "hojin";
	color: #492e65;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: scale(0.8) translate(0, -50%);
	transform: scale(0.8) translate(0, -50%);
}
.newsCont .date {
	margin: 0 20px 0 0;
	color: #492e65;
}
.new {
	margin: 0 10px 0 0;
	padding: 0 10px;
	display: inline-block;
	color: #FFF;
	background: #dc0000;
}
.newsCont .label {
	margin: 0 10px 0 0;
	padding: 0 10px;
	display: inline-block;
	color: #492e65;
	background: #e6e1ea;
}
.newsCont .label.hojin {
	padding: 2px 10px;
	background: #FFF;
	border: 1px solid #492e65;
}
.newsCont p {
	margin: 10px 0 0 0;
	font-size: 1.143em;
}

@media screen and (max-width: 768px){
	.newsCont .date {
		margin: 0 5px 0 0;
	}
	.new {
		margin: 0 5px 0 0;
		padding: 1px 10px;
		font-size: 0.857em;
	}
	.newsCont .label {
		margin: 5px 0;
		padding: 1px 10px;
		font-size: 0.857em;
	}
	.newsCont .label.hojin {
		padding: 0 10px;
	}
	.newsCont p {
		margin: 0;
	}
}

/* ------------------------------------
	btn
------------------------------------ */
a.btnMore {
	width: 180px;
	padding: 8px 20px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	color: #FFF;
	line-height: 1.3;
	border: 1px solid #dbdbdb;
	background: #492e65;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #FFF inset;
}
a.btnMore:before {
	content: "\e60b";
	font-family: "hojin";
	color: #FFF;
	position: absolute;
	top: 50%;
	right: 3px;
	-webkit-transform: translate(0, -50%) scale(0.8);
	transform: translate(0, -50%) scale(0.8);
}
a.btnMore:after {
	content: "";
	width: 50px;
	height: 155px;
	background: #fff;
	position: absolute;
	top: -50px;
	left: -75px;
	opacity: .2;
	transform: rotate(35deg);
	transition: all 150ms ease-out;
	z-index: 10;
}
/*PC Hover*/
@media only screen and (min-width: 768px) {
	a.btnMore:hover {
		background: #3a2551;
	}
	a.btnMore:hover:after {
		left: 120%;
	}
}

/* ------------------------------------
	footer
------------------------------------ */
footer {
	position: relative;
	background: url(/hojin/files/common/footer_bg.png);
}
footer .inner {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
footer .above {
	overflow: hidden;
	margin: 0 0 50px;
}
footer .above li {
	float: left;
}
footer .above li.ftBtnHome {
	margin: 10px 0 0 40px;
}
footer .above li.ftBtnHome a {
	padding: 4px 15px;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
	font-size: 0.857em;
	color: #000;
	border-radius: 3px;
	background: #f7f8fd;
}
footer .above li.ftBtnHome a:before {
	margin: 0 10px 0 0;
	content: "\e900";
	font-family: "hojin";
	color: #492e65;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
footer .ftSitemap {
	overflow: hidden;
}
footer .ftSitemap li {
	width: 170px;
	margin: 0 32px 30px 0;
	float: left;
	color: #FFF;
	font-weight: bold;
}
footer .ftSitemap li:nth-child(5n) {
	margin: 0 0 30px 0;
}
footer .ftSitemap li a {
	padding: 0 0 6px 20px;
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 0.857em;
	color: #FFF;
	text-decoration: none;
	background-image: linear-gradient(to right, #FFF 1px, transparent 2px);
	background-position: left bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
footer .ftSitemap li a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
	font-family: 'hojin';
	content: "\e609";
}
footer .ftSitemap .parent dt {
	margin: 0 0 5px;
}
footer .ftSitemap .parent dd li {
	margin: 0;
	padding: 0;

}
footer .ftSitemap .parent dd li a {
	padding: 0 0 0 15px;
	font-weight: normal;
	background: none;
}
footer .ftSitemap .parent dd li a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
	font-family: 'hojin';
	content: "\e60b";
}
footer .ftBanner {
    width: 980px;
    margin: 20px auto 0;
    text-align: center;
    letter-spacing: -0.4em;
}
footer .ftBanner li {
    margin: 0 20px 0 0;
    display: inline-block;
    letter-spacing: 0;
}
footer .ftBanner li:last-child {
	margin: 0;
}
.copyRights {
	padding: 25px 0;
	color: #FFF;
	text-align: center;
	font-size: 0.857em;
	letter-spacing: 1px;
	background: #000;
}

@media only screen and (max-width: 768px) {
	footer {
		width: 100%;
	}
	footer .inner {
		width: 100%;
		padding: 0;
	}
	footer .above {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	footer .above li {
		width: 250px;
		margin: 20px auto;
		float: none;
		display: block;
	}
	footer .above li img {
		width: 100%;
	}
	footer .above li.ftBtnHome {
		margin: 20px auto;
		text-align: center;
	}
	footer .above li.ftBtnHome a {
		margin: 0;
		padding: 7px 15px;
	}
	footer .ftSitemap li,
	footer .ftSitemap li:nth-child(5n) {
		width: 100%;
		margin: 0;
		float: none;
		margin: 0 0 1px 0;
		padding: 0;
		display: block;
		color: #FFF;
		position: relative;
	}
	footer .ftSitemap li a {
		padding: 15px 5%;
		display: block;
		background: rgba(255,255,255,0.2);
	}
	footer .ftSitemap li a:before {
		padding: 0 10px 0 0;
		position: static;
		content: "\e609";
		font-weight: normal;
	}
	footer .ftSitemap .parent dt {
		margin: 0;
	}
	footer .ftSitemap .parent dt a {
		padding: 15px 40px 15px 5%;
	}
	footer .ftSitemap .parent dt > span {
		width: 50px;
		height: 50px;
		display: block;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		background: url(/hojin/files/common/btn_ft_menu.png) no-repeat right center;
		background-size: 30px 15px !important;
	}
	footer .ftSitemap .parent dt.switch > span {
		background: url(/hojin/files/common/btn_ft_menu_close.png) no-repeat right center;
	}
	footer .ftSitemap .parent dd {
		display: none;
	}
	footer .ftSitemap .parent dd li a {
		padding: 10px 5%;
		display: block;
	}
	footer .ftSitemap .parent dd li a:before {
		padding: 0 10px 0 0;
		position: static;
		font-family: 'hojin';
		content: "\e60b";
	}
	footer .ftBanner {
		width: 90%;
		margin: 20px auto 10px;
	}
	footer .ftBanner li {
		width: 49%;
		margin: 0 2% 2% 0;
	}
	footer .ftBanner li:nth-child(2n) {
		margin: 0 0 2% 0;
	}
	footer .ftBanner li img {
		width: 100%;
		height: auto;
	}
	.copyRights {
		padding: 20px 10px;
		font-size: 0.7em;
		letter-spacing: 0;
	}
}

@media only screen and (min-width: 720px) {
	footer .ftSitemap .parent dd {
		display: block !important;
	}
}

/* ------------------------------------
	pageTopPC
------------------------------------ */
#pageTop {
	width: 90px;
	height: 65px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	background: url(/hojin/files/common/pagetop.png) no-repeat right bottom;
}

@media only screen and (max-width: 720px) {
	#pageTop {
		width: 60px;
		height: 42px;
		background-size: 100% auto;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
header .inner li a,
.linkCont a,
.newsCont li a,
footer a,
body:not(.setTb) #pageTop {
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
	body:not(.setTb) header .inner li a:hover,
	body:not(.setTb) .linkCont a:hover,
	body:not(.setTb) .newsCont li a:hover,
	body:not(.setTb) footer a:hover,
	body:not(.setTb) #pageTop:hover {
		opacity: 0.6;
	}
}

/* ------------------------------------
	ClearFixElements
------------------------------------ */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}