@charset "utf-8";
/*----------------
        comonn
----------------*/
.about .sp{
    display: none;
}

.about .pc{
    display: block;
}
.about .flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.about .l-ttl{
    font-size: 30px;
    text-align: center;
}
.about .l-ttl{
    letter-spacing: 0.2em;
}
.about .m-ttl{
    letter-spacing: 0.1em;
}
.about .text, .about tr{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.1em;
}
.about .w1100{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.about section{
    margin-top: 80px;
}
.about section:nth-of-type(2){
        padding-bottom: 80px;
}
@media(max-width: 767px){
    .about .sp{
        display: block;
    }
    .about .sp-top{
        display: block;
        padding: 41px 35px;
    }
    .about .pc{
        display: none;
    }
    .about .l-ttl{
        font-size: 22px;
    }
    .about .m-ttl{
        font-size: 17.5px;
    }
    .about .text, .about tr{
        font-size: 14px;
    }
    .about .w1100{
        width: auto;
        box-sizing: border-box;
    }
    .about section{
        margin-top: 41px;
    }
    .about section:nth-of-type(2){
        padding-bottom: 78px;
    }
}

/*---------------
    ttl-bg
----------------*/

.about .ttl-bg{
    position: relative;
    width: 100%;
    height: 582px;
    background-image: url("../img/about-top.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.about .ttl-bg .l-ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.about .ttl-bg span{
    font-size: 12px;
    text-align: center;
}
@media(max-width: 767px){
    .about .ttl-bg{
        width: 100%;
        height: auto;
        background-image: url("../img/sp-about-top.jpg");
        background-position: center;
        text-align: center;
    }
    .about .ttl-bg .l-ttl{
        padding: 165px 0;
        position: static; 
        top: auto; 
        left:auto;
        transform: inherit;
        display: inline-block;
    }
    .about .ttl-bg {
        font-size: 10px;
    }
}

/*---------------
gaiyou gaiyou
----------------*/
.about .gaiyou tr{
    border: 1px solid #c7c7c7;
}
.about .gaiyou td{
    border-left: 1px solid #c7c7c7;
}
@media(max-width: 767px){
    .about .gaiyou td{
        border-left: 0;
}
    }
}
/*---------------
gaiyou enkaku
----------------*/
.about .w1100{
    padding :0 40px;
}
.about table{
    width: 100%;
    margin-top: 65px;
}
.about tr{
    background: #eee;
}
.about th, .about td{
    padding: 16px 20px 16px;
}

.about .enkaku tr{
     border-top: 1px solid #c7c7c7;
}
.about .enkaku tr:nth-last-of-type(1){
    border-bottom: 1px solid #c7c7c7;
}
.about th{
    /*background: #eee;*/
    width: 30%;
}
.about tr td{
    width: 70%;
    background: white;
}
@media(max-width: 767px){
    .about .w1100{
        margin-top: 33px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .about table{
        margin-top: 30px;
    }
    .about .flex{
        flex-direction: column;
    }
    .about .gaiyou td{
        border-bottom: 0;
        border-top: 0;
        width: 100%;
    }
    .about tr th{
        width: 100%;
    }
    .about tr td{
        width: 100%;
    }
    .about th{
        text-align: left;
    }
}