@charset "utf-8";

/* CSS Document */

/* @font-face { font-family: 'FOT-AnitoStd-M'; src: url(./FOT-AnitoStd-M.otf); } */

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body {
	background-image: url("../image/back.gif");
	color:#000000;
	font-size:16px;
	margin:0;
	height:100%;
	position:relative;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.6;
	overflow-x:hidden;
}

@media screen and (max-width: 750px) {
	body {
		font-size: 24px;
	}
}

a:link {color:#cf3434; text-decoration:underline;}
a:visited {color:#cf3434; text-decoration:underline;}
a:hover {color:#e59c0e; text-decoration:underline;}

img {
	border:0;
	vertical-align: bottom;
}

/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

#lineup-font-size-sampler { display:none; }

div:after, section:after, article:after, ul:after {
    content: "";
    display: block;
    clear: both;
}

.link a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }

.under { margin-bottom:30px !important; }
.under-harf { margin-bottom:15px !important; }

.right { float:right; margin-left:30px; margin-bottom:15px; margin-top:5px;}
.left { float:left; margin-right:30px; margin-bottom:15px; margin-top:5px;}

.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

.first { padding-top:0 !important; margin-top:0 !important; }
.last { padding-bottom:0 !important; margin-bottom:0 !important; }

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

/*------------------------------------------------------------------------------------------------------------------
　img align for wordpress
-------------------------------------------------------------------------------------------------------------------*/

.aligncenter {
    display: block;
    margin: 0 auto;
	padding-bottom:25px;
	max-width:100%;
}
.alignright { float: right; margin-left:30px; margin-bottom:25px; max-width:100%; }
.alignleft { float: left; margin-right:30px; margin-bottom:25px; max-width:100%; }

.aligncenter img, .alignright img, .alignleft img {
	max-width:100%;
	height:auto;
}

@media screen and (max-width: 1140px) {
	.aligncenter {
		display: block;
		margin: 0 auto;
		padding-bottom:25px;
		max-width:100%;
		text-align:center;
	}
	.alignright { float: none; margin: 0 auto; margin-bottom:0; padding-bottom:25px; max-width:100%; text-align:center; }
	.alignleft { float: none; margin: 0 auto; margin-bottom:0; padding-bottom:25px; max-width:100%; text-align:center; }
}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
	border-top:#d1d1d1 3px double;
	margin-top:40px;
	padding-top:40px;
	padding-bottom:40px;
	display:block !important;
	clear:both !important;
	text-align:center;
}

.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#333333 !important;
		text-shadow:0px 1px #F6F6F6 !important;
		padding:6px 12px 8px 12px !important;
		border:solid 1px #fedcd2 !important;
		box-shadow:0px 1px #EFEFEF !important;
		-moz-box-shadow:0px 1px #EFEFEF !important;
		-webkit-box-shadow:0px 1px #EFEFEF !important;
		background:#fedcd2 !important;
		background:-moz-linear-gradient(top,#fedcd2 1px,#F3F3F3 1px,#fedcd2) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#fedcd2),color-stop(0.02,#fedcd2),color-stop(1,#fedcd2)) !important;
		font-size:12px !important;
		margin-right:3px !important;
		text-decoration:none !important;
}	
.wp-pagenavi a:hover {
		color:#fff !important;
		text-shadow:0px 1px #de744c !important;
		border-color:#de744c !important;
		background:#de744c !important;
		background:-moz-linear-gradient(top,#de744c 1px,#de744c 1px,#de744c) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#de744c),color-stop(0.02,#de744c),color-stop(1,#de744c)) !important;
		color:#FFFFFF !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;

}
 .wp-pagenavi span.current{
		padding:4px 12px 8px 12px !important;
		border:solid 1px #DCDCDC !important;
		color:#fff !important;
		font-size:14px;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;
		margin-right:3px !important;
		text-shadow:0px 1px #de744c !important;
		border-color:#de744c !important;
		background:#de744c !important;
		background:-moz-linear-gradient(top,#de744c 1px,#de744c 1px,#de744c) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#de744c),color-stop(0.02,#de744c),color-stop(1,#de744c)) !important;
}

/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width:100%;
	height:100%;
	min-width:750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

@media screen and (max-width: 1300px) {
	#primary {
		overflow: hidden;
		max-width: 1300px;
	}
}

@media screen and (max-width: 750px) {
	#primary {
		width: 750px;
		overflow: hidden;
	}
}

article {
	width:100%;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	transition:0.3s;
	box-sizing:border-box;
}

@media screen and (max-width: 1240px) {
	article {
		width:100%;
		padding-left:22px;
		padding-right:30px;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/

.header-primary {
	background-color: #262626;
	width: 100%;
	min-width: 750px;
	height: 120px;
}

.header-primary .logo {
	background-image: url("../image/logo.png");
	width: 162px;
	height: 51px;
	display: block;
	position: absolute;
	top: 35px;
	left: 42px;
}

@media screen and (max-width: 850px) {
	.header-primary .logo {
		background-image: url("../image/logo_resp.png");
		width: 162px;
		height: 80px;
		top: 24px;
	}
}

.header-primary .logo a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.header-primary h1 {
	background-image: url("../image/recruit-header-label.png");
	width: 203px;
	height: 51px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: absolute;
	top: 35px;
	left: 240px;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 850px) {
	.header-primary h1 {
		display: none;
	}
}

.header-primary .option {
	position: absolute;
	top: 0;
	right: 0;
}

.header-primary .option .entry-button {
	background-image: url("../image/header-entry-button.png");
	width: 356px;
	height: 120px;
	display: block;
	position: relative;
}

.header-primary .option .entry-button a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	transition: 0.2s;
}

.header-primary .option .entry-button a:hover {
	background-color: rgba(255,255,255,0.2);
}

/*------------------------------------------------------------------------------------------------------------------
　mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual {
}

#mainvisual .panel {
	background-image: url("../image/mv_20251117.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 0;
	padding-top: 52.083%;
	position: relative;
}

.subpage #mainvisual .panel {
	background-image: url("../image/mv-sub.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
	height: 260px;
	padding-top: 0;
}

#mainvisual .panel .catch {
	background-image: url("../image/mv-catch.png");
	width: 779px;
	height: 236px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	position: absolute;
	right: 10%;
	bottom: 20%;
	transition: 0.2s;
	transform-origin: top right;
}

@media screen and (max-width: 1700px) {
	#mainvisual .panel .catch {
		transform: scale(0.8,0.8);
		bottom:15%;
	}
}
@media screen and (max-width: 1340px) {
	#mainvisual .panel .catch {
		background-image: url("../image/mv-catch_resp.png");
		background-position: center top;
		background-repeat: no-repeat;
		height: 98px;
		right: auto;
		bottom:6%;
		left: 0;
		width: 100%;
		transform: scale(1,1);
	}
}
@media screen and (max-width: 1000px) {
	#mainvisual .panel .catch {
		background-size: 800px 82px;
	}
}
@media screen and (max-width: 800px) {
	#mainvisual .panel .catch {
		background-size: 700px 72px;
		bottom: 0;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　navi
-------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/

#footer {
	width:100%;
	background-color: #262626;
	padding-top: 80px;
	padding-bottom: 80px;
}

#footer .logo {
	background-image: url("../image/logo.png");
	width: 162px;
	height: 51px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 30px;
}

#footer .logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

#footer p a {
	text-decoration: none;
	color: #ffffff;
}

.topback a {
	position:fixed;
	bottom:30px;
	right:30px;
	background-image:url(../image/topback.png);
	width:84px;
	height:84px;
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	transition: 0.2s;
}

.topback a:hover {
	bottom:35px;
}


/*------------------------------------------------------------------------------------------------------------------
　additional
-------------------------------------------------------------------------------------------------------------------*/

#contents-primary {
	position:relative;
	padding-bottom: 140px;
}

#contents {
	position:relative;
}

