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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	color: #333;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;  
    letter-spacing: 0.2rem;  
}


.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}


a{
	text-decoration: none;	
}


section{
padding: 100px 0;    
}
.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
}
.en {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.text-shadow {
text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;   
    }
.headline{
position: relative;
font-size: 1.5rem;
padding-left: 15px; 
margin-bottom: 10px; 
font-weight: 500;    
}
.headline::after{
content: "";
position: absolute;
top: 50%;
left: 0;
width: 5px;
height:30px;
background: #744D35;    
-webkit-transform : translateY(-50%);
transform : translateY(-50%);      
}
.text1{
font-size: 1em;  
}
.text1 strong{
font-size: 1.5em;     
}
.text2{
font-size: 1.3em;    
    
}

.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;    
    }
.sp_c{
text-align: left;
}
.pc_kaigyo{
display: block;    
}
.background1{
width: 100%;
display: block;
background:url("../img/background1.png");
background-size: cover;
background-position: center;    
}
.background2{
width: 100%;
height: auto;   
background: #fafafa;	 
}
.kome{
color: #B87A54;    
}
.koumoku{
color: #333;
text-align: left;
padding-left: 1.5rem;
position: relative;
font-weight: 500;
display:inline-block;       
line-height: 1.2;   
margin-left: 1%;    
}
.koumoku::after {
     font-family: "Font Awesome 6 Free";
  content: "\f14a";/*アイコンのユニコード*/
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
	z-index: 1;
    -webkit-transform : translateY(-50%);
transform : translateY(-50%);  
color: #B87A54;      
font-weight: 900;
}
.koumoku_r{
color: #333;
text-align: left;
position: relative;
font-weight: 500;
display:block;       
padding: 1rem 1.5rem;   
margin-left: 1rem;    
}
.koumoku_r::after {
     font-family: "Font Awesome 6 Free";
  content: "\f406";/*アイコンのユニコード*/
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
	z-index: 1;
    -webkit-transform : translateY(-50%);
transform : translateY(-50%);  
color: #333;      
font-weight: 900;
    color: #744D35;    
}
.koumoku_r::before{
  content: "";/*アイコンのユニコード*/
    position: absolute;
    bottom:0;
    left: -1rem;
border-bottom: solid 1px #dedede;
    width: 100%;
}
.img1{
position: absolute;
top: 0;
left: 0;
width: auto;
height: 100%;
object-fit: cover;    
opacity: 0.1;  
z-index: -1;    
}
.img2{
position: absolute;
top: 0;
right: 0;
width: auto;    
height: 100%;
object-fit: cover;    
opacity: 0.1;  
z-index: -1;    
}
.img3{
position: absolute;
bottom: 0;
left: 0;
height: 100%;
object-fit: cover;  
width: auto;    
opacity: 0.1;  
z-index: -1;     
}
.recruit_banner{
max-width: 300px; 
width: 100%;
position:fixed;
bottom: 10px;
right: 0;   
z-index: 80;   
background: #c5ab9b;
padding: 0.5rem;  
opacity:0;    
transition: all 0.5s;    
}
.recruit_banner.transform{
 opacity: 1;       
}
.recruit_banner p{
font-size: 1rem;
color: #fff; 
position: absolute;
top: 30%;
left: 5%;    
line-height: 1.8;   
text-shadow: 2px 2px 20px #000;   
display: block;
}
.recruit_banner p strong{
font-size: 1.5rem;   
display: block;    
}
.recruit_banner img{
width: 100%;  
height: 100%;
object-fit: cover;       
}
.recruit_banner .b_tel{
width: 80%;  
background: #fff;   
height: 50px;    
position: relative;
}
.recruit_banner .b_tel .small{
display: block;
font-size: 0.8rem;    
}
.recruit_banner .b_tel a{
color: #333;
font-size: 1rem; 
text-align: center;
display: block;  
line-height: 1.5;  
transition: all 0.5s; 
position: absolute;
top: 50%;
left: 50%;    
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%); 
width: 98%;    
}
.recruit_banner .b_tel a:hover{
opacity: 0.5;    
}
.recruit_banner .b_mail{
width: 20%;  
background: #744D35;
object-fit: cover;
height: 100%;    
height: 50px;  
position: relative;    
}
.recruit_banner .b_mail a{
font-size: 1rem; 
text-align: center;
color: #fff; 
display: block;  
margin: 0 auto;
transition: all 0.5s;  
width: 100%;
line-height: 50px;    
}
.recruit_banner .b_mail a:hover{
opacity: 0.5;    
}


