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

/* INDEX */

/*------------------------------*/
/* ================================

About

================================ */
#about .lead-header + .lead {
	margin-top: 2.5em;
}
@media (max-width: 559px) {
	#about .lead--center {
		text-align: justify;
	}
}


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

募集要項

================================ */
#job-desc .dl-table {
	margin-top: var(--gutter-md);
}
#job-desc .button--lg {
	margin-top: 3em;
}


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

エントリー

================================ */
#entry &gt; .headline + .lead {
	margin-top: 2.5em;
}
.entry-rule {
	border: 1px solid var(--color-main-soft);
	border-radius: 8px;
	padding-top: var(--gutter-lg);
	padding-bottom: var(--gutter-lg);
	margin-top: 3em;
}
.entry-rule__item {
	width: var(--flexible-width--sm);
	margin-right: auto;
	margin-left: auto;
}
.entry-rule__item + .entry-rule__item {
	margin-top: var(--gutter-lg);
}
@media (max-width: 559px) {
	#entry &gt; .headline + .lead {
		margin-top: 2em;
	}
	.entry-rule {
		padding-top: var(--gutter-md);
		padding-bottom: var(--gutter-md);
		margin-top: 2em;
	}
	.entry-rule__item + .entry-rule__item {
		margin-top: var(--gutter-md);
	}
}
/* -------------
タイトル */
.entry-rule__headline {
	font-size: var(--txt-lg);
	font-weight: bold;
	display: flex;
	align-items: first baseline;
	gap: 0.15em;
}
.entry-rule__headline::before {
	content: "■";
	font-family: var(--sine);
	color: var(--color-main-soft);
}
@media (max-width: 559px) {
	.entry-rule__headline {
		font-size: var(--txt-md);
	}
}
/* -------------
TEL */
.entry-rule__tel {
	display: inline-block;
	font-size: var(--txt-2xl);
	font-family: var(--number);
	font-weight: bold;
	line-height: 1.25;
	margin-top: 0.3em;
}
.entry-rule__tel .unit{
	font-size: var(--txt-lg);
}
/* -----------------
リンク */
.entry-rule__link-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
}
.entry-rule__link {
	font-size: var(--txt-xs);
	display: inline-flex;
	text-align: center;
}


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

会社概要

================================ */
#company-desc {
	padding-bottom: 0px;
}
.company-desc-lead {
	line-height: 1.75;
	margin-top: var(--gutter-md);
	margin-bottom: var(--gutter-md);
}
/* -------------
地図 */
.g-map {
	margin-top: var(--gutter-xl);
	padding-top: max(
		600px,
		37.5vw
		);
	position: relative;
}
.g-map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 959px) {
	.g-map {
		padding-top: 66.666%;
	}
}
@media (max-width: 559px) {
	.g-map {
		padding-top: 90%;
	}
}</pre></body></html>