.btn-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #e57d59;
    white-space: nowrap
}

@media screen and (min-width: 1100px) {
    .btn-text {
        font-size: 1.8rem
    }
}

.btn-text-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background-color: #e57d59;
    border-radius: 50%;
    transition: .5s
}

@media screen and (min-width: 1100px) {
    .btn-text-icon {
        width: 5.2rem;
        height: 5.2rem
    }
}

.btn-text-icon img {
    display: block;
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    transition: .5s
}

.btn-text:hover {
    color: #dd643b
}

.btn-text:hover .btn-text-icon {
    background-color: #dd643b
}

.btn-text:hover .btn-text-icon img {
    transform: rotate(45deg)
}

.btn-text.down .btn-text-icon img {
    transform: rotate(135deg)
}

.btn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.6rem 6rem 1.6rem 3rem;
    background-color: #e57d59;
    border-radius: 33px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
    max-width: 33rem;
    margin: 0 auto
}

.btn::after {
    content: "";
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    border-radius: 50%
}

@media screen and (min-width: 1100px) {
    .btn--wide {
        width: 46rem
    }
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2rem;
    height: 4.2rem;
    z-index: 1
}

.btn-icon img {
    display: block;
    width: 2rem;
    height: 2rem;
    transition: .5s
}

.btn:hover {
    background-color: #dd643b
}

.btn:hover .btn-icon img {
    transform: rotate(45deg)
}

.btn.green {
    background-color: #4ca392
}

.btn.green .btn-icon img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(29%) saturate(629%) hue-rotate(118deg) brightness(92%) contrast(87%)
}

.btn.green:hover {
    background-color: #3a8579
}

.btn.short {
    max-width: 32rem
}

.btn.long {
    max-width: 46rem
}

.ttl {
    text-align: center
}

.ttl-deco {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem
}

.ttl-deco::before,
.ttl-deco::after {
    content: "";
    display: block;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.ttl-deco::before {
    width: 1.2rem;
    height: .9rem;
    background-image: url(../img/common/title_clover.svg);
    position: relative;
    top: -1.1rem
}

@media screen and (min-width: 1100px) {
    .ttl-deco::before {
        width: 1.6rem;
        height: 1.2rem
    }
}

.ttl-deco::after {
    width: 2.4rem;
    height: 2rem;
    background-image: url(../img/common/title_bird.svg)
}

.ttl-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em
}

@media screen and (min-width: 744px) {
    .ttl-en {
        font-size: 2.4rem;
        letter-spacing: .15em
    }
}

.ttl-label {
    margin-top: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    color: #724822;
    line-height: 1.7
}

@media screen and (min-width: 744px) {
    .ttl-label {
        font-size: 1.6rem;
        margin-top: 2rem
    }
}

.ttl-title {
    margin-top: .8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #724822;
    letter-spacing: .1em;
    line-height: 1.5
}

@media screen and (min-width: 744px) {
    .ttl-title {
        font-size: 2rem;
        letter-spacing: .2em
    }
}

.ttl.brown {
    margin-bottom: 2rem;
    display: block
}

.ttl.brown.left {
    display: inline-block;
    margin-bottom: 0
}

.ttl.brown.left .ttl-deco {
    justify-content: flex-start;
    width: 100%
}

.ttl.brown .ttl-en {
    font-size: 1.2rem
}

.ttl.brown .ttl-deco::before {
    background-image: url(../img/common/title_clover2.svg)
}

.ttl.brown .ttl-deco::after {
    content: none
}

@media screen and (min-width: 744px) {
    .ttl.brown {
        margin-bottom: 4.8rem
    }

    .ttl.brown .ttl-title {
        font-size: 2.4rem
    }
}

.families {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-bottom: 0rem
}

@media screen and (min-width: 1100px) {
    .families {
        padding-bottom: 6.25vw
    }
}

.families-birds {
    display: flex;
    justify-content: flex-end;
    padding-right: 3rem;
    pointer-events: none
}

@media screen and (min-width: 1100px) {
    .families-birds {
        position: absolute;
        top: -1.7vw;
        right: 15.1041666667vw;
        padding-right: 0;
        margin-bottom: 0;
        z-index: 1
    }
}

