#header {
display: none;
}

#mainimage {
background-image: url("../image/top/mainimage.jpg");
background-size: cover;
background-position: center bottom;
position: relative;
display: block;
height: 700px;
}
#mainimage #logo {
padding: 20px 0 0 20px;
}
#mainimage .box {
padding-top: 150px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1em;
}
#mainimage .box p {}
#mainimage .box ul {
width: 890px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin-top: 20px;
}
#mainimage .box ul li {
width: 23%;
}

.navi ul li a {
padding: 2em 1em 2em 1em;
}

#top {
margin: 100px auto 0 auto;
min-width: 1200px;

}
#top img {
width: 100%;
height: auto;
object-fit: cover;
}
#top ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#top h2,
#top h3{
font-size: 20px;
line-height: 1.5em;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
padding-top: 20px;
}
#top h2 b,
#top h3 b {
font-family: 'Fjalla One', sans-serif;
color: #131D3D;
font-size: 50px;
line-height: 1.1em;
font-weight: normal;
letter-spacing: 0.05em;
margin-right: 0.5em;
}
#top ul li p {
color: #131D3D;
font-size: 18px;
line-height: 2.2em;
margin-top: 50px;
padding-right: 10em;
}
#top .bt {
margin-top: 50px;
}
#top .bt a {
background-color: #131D3D;
color: #FFF;
border-radius: 100vh;
display: block;
text-align: center;
text-decoration: none;
font-size: 20px;
line-height: 1.2em;
letter-spacing: 0.05em;
font-family: 'Fjalla One', sans-serif;
padding: 0.6em 0 0.6em 0;
width: 300px;
position: relative;
}
#top .bt a:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
background-color: #FFF;
border-radius: 100vh;
top: 42%;
right: 5%;
}
#top .bt a:hover {
background-color: #5B5E68;
}


#top ul li:first-child {
padding-left: 10%;
width: 50%;
}
#top ul li:last-child {
width: 40%;
}

#Quality {}

#Standard,
#Support,
#Service,
#Concept{
margin-top: 130px;
}
#Standard ul li:first-child,
#Service ul li:first-child{
text-align: right;
padding-left: 0;
padding-right: 10%;
order: 1;
}
#Standard h3,
#Service h3{
justify-content: flex-end;
}
#Standard ul li p,
#Service ul li p{
padding-right: 0em;
padding-left: 10em;
}
#Standard .bt a,
#Service .bt a{
margin: 0 0 0 auto;
}

#Concept {
background-image: url("../image/top/bg_p5.jpg");
background-size: cover;
background-position: center top;
padding: 80px 0 100px 0;
}
#Concept .box {
width: 1200px;
margin: 0px auto 0 auto;
}
#Concept h4 {
color: #131D3D;
font-size: 30px;
line-height: 1.8em;
padding-top: 40px;
}
#Concept p {
color: #131D3D;
font-size: 18px;
line-height: 2.2em;
margin-top: 40px;
padding-right: 10em;
}

#examples {
text-align: center;
margin-top: 100px;
}
#examples h5 {
font-family: 'Fjalla One', sans-serif;
color: #131D3D;
font-size: 50px;
line-height: 1.1em;
font-weight: normal;
letter-spacing: 0.05em;
margin-right: 0.5em;
text-align: center;
}
#examples h5 b {
display: block;
font-size: 18px;
font-weight: normal;
}
#examples ul {
width: 1200px;
margin: 30px auto 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#examples ul:after {
content:"";
display: block;
width:31%;
}
#examples ul li:first-child {
padding-left: 0;
width: 31%;
}
#examples ul li:last-child {
width: 31%;
}
#examples ul li {
width: 31%;
margin-bottom: 20px;
line-height: 0;
}
#examples ul li a {
display: block;
text-decoration: none;
padding: 4%;
}
#examples ul li a:hover {
text-decoration: none;
background-color: #eaeaea;
}
#examples ul li p {
color: #131D3D;
font-size: 16px;
line-height: 1.8em;
margin-top: 10px;
padding: 0;
}
#examples ul li img {
-webkit-box-shadow: 0px 0px 4px #969696;
-moz-box-shadow: 0px 0px 4px #969696;
box-shadow: 0px 0px 4px #969696;
width: 100%;
height: auto;
}



