#u_layer .instructor_line {
    background: url("../img/instructor_headlinebg.png") no-repeat center center;
    background-size: cover;
}

.bread_crumb ul {
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.bread_crumb ul li a {
    color: #000;
}

.bread_crumb ul li a::after {
    margin: 0 5px;
    content: ">";
}

.bread_crumb ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}


#u_layer .instructor_line div h2.instructor_title:after {
    position: absolute;
    top: -45%;
    left: 0;
    display: inline-block;
    height: 40px;
    width: 45px;
    background: url("../img/instructor_icon01.png") no-repeat center;
    background-size: contain;
    content: '';
}

.instructor_title_h1:after {
    position: absolute;
    top: -45%;
    left: 0;
    display: inline-block;
    height: 40px;
    width: 45px;
    background: url("../img/instructor_icon01.png") no-repeat center;
    background-size: contain;
    content: '';
}

#u_layer .instructor_catch img {
    float: left;
    width: 45%;
    margin-right: 40px;
    border-right: 2px solid #eee;
}

#u_layer .instructor_catch {
    border: 2px solid #eee;
}

#u_layer .catchinstructor_catch {
    margin-bottom: 35px!important;
}

.instructor_content01 ul .instructor_content01_li {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
    height: 260px
}

.instructor_content01 {
    border-bottom: 2px solid #e5e5e5;
    overflow: hidden;
}

.instructor_content01 ul .instructor_content01_li a {
    border: 2px solid #eee;
    display: block;
}
.instructor_content01_li .img_hover {
    position: relative;
    overflow: hidden;
}

.instructor_content01_li .img_hover {
    display: block;
    opacity: 1;
}

.instructor_content01_image_container {
    aspect-ratio: 188/110;
	overflow: hidden;
}

.instructor_content01_image_container img {
    width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
}

.instructor_content01_hover_cover_image_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index:50;
}

.instructor_content01_hover_cover_image_container img {
    object-fit: cover;
    object-position: center;
}

.img_hover .instructor_li_img {
    opacity: 0;
    object-fit: cover;
}

.img_hover:hover .instructor_li_img {
    opacity: 1;
    cursor: pointer;
}

.instructor_content01 ul li:nth-child(3n) {
    margin-right: 0;
}

#u_layer .instructor_catch h2 {
    margin: 50px 0px 0px 20px;
}

#u_layer .instructor_catch p {
    margin: 10px 20px 0px 20px;
    line-height: 1.8em;
    max-width: 100%;
}

.instructor_content01_box ul {
    margin-top: 10px;
    font-size: 11px;
    color: #999;
    line-height: 1.5;
    font-family: Montserrat;
}

.instructor_content01_box .inst_name {
    color: #000;
    margin-bottom: 6px;
}

.instructor_content01_box .inst_name_M {
    font-size: 16px;
    margin-top: 5px;
    margin-right: 10px;
    font-weight: 600;
}

.instructor_content01_box .inst_name_S {
    margin-left: 5px;
}

.instructor_content02 {
    padding-top: 30px;
    margin-top: 6px;
    border-top: 1px solid #e5e5e5;
}

.instructor_content02_li {
    margin-bottom: 30px;
}

.instructor_content02_box01 {
    width: 100%;
    display: table;
    background: #fbfbfb;
    border: 2px solid #eee;
}

.instructor_content02_align-container {
    width: 55%;
    float: left;
}

.instructor_content02_image-container {
    width: 100%;
    aspect-ratio: 188 / 110;
    overflow: hidden;
    position: relative;
}

.instructor_content02_image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.instructor_content02_item01 {
    width: 45%;
    float: left;
    padding: 20px 0 10px 25px;
    color: #999;
}

.instructor_content02_item01 .inst_icon {
    margin-top: 25px;
    overflow: hidden;
    float: left;
}

.instructor_content02_item01 .inst_icon_item {
    float: left;
    width: 33px;
    margin-right: 10px
}

.instructor_content02_item01 ul {
    line-height: 1.8;
}

.instructor_content02_item01 .inst_name_title {
    font-weight: bold;
    color: #000;
    letter-spacing: 3px;
    font-size: 13px;
}

