<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
	height: auto;
}

body {
	transition: 400ms;
	z-index: -9999;
}

#main {
	z-index: -3;
}

#main-white {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: -2;
	transition: 400ms;
}

/* joinus */
#joinus {
	padding-top: 60px;
}

#joinus .wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#joinus h1 {
	width: 200px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#joinus img {
	width: 100%;
	height: auto;
}

#joinus .img-joinus-main {
	width: 70%;
	text-align: center;
	height: auto;
	display: block;
	margin: 0 auto;
}

#joinus .joinus-intro {
	text-align: center;
	line-height: 1.875;
	margin-bottom: 90px;
}

#joinus .font-bold {
	font-weight: bold;
}

#joinus .pc-none {
	display: none;
}

/* joinus target */
#joinus .joinus-target h2 {
	width: 186px;
	height: 158px;
	margin: 100px auto 40px auto;
}

/* joinus member */
#joinus .joinus-member h2 {
	width: 185px;
	height: 158px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

/* joinus participation */
#joinus .joinus-participation h2 {
	width: 186px;
	height: 158px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

/* joinus register */
#joinus .joinus-register h2 {
	width: 407px;
	height: 158px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

/* joinus contents */
#joinus .joinus-contents {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* joinus block */
#joinus .joinus-block {
	margin-bottom: 110px;
	text-align: center;
}

#joinus .joinus-block li {
	position: relative;
	line-height: 1.875;
}

#joinus .joinus-block h3 {
	color: #ed276e;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1.25px;
}

#joinus .joinus-block h4 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1.25px;
	margin-bottom: 20px;
}

#joinus .joinus-block h4 span {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #ed276e;
	letter-spacing: 0;
	margin-top: 10px;
}

#joinus .joinus-block h4 span::before {
	content: "-";
	position: absolute;
	color: #ed276e;
	left: -0.8em;
	top: 0;
	line-height: 1em;
}

#joinus .joinus-block h4 span::after {
	content: "-";
	position: absolute;
	color: #ed276e;
	right: -0.8em;
	top: 0;
	line-height: 1em;
}

#joinus .joinus-block p {
	line-height: 1.875;
	text-align: center;
}

#joinus .joinus-block .img-joinus {
	text-align: center;
	height: auto;
	display: block;
	padding: 20px 0;
	margin: 0 auto;
}

#joinus .joinus-block .margin-top {
	line-height: 1.875;
	text-align: center;
	margin-top: 20px;
}

#joinus .joinus-block .register-margin {
	line-height: 1.875;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}

#joinus .joinus-block .font-small {
	font-size: 0.8em;
}

#joinus .joinus-block .text {
	text-align: left;
	display: inline-block;
}

#joinus .joinus-block ol {
	width: 670px;
	list-style: none;
	text-align: left;
	counter-reset: ol_li;
	display: inline-block;
}

#joinus .joinus-block ol li:before {
	margin-right: 0.25em;
	counter-increment: ol_li;
	content: counter(ol_li);
	color: #ed276e;
}

#joinus .joinus-block .btn {
	background: #07b53b;
	display: inline-block;
	width: 450px;
	height: 67px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
	margin: 30px 0;
	transition: 0.2s;
}

#joinus .joinus-block .btn:hover {
	opacity: 0.6;
}

/* joinus block member */
#joinus .joinus-block-member {
	margin-bottom: 50px;
}

#joinus .joinus-block-member li {
	margin-bottom: 5px;
}

#joinus .joinus-block-member li span {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}

#joinus .joinus-block-member li span::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	border-top: rgba(0, 0, 0, 0) solid 4px;
	border-bottom: rgba(0, 0, 0, 0) solid 4px;
	border-left: #000 solid 6px;
	border-right: rgba(0, 0, 0, 0) solid 6px;
	left: 0;
	top: 0.6em;
	box-sizing: border-box;
}

#joinus .joinus-block-member li p {
	line-height: 1.875;
}

#joinus .joinus-block-member li p span {
	color: #817a7a;
}

/* joinus block groupinterview */
#joinus .joinus-block-groupinterview {
	margin-bottom: 50px;
}

