@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  TOPページ
---------------------------------------- */
/* ---------------------------
  メインビジュアル
--------------------------- */
.mv {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 850px;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    height: 630px;
    margin-top: 80px;
  }
}
.mv__swiper {
  margin-left: 40px;
  margin-right: 40px;
  background: #FBF1E1;
  max-width: 1360px;
  max-height: 850px;
  aspect-ratio: 1360/850;
}
@media screen and (max-width: 768px) {
  .mv__swiper {
    height: 630px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.mv__slide {
  width: 100%;
  max-width: 1360px;
  max-height: 850px;
  aspect-ratio: 1360/850;
}
.mv__slide img {
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .mv__slide img {
    border-radius: 30px;
  }
}
.mv__lead {
  position: absolute;
  content: "";
  top: 70px;
  right: 5.6617647059%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #524742;
  gap: 36px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .mv__lead {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .mv__lead {
    gap: 26px;
    top: 48px;
    right: 10px;
  }
}
.mv__lead-line {
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.44px;
  background: #ffffff;
  padding: 18px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 4px 0px 0px #524742;
          box-shadow: 2px 4px 0px 0px #524742;
}
@media screen and (max-width: 1024px) {
  .mv__lead-line {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .mv__lead-line {
    font-size: 18px;
    letter-spacing: 0.72px;
    padding: 12px 16px;
    border-radius: 15px;
  }
}
.mv__lead-line .accent {
  color: #FF9900;
  padding: 0 !important;
}

/* ---------------------------
  園について
--------------------------- */
.top-about {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 50px 0;
  }
}
.top-about .section-title__icon {
  width: 68px;
  height: 88px;
}
@media screen and (max-width: 768px) {
  .top-about .section-title__icon {
    width: 32px;
    height: 42px;
  }
}
.top-about__wrapper {
  position: relative;
  /* 鳥 */
  /* 子どもたち */
}
.top-about__wrapper::before, .top-about__wrapper::after {
  content: "";
  position: absolute;
}
.top-about__wrapper::before {
  background: url(../img/common/deco_orange-bird.png) no-repeat center center/cover;
  width: 127px;
  height: 137px;
  right: 0;
  top: -68px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-about__wrapper::before {
    width: 64px;
    height: 69px;
    top: -32px;
  }
}
.top-about__wrapper::after {
  background: url(../img/common/deco_children.png) no-repeat center center/cover;
  width: 215px;
  height: 186px;
  left: 0px;
  bottom: -7px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-about__wrapper::after {
    width: 107px;
    height: 93px;
    left: 0;
    bottom: -32px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-about__left {
  width: 379px;
}
.top-about__right {
  width: 58.2051282051%;
}
.top-about__right img {
  border-radius: 30px;
}
.top-about__left, .top-about__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-about__left, .top-about__right {
    width: 100%;
    gap: 28px;
  }
}
.top-about .btn {
  margin-top: 8px;
}

/* ---------------------------
  2カラム
  こばとこども園の保育
  施設案内
--------------------------- */
.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #DCF2C5;
  position: relative;
  padding: 56px 0 176px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .col2 {
    margin-top: 16vw;
    padding-bottom: 120px;
  }
}
.col2::before {
  content: "";
  position: absolute;
  background: url(../img/common/wave-up.png) no-repeat center center/cover;
  top: -120px;
  left: 0;
  width: 100%;
  height: 8.3333333333vw;
}
@media screen and (max-width: 1440px) {
  .col2::before {
    top: -8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .col2::before {
    background: url(../img/common/wave-up_sp.png) no-repeat center center/cover;
    height: 16vw;
    top: -16vw;
  }
}
.col2__inner {
  max-width: 1440px;
}
.col2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .col2__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}
@media screen and (max-width: 768px) {
  .col2__container {
    gap: 32px;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.col2__container::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco_tree2.png) no-repeat center center/cover;
  width: 156px;
  height: 113px;
  right: -70px;
  bottom: -98px;
}
@media screen and (max-width: 1200px) {
  .col2__container::after {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .col2__container::after {
    width: 97px;
    height: 70px;
  }
}
.col2__content {
  width: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 1200px) {
  .col2__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col2__content {
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.col2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 16px;
  width: 435px;
}
@media screen and (max-width: 768px) {
  .col2__item {
    width: 100%;
  }
}
.col2__title {
  font-size: 36px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.44px;
  color: #524742;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .col2__title {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
.col2__img {
  width: 435px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .col2__img {
    width: 100%;
  }
}
.col2__img img {
  border-radius: 30px;
}
.col2 .text {
  margin-top: 31px;
  min-height: 87px;
}
.col2 .btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .col2 .btn {
    margin-top: -12px;
  }
}

/* ---------------------------
  スライダー
--------------------------- */
.slider {
  padding: 120px 0;
  position: relative;
  /* 右上 */
  /* 左下 */
}
.slider__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.slider__slide {
  width: 400px !important;
  height: auto;
}
.slider__slide img {
  border-radius: 20px;
}
.slider::before {
  content: "";
  position: absolute;
  background: url(../img/common/deco_leaf.png) no-repeat center center/cover;
  width: 94px;
  height: 106px;
  top: 0;
  right: 90px;
}
@media screen and (max-width: 768px) {
  .slider::before {
    width: 74px;
    height: 86px;
    right: 0;
  }
}
.slider::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco_leaf2.png) no-repeat center center/cover;
  width: 115px;
  height: 65px;
  bottom: 0;
  left: 90px;
}
@media screen and (max-width: 768px) {
  .slider::after {
    width: 95px;
    height: 45px;
    left: 0;
  }
}

/* ---------------------------
  入園案内
--------------------------- */
.top-guide {
  position: relative;
  background: #DCF2C5;
  padding: 160px 0 40px;
}
@media screen and (min-width: 1441px) {
  .top-guide {
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .top-guide {
    padding: 120px 0 60px;
  }
}
.top-guide::after {
  content: "";
  position: absolute;
  background: url(../img/common/wave-down.png) no-repeat center center/cover;
  width: 100%;
  left: 0;
  height: 8.3333333333vw;
  bottom: -120px;
}
@media screen and (max-width: 1440px) {
  .top-guide::after {
    bottom: -8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-guide::after {
    background: url(../img/common/wave-down_sp.png) no-repeat center center/cover;
    bottom: -60px;
    height: 60px;
  }
}
.top-guide .section-title {
  width: 100%;
}
.top-guide .section-title__icon {
  width: 115px;
  height: 74px;
}
@media screen and (max-width: 768px) {
  .top-guide .section-title__icon {
    width: 51px;
    height: 34px;
  }
}
.top-guide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-guide__container {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-guide__left {
  width: 56.25%;
}
.top-guide__left img {
  border-radius: 30px;
}
.top-guide__right {
  width: 426px;
}
.top-guide__left, .top-guide__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-guide__left, .top-guide__right {
    width: 100%;
    gap: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ---------------------------
  お知らせ
--------------------------- */
.top-news {
  position: relative;
  padding-top: 240px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 120px;
  }
}
.top-news .section-title {
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .top-news .section-title {
    gap: 16px;
  }
}
.top-news .section-title__icon {
  width: 112px;
  height: 86px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-news .section-title__icon {
    width: 53px;
    height: 42px;
  }
}
.top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 64px 80px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-news__container {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__container {
    padding: 32px 10px;
  }
}

/* ---------------------------
  アクセス
--------------------------- */
.access {
  background: #DCF2C5;
  padding: 40px 0 160px;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .access {
    padding-top: 10.6666666667vw;
    margin-top: 16vw;
    padding-bottom: 100px;
  }
}
.access::before {
  content: "";
  position: absolute;
  background: url(../img/common/wave-up.png) no-repeat center center/cover;
  height: 8.3333333333vw;
  width: 100%;
  left: 0;
  top: -120px;
}
@media screen and (max-width: 1440px) {
  .access::before {
    top: -8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .access::before {
    background: url(../img/common/wave-up_sp.png) no-repeat center center/cover;
    width: 100%;
    height: 16vw;
    top: -16vw;
  }
}
.access .section-title__icon {
  width: 93px;
  height: 92px;
}
@media screen and (max-width: 768px) {
  .access .section-title__icon {
    width: 63px;
    height: 62px;
  }
}
.access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 61px;
  width: 100%;
  position: relative;
}
.access__container::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco_children2.png) no-repeat center center/cover;
  width: 230px;
  height: 202px;
  top: -153px;
  left: -7.3611111111%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .access__container::after {
    left: -20px;
    width: 120px;
    height: 100px;
    top: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .access__container {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .access__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.access__left {
  width: 60.7142857143%;
  height: 450px;
}
.access__left iframe {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .access__left iframe {
    border-radius: 15px;
  }
}
.access__right {
  width: 379px;
}
.access__left, .access__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .access__left, .access__right {
    width: 100%;
    gap: 20px;
  }
}
.access__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access__list a {
  text-decoration: underline;
}
.access__google-icon {
  width: 25px;
  height: 25px;
  display: block;
}

/* ----------------------------------------
  園について ページ
---------------------------------------- */
#about .page-mv__content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/about/fv.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/about/fv.jpg) lightgray 50%/cover no-repeat;
  width: 100%;
}

/* ---------------------------
  保育方針
--------------------------- */
.plan .page-title__icon {
  width: 54px;
  height: 48px;
}
.plan__wrapper {
  position: relative;
}
.plan__wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/about/deco_pen.png) no-repeat center center/cover;
  width: 130px;
  height: 96px;
  right: 34px;
  bottom: -45px;
}
.plan__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.plan__lists {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .plan__lists {
    margin-left: 10px;
  }
}
.plan__list {
  list-style-type: decimal;
  font-size: 20px;
}

/* ---------------------------
  こばとこども園の特徴
--------------------------- */
.feature {
  background: #DCF2C5;
  position: relative;
  margin-top: 150px;
  padding-top: 34px;
}
.feature::before {
  content: "";
  position: absolute;
  background: url(../img/common/bigwave-up.png) no-repeat center center/cover;
  width: 100%;
  /* height: 150px; */
  height: 10.4166666667vw;
  left: 0;
  top: -150px;
}
@media screen and (max-width: 1440px) {
  .feature::before {
    top: -10.4166666667vw;
  }
}
.feature .page-title__icon {
  width: 68px;
  height: 88px;
}
@media screen and (max-width: 768px) {
  .feature .page-title__icon {
    width: 32px;
    height: 42px;
  }
}
.feature__lead {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .feature__lead {
    text-align: left;
  }
}
.feature__container {
  margin-top: 32px;
  padding: 60px 26px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .feature__container {
    padding: 60px 0;
  }
}
.feature__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.feature__title {
  color: #F1AA00;
  font-size: 28px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 24px;
    gap: 8px;
  }
}
.feature__title-icon {
  width: 100px;
  height: 100px;
  display: block;
}
@media screen and (max-width: 768px) {
  .feature__title-icon {
    width: 70px;
    height: 70px;
  }
}
.feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
.feature__item {
  background: #FBF1E1;
  border-radius: 50%;
  width: 324px;
  height: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 47px;
  gap: 18px;
}
.feature__item-title {
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
}

/* ---------------------------
  園の概要
--------------------------- */
.company {
  padding: 120px 0 230px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 80px 0 100px;
  }
}
.company .page-title {
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .company .page-title {
    gap: 18px;
  }
}
.company .page-title__icon {
  width: 68px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .company .page-title__icon {
    width: 48px;
    height: 52px;
  }
}
.company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 64px;
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .company__container {
    padding: 0;
  }
}
.company__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-left: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .company__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__list dt {
  width: 19.6078431373%;
  padding: 24px 20px;
  text-align: left;
  background: #F9FAFA;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .company__list dt {
    width: 100%;
    text-align: left;
    padding: 20px;
  }
}
.company__list dd {
  width: 80.3921568627%;
  padding: 24px 20px;
  border-left: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .company__list dd {
    width: 100%;
    padding: 20px;
    border-left: none;
    border-top: 1px solid #F9FAFA;
  }
}
.company__list dd li {
  margin-left: 20px;
  list-style-type: disc;
}
.company__list dd a {
  text-decoration: underline;
}