/*----------------------------------------------------------------------------
   home
------------------------------------------------------------------------------*/


#vision {
    background-image: url("../image/vision.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 1200px;
    height: 617px;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    margin-top: -100px;
}

@media screen and (max-width: 1340px) {
	#vision {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1200px) {
	#vision {
		height: 0;
		padding-top: 51.4166%;
	}
}

@media screen and (max-width: 850px) {
	#vision {
    	background-image: url("../image/vision_resp.png");
	}
}


#voice_of_seniors {
}

#voice_of_seniors h2 {
	background-image: url("../image/h2-voice_of_seniors.png");
	width: 658px;
	height: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.staff-list-primary {
	margin-top: -90px;
}

.staff-list-primary .list {
	width: 20%;
	float: left;
	position: relative;
}

@media screen and (max-width: 1300px) {
	.staff-list-primary {
		text-align: center;
		letter-spacing: -.4em;
	}
	.staff-list-primary .list {
		width: 33.333%;
		float: none;
		display: inline-block;
		letter-spacing: normal;
	}
}
@media screen and (max-width: 850px) {
	.staff-list-primary .list {
		width: 50%;
	}
}

.staff-list-primary .list img {
	width: 100%;
}
.staff-list-primary .list a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}

.staff-list-primary .list a:after {
	background-color: rgba(255,255,255,0);
	content: "";
	display: block;
	transition: 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.staff-list-primary .list a:hover:after {
	background-color: rgba(255,255,255,0.2);
}

.staff-list-primary .list .staff-info {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: right;
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}

.staff-list-primary .list .staff-info .place {
	font-size: 30px;
}
.staff-list-primary .list .staff-info .place span {
	font-size: 18px;
	display: block;
}

.staff-list-primary .list .staff-info .name {
	font-size: 46px;
	display: inline-block;
}
.staff-list-primary .list .staff-info .name span {
	font-size: 20px;
	display: inline-block;
	padding-right: 15px;
}
@media screen and (max-width: 1500px) {
	.staff-list-primary .list .staff-info .name span {
		display: block;
		padding-right: 0;
	}
}


#base_introduction {
	padding-top: 80px;
	padding-bottom: 400px;
	position: relative;
	background-image: url("../image/aomori.png"), url("../image/akita.png?update=20250917");
	background-position: bottom left, bottom right;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1560px) {
	#base_introduction {
		background-position: bottom 0 left -100px, bottom 0 right -150px;
	}
}
@media screen and (max-width: 1300px) {
	#base_introduction {
		background-image: url("../image/aomori-akita.png?update=20250917");
		background-position: center bottom 50px;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

#base_introduction h2 {
	background-image: url("../image/h2-base_introduction.png");
	width: 655px;
	height: 149px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 1150px) {
	#base_introduction h2 {width: 600px;background-size: contain;background-repeat: no-repeat;}
}


