/* CSS Document */

.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
}


.sust_main {
	background: url("../img/sust_pcbg.png") center center no-repeat;
	height: 620px;
	background-size: cover;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 100px;
}


.sdgs_main {
	padding: 60px 0 45px;
	position: relative;
	background: url("../sdgs/img/sdgs_mainbg.jpg") left top repeat;
	margin-bottom: 100px;
}

.sdgs_main::before,
.sdgs_main::after {
	width: 100%;
	height: 25px;
	background: url("../sdgs/img/sdgs_bg.png") left top repeat-x;
	background-size: 100% auto;
	content: '';
	position: absolute;
	left: 0;
}
.sdgs_main::before {
	top: 0;
}

.sdgs_main::after {
	bottom: 0;
}

.sdgs_main h2 {
	text-align: center;
	margin-bottom: 40px;
}


@media screen and (max-width: 1400px) {
	.sust_main {
		height: 500px;
	}
}

@media screen and (max-width: 767px) {
	
	.sust_main {
		background: url("../img/sust_spbg.png") center center no-repeat;
		height: 500px;
		background-size: cover;
		align-items: center;
		padding: 0 10%;
		margin-bottom: 70px;
	}
	
	
	.sdgs_main {
		padding: 50px 10% 30px;
		margin-bottom: 70px;
	}

	.sdgs_main::before,
	.sdgs_main::after {
		background-size: auto 100%;
	}


	.sdgs_main h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.sdgs_main figure {
		max-width: 80%;
		margin: 0 auto;
	}
	
	
}


.main_area {
	width: 100%;
	max-width: 1000px;
	margin: 40px auto;
	position: relative;
	overflow: hidden;
}


.sustFlex {
	display: flex;
	align-items: center;
	margin-bottom: 140px;
	text-align: left;
}

.sustFlex .sustSame {
	width: 48%;
	font-family: 'Noto Serif JP', serif;
	font-weight:400;
	font-size: 2.4rem;
	line-height: 1.8;
}

.blueBgTitle {
	margin: 0 0 60px;
	padding: 10px 30px 8px;
	background: #e3edf4;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.2;
}

.blueBgTitle::before,
.blueBgTitle::after {
	display: none;
}

.sdgsTitle {
	margin: 0 0 30px;
	padding: 0;
}

.sdgsTitle::before,
.sdgsTitle::after {
	display: none;
}

.mb60 {
	margin-bottom: 60px !important;
}

.iconFlex {
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.6;
}
.iconFlex.end {
	margin-bottom: 0;
}

.iconFlex .iconSame {
	width: 47%;
}

.icTitleFlex {
	display: flex;
	align-items: center;
	line-height: 1.0;
	padding: 0 0 30px;
	margin: 0 0 25px;
}

.icTitleFlex .iconImg {
	margin-right: 40px;
}


.icTitleFlex .iconText {
	font-size: 2.1rem;
}

.borderBlue {
	border-bottom: 2px solid #1c61c9;
}
.borderOrange {
	border-bottom: 2px solid #ff931e;
}
.borderGreen {
	border-bottom: 2px solid #45b035;
}
.borderPink {
	border-bottom: 2px solid #f56d8e;
}

.sdgsText {
	text-align: left;
}

.sdgsBar {
	text-align: left;
	padding-bottom: 80px;
	margin-bottom: 100px;
	background: url("../sdgs/img/sdgs_bar.png") left bottom no-repeat;
	background-size: 100% auto;
}


.sdgsBnr {
	text-align: center;
	margin-bottom: 50px;
}

.sdgsBnr a:hover img {
	opacity: 0.7;
}


@media screen and (max-width: 1024px) {
	.main_area{
		padding: 0 3%;
	}
}
	
