@charset "utf-8";

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

index

---------------------------------------------- */
#main {}

/*--- Responsive ---*/
@media screen and (max-width:768px) {
	#main {
		padding-top: 8.5vw !important;
	}
}

@media screen and (max-width:640px) {
	#main {
		padding-top: 11.9vw !important;
	}
}



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

メインビジュアル

---------------------------------------------- */
#mainVisual {
	position: relative;
	background-image: url(../img/index/aboutBg.png);
	background-size: 100% 100%;
}

/*--- Responsive ---*/
/*
@media screen and (max-width:768px) {
	#mainVisual {
		height: 91vh;
	}


}*/

@media (orientation: portrait) {
	#mainVisual {
		padding-bottom: 5em;
		/*height: calc(100vh + 5em);*/
		/*height: 91vh;*/
	}

}




/* -------------- 画像スライドショ－ -------------- */
.mv__photo {
	height: 100vh;
	overflow: hidden;
	z-index: 1;
	background: #000;
}

.mv__photo .swiper-wrapper {}

.mv__photo .swiper-slide {
	height: 100vh;
	background: #000;
}

.mv__photo img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.mv__photo img.showSp {
	display: none;
}

/*--- Responsive ---*/
@media screen and (orientation: portrait) {
	.mv__photo {
		height: 91vh;
	}

	.mv__photo img {
		display: none;
	}

	.mv__photo img.showSp {
		display: block;
		height: 91vh;
	}

	.mv__photo .swiper-slide {
		height: 91vh;
	}
}

@media screen and (orientation: portrait) and (max-width:640px) {
	.mv__photo {
		height: 82vh;
	}

	.mv__photo img.showSp {
		height: 82vh;
	}

	.mv__photo .swiper-slide {
		height: 82vh;
	}
}



/* -------------- ロゴ -------------- */
.mvLogo {
	position: absolute;
	top: -2%;
	left: 2%;
	display: block;
	width: 260px;
	max-width: 25%;
	z-index: 2;
	/*margin: 1.5rem 0 0 4%;*/
}

/*.mvLogoSp {
	display: none;
	z-index: 2;
}*/

/*--- Responsive ---*/
@media (orientation: portrait) {
	.mvLogo {
		top: auto;
		bottom: 10vh;
		left: 50%;
		width: 30%;
		max-width: none;
		margin-left: -15%;
	}

	.mvLogoSp {}
}


/* -------------- キャッチ・テキスト -------------- */
#mainVisual h1 {
	/*top: calc(40% - 0vw);*/
	color: #EBE9E6;
	font-size: 20px;
	font-size: 2.0rem;
}

#mainVisual h1 img {
	display: block;
	position: absolute;
	right: 1%;
	bottom: 5.6em;
	width: 62vw;
	max-width: 760px;
	height: 31vw;
	max-height: 380px;
	z-index: 2;
	/*display: block;
	position: absolute;
	left: 0;
	bottom: 6.2em;
	width: 50vw;
	max-width: 760px;
	height: 25vw;
	max-height: 380px;
	z-index: 2;*/
}

#mainVisual h1 img:nth-child(2) {
	display: none;
}

#mainVisual h1 p {
	position: absolute;
	right: -2%;
	bottom: 1em;
	padding: 1em 4% 0;
	text-align: right;
	text-shadow:
		1px 1px 15px rgba(0, 0, 0, 0.2),
		-1px 1px 15px rgba(0, 0, 0, 0.2),
		1px -1px 15px rgba(0, 0, 0, 0.2),
		-1px -1px 15px rgba(0, 0, 0, 0.2);
	z-index: 3;
	/*position: absolute;
	left: 0%;
	bottom: 1em;
	padding: 1em 4% 0;
	text-shadow:
		1px 1px 15px rgba(0, 0, 0, 0.2),
		-1px 1px 15px rgba(0, 0, 0, 0.2),
		1px -1px 15px rgba(0, 0, 0, 0.2),
		-1px -1px 15px rgba(0, 0, 0, 0.2);
	z-index: 3;*/
}

/*--- Responsive ---*/

@media screen and (max-width:1024px) {
	/*#mainVisual h1 p {
		bottom: -5em;
	}*/
}

