@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);


html {
	font: normal normal normal 62.5%/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: #333;
	color: rgba(0, 0, 0, .8);
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-decoration: underline;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}

a:hover {
	text-decoration: none;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	interpolation-mode: bicubic;
}

br {
	display: block;
	letter-spacing:0;
	white-space:normal;
}


/*------------------------------------*/


#header {
	padding: 0 calc(20px + .5vw);
	/*background-color: rgba(255, 255, 255, .9);*/
	background-color: rgba(255, 255, 255, .99);
	box-sizing: border-box;
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:99999;
	box-shadow:0 0 3px #ccc;
}

.header-logo a {
	display: block;
}

.header-nav-list-item a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height:30px;
}

.header-nav-list-item a:hover,
.header-nav-list-item a.active {
	color: #1879c0;
}
.header-nav-list-item a.apply{
	display:inline-block;
	background:#03528F url(common/image/e3_03.png) 8px center no-repeat;
	padding:0 8px 0 33px;
	color:#fff;
}

#menu {
	width: 25px;
	height: 25px;
	display: none;
	background-image: url(common/image/img_menu.png);
	background-position: center top;
	background-size: 100%;
	cursor: pointer;
}

.ie9 .header-wrap {
	width: 100%;
	display: table;
}


@media screen and ( min-width: 801px ) {

	.header-wrap {
		height: 80px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
	}

	.header-logo {
		/*width: 200px;*/
	}

	.header-nav {
		margin-left: auto;
	}

	.header-nav-list {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
	}

	.header-nav-list-item {
		margin-left: calc(1px + 1vw);
		margin-left: 20px;
		font-size: 1.4rem;
		line-height: 2rem;
	}

.ie9 .header-logo,
.ie9 .header-nav {
	display: table-cell;
	vertical-align: middle;
}

.ie9 .header-nav-list {
	display: table;
	margin-left: auto;
}

.ie9 .header-nav-list-item {
	padding-left: calc(1px + 4vw);
	display: table-cell;
	vertical-align: middle;
}

}

.header-nav-list-item{
	position:relative;
}
.header-nav-list-item .lev1{
	line-height:80px;
	display:block;
	padding-left:2em;
	padding-right:2em;
}
.header-nav-list-item .lev1:hover{
	background:#03528f;
	color:#fff;
}

.header-nav-list .sub{
	display:none;
	position:absolute;
	left:50%;
	top:80px;
	background:#fff;
	/*border:1px solid #d4d4d4;*/
	box-shadow:0px 0px 6px rgb(0 0 0 / 35%);
	border-radius:0 0 4px 4px;
	z-index:99999;
	transform:translate(-50%,0);
}
.header-nav-list .sub li{
	padding:0;
}
.header-nav-list .sub li a{
	white-space:nowrap;
	border:none;
	line-height:44px;
	font-weight:normal;
	position:relative;
	padding:0 20px;
	display:block;
}
.header-nav-list .sub li a::after{
	content:'';
	position:absolute;
	left:10px;
	right:10px;
	bottom:0;
	height:0;
	border-bottom:dotted 1px #000;
}
.header-nav-list .sub li:last-child a::after{
	border-bottom:none;
}
.header-nav-list .sub li a:hover{
	background:#03528f;
	color:#fff;
}
.header-nav-list li.dropdown:hover .sub a{
	/*border-top:1px solid #efeae4;*/
}
.header-nav-list li:hover .sub{
	display:block;
}

@media screen and ( max-width: 800px ) {

	#header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	.header-logo {
		width: 170px;
		height: 50px;
/* 		margin: 0 auto; */
/*
		display: -webkit-flex;
		display: flex;
*/
		position: relative;
		z-index: 150;
/*
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
*/
	}

	.header-logo a {
		height: 50px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
	}

	.header-nav {
		width: 100%;
		height: 100vh;
		background-color: rgba(255, 255, 255, 1);
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		display: none;
	}

	.visible .header-nav {
		display: block;
		z-index: 100;
	}

/*
	.header-nav-list {
		padding-top: 30px;
	}
*/

	.header-nav-list {
		height: calc(100vh - 50px);
		display: -webkit-flex;
		display: flex;
		position: relative;
		top: 10px;
		box-sizing: border-box;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
		-webkit-flex-direction: column;
				flex-direction: column;
	}

	.header-nav-list-item {
		width: 100%;
		font-size: 2rem;
		line-height: 4rem;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}

	.header-nav-list-item:first-child {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	.header-nav-list-item a {
		padding: 10px 0;
		display: block;
		text-align: center;
	}
	
	
.header-nav-list-item a.apply{
	display:block;
	background:none;
		padding: 10px 0;
		text-align: center;
	color:#000;
}

	#menu {
		display: block;
		position: fixed;
		right: 20px;
		top: 12px;
		z-index: 200;
	}

	.visible #menu {
		background-position: center bottom;
	}

	.ie9 .header-logo {
		padding-top: 10px;
		box-sizing: border-box;
	}

	.ie9 .header-nav {
		display: none;
	}

	.ie9 .visible .header-nav {
		display: table;
	}

	.ie9 .header-nav-list {
		display: table-cell;
		vertical-align: middle;
	}

}


