@charset "UTF-8";
/* CSS Document */

/* TOP
============================= */
.namelabel{
	display: inline-block;
	width: 70px;
	color: #ff9900;
	font-size: 0.9em;
}
.orange_text{
	color: #ff9900;
}
#top iframe {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 700px;
	vertical-align: bottom;
	height: 50vw;
	min-width: 1100px;
}
#top_movie {
	overflow: hidden;
	border-bottom: 3px solid #ff9900;
	margin-bottom: 0px;
	position: relative;
	width: 100vw;
}
#bg_movie {
	background: url(../img/movie_bg.png);
	width: 100%;
	height: 100vh;
	z-index: 1;
	position: absolute;
	top: 0;
}
#top_movie a {
	display: inline-block;
	font-size: 20px;
	letter-spacing: 3px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 1px 1px 5px #000;
	z-index: 2;
}
#top #n_news{
	display: flex;
	clear: both;
	align-items: center;
	overflow: hidden;
	justify-content: center;
	padding: 3px 0 1px;
	margin: 0 auto;
	max-width: 1100px;
	font-size: 0.95em;
}
#top #n_news h2{
	display: inline-block;
	font-size: 16px;
	width: 15%;
	padding: 0 10px;
	margin: 5px 10px;
	vertical-align: middle;
	border-right: 2px solid #ff9900;
	line-height: 1.3;
}
#top #n_news h2::after{
	content:none;
}
#top #n_news dl{
	display: inline-block;
	width: 65%;
	margin: 0;
	vertical-align: middle;
}
#top #n_news .inner div{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#top #n_news .btn-type1{
	display: inline-block;
	width: 120px;
	font-size: 12px;
	float: right;
	margin: 7px 20px 9px 0;
	padding: 5px;
	text-align: center;
	min-width: 80px;
}
#top #n_news .btn-type1:after{
	right: 0;
	width: 15px;
	height: 15px;
}
#top #n_news dt {
	display: inline-block;
	border-bottom: none;
	color: #ababab;
	line-height: inherit;
	width: 25%;
	padding: 0px;
	margin: 10px 20px 10px 0;
	font-weight: 400;
	font-size: 14px;
	/* vertical-align: text-bottom; */
}
#top #n_news dt::before {
	content: none;
}
#top #n_news dd {
	display: inline-block;
	font-size: 14px;
	width: 70%;
	margin: 10px 0;
}
#top #n_news dd a{
	color: #000;
}
/*#top #nak80:before {
	background: url(../../img/icon_next_arrow.png) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	position: absolute;
	top: -3px;
	width: 36px;
}*/
#top #nak80 {
	position: relative;
	background: url(../../img/img_01.jpg) center left no-repeat;
	background-size: cover;
	margin: 0;
	padding: 12vh 0 130px 0;
}
#top #page-title-wrap{
	background: #000;
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 99;
	height: 100%;
}
#top #page-title-wrap .inner{
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	z-index: 3;
}
#top #page-title-wrap h1 {
	display: inline-block;
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	font-family: "HiraSansOldStdN-W6","ヒラギノ角ゴ Pro W4",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,sans-serif;
	letter-spacing: 4px;
	line-height: 2.5em;
	text-align: center;
	vertical-align: middle;
	text-shadow: 5px 5px 10px #000000;
}
#top #page-title-wrap .inner {
	animation: fadetext 7s ease 0s 1 normal;
}
@keyframes fadetext {
	0% {opacity: 0;}
	20% {opacity: 0;}
	90% {opacity: 1;}
	100% {opacity:1;}
}
.fade {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.fade_1{
	background:url(../../img/fade_img_01.jpg) center center no-repeat;
	background-size: cover;
	animation: fade1 20s ease 0s infinite;
}
.fade_2{
	background: url(../../img/fade_img_02.jpg) center right no-repeat;
	background-size: cover;
	animation: fade2 20s ease 0s infinite;
}
.fade_3{
	background: #000 url(../../img/fade_img_03.jpg) center right no-repeat;
	background-size: cover;
	animation: fade3 20s ease 0s infinite;
}


/*animation*/
@keyframes fade1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	25% {opacity: 1;}
	35% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes fade2 {
	0% {opacity: 0;}
	25% {opacity: 0;}
	30% {opacity: 1;}
	55% {opacity: 1;}
	60% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes fade3 {
	0% {opacity: 0;}
	53% {opacity: 0;}
	60% {opacity: 1;}
	80% {opacity: 1;}
	85% {opacity: 0;}
	100% {opacity: 0;}
}

#top #nak80 p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 2;
	text-shadow: 3px 3px 3px #000;
	font-family:"HiraSansOldStdN-W6", "ヒラギノ角ゴ Pro W4",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,sans-serif;
}
#top #nak80 p + p {
	margin-top: 20px;
}
#top #category #staff {
	background: url(../../img/fade_img_04.jpg) center right no-repeat;
	background-size: cover;
	text-align: center;
	padding: 40px 0;
	position: relative;
}
#top #category #support {
	background: url(../../img/img_03.jpg);
	background-size: cover;
	text-align: center;
	padding: 40px 0;
}
#top #category #stages {
	background: url(../../img/img_04.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 40px 0;
}
#top #category .pattern1_1 {
	margin-top: 0;
}
#top #category #work {
	background: url(../../img/img_05.jpg) no-repeat center/cover;
	background-size: cover;
	text-align: center;
	padding: 50px 0;
	width: 50%;
}
#top #category #information {
	background: url(../../img/img_06.jpg) no-repeat center/cover;
	background-size: cover;
	margin-left: 0;
	text-align: center;
	padding: 50px 0;
	width: 50%;
}
#top #category .staff_category{
	position: relative;
	z-index: 50;
}
#top #category .category_content {
	background: #fff;
	display: inline-block;
	margin: 26vh auto 50px;
	text-align: center;
	padding: 60px 30px 40px;
	width: 390px;
}
#top #category p {
	margin-bottom: 40px;
}
#top #news dl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#top #news dt {
	border-bottom: none;
	color: #ababab;
	line-height: inherit;
	padding: 25px 0 25px 50px;
}
#top #news dt:nth-of-type(2n-1),
#top #news dd:nth-of-type(2n-1) {
	background: #fff;
}
#top #news dt:nth-of-type(2n),
#top #news dd:nth-of-type(2n) {
	background: #f2f5f5;
}
#top #news dt:before {
	display: none;
}
#top #news .inner {
	position: relative;
}
#top #news dt {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
	width: 315px;
}
#top #news dd {
	color: #ababab;
	display: -webkit-flex;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 25px 50px 25px 0;
	width: -webkit-calc(100% - 315px);
	width: calc(100% - 315px);
}
#top h2 span:not([class]) {
	display: block;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	transform: skewX(10deg);
}
#top #news span[class^="icon"] {
	color: #fff;
	display: inline-table;
	float: right;
	font-size: 14px;
	font-weight: 400;
	margin: 0 20px;
	text-align: center;
	width: 80px;
}
#top #news a {
	color: #000000;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
