<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (min-width : 641px){ 
    #contents_area{
        min-width: 1000px;
    }
}

#wrap{ opacity: 0;}
.wf-active #wrap{ opacity: 1; transition: opacity .6s ease .2s !important;}

h2, .staff h3 {
	font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.staff:nth-of-type(even) {
	background-color: rgba(3, 10, 20, .8);
	color: #fff !important;
}

.staff {
	background-color: rgba(255, 255, 255, .9);
	color: #03111F !important;
}

/* movie */
#contents_area{
    margin: 20px 0 0 0;
}

#background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/pic_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 45%;
	background-size: cover;
	z-index: -2;
}

h2 {
	padding-top: 140px;
	padding-bottom: 110px;
	text-align: center;
	font-size: 27px;
	letter-spacing: .05em;
}

.staff {
	padding-top: 90px;
	padding-bottom: 100px;
}

.staff:nth-of-type(odd) {
	color: #fff;
}

.staff h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
}

.staff dl {
	width: 760px;
	margin: 0 auto;
}

.staff dl + dl {
	margin-top: 20px;
}

.staff dl + h3 {
	margin-top: 60px;
}

.staff dt {
	width: 380px;
	padding-right: 28px;
	text-align: right;
}

.staff dd {
	width: 380px;
	margin: -2em 0 0 380px;
}

.staff dd + dd {
	margin-top: 0;
}

.staff ul {
	text-align: center;
}

.staff ul + h3 {
	margin-top: 40px;
}

.staff .icon {
	margin-bottom: 40px;
	text-align: center;
}

/* responsive */
@media (max-width: 640px) {

	.staff {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.staff h3 {
		margin-bottom: 20px;
		text-align: left;
	}
	.staff dl {
		width: 100%;
		margin: 0;
	}
	.staff dt {
		width: 100%;
		margin-top: 20px;
		padding-right: 0;
		text-align: left;
	}
	.staff dd {
		width: 100%;
		margin: 0;
		padding-left: 1em;
	}
	.staff ul {
		text-align: left;
	}
	.staff .icon {
		margin-bottom: 40px;
		text-align: center;
	}
}
</pre></body></html>