@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, .kvtex .inner div{
	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;
}
}


/*******************/
/* CSS: JavaScriptなしで最初のスライドを表示 */
.kvitem {
	display: none;
	opacity: 0;
}

.kvitem.active,
.kvitem:first-child {
	display: block;
	opacity: 1;
}

/* skippr初期化後はこれらを上書き */
.skippr-initialized .kvitem:first-child {
	display: block; /* skipprが管理 */
}