@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
}
.mainVisual .photoBox {
	padding: 215px 0 263px;
	position: relative;
	background: url("../img/index/main_visul_photo.jpg") no-repeat center center;
	background-size: cover;
}
.mainVisual .photoBox::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(26,141,200,0.6);
	mix-blend-mode: multiply;
	content: "";
}
.mainVisual .content {
	position: relative;
	z-index: 10;
}
.mainVisual .title {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 7rem;
	text-align: center;
}
.mainVisual .title .sml {
	margin-top: 7px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
.mainVisual .photoList {
	margin-left: -600px;
	position: absolute;
	width: 1200px;
	left: 50%;
	bottom: -150px;
}
.mainVisual .photoList li {
	width: 300px;
	position: relative;
}
.mainVisual .photoList li .ttl {
	margin: -20px 0 0 0;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 260px;
    text-align: center;
    padding: 4px 6px 6px 10px;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.3em;
	display: block;
	font-weight: 700;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	background: rgba(237,108,0,0.8);
}
.mainVisual .photoList li a:hover {
	opacity: 0.7;
}
#main .service {
	margin-bottom: 50px;
	padding: 13px 0 34px;
	background-color: #004098;
}
#main .service .headLine01 {
	pointer-events: none;
}
#main .about {
	margin-bottom: 50px;
	padding: 13px 0 155px;
	background: url("../img/index/about_photo.jpg") no-repeat center center;
	background-size: cover;
}
#main .about  .headLine01 .en {
	margin-bottom: 100px;
    display: block;
    font-size: 10rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    opacity: 0.6;
}
#main .about .headLine01::before {
	top: 64px;
	background-image: url("../img/index/img02.png");
}
#main .recruit {
	margin-bottom: 51px;
    padding: 17px 0 35px;
    background: url(../img/index/recruit_photo.jpg) no-repeat center center;
    background-size: cover;
}
#main .recruit .headLine01 .en {
	margin-bottom: 96px;
    display: block;
    font-size: 10rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    opacity: 0.6;
}
#main .recruit .headLine01::before {
	top: 60px;
	background-image: url("../img/index/img03.png");
}
@media all and (max-width: 896px) {
	.mainVisual {
		position: static;
	}
	.mainVisual .photoBox {
		margin-bottom: 40px;
		padding: 115px 0 163px;
	}
	.mainVisual .title {
		font-size: 3.5rem;
	}
	.mainVisual .title .sml {
		margin-top: 7px;
		font-size: 1.6rem;
	}
	.mainVisual .photoList {
		margin: -15px 25px 40px;
		position: static;
		width: auto;
		left: auto;
		bottom: auto;
		justify-content: space-between;
	}
	.mainVisual .photoList li {
		margin-top: 15px;
		width: 48%;
	}
	.mainVisual .photoList li .ttl {
		margin: -20px 0 0;
		top: 50%;
		right: 8px;
		left: 8px;
		width: auto;
		padding: 4px 4px 6px;
		font-size: 1.2rem;
	}
	@media all and (max-width: 374px) {
		.mainVisual .photoList li .ttl {
			font-size: 2.7vw;
		}
	}
	#main .service {
		margin-bottom: 40px;
	}
	#main .about {
		margin-bottom: 40px;
	}
	#main .about  .headLine01 .en {
		margin-bottom: 60px;
		font-size: 5rem;
	}
	#main .about .headLine01::before {
		top: 34px;
	}
	#main .recruit {
		margin-bottom: 40px;
	}
	#main .recruit .headLine01 .en {
		margin-bottom: 60px;
		font-size: 5rem;
	}
	#main .recruit .headLine01::before {
		top: 30px;
	}
}