.instructor_content02_item01 .inst_name {
    margin-bottom: 25px;
}

.instructor_content02_item01 .inst_name_L {
    font-size: 24px;
    color: #000;
    margin-right: 10px;
    font-weight: bold;
}

.instructor_content02_item01 .inst_name_S {
    margin-left: 5px;
}

.instructor_content02_box02 {
    padding: 35px;
    border: 2px solid #eee;
    border-top: none;
}

.instructor_content02_item02 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
}

.instructor_content02_item03 {
    display: table;
    color: #999;
    margin-bottom: 30px;
}

.instructor_content02_item03 .content02_item03_left {
    display: table-cell;
    width: 50%;
    padding-right: 30px;
}

.instructor_content02_item03 .content02_item03_right {
    display: table-cell;
    width: 50%;
    padding-left: 30px;
    border-left: 2px solid #eee;
}

.instructor_content02_item03 .content02_item03_title {
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
}

.instructor_content02_item03 li, .instructor_content02_item03 p {
    line-height: 2.1;
}

.instructor_content02_item04 {
    background: #f0f0f0;
    padding: 15px;
}

.instructor_content02_item04 ul {
    overflow: hidden;
}

.instructor_content02_item04 .item04_ul {
    margin-top: 20px;
}

.instructor_content02_item04 li iframe {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    height: 100px;
}

.instructor_content02_item04 li:last-child iframe {
    margin-right: 0;
}

.team_name_L, .genre_name_L, .school_name_L, .inst_name_title {
    letter-spacing: 2px;
    font-family: Montserrat;
    font-size: 12px;
    line-height: 2;
}

.hitokoto {
    font-size: 13px;
}

.link_btn_erea{
    text-align: center;
    margin: 30px auto 50px!important;
}
.link_btn_erea a{
    display: inline-block;
    vertical-align: text-top;
    color: #FFF;
    font-size: 27px;
    font-weight: bold;
	    margin: 5px 0;
}
.link_btn_erea a:hover{
    text-decoration-line: none;
}
.link_btn_erea img{
    width: 100%;
    height: auto;
}

.inst_contact_btn{
    background: #027EBF;
    border-radius: 3px;
    padding: 22px;
}
.inst_contact_btn span:before{
    content: '';
    background: url(../img/common/icon_mail02.png);
    background-size: cover;
    display: inline-block;
    width: 33px;
    height: 27px;
    margin-right: 10px;
}


#page_instructor_icon{
    position: absolute;
    top: 45%;
    color: #FFF;
    font-size: 210%;
    font-weight: bold;
    padding-left: 50px;
    letter-spacing: 4px;
}

#page_instructor_icon:after{
     position: absolute;
    top: -45%;
    left: 0;
    display: inline-block;
    height: 40px;
    width: 45px;
    background: url(../img/instructor_icon01.png) no-repeat center;
    background-size: contain;
    content: '';
}
@media screen and (max-width: 1050px) and (min-width:951px) {
    
    .instructor_content01 ul .instructor_content01_li {
        height: 240px;
    }
    
}

@media screen and (max-width: 950px) and (min-width:768px) {
    
    .instructor_content01 ul .instructor_content01_li {
        height: 220px;
    }
    
}

