.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
}

.recruit {
    padding: 6rem 0 6rem;
    position: relative
}

.recruit::after {
    content: "";
    width: 100%;
    height: 30rem;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #edf6f4;

}

@media screen and (min-width: 744px) {
    .recruit {
        padding: 10rem 0 10rem
    }

    .recruit .container {
        max-width: 131rem;
    }
    .recruit::after {
        top: 48%;
    }
}

.recruit-photos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    margin-top: 2rem;
    position: relative
}

@media screen and (min-width: 744px) {
    .recruit-photos {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem
    }
}

.recruit-bird {
    position: absolute;
    right: 0rem;
    top: -1.2rem;
    transform: translateY(-50%);
    z-index: 1;
}

@media screen and (min-width: 744px) {
    .recruit-bird {
        display: block;
        position: absolute;
        right: -11rem;
        top: 26%;
        transform: translateY(-50%)
    }
}

.recruit-photo {
    border-radius: .4rem;
    overflow: hidden
}

.recruit-photo img {
    display: block;
    width: 100%;
    height: 50vw;
    object-fit: cover
}

@media screen and (min-width: 744px) {
    .recruit-photo img {
        height: 36rem;
        object-position: center
    }
}

@media screen and (min-width: 1100px) {
    .recruit-photo img {
        height: 50rem
    }
}

.recruit-photo--01 img {
    object-position: center 27%
}

.recruit-photo--02 img {
    object-position: center 9%
}

.recruit-photo--03 img {
    object-position: center 37%
}

@media screen and (min-width: 744px) {

    .recruit-photo--01 img,
    .recruit-photo--02 img,
    .recruit-photo--03 img {
        object-position: center
    }
}

.recruit-card {
    background: #fff;
    border-radius: 2rem 2rem 0 0;
    padding: 3.2rem 3rem;
    margin-top: -2rem ; 
    position: relative;
}

@media screen and (min-width: 744px) {
    .recruit-card {
        position: relative;
        z-index: 1;
        padding: 4rem 5rem;
        max-width: 82rem;
        margin: -5rem auto 0
    }
}

@media screen and (min-width: 1100px) {
    .recruit-card {
        padding: 4.8rem 10rem
    }
}

.recruit-card-link {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #4ca392;
    text-decoration: none;
    line-height: 1.5;
    transition: opacity .3s;
    text-align: center
}

@media screen and (min-width: 744px) {
    .recruit-card-link {
        font-size: 1.8rem;
        flex-shrink: 0
    }
}

.recruit-card-link:hover {
    opacity: .7
}

.recruit-card-text {
    margin-top: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 744px) {
    .recruit-card-text {
        font-size: 1.6rem;
        margin-top: 1rem
    }
}

.cta {
    position: relative;
    padding: 4rem 0 8rem;
    background-color: #f5e9dc
}

@media screen and (min-width: 744px) {
    .cta {
        padding: 5rem 0 12rem
    }
}

.cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.cta-bg picture,
.cta-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta .container {
    position: relative;
    z-index: 1;
    padding-top: 4rem
}

@media screen and (min-width: 744px) {
    .cta .container {
        padding-top: 3rem
    }
}

.cta-birds {
    position: absolute;
    top: -3.3rem;
    left: 3rem;
    pointer-events: none;
    z-index: 2
}

.cta-birds img {
    display: block;
    width: 14.8rem;
    height: auto
}

.cta .ttl {
    margin-bottom: 3rem
}

@media screen and (min-width: 744px) {
    .cta .ttl {
        margin-bottom: 5rem
    }
}

.cta-card {
    background: hsla(0, 0%, 100%, .8);
    border-radius: 2rem;
    padding: 4rem 2rem
}

@media screen and (min-width: 744px) {
    .cta-card {
        display: flex;
        align-items: stretch;
        padding: 6rem 5rem
    }
}

@media screen and (min-width: 1100px) {
    .cta-card {
        padding: 8rem 6.25vw
    }
}

@media screen and (min-width: 744px) {
    .cta-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.cta-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    margin: 0 auto
}

.cta-item-icon img {
    display: block;
    max-height: 3.2rem;
    width: auto
}

.cta-item-title {
    margin-top: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #724822;
    text-align: center;
    line-height: 1.5
}

@media screen and (min-width: 744px) {
    .cta-item-title {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 1100px) {
    .cta-item-title {
        font-size: 2rem
    }
}

.cta-item-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: 744px) {
    .cta-item-text {
        font-size: 1.6rem
    }
}

