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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
font-size: 15px;
line-height: 1.75;
letter-spacing: 0.1em;
font-family: 'Noto Sans JP', sans-serif; 
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;        
color: #333;        
}


.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;
}
.w50{
width: 50%;
display: block;
margin: 0;
}

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_w {
  position: relative;
  display: inline-block;
  padding: 0 45px;
 color: #fff;  
font-size: 1.8em;    
font-family: 'Noto Serif JP', serif;  
font-weight: 600;      
}
.headline_w:before, .headline_w:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color:#025930;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.headline_w:before {
  left:0;
}
.headline_w:after {
  right: 0;
}
.headline{
    
}
.headline_l h3{
width: 100%;     
font-size: 1em;		
text-align:left;	
font-weight: 500;   
color: #2a2a2a;    
font-family: 'Playfair Display', serif;  
font-style: italic;       
}
.headline_l strong{
font-size:1.8em;		
color: #2a2a2a;   
display: block;    
text-align: left;  
z-index: -5;
font-family: 'Noto Serif JP', serif;  
font-weight: 600;  
font-style: normal;  
line-height: 1.5;      
}
.headline_c h3{
width: 100%;     
font-size: 1em;		
text-align:center;	
font-weight: 500;   
color: #2a2a2a;    
font-family: 'Playfair Display', serif;  
font-style: italic;       
}
.headline_c strong{
font-size:1.8em;		
color: #2a2a2a;   
display: block;    
text-align:center;
z-index: -5; 
font-family: 'Noto Serif JP', serif;  
font-weight: 600;  
font-style: normal;  
line-height: 1.5;      
}
.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: 1em;  
line-height: 200%;  
    
}
.text1 strong{
font-size: 1.8em;
display: block;  
font-family: 'Noto Serif JP', serif;  
font-weight: 600; 
line-height:1.5;      
}
.text2{
font-size: 1.3em;    
line-height: 1.5;     
}
.sp,.tb{
display: none!important;
}
.pc_kaigyo{
display: block;    
}
.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.background1{
width: 100%;
display: block;
margin: 0 auto ;
background:#014029;	  
}
.background2{
width: 100%;
display: block;
margin: 0 auto ;
background:url("../img/background1.jpg");
background-size: cover;
background-position: center;    
}
.background3{
background: rgba(76,115,93,0.05);
width: 100%;    
}
.container {
max-width: 1170px;
width: 100%;
margin: 0 auto;
text-align: center;		
}

.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:flex-start;
align-items:stretch;    
}
.flex-box4{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:flex-end;    
}
.flex-box5{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center; 
align-items: center;
}
/*TOPスライダー*/
.slider-box{
width: 100%;
height:100vh;  
display: block; 
position: relative;
}
.slider-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0.2) 30% , rgba(0,0,0,0.0) 100%);
    background-position: center,left bottom;
    background-size: cover ,600px;
    background-repeat: no-repeat;
}
.text_img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  max-width:500px;
width: 30%;    
  text-align: center;
 z-index: 5;    
}
.text_img img{
width: 100%;    
}
.slider1{
width: 100%;
height: 400px; 
overflow: hidden;  
position: relative;
}
.img1{
 width: 100%;   
background: url("../img/top4.jpg");
background-position: center;
background-size: cover;    
}
.slider1 p{
font-family: 'Playfair Display', serif;  
font-style: italic;     
font-size: 8vmax;  
opacity: 0.1;
color: #fff; 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);    
    z-index: 1;
}
.slider1 .top_t{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);    
    z-index: 2;
    width: 100%;
}
.slider1 .top_t h2{
color: #fff;    
}
.slider1 .top_t h2 strong{
color: #fff;    
}
/*パンクズ */
.breadcrumb {
  position: absolute;
  top: 70%;
  left:50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
z-index: 20;
}

.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;
}
.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;
}

.en{
font-family: 'Playfair Display', serif;  
font-style: italic;       
}

