/*--------------------------------------------------------------------------*
 *  
 *  abountus.css
 *  
 *  私たちについてページ用
 *
 *--------------------------------------------------------------------------*/
.aboutus {
    padding: 40px 0 40px 0;
}
.aboutus .container {
    padding: 0;
    max-width: 100%;
}
.vision_text h1 {
    font-size: 3.4rem;
    font-feature-settings: "palt";
    text-shadow: 4px 2px 5px #c2c2c2;
    line-height: 1.6;
}
.vision_text h2 {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-size: 1.6rem;
    text-shadow: 4px 2px 5px #c2c2c2;
}
.value_text h2 {
    font-size: 2.4rem;
    font-feature-settings: "palt";
    line-height: 1.6;
}
.strength_title {
    color: #65D4C9;
    font-family: "Noto Serif", serif;
    font-size: 2.1rem;
}
.strength_title span {
    font-family: "Noto Sans JP", serif;
    margin-left: 20px;
    font-size: 1.0rem;
}
.strength_content {
    color: #707070;
    font-family: "Noto Sans JP", serif;
    font-size: 1.0rem;
    line-height: 1.6;
}

/* 768px以下 */
@media (max-width: 767.98px) {
    .aboutus {
        padding: 40px 0 0 0;
    }    
    .vision_text h1 {
        font-size: 2.0rem;
        text-shadow: 3px 2px 4px #c2c2c2
    }
    .vision_text h2 {
        line-height: 1.6;
        font-size: 0.9rem;
        text-shadow: 3px 2px 4px #c2c2c2
    }
    .value_text h2 {
        font-size: 1.3rem;
    }
    .strength_title {
        font-size: 1.6rem;
    }
    .strength_title span {
        margin-left: 0;
        font-size: 0.8rem;
        display: block;
        line-height: 1.4;
    }
    .strength_content {
        font-size: 0.9rem;
        line-height: 1.8;
    }    
}

/* 幅が 768px以上 992px以下 */
@media (min-width: 768px) and (max-width:991.98px) {
    .aboutus {
        padding: 40px 0 20px 0;
    }    
    .vision_text h1 {
        font-size: 3.0rem;
        text-shadow: 4px 2px 5px #c2c2c2
    }
    .vision_text h2 {
        line-height: 1.6;
        font-size: 1.4rem;
        text-shadow: 4px 2px 5px #c2c2c2
    }
    .value_text h2 {
        font-size: 2.0rem;
    }
    .strength_title {
        font-size: 1.9rem;
    }
    .strength_title span {
        margin-left: 15px;
        font-size: 1.0rem;
    }
}