#top #news a:hover {
	color: #ff9900;
	opacity: 1.0;
}
#top #news .icon_ir {
	background: #ff9900;
}
#top #news .icon_product {
	background: #3b6dc0;
}
#top #news .icon_topic {
	background: #49ab22;
}
#top #news .icon_study {
	background: #ff5757;
} 
#top #entry_list {
	padding-top : 50px;
}
#requirement #entry_list {
	padding-top : 120px;
}
#entry_list .pattern1_1_1 {
	justify-content: center;
}
#entry_list .col {
	padding: 1px;
	width: 242px;
}
#entry_list .col:last-of-type {
	padding: 1px;
	width: 197px;
}
#entry_list .col p {
	color: #fff;
	padding: 0 20px 20px;
	position: relative;
	text-align: center;
}
#entry_list .col p span {
	font-size: 20px;
}
#entry_list .col:nth-of-type(n+2) p {
	padding: 15px 20px 20px;
}
#entry_list .col figure {
	margin-bottom: 0;
	overflow: hidden;
	text-align: center;
}
#entry_list .col:first-of-type {
	background-image: -moz-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
}
#entry_list .col:nth-of-type(2) {
	background:#0068b7;
}
#entry_list .col:nth-of-type(3) {
	background:#00abeb;
}
#entry_list .col p:after {
	background: url(../img/arrow_r_w.png) no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 27px;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 20px;
}
#top #category {
	margin-bottom: 0;
}
#sp_movie,.graylayer{
	display: none;
}
#sp_movie{
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	vertical-align: middle;
	display: inline-block;
	background-color: #fff;
	padding-bottom: 10px;
	text-align: center;
	z-index: 2147483648;
	min-width: 300px;
	max-width: 650px;
	width: 90%;
}
#sp_movie #sp_movie_box {
	overflow: hidden;
	margin: 10px 0;
}
#sp_movie iframe{
	padding: 10px;
	margin: -45px 0;
	width: 100%;
}
#top .sp_mv .mv_btn {
	overflow: hidden;
	display:block;
	top: 60%;
	border-radius: 2px;
	padding: 30px 8vh;
	height: 7vh;
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
	transition: 0.3s,all;
	text-indent: -9999px;
}
#top .sp_mv .mv_btn:hover{
	background-color: rgba(255,255,255,0.3);
}
.graylayer{
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top:0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 9998;
}
#entry_list .intern_entry .col{
	width: 162px;
	height: 47px;
	/*background: #0068b7;*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#top iframe.none {
		display: block!important;
	}
}
@media print, screen and (min-width:668px) {
	
	#top #top_movie,
	#top #support {
		height: 85vh;
		height: calc(100vh - 150px);
	}
	#top #nak80,
	#top #staff,
	#top #stages,
	#top #work,
	#top #information {
		height: 90vh;
		height: calc(100vh - 100px);
	}
	#top #nak80,
	#top #staff,
	#top #support,
	#top #stages {
		min-height: 650px;
	}
	#top #work,
	#top #information {
		min-height: 500px;
	}
	#nak80 .text_area {
		float: right;
	}
	#top #staff .col {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 99;
	}
	#top #nak80 .inner {
		z-index: 99;
		width: auto;
		position: relative;
		padding: 0 20px;
		max-width: 1300px;
		margin: 0 auto;
	}
	#top #staff {
		position: relative;
	}
	#top #staff .col {
		left: 25%;
		height: 100%;
	}
	#top #support {
		margin: 25px!important;
	}
	#top #top_movie {
		width: 100%;
		background: #000;
	}
	#top #news {
		background: #f3f4f6;
		padding: 100px 0;
	}
	#top #news .link_list {
		position: absolute;
		right: 0;
		top: 10px;
	}
}
@media only screen and (max-width:667px) {
	#top #news span[class^="icon"] {
		float: inherit;
		font-size: 12px;
	}
	#top #top_movie iframe{
		display: none;
	}
	#top #top_movie{
		background: #000 url(../../img/mv_sp_2.png) top/cover no-repeat;
		background-size: cover;
		padding: 0;
		min-height: 340px;
		/*height: 95vh;
		height: calc(100vh - 145px);*/
	}
	#top #page-title-wrap h1 {
		display: inline-block;
		color: #ffffff;
		font-size: 3em;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 2.5em;
		text-align: center;
		vertical-align: middle;
		text-shadow: 5px 5px 10px #000000;
	}
	#top #news {
		background: #f3f4f6;
		padding: 100px 0;
	}
	#top #nak80 p {
		font-size: 16px;
		font-weight: 600;
		line-height: 26px;
	}
	#top iframe {
		min-height: 200px;
		margin-left: 0!important;
		vertical-align: bottom;
		width: 100%;
	}	
	#top iframe:before {
		background: url(../../img/mv_sp.jpg) no-repeat;
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	#top #nak80 {
		background: #000 url(../../img/img_01_sp.jpg) no-repeat top;
		background-size: 107%;
		text-align: left;
		padding: 180px 0 90px;
	}
	#top_movie a {
		font-size: 10px;
	}
	#top #n_news{
		clear: both;
		overflow: hidden;
		padding: 15px 0;
		width: 100%;
		font-size: 0.95em;
	}
	#top #n_news .inner{
		padding: 0;
		line-height: 1.4;
	}
	#top #n_news h2{
		display: inline-block;
		width: 20%;
		padding:0;
		top: 0;
		border-right:none;
		margin:12px 0 0 5px;
		vertical-align: top;
		color: #ff9900;
		font-size: 15px;
	}
	#top #n_news h2::after{
		content:none;
	}
	#top #n_news dl{
		display: inline-block;
		width: 76%;
		margin: 0;
		padding: 0;
	}
	#top #n_news dt {
		display: inline-block;
		border-bottom: none;
		color: #ababab;
		line-height: inherit;
		width: 100%;
		padding: 0px;
		margin: 0 20px 0 0;
		font-weight: normal;
	}
	#top #n_news dt::before {
		content: none;
	}
	#top #n_news dd {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	#top #n_news dd a{
		color: #000;
	}
	#top #nak80 .t_right {
		text-align: left!important;
	}
	#top #category .fade{
		background-size: contain;
		text-align: center;
	}
	#top #category #staff {
		background: url(../../img/fade_img_04_sp.jpg) no-repeat top;
		background-size: contain;
		text-align: center;
	}
	#top #category .category_content.staff_category{
		margin-top: 230px;
	}
	#top .sp_mv {
		background:url(../../img/mv_sp.jpg) center top no-repeat;
		background-size: cover;
		top: -20px;
		animation: fadeimg 5s ease 0s 1 normal;
		padding: 0;
		width: 100%;
		height: 340px;
	}
	@keyframes fadeimg {
		0% {opacity: 0;}
		30% {opacity: 0;}
		90% {opacity: 1;}
		100% {opacity:1;}
	}
	.fade{
		background-size: contain;
		text-align: center;
	}
	.fade_1{
		background:url(../../img/fade_img_01_sp.jpg) top/cover no-repeat;
	}
	.fade_2{
		background: url(../../img/fade_img_02_sp.jpg) top/cover no-repeat;
	}
	.fade_3 {
		background: url(../../img/fade_img_03_sp.jpg) top/cover no-repeat;
	}
	#top #category #support {
		background: url(../../img/img_03_sp.jpg) no-repeat top;
		background-size: contain;
		text-align: center;
		margin: 0 10px;
	}
	#top #category #stages {
		background: url(../../img/img_04_sp.jpg) no-repeat top;
		background-size: contain;
		text-align: center;
		padding: 40px 0;
	}
	#top #category .pattern1_1 {
		margin-top: 0;
	}
	#top #category #work {
		background: url(../../img/img_05_sp.jpg) no-repeat top;
		background-size: contain;
		text-align: center;
		width: 100%;
	}
	#top #category #information {
		background: url(../../img/img_06_sp.jpg) no-repeat top;
		background-size: contain;
		padding: 50px 0 0;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
	#top #category .category_content {
		width: -webkit-calc(100%);
		width: calc(100%);
	}
	#top #news dt {
		font-size: 14px;
		padding: 20px 10px 10px;
		width: 100%;
	}
	#top #news dd {
		color: #ababab;
		display: -webkit-flex;
		display: flex;
		font-size: 14px;
		font-weight: 400;
		margin: 0;
		padding: 0 10px 20px;
		width: 100%;
	}
	#top #news a {
		width: 100%;
	}
	#top #news .link_list li {
		text-align: center;
		margin-top: -10px;
		margin-bottom: 10px;
	}
	#entry_list{
		padding-top: 10px;
	}
	#entry_list .pattern1_1_1 .col {
		margin: 0 auto 20px;
	}
	
	/* トップページ */
	#top_slider h2 {
		margin-bottom: 16px;
		margin-top: 35px;
		line-height: 100%;
		width: 100%;
	}
	#top_slider h2 img {
		vertical-align: top;
	}
	#top #contact_information {
		color: #ffffff;
		left: 8px;
		position: absolute;
		top: 457px;
		z-index: 99;
	}
	#top #contact_information span:nth-child(n+2) {
		font-size: 12px;
	}
	#top #t_news .t_news_btn,
	#details .m_bottom {
		margin-top: 20px;
	}
	
	/* top slider */
	.slider_item {
		height: 400px;
	}
	.slider_read {
		color: #0A57A2;
		font-size: 14px;
		font-style: oblique;
		line-height: 1.4;
		margin: 0 auto;
	}
	.slider_read img {
		height: 41px;
	}
	.slider_sentence {
		bottom: 30px;
		margin-bottom: 0;
		padding: 0 15px;
		position: absolute;
		right: 0;
		text-align: right !important;
	}
	.slider_sentence span {
		background: #ffffff;
		color: #0A57A2;
		display: inline-block;
		font-size: 11px;
		font-weight: bold;
		line-height: 100%;
		padding: 6px 10px;
	}
	.slider_sentence span:nth-child(n+2) {
		margin-top: 7px;
	}
	.slider_sentence img {
		height: 64px;
	}
	.slider_img {
		height: 140px;
		margin-bottom: 18px;
		text-align: center;
	}
	.bx-controls {
		padding: 10px 8px;
	}
	.bx-controls:after {
		content: "";
		width: 0;
		height: 0;
		border-top: 14px solid #0A57A2;
		border-right: 10px solid transparent;
		border-bottom: 14px solid transparent;
		border-left: 10px solid #0A57A2;
		position: absolute;
		right: -20px;
		top: 0;
	}
	.bx-pager {
		height: 8px;
		margin-right: 0;
	}
	.bx-pager-link {
		height: 7px;
		width: 7px;
	}
	.bx-pager-item + .bx-pager-item {
		margin-left: 7px;
	}
	.bx-prev,
	.bx-next {
		background-size: 14px 29px;
		height: 40px;
		margin-top: -20px;
		width: 36px;
	}
	.bx-prev {
		left: 5px;
	}
	.bx-next {
		right: 5px;
	}
	#top #bg_top_main {
		width: 668px;
	}
		
	/* ▼#_bottom */
	#f-top-btn {
		margin-bottom: 0;
		padding: 40px 0;
		background: #F7F7F7;
		border-top: 1px solid #D9D9D9;
	}
	#f-top-btn .pattern1_1_1,
	#f-top-btn p {
		margin-bottom: 0;
	}
	#f-top-btn .inner {
		padding: 0 25px;
	}
	#f-top-btn .col:last-child{
		margin-bottom: 0;
	}
	#f-top-btn .col:nth-child(-n+2){
		margin-bottom: 0;
	}
	#f-top-btn .btn-blue {
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		padding: 20px;
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width:320px) {
	#top .sp_mv .mv_btn{
		top: 61%;
	}
}


