@charset "utf-8";

#womenempowerment .page-title {
    margin-bottom: 30px;
}

#womenempowerment .article_heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 15px;
    letter-spacing: 0;
    font-weight: normal;
}

#womenempowerment .article_heading span {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
}

#womenempowerment .article_wrap.-full .article_heading {
    font-size: 29px;
    margin-top: 25px;
}

#womenempowerment .article_wrap.-full .article_heading span {
    font-size: 13px;
    margin-top: 15px;
}

#womenempowerment .section_title{
    margin-bottom: 30px;
}

@media (min-width:768px) { /* PC VIEW */
    #womenempowerment .article_wrap {
        margin-top: 20px;
    }

    #womenempowerment .article_heading {
        font-size: 36px;
        line-height: 1.3;
    }

    #womenempowerment .section_title{
        font-size: 58px;
        letter-spacing: 0.098em;
        margin-bottom: 60px;
    }

    #womenempowerment .section_lead{
        font-size: 31px;
        letter-spacing: 0.03em;
        font-weight: bold;
    }
    #womenempowerment .page-title{
        font-size: 144px;
        margin-bottom: 60px;
    }

    /* top over */
    #womenempowerment .article_wrap .over {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(247,186,0,0.6);
        padding: 15px;
        top: 0;
        left: 0;
    }
  
    #womenempowerment .article_wrap:hover .over {
        display: block;
    }
  
    #womenempowerment .article_wrap .over-inner {
        position: relative;
        border: 2px solid #fff;
        height: 100%;
        color: #fff;
        padding: 15px 20px;
    }
  
    #womenempowerment .article_wrap .over__subttl-en {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
  
    #womenempowerment .article_wrap .over__ttl-en {
        font-size: 22px;
        font-weight: normal;
        line-height: 1.1;
        letter-spacing: 0.05em;
        margin-bottom: 2%;
    }
  
    #womenempowerment .article_wrap .over__ttl-jp {
        font-size: 10px;
        letter-spacing: 0.09em;
        line-height: 1.5;
    }
  
    #womenempowerment .article_wrap.-full .over {
        padding: 30px;
    }
  
    #womenempowerment .article_wrap.-full .over-inner {
        border: 4px solid #fff;
        padding: 30px 35px;
    }
  
    #womenempowerment .article_wrap.-full .over__ttl-en {
        font-size: 48px;
        margin-bottom: 3%;
    }
  
    #womenempowerment .article_wrap.-full .over__ttl-jp {
        font-size: 23px;
    }
  
    #womenempowerment .article_wrap.-full .over__tag {
        font-size: 28px;
        padding: 2% 0;
        width: 160px;
        border: 2px solid #fff;
    }

}
