@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

img {
  max-width: 100%;
  height: auto;
  }

body {
  color: #333333;
  font-family: Helvetica, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
  }
h1, h2, h3, h4, h5, h6, header .gnav .anchorlink, .childcare .room_outline .room_plan .age, .childcare .age_free, .privilege .txt_privilege, .price .price_cancel, .covid19 .btn_line a {
  font-family: 'Noto Sans JP', sans-serif;
  }

a {
  color: #000000;
  }

.pc {
  display: block !important;
  }

.sp {
  display: none !important;
  }

.bg {
  width: 100vw;
  height: 3462px;
  padding-top: 800px;
  background-image: url(../img/img_bg.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: -10;
  }

@media screen and (max-width: 860px) {
  .pc {
    display: none !important;
    }
  .sp {
    display: block !important;
    }
  }

/* ----------------------------------------
module
----------------------------------------- */
a, a img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  }

a:hover, a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  opacity: .8;
  }

.module_ttl_00 {
  font-size: 1.937rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  }
.module_ttl_00:before {
  display: block;
  content: '';
  width: 132px;
  height: 16px;
  margin: 0 auto .7em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  }
.module_ttl_00.red {
  color: #d4489f;
  }
.module_ttl_00.red:before {
  background-image: url(../img/ico_h1_red@2x.png);
  color: #d4489f;
  }
.module_ttl_00.yellow {
  color: #e5bf00;
  }
.module_ttl_00.yellow:before {
  background-image: url(../img/ico_h1_yellow@2x.png);
  color: #e5bf00;
  }
.module_ttl_00.blue {
  color: #12b6ca;
  }
.module_ttl_00.blue:before {
  background-image: url(../img/ico_h1_blue@2x.png);
  color: #12b6ca;
  }
.module_ttl_00.green {
  color: #57b43c;
  }
.module_ttl_00.green:before {
  background-image: url(../img/ico_h1_green@2x.png);
  color: #57b43c;
  }

.module_ttl_01 {
  margin: 2.1em 0;
  padding: .1em .1em .1em .8em;
  font-size: 1.625rem;
  font-weight: 500;
  position: relative;
  }
.module_ttl_01:before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: #d4489f;
  position: absolute;
  left: 0;
  top: 0;
  }
.module_ttl_01.red:before {
  background-color: #d4489f;
  }
.module_ttl_01.blue:before {
  background-color: #12b6ca;
  }
.module_ttl_01.green:before {
  background-color: #57b43c;
  }
.module_ttl_01 .small {
  display: inline-block;
  margin-left: .5em;
  font-size: 1.3125rem;
  }

.module_ttl_02 {
  padding: .3em .2em;
  font-size: 1.375rem;
  font-weight: 500;
  font-stretch: normal;
  color: #333333;
  border-bottom: 2px solid #c91c87;
  }

.module_ttl_03 {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.67;
  color: #000033;
  padding-left: .8em;
  position: relative;
  }
.module_ttl_03:before {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #c91c87;
  border-radius: 9px;
  margin-top: -4px;
  position: absolute;
  left: 0;
  top: 50%;
  }

.module_pic {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: 2.1em auto;
  }
.module_pic li {
  width: 33.33%;
  margin-left: 20px;
  }
.module_pic li:first-child {
  margin-left: 0;
  }
.module_pic li img {
  border-radius: 10px;
  }
.module_pic li .cap {
  margin-top: 1em;
  font-size: .875rem;
  line-height: 1.5;
  }

.module_table {
  width: 100%;
  margin-top: .8em;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  text-align: left;
  }
.module_table sup {
  margin-left: .2em;
  color:#c91c87;
  }
.module_table tr {
  border-top: 1px solid #000000;
  }
.module_table tr:last-child {
  border-bottom: 1px solid #000000;
  }
.module_table.osaka_model tr, .module_table.osaka_model tr:last-child {
  border: none;
  }
.module_table.red tr {
  border-color: #f7dded;
  }
.module_table.blue tr {
  border-color: #c5e6eb;
  }
.module_table.yellow tr {
  border-color: #ffeb52;
  }
.module_table.green tr {
  border-color: #c5ebc9;
  }
.module_table.gray tr {
  border-color: #d9d9d9;
  }
.module_table.osaka_model tr {
  border-color: #effceb;
  }
.module_table.osaka_model tr {
  border-color: #effceb;
  }
.module_table.osaka_model tr.green {
  background-color: #effceb;
  }
.module_table.osaka_model tr.yellow {
  background-color: #fef9b2;
  }
.module_table.osaka_model tr.red {
  background-color: #fcf0f8;
  }
.module_table.osaka_model tr.purple {
  background-color: #ebe3fd;
  }
.module_table th {
  width: 30%;
  padding: .3em 1em;
  line-height: 1.2;
  }
.module_table.osaka_model th {
  /* width: 32%; */
  border-right: 1px solid #ffffff;
  }
.module_table th .blue {
  color: #12b6ca;
  }
.module_table th .red, .module_table td .red {
  color: #c91c87;
  }
.module_table.red th {
  background-color: #fcf0f8;
  }
.module_table.blue th {
  background-color: #e1f9fc;
  }
.module_table.yellow th {
  background-color: #fef9b2;
  }
.module_table.green th {
  background-color: #effceb;
  }
.module_table.gray th {
  background-color: #eeeeee;
  }
.module_table td {
  padding: .3em 2em;
  line-height: 1.4;
  }
.module_table.salon .head th:first-child {
  border-right: 1px solid #f7dded;
  }
.module_table.temporary_childcare .head th:first-child {
  border-right: 1px solid #c5e6eb;
  }
.module_table.salon .head th:nth-child(n+2) {
  width: auto;
  text-align: center;
  }
.module_table.salon td {
  text-align: center;
  }

.module_outline {
  padding: 2.5em 2em;
  border-radius: 10px;
  box-shadow: 0 0 28.2px 2.8px rgba(0, 0, 0, .03);
  background-color: #ffffff;
  }
.module_outline .module_table + .txt.notice {
  margin-top: 1em;
  font-size: .9375rem;
  line-height: 1.6;
  }

.ist_animation_swing {
  -webkit-animation: ist_animation_swing_move 1200ms cubic-bezier(.68, -.55, .27, 1.55);
  animation: ist_animation_swing_move 1200ms cubic-bezier(.68, -.55, .27, 1.55);
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  }
.ist_animation_jump {
  -webkit-animation: ist_animation_jump_move 1200ms cubic-bezier(.68, -.55, .27, 1.55);
  animation: ist_animation_jump_move 1200ms cubic-bezier(.68, -.55, .27, 1.55);
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  }
.ist_animation_walk {
  -webkit-animation: ist_animation_walk_move 1200ms cubic-bezier(.68, -.55, .27, 1.55);
  animation: ist_animation_walk_move 1200ms cubic-bezier(.68, -.55, .27, 1.55);
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  }
@keyframes ist_animation_swing_move {
  0% {
    -webkit-transform: translateY(0px) rotate(.2deg);
    transform: translateY(0px) rotate(.2deg);
    }
  50% {
    -webkit-transform: translateY(2px) rotate(-1.5deg);
    transform: translateY(2px) rotate(-1.5deg);
    }
  100% {
    -webkit-transform: translateY(0px) rotate(.2deg);
    transform: translateY(0px) rotate(.2deg);
    }
  }
@keyframes ist_animation_jump_move {
  0% {
    -webkit-transform: translateX(0) rotate(-1.5deg);
    transform: translateX(0) rotate(-1.5deg);
    }
  50% {
    -webkit-transform: translateX(0) rotate(.2deg);
    transform: translateX(0) rotate(.2deg);
    }
  100% {
    -webkit-transform: translateX(0) rotate(-1.5deg);
    transform: translateX(0) rotate(-1.5deg);
    }
  }
@keyframes ist_animation_walk_move {
  0% {
    -webkit-transform: translateY(0) rotate(-.1deg);
    transform: translateY(0) rotate(-.1deg);
    }
  50% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
    }
  100% {
    -webkit-transform: translateY(0) rotate(-.1deg);
    transform: translateY(0) rotate(-.1deg);
    }
  }

