<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 5!important;
	margin-top: 90px;
}
.top-image .txt {
	width: 90%;
	max-width: 862px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari逕ｨ */
	transform: translate(-50%, -50%);
	z-index: 1;
}
.top-image .txt h1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.top-image .photo {
	width: 100%;
	line-height: 100%;
	overflow: hidden;
}

.top-main-cont {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.top-front-cont {
	width: 100%;
	position: relative;
}
.top-front-cont .photo {
		display: block;
}
.top-front-cont .photo-l {
		display: none;
}
.top-front-cont .inner {
	width: 90%;
	max-width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -45%); /* Safari逕ｨ */
	transform: translate(-50%, -45%);
	
	z-index: 2!important;
	
	padding-top: 30px;
}
.top-front-cont .inner dl {
	width: 50%;
	display: block;
	float: left;
}
.top-front-cont .inner dl dt {
	background-color: #FFF;
}
.top-front-cont .inner dl dd a {
	width: 100%;
	max-width: 350px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../../../images/b_arrow_w.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 25px 10px;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.top-front-cont .inner dl dd a:hover {
	background-position: right 10px center;
}
.top-front-cont .inner dl:nth-of-type(odd) {
	margin-top: -5%;
}
.top-front-cont .inner dl:nth-of-type(even) {
	margin-top: 5%;
}
.top-front-cont .inner dl:nth-of-type(odd) dd a {
	background-color: #000;
}
.top-front-cont .inner dl:nth-of-type(even) dd a {
	background-color: #ff3000;
	margin: 0 0 0 auto;
}

.interview-menu {
	width: 100%;
	background-image: url(../../images/interview_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.interview-menu h1 {
	font-size: 4.5rem;
	line-height: 110%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	margin-top: 80px;
}
.interview-menu h1 span {
	font-size: 1.5rem;
	display: block;
}
.interview-menu .inner {
	width: 90%;
	max-width: 1000px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin: 0 auto;
}
.interview-menu .inner a {
	width: 23.5%;
	display: block;
	text-decoration: none;
	margin-top: 5%;
}
.interview-menu .inner a dl dd {
	color: #FFF;
	text-align: center;
	background-image: url(../../../images/b_arrow_w.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 25px 10px;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.interview-menu .inner a:hover dl dd {
	background-position: right 10px center;
}
.interview-menu .inner a:nth-of-type(even) dl {
	background-color: #ff3000;
}
.interview-menu .inner a:nth-of-type(odd) dl {
	background-color: #000;
}

.top-photo {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 80px auto 0;
}
.top-photo a {
	width: 80%;
	max-width: 450px;
	display: block;
	position: absolute;
	font-size: 2rem;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #ff3000;
	background-image: url(../../images/b_arrow_w.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari逕ｨ */
	transform: translate(-50%, -50%);
	z-index: 2!important;
	
	padding: 18px 10px;
}
.top-photo a:hover {
	background-position: right 10px center;
}

.top-entry {
	width: 90%;
	max-width: 1000px;
	display: table;
	position: relative;
	margin: 80px auto 0;
}
.top-entry a {
	width: 50%;
	display: table-cell;
	font-size: 2rem;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #ff3000;
	background-image: url(../../images/b_arrow_w.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 30px 10px;
}
.top-entry a:hover {
	background-position: right 10px center;
}
.top-entry a:nth-of-type(2) {
	background-color: #666;
}


/* cf */

.top-front-cont .inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* top img */

.top-image img,.top-front-cont img,.interview-menu a dl dt img,.top-photo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width: 1300px) {
	
	.top-front-cont .photo {
		display: none;
	}
	.top-front-cont .photo-l {
		display: block;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 1100px) {
	
	.top-image {
		margin-top: 100px;
	}
	
}
@media only screen and (min-width:1px) and (max-width: 900px) {
	
	.top-image {
		margin-top: 100px;
	}
	
}
@media only screen and (min-width:1px) and (max-width: 820px) {
	.top-image {
		margin-top: 78px;
	}
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
		margin-top: 66px;
	}
	.top-front-cont .photo {
		display: none;
	}
	.top-front-cont .inner {
		width: 100%;
		max-width: 1000px;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari逕ｨ */
		transform: translate(0, 0);

		z-index: 2!important;
		
		margin-top: 8%;
		padding-top: 0;
	}
	.top-front-cont .inner dl {
		width: 50%;
		display: block;
		float: left;
	}
	.top-front-cont .inner dl dt {
		background-color: #FFF;
	}
	.top-front-cont .inner dl dd a {
		width: 100%;
		max-width: 100%;
		color: #FFF;
		text-align: center;
		background-image: url(../../../images/b_arrow_w.png);
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: auto;
		padding: 18px 10px;

		/* animation */
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.top-front-cont .inner dl dd a:hover {
		background-position: right 10px center;
	}
	.top-front-cont .inner dl:nth-of-type(odd) {
		margin-top: 0;
	}
	.top-front-cont .inner dl:nth-of-type(even) {
		margin-top: 0;
	}
	
	.interview-menu h1 {
		font-size: 3rem;
		margin-top: 8%;
	}
	.interview-menu h1 span {
		font-size: 1.5rem;
		display: block;
	}
	.interview-menu .inner a {
		width: 30%;
	}
	.interview-menu .inner a dl dd {
		padding: 18px 10px;
	}
	.interview-menu .inner:after {
		width: 30%;
		content:" ";
		display:block;
	}
	.top-photo {
		margin: 8% auto 0;
	}
	.top-photo a {
		width: 70%;
		max-width: 450px;
		display: block;
		position: absolute;
		font-size: 1.6rem;
		padding: 15px 10px;
	}
	.top-photo a:hover {
		background-position: right 10px center;
	}
	
	.top-entry {
		width: 90%;
		max-width: 1000px;
		display: block;
		position: relative;
		margin: 8% auto 0;
	}
	.top-entry a {
		width: 100%;
		display: block;
		font-size: 1.6rem;
		padding: 15px 10px;
	}
	.top-entry a:hover {
		background-position: right 10px center;
	}
	.top-entry a:nth-of-type(2) {
		background-color: #666;
		margin-top: 3%;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	.interview-menu .inner a {
		width: 48%;
	}
	.interview-menu .inner a dl dd {
		padding: 10px;
	}
	.interview-menu .inner:after {
		display:none;
	}
	
}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	


}

</pre></body></html>