@charset "utf-8"; 


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC SP 切り替え
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
  }
  
  .sp {
    display: none !important;
  }
  
  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  @media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
  
    .sp {
        display: block !important;
    }
  }
  
  @media screen and (min-width: 751px) {
    .br_sp {
        display: none;
    }
  }
  
  @media screen and (max-width: 750px) {
    .br_pc {
        display: none;
    }
  }
  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.f_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
メイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.ctg-sdgs #page-heading {
    background: url(../img/company/pct_main.jpg) no-repeat center top;
    background-size: cover;
}


#page-sdgs h2.main_ttl {
    margin-bottom: 50px;
}

#page-sdgs p.main_txt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
    text-align: center;
}

#page-sdgs .box {
    text-align: right;
    font-size: 14px;
    max-width: 546px;
    margin: 0 auto 80px;
}

#page-sdgs .box02 {
    position: relative;
    padding: 40px 0 80px;
    margin-bottom: 30px;
}

#page-sdgs .box02 .side_arrow::before, #page-sdgs .box02 .side_arrow::after {
    content: '';
    width: 80px;
    height: 80px;
    border-top: solid 2px #0099CC;
    border-right: solid 2px #0099CC;
    position: absolute;
}

#page-sdgs .box02 .side_arrow.top_ar::before {
    transform: rotate(270deg);
    top: 0;
    left: 0;
}

#page-sdgs .box02 .side_arrow.top_ar::after {
    right: 0;
    top: 0;
}

#page-sdgs .box02 .side_arrow.bt_ar::before {
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
}

#page-sdgs .box02 .side_arrow.bt_ar::after {
    right: 0;
    bottom: 0;
    transform: rotate(90deg);
}

#page-sdgs .box02 h2.ttl {
    font-size: 28px;
    font-weight: inherit;
    margin-bottom: 120px;
    text-align: center;
}

#page-sdgs .box02 ol.items {
    max-width: 960px;
    margin: 0 auto 120px;
}

#page-sdgs .box02 ol.items li {
    counter-increment: ol_cnt;
    list-style: none;
    margin-bottom: 80px;
}

#page-sdgs .box02 ol.items li h3.main_ttl {
    font-size: 24px;
    font-weight: inherit;
    position: relative;
    z-index: 0;
    text-align: left;
    margin-bottom: 30px;
}

#page-sdgs .box02 ol.items li h3.main_ttl::before {
    content: counter(ol_cnt, decimal-leading-zero);
    position: absolute;
    z-index: -1;
    top: -15px;
    left: 0;
    font-family: 'Roboto', sans-serif;
    color: #CBE6EF;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: -.05em;
}

#page-sdgs .box02 ol.items li p.main_txt02 {
    text-align: left;
    margin-bottom: 40px;
}

#page-sdgs .box02 ol.items li .box_wrap {
    align-items: center;
}

#page-sdgs .box02 ol.items li .box_wrap .area_a {
    width: 50%;
    max-width: 417px;
    text-align: left;
    padding-left: 15px;
    margin-right: 40px;
    position: relative;
}

#page-sdgs .box02 ol.items li .box_wrap .area_a::before{
    position: absolute;
    content:"";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #0099CC;
}


#page-sdgs .box02 ol.items li .box_wrap .area_a p.sub_ttl {
    color: #0099CC;
}

#page-sdgs .box02 ol.items li .box_wrap .area_a p.txt {
    line-height: 2;
    text-align: left;
}

#page-sdgs .box02 ol.items li .box_wrap p.main_img {
    width: calc(100% - 417px - 40px - 15px);
}

#page-sdgs .box02 ol.items li .box_wrap p.main_img img {
    max-width: 417px;
    width: 100%;
}

#page-sdgs .box02 ol.items li .box_wrap p.main_img.img03 img {
    max-width: 501px;
    width: 100%;
}

#page-sdgs .box02 ol.items li .box_wrap p.main_img.img04 img {
    max-width: 333px;
    width: 100%;
}

#page-sdgs .box02 p.big_img {
    max-width: 960px;
    margin: 0 auto;
}

#page-sdgs .box02 p.big_img img {
    width: 100%;
}

.ctg-company .ctg-banner nav ul li:first-child {
    /*background-image: url(/_resource/img/company/link_bg01.jpg);*/
    background-image: url("../img/company/link_bg01.jpg");
}

.ctg-company .ctg-banner nav ul li:nth-child(2) {
    background-image: url(../img/company/link_bg02.jpg);
}

.ctg-company .ctg-banner nav ul li:nth-child(3) {
    background-image: url(../img/company/link_bg03.jpg);
}


@media (max-width: 750px) {

    #page-sdgs h2.main_ttl {
        margin-bottom: 30px;
    }

    #page-sdgs p.main_txt {
        font-size: 15px;
        margin-bottom: 20px;
    }

    #page-sdgs .box {
        font-size: 12px;
    }

    #page-sdgs .box02 h2.ttl {
        font-size: 20px;
        margin-bottom: 56px;
    }

    #page-sdgs .box02 {
        padding: 28px 0 70px;
        margin-bottom: 30px;
    }

    #page-sdgs .box02 .side_arrow::before, #page-sdgs .box02 .side_arrow::after {
        width: 40px;
        height: 40px;
    }

    #page-sdgs .box02 ol.items {
        padding: 0;
        margin-bottom: -30px;
    }

    #page-sdgs .box02 ol.items li h3.main_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #page-sdgs .box02 ol.items li h3.main_ttl::before {
        font-size: 56px;
    }

    #page-sdgs .box02 ol.items li p.main_txt02 {
        font-size: 15px;
        line-height: 2;
        margin-bottom: 20px;
    }

    #page-sdgs .box02 ol.items li .box_wrap .area_a {
        font-size: 13px;
        width: 100%;
        /* padding: 0; */
        margin: 0 0 20px;
    }

    #page-sdgs .box02 ol.items li .box_wrap .area_a p.sub_ttl {
        margin-bottom: 10px;
    }


    #page-sdgs .box02 ol.items li .box_wrap p.main_img {
        width: 100%;
    }

    #page-sdgs .box02 p.big_img {
        max-width: 342px;
    }

    #page-sdgs .box02 p.big_img img {
        width: 100%;
    }
}
