@charset "UTF-8";
.el_lv1Heading {
    /*background: url(../img/index/business_img_01.jpg) no-repeat top -180px center/cover;*/
    background: url(../img/business/kids/tentative.jpg) no-repeat center center/cover;
}
.tab_1050 {
  display: none;
}
.sp_640 {
  display: none;
}
.kids_contents_inner {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.h3_tit_jp {
  position: relative;
}
#kids_main .h3_tit_jp::after {
  position: absolute;
  content: "";
  top: 120px;
  right: -300px;
  bottom: 0;
  width: 8.2rem;
  height: 1px;
  margin: auto;
  background-color: #D42442;
}
/*-----------------------------------
  day_intro
 -----------------------------------*/
#kids_intro{
  position: relative;
  padding-bottom: 140px;
}
#kids_intro::before{
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 41%;
  background: #f5f5f9;
  z-index: -1;
}
#kids_intro h2.title_style{
  width: 500px;
}
#kids_intro h2.title_style p{
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
#kids_intro .row_box {
  justify-content: flex-start;
}
#kids_intro .right_kids {
  width: calc(70% - 500px);
  margin-left: 160px;
}
#kids_intro .right_kids p {
  padding-left: 55px;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
#kids_intro .right_kids p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 16px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: solid 2px #D42442;
  border-radius: 50%;
  transition: 0.5s;
}
#kids_intro .right_kids p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #D42442;
  border-right: 2px solid #D42442;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}
#kids_intro .right_kids .photo_inner{
  overflow: hidden;
  height: 160px;
}

/* / ボタンを拡大 / */
#kids_intro a:hover p:before{
  transform: scale(1.2);
}

/* / 画像を拡大 / */
#kids_intro a:hover .photo_inner img{
  transform: scale(1.2);
}

/* / ボタンを赤く(文字は白) / */
#kids_intro a:hover p:before{
  background: #D42442;
}
#kids_intro a:hover p:after{
  border-color: #fff;
}
/*-----------------------------------
  day_main
 -----------------------------------*/
#kids_main{
  position: relative;
  padding: 100px 0 50px;
  background: #f5f5f9;
}
#kids_main::before{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 51%;
  height: 620px;
  background-image: url("../img/business/kids/kids_main_img_01.JPG");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#kids_main h2 {
  line-height: 1.3;
}
#kids_main h2 .pro {
  font-size: 26px;
  margin-top: 15px;
}
#kids_main p.note{
  font-size: 14px;
  line-height: 100%;
  position: absolute;
  right: 1em;
  letter-spacing: 0;
  top: calc(620px - 2em);
  color: #fff;
}
#kids_main p.sp_main_txt {
  display: none;
}
#kids_main .sub_box {
  position: relative;
}
#kids_main p.note2 {
  position: absolute;
  left: 1em;
  bottom: 1em;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}
