@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;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
  }
  .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;
    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;
  }
  .sdgs .width50{
    width: 50%;
  }
}

/*
========================================
sdgs head
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__head{
    padding: 40px 40px 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sdgs__head-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
  }
  .sdgs__head-name{
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
    width: 60%;
  }
  .sdgs__head-icons{
    width: 135px;
    height: 135px;
    margin-right: 40px;
    margin-top: 10px;
  }
  .sdgs__head-target-icon-wrap,
  .sdgs__head-target-icon{
    width: 100%;
    height: 100%;
  }
  .sdgs__head-tieup-icon{
    width: 168px;
    height: 108px;
    position: absolute;
    top: 40px;
    right: 25px;
  }
  .sdgs__head-main{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sdgs__head-txtarea{
    max-width: 700px;
  }
  .sdgs__head-question{
    width: 240px;
    height: 40px;
    margin-bottom: 15px;
  }
  .sdgs__head-answer{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  .sdgs__head-answer span{
    display: block;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__head{
    padding: 35px 20px;
  }
  .sdgs__head-name{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }
  .sdgs__head-top{
    margin-bottom: 20px;
  }
  .sdgs__head-target-icon-wrap{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  img.sdgs__head-target-icon{
    width: 41.07vw;
    height: 29.87vw;
    max-width: 154px;
    max-height: 112px;
  }
  img.sdgs__head-tieup-icon{
    width: 41.07vw;
    height: 31vw;
    max-width: 154px;
    max-height: 112px;
  }
  .sdgs__head-question{
    width: 51.47vw;
    height: 9.33vw;
    width: 193px;
    height: 35px;
    margin:0px auto 14px;
  }
  .sdgs__head-answer{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
}
/*
========================================
sdgs__tags
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__tags{
    max-width: 300px;
  }
  .sdgs__tags-list{
    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__tags-list:not(:last-of-type){
    margin-bottom: 5px;
  }
  .sdgs__tags-name,
  .sdgs__tags-item{
    color: #A3A3A3;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
  }
  .sdgs__tags-name{
    text-align: left;
    min-width: 50px;
    margin-right: 0.8em;
  }
  .sdgs__tags-item:not(:last-of-type){
    margin-right: 6px;
  }
  .sdgs__tags-item a{
    overflow: hidden;
    background-color: #A5BCC3;
    border: 2px solid #A5BCC3;
    border-radius: 5px;
    padding: 2px 5px;
    display: block;
    color:#fff !important;
  }
  .sdgs__tags-item.no-link{
    pointer-events: none;
  }
  .sdgs__tags-item:nth-of-type(4){
    margin-left: 60px;
  }
  .sdgs__tags-item:nth-of-type(n+4){
    margin-top: 5px;
  }
  .sdgs__tags-item--1day  a{
    background-color: #7DC4FD !important;
    border-color: #7DC4FD !important;
  }
  .sdgs__tags-item--3day  a{
    background-color: #229BFD !important;
    border-color: #229BFD !important;
  }
  .sdgs__tags-item--1week  a,
  .sdgs__tags-item--days a{
    background-color: #1C8AE3;
    border-color: #1C8AE3;
  }
  .sdgs__tags-item--grades  a{
    background-color: #fff;
    border: 2px solid #0070CB;
    color: #0070CB !important;
  }
	.sdgs__tags-item:hover  a{
		background-color: #ffffff !important;
    color: #a5bcc3 !important;
	}
	.sdgs__tags-item--grades:hover  a{
		background-color:#0070CB !important;
		color: #ffffff !important;
	}
	.sdgs__tags-item--1day:hover  a{
		color: #7DC4FD !important;
	}
	.sdgs__tags-item--3day:hover  a{
		color: #229BFD !important;
	}
  .sdgs__tags-item--1week:hover  a,
  .sdgs__tags-item--days:hover a{
		color: #1C8AE3 !important;
	}
	.sdgs__tags-item--category:hover  a{
		color: #A5BCC3 !important;
	}
}
/* sp */
@media(max-width:740px){
  .sdgs__tags-list{
    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__tags-list:not(:last-of-type){
    margin-bottom: 3px;
  }
  .sdgs__tags-name,
  .sdgs__tags-item{
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
  }
  .sdgs__tags-name{
    color: #A3A3A3;
    text-align: left;
    min-width: 50px;
    margin-right: 0.8em;
  }
  .sdgs__tags-item:not(:last-of-type){
    margin-right: 0.5em;
  }
  .sdgs__tags-item.no-link{
    pointer-events: none;
  }
  .sdgs__tags-item  a{
    overflow: hidden;
    background-color: #A5BCC3;
    border: 2px solid #A5BCC3;
    border-radius: 5px;
    display: block;
    padding: 3px;
    color:#fff !important;
  }
  .sdgs__tags-item:nth-of-type(4){
    margin-left: 60px;
  }
  .sdgs__tags-item:nth-of-type(n+4){
    margin-top: 5px;
  }
  .sdgs__tags-item--1day  a{
    background-color: #7DC4FD;
    border-color: #7DC4FD;
  }
  .sdgs__tags-item--3day  a{
    background-color: #229BFD;
    border-color: #229BFD;
  }
  .sdgs__tags-item--1week  a,
  .sdgs__tags-item--days a{
    background-color: #1C8AE3;
    border-color: #1C8AE3;
  }
  .sdgs__tags-item--grades  a{
    background-color: #fff;
    border: 2px solid #0070CB;
    color: #0070CB !important;
  }
	.sdgs__tags-item:hover  a{
		background-color: #ffffff;
    color: #a5bcc3 !important;;
	}
	.sdgs__tags-item--grades:hover  a{
		background-color:#0070CB;
		color: #ffffff !important;
	}
	.sdgs__tags-item--1day:hover  a{
		color: #7DC4FD !important;
	}
	.sdgs__tags-item--3day:hover  a{
		color: #229BFD !important;
	}
	.sdgs__tags-item--1week:hover  a,
  .sdgs__tags-item--days:hover a{
		color: #1C8AE3 !important;
	}
	.sdgs__tags-item--category:hover  a{
		color: #A5BCC3 !important;
	}
}
/*
========================================
sdgs subttl
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__subttl{
    position: relative;
    background-image: url(/jiyukenkyu/sdgs/_shared/img/ttl-bg-pc-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 437px;
    height: 174px;
    margin: 33px auto 18px;
  }
  .sdgs__subttl-txt{
    position: absolute;
    bottom: 43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    color: #fff !important;
  }
  .sdgs__subttl-txt--small{
    font-size: 23px;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__subttl{
    position: relative;
    background-image: url(/jiyukenkyu/sdgs/_shared/img/ttl-bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 94vw;
    height: 37vw;
    max-width: 351px;
    max-height: 137px;
    margin: auto;
  }
  .sdgs__subttl-txt{
    width: 100%;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #fff !important;
  }
}
@media(max-width:340px){
  .sdgs__subttl-txt{
    bottom: 26px;
  }
}
/*
========================================
sdgs__subsec
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__subsec:not(:last-of-type){
    margin-bottom: 50px;
  }
  .sdgs__subsec-ttl{
    color: #06903A;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--left{
    text-align: left;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--black{
    color: #333;
    margin: 2em 0;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--small{
    font-size: 20px;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--icon{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--icon::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--home::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sec-icons/home-pc.png);
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--world::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sec-icons/world-pc.png);
    width: 43px;
    height: 43px;
    margin-bottom: 3px;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--book::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sec-icons/book-pc.png);
    width: 41px;
    height: 41px;
    margin-bottom: 3px;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--document::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sec-icons/document-pc.png);
    width: 43px;
    height: 43px;
    margin-bottom: 3px;
  }
  .sdgs__subsec-txt{
    max-width: 760px;
    margin: auto;
    font-size: 16px;
  }
  .sdgs__subsec-txt--mb50-30{
    margin-bottom: 50px;
  }
  .sdgs__subsec-txt:not(:last-child){
    margin-bottom: 1em;
  }
  .sdgs__subsec-txt--bold{
    font-weight: bold;
  }
  .sdgs__subsec-txt--margin{
    max-width: 760px;
    margin: auto;
    font-size: 16px;
    margin-bottom: 2em;
  }
  .sdgs__subsec-txt--center{
    text-align: center;
  }
  .sdgs__subsec-txt.sdgs__subsec-txt--subttl{
    font-size: 18px;
    margin: 1em 0;
  }
  .sdgs__subsec-txt.sdgs__subsec-txt--ex-color{
    color: #06903A;
  }
  .sdgs__subsec-txt.sdgs__subsec-txt--black-circle{
    line-height: 32px;
    margin-bottom: 0px;
  }
  .sdgs__subsec-txt.sdgs__subsec-txt--black-circle::before{
    content: "\030fb";
  }
  .sdgs__subsec-ref-item,
  .sdgs__subsec-ex-item{
    display: block;
  }
  a.sdgs__subsec-txtlink{
    color: #0070CB !important;
    word-break: break-all;
    display: block;
  }
  a.sdgs__subsec-txtlink--pdf{
    color: #06903A !important;
    text-decoration: underline !important;
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  .sdgs__subsec-txtlink--pdf.sdgs__subsec-txtlink--pdf--left{
    max-width: 760px;
    margin: 0px auto 20px;
    text-align: left;
  }
  img.sdgs__subsec-img{
    max-width: 760px;
    margin-top: 30px;
  }
  img.sdgs__subsec-img.sdgs__subsec-img--w350-332{
    max-width: 350px;
  }
  .sdgs__subsec-itemarea{
    max-width: 760px;
    margin: auto;
    border: #06903A 4px solid;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    font-weight: bold;
  }
  .sdgs__subsec-txtarea{
    max-width: 600px;
    margin: 30px auto;
    margin-bottom: 40px;
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 35px;
    background-image: url(/jiyukenkyu/sdgs/_shared/img/text-line.png);
    background-color: #fff;
  }
  .sdgs__subsec-txtarea--yellow{
    max-width: 760px;
    margin: 30px auto;
    margin-bottom: 40px;
    border: #FFFDE6 1px solid;
    border-radius: 20px;
    padding: 20px 50px;
    background-image: none;
    background-color: #FFFDE6;
  }
  .sdgs__subsec-txtarea--yellow > hr{
    background-color: #C4BE22;
    color: #C4BE22;
    margin: 50px 0px 40px;
  }
  .sdgs__subsec-txtarea--table{
    padding: 30px;
    margin: 0 auto;
  }
  .sdgs__subsec-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1em;
  }
  .sdgs__subsec-list--mb0{
    margin-bottom: 0px;
  }
  .sdgs__subsec-item{
    font-size: 16px;
    line-height: 32px;
  }
  .sdgs__subsec-item::before{
    content: "\030fb";
  }
  .sdgs__subsec-item--green::before{
    content: "\030fb";
    color: #1EC45E;
  }
  .sdgs__subsec-item--pdf a{
    color: #06903A !important;
    text-decoration: underline !important;
  }
  .sdgs__subsec-item:not(:last-of-type){
    margin-right: 1em;
  }
  .sdgs__subsec-weak{
    font-size: 12px;
  }
  .sdgs__subsec-weak::before{
    content: "\0203b";
  }
  .sdgs__subsec-flow{
    max-width: 770px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sdgs__subsec-turn{
    margin-right: 60px;
    margin-bottom: 30px;
    max-width: 350px;
    min-height: 300px;
  }
  .sdgs__subsec-turn--mh-none{
    min-height: auto;
  }
  .sdgs__subsec-turn--arrow::after{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_shared/img/arrow/arrow01-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    width: 70px;
    height: 30px;
    bottom: 100px;
    right: -350px;
  }
  .sdgs__subsec-turn--flex-none{
    margin-right: 0px;
    margin-bottom: 30px;
    max-width: none;
    min-height: 0px;
  }
  .sdgs__subsec-turn--ic{
    position: relative;
    min-height: 450px;
  }
  .sdgs__subsec-turn--ic::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/target6/_assets/img/210601/flow-01-ic-pc-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 203px;
    height: 212px;
    position: absolute;
    bottom: 32px;
    left: -100px;
  }
  .sdgs__subsec-turn:nth-of-type(2n){
    margin-right: 0px;
  }
  .sdgs__subsec-turn:nth-last-of-type(-n+2){
    margin-bottom: 0px;
  }
  .sdgs__subsec-turn:nth-last-of-type(-n+2).sdgs__subsec-turn--flex-none,
  .sdgs__subsec-turn:nth-last-of-type(2n).sdgs__subsec-turn--flex-none{
    margin-bottom: 30px;
  }
  .sdgs__subsec-intro{
    font-size: 16px;
    font-weight: bold;
    min-height: 130px;
    margin-bottom: 1em;
  }
  .sdgs__subsec-turn--flex-none .sdgs__subsec-intro{
    min-height: auto;
  }
  .sdgs__subsec-turnimg--w465-345{
    max-width: 465px;
  }
  .sdgs__subsec-intro--flex-none{
    margin: 1em 0;
    margin-bottom: 0;
  }
  .sdgs__subsec-intro::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/one-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-color: #06903A;
    color: #fff;
    display: inline-block;
    position: relative;
    width: 43px;
    height: 40px;
    margin-right: 0.5em;
    line-height: 40px;
    border-radius: 5px;
  }
  .sdgs__subsec-intro---yellow-green::before{
    background-color: #7EC41E;
  }
  .sdgs__subsec-turn:nth-of-type(2) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/two-pc.png);
    background-position-x: 10px;
  }
  .sdgs__subsec-turn:nth-of-type(3) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/three-pc.png);
    background-position-x: 10px;
  }
  .sdgs__subsec-turn:nth-of-type(4) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/four-pc.png);
    background-position-x: 8px;
  }
  .sdgs__subsec-turn:nth-of-type(5) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/five-pc.png);
    background-position-x: 10px;
  }
  /* .sdgs__subsec-turn:nth-of-type(6) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/six-pc.png);
  } */
  .sdgs__subsec-turn:nth-of-type(7) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/seven-pc.png);
  }
  .sdgs__subsec-turn:nth-of-type(8) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/eight-pc.png);
  }
  .sdgs__subsec-turn--cont-none{
    margin-right: 60px;
    margin-bottom: 30px;
    max-width: 350px;
    min-height: 300px;
  }
  .sdgs__subsec-turn--cont-none .sdgs__subsec-intro::before{
    background-image: none;
    background-color: transparent;
    width: 0;
  }
  .sdgs__subsec-intro--weak{
    font-size: 12px;
    display: block;
  }
  .sdgs__subsec-bnrlink{
    max-width: 360px;
    width: 95%;
    margin: auto;
    display: block;
  }
  .sdgs__subsec-bnrimg{
    width: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__subsec:not(:last-of-type){
    margin-bottom: 50px;
  }
  .sdgs__subsec-ttl{
    color: #06903A;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--left{
    text-align: left;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--black{
    color: #333;
    margin: 1.5em 0;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--small{
    font-size: 20px;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--icon{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--icon::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
    margin-bottom: 5px;
    width: 33px;
    height: 33px;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--home::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sec-icons/home-sp.png);
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--world::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sec-icons/world-sp.png);
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--book::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sec-icons/book-sp.png);
    width: 32px;
    height: 32px;
  }
  .sdgs__subsec-ttl.sdgs__subsec-ttl--document::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/sec-icons/document-sp.png);
    width: 32px;
    height: 32px;
  }
  .sdgs__subsec-txt{
    font-size: 16px;
  }
  .sdgs__subsec-txt--mb50-30{
    margin-bottom: 30px;
  }
  .sdgs__subsec-txt:not(:last-child){
    margin-bottom: 1em;
  }
  .sdgs__subsec-txt--margin{
    font-size: 16px;
    margin-bottom: 2em;
  }
  .sdgs__subsec-txt--bold{
    font-weight: bold;
  }
  .sdgs__subsec-txt.sdgs__subsec-txt--subttl{
    font-size: 18px;
    margin: 1em 0;
  }
  .sdgs__subsec-txt--center{
    text-align: center;
  }
  .sdgs__subsec-txt.sdgs__subsec-txt--ex-color{
    color: #06903A;
  }
  .sdgs__subsec-txt.sdgs__subsec-txt--black-circle{
    line-height: 24px;
    margin-bottom: 0px;
  }
  .sdgs__subsec-txt.sdgs__subsec-txt--black-circle::before{
    content: "\030fb";
  }
  .sdgs__subsec-ref-item,
  .sdgs__subsec-ex-item{
    display: block;
  }
  a.sdgs__subsec-txtlink{
    color: #0070CB !important;
    word-break: break-all;
    display: block;
  }
  a.sdgs__subsec-txtlink--pdf{
    color: #06903A !important;
    text-decoration: underline !important;
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  img.sdgs__subsec-img{
    margin-top: 16px;
  }
  img.sdgs__subsec-img.sdgs__subsec-img--w350-332{
    max-width: 332px;
  }
  .sdgs__subsec-itemarea{
    max-width: 100%;
    margin: auto;
    border: #06903A 4px solid;
    background-color: #fff;
    border-radius: 20px;
    padding: 18px 10px;
    font-weight: bold;
  }
  .sdgs__subsec-txtarea{
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 24px 20px;
    background-image: url(/jiyukenkyu/sdgs/_shared/img/text-line.png);
    background-color: #fff;
  }
  .sdgs__subsec-txtarea--yellow{
    max-width: 760px;
    margin: auto;
    border: #FFFDE6 1px solid;
    border-radius: 20px;
    padding: 0px 20px;
    padding-bottom: 10px;
    background-image: none;
    background-color: #FFFDE6;
  }
  .sdgs__subsec-txtarea--yellow > hr{
    background-color: #C4BE22;
    color: #C4BE22;
    margin:30px 0px 20px;
  }
  .sdgs__subsec-txtarea--table{
    padding: 20px 12px;
    margin: 0 auto;
  }
  .sdgs__subsec-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1em;
  }
  .sdgs__subsec-list--mb0{
    margin-bottom: 0px;
  }
  .sdgs__subsec-item{
    font-size: 16px;
  }
  .sdgs__subsec-item::before{
    content: "\030fb";
  }
  .sdgs__subsec-item--green::before{
    content: "\030fb";
    color: #1EC45E;
  }
  .sdgs__subsec-item a{
    color: #06903A !important;
    text-decoration: underline !important;
  }
  .sdgs__subsec-item:not(:last-of-type){
    margin-right: 0.6em;
  }
  .sdgs__subsec-item--pdf a{
    color: #06903A !important;
    text-decoration: underline !important;
  }
  .sdgs__subsec-weak{
    font-size: 12px;
  }
  .sdgs__subsec-weak::before{
    content: "\0203b";
  }
  .sdgs__subsec-turn{
    margin-bottom: 30px;
  }
  .sdgs__subsec-turn:nth-last-of-type(1){
    margin-bottom: 0px;
  }
  .sdgs__subsec-turnimg--w465-345{
    max-width: 345px;
  }
  .sdgs__subsec-intro{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .sdgs__subsec-intro::before{
    content: "";
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/one-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: -2px;
    background-color: #06903A;
    color: #fff;
    display: inline-block;
    position: relative;
    width: 43px;
    height: 40px;
    margin-right: 0.3em;
    line-height: 42px;
    border-radius: 5px;
    }
  .sdgs__subsec-intro---yellow-green::before{
    background-color: #7EC41E;
  }
  .sdgs__subsec-turn:nth-of-type(2) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/two-sp.png);
    background-position-x: 10px;
  }
  .sdgs__subsec-turn:nth-of-type(3) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/three-sp.png);
    background-position-x: 10px;
  }
  .sdgs__subsec-turn:nth-of-type(4) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/four-sp.png);
    background-position-x: 8px;
  }
  .sdgs__subsec-turn:nth-of-type(5) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/five-sp.png);
    background-position-x: 10px;
  }
  /* .sdgs__subsec-turn:nth-of-type(6) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/six-sp.png);
  } */
  .sdgs__subsec-turn:nth-of-type(7) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/seven-sp.png);
  }
  .sdgs__subsec-turn:nth-of-type(8) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/eight-sp.png);
  }
  .sdgs__subsec-turn:nth-of-type(9) .sdgs__subsec-intro::before{
    background-image: url(/jiyukenkyu/sdgs/_shared/img/number/nine-sp.png);
  }
  .sdgs__subsec-turn--cont-none .sdgs__subsec-intro::before{
    background-image: none;
    background-color: transparent;
    width: 0;
  }
  .sdgs__subsec-intro--weak{
    font-size: 12px;
    display: block;
  }
  .sdgs__subsec-bnrlink{
    max-width: 360px;
    width: 95%;
    margin: auto;
    display: block;
  }
  .sdgs__subsec-bnrimg{
    width: 100%;
  }
}
/*
========================================
sdgs table
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__table{
    width: 100%;
    border: #E2A419 3px solid;
    border-radius: 20px;
    display: block;
    overflow: hidden;
  }
  .sdgs__table-row,
  .sdgs__table-row-sum{
    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;
    display: block;
    width: 100%;
  }
  .sdgs__table-row:not(:last-of-type){
    border-bottom: 2px solid #E2A419;
  }
  .sdgs__table-row-sum{
    min-height: 100px;
  }
  .sdgs__table-head,
  .sdgs__table-body{
    font-size: 16px;
    padding: 16px 0px 13px;
    text-align: center;
  }
  .sdgs__table-head:nth-of-type(1),
  .sdgs__table-head:nth-of-type(2),
  .sdgs__table-body:nth-of-type(1),
  .sdgs__table-body:nth-of-type(2){
    width: 160px;
  }
  .sdgs__table-head:nth-of-type(3),
  .sdgs__table-body:nth-of-type(3){
    width: 374px;
  }
  .sdgs__table-head:not(:last-of-type),
  .sdgs__table-body:not(:last-of-type){
    border-right: 2px solid #E2A419;
  }
  .sdgs__table-head{
    color: #E2A419;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__table{
    width: 100%;
    border: #E2A419 3px solid;
    border-radius: 20px;
    display: block;
    overflow: hidden;
  }
  .sdgs__table-row{
    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;
    display: block;
    width: 100%;
  }
  .sdgs__table-row:not(:last-of-type){
    border-bottom: 2px solid #E2A419;
  }
  .sdgs__table-head,
  .sdgs__table-body{
    font-size: 11px;
    padding: 12px 0px;
    text-align: center;
  }
  .sdgs__table-head:nth-of-type(1),
  .sdgs__table-body:nth-of-type(1){
    max-width: 74px;
    width: 20vw;
  }
  .sdgs__table-head:nth-of-type(2),
  .sdgs__table-body:nth-of-type(2){
    max-width: 93px;
    width: 24.13vw;
  }
  .sdgs__table-head:nth-of-type(3),
  .sdgs__table-body:nth-of-type(3){
    max-width: 200px;
    width: 48.33vw;
  }
  .sdgs__table-head:not(:last-of-type),
  .sdgs__table-body:not(:last-of-type){
    border-right: 2px solid #E2A419;
  }
  .sdgs__table-head{
    color: #E2A419;
  }
}
/*
========================================
sdgs__try
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__try{
    background-color: #E9F8FC;
    padding: 25px 10px 200px;
  }
  .sdgs__try-ttl{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 40px;
  }
  .sdgs__try-caption{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin: auto;
    margin-bottom: 30px;
    max-width: 760px;
  }
  .sdgs__try-kv{
    margin-bottom: 30px;
    max-width: 300px;
  }
  .flex-parent{
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex-parent > picture{
    margin-left: 25px;
  }

}
/* sp */
@media(max-width:740px){
  .sdgs__try{
    background-color: #E9F8FC;
    padding: 50px 6px 160px;
  }
  .sdgs__try-ttl{
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 42px;
  }
  .sdgs__try-caption{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 1em;
  }
  img.sdgs__try-kv{
    width: 93vw;
    max-width: 345px;
    margin-bottom: 25px;
  }
  img.sdgs__try-kv.sdgs__try-kv--mw207{
    max-width: 206px;
  }
}
/*
========================================
sdgs__summary
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__summary{
    position: relative;
    padding: 68px 0px 35px;
    max-width: 760px;
    margin: auto;
  }
  .sdgs__summary-sec--01 .sdgs__subttl{
    margin: auto;
    position: absolute;
    top: -160px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__summary{
    position: relative;
    padding: 70px 6px 15px;
  }
  .sdgs__summary-sec--01 .sdgs__subttl{
    position: absolute;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*
========================================
sdgs__shelf
========================================
*/

