/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
    text-size-adjust: 100%;
    overflow-x: hidden;
    color: rgb(255, 255, 255);
    font: 300 14px / 1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    background: rgb(0, 0, 0);
}

img{
    vertical-align: bottom;
}
a{
    color: white;
    text-decoration: none;
}
header{
    text-align: center;
    height: 60px;
    width: 100%;
    position: fixed;
    background-color: black;
}
header img{
    height: 25px;
    width: 100px;
    padding-top: 15px;
}
header .fa-bars{
    float: right;
    padding-top: 22px;
    padding-right: 20px;
}

.header-navi{
background-color: black;
text-align: left;
transform: translateY(-110%);
transition: 0.6s;
z-index: 10;
}

.header-menu li{
    padding: 18px 0;
    border-bottom: 1px solid white;

}

.header-cover{
    text-align: center;
    height: 60px;
    width: 100%;
    position: fixed;
    background-color: black;
    z-index: 1000;
}

.header-menu a{
   font-family:  'Modern Antiqua', 'Noto Sans JP',serif;
   font-size: 14px;
}

.header-menu li a:hover{
    text-decoration: underline;
}

.drawer-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(1.5);
    opacity: 0;
    z-index: 2000;
}

.drawer-btn:checked ~.header-navi{
    transform: translateY(10%);
}

.header-menu .fas{
    padding: 0 10px;
}

.header-icons .fab{
    padding: 12px 10px;
}
.header-icons{
    border-bottom: 1px solid white;
}

.sidebar{
    width: 20%;
    position: fixed;
    right: 0;
    height: 100%;

}
li{
    list-style: none;
}
.side-logo{
    height: 22.42px;
    width: 87px;
    padding:25px 0 40px 0;
}
.side-contents{
    padding-left:16%;
}
.side-menu li a{
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
    color:#fff;
}

.side-menu li{
    padding-bottom: 25px;

}
.side-icons .fab{
    padding:45px 10px 0 0;
}

.side-menu li a:hover{
    text-decoration: underline;
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

.side-icons .fab:hover{
    opacity: 0.7;

}
.contents{
    width: 80%;
}
.top-image{
    width: 100%;
}
.message-wrapper{
    width: 70%;
    margin: 0 auto;
    text-align:center;
}
.heading{
    font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
    font-size: 22px;
    padding: 80px 0 20px 0;
    margin-bottom: 50px;
    border-bottom: 3px solid white;
    display: inline-block;
}
.textarea{
    width: 85%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 80px;


}

.heading p{

}
.photo-wrapper img{
    width: 33.3333333%;
}
span .bigphoto{
    width: 100%;
}
.brand-wrapper{
    width: 80%;
    margin: 0 auto;
     text-align: center;
}
.contents-item{
    width: 25%;
    padding: 0px 25px;
    text-align: left;

}
.contents-item img{
    width: 70%;
    padding: 10px;
}
.contents-item p{
    width: 90%;
}

.brand-contents{
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}
.project-wrapper{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
    border-bottom: 3px solid white;
}
.project-item{
    display: flex;
    padding-bottom: 70px;
}
.project-item img{
    width: 375px;
    height: 225px;
    padding-right:20px ;

}
.project-item p{
    text-align:left ;
}
.company-wrapper{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.company-contents{
    display: flex;
    padding-top: 30px;
    padding-bottom: 250px;
}
.address{
    text-align: left;
    margin-right: 10%;
}
.ggmap{
    background-color: pink;
    width: 60%;
    height: ;
    position: relative;
    padding-bottom: 25%;
}
iframe{
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
}
footer{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

footer p{
    padding-bottom: 60px;
    font-size: 12px;
}

fotter a{
    color: blue;
}

html { scroll-behavior: smooth;}