@charset "UTF-8";
/* CSS Document */

/*---------------------------------

  company menu

---------------------------------*/
.company_menu_wrapper{
    margin-bottom: 80px;
}
.company_menu_inner{
    width: 88%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.company_menu_inner a{
    display: block;
    width: calc(33.333% - 4%);
    margin: 0 2%;
    background-color: #3ccb9c;
    color: #fff;
    border: solid 1px #3ccb9c;
    line-height: 1em;
    padding: 15px 20px 15px 15px;
    border-radius: 4px;
    font-weight: 500;
    position: relative;
    transition: .35s;
}
.company_menu_inner a:hover{
    background-color: #f6f6f6;
    color: #3ccb9c;
}
.company_menu_inner a::before {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../img/company/arrow_white.png") center / 10px 6px no-repeat;
    transition: .35s;
}
.company_menu_inner a:hover::before{
    background: url("../img/business/arrow_01.png") center / 10px 6px no-repeat;
}
.company_menu_inner a.here{
    background-color: #fff;
    color: #3ccb9c;
}
.company_menu_inner a.here::before{
    background: url("../img/business/arrow_01.png") center / 10px 6px no-repeat;
}


/*---------------------------------

  SDGs

---------------------------------*/
.wrapper{
    margin-bottom: 100px;
}
.wrapper h3{
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #1dc765;
    margin-bottom: 60px;
}
.inner{
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    line-height: 1.6em;
}
.column{
    display: flex;
    flex-wrap: wrap;
}
.sdgs_box{
    width: calc(50% - 4%);
    margin: 0 2% 5%;
    padding-top: 100px;
    position: relative;
}
.sdgs_box::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 80px;
    height: 80px;
    background: url("../img/sdgs/sdg_icon_01.jpg") center / 80px auto no-repeat;
}
.sdgs_box:nth-of-type(2)::before{
    background: url("../img/sdgs/sdg_icon_03.jpg") center / 80px auto no-repeat;
}
.sdgs_box:nth-of-type(3)::before{
    background: url("../img/sdgs/sdg_icon_11.jpg") center / 80px auto no-repeat;
}
.sdgs_box:nth-of-type(4)::before{
    background: url("../img/sdgs/sdg_icon_13.jpg") center / 80px auto no-repeat;
}
.sdgs_box:nth-of-type(5)::before{
    background: url("../img/sdgs/sdg_icon_15.jpg") center / 80px auto no-repeat;
}
.sdgs_box:nth-of-type(6)::before{
    background: url("../img/sdgs/sdg_icon_17.jpg") center / 80px auto no-repeat;
}
.sdgs_box  .sdgs_text{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.sdgs_box .sdgs_text h4{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: solid 2px #e4011e;
    margin-bottom: 12px;
}
.sdgs_box:nth-of-type(2) .sdgs_text h4{
    border-bottom: solid 2px #1b973a;
}
.sdgs_box:nth-of-type(3) .sdgs_text h4{
    border-bottom: solid 2px #f5a20b;
}
.sdgs_box:nth-of-type(4) .sdgs_text h4{
    border-bottom: solid 2px #407936;
}
.sdgs_box:nth-of-type(5) .sdgs_text h4{
    border-bottom: solid 2px #28a838;
}
.sdgs_box:nth-of-type(6) .sdgs_text h4{
    border-bottom: solid 2px #023067;
}
.circle{
    font-size: 14px;
    line-height: 1.6em;
    position: relative;
    padding-left: 12px;
}
.circle::before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e4011e;
}
.sdgs_box:nth-of-type(2) .circle::before{
    background-color: #1b973a;
}
.sdgs_box:nth-of-type(3) .circle::before{
    background-color: #f5a20b;
}
.sdgs_box:nth-of-type(4) .circle::before{
    background-color: #407936;
}
.sdgs_box:nth-of-type(5) .circle::before{
    background-color: #28a838;
}
.sdgs_box:nth-of-type(6) .circle::before{
    background-color: #023067;
}
.sdgs_text ul li{
    margin-bottom: 5px;
}


@media print, screen and (max-width: 750px) {
    .company_menu_wrapper {
        margin-bottom: 50px;
    }
    .company_menu_inner {
        width: 100%;
        padding: 0 10px;
    }
    .company_menu_inner a {
        width: calc(33.333% - 10px);
        margin: 0 5px;
        line-height: 1.2em;
        padding: 8px 20px 8px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .wrapper h3{
        font-size: 22px;
        margin-bottom: 35px;
    }
    .inner {
        width: 100%;
        padding: 0 12px;
    }
    .sdgs_box {
        width: calc(50% - 10px);
        margin: 0 5px 20px;
        padding-top: 80px;
        position: relative;
    }
    .sdgs_box .sdgs_text {
        border-radius: 8px;
        padding: 12px 15px;
    }
    .sdgs_box .sdgs_text h4{
        text-align: left;
        font-size: 14px;
    }
    .sdgs_box .sdgs_text h4 br{
        display: none;
    }
    .sdgs_box::before{
        width: 70px;
        height: 70px;
        background: url(../img/sdgs/sdg_icon_01.jpg) center / 70px auto no-repeat;
    }
    .sdgs_box:nth-of-type(2)::before{
        background: url("../img/sdgs/sdg_icon_03.jpg") center / 70px auto no-repeat;
    }
    .sdgs_box:nth-of-type(3)::before{
        background: url("../img/sdgs/sdg_icon_11.jpg") center / 70px auto no-repeat;
    }
    .sdgs_box:nth-of-type(4)::before{
        background: url("../img/sdgs/sdg_icon_13.jpg") center / 70px auto no-repeat;
    }
    .sdgs_box:nth-of-type(5)::before{
        background: url("../img/sdgs/sdg_icon_15.jpg") center / 70px auto no-repeat;
    }
    .sdgs_box:nth-of-type(6)::before{
        background: url("../img/sdgs/sdg_icon_17.jpg") center / 70px auto no-repeat;
    }
    .wrapper {
        margin-bottom: 60px;
    }







}