/* タブレット */
.tablet_device #top .sp_mv .mv_btn {
	padding: 100px 15vh;
	top: 54%;
}
.tablet_device #top #category .category_content.staff_category{
	margin-top: 230px;
}
.tablet_device #bg_movie {
	background: none;
}
.tablet_device .movie {
	height: 350px;
}
.tablet_device .sp_mv {
	display: block!important;
}
.tablet_device #top #category .fade{
	background-size: contain;
	text-align: center;
}
.tablet_device #top #category #staff {
	background: url(../../img/fade_img_04_sp.jpg) no-repeat top;
	background-size: contain;
	text-align: center;
}
.tablet_device #top .sp_mv {
	background:url(../../img/mv_sp.jpg) center top no-repeat;
	background-size: cover;
	animation: fadeimg 5s ease 0s 1 normal;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
}
.tablet_device #top #top_movie{
	background: #000 url(../../img/mv_sp_2.png) top/cover no-repeat;
	background-size: cover;
	padding: 0;
	min-height: 340px;
	/*height: 95vh;
	height: calc(100vh - 145px);*/
}
.tablet_device #top #nak80 p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
}
.tablet_device #nak80 .text_area {
	float: inherit;
}
.tablet_device #top .col {
	position: inherit!important;
	width: 100%;
	left: inherit!important;
	transform: none!important;
	margin: 0;
}
.tablet_device .fade {
	background-size: contain;
	text-align: center;
}
.tablet_device .fade_1 {
	background:url(../../img/fade_img_01_sp.jpg) top/cover no-repeat;
}
.tablet_device .fade_2 {
	background: url(../../img/fade_img_02_sp.jpg) top/cover no-repeat;
}
.tablet_device .fade_3 {
	background: url(../../img/fade_img_03_sp.jpg) top/cover no-repeat;
}

.tablet_device #top #category .category_content {
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}
.tablet_device #top #nak80 {
	background: url(../../img/img_01_sp.jpg) top left no-repeat;
	background-size: cover;
	text-align: left;
	padding: 600px 0 90px;
	    height: auto;
    min-height: auto;
}
.tablet_device #top #category #support {
	background: url(../../img/img_03_sp.jpg) no-repeat top;
	background-size: contain;
	text-align: center;
	margin: 0 10px;
	height: auto;
}
.tablet_device #top #category #stages {
	background: url(../../img/img_04_sp.jpg) no-repeat top;
	background-size: contain;
	text-align: center;
	padding: 40px 0;
}
.tablet_device #top #category .pattern1_1 {
	margin-top: 0;
	display: block;
}
.tablet_device #top #category #work {
	background: url(../../img/img_05_sp.jpg) no-repeat top;
	background-size: contain;
	text-align: center;
	width: 100%;
	min-height: auto;
    height: auto;
	margin: 0;
	padding: 0;
}
.tablet_device #top #category #information {
	background: url(../../img/img_06_sp.jpg) no-repeat top;
	background-size: contain;
	padding: 50px 0 0;
	margin-left: 0;
	text-align: center;
	width: 100%;
	height: auto;
	min-height: auto;
}

.tablet_device #top #category #information {
		background: url(../../img/img_06_sp.jpg) no-repeat top;
		background-size: contain;
		padding: 50px 0 0;
		margin-left: 0;
		text-align: center;
		width: 100%;
	}
.tablet_device #top #category .category_content {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
.tablet_device #top #news dt {
		font-size: 14px;
		padding: 20px 10px 10px;
		width: 100%;
	}

.tablet_device #top #page-title-wrap {
	display: none!important;
}
.tablet_device #top #news dd {
	color: #ababab;
	display: -webkit-flex;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0 10px 20px;
}
.tablet_device #top #category .category_content {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	margin: 50vh auto 50px;
}

.tablet_device #entry_list .pattern1_1_1 {
	justify-content: center;
}
.tablet_device #entry_list .col {
	padding: 1px;
	margin-left: 10px;
	width: 242px;
}
.tablet_device #entry_list .col:last-of-type {
	padding: 1px;
	width: 197px;
}

.tablet_device .headoffice {
	background: url(../../stages/headoffice/img_headoffice_01.jpg) bottom no-repeat;
	background-size: cover;
}
.tablet_device .headoffice_facility {
	background: url(../../stages/headoffice/img_headoffice_02.jpg) bottom no-repeat;
	background-size: cover;
}
.tablet_device .hoshizaki {
	background: url(../../stages/hoshizaki/img_hoshizaki_01.png) center no-repeat;
	background-size: cover;
}
.tablet_device .hoshizaki_facility {
	background: url(../../stages/hoshizaki/img_hoshizaki_02.jpg) bottom no-repeat;
	background-size: cover;
}
.tablet_device .chita {
	background: url(../../stages/chita/img_chita_01.jpg) center no-repeat;
	background-size: cover;
}
.tablet_device .chita_facility {
	background: url(../../stages/chita/img_chita_02.jpg) center no-repeat;
	background-size: cover;
}
.tablet_device .shibukawa {
	background: url(../../stages/shibukawa/img_shibukawa_01.jpg) center no-repeat;
	background-size: cover;
}
.tablet_device .shibukawa_facility {
	background: url(../../stages/shibukawa/img_shibukawa_02.jpg) center no-repeat;
	background-size: cover;
}

/* お知らせ（一覧）
============================= */

#page-title-area.message  {
	background: url(../../information/img/ph_mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
.information-list a {
	padding: 25px 0;
}
.information-list article {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#page-title-area.information_top {
	background: url(../../information/img/img_mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
#information section a {
	display: block;
	position: relative;
	width: 100%;
}
#information article:after {
	border-top: 1px solid #333333;
	content: "";
	display: block;
	height: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}
@media only screen and (max-width:667px) {
	#page-title-area.message  {
		background: url(../../information/img/ph_mainvisual_sp.jpg) no-repeat center center;
		background-size: cover;
	}
}

@media all and (-ms-high-contrast:none){

	#information article {
		font-size: 0;
		padding: 25px 0;
		position: relative;
	}
	#information article:after {
		border-top: 1px solid #333333;
		bottom: 0;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		width: 100%;
	}
}
#information section a {
	display: block;
	position: relative;
	width: 100%;
}
#information section a:after {
	border-top: 1px dashed #ffffff;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 100%;
}
#information span[class*=category],
#details span[class*=category] {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	line-height: initial;
	padding: 2px 0;
	text-align: center;
	width: 81px;
}
#information p:last-child {
	color: #333333;
	text-decoration: underline;
}
#information a:hover p:last-child {
	color: #333333;
	text-decoration: none;
}
#information p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 0;
	text-indent: 0;
}
#information article p:nth-child(2) {
	margin-right: 25px;
}

/* お問い合わせ
============================= */
.inquiry #page-title-area {
	background: url(../../inquiry/img/ph_mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
#inquiry input[type="text"],
#inquiry textarea {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #000000;
	font-size: 14px;
	padding: 6px 10px;
	vertical-align: middle;
}
#inquiry input[name="user_name_sei"],
#inquiry input[name="user_name_mei"],
#inquiry input[name="user_kana_sei"],
#inquiry input[name="user_kana_mei"] {
	width: 260px;
}
#inquiry input[type="radio"],
#inquiry input[type="checkbox"] {
	margin: 0 5px 2px 0;
}
#inquiry .hissu {
	background: #DD404A;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	float: right;
	font-weight: normal;
	line-height: 1.0;
	padding: 3px 5px;
}
#inquiry textarea {
	height: 80px;
	resize: vertical;
	width: 100%;
}
#inquiry input[name="company"],
#inquiry input[name="tel"],
#inquiry input[name="mail"] {
	width: 100%;
}
#inquiry #consent_area {
	text-align: center;
}
#inquiry .border_box {
	height: 206px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#inquiry table p,
#inquiry .section_child:last-child,
#inquiry border_box .section_child:last-child p {
	margin-bottom: 0;
}
#inquiry .btn_area {
	text-align: center;
}
#inquiry .btn_submit {
	background: #B2B2B2;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	padding: 16px 112px;
	text-decoration: none;
}
#inquiry .check_on:hover {
	opacity: 0.7;
}
#inquiry .t_error {
	color: #DD404A;
	line-height: 1.0;
	margin-bottom: 2px;
}
#inquiry .t_error:before {
	background: url(../../inquiry/img/i_error.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 17px;
	margin-right: 5px;
	vertical-align: middle;
	width: 15px;
}
#inquiry textarea.error,
#inquiry input[type="text"].error {
	background: #FDF1F2;
}
.thanks h2 {
	color: #0A57A2;
	font-size: 25px;
}
.thanks h2:after {
	display: none;
}
#inquiry .check_on {
	background: #0A57A2;
}
#thanks ul {
	margin-left: 0;
}
.thanks #page-title-area h1,
.sitemap #page-title-area h1,
.privacy #page-title-area h1 {
	color: #0A57A2;
}
.thanks #page-title-area {
	background: none;
}
.thanks #page-title-wrap,
.sitemap #page-title-wrap,
.privacy #page-title-wrap {
	background: #CEDCEA;
}
@media print, screen and (min-width:668px) {
	
	.thanks #page-title-wrap,
	.sitemap #page-title-wrap,
	.privacy #page-title-wrap {
		padding: 58px 0;
	}
	#inquiry th {
		line-height: initial;
		width: 217px;
	}
	#inquiry td {
		padding: 25px 0 25px 25px;
	}
	#inquiry input + input {
		margin-left: 10px;
	}
}

