@charset "UTF-8";
/* CSS Document */
/*  page common
-----------------------------------*/
.wrap {
	padding: 0 15px;
}
/*  ヘッダー周り
-----------------------------------*/
header {
	width: 100%;
}
header .head_bg {
	background: linear-gradient(180deg, rgb(103, 0, 103), rgb(152, 48, 186));
}
header .wrap {
	padding: 20px 15px 0 15px;
}
header .head_title {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header .head_title h1 {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: center;
	margin-top: -0.1em;
	margin-bottom: -0.1em;
	color: #FFFFFF;
}
header .head_title p {
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: -0.1em;
	color: #FFFFFF;
}
header .jssp_logo {
	width: 140px;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
	header {}
	header .wrap {
		padding: 2.6666vw 15px;
	}
	header .head_title {}
	header .head_title h1 {
		font-size: 6.66666vw; /*50*/
		margin-top: 1.33333vw; /*10*/
	}
	header .head_title p {
		font-size: 2.4vw;
		margin-top: 0.7vw;
	}
	header .jssp_logo {
		width: 100px;
		position: static;
		-webkit-transform: translateY(-0%);
		transform: translateY(-0%);
		margin-left: auto;
		margin-right: auto;
	}
}
/* nav */
.head_nav {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.head_nav .sp_nav_but {
	display: none;
}
.head_nav .sp_inner {
	display: block;
	height: auto;
}
.head_nav .sp_inner.view {
	display: block;
	height: auto;
}
.head_nav nav {}
.head_nav nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.head_nav nav li {
	width: calc(100% / 6); /* 6項目の場合*/
	text-align: center;
	transition: all .3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.head_nav nav li:hover {
	background-color: #642878;
}
.head_nav nav li a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media screen and (min-width: 749px) {
	.head_nav nav li a:hover {
		color: #FFFFFF;
	}
}
.pageNavToggle {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	/*background: #FFFFFF;
	color: #595757;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #595757;*/
}
.pageNavToggle span {
	display: block;
	position: absolute;
	width: 16px;
	border-bottom: solid 2px #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 2px;
}
.pageNavToggle span:nth-child(1) {
	top: 4px;
}
.pageNavToggle span:nth-child(2) {
	top: 9px;
}
.pageNavToggle span:nth-child(3) {
	top: 14px;
}
.pageNavToggle.view span:nth-child(1) {
	top: 9px;
	left: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pageNavToggle.view span:nth-child(2), .pageNavToggle.view span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
	.head_nav {
		width: 100%;
		margin-top: 2.66666vw;
	}
	.head_nav .sp_nav_but {
		display: block;
		color: #FFFFFF;
		cursor: pointer;
		text-align: center;
		width: 20px;
		height: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2.66666vw;
		position: relative;
	}
	.head_nav .sp_inner {
		width: 100%;
		/*display: none;*/
		height: 0px;
		overflow: hidden;
		transition: all .5s ease;
	}
	.head_nav .sp_inner.view {
		height: 352px;
	}
	.head_nav nav {}
	.head_nav nav ul {
		display: block;
		padding: 10px 0;
	}
	.head_nav nav li {
		width: 100%;
		border-bottom: 1px solid #FFFFFF;
	}
	.head_nav nav li:first-child {
		border-top: 1px solid #FFFFFF;
	}
	.head_nav nav li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
header .head_kv {
	width: 100%;
	position: relative;
}
header .head_kv img {
	width: 100%;
	height: auto;
}
header .head_kv_txt {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 10px;
	background-color: rgba(0, 0, 0, .5);
}
header .head_txt {
	font-size: 40px;
	line-height: 1.5em;
	text-align: left;
	color: #FFFFFF;
	font-weight: 500;
}
header .head_txt_sub {
	font-size: 30px;
	line-height: 1.5em;
	text-align: left;
	color: #FFFFFF;
	font-weight: 400;
}
@media screen and (max-width: 940px) {
	header .head_kv_txt {
		width: 100%;
		left: 0px;
		bottom: 0px;
	}
	header .head_txt {
		font-size: 4vw; /*30px*/
		text-align: center;
	}
	header .head_txt_sub {
		font-size: 2.4vw; /*18*/
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	header .head_kv {
		margin-top: 0px;
	}
	header .head_kv img {}
	header .head_kv_txt {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		left: 0px;
		bottom: 0px;
	}
	header .head_txt {
		font-size: 3.46666vw; /*26px*/
		text-align: center;
	}
	header .head_txt_sub {
		font-size: 2.4vw; /*18*/
		text-align: center;
	}
}
/*  ページリンク
-----------------------------------*/
.page_link {
	width: 100%;
	margin: 10px 0 30px 0;
}
.page_link_box {
	max-width: 1200px;
	margin: 0 auto;
}
.page_link_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page_link_box li {
	width: calc((100% / 4) - 60px); /* 4項目の場合*/
	text-align: center;
	transition: all .3s ease;
	background-color: #E3D3E7;
	border: 2px solid #670067;
	padding: 10px 5px;
	border-radius: 5px;
	position: relative;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px 15px 0 15px;
}
.page_link_box li span {}
.page_link_box li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
@media screen and (min-width: 749px) {
	.page_link_box li:hover {
		color: #FFFFFF;
		background-color: #670067;
	}
}
@media screen and (max-width: 750px) {
	.page_link {}
	.page_link_box {}
	.page_link_box ul {
		display: block;
	}
	.page_link_box li {
		width: calc(100% - 15px);
		margin: 20px 0 0 0;
	}
	.page_link_box li span {}
	.page_link_box li a {}
}
/*  インフォメーションブロック
-----------------------------------*/
.info {
	width: 100%;
	margin: 10px 0 30px 0;
}
.info_box {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.info_box .news_box {
	width: 100%;
	max-width: 870px;
	margin: 10px 30px 0 0;
}
.info_box .news_box h2 {
	font-size: 16px;
	margin-left: 15px;
}
.info_box .news_box ul {
	min-height: auto;
	max-height: 900px;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #333333;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #FFFFFF;
}
.info_box .news_box li {
	display: flex;
	border-top: 1px solid #333333;
	padding: 20px 0;
}
.info_box .news_box li:first-child {
	border-top: none;
	padding-top: 0;
}
.info_box .news_box li:last-child {
	padding-bottom: 0;
}
.info_box .news_box li .news_tate {
	margin-right: 20px;
}
.info_box .news_box li .news_txt {
	word-break: break-all;
}
.info_box .company_box {
	width: 200px;
	margin: 10px 0 0 0;
}
.info_box .company_box h2 {
	font-size: 16px;
	text-align: center;
}
.info_box .company_box ul {
	width: 100%;
	display: block;
}
.info_box .company_box li {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
}
.info_box .company_box li img {
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.info {}
	.info_box {
		display: block;
	}
	.info_box .news_box {}
	.info_box .news_box ul {
		min-height: 200px;
		max-height: 200px;
	}
	.info_box .news_box li {
		display: block;
	}
	.info_box .news_box li .news_tate {}
	.info_box .news_box li .news_txt {}
	.info_box .company_box {
		width: 100%;
		margin-top: 30px;
	}
	.info_box .company_box ul {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.info_box .company_box li {
		width: 100%;
		max-width: 150px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.info_box .company_box li img {
		width: 100%;
		height: auto;
	}
}
/*  フッターブロック
-----------------------------------*/
footer {
	width: 100%;
	background-color: #cccccc;color: #333333;
}
.footer_wrap {
	padding: 30px 15px;
	
}
.footer_wrap .footer_txt {
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
}