.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: 3.2rem;
        letter-spacing: .2em
    }
}

.ttl.brown {
    margin-bottom: 3.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: 8rem  ; 
}

@media screen and (min-width: 1100px) {
    .families {
        padding-bottom: 0 !important;
    }
}

.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;
    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
    }
}

.reason {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-bottom: 6rem
}

@media screen and (min-width: 744px) {
    .reason {
        padding-bottom: 10rem
    }
}

.reason-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none
}

.reason-bg picture,
.reason-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reason-bg::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25rem;
    background: linear-gradient(to bottom, #fff 30%, transparent 100%);
    z-index: 1;
    pointer-events: none
}

.reason-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25rem;
    background: linear-gradient(to top, #fff 30%, transparent 100%);
    z-index: 1;
    pointer-events: none
}

.reason-branch {
    display: none
}

@media screen and (min-width: 1100px) {
    .reason-branch {
        display: block;
        position: absolute;
        z-index: 1;
        pointer-events: none;
        width: 25vw
    }

    .reason-branch img {
        display: block;
        width: 100%;
        height: auto
    }

    .reason-branch--left {
        left: 0;
        top: 16rem;
        z-index: 0;
    }

    .reason-branch--right {
        right: 0;
        top: 78rem;
        z-index: 0;
    }
}

.reason .container {
    position: relative;
    z-index: 2
}

.reason .ttl {
    padding-top: 0rem;
}

@media screen and (min-width: 1100px) {
    .reason .ttl {
        padding-top:10rem;
    }
}

.reason-cards {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 5rem 0 4rem
}

@media screen and (min-width: 1100px) {
    .reason-cards {
        flex-direction: row;
        align-items: stretch;
        gap: 2rem;
        max-width: 124rem;
        margin: 10rem auto 4rem
    }
}

.reason-card {
    position: relative;
    width: 33rem;
    background: #fff;
    border-radius: 20px
}

@media screen and (min-width: 744px) {
    .reason-card {
        width: 58rem
    }
}

@media screen and (min-width: 1100px) {
    .reason-card {
        flex: 1;
        width: auto
    }
}

.reason-card-top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 3.6rem 2rem 2.4rem
}

.reason-card-num-area {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 6rem;
    padding-top: 1.6rem
}

.reason-card-leaf {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7rem;
    height: auto;
    pointer-events: none;
    z-index: 0
}

.reason-card-leaf--orange {
    filter: brightness(0) saturate(100%) invert(57%) sepia(40%) saturate(700%) hue-rotate(330deg) brightness(105%)
}

.reason-card-leaf--teal {
    filter: brightness(0) saturate(100%) invert(58%) sepia(25%) saturate(600%) hue-rotate(130deg) brightness(90%)
}

.reason-card-leaf--gold {
    filter: brightness(0) saturate(100%) invert(68%) sepia(22%) saturate(500%) hue-rotate(10deg) brightness(100%)
}

.reason-card-en {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .1em;
    line-height: 1.5
}

.reason-card-en--orange {
    color: #e57d59
}

.reason-card-en--teal {
    color: #4ca392
}

.reason-card-en--gold {
    color: #c19d74
}

.reason-card-num {
    position: relative;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: .2em;
    line-height: 1.3
}

.reason-card-num--orange {
    color: #e57d59
}

.reason-card-num--teal {
    color: #4ca392
}

.reason-card-num--gold {
    color: #c19d74
}

.reason-card-icon {
    width: 8rem;
    height: 8rem;
    flex-shrink: 0
}

.reason-card-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.reason-card-title {
    padding: 0 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #724822;
    text-align: center;
    line-height: 1
}

@media screen and (min-width: 1100px) {
    .reason-card-title {
        font-size: 2rem;
        letter-spacing: .1em
    }
}

.reason-card-text {
    padding: 0 2rem;
    margin-top: 2rem;
    padding-bottom: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .reason-card-text {
        font-size: 1.6rem;
        padding: 0 4rem 4rem
    }
}

.reason-photos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    margin-top: 4rem;
    padding-bottom: 5rem
}

@media screen and (min-width: 1100px) {
    .reason-photos {
        gap: 2rem;
        margin-top: 6rem;
        padding-bottom: 10rem;
        justify-content: flex-start
    }
}

.reason-photos-item {
    width: 10.3rem;
    height: 8.4rem;
    border-radius: 32px 8px 32px 8px;
    overflow: hidden;
    flex-shrink: 0
}