/* ----------------------------------------
  こばとこども園の保育 ページ
---------------------------------------- */
#childcare .page-mv__content {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/childcare/fv.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/childcare/fv.jpg) lightgray 50%/cover no-repeat;
}

/* ---------------------------
  1日の流れ
--------------------------- */
#childcare .flow .page-title__icon {
  width: 68px;
  height: 88px;
}
@media screen and (max-width: 768px) {
  #childcare .flow .page-title__icon {
    width: 48px;
    height: 68px;
  }
}
#childcare .flow .text {
  text-align: center;
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #childcare .flow .text {
    text-align: left;
  }
}
#childcare .flow__wrapper {
  position: relative;
  padding: 60px 45px !important;
}
@media screen and (max-width: 768px) {
  #childcare .flow__wrapper {
    padding: 60px 10px !important;
  }
}
#childcare .flow__wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/childcare/deco_flower.png) no-repeat center center/cover;
  width: 97px;
  height: 98px;
  right: 22px;
  top: -28px;
}
@media screen and (max-width: 768px) {
  #childcare .flow__wrapper::before {
    width: 67px;
    height: 68px;
    right: 0;
  }
}
#childcare .flow__wrapper::after {
  content: "";
  position: absolute;
  background: url(../img/common/deco_yellow-bird.png) no-repeat center center/cover;
  width: 127px;
  height: 137px;
  left: 8.4615384615%;
  bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #childcare .flow__wrapper::after {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #childcare .flow__wrapper::after {
    bottom: -6px;
    left: -10px;
    width: 57px;
    height: 61px;
  }
}
#childcare .flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#childcare .flow__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
#childcare .flow__list {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#childcare .flow__title {
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.96px;
  color: #524742;
}
#childcare .flow__img {
  width: 100%;
  max-width: 682px;
  height: auto;
}
#childcare .flow__img img {
  border-radius: 30px;
}