@media only screen and (max-width:667px) {
	
	#page-title-area.information_top {
		background: url(../../information/img/img_mainvisual_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#inquiry textarea {
		height: 150px;
		resize: vertical;
		width: 100%;
	}
	#inquiry input[type="text"] {
		height: 35px;
		width: 100%;
	}
	#inquiry input + input {
		margin-top: 10px;
	}
	#inquiry .border_box {
		padding: 20px 18px;
	}
	.thanks h2 {
		font-size: 18px;
	}
}


/* お知らせ（詳細）
============================= */

#d_data .inner {
	border-bottom: 1px solid #cccccc;
	display: flex;
	justify-content: flex-end;
}
#details #d_data p {
	display: inline-block;
	margin: 0 0 16px 20px;
}
#details #d_data p.d_date {
	color: #0A57A2;
}


@media print, screen and (min-width:668px) {
	
	#details #container > .section_child {
		margin-bottom: 35px;
	}
	#d_data {
		margin-bottom: 36px;
	}
}

@media only screen and ( max-width:667px ) {
	
	#d_data {
		margin-bottom: 15px;
	}
	#d_data .inner {
		margin: 0 15px;
		padding: 0;
	}
	#details #d_data p {
		line-height: 1.7;
		margin: 0 0 10px 15px;
	}
}
	
/* 404
============================= */
#not_found header .inner {
	text-align: center;
}
#not_found h1 {
	color: #0A57A2;
	font-size: 25px;
	line-height: 1.0;
	margin-bottom: 50px;
	text-align: center;
}
#not_found h1:after {
	display: none;
}
#not_found .read {
	color: #DD404A;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#not_found ul {
	margin-left: 0;
}


@media only print, screen and (min-width:668px) {
	
	#not_found #h-logo {
		margin: 26px 0 0;
	}
}

@media only screen and (max-width:667px) {
	#not_found header .inner {
		padding-top: 17px;
	}
	#not_found #h-logo {
		top: auto;
	}
	#not_found h1 {
		color: #0A57A2;
		font-size: 18px;
		line-height: 1;
		margin-bottom: 30px;
	}
	#not_found .section_child {
		margin-bottom: 30px;
	}
}



/* 社員サポート　教育制度
============================= */

.training01_caption {
	color: gray;
	display: block;
	font-size: 12px;
	font-weight:normal;
	line-height: 2;
	padding: 0 90px 0;
	text-indent: -1em;
	margin-left: 1em;
}

@media print, screen and (min-width:668px) {

	/* 教育制度
	============================= */
	#page-title-area.support_top {
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
		height: 270px;
		background: url(../../support/img/img_01.jpg) center top no-repeat;
		background-size: cover;
	}
	.support #page-title-area.training {
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
		height: 270px;
		background: url(../../support/img/training/img_01.jpg) center top no-repeat;
		background-size: cover;
	}
	
	#training .pattern1_1 .orange_box:last-of-type {
		margin-left: 50px;
	}
	.training_slide_wrap {
		display: flex;
	}
	#training .training_slide_wrap .training_slide01 {
		margin-top: 20px;
		height: 540px;
		width: 100%;
	}
	.training_slide01 > figure,
	.dormitory_slide01 > figure {
		float: left;
	}
	.training_slide01 > figure,
	.training_slide01 > figurecaption {
		display: block;
		position: absolute;
		width: 800px;
	}
	.dormitory_slide01 > figure,
	.dormitory_slide01 > figurecaption {
		display: block;
		width: 880px;
		position: relative;
	}
	
	.training_slide01 > figurecaption,
	.dormitory_slide01 > figurecaption  {
		clear: both;
	}
	
	.training_slide01 > figure img,
	.dormitory_slide01 > figure img {
		width: 100%;
		position: absolute;
		opacity: 0;
		-webkit-transition: opacity 0.4s;
		-moz-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
	.training_slide01_thumb {
		float: right;
	}
	#main-content .training_slide_wrap ul {
		margin-left: 25px;
	}
	.training_slide01_thumb ul li{
		margin-bottom: 6px;
	}
	
	.training_slide01_thumb ul li:before {
		display: none;
	}
	
	.training_slide01_thumb ul li a {
		border: 2px solid #fff;
		display:block;
		position: relative;
	}
	.training_slide01_thumb ul li.active a,
	.training_slide01_thumb ul li a:hover {
		border: 2px solid #f90;
	}
	
	.training_slide01_thumb ul li.active a:before,
	.training_slide01_thumb ul li a:hover:before {
		border-left: 2px solid #f90;
		border-top: 2px solid #f90;
		bottom: 0;
		content: "";
		display: block;
		height: 10px;
		left: -8px;
		margin: auto;
		position: absolute;
		top: 0;
		transform: rotate(-45deg);
		width: 10px;
	}
	
	.training_slide01_thumb ul li.active a:after,
	.training_slide01_thumb ul li a:hover:after {
		border-left: 2px solid #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 15px;
		left: -2px;
		margin: auto;
		position: absolute;
		top: 0;
	}
	
	.training_slide01_thumb ul li a figure {
		margin: 0;
	}
	
	.training_slide01_thumb ul li a figure img {
		vertical-align: bottom;
		width: 100%;
	}
	
	
	
	/* 寮・社宅
	============================= */
	.support #page-title-area.dormitory {
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
		height: 270px;
		background: url(../../support/img/dormitory/img_01.jpg) center top no-repeat;
		background-size: cover;
	}
	
}

.training_slide01 > figure img.active,
.dormitory_slide01 > figure img.active {
	opacity: 1.0;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
@media only screen and (max-width:667px) {
	
	/* 教育制度
	============================= */
	#page-title-area.support_top {
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
		height: 270px;
		background: url(../../support/img/img_01_sp.jpg) center top no-repeat;
		background-size: cover;
	}
	.support #page-title-area.training {
		background: url(../../support/img/training/img_01_sp.jpg) center top no-repeat;
		background-size: cover;
		height: 300px;
	}
	#training .section_child.orange_box {
		border: none;
		padding: 0;
	}
	#training .training_slide01 > figure {
		position: relative;
	}
	.dormitory_slide01 > figure, .dormitory_slide01 > figurecaption {
		display: block;
		position: relative;
	}
	.training_slide01 > figure img, .dormitory_slide01 > figure img {
		width: 100%;
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity 0.4s;
		-moz-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
	.support .trining h3 {
		border: none;
	}
	
	.training_slide01_thumb {
		margin-top: 20px;
	}

	.training_slide01_thumb ul {
		margin-left: 0 !important;
		width: 100%;
	}
	
	.training_slide01_thumb ul:after {
		content: "";
		clear:both;
		display:block;
	}
	.training_slide01_thumb ul li {
		display: inline;
		float: left;
		margin: 0 0 10px !important;
		padding: 0;
		width: 33%;
	}
	#training #container ul li:before {
		display: none;
	}
	.training_slide01_thumb ul li a {
		border: 2px solid #fff;
		display: inline-block;
		position: relative;
		width: 100%;
	}
	.training_slide01_thumb ul li.active a {
		border: 2px solid #f90;
	}
	
	.training_slide01_thumb ul li.active a:before {
		border-right: 2px solid #f90;
		border-top: 2px solid #f90;
		left: 0;
		content: "";
		display: block;
		height: 10px;
		right: 0;
		margin: auto;
		position: absolute;
		top: -8px;
		transform: rotate(-45deg);
		width: 10px;
	}
	
	.training_slide01_thumb ul li.active a:after {
		border-top: 2px solid #fff;
		left: 0;
		content: "";
		display: block;
		width: 13px;
		top: -2px;
		margin: auto;
		position: absolute;
		right: 0;
		height: 2px;
	}
	
	.training_slide01_thumb ul li a figure {
		display:inline;
	}
	
	
	.training_slide01_thumb ul li a figure img {
		width: 100%;
		vertical-align: bottom;
	}
	/* 寮・社宅
	============================= */
	.support #page-title-area.dormitory {
		position: relative;
		overflow: hidden;
		margin-bottom: 0;
		height: 270px;
		background: url(../../support/img/dormitory/img_01_sp.jpg) center top no-repeat;
		background-size: cover;
	}
}

/* 社員サポート 福利厚生
============================= */
#page-title-area.welfare {
	background: url(../../support/img/welfare/img_01.jpg) no-repeat center;
	background-size: cover;
}

#welfare section:not(#support_list) .pattern1_1_1 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
#welfare section h3 {
	border-bottom: none;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}
#welfare section figure {
	text-align: center;
}
#welfare section:not(#support_list) h2 {
	font-size: 34px;
	font-weight: 600;
	left: 20%;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#welfare h2 span {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