.families-birds img {
    display: block;
    width: 14.8rem;
    height: auto
}

@media screen and (min-width: 1100px) {
    .families-birds img {
        width: 7.7083333333vw
    }
}

.families-photo {
    position: relative;
    background-image: url(../img/top/families_photo.webp);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding-top: 77vw
}

@media screen and (min-width: 1100px) {
    .families-photo {
        padding-top: 0;
        margin: 0 3rem;
        border-radius: 20px;
        height: 44vw;
        width: 95%;
        background-size: cover;
        background-position: center;
        background-image: url(../img/top/families_photo_pc.webp)
    }
}

.families-photo--mvv {
    background-image: url(../img/mvv/families_photo_mvv.webp)
}

@media screen and (min-width: 1100px) {
    .families-photo--mvv {
        background-image: url(../img/mvv/families_photo_mvv_pc.webp)
    }
}

.families-photo .btn {
    border-radius: 56px
}

.families-content {
    position: relative;
    padding: 4rem 3rem 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    isolation: isolate
}

.families-content::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: -6rem;
    width: 32rem;
    height: 23.5rem;
    background: url("../img/top/families-blob_pc.svg") 0 0/100% 100% no-repeat;
    z-index: -1;
    pointer-events: none
}

@media screen and (min-width: 1100px) {
    .families-content::before {
        inset: 0;
        width: 100%;
        height: auto
    }
}

@media screen and (min-width: 1100px) {
    .families-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 6.375vw;
        margin: 0;
        width: 68rem;
        height: 50rem;
        padding: 10.3rem 12rem 10rem 10rem;
        overflow: visible
    }
}

.families-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #724822;
    line-height: 1.5;
    margin-bottom: 2.4rem
}

@media screen and (min-width: 1100px) {
    .families-title {
        font-size: 1.8rem;
        margin-bottom: 2.8rem
    }
}

.families-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #724822;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .families-text {
        font-size: 1.6rem
    }
}

.families-text p+p {
    margin-top: 2rem
}

.families .btn {
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .families .btn {
        max-width: 46rem;
        margin-top: 3rem
    }
}

.greeting {
    position: relative;
    overflow-x: clip;
    background-color: #f5f2f2;
    padding: 6rem 0 8rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(185, 226, 193, 0.2) 100%)
}

.greeting::after {
    content: "";
    background-image: url(../img/mvv/greeting-sep.svg);
    width: 100%;
    height: 3vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center top;
    background-size: cover
}

@media screen and (min-width: 744px) {
    .greeting {
        padding: 8rem 0 20rem
    }

    .greeting::after {
        height: 3.5vw
    }
}

.greeting .container {
    position: relative
}

.greeting .container .bird {
    position: absolute;
    right: 15%;
    bottom: -9rem
}

@media screen and (min-width: 744px) {
    .greeting .container .bird {
        bottom: -11rem
    }
    @media screen and (min-width: 1400px) {
        .greeting .container .bird {
            bottom: -8rem;
        }
    }
}

.greeting-tree {
    display: none
}

@media screen and (min-width: 1100px) {
    .greeting-tree {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -12.5vw;
        z-index: 0;
        pointer-events: none
    }

    .greeting-tree img {
        display: block;
        width: 36.71875vw;
        height: auto
    }
}

.greeting-bird {
    display: none
}

@media screen and (min-width: 1100px) {
    .greeting-bird {
        display: block;
        position: absolute;
        right: 23.1770833333vw;
        top: 13rem;
        z-index: 1;
        pointer-events: none;
        transform: scaleX(-1)
    }

    .greeting-bird img {
        display: block;
        width: 4rem;
        height: auto
    }
}

.greeting .container {
    position: relative;
    z-index: 1
}

.greeting .ttl {
    text-align: left
}

.greeting-intro {
    margin-top: 5rem;
    text-align: center
}

@media screen and (min-width: 1100px) {
    .greeting-intro {
        margin-top: 6rem
    }
}

