@charset "utf-8";

/* ==================================================================

    phone.css

=================================================================== */

/* --------------------------------
■共通
-------------------------------- */

/* --------------------------------
■service
-------------------------------- */
#service .service-cont {
    gap: 0 73px;
    margin-bottom: 40px;
}
#service .service-cont > .text {
    width: 420px;
}
#service .service-cont > figure img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.16);
}
#service .buttonStyle {
    margin-top: 40px;
}

@media only screen and (max-width: 1300px) {

    #service .service-cont {
        gap: 0 20px;
    }
}

@media only screen and (max-width: 767px) {

    #service .service-cont {
        gap: 26px 0;
        margin-bottom: 30px;
    }
    #service .buttonStyle {
        margin-top: 30px;
    }
}

/* --------------------------------
■strengths
-------------------------------- */
#strengths .list {
    gap: 63px 32px;
    margin-bottom: 57px;
}
    #strengths .list > li {
        width: calc(( 100% - 32px) / 2);
    }
#strengths figure img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
#strengths .strengths-ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    margin: 10px auto 20px;
    position: relative;
    color: #0F76C5;
}
    #strengths .strengths-ttl::after {
        background: #0F76C5;
        content: "";
        flex-grow: 1;
        height: 2px;
        margin-left: 20px;
    }
    #strengths .strengths-ttl em {
        font-size: 6rem;
        letter-spacing: 0;
        line-height: 1;
        margin-right: 10px;
    }

#strengths ul.list li:nth-child(2) .strengths-ttl {
    color: #B2AC8D;
}
    #strengths ul.list li:nth-child(2) .strengths-ttl::after {
        background: #B2AC8D;
    }
#strengths ul.list li:nth-child(3) .strengths-ttl {
    color: #B587B8;
}
    #strengths ul.list li:nth-child(3) .strengths-ttl::after {
        background: #B587B8;;
    }
#strengths ul.list li:nth-child(4) .strengths-ttl {
    color: #1F7B8F;
}
    #strengths ul.list li:nth-child(4) .strengths-ttl::after {
        background: #1F7B8F;
    }

@media only screen and (max-width: 767px) {

    #strengths .list {
        gap: 40px 0;
        margin-bottom: 30px;
    }
    #strengths .strengths-ttl {
        font-size: 2.2rem;
        margin: 9px auto;
    }
    #strengths .strengths-ttl em {
        font-size: 5rem;
    }
}

/* --------------------------------
■flow
-------------------------------- */
#flow .list li {
    position: relative;
    display: flex;
    align-items: stretch;
    background: var(--bg-color-white);
    padding: 32px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: -2px 0 0 0 rgba(67, 183, 198, 1);
}
#flow .list li:not(:last-of-type) {
    position: relative;
    margin-bottom: 25px;
}
    #flow .list li:not(:last-of-type)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 13px 11px 0 11px;
        border-color: #00B5AF transparent transparent;
        translate: -50% 100%;
        }
#flow .list li .flow-ttl {
    width: 140px;
    flex-shrink: 0;
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D4D4D4;
}
    #flow .list li .flow-ttl em {
        font-size: 2.8rem;
    }
#flow .list li .flow-cont {
    flex-grow: 1;
    padding: 0 60px;
}
#flow .list li .title.lv4 {
    margin-bottom: 16px;
    padding-left: 0;
}
    #flow .list li .title.lv4::before {
        content: none;
    }

@media only screen and (max-width: 767px) {

    #flow .list li {
        flex-direction: column;
        padding: 20px 4%;
    }
    #flow .list li .flow-ttl {
        position: absolute;
        right: 4%;
        width: fit-content;
        border-right: none;
    }
    #flow .list li .flow-cont {
        padding: 20px 0 0 0;
    }
}
