@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.pageTitle {
    min-height: 719px;
    background: url("../img/about/page_title_bg.png") no-repeat center bottom;
    background-size: 1100px auto;
}

.pageTitle .headLine01 {
    margin-bottom: 13px;
}

.pageTitle .topTxt {
    width: 384px;
    font-size: 1.8rem;
    letter-spacing: 7.5px;
    line-height: 2.43;
    text-align: right;
    font-weight: normal;
}

#main {
    margin-bottom: 0;
}

#main .textArea {
    padding: 140px 0 20px;
    min-height: 758px;
    box-sizing: border-box;
    background: url("../img/about/bg01.png") no-repeat center top;
    background-size: 1100px auto;
}

#main .textArea p {
    margin-bottom: 35px;
    color: #fff;
    letter-spacing: 4.5px;
    line-height: 2.78;
    text-align: center;
}

#main .textArea p:last-of-type {
    margin-bottom: 0;
}

#main .titleBox {
    margin-top: -46px;
    padding-bottom: 89px;
}

#main .titleBox .headLine01 {
    margin-bottom: 16px;
}

#main .titleBox p {
    color: #fff;
    letter-spacing: 5px;
    line-height: 2.78;
}

#main .comFeature .ttlBox {
    margin-top: -49px;
    padding: 0 0 90px;
    min-height: inherit;
}

#main .comFeature .pointList {
    margin-bottom: 0;
}

#main .comFeature .pointList .point01 .subBox {
    background-image: url("../img/about/com_bg01.jpg");
}

#main .comFeature .pointList .point02 .subBox {
    background-image: url("../img/about/com_bg02.jpg");
}

#main .comFeature .pointList .point03 .subBox {
    background-image: url("../img/about/com_bg03.jpg");
}

#main .comFeature .pointList li .innBox p {
    letter-spacing: 1px;
}

#main .whiteBox {
    padding: 100px 0 104px;
    background-color: #fff;
}

#main .whiteBox .titleBox {
    margin-top: 0;
    padding-bottom: 86px;
    background-color: #fff;
}

#main .whiteBox .titleBox .headLine01 {
    color: #010202;
}

#main .whiteBox .titleBox p {
    color: #010202;
}

#main .photoUl {
    margin: -62px 0 90px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
    justify-content: -webkit-space-between;
    justify-content: space-between;
}

#main .photoUl li {
    margin-top: 62px;
    width: 330px;
}

#main .photoUl li a {
    display: block;
}

#main .photoUl li a:hover {
    opacity: 0.7;
}

#main .photoUl li .photo {
    margin-bottom: 19px;
}

#main .photoUl li p {
    margin-bottom: 15px;
    color: #010202;
    letter-spacing: 0.6px;
    line-height: 2;
}

#main .photoUl li p:last-child {
    margin-bottom: 0;
}

#main .photoUl li .ttl {
    font-size: 1.5rem;
    letter-spacing: 4px;
    word-wrap: break-word; 
}

#main .whiteBox .comBtn {
    text-align: center;
}

#main .whiteBox .comBtn a {
    color: #010202;
    border-color: #020202;
}

@media all and (max-width: 767px) {
    .pageTitle {
        margin-bottom: 0;
        min-height: 413px;
        background-image: url("../img/about/sp_page_title_bg.jpg");
        background-size: 100% auto;
    }

    .pageTitle .headLine01 {
        margin-bottom: 27px;
        font-weight: normal;
    }

    .pageTitle .topTxt {
        margin-bottom: 0;
        width: auto;
        text-align: left;
        font-size: 1.5rem;
        letter-spacing: 4px;
        line-height: 2.33;
    }
    
    #main .textArea {
        padding: 61px 0 20px;
        width: auto;
        min-height: 804px;
        background-image: url("../img/about/sp_bg01.png");
        background-size: 100% auto;
    }
    
    #main .textArea .content {
        margin: 0 20px 0 45px;
    }

    #main .textArea p {
        margin-bottom: 45px;
        letter-spacing: 2.3px;
        font-size: 1.5rem;
        line-height: 3;
        text-align: left;
    }

    #main .comFeature .ttlBox {
        margin-top: 0;
        padding: 35px 0 27px;
        min-height: inherit;
    }
    
    #main .comFeature .headLine02 {
        margin-bottom: 17px;
    }

    #main .whiteBox {
        margin: 0;
        padding: 76px 0 55px;
    }

    #main .whiteBox .titleBox {
        margin-top: 0;
        padding:  0 0 40px;
    }
    
    #main .whiteBox .titleBox .headLine01 {
        margin-bottom: 26px;
    }
    
    #main .whiteBox .titleBox p {
        line-height: 2.59;
    }

    #main .photoUl {
        margin: -49px 0 50px;
    }

    #main .photoUl li {
        margin-top: 49px;
        width: 46%;
    }

    #main .photoUl li .photo {
        margin-bottom: 20px;
    }

    #main .photoUl li p {
        margin-bottom: 12px;
        font-size: 1.25rem;
        letter-spacing: 1.5px;
    }

    #main .photoUl li .ttl {
        font-size: 1.35rem;
        letter-spacing: 2px;
    }
}
