    .page p{
        padding: 0;
    }
    /* --------------------
    * Section
    * -------------------- */
    .p-kv{
        padding-bottom: 120px;
    }
        @media screen and (max-width: 767px) {  
    .p-kv{
        padding-bottom: 64px;
    }
    }
    .p-kv--owned{
        padding-bottom: 0;
    }
    .p-kv__inner,.p-service-section__inner {
    margin: 0 auto;
    max-width: 650px;
    padding: 0 20px;
    width: 100%;
    }
    @media print, screen and (min-width: 1100px) {
    .p-kv__inner,.p-service-section__inner {
        margin: 0 auto;
        max-width: 1100px;
        /*padding: 0 50px;*/
    }
    }
    .p-kv__title{
        font-size: 40px;
        font-weight: 700;
        text-align: center;
    }
    
    @media screen and (max-width: 767px) {  
        .p-kv__title{
            font-size: 32px;
        }
    }
    .p-kv__text{
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-top: 16px;
        line-height: 1.45;
    }
     @media screen and (max-width: 767px) {  
        .p-kv__text{
            font-size: 20px;
        }
    }
    .p-kv__image-wrap{
        position: relative;
        margin-top: 56px;
    }
     @media screen and (max-width: 767px) {  
        .p-kv__image-wrap{
            margin-top: 32px;
        }
    }
    .p-kv__image-catch-wrap{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 20px;
        width: 100%;
        text-align: center;
    }
    .p-kv__image-catch {
        max-width: 100%;
        width: unset;
    }
    @media screen and (max-width: 767px) {  
        .p-kv__image-catch{
             max-height: 38px;
            height: 100%;
            width: auto;
        }
    }
    @media screen and (max-width: 767px) {  
        .p-kv__image-catch--line2{
            max-height: 76px;
        }
    }
    .u-bg-glay{
        background: #F2F2F2;
    }
    .u-text-center{
        text-align: center;
    }
    .u-font-bold{
        font-weight: 700;
    }
    .c-2col-list__item .c-link-card{
        height: 100%;
    }
    .c-link-card{
        padding: 32px;
        /*border: 1px solid #C3C3C3;*/
        display: block;
        background: #fff;
    }
    @media screen and (max-width: 767px) {  
        .c-link-card{
            padding: 24px;
        }
    }
    .c-link-card--pickup-deco{
        position: relative;
    }
    .c-link-card--pickup-deco::before{
        position: absolute;
        content: "";
        width: 88px;
        height: 88px;
        background-image: url("../images/service_pickup_deco.png.webp");
        background-repeat: no-repeat;
        background-size: contain;
        top: -1px;
        right: -1px;
    }
    
    @media screen and (max-width: 767px) {  
        .c-link-card--pickup-deco::before{
        width: 66px;
        height: 66px;
        }
    }      
    /*.c-link-card--pickup-deco::before{
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #000000 transparent;
        border-width: 0px 62.13px 62.23px 62.13px;
        right: -41px;
        top: -10px;
        transform: rotate(45deg);
    }
     .c-link-card--pickup-deco::after{
        position: absolute;
        content: "PICK UP";
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        right: -41px;
        top: -10px;
        transform: rotate(45deg);
     }*/
    .c-link-title,.c-link-card__title{
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
    }
    .p-related-list__title-wrap{
        display: flex;
        flex-direction: column;
    }
    a.c-link-card:hover,.c-link:hover{
        transition: all 0.3s;
        opacity: 1;
    }
    @media screen and (min-width: 768px) {
        a.c-link-card:hover,.c-link:hover{
        opacity: 0.64;
        }
    }
    .c-link-icon{
        margin-left: 16px;
        display: inline-block;
        width: 28px;
        height: 28px;
        background-image: url("../images/service_link_icon.svg");
        background-repeat: no-repeat;
        background-size: contain;
        /*transition: all 0.3s;*/
        position: relative;
        top: 6px;
    }
    /*@media screen and (min-width: 768px) {
        .c-link-card:hover .c-link-icon,.c-link:hover .c-link-icon{
            background-image: url("../images/service_link_icon_hover.svg");
        }
    }*/
    .c-link-card__title + .c-link-card__text{
        margin-top: 24px;
    }
    .c-link-card__text + .c-link-card__title{
        margin-top: 16px;
    }
    .c-link-card__image{
        max-width: 100%;
        width: unset;
        display: block;
    }
    .c-link-card__image + .c-link-card__text, .c-link-card__image + .c-link-card__title{
        margin-top: 32px;
    }
    .c-link-card__category-list{
        margin-bottom: auto;
    }
    .p-service-section{
        padding: 120px 0;
    }
    @media screen and (max-width: 767px) {
        .c-link-card__image{
            margin: 0 auto;
        }
        .p-service-section{
            padding: 64px 0;
        }
    }
    .p-service-section--servicelist-link{
        padding-bottom: 0;
    }
    .p-service-section__head-title-wrap{
        display: flex;
        gap: 8px;
        align-items: baseline;
        flex-wrap: wrap;
    }
    .p-service-section__head-title-wrap + .p-service-section__head-text-wrap{
        margin-top: 48px;
    }
    .p-service-section__head-title{
        font-size: 32px;
        font-weight: 700;
    }
    .p-service-section__head-title-jp{
        font-weight: 700;
        padding-top: 0;
        padding-left: 22px !important;
        position: relative;
        line-height: 1.5;
    }
    .p-service-section__head-title-jp::before{
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 14px;
        height: 20px;
        background-image: url("../images/service_title_deco.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .p-service-section__head-text{
        padding: 0;
    }
    .p-service-section__head-text + .p-service-section__head-text{
        margin-top: 1em;
    }
    .p-category-link-list{
        margin-top: 56px;
    }
    .p-category-link-list__item + .p-category-link-list__item{
        margin-top: 16px;
    }
    
    @media screen and (max-width: 767px) {
        .p-category-link-list{
            margin-top: 40px;
        }
    }
    .p-category-link{
        padding: 40px;
        background: #fff;
        display: block;
    }
    @media screen and (max-width: 767px) {
        .p-category-link{
            padding: 24px;
        }
    }
    .p-category-link__head{
        display: flex;
        gap: 32px;
        align-items: center;
    }
    @media screen and (max-width: 767px) {
        .p-category-link__head{
            flex-direction: column;
            gap: 16px;
            align-items: unset;
        }
    }
    @media screen and (max-width: 767px) {
        .p-category-link__icon{
            text-align: center;
        }
    }
    .p-category-link__icon-img,
    .p-category-link__title-catch{
        width: unset;
        max-width: 100%;
    }
    .p-category-link__title{
        display: flex;
        align-items: center;
    }
    .p-category-link__title-icon {
        top: unset;
        margin-left: 16px;
        flex-shrink: 0;
    }
    .p-category-link__subtitle{
        margin-top: 8px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        padding: 0;
    }
    .p-category-link__body{
        margin-top: 32px;
    }
    .p-category-link__catch{
        font-weight: 700;
    }
    .p-category-link__text{
        margin-top: 12px;
    }
    .p-subcategory-list{
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    @media screen and (max-width: 767px) {
        .p-subcategory-list{
            margin-top: 24px;
        }
    }
    .p-subcategory-list__item{
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: #000000;
        padding: 2px 5px;
    }
    .p-subcategory-list--gray .p-subcategory-list__item{
        color: #000000;
        background: #E7E7E7;
    }
    .c-1col-list__list{
        margin-top: 48px;
    }
    .c-1col-list__item + .c-1col-list__item{
        margin-top: 24px;
    }
    .c-2col-list__list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 24px;
        margin-top: 48px;
    }
    .c-3col-list__list{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 32px;
        margin-top: 48px;
    }
    @media screen and (max-width: 1099px) {
        .c-3col-list__list{        
        grid-template-columns: repeat(2,1fr);
        }
    }
    @media screen and (max-width: 767px) {
        .c-2col-list__list{
            grid-template-columns: auto;
            gap: 16px;
            margin-top: 32px;
        }
        .c-3col-list__list{
            grid-template-columns: auto;
            margin-top: 32px;
        }
    }
    .p-information-list__item{
        display: grid;
    }
    .p-information-list__link{
        padding: 32px;
        /*border: 1px solid #C3C3C3;*/
        display: grid;
        background: #fff;
        grid-template-rows: subgrid;
        grid-row: span 3;
    }
    
    @media screen and (max-width: 767px) {
        .p-information-list__link{
            padding: 24px;
        }
    }
    .p-information-list__image,.p-information-list__title{
        margin-left: auto;
        margin-right: auto;
    }
    .p-information-list__image{
        max-width: 100%;
        width: unset;
        display: block;
    }
    .p-information-list__title{
        margin-top: 24px;
    }
    @media screen and (max-width: 767px) {
        .p-information-list__title{
            margin-top: 16px;
        }
    }
    .p-information-list__text{
        margin-top: 24px;
    }
    .c-link-card-col2{
        display: flex;
        align-items: flex-start;
        gap: 32px;
        padding: 32px;
        /*border: 1px solid #C3C3C3;*/
        background: #fff;
    }
    @media screen and (max-width: 767px) {
        .c-link-card-col2{
            padding: 24px;
            gap: 24px;
            flex-direction: column;
            align-items: center;
        }
    }
    .p-related-list__image .c-link-card-col2__image{
        max-width: 100%;
        width: unset;
        display: block;
        flex-shrink: 0;

    }
    .p-related-list{
        margin-top: 48px;
    }
@media screen and (max-width: 767px) {
.p-related-list{
    margin-top: 32px;
}
}
    .p-related-list__item{
        max-width: 800px;
    }
    .swiper-wrapper{
        height: unset !important;
    }
    .swiper-slide{
        display: flex !important;
        width: 100% !important;
        height: unset !important;
    }
    @media screen and (max-width: 767px) {
        .p-related-list__item{
            max-width: 360px;
        }
        .p-related-list__image{
            width: 100%;
        }
    }
    .c-slide-list__nav{
        margin-top: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    
    .p-related-list__title-wrap{
        display: flex;
        flex-direction: column;
    }
    
    .p-related-list__title-wrap{
        display: flex;
        flex-direction: column;
    }
    .p-related-list__text{
        flex-grow: 1;
    }
.swiper-pagination,.swiper-btn-prev,.swiper-btn-next {
    position: relative !important;
    top: unset!important;
    bottom: unset !important;
    right: unset !important;
    left: unset !important;
}
.swiper-pagination{
    width: unset !important;
    height: unset !important;
    gap: 16px;
    display: flex;
    align-items: center;
}
.swiper-pagination-bullet{
    margin: 0 !important;
    opacity: 1;
    width: 10px;
    height: 10px;
    background: #fff;
}
.swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    background: #000000;
}
.swiper-btn-prev,.swiper-btn-next{
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    background-image: url(../images/service_link_icon.svg);
}
.swiper-btn-prev {
  transform: rotate(180deg);
}
/*transformation*/
.p-service-section--summary-owned{
    padding-bottom: 0;
}
.p-service-section__summary-catch{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.625;
}
.p-service-section__summary-catch2{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    padding: 4px 16px !important;
    min-height: 42px;
    display: block;
    color: #fff;
    background: #333;
    padding: 4px 16px;
    margin: 0 auto;
    width: fit-content;
}
.p-service-section__summary-catch2 + .p-service-section__summary-catch2{
    margin-top: 16px;
}
.p-service-section__summary-catch-block{
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .p-service-section__summary-catch{
       font-size: 24px;
    }
        .p-service-section__summary-catch2{
       font-size: 20px;
    }
}
.p-service-section__summary-catch + .p-service-section__summary-text{
    margin-top: 56px;
}
@media screen and (max-width: 767px) {
    .p-service-section__summary-catch + .p-service-section__summary-text{
       margin-top: 32px;
    }
}
.p-service-section__summary-catch2 + .p-service-section__summary-text{
    margin-top: 56px;
}
@media screen and (max-width: 767px) {
    .p-service-section__summary-catch2 + .p-service-section__summary-text{
       margin-top: 32px;
    }
}
.p-anchor-list__list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
    .p-anchor-list__list{
        grid-template-columns: auto;
    border-right: unset;
    border-bottom: 1px solid #333;
    }
}
.p-anchor-list__list--col3{
    grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width: 767px) {
    .p-anchor-list__list--col3{
        grid-template-columns: auto;
    }
}
.p-anchor-list__item{
    display: grid;
}
.p-anchor-list__list + .p-service-section__head{
    padding-top: 120px;
}
@media screen and (max-width: 767px) {
.p-anchor-list__list + .p-service-section__head{
    padding-top: 64px;
}
}
.p-anchor-list__link{
    padding: 4px 20px 48px;
    display: block;
    border-left: 1px solid #000000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
@media screen and (min-width: 768px) {
    .p-anchor-list__link:hover{
        opacity: 0.64;
    }
}
@media (max-width: 767px) {
    .p-anchor-list__link {
        border-left: unset;
        border-top: 1px solid #000000;
        padding: 20px 20px 64px;
}
}
.p-anchor-list__link::before{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    background-image: url("../images/service_link_icon.svg");
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    bottom: 4px;
}
@media (max-width: 767px) {
    .p-anchor-list__link::before {
        bottom: 24px;
}
}
.c-link-card-col2__image {
    width: unset;
    max-width: 100%;
}
.p-service-list__wrap + .p-service-list__wrap{
    margin-top: 80px;
}
@media (max-width: 767px) {
.p-service-list__wrap + .p-service-list__wrap{
    margin-top: 56px;
}
}
.p-service-list__list{
    margin-top: 48px;
}
.p-service-list__item + .p-service-list__item{
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    .p-service-list__item + .p-service-list__item{
        margin-top: 16px;
    }
}
.p-service-list__list--col2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}
@media screen and (max-width: 1099px) {
    .p-service-list__list--col2{
    grid-template-columns: auto;
    }
}
.p-service-list__list--col2 .p-service-list__item{
    margin-top: 0;
}
.p-service-list__link{
    display: block;
    background: #fff;
    padding: 32px;
}
@media screen and (max-width: 767px) {
    .p-service-list__link {
    padding: 24px;
}
}
.p-service-list__link-flex {
    display: flex;
    align-items: center;
    gap: 32px;
}
@media screen and (max-width: 767px) {
    .p-service-list__link-flex {
    flex-direction: column;
}
}
/*.p-service-list__title{
    font-size: 20px;
    font-weight: 700;
    margin-top: 32px;
}*/

