@charset "utf-8";
.sdgs{
	color: #333;
	overflow-x: hidden;
}
.komejirushi{
	font-size: 10px;
	vertical-align: text-top;
}
@-webkit-keyframes opacity1 {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes opacity1 {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes appear {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes appear {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	75% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes downUp {
	from { transform: translateY(50px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}
@keyframes downUp {
	from { transform: translateY(50px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes sec1bk {
	from { background-color: #fff; }
	to { background-color: #F8E8E6; }
}
@keyframes sec1bk {
	from { background-color: #fff; }
	to { background-color: #F8E8E6; }
}
/* ----- SP ----- */
@media print, screen and (max-width: 768px) {
	.sdgs{
		overflow-x: hidden;
	}
	.sdgs .lets-sdgs .inner{
		position: relative;
		padding: 45px 0 0;
		box-sizing: border-box;
	}
	.sdgs .lets-sdgs .inner .title-img{
		text-align: center;
		background-color: #e8ecf3;
	}
	.sdgs .lets-sdgs .inner .title-img img{
		width: 100%;
		object-fit: cover;
		object-position: 39% 50%;
		height: 450px;
	}
	.sdgs .lets-sdgs .inner .deco1{
		position: absolute;
		bottom: 300px;
		right: 0;
	}
	.sdgs .lets-sdgs .inner .deco2{
		position: absolute;
		top: 72px;
		right: 39px;
		width: 161px;
	}
	.sdgs .lets-sdgs .inner .deco3{
		position: absolute;
		bottom: 70px;
		right: -25px;
		width: 192px;
	}
	.sdgs .lets-sdgs .inner .deco4{
		position: absolute;
		top: 300px;
		left: -2vw;
		width: 187px;
	}
	.sdgs .lets-sdgs .inner .title-box{}
	.sdgs .lets-sdgs .inner .title-box .img{
		position: absolute;
		top: 16px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.sdgs .lets-sdgs .inner .title-box .img img{
		width: 320px;
	}
	.sdgs .lets-sdgs .inner .title-box .title{
		width: 300px;
		margin: 28px auto 16px;
		font-size: 24px;
		line-height: 1.4;
	}
	.sdgs .lets-sdgs .inner .title-box .desc{
		width: 310px;
		margin: 0 auto 24px;
		font-size: 11px;
		font-weight: bold;
	}
	.sdgs .wrap-bk{
		position: relative;
	}
	.sdgs .wrap-bk::after{
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/interview01/bg_kc_sdgs_01sp.svg);
	}
	.sdgs .interview{
		position: relative;
		padding: 64px 0;
		box-sizing: border-box;
	}
	.sdgs .interview .inner{
		position: relative;
		z-index: 1;
	}
	.sdgs .interview .title{
		position: relative;
	}
	.sdgs .interview .title .img-box{
		width: 75.323vw;
	}
	.sdgs .interview.sec1 .title .img-box img{
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.sdgs .interview.sec2 .title .img-box img{
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.sdgs .interview .title .text-box{
		position: relative;
		width: 80%;
		margin: -10px auto 0;
		background-color: #fff;
		border-radius: 12px;
		padding: 12px;
		box-sizing: border-box;
	}
	.sdgs .interview .title .text-box .text{
		font-size: 22px;
		line-height: 1.3;
	}
	.sdgs .interview .wrap{
		width: 80%;
		margin: 50px auto;
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sdgs .interview .wrap .text-box{
		width: 100%;
		margin-bottom: 60px;
	}
	.sdgs .interview .wrap .img-box{
		width: 100%;
		text-align: center;
		margin-bottom: 60px;
	}
	.sdgs .interview .wrap .img-box img {
		border-radius: 10px;
	}
	.sdgs .interview .wrap .img-box .img {
		margin-bottom: 15px;
	}
	.sdgs .interview .wrap .text-box .text1{
		font-size: 13.2px;
	}
	.sdgs .interview .wrap .text-box .text1:nth-of-type(n+2){
		margin-top: 100px;
	}
	.sdgs .interview .wrap .text-box .text2{
		font-size: 13.2px;
		margin-top: 35px;
	}
	.sdgs .interview .wrap.pattern2{
		width: 90%;
	}
	.sdgs .interview .wrap.pattern2 .text-box{
		width: 90%;
		margin: 0 auto 60px;
		order: 1;
	}
	.sdgs .interview .wrap.pattern2 .img-box{
		max-width: 360px;
		width: 100%;
		margin: 0 auto;
		order: 2;
	}
	.sdgs .interview .wrap.pattern2 .img-box .img1{
		width: 234px;
	}
	.sdgs .interview .wrap.pattern2 .img-box .img2{
		width: 172px;
		float: right;
		margin-top: -73px;
	}
	.sdgs .interview.sec1{
		background-color: #F8E8E6;
	}
	.sdgs .interview.sec1::after{
		content: '';
		position: absolute;
		bottom: -28px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 56px;
		height: 56px;
		background-image: url(../images/interview01/sdgs-icon-key.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1;
	}
	.sdgs .interview.sec1 .wrap:nth-of-type(4) .img-box{
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.sdgs .interview.sec1 .wrap:nth-of-type(4) .img-box .img1{
		margin-right: 5px;
	}
	.sdgs .interview.sec2{
		background-color: #E9FBFF;
	}
	.sdgs .interview.sec2 .title .img-box{
		margin-left: auto;
	}
	.sdgs .interview.sec2 .inner.pattern2 .img-box{
		width: 90%;
	}
	.sdgs .interview.sec2 .wrap:nth-of-type(2) .img-box {
		order: 1;
	}
	.sdgs .interview.sec2 .wrap:nth-of-type(2) .text-box {
		order: 2;
	}
	.sdgs .interview.sec2 .wrap.pattern3 .text-box {
		margin-bottom: 0;
	}
	.sdgs .social-box{
		text-align: center;
		margin: 26px auto;
	}
	.sdgs .social-box .social-text{
		font-weight: bold;
		margin: 1em 0;
	}
	.sdgs .social-box .social-line {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto;
		width:80%;
	}
	.sdgs .social-box a{
		margin-right: 10px;
		transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
		color: #000;
		font-weight: bold;
		text-decoration: none;
		margin:1em;
	}
	.sdgs .social-box a img{
		width: auto;
		height: 30px;
	}
	.sdgs .next-article {
		margin: 60px auto;
	}
	.sdgs .next-article .inner {
		position: relative;
		max-width: 350px;
		width: 80%;
		display: block;
		margin: 0 auto;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding: 21px 21px 13px 13px;
		color: #333;
		text-decoration: none;
		box-sizing: border-box;
	}
	.sdgs .next-article .inner::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) rotate(45deg);
		width: 20px;
		height: 20px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
	}
	.sdgs .next-article .inner:hover {
		opacity: .7;
	}
	.sdgs .next-article .inner .icon-img {
		position: relative;
		text-align: center;
		margin-bottom: 13px;
	}
	.sdgs .next-article .inner .icon-img img {
		width: 60px;
	}
	.sdgs .next-article .inner .number {
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		font-size: 22px;
		font-weight: bold;
	}
	.sdgs .next-article .inner .title {
		font-size: 18px;
		font-weight: bold;
		display: inline-block;
		vertical-align: middle;
	}
	.sdgs .next-article .inner .affiliation {
		font-size: 18px;
		margin-top: 4px;
		font-weight: 500;
	}
	.sdgs .next-article .inner .name {
		font-size: 11px;
		margin-top: 8px;
		line-height: 1.4;
	}
	.sdgs .next-article .inner .box{}
	.sdgs .banner{
		text-align: center;
		width: 80%;
		margin: 52px auto;
	}
	.sdgs .sec-future{
		background: linear-gradient(90deg, #FAD7D1 33%, #E5F297 67%);
		padding: 40px 0;
		margin: 21px auto;
		box-sizing: border-box;
	}
	.sdgs .sec-future .inner{
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 6%;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 10px;
	}
	.sdgs .sec-future .inner .text-box{}
	.sdgs .sec-future .inner .text-box .sub{
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 9.5px;
	}
	.sdgs .sec-future .inner .text-box .title{
		font-size: 22px;
		line-height: 1.3;
	}
	.sdgs .sec-future .inner .text-box .text{
		font-size: 13.2px;
		margin-top: 24px;
		line-height: 2;
	}
	.sdgs .sec-future .inner .img-box{
		margin: 50px auto 15px;
	}
	.pc-contents {
		display: none;
	}
}
@media print, screen and (max-width: 580px) {
	.sdgs .lets-sdgs{

	}
	.sdgs .lets-sdgs .inner{
		height: calc(100vh - 65px);
	}
	.sdgs .lets-sdgs .inner .title-img{}
	.sdgs .lets-sdgs .inner .title-img img{
		object-fit: cover;
		object-position: 41% 50%;
		height: calc(100vh - 45px - 65px);
	}
	.sdgs .lets-sdgs .inner .deco1{
		position: absolute;
		bottom: 96vw;
		right: 0;
	}
	.sdgs .lets-sdgs .inner .deco2{
		position: absolute;
		top: auto;
		bottom: -3vw;
		right: 25vw;
		width: 135px;
	}
	.sdgs .lets-sdgs .inner .deco3{
		position: absolute;
		bottom: 56vw;
		right: 2vw;
		width: 136px;
	}
	.sdgs .lets-sdgs .inner .deco4{
		position: absolute;
		top: auto;
		bottom: 300px;
		left: -2vw;
		width: 90px;
	}
	.sdgs .lets-sdgs .inner .title-box{}
	.sdgs .lets-sdgs .inner .title-box .img{
		position: absolute;
		top: 16px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.sdgs .lets-sdgs .inner .title-box .img img{
		width: 320px;
	}
	.sdgs .lets-sdgs .inner .title-box .title{
		position: absolute;
		left: 15px;
		bottom: 170px;
		width: 300px;
		font-size: 24px;
		line-height: 1.4;
		margin: 0;
	}
	.sdgs .lets-sdgs .inner .title-box .title span{
		background-color: #fff;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.sdgs .lets-sdgs .inner .title-box .desc{
		position: absolute;
		left: 15px;
		bottom: 130px;
		margin: 0;
		font-size: 11px;
		font-weight: bold;
	}
	.sdgs .lets-sdgs .inner .title-box .desc span{
		background-color: #fff;
		display: inline-block;
		padding: 0 8px;
		box-sizing: border-box;
	}
}
/* ----- PC ------ */
@media print, screen and (min-width: 769px) {
	.sdgs .lets-sdgs{
		margin-bottom: 4vw;
	}
	.sdgs .lets-sdgs .inner{
		position: relative;
		padding: 1vw 0 3vw;
		box-sizing: border-box;
	}
	.sdgs .lets-sdgs .inner .deco1{
		position: absolute;
		top: 4vw;
		right: 22vw;
		width: 6vw;
	}
	.sdgs .lets-sdgs .inner .deco2{
		position: absolute;
		bottom: 1vw;
		left: 8vw;
		width: 13vw;
	}
	.sdgs .lets-sdgs .inner .deco3{
		position: absolute;
		bottom: -2.5vw;
		right: 9vw;
		width: 15.625vw;
	}
	.sdgs .lets-sdgs .inner .deco4{
		position: absolute;
		top: 0;
		right: 7vw;
		width: 10vw;
	}
	.sdgs .lets-sdgs .inner .title-box{
		width: 35vw;
		position: absolute;
		top: 0;
		left: 52vw;
	}
	.sdgs .lets-sdgs .inner .title-box .img{
		margin: 0 0 40px -2px;
		width: 20.9vw;
	}
	.sdgs .lets-sdgs .inner .title-box .title{
		font-size: 2vw;
		line-height: 1.4;
		margin: 0 0 0.5vw;
	}
	.sdgs .lets-sdgs .inner .title-box .title span{
		background-color: #fff;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.sdgs .lets-sdgs .inner .title-box .desc{
		font-size: 0.835vw;
		font-weight: bold;
	}
	.sdgs .lets-sdgs .inner .title-box .desc span{
		display: inline-block;
		background-color: #fff;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.sdgs .wrap-bk{
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.sdgs .wrap-bk::after{
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../images/interview01/bg_kc_sdgs_01.svg);
	}
	.sdgs .interview{
		position: relative;
		padding: 5vw 0;
		box-sizing: border-box;
	}
	.sdgs .interview .inner{
		position: relative;
		z-index: 1;
	}
	.sdgs .interview .title{
		position: relative;
	}
	.sdgs .interview .title .img-box{
		width: 64.323vw;
	}
	.sdgs .interview.sec1 .title .img-box img{
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.sdgs .interview.sec2 .title .img-box img{
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.sdgs .interview .title .text-box{
		position: absolute;
		width: 40.1045vw;
		bottom: -63px;
		right: 14.35vw;
		background-color: #fff;
		border-radius: 12px;
		padding: 12px;
		box-sizing: border-box;
	}
	.sdgs .interview .title .text-box .text{
		font-size: 1.6666vw;
	}
	.sdgs .interview .wrap{
		max-width: 1170px;
		width: 90%;
		margin: 8% auto;
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sdgs .interview .wrap .text-box{
		width: 47.5%;
	}
	.sdgs .interview .wrap .img-box{
		width: 47.5%;
		text-align: right;
	}
	.sdgs .interview.sec1 .wrap:nth-of-type(2) .img-box .img {
		text-align: left;
		margin-bottom: 2.29165vw;
	}
	.sdgs .interview.sec1 .wrap:nth-of-type(2) .img-box .img:nth-of-type(2) {
		width: 67.348%;
	}
	.sdgs .interview .wrap .img-box img {
		border-radius: 10px;
	}
	.sdgs .interview .wrap .text-box .text1{
		font-size: 16px;
	}
	.sdgs .interview .wrap .text-box .text1:nth-of-type(n+2){
		margin-top: 33px;
	}
	.sdgs .interview .wrap .text-box .text2{
		margin-top: 22px;
	}
	.sdgs .interview .wrap.pattern2{
		max-width: 1551px;
		margin: 8% auto 8% 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.sdgs .interview .wrap.pattern2 .text-box{
		width: 36.98%;
		margin-left: 1%;
	}
	.sdgs .interview .wrap.pattern2 .img-box{
		width: 40%;
		margin-left: 7.5%;
	}
	.sdgs .interview .wrap.pattern2 .img-box .img1{
		width: 26.3025vw;
	}
	.sdgs .interview .wrap.pattern2 .img-box .img2{
		position: relative;
		width: 24.5vw;
		float: right;
		margin-top: -8vw;
	}
	.sdgs .interview .wrap.pattern2 .img-box img {
		border-radius: 50%;
	}
	.sdgs .interview.sec1{
		background-color: #F8E8E6;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.sdgs .interview.sec1::after{
		content: '';
		position: absolute;
		bottom: -3.2295vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 6.459vw;
		height: 6.459vw;
		background-image: url(../images/interview03/sdgs-icon-key.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1;
	}
	.sdgs .interview.sec1 .wrap:nth-of-type(4) .text-box{
		width: 53.5%;
	}
	.sdgs .interview.sec1 .wrap:nth-of-type(4){
		max-width: 1070px;
	}
	.sdgs .interview.sec1 .wrap:nth-of-type(4) .img-box{
		max-width: 370px;
		width: 35%;
		text-align: left;
	}
	.sdgs .interview.sec1 .wrap:nth-of-type(4) .img-box img{
		margin-bottom: 13px;
	}
	.sdgs .interview.sec2{
		background-color: #E9FBFF;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.sdgs .interview.sec2 .title .img-box{
		margin-left: auto;
	}
	.sdgs .interview.sec2 .title .text-box{
		left: 14.35vw;
		right: auto;
	}
	.sdgs .interview.sec2 .inner:nth-of-type(3) .img-box{
		width: 47.5%;
		margin: 0;
		text-align: center;
	}
	.sdgs .interview.sec2 .wrap.pattern3 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.sdgs .interview.sec2 .wrap.pattern3 .img-box {
		width: 31.625%;
		text-align: left;
		margin-right: 11%;
	}
	.sdgs .social-box{
		text-align: center;
		margin: 3vw auto 8vw;
	}
	.sdgs .social-box .social-text{
		font-weight: bold;
		margin: 1em 0;
	}
	.sdgs .social-box a{
		margin-right: 10px;
		transition: all 0.3s cubic-bezier(0.4, 0.3, 0.5, 0.9);
		color: #000;
		font-weight: bold;
		text-decoration: none;
		margin:1em;
	}
	.sdgs .social-box a:hover{
		opacity: 0.5;
	}
	.sdgs .social-box a img{
		width: auto;
		height: 30px;
	}
	.sdgs .next-article {
		margin: 2vw auto;
	}
	.sdgs .next-article .inner {
		position: relative;
		max-width: 970px;
		width: 90%;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding: 24px;
		color: #333;
		text-decoration: none;
		box-sizing: border-box;
	}
	.sdgs .next-article .inner::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) rotate(45deg);
		width: 20px;
		height: 20px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
	}
	.sdgs .next-article .inner:hover {
		opacity: .7;
	}
	.sdgs .next-article .inner .icon-img {
		position: relative
	}
	.sdgs .next-article .inner .icon-img img {
		width: 93px;
	}
	.sdgs .next-article .inner .number {
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		font-size: 35px;
		font-weight: bold;
	}
	.sdgs .next-article .inner .title {
		width: calc(100% - 93px - 40%);
		font-size: 22px;
		font-weight: bold;
		padding: 0 25px;
		box-sizing: border-box;
	}
	.sdgs .next-article .inner .affiliation {
		font-size: 22px;
		margin-top: 4px;
		font-weight: 500;
	}
	.sdgs .next-article .inner .name {
		font-size: 11px;
	}
	.sdgs .next-article .inner .box {
		width: 40%;
	}
	.sdgs .banner{
		text-align: center;
		margin: 6vw auto;
	}
	.sdgs .banner a:hover{
		opacity: .7;
	}
	.sdgs .sec-future{
		background: linear-gradient(90deg, #FAD7D1 33%, #E5F297 67%);
		padding: 2.8% 0;
		margin: 6vw auto 10vw;
		box-sizing: border-box;
	}
	.sdgs .sec-future .inner{
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 4% 6%;
		background-color: #fff;
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		box-sizing: border-box;
		border-radius: 10px;
	}
	.sdgs .sec-future .inner .text-box{
		width: 46.314%;
	}
	.sdgs .sec-future .inner .text-box .sub{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 4px;
	}
	.sdgs .sec-future .inner .text-box .title{
		font-size: 22px;
		line-height: 1.3;
	}
	.sdgs .sec-future .inner .text-box .text{
		font-size: 13.2px;
		margin-top: 27px;
		line-height: 2;
	}
	.sdgs .sec-future .inner .img-box{
		width: calc(52% - 30px);
	}
	.sp-contents {
		display: none;
	}
}
/* ----- tablets ------ */
@media print, screen and (min-width: 769px) and (max-width: 1200px) {
	.sdgs .interview .wrap{
		margin: 80px auto;
	}
}
.sdgs .lets-sdgs .inner .title-img img{
	animation: 7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s opacity1;
}
.sdgs .lets-sdgs .inner .deco2{
	opacity:0;
	animation: .8s cubic-bezier(0.165, 0.84, 0.44, 1) 1s appear;
	animation-fill-mode: forwards;
}
.sdgs .lets-sdgs .inner .deco1{
	opacity:0;
	animation: .8s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s appear;
	animation-fill-mode: forwards;
}
.sdgs .lets-sdgs .inner .deco3{
	opacity:0;
	animation: .8s cubic-bezier(0.165, 0.84, 0.44, 1) 1s appear;
	animation-fill-mode: forwards;
}
.sdgs .lets-sdgs .inner .deco4{
	opacity:0;
	animation: .8s cubic-bezier(0.165, 0.84, 0.44, 1) 1s appear;
	animation-fill-mode: forwards;
}
.sdgs .lets-sdgs .inner .title-box .img{
	opacity:0;
	animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2s downUp;
	animation-fill-mode: forwards;
}
.sdgs .lets-sdgs .inner .title-box .title,
.sdgs .lets-sdgs .inner .title-box .desc{
	opacity:0;
	animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 2.5s downUp;
	animation-fill-mode: forwards;
}
.sdgs .interview.sec1{
	animation: 5s linear 0s sec1bk;
}
.scroll{
	opacity: 0;
	transform: translateY(50px);
	transition: 1s;
}
.scroll.action{
	opacity: 1;
	transform: translateX(0px);
	transform: translateY(0px);
}
.st-GlobalFooter_PageTop{
	z-index: 10;
}

.global-Breadcrumb li {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}
