/* -------------------------------- 

Company style

-------------------------------- */
.cd-hero-slider li.selected p{
                   text-align: center!important;
                   margin: 0 auto;
                   }
/* -------------------------------- 

スライド画像

-------------------------------- */
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/top.jpg);
  
} 

.pankuzu {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0px;
}
#vision{
         background-image: url(../img/bg.jpg);
         background-size:cover;
         padding-bottom: 50px;
         padding-top: 80px;
         }
@media only screen and (min-width: 768px) {
#vision{
         background-image: url(../img/bg.jpg);
         background-size:cover;
         padding-bottom: 100px;
         padding-top: 80px;
         }
         }
#vision p{
           text-align: center;
           line-height: 30px;
           color: #ffffff;
           text-shadow: 0 0 10px #0369ab,
               0 0 10px #0369ab,
               0 0 10px #0369ab,
               0 0 10px #0369ab,
               0 0 10px #0369ab;
           }
.catch-words{
            font-family: "Noto Sans", serif;
            font-weight: 600;
            font-size: 170%;
            line-height: 40px!important;
            margin-bottom: 30px!important;
             color: #ffffff;
            }
@media only screen and (min-width: 768px) {
#vision p{
           text-align: center;
           line-height: 40px;
           color: #ffffff;
           text-shadow: 0 0 10px #0369ab,
               0 0 10px #0369ab,
               0 0 10px #0369ab,
               0 0 10px #0369ab,
               0 0 10px #0369ab;
           }        
.catch-words{
            font-family: "Noto Sans", serif;
            font-weight: 600;
            font-size: 250%;
            line-height: 50px!important;
            margin-bottom: 30px!important;
             color: #ffffff;
            }
            }
/* -------------------------------- 

Local navigation

-------------------------------- */

@media only screen and (min-width: 980px) {
.local-nav{
  height: 80px;
  background: #CCCCCC;	
}

.local-nav .local-nav-box{
  max-width: 1200px;
  height: 70px !important;  
  margin: 0 auto;
  border: 0px solid #ccc;
}

.local-nav .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
	float: none;
}

.local-nav .cd-primary-nav ul {
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 0;	
	padding: 0;
	margin: 0 auto;
}
 
.local-nav .cd-primary-nav li {
	display: table;
	float: left;
    text-align: center;
	border-right: 1px solid #FFFFFF;
	padding: 0;
	margin: 0;
}

.local-nav .cd-primary-nav li:first-child {
	border-left: 1px solid #FFFFFF;		
}

.local-nav .cd-primary-nav a:link,
.local-nav .cd-primary-nav a:visited{
    width: 140px;
    height: 80px;
	display: table-cell;		
    font-weight: 400;
    line-height: 1.3em;
	vertical-align: middle;
	float: none;
}

.local-nav .cd-primary-nav .activ a:link,
.local-nav .cd-primary-nav .activ a:visited{
    width: 140px;
    height: 80px;	
	display: table-cell;		
    font-weight: 400;
    line-height: 1.3em;
	vertical-align: middle;
	color: #FFFFFF;	
    background: #06C;
    float: none;
}

         
.local-nav .cd-primary-nav a:hover{
    width: 140px;
    height: 80px;	
	display: table-cell;		
    font-weight: 400;
    line-height: 1.3em;
	vertical-align: middle;
	color: #FFFFFF;	
    background: #06C;	
} 
}

.page-title-22{
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
    margin-bottom: 30px;
    line-height: 1.3em;
    }

.page-title-25-c{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    }
    
@media only screen and (min-width: 768px) {
.page-title-22{
    font-size: 22px;
    font-weight: 600;
    padding-top: 30px;
    margin-bottom: 70px;
    }
.page-title-25-c{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    }
    }

/* 改行*/
@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* -------------------------------- 

企業情報

-------------------------------- */
#company{
	padding-bottom: 50px;
}

/* -------------------------------- 

overview

-------------------------------- */
#overview table{
    font-size: 14px;
    }
@media only screen and (min-width: 768px) {
#overview table{
    font-size: 16px;
    }
    }
.map-content{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  height: auto;
  margin-bottom:10px;
}

.map{
  text-align: right;
  padding-top: 20px;
  margin-botom: 10px;
  display: block;
  clear: both;
}

.small-content{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  height:auto;
  margin-bottom:50px;
  text-align:right;
}

.kome{
  font-size:13px;
}

