@charset "utf-8";
/* CSS Document */

body {
	font-family:"Zen Old Mincho","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:15px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	color: #0f0f0f;
}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

a{color: #0f0f0f; display: inline-block; text-indent: 0; text-decoration: underline;}
a:hover{opacity: 0.6; text-decoration: none;}

.sp{display: none;}





/*=====================================================================================
***************************************************************************************

　　header

***************************************************************************************
=====================================================================================*/

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 24px;
  height: 70px;
  background: #fff;
  box-shadow: 9.629px 12.778px 18px 0px rgba(239, 239, 239, 0.75);
	width: 100%;
	position: relative;
	z-index: 2;
}

header h1 {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

nav ul {
  display: flex;
	align-items: center;
  list-style: none;
}

nav ul li{
  display: flex;
	align-items: center;
	height: 70px;
	padding: 0 25px;
}

nav ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
}

nav ul li.last{background: #171717;}
nav ul li.last a{
	width: 100%;
	color: #FFFFFF;
}

.hamburger {
  display: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 8px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 640px) {
  nav {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }

  nav.open {
    display: block;
  }

  nav ul {
    flex-direction: column;
    padding: 8px 0;
  }

  nav ul li a {
    padding: 12px 24px;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
  }

  nav ul li:last-child a {
    border-bottom: none;
  }

  .hamburger {
    display: block;
  }
	
	nav ul li.last{background: #FFFFFF;}
	nav ul li.last a{color: #0f0f0f;}
}








/*=====================================================================================
***************************************************************************************

　　MV

***************************************************************************************
=====================================================================================*/
#mv{padding:110px 0 190px;}

#mv img{
	max-width: 1920px;
	width: 100%;
}
#mv img.pad,#mv img.sp{display: none;}

#mv .box01{
	padding-left: 10%;
	width: 100%;
	text-align: justify;
}

#mv .txt_img{
	max-width: 1102px;
	width: 90%;
}

#mv .box01 .in_box{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	font-size: 24px;
	line-height: 2;
	margin-top: 90px;
}

#mv .box01 h2{
	font-size: 34px; 
	line-height: 1.5;
	margin-bottom: 50px;
}

#mv .box01 .txt{width: 550px;}
#mv .box01 .img{flex: 1; height: 560px;}
#mv .box01 .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*object-position:center left;*/
}


#mv .box02{
	display: flex;
	text-align: justify;
	font-size: 21px;
	line-height: 2;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 180px;
}

#mv .box02 .txt{
	margin-left: 270px;
}


@media screen and (max-width: 1200px) {
	#mv img.pad{display: inline;}
	#mv img.pc{display: none;}
	#mv{padding-bottom: 100px;}
}

@media screen and (max-width: 640px) {
	#mv img.pad{display: none;}
	#mv img.sp{display: inline;}
	#mv{padding: 50px 0 80px; }
}



/*=====================================================================================
***************************************************************************************

　　サービス

***************************************************************************************
=====================================================================================*/
#about{background: #f9f9f9;}
#about ul{
	display: flex;
	flex-wrap: wrap;
}

#about ul li{
	width: 25%;
	height: 600px;
	position: relative;
	overflow: hidden;
}

#about ul li div{
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	background: url("../img/g_gradation.png") repeat-x bottom center;
}

#about ul li:nth-child(1){
	background: url("../img/about01_img.jpg") bottom center no-repeat;
	background-size: cover;
}

#about ul li:nth-child(2){
	background: url("../img/about02_img.jpg") bottom center no-repeat;
	background-size: cover;
}

#about ul li:nth-child(3){
	background: url("../img/about03_img.jpg") bottom center no-repeat;
	background-size: cover;
}

#about ul li:nth-child(4){
	background: url("../img/about04_img.jpg") bottom center no-repeat;
	background-size: cover;
}

#about ul li div h3{
	background: #FFFFFF;
	width: 80%;
	text-align: right;
	position: relative;
	padding:20px 20px 20px 70px;
	font-size: 20px;
	line-height: 1;
}
#about ul li h3 img{
	position: absolute;
	top: 15px;
	left: 30px;
}

#about ul li div p{
	padding: 40px 25px;
	text-align: justify;
	font-size: 14px;
	min-height: 150px;
}

