/* --------------------
 Days
-------------------- */
.com-page-head__title img {
    width: 140px;
}

@media (min-width: 768px) {
    .com-page-head__title img {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title img {
        width: 324px;
    }
}

.overview {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 44px;
    margin: 0 auto 120px;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .overview {
        margin: 0 auto 150px;
        padding: 24px var(--c-pad) 0;
    }
}

.overview__main {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .overview__main {
        flex: 0 0 calc(50% - 20px);
    }
}

.overview__main__title {
    color: var(--color-sage-green);
    font-size: var(--fs24);
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1.66;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .overview__main__title {
        font-size: var(--fs30);
    }
}

.overview__main__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.89;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .overview__main__content p {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .overview__main__content p {
        font-size: var(--fs19);
    }
}

.overview__main__content p:last-child {
    margin-bottom: 0;
}

.overview__fig {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .overview__fig {
        flex: 0 0 calc(50% - 24px);
    }
}

.overview__fig img {
    border-radius: 0 20px;
}

@media (max-width: 991px) {
    .overview__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .overview__fig img {
        border-radius: 0 30px;
    }
}

.flow {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .flow .com-title {
        margin-bottom: 55px;
    }
}

.flow__item-wrapper {
    border-radius: 30px 30px 0 0;
    margin: 0 0 40px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .flow__item-wrapper {
        border-radius: 50px 50px 0 0;
    }
}

.flow__item {
    margin: 0 0 12px;
}

.flow__item:last-child {
    margin-bottom: 0;
}

.flow__item__head {
    align-items: stretch;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    padding: 80px 20px 12px;
    position: relative;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__item__head {
        min-height: 225px;
        padding: 12px 20px 12px;
    }
}

.flow__item__head__arrow {
    background-color: var(--color-white);
    border-radius: 50%;
    bottom: auto;
    height: 50px;
    margin: auto 0;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 50px;
}

@media (min-width: 768px) {
    .flow__item__head__arrow {
        bottom: 0;
        height: 74px;
        right: 30px;
        top: 0;
        width: 74px;
    }
}

.flow__item__head__arrow:after {
    background-image: url(../images/pages/days/days-flow-trigger-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 27px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg);
    transition: transform var(--duration) var(--cubic) 0s;
    width: 16px;
}

@media (min-width: 768px) {
    .flow__item__head__arrow:after {
        height: 44px;
        width: 26px;
    }
}

.flow__item__head__title {
    color: var(--color-white);
    font-size: var(--fs32);
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .flow__item__head__title {
        font-size: var(--fs40);
        margin: 0 auto 50px;
    }
}

.flow__item__head__title__icon {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.flow__item__head__title__icon span {
    bottom: 0;
    display: block;
    left: auto;
    position: absolute;
    right: auto;
    top: 0;
}

.flow__item__head__title__icon span.--icon-1 {
    left: 0;
}

.flow__item__head__title__icon span.--icon-1:before {
    background-image: url(../images/icons/icon-plant-03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 53px;
    left: -80px;
    position: absolute;
    width: 54px;
}

@media (min-width: 768px) {
    .flow__item__head__title__icon span.--icon-1:before {
        bottom: -16px;
        height: 80px;
        left: -130px;
        width: 81px;
    }
}

@media (min-width: 992px) {
    .flow__item__head__title__icon span.--icon-1:before {
        height: 88px;
        left: -190px;
        width: 90px;
    }
}

.flow__item__head__title__icon span.--icon-2 {
    right: 0;
}

.flow__item__head__title__icon span.--icon-2:before {
    background-image: url(../images/icons/icon-bus-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    right: -90px;
    width: 71px;
}

@media (min-width: 768px) {
    .flow__item__head__title__icon span.--icon-2:before {
        bottom: -20px;
        height: 60px;
        right: -130px;
        width: 107px;
    }
}

@media (min-width: 992px) {
    .flow__item__head__title__icon span.--icon-2:before {
        height: 85px;
        right: -240px;
        width: 152px;
    }
}

.flow__item__head__title__icon span.--icon-3 {
    left: 0;
}

.flow__item__head__title__icon span.--icon-3:before {
    background-image: url(../images/icons/icon-stationery-04.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 53px;
    left: -100px;
    position: absolute;
    width: 79px;
}

@media (min-width: 768px) {
    .flow__item__head__title__icon span.--icon-3:before {
        bottom: -20px;
        height: 96px;
        left: -200px;
        width: 143px;
    }
}

@media (min-width: 992px) {
    .flow__item__head__title__icon span.--icon-3:before {
        height: 106px;
        left: -260px;
        width: 158px;
    }
}

.flow__item__head__title__icon span.--icon-4 {
    right: 0;
}

.flow__item__head__title__icon span.--icon-4:before {
    background-image: url(../images/icons/icon-star-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    content: "";
    display: block;
    height: 53px;
    position: absolute;
    right: -80px;
    width: 40px;
}

@media (min-width: 768px) {
    .flow__item__head__title__icon span.--icon-4:before {
        bottom: -10px;
        height: 87px;
        right: -120px;
        width: 65px;
    }
}

@media (min-width: 992px) {
    .flow__item__head__title__icon span.--icon-4:before {
        height: 96px;
        right: -170px;
        width: 72px;
    }
}

.flow__item__head__title__icon span.--icon-5 {
    left: 0;
}

.flow__item__head__title__icon span.--icon-5:before {
    background-image: url(../images/icons/icon-butterfly-02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 59px;
    left: -100px;
    position: absolute;
    width: 87px;
}

@media (min-width: 768px) {
    .flow__item__head__title__icon span.--icon-5:before {
        bottom: -10px;
        height: 75px;
        left: -160px;
        width: 111px;
    }
}

@media (min-width: 992px) {
    .flow__item__head__title__icon span.--icon-5:before {
        height: 77px;
        left: -210px;
        width: 114px;
    }
}

.flow__item__head__title__icon span.--icon-6 {
    right: 0;
}

.flow__item__head__title__icon span.--icon-6:before {
    background-image: url(../images/icons/icon-rabbit-02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -20px;
    content: "";
    display: block;
    height: 59px;
    position: absolute;
    right: -90px;
    width: 66px;
}

@media (min-width: 768px) {
    .flow__item__head__title__icon span.--icon-6:before {
        bottom: -40px;
        height: 103px;
        right: -140px;
        width: 115px;
    }
}

@media (min-width: 992px) {
    .flow__item__head__title__icon span.--icon-6:before {
        height: 146px;
        right: -260px;
        width: 164px;
    }
}

.flow__item__head__note {
    background-color: var(--color-white);
    border-radius: 12px;
    margin: 0 auto;
    max-width: 810px;
    padding: 8px 12px;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__item__head__note {
        border-radius: 20px;
        padding: 8px 20px;
    }
}

.flow__item__head__note p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .flow__item__head__note p {
        font-size: var(--fs20);
    }
}

@media (min-width: 992px) {
    .flow__item__head__note p {
        font-size: var(--fs22);
    }
}

.flow__item__head:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .flow__item__head:hover {
        opacity: 0.65;
    }
}

.flow__item__list {
    align-items: stretch;
    background-color: #ffffff;
    display: none;
    flex-flow: row wrap;
    gap: 0 44px;
    justify-content: flex-start;
    padding: 40px 16px;
}

@media (min-width: 768px) {
    .flow__item__list {
        padding: 44px 38px;
    }
}

.flow__item__list__item {
    flex: 0 0 100%;
    margin: 0 0 50px;
    padding: 0 0 50px;
    position: relative;
}

@media (min-width: 768px) {
    .flow__item__list__item {
        flex: 0 0 calc(50% - 22px);
    }
}

@media (min-width: 992px) {
    .flow__item__list__item {
        flex: 0 0 calc(33.33333% - 29.33333px);
    }
}

.flow__item__list__item:before {
    background-image: url(../images/pages/days/days-flow-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -16px;
    content: "";
    display: block;
    height: 34px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: rotate(90deg);
    width: 22px;
}

@media (min-width: 768px) {
    .flow__item__list__item:before {
        display: none;
    }
}

.flow__item__list__item:after {
    background-image: url(../images/commons/com-dashed-line-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 2px;
    bottom: 0;
    content: "";
    display: none;
    height: 2px;
    left: 0;
    margin: 0;
    max-width: var(--container-width);
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

@media (min-width: 768px) {
    .flow__item__list__item:after {
        display: block;
    }
}

.flow__item__list__item__fig {
    margin: 0 0 16px;
    padding: 0 0 0 12px;
    position: relative;
    text-align: right;
}

.flow__item__list__item__fig:after {
    background-image: url(../images/pages/days/days-flow-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 8px;
    content: "";
    display: none;
    height: 34px;
    left: auto;
    margin: auto;
    position: absolute;
    right: -28px;
    top: auto;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 22px;
}

@media (min-width: 768px) {
    .flow__item__list__item__fig:after {
        display: block;
    }
}

.flow__item__list__item__fig img {
    border-radius: 0 20px;
}

@media (max-width: 991px) {
    .flow__item__list__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .flow__item__list__item__fig img {
        border-radius: 0 30px;
    }
}

.flow__item__list__item__fig__time {
    background-color: var(--color-white);
    border: 3px solid #a1ccb7;
    border-radius: 12px;
    bottom: -8px;
    font-size: var(--fs20);
    font-weight: 900;
    left: -8px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 8px 8px 8px calc(8px + 0.05em);
    position: absolute;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .flow__item__list__item__fig__time {
        border-width: 5px;
        font-size: var(--fs24);
        padding: 12px 8px 12px calc(8px + 0.05em);
    }
}

@media (min-width: 992px) {
    .flow__item__list__item__fig__time {
        border-radius: 16px;
    }
}

@media (min-width: 1240px) {
    .flow__item__list__item__fig__time {
        font-size: var(--fs30);
        padding: 16px 12px 16px calc(12px + 0.05em);
    }
}

@media (max-width: 767px) {
    .flow__item__list__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .flow__item__list__item:last-child:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .flow__item__list__item--no-angle {
        padding-bottom: 0;
    }

    .flow__item__list__item--no-angle:before {
        display: none;
    }
}

.flow__item__list__item--no-angle .flow__item__list__item__fig:after {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .flow__item__list__item:nth-child(2n) .flow__item__list__item__fig:after {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .flow__item__list__item:nth-child(3n) .flow__item__list__item__fig:after {
        display: none;
    }
}

.flow__item__list__item__main__title {
    color: #77454e;
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.61;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .flow__item__list__item__main__title {
        font-size: var(--fs24);
    }
}

@media (min-width: 1240px) {
    .flow__item__list__item__main__title {
        font-size: var(--fs26);
    }
}

.flow__item__list__item__main__title .--small {
    color: var(--color-charcoal);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .flow__item__list__item__main__title .--small {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .flow__item__list__item__main__title .--small {
        font-size: var(--fs22);
    }
}

.flow__item__list__item__main__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.63;
    margin: 0;
}

@media (min-width: 768px) {
    .flow__item__list__item__main__content p {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .flow__item__list__item__main__content p {
        font-size: var(--fs22);
    }
}

.flow__item__list__item--note {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    justify-content: stretch;
}

@media (min-width: 992px) {
    .flow__item__list__item--note {
        flex: 0 0 100%;
    }
}

.flow__item__list__item__note {
    align-items: center;
    border-radius: 20px;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto;
    max-width: 650px;
    padding: 30px 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__item__list__item__note {
        border-radius: 30px;
        flex-direction: row;
        gap: 30px;
        min-height: 200px;
    }
}

@media (min-width: 992px) {
    .flow__item__list__item__note {
        min-height: 240px;
    }
}

.flow__item__list__item__note:before {
    background-image: url(../images/icons/icon-clock-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 60px;
    width: 60px;
}

@media (min-width: 768px) {
    .flow__item__list__item__note:before {
        height: 68px;
        width: 68px;
    }
}

.flow__item__list__item__note p {
    color: var(--color-white);
    font-size: var(--fs19);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .flow__item__list__item__note p {
        font-size: var(--fs28);
    }
}

@media (min-width: 1240px) {
    .flow__item__list__item__note p {
        font-size: var(--fs28);
    }
}

.flow__item__list__item__note p .--small {
    font-size: var(--fs15);
    letter-spacing: inherit;
}

@media (min-width: 768px) {
    .flow__item__list__item__note p .--small {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .flow__item__list__item__note p .--small {
        font-size: var(--fs22);
    }
}

.flow__item__list__item__note--orange {
    background-color: var(--color-orange);
}

.flow__item__list__item__note--green {
    background-color: #5ba681;
}

.flow__item--1 .flow__item__head {
    background-color: var(--color-mint-green);
}

.flow__item--1 .flow__item__list__item:nth-child(7) {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .flow__item--1 .flow__item__list__item:nth-child(7) {
        margin-bottom: 0;
    }
}

.flow__item--1 .flow__item__list__item:nth-child(7):after {
    display: none;
}

.flow__item--1 .flow__item__list__item:nth-child(8) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.flow__item--1 .flow__item__list__item:nth-child(8):after {
    display: none;
}

.flow__item--2 .flow__item__head {
    background-color: #5ba681;
}

.flow__item--2 .flow__item__list__item:nth-child(7) {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .flow__item--2 .flow__item__list__item:nth-child(7) {
        margin-bottom: 0;
    }
}

.flow__item--2 .flow__item__list__item:nth-child(7):after {
    display: none;
}

.flow__item--2 .flow__item__list__item:nth-child(8) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.flow__item--2 .flow__item__list__item:nth-child(8):after {
    display: none;
}

.flow__item--3 .flow__item__head {
    background-color: var(--color-mint-green);
}

.flow__item--3 .flow__item__list__item--note {
    flex: 0 0 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .flow__item--3 .flow__item__list__item:nth-child(4), .flow__item--3 .flow__item__list__item:nth-child(5), .flow__item--3 .flow__item__list__item:nth-child(6) {
        margin-bottom: 30px;
    }
}

.flow__item--3 .flow__item__list__item:nth-child(7) {
    margin-bottom: 0;
    padding-bottom: 0;
}

.flow__item--3 .flow__item__list__item:nth-child(7):after {
    display: none;
}

.flow__item.-active .flow__item__head {
    opacity: 1;
}

.flow__item.-active .flow__item__head__arrow:after {
    transform: rotate(0deg);
}

.flow__note {
    margin: 0 auto;
    max-width: 1160px;
}

.flow__note p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.95;
    margin: 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

@media (min-width: 768px) {
    .flow__note p {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .flow__note p {
        font-size: var(--fs22);
    }
}