@media (min-width: 741px) {
  /* PC */
  .kv {
    /* background-image: url(/sdgs/_assets/img/kv_bg-pc_v2.png);
    background-size: 1440px 519px;
    background-position: center;
    background-repeat: no-repeat; */

    position: relative;
  }
  .kv-inner {
    min-height: 356px;

    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-top: 59px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    text-align: center;
    position: relative;
  }
  .kv-bg {
    position: absolute;
    width: 1440px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -2;
  }

  .kv-desc-wrap {
    position: absolute;
    bottom: 0;
    right: 0;

    text-align: right;
    opacity: .5;
  }
  .kv-lead {
    color: #fff;
    font-size: 43px;
    line-height: 1.8;
    margin-bottom: 28px;
  }
  #contents .kv-ttl {
    color: #fff;
    font-size: 170px;
    line-height: 1;
    letter-spacing: 4px;
    margin-bottom: -18px;
  }
  .kv-sub-ttl {
    color: #fff;
    font-size: 43px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 4px;
    margin-bottom: 16px;
  }

  .kv__link-area {
    width: 516px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kv__link {
    width: 76px;
    margin-right: 10px;
    margin-bottom: 9px;

    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,.15);

            box-shadow: 4px 4px 6px 0px rgba(0,0,0,.15);
  }
  .kv__link-link {
    display: inline-block;
    width: 100%;
  }
  .kv__link-link:hover {
    opacity: .8;
  }
  .kv__link-link.kv__link-link--unlink {
    pointer-events: none;
  }
  .kv__link-img {
    width: 76px;
    height: 76px;
  }

  /* .kv__anim {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .kv__anim-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .kv__anim-item.appear {
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .kv__anim-item--01 {
    top: 265px;
    left: 686px;
    width: 311px;
  }
  .kv__anim-item--02 {
    top: 42px;
    left: 50px;
    width: 231px;
  }
  .kv__anim-item--03 {
    top: 320px;
    left: 34px;
    width: 256px;
  }
  .kv__anim-item--04 {
    top: 223px;
    left: -43px;
    width: 200px;
  }
  .kv__anim-item--05 {
    top: 28px;
    left: 710px;
    width: 147px;
  }
  .kv__anim-img {
    width: 100%;
  } */
}
@media (max-width: 740px) {
  /* SP */

  .kv {
    /* background-image: url(/sdgs/_assets/img/kv_bg-sp_v2.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; */

    overflow: hidden;
    position: relative;
  }
  .kv-inner {
    min-height: 121.6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    text-align: center;
    overflow: hidden;
    position: relative;
    padding-top: 27px;

    text-align: center;
  }
  .kv-bg {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -2;
  }
  .kv-desc-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;

    opacity: .5;
  }
  .kv-lead {
    color: #fff;
    font-size: 37px;
    line-height: 2;
    margin-bottom: 115px;

    display: none;
  }
  /* .kv-inner[data-appear-index="1"] .kv-desc-wrap {
    top: 295px;
  }
  .kv-inner[data-appear-index="2"] .kv-desc-wrap {
    top: 295px;
  }
  .kv-inner[data-appear-index="3"] .kv-desc-wrap {
    top: 295px;
  }
  .kv-inner[data-appear-index="4"] .kv-desc-wrap {
    top: 295px;
  }
  .kv-inner[data-appear-index="5"] .kv-desc-wrap {
    top: 165px;
  } */
  #contents .kv-ttl {
    color: #fff;
    font-size: 36vw;
    line-height: 1;
    margin-bottom: -16px;
  }
  .kv-sub-ttl {
    color: #fff;
    font-size: 9.5vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 4px;
  }

  .kv__link-area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85.1vw;
  }
  .kv__link {
    width: 15.3vw;
    margin-right: 2.13vw;
    margin-bottom: 7px;

    -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,.15);

            box-shadow: 4px 4px 6px 0px rgba(0,0,0,.15);
  }
  .kv__link:nth-child(5n) {
    margin-right: 0;
  }
  .kv__link-link {
    display: inline-block;
    width: 100%;
  }
  .kv__link-link.kv__link-link--unlink {
    pointer-events: none;
  }
  .kv__link-img {
    width: 15.3vw;
    height: 15.3vw;
  }

  /* .kv__anim {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .kv__anim-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .kv__anim-item.appear {
    opacity: 1;
  }
  .kv__anim-img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center top;
  } */
}