.midashi_l h2{
width: 100%;     
font-size: 1.5em;		
text-align:left;	
font-weight: 500;   
color: #2a2a2a;    
font-family: 'Playfair Display', serif;  
font-style: italic;       
}
.midashi_l strong{
font-size:1.7em;		
color: #2a2a2a;   
display: block;    
text-align: left;  
z-index: -5;
display: block;   
font-family: 'Noto Serif JP', serif;  
font-weight: 600;  
font-style: normal;  
line-height: 1.5;      
}

.midashi_c h2{
width: 100%;     
font-size: 1.5em;		
text-align:center;	
color: #2a2a2a;  
font-weight: 500;   
font-family: 'Playfair Display', serif;  
font-style: italic;            
}
.midashi_c strong{
font-size: 1.7em;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
color: #2a2a2a;  
font-family: 'Noto Serif JP', serif;  
font-weight: 600;  
font-style: normal;   
line-height: 1.5;      
}

.contener{
max-width: 1600px;
 width: 95%;   
display: block;
margin: 0 auto;
}



.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;	
}
.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}


.top_menu .m1{
width: 65%;	   
}

.top_wrapper{
width: 100%;   
height: auto;    
position:fixed;
top:0; 
left: 0;
z-index: 10;
height: auto;
transition: all 0.5s;	
padding-bottom: 1em;    
}
.top_wrapper.transform{
  background: #fff;   
z-index: 900;
}
.top_wrapper .top_menu .menu_t .logo_c{
    display: none;
}

.top_wrapper.transform .top_menu .menu_t .logo_c{
  display: block;
}

.top_wrapper .top_menu .menu_t .logo_w{
    display: block;
}

.top_wrapper.transform .top_menu .menu_t .logo_w{
   display: none;
}
/*==ナビゲーション全体の設定*/
nav{
  color: #5070b0;
  text-align: center;
}
/*ナビゲーションを横並びに*/
nav ul{
  list-style: none;
  display: flex;
  justify-content:right;
}
nav ul .small{
display: block;
font-size: 0.8em; 
color: #e4e4e4;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
     
}

/*ナビゲーションのリンク設定*/
nav ul li a{
padding: 0 1%;    
width: 100px; 
text-align: center;    
  display: block;
  text-decoration: none;
  color: #FFF;
  transition:all .3s;
   font-weight: 700; 
    font-size:0.8em;
    transform: skewX(-170deg);
      position: relative;
    overflow: hidden;
}
.top_wrapper.transform nav ul li a{
    color: #333;
}

nav ul li a::after {
  border-bottom: solid 1px #fff;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0; 
}
.top_wrapper.transform a::after {
  border-bottom: solid 1px #333;
}
nav ul li a:hover::after {
  width: 70%;
  margin-left: 15%;
}

.b1{
  border-right: 1px solid #fff; 
transform: skewX(170deg);    
}
.b1:last-child{
   border-right: 0px solid #fff;    
}
.top_wrapper.transform .b1{
  border-right: 1px solid #333; 
transform: skewX(170deg);    
}/* ローディング画面設定　*/
#splash{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #0033FF;
	text-align:center;
	color:#fff;
}
#splash_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 500px;
	animation: load_apper 1.6s ease-in-out;/*ロゴが現れるまでの時間(◯秒かけて出現)*/
}
#splash_logo img{
	display: block;
	width: 100%;
}
.tyuki{
    color: #8C1900;
    display: block;
}
.t-con{
width: 100%;
display: flex;    
flex-wrap:wrap;
justify-content:flex-end;
align-items:center; 
margin-top: 1em;    
}

