@charset "UTF-8";
.el_lv1Heading {
    /*background: url(../img/index/business_img_01.jpg) no-repeat top -180px center/cover;*/
    background: url(../img/business/day/head_img_01.jpg) no-repeat center center/cover;
}
/*-----------------------------------
  day_intro
 -----------------------------------*/
#day_intro{
  position: relative;
  padding-bottom: 140px;
}
#day_intro::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41%;
  background: #f5f5f9;
  z-index: -1;
}
#day_intro h2.title_style{
  width: 500px;
}
#day_intro h2.title_style p{
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
#day_intro ul{
  width: calc(100% - 500px);
}
#day_intro ul li{
  width: 47%;
}
#day_intro ul li p{
  padding-left: 55px;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
#day_intro ul li 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;
}
#day_intro ul li 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;
}
#day_intro ul li a:hover p:before{
  transform: scale(1.2);
}
#day_intro ul li .photo_inner{
  overflow: hidden;
  height: 160px;
}
#day_intro ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s;
}
#day_intro ul li a{
  display: block;
}
#day_intro ul li a:hover .photo_inner img{
  transform: scale(1.2);
}
#day_intro ul li a:hover p:before{
  background: #D42442;
}
#day_intro ul li a:hover p:after{
  border-color: #fff;
}

@media screen and (max-width: 640px) {

}


/*-----------------------------------
  day_main
 -----------------------------------*/
#day_main{
  position: relative;
  padding: 100px 0 100px;
  background: #f5f5f9;
}
#day_main::before{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 51%;
  height: 620px;
  background-image: url("../img/business/day/intro_img_01.JPG");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
#day_main p.note{
  font-size: 14px;
  line-height: 100%;
  position: absolute;
  right: 1em;
  letter-spacing: 0;
  top: calc(620px - 2em);
  color: #fff;
}
#day_main p.sp_main_txt {
  display: none;
}
#day_main .sub_box {
  position: relative;
}
#day_main p.note2 {
  position: absolute;
  left: 1em;
  bottom: 1em;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
}
#day_main p.sp_sub_txt {
  display: none;
}
#day_main .day_main_detail{
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
#day_main .day_main_detail h3{
  line-height: 160%;
  font-size: 38px;
  padding-bottom: 30px;
  font-weight: bold;
}
#day_main .day_main_detail h3 span {
  color: #D42442;
}
.marker {
  background: linear-gradient(transparent 60%, #e9ec66 0%);
}
#day_main .day_main_detail p{
  font-size: 18px;
  line-height: 200%;
}
#day_main .day_main_detail img{
  margin: 30px 0;
}
#day_main .sp_main_img {
  display: none;
}
#day_main img.day_sub_img_02{
  width: 40%;
  height: 550px;
  margin-top: 90px;
  object-fit: cover;
}

#day_main ul.day_point{
  float: right;
  width: 51%;
  margin-top: 220px;
}
#day_main ul.day_point li{
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 40px;
  position: relative;
  padding-left: 40px;
  color: #4B4B4B;
  padding-bottom: 40px;
  border-bottom: dotted 1px #ccc;
}
#day_main ul.day_point li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 16px;
  height: 2px;
  background: #D42442;
}

/*ohuro_box*/
#day_main .ohuro_box{
  background: #fff;
  padding: 100px 60px 40px;
  margin-top: 120px;
  box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);
}
#day_main .ohuro_box .rehabili {
  position: relative;
}
#day_main .ohuro_box .rehabili .reha_text {
  margin-bottom: 20px;
}
/*#day_main .ohuro_box .rehabili::before {
  content: "";
  position: absolute;
  top: 0;
  right: 130px;
  width: 30%;
  height: 300px;
  background-image: url(../img/common/business/22673302_s.jpg);
  background-position: center;
  background-size: cover;
}
#day_main .ohuro_box .rehabili::after {
  content: "";
  position: absolute;
  top: 260px;
  right: 0;
  width: 30%;
  height: 300px;
  background-image: url(../img/common/business/22679616_s.jpg);
  background-position: center;
  background-size: cover;
}*/
#day_main .ohuro_box h3{
  text-align: center;
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 30px;
  position: relative;
}#day_main .ohuro_box h3::before {
  content: '';
  background-color: #e54d4d;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#day_main .ohuro_box ul li{
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  align-items: center;
}
#day_main .ohuro_box ul li:last-child {
  border: none;
}
#day_main .ohuro_box ul li p.step{
  width: 100px;
}
#day_main .ohuro_box ul li h4{
  font-size: 27px;
  margin: 1em 0;
  line-height: 1.8;
}
#day_main .ohuro_box ul li .yazirusi {
  position: relative;
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.8;
}
#day_main .ohuro_box ul li .yazirusi::after {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fb3c3c;
  display: inline-block;
  width: 0;
  height: 0;
  left: -13px;
  top: 7px;
  position: absolute;
}
#day_main .ohuro_box ul li h5{
  font-size: 18px;
  margin: 1em 0;
  line-height: 1.8;
}
#day_main .ohuro_box ul li .img_box{
  width: 10%;
}
#day_main .ohuro_box ul li .title_box{
  width: 31%;
}
#day_main .ohuro_box ul li .text_box{
  width: 55%;
}
#day_main .ohuro_box ul li .title_box p {
  color: #D42442;
}

