body {
    background: #f0f2f3;
}

/* ****************************************************************************************************
   * lower
**************************************************************************************************** */

#main .bg {
    background: url(../images/common/bg-1.png) center 10% /100% auto no-repeat;
}

#main .visual {
    margin-top: 100px;
}
#main .visual img {
    width: 100%;
}
@media (max-width:768px) {
    #main .visual {
        margin-top: 50px;
    }
}

@media (min-width:1025px) {
    #main .page-nav ul li {
        width: 18.5185%;
        margin-left: 1.851875% !important;
    }
    #main .page-nav ul li:nth-child(5n+1) {
        margin-left: 0 !important;
    }
}

@media (max-width:768px) {
    #main .strength {
        padding-top: 0;
    }
}

#main .layout-1 {
    max-width: 100%;
    width: 1600px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
#main .layout-1 ~ .layout-1 {
    margin-top: 120px;
}
@media (max-width:768px) {
    #main .layout-1 ~ .layout-1 {
        margin-top: 60px;
    }
}
#main .layout-1 .content {
    width: 55%;
}
#main .layout-1 .content > div {
    max-width: 100%;
    width: 635px;
    padding-left: 15px;
    padding-right: 55px;
    margin-left: auto;
}
#main .layout-1.reverse {
    flex-direction: row-reverse;
}
#main .layout-1.reverse .content > div {
    padding-left: 55px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: auto;
}
#main .layout-1 .photo {
    width: 45%;
}
#main .layout-1 .photo img {
    width: 100%;
}
@media (max-width:768px) {
    #main .layout-1 .content {
        width: 100%;
    }
    #main .layout-1 .content > div {
        padding: 0 15px !important;
        margin: 0 auto !important;
    }
    #main .layout-1 .photo {
        width: 100%;
        text-align: center;
        margin-top: 2em;
    }
}

#main .strength .title-2 {
    margin-bottom: 1.5em;
}
#main .layout-1 .content .line-1 {
    font-size: 3rem;
    font-family: 'Poppins',sans-serif;
    color: var(--c-blue2);
    margin-bottom: .25em;
}
#main .layout-1 .content .line-1 .num {
    display: inline-block;
    width: 3em;
    font-size: 3.2rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-indent: -.2em;
    background: #0031af;
    padding: .25em 0;
    border-radius: 1em;
    margin-bottom: .25em;
    margin-left: .2em;
}
@media (max-width:768px) {
    #main .layout-1 .content .line-1 {
        font-size: 2.4rem;
    }
    #main .layout-1 .content .line-1 .num {
        font-size: 2.4rem;
    }
}
#main .layout-1 .content .title-3 {
    font-size: 3rem;
}
@media (max-width:768px) {
    #main .layout-1 .content .title-3 {
        font-size: 2.4rem;
    }
}

@media (min-width:1501px) {
    #main .page-footer-nav {
        margin-top: 85px;
    }
}
@media (min-width:769px) {
    #main .page-footer-nav .list .card {
        width: 20%;
    }
}
#main .page-footer-nav .list {
    justify-content: center;
}
#main .page-footer-nav .list .card .photo img {
    width: 100%;
}
@media (min-width:1025px) and (max-width:1600px) {
    #main .page-footer-nav .list .card .title-1:before {
        font-size: 1.4em !important;
    }
}
@media (min-width:769px) and (max-width:1024px) {
    #main .page-footer-nav .list .card .title-1 {
        font-size: 2vw !important;
    }
}

/* ****************************************************************************************************
   * index
**************************************************************************************************** */

.page-service-index #visual {
    background: url(../images/service/index/visual-bg.jpg) center center /cover no-repeat;
}
.page-service-index #visual .title-1:before {
    content: 'SERVICE';
}

.page-service-index #main .service {
    contain: paint;
    padding: 100px 0;
    background: url(../images/common/bg-1.png) center 10% /100% auto no-repeat;
}
@media (max-width:768px) {
    .page-service-index #main .service {
        padding: 50px 0;
    }
}
.page-service-index #main .service .list .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-service-index #main .service .list .item ~ .item {
    margin-top: 90px;
}
.page-service-index #main .service .list .item .photo {
    width: 440px;
}
.page-service-index #main .service .list .item .content {
    max-width: 530px;
    width: calc(100% - 440px);
    padding-left: 50px;
}
@media (max-width:960px) {
    .page-service-index #main .service .list .item {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-service-index #main .service .list .item .content,
    .page-service-index #main .service .list .item .photo {
        width: 100%;
    }
    .page-service-index #main .service .list .item .photo {
        margin-bottom: 1.5em;
    }
    .page-service-index #main .service .list .item .photo img {
        width: 100%;
    }
    .page-service-index #main .service .list .item .content {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}
.page-service-index #main .service .list .item .content .num {
    width: 3em;
    font-size: 2rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-indent: -.2em;
    background: #0031af;
    padding: .25em 0;
    border-radius: 1em;
    margin-bottom: .25em;
}
.page-service-index #main .service .list .item .content .title-1 {
    font-size: 2rem;
}
.page-service-index #main .service .list .item .content .title-1:before {
    font-size: 2.5em;
    color: #699eba;
    line-height: 1.3;
    margin-bottom: .2em;
}
@media (max-width:768px) {
    .page-service-index #main .service .list .item ~ .item {
        margin-top: 60px;
    }
    .page-service-index #main .service .list .item .content .title-1 {
        font-size: 1.6rem;
    }
}

