/* fv */
.fv {
    margin-top: 100px;
}

.fv_title {
    font-size: 80px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}

@media screen and (max-width: 1024px) {
    .fv_title {
        font-size: 80px;
    }
}

@media screen and (max-width: 768px) {
    .fv_title {
        font-size: 48px;
    }
}

.fv_subtitle {
    font-size: 14px;
    width: fit-content;
    line-height: 30px;
    height: 30px;
}

/* link */
.link_text {
    margin: 40px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8rem;
}

@media screen and (max-width: 768px) {
    .link_text {
        font-size: 16px;
        margin-top: 50px;
    }
}

.link_container {
    margin-top: 20px;
    line-height: 2.1rem;
}
.link_container h2 {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    border-left: 4px solid #F7E40B;
    min-height: 24px;
    height: fit-content;
    align-items: center;
    padding-inline: 16px;
    margin: 40px 0 10px 0px;
}
.link-content {
    padding: 6px;
}
.link-content .link-row {
    padding: 4px 0;
}
.link-content .link-row .external-icon {
    vertical-align: middle;
    margin-left: 0.4em;
    stroke: #333;
    fill: none;
    width: 17px;
    height: 17px;
    margin-top: -5px;
}
.link-content .link-row a:hover {
    color: #F7E40B;
}
.link-content .link-row a:hover .external-icon {
    stroke: #F7E40B;
}