.c-link-title + .p-service-list__text {
    margin-top: 16px;
}
.p-service-list__link-flex .p-service-list__image-wrap{
    flex-shrink: 0;
}
.p-service-list__image-wrap

/*data technology*/
.p-data-technology-list__item + .p-data-technology-list__item{
    margin-top: 24px;
}
@media screen and (min-width: 768px) {
.p-data-technology-list__item + .p-data-technology-list__item{
    margin-top: 16px;
}
}
.p-data-technology-list__link{
    display: block;
    /*border: 1px solid #C3C3C3;*/
    padding: 32px;
}
@media screen and (max-width: 767px) {
.p-data-technology-list__link{
    padding: 24px;
}
}
.p-data-technology-list__body{
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
}
.p-data-technology-list__image{
    flex-shrink: 0;
    max-width: 100%;
    width: auto;
}
@media screen and (max-width: 767px) {
.p-data-technology-list__body{
    flex-direction: column;
    margin-top: 24px;
    gap: 24px;
}
}

/**/
.p-service-section__summary-link {
    margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
.p-service-section__summary-link {
    margin-top: 40px;
}
}
/*.p-service-section__summary-link-frame{
    --x-gradient: linear-gradient(90deg, #333 0 16px, transparent 0 calc(100% - 16px), #333 calc(100% - 16px));
    --y-gradient: linear-gradient(#333 0 16px, transparent 0 calc(100% - 16px), #333 calc(100% - 16px));
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: top, right, bottom, left;
}
.p-service-section__summary-link:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/service_link_icon_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
    position: absolute;
    content: "";
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
.p-service-section__summary-link:hover:before{
    right: 8px;
}
}*/

