@charset "UTF-8";
/* responsive min:899px */


/* /instructor/
==================================== */
.inst_contents .sec_ttl .en {
  font-size: 4.5em;
}
.genre-lede-scat{
  display: flex;
  justify-content: center;
  padding: 1em 0 1.3em;
}
.genre-lede-scat li {
  font-size: 1em;
  line-height: 1.7;
  color: #333;
}
.genre-lede-scat li a {
  padding: 0 .5em;
}
.genre-lede-scat li:not(:last-child) a {
  border-right: 1px solid #aaa;
}

.inst_list{
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.inst_list_box{
  width: 47%;
  margin: 1em 0 1.5em;
}
.inst_list_box h2{
  font-size: 1.4em;
  padding: .5em 0 .3em;
}
.inst_style_tag{
  font-size: .85em;
  line-height: 1.5;
  color: var(--color-black4);
}
.inst_list_img_wrap {
  border-radius: .3em;
  overflow: hidden;
}
@media (min-width: 899px) {
  .inst_contents .sec_ttl {
    font-size: 1.2em;
  }
  .genre-lede-scat {
    justify-content: flex-start;
  }
  .inst_list {
    gap: 4%;
    margin-top: 1em;
  }
  .inst_list_box{
    width: 16.8%;
    margin-bottom: 2em;
  }
  .inst_style_tag {
    font-size: .75em;
  }
}/*  */


/* 各講師ページ
==================================== */
.inst_ttl_wrap{
  margin: 1em 0 3em;
}
.inst_ttl_name {
  font-size: 3.6em;
  font-weight: bold;
}
.inst_ttl_name .en {
  display: block;
  font-size: .55em;
  padding-left: 0em;
  font-weight: normal;
  margin-top: 0%;
  color: #999;
}
.inst-message {
  position: relative;
  display: inline-block;
  margin: 2em 0 .5em;
  padding: 1.25em 1em;
  width: 100%;
  color: #333;
  font-size: 1.3em;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  border-radius: 2px;
  line-height: 1.8;
}
.inst-message:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 15%;
  margin-left: -13px;
  border: 5px solid transparent;
  border-bottom: 7px solid #FFF;
  z-index: 2;
}
.inst-message:after {
  content: "";
  position: absolute;
  top: -14px;
  left: 15%;
  margin-left: -14px;
  border: 6px solid transparent;
  border-bottom: 8px solid #555;
  z-index: 1;
}

.inst_detail_list{
  padding: 1.2em 0;
}
.inst_detail_list_box{
  padding: 1.2em 0;
}
.koumoku {
  font-size: 1.4em;
  padding: 0.3em 0;
  color: var(--color-blue);
}

.koumoku-data {
  font-size: 1.5em;
  line-height: 1.6;
  padding: 0.3em 0;
}
.koumoku-data p{
  font-size: .8em ;
  padding: .2em 0;
}
.youtube_wrap{
  width: 100%;
  aspect-ratio: 1.66666/1;
  margin: 1em 0;
}
.youtube_wrap iframe{
  width: 100%;
  height: 100%;
}

@media(min-width:899px){

  .inst_ttl_name {
    font-size: 4em;
    /* margin: 1em 0; */
  }
  .inst_detail_list_box {
    padding: 0 0 2.5em;
  }
  .inst_flex{
    display: flex;
    justify-content: space-between;
  }
  .inst_flex_left{
    width: 38%;
  }
  .inst_flex_right{
    width: 55%;
  }
  .inst_detail_list{
    padding-top: 0;
  }
}/*  */