﻿.section-heading-ja {
    font-weight: var(--font-weight-bold)
}

.section-heading-en {
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-semi-bold);
    line-height: var(--leading-none);
    color: var(--color-primary)
}

.message-image {
    position: relative;
    overflow: hidden;
    border-radius: var(--r)
}

.message-image-caption {
    position: absolute;
    display: flex;
    align-items: center;
    font-weight: var(--font-weight-medium);
    color: var(--color-white)
}

.message-section {
    margin-top: 9.6rem
}

.message-section-grid {
    display: grid;
    justify-content: space-between
}

.message-section-image {
    grid-area: image;
    overflow: hidden;
    border-radius: var(--r)
}

.message-section-heading {
    grid-area: heading;
    font-weight: var(--font-weight-bold);
    line-height: var(--leading-half);
    color: var(--color-primary)
}

.message-section-desc {
    display: flex;
    flex-direction: column;
    grid-area: desc;
    text-align: justify
}

.mvv-figure {
    position: relative;
    background-color: var(--color-sky-light)
}

.mvv-figure-logo {
    position: absolute;
    top: 24.5rem;
    right: 0;
    left: 0;
    z-index: 2;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto
}

.mvv-figure-logo-bg {
    display: block;
    content: "";
    background-color: var(--color-primary);
    border-radius: 50%
}

.mvv-figure-logo-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: auto
}

.mvv-figure-logo-circle {
    /* position: absolute; */
    /* right: 0; */
    /* left: 0; */
    /* margin: auto; */
    margin-top: 3%;
}

.mvv-figure-item {
    position: absolute;
    z-index: 1;
    flex-direction: column;
    text-align: center;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mvv-figure-item:nth-of-type(1) {
    right: 0;
    left: 0;
    margin: auto
}

.mvv-figure-item-heading {
    color: var(--color-primary);
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-semi-bold)
}

.mvv-figure-item-text {
    font-weight: var(--font-weight-bold);
    line-height: var(--leading-half)
}

.mvv-list {
    display: flex;
    flex-direction: column
}

.mvv-item {
    position: relative;
    display: flex
}

.mvv-item::before,
.mvv-item::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    content: ""
}

.mvv-item::before {
    width: 100%;
    background-color: var(--color-gray-light)
}

.mvv-item::after {
    z-index: 1;
    width: var(--word-width);
    background-color: var(--color-primary)
}

.mvv-item-heading {
    flex: none;
    line-height: var(--leading-none);
    color: var(--color-primary);
    font-family: var(--font-family-en);
    font-weight: var(--font-weight-semi-bold)
}

.mvv-item-catch {
    font-weight: var(--font-weight-bold);
    line-height: var(--leading-half)
}

.mvv-item-catch::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - var(--leading-half))*.5em);
    content: ""
}

.mvv-item-catch::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - var(--leading-half))*.5em);
    content: ""
}

.mvv-item-desc {
    display: flex;
    flex-direction: column;
    text-align: justify
}

.mvv-item-heading {
    width: var(--word-width)
}

@media screen and (min-width: 769px) {
    .section-heading-ja {
        font-size: 1.2rem
    }

    .section-heading-en {
        margin-top: 1rem;
        font-size: 2.8rem;
        line-height: 1.8;
    }

    .message-image {
        margin-top: 5rem
    }

    .message-image-caption {
        right: 3.2rem;
        bottom: 2.1rem;
        column-gap: 1.2rem
    }

    .message-image-caption-post {
        font-size: 1.4rem
    }

    .message-image-caption-name {
        font-size: 2.4rem
    }

    .message-desc {
        margin-top: 8rem
    }

    .message-section {
        margin-top: 9.6rem
    }

    .message-section-grid {
        column-gap: 6.4rem
    }

    .message-section-grid-01 {
        grid: "heading image"auto "desc image"auto/auto auto
    }

    .message-section-grid-02 {
        grid: "image heading"auto "image desc"auto/auto auto
    }

    .message-section-heading {
        align-self: flex-end;
        font-size: 3.2rem
    }

    .message-section-desc {
        row-gap: 2rem;
        margin-top: 2.4rem
    }

    .mvv-desc {
        margin-top: 2.7rem
    }

    .mvv-figure {
        width: 88.8rem;
        margin-top: 6.4rem
    }

    .mvv-figure-logo-bg {
        width: 20.9rem;
        height: 20.9rem;
        border: solid 1.5rem #d2e2f2
    }

    .mvv-figure-logo-image {
        width: 7.5rem
    }

    .mvv-figure-logo-circle {
        /* top: 15.5rem; */
        width: 40rem
    }

    .mvv-figure-item {
        row-gap: .8rem;
        width: 23.2rem;
        height: 23.2rem;
        padding-bottom: 1rem
    }

    .mvv-figure-item:nth-of-type(1) {
        top: 4.5rem
    }

    .mvv-figure-item:nth-of-type(2) {
        top: 34.5rem;
        left: calc(50% - 29rem)
    }

    .mvv-figure-item:nth-of-type(3) {
        top: 34.5rem;
        left: calc(50% + 5.6rem)
    }

    .mvv-figure-item-heading {
        font-size: 1.2rem
    }

    .mvv-figure-item-text {
        font-size: 1.8rem
    }

    .mvv-list {
        row-gap: 7.2rem;
        margin-top: 9.6rem
    }

    .mvv-item {
        column-gap: 4.3rem;
        padding-top: 7.2rem;
        --word-width: 21.2rem
    }

    .mvv-item-heading {
        font-size: 3.6rem
    }

    .mvv-item-catch {
        font-size: 3.2rem
    }

    .mvv-item-catch:nth-of-type(n+2) {
        margin-top: 4.3rem
    }

    .mvv-item-desc {
        row-gap: 1.6rem;
        margin-top: 3.6rem
    }

}

