.story .contents .base {
    max-width: 932px;
    margin: 0 auto;
    padding: 0 15px;
}
.story .contents__ttl {
    background: #f7f6f0;
    padding: 93px 0 50px;
    margin-bottom: 90px;
}
.story .contents__ttl .en {
    font-size: 16px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--primary-color);
    margin-bottom: 23px;
    position: relative;
    padding-left: 30px;
}
.story .contents__ttl .en:before {
    content: "";
    background: url(https://d2w53g1q050m78.cloudfront.net/hugboxjp/uploads/img/common/ico_pad_orange.svg) no-repeat left
        top/100%;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
}
.story .contents__ttl .ttl {
    font-size: 32px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4em;
}
.story .contents__block {
    margin-bottom: 90px;
}
.story .contents__block__ttl {
    font-size: 24px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-bottom: 25px;
}
.story .contents__block__ttl.mt {
    margin-top: 30px;
}
.story .contents__block__txt {
    font-size: 14px;
    line-height: 2.1;
    margin-bottom: 25px;
}
.story .contents__block__txt:last-of-type {
    margin-bottom: 0;
}
.story .contents__block__txt strong {
    color: var(--primary-color);
    font-weight: 700;
}
.story .contents__block__img figure {
    margin: 0;
}
.story .contents__block__img figure img {
    border-radius: 10px;
}
.story .contents__block__img.col02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 1%;
}
.story .contents__block__img.col02 figure {
    width: 49.5%;
}
@media only screen and (max-width: 767px) {
    .story .contents__ttl {
        padding: 50px 0 30px;
        margin-bottom: 40px;
    }
    .story .contents__ttl .en {
        margin-bottom: 15px;
    }
    .story .contents__ttl .ttl {
        font-size: 24px;
    }
    .story .contents__block {
        margin-bottom: 50px;
    }
    .story .contents__block__ttl {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .story .contents__block__ttl.mt {
        margin-top: 20px;
    }
    .story .contents__block__txt {
        margin-bottom: 15px;
        line-height: 1.6;
    }
}
/*# sourceMappingURL=../maps/page/story.min.css.map */