/* ****************************************************************************************************
   * land
**************************************************************************************************** */

.page-service-land #visual {
    background: url(../images/service/land/visual-bg.jpg) center center /cover no-repeat;
}
.page-service-land #visual .title-1:before {
    content: 'LAND\A TRANSPORTATION';
    white-space: pre;
}
@media (max-width:540px) {
    .page-service-land #visual .title-1:before {
        white-space: initial;
    }
}

/* ****************************************************************************************************
   * motorpool
**************************************************************************************************** */

.page-service-motorpool #visual {
    background: url(../images/service/motorpool/visual-bg.jpg) center center /cover no-repeat;
}
.page-service-motorpool #visual .title-1:before {
    content: 'MOTOR POOL\A BUSINESS';
    white-space: pre;
}
@media (max-width:540px) {
    .page-service-motorpool #visual .title-1:before {
        white-space: initial;
    }
}

/* ****************************************************************************************************
   * predeliveryinspection
**************************************************************************************************** */

.page-service-predeliveryinspection #visual {
    background: url(../images/service/predeliveryinspection/visual-bg.jpg) center center /cover no-repeat;
}
.page-service-predeliveryinspection #visual .title-1:before {
    content: 'PRE DELIVERY \AINSPECTION';
    white-space: pre;
}
@media (max-width:540px) {
    .page-service-predeliveryinspection #visual .title-1:before {
        white-space: initial;
    }
}

/* ****************************************************************************************************
   * security
**************************************************************************************************** */

.page-service-security #visual {
    background: url(../images/service/security/visual-bg.jpg) center center /cover no-repeat;
}
.page-service-security #visual .title-1:before {
    content: 'SECURITY\A BUSINESS';
    white-space: pre;
}
@media (max-width:540px) {
    .page-service-security #visual .title-1:before {
        white-space: initial;
    }
}

.page-service-security #main .visual {
    margin-top: 50px;
}

@media (max-width:768px) {
    .page-service-security #main .flex-col-2 .photo,
    .page-service-security #main .flex-col-2 .content {
        width: 100%;
    }
    .page-service-security #main .flex-col-2 .photo {
        text-align: center;
    }
    .page-service-security #main .flex-col-2 .content {
        margin-top: 2em;
    }
}

/* ****************************************************************************************************
   * vehicle
**************************************************************************************************** */

.page-service-vehicle #visual {
    background: url(../images/service/vehicle/visual-bg.jpg) center center /cover no-repeat;
}
.page-service-vehicle #visual .title-1:before {
    content: 'VEHICLE\A TRANSPORTATION';
    white-space: pre;
}
@media (max-width:540px) {
    .page-service-vehicle #visual .title-1:before {
        white-space: initial;
    }
}

.page-service-vehicle #main .vehicle .list .item {
    display: flex;
    flex-wrap: wrap;
}
.page-service-vehicle #main .vehicle .list .item ~ .item {
    margin-top: 2em;
}
.page-service-vehicle #main .vehicle .list .item .content {
    width: 30.5556%;
    /*display: flex;*/
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: #fff;
    padding: 1.5em;
}
.page-service-vehicle #main .vehicle .list .item .content dt {
    font-size: 2rem;
    font-weight: 700;
}
.page-service-vehicle #main .vehicle .list .item .photo {
    width: 69.4444%;
}
.page-service-vehicle #main .vehicle .list .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width:1080px) {
    .page-service-vehicle #main .vehicle .list .item ~ .item {
        margin-top: 2em;
    }
    .page-service-vehicle #main .vehicle .list .item .content,
    .page-service-vehicle #main .vehicle .list .item .photo {
        width: 100%;
        display: flex;
    }
}
@media (max-width:540px) {
    .page-service-vehicle #main .vehicle .list .item .content {
        padding: 1em;
    }
    .page-service-vehicle #main .vehicle .list .item .content dt {
        font-size: 1.8rem;
    }
}



.page-service-vehicle #main .shousho {
max-width: 960px;
margin-left: auto;
margin-right: auto;
}
.page-service-vehicle #main .shousho > div{
padding: 40px 100px;
background-color: #fff;
}
.page-service-vehicle #main .shousho .title{
text-align: center;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 0.5em;
}
.page-service-vehicle #main .shousho ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 5%;
list-style: none;
padding: 0;
margin: 0;
}
.page-service-vehicle #main .shousho li {
flex: 0 0 30%;
}
.page-service-vehicle #main .shousho figure {
margin: 0;
text-align: center;
}
.page-service-vehicle #main .shousho img {
width: 100%;
height: auto;
display: block;
}
.page-service-vehicle #main .shousho figcaption {
margin-top: 0.5em;
font-size: 0.8em;
}

@media (max-width: 736px) {
  .page-service-vehicle #main .shousho > div {
   padding: 40px 10%;
  }
  .page-service-vehicle #main .shousho ul {
    justify-content: flex-start;
    gap: 0;
  }

  .page-service-vehicle #main .shousho li {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 30px;
    margin-right: 30px;
  }

  .page-service-vehicle #main .shousho li:nth-child(2n) {
    margin-right: 0;
  }
  .page-service-vehicle #main .shousho li:last-child:nth-child(odd) {
    margin-left: auto;
    margin-right: auto;
  }
}