@media screen and (max-width: 860px) {
  .pc {
    display: none !important;
    }
  .sp {
    display: block !important;
    }

  .module_ttl_00 {
    font-size: 1.5rem;
    line-height: 1.4;
    }
  .module_ttl_01 {
    font-size: 1.3125rem;
    }
  .module_ttl_01 .small {
    font-size: 1rem;
    }
  .module_ttl_02 {
    font-size: 1.2rem;
    }
  .module_ttl_03 {
    line-height: 1.4;
    }

  .module_pic {
    display: block;
    max-width: 400px;
    padding: 0 8px;
    box-sizing: border-box;
    }
  .module_pic li {
    width: 100%;
    margin-top: 5%;
    margin-left: 0;
    }
  .module_pic li:first-child {
    margin-top: 0;
    }

  .wrap_scroll_table {
    overflow-x: scroll;
    }
  .wrap_scroll_table .module_table {
    min-width: 395px;
    }

  .module_table {
    font-size: 1rem;
    }
  .module_table th {
    width: 112px;
    box-sizing: border-box;
    }
  .module_table td {
    padding-left: 1em;
    padding-right: 1em;
    }

  .module_outline {
    padding: 1.5em;
    }
  }

/* ----------------------------------------
header
----------------------------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  }

header .wrap {
  max-width: 1160px;
  height: 89px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 55px auto 0;
  padding: 0 34px;
  border-radius: 43px;
  -webkit-box-shadow: 0 0 28.2px 2.8px rgba(0, 0, 0, .03);
  box-shadow: 0 0 28.2px 2.8px rgba(0, 0, 0, .03);
  background-color: #ffffff;
  box-sizing: border-box;
  }

header .logo_header {
  width: 257px;
  }

header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  }

header .gnav li {
  margin-left: 1.2em;
  height: 100%;
  position: relative;
  }
header .gnav li:first-child {
  margin-left: 0;
  }

header .gnav .anchorlink {
  font-size: 1rem;
  color: #5e5e5e;
  }
header .gnav .anchorlink.reserve {
  min-width: 192px;
  padding: 1em 1.4em;
  color: #ffffff;
  border-radius: 26.5px;
  background-color: #d4489f;
  }

header .gnav .anchorlink:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #d4489f;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  }
header .gnav .anchorlink:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
header .gnav .anchorlink.reserve:before {
  display: none;
  }
header .gnav .anchorlink:hover:not(.reserve) {
  color: #d4489f;
  }

@media screen and (max-width: 860px) and (orientation: landscape) {
  header .menu_open {
    overflow-y: auto;
    }
  header .menu_open .wrap {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
  }

@media screen and (max-width: 1120px) {
  header .logo_header {
    width: 200px;
    }
  header .gnav li {
    margin-left: 1em;
    }
  header .gnav .anchorlink {
    font-size: .9rem;
    }
  }

@media screen and (max-width: 860px) {
  header .menu_open {
    width: 100%;
    height: calc(100% + 34px);
    padding: 89px 0 0;
    background-color: rgb(255 255 255 / 90%);
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: -10;
    -webkit-transition: 280ms ease;
    -o-transition: 280ms ease;
    transition: 280ms ease;
    -webkit-transition-property: opacity,visibility;
    -o-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    }
  header .menu_open.is-open {
    visibility: visible;
    opacity: 1;
    }
  header .menu-trigger {
    width: 34px;
    height: 18px;
    top: 27px;
    left: 28px;
    position: absolute;
    z-index: 1010;
    }
  header .menu-trigger:hover {
    cursor: pointer;
    }
  .menu-trigger:after {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    background-color: #12b6ca;
    border-radius: 55px;
    position: absolute;
    left: -11px;
    top: -9px;
    z-index: -1;
    opacity: .8;
    }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
  .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    left: -1px;
    }
  .menu-trigger span:nth-of-type(1) {
    top: 8px;
    }
  .menu-trigger span:nth-of-type(2) {
    top: 18px;
    }
  .menu-trigger span:nth-of-type(3) {
    top: 28px;
    }
  .menu-trigger.active span:nth-of-type(1) {
    top: 18px;
    left: -1px;
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    -webkit-animation: active-menu-bar02 .05s forwards;
    animation: active-menu-bar02 .05s forwards;
    }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      width: 0;
      }
    }
  @keyframes active-menu-bar02 {
    100% {
      width: 0;
      }
    }
  .menu-trigger.active span:nth-of-type(3) {
    width: 34px;
    top: 34px;
    left: -1px;
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    }
  header .wrap {
    width: auto;
    max-height: 64px;
    margin: 13px 13px 0;
    padding: 13px;
    flex-direction: column;
    }
  header .logo_header {
    width: 160px;
    margin: 0 auto;
    }
  header .gnav {
    display: block;
    }
  header .gnav li {
    height: auto;
    margin: 1.5em 0 0;
    text-align: center;
    }
  header .gnav .anchorlink {
    font-size: 1.0625rem;
    }
  header .gnav .anchorlink:hover:before {
    display: none;
    }
  header .gnav .anchorlink.reserve {
    display: inline-block;
    min-width: 240px;
    width: auto;
    margin-top: 0;
    padding: .6em;
    box-sizing: border-box;
    }
  }

/* ----------------------------------------
hero
----------------------------------------- */
.hero {
  height: 748px;
  position: relative;
  }

.hero .hero_copy {
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
  padding-top: 3em;
  padding-left: 6%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  }
.hero .hero_copy img {
  margin-left: -1.2%;
  }

.hero .slick_02 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  }
.hero .slick_02 .slick-list, .hero .slick_02 .slick-track {
  width: 105vw;
  height: 100%;
  pointer-events: none;
  }
.hero .slick_02 .slick-list li {
  width: 105%;
  height: 100%!important;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  }
.hero .slick_02 .slick-list li.slick-active {
  opacity: 1;
  -webkit-animation: visual_move 5000ms linear;
  animation: visual_move 5000ms linear;
  }
.hero .slick_02 .slick-list li:first-of-type {
  background-image: url(../img/slide/img_slide-hero_01.jpg);
  }
.hero .slick_02 .slick-list li:nth-of-type(2) {
  background-image: url(../img/slide/img_slide-hero_02.jpg);
  }
.hero .slick_02 .slick-list li:nth-of-type(3) {
  background-image: url(../img/slide/img_slide-hero_03.jpg);
  }
.hero .slick_02 .slick-list li:nth-of-type(4) {
  background-image: url(../img/slide/img_slide-hero_04.jpg);
  }
.hero .slick_02 .slick-list li:nth-of-type(5) {
  background-image: url(../img/slide/img_slide-hero_05.jpg);
  }
.hero .slick_02 .slick-list li:nth-of-type(6) {
  background-image: url(../img/slide/img_slide-hero_07.jpg);
  }
@-webkit-keyframes visual_move {
  0% {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    }

  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    }
  }
@keyframes visual_move {
  0% {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    }

  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    }
  }
.hero .slick_02 .slick-dots {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-right: 48px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 46px;
  z-index: 200;
  }
.hero .slick_02 .slick-dots li {
  margin: 0 4px;
  }
.hero .slick_02 .slick-list li:first-of-type {
  background-position: 84% 0;
  }
.hero .slick_02 .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c7c7c7;
  text-indent: -9999px;
  cursor: pointer;
  } 
.hero .slick_02 .slick-dots li.slick-active button {
  background-color: #ffffff;
  }

.newsbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 580px;
  margin-left: -580px;
  padding: 0.6rem 1.4rem;
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 66px;
  z-index: 100;
}
.newsbox_ttl {
  width: 80px;
  line-height: 1.4;
  font-size: .8125rem;
  padding-right: 1rem;
  color: #57b43c;
  border-right: 1px dotted #d9d9d9;
}

.newsbox .ticker {
  width: calc(100% - 20px);
  border: none;
  padding: 0 1rem;
}

