@charset "utf-8";
/* ==================================================== */
/*  mainvisual
/* ==================================================== */
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mainvisual .mv-txt {
  position: absolute;
  bottom: min(4.3vw, 60px);
  left: 12vw;
  z-index: 10;
  width: 36vw;
}
.mainvisual .mv-txt_sp {
  display: none;
}
.mainvisual .mv-btn {
  position: absolute;
  right: 7.3vw;
  bottom: 12px;
  z-index: 11;
  width: 11.4vw;
  animation: fuwafuwa 2s linear infinite;

  scale: 1;
}
/*アニメーション*/
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.mainvisual .mv-mark-02 {
  position: absolute;
  bottom: min(4vw, 55px);
  left: 4.1vw;
  z-index: 5;
  width: 5.6vw;
  max-width: 76.55px;
}
.mainvisual .mv-mark-03 {
  position: absolute;
  top: min(15.5vw, 213px);
  right: 13vw;
  z-index: 5;
  width: 9.4vw;
  max-width: 128.46px;
}
@media (max-width: 1024px) {
  .mainvisual .mv-txt {
    bottom: min(6vw, 62px);
    width: 48.67vw;
  }
  .dots-box {
    display: none;
  }
  .mainvisual .mv-btn {
    right: min(10vw, 110px);
    bottom: 38px;
    width: 15.2vw;
    min-width: 134px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual {
    /* height: 100vh !important; */
    height: auto !important;
  }
}

/* slide関連 */
.slick-slide {
  height: 100vh !important;
}
.slide-item:first-child {
  background: url(../img/home/mv_slide_01.webp) no-repeat center;
  background-size: cover;
}
.slide-item:nth-child(2) {
  background: url(../img/home/mv_slide_02.webp) no-repeat center;
  background-size: cover;
}
.slide-item:nth-child(3) {
  background: url(../img/home/mv_slide_03.webp) no-repeat center;
  background-size: cover;
}
.slide-item:nth-child(4) {
  background: url(../img/home/mv_slide_04.webp) no-repeat center;
  background-size: cover;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.dots-box {
  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;
  margin: auto;
}
.dots-wrap {
  display: flex;
  justify-content: center;
}
.dots-wrap:nth-child(2) {
  display: none !important;
}
.dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 0 12.5px;
  border-radius: 50%;
  background: #62af5e;
  cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #9e9e9f;
}
.dots-wrap li button {
  display: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .slick-slide {
    /* height: 100vh !important; */
    height: auto !important;
  }
  .mv-txt,
  .mv-mark {
    display: none;
  }
  .mainvisual .mv-txt_sp {
    position: absolute;
    top: min(7.2vw, 27px);
    left: min(7.7vw, 29px);
    display: block;
    width: 74.7vw;
  }
  .mainvisual .mv-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: auto;
  }
  .mainvisual .mv-btn a {
    position: absolute;
    right: 6px;
    bottom: 125px;
    display: block;
    width: 35.7vw;
    max-width: 200px;
  }
  /* .slide-item {
    max-width: 500px !important;
    margin: auto !important;
  }
  .slide-item img {
    display: block !important;
  } */
  .slide-item:first-child {
    background: none;
    /* background: url(../img/home/mv_slide_01_sp.webp) no-repeat bottom center;
    background-size: cover; */
  }
  .slide-item:nth-child(2) {
    background: none;
    /* background: url(../img/home/mv_slide_02_sp.webp) no-repeat bottom center;
    background-size: cover; */
  }
  .slide-item:nth-child(3) {
    background: none;
    /* background: url(../img/home/mv_slide_03_sp.webp) no-repeat bottom center;
    background-size: cover; */
  }
  .slide-item:nth-child(4) {
    background: none;
    /* background: url(../img/home/mv_slide_04_sp.webp) no-repeat bottom center;
    background-size: cover; */
  }
}

