@charset "utf-8";

/*==========================
article header
==========================*/
.article__header {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
}

.mainvisual__image {
    width: 100%;
}

.main__titles {
    position: absolute;
    width: 587px;
    height: 587px;
    padding: 180px 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(10px);
    bottom: -222px;
    left: -36px;
}

.main__title {
    color: var(--primary-black, #1C1C1C);
    font-size: 4rem;
    line-height: normal;
    font-weight: 400;
    text-align: center;
}

.main__subtitle {
    font-size: 3rem;
    line-height: 1.7;
    text-align: center;
}

/* main sp */
@media screen and (max-width:769px) {
    .article__header {
        height: auto;
    }

    .main__titles {
        width: 180px;
        height: 180px;
        padding: 57px 0;
        left: -7px;
        bottom: -65px;
    }

    .main__title {
        font-size: 1.6rem;
    }

    .main__subtitle {
        font-size: 1.2rem;
    }
}/* sp 769px */

/* section__newstopic */
.section__newstopic {
    background: var(--primary-lightblue);
    padding: 126px 70px;
    position: relative;
}

.news__contents {
    max-width: 1100px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: none;
    padding: 43px 60px;
    margin: 0 auto 20px;
}


.news__category {
    font-size: 1.6rem;
}

.news__category time {
    margin-right: 10px;
}

.news__kind {
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 3px 17px;
    border-radius: 5px;
    margin-left: 20px;
}

.news__kindA {
    background-color: var(--primary-blue);
}

.news__kindB {
    background-color: var(--primary-orange);
}

.news__title {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news__img {
    object-fit: contain;
    display: block;
    margin: 100px auto 70px;
}

.news__txt {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 20px;
}

.news__txt-sub {
    font-size: 2rem;
}

.news__openfactory-kome {
    margin-bottom: 20px;
}

.news__imgtxt {
    font-size: 1.4rem;
    text-align: center;
    margin-top: -55px;
    margin-bottom: 50px;
}

.news__openfactory-list {
    font-size: 2rem;
    margin-top: 10px;
    padding-top: 20px;
}

.news__openfactory-form {
    color: var(--primary-orange);
    font-size: 2.4rem;
    text-decoration: underline;
    margin: 20px 0;
    text-align: center;
    cursor: pointer;
}

.news__openfactory-txtsub {
    text-decoration: line-through;
}

.news__openfactory-txtplus {
    color: #FF0000;
    font-weight: 500;
}

.btn__back {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    display: block;
    margin: 30px 0 0 137px;
    cursor: pointer;
}

.btn__back::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/triangle_blue-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: -32px;
}

.news__podcast {
    text-decoration: underline;
}

/* news__contents sp */
@media screen and (max-width: 769px){
    .section__newstopic {
        padding: 40px 12px;
    }

    .news__contents {
        max-width: 350px;
        padding: 35px 20px;
    }


    .news__category {
        font-size: 1.4rem;
    }

    .news__kind {
        font-size: 1.2rem;
        padding: 2px 10px;
        border-radius: 5px;
        margin-left: 20px;
    }

    .news__title {
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .news__img {
        margin: 35px auto 20px;
    }

    .news__txt {
        font-size: 1.4rem;
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .news__txt-sub {
        font-size: 1.6rem;
    }

    .news__imgtxt {
        font-size: 1.2rem;
        margin-top: -10px;
        margin-bottom: 5px;
    }

    .news__openfactory-list {
        font-size: 1.6rem;
        margin-top: 10px;
        padding-top: 20px;
    }

    .news__openfactory-form {
        font-size: 2.4rem;
        margin: 20px 0;
    }

    .btn__back {
        font-size: 1.4rem;
        margin: 30px 0 0 43px;
    }

    .btn__back::before {
        width: 15px;
        height: 15px;
        top: 4px;
        left: -26px;
    }
}/* sp 769px */