.newsbox_link li {
  line-height: 1.2;
  font-size: 0.9375rem;
}
.newsbox_link li p {
  height: 36px;
}
.newsbox_link li a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.newsbox_link li a:hover {
  text-decoration: none;
}
.newsbox_link li .attention {
  color: #d4489f;
  font-weight: bold;
  font-size: 0.75rem;
}

@media screen and (max-width: 1120px) {
  .newsbox {
    margin-left: -50vw;
  }
}

@media screen and (max-width: 860px) {
  .hero {
    height: 300px;
    }
  @media screen and (max-width: 860px) and (orientation: landscape) {
    .hero {
      height: 375px;
      }
  }
  .hero:before {
    content: '';
    display: block;
    padding-top: 80%;
    }

  .hero .hero_copy {
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    }
    .hero .hero_copy.news {
      margin-top: -22px;
    }
  .hero .slick_02 {
    padding: 0;
    }

  .newsbox {
    width: calc(100% - 42px);
    margin: 0 21px;
    padding: .4rem .8rem;
    border-radius: 10px;
    flex-direction: column;
    bottom: 26px;
    left: 0;
  }
  @media screen and (max-width: 860px) and (orientation: landscape) {
    .newsbox {
      bottom: 15%;
      }
  }
  .newsbox_ttl {
    width: 100%;
    padding-bottom: 0.1rem;
    padding-right: 0;
    font-size: 0.75rem;
    text-align: center;
    border-bottom: 1px dotted #d9d9d9;
    border-right: none;
  }
  .newsbox .ticker {
    padding: 0.4rem 0 0;
  }
  .newsbox_link li {
    line-height: 1.3;
    font-size: 0.8rem;
    padding-left: 0;
  }
  .newsbox_link .attention {
    font-size: 0.6875rem;
  }
}

/* ----------------------------------------
bunner_area
----------------------------------------- */
.bunner_area {
  position: relative;
  z-index: 100;
  }
.bunner_area .hero_wave {
  margin-top: -40px;
  position: relative;
  z-index: 200;
  }
.bunner_area .hero_wave svg {
  width: 100%;
  height: auto;
  }

.bunner_area .bunner_area_inr {
  max-width: 1080px;
  margin: 55px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
  }

.bunner_area .btn_important {
  margin-bottom: 44px;
}

.bunner_area_inr .sitter_kondate {
  max-width: 520px;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 12px;
}
.bunner_area_inr .sitter_kondate .sitter {
  max-width: 370px;
}
.bunner_area_inr .sitter_kondate .kondate {
  max-width: 140px;
}

@media screen and (max-width: 860px) {
  .bunner_area .hero_wave {
    margin-top: -5%;
    }

  .bunner_area .bunner_area_inr {
    width: auto;
    max-width: 440px;
    margin-top: 34px;
    padding: 0 21px;
    flex-direction: column;
    gap: 12px 0;
    }
  .bunner_area_inr .sitter_kondate {
    gap: 0 2%;
    }
    .bunner_area .btn_important {
      margin-bottom: 5%;
    }
    .bunner_area_inr .sitter_kondate .sitter {
      width: 71%;
    }
    .bunner_area_inr .sitter_kondate .kondate {
      width: 27%;
    }
  }

/* ----------------------------------------
future
----------------------------------------- */
.future {
  max-width: 1080px;
  margin: 144px auto 0;
  }

.future_introduction {
  position: relative;
  }
.future_introduction h1 {
  max-width: 612px;
  margin: 0 auto;
  text-align: center;
  }
.future_introduction .txt {
  max-width: 820px;
  margin: 2.6em auto 0;
  font-size: 1.125rem;
  line-height: 2.44;
  }
.future_ist_01 {
  width: 131px;
  position: absolute;
  right: 66px;
  top: 226px;
  }
.future_ist_02 {
  width: 131px;
  position: absolute;
  left: 58px;
  top: -89px;
  }

.future_point {
  margin-top: 3em;
  }
.future_point .list {
  display: flex;
  flex-wrap: nowrap;
  }
.future_point .list li {
  width: 33.33%;
  margin-left: 26px;
  border-radius: 10px;
  box-shadow: 0 0 28.2px 2.8px rgba(0, 0, 0, .03);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  }
.future_point .list li:first-child {
  margin-left: 0;
  }
.future_point .list h3 {
  margin-top: 1.1em;
  text-align: center;
  font-size: 1.312rem;
  font-weight: normal;
  }
.future_point .list .txt {
  margin-top: 1em;
  padding: 0 1.5em 1.5em;
  font-size: .9375rem;
  line-height: 1.73;
  }

.future_recommend {
  margin-top: 3em;
  }
.future_recommend .num {
  margin-left: .5em;
  background-image: linear-gradient(to right,rgb(18, 182, 202), rgb(212, 72, 159), rgb(87, 180, 60));
  font-weight: 500;
  color: rgb(229, 191, 0);
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  }
.future_recommend .module_recommendlist.point_02, .future_recommend .module_recommendlist.point_03 {
  margin-top: 27.3vh;
  }
.future_recommend .module_recommendlist .wrap {
  max-width: 560px;
  padding: 2.1em;
  border-radius: 10px;
  box-shadow: 4.5px 2.1px 8px 0 rgba(0, 0, 0, .03);
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  position: relative;
  }
.future_recommend .module_recommendlist.column-reverse .wrap {
  box-shadow: -4.5px 2.1px 8px 0 rgba(0, 0, 0, .03);
  background-color: rgb(255, 255, 255);
  margin-left: auto;
  }
.future_recommend .module_recommendlist.column-reverse .wrap:before {
  border-radius: 0 10px 10px 0;
  left: -48.7vw;
  top: 7vh;
  }
.future_recommend .module_recommendlist .wrap:before {
  content: '';
  display: block;
  width: 59.8vw;
  height: 0;
  padding-top: 63.6%;
  background-image: url(../img/img_future_recommend_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  position: absolute;
  right: -48.7vw;
  top: 7vh;
  z-index: -1;
  }
.future_recommend .module_recommendlist.point_02 .wrap:before {
  background-image: url(../img/img_future_recommend_02@2x.jpg);
  }
.future_recommend .module_recommendlist.point_03 .wrap:before {
  background-image: url(../img/img_future_recommend_03@2x.jpg);
  }

.future_recommend .module_recommendlist h3 {
  padding-bottom: .3em;
  font-size: 1.75rem;
  font-weight: normal;
  color: rgb(18, 182, 202);
  border-bottom: 1px dashed rgb(18, 182, 202);
  position: relative;
  }
.future_recommend .module_recommendlist h3:before {
  content: attr(title);
  display: inline-block;
  width: 55px;
  height: 55px;
  font-size: 2.125rem;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(18, 182, 202);
  position: absolute;
  top: -58px;
  left: -58px;
  }
.future_recommend .module_recommendlist.point_02 h3 {
  color: rgb(201, 28, 135);
  border-color: rgb(201, 28, 135);
  }
.future_recommend .module_recommendlist.point_02 h3:before {
  background-color: rgb(201, 28, 135);
  }
.future_recommend .module_recommendlist.point_03 h3 {
  color: rgb(87, 180, 60);
  border-color: rgb(87, 180, 60);
  }
.future_recommend .module_recommendlist.point_03 h3:before {
  background-color: rgb(87, 180, 60);
  }
.future_recommend .module_recommendlist .txt {
  margin-top: 1em;
  font-size: 1.125rem;
  line-height: 1.89;
  }

.future_recommend .anchor_link {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 88px auto 0;
  }
.future_recommend .anchor_link li {
  width: 47.7%;
  }
.future_recommend .anchor_link li:nth-child(2), .future_recommend .anchor_link li:nth-child(4) {
  margin-left: 4.5%;
  }
.future_recommend .anchor_link li:nth-child(3), .future_recommend .anchor_link li:nth-child(4) {
  margin-top: 2.4%;
  }
.future_recommend .anchor_link li a {
  display: block;
  padding: 1em;
  max-height: 72px;
  font-size: 1.312rem;
  color: rgb(201, 28, 135);
  line-height: 1.2;
  text-align: center;
  border-radius: 10px;
  border: solid 2px rgb(201, 28, 135);
  background-color: rgb(252, 240, 248);
  box-sizing: border-box;
  position: relative;
  }
.future_recommend .anchor_link li a .small {
  font-size: 0.8rem;
  display: inline;
  vertical-align: middle;
}
.future_recommend .anchor_link li:nth-child(1) a {
  padding: 0.4em 1em;
  color: rgb(201, 28, 135);
  border: solid 2px rgb(201, 28, 135);
  background-color: rgb(252, 240, 248);
  }
.future_recommend .anchor_link li:nth-child(2) a {
  color: rgb(18, 182, 202);
  border: solid 2px rgb(18, 182, 202);
  background-color: rgb(225, 249, 252);
  }
.future_recommend .anchor_link li:nth-child(3) a {
  color: rgb(87, 180, 60);
  border: solid 2px rgb(87, 180, 60);
  background-color: rgb(239, 252, 235);
  }
.future_recommend .anchor_link li:nth-child(4) a {
  color: rgb(229, 191, 0);
  border: solid 2px rgb(229, 191, 0);
  background-color: rgb(254, 249, 178);
  }
.future_recommend .anchor_link li a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: .8em;
  top: 50%;
  margin-top: -5px;
  }
