@charset "utf-8";



/*mvWrap [
----------------------------------------------------------- */
.mvWrap{
	position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
	width: 100%;
  aspect-ratio: 375/240;
	margin-top: 60px;
  color: #fff;
	background-image: url("../images/resilience/res_mv_sp.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mvWrap h1{
	width: 85%;
  margin: 0 auto;
}
.mvWrap p{
  margin: 20px 0 0 0;
  padding-left: 0.1em;
	font-size: 1.4rem;/*14 / 16*/
	text-align: center;
	line-height: 2.0;
  letter-spacing: 0.1em;
}

/* for PC*/
@media print, screen and (min-width:768px) {
	.mvWrap{
		aspect-ratio: 1280/600;
		margin-top: 80px;
		background-image: url("../images/resilience/res_mv_pc.jpg");
	}
	.mvWrap h1{
		width: calc((520 / 1280) * 100%);
	}
  .mvWrap p{
    margin-top: 40px;
    padding-left: 0.2em;
    font-size: 1.6rem;/*14 / 16*/
    letter-spacing: 0.2em;
  }
}


.resTtl01{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 60%;
  max-width: 250px;
  aspect-ratio: 1/1;
	margin: 0 auto 40px auto;
  border: 1px solid rgba(0,0,0,0.6);
	text-align: center;
}
.resTtl01 .fEn{
	font-size: 1.4rem;/*14 / 16*/
  line-height: 1.0;
}
.resTtl01 .fEn + p{
  margin: 20px 0 0 0;
  padding-left: 0.1em;
	font-size: 1.4rem;/*14 / 16*/
  line-height: 1.0;
  letter-spacing: 0.1em;
}
.resTtl01 h2{
  margin: 20px 0 0 0;
  padding-left: 0.4em;
	font-size: 2.4rem;/*24 / 28*/
  line-height: 1.0;
  letter-spacing: 0.4em;
  font-weight: normal;
}

.quaList{}
.quaList > *,
.quaUnit{
  margin: 0 0 30px 0;
}
.quaList > * h4,
.quaList > * h5,
.quaTtl02{
  margin: 1em 0;
  font-size: 1.5rem;/*15 / 20*/
  text-align: left;
  line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.quaList > * h4.taC,
.quaList > * h5.taC,
.quaTtl02.taC{
	 padding-left: 0.05em;
}
.quaList > * p:not(.cap),
.quaUnit p:not(.cap){
  font-size: 1.3rem;/*13 / 13*/
  text-align: left;
  line-height: 1.8;
}

@media print, screen and (min-width:768px) {
	.resTtl01{
    width: 250px;
    margin-bottom: 80px;
  }
  .resTtl01 .fEn{
    font-size: 1.6rem;/*14 / 16*/
  }
  .resTtl01 .fEn + p{
    margin-top: 30px;
    font-size: 1.6rem;/*14 / 16*/
  }
  .resTtl01 h2{
    margin-top: 30px;
    font-size: 2.8rem;/*24 / 28*/
  }
	
  .quaList{}
  .quaList > *{
    float: left;
    width: 31.0%;
    margin: 0 3.5% 60px 0;
  }
  .quaList > *:nth-of-type(3n+1){
    clear: both;
  }
  .quaList > *:nth-of-type(3n){
    margin-right: 0;
  }
  .quaUnit{
    margin: 0 0 60px 0;
  }
  .quaList > * h4,
  .quaList > * h5,
  .quaTtl02{
    font-size: 2.0rem;/*15 / 20*/
		letter-spacing: 0.1em;
  }
	.quaList > * h4.taC,
  .quaList > * h5.taC,
  .quaTtl02.taC{
   padding-left: 0.1em;
  }
  .quaList > * p,
  .quaUnit p:not(.cap){}
  
}



/*technology [
----------------------------------------------------------- */
.technology{}
@media screen and (max-width:767px) {
  .technology .conPCS{
    width: calc(100%  - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.technology .lead02{
  letter-spacing: normal;
}
.tec01{}
.tec02{
  padding: 50px 0;
  background: #F3F2F2;
}
.tec0201{}
.tec0201 .table{
  width: 100%;
  margin: 0 auto;
}

.tec0202{}
.tec0202 dl{
  text-align: left;
}
.tec0202 dd + dd{
  margin: 30px 0 0 0;
}
/* for PC*/
@media print, screen and (min-width:768px) {
  .technology{}
  .tec01{}
  .tec02{
    padding: 100px 0;
  }
  .tec0201{}
  .tec0201 .table{
    width: 600px;
  }
  
  .tec0202{}
  .tec0202 dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tec0202 dt{
    width: 100%;
  }
  .tec0202 dd{
    width: calc((450 / 800) * 100%);
  }
  .tec0202 dd + dd{
    width: calc((320 / 800) * 100%);
    margin-top: 0;
  }
  
}

/*structure [
----------------------------------------------------------- */
.structure{}

.str01{}

.str02{}
.str02 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.str02 ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100%  - 10px) / 2);
  aspect-ratio: 1/1;
  padding: 15px 0;
  background: #504E4B;
  color: #fff;
}
.str02 ul li div{
  width: 80px;
  margin: 0 auto;
  line-height: 1.0;
}
.str02 ul li div + p:not(.num){
  margin: 10px 0 0 0;
  font-size: 1.8rem;/*18 / 22*/
  line-height: 1.4;
}
.str02 ul li .num{
  margin: 5px 0 0 0;
  font-size: 3.2rem;/*32 / 35*/
  line-height: 1.0;
}


.str03{}
.str03 table{
  width: 100%;
  border-collapse: collapse;
}
.str03 table th,
.str03 table td{
  padding: 5px 2px;
  border: 1px solid #666;
  text-align: center;
  line-height: 1.4;
  font-size: 1.0rem;
}
/*.str03 table td:last-of-type{
  border-right: none;
}
.str03 table th{
  background: #020864;
  color: #fff;
}*/
.str03 table tr > *:nth-child(3){
  background: #fdebd1;
}

.str03 table th span,
.str03 table td span{
  font-size: 0.9rem;
}
.str03 table td strong{
  color: #c00;
}


.str04{}
/* for PC*/
@media print, screen and (min-width:768px) {
  .structure{}
  
  .str01{}

  .str02{}
  .str02 ul{
    gap: 0;
  }
  .str02 ul li{
    justify-content: flex-start;
    width: calc((200 / 1080) * 100%);
    padding: 30px 0;
  }
  .str02 ul li div{
    width: 50%;
    max-width: 100px;
  }
  .str02 ul li div + p:not(.num){
    margin-top: 15px;
    font-size: 2.2rem;/*18 / 22*/
  }
  .str02 ul li .num{
    margin-top: auto;
    font-size: 3.5rem;/*32 / 35*/
  } 
  
  .str02 ul li:last-of-type div + p:not(.num){
    margin-top: 5px;
  }
  
  .str03{}
  .str03 table{}
  .str03 table th,
  .str03 table td{
    padding: 10px 5px;
    font-size: 1.6rem;
  }
  .str03 table th{}
  .str03 table th span,
  .str03 table td span{
    font-size: 1.1rem;
  }
  .str03 table td strong{}
  
  .str04{}
  
}



/*オール電化 [
----------------------------------------------------------- */
.allElectric{
  margin-bottom: 30px;
  padding: 50px 0;
  background: #E6EDE9;
}
@media screen and (max-width:767px) {
  .allElectric h2.copy02{
    letter-spacing: normal;
  }
}
.allElectric ul{
  padding: 20px 0 0 0;
}
.allElectric ul li{}
.allElectric ul li + li{
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #777;
}
.allElectric ul li h3{
  margin-bottom: 1em;
}
.allElectric ul li h3 span{
  /*font-size: calc((16 / 23) * 100%);*/
  font-size: 1.4rem;
}

/* for PC*/
@media print, screen and (min-width:768px) {
 .allElectric{
    margin-bottom: 50px;
    padding: 100px 0;
  }
  .allElectric ul{
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .allElectric ul::after{
    content: none;
  }
  .allElectric ul li{
    width: calc((280 / 980) * 100%);
  }
  .allElectric ul li + li{
    width: calc((315 / 980) * 100%);
    padding-left: calc((35 / 980) * 100%);
    border-left: 1px solid #777;
  }
  .allElectric ul li + li{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .allElectric ul li h3{}
  .allElectric ul li h3 span{
    font-size: calc((16 / 23) * 100%);
  }
}


/*無電柱 [
----------------------------------------------------------- */
.town{
  margin-bottom: 50px;
  padding: 50px 0;
  background: #E6EDE9;
}
town ol{}
.town ol li{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}
.town ol li + li{
  margin-top: 10px;
}

/*
.town ol{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.town ol li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.town ol li:nth-of-type(1){
  margin: 0 10%;
}
.town ol li:nth-of-type(2),
.town ol li:nth-of-type(3){
  margin: -10px 1% 0 1%;
}
*/
.town ol li .fEn{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1.0;
}
.town ol li .fEn i{
  margin: 0 0 0 2px;
  font-size: calc((25 / 16) * 100%);
  line-height: 1.0;
}
.town ol li p:not(.fEn){
  margin: 10px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

/* for PC*/
@media print, screen and (min-width:768px) {
 .town{
    margin-bottom: 100px;
    padding: 100px 0;
  }
  .town ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .town ol li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((250 / 1080) * 100%);
    aspect-ratio: 1/1;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
  }
  /*.town ol{
    justify-content: space-between;
  }
  .town ol li{
    width: calc((250 / 800) * 100%);
  }
  .town ol li:nth-of-type(1),
  .town ol li:nth-of-type(2),
  .town ol li:nth-of-type(3){
    margin: 0;
  }*/
  .town ol li .fEn{
    font-size: 1.6rem;
  }
  .town ol li .fEn i{}
  .town ol li p:not(.fEn){
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}



/*set aos
----------------------------------------------------------- */



/* for pc*/
@media screen and (min-width: 768px) {
  
  .str02 ul li:nth-of-type(5n+1){
		transition-delay: 0s;
	}
  .str02 ul li:nth-of-type(5n+2){
		transition-delay: .05s;
	}
  .str02 ul li:nth-of-type(5n+3){
		transition-delay: .1s;
	}
  .str02 ul li:nth-of-type(5n+4){
		transition-delay: .15s;
	}
  .str02 ul li:nth-of-type(5n){
		transition-delay: .2s;
	}
    
  .quaList > *:nth-of-type(3n+1){
		transition-delay: 0s;
	}
	.quaList > *:nth-of-type(3n+2){
		transition-delay: .1s;
	}
	.quaList > *:nth-of-type(3n){
		transition-delay: .2s;
	}
  
  .allElectric ul li:nth-of-type(3n+1){
		transition-delay: 0s;
	}
	.allElectric ul li:nth-of-type(3n+2){
		transition-delay: .1s;
	}
	.allElectric ul li:nth-of-type(3n){
		transition-delay: .2s;
	}
  
	.town ol li:nth-of-type(3n+1){
		transition-delay: 0s;
	}
	.town ol li:nth-of-type(3n+2){
		transition-delay: .1s;
	}
	.town ol li:nth-of-type(3n){
		transition-delay: .2s;
	}
}