.greeting-intro-text {
    margin-top: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2;
    color: #776656
}

@media screen and (min-width: 1100px) {
    .greeting-intro-text {
        font-size: 1.6rem
    }
}

.greeting-lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2;
    color: #724822;
    letter-spacing: .2em
}

@media screen and (min-width: 1100px) {
    .greeting-lead {
        font-size: 2rem
    }
}

.greeting-dots {
    margin-top: 4rem
}

.greeting-dots img {
    display: block;
    margin: 0 auto
}

.greeting-content {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 4rem
}

@media screen and (min-width: 1100px) {
    .greeting-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 3.125vw;
        margin-top: 6rem
    }
}

.greeting-photos {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

@media screen and (min-width: 1100px) {
    .greeting-photos {
        position: relative;
        flex: 0 0 40.0520833333vw;
        height: 36.1979166667vw;
        gap: 0
    }
}

.greeting-photo {
    border-radius: 20px
}

.greeting-photo img {
    display: block;
    width: 100%
}

.greeting-photo--main {
    width: 100%;
    aspect-ratio: 1
}

@media screen and (min-width: 1100px) {
    .greeting-photo--main {
        position: absolute;
        top: 0;
        left: 10.6770833333vw;
        width: 26.25vw;
        height: 26.25vw;
        aspect-ratio: auto
    }
}

.greeting-photo--sub {
    width: 65%;
    aspect-ratio: 1
}

@media screen and (min-width: 1100px) {
    .greeting-photo--sub {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 15.3645833333vw;
        height: 15.3645833333vw;
        aspect-ratio: auto
    }
}

.greeting-photo-bird {
    display: none
}

@media screen and (min-width: 1100px) {
    .greeting-photo-bird {
        display: block;
        position: absolute;
        left: 1.0416666667vw;
        top: 20vw;
        z-index: 2;
        pointer-events: none
    }

    .greeting-photo-bird img {
        display: block;
        width: 3.2rem;
        height: auto
    }
}

.greeting-texts {
    display: flex;
    flex-direction: column;
    gap: 3.2rem
}

@media screen and (min-width: 1100px) {
    .greeting-texts {
        flex: 1;
        gap: 4rem
    }
}

.greeting-item-head {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #724822
}

@media screen and (min-width: 1100px) {
    .greeting-item-head {
        font-size: 1.8rem
    }
}

.greeting-item-body {
    margin-top: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2;
    color: #776656
}

.greeting-item-body p+p {
    margin-top: 1.6rem
}

@media screen and (min-width: 1100px) {
    .greeting-item-body {
        font-size: 1.6rem
    }
}

.greeting-sig-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.6rem;
    margin-top: 1.6rem
}

.greeting-sig {
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #776656
}

@media screen and (min-width: 1100px) {
    .greeting-sig {
        font-size: 1.6rem
    }
}

.greeting-sig-name {
    display: block;
    margin-top: .4rem;
    font-weight: 500;
    font-size: 1.8rem;
    color: #724822;
    letter-spacing: .2em
}

@media screen and (min-width: 744px) {
    .greeting-sig-name {
        font-size: 2rem;
        display: inline-block;
        padding-left: 1.2rem
    }
}

.mvv-head {
    padding: 6rem 0 0
}

@media screen and (min-width: 1100px) {
    .mvv-head {
        padding: 8rem 0 0
    }
}

.mvv-slider {
    margin-top: 4rem
}

.mvv-slider .swiper-wrapper {
    transition-timing-function: linear
}

@media screen and (min-width: 1100px) {
    .mvv-slider {
        margin-top: 5rem
    }
}

.mvv-slider-slide {
    width: auto;
    height: 18rem
}

@media screen and (min-width: 744px) {
    .mvv-slider-slide {
        height: 32rem
    }
}

.mvv-slider-slide img {
    display: block;
    height: 100%;
    width: auto;
    border-radius: 12px;
    object-fit: cover
}

.mvv .ttl {
    display: block
}