/* ---------------------------
  タイムテーブル
--------------------------- */
.time-table {
  padding: 0 0 120px 0;
  /* テーブル　垂直 */
}
.time-table__container {
  position: relative;
}
.time-table__container::before {
  content: "";
  position: absolute;
  background: url(../img/childcare/deco_sunshine.png) no-repeat center center/cover;
  width: 118px;
  height: 135px;
  left: -110px;
  top: 99px;
}
@media screen and (max-width: 768px) {
  .time-table__container::before {
    width: 40px;
    height: 46px;
    top: -23px;
    left: -21px;
  }
}
.time-table__container::after {
  content: "";
  position: absolute;
  background: url(../img/childcare/deco_tree.png) no-repeat center center/cover;
  width: 101px;
  height: 115px;
  right: -112px;
  bottom: 600px;
}
@media screen and (max-width: 768px) {
  .time-table__container::after {
    width: 42px;
    height: 48px;
    right: -20px;
    bottom: 1640px;
  }
}
.time-table .time-table__lists {
  width: 100%;
  max-width: 900px;
  /* min-width: 600px; */
  margin: 0 auto;
  border-collapse: collapse;
}
.time-table .time-table__lists * {
  border-width: 0;
  vertical-align: middle;
}
.time-table .time-table__lists thead {
  width: 100%;
}
.time-table .time-table__lists thead th {
  width: 40%;
  height: 127px;
  background-color: #dae3f2;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .time-table .time-table__lists thead th {
    width: 39.5209580838%;
    font-size: 18px;
  }
}
.time-table .time-table__lists thead th.pink {
  background: #FAA8A0;
  color: #ffffff;
}
.time-table .time-table__lists thead th.blue {
  background: #84BAE5;
  color: #ffffff;
}
.time-table .time-table__lists thead th.bold {
  width: 20%;
  font-size: 18px;
  background: #DCF2C5;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .time-table .time-table__lists thead th.bold {
    width: 20.9580838323%;
    font-size: 15px;
  }
}
.time-table .time-table__lists tbody td {
  width: 40%;
  height: 99px;
  background: white;
  text-align: center;
  padding: 15px 28px;
  line-height: 1.4375;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .time-table .time-table__lists tbody td {
    width: 39.5209580838%;
    height: 237px;
    font-size: 14px;
    padding: 15px 10px;
  }
}
.time-table .time-table__lists tbody td:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.time-table .time-table__lists tbody td:nth-of-type(2) {
  background: #DCF2C5;
  font-size: 18px;
}
.time-table .time-table__lists tbody tr {
  height: 100%;
}

