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


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


.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
	.h5{
height: 5px;		
	}
.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;    
}
.kome{
color: #0E46A1;    
}
.en{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.yuji-syuku{
font-family: "yuji-syuku", sans-serif;
font-weight: 400;
font-style: normal;    
}
.center_box{
  width: -moz-fit-content;
width: fit-content;  
margin: 0 auto;
display: block;   
}


.headline_midashi{
font-size: 1.3rem;
text-align: left;
position: relative;
padding-left: 30px;   
  font-weight: 500;    
}
.headline_midashi::before {
    content: '';
    position: absolute;
   top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:#0E46A1;
    height: 5px;
    width: 25px;
	z-index: 1;
    -webkit-transform : translateY(-50%);
transform : translateY(-50%);  
}
.headline_w{
color: #fff;
font-size: 1.3rem;
border-bottom: solid 1px #fff;
text-align: left;
margin-bottom: 1rem;
padding-bottom:0.5rem;    
}
.headline{
color: #0E46A1;
font-size: 1.3rem;
border-bottom: solid 1px #292D33;
text-align: left;
margin-bottom: 1rem;
padding-bottom:0.5rem;
position: relative;
}
.headline::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:#0E46A1;
    height: 1px;
    width: 20%;
	z-index: 1;

}
.koumoku{
color: #333;
font-size: 1.1rem;
text-align: left;
padding-left: 1.4rem;
position: relative;
font-weight: 500;
display:block;    
}
.koumoku::after {
    content: '・';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
	z-index: 1;
    -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;  
line-height: 1.5;   
}
.text2{
font-size: 1.3rem;    
line-height: 1.5;
}
.text3{
font-size: 1.5rem;    
line-height: 2;
}
.text3 span{
font-size: 3rem;    
line-height: 1.5;
}
.koumoku2{
width: 100%;
position: relative;
padding-left: 1.3rem;    
display: block;    
}
.koumoku2::before{
content:"・";    
position: absolute;
top: 0;
left: 0;   
font-size: 1rem; 
vertical-align: middle;    
}
.koumoku3{
width: 100%;
position: relative;
padding-left: 1.1rem;    
display: block;   
line-height: 2;
font-size: 1rem;   
border-bottom: 1px solid #eee;
}
.koumoku3::before{
font-family: "Font Awesome 6 Free";    
content:"\f0da";  
font-weight: 900;
position: absolute;
top: 0;
left: 0;   
font-size: 1rem; 
vertical-align: middle;    
}
.koumoku3 .small{
display: block;
font-size: 0.9rem; 
color: #333;   
padding-bottom: 1rem;    
}
.sp_l{
      text-align: center;
    }

.tb_l{
      text-align: center;
    }
.sp_kaigyo{
display: none;
}
.background1{
width: 100%;
display: block;
background:#eee;
}
.background2{
width: 100%;
display: block;
background:rgba(0,102,255,0.1);
background-size: cover;
background-position: center;  
}
.background3{
width: 100%;
display: block;    
background-image: linear-gradient(90deg, rgba(14, 70, 161, 1), rgba(49, 105, 197, 1));    
}
.kakko{
position: relative;
max-width: 900px;   
width: 100%;    
display: block;
margin: 0 auto;
padding: 1rem;    
}

.kakko::after{
content: "";    
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
border-top: solid #0E46A1 1px;   
}
.kakko::before{
content: "";    
position: absolute;
bottom: 0;
right: 0;
width: 50%;
height: 100%;
border-bottom: solid #0E46A1 1px;  
}
.container {
max-width: 1200px;
width: 95%;
margin: 0 auto;
text-align: center;		
}
.inner-box{
max-width: 950px;
width: 98%;
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; 
align-items:center;      
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;     
}
.flex-box4{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;     
}
/*TOPスライダー*/
.wrapper{
margin-top: 130px;
position: relative;
padding-left: 15%;
height: calc(100vh - 130px);    
}
.slider-box{
    width: 100%;
    height: calc(100vh - 200px);
	overflow: hidden;
}