/*day_block*/
#day_block {
  padding: 10px 0;
  background: #f5f5f9;
}
#day_block .day_contents_inner {
  padding: 0 0 120px 0;
}
#day_block .day_contents_inner>h3 {
  font-size: 34px;
  line-height: 100%;
  margin-bottom: 30px;
  position: relative;
  margin: 80px 0;
}
.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 {
  position: relative;
}
.day_contents_inner {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#day_block .day_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_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 {
  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 p {
  text-align: center;
  padding: 0 0 30px;
  font-size: 22px;
}
#day_block p {
  text-align: center;
}
.day .teikyu {
  color: #D42442;
}
.day_box:nth-child(2) {
  border: none;
}
.time_box {
  margin-top: 40px;
  display: block;
}

/*-----------------------------------
  day_flow
 -----------------------------------*/
 #day_flow{
   /*position: relative;*/
   padding: 120px 0;
 }
 /*
  #day_flow::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f9;
    z-index: -1;
  }
  */
#day_flow h2::before{
  content: "";
  border-bottom: solid 1px #000;
  z-index: 2;
}
#day_flow .flow_wrap{
  margin-top: 60px;
}

/*flow_sidemenu*/
#day_flow ul.flow_sidemenu{
  width: 200px;
}
#day_flow ul.flow_sidemenu li{
  font-size: 14px;
  margin-bottom: 25px;
}
#day_flow ul.flow_sidemenu li span{
  color: #D42442;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 5px;
}

/*flow_detail*/
#day_flow ul.flow_detail{
  width: calc(97% - 200px);

}
#day_flow ul.flow_detail::after{
  content: "";
  display: block;
  width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
#day_flow ul.flow_detail li{
  width: 48%;
  margin-bottom: 20px;
  /*background: #fff;*/
  padding: 30px;
}
#day_flow ul.flow_detail li{
  position: relative;
  /*box-shadow: 0 15px 13px -6px rgb(197 195 249 / 15%);*/
}
#day_flow ul.flow_detail .none::before, #day_flow ul.flow_detail .none::after {
  display: none;
}
#day_flow ul.flow_detail li::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #D42442;
  border-right: 1px solid #D42442;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}
#day_flow ul.flow_detail li::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #D42442;
  border-right: 1px solid #D42442;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}
#day_flow ul.flow_detail li.flow_detail_title{
  background: #3b3738;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
#day_flow ul.flow_detail li.flow_detail_title::before,
#day_flow ul.flow_detail li.flow_detail_title::after{
  display: none;
}
#day_flow ul.flow_detail li.flow_detail_title p{
  padding: 0 20px;
  font-size: 20px;
}

#day_flow ul.flow_detail li.w100{
  width: 100%;
}
#day_flow ul.flow_detail li.w100 .img_box{
  width: 45%;
}
#day_flow ul.flow_detail li.w100 .text_box{
  width: 50%;
}
#day_flow ul.flow_detail li.w100 .text_box h4{
  color: #D42442;
  background: #fff;
  line-height: 100%;
  padding: 10px;
  min-width: 180px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
}
#day_flow ul.flow_detail li.w100 .text_box h4:not(:first-of-type){
  margin-top: 1.5em;
}
#day_flow ul.flow_detail li.w100 .text_box p{
  padding: 1em;
  line-height: 180%;
  font-size: 16px;
}

#day_flow ul.flow_detail li img{
  width: 100%;
}
#day_flow ul.flow_detail li h3{
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 20px;
}
#day_flow ul.flow_detail li h3 span{
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 20px;
  border-bottom: solid 2px #D42442;
}

