<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grads p {
	clear:both;
}
.grads p.main_title {
	margin: 0;
	padding: 0;
}
.grads img {
	max-width: 100%;
	height: auto;
}
.pic_head {
	widht:100%;sect
}
.pic_3_3 {
	width:100%;
}
.pic_2_3 {
	width:66%;
}
.pic_1_3 {
	width:33%;
}
.pic_right {
	float:right;
	padding: 6px 0 10px 10px;
}
.pic_left {
	float:left;
	padding: 6px 10px 10px 0;
}
.pic_center {
	display:block;
	margin: 0 auto;
}
.title_q {
	display:block;
	font-weight:bold;
	font-size:0.9rem;
}
.title_a {
	display:block;
	color: #f55;
	font-weight:bold;
	font-size:1.3rem;
	border-left: 5px solid #f55;
	line-height: 1.5rem;
	padding: 5px 0 5px 10px;
}



/* -----------------------------------------------------------
	ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³
----------------------------------------------------------- */
.fade-in {
	opacity: 0;
}
.fade-in.inview-active {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 1;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/* -----------------------------------------------------------
	ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ«
----------------------------------------------------------- */
.section_title {
	clear: both;
	position: relative;
	margin: 0;
	overflow: hidden;
	z-index: 1;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.section_title:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.c-koumuin .section_title:before {
	background: rgba(255, 20, 24, 0.7);
}
.c-zeirisi .section_title:before {
	background: rgba(0, 185, 82, 0.7);
}
.c-boki .section_title:before {
	background: rgba(0, 14, 200, 0.7);
}
.section_title &gt; div {
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
@media only screen and (max-width: 767px) {
	.section_title &gt; div {
		padding: 90px 0;
	}
}


.section_title &gt; div:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 2048px 0 0;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	margin-left: -1024px;
	top: 0;
	position: absolute;
}
.section_title &gt; div:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 2048px;
	border-color: transparent transparent #fff transparent;
	left: 50%;
	margin-left: -1024px;
	bottom: 0;
	position: absolute;
}
.section_title.yellow_top &gt; div:before {
	border-color: #eadeae transparent transparent transparent;
}
.section_title.yellow_bottom &gt; div:after {
	border-color: transparent transparent #eadeae transparent;
}
.section_title.green_top &gt; div:before {
	border-color: #f6fbf3 transparent transparent transparent;
}
.section_title.green_bottom &gt; div:after {
	border-color: transparent transparent #f6fbf3 transparent;
}
.section_title.top_less &gt; div {
	padding-top: 50px;
}
.section_title.top_less &gt; div:before {
	display: none;
}
.section_title.bottom_less &gt; div {
	padding-bottom: 50px;
}
.section_title.bottom_less &gt; div:after {
	display: none;
}
.section_title.reverse &gt; div:before {
	border-width: 0 2048px 50px 0;
	border-color: transparent #fff transparent transparent;
}
.section_title.reverse &gt; div:after {
	border-width: 50px 0 0 2048px;
	border-color: transparent transparent transparent #fff;
}


.section_main_title {
	position: relative;
	height: 39.5vw;
	margin-bottom: 10px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.section_main_title p {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 5vw;
	bottom: 5vw;
	left: 5vw;
	right: 49vw;
	background: #f00;
	opacity: 0.8;
}
.interview {
	display: block;
	position: absolute;
	top: 2.5vw;
	width: 100%;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
	font-size: 2.5vw;
	letter-spacing: 0.2rem;
}
.workplace {
	display: block;
	position: absolute;
	top: 7.5vw;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 3.0vw;
	font-weight: bold;
	line-height: 3.7vw;
	letter-spacing: 0.12rem;
}
.worksuffix {
	font-size: 2vw;
}
.name {
	display: block;
	position: absolute;
	top: 16.5vw;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 2.7vw;
	font-weight: bold;
	line-height: 3.7vw;
	letter-spacing: 0.1rem;
}
.namesuffix {
	font-size: 2.0vw;
}
.info {
	display: block;
	position: absolute;
	top: 21.7vw;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 1.9vw;
	font-weight: bold;
	line-height: 2.7vw;
	letter-spacing: 0.05rem;
}
@media only screen and (min-width: 1020px) {
	.section_main_title {
		height: 402.891px;
	}
	.section_main_title p {
		top: 51px;
		left: 51px;
		width: 430px;
		height: 302px;
	}
	.interview {
		top:26px;
		font-size: 25.5px;
	}
	.workplace {
		top: 77px;
		font-size: 30.6px;
		line-height: 37.74px;
	}
	.worksuffix {
		font-size: 20.4px;
	}
	.name {
		top: 168px;
		font-size: 27.54px;
		line-height: 37.74px;
	}
	.namesuffix {
		font-size: 20.4px;
	}
	.info {
		top: 221px;
		font-size: 19.38px;
		line-height: 27.54px;
	}

}



.section_title h2 {
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
	margin: 0;
	font-size: 30px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	background-color: inherit;
	padding: 0;
	box-shadow: none;
	background-image: none;
}
@media only screen and (max-width: 767px) {
	.section_title h2 {
		font-size: 3vw;
	}
}
.section_title p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
	margin: 10px 0 0 0;
}
@media only screen and (max-width: 767px) {
	.section_title p {
		font-size: 5vw;
	}
}
</pre></body></html>