/* ---------------------------
  年間行事
--------------------------- */
#childcare .annual-event {
  padding-top: 60px;
  background: #DCF2C5;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #childcare .annual-event {
    margin-top: 16vw;
    padding-bottom: 100px;
  }
}
#childcare .annual-event::before {
  content: "";
  position: absolute;
  background: url(../img/common/wave-up.png) no-repeat center center/cover;
  height: 8.3333333333vw;
  width: 100%;
  left: 0;
  top: -120px;
}
@media screen and (max-width: 1440px) {
  #childcare .annual-event::before {
    top: -8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #childcare .annual-event::before {
    background: url(../img/common/wave-up_sp.png) no-repeat center center/cover;
    height: 16vw;
    top: -16vw;
  }
}
#childcare .annual-event__wrapper {
  padding: 110px 40px 100px;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  #childcare .annual-event__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#childcare .annual-event__wrapper::before, #childcare .annual-event__wrapper::after {
  content: "";
  position: absolute;
  background: url(../img/childcare/deco_pin.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  top: 40px;
}
#childcare .annual-event__wrapper::before {
  left: 90px;
}
@media screen and (max-width: 768px) {
  #childcare .annual-event__wrapper::before {
    left: 20px;
  }
}
#childcare .annual-event__wrapper::after {
  right: 90px;
}
@media screen and (max-width: 768px) {
  #childcare .annual-event__wrapper::after {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #childcare .annual-event .page-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#childcare .annual-event .page-title__icon {
  width: 48px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  #childcare .annual-event .page-title__icon {
    width: 28px;
    height: 42px;
  }
}
#childcare .annual-event .text {
  text-align: center;
}
#childcare .annual-event__container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 18px;
  width: 100%;
  max-width: 982px;
}
#childcare .annual-event__content {
  background: #FBF1E1;
  border-radius: 20px;
  padding: 40px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 315px;
  height: 239px;
  position: relative;
}
#childcare .annual-event__content::after {
  content: "";
  position: absolute;
  bottom: 19px;
  right: 18px;
  width: 103px;
  height: 108px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #childcare .annual-event__content::after {
    width: 63px;
    height: 68px;
  }
}
#childcare .annual-event__content.aplil::after {
  background: url(../img/childcare/april.png) no-repeat center center/cover;
}
#childcare .annual-event__content.may::after {
  background: url(../img/childcare/may.png) no-repeat center center/cover;
}
#childcare .annual-event__content.june::after {
  background: url(../img/childcare/june.png) no-repeat center center/cover;
}
#childcare .annual-event__content.july::after {
  background: url(../img/childcare/july.png) no-repeat center center/cover;
}
#childcare .annual-event__content.august::after {
  background: url(../img/childcare/august.png) no-repeat center center/cover;
}
#childcare .annual-event__content.september::after {
  background: url(../img/childcare/september.png) no-repeat center center/cover;
}
#childcare .annual-event__content.october::after {
  background: url(../img/childcare/october.png) no-repeat center center/cover;
}
#childcare .annual-event__content.november::after {
  background: url(../img/childcare/november.png) no-repeat center center/cover;
}
#childcare .annual-event__content.december::after {
  background: url(../img/childcare/december.png) no-repeat center center/cover;
}
#childcare .annual-event__content.january::after {
  background: url(../img/childcare/january.png) no-repeat center center/cover;
}
#childcare .annual-event__content.february::after {
  background: url(../img/childcare/february.png) no-repeat center center/cover;
}
#childcare .annual-event__content.march::after {
  background: url(../img/childcare/march.png) no-repeat center center/cover;
}
#childcare .annual-event__month {
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #F1C14C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
}
#childcare .annual-event__month-no {
  font-size: 48px;
  color: #524742;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.92px;
  /* @media screen and (max-width: 1000px) {
    font-size: 36px;
  } */
}
#childcare .annual-event__list {
  position: relative;
  margin-left: 36px;
}
#childcare .annual-event__list::before {
  content: "-";
  position: absolute;
  left: -16px;
}

