/* .about-content-left-title {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
} */

.about-section__content-digital-text {
    font-size: 1.3em;
    text-align: center;
    margin-top: 16px;
    font-weight: 900;
    color: #749562;
}

.about-section__content-left-title {
    position: relative;
    display: inline-block;
}

.about-section__content-left-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,
            black 20%,
            transparent 30%,
            black 40%,
            transparent 50%,
            black 60%,
            transparent 70%,
            black 80%,
            transparent 90%);
    opacity: 0.6;
    filter: blur(0.3px);
}

.about-section__content-left-content {
    font-size: 1em;
    margin-top: 16px;
}

.about-section {
    padding: 0 16px;
    margin-bottom: 48px;
}

.about-section__content-lr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-section__content-right img {
    width: 300px;
    height: auto;
    clip-path: path("M90 10 C 120 -10, 230 -10, 270 50 C 310 110, 310 170, 270 230 C 230 290, 120 290, 90 250 C 60 210, 40 180, 30 130 C 20 80, 60 30, 90 10 Z");
    -webkit-clip-path: path("M90 10 C 120 -10, 230 -10, 270 50 C 310 110, 310 170, 270 230 C 230 290, 120 290, 90 250 C 60 210, 40 180, 30 130 C 20 80, 60 30, 90 10 Z");
    object-fit: cover;
}

.about-section__go-detail {
    display: block;
    text-align: center;
    margin-top: 16px;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
    background-color: #2f4e3d;
    padding: 4px 8px;
    border-radius: 8px;
    width: fit-content;
    margin: 32px auto 0;
}

.about-section__go-detail-sp {
    display: none;
}

.about-section__icons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    font-size: 0.8em;
}

.about-section__icon {
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 12px;
    border-radius: 8px;
    color: #fff;
}

.about-section__icon img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 2px;
    aspect-ratio: 1 / 1;
}

.about-section__icon-stay {
    background-color: #db7156;
}

.about-section__icon-eat {
    background-color: #749562;
}

.about-section__icon-play {
    background-color: #64a9c6;
}

.about-section__icon-modelcourse {
    background-color: #e58800;
}