@media screen and (max-width: 768px) {
    .section-heading-ja {
        font-size: 2rem
    }

    .section-heading-en {
        margin-top: 1rem;
        font-size: 5rem
    }
    .section-heading-en span{
        margin-top: 1rem;
        font-size: 7.2rem !important
    }

    .c-side {
        margin-bottom: 3rem
    }

    .message-image {
        margin-top: 6.7rem
    }

    .message-image-caption {
        right: 4.9rem;
        bottom: 3.2rem;
        column-gap: 1.2rem
    }

    .message-image-caption-post {
        font-size: 2rem
    }

    .message-image-caption-name {
        font-size: 3.6rem
    }

    .message-desc {
        margin-top: 6.4rem;
        text-align: justify
    }

    .message-section {
        margin-top: 12rem
    }

    .message-section figure img {
        max-width: 100%;
    }

    .message-section-grid {
        grid: "heading"auto "image"auto "desc"auto/auto auto
    }

    .message-section-grid .message-section-image {
        margin-top: 6.4rem
    }

    .message-section-image-spread {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        border-radius: 0
    }

    .message-section-heading {
        font-size: 4.8rem
    }

    .message-section-desc {
        row-gap: 4rem;
        margin-top: 6.4rem
    }

    .mvv-desc {
        margin-top: 2.4rem
    }

    .mvv-figure {
        width: 64.8rem;
        height: 65.7rem;
        margin-top: 6.4rem
    }

    .mvv-figure-logo-bg {
        width: 20.9rem;
        height: 20.9rem;
        border: solid 17px #d2e2f2
    }

    .mvv-figure-logo-image {
        width: 8.9rem
    }

    .mvv-figure-logo-circle {
        top: 15.5rem;
        width: 40rem
    }

    .mvv-figure-item {
        row-gap: .3rem;
        width: 24rem;
        height: 24rem
    }

    .mvv-figure-item:nth-of-type(1) {
        top: 5.5rem;
        padding-bottom: 3rem
    }

    .mvv-figure-item:nth-of-type(2) {
        top: 35.4rem;
        left: calc(50% - 26.7rem)
    }

    .mvv-figure-item:nth-of-type(3) {
        top: 35.4rem;
        left: calc(50% + 2.8rem)
    }

    .mvv-figure-item-heading {
        font-size: 1.8rem
    }

    .mvv-figure-item-text {
        font-size: 2.3rem
    }

    .mvv-list {
        row-gap: 8.2rem;
        margin-top: 9.6rem
    }

    .mvv-item {
        flex-direction: column;
        row-gap: 5.4rem;
        padding-top: 8rem;
        --word-width: 18.4rem
    }

    .mvv-item-heading {
        font-size: 4rem
    }

    .mvv-item-catch {
        font-size: 4.8rem
    }

    .mvv-item-catch:nth-of-type(n+2) {
        margin-top: 7.6rem
    }

    .mvv-item-desc {
        row-gap: 4.3rem;
        margin-top: 5.4rem;
        font-size: 2.6rem
    }

}

@media screen and (min-width: 769px)and (hover: hover) {
    .about-footer-link:hover::before {
        transform: scale(1.1)
    }

    .about-footer-link:hover .about-footer-icon::before {
        background-color: rgba(0, 0, 0, 0);
        transform: var(--icon-hover-scale)
    }

    .about-footer-link:hover .about-footer-icon svg {
        stroke: var(--color-white)
    }
}

.c-spec {
    width: 100%;
}

.section-heading-en span {
    font-size: 5rem;
    color: #3B71A3;
}