@charset "UTF-8";
/* =========================================
article header
============================================ */
.article__header{
    position: relative;
}

.article__header::after{
    content: '';
    background-image: url(..//images/main-shape.png);
    display: block;

    width: 100%;
    height: 100%;
    /* height: 35.2vw; */

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
 
    position: absolute;
    left: 0;
    top: 1px;
    
    /* left: 0;
    bottom: -1vw;
    z-index: 1; */
}

.features__mainVisual{
    object-fit: cover;
    /* height: 100vh; */
    width: 100%;
}

.section__topic.white{
    color: #FFF;
    position: absolute;
    z-index: 1;

    top: 40%;
    left: 50%;

    transform: translate(-50%,-50%);
}

/* =========================================
Features
============================================ */
.section--features{
    background-color: #E9E6E1;
}

.subTopic__group{
    padding: 25px var(--contentPadding, 5.3%);
}

.subTopic{
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
}

.subTopic__txt{
    font-family: "Zen Old Mincho";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 22px;
}

.features__list{
    padding: 25px 0 75px;

    /* background-color: #E9E6E1; */
}

.features__item{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    position: relative;

    padding: 0 20% 0 0;
}

.features__item:first-of-type{
    margin-top: 0;
}

/* .features__item.separate{
    width: 375px;
    margin-left: auto;
} */

.separate{
    padding: 0 0 0 20%;
}

.features__item img{
    display: block;
    width: 100%;
}

.features__img-separate{
    display: block;
    margin-left: auto;

    width: 100%;
}

/* .number{
    color: var(--primary--white, #FFF);
    font-family: "Noto Serif Display", serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.8;
    position: absolute;
    top: 235px;
    left: 10px;
    text-shadow: 1px 1px 5px var(--primary--darkbrown, #696050);
} */

/* .number-separate{
    color: var(--primary--white, #FFF);
    font-family: "Noto Serif Display", serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.8;
    position: absolute;
    top: 235px;
    right: 10px;
    text-shadow: 1px 1px 5px var(--primary--darkbrown, #696050);
} */

.features__ttl{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    padding: 15px 0 0 20px;
}

.features__ttl.separate{
    padding: 15px 20px 0 0;
}

.features__txt{
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 12px 0 0 20px;
}

.features__txt.separate{
    padding: 12px 20px 0 0;

    margin-left: auto;
}

/* Features pc */
@media screen and (min-width: 1025px) {
    .subTopic{
        font-size: 2.6rem; 
    }

    .subTopic__txt{
        font-size: 1.7rem;
    }

    .features__ttl{
        font-size: 2rem;
    }

    .features__txt{
        font-size: 1.6rem;
    }
}/* pc 1025px */