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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
	 font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;  
      background:#7f8084;
}
.en{
font-family: "Oswald", sans-serif;
}
.kome{
    color: #FF9900;
}
.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
.w98{
width: 98%;
display: block;
margin: 0 auto;
}
.w90{
width: 90%;
display: block;
margin: 0 auto;
}

a{
	text-decoration: none;	
}
li{
	list-style-type: none;
}

section{
padding: 100px 0;    
}
.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
}

.headline{
color: #fff;
font-size: 1.5rem;
text-align: center;  
position: relative;
text-align: left;
background: #333;   
padding: 1% 0 1% 25px;    
}
.headline::after{
content: "";
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 3px;
background: #FF9900;  
-webkit-transform : translateY(-50%);
transform : translateY(-50%);      
}
.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;   
    }
.text1{
font-size: 1rem;  
}
.text1 strong{
font-size: 1.5rem;    
display: block;    
}
.text2{
font-size: 1.3rem;    
}
.koumoku{
    width: 100%;
    position: relative;
    padding-left: 1.8rem;
    display: block;
}
.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: #FF9900;      
font-weight: 900;
}
.koumoku_titl{
    font-size: 1rem;
    width: 100%;
    position: relative;
    padding-left: 20px;
    display: block;
    background: #999;
}
.koumoku_titl::after {
  content: "";/*アイコンのユニコード*/
    position: absolute;
    top: 50%;
    left:5px;
    display: block;
	z-index: 1;
    -webkit-transform : translateY(-50%);
transform : translateY(-50%);  
background:#FF9900;      
width: 10px;
height: 10px;    
}
.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }

.background1{
width: 100%;    
position: absolute;
height: 200px;  
bottom:0;
left: 0;  
z-index: 7;    
}

.background1::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: top right;
  width:100%;
  height:100%;
  background:#7f8084;
}
.background1_k{
width: 100%;    
position: absolute;
height: 200px;  
bottom:0;
left: 0;  
z-index: 7;    
}

.background1_k::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: top right;
  width:100%;
  height:100%;
  background:#7f8084;
}
.background2{
width: 100%;    
position: absolute;
height: 70px;  
bottom:0;
left: 0;   
z-index: 7;        
}

.background2::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-5deg);
  transform-origin: top right;
  z-index: 10;
  width:100%;
  height:100%;
  background:#7f8084;
}
.background3{
width: 100%;
background: #fff;
padding: 1rem;    
}
.background4{
background: rgba(0,0,0,0.5);
}
.container {
max-width: 1400px;
 width: 95%;   
display: block;
margin: 0 auto;	
}
.container2{
  width: 95%;   
display: block;
margin: 0 auto;   
}
.inner-box{
max-width: 1000px;
width: 95%;
display: block;
margin: 0 auto;
}
.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:flex-start;    
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;    
align-items: center;    
}

/*TOPスライダー*/
.wrapper{
width: 100%;   
   height: 100vh;    
  position: relative;
overflow: hidden;    
}
.slider-box{
    width: 100%;
    height: 100vh;
}
.slider-box::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 19vw;
    background: linear-gradient(0deg, rgba(255,255,255, 0) 16.15%, rgba(0,0,0,0.4));
	z-index: 1;

}
.slider-box p {
 position: absolute;
    font-size: 4rem;
    top: 50%;
    left: 5%;
    color: #fff;
 line-height: 1;     
z-index: 5;     
font-weight: 700;
-webkit-transform : translateY(-50%);
transform : translateY(-50%);  
color: #fff;      
text-shadow: 
       1px  1px 3px #FF6E00,
      -1px  1px 3px #FF6E00,
       1px -1px 3px #FF6E00,
      -1px -1px 3px #FF6E00,
       1px  0px 3px #FF6E00,
       0px  1px 3px #FF6E00,
      -1px  0px 3px #FF6E00,
       0px -1px 3px #FF6E00;      
}
.slider-box span{
font-size: 4rem;    
font-family: "Oswald", sans-serif;
display: block; 
color: #FF6E00;    
text-shadow: 
       1px  1px 1px #fff,
      -1px  1px 1px #fff,
       1px -1px 1px #fff,
      -1px -1px 1px #fff,
       1px  0px 1px #fff,
       0px  1px 1px #fff,
      -1px  0px 1px #fff,
       0px -1px 1px #fff;     
}
.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

