@charset "UTF-8";

/* Top,下層共通 */

/* ----------------------------------------
トップページ
top
------------------------------------------*/
/* top共通 */

/* スライド */
.top_view_sec {
    margin-top: 88px;
    padding-top: 30px;
    padding-bottom: 50px;
    background: url(../images/common/bg-cloth.webp) no-repeat center / cover;
    z-index: 0;
}
.top_view_contents {
    text-align: center;
}
.top_view_contents .slide_img {
    height: 80vh;
    object-fit: cover;
    /* width: 100%; */
    position: relative;
    border-radius: 30px;
    border: 8px solid rgb(236 236 236 / 50%);
}


@media screen and (max-width: 1300px) {
    .top_view_contents .slide_img {
        height: 70vh;
    }
}
@media screen and (max-width: 1180px) {
    .top_view_contents .slide_img {
        height: 70vh;
        border: 10px solid rgb(236 236 236 / 50%);
    }
}
@media screen and (max-width: 1024px) {
    .top_view_contents .slide_img {
        height: 60vh;
    }
}
@media screen and (max-width: 820px) {
    .top_view_contents .slide_img {
        height: 55vh;
    }
}
@media screen and (max-width: 767px) {
    .top_view_contents .slide_img {
        height: 50vh;
        border: 5px solid rgb(236 236 236 / 50%);
    }
}


