<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#l-wrap {
	padding-bottom: 0px;
}
#l-content {
	padding: 0;
	position: relative;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#l-content {
		padding: 0;
	}
}

#l-content .content-inner {
	*zoom: 1;
	width: 100%;
	margin: 0 auto;
}
.l-container {
	margin: 0;
}

#l-content .content-inner h2 {
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	font-size: 30px;
	font-size: 2.14286rem;
	text-align: center;
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 22px 0;
	text-shadow: none;
	height: auto;
	line-height: 1.1;
}
#l-content .content-inner h2:after {
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	position: absolute;
	left: 50%;
	bottom: 0;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #e60012;
}


/*----------------------------------------
	swiper
----------------------------------------*/
.swiper-container img {
	width: 100%;
}

.swiper-container .swiper-slide {
	position: relative;
}
.swiper-container .swiper-slide a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	background: #e60012 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet {
	background: #fff;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

/*----------------------------------------
	#mainVisual
----------------------------------------*/
#l-content #mainVisual {
	height: auto;
	position: relative;
}
#l-content #mainVisual img {
	height: auto;
	width: 100%;
}
.distinction #l-content #mainVisual img {
	height: auto;
	width: 100%;
	min-height: 500px;
	min-width: 1453px;
}
#l-content #mainVisual .leadset {
	position: absolute;
	top: 42%;
	left: 50%;
	margin: -112px 0 0 -300px;
	color: #fff;
	padding: 30px 10px;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
.distinction #l-content #mainVisual img {
	height: auto;
	width: 100%;
	margin-top:60px;
	min-height: inherit;
	min-width: inherit;
}
	#l-content #mainVisual .leadset {
		width: auto;
		color: #333;
		position: static;
		margin: 0;
		padding: 15px 20px;
		line-height: 1.8;
	}
	#l-content #mainVisual .leadset:before {
		display: none;
	}
}
#l-content #mainVisual .leadset .sub-title {
	font-size: 15px;
	font-size: 1.07142rem;
	width: 130px;
	margin: 0 auto;
	white-space: nowrap;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff3300;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	#l-content #mainVisual .leadset .sub-title {
		color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
}

#l-content #mainVisual .leadset h2 {
	margin: 25px 0 10px;
	font-size: 30px;
	font-size: 2.14285rem;
	font-weight: 100;
	line-height: 1.2;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	#l-content #mainVisual .leadset h2 {
		margin: 0 0 10px;
		font-size: 22px;
		font-size: 1.57142rem;
	}
}
#l-content #mainVisual .leadset h2 + p {
	z-index: 20;
	position: relative;
	margin-left: 18px;
	width: 544px;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	#l-content #mainVisual .leadset h2 + p {
		margin: 0;
		width: auto;
	}
	#l-content #mainVisual .leadset h2 + p:before {
		display: none;
	}
}

#mainVisual .maincatchcopy {
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 40px;
	font-family: 'Noto Sans Japanese';
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: 978px;
}
#mainVisual .maincatchcopy .title {
	font-size: 70px;
	font-size: 5.0rem;
}
#mainVisual .maincatchcopy .text {
	margin: 15px 0 0;
	font-size: 18px;
	font-size: 1.28571rem;
	line-height: 1.8;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	#l-content #mainVisual {
		max-width: 100%;
	}
	#l-content #mainVisual .maincatchcopy {
		width: 80%;
		margin: 25px auto 0;
		font-size: 24px;
		font-size: 1.71428rem;
	}
	#mainVisual .maincatchcopy .title {
		font-size: 24px;
		font-size: 1.71429rem;
		line-height: 1.3;
	}
	#mainVisual .maincatchcopy .text {
		margin: 10px 0 0;
		font-size: 14px;
		font-size: 1rem;
		line-height: 1.6;
	}
}

/*----------------------------------------
	news
----------------------------------------*/
.news {
	width: 100%;
	margin: auto;
	position: relative;
}
.news .news-header {
	width: 385px;
	background: #333333;
	text-align: center;
	padding: 25px 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.news .news-header .news-header-inner {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#l-content .news .news-header h2 {
	color: #ffffff;
}

.news .news-contents {
	width: 100%;
	position: relative;
	padding: 15px 25px 25px 415px;
	box-sizing: border-box;
}

.btn-wrap {
	text-align: center;
	margin: 20px 0;
}
.btn-arrow {
	display: inline-block;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
	font-size: 16px;
	font-size: 1.14286rem;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	.news {
		margin-bottom: 30px;
	}
	.news .news-header {
		width: 100%;
		padding: 25px 0;
		position: relative;
		top: 0;
		z-index: 1;
	}
	.news .news-header .news-header-inner {
		position: relative;
		top: inherit;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	#l-content .news .news-header h2 {
		color: #ffffff;
		margin: 0 !important;
	}
	.news .news-contents {
		width: 100%;
		position: relative;
		padding: 15px 0 0;
		box-sizing: border-box;
	}
}


/*----------------------------------------
	idx-menu
----------------------------------------*/

.idx-menu {
	height: auto;
}
.idx-menu ul li {
	text-indent: 0;
	list-style-type: none;
	position: relative;
	overflow: hidden;
}
.idx-menu ul li:before {
	content: "";
}
.idx-menu ul li img {
	height: auto;
	width: 100%;
	margin: 0;
}
.idx-menu ul li .text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.idx-menu ul li .text .title {
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	font-size: 40px;
	font-size: 2.85714rem;
	color: #fff;
	margin: 0 0 15px 0;
}
.idx-menu .l-row .l-col-m-6 {
	margin: 0;
	width: 50%;
}

.idx-menu .l-row .l-col-m-12 {
	margin-right: 0;
}

.section {
	margin-top: 60px;
	padding: 0 30px;
}
.section h2 {
	margin-bottom: 40px !important;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	.idx-menu ul li .text .title {
		font-size: 30px;
		font-size: 2.14286rem;
		margin: 0 0 15px 0;
	}
	.idx-menu .l-row .l-col-m-6 {
		width: 100%;
		margin-right: 0;
	}
	.idx-menu .l-row .l-col-m-12 {
		margin-right: 0;
	}
	
	.section {
		margin-top: 40px;
		padding: 0;
	}
	.section h2 {
		margin: 0 0 20px !important;
	}
}


/*----------------------------------------
	date-list
----------------------------------------*/
dl.date-list{
	overflow: hidden;
}
dl.date-list dt{
	padding : 15px 0 0;
	width : auto;
	float : none;
	clear : both;
	text-align: left;
	font-weight: normal;
}
dl.date-list dt:first-child {
	padding : 5px 0 0;
}
dl.date-list dt:after {
	content: "";
	display: inline-block;
	min-width: 5em;
	text-align: center;
	background: #3c4a89;
	padding: 4px 6px 3px;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
	font-size: 0.85714rem;
	line-height: 1.2;
}
dl.date-list dt.event:after {
	content: "イベント";
	background: #3c4a89;
}
dl.date-list dt.seminar:after {
	content: "セミナ―";
	background: #366c78;
}
dl.date-list dd{
	padding : 10px 0 10px;
	position: relative;
	border-bottom: 1px dotted #999;
}
dl.date-list dd:last-child:after {
	content: "";
	display: none;
}
dl.date-list a {
	text-decoration: none !important;
}

/*----------------------------------------
	link-list
----------------------------------------*/
ul.link-list li {
	*zoom: 1;
	margin: 0 0 20px !important;
	text-indent: 0;
	padding: 0;
	background: #f2f3f4;
}
ul.link-list li:before {
	content: "";
}
ul.link-list li:after {
	content: " ";
	display: table;
	clear: both;
}
ul.link-list li a {
	text-decoration: none !important;
	display: block;
	position: relative;
	overflow: hidden;
}
ul.link-list li a:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 16px;
	height: 16px;
	margin: -4px 0 0 -6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.link-list li a img {
	width: 124px !important;
	height: 100px !important;
	float: left;
	clear: both;
}
ul.link-list li a dl {
	padding: 0 30px 0 0;
	position: absolute;
	top: 50%;
	left: 140px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.link-list li a dl dt {
	color: #e60012;
	font-size: 20px;
	font-size: 1.42857rem;
	font-weight: 400;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	ul.link-list li a:after {
		top: 50%;
		right: 12px;
		width: 12px;
		height: 12px;
		margin: -4px 0 0 -6px;
	}
	ul.link-list li a img {
		width: 85px !important;
		height: auto !important;
	}
	ul.link-list li a dl {
		padding: 0 25px 0 0;
		top: 50%;
		left: 95px;
	}
	ul.link-list li a dl dt {
		font-size: 14px;
		font-size: 1rem;
		line-height: 1.2;
	}
	ul.link-list li a dl dd {
		font-size: 12px;
		font-size: 0.85714rem;
	}
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	dl.date-list dt,
	dl.date-list dd{
		padding-left: 10px;
		padding-right: 10px;
	}
	dl.date-list dt:first-child {
		padding: 5px 10px 0;
	}
	
	.section .l-col-m-6 {
		margin-bottom: 40px;
	}
	.section .l-col-m-6:last-child {
		margin-bottom: 0;
	}
}

/*----------------------------------------
	banners
----------------------------------------*/
#banners {
	*zoom: 1;
	width: 978px;
	margin: 60px auto 0;
}
#banners:after {
	content: " ";
	display: table;
	clear: both;
}
#banners img {
	width: auto !important;
	max-width: 100% !important;
	height: auto;
}
#recruit {
	margin: 60px 0 0;
	background: #e5e7e9;
	padding: 60px 30px;
	text-align: center;
	*zoom: 1;
}


@media screen and (min-width: 0px) and (max-width: 667px) {
	#banners {
		width: 100%;
		margin: 40px auto 0;
		padding: 10px;
		box-sizing: border-box;
	}
	#banners li {
		margin: 0 auto 10px;
	}
	
	#recruit {
		margin: 10px 0 0;
		background: #e5e7e9;
		padding: 30px 10px;
		text-align: center;
	}
}
</pre></body></html>