@charset "utf-8";

#container {
	width: 100%;
	height: 700px;
	background-color: #F2F2F2;
}

#theTarget {
	text-align: center;
}

#theTarget .kvitem:before {
	content: "";
	width: 100%;
	height: calc(95% - 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(../img/top/TOP_PIC.jpg);
}

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

#theTarget .illust {
	width: auto;
	height: 97%;
	display: block;
	position:absolute;
	top: 3%;
	right: 0;
	z-index: 1;
}

#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;
}

.kvtex02 {
	width: 100%;
	height: 100%;
	left: 3%;/*20240305修正10%*/
	max-width: calc(850px + (40px + 1vw));
	margin: 0 auto;
	position: relative;
}

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

.t01 span {
	top: 50%;
	left: calc(0px + .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);
}

.t05 span {
	top: 60%;/*20240305修正50%*/
	left: calc(0px + 6vw);/*20240305修正0.5vw*/
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.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(../img/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;
}


@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: 560px;/*20240226修正350px_20240305修正200px*/
		/*margin-top: 50px;*0240305修正*/
	}
	
.t05 span {
	top: 85%;/*20240305修正40%*/
	right: calc(0px + 3.5vw);
	-ms-transform: translate(0, -10%);
	transform: translate(0, -50%);
}

	.t05 span img {
		width: 70%;/*20240305修正100% -> 20240827修正95%*/
	}
	
	/*20240827追加*/
	.t05 span a {
		display:flex;
		justify-content: center;
	}

#theTarget .kvitem:first-child:before {
	background-image: url(../img/top/TOP_PIC_SP.png);
	background-size: cover;
}

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

	#theTarget .illust {
		top: 30%;
	}
	
	#theTarget .illust img {
		width: auto;
		height: 70%;
	}
	
	.t01 span img {
		width: 90%;
	}

	.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;
	}
/*20240226追記*/
	#theTarget .kvitem:before {
		background-size: contain;
		background-repeat: no-repeat;
	}
}


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


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

.finding:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/img_finding01.png);
	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(10px + 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;
}

.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;
}


@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(0px + 1vw) calc(10px + .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: #1879c0;
}

.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 4vw;
	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(../img/img_service01.png);
}

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

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

.service-list-btn {
	display: flex;
	justify-content: center;
    border-radius: 4px;
    padding: 15px 0;
    color: #fff;
    margin: 0 50px 0 0;
    text-decoration: none;
	font-size: 12px;
    width: 100%;
}
.service-list-btn:last-child {
    margin: 0;
}
.service-list-btn:hover {
    opacity: 0.5;
}

.service-main {
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.service-main-img {
	background-color: #FFFBC2;
	padding: 20px;
	margin-top: calc(20px + 1vw);
	display: -webkit-flex;
	display: flex;
}

.service-main-img li {
	margin-left: 20px;
	flex: 1;
}

.service-main-img li:first-child {
	margin: 0;
}

.box-color1{
    background: #23469B;
}
.box-color2 {
    background: #f00;
}

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

/*
.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;
	}
	.service-main-img li {
		margin-left: 10px;
	}
}

/*------------------------------------*/
.fb {
	padding: calc(0px + 1vw) calc(10px + .5vw);
	background-color: rgba(0, 0, 0, .05);
	box-sizing: border-box;
}

.fb-main {
	width: 500px;
	margin: 0 auto;
}
@media screen and ( max-width: 800px ) {
	.fb {
		width:100%;
	}	
	.fb-main {
		width: 98%
	}	
}
/*------------------------------------*/


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

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

.foot-bnr-list.recruit {
	background-image: url(../img/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;
	}

}