.wrapper p {
 position: absolute;
    font-size: 4rem;
    bottom: 1%;
    left: 1%;
top: calc(50% - 130px);
left: 3%;    
-webkit-transform : translateY(-50%);
transform : translateY(-50%);      
    color: #fff;
  animation-name:slideTextX100;
  animation-duration:4s;
  animation-fill-mode:both;
    opacity: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;   
}
.wrapper .slider-box_back{
background:#0E46A1;
width: 45%;
height:75%;
position: absolute;
bottom: 0;
left: 0; 
z-index: -1;    
}
.wrapper .slider-text{
position: absolute;
bottom: 10px;
right: 0;
z-index: 2;
font-size: 10vw;
color:#3D4E66;
line-height:0.8; 
letter-spacing: 0.5rem;  
  animation-name:slideTextX99;
  animation-duration:4s;
  animation-fill-mode:both;  
font-family: "Noto Sans JP", sans-serif;    
    font-weight: 900;      
}
.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}
.slider1{
width: 100%;
height: 350px;    
position: relative;    
}
.slider1_img1{
background: url("../img/top5.jpg");
background-size: cover;
background-position: center;
width: 100%;    
position: relative;
}
.slider1_img1::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:rgba(14,70,161,0.6);
	z-index: 1;

}
.top_titl{
position: absolute;
top: 68%;
left: 50%;  
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);  
width: 98%;
z-index: 3;    
}
.top_titl h2{
font-size: 1rem; 
color: #fff;    
}
.top_titl  .strong{
font-size: 3rem;    
}
/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX99 {
 0% {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }
  50% {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 0.3;
  }
  100% {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;

  }
}
@keyframes slideTextX100 {
 0% {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }
  50% {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 0;
  }
  100% {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
    text-shadow: 2px 2px 5px #333;  

  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  0% {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  100% {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*パンクズ */
.breadcrumb {
width: 100%;
padding-left: 1%;    
}

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


.midashi_l h2{
width: 100%;     
font-size: 1.3rem;		
text-align:left;	   
color: #333;  
line-height: 1.5; 
font-weight: 400;
letter-spacing: 0.1rem;   
}
.midashi_l .strong{
font-size: 3rem;		
color: #0E46A1;   
display: block;    
text-align: left;  
z-index: -5;
display: block;  
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.midashi_c h2{
width: 100%;     
font-size: 1.3rem;		
text-align:center;	
color: #333; 
line-height: 1.5;   
font-weight: 400;
letter-spacing: 0.1rem;     
}
.midashi_c .strong{
font-size: 3rem;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
color: #0E46A1;  
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;   
}
.midashi_cw h2{
width: 100%;     
font-size: 1.3rem;		
text-align:center;	 
color: #fff; 
line-height: 1.5;   
font-weight: 400;
letter-spacing: 0.1rem;      
}
.midashi_cw .strong{
font-size: 3rem;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
color: #fff;  
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;   
}
header{
width: 100%;
background: #fff;
position:sticky;
top: 0;
left: 0;   
z-index: 90;   
transition: all 0.5s;   
border-bottom: 1px solid #eee;    
}
.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:400px;
transition: all 0.5s;    
}
.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0 auto;
}
.top_wrapper.transform .logo{
width:300px;
transition: all 0.5s;    
}

.top_menu .m1{
width: 550px;	   
}

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


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


/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.m1 nav ul li{
white-space:nowrap; 
margin-left: 50px;     
}

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

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


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

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

.t-btn1{
width: 280px;	    
font-size: 2rem;	   
transition: all 0.5s;    
display: block;  
text-align: center; 
margin-left: 15px;  
color: #0E46A1; 
transition: all 0.5s;  
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; 
}
.t-btn1:hover{
opacity: 0.7;
text-decoration: transparent;
    
}
.t-btn2{
width: 200px;	    
font-size:0.9em;	     
display: block;  
text-align: center; 
padding: 0.5% 0;
margin-left: 15px;  
vertical-align: middle;    
border:1px solid #3D4E66;
color:#fff; 
background:#3D4E66;
border-radius: 50px;    
transition: all 0.5s;     
}
.t-btn2:hover{
color:#3D4E66;     
background: #fff;
text-decoration: transparent;
    
}

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


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

.button {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 300px;
    width: 80%;
	margin: auto;
	padding: 1rem 4rem;
	color: #fff;
	background: #203E6E;
}
.button:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad26 1.5s infinite;
	color: #fff;
}
@keyframes shad26 {
	0% {box-shadow: 0 0 0 0 #203E6E;}
	70% {box-shadow: 0 0 0 10px rgb(32 62 110 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(32 62 110 / 0%);}
}
.button_w {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 300px;
    width:80%;
	margin: auto;
	padding: 1rem 4rem;
	color: #fff;
	background: #0E46A1;
    border:solid 1px rgba(255,255,255,0.5);
}
.button_w:hover {
	background-position: right center;
	background-size: 200% auto;
	-webkit-animation: pulse 2s infinite;
	animation: shad27 1.5s infinite;
	color: #fff;
}
@keyframes shad27 {
	0% {box-shadow: 0 0 0 0 #fff;}
	70% {box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);}
	100% {box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);}
}
/*===共通===*/


.greeting-box{
width: 100%;
height: auto;
display: block; 
position: relative;  
overflow: hidden;    
}
.item-box{
width: 100%;
height: auto;
display: block; 
position: relative; 
}
.item-t1{
width: 40%; 
position: absolute;
left: 53%;
top: 50%;    
-webkit-transform : translateY(-50%);
transform : translateY(-50%);  
z-index: 10;    
}
.item-p1{
width: 70%;   
position: relative; 
}

.item-p1 img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block; 
filter: grayscale(0);   
}
.item-p1::before{
    position: absolute; 
    z-index: 10; /* トリミングしたい画像よりも高い値 */
    top: 0;
    right: 0;
    display: block;
    width: 50%; /* 擬似要素の横幅 */
    height: 100%; /* 擬似要素の高さ */
    content: '';
    transform: translateX(35%) skewX(-10deg);
    background: #fff; /* 背景色と揃える必要がある */
    object-fit: cover;

}

.background_item2{
width: 100%;
height: auto;   
background:url("../img/service2.jpg");
background-size: cover;
background-position: center;     
}

.background_item2::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:rgba(14,70,161,0.6);
	z-index: 1;

}

.item-t2{
width: 50%;
padding:3%;    
display: block;     
}
.item-t2 p{
text-align: left;
}
.item-p2{
width: 50%;   
}
.item-p2 img{
width: 100%;
}
.background_item3{
width: 100%;
height: auto;   
background:url("../img/works1.jpg");
background-size: cover;
background-position: center;     
}

.background_item3::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background:rgba(14,70,161,0.6);
	z-index: 1;

}
.item-t3{
max-width: 1000px;
width: 95%;    
background:rgba(14,70,161,0.4);  
padding: 3%;    
display: block;
margin: 0 auto;
}

