@charset "UTF-8";

/* =================================
 p_classrooms_mv
================================= */
.p_classrooms_mv{
  width: 100%;
  height: 540px;
  position: relative;
}
.p_classrooms_mv .img_mv{
  width: 100%;
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p_classrooms_mv{
    height: 280px;
  }
  .p_classrooms_mv .img_mv{
    height: 280px;
  }
}
/* =================================
 p_classrooms_mv_ttl
================================= */


.p_classrooms_mv_ttl {
  width: 460px;
  border-radius: 50%;
  position: absolute;
  bottom: -60%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  background: #F9F7F4;
}

.p_classrooms_mv_ttl_inner {
  position: relative;
  padding-top: 100%;
  padding-top: 100%;
  height: 0;
  width: 90%;
  margin: 0 auto;
}

.p_classrooms_mv_ttl_inner .c_ttl_1 {
  position: absolute;
  top: calc((40% - 1em)/2);
  left: 0;
  right: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p_classrooms_mv_ttl {
    width: 80%;
    bottom: -80%;
    max-width: 330px;
  }
  .p_classrooms_mv_ttl_inner .c_ttl_1 .en{
    font-size: 1.3rem;
  }
}