.main {
    background-color: #F9EDF0;
    padding-top: 4.368rem;
    color: #3A3A3A;
    overflow: hidden;
}

/* keyvisual */
.keyvisual {
    width: 110rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 6rem;
}

.keyvisual__img {
    width: 110rem;
    height: 44rem;
    border-radius: 4rem;
    overflow: hidden;
    margin-bottom: 4.646rem;
}

.keyvisual__title {
    position: absolute;
    bottom: 28rem;
    left: 50%;
    transform: translateX(-50%);
    width: 57.3rem;
    height: 12.4rem;
    background-color: #F9EDF0;
    border-radius: 4rem;
    font-size: 4rem;
    font-weight: 800;
    text-align: center;
    padding-top: 3.754rem;
    font-family: "Zen Maru Gothic", sans-serif;
}

.breadcrumbs__list {
    display: flex;
    margin-bottom: 3.9rem;
}

.breadcrumbs__item {
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: calc(30/20);
    color: #707070;
}

.breadcrumbs__item a{
    color: #707070;
}

.breadcrumbs__item a::after {
    content: "\003e";
    padding-right: 1rem;
    margin-left: 1rem;
}

.keyvisual__text {
    font-size: 1.8rem;
    color: #D86597;
    margin: 0 auto 3.6rem;
    width: 60rem;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    line-height: 1.8;
}

.keyvisual__link {
    width: 40rem;
    height: 5.5rem;
    border-radius: 2.5rem;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 1.6rem;
    font-weight: 800;
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0 auto;
    color: #3A3A3A;
    text-decoration: none;
}

.arrow-link {
    position: relative;
}

.arrow-link::before {
    position: absolute;
    top: 50%;
    right: 1.7rem;
    width: 1.4rem;
    height: 0.2rem;
    background-color: #707070;
    transform: translateY(-50%);
    content: "";
    pointer-events: none;
}

.arrow-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.7rem;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.2rem solid #707070;
    border-right: 0.2rem solid #707070;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.keyvisual__link.arrow-link::before,
.keyvisual__link.arrow-link::after {
    right: 2.4rem;
}