.p-service-section__head-title + .p-service-section__head-text{
    margin-top: 48px;
}
@media screen and (max-width: 767px) {
.p-service-section__head-title + .p-service-section__head-text{
    margin-top: 32px;
}
}
.p-service-section__head-text + .p-service-section__head-text{
    margin-top: 1em;
}
.c-overview-card {
    padding: 32px;
    /*border: 1px solid #C3C3C3;*/
    background: #fff;
}
@media screen and (max-width: 767px) {
.c-overview-card {
    padding: 24px;
}
}
.c-overview-card__body {
    margin-top: 24px;
}
.c-overview-card__body--flex {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
.c-overview-card__body--flex {
    flex-direction: column;
    margin-top: 24px;
}
}
.c-overview-card__body--flex .c-overview-card__image-wrap{
    margin-top: 0;
    flex-shrink: 0;
}
.c-overview-card__image {
    max-width: 100%;
    width: unset;
}


.c-overview-card__title {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    border-left: 4px solid #000000;
    line-height: 1.45;
}
@media screen and (max-width: 767px) {
.c-overview-card__title {
    font-size: 16px;
}
}


.c-overview-card__subtitle{
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
    background: #E7E7E7;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
.c-overview-card__subtitle{
    margin-top: 32px;
}
}
.c-overview-card__link{
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
    display: block;
}
.c-overview-card__text .--small{
    font-size: 14px;
}
.c-overview-card__text + .c-overview-card__text{
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
.c-overview-card__text + .c-overview-card__text{
    margin-top: 24px;
}
}
.c-overview-card__subtitle + .c-overview-card__text{
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
.c-overview-card__subtitle + .c-overview-card__text{
    margin-top: 24px;
}
}
.c-overview-card__textlink{
    font-weight: 700;
    margin-top: 24px;
    display: block;
}
.c-overview-card__image-wrap +.c-overview-card__textlink{
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
.c-overview-card__image-wrap +.c-overview-card__textlink{
    margin-top: 24px;
}
}
.c-overview-card__list{
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
.c-overview-card__list{
    margin-top: 32px;
}
}
.c-overview-card__list-item {
    padding-left: 20px;
    position: relative;
    line-height: 1.8;
}
.c-overview-card__list-item::before{
    position: absolute;
    content: "";
    background: #333;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 9px;
}
.c-overview-card__list-item + .c-overview-card__list-item{
    margin-top: 16px;
}
.c-overview-card__list-item .--bold{
    font-weight: 700;
}