@media screen and (min-width: 1100px) {
    .reason-photos-item {
        width: 11.4583333333vw;
        height: 9.375vw
    }
}

.reason-photos-item picture,
.reason-photos-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.reason-photos-item--lower {
    margin-top: 2rem
}

@media screen and (min-width: 1100px) {
    .reason-photos-item--lower {
        margin-top: 2.0833333333vw
    }
}

.news-card {
    display: flex;
    flex-direction: column;
    background: #faf7f4;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    text-decoration: none
}

.news-card-thumb {
    margin: 2rem 2rem 0;
    height: 19.3rem;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #d8d6d2
}

@media screen and (min-width: 1100px) {
    .news-card-thumb {
        height: 24.3rem
    }
}

.news-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.news-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.6rem 2rem 2.4rem
}

.news-card-meta {
    display: flex;
    align-items: center;
    gap: 1rem
}

.news-card-cat {
    display: inline-block;
    padding: .4rem .8rem;
    background-color: #c19d74;
    border-radius: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap
}

.news-card-date {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #c19d74;
    white-space: nowrap;
    margin-left: auto
}

@media screen and (min-width: 1100px) {
    .news-card-date {
        font-size: 1.6rem
    }
}

.news-card-title {
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #724822;
    line-height: 1.5
}

@media screen and (min-width: 1100px) {
    .news-card-title {
        font-size: 1.8rem
    }
}

.news-card-text {
    flex: 1;
    margin-top: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .news-card-text {
        font-size: 1.6rem
    }
}

.news-card-place {
    margin-top: 1.6rem;
    border: 1px solid #c19d74;
    border-radius: 8px;
    padding: .8rem 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #c19d74;
    text-align: center
}

.news-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background-color: #c19d74;
    border-radius: 50%;
    margin-top: 1.6rem;
    align-self: center
}

.news-card-btn 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
}

@media screen and (min-width: 1100px) {
    .news-card:hover .news-card-thumb img {
        transform: scale(1.05)
    }

    .news-card:hover .news-card-btn img {
        transform: rotate(45deg)
    }
}

.news {
    position: relative;
    padding: 5rem 0 12rem
}

@media screen and (min-width: 1100px) {
    .news {
        padding: 10rem 0 12rem
    }
}

.news-branch {
    position: absolute;
    top: -2rem;
    right: 0;
    width: 20.5rem;
    pointer-events: none;
    z-index: 0
}

@media screen and (min-width: 1100px) {
    .news-branch {
        top: -4rem;
        width: 25vw
    }
}

.news-branch img {
    display: block;
    width: 100%;
    height: auto
}

.news .container {
    position: relative;
    z-index: 1
}

.news-head {
    display: flex;
    align-items: center;
    gap: .8rem
}

.news-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .news-en {
        font-size: 2.4rem;
        letter-spacing: .15em
    }
}

.news-bird img {
    display: block;
    width: 2.4rem;
    height: auto
}

.news-slider-outer {
    margin-top: 3rem;
    overflow: hidden
}

@media screen and (min-width: 1100px) {
    .news-slider-outer {
        overflow: visible;
        margin-top: 5rem
    }
}

.news-slider-wrap {
    position: relative
}

@media screen and (min-width: 1100px) {
    .news-slider-wrap {
        padding: 0 7rem
    }
}

.news-slider.swiper {
    overflow: visible
}

@media screen and (min-width: 1100px) {
    .news-slider.swiper {
        overflow: hidden
    }
}

.news-nav {
    display: none
}

@media screen and (min-width: 1100px) {
    .news-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 5.2rem;
        height: 5.2rem;
        border: 1px solid #c19d74;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        transition: .3s;
        transition: .5s
    }

    .news-nav:hover {
        opacity: .5
    }

    .news-nav img {
        display: block;
        width: 2rem;
        height: 2rem;
        filter: brightness(0) saturate(100%) invert(26%) sepia(98%) saturate(320%) hue-rotate(348deg) brightness(95%) contrast(94%);
        transition: .3s;
        transform: rotate(45deg)
    }

    .news-nav--prev {
        left: 0
    }

    .news-nav--prev img {
        transform: scaleX(-1) rotate(45deg)
    }

    .news-nav--next {
        right: 0
    }

    .news-nav.swiper-button-disabled {
        opacity: .4;
        cursor: default;
        pointer-events: none
    }
}

.news .swiper-slide {
    height: auto
}