.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 {
position: absolute;
bottom:3%;
left: 3%; 
z-index: 80;    
}

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

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

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #fff;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*スクロールダウン全体の場所*/
.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;
}

.heading {
  font-weight: bold;
  padding: 0 1em;
  background-image: linear-gradient(45deg, #333 0 15%, #212121 15%);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  font-size: 1.8em; 
    color: #b0b0ae;
}
.heading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #212121 15%, #333 0 15%);
  content: '';
  z-index: -1;
}
.midashi_l{
width: 100%;
position: relative;
z-index: 5;    
}
.midashi_l h2{
width: 100%;     
font-size: 1.3rem;		
text-align:left;	   
color: #fff;  
line-height: 1.5; 
}
.midashi_l::after{
content: "";    
position: absolute;
bottom: -15px;;
left: 0;
width: 30px;
height: 3px;   
background: #FF6E00;    
}
.midashi_l::before{
content: "";    
position: absolute;
bottom: -15px;;
left: 30px;
width: 30px;
height: 3px;   
background: #FF9900;    
}
.midashi_l .strong{
font-size: 4rem;		
display: block;    
text-align: left;  
z-index: -5;
 font-family: "Oswald", sans-serif; 
color: #FF9900;     
}
.midashi_c{
width: 100%;
position: relative;
z-index: 5;        
}
.midashi_c h2{
width: 100%;     
font-size: 1.3rem;		
text-align:center;	
color: #fff; 
line-height: 1.5;           
}
.midashi_c .strong{
font-size: 4rem;		
display: block;    
text-align: center;  
z-index: -5; 
 font-family: "Oswald", sans-serif;    
color: #FF9900;     
}
.midashi_c::after{
content: "";    
position: absolute;
bottom: -15px;;
left: 50%;
width: 30px;
height: 3px;   
background: #FF6E00;     
}
.midashi_c::before{
content: "";    
position: absolute;
bottom: -15px;;
left: 50%;
width: 60px;
height: 3px;   
background: #FF9900;   
-webkit-transform : translateX(-50%);
transform : translateX(-50%);        
}
.midashi_cw{
width: 100%;
position: relative;
z-index: 5;        
}
.midashi_cw h2{
width: 100%;     
font-size: 1.3rem;		
text-align:center;	
color: #fff; 
line-height: 1.5;           
}
.midashi_cw .strong{
font-size: 4rem;		
display: block;    
text-align: center;  
z-index: -5; 
 font-family: "Oswald", sans-serif;    
color: #fff;     
}
.midashi_cw::after{
content: "";    
position: absolute;
bottom: -15px;;
left: 50%;
width: 30px;
height: 3px;   
background: #eee;     
}
.midashi_cw::before{
content: "";    
position: absolute;
bottom: -15px;;
left: 50%;
width: 60px;
height: 3px;   
background: #FF9900;   
-webkit-transform : translateX(-50%);
transform : translateX(-50%);        
}
.top_menu{
width: 100%;
height: auto;
display: inline-block; 
}

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

.top_menu .menu_t .logo{
width:300px;
transition: all 0.5s;    
}
.top_wrapper.transform .menu_t .logo{
width:200px;
 text-decoration: transparent;   
}

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


.top_menu .m1{
width: 1000px;
  display: flex;
  justify-content:flex-end;    
    align-items: center;
}

.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:rgba(0,0,0,0.8);  
z-index:20;
}

/*==ナビゲーション全体の設定*/
.m1 nav{
width:700px;    
  color: #5070b0;
  text-align: center;
    padding: 0.5em 0;
}
/*ナビゲーションを横並びに*/
.m1 nav ul{
width: 100%;    
  list-style: none;
  display: flex;
  justify-content:flex-end;
}
.m1 nav ul .small{
display: block;
font-size: 0.9em; 
 font-family: "Oswald", sans-serif;    
}

.m1 nav ul li{
  position: relative;
margin-right: 30px;     
}

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

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


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

