/* =====================COMMON============================*/
.sp{
	display: none;
}
@media screen and (max-width: 767px){
	.sp{
		display: block;
	}
}
.pc{
	display: block;
}
@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
}
.u-txt-link{
	color: #0071BD !important;
}
.u-txt-link:hover{
	text-decoration: underline;
}
/* =====================HEADER============================*/
#header > .inner > .inner-02 .h-unit #lang-navi{
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 2;
}
#header > .inner > .inner-02 .h-unit #lang-navi .item{
	width: 120px;
}
#header > .inner > .inner-02 .h-unit #lang-navi .item a{
	border-radius: 12px;
}
#header > .inner > .inner-02 .h-unit #lang-navi .item a:hover{
	opacity: 0.9;
}
@media screen and (max-width: 1280px){
	#header > .inner > .inner-02 .h-unit #lang-navi{
		display: none;
	}
}
#main-visual > .inner > .inner-02 #catch{
	left: 20px;
}
/* =====================HEADER----SP============================*/
#s-navi > .list > .language__sp{
	border-bottom: none;
}
#s-navi > .list > .language__sp a{
	background-color: #0071BD;
    color: #FFF;
    border-radius: 12px;
    display: block;
    line-height: 30px;
    text-align: center;
    width: 130px;
    margin-top: 20px;
	padding: 0;
    font-weight: 500;
}
/* =====================FOOTER============================*/
@media screen and (max-width: 687px){
	#copy{
		line-height: 1.5;
		padding: 40px 10px;
	}
}
/* =====================COMPANY============================*/

@media (min-width: 1280px){
	
	.list.list-A .item {
		width: calc( 33.33% - 10px);
	}
	.list.list-A .item a .img{
		height: 108px;
		margin-bottom: 20px;
	}
	.list.list-A .item a > .inner{
		padding-bottom: 20px;
	}
}
@media (min-width: 992px){
	.list.list-A .item a > .inner .tit .ja{
		font-size: 20px;
		margin-right: 0;
	}
}


/* =====================PROFILE============================*/

.profile-access__item{
	margin-bottom: 30px;
}
.profile-access__item .tit{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}
.profile-access__item .img{
	margin-bottom: 15px;
}
.profile-access__item .img img{
	height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.profile-access__item .map{
	margin-bottom: 15px;
}
.profile-access__item .address{
	line-height: 1.75;
	font-size: 14px;
	letter-spacing: 0;
}
@media screen and (min-width: 767px){
	.profile-access{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.profile-access__item{
		width: calc(33.33% - 10px);
		margin-bottom: 0
	}
	.profile-access__item .img{
		height: 160px;
	}
}
@media screen and (min-width: 992px){
	.table.table-A .unit .label{
		width: 230px;
	}
	.table.table-A .unit .item{
		width: calc( 100% - 230px);
	}
}



/* =====================SDGs============================*/
#sdgs .section > .inner > .inner-02{
	margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
}
#efforts .section > .inner > .inner-02 #ehs-anchor .unit:nth-of-type(1){
	transform: none;
}
.txt-cus-wrap{
	margin-top: -5px;
}
.text-box-sdg-icon ul{
	
}
@media screen and (min-width: 992px){
	.text-box-sdg-icon{
		padding-left: 15%;
	}
	.text-box-sdg-icon ul li {
		width: 14.599%;
		max-width: 14.599%;
		flex: 0 0 14.599%;
	}
}
@media screen and (max-width: 991px){
	.txt-cus{
		margin-top: -10px;
		display: block;
		letter-spacing: 0;
	}
}
#efforts .section > .inner > .inner-02 #ehs-anchor{
	pointer-events: none;
}