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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;  
    
}
.en{
font-family: 'Roboto', sans-serif;    
}

.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: #0642BB;
font-size: 1.5em;
text-align: center;    
}
.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;   
}
.text1 strong{
font-size: 1.5em;    
display: block;  
line-height: 1.5;   
}
.text2{
font-size: 1.3em;    
font-weight: 500;
}

.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.background1{
width: 100%;
display: block;
background-color:#eee;
}
.background2{
width: 100%;
height: auto;   
background:#5A99E0; 
}
.background3{
width: 100%; 
background:url("../img/background1.jpg");
background-size: cover;
background-position: center;   
background-attachment: fixed;    
position: relative;
}
.background3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(24,42,61,0.7);
}
.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;
}
.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;    
}
.flex-box4{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;  
align-items: center;
}
/*TOPスライダー*/
.slider-box{
    width: 100%;
    height:calc(100vh - 149.67px);
    margin-top: 149.67px;
	overflow: hidden;
	position: relative;
}

.text_img{
  position: absolute;
  bottom:3%;
  left: 3%;
  max-width:900px;
  width: 80%;    
  text-align: center;
 z-index: 5;    
}
.text_img img{
width: 100%;    
}



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

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


.heading {
  padding: 0 1em;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  font-size: 1.5em; 
    color: #fff;
    font-weight: 500;
}
.heading:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #5A99E0 15%, #4779B3 0 15%);
  content: '';
  z-index: -1;
}
.heading_w {
  padding: 0 1em;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  font-size: 1.5em; 
    color: #4779B3;
    font-weight: 500;
    z-index: 1;
}
.heading_w:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fff 15%, #8abbf4 0 15%);
  content: '';
  z-index: -1;
}
.koumoku{
    position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
display: block;    
}
.koumoku::before{
     font-family: "Font Awesome 6 Free";
  content: "\f14a";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5A99E0; /*アイコン色*/
  font-weight: 900; 
}
.k_title{
    position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
display: block;    
}
.k_title::before{
     font-family: "Font Awesome 6 Free";
  content: "\f219";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #333; /*アイコン色*/
  font-weight: 900; 
}
.koumoku_w{
    position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
display: block;
color: #fff;    
}
.koumoku_w::before{
     font-family: "Font Awesome 6 Free";
  content: "\f14a";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
 color: #fff;  
  font-weight: 900; 
}
.k_title_w{
    position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
display: block;  
color: #fff;      
}
.k_title_w::before{
     font-family: "Font Awesome 6 Free";
  content: "\f219";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
color: #fff;  
  font-weight: 900; 
}
.kome{
color: #5A99E0;  
}
.midashi_l h2{
width: 100%;     
font-size: 1rem;		
text-align:left;	   
line-height: 1.5; 
color: #4779B3;
font-weight: 500;
}
.midashi_l .strong{
font-size: 2rem;		
color: #aeaeae;   
display: block;    
text-align: left;  
z-index: -5;
display: block; 
color: #333;    
}

.midashi_c h2{
width: 100%;     
font-size: 1rem;		
text-align:center;	
font-weight: 500; 
color: #4779B3;
line-height: 1.5;           
}
.midashi_c .strong{
font-size: 2rem;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
color: #333;    
}
.midashi_cw h2{
width: 100%;     
font-size: 1rem;		
text-align:center;	
font-weight: 500;  
color: #fff;
line-height: 1.5;           
}
.midashi_cw .strong{
font-size: 2rem;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
color: #fff;    
}

.top_menu{
height: auto;
display: block;
margin: 0 auto;
}

.top_menu .menu_t{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;  
margin-bottom: 1rem;
}
.top_wrapper.transform .top_menu .menu_t{
margin-bottom: 0rem;
padding-top: 0;    
text-decoration: transparent;   
  transition:all .5s;      
}
.top_menu .menu_t .logo{
max-width:400px;
width: 60%;    
transition: all 0.5s;    
}
.top_wrapper.transform .top_menu .menu_t .logo{
display: none;
text-decoration: transparent;    
}

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


.top_menu .m1{
width: 100%;	
border-top: solid 2px #4779B3;
}