.t-btn1{
width: 200px;	    
font-size: 1.3rem;	   
transition: all 0.5s;    
display: block;  
text-align: center; 
padding: 0.5em 0;
color: #fff; 
transition: all 0.5s;    
font-family: "Oswald", sans-serif;      
position: relative;
}
.t-btn1:hover{
opacity: 0.7;
text-decoration: transparent;
    
}
.t-btn1::after{
content: "";    
 position: absolute;
top: 50%;
left: 0;
width: 1px;
height: 30px;
background: #fff; 
-webkit-transform : translateY(-50%);
transform : translateY(-50%);     
}
.top_wrapper.transform .t-btn1{
color: #FF9900; 
}
.top_wrapper.transform .t-btn1::after{
background: #FF9900; 
}
.t-btn2{
width: 50px;	    
font-size:1rem;	     
display: block;  
text-align: center; 
padding: 0.5% 0;
vertical-align: middle;    
color: #fff;  
transition: all 0.5s;  
position: relative;
}
.t-btn2::after{
content: "";    
 position: absolute;
top: 50%;
left: 0;
width: 1px;
height: 30px;
background: #fff; 
-webkit-transform : translateY(-50%);
transform : translateY(-50%);     
}
.t-btn2:hover{
opacity: 0.7; 
text-decoration: transparent;
    
}
.top_wrapper.transform .t-btn2{
color: #FF9900; 
}
.top_wrapper.transform .t-btn2::after{
background: #FF9900; 
}
@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}


/*===ボタン===*/

.button {
  position: relative;
  max-width: 200px; /* ボタンの幅 */
    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: "Oswald", sans-serif;    
}

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

 transform: scale(1,1);    
}
.button:hover::after {
  opacity: 1;
  transform: scale(1,1);
   height: 100%;
}
/*====ご挨拶===*/

.greeting-box{
width: 100%;
height: auto;
display:block;
position: relative;
}

.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-t1_t{
position: absolute;
bottom: 0;
right: 0;
font-size: 17vw;
color: #000;    
font-family: "Oswald", sans-serif;    
opacity: 0.1;    
z-index: -1;    
}
.item-t1_ta{
position: absolute;
bottom: 0;
right: 0;
font-size: 12vw;
color: #000;    
font-family: "Oswald", sans-serif;    
opacity: 0.1;    
z-index: -1;    
}
.item-p1{
width: 50%; 
position: relative;
}
.item-p1 img{
width: 100%; 
clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%); 
    
}
.item-p1_t{
position: absolute;
top: -8%;
left: 0.5rem;    
font-size: 2rem;    
line-height: 1.5;
font-weight: 600;
color: #fff;   
  transform: skewY(-5deg);
  transform-origin: top right;
}
.item-t2{
width: 50%; 
padding: 0 3%; 
position: relative;
z-index: 5;    
}

.item-p2{
width: 20%; 
position: relative;
z-index: 5;        
}
.item-p2 img{
width: 100%; 
}
.item-t2_t{
position: absolute;
bottom: 0;
left: 0;
font-size: 17vw;
color: #000;    
font-family: "Oswald", sans-serif;    
opacity: 0.1;    
z-index: -1;   
line-height: 1;    
}
.map-box{
width: 100%;
position: relative;
}
.map-box::after{
content: "";
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
position: absolute;
bottom: 0;
left:50%;   
-webkit-transform : translateX(-50%);
transform : translateX(-50%);      
}
.item3{
padding: 3%;   
position: relative;
background: rgba(0,0,0,0.1);    
}
.item3::after{
content: "";    
width: 50px;
height: 50px;
position: absolute;
top: 0;
left: 0;
border-top: 3px solid #FF6E00;    
border-left: 3px solid #FF9900;
}
.item3::before{
content: "";    
width: 50px;
height: 50px;
position: absolute;
bottom: 0;
right: 0;
border-bottom: 3px solid #FF6E00;    
border-right: 3px solid #FF9900;
}
.item-p3{
width: 50%;    
}
.item-p3 img{
width: 100%; 
height: 100%;
object-fit: cover;    
}
.item-t3{
width: 50%; 
padding: 1rem;    
}
.item-t3 p{
  width: -moz-fit-content;
width: fit-content;  
display: block;
margin: 0 auto;
}
.item-t3 .number_t{
color: #FF9900; 
font-size: 2rem;    
}
.border_b{
border-bottom: 2px solid #FF9900;
display: block;    
}
.item-p4{
width: 60%;  
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;   
}
.item-p4_1 {
 width:calc(100% / 3 - 20px);  
 height: 200px;    
margin:10px 10px 25px;      
}
.item-p4_t{
font-size: 0.9rem; 
text-align: center;       
}
.item-p4_1 img{
width: 100%; 
height: 100%;
object-fit: cover;   
display: block;    
}
.item-t4{
width: 40%; 
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;    
}
.item-t4_1{
 width:calc(100% / 2 - 20px); 
margin: 10px;     
}
.item-t4_1 ul{
width: 100%; 
margin-top: 1rem;    
padding:0 1%;
display: block;     
}
.item-t4_1 ul li{
width: 100%;
font-size: 1rem; 
line-height: 1.75;    
}
/*====こんな時にはご相談ください===*/
.consul{ 
width:calc(100% / 3 - 10px);  
margin:20px 5px;    
position: relative;  
}
.consul img{
width: 90%; 
display: block;
margin: 0 auto;
}
.consul_text{
  font-size: 1rem;
  position:absolute;
  left: 50%;
  bottom: 2rem;  
  line-height: 1;   
z-index: 5;   
font-weight: 600;
color: #fff;  
background: #FF6E00;
padding: 2%;
width:80%;    
text-align: center;    
-webkit-transform : translateX(-50%);
transform : translateX(-50%);      
}
.consul_number{
 font-family: "Oswald", sans-serif;   
 font-size: 5rem;
position: absolute;
top: 0;
left: 0;   
color: #FF6E00;   
z-index: 5; 
line-height: 1;     
}