.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;    
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;   
align-items: flex-end;    
}


/*TOPスライダー*/
.slider-box{
    width: 100%;
    height: 100vh;
	overflow: hidden;
	position: relative;
}
.slider-box::after{
	content: '';
	width: 100%;
	 height: 40%;
	position: absolute;
	top: 0;
	left: 0;
	 background: linear-gradient(180deg, rgba(0, 0, 0,0.4), rgba(255, 255, 255,0));
    z-index: 1;
}
.text_img{
  position: absolute;
  bottom: 20px;
  left: 5%;   
  max-width:850px;
  width: 90%;    
 z-index: 10;   
  animation: fadeIn1 3s ease 0.5s 1 normal backwards;    
}
.text_img img{
width: 100%;    
}
@keyframes fadeIn1 {
  0%{
    opacity: 0;
    transform: translateX(300px);   
  }
 50%{
    opacity: 1;    
     transform: scale(1.2);
  }    
 100% {
    transform: translateX(0); 
     transform: scale(1); 
  }
}

@keyframes text_apper1{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
		transform: translateY(-10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes text_apper2{
	0% {
		opacity: 0;
        transform: translateX(-10%);
	}
	50%{
		opacity: 0;
		
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}


.overwrap{
	overflow: hidden;
}

.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}



/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translate(-10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 960px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}

.grayscale{
	transition: 0.2s;
	transition-delay: 0.6s;
}
.grayscale.inview{
	filter: grayscale(100%);
}



/*パンクズ */
.breadcrumb {
width: 100%;
text-align: center;   
display: block;    
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 0.8em;
color: #b0b0ae;   
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
color: #b0b0ae;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #b0b0ae;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #b0b0ae;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home{
color:#BF0404; 	
}
/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:50px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:20%;
    /*テキストの形状*/
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;

}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#fff;
}

.midashi_l h2{
width: 100%;     
font-size: 1.3rem;		
text-align:left;	   
line-height: 1.5; 
color: #38251A;    
font-weight: 500;  
}
.midashi_l .strong{
font-size: 3.5rem;		 
display: block;    
text-align: left;  
display: block;  
font-family: "Anta", sans-serif;
font-weight: 400;  
color: #744D35;    
}

.midashi_c h2{
width: 100%;     
font-size: 1.3rem;		
text-align:center;	
line-height: 1.5; 
color: #38251A;  
font-weight: 500;      
}
.midashi_c .strong{
font-size: 3.5rem;		
display: block;    
text-align: center;  
display: block;  
font-family: "Anta", sans-serif;
font-weight: 400; 
color: #744D35;    
}
.midashi_cw h2{
width: 100%;     
font-size: 1.3rem;		
text-align:center;	
line-height: 1.5;       
color: #fff; 
font-weight: 500;      
}
.midashi_cw .strong{
font-size: 3.5rem;		
display: block;    
text-align: center;  
display: block; 
font-family: "Anta", sans-serif;
font-weight: 400;    
}

.container {
max-width: 1400px;
 width: 95%;   
display: block;
margin: 0 auto;
overflow: hidden;	
}
.inner-box{
 max-width: 1000px;
 width: 95%;   
display: block;
margin: 0 auto;
overflow: hidden;   
}
.top_menu{
width: 100%;
height: auto;
display: inline-block;
 padding: 0 1em;   
}

.top_menu .menu_t{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}

.top_menu .menu_t .logo{
width:300px;
transition: all 0.5s;    
}

.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}


.top_menu .m1{
width: 700px;	   
}

.top_wrapper{
width: 100%;   
height: auto;    
position:fixed;
top:0; 
left: 0;
z-index: 10;
height: auto;
transition: all 0.5s;	
}
.top_wrapper.transform{
  background: #38251A;  
  border-bottom: 1px solid rgba(255,255,255,0.1);
z-index:20;
}

/*==ナビゲーション全体の設定*/
.m1 nav{
  color: #5070b0;
  text-align: center;
    padding: 0.5em 0;
}
/*ナビゲーションを横並びに*/
.m1 nav ul{
  list-style: none;
  display: flex;
  justify-content:flex-end;
}
.m1 nav ul .strong{
display: block;
font-size: 1rem; 
font-family: "Anta", sans-serif;
font-weight: 500;
font-style: normal;    
}

