@charset "UTF-8";

.TopCategory,
.TopTag,
.Special,
.ArticleArchive,
.TopGoals {
  background-color: #ecf4fe;
  border-left: none;
  border-right: none;
}
.TopTag .ShowAll:before,
.TopGoals .ShowAllGoal:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ecf4fe), to(rgba(236, 244, 254, 0.2)));
  background: linear-gradient(0deg, #ecf4fe 25%, rgba(236, 244, 254, 0.2) 100%);
}
.TopGoals .TopGoals__inner {
	padding-bottom: 0;
}
.TopCategory {
	background-image: none;
}
.TopCategory .Title1.-category {
	display: none;
}
.TopCategory .TopCategory__inner {
  padding: 45px 20px 85px;
}
.Special .Special__image {
  margin: 0 -20px 25px;
}
.About {
  background-color: #ecf4fe;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
}
.About .About__inner3 {
	padding: 25px 25px 0;
}
.About .About__title3 {
  margin-top: 25px;
  margin-bottom: 45px;
  max-width: 500px;
}
@media print, screen and (min-width: 980px) {
	.TopCategory .TopCategory__inner {
	  padding: 60px 25px 110px;
	}
  .About {
    padding-bottom: 1px;
  }
  .About .About__inner3 {
    margin: 0 auto;
    max-width: 1310px;
    overflow: hidden;
    padding: 60px 25px 0;
    position: relative;
  }
  .About .About__title3 {
    margin-bottom: 60px;
    width: 710px;
	  max-width: none;
  }
}

:root {
  --sdgs-gradient:
	#e5001e 0% 5.882352941%,
	#d7a600 5.882352941% 11.76470588%,
	#00973b 11.76470588% 17.64705882%,
	#c60f28 17.64705882% 23.52941176%,
	#e83819 23.52941176% 29.41176471%,
	#00a6d9 29.41176471% 35.29411765%,
	#fabd00 35.29411765% 41.17647059%,
	#970b31 41.17647059% 47.05882353%,
	#ed6a02 47.05882353% 52.94117647%,
	#dc007a 52.94117647% 58.82352941%,
	#f5a200 58.82352941% 64.70588235%,
	#d39200 64.70588235% 70.58823529%,
	#427935 70.58823529% 76.47058824%,
	#0075ba 76.47058824% 82.35294118%,
	#28a838 82.35294118% 88.23529412%,
	#004c88 88.23529412% 94.11764706%,
	#003067 94.11764706% 100%;
}

#mainContent {
	font-family: 'Koburina Gothic W3 JIS2004', sans-serif;
	letter-spacing: normal;
	background: #ecf4fe;
}
#mainContent .bold,
.sdgs_source dt,
#sdgsTop span {
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
	letter-spacing: normal;
	font-weight: bold;
}
#articleBody {
	position: relative;
	width: 100%;
	background: #fff;
}
#articleBody::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-image: linear-gradient(to bottom, var(--sdgs-gradient));
	background-position: 0 0;
	background-repeat: repeat-y;
	background-size: 5px 1020px;
}
.articleBodyInner {
	padding: 0 0 1px 1px;
}
.articleBodyInner img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

/* ページTOPへ
 --------------------------------------------------*/
#sdgsTop {
  position: fixed;
  z-index: 100;
  right: -100px;
  bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
}
#sdgsTop.show {
  right: 20px;
	opacity: 1;
}
#sdgsTop.show:hover {
	opacity: 0.8;
}
#sdgsTop svg {
	display: block;
	transform: rotate(-90deg);
}
#sdgsTop span {
	display: block;
	font-size: 11px;
	line-height: 1.1;
	color: #2ca6e0;
	white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
	#mainContent {
		padding: 40px 0 100px;
		font-size: 16px;
	}
	#articleBody {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 min(5.2vw, 40px);
	}
}
@media only screen and (max-width: 768px) {
	#mainContent {
		padding: 0 0 100px 0;
		font-size: 14px;
	}
	#articleBody {
		padding: 0 0 0 5px;
	}
	.articleBodyInner {
		width: 88%;
		margin: 0 auto;
	}
	#sdgsTop {
	  width: 60px;
	  height: 60px;
	}
	#sdgsTop svg {
	  width: 20px;
	  height: 20px;
	}
	#sdgsTop span {
		font-size: 10px;
	}
}

/* タイトル
 --------------------------------------------------*/
#articleHeader h2 {
	padding: 105px 0 40px;
}
#articleHeader h2 img {
	width: 418px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	#articleHeader h2 {
		padding: 30px 0;
	}
	#articleHeader h2 img {
		max-width: 90%;
	}
}
/* リード
 --------------------------------------------------*/
#articleHeader p {
	margin: 0 0 1em 0;
	line-height: 1.9;
	text-align: center;
}
#articleHeader p span {
	display: inline-block;
}

/* 出典
 --------------------------------------------------*/
.sdgs_source {
	margin: 20px 0 25px;
	font-size: 12px;
	color: #777;
}
.sdgs_source_single {
	display: flex;
}
.sdgs_source_single dt {
	flex: 0 0 3em;
}
.sdgs_source li {
	display: flex;
	padding: 4px 0 0 0;
}
.sdgs_source a {
	color: #777;
	text-decoration: underline;
	transition: opacity 0.3s ease-in-out 0s;
}
.sdgs_source a:hover {
	opacity: 0.7;
}

/* 01
 --------------------------------------------------*/