.c-example-list__list{
    margin-top: 32px;
}
.c-example-list__item:nth-child(n+2){
    border-top: 1px solid #CCCCCC;
}
.c-example-list__item{
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 32px 0;
}
.c-example-list__item:first-child{
    padding-top: 0;
}
.c-example-list__item:last-child{
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
.c-example-list__item{
    flex-direction: column;
    gap: 24px;
}
}
.c-example-list__link{
    margin-top: 16px;
}
.c-example-list__title{
    font-weight: 700;
}
.c-overview-card__image-wrap{
    margin-top: 32px;
}
.c-overview-card__image-wrap--center{
    text-align: center;
}
@media screen and (max-width: 767px) {
.c-overview-card__image-wrap{
    margin-left: auto;
    margin-right: auto;
}
}
.c-overview-card__text + .c-overview-card__image-wrap{
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
.c-overview-card__text + .c-overview-card__image-wrap{
    margin-top: 32px;
}
}
.p-service-contact__text{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.p-service-contact__link{
    width: 100%;
    max-width: 400px;
    height: 72px;
    display: flex;
    align-items: center;
    background: #000000;
    margin: 48px auto 0;
    padding: 0 24px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.32);
    top: 0;
    left: 0;
    position: relative;
    transition: all 0.3S;
    justify-content: center;
}
@media screen and (max-width: 767px) {
.p-service-contact__link{
    margin-top: 32px;
}
}
@media (min-width: 768px) {
.p-service-contact__link:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    top: 4px;
    left: 4px;
}
}
.p-service-contact__link-group{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    justify-content: center;

}
@media screen and (max-width: 767px) {
.p-service-contact__link-group{
    margin-top: 32px;
}
}
.p-service-contact__link-group > .p-service-contact__link{
    margin: 0;
}
.p-service-contact__link-text{
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-right: 44px;
}
.p-service-contact__link-text:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/service_link_icon_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*.p-service-section--contact{
    padding: 116px;
}
@media screen and (max-width: 767px) {
.p-service-section--contact{
    padding: 64px;
}
}*/

