@charset "utf-8";
/* ========================================
Article header
=========================================== */
.article__header{
    padding: 48px var(--contentPadding) 24px;
}

/* .article__header pc */
@media screen and (min-width:769px) {
    .article__header{
    padding: 64px var(--contentPadding);
    }
}

/* ========================================
Article
=========================================== */
.topics{
    margin: 0 var(--contentPadding);
}

.topics__item img{
    /* trim on */
    object-fit: cover;
    width: 100%;
    height: 51.4vw;
}

.subTopic{
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1; /* 19.8px */
    padding: 0 16px;
}

.timeStamp {
    margin-top: 12px;
}

time {
    display: block;
    color: var(--primary-green, #4FB9B9);
    text-align: right;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 14px */
    margin: 4px 4.2% 17px 264px;
}

.topics__txt{
    font-size: 1.4rem;
    font-weight: 400;
    /* margin-top: 10px; */
}

.topics__txt:first-of-type{
    margin-top: 13px;
}

.dai{
    color: var(--primary-darkGreen, #076363);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 20.8px */
    margin-top: 15px;
}

.topics__text-content{
    margin-top: 30px;
}

.topics__item{
    margin-top: 10px;
}

.topics__item img.circle-img {
  width: 300px ;
  height: 300px ;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.highlight {
    background: linear-gradient(to bottom, transparent 55%, #fff59d 55%);
    padding: 0 0.1em;
    border-radius: 0.1em;
}

.kiziura{
    background-color: var(--primary-whiteLow, #ecf5f5);
    margin: 0 27px 0 28px;
}

.subkizi{
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; /* 20.8px */
    padding: 20px 92px 0 20px;
}

.kido{
    color: var(--primary-darkGreen, #076363);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; /* 20.8px */
    padding: 9px 15px 0 20px;
}

.kizi__image{
    /* padding-bottom: 31px; */
    padding: 37px 32px 31px 38px;
}

.center-small-img {
    display: block;
    align-items: center;
    margin: 0 auto;         /* ← 中央寄せ */
    width: 250px;
    height: 162px;
    flex-shrink: 0;
    aspect-ratio: 125/81;
}

.pcBr{
    display: none;
}

/*  Article pc */
@media screen and (min-width:769px) {

    .pcBr{
    display: inline;
    }

    .spBr{
        display: none;
    }

    .subTopic{
        font-size: 2.8rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1; /* 28px */
    }

    .timeStamp{
        color: var(--primary-green, #4FB9B9);
        font-size: 2.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1; /* 28px */
        margin-top: 61px;
        margin-bottom: 103px;
    }

    .topics__text-content{
        margin-top: 0;
    }

    .topics__txt{
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3; /* 20.8px */
    }

    .dai{
        color: var(--primary-darkGreen, #076363);
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1; /* 18px */
    }

     .topics__item img.circle-img{
        margin: 0; /* ← autoをリセット */
        width: 500px;
        height: 500px;
        flex-shrink: 0;
    }

    .topics__content{
        display: flex;
        /* flex-direction: row-reverse; */
        align-items: flex-start;
        gap: 80px; /* 画像とテキストの間の余白 */
    }

    .topics__content--2{
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        gap: 80px; 
    }

    .kiziura{
        max-width:1280px;
        margin:0 auto;
    }

    .kizi__content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .kizi__text {
        flex: 1;
    }

    .subkizi{
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3; /* 20.8px */
        padding: 50px 0 0 65px;
    }

    .kido{
        color: var(--primary-darkGreen, #076363);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3; /* 20.8px */
        margin-top: 29px;
        padding: 0px 0 79px 65px;
    }

    .kizi__image {
        padding: 25px 79px 25px 0px;
    }

    .center-small-img{
        width: 232px;
        height: 150px;
        object-fit: cover; 
        flex-shrink: 0; 
    }
}/* pc 769px */