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

/* ************************** Career ************************** */
/* **************************************************** */

/*-- careers-top --*/
.careers-top {
	margin-bottom: 40px;
}
.careers-intro {
	position: relative;
}
.careers-intro:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 20px solid #fcf1be;
  }
  /*-- career-ttl-big-circle --*/
.career-ttl-big-circle{
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #fcf1be;
	font-family: 'Genju', sans-serif; 
	font-weight:500;
	font-size: 2rem;
	line-height: 2;
	text-align: center;
	overflow: hidden;
	z-index: -2;
}
.career-ttl-big-circle:before,
.career-ttl-big-circle:after{
	display: block;
	content: '';
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.5;
	z-index: -1;
}
.career-ttl-big-circle:before{
	top: -20px;
	left: 20px;
	width: 200px;
	height: 200px;
}
.career-ttl-big-circle:after{
	bottom: -50px;
	left: 180px;
	width: 100px;
	height: 100px;
}
/* Movie */
#movie {
	padding-bottom: 40px;
}
.youchien-movie-wrap {
	margin:40px 0;
	height: 0;
	position: relative;
	padding-top: 56.25%;
}
.youchien-movie-wrap .movie-frame {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
/*-- career-step --*/
.careers-step-wrap {
	padding: 40px;
}
.career-step-order {
	width: 100%;
	margin-bottom: 60px;
}
.career-step-order:last-child {
	margin-bottom: 0px;
}
.careers-order-box {
	position: relative;
	display: table-cell;
	background: #ffcfcf;
	width: 220px;
	padding: 10px 10px 0 10px;
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.8;
}
.careers-order-box:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0%;
	border: 120px solid transparent;
	border-top: 40px solid #ffcfcf;
}
.careers-order-box .step {
	display: block;
	color: #fff;
	font-size: 1.8rem;
}
.careers-order-box-last {
	display: table-cell;
	background: #ffb0b0;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
	font-size: 2rem;
	color: #fff;
}
.careers-order-box-last .nyusyoku-img {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	width: 216px;
	height: 76px;
	background: url(/common/images/img-nyusyoku01.png) left bottom no-repeat,
		url(/common/images/img-nyusyoku02.png) right top no-repeat;
}
.career-step-order p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
/*-- career-fair --*/
.career-fair {
	background: url(/common/images/goal-img1.png) left top no-repeat,
		url(/common/images/goal-img2.png) right top no-repeat,
		url(/common/images/bg-stripe-blue.png) repeat;
	margin-top: 40px;
	padding: 40px 20px 10px;
	text-align: center;
}
/*-- inquiry-wrap --*/
.inquiry-wrap {
	position: relative;
	margin-bottom: 60px;
}
.inquiry-box {
	width: 50%;
	padding: 20px;
}
.inquiry-box h2 {
	text-align: center;
	border-bottom: 2px dashed#683722;
    color: #66c2a5;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 10px;
}
.inquiry-box dl {
	padding: 20px 0;
}
.inquiry-box dl dt {
	float: left;
	line-height: 2;
}
.inquiry-box dl dd {
	line-height: 2;
}
.inquiry-wrap .ill {
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 767px){
	.career-ttl-big-circle{
		margin-bottom: 20px;
		padding: 10px;
		font-size: 1.6rem;
		text-align:left;
	}
	.career-ttl-big-circle:before{
		top: -20px;
		left: -10px;
		width: 120px;
		height: 120px;
	}
	.career-ttl-big-circle:after{
		bottom: -20px;
		left: 50px;
		width: 80px;
		height: 80px;
	}
	#movie {
		padding-bottom: 20px;
	}
	.careers-step-wrap {
		padding: 10px;
	}
	.career-step-order {
		position: relative;
		width: 100%;
		margin-bottom: 40px;
	}
	.career-step-order:last-child {
		margin-bottom: 0px;
	}
	.career-step-order:before {
		content: "";
		position: absolute;
		top: 105%;
		left: 45%;
		border: 15px solid transparent;
		border-top: 20px solid #ffcfcf;
	}
	.career-step-order:last-child:before {
		content: none;
	}
	.careers-order-box {
		display: block;
		width: auto;
		padding: 10px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.careers-order-box:before {
		display: none;
	}
	.careers-order-box .step {
		font-size: 1.4rem;
	}
	.careers-order-box-last {
		display: block;
		font-size: 1.6rem;
	}
	.careers-order-box-last .nyusyoku-img {
		width: 100%;
		height: 76px;
	}
	.career-step-order p {
		display: block;
		margin-top: 20px;
		padding-left: 0;
	}
	.career-fair {
		background: url(/common/images/goal-img1.png) left top no-repeat,
			url(/common/images/goal-img2.png) right top no-repeat,
			url(/common/images/bg-stripe-blue.png) repeat;
		background-size: 45%, 45%, auto;
		margin-top: 40px;
		padding: 40px 20px 10px;
		text-align: center;
	
	}
	.inquiry-wrap {
		position: relative;
		margin-bottom: 0;
	}
	.inquiry-box {
		width: 100%;
	}
	.inquiry-box h2 {
		font-size: 2rem;
		padding-bottom: 10px;
	}
	.inquiry-wrap .ill {
		display: block;
		position: inherit;
	}
}

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