#sdgs011 {
	padding: min(6vw, 40px) 0 0 0;
}
#sdgs011 > div {
	width: 100%;
}
#sdgs011 > div:not(:last-of-type) .sdgs_about011 {
	padding: 0 0 20px 0;
}
.sdgs_about011 a {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height:100%;
	padding: 0 10px 10px 0;
	transition: opacity 0.3s ease-in-out 0s;
}
.sdgs_about011 a:hover {
	opacity: 0.7;
}
.sdgs_about011 a > span {
	display: block;
}
.sdgs_about011 a > span span {
	position: relative;
	display: flex;
	align-items: center;
}
.sdgs_about011 i {
	padding: 0.5em 0 0 10px;
	display: block;
	font-size: 14px;
	line-height: 1.6;
}
.sdgs_about011 img {
	position: relative;
	top: -1px;
	left: -1px;
	flex: 0 0 80px;
	width: 80px;
	height: auto;
	margin: 0 15px 0 0;
}
.sdgs_about011 a strong {
	font-size: 16px;
	line-height: 1.5;
  font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
}
.sdgs_about011 a span {
	width: 100%;
}
.sdgs_about011 a::after {
	content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><path fill="%232ca6e0" d="M12.53,15.47,14,17l4.45-4.45L14,8.05,12.53,9.53l1.91,1.92H6.54v2.1h7.9Zm0,8.53A11.5,11.5,0,1,1,24,12.5,11.51,11.51,0,0,1,12.5,24Zm0-21A9.5,9.5,0,1,0,22,12.5,9.51,9.51,0,0,0,12.5,3Z"/></svg>');
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
	#sdgs011 h3 {
		width: min(44vw, 200px);
		padding: 0 0 5px 0;
	}
	.sdgs_about011 li {
		border: solid 1px #e5e5e5;
	}
	.sdgs_about011 li:not(:last-child) {
		border-bottom: none;
	}
	.sdgs_about011 i {
		min-height: calc(72px - 6vw);
	}
}
@media print, screen and (min-width: 768px) {
	#sdgs011 {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	#sdgs011 h3 {
		width: 200px;
		height: auto;
		padding: 0 0 10px 0;
		flex-shrink: 0;
	}
	#sdgs011 > div .sdgs_about011 {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.sdgs_about011 li {
		height: 100%;
		border-right: solid 1px #e5e5e5;
		border-top: solid 1px #e5e5e5;
	}
	.sdgs_about011 li:nth-child(odd) {
		border-left: solid 1px #e5e5e5;
	}
	.sdgs_about011 li:nth-last-child(-n+2) {
		border-bottom: solid 1px #e5e5e5;
	}
}

@media print, screen and (min-width: 980px) {
	#sdgs011 > div {
		display: flex;
	}
	#sdgs011 h3 img {
		transform: translate(-10px,0);
	}
	#sdgs011 > div:not(:last-of-type) .sdgs_about011 {
		padding: 0;
	}
	#sdgs011 > div:nth-child(n+2) .sdgs_about011 li:nth-child(1) {
		border-top: none;
	}
	.sdgs_about011 img {
		flex: 0 0 90px;
		width: 90px;
	}
	.sdgs_about011 i {
		padding: 1em 0 0 10px;
	}
}

/* SDGsへの取り組みリンクバナー
 --------------------------------------------------*/
.sdgs_related_link {
	padding: 80px 0 50px;
}
@media only screen and (max-width: 768px) {
	.sdgs_related_link {
		padding: 50px calc(10vw - 46.8px);
	}
}
.sdgs_related_link a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 700px;
	margin: 0 auto 40px;
	padding: 12px 20px 12px 16px;
	background: #2ca6e0;
	border-radius: 6px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
	transition: opacity 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
	.sdgs_related_link a {
		max-width: 360px;
	}
}
.sdgs_related_link a::before {
	position: absolute;
	z-index: 1;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(45deg, var(--sdgs-gradient));
	background-repeat: repeat;
	background-size: 100% 200px;
	border-radius: 6px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out 0s;
}
.sdgs_related_link a::after {
	position: absolute;
	z-index: 1;
	content: '';
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #fff;
	border-radius: 5px;
}
.sdgs_related_link a:hover {
	opacity: 0.7;
}
.sdgs_related_link a:hover::before {
	opacity: 1;
}
.sdgs_related_link a span,
.sdgs_related_link a b,
.sdgs_related_link a svg,
.sdgs_related_link a img {
	position: relative;
	z-index: 2;
}
.sdgs_related_link a span {
	width: 167px;
	flex: 0 0 167px;
}
.sdgs_related_link a svg {
	display: block;
	height: auto;
	flex: 0 0 25px;
}

#about_sdgs_link img {
	width: 140px;
	margin: 0 auto;
}
#about_sdgs_link b {
	flex: 1;
	padding: 0 28px 0 10px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	#about_sdgs_link {
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px;
	}
	#about_sdgs_link img {
		width: 152px;
		margin: 0 auto 0 0;
	}
	#about_sdgs_link b {
		order: 2;
		flex: 0 0 100%;
		padding: 10px 0 0 0;
		font-size: 14px;
		line-height: 1.6;
	}
}

#sdgs_activities_link span img {
	width: 100px;
	margin: 0 auto;
}
#sdgs_activities_link b {
	padding: 6px 10px;
	flex: 1 0;
}
#sdgs_activities_link b img {
	width: 225px;
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px) {
	#sdgs_activities_link {
		flex-wrap: wrap;
		padding: 20px 20px 1px 20px;
	}
	#sdgs_activities_link span {
		order: 2;
		flex: 1 0 100%;
		padding: 10px 0 0 0;
	}
	#sdgs_activities_link span img {
		margin: 0 auto;
	}
	#sdgs_activities_link b {
		padding: 0;
	}
	#sdgs_activities_link svg {

	}
}