/*------------------------------------*/


#footer {
	padding: 0 calc(20px + .5vw);
	background:#ececec;
}

.footer-wrap {
	display: -webkit-flex;
	display: flex;
}

.footer-logo {
	/*width: 155px;*/
}

.footer-list {
	display: -webkit-flex;
	display: flex;
	font-size: 1.4rem;
	line-height: 2.5rem;
	-webkit-align-items: center;
			align-items: center;
}

.footer-list-item a {
	text-decoration: none;
}

.footer-list-item a:hover,
.footer-list-item a.active {
	color: #1879c0;
}

.footer-copyright {
	font-size: 1.1rem;
	line-height: 2.5rem;
}


@media screen and ( min-width: 801px ) {

	.footer-wrap {
		-webkit-align-items: center;
				align-items: center;
	}

	.footer-logo {
		margin-right: calc(40px + 3vw);
	}

	.footer-list-item {
		margin-right: calc(20px + 1vw);
	}

	.footer-copyright {
		margin-left: auto;
	}

.ie9 .footer-wrap {
	width: 100%;
	display: table;
}

.ie9 .footer-logo,
.ie9 .footer-list,
.ie9 .footer-copyright {
	display: table-cell;
	vertical-align: middle;
}

.ie9 .footer-logo {
	padding-right: 60px;
}

.ie9 .footer-list-item {
	display: inline-block;
	vertical-align: middle;
}

.ie9 .footer-copyright {
	text-align: right;
}

}


@media screen and ( max-width: 800px ) {

	.footer-wrap {
		padding: 25px 0 10px 0;
		-webkit-flex-direction: column;
				flex-direction: column;
	}

	.footer-logo {
		margin: 0 auto;
		-webkit-order: 0;
				order: 0;
	}

	.footer-list {
		width: 200px;
		margin: 0 auto;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid rgba(0, 0, 0, .15);
		-webkit-order: 2;
				order: 2;
	}

	.footer-list-item {
		font-size: 1.2rem;
		line-height: 2rem;
		text-align: center;
	}

	.footer-list-item:last-child {
		margin-left: auto;
	}

	.footer-copyright {
		margin: 10px auto 0 auto;
		display: block;
		text-align: center;
		-webkit-order: 1;
				order: 1;
	}

}


/*------------------------------------*/


.fbanner {
	padding: calc(20px + 1vw) calc(20px + .5vw);
	background-color: #e5e5e5;
}