@media (orientation: portrait) {
	#mainVisual h1 {}

	#mainVisual h1 img {
		width: 80vw;
		height: 40vw;
		left: -2%;
		bottom: auto;
		top: 1.5em;
	}

	#mainVisual h1 img:nth-child(1) {
		display: none;
	}

	#mainVisual h1 img:nth-child(2) {
		display: block;
	}

	#mainVisual h1 p {
		bottom: -8vh;
		text-align: justify;
		text-shadow:
			1px 1px 15px rgba(0, 0, 0, 0.0),
			-1px 1px 15px rgba(0, 0, 0, 0.0),
			1px -1px 15px rgba(0, 0, 0, 0.0),
			-1px -1px 15px rgba(0, 0, 0, 0.0);
	}

	#mainVisual p br {
		display: none;
	}
}


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

私たちについて

---------------------------------------------- */
.about {
	padding: 16rem 2% 30rem;
	background-image: url(../img/index/aboutBg.png);
	background-size: 100% 100%;
}

.aboutWrap {
	position: relative;
}

.about .animeOverlay {
	width: 88%;
}

.about img {
	width: 100%;
}

.aboutText {
	position: absolute;
	top: 42%;
	right: 0;
	width: 44rem;
	max-width: 80%;
	padding: 4.0%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 3;
}

.aboutText h2 {
	padding-bottom: 1.6em;
	font-size: 18px;
	font-size: 1.8rem;
	color: #0096AE;
	z-index: 4;
}

.aboutText h2 span {
	display: block;
	margin: -1.4em auto 0;
	font-size: 4em;
	color: #B29A70;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.6;
	white-space: nowrap;
}

.aboutText a {
	display: inline-block;
	min-width: 19em;
	padding: 1em;

	color: #EBE9E6;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #B29A70;
	background: #0096AE;
}


/*--- Responsive ---*/
@media screen and (max-width:1024px) {
	.about {
		padding: 16rem 2% 38rem;
	}

	.aboutText {
		top: 82%;
	}

}

@media screen and (max-width:768px) {
	.about {
		overflow-x: hidden;
		padding: 22rem 0% 18rem;
	}

	.about .animeOverlay {
		width: 100%;
	}

	.about img {
		width: 120%;
		margin: 0 -20% 0 0;
	}

	.aboutText {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		max-width: none;
		margin: -0em auto 0;
		text-align: center;
	}

	.aboutText h2 {
		text-align: center;
	}

	.aboutText h2 span {
		margin: -1.2em auto 0;
	}
}




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

サービス案内