/* 子育て支援センター */
.center {
    background-color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.center__title {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4.5rem;
}

.center__title-en {
    display: block;
    width: 17.9rem;
    margin: 0 auto -0.8rem;
}

.center__title-en img {
    display: block;
    width: 100%;
    height: auto;
}

.center__title-icon {
    display: block;
    width: 1.8rem;
    margin: 0 auto 0.4rem;
}

.center__title-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.center__title-ja {
    display: block;
    color: #2B2C2C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1.25;
}

.center__text {
    font-size: 1.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0 auto;
    margin-bottom: 2.3rem;
    width: 70rem;
    line-height: calc(32 / 16);
}

.center__day {
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
}

.center__content {
    display: flex;
    width: 88rem;
    gap: 5rem;
    justify-content: center;
    padding: 5rem 4rem;
    background-color: #F9EDF0;
    border-radius: 6rem;
    margin: 0 auto;
}

.center__content-left {
    width: 38rem;
}

.center__content-logo {
    display: block;
    width: 10rem;
    height: auto;
    margin: 0 auto;
}

.center__content-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.center__content-title {
    font-size: 2.4rem;
    font-weight: 800;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    margin-bottom: 3rem;
}

.center__content-text1 {
    font-size: 1.6rem;
    font-weight: 800;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 1.6rem;
    color: #E28973;
}

.center__content-list {
    font-size: 2rem;
    font-weight: 800;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 1.6rem;
}

.center__content-list li {
    margin-bottom: 0.6rem;
}

.center__content-text2 {
    font-size: 1.2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.center__play-title {
    width: 38rem;
    height: 2.6rem;
    border-radius: 0.8rem;
    text-align: center;
    line-height: 2.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
    background-color: white;
}

.center__play-text {
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.center__link {
    display: flex;
    gap: 1.2rem;
    font-family: "Zen Maru Gothic", sans-serif;
}

.center__link--pink {
    width: 18rem;
    height: 4.5rem;
    background-color: #EBBCD2;
    border-radius: 2.2rem;
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: black;
    text-decoration: none;
}

.center__link--orange {
    width: 19rem;
    height: 4.5rem;
    background-color: #E9BDB2;
    border-radius: 2.2rem;
    font-size: 1.4rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-decoration: none;
}

.center__content-right img {
    width: 35rem;
    height: 44rem;
    border-radius: 5rem;
    object-fit: cover;
}

/* 一時お預かり */
.care {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: white;
}

.care__title {
    width: fit-content;
    margin: 0 auto 4.5rem;
    text-align: center;
}

.care__title-en {
    display: block;
    width: 13.6rem;
    margin: 0 auto -0.5rem;
}

.care__title-en img {
    display: block;
    width: 100%;
    height: auto;
}

.care__title-icon {
    display: block;
    width: 2.2rem;
    margin: 0 auto 0.4rem;
}

.care__title-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.care__title-ja {
    display: block;
    color: #2B2C2C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1.25;
}

.care__text {
    width: 70rem;
    margin: 0 auto 4.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
}

.care__content {
    display: flex;
    justify-content: center;
    gap: 5rem;
    width: 88rem;
    margin: 0 auto;
    padding: 5rem 4rem;
    background-color: #F9EFDF;
    border-radius: 6rem;
}

.care__content-left {
    width: 38rem;
}

.care__content-logo {
    display: block;
    width: 4rem;
    margin: 0 auto 0.8rem;
}

.care__content-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.care__content-title {
    margin-bottom: 3rem;
    color: #2B2C2C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
}

.care__detail-title {
    width: 38rem;
    height: 2.6rem;
    margin-bottom: 1.6rem;
    border-radius: 0.8rem;
    background-color: #FFFFFF;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 2.6rem;
    text-align: center;
}

.care__detail-list {
    margin-bottom: 2.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
}

.care__detail-list li {
    display: flex;
    position: relative;
    gap: 3rem;
    margin-bottom: 0.8rem;
    padding-left: 1.4rem;
}

.care__detail-list li::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #2B2C2C;
}

.care__detail-list span {
    width: 12rem;
}

.care__price-list {
    margin-bottom: 2.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
}

.care__price-list li {
    position: relative;
    margin-bottom: 0.8rem;
    padding-left: 1.4rem;
}

.care__price-list li::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #2B2C2C;
}

.care__price-list span {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
}

.care__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 18rem;
    height: 4.5rem;
    margin: 0 auto;
    border-radius: 2.2rem;
    background-color: #EBBCD2;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: black;
    text-decoration: none;
}

.care__content-right img {
    display: block;
    width: 35rem;
    height: 44rem;
    border-radius: 5rem;
    object-fit: cover;
}

/* 通園 */
.commute {
    padding-top: 16rem;
    padding-bottom: 12rem;
    background-color: #F9EDF0;
}

.commute__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 88rem;
    margin: 0 auto;
}

.commute__logo-box,
.commute__text-box {
    width: 48rem;
    height: 44rem;
    border-radius: 5rem;
}

.commute__logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
}

.commute__text-box {
    display: flex;
    align-items: center;
    margin-left: -7rem;
    padding-left: 13rem;
    background-color: #E4F2DC;
    margin-top: 10rem;
}

.commute__logo {
    width: 30rem;
}

.commute__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.commute__text-inner {
    width: 24rem;
}

.commute__title {
    margin-bottom: 2.2rem;
    color: #2B2C2C;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 800;
}

.commute__text {
    margin-bottom: 1rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
}

.commute__link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 23rem;
    height: 4.5rem;
    margin-top: 2.5rem;
    border-radius: 2.2rem;
    background-color: #FFFFFF;
    color: #72C05B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
}


