#about {
    background-color: #FBFAF6;
    padding-top: 74px;
    padding-bottom: 73px;
    overflow-x: clip;
    position: relative;
}

@media screen and (max-width: 999px) {
    #about {
        padding-top: 20px;
    }
}

#about::before {
    position: absolute;
    display: block;
    content: '';
    writing-mode: vertical-rl;
    z-index: 0;
    content: 'ABOUT ';
    right: -1.3%;
    top: 32.7%;
    transform: translateY(-50%);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 105px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fbf1e6;

}

@media screen and (max-width: 999px) {
    #about::before {
        display: none;
    }
}

.about__container {
    display: flex;
    justify-content: space-between;
    max-width: 1271.07px;
    width: 100%;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 999px) {
    .about__container {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.about__image {
    max-width: 58.2199%;
}

@media screen and (max-width: 999px) {
    .about__image {
        max-width: 100%;
    }
}


.about__text {
    max-width: 36.978%;
}

@media screen and (max-width: 999px) {
    .about__text {
        max-width: 100%;
        margin-top: 0px;
    }
}

.about__en {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #f77700;
}

@media screen and (max-width: 999px) {
    .about__en {}
}

.about__title {
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.14em;
    line-height: 52px;
    text-align: left;
    color: #222;
    margin-top: 11px;
    margin-bottom: 29px;
    padding-bottom: 16px;
    width: 96.5%;
    border-bottom: 1px solid #222222;
}

@media screen and (max-width: 999px) {
    .about__title {
        font-size: 20px;
        line-height: 1.75;
        margin-bottom: 10px;
    }
}

.about__title span {
    color: #F77700;
}

.about__contents {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about__contentHead {
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #f77700;
    opacity: 1;
}

.about__contentDetail {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 28px;
    text-align: left;
    color: #2c2c2c;
}

.about__sliders {
    padding-top: 41px;
    position: relative;
}

@media screen and (max-width: 999px) {
    .about__sliders {
        padding-top: 20px;
    }
}



.about__sliders .slick-track {
    display: flex;
    gap: 33.8px;
}

@media screen and (max-width: 999px) {
    .about__sliders .slick-track {
        display: flex;
        gap: 5px;
    }
}

.about__sliderWrapper {}



.about__slider {
    max-width: 320px;
}

@media screen and (max-width: 999px) {
    .about__slider {
        max-width: 160px;
    }
}

.about__sliderImage {}

@media screen and (max-width: 999px) {
    .about__sliderImage {
        width: 100%;
    }
}

.about__sliderContent {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: left;
    color: #000;
    margin-top: 19px;
}

@media screen and (max-width: 999px) {
    .about__sliderContent {
        font-size: 1px;
        margin-top: 8px;
    }
}

.about__sliderWrapper {
    margin-top: 38px;
}

#about .slick-track {
    gap: 36px;
    display: flex;
}