<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.inner .txt{
    line-height: 2;
    font-size: 1.6rem;
    color: #333;
}
.txt + .txt{
    margin-top: 1em;
}
.txt_first{
    padding-top: 50px;
}
.txt_first .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.txt_first .txt{
    padding: 0 20px 40px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .txt_first .inner{
        padding: 0;
    }
    .inner .txt{
        line-height: 1.75;
        font-size: 1.4rem;
    }
    .txt_first{
        padding-top: 12%;
    }
    .txt_first .txt{
        padding: 0 0 8%;
    }
}

/* ------------------------------------
*  sec_company
--------------------------------------*/
.sec_company{
    padding: 20px 0 0;
}
.sec_company .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.ttl_company{
    height: 50px;
    margin: 0 0 10px 10px;
    padding: 15px 0 0 15px;
    font-size: 1.8rem;
    border-left: 1px solid #000;
    box-sizing: border-box;
}
.dl_promise{
    margin: 0 50px;
    border: 1px solid #1B1464;
}
.dl_promise + .dl_promise{
    margin-top: 20px;
}
.dl_promise dt{
    padding: 12px 0 12px 40px;
    font-size: 1.8rem;
    color: #fff;
    background-color: #1B1464;
}
.dl_promise dd{
    padding: 12px 0 12px 40px;
    font-size: 1.6rem;
    color: #333;
}
.sec_company .txt_copy{
    margin: 40px 0;
    line-height: 2.5;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
.sec_company .img01{
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
    .sec_company{
        padding-top: 8%;
    }
    .sec_company .inner{
        padding: 0;
    }
    .ttl_company{
        height: auto;
        margin: 0 0 5%;
        padding: 3% 0 0 1em;
        font-size: 1.6rem;
    }
    .ttl_company:before{
        left: 0 !important;
    }
    .dl_promise{
        margin: 0;
    }
    .dl_promise + .dl_promise{
        margin-top: 5%;
    }
    .dl_promise dt{
        padding: 3%;
        font-size: 1.4rem;
    }
    .dl_promise dd{
        padding: 3%;
        font-size: 1.4rem;
    }
    .sec_company .txt_copy{
        margin: 8% 0;
        line-height: 2;
        font-size: 1.6rem;
    }
    .sec_company .img01{
        padding-bottom: 12%;
    }
}

/* ------------------------------------
*  sec_greeting
--------------------------------------*/
.sec_greeting{
    padding-top: 20px;
}
.sec_greeting .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.sec_greeting .ttl_company{
    margin-bottom: 20px;
}
.box_greeting{
    margin: 0 25px 60px;
    padding: 30px;
    border-top: 5px solid #736357;
    border-bottom: 5px solid #736357;
}
.sec_greeting .txt_em{
    font-weight: bold;
    font-style: normal;
    font-size: 2.2rem;
}
.sec_greeting .box_name{
    width: 320px;
    margin: 5px 0 0 auto;
}
.sec_greeting .box_name .txt{
    margin-bottom: 10px;
    color: #000;
}
.sec_greeting .box_name .txt_job{
    display: inline-block;
    font-size: 1.6rem;
    color: #333;
}
.sec_greeting .box_name .txt_person{
    display: inline-block;
    padding-left: 1em;
    font-family: "DF行楷書 W5" , "DF行楷書 Std W5", "HG正楷書体", serif;
    font-weight: bold;
    font-size: 3.2rem;
    color: #000;
}
.sec_greeting .img02{
    text-align: center;
}
@media screen and (max-width: 767px) {
    .sec_greeting{
        padding-top: 5%;
    }
    .sec_greeting .inner{
        padding: 0;
    }
    .box_greeting{
        margin: 0;
        padding: 5% 0;
        border-top: 3px solid #736357;
        border-bottom: 3px solid #736357;
    }
    .sec_greeting .txt_em{
        font-size: 1.8rem;
    }
    .sec_greeting .box_name{
        width: 60%;
        margin-top: 5%;
    }
    .sec_greeting .box_name .txt{
        margin-bottom: 3%;
    }
    .sec_greeting .box_name .txt_job{
        font-size: 1.4rem;
    }
    .sec_greeting .box_name .txt_person{
        font-size: 2.4rem;
    }
}

/* ------------------------------------
*  sec_link
--------------------------------------*/
.sec_link .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.sec_link .box_link{
    padding: 40px 25px 55px;
    border-top: 1px solid #000;
}
.sec_link .list_link{
    margin: 0;
    padding: 20px 2.6%;
    list-style-type: none;
    font-size: 0;
    background: url(../img/company/bg_car.jpg) no-repeat;
    background-size: cover;
}
.sec_link .list_link li{
    display: inline-block;
    width: 47.77%;
    height: 100px;
}
.sec_link .list_link li:nth-child(even){
    margin-left: 3.8%;
}
.sec_link .list_link li:nth-child(3),
.sec_link .list_link li:nth-child(4){
    margin-top: 50px;
}
.sec_link .list_link a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.sec_link .list_link a:hover{
    text-decoration: none;
}
.sec_link .list_link .link01 a{
    background-color: rgba(0,163,102,0.83);
}
.sec_link .list_link  .link01 a:hover{
    background-color: rgba(0,163,102,1);
    transition: 0.4s;
}
.sec_link .list_link .link02 a{
    background-color: rgba(34,55,116,0.83);
}
.sec_link .list_link  .link02 a:hover{
    background-color: rgba(34,55,116,1);
    transition: 0.4s;
}
.sec_link .list_link .link03 a{
    background-color: rgba(230,25,107,0.83);
}
.sec_link .list_link  .link03 a:hover{
    background-color: rgba(230,25,107,1);
    transition: 0.4s;
}
.sec_link .list_link .link04 a{
    background-color: rgba(222,113,43,0.83);
}
.sec_link .list_link  .link04 a:hover{
    background-color: rgba(222,113,43,1);
    transition: 0.4s;
}
.sec_link .list_link a:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    content: "";
    width: 13px;
    height: 37px;
    margin: auto;
    background: url(../img/company/ico_arrow.png) no-repeat;
    background-size: contain;
}
.sec_link .list_link .txt_ja{
    padding-left: 50px;
    line-height: 100px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
}
.sec_link .list_link .txt_en{
    position: absolute;
    bottom: 0;
    right: 95px;
    text-align: right;
    font-size: 2.3rem;
    color: #fff;
    opacity: 0.25;
}
@media screen and (max-width: 767px) {
    .sec_link .inner{
        padding: 0;
    }
    .sec_link .box_link{
        padding: 10% 0;
        border-top: none;
    }
    .sec_link .list_link{
        padding: 5% 2.6%;
    }
    .sec_link .list_link li{
        display: block;
        width: auto;
        height: 80px;
    }
    .sec_link .list_link li:nth-child(even),.sec_link .list_link li:nth-child(3), .sec_link .list_link li:nth-child(4){
        margin: 3% 0 0;
    }
    .sec_link .list_link li + li{
        margin-top: 3%;
    }
    .sec_link .list_link a:after{
        right: 3%;
        width: 10px;
        height: 30px;
    }
    .sec_link .list_link .txt_ja{
        padding-left: 1.5em;
        line-height: 80px;
        font-size: 1.6rem;
    }
    .sec_link .list_link .txt_en{
        right: 3em;
        font-size: 1.8rem;
    }
}