.m1 nav ul li{
  position: relative;
margin-left: 30px; 
 line-height: 1.5; 
}

/*ナビゲーションのリンク設定*/
.m1 nav ul li a{
  display: block;
  text-decoration: none;
  color: #FFF;
  transition:all .3s;
    font-size:0.9rem;
}

.m1 nav ul li a:hover{
opacity: 0.8;    
text-decoration: transparent;    
}


.t-con{
width: 700px;
display: flex;    
flex-wrap:wrap;
justify-content:flex-end;
align-items:center; 
margin-top: 1em;  
transition: all 1s;     
}

.top_wrapper.transform .t-con{
display: none;
text-decoration: transparent;    
}

.t-btn1{
width: 250px;	    
font-size: 1.3em;	   
transition: all 0.5s;    
display: block;  
text-align: center; 
padding: 0.5em 0;
margin-left: 15px;  
color: #fff; 
transition: all 0.5s;   
font-family: "Anta", sans-serif;  
}
.t-btn1:hover{
opacity: 0.7;
text-decoration: transparent;
    
}
.t-btn2{
width: 250px;	    
font-size:0.9em;	     
display: block;  
text-align: center; 
padding: 0.5% 0;
margin-left: 15px;  
vertical-align: middle;    
border:1px solid #fff;
color: #fff; 
transition: all 0.5s;     
}
.t-btn2:hover{
opacity: 0.7; 
text-decoration: transparent;
    
}

@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}


/*===ボタン===*/
.dli-chevron-round-right_w {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
    margin-left: 15px;
}

.dli-chevron-round-right_w::before, .dli-chevron-round-right_w::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right_w::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right_w::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.button_w {
  position: relative;
  max-width: 300px; /* ボタンの幅 */
    width:60%;
  color: #fff; /* 文字色 */
 border: 1px solid #fff;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1em 2em;
    margin: 0 auto;   
font-size: 0.9em;  
  font-family: "Anta", sans-serif;
  font-weight: 400;    
}

/* マウスオーバーした際のデザイン */
.button_w::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid rgba(255,255,255,0.8); /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.button_w:hover {
    
  background: rgba(255,255,255,0.2); /* 背景色 */
}
.button_w:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #38251A;
  line-height: 1;
  position: relative;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
    margin-left: 15px;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.button:hover .dli-chevron-round-right {
  color: #fff;
}
.button {
  position: relative;
  max-width: 300px; /* ボタンの幅 */
    width:70%;
  color: #38251A; /* 文字色 */
 border: 1px solid #38251A;
  transition: all 0.5s;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1em 2em;
    margin: 0 auto;   
font-size: 0.9em;  
  font-family: "Anta", sans-serif;
  font-weight: 400;  
 background: #fff;    
}

/* マウスオーバーした際のデザイン */
.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 1px solid rgba(56,37,26,0.8); /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
.button:hover {
   color: #fff; 
  background: #38251A; /* 背景色 */
}
.button:hover::after {
  opacity: 1;
  transform: scale(1,1);
}
/*====ご挨拶===*/

.greeting-box{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/greeting1.jpg");    
background-size: cover;
background-position: center left;
background-repeat: no-repeat;   
background-attachment: fixed; 
filter:  grayscale(50%); 
position: relative;
}
.greeting-box::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: rgba(56, 37, 26, 0.5);
}
.greeting{
width: 100%; 
height: auto;   
padding: 5%;  
background: rgba(255,255,255,0.5);    
}

.greeting-text strong{
font-size: 1.8em;
display: block; 
text-align:left;    
}
.greeting-text {
display: block;
margin: 0;    
font-size:1em;
text-align:left;
line-height:200%;   
}

/*===共通===*/
.item-box{
width: 100%;
height: auto;
display: block; 
position: relative;
}
.item-t1{
width: 50%; 
padding: 0 3%;   
}
.item-p1{
width: 50%;      
}
.item-p1 img{
width: 100%; 
}
.item-t2{
width:100%; 
padding: 0 3%;   
}
.item-r{
width:75%; 
margin-left: 25%;    
}
.item-r img{
width: 100%; 
}
.map{
width: 100%;    
}
.map iframe{
width: 100%;     
height: 300px;    
}
.item-t3{
width: 70%; 
padding:3%;   
}
.item-p3{
width: 30%;      
}
.item-p3 img{
width: 100%; 
height: 100%;
object-fit: cover;
z-index: 1;   
display: block;    
}
/*====サービス==*/