#joinus .joinus-block-groupinterview .img-joinus {
	width: 80%;
}

/* joinus block questionnaire */
#joinus .joinus-block-questionnaire {
	margin-bottom: 50px;
}

#joinus .joinus-block-questionnaire .img-joinus {
	width: 45%;
}

/* joinus block event */
#joinus .joinus-block-event {
	margin-bottom: 50px;
}

#joinus .joinus-block-event .img-joinus {
	width: 60%;
}

#joinus .img-qr {
	width: 20%;
	text-align: center;
	height: auto;
	border-radius: 8px;
	display: block;
	padding: 20px 0;
	margin: 0 auto;
}

/* joinus-bottom */
#joinus-bottom {
	clear: both;
	margin: 0 auto;
	min-height: 99vh;
	box-sizing: border-box;
	margin-bottom: 0;
}

#overview .wrapper {
	background: rgba(255, 255, 255, 0.2);
}

#joinus-bottom .box-cts {
	position: relative;
}

#overview {
	background: none;
	margin-top: 0;
	width: auto;
	position: relative;
}

#overview table {
	margin: 0 auto;
	width: auto;
}

#overview:before {
	content: "";
	width: 100%;
	height: 0;
	padding: 20% 0 0;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.2) 100%
	);
}

#overview .bnr-foot img {
	display: block;
	width: 100%;
	height: auto;
}

.cover-bg-main {
	background: none;
	display: block;
	height: 100%;
	transition: 400ms;
	overflow-y: scroll;
}

#bg-main-top {
	width: 100%;
	min-width: 1600px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: 400ms;
}

#bg-main-top.is-hidden {
	opacity: 0;
}

#bg-main-bottom {
	opacity: 0;
	transition: opacity 400ms;
}

#bg-main-box.is-show #bg-main-bottom {
	opacity: 1;
}

#bg-main-bottom {
	position: fixed;
	bottom: -50px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	min-width: 1600px;
}

#footer {
	background: rgba(255, 255, 255, 0.2);
	position: relative;
}

#footer .copyright-footer {
	font-size: 10px;
	text-align: center;
	display: block;
	width: 100%;
	letter-spacing: 0.04em;
	padding: 0 0 2.2em;
	position: relative;
}