.t-btn1{
border:1px solid #fff;  
color:  #fff;
width: 200px;	    
font-size: 0.8em;	   
transition: all 0.5s;    
display: block;  
text-align: center; 
padding: 0.5em 0;
margin-left: 15px;  
vertical-align: middle;   
border-radius: 50px;    
transition: all 0.5s;    
}
.top_wrapper.transform .t-btn1{
border:1px solid #333;  
color:  #333;
}
.t-btn1:hover{
background:  #fff; 
border:1px solid #fff;  
color: #333; 
text-decoration: transparent;    
}
.top_wrapper.transform .t-btn1:hover{
background:  #333; 
border:1px solid #333;  
color: #fff; 
text-decoration: transparent;  
}
.t-btn2{ 
color:  #fff;
width: 250px;	    
font-size: 1.5em;	   
transition: all 0.5s;    
display: block;  
text-align: center; 
padding: 0.5em 0;
margin-left: 15px;  
vertical-align: middle;   
border-radius: 50px;  
transition: all 0.5s;    
}
.t-btn2:hover{
opacity: 0.8;  
text-decoration: transparent;    
}
.top_wrapper.transform .t-btn2{ 
color:  #333;
}
@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}


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

.button {
     border:1px solid #014029;  
  position: relative;
  display: inline-block;
 color:#014029;
  text-align: center;
  text-decoration: none;
  transition: .3s;
    display: block;
    z-index:0;
    padding:1em 0;
    font-size: 0.9em;
    margin: 3% auto 0;
    overflow: hidden;
    max-width: 200px;
    width: 80%;
    border-radius: 50px;
    z-index: 1;
    background: #fff;
}
.button:hover {
  color:#fff;
     border:1px solid #014029;  
}
.button::before {
  position: absolute;
     background: #014029;  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: right top;
  transform: scale(1, 0);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
      z-index: -1;
}

.button_w {
     border:1px solid #fff;  
  position: relative;
  display: inline-block;
 color:#fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
    display: block;
    margin: 0 auto;
    z-index:0;
    padding:1em 0;
    font-size: 0.9em;
    margin: 3% auto 0;
    overflow: hidden;
    max-width: 300px;
    width: 80%;
    border-radius: 50px;
}
.button_w:hover {
  color:#014029;
     border:1px solid #fff;  
}
.button_w::before {
  position: absolute;
     background: #fff;  
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transform-origin: right top;
  transform: scale(1, 0);
  transition: transform .3s;
}
.button_w:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
      z-index: -1;
}
/*====ご挨拶===*/

.greeting-box{
width: 100%;
height: auto;
display:block;
position: relative;
margin: 0 auto;
}
.gara1{
 max-width: 500px;
width: 30%;    
position: absolute;
top: 0;
left: 0; 
z-index: -5;    
opacity: 0.1;    
}
.gara2{
 max-width: 500px;
    width: 30%;  
position: absolute;
bottom: 0;
right: 0; 
z-index: -5;    
opacity: 0.2;    
}
.greeting{
width: 100%; 
height: auto;   
 justify-content:center; 
display: flex; 
flex-wrap:wrap;  
}

.greeting-text strong{
font-size: 2em;
display: block; 
text-align:left;   
font-family: 'Noto Serif JP', serif;  
font-weight: 600; 
line-height:200%;     
}
.greeting-text {
display: block;
margin: 0;    
font-size:1em;
text-align:left;
line-height:200%;  
color: #000;    
}
.greeting-t{
width:45%;    
padding:0 2em;
}
.greeting-photo{  
width: 55%; 
z-index: 10; 
position: relative;
}
.greeting-photo img{
top: 0;
left: 0;    
width: auto;  
height: 450px;    
position: absolute;
display: block;    
z-index: 1;    
}

/*===共通===*/

.item-box_flex1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end; 
position: relative;
    
}
.item-box_flex2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center; 
position: relative;    
}