.kome a{
  color:#333c44;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}

img a :hover{
    opacity: 0.7;
    }
    
/* -------------------------------- 

greeting

-------------------------------- */

.greeting-title{
  font-size:20px;
  color:#586775;
  font-weight: 700;
  padding:10px;
  border-bottom:1px dotted #ccc;
  line-height: 30px;
  margin-top:30px;
  }
  

/* -------------------------------- 

principles

-------------------------------- */

/* -------------------------------- 
戦略
-------------------------------- */
.strategy-title{
 font-weight: 700;
 color:#0F78B1;
 border-left:3px solid #999999;
 border-bottom:1px dotted #ccc;
 margin:30px 0 20px 0;
 text-align: left;
 padding-left:10px;
 padding-bottom:10px;
 padding-top:10px;
 font-size:1.4rem;
 line-height: 25px;
 }
 
.strategy-title span{ 
 font-size:14px;
 color:#999999;
 }

.strategy-txt{
 margin-left:30px;
 margin-bottom:40px;
  }

@media only screen and (min-width: 768px) {
.strategy-title{
 font-weight: 700;
 color:#0F78B1;
 border-left:3px solid #999999;
 border-bottom:1px dotted #ccc;
 margin:50px 30px 30px 30px;
 text-align: left;
 padding-left:20px;
 padding-bottom:10px;
 padding-top:10px;
 font-size: 16px;
 }
 
.strategy-title span{ 
 font-size:14px;
 color:#999999;
 }
 
.strategy-txt{
 margin-left:30px;
 
 }
 }
 


/* -------------------------------- 
リスト
-------------------------------- */

.strategy ul{
 list-style:none;
 margin-left:35px;
 }

.strategy li{
 line-height:30px;
 }

/* -------------------------------- 
スクロールボックス（戦略）
-------------------------------- */
 .strategy-box{
  max-height:450px;
  overflow: auto;
  position: relative;
  min-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height:450px;
  margin:0 -200%;
  padding:0 200%;
　margin-top:50px;
 }
  


/* -------------------------------- 
Building Autmation ＆ Control
-------------------------------- */
.sub-title{
 text-align: center;
  margin:50px 20px;
 line-height: 30px;
 color:#ffffff;
 font-size: 14px;
 line-height: 25px;
 text-align: left;
 }

@media only screen and (min-width: 768px) {
.sub-title{
 text-align: center;
  margin:15px 20px 50px 30px;
 line-height: 30px;
 color:#ffffff;
 font-size: 20px;
 font-weight: 700;
 }
 
.sub-title span{
 font-size: 16px;
 }
 }



/* -------------------------------- 
わたしたちのビジョン
-------------------------------- */
.vision-inbox {
    transform:skew(0deg, 0deg);
    background-image: url(../assets/index/vision.jpg);
}

.visiontitle {
  height: auto;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-top: -30px;
  margin-left:20px;
  margin-bottom:20px;
}


.vision-sub-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin:10px 30px 20px 30px;
  line-height: 28px;
}

.vision-txt{
	text-align: center;
	font-size:13px;
	margin-top:20px;
	line-height: 25px;
	color:#ffffff;
	margin-top:50px;
	margin-bottom:50px;
	max-width:500px;
	margin:0 auto;
}

@media only screen and (min-width: 768px) {

.cd-fixed-bg.cd-bg-2 .vision-inbox {
    padding: 10px;
    vertical-align: middle;
    margin-top:30px;
      
	}

.visiontitle {
  height: auto;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.vision-sub-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom:50px;
  padding-right:30px;
  padding-left:30px;
  line-height: 35px;
  max-width: 960px;
  margin:0 auto;
}


.vision-txt{
    max-width:600px;
	text-align: center;
	font-size:16px;
	margin-top:50px;
	margin-bottom:50px;
	margin:0 auto;
	line-height: 25px;
	color:#ffffff;

}
}


/* -------------------------------- 

Business

-------------------------------- */
#business dl.support{
  padding-bottom: 20px;
  margin: 0 auto;
}

#business dl.support dt{
  display: table-cell;	
  width: 100px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background: #09C;
  padding: 10px;
  line-height: 1.6em;
  border-radius:5px;
  margin-left:20px;
}

#business dl.support dd{
  display: table-cell;
  line-height: 1.6em;
  font-size: 1.4rem;
  vertical-align: middle;
  padding-left: 10px;
}


@media only screen and (min-width: 768px) {
  #business dl.support dt{
    width: 200px;
	height: 100px;
    font-size: 1.6rem;
	line-height: 1.8em;
	border-radius:5px;
	margin-left: 20px;
}
  #business dl.support dd{
    font-size: 1.6rem;
	line-height: 1.8em;
    padding-left: 20px;
}
}

/* -------------------------------- 

History

-------------------------------- */
/* -------------------------------- 
table style
-------------------------------- */
#history table{
    font-size: 14px;
    }
@media only screen and (min-width: 768px) {
#history table{
    font-size: 16px;
    }
    }


@media only screen and (min-width: 768px) {
  #history th{
    width: 150px;
}
  #history td{
    padding: 10px 0;
}
}

