@charset "UTF-8";
/* CSS Document */

.ttl-sec{
    font-size: 40px;
    color: #153D89;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    position: relative;
}
.ttl-sec:after{
    content: "";
    background: #007F9D;
    width: 66px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin-left: auto;
    margin-right: auto;
}

.sec-mv-sub{
    background: url(../img/company/bg_main.jpg) no-repeat center center;
    background-size: cover;
}

.sec-concept{
    padding: 90px 0 130px;
}
.sec-concept .ttl{
    font-size: 32px;
    color: #153D89;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
.sec-concept .txt{
    font-size: 18px;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 2em;
    text-align: center;
    margin-bottom: 45px;
}
.sec-concept .inner{
    max-width: 1140px;
    margin: 0 auto;
}
.sec-concept .inner > div{
    width: 49%;
}

.sec-message{
    padding: 0 0 100px;
}
.sec-message .inner{
    max-width: 900px;
    margin: 65px auto 0;
}
.sec-message .inner p{
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 2em;
}
.sec-message .inner .name{
    text-align: right;
    margin-top: 40px;
}


.sec-guide{
    padding: 0 0 100px;
}
.sec-guide .inner{
    max-width: 970px;
    margin: 80px auto 0;
}
.sec-guide .inner .box{
    width: 48%;
}
.sec-guide .inner .box .name{
    font-size: 26px;
    color: #153D89;
    font-weight: bold;
    border-left: 10px solid #007F9D;
    padding-left: 15px;
    margin-bottom: 20px;
}
.sec-guide .inner .box .info{
    font-size: 23px;
    margin-bottom: 20px;
}
.sec-guide .inner .box .info a{
    color: #232B33;
}
.sec-guide .inner .box iframe{
    width: 100%;
}
.sec-guide .inner .box .note{
    font-size: 23px;
    font-weight: bold;
    margin-top: 10px;
}

.sec-company{
    padding: 100px 0;
    background: url(../img/company/bg_company.jpg) no-repeat center center;
    background-size: cover;
}
.sec-company .inner{
    max-width: 1040px;
    margin: 65px auto 0;
    background: #ffffff;
    padding: 50px 60px 80px;
    box-shadow: 2px 2px 7px 5px rgba(0,0,0,0.1);
}
.sec-company .inner table{
    width: 100%;
}
.sec-company .inner table tr{
    border-bottom: 1px dashed #232B33;
}
.sec-company .inner table th{
    width: 30%;
    font-size: 18px;
    color: #1A1A1A;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 15px 10px 15px 20px;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 1px;
}
.sec-company .inner table td{
    font-size: 18px;
    color: #1A1A1A;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 15px 0;
    vertical-align: middle;
    letter-spacing: 1px;
}
.sec-company .inner table td a{
    color: #1A1A1A;
}

.sec-technique{
    padding: 100px 0;
}
.sec-technique .inner{
    max-width: 945px;
    margin: 65px auto 0;
}
.sec-technique .inner .box{
    width: 49%;
}
.sec-technique .inner .box table{
    width: 100%;
}
.sec-technique .inner .box table tr{
    border: 1px solid #232B33;
}
.sec-technique .inner .box table th{
    width: 70%;
    font-size: 18px;
    color: #1A1A1A;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 15px 10px 15px 20px;
    vertical-align: middle;
    letter-spacing: 1px;
    background: #DAEDF1;
    text-align: left;
    border-right: 1px solid #232B33;
}
.sec-technique .inner .box table td{
    font-size: 18px;
    color: #1A1A1A;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 15px 0;
    vertical-align: middle;
    letter-spacing: 1px;
    text-align: center;
}

.sec-outline{
    padding: 0 0 120px;
}
.sec-outline .inner{
    max-width: 940px;
    margin: 90px auto 0;
}
.sec-outline .inner table{
    width: 100%;
}
.sec-outline .inner table tr{
    border-bottom: 1px dashed #232B33;
}
.sec-outline .inner table th{
    width: 30%;
    font-size: 18px;
    color: #1A1A1A;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 15px 10px 15px 30px;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 1px;
}
.sec-outline .inner table td{
    font-size: 18px;
    color: #1A1A1A;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    line-height: 1.6em;
    padding: 15px 0;
    vertical-align: middle;
    letter-spacing: 1px;
}


@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
    .ttl-sec{
        font-size: 20px;
    }
    .ttl-sec:after{
        width: 46px;
        height: 2px;
        bottom: -10px;
    }
    
    .sec-mv-sub{
        background: url(../img/company/bg_main_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .sec-concept{
        padding: 50px 0 60px;
    }
    .sec-concept .ttl{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec-concept .txt{
        font-size: 14px;
        line-height: 1.8em;
        text-align: left;
        margin-bottom: 20px;
    }
    .sec-concept .inner > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .sec-concept .inner > div:last-child{
        margin-bottom: 0;
    }
    
    .sec-message{
        padding: 0 0 60px;
    }
    .sec-message .inner{
        margin: 30px auto 0;
    }
    .sec-message .inner p{
        font-size: 14px;
        line-height: 1.8em;
    }
    .sec-message .inner .name{
        margin-top: 20px;
    }
    
    
    .sec-guide{
        padding: 0 0 60px;
    }
    .sec-guide .inner{
        margin: 40px auto 0;
    }
    .sec-guide .inner .box{
        width: 100%;
        margin-bottom: 40px;
    }
    .sec-guide .inner .box:last-child{
        margin-bottom: 0;
    }
    .sec-guide .inner .box .name{
        font-size: 16px;
        border-left: 6px solid #007F9D;
        padding-left: 12px;
        margin-bottom: 15px;
    }
    .sec-guide .inner .box .info{
        font-size: 14px;
    }
    .sec-guide .inner .box iframe{
        height: 200px;
    }
    .sec-guide .inner .box .note{
        font-size: 14px;
    }
    
    .sec-company{
        padding: 50px 0;
        background: url(../img/company/bg_company_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .sec-company .inner{
        margin: 40px auto 0;
        padding: 30px 30px 40px;
    }
    .sec-company .inner table th{
        width: 30%;
        font-size: 12px;
        padding: 10px 0;
    }
    .sec-company .inner table td{
        font-size: 12px;
        padding: 10px 0;
    }
    
    .sec-technique{
        padding: 50px 0 60px;
    }
    .sec-technique .inner{
        margin: 40px auto 0;
    }
    .sec-technique .inner .box{
        width: 100%;
    }
    .sec-technique .inner .box table th{
        width: 70%;
        font-size: 14px;
    }
    .sec-technique .inner .box:first-child table tr:last-child{
        border-bottom: none;
    }
    .sec-technique .inner .box table td{
        font-size: 14px;
    }
    
    .sec-outline{
        padding: 0 0 60px;
    }
    .sec-outline .inner{
        margin: 30px auto 0;
    }
    .sec-outline .inner table th{
        font-size: 12px;
        padding: 10px 0;
    }
    .sec-outline .inner table td{
        font-size: 12px;
        padding: 10px 0;
    }

}