*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img {
  vertical-align: bottom;
}
input,
button,
textarea,
select {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
}
a img {
  border: none;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.m_title {
  background: #fbf9f9;
  margin-bottom: 50px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .m_title {
    margin-bottom: 25px;
  }
}
.m_title h2 {
  font-size: 1.75rem;
  font-family: 'din-condensed', 'Noto Sans JP', sans-serif;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .m_title h2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .m_title h2 {
    font-size: 1.5rem;
  }
}
#instructor_list .flex {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  #instructor_list .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #instructor_list .flex {
    display: block;
  }
}
#instructor_list .flex >div {
  width: 48%;
/*
      +sp()
        width 75%
        margin 0 auto
      */
}
@media screen and (max-width: 1080px) {
  #instructor_list .flex >div {
    width: 100%;
    margin-bottom: 50px;
  }
}
#instructor_list .flex >div >h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 20px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #000;
}
#instructor_list .flex .search {
  width: 90%;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
#instructor_list .flex .search button {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  background: #fff;
  margin: 0 3px 3px 3px;
  padding: 12px 18px;
  border: none;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#instructor_list .flex .search button:hover,
#instructor_list .flex .search button.active,
#instructor_list .flex .search button.mixitup-control-active {
  color: #fff;
  background: #000;
}
#instructor_list .flex .list {
  position: relative;
}
#instructor_list .flex .list ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  #instructor_list .flex .list ul {
    display: block;
  }
}
#instructor_list .flex .list ul li {
  font-family: 'din-condensed', 'Noto Sans JP', sans-serif;
  width: 31%;
  margin: 0 2.3% 30px 0;
}
@media screen and (max-width: 768px) {
  #instructor_list .flex .list ul li {
    width: 100%;
  }
}
#instructor_list .flex .list ul li.hide {
  display: none;
}
#instructor_list .flex .list ul li a {
  width: 100%;
  height: 190px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  #instructor_list .flex .list ul li a {
    height: 28vw;
  }
}
@media screen and (max-width: 768px) {
  #instructor_list .flex .list ul li a {
    height: 300px;
  }
}
#instructor_list .flex .list ul li a:hover img {
  transform: scale(1.1) translateX(5%);
}
#instructor_list .flex .list ul li a img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: transform 0.2s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
#instructor_list .flex .list ul li h5 {
  font-size: 20px;
  font-family: 'din-condensed', 'Noto Sans JP', sans-serif;
  line-height: 1;
  margin: 20px 0 0 0;
}
#instructor_list .flex .list ul li .genre {
  color: #6c6c6c;
}
.top_instructor #instructor_list .flex {
  padding: 50px 0 0 0;
}
.top_instructor .mkdf-section-title-holder span.mkdf-st-text {
  color: #000;
  font-size: 50px;
  font-family: din-condensed, 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.top_instructor .mkdf-section-title-holder .mkdf-st-title {
  font-size: 16px;
  font-weight: 600;
}
#ins_container {
  width: 1100px;
  margin: 50px auto 50px auto;
}
@media screen and (max-width: 768px) {
  #ins_container {
    width: 100%;
    width: 80%;
  }
}
#ins_container .flex {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ins_container .flex {
    display: block;
  }
}
#ins_container .photo {
  width: 50%;
  height: 40vw;
  min-height: 560px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #ins_container .photo {
    width: 100%;
    height: 30vw;
    min-height: 340px;
    margin-bottom: 50px;
  }
}
#ins_container .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#ins_container .c {
  width: 40%;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #ins_container .c {
    width: 100%;
  }
}
#ins_container .c h3 {
  margin-bottom: 50px;
}
#ins_container .c h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
#ins_container .c .lesson {
  margin-bottom: 20px;
}
#ins_container .c .lesson >div {
  margin-bottom: 10px;
}
#ins_container .c .lesson h4 {
  margin-bottom: 5px;
}
#ins_container .c .lesson span {
  margin-left: 10px;
}
#ins_container #paging {
  margin: 100px 0 150px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ins_container #paging {
    margin-bottom: 100px;
  }
}
#ins_container #paging .back {
  width: 24px;
}
#ins_container #paging .back img {
  width: 100%;
}
#ins_container #paging .back a {
  transition: opacity 0.2s;
}
#ins_container #paging .back a:hover {
  opacity: 0.5;
}
#ins_container #paging .prev_next {
  text-align: right;
  width: 24px;
  position: relative;
}
#ins_container #paging .prev_next a {
  display: block;
}
#ins_container #paging .prev_next a img {
  width: 15px;
  margin: 0 0 0 auto;
  display: block;
  opacity: 0.75;
}
#ins_container #paging .prev_next a img:nth-child(2) {
  min-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-7px);
  transition: transform 0.2s;
}
#ins_container #paging .prev_next a:hover img:nth-child(2) {
  transform: translateX(0);
  opacity: 0.5;
}
#ins_container #paging .prev_next.prev {
  transform: scale(-1, 1);
}