.news .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: 2.4rem;
    line-height: 1
}

.news .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: #c19d74;
    opacity: .35
}

.news .swiper-pagination-bullet-active {
    opacity: 1
}

.news .btn {
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .news .btn {
        margin-top: 5rem;
        width: 32rem
    }
}

@media screen and (min-width: 744px) {
    main {
        margin-top: 0 !important
    }
}

.about,
.company,
.news {
    position: relative;
    z-index: 2;
    background-color: #fff
}

.about {
    padding: 5rem 0 8rem;
    overflow: visible;
    min-height: 100vh
}

@media screen and (min-width: 1100px) {
    .about {
        padding: 6rem 0 12rem
    }
}

.about>.container,
.about>.ttl,
.about>.about-text,
.about>.about-tree {
    opacity: 0;
    transform: translateY(3rem);
    transition: opacity 1.2s ease, transform 1.2s ease
}

.about.is-visible>.container,
.about.is-visible>.ttl,
.about.is-visible>.about-text,
.about.is-visible>.about-tree {
    opacity: 1;
    transform: translateY(0)
}

.about-tree {
    position: absolute;
    pointer-events: none
}

.about-tree img {
    display: block;
    width: 100%;
    height: auto
}

.about-tree--right {
    right: -5rem;
    top: 18rem;
    width: 22rem
}

@media screen and (min-width: 1100px) {
    .about-tree--right {
        right: -19vw;
        top: 10%;
        width: 71rem;
        z-index: 10
    }
}

.about-tree--left {
    display: none
}

@media screen and (min-width: 1100px) {
    .about-tree--left {
        display: block;
        left: -25vw;
        top: 25.4vw;
        width: 95rem;
        z-index: 0;
    }
}

.about .container {
    position: relative;
    z-index: 1
}

.about-head {
    text-align: center
}

.about-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 2rem;
    color: #724822;
    letter-spacing: .3em;
    line-height: 1.45
}

.about-title+.about-title {
    margin-top: 1.5rem;
    line-height:2;
}

@media screen and (min-width: 1100px) {
    .about-title {
        font-size: 3.2rem
    }

    .about-title+.about-title {
        margin-top: 2rem
    }
}

@media screen and (min-width: 1100px) {
    .about-title-br {
        display: none
    }
}

.about-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .about-dots {
        margin-top: 5rem;
        img {
            width: 13.6rem;
        }
    }
}

.about-text {
    margin-top: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #724822;
    line-height: 2;
    letter-spacing: .1em
}

@media screen and (min-width: 744px) {
    .about-text {
        text-align: center
    }
}

@media screen and (min-width: 1100px) {
    .about-text {
        font-size: 2rem;
        margin-top: 5rem
    }
}

.about-text p+p {
    margin-top: 0
}

.about-text-em {
    font-weight: 900;
    color: #4ca392;
    font-style: normal
}

.about-photos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 5.5rem;
    list-style: none;
    padding: 0
}

@media screen and (min-width: 1100px) {
    .about-photos {
        gap: 4rem;
        margin-top: 8rem
    }
}

.about-photos-item {
    width: 10.3rem;
    height: 8.3rem;
    border-radius: 32px 8px 32px 8px;
    overflow: hidden;
    flex-shrink: 0
}

@media screen and (min-width: 1100px) {
    .about-photos-item {
        width: 22rem;
        height: 18rem
    }
}

.about-photos-item picture,
.about-photos-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about .btn {
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .about .btn {
        margin-top: 5rem;
        width: 32rem
    }
}

.company {
    position: relative;
    background-color: #f5e9dc;
    border-radius: 40px;
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media screen and (min-width: 1100px) {
    .company {
        padding-top: 17.3rem;
        padding-bottom: 12rem
    }
}

.company-bird-deco {
    position: absolute;
    top: -2rem;
    right: 3.2rem;
    width: 4rem;
    pointer-events: none
}

@media screen and (min-width: 1100px) {
    .company-bird-deco {
        right: 30.7291666667vw;
        width: 2.0833333333vw
    }
}

.company-bird-deco img {
    display: block;
    width: 100%;
    height: auto
}

.company-block {
    margin-top: 4rem ;
}

@media screen and (min-width: 1100px) {
    .company-block {
        position: relative;
        min-height: 34.375vw;
        margin-top: -4.6rem;
    }
}

.company-block-photo {
    margin-left: 3rem;
    height: 22.7rem;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    top: -8rem
}

@media screen and (min-width: 1100px) {
    .company-block-photo {
        position: absolute;
        right: 0;
        top: -8rem;
        width: 49.4791666667vw;
        height: 31.25vw;
        margin: 0;
        border-radius: 20px 0 0 20px
    }
}

.company-block-photo picture,
.company-block-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.company-block-label {
    display: none
}

@media screen and (min-width: 1100px) {
    .company-block-label {
        display: flex;
        align-items: center;
        gap: 1rem;
        top: .6rem;
        position: relative;
        z-index: 5;
        padding-left: 4rem
    }
}

.company-block-label.left {
    justify-content: flex-end;
    padding-right: 4rem;
    padding-left: 0
}

.company-block-label-bird img {
    display: block;
    width: 3.2rem;
    height: auto
}

.company-block-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #c19d74;
    letter-spacing: .1em;
    line-height: 1.3
}