#day_flow ul.flow_detail li > p{
  font-size: 14px;
  line-height: 180%;
  padding: 20px 0 0;
}
.reha_wrapper {
  display: flex;
}
.reha_wrapper .img_box {
  position: relative;
  width: 50%;
}
.reha_wrapper .img_box .img1 {
  position: absolute;
  top: 80px;
  left: 30px;
  width: 350px;
  height: auto;
}
.reha_wrapper .img_box .img2 {
  position: absolute;
  top: 400px;
  left: 150px;
  width: 350px;
  height: auto;
}
.reha_wrapper .reha_img {
  display: none;
}
#office_block {
  padding: 50px 0;
}
/*-----------------------------------
  price_block
 -----------------------------------*/
#price_block {
  width: 90%;
  margin: 0 auto;
}
#price_block .wrap {
  margin-top: 70px;
}
#price_block h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.6;
  position: relative;
}
#price_block h3::before {
  content: '';
  background-color: #e54d4d;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#price_block table {
  width: 100%;
  /* border: 1px solid #3D3D3D; */
}
#price_block table th {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #3D3D3D;
  background: #ddd;
}
#price_block table .th_title {
  text-align: left;
  font-weight: 500;
}
#price_block table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #3D3D3D;
}
.table-scroll {
  display: block;
}
#price_block .fixed {
  background: #ddd;
}
#price_block th, #price_block td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  #price_block .contents_inner {
    width: 100%;
    max-width: 100%;
  }
  #price_block h3 {
    font-size: 20px;
  }
  .table-scroll {
    overflow-x: scroll;
  }
  #price_block table {
    /* display: block; */
    white-space: nowrap;
  }
  #price_block table .fixed {
    position: sticky;
    height: 100%;
    left: 0;
  }
  #price_block table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
#price_block th, #price_block td {
  font-size: 12px;
}
}
@media screen and (min-width: 500px) {
  .sp_500 {
    display: none;
  }
}
/*-----------------------------------
  daystudio_aoba
 -----------------------------------*/
#daystudio_aoba{
  padding: 0;/*打消し*/
  border-top: 7px solid #D42442;
}
#daystudio_aoba .bg_wrap{
  position: relative;
  padding-top: 120px;
}
#daystudio_aoba .bg_wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vw;
  padding: 120px 0;
  background-image: url("../img/business/day/aoba_img_01.jpg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#daystudio_aoba .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;
}
#daystudio_aoba .daystudio_title h2{
  font-size: 42px;
  color: #fff;
  margin-bottom: 40px;
  /* text-shadow: 0 2px 5px rgb(0 0 0 / 50%); */
  position: relative;
  left: 4px;
}
#daystudio_aoba .daystudio_title h2::before {
  position: absolute;
  content: "";
  width: 515px;
  height: 100%;
  /* background: #626262; */
  z-index: -1;
  opacity: 0.5;
  top: 24px;
  left: -4px;
  padding: 0px 0;
}
#daystudio_aoba .daystudio_title h2 span{
  display: block;
  color: #D42442;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
}
#daystudio_aoba .daystudio_title p{
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  letter-spacing: 0.05em;
  position: relative;
  left: 4px;
}
#daystudio_aoba .daystudio_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;
}
#daystudio_aoba .daystudio_title p span {
  font-size: 24px;
}
#daystudio_aoba .daystudio_inner{
  background: #fff;
  padding: 65px 60px 60px;
}