.service-box1{
    width:100%; 
    display: flex;
     position: relative; 
    flex-wrap:wrap;
    position: relative;  
    overflow: hidden;
      background: url("../img/service1.jpg"); /* 表示する画像 */
  background-size: cover; 
  background-repeat: no-repeat;  
background-position: center;   
}

.service-flex{
 width: calc(100% /4);    
height: 500px;    
overflow: hidden; 
border-left: solid #fafafa 1px;
}
.service-flex:first-child{
 border-left: solid #fafafa 0px;   
}
.service-box1 .service-flex:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0.3) 40% , rgba(0,0,0,0.0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 6;  
}
.service-box1 .service-flex:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0.5) 40% , rgba(0,0,0,0.0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 6;  
}

.service-box1 .service1{
display: block;     
 position: relative;  
  
}

.service-box1 .service1:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
   transition-property: all;
    transition-duration: 1s;
    transition-delay: 0s;
z-index: 5;    
opacity: 0;    
}

.service-box1 .service1:hover:after{
 background: url("../img/service2.jpg"); /* 表示する画像 */
  background-size: cover; 
  background-repeat: no-repeat;
  background-position:top left;  
text-decoration: transparent;    
  width: 100%;
  height: 100%;   
 object-fit:cover;  
transform: scale(1.1);    
opacity: 1;    
}

.service-box1 .service2{
display: block;    
position: relative;    
}

.service-box1 .service2:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
   transition-property: all;
    transition-duration: 1s;
    transition-delay: 0s;
z-index: 5;    
opacity: 0;      
}

.service-box1 .service2:hover:after{
  background: url("../img/service3.jpg"); /* 表示する画像 */
  background-size: cover; 
  background-repeat: no-repeat;
  background-position:top left;  
text-decoration: transparent;    
  width: 100%;
  height: 100%;   
 object-fit:cover;  
transform: scale(1.1);   
opacity: 1;        
}

.service-box1 .service3{
display: block;   
position: relative;    
}

.service-box1 .service3:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
   transition-property: all;
    transition-duration: 1s;
    transition-delay: 0s;
z-index: 5;  
opacity: 0;      
}

.service-box1 .service3:hover:after{
 background: url("../img/service4.jpg"); /* 表示する画像 */
  background-size: cover; 
  background-repeat: no-repeat;
    background-position:top left;  
text-decoration: transparent;    
  width: 100%;
  height: 100%;   
 object-fit:cover;  
transform: scale(1.1);    
opacity: 1;    
}
.service-box1 .service4{
display: block;  
position: relative;
}

.service-box1 .service4:after{
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
pointer-events: none;
transition-property: all;
transition-duration: 1s;
transition-delay: 0s;
z-index: 5; 
opacity: 0;      
}

.service-box1 .service4:hover:after{
  background: url("../img/service6.jpg"); /* 表示する画像 */
  background-size: cover; 
  background-repeat: no-repeat;
  background-position:top left;  
text-decoration: transparent;    
  width: 100%;
  height: 100%;   
  object-fit:cover;     
 transform: scale(1.1); 
opacity: 1;      
}

.service-box1 .s-box{
width:100%; 
height: 500px;     
position: relative;
display: block;  
transition: all 5s;	    
}

.service-box1 .s-box img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;    
transition: all 0.5s;	    
}
.service-box1 .s-box:hover .service-text{
z-index: 7;   
width: 100%;
height: 100%;
object-fit:cover;
display: block;  
color: #fff;  
text-decoration: transparent;      
}
.service-box1 .s-box .service-text .s-text{   
opacity: 0;  
font-size: 1rem;   
display: block;  
transition: all 0.1s;	
margin-top: 1em;   
line-height: 2;     
}
.service-box1 .s-box .service-text:hover .s-text{
opacity: 1; 
     
}
.service-text{
font-size: 1.2em;
position: absolute;
top: 0;
left: 0;       
color: #fff;   
line-height: 1.5; 
padding: 1em; 
font-weight: 500;
z-index: 7;
width: 100%;
height: 100%;
object-fit:cover;
display: block;    
}
.service-text .small{
display: block;
font-size: 0.8em; 
  font-family: "Anta", sans-serif;
  font-weight: 400;    
}
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
display:block;
text-align: center;	   
}
footer .footer-box{
height:auto; 
width: 100%;    
display: block;   
}
footer .footer-box .footer-back{
padding: 50px 0!important;     
width: 100%; 
background:url("../img/footer_back.jpg");
background-position: center;
background-size: cover;    
padding: 2% 0  0;  

display: block;    
}