.future_recommend .anchor_link li:nth-child(1) a:after {
  border-color: rgb(201, 28, 135) transparent transparent transparent;
  }
.future_recommend .anchor_link li:nth-child(2) a:after {
  border-color: rgb(18, 182, 202) transparent transparent transparent;
  }
.future_recommend .anchor_link li:nth-child(3) a:after {
  border-color: rgb(87, 180, 60) transparent transparent transparent;
  }
.future_recommend .anchor_link li:nth-child(4) a:after {
  border-color: rgb(229, 191, 0) transparent transparent transparent;
  }

@media screen and (max-width: 860px) {
  .future {
    margin-top: -88px;
    padding: 88px 21px 0;
    }

  .future_introduction h1 {
    width: 246px;
    margin: 3.9em auto 2em;
    padding-left: .5em;
    position: relative;
    }
  .future_introduction .txt {
    margin-top: 1.2em;
    padding: 0 21px;
    line-height: 2;
    font-size: 1rem;
    }
  .future_ist_01 {
    width: 76px;
    margin: -5.5em -.2em 0 auto;
    position: static;
    }
  .future_ist_02 {
    width: 102px;
    margin: 1.2em 0 -6.2em -.5em;
    position: static;
    }

  .future_point .list {
    max-width: 400px;
    margin: 0 auto;
    flex-direction: column;
    }
  .future_point .list li {
    width: 100%;
    margin: 1.5em 0 0;
    }
  .future_point .list li img {
    width: 100%;
    }
  .future_point .list li:first-child {
    margin-top: 0;
    }
  .future_point .list h3 {
    font-size: 1.2rem;
    }
  .future_point .list .txt {
    font-size: 1rem;
    }

  .future_recommend .module_recommendlist .wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 1.5em;
    }
  .future_recommend .module_recommendlist.point_02, .future_recommend .module_recommendlist.point_03 {
    margin-top: 4em;
    }
  .future_recommend .module_recommendlist h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    }
  .future_recommend .module_recommendlist h3:before {
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
    top: -1.6em;
    left: -1.6em;
    }
  .future_recommend .module_recommendlist .txt {
    font-size: 1rem;
    line-height: 1.7;
    }
  .future_recommend .module_recommendlist .wrap:before, .future_recommend .module_recommendlist.column-reverse .wrap:before {
    display: none;
    }
  .future_recommend .module_recommendlist .img_future_recommend {
    margin-top: -1em;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    }
  .future_recommend .module_recommendlist .img_future_recommend img {
    max-width: 100%;
    }
  .future_recommend .anchor_link {
    margin-top: 2em;
    }
  .future_recommend .anchor_link li a {
    max-height: 55px;
    padding: .8em 1.7em .8em 1em;
    line-height: 1.1;
    font-size: .9rem;
    font-weight: bold;
    text-align: left;
    }
  .future_recommend .anchor_link li a .small {
    font-size: .7rem;
    }
  .future_recommend .anchor_link li:nth-child(1) a {
    padding: 0.2em 1.7em 0.2em 1em;
    }
  .future_recommend .anchor_link li a:after {
    border-width: 5px 3.5px 0 3.5px;
    }
  }

/* ----------------------------------------
about
----------------------------------------- */
.about {
  max-width: 880px;
  margin: 144px auto 0;
  }
.about_intro {
  position: relative;
  }
.about .list_about_policy {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 7em;
  }
.about .list_about_policy li {
  width: 30%;
  margin-left: 2.6%;
  border-radius: 10px;
  padding: 1.2em;
  position: relative;
  }
.about .list_about_policy li.policy_01 {
  margin-left: 0;
  background-color: #e1f9fc;
  }
.about .list_about_policy li.policy_02 {
  background-color: #fcf0f8;
  }
.about .list_about_policy li.policy_03 {
  background-color: #fcf9c5;
  }
.about .list_about_policy h3 {
  margin: 0 auto;
  }
.about .list_about_policy .policy_01 h3 {
  width: 81px;
  margin-top: -3.8em;
  }
.about .list_about_policy .policy_02 h3 {
  width: 81px;
  margin-top: -4em;
  }
.about .list_about_policy .policy_03 h3 {
  width: 92px;
  margin-top: -4em;
  }
.about .list_about_policy .txt {
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.56;
  }

.about_ist_03 {
  width: 88px;
  position: absolute;
  right: -25px;
  bottom: -92%;
  }

.staff {
  margin: 4em 0;
  }
.staff_module {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 5.5em;
  padding: 3.5em;
  border-radius: 10px;
  box-shadow: 0 0 28.2px 2.8px rgba(0, 0, 0, .03);
  background-color: #ffffff;
  position: relative;
  }
.staff_module.first {
  margin-top: 3em;
  }
.staff_name {
  min-width: 196px;
  padding: .5em;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border-radius: 26px;
  box-shadow: 0 0 28.2px 2.8px rgba(0, 0, 0, .03);
  position: absolute;
  top: -1.2em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  }
.staff_name.blue {
  background-color: #12b6ca;
  }
.staff_name.red {
  background-color: #d4489f;
  }
.staff_module .pic {
  max-width: 280px;
  }
.staff_module .pic img {
  border-radius: 50%;
  }
.staff_module .txt_staff_module {
  width: 56%;
  padding-left: 3em;
  font-size: .937rem;
  line-height: 1.7;
  }
.staff_module .txt_staff_module .blue {
  color: #12b6ca;
  }
.staff_module .txt_staff_module .red {
  color: #d4489f;
  }

@media screen and (max-width: 860px) {
  .about {
    margin-top: -88px;
    padding-top: 165px;
    }
  .about_ist_03 {
    width: 74px;
    bottom: -8em;
    right: -.5em;
    }
  .about .list_about_policy {
    display: block;
    margin-top: 0;
    padding: 0 21px;
    }
  .about .list_about_policy li {
    width: 100%;
    margin: 4em 0 0;
    box-sizing: border-box;
    position: relative;
    }
  .about_ist_03 {
    right: -12px;
    }
  .staff {
    padding: 0 1em;
    }
  .staff_module {
    padding: 1.5em;
    }
  .staff_name {
    font-size: 1.1rem;
    }
  .staff_module {
    display: block;
    }
  .staff_module .pic {
    max-width: 240px;
    margin: 2em auto 0;
    }
  .staff_module .txt_staff_module {
    width: 100%;
    padding: 2em 0;
    }
  }

/* ----------------------------------------
youtube
----------------------------------------- */

.room_introduction {
  max-width: 880px;
  margin: 144px auto 0;
  position: relative;
  }
.room_introduction .article-movie {
  position: relative;
  }
