@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mvIndex */
.mvIndex {
	width: 100%;
	height: 100vh;
	position: relative;
}

.mvIndex__ttl {
	position: absolute;
	left: 10%;
	bottom: 240px;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.8;
	z-index: 1;
}

.mvIndex__btn {
	position: absolute;
	bottom: 150px;
	left: 10%;
	width: 250px;
	z-index: 1;
}

.slideShow__box {
	z-index: 0;}

.slideShow__item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	animation-delay: 2s;
}

.slideShow__item--01 {
	background-image: url("/img/index/img_slideShow_01.jpg");
	animation: slideShow_01 20s ease infinite;
	}
	
.slideShow__item--02 {
	background-image: url("/img/index/img_slideShow_02.jpg");
	animation: slideShow_02 20s ease infinite;
	}

.slideShow__item--03 {
	background-image: url("/img/index/img_slideShow_03.jpg");
	animation: slideShow_03 20s ease infinite;
	}

.slideShow__item--04 {
	background-image: url("/img/index/img_slideShow_04.jpg");
	animation: slideShow_04 20s ease infinite;
	}

.slideShow__item--05 {
	background-image: url("/img/index/img_slideShow_05.jpg");
	animation: slideShow_05 20s ease infinite;
	}

@keyframes slideShow_01 {
	0% { opacity: 1; }
	25% { opacity: 0; }
	50% { opacity: 0; }
	75% { opacity: 0; }
	100% { opacity: 1; }
	}

@keyframes slideShow_02 {
	0% { opacity: 0; }
	25% { opacity: 1; }
	50% { opacity: 0; }
	75% { opacity: 0; }
	100% { opacity: 0; }
	}

@keyframes slideShow_04 {
	0% { opacity: 0; }
	25% { opacity: 0; }
	50% { opacity: 1; }
	75% { opacity: 0; }
	100% { opacity: 0; }
	}

@keyframes slideShow_05 {
	0% { opacity: 0; }
	25% { opacity: 0; }
	50% { opacity: 0; }
	75% { opacity: 1; }
	100% { opacity: 0; }
}


/*
@keyframes slideShow_01 {
	0% { opacity: 1; }
	20% { opacity: 0; }
	40% { opacity: 0; }
	60% { opacity: 0; }
	80% { opacity: 0; }
	100% { opacity: 1; }
	}

@keyframes slideShow_02 {
	0% { opacity: 0; }
	20% { opacity: 1; }
	40% { opacity: 0; }
	60% { opacity: 0; }
	80% { opacity: 0; }
	100% { opacity: 0; }
	}

@keyframes slideShow_03 {
	0% { opacity: 0; }
	20% { opacity: 0; }
	40% { opacity: 1; }
	60% { opacity: 0; }
	80% { opacity: 0; }
	100% { opacity: 0; }
	}

@keyframes slideShow_04 {
	0% { opacity: 0; }
	20% { opacity: 0; }
	40% { opacity: 0; }
	60% { opacity: 1; }
	80% { opacity: 0; }
	100% { opacity: 0; }
	}

@keyframes slideShow_05 {
	0% { opacity: 0; }
	20% { opacity: 0; }
	40% { opacity: 0; }
	60% { opacity: 0; }
	80% { opacity: 1; }
	100% { opacity: 0; }
	}
*/



/* news */
.news {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 0;
}

.news__left {
	width: calc(50% - 180px);
	background-color: #E7EFFF;
	padding: 120px 0 170px 0;
}

.newsLeft__inner {
	width: 100%;
	max-width: 360px;
	margin: 0 0 0 auto;
}

.news__ttl {
	color: #394C9F;
	text-align: left;
}

.news__right {
	width: calc(50% + 180px);
	padding: 120px 0 170px 0;
}

.newsRight__inner {
	width: 660px;
	padding-left: 60px;
	margin: 0 auto 0 0;
}

.news__box {
	width: 100%;
}

.news__item {
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding: 25px 0;
}

.news__item:first-child {
	padding-top: 0;
}

