<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 */


main #strength section.block01 .text {
	background: #ffaa00;
}
main #strength section.block05 .text {
	font-weight: bold;
	text-align: center;
}
main #strength section.block05 .text p {
	margin-bottom: 0;
}
main #strength section.block05 .img {
	position: relative;
}
main #strength section.block05 .name {
	position: absolute;
	color: #ffffff;
	font-weight: bold;
}


dl.faq {
	counter-reset: index;
}
dl.faq dt {
	position: relative;
	color: #000000;
	font-weight: bold;
	line-height: 1.5;
	border-top: 1px dotted rgba(40,40,40,0.2);
}
dl.faq dt.active {
	color: #ffbe57;
}
dl.faq dt:first-child {
	margin-top: 0;
	border-top: 0;
}
dl.faq dt:before {
	counter-increment: index;
	content: "Q" counter(index);
	position: absolute;
	left: 0;
	color: #ffbe57;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
}
dl.faq dt:after {
	content: "\e914";
	position: absolute;
	right: 0;
}
dl.faq dt.active:after {
	content: "\e915";
	color: #ffbe57;
}

dl.faq dd {
	display:none;
}

table.voiceSelect {
	border: 1px solid rgba(255,190,44,0.6);
	border-collapse: separate;
	border-radius: 3px;
}
table.voiceSelect th {
	position: relative;
	background: rgba(255,190,44,0.15);
}
table.voiceSelect tr th,
table.voiceSelect tr td {
	border-top: 1px solid rgba(255,190,44,0.6);
}
table.voiceSelect tr:first-child th,
table.voiceSelect tr:first-child td {
	border: none;
}
table.voiceSelect .jobstyle th:before,
table.voiceSelect .jobtype th:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #ffaa00;
}
table.voiceSelect .jobstyle th:before {
	content: "\e920";
}
table.voiceSelect .jobtype th:before {
	content: "\e921";
}
table.voiceSelect tr:first-child td ul {
	margin: 0;
}
table.voiceSelect input[type="checkbox"] {
	display: none;
}
table.voiceSelect label span {
	position: relative;
	display: block;
	line-height: 1.8;
}
table.voiceSelect label span:before {
	content: "\e922";
	position: absolute;
	left: 0;
	top: 0;
	color: #e5e5e5;
}
table.voiceSelect label span:after {
	content: "\e923";
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	color: #ffaa00;
}
table.voiceSelect label :checked + span:after {
	display: block;
}
table.voiceSelect .jobtype { /* 暫定的に「職種」を非表示 */
	display: none;
}
table.voiceSelect .jobstyle li:nth-child(4),  /* 暫定的に「働くスタイル」の"学生"と"Wワーク・副業"を非表示 */
table.voiceSelect .jobstyle li:nth-child(5) {
	display: none;
}
.voiceHdr .text {
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	background: #f9fbfa;
}
.voiceHdr .text .lead {
	display: block;
	color: #ffaa00;
	font-weight: bold;
	line-height: 1.2;
	box-sizing: border-box;
}
.voiceHdr .text .info {
	font-size: 0.875em;
	line-height: 1.4;
}
.voiceHdr .text .name {
	font-weight: bold;
}

.flowIndex li {
	font-weight: bold;
}
.flowIndex li span {
	display: block;
	color: #ffaa00;
}
.flowCol h2 {
	display: block;
	height: auto;
	margin: 0 0 0.15em 0;
	padding: 0;
	line-height: 1.4;
	border: 0;
}
.flowCol h2:before {
	display: none;
}
.flowCol h2 span {
	color: #ffaa00;
	font-size: 1.1em;
}
.flowCol h2 ~ * {
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
}
.flowCol h3 {
	margin-bottom: 0;
}

.flowCol:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: calc(220 / 960 * 100%);
	background: url(../images/bg_flow.png) center center no-repeat;
	background-size: contain;
}
.flowCol:last-child:after {
	display: none;
}
.flowCol .contact {
	text-align: center;
	background: rgba(212,201,167,0.2);
}
.flowCol .contact .btn a {
	color: #000000;
	background: #ffaa00;
}
.flowCol .contact .btn a:after {
	color: #ffffff;
}
.flowCol .contact .tel {
	line-height: 1.2;
}
.flowCol .contact .tel strong {
	display: block;
}
.flowCol .schedule {
	background: rgba(212,201,167,0.2);
}

