@charset "UTF-8";
/*----------------------------------------------------
    Facility
----------------------------------------------------*/
#jumbotron_sub .ttl_block .filled {
    color: #aca9a5;
}
/* Sec01
---------------------------*/
#sec01{
    background-image: url("../images/home/sec01_bg01.png");
    background-size: cover;
    padding: 5rem 0;
}
#sec01 .txt_block{
    color: #001e54;
}
#sec01 p{
    font-size: 16px;
    margin-bottom: 2rem;
}
#sec01 .img_block{
    text-align: center;
}
#sec01 .img_block img{
    width: 80%;
}
@media screen and (max-width:767px) {
    #sec01{
        padding: 2rem 0;
    }
    #sec01 p{
        font-size: 14px;
        margin-bottom: 1rem;
    }
    #sec01 .txt_block{
        margin-bottom: 2rem;
    }
}
*::-ms-backdrop, #sec01 .txt_block {
    background: #fff;
    padding: 30px;
}

*::-ms-backdrop, #sec01 .txt_block .txt_block {
    padding: 0;
}

/* Sec02
---------------------------*/
#sec02{
    background-image: url("../images/company/sec02_bg01.png");
    background-size: cover;
    padding: 4rem 0;
}
#sec02 .txt_block{
    color: #fff;
}
#sec02 p{
    font-size: 16px;
    margin-bottom: 2rem;
}

@media screen and (max-width:767px) {
    #sec02{
        padding: 2rem 0;
    }
    #sec02 p{
        font-size: 14px;
        margin-bottom: 1rem;
    }
}
/* Sec03
---------------------------*/
#sec03{
    background-color: #fafafa;
    padding: 4rem 0;
}
#sec03 .icomoon-arrow{
    color: #4a9ee6;
}
#sec03 .table_01 th{
    width: 20%;
}

@media screen and (max-width:767px) {
    #sec03{
        padding: 2rem 0;
    }
    #sec02 p{
        font-size: 14px;
        margin-bottom: 1rem;
    }
}

/* Sec04
---------------------------*/
#sec04{
    padding: 4rem 0 6rem;
}
#sec04 .icomoon-arrow{
    color: #4a9ee6;
}
#sec04 h3{
    font-size: 22px;
    border-left: 3px solid #4a9ee6;
    font-weight: 700;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
#sec04 .map_block{
    margin-bottom: 3rem;
}
#sec04 .map_block iframe{
    height: 400px;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #sec04 .map_block iframe{
        height: 250px;
    }
}
@media screen and (max-width:767px) {
    #sec04{
        padding: 0 0 1rem;
    }
    #sec04 h3{
        font-size: 18px;
        border-left: 3px solid #4a9ee6;
        font-weight: 700;
        padding-left: 0.6rem;
        margin-bottom: 1rem;
    }
    #sec04 .map_block{
        margin-bottom: 2rem;
    }
    #sec04 .map_block iframe{
        height: 200px;
    }
}

/* Sec05
---------------------------*/
#sec05{
    padding: 0 0 6rem;
}
#sec05 .icomoon-arrow{
    color: #4a9ee6;
}
#sec05 .table_01 th{
    width: 20%;
}
@media screen and (max-width:767px) {
    #sec05{
        padding: 0 0 3rem;
    }
}


/* Sec06
---------------------------*/
#sec06{
    padding: 0 0 8rem;
}
#sec06 .icomoon-arrow{
    color: #4a9ee6;
}
#sec06 .table_01 th{
    width: 20%;
}
@media screen and (max-width:767px) {
    #sec06{
        padding: 0 0 2rem;
    }
}