#kids_main p.sp_sub_txt {
  display: none;
}
#kids_main .kids_main_detail{
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
#kids_main .kids_main_detail h3{
  line-height: 180%;
  font-size: 26px;
  padding-bottom: 30px;
  font-weight: bold;
}
#kids_main .kids_main_detail h3 span {
  color: #D42442;
  margin: 10px;
  font-size: 32px;
}
#kids_main .kids_main_detail p{
  font-size: 18px;
  line-height: 200%;
}
#kids_main .kids_main_detail img{
  margin: 30px 0;
}
.marker {
  /* background: linear-gradient(transparent 60%, #D42442 0%); */
}
#kids_main .sp_main_img {
  display: none;
}
#kids_main .point_wrapper {
  padding: 370px 0 0 0;
}
#kids_main .point_wrapper .kids_contents_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* background: #fff; */
}
#kids_main .point_wrapper .feature_img {
  width: 65%;
}
#kids_main .point_wrapper .box01 {
  width: 30%;
}
#kids_main .point_wrapper h3 {
  font-size: 32px;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  /* border-top: 2px solid #D42442;
  border-bottom: 2px solid #D42442; */
  position: relative;
  line-height: 1.5;
}
/* #kids_main .point_wrapper h3::after {
  position: absolute;
    bottom: 0;
    left: 220px;
    bottom: 0;
    width: 15.2rem;
    height: 1px;
    background-color: #D42442;
    content: "";
} */
#kids_main .point_wrapper p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
}
#kids_main .point_wrapper p::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -5px;

  width: 10px;
  height: 10px;
  border-top: 1px solid #D42442;
  border-right: 1px solid #D42442;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;

}
.tab_feature_img {
  display: none;
}
#kids_main .feature_img_wrapper {
  display: flex;
  justify-content: end;
  margin-top: 30px;
}
#kids_main .feature_img_wrapper .kids_contents_inner {
  display: flex;
}
#kids_main .feature_img_wrapper .img1 {
  width: 25%;
  object-fit: cover;
}
#kids_main .feature_img_wrapper .img2 {
  width: 25%;
  object-fit: cover;
  margin-left: 20px;
}
#kids_main .feature_img_wrapper .img3 {
  width: 25%;
  object-fit: cover;
  margin-left: 20px;
}
.h3_tit_en {
  position: relative;
  padding-left: 6rem;
  color: #D42442;
  font-size: 1.2rem;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.h3_tit_en::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5.2rem;
  height: 1px;
  margin: auto;
  background-color: #D42442;
  content: "";
}
/* .h3_tit_jp span {
  color: #D42442;
} */
#kids_main .kids_point {
  display: flex;
  justify-content: space-between;
}
#kids_main .kids_point li {
  width: 30%;
}
#kids_main .kids_point li p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.point_txt {
  display: flex;
}
#kids_main .kids_point li p span {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 20px;
  border-bottom: solid 2px #D42442;
}
#kids_main .kids_point img {
  max-width: 100%;
  height: 320px;
  object-fit: cover;
}
/* training_block */
#training_block {
  padding: 80px 0 130px;
  background: #f5f5f9;
}
#training_block .two {
  font-size: 34px;
  padding: 20px 0;
  margin-bottom: 50px;
  position: relative;
  /* line-height: 1.5; */
}

/* #training_block .two::before {
  position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 160px;
    height: 1px;
    border-top: 3px dashed #D42442;
}
#training_block .two::after {
  position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 160px;
    height: 1px;
    border-top: 3px dashed #D42442;
} */
#training_block .training_inner h3 {
  text-align: center;
  font-size: 26px;
  padding: 30px 0;
  position: relative;
}
#training_block .training_inner h3::before {
  content: '';
  background-color: #e54d4d;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#training_block .h3_tit_jp {
  position: relative;
}
#training_block .h3_tit_jp::after {
  position: absolute;
  content: "";
  top: 75px;
  right: -4px;
  bottom: 0;
  width: 8.2rem;
  height: 1px;
  margin: auto;
  background-color: #D42442;
}
#training_block .training_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#training_block .training_wrapper1 {
  width: 45%;
  padding: 10px 30px 80px;
  background: #fff;
  box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);
  position: relative;
}
#training_block .training_wrapper1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 120px solid transparent;
  border-left: 120px solid #f5f5f9;
  z-index: 100;
}
#training_block .training_wrapper1::after {
  content: "01";
  position: absolute;
  top: 42px;
  left: 24px;
  color: #D42442;
  z-index: 200;
  font-size: 58px;
  font-family: "Josefin Sans", sans-serif;
}
#training_block .training_wrapper2 {
  width: 47%;
  padding: 10px 30px 50px;
  background: #fff;
  box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);
  position: relative;
}
#training_block .training_wrapper2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 120px solid transparent;
  border-left: 120px solid #f5f5f9;
  z-index: 100;
}
#training_block .training_wrapper2::after {
  content: "02";
  position: absolute;
  top: 42px;
  left: 24px;
  color: #D42442;
  z-index: 200;
  font-size: 58px;
  font-family: "Josefin Sans", sans-serif;
}
#training_block .img_wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
}
#training_block .img_wrap img {
  width: 47%;
}

