@charset "shift-jis";

/* ----- .mv ----- */
.mv{
    background: #1c236d;
}
.mv .inner{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.mv .photo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mv .img_large{ background: url(/open_campus/img/mv01.jpg)right center/contain no-repeat;}
.mv .img_small{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mv .textbox{
    color: #fff;
    background: url(/open_campus/img/bg_mv.svg)right bottom/cover no-repeat;
    padding: 10px 40px 10px 15px;
    max-width: 88%;
}
.mv .textbox .catch{
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
    margin-bottom: 15px;
}
.mv .main_ttl{
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.3;
    position: relative;
}
.mv .main_ttl .logo{
    display: block;
    padding-right: 50px;
}
.mv .main_ttl .txt{
    display: block;
    margin-top: 10px;
}
@media screen and (min-width: 780px) {
    .mv .img_large{
        width: 45%;
        align-self: stretch;
        display: flex;
        align-items: flex-end;
    }
    .mv .img_large > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .mv .img_small{ width: 55%;}
    .mv .img_small > img{ width: calc(100% / 3);}
}
@media screen and (max-width: 779px) {
    .mv .img_large{
        width: 100%;
        padding-top: 45%;
        background-size: cover;
    }
    .mv .img_large > img{ width: 100%;}
    .mv .img_small > img{ width: calc(100% / 4);}
    /*.mv .img_small > img:nth-child(n + 5){ display: none;}*/
    .mv .img_small > img:first-child,
    .mv .img_small > img:nth-child(2){ display: none;}
    .mv .textbox{
        width: 75%;
        position: absolute;
        bottom: 0;
    }
    .mv .main_ttl{ font-size: 26px;}
    .mv .textbox .catch{ font-size: 26px;}
}
@media screen and (max-width: 599px) {
    .mv .main_ttl{ font-size: 1rem;}
    .mv .textbox .catch{ font-size: 1rem;}
}


/* ----- main contents ----- */
.ttl_movie{
    max-width: 815px;
    margin: 0 auto;
}
.ttl_movie > *{
    display: inline-block;
    vertical-align: middle;
}
.ttl_movie h2{
    text-align: left;
    font-size: 1.5em;
}

.baloon{
    background: rgb(28 35 109 / .08);
    position: relative;
}
.baloon::before{
    content: "";
    position: absolute;
    border: 60px solid transparent;
    border-bottom: 48px solid rgb(28 35 109 / .08);
    top: -108px;
    left: 50%;
    transform: translateX(-50%);
}
.baloon .ttl_dashed span{ background-color: #edeef3;}

@media screen and (max-width: 599px) {
    section .inner:first-of-type{ padding-bottom: 60px;}
    .baloon::before {
        border-width: 46px;
        border-bottom-width: 36px;
        top: -82px;
    }
}

.introduction {
    display: flex;
    margin: 80px auto;
}
.introduction > div {
    width: 50%;
}
.introduction .photo {
    padding-top: 50%;
    position: relative;
}
.introduction .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    position: absolute;
    top: 0;
    left: 0;
}
.introduction .photo .ttl {
    width: 85%;
    height: calc(100% - 40px);
    background-color: rgb(30 35 110 / 50%);
    color: #fff;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3em;
    outline: 1px solid #fff;
    outline-offset: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.introduction .detail {
    background-color: #1E236E;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 5px;
}
.introduction .detail .heading {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.introduction .detail .txt {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.introduction .detail .btn {
    display: block;
    background-color: #fff;
    background-image: url(/school/image/common/Introduction_icn_arrow_circle_izumi.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    color: #1E236E;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    padding: 4px 0;
    width: 90%;
    margin: 0 auto;
}
.introduction.fudo .detail .btn {
    background-image: url(/school/image/common/Introduction_icn_arrow_circle_fudo.svg);
    color: #44a1c5;
}
.introduction.mf .detail .btn {
    background-image: url(/school/image/common/Introduction_icn_arrow_circle_mf.svg);
    color: #00af78;
}
.introduction.izumi .detail .btn {
    background-image: url(/school/image/common/Introduction_icn_arrow_circle_izumi.svg);
    color: #1E236E;
}
.introduction .detail .btn:hover {
    text-decoration: none;
}
@media screen and (max-width: 599px) {
    .introduction {
      display: block;
      margin-top: 3em;
    }
    .introduction > div {
      width: 100%;
    }
    .introduction .photo {
        padding-top: 65%;
    }
    .introduction .photo .ttl {
        font-size: 2.5em;
    }
}


/* ----- .list_teacher ----- */
.wrap_list_teacher{ margin: 120px auto 80px;}
.wrap_list_teacher h2{
    font-size: 1.6em;
    margin-bottom: 1em;
}
.list_teacher .slick-prev::before{
    content: "";
    color: #707070;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 10px;
    height: 10px;
    padding: 8px;
    transform: rotate(45deg) skew(10deg, 10deg);
    display: block;
}
.list_teacher .slick-next::before{
    content: "";
    color: #707070;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 10px;
    height: 10px;
    padding: 8px;
    transform: rotate(225deg) skew(10deg, 10deg);
    display: block;
}
@media screen and (max-width: 999px) {
    .list_teacher.slick{ padding: 0px 20px;}
    .list_teacher .slick-prev{ left: 0;}
    .list_teacher .slick-next{ right: 0;}
}
@media screen and (max-width: 599px) {
    .wrap_list_teacher{ margin: 60px auto;}
    
    .list_teacher .slick-prev::before,
    .list_teacher .slick-next::before{
        width: 4px;
        height: 4px;
        padding: 6px;
    }
}