#about .contact_box{padding: 100px 0;}
#about .contact_box p{font-size: 28px; margin-bottom: 25px;}
#about .contact_box a{
	background: url("../img/btn_bg.jpg") top right no-repeat;
	background-size: cover;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 90px;
	width: 555px;
	font-size: 22px;
}

@media screen and (max-width: 1200px) {
	#about ul li{width: 50%;}
}

@media screen and (max-width: 640px) {
	#about ul li{width: 100%;}
	#about ul li div h3{width: 95%; font-size: 18px;}
	
	#about .contact_box{padding-top: 50px;}
	#about .contact_box p{font-size: 22px;}
	#about .contact_box a{width: 90%; font-size: 16px; line-height: 70px;}
} 




#case{
	margin-top: 70px;
	display: flex;
	text-align: justify;
	align-items: center;
	font-size: 18px;
	background: url("../img/case_txt.svg") center left no-repeat;
	margin-bottom: 160px;
	flex-direction: row-reverse;
}

#case .txt{
	width: 50%;
	padding-left: 10%;
	padding-right: 80px;
}

#case h2{font-size: 45px; margin-bottom: 30px;}
#case a{
	width: 100%; 
	line-height: 75px;
	color: #FFFFFF;
	background: url("../img/btn_bg.jpg") top right;
	background-size: cover;
	text-decoration: none;
	padding: 0 25px;
	margin-top: 110px;
}


.img_slide {
  position: relative;
	width: 50%;
	height: 600px;
}

.img_slide ul {
  list-style: none;
  margin: 0;
  padding: 0;
	height: 100%;
}

.img_slide ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
	height: 100%;
}

.img_slide ul li:first-child {
  position: relative; /* 高さを確保するため最初の要素だけrelative */
}

.img_slide ul li.active {
  opacity: 1;
}

.img_slide ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 640px) {
	#case{
		display: block;
		margin-top: 0;
		font-size: 16px;
		margin-bottom: 80px;
	}
	#case .txt{
		width: 100%;
		padding:40px 5% 0;
	}
	#case h2{font-size: 30px;}
	#case a{margin-top: 30px;}
	.img_slide {width: 100%; height: 300px;}
} 








#kodawari{padding-bottom: 140px;}
#kodawari .ttl{
	background: url("../img/kodawari_bg.jpg") center no-repeat;
	background-size: cover;
	height: 220px;
	position: relative;
	margin-bottom: 125px;
}

#kodawari .ttl h2{
	background: #FFFFFF;
	max-width: 650px;
	width: 90%;
	padding: 40px 70px;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
}
#kodawari .ttl h2 img{width: 100%;}

@media screen and (max-width: 640px) {
	#kodawari{padding-bottom: 70px;}
	#kodawari .ttl{height: 90px;    margin-bottom: 95px;}
	#kodawari .ttl h2{padding: 30px 25px;}
	
} 





#fresh{
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}
#fresh h3{
	text-align: justify;
	padding: 15px 0 20px;
	border-left: 1px solid #b07f31;
	padding-left: 30px;
}

#fresh ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}

#fresh ul li{
	width: 31%;
}
#fresh ul li > img{width: 100%;}

#fresh ul li div{
	display: flex;
	padding-left: 25px;
	text-align: justify;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 0;
}
#fresh ul li div p{padding-left: 10px;}

@media screen and (max-width: 800px) {
	#fresh h3 img{width: 270px;}
	#fresh ul{display: block; margin: 30px auto 0;}
	#fresh ul li{width: 100%; margin-bottom: 30px;}
	#fresh ul li div{font-size: 16px;}
} 





#safety{
	max-width: 1440px;
	width: 90%;
	margin: 90px auto 0;
}
#safety h3{
	text-align: justify;
	padding: 15px 0 20px;
	border-left: 1px solid #b07f31;
	padding-left: 30px;
}

#safety ul{
	display: flex;
	margin-top: 20px;
}
#safety li{
	height: 550px;
	position: relative;
	width: calc(100% / 3);
}

#safety li div{
	width: 90px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
}

#safety li p{
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	width: 100%;
	display: flex;
	text-align: justify;
	align-items: center;
	padding:30px;
	font-size: 20px;
	font-weight: bold;
}



