@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: 'Zen Maru Gothic', sans-serif;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;        
color: #333;    
font-weight: 500;
}


.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
width: 100%;    
	}
	.h50{
height: 50px;
width: 100%;         
	}
	.h30{
height: 30px;
width: 100%;         
	}	
	.h20{
height: 20px;	
width: 100%;         
	}
	.h10{
height: 10px;
width: 100%;         
	}
.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;   
}

.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%; 
color: #000;    
}
.text1 strong{
font-size: 1.5em;    
display: block;  
line-height: 1.5;    
}
.text2{
font-size: 1.3em;    
line-height: 1.5;     
}
.sp{
display: none;
}
.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.background1{
width: 100%;
display: block;
margin: 0 auto ;
background-color:#eaf9fe;
}
.background2{
width: 100%;
height: auto;   
background: url("../img/background1.jpg");
background-position: center;
background-size: cover;    
}
.background3{
width: 100%;
height: auto;    
background: #EFFFDC;    
}
.container {
max-width: 1170px;
width: 100%;
margin: 0 auto;
text-align: center;		
}
.illust1{
position: absolute;
top: 0;
left: 0;
width: 300px;    
z-index: -1;    
}
.illust2{
position: absolute;
top: 0;
right: 0;
width: 300px; 
z-index: -1;     
}
.illust3{
position: absolute;
bottom: 0;
left: 0;
width: 300px;  
z-index: -1;     
}
.illust4{
position: absolute;
bottom: 0;
right: 0;
width: 300px; 
z-index: -1;     
}
.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:space-between;  
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-around;  
}
/*TOPスライダー*/
.slider-box{
width: 100%;
height:100vh;  
min-height: 500px;    
display: block; 
position: relative;
}

.text_img{
  position: absolute;
  bottom: 10px;
  left:10px;
  max-width:700px;
width:70%;    
  text-align: center;
 z-index: 5;  
}
.text_img img{
width: 100%;    
}


/*パンクズ */
.breadcrumb {
position: absolute;
width: 100%;
bottom: 3px;
left: 3px;    
}

.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;
}
.space{
text-indent: -0.8em;
padding-left: 0.8em; 
display: block;
}

.heading {
position: relative;
font-size: 1.5em;   
padding-bottom: 1%;  
color: #14CC32;    
}

.heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #7FFF00, #19C1FF 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #7FFF00, #19C1FF 2px, #fff 2px, #fff 4px);
}
.headline {
  padding: 0.5rem 2rem;
  color: #fff;
  background: #19C1FF;
  -webkit-box-shadow: 5px 5px 0 #0d6a8d;
  box-shadow: 5px 5px 0 #0d6a8d;
 font-size: 1.3em;    
}
.midashi_l h2{
width: 100%;     
font-size: 2.5em;		
text-align:left;	
color: #333;  
line-height: 1.5;  
font-weight: 500;    
}
.midashi_l .small{
font-size: 0.6em;		
color: #19C1FF;   
display: block;    
text-align: left;  
z-index: -5;
display: block;      
font-weight: 700;
background: linear-gradient(45deg, #7FFF00 16%, #14CC32 57%, #19C1FF 90%);
  background: -webkit-linear-gradient(45deg, #7FFF00 16%, #14CC32 57%, #19C1FF 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 2.5s infinite alternate;        
}

.midashi_c h2{
width: 100%;     
font-size: 2.5em;		
text-align:center;	      
color: #333; 
line-height: 1.5;  
font-weight: 500;     
}
.midashi_c .small{
font-size: 0.6em;
font-weight: 700;
display: block;    
text-align: center;  
z-index: -5;
display: block; 
color: #08AF59; 
background: linear-gradient(45deg, #7FFF00 16%, #14CC32 57%, #19C1FF 90%);
  background: -webkit-linear-gradient(45deg, #7FFF00 16%, #14CC32 57%, #19C1FF 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 2.5s infinite alternate;        
}

_:lang(x)::-moz-placeholder,.midashi_l .small{
background: #08AF59;       
}

_:lang(x)::-moz-placeholder,.midashi_c .small{
background: #08AF59!important;       
}
.midashi_c .small_w{
font-size: 0.6em;
font-weight: 700;
display: block;    
text-align: center;  
z-index: -5;
display: block; 
color: #fff;  
}

@keyframes gradientEffect {
  from {background-position: left}
  to {background-position: bottom}
}

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

.top{
width: 100%;
height: auto;	
z-index: 998;
position:sticky;      
}


.globalMenuSp, .navToggle{
	display: none;
}
header{
width: 100%;
height: auto;  
position:sticky;
background: #fff;  
top:0;
left: 0;    
z-index: 90;    
}

.top_menu{
width: 100%;  
height: auto;    
display: block;
}

.top_menu .menu_t{
max-width: 1170px;
 width: 100%;   
margin: 0 auto;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;   
}

.top_menu .menu_t .logo{
max-width:250px;
width: 60%;    
transition: all 0.5s;  
padding: 1em 1%;    
}
.top_wrapper.transform .top_menu .menu_t .logo{
max-width: 180px;  
width: 60%;    
text-decoration: transparent;    
}
.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}
.m1 li{
  height: 50px;  
position: relative; 
    
}
    
 .m1 a{
display: block;	
transition: color .3s, text-decoration .3s;		
color: #000;    
 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
   width: 100%; 
      height: 100%;   
  text-align: center;    
 font-size: 1em;  
transition: all 0.5s; 
    display: block; 
    line-height: 50px; 
}

.m1{
width: 100%;	
margin:0 auto;   
display: block;  
background: rgba(255,255,255,0.6);    
 border-top:1px solid #eee;   
border-bottom: 6px solid;
border-image: linear-gradient(to right, #7FFF00 0%, #19C1FF 100%);
border-image-slice: 1;
}
.top_menu .m1 ul{
width: 100%;		
display: flex;
align-items:center;
justify-content:center;      
margin: 0 auto; 

}
.m1 ul li .color{
display: block;
color: #ff0000;   
 
letter-spacing: 1px;  
transition: all 0.5s;     
}

.b1 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 100%;  
 line-height: 1.5;    
}
.b1 + .b1 {
  border-left: 0;
  border-right: 1px solid #eee;
}

.top_wrapper{
width: 100%;
background: #fff;
position: fixed;
top: 0;
left: 0;    
}

.top_menu .m1 a:hover{
background: #7FFF00;
text-decoration: transparent;     
}

.top_wrapper.transform .t-con{
width:380px;   
text-decoration: transparent;      
}
.top_wrapper.transform .t-btn1{
width: 230px;       
font-size: 1.5em;	
text-decoration: transparent;    
}
.top_wrapper.transform .t-btn2{
width: 150px;		     
font-size: 0.9em;	
padding:1%;      
}
.t-con{
width:500px;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;
transition: all 0.5s;    
}

.t-btn1{
width: 300px;       
font-size: 2em;	
color: #14CC32;   
transition: all 0.5s;	
display: block;   
border-radius: 50px;    
margin: 0 auto;
text-align:left;  

transition: all 0.5s;    
}

.t-btn1:hover{ 
opacity: 0.7;    
text-decoration: transparent;   
}

.t-btn2{
width: 200px;		     
font-size: 1em;	
color: #333; 
border: solid 2px #7FFF00;
background: #7FFF00;    
padding:3% 1%;   
transition: all 0.5s;	
display: block;       
margin: 0 auto;   
text-align: center; 
line-height: 1.5;  
border-radius: 50px;    
font-weight: 600;
}

.t-btn2:hover{
color: #333;    
border: solid 2px #333;    
background:#fff; 
text-decoration: transparent;    
}

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

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

/*====ご挨拶===*/
.pc_k{
display: block;    
}
.greeting-box{
width: 100%;
height: auto;
display: block; 
position: relative;
}
.back_illust1{
width: auto;
height:100%;    
position: absolute;
bottom: 0;
right: 0;  
z-index: -1;
opacity: 0.8;    
}

.back_illust2{
width: auto;
height:100%;   
position: absolute;
top: 0;
left: 0;  
z-index: -1;
opacity: 0.8;     
}
.back_illust3{
max-width: 700px;
width: 70%;    
display: block;
margin: 0 auto;
z-index: -1;  
}
.greeting{
width: 100%; 
height: auto;     
}
.g-illust1{
max-width: 250px;
width: 60%;    
margin: 1em auto;    
display: block;    
}

.greeting-text strong{
font-size: 1.3em;
display: block; 
 font-weight: 700;   
color:#3D994C;    
}
.greeting-text {
display: block;
margin: 0;    
font-size:1em;
line-height:250%;  
color: #000;    
}

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

.item-box_flex1{
width: 100%;
height: auto;
display: flex;    
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_back1{
position: absolute;
bottom:0;
left: 0;
width: 100%;
height:50%;    
background:rgba(6,66,187,0.3); 
z-index: -1;    
}

.item_back2{
position: absolute;
bottom:0;
left: 0;
width: 100%;
height: 280px;       
background-color: #d7e3f9;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%230642bb' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");  
z-index: -1;      
}
.item-box{
width: 100%;
display: flex;
background: #fff;  
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
padding: 1em;    
}
.item-t1{
width: 50%;   
padding: 0 1em;    
padding: 1em 2em;
}

.item-p1{
width: 50%;     
}
.item-p1 img{
width: 100%; 
}
.item-t2{
width: 30%;   
padding: 0 1em;    
padding: 1em 2em;
}

.item-p2{
width: 70%;     
}
.item-p2 img{
width: 100%; 
}
.item-t3{
width: 50%;   
padding: 0 1em;    
padding: 1em 2em;
}

.item-p3{
width: 50%;     
}
.item-p3 img{
width: 100%; 
}
/*====強み===*/
.strength{
width:calc(98% /2); 
background: rgba(20,204,50,0.1);  
margin-top: 2%;    
padding: 5%; 
border-radius:10px;    
}

.strength img{
width: 60%; 
display: block;
margin: 0 auto;
}

.number{ 
border-radius:10px;
padding:0.5em;
color: #08AF59;
background: #FCFC76;    
font-size: 2em;    
line-height: 1em;  
display: inline-block;
text-align: center;
}
.number .small{
font-size: 0.7em;
display: block;    
}
/*====プラン===*/
.plan{
 width:calc(98% / 3);    
background: #fff;
border-radius: 10px;  
box-shadow: 2px 2px 10px #eee; 
padding: 1em;    
}
.plan-titl strong{
font-size: 1.2em;  
display: inline-block;    
background: #19C1FF; 
color: #fff; 
padding: 0 1em;
border-radius: 50px;    
}
.plan-titl{
font-size: 1.2em;  
color: #14CC32;  
text-align: center;
line-height: 1.9;    
}
.plan-photo1{
width: 100%;    
}
.plan-photo1 img{
width: 50%; 
margin: 0 auto;
display: block;    
}
.plan-photo2{
width: 100%;    
}
.plan-photo2 img{
width: 80%; 
margin: 0 auto;
display: block;    
}
.plan-photo3{
width: 100%;    
}
.plan-photo3 img{
width: 100%; 
margin: 0 auto;
display: block;    
}
.plan-text{
width: 100%;   
}
.plan-text ul{
}
.plan-text li{
 
font-size:1em;  
text-align: center;    
}
.otoku{
font-size: 0.9em; 
color: #FF4E19; 
display: block;
padding: 3px; 
border:1px solid #FF4E19;
border-radius: 30px;   
margin: 1em auto 0;   
width: 40%; 
  
}
/*====コンテンツ===*/
.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;     
}
.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:#19C1FF;    
}
.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.9;
}
.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-weight: 700;    
}
/*====全ページ共通フッターメニュー===*/
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: bottom;
background-size: cover;    
padding: 2% 0  0;  
background-attachment: fixed;  
display: block; 
  position: relative;
  z-index: 0;
  overflow: hidden;    
}
footer .footer-box .footer-back:before{
  content: '';
  background: rgba(25,193,255,0.3);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.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: 30px 0;    
width: 100%; 
}
.f-address img{
max-width: 300px;
width: 60%;    
display: block;
margin: 0 auto;
}
.f-con{
width:300px;
margin: 0 1em;    
}
.f-con a{
border:1px solid #fff;
font-size: 1.5em;  
display: block;  
color: #fff;    
transition: all 1s;  
border-radius: 5px;    
font-weight: 500;
padding:1em 1%;   
}
.f-con a:hover{
opacity: 0.7;
text-decoration: transparent;    
}
.f-con p{
border:1px solid #fff;
font-size: 1.5em;  
display: block;  
color: #fff;    
transition: all 1s;  
border-radius: 5px;    
font-weight: 500;
padding:1em 1%;    
}