/**/
.p-lab-list__item + .p-lab-list__item  {
    margin-top: 32px;
}
.p-lab-list__image-wrap {
    float: left;
    margin-right: 40px;
    margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
.p-lab-list__image-wrap {
    margin: 0 auto 32px;
    float: unset;
}
}
.p-lab-list__text{
    margin-top: 36px;
}
@media screen and (max-width: 767px) {
.p-lab-list__text{
    margin-top: 24px;
}
}
.p-lab-list__link {
    /*border: 1px solid #C3C3C3;*/
    display: block;
    padding: 40px;
    background: #fff;
}
@media screen and (max-width: 767px) {
.p-lab-list__link{
   padding: 24px;
}
}
.c-overview-card__body--grid-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 32px;
    margin-top: 48px;
}

@media screen and (max-width: 767px) {
.c-overview-card__body--grid-2 {
    grid-template-columns: auto;
    gap: 24px;
    margin-top: 32px;
}
}
.c-overview-card__body.c-overview-card__body--grid-2 {
    margin-top: 0;
}
.c-overview-card__image-link{
    display: block;
    line-height: 1;
}
.c-overview-card__body--grid-2 .c-overview-card__image{
    width: 100%;
}
.c-overview-card__image-title {
    margin-top: 24px;
    font-weight: bold;
}

