.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: 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;
    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: 9.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
    }
}

.about-grid {
    margin-top: 0rem;
    display: flex;
    gap: 2rem;
    flex-direction: column-reverse;
}

@media screen and (min-width: 1100px) {
    .about-grid {
        display: grid;
        grid-template-columns: 57rem 51rem;
        gap: 6rem;
        justify-content: center
    }
}

.about-table table {
    width: 100%;
    border-collapse: collapse
}

.about-table tr {
    border-top: 1px solid #d8d6d2
}

.about-table tr:last-child {
    border-bottom: 1px solid #d8d6d2
}

.about-table th,
.about-table td {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #776656;
    line-height: 2;
    padding: 1.4rem 0;
    vertical-align: top;
    text-align: left
}

.about-table th {
    width: 10rem;
    white-space: nowrap
}

@media screen and (min-width: 744px) {
    .about-table th {
        width: 12rem
    }
}

.about-table td a {
    color: #776656;
    text-decoration: none
}

.about-table td a:hover {
    text-decoration: underline
}

.about-map {
    margin-top: 3rem;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 610/450
}

@media screen and (min-width: 1100px) {
    .about-map {
        margin-top: 0
    }
}

.about-map iframe {
    width: 100%;
    height: 100%;
    display: block
}

.about-photo {
    margin-top: 0rem;
    background-color: #d8d6d2;
    border-radius: 20px;
    overflow: hidden
}

@media screen and (min-width: 1100px) {
    .about-photo {
        margin-top: 0
    }
}

.about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.company-info {
    padding: 8rem 0 0rem
}

@media screen and (min-width: 744px) {
    .company-info {
        padding: 10rem 0 0rem
    }
}

.company-info-link {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    color: #4ca392 !important
}

.company-info-link img {
    width: 1.6rem;
    height: 1.6rem;
    filter: brightness(0) saturate(100%) invert(59%) sepia(29%) saturate(629%) hue-rotate(118deg) brightness(92%) contrast(87%)
}

.company-info-photo {
    aspect-ratio: 610/407;
    @media screen and (min-width: 1100px) {
        margin-bottom: 2rem;
    }
}

.company-info-side {
    margin-top: 0rem
}

@media screen and (min-width: 1100px) {
    .company-info-side {
        margin-top: 0
    }
}

.facility-list {
    padding: 6rem 0 0rem
}

@media screen and (min-width: 744px) {
    .facility-list {
        padding: 10rem 0 0rem
    }
}

.facility-list-items {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    gap: 6rem
}

@media screen and (min-width: 1100px) {
    .facility-list-items {
        gap: 6rem
    }
}

.facility-list-item-photo {
    aspect-ratio: 610/450
}

.facility-list-item-photo iframe {
    width: 100%;
    height: 100%;
    display: block
}

.care-center {
    padding: 6rem 0 0rem
}

@media screen and (min-width: 744px) {
    .care-center {
        padding: 10rem 0 0rem
    }
}
.care-center .about-map {
    margin-top: 0rem
}

.partners {
    padding: 6rem 0 6rem
}

@media screen and (min-width: 744px) {
    .partners {
        padding: 10rem 0 12rem
    }
}

.partners-category {
    margin-top: 2rem
}

.partners-category:first-child {
    margin-top: 5rem
}

.partners-category-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #c19d74;
    text-align: center;
    letter-spacing: .2rem;
    padding-top: 1.8rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d6d2;
    position: relative
}

.partners-category-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 1.4rem;
    background: url("../img/facility/ttl_leaf.svg") no-repeat center/contain
}

.partners-list {
    display: flex;
    flex-direction: column
}

.partners-card {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2rem;
    background-color: #faf7f4;
    border-radius: 8px;
    margin-top: 2rem
}

@media screen and (min-width: 1100px) {
    .partners-card {
        flex-direction: row;
        align-items: center;
        padding: 3rem 4rem;
        gap: 0
    }
}

.partners-card-name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #724822;
    letter-spacing: .2rem;
    line-height: 1.5
}

@media screen and (min-width: 1100px) {
    .partners-card-name {
        width: 36rem;
        flex-shrink: 0;
        padding-right: 4rem;
        border-right: 1px solid #d8d6d2
    }
}

@media screen and (min-width: 1100px) {
    .partners-card-info {
        flex: 1;
        padding-left: 3.2rem
    }
}

.partners-card-address,
.partners-card-tel {
    position: relative;
    padding-left: 3.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #776656;
    line-height: 2
}
.partners-card-address {
    padding-left: 0;
}
.partners-card-address::before,
.partners-card-tel::before {
    content: "";
    position: absolute;
    left: 0;
    top: .4rem;
    width: 2.4rem;
    height: 2.4rem
}

.partners-card-address::before {
    /* background: url("../img/about/map_pin.svg") no-repeat center/contain */
}