.f_text{
width: 100%;    
text-align: center;
display: block;
margin: 0 auto;
font-size: 1em;  
text-align: 1.75;    
color: #333;      
}
.map iframe{
width: 100%;       
height: 300px; 
object-fit: cover!important;   
display: block;  
    
}

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

/*===法人===*/
.area-box{
width: 100%;
}
.area{
width: 40%;    
}
.area-box img{
width: 100%;  
margin: 0 auto;
display: block;    
}
/*========= 採用情報 ===============*/

.recruit-table{
width: 100%;    
}

.recruit-table th{
width: 30%;
font-size: 1em;  
padding: 1em;  
font-weight: 500;
background: #08AF59;
color: #fff;   
border-bottom: 1px solid #eee;
}
.recruit-table td{
width: 70%;   
font-size: 1em;   
padding: 1em;   
font-weight: 500;
background: #eee;
text-align: left;
border-bottom: 1px solid #eee;    
}
/*========= 事務所概要 ===============*/
.about-box{
width: 100%;    
}
.about-box table{
width: 100%;    
}
.about-box th{
width: 35%; 
font-size: 1em;    
font-weight: 500;    
background: #14CC32;
color: #fff;
padding: 1em;    
}
.about-box td{
width: 65%;  
font-size: 1em;   
background: #fff;
font-weight: 500;       
padding: 1em;      
}
.about-box ul{
width: 100%;  
display: flex;   
flex-wrap:wrap;
justify-content:flex-start;  
}
.about-box ul li{
  width:calc(100% / 3);  
    display: block;
    background: rgba(20,204,50,0.3);   
    padding: 1em;
    font-size: 0.9em;
    color: #3D994C;
}
.about-box ul li:nth-child(odd){
background: rgba(20,204,50,0.1);   
}
.about-box ul li .tyuki{
color: #FF4E19;
display: block;    
}
    .map_t {
    font-size: 2em;
    color: #3D994C;    
    }   
