@charset "utf-8";


@media screen and (min-width: 801px) {
    .about_ttl {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: .06em;
        padding-bottom: 130px;
    }
    .bd_ttl {
        font-family: 'Raleway', 'Noto Sans JP', sans-serif, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
        font-size: 50px;
        font-weight: 400;
        letter-spacing: .06em;
        padding-bottom: 90px;
    }
    .bd_ttl span {
        font-family: 'Raleway', 'Noto Sans JP', sans-serif, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
        display: block;
        font-size: 30px;
        letter-spacing: .06em;
        padding-top: 30px;
    }
    .lead_txt {
        font-size: 17px;
        font-weight: 400;
        line-height: 2.59em;
        letter-spacing: .04em;
        padding-bottom: 60px;
    }
    .bd_img_container {
        width: 717px;
        margin: 0 auto 30px;
    }
}



@media screen and (max-width: 800px) {
    .sec01 {
        padding-bottom: 6.67vw;
    }
    .about_ttl {
        font-size: 6vw;
        font-weight: 500;
        letter-spacing: .12em;
        padding-bottom: 12vw;
    }
    .bd_ttl {
        font-family: 'Raleway', 'Noto Sans JP', sans-serif, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
        font-size: 7.6vw;
        font-weight: 400;
        letter-spacing: .05em;
        white-space: nowrap;
        padding-bottom: 13.33vw;
    }
    .bd_ttl span {
        font-family: 'Raleway', 'Noto Sans JP', sans-serif, 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
        display: block;
        font-size: 4.67vw;
        letter-spacing: .06em;
        padding-top: 5.33vw;
    }
    .lead_txt {
        font-size: 3.73vw;
        font-weight: 500;
        line-height: 2.14em;
        letter-spacing: .04em;
        padding-bottom: 5.33vw;
    }
    .bd_img_container {
        width: 96.13vw;
        margin: 0 auto;
    }
}