/*------------------------------------------------------------------------------
service
------------------------------------------------------------------------------*/
.pageimg{
    background: url(../../img/service/pageimg_bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pageimg{
        background: url(../../img/service/pageimg_bg_sp.webp) no-repeat center;
        background-size: cover;
        padding: 8.4rem 2rem!important;
    }
}

.link_list__list li{
    width: calc(100% / 4)!important;
}

@media screen and (max-width: 768px) {
    .link_list__list li{
        width: calc(100% / 2)!important;
    }
    
}

.link_list{
    margin-bottom: 4rem!important;
}


/*------------------------------------------------------------------------------
section01
------------------------------------------------------------------------------*/
.service_overview{
    display: flex;
    gap: 4.2rem;
}

@media screen and (max-width: 768px) {
    .service_overview{
        flex-direction: column;
        gap: 2rem;
    }
}

.service_overview__item{
    width: 62rem;
}

@media screen and (max-width: 768px) {
    .service_overview__item{
        width: 100%;
    }
}

.service_overview__text{
    width: calc(100% - 62rem);
}

@media screen and (max-width: 768px) {
    .service_overview__text{
        width: 100%;
    }
}


.service_overview__text table.spec-table th{
    width: 17rem;
    padding: 2.4rem;
}

@media screen and (max-width: 768px) {
    .service_overview__text table.spec-table th{
        width: 9rem;
        padding: 1.2rem;
        font-size: 1rem;
    }
}

.service_overview__text table.spec-table td{
    text-align: left;
    padding: 2.4rem;
}

@media screen and (max-width: 768px) {
    .service_overview__text table.spec-table td{
        padding: 1.2rem;
        font-size: 1rem;
    }
}

/*------------------------------------------------------------------------------
section02
------------------------------------------------------------------------------*/
.service_container{
    display: flex;
    gap: 4.8rem;
}

@media screen and (max-width: 768px) {
    .service_container{
        flex-direction: column;
        gap: 2rem;
    }
}

.service_item__text{
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
    .service_item__text{
        font-size: 1.4rem;
        margin-top: 0.8rem;
    }
}

.p-line__title{
    font-size: 3.2rem!important;
    padding-left: 3.2rem!important;
}

.p-line__title::before{
    width: 0.8rem!important;
    height: 4.6rem!important;
}

@media screen and (max-width: 768px) {
    .p-line__title{
        font-size: 1.7rem!important;
        padding-left: 1.6rem!important;
    }
    
    .p-line__title::before{
        width: 0.4rem!important;
        height: 2.4rem!important;
    }
}

.service_list{
    display: flex;
    flex-wrap: wrap;
    gap: 1.7rem;
}

.service_list li{
    flex: 1;
}

@media screen and (max-width: 768px) {
    .service_list li{
        flex: 1 1 calc(50% - 0.85rem);
    }
}

.p-title{
    margin-top: 6.4rem!important;
}

@media screen and (max-width: 768px) {
    .p-title{
        margin-top: 3.2rem!important;
    }

    ul.image_list{
        flex-wrap: wrap!important;
        gap: 1rem!important;
        flex-direction: row!important;
    }
    ul.image_list li{
        flex: auto!important;
        width: calc((100% - 1rem) / 2)!important;
        max-width: calc((100% - 1rem) / 2)!important;
    }

    ul.image_list li p{
        font-size: 1rem!important;
        margin-top: 0.4rem!important;
    }
}

.border__list{
    margin-bottom: 4rem!important;
    flex-direction: column;
    gap: 0.4rem!important;
}

@media screen and (max-width: 768px) {
    .border__list{
        margin-bottom: 2rem!important;
    }
}

.border__list li.-last{
    margin-top: 1.8rem;
}

/*------------------------------------------------------------------------------
section03
------------------------------------------------------------------------------*/
.p-service__section03 .service_item__img{
    width: 40rem;
}

@media screen and (max-width: 768px) {
    .p-service__section03 .service_item__img{
        width: 100%;
    }
}

.p-service__section03 .section__text{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
    .p-service__section03 .section__text{
        font-size: 1.4rem;
    }
}

ul.sec03_list{
    margin-bottom: 2.4rem;
    display: flex;
    gap: 3.2rem;
}

@media screen and (max-width: 768px) {
    ul.sec03_list{
        flex-direction: column;
        gap: 0.4rem;
        margin-bottom: 2.4rem;
    }
}

ul.sec03_list li{
    font-size: 2rem;
    list-style: disc;
    margin-left: 1.8rem;
}

@media screen and (max-width: 768px) {
    ul.sec03_list li{
        font-size: 1.4rem;
    }
}

/*------------------------------------------------------------------------------
section04
------------------------------------------------------------------------------*/
.p-service__section04{
    background: url(../../img/label-contact/contact_bg.webp) no-repeat center;
    background-size: cover;
    padding: 8rem 0 12rem;
}

@media screen and (max-width: 768px) {
    .p-service__section04{
        padding: 6rem 0;
    }
}

.p-service__section04 .section_container{
    display: flex;
    justify-content: space-between;
    gap: 10rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-service__section04 .section_container{
        flex-direction: column;
        gap: 2.4rem;
    }
}

.p-contact__title{
    font-size: 2.7rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .p-contact__title{
        font-size: 1.7rem;
    }
}

.p-contact__title span.en{
    font-family: "Oswald";
    font-size: 8.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.8rem;
}

@media screen and (max-width: 768px) {
    .p-contact__title span.en{
        font-size: 4.25rem;
        margin-bottom: 0.8rem;
    }
}

.p-label-detail__section02 .right_content{
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
    .p-label-detail__section02 .right_content{
        margin-top: 0;
    }
}

ul.contact_list{
    margin-top: 4rem;
}

@media screen and (max-width: 768px) {
    ul.contact_list{
        margin-top: 3rem;
    } 
}

ul.contact_list li {
    margin-bottom: 1rem;
}

ul.contact_list li:last-child{
    margin-bottom: 0;
}

ul.contact_list li a{
    display: flex;
    justify-content: center;
    gap: 4rem;
    align-items: center;
    background-color: #0016d9;
    color: #fff;
    padding: 3.8rem 5.5rem 3.8rem 6.4rem;
    width: 84.5rem;
    height: 15.6rem;
}

@media screen and (max-width: 768px) {
    ul.contact_list li a{
        width: 100%;
        padding: 1.2rem 1.4rem 1.2rem 2.4rem;
        gap: 2rem;
        height: 9rem;
    }
}

ul.contact_list li a:hover{
    background-color: #3A49D1;
}

.right_text p.phone_number{
    font-size: 3.2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .right_text p.phone_number{
        font-size: 1.6rem;
    }
}

.right_text p.phone_number span{
    font-size: 4rem;
    letter-spacing: 0.28rem;
}

@media screen and (max-width: 768px) {
    .right_text p.phone_number span{
        font-size: 2rem;
        margin-left: 0.4rem;
        letter-spacing: 0.2rem;
    }
}

.right_text p.time{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0.6rem;
}

.right_text p.time span{
    font-weight: 400;
    margin-left: 2.4rem;
}

.left_icon{
    width: 5rem;
}

@media screen and (max-width: 768px) {
    .left_icon{
        width: 2.5rem;
    }
    
}

@media screen and (max-width: 768px) {
    .right_text p.time{
        font-size: 1.2rem;
        margin-left: 0;
    }

    .left_icon img{
        width: 30px;
    }
}

    .left_text{
        font-size: 4rem;
        font-weight: bold;
    }

@media screen and (max-width: 768px) {
    .left_text{
        font-size: 2rem;
    }
}

ul.contact_list li:last-child a:hover{
    background-color: #0016d9;
}

.right_content{
    margin-top: 2.4rem;
}