@charset "utf-8";
html{
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    background-color: #111111;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 100%;
}
/* 
レスポンシブで上配置のサイドバー
 */
 .r-header{
    height: 60px;
    position: relative;
 }
.r-header-up{
    background-color: #111111;
    position: relative;
    z-index: 1000;
    border-bottom: 0.3px solid #696969;
}
.r-side-bar{
    padding-top: 10px;
    visibility: hidden;
    transform: translateY(-100%);
    transition: 0.5s;
    position: relative;
    z-index: 10;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
}
/* input[type="checkbox"] {
    all: revert;
} */
#check-box:checked ~ .r-side-bar{
    visibility: visible;
    transform: translateY(0);
    background-color: #111111;
}
.r-side-bar-list{
    text-align: left;
    border-bottom:#fff solid 1px;
}
.fa{
    padding: 0 10px 0 10px;
}
.r-sns-list{
    padding: 20px 10px 20px 10px;
}

 /* 
 サイドバー 
 */
.side-bar{
    width: 20%;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
    padding-left: 5%;
    background-color: #111111;
    position: fixed;
    right: 0;
}
.side-bar-img{
    height: 22px;
    width: 85px;
    margin: 20px 0px 20px 0px;
}
.side-bar-list{
    line-height: 50px;
}
.side-bar-list a{
    display: block;
    text-decoration: none;
    color: white;
    font-size: 15px;
    display: inline-block;
    /* border-bottom: solid 2px transparent; */
}
.side-bar-list a:hover{
    text-decoration: underline;
    /* border-bottom: solid 2px white; */
}
.side-bar-sns{
    margin-top: 10px;
    display: flex;
}
.sns-list{
    padding-right: 10px;
}
.fa-brands{
    color: white;
}
/* 
共通CSS 
*/
.n-container{
    width: 80%;
}
img{
    vertical-align: bottom;
}
/* 
ヘッダー 
*/
.r-header{
    display: none;
}
.header-img{}
.header-content{
    margin: 0 auto 0 auto;
    text-align: center;
}
/* 共通 */
.title-name{
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    border-bottom: solid #fff 3px;
    display: inline-block;
    padding-top: 30px;
}
.text-area{
}
.header-text{
    margin: 0 auto;
    text-align: left;
    padding-top: 40px;
    width: 60%;
}

/* photo-wrapper 写真エリア */
.photo-wrapper{
    margin-top: 70px;
}
.col-md-3{
    width: 33.3333333%;
    padding: 0px;
}
.col-md-9{
    width: 100%;
    padding: 0px;

}
/* 
ブランド 
*/
.brand-wrapper{
    text-align: center;
}
.brand-list{
    width: 80%;
    padding-top: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.brand-item{
    width: 25%;
    padding: 0 10px 0 10px;
    text-align: left;
    border-bottom: #fff 1px solid;
}
.bland-img{
    width: 65%;
}
.bland-description{
    padding: 10px 0 30px 0;
    width: 80%;
}

/* 
プロジェクト
*/
.project-wrapper{
    margin: 0 auto;
    text-align: center;
    width: 80%;
    border-bottom: #fff 1px solid;
}
.project{
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px;
}
.project-img{
    width: 50%;
}
.project-description{
    text-align: left;
    padding-left: 20px;
}
.description-text{}

/* 
コンパニー 
*/
.company-wrapper{
    width: 80%;
    text-align: center;
}
.company-content{
    margin-top: 50px;
    display: flex;
    justify-content: center; 
    text-align: left;
}
.company-address{
    width: 30%;
}
.map{
    width: 50%;
    position: relative;
    padding-bottom: 25%;
    z-index: -10;
}
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 
フッター 
*/
.footer{
    width: 80%;
    margin-top: 150px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 70px;
}
.footer-text{}
.footer-text a{
    color: #0066FF;
}
.footer-text a:hover{
    border-bottom: solid 1px #0066FF;
}