.fbanner-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.fbanner-list {
	border-radius: 5px;
	position: relative;
	flex: 1;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.fbanner-list:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.fbanner-list.fd {
	background-color: #1879c0;
}

.fbanner-list.recruit {
	background-color: rgba(0, 0, 0, 1);
}

.fbanner-list.fd:before {
	background-image: url(common/image/img_finding.png);
	opacity: .2;
}

.fbanner-list.recruit:before {
	background-image: url(images/img_recruit.jpg);
	opacity: .6;
}

.fbanner-list a {
	height: calc(150px + 10vw);
	max-height: 300px;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-flex-direction: column;
			flex-direction: column;
}

.fbanner-list.fd .font-eng {
	max-width: 283px;
/* 	height: 100px; */
	margin-bottom: calc(10px + 1vw);
	display: block;
}

.fbanner-list-title {
	margin-bottom: calc(10px + 1vw);
	display: block;
	font-weight: bold;
	line-height: 2rem;
}

.ie9 .fbanner-wrap {
	width: 100%;
	overflow: hidden;
}

.ie9 .fbanner-list {
	display: table;
	float: left;
	letter-spacing: normal;
}

.ie9 .fbanner-list a {
	display: table-cell;
	vertical-align: middle;
}

.ie9 .font-eng,
.ie9 .fbanner-list-title,
.ie9 .fbanner-list .btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


@media screen and ( min-width: 801px ) {

	.fbanner-wrap {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.fbanner-list {
		margin-left: calc(20px + 1vw);
	}

	.fbanner-list:first-child {
		margin: 0;
	}

	.fbanner .font-eng {
		font-size: 6rem;
		line-height: 6rem;
	}

	.fbanner-list-title {
		font-size: 1.6rem;
	}

	.ie9 .fbanner-list {
		width: calc((100% - (22px + 1vw)) / 2);
	}

}


@media screen and ( max-width: 800px ) {

	.fbanner-list {
		margin: 10px 0;
	}

	.fbanner-list.fd .font-eng {
		max-width: 200px;
	}

	.fbanner .font-eng {
		font-size: 4rem;
		line-height: 4rem;
	}

	.fbanner-list-title {
		font-size: 1.4rem;
	}

	.ie9 .fbanner-list {
		width: 100%;
	}

}


/*------------------------------------*/


.contents {
	overflow: hidden;
	position:relative;
}

.font-eng {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.paagetitle {
	height: calc(100px + 10vw);
	/*max-height: 240px;*/
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-flex-direction: column;
			flex-direction: column;
	color:#fff;
	text-shadow:3px 0px 10px #999;
}

.paagetitle .font-eng {
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: table;
	border-bottom: 2px solid #fff;
	font-size: 5rem;
	line-height: 6rem;
}

.paagetitle-name {
	display: table;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
}

.ie9 .paagetitle {
	margin: 0 auto;
	padding-top: 80px;
}

.ie9 .paagetitle-name {
	margin: 0 auto;
}

.contents-title {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	margin-bottom: calc(20px + 1vw);
	padding-bottom: 10px;
	display: table;
	border-bottom: 2px solid rgba(0, 0, 0, .5);
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: bold;
}

.ie9 .contents-title {
	width: auto;
}

.contents-title.font-eng {
	font-size: 3rem;
}

a.btn,
a .btn,
input.btn {
	width: calc(100px + 2vw);
	max-width: 140px;
	padding: 10px 0;
	display: block;
	background-color: transparent;
	border: 2px solid #1879c0;
	border-radius: 3px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	color: #1879c0;
	box-sizing: border-box;
	transition: all 300ms ease;
}

a:hover.btn,
a:hover .btn {
	background-color: #1879c0;
	color: rgba(255, 255, 255, 1);
}

a.btn.wt,
a .btn.wt {
	border-color: rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

a:hover.btn.wt,
a:hover .btn.wt {
	background-color: rgba(255, 255, 255, 1);
	color: #1879c0;
}

a.btn.bk,
a .btn.bk {
	border-color: rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
}

a:hover.btn.bk,
a:hover .btn.bk {
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}


@media screen and ( max-width: 801px ) {

	.paagetitle .font-eng {
		border-bottom: 3px solid #fff;
		font-size: 3.5rem;
		line-height: 4rem;
	}

	.paagetitle-name {
		font-size: 1.4rem;
	}

}


@media screen and ( max-width: 800px ) {

	.contents {
		margin-top: 50px;
		overflow: hidden;
	}

	.contents-title {
		padding-bottom: 10px;
		font-size: 2.5rem;
		line-height: 3rem;
	}

}
.footer-wrap{
	padding:60px 0 30px;
}
.footer-logo{
	width:50%;
	text-align:right;
	margin:0;
	padding-right:45px;
}
.footer-logo img{
	width:400px;
}
.footer-address{
	width:50%;
	font-size:16px;
	line-height:1.6;
	border-left:1px dashed #ccc;
	box-sizing:border-box;
	padding-left:45px;
}
.footer-address p + p{
	margin-top:18px;
}
.footer-address strong{
	font-size:28px;
}
.footer-copyright{
	text-align:center;
	padding:0 0 60px;
	font-size:16px;
	color:#999;
}
.footer-address a{
	text-decoration:none;
}
.page{
	text-align:center;
	margin:40px 0 0;
}
#menu + #container, #menu + .contents{
	margin-top:80px;
}
@media screen and ( max-width: 800px ) {
	.header-nav-list-item .lev1{
		line-height:32px;
	}
	.header-nav-list li .sub{
		display:block;
		position:inherit;
		left:inherit;
		display:flex;
		top:inherit;
		transform:none;
		flex-wrap: wrap;
	}
	.header-nav-list li:hover .sub{
		display:block;
		position:inherit;
		left:inherit;
		display:flex;
		top:inherit;
		transform:none;
		flex-wrap: wrap;
	}
	.header-nav-list li .sub li{
		width:50%;
		box-sizing:border-box;
		font-size:14px;
	}
	.header-nav-list .sub li:nth-child(5) a::after{
		border-bottom:none;
	}
	#menu + #container, #menu + .contents{
		margin-top:50px;
	}
}.skippr{width:100%;height:100%;position:relative;overflow:hidden}.skippr>div{position:absolute;width:100%;height:100%;background-size:cover;background-position:50% 62.5%}.skippr>img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:100%;min-height:100%}.skippr-nav-container{position:absolute;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);bottom:25px;overflow:auto;z-index:999}.skippr-nav-element{cursor:pointer;float:left;background-color:rgba(255,255,255,0.5);-webkit-transition:all .25s linear;transition:all .25s linear}.skippr-nav-element-bubble{width:12px;height:12px;border-radius:50%;margin:0 4px}.skippr-nav-element-block{width:60px;height:10px}.skippr-nav-element:hover,.skippr-nav-element-active{background-color:#fff}.skippr-arrow{position:absolute;z-index:999;top:50%;-webkit-transform:translate(0%, -50%);-moz-transform:translate(0%, -50%);-ms-transform:translate(0%, -50%);transform:translate(0%, -50%);width:30px;height:30px;transform-origin:center center;-webkit-transform-origin:top left;cursor:pointer}.skippr-previous{left:2.5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-top:2px solid white;border-left:2px solid white}.skippr-next{right:3.5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-bottom:2px solid white;border-right:2px solid white}
/*# sourceMappingURL=skippr.css.map */
/*#header{
	position:relative;
	z-index:2;
	background:none;
}
#container{
	margin:-80px 0 0;
	z-index:1;
	position:relative;
}*/
@charset "utf-8";

#container {
	width: 100%;
	height: 630px;
}