.cta-item .btn-text {
    margin-top: 3rem;
    width: 100%
}

@media screen and (min-width: 744px) {
    .cta-item .btn-text {
        margin-top: auto;
        padding-top: 3rem
    }
}

.cta-divider {
    margin: 4rem 0;
    height: 1px;
    background-color: #c19d74;
    opacity: .3
}

@media screen and (min-width: 744px) {
    .cta-divider {
        margin: 0 4rem;
        width: 1px;
        height: auto;
        align-self: stretch;
        flex-shrink: 0
    }
}

.pagetop {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: opacity .3s;

    @media screen and (max-width: 1099px) {
        width: 100%;
        height: 8rem;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: row;
        gap: 2rem;
        justify-content: center;
        background-color: #FAF7F4;

        .pagetop-circle {
            flex-direction: row;
            gap: 1.2rem;
            padding: 0;
            width: auto;
        }

        .pagetop-txt {
            transform: rotate(0);
        }
    }

    @media screen and (min-width: 1100px) {
        inset: auto;
    }
}

.pagetop_sp {
    display: none;

    @media screen and (max-width: 1099px) {
        display: flex;
    }
}

.pagetop_pc {
    display: flex;

    @media screen and (max-width: 1099px) {
        display: none;
    }
}

.pagetop:hover {
    opacity: .7
}

@media screen and (min-width: 1100px) {
    .pagetop {
        right: -6rem;
        top: 0;

        @media screen and (max-width: 1480px) {
            right: 0;
        }
    }
}

.pagetop-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.8rem;
    width: 4rem;
    padding: 1.2rem 0;
    border-radius: 3.2rem;
    overflow: hidden
}

.pagetop-scroll {
    display: block;
    flex-shrink: 0
}

.pagetop-txt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #c19d74;
    letter-spacing: .1em;
    white-space: nowrap;
    transform: rotate(90deg)
}

.pagetop-bird {
    display: block;
    width: 2.2rem;
    height: auto;
    margin-top: .6rem
}

.footer {
    background-color: #fff;
    position: relative;

    @media screen and (max-width: 1099px) {
        padding-bottom: 8rem;
    }
}

.footer-body {
    padding: 4rem 0 0;

}

@media screen and (min-width: 1100px) {
    .footer-body {
        padding: 6rem 0 0
    }
}

.footer .container {
    max-width: 131rem;
    position: relative;

    @media screen and (min-width: 1100px) {
        padding: 0 6rem 0 3rem;
    }
}

