@charset "UTF-8";
/*
========================================
shared
========================================
*/
/* pc */
@media(min-width:741px){
  body {
    min-width: 1114px;
    overflow-x: auto;
  }
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
  }
  .article-body a {
    text-decoration: none !important;
  }
  .article-body a:hover img{
    opacity: 0.85;
  }
  .breadcrumb{
    max-width: 960px;
    width: 95%;
    margin: 20px auto 10px;
  }
  .sp{
    display: none !important;
  }
  
}
/* sp */
@media(max-width:740px){
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
  }
  .article-body a {
    text-decoration: none !important;
  }
  .article-body a:hover img{
    opacity: 0.85;
  }
  .pc{
    display: none !important;
  }
}

/*
========================================
sdgs shared
========================================
*/
/* pc */
@media(min-width:741px){
  #main2{
    position: relative;
  }
  #main2::after{
    content: "";
    background-color: #AED4EF;
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 105px;
    z-index: -1;
    visibility: visible;
  }
  .sdgs{
    width: 100%;
    background-color: #AED4EF;
    position: relative;
    padding: 44px 0px 160px;
  }
  .sdgs-inner{
    max-width: 960px;
    width: 99%;
    margin: auto;
    background-color: #fff;
    color: #000000;
    position: relative;
    z-index: 2;
  }
  .sdgs-inner::before,
  .sdgs-inner::after{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-line-pc-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
  }
  .sdgs-inner::before{
    top: 0;
  }
  .sdgs-inner::after{
    bottom: 0;
  }
  .sdgs a {
    color: inherit !important;
  }
  .sdgs img{
    display: block;
    margin: auto;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs{
    width: 100%;
    background-color: #AED4EF;
    position: relative;
    padding: 25px 0px 60px;
  }
  .sdgs::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_shared/img/cloud/cloud-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 232px;
    height: 68px;
    margin: auto;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
  }
  .sdgs-inner{
    max-width: 375px;
    width: 100%;
    margin: auto;
    padding: 0px 0px 50px;
    background-color: #fff;
    color: #000000;
    position: relative;
    z-index: 2;
  }
  .sdgs-inner::before,
  .sdgs-inner::after{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-line-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
  }
  .sdgs-inner::before{
    top: 0;
  }
  .sdgs-inner::after{
    bottom: 0;
  }
  .sdgs a {
    color: inherit !important;
    word-break: break-all;
  }
  .sdgs img{
    width: 100%;
    display: block;
    margin: auto;
  }
}
/*
========================================
cloud
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__cloud{
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .sdgs__cloud-item{
    position: absolute;
  }
  .sdgs__cloud-item--a{
    width: 232px;
    height: 118px;
    top: 278px;
    left: -100px;
  }
  .sdgs__cloud-item--b{
    width: 160px;
    height: 118px;
    top: 1230px;
    right: -100px;
  }
  .sdgs__cloud-item--c{
    width: 120px;
    height: 116px;
    top: 705px;
    left: -100px;
  }
}
/* sp */
@media(max-width:740px){
}