/*====全ページ共通フッターメニュー===*/
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.webp");
background-position: center 40%;
background-size: cover;    
padding: 2% 0  0; 
background-attachment: fixed;
display: block;    
position: relative;
}
footer .footer-box .footer-back::after{
content: "";
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;    
}
.footer{
position: relative;
z-index: 10;    
}
.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{
width: 300px;
display: block;
margin: 0 auto;
}
.f-address p{
color: #333;    
}
.f-con{
max-width: 300px;    
width:100%;
margin: 1em;    
}
.f-con a{
border:1px solid #fff;
padding:1em 1%;
font-size: 1.3em;  
display: block;  
color: #fff;
transition: all 1s;    
letter-spacing: 1px;   
background: #FF9900;    
}
.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;       
}


footer .copyright small{
text-align: center;	
color:#fff;
padding:1% 0;
display: block;	
background:#FF9900;  
font-size: 0.8em;  
}

/*========= サービス一覧 ===============*/
.flow-box{
max-width: 1200px;
width: 95%;    
 display: block;
margin: 0 auto;
}
.flow-border{
width: 100%;
position: relative;
}
.flow-border::after{
position: absolute;
z-index: 2;     
content: "";    
width: 10px;
height:91%;
object-fit: cover;    
background: #FF9900;
object-fit: cover;
top: 60px;
left: 50%;
-webkit-transform : translateX(-50%);
transform : translateX(-50%);      
}
.flow_left{
width: 50%;
position: relative;
display: block;   
z-index: 3; 
}
.flow_left p{
max-width: 400px;
width: 100%; 
padding-right: 3rem;     
}
.flow-number_l{
position: absolute;
width: 100px;
height: 100px;
background: #FF6E00;
border-radius: 50px;
top: 50%;
right: -50px;
color: #fff;  
-webkit-transform : translateY(-50%);
transform : translateY(-50%);    
text-align: center;
font-size: 3.5rem;   
display: block;  
line-height: 100px;    
}
.flow_right{
width: 50%;
position: relative;
display: block;
margin-left: 50%;  
z-index: 3;       
}
.flow_right p{ 
width: 100%; 
padding-left:3rem;     
text-align: right;
}

.flow-number_r{
position: absolute;
width: 100px;
height: 100px;
background: #FF6E00;
border-radius: 50px;
top: 50%;
left: -50px;
color: #fff;  
-webkit-transform : translateY(-50%);
transform : translateY(-50%);    
text-align: center;
font-size: 3.5rem;   
display: block;  
line-height: 100px;    
}
.flow_img{
width: 150px;  
filter: brightness(0) saturate(100%) invert(82%) sepia(67%) saturate(3417%) hue-rotate(346deg) brightness(104%) contrast(100%);
}
.service-box{
width:calc(100% / 7 - 20px);  
margin: 10px;  
}
.service-box img{
width: 100%;     
}
.service-box p{
text-align: center; 
font-size: 0.8rem;    
}
.faq{
width: 100%;  
}

