<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* tpl-main-visual
----------------------------------------*/
.tpl-main-visual {
	background-image: url("/recruit/assets/tochigi/common/img/mainvisual-pc.jpg");
}

@media screen and (max-width: 750px) {
	.tpl-main-visual {
		background-image: url("/recruit/assets/tochigi/common/img/mainvisual-sp.jpg");
	}
}

/* tpl-section
----------------------------------------*/
.tpl-section .tpl-white-box {
	margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.tpl-section .tpl-white-box {
		margin-bottom: 40px;
	}
}

.tpl-section .tpl-white-box:last-child {
	margin-bottom: 0;
}

/* sec-anchor
----------------------------------------*/
.sec-anchor .tpl-section-title {
	margin-bottom: 0;
}

/* figure-box
----------------------------------------*/
.figure-box p {
	color: #023888;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.figure-box p {
		margin-bottom: 10px;
	}
}

.figure-01 {
	width: 100%;
	height: 330px;
	background-image: url("/recruit/assets/tochigi/support/img/figure-01-pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
	.figure-01 {
		height: auto;
		padding-bottom: 121.42857%;
		background-image: url("/recruit/assets/tochigi/support/img/figure-01-sp.jpg");
	}
}
</pre></body></html>