.room_introduction .article-movie .wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  margin: 5.5em 0 0;
  position: relative;
  }
.room_introduction .article-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  }
.room_introduction .youtube_ist .youtube_ist_01 {
  width: 77px;
  position: absolute;
  right: 81px;
  top: -50px;
  }
.room_introduction .youtube_ist .youtube_ist_02 {
  width: 80px;
  position: absolute;
  left: 49px;
  top: 31px;
  }
.room_introduction .article-movie .youtube_ist_03 {
  width: 357px;
  position: absolute;
  right: -11%;
  bottom: -87px;
  z-index: 10;
  }

.room_introduction .slick-slider {
  margin-top: 8em;
  }
.room_introduction .slick-slide img {
  border-radius: 10px;
  }
.room_introduction .slick-slider .prevArrow, .room_introduction .slick-slider .nextArrow {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 55px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #111111;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  }
.room_introduction .slick-slider .prevArrow {
  left: 0;
  opacity: 0;
  }
.room_introduction .slick-slider:hover .prevArrow {
  left: 3%;
  opacity: 1;
  }
.room_introduction .slick-slider .nextArrow {
  right: 0;
  opacity: 0;
  }
.room_introduction .slick-slider:hover .nextArrow {
  right: 3%;
  opacity: 1;
  }

.room_introduction .about_promise .module_promise {
  width: 100%;
  }
.room_introduction .module_ttl_02 {
  margin: 2.2em 0 2em;
  border-color: #ffe200;
  }
.room_introduction .about_promise .module_ttl_03:before {
  background-color: #ffe200;
  }
.room_introduction .module_ttl_03 {
  margin-left: .2em;
  }
.room_introduction .txt_promise {
  margin-top: 1em;
  font-size: .937rem;
  line-height: 2;
  color: #333333;
  }
.room_introduction .txt_promise.red {
  color: #d4489f;
  }
.room_introduction .about_promise .rule .wrap {
  display: flex;
  flex-wrap: nowrap;
  }
.room_introduction .about_promise .rule .txt_promise {
  width: 100%;
  }
.room_introduction .about_promise .rule .pic {
  width: 100%;
  margin-left: 1em;
  }

.room_introduction .sns_area_h3 {
  display: block;
  width: calc(100% - 12em);
  margin: 2.2em auto 2em;
  background-image: linear-gradient(to right, rgb(212, 72, 159), rgb(18, 182, 202), rgb(87, 180, 60), rgb(229, 191, 0));
  font-weight: 500;
  font-size: 1.5625rem;
  text-align: center;
  color: rgb(229, 191, 0);
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  }
.room_introduction .sns_area_h3:before, .room_introduction .sns_area_h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.5em;
  height: 2px;
  }
.room_introduction .sns_area_h3:before {
  left: -6em;
  background-image: linear-gradient(to right, rgb(212, 72, 159), rgb(18, 182, 202));

  }
.room_introduction .sns_area_h3:after {
  right: -6em;
  background-image: linear-gradient(to right, rgb(87, 180, 60), rgb(229, 191, 0));
  }
.room_introduction .sns_area .list {
  display: flex;
  flex-wrap: nowrap;
  }
.room_introduction .sns_area .list li {
  width: 33.33%;
  margin-left: 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .03);
  background-color: rgb(255, 255, 255);
  }
.room_introduction .sns_area .list li:first-child {
  margin-left: 0;
  }
.room_introduction .sns_area .list li a {
  display: block;
  padding: 1.8em 1.5em;
  text-align: center;
  }
.room_introduction .sns_area .list li .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  }
.room_introduction .sns_area .list li .icon.instagram {
  width: 48px;
  }
.room_introduction .sns_area .list li .icon.twitter {
  width: 40px;
  margin-top: 2px;
  }
.room_introduction .sns_area .list li .txt {
  display: inline-block;
  vertical-align: middle;
  color: rgba(51, 51, 51, .6);
  font-size: 1.125rem;
  }

@media screen and (max-width: 860px) {
  .room_introduction {
    margin: 6em auto;
    }
  .room_introduction .article-movie {
    padding: 0 21px;
    }
  .room_introduction .youtube_ist .youtube_ist_01 {
    width: 57px;
    position: absolute;
    right: 5%;
    top: -50px;
    }
  .room_introduction .youtube_ist .youtube_ist_02 {
    width: 60px;
    position: absolute;
    left: 5%;
    top: 81px;
    }
  .room_introduction .article-movie .youtube_ist_03 {
    width: 190px;
    right: 2%;
    bottom: -4.6em;
    z-index: 100;
    }

  .room_introduction .slick-slider {
    padding: 0 21px;
    margin-top: 5em;
    }
  .room_introduction .slick-slider .prevArrow, .room_introduction .slick-slider .nextArrow {
    width: 40px;
    }
  .room_introduction .slick-slider .prevArrow {
    left: 7%;
    opacity: 1;
    }
  .room_introduction .slick-slider:hover .prevArrow {
    left: 7%;
    }
  .room_introduction .slick-slider:active .prevArrow {
    left: 5.5%;
    }
  .room_introduction .slick-slider .nextArrow {
    right: 7%;
    opacity: 1;
    }
  .room_introduction .slick-slider:hover .nextArrow {
    right: 7%;
    }
  .room_introduction .slick-slider:active .nextArrow {
    right: 5.5%;
    }

  .room_introduction .about_promise {
    display: block;
    padding: 0 21px;
    }
  .room_introduction .about_promise .module_promise {
    margin: 2em auto 0;
    }
  .room_introduction .module_ttl_02 {
    margin-bottom: 1.5em;
    }
  .room_introduction .txt_promise {
    min-height: auto;
    }
  .room_introduction .about_promise .rule .wrap {
    display: block;
    }
  .room_introduction .about_promise .rule .pic {
    max-width: 400px;
    margin: 2.1em auto 0;
    padding: 0 8px;
    box-sizing: border-box;
    }
  .room_introduction .sns_area {
    padding: 0 21px;
    }
  .room_introduction .sns_area_h3 {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    }
  @media screen and (max-width: 860px) and (orientation: landscape) {
    .room_introduction .sns_area_h3 br.sp {
      display: none!important;
      }
    }
  .room_introduction .sns_area_h3:before, .room_introduction .sns_area_h3:after {
    width: 100%;
    position: static;
    }
  .room_introduction .sns_area_h3:before {
    margin-bottom: .5em;
    }
  .room_introduction .sns_area_h3:after {
    margin-top: .5em;
    }
  .room_introduction .sns_area .list li {
    margin-left: 10px;
    }
  .room_introduction .sns_area .list li a {
    padding: 16px;
    }
  .room_introduction .sns_area .list li:first-child {
    margin-top: 0;
    }

  .room_introduction .sns_area .list li .icon {
    display: block;
    height: 40px;
    margin: 0 auto;
  }
  .room_introduction .sns_area .list li .icon, .room_introduction .sns_area .list li .icon.instagram {
    width: 40px;
    }
  .room_introduction .sns_area .list li .icon.twitter {
    width: 36px;
  }
  .room_introduction .sns_area .list li .txt {
    margin-top: 0.5rem;
    font-size: .7rem;
    line-height: 1.2;
    }
  }

/* ----------------------------------------
childcare
----------------------------------------- */

.childcare {
  max-width: 880px;
  margin: 144px auto 0;
  }
.childcare .module_outline {
  margin-top: 3.5em;
  }
.childcare .module_outline.salon .module_ttl_02 {
  color: #c91c87;
  }
.childcare .module_outline.temporary_childcare .module_ttl_02 {
  color: #12b6ca;
  border-color: #12b6ca;
  }
.childcare .module_outline.event .module_ttl_02 {
  color: #e5bf00;
  border-color: #ffe200;
  }
.childcare .module_outline.sitter .module_ttl_02 {
  color: #57b43c;
  border-color: #57b43c;
  }
.childcare .module_outline.room .module_ttl_03:before {
  background-color: #c91c87;
  }
