<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/*---------------------

トップ共通

---------------------*/

.txt p{
    margin-bottom: 15px;
}
.txt p:last-of-type{
    margin-bottom: 0;
}
.inner-top{
    margin-top: 70px;
}


/*---------------------

初めに

---------------------*/
.home #about{
    background: url("../images/top/top-about-bg_pc.jpg")no-repeat;
    background-size: cover ;
    background-position: center bottom;
}
.home #about .flex{
    justify-content: space-between;
    align-items: flex-start;
}

.home #about .inner{
    width: 60%;
}
.home #about .img{
    width: 36%;
}
.home #about .keni{
    margin-top: 40px;
}
.home #about .keni p{
    font-weight: 600;
    font-size: 1.6rem;
}

/*---------------------

アルマイトとは？

---------------------*/
.home #alumite{
    background: url("../images/top/top-alumite-bg_pc.jpg")no-repeat;
    background-size: cover;
}
/*---------------------

製品一覧

---------------------*/
#product .tabarea{
    border-radius: 60px;
    margin: 0 60px 46px;
    display: flex;
    justify-content: center;
    background:#E8E8E8;
}
#product .tabarea .tab{
    border-radius: 60px;
    transition: .4s;
    background:#E8E8E8;
    width: 50%;
    padding: 18px 0;
    text-align: center;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 600;
}
#locale #product .tabarea .tab{
    width: 100%
}
#product .tabarea .tab i{
    padding-right: 8px;
}
#product .tabarea .tab.active{
    background: #005AAD;
    color: #fff;
}
#product .panel{
    display: none;
}
#product .panel ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#product .panel.show{
    display: block;
}
#product .panel li{
    width: 22%;
    margin-right: 4%;
/*    margin-bottom: 15px;*/
}
#product .panel li a{
    width: 100%;
    height: 100%;
    padding: 28px 28px 28px 10px;
    display: flex;
/*    justify-content: center;*/
    align-items: center;
/*    border-top: #005AAD solid 1px;*/
    border-bottom: #005AAD solid 1px;
    font-size:1.6rem;
    font-weight: 600;
    color: #005AAD;
    line-height: 1.4;
    position: relative;
}
#product .panel li a::before{
    position: absolute;
    top: 40%;
    right: 10px;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font: var(--fa-font-regular);
    content: "\f101";
    font-weight: 900;
}
#product .panel li a:hover{
    background:  #005AAD;
    color: #fff;
}
#product .panel li:nth-child(4n){
    margin-right: 0;
}


/*---------------------

実績

---------------------*/
.home #case{
    background: url("../images/top/top-news-bg_pc.jpg") no-repeat;
    background-size: cover;
}
.case-slider{
    margin-left: 13%;
    padding-top: 90px;
}
.case-slider li{
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px 50px;
    color: #000;
}
.case-slider li h3{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #005AAD;
}
.case-slider li .img{
    margin-bottom: 15px;
}
.case-slider li .label span{
    margin-right: 6px;
}
.case-slider li .label{
    margin-bottom: 15px;
}
.case-slider li .tag{
    background: #EBEBEB;
    border-radius: 30px;
    padding: 10px 15px;
    line-height: 1.4;
    display: inline-block;
}
.case-slider.swiper-autoheight .swiper-wrapper{
    align-items: stretch!important;
}
.case-slider .swiper-button-prev,
.case-slider .swiper-button-next{
    top: 25px;
    bottom: auto;
    color: #fff;
    border-radius: 50%;
width: 57px;
    height: 57px;
    border: solid 1px #fff;
}
.case-slider .swiper-button-next{
    right: 100px;
}
.case-slider .swiper-button-prev{
    left: auto;
    right: 180px;
}
.case-slider .swiper-button-prev::after,
.case-slider .swiper-button-next::after{
    color: #fff;
/*    border: solid 1px #fff;*/
/*
    width: 57px;
    height: 57px;
*/
    font-size: 1.8rem;
    line-height: 57px;
}
.case-slider .swiper-button-prev::after{
    font-family: "Font Awesome 6 Free"!important;
    font: var(--fa-font-regular);
    content: "\f060";
    font-weight: 900;
    
}
.case-slider .swiper-button-next::after{
    font-family: "Font Awesome 6 Free"!important;
    font: var(--fa-font-regular);
    content: "\f061";
    font-weight: 900;
}
/*---------------------

お知らせ

---------------------*/
#news .flex{
    justify-content: space-between;
    align-items: flex-start;
}
#news .ttlbox{
    width: 30%;
}
#news .inner{
    width: 64%;
    border-left: 1px solid #005AAD;
}
#news .post a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0 30px 6%;
    position: relative;
}
#news .post a:hover{
    background: #005AAD;
    color: #fff;
}
#news .post a:hover .day{
    color: #fff;
}
#news .post a .day{
    color: #606162;
    width: 20%;
}
#news .post a .postttl{
    font-size: 2rem;
    width: 80%;
    font-weight: 500;   
}




@media screen and (max-width:1350px){
    #product .panel li{
        width: 24%;
        margin-right: 1%;
    }
}

@media screen and (max-width:1024px) {
    .home #about .inner{
        width: 100%;
    }
    .home #about .keni{
        margin-top: 40px;
    }
    .home #about .keni p span{
        font-weight: 600;
        font-size: 1.6rem;
        display: block;
    }
    .home #about .img{
        width: 100%;
        max-width: 340px;
        margin-left: auto;
    }
    #product .panel li,
     #product .panel li:nth-child(4n){
        width: 48%;
        margin-right: 4%;
    }
     #product .panel li:nth-child(2n){
        margin-right: 0;
    }
    .case-slider{
        padding: 40px 0 90px;
    }
    .case-slider .swiper-button-prev,
    .case-slider .swiper-button-next{
        top: auto;
        bottom: 0;
    }
    #news .ttlbox,
    #news .inner{
        width: 100%;
        border: none;
    }
  
}
@media screen and (max-width:769px) {
    .home #about .keni{
        margin-top: 20px;
    }
    .inner-top{
        margin-top: 30px;
    }
    #product .tabarea{
        margin: 0 0 26px;
    }
    #product .tabarea .tab{
        padding: 7px 0 8px;
        font-size: 1.5rem;
    }
    #product .panel li a{
        font-size: 1.4rem;
       padding: 16px 20px 16px 5px;
    }
    #product .panel li a::before{
        right: 0;
    }
    #product .panel li:nth-last-child(2),
    #product .panel li:last-of-type{
        margin-bottom: 0;
    }
    .case-slider li{
        padding: 20px 24px 30px;
    }
    .case-slider li h3{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .case-slider li .img,
    .case-slider li .label{
        margin-bottom: 10px;
    }
    .case-slider li .tag{
        padding: 6px 10px;
        font-size: 1.3rem;
    }
    .case-slider .swiper-button-next{
        right: 15px;
    }
    .case-slider .swiper-button-prev{
        right: 85px;
    }
    #news .post a{
        padding: 10px 0 0;
        display: block;
    }
    #news .post a .day{
        width: 100%;
    }
    #news .post a .postttl{
        width: 100%;
        font-size: 1.6rem;
    }
    #contact .item{
        padding: 40px 0;
    }

}
@media screen and (max-width:360px) {
}
</pre></body></html>