.fv {
    background-image: url('../images/about-us/about-fv.jpg');
}

.message {
    padding: 0 16px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .message {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .message {
        padding: 0 120px;
    }
}

.message__string {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    opacity: 0.4;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    font-size: 96px;
    width: fit-content;
    white-space: nowrap;
}

@media screen and (min-width: 801px) {
    .message__string {
        font-size: 14.368vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__string {
        font-size: 206.9px;
    }
}


.message__string span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

.message__container {
    width: 100%;
    padding: 64px 0 148px;
}

@media screen and (min-width: 801px) {
    .message__container {
        padding: 8.889vw 0 17.5vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__container {
        padding: 128px 0 252px;
    }
}

.message__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .message__row {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;
    }
}

.message__title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.message__title {
    color: #251e1c;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .message__title {
        font-size: 3.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__title {
        font-size: 48px;
    }
}

.message__title-text {
    color: #251e1c;
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 801px) {
    .message__title-text {
        font-size: 0.8333vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__title-text {
        font-size: 12px;
    }
}

.message__text {
    width: 100%;
    color: #251e1c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .message__text {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .message__text {
        font-size: 16px;
    }
}

.mission {
    padding: 0;
}

@media screen and (min-width: 801px) {
    .mission {
        padding: 0 2.917vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission {
        padding: 0 42px;
    }
}

.mission__container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 64px;
}

@media screen and (min-width: 801px) {
    .mission__container {
        gap: 3.333vw;
        padding-top: 5.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__container {
        gap: 48px;
        padding-top: 80px;
    }
}

.mission__item {
    width: 100%;
    background-color: white;
    border-radius: 15px;
    padding: 24px;
}

@media screen and (min-width: 801px) {
    .mission__item {
        padding: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__item {
        padding: 24px;
    }
}

.mission__content {
    width: 100%;
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

@media screen and (min-width: 801px) {
    .mission__content {
        padding: 5.556vw;
        flex-direction: row;
        justify-content: space-between;
    }

    .mission__content--reverse {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 1440px) {
    .mission__content {
        padding: 80px;
    }
}

.mission__text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .mission__text-wrap {
        width: 44.72vw;
        gap: 4.444vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__text-wrap {
        width: calc(100% - 30.263vw - 104px);
        gap: 64px;
    }
}

.mission__text-wrap--value {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 48px;
}

@media screen and (min-width: 801px) {
    .mission__text-wrap--value {
        width: calc((100% - 104px) / 2);
        gap: 4.444vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__text-wrap--value {
        width: calc((100% - 104px) / 2);
        gap: 64px;
    }
}



.mission__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 801px) {
    .mission__title-wrap {
        gap: 2.222vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__title-wrap {
        gap: 32px;
    }
}

.mission__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 0;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .mission__title {
        font-size: 5.313vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__title {
        font-size: 72px;
    }
}

.mission__title span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

.mission__title-text {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .mission__title-text {
        font-size: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__title-text {
        font-size: 24px;
    }
}

.mission__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .mission__text {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__text {
        font-size: 16px;
    }
}

.mission__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 801px) {
    .mission__image {
        width: 27.78vw;
        height: 27.78vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__image {
        width: 30.263vw;
        height: 30.263vw;
    }
}

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


.mission__table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .mission__table {
        width: 36.25vw;
        gap: 2.22vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__table {
        width: calc((100% - 104px) / 2);
        gap: 32px;
    }
}

.mission__table-row {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (min-width: 801px) {
    .mission__table-row {
        padding-top: 1.111vw;
        gap: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__table-row {
        padding-top: 16px;
        gap: 16px;
    }
}

.mission__table-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (min-width: 801px) {
    .mission__table-title-row {
        gap: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__table-title-row {
        gap: 16px;
    }
}

.mission__table-number {
    width: 34.5px;
    height: 34.5px;
    background-color: #251e1c;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Serif',serif;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0;
}

@media screen and (min-width: 801px) {
    .mission__table-number {
        font-size: 1.111vw;
        width: 3.194vw;
        height: 3.194vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__table-number {
        font-size: 16px;
        width: 46px;
        height: 46px;
    }
}

.mission__table-title {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .mission__table-title {
        font-size: 1.389vw;
    }
}

@media screen and (min-width: 1440px) {
    .mission__table-title {
        font-size: 18px;
    }
}

.mission__table-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

.feature {
    padding: 0 16px;
    position: relative;
}

@media screen and (min-width: 801px) {
    .feature {
        padding: 0 2.916vw;
    }
}

@media screen and (min-width: 1440px) { 
    .feature {
        padding: 0 42px;
    }
}


.feature__bg {
    position: absolute;
    bottom: 331px;
    bottom: 88.267vw;
    left: 0;
    background-image: url('../images/about-us/sp-feature-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100vw;
    height: 525.5px;
    height: 140.13vw;
}

@media screen and (min-width: 801px) {
    .feature__bg {
        bottom: 0;
        width: 105.63vw;
        height: 64.583vw;
        background-image: url('../images/about-us/feature-bg.png');
    }
}

@media screen and (min-width: 1440px) {
    .feature__bg {
        width: 1521.5px;
        height: 930px;
    }
}

.feature__container {
    width: 100%;
    padding: 128px 0;
    display: flex;
    flex-direction: column;
    gap: 128px;
}

@media screen and (min-width: 801px) {

    .feature__container {
        width: 100%;
        padding: 10.556vw 0;
        gap: 10.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__container {
        padding: 152px 0;
        gap: 152px;
    }
}

.feature__list-wrap {
    width: 100%;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .feature__list-wrap {
        padding: 0 5.417vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__list-wrap {
        padding: 0 78px;
    }
}

.feature__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

@media screen and (min-width: 801px) {
    .feature__list {
        gap: 4.444vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__list {
        gap: 64px;
    }
}

.feature__title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .feature__title-wrap {
        gap: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__title-wrap {
        gap: 40px;
    }
}

.feature__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .feature__title {
        font-size: 5.313vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__title {
        font-size: 64px;
    }
}

.feature__title span {
    font-family: 'Roboto Serif', serif;
    font-style: italic;
}

.feature__row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media screen and (min-width: 801px) {
    .feature__row {
        flex-direction: row;
        gap: 40px;
    }
}

.feature__item {
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feature__item-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.feature__item-image img {
    border-radius: 5px;
}

.feature__item-text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 801px) {
    .feature__item-text-wrap {
        gap: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__item-text-wrap {
        gap: 16px;
    }
}

.feature__item-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .feature__item-title {
        font-size: 1.389vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__item-title {
        font-size: 20px;
    }
}

.feature__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .feature__item-text {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__item-text {
        font-size: 16px;
    }
}

.feature__banner {
    width: 100%;
    padding: 64px 16px;
    background-color: rgba(255,255,255,.6);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media screen and (min-width: 801px) {
    .feature__banner {
        padding: 7.222vw 5.417vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__banner {
        padding: 128px 120px;
    }
}

.feature__banner-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 801px) {
    .feature__banner-row {
        flex-direction: row;
        align-items: flex-start;
        gap: 64px;
    }
}

@media screen and (min-width: 1440px) {
    .feature__banner-row {
        display: flex;
        align-items: flex-start;
        gap: 64px;
    }
}

.feature__banner-title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 801px) {
    .feature__banner-title-wrap {
        gap: 1.667vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__banner-title-wrap {
        gap: 24px;
    }
}

.feature__banner-title {
    color: #251e1c;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.08em;
    padding: 0;
}

@media screen and (min-width: 801px) {
    .feature__banner-title {
        font-size: 2.639vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__banner-title {
        font-size: 38px;
    }
}



.feature__banner-title-text {
    opacity: 0.5;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 801px) {
    .feature__banner-title-text {
        font-size: 0.8333vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__banner-title-text {
        font-size: 12px;
    }
}

.feature__banner-text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-width: 801px) {
    .feature__banner-text-wrap {
        gap: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__banner-text-wrap {
        gap: 40px;
    }
}

.feature__banner-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .feature__banner-text {
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .feature__banner-text {
        font-size: 16px;
    }
}