#wrap {
    padding-bottom: 90px;
}

.c-ttl01.tit-subpage {
    max-width: 655px;
}

.c-sub-mv .block-info {
    padding-top: 8px;
}

.c-sub-mv .c-lst-anchor {
    margin-top: 60px;
}

.sec01 {
    background-color: #f8f8f8;
    margin-top: 41px;
    padding-top: 30px;
    padding-bottom: 80px;
}

@media (min-width: 781px) {
    .sec01 .c-ttl02 {
        margin-top: 63px;
    }
}

.list ul,
.txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
    letter-spacing: .04em;
    font-weight: 400;
}

.txt {
    margin-top: 24px;
}

.sec02 {
    background-color: #efefef;
    padding-top: 80px;
    padding-bottom: 60px;
}

.sec03 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec05 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.c-ttl02 {
    color: #000;
}

.c-ttl03 {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
    padding-bottom: 60px;
}

.container {
    margin-top: 30px;
}

.card-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.card-grid .uc-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(89, 89, 87, 0.25);
    padding: 30px 50px;
    display: flex;
    flex-direction: row;
}

.uc-card .card-content {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    position: relative;
    gap: 8px;
    padding-bottom: 40px;
    width: 100%;
}

h3 {
    margin-top: 16px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    color: #000;
    letter-spacing: .04em;
    font-weight: bold;
}

.uc-card .card-content h3 {
    margin-top: 0px;
}

.uc-card .card-button-area,
.uc-card .card-text .card-description {
    font-size: 16px;
    font-size: 1.6rem;
}

.uc-card .card-button-area .c-link {
    position: absolute;
    bottom: 0;
    right: 34px;
}

.uc-card .c-link span {
    position: relative;
    color: #8b46ff;
    font-weight: 700;
    font-size: 1.6rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(0deg, #902AF3, #902AF3) bottom 0 left 0 / 0% 1px no-repeat;
}

.uc-card .c-link span:after,
.uc-card .c-link span:before {
    content: "";
    position: absolute;
    background-image: url(../../../hue/img/purple_arrow.svg?20260305);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 14px;
    top: 4px;
    right: -30px;
    opacity: 1;
    transition: 0.5s;
}

.list {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 8px;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0px 6px 20px rgba(89, 89, 87, 0.25);
}

.sec03 .list li {
    position: relative;
    padding-left: 1.5em;
    list-style: none;
}

.sec03 .list li::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../../img/common/icon/icon_checklist_green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0.5em;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0 auto 0px;
    max-width: 996px;
    justify-content: center;
}

.feature-content {
    flex: 1;
}

.feature-label {
    display: inline-block;
    background: linear-gradient(64.16deg, #902AF3 9.28%, #0762DC 53.06%, #00D3BC 98.2%);
    color: #fff;
    padding: 3px 14px;
    border-radius: 0 20px 20px 0;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.feature-ttl {
    font-size: 3.4rem;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 25px;
}

.feature-desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.feature-img {
    flex: 1;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
}


.feature-img img {
    border-radius: 10px;
}

.voiceBlocks {
    padding: 20px;
}

.voiceBlocks:first-of-type {
    padding-top: 60px;
}

.msgArea {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0;
}

.msgArea .msg {
    flex: 1;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0px 20px 15px 20px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.msgArea .msg::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
}

.vtxt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
    margin-top: 16px;
    letter-spacing: .04em;
}

.msgArea .img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    display: block;
}

.sec-hue {
    padding-top: 120px;
    padding-bottom: 156px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}

.sec-hue .c-lst-banners {
    display: flex;
    gap: 24px;
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 48px);
}

.sec-hue .c-lst-banners .item {
    background-color: white;
    background-size: cover;
    background-position: bottom right;
    display: block;
    box-shadow: 0px 6px 20px rgba(89, 89, 87, 0.25);
    border-radius: 10px;
    position: relative;
    width: calc(50% - 12px);
    height: 496px;
}

.sec-hue .c-lst-banners .item.hue {
    background-image: url(/assets/img/top/banner_hue_bg.png);
}

.sec-hue .c-lst-banners .item.hue .label {
    color: #902AF3;
    width: 196px;
}

.sec-hue .c-lst-banners .item .label {
    background-color: #ececec;
    display: flex;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 40px;
    width: 196px;
    padding-left: 25px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 40px;
}

.sec-hue .c-lst-banners .item .label .en {
    display: inline-block;
    margin-right: 22px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1px;
    position: relative;
}

.sec-hue .c-lst-banners .item .label .en:before {
    background-color: #B3B3B4;
    content: '';
    margin: 0 auto;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
}


.sec-hue .c-lst-banners .item .label .ja {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1px;
}

.sec-hue .c-lst-banners .item.hue .img {
    top: 140px;
    max-width: 383px;
}

.sec-hue .c-lst-banners .item .img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    transition: all .3s;
}

.sec-hue .c-lst-banners .item .img img {
    width: 100%;
}

.sec-hue .c-lst-banners .item .ttl {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 14px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 125px;
    transition: all .3s;
}

.sec-hue .c-lst-banners .item.oxyg {
    background-image: url(/assets/img/top/banner_oxyg_bg.png);
}

.sec-hue .c-lst-banners .item.oxyg .label {
    color: #00AAB6;
    width: 216px;
}

.sec-hue .c-lst-banners .item.oxyg .img {
    top: 145px;
    max-width: 450px;
}

.img-scroll-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.img-scroll-wrap img {
    width: 100%;
    max-width: none;
    display: block;
}


@media only screen and (min-width: 781px) {
    .uc-card:hover .card-title {
        color: #902AF3;
    }

    .uc-card:hover .c-link span {
        transition: 0.5s;
        background-size: 100% 1px;
    }

    .uc-card:hover .card-icon img {
        transform: scale(1.05);
        transition: 0.5s;
    }

    a:hover {
        opacity: unset;
    }

}

@media (max-width: 780px) {
    .img-scroll-wrap img {
        width: 1200px;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .feature-item,
    .feature-item.is-reverse {
        flex-direction: column !important;
        gap: 10px;
        margin-bottom: 50px;
    }

    .feature-ttl {
        font-size: 2.6rem;
        margin-top: 20px;
    }

    .feature-img {
        width: 100%;
        padding: 0;
        min-height: auto;
    }

    .feature-label {
        padding: 10px 18px 10px 22px;
        margin-left: -25px;
    }
}