#training_block .train_txt p {
  padding: 30px 0 0 0;
  line-height: 1.8;
}
/*-----------------------------------
  user_block
 -----------------------------------*/
#user_block {
  padding-top: 50px;
  background: #ffffff;
  padding-top: 30px;
}
#user_block .kids_contents_inner {
  /* background: #fff; */
  padding: 0 0 130px;
  box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);
}
#user_block .user_title {
  width: 45%;
  margin-left: auto;
}
#user_block .user_title ul {
  margin-top: 50px;
}
#user_block .user_title ul li {
  font-size: 22px;
  padding: 30px 20px;
  line-height: 1.8;
  background: #f5f5f9;
  position: relative;
}
#user_block .user_title ul li::before {
  width: 30px;
  height: 30px;
  border: solid 2px #5e5e5e;
  border-radius: 100%;
  content: '1';
  position: absolute;
  top: 0;
  line-height: 1;
  text-align: center;
  bottom: 0;
  margin: auto 0;
  padding-left: 1px;
}
#user_block .user_title ul .sub2::before {
  content: "2";
}
#user_block .user_title ul .sub3::before {
  content: "3";
}
#user_block .user_title ul li:nth-child(2) {
  background: #fff;
}
#user_block .user_title ul p {
  padding-left: 50px;
  display: inline-block;
  font-weight: 600;
}
#user_block h3 {
  font-size: 34px;
  line-height: 100%;
  position: relative;
}
#user_block .h3_tit_jp::after {
  position: absolute;
  content: "";
  top: 75px;
  right: -2px;
  bottom: 0;
  width: 8.2rem;
  height: 1px;
  margin: auto;
  background-color: #D42442;
}

#user_block h3 strong {
  position: relative;
  z-index: 1;
  color: #D42442;
}

/* #user_block h3::before {
  content: '';
  background-color: #e54d4d;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
} */
#user_block .user_title>p {
  font-size: 20px;
  line-height: 180%;
  margin-top: 40px;
}
#user_block .user_wrapper {
  display: flex;
  margin-top: 50px;
}
#user_block .train_img {
  display: none;
}
#user_block .left_box {
  width: 50%;
  padding-left: 20px;
}
#user_block .left_box li {
  font-size: 28px;
  padding: 50px 0;
  line-height: 1.8;
}
#user_block .right_box {
  width: 40%;
  position: relative;
}
#user_block .right_box .user_img {
  position: absolute;
  top: 30px;
  /* left: 30px; */
  width: 400px;
  height: auto;

}
#user_block .right_box .user_img2 {
  position: absolute;
  bottom: 0;
  left: 140px;
  width: 400px;
  height: auto;
}
#user_block .tab_img {
  display: none;
}
/*-----------------------------------
  day_block
 -----------------------------------*/
#day_block {
  padding: 10px 0;
  background: #f5f5f9;
}
#day_block .kids_contents_inner {
  /* background: #fff; */
  padding: 0 0 120px 0;
  /* box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%); */
}
/* #day_block .contents_inner>h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 160px;
  height: 1px;
  border-top: 3px dashed #D42442;
}
#day_block .contents_inner>h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 160px;
  height: 1px;
  border-top: 3px dashed #D42442;
} */

#day_block .kids_contents_inner>h3 {
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 30px;
  position: relative;
  margin: 80px 0;
}
#day_block .kids_contents_inner .h3_tit_jp::after {
  position: absolute;
  content: "";
  top: 75px;
  right: -2px;
  bottom: 0;
  width: 8.2rem;
  height: 1px;
  margin: auto;
  background-color: #D42442;
}
#day_block h3 strong {
  position: relative;
  z-index: 1;
  color: #D42442;
}

