@charset 'UTF-8';


body{
    color: #605f5f;
    font-family: 'Noto Sans JP', thin, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
    margin: 0;
    padding: 0;
}

img{
    max-width: 100%;
    height: auto;
}

.inner{
    width: 1120px;
    margin: 0 auto;
}

#contents{
    font-size: 18px;
    line-height: 28px;
}



/* span */
span.R{ color: #00C7B5; font-weight: 800; }
.attempt_list span.mini{ font-size: 80%; }





/* sec01 */
.sdgs_sec01{
    margin: 0 auto;
    padding: 36px 0 64px;
}



/* img */
img.logo_70th{
    display: block;
    margin: 0 auto;
}
img.sdgs_wheel{
    display: block;
    margin: 64px auto 32px;
}



.sdgs_sec01 h2{
    color: #00C7B5;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 12px auto;
}

.sdgs_sec01 p{
    text-align: center;
    margin-top: 0;
}



.sdgs_color_txt{
    display: inline-flex;
    font-weight: 800;
    letter-spacing: .1;
}
.sdgs_color_txt span:first-child{ color: #EA3D61; }
.sdgs_color_txt span:nth-child(2){ color: #F8BD00; }
.sdgs_color_txt span:nth-child(3){ color: #2C94D6; }
.sdgs_color_txt span:nth-child(4){ color: #00C7B5; }



.sdgs_detail_cont{
    width: 85%;
    display: flex;
    justify-content: baseline;
    margin: 0 auto;
}
.sdgs_detail_cont dt{
    width: 180px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-right: 4px solid #00C7B5;
}
.sdgs_detail_cont dd{
    flex: 1;
    padding-left: 64px;
}

.sdgs_detail_cont .sdgs_color_txt{
    font-size: 28px;
}



/* sec02 */
.sdgs_sec02{
    margin: 0 auto;
    padding: 36px 0 64px;
}

.sdgs_sec02 h2{
    color: #00C7B5;
    text-align: center;
    padding-bottom: 12px;
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 36px;
    position: relative;
}
.sdgs_sec02 h2::after{
    content: '';
    height: 4px;
    width: 50%;
    max-width: 90px;
    border-radius: 2px;
    background: #00C7B5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sdgs_sec02 h3{
    margin-bottom: 12px;
}


.attempt_cont{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.attempt_cont.even{ flex-direction: row-reverse; }

.attempt_imgCont{ position: relative; }
.attempt_imgCont img{ position: relative; z-index: 5; }
.attempt_imgCont::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #00C7B5;
    border-radius: 12px;
    position: absolute;
    bottom: -8px;
    right: -8px;
    z-index: 1;
    visibility: inherit;
}

.attempt_textCont{ width: 60%; padding: 24px; padding-left: 42px; flex: 1; }
.attempt_textCont img.sdgs_attempt{ display: block; margin: 24px auto 0; }



dl.attempt_head{
    display: flex;
    font-weight: 800;
    margin-bottom: 12px;
}

dl.attempt_head dt{
    font-size: 64px;
    line-height: 64px;
    padding-right: 36px;
    border-right: 4px solid #EA3D61;
}

dl.attempt_head dd{
    font-size: 48px;
    line-height: 72px;
    padding-left: 36px;
}
dl.attempt_head dd span.mini{
    display: block;
    font-size: 30%;
    line-height: 0;
}



.attempt_list{
    counter-reset: number;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.attempt_list li{
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0 6px 0 30px;
    margin-bottom: .2em;
}
.attempt_list li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: #FF2D83;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    top: 12px;
    left: 8px;
    width: 10px;
    height: 10px;
    line-height: 25px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.environment dl.attempt_head{ color: #EA3D61; }

.employee dl.attempt_head{ color: #F8BD00; }
.employee dl.attempt_head dt{ border-right: 4px solid #F8BD00; }
.employee .attempt_list li:before{ background: #F8BD00; }

.organization dl.attempt_head{ color: #2C94D6; }
.organization dl.attempt_head dt{ border-right: 4px solid #2C94D6; }
.organization .attempt_list li:before{ background: #2C94D6; }



/* 大一商会の「4R」 */
.R_cont{
    margin-top: 12px;
    padding: 18px;
    border: 2px solid #00C7B5;
    border-radius: 12px;
}

.R_cont h4{
    margin: 0;
    padding-left: 12px;
    border-left: 4px solid #00C7B5;
}

.R_list{
    counter-reset: number;
    list-style-type: none !important;
    padding: 0;
    margin: 6px 0 0;
    box-sizing: border-box;
}

.R_list li{
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0 6px 0 30px;
    margin-bottom: .2em;
}
.R_list li::first-letter{
    font-weight: 800;
    color: #00C7B5;
}

.R_list li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: #00C7B5;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 10px;
    line-height: 25px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* コンプライアンス宣言 */
.compliance_cont{
    margin-top: 24px;
    padding: 18px;
    border: 2px solid #2C94D6;
    border-radius: 12px;
}

.compliance_cont h4{
    margin: 0;
    padding-left: 12px;
    border-left: 4px solid #2C94D6;
}

.compliance_cont p{ margin: 6px 0 0; }




/* ====================================================================================================================== */



@media screen and (max-width: 768px){
    .br-pc{ display: none; }

    .inner{ width: 100%; }

    #contents{ width: 90%; margin: 0 auto; font-size: 16px; line-height: 24px; }

    .sdgs_sec01{ padding-bottom: 0; }
    .sdgs_sec01 h2, .sdgs_sec02 h2{ font-size: 20px; }
    .sdgs_sec02 h2::after{ width: 20%; }

    img.sdgs_wheel{ margin-top: 36px; }

    .sdgs_detail_cont{ width: 100%; flex-direction: column; }
    .sdgs_detail_cont dt{ width: auto; padding-left: 18px; margin-bottom: 12px; border-left: 4px solid #00C7B5; border-right: 0; }
    .sdgs_detail_cont dt h3{ margin: 0; }
    .sdgs_detail_cont dd{ margin-left: 0; padding-left: 0; }

    dl.attempt_head{ margin-bottom: 12px; }
    dl.attempt_head dt{ font-size: 42px; line-height: 42px; padding-right: 24px; }
    dl.attempt_head dd{ font-size: 32px; line-height: 42px; padding-left: 24px; }

    .attempt_cont{ margin-bottom: 36px; }
    .attempt_cont, .attempt_cont.even{ flex-direction: column-reverse; }
    .attempt_textCont{ width: 100%; padding: 0; margin-bottom: 24px; }
    .attempt_textCont img.sdgs_attempt{ margin-top: 12px; }
    .attempt_textCont h3{  }

    .attempt_imgCont{  }

    .R_cont{ margin-top: 12px; padding: 12px; }
    .compliance_cont{ margin-top: 12px; }

}