.news__date {
	color: #394C9F;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}



/* about */
.about {
	width: 100%;
	background: linear-gradient(90deg, transparent 0%, transparent 25%, #394C9F 25%, #394C9F 100%);
	margin-top: -80px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row-reverse;
}

.about__left {
	width: 45%;
	height: 500px;
	background-image: url("/img/index/bg_about.jpg");
	background-size: cover;
	background-position: center center;
	margin: 80px 0;
}

.about__right {
	width: 55%;
	margin: 80px 0 80px 70px;
}

.aboutRight__inner {
	width: 95%;
	max-width: 500px;
	margin: 80px auto 0 0;
}

.about__ttl {
	color: #FFF;
	text-align: left;
}

.about__txt {
	color: #FFF;
	margin-bottom: 40px;
}

.about__btn {
	max-width: 200px;
	display: inline-block;
}



/* service */
.service {
	background: linear-gradient(90deg, transparent 0%, transparent 50%, #E7EFFF 50%, #E7EFFF 100%);
}

.service__outline {
	width: 50%;
	margin: 0 0 70px auto;
	padding-left: 60px;
}

.service__ttl {
	text-align: left;
	color: #394C9F;
}

.service__txt {
	max-width: 420px;
}

.service01,
.service02 {
	width: 100%;
	height: 500px;
	position: relative;
}

.service01::before,
.service02::before {
	content: "";
	display: inline-block;
	width: 70%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.service01::before {
	background-image: url("/img/index/bg_service_01.jpg");
}

.service02::before {
	background-image: url("/img/index/bg_service_02.jpg");
}

.service01__wrapper,
.service02__wrapper {
	position: relative;
	height: 100%;
}

.service01__content,
.service02__content {
	display: inline-block;
	width: 50%;
	height: 300px;
	background-color: #FFF;
	position: absolute;
	right: 0;
	top: 100px;
	padding: 50px 60px;
	transition: .2s;
}

.service01__ttl,
.service02__ttl {
	text-align: left;
	color: #394C9F;
}

.service01__content:hover,
.service02__content:hover {
	background-color: #394C9F;
}

.service01__content:hover .service01__ttl,
.service01__content:hover .service01__txt,
.service02__content:hover .service02__ttl,
.service02__content:hover .service02__txt {
	color: #FFF;
}



/* works */
.works {
	display: flex;
	flex-direction: row-reverse;
}

.works__right {
	width: 55%;
	background-image: url("/img/index/bg_works.jpg");
	background-size: cover;
	background-position: center center;
}

.works__left {
	width: 45%;
	background-color: #394C9F;
}

.works__content {
	width: 95%;
	max-width: 500px;
	margin: 0 0 0 auto;
	padding-right: 60px;
}

.works__ttl {
	color: #FFF;
	text-align: left;
}

.works__txt {
	color: #FFF;
	margin-bottom: 40px;
}

.works__btn {
	margin: 0 auto 0 0;
}



/* recruitment */
.recruitment {
	display: flex;
}

.recruitment__left {
	width: 55%;
	background-image: url("/img/index/bg_recruitment.jpg");
	background-size: cover;
	background-position: center center;
}

.recruitment__right {
	width: 45%;
	background-color: #394C9F;
}

.recruitment__content {
	width: 95%;
	max-width: 500px;
	margin: 0 auto 0 0;
	padding-left: 60px;
}

.recruitment__ttl {
	color: #FFF;
	text-align: left;
}

.recruitment__txt {
	color: #FFF;
	margin-bottom: 40px;
}

.recruitment__btn {
	margin: 0 auto 0 0;
}



/******************************************************

タブレットの設定 960px〜1199pxの場合に適用 

*******************************************************/

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

/* news */
.news__left {
	padding: 120px 0 170px 40px;
}




}



/******************************************************

タブレットの設定 768px〜959pxの場合に適用 

*******************************************************/

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

/* news */
.news__left {
	padding: 120px 0 120px 20px;
}
	
.news__right {
	padding: 120px 20px 120px 0;
}

.newsLeft__inner,
.newsRight__inner {
	width: 100%;	
}


	
/* about */
.about {
	width: 100%;
	background: #394C9F;
	margin-top: 0;
	display: block;
	padding: 120px 0;
}

.about__left {
	width: 95%;
	height: 400px;
	margin: 0 auto;
}

.about__right {
	width: 95%;
	margin: 0px auto 50px auto;
	text-align: center;
}

.aboutRight__inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.about__ttl {
	color: #FFF;
	text-align: center;
}

.about__txt {
	color: #FFF;
	text-align: left;
}

.about__btn {
	max-width: 200px;
	display: inline-block;
	margin: 0 20px 0 0;
}
	
.about__btn:nth-of-type(2) {
	margin-right: 0;	
}
	
	
	
/* service */
.service__outline {
	width: 50%;
	margin: 0 20px 70px auto;
	padding-left: 50px;
}

.service01__content,
.service02__content {
	padding: 50px 40px;
}

	
	
/* works */
.works__left {
	padding: 80px 0;	
}
	
.works__content {
	padding-right: 40px;
}

	
	
/* recruitment */
.recruitment__right {
	padding: 80px 0;
}

.recruitment__content {
	padding-left: 40px;
}


}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* mvIndex */
.mvIndex {
	height: 50vh;
	margin-top: 60px;
}

.mvIndex__ttl {
	left: 5%;
	bottom: 120px;
	font-size: 20px;
}

.mvIndex__btn {
	bottom: 50px;
	left: 5%;
	width: 250px;
}
	
	
	
/* news */
.news {
	display: block;
}

.news__left {
	width: calc(100% - 40px);
	padding: 60px 0 0 0;
	margin: 0 auto;
	background-color: #FFF;
}

.newsLeft__inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.news__ttl {
	text-align: center;
}

.news__right {
	width: calc(100% - 40px);
	padding: 0 0 60px 0;
	margin: 0 auto;
}

.newsRight__inner {
	width: 100%;
	padding-left: 0;
	margin: 0;
}

.news__item {
	padding: 15px 0;
}

.news__item:first-child {
	padding-top: 0;
}

.news__date {
	margin-bottom: 3px;
	font-size: 15px;
}
	
	

/* about */
.about {
	padding: 60px 0;
}

.about__left {
	width: 100vw;
	margin-left: calc(50vw - 50%);
	margin-right: calc(50vw - 50%);
	height: 250px;
}

.about__right {
	width: calc(100% - 40px);
	margin: 0px auto 30px auto;
}

.aboutRight__inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.about__txt {
	margin-bottom: 30px;
}

.about__btn {
	max-width: 80%;
	display: inline-block;
	margin: 0 0 20px 0;
}
	
.about__btn:nth-of-type(2) {
	margin-right: 0;	
}
	
	
	
/* service */
.service {
	background-color: #E7EFFF;
	padding: 60px 0 50px 0;
}

.service__outline {
	width: calc(100% - 40px);
	margin: 0 auto 40px auto;
	padding-left: 0;
}

.service__ttl {
	text-align: center;
	color: #394C9F;
}

.service__txt {
	max-width: 100%;
}

.service01,
.service02 {
	height: auto;
	position: static;
}
	
.service01 {
	margin-bottom: 30px;
}

.service01::before,
.service02::before {
	display: none;
}
	
.service01__img,
.service02__img {
	display: block;
	width: 100%;
	height: auto;
}

.service01__wrapper,
.service02__wrapper {
	position: static;
	width: 100%;
	height: 100%;
}

.service01__content,
.service02__content {
	display: block;
	width: calc(100% - 40px);
	height: auto;
	position: relative;
	padding: 30px 20px;
	transition: .2s;
	margin: 0 auto;
	z-index: 1;
	top: -20px;
}

	
	
/* works */
.works {
	display: flex;
	flex-direction: row-reverse;
}

.works__right {
	width: 55%;
	background-image: url("/img/index/bg_works.jpg");
	background-size: cover;
	background-position: center center;
}

.works__left {
	width: 45%;
	background-color: #394C9F;
}

.works__content {
	width: 95%;
	max-width: 500px;
	margin: 0 0 0 auto;
	padding-right: 60px;
}

.works__ttl {
	color: #FFF;
	text-align: left;
}

.works__txt {
	color: #FFF;
	margin-bottom: 40px;
}

.works__btn {
	margin: 0 auto 0 0;
}



/* recruitment */
.recruitment {
	display: flex;
}

.recruitment__left {
	width: 55%;
	background-image: url("/img/index/bg_recruitment.jpg");
	background-size: cover;
	background-position: center center;
}

.recruitment__right {
	width: 45%;
	background-color: #394C9F;
}

.recruitment__content {
	width: 95%;
	max-width: 500px;
	margin: 0 auto 0 0;
	padding-left: 60px;
}

.recruitment__ttl {
	color: #FFF;
	text-align: left;
}

.recruitment__txt {
	color: #FFF;
	margin-bottom: 40px;
}

.recruitment__btn {
	margin: 0 auto 0 0;
}
	
	
	
/* works */
.works {
	display: block;
}

.works__right {
	width: 100%;
	height: 250px;
}

.works__left {
	width: 100%;
	padding: 60px 0;
}

.works__content {
	width: calc(100% - 40px);
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.works__ttl {
	text-align: center;
}

.works__txt {
	margin-bottom: 30px;
}

.works__btn {
	margin: 0 auto;
}



/* recruitment */
.recruitment {
	display: block;
}

.recruitment__left {
	width: 100%;
	height: 250px;
}

.recruitment__right {
	width: 100%;
	padding: 60px 0;
}

.recruitment__content {
	width: calc(100% - 40px);
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.recruitment__ttl {
	text-align: center;
}

.recruitment__txt {
	margin-bottom: 30px;
}

.recruitment__btn {
	margin: 0 auto;
}



}