.top_wrapper{
width: 100%;      
z-index: 10;
height: auto;
transition: all 0.5s;	
position:fixed;
top: 0;
left: 0;    
background: #fff;        
}
.top_wrapper.transform{ 
  border-bottom: 1px solid #eee;
z-index:20;
  transition:all .5s;      
}

/*==ナビゲーション全体の設定*/
.m1 nav{
  color: #5070b0;
  text-align: center;
}
/*ナビゲーションを横並びに*/
.m1 nav ul{
  list-style: none;
  display: flex;
  justify-content:center;
}
.m1 nav ul .small{
display: block;
font-size: 0.7rem; 
font-family: 'Roboto', sans-serif;    
color: #4779B3;    
}

.m1 nav ul li{
  position: relative;
width: calc(100% / 6);
border-left:solid 2px #eee;
margin: 3px 0;    
}
.m1 nav ul li:last-child{
border-right:solid  1px #eee;
}
/*ナビゲーションのリンク設定*/
.m1 nav ul li a{
  display: block;
  text-decoration: none;
  color: #333;
  transition:all .5s;
    font-size:1rem;
  font-weight: 500;
}

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

.top_wrapper.transform .t-con{
display: none;
  transition:all .5s; 
}

.t-btn{
width: 200px;	    
font-size:1em;	     
display: block;  
text-align: center; 
margin-left: 15px;  
vertical-align: middle;    
color: #4779B3;  
transition: all 0.5s;  
position: relative;
padding: 0.5rem;    
}
 
.t-btn::after{
 content:  '';    
position: absolute;
top: 0;
left:0;
border-left: 1px solid  #4779B3;
border-top: 1px solid  #4779B3;    
width: 15px;
height: 15px;    
z-index: 10;    
}
.t-btn::before{
 content:  '';    
position: absolute;
bottom: 0;
right: 0;
border-right: 1px solid  #4779B3;
border-bottom: 1px solid  #4779B3;    
width: 15px;
height: 15px;    
z-index: 10;    
}
.t-btn span{
 border:1px solid #4779B3; 
display: block; 
padding: 0.3rem;  
 transition: all .3s;    
}
.t-btn:hover span{
color: #fff;
background: #4779B3;   
text-decoration: transparent;
    
}

/*===ボタン===*/
.button_c{
/*矢印と下線の基点とするためrelativeを指定*/
position: relative;
/*形状*/
display: block;
padding-right: 2rem;
max-width: 250px;    
width: 75%;    
color: #4779B3;
text-decoration: none;
outline: none;
text-align: center;
margin: 0 auto;
font-weight: 500;
font-size: 0.9rem;    
}
.button_c span{
 border:1px solid #4779B3; 
display: block; 
padding: 1rem 0.5rem;  
 transition: all .3s;    
}
/*矢印と下線の形状*/
.button_c::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    top:50%;
    right:5px;
    /*下線の形状*/    
    width: 30%;
    height: 1px;
  background:#4779B3;
    /*アニメーションの指定*/
    transition: all .3s;
}
.button_c::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:44%;
    right:2px;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#4779B3;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    
}
.button_c span:hover{
background: #4779B3;
color: #fff;    
}
/*hoverした際の移動*/
.button_c:hover::before{
    right:-4%;
}

.button_c:hover::after{
    right:-5%;
}
.button_cw{
/*矢印と下線の基点とするためrelativeを指定*/
position: relative;
/*形状*/
display: block;
padding-right: 2rem;
max-width: 250px;    
width: 75%;    
color: #eee;
text-decoration: none;
outline: none;
text-align: center;
margin: 0 auto;
font-weight: 500;
font-size: 0.9rem;    
}
.button_cw span{
 border:1px solid #eee; 
display: block; 
padding: 1rem 0.5rem;  
 transition: all .3s;    
}
/*矢印と下線の形状*/
.button_cw::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    top:50%;
    right:5px;
    /*下線の形状*/    
    width: 30%;
    height: 1px;
  background:#eee;
    /*アニメーションの指定*/
    transition: all .3s;
}
.button_cw::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:44%;
    right:2px;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#eee;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
    
}
.button_cw span:hover{
background: #fff;
color: #5A99E0;    
}
/*hoverした際の移動*/
.button_cw:hover::before{
    right:-4%;
}