/* -------------------------------- 

policy

-------------------------------- */
#policy ol li{
  padding-bottom: 20px;
}


/* -------------------------------- 
2カラム（事業領域）
-------------------------------- */

.element-L{
	text-align: left;
}

.clumun{
	margin-bottom: 10px;
	overflow: hidden;
} 

.clumun-mb{
	margin-bottom: 10px;
	overflow: hidden;
} 

.element-R{
	text-align: center;
}

.element-R img{
    margin-bottom:30px;
}

.element-R p{
     padding-left:20px;
     line-height: 25px;
     text-align: left;
     margin-bottom:30px;
}


@media only screen and (min-width: 768px) {
.clumun{
	margin-bottom: 0;
	overflow: hidden;
} 

.element-L{
    width: 45%;
	float: left;
	overflow: hidden;
	margin-top:50px;
}

.element-L img{
    margin-top:0px;
    margin-left:20px;
}

.element-L-sdgs{
    width: 45%;
	float: left;
	overflow: hidden;
}

.element-L-sdgs img{
    margin-top:0px;
    margin-left:20px;
}


.element-R{
    width: 45%;
	text-align: center;
	overflow: hidden;
}

.element-R img{
    margin-top:30px;
    margin-left:20px;
    margin-bottom:30px;
}

.element-R p{
     padding-left:30px;
     line-height: 25px;
     text-align: left;
     margin:30px 0;
     line-height: 30px;
     margin-right:0px;
     margin-bottom:30px;
}

.element-L{
    width: 58%;
	float: left;
	overflow: hidden;
} 

.element-R{
    width: 35%;
	overflow: hidden;
}
}

/* -------------------------------- 
2カラム（事業領域）
-------------------------------- */
.business-title{
 font-weight: 700;
 color:#0F78B1;
 border-left:3px solid #999999;
 border-bottom:1px dotted #ccc;
 margin:20px 0;
 text-align: left;
 padding-left:10px;
 padding-bottom:10px;
 padding-top:10px;
 font-size:1.4rem;
 line-height: 25px;
 }
 
.business-title span{ 
 font-size:12px;
 margin-left:10px;
 color:#999999;
 }


@media only screen and (min-width: 768px) {
.business-title{
 font-weight: 700;
 color:#0F78B1;
 border-left:3px solid #999999;
 border-bottom:1px dotted #ccc;
 margin:20px 10px;
 text-align: left;
 padding-left:10px;
 padding-bottom:10px;
 padding-top:10px;
 font-size: 16px;
 }
 
.business-title span{ 
 font-size:12px;
 margin-left:10px;
 color:#999999;
 }
 }

/* -------------------------------- 
google map
-------------------------------- */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* -------------------------------- 
SDGs
-------------------------------- */
.text-c{
       text-align: center;
       }
       