#day_block p {
  text-align: center;

}
.day_box {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px auto 0;

  padding: 20px 0 20px 40px;
  background: #fff;
}
.day_box:nth-child(2) {
  border: none;
}
.time_box {
  margin-top: 40px;
}
.time_day {
  display: block;
  margin-top: 20px;
}
.day {
  width: 48%;
}
.day h3 {
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.8;
  position: relative;
}
.day h3::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #7c7c7c;
  position: absolute;
  top: 13px;

  left: 0;
}
.day .kyuko::before {
  display: none;
}
.day h3 .square_red {
  color: #D42442;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 5px;
}
.day .teikyu {
  color: #D42442;
}
.day p {
  text-align: center;
  padding: 0 0 30px;
  font-size: 22px;
  /* background: #bbbbbb; */
}
.day p
.day span {
  font-size: 24px;
}
.day .time_day {
  margin-left: 30px;
  display: block;
  margin-top: 20px;
}
.day .hidden {
  visibility: hidden;
}
/*-----------------------------------
  flow_block
 -----------------------------------*/
 #flow_block {
  padding: 110px 0;
  background: #fff;
}
#flow_block .flow_wrapper {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 120px auto 0;
  position: relative;
}
/* #flow_block .flow_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 800px;
  border: 1px solid #ffa7a7;
} */
#flow_block .flow_wrapper .day1 {
  width: 48%;
  /* padding: 0 0 20px; */
  /* background: #f5f5f9; */
  border: 3px solid #ddd;
  /* box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%); */
}
#flow_block table {
  width: 100%;
}
/* #flow_block .flow_wrapper .day1 span {
  margin-right: 30px;
} */
#flow_block .flow_wrapper .day1 h3 {
  font-size: 28px;
  text-align: center;
  padding: 30px 0 0;
  /* color: #fff; */
  /* background: #939393; */
  position: relative;
  top: -50px;
}
#flow_block .flow_wrapper .day1 h3 span {
  background: white;
  padding: 10px 15px;
}
#flow_block .flow_wrapper .day1 .holi span {
  color: #d42442;
}
/* #flow_block .flow_wrapper .day1:last-child .square {
  color: #d42442;
} */
#flow_block .flow_wrapper .day1 tr {
  border-bottom: 1px solid #ddd;
}
#flow_block .flow_wrapper .day1 th {
  position: relative;
}
/* #flow_block .flow_wrapper .day1 th::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #D42442;
  border-right: 1px solid #D42442;
  transform: rotate(135deg);
  transition: 0.2s;
} */
#flow_block .flow_wrapper .day1 th:last-child::after {
  display: none;
}

#flow_block .flow_wrapper .day1 tr th {
  padding: 20px 30px;
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}
#flow_block .flow_wrapper .day1 tr th::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #7c7c7c;
  position: absolute;
  top: 27px;
  /* left: 45px; */
}
.square {
  padding-left: 35px;
}
#flow_block .flow_wrapper .day1 tr td {
  padding: 20px 30px;
  line-height: 1.8;
  font-size: 18px;
}
#care {
  padding: 100px 0;
  background: #eee;
}
#care h3 {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.8;
  position: relative;
  text-align: center;
}

#care p {
  font-size: 18px;
  line-height: 1.8;
}
#care .care_ex {
  width: 100%;
  font-size: 20px;
  margin: 50px auto;
}
#care .care_ex span {
  color: #D42442;
  margin: 5px;
  font-size: 22px;
}
#care .care_img {
  margin-bottom: 40px;
  text-align: center;
}
#care .care_img_sp {
  margin-bottom: 40px;
  text-align: center;
}
#care .care_txt {
  margin-bottom: 40px;
}
#care .care_txt h4 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.8em;
  position: relative;
  padding-left: 50px;
}
#care .care_txt .care_1::before {
  content: "（１）";
  position: absolute;
  left: -5px;
}
#care .care_txt .care_2::before {
  content: "（２）";
  position: absolute;
  left: -5px;
}
#care .care_txt .care_3::before {
  content: "（３）";
  position: absolute;
  left: -5px;
}
#care .care_txt p {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}
#care .care_txt p::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 4px solid #7c7c7c;
  position: absolute;
  top: 10px;
  left: 22px;
}
#office_block {
  padding: 80px 0 50px;
}
/*-----------------------------------
  kids_wakabadai
 -----------------------------------*/