.item-box{
width: 100%;
height: auto;
display: block;  
position: relative;    
}
.item-t1{
width: 50%;   
padding: 0 1em;    
background: #fff;  
padding: 1em 2em;
}
.item-p1{
width: 50%;   
padding-bottom: 20px;    
}
.item-p1 img{
width: 100%; 
}
.item-t2{
width: 45%;
padding:5%;    
display: block;    
}
.item-p2{
width: 55%;   
}
.item-p2 img{
width: 100%;
}
.item_back-green{
 width: 100%;
height: 100%;    
position: absolute;
top: 0;
left: 50%;
-webkit-transform : translateX(-50%);
transform : translateX(-50%);
background: #014029;  
z-index: -10; 
display: block;    
}
.item-t3{
width: 55%;   
padding:5%;    
}
.item-p3{
width: 35%;
}
.item-p3 img{
width: 100%;    
}
.item_back-grey{
 width:80%;
height:90%;    
position: absolute;
bottom: 0;
left: 5%;
background: #f7f7f7;  
z-index: -10; 
display: block;    
}
.syomei{
display: block;
text-align: right;
}
.table{
width: 100%;    
}
.table table{
width: 100%;  
border-bottom: 1px solid #dfdfdf;    
}
.table tr{
border-bottom: 1px solid #dfdfdf;  
}
.table th{
font-weight: 400;  
padding: 1em;  
width: 30%;    
}
.table td{
font-weight: 400;  
padding: 1em;  
width: 70%;        
}
/*====当社の強み===*/
.headline_box{
position: absolute;
top:0;    
}
.strength-box{
width:calc(70% / 3);  
position: relative;
 text-orientation: upright;  
   
}
.strength-box:nth-child(2){
margin: 0 5% ;    
}
.strength-box img{
width: 300px;
height: 300px;    
display: block;
object-fit: cover;     
border-radius: 50%;  
margin: 0 auto; 
}
.opacity{
 opacity: 0.7;    
}
.strength-box img::after{
width: 100%;
background: #014029;    
border-radius: 50%;    
}
.number{
position: absolute;
top: 0;
left: 20px;   
font-size: 2em;   
color: #025930;  
font-family: 'Playfair Display', serif;  
font-style: italic;   
line-height: 0.8;    
z-index: 10;    
}

.number strong{
font-size: 2em;
display: block;     
}
.strength-text{ 

}
.strength-text h3{
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; 
font-size: 1.5em;
color: #fff;       
font-family: 'Noto Serif JP', serif;  
font-weight: 600;   
text-shadow: 0 0 15px #000;    
position: absolute;
top: 40%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);         
}
.strength-box p{
color: #fff;   
}
.strength-text1{ 
    
  
}
.strength-text1 h3{
 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; 
font-size: 1.5em;
color: #fff;       
font-family: 'Noto Serif JP', serif;  
font-weight: 600;  
text-shadow: 0 0 5px #000;    
position: absolute;
top: 30%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);  
}
.img_shadow{
width: 300px;
height: 300px;    
display: block;
object-fit: cover;     
border-radius: 50%;  
margin: 0 auto;
position: relative;
overflow: hidden;
}
.img_shadow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0.2) 100% , rgba(0,0,0,0.0) 100%);
    background-position: center,left bottom;
    background-size: cover ,600px;
    background-repeat: no-repeat;

}

/*====事業内容===*/
.service-box1{
width:calc(70% / 4);      
}
.service-box1 img{
width: 100%;    
}
/*====コンテンツ===*/
.btn3{  
display: block;
margin: 0 auto;
}
.button3{
    display:block;
    text-align:right;
    color:#fff;
    cursor:pointer;
    text-decoration: none;
     font-size: 1em;
    width:200px;    
transition: all 0.5s; 
text-shadow: 0 0 10px #000;      
}
.button3:hover{
text-decoration: transparent;  
}
.contents-box{
width: 98%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-around;
align-items:center;  
margin: 0 auto;
}
.contents{
width:calc(100% / 2);
height: 300px;    
    position: relative;
      transition: all 0.5s;	
overflow: hidden;    
}

.cont-box{
width: 100%;   
display: block;
background-color:#000;    
}
.cont-box .img1{
width: 100%; 
height: 100%;
display: block;     
  transform: scale(1.0);
  transition: .3s ease-in-out; 
    transition: all 0.5s;	
    opacity: 0.5;
    object-fit: cover;
    overflow: hidden;
}