.faq .toggle {
	display: none;
}
.faq .Label {	
	display: block;
	border-bottom: 1px solid #555;
    position: relative;
    font-size: 1rem;
    padding:1rem 2rem ;
}
.faq .Label::after{		/*タイトル横の矢印*/
	content:"Q";
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    left: 0;
    color: #FF9900;
    padding-left: 0.5rem;
    font-family: "Oswald", sans-serif;
}
.faq .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.faq .Label,
.faq .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.faq .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
    position: relative;
}
.content_back-w{
 background: rgba(255,255,255,0.8);   
position: absolute;
height: 90%;
width: 100%;
top: 10px;    
left: 0;    
}

.faq .content p{
    position: relative;
    padding:1rem 2rem; 
    font-size: 1rem; 
    z-index: 1;
}
.faq .content p::after{		/*タイトル横の矢印*/
	content:"A";
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    left: 0.6rem;
    color: #FF9900;
    font-family: "Oswald", sans-serif;
}
.faq .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.faq .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/*========= 会社案内 ===============*/
.about-box{
width: 100%;
position: relative;
}
.about-box::after{
content: "";
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
position: absolute;
bottom: 0;
left:50%;   
-webkit-transform : translateX(-50%);
transform : translateX(-50%); 
z-index: 4;      
}
.table{
width: 100%;    
}
.table table{
width: 100%;     
position: relative;
z-index: 5;    
}
.table table tbody tr{

}
.table table tbody th{
width: 30%;
background: #FF9900;
color: #fff;  
padding: 1rem;
position: relative;
}
.table table tbody th::after{
content: "";    
 position: absolute;
right: -0.8rem;
top: 50%;  
-webkit-transform : translateY(-50%);
transform : translateY(-50%);      
  border-style: solid;
  border-width: 14px 0 14px 15px;
  border-color: transparent transparent transparent #FF9900;
  z-index: 2;    
}
.table table tbody td{
width: 70%;
color: #fff; 
padding: 1rem 2rem;
background: #555;    
}
.map{
width: 100%;    
}
.map iframe{
width: 100%;
height: 300px;    
}
/*========= お問い合わせ ===============*/
.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-shop{
width:calc(100% / 2 - 10px);     
padding: 3%;
margin: 5px;    
background: #fafafa;    
}
.shop_titl{
font-size: 1.3rem;  
position: relative;
padding-left: 10px;    
}
.shop_titl::after{
content: "";    
 position: absolute;
top: 50%;
 left: 0;
background: #333;
width: 2px;
height: 60%;
object-fit: cover;   
-webkit-transform : translateY(-50%);
transform : translateY(-50%);     
}
.c-tf{
max-width: 350px;
width: 100%; 
margin: 0 auto;    
}
.c-box{
width: 100%; 
margin: 0;    
}

.c-box a{
width: 100%;     
font-size: 2.5rem;
transition: all 0.5s;	 
display: block;       
text-align:center;
color: #fff;     
border:solid 3px #FFB800;
padding: 1rem; 
background:#FFB800;        
}
.c-tf:hover a{
background:#7f8084;  
color: #FFB800;    
}

.c-box .tel_time{
font-size:1rem; 
display: block;  
color: #fff; 
text-align: left;    
}
.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:#FF9900;
    font-size:1rem;
    padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.mailform table .text_b{
	color:#FF9900;
	font-size:1rem;
	padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 400;
}


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

.mailform table td{
font-size: 1rem;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px dotted #555;   
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:#333;
	letter-spacing: 4px;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#333;
}
.fm-text p{
text-align: left;
}
.postcord_btn{
border:1px solid #333; 
padding: 1%;
font-size: 0.9rem;    
background: #333;
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:3px solid #FF6E00; 
    font-weight: 700;
    background:#FF6E00;
}
.form-button button:hover{
    color:#fff;
    background: #7f8084;
    border:3px solid #fff; 
	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%; 
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
background: #555;
   border-color: light-dark(rgba(118, 118, 118,0), rgba(133, 133, 133,0));        
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px; 
}

textarea{
padding: 10px;	
font-size: 1em;		
background: #555;
}
.mailform .accordion h4{
font-size: 1rem;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #eee;
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: 1rem;
	padding:1%;
	display: block;
    color: #fff;
    position: relative;
    margin-right: 0; 
    border-bottom: solid 1px #fff;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-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: #555;
    padding: 0 10px; 

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

