  @charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	font-size: 0.9rem;
	text-align: left;
    *font-size:small;
    *font:x-small;
}



@media (max-width: 768px) {
	body {
		font-size: 0.8rem;
	}
}

@media (min-width: 768px) {
	._sp_only {
		display: none;
	}
}

/*@media (min-width: 768px) and ( max-width: 1019px) {
	._tablet_only {
		display: none;
	}
}*/

@media ( max-width: 768px) {
	._pc_only {
		display: none;
	}
}

@media (min-width: 415px) and ( max-width: 768px) {
	._u414px {
		display: none;
	}
}



#header {
	width: 100%;
	max-width: 1000px;
	background: #f1f1f1;
	margin: 30px auto 0;
	padding: 20px 25px;
	box-sizing: border-box;
}

#header .title {
	font-size: 200%;
	font-weight: bold;
}

#header .logo {
	width: 100%;
	max-width: 499px;
	margin: 25px 0;
}

#header .logo img {
	width: 100%;
}

#header .note {
	width: 100%;
	border-top: dotted 1px #999;
	padding-top: 15px;
	font-size: 90%;
}

@media (max-width: 768px) {
	#header {
		width: 100%;
		max-width: auto;
		background: #f1f1f1;
		margin: 0 auto 0;
		padding: 20px 25px;
		box-sizing: border-box;
	}

	#header .title {
		font-size: calc(1.3rem + 0.5vw);
		font-weight: bold;
	}

	#header .logo {
		width: 100%;
		max-width: 499px;
		margin: 25px 0;
	}

	#header .logo img {
		width: 100%;
	}

	#header .note {
		width: 100%;
		border-top: dotted 1px #999;
		padding-top: 15px;
		font-size: calc(0.5rem + 0.5vw);
	}
}



#pc-nav {
	width: 100%;
	max-width: 1000px;
	margin: 25px auto 0;
}

#pc-nav li {
	display: table-cell;
	width: 5%;
	padding: 0 2px;
}

#pc-nav li img {
	width: 100%;
}

	.drawer-nav {
		position: fixed;
		z-index: 101;
		top: 0;
		overflow: hidden;
		width: 16.25rem;
		height: 100%;
		color: #222;
		background: rgba(241,241,241,1);
	}

@media (max-width: 768px) {
	.drawer-menu {
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 30px;
		list-style: none;
		overflow: hidden;
	}

	.drawer-menu li {
		float: left;
		width: 20%;
	}

	.drawer-menu li img {
		width: 100%;
	}

	.drawer-menu-item {
		font-size: 1rem;
		display: block;
		padding: .25rem;
		text-decoration: none;
		color: #222;
	}

	.drawer-hamburger {
		position: fixed;
		z-index: 104;
		top: 0;
		display: block;
		box-sizing: content-box;
		width: 2rem;
		padding: 0;
		padding-top: 12px;
		padding-right: .75rem;
		padding-bottom: 24px;
		padding-left: .75rem;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		border: 0;
		outline: 0;
		background: rgba(241,241,241,.8);
	}

	.drawer-hamburger:hover {
		cursor: pointer;
		background: rgba(241,241,241,1);
	}
}



.contents {
	width: 1020px;
	margin: 40px auto 0;
	padding-bottom: 60px;
	}

.contents .ttl-02 {
	font-size: 200%;
	font-weight: bold;
  color: #007dd5;
  padding: 20px 50px;
  text-align: center;
}

@media (max-width: 768px) {
	.contents {
		width: 100%;
		margin: 4vw auto 0;
		padding-bottom: 60px;
		}

	.contents .ttl-02 {
		font-size: calc(1rem + 0.5vw);
		font-weight: bold;
	  color: #007dd5;
	  padding: 20px;
	  text-align: center;
	}
}



.list {
	list-style-type: none;
	overflow: hidden;
}

.list a {
	color: #fff;
	text-decoration: none;
}

.list li {
	float: left;
	margin: 20px 10px 0 10px;
}

.list li > div {
	width: 320px;
	height: 320px;
	border-radius: 8px;
	transition: .8s;
  overflow: hidden;
}

.list-mv {
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #fff;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
}

@media (max-width: 768px) {
	.list li {
		float: left;
		width: 48%;
		margin: 20px 1% 0 1%;
	}

	.list li > div {
		width: 100%;
		height: 320px;
		border-radius: 8px;
		transition: .8s;
	  overflow: hidden;
	}

	.list-mv {
		position: relative;
		overflow: hidden;
		text-align: center;
		color: #fff;
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
	}
}

@media (max-width: 414px) {
	.list li {
		float: none;
		width: 95%;
		margin: 20px auto 0;
	}

	.list li > div {
		width: 100%;
		height: 320px;
		border-radius: 8px;
		transition: .8s;
	  overflow: hidden;
	}

	.list-mv {
		position: relative;
		overflow: hidden;
		text-align: center;
		color: #fff;
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
	}
}