.catchcopy.ccnum1 {
    position: absolute;
    display: inline-block;
    color: #fff;
    top: 14%;
    left: 35%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 0px 0;
    z-index: 1;
}
.catchcopy.ccnum1 .leftover-box-in img{
    width: 550px;
    filter: drop-shadow(1px 1px 3px #555);
    padding: 10px 20px;
    background-color: rgb(68, 28, 0, 0.7);
}
@media screen and (max-width: 1300px) {
    .catchcopy.ccnum1 {
        top: 12%;
        left: 32%;
    }
    .catchcopy.ccnum1 .leftover-box-in img{
        width: 450px;
    }
}
@media screen and (max-width: 1180px) {
    .catchcopy.ccnum1 {
        top: 12%;
        left: 33%;
    }
    .catchcopy.ccnum1 .leftover-box-in img{
        width: 400px;
    }
}
@media screen and (max-width: 1024px) {
    .catchcopy.ccnum1 {
        top: 12%;
        left: 28%;
    }
    .catchcopy.ccnum1 .leftover-box-in img{
        width: 300px;
    }
}
@media screen and (max-width: 820px) {
    .catchcopy.ccnum1 {
        top: 12%;
        left: 23%;
    }
    .catchcopy.ccnum1 .leftover-box-in img{
        width: 250px;
    }
}
@media screen and (max-width: 767px) {
    .catchcopy.ccnum1 {
        top: 12%;
        left: 23%;
    }
    .catchcopy.ccnum1 .leftover-box-in img{
        width: 200px;
    }
}
@media screen and (max-width: 600px) {
    .catchcopy.ccnum1 {
        top: 15%;
        left: 30%;
    }
    .catchcopy.ccnum1 .leftover-box-in img{
        width: 200px;
    }
}

.catchcopy02.ccnum1 {
    position: absolute;
    display: inline-block;
    color: #fff;
    top: 37%;
    left: 35%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 0px 0;
    z-index: 1;
}
.catchcopy02.ccnum1 p {
    font-size: 35px;
    padding: 5px 25px 10px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px #555;
    font-family: "Zen Maru Gothic", serif;
    background-color: #134500;
}
@media screen and (max-width: 1300px) {
    .catchcopy02.ccnum1 {
        top: 33%;
        left: 32%;
    }
    .catchcopy02.ccnum1 p {
        font-size: 25px;
    }
}

@media screen and (max-width: 1180px) {
    .catchcopy02.ccnum1 {
        top: 30%;
        left: 33%;
    }
    .catchcopy02.ccnum1 p {
        font-size: 25px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .catchcopy02.ccnum1 {
        top: 30%;
        left: 28%;
    }
    .catchcopy02.ccnum1 p {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 820px) {
    .catchcopy02.ccnum1 {
        top: 30%;
        left: 23%;
    }
    .catchcopy02.ccnum1 p {
        font-size:16px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .catchcopy02.ccnum1 {
        top: 33%;
        left: 23%;
    }
    .catchcopy02.ccnum1 p {
        font-size:14px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
    .catchcopy02.ccnum1 {
        top: 37%;
        left: 28%;
    }
    .catchcopy02.ccnum1 p {
        font-size:14px;
        margin-bottom: 10px;
    }
}

.catchcopy.ccnum2, .catchcopy02.ccnum2{
    display: none;
}
.catchcopy.ccnum3, .catchcopy02.ccnum3{
    display: none;
}


/******************************
スクロール連動アニメーション
******************************/
.leftover-box {
    overflow: hidden;
  }
  .leftover-box .leftover-box-in {
    overflow: hidden;
    position: relative;
    transition-delay: 0.1s;
    transform: translate3d(-100.5%, 0px, 0px);
    transition-delay: 0s;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: left center;
    transition-property: transform, -webkit-transform;
  }
  .leftover-box.animated .leftover-box-in::before {
    transform: scale(0, 1);
  }

  .leftover-box .leftover-box-in::before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transform: scaleX(1);
    transition-delay: 0.4s;
    transition-duration: 1.5s;
    transform-origin: right center;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 5;
  }

  .leftover-box .leftover-box-in img {
    transform: scale(1);
    transition-duration: 4s;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%;
  }
  .leftover-box.animated .leftover-box-in {
    transform: translate3d(0px, 0px, 0px);
  }


/* Topお知らせ */
.top_view_news_wrap {
    margin-top: 50px;
}
.ul_top_view_news_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.top_view_news_item {
    width: calc(100% / 4);
    padding: 5px;
    background: #fff;
    position: relative;
}
@media screen and (max-width: 1024px) {
.top_view_news_item {
    width: calc(100% / 3);
}
}
@media screen and (max-width: 820px) {
    .top_view_news_item {
    width: calc(100% / 2);
    }
}
@media screen and (max-width: 600px) {
    .top_view_news_item {
    width: calc(100% / 1);
    }
}

.top_view_news_item .more {
    margin-top: 10px;
    font-size: 14px;
    transition: 0.5s;
}
.top_view_news_item a:hover .more {
    margin-top: 10px;
    color: #DE7A22;
    font-size: 14px;
    transition: 0.5s;
}
.top_view_news_item img{
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.top_view_news_item .oshirase {
    background: #88b04b;
    padding: 5px 10px;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: "Zen Maru Gothic", serif;
}
.top_view_news_item .oshirase.cat-news-archive {
    background: #F067A6;
}
.top_view_news_item .oshirase.cat-info {
    background: #3cc6ff;
}
.top_view_news_item .oshirase.cat-athletic {
    background: #88b04b;
}
.top_view_news_link {
    letter-spacing: 5px;
}
@media screen and (max-width: 820px) {
    .ul_top_view_news_item {
        flex-wrap: wrap;
        justify-content: center;
        width: 80%;
        margin: 0 auto 50px;
    }
}
@media screen and (max-width: 767px) {
    .ul_top_view_news_item {
        width: 100%;
    }
    .top_view_news_wrap {
        position: static;
        transform: unset;
    }
    .top_view_news_link span:nth-child(3) {
        display: block;
        margin-top: 10px;
    }
}
.news_wrap{
    border: 1px solid #eee;
}
.news_text_area{
    padding: 20px 15px;
    background: #f6fcf5;
    min-height: 180px;
}
.news_text_area.cat-news-archive{
    padding: 20px 15px;
    background: #FEF8FA;
}
.news_text_area.cat-info{
    padding: 20px 15px;
    background: #f7fbff;
}
.news_text_area.cat-athletic{
    padding: 20px 15px;
    background: #F0F7E7;
}
.news_title_style{
    margin-top: 20px;
    margin-bottom: 30px;
}


/* キャッチ */
.catch_contents {
    margin: 0 auto;
    writing-mode: vertical-rl;
    line-height: 3;
    letter-spacing: 3px;
    font-family: "Zen Maru Gothic", serif;
}
.catch_contents p{
    color: #222;
    font-size: 16px;
}


.catch_contents .contents:not(:last-child) {
    margin-bottom: 0;
}
.catch_contents .contents:not(:last-child) {
    margin-left: 0px;
}
@media screen and (max-width: 820px) {
    .catch_contents {
        line-height: 2.5;
    }
}
@media screen and (max-width: 767px) {
    .top_catch_sec {
        padding: 4rem 0 0;
    }
    .catch_contents {
        width: 100%;
        height: 450px;
    }
}

.top_illust{
    position: relative;
}

.top_illust1 {
position: absolute;
content: "";
background-image: url(../images/common/top_illust01.jpg);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 252px;
aspect-ratio: 1 / 1.5;
left: 5%;
top: 250px;
z-index: -1;
}
.top_illust2 {
position: absolute;
content: "";
background-image: url(../images/common/top_illust02.jpg);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 290px;
aspect-ratio: 1 / 1.23;
right: 10%;
top: 250px;
z-index: -1;
}
@media screen and (max-width: 1180px) {
.top_illust1 {
width: 200px;
aspect-ratio: 1 / 1.5;
left: 0%;
top: 250px;
}
.top_illust2 {
width: 250px;
aspect-ratio: 1 / 1.23;
right: 0%;
top: 250px;
}
}
@media screen and (max-width: 1024px) {
.top_illust1 {
width: 140px;
aspect-ratio: 1 / 1.5;
left: 20%;
top: 350px;
}
.top_illust2 {
width: 170px;
aspect-ratio: 1 / 1.23;
right: 11%;
top: 350px;
}
}
@media screen and (max-width: 1024px) {
.top_illust1 {
display: none;
}
.top_illust2 {
display: none;
}
}


.white-line span{
    background-color: #fff;
}


/* インスタフィード */
.instaicon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
    .top_insta_sec .inner {
        padding: 0;
    }
}

/* 当園について(園の特色) */

.feature_area{
    position: relative;
    width: 100%;
    margin-bottom: 200px;
}
.feature_area .img_area{
    width: 80%;
    margin-left: 20%;
}
@media screen and (max-width: 1024px) {
    .feature_area{
        margin-bottom: 50px;
    }
    .feature_area .img_area{
        width: 800px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.feature_area .img_area img{
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 30px;
    border: 5px solid rgb(236 236 236 / 50%);
}
@media screen and (max-width: 767px) {
.feature_area .img_area img{
    border-radius: 10px;
    border: 3px solid rgb(236 236 236 / 50%);
}
}


.feature_area .text_area{
    width: 600px;
    max-width: 100%;
    position: absolute;
    bottom: -200px;
    left: 0;
    border: 4px solid #99ba32;
    border-radius: 30px;
    background: rgb(255, 255, 255, 0.9);
    padding: 20px 40px;
}
@media screen and (max-width: 1024px) {
    .feature_area .text_area{
        position: relative;
        width: 800px;
        max-width: 100%;
        bottom: -20px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .feature_area .text_area{
        padding: 20px 10px;
        border: 2px solid #99ba32;
    }
}

.feature_area .text_area h3{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 2.5;
    color: #0d732f;
    border-bottom: 2px solid #99ba32;
}
@media screen and (max-width: 767px) {
    .feature_area .text_area h3{
        font-size: 16px;
    }
}

.feature_area .text_area p{
    width: 80%;
    margin: 0px auto 10px;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .feature_area .text_area p{
        font-size: 16px;
        width: 96%;
    }
}

.icon_list p{
    padding-left: 40px;
}

.feature_area .text_area .icon_list p{
    position: relative;
}
.feature_area .text_area .icon_list p::before{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px
}
@media screen and (max-width: 767px) {
    .icon_list p{
        padding-left: 30px;
    }
    .feature_area .text_area .icon_list p::before{
        width: 25px;
        height: 25px;
    }
}

.feature_area .text_area .icon_list p:nth-child(1)::before{
    background-image: url(../images/top/top_icon_01.png);
}
.feature_area .text_area .icon_list p:nth-child(2)::before{
    background-image: url(../images/top/top_icon_02.png);
}
.feature_area .text_area .icon_list p:nth-child(3)::before{
    background-image: url(../images/top/top_icon_03.png);
}
.feature_area .text_area .icon_list p:nth-child(4)::before{
    background-image: url(../images/top/top_icon_04.png);
}
.feature_area .text_area .icon_list p:nth-child(5)::before{
    background-image: url(../images/top/top_icon_05.png);
}


/* 入園をお考えの方へ */
.flex_main_area{
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .flex_main_area{
        width: 100%;
        margin: 0 auto 50px;
    }
}

.top_flex_3col_01{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
}
.top_flex_3col_01 .title_area{
   width: 10%;
   text-align: right;
}
@media screen and (max-width: 1024px) {
    .top_flex_3col_01 .title_area{
        width: 100%;
        text-align: center;
     }
}

.top_flex_3col_01 .title_area .ttl1 {
    font-size: 3rem;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    padding: 0 10px;
    background-color: rgb(255, 255, 255, 0.9);
    letter-spacing: 5px;
}
@media screen and (max-width: 1024px) {
    .top_flex_3col_01 .title_area .ttl1 {
    font-size: 3rem;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    padding: 10px 0;
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin-bottom: 30px;
    background: rgb(255 255 255 / 75%);
    }
}



.top_flex_3col_01 .text_area{
    width: 45%;
    padding: 20px 20px 20px;
 }
 @media screen and (max-width: 1024px) {
    .top_flex_3col_01 .text_area{
        width: 50%;
        padding: 20px;
     }
}
@media screen and (max-width: 820px) {
    .top_flex_3col_01 .text_area{
        width: 100%;
     }
}
@media screen and (max-width: 767px) {
    .top_flex_3col_01 .text_area{
        padding: 20px 10px;
     }
}
 .top_flex_3col_01 .text_area p{
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255, 0.9);
    line-height: 1.8;
 }
 .top_flex_3col_01 .text_area p.btn_wrap{
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255, 0);
 }

 .top_flex_3col_01 .img_area{
    width: 45%;
 }
 @media screen and (max-width: 1024px) {
    .top_flex_3col_01 .img_area{
        width: 50%;
        padding: 20px;
     }
}
@media screen and (max-width: 820px) {
    .top_flex_3col_01 .img_area{
        width: 100%;
     }
}
@media screen and (max-width: 820px) {
    .top_flex_3col_01 .img_area{
        padding: 10px;
     }
}
@media screen and (max-width: 767px) {
    .top_flex_3col_01 .img_area{
        padding: 0px;
     }
}
.top_flex_3col_01 .img_area img{
    width: 100%;
}

.img_list_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-end;
}
.img_list_flex li:nth-child(1){
    width: 40%;
    padding: 10px;
}
.img_list_flex li:nth-child(2){
    width: 60%;
    padding: 10px;
}
.img_list_flex li:nth-child(3){
    width: 100%;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .img_list_flex li:nth-child(1){
        width: 40%;
    }
    .img_list_flex li:nth-child(2){
        width: 60%;
    }
    .img_list_flex li:nth-child(3){
        width: 100%;
    }
}


.img_list_flex li:nth-child(1) img{
    aspect-ratio: 5 / 6;
    object-fit: cover;
    margin-top: auto;
    border-radius: 10px;
    border: 3px solid rgb(236 236 236 / 50%);
}
.img_list_flex li:nth-child(2) img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid rgb(236 236 236 / 50%);
}
.img_list_flex li:nth-child(3) img{
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid rgb(236 236 236 / 50%);
}
@media screen and (max-width: 767px) {
    .img_list_flex li:nth-child(1) img{
        aspect-ratio: 1 / 1;
    }
}
@media screen and (max-width: 767px) {
.img_list_flex li:nth-child(2) img{
    aspect-ratio: 14 / 9;
    }
}
@media screen and (max-width: 767px) {
.img_list_flex li:nth-child(3) img{
    aspect-ratio: 3 / 2;
    }
}


.top_nyuen_sec .various1 {
    top: 0;
    left: 0;
}
.top_nyuen_sec .various2 {
    bottom: 0;
    right: 0;
}

/* top_flex_3col_02 */

.top_flex_3col_02{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1024px) {
.top_flex_3col_02{
    flex-direction: row-reverse;
    flex-direction: column-reverse;
}
}

.top_flex_3col_02 .img_area{
    width: 45%;
    padding: 10px;
 }
 @media screen and (max-width: 1024px) {
    .top_flex_3col_02 .img_area{
        width: 100%;
        padding: 20px;
     }
 }

 .top_flex_3col_02 .img_area .img_style {
    padding: 10px;
 }
 .top_flex_3col_02 .img_area .img_style img{
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid rgb(236 236 236 / 50%);
 }
 @media screen and (max-width: 1024px) {
    .top_flex_3col_02 .img_area{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0px;
    }
    .top_flex_3col_02 .img_area .img_style{
        width: 50%;
        padding: 10px;
    }
 }
 @media screen and (max-width: 820px) {
    .top_flex_3col_02 .img_area .img_style{
        width: 100%;
        padding: 20px;
    }
 }
 @media screen and (max-width: 767px) {
    .top_flex_3col_02 .img_area .img_style{
        padding: 10px;
    }
 }


 .top_flex_3col_02 .text_area{
    width: 45%;
    padding: 20px 20px 20px;
 }
 @media screen and (max-width: 1024px) {
    .top_flex_3col_02 .text_area{
        width: 100%;
        padding: 20px;
     }
 }
 @media screen and (max-width: 767px) {
    .top_flex_3col_02 .text_area{
        padding: 20px 10px;
     }
 }
 .top_flex_3col_02 .text_area p{
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255, 0.9);
    line-height: 1.8;
 }
 .top_flex_3col_02 .text_area p.btn_wrap{
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255, 0);
 }

.top_flex_3col_02 .title_area{
   width: 10%;
   text-align: right;
}
@media screen and (max-width: 1024px) {
    .top_flex_3col_02 .title_area{
        width: 100%;
        text-align: center;
     }
}
.top_flex_3col_02 .title_area .ttl1 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    padding: 0 10px;
    background-color: rgb(255, 255, 255, 0.9);
    letter-spacing: 5px;
}
@media screen and (max-width: 1024px) {
    .top_flex_3col_02 .title_area .ttl1 {
    font-size: 3rem;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    padding: 10px 0;
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin-bottom: 30px;
    background: rgb(255 255 255 / 75%);
    }
}
@media screen and (max-width: 820px) {
    .top_nyuen_sec .various2 {
        top: unset;
        bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .top_nyuen_sec .various1,
    .top_nyuen_sec .various2 {
        display: none;
    }
}

/* カードリンク */
.top_card_link_sec .star1 {
    top: 5%;
    left: 5vw;
    animation: flashing1 4s infinite;
}
.top_card_link_sec .star2 {
    top: 35%;
    left: 7vw;
    animation: flashing2 4s infinite;
}
.top_card_link_sec .star3 {
    bottom: 25%;
    left: 2vw;
    animation: flashing1 4s infinite;
}
.top_card_link_sec .star4 {
    bottom: 5%;
    left: 8vw;
    animation: flashing2 4s infinite;
}
.top_card_link_sec .star5 {
    top: 5%;
    right: 5vw;
    animation: flashing2 4s infinite;
}
.top_card_link_sec .star6 {
    top: 15%;
    right: 7vw;
    animation: flashing1 4s infinite;
}
.top_card_link_sec .star7 {
    bottom: 15%;
    right: 5vw;
    animation: flashing2 4s infinite;
}
.top_card_link_sec .star8 {
    bottom: 3%;
    right: 2vw;
    animation: flashing1 4s infinite;
}
.card_link_contents .column3_item {
    margin: 0 50px 50px 0;
    width: calc(100% / 3 - 34px);
    padding: 0;
    background: transparent;
}
.card_link_contents .column3_item:nth-child(3n) {
    margin-right: 0;
}
.card_link_contents .column3_img_wrap {
    margin-bottom: 0;
}
.card_link_contents .column3_content_wrap {
    padding: 3rem 1rem 0;
    position: relative;
}
.card_link_contents .column3_item .column3_item_head {
    position: absolute;
    top: -30px;
    left: -10px;
}
.card_link_contents .column3_item .card_ttl3 {
    font-size: 1.8rem;
    padding: .5rem 2rem .5rem 2rem;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    border: 1px solid #d1d1d1;
}

@media screen and (max-width: 820px) {
    .card_link_contents .column3_item {
        margin: 0 0 50px 0;
        width: 100%;
        display: flex;
    }
    .card_link_contents .column3_item:not(:nth-child(3n)) {
        margin-bottom: 100px;
    }
    .card_link_contents .column3_img_wrap {
        width: 40%;
    }
    .card_link_contents .column3_content_wrap {
        padding: 2rem;
        width: 60%;
    }
}
@media screen and (max-width: 767px) {
    .card_link_wrap{
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    .card_link_contents .column3_img_wrap {
        width: 100%;
    }
    .card_link_contents .column3_content_wrap {
        width: 100%;
    }
    .card_link_contents .column3_item {
        flex-direction: column;
    }
    .card_link_contents .column3_item:not(:nth-child(3n)) {
        margin-bottom: 30px;
    }
    .card_link_contents .column3_img {
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }
    .card_link_contents .column3_item .card_ttl3 {
        font-size: 1.6rem;
    }
    .card_link_contents .column3_item_head .butterfly {
        top: -25px;
        left: -5px;
    }
}


/* ----------------------------------------
下層ページ
page
------------------------------------------*/
/* 下層共通 */
.main {
    position: relative;
}
.main .bowl1,
.main .bowl2,
.main .bowl3,
.main .bowl4,
.main .bowl5,
.main .bowl6,
.main .bowl7,
.main .bowl8 {
    opacity: .15;
}
.main .bowl1 {
    top: 5%;
    left: 2vw;
}
.main .bowl2 {
    bottom: 5%;
    left: 2vw;
}
.main .bowl3 {
    bottom: 15%;
    right: 2vw;
}
.main .bowl4 {
    bottom: 30%;
    left: 2vw;
}
.main .bowl5 {
    top: 10%;
    right: 2vw;
}
.main .bowl6 {
    top: 30%;
    left: 2vw;
}
.main .bowl7 {
    top: 40%;
    right: 2vw;
}
.main .bowl8 {
    bottom: 40%;
    right: 2vw;
}

/* ----------------------------------------
園概要

------------------------------------------*/

.summary_detail_contents:not(:last-child) {
    margin-bottom: 70px;
}
.summary_detail_contents .media_img_wrap {
    width: 55%;
}
.summary_detail_contents .media_content_wrap {
    width: 40%;
}
.summary_catch_contents .tsubame {
    right: -10vw;
    bottom: 0px;
}
.summary_goal_contents .kitsune {
    left: -10vw;
    bottom: 0px;
}
.summary_detail_contents .risu {
    right: -10vw;
    bottom: 0px;
}
.summary_map_contents .usagi1 {
    right: -5vw;
    bottom: 10px;
}

/* ----------------------------------------
幼稚園の1日
day-schedule
------------------------------------------*/

.day_schedule_contents .media_img_wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.day_schedule_contents .media {
    position: relative;
    align-items: center;
}
.day_schedule_contents .contents:not(:last-child) {
    margin-bottom: 50px;
}
.day_schedule_contents .contents:nth-child(even) .media {
    flex-direction: row-reverse;
}
.day_schedule_contents .media_img_wrap {
    width: 45%;
}
.day_schedule_contents .media_content_wrap {
    width: 45%;
    background: #fff;
}
.day_schedule_contents .time_wrap {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    top: -35px;
}
.day_schedule_contents .contents:nth-child(even) .time_wrap {
    left: 55%;
}
.time_wrap .time {
    background: #845739;
    border: 8px solid #fff;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    width: 280px;
    padding: 1rem 2rem;
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 3px;
}
.day_schedule_contents .media_content_ttl {
    letter-spacing: 5px;
    color: #0d732f;
    border-top: 2px solid #99ba32;
    border-bottom: 2px solid #99ba32;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .time_wrap .time {
        width: 180px;
        font-size: 1.6rem;
        border: 5px solid #fff;
    }
}
@media screen and (max-width: 767px) {
    .day_schedule_contents .contents:not(:last-child) {
        margin-bottom: 50px;
    }
    .day_schedule_contents .media_img_wrap {
        width: 500px;
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .day_schedule_contents .media_content_wrap {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .day_schedule_contents .time_wrap {
        left: 0;
        transform: unset;
        top: -25px;
    }
}

/* ----------------------------------------
年間行事
year-schedule
------------------------------------------*/
.month{
    font-size: 35px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    font-family: "Yomogi", cursive;
    text-shadow: 0px 0px 3px #6abe5d;
    z-index: 0;
}
.month::after {
    position: absolute;
    content: "";
    background-image: url(../images/page/green_item.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 120px;
    height: 120px;
    top: 65%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    }
.year_schedule_contents .media_img_wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.year_schedule_contents .media {
    position: relative;
    align-items: flex-start;
}
.year_schedule_contents .contents:not(:last-child) {
    margin-bottom: 100px;
}
.year_schedule_contents .contents:last-child{
    margin-bottom: 100px;
}
.year_schedule_contents .contents:nth-child(even) .media {
    flex-direction: row-reverse;
}
.year_schedule_contents .media_img_wrap {
    width: 45%;
}
.year_schedule_contents .media_content_wrap {
    width: 45%;
}

.year_schedule_contents .ul1{
    margin-top: 35px;
    background: #fff;
    padding: 20px 0;
}
.year_schedule_contents .ul1 li {
    font-size: 2.4rem;
    padding-left: 30px;
}
.year_schedule_contents .ul1 li:not(:last-of-type) {
    margin-bottom: 10px;
}
.year_schedule_contents .obj {
    object-fit: contain;
}
.year_schedule_contents .April {
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .May {
    bottom: 0;
    right: 45vw;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .June {
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .July {
    bottom: 0;
    left: 20vw;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .August {
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .September {
    bottom: 0;
    left: 25vw;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .October {
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .November {
    bottom: 0;
    left: 25vw;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .December {
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .January {
    bottom: 0;
    left: 25vw;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .February {
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
}
.year_schedule_contents .March {
    bottom: 0;
    left: 25vw;
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 820px) {
    .year_schedule_contents .ul1 li {
        font-size: 2.2rem;
    }
    .year_schedule_contents .greenbowl1 {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .greenbowl2 {
        width: 80px;
        height: 80px;
    }
    .year_schedule_contents .April {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .May {
        right: 40vw;
        width: 90px;
        height: 90px;
    }
    .year_schedule_contents .June {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .July {
        left: 30vw;
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .August {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .September {
        left: 35vw;
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .October {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .November {
        left: 37vw;
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .December {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .January {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .February {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .March {
        left: 30vw;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .year_schedule_contents .ul1 li {
        font-size: 1.8rem;
    }
    .year_schedule_contents .media_img_wrap {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .year_schedule_contents .media_content_wrap {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .year_schedule_contents .April {
        bottom: -40px;
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .May {
        right: 0vw;
        bottom: -50px;
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .June {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .July {
        left: unset;
        right: 0px;
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .September {
        left: unset;
        right: 0px;
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .October {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .November {
        left: unset;
        right: 0px;
        width: 100px;
        height: 100px;
        bottom: -20px;
    }
    .year_schedule_contents .December {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .January {
        left: unset;
        right: 0px;
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .February {
        width: 100px;
        height: 100px;
    }
    .year_schedule_contents .March {
        left: unset;
        right: 0px;
        width: 100px;
        height: 100px;
    }
}

/* ----------------------------------------
入園案内
admission
------------------------------------------*/
.kinder_entry .year_title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background: #0d732f;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .kinder_entry .year_title{
        font-size: 16px;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
}


.kinder_entry .company_tbl{
    width: 800px;
    max-width: 100%;
    margin: 50px auto;
}

.kinder_entry table {
    border-top: none;
    border-left: none;
    border-collapse: collapse;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .kinder_entry table {
      border-top:  2px dotted #c7c7c7;
      margin: 30px auto;
    }
  }
  
  .kinder_entry table th {
    border-bottom: 2px dotted #c7c7c7;
    border-right: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 30%;
    font-size: 18px;
    color: #0d732f;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .kinder_entry table th {
      width: 100%;
      display: block;
      padding: 5px 10px;
      background-color: #f7f7f7;
      font-size: 16px;
    }
  }

.kinder_entry table td {
    border-bottom: 2px dotted #c7c7c7;
    border-right: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .kinder_entry table td {
      padding: 20px 0px;
      display: block;
      font-size: 16px;
    }
}

.kinder_entry_box{
    width: 800px;
    max-width: 100%;
    margin: 50px auto;

}
.kinder_entry_box img{
    aspect-ratio: 5 / 2;
    object-fit: cover;
    border: 3px solid #eee;
}

.session-title{
    text-align: center;
}
.session-title h3{
    background: #845739;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
}
@media screen and (max-width: 1024px) {
    .session-title h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .session-title h3{
        font-size: 16px;
    }
}
.session-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.session-flex li{
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 35px;
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    .session-flex li{
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
        padding-left: 28px;
    }
}
.session-flex li::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
}
@media screen and (max-width: 767px) {
    .session-flex li::before {
        width: 24px;
        height: 24px;
        left: 0px;
        top: 0px;
        background-image: url(../images/top/top_icon_01.png);
    }
}

.session-flex li:nth-child(1)::before{
    background-image: url(../images/top/top_icon_01.png);
}
.session-flex li:nth-child(2)::before{
    background-image: url(../images/top/top_icon_02.png);
}
.session-flex li:nth-child(3)::before{
    background-image: url(../images/top/top_icon_03.png);
}
.session-flex li:nth-child(4)::before{
    background-image: url(../images/top/top_icon_04.png);
}
.session-flex li:nth-child(5)::before{
    background-image: url(../images/top/top_icon_05.png);
}
.session-flex li:nth-child(6)::before{
    background-image: url(../images/top/top_icon_01.png);
}
.session-flex li:nth-child(7)::before{
    background-image: url(../images/top/top_icon_02.png);
}
.session-flex li:nth-child(8)::before{
    background-image: url(../images/top/top_icon_03.png);
}
.session-flex li:nth-child(9)::before{
    background-image: url(../images/top/top_icon_04.png);
}
.session-flex li:nth-child(10)::before{
    background-image: url(../images/top/top_icon_05.png);
}


.guide_flow_contents {
    width: 1000px;
    max-width: 100%;
    margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
    .guide_flow_contents {
        margin: 40px auto 0;
    }
}

.flow_list_item {
    position: relative;
}
.flow_list_item .arrow_green {
    bottom: -70px;
    left: 17rem;
    transform: rotate(90deg);
    width: 50px;
}
.flow_list_item:not(:last-child) {
    margin-bottom: 120px;
}
.flow_num_wrap {
    position: absolute;
    top: -30px;
    left: 0;
}
.flow_num {
    font-size: 6rem;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    top: 5px;
    left: 46px;
    font-family: "Zen Maru Gothic", serif;
}
.flow_item_contents {
    padding-left: 15rem;
}
.flow_item_ttl {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 5px dotted #2693b3;
}
.flow_item_ttl span{
    font-size: 24px;
    margin-left: 30px;
    color: #845739;
}
@media screen and (max-width: 1024px) {
    .flow_item_ttl {
        font-size: 24px;
        padding-bottom: 10px;
        border-bottom: 5px dotted #2693b3;
    }
    .flow_item_ttl span{
        font-size: 20px;
        margin-left: 30px;
        color: #845739;
    }
}
@media screen and (max-width: 767px) {
    .flow_item_ttl {
        font-size: 20px;
        padding-bottom: 5px;
        border-bottom: 3px dotted #2693b3;
    }
    .flow_item_ttl span{
        font-size: 16px;
        margin-left: 0px;
        color: #845739;
    }
}

.flow_item_content {
    margin-top: 20px;
}
.flow_item_content p{
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .flow_item_content p{
        font-size: 14px;
    }
}

.guide_catch_contents .tori {
    bottom: 0px;
    right: -10vw;
}
.guide_flow_wrap .usagi2 {
    bottom: 0px;
    right: -10vw;
}

@media screen and (max-width: 820px) {
    .flow_num_wrap .greenbowl2 {
        width: 100px;
        height: 100px;
    }
    .flow_num {
        font-size: 4rem;
        top: 20px;
        left: 40px;
    }
    .flow_item_contents {
        padding-left: 14rem;
    }
    .flow_list_item .arrow_green {
        bottom: -50px;
        left: 17rem;
        width: 40px;
    }
    .flow_list_item:not(:last-child) {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .guide_flow_wrap .usagi2 {
        bottom: 0px;
        right: -16vw;
    }
    .flow_num_wrap .greenbowl2 {
        width: 50px;
        height: 50px;
    }
    .flow_num_wrap {
        top: -10px;
        left: -5px;
    }
    .flow_num {
        font-size: 2.4rem;
        top: 7px;
        left: 18px;
    }
    .flow_item_contents {
        padding-left: 6rem;
    }
    .flow_list_item .arrow_green {
        bottom: -45px;
        left: 8rem;
        width: 35px;
    }
}

/* ----------------------------------------
園バスについて
bus
------------------------------------------*/
.bus_catch_wrap .bus_catch_contents:last-child{
    margin-bottom: 100px;
}
.bus_catch_contents .media_img_wrap img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .bus_catch_contents .media_img_wrap{
        width: 500px;
        max-width: 100%;
        margin: 0 auto 20px;
    }
}

.bus_catch_contents .content_area {
    padding-bottom: 10px;
    border-bottom: 2px dotted #99ba32;
}

/* ----------------------------------------
給食と食育
shokuiku
------------------------------------------*/
.common_feature_detail_contents .shokuiku_page .media {
    align-items: flex-start;
    background: #ffffff;
}
.shokuiku_page{
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .shokuiku_page{
        margin-bottom: 50px;
    }
}
.curry{
    text-align: center;
}
.curry img{
    width: 400px;
    margin: 0 auto;
    max-width: 90%;
}
/* ----------------------------------------
保育の特色
feature
------------------------------------------*/

.feature_page{
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .feature_page{
        margin-bottom: 50px;
    }
}

/* ----------------------------------------
預かり保育
custody-childcare
------------------------------------------*/
.childcare_catch_contents .usagi1,
.childcare_catch_contents .shika1 {
    bottom: 10px;
    right: 20px;
}
@media screen and (max-width: 1024px) {
    .childcare_catch_contents .usagi1, .childcare_catch_contents .shika1 {
        bottom: -50px;
    }
}
@media screen and (max-width: 767px) {
    .childcare_catch_contents .tbl1 th {
        width: 25%;
        display: table-cell;
    }
    .childcare_catch_contents .tbl1 td {
        width: 75%;
        display: table-cell;
    }
}

/* ----------------------------------------
プレ保育
preschool
------------------------------------------*/
.preschool_box{
    width: 800px;
    max-width: 100%;
    margin: 30px auto;
}
.preschool_box img{
    width: 800px;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.preschool_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.preschool_flex li{
   width: calc(100% / 3);
   padding: 10px;
}
@media screen and (max-width: 1180px) {
    .preschool_flex li{
        width: calc(100% / 2);
        padding: 10px;
     }
}
@media screen and (max-width: 767px) {
    .preschool_flex li{
        width: calc(100% / 1);
        padding: 0px;
     }
}


.preschool_box02{
    width: 800px;
    max-width: 100%;
    margin: 20px auto;
    border: 2px dotted #845739;
    border-radius: 30px;
    padding: 30px;
}
.preschool_box02 p{
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.8;
}
.preschool_box02 p span{
    font-size: 30px;
    font-weight: bold;
    color: #0d732f;
}
@media screen and (max-width: 767px) {
.preschool_box02{
    margin: 0px auto;
    padding: 20px;
}
.preschool_box02 p{
    text-align: left;
    margin-bottom: 10px;
}
}

/* ----------------------------------------
園の紹介
about
------------------------------------------*/
/* schoolページ */

.school_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.school_flex .dl1_item{
   width: calc(100% / 3);
   padding: 20px;
}
@media screen and (max-width: 1024px) {
    .school_flex .dl1_item{
        width: calc(100% / 2);
        padding: 10px;
     }
}
@media screen and (max-width: 767px) {
    .school_flex .dl1_item{
        width: calc(100% / 1);
     }
}

.common_school_detail_contents .contents {
    margin-bottom: 50px;
}

.media_content_wrap .content h3{
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0d732f;
    border-bottom: 2px solid #99ba32;
    padding: 5px 0;
    line-height: 1.4;
    background: #fff;
}
@media screen and (max-width: 1180px) {
    .media_content_wrap .content h3{
        font-size: 20px;
    }
}

.about_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.about_flex li{
   width: calc(100% / 3);
   padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
    .about_flex{
        justify-content: flex-start;
        width: 900px;
        max-width: 100%;
        margin: 0 auto;
    }
    .about_flex li{
        width: calc(100% / 2);
        padding: 20px;
     }
}
@media screen and (max-width: 767px) {
    .about_flex li{
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 5px;
     }
}

.about_flex li img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
 }
 @media screen and (max-width: 767px) {
    .about_flex li img{
        aspect-ratio: 16 / 9;
     }
 }

.about_flex h3{
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0d732f;
    border-bottom: 2px solid #99ba32;
    padding: 5px;
    line-height: 1.4;
    background: #fff;
}

.about_box{
    width: 800px;
    max-width: 100%;
    margin: 20px auto;
    border: 2px dotted #845739;
    border-radius: 30px;
    padding: 30px;
}
.about_box p{
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.8;
}
.about_box p span{
    font-size: 18px;
    font-weight: bold;
    color: #0d732f;
}
@media screen and (max-width: 767px) {
.about_box{
    margin: 0px auto;
    padding: 20px;
}
.about_box p{
    text-align: left;
    margin-bottom: 10px;
}
}

.about_content{
    background: #fff;
}

/* ----------------------------------------
各種書類
document-download
------------------------------------------*/
.document_download_wrap{
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .document_download_wrap{
        margin-bottom: 30px;
    }
}

.document_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.document_flex li{
    width: calc(100% / 3);
    padding: 20px;
    text-align: center;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .document_flex li{
        width: calc(100% / 2);
        padding: 10px;
    }
}

.document_flex li h3{
    margin-top: 10px;
    margin-bottom: 20px;
}
.document_flex li img{
    width: 100px;
}
@media screen and (max-width: 767px) {
    .document_flex li img{
        width: 80px;
    }
}


/* ----------------------------------------
採用情報
recruit
------------------------------------------*/
.recruittxt{
    text-align: left;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  .recruittxt p{
    margin-bottom: 20px;
  }
  
  .recruitsec table {
    border-top: none;
    border-left: none;
    border-collapse: collapse;
    width: 800px;
    max-width: 100%;
    margin: 50px auto;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .recruitsec table {
      border-top:  2px dotted #c7c7c7;
      margin: 30px auto;
    }
  }
  
  .recruitsec table th {
    border-bottom: 2px dotted #c7c7c7;
    border-right: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    font-family: "Zen Maru Gothic", serif;
    font-size: 18px;
  }
  @media screen and (max-width: 767px) {
    .recruitsec table th {
      width: 100%;
      display: block;
      padding: 5px 10px;
      background-color: #f7f7f7;
    }
  }

.recruitsec table td {
    border-bottom: 2px dotted #c7c7c7;
    border-right: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .recruitsec table td {
      padding: 20px 0px;
      display: block;
    }
}

/* お知らせ詳細 */
.dl-recruit-news {
    display: flex;
    flex-wrap: wrap;
}
.dl-recruit-news dd:not(:last-of-type) {
    margin-bottom: 2rem;
}
.dl-recruit-news dt {
    background: #008A32;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 1rem;
    padding: 1.5rem 2rem;
    height: 100%;
    width: 300px;
}
.dl-recruit-news dd {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 2rem 4rem;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .dl-recruit-news dt {
        border-radius: 25px;
        padding: 1.5rem 2rem;
        width: 100%;
    }
    .dl-recruit-news dd {
        border-radius: 25px;
        padding: 2rem;
    }
}

.gallery_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.gallery_flex li{
   width: calc(100% / 3);
   padding: 10px;
}
@media screen and (max-width: 1024px) {
    .gallery_flex li{
        width: calc(100% / 2);
        padding: 10px;
     }
}
@media screen and (max-width: 767px) {
    .gallery_flex li{
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
     }
}

.gallery_flex li img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
 }
 @media screen and (max-width: 767px) {
    .gallery_flex li img{
        aspect-ratio: 16 / 9;
     }
 }
 .gallery_flex li h3{
    color: #fff;
    margin-top: 5px;
    line-height: 1.2;
    letter-spacing: 2px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(90deg, rgb(132 87 57) 0%, rgb(110 69 41) 70%);
}