.con-text{
font-size: 1.5em;
text-align:center;
color: #fff;     
}
.f-contact{
width:100%;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
.f-address{
padding: 50px 0;    
width: 100%;
background:#fff;    
}
.f-address img{
max-width: 300px;
width: 70%;    
display: block;
margin: 0 auto;
}
.f-con{
width:300px;
margin: 1em;    
}
.f-con a{
border:1px solid #fff;
padding:1rem 1%;
font-size: 1.3em;  
display: block;  
color: #fff;
transition: all 1s;    
letter-spacing: 1px;       
}
.f-con a:hover{
background: rgba(255,255,255,0.1); 
text-decoration: transparent;    
}
.f-con p{
border:1px solid #fff;
padding:1em 1%;
color: #fff;
font-size: 1.3em;      
letter-spacing: 1px;       
}

.f_text{
width: 100%;    
text-align: center;
color: #fff; 
display: block;
margin: 0 auto;
font-size: 1em;  
text-align: 1.75;    
}

footer .f-text1{
text-align: center;	
color: #fff;
font-size: 1.1em;	
line-height: 1.75;	
}
footer .f-text2{
text-align: center;	
color: #333;
font-size: 1.3em;
line-height: 1.6;       
}
footer .copyright small{
text-align: center;	
color:#fff;
padding:1% 0;
display: block;	
background:#38251A;  
font-size: 0.8em;  
}
/*========= 事業内容 ===============*/
.dump-box{
 border: 1px solid #eee;   
padding: 1rem;    
}
.dump{
width:calc(100% / 4 - 20px); 
padding: 1rem;
margin: 10px;    
}
.dump img{
width: 100%;   
   
}
.step{
width: 100%;
border-bottom: solid 1px #eee;
background: rgba(255,255,255,0.8);  
padding: 1rem;    
}
.s_titl{
font-size: 1.5rem;    
color: #744D35;      
}
.s_titl .step_number{
font-size: 3rem;
line-height: 1;
vertical-align:sub; 
margin-right: 1rem; 
border-bottom: solid 1px #744D35;
color: #744D35;    
}
.s_titl .step_number::before {
	content: attr(data-en);
	display: block;
	color: #744D35;
	font-size: 0.9rem;
	text-transform: uppercase;
    padding-left:2%;
}
.s_text{
   line-height: 1.5; 
}
.step_text{
width: 60%;
padding: 0 3%;    
}
.step-photo{
width: 40%; 
}
.step-photo img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block;      
}
/*========= 採用ページ ===============*/
.schedule-box{
width: 500px;
height: auto;
background: #fafafa;
padding: 1rem;  
position: relative;
display: block;    
}
.schedule-inner{
width: 90%;
position: absolute;
top: 50%;
left: 50%;    
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);      
}
.schedule{
position: relative;
padding: 2rem 0;  
display: block;
width: 100%; 
}
.schedule .schedule-text{
position: absolute;
top: 50%;
left: 35px;  
-webkit-transform : translateY(-50%);
transform : translateY(-50%);  
}
.schedule .dot{
position: absolute;
left: 5px;
top: 50%;    
width: 14px;
height: 14px;
border-radius: 50px;
background: #B87A54;
-webkit-transform : translateY(-50%);
transform : translateY(-50%); 
z-index: 2;
}
.schedule .schedule_border{
position: absolute;
left: 11px;
top: 0;
width: 2px;
height: 100%;
object-fit: cover;
background: #38251A;  
z-index: 1; 
}
.schedule-photo{
width: 40%;  
padding:2%;       
}
.schedule-photo img{
width: 90%;    
display: block;  
padding: 2%;    
}
.schedule-photo img:last-child{
margin-left: 10%;    
}
.recruit-box{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/recruit3.jpg");    
background-size: cover;
background-position: center left;
background-repeat: no-repeat;   
filter:  grayscale(50%); 
position: relative;
}
.recruit-box::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: rgba(56, 37, 26, 0.9);
}
/*========= 会社概要ページ ===============*/
.table{
width: 100%;    
}
.table table{
width: 100%;   
}
.table table th{
width: 35%;    
padding: 1rem;  
border-bottom: solid #eee 1px;
font-weight: 500;
background: #744D35;  
color: #fff;  
position: relative;
}
.table table th:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #744D35;
}