/*
========================================
head
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__head{
    padding-top: 115px;
  }
  .sdgs__head-ttl{
    text-align: center;
    margin-bottom: 48px;
  }
  .sdgs__head-ttl-txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
  }
  .sdgs__head-ttl-img{
    width: 284px;
    height: 215px;
  }
  .sdgs__head-subttl{
    text-align: center;
    color: #06903A;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .sdgs__head-txt{
    max-width: 760px;
    margin: auto;
  }
  .sdgs__head-more{
    margin-top: 40px;
    padding: 40px 0px;
    background-color: #EAF8D7;
  }
  .sdgs__head-more-ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 760px;
    margin: 0px auto 20px;
  }
  .sdgs__head-more-ttl--img{
    width: 84px;
    height: 63px;
    margin-right: 20px;
  }
  .sdgs__head-more-ttl--txt{
    color: #06903A;
    font-size: 24px;
    font-weight: bold;
    display: block;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__head{
    padding-top: 45px;
  }
  .sdgs__head-ttl{
    text-align: center;
    margin-bottom: 32px;
  }
  .sdgs__head-ttl-txt{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
  img.sdgs__head-ttl-img{
    max-width: 158px;
    max-height: 120px;
    width: 42.13vw;
    height: 32vw;
  }
  .sdgs__head-subttl{
    text-align: center;
    color: #06903A;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .sdgs__head-txt{
    max-width: 345px;
    width: 92%;
    margin: auto;
    font-size: 16px;
    display: block;
  }
  .sdgs__head-more{
    margin-top: 32px;
    padding: 34px 0px 50px;
    background-color: #EAF8D7;
  }
  .sdgs__head-more-ttl{
    margin: 0px auto 20px;
  }
  img.sdgs__head-more-ttl--img{
    width: 30.13vw;
    max-width: 113px;
    max-height: 86px;
    margin-bottom: 18px;
  }
  .sdgs__head-more-ttl--txt{
    color: #06903A;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    display: block;
  }
}
/*
========================================
themes
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__themes{
    padding: 75px 10px 95px;
  }
  .sdgs__themes-ttl-img{
    width: 177px;
    height: 148px;
  }
  .sdgs__themes-ttl{
    color: #06903A;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  .sdgs__themes-list-area{
    position: relative;
    padding-top: 110px;
  }
  .sdgs__themes-list-area::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/themes-bg-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sdgs__themes-list{
    max-width: 800px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sdgs__themes-list:not(:last-of-type){
    margin-bottom: 60px;
  }
  .sdgs__themes-list:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(6){
    margin-bottom: 40px;
  }
  .sdgs__themes-list:nth-of-type(odd){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sdgs__themes-list:nth-of-type(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sdgs__themes-item{
    background-color: #fff;
    width: 225px;
    display: block;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            -webkit-transition: -webkit-transform .2s ease-out;
            transition: -webkit-transform .2s ease-out;
            -o-transition: transform .2s ease-out;
            transition: transform .2s ease-out;
            transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  .sdgs__themes-item.sdgs__themes-item--coming-soon{
    pointer-events: none;
  }
  .sdgs__themes-item:hover,
  .sdgs__themes-item:active,
  .sdgs__themes-item:focus{
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
  .sdgs__themes-item:nth-of-type(2){
    margin-top: 40px;
  }
  .sdgs__themes-item:nth-of-type(3){
    margin-top: 80px;
  }
  .sdgs__themes-icarea{
    height: 160px;
    position: relative;
    background-color: #DDDDDD;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-position: center,center;
  }
  .sdgs__themes-item--01 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-01.jpg);
  }
  .sdgs__themes-item--02 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-02.jpg);
  }
  .sdgs__themes-item--03 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-03.png);
  }
  .sdgs__themes-item--04 .sdgs__themes-icarea{
    background-color: #fff;
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-04.png);
  }
  .sdgs__themes-item--05 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-05.png);
  }
  .sdgs__themes-item--06 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-06.png);
  }
  .sdgs__themes-item--07 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-07.png);
  }
  .sdgs__themes-item--08 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-08.png);
  }
  .sdgs__themes-item--09 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-09.jpg);
  }
  .sdgs__themes-item--10 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-10.png);
  }
  .sdgs__themes-item--11 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-11.jpg);
  }
  .sdgs__themes-item--12 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-12.png);
  }
  .sdgs__themes-item--13 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-13.jpg);
  }
  .sdgs__themes-item--14 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-14.jpg);
  }
  .sdgs__themes-item--15 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-15.jpg);
  }
  .sdgs__themes-item--16 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-16.jpg);
  }
  .sdgs__themes-item--17 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-17.jpg);
  }
  .sdgs__themes-item--special .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-special.png);
  }
  .sdgs__themes-item--approach .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-approach.jpeg);
  }
  .sdgs__themes-icarea::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 82px;
    height: 82px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sdgs__themes-item--01 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-01.svg);
  }
  .sdgs__themes-item--02 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-02.svg);
  }
  .sdgs__themes-item--03 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-03.svg);
  }
  .sdgs__themes-item--04 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-04.svg);
  }
  .sdgs__themes-item--05 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-05.svg);
  }
  .sdgs__themes-item--06 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-06.svg);
  }
  .sdgs__themes-item--07 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-07.svg);
  }
  .sdgs__themes-item--08 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-08.svg);
  }
  .sdgs__themes-item--09 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-09.svg);
  }
  .sdgs__themes-item--10 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-10.svg);
  }
  .sdgs__themes-item--11 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-11.svg);
  }
  .sdgs__themes-item--12 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-12.svg);
  }
  .sdgs__themes-item--13 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-13.svg);
  }
  .sdgs__themes-item--14 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-14.svg);
  }
  .sdgs__themes-item--15 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-15.svg);
  }
  .sdgs__themes-item--16 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-16.svg);
  }
  .sdgs__themes-item--17 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-17.svg);
  }
  .sdgs__themes-item--approach .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs00-pc.png);
  }
  .sdgs__themes-item--special .sdgs__themes-icarea::before{
    background-color: #fff;
    background-position: center;
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-12_special.svg);
  }
  .sdgs__themes-item--coming-soon .sdgs__themes-icarea::after{
    content: "準備中";
    color: #A3A3A3;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .sdgs__themes-main{
    padding: 8px 8px 12px;
  }
  .sdgs__themes-item--approach .sdgs__themes-main,
  .sdgs__themes-item--special .sdgs__themes-main{
    height: 270px;
  }
  .sdgs__themes-subttl{
    font-size: 16px;
    font-weight: bold;
    color: #2C8CD9;
    min-height: 70px;
    padding-bottom: 8px;
    border-bottom: solid 2px #229BFD;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sdgs__themes-subttl-PRtag{
    font-size: 10px;
    color: #FFF;
    background-color: #A7A7A7;
    padding: 2px 4px 2px 3px;
  }
  .sdgs__themes-list:last-of-type{
    position: relative;
  }
  .sdgs__themes-bottom {
    margin-top: 10px;
  }
  .sdgs__themes-bottomarea{
    width: 552px;
    height: 530px;
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/themes-btm-pc-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sdgs__themes-bottomtxt{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 440px;
  }
  .sdgs__themes-txt {
    margin-top: 10px;
    line-height: 15.6px;
    font-size: 12px;
    min-height: 46px;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__themes{
    padding: 50px 10px 0px;
  }
  img.sdgs__themes-ttl-img{
    width: 37.6vw;

    max-width: 141px;
    max-height: 115px;
  }
  .sdgs__themes-ttl{
    color: #06903A;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
  }
  .sdgs__themes-list-area{
    position: relative;
    padding-top: 180px;
    height: 1700vw;
    max-height: 5900px;
  }
  .sdgs__themes-list-area::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/themes-bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sdgs__themes-list{
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sdgs__themes-list-area .sdgs__themes-list:nth-child(1) {
    margin-top: 38%;
  }
  .sdgs__themes-list:not(:last-of-type){
    margin-bottom: 30px;
  }
  .sdgs__themes-list:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(2),
  .sdgs__themes-list:nth-of-type(5),
  .sdgs__themes-list:nth-of-type(6){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sdgs__themes-list:nth-of-type(3),
  .sdgs__themes-list:nth-of-type(4),
  .sdgs__themes-list:nth-of-type(7){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sdgs__themes-list:nth-of-type(2),
  .sdgs__themes-list:nth-of-type(3){
    top: -380px;
  }
  .sdgs__themes-list:nth-of-type(4),
  .sdgs__themes-list:nth-of-type(5){
    top: -600px;
  }
  .sdgs__themes-list:nth-of-type(6),
  .sdgs__themes-list:nth-of-type(7){
    top: -900px;
  }
  .sdgs__themes-item{
    background-color: #fff;
    margin-top: 50px;
    max-width: 166px;
    width: 50vw;
    display: block;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            -webkit-transition: -webkit-transform .2s ease-out;
            transition: -webkit-transform .2s ease-out;
            -o-transition: transform .2s ease-out;
            transition: transform .2s ease-out;
            transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  .sdgs__themes-item.sdgs__themes-item--coming-soon{
    pointer-events: none;
  }
  .sdgs__themes-item:hover,
  .sdgs__themes-item:active,
  .sdgs__themes-item:focus{
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }

  .sdgs__themes-list:nth-of-type(2) .sdgs__themes-item:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(3) .sdgs__themes-item:nth-of-type(3),
  .sdgs__themes-list:nth-of-type(6) .sdgs__themes-item:nth-of-type(1){
    margin-right: 52%;
  }
  .sdgs__themes-list:nth-of-type(1) .sdgs__themes-item:nth-of-type(3),
  .sdgs__themes-list:nth-of-type(4) .sdgs__themes-item:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(5) .sdgs__themes-item:nth-of-type(3){
    margin-left: 52%;
  }
  .sdgs__themes-item--01{
    margin-top: 0px;
  }
  .sdgs__themes-item--03,
  .sdgs__themes-item--04{
    z-index: 5;
  }
  .sdgs__themes-item--04,
  .sdgs__themes-item--07{
    margin-top: 50px;
  }
  .sdgs__themes-item--10{
    margin-top: -100px;
  }
  .sdgs__themes-item--02,
  .sdgs__themes-item--06,
  .sdgs__themes-item--08,
  .sdgs__themes-item--12,
  .sdgs__themes-item--17{
    margin-top: 120px;
  }
  .sdgs__themes-item--13{
    margin-top: 140px;
  }
  .sdgs__themes-item--15{
    margin-top: -20px;
  }
  .sdgs__themes-item--special{
    margin-top: 30px;
  }
  .sdgs__themes-item--approach{
    margin-top: 40px;
    margin-right: 52%;
  }
  .sdgs__themes-icarea{
    height: 32.53vw;
    max-height: 118px;
    position: relative;
    background-color: #DDDDDD;

    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-position: center,center;
  }
  .sdgs__themes-item--09 {
    z-index: 1;
  }
  .sdgs__themes-item--14 {
    z-index: 1;
  }
  .sdgs__themes-item--01 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-01.jpg);
  }
  .sdgs__themes-item--02 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-02.jpg);
  }
  .sdgs__themes-item--03 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-03.png);
  }
  .sdgs__themes-item--04 .sdgs__themes-icarea{
    background-color: #fff;
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-04.png);
  }
  .sdgs__themes-item--05 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-05.png);
  }
  .sdgs__themes-item--06 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-06.png);
  }
  .sdgs__themes-item--07 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-07.png);
  }
  .sdgs__themes-item--08 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-08.png);
  }
  .sdgs__themes-item--09 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-09.jpg);
  }
  .sdgs__themes-item--10 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-10.png);
  }
  .sdgs__themes-item--11 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-11.jpg);
  }
  .sdgs__themes-item--12 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/target-12.png);
  }
  .sdgs__themes-item--13 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-13.jpg);
  }
  .sdgs__themes-item--14 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-14.jpg);
  }
  .sdgs__themes-item--15 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-15.jpg);
  }
  .sdgs__themes-item--16 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-16.jpg);
  }
  .sdgs__themes-item--17 .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-17.jpg);
  }
  .sdgs__themes-item--special .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-special.png);
  }
  .sdgs__themes-item--approach .sdgs__themes-icarea{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210702/target-approach.jpeg);
  }
  .sdgs__themes-icarea::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sdgs__themes-item--01 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-01.svg);
  }
  .sdgs__themes-item--02 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-02.svg);
  }
  .sdgs__themes-item--03 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-03.svg);
  }
  .sdgs__themes-item--04 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-04.svg);
  }
  .sdgs__themes-item--05 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-05.svg);
  }
  .sdgs__themes-item--06 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-06.svg);
  }
  .sdgs__themes-item--07 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-07.svg);
  }
  .sdgs__themes-item--08 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-08.svg);
  }
  .sdgs__themes-item--09 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-09.svg);
  }
  .sdgs__themes-item--10 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-10.svg);
  }
  .sdgs__themes-item--11 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-11.svg);
  }
  .sdgs__themes-item--12 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-12.svg);
  }
  .sdgs__themes-item--13 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-13.svg);
  }
  .sdgs__themes-item--14 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-14.svg);
  }
  .sdgs__themes-item--15 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-15.svg);
  }
  .sdgs__themes-item--16 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-16.svg);
  }
  .sdgs__themes-item--17 .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-17.svg);
  }
  .sdgs__themes-item--approach .sdgs__themes-icarea::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs00-sp.png);
  }
  .sdgs__themes-item--special .sdgs__themes-icarea::before{
    background-color: #fff;
    background-position: center;
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sdgs-icons/sdgs-12_special.svg);
  }
  .sdgs__themes-item--coming-soon .sdgs__themes-icarea::after{
    content: "準備中";
    color: #A3A3A3;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .sdgs__themes-main{
    padding: 8px 6px 15px;
  }
  .sdgs__themes-item--approach .sdgs__themes-main,
  .sdgs__themes-item--special .sdgs__themes-main{
    height: 17em;
  }
  .sdgs__themes-subttl{
    font-size: 13px;
    font-weight: bold;
    color: #2C8CD9;
    min-height: 70px;
    padding-bottom: 8px;
    border-bottom: solid 2px #229BFD;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sdgs__themes-subttl-PRtag{
    font-size: 9.5px;
    color: #FFF;
    background-color: #A7A7A7;
    padding: 1px 3px 0px 2px;
  }
  .sdgs__themes-list:last-of-type{
    position: relative;
  }
  .sdgs__themes-bottom {
    margin-top: 10px;
  }
  .sdgs__themes-bottomarea{
    width: 100%;
    padding:80px 0px 240px;
    position: relative;
    margin-top: 80px;
  }
  .sdgs__themes-bottomarea::before{
    content: "";
    width: 285px;
    height: 231px;
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/themes-btm-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sdgs__themes-bottomtxt{
    max-width: 302px;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .sdgs__themes-txt {
    margin-top: 10px;
    line-height: 15.6px;
    font-size: 12px;
    min-height: 46px;
  }
}
@media(max-width:359px){
  .sdgs__themes-list-area{
    height: 1570vw;
  }
  .sdgs__themes-item{
    min-height: 252px;
  }
  .sdgs__themes-list:nth-of-type(1) .sdgs__themes-item:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(2) .sdgs__themes-item:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(2) .sdgs__themes-item:nth-of-type(2),
  .sdgs__themes-list:nth-of-type(3) .sdgs__themes-item:nth-of-type(2),
  .sdgs__themes-list:nth-of-type(3) .sdgs__themes-item:nth-of-type(3),
  .sdgs__themes-list:nth-of-type(4) .sdgs__themes-item:nth-of-type(3),
  .sdgs__themes-list:nth-of-type(5) .sdgs__themes-item:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(6) .sdgs__themes-item:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(6) .sdgs__themes-item:nth-of-type(2){
    margin-right: 51%;
  }
  .sdgs__themes-list:nth-of-type(1) .sdgs__themes-item:nth-of-type(2),
  .sdgs__themes-list:nth-of-type(1) .sdgs__themes-item:nth-of-type(3),
  .sdgs__themes-list:nth-of-type(2) .sdgs__themes-item:nth-of-type(3),
  .sdgs__themes-list:nth-of-type(3) .sdgs__themes-item:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(4) .sdgs__themes-item:nth-of-type(1),
  .sdgs__themes-list:nth-of-type(4) .sdgs__themes-item:nth-of-type(2),
  .sdgs__themes-list:nth-of-type(5) .sdgs__themes-item:nth-of-type(2),
  .sdgs__themes-list:nth-of-type(5) .sdgs__themes-item:nth-of-type(3),
  .sdgs__themes-list:nth-of-type(6) .sdgs__themes-item:nth-of-type(3){
    margin-left: 51%;
  }
  .sdgs__themes-item--02{
    margin-top: -280px;
  }
  .sdgs__themes-item--04{
    margin-top: 0px;
  }
  .sdgs__themes-item--06{
    margin-top: -300px;
  }
  .sdgs__themes-item--07{
    margin-top: 20px;
  }
  .sdgs__themes-item--08{
    margin-top: -280px;
  }
  .sdgs__themes-item--10{
    margin-top: -130px;
  }
  .sdgs__themes-item--12{
    margin-top: -340px;
  }
  .sdgs__themes-item--13{
    margin-top: -350px;
  }
  .sdgs__themes-item--15{
    margin-top: -20px;
  }
  .sdgs__themes-item--17{
    margin-top: -260px;
  }
  .sdgs__themes-item--approach{
    margin-top: 0;
    margin-right: 51%;
  }
  .sdgs__themes-subttl{
    font-size: 12px;
    color: #2C8CD9;
    min-height: 70px;
    padding-bottom: 8px;
    border-bottom: solid 2px #229BFD;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sdgs__themes-icarea{
    height: 33vw;
  }
}
/*
========================================
themes tags
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__themes-tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 25px;
  }
  .sdgs__themes-tags:not(:last-of-type){
    margin-bottom: 6px;
  }
  .sdgs__themes-tag-name,
  .sdgs__themes-tag-item{
    color: #A3A3A3;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
  }
  .sdgs__themes-tag-name{
    text-align: left;
    min-width: 24px;
    line-height: 19.19px;
    margin-right: 6px;
  }
  
  .sdgs__themes-tag-item:nth-of-type(4){
    margin-left: 58px;
  }
  .sdgs__themes-tag-item:nth-of-type(n+4){
    margin-top: 5px;
  }
  .sdgs__themes-tag-item{
    overflow: hidden;
    background-color: #A5BCC3;
    border-radius: 5px;
    padding: 2px 4px;
    color:#fff !important;
  }  
  
  .sdgs__themes-tag-item--1day {
    background-color: #7DC4FD;
    margin-left: 6px;
    padding: 4px 0 0 4px;
    width: 30px;
    height: 24px;
  }
  .sdgs__themes-tag-item--3day {
    background-color: #229BFD;
    margin-left: 6px;
    padding: 4px 0 0 4px;
    width: 30px;
    height: 24px;
  }
  .sdgs__themes-tag-item--1week {
    background-color: #1C8AE3;
    margin-left: 6px;
    padding: 4px 0 0 4px;
    width: 42px;
    height: 24px;
  }
  .sdgs__themes-tag-item--grades {
    background-color: #fff;
    border: 1px solid #3499EB;
    color: #3499EB !important;
  }
  .sdgs__themes-tags .is-active{
    background-color: #3499EB;
    border: 1px solid #3499EB;
    color: #fff !important;
  }
  .sdgs__themes-bottom dl:nth-child(2){
    margin-top: 8px;
  }
  .sdgs__themes-bottom dl:nth-child(3){
    margin-top: 10px;
    padding-top: 5px;
    position: relative;
  }
  .sdgs__themes-bottom dl:nth-child(3)::before{
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(/jiyukenkyu/_share22/img/border-dot.png);
    background-position: left;
    background-size: contain;
  }
  .sdgs__themes-list:nth-child(3) .sdgs__themes-bottom dl:nth-child(3)::before,
  .sdgs__themes-list:nth-child(4) .sdgs__themes-bottom dl:nth-child(3)::before,
  .sdgs__themes-list:nth-child(6) .sdgs__themes-bottom dl:nth-child(3)::before,
  .sdgs__themes-list:nth-child(7) .sdgs__themes-bottom dl:nth-child(3)::before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(/jiyukenkyu/_share22/img/border-dot.png);
    background-position: left;
    background-size: contain;
  }
  .sdgs__themes-bottom dl:nth-child(3) .sdgs__themes-tag-name--grades {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #2C8CD9;
    width: 100%;
    height: 19.19px;
    margin: 0;
  }
  .sdgs__themes-bottom dl:nth-child(3) .sdgs__themes-tag-item--grades {
    margin: 6px 0 0 3px;
  }
  .sdgs__themes-bottom dl:nth-child(3) dd:nth-child(2) {
    margin-left: 7px;
  }
  .sdgs__themes-bottom dl:nth-child(3) dd:nth-child(8) {
    margin: 6px 0 0 auto;
  }
  .sdgs__themes-bottom dl:nth-child(3) dd:nth-child(9) {
    margin: 6px 10px 0 10px;
  }
  .sdgs__themes-bottom dl:nth-child(3) dd:nth-child(10) {
    margin: 6px auto 0 0;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__themes-tag-area{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 3px;
  }
  .sdgs__themes-tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sdgs__themes-tags:not(:last-of-type){
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .sdgs__themes-tag-name,
  .sdgs__themes-tag-item{
    color: #A3A3A3;
    font-weight: bold;
    line-height: 13px;
  }
  .sdgs__themes-tag-name{
    font-size: 11px;
    text-align: left;
    min-width: 22px;
    line-height: 17.59px;
    margin-right: 6px;
  }
  .sdgs__themes-tag-name{
    text-align: left;
  }
  .sdgs__themes-tag-item:nth-of-type(3),
  .sdgs__themes-tag-item:nth-of-type(5),
  .sdgs__themes-tag-item:nth-of-type(7){
    margin-left: 59px;
  }
  .sdgs__themes-tag-item:nth-of-type(n+3){
    margin-top: 3px;
  }
  .sdgs__themes-tag-item:not(:last-of-type){
    margin-right: 0.2em;
  }
  .sdgs__themes-tag-item{
    font-size: 10px;
    overflow: hidden;
    background-color: #A5BCC3;
    border-radius: 5px;
    padding: 2px 4px;
    color:#fff !important;
    display: block;
  }
  .sdgs__themes-tag-item--1day {
    background-color: #7DC4FD;
    margin-left: 4px;
    padding: 2px 2px 2px 3px;
    width: 25px;
    height: 18px;
  }
  .sdgs__themes-tag-item--3day {
    background-color: #229BFD;
    margin-left: 4px;
    padding: 2px 2px 2px 3px;
    width: 25px;
    height: 18px;
  }
  .sdgs__themes-tag-item--1week {
    background-color: #1C8AE3;
    margin-left: 4px;
    padding: 2px 2px 2px 3px;
    width: 35px;
    height: 18px;
  }
  .sdgs__themes-tag-item--grades {
    background-color: #fff;
    border: 1px solid #3499EB;
    color: #3499EB !important;
  }
  .sdgs__themes-tags .is-active{
    background-color: #3499EB;
    border: 1px solid #3499EB;
    color: #fff !important;
  }
  .sdgs__themes-bottom dl:nth-child(3){
    margin-top: 10px;
    padding-top: 5px;
    position: relative;
  }
  .sdgs__themes-bottom dl:nth-child(3)::before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(/jiyukenkyu/_share22/img/border-dot.png);
    background-position: left;
    background-size: contain;
  }
  .sdgs__themes-bottom dl:nth-child(3) .sdgs__themes-tag-name--grades {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #2C8CD9;
    width: 100%;
    margin: 0;
  }
  .sdgs__themes-bottom dl:nth-child(3) .sdgs__themes-tag-item--grades {
    margin: 6px 5.2px 0 0;
    padding: 1px 0 0 2px;
    width: 25px;
    height: 18px;
  }
}
@media(max-width:359px){
  .sdgs__themes-tag-name{
    margin-right: 3px;
    min-width: 22px;
  }
  .sdgs__themes-tag-item:nth-of-type(3), .sdgs__themes-tag-item:nth-of-type(5), .sdgs__themes-tag-item:nth-of-type(7){
    margin-left: 45px;
  }
}
/*
========================================
lecture
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__lecture{
    background-color: #EAF8D7;
    padding: 70px 0px 50px;
  }
  .sdgs__lecture-ttl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
  .sdgs__lecture-ttl-img{
    width: 84px;
    height: 63px;
    margin:  0 !important;
    padding-right: 20px;
  }
  .sdgs__lecture-ttl-txt{
    color: #06903A;
    font-size: 40px;
    font-weight: bold;
  }
  .sdgs__lecture-txt{
    font-size: 16px;
    font-weight: 300;
    text-align: left;
  }
  .sdgs__lecture-txt--centaring{
    text-align: center;
  }
  .sdgs__lecture-list,
  .sdgs__lecture-subsec{
    max-width: 770px;
    margin: auto;
  }
  .sdgs__lecture-list{
    padding-top: 85px;
    margin:25px auto 95px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sdgs__lecture-list::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/lec-top-pc-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sdgs__lecture-item{
    width: 250px;
    text-align: center;
  }
  .sdgs__lecture-head{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/ttl-bg-pc-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 116px;
    line-height: 126px;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .sdgs__lecture-recom{
    display: inline-block;
    margin: 11px auto 28px;
    color: #fff;
    padding: 0px 6px;
    background-color: #E21947;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    max-width: 75px;
  }
  .sdgs__lecture-subttl,
  .sdgs__lecture-grade{
    font-size: 24px;
    font-weight: bold;
    color: #06903A;
    text-align: center;
  }
  .sdgs__lecture-grade{
    margin-bottom: 35px;
    min-height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sdgs__lecture-subsec{
    background-color: #fff;
    border-radius: 20px;
    padding: 45px 40px 25px;
    position: relative;
  }
  .sdgs__lecture-subttl{
    margin-bottom: 30px;
  }
  .sdgs__lecture-subsec::before,
  .sdgs__lecture-subsec::after{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sdgs__lecture-subsec::after{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/lec-ic-eco-pc-2x.png);
    width: 117px;
    height: 135px;
    right: 0;
    top: -45px;
  }
  .sdgs__lecture-subsec::before{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/lec-ic-hero-pc-2x.png);
    width: 87px;
    height: 107px;
    left: 30px;
    top: -23px;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__lecture{
    background-color: #EAF8D7;
    padding: 35px 10px 50px;
  }
  .sdgs__lecture-ttl{
    text-align: center;
    margin-bottom: 34px;
  }
  .sdgs__lecture-ttl-img{
    max-width: 113px;
    max-height: 86px;
    width: 30.13vw;
    height: 22.93vw;
  }
  .sdgs__lecture-ttl-txt{
    margin-top: 15px;
    display: block;
    color: #06903A;
    font-size: 40px;
    font-weight: bold;
  }
  .sdgs__lecture-txt{
    font-size: 16px;
    font-weight: 300;
    text-align: left;
  }
  .sdgs__lecture-txt--centaring{
    text-align: center;
  }
  .sdgs__lecture-list,
  .sdgs__lecture-subsec{
    max-width: 345px;
    margin: auto;
  }
  .sdgs__lecture-list{
    margin:15px auto 47px;
  }
  .sdgs__lecture-item{
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 105px;
  }
  .sdgs__lecture-item:not(:last-of-type){
    margin-bottom: 65px;
  }
  .sdgs__lecture-item::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/lec-low-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 25.22vw;
    max-height: 87px;
  }
  .sdgs__lecture-item:nth-of-type(2)::before{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/lec-mid-sp.png);
  }
  .sdgs__lecture-item:nth-of-type(3)::before{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/lec-high-sp.png);
  }
  .sdgs__lecture-head{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #fff;
    background-image: url(/jiyukenkyu/sdgs/_shared/img/ttl-bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 36vw;
    max-width: 345px;
    max-height: 136px;
  }
  .sdgs__lecture-lead{
    width: 100%;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .sdgs__lecture-recom{
    display: inline-block;
    margin: 5px auto 3px;
    color: #fff;
    padding: 0px 6px;
    background-color: #E21947;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    max-width: 75px;
  }
  .sdgs__lecture-subttl,
  .sdgs__lecture-grade{
    font-size: 24px;
    font-weight: bold;
    color: #06903A;
    text-align: center;
  }
  .sdgs__lecture-grade{
    display: block;
    margin: 0px auto 12px;
  }
  .sdgs__lecture-subsec{
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 12px 220px;
    position: relative;
  }
  .sdgs__lecture-subttl{
    margin-bottom: 150px;
    position: relative;
  }
  .sdgs__lecture-subttl::after,
  .sdgs__lecture-subsec::after{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sdgs__lecture-subttl::after{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/lec-ic-eco-sp.png);
    width: 137px;
    height: 158px;
    bottom: -150px;
  }
  .sdgs__lecture-subsec::after{
    background-image: url(/jiyukenkyu/sdgs/_assets/img/210601/lec-ic-hero-sp.png);
    width: 103px;
    height: 126px;
    bottom: 50px;
  }
}

/*
========================================
bottom
========================================
*/
@media (min-width: 741px) {
  .sdgs-sub {
    display: none !important;
  }
  
  .sdgs-top {
    display: block !important;
  }
  .sdgs-inner {
    max-width: 960px;
    width: 99%;
    margin: auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
  }
  .sdgs__bottom-ttl {
    font-size: 0;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    color: #06903A;
    margin-bottom: 34px;
    margin-top: 38px;
  }
  .sdgs__bottom-ttl::before {
    content: "SDGsの自由研究テーマを見てみよう！";
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #06903A;
    margin-bottom: 34px;
  }
  .sdgs__others {
    max-width: 760px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .sdgs__others-item {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 0px 6px 10px 0px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  }
  .sdgs__others-item:nth-of-type(9n){
    margin-right: 0px;
  }
  .sdgs__others-item--coming-soon{
    pointer-events:none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
  .sdgs__others-item--coming-soon::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    
}
  .sdgs__others-link,
  .sdgs__others-img{
    width: 100%;
    height: 100%;
  }
  .sdgs__others-img--special{
    width: 78px;
    height: 78px;
  }
  .sdgs__bottom-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 38px;
  }
  a.sdgs__bottom-btn{
    position: relative;
    max-width: 112px;
    width: 50%;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height:21px;
    border-radius: 10px;
    color: #fff !important;
    background-color: #7EC41E;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .sdgs__bottom-btn:hover,
  .sdgs__bottom-btn:active,
  .sdgs__bottom-btn:focus{
    color: #7EC41E !important;
    background-color: #fff;
  }
  .sdgs__bottom-btn:not(:last-of-type){
    margin-right: 20px;
  }
  a.sdgs__bottom-btn::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_shared/img/arrow/arw-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    width: 9px;
    height: 14px;
  }
  .sdgs__bottom-btn:hover::before,
  .sdgs__bottom-btn:active::before,
  .sdgs__bottom-btn:focus::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/arrow/arw-green.svg);
  }
  a.sdgs__bottom-btn--top::before{
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .sdgs__bottom-btn--top {
    max-width: 300px !important;
  }
}

