/* #gHeader
================================================ */
#gHeader { border-bottom: 1px solid  #0f7cbb; }

/* #mainImg
================================================ */
#mainImg { position: relative; background: none; margin-top: 0; margin-bottom: 45px; padding-top: 50px; height: auto; z-index: 1; }
#mainImg:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../../img/dds/bg_main_dds-qnx_sp.jpg") no-repeat center center/cover; }
#mainImg .inner { position: relative; padding-left: 15px; padding-right: 15px; padding-bottom: 50px; }
#mainImg .inner:before { display: none; }
#mainImg .main-header { display: flex; flex-direction: column; }
#mainImg .main-header .sub { color: #fff; font-size: 2rem; font-weight: 900; line-height: 1.5; margin-top: 80px; letter-spacing: 0.03em; }
#mainImg .main-header .sub_txt { color: #fff; font-size: 1.4rem; font-weight: 900; line-height: 1.5; margin-top: 30px; margin-bottom: 30px; letter-spacing: 0.03em; }
#mainImg .main-header .sub-small { padding-top: 50px; color: #ffe156; font-size: 1.5rem; font-style: normal; font-weight: 900; letter-spacing: 0.01em;}
#mainImg .list { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; max-width: 550px; width: 100%;}
#mainImg .list .item { flex: 0 1 31%; width: 31%; max-width: 31%; font-size: 1.4rem; color: #fff; font-weight: 900; text-align: center; background-color: #0171b8; border-radius: 50%; box-sizing: border-box; padding: 33px 0;line-height: 1.5; letter-spacing: 0.01em; display: flex; align-items: center; justify-content: center;}
@media all and (min-width: 600px) {
	#mainImg { margin-top: 95px; padding: 90px 0; margin-bottom: 0; }
	#mainImg::before { top: 0; height: 100%; background-image: url("../../img/dds/bg_main_dds-qnx_pc.jpg");}
	#mainImg .inner{padding-bottom: 0; box-sizing: border-box;}
	#mainImg .mainWrap { position: relative; }
	#mainImg .main-header .sub { font-size: 5rem; margin-top: 0; }
	#mainImg .main-header .sub_txt { font-size: 2.5rem; margin-bottom: 40px;}
	#mainImg .list { margin-bottom: 20px; }
	#mainImg .list .item {font-size: 1.8rem; padding: 45px 0;}
}

/* 共通
------------------------------------- */
.mod_tit05 {
    font-size: 1.8rem;
}

.mod_img_box02_img {
    width: calc(65% - 15px);
}

@media all and (min-width: 600px) {
	.inner_left{
		padding-left: 2%;
	}
	.mod_tit05 {
        margin-bottom: 30px;
        font-size: 3.3rem;
    }
	.mod_img_box02_img {
        width: calc(20% - 10px);
    }
}

/* info
------------------------------------- */
#info .mod_btn01{
	margin: 20px auto 0;
	max-width: 600px;
}
@media all and (min-width: 600px) {
	.logowrap {
		display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	}
	.logowrap .logowrap_img{
		flex: 0 1 14%;
		width: 14%;
		max-width: 14%;
	}
	.logowrap .logowrap_txt{
		flex: 0 1 85%;
		width: 85%;
		max-width: 85%;
	}
	#info .mod_btn01_link{
		padding: 12px 0;
		line-height: 1.5;
	}
}

/* problem
------------------------------------- */
#problem{
	 margin-top: -40px;
}
#problem .problem_maintxt{
	margin-bottom: 10px;
	color: #016cb1;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}
#problem .problem_box{
	margin-bottom: 15px;
	border: 1px solid #e2e2e2;
    padding: 20px;
    box-sizing: border-box;
}
#problem .problem_subtxt{
	text-align: center;
}
@media all and (min-width: 600px) {
	#problem .problem_maintxt{
		font-size: 2.5rem;
	}
	#problem .problem_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		 align-items: stretch;
	}
	#problem .problem_box{
		margin-bottom: 30px;
		flex:0 1 49%;
		width: 49%;
		max-width: 49%;
	}
	#problem .mod_tit03 {
        margin-bottom: 10px;
    }
}

/* reason
------------------------------------- */
#reason{
	
}

#reason .reason_list{
	padding:50px 0;
	display:grid;
	grid-template-columns:1fr;
	gap:20px;
}

#reason .reason_item{
	display:flex;
	flex-direction:column;
	padding:16px 14px;
	border:1px solid #d6e2ef;
	border-radius:10px;
	background:#fff;
	box-sizing:border-box;
	box-shadow:0 2px 8px rgba(0,67,132,.04);
}

#reason .reason_head{
	display:flex;
	align-items:flex-start;
	gap:14px;
}

#reason .reason_number{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
	width:54px;
	height:54px;
	border-radius:50%;
	background:#1261bc;
	color:#fff;
	font-size:2rem;
	font-weight:bold;
}

#reason .reason_title{
	flex:1;
	margin-top:3px;
	color:#0054ad;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
}

#reason .reason_image{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:190px;
	margin-top:18px;
}

