.main {
    width: 100%;
    max-width: 192rem;
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #F9EDF0;
}
._inner {
    width: 110rem;
    margin: 0 auto;
}

.teaching__title,
.objective__title,
.food__title,
.gallery__title,
.attempt__title {
    margin: 0 auto 6rem;
    width: fit-content;
}

.teaching__title picture,
.objective__title img,
.food__title img,
.gallery__title img,
.attempt__title img{
    width: auto;
    height: 8.9rem;
}

.hero {
    padding-top: 4.8rem;
}

.hero__img {
    position: relative;
    display: block;
    width: 110rem;
    height: 45.1rem;
    border-radius: 4rem;
    overflow: hidden;
}

.hero__title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #3A3A3A;
    line-height:calc(42 /28);
    letter-spacing: calc(2.8 /10 * 1rem);
}

.hero__title-box {
    position: relative;
    text-align: center;
    justify-content: center;
    background-color: #F9EDF0;
    width: 57.3rem;
    height: 12.4rem;
    border-radius: 4rem;
    margin: -9rem auto 0;
    padding: 3.9rem;
    z-index: 2;
}

.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;
}

.about__text-box {
    color: #D86597;
    width: 97rem;
    margin:  0 auto 10rem;
}

.about__title {
    text-align: center;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: calc(40/24);
    letter-spacing: calc(2.4 /10 * 1rem);
}

.about__title::before,
.about__title::after {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #D86597;
    border-radius: 50%;
    margin: 0 2rem;
}

.about__text {
    font-weight: 400;
    font-size: 2.4rem;
    color: #D86597;
    line-height: calc(40/24);
    letter-spacing: calc(2.4 /10 * 1rem);
}

.values__container {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    width: 80rem;
    margin: 0 auto;
    padding: 8rem 6rem 5rem;
    border-radius: 4rem;
    background-color: #fff;
}


.values__box {
    width: 30rem;
}

.values__img {
    width: 30rem;
    height: 22rem;
    margin-bottom: 3rem;
}

.values__caption {
    font-size: 2.4rem;
    font-weight: 800;
    color: #3A3A3A;
    line-height: calc(40/32);
    letter-spacing: calc(2.4 /10 * 1rem);
    text-align: center;
}

.values__box.values__box--2grid {
    width: 66rem;
}

.values__img.values__img--2grid {
    width: 66rem;
    height: 36rem;
}

.teaching__container {
    position: relative;
}

.teaching__img {
    position: absolute;
    width: 55.2rem;
    height: 71.5rem;
    border-radius: 6rem;
    overflow: hidden;
    z-index: 5;
    top: -5rem;
    left: 8.7rem;
}

.teaching__box {
    box-sizing: border-box;
    width: 91.1rem;
    background-color: #F2D69F;
    right: -9rem;
    padding: 10.5rem 7rem 10.5rem  29rem;
    border-radius:  6rem 0 0 6rem;
    margin: 12rem 0 24rem auto;
}

.teaching__list {
    list-style: none;
    counter-reset: teaching;
    padding: 0;
}

.teaching__item {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: calc(40/24);
    margin-bottom: 4.8rem;
    color: #3A3A3A;
    counter-increment: teaching;
}

.teaching__item::before {
    content: counter(teaching);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1;
    flex-shrink: 0;
    background-color: #fff;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    margin-right: 2.5rem;
}

.objective__list {
    display: flex;
    width: fit-content;
    margin: 0 auto 5.7rem;
}

.objective__item {
    width: 36.6rem;
    height: 36.6rem;
    border-radius: 50%;
    padding-top: 5rem;
}

.objective__item--heart {
    background-color: #D86597;
}

.objective__item--body {
    background-color: #ECA47E;
    margin-left: -5rem;
}

.objective__item--knowledge {
    background-color: #E581DC;
    margin-left: -5rem;
}

.objective__dt {
    font-size: 7rem;
    font-weight: 800;
    line-height: calc(154/70);
    color: #fff;
    text-align: center;
}

.objective__dd {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: calc(40/24);
    letter-spacing: calc(2.4 /10 * 1rem);
    color: #fff;
    text-align: center;
}

.objective__text {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: calc(40/24);
    letter-spacing: calc(2.4 /10 * 1rem);
    color: #3A3A3A;
    text-align: center;
    margin-bottom: 29.7rem;
}