#base_introduction h2+p {
	text-align: right;
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1100px) {
	#base_introduction h2 {
		margin-left: -10px;
	}
	#base_introduction h2+p {
		text-align: left;
		right: inherit;
		position: relative;
		top: inherit;
		margin-bottom: 50px;
	}
	#base_introduction h2+p br.pc {
		display: none;
	}
}




.base-list-primary {
	background-color:rgba(255,255,255,0.8);
	padding-top: 50px;
	padding-bottom: 50px;
}

.base-list-primary article {
}

.base-list-primary article .separate {
	width: 575px;
	transition: 0.3s;
}

.base-list-primary article .separate:nth-of-type(1) {
	float: left;
}
.base-list-primary article .separate:nth-of-type(2) {
	float: right;
}

@media screen and (max-width: 1240px) {
	.base-list-primary article .separate {
		width: 500px;
	}
	.base-list-primary article .separate:nth-of-type(1) {
		margin-left: 30px;
	}
	.base-list-primary article .separate:nth-of-type(2) {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1180px) {
	.base-list-primary article .separate {
		width: 500px;
	}
	.base-list-primary article .separate:nth-of-type(1) {
		margin-left: 30px;
	}
	.base-list-primary article .separate:nth-of-type(2) {
		margin-right: 30px;
	}
}
@media screen and (max-width: 1140px) {
	.base-list-primary article .separate {
		width: 450px;
	}
	.base-list-primary article .separate:nth-of-type(1) {
		margin-left: 30px;
	}
	.base-list-primary article .separate:nth-of-type(2) {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1100px) {
	.base-list-primary article .separate {
		width: 450px;
	}
}
@media screen and (max-width: 1040px) {
	.base-list-primary article .separate {
		width: 100%;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}


.base-list-primary article .separate .list {
	position: relative;
	margin-bottom: 10px;
	width: 573px;
	height: 85px;
	display: block;
	background-position: center right;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border: 1px solid #000000;
}

@media screen and (max-width: 1240px) {
	.base-list-primary article .separate .list {
		width: 500px;
	}
}
@media screen and (max-width: 1140px) {
	.base-list-primary article .separate .list {
		width: 450px;
	}
}
@media screen and (max-width: 1100px) {
	.base-list-primary article .separate .list {
		width: 450px;
	}
}
@media screen and (max-width: 1040px) {
	.base-list-primary article .separate .list {
		width: 100%;
	}
}

.base-list-primary article .separate .list a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 20px;
	transition: 0.2s;
}

@media screen and (max-width: 1100px) {
	.base-list-primary article .separate .list a {
		text-shadow: 
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
	}
}

.base-list-primary article .separate .list.db a {
	padding-top: 20px;
	padding-left: 20px;
}

.base-list-primary article .separate .list a:hover {
	background-color:rgba(255,255,255,0.2);
}

.base-list-primary article .separate .list a span {
	font-size: 16px;
}

.base-list-primary article .separate:nth-of-type(1) .list:nth-of-type(1) { background-image: url("../image/shopbana-back01_2023.png"); }
.base-list-primary article .separate:nth-of-type(1) .list:nth-of-type(2) { background-image: url("../image/shopbana-back03_2023.png"); }
.base-list-primary article .separate:nth-of-type(1) .list:nth-of-type(3) { background-image: url("../image/shopbana-back05_2023.png"); }
.base-list-primary article .separate:nth-of-type(1) .list:nth-of-type(4) { background-image: url("../image/shopbana-back07_2023.png?v2"); }
.base-list-primary article .separate:nth-of-type(1) .list:nth-of-type(5) { background-image: url("../image/shopbana-back09_2023.png"); }

.base-list-primary article .separate:nth-of-type(2) .list:nth-of-type(1) { background-image: url("../image/shopbana-back02_2023.png"); }
.base-list-primary article .separate:nth-of-type(2) .list:nth-of-type(2) { background-image: url("../image/shopbana-back04_2023.png"); }
.base-list-primary article .separate:nth-of-type(2) .list:nth-of-type(3) { background-image: url("../image/shopbana-back06_2023.png"); }
.base-list-primary article .separate:nth-of-type(2) .list:nth-of-type(4) { background-image: url("../image/shopbana-back08_2023.png"); }
.base-list-primary article .separate:nth-of-type(2) .list:nth-of-type(5) { background-image: url("../image/shopbana-back10_2023.png"); }

#ex-mv {
	background-image: url("../image/ex-back.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 679px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	position: relative;
	transition: 0.3s;
}

@media screen and (max-width: 1400px) {
	#ex-mv {
		background-position: left -100px top 0;
	}
}
@media screen and (max-width: 1100px) {
	#ex-mv {
		background-position: right 0 top 0;
	}
}

