@charset "UTF-8";
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.l-container {
  background: #f1f9fd;
}

@media (max-width: 1023px) {
  .l-header__underContent {
    display: none;
  }
}
.l-header__underContent--tel {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}

.l-header__underContent--time {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}

.l-header__underContent--insta {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.l-header .c-hamburger-btn__bar {
  background-color: #AFC3FF;
}

.c-hamburger-btn__bar {
  height: 2px;
  border-radius: 999px;
}

.c-hamburger-btn__label {
  color: #AFC3FF;
  font-weight: 700;
}

.mv {
  max-width: 1060px;
}

.mv-inner {
  padding-top: 30px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.mv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 781px) {
  .mv-container {
    display: block;
  }
}

@media (max-width: 1023px) {
  .mv-slider {
    width: 70%;
  }
}
@media (max-width: 781px) {
  .mv-slider {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .mv-btnWrap {
    width: 25%;
    margin: auto;
  }
}
@media (max-width: 781px) {
  .mv-btnWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

.mv-btn__link {
  max-width: 220px;
  width: 17vw;
  max-height: 135px;
  height: 11vw;
  border-radius: 12px;
  display: block;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: unset;
  font-weight: 700;
  background: #fff;
}
.mv-btn__link:not(:first-child) {
  margin-top: 2vw;
}
@media (max-width: 781px) {
  .mv-btn__link:not(:first-child) {
    margin-top: unset;
  }
}
@media (max-width: 1023px) {
  .mv-btn__link {
    width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 781px) {
  .mv-btn__link {
    width: 31%;
    height: 17vw;
  }
}
@media (max-width: 514px) {
  .mv-btn__link {
    width: 31%;
    height: 25vw;
  }
}

.mv-btn__link--area {
  border: 3px solid #85E785;
  color: #85E785;
}
.mv-btn__link--area .mv-btn__iconWrap {
  background: #85E785;
}

.mv-btn__link--recruit {
  border: 3px solid #AFC3FF;
  color: #AFC3FF;
}
.mv-btn__link--recruit .mv-btn__iconWrap {
  background: #AFC3FF;
}

.mv-btn__link--contact {
  border: 3px solid #D9B0FF;
  color: #D9B0FF;
}
.mv-btn__link--contact .mv-btn__iconWrap {
  background: #D9B0FF;
}

.mv-btn__iconWrap {
  max-width: 80px;
  width: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 781px) {
  .mv-btn__iconWrap {
    width: 30%;
  }
}

.mv-btn__icon {
  max-height: 40px;
  height: 3vw;
}
@media (max-width: 781px) {
  .mv-btn__icon {
    height: 4vw;
  }
}

.mv-btn__textWrap {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 514px) {
  .mv-btn__textWrap {
    font-size: 14px;
  }
}

.swiper {
  max-width: 700px;
  width: 53vw;
  max-height: 467px;
  height: 35vw;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .swiper {
    width: unset;
    height: unset;
  }
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-button-prev {
  width: 30px;
  height: 50px;
  background: #AFC3FF;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
}

.swiper-button-next {
  width: 30px;
  height: 50px;
  background: #AFC3FF;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.swiper-button-next::after {
  font-size: 30px;
  color: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  background: #F2F2F2;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #AFC3FF;
}

.smb-btn {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.smb-section__header {
  position: relative;
}

.smb-section__subtitle {
  position: absolute;
  color: #85b2e7;
  opacity: 0.5;
  font-size: 2.66rem;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.smb-section__title {
  position: relative;
}

.top-about .wp-block-image {
  background: #fff;
  border-radius: 12px;
}

.top-homeList .wp-block-snow-monkey-blocks-media-text {
  padding: 30px 50px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
}
.top-homeList .smb-media-text__figure img {
  border-radius: 12px;
}

.top-step .wp-block-column {
  background: #fff;
  border-radius: 12px;
  padding-bottom: 10px;
  position: relative;
}
.top-step .wp-block-column p:not(:first-child) {
  margin-top: 5px;
}
.top-step .wp-block-column figure {
  margin-top: 5px;
  display: block;
}
.top-step .wp-block-column figure img {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.top-step .wp-block-column:nth-child(4) figure {
  margin-top: 15px;
}
.top-step .wp-block-column:nth-child(4) figure img {
  height: 60px;
}
.top-step .wp-block-column:not(:last-child)::before {
  position: absolute;
  content: ">";
  font-weight: 700;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #85b2e7;
}
@media screen and (max-width: 781px) {
  .top-step .wp-block-column {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-step .wp-block-column:not(:first-child) {
    margin-top: 40px;
  }
  .top-step .wp-block-column:not(:last-child)::before {
    top: unset;
    bottom: -45px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.top-line {
  background: #fff;
  border: 6px solid #31B509;
  border-radius: unset;
  padding: 30px 30px;
  max-width: 520px;
  width: 100%;
}
.top-line p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 514px) {
  .top-line {
    padding: 20px 15px;
  }
}

.top-line__imgTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-line__icon {
  width: 60px;
  height: 60px;
}

.top-contact {
  background: #fff;
  border: unset;
  border-radius: 24px;
  padding: 30px 30px;
  max-width: 520px;
  width: 100%;
}
.top-contact p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-recruit {
  border-radius: 24px;
}

.top-recruit__box {
  max-width: 340px;
  width: 100%;
  margin-right: unset !important;
  border-radius: unset;
  border: unset;
}

.page-about__conetnt {
  padding-right: 15px;
  padding-left: 15px;
}
.page-about__conetnt .smb-section__inner {
  background: #fff;
  max-width: 960px;
  padding: 50px;
  border-radius: 24px;
  margin: auto;
}
@media (max-width: 781px) {
  .page-about__conetnt .smb-section__inner {
    padding: 30px 15px;
  }
}

.page-about__slide .wp-block-snow-monkey-blocks-box {
  padding: 20px;
}
.page-about__arrow {
  text-align: center;
}

.bg-green {
  background: #AFC3FF;
  padding: 10px 20px;
  border-radius: 12px;
}

.dayly-step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.dayly-step .smb-step__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dayly-step .smb-step__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dayly-step .smb-step__item__title > .smb-step__item__number {
  left: 10px;
  width: 20px;
  height: 20px;
  background: #afc3ff;
}
.dayly-step .smb-step__item__title > .smb-step__item__number::before {
  content: "";
}
.dayly-step .smb-step__body > * + * {
  margin-top: 20px;
}
.dayly-step .smb-step__item__title {
  margin-bottom: unset;
}

.page-step__content .is-layout-constrained > h3, .page-step__content .is-layout-flow > h3, .page-step__content .wp-block-latest-posts__post-full-content > div:not([class]) > h3, .page-step__content .wp-block-latest-posts__post-full-content > h3, .page-step__content .wp-block-media-text__content > h3 {
  border-bottom: 1px dashed #85b2e7;
}

.c-navbar li::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-navbar li:nth-child(1)::after {
  background: url(https://test.y-s-create.com/wp-content/uploads/2024/10/forward-button.png);
  background-size: cover;
}
.c-navbar li:nth-child(2)::after {
  background: url(https://test.y-s-create.com/wp-content/uploads/2024/10/forward-button.png);
  background-size: cover;
}
.c-navbar li:nth-child(3)::after {
  background: url(https://test.y-s-create.com/wp-content/uploads/2024/10/forward-button.png);
  background-size: cover;
}
.c-navbar li:nth-child(4)::after {
  background: url(https://test.y-s-create.com/wp-content/uploads/2024/10/external-link.png);
  background-size: cover;
}
.c-navbar li:nth-child(5)::after {
  background: url(https://test.y-s-create.com/wp-content/uploads/2024/10/external-link.png);
  background-size: cover;
}
.c-navbar li:nth-child(6)::after {
  background: url(https://test.y-s-create.com/wp-content/uploads/2024/10/external-link.png);
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .l-footer-widget-area .c-row__col {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33.333%;
  }
}
@media screen and (max-width: 781px) {
  .l-footer-widget-area .c-row__col {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 50%;
  }
}

@media (max-width: 1023px) {
  /******************************************************************

  Stylesheet: 1023px以下（タブレット）で適用

  ******************************************************************/
}
@media (max-width: 639px) {
  /******************************************************************

  Stylesheet: 639px以下(スマホ)で適用

  ******************************************************************/
}/*# sourceMappingURL=style.css.map */