@charset "utf-8";

#sdgs-wrap{
	position: relative;
	min-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
#cduWrap,#pbHeader{
	min-width: 1400px;
	margin: 0 auto;
	overflow: visible;
}

#sdgs-wrap{
	font-family: "Noto Sans JP", system-ui;
	line-height: 1.5;
}
#sdgs-wrap a{
	display: block;
	transition: all .2s;
}
#sdgs-wrap a:hover{
	opacity: .7;
}
#sdgs-wrap .dis_sp{
	display: none;
}
.sdgs-cont {
    z-index: 1;
    position: relative;
}
.sdgs-cont:after{
	content: '';
	background: #fff url(/bc/images/sdgs_contribution_top/line.png) repeat-x bottom left;
	background-size: contain;
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
        visibility: unset;
}
.sdgs-cont img{
	max-width: 100%;
	vertical-align: bottom;
}
.sdgs-cont h3 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.sdgs-inr{
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.sdgs-inr:first-of-type{
	padding-top: 120px;
}
.sdgs-inr + .sdgs-body{
	padding-bottom: 120px;
}


/* sdgs-fv */
#sdgs-fv .sdgs-head{
	background: #06c655;
	color: #FFFFFF;
	padding: 120px 0;
}
#sdgs-fv h3{
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1400px;
	margin: 0 auto;
}
#sdgs-fv h3 img{
	width: 10%;
}
#sdgs-fv h3 span.sdgs_title {
    text-align: centar;
	margin-left: 30px;
}
#sdgs-fv .sdgs-inr{
	padding-top: 90px;
}
#sdgs-fv .sdgs-body h4{
	color: #06c655;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 45px;
}
#sdgs-fv .sdgs-body p{
	text-align: center;
	font-size: 25px;
	line-height: 1.8;
}


/* sdgs-items */
#sdgs-items .tab-body{
	position: relative;
	font-size: 18px;
	width: 1200px;
	margin: 0 auto;
}
#sdgs-items .item-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#sdgs-items .item_box {
	margin-bottom: 45px;
	width: calc((100% / 5) - 10px);
	display: flex;
	flex-direction: column;
}
#sdgs-items .item_box h5 {
    font-size: 18px;
    font-weight: bold;
	text-align: center;
    padding: 20px 10px;
	line-height: 1.5;
	margin-bottom: 45px;
    position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sdgs-items .item_box h5:before,
#sdgs-items .item_box h5:after{
	content: '';
    position: absolute;
    top: -10px;
    left: 0;
    background: url(/bc/images/sdgs_contribution_top/sustainable1_line.png) repeat-x center;
    width: 100%;
    height: 20px;
    z-index: -1;
	background-size: contain;
}
#sdgs-items .item_box h5:after{
	bottom: -10px;
	top: initial;
}
#sdgs-items .item_box a{
	margin-bottom: 15px;
}
#sdgs-items .item_box div {
    margin-bottom: 0;
    width: 70%;
}
#sdgs-items .item_box p{
	text-align: center;
    font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0 auto 15px;
	padding: 15px 20px;
	width: 100%;
	color: #fff;
	background: #3ab164;
	border-radius: 20px;
}

/* tab */
.js-tab-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.js-tab-btn-item {
	background-color: #fff;
	border: solid 1px #000;
	color: #000;
	font-size: 16px;
	padding: 0.5em 1em;
	/* cursor: pointer; */
	transition: all .2s;
}
.js-tab-btn-item:hover{
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.js-tab-btn-item.active {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.js-tab-body-item {
	display: none;
}
.js-tab-body-item.active {
	display: block;
}