#ex-mv:after {
	content: "";
	background-image: url("../image/ex-comment_left_20230727.png?update=20250917");
	width: 629px;
	height: 335px;
	display: block;
	position: absolute;
	top: 290px;
	left: 95px;
}

@media screen and (max-width: 1100px) {
	#ex-mv:before {
		background-color: rgba(0,0,0,0.6);
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}
	#ex-mv:after {
		background-image: url("../image/ex-comment_left_20230727.png?update=20250917");
		top: 270px;
		left: 65px;
	}
}

#our_work {
	padding-top: 70px;
	margin-bottom: 70px;
}

#our_work h2 {
	background-image: url("../image/h2-our_work.png");
	width: 399px;
	height: 150px;
	margin: 0;
	padding: 0;
	margin-left: -8px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.our_work-primary {
	background-image: url("../image/colk-back.jpg");
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: -30px;
}

.work-list-primary {
	width: calc(100% + 42px);
	margin-left: -15px;
	text-align: center;
}

.work-list-primary .list {
	max-width: 380px;
	width: 100%;
	display: inline-block;
	background-color: rgba(255,255,255,0.76);
	padding: 30px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	box-sizing: border-box;
	text-align: left;
}

@media screen and (max-width: 860px) {
	.work-list-primary {
		width: 100%;
		margin-left: 0;
	}
	.work-list-primary .list {
		width: 100%;
		max-width: inherit;
		margin-left: auto;
		margin-right: auto;
	}
}

