@charset "utf-8";

/* ご購入前サポート [ /service-support/introduce/ ]
   保守・サポート体制 [ /service-support/after/ ]
====================================================================== */

/* ===============================================
 pagetitle
=============================================== */

.l-pagetitle {
    padding: 30px 0 70px;
}
.l-pagetitle__title {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-pagetitle {
        padding: 60px 0 50px;
    }
    .l-pagetitle__title {
        font-size: 3.6rem;
    }
}

/* ===============================================
 service-support-introduce__features
=============================================== */

.service-support-introduce__features {
    padding: 100px 0 30px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .service-support-introduce__features {
        padding: 60px 0 10px;
    }
}

/* ===============================================
 service-support-introduce__flow
=============================================== */

.service-support-introduce__flow {
    padding: 0 0 100px;
    background-color: #fff;
}
.service-support-introduce__flow-title {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--corp-color);
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.service-support-introduce__flow-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: var(--corp-color);
}
@media screen and (max-width: 767px) {
    .service-support-introduce__flow {
        padding: 0 0 60px;
    }
    .service-support-introduce__flow-title {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
}

/* flow-steps (納品までの流れ)  */

.flow-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--border-color);
}
.flow-steps__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    gap: 40px;
    padding: 25px 0 0;
}
.flow-steps__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 68px;
    left: 34px;
    bottom: -50px;
    width: 2px;
    background-color: var(--corp-color);
    transform: translateX(-50%);
}
.flow-steps__number {
    width: 68px;
    height: 68px;
    background-color: var(--corp-color);
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 8px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.flow-steps__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 0 20px;
}
.flow-steps__item:not(:last-child) .flow-steps__content {
    border-bottom: 1px solid var(--border-color);
}
.flow-steps__title {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--corp-color);
}
.flow-steps__text {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--txt-base-color);
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .flow-steps {
        padding: 0;
    }
    .flow-steps__item {
        gap: 25px;
        padding: 20px 0 0;
    }
    .flow-steps__item:not(:last-child)::before {
        top: 58px;
        left: 29px;
        bottom: -50px;
    }
    .flow-steps__number {
        width: 58px;
        height: 58px;
        font-size: 2rem;
    }
    .flow-steps__content {
        gap: 8px;
        padding: 0 0 20px;
    }
    .flow-steps__title {
        font-size: 2rem;
    }
    .flow-steps__text {
        font-size: 1.6rem;
        line-height: 1.7;
    }
}

/* ===============================================
 service-support-after__lead
=============================================== */

.service-support-after__lead {
    padding: 100px 0 0;
    background-color: #fff;
}
.service-support-after__lead__title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--corp-color);
}
.service-support-after__lead__text {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--txt-base-color);
}
@media screen and (max-width: 767px) {
    .service-support-after__lead {
        padding: 60px 0 0;
    }
    .service-support-after__lead__title {
        font-size: 2.4rem;
    }
}

/* ===============================================
 service-support-after__features
=============================================== */

.service-support-after__features {
    padding: 60px 0 10px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .service-support-after__features {
        padding: 50px 0 0;
    }
}

/* ===============================================
 service-support-after__location
=============================================== */

.service-support-after__location {
    padding: 0 0 100px;
    background-color: #fff;
}
.service-support-location__title {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-support-location__row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 60px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
}
.service-support-location__label {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--txt-base-color);
}
.service-support-location__value {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--txt-base-color);
    word-break: break-all;
}
.service-support-location__map-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px 40px;
}
.service-support-location__map-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 14px 20px;
    background-color: #fff;
    border: 1px solid var(--corp-color);
    border-radius: 6px;
    text-decoration: none;
    color: var(--txt-base-color);
    transition: all 0.3s ease-out;
    flex-shrink: 0;
    min-width: 150px;
    justify-content: center;
}
.service-support-location__map-btn-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--corp-color);
}
.service-support-location__map-btn-arrow {
    position: relative;
    width: 18px;
    height: 16px;
}
.service-support-location__map-btn-arrow::before,
.service-support-location__map-btn-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 0.575em;
    height: 1px;
    border-radius: 9999px;
    background-color: var(--txt-base-color);
    transform-origin: calc(100% - 0.5px) 50%;
}
.service-support-location__map-btn-arrow::before {
    transform: rotate(53deg);
}
.service-support-location__map-btn-arrow::after {
    transform: rotate(-53deg);
}
@media screen and (max-width: 767px) {
    .service-support-after__location {
        padding: 0 0 70px;
    }
    .service-support-location__title {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .service-support-location__row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 25px 0 30px;
    }
    .service-support-location__label {
        font-size: 1.8rem;
        font-weight: 500;
    }
    .service-support-location__value {
        font-size: 1.6rem;
    }
    .service-support-location__map-group {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .service-support-location__map-group > span {
        width: 100%;
    }
    .service-support-location__map-btn {
        gap: 10px;
        width: 100%;
    }
    .service-support-location__map-btn-text {
        font-size: 1.6rem;
        font-weight: 500;
    }
    .service-support-location__map-btn-arrow {
        position: relative;
        width: 18px;
        height: 16px;
    }
}
@media (hover: hover) {
    .service-support-location__map-btn:hover {
        background-color: var(--corp-color);
        border-color: var(--corp-color);
    }
    .service-support-location__map-btn:hover .service-support-location__map-btn-text {
        color: #fff;
    }
    .service-support-location__map-btn:hover .service-support-location__map-btn-arrow::before,
    .service-support-location__map-btn:hover .service-support-location__map-btn-arrow::after {
        background-color: #fff;
    }
}

/* ===============================================
 共通レイアウト
=============================================== */

/* 2カラム */

.service-support-features-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 5%;
    list-style: none;
    padding: 0 0 60px;
    margin: 0;
}
.service-support-features-2col__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.service-support-features-2col__image {
    width: 100%;
    border: 1px solid var(--border-color);
}
.service-support-features-2col__image img {
    width: 100%;
    height: auto;
    display: block;
}
.service-support-features-2col__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.service-support-features-2col__title {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--txt-base-color);
}
.service-support-features-2col__text {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--txt-base-color);
}
@media screen and (max-width: 767px) {
    .service-support-features-2col {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 0 50px;
    }
    .service-support-features-2col__item {
        gap: 30px;
    }
    .service-support-features-2col__content {
        gap: 10px;
    }
    .service-support-features-2col__title {
        font-size: 2rem;
        line-height: 1.6;
    }
    .service-support-features-2col__text {
        font-size: 1.6rem;
    }
}
