@charset "UTF-8";

/* html
------------------------------------------------------------ */
html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
html::-webkit-scrollbar {
    display:none;
}

/* body
------------------------------------------------------------ */
body[data-page="sdgs"] {
	background: url(../img/sdgs/bg.jpg);
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body[data-page="sdgs"]:-webkit-scrollbar {
    display:none;
}

/* bg item
------------------------------------------------------------ */
.bg-item {
	position: absolute;
	z-index: 1;
}
.bg-item.block1 {
	top: 11vw;
	right: 0;
	width: 487px;
}
.bg-item.block2 {
	top: 23vw;
	left: 50%;
	width: 114px;
	margin-left: -16px;
}
.bg-item.block3 {
	top: 34vw;
	left: 50%;
	width: 114px;
	margin-left: -369px;
}
.bg-item.block4 {
	top: 36vw;
	left: 50%;
	width: 228px;
	margin-left: -720px;
}
.bg-item.block5 {
	top: 176px;
	left: 50%;
	width: 113px;
	margin-left: 474px;
}
.bg-item.block6 {
	top: -117px;
	left: 50%;
	width: 228px;
	margin-left: -586px;
}
.bg-item.block7 {
	top: 380px;
	left: 50%;
	width: 170px;
	margin-left: -640px;
}
.bg-item.block8 {
	top: -251px;
	left: 50%;
	width: 228px;
	margin-left: 421px;
}
.bg-item.block9 {
	top: -185px;
	left: 50%;
	width: 397px;
	margin-left: -760px;
}
.bg-item.block10 {
	top: 274px;
	left: 50%;
	width: 114px;
	margin-left: 568px;
}
.bg-item.block11 {
	top: -257px;
	left: 50%;
	width: 56px;
	margin-left: 461px;
}
.bg-item.block12 {
	top: -170px;
	left: 50%;
	width: 170px;
	margin-left: 283px;
}
.bg-item.block13 {
	top: -319px;
	left: 50%;
	width: 284px;
	margin-left: -763px;
}
.bg-item.block14 {
	top: 77px;
	left: 50%;
	width: 395px;
	margin-left: 342px;
}
.bg-item.block15 {
	bottom: -153px;
	left: 0;
	width: 488px;
}
.bg-item.item1 {
	top: 29vw;
	left: 50%;
	width: 120px;
	margin-left: 83px;
	z-index: 2;
}
.bg-item.item2 {
	top: 42vw;
	left: 50%;
	width: 260px;
	margin-left: -622px;
	z-index: 2;
}
.bg-item.item3 {
	top: -15px;
	left: 50%;
	width: 103px;
	margin-left: 464px;
	z-index: 4;
}
.bg-item.item4 {
	top: -150px;
	left: 50%;
	width: 146px;
	margin-left: 294px;
	z-index: 4;
}
.bg-item.item5 {
	top: 176px;
	left: 50%;
	width: 93px;
	margin-left: -600px;
	z-index: 4;
}
.bg-item.item6 {
	top: -47px;
	left: 50%;
	width: 194px;
	margin-left: 223px;
	z-index: 4;
}
.bg-item.item7 {
	top: -134px;
	left: 50%;
	width: 145px;
	margin-left: 96px;
	z-index: 4;
}
.bg-item.item8 {
	top: -174px;
	left: 50%;
	width: 220px;
	margin-left: -407px;
	z-index: 4;
}
.bg-item.item9 {
	top: 274px;
	left: 50%;
	width: 106px;
	margin-left: 477px;
}
.bg-item.item10 {
	top: -172px;
	left: 50%;
	width: 132px;
	margin-left: -196px;
	z-index: 4;
}
.bg-item.item11 {
	top: 173px;
	left: 50%;
	width: 160px;
	margin-left: -564px;
	z-index: 4;
}
.bg-item.item12 {
	bottom: -30px;
	left: 50%;
	width: 277px;
	margin-left: 71px;
	z-index: 4;
}

/* page ttl
------------------------------------------------------------ */
#page-ttl  {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#page-ttl #ttl-inner-sdgs {
	position: relative;
	display: flex;
	align-items: center;
	height: 39vw;
	min-height: 500px;
	background-image: url(../img/sdgs/ttl_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
#page-ttl #ttl-inner-sdgs h1 {
	position: relative;
    margin-top: -8.2vw;
    margin-left: 40px;
    padding: 3px 0 0 10px;
    font-size: 4.4rem;
    font-weight: 500;
    background-color: rgba(255,255,255,0.85);
}
#page-ttl #ttl-inner-sdgs h1::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 13px;
	margin-bottom: -3px;
	background: url(../img/sdgs/sdgs_logo.png) no-repeat center;
	background-size: contain;
}
#page-ttl #ttl-inner-sdgs h1 .ttl-inner {
	transform: none;
}
#page-ttl #ttl-inner-sdgs h1 .txt-small {
	font-size: 2.8rem;
}
#page-ttl #breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.5);
}
#page-ttl #breadcrumbs ul {
	display: flex;
	margin: 0 40px;
}
#page-ttl #breadcrumbs ul li::before {
	content: "/";
	display: inline-block;
	margin: 0 0.5em;
	font-size: 1.4rem;
	color: #fff;
}
#page-ttl #breadcrumbs ul li:first-child::before {
	display: none;
}
#page-ttl #breadcrumbs ul li,
#page-ttl #breadcrumbs ul li a {
	font-size: 1.4rem;
	color: #fff;
}
#page-ttl #breadcrumbs ul li a:hover {
	color: #0aa951;
}