.work-list-primary .list .work-title {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}

.work-list-primary .list p {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 750px) {
	.work-list-primary .list .work-title {
		font-size: 28px;
	}
	.work-list-primary .list p {
		font-size: 24px;
	}
}

.work-list-primary .list .states {
	margin-bottom: 15px;
}

.work-list-primary .list .states .states-icon {
	width: 117px;
	height: 32px;
	display: inline-block;
	margin-right: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 31px;
}

@media screen and (max-width: 750px) {
	.work-list-primary .list .states .states-icon {
		width: 130px;
		height: 46px;
		line-height: 44px;
		font-size: 20px;
	}
}

.work-list-primary .list .states .states-icon:nth-of-type(1) {
	background-color: #c35656;
}

.work-list-primary .list .states .states-icon:nth-of-type(2) {
	background-color: #4b4b4b;
}

#welfare {
	background-image:url("../image/welfare-back.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 130px;
	position: relative;
}

#welfare h2 {
	background-image: url("../image/h2-welfare.png");
	background-position: center top;
	background-repeat: no-repeat;
	width: 329px;
	height: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin: 0;
	padding: 0;
	z-index: 10;
	position: relative;
}

#welfare p {
	margin-bottom: 50px;
	position: relative;
	z-index: 10;
	text-shadow: 
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}

@media screen and (max-width: 750px) {
	#welfare p {
		font-size: 24px;
	}
}

.welfare-photo-primary {
	width: calc(100% + 30px);
	margin-left: -80px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1380px) {
	.welfare-photo-primary {
		margin-left: 0;
		padding-top: 100px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px) {
	.welfare-photo-primary {
		padding-top: 30px;
	}
}

.welfare-photo-primary img {
	display: block;
	float: left;
	margin-right: 30px;
	width: calc(25% - 30px);
	box-sizing: border-box;
	border: 8px solid #ffffff;
}

@media screen and (max-width: 750px) {
	.welfare-photo-primary img {
		width: calc(50% - 30px);
		margin-bottom: 30px;
	}
}

#welfare:after {
	background-image: url("../image/welfare-mv.png");
	content: "";
	width: 866px;
	height: 691px;
	display: block;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 1;
}

@media screen and (max-width: 1380px) {
	#welfare:after {
		width: calc(100% - 480px);
		height: 0;
		padding-top: 79.7921%;
		background-position: top right;
		background-size: contain;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1000px) {
	#welfare:after {
		top: 30px;
	}
}
@media screen and (max-width: 950px) {
	#welfare:after {
		background-position: top center;
		width: calc(100% - 300px);
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

#faq {
	background-image: url("../image/faq-back.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 730px;
	padding-top: 90px;
	box-sizing: border-box;
}

#faq h2 {
	background-image: url("../image/h2-faq.png");
	width: 231px;
	height: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin: 0;
	padding: 0;
}

.faq-list-primary {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	padding-left: 378px;
	box-sizing: border-box;
}

.faq-list-primary .list {
	background-color: rgba(255,255,255,0.75);
		width: calc(100% + 300px);
		padding: 35px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 320px;
		margin-bottom: 20px;
		font-size: 30px;
		box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
	#faq {
		background-size: cover;
		padding-bottom: 80px;
	}
	.faq-list-primary {
		padding-left: 0;
		padding-top: 30px;
		position: relative;
		top: inherit;
		right: inherit;
	}
	.faq-list-primary .list {
		display: block;
		clear: both;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 30px;
	}
}