.item-t4{
width: 30%;
padding:3%;    
display: block;     
}
.item-t4 p{
text-align: left;
}
.item-p4{
width: 30%;   
}
.item-p4 img{
width: 100%;
}
.item-t5{
width: 70%;
padding:3%;    
display: block;     
}
.item-t5 p{
text-align: left;
}
.item-p5{
width: 30%;   
}
.item-p5 img{
width: 100%;
}
.item-p6{
width: 50%;
position: relative;
}
.item-p6 img{
width: 100%; 
display: block;    
}
.balloon2 {
width: 50%;   
position: absolute;
top:-60px;
left: 0;    
}
.balloon2 img{
width: 100%;    
}
.item-t6{
width: 50%;  
padding: 1rem;    
}
.item-t6 p{
text-align: left;
}
.item-t6 .item-t6_p{
width:45%;    
 margin:10px 10px 20px;    
}
.item-t6 .item-t6_p:last-child{
 margin-top: 50px; 
}
.item-t6 .item-t6_p img{
width: 100%;  
}
.item-p7{
width: 50%;
}
.item-p7 .item-p7_p{
  width:calc(100% / 2 - 20px);   
margin: 10px; 
height: 600px; 
position: relative;
}
.item-p7 .item-p7_p:last-child{
margin-top: 50px;    
}
.item-p7 .item-p7_p img{
width: 100%; 
height: 100%;
object-fit: cover;
position: absolute;
left: 50%;
top: 50%;    
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);     
}
.item-t7{
width: 50%;  
padding: 3%;    
}
.item-t7 p{
text-align: left;
}
/*====コンテンツ===*/