---------------------------------------------- */
.service h2 {
	margin: -18rem 0 0 0;
	color: rgba(154, 157, 174, 0.3);
	font-size: 180px;
	font-size: 18rem;
	line-height: 0.9;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

.service__wrap {
	/*display: flex;*/
	flex-wrap: wrap;
	white-space: nowrap;
	/*width: calc(150vw + 0.5rem);*/
	background: rgba(0, 0, 0, 1);
}

.service__Item {
	position: relative;
	display: block;
	/*width: 33.33%;*/
	height: calc(23vw + 8rem);
	/*margin: 0 0.05rem 0.1rem;*/
}

/*.service__Item:nth-of-type(4) {
	margin-left: 16%;
}*/
.service__Item a {}

.service__Item__photo {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 23vw;
}

.service__Item__photo img {
	width: 140%;
	margin: 0 -20%;
	transition: 0.5s;
	filter: grayscale(100%);
}

.service__Item:hover img {
	transform: scale(1.05);
	filter: grayscale(0%) blur(1px);
}

.service__Item__photo::after {
	content: "SERVICE";
	position: absolute;
	top: 38%;
	left: 0%;
	width: 100%;
	height: 16%;
	padding-top: 2.5em;
	font-size: 22px;
	font-size: 2.0rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: 0.4em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.service__Item-1 .service__Item__photo::after {
	background-image: url(../../service/img/serviceNav-s1.png);
}

.service__Item-2 .service__Item__photo::after {
	background-image: url(../../service/img/serviceNav-s2.png);
}

.service__Item-3 .service__Item__photo::after {
	background-image: url(../../service/img/serviceNav-s3.png);
}

.service__Item-4 .service__Item__photo::after {
	background-image: url(../../service/img/serviceNav-s4.png);
}

.service__Item-5 .service__Item__photo::after {
	background-image: url(../../service/img/serviceNav-s5.png);
}

.service__Item-6 .service__Item__photo::after {
	background-image: url(../../service/img/serviceNav-s6.png);
}

.service__Item h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2em 1.8em 1.2em;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
	white-space: nowrap;
	background: rgba(0, 0, 0, 1);
	transition: 0.3s;
}

.service__Item span {
	display: block;
	color: #B29A70;
	font-size: 0.8em;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

.service__Item h3::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 2px;
	margin: 0em 0.5em -0.7em -2.2em;
	vertical-align: baseline;
	background: #B29A70;
}

.service__Item:hover h3 {
	background: #0096AE;
}


.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

/*--- Responsive ---*/
@media screen and (max-width:1024px) {
	.service__Item {
		width: 100%;
		height: calc(38vw + 8rem);
	}

	.service__Item__photo::after {
		top: 38%;
		left: 0%;
	}

	.service__Item__photo {
		height: 38vw;
	}

	.service__Item__photo img {
		filter: grayscale(0%);
	}
}


/*--- Responsive ---*/
@media screen and (max-width:640px) {
	.service h2 {
		position: relative;
		margin: -8rem 0 0 0;
		text-align: center;
		font-size: 80px;
		font-size: 8rem;
	}

	.service__Item {
		height: calc(48vw + 8rem);
	}

	.service__Item__photo {
		height: 48vw;
	}
}






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

会社案内

---------------------------------------------- */
.company {}

.company a {
	display: block;
	padding: 11rem 0 12rem;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #E6E6E6;
	background: #141414;
	transition: 0.3s;
}

.company span {
	display: block;
	color: #0096AE;
	font-size: 4em;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.company:hover {}

.company a:hover {
	background: #0096AE;
}

.company a:hover span {
	color: #E6E6E6;
}


/*--- Responsive ---*/
@media screen and (max-width:640px) {}





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

採用情報

---------------------------------------------- */
.recruit {
	padding: 6rem 0% 14rem;
	background-color: #0096AE;
	/*background-image: url(../img/index/recruitBg.png);
	background-size: cover;
	background-position: center;*/
}

.recruitWrap {
	position: relative;
}

.recruitWrap .animeOverlay {
	width: 95%;
}

.recruitWrap img:nth-of-type(1) {
	width: 100%;
}

.recruitWrap img:nth-of-type(2) {
	display: none;
}

.recruitWrap img.enText {
	position: absolute;
	top: 76%;
	left: 0;
	width: 66%;
	z-index: 3;
}

.recruitText {
	position: absolute;
	top: 74%;
	right: 2%;
	width: 44rem;
	max-width: 80%;
	padding: 4.0%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 4;
}

.recruitText h2 {
	padding-bottom: 1.6em;
	font-size: 18px;
	font-size: 1.8rem;
	color: #0096AE;
	z-index: 5;
}

.recruitText h2 span {
	display: block;
	margin: -1.4em auto 0;
	font-size: 4em;
	color: #B29A70;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.recruitText a {
	display: inline-block;
	min-width: 19em;
	padding: 1em;

	color: #EBE9E6;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #B29A70;
	background: #0096AE;
}


/*--- Responsive ---*/
@media screen and (max-width:1024px) {
	.recruit {
		padding: 10rem 0% 18rem;
	}

	.recruitWrap img.enText {
		top: -30%;
		left: 0;
		width: 86%;
	}

	.recruitText {
		top: 84%;
		right: 2%;
	}

}

@media screen and (max-width:768px) {
	.recruit {
		padding: 0rem 0% 6rem;
		overflow-x: hidden;
	}

	.recruitWrap .animeOverlay {
		width: 100%;
	}

	.recruitWrap img {}

	.recruitWrap img:nth-of-type(1) {
		display: none;
	}

	.recruitWrap img:nth-of-type(2) {
		display: block;
		width: 100%;
	}

	.recruitWrap img.enText {
		top: -15%;
		left: -5%;
		width: 100%;
		margin: auto;
	}

	.recruitText {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		max-width: none;
		margin: -0em auto 0;
		text-align: center;
	}

	.recruitText h2 {
		text-align: center;
	}

	.recruitText h2 span {
		margin: -1.2em auto 0;
	}
}








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

banner

---------------------------------------------- */
.banner {
	padding: 10rem 0 6rem;
	text-align: center;
}

.banner__item {
	display: inline-block;
	width: 45%;
	max-width: 600px;
	margin: 0 1% 6rem;
}

.banner__item img {
	width: 100%;
	margin-bottom: 1em;
}

.banner__item p {
	text-align: center;
}


/*--- Responsive ---*/
@media screen and (max-width:768px) {

	.banner {
		padding: 10rem 0 2rem;
		text-align: center;
	}

	.banner__item {
		width: 80%;
		max-width: 400px;
	}
}





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

SNS

---------------------------------------------- */
.sns {
	display: grid;
	grid-template-columns: repeat(3, 280px);
	justify-content: center;
	padding: 8rem 5rem 9rem;
	background: #E4E1DC;
}

.sns h2 {
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: -0.02em;
	transition: 0.3s;
}

.sns h2::before {
	content: "";
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	margin: 0 0.5em 0 0;
	background-size: cover;
	transition: 0.3s;
}

.sns__instagram h2::before {
	background-image: url(../img/share/snsInsta.png);
}

.sns__twitter h2::before {
	background-image: url(../img/share/snsTwitter.png);
}

.sns__facebook h2::before {
	background-image: url(../img/share/snsFacebook.png);
}

.sns a:hover h2 {
	color: #0096AE;
}

.sns__instagram:hover h2::before {
	background-image: url(../img/share/snsInsta-hover.png);
}

.sns__twitter:hover h2::before {
	background-image: url(../img/share/snsTwitter-hover.png);
}

.sns__facebook:hover h2::before {
	background-image: url(../img/share/snsFacebook-hover.png);
}


/* 
.instagramLoad {
	display: flex;
	flex-wrap: wrap;
}

.instagramLoad div {
	position: relative;
	width: 19.8%;
	margin: 0.1%;
	height: 0;
	padding: 19.8% 0 0;
}

.instagramLoad div:last-child {
	display: none;
}

.instagramLoad a {
	display: block;
}

.instagramLoad img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
} */


/*--- Responsive ---*/
@media screen and (max-width:640px) {
	.sns {
		grid-template-columns: 1fr;
		padding: 6rem 0 5rem;
	}

	.sns a {
		margin-bottom: 1.5rem;
	}

	/* .instagramLoad div {
		width: 32.73333%;
		padding: 33.03333% 0 0;
		margin: 0.25%;
	}

	.instagramLoad div:last-child {
		display: block;
	} */


}








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

ローディング

---------------------------------------------- */
.loader-wrap {
	display: none !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 45vh;
	background: url("") no-repeat center #141414;
	background-size: 15%;
	z-index: 9999;
	transition: 1s;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 1.0em;
	height: 1.0em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #000;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5em;
}

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}

	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@media screen and (max-width:640px) {
	.loader-wrap {
		padding-top: 40vh;
		background-size: 45%;
	}

}



.loader-wrap.loadComp {
	animation: anime_fadeOut 0.5s ease 0.5s 1 forwards;
	-webkit-animation: anime_fadeOut 0.5s ease 0.5s 1 forwards;

}


@keyframes anime_fadeOut {
	0% {
		opacity: 1;
		width: 100%;
	}

	90% {
		opacity: 1;
		width: 0%;
	}

	100% {
		opacity: 0;
		width: 0%;
		display: none;
	}
}

-webkit-@keyframes anime_fadeOut {
	0% {
		opacity: 1;
		width: 100%;
	}

	90% {
		opacity: 1;
		width: 0%;
	}

	100% {
		opacity: 0;
		width: 0%;
		display: none;
	}
}



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

防災核シェルターバナー追加

---------------------------------------------- */
.banner_shelter {
	max-width: 100%;
	padding: 8rem 0 0;
	margin-bottom: -6rem;
    background-image: url(../img/index/aboutBg.png);
    background-size: 100% 100%;
}

.banner_shelter a {
	position: relative;
	z-index: 0;
	display: block;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}

.banner_shelter a::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.banner_shelter img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.5s;
}


.banner_shelter a:hover img {
	opacity: 0.7;
}

@media (orientation: portrait) {

	.banner_shelter {
		padding: 13rem 0 0;
		margin-bottom: -15rem;
	}

}