/* ==================================================== */
/*  about-area
/* ==================================================== */
.about-area {
  margin-top: 177px;
  margin-bottom: max(6.6vw, 91px);
}
.about-area .flex {
  position: relative;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: max(7.3vw, 100px);
}
.about-area .flex .tlt {
  position: absolute;
  top: max(-9.15vw, -124px);
  right: max(2.1vw, 30px);
  z-index: 5;
  width: 9.94vw;
  max-width: 135.89px;
}
.about-area .flex .figure-l {
  position: relative;
  width: 23.3%;
  max-width: 279.62px;
}
.about-area .flex .figure-l:after {
  position: absolute;
  top: max(-4.8vw, -65px);
  left: max(-2.4vw, -34px);
  z-index: 2;
  display: inline-block;
  width: 12vw;
  max-width: 164.5px;
  height: 100.7px;
  background-image: url(../img/home/about_mark_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.about-area .flex .figure-r {
  position: relative;
  width: 64%;
  max-width: 776.41px;
}
.about-area .flex .figure-r:before {
  position: absolute;
  top: max(-3.5vw, -47px);
  left: max(-22vw, -300px);
  z-index: 2;
  display: inline-block;
  width: 26.9vw;
  max-width: 367.81px;
  height: 193.33px;
  background-image: url(../img/home/about_03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.about-area .flex .figure-r:after {
  position: absolute;
  bottom: 11px;
  left: max(-13.76vw, -187px);
  z-index: 2;
  display: inline-block;
  width: 21.7vw;
  height: 30.22px;
  background-image: url(../img/home/about_mark_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.about-area .flex .figure-full-sp {
  display: none;
}
.about-area .txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: max(4.7vw, 65px);
}
.about-area .txt-flex h2 {
  width: 40%;
  padding-left: 5.8%;
  font-size: var(--fs28);
  font-weight: bold;
  line-height: 1.8;
}
.about-area .txt-flex p {
  width: 59.1%;
  font-size: var(--fs17);
  line-height: 2;
}
.about-area .common-btn_active {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
@media (max-width: 1024px) {
  .about-area {
    margin-bottom: 50px;
  }
  .about-area .flex {
    margin-bottom: 64px;
  }
  .about-area .flex .tlt {
    top: -84px;
    right: 17px;
    width: 98px;
  }
  .about-area .flex .figure-l {
    left: -45px;
    margin-left: 33px;
  }
  .about-area .flex .figure-r:before {
    left: -200px;
    width: 251.53px;
  }
  .about-area .txt-flex {
    margin-bottom: 64px;
  }
  .about-area .txt-flex h2 {
    padding-left: 41px;
    font-size: var(--fs22);
  }
  .about-area .txt-flex p {
    width: 54%;
    padding-right: 35px;
    font-size: var(--fs16);
  }
}
@media screen and (max-width: 767px) {
  .about-area {
    margin-top: 50px;
    margin-bottom: 55px;
  }
  .about-area .inner {
    padding: 0;
  }
  .about-area .flex {
    display: block;
    margin-bottom: 42px;
  }
  .about-area .flex .figure-l,
  .about-area .flex .figure-r {
    display: none;
  }
  .about-area .flex .figure-full-sp {
    position: relative;
    display: block;
    width: 86.9%;
    margin-left: 4.5%;
  }
  .about-area .flex .tlt {
    top: -46px;
    right: 8.5%;
    width: 21.77vw;
    max-width: 81.65px;
  }
  .about-area .txt-flex {
    display: block;
    margin-bottom: 49px;
    padding: 0 15.3%;
  }
  .about-area .txt-flex h2 {
    width: 100%;
    padding-bottom: 26px;
    padding-left: 0;
    font-size: var(--fs18);
  }
  .about-area .txt-flex p {
    width: 100%;
    padding-right: 0;
    font-size: var(--fs15);
    line-height: 1.8;
  }
  .about-area .common-btn_active {
    max-width: 265px;
  }
}

/* ==================================================== */
/*  pagelink-area
/* ==================================================== */
.pagelink-area {
  margin-bottom: max(8.7vw, 120px);
  padding: max(2.9vw, 40px) 0 max(5.78vw, 79px);
  background-image: url(../img/home/pagelink_bg.svg);
  background-repeat: repeat;
  background-size: auto;
}
.pagelink-area .flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagelink-area .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.pagelink-area .flex ul li:first-child {
  width: 303.53px;
  margin: 0 6.8% 0 8.3%;
}
.pagelink-area .flex ul li:last-child {
  width: 296.16px;
  margin-top: 63px;
}
.pagelink-area .flex p {
  width: 32.4%;
  padding-right: 1.5%;
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 1.8;
}
.pagelink-area .flex ul li a {
  display: block;
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}
.pagelink-area .flex ul li a:hover {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(5deg);
}
@media (max-width: 1024px) {
  .pagelink-area {
    margin-bottom: 142px;
    padding: 33px 0;
  }
  .pagelink-area .flex ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 66%;
  }
  .pagelink-area .flex ul li:first-child {
    width: 45.3%;
    margin: 0;
  }
  .pagelink-area .flex ul li:last-child {
    width: 47.1%;
    margin-top: 41px;
  }
  .pagelink-area .flex p {
    width: 28.5%;
    padding: 0;
    font-size: var(--fs17);
  }
}
@media screen and (max-width: 767px) {
  .pagelink-area {
    margin-bottom: 71px;
    padding: 55px 0 max(9vw, 35px);
  }
  .pagelink-area .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .pagelink-area .flex p {
    width: 100%;
    font-size: var(--fs18);
    line-height: 1.8;
    text-align: center;
  }
  .pagelink-area .flex ul {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .pagelink-area .flex ul li {
    width: 81% !important;
    max-width: 261.63px;
    margin: 0 auto 16px !important;
  }
}
/* ==================================================== */
/*  search-area
/* ==================================================== */
.search-area {
  display: block;
  width: 100%;
  margin: max(5.3vw, 73px) auto max(16.4vw, 225px);
  background-image: url(../img/home/search_bg.svg);
  background-repeat: repeat-x;
  background-size: contain;
}
.search-area .flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}
.search-area .flex figure {
  width: 33.4%;
  padding: 0 66px 0 48px;
}
.search-area .flex .txt-box {
  width: 66.6%;
  padding-right: 31px;
}
.search-area .flex .txt-box .heading {
  width: 131.87px;
  margin-bottom: 21px;
}
.search-area .flex .txt-box h2 {
  margin-bottom: 35px;
  font-size: var(--fs28);
  font-weight: bold;
  letter-spacing: 2px;
}
.search-area .flex .txt-box .txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-area .flex .txt-box .txt-flex p {
  width: 56.5%;
  font-size: var(--fs17);
  line-height: 2;
}
.search-area .flex .txt-box .txt-flex .common-btn_active {
  width: 39%;
}
.search-area .txt-flex-sp {
  display: none;
}
@media (max-width: 1024px) {
  .search-area {
    margin: 0 auto 137px;
  }
  .search-area .flex {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .search-area .flex figure {
    width: 34.1%;
    margin-right: 7.8%;
    padding: 0;
  }
  .search-area .flex .txt-box {
    width: 52.9%;
    padding-top: 48px;
    padding-right: 0;
  }
  .search-area .flex .txt-box h2 {
    margin-bottom: 15px;
    font-size: var(--fs25);
  }
  .search-area .flex .txt-box .txt-flex {
    display: block;
  }
  .search-area .flex .txt-box .txt-flex p {
    width: 100%;
    margin-bottom: 45px;
    font-size: var(--fs16);
  }
  .search-area .flex .txt-box .txt-flex .common-btn_active {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .search-area {
    margin: 0 auto 90px;
  }
  .search-area .flex {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 30px;
  }
  .search-area .inner {
    padding: 0;
  }
  .search-area .flex figure {
    width: 38.6%;
    max-width: 200px;
    margin: 0 4% 0 0;
    padding-left: 2.6%;
  }
  .search-area .flex .txt-box {
    width: 53.6%;
    padding: 0;
  }
  .search-area .flex .txt-box .heading {
    width: 43.89%;
    max-width: 88.23px;
  }
  .search-area .flex .txt-box h2 {
    margin-bottom: 0;
    font-size: var(--fs18);
  }
  .search-area .flex .txt-box .txt-flex-pc {
    display: none;
  }
  .search-area .txt-flex-sp {
    display: block;
    margin-top: 16px;
    padding: 0 8.6%;
  }
  .search-area .txt-flex-sp p {
    margin-bottom: 33px;
    line-height: 2;
  }
}

/* ==================================================== */
/*  life-area
/* ==================================================== */
.life-area {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 80px;
}
.life-area:after {
  position: absolute;
  right: 4.2vw;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  width: 68.9vw;
  max-width: 934.96px;
  height: 471.99px;
  background-image: url(../img/home/life_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.life-area .tlt {
  position: absolute;
  top: max(-3.6vw, -50px);
  left: max(8.2vw, 113px);
  width: 10vw;
  max-width: 137.08px;
}
.life-area .inner {
  width: 54.9vw;
  max-width: none;
  margin: auto;
  padding: 0;
}
.life-area .inner .common-btn_active {
  max-width: 300px;
  margin: 70px auto 0;
}
.life-area .overflow-right__sliderWrap {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.life-area .overflow-right__sliderWrap .mark {
  position: absolute;
  top: max(-8.1vw, -112px);
  right: max(13.2vw, 182px);
  z-index: 1;
  width: 6.8vw;
}
.life-area .overflow-right__sliderWrap .splide__slide {
  display: grid;
}
/* ページャー */
.life-area .splide__pagination {
  right: auto;
  bottom: -33px;
  left: 0;
  padding: 0;
}
.life-area .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0 25px 0 0;
  background: #62af5e;
  opacity: 1;
}
.life-area .splide__pagination__page.is-active {
  background: #9e9e9f;
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .life-area .tlt {
    width: 9vw;
  }
  .life-area .inner {
    width: 47vw;
  }
}
@media screen and (max-width: 767px) {
  .life-area {
    margin-bottom: 89px;
    padding-bottom: 0;
  }
  .life-area .inner {
    width: 100%;
    padding: 0 8.6%;
  }
  .life-area .tlt {
    position: static;
    width: 25.9%;
    max-width: 80px;
    margin-bottom: 29px;
  }
  .life-area:after {
    content: none;
  }
  .life-area .overflow-right__sliderWrap .mark {
    top: -120px;
    right: 56px;
    width: 16.5vw;
  }
}
/* ==================================================== */
/*  news-area
/* ==================================================== */
.news-area {
  position: relative;
  margin-bottom: 144px;
}
.news-area .tlt {
  position: absolute;
  top: max(-3.6vw, -50px);
  left: max(8.2vw, 113px);
  width: 12.9vw;
  max-width: 176.49px;
}
.news-area .contents {
  width: 74.5%;
  margin-left: auto;
}
.news-area .contents article {
  width: 91.77%;
  margin-bottom: 17px;
  padding-bottom: 15px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: right bottom;
  background-size: 13px 2px;
}
/* .news-area .contents article a {
  display: block;
} */
.news-area .contents article time {
  display: block;
  margin-bottom: 5px;
  font-size: var(--fs14);
  color: #949495;
}
.news-area .contents article h1 {
  margin-bottom: 6px;
  font-size: var(--fs17);
  font-weight: bold;
  color: #0062ac;
}
.news-area .contents article .post p {
  margin-bottom: 0;
  line-height: 1.6;
}
.news-area .contents article .post a {
  text-decoration: underline;
  color: #1e7ac6;
}
.news-area .contents article a[href*=".pdf"] p:after {
  display: inline-block;
  width: 18.26px;
  height: 22.45px;
  margin: 0 0 2px 8px;
  background-image: url(../../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.news-area .contents article a[href$=".xlsx"] p:after,
.news-area .contents article a[href$=".xls"] p:after {
  display: inline-block;
  width: 18.26px;
  height: 22.45px;
  margin: 0 0 2px 8px;
  background-image: url(../../img/common/icon_excel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.news-area .contents article a[href$=".doc"] p:after,
.news-area .contents article a[href$=".docx"] p:after {
  display: inline-block;
  width: 18.26px;
  height: 22.45px;
  margin: 0 0 2px 8px;
  background-image: url(../../img/common/icon_word.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.news-area .contents article a[target="_blank"] p:after {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: 0 0 2px 8px;
  background-image: url(../../img/common/icon_target.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.news-area .contents article a[target="_blank"]:after {
  content: none;
}
@media (max-width: 1024px) {
  .news-area .contents {
    width: 71.96%;
  }
  .news-area .contents article {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-area {
    margin-bottom: 50px;
  }
  .news-area .tlt {
    position: static;
    width: 34.8%;
    max-width: 108px;
    margin-bottom: 36px;
  }
  .news-area .contents article time {
    margin-bottom: 3px;
  }
  .news-area .contents article h1 {
    margin-bottom: 4px;
    font-size: var(--fs15);
  }
  .news-area .contents article .post p {
    font-size: var(--fs14);
  }
  .news-area .contents {
    width: 100%;
    padding-bottom: 11px;
  }
}
/* ==================================================== */
/*  nurserylist-area
/* ==================================================== */
.nurserylist-area {
  margin-top: 123px;
}
.nurserylist-area span {
  display: block;
  width: 131.87px;
  margin: 0 auto 14px;
}
.nurserylist-area h2 {
  margin-bottom: 25px;
  font-size: var(--fs25);
  font-weight: bold;
  text-align: center;
}
.nurserylist-area .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1160px;
  margin: auto;
}
.nurserylist-area .flex .nurserylist-box {
  width: 30%;
}
.nurserylist-area .flex .nurserylist-box h3 {
  height: 42px;
  margin-bottom: 20px;
  padding-left: 24px;
  border-radius: 27px;
  background-color: #9cd5d9;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 42px;
  color: #fff;
}
.nurserylist-area .flex .nurserylist-box .list {
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
  padding-left: 1em;
}
.nurserylist-area .flex .nurserylist-box .list h4 {
  margin-bottom: 4px;
  font-size: var(--fs13);
  font-weight: bold;
}
.nurserylist-area .flex .nurserylist-box .list ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2px;
  font-size: var(--fs13);
  letter-spacing: normal;
}
.nurserylist-area .flex .nurserylist-box .list ul li a {
  text-decoration: underline;
}
.nurserylist-area .flex .nurserylist-box:last-child {
  width: 67%;
}
.nurserylist-area .flex .nurserylist-box:last-child h3 {
  background-color: #bbdf37;
}
.nurserylist-area .flex .nurserylist-box:last-child .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nurserylist-area .flex .nurserylist-box:last-child .list ul li {
  width: 33.333%;
  padding-right: 0.2em;
}
.nurserylist-area .flex .nurserylist-box:last-child .list ul li:nth-child(3n) {
  padding-right: 0;
}
@media (max-width: 1024px) {
  .nurserylist-area {
    margin-top: 64px;
  }
  .nurserylist-area .flex .nurserylist-box:last-child .list ul li {
    width: 50%;
  }
  .nurserylist-area .flex .nurserylist-box:last-child .list ul li:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .nurserylist-area {
    margin-top: 65px;
  }
  .nurserylist-area span {
    width: 30%;
  }
  .nurserylist-area h2 {
    margin-bottom: 28px;
    font-size: var(--fs18);
  }
  .nurserylist-area .flex {
    display: block;
  }
  .nurserylist-area .flex .nurserylist-box,
  .nurserylist-area .flex .nurserylist-box:last-child {
    width: 100%;
  }
  .nurserylist-area .flex .nurserylist-box h3 {
    height: 37px;
    font-size: var(--fs14);
    line-height: 37px;
  }
  .nurserylist-area .flex .nurserylist-box .list {
    width: 100%;
  }
  .nurserylist-area .flex .nurserylist-box .list ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nurserylist-area .flex .nurserylist-box:first-child .list ul li {
    width: 100%;
  }
  .nurserylist-area .flex .nurserylist-box .list ul li {
    width: 100%;
    font-size: var(--fs13);
  }
  .nurserylist-area .flex .nurserylist-box .list ul li,
  .nurserylist-area .flex .nurserylist-box:last-child .list ul li {
    width: 100%;
    margin-bottom: 0.2em;
  }
}