.childcare .module_outline.event .module_ttl_03:before {
  background-color: #ffe200;
  }
.childcare .module_outline.temporary_childcare .module_ttl_03:before {
  background-color: #12b6ca;
  }
.childcare .module_outline.sitter .module_ttl_03:before {
  background-color: #57b43c;
  }
.childcare .module_outline .txt {
  margin-top: 1.6em;
  font-size: .9375rem;
  line-height: 2;
  font-weight: normal;
  color: #333333;
  }
.childcare .module_outline .txt.red, .childcare .module_outline .txt .red {
  color: #c91c87;
  }
.childcare .module_outline .txt .link {
  text-decoration: underline;
  color: #c91c87;
  }
.childcare .module_outline .txt .link:hover {
  text-decoration: none;
  }

.childcare .module_outline .module_followme {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.1em;
  padding: 16px;
  border: solid 2px;
  border-radius: 10px;
  }
.childcare .module_outline.salon .module_followme {
  border-color: #c91c87;
  }
.childcare .module_outline.temporary_childcare .module_followme {
  border-color: #12b6ca;
  }
.childcare .module_outline.sitter .module_followme {
  border-color: #65b060;
  }
.childcare .module_outline.event .module_followme {
  border-color: #ffe200;
  }
.childcare .module_outline .module_followme .txt_title {
  max-width: 454px;
  padding-left: .5em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.56;
  }
.childcare .module_outline .module_followme .sns_link {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  }
.childcare .module_outline .module_followme .sns_link li {
  max-width: 280px;
  margin-left: 20px;
  border-radius: 10px;
  border: solid 1px #e0e0e0;
  background-color: rgb(255, 255, 255);
  }
.childcare .module_outline .module_followme .sns_link li:first-child {
  margin-left: 0;
  }
.childcare .module_outline .module_followme .sns_link li a {
  display: block;
  padding: 1.8em 1.5em;
  text-align: center;
  }
.childcare .module_outline .module_followme .sns_link li .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  }
.childcare .module_outline .module_followme .sns_link li .icon.instagram {
  width: 48px;
  }
.childcare .module_outline .module_followme .sns_link li .txt {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  color: rgba(51, 51, 51, .6);
  font-size: 1.125rem;
  }
.childcare .module_outline .module_followme .sns_link li .txt.sitter_line {
  line-height: 1.4;
  }
.childcare .module_outline .module_followme .sns_link li .txt.sitter_line .small {
  display: block;
  margin-left: -.7em;
  font-size: .9375rem;
  font-weight: bold;
  color: #57b43c;
  }

.childcare .slick_03_left .txt .red {
  color: #c91c87;
  text-decoration: underline;
  }
.childcare .slick_03 {
  margin-top: 2.1em;
  cursor: grab;
  }
.childcare .slick_03 li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 6px;
  opacity: 0;
  }
.childcare .slick_03_left {
  width: 56.4%;
  }
.childcare .slick_03_left .left_contents_h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: rgb(201, 28, 135);
  align-items: center;
  }
.childcare .temporary_childcare .slick_03_left .left_contents_h3 {
  color: #00b6ca;
  }
.childcare .event .slick_03_left .left_contents_h3 {
  color: #e5bf00;
  }
.childcare .sitter .slick_03_left .left_contents_h3 {
  color: #57b43c;
  }
.childcare .slick_03_left .left_contents_txt {
  margin-top: 1.5em;
  font-size: .937rem;
  line-height: 2;
  }
.childcare .slick_03_left .left_contents_txt .notice {
  display: inline-block;
  font-size: .8125rem;
  line-height: 1.6;
  color: rgb(201, 28, 135);
}
.childcare .right_slide_img {
  max-width: 286px;
  margin-left: 2.2em;
  padding: 2%;
  position: relative;
  }
.childcare .right_slide_img img {
  border-radius: 50%;
  position: relative;
  z-index: 10;
  }
.childcare .right_slide_img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  }
.childcare .salon .right_slide_img:before {
  background-image: url(../img/bg_childcare_rightslideimg_red.png);
  }
.childcare .temporary_childcare .right_slide_img:before {
  background-image: url(../img/bg_childcare_rightslideimg_blue.png);
  }
.childcare .event .right_slide_img:before {
  background-image: url(../img/bg_childcare_rightslideimg_yellow.png);
  }
.childcare .sitter .right_slide_img:before {
  background-image: url(../img/bg_childcare_rightslideimg_green.png);
  }
.childcare .slick-slider .prevArrow, .childcare .slick-slider .nextArrow {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #111111;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  }
.childcare .temporary_childcare .slick-slider .prevArrow path.bg, .childcare .temporary_childcare .slick-slider .nextArrow path.bg {
  fill: #12b6ca;
  }
.childcare .sitter .slick-slider .prevArrow path.bg, .childcare .sitter .slick-slider .nextArrow path.bg {
  fill: #57b43c;
  }
.childcare .slick-slider .prevArrow {
  left: -8.7%;
  opacity: 0;
  }
.childcare .slick-slider:hover .prevArrow {
  left: -6.7%;
  opacity: 1;
  }
.childcare .slick-slider .nextArrow {
  margin-top: -1px;
  right: -8.7%;
  opacity: 0;
  }
.childcare .slick-slider:hover .nextArrow {
  right: -6.7%;
  opacity: 1;
  }
.childcare .slick_03 .slick-dots {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-right: 140px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 45px;
  z-index: 200;
  }
.childcare .slick_03 .slick-dots li {
  margin: 0 4px;
  padding: 0;
  opacity: 1;
  }
.childcare .sitter .slick_03 .slick-dots {
  padding-right: 119px;
  }
.childcare .event .slick_03 .slick-dots {
  display: none;
  }
.childcare .slick_03 .slick-list li:first-of-type {
  background-position: 84% 0;
  }
.childcare .slick_03 .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  text-indent: -9999px;
  cursor: pointer;
  } 
.childcare .slick_03 .slick-dots li.slick-active button {
  background-color: #c91c87;
  }
.childcare .temporary_childcare .slick_03 .slick-dots li.slick-active button {
  background-color: #00b6ca;
  }
.childcare .sitter .slick_03 .slick-dots li.slick-active button {
  background-color: #57b43c;
  }

.childcare .room_plan {
  margin-top: 3.4em;
  padding: 1.3em;
  border-radius: 10px;
  background-color: #fce1f2;
  }
.childcare .room_plan.temporary_childcare {
  background-color: #e1f9fc;
  }
.childcare .room_plan h3 {
  padding: .2em;
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 10px;
  background-color: #c91c87;
  }
.childcare .room_plan.temporary_childcare h3 {
  background-color: #12b6ca;
  }
.childcare .room_plan .age {
  line-height: 1;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  padding-top: .8em;
  }
.childcare .room_plan .age .num {
  font-size: 2.562rem;
  padding: 0 .05em;
  }
.childcare .room_plan .txt_outline {
  margin-top: .5em;
  font-size: .875rem;
  text-align: center;
  color: #333333;
  }
.childcare .module_ttl_03 {
  margin-top: 1.9em;
  }

.childcare .wrap_scroll_table + .txt {
  margin-top: .5em;
  }

.childcare .sitter .txt_price {
  font-size: 2.25rem;
  font-weight: 500;
  color: #57b43c;
  }
.childcare .sitter .txt_price .small {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  font-size: 1.125rem;
  }
.childcare .sitter .txt_price+ .txt {
  margin-top: -.2em;
}

.childcare .sitter .sitter_service {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 1.3em;
  }
.childcare .sitter .sitter_service li img {
  width: 66px;
  }
.childcare .sitter .sitter_service li .txt {
  margin-top: 1em;
  font-size: .8125rem;
  font-weight: bold;
  line-height: 1.38;
  text-align: center;
  color: #333333;
  }

.childcare .event .tabs {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 2.1em;
  gap: 0 3px;
  }
.childcare .event .tabs:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffe200;
  position: absolute;
  bottom: -4px;
  left: 0;
  }
.childcare .event .tabs li {
  /* width: 460px; */
  width: 100%;
  }