@media print, screen and (min-width: 768px) {
	main #strength + aside {
		padding-top: 0;
	}
	main #strength section.block03 .img {
		padding: 100px 0 100px 40px;
		text-align: right;
	}
	main #strength section.block05 {
		width: 1200px;
		margin: 40px auto 0 auto;
	}
	main #strength section.block05 .text {
		width: 830px;
		padding-top: 100px;
		font-size: 2.8rem;
		line-height: 1.5;
	}
	main #strength section.block05 .img {
		width: 370px;
	}
	main #strength section.block05 .name {
		right: 1.5em;
		bottom: 0.5em;
		font-size: 1.4rem;
	}
	dl.faq dt {
		padding: 65px 50px 50px 115px;
		font-size: 2.2rem;
		cursor: pointer;
		transition: all .4s;
	}
	dl.faq dt:before {
		font-size: 4.5rem;
	 	top: 53px;
	}
	dl.faq dt:after {
		top: 60px;
		font-size: 2.8rem;
	}
	dl.faq dt:hover,
	dl.faq dt:hover:after {
		transition: all .3s;
		color: #ffbe57;
	}
	dl.faq dd {
		padding: 0 0 50px 115px;
	}
	dl.faq dt.active {
		padding-bottom: 0;
	}
	dl.faq dt.active + dd {
		padding-top: 20px;
	}
	dl.faq :last-child {
		padding-bottom: 0;
	}
	table.voiceSelect {
		margin: 0 0 60px 0;
	}
	table.voiceSelect th {
		width: 197px;
		padding: 15px 20px 15px 56px;
		font-size: 1.6rem;
	}
	table.voiceSelect .jobstyle th:before,
	table.voiceSelect .jobtype th:before {
		left: 20px;
		top: 16px;
		font-size: 2.3rem;
	}
	table.voiceSelect td {
		padding: 15px 30px;
	}
	table.voiceSelect td p {
		margin: 0 0 5px 0;
	}
	table.voiceSelect li {
		display: inline-block;
	}
	table.voiceSelect label {
		cursor: pointer;
	}
	table.voiceSelect label span {
		padding: 0 10px 0 34px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	table.voiceSelect li:last-child label span {
		padding-right: 0;
	}
	table.voiceSelect label span:before,
	table.voiceSelect label span:after {
		font-size: 2.7rem;
	}

	.voiceHdr {
		display: -webkit-flex;
		display: flex;
	}
	.voiceHdr &gt; div {
		width: 50%;
	}
	.voiceHdr .text {
		position: relative;
		border-bottom: 1px solid #eeeeee;
	}
	.voiceHdr .text .lead {
		height: 260px;
		padding: 40px 80px 0 40px;
		font-size: 3.2rem;
	}
	.voiceHdr .text .info {
		position: absolute;
		left: 40px;
		bottom: 40px;
		padding-right: 80px;
		line-height: 1.4;
	}
	.voiceHdr .text .name {
		margin-top: 10px;
		font-size: 2.4rem;
	}

	.flowIndex {
		margin: 0 0 50px 0;
		padding: 15px 0;
		border: 5px solid #ffaa00;
	}
	.flowIndex ul {
		display: -webkit-flex;
		display: flex;
	}
	.flowIndex li {
		position: relative;
		width: 194px;
		padding-right: 15px;
		font-size: 1.6rem;
		text-align: center;
		box-sizing: border-box;
	}
	.flowIndex li:last-child {
		width: 174px;
	}
	.flowIndex li:after {
		content: "\e913";
		position: absolute;
		right:0;
		top: 25px;
		display: inline-block;
		color: rgba(255,170,0,0.6);
		font-size: 2.8rem;
	}
	.flowIndex li:last-child:after {
		display: none;
	}
	.flowIndex li span {
		display: block;
		font-size: 2.4rem;
	}
	.flowCol h2 span {
		display: block;
	}
	.flowCol .unit2col &gt; * {
		width: 470px;
		margin-right: 40px;
	}
	.flowCol .rightCol {
		width: 450px;
		margin: -38px 0 0 0;
		padding: 0 0 38px 0;
	}
	.flowCol .contact {
		padding: 30px 0;
	}
	.flowCol .contact .btn {
		margin-bottom: 30px;
	}
	.flowCol .contact .btn a {
		line-height: 84px;
		font-size: 2.4rem;
	}
	.flowCol .contact .btn a:after {
		font-size: 4rem;
	}
	.flowCol .contact .btn a:hover {
		color: #ffaa00;
		background: #ffffff;
	}
	.flowCol .contact .btn a:hover:after {
		color: #ffaa00;
	}
	.flowCol .schedule {
		padding: 20px 30px;
	}
	.flowCol .contact .tel {
		font-size: 1.8rem;
	}
	.flowCol .contact .tel strong {
		margin-top: 4px;
		font-size: 2.4rem;
	}
	.flowCol .contact .tel span {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1460px) {
	main #strength section.block03 .img {
		padding: 100px 0 100px 80px;
	}
}