#welfare_01 h2 span,
#welfare_01 h3 {
	color: #f90;
}
#welfare_02 h2 span,
#welfare_02 h3 {
	color: #3b6dc0;
}
#welfare_03 h2 span,
#welfare_03 h3 {
	color: #ff5757;
}
#welfare_04 h2 span,
#welfare_04 h3 {
	color: #49ab22;
}
#welfare_05 h2 span,
#welfare_05 h3 {
	color: #f90;
}
#welfare_06 h2 span,
#welfare_06 h3 {
	color: #3b6dc0;
}
#welfare_07 h2 span,
#welfare_07 h3 {
	color: #ff5757;
}
#welfare_08 h2 span,
#welfare_08 h3 {
	color: #49ab22;
}
#welfare_09 h2 span,
#welfare_09 h3 {
	color: #f90;
}
#welfare_01 .col figure {
	background: #fff4e3;
	padding: 20px;
}
#welfare_02 .col figure {
	background: #f3f7ff;
	padding: 20px;
}
#welfare_03 .col figure {
	background: #ffe5e5;
	padding: 20px;
}
#welfare_04 .col figure {
	background: #f0fbec;
	padding: 20px;
}
#welfare_05 .col figure {
	background: #fff4e3;
	padding: 20px;
}
#welfare_06 .col figure {
	background: #f3f7ff;
	padding: 20px;
}
#welfare_07 .col figure {
	background: #fff4e3;
	padding: 20px;
}
#welfare_08 .col figure {
	background: #f0fbec;
	padding: 20px;
}
#welfare_09 .col figure {
	background: #fff4e3;
	padding: 20px;
}
#welfare_01 .col {
}
#welfare .section_child {
	position: relative;
}
#welfare h2:after {
	display: none;
}
#support_list {
	background: #ff9900;
	padding: 50px 0;
}
#information_top #support_list,
#stages_top #category_list,
#support_top #support_list {
	background: none;
	padding: 0;
}
#stages_top #category_list .col,
#information_top #support_list .col,
#support_top #support_list .col {
	background: #fff4e3;
}
#stages_top #support_list .col:lsat-child{
	margin: 0 0 0 20px;
}
#stages_hosizaki #support_list .col:nth-child(4),
#stages_top #category_list .col:nth-child(4){
	margin: 0 0 0 20px;
}
#support_list h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
#support_list .col {
	background: #fff;
	margin-left: 20px;
}
#category_list figure,
#support_list figure {
	margin-bottom: 0;
}
#category_list .col p,
#support_list .col p {
	color: #ff9900;
	font-size: 20px;
	font-weight: 600;
	padding: 12.5px 0;
	position: relative;
	text-align: center;
}
#information_top #support_list .col p {
	font-size: 1em;
	padding: 10px;
}
#stages_top .col p:after ,
#support_list .col p:after {
	background: url(../img/icon_arrow_sp.png) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 15px;
}
#information_top #support_list .col p::after{
	right: 5px;
	width: 10px;
}
#welfare .section_child:not(:last-child) {
	margin-bottom: 0;
}

@media print, screen and (min-width:668px) {
	
	#welfare section:not(#support_list) .col figure {
		min-height: 170px;
	}

	#welfare section:not(#support_list) .pattern1_1_1 .col:nth-of-type(n+4) {
		margin-top: 30px;
	}
	
	.stages #support_list .col:first-of-type p,
	.stages #support_list .col:nth-of-type(n+3) p {
		padding: 25px 10px;
	}
}


@media only screen and (max-width:667px) {
	#stages_top .col p:after, #support_list .col p:after {
		right: -10px;
	}
	#welfare_04 .col:nth-of-type(2) h3 {
		margin-bottom: 0;
	}
	#welfare h3 {
		letter-spacing: 0;
	}
	#page-title-area.welfare {
		background: url(../../support/img/welfare/img_01_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#welfare .section_child > figure img,
	#welfare #support_list figure img {
		width: 100%;
	}

	#welfare section:not(#support_list) .col figure {
		padding: 15px 5px;
	}
	#welfare section:not(#support_list) h2 {
		font-size: 24px;
		font-weight: 600;
		left: 40px;
		line-height: 1.2;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#welfare section:not(#support_list) .pattern1_1_1 {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	#welfare section:not(#support_list) .col:nth-of-type(2n) {
		padding-left: 10px;
	}
	#welfare section:not(#support_list) .col:nth-of-type(2n-1) {
		padding-right: 10px;
	}
	#welfare section:not(#support_list) .col {
		margin-bottom: 20px;
		width: 50%;
	}
	#category_list .col,
	#support_list .col,
	#category_list .pattern1_1_1 {
		margin-bottom: 10px;
		margin-left: 0;
	}
	#category_list .col:last-of-type,
	#support_list .col:last-of-type {
		margin-bottom: 0;
	}
	#category_list .col a,
	#support_list .col a {
		display: -webkit-flex;
		display: flex;
	}
	#category_list .col p ,
	#support_list .col p {
		align-self: center;
		font-size: 16px;
		margin-right: 20px;
		padding: 0;
		width: 90%;
		line-height: 20px;
	}
	#category_list .col figure,
	#support_list .col figure {
		margin-right: 10px;
		width: 50%;
	}
	#support_list .pattern1_1_1 {
		margin-bottom: 0;
		
	}
	#welfare section:not(#support_list) .pattern1_1_1 figure {
		min-height: 160px;
	}
	#welfare .section_child:not(:last-child) {
		margin-bottom: 20px;
	}
	#welfare section h3 {
		font-size: 16px;
	}
	#support_list .col p:after {
		right: -10px;
		width: 8px;
	}
}


/* 先輩写真紹介 中ページ
============================= */

/* メインビジュアル */
section.staff_information {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding-top: 335px;
	height: 657px;
	background: url(../../staff/img/01/img_onoda_01.jpg) center top no-repeat;
}
section.staff_information.staff01 {
	background-image: url(../../staff/img/01/img_onoda_01.jpg);
}
section.staff_information.staff02 {
	background-image: url(../../staff/img/02/img_saito_01.jpg);
}
section.staff_information.staff03 {
	background-image: url(../../staff/img/03/img_matsuda_01.jpg);
}
section.staff_information.staff04 {
	background-image: url(../../staff/img/04/img_ogata_01.jpg);
}
section.staff_information.staff05 {
	background-image: url(../../staff/img/05/img_tatushiro_01.jpg);
}
section.staff_information.staff06 {
	background-image: url(../../staff/img/06/img_aboshi_01.jpg);
}
section.staff_information.staff07 {
	background-image: url(../../staff/img/07/img_kodama_01.jpg);
}
section.staff_information.staff08 {
	background-image: url(../../staff/img/08/img_hatanaka_01.jpg);
}
section.staff_information.staff09 {
	background-image: url(../../staff/img/09/img_mizutani_01.jpg);
}
.staff_inner {
    position: absolute;
    width: 1050px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.staff_intro {
	position: absolute;
	left: 0;
	bottom: 20px;
	margin: 0;
	padding: 60px 45px;
	background: #FFF;
}
.staff_job {
	position: relative;
	margin-bottom: 5px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 600;
}
.staff_job:before {
	border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
	border: 1px solid #ff9900;
}
.staff_name {
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2;
}
.staff_name_en {
	display: block;
	letter-spacing: 5px;
	margin-bottom: 10px;
	font-size: 30px;
	font-family: Myriad Pro;
	color: #ff9900;
	line-height: 1.4;
}
.staff_room {
	font-weight: 500;
	line-height: 26px;
	margin: 0;
}
h2.staff_lead {
	width: 100%;
	margin: 170px 0 0;
	padding: 40px 0;
	background: #ff9900;
	text-align: right;
	color: #FFF;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
}
h2.staff_lead:after {
	display: none;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width:667px) {
	#stages_hosizaki #support_list .col:nth-child(4){
		margin-left: 0px;
		margin-bottom: 20px;
	}
	h2.staff_lead {
		width: 100%;
		margin: 220px 0 0;
		padding: 40px 0;
		background: #ff9900;
		text-align: right;
		color: #FFF;
		font-weight: 400;
		font-size: 24px;
		letter-spacing: 1px;
	}
	section.staff_information {
		height: auto;
		padding-top: 46px;
		background-size: contain;
	}
	section.staff_information.staff01 {
	background-image: url(../../staff/img/01/img_onoda_01_sp.jpg);
	}
	section.staff_information.staff02 {
		background-image: url(../../staff/img/02/img_saito_01_sp.jpg);
	}
	section.staff_information.staff03 {
		background-image: url(../../staff/img/03/img_matsuda_01_sp.jpg);
	}
	section.staff_information.staff04 {
		background-image: url(../../staff/img/04/img_ogata_01_sp.jpg);
	}
	section.staff_information.staff05 {
		background-image: url(../../staff/img/05/img_tatushiro_01_sp.jpg);
	}
	section.staff_information.staff06 {
		background-image: url(../../staff/img/06/img_aboshi_01_sp.jpg);
	}
	section.staff_information.staff07 {
		background-image: url(../../staff/img/07/img_kodama_01_sp.jpg);
	}
	section.staff_information.staff08 {
		background-image: url(../../staff/img/08/img_hatanaka_01_sp.jpg);
	}
	section.staff_information.staff09 {
		background-image: url(../../staff/img/09/img_mizutani_01_sp.jpg);
	}
	.staff_intro {
		padding: 30px 30px 0;
		height: 230px;
		bottom: 0;
		top: 215px;
	}
	.staff_name {
		font-size: 36px;
	}
	.staff_name_en {
		font-size: 15px;
		letter-spacing: 0.6em;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.staff_room {
		font-size: 14px;
		line-height: 1.6;
	}
	h2.staff_lead {
		padding: 200px 0 20px;
		font-size: 18px;
		text-align: center;
	}
	#staff .inner > h2 {
		margin-right: 10px;
		margin-left: 10px;
		position: static;
		text-align: left;
	}
	#staff .staff_list h2,
	#staff .staff_schedule h2 {
		text-align: center;
	}
}