/* ----------------------------------------
  施設案内 ページ
---------------------------------------- */
#facility .page-mv__content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/facility/fv.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/facility/fv.jpg) lightgray 50%/cover no-repeat;
  width: 100%;
}

/* ---------------------------
  施設案内
--------------------------- */
.facility .white {
  padding: 60px 20px;
}
.facility__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  width: 100%;
}
.facility .text {
  text-align: center;
}
.facility__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  width: 100%;
  max-width: 1110px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .facility__gallery {
    padding: 0;
  }
}
.facility__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
.facility__category {
  color: #F1AA00;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.12px;
}
.facility__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .facility__lists {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 100%;
}
.facility__img {
  aspect-ratio: 313/235;
}
.facility__img img {
  border-radius: 10px;
}
.facility__name {
  color: #524742;
  font-weight: 400;
  line-height: 1.75;
}

/* ---------------------------
  心と体を育む給食
--------------------------- */
.lunch {
  background: #DCF2C5;
  padding: 26px 0 125px;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .lunch {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}
.lunch::before {
  content: "";
  position: absolute;
  background: url(../img/common/wave-up.png) no-repeat center center/cover;
  height: 8.3333333333vw;
  width: 100%;
  left: 0;
  top: -120px;
}
@media screen and (max-width: 1440px) {
  .lunch::before {
    top: -8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lunch::before {
    background: url(../img/common/wave-up_sp.png) no-repeat center center/cover;
    height: 60px;
    top: -60px;
  }
}
.lunch .section-title__icon {
  width: 65px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  .lunch .section-title__icon {
    width: 43px;
    height: 42px;
  }
}
.lunch__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
  text-align: center;
}
.lunch__cards {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lunch__cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lunch__cards::before {
  content: "";
  position: absolute;
  background: url(../img/facility/straberry.png) no-repeat center center/cover;
  width: 105px;
  height: 120px;
  right: -65px;
  bottom: -46px;
}
@media screen and (max-width: 768px) {
  .lunch__cards::before {
    right: -20px;
  }
}
.lunch__card {
  padding: 42px 24px;
  background: #ffffff;
  max-width: 407px;
  width: 46.5675057208%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .lunch__card {
    width: 100%;
  }
}
.lunch__card-ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.12px;
  color: #F1AA00;
  width: 100%;
}
.lunch__card-txt {
  text-align: left;
  color: #524742;
  width: 100%;
}
.lunch__card-txt li {
  list-style-type: disc;
  margin-left: 24px;
}
.lunch__ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 40px;
  margin-top: 16px;
}
.lunch__ex-ttl {
  color: #F1AA00;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.lunch__ex-icon {
  width: 38px;
  height: 45px;
}
.lunch__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .lunch__gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lunch__img {
  aspect-ratio: 407/300;
  max-width: 407px;
  width: 46.5675057208%;
}
.lunch__img img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .lunch__img {
    width: 100%;
  }
}

/* ----------------------------------------
  入園案内 ページ
---------------------------------------- */
#guide .page-mv__content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/admission/fv.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/admission/fv.jpg) lightgray 50%/cover no-repeat;
  width: 100%;
}