.contents-box{
width: 98%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;  
margin: 0 auto;
}
.contents{
width: 380px;  
height: 700px;       
height: auto;    
position: relative; 
margin: 1em;    
}
.contents-back{
width:92%;
height: 95%;   
background-color: rgba(255,255,255,0.1);
display: block;
position: absolute;
left: 5%;
top: 5%;  
z-index: -1;    
}
.cont-box{
width: 350px;   
height: 600px;   
display: block;        
    position: relative;
overflow: hidden;
margin-bottom: 5%;
background: #000; 
}

.cont-box img{
width: 100%;
height:100%;    
object-fit: cover;    
  transform: scale(1);
    transition: all 0.7s;	
    opacity: 0.4;
display: block;     
   
}
.cont-box:hover img {
  transform: scale(1.05);
    text-decoration: transparent;
    opacity: 0.9;
}

.contents_text1{
font-size: 1.5em; 
position: absolute;
top:10px;
right: 10px;  
line-height: 1.3;
color:#fff; 
z-index: 10; 
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl; 
letter-spacing: 5px;       
}
.contents_text1 .small{
font-size: 0.5em;    
display: block;
}
.contents_text2{
font-size:0.8em; 
position: absolute;
top:85%;
left: 2%;  
line-height:200%;
color:#fff;   
z-index: 10;   
 width: 96%;  
letter-spacing: 2px;    
}

/*====求人募集中！===*/
.recruit-box{
width: 100%;
height: 700px;    
position: relative;
}
.recruit-photo1{
width: 35%;
position: absolute;
  top: 20px;
  right:20px;
    z-index: 11; 
display: block; 
background: #000;    
}
.recruit-photo1 img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block; 
opacity: 0.5;   
transition: all 0.5s;    
}

.recruit-photo2{
width: 23%;
position: absolute;
  bottom: 0;
  left:20px;
    z-index: 11; 
display: block; 
background: #000;    
}
.recruit-photo2 img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block;    
opacity: 0.5;   
transition: all 0.5s;    
}

.recruit-text{ 
position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-80%,-0%);
  transform : translate(-80%,-0%); 
    z-index: 12;
}
.recruit-back{
width: 75%;
height: 60%;   
background-color: rgba(255,255,255,0.1);
display: block;
position: absolute;
left: 0;
bottom: 50px;    
}
.recruit-text_border{
padding-bottom: 10px;    
border-bottom: solid #333 1px;    
}
/*====全ページ共通フッターメニュー===*/
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;
    display: block;
    width: 100%;
    height: 100%;
    background:rgba(41,45,102,0.6);
	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{
width: 300px;
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:#333;
padding:1% 0;
display: block;	
font-size: 0.8em; 
}
/*========= 事業内容 ===============*/
.step-button{
  max-width:200px;
    width: 100%;
  margin: 5px;  
background:#fff;
border: solid 1px #203E6E;  
color: #203E6E; 
font-size: 1rem;
padding: 1rem;  
transition: all 0.5s;    
}
.step-button:hover a{
background:  #203E6E;
color: #fff;    
}
.s-box{
  width:calc(100% / 3 - 20px);   
  margin: 10px;    
  padding: 1%;
  background: #fff;
}
.s-box img{
width: 100%;    
}
.step{
width: 100%;    
position: relative;
}
.step .border-l{
height: 84%;
width: 1px;
border-left: dotted #333 2px;
position: absolute;
top: 60px;
left: 40px;
z-index: -10;    
}
.step-box2{
width: 100%; 
display: flex;
flex-wrap:wrap;
justify-content:space-between; 
padding:5% 0;    
position: relative;
}