/* content
------------------------------------------------------------ */
body[data-page="sdgs"] #content {
    margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 270px;
}
#content-body-sdgs {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 400;
}
#content-body-sdgs > h2 {
	font-size: 3.8rem;
	font-weight: 500;
	text-align: center;
}
#content-body-sdgs > .lead {
	margin-top: 35px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.9;
}
/* ------- == section == ------- */
#content-body-sdgs .section {
	position: relative;
}
#content-body-sdgs .section .section-ttl {
	position: relative;
	width: 840px;
	margin: 220px auto 0;
	padding-top: 60px;
	z-index: 3;
}
#content-body-sdgs .section .section-ttl h2 {
	display: flex;
	align-items: center;
	width: 405px;
	height: 280px;
	padding-left: 140px;
	font-size: 3rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	box-sizing: border-box;
}
#content-body-sdgs .section.section1 .section-ttl h2 {
	background: url(../img/sdgs/ttl_1_bg.jpg) no-repeat center;
	background-size: cover;
}
#content-body-sdgs .section.section3 .section-ttl h2 {
	background: url(../img/sdgs/ttl_3_bg.jpg) no-repeat center;
	background-size: cover;
}
#content-body-sdgs .section .section-ttl > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 405px;
}
#content-body-sdgs .section.section1 .section-ttl {
	margin: 90px auto 0;
}
#content-body-sdgs .section.section2 .section-ttl h2 {
	margin-left: 435px;
	background: url(../img/sdgs/ttl_2_bg.jpg) no-repeat center;
	background-size: cover;
}
#content-body-sdgs .section.section2 .section-ttl > img {
	right: auto;
	left: 0;
}