@media screen and (max-width:699.98px) {
    .main {
        overflow: hidden;
        padding-top: 0;
    }

    .keyvisual {
        width: auto;
        padding-bottom: 6rem;
    }

    .keyvisual__img {
        width: 100%;
        height: 23.4rem;
        border-radius: 0;
        margin-bottom: 5.9rem;

    }

    .keyvisual__title {
        text-align: center;
        left: 2.6rem;
        transform: none;
        bottom: 30.5rem;
        font-size: 2.8rem;
        width: 33.6rem;
        height: 8.9rem;
        margin-top: -3rem;
        padding: 2.2rem;
    }

    .breadcrumbs__list {
        width: 34.9rem;
        margin: 0 auto 3rem;
    }


    .keyvisual__text {
        width: auto;
        padding: 0 2.5rem;
    }

    .keyvisual__link {
        width: 34rem;
        margin: 0 auto;
    }

    .keyvisual__link.arrow-link::before,
    .keyvisual__link.arrow-link::after {
        display: none;
    }

    .center {
        padding: 10rem 0 0;
    }

    .center__text {
        width: 34rem;
        margin: 0 auto 3rem;
    }

    .center__content {
        width: auto;
        flex-direction: column-reverse;
        padding: 0 2rem;
        padding-top: 8rem;
        gap: 6rem;
        padding-bottom: 8.3rem;
        border-radius: 0;
        position: relative;
        margin-top: 22rem;
        height: auto;
    }

    .center__img {
               position: absolute;
        top: -14rem;
        width: 100%;
    }

    .center__content-right img {
        width: 34rem;
        height: 24.2rem;
        border-radius: 6rem;
    }

    .center__content-left {
        width: auto;
    }

    .center__content-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .center__content-logo {
        width: 10.2rem;
        margin: 0 auto;
    }

    .center__content-text1 {
        text-align: center;
    }

    .center__content-list {
        padding-left: 2.5rem;
    }

    .center__content-list li {
        margin-bottom: 2rem;
    }

    .center__content-time {
        display: inline-block;
        padding-left: 1em;
    }

    .center__content-text2 {
        font-size: 1.4rem;
        padding-left: 2.5rem;
        width: 34rem;
    }

    .center__play-title {
        width: 34rem;
        margin: 0 auto 1.5rem;
    }

    .center__play-text {
        font-size: 1.6rem;
        width: 34rem;
        margin: 0 auto 6rem;
    }

    .center__link {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .center__link--pink {
        width: 32rem;
        height: 5.5rem;
        font-size: 2rem;
        
    }

    .center__link--orange {
        width: 32rem;
        height: 5.5rem;
        font-size: 2rem;
    }

    .care {
        padding: 8rem 0 0;
    }

    .care__text {
        width: 34rem;
        margin: 0 auto 3rem;
    }

    .care__content {
        width: auto;
        flex-direction: column-reverse;
        padding: 0 2rem;
        padding-top: 8rem;
        gap: 6rem;
        padding-bottom: 15.3rem;
        border-radius: 0;
        position: relative;
        margin-top: 22rem;
    }

    .care__img {
        position: absolute;
        top: -14rem;
        width: 100%;
    }

    .care__content-right img {
        width: 34rem;
        height: 24.2rem;
        border-radius: 6rem;
    }

    .care__content-left {
        width: auto;
    }

    .care__content-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .care__content-logo {
        width: 5.6rem;
        margin: 0 auto 1.2rem;
    }

    .care__detail-title {
        width: 34rem;
        margin: 0 auto 1.5rem;
    }

    .care__detail-list,
    .care__price-list {
        width: 34rem;
        margin-inline: auto;
    }

    .care__detail-list li {
        gap: 2rem;
    }

    .care__detail-list span {
        width: 15rem;
    }

    .care__price-list span {
        font-size: 1.4rem;
    }

    .care__link {
        width: 32rem;
        height: 5.5rem;
        font-size: 2rem;
    }

    .commute {
        padding: 7rem 0 0;
    }

    .commute__inner {
        display: block;
        width: auto;
    }

    .commute__logo-box,
    .commute__text-box {
        width: 34rem;
        height: 39.2rem;
        margin-inline: auto;
        border-radius: 6rem;
    }

    .commute__logo-box {
        min-height: 24.5rem;
        height:24.5rem;
        position: relative;
        z-index: 2;
    }

    .commute__logo {
        width: 26rem;
    }

    .commute__text-box {
        display: block;
        margin-top: -12rem;
        width: 100%;
        padding: 17rem 3rem 6rem;
        height: auto;
        border-radius: 0;
    }

    .commute__text-inner {
        width: auto;
    }

    .commute__title {
        font-size: 2.2rem;
        margin-bottom: 2.4rem;
    }

    .commute__text {
        font-size: 1.5rem;
    }

    .commute__link {
        width: 33rem;
        height: 5.5rem;
        margin: 3.2rem auto 0;
    }
    .center__content-title{
        font-size:3rem;
    }
}