@media screen and (max-width: 767px) {
	main #strength section.block03 {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	main #strength section.block03 .img {
		padding: 6.25vw;
	}
	main #strength section.block05 .text {
		padding: 6.25vw 0;
	}
	main #strength section.block05 .img {
		width: 60%;
		margin: 0 0 0 auto;
		padding: 0;
	}
	main #strength section.block05 .name {
		right: 3vw;
		bottom: 1vw;
		font-size: 3vw;
	}
	dl.faq dt {
		padding: 9vw 15vw 6.5vw 16vw;
		font-size: 5.3vw;
	}
	dl.faq dt:before {
		top: 10vw;
		font-size: 6.25vw;
	}
	dl.faq dt:after {
		font-size: 7.8vw;
		top: 9vw;
	}
	dl.faq dd {
		padding: 0 0 6.5vw 16vw;
	}
	dl.faq dt.active {
		padding-bottom: 0;
	}
	dl.faq dt.active + dd {
		padding-top: 5vw;
	}
	dl.faq :last-child {
		padding-bottom: 0;
	}
	table.voiceSelect {
		margin: 0 0 12.5vw 0;
	}
	table.voiceSelect p {
		margin: 0;
	}
	table.voiceSelect li {
		margin: 3.125vw 0 0 0;
	}

	table.voiceSelect th {
		padding-left: 12vw;
		font-size: 6vw;
	}
	table.voiceSelect .jobstyle th:before,
	table.voiceSelect .jobtype th:before {
		left: 3.5vw;
		top: 5.5vw;
		font-size: 6vw;
	}
	table.voiceSelect td p {
		margin: 0 0 1vw 0;
	}
	table.voiceSelect label span {
		padding: 0 1.5vw 0 9vw;
		font-size: 4.3vw;
	}
	table.voiceSelect li:last-child label span {
		padding-right: 0;
	}
	table.voiceSelect label span:before,
	table.voiceSelect label span:after {
		font-size: 7vw;
	}

	.voiceHdr .text {
		border-right: 1px solid #eeeeee;
		padding: 6.25vw;
	}
	.voiceHdr .text .lead {
		font-size: 6vw;
	}
	.voiceHdr .text .info {
		margin-top: 6.25vw;
	}
	.voiceHdr .text .name {
		margin-top: 3.125vw;
		font-size: 5vw;
	}

	.flowIndex {
		margin: 0 0 9.375vw 0;
		padding: 3.125vw 0;
		border: 1vw solid #ffaa00;
	}
	.flowIndex li {
		margin: 0;
		padding: 0;
		line-height: 1.4;
		text-align: center;
	}
	.flowIndex li:after {
		content: "\e914";
		display: block;
		padding: 3.125vw 0 5vw 0;
		color: rgba(255,170,0,0.6);
		font-size: 6.5vw;
		text-align: center;
	}
	.flowIndex li:last-child:after {
		display: none;
	}
	.flowIndex li span {
		font-size: 6vw;
	}

	.flowCol:after {
		padding-top: calc(300 / 960 * 100%);
	}
	.flowCol  h2 {
		margin-bottom: 0.5em;
	}
	.flowCol .contact {
		padding: 6.25vw;
	}
	.flowCol .contact .tel {
		margin-top: 6.25vw;
	}
	.flowCol .contact strong {
		padding: 1vw 0;
		font-size: 5.625vw;
	}
	.flowCol .contact span {
		font-size: 0.875em;
	}
	.flowCol .schedule {
		margin-top: 3.125vw;
		padding: 6.25vw;
	}
}
</pre></body></html>