#daystudio_aoba .bg_wrap h3{
  line-height: 180%;
  margin-bottom: 20px;
  font-size: 28px;
}
#daystudio_aoba ul.service_list li{
  position: relative;
  font-size: 16px;
  padding: 12px 0;
  text-indent: -3em;
  padding-left: 3em;
  line-height: 1.8;
}
#daystudio_aoba ul.service_list li span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 1px;
  background: #D42442;
}
#daystudio_aoba ul.service_list li span{
  position: relative;
  padding-left: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #D42442;
  padding-right: 10px;
}
#daystudio_aoba p.attention{
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 1em;
}
#daystudio_aoba .number {
  color: #fff;
}
#daystudio_aoba .left_box{
  width: 45%;
}
#daystudio_aoba .img_box {
  display: none;
}
#daystudio_aoba .right_box{
  width: 47%;
}
#daystudio_aoba .right_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#daystudio_aoba iframe{
  width: 100%;
  height: 340px;
  margin-top: 40px;
}
/*-----------------------------------
  daystudio_taihei
 -----------------------------------*/
 #daystudio_taihei{
  padding: 0;/*打消し*/
  border-top: 7px solid #D42442;
}
#daystudio_taihei .bg_wrap{
  position: relative;
  padding-top: 120px;
}
#daystudio_taihei .bg_wrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vw;
  padding: 120px 0;
  background-image: url("../img/business/day/taihei_img_01.jpg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}
#daystudio_taihei .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;
}
#daystudio_taihei .daystudio_title h2{
  font-size: 42px;
  color: #fff;
  margin-bottom: 40px;
  /* text-shadow: 0 2px 5px rgb(0 0 0 / 50%); */
  position: relative;
  left: 4px;
}
#daystudio_taihei .daystudio_title h2::before {
  position: absolute;
  content: "";
  width: 515px;
  height: 100%;
  /* background: #626262; */
  z-index: -1;
  opacity: 0.5;
  top: 24px;
  left: -4px;
  padding: 0px 0;
}
#daystudio_taihei .daystudio_title h2 span{
  display: block;
  color: #D42442;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
}
#daystudio_taihei .daystudio_title p {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  letter-spacing: 0.05em;
  position: relative;
  left: 4px;
}
#daystudio_taihei .daystudio_title p::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 100%;
  /* background: #626262; */
  z-index: -1;
  opacity: 0.5;
  top: -3px;
  left: -4px;
  padding: 40px 0;
}
#daystudio_taihei .daystudio_title p span {
  font-size: 24px;
}
#daystudio_taihei .daystudio_inner{
  background: #fff;
  padding: 65px 60px 60px;
}