.faq-list-primary .list .question {
	color: #262626;
}

.faq-list-primary .list p {
	color: #e81f1f;
	margin: 0;
	padding: 0;
	font-size: 24px;
}

#entry {
	padding-top: 80px;
}

@media screen and (max-width: 1100px) {
	#entry {
		padding-top: 150px;
	}
}

@media screen and (max-width: 1000px) {
	#entry {
		padding-top: 50px;
	}
}

#entry h2 {
	background-image: url("../image/h2-entry.png");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	width: 252px;
	height: 150px;
	margin-bottom: 40px;
}

#entry h2+p {
	position: absolute;
	top: 50px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #262626;
	text-align: right;
}

#entry h2+p br {
	display: none;
}

@media screen and (max-width: 900px) {
	#entry h2+p br {
		display: block;
	}
}

@media screen and (max-width: 750px) {
	#entry h2+p {
		right: 30px;
	}
	#entry table th, #entry table td {
		font-size: 24px;
	}
}

.recruit-style-primary {
	padding-bottom: 30px;
}

.recruit-style-primary ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 30px);
}

.recruit-style-primary ul li {
	width: calc(25% - 30px);
	margin-right: 30px;
	float: left;
	background-color: #ffffff;
	border: 2px solid #f0686c;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #f0686c;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	.recruit-style-primary {
		padding-bottom: 0;
	}
	.recruit-style-primary ul li {
		width: calc(50% - 30px);
		margin-bottom: 30px;
		font-size: 28px;
	}
}

#entry table th span {
	color: #ff0000;
	font-weight: normal;
}

#entry .alart {
	background-color: #ffffff;
	border: 1px solid #dd4949;
	color: #dd4949;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	#entry .alart {
		font-size: 24px;
	}
}

.recruitment {
	background-image: url("../image/popup-back.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
	padding: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.recruitment h3 {
	color: #2779cb;
	font-size: 42px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

.recruitment h3 span {
	display: block;
	font-size: 20px;
	color: #878787;
}

.recruitment .recruitment-list-primary {
	width: calc(100% + 30px);
}

.recruitment .recruitment-list-primary .list {
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	box-sizing: border-box;
}

@media screen and (max-width: 900px) {
	.recruitment .recruitment-list-primary {
		width: 100%;
	}
	.recruitment .recruitment-list-primary .list {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}

.recruitment .recruitment-list-primary .list h4 {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.recruitment .recruitment-list-primary .list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recruitment .recruitment-list-primary .list ul li {
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 18px;
}

@media screen and (max-width: 750px) {
	.recruitment .recruitment-list-primary .list ul li {
		font-size: 22px;
	}
}

.recruitment .recruitment-list-primary .list ul li:last-of-type {
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------
   staff detail
------------------------------------------------------------------------------*/

#hidden-content {
	display: none;
}

.popup-content {
	background-image: url("../image/popup-back.jpg");
	background-color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	padding: 40px;
	padding-right: 15px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.popup-content .content {
	height: 600px;
	box-sizing: border-box;
	padding-bottom: 85px;
}

@media screen and (max-width: 750px) {
	.popup-content {
		overflow: scroll;
	}
	.popup-content .content {
		height: 900px;
		padding-right: 30px;
	}
	.popup-content .content p {
		padding-bottom: 50px !important;
		font-size: 24px;
	}
}

.popup-content p {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.popup-content h3 {
	font-size: 60px;
	line-height: 50px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	display: block;
	letter-spacing: -18px;
	padding-top: 20px;
	padding-left: 15px;
}
.popup-content h3 span {
	font-size: 24px;
	display: block;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 20px;
}

#staff05.popup-content h3 {
	letter-spacing: 0 !important;
}

.mCSB_buttonUp, mCSB_buttonDown {
	display: none !important;
}

@media screen and (max-width: 750px) {
	.popup-content img {
		float: none !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}