/* ---------------------------
  入園案内
--------------------------- */
.guide__wrapper {
  position: relative;
  padding: 60px 45px !important;
}
@media screen and (max-width: 768px) {
  .guide__wrapper {
    padding: 60px 10px !important;
  }
}
.guide__wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/admission/cherryblossoms.png) no-repeat center center/cover;
  width: 139px;
  height: 141px;
  right: -29px;
  bottom: -38px;
}
@media screen and (max-width: 768px) {
  .guide__wrapper::before {
    width: 89px;
    height: 91px;
  }
}
.guide__wrapper::after {
  content: "";
  position: absolute;
  background: url(../img/admission/flag.png) no-repeat center center/cover;
  width: 149px;
  height: 122px;
  /* left: 33px; */
  left: 2.2916666667%;
  top: 17px;
}
@media screen and (max-width: 1024px) {
  .guide__wrapper::after {
    /* left: calc(10px / 1440px * 100%); */
    left: -20px;
    top: -20px;
    width: 130px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .guide__wrapper::after {
    width: 99px;
    height: 72px;
    top: -10px;
    left: -20px;
  }
}
.guide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  width: 100%;
  max-width: 1020px;
}
.guide__text {
  text-align: center;
}
.guide__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guide__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-bottom: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-left: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .guide__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.guide__list dt {
  width: 19.6078431373%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 20px;
  text-align: left;
  background: #F9FAFA;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .guide__list dt {
    width: 100%;
    text-align: left;
    padding: 20px;
  }
}
.guide__list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80.3921568627%;
  padding: 24px 20px;
  border-left: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .guide__list dd {
    width: 100%;
    padding: 20px;
    border-left: none;
    border-top: 1px solid #F9FAFA;
  }
}
.guide__list dd li {
  margin-left: 20px;
  list-style-type: disc;
}
.guide__list dd a {
  text-decoration: underline;
}
.guide__list dd span {
  display: block;
}

/* ----------------------------------------
  求人情報 ページ
---------------------------------------- */
#recruit .page-mv__content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/recruit/fv.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/recruit/fv.jpg) lightgray 50%/cover no-repeat;
  width: 100%;
}

/* ---------------------------
  求職者のみなさまへ
--------------------------- */
.message .page-title__icon {
  width: 54px;
  height: 48px;
}
.message__wrapper {
  position: relative;
  padding: 60px 45px !important;
}
@media screen and (max-width: 768px) {
  .message__wrapper {
    padding: 60px 10px !important;
  }
}
.message__wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/recruit/deco_blue-bird.png) no-repeat center center/cover;
  width: 103px;
  height: 111px;
  /* left: 91px; */
  left: 6.3194444444%;
  bottom: 84px;
}
@media screen and (max-width: 1024px) {
  .message__wrapper::before {
    left: 0;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .message__wrapper::before {
    width: 53px;
    height: 61px;
  }
}
.message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
.message__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message__text {
    text-align: left;
  }
}
.message__img {
  aspect-ratio: 682/468;
  width: 100%;
  max-width: 682px;
  margin-top: 8px;
}
.message__img img {
  border-radius: 30px;
}

/* ---------------------------
  募集要項
--------------------------- */
.requirements {
  background: #DCF2C5;
  position: relative;
  margin-top: 150px;
  padding-top: 34px;
}
.requirements::before {
  content: "";
  position: absolute;
  background: url(../img/common/bigwave-up.png) no-repeat center center/cover;
  width: 100%;
  /* height: 150px; */
  height: 10.4166666667vw;
  left: 0;
  top: -150px;
}
@media screen and (max-width: 1440px) {
  .requirements::before {
    top: -10.4166666667vw;
  }
}
.requirements__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 48px;
  padding: 0 50px;
  position: relative;
  max-width: 1020px;
}
@media screen and (max-width: 1024px) {
  .requirements__container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .requirements__container {
    padding: 0;
  }
}
.requirements__container::before, .requirements__container::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/recruit/deco_pin.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .requirements__container::before, .requirements__container::after {
    top: -20px;
  }
}
.requirements__container::before {
  left: -8px;
}
@media screen and (max-width: 768px) {
  .requirements__container::before {
    left: 2.3880597015%;
  }
}
.requirements__container::after {
  right: -8px;
}
@media screen and (max-width: 768px) {
  .requirements__container::after {
    right: 2.3880597015%;
  }
}
.requirements__title {
  color: #F1AA00;
  font-size: 40px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .requirements__title {
    font-size: 24px;
    gap: 8px;
  }
}
.requirements__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.requirements__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-left: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .requirements__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.requirements__list dt {
  width: 19.6078431373%;
  padding: 24px 20px;
  text-align: left;
  background: #F9FAFA;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .requirements__list dt {
    width: 100%;
    text-align: left;
    padding: 20px;
  }
}
.requirements__list dd {
  width: 80.3921568627%;
  padding: 24px 20px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #F4F4F4;
  background: #ffffff;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .requirements__list dd {
    width: 100%;
    padding: 20px;
    border-left: none;
    border-top: 1px solid #F4F4F4;
  }
}
.requirements__list dd li {
  margin-left: 20px;
  list-style-type: disc;
}
.requirements__list dd a {
  color: #F1AA00;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

/* ----------------------------------------
  お知らせページ（共通）
---------------------------------------- */
#news .page-mv__content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/news/fv.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/news/fv.jpg) lightgray 50%/cover no-repeat;
  width: 100%;
}