#safety li:nth-child(1){
	background: url("../img/safety01_img.jpg") top center no-repeat;
	background-size: cover;
}
#safety li:nth-child(2){
	background: url("../img/safety02_img.jpg") top center no-repeat;
	background-size: cover;
}
#safety li:nth-child(3){
	background: url("../img/safety03_img.jpg") top center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 800px) {
	#safety h3 img{width: 170px;}
	#safety ul{display: block;}
	#safety li{width: 100%; height: 400px;}
	#safety li p{font-size: 16px; padding: 30px 10px;}
	#safety .sp{display: block;}
} 




#news{
	padding: 80px 0 70px;
	background: #f9f9f9;
}

#news .flex_box{
	display: flex;
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	font-size: 18px;
	font-weight: bold;
}

#news .ttl{padding-right: 140px;}

#news li{
	margin-bottom: 50px;
}

#news li span{color: #b07f31;}
#news li a{text-decoration: none; margin-left: 20px;}

@media screen and (max-width: 1400px) {
	#news li span{display: block;}
} 

@media screen and (max-width: 800px) {
	#news .flex_box{display: block; font-size: 16px;}
	#news .ttl{padding: 0 0 40px;}
	#news li{margin-bottom: 20px;}
	#news li span{display: block; font-size: 13px;}
	#news li a{margin-left: 0;}
} 





#company{
	background: url("../img/contact_bg_pc.jpg") center no-repeat;
	background-size: cover;
	padding: 140px 0 60px;
}

#company .flex_box{
	display: flex;
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}

#company h2{width: 50%;}
#company div{width: 50%;}

#company a{
	display: block;
	background: url("../img/btn_bg.jpg") top right no-repeat;
	background-size: cover;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 70px;
	text-align: justify;
	padding: 0 35px;
	margin-bottom: 30px;
}

#company iframe{
	width: 100%;
	height: 400px;
}

@media screen and (max-width: 800px) {
	#company .flex_box{display: block;}
	#company h2{width: 100%; margin-bottom: 40px;}
	#company h2 img{width: 90%;}
	#company div{width: 100%;}
} 







#contact{
	background: #f9f9f9;
	padding: 90px 0 120px;
}
#contact .flex_box{
	display: flex;
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}

#contact h2{width: 50%;}
#contact div{width: 50%; text-align: justify;}

#contact a.con{
	display: block;
	background: url("../img/btn_bg.jpg") top right no-repeat;
	background-size: cover;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 70px;
	text-align: justify;
	padding: 0 35px;
}

#contact .tell{
	padding: 35px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid;
}
#contact .tell a{text-decoration: none;}


@media screen and (max-width: 800px) {
	#contact{padding: 70px 0 80px;}
	#contact .flex_box{display: block;}
	#contact h2{width: 100%; margin-bottom: 40px;}
	#contact h2 img{width: 90%;}
	#contact div{width: 100%;}
	#contact .tell{display: block;padding:20px 35px;}
} 








footer{
	background: url("../img/footer_bg.jpg") bottom right 20% no-repeat;
}
footer .flex_box{
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	width: 90%;
	margin: 0 auto 120px;
	padding-top: 130px;
}

footer .left{text-align: justify; font-size: 18px;}
footer .big{
	font-size: 42px;
	line-height: 1;
	margin-bottom: 70px;
}
footer .big span{display: block;font-size: 24px; margin-top: 10px;}
footer .ad span{display: block; margin-top: 25px;}

footer .right{
	text-align: right;
	font-size: 18px;
}
footer .right a{text-decoration: none;}
footer .right li{margin-bottom: 30px;}

footer small{
	display: block;
	width: 100%;
	background: #f9f9f9;
	padding: 20px;
}

@media screen and (max-width: 800px) {
	footer{
		background: url("../img/footer_bg.jpg") bottom 20px left -20px no-repeat;
		background-size: 70%;
	}
	footer .flex_box {
		display: block;
		margin: 0 auto 60px;
		padding-top: 70px;
	}
	footer .big{font-size: 28px; margin-bottom: 20px;}
	footer .big span{font-size: 16px;}
	footer .left{font-size: 14px;}
	
	footer .right{font-size: 14px; margin-top: 50px;}
	footer .right li{margin-bottom: 10px;}
	footer small{font-size: 12px;}
} 