/*---------------------------------

サムネイルエリア

---------------------------------*/
@media (min-width: 741px) {
  /* PC */
  .thumb {
    background-color: #f1f1f1;
  }
  .thumb-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0 0;
  }
  .thumb-item:not(:last-child) {
    margin-right: 18px;
  }
  .thumb-item-img {
    width: 150px;
  }
}
@media (max-width: 740px) {
  /* SP */

}


/*---------------------------------

記事

---------------------------------*/
@media (min-width: 741px) {
  /* PC */
  .art {
    padding-top: 50px;
    padding-bottom: 118px;
    background-color: #f1f1f1;
  }
  .sec {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;

    padding: 28px 0 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    background-color: #fff;
  }
  .sec:not(:first-child) {
    padding-top: 95px;
  }
  .sec-pubdate {
    color: #7f7f7f;
    font-size: 11px;
    text-align: right;
    margin-bottom: 48px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec-ttl {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }
  .sec__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec__box > div:not(:last-child) {
    margin-right: 37px;
  }
  .sec__box-desc-wrap {
    position: relative;
    z-index: 1;
  }
  .sec__box-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .sec__box-txt--bold {
    font-weight: bold;
  }
  .sec__box-txt .right {
    display: block;
    text-align: right;
  }
  .sec__box-note {
    color: #888888;
    font-size: 14px;
    line-height: 1.7;
  }
  .sec__box-img-wrap {
    position: relative;
    z-index: 1;
  }
  .sec__box-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec__box-link {
    width: 130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 16px;

    position: relative;
  }
  .sec__box-link:nth-child(6n) {
    margin-right: 0;
  }
  .sec__box-link:hover {
    opacity: .7;
  }
  .sec__box-link-txt {
    display: inline-block;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
  }
  .sec__box-link-txt:hover {
    text-decoration: none;
  }
  .sec__box-link-txt:link,
  .sec__box-link-txt:active,
  .sec__box-link-txt:visited {
    color: #333;
  }
  .sec__box-link-img {
    width: 100%;
    margin-bottom: 8px;
  }

  /* 01 */
  .sec__box--01 {
    padding-bottom: 32px;
  }
  .sec__box--01::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 102px;
    left: 0;
    bottom: 0;
    background-color: #f1f1f1;
  }
  .sec__box--01 .sec__box-desc-wrap {
    padding-top: 30px;
  }
  .sec__box-img--01 {
    width: 408px;
    height: 300px;
  }

  /* 02 */
  .sec__box--02 {
    background-image: url(/sdgs/_assets/img/img02-pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 73px;
    padding-bottom: 97px;
    margin-bottom: 54px;
  }
  .sec__box--02 .sec__box-desc-wrap {
    width: 450px;
  }

  /* 03 */
  .sec__box-img--03 {
    width: 466px;
    height: 277px;
  }
  .sec__box--03 .sec__box-desc-wrap {
    width: 100%;
  }
  .sec__box--03 .sec__box-img-wrap {
    width: 466px;
  }
  .sec__box--03 .sec__box-img-wrap {
    padding-top: 64px;
  }
  .sec__box--03 .sec__box-txt {
    margin-bottom: 27px;
  }

  /* 04 */
  .sec__box--04 .sec__box-txt {
    margin-bottom: 25px;
  }

  /* 05 */
  .sec__box--05 {
    margin-bottom: 80px;
  }
  .sec__box--05 .sec__box-desc-wrap {
    width: 515px;
    padding-top: 48px;
  }
  .sec__box--05 .sec__box-img-wrap {
    width: 345px;
    text-align: center;
  }
  .sec__box-img--05 {
    width: 162px;
    height: 202px;
  }


  .author {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .author-inner {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    margin-top: 60px;
    padding: 20px;
  }
  .author-name {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .author__prof-txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .author__prof-txt--bold {
    font-weight: bold;
  }
  .author__prof-comp{
    font-size: 14px;
    margin-bottom: 0px;
  }
  .author__prof-lin{
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .art {
  }
  .sec {
    padding: 15px 15px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec:not(:first-child) {
    padding-top: 50px;
  }
  .sec-pubdate {
    color: #7f7f7f;
    font-size: 11px;
    text-align: right;
    margin-bottom: 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .sec__box:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec__box-desc-wrap {
    margin-bottom: 50px;
  }
  .sec__box-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  .sec__box-txt--bold {
    font-weight: bold;
  }
  .sec__box-txt .strong {
    font-size: 18px;
  }
  .sec__box-txt .right {
    display: block;
    text-align: right;
  }
  .sec__box-txt-link {
    word-break: break-all;
  }
  .sec__box-note {
    color: #888888;
    font-size: 14px;
    line-height: 1.7;
  }
  .sec__box-img-wrap {
    margin: 0 -15px;
  }
  .sec__box-img-wrap {
    margin: 0 -15px;
    text-align: center;
  }
  .sec__box-img {
    max-width: 100%;
    height: 53.4375vw;
  }

  .sec__box-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0 0;
  }
  .sec__box-link {
    width: 32%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 12px;
    line-height: 1.1;

    position: relative;
  }
  .sec__box-link:nth-child(3n) {
    margin-right: 0;
  }
  .sec__box-link-txt {
    display: inline-block;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .sec__box-link-txt:link,
  .sec__box-link-txt:active,
  .sec__box-link-txt:visited {
    color: #333;
  }
  .sec__box-link-txt:hover {
    text-decoration: none;
  }
  .sec__box-link-img {
    width: 100%;
    margin-bottom: 8px;
  }

  .sec .acc-btn {
    margin: 0 -15px;
  }

  /* 01 */
  .sec__box-img--01 {
    width: 100vw;
    height: 53.33vw;
  }
  /* 02 */
  .sec__box-img--02 {
    width: 100vw;
    height: 66.17vw;
  }
  /* 03 */
  .sec__box--03 .sec__box-desc-wrap {
    margin-bottom: 0;
  }
  .sec__box--03 .sec__box-txt {
    margin-bottom: 20px;
  }
  .sec__box-img--02 {
    width: 100vw;
    height: 59.5vw;
  }
  /* 04 */
  .sec__box--04 .sec__box-txt {
    margin-bottom: 25px;
  }

  /* 05 */
  .sec__box--05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec__box--05 .sec__box-img-wrap {
    margin-bottom: 25px;
  }
  .sec__box-img--05 {
    width: 162px;
    height: 202px;
  }
  .sec__box--05 .sec__box-desc-wrap {
    margin-bottom: 0;
  }


  .author-inner {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    margin-top: 30px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .author-name {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .author__prof-txt {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .author__prof-txt--bold {
    font-weight: bold;
  }
  .author__prof-comp{
    font-size: 12px;
    margin-bottom: 0px;
  }
  .author__prof-lin{
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/*---------------------------------

ラベル

---------------------------------*/
@media (min-width: 741px) {
  /* PC */
  .label {
    background-color: #5a5959;
  }
  .label-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .label-desc-wrap {
    width: 466px;
  }
  .label-ttl {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
    letter-spacing: 1px;
    margin-bottom: 45px;
  }
  .label-txt {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    padding-right: 134px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .label-thumb--01 {
    width: 362px;
    height: 412px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .label {
    background-color: #5a5959;
  }
  .label-inner {
    position: relative;
  }
  .label-desc-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    padding: 42px 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .label-desc-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .label-thumb {
    width: 100%;
  }
  .label-ttl {
    color: #fff;
    font-size: 14px;
    line-height: 2;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .label-txt {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /* 01 */
  .label-thumb--01 {
    width: 100vw;
    height: 147vw;
  }
}


/*---------------------------------

17の目標

---------------------------------*/
@media (min-width: 741px) {
  /* PC */

}
@media (max-width: 740px) {
  /* SP */
  .sdgslinks {
    background-color: #f7f7f7;
  }
}
/*---------------------------------

1bnr full size
プロフィールの上にある

---------------------------------*/
/* pc */
@media(min-width:741px){
  .bnr-full{
    margin:45px auto 0px;
    max-width: 860px;
  }
  .bnr-full__txt{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
    text-align: center;
  }
  .bnr-full__item,
  .bnr-full__item-img{
    width: 100%;
    height: auto;
  }
  .bnr-full__item:hover,
  .bnr-full__item:active,
  .bnr-full__item:focus{
    opacity: 0.85;
  }
}
/* sp */
@media(max-width:740px){
  .bnr-full{
    margin: auto;
  }
  .bnr-full__txt{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.66;
    text-align: center;
  }
  .bnr-full__item,
  .bnr-full__item-img{
    width: 100%;
    height: auto;
  }
  .bnr-full__item:hover,
  .bnr-full__item:active,
  .bnr-full__item:focus{
    opacity: 0.85;
  }
}
@media(max-width:360px){
  .bnr-full__txt{
    font-size: 12px;
  }
}