@charset "utf-8";

/* Initial */
.sect-lv1:not(.sect-lv1--btm){ margin-top: 9em; }
.sect-lv1:not(.sect-lv1--top){ margin-bottom: 9em; }

@media (max-width: 768px){
	.sect-lv1:not(.sect-lv1--btm){ margin-top: 4.5em; }
	.sect-lv1:not(.sect-lv1--top){ margin-bottom: 4.5em; }
}






/* Hero */
.hero__title{
	margin: 0;
}
.hero__image{
	width: 100%;
}

.hero-slide{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hero__title.swiper-container{
	z-index: 0;
}
/*.swiper-slide-active .hero__image{
	animation: zoom 3s linear both;
}
@keyframes zoom{
	from{
		transform: scale(1.2);
	}
	to{
		transform: scale(1);
	}
}*/






/* Top Message */
.message__photo{
	width: 100%;
}
.message__title{
	line-height: 1.33;
	font-size: 2.75em;
	font-weight: normal;
	font-family: "Haettenschweiler", "Impact", 'Noto Sans JP', sans-serif;
	
	margin: 0 0 .5em;
}
.message__note{
	margin: 0;
}
.message__nav{
	margin-top: 2.5em;
}

@media (min-width: 769px){
	.message-grid__image{
		position: relative;
		z-index: 0;
	}
	.message__photo{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		object-fit: cover;
		font-family: "object-fit: cover;";
	}
	.nav--message{
		justify-content: flex-start;
	}
}



.message-grid__image,
.message-grid__body{
	box-sizing: border-box;
}
.message-grid__body{
	color: #fff;
	background: #0099ce;
	
	position: relative;
	z-index: 0;
}
.message-grid__body:before{
	content: "";
	display: block;
	
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	
	width: 33.3%;
	padding-top: 33.3%;
	
	transform: translateX(-50%) skewX(-45deg);
	border-right: 1px solid #80cce7;
}

@media (min-width: 1504px){
	.message-grid__image{
		min-height: 464px;
	}
}
@media (max-width: 1503px) and (min-width: 769px){
	.message-grid__image{
		min-height: 32vw;
	}
}

@media (min-width: 769px){
	.message-grid{
		display: flex;
	}
	.message-grid__image,
	.message-grid__body{
		box-sizing: border-box;
		flex: 0 0 auto;
		width: 50%;
		padding: 5em;
	}
	.message-grid__image{
		transform: translate(3%, -3%);
	}
	.message-grid__body{
		transform: translate(-3%, 3%);
		
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media (max-width: 768px){
	.message-grid{
		/*margin: 0 -5.59%;*/
	}
	.message-grid__image{
		margin-right: 10%;
	}
	.message-grid__body{
		position: relative;
		margin: -10% 0 0 10%;
		padding: 5%;
	}
}






/* Works */
@media (min-width: 769px){
	.works-hero__data{
		width: 100%;
	}
}
@media (max-width: 768px){
	.works-hero{
		height: calc(442px / 2);
		background: url(../img/index/works2.jpg) repeat left center / cover;
		animation: bgimage-slide-gallery 18s linear infinite;
	}
	.works-hero__data{
		display: none;
	}
}

@keyframes bgimage-slide-gallery{
	to{
		background-position: calc(100% - 100vw) center;
	}
}






/* About */
.about__photo{
	width: 100%;
}
@media (min-width: 769px){
	.nav--about{
		justify-content: flex-start;
	}
}



.about-grid__image,
.about-grid__body{
	box-sizing: border-box;
}

@media (min-width: 769px){
	.about-grid{
		display: flex;
		align-items: flex-end;
	}
	.about-grid__image{
		flex: 0 0 55%;
	}
	.about-grid__body{
		flex: 0 1 615.15px;
		align-self: center;
		padding: 0 5%;
	}
	.about-grid:nth-child(odd){
		justify-content: flex-end;
	}
	.about-grid:nth-child(odd) .about-grid__image{
		order: 1;
	}
}
@media (max-width: 768px){
	.about-grid__body{
		padding: 5%;
	}
}





/* 🥺 Data */
.data-office{}
.data-office__items{
	list-style: none;
	margin: 0;
	padding: 0;
	
	display: flex;
}
.data-office__item{}
.data-office__more{
	text-decoration: inherit;
	display: block;
}
.data-office__more:hover{
	opacity: .78;
}
.data-office__photo{
	width: 100%;
}
.data-office__name{
	text-align: center;
	
	color: #fff;
	background: #0099ce;
	
	margin: 0;
	padding: .5em 1em;
}

@media (min-width: 769px){
	.data-office__item{
		flex: 1 1 0%;
	}
	.data-office__item:not(:first-child){
		margin-left: 2%;
	}
	.office-hero__data{
		width: 100%;
	}
}
@media (max-width: 768px){
	.data-office__items{
		flex-wrap: wrap;
		margin: 0 0 -5% -5%;
	}
	.data-office__item{
		flex: 0 0 45%;
		margin: 0 0 5% 5%;
	}
	.office-hero{
		height: calc(413px / 2);
		background: url(../img/index/office.jpg) repeat left center / cover;
		animation: bgimage-slide-gallery 18s linear infinite;
	}
	.office-hero__data{
		display: none;
	}
}






/* Fresh */
.fresh__photo{
	width: 100%;
}
.nav--fresh{
	justify-content: flex-start;
}

@media (min-width: 769px){
	.fresh-grid__image{
		position: relative;
		z-index: 0;
	}
	.fresh__photo{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		object-fit: cover;
		font-family: "object-fit: cover;";
	}
}



.fresh-grid{
	background: #edeeee;
}
.fresh-grid__image,
.fresh-grid__body{
	box-sizing: border-box;
}
.fresh-grid__body{
	padding: 0 5%;
}
@media (min-width: 769px){
	.fresh-grid{
		display: flex;
	}
	.fresh-grid__image{
		flex: 0 0 50%;
	}
	.fresh-grid__body{
		flex: 0 1 683.5px;
		align-self: center;
		padding: 5em 5%;
	}
}
@media (max-width: 768px){
	.fresh-grid__body{
		padding: 5%;
	}
}
