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

/* --------------------------------------------------- */
/* 採用情報 */
/* --------------------------------------------------- */
#recruit .pgtitle &gt; div { background-image: url('../image/recruit/visual.jpg'); }
#recruit .pgtitle h1 { font-size: 4.8rem; }
@media screen and (max-width: 767px) {
	#recruit .pgtitle h1 { font-size: 4.2rem; }
}
@media screen and (max-width: 419px) {
	#recruit .pgtitle h1 { font-size: 3.6rem; }
}


#recruit .preface ul {
	display: table;
	margin: 40px auto 0;
	width: 80%;
}
#recruit .preface ul li {
	display: table-cell;
	width: 33.3%;
}
#recruit .preface ul li .ball {
	position: relative;
	display:block;
	margin: 0 auto;
	width: 80%;
	background-color: #00a8b8;
	border-radius: 50%;
}
#recruit .preface ul li .ball::before {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
}
#recruit .preface ul li .ball h4 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	transform: translateY(-50%);
}


@media screen and (max-width: 767px) {
	#recruit .preface ul { width: 100%; }
	#recruit .preface ul li .ball { width: 90%; }
	#recruit .preface ul li .ball h4 { font-size: 2.2rem; }
}
@media screen and (max-width: 419px) {
	#recruit .preface ul li .ball {
		width: 92%;
	}
	#recruit .preface ul li .ball h4 { font-size: 1.8rem; }
}


/* --------------------------------------------------- */
/* プロフィール */
/* --------------------------------------------------- */
#recruit #outline h2 {
	margin: 0 auto 30px;
	padding: 0 0 5px;
	width: 100%;
	border-bottom: 1px solid #111;
	font-family: 'Courier Prime', monospace;
	font-size: 3.2rem;
	text-align: center;
}

#recruit #outline h3 {
	font-size: 1.6rem;
	font-weight: 600;
}
#recruit #outline p + p { margin-top: 1.0em; }
#recruit #outline p + h3 { margin-top: 2.0em; }
#recruit #outline h2 + h3 + p { margin-top: 1.5em; }


#recruit #outline .dltbl {
	display: flex;
	margin-top: 0.75em;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}
#recruit #outline .dltbl dt {
	padding: 0.75em 0;
	width: 210px;
	border-top: 1px solid #ddd;
}
#recruit #outline .dltbl dd {
	padding: 0.75em 0;
	width: calc(100% - 210px);
	border-top: 1px solid #ddd;
}
#recruit #outline .dltbl .noline { border: none; }
#recruit #outline .dltbl .dotline { border-top: 1px dotted #ddd; }

#recruit #outline  .btn-entry {
	margin: 2.0em auto ;
	width: 80%;
	max-width: 420px;
}
#recruit #outline  .btn-entry a {
	display: block;
	background-color: #00a8b7;
	color: #fff;
	font-size: 2.4rem;
	line-height: 2.4;
	text-align: center;
}
#recruit #outline  .btn-entry + p { text-align: center; }


@media screen and (max-width: 767px) {
	#recruit #outline .dltbl dt { width: 160px; }
	#recruit #outline .dltbl dd { width: calc(100% - 160px); }
}
@media screen and (max-width: 480px) {
	#recruit #outline h2 {
		font-size: 2.4rem;
	}
	#recruit #outline .dltbl dt { padding-bottom: 0; width: 100%; }
	#recruit #outline .dltbl dd { padding-top: 0.5em; width: 100%; border-top: none; }
	#recruit #outline  .btn-entry a {
		font-size: 1.8rem;
	}
	#recruit #outline  .btn-entry + p { text-align: left; }
}</pre></body></html>