.company-block-card {
    margin-top: -2rem;
    margin-right: 3rem
}

@media screen and (min-width: 1100px) {
    .company-block-card {
        position: relative;
        z-index: 1;
        width: 42.4479166667vw;
        margin-left: 12.5vw;
        margin-top: 18.5rem;
        margin-right: 0;
        top: 12rem
    }
}

.company-block-box {
    position: relative;
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding: 4.3rem 2rem 4rem
}

@media screen and (min-width: 1100px) {
    .company-block-box {
        border-radius: 20px;
        padding: 6rem 5.2083333333vw
    }
}

.company-block-deco {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 7rem;
    pointer-events: none
}

@media screen and (min-width: 1100px) {
    .company-block-deco {
        top: 3.125vw;
        left: 3.125vw;
        width: 3.6458333333vw
    }
}

.company-block-deco img {
    display: block;
    width: 100%;
    height: auto;
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(74%) sepia(26%) saturate(4950%) hue-rotate(321deg) brightness(95%) contrast(89%)
}

.company-block-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #724822;
    letter-spacing: .05em;
    line-height: 1.5
}

@media screen and (min-width: 1100px) {
    .company-block-title {
        font-size: 2.4rem;
        letter-spacing: .1em
    }
}

.company-block-text {
    margin-top: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .company-block-text {
        font-size: 1.6rem;
        margin-top: 2rem
    }
}

.company-block-text br {
    display: block;
    content: "";
    margin-top: 0
}

.company-block--reverse {
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .company-block--reverse {
        margin-top: -3rem;
        + .company-dots {
            margin-top: -2rem;
        }
    }
}

.company-block--reverse .company-block-photo {
    margin-left: 0;
    border-radius: 0 20px 20px 0
}

@media screen and (min-width: 1100px) {
    .company-block--reverse .company-block-photo {
        right: auto;
        left: 0;
        border-radius: 0 20px 20px 0
    }
}

.company-block--reverse .company-block-card {
    margin-right: 0;
    margin-left: 3rem
}

@media screen and (min-width: 1100px) {
    .company-block--reverse .company-block-card {
        margin-left: 45.0520833333vw;
        margin-top: 19.5rem
    }
}

.company-block--reverse .company-block-box {
    border-radius: 20px 0 0 20px
}

@media screen and (min-width: 1100px) {
    .company-block--reverse .company-block-box {
        border-radius: 20px
    }
}

.company-block--reverse .company-block-label-bird img {
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(74%) sepia(26%) saturate(4950%) hue-rotate(321deg) brightness(95%) contrast(89%)
}

.company .btn-text {
    margin-top: 3rem
}

@media screen and (min-width: 1100px) {
    .company .btn-text {
        margin-top: 4rem
    }
}

.company-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .company-dots {
        margin-top: 4rem;
        img {
            width: 11.2rem;
        }
    }
}

.company-recruit {
    margin-top: 4rem;
    background-color: #f5e9dc
}

@media screen and (min-width: 1100px) {
    .company-recruit {
        margin-top: 6.3rem;
        background-color: rgba(0, 0, 0, 0)
    }
}

.company-recruit-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    position: relative;
    z-index: 10;
    top: .5rem;
    font-size: 0;
    text-align: center;
    padding-left: 14vw
}

@media screen and (min-width: 744px) {
    .company-recruit-head {
        padding-left: 0
    }
}

@media screen and (min-width: 1100px) {
    .company-recruit-head {
        top: 1rem
    }
}

.company-recruit-bird img {
    display: block;
    width: 3.2rem;
    height: auto
}