.footer-main {
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

@media screen and (min-width: 1100px) {
    .footer-main {
        flex-direction: row;
        align-items: flex-start;
        gap: 3.2rem
    }
}

.footer-right {
    position: relative;
    z-index: 10
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

@media screen and (min-width: 1100px) {
    .footer-brand {
        flex-shrink: 0;
        margin-right: auto
    }
}

.footer-logo {
    display: block
}

.footer-logo img {
    display: block;
    width: 16rem;
    height: auto
}

@media screen and (min-width: 1100px) {
    .footer-logo img {
        width: 27rem
    }
}

.footer-address {
    font-style: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #776656;
    line-height: 1.8
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

@media screen and (min-width: 1100px) {
    .footer-contact {
        flex-direction: row;
        align-items: center;
        gap: 1.6rem;
        flex-shrink: 0
    }
}

.footer-tel {
    display: block;
    background-color: #c19d74;
    border-radius: 20px 12px 12px 12px;
    padding: 2rem 2.4rem;
    text-decoration: none;
    text-align: center;
    transition: opacity .3s
}

.footer-tel:hover {
    opacity: .7
}

@media screen and (min-width: 1100px) {
    .footer-tel {
        border-radius: 40px 20px 20px 20px;
        padding: 1.4rem 3.2rem
    }
}

.footer-tel-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff
}

.footer-tel-label img {
    display: block;
    width: 2rem;
    height: auto;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    flex-shrink: 0
}

@media screen and (min-width: 1100px) {
    .footer-tel-label {
        font-size: 1.6rem;
        letter-spacing: .1em
    }
}

.footer-tel-num {
    display: block;
    margin-top: .4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    color: #fff;
    letter-spacing: .05em
}

@media screen and (min-width: 1100px) {
    .footer-tel-num {
        font-size: 4.5rem
    }
}

.footer-btns {
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

@media screen and (min-width: 1100px) {
    .footer-btns {
        flex-shrink: 0
    }
}

.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.6rem 2rem;
    border-radius: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s
}

.footer-btn img {
    display: block;
    width: auto;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%);
    flex-shrink: 0
}

.footer-btn:hover {
    opacity: .7
}

@media screen and (min-width: 1100px) {
    .footer-btn {
        font-size: 1.6rem;
        padding: 1.6rem 2.4rem;
        white-space: nowrap
    }
}

.footer-btn--green {
    background-color: #4ca392
}

.footer-btn--orange {
    background-color: #e57d59
}

.footer-nav-wrap {
    margin-top: 4rem;
    padding-bottom: 10rem;
    display: flex;
    flex-direction: column;
    gap: 4rem
}

@media screen and (min-width: 1100px) {
    .footer-nav-wrap {
        flex-direction: row;
        align-items: flex-start;
        gap: 4rem
    }
}

.footer-tree {
    position: absolute;
    bottom: -9%;
    left: 13%
}

@media screen and (min-width: 744px) {
    .footer-tree {
        bottom: 11rem
    }
}

@media screen and (min-width: 1100px) {
    .footer-tree {
        display: block;
        flex-shrink: 0;
        width: 24rem;
        align-self: flex-end;
        bottom: 7vw;
        left: -33vw
    }

    .footer-tree img {
        display: block;
        width: 100%;
        height: auto
    }
}

.footer-navs {
    display: flex;
    flex-direction: column;
    gap: 4rem
}

@media screen and (min-width: 1100px) {
    .footer-navs {
        flex: 1;
        flex-direction: row;
        gap: 4rem
    }
}

@media screen and (min-width: 1100px) {
    .footer-nav {
        flex: 1
    }
}

.footer-nav-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #4ca392;
    letter-spacing: .1em
}

.footer-nav-ttl {
    margin-top: .4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #724822
}

.footer-nav-list {
    margin-top: 1.6rem;
    list-style: none
}

.footer-nav-list li {
    border-bottom: 1px dashed #f5e9dc
}

.footer-nav-list li:first-child {
    border-top: 1px dashed #f5e9dc
}

.footer-nav-list li a {
    display: block;
    padding: 1rem 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #776656;
    text-decoration: none;
    transition: opacity .3s
}

.footer-nav-list li a:hover {
    opacity: .6
}

@media screen and (min-width: 1100px) {
    .footer-nav-list li a {
        font-size: 1.6rem
    }
}

.footer-nav-list__sub {
    margin-left: 2rem
}

.footer-nav-list__sub a {
    padding-left: 1.6rem
}

.footer-badge {
    margin-top: 2rem
}

@media screen and (min-width: 744px) {
    .footer-badge {
        margin-top: 4rem
    }
}

.footer-badge img {
    display: block;
    height: auto;
    width: 16rem
}

@media screen and (min-width: 1100px) {
    .footer-badge img {
        width: 19rem;
        margin-left: auto
    }
}

.footer-wave {
    margin-top: 4rem
}

@media screen and (min-width: 744px) {
    .footer-wave {
        margin-top: -24rem
    }
}

.footer-wave img {
    display: block;
    width: 100%;
    height: 20.6vw
}

@media screen and (min-width: 744px) {
    .footer-wave img {
        height: auto
    }
}

.footer-bottom {
    background-color: #724822;
    padding: 2.4rem 0
}

.footer-bottom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center
}

@media screen and (min-width: 1100px) {
    .footer-bottom .container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left
    }
}

.footer-privacy {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s
}

.footer-privacy:hover {
    opacity: .7
}

.footer-copy {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #fff
}

.breadcrumbs {
    text-align: right; 
    padding-bottom: 6rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #c19d74;
    line-height: 2; 
}

.breadcrumbs .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; /* 右寄せ */
    align-items: center;
    gap: 8px 12px; 
}

.breadcrumbs span[property="itemListElement"] {
    display: inline-block;
    word-break: keep-all; 
}

.breadcrumbs .sep {
    padding: 0; 
    margin: 0;
    color: #724822;
}

.breadcrumbs a {
    color: #c19d74;
}

.breadcrumbs .current-item {
    color: #724822;
}

@media screen and (min-width: 744px) {
    .breadcrumbs {
        padding-bottom: 1rem;
    }
}