.main_wrap {
    background-image: url(../img/about_bg.png);
    background-size: 405px;
    background-position: top right;
    background-repeat: no-repeat;
}

.about_wrap {
    margin-top: 150px;
}

.about_wrap .about_text01 {
    max-width: 785px;
    width: 94%;
    display: block;
}

.about_wrap .about_text02 {
    max-width: 835px;
    width: 100%;
    display: block;
}

.about_wrap .about_content {
    padding: 70px 0 105px;
    position: relative;
}

.about_wrap .about_content h2 {
    font-size: 26px;
    line-height: 70px;
    letter-spacing: 15px;
}

.about_wrap .about_content p {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 2px;
}

.about_wrap .about_content p.text01 {
    margin-top: 70px;
}

.about_wrap .about_content p.text02 {
    margin-top: 25px;
}

.about_wrap .about_content p.text03 {
    margin-top: 40px;
}

.about_wrap .about_content h3 {
    font-size: 18px;
    line-height: 44px;
    color: #005fc3;
    letter-spacing: 3px;
    margin-top: 40px;
}

.about_wrap .about_content .about_img {
    width: 295px;
    position: absolute;
    bottom: 45px;
    right: -55px;
}

@media screen and (max-width: 1440px) {
    .main_wrap {
        background-size: 28%;
    }
}

@media screen and (max-width: 1285px) {
    .about_wrap .about_content {
        padding: 70px 0 80px;
    }
    .about_wrap .about_content .about_img {
        position: static;
        display: block;
        margin: 20px 0 0 auto;
    }
}

@media screen and (max-width: 1100px) {
    .main_wrap {
        padding-top: 20px;
    }

    .main_content .navi_block {
        display: none;
    }

    .about_wrap {
        margin-top: 60px;
    }

    .about_wrap .about_content h2 {
        font-size: 24px;
        line-height: 65px;
        letter-spacing: 10px;
    }
}

@media screen and (max-width: 600px) {
    .page_head .text_wrap .text01 {
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .main_wrap {
        background-size: 35%;
    }

    .about_wrap .about_content {
        padding: 45px 0;
    }

    .about_wrap .about_content h2 {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 5px;
    }

    .about_wrap .about_content h2 span {
        display: inline-block;
    }

    .about_wrap .about_content p {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .about_wrap .about_content h3 {
        font-size: 16px;
        line-height: 32px;
        margin-top: 35px;
    }

    .about_wrap .about_content p.text01 {
        margin-top: 50px;
    }

    .about_wrap .about_content p.text03 {
        margin-top: 30px;
    }

    .about_wrap .about_content .about_img {
        width: 230px;
    }
}