.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: #203E6E;
top:0;
left: 0;   
padding-top: -1rem;    
}
.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; 
margin: 1rem auto;
padding-left: 100px; 
padding-right: 50px; 
text-align: left;    
}
.step-box2 .step-flow .step-text{
  padding-left: 100px; 
padding-right: 50px; 
text-align: left;      
}
.step-left{
   padding-left: 100px; 
padding-right: 50px;    
}
.step-photo{
width: 30%;  
}
.step-photo img{
width: 100%; 
}
/*========= 施工実積 ===============*/
.w-table{
width: 100%;    
}
.w-table table{
width: 100%;    
}
.w-table table thead th{
background: #eee;
padding: 1rem;
border:#FFFFFF solid 1px;
font-weight: 500;
}
.w-table table tbody th{
background: #fff;
padding: 1rem;
border:#eee solid 1px;
font-weight: 500;   
text-align: left;
}
.w-table table tbody td{
background: #fff;
padding: 1rem;
border:#eee solid 1px;
text-align: left;
width: 60%;
}
/*========= 求人情報 ===============*/

.ren_text1{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	text-align: center!important;
}

.ren_text1::before,
.ren_text1::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #0066FF;
}

.ren_text1::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.ren_text1::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.ren_text2{
font-size: 1rem;  
text-align: left;
margin-top: 1rem;    
}
.ren_text2 .small{
font-size: 1rem;
display: inline-block;   
background: #0066FF;
padding: 1% 1rem;
border-radius: 5px; 
color: #fff;   
margin-right: 0.5rem;    
}
.staff{
 width:calc(100% / 2 - 20px);   
margin: 10px;   
background: #fff;  
padding: 3%;    
}
.staff-photo{
width: 150px;
height: 150px;
border-radius: 50%;  
overflow: hidden;   
display: block;  
margin: 0 auto;    
}
.staff p{
font-size: 1rem; 
display: block;    
}
.staff-list{
 text-align: left;   
 margin-top: 3%;    
}
.staff-text{
text-align: left;
}
.staff_nemu{
text-align: center; 
margin-top: 1%;    
}

.staff-photo img{
width: 100%;
height: 100%;
object-fit: cover;
}

.schedule-box{
 width:calc(100% / 2 - 20px);   
margin: 10px;    
}
.schedule{
width: 100%;  
position: relative;
margin: 0 auto;
display: block;    
}
.schedule ul{
width: 100%;
}
.schedule li{
   width: 100%;   
}
.schedule li .date{
 width: 100%;
 background:#e2edfe;
 padding: 0.5rem 1rem; 
display: block; 
text-align: left;
font-size: 0.9rem;    
}
.schedule li .time{
 color: #0E46A1;  
font-size: 1rem;    
}
.schedule li .schedule-text{
  padding: 1rem 3rem;    
text-align: left;   
display: block;   
font-size: 0.9rem;     
}
.schedule .border{
width: 3px;    
height: 90%; 
border-left: dotted 3px #0066FF;
position: absolute;
top: 0;
left: 5%;    
z-index: -1;    
}
/*========= 会社概要 ===============*/
.table{
width: 100%;   
background: #fff;
padding: 3%;    
}
.table table{
width: 100%; 
border-spacing: 0;    
}
.table table th{
width: 35%;  
padding: 1%;    
border-bottom: 1px solid #eee;
text-align: center;
font-weight: 500;
}
.table table td{
width: 65%; 
padding: 1rem;       
border-bottom: 1px solid #eee;   
text-align: left;    
}
.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: #0E46A1; 	
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: #0E46A1; 	
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:#0E46A1;
    font-size:1rem;
    padding:0.5em;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
}
.mailform table .text_b{
	color:#0E46A1;
	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 #0E46A1; 
    background:#fff;
    font-weight: 500;
    background:#0E46A1;  
}
.form-button button:hover{
     background:#fff;  
    color:#0E46A1;
	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;
}