#reason .reason_image img{
	display:block;
	width:100%;
	max-width:320px;
	height:auto;
}

#reason .reason_text{
	margin-bottom:20px;
	line-height:1.9;
}

#reason .reason_point{
	margin-top:auto;
	padding:12px 14px;
	border-radius:8px;
	background:#eaf5ff;
}

#reason .reason_point_icon{
	width:40px;
	flex-shrink:0;
}

#reason .reason_point_icon img{
	display:block;
	width:100%;
	height:auto;
}

#reason .reason_point_text{
	font-weight:bold;
	color:#0054ad;
	line-height:1.5;
	text-align: center;
}

@media all and (min-width:600px){

#reason .reason_list{
	grid-template-columns:repeat(3,1fr);
	gap:18px;
	align-items:stretch;
}

#reason .reason_item{
	padding:20px;
}

#reason .reason_number{
	width:50px;
	height:50px;
	font-size:2rem;
}

#reason .reason_image{
	min-height:220px;
}

}


/* merit
------------------------------------- */
#merit .merit_wrap{
	margin-top: 30px;
}
#merit .merit_wrap .merit_box {
	margin-bottom: 20px;
	background: #fff;
}
#merit .merit_wrap .merit_ttl {
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 12px;
	background-color: #1cacda;
	text-align: center; 
	line-height: 1.4;
}
#merit .merit_box-ttl{
	font-size: 1.6rem;
    margin-bottom: 10px;
	color: #016cb1;
    text-align: center;
    font-weight: bold;
}

#merit .merit_box-point{
	padding: 20px;
}
#merit .merit_img{
	max-width: 250px;
    margin: auto;
}
#merit .merit_box-txt{
	font-size: 1.4rem;
	text-align: center;
}
#merit .mod_list01 {
    margin-bottom: 0;
}
#merit .areaBtn{
	margin-top: 40px;
}
#merit .merit_box .mod_btn01{
	margin: 15px auto 0;
}

@media all and (min-width: 600px) {
	#merit .merit_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}
	#merit .merit_wrap .merit_box {
		flex: 0 1 24%;
		width: 24%;
		max-width: 24%;
	}
	#merit .merit_wrap .merit_ttl{
		font-size: 1.8rem;
	}
	
}

/* activity
------------------------------------- */
#activity{
	margin-bottom: 30px;
}
#activity .activity_wrap{
	margin-top: 30px;
}
#activity .activity_wrap .activity_box {
	margin-bottom: 20px;
	box-shadow: 0 2px 6px #ccc;
}
#activity .activity_wrap .activity_ttl {
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 12px;
	background-color: #1cacda;
	text-align: center; 
	line-height: 1.4;
}
#activity .activity_box-ttl{
	font-size: 1.6rem;
    margin-bottom: 10px;
	color: #016cb1;
    text-align: center;
    font-weight: bold;
}

#activity .activity_box-point{
	padding: 20px;
}
#activity .activity_img{
	max-width: 250px;
    margin: auto;
}
#activity .activity_box-txt{
	font-size: 1.4rem;
	text-align: center;
}
#activity .mod_list01 {
    margin-bottom: 0;
}
#activity .areaBtn{
	margin-top: 40px;
}
#activity .activity_box .mod_btn01{
	margin: 15px auto 0;
}

@media all and (min-width: 600px) {
	#activity .activity_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}
	#activity .activity_wrap .activity_box {
		flex: 0 1 24%;
		width: 24%;
		max-width: 24%;
	}
	#activity .activity_wrap .activity_ttl{
		font-size: 1.8rem;
	}
	
}


/* flow
------------------------------------- */
#flow .flow_item{
    display:flex;
	padding: 20px;
    align-items:center;
    gap:20px;
	background: #dcf0ff;
}

#flow .flow_item + .flow_item{
    margin-top:40px;
}

#flow .flow_icon{
    width:70px;
    flex-shrink:0;
}

#flow .flow_icon img{
    display:block;
    width:100%;
    height:auto;
}

#flow .flow_content{
    flex:1;
}

#flow .flow_title{
    margin-bottom:5px;
    color:#1cacda;
    font-size:1.8rem;
    font-weight:bold;
    line-height:1.4;
}

#flow .flow_text{
    line-height:1.9;
}

#flow .flow_arrow{
    width:0;
    height:0;
    margin:15px auto;
    border-left:22px solid transparent;
    border-right:22px solid transparent;
    border-top:15px solid #55A9E5;
}

@media all and (min-width:600px){

	#flow .flow_item{
		gap:20px;
	}

	#flow .flow_icon{
		width:110px;
	}

	#flow .flow_title{
		font-size:2rem;
	}

	#flow .flow_text{
		font-size:1.6rem;
	}

	#flow .flow_arrow{
		border-left-width:25px;
		border-right-width:25px;
		border-top-width:20px;
		margin:15px auto;
	}

}

/*  utilize
================================================== */
.utilize_item {
    margin-bottom: 10px;
    padding: 15px 20px 15px;
    box-sizing: border-box;
    background: #efefef;
 }
