@charset "utf-8";
.sdgs{
	color: #333;
	overflow-x: hidden;
}
.komejirushi{
	font-size: 10px;
	vertical-align: top;
}
.img-center{
	text-align: center;
}
@-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: #e9fbff;
	}
}
@keyframes sec1bk {
	from { background-color: #fff; }
	to {
		background-color: #e9fbff;
	}
}
/* ----- 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: center top;
		height: 450px;
	}
	.sdgs .lets-sdgs .inner .deco1 {
		position: absolute;
		top: 25vw;
		left: 0;
	}

	.sdgs .lets-sdgs .inner .deco2 {
		position: absolute;
		top: 52vw;
		left: -3vw;
		width: 150px;
	}

	.sdgs .lets-sdgs .inner .deco3 {
		position: absolute;
		bottom: 25vw;
		right: 1vw;
		width: 120px;
	}

	.sdgs .lets-sdgs .inner .deco4 {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 1vw;
		width: 100px;
	}
	.sdgs .lets-sdgs .inner .deco2 img,
	.sdgs .lets-sdgs .inner .deco3 img,
	.sdgs .lets-sdgs .inner .deco4 img {
		border-radius: 50%;
	}
	.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: 300px;
		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 16px;
		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: 90%;
		margin: -10px 0 0;
		background-color: #fff;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		padding: 12px 12px 12px 12%;
		box-sizing: border-box;
	}
	.sdgs .interview.sec2 .title .text-box {
		margin: -10px 0 0 auto;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		padding: 12px;
	}
	.sdgs .interview .title .text-box .text{
		font-size: 20px;
		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 img {
		border-radius: 15px;
	}
	.sdgs .interview .wrap .text-box{
		width: 100%;
		order: 2;
	}
	.sdgs .interview .wrap .img-box{
		width: 100%;
		order: 1;
		text-align: center;
		margin-bottom: 60px;
	}
	.sdgs .interview .wrap .text-box .text1{
		font-size: 13.2px;
	}
	.sdgs .interview .wrap .text-box .text1:nth-of-type(n+2){
		margin-top: 56px;
	}
	.sdgs .interview .wrap .text-box .text2{
		font-size: 13.2px;
		margin-top: 35px;
	}
	.sdgs .interview.sec1{
		background-color: #e9fbff;
	}
	.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: #f0ffd1;
	}
	.sdgs .interview.sec2 .title .img-box{
		margin-left: auto;
	}
	.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 .banner{
		text-align: center;
		width: 80%;
		margin: 52px auto;
	}
	.sdgs .sec-future{
		background: linear-gradient(0deg, #f0ffd1 33%, #e9fbff 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;
	}
	.sdgs .interview .wrap .img-box .img {
		margin-bottom: 13px;
	}

	/********************************/
	.sdgs .interview .wrap.pattern1 .img-box {
		order: 2;
		margin: 30px auto 0;
	}
	.sdgs .interview .wrap.pattern1 .text-box {
		order: 1;
	}

	.sdgs .interview.sec1 .img-center img{
		border-radius: 0;
	}

	.sdgs .interview .wrap.pattern2 .text-box {
		order: 1;
	}
	.sdgs .interview .wrap.pattern2 .img-box {
		position: relative;
		order: 2;
		margin: 60px auto 0;
		padding: 0 0 25%;
	}
	.sdgs .interview .wrap.pattern2 .img-box img {
		border-radius: 50%;
	}
	.sdgs .interview .wrap.pattern2 .img-box .img1 {
		width: 70%;
	}

	.sdgs .interview .wrap.pattern2 .img-box .img2 {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
	}

	.is-pc-only {
		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: 100% 50%;
		height: calc(100vh - 45px - 65px);
	}
	.sdgs .lets-sdgs .inner .deco1{
		position: absolute;
		top: 33vw;
		left: 0;
	}
	.sdgs .lets-sdgs .inner .deco2{
		position: absolute;
		top: 77vw;
		left: -3vw;
		width: 123px;
	}
	.sdgs .lets-sdgs .inner .deco3{
		position: absolute;
		bottom: 40vw;
		right: 1vw;
		width: 136px;
	}
	.sdgs .lets-sdgs .inner .deco4{
		position: absolute;
		top: auto;
		bottom: 25px;
		left: 39vw;
		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: 130px;
		width: 310px;
		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: 90px;
		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;
	}
	.is-pc-only {
		display:none;
	}
}
/* ----- 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: 5vw;
		left: 16.5vw;
		width: 6vw;
	}
	.sdgs .lets-sdgs .inner .deco2{
		position: absolute;
		bottom: 2vw;
		left: 8vw;
		width: 14.323vw;
	}
	.sdgs .lets-sdgs .inner .deco3{
		position: absolute;
		bottom: 0;
		right: 12.8vw;
		width: 15.573vw;
	}
	.sdgs .lets-sdgs .inner .deco4{
		position: absolute;
		top: 0;
		right: 6vw;
		width: 10vw;
	}
	.sdgs .lets-sdgs .inner .deco2 img,
	.sdgs .lets-sdgs .inner .deco3 img,
	.sdgs .lets-sdgs .inner .deco4 img {
		border-radius: 50%;
	}
	.sdgs .lets-sdgs .inner .title-box{
		width: 26.623vw;
		position: absolute;
		top: 0;
		left: 36%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.sdgs .lets-sdgs .inner .title-box .img{
		margin: 0 0 40px 48px;
		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 img {
		border-radius: 15px;
	}
	.sdgs .interview .wrap .text-box{
		width: 47.5%;
	}
	.sdgs .interview .wrap .img-box{
		width: 47.5%;
		text-align: right;
	}
	.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.sec1{
		background-color: #e9fbff;
		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/interview01/sdgs-icon-key.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 1;
	}
	.sdgs .interview.sec2{
		background-color: #f0ffd1;
		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 .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%;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.sdgs .banner{
		text-align: center;
		margin: 6vw auto;
	}
	.sdgs .banner a:hover{
		opacity: .7;
	}
	.sdgs .sec-future{
		background: linear-gradient(90deg, #f0ffd1 33%, #e9fbff 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;
		box-sizing: border-box;
		border-radius: 10px;
	}
	.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: 27px auto;
		line-height: 2;
	}
	.sdgs .interview .wrap .img-box .img {
		margin-bottom: 2.29169vw;
	}
	/********************************/
	.sdgs .interview .wrap.pattern1 {
		max-width: 1340px;
		margin: 8% auto 8% 5.547%;
	}
	.sdgs .interview .wrap.pattern1 .img-box .img{
		max-width: 540px;
	}
	.sdgs .interview .wrap.pattern1 .text-box {
		width: 50%;
	}
	.sdgs .interview .wrap.pattern2 .img-box {
		position: relative;
		-ms-flex-item-align: baseline;
		-webkit-align-self: baseline;
		align-self: baseline;
	}
	.sdgs .interview .wrap.pattern2 .img-box img{
		border-radius: 50%;
	}
	.sdgs .interview .wrap.pattern2 .img-box .img1 {
		margin-top: -40px;
		text-align: center;
	}
	.sdgs .interview .wrap.pattern2 .img-box .img2 {
		position: absolute;
		bottom: -160px;
		right: 0;
	}
	.sdgs .interview .wrap.pattern3 {
		max-width: 970px;
	}
	.sdgs .interview .wrap.pattern3 .img-box {
		text-align: left;
	}
	.is-sp-only {
		display:none;
	}
}
/* ----- tablets ------ */
@media print, screen and (min-width: 769px) and (max-width: 1200px) {
	.sdgs .interview .wrap{
		margin: 80px auto;
	}
	.sdgs .interview .wrap.pattern2 .img-box .img1 img {
		width: 280px;
	}

	.sdgs .interview .wrap.pattern2 .img-box .img2 {
		bottom: -100px;
	}

	.sdgs .interview .wrap.pattern2 .img-box .img2 img {
		width: 200px;
	}
}
/* animation アニメーション */
.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;
}