/*==========================================
SDGsページ（20260207）
* =======================================*/
:root {
    --darkred: #83191E;
    --red: #AC2329;
    --black: #2B0304;
}
#toc-1,
#toc-2,
#toc-3,
#toc-4,
#toc-5,
#toc-6,
#toc-7 {
	padding-top: 90px;
    margin-top: -90px;
}
@media (max-width: 990px) {  
	#toc-1,
	#toc-2,
	#toc-3,
	#toc-4,
	#toc-5,
	#toc-6,
	#toc-7 {
		padding-top: 13vw;
		margin-top: -13vw;
	}
}
.hp_700 {
	font-weight: 700;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.att-icon {
	font-size: 12px;
}
.att__text {
	font-size: 12px; 
	display: block;
}
.bl_breadcrumbUnit {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.lead__copy {
    text-align: center; 
    margin-top: 30px;
    margin-bottom: 88px;
    letter-spacing: 0.3em;
}
.about__title {
    letter-spacing: 0.15em;
    margin-bottom: 44px;
    position: relative;
    display: flex; 
    align-items: center;
}
.about__title span {
    flex-shrink: 0;
    margin-right: 23px;
}
.about__title::after {
    content: "";
    width: 100%; 
    height: 1px; 
    background: #b3b3b3;
    display: inline-block;
}
.about__text {
    letter-spacing: 0.27em;
    font-size: 14px;
    line-height: 2;
}
.about__img {
    text-align: center;
    padding-bottom: 68px;
}
.each {
	margin-bottom: 50px;
}
.each__item:nth-of-type(odd) {
    background: #fffbfa;
}
.each__item-inner {
    max-width: 1085px;
    padding: 60px 20px;
    margin: auto;
}
.each__header {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 60px;
}
.each__title {
    font-size: 20px; 
    letter-spacing: 0.15em;
}
.each__card-item {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
	justify-content: space-between;
    box-shadow: 0 8px 8px rgba(0,0,0,.2);
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
    padding: 33px 30px 40px;
    position: relative;
	gap: 15px;
}
.each__card-item::after {
    content: none;
    position: absolute;
    right: 9px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #e83418 transparent;
}
.each__card-title {
    font-size: 19px; 
    letter-spacing: 0.15em;
}
.each__card-title span {
    font-size: 12px;
    display: block;
    margin-top: 15px;
}
.each__card-img {
    text-align: center;
}
/*sdgs8*/
.sdgs8 .each__card {
	display: flex; 
	gap: 20px;
}
.sdgs8 .each__card-item {
	flex: 1;
}
/*sdgs5*/
.sdgs5 .sdgs5__card {
  display: grid;
  gap: 20px;
  width: min(100%, calc(350px + 675px + 20px));
  grid-template-columns: minmax(0, 350fr) minmax(0, 675fr);
}
.sdgs5 .sdgs5__card:nth-of-type(2) .each__card-img {
	margin-bottom: 20px;
}
.sdgs5 .sdgs5__row{
  grid-column: 1 / -1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sdgs5 .sdgs5__rowInner{
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 512fr) minmax(0, 515fr);
}
.sdgs5 .sdgs5__rowInner .each__card-item:last-of-type .each__card-img {
	margin-bottom: 19px;
}
.sdgs5 .sdgs5__card *{ min-width: 0; }
.sdgs5 .each__card-img img { 
	max-width: 100%; 
	height: auto; 
	display: block; 
	margin: auto;
}
.each__detail-media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.each__detail-media.reverse {
    flex-direction: row-reverse;
}
.each__detail-img figcaption {
    font-size: 13px; 
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0.15em;
}
.each__detail-img figcaption span {
    font-size: 11px; 
    display: block;
}
.each__detail-text {
    max-width: 567px; 
    width: 100%;
    letter-spacing: 0.15em;
}
.each__detail-button {
    border: 1px solid #868686;
    background: #fff;
    color: #868686;
    display: flex; 
    align-items: center;
    justify-content: center;
    width: 200px; 
    height: 40px;
    font-size: 13px; 
    letter-spacing: 0.15em;
    position: relative;
    gap: 10px;
	padding-top: 3px;
}
.each__item .each__detail-button .kunoji {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
	margin-bottom: 3px;
}
/*sdgs11*/
.sdgs11 .each__detail-img img {
    width: 436px;
}
.sdgs11 .each__detail-media {
	align-items: flex-start;
}
.sdgs11 .each__detail-button {
	margin-top: 96px;
	color: #fff; 
	background: #666;
}
/*アコーディオン*/
.each__detail-content{
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
	margin-top: 60px;
}
/*sdgs12*/
.sdgs11 .each__detail-img img {
    width: 433px;
}
/*sdgs9*/
.sdgs9 .each__detail-media {
	align-items: flex-start;
}
.sdgs9 .each__detail-text {
	padding-top: 70px;
}
.sdgs9 .each__detail-img img {
    width: 437px;
}
.sdgs9 .each__detail-button {
    margin: 81px 0 auto;
	color: #fff; 
	background: #666;
}
/*sdgs7*/
.sdgs7 .each__detail-media {
	gap: 17px;
} 
.sdgs7 .each__detail-text {
	padding-left: 90px;
}
.each__footer {
	margin-top: 79px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
	padding: 44px 85px 37px 130px;
	position: relative;
}
.each__footer-title {
	text-align: left;
	margin-bottom: 54px;
	font-size: 20px; 
	letter-spacing: 0.15em;
	margin-top: 30px;
}
.each__footer-text {
	letter-spacing: 0.15em;	
}
.each__footer-img {
	position: absolute;
	top: 44px;
	right: 90px;
}
/************************************
スペシャルストーリー
************************************/
.special {
	position: relative;
	padding-top: 50px;
	letter-spacing: 0.15em;
	background: #F5F4F4;
}
.special .ly_cont_inner {
	margin-bottom: 0;
	padding-inline: 20px;
	max-width: 910px;
	padding-bottom: 100px;
}
.special__content {
	gap: 20px;
	margin-top: 0;
}
.special__item + .special__item {
	margin-top: 80px;
}
.special .el__title {
	text-align: left;
	line-height: 1.5;
    padding-top: 85px;
    margin-top: -20px;
	margin-left: 0;
}
.special .each__title {
	margin-top: 20px; 
	margin-bottom: 10px;
}
.special__img +  .each__title {
	color: #AC2329;	
}
.special p + .each__title {
	margin-top: 100px;
}
.special p + p {
	margin-top: 30px;
}
.special__img img {
	width: 100%;
}
.special img + img {
	margin-top: 20px;
}
.special__content a:not(#bl_indexWrapper a) {
	color: blue;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width : 870px) {
	.special .el_number {
        writing-mode: initial;
        font-size: 6.6666vw;
        margin-bottom: 2.9333vw;
    }
	.each__detail-media {
		flex-direction: column!important;
	}
	.each__detail-text {
		max-width: 100%;
	}
	.each__detail-img img {
		width: 100%!important;
	}
	.sdgs7 .each__detail-text {
		padding-left: 0;
	}
	.each__footer {
		padding: 50px;
	}
}
@media screen and (max-width : 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#sdgs_page {
		font-size: 3.5vw;
		line-height: 1.5!important;
	}
	.about__text {
		font-size: 3vw;
		letter-spacing: 0.15em;
	}
	.about__img {
		margin-bottom: 20px;
	}
	.each__item-inner {
		padding: 10vw 7vw 14vw;
	}
	.each__header {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.each__title {
		font-size: 4vw;
	}
	.each__card-title {
		font-size: 3.3vw;
	}
	.each__card-item {
		padding: 13vw;
	}
    .each__detail-media {
        flex-direction: column!important;
		gap: 20px!important;
    }
    .each__detail-img img,
    .each__detail-text {
        max-width: 100%;
        width: 100%!important;
    }
	.each__detail-img figcaption {
		font-size: 2.8vw;
	}
	.each__detail-img figcaption span {
		font-size: 2.5vw;
	}
	.sdgs8 .each__card,
	.sdgs5 .sdgs5__card,
	.sdgs5 .sdgs5__rowInner {
		display: flex; 
		flex-direction: column;
	}
	.sdgs5 .each__card-img img {
		display: inline;
	}
	.each__card-title {
		font-size: 4vw; 
		margin-bottom: 20px;
	}
	.sdgs8 .each__card-item.right {
		gap: 20px;
	}
	.sdgs11 .each__detail-button {
        margin-top: 30px;
        margin-inline: auto;
    }
	.sdgs9 .each__detail-text {
		padding-top: 0;
	}
	.each__detail-content {
		margin-top: 0;
	}
	.special .ly_cont_inner {
		padding: 0 7vw 15vw;
		margin-top: 0;
	}
	.special .bl_post {
		margin-bottom: 0!important;
	}
	.sdgs9 .each__detail-button {
		margin: 10vw auto auto;
	}
	.special-story #bl_indexWrapper ol li {
		font-size: 2.7vw;
	}
	.each__footer {
		margin-top: 10vw;
		padding: 8vw 5vw;
	}
	.each__footer-img {
		position: static;
	}
	.each__footer-title {
    	text-align: center;
    	margin-bottom: 20px;
    	font-size: 4vw;
		margin-top: 0;
	}
	.each__footer-text {
		margin-bottom: 20px;
	}
	.each__footer-img {
		text-align: center;
	}
	.each__detail-button {
		width: 180px;
		height: 50px;
	}
}
.each__item.sdgs11 .each__detail-button .kunoji {
  transform: rotate(135deg);
	margin-bottom: 6px;
}
.each__item.sdgs11 .each__detail-button.is-open .kunoji {
	transform: rotate(315deg);
    margin-bottom: -3px;
}
/*目次*/
.special #bl_indexWrapper {
	margin-top: 55px;
	margin-bottom: 55px;
	border: 1px solid #a3a3a3;
	padding: 32px 40px;
}
.special #bl_indexWrapper .el_indexTtl {
	text-align: left;
	border-left: 2px solid #e5c5ba;
	padding-left: 20px;
	color: #a3a3a3;
	font-family: "calibre", sans-serif;
	font-size: 17px;
	letter-spacing: 0.25em;
	font-weight: bold;
}
.special #bl_indexWrapper ol {
	text-align: left;
  border-left: 2px solid #e5c5ba;
  padding-left: 20px;	
}
.special #bl_indexWrapper ol li {
	counter-increment: cnt;
	line-height: 2;
	display: flex;
}
.special #bl_indexWrapper ol li::before {
  content: counter(cnt)".";
	letter-spacing: 0.15em;
}
@media screen and (max-width : 767px) {
	.special #bl_indexWrapper {
		margin-top: 6.518vw;
		padding: 5.474vw 3.39vw 6.126vw;
	}
	.special #bl_indexWrapper .el_indexTtl {
    	padding-left: 2.6vw;
    	padding-bottom: 1.303vw;
	}
	.special #bl_indexWrapper ol {
    	padding-left: 2.6vw;
	}
	.special #bl_indexWrapper ol li {
		font-size: 3.129vw;
	}
}