.philosophy_i{
max-width: 200px;    
width:50%;
display: block;
margin: 0 auto;
}
.about-img{
 width:calc(95% / 3); 
height: 250px;
overflow: hidden;
}
.about-img img{
width: 100%;  
height: 100%;
display: block;
object-fit: cover;    
}
/*========= 価格表 ===============*/
.border_br{
border-bottom: solid 2px #FF4E19;
}
.air{
background: rgba(127,255,0,0.3);
padding: 1em;
border-radius: 10px; 
display: inline-block;
}
.price-box1{
width: 100%;    
  overflow-x: scroll;   
}
.price-box1 table{
width: 100%;       
  white-space: nowrap;    
}
.price-box1 thead th{
  background: #14CC32;
  color: #fff; 
  font-weight: 400px;   
  font-size: 1em;   
    padding: 1%;   
}
.price-box1 tbody th{
  font-weight: 400px;   
  font-size: 1em;     
 background: rgba(20,204,50,0.1);   
padding: 1%;
width: 30%;    
}
.price-box1 tbody td{ 
  font-size: 1em;     
 background:#fff;
padding: 1%;    
}
.price-box2{
width: 100%;    
  overflow-x: scroll;       
}
.price-box2 table{
width: 100%;       
  white-space: nowrap;   
}
.price-box2 table  thead{
width: 100%;    
}
.price-box2 thead th{
  background: #14CC32;
  color: #fff; 
  font-weight: 400px;   
  font-size: 1em;   
padding: 1% 1em;     
}
.price-box2 table  tbody{
width: 100%;    
}
.price-box2 tbody th{
  font-weight: 400px;   
  font-size: 1em;     
 background: rgba(20,204,50,0.1);   
padding: 1% 1em;    
width: 10%;       
}
.price-box2 tbody td{ 
  font-size: 1em;     
 background:#fff;
padding: 1% 1em; 
}
.table tr:nth-child(2n) td {
    background-color: #fafafa;
}

.table th:nth-child(1),
.table td:nth-child(1) {
    border-left: 5px solid #EF8633;
    border-right: 5px solid #EF8633;
}