/* 本文 */
.staff_text {
	position: relative;
	overflow: hidden;
	height: auto;
}
.staff_text img.pc {
	position: absolute;
	z-index: -1;
}
.staff_text img.sp {
	display: none;
}
.staff_text .section_child {
	width: 930px;
	height: 100%;
    margin: 510px auto 0;
	padding: 30px 30px 0;
	background: #FFF;
}
section:last-of-type .staff_text img.pc {
	position: inherit;
	vertical-align: bottom;
}
section:last-of-type .staff_text:last-of-type .section_child {
	width: 930px;
	height: 100%;
    margin: 0 auto;
	padding: 30px 30px 0;
	background: #FFF;
}
.btn_toggle {
	display: none;
}
@media only screen and (max-width:667px) {
	#pankuzu {
		display: none;
	}
	#staff #main-content .inner {
		padding: 0;
	}
	#staff .section_child {
		width: 100%;
    	margin: 0;
	}
	.staff_sp_toggle .inner {
		position: relative;
	}
	.staff_sp_toggle h2 {
		text-align: left;
		line-height: 1.3;
		font-size: 20px;
	}
	.staff_sp_toggle h2:after {
		display: none;
	}
	#staff section:last-of-type .staff_text:last-of-type .section_child{
		height:150px;
	}
	.btn_toggle {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 80%);
		bottom: 0;
		content: "";
		display: inline-block;
		left: 0;
		height: 60px;
		position: absolute;
		width: 100%;		
		text-align: center;
	}
	.staff_text .section_child { /* accordion */
		height: 150px;
		transition:all,0.5s;
	}
	.staff_text img.pc {
		display: none;
	}
	.staff_text img.sp {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.staff_text p{
		overflow: hidden;
		padding-bottom: 50px;
	}
	.btn_toggle::after{
		border-right: 3px solid #ff9900;
		border-top: 3px solid #ff9900;
		content: attr(data-item);
		display: block;
		height: 11px;
		left: 47%;
		bottom: 10px;
		position: absolute;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		width: 11px;
	}
	#staff .btn_toggle.active::after{
		-moz-transform: rotate(315deg);
		-webkit-transform: rotate(315deg);
		-o-transform: rotate(315deg);
		-ms-transform: rotate(315deg);
		transform: rotate(315deg);
	}

}

/* 一日のスケジュール */
.staff_schedule {
	padding: 90px 0;
	background: #f2f5f5;
}
.timeline {
	width: 100%;
	list-style: none;
	font-size: 0;
}
ul.timeline > li {
	overflow: hidden;
	margin: 0;
	padding-left: 20px;
	font-size: 16px;
	position: relative;
}
ul.timeline > li:nth-child(odd) {
	background: #FFF;
}
ul.timeline > li:before {
	display: none;
}
.timeline_content {
	position: relative;
	width: 100%;
	float: left;
	border-left: 3px #b5ccf4 solid;
	padding-left: 5px;
}
.timeline_content.work {
	border-left: 3px #ffe0b2 solid;
}
.timeline_content:before {
	content: url(../../staff/img/icon_private.png);
	width: 20px;
	height: 20px;
	position: absolute;
	left: -17px;
	top: 20px;
	border-radius: 100%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.timeline_content.work:before {
	content: url(../../staff/img/icon_work.png);
}

.timeline_content.start:after {
	content: '';
	position: absolute;
	top: 0;
	left: -3px;
	width: 3px;
	height: 26px;
	background: #fff;
}
.timeline_content.finish:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -3px;
	width: 3px;
	height: 23px;
	background: #fff;
}
.timeline_content.before_w:after {
	content: '';
	position: absolute;
	top: 0;
	left: -3px;
	width: 3px;
	height: 26px;
	background: #b5ccf4;
}
.timeline_content.after_w:after {
	content: '';
	position: absolute;
	top: 0;
	left: -3px;
	width: 3px;
	height: 26px;
	background: #ffe0b2;
}

.timeline_content p {
	margin: 20px 5px 20px 0;
	overflow: auto;
}
.timeline_hour {
	width: 60px;
	float: left;
	margin: 20px 10px;
	color: #3b6dc0;
}
.work .timeline_hour {
	color: #ff9900;
}

a.staff_btn {
	display: inline-block;
	padding: 15px 20px 15px 50px;
	border-radius: 6px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
	color: #FFF!important;
	font-size: 27px;
}
a.staff_btn.closemovie {
	padding: 15px 20px;
}
a.staff_btn span {
	font-size: 32px;
}
a.staff_btn img {
	margin-left: 35px;
}

@media print, screen and (min-width: 668px) {
	.staff_inner {
		width: 1050px;
	}
}
@media only screen and (max-width:667px) {
	.staff_schedule {
		padding: 40px 0 0;
	}
	#main-content .timeline {
		margin-left: 0;
	}
	.staff_schedule .col {
		margin-bottom: 0;
	}
	.timeline_content p {
		width: 70%;
	}
	a.staff_btn {
		padding: 10px 15px;
		font-size: 16px;
	}
	a.staff_btn span {
		font-size: 18px;
	}
	a.staff_btn img {
		margin-left: 15px;
		width: 8px;
    	height: auto;
	}

	#staff section + section {
		border-top: 1px solid #ccc;
		padding-top: 25px;
	}
}

/* 社員一覧 */
.staff_filter {
	margin-bottom: 30px;
	text-align: center;
}
.staff_filter a {
	display: inline-block;
	margin: 0 5px;
	padding: 6px 50px;
	min-width: 130px;
	color: #000!important;
	background: #f2f5f5;
	text-align: center;
}
.staff_filter a.active {
	position: relative;
	display: inline-block;
	padding: 4px 48px;
	color: #ff9800!important;
	background: #FFF;
	border: 2px solid #ff9800;
	box-sizing: border-box;
}
.staff_filter a.active:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	border: 8px solid transparent;
	border-top: 8px solid #FFF;
	z-index: 2;
}

.staff_filter a.active:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -11px;
	border: 10px solid transparent;
	border-top: 10px solid #ff9800;
	z-index: 1;
}
.staff_filter a.active span {
	margin: 0;
	padding: 0;
}

.staff_box {
	display: flex;
	flex-wrap: wrap;
}
.staff_box a {
	width: 206px;
	margin: 0 5px 5px 0;
	padding-bottom: 5px;
	background: #ff9800 url(../../staff/img/arrow_r.svg) right 10px bottom 20px no-repeat;
	background-size: 8px 13px;
	color: #FFF!important;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
}
.staff_box a:nth-child(5n) {
	margin-right: 0;
}
.staff_box a .staff_year {
	display: block;
	font-size: 14px;
}
@media only screen and (max-width:667px) {
	#main-content .staff_filter a {
		width: 29%;
		min-width: inherit;
		padding: 6px 0;
	}
	.staff_filter a{
		margin: 0 4px 0;
	}
	.staff_box a {
		width: calc(50% - 5px);
	}
	.staff_box a:nth-of-type(2n) {
	}
	.staff_box a img {
		width: 100%;
	}
	.staff_box {
		margin: 0 5px 0 10px;
	}
	.staff_box a:nth-child(5n) {
		margin-right: 5px;
	}
	.staff_box a.rikei:nth-child(2n-1) {
		margin-right: 5px;
	}
}

/* 採用情報
============================= */
.faq#page-title-area {
	background: url(../../information/img/faq_mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
.requirement#page-title-area {
	background: url(../../information/img/req_mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
.mb-box {
	margin-bottom: 70px;
}
.faq_list {
	margin-left: 25px!important;
}
.faq_list li {
	margin-bottom: 5px;
	margin-left: 15px;
}
.faq_list li:before {
	content: "";
	display: inline-block;
	height: 12px;
	padding-left: 5px;
	background: url(../img/icon_arrow_sp.png) no-repeat;
	background-size: contain;
	margin-left: -20px;
	width: 15px;
}

/*職種紹介*/
/*---------------------*/
.introduction#page-title-area{
	background:url(../../work/img/index/img_01.jpg) no-repeat center center;
	background-size: cover;
}

#introduction .pattern1_1 .not_active:hover{
	border: 2px solid #ff9800;
	margin: -2px;
}
#introduction .pattern1_1 .not_active:hover a{
	color: #ff9800;
}
#introduction .bg_gray {
	margin-top: -80px;
	padding: 30px 0;
}

#introduction .pattern1_1 .itext{
	align-self: flex-end;
	max-width: 580px;
	padding:0 30px 2vw 30px;
	margin: 25px 50px 25px 0;
}
#introduction .pattern1_1 .col.itext{
	margin: 25px 0 25px 50px;
}
#introduction .work_link .inner{
	width: 80%;
    margin: 0 auto;
	font-weight: bold;
}

.itext h2{
	display: inline-block;
	text-align: left;
	margin: 0 0 10px 0;
}
.itext h2::after{
    margin: 10px auto;
}
.pattern1_1 .active{
	position: relative;
    display: inline-block;
    padding: 15px 40%;
    color: #ff9800!important;
    background: #FFF;
    border: 2px solid #ff9800;
    box-sizing: border-box;
}
.pattern1_1 .active::before{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    border: 8px solid transparent;
    border-top: 8px solid #FFF;
    z-index: 2;
}