/* ----------------------------------------
  お知らせ一覧ページ
---------------------------------------- */
.archive {
  padding: 64px 0 160px;
}
@media screen and (max-width: 768px) {
  .archive {
    padding: 60px 0 120px;
  }
}
.archive__wrapper {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .archive__wrapper {
    gap: 60px;
  }
}
.archive__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 994px;
  gap: 64px;
}
.archive .category-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .archive .category-lists {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .archive .category-lists__list {
    /* width: 100%; */
    font-size: 14px;
  }
}
.archive .category-lists__btn {
  border: 1px solid #7B878B;
  background: #ffffff;
  min-width: 200px;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .archive .category-lists__btn {
    padding: 10px 5px;
    min-width: 105px;
  }
}
.archive .category-lists .all:hover {
  background: #84BAE5;
}
.archive .category-lists .all.is-active {
  background: #84BAE5;
}
.archive .category-lists .news:hover {
  background: #DCF2C5;
}
.archive .category-lists .news.is-active {
  background: #DCF2C5;
}
.archive .category-lists .event:hover {
  background: #F8D37A;
}
.archive .category-lists .event.is-active {
  background: #F8D37A;
}
.archive .post {
  padding: 28px 0;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .archive .post {
    gap: 8px;
  }
}
.archive .post__title {
  font-size: 18px;
}

/* ----------------------------------------
  お知らせ投稿ページ
---------------------------------------- */
.single__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single__container {
    gap: 60px;
  }
}
.single__post {
  background: #ffffff;
  border-radius: 10px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single__post {
    padding: 30px;
    gap: 30px;
  }
}
.single__post h2,
.single__post h3,
.single__post h4,
.single__post p,
.single__post ul,
.single__post li {
  width: 100%;
}
.single__post h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  color: #524742;
  background: #DCF2C5;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .single__post h2 {
    padding: 4px 12px;
    font-size: 22px;
  }
}
.single__post h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px;
  border-bottom: 1px solid #524742;
}
@media screen and (max-width: 768px) {
  .single__post h3 {
    font-size: 20px;
    padding: 4px 0;
  }
}
.single__post h4 {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .single__post h4 {
    padding: 4px 0;
    font-size: 18px;
  }
}
.single__post p {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .single__post p {
    padding: 0;
  }
}
.single__post ul {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .single__post ul {
    padding-left: 20px;
  }
}
.single__post li {
  list-style-type: disc;
}
.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 16px;
  padding: 0 32px 32px 32px;
  border-bottom: 1px solid #524742;
}
@media screen and (max-width: 768px) {
  .single__head {
    gap: 8px;
    /* padding-bottom: 20px; */
    padding: 0 0 20px 0;
  }
}
.single__head dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.single__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  color: #524742;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 20px;
  }
}
.single__thumbnail {
  width: 100%;
}
.single__thumbnail img {
  border-radius: 30px;
}
.single__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single__bottom {
    gap: 20px;
  }
}
.single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.single__btn.left {
  left: 0;
}
.single__btn.right {
  right: 0;
}
.single__btn a {
  background: #F1C14C;
  color: #ffffff;
  padding: 2px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 0px 0px #524742;
          box-shadow: 2px 4px 0px 0px #524742;
}
.single__btn-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 22px 36px;
  border: 1px dashed #524742;
  line-height: 1;
  border-radius: 10px;
  letter-spacing: 0.64px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single__btn-wrapper {
    padding: 23px 22px;
  }
}
.single__btn-icon {
  width: 7px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .single__btn-txt {
    display: none;
  }
}

/* ----------------------------------------
  お問い合わせページ
---------------------------------------- */
#contact .page-mv__content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/contact/fv.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/contact/fv.jpg) lightgray 50%/cover no-repeat;
  width: 100%;
}