.cont-box:hover .img1 {
  transform: scale(1.1);
    text-decoration: transparent;
    opacity:0.7;
}
.cont-box .img2{
width: 15%; 
display: block;
margin: 0 auto;
  
}
.contents:hover{
background-color:#000;
     text-decoration: transparent;
}
.c-box{
position: absolute;
bottom:3%;
right:3%; 
 text-align: right; 
    z-index: 50;
}
.contents_text1{
font-size: 1em; 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
width: 100%;
line-height: 1.5;
display: block;
color: #fff;
text-align: center;    
}

.contents_text1 strong{
font-size:1.8em;       
display: block;    
font-family: 'Noto Serif JP', serif;
font-weight: 600; 
text-shadow: 0 0 10px #000;    
}
/*==========施工実積スライダー===========*/
.multiple{
width: 100% ;
display: block;
}
.multiple div{
width:100%;
position: relative;    
}
.multiple div p{
font-size: 1em; 
text-align: center;
margin-top: 1%;    
color: #fff;    
}
.multiple img{
width: 100% ;  
display: block;
margin: 5% auto; 
}
.works-box1{
width:400px;    
}
.works-box2{
width: 800px;  
display: flex;
flex-wrap: wrap;    
justify-content:center;
align-items:center    
}
.works_img{
width:calc(90% / 2);   
margin-top: 6%;    
}
.works_img:nth-child(odd){
margin-right: 6%;    
}
.works_img img{
width: 100%;    
}
.works_img p{
color: #fff;    
}
.vBorder {
    height:2em;
    width: 2px;
    background:#025930;
    margin: auto;
    margin-bottom: 0.6rem;
}

/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
display:block;
text-align: center;
}
.footer-box{
height:auto; 
width: 100%;    
display: block;   
position: relative; 
padding: 100px 0;    
}
.gara3{
height: 100%;
width: auto;
position: absolute;
top: 0;
left: 0; 
z-index: -5;    
opacity: 0.2; 
display: block;    
}
.gara4{
height: 100%;
width: auto; 
position: absolute;
bottom: 0;
right: 0; 
z-index: -5;    
opacity: 0.2; 
display: block;    
}
.f-contact{
width:40%;  
}
.f-address{
width:40%;  
}
.f-address img{
width: 300px;
display: block;
margin: 0 auto;
}
.f-con{
width:300px;
margin: 1em auto 0;    
}
.f-con a{
width: 100%;    
border:1px solid #014029;
padding:1em 1%;
font-size: 1.3em;  
display: block;  
color: #fff;    
transition: all 0.5s;  
background: #014029;
border-radius: 50px;   
margin: 0 auto;
}
.f-con a:hover{
color: #014029;      
background: #fff; 
border-radius: 50px; 
text-decoration: transparent;    
}
.f-con p{
border:1px solid #fff;
padding:1em 1%;
background: linear-gradient(to right, #0642BB, #5E92FB);  
border-radius: 50px;
font-size: 1.5em;      
}

footer .copyright small{
text-align: center;	
color:#014029;
padding:1% 0;
display: block;	
background:#BFBBB4;  
font-size: 0.8em;  
font-weight: 700;
width: 100%;    
}
/*========= 事業内容 ===============*/
.service-text{
width: 50%;
padding: 5%;    
}
.service-photo{
width: 50%;
}
.service-photo img{
width: 100%;    
}
/*========= お問い合わせ ===============*/

.wrapper{
  width:100%;
  max-width: 960px;
  margin:30px auto;
    background:#fefefe;
}

.area h2{
  font-size:1.3rem;
  margin:0 0 20px 10px;
}

.area li{
  padding: 10px; 
  border-bottom: 1px solid #ddd;
}
.contact-box{
width: 100%;
height: auto;
display: block;  
position: relative;
padding: 2%;   
background: #fff;    
}
.c-img{
width: 100%;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;    
}


.c-con{
width:100%;   
padding: 2%;  
height: auto; 
margin:2% auto 0;
background: #f6f6f6;    
}

.contact-text1{
font-size: 1em;
line-height: 200%;    
text-align: left;
color: #333;  
}
.contact-text1 .green{
	background-color:#014029;
	font-size:0.6em;
	padding:0.5em;
    margin-right: 5px;
    line-height:1.8;  
    color: #fff;
    font-weight: 500;
}
.con_flex-box1{
width: 100%; 
display: flex;
flex-wrap:wrap;
justify-content:center; 
}
.c-tel{
width: 47%;       
height: 150px; 
background: #eee;  
position: relative;
padding: 1em;   
margin: 0.5em;  
}
.c-tel a{
position: absolute;
width: 100%;  
top: 50%;
left:50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);      
font-size: 2em;
color:#014029; 	
transition: all 0.5s;	 
display: block;     
width: 100%;  
text-align: center;
font-weight: 500;
line-height: 1.2;  
}
.c-tel:hover a{
text-decoration: transparent;	
opacity: 0.8;     
}
.c-title{
font-size: 0.7em;  
display: block;
text-align: center;
color: #333;  
margin-bottom: 3px;    
    
}
.con-text1 .small{
font-size: 0.4em;
color: #333;    
display: block;
padding-bottom: 1%;
}



