.m-btn5 {
 border-radius: 6px;
 width: auto;
}
.m-lesson-btn .m-btn5 {
 background-color: #01636e;
 color: #fff;
}
.m-lesson-btn .m-btn5:hover {
 background-color: #fff;
 color: #3a3a3a;
}
.m-lesson-btn .m-btn5--arrow-right::after{
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
}
.m-lesson-btn .m-btn5--arrow-right:hover::after{
 border-right: 1px solid #01636e;
 border-bottom: 1px solid #01636e;
}
.l-footer-contents__item--link1
,.l-footer-contents__item--link2 {
  display: none !important;
}

.m-sub-mv {
  background-image: url(../../img/recruit_job/mv-img.jpg)
}

@media screen and (max-width:640px) {
  .m-sub-mv {
    background-image: url(../../img/recruit_job/mv-img_sp.jpg)
  }
}

.booking {
  margin-top:100px;
}
.booking--text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin: 60px 0 30px
}

@media screen and (max-width:640px) {
  .booking--text {
    font-size: 14px;
    font-size: .875rem
  }
}

.oneday-schedule {
  border-bottom: 1px solid #A29B99;
  border-left: 1px solid #A29B99;
  border-radius: 4px;
  border-right: 1px solid #A29B99;
  border-top: 1px solid #A29B99;
  margin: 0px 0px 56px 0px;
  padding: 48px 64px;
}
.oneday .schedule-header {
  margin: 0px 0px 32px 0px;
}
.oneday .schedule-title {
  font-family: Montserrat;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0px 16px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.oneday .schedule-subtitle {
  color: #736764;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
.oneday .schedule-item {
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.oneday .schedule-time {
  width: 65px;
  margin: 0px 32px 0px 0px;
  font-weight: bold;
  min-width: 60px;
  flex-wrap: nowrap;
  flex-direction: column;
}
.oneday .schedule-time span {
  margin-bottom: 5px
}
.oneday .schedule-time img {
  height: 72px;
  width: max-content;
}
.schedule-content h4 {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0px 0px 2px 0px;
}

.schedule-content p {
  color: #736764;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  margin-left: 15px;
}
@media only screen and (max-width:768px) {
  .oneday-schedule {
    padding: 32px 12px;
  }
  .oneday .schedule-time {
    margin: 0;
  }
}
.m-block03 .m-subTitle1.one::before{
  content: "01";
}
.m-block03 .m-subTitle1.two::before{
  content: "02";
}