.table tr:first-child th:first-child {
    position: relative;
    border-top: 15px solid #EF8633;
    background-color: #EF8633;
}

.table tr:first-child th:first-child::before {
    position: absolute;
    top: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.2rem 1rem;
    border-radius: 0.3rem;
    background-color: #fff;
    color: #EF8633;
    font-size: 0.8rem;
    content: '人気';
}

.table tr:last-child td:first-child {
    border-bottom: 5px solid #EF8633;
}
.border_lr{
border-right: solid 5px #7FFF00;
border-left: solid 5px #7FFF00;
}
.border_lrb{
border-right: solid 5px #7FFF00;
border-left: solid 5px #7FFF00;
border-bottom: solid 5px #7FFF00!important;       
}
.bg{
background: #7FFF00!important;  
color: #333!important;    
}
.special{
width:calc(92% / 3);      
 background: #fff;  
padding: 2%; 
margin: 1em ;   
border-radius: 10px;     
}
.special img{
 width:30%; 
  display: block;
 margin: 0 auto;
}
/*========= 実積 ===============*/
.works{
width:calc(95% / 2);   
background: #fff;
padding: 1em;  
margin-top: 1%;
}
.before{
width: 45%;
display: block;
margin: 0 auto;
}
.before img{
width: 100%;    
}
.before p,.after p{
color: #14CC32;
text-align: left;
font-size: 1em;    
}
.after{
width: 45%;
display: block;
margin: 0 auto;
}

.after img{
width: 100%;    
}
/*========= お客様からの声・よくある質問 ===============*/
.voice{
width:calc(98% / 3);
position: relative;
background: #fff; 
padding: 5% 0 2em; 
border:solid #19C1FF 3px;    
border-radius: 30px;    
margin:2em auto ;
}
.voice .border{
width: 100%;
position: relative;
padding: 0 2em;    
}
.voice strong{
background: #7FFF00;
padding: 1%;   
text-align: center;
border-radius: 30px;  
}
.voice .voice_img1{
width:70px; 
position: absolute;
top: -95px;   
 left: 50%;
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);    
}
.voice .voice_img2{
width:200px; 
position: absolute;
bottom:5px;   
 right: 5px;   
}
.question-box{
background: rgba(255,78,25,0.1);   
padding: 2em;    
}
.question{
font-size: 1em;    
}
.question strong{
font-size: 1.5em; 
background: #FF4E19;  
width: 40px;
height: 40px;
line-height: 40px;  
color: #fff; 
display:block;
text-align: center;
border-radius: 10px;    
}
.answer-box{
background: rgba(20,204,50,0.1);   
padding: 2em;    
}
.answer{
font-size: 1em;    
}
.answer strong{
font-size: 1.5em; 
background: #14CC32;  
width:40px;
height: 40px;
line-height: 40px;  
color: #fff; 
display:block;
text-align: center;
border-radius: 10px;    
}
.answer .measu{
display:block;
color: #3D994C;    
}
.answer .tyuki{
display: block;
font-size: 0.9em;
color: #FF4E19;    
}
/*========= 会社概要 ===============*/
.about-g{
  width: 100%; 
padding: 1em;
background: #C3ED5A; 
}
.about-g_box{
  width: 100%;
    padding: 3%;
    border: 1px solid #08AF59;
}
.about-g_box .about-text strong{
top: 0;  
font-size: 2em;   
border-bottom: 1px solid #08AF59;
margin-bottom: 0.5em; 
color:#08AF59; 
display: block;    
}

.about-flex{
width: 100%;    
display: flex; 
justify-content: space-between;
align-items: stretch; 
flex-wrap:wrap;    
}
.about-table{
width: 50%;    
}

.about-table th{
width: 40%;
font-size: 1em;  
padding: 1em;  
font-weight: 500;
background: #08AF59;
color: #fff;    
}
.about-table td{
width: 60%;   
font-size: 1em;   
padding: 1em;   
font-weight: 500;
background: #eee;
text-align: left; 
}
.a-map{
width: 50%;    
}
.a-map iframe{
height: 400px; 
display: block;
object-fit: cover;    
}
.about-photo{
width: 30%;    
}
.about-photo img{
width: 90%; 
display: block;
margin: 0 auto;
}
.about-photo:nth-child(odd){
margin-bottom: 50px;    
}