.pattern1_1 .active::after{

    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -11px;
    border: 10px solid transparent;
    border-top: 10px solid #ff9800;
    z-index: 1;
}
.not_active{
	text-align: center;
	background-color: #f2f5f5;
	border:none;
	padding: 15px 0;
}
.not_active a{
	color: #000000;	
}

#introduction .choice_btn{
	color: #000000;
	display: block;
	margin: -2px;
	text-align: center;
}

.work_list{
	display:flex;
	text-align: center;
	justify-content: center;
    align-items: center;
	width: 70%;
	margin: 0 auto;
}
.work_list li{
	width:50%;
}
.work_image{
	display: flex;
}
.work_box {
	position: relative;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #ff9900;
	width: 70%;
	margin: 0 auto;
	font-size: 1.2em;
}
#introduction .work_box span {
	font-weight: 600;
}
.work_box::before,
.work_box::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.work_box::before {
	top: 0;
	left: 0;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
}
.work_box::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
}
.work_image{
	margin:0 0 0 40px;
}
.work_image figurecaption{
	margin: 30px 0 20px 10px;
	color: #000000;
}
.work_image:hover figurecaption{
	text-decoration: none;
}
.morePersons{
	width: 76%;
}
.morePersons li{
	width: 40%;
}
.morePersons li:first-child{
	width: 40%;
}

#introduction .pattern1_1 reverse .col{
	margin: 30px 0 0 40px;
}
#introduction .img_area{
	width: 55%;
}

#introduction .itext{
	width: 40%;
}

@media only screen and (max-width: 668px) {
	.work_link {
		display: block;
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
	#introduction .pattern1_1 .col{
		width: 100%;
	}

	#introduction .itext{
		width: 100%;
	}
	.work_list {
		display: block;
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
	#introduction .pattern1_1 .itext {
		margin: 0 0 25px;
		padding: 10px;
	}
	#introduction .introduction#page-title-area {
		background: url(../../work/img/index/img_01_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#introduction .bg_gray {
		margin-top: -50px;
		padding: 30px 0;
	}
	#introduction .work_link .inner {
		width: 100%;
		margin: 0 auto;
		font-weight: bold;
	}
	.work_box{
		width: 240px;
		margin: 0 auto;
		line-height: 1.6;
		letter-spacing: 1px;
	}
	.work_box p {
		font-size: 20px;
	}
	.work_list li{
		width: 100%;
	}
	.work_image{
		margin: 0;
		margin: 20px;
	}
	.work_image img {
	}
	.work_image figurecaption{
		margin: 25px 0 20px 20px;
		width: 50%;
	}
	.morePersons{
		width: 100%;
	}
	.morePersons li{
		width: 100%;
	}
	.morePersons li:first-child{
		width: 100%;
	}
	#introduction .pattern1_1{
		overflow: hidden;
	}
	#introduction .work_wrap .pattern1_1{
		flex-direction: column-reverse;
		display: -webkit-flex;
		display: flex;
		margin: auto 10px;
	}
	#introduction .pattern1_1 .sp_btn{
		width: 45%;
		float: left;
		margin: 5px 5px 10px;
	}
	.not_active {
		width: 100%;
		padding: 10px;
	}
	.pattern1_1 .active{
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	#introduction h2{
		display: block;
		margin: 0 0 20px 0;
		text-align: center;
	}
	#introduction .pc_none{
		margin: 0;
	}
	#introduction .pc_none img{
		margin: 0 0 10px 0;
	}
}


/*先輩紹介indexページ*/

#page-title-area.staff_top  {
	background: url(../../staff/img/staff_mainimg.png) no-repeat center center;
	background-size: cover;
}
.staffs{
	display:flex;
	font-size: 0.95em;
}
.staff_linkWrap{
	display: flex;
	width: 480px;
	align-items: center;
	margin: 20px;
	transition: all,0.6s;
}
.staff_linkWrap p{
	color: #000000;
}

.content-area .staff_linkWrap figure {
	width: 240px;
	height: 240px;
	margin: 0 auto;
}
.staff_linkImg{
	width: 43%;
	height: auto;
}
.staff_discription{
	vertical-align: middle;
	width: 50%;
	margin: 0;
	padding-left: 20px;
}
.staff_discription p{
	margin: 10px 0 0 0;
}
.bg_orange{
	background-color:#ff9800;
	color: #fff;
	font-size: 0.85em; 
	font-weight: 600;
	padding: 4px 20px;
}

.staff_discription .staff_name_top{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
}
.staff_name_year{
	margin: 0 0 0 20px;
	font-size: 1rem;
	font-weight: normal;
}
#visbility{
	visibility: hidden;
}
@media only screen and (max-width: 668px) {
	.staff_discription {
		vertical-align: middle;
		margin: 10px 0 0;
		padding-left: 0;
		width: 100%;
	}
	#page-title-area.staff_top  {
		background: url(../../staff/img/staff_mainimg_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.staffs{
		display: block;
		width: 100%;
		}
	.staff_linkWrap p {
		margin: 5px 0 0;
	}
	.staffs:last-of-type .staff_linkWrap:last-of-type {
		margin: 0;
	}
	.staff_linkWrap{
		display: block;
		overflow: hidden;
		text-align: center;
		width: 100%;
		margin: 40px 0;
	}
	.staff_linkImg{
		width: 75%;
	}
	.faq_list {
		margin-left: 10px!important;
	}
}

/*新着情報*/

.n_choice_btn {
	display: flex;
	margin-bottom: 30px;
	text-align: center;
}
#news .news_year{
	display: block;
	width: calc(100%/4);
	padding:10px 0;
	margin: 10px;
	background-color: #f2f5f5;
	font-weight: bold;
	font-size: 1.2em;
}

.news_wrap{
	width: 80%;
	margin: 0 auto;
}
.news_box {
	display: block;
	border-bottom: 1px solid #fff4e3;
	font-size: 0.9em;
}

#news .news_year:hover{
	border: 2px solid #ff9800;
	margin: 8px 10px;
	padding: 10px 0;
}
#news .news_box{
	display: block;
	padding: 20px 0;
}
#news .news_box p{
	display: flex;
	width: 100%;
}
#news .news_date{
	color: #999999;
	margin: 0 50px 0 0;
	display: block;
	white-space: nowrap;
}
#news .n_choice_btn .active {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	margin: 8px 10px;
	color: #ff9800!important;
	background: #FFF;
	border: 2px solid #ff9800;
	box-sizing: border-box;
}
#news .n_choice_btn .active:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	border: 8px solid transparent;
	border-top: 8px solid #FFF;
	z-index: 2;
}

