body {
    background-color: #f0f0f0;
}

a {
    color: #3fd0c4;
}

.content_wrap {
    background-color: transparent;
    max-width: 1054px;
    margin: 43px auto 0;
    padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
    .content_wrap {
        margin-top: 22px;
    }
}

.brandstory {
    color: #3fd0c4;
}

.lead h2 {
    font-weight: 500;
}

.ohanashikiita {
    color: #3fd0c4;
}

#mokuji ul a:hover {
    color: #3fd0c4;
    transition: 0.3s;
}

.toi {
    color: #1abeb0;
}

.chushaku {
    color: #1abeb0;
}

.kiji h2 {
    background-color: transparent;
    border-bottom: none;
    padding: 6px 0 6px;
    margin-bottom: 30px;
    position: relative;
}

.kiji h2::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #f2fff1, #c4ffe8);
    z-index: -1;
}

@media screen and (max-width: 960px) {
    .kiji h2 {
        margin-bottom: 20px;
    }
}

.haikei_last {
    background-color: #e3ac1f;
}

.name_yamaguchi:before {
    content: '山口様：';
    font-weight: 700;
}
.kiji_last_2 h2 {
    border-bottom: none;
    background-color: transparent;
}

.kiji_last_2 h2::after {
    display: none;
}

.kiji_last_2_item img {
    border: 1px solid #fff;
    aspect-ratio: 1;
    object-fit: cover;
}

.kiji_last_2_item p {
    text-align: left;
}

.btn_k p {
    text-align: center;
}

.interviewee--moriumius01 {
    background-color: rgba(255, 255, 255, 0.6);
}

.top__img--moriumius01 {
    height: 100%;
    object-fit: cover;
    display: block;
}

.tenpomei--moriumius01 {
    width: fit-content;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

@media screen and (max-width: 960px){
    .tenpomei--moriumius01 {
        width: 100%;
        display: initial;
    }
}

.tenpomei--moriumius01 span {
    text-decoration: underline;
}

.lead rt {
    text-align: center;
    font-size: 8px;
}


.half_layout--moriumius01 {
    height: 100%;
}

.kiji_last_2_item--moriumius01 {
    display: flex;
    flex-direction: column;
    height: auto;
}

.kiji_last-link {
    color: #000;
}

.kiji_last_2_item--moriumius01 p {
}

.kiji_last_2_item_txt {
    flex-grow: 1;
    margin-top: 24px;

}