.move {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.list-mv:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.list-mv { background-color: #000; }
.list-mv.list-20 { background-color: #f1f1f1; }

.list-mv.list-01:after {
	background-image: url(/sustainability/sdgs/images/list-01_bg.jpg); opacity: .25;
}
.list-mv.list-02:after {
	background-image: url(/sustainability/sdgs/images/list-02_bg.jpg); opacity: .4;
}
.list-mv.list-03:after {
	background-image: url(/sustainability/sdgs/images/list-03_bg.jpg); opacity: .3;
}
.list-mv.list-04:after {
	background-image: url(/sustainability/sdgs/images/list-04_bg.jpg); opacity: .35;
}
.list-mv.list-05:after {
	background-image: url(/sustainability/sdgs/images/list-05_bg.jpg); opacity: .24;
}
.list-mv.list-06:after {
	background-image: url(/sustainability/sdgs/images/list-06_bg.jpg); opacity: .4;
}
.list-mv.list-07:after {
	background-image: url(/sustainability/sdgs/images/list-07_bg.jpg); opacity: .4;
}
.list-mv.list-08:after {
	background-image: url(/sustainability/sdgs/images/list-08_bg.jpg); opacity: .35;
}
.list-mv.list-09:after {
	background-image: url(/sustainability/sdgs/images/list-09_bg.jpg); opacity: .2;
}
.list-mv.list-10:after {
	background-image: url(/sustainability/sdgs/images/list-10_bg.jpg); opacity: .27;
}
.list-mv.list-11:after {
	background-image: url(/sustainability/sdgs/images/list-11_bg.jpg); opacity: .3;
}
.list-mv.list-12:after {
	background-image: url(/sustainability/sdgs/images/list-12_bg.jpg); opacity: .3;
}
.list-mv.list-13:after {
	background-image: url(/sustainability/sdgs/images/list-13_bg.jpg); opacity: .3;
}
.list-mv.list-14:after {
	background-image: url(/sustainability/sdgs/images/list-14_bg.jpg); opacity: .3;
}
.list-mv.list-15:after {
	background-image: url(/sustainability/sdgs/images/list-15_bg.jpg); opacity: .3;
}
.list-mv.list-16:after {
	background-image: url(/sustainability/sdgs/images/list-16_bg.jpg); opacity: .28;
}
.list-mv.list-17:after {
	background-image: url(/sustainability/sdgs/images/list-17_bg.jpg); opacity: .28;
}
.list-mv.list-20:after {
	background-image: url(/sustainability/sdgs/images/list-20_bg.png); opacity: 1;
}

.list-mv:hover {
	cursor: pointer;
	cursor: hand;
}

.list-mv.list-20:hover {
	cursor: auto;
	cursor: auto;
}

.list-mv:hover:after {
	opacity: .7;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.list-mv.list-20:hover:after {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.list-mv .inner {
	position: relative;
	padding: 40px 20px 0;
	z-index: 1;
}

.list-mv .icon img {
	width: 132px;
}

.list-mv .inner p {
	font-size: 13px;
	text-align: left;
	margin-top: 30px;
}

@media (max-width: 768px) {
	.list-mv .inner {
		position: relative;
		padding: 40px 20px 0;
		z-index: 1;
	}

	.list-mv .icon img {
		width: 50%;
	}

	.list-mv .inner p {
		font-size: calc(0.7rem + 0.5vw);
		line-height: 1.4;
		text-align: left;
		margin-top: 30px;
	}
}

@media (min-width: 415px) and ( max-width: 768px) {
	.list-mv .icon img {
		width: 45%;
	}
}

@media (min-width: 321px) and ( max-width: 414px) {
	.list-mv .icon img {
		width: 50%;
	}
}

@media (max-width: 320px) {
	.list-mv .icon img {
		width: 60%;
	}
}


.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 800px;
	margin: auto;
	text-align: left;
	color: #000;
	border-radius: 0px;
	background: none;
	box-shadow: none;
	cursor: auto;
}

.modaal-close {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 18px;
	height: 18px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: none;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #ccc;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 36px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-content-container {
	padding: 40px 0 0;
	text-align: left;
	color: #000;
	border-radius: 8px;
	background: none;
}

.modal-window {
	display:none;
}

.modaal-content-container .ttl-03 {
	background: #e9e9e9;
	border-radius: 8px 8px 0 0;
	text-align: right;
	padding: 10px;
}

.modaal-content-container .ttl-04 {
	width: auto;
	font-size: 105%;
	font-weight: bold;
	border-left: solid 5px #95a5a6;
	border-bottom: solid 1px #95a5a6;
	margin: 25px 0 10px;
	padding: 3px 10px;
	overflow: hidden;
}

.modaal-content-container .ttl-05 {
	width: auto;
	font-weight: bold;
	text-indent: -1em;
	margin: 20px 0 5px 1em;
}

.modaal-content-container .ttl-05:before {
  font-weight: 900;
  content: '●';
}

.modaal-content-container .link {
	text-indent: -1em;
	margin: 0.5rem 0 0 2em;
}

.modaal-content-container a {
	color: #0063af;
	text-decoration: underline;
}

.modaal-content-container .link:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f138';
  color: #0063af;
}

.modaal-content-container .disc li {
	list-style-type: disc;
	margin: 0.5em 0 0 1.5em;
}

.modaal-content-container .content-inner {
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 20px 40px 50px 40px;
	overflow: hidden;
}

.modaal-content-container .sdgs_title {
	display: table;
}

.modaal-content-container .sdgs_title p {
	display: table-cell;
	vertical-align: middle;
}

.modaal-content-container .sdgs_title p:last-child {
	padding-left: 25px;
	font-size: 120%;
	font-weight: bold;
}

.modaal-content-container .detail {
	margin-top: 40px;
}

.modaal-content-container .main_image {
	float: right;
	padding: 0 0 10px 25px;
}

.modaal-content-container .main_image img {
	width: 280px;
}

.modaal-content-container .main_image .caption {
	display: block;
	width: 280px;
	font-size: 85%;
}
.modaal-content-container .main_image .caption a {
	position: relative;
	z-index: 2;
}
.modaal-content-container .note {
	font-size: 85%;
}

@media (max-width: 768px) {

	.modaal-content-container .ttl-03 {
		background: #e9e9e9;
		border-radius: 8px 8px 0 0;
		text-align: right;
		padding: 10px;
		font-size: calc(0.7rem + 0.5vw);
	}

	.modaal-content-container .ttl-04 {
		width: auto;
		font-size: calc(0.7rem + 0.5vw);
		font-weight: bold;
		border-left: solid 5px #95a5a6;
		border-bottom: solid 1px #95a5a6;
		margin: 25px 0 10px;
		padding: 3px 10px;
		overflow: hidden;
	}

	.modaal-content-container .ttl-05 {
		width: auto;
		font-weight: bold;
		text-indent: -1em;
		margin: 20px 0 5px 1em;
	}

	.modaal-content-container .ttl-05:before {
	  font-weight: 900;
	  content: '●';
	}

	.modaal-content-container .link {
		text-indent: -1em;
		margin: 0.5rem 0 0 2em;
	}

	.modaal-content-container a {
		color: #0063af;
		text-decoration: underline;
	}

	.modaal-content-container .link:before {
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  content: '\f138';
	  color: #0063af;
	}

	.modaal-content-container .disc li {
		list-style-type: disc;
		margin: 0.5em 0 0 1.5em;
	}

	.modaal-content-container .content-inner {
		background: #fff;
		border-radius: 0 0 8px 8px;
		padding: 20px 25px 50px 25px;
		overflow: hidden;
	}

	.modaal-content-container .sdgs_title {
		display: table;
	}

	.modaal-content-container .sdgs_title p {
		display: table-cell;
		vertical-align: middle;
	}

	.modaal-content-container .sdgs_title p img {
		width: 100%;
	}

	.modaal-content-container .sdgs_title p:last-child {
		width: 75%;
		padding-left: 1em;
		font-size: calc(0.8rem + 0.5vw);
		font-weight: bold;
	}

	.modaal-content-container .detail {
		margin-top: 40px;
	}

	.modaal-content-container .main_image {
		float: none;
		padding: 0 20px 10px 20px;
		text-align: center;
	}
	.modaal-content-container .main_image.w_s {
		width: 70%;
		margin: 0 auto;
	}

	.modaal-content-container .main_image img {
		width: 100%;
	}

	.modaal-content-container .main_image .caption {
		display: block;
		width: 100%;
		font-size: calc(0.5rem + 0.5vw);
		text-align: left;
	}
	.modaal-content-container .note {
		font-size: calc(0.5rem + 0.5vw);
	}
}


/*footer*/
#footer {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
}

#footer div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

#footer .logo {
	margin-bottom: 20px;
}

#footer .logo img {
	max-width: 150px;
}

#footer .copyright {
	font-size: 80%;
	text-align: right;
}

@media (max-width: 768px) {
	#footer {
		display: block;
		width: 100%;
		max-width: 1000px;
		margin: 20px auto;
	}

	#footer div {
		display: block;
		width: 100%;
		vertical-align: middle;
}

	#footer .logo {
		text-align: center;
		margin-bottom: 30px;
	}

	#footer .logo img {
		max-width: 30%;
		min-width: 200px;
	}

	#footer .copyright {
		font-size: calc(0.6rem + 0.5vw);
		text-align: center;
	}
}


/*#page-top*/
#page-top {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 0;
  bottom: 0;
  background: url(/sustainability/sdgs/images/btn_pagetop.png) no-repeat;
  z-index:1;
}
#page-top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}

@media (max-width: 768px) {
	#page-top {
	  position: fixed;
	  width: 12vw;
	  height: 12vw;
	  right: 0;
	  bottom: 0;
	  background: url(/sustainability/sdgs/images/btn_pagetop_sp.png) no-repeat;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	  z-index:1;
	}
	#page-top a {
	  position: relative;
	  display: block;
	  width: 12vw;
	  height: 12vw;
	  text-decoration: none;
	}
}