.heading {
	position: relative;
	padding-top: 30px;
	font-size: 20px;
	border-bottom: 1px solid rgba(5,62,98,1);
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.heading span {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.heading::before {
	content: attr(data-number);
	position: absolute;
	top: -5px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
.heading-25 {
	position: relative;
	padding-top: 30px;
	font-size: 20px;
	border-bottom: 1px solid rgba(5,62,98,1);
	padding-bottom: 10px;
}

.heading-25 span {
	position: relative;
	z-index: 2;
	font-size: 22px;
	font-weight: 700;
	padding-left: 0em;
	color: #595757;
	line-height: 20px;
}

.heading-25::before {
	content: attr(data-number);
	position: absolute;
	top: -10px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 60px;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 400;
}
@media only screen and (min-width: 768px){
.heading-25 {
	position: relative;
	padding-top: 30px;
	font-size: 20px;
	border-bottom: 1px solid rgba(5,62,98,1);
	padding-bottom: 10px;
}

.heading-25 span {
	position: relative;
	z-index: 2;
	font-size: 25px;
	font-weight: 700;
	padding-left: 0em;
	color: #595757;
	line-height: 0px;
}

.heading-25::before {
	content: attr(data-number);
	position: absolute;
	top: -15px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 60px;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 400;
}}

/*4カラム*/
.grid4{
border:0px solid #ccc;
margin:20px 0;
}

.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}

/* col */
.col {
	float: left;
	margin-left: 3.2%;
	}

/* grid4 col */
.grid4 .col {
	width: 22.6%;
}

/* grid3 col */
.grid3 .col {
	width: 31.2%;
	border-radius: 10px;

}

/* grid2 col */
.grid2 .col {
	width: 48.4%;
}

@media screen and (max-width: 740px) {
	/* change grid4 to 2-column */

.grid4{
border:0px solid #ccc;
margin:0 0;
}

	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* change grid3 to 2-column */
	.grid3 .col {
		width: 48.4%;
		border:0px;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
		border:0px;
	}
	}
	
@media screen and (max-width: 400px) {
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}}



/* --------------------------------

複数カラム

-------------------------------- */
.page-cover-5 {
  margin-top: 20px;
}

.page-cover-5 .thumbnail-title {
  hinfoeight: auto;
  color: #0F78B1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.page-cover-5 img {
  width: 100%;
  padding:5px;
}

.page-cover-5 .merit-inbox {
 padding: 0;
}

@media only screen and (min-width: 300px)  {
.page-cover-5 img {
  width: calc(100% / 2);
  display: block;
  float: left;
}
}

@media only screen and (min-width: 480px)  {
.page-cover-5 img {
  width: calc(100% / 3);
  display: block;
  float: left;
}
}
      
@media only screen and (min-width: 768px)  {
  .page-cover-5 {
    display: table;
    width: 100%;
    margin: 20px 0 10px 0;
  }
  
  .page-cover-5 img {
	width: 100%;
}  

  .page-cover-5 .merit-inbox {
   padding: 10px;
  }
  .page-cover-5 .thumbnail-title {
    height: auto;
    margin:15px;
    margin-top:20px;
    text-align: center;
  }

  .thumbnail-column{
    display: table-cell;
    width: 300px;
    border-radius: 3px;
	}

  .thumbnail-column img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
}


/* -------------------------------- 

2カラム

-------------------------------- */
.column {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
.column-img {
  width: 40%;
  text-align: center;
}
.column-img img {
  width: 80%;
}
.column-texts {
  box-sizing: border-box;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  width: 60%;
  margin-top: 5px;
}

.icon img{
           width: 100%;
           }

@media screen and (max-width: 500px) {
  .column {
    flex-direction: column;
  }
  .column--reserve {
    flex-direction: column-reverse;
  }
  .column-img {
    width: 100%;
  }
  .column-texts {
    width: 100%;
    padding:10px 0;
    margin:0 auto;
  }
  .icon{
         margin: 0 auto;
         text-align: center;
         }
         
  .icon img{
           width: 60%;
           }
  .column-img img {
  width: 100%;
}
}

/* -------------------------------- 

スマートエネルギー

-------------------------------- */
.column-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
.column-2-img {
  width: 40%;
}
.column-2-img img {
  width: 100%;
}
.column-2-texts {
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
}

.title-22-c{
     font-size: 20px;
     font-weight: 600;
     text-align: center;
     line-height: 23px;
     margin-top: 20px;
     }

@media screen and (max-width: 500px) {
  .column-2 {
    flex-direction: column;
  }
  .column-2--reserve {
    flex-direction: column-reverse;
  }
  .column-2-img {
    width: 100%;
  }
  .column-2-texts {
    width: 100%;
    padding:10px 0;
    margin:0 auto;
  }
}
.line{border:1px solid #ccc;padding:0px 10px; background-color: #ffffff; margin-bottom: 20px;}
.line-text{ padding:10px 20px 0 20px; text-align: left;}

.title-22-c{
     font-size: 20px;
     font-weight: 600;
     text-align: center;
     line-height: 23px;
     margin-top: 0px;
     }
/* ボタン*/
.eos-btn {
    max-width: 300px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 7px;
    color: #fff;
    background-color: #8ec926!important;
    border: 1px solid #8ec926;
    border-radius: 27px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*グレー背景*/
.gray-bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 0 30px 10px 30px;
}
/*ソリューション*/
.title-24-w{
             font-size: 24px;
             font-weight: 600;
             text-align: center;
             margin: 0 auto;
             min-height: auto!important;
             padding-bottom: 5px;
             }
.w-text{
         color: #ffffff;
         text-align: center;
         margin: 0 auto;
         padding: 0px;
         line-height: 20px;
         font-size: 90%;
         min-height: 2em;
         }
.item {
  padding: 15px;
  margin: 5px;
  text-align: center;
  border-right: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
.item {
  padding: 15px;
  margin: 5px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  bordeer-right:0px;
}
}
.item:last-child{
 border-right: 0px;
 }

.item img {
  max-width: 40%;
  height: auto;
  padding-bottom: 10px;
}
p {
  text-align: left;
}

@media ( min-width : 600px ){
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .item {
    width: 32%;
  }
}
/*その他の会社概要*/

#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

a.card-link {
    text-decoration: none;
}

#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    padding:10px;
}

#cardlayout-wrap img:hover {
    opacity:0.8;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* タイトル */
.card-title {
    margin: 0.6em 0 1.2em;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

@media all and (min-width: 300px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(100% / 2); /* 100%幅を2で割るという指定 */
    }
}

@media all and (min-width: 500px) {
    .card-list {
        width: calc(100% / 3); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}