#news .n_choice_btn .active:after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -11px;
	border: 10px solid transparent;
	border-top: 10px solid #ff9800;
	z-index: 1;
}
#news .n_choice_btn .active span {
	margin: 0;
	padding: 0;
}
#news_detail section:not(#support_list) .inner {
	max-width: 740px;
}
#news_detail .inner .t_right {
	color: #999999;
}
/*事業所紹介*/
#page-title-area.stages_top {
	background:url(../../stages/img/mv_stages.jpg) no-repeat center;
	background-size: cover;
}
#page-title-area.stages_hosizaki {
	background:url(../../stages/img/mv_hoshizaki.jpg) no-repeat center;
	background-size: cover;
}
#page-title-area.stages_chita {
	background:url(../../stages/img/mv_chita.jpg) no-repeat center;
	background-size: cover;
}
#page-title-area.stages_shibukawa {
	background:url(../../stages/img/mv_shibukawa.jpg) no-repeat center;
	background-size: cover;
}
#page-title-area.stages_headoffice {
	background:url(../../stages/img/mv_headoffice.jpg) no-repeat center;
	background-size: cover;
}
.stages .places {
	margin-bottom: 100px;
}
@media only screen and (max-width: 668px) {
	.n_choice_btn{
		display: block;
		text-align: left;
	}
	.news_year:nth-of-type(2n) {
		margin-left: 10px;
	}
	#news .news_year:hover {
		margin: 10px 0;
		padding: 10px 0;
	}
	#news .news_year,#news .n_choice_btn .active{
		display: inline-block;
		position:relative;
		width: 49%;
		width: calc(50% - 5px);
		margin: 0 auto 20px 0;
		text-align: center;
	}
	.news #page-title-area {
		background: url(../../news/img/img_01_sp.jpg) no-repeat;
		background-size: cover;
	}
	.news_wrap{
		width: 100%;	
	}
	.title_img {
		width: 100%;
		margin: 50px 0 0 0;
		padding: 100px 0!important;
	}
	.title_img h2 {
		font-size: 34px;
		margin-bottom: 0;
		padding: 0 20px;
		line-height: 44px;
	}
	
	#news .news_box p{
		display: block;
	}
	.news_date{
		display: block;
	}
	#support_list.support_list_news p {
		padding: 15px 30px 15px 10px;
	} 
	#news_detail .inner {
		width: 100%;
	}
	#news_detail .inner .section_child {
		margin-bottom: 10px;
	}
	#news_detail .inner .t_right {
		text-align: left!important;
		font-size: 14px;
	}
	/*事業所紹介*/
	#page-title-area.stages_top {
		background:url(../../stages/img/mv_stages_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#page-title-area.stages_hosizaki {
		background:url(../../stages/img/mv_hoshizaki_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#page-title-area.stages_chita {
		background:url(../../stages/img/mv_chita_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#page-title-area.stages_shibukawa {
		background:url(../../stages/img/mv_shibukawa_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#page-title-area.stages_headoffice {
		background:url(../../stages/img/mv_headoffice_sp.jpg) no-repeat center;
		background-size: cover;
	}
}
.title_img{
	width: 100%;
	margin: 50px 0 0 0;
	padding: 170px 0;
}
.hoshizaki{
	background: url(../../stages/hoshizaki/img_hoshizaki_01.png) fixed center/cover no-repeat;
}
.hoshizaki_facility{
	background: url(../../stages/hoshizaki/img_hoshizaki_02.jpg) fixed center/cover no-repeat;
}
.chita{
	background: url(../../stages/chita/img_chita_01.jpg) fixed center/cover no-repeat;
}
.chita_facility{
	background: url(../../stages/chita/img_chita_02.jpg) fixed center/cover no-repeat;
}
.shibukawa{
	background: url(../../stages/shibukawa/img_shibukawa_01.jpg) fixed center/cover no-repeat;
}
.shibukawa_facility{
	background: url(../../stages/shibukawa/img_shibukawa_02.jpg) fixed center/cover no-repeat;
}
.headoffice{
	background: url(../../stages/headoffice/img_headoffice_01.jpg) fixed top/cover no-repeat;
}
.headoffice_facility{
	background: url(../../stages/headoffice/img_headoffice_02.jpg) fixed center/cover no-repeat;
}
.title_img h2{
	color: #fff;
	font-size: 34px;
	margin-bottom: 0;
	text-shadow: 0px 2px 20px #000;
}
.title_img h2::after{
	display: block;
	content: none;
}
.center_content{
	width: 85%;
	margin: 0 auto;
}
.images_contents {
	display: block;
	margin: 0 auto;
}
.stages .images_contents {
	width: 870px;
}
.select_img{
	margin: 60px 0 0 0;
	overflow: hidden;
}
.select_img ul{
	overflow: hidden;
	width: 100%;
}
.select_img li{
	float: left;
	display: block;
	width: calc(100%/3);
}
.select_img img{
	display: block;
	width: 100%;
	height: auto;
	padding: 0 1px 2px;
}

.overlayer{
	background: #fff;
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	padding: 20px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
	padding-bottom: 15px;
	text-align: center;
	z-index: 9999;
	max-width: 800px;
	box-sizing: content-box;
}
.overlayer img{
	display: block;
	max-width: 800px;
	max-height: 600px;
	width: auto!important;
	height: auto;
	margin: 0 auto;
}
.overlayer .closemovie{
	cursor: pointer;
	text-align: center;
	font-size: 0.95em;
	padding: 10px 20px;
	margin: 10px 0 0 0;
	line-height: 1.0;
}
@media only screen and (max-width: 668px) {
	#stages_top #support_list .pattern1_1_1{
		display: block;
	}
	#stages_top #support_list .pattern1_1_1:nth-child(1){
		margin-bottom: 20px;
	}
	.center_content{
		width: 100%;
	}
	.images_contents{
		width: 100%;
	}
	.select_img li{
		width: calc(99.5%/2);
	}
	.stages .images_contents {
		width: 100%;
	}
	.overlayer{
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		vertical-align: middle;
		display: inline-block;
		background-color: #fff;
		margin: 0;
		padding: 10px;
		text-align: center;
		min-width: 280px;
		width: 90%;
		z-index: 2147483648;
	}
	.overlayer img {
		width: 100%!important;
	}
	.hoshizaki{
		background: url(../../stages/hoshizaki/img_hoshizaki_01.png) center/cover no-repeat;
	}
	.hoshizaki_facility{
		background: url(../../stages/hoshizaki/img_hoshizaki_02.jpg) center/cover no-repeat;
	}
	.chita{
		background: url(../../stages/chita/img_chita_01.jpg) center/cover no-repeat;
	}
	.chita_facility{
		background: url(../../stages/chita/img_chita_02.jpg) center/cover no-repeat;
	}
	.shibukawa{
		background: url(../../stages/shibukawa/img_shibukawa_01.jpg) center/cover no-repeat;
	}
	.shibukawa_facility{
		background: url(../../stages/shibukawa/img_shibukawa_02.jpg) center/cover no-repeat;
	}
	.headoffice{
		background: url(../../stages/headoffice/img_headoffice_01.jpg) center/cover no-repeat;
	}
	.headoffice_facility{
		background: url(../../stages/headoffice/img_headoffice_02.jpg) center/cover no-repeat;
	}
}

/* 関連リンク */
.related_link {
	margin-bottom: 30px!important;
	padding: 30px 0;
	background: #ff9900;
	list-style: none;
}
.related_link h2 {
	color: #FFF;
}
.related_link h2:after {
	display: none;
}
#requirement td th {
	text-align: center;
	padding: 5px;
	width: 100px;
}
#requirement td td {
	text-align: center;
	padding: 10px;
	border-right: 1px solid #fff4e3;
}
#requirement td tr:nth-of-type(n+2) th {
	color: #000;
	font-weight: 400;
	padding: 10px;
}
#requirement td tr:first-of-type td {
	border-top: none;
}
#requirement td tr:first-of-type th  {
	background: #ff9900;
	border-left: 1px solid #fff;
	color: #fff;
	font-weight: 400;
}
.related_list {
	display: block;
	margin: 0!important;
	padding: 0!important;
	text-align: center;
}
.related_item {
	display: inline-block;
	padding: 0;
}
.related_item:before {
	display: none;
}
.related_item a {
	display: block;
	overflow: hidden;
	background: #FFF;
}
.related_item a:hover {
	text-decoration: none!important;
}
.related_item figure {
	margin-bottom: 0;
}
.related_ancher {
	padding: 15px;
	background: #FFF url(../img/icon_arrow_sp.png) right 10px center no-repeat;
	background-size: 8px 13px;
}
@media print, screen and (min-width: 668px) {
	.mb-box {
		margin-bottom: 100px;
	}
	#message .message_name {
		margin-left: 110px;
	}
	#message h2.t_left:after {
		margin: 10px auto 0 15px;
	}
	h2.sp_left:after {
	}
	.related_link {
		padding: 50px 0;
	}
	.related_item {
		width: 330px;
	}
	.news #page-title-area {
		background: url(../../news/img/img_01.jpg) no-repeat;
		background-size: cover;
	}
	
	}
}
@media only screen and (max-width:667px) {
	.mb-box {
		padding-bottom: 30px;
	}
	#message .t_left {
		text-align: center!important;
	}
	.faq#page-title-area {
		background-image: url(../../information/img/faq_mainvisual_sp.jpg);
	}
	.requirement#page-title-area {
		background-image: url(../../information/img/req_mainvisual_sp.jpg);
	}
	.related_list {
		font-size: 0;
	}
	.related_item { 
		width: 100%;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.related_item img {
		float: left;
	}
	.related_ancher {
		text-align: center;
	}
	#requirement td dt,
	#requirement td dd {
		border-bottom:none;
		color: #000;
		display: inline-block;
		font-size: 14px;
		margin-bottom: 0;
		margin-top: 10px;
		padding-bottom: 0;
	}
	#requirement td dt:before {
		display: none;
	}
	#requirement td dt {
		width: 110px;
	}
	#requirement td dd {
		width: calc(100% - 110px);
	}
	#requirement td tr:nth-of-type(n+2) th {
		color: #000;
		font-weight: 400;
		padding: 10px;
	}
	#requirement td tr:first-of-type td {
		border-top: none;
	}
	#requirement td tr:first-of-type th  {
		background: #ff9900;
		border-left: 1px solid #fff;
		color: #fff;
	}
	.news #page-title-area {
		background: url(../../news/img/img_01_sp.jpg) no-repeat;
		background-size: cover;
	}
}

.btn_detail{
	display: block;
	background: url(../../staff/01/img/btn_bg.png) center no-repeat;
	text-align: center;
	width: 38%;
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px 30px 10px 10px;
	color: #fff;
	font-size: 1.3em;
	position: relative;

}
.btn_detail span{
	font-size: 1.2em;
}

.btn_detail::after{
	background: url(../../staff/01/img/arrow_r_w.png) no-repeat;
    background-size: 10px 15px;
    content: '';
    display: inline-block;
    height: 15px;
    margin: -7.5px 0 0;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
}

/* CSS Print */
@media print{
	body {
		font-size: 90%;
		zoom: 90%;
	}
	.inner {
	}
	.link-internal-area {
		position: static!important;
	}
	.link-internal-area.fixed {
		display: none;
	}
	#content_nav,
	.none {
		display: block!important;
	}
	.slider_item {
		background: none!important;
	}
	.slider_inner > img {
		height: 510px;
	}
	.slider_item .inner {
		left: inherit;
		margin: 0 40px;
		transform: translateX(0);
	}
}

/* ポップアップ */

.internal-popup{
	position: fixed;
	content: "";
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.internal-popup-bg{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}
.internal-popup-box{
	position: absolute;
	content: "";
	max-width: 500px;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	padding: 20px 40px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.internal-popup-box p{
	line-height: 1.8em;
}
.internal-popup-close{
	position: absolute;
	content: "";
	border-radius: 50%;
	top: -16px;
	padding: 10px;
	right: -16px;
	background: -webkit-linear-gradient( 0deg, rgb(255,34,34) 0%, rgb(255,153,0) 100%);
	color: #fff;	
}
@media only screen and (max-width: 668px) {
	.internal-popup-box{
		max-width: 84%;
		border-radius: 10px;
		padding: 20px;
	}
}