.gallery {
    padding: 20.7rem 0 22.6rem;
    background-image: url("../img/nursery/gallery_img_bg1.svg");
    background-size: 150%;
    background-position: -35rem 0;
    margin-bottom: 27.3rem;
}

.gallery__container {
    position: relative;
}
.gallery__content {
    position: relative;
    width: 110rem;
    height: 53.2rem;
    overflow: hidden;
    border-radius: 6rem;
}

.gallery__list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

.gallery__item {
    min-width: 100%;
    height: 100%;
}

.gallery__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 15rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 110rem;
    height: 53.2rem;

}

.gallery__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 10rem;
    background-color: rgb(255 255 255 / 50%);
    color:#3A3A3A;
    border-radius: 50%;
    line-height: 0;
}

.gallery__btn span {
width: 4rem;
height: 4rem;
border-top: 4px solid #333;
border-right: 4px solid #333;
transform: rotate(45deg);
}

.gallery__btn.gallery__btn--back span {
    transform: rotate(-135deg);
    margin-left: 1rem;
}

.gallery__btn.gallery__btn--next span {
    transform: rotate(45deg);
    margin-right: 1rem;
}

.gallery__bots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    display: flex;
    gap: 2rem;
    width: fit-content;
    margin: 0 auto;
    z-index: 3;
}

.gallery__bot {
    display: block;
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.gallery__bot.gallery__bot--current  {
    background-color: #D86597;
}

.outing__container {
    position: relative;
}

.outing__box {
    box-sizing: border-box;
    width: 90.2rem;
    padding: 15rem 35.5rem 13.9rem 15.8rem;
    border-radius: 0 6rem 6rem 0;
    background-color: #fff;
}

.outing__title {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: calc(36/24);
    letter-spacing: calc(2.4 /10 * 1rem);
    color: #3A3A3A;
    margin-bottom: 3rem
}

.outing__text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(32/16);
    color: #3A3A3A;
}

.outing__img {
    position: absolute;
    top:-5rem;
    right: 8.9rem;
    width: 56.4rem;
    height: 52.6rem;
    border-radius: 6rem;
    overflow: hidden;
}

.outing__img img {
    object-position: center left;
}


.schedule {
    background-color: #F6E9CE;
    padding: 18.4rem 0;
}

.schedule__img {
    width: 110rem;
    height: auto;
    margin:  8rem auto;
}

.schedule__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem 1rem;
    width: 100%;
}

.schedule__content{
    flex-basis: 100%;
    width: 100%;
}

.schedule__box{
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between;
}

.schedule__month {
    display: flex;
    align-items: center;
    font-size: 3rem;
    width: 15rem;
    line-height: 1;
    font-weight: 400;
    vertical-align: bottom;
    text-align: center;
}


.schedule__month span {
    font-size: 15rem;
    font-weight: 500;
}
.schedule__month--october span,
.schedule__month--november span,
.schedule__month--december span {
    letter-spacing: calc(-10 /10 * 1rem);
}

.schedule__list {
    align-content: center;
    font-size: 1.3rem;
    line-height: calc(20/13);
    list-style: disc;
    padding-left: 1.5rem;
    width: 11rem;
}

.schedule__item {
    margin-bottom: 0.5rem;
}

.schedule__item:last-child {
    margin-bottom: 0;
}

.schedule__month--april,
.schedule__month--may,
.schedule__month--march {
    color: #cd5696;
}

.schedule__month--june,
.schedule__month--july,
.schedule__month--august {
    color: 	#81add4;
}

.schedule__month--september,
.schedule__month--october,
.schedule__month--november {
    color: #ea601c;
}

.schedule__month--december,
.schedule__month--january,
.schedule__month--february {
    color: 	#48a442;
}


.food {
    padding: 15.3rem 0;
    margin: 0 auto;
}

.food__text {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: calc(40/24);
    letter-spacing: calc(2.4 /10 * 1rem);
    text-align: center;
    margin-bottom: 2rem;
}

.food__img {
    width: 34.5rem;
    height: 23rem;
    border-radius: 2rem;
    overflow: hidden;
    margin: 0 auto;
}

.attempt__container {
    display: flex;
    gap: 3rem;
    width: fit-content;
    margin: 0 auto 14rem;
}