.mvv-body {
  background-image: linear-gradient(to bottom, #faf7f4 0%, #f5e9dc 100%);
}

@media screen and (min-width: 1100px) {
    .mvv-body {
        margin-top: 0rem
    }
}

.mvv-block {
    position: relative;
    overflow: hidden;
    padding: 6rem 0 0rem;
}

@media screen and (min-width: 1100px) {
    .mvv-block {
        padding: 6rem 0 0rem;
    }
    .mvv-block--vision {
        padding-top: 8rem;
    }
    .mvv-block--value {
        padding-top: 8rem;
    }
}

.mvv-block.mvv-block--value .container {
    padding-bottom: 6rem;
    @media screen and (min-width: 1100px) {
        margin-bottom: 10rem;
        padding-bottom: 0;
    }
}

.mvv-block-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 16rem;
    line-height: 1;
    letter-spacing: .1em;
    pointer-events: none;
    white-space: nowrap;
    z-index: 0
}

@media screen and (min-width: 1100px) {
    .mvv-block-bg {
        font-size: 24rem
    }
}

.mvv-block--mission .mvv-block-bg {
    color: #e7ede5
}

.mvv-block--vision .mvv-block-bg {
    color: #edf6f4
}

.mvv-block--value .mvv-block-bg {
    color: #eae8de
}

.mvv-block-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mvv-block-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem
}

.mvv-block-icon {
    width: 8rem;
    height: 8rem
}

.mvv-block-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.mvv-block-label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #776656;
    position: relative
}

.mvv-block-label::before {
    content: attr(data-en);
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    font-family: "Montserrat", sans-serif;
    color: #E7EDE5 ;
    z-index: -1;
    font-weight: 600;
    font-style: italic
}

@media screen and (min-width: 744px) {
    .mvv-block-label {
        font-size: 1.8rem
    }
}
.mvv-block--vision .mvv-block-label::before  {
    color: #EDF6F4 ;
}

.mvv-block-title {
    margin-top: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2;
    color: #724822;
    text-align: left;
    letter-spacing: .1em
}

@media screen and (min-width: 744px) {
    .mvv-block-title {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 0rem;
        margin-top: 4rem;
    }
}

.mvv-block--vision>img {
    position: relative;
    left: 4rem
}

@media screen and (min-width: 1100px) {
    .mvv-block--vision>img {
        left: 16vw
    }
}

@media screen and (min-width: 1100px) {
    .mvv-block--vision .mvv-block-inner {
        margin-right: 13vw
    }
}

.mvv-block-body {
    margin-top: 3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2;
    color: #776656;
    max-width: 82rem;
    width: 100%;
    @media screen and (min-width: 1100px)  {
        margin-top: 5rem;
    }
}

.mvv-block-body p+p {
    margin-top: 0rem
}

@media screen and (min-width: 1100px) {
    .mvv-block-body {
        font-size: 1.6rem
    }
}

.mvv-mission-ill {
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .mvv-mission-ill {
        margin-top: 5rem
    }
}

.mvv-mission-ill img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto
}

@media screen and (min-width: 744px) {
    .mvv-mission-ill img {
        width: 5
    }
}

.mvv-vision-card {
    position: relative;
    background: #fff;
    border-radius: 30px 0 0 30px;
    margin-left: 2rem;
    padding: 6rem 0
}

@media screen and (min-width: 1100px) {
    .mvv-vision-card {
        margin-left: 12.5vw;
        padding: 8rem 0;
        border-radius: 40px 0 0 40px
    }
}

.mvv-vision-tree {
    display: none
}

@media screen and (min-width: 1100px) {
    .mvv-vision-tree {
        display: block;
        position: absolute;
        left: -14.5833333333vw;
        top: 2rem;
        z-index: 0;
        pointer-events: none
    }

    .mvv-vision-tree img {
        display: block;
        width: 27.0833333333vw;
        height: auto
    }
}

.mvv-vision-photos {
    margin-top: 5rem;
    display: flex;
    gap: 1.6rem;
    max-width: 82rem;
    width: 100%
}

@media screen and (min-width: 1100px) {
    .mvv-vision-photos {
        gap: 4rem
    }
}

.mvv-vision-photo {
    flex: 1;
    border-radius: 32px 8px 32px 8px;
    overflow: hidden;
    aspect-ratio: 22/18
}

