@charset "UTF-8";

/* =========================================
   1. コンセプトページ専用 メインビジュアル (.concept-mv)
========================================= */
.concept-mv {
    width: 100%;
    margin-top: 180px;
}

/* PC版スタイル */
.concept-mv .concept-mv__main {
    width: 100%;
    aspect-ratio: 1920 / 640;
    background-image: url('../img/concept/concept-mv_pc.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.concept-mv .concept-mv__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0 0;
    padding-left: 8%;
    padding-right: 20px;
    box-sizing: border-box;
}

.concept-mv .concept-mv__title {
    font-size: 54px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
}

.concept-mv .concept-mv__text-sub {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-bottom: 65px;
}

.concept-mv .concept-mv__text {
    font-size: 28px;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 0;
}

/* ノートPC・中画面レスポンシブ (769px 〜 1500px) */
@media screen and (max-width: 1500px) and (min-width: 769px) {
    .concept-mv .concept-mv__title {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .concept-mv .concept-mv__text-sub {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .concept-mv .concept-mv__text {
        font-size: 18px;
        margin-bottom: 0;
    }
}

/* タブレット調整 (769px 〜 1024px) */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .concept-mv {
        margin-top: 120px;
    }

    .concept-mv .concept-mv__title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .concept-mv .concept-mv__text-sub {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .concept-mv .concept-mv__text {
        font-size: 14px;
    }
}

/* スマホ版スタイル (768px以下) */
@media screen and (max-width: 768px) {
    .concept-mv {
        margin-top: 90px;
    }

    .concept-mv .concept-mv__main {
        position: relative;
        width: 100%;
        aspect-ratio: 750 / 800;
        background-image: url('../img/concept/concept-mv_sp.webp');
        /* background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/concept/concept-mv_sp.webp'); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .concept-mv .concept-mv__inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .concept-mv .concept-mv__title {
        font-size: 27px;
        line-height: 1.7;
        letter-spacing: 0.15em;
        margin-bottom: 30px;
    }

    .concept-mv .concept-mv__text-sub {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0.15em;
        margin-bottom: 30px;
    }

    .concept-mv .concept-mv__text {
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: 0.15em;
        margin-bottom: 0;
    }
}


/* =========================================
   2. why anella セクション (.c-why)
========================================= */
.c-why {
    background-color: var(--color-bg-1);
    padding: 170px 0;
}

.c-why__inner {
    width: 90%;
    max-width: 1575px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.c-why__content {
    flex: 1;
    max-width: 705px;
    text-align: center;
}

.c-why__title {
    font-family: var(--font-en);
    font-weight: 300;
    font-size: 58px;
    color: var(--color-main);
    margin-bottom: 16px;
}

.c-why__title-sub {
    font-size: 20px;
    margin-bottom: 88px;
}

.c-why__catch {
    font-size: 28px;
    margin-bottom: 48px;
    text-align: left;
}

.c-why__text {
    font-size: 16px;
    text-align: left;
    line-height: 2;
}

.c-why__img {
    flex: 1;
    width: 100%;
    max-width: 743px;
}

.c-why__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* タブレット調整 (769px 〜 1100px) */
@media screen and (max-width: 1100px) and (min-width: 769px) {
    .c-why {
        padding: 100px 0;
    }

    .c-why__inner {
        gap: 40px;
    }

    .c-why__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .c-why__title-sub {
        font-size: 18px;
        margin-bottom: 80px;
    }

    .c-why__catch {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .c-why__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .c-why {
        padding: 80px 0;
    }

    .c-why__inner {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        gap: 70px;
    }

    .why-anella-img-sp{
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 208px;
        object-fit: cover;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .c-why__content {
        width: 90%;
        margin: 0 auto;
    }

    .c-why__title {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .c-why__title-sub {
        font-size: 17px;
        margin-bottom: 60px;
    }

    .c-why__catch {
        font-size: 21px;
        margin-bottom: 40px;
        text-align: center;
    }

    .c-why__text {
        font-size: 14px;
        text-align: left;
    }

    .c-why__img {
        width: 100%;
        max-width: 100%;
    }

    .c-why__img img {
        width: 100%;
    }
}


/* =========================================
   3. Our Value セクション (.c-value)
========================================= */
.c-value {
    padding: 0;
}

.c-value__inner {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.c-value__content {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5%;
}

.c-value__title {
    font-family: var(--font-en);
    font-weight: 300;
    font-size: 58px;
    color: var(--color-main);
    margin-bottom: 16px;
}

.c-value__title-sub {
    font-size: 20px;
    margin-bottom: 88px;
}

.c-value__catch {
    font-size: 28px;
    margin-bottom: 48px;
    text-align: left;
}

.c-value__text {
    line-height: 2;
    font-size: 16px;
    text-align: left;
    width: 100%;
}

.c-value__img {
    width: calc(100% - 700px);
    max-width: 1010px;
    flex-shrink: 0;
}

.c-value__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 1620px) {
    .c-value__content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* タブレット調整 (769px 〜 1100px) */
@media screen and (max-width: 1100px) and (min-width: 769px) {
    .c-value {
        padding: 60px 0;
    }

    .c-value__inner {
        align-items: center;
    }

    .c-value__content {
        padding: 0 20px;
    }

    .c-value__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .c-value__title-sub {
        font-size: 18px;
        margin-bottom: 80px;
    }

    .c-value__catch {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .c-value__text {
        font-size: 14px;
    }

    .c-value__img {
        width: 50%;
    }

    .c-value__img img {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .c-value {
        padding: 80px 0;
    }

    .c-value__inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 70px;
    }

    .c-value__content {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .c-value__title {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .c-value__title-sub {
        font-size: 17px;
        margin-bottom: 60px;
    }

    .c-value__catch {
        font-size: 21px;
        margin-bottom: 40px;
        text-align: center;
    }

    .c-value__text {
        font-size: 14px;
        text-align: left;
    }

    .c-value__img {
        width: 100%;
        max-width: 100%;
    }

    .c-value__img img {
        width: 100%;
        height: auto;
    }
}


/* =========================================
   4. our philosophy セクション (.c-philosophy)
========================================= */
.c-philosophy {
    background-color: var(--color-bg-1);
    padding: 170px 0;
}

.c-philosophy__inner {
    width: 90%;
    max-width: 1575px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.c-philosophy__content {
    flex: 1 1 auto;
    min-width: 0;
}

.c-philosophy__title {
    font-family: var(--font-en);
    font-weight: 300;
    font-size: 58px;
    color: var(--color-main);
    margin-bottom: 16px;
}

.c-philosophy__title-sub {
    font-size: 20px;
    margin-bottom: 88px;
}

.c-philosophy__catch {
    font-size: 28px;
    margin-bottom: 48px;
    text-align: left;
}

.c-philosophy__text {
    font-size: 16px;
    line-height: 2;
}

.c-philosophy__text p {
    margin-bottom: 28px;
}

.c-philosophy__text p:last-child {
    margin-bottom: 0;
}

.c-philosophy__img-grid {
    flex: 0 1 1000px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

.c-philosophy__img-grid img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* タブレット調整 (769px 〜 1100px) */
@media screen and (max-width: 1100px) and (min-width: 769px) {
    .c-philosophy {
        padding: 100px 0;
    }

    .c-philosophy__inner {
        gap: 40px;
    }

    .c-philosophy__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .c-philosophy__title-sub {
        font-size: 18px;
        margin-bottom: 80px;
    }

    .c-philosophy__catch {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .c-philosophy__text {
        font-size: 14px;
    }

    .c-philosophy__img-grid {
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 768px) {
    .c-philosophy {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .c-philosophy__inner {
        width: 100%;
        max-width: 100%;
        flex-direction: column-reverse;
        gap: 80px;
    }

    .c-philosophy__content {
        width: 90%;
        margin: 0 auto;
    }

    .c-philosophy__title {
        font-size: 40px;
        margin-bottom: 12px;
        text-align: center;
    }

    .c-philosophy__title-sub {
        font-size: 17px;
        margin-bottom: 60px;
        text-align: center;
    }

    .c-philosophy__catch {
        font-size: 21px;
        margin-bottom: 40px;
        text-align: center;
    }

    .c-philosophy__text {
        font-size: 14px;
    }

    .c-philosophy__img-grid {
        flex: 1 1 auto;
        width: 100%;
    }

    .c-philosophy__img-grid img {
        width: 100%;
    }
}


/* =========================================
   5. name story & future セクション (.c-story)
========================================= */
.c-story {
    width: 100%;
}

.c-story__inner {
    display: flex;
    align-items: center;
    height: 940px;
}

.c-story__bg-box {
    width: 35%;
    background-color: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 40px;
}

.c-story__logo {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
}

.c-story__content {
    width: 45%;
    margin: 0 auto;
}

.c-story__title {
    text-align: center;
    font-family: var(--font-en);
    font-weight: 300;
    font-size: 58px;
    color: var(--color-main);
    margin-bottom: 16px;
}

.c-story__title-sub {
    text-align: center;
    font-size: 20px;
    margin-bottom: 88px;
}

.c-story__catch {
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px;
}

.c-story__text {
    font-size: 16px;
    line-height: 2;
}

.c-story__text p {
    margin-bottom: 28px;
}

.c-story__text p:last-child {
    margin-bottom: 0;
}

/* タブレット調整 (769px 〜 1100px) */
@media screen and (max-width: 1100px) and (min-width: 769px) {
    .c-story__inner {
        height: auto;
        padding: 80px 0;
    }

    .c-story__bg-box {
        width: 30%;
        padding: 40px 20px;
    }

    .c-story__logo {
        max-width: 180px;
    }

    .c-story__content {
        width: 60%;
        padding: 0 30px;
    }

    .c-story__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .c-story__title-sub {
        font-size: 18px;
        margin-bottom: 80px;
    }

    .c-story__catch {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .c-story__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .c-story__inner {
        flex-direction: column;
        height: auto;
        background-color: var(--color-bg-1);
    }

    .c-story__bg-box {
        width: 90%;
        max-width: 320px;
        aspect-ratio: 1 / 1;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .c-story__logo {
        width: 100%;
        max-width: 100px;
    }

    .c-story__content {
        width: 90%;
        margin: 0 auto;
        padding: 60px 0;
    }

    .c-story__title {
        font-size: 40px;
        margin-bottom: 12px;
        line-height: 1.5;
    }

    .c-story__title-sub {
        font-size: 17px;
        margin-bottom: 60px;
        text-align: center;
    }

    .c-story__catch {
        font-size: 21px;
        margin-bottom: 40px;
    }

    .c-story__text {
        font-size: 14px;
        text-align: left;
    }
}