.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%;	
}
.contact-tel{
font-size: 2em;
display: block; 
transition: all 0.5s;   
width: 100%;
text-align: center; 
width: 50%;
margin: 0 auto;
color: #fff;     
} 
.contact-tel:hover{
text-decoration: transparent;	
background: #004020;  
color: #fff;    
}

.contact-tel .small{
font-size: 0.4em;
display: block;  
border-bottom: solid 1px #fff;
padding-top: 2%; 
}
.contact-fax{
font-size: 2em;;
display: inline-block; 
font-weight:500;  
width: 100%;
text-align: center;    
color: #004020;    
} 

.tel-box{
width: 100%;  
}
form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #333;	
}
.mailform{
width: 98%;
}
.mailform table{
width: 100%;    
 
}

.mailform table .green{
	background-color:#014029;
	font-size:0.7em;
	padding:0.5%;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.about-map{
width: 100%;    
}


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

.mailform table td p{
	font-size: 1em;
	padding-top: 1%;
	line-height: 1.7;
}
.mailform table td img{
width:100%;	
margin-top: 1%;	
border-radius: 50px;	
}
.mailform table td{
font-size: 1em;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px dotted #b0b0b0;   
text-align: left;
}
.map-button{
max-width:150px;  
width: 100%;    
border: solid 1px #02B0FA;
color:#02B0FA; 
background: #fff;  
display: block!important;
margin:1%;
transition: all 0.5s; 
text-align: center;
padding: 1%;    
font-size:1em;  
font-weight: 500;
}
.map-button:hover{
background: #02B0FA;
color:#fff;    
text-decoration: transparent;
    
}
.mailform table td iframe{
height: 400px;	
}

.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;
}


.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    border:1px solid #fff; 
    background:#014029;
}
.form-button button:hover{
     background:#fff;  
    color: #014029;
    border:1px solid #014029;
	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 #bababa;	
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}

textarea[type="text"]{
padding: 10px;	
font-size: 1em;	
background:#fff;	
border:1px solid #bababa;	
}
.accordion h4{
font-size: 1em;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #333;
padding-left: 1%;
color: #333;  
font-weight: 400;
}
.accordion p{
font-size:0.9em;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;
color: #333;  
}

.toggle {
	display: none;
}
.Label {
    font-size: 1em;
	padding:1% 1% ;
	display: block;
	border-bottom:#333 solid 1px;
    color: #333;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
    margin-bottom: 1em;
}
.Label,
.open {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.toggle:checked + .Label + .open {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
    text-decoration: transparent;
}
