@charset "utf-8";

.schedule_ttl {
    color: var(--blue);
    letter-spacing: -0.03em;
    font-weight: 700;
    line-height: 1.2;
}
.schedule_note {
    font-size: 14rem;
    line-height: 1.7;
}
.flow_list {
    display: flex;
}
.flow_list_arrow {
    position: relative;
}
.flow_list_arrow::after {
    content: "";
    display: block;
    background-color: var(--blue);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.flow_num {
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.2;
    font-weight: 700;
    color: var(--blue);
}
.flow_content {
    display: flex;
}
.flow_icon {
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_txt_wrap {
    border: 1px solid var(--blue);
}
.flow_txt {
    line-height: 1.1;
    color: var(--blue);
    font-weight: 700;
}
.flow_note {
    font-size: 14rem;
    line-height: 1.7;
}
@media (min-width: 769px) {
    .schedule_ttl {
        font-size: 35rem;
        padding-bottom: 40rem;
    }
    .schedule_note {
        padding-block: 40rem 120rem;
    }
    .flow_list {
        justify-content: center;
        min-width: 100%;
    }
    .flow_list li:not(.flow_list_arrow) {
        min-width: 72rem;
        position: relative;
    }
    .flow_list_arrow {
        width: 68rem;
    }
    .flow_list_arrow::after {
        width: 20rem;
        height: 25rem;
        clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    }
    .flow_num {
        font-size: 28rem;
    }
    .flow_content {
        margin-top: 10rem;
        flex-direction: column;
        height: calc(100% - 44rem);
    }
    .flow_icon {
        width: 100%;
        height: 72rem;
    }
    .flow_icon img {
        width: 42rem;
    }
    .flow_txt_wrap {
        width: 100%;
        height: calc(100% - 72rem);
        padding: 16rem 24rem;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 10rem;
    }
    .flow_txt {
        writing-mode: vertical-rl;
        font-size: 24rem;
        white-space: nowrap;
    }
    .flow_txt_en {
        letter-spacing: 0.05em;
        display: inline-flex;
        gap: 8rem;
        margin-bottom: 6rem;
    }
    .flow_txt_en_word {
        display: inline-block;
        rotate: -90deg;
    }
    .flow_txt_en_word_l {
        margin-bottom: -0.2em;
    }
    .flow_note {
        padding-block: 40rem 80rem;
    }
}
@media (max-width: 768px) {
    .subpage_bottom_space_sp .side_border {
        padding-bottom: 0
    }
    .mv_ttl_ja {
        font-size: 48rem;
        white-space: nowrap;
    }
    .schedule_ttl {
        font-size: 28rem;
        padding-bottom: 24rem;
    }
    .schedule_tap_txt {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16rem;
        font-weight: 700;
        line-height: 1.7;
        padding-top: 16rem;
        gap: 4rem;
    }
    .icon_tap {
        width: 15rem;
    }
    .schedule_note {
        padding-block: 24rem 90rem;
    }
    .flow_list {
        flex-direction: column;
        padding: 34rem 16rem 0;
    }
    .flow_list li {
        width: 100%;
        position: relative;
    }
    .flow_list li:not(.flow_list_arrow) {
        display: flex;
    }
    .flow_list_arrow {
        height: 51rem;
    }
    .flow_list_arrow::after {
        width: 19rem;
        height: 15rem;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }
    .flow_num {
        font-size: 28rem;
        position: absolute;
        left: 0;
        bottom: 100%;
    }
    .flow_content {
        width: 100%;
    }
    .flow_icon {
        width: 48rem;
        min-width: 48rem;
        height: 100%;
    }
    .flow_icon img {
        width: 29rem;
    }
    .flow_txt_wrap {
        width: 100%;
        height: 100%;
        padding: 16rem;
    }
    .flow_txt {
        font-size: 20rem;
    }
    .flow_note {
        padding-block: 24rem 85rem;
    }
}