/* sp */
@media(max-width:740px){
  .sdgs-sub {
    display: none !important;
  }
  
  .sdgs-top {
    display: block !important;
  }
  .sdgs__bottom-ttl{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
    color: #06903A;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .sdgs__others{
    max-width: 348px;
    width: 93vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sdgs__others-item{
    position: relative;
    max-width: 50px;
    max-height: 50px;
    width: 13vw;
    height: 13vw;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    margin: 0px 8px 10px 0px;
  }
  .sdgs__others-item:nth-of-type(6n){
    margin-right: 0px;
  }
  .sdgs__others-item--coming-soon::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}
  .sdgs__others-link,
  .sdgs__others-img{
    width: 100%;
    height: 100%;
  }
  .sdgs__others-img--special{
    position: relative;
    top: 40%;
  }
  .sdgs__bottom-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  a.sdgs__bottom-btn{
    position: relative;
    max-width: 100px;
    width: 50%;
    text-align: center;
    padding: 8px 0px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    color: #fff !important;
    background-color: #7EC41E;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .sdgs__bottom-btn:hover,
  .sdgs__bottom-btn:active,
  .sdgs__bottom-btn:focus{
    color: #7EC41E !important;
    background-color: #fff;
  }
  .sdgs__bottom-btn:not(:last-of-type){
    margin-right: 16px;
  }
  a.sdgs__bottom-btn::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_shared/img/arrow/arw-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 12px;
  }
  .sdgs__bottom-btn:hover::before,
  .sdgs__bottom-btn:active::before,
  .sdgs__bottom-btn:focus::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/arrow/arw-green.svg);
  }
  a.sdgs__bottom-btn--top::before{
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .sdgs__bottom-btn--top {
    max-width: 280px !important;
  }
}

/*
==================================
profile
==================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__profile {
    max-width: 760px;
    margin: 55px auto;
    background-color: #F7F7F7;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
  }
  .sdgs__profile-ttl {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .sdgs__profile-ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
    margin-top: 5px;
  }
  .sdgs__profile-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .sdgs__profile-txt,
  .sdgs__profile-end {
    font-size: 14px;
  }
  .sdgs__profile-txt a.sdgs__subsec-txtlink{
    color: #0070CB !important;
  }
  .sdgs__profile-end{
    display: block;
    margin-top: 1em;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__profile {
    width: calc(100vw - 30px);
    max-width: 345px;
    margin: 25px auto 105px;
    background-color: #F7F7F7;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 20px 16px;
    position: relative;
  }
  .sdgs__profile-ttl {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .sdgs__profile-ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
    margin-top: 5px;
  }
  .sdgs__profile-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .sdgs__profile-txt,
  .sdgs__profile-end {
    font-size: 14px;
  }
  .sdgs__profile-txt a.sdgs__subsec-txtlink{
    color: #0070CB !important;
  }
  .sdgs__profile-end{
    display: block;
    margin-top: 1em;
  }
}