.childcare .event .tabs li a {
  display: block;
  padding: .6em 0;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px 0 0 0;
  }
.childcare .event .tabs li a {
  color: #e6cf5c;
  background-color: #fef9b2;
  }
.childcare .event .tabs li.current a {
  color: #333333;
  background-color: #ffe200;
  }
.childcare .event .tabs li.current a {
  color: #333333;
  background-color: #ffe200;
  }
.childcare .event .module_followme .sns_link li {
  margin-left: 12px;
  }
.childcare .event .module_followme .sns_link li.instagram a {
  padding-left: 1.1em;
  padding-right: 1.1em;
  }

@media screen and (max-width: 860px) {
  .childcare {
    margin-top: 88px;
    padding: 0 21px 0;
    }
  .childcare .module_outline {
    margin-top: 2.5em;
    }
  .childcare .module_outline.room {
    margin-top: 3.5em;
    }
  .childcare .room_plan h3 {
    font-size: 1.15rem;
    }
  .childcare .room_plan .age {
    font-size: 1.375rem;
    }
  .childcare .room_plan .age .num {
    font-size: 2.375rem;
    }
  .childcare .room_plan {
    width: 100%;
    margin: 2em 0 0;
    box-sizing: border-box;
    }

  .childcare .slick_03 li {
    flex-direction: column;
    }
  .childcare .slick_03_left {
    width: 100%;
    }
  .childcare .slick_03_left .left_contents_h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    }
  .childcare .slick_03_left .left_contents_txt {
    margin-top: 1em;
    line-height: 1.8;
    }
  .childcare .right_slide_img {
    margin: 1em auto 0;
    }

  .childcare .slick-slider .prevArrow, .childcare .slick-slider .nextArrow {
    width: 40px;
    }
  .childcare .slick-slider .prevArrow svg, .childcare .slick-slider .nextArrow svg {
    width: 100%;
    height: auto;
    }
  .childcare .slick-slider .prevArrow {
    left: -40px;
    opacity: 1;
    }
  .childcare .slick-slider:hover .prevArrow {
    left: -40px;
    }
  .childcare .slick-slider:active .prevArrow {
    left: -34px;
    }
  .childcare .slick-slider .nextArrow {
    right: -40px;
    opacity: 1;
    }
  .childcare .slick-slider:hover .nextArrow {
    right: -40px;
    }
  .childcare .slick-slider:active .nextArrow {
    right: -34px;
    }

  .childcare .module_outline .txt {
      line-height: 1.8;
    }
  .childcare .module_outline .module_followme {
    flex-direction: column;
    }
  .childcare .module_outline .module_followme .txt_title {
    font-size: 1rem;
    line-height: 1.4;
    }
  .childcare .module_outline .module_followme .sns_link {
    flex-direction: column;
    margin-top: 1.2em;
    }
  .childcare .module_outline .module_followme .sns_link li {
    width: 100%;
    margin: .8em 0 0;
    }
  .childcare .module_outline .module_followme .sns_link li:first-child {
    margin-top: 0;
    }
  .childcare .module_outline .module_followme .sns_link li a {
    padding: 1.4em 1.2em;
    }
  .childcare .module_outline .module_followme .sns_link li .icon, .childcare .module_outline .module_followme .sns_link li .icon.instagram {
    width: 34px;
    margin-right: .3em;
    }
  .childcare .module_outline .module_followme .sns_link li .txt {
    font-size: 1rem;
    }
  .childcare .module_outline .module_followme .sns_link li .txt.sitter_line .small {
    font-size: .8rem;
    }
  .childcare .sitter .txt_price {
    font-size: 1.8rem;
    }
  .childcare .sitter .txt_price .small {
    font-size: 1rem;
    }
  .childcare .sitter .sitter_service {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5em 0;
    justify-content: flex-start;
    }
  .childcare .sitter .sitter_service li {
    width: 25%;
    text-align: center;
    }
  .childcare .sitter .sitter_service li img {
    width: 56px;
    }
  .childcare .sitter .sitter_service li .txt {
    margin-top: .5em;
    font-size: .7rem;
    }

  .childcare .event .tabs li a {
    font-size: .9rem;
    padding: .5em .3em;
    line-height: 1.3;
    }
  }

/* ----------------------------------------
price
----------------------------------------- */

.price {
  max-width: 880px;
  margin: 112px auto 0;
  /* padding-top: 201px; */
  }
.price .module_ttl_01 {
  margin: 0 0 2.1em;
  }
.price .module_ttl_02 {
  color: #8c8c8c;
  border-color: #8c8c8c;
  margin: 1.5em 0;
  }
.price .module_ttl_02:first-child {
  margin-top: 0;
  }
.price .module_ttl_03 {
  margin: 1.5em 0 0 .1em;
  }
.price .module_ttl_03:before {
  background-color: #8c8c8c;
  }
.price .txt_price {
  font-size: 1.125rem;
  }
.price .txt_nomal {
  margin-top: 1em;
  font-size: .9375rem;
  line-height: 1.6;
  }
.price .red {
  color: #c91c87;
  }
.price .txt_nomal .underline {
  text-decoration: underline;
  font-weight: bold;
  }
.price .txt_nomal .bold {
  font-weight: bold;
  }
.price .module_table {
  margin-top: 1.5em;
  }
.price .module_table .small {
  font-size: 1rem;
  }
.price .price_cancel {
  max-width: 756px;
  margin: 2em auto 0;
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
  color: #12b6ca;
  }
.price .price_cancel:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  margin-top: .6em;
  background-image: url(../img/img_price_line.svg);
  background-repeat: repeat-x;
  background-size: cover;
  }
.price .price_cancel strong {
  font-weight: 500;
  }
.price .price_cancel .small {
  display: block;
  font-size: 1rem;
  }

@media screen and (max-width: 860px) {
  .price {
    margin-top: 88px;
    padding: 0 21px 0;
    }
  .price .price_cancel {
    font-size: 1.3125rem;
    line-height: 1.4;
    text-align: left;
    max-width: 90%;
    }
  .price .price_cancel .small {
    font-size: .9rem;
    margin-top: .5em;
    }
  }

/* ----------------------------------------
covid19
----------------------------------------- */

.covid19 {
  max-width: 880px;
  margin: 144px auto 0;
  }
.covid19 a {
  color: #57b43c;
  text-decoration: underline;
  }
.covid19 a:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  padding-left: .2em;
  vertical-align: top;
  background-image: url(../img/ico_external_link.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  }
.covid19 .point {
  font-size: 1.125rem;
  line-height: 2;
  }
.covid19 .point li {
  padding-left: .8em;
  position: relative;
  }
.covid19 .point li:before, .covid19 .module_ttl_03:before {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background-color: #57b43c;
  border-radius: 9px;
  margin-top: -4px;
  position: absolute;
  left: 0;
  top: 50%;
  }
.covid19 .module_ttl_03 {
  margin-top: 1.5em;
  }
.covid19 .txt_toilet {
  margin-top: 1em;
  font-size: .937rem;
  line-height: 1.6;
  }
.covid19 .txt_toilet .blue {
  color: #12b6ca;
  }
.covid19 .txt_toilet .red {
  color: #c91c87;
  }
.covid19 .txt_line {
  margin-top: 3em;
  padding-top: 3em;
  font-size: .875rem;
  line-height: 2.14;
  border-top: 1px solid #d9d9d9;
  }
.covid19 .txt_line a:after {
  width: 8px;
  height: 8px;
  }
.covid19 .btn_line {
  margin-top: 2em;
  }
.covid19 .btn_line a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: .6em;
  font-size: 1.75rem;
  color: #ffffff;
  border-radius: 10px;
  background-color: #3aae36;
  text-decoration: none;
  text-align: center;
  }
.covid19 .btn_line a:after {
  display: none;
  }
.covid19 .btn_line .ico {
  display: inline-block;
  width: 76px;
  vertical-align: middle;
  margin-right: .7em;
  }

