@charset "utf-8";
/*=============================================================
 sustainability top
=============================================================*/
/* banner-list */
.banner-list{margin-top: 64px;}

/* banner-box */
.banner-box{margin-top: 80px;}

/* .banner-L */
.banner-L .text-box{max-width: 360px;}

/*=============================================================
 management
=============================================================*/
.materiality .materiality-flow{
	display: flex;
	margin-bottom: 20px;	
}
.materiality .materiality-flow .flow-list{
	border-bottom: solid 1px var(--lineColorGray);
	width: 100%;
}
.materiality .materiality-flow .flow-list>li{
	display: flex;
	padding: 20px 0;
	border-top: solid 1px var(--lineColorGray);
}
.materiality .materiality-flow .flow-list>li .icon{
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 700;
	color: #0052a5;
	text-align: center;
	width: 70px;
	position: relative;
	margin-top: 0;
	margin-right: 40px;
}
.materiality .materiality-flow .flow-list>li .icon::after{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 40px);
	background-color: #858585;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	margin: auto;
}
.materiality .materiality-flow .flow-list>li dl{
	width: calc(100% - 70px);
	margin-top: .8em;
}
.materiality .materiality-flow .flow-list>li dl dt{
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 700;
	color: #000;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1920px){}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tablet
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
 sustainability top
=============================================================*/
/* banner-list */
.banner-list{margin-top: 60px;}
/* banner-box */
.banner-box{margin-top: 64px;}	
}

/*=============================================================
 recblog top
=============================================================*/
.table-default td dl{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.table-default td dl dt{
    width: 6em;
}
.table-default td dl dd{
    width: calc(100% - 6em);

}
dl.interview{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ttl-h3 + dl.interview,
figure + dl.interview,
.recblog_intv03 .ttl-h3 + p,
.recblog_intv03 figure + p{
    margin-top: 50px;
}
.ttl-h3 + figure{
    margin-top: 40px;
}
dl.interview dt{
    margin-bottom: 1em;
    font-weight: bold;
}
dl.interview dd{
    margin-bottom: 1em;
}
/*--------------------------------------------
    interview 1
----------------------------------------------*/
.interview3 dl.interview dt{
    width: 5em;
}
.interview3 dl.interview dd{
    width: calc(100% - 5em);
}
/*--------------------------------------------
    interview 2
----------------------------------------------*/
.interview2 dl.interview dt,
.interview4 dl.interview dt{
    width: 10em;
}
.interview2 dl.interview dd,
.interview4 dl.interview dd{
    width: calc(100% - 10em);
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1920px){}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tablet
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
    .contentsInner.interview_ttl{
        padding: 0;
    }
    .ttl-h3 + dl.interview,
    figure + dl.interview,
    .recblog_intv03 .ttl-h3 + p,
    .recblog_intv03 figure + p{
        margin-top: 30px;
    }
    .ttl-h3 + figure{
        margin-top: 20px;
    }
    dl.interview dt,
    dl.interview dd{
        width: 100% !important;
    }
    dl.interview dt{margin-bottom: 0em;}
    dl.interview dd{margin-bottom: 2em;}
    


}