@charset "utf-8";

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

body {
font-size: 1.4rem;
line-height: 2.8rem;
-webkit-text-size-adjust: 100%;
}

h2 {
font-size: 2.8rem;
margin-bottom: 2rem;
}

h3 {
font-size: 1.4rem;
margin-bottom: 3rem;
}

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
background: url(../image/hero.jpg) no-repeat 10% 0;
background-size: cover;
}

#hero h1 {
margin-top: -30%;
}

#hero h1 img {
width: 80%;
}

/* ----------------------------------------------------------------
About
----------------------------------------------------------------- */

#about {
width: 90%;
padding: 60px 0 40px 0;
margin: 0 auto;
}

#about p {
text-align: left;
margin-bottom: 3rem;
}

#about p br {
display: none;
}

#about .content ul {
display: block;
}

#about li {
text-align: left;
font-weight: bold;
width: 100%;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
margin: 0 0 20px 0;
}

#about li br {
display: none;
}

#about li img {
width: 40px;
margin: 0 12px 0 0;
}

/* ----------------------------------------------------------------
Works
----------------------------------------------------------------- */

#works {
padding: 60px 0 40px 0;
}

#works .content ul {
display: block;
}

#works li {
width: 90%;
margin: 0 auto 20px auto;
}

#works li img {
width: 100%;
}

/* ----------------------------------------------------------------
Company
----------------------------------------------------------------- */

#company {
padding: 60px 0;
}

#company .content {
display: block;
}

#company dl {
width: 90%;
margin: 0 auto;
}

#company dt {
font-weight: bold;
}

#company dl:first-child {
border-bottom: none;
}

/* ----------------------------------------------------------------
Contact
----------------------------------------------------------------- */

#contact {
height: 240px;
}

.btn a:link, .btn a:visited {
font-size: 1.8rem;
font-weight: 600;
letter-spacing: 0.1rem;
padding: 2rem 3rem;
}

/* ----------------------------------------------------------------
Copyright
----------------------------------------------------------------- */

#copyright {
font-size: 1rem;
padding: 30px 0 30px 0;
}

/* ----------------------------------------------------------------
Animation
----------------------------------------------------------------- */

.fadein {
opacity: 1;
transform: translate(0, 0);
}

.fadein.start {
opacity: 1;
transform: translate(0, 0);
}

.fadein:nth-of-type(2) {
transition-delay: none;
}

.fadein:nth-of-type(3) {
transition-delay: none;
}
