@charset "utf-8";

.worry-title > .large {
    font-size: 1.23em;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.worry-title > .dots {
    position: relative;
}

.worry-title > .dots:before {
    content: "";
    display: block;
    max-width: 0.7rem;
    width: 100%;
    height: 0.7rem;
    border-radius: 50%;
    background: #ffde50;
    position: absolute;
    top: -0.7rem;
    right: 0;
    left: 0;
    margin: auto;
}

.worry-area {
    max-width: 110rem;
    width: 100%;
    margin: 5rem auto 0;
}

.worry-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6.8rem;
}

.worry-frame01 {
    background-image: linear-gradient(180deg, rgba(214, 226, 254, 1), rgba(242, 245, 252, 1));
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    padding: 8rem 0 9rem;
}

.worry-frame02 {
    padding: 2rem 0 6.5rem;
}

.worry-answer-area {
    max-width: 110rem;
    width: 100%;
    margin: auto;
    position: relative;
}

.worry-answer-text {
    max-width: 85rem;
    width: 75%;
    margin: 0 0 0 23rem;
    position: relative;
    z-index: 9;
}

.worry-decoration01 {
    max-width: 16.4rem;
    width: 16.56%;
    position: absolute;
    top: -4rem;
    left: 0;
    margin: auto;
}

.system-lead-text {
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2.625em;
    margin: 6rem 0 0;
}

.system-area {
    background: var(--white);
    box-shadow: 0 0 0.8rem rgb(0 0 0 / 20%);
    margin: 10rem 0 0;
    position: relative;
}

.system-title {
    max-width: 36rem;
    width: 100%;
    background-image: linear-gradient(90deg, rgba(9, 60, 173, 1), rgba(69, 103, 183, 1));
    color: var(--white);
    text-align: center;
    padding: 1.3rem 1.5rem;
    margin: auto;
    position: absolute;
    top: -3rem;
    right: 0;
    left: 0;
}

.system-text-block {
    padding: 7rem 1.5rem 0;
}

.system-img-block {
    text-align: center;
    margin: 4rem 0 0;
}

.use-area {
    max-width: 110rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8rem;
    margin: 5rem auto 0;
}

.use-block {
    background: var(--white);
    box-shadow: 0 0 0.8rem rgb(0 0 0 / 20%);
    padding: 5rem 1.5rem;
    position: relative;
}

.use-block-inner {
    max-width: 98rem;
    width: 100%;
    margin: auto;
}

.use-number {
    max-width: 8.5rem;
    width: 100%;
    position: absolute;
    top: -4rem;
    left: -3.5rem;
}

.use-block:after {
    content: "";
    display: block;
    max-width: 8rem;
    width: 100%;
    height: 3rem;
    background-image: linear-gradient(20deg, rgba(10, 60, 173, 1), rgba(69, 103, 183, 1));
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    bottom: -6rem;
    right: 0;
    left: 0;
    margin: auto;
}

.use-block:last-child:after {
    display: none;
}

.use-content {
    margin: 2rem 0 0;
}

.use-card-group {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6rem;
}

.use-card {
    padding: 2rem;
    background: var(--quaternary);
}

.use-card-title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.use-card-text {
    margin: 2rem 0 0;
}

.use-card-btn {
    margin: 2rem auto 0;
}

.use-flex-area {
    display: flex;
    justify-content: space-between;
}

.use-left-block {
    max-width: 55rem;
    width: 56.12%;
}

.use-right-block {
    max-width: 37.6rem;
    width: 38.36%;
    text-align: center;
}

.use-tel {
    font-size: 3.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: center;
    color: var(--primary);
    margin: 3rem 0 0;
}

.use-tel-time {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1em;
    text-align: center;
    color: var(--primary);
    margin: 2rem 0 0;
}

.fare-group {
    max-width: 110rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8rem;
    margin: 6rem auto 0;
}

.fare-notes-text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 0.05em;
    line-height: 1.4em;
    margin: 0 0 0 2rem;
}

.fare-title-box {
    display: flex;
    align-items: center;
}

.fare-table {
    margin: 5rem 0 0;
}

.fare-card-btn {
    margin: 3rem 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    .worry-frame01 {
        padding: 6rem 0 6rem;
        clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    }

    .worry-list {
        gap: 4rem;
    }
    
    .worry-frame02 {
        padding: 1rem 0 4rem;
    }
    
    .worry-answer-text {
    margin: 0 0 0 17rem;
    }
    
    .system-lead-text {
        margin: 4rem 0 0;
    }
    
    .system-area {
        margin: 8rem 0 0;
    }
    
    .system-title {
        padding: 1.5rem;
        top: -3.5rem;
    }
    
    .system-text-block {
        padding: 5rem 1.5rem 0;
    }
    
    .system-img-block {
        margin: 3rem 0 0;
    }

    .worry-decoration01 {
        width: 13%;
    }
    
    .use-area {
        width: 95%;
        gap: 6rem;
        margin: 3rem auto 0;
    }
    
    .use-number {
        max-width: 6rem;
        left: -1.5rem;
    }
    
    .use-block {
        padding: 3rem 1.5rem;
    }
    
    .use-card-group {
        gap: 3rem;
    }
    
    .use-card-text {
        margin: 1.5rem 0 0;
    }
    
    .use-card-btn {
    line-height: 1.4;
    }

    .use-block:after {
        max-width: 6rem;
        height: 2rem;
        bottom: -4rem;
    }
    
    .use-tel {
        font-size: 3.2rem;
        margin: 2rem 0 0;
    }
    
    .use-tel-time {
        font-size: 1.6rem;
        margin: 1.5rem 0 0;
    }

    .fare-group {
        gap: 6rem;
        margin: 4rem auto 0;
    }
    
    .fare-table {
        margin: 3rem 0 0;
    }
    
    .fare-notes-text {
        font-size: 1.6rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    .worry-list {
        grid-template-columns: repeat(1,1fr);
    }
    
    .worry-list-item {
        max-width: 32.8rem;
        width: 100%;
        margin: auto;
    }

    .worry-answer-text {
    margin: 0 auto;
    }

    .use-card-group {
        grid-template-columns: repeat(1,1fr);
    }
    
    .use-flex-area {
        flex-direction: column;
    }
    
    .use-left-block {
        max-width: 100%;
        width: 100%;
    }
    
    .use-right-block {
        width: 100%;
        margin: 2rem auto 0;
    }

    .fare-card-btn {
        margin: 2rem auto 0;
        line-height: 1.4;
    }

    .fare-title-box {
        flex-direction: column;
    }
    
    .fare-notes-text {
        margin: 0;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {
    
    .system-lead-text {
        line-height: 2em;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */