@charset "utf-8";
.mv{
    text-align: center;
}
.mv .mv_sp{
    display: none;
}
/*<---->*/
.top_work{
    margin-bottom: 64px;
}
.top_syugo{
    width: 100%;
}
.top_syugo_text{
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}
.work_box{
    margin-top: 32px;
}
.work_box .work_award {
    border-bottom: 1px dotted;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 3%;
    width: 100%;
    line-height: 50px;
}
.work_title{
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 3%;
    width: 92%;
    line-height: 50px;
}
.work_person {
    font-size: 13px;
    display: block;
    text-align: right;
    line-height: 16px;
}
.work_table{
    display: table;
    margin-right: 20px;
    float: left;
}
.work_cell{
    display: table-cell;
    width: 300px;
    height: 300px;
    text-align: center; /*左右中央*/
    vertical-align: middle; /*上下中央*/
}
.work_box .work_img {
    width:auto;
    height:auto;
    max-width:300px;
    max-height:300px;
}
.work_box .work_text {
    float: left;
    width: 54%;
    font-size: 14px;
}
.work_box .work_text p {
    margin: 0;
    line-height: 30px;
}

/*<---->*/

.topbanner{
    padding-top:    60px;
    padding-bottom: 60px;   
}
.area01{
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.area01 .abouttext{
    font-size: 18px;
    line-height: 3em;
    text-align: justify;
}
.area01 .point .box{
    float: left;
    width: 28%;
    margin-right: 7%;
    text-align: center;  
    margin-top: 60px;
    margin-bottom: 60px;
}
.area01 .point .box:last-child{
    margin-right: 0;
}
.area01 .point .box .title{
    margin-bottom: 20px;
}
.area01 .point .box .text{
    float: left;
    font-size: 15px;
    line-height: 2.8;
}

.area01 .paper-raise{
    color: #fff;
    font-weight: bold;
    transition: 0.5s;
    border-color: #fff;
}
.area01 .paper-raise:hover{
    color: #e73828;
    background-color: #fff;
}
.area02{
    padding-top: 70px;
    padding-bottom: 70px;
}
.area02 .sp_title{
    display: none;
}
.area02 .area02_inner{
    overflow: hidden;
}
.area02 .area02_inner .box{
    width: 50%;
    height: 100%;
}
.area02 img{
    width: 100%;
    height: auto;
}
.area02 .garelly .sp-buttons{
    margin-top: -40px;
}
.area02 .garelly .sp-button{
    border: 0;
    background-color: #fff;
}
.area02 .garelly .sp-selected-button{
    background-color: #321812;
}
.area02 .past{
    position: relative;
}
.area02 .past a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.area02 .past .text{
    top: 40%;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    text-align: center;
    color: #fff;
}
.area02 .past .text h2{
    font-size: 20px;
    height: 20px;        
}
.area02 .past img{
    transition: 0.5s;
}
.area02 .past:hover img{
    opacity: 0.1;
}
.area02 .past .text p{
    font-size: 12px;
    margin-top: 40px;
}
.area02 .box_link{
    display: none;
}
.area03{
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
}
.area03 h2{
    font-size: 20px;
}
.area03 ul{
    margin-top: 30px;
    margin-bottom: 30px;
}
.area03 .link a{
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width:1200px){
    .mv{

    }
    .mv img{
        width: 100%;
    }    
}

@media screen and (max-width:767px){
    .mv .mv_sp{
        display: block;
    }
    .mv .mv_pc{
        display: none;
    }
    
    /*<---->*/
    .top_work{
        margin-bottom: 64px;
    }
    .work_box{
        text-align: center;
    }
    .work_title{
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 0%;
        width: 92%;
        line-height: 50px;
    }
    .work_table{
        display: table;
        margin-right: 0px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .work_box .work_text {
        float: none;
        width: 100%;
    }
    .work_box .work_text p {
        margin: 0;
        line-height: 24px;
    }

/*<---->*/
    
    .topbanner{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .area01{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .area01 .abouttext{
        font-size: 15px;
        line-height: 2;
        margin-bottom: 20px;
    }
    .area01 .point .box{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .area01 .point .box .text{
        font-size: 12px;
        line-height: 2;
        width: 72%;
        margin: 0 auto;
        float: none;
    }
    .area02{
        background-color: #321812;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .area02 .sp_title{    
        display: block;
        color: #fff;
    }
    .area02 .area02_inner .box.garelly{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        float: none;
    }
    .area02 .past{
        display: none;
    }
    .area02 .box_link{
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        margin-top: 20px;
    }    
    .area02 .box_link a{
        color: #fff;
        font-weight: bold;
        transition: 0.5s;
        border-color: #fff;
        
    }
    .area03{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}