#kids_wakabadai{
  padding: 0;/*打消し*/
  border-top: 7px solid #D42442;
}
#kids_wakabadai .bg_wrap{
  position: relative;
  padding-top: 120px;
}
#kids_wakabadai .bg_wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vw;
  padding: 120px 0;
  background-image: url("../img/business/kids/kids_main_img_02.JPG");
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#kids_wakabadai .bg_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vw;
  padding: 120px 0;
  background: #bebebe;
  mix-blend-mode: multiply;
  z-index: -1;
}
#kids_wakabadai .kids_title h2{
  font-size: 42px;
  color: #fff;
  margin-bottom: 40px;
  /* text-shadow: 0 2px 5px rgb(0 0 0 / 50%); */
  position: relative;
  left: 4px;
}
/* #kids_wakabadai .kids_title h2::before {
  position: absolute;
  content: "";
  width: 437px;
  height: 100%;
  background: #626262;
  z-index: -1;
  opacity: 0.5;
  top: 24px;
  left: -4px;
  padding: 0px 0;
} */
#kids_wakabadai .kids_title h2 span{
  display: block;
  color: #D42442;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
}
#kids_wakabadai .kids_title p{
  color: #fff;
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  letter-spacing: 0.05em;
  position: relative;
  left: 4px;
}
/* #kids_wakabadai .kids_title p::before {
  position: absolute;
  content: "";
  width: 437px;
  height: 100%;
  background: #626262;
  z-index: -1;
  opacity: 0.5;
  top: -6px;
  left: -4px;
  padding: 54px 0;
} */
#kids_wakabadai .kids_title p span {
  font-size: 24px;
}
#kids_wakabadai .number {
  color: #fff;
}
#kids_wakabadai .daystudio_inner{
  background: #fff;
  padding: 65px 60px 60px;
}
#kids_wakabadai .bg_wrap h3{
  line-height: 180%;
  margin-bottom: 20px;
  font-size: 28px;
}
#kids_wakabadai ul.service_list li{
  position: relative;
  font-size: 16px;
  padding: 12px 0;
  text-indent: -3em;
  padding-left: 3em;
  line-height: 1.8;
}
#kids_wakabadai ul.service_list li span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 1px;
  background: #D42442;
}
#kids_wakabadai ul.service_list li span{
  position: relative;
  padding-left: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #D42442;
  padding-right: 10px;
}
#kids_wakabadai p.attention{
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 1em;
}
#kids_wakabadai .left_box{
  width: 45%;
}
#kids_wakabadai .img_box {
  display: none;
}
#kids_wakabadai .right_box{
  /* width: 47%; */
  width: 52%;
}
#kids_wakabadai .right_box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#kids_wakabadai iframe{
  width: 100%;
  height: 340px;
  margin-top: 40px;
}
/* about_block */
#about_block .contents_inner {
}
.about_wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 30px 40px;
  background: #fff;
  border: 5px dashed #b7b7b7;
}
#about_block h2 {
  font-size: 28px;
  line-height: 1.8;
  /* border: 1px solid #787878;
  background-color: #787878;
  color: #fff; */
  padding-bottom: 10px;
}
#about_block span {
  margin-right: 20px;
}
#about_block .tel_box {
  display: inline-block;
  margin-right: 50px;
  font-size: 26px;
  padding: 20px 0;
  /* background: #fff; */
}
#about_block .fax_box {
  display: inline-block;
  margin-right: 50px;
  font-size: 26px;
  padding: 20px 0;
  /* background: #fff; */

}
#about_block .tel_box, #about_block .fax_box {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
}
#about_block .tel_box span, #about_block .fax_box span {
  font-size: 20px;
}
#about_block p {
  font-size: 20px;
  margin: 10px 0;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  #kids_main::before {
    width: 43%;
    background-position-x: 60%;
  }
}
@media screen and (max-width: 1300px) {
  .reha_wrapper .img_box .img2 {
    left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #kids_intro {
    padding-bottom: 60px;
}
  #kids_intro .right_kids {
    width: 60%;
    margin: 50px 0 0 0;
  }
  #kids_main .point_wrapper {
    padding: 100px 0 0 0;
}
  #kids_main .point_wrapper .feature_img {
    order: 2;
    width: 100%;
  }
  #kids_main .feature_img_wrapper .kids_contents_inner {
    justify-content: space-between;
  }
  #kids_main .point_wrapper .box01 {
    order: 1;
    width: 100%;
  }
  .tab_feature_img {
    display: block;
    margin-bottom: 30px;
  }
  .feature_img {
   display: none;
  }
  #user_bock .user_title {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .tab_1050 {
    display: block;
  }
  #kids_intro .contents_inner>.row_box {
    display: block;
  }
  #kids_intro ul {
    width: 100%;
    margin-top: 50px;
  }

  #kids_main::before {
    display:none;
  }
  #kids_main p.note {
    display: none;
  }
  #kids_main .point_wrapper {
    padding: 80px 0 0 0;
}
  #kids_main ul.day_point {
    margin-top: 170px;
  }
  #kids_main p.sp_main_txt {
    display: block;
    text-align: right;
    margin-right: 1em;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #kids_main .sp_main_img {
    display: block;
  }
  #kids_main>p {
    color: #fff;
    z-index: 1;
  }
  #kids_main .contents_inner .title_style,#kids_main .contents_inner .day_main_detail {

    position: relative;
    z-index: 1;
  }
  #kids_main .kids_main_detail {
    margin-top: 50px;
  }
  #kids_main .kids_main_detail p {
    margin-bottom: 30px;
  }
  #kids_main .tab_1050 {
    display: none;
  }
  #kids_main img.day_sub_img_02 {
    margin-top: 130px;
  }
  #user_block .kids_contents_inner {
    padding: 0 0 80px;
  }
  #user_block .contents_inner  {
    padding: 60px 0 20px;
  }
  #user_block .user_wrapper {
    display: block;
  }
  #user_block .user_wrapper .train_img img {
    width: 40%;
  }
  #user_block .user_wrapper .train_img {
    display: block;
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
  }
  #user_block .left_box {
    width: 100%;
  }
  #user_block .right_box {
    display: none;
  }
  #user_block .user_title {
    width: 100%;
  }
  /* #user_block .user_title ul li::before {
    left: 150px;
  } */
  #user_block p {
    text-align: center;
  }
  #user_block .tab_img {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 50px;
  }
  #user_block .tab_img img {
    width: 40%;
    height: 100%;
  }
  #flow_block .flow_wrapper {
    flex-wrap: wrap;
  }
  #flow_block .flow_wrapper .day1 {
    width: 100%;
  }
  #flow_block .flow_wrapper .day1:first-child {
    margin-bottom: 100px;
  }
  .about_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #kids_main {
    padding: 0 0 10px;
  }
  #kids_main .contents_inner.order {
    display: flex;
    flex-wrap: wrap;
  }
  #kids_main ul.kids_point {
    float: none;
    width: 100%;
    margin: 10px 0 20px 0;
    flex-wrap: wrap;
  }

  #kids_main ul.kids_point li {
    width: 48%;
  }
  #kids_main ul.kids_point li:before {
    top: 2.3em;
  }
  #kids_main ul.kids_point li:last-child {
    margin-top: 20px;
  }
  #kids_main p.note2 {
    display: none;
  }
  #kids_main img.day_sub_img_02 {
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 30px;
    object-fit: contain;
  }
  #kids_main p.sp_sub_txt {
    display: block;
    text-align: right;
    margin-right: 1em;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #training_block .training_wrapper1 {
    width: 100%;
    margin-bottom: 50px;
  }
  #training_block .training_wrapper2 {
    width: 100%;
  }
  .day {
    width: 100%;
  }
  .day .hidden {
    display: none;
  }
  #kids_wakabadai .bg_wrap {
    padding-top: 0;
  }

  #kids_wakabadai .bg_wrap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45vw;
    padding: 120px 0;
    background-image: url("../img/business/23919761_m.jpg");
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  #kids_wakabadai .bg_wrap::after {
    display: none;
  }
  #kids_wakabadai .daystudio_inner {
    padding: 40px 0 60px;
    background: none;
  }
  #kids_wakabadai .kids_title h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 20px 0 25px;
    color: #000;
    text-shadow: none;
  }
  #kids_wakabadai .kids_title h2::before {
    display: none;
  }
  #kids_wakabadai .number {
    color: #000;
  }
  #kids_wakabadai .kids_title p {
    color: #000;
    text-shadow: none;
  }
  #kids_wakabadai .kids_title p::before {
    display: none;
  }
  #kids_wakabadai .daystudio_title h2 span {
    margin-bottom: 0;
  }
  #kids_wakabadai .left_box {
    width: 100%;
  }
  #kids_wakabadai .img_box {
    display: block;
  }
  #kids_wakabadai .img_box img {
    width: 100%;
  }
  #kids_wakabadai .service_list {
    margin: 20px 0;
  }
  #kids_wakabadai .right_box {
    width: 100%;
    margin: 50px auto 0;
    display: none;
  }