#daystudio_taihei .bg_wrap h3{
  line-height: 140%;
  margin-bottom: 20px;
  font-size: 28px;
}
#daystudio_taihei ul.service_list li{
  position: relative;
  font-size: 16px;
  padding: 12px 0;
  text-indent: -3em;
  padding-left: 3em;
}
#daystudio_taihei ul.service_list li span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 1px;
  background: #D42442;
}
#daystudio_taihei ul.service_list li span{
  position: relative;
  padding-left: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #D42442;
  padding-right: 10px;
}
#daystudio_taihei p.attention{
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 1em;
}
#daystudio_taihei .number {
  color: #fff;
}
#daystudio_taihei .left_box{
  width: 45%;
}
#daystudio_taihei .img_box {
  display: none;
}
#daystudio_taihei .right_box{
  width: 47%;
}
#daystudio_taihei .right_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#daystudio_taihei iframe{
  width: 100%;
  height: 340px;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  #day_main::before {
    width: 43%;
  }
}
@media screen and (max-width: 1300px) {
  .reha_wrapper .img_box .img2 {
    left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #day_main .day_main_detail h3 {
    font-size: 34px;
    padding-bottom: 10px;
  }

}
@media screen and (max-width: 1050px) {
  #day_intro .contents_inner>.row_box {
    display: block;
  }
  #day_intro ul {
    width: 100%;
    margin-top: 50px;
  }
  #day_main {
    padding: 0 0 120px;;
  }
  #day_main::before {
    display:none;
  }
  #day_main p.note {
    display: none;
  }
  #day_main ul.day_point {
    margin-top: 170px;
  }
  #day_main p.sp_main_txt {
    display: block;
    text-align: right;
    margin-right: 1em;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #day_main .sp_main_img {
    display: block;
  }
  #day_main>p {
    color: #fff;
    z-index: 1;
  }
  #day_main .contents_inner .title_style,#day_main .contents_inner .day_main_detail {
    
    position: relative;
    z-index: 1;
  }
  #day_main .day_main_detail {
    margin-top: 50px;
  }
  #day_main .day_main_detail p {
    margin-bottom: 30px;
  }
  #day_main .tab_1050 {
    display: none;
  }
  /* #day_main::after {
    content: "";
    width: 100%;
    height: 620px;
    background: #bebebe;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  } */
  #day_main img.day_sub_img_02 {
    margin-top: 130px;
  }
  #day_main .ohuro_box {
    padding: 60px 0 20px;
  }
  #day_main .ohuro_box .ohuro_case {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #day_main .ohuro_box ul li .img_box {
    margin: 0 auto;
    width: 30%;
  }
  #day_main .ohuro_box ul .step_box {
    display: block;
  }
  #day_main .ohuro_box ul li .title_box {
    width: 100%;
    text-align: center;
  }
  #day_main .ohuro_box ul li .text_box {
    width: 100%;
  }
  #day_main .ohuro_box ul li h4 {
    margin: 0.5em 0 1.5em;
    font-size: 22px;
  }
  .reha_wrapper {
    display: block;
  }
  .reha_wrapper .img_box {
    display: none;
  }
  .reha_wrapper .reha_img {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
  }
  .reha_wrapper .reha_img img {
    width: 40%;
  }
  #day_main .ohuro_box .rehabili .rehabili_title {
    margin: 0 0 0.5em;
  }
  #day_main .ohuro_box .rihabili li h4 {
    margin: 2em 0 0.5em;
  }
  #day_flow ul.flow_sidemenu {
    display: none;
  }
  #day_flow ul.flow_detail {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #day_main {
    padding: 0 0 10px;
  }
  #day_main .contents_inner.order {
    display: flex;
    flex-wrap: wrap;
  }
  #day_main ul.day_point {
    float: none;
    width: 100%;
    margin: 10px 0 20px 0;
  }
  #day_main .order .day_point {
    order: 2;
  }
  #day_main ul.day_point li {
    margin-bottom: 0;
    padding: 20px 0 20px 40px;
  }
  #day_main ul.day_point li:before {
    top: 2.3em;
  }
  #day_main ul.day_point li:last-child {
    border: none;
  }
  #day_main p.note2 {
    display: none;
  }
  #day_main img.day_sub_img_02 {
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 30px;
    object-fit: contain;
  }
  #day_main p.sp_sub_txt {
    display: block;
    text-align: right;
    margin-right: 1em;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0;
}
  #day_main .ohuro_box {
    margin: 0 auto 50px;
  }
  #day_main .ohuro_box ul li .img_box {
    width: 30%;
  }
  .day {
    width: 100%;
  }
  #day_flow {
    padding: 60px 0;
  }
  #day_flow ul.flow_detail li {
    width: 80%;
    margin: 0 auto;
  }
  #day_flow ul.flow_detail {
    display: block;
  }
  #day_flow ul.flow_detail li::before {
    content: none;
  }
  #day_flow ul.flow_detail li::after {
    content: none;
  }
  #day_flow ul.flow_detail li .service_title {
    margin: 0 auto 20px;
  }
  #day_flow .service_contents {
    display: block;
  }
  #day_flow ul.flow_detail li.w100 .img_box {
    width: 80%;
    margin: 0 auto;
  }
  #day_flow ul.flow_detail li h3 {
    width: 80%;

  }
  #day_flow ul.flow_detail li.w100 .text_box {
    width: 80%;
    margin: 50px auto 0;
  }
  #daystudio_aoba .bg_wrap {
    padding-top: 0; 
  }
  #daystudio_aoba .bg_wrap::after {
    display: none;
  }
  #daystudio_aoba .daystudio_inner {
    padding: 40px 0 60px;
    background: none;
  }
  #daystudio_aoba .daystudio_title h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 20px 0 25px;
    color: #000;
    text-shadow: none;
  }

  #daystudio_aoba .daystudio_title h2::before,#daystudio_aoba .daystudio_title p::before {
    display: none;
  }
  #daystudio_aoba .daystudio_title p {
    color: #000;
    text-shadow: none;
  }
  #daystudio_aoba .daystudio_title h2 span {
    margin-bottom: 0;
  }
  #daystudio_aoba .number {
    color: #000;
  }
  #daystudio_aoba .left_box {
    width: 100%;
  }
  #daystudio_aoba .img_box {
    display: block;
  }
  #daystudio_aoba .img_box img {
    width: 100%;
  }
  #daystudio_aoba .service_list {
    margin: 20px 0;
  }
  #daystudio_aoba .right_box {
    width: 100%;
    margin: 50px auto 0;
    display: none;
  }
  #daystudio_taihei .bg_wrap {
    padding-top: 0;
  }
  #daystudio_taihei .bg_wrap::after {
    display: none;
  }
  /* #daystudio_aoba .bg_wrap h3 {
    position: relative;
    padding-left: 30px;
  }
  #daystudio_aoba .bg_wrap h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 20px;
    height: 2px;
    background: #D42442;
  } */
  #daystudio_taihei .daystudio_inner {
    padding: 40px 0 60px;
    background: none;
  }
  #daystudio_taihei .daystudio_title h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 20px 0 25px;
    color: #000;
    text-shadow: none;
  }
  #daystudio_taihei .daystudio_title h2::before,#daystudio_taihei .daystudio_title p::before {
    display: none;
  }
  #daystudio_taihei .daystudio_title p {
    color: #000;
    text-shadow: none;
  }
  #daystudio_taihei .daystudio_title h2 span {
    margin-bottom: 0;
  }
  #daystudio_taihei .number {
    color: #000;
  }
  #daystudio_taihei .left_box {
    width: 100%;
  }
  #daystudio_taihei .img_box {
    display: block;
  }
  #daystudio_taihei .img_box img {
    width: 100%;
  }
  #daystudio_taihei .service_list {
    margin: 20px 0;
  }
  #daystudio_taihei .right_box {
    width: 100%;
    margin: 50px auto 0;
    display: none;
  }
  #daystudio_taihei iframe {
    margin-top: 20px;
  }
}
@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;
  }
  #day_intro {
    padding-bottom: 80px;
  }
  #day_intro h2.title_style {
    width: 100%;
  }
  #day_intro .contents_inner>.row_box>.row_box {
    display: block;
  }
  #day_intro .contents_inner>.row_box>.row_box li:nth-child(1) {
    margin-bottom: 50px;
  }
  #day_intro ul li {
    width: 100%;
  }
  #day_main .ohuro_box {
    padding: 40px 0 20px;
  }
  #day_main .ohuro_box ul li .img_box {
    width: 50%;
}
  #day_main .ohuro_box h3 {
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 1.8;
    font-size: 24px;
  }
  #day_main .ohuro_box ul li h4 {
    font-size: 20px;
  }
  /*#day_main .ohuro_box ul li h4 {
    font-size: 22px;
  }*/
  
  #day_main .day_main_detail {
    margin-top: 40px;
  }
  #day_flow {
    padding: 60px 0;
  }
  #day_flow .flow_wrap {
    margin-top: 40px;
  }
  #day_flow ul.flow_detail li {
    padding: 30px 0;
  }
  #day_main .day_main_detail h3 {
    font-size: 24px;
  }
  #day_main .day_main_detail p {
    font-size: 16px;
  }
  #day_main ul.day_point li {
    font-size: 14px;
  }
  #day_main ul.day_point li:last-child {
    /* margin-bottom: 10px; */
  }
  #day_block .day_contents_inner>h3 {
    font-size: 24px;
    margin: 60px 0;
  }
  #day_block .day_contents_inner {
    padding: 0 0 70px 0;
  }
  #day_block .day_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: 20px;
  }
  #day_flow ul.flow_detail li {
    width: 100%;
  }
  #day_flow ul.flow_detail li.w100 .img_box {
    width: 100%;
  }
  #day_flow ul.flow_detail li h3 span {
    font-size: 26px;
  }
  #day_flow ul.flow_detail li h3 {
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
  #day_flow ul.flow_detail li.w100 .text_box {
    width: 100%;
  }
  #daystudio_aoba .bg_wrap {
    padding-top: 0;
  }
  #daystudio_aoba .bg_wrap::before {
    display: none;
  }
  #daystudio_aoba .bg_wrap h3 {
    font-size: 19px;
  }
  #daystudio_aoba .daystudio_title h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
}
  
  #daystudio_aoba .daystudio_title h2 span {
    font-size: 16px;
    margin-bottom: 0;
  }
  #daystudio_aoba .daystudio_title p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #daystudio_taihei .bg_wrap {
    padding-top: 0;
  }
  #daystudio_taihei .bg_wrap::before {
    display: none;
  }
  
  #daystudio_taihei .bg_wrap h3 {
    font-size: 24px;
  }
  #daystudio_taihei .daystudio_title h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #daystudio_taihei .daystudio_title h2 span {
    font-size: 16px;
    margin-bottom: 0;
  }
  #daystudio_taihei .daystudio_title p {
    line-height: 1.8;
  }
  
}
@media screen and (max-width: 500px) {
  .none_500 {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .sp_500 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .day .f_size {
    font-size: 16px;
  }
}
@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_aoba .daystudio_title p {
    margin-bottom: 15px;
  }
  #daystudio_aoba .bg_wrap h3 {
    text-align: center;
  }
  #daystudio_taihei .bg_wrap h3 {
    text-align: center;
  }
}
@media screen and (min-width: 340px) {
  #day_intro .sp_340 {
    display: none;
  }
  #day_main .sp_340 {
    display: none;
  }
  #daystudio_aoba .sp_340 {
    display: none;
  }
  #daystudio_taihei .sp_340 {
    display: none;
  }
}
