@charset "utf-8";

/* sdgs_goals */
.goals_desc {
    margin-bottom: 48px;
    text-align: center;
}
.goals_about {
    padding: 32px;
    box-sizing: border-box;
    background-color: #EFF9FA;
}
.goals_about_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.goals_about_txt {
    width: 50%;
    padding-right: 32px;
    box-sizing: border-box;
}
.goals_about_img {
    width: 50%;
}
.goals_about_img .sdgs_logo {
    margin-bottom: 16px;
}
.goals_about_img .sdgs_logo img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.sdgs_icon_wrap {
    display: flex;
    flex-wrap: wrap;
}
.sdgs_icon_wrap .sdgs_icon {
    width: 16.666%;
    padding: 4px;
    box-sizing: border-box;
}
.goals_about_txt h3 {
    margin-bottom: 24px;
}
/* sdgs_goalsここまで */

/* sdgs_select */
.sdgs_select {
    margin-top: 48px;
}
.sdgs_select_wrap {
    display: flex;
    justify-content: center;
}
.sdgs_select_wrap .select_ct {
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
}
.sdgs_select_wrap .select_btn {
    padding: 8px 24px;
    box-sizing: border-box;
    color: #5FC1C7;
    background-color: #FFF;
    border: 1px solid #5FC1C7;
    border-radius: 160px;
    letter-spacing: 2px;
    transition: .4s;
}
.sdgs_select_wrap .select_btn:hover {
    color: #FFF;
    background-color: #5FC1C7;
}
/* sdgs_selectここまで */

/* sdgs_initiatives */
.intv_content {
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px dashed #1D4763;
}
.intv_content:last-child {
    margin-bottom: 0;
}
.intv_summary {
    display: flex;
    flex-wrap: wrap;
}
.intv_desc {
    width: 50%;
    padding-right: 32px;
    box-sizing: border-box;
}
.intv_icon_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.intv_icon_wrap .sdgs_icon {
    width: 16.666%;
    padding: 4px;
    box-sizing: border-box;
}
.intv_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.intv_ttl .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 56px;
    width: 100%;
    height: 56px;
    margin-right: 8px;
    font-weight: 600;
    font-size: 24px;
    color: #FFF;
    background-color: #1D4763;
    border: 1px solid transparent;
    border-radius: 56px;
}
.intv_desc .intv_desc_txt {
    padding-left: 4em;
}
.intv_desc .intv_desc_txt h4 {
    margin-bottom: 8px;
}
.intv_attached {
    margin-top: 40px;
    padding: 32px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    box-shadow: 8px 8px 8px transparent,    inset 8px 8px 8px rgba(0, 0, 0, 0.16);
}
.attached_ttl {
    margin-bottom: 24px;
    text-align: center;
}
.attached_ttl .attached_h4 {
    display: inline-block;
    padding-bottom: 8px;
    font-size: 1.2em;
    border-bottom: 1px solid #1D4763;
}
.attached_desc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.attached_desc .desc_txt {
    width: 60%;
    padding-right: 32px;
    box-sizing: border-box;
}
.attached_desc .desc_img {
    width: 40%;
}
.attached_desc .inner_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.attached_desc .inner_ct {
    width: 50%;
    padding: 16px;
    box-sizing: border-box;
}
.attached_desc .inner_ct ul {
    line-height: 1.8em;
}
.attached_desc .inner_ct a {
    color: #1D4763;
    background-color: #FFF;
}
.attached_desc .inner_ct a::after {
    display: none;
}
.attached_desc .inner_ct a:hover {
    color: #FFF;
    background-color: #1D4763;
}
.attached_desc .inner_ct a:hover .circle {
    background-color: transparent;
}
.attached_desc .inner_ct a:hover .circle svg {
    scale: 1.6;
}
.attached_desc .inner_ct a .circle {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 40px;
    background-color: #1D4763;
    transition: .4s;
}
.attached_desc .inner_ct a .circle svg {
    width: 8px;
    height: auto;
    fill: #FFF;
    transition: .4s;
}
.attached_desc .desc_img img {
    max-height: 80px;
    width: auto;
    padding: 8px;
    box-sizing: border-box;
}
.environment_initiatives .intv_ttl .number {
    color: #1D4763;
    background-color: #FFF;
    border-color: #1D4763;
}
/* sdgs_initiativesここまで */

@media screen and (max-width: 599px) {
    .goals_about_txt {
        width: 100%;
        margin-bottom: 24px;
        padding-right: 0;
    }
    .goals_about_img {
        width: 100%;
    }
    .intv_desc {
        width: 100%;
        margin-bottom: 24px;
        padding-right: 0;
    }
    .intv_icon_wrap {
        width: 100%;
    }
    .attached_desc .desc_txt {
        width: 100%;
        padding-right: 0;
    }
    .attached_desc .inner_ct {
        width: 100%;
    }
    .attached_desc .inner_ct .btn_wrap {
        margin-top: 0;
    }
    .attached_desc .desc_img {
        width: 100%;
    }
}