@media screen and (max-width: 767px) {

   #page_instructor_h1{
        font-size: 180%;
        position: absolute;
        top: 0;
        margin: 25px 0px 0px 0px;
    }

    #page_instructor_icon{
        top: 40%;
        font-weight: bold;
    }

    #page_instructor_icon::after{
        height: 30px;
        width: 35px;
        margin-top: 5px;
    }


    #u_layer .u_layer_content_wrap .u_layer_main {
        width: 100%;
        float: none;
    }

    #u_layer .u_layer_content_wrap .u_layer_side {
        display: none;
    }

    #u_layer .u_layer_content_wrap {
        padding: 0 !important;
    }

    #u_layer .instructor_main .catch {
        margin-bottom: 0!important;
        background: none;
    }

    #u_layer .instructor_line {
        background: url("../img/schedule_headlinebg_sp.png") repeat center center;
        background-size: contain;
        height: 65px;
        border-bottom: none;
        padding-left: 5%;
    }

    #u_layer .headline div {
        height: 50px;
    }

    #u_layer .headline div h2 {
        font-size: 150%;
        padding-left: 40px;
    }

    .sp_main_image {
        border-bottom: 10px solid #eeeeee;
    }

    #u_layer .instructor_line div h2.instructor_title::after {
        height: 35px;
        width: 35px;
    }
    h1.instructor_title_h1::after {
             height: 35px;
             width: 35px;
    }

    #u_layer .instructor_catch {
        position: relative;
        border: none;
    }

    #u_layer .instructor_catch img {
        float: none;
        width: 100%;
        margin-right: 0;
        border-right: none;
        margin-top: 150px;
    }

    #u_layer .instructor_catch h2 {
        position: absolute;
        top: 0;
        margin: 20px 0;
        font-size: 270%;
    }

    #u_layer .instructor_catch p {
        margin: 125px 0 25px;
        letter-spacing: 0;
    }

    #u_layer .instructor_catch p br {
        display: none;
    }

    .instructor_content02 {
        padding-top: 20px;
        margin-top: 7px;
        border-top: 1px solid #e5e5e5;
    }

    .instructor_content02_box01 {
        position: relative;
    }

    .instructor_content02_box01 .content02_box01_img {
        float: none;
        width: 100%;
    }

    .instructor_content02_align-container {
        width: 100%;
    }

    .instructor_content02_item01 {
        width: 100%;
        top: 0;
        padding: 20px;
    }

    .instructor_content02_item01 .inst_name {
        margin-bottom: 10px;
    }
    
    .instructor_content02_item01 .inst_name_L {
        font-size: 26px;
        letter-spacing: 1px;
    }
    
    .instructor_content02_item01 .inst_name_title {
        font-size: 14px;
    }

    .instructor_content02_box02 {
        padding: 15px;
    }
    
    .instructor_content02_item03 {
        margin-bottom: 20px;
    }

    .instructor_content02_item03 .content02_item03_left {
        display: inline-block;
        width: 100%;
        border-bottom: 1px dotted;
        padding-bottom: 20px;
        padding-right: 0;
    }

    .instructor_content02_item03 .content02_item03_right {
        display: inline-block;
        width: 100%;
        border: none;
        margin-top: 20px;
        padding-left: 0;
    }

    .instructor_content02_item04 {
        padding: 10px;
    }

    .instructor_content02_item04 ul {
        padding: 10px;
    }

    .instructor_content02_item04 li iframe {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        height: 50%;
        margin-right: 0;
    }

    .instructor_content02_item04 li:last-child iframe {
        margin-bottom: 0;
    }
    
    .instructor_content01 {
        border-bottom: 3px solid #e5e5e5;
    }

    .instructor_content01 ul .instructor_content01_li {
        width: 48.5%;
        margin-right: 3%;
        height: auto;
    }

    .instructor_content01 ul li:nth-child(3n) {
        margin-right: 3%;
    }

    .instructor_content01 ul li:nth-child(2n) {
        margin-right: 0;
    }
    
    .instructor_content02_item02 {
        margin-bottom: 20px;
    }

    .instructor_content02_item02 p {
        padding-bottom: 20px;
        border-bottom: 1px dotted;
    }

    .instructor_content02_item04 .item04_ul {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .instructor_content01_box ul {
        font-size: 12px;
    }

    .instructor_content01_box .inst_name {
        margin-bottom: 10px;
    }
    
    .instructor_content01_box .inst_name_S {
        font-size: 10px;
    }
    
    .team_name_L, .genre_name_L, .school_name_L, .inst_name_title {
        line-height: 1.6;
    }
    
    .video-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* 以下はお好みで調整 */
        gap: 10px;
      }
      
      .video {
        width: 180px;
        height: 180px;
      }
      
      /* 1〜3個の動画の場合に中央揃えを適用 */
      @media (min-width: 1px) and (max-width: 720px) {
        .video-wrapper {
          justify-content: center;
        }
      }
      
      /* 4個以上の動画の場合にグリッドスタイルを適用 */
      @media (min-width: 721px) {
        .video-wrapper {
          justify-content: space-between;
        }
      }

}