.mvv-vision-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mvv-value-card {
    margin-top: 4rem;
    background: #fff;
    border-radius: 20px;
    padding: 0 2.4rem;
    width: 100%;
    max-width: 124rem
}

@media screen and (min-width: 1100px) {
    .mvv-value-card {
        padding: 1.6rem 8rem;
        margin-top: 5rem
    }
}

.mvv-value-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.mvv-value-item {
    display: grid;
    grid-template-columns: 5.6rem 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.6rem;
    row-gap: .8rem;
    padding: 2.4rem 0
}

.mvv-value-item+.mvv-value-item {
    border-top: 1px solid #e8e4de
}

.mvv-value-item:last-child {
    border-bottom: 1px solid #e8e4de
}

@media screen and (min-width: 1100px) {
    .mvv-value-item {
        grid-template-columns: 5.6rem 25rem 1fr;
        grid-template-rows: 1fr;
        align-items: center;
        column-gap: 2.4rem;
        padding: 2.4rem 0
    }
}

.mvv-value-letter {
    width: 3.6rem;
    height: 3.6rem;
    background-color: #c19d74;
    border: 1px solid #724822;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    color: #fff;
    flex-shrink: 0;
    align-self: center;
    position: relative
}

.mvv-value-letter::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    height: 6.7rem;
    background-image: url("../img/common/reason_num_deco.svg")
}

@media screen and (min-width: 1100px) {
    .mvv-value-letter {
        grid-row: 1;
        grid-column: 1
    }
}

.mvv-value-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #776656;
    align-self: center
}

@media screen and (min-width: 1100px) {
    .mvv-value-name {
        font-size: 1.8rem;
        grid-row: 1;
        grid-column: 2
    }
}

.mvv-value-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2;
    color: #776656;
    grid-column: 1/-1
}

@media screen and (min-width: 1100px) {
    .mvv-value-desc {
        font-size: 1.6rem;
        grid-column: 3;
        grid-row: 1
    }
}

.logo-concept {
    padding: 6rem 0 6rem
}

@media screen and (min-width: 1100px) {
    .logo-concept {
        padding: 10rem 0 12rem
    }
}

.logo-concept .container {
    max-width: 103rem
}

.logo-concept .ttl {
    text-align: center;
    
}

.logo-concept-main {
    margin-top: 5rem;
    border: 1px solid #f5e9dc;
    border-radius: 20px;
    padding: 5rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 1100px) {
    .logo-concept-main {
        margin-top: 6rem;
        padding: 6rem 4rem;
        height: 40rem
    }
}

.logo-concept-main img {
    display: block;
    width: 20rem;
    height: auto
}

@media screen and (min-width: 1100px) {
    .logo-concept-main img {
        width: 24rem
    }
}

.logo-concept-intro {
    margin-top: 4rem;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
    color: #776656
}

@media screen and (min-width: 1100px) {
    .logo-concept-intro {
        font-size: 1.8rem
    }
}

.logo-concept-cards {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 4rem
}

@media screen and (min-width: 1100px) {
    .logo-concept-cards {
        flex-direction: row;
        gap: 2rem;
        align-items: flex-start;
        margin-top: 5rem
    }
}

.logo-concept-card {
    flex: 1
}

.logo-concept-card-box {
    border: 1px solid #f5e9dc;
    border-radius: 20px;
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20rem
}

@media screen and (min-width: 1100px) {
    .logo-concept-card-box {
        min-height: 23rem
    }
}

.logo-concept-card-box img {
    display: block;
    height: auto;
    margin: 0 auto
}

.logo-concept-card-head {
    margin-top: 2.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #724822;
    letter-spacing: .1em
}

@media screen and (min-width: 1100px) {
    .logo-concept-card-head {
        font-size: 2rem
    }
}

.logo-concept-card-body {
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2;
    color: #776656
}

@media screen and (min-width: 1100px) {
    .logo-concept-card-body {
        font-size: 1.6rem
    }
}

/*# sourceMappingURL=page-mvv.css.map */