.button_cw:hover::after{
    right:-5%;
}


.button_l{
position: relative;
display: inline-block;
padding-right: 2rem;
max-width: 200px;    
width: 70%;    
color: #4779B3;
text-decoration: none;
outline: none;
text-align: center;
margin-right: 5%;   
font-weight: 500;
font-size: 0.9rem;   
margin-top: 1rem;
}
.button_l span{
 border:1px solid #4779B3; 
display: block; 
padding: 1rem 0.5rem;  
 transition: all .3s;    
}
/*矢印と下線の形状*/
.button_l::before{
content: '';
position: absolute;
top:50%;
right:5px;
width: 30%;
height: 1px;
background:#4779B3;
transition: all .3s;
}

.button_l::after{
content: '';
position: absolute;
top:44%;
right:2px;
width: 15px;
height:1px;
background:#4779B3;
transform: rotate(35deg);
transition: all .3s;
}
.button_l span:hover{
background: #5A99E0;
color: #fff;    
}
.button_l:hover::before{
    right:-4%;
}

.button_l:hover::after{
    right:-5%;
}

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

.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 3%;     
}
.item-p1{
width: 50%;        
}
.item-p1 div{
width: 80%; 
}
.item-p1 div:last-child{
  margin-left: 10%;  
  margin-top: 1rem;    
}
.item-p1 div img{
width: 100%; 
}
.item-t2{
width: 60%;  
padding: 3%;    
}
.item-t2 p{
color: #fff;    
}
.item-p2{
width: 20%;    
}
.item-p2 img{
width: 100%;    
}
.item-t3{
width: 50%;  
padding: 3%;    
}
.item-p3{
width: 50%;    
}
.item-p3 img{
width: 100%;    
}
/*====総設電業のこだわり===*/
.concept{
    width: calc(100% / 3 - 20px);
    margin: 10px;
    padding:4rem 1rem 1rem;
    background: #fff;
    border:1px solid #eee;
    position: relative;
}
.concept::after{
 content:  '';    
position: absolute;
top: 0;
left: 0;
border-left: 3px solid  #4779B3;
border-top: 3px solid  #294566;    
width: 30px;
height: 30px;    
z-index: 10;    
}
.concept::before{
 content:  '';    
position: absolute;
bottom: 0;
right: 0;
border-right: 3px solid  #4779B3;
border-bottom: 3px solid  #294566;    
width: 30px;
height: 30px;    
z-index: 10;    
}
.concept img{
width: 100%;    
}
.concept .c-number{
position: absolute;
top: 0.3rem;
left: 50%;
font-size: 2rem;    
-webkit-transform : translateX(-50%);
transform : translateX(-50%);
text-align: center;
line-height: 1.2;  
color: #294566;
width: 3.5rem;
height: 3.5rem;
padding-top: 3px;    
}
.concept .c-number .small{
font-size: 0.8rem;  
display: block;
color:  #4779B3;   
}
/*====施工の流れ===*/
.step-box1{
 text-orientation: upright;    
position: relative;
padding: 4rem  0.3rem 2rem;   
border:1px solid #eee;
width: calc(100% / 8 - 40px);
margin:20px; 
border:1px solid #4779B3;
min-height: 400px;    
}
.arrow1 > .step-box1:not(:last-child)::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #5A99E0;
    display:  inline-block;
    vertical-align:  middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:  auto;
    right: -19px;
    
}
.arrow1 {
    width: 100%;
    list-style:  none;
    padding:  0;
    display: flex;
    justify-content: center;
}