.utilize_item:before {
      content: '';
      display: block;
      position: absolute;
      inset: 0;
      border-radius: 25px;
      }
.utilize_item-point{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	margin-bottom: 5px;
}
.utilize_img{
	flex: 0 1 12%;
    width: 12%;
    max-width: 12%;
}
.utilize_ttl{
	flex: 0 1 80%;
    width: 80%;
    max-width: 80%;
    font-size: 1.8rem;
	color: #1cacda;
	line-height: 1.4;
	font-weight: bold;
}
.utilize_txt{
	font-size: 1.5rem;
	text-align: center;
}
.utilize_txt span{
	color: #016cb1;
}
.utilize_icon_list li:last-child{
	 display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
.utilize_txt{
	font-size: 1.5rem;
	text-align: center;
}
.utilize_txt span{
	color: #016cb1;
}

@media all and (min-width: 600px) {

	.utilize_list{
		display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        align-content: flex-start;
	}
	.utilize_item{
		flex: 0 1 24%;
		width: 24%;
		max-width: 24%;
		margin-right: 10px;
	}
	.utilize_item:nth-child(4){
		margin-right: 0px;
	}
	.utilize_icon_list li:last-child{
		flex: 0 1 100%;
		width: 100%;
		max-width: 100%;
	}
	.utilize_txt{
		font-size: 2.2rem;
		line-height: 1.6;
	}
}


/* support
------------------------------------- */
#support .support_wrap{
	margin-top: 30px;
}
#support .support_wrap .support_box {
	margin-bottom: 20px;
	background: #fff;
	border: 2px solid #016cb1;
    box-sizing: border-box;
}
#support .support_wrap .support_ttl {
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 12px;
	background-color: #016cb1;
	text-align: center; 
	line-height: 1.4;
}
#support .support_box-ttl{
	font-size: 1.6rem;
    margin-bottom: 10px;
	color: #016cb1;
    text-align: center;
    font-weight: bold;
}
#support .support_img{
	max-width: 220px;
    margin: auto;
}
#support .support_box-point{
	padding: 20px;
}
#support .support_box-txt{
	font-size: 1.4rem;
	text-align: center;
}
#support .mod_list01 {
    margin-bottom: 0;
}
#support .areaBtn{
	margin-top: 40px;
}
#support .support_box .mod_btn01{
	margin: 15px auto 0;
}

@media all and (min-width: 600px) {
	#support .support_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}
	#support .support_wrap .support_box {
		flex: 0 1 24%;
		width: 24%;
		max-width: 24%;
	}
	#support .support_wrap .support_ttl{
		font-size: 1.8rem;
	}
	/*#support .support_box-ttl{
		font-size: 1.8rem;
	}*/
}




/* contact
------------------------------------- */
#contact{
	position: relative;
	margin-top: 5%;
	padding: 60px 0;
	background: url("../../img/electric-power/bk_contact.png") bottom center / cover no-repeat;
}
#contact .contact_ttl{
	margin-bottom: 30px;
	text-align: center;
	color: #FFF;
}
#contact .contact_ttl h3{
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
#contact .button-group .btn{
	display: block;
	margin-bottom: 20px;
	padding: 20px;
	transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
    will-change: transform, filter, box-shadow;
}

#contact .button-group .btn:hover {
   transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

#contact .button-group .btn-list:hover {
  background-image: linear-gradient(90deg, #0090ff 0%, #00c9ff 100%);
}
#contact .button-group .btn-contact:hover {
  background-image: linear-gradient(90deg, #ff9500 0%, #ffbc00 100%);
}

#contact .button-group .btn .icon:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	width: 23px;
	height: 23px;
}
#contact .button-group .btn .icon_dl:before{
	background: url("../../img/l1m-net/icon-dl.png") no-repeat center / contain;
}
#contact .button-group .btn .icon_farm:before{
	background: url("../../img/l1m-net/btn_foam.png") no-repeat center / contain;
}
#contact .button-group .btn span{
	padding: 10px 0px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	color: #fff;
	
}
#contact .button-group .btn .icon{
	font-size: 1.8rem;
}
#contact .button-group .btn::after{
	display: none;
}
#contact .button-group .btn-list{
	background: #03A9F4;
	text-decoration: none;
	text-align: center;
}
#contact .button-group .btn-contact{
	background: #ffa707;
	text-decoration: none;
	text-align: center;
}
#contact .txt{
	color: #fff;
	text-align: center;
}
@media all and (min-width: 600px){
	#contact .contact_ttl h3{
		font-size: 2.2rem;
	}
	.button-group{
		display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
		max-width: 800px;
		margin: auto;
		font-weight: bold;
	}
	.button-group .btn{
		flex: 0 1 100%;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	#contact .button-group .btn span{
		font-size: 1.6rem;

	}
}

.cap {
margin: 25px 0 72px auto;
}

.cap_txt {
	font-size: 1.1rem;
	color: #999;
}
@media all and (min-width: 600px) {
.cap_txt {
	font-size: 1.4rem;
}
}