.partners-card-tel::before {
    background: url("../img/about/tel_icon.svg") no-repeat center/contain
}

.partners-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    background-color: #c19d74;
    flex-shrink: 0;
    transition: opacity .3s;
    align-self: flex-end
}

@media screen and (min-width: 1100px) {
    .partners-card-link {
        align-self: center;
        margin-left: auto
    }
}

.partners-card-link:hover {
    opacity: .7
}

.partners-card-link img {
    width: 2rem;
    height: 2rem;
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(22%) hue-rotate(217deg) brightness(105%) contrast(100%)
}

.initiatives {
    padding: 6rem 0 0rem;
    background-color: #faf7f4;
    border-radius: 4rem 4rem 0 0;
}

@media screen and (min-width: 744px) {
    .initiatives {
        padding: 10rem 0 0rem
    }
}

.initiatives-category {
    margin-top: 4rem
}

.initiatives-category:first-child {
    margin-top: 5rem
}

.initiatives-category-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #c19d74;
    text-align: center;
    letter-spacing: .2rem;
    padding-top: 1.8rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d6d2;
    position: relative
}

.initiatives-category-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 1.4rem;
    background: url("../img/facility/ttl_leaf.svg") no-repeat center/contain
}

.initiatives-cards {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem
}

@media screen and (min-width: 1100px) {
    .initiatives-cards {
        flex-direction: row;
        gap: 3.125vw
    }
}

.initiatives-card {
    flex: 1
}

.initiatives-card-img {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 373/267
}

.initiatives-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.initiatives-card-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #776656;
    line-height: 1.5;
    margin-top: 2rem
}

.initiatives-card-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #776656;
    line-height: 2;
    margin-top: 1.2rem
}

.initiatives-nanozone {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem
}

@media screen and (min-width: 1100px) {
    .initiatives-nanozone {
        flex-direction: row;
        padding: 4rem;
        gap: 4rem
    }
}

.initiatives-nanozone-img {
    flex-shrink: 0;
    border: 1px solid #f5e9dc;
    border-radius: 20px;
    overflow: hidden;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 1100px) {
    .initiatives-nanozone-img {
        width: 42rem
    }
}

.initiatives-nanozone-img img {
    max-width: 100%;
    height: auto
}

.initiatives-nanozone-body {
    flex: 1
}

.initiatives-nanozone-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #776656;
    line-height: 1.5
}

.initiatives-nanozone-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #776656;
    line-height: 2;
    margin-top: 1.2rem
}

.initiatives-nanozone-contact {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #776656;
    line-height: 1.5;
    margin-top: 2rem
}

.initiatives-health {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem
}

@media screen and (min-width: 1100px) {
    .initiatives-health {
        flex-direction: row;
        align-items: center;
        gap: 4rem
    }
}

.initiatives-health-img {
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 1100px) {
    .initiatives-health-img {
        width: 50.5rem
    }
}

.initiatives-health-img img {
    max-width: 33.2rem;
    height: auto
}

.initiatives-health-body {
    flex: 1
}

.initiatives-health-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #776656;
    line-height: 1.5
}

.initiatives-health-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #776656;
    line-height: 2;
    margin-top: 1.2rem
}

.disclosure {
    padding: 6rem 0 8rem;
    background-color: #faf7f4;
    border-radius: 0 0 4rem 4rem ;
}

@media screen and (min-width: 1100px) {
    .disclosure {
        padding: 8rem 0 10rem
    }
}

.disclosure .ttl {
    text-align: left
}

.disclosure-sub {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #c19d74;
    letter-spacing: .1em;
    text-align: center;
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c19d74
}

@media screen and (min-width: 1100px) {
    .disclosure-sub {
        font-size: 2rem
    }
}

.disclosure-lead {
    margin-top: 3rem
}

.disclosure-lead-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #776656;
    line-height: 2
}

@media screen and (min-width: 1100px) {
    .disclosure-lead-ttl {
        font-size: 1.8rem
    }
}

.disclosure-lead-text {
    margin-top: 1rem;
    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) {
    .disclosure-lead-text {
        font-size: 1.6rem
    }
}

.disclosure-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem
}

@media screen and (min-width: 1100px) {
    .disclosure-cards {
        flex-direction: row;
        gap: 2rem
    }
}

.disclosure-card {
    background: #fff;
    border-radius: 2rem;
    padding: 3rem 2.4rem
}

@media screen and (min-width: 1100px) {
    .disclosure-card {
        flex: 1;
        padding: 4rem 4rem 3.5rem
    }
}

.disclosure-card-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #776656;
    line-height: 1.5
}

@media screen and (min-width: 1100px) {
    .disclosure-card-ttl {
        font-size: 1.8rem;
        line-height: 2
    }
}

.disclosure-card-text {
    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) {
    .disclosure-card-text {
        font-size: 1.6rem
    }
}

/*# sourceMappingURL=page-about.css.map */