
/* h1 */
.ribbon-project__hdg1 {
    position: relative;
    width: 100%;
    min-height: 368px;
    background: url("/tohoku/ribbon_project/img/ribbon-bg.png") no-repeat center center;
    background-size: cover;
    background-color: #fee;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ribbon-project__hdg1-text {
    font-size: 4.6rem;
    font-weight: bold;
    color: #dc0849;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    .ribbon-project__hdg1 {
        background-image: url("/tohoku/ribbon_project/img/ribbon-bg-md.png");
        min-height: 300px;
    }

    .ribbon-project__hdg1-text {
        font-size: 3.7rem;
    }
}

@media (max-width: 560px) {
    .ribbon-project__hdg1 {
        background-image: url("/tohoku/ribbon_project/img/ribbon-bg-sp.png");
        min-height: 244px;
    }

    .ribbon-project__hdg1-text {
        font-size: 2.8rem;
    }
}

/* アンカーリンク */
.ribbon-links {
    padding-top: 29px;
    margin-bottom: 110px;
}

.ribbon-links__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px 0;
}

.ribbon-links__item {
    font-size: 1.8rem;
    white-space: nowrap;
}

.ribbon-links__item--content {
    text-decoration: none;
    color: #333;
    position: relative;
    padding-left: 28px;
    padding-right: 82px;
}

.ribbon-links__item--content::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 46%;
    width: 10px;
    height: 10px;
    border-left: 2px solid #dc0849;
    border-bottom: 2px solid #dc0849;
    transform: translateY(-50%) rotate(-45deg);
}

.ribbon-links__item--content::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 1px;
    height: 1.2em;
    background-color: #dc0849;
}

.ribbon-links__item:last-child .ribbon-links__item--content::after {
    content: none;
}

.ribbon-links__item--content:hover {
    color: #dc0849;
    text-decoration: underline;
}

.ribbon__hide-pc {
    display: none;
}

@media (max-width: 768px) {
    .ribbon-links {
        padding-top: 0;
        margin-bottom: 61px;
    }

    .ribbon-links__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .ribbon-links__item {
        font-size: 1.4rem;
        white-space: normal;
    }

    .ribbon-links__item--content {
        display: flex;
        padding-left: 43px;
        padding-right: 0;
    }

    .ribbon-links__item--content::before {
        left: 16px;
        top: 44%;
        border-left: 2px solid #dc0849;
        border-bottom: 2px solid #dc0849;
    }

    .ribbon-links__item--content::after {
        content: none;
    }

    .ribbon__hide-pc {
        display: block;
    }
}

/* 調整 */
.ribbon-project {
    scroll-padding-top: 20px;
}

.ribbon-project__content {
    background-color: #fee;
}

.ribbon-project__hdg2 {
    margin-top: 80px;
}

.ribbon-project__hdg2::before,
.ribbon-project__hdg3::before,
.ribbon-project__list > li::before {
    background-color: #dc0849;
}

.lyt-col.ribbon-project__col3 {
    width: 75%;
    margin: 40px auto 0;
}

@media (max-width: 768px) {
    .ribbon-project {
        scroll-padding-top: 10px;
    }

    .ribbon-project__hdg2 {
        margin-top: 60px;
    }
}