.c-overview-card__image-text {
    margin-top: 16px;
}
.c-loupe-icon{
    position: relative;
}
.c-loupe-icon::before{
    width: 32px;
    height: 32px;
    background-image: url("../images/service_loupe_icon.png.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    right: 8px;
    bottom: 8px;
}
.u-border-glay{
    border: 1px solid #C3C3C3;
}
.p-genelative-list{
    margin-top: 48px;
}
.p-genelative-list__item{
    max-width: 480px;
}
@media screen and (max-width: 767px) {
.p-genelative-list{
    margin-top: 32px;
}
}
.p-genelative-list__link {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.p-genelative-list__bottom {
    margin-top: auto;
}
.p-genelative-list__category{
    margin-top: 0;
}

.c-overview-card-list__item {
    display: flex;
    gap: 40px;
    padding-top: 42px;
    padding-bottom: 40px;
    border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
.c-overview-card-list__item {
    gap: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
}
}
.c-overview-card-list__image-wrap {
    flex-shrink: 0;
}

.c-overview-card-list__item:nth-child(n+2) {
    padding-bottom: 0;
}

.c-overview-card-list__text {
    margin-top: 16px;
}

.c-overview-card-list__contact-link {
    margin-top: 24px;
    display: inline-block;
    font-weight: 700;
    padding-right: 26px;
    position: relative;
    line-height: 1;
    transition: all 0.3s;
}

.c-overview-card-list__contact-link::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 10px;
    background-image: url(../images/service_contact_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.c-overview-card-list {
    margin-top: 48px;
}
@media screen and (max-width: 767px) {
.c-overview-card-list {
    margin-top: 32px;
}
}
.c-overview-card-list__link{
    transition: all 0.3s;
}
@media screen and (min-width: 768px) {
.c-overview-card-list__link:hover,.c-overview-card-list__contact-link:hover {
    opacity: 0.64;
}
}

.p-service-section__text-wrap{
    margin-top: 48px;
}
@media screen and (max-width: 767px) {
.p-service-section__text-wrap{
    margin-top: 32px;
}
}
.p-service-section__text .--small{
    font-size: 14px;
}
.p-service-section__image-wrap{
    margin-top: 48px;
}
@media screen and (max-width: 767px) {
.p-service-section__image-wrap{
    margin-top: 32px;
}
}
.p-service-section__image-caption{
    font-size: 14px;
    text-align: center;
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
.p-service-section__image-caption{
    margin-top: 16px;
}
}
.p-service-section__inner .p-service-section__subtitle-wrap:first-child{
    margin-top: 0;
}
.p-service-section__subtitle-wrap + .p-service-section__text-wrap{
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
.p-service-section__subtitle-wrap + .p-service-section__text-wrap{
    margin-top: 24px;
}
}
.p-service-section__text-wrap + .p-service-section__subtitle-wrap{
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
.p-service-section__text-wrap + .p-service-section__subtitle-wrap{
    margin-top: 56px;
}
}
.p-service-section__image-wrap + .p-service-section__subtitle-wrap{
    margin-top: 104px;
}
@media screen and (max-width: 767px) {
.p-service-section__image-wrap + .p-service-section__subtitle-wrap{
    margin-top: 64px;
}
}
.p-service-section__btn-wrap + .p-service-section__subtitle-wrap{
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
.p-service-section__btn-wrap + .p-service-section__subtitle-wrap{
    margin-top: 64px;
}
}
.p-service-section__subtitle-wrap{
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
.p-service-section__subtitle-wrap{
    margin-top: 56px;
}
}
.p-service-section__subtitle{
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    border-left: 4px solid #000000;
    line-height: 1.45;
}
.p-service-section__catch-wrap{
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
.p-service-section__catch-wrap{
    margin-top: 24px;
}
}
.p-service-section__catch{
    font-weight: 700;
}
.p-service-section__block{
    margin-top: 32px;
    display: flex;
    gap: 40px;
    align-items: center;
}
@media screen and (max-width: 767px) {
.p-service-section__block{
    margin-top: 24px;
    flex-direction: column;
    gap: 20px;
}
}
.p-service-section__block--gap-large{
    gap: 80px;
}
@media screen and (max-width: 1099px) {
.p-service-section__block--gap-large{
    gap: 56px;
}
}
@media screen and (max-width: 767px) {
.p-service-section__block--gap-large{
    gap: 40px;
}
}
.p-service-section__block + .p-service-section__block{
    margin-top: 120px;
}
@media screen and (max-width: 767px) {
.p-service-section__block + .p-service-section__block{
    margin-top: 64px;
}
}
.p-service-section__block--reverse{
    flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
.p-service-section__block--reverse{
    flex-direction: column;
}
}
.p-service-section__block-title{
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
.p-service-section__block-title{
    font-size: 20px;
}
}
.p-service-section__block-title + .p-service-section__block-text{
    margin-top: 24px;
}
.p-service-section__block-text + .p-service-section__block-title{
    margin-top: 48px;
}
@media screen and (max-width: 767px) {
.p-service-section__block-text + .p-service-section__block-title{
    margin-top: 32px;
}
}

.p-service-section__block-image-wrap{
    flex-shrink: 0;
}
@media screen and (max-width: 1099px) and  (min-width: 768px)  {
.p-service-section__block-image-wrap{
    max-width: 40%;
}
}
.c-link-btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    height: 72px;
    background: #000000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s;
}
.c-link-btn:before {
    width: 28px;
    height: 28px;
    background-image: url(../images/service_link_icon_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
    position: absolute;
    content: "";
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
.c-link-btn:hover:before{
    right: 8px;
}
}
.p-service-section__btn-wrap{
    margin-top: 56px;
}
@media screen and (max-width: 767px) {
.p-service-section__btn-wrap{
    margin-top: 40px;
}
}
.p-service-section__btn-link{
    margin: 0 auto;
}

.u-title-bg-black{
    line-height: 1.45;
    min-height: 42px;
    display: block;
    color: #fff;
    background: #333;
    padding: 4px 16px !important;
    width: fit-content;
}
.Title_notice{
text-align: center;
}

.c-icon-commingsoon{
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
    margin-left: 8px;
}

/*20251001追記*/
.p-service-section__block-image{
    width: unset !important;
    max-width: 100%;
}
.p-kv__subtitle{
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
}
.c-slide-list__item img:not(.p-genelative-list__image){
    max-width: 264px;
    max-height: 148px;
}
.swiper-slide,.p-related-list__link,.p-related-list__title-wrap{
    /*height: fit-content !important;*/
}