.table table td{
padding: 1rem 1.5rem;  
background: #fafafa; 
}
/*========= お問い合わせ ===============*/
.contact_border{
border-bottom: solid 1px #eee;
}
.contact-box{
width: 100%;
height: auto;
display: block;  
position: relative;
padding: 2%;     
}
.c-img{
width: 100%;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;    
}

.c-tf{
width: 100%;    
margin: 0 auto 30px;  
padding: 3%;    
background-color: #fafafa;
display: flex; 
flex-wrap:wrap;
justify-content: flex-start;
align-items: center;    
}
.c-box{
max-width: 400px;   
width: 100%;    
}
.c-box p{
font-size: 2rem;
color: #333; 	
transition: all 0.5s;	 
display: block;      
font-weight: 500;
line-height: 1.9;    
}
.c-box a{
font-size: 2rem;
color: #744D35; 	
transition: all 0.5s;	 
display: block;      
font-weight: 500;
line-height: 1.9;    
}
.c-box:hover a{
text-decoration: transparent;	
opacity: 0.8;     
}

.c-box .tel_time{
font-size: 0.9rem; 
display: block;  
color: #333; 
}
.m-brder{
border-right: 2px solid #eee;
}


.con-text2{
font-size: 1em;  
color: #fff;     
}
.con-text2 .small{
font-size: 0.9em;
color: #fff; 
display: block; 
}
.contact-wrapper{
width: 100%;	
}


form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #595757;	
}
.mailform{
width: 100%;   
}
.mailform table{
width: 100%;    
 
}
.fm-text .text1 .text_b{
	color:#B87A54;
    font-size:1rem;
    padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.mailform table .text_b{
	color:#B87A54;
	font-size:1rem;
	padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.about-map{
width: 100%;    
}


.mailform table th{
	font-size: 1rem;
	text-align: left;
	padding-left: 2%; 
    border-bottom: 1px dotted #b0b0b0;
    font-weight: 500;
}

.mailform table td{
font-size: 1rem;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px dotted #b0b0b0;   
text-align: left;
}

.text-y{
width: 50%!important;    
height: 40px!important;    
}
.text{
width: 100%!important;    
}
textarea{
width:100%!important; 
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#595757;
	letter-spacing: 4px;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#595757;
}
.fm-text p{
text-align: left;
}
.postcord_btn{
border:1px solid #744D35; 
padding: 1%;
font-size: 0.9rem;    
background: #744D35;
color: #fff;   
margin-left: 1rem;
}
.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 1rem;
    color: #fff;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    border:1px solid #744D35; 
    font-weight: 500;
    background:#744D35;  
}
.form-button button:hover{
     background:#fff;  
    color:#744D35;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}

input[type=checkbox] + label {
cursor: pointer;  
}

button[type="submit"]{
	font-size:1em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #eee;	
    background: #fafafa;
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
	border:1px solid #eee;
       background: #fafafa;
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	border:1px solid #eee;
    background: #fafafa;
}

textarea{
padding: 10px;	
font-size: 1em;		
border:1px solid #eee;	
background: #fafafa;
}
.mailform .accordion h4{
font-size: 1rem;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #555;
padding-left: 1%; 
font-weight: 500;
}
.mailform .accordion p{
font-size:1rem;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%; 
}
.mailform .accordion {
}
.mailform .toggle {
	display: none;
}
label{
cursor: pointer; 
display: inline-block; 
white-space:nowrap;
margin-right: 20px;    
}
.Label {
    font-size: 1em;
	padding:1% 1% ;
	display: block;
	border-bottom: solid 1px #555;
    font-weight: 500;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
    margin-bottom: 1em;
}
.Label,
.open1 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open1 {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
    background: rgba(255,255,255,0.05);
    padding: 0 10px; 

}
.toggle:checked + .Label + .open1 {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) ;
    text-decoration: transparent;
}