.attempt__box {
    width: 34.5rem;
}

.attempt__img {
    width: 34.5rem;
    height: 23rem;
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 3.2rem;
}

.attempt__subtitle {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: calc(36/24);
    letter-spacing: calc(2.4 /10 * 1rem);
    color: #3A3A3A;
    margin-bottom: 3.5rem;
}

.attempt__text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(32/16);
    color: #3A3A3A;
}

.attempt-event {
    padding: 19rem 0 0;
    background-color: #fff;
}

.attempt-event__container {
    width: 110rem;
}

.attempt-event__content {
    position: relative;
    padding-bottom: 13rem;
    margin-bottom: 13rem;
}

.attempt-event__img {
    border-radius: 8rem;
    overflow: hidden;
    position: absolute;
}

.attempt-event__img.attempt-event__img--right {
    width: 59.3rem;
    height: 54.9rem;
    top: -5rem;
    right: 0;
}

.attempt-event__img.attempt-event__img--left {
    width: 59.3rem;
    height: 54.9rem;
    top: -5rem;
    left: 0;
}

.attempt-event__img--activity img {
    object-position: right center;
}

.attempt-event__box {
    box-sizing: border-box;
    width: 59.3rem;
    padding: 13.8rem 16.7rem 7.5rem 13.7rem;
    border-radius: 8rem;
    background-color: #F9EDF0;
}

.attempt-event__box--left {
    width: 75.8rem;
    padding: 16.8rem 11rem 10rem 34.9rem;
    background-color: #E9CCEE;
    margin: 0 0 0 auto;
}

.attempt-event__subtitle {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: calc(36/24);
    letter-spacing: calc(2.4 /10 * 1rem);
    color: #3A3A3A;
    margin-bottom: 3.2rem;
}

.attempt-event__text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(32/16);
    color: #3A3A3A;
}