@media screen and (max-width: 767px) {
	#main {
		position: absolute;
		top: 0;
	}
	/* joinus */
	#joinus {
		padding-top: 16vw;
	}
	#joinus .wrapper {
		width: 100%;
	}
	#joinus .joinus-bg {
		position: relative;
		background: url(../images/joinus-bg_sp.png) repeat-y;
		background-size: 100% auto;
		background-position: top 21vw center;
		z-index: 0;
	}
	#joinus h1 {
		width: 40.816vw;
		height: 7.953vw;
		margin-bottom: 8vw;
	}
	#joinus img {
		display: block;
		margin: auto;
	}
	#joinus .img-joinus-main {
		width: 80%;
		text-align: center;
		height: auto;
		display: block;
	}
	#joinus .joinus-intro {
		font-size: 3.733vw;
		margin-bottom: 8vw;
		width: 77.333vw;
		margin-left: auto;
		margin-right: auto;
	}
	#joinus .pc-none {
		display: block;
	}
	#joinus .sp-none {
		display: none;
	}
	/* joinus target */
	#joinus .joinus-target h2 {
		width: 32.59vw;
		height: 30.9vw;
		margin: 13.038vw auto 2.608vw auto;
	}
	/* joinus member */
	#joinus .joinus-member h2 {
		width: 35.374vw;
		height: 30.9vw;
		margin: 0 auto 2.608vw auto;
	}
	/* joinus participation*/
	#joinus .joinus-participation h2 {
		width: 33.9vw;
		height: 30.9vw;
		margin: 0 auto 2.608vw auto;
	}
	/* joinus register */
	#joinus .joinus-register h2 {
		width: 78.23vw;
		height: 30.9vw;
		margin: 0 auto 2.608vw auto;
	}
	/* joinus contents */
	#joinus .joinus-contents {
		width: 77.333vw;
	}
	#joinus .joinus-block {
		margin-bottom: 10.43vw;
	}
	#joinus .joinus-block li {
		margin-bottom: 0;
		font-size: 3.733vw;
		text-align: left;
	}
	#joinus .joinus-block h3 {
		color: #ed276e;
		font-size: 4.302vw;
		text-align: left;
	}
	#joinus .joinus-block p {
		font-size: 3.733vw;
		text-align: left;
	}
	#joinus .joinus-block .img-joinus {
		text-align: center;
		height: auto;
		display: block;
	}
	#joinus .joinus-block .margin-top {
		line-height: 1.875;
		margin-top: 1.956vw;
		text-align: left;
	}
	#joinus .joinus-block .register-margin {
		margin-top: 9.126vw;
		font-size: 3.733vw;
		text-align: center;
		font-weight: bold;
	}
	#joinus .joinus-block .font-small {
		font-size: 0.5em;
		text-align: left;
	}
	#joinus .joinus-block ol {
		width: auto;
		list-style: none;
		counter-reset: ol_li;
		display: inline-block;
	}
	#joinus .joinus-block ol li:before {
		counter-increment: ol_li;
		content: counter(ol_li);
		color: #ed276e;
	}
	#joinus .joinus-block .btn {
		background: #07b53b;
		color: #fff;
		padding: 0;
		margin-top: 5.215vw;
		transition: 0.2s;
		display: block;
		justify-content: center;
		align-items: center;
		width: 77.575vw;
		height: 13.3vw;
		font-size: 0.63em;
		padding: 1em 0;
		box-sizing: border-box;
	}
	#joinus .joinus-block .btn:hover {
		opacity: 1;
	}
	/* joinus block target */
	#joinus .joinus-target p {
		text-align: center;
	}
	/* joinus block member */
	#joinus .joinus-block-member {
		text-align: left;
	}
	#joinus .joinus-block-member p {
		text-align: left;
	}
	#joinus .joinus-block-member li {
		margin-bottom: 0;
	}
	#joinus .joinus-block-member li span {
		position: relative;
		padding-left: 10px;
		font-weight: bold;
	}
	#joinus .joinus-block-member li p {
		font-size: 3.733vw;
	}
	#joinus .joinus-block-member li p span {
		color: #817a7a;
	}
	/* joinus block groupinterview */
	#joinus .joinus-block-groupinterview {
		margin-bottom: 50px;
	}
	#joinus .joinus-block-groupinterview .img-joinus {
		width: 100%;
	}
	/* joinus block questionnaire */
	#joinus .joinus-block-questionnaire {
		margin-bottom: 50px;
	}
	#joinus .joinus-block-questionnaire .img-joinus {
		width: 90%;
	}
	/* joinus block event */
	#joinus .joinus-block-event {
		margin-bottom: 50px;
	}
	#joinus .joinus-block-event .img-joinus {
		width: 100%;
	}
	/* joinus block register */
	#joinus .joinus-block-register .img-qr {
		width: 60%;
		text-align: center;
		height: auto;
		border-radius: 8px;
		display: block;
		padding: 20px 0;
		margin: 0 auto;
	}
	/* joinus-bottom */
	#joinus-bottom {
		clear: both;
		width: 100%;
		margin: 0 auto;
		min-height: 99vh;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	#joinus-bottom .box-cts {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		padding: 0 !important;
	}
	#overview {
		background: none;
		margin-top: 0;
		padding-top: 14.666vw;
	}
	#overview .wrapper {
		background: rgba(255, 255, 255, 0);
	}
	#overview .box-cts h2 {
		padding-top: 0;
	}
	#overview table {
		margin: 0 auto;
		width: 81%;
	}
	#overview:before {
		content: "";
		width: 100%;
		height: 0;
		padding: 20% 0 0;
		background: none;
		position: absolute;
		left: 0;
		bottom: 100%;
		z-index: 0;
	}
	.cover-bg-main {
		background: none;
		display: none;
		height: 100%;
		transition: 400ms;
		overflow-y: scroll;
	}
	#bg-main-top {
		width: 100%;
		min-width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: -1;
	}
	#bg-main-bottom {
		min-width: 0;
		bottom: 0;
	}
}
</pre></body></html>