/* ------------------------------------
*  sec_concept
--------------------------------------*/
.sec_concept{
    padding: 20px 0 50px;
}
.sec_concept .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.sec_concept .ttl_company{
    position: relative;
    margin-bottom: 20px;
}
.sec_concept .ttl_company:before{
    position: absolute;
    top: -20px;
    left: -10px;
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #000;
}
.sec_concept .img{
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec_concept{
        padding: 5% 0 12%;
    }
    .sec_concept .inner{
        padding: 0;
    }
    .sec_concept .ttl_company{
        margin-bottom: 5%;
    }
}

/* ------------------------------------
*  sec_about
--------------------------------------*/
.sec_about {
    padding: 20px 0 50px;
}
.sec_about .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.sec_about .ttl_company{
    position: relative;
    margin-bottom: 20px;
}
.sec_about .ttl_company:before{
    position: absolute;
    top: -20px;
    left: -10px;
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #4D4D4D;
}
.dl_about{
    margin: 0 50px;
    font-size: 0;
    border-top: 1px solid #4D4D4D;
}
.dl_about:last-child{
    border-bottom: 1px solid #4D4D4D;
}
.dl_about dt{
    display: inline-block;
    width: 27.77%;
    padding: 25px 0 25px 40px;
    vertical-align: top;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.dl_about dd{
    display: inline-block;
    width: 72.23%;
    padding: 25px 0 25px 0;
    vertical-align: top;
    font-size: 1.6rem;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .sec_about{
        padding: 5% 0 12%;
    }
    .sec_about .inner{
        padding: 0;
    }
    .sec_about .ttl_company{
        margin-bottom: 5%;
    }
    .dl_about{
        margin: 0;
    }
    .dl_about dt{
        display: block;
        width: auto;
        margin: 3% 3% 0 3%;
        padding: 0 0 1.5%;
        font-size: 1.4rem;
        border-bottom: 1px dotted #4D4D4D;
    }
    .dl_about dd{
        display: block;
        width: auto;
        padding: 1.5% 3% 3%;
        font-size: 1.4rem;
    }
}

/* ------------------------------------
*  sec_history
--------------------------------------*/
.sec_history {
    padding: 20px 0 50px;
}
.sec_history .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.sec_history .ttl_company{
    position: relative;
    margin-bottom: 20px;
}
.sec_history .ttl_company:before{
    position: absolute;
    top: -20px;
    left: -10px;
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #4D4D4D;
}
.box_history{
    margin: 0 50px;
    padding: 10px 25px;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
}
.dl_history{
    font-size: 0;
    border-bottom: 1px dotted #4D4D4D;
}
.dl_history:last-child{
    border-bottom: none;
}
.dl_history dt{
    display: inline-block;
    width: 38.2%;
    padding: 15px;
    vertical-align: top;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.dl_history dd{
    display: inline-block;
    width: 61.8%;
    padding: 15px 0;
    vertical-align: top;
    font-size: 1.6rem;
    box-sizing: border-box;
}
.sec_history .img_box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 70px;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .sec_history{
        padding: 5% 0 12%;
    }
    .sec_history .inner{
        padding: 0;
    }
    .box_history{
        margin: 0;
        padding: 0 3%;
    }
    .dl_history{
        padding: 3% 0;
    }
    .dl_history dt{
        display: block;
        width: auto;
        padding: 0;
        font-size: 1.4rem;
    }
    .dl_history dd{
        display: block;
        width: auto;
        padding: 0;
        font-size: 1.4rem;
    }
    .sec_history .inner{
        margin-top: 8%;
    }
}

/* ------------------------------------
*  sec_movie
--------------------------------------*/
.sec_movie {
    padding: 20px 0 200px;
}
.sec_movie .inner{
    padding: 0 70px;
    box-sizing: border-box;
}
.sec_movie .ttl_company{
    position: relative;
    margin-bottom: 30px;
}
.sec_movie .ttl_company:before{
    position: absolute;
    top: -20px;
    left: -10px;
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #000;
}
.sec_movie .txt{
    margin-bottom: 70px;
    padding-left: 90px;
}
.sec_movie .movie_box{
    position: relative;
    width: 500px;
    height: 280px;
    margin: auto;
}
.sec_movie .movie_box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .sec_movie{
        padding: 5% 0 20%;
    }
    .sec_movie .inner{
        padding: 0;
    }
    .sec_movie .ttl_company{
        margin-bottom: 5%;
    }
    .sec_movie .txt{
        margin-bottom: 2em;
        padding-left: 0;
    }
    .sec_movie .movie_box{
        width: auto;
        height: 0;
        padding-top: 56%;
    }
}
</pre></body></html>