@charset "UTF-8";

.pc{
    display: none;
}
.sp{
    display:block;
}
.services:first-child{
    border-bottom: solid 1px #ccc;
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.services figure{
    margin-bottom: 16px;
}
.services .readMoreBtn{
    margin: auto;
    margin-top: 40px;
}
.spider figure{
    background: #F6F6F6;
    text-align: center;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spider figure figcaption{
    font-size: 1.6rem;
    margin-bottom:32px;
}
.spider figure img{
    max-width: 640px;
    width: 100%;
}
.ordr figure{
    background: url(../img/services/img_ordr-bg.jpg?v=20251106072557);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    gap: 80px;
}
.ordr figure .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    color: #FFF;
    text-align:center;
}
.ordr figure img{
    max-width: 500px;
    width: 100%;
}
@media screen and (max-width: 879px) {
.pc{
    display: block;
}
.sp{
    display:none;
}
.services:first-child{
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.services figure{
    padding: 24px;
    padding-top: 48px;
}
.ordr figure{
    background-size: cover;
    flex-direction:column;
    gap: 24px;
    min-height: inherit;
}
.ordr figure > img{
    width: 70%;
}
.ordr figure .text{
    gap: 12px;
}
}