#theTarget {
	text-align: center;
}

#theTarget .kvitem:before {
	content: "";
	width: 100%;
	height: calc(100% - 20px);
/* 	max-height: 600px; */
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-position: center center;
	background-size: cover;
}

#theTarget .kvitem:first-child:before {
	background-image: url(images/5-01.jpg);
}

#theTarget .kvitem:nth-child(2):before {
	background-image: url(images/5-02.jpg);
}

#theTarget .kvitem:nth-child(3):before {
	background-image: url(images/5-03.jpg);
}

#theTarget .kvitem:nth-child(4):before {
	background-image: url(images/5-04.jpg);
}

#theTarget .kvitem:nth-child(5):before {
	background-image: url(images/5-05.jpg);
}

.skippr-nav-container {
	display: none;
}

#theTarget .illust {
	width: auto;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#theTarget .illust img {
	width: auto;
	height: 100%;
}

/*
.ie9 #theTarget .illust {
	top: 0;
	left: 0;
}
*/

.kvtex {
	width: 100%;
	height: 100%;
	max-width: calc(1050px + (40px + 1vw));
	margin: 0 auto;
	position: relative;
}

.kvtex span {
	position: absolute;
	z-index: 10;
}

.t01 span {
	width: calc(80px + 25vw);
	max-width: 373px;
	top: 50%;
	left: calc(20px + .5vw);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.t02 span {
	width: calc(110px + 25vw);
	max-width: 374px;
	top: 40%;
	left: calc(20px + .5vw);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.t03 span {
	width: calc(150px + 25vw);
	max-width: 487px;
	top: 12%;
	right: calc(20px + .5vw);
}

.t04 span {
	width: calc(150px + 25vw);
	max-width: 493px;
	top: 25%;
	left: calc(20px + .5vw);
}

.news {
	max-width: 1050px;
	margin: 0 auto;
	padding: calc(40px + 1vw) calc(20px + .5vw);
}

.news .font-eng {
	display: block;
	font-size: 3rem;
	line-height: 3rem;
	text-align: left;
}

.news-title {
	position: relative;
}

.news-title-tex {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 3rem;
	color: #1879c0;
}

.news-title-more {
	margin-top: 20px;
	display: block;
	font-size: 1.3rem;
	line-height: 2rem;
}

.news-arrow {
	display: block;
	text-decoration: none;
}

.news-arrow:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	background-image: url(images/icon_arrow01.png);
	background-size: 100% auto;
}
	

.news-list-item {
	font-size: 1.4rem;
}

.news-list-item a {
	text-decoration: none;
}

.news-list-item-date {
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	white-space: nowrap;
}

.news-list-item-tex {
	text-decoration: underline;
	color: rgba(0, 0, 0, .5);
}

a:hover .news-list-item-tex {
	text-decoration: none;
}

.btn_dc{
	width:360px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	border-radius:2px;
	background:#005bac;
	font-size:21.2px;
	margin:0 auto;
	display:block;
	text-decoration:none;
	
}
a.btn_dc:hover{
	background:rgba(0,91,172, 0.8);
}

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	height: 1%; /* End hide from IE-mac */
}
/* ie7 hack*/
*+html .clearfix {
	min-height: 1%;
}
@media screen and ( min-width: 800px ) {

	.news {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.news-title {
		width: calc(120px + 10vw);
	}

	.news-list-item {
		margin: 15px 0;
		line-height: 2.5rem;
	}

	.news-list-item:first-child {
		margin-top: 0;
	}

	.news-list-item a {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.news-list-item-date {
		margin-right: calc(20px + 2vw);
	}

	.news-list-item-tex {
		font-size: 1.5rem;
	}

.ie9 .news {
	display: table;
}

.ie9 .news-title,
.ie9 .news-list {
	display: table-cell;
	vertical-align: top;
}

}


@media screen and ( max-width: 800px ) {

	#container {
		width: 100%;
		height: 300px;
		margin-top: 50px;
	}

/*
	#theTarget img {
		width: 100%;
	}
*/

	.news-list-item {
		margin: 10px 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.news-list-item-date {
		display: block;
	}

	.news-title-more {
		position: absolute;
		right: 0;
		top: -10px;
	}

}


/*------------------------------------*/


.finding {
/* 	background-color: #1879c0; */
	position: relative;
}

.finding:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image:url(images/img_finding01.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
/* 	opacity: .2; */
}

.finding a {
	height: calc(350px + 12vw);
	max-height: 460px;
	padding: 0 calc(20px + .5vw);
	max-height: 460px;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 1;
	flex: 1 0 auto;
	text-decoration: none;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
}

.finding-wrap {
	padding: calc(30px + 2vw) calc(20px + 1vw);
	background-color: rgba(255, 255, 255, .9);
	border-radius: 5px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	text-align: center;
}

.finding:hover:before {
	opacity: .8;
}

.finding-title {
	width: 100%;
	/*max-width: 354px;*/
	margin: 0 auto;
	font-size:28px;
	line-height:1.414;
	font-weight:bold;
}

.finding-tex {
	width: 100%;
	max-width: 526px;
	margin: 20px 0;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
	text-align: center;
	flex: 1 1 auto;
}

.finding-wrap .btn {
	margin: 0 auto;
}


.ie9 .finding {
	width: 100%;
}

.ie9 .finding a {
	display: block;
}

.ie9 .finding-wrap {
	width: 590px;
	margin: 0 auto;
	position: relative;
	top: 10%;
	box-sizing: border-box;
}

.ie9 .finding-tex {
	max-width: none;
	text-align: center;
}

.color_blue{
	color:#0058af;
}
.kvtex .inner{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	color:#fff;
	/*font-family:'小塚ゴシック Pr6N';*/
	line-height:1.5;
	margin:-100px 0 0;
}
.kvtex .inner h1{
	font-size:70px;
	text-shadow:5px 0 10px #000;
	font-weight:bold;
}
.kvtex .inner p{
	font-size:26px;
	font-weight:bold;
	text-shadow:5px 0 10px #000;
}
@media screen and ( min-width: 800px ) {

	.finding-tex {
		white-space: nowrap;
	}

}


@media screen and ( max-width: 800px ) {

	.finding-title {
		max-width: 250px;
	}

	.finding-tex {
		margin-top: 30px;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.finding-tex br {
		display: none;
	}

}


/*------------------------------------*/


.service {
	padding: calc(30px + 1vw) calc(20px + .5vw);
	background-color: rgba(0, 0, 0, .05);
	box-sizing: border-box;
}

.service-title {
	margin: 0 auto;
	display: table;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 3rem;
	color: #333;
}

.service-title .font-eng {
	display: block;
	font-size: 5rem;
	line-height: 6rem;
	color: rgba(0, 0, 0, 1);
}

.service-list {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 20px;
}

.service-list-item {
	background-color: rgba(255, 255, 255 ,1);
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
}

.service-list-item a {
	width: 100%;
	display: block;
	padding: 20px 0;
	text-decoration: none;
	box-sizing: border-box;
}

.service-list-item a:before {
	content: "" ;
	width: 160px;
	height: 160px;
	display: block;
	background-position: center center;
	background-size: cover;
}

.service-list-item.s1 a:before {
	background-image: url(service/images/img_service01.png);
}

.service-list-item.s2 a:before {
	background-image: url(service/images/img_service02.png);
}

.service-list-item.s3 a:before {
	background-image: url(service/images/img_service03.png);
}

.service-list-btn {
	margin: 10px 0 20px 0;
	display: block;
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: bold;
}

.service-list-btn:after {
	content: "";
	width: 30px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background-size: 100% auto;
}

a:hover .service-list-btn:after {
	-ms-transform: translate(3px, 0);
	transform: translate(3px, 0);
}

.s1 .service-list-btn {
	color: #00c47d;
}

.s2 .service-list-btn {
	color: #f0cb1e;
}

.s3 .service-list-btn {
	color: #f29347;
}

.s1 .service-list-btn:after {
	background-image: url(common/image/icn_arrow_g.png);
}

.s2 .service-list-btn:after {
	background-image: url(common/image/icn_arrow_y.png);
}

.s3 .service-list-btn:after {
	background-image: url(common/image/icn_arrow_o.png);
}

/*
.service-list-item.s1 .btn {
	border-color: #00c47d;
	color: #00c47d;
}

.service-list-item.s1 a:hover.btn,
.service-list-item.s1 a:hover .btn {
	background-color: #00c47d;
	color: rgba(255, 255, 255, 1);
}

.service-list-item.s2 .btn {
	border-color: #f0cb1e;
	color: #f0cb1e;
}

.service-list-item.s2 a:hover.btn,
.service-list-item.s2 a:hover .btn {
	background-color: #f0cb1e;
	color: rgba(255, 255, 255, 1);
}

.service-list-item.s3 .btn {
	border-color: #f29347;
	color: #f29347;
}

.service-list-item.s3 a:hover.btn,
.service-list-item.s3 a:hover .btn {
	background-color: #f29347;
	color: rgba(255, 255, 255, 1);
}
*/

.service-list-title {
	font-weight: bold;
	text-align: center;
/* 	color: #1879c0; */
}

.service-list-tex {
	width: 100%;
	margin: 10px 0 20px 0;
	font-size: 1.4rem;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
		flex: 1 1 auto;
}


@media screen and ( min-width: 800px ) {

	.service-list {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.service-list-item {
		margin-left: 30px;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		flex: 1;
	}

	.service-list-item:first-child {
		margin-left: 0;
	}

	.service-list-item a {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
				flex-direction: column;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
	}

	.service-list-title {
		font-size: 2rem;
		line-height: 3rem;
	}

	.service-list-tex {
		line-height: 2.5rem;
		text-align: center;
	}

	.service .btn {
		margin-top: auto;
	}

.ie9 .service-list {
	overflow: hidden;
}

.ie9 .service-list-item {
	width: calc((100% - 61px) / 3);
	height: 380px;
	float: left;
	display: table;
	vertical-align: top;
	letter-spacing: normal;
}

.ie9 .service-list-item a:before {
	margin: 0 auto;
}

.ie9 .service-list-btn {
	text-align: center;
}

.ie9 .service-list-item a {
	padding-bottom: 0;
	display: table-cell;
	position: relative;
}

.ie9 .service-list-btn {
	position: absolute;
	left: 50%;
	bottom: 40px;
	margin: 0;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

}


@media screen and ( max-width: 800px ) {

	.service-list-item {
		margin: 20px 0;
	}

	.service-list-item a {
		text-align: center;
	}

	.service-list-item a:before {
		margin: 0 auto;
	}

	.service-list-title {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}

	.service-title .font-eng {
		font-size: 3rem;
		line-height: 4rem;
	}

	.service-list-tex {
		line-height: 2rem;
	}

	.service .btn {
		margin: 0 auto;
	}
.kvtex .inner{
	margin:-75px 0 0;
}
.kvtex .inner h1{
	font-size:32px;
	text-shadow:5px 0 10px #000;
	font-weight:bold;
}
.kvtex .inner p{
	font-size:18px;
	font-weight:bold;
	text-shadow:5px 0 10px #000;
}
}


/*------------------------------------*/


.foot-bnr-list {
	background-position: center center;
	background-size: cover;
	flex: 1;
}

.foot-bnr-list.company {
	background-image: url(images/img_company.jpg);
}

.foot-bnr-list.recruit {
	background-image: url(images/img_recruit.jpg);
}

.foot-bnr .font-eng {
	display: block;
}

.foot-bnr-list a {
	width: 100%;
	padding: calc(30px + .5vw) calc(20px + .5vw);
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	color: rgba(255, 255 ,255, 1);
}

.foot-bnr-list-title {
	display: block;
	font-weight: bold;
}


@media screen and ( min-width: 800px ) {

	.foot-bnr {
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.foot-bnr-list {
		height: 380px;
		-js-display: flex;
		display: -webkit-flex;
		display: flex;
	}

	.foot-bnr-list a {
	}

	.foot-bnr .font-eng {
		font-size: 4rem;
		line-height: 4rem;
	}

	.foot-bnr-list-title {
		margin: 10px 0 30px 0;
		font-size: 1.6rem;
	}

.ie9 .foot-bnr {
	width: 100%;
	display: table;
}

.ie9 .foot-bnr-list {
	display: table-cell;
	vertical-align: top;
}

}


@media screen and ( max-width: 800px ) {

	.foot-bnr .font-eng {
		font-size: 3rem;
		line-height: 3rem;
	}

	.ie9 .foot-bnr .font-eng {
		text-align: left;
	}

	.foot-bnr-list a {
		height: 310px;
	}

	.foot-bnr-list-title {
		margin: 10px 0 20px 0;
		font-size: 1.4rem;
	}

}

@media screen and ( max-width: 750px ) {
	.btn_dc{
		width:80%;
		height:48px;
		line-height:48px;
		font-size:14px;
	}
}
/*******************/
.box_total{
	max-width:1080px;
	margin:20px auto 0;
}
.box_total ul{
	display:flex;
	justify-content:space-between;
}
.box_total li{
	display:flex;
	align-items:center;
	font-size:18px;
}
.box_total li strong{
	font-size:36px;
	display:inline-block;
	margin:0 8px;
}
.svtl{
	background:url(common/image/index/b1_03.jpg) left center no-repeat;
	font-size: 3rem;
    line-height: 3rem;
	font-weight:bold;
	padding-left:40px;
}
.box_service{
	max-width:1080px;
	margin:50px auto 0;
}
.box_service ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:20px 0 0;
}
.box_service li{
	display:flex;
	align-items:center;
	margin:0 0 10px;
}
.box_service li a:hover{
	opacity:0.7;
}
.box_news{
	max-width:1080px;
	margin:50px auto 0;
	padding:0 0 40px;
}
.box_news ul{
	margin:40px 200px 0;
}
.box_news li{
	margin:0 0 10px;
	margin:1.5em 0 0;
	font-size:16px;
}
.box_news li a{
	display:flex;
	text-decoration:none;
}
.box_news li a .date{
	display:block;
	width:8em;
}
.box_news li a .title{
	display:block;
	flex: 1;
}
.box_news li a:hover .title{
	color:#1879c0;
}
.more{
	text-align:center;
	font-size:14px;
	margin:36px 0 0;
}
.more a{
	text-decoration:none;
	display:inline-block;
	border:1px solid #0874dc;
	font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background-color: transparent;
    color: #1f1f1f;
    padding: 12px 0 14px;
	width:300px;
	box-sizing:border-box;
	transition:background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
	position:relative;
}
.more a span:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 0 2px 2px 0;
    vertical-align: middle;
    height: 8px;
    width: 8px;
    border-color: #0371c7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    position: absolute;
    top: calc(50% - 4px);
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
.more a:hover{
	color:#fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#0c21c3), to(#0874dc));
    background-image: linear-gradient(90deg, #0c21c3 0%, #0874dc 100%);
}
.more a:hover span:after{
    border-color: #fff;
}
.box_article{
	max-width:1080px;
	margin:60px auto 0;
	padding:0 0 50px;
}
.box_article .svtl{
	text-align:center;
	background:none;
	padding:0;
}
.box_article .sbd{
	display:flex;
	align-items:center;
	margin:40px auto 0;
}
.box_article .sbd .timg{
	width:465px;
	margin:0 50px 0 0;
	font-size:16px;
	line-height:1;
}
.box_article .sbd .timg a{
	text-decoration:none;
}
.box_article .sbd .timg a:hover{
	text-decoration:none;
	color:#1879c0;
}
.box_article .sbd .timg .lpic{
	margin:0 0 10px;
}
.box_article .sbd .timg .ldate{
	display:inline-block;
	padding-right:12px;
	color:#666;
}
.box_article .sbd .timg .ltxt{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box_article .sbd .timg a:hover .lpic{
	opacity:0.9;
}
.box_article ul{
	flex: 1;
}
.box_article li{
	margin:0 0 10px;
	font-size:16px;
	background:#e6eef4;
	border-radius:15px;
	padding:10px;
}
.box_article li:last-child{
	margin-bottom:0;
}
.box_article li a{
	display:flex;
	align-items:center;
	text-decoration:none;
}
.box_article li a .date{
	display:block;
	width:72px;
	line-height:72px;
	text-align:center;
	background: linear-gradient(#2992c3,#03528f);
	color:#fff;
	border-radius:15px;
	font-style:italic;
	margin:0 10px 0 0;
}
.box_article li a .title{
	display:block;
	flex: 1;
}
.box_article li a:hover .title{
	color:#1879c0;
}
.fx{
	background:url(common/image/index/fx.jpg) center center no-repeat;
	background-size:cover;
	margin:60px auto 0;
}
.fx .inner{
	max-width:1080px;
	margin:0 auto 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:402px;
}
.fx .xtxts{
	font-size:30px;
	color:#fff;
	width:50%;
	font-weight:bold;
	text-shadow:0 2px 3px #000;
	line-height:1.414;
}
.fx .xbtns{
	display:flex;
}
.fx .xbtns .btn{
	margin-left:50px;
	max-width:inherit;
	width:inherit;
	padding:10px 18px;
	font-size:16px;
}
.fx .xbtns .btn svg{
	width:18px;
	vertical-align:middle;
	margin:-3px 0 0;
}

@media screen and ( max-width: 768px ) {
.box_total{
	margin:10px auto 0;
}
.box_total li{
	flex-direction:column;
	width:33.33%;
}
.box_total li strong{
	font-size:30px;
}
.box_total li i{
	display:block;
	width:56px;
}

.box_service{
	max-width:1080px;
	margin:40px auto 0;
}
.box_service ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:20px 5px 0;
}
.box_service li{
	width:50%;
	display:flex;
	align-items:center;
	margin:0 0 10px;
	padding:0 5px;
	box-sizing:border-box;
}

.svtl{
	font-size: 2rem;
	padding-left:30px;
	margin:0 10px;
	background-size:30px;
}


.box_article{
	margin:30px auto 0;
	padding:0 0 30px;
}
.box_article .sbd{
	display:block;
	margin:20px auto 0;
}
.box_article .sbd .timg{
	width:100%;
	margin:0 0 0 0;
}
.box_article ul{
	margin:10px 10px 0;
}


.box_news{
	margin:40px 0 0;
	padding:0 0 40px;
}
.box_news ul{
	margin:20px 15px 0;
}
.box_news li{
	margin:0 0 10px;
	margin:1em 0 0;
}
.box_news li a{
	display:block;
	line-height:1.6;
}

.fx{
	margin:0 auto 0;
}
.fx .inner{
	max-width:1080px;
	margin:0 10px 0;
	height:202px;
	flex-direction: column;
	justify-content:center;
}
.fx .xtxts{
	width:inherit;
	font-size:20px;
	margin-bottom:25px;
	text-align:center;
	font-weight:bold;
}
.fx .xbtns{
	display:flex;
}
.fx .xbtns .btn{
	margin:0 20px;
	max-width:inherit;
	width:inherit;
	padding:10px 18px;
}
.fx .xbtns .btn svg{
	width:18px;
	vertical-align:middle;
	margin:-3px 0 0;
}
.footer-wrap{
	padding:25px 0 10px;
}
.footer-logo{
	width:inherit;
	margin:0 0 20px;
	padding:0;
	text-align:center;
}
.footer-logo img{
	width:inherit;
	max-width:280px;
}
.footer-address{
	width:inherit;
	padding:0;
	border:none;
	font-size:14px;
}
.footer-address strong{
	font-size:18px;
}
.footer-address p + p{
	margin-top:12px;
}
.footer-copyright{
	padding-bottom:30px;
	line-height:1.2;
	font-size:14px;
}

.box_article .sbd .timg{
	width:inherit;
	margin:0 10px 25px;
}
}


/*******************/
@charset "utf-8";
/* CSS Document */
.paagetitle{
	background:url(common/image/apply/bn_02.jpg) center top no-repeat;
	background-size:cover;
	height:380px;
}
.btn_dc{
    width: 480px;
	margin:80px auto 120px;
}
#footer{
	border-top:1px solid #bfbfbf;
}
.c-wrapper{
	max-width:800px;
	margin:0 auto;
	font-size:16px;
}

.aaddress{
	font-size: 16px;
    line-height: 1.8;
    text-align: center;
	padding:60px 0 0;
	margin:0 auto;
	text-align:left;
}
.aaddress strong{
	font-size:22px;
}
.agmap{
	background:#efefef;
	margin:60px auto;
}


@media screen and ( max-width: 800px ) {
	.paagetitle{
		background-size:cover;
		height:190px;
	}
	.btn_dc{
		width:inherit;
		max-width:480px;
		margin:40px auto 50px;
	}
.section_sl{
		padding:calc(50px + 1vw) 15px 0;
		margin-bottom:0;
	}
	.c-wrapper{
		max-width:inherit;
	}
	.aaddress{
		padding:0;
	}
	.agmap{
		margin:50px auto 60px;
	}
	.agmap iframe{
		width:100%!important;
	}
}