@charset "UTF-8";
html{
    font-size: 62.5%;
}
button:focus,
a:focus {
    outline: 2px solid #0075c2;
    outline-offset: -1px;
    transition: unset;
}
[data-whatinput="mouse"] :focus, [data-whatinput="touch"] :focus {
    outline: none;
}
body{
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
[lang="en"] .l-article{
    letter-spacing: 0;
}
body.is-visible{
    opacity: 1;
    visibility: visible;
}
#l-document {
    position: relative;
}
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 5;
}
@media(max-width: 767px){
    .pagetop {
        bottom: 10px;
        right: 15px;
    }
    .pagetop img {
        width: 40px;
        height: auto;
    }
}
@media only screen and (max-width: 1024px) {
    #l-header {
        position: absolute;
    }
    .is-done #l-header {
        top: 0;
    }
    #l-container {
        padding-top: 0;
    }
}
/*å…±é€šéƒ¨åˆ†*/
.is-header-overlay .l-header {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    top: -130px;
    transition: all 0.5s ease;
}
.is-done.is-header-overlay .l-header {
    top: 0;
}
.l-footer{
    margin-top: 0;
}
.full-image{
    width: 100%;
    height: auto;
}
.sdgs-btn{
    font-size: 1.2rem;
    color: #000;
    border: 1px solid #000;
    width: 225px;
    padding: 15px 18px 14px;
    text-align: center;
}
.sdgs-btn:after {
    background: #000;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sdgs-btn span::before{
    font-size: 150%;
}
.sdgs-btn:hover{
    color: #fff;
}
.sdgs-btn:hover:after {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
@media(max-width: 767px){
    .sdgs-btn{
        padding: 10px 15px 12px;
        width: 200px;
        font-size: 1rem;
    }
}
/* Main Menu*/
.sdgs-menu{
    position: relative;
    min-height: calc(100vh - 62px);
}
.sdgs-menu__bg {
    background: #0075c1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: all 1s ease;
    z-index: 3;
}
.is-hide.sdgs-menu__bg {
    opacity: 0;
}
.sdgs-menu__title {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 1s ease;
    opacity: 0;
    z-index: 4;
}
.sdgs-menu__title img {
    margin-bottom: 1em;
}
.is-show.sdgs-menu__title {
    opacity: 1;
}
.is-hide.sdgs-menu__title {
    opacity: 0;
}
.is-final.sdgs-menu__title {
    opacity: 1;
    color: #000;
    top: 18% !important;
    font-size: 3.2rem;
}
.is-final.sdgs-menu__title img {
    display: none;
}
.sdgs-menu__logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    overflow: hidden;
}
.sdgs-menu__logo img {
    display: none;
}
.ie .sdgs-menu__logo img {
    display: block;
}
.ie .sdgs-menu__logo svg {
    display: none;
}
.sdgs-menu__logo__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    pointer-events: none;
    width: 170px;
    height: auto;
    z-index: 2;
    transition: all 0.5s ease;
    opacity: 0;
}
.sdgs-menu__logo__logo.is-show {
    opacity: 1;
}
.is-show .sdgs-menu__logo__logo.is-show {
    transition: width 2.8s ease;
}
.is-show .sdgs-menu__logo__logo.is-finished {
    width: 50px !important;
    transition: all 1s ease;
    top: calc(28% + 110px);
}
.ie .is-show .sdgs-menu__logo__logo.is-finished {
    top: calc(33% + 60px);
}
.sdgs-menu__figure{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 1300px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sdgs-menu__figure > div {
    position: absolute;
    display: block;
}
.sdgs-menu__figure > .sdgs-menu__figure__inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}
.sdgs-menu__figure > .sdgs-menu__figure__inner.is-show {
    opacity: 1;
    pointer-events: auto;
}
.sdgs-menu__figure__prev {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    left: -30px;
    cursor: pointer;
}
.sdgs-menu__figure__prev span {
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 9px;
}
.sdgs-menu__figure__next {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    right: -30px;
    cursor: pointer;
}
.sdgs-menu__figure__next span {
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    top: 9px;
}
.sdgs-menu__figure__prev:hover,
.sdgs-menu__figure__next:hover {
    opacity: 0.7;
}
.sdgs-menu__figure > div img {
    max-width: 100%;
    height: auto;
}
.sdgs-menu__figure__kuroko {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 143px;
    top: 28%;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
}
.sdgs-menu__figure__kuroko.is-show {
    opacity: 1;
    pointer-events: auto;
}
.sdgs-menu__figure__kuroko a{
    display: block;
    transition: all .3s ease;
}
.sdgs-menu__figure__kuroko a:hover{
    opacity: .7;
    text-decoration: none;
}
.sdgs-menu__figure__image {
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    opacity: 1;
}
.sdgs-menu__figure__image a{
    position: relative;
    display: inline-block;
    transition: all .3s ease;
}
.sdgs-menu__figure__image a > span {
    display: inline-block;
    min-height: 143px;
}
.sdgs-menu__figure__image a:before{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url("/en/sdgs/img/arrow.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: -20px;
    right: 0;
    transition: all .3s ease;
}
.sdgs-menu__figure__image a:hover{
    opacity: 1;
    text-decoration: none;
}
.sdgs-menu__figure__image a:hover:before{
    transform: scale(1.1);
}
.sdgs-menu__figure__image {
    padding-top: 96px;
}
.sdgs-menu__figure__logo {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 45px;
    transition: all 0.5s ease;
    opacity: 0;
}
.sdgs-menu__figure__logo a{
    display: block;
    transition: all .3s ease;
}
.sdgs-menu__figure__logo a:hover{
    opacity: .7;
}
.is-done .sdgs-menu__figure__logo {
    opacity: 1;
}
.sdgs-menu__figure__logo .sdgs-menu__figure__text {
    padding-top: 1em;
}
.sdgs-menu__line {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease;
    animation-duration: 1800ms;
    animation-name: lineAnimation;
    transition-timing-function: linear;
    transition-timing-function: cubic-bezier(0.18, 0.51, 0.42, 1);
    animation-iteration-count: infinite;
}
.sdgs-menu__line:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 18px;
    background: url("/en/sdgs/img/sdgs2-main-icn01.png") no-repeat center;
}
.sdgs-menu__line__inner {
    animation-duration: 1800ms;
    animation-name: lineAnimation;
    transition-timing-function: linear;
    transition-timing-function: cubic-bezier(0.18, 0.51, 0.42, 1);
    animation-iteration-count: infinite;
    display: block;
    position: relative;
    width: 1px;
    background: #000;
}
.is-done .sdgs-menu__line {
    opacity: 1;
}
.sdgs-menu__figure__text {
    text-align: center;
    padding-top: 1.2em;
    transition: all 0.5s ease;
    font-size: 1.4rem;
    color: #000;
}
.is-done .sdgs-menu__figure__text {
    opacity: 1;
}
.sdgs-menu__figure__text .icon-gaishi-plus {
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
    border: 1px solid #000;
    padding: 2px;
    margin-right: 0.5em;
}
@keyframes lineAnimation {
    0% {
        transform:translateY(-40%);
    }
    50% {
        transform:translateY(0);
    }
    100% {
        transform:translateY(-40%);
    }
}
.sdgs-menu__skip{
    position: absolute;
    z-index: 3;
    bottom: 30px;
    right: 50px;
    display: inline-block;
    transition: all .3s ease;
    cursor: pointer;
}
.sdgs-menu__skip:hover{
    opacity: 0.7;
}
@media(max-width: 1550px){
    .sdgs-menu__figure {
        width: 80%;
    }
    .sdgs-menu__figure__next {
        top: 90px;
    }
    .sdgs-menu__figure__prev {
        top: 90px;
    }
    .sdgs-menu__figure__prev span {
        width: 25px;
        height: 25px;
        position: absolute;
        left: 10px;
        top: 11px;
    }
    .sdgs-menu__figure__next span {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 11px;
    }
    .sdgs-menu__figure__image a:before {
        width: 40px;
        height: 40px;
    }
    .sdgs-menu__figure__image a > span {
        min-height: 85px;
    }
    .sdgs-menu__figure__text {
        padding-top: 1em;
        font-size: 1.2rem;
    }
    .is-show .sdgs-menu__logo__logo.is-finished {
        width: 29px !important;
    }
    .is-show .sdgs-menu__logo__logo.is-finished {
        top: calc(28% + 70px);
    }
    .ie .is-show .sdgs-menu__logo__logo.is-finished {
        top: calc(28% + 70px);
    }
    .sdgs-menu__figure__kuroko {
        width: 90px;
    }
    .sdgs-menu__figure__image {
        padding-top: 64px;
    }
    .sdgs-menu__figure__image--foundation img {
        width: 88px;
    }
    .sdgs-menu__figure__image--energy img {
        width: 114px;
    }
    .sdgs-menu__figure__image--measures img {
        width: 160px;
    }
    .sdgs-menu__figure__image--ele img {
        width: 116px;
    }
    .sdgs-menu__figure__image--ceramics img {
        width: 140px;
    }
    .sdgs-menu__figure__image--PMremoval img {
        width: 120px;
    }
    .sdgs-menu__figure__logo {
        bottom: 82px;
    }
    .sdgs-menu__figure > .sdgs-menu__figure__logo img {
        max-width: 400px;
    }
}
@media (min-height: 0px) and (max-height: 767px){
    .is-pc .sdgs-menu__figure__logo {
        bottom: 82px;
    }
    .is-pc .sdgs-menu__figure > .sdgs-menu__figure__logo img {
        max-width: 400px;
    }
}
@media(max-width: 767px){
    .sdgs-menu.is-sm-screen-rotated {
        min-height: 490px !important;
    }
    .sdgs-menu__title {
        font-size: 1.5rem;
    }
    .is-final.sdgs-menu__title {
        font-size: 1.8rem;
    }
    .sdgs-menu__title img {
        height: 28px;
        width: auto;
        margin-bottom: 1.5em;
    }
    .is-sm-screen .sdgs-menu__title img {
        height: 24px;
    }
    .is-final.sdgs-menu__title {
        top: calc(22% - 60px) !important;
    }
    .is-sm-screen .is-final.sdgs-menu__title {
        top: calc(22% - 36px) !important;
        font-size: 1.5rem;
    }
    .is-show.sdgs-menu__logo {
        margin: auto;
    }
    .is-sm-screen .is-show.sdgs-menu__logo {
        height: auto;
    }
    .is-show .sdgs-menu__logo__logo.is-finished {
        width: 39px !important;
        top: calc(50% - 82px) !important;
    }
    .is-sm-screen .sdgs-menu__logo__logo.is-finished {
        width: 30px !important;
        top: calc(50% - 58px) !important;
    }
    .sdgs-menu__figure{
        width: calc(100vw - 60px);
        height: 280px;
        margin: auto;
        left: 0;
        top: -60px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .is-sm-screen .sdgs-menu__figure{
        width: calc(100vw - 60px);
    }
    .sdgs-menu__figure > .sdgs-menu__figure__inner {
        top: 73%;
    }
    .sdgs-menu__figure__image a > span {
        min-height: 55px;
    }
    .sdgs-menu__figure__next {
        width: 15px;
        height: 25px;
        right: -20px;
        top: 35px;
    }
    .sdgs-menu__figure__prev {
        width: 15px;
        height: 25px;
        left: -20px;
        top: 35px;
    }
    .sdgs-menu__figure__prev span {
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 4px;
        top: 5px;
    }
    .sdgs-menu__figure__next span {
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 4px;
        top: 5px;
    }
    .is-sm-screen .sdgs-menu__figure {
        height: auto;
        /* width: 280px; */
        height: 239px;
        top: -15px;
    }
    .sdgs-menu__figure__kuroko {
        width: 112px;
        position: static !important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .is-sm-screen .sdgs-menu__figure__kuroko {
        width: 87px;
        top: 89px;
    }
    .sdgs-menu__figure__image {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .sdgs-menu__figure__image {
        padding-top: 15px;
    }
    .sdgs-menu__figure__image--foundation img {
        width: 55px;
    }
    .is-sm-screen .sdgs-menu__figure__image--foundation img {
        width: 50px;
    }
    .sdgs-menu__figure__image--energy img {
        width: 71px;
    }
    .is-sm-screen .sdgs-menu__figure__image--energy img {
        width: 55px;
    }
    .sdgs-menu__figure__image--measures img {
        width: 97px;
    }
    .sdgs-menu__figure__image--ceramics img {
        width: 100px;
    }
    .sdgs-menu__figure__image--PMremoval img {
        width: 70px;
    }
    .sdgs-menu__figure__image--ele img {
        width: 65px;
    }
    .is-sm-screen .sdgs-menu__figure__image--ele img {
        width: 63px;
    }
    .sdgs-menu__figure__logo {
        max-width: 335px;
        margin: 0 auto;
        bottom: -170px;
    }
    .is-sm-screen .sdgs-menu__figure__logo {
        max-width: 285px;
        bottom: -160px;
    }
    .sdgs-menu__figure__logo img {
        max-width: 100%;
        height: auto;
    }
    .sdgs-menu__line {
        display: none;
    }
    .sdgs-menu__skip{
        bottom: 15px;
        right: 25px;
    }
    .sdgs-menu__skip img{
        width: 44px;
        height: auto;
    }
    .sdgs-menu__figure__text {
        padding-top: 0.5em;
    }
    .sdgs-menu__figure__text {
        font-size: 1rem;
        line-height: 1.2;
    }
    .sdgs-menu__figure__text .icon-gaishi-plus {
        padding: 0;
    }
    .sdgs-menu__figure__logo .sdgs-menu__figure__text {
        padding-top: 0.8em;
    }
    .sdgs-menu__figure__image .sdgs-menu__figure__text {
        padding-top: 0.5em;
    }
    .is-sm-screen .sdgs-menu__figure__text{
        font-size: 0.9rem;
    }
    .sdgs-menu__figure > .sdgs-menu__figure__logo img {
        max-width: 100%;
        height: auto;
    }
    .sdgs-menu__figure__image a:before{
        width: 30px;
        height: 30px;
        top: -10px;
    }
}
@media(max-width: 374px){
    .sdgs-menu__figure__text{
        font-size: 1rem;
    }
    .sdgs-menu__figure__logo{
        box-sizing: border-box;
        padding: 0 10px;
        left: 0;
        right: 0;
    }
    .is-sm-screen .sdgs-menu__figure {
        width: 260px;
    }
}
.is-sm-screen.sdgs-menu{
    min-height: 700px!important;
}
@media (max-height: 414px) {
    .sdgs-menu__figure > .sdgs-menu__figure__inner {
        top: 67%;
    }
    .sdgs-menu__figure__next {
        top: 33px;
        width: 15px;
        height: 25px;
    }
    .sdgs-menu__figure__prev {
        top: 33px;
        width: 15px;
        height: 25px;
    }
    .sdgs-menu.is-sm-screen-rotated {
        min-height: 490px !important;
    }
    .sdgs-menu__title {
        font-size: 1.5rem;
    }
    .is-final.sdgs-menu__title {
        font-size: 1.8rem;
    }
    .sdgs-menu__title img {
        height: 28px;
        width: auto;
        margin-bottom: 1.5em;
    }
    .is-sm-screen .sdgs-menu__title img {
        height: 24px;
    }
    .is-final.sdgs-menu__title {
        top: calc(22% - 60px) !important;
    }
    .is-sm-screen .is-final.sdgs-menu__title {
        top: calc(22% - 36px) !important;
        font-size: 1.5rem;
    }
    .is-show.sdgs-menu__logo {
        margin: auto;
    }
    .is-sm-screen .is-show.sdgs-menu__logo {
        height: auto;
    }
    .is-show .sdgs-menu__logo__logo.is-finished {
        width: 39px !important;
        top: calc(50% - 82px) !important;
    }
    .is-sm-screen .sdgs-menu__logo__logo.is-finished {
        width: 30px !important;
        top: calc(50% - 58px) !important;
    }
    .sdgs-menu__figure{
        width: 375px;
        height: 280px;
        margin: auto;
        left: 0;
        top: -60px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .is-sm-screen .sdgs-menu__figure {
        height: auto;
        /* width: 280px; */
        height: 239px;
        top: -15px;
    }
    .sdgs-menu__figure__kuroko {
        width: 112px;
        position: static !important;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .is-sm-screen .sdgs-menu__figure__kuroko {
        width: 87px;
        top: 89px;
    }
    .sdgs-menu__figure__image {
        height: auto;
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .is-sm-screen .sdgs-menu__figure__image a > span {
        min-height: 46px;
    }
    .sdgs-menu__figure__image--foundation img {
        width: 49px;
    }
    .is-sm-screen .sdgs-menu__figure__image--foundation img {
        width: 50px;
    }
    .sdgs-menu__figure__image--energy img {
        width: 71px;
    }
    .is-sm-screen .sdgs-menu__figure__image--energy img {
        width: 55px;
    }
    .sdgs-menu__figure__image--measures img {
        width: 97px;
    }
    .is-sm-screen .sdgs-menu__figure__image--measures img {
        width: 80px;
    }
    .sdgs-menu__figure__image--ele img {
        width: 75px;
    }
    .is-sm-screen .sdgs-menu__figure__image--ele img {
        width: 63px;
    }
    .sdgs-menu__figure__image--ceramics img {
        width: 80px;
    }
    .is-sm-screen .sdgs-menu__figure__image--ceramics img {
        width: 80px;
    }
    .sdgs-menu__figure__image--PMremoval img {
        width: 65px;
    }
    .is-sm-screen .sdgs-menu__figure__image--PMremoval img {
        width: 65px;
    }
    .sdgs-menu__figure__logo {
        max-width: 335px;
        margin: 0 auto;
        bottom: -164px;
    }
    .is-sm-screen .sdgs-menu__figure__logo {
        max-width: 285px;
        bottom: -125px;
    }
    .sdgs-menu__figure__logo img {
        max-width: 240px;
        height: auto;
    }
    .sdgs-menu__line {
        display: none;
    }
    .sdgs-menu__skip{
        bottom: 15px;
        right: 25px;
    }
    .sdgs-menu__skip img{
        width: 44px;
        height: auto;
    }
    .sdgs-menu__figure__text {
        padding-top: 0.5em;
    }
    .sdgs-menu__figure__text{
        font-size: 1rem;
    }
    .sdgs-menu__figure__text .icon-gaishi-plus {
        padding: 0;
    }
    .sdgs-menu__figure__logo .sdgs-menu__figure__text {
        padding-top: 0.8em;
    }
    .sdgs-menu__figure__image--measures .sdgs-menu__figure__text {
        padding-top: 0.5em;
    }
    .is-sm-screen .sdgs-menu__figure__text{
        font-size: 0.9rem;
    }
}

/*Products Style*/
.sdgs-product{
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 1.6rem;
}
.sdgs-product__content{
    width: 50%;
    position: relative;
    z-index: 2;
}
.sdgs-product__content h2 {
    font-size: 4.4rem;
    color: #333;
    font-weight: bold;
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sdgs-product__content h2.is-fixed{
    position: fixed;
    left: 50%;
}
.sdgs-product__content h2.is-show {
    left: -20%;
    opacity: 0;
    transition: all 2s ease;
}
.sdgs-product__content h2 span {
    text-align: left;
    display: inline-block;
}
.sdgs-product__content h2 small {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    padding: 0.5em 0 0 0;
}
.sdgs-product__head{
    width: 50%;
    position: relative;
    cursor: default;
    pointer-events: none;
    outline: none;
}
.sdgs-product__head:focus {
    cursor: default;
    pointer-events: none;
    outline: none;
}
.sdgs-product__head__icon {
    position: absolute;
    top: 27px;
    left: 27px;
    border: 2px solid #fff;
    display: block;
    font-size: 0;
    z-index: 3;
}
.is-fixed .sdgs-product__head__icon{
    position: fixed;
}
.sdgs-product__head__icon img {
    width: 96px;
    height: auto;
}
.sdgs-product__head__content {
    position: absolute;
    top: 50vh;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}
.is-fixed .sdgs-product__head__content{
    position: fixed;
    width: 50%;
}
.sdgs-product__head__image {
    display: block;
    font-size: 0;
}
.sdgs-product__head__content h2 {
    color: #333;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: all 0.5s ease;
}
.sdgs-product__head__content h2 small {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 10px;
}
.sdgs-product__head__content h2.is-show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sdgs-product__inner{
    background: #fff;
    position: relative;
    padding: 160px 0 0;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.sdgs-product__inner.is-show{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sdgs-product__wrap {
    max-width: 550px;
    padding-left: 100px;
}
.sdgs-product__wrap .hdg-lv3 {
    font-size: 3.6rem;
    line-height: 1.333;
    margin: 0 0 65px;
}
.sdgs-product__wrap .hdg-lv3 + p {
    line-height: 2;
}
.sdgs-box-example {
    border: 3px solid #000;
    margin: 125px 0 105px;
    background: url("/en/sdgs/img/sdgs2-bg-example01.png") no-repeat bottom center;
    position: relative;
}
.sdgs-box-example__sub {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.sdgs-box-example__sub span {
    display: inline-block;
    background: #000;
    padding: 10px 26px 10px;
}
.sdgs-box-example__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 14px;
}
.sdgs-box-example__title + p {
    line-height: 1.5;
}
.sdgs-box-example__content {
    padding: 0 87px 55px 47px;
}
.sdgs-box-example__kuroko {
    position: absolute;
    display: block;
    right: 7px;
    bottom: -45px;
}
#nas .sdgs-box-example__kuroko{
    bottom: -86px;
}
#gaishi .sdgs-box-example__kuroko{
    bottom: -68px;
}
#ganwafer .sdgs-box-example__kuroko{
    right: 17px;
    bottom: -94px;
}
.sdgs-box-example__button {
    margin-top: 20px;
}
.sdgs-product__detail {
    background: #F5F5F5;
    padding: 100px 0 160px;
}
.sdgs-product__detail__heading {
    margin-bottom: 40px;
    position: relative;
    padding-left: 136px;
    min-height: 116px;
}
.sdgs-product__detail__heading:after {
    content: "";
    display: block;
    clear: both;
}
.sdgs-product__detail__heading__icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 20px;
}
.sdgs-product__detail__heading__icon img {
    width: 116px;
    height: auto;
}
.sdgs-product__detail__title {
    font-size: 2.4rem;
    margin-bottom: 5px;
}
.sdgs-product__detail__title + p {
    line-height: 1.5;
}
.sdgs-box-target {
    border-top: 2px dotted #707070;
    border-bottom: 2px dotted #707070;
    padding: 30px 0 26px;
    margin-bottom: 100px;
}
.sdgs-box-target__title {
    font-weight: bold;
    margin-bottom: 5px;
}
.sdgs-box-target__title + p {
    line-height: 1.5;
}
.sdgs-box-graph__title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.sdgs-box-graph__title:before {
    content: "";
    display: block;
    width: 92px;
    height: 112px;
    position: absolute;
    left: -181px;
    top: 2.1em;
    background: url("/en/sdgs/img/sdgs-img-kuroko-peek01.png") no-repeat center;
}
.sdgs-ganwafer .sdgs-box-graph__title:before,
.sdgs-nas .sdgs-box-graph__title:before {
    display: none;
}
.sdgs-PMremoval .sdgs-product__content h2,
.sdgs-nas .sdgs-product__content h2,
.sdgs-PMremoval .sdgs-product__head__content h2,
.sdgs-nas .sdgs-product__head__content h2{
    color: #fff;
}
.sdgs-box-graph__title + p {
    line-height: 1.5;
}
.sdgs-box-graph__content {
    padding-top: 35px;
}
#nas .sdgs-box-graph__content{
    padding-top: 65px;
}
.sdgs-box-graph__content__title {
    font-weight: bold;
    margin-bottom: 16px;
}
.sdgs-box-graph__content__graph {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    font-size: 0;
}
.sdgs-box-graph__content__kuroko {
    position: absolute;
    display: block;
    left: 10px;
    bottom: -20px;
}
.sdgs-box-graph__content__graph img {
    max-width: 100%;
    height: auto;
}
.sdgs-box-graph__content__caption {
    font-size: 1.2rem;
    line-height: 2;
}
.sdgs-box-graph__content__note {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
}
.sdgs-box-graph__content__button {
    text-align: center;
    font-size: 0;
    margin-top: 35px;
}
@media(max-width: 1499px){
    .sdgs-product__wrap {
        margin: 0 auto;
        padding: 0 100px;
    }
}
@media(max-width: 1299px){
    .sdgs-product__wrap {
        margin: 0 auto;
        padding: 0 50px;
    }
    .sdgs-box-graph__title:before {
        left: -131px;
    }
}
@media(max-width: 1180px){
    .sdgs-product__wrap {
        margin: 0 auto;
        padding: 0 20px;
    }
    .sdgs-box-graph__title:before {
        left: -100px;
    }
}
@media(max-width: 960px){
    .sdgs-product__head__image img {
        width: 80%;
    }
    .sdgs-product__inner {
        padding-top: 80px;
    }
    .sdgs-product__content h2 small {
        float: none;
        padding-left: 0;
        display: block;
    }
    .sdgs-product__detail {
        padding: 50px 0 80px;
    }
    .sdgs-product__detail__heading {
        padding-left: 78px;
    }
    .sdgs-product__detail__heading__icon img {
        width: 58px;
        height: auto;
    }
}
@media(max-width: 767px){
    .sdgs-product__content{
        width: 100%;
    }
    .sdgs-product__head{
        width: 100%;
    }
    .sdgs-product__content h2 {
        display: none;
    }
    .sdgs-product__head__content{
        position: relative;
        top: 0;
        padding: 110px 0 50px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .sdgs-product__head__icon{
        width: 62px;
        height: 62px;
        top: 28px;
        left: 22px;
    }
    .sdgs-product__head__icon img{
        width: 60px;
    }
    .sdgs-product__head__content h2{
        opacity: 1;
        transform: scale(1);
    }
    .sdgs-product__head__content h2 small{
        font-size: 1.2rem;
        margin-top: 6px;
    }
    .sdgs-product__head__image img{
        width: 178px;
    }
    #nas .sdgs-product__head__image img{
        width: 222px;
    }
    #gaishi .sdgs-product__head__image img{
        width: 220px;
    }
    #ganwafer .sdgs-product__head__image img{
        width: 220px;
    }
    .sdgs-product__inner{
        opacity: 1;
        transform: translateX(0);
        padding-top: 60px;
    }
    .js-fadeinup.is-animated{
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .sdgs-product__wrap{
        padding: 0 20px;
    }
    .sdgs-product__wrap .hdg-lv3{
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .sdgs-product__wrap .hdg-lv3 + p{
        font-size: 1.4rem;
    }
    .sdgs-box-example{
        margin: 55px 0 80px;
        background-size: auto 158px;
        background-repeat: repeat-x;
    }
    .sdgs-box-example__sub{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .sdgs-box-example__sub span{
        padding: 7px 15px;
    }
    .sdgs-box-example__title{
        font-size: 1.8rem;
        margin-bottom: 16px;
    }
    .sdgs-box-example__content{
        padding: 0 20px 40px;
    }
    .sdgs-box-example__title + p{
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .sdgs-box-example__kuroko{
        width: 51px;
        bottom: -60px;
        right: 10px;
    }
    #nas .sdgs-box-example__kuroko{
        width: 74px;
        right: 7px;
        bottom: -54px;
    }
    #gaishi .sdgs-box-example__kuroko{
        width: 57px;
        bottom: -60px;
        right: 12px;
    }
    #ganwafer .sdgs-box-example__kuroko{
        width: 74px;
        right: 7px;
        bottom: -54px;
    }
    .sdgs-product__detail{
        padding: 40px 0 60px;
    }
    .sdgs-product__detail__heading {
        padding-left: 0;
    }
    .sdgs-product__detail__heading__content:after{
        content: '';
        display: block;
        clear: both;
    }
    .sdgs-product__detail__heading__icon{
        width: 80px;
        height: 80px;
        margin-right: 0;
        position: static;
        float: left;
    }
    .sdgs-product__detail__heading__icon img {
        width: 80px;
    }
    .sdgs-product__detail__title{
        float: right;
        width: calc(100% - 80px);
        padding-left: 30px;
        box-sizing: border-box;
        font-size: 1.8rem;
        line-height: 1.33;
        padding-top: 15px;
    }
    .sdgs-product__detail__title + p{
        font-size: 1.4rem;
        line-height: 1.7;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .sdgs-product__detail__heading{
        margin-bottom: 50px;
    }
    .sdgs-box-target{
        padding: 20px 0 16px;
        margin-bottom: 55px;
    }
    .sdgs-box-target__title{
        font-size: 1.4rem;
    }
    .sdgs-box-target__title + p{
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .sdgs-box-graph__content{
        padding-top: 45px;
    }
    #nas .sdgs-box-graph__content{
        padding-top: 16px;
    }
    .sdgs-box-graph__title{
        font-size: 1.8rem;
        line-height: 1.33;
        margin-bottom: 50px;
    }
    .sdgs-box-graph__title:before {
        display: none;
    }
    .sdgs-box-graph__title + p{
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .sdgs-box-graph__content__graph{
        margin-bottom: 8px;
    }
    .sdgs-box-graph__content__title{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .sdgs-box-graph__content__caption{
        font-size: 1rem;
    }
    .sdgs-box-graph__content__button{
        margin-top: 14px;
    }
    .sdgs-box-graph__content__kuroko{
        width: 47px;
        left: 20px;
    }
}
@media (max-width: 374px){
    .sdgs-product__detail__title{
        padding-left: 10px;
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 768px) and (max-height: 415px){
    .sdgs-product__head__content{
        transform: translateY(0);
        top: 90px;
    }
    .sdgs-product__head__image{
        height: 100px;
    }
    .sdgs-product__head__image img{
        height: 100%;
        width: auto;
    }
    .sdgs-product__head__content h2{
        margin-top: 10px;
    }
}
.sdgs-ceramics{
    background-color: #f3bd13;
}
.sdgs-PMremoval{
    background-color: #529545;
}
.sdgs-enercera{
    background-color: #FD6925;
}
.sdgs-nas{
    background-color: #3E7D44;
}
.sdgs-gaishi{
    background-color: #FCC30A;
}
.sdgs-ganwafer{
    background-color: #F5A20B;
}
.js-fadeinup {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    transition: all 0.3s ease;
}
.is-show .js-fadeinup.is-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.delay1s {
    transition-delay: 1s;
}
.sdgs-ceramics .sdgs-product__head__image img{
    max-width: 580px;
}
.sdgs-PMremoval .sdgs-product__head__image img{
    max-width: 350px;
}
@media(max-width: 767px){
    .delay1s {
        transition-delay: 0s;
    }
}
.sdgs-box-parallax {
    height: 300px;
    position: relative;
}
.parallax--container {
    position: absolute;
    clip: rect(0,auto,auto,0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
}
.parallax--bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.parallax {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media(max-width: 767px){
    .sdgs-box-parallax {
        height: 150px;
    }
    .sdgs-box-parallax--02 .parallax--bg{
        background-position: left center;
    }
}
.sdgs-graph {
    width: 400px;
    height: 400px;
}
@media(max-width: 767px){
    .sdgs-graph {
        width: 250px;
        height: 250px;
    }
}
/* History*/
.sdgs-history {
    color: #fff;
    padding: 187px 20px 180px;
    background: url("/en/sdgs/img/sdgs-history-bg01.png") repeat-x center;
    background-size: auto 100%;
}
.sdgs-history__ttl {
    font-size: 3.6rem;
    line-height: 1.33;
    text-align: center;
    font-weight: bold;
}
.sdgs-history__txt {
    padding-top: 36px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
@media(max-width: 767px){
    .sdgs-history {
        background: url("/en/sdgs/img/sdgs-history-bg01-sp.png") no-repeat center;
        padding: 65px 20px;
        background-size: cover;
        margin-bottom: 0;
    }
    .sdgs-history__ttl {
        font-size: 3rem;
    }
    .sdgs-history__txt {
        padding-top: 32px;
        font-size: 1.4rem;
        text-align: left;
        line-height: 2.3;
    }
}

/* Statistic */
.sdgs-statistic__inner{
    position: relative;
    padding: 158px 20px 160px;
    max-width: 1400px;
    margin: 0 auto;
}
.sdgs-statistic__inner:before{
    content: "";
    display: block;
    background: url("/en/sdgs/img/sdgs2-bg-arrow-gray.png") no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 60px;
}
.sdgs-statistic__title{
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #0075C2;
}
.sdgs-lst-statistic{
    margin: 50px -13px 0;
    box-sizing: border-box;
}
.sdgs-lst-statistic:after{
    content:"";
    display: block;
    clear: both;
}
.sdgs-lst-statistic__item{
    float: left;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 13px;
}
.sdgs-lst-statistic__content{
    display: block;
    margin: 0 -5px;
}
.sdgs-lst-statistic__content:after{
    content: '';
    display: block;
    clear: both;
}
.sdgs-lst-statistic__content__item{
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
}
.sdgs-lst-statistic__content__link{
    position: relative;
    display: block;
    background: #F5F5F5;
    transition: all 0.3s ease;
}
.sdgs-lst-statistic__content__link,
.sdgs-lst-statistic__content__link:active,
.sdgs-lst-statistic__content__link:visited,
.sdgs-lst-statistic__content__link:focus,
.sdgs-lst-statistic__content__link:hover{
    text-decoration: none;
}
.sdgs-lst-statistic__content__link:before{
    content: '\e903';
    font-family: "gaishi";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #fff;
    background: #0075C2;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 20px;
    width: 20px;
}
.sdgs-lst-statistic__content__link:hover{
    text-decoration: none;
    opacity: 0.7;
}
.sdgs-lst-statistic__image {
    text-align: center;
    height: 105px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.sdgs-lst-statistic__image img{
    width: 75px;
    height: auto;
}
.sdgs-lst-statistic__title{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}
.sdgs-lst-statistic__description{
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    line-height: 1.5;
    padding: 8px 5px 16px;
    display: block;
}
@media(max-width: 767px){
    .sdgs-statistic__inner{
        padding: 75px 20px 60px;
    }
    .sdgs-statistic__inner:before{
        height: 36px;
        background-size: 122px 36px;
    }
    .sdgs-statistic__title{
        font-size: 2rem;
    }
    .sdgs-lst-statistic{
        margin-top: 24px;
    }
    .sdgs-lst-statistic__item{
        width: 100%;
    }
    .sdgs-lst-statistic__title{
        font-size: 1.4rem;
        margin-bottom: 8px;
    }
    .sdgs-lst-statistic__item + .sdgs-lst-statistic__item{
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .sdgs-lst-statistic{
        margin-top: 0;
    }
    .sdgs-lst-statistic__item{
        width: 50%;
        margin-top: 40px;
    }
}

/* sdgs-box-chart */
.sdgs-box-chart{
    position: relative;
    background: url("/en/sdgs/img/sdgs2-bg-chart01.png") no-repeat bottom center;
    background-size: cover;
}
.sdgs-box-chart__wrp{
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}
.sdgs-box-chart__content{
    padding: 120px 0 100px;
}
.sdgs-box-chart__title{
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #0075C2;
}
.sdgs-box-chart__text{
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 45px;
}
.sdgs-box-chart__img{
    margin-top: 32px;
    text-align: center;
}
.sdgs-box-chart__img img{
    width: 750px;
    height: auto;
}
@media (max-width: 767px){
    .sdgs-box-chart {
        background-size: auto 100%;
    }
    .sdgs-box-chart__title{
        font-size: 2rem;
    }
    .sdgs-box-chart__text{
        font-size: 1.4rem;
        text-align: left;
        line-height: 2.285;
        margin-top: 20px;
    }
    .sdgs-box-chart__content{
        padding: 60px 0 58px;
    }
    .sdgs-box-chart__img{
        margin-top: 35px;
    }
}

/* â–¼add220408 */
.sdgs-box-chart__title__h4{
    font-size: 2.4rem;
    text-align: center;
    margin: 50px 0 0 0;
}
@media (max-width: 767px){
    .sdgs-box-chart__title__h4{
        font-size: 1.8rem;
        margin: 30px 0 0 0;
    }
}
/* â–²add220408 */

/* sdgs-box-article */
.sdgs-box-article{
    padding: 45px 50px 25px 50px;
    margin-top: 54px;
    border: solid 3px #f5f5f5;
}
.sdgs-box-article__title{
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 17px;
}
.sdgs-box-article__content{
    font-size: 1.4rem;
    display: table;
    width: 100%;
}
.sdgs-box-article__inner,
.sdgs-box-article__img{
    display: table-cell;
    vertical-align: top;
}
.sdgs-box-article__inner{
    width: 65%;
    padding-right: 20px;
}
.sdgs-box-article__img{
    width: 35%;
}
.sdgs-box-article__inner p{
    line-height: 1.4;
}
.sdgs-box-article__inner p + p{
    margin-top: 23px;
}
.sdgs-box-article__link{
    font-size: 1.2rem;
    color: #0075C2;
    text-align: right;
    margin-top: 17px;
}
.sdgs-box-article__link a{
    position: relative;
    display: inline-block;
    padding: 0 16px;
    transition: all .3s ease;
}
.sdgs-box-article__link a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.sdgs-box-article__link a::before{
    content: '\f105';
    position: absolute;
    right: 0;
    font-family: 'gaishi' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 150%;
}
@media (max-width: 767px){
    .sdgs-box-article{
        padding: 10px 20px 24px;
        margin-top: 60px;
    }
    .sdgs-box-article__title{
        font-size: 1.6rem;
        margin-top: 15px;
    }
    .sdgs-box-article__content{
        font-size: 1.2rem;
        display: block;
    }
    .sdgs-box-article__inner,
    .sdgs-box-article__img{
        display: block;
        width: 100%;
    }
    .sdgs-box-article__inner{
        padding-right: 0;
    }
    .sdgs-box-article__inner p{
        line-height: 1.7;
    }
    .sdgs-box-article__inner p + p{
        margin-top: 19px;
    }
    .sdgs-box-article__list li{
        line-height: 1.7;
    }
    .sdgs-box-article__img{
        margin-top: 36px;
    }
    .sdgs-box-article__link{
        font-size: 1rem;
        margin-top: 11px;
    }
}

.sdgs-outcome {
    background: #d3e8f7;
    padding: 160px 0 155px;
    position: relative;
}
.sdgs-outcome:before {
    content: "";
    display: block;
    background: url("/en/sdgs/img/sdgs2-bg-arrow-gray.png") no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
}
.sdgs-outcome__inner {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}
.sdgs-outcome__title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #0075C2;
    text-align: center;
    margin-bottom: 60px;
}
.sdgs-outcome__title small {
    display: inline-block;
    font-size: 1.4rem;
}
.sdgs-outcome__note {
    font-size: 1rem;
    text-align: right;
}
.sdgs-lst-outcome {
    margin: 0 -14px 15px;
}
.sdgs-lst-outcome:after {
    content: "";
    display: block;
    clear: both;
}
.sdgs-lst-outcome li {
    padding: 0 14px;
    width: 16.66666667%;
    box-sizing: border-box;
    float: left;
    text-align: center;
}
.sdgs-box-outcome > a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
}
.sdgs-box-outcome > a:hover {
    opacity: 0.7;
}
.sdgs-box-outcome > a:before {
    content: '\e903';
    font-family: "gaishi";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #fff;
    background: #0075C2;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 20px;
    width: 20px;
}
.sdgs-box-outcome__title {
    display: table;
    width: 100%;
    background: #eee;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 10px 0;
    min-height: 2.5em;
}
.sdgs-box-outcome__title span {
    display: table-cell;
    vertical-align: middle;
}
.sdgs-box-outcome__content {
    background: #fff;
    display: table;
    width: 100%;
    padding: 20px 5px;
    box-sizing: border-box;
}
.sdgs-box-outcome__content__inner {
    display: table-cell;
    vertical-align: middle;
}
.sdgs-box-outcome__number {
    display: block;
    color: #0075C2;
    font-size: 1.6rem;
    font-weight: bold;
}
.sdgs-box-outcome__number em {
    font-style: normal;
    font-size: 3.6rem;
}
.sdgs-box-outcome__number sup {
    vertical-align: text-top;
}
.sdgs-box-outcome__link a {
    font-size: 1rem;
    color: #000;
    position: relative;
    padding-left: 27px;
}
.sdgs-box-outcome__link a .icon-gaishi-plus {
    border: 1px solid #000;
    padding: 0 3px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -0.3em;
    line-height: 17px;
}
@media (max-width: 767px){
    .sdgs-outcome {
        padding: 70px 0 60px;
    }
    .sdgs-outcome:before {
        height: 36px;
        background-size: auto 36px;
    }
    .sdgs-outcome__title {
        font-size: 2rem;
        margin-bottom: 30px;
        line-height: 1.7;
    }
    .sdgs-outcome__title small {
        font-size: 1rem;
        display: block;
    }
    .sdgs-lst-outcome {
        margin: 0 -5px;
    }
    .sdgs-lst-outcome li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .sdgs-lst-outcome li:last-child,
    .sdgs-lst-outcome li:nth-last-child(2) {
        margin-bottom: 10px;
    }
    .sdgs-box-outcome__title {
        font-size: 1.4rem;
        min-height: 0;
        padding: 13px 0;
    }
    .sdgs-box-outcome__number {
        font-size: 1.4rem;
    }
    .sdgs-box-outcome__number em {
        font-size: 2.8rem;
    }
    .sdgs-box-outcome__content {
        padding: 18px 15px;
    }
    .sdgs-box-outcome__link {
        text-align: left;
    }
    .sdgs-box-outcome__link a {
        display: block;
    }
    .sdgs-box-outcome__link a .icon-gaishi-plus {
        top: 0;
    }
    .sdgs-outcome__note {
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .sdgs-lst-outcome li{
        width: 33.33%;
        margin-bottom: 30px;
    }
}

.sdgs-value {
    background: #0075c2 url("/en/sdgs/img/sdgs2-bg-value01.png") no-repeat bottom center;
    background-size: cover;
    padding: 170px 0 160px;
    position: relative;
}
.sdgs-value:before {
    content: "";
    display: block;
    background: url("/en/sdgs/img/sdgs2-bg-arrow-bl.png") no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
}
.sdgs-value__inner {
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}
.sdgs-value__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}
.sdgs-lst-value > li + li {
    margin-top: 20px;
}
.sdgs-box-value {
    background: #fff;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.sdgs-box-value__title,
.sdgs-box-value__content {
    display: table-cell;
    vertical-align: middle;
}
.sdgs-box-value__title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #0075C2;
    line-height: 1.5;
    padding-left: 40px;
}
.sdgs-box-value__content {
    width: 540px;
    padding-left: 20px;
}
.sdgs-lst-value-modal {
    font-size: 0;
}
.sdgs-lst-value-modal li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    max-width: 160px;
}
.sdgs-lst-value-modal li:last-child {
    margin-right: 0;
}
.sdgs-lst-value-modal li a {
    display: block;
    text-decoration: none;
}
.sdgs-lst-value-modal li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.sdgs-lst-value-modal li span {
    display: block;
}
.sdgs-lst-value-modal__image {
    text-align: center;
}
.sdgs-lst-value-modal__image img {
    max-width: 160px;
}
.sdgs-lst-value-modal__text {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}
.sdgs-lst-value-modal__text .icon-gaishi-plus {
    border: 1px solid #000;
    padding: 0 2px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    line-height: 20px;
}
@media (max-width: 767px){
    .sdgs-value {
        padding: 75px 0 60px;
        background: #0075c2 url("/en/sdgs/img/sdgs2-bg-value01-sp.png") no-repeat bottom center;
        background-size: cover;
    }
    .sdgs-value:before {
        height: 36px;
        background-size: auto 36px;
        top: -2px;
    }
    .sdgs-value__title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .sdgs-box-value,
    .sdgs-box-value__title,
    .sdgs-box-value__content {
        display: block;
        width: auto;
        padding: 0;
    }
    .sdgs-box-value {
        padding: 25px 10px 0;
    }
    .sdgs-box-value__title {
        font-size: 1.8rem;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }
    .sdgs-lst-value-modal {
        max-width: 449px;
        margin: 0 auto;
    }
    .sdgs-lst-value-modal li {
        margin: 0 3px;
        max-width: 143px;
        margin-bottom: 20px;
    }
    .sdgs-lst-value-modal__image img {
        max-width: 143px;
    }
    .sdgs-lst-value-modal__text {
        font-size: 1.4rem;
    }
}
@media(max-width: 414px){
    .sdgs-lst-value-modal {
        max-width: 301px;
    }
}



/* â–¼add220408 */

.sdgs-lst-output{
}
.sdgs-lst-output--box{
    float: left;
    width: 31.3333%;
    margin: 0 1%;
    margin-bottom: 20px;

    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
}
.sdgs-lst-output--box dl{
}
.sdgs-lst-output--box dl dt{
    float: left;
    color: #0075C2;
    font-weight: bold;
    line-height: 1em;
    padding: 10px 0;
}
.sdgs-lst-output--box dl dd{
    text-align: right;
    line-height: 1em;
    padding: 10px 0;
}

.adjust_1{
    height: 2.5em;
}
.adjust_2{
    height: 3.5em;
}
.adjust_3{
    float: right;
}
.adjust_4{
    float: none;
}
.adjust_5{
    clear: both;
}


@media (max-width: 1440px) {
    .sdgs-lst-output--box {
        width: 48%;
        margin: 20px 1%;
    }
}
@media (max-width: 930px) {
    .sdgs-lst-output--box {
        width: 100%;
        float: none;
        padding: 13px;
    }

    .sdgs-lst-output--box dl {
    }
}
/* â–²add220408 */
/* â–¼add220408 */
.sdgs-value{

}
.sdgs-value__read{
    text-align: center;
    color: #fff;
    margin: 30px 0;
}
.sdgs-value__read h3{
    font-weight: bold;
}

.sdgs-value__box{
    width: 100%;
    background-color: #FFF;
    padding: 60px 20px;
    box-sizing: border-box;
}

.sdgs-value__box .sdgs-value__box__inner{
    width: 50%;
    float: left;
    text-align: center;
}

.sdgs-value__box .sdgs-value__box__inner h4{
    font-size: 2em;
    color: #0075C2;
}
.sdgs-value__box .sdgs-value__sdgs-img{
    padding-top: 50px;
    text-align: center;
    clear: both;
}
.sdgs-value__box .sdgs-value__sdgs-img img{
    max-width: 100%;
}
@media (max-width: 767px) {
    .sdgs-value__box {
        padding: 30px 20px;
    }

    .sdgs-value__box .sdgs-value__box__inner {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
    .sdgs-value__box .sdgs-value__sdgs-img{
        padding: 10px 0;
    }
}
/* â–²add220408 */




/* Hero*/
.sdgs-hero {
    background: url("/en/sdgs/img/sdgs2-hero-bg01.png") no-repeat center;
    color: #0075C2;
    padding: 270px 20px 228px;
    background-size: cover;
}
.sdgs-hero__inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.sdgs-hero__ttl {
    text-align: center;
    font-weight: bold;
    font-size: 5rem;
    line-height: 2;
    margin-bottom: 45px;
}
.sdgs-hero__txt {
    text-align: center;
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 2.22;
    position: relative;
    z-index: 2;
}
.sdgs-hero__img {
    position: absolute;
    right: 2px;
    bottom: -68px;
    z-index: 1;
}
.sdgs-hero__img img {
    width: 191px;
}
@media(max-width: 767px){
    .sdgs-hero {
        background: url("/en/sdgs/img/sdgs2-hero-bg01-sp.png") no-repeat center;
        padding: 65px 20px 145px;
        background-size: cover;
    }
    .sdgs-hero__ttl {
        font-size: 2.8rem;
        line-height: 1.78;
        margin-bottom: 10px;
    }
    .sdgs-hero__txt {
        font-size: 2rem;
        line-height: 2;
    }
    .sdgs-hero__img img {
        width: 93px;
    }
    .sdgs-hero__img {
        bottom: -110px;
    }
}
.sdgs-nav-fixed{
    position: fixed;
    z-index: 5;
    left: 20px;
    bottom: 20px;
    transition: all .5s ease;
    opacity: 0;
}
.is-done .sdgs-nav-fixed {
    opacity: 1;
}
.sdgs-nav-fixed.is-hide2{
    opacity: 0;
    pointer-events: none;
}
.sdgs-nav-fixed.is-hide{
    opacity: 0;
    pointer-events: none;
}
.sdgs-nav-fixed li a{
    position: relative;
    font-size: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    transition: all .3s;
    color: transparent;
    text-decoration: none;
}
.sdgs-nav-fixed li a.is-active{
    border: 1px solid #333;
}
.sdgs-nav-fixed li a:hover,
.sdgs-nav-fixed li a:active,
.sdgs-nav-fixed li a:focus{
    color: transparent;
    text-decoration: none;
}
.sdgs-nav-fixed li a:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width: 767px){
    .sdgs-nav-fixed {
        display: none;
    }
}

/* modal*/
.sdgs-box-modal__content{
    position: relative;
    width: 100%;
    max-width: 450px;
    padding: 50px 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.sdgs-box-modal__close{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}
.sdgs-box-modal__close .icon-gaishi-cancel{
    line-height: 1;
}
.sdgs-box-modal__thumb{
    line-height: 1;
    text-align: center;
}
.sdgs-box-modal__thumb img {
    width: 100%;
    height: auto;
}
.sdgs-box-modal__detail{
    padding: 40px;
    background: #fff;
}
#modal-mv06 .sdgs-box-modal__detail {
    background: #F5F5F5;
}
.sdgs-box-modal__title{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.sdgs-box-modal__text{
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 25px;
}
.sdgs-box-modal__more {
    font-size: 0;
}
.sdgs-box-modal__more li{
    display: inline-block;
    font-size: 0;
    padding-right: 10px;
}
.sdgs-box-modal__more li img {
    width: 80px;
    height: auto;
}
.sdgs-product__modal{
    padding-top: 100px;
}
.sdgs-product__modal__title{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.sdgs-lst-modal{
    position: relative;
    box-sizing: border-box;
    margin: 0 -7px;
}
.sdgs-lst-modal:after{
    content: '';
    display: block;
    clear: both;
}
.sdgs-lst-modal li{
    width: 33.3333333%;
    padding: 0 7px;
    box-sizing: border-box;
    float: left;
}
.sdgs-lst-modal li a{
    display: block;
    text-decoration: none;
    transition: all .3s;
}
.sdgs-lst-modal li a:hover{
    opacity: .7;
    text-decoration: none;
}
.sdgs-lst-modal__thumb{
    line-height: 1;
}
.sdgs-lst-modal__text{
    font-size: 1rem;
    color: #000;
    margin-top: 10px;
    padding-left: 33px;
    position: relative;
}
.sdgs-lst-modal__text .icon-gaishi-plus{
    display: inline-block;
    line-height: 1;
    margin-right: 15px;
    border: 1px solid #707070;
    font-size: 1.2rem;
    padding: 2px;
    position: absolute;
    left: 0;
}
@media(max-width: 767px){
    .sdgs-product__modal{
        padding-top: 40px;
    }
    .sdgs-product__modal__title{
        font-size: 1.8rem;
        margin-bottom: 18px;
    }
    .sdgs-lst-modal li{
        width: 50%;
        margin-bottom: 20px;
    }
    .sdgs-box-modal__detail {
        padding: 20px;
    }
    .sdgs-box-modal__text {
        margin-bottom: 25px;
    }
    .sdgs-lst-modal__thumb img{
        width: 100%;
    }
    .sdgs-lst-modal__text{
        margin-top: 8px;
    }
    .sdgs-box-modal__more li {
        padding-right: 0;
    }
    .sdgs-box-modal__more li img {
        max-width: 58px;
        height: auto;
    }
    .sdgs-lst-modal__text .icon-gaishi-plus{
        font-size: 1rem;
    }
}

.mfp-close {
    display: none !important;
}

/*â–¼ãƒ–ãƒ©ã‚¦ã‚¶ç¸¦å¹…ç¸®å°æ™‚ã‚¨ãƒ©ãƒ¼ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸*******************/

.attention {
    display: none;
}

@media (max-height: 550px) {

    /**css_browser_selector.js ã«ã‚ˆã‚‹OSåˆ¶å¾¡**/
    .win .attention,
    .mac .attention {
        width: 100vw;
        height: 100vh;
        /* display: table; */
        display: none; /*2021/03/16 æ¡ˆå†…ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’å¤–ã™*/
        vertical-align: middle;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        position: fixed;
        bottom: 0;
        right: 0;
    }

    .win .attention div,
    .mac .attention div {
        max-width: 750px;
        margin: 100px auto 30px auto;
        padding: 0 50px;
        color: #fff;

    }

    .attention b {
        display: block;
        padding-bottom: 20px;
    }

    .lst-text {
        margin: 10px 0 20px 0;
    }

    .lst-text > li:before {
        background: #fff;
    }
}


/*â–¼çŸ¢å°è¿½åŠ *******************/

.sdgs-statistic{
    position: relative;
}
.add_arrow:before {
    content: "";
    display: block;
    background: url("/en/sdgs/img/sdgs2-bg-arrow-bl.png") no-repeat top center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    z-index: 999;
}
@media (max-width: 767px){
    .add_arrow:before {
        height: 36px;
        background-size: auto 36px;
    }
}