/* pc */
@media(min-width:741px){
  .sdgs__shelf{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sdgs__shelf-item{
    max-width: 210px;
    font-weight: bold;
  }
  .sdgs__shelf-item:not(:last-of-type){
    margin-right: 50px;
  }
  .sdgs__shelf .sdgs__shelf-img{
    width: 100%;
    max-width: 112px;
    margin-bottom: 40px;
  }
  .sdgs__shelf-ttl{
    font-size: 16px;
    min-height: 2em;
    margin-bottom: 1em;
  }
  .sdgs__shelf-intro-item{
    display: block;
    font-size: 12px;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs__shelf-item{
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: bold;
  }
  .sdgs__shelf-item:not(:last-of-type){
    margin-right: 30px;
  }
  .sdgs__shelf .sdgs__shelf-img{
    width: 100%;
    max-width: 122px;
    margin-bottom: 16px;
  }
  .sdgs__shelf-ttl{
    font-size: 16px;
    margin-bottom: 1em;
  }
  .sdgs__shelf-intro-item{
    display: block;
    font-size: 12px;
  }
}
/*
========================================
bottom
sdgs__others
========================================
*/
/* pc */
@media(min-width:741px){
  .sdgs-sub {
    display: block;
  }
  .sdgs-top {
    display: none;
  }
  .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;
  }
  .sdgs__top-btn {
    margin-bottom: 80px;
    position: relative;
    top: -25px;
  }
  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--back::before{
    left: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  a.sdgs__bottom-btn--next::before{
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  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;
  }
  .sdgs__bottom-ttl{
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sdgs__others-item{
    position: relative;
    width: 78px;
    height: 78px;
    -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 6px 10px 0px;
  }
  .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;
  }
}
/* sp */
@media(max-width:740px){
  .sdgs-sub {
    display: block;
  }
  .sdgs-top {
    display: none;
  }
  .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: 60px;
  }
  .sdgs__top-btn {
    
    position: relative;
    top: -25px;
  }
  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--back::before{
    left: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  a.sdgs__bottom-btn--next::before{
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  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;
  }
  .sdgs__bottom-ttl{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
    color: #06903A;
    margin-bottom: 25px;
  }
  .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%;
  }
}

/*
========================================
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){
}
/*
========================================
other / 使用頻度低め
========================================
*/
/* pc */
@media(min-width:741px){
  .margin-bottom{
    margin-bottom: 120px !important;
  }
  .margin-bottom110{
    margin-bottom: 110px  !important;
  }
  .margin-auto{
    margin: 0 auto;
  }
  .peron-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1em;
  }
  .peron-area__txt{
    font-size: 12px;
    max-width: 75%;
  }
  .receipt01::before {
    content: "①";
  }
  .receipt02::before {
    content: "②";
  }
  .receipt03::before {
    content: "③";
  }
  img.sdgs__subsec-img--target12{
    max-width: 760px;
    margin-top: 60px;
  }
}
/* sp */
@media(max-width:740px){
  .margin-bottom{
    margin-bottom: 100px !important;
  }
  .margin-auto{
    margin: 0 auto;
  }
  .peron-area{
    font-size: 12px;
    margin-bottom: 1em;
  }
  .receipt01::before,
  .receipt02::before,
  .receipt03::before{
    max-width: 160px;
    margin: auto;
    display: block;
  }
  .receipt01::before {
    content: "(①)";
  }
  .receipt02::before {
    content: "(②)";
  }
  .receipt03::before {
    content: "(③)";
  }
  img.sdgs__subsec-img--target12{
    margin-top: 16px;
  }
}
/*
========================================
追加 0630
========================================
*/
/* pc */
@media(min-width:741px){
  .report-img{
    width: 80%;
    margin-bottom: 20px !important;
  }
}
/* sp */
@media(max-width:740px){
  .report-img{
    margin-bottom: 20px !important;
  }
}

/*
==================================
profile
==================================
*/
/* pc */
@media(min-width:741px){
  .sdgs__profile {
    max-width: 760px;
    margin: 54px auto 140px;
    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 {
    font-size: 14px;
  }
}
/* 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 {
    font-size: 14px;
  }
}