@charset "UTF-8";
/* ---------------------------------------------
*   service-c-block-4
--------------------------------------------- */
.service-c-block-4 {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .service-c-block-4 {
        margin-top: 10px;
    }
}
.service-c-block-4__inner {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 23px;
    border-bottom: #b7b7b7 1px solid;
}
@media screen and (max-width: 767px) {
    .service-c-block-4__inner {
        flex-direction: column;
        gap: 10px;
    }
}
@media print, screen and (min-width: 768px) {
    .service-c-block-4__img {
        max-width: 290px;
    }
}
.service-c-block-4__img img {
    width: 100%;
    height: auto;
}
.service-c-block-4__txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 160%;
}
@media print and (max-width: 1140px), screen and (max-width: 1140px) {
    .service-c-block-4__txt--br {
        display: none !important;
    }
}

.service-c-block-4__inner h3 {
    font-weight: bold;
    color : #002563;
}

.service-c-block-4__contents {
    padding-bottom: 10px;
}

/* ---------------------------------------------
*   service-p-tech-section-1
--------------------------------------------- */
.service-p-tech-section-1 {
    margin-top: 88px;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1 {
        margin-top: 54px;
    }
}
.service-p-tech-section-1__ttl {
    color: var(--color-black-1);
    font-size: calc(36 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__ttl {
        font-size: calc(20 / var(--root-fz) * 1rem);
    }
}
.service-p-tech-section-1__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
        margin-top: 20px;
    }
}
.service-p-tech-section-1__item {
    display: contents;
}
.service-p-tech-section-1__link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__link {
        display: flex;
        -moz-column-gap: 10px;
             column-gap: 10px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .service-p-tech-section-1__link {
        transition: opacity var(--hover-duration);
    }
    .service-p-tech-section-1__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.service-p-tech-section-1__item:nth-of-type(n+4) .service-p-tech-section-1__link {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__item:nth-of-type(n+4) .service-p-tech-section-1__link {
        margin-top: 0;
    }
}

.service-p-tech-section-1__img {
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__img {
        width: 100%;
        flex-shrink: 0;
    }
}
.service-p-tech-section-1__img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all var(--hover-duration) ease;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__img img {
        height: auto;
    }
}
@media (hover: hover) and (pointer: fine) {
    .service-p-tech-section-1__link:hover .p-tech-section-1__img img {
        transform: scale(1.1);
    }
}

.service-p-tech-section-1__container {
    display: contents;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width : 100%;
    }
}
.service-p-tech-section-1__txt {
    display: block;
    margin-top: 20px;
    color: var(--color-base-1);
    font-family: var(--ff-noto-serif);
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__txt {
        margin-top: 0;
        font-size: calc(14 / var(--root-fz) * 1rem);
    }
}
.service-p-tech-section-1__body {
    display: contents;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__body {
        display: block;
    }
}
.service-p-tech-section-1__date {
    display: block;
    margin-block: 5px;
    color: var(--color-base-1);
    font-size: calc(15 / var(--root-fz) * 1rem);
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .service-p-tech-section-1__date {
        font-size: calc(10 / var(--root-fz) * 1rem);
    }
}

/* ---------------------------------------------
*   p-tech-category-section-1__ttl h2
--------------------------------------------- */
.p-tech-category-section-1__ttl h2 {
    background: url(/corporate/technology/rd/img/tech/service/lifestyle_icon.png) 5px 15px no-repeat;
    padding-left:47px;
}
@media screen and (max-width: 767px) {
    .p-tech-category-section-1__ttl h2 {
        background: url(/corporate/technology/rd/img/tech/service/sp/lifestyle_icon.png) 5px 0 no-repeat;
        padding-left:42px;
    }
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1__inner {
    max-width: 100%;
}

.c-cassette-1__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(180deg);
    width: 20px;
    height: 20px;
    background: url(/corporate/technology/rd/img/common/ico_arrow_left.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__inner::after {
        right: 8px;
        width: 12px;
        height: 12px;
    }
}

/* ---------------------------------------------
*   service-staff-block
--------------------------------------------- */
.service-staff-block {
    display: flex;
    justify-content: flex-start;
     margin: 80px auto 0;
    text-decoration: none;
    color: var(--color-base-1);
    transition: opacity 0.3s;
    padding:20px;
    max-width: 800px;
    background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
    .service-staff-block {
        margin-top: 10px;
    }
}
.service-staff-block__inner {
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    .service-staff-block__inner {
        flex-direction: column;
        gap: 10px;
        margin-left: 10px;
    }
}
@media print, screen and (min-width: 768px) {
    .service-staff-block__img {
        max-width: 140px;
        max-height: 140px;
    }
}
.service-staff-block__img img {
    max-width: 143px;
    max-height: 143px;
}

.service-staff-block__line {
    display:block;
    margin-top:10px;
}

@media print, screen and (min-width: 768px) {
    .service-staff-block__line {
        display: flex;
        align-items: flex-end;
        margin-top:10px;
    }
}

.service-staff-block__name_jp {
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-weight: 500;
    margin-right: 1em;
}
.service-staff-block__name_en {
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-weight: 500;
}

.service-staff-block__txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 160%;
    margin-right: 1em;
}

.service-staff-block__txt--addr {
    word-break: break-word;
}

@media print and (max-width: 1140px), screen and (max-width: 1140px) {
    .service-staff-block__txt--br {
        display: none !important;
    }
}

.service-staff-block__inner h3 {
    font-weight: bold;
    color : #fff;
    background-color: #757575;
    padding:2px 1em;
    width:max-content;
}

.service-staff-block__contents {
    padding-bottom: 10px;
}

/* ---------------------------------------------
*   service-staffs-block
--------------------------------------------- */
.service-staffs-block {
    margin: 80px auto 0;
    text-decoration: none;
    color: var(--color-base-1);
    transition: opacity 0.3s;
    max-width: 800px;
    background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
    .service-staff-block {
        margin-top: 10px;
    }
}

.service-staffs-block__section {
    display: flex;
    justify-content: flex-start;
    padding:20px;
}


.service-staffs-block__inner {
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
    .service-staffs-block__inner {
        flex-direction: column;
        gap: 10px;
        margin-left: 10px;
    }
}
@media print, screen and (min-width: 768px) {
    .service-staffs-block__img {
        max-width: 140px;
        max-height: 140px;
    }
}
.service-staffs-block__img img {
    max-width: 143px;
    max-height: 143px;
}

.service-staffs-block__line {
    display:block;
    margin-top:10px;
}

@media print, screen and (min-width: 768px) {
    .service-staffs-block__line {
        display: flex;
        align-items: flex-end;
        margin-top:10px;
    }
}

.service-staffs-block__name_jp {
    font-size: calc(24 / var(--root-fz) * 1rem);
    font-weight: 500;
    margin-right: 1em;
}
.service-staffs-block__name_en {
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-weight: 500;
}

.service-staffs-block__txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
    font-weight: 500;
    line-height: 160%;
    margin-right: 1em;
}
@media print and (max-width: 1140px), screen and (max-width: 1140px) {
    .service-staffs-block__txt--br {
        display: none !important;
    }
}

.service-staffs-block__inner h3 {
    font-weight: bold;
    color : #fff;
    background-color: #757575;
    padding:2px 1em;
    width:max-content;
}

.service-staffs-block__contents {
    padding-bottom: 10px;
}