#kids_wakabadai .kids_title h2 {
  font-size: 32px;
  line-height: 1.3;
  margin: 20px 0 25px;
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 840px) {
  #day_main .ohuro_box ul li .yazirusi::after {
    top: 4px;
  }
}
}
@media screen and (max-width: 680px) {

  #daystudio_aoba .daystudio_title h2 span {
    line-height: 1;
  }

}
@media screen and (max-width: 640px) {
  .contents_inner {
    width: 95%;
  }
  .title_style {
    line-height: 1.3;
  }
  #kids_intro {
      padding-bottom: 80px;
  }
  #kids_intro h2.title_style {
    width: 100%;
  }
  #kids_main .kids_main_detail {
    margin-top: 20px;
  }
  #kids_main .point_wrapper h3 {
    font-size: 24px;
  }
  #kids_main .point_wrapper p {
    font-size: 16px;
  }
  #kids_main .feature_img_wrapper .img1, #kids_main .feature_img_wrapper .img2, #kids_main .feature_img_wrapper .img3 {
    width: 28%;
  }
  #kids_main .feature_img_wrapper .kids_contents_inner {
   justify-content: center;
  }
  #kids_main .h3_tit_jp::after {
    top: 80px;
    right: -225px;
  }
  #kids_main ul.kids_point li {
    width: 100%;
    margin-bottom: 30px;
  }
  #kids_main .kids_point img {
    height: auto;
  }#kids_main h2 .pro {
    font-size: 22px;
  }
  #kids_main .kids_main_detail h3 {
    font-size: 20px;
    padding-bottom: 40px;
  }
  #kids_main .kids_main_detail h3 span {
  font-size: 25px;  }
  #user_block {
    padding-top: 60px;
  }
  #user_block .user_wrapper {
    margin-top: 0;
  }
  #user_block .h3_tit_jp::after {
  top: 55px;
  }
  #user_block h3 {
    font-size: 24px;
  }
  #user_block p {
    font-size: 17px;
    line-height: 1.8;
  }
  #user_block .left_box li {
    font-size: 22px;
    padding: 20px 0;
    line-height: 1.8;
  }
  #user_block .user_title>p {
    font-size: 16px;
  }
  #user_block .user_title ul li {
    padding: 30px 20px 30px 5px;
  }
  #user_block .user_title ul li::before {
    width: 25px;
    height: 25px;
    font-size: 19px;
  }
  #user_block .user_title ul p {
    padding-left: 30px;
  }
  #training_block {
    padding: 60px 0 60px;
  }
  #training_block .two {
    font-size: 24px;
  }
  #training_block .h3_tit_jp::after {
    top: 55px;
  }
  #training_block .training_inner h3 {
    font-size: 22px;
  }
  #training_block .training_wrapper1::after {
    font-size: 48px;
  }
  #training_block .training_wrapper2::after {
    font-size: 48px;
  }
  #day_block .kids_contents_inner>h3 {
    font-size: 24px;
    margin: 60px 0;
  }
  #day_block .kids_contents_inner {
    padding: 0 0 70px 0;
  }
  #day_block .kids_contents_inner .h3_tit_jp::after {
    top: 55px;
  }
  .day h3 {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 1.8;
  }
  .day h3::before {
    width: 15px;
    height: 15px;
    top: 14px;
  }
  .day_box {
    padding: 20px;
  }
  .day p {
    font-size: 22px;
  }
  #flow_block {
    padding: 80px 0 60px;
}
  #flow_block .flow_wrapper .day1 h3 {
    font-size: 28px;
  }
  #flow_block .flow_wrapper .day1 tr th {
    font-size: 20px;
    padding: 20px 0px 20px 10px;
  }
  #flow_block .flow_wrapper .day1 tr::after {
    left: 30px;
  }
  #flow_block .flow_wrapper .day1 tr th::before {
    top: 30px;
  }
  #flow_block .flow_wrapper .day1 tr td {
    font-size: 20px;
  }
  #care {
  padding: 80px 0 40px;
}
#care .title_style {
  font-size: 24px;
}
  #care p {
    font-size: 16px;
  }
  #care .care_ex {
    width: 100%;
    font-size: 17px;
    margin: 30px auto;
  }
  #care .care_ex span {
    font-size: 19px;
}
  #office_block {
    padding: 70px 0 50px;
  }
  #kids_wakabadai .kids_title h2 {
    font-size: 22px;
  }
  #kids_wakabadai .kids_title h2 span {
    font-size: 16px;
    margin-bottom: 0;
  }
  #kids_wakabadai .kids_title p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #kids_wakabadai .bg_wrap h3 {
    font-size: 19px;
  }
  .about_wrapper {
    padding: 10px;
  }
  .sp_640 {
    display: block;
  }
  #about_block .tel_box,#about_block .fax_box {
    margin: 0;
    font-size: 20px;
  }
  #about_block .tel_box,#about_block .fax_box .fax {
    margin-right: 31px;
  }
  #about_block span {
    display: block;
    margin-bottom: 10px;
  }
  #about_block h2 {
    font-size: 20px;
  }
  #about_block p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .none_500 {
    display: none;
}
  #care .care_img {
  display: none;
}
}
@media screen and (min-width: 500px) {
  .sp_500 {
    display: none;
  }
  #care .care_img_sp {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .sp_400 {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  #day_intro h2.title_style {
    line-height: 1.3;
  }
  #day_main img.day_sub_img_02 {
    margin-top: 50px;
  }
  #day_main ul.day_point {
    margin-top: 0;
  }
  #daystudio_wakabadai .daystudio_title p {
    margin-bottom: 15px;
  }
  #daystudio_wakabadai .bg_wrap h3 {
    text-align: center;
  }
}
@media screen and (min-width: 340px) {
  #kids_intro .sp_340 {
    display: none;
  }
  #kids_main .sp_340 {
    display: none;
  }
  #kids_wakabadai .sp_340 {
    display: none;
  }
  .sp_340 {
    display: none;
  }
}