@media screen and (max-width: 767px) {
	
	.main_area{
		padding: 0 5%;
	}
	
	.blueBgTitle {
		margin: 0 0 50px;
		padding: 15px 5% 12px;
		font-size: 2.0rem;
		line-height: 1.6;
	}
	
	
	.sustFlex {
		display: block;
		margin-bottom: 70px;
		text-align: center;
	}

	.sustFlex .sustSame {
		width: auto;
	}
	
	.sustFlex .sustSame:nth-child(n + 2) {
		margin-top: 30px;
	}
	
	.iconFlex {
		padding: 0 3%;
		display: block;
		margin-bottom: 50px;
	}
	.iconFlex.end {
		margin-bottom: 0;
	}

	.iconFlex .iconSame {
		width: auto;
	}
	
	.iconFlex .iconSame:nth-child(n + 2) {
		margin-top: 50px;
	}
	
	.icTitleFlex {
		padding: 0 0 20px;
		margin: 0 0 20px;
	}
	
	.icTitleFlex .iconImg {
		margin-right: 20px;
		max-width: 15%;
	}


	.icTitleFlex .iconText {
		font-size: 2.0rem;
	}
	
	
	.sdgsBar {
		text-align: left;
		padding-bottom: 50px;
		margin-bottom: 60px;
	}

	
	.sdgsTitle {
		margin: 0 0 10px;
	}
	
	

	
	
}

@media screen and (max-width: 480px) {
}



.details_btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.details_btn {
	max-width: 325px;
	width: 100%;
	margin: 0;
}

.details_btn a {
	position: relative;
	z-index: 2;
}

.details_btn a {
	display: block;
	padding: 10px 5%;
	color: #1c61c9;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	background: #fff;
	border: 3px solid #1c61c9;
	border-radius: 35px;
	box-shadow: 2px 2px #b4bec3;
}

.details_btn a span:after {
	position: absolute;
	content: "\f105";
	font-family: 'FontAwesome';
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	font-weight: normal;
	font-size: 18px;
	color: #1c61c9;
}

.details_btn a:hover span:after {
	color: #fff;
}

.details_btn a:hover {
	background-color: #1c61c9;
	color: #fff;
	border-radius: 30px;
}

.relaWrap {
	position: relative;
}
/*
.absLink {
	position: absolute;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}
*/
.sdgsIcon {
	margin: 0 0 45px;
	padding: 0 0 0 70px;
	font-size: 2.7rem;
	line-height: 1.2;
	position: relative;
	display: flex;
	align-items: center;
}

.sdgsIcon::after {
	display: none;
}

