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

#top {
margin: 30px auto 0 auto;
}
#top img {
width: 100%;
height: auto;
object-fit: cover;
}
#top ul {
}
#top h2,
#top h3{
font-size: 18px;
line-height: 1.3em;
padding-top: 0px;
text-align: center;
}
#top h2 b,
#top h3 b {
font-family: 'Fjalla One', sans-serif;
color: #131D3D;
font-size: 34px;
line-height: 1.8em;
font-weight: normal;
letter-spacing: 0.05em;
display: block;
}
#top ul li p {
color: #131D3D;
font-size: 14px;
line-height: 1.3em;
margin-top: 20px;
padding: 0 1em 0 1em;
}
#top .bt {
margin-top: 20px;
}
#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: 70%;
position: relative;
margin: 0px auto 0 auto;
}
#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 {
}
#Quality ul li img,
#Standard ul li img,
#Support ul li img,
#Service ul li img {
display: none;
}

#Quality {}
#Quality ul li p:before {
content: '';
display: block;
width: 100%;
height: 100px;
background-image: url("../image/top/bg_p1_sp.jpg");
background-size: cover;
background-position: center bottom;
vertical-align: middle;
position: relative;
margin-bottom: 1em;
}

#Standard,
#Support,
#Service,
#Concept{
margin-top: 50px;
}
#Standard ul li:first-child,
#Service ul li:first-child{
}
#Standard h3,
#Service h3{
}
#Standard ul li p,
#Service ul li p{
}
#Standard ul li p:before {
content: '';
display: block;
width: 100%;
height: 100px;
background-image: url("../image/top/bg_p2_sp.jpg");
background-size: cover;
background-position: center bottom;
vertical-align: middle;
position: relative;
margin-bottom: 1em;
}
#Support ul li p:before {
content: '';
display: block;
width: 100%;
height: 100px;
background-image: url("../image/top/bg_p3_sp.jpg");
background-size: cover;
background-position: center bottom;
vertical-align: middle;
position: relative;
margin-bottom: 1em;
}
#Service ul li p:before {
content: '';
display: block;
width: 100%;
height: 100px;
background-image: url("../image/top/bg_p4_sp.jpg");
background-size: cover;
background-position: center bottom;
vertical-align: middle;
position: relative;
margin-bottom: 1em;
}


#Concept {
padding: 20px 0 40px 0;
}
#Concept .box {
margin: 0px auto 0 auto;
}
#Concept h4 {
color: #131D3D;
font-size: 20px;
line-height: 1.3em;
font-weight: bold;
padding: 1em 0 1em 0;
text-align: center;
}
#Concept h4:after {
content: '';
display: block;
width: 100%;
height: 150px;
background-image: url("../image/top/bg_p5.jpg");
background-size: cover;
background-position: center bottom;
vertical-align: middle;
position: relative;
margin: 0.5em 0 0 0;
}
#Concept p {
color: #131D3D;
font-size: 16px;
line-height: 1.3em;
margin-top: 1em;
text-align: center;
}

#examples {
text-align: center;
margin: 40px 0 40px 0;
}
#examples h5 {
font-family: 'Fjalla One', sans-serif;
color: #131D3D;
font-size: 30px;
line-height: 1.1em;
font-weight: normal;
letter-spacing: 0.05em;
text-align: center;
}
#examples h5 b {
display: block;
font-size: 18px;
line-height: 1.8em;
font-weight: normal;
}
#examples ul {
width: 90%;
margin: 20px auto 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#examples ul li {
align-items: center;
margin-bottom: 20px;
width: 48%;
}
#examples ul li img {

height: auto;
}
#examples ul li p {
width: 65%;
color: #131D3D;
font-size: 14px;
line-height: 1.3em;
margin-top: 0;
padding: 0;
text-align: left;
}
#examples ul li a {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-decoration: none;
}