.contact__wrapper {
  max-width: 1260px;
  margin: 0;
  padding: 0;
  gap: 60px;
}
.contact__info {
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  padding: 110px 40px;
  border-radius: 30px;
  background: #DCF2C5;
}
@media screen and (max-width: 768px) {
  .contact__info {
    padding: 60px 10px;
  }
}
.contact__copy {
  text-align: center;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .contact__copy {
    text-align: justify;
    letter-spacing: 0.5px;
  }
}
.contact__tel {
  font-size: 40px;
  font-family: "M PLUS Rounded 1c", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #524742;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .contact__tel {
    font-size: 32px;
  }
}
.contact__tel-icon {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .contact__tel-icon {
    width: 32px;
    height: 32px;
  }
}
.contact__tel-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__container {
  padding: 100px 45px;
  background: #ffffff;
  width: 100%;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .contact__container {
    padding: 60px 20px;
  }
}
.contact input,
.contact textarea,
.contact select {
  width: 100%;
  border-radius: 0;
  outline: none;
  padding: 12px 20px;
  background-color: #ffffff;
  border: 1px solid #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder, .contact select::-webkit-input-placeholder {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  color: #7B878B;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder, .contact select::-moz-placeholder {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  color: #7B878B;
}
.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder, .contact select:-ms-input-placeholder {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  color: #7B878B;
}
.contact input::-ms-input-placeholder, .contact textarea::-ms-input-placeholder, .contact select::-ms-input-placeholder {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  color: #7B878B;
}
.contact input::placeholder,
.contact textarea::placeholder,
.contact select::placeholder {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
  color: #7B878B;
}
.contact textarea {
  height: 320px;
}
.contact .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 40px;
}
.contact .wpcf7-list-item {
  margin: 0 !important;
}
.contact__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 32px;
  max-width: 1020px;
}
@media screen and (max-width: 1023px) {
  .contact__form-wrapper {
    gap: 24px;
  }
}
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.contact__row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .contact__row-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__head {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 23.9215686275%;
}
@media screen and (max-width: 1023px) {
  .contact__head {
    width: 100%;
  }
}
.contact__head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  padding: 12px 0;
}
.contact__data {
  width: 72.0588235294%;
}
@media screen and (max-width: 1023px) {
  .contact__data {
    width: 100%;
  }
}
.contact__accept {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #E95050;
  padding: 4px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
.contact__content {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.contact .checkbox-wrap .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
}
.contact .checkbox-wrap label input[type=checkbox] {
  display: none;
}
.contact .checkbox-wrap label span {
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.contact .checkbox-wrap label span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
}
.contact .checkbox-wrap label span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 5px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0;
}
.contact .checkbox-wrap label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact .checkbox-wrap label:hover {
  cursor: pointer;
}
.contact input[type=file] {
  border: none;
  padding-left: 0;
  font-size: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 500;
}
.contact__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__check label {
    gap: 10px;
  }
}
.contact__check input[name=acceptance] {
  width: 20px;
  height: 20px;
}
.contact__submit-wrap {
  position: relative;
  width: 165px;
}
.contact__submit-wrap::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_arrow-right.png) no-repeat center center/cover;
  width: 7px;
  height: 14px;
  z-index: 5;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__submit-wrap p {
  background: #F1C14C;
  color: #ffffff;
  padding: 2px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 0px 0px #524742;
          box-shadow: 2px 4px 0px 0px #524742;
}
.contact input[type=submit] {
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 22px 44px 22px 28px;
  border: 1px dashed #524742;
  background: #F1C14C;
  line-height: 1;
  border-radius: 10px;
  letter-spacing: 0.64px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}
.contact .wpcf7-spinner {
  display: none;
}

.privacy {
  max-width: 1020px;
  width: 100%;
  height: 260px;
  border: 1px solid #524742;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .privacy {
    gap: 8px;
    padding: 20px;
    height: 400px;
  }
}
.privacy__container {
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.privacy h2,
.privacy h3 {
  font-size: 16px;
  font-weight: 500;
}
.privacy h3 {
  position: relative;
  margin-left: 20px;
}
.privacy h3::before {
  content: "■";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.privacy p {
  font-size: 14px;
  letter-spacing: 0.56px;
}
.privacy li {
  font-size: 14px;
  list-style-type: disc;
  margin-left: 20px;
  text-indent: -16px;
  padding-left: 16px;
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__form {
    gap: 16px;
  }
}
.contact .accept .wpcf7-list-item {
  margin: 0;
}
.contact .accept input {
  margin: 0 20px 0 0;
}
.contact .wpcf7,
.contact .wpcf7-form {
  width: 100%;
}
.contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1020px;
  /* input[type="file"] {
       border: none;
       padding: 0;
     }

     label.contact__file input {
       display: none;
     }
  */
  /* label.contact__file {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    line-height: 2;
    padding: 4px 20px;
    background: #E6E8EC;
    border: 1px solid $black;
  } */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
@media screen and (max-width: 768px) {
  .contact__list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__list dt {
  width: 244px;
  min-width: 244px;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 1;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .contact__list dt {
    width: 100%;
  }
}
.contact__list dd {
  width: 72.0588235294%;
  width: 100%;
  max-width: 735px;
}
@media screen and (max-width: 768px) {
  .contact__list dd {
    width: 100%;
  }
}
.contact__list input {
  background-color: #ffffff;
  border: 1px solid #333333;
  padding: 12px 20px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  line-height: 2;
}
.contact__list input::-webkit-input-placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list input::-moz-placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list input:-ms-input-placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list input::-ms-input-placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list input::placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list .contact__file input {
  border: none;
  padding-left: 0;
}
.contact__list input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
  width: 30px;
}
.contact__list .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__list .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}
.contact__list input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff;
  /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}
.contact__list textarea {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #333333;
  padding: 12px 20px;
  line-height: 2;
  font-size: 16px;
}
.contact__list textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list textarea::-moz-placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list textarea::placeholder {
  font-size: 16px;
  color: #777E90;
  line-height: 2;
}
.contact__list .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__list .wpcf7-radio {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__list .wpcf7-list-item {
  margin: 0;
}
.contact__list .contact__radio p,
.contact__list .contact__file p {
  padding: 12px 0;
}
.contact__list .required {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #E95050;
  padding: 4px 20px;
  display: inline-block;
  margin-left: 24px;
}
.contact__attention {
  text-align: center;
}

/* 入力欄フォーカス時 */
/* .wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 2px solid $title;
  outline: none;
} */