@media screen and (max-width:699.98px) {

    .main {
        width: 37.5rem;
    }

    .teaching__title,
    .objective__title,
    .food__title,
    .gallery__title,
    .attempt__title {
        margin: 0 auto 1.7rem;
    }

    .attempt__title {
        margin: 0 auto 7rem;
    }

    .teaching__title img,
    .objective__title img,
    .food__title img,
    .gallery__title img,
    .attempt__title img{
        width: auto;
        height: 8.9rem;
    }

    ._inner {
        width: 100%;
    }

    .hero {
        padding: 0;
    }

    .hero__img {
        width: 37.5rem;
        height: 23.4rem;
        border-radius: 0;
    }

    .hero__img img {
        object-position: center right;
    }

    .hero__title-box {
        width: 33.6rem;
        height: 8.9rem;
        margin-top: -3rem;
        padding: 2.2rem;
    }

    .hero__title {
        font-size: 2.8rem;
        line-height:calc(41 /28);
        letter-spacing: calc(2.8 /10 * 1rem);
    }

    .breadcrumbs__list {
        width: 34.9rem;
        margin: 0 auto;
    }

    .about {
        margin-bottom: 4rem;
    }
    .about__text-box {
        width: 33rem;
        margin: 0 auto;
    }

    .about__title {
        font-size: 2.4rem;
        line-height: calc(40 /20);
        letter-spacing: calc(2.4 /10 * 1rem);
    }

    .about__text {
        font-size: 1.9rem;
        line-height: calc(25/19);
        letter-spacing: calc(1.9 / 10 * 1rem);
    }

    .about__title::before,
    .about__title::after {
        width: 2rem;
        height: 2rem;
    }

    .values__container {
        flex-direction: column;
        width: 37.5rem;
        padding: 1rem 0;
        border-radius: 0;
        gap: 4.7rem;
        margin: 0;
    }
    .values__box,
    .values__box.values__box--2grid {
        width: 29rem;
        margin: 0 auto;
    }
    .values__img,
    .values__img.values__img--2grid{
        width: 29rem;
        height: auto;
        margin-bottom: 2.5rem;
    }
    .values__caption {
        font-size: 2.4rem;
        line-height: calc(40 / 24);
        letter-spacing: calc(2.4 / 10 * 1rem);
    }

    .teaching {
        margin-bottom: 1.8rem;
    }

    .teaching__img {
        position: relative;
        width: 34rem;
        height: 23.2rem;
        margin:  0 auto;
        left: 0;
        top: 0;
    }

    .teaching__box {
        width: 37.5rem;
        padding: 16rem 0.5rem 1.7rem;
        border-radius: 0;
        margin: -13rem 0 0;
    }

    .teaching__item {
        font-size: 1.9rem;
        line-height: calc(40/19);
        flex-direction: column;
        margin-bottom: 1.7rem;
    }

    .teaching__item:last-child {
        margin-bottom: 0;
    }

    .teaching__item::before {
        margin: 0 auto 1.7rem;
    }
    
    .objective {
        margin-bottom: 3.5rem;
    }

    .objective__list {
        width: 24rem;
        margin: 0 auto 2.6rem;
        flex-direction: column;
    }

    .objective__item {
        width: 24rem;
        height: 24rem;
        padding-top: 3rem;
    }

    .objective__item--body,
    .objective__item--knowledge {
        margin: -5rem 0 0;
    }

    .objective__dt  {
        line-height: calc(90/70);
    }

    .objective__dd  {
        font-size: 1.8rem;
        line-height: calc(30/18);
        letter-spacing: calc(1.8 / 10 * 1rem);
    }

    .objective__text  {
        font-size: 1.9rem;
        line-height: calc(40/19);
        letter-spacing: calc(1.9 / 10 * 1rem);
        width: 30rem;
        margin: 0 auto;
    }

    .gallery {
        padding: 3.1rem 0;
        margin: 0 auto 3.1rem;
        background-size: 600%;
    }

    .gallery__content {
        width: 34rem;
        height: 23.2rem;
        margin: 0 auto;
    }

    .gallery__btns {
        position: relative;
        width: 37.5rem;
        height: 100%;
        top: 0;
        padding: 2rem;
    }

    .gallery__btn {
        width: 6rem;
        height: 6rem;
    }

    .gallery__btn span {
        width: 3rem;
        height: 3rem;
    }

    .gallery__bots {
        flex-wrap: wrap;
        width: 20rem;
        gap: 1rem;
        height: 5rem;
        margin: 0 auto;
    }

    .gallery__bot {
        width: 1.5rem;
        height: 1.5rem;
    }

    .outing__img {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        width: 34rem;
        height: 23.2rem;
    }

    .outing {
        margin: 0 auto;
    }  

    .outing__title {
        margin-bottom: 2.5rem;
    }
    .outing__box {
        width: 37.5rem;
        padding: 16rem 1.8rem 1.8rem;
        border-radius: 0;
        margin-top: -13rem;
    }

    .outing__text {
        letter-spacing: calc(-0.32 / 10 * 1rem);
    }

    .food {
        padding: 3.3rem 0;
        width: 34.5rem;
    }

    .food__text {
        text-align: left;
        font-size: 1.9rem;
        line-height: calc(40/19);
    }

    .food__img {
        width: 34rem;
        height: 25rem;
    }

    .attempt__container {
        flex-direction: column;
        gap: 2.9rem;
        width: 34rem;
        margin: 0 auto 2.9rem;
    }

    .attempt__box {
        width: 34rem;
    }

    .attempt__img {
        width: 34rem;
        height: 25rem;
    }

    .attempt__text {
        letter-spacing: calc(-0.32 / 10 * 1rem);
    }

    .attempt-event {
        padding: 3.8rem 0 0;
    }
    .attempt-event__container {
        width: 37.5rem;
    }

    .attempt-event__box.attempt-event__box--right,
    .attempt-event__box.attempt-event__box--left  {
        width: 37.5rem;
        border-radius: 0;
        margin: -10rem auto 0;
        padding: 15rem 2.4rem 6rem;

    }

    .attempt-event__text {
        letter-spacing: calc(-0.32 / 10 * 1rem);
    }

    .attempt-event__content {
        padding-bottom: 0;
        margin-bottom: 6rem;
    }

    .attempt-event__content:last-child {
    margin-bottom: 3rem;
    }

    .attempt-event__content.attempt-event__content--left:last-child {
        margin-bottom: 0;
    }

    .attempt-event__img.attempt-event__img--right,
    .attempt-event__img.attempt-event__img--left{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 34rem;
        height: 23.2rem;
        margin: 0 auto;
        border-radius: 6rem;
    }

}
