@charset "UTF-8";

.commBlc {
    padding: 0 2%;
}

@media screen and (max-width:1000px) {
    .commBlc {
        padding: 0 4%;
    }
}

/* introBlc ------------------*/

#introBlc {
    padding-top: 4%;
    padding-bottom: 4%;
    margin: auto auto 4%;
    border-bottom: 2px solid #3d469b;
}

#introBlc .catchBlc {
    background: url(../img/common/bg01.png) no-repeat center center;
    padding: 3% 0 0;
    background-size: 100%;
}

#introBlc .ttlStyle01 {
    font-size: 190%;
    text-shadow: 0 1px 0px #fff, 1px 0 0px #fff, 1px 2px 1px #fff, 2px 1px 1px #fff, 2px 3px 2px #fff, 3px 2px 2px #fff, 3px 4px 2px #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 7%;
}

#introBlc .ttlStyle01 span {
    position: relative;
}

#introBlc .ttlStyle01 span::before {
    background-image: url(../img/common/img_yellow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -35px;
    content: "";
    left: -20px;
    width: 120px;
    height: 120px;
    z-index: -1;
}

#introBlc .ttlStyle01 span.spanTxt02::before, #introBlc .ttlStyle01 span.spanTxt03::before {
    left: -40px;
}

#introBlc .txtBlc {
    font-size: 90%;
    color: #5b4924;
}

@media screen and (max-width:1000px) {
    #introBlc .ttlStyle01 {
        font-size: 160%;
        margin-bottom: 8%;
        word-break: break-word;
    }
    #introBlc .ttlStyle01 span::before {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:767px) {
    #introBlc .ttlStyle01 span::before {
        background-image: none;
    }
    #introBlc .ttlStyle01 span {
        word-break: keep-all;
    }
}

/* philosophyBlc ------------------*/

#philosophyBlc {
    padding-bottom: 4%;
    margin: auto auto 4%;
    border-bottom: 2px solid #3d469b;
}

#philosophyBlc .txtCatch+.txtBlc {
    margin-top: 4%;
    font-size: 90%;
    color: #5b4924;
}

#philosophyBlc .txtCatch {
    color: #4b380f;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width:1000px) {
    #philosophyBlc .txtCatch {
        font-size: 120%;
    }
}

/* companyBlc ------------------*/

#companyBlc {
    padding-bottom: 4%;
}

#companyBlc .txtCatch {
    color: #4b380f;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 3%;
}

#companyBlc .tbl {
    max-width: 790px;
    margin: 0 auto;
}

.tblStyle01 th, .tblStyle01 td {
    color: #4b380f;
    font-size: 90%;
    font-weight: bold;
}

.tblStyle01 td .list li {
    margin-bottom: 10px;
    font-weight: bold;
}

.tblStyle01 td .list li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:1000px) {
    #companyBlc .txtCatch {
        font-size: 120%;
    }
}