﻿@charset "UTF-8";

/***************************************************
	concept.css
***************************************************/
#concept .headline {
    background: url(/img/concept/main.jpg) center center no-repeat;
    background-size: cover;
}

#concept .massage {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 2.5;
}
#concept .name_sign span {
    display: inline-block;
    padding-right: 30px;
    font-size: 30px;
}

/*--- policy ---*/
#concept #policy {
    padding: 70px 0 150px;
    background: url(/img/concept/img01.jpg) 0 0 no-repeat;
    background-size: cover;
}

#concept #policy ol {
    width: 61%;
    margin-left: 0;
}
#concept #policy ol li {
    margin-bottom: 70px;
    padding-left: 70px;
    font-size: 26px;
    line-height: 2.5;
}

#concept #policy ol li span {
    display: inline-block;
    margin-left: -70px;
    padding-right: 45px;
    font-size: 50px;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}

#concept #orner {
    display: flex;
    flex-wrap: wrap; 
    margin-top: 70px;
    padding: 50px 0;
    background: url(/img/concept/img03.png) 100% 0 no-repeat;
}
#concept #orner .txtBox {
    width: calc(50% - 40px);
    padding-left: 40px;
    font-size: 24px;
    line-height: 2;
}
#concept #orner .txtBox .txt01 {
    margin-bottom: 30px;
}
#concept #orner .imgBox {    max-width: 50%;}

@media only screen and (max-width: 768px) {
    #concept #policy {
        padding: 50px 0 100px;
        background: url(/img/concept/img01.jpg) 62% 80% no-repeat;
    }
    #concept #policy ol {
        width: 100%;
        margin-left: 0;
    }
    #concept #policy ol li {
        margin-bottom: 30px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 2.2;
    }
    #concept .massage {
        margin-bottom: 30px;
        padding: 0 20px;
        font-size: 18px;
        line-height: 2.2;
    }
    #concept #policy ol li span {
        margin-left: -30px;
        padding-right: 15px;
        font-size: 30px;
    }
    #concept .name_sign span {
        padding-right: 20px;
        font-size: 18px;
    }
    #concept .name_sign img {    max-width: 150px;}

    #concept #orner {
        display: block;
        margin-top: 50px;
        padding: 0 20px;
        background: url(/img/concept/img03.png) 80% 315px no-repeat;
        background-size: 287px auto;
    }
    #concept #orner .txtBox {
        width: 100%;
        padding-left: 0;
        font-size: 18px;
        line-height: 2.2;
    }
    #concept #orner .txtBox .txt01 {    margin-bottom: 30px;}
    #concept #orner .imgBox {
        max-width: 280px;
        width: 100%;
        margin: 0 auto 40px;
    }

}