@media screen and (max-width: 860px) {
  .covid19 {
    margin: 88px 0 0;
    padding: 0 1em;
    }
  .covid19 .point li {
    line-height: 1.5;
    }
  .covid19 .point li:before {
    top: 0;
    margin-top: .5em;
    }
  .covid19 .btn_line a .txt {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    }
  .covid19 .btn_line .ico {
    margin-right: 13px;
    }
  }

/* ----------------------------------------
reserve
----------------------------------------- */

.reserve {
  margin-top: 144px;
  }
.reserve_inr {
  padding: 3.5em 0;
  background-color: #fce1f2;
  }
.ttl_reserve {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  }
.ttl_reserve .txt {
  display: block;
  font-size: 1.937rem;
  font-weight: 500;
  padding: 0 .3em;
  }
.ttl_reserve .txt:after {
  display: block;
  content: '';
  width: calc(100% + .3em);
  height: 3px;
  margin-top: .6em;
  margin-left: -.3em;
  background-image: url(../img/img_form_line.svg);
  background-repeat: repeat-x;
  background-size: cover;
  }
.ttl_reserve .ico {
  display: block;
  width: 134px;
  margin-left: 1.6em;
  }
.reserve_attention {
  max-width: 880px;
  margin: 1.5em auto 0;
  padding: 1.1em 1.6em;
  font-size: 1.0625rem;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  }
.reserve_attention .not_possible {
  padding: 0 .5em;
  }
.reserve_attention .not_possible:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: -3px .5em 0 0;
  vertical-align: middle;
  border: solid 1px rgb(199, 199, 199);
  background-color: rgb(236, 236, 236);
  }
.reserve_attention .red {
  color: rgb(201, 28, 135);
  text-decoration: underline;
  }
.reserve_attention .annotation {
  font-size: .9rem;
  font-weight: bold;
  color: rgb(201, 28, 135);
  }
.list_reserve {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1080px;
  margin: 5em auto 0;
  }
.list_reserve li {
  width: 33%;
  margin-left: 1.3em;
  position: relative;
  }
.list_reserve li:first-child {
  margin-left: 0;
  }
.list_reserve h2 {
  display: flex;
  flex-wrap: nowrap;
  width: 340px;
  height: 40px;
  align-items: center;
  font-size: 1.25rem;
  border-radius: 20px;
  border: solid 2px #00b6ca;
  background-color: #ffffff;
  box-sizing: border-box;
  position: absolute;
  left: -13px;
  top: -26px;
  }
.list_reserve h2.step_02 {
  border: solid 2px #ffe200;
  }
.list_reserve h2.step_03 {
  border: solid 2px #c91c87;
  }
.list_reserve h2 .ico {
  min-width: 116px;
  height: 100%;
  padding-top: .2em;
  font-size: 1.125rem;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  background-color: #00b6ca;
  box-sizing: border-box;
  }
.list_reserve h2.step_02 .ico {
  color: #333333;
  background-color: #ffe200;
  }
.list_reserve h2.step_03 .ico {
  background-color: #c91c87;
  }
.list_reserve h2 .txt {
  display: inline-block;
  width: 64%;
  text-align: center;
  }
.list_reserve .pic img {
  border-radius: 10px;
  }
.list_reserve .txt_reserve_detail {
  font-size: .937rem;
  line-height: 1.4;
  margin-top: 1.2em;
  padding: 0 .5em;
  }
.list_reserve .txt_reserve_detail .small {
  display: block;
  margin-top: .5em;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.43;
  color: #c91c87;
  }
.air_reserve {
  max-width: 1080px;
  height: calc(100% - 20px);
  margin: 3.5em auto 0;
  border-radius: 10px;
  box-shadow: 0 0 28.2px 2.8px rgba(0, 0, 0, .03);
  background-color: #ffffff;
  overflow: hidden;
  }
.air_reserve iframe {
  display: block;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  top: -20px;
  }

@media screen and (max-width: 860px) {
  .reserve {
    margin-top: 88px;
    }
  .ttl_reserve {
    display: block;
    }
  .ttl_reserve .txt {
    padding: 0 1.2em;
    font-size: 1.625rem;
    line-height: 1.3;
    }
  .ttl_reserve .ico {
    display: none;
    }
  .reserve_attention {
    margin: 1.6em 1.2em 0;
    font-size: .9rem;
    line-height: 1.5;
    }
  .reserve_attention .not_possible:before {
    width: 16px;
    height: 16px;
    }
  .list_reserve {
    display: block;
    max-width: 400px;
    padding: 0 34px;
    }
  .list_reserve li {
    width: auto;
    margin: 3em 0 0;
    }
  .list_reserve h2 {
    width: auto;
    min-width: 280px;
    height: auto;
    font-size: 1.0625rem;
    border-radius: 99px;
    left: -13px;
    top: -21px;
    }
  .list_reserve h2 .ico {
    min-width: auto;
    font-size: .8rem;
    padding: .5em .8em;
    border-radius: 99px;
    }
  .air_reserve {
    border-radius: 0;
    }
  .air_reserve iframe {
    height: 400px;
    }
  }

/* ----------------------------------------
footer
----------------------------------------- */

footer {
  position: relative;
  }
footer .wrap {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  }
.footer_wave {
  position: relative;
  top: 0;
  left: 0;
  }
.footer_wave svg {
  width: 100%;
  height: auto;
  margin-top: -1px;
  }
.footer_ist {
  width: 419px;
  position: absolute;
  top: -118px;
  right: 5%;
  }
.pagetop {
  display: none;
  width: 61px;
  position: fixed;
  bottom: 68px;
  right: 34px;
  z-index: 300;
  }
address {
  max-width: 420px;
  padding: 1.5em 3em;
  border-radius: 10px;
  background-color: rgb(255 255 255 / .9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  }
address .logo_footer {
  width: 330px;
  margin: 0 auto;
  }
address .number {
  margin-top: 1.5em;
  text-align: center;
  line-height: 1.1;
  }
address .number a {
  color: #57b43c;
  }
address .number .ico {
  display: inline-block;
  margin-right: .3em;
  vertical-align: middle;
  }
address .number .tel {
  font-size: 2.625rem;
  }
address .number .mobile {
  font-size: 1.375rem;
  }
address .address {
  margin-top: 1.5em;
  font-size: 1.125rem;
  line-height: 1.33;
  }
address .txt_access {
  margin-top: 1.5em;
  font-size: .875rem;
  line-height: 1.7;
  }
.googlemap {
  width: 100%;
  margin-top: -3%;
  }
.footer_snslink {
  display: flex;
  margin: 4em auto 0;
  flex-wrap: nowrap;
  justify-content: center;
  }
.footer_snslink li {
  width: 48px;
  margin: 0 .5em;
  }
.copy {
  padding: 2.6em 0 4em;
  text-align: center;
  font-size: .812rem;
  }

@media (min-width: 861px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
  }

@media screen and (max-width: 860px) {
  .footer_wave {
    overflow: hidden;
    top: -1px;
    z-index: 100;
    }
  .footer_wave svg {
    width: 100%;
    }
  .pagetop {
    width: 48px;
    position: fixed;
    right: 5%;
    bottom: 3.5%;
    top: auto;
    z-index: 100;
    }
  .footer_ist {
    width: 280px;
    margin-left: -25%;
    top: 26px;
    right: 20px;
    z-index: 100;
    }
  footer .wrap {
    top: -21px;
    margin-top: -88px;
    padding-top: 88px;
    }
  address {
    max-width: 100%;
    position: static;
    padding: 34px 21px;
    border-radius: 0;
    }
  address .logo_footer {
    width: 260px;
    }
  address .number .tel {
    font-size: 2.125rem;
    }
  address .number .tel .ico {
    width: 34px;
    }
  address .number .tel .ico svg {
    width: 100%;
    }
  .googlemap {
    margin-top: 0;
    }

  .footer_snslink {
    margin-top: 2.5em;
    }
  .footer_snslink li {
    width: 40px;
    }

  .copy {
    padding: 1.5em 0 2.5em;
    }
  }