/* ------- section-inner ------- */
#content-body-sdgs .section .section-inner {
	position: relative;
	width: 980px;
	margin: -20px auto 0;
	padding: 80px 70px 60px;
	box-sizing: border-box;
	z-index: 2;
}
#content-body-sdgs .section .section-inner::before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}
#content-body-sdgs .section.section1 .section-inner::before,
#content-body-sdgs .section.section3 .section-inner::before {
	left: 0;
}
#content-body-sdgs .section.section2 .section-inner::before {
	right: 0;
}
#content-body-sdgs .section .section-inner .sdgs-list {
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 2;
}
#content-body-sdgs .section .section-inner .sdgs-list li {
	width: 100px;
	margin: 0 5px;
}
#content-body-sdgs .section .section-inner .accordion {
	position: relative;
	margin-top: 20px;
	border: solid 2px #0aa951;
	z-index: 2;
}
#content-body-sdgs .section .section-inner .sdgs-list + .accordion {
	margin-top: 60px;
}
#content-body-sdgs .section .section-inner .accordion h3 button {
	position: relative;
	width: 100%;
	padding: 10px 80px 10px 35px;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 500;
	color: #303030;
	text-align: left;
	background-color: transparent;
	border: none;
	outline: 0px;
	box-sizing: border-box;
}
#content-body-sdgs .section .section-inner .accordion h3 button::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 35px;
	display: block;
	width: 2px;
	height: 16px;
	margin-top: -8px;
	background-color: #0aa951;
	transition: all .3s ease-out;
}
#content-body-sdgs .section .section-inner .accordion h3 button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	display: block;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	background-color: #0aa951;
	transition: all .3s ease-out;
}
#content-body-sdgs .section .section-inner .accordion h3 button:hover:before {
	transform: rotate(45deg);
}
#content-body-sdgs .section .section-inner .accordion h3 button:hover::after {
	transform: rotate(45deg);
}
#content-body-sdgs .section .section-inner .accordion.open h3 button::before {
	height: 2px;
	margin-top: -1px;
	transform: rotate(360deg);
}
#content-body-sdgs .section .section-inner .accordion.open h3 button::after {
	transform: rotate(360deg);
}
#content-body-sdgs .section .section-inner .accordion .accordion-body {
	display: none;
	padding: 0 35px 20px 35px;
	font-size: 1.7rem;
	color: #303030;
	box-sizing: border-box;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body p {
	margin-top: 10px;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body p a {
	color: #0068b7;
	border-bottom: solid 1px #0068b7;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body p a:hover {
	border-bottom: solid 1px transparent;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body h4 {
	margin-top: 20px;
	font-size: 1.9rem;
	font-weight: 500;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body ul li {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body ul li::before {
	content: "〇";
}
#content-body-sdgs .section .section-inner .accordion .accordion-body ul li a {
	display: inline-block;
	color: #0068b7;
	text-indent: 0;
	border-bottom: solid 1px #0068b7;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body ul li a:hover {
	border-bottom: solid 1px transparent;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body ul li a.modal {
	margin-left: 1em;
	text-indent: -1em;
}
#content-body-sdgs .section .section-inner .accordion .accordion-body ul li a.modal::before {
	content: "> ";
}

/* modal
------------------------------------------------------------ */
#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 130px 50px 115px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 9999;
}
#modal .bg {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition: all 0.8s;
	z-index: 1;
}
#modal #modal-btn {
	position: absolute;
    top: -100px;
    right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	padding: 0;
	cursor: pointer;
	border: 3px solid #fff;
	border-radius: 90px;
	outline: 0;
	background: none;
	box-sizing: border-box;
	opacity: 0;
	z-index: -1;
}
#modal #modal-btn:hover {
	transform: scale(1.08);
}
#modal #modal-btn span {
	position: relative;
	width: 40px;
	height: 32px;
}
#modal #modal-btn span i {
	position: absolute;
	left: 0;
	display: block;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background-color: #fff;
}
#modal #modal-btn span i:nth-child(1) {
	top: 0;
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}
#modal #modal-btn span i:nth-child(2) {
	bottom: 0;
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}
#modal .modal-body {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
    max-width: 690px;
	transform: translate(-50%, -50%);
	z-index: 3;
	opacity: 0;
}
/* close */
#modal.close {
	transition-delay: 0.5s;
	z-index: -1;
}
#modal.close .modal-body {
	opacity: 0;
	transition: opacity 0.2s;
}
/* open */
#modal.open #modal-btn {
	opacity: 1;
	z-index: 4;
}
#modal.open .bg {
	opacity: 0.6;
}
#modal.open .modal-body {
	opacity: 1;
	transition: opacity 1.2s;
}
/* slide */
#modal .bx-prev {
	position: absolute;
    top: 50%;
    left: -50px;
	display: block;
	width: 22px;
	height: 33px;
	margin-top: -16px;
	text-indent: -9999px;
	background: url(../img/sdgs/prev_btn.png) no-repeat center;
	background-size: contain;
	overflow: hidden;
}
#modal .bx-next {
	position: absolute;
    top: 50%;
    right: -50px;
	display: block;
	width: 22px;
	height: 33px;
	margin-top: -16px;
	text-indent: -9999px;
	background: url(../img/sdgs/next_btn.png) no-repeat center;
	background-size: contain;
	overflow: hidden;
}

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

	/* bg item
	------------------------------------------------------------ */
	.bg-item.block1 {
		top: 152px;
	}
	.bg-item.block2 {
		top: 298px;
	}
	.bg-item.block3 {
		top: 442px;
	}
	.bg-item.block4 {
		top: 469px;
	}
	.bg-item.item1 {
		top: 382px;
	}
	.bg-item.item2 {
		top: 540px;
	}

	/* page ttl
	------------------------------------------------------------ */
	#page-ttl #ttl-inner-sdgs h1 {
		margin-top: -100px;
	}

}

