/* タイトル部分 */
.hero.hero--big {
    padding-left: 0;
}

.hero__title {
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero__title span {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}

.hero__subhead {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0;
    color: #FFCC21;
}
.hero__subhead span {
    display: inline-block;
}

.hero__subhead span:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #FFCC21;
    vertical-align: middle;
    margin: 0 6px;
}
/* タイトル部分 */

@media (max-width: 767px) {
    /* タイトル部分 */
    .hero__title {
        font-size: 18px;
        letter-spacing: -0.057em;
        gap: 5.5px;
        white-space: nowrap;
    }

    .hero__title span {
        font-size: 14px;
        line-height: 1;
    }

    .hero__subhead {
    }
    .hero__subhead span {
    }

    .hero__subhead span:first-child::after {
    }
    /* タイトル部分 */
}


.page-lead .ch-about-image-1 {
    width: 250px;
    height: auto;
    left: calc(50% - 675px);
    bottom: 180px;
}

@media (max-width: 767px) {
    .page-lead .ch-about-image-1 {
        width: auto;
    }
}