<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================
	company 蜈ｱ騾壹ヱ繝ｼ繝�
============================*/

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

@media screen and (max-width:599px) {}

/*============================
	company mv
============================*/


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

@media screen and (max-width:599px) {}


/*============================
	company greeting
============================*/
.greeting{
    padding: 160px 0;
    background: url(../img/company/bg_greeting.jpg)no-repeat center center/cover;
}
.greeting__box{
    background: rgba(255,255,255,.8);
    padding: 60px 5%;
    border-radius: 20px;
}
.greeting .page__section--tit{
    background: none;
    padding: 0;
    color: #2F231B;
}
.greeting__txt{
    line-height: 1.8;
}
@media screen and (max-width:768px) {
    
}

@media screen and (max-width:599px) {
    .greeting{
        padding: 40px 0;
    }
    .greeting__box{
        padding: 40px 5%;
        border-radius: 10px;
    }
}

/*============================
about outline
============================*/
.outline{
    padding: 120px 0;
    background: #F5F8E5;
}
.outline .page__section--tit{
    background: none;
    padding: 0;
    color: #2F231B;
}
.outline__dl{
    background: #fff;
    border-radius: 20px;
    padding: 60px 5% 90px;
}
.outline__dt{
    float: left;
    clear: both;
    width: 128px;
    text-align: center;
    padding-bottom: 40px;
    line-height: 1.6;
   
}
.outline__dd{
    padding: 0 5% 40px 230px;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
}
.outline__dd::before{
    content: "";
    position: absolute;
    width: 128px;
    border-bottom: dotted 2px #7CAD20;
    left: 0;
    bottom: 0;
}
.outline__dd::after{
    content: "";
    position: absolute;
    width: calc(100% - 170px);
    border-bottom: solid 2px #F0EEEC;
    right: 0;
    bottom: 0;
}
.btn_gmap{
    display: block;
    width: 140px;
    line-height: 40px;
    background: url(../img/company/icon_gmap.png)no-repeat center left 15%,#2F231B;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 20px;
    margin: 20px 0 0 20px;
}
@media screen and (max-width:768px) {
    .outline__dd{
        padding: 0 5% 40px 200px;
    }
}

@media screen and (max-width:599px) {
    .outline{
        padding: 40px 0;
    }
    .outline__dd{
        padding: 0 0 20px 80px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .outline__dt{
        float: none;
        border-bottom: dotted 2px #7CAD20;
        padding: 0 0 10px 5%;
        margin-bottom: 10px;
        width: 50%;
        text-align: left;

    }
    .outline__dd::before{
        display: none;
    }
    .outline__dd::after{
        display: none;
    }
    .outline__dd{
        padding:0 0 20px;
        border-bottom: solid 2px #F0EEEC;
        margin-bottom: 30px;
    }
}

</pre></body></html>