.company-recruit-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em
}

@media screen and (min-width: 1100px) {
    .company-recruit-en {
        font-size: 2.4rem;
        letter-spacing: .15em
    }
}

.company-recruit-wrap {
    background-color: #fff;
    padding: 4rem 3rem 5rem;
    border-radius: 20px;
    max-width: 103rem;
    margin: 0 auto
}

.company-recruit-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    margin-top: 1.6rem
}

.company-recruit-caption-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #724822;
    text-align: center;
    line-height: 1.5
}

@media screen and (min-width: 1100px) {
    .company-recruit-caption-text {
        font-size: 2rem
    }
}

.company-recruit-caption-line {
    flex-shrink: 0;
    position: relative;
    width: 1.2rem;
    height: 1.5rem
}

.company-recruit-caption-line::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2.9rem;
    height: 1px;
    background-color: #c19d74;
    top: 44%;
    transform: translateX(-50%) rotate(-51.34deg)
}

.company-recruit-caption-line--left {
    transform: scaleX(-1)
}

.company-recruit-video {
    margin-top: 2rem
}

@media screen and (min-width: 1100px) {
    .company-recruit-video {
        max-width: 42.7083333333vw;
        margin: 1.6rem auto 0
    }
}

.company-recruit-video-inner {
    position: relative;
    padding-top: 56.25%
}

.company-recruit-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px
}

@media screen and (min-width: 1100px) {
    .company-recruit-video-inner iframe {
        border-radius: 16px
    }
}

.company-recruit-bnr {
    display: block;
    position: relative;
    margin: 3rem auto 0;
    transition: .5s
}

.company-recruit-bnr:hover {
    opacity: .5
}

.company-recruit-bnr {
    max-width: 39rem;
    padding: 0 3rem
}

@media screen and (min-width: 744px) {
    .company-recruit-bnr {
        max-width: 109rem;
        height: 20rem;
        display: flex;
        margin: 5rem auto 0;
        border-radius: 20px;
        overflow: hidden;
        flex-direction: row-reverse
    }
}

.company-recruit-bnr-photo {
    height: 12rem;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}

@media screen and (min-width: 744px) {
    .company-recruit-bnr-photo {
        width: 50%;
        height: 20rem;
        border-radius: 0 20px 20px 0
    }
}

.company-recruit-bnr-photo picture,
.company-recruit-bnr-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right
}

@media screen and (min-width: 744px) {
    .company-recruit-bnr-photo {
        width: 50%
    }
}

.company-recruit-bnr-content {
    background-color: #4ca392;
    padding: 2rem 2rem 4.5rem;
    border-radius: 0 0 20px 20px
}

@media screen and (min-width: 744px) {
    .company-recruit-bnr-content {
        width: 50%;
        order: 1;
        padding: 0 2.6041666667vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 20px 0 0 20px
    }
}

.company-recruit-bnr-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff
}

@media screen and (min-width: 1100px) {
    .company-recruit-bnr-title {
        font-size: 2rem;
        letter-spacing: .1em
    }
}

.company-recruit-bnr-text {
    margin-top: .8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .company-recruit-bnr-text {
        font-size: 1.6rem
    }
}

.company-recruit-bnr-icon {
    position: absolute;
    right: 4.6rem;
    top: 6.8rem;
    width: 4rem;
    height: 4rem
}

@media screen and (min-width: 744px) {
    .company-recruit-bnr-icon {
        right: 4.6rem;
        top: 14.7rem;
        bottom: 0.8333333333vw
    }
}

.sp-recruit-tab {
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    width: 4rem;
    height: 13.5rem;
    background-color: #e57d59;
    border-radius: 8px 0 0 8px;
    text-decoration: none
}

@media screen and (min-width: 1500px) {
    .sp-recruit-tab {
        display: none
    }
}

.sp-recruit-tab-text {
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: .1em
}

.sp-recruit-tab-icon {
    display: flex
}

.sp-recruit-tab-icon img {
    width: 1.8rem;
    height: 1.8rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%)
}

/*# sourceMappingURL=top.css.map */


.about-title-tree {
  position: relative;
  display: inline-block; 
}

.about-title-bird {
  position: absolute;
  top: -4px;   
  left: -10px; 
  width: 18px;  
  height: auto;
  pointer-events: none; 
}

@media screen and (min-width: 744px) {
  .about-title-bird {
    top: 0px;
    left: -15px;
    width: 32px;
  }
}