.arrow1 .step-box1:not(:last-child) {
    margin-right:  20px;
}
.step-box1 p{
    font-size: 1.3rem;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;  
margin: 1rem auto 0;
letter-spacing: 0.3rem;    
font-weight: 500;
}
.step-box1 .number1{
  position: absolute;
top: 0;
left: 0;
-webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;  
width: 100%;
text-align: center;
color: #fff;
font-size: 1.2rem;   
display: block;
font-family: 'Roboto', sans-serif;       
}
.balloon1 {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  width: 100%;
  font-size: 16px;
  background: #4779B3;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #4779B3;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.map_back{
position: absolute;
top: 0;
right: 0;
width:100%;
height: 100%;
object-fit: contain;
display: block; 
z-index: -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;     
width: 100%; 
background:url("../img/footer_back.jpg");
background-position: center;
background-size: cover;    
display: block;    
position: relative;
}
footer .footer-box .footer-back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(71,121,179,0.9);
}
.f-box{
width: 100%;
position: relative;
z-index: 2;    
}
.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%;
}
.f-address img{
max-width: 400px;
width: 80%;    
display: block;
margin: 0 auto;
}
.f-con{
width:300px;
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;       
}
.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;	
font-size: 0.8em; 
background: #4779B3;    
}
/*========= 施工の流れ よくある質問 ===============*/
.faq{
width: 100%;  
}

.faq .toggle {
	display: none;
}
.faq .Label {		/*タイトル*/
	display: block;
	color: #333;
	border-bottom: 1px solid #333;
    position: relative;
    font-size: 1rem;
    padding:1rem 2rem 1rem ;

}
.faq .Label::after{		/*タイトル横の矢印*/
	content:"Q";
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    left: 0;
    color: #4779B3;
    padding-left: 0.5rem;
}
.faq .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);
}
.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; 
z-index: -1;    
}

.faq .content p{
	color: #333;
    position: relative;
    padding:1rem 2rem; 
    font-size: 1rem; 
    z-index: 1;
    margin-right: 10%;
}
.faq .content p::after{		/*タイトル横の矢印*/
	content:"A";
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    left: 0.6rem;
    color: #4779B3;
}
.faq .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
}
.faq .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.step{
width: 100%;    
position: relative;
background: rgba(255,255,255,0.5);    
padding: 1rem;    
}
.step .border-l{
height: 88%;
width: 1px;
background: #999;
position: absolute;
top: 3%;
left: 40px;
z-index: 1;    
}
.step-box2{
width: 100%; 
display: flex;
flex-wrap:wrap;
justify-content:space-between; 
padding:5% 0;    
position: relative;

}
.step-box2 p{
    font-size: 1rem;
margin: 1rem auto;
padding-left: 100px; 
padding-right: 50px;    
}
.step-box2 .border-b{
border-bottom: dotted 1px #999;
display: block;
position: absolute;
bottom: 0;
left: 100px;   
width: calc(100% - 100px) ;   
}
.step-box2 .step-flow{
width: 70%;   
display: block;   
position: relative;
}
.step-box2 .step-flow .flow_n{
position: absolute;
width: 80px;
height: 80px;  
background: #4779B3;
top:0;
left: -15px;   
padding-top: -1rem;  
z-index: 5;    
}
.step-box2 .step-flow .flow_n .number2{
position: absolute;
text-align: left;
font-size: 1.5rem;    
color: #fff; 
top:60%;
left:50%;   
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%); 
text-align: center;    
}
.step-box2 .step-flow .flow_n .number2::after {
    content:'STEP';
    width: 100%;
    position: absolute;
    top: -10px;
    left:40%;
    margin:  auto;
    font-size: 0.9rem;
    text-align: center;
    -webkit-transform : translateX(-50%);
transform : translateX(-50%);
}
.step-box2 .step-flow .step-titl{
 font-size: 1.5rem;   
padding-left: 100px; 
padding-right: 50px;   
}
.step-photo{
width: 30%;  
}
.step-photo img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block;    
}
/*========= 会社概要 ===============*/
.table{
width: 100%;     
}
.table table{
width: 100%; 
}
.table table th{
width: 35%;  
background: linear-gradient(60deg, rgb(57, 97, 143), rgb(90, 153, 224));   
color: #fff;
padding: 1rem;
border-bottom: 1px solid #fff;
font-weight: 400;
font-size: 1rem;
}
.table table td{
width: 65%;    
padding: 1rem;
background: #fff; 
font-size: 1rem;    
}

