
/* news.css */


.news-sec {
    padding: 4rem 0 6rem;
}



.under-fv {
    position: relative;
    height: 30rem;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(../img/first/fv_first.webp);
}
.under-fv h1 {
    width: 95%;
    font-size: 3.5rem;
    text-align: center;
    color: #0bc3ab;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.under-fv h1 span {
    font-size: 1px;
    height: 0;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    padding: 0;
}
.breadcrumbs.container {
    padding: 2rem 1rem;
}
.breadcrumbs span, .breadcrumbs a {
    font-size: 1.2rem;
}
.breadcrumbs a {
    color: #0bc3ab;
}
.ttl {
    font-size: 2.4rem;
    text-align: center;
    position: relative;
    color: #d39f40;
    font-weight: 500;
    margin-bottom: 4rem;
}
.ttl span {
    font-size: 3rem;
}
h3 {
    font-size: 2rem;
    color: #0bc3ab;
}
@media screen and min-width 744px {
    .ttl {
        font-size: 3.5rem;
    }
    .under-fv, .faq {
        background-size: cover;
        background-image: 0 1x, url(../img/first/fv_first_pc@2x.webp) 2x);
    }
}