.sdgsIcon.iconVer01::before {
	background: url("../sdgs/img/sdgs_icon01.png") left top no-repeat;
	background-size: cover;
	content: '';
	width: 35px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sdgsIcon.iconVer02::before {
	background: url("../sdgs/img/sdgs_icon02.png") left top no-repeat;
	background-size: cover;
	content: '';
	width: 35px;
	height: 42px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sdgsIcon.iconVer03::before {
	background: url("../sdgs/img/sdgs_icon03.png") left top no-repeat;
	background-size: cover;
	content: '';
	width: 36px;
	height: 37px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sdgsIcon.iconVer04::before {
	background: url("../sdgs/img/sdgs_icon04.png") left top no-repeat;
	background-size: cover;
	content: '';
	width: 44px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.sdgsIcon .iconBnr {
	display: flex;
	margin-left: 20px;
}


.sdgsIcon .iconBnr li:nth-child(n + 2) {
	margin-left: 10px;
}

.sdgsIcon .iconBnr li img {
	max-height: 60px;
}


.sdgsFlex {
	display: flex;
	flex-wrap: wrap;
	padding: 0 35px;
}

.sdgsFlex.end {
	margin-bottom: 150px;
}

.sdgsFlex .sdgsSame {
	width: 48%;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.6;
}

.sdgsFlex .sdgsSame:nth-child(even) {
	margin-left: 4%;
}

.sdgsFlex .sdgsSame:nth-child(n + 3) {
	margin-top: 40px;
}


.bottmBar {
	margin: 20px 0 15px;
	padding: 0 0 15px;
	line-height: 1.6;
	font-size: 2.0rem;
	font-weight: 600;
	border-bottom: 2px solid #333333;
	color: #333333;
}

.textSmall {
	font-size: 0.85em;
}

.cclList {
	text-indent : -1.1em;
	padding-left : 1.1em;
}


@media screen and (max-width: 767px) {
	
	.details_btn {
		max-width: 80%;
		width: 100%;
		margin: 0 auto;
	}
	
	
	.sdgsFlex {
		display: block;
		padding: 0;
	}

	.sdgsFlex.end {
		margin-bottom: 70px;
	}

	.sdgsFlex .sdgsSame {
		width: auto;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.sdgsFlex .sdgsSame:nth-child(even) {
		margin-left: 0;
	}

	.sdgsFlex .sdgsSame:nth-child(n + 2) {
		margin-top: 40px;
	}
	
	
	.sdgsIcon {
		margin: 0 0 30px;
		padding: 0 0 0 55px;
		font-size: 2.0rem;
		line-height: 1.2;
		position: relative;
		display: block;
	}
	
	.sdgsIcon.iconVer01::before,
	.sdgsIcon.iconVer02::before,
	.sdgsIcon.iconVer03::before,
	.sdgsIcon.iconVer04::before {
		top: -8px;
		transform: none;
	}
	
	
	
	.sdgsIcon .iconBnr {
		display: flex;
		margin: 20px 0 0;
	}


	.sdgsIcon .iconBnr li:nth-child(n + 2) {
		margin-left: 10px;
	}

	.sdgsIcon .iconBnr li img {
		max-height: 60px;
	}
	
	
	
	.bottmBar {
		margin: 15px 0 10px;
		padding: 0 0 10px;
		line-height: 1.6;
		font-size: 1.8rem;
	}
	
	.imgSmall {
		max-width: 80%;
	}
	
	
	
}


/* 2025.10.15 */

.harfFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.harfFlex .harfSame {
	width: 48%;
}

a .opaImg {
	transition: all .3s;
}

a:hover .opaImg {
	opacity: 0.7;
}

.bnrFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bnrFlex .bnrSame {
	width: 47%;
}

.bnrFlex .bnrSame .details_btn {
	max-width: 100%;
}

.bnrFlex .bnrSame .details_btn a {
	text-align: left;
	padding: 15px 5% 12px;
}
.bnrFlex .bnrSame .details_btn a.sml {
	font-size: 16px;
}


.bnrFlex .bnrSame:nth-child(n + 3) {
	margin-top: 30px;
}

.leftText {
	text-align: left;
}

.mb80 {
	margin-bottom: 80px;
}

br.spIn {
	display: none;
}

.humanText {
	text-align: left;
	line-height: 1.8;
}

.details_btn.huVer {
	max-width: inherit;
	width: auto;
	margin: 0 !important;
	text-align: left;
}

.details_btn.huVer a {
	display: inline-block;
	padding: 10px 7%;
	color: #1c61c9;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	background: #fff;
	border: 3px solid #1c61c9;
	border-radius: 35px;
	box-shadow: 2px 2px #b4bec3;
	margin: 0 !important;
}
.details_btn.huVer a:hover {
	background-color: #1c61c9;
	color: #fff;
	border-radius: 30px;
}


.secFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.secLeft {
	width: 80%;
	text-align: left;
}

.secRight {
	width: 20%;
	text-align: center;
}

.huTable {
	width: 750px;
	margin-bottom: 80px;
}

.huTable th,
.huTable td {
	border: 1px solid #b2b2b2;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	box-sizing: border-box;
}

.huTable th {
	background: #e3edf4;
}

.huTable th.txtBig {
	font-size: 16px;
	font-weight: 600;
}

.huTable td {
	
}

.huTable .w40 {
	width: 40%;
}
.huTable .w30 {
	width: 30%;
}

.haraFlex {
	display: flex;
	margin-bottom: 60px;
}

.haraFlex .details_btn.huVer:nth-child(1) {
	width: 400px;
}

.haraFlex .details_btn.huVer:nth-child(2) {
	width: 500px;
}

.sec01.human {
	padding-bottom: 50px;
}

.mb80 {
	margin-bottom: 80px !important;
}

.sec01.human h3 {
	margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {

	.harfFlex {
		display: block;
		margin-bottom: 60px;
	}

	.harfFlex .harfSame {
		width: auto;
	}

	.harfFlex .harfSame:nth-child(n + 2) {
		margin-top: 30px;
	}

	
	.bnrFlex {
		display: block;
	}

	.bnrFlex .bnrSame {
		width: auto;
	}

	.bnrFlex .bnrSame:nth-child(n + 2) {
		margin-top: 30px;
	}

	br.spIn {
		display: inline;
	}

	.secLeft {
		width: 75%;
	}

	.huTable {
		width: 100%;
		margin-bottom: 60px;
	}

	.haraFlex {
		display: block;
	}

	.haraFlex .details_btn.huVer:nth-child(1) {
		width: 100%;
		text-align: center;
	}

	.haraFlex .details_btn.huVer:nth-child(2) {
		width: 100%;
		margin-top: 30px !important;
	}

}