.history{
max-width: 600px;  
width: 100%;    
position: relative;
margin: 0 auto;
display: block;    
}
.history .border{
width: 1px;
height:100%;
position: absolute;
object-fit: cover;    
left: 35%;
top: 0;
background: #4779B3;     
z-index: 1; 
opacity: 0;
}
.history ul{
width: 100%;  
display: block;
margin: 0 auto;
}
.history li{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
.history .date{
 width:35%; 
display: inline-block;    
padding: 1rem;
position: relative;
text-align: center;   
font-weight: 500;
font-size: 1rem;    
}
.history .date .d-text{
background: #fff;  
position: relative;
z-index: 1; 
display: inline-block;
padding:0 3px;   
color: #4779B3;    
}
.history .date::after{
 content: '';    
 width:15px; 
 height:15px;    
display: block; 
background:#4779B3;  
position: absolute;  
right:-7.5px;    
top:50%;    
-webkit-transform : translateY(-50%);
transform : translateY(-50%);  
z-index:6;  
border-radius: 50%;        
}
.history .date::before{
 content: '';    
 width:50%; 
 height:1px;    
display: block; 
background:#0464bd;  
position: absolute;  
right:0;    
top:50%;     
z-index:-1;  
border-radius: 50%;  
-webkit-transform : translateY(-50%);
transform : translateY(-50%);     
}
.history .history-text{
 width: 65%; 
display: block;  
padding: 1rem 1rem 1rem 2rem;    
text-align: left;  
border: solid 1px #eee;
margin: 1rem 0 ; 
background: #fafafa;    
}
.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;    
}
.con_titl{
font-size: 1.3rem;
display: block; 
position: relative;
color: #333;   
  font-weight: 500;    
}
.con_titl::before{
  content: "";
  position: absolute;
  left: 13%;
  top: 50%;
  width: 10%;
  height: 1px;
  background: #333;  
 -webkit-transform : translateY(-50%);
transform : translateY(-50%);      
}
.con_titl::after{
  content: "";
  position: absolute;
  right:13%;
  top: 50%;
  width: 10%;
  height: 1px;
  background: #333;  
 -webkit-transform : translateY(-50%);
transform : translateY(-50%);      
}
.c-tel{
width: 50%;    
margin: 0 auto;  
padding: 3% 0;    
}

.c-tel a{
font-size: 2rem;
color: #5A99E0; 	
transition: all 0.5s;	 
display: block;      
text-align: center;
font-weight: 500;
line-height: 1.9;    
}
.c-tel:hover a{
text-decoration: transparent;	
opacity: 0.8;     
}

.c-tel .tel_time{
font-size: 0.9rem; 
display: block;  
color: #333;    
}
.c-fax{
width: 50%;    
margin: 0 auto;  
padding: 3% 0;     
}
.c-fax p{
font-size: 2rem;
color: #5A99E0; 	
transition: all 0.5s;	 
display: block;      
text-align: center;
font-weight: 500;
line-height: 1.9;   
}
.c-fax .small{
font-size: 0.8rem; 
display: block;  
line-height: 2;
color: #333;     
}
.c-fax .small .check{
position: relative;
margin-right: 20px; 
white-space:nowrap;  
}
.c-fax .small .check{
  position: relative;
  padding-left: 1rem;    
}
.c-fax .small .check:before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
}
.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%;
background: #fff;    
padding: 1%;    
}
.mailform table{
width: 100%;    
 
}
.fm-text .text1 .text_b{
	color:#4779B3;
    font-size:1rem;
    padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.mailform table .text_b{
	color:#4779B3;
	font-size:1rem;
	padding:0.5em;
    margin-right: 5px;
    text-align: center;
    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: 500;
}

.mailform table td{
font-size: 1em;
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;
}

.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 #5A99E0; 
    background:#fff;
    font-weight: 500;
    background:#5A99E0;  
}
.form-button button:hover{
     background:#fff;  
    color:#5A99E0;
	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%;
color: #555;  
font-weight: 500;
}
.mailform .accordion p{
font-size:1rem;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;
color: #555;  
}
.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;
    color: #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;
}
