@charset "UTF-8";

/*============================
    about__page comon
============================*/
.a-section {
  
    padding: 70px;
    margin: -70px;
    padding-bottom: 150px;
}

@media screen and (max-width:1024px) {
    .a-section {
        padding-bottom: 100px;
    }
}

@media screen and (max-width:767px) {
    .a-section {
        padding-bottom: 100px;
    }
}

/*============================
    a-message
============================*/
.a-message .bg_para {
    background: url(../img/about/a-message_para.jpg) no-repeat center top 25%/cover;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
}

.a-message__main {
    padding: 50px 0 0;
}


@media screen and (max-width:1024px) {
    .a-message .bg_para {
        background-attachment: fixed;
        height: 300px;
        background-position: left 45% center;
    }

    .a-message__main {
        padding: 50px 0 0;
    }


}

@media screen and (max-width:767px) {
    .a-message .bg_para {
        background-attachment: scroll;
        height: 220px;
        background-position: center top 20%;
    }

    .a-message__main {
        padding: 40px 0 0;
    }


}

/*============================
    a-philosophy 
============================*/
.a-philosophy {
  padding-bottom: 0;
}

.a-philosophy .bg_para {
    background: url(../img/about/a-philosophy_para.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
}

.a-phil__main {
    padding: 50px 0 150px;
    background: #F0EEEA;

}

.a-phil__h3 {
    padding-left: 60px;
    position: relative;
}

.a-phil__h3::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #E86263;
    top: 1.25em;
    left: 0;
}

.a-phil__txt {
    padding-left: 60px;
}

@media screen and (max-width:1024px) {

    .a-philosophy .bg_para {
        background-position: left 40% center;
        background-attachment: fixed;
        height: 300px;
    }

    .a-phil__main {
        padding: 50px 0 100px;

    }

    .a-phil__h3 {
        padding-left: 50px;
        position: relative;
    }

    .a-phil__h3::before {
        width: 40px;
        top: 1em;
    }

    .a-phil__txt {
        padding-left: 50px;
    }
}

@media screen and (max-width:767px) {
    .a-philosophy .bg_para {
        background-attachment: scroll;
        height: 220px;
        background-position: center center;
    }

    .a-phil__main {
        padding: 40px 0 60px;

    }

    .a-phil__h3 {
        padding-left: 40px;
    }

    .a-phil__h3::before {
        width: 30px;
        top: 1em;
    }

    .a-phil__txt {
        padding-left: 40px;
    }

}


/*============================
    a-data 
============================*/

.a-data .bg_para {
    background: url(../img/about/a-data_para.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
}

.a-data__main {
    padding: 50px 0 0;

}

.a-data__li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

@media screen and (max-width:1024px) {

    .a-data .bg_para {
        background-attachment: fixed;
        height: 300px;
    }

    .a-data__main {
        padding: 50px 0 0;

    }

    .a-data__li {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

}

@media screen and (max-width:767px) {

    .a-data .bg_para {
        background-attachment: scroll;
        height: 220px;
        background-position: center center;
    }

    .a-data__main {
        padding: 40px 0 0;

    }

    .a-data__li {
        width: 100%;
        margin:0 auto 10px;
    }

}