/*========= お問い合わせ ===============*/

.contact-box{
width: 100%;
height: auto;
display: block; 
}

.c-con{
max-width:900px;
width: 98%;    
height: auto; 
margin: 0 auto;
display: block;      
}

.contact-img1{
width: 100px;
position: absolute;
top: 0;
left: 0; 
z-index: -1;    
}
.contact-img2{
width: 300px;
position: absolute;
bottom: -130px;
right: 5px; 
z-index: -1;    
}
.fm-text{
    background: #fff;
    padding: 1em;
}
.fm-text .green{
	background-color:#14CC32;
	font-size:0.9em;
	padding:0.5em;
    margin-right: 5px;
    line-height:1.8;  
    color: #fff;
     border-radius: 5px;
}
.contact-text1 {
font-size: 1em;
text-align: left;
color: #333; 
line-height: 1.75;     
}
.con_flex-box1{
display: flex;    
width: 100% ;
flex-wrap:wrap;
justify-content:space-between; 
}
.c-tel {
width: 50%;  
background:#19C1FF;   
padding:1em;   
}
.c-tel a{
width: 100%; 
height: 100%;
display: block;    
margin: 0 auto;        
position: relative;
color: #fff;   
font-weight: 500;     
}
.c-titl{
font-size: 0.8em;           
position: relative;
display:block;
padding: 0 55px;
width: 200px;    
margin: 0 auto;
}

.c-titl:before, .c-titl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.c-titl:before {
  left:0;
}
.c-titl:after {
  right: 0;
}
.c-tel .small{
font-size: 0.5em;   
display: block;         
}
.con-text1{
width: 100%;     
font-size: 1.8em; 	
transition: all 0.5s;	 
display: block;      
text-align: center;
line-height: 1.5;  
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);  
font-family: 'Blinker', sans-serif;
font-weight: 400;       
}
.c-tel:hover .con-text1{
text-decoration: transparent;	
opacity: 0.6;     
}

.c-fax{
width: 50%; 
background:#58D0FC; 
padding: 1em;    
}
.c-fax p{
width: 99%;   
height: 100%;    
font-size: 1.8em; 	
transition: all 0.5s;	 
display: block;      
text-align: center;
line-height: 1.5;   
font-family: 'Blinker', sans-serif;
font-weight: 500;  
margin: 0 auto;    
color: #fff;    
}
.c-fax .small{
font-size: 0.5em;   
display: block;   
text-align: left;
}

.m-brder{
border-right: 2px solid #eee;
}

.contact-wrapper{
width: 100%;	
}


.contact-tel .small{
font-size: 0.7em;
display: block;  
border-bottom: solid 1px #fff;
padding: 1% 0;    
}

.tel-box{
width: 100%;  
}
form{
	width: 100%!important;
	text-align: center;
    background: #fff;    
    padding: 1em;
    display: block;
}
.checkbox_text{
line-height: 1.75;	
}
.mailform{
width: 100%;
     
 
}
.mailform table{
width: 100%;    
 
}

.mailform table .green{
	background-color:#14CC32;
	font-size:0.7em;
	padding:0.5em;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}



.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 .tyuki{
color: #FF4E19;
display: block;
font-size: 0.9em;    
}
.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;
font-weight: 400;    
}

.mailform table td iframe{
height: 400px;	
}

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

.single p{
	text-align: center;
}


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

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    background:#19C1FF;  
    color: #fff;
    border:2px solid #19C1FF;
    border-radius: 50px;
    font-weight: 500; 
}
.form-button button:hover{
    border:2px solid #19C1FF;
     background:#fff;  
    color:#19C1FF;
	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;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="email"]{
	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;  
border-bottom:1px solid #333;
font-weight: 500;
}
.accordion p{
font-size: 1em;   
text-align: left;   
    padding: 1em 0;
}
.toggle {
	display: none;
}
.Label {
    font-size: 1em;
	display: block;
    background:#14CC32;     
    text-align: left;
    padding: 1em;
    color: #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,
.open {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
    background: rgba(127,255,0,0.1);   
    padding: 0 1em;
}
.toggle:checked + .Label + .open {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
    text-decoration: transparent;
}