@media only screen and (min-width:769px) {

	/* mv
	------------------------------------------------------------ */
	#mv #mv-video {
		min-width: 1280px;
	}

}

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

	/* body
	------------------------------------------------------------ */
	body[data-page="sdgs"] {
		background: url(../img/sdgs/bg.jpg);
		background-size: 13%;
	}
	
	/* bg item
	------------------------------------------------------------ */
	.bg-item.block1 {
		top: 12vw;
		right: 0;
		width: 190px;
	}
	.bg-item.block2 {
		top: 36vw;
		width: 45px;
		margin-left: -25px;
	}
	.bg-item.block3 {
		top: 50vw;
		width: 45px;
		margin-left: -103px;
	}
	.bg-item.block4 {
		top: 53vw;
		width: 90px;
		margin-left: -210px;
	}
	.bg-item.block5 {
		top: 170px;
		width: 45px;
		margin-left: 130px;
	}
	.bg-item.block6 {
		top: 35px;
		width: 90px;
		margin-left: -187px;
	}
	.bg-item.block7 {
		top: 380px;
		left: 50%;
		width: 170px;
		margin-left: -640px;
	}
	.bg-item.block8 {
		top: -150px;
		width: 90px;
		margin-left: 100px;
	}
	.bg-item.block9 {
		top: -90px;
		width: 157px;
		margin-left: -215px;
	}
	.bg-item.block10 {
		display: none;
	}
	.bg-item.block11 {
		top: -137px;
		width: 22px;
		margin-left: 157px;
	}
	.bg-item.block12 {
		top: -60px;
		width: 67px;
		margin-left: 80px;
	}
	.bg-item.block13 {
		top: -171px;
		width: 112px;
		margin-left: -210px;
	}
	.bg-item.block14 {
		top: 126px;
		width: 157px;
		margin-left: 76px;
	}
	.bg-item.block15 {
		bottom: -50px;
		width: 202px;
	}
	.bg-item.item1 {
		top: 46vw;
		width: 60px;
		margin-left: -6px;
	}
	.bg-item.item2 {
		top: 57vw;
		width: 130px;
		margin-left: -177px;
	}
	.bg-item.item3 {
		top: 144px;
		width: 52px;
		margin-left: 80px;
	}
	.bg-item.item4 {
		top: -65px;
		width: 73px;
		margin-left: 25px;
	}
	.bg-item.item5 {
		top: -35px;
		width: 47px;
		margin-left: -158px;
	}
	.bg-item.item6 {
		top: 50px;
		width: 96px;
		margin-left: 67px;
	}
	.bg-item.item7 {
		top: -7px;
		width: 72px;
		margin-left: 74px;
	}
	.bg-item.item8 {
		top: -107px;
		width: 110px;
		margin-left: -120px;
	}
	.bg-item.item9 {
		top: 274px;
		left: 50%;
		width: 106px;
		margin-left: 477px;
	}
	.bg-item.item10 {
		top: -93px;
		width: 86px;
		margin-left: -25px;
	}
	.bg-item.item11 {
		top: 55px;
		width: 80px;
		margin-left: -160px;
	}
	.bg-item.item12 {
		bottom: -12px;
		width: 142px;
		margin-left: -6px;
	}
	
	/* page ttl
	------------------------------------------------------------ */
	#page-ttl #ttl-inner-sdgs {
		height: 54.4vw;
		min-height: auto;
		background-image: url(../img/sdgs/ttl_bg_sp.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#page-ttl #ttl-inner-sdgs h1 {
		margin-top: 0;
		margin-left: 20px;
		font-size: 2.6rem;
		line-height: 0.8;
		padding: 6px 0 7px 6px;
	}
	#page-ttl #ttl-inner-sdgs h1::before {
		width: 20px;
		height: 20px;
		margin-right: 15px;
		margin-bottom: 0;
	}
	#page-ttl #ttl-inner-sdgs h1 .txt-small {
		margin-top: -10px;
		margin-left: 28px;
		font-size: 1.5rem;
	}
	#page-ttl #breadcrumbs {
		display: none;
	}
	
	/* content
	------------------------------------------------------------ */
	body[data-page="sdgs"] #content {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 115px;
	}
	#content-body-sdgs > h2 {
		margin: 90px 20px 0;
		font-size: 2.2rem;
	}
	#content-body-sdgs > .lead {
		margin: 25px 20px 0;
		font-size: 1.4rem;
		line-height: 1.9;
	}
	/* ------- == section == ------- */
	#content-body-sdgs .section .section-ttl {
		width: auto;
		margin: 120px 35px 0;
		padding-top: 110px;
	}
	#content-body-sdgs .section .section-ttl h2 {
		position: relative;
		width: 202px;
		height: 140px;
		padding-left: 70px;
		font-size: 1.5rem;
		z-index: 2;
	}
	#content-body-sdgs .section .section-ttl > img {
		position: absolute;
		top: 0;
		right: 0;
		width: 202px;
		z-index: 1;
	}
	#content-body-sdgs .section.section1 .section-ttl {
		margin: 90px 35px 0;
	}
	#content-body-sdgs .section.section2 .section-ttl h2 {
		margin-left: auto;
	}
	
	/* ------- section-inner ------- */
	#content-body-sdgs .section .section-inner {
		width: auto;
		margin: -30px 20px 0;
		padding: 58px 15px 30px;
	}
	#content-body-sdgs .section .section-inner .sdgs-list li {
		width: 50px;
		margin: 0 3px;
	}
	#content-body-sdgs .section .section-inner .accordion {
		margin-top: 15px;
		border: solid 1px #0aa951;
	}
	#content-body-sdgs .section .section-inner .sdgs-list + .accordion {
		margin-top: 30px;
	}
	#content-body-sdgs .section .section-inner .accordion h3 button {
		padding: 10px 50px 10px 31px;
		font-size: 1.5rem;
		text-indent: -16px;
	}
	#content-body-sdgs .section .section-inner .accordion h3 button::before {
		right: 25px;
	}
	#content-body-sdgs .section .section-inner .accordion h3 button::after {
		right: 18px;
	}
	#content-body-sdgs .section .section-inner .accordion .accordion-body {
		padding: 0 15px 15px 15px;
		font-size: 1.2rem;
	}
	#content-body-sdgs .section .section-inner .accordion .accordion-body h4 {
		font-size: 1.4rem;
	}
	
	/* modal
	------------------------------------------------------------ */
	#modal #modal-btn {
		top: -60px;
		transform: scale(0.6);
	}
	#modal #modal-btn:hover {
		transform: scale(0.6);
	}
	#modal .modal-body {
		width: 96%;
	}
	/* slide */
	#modal .bx-prev {
		top: auto;
		left: 0;
		bottom: 0;
		width: 16px;
		height: 24px;
		margin-top: -12px;
	}
	#modal .bx-next {
		top: auto;
		right: 0;
		bottom: 0;
		width: 16px;
		height: 24px;
		margin-top: -12px;
	}

}
