@charset "UTF-8";
/* CSS Document */

/*ページ別 --------------------*/

/*Bゼミ*/

.page_title span.sub_titel.b_seminar {
    width: 360px;
    margin-top: 4rem;
}

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

    /*Bゼミ*/
    .page_title span.sub_titel.b_seminar {
        width: 60vw;
        margin-top: 2.4rem;
    }
}

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
Bゼミ
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

#bsemi .content_wrap_inner {
    max-width: 1000px;
    padding: 0 1.6rem;
    margin: 0 auto;
}

#bsemi .pdf_img {
    margin: 3.2rem 0;
}

/*日程 --------------------*/

#bsemi .nittei {
    margin: 12rem 0;
}

@media screen and (max-width:480px) {
    #bsemi .nittei {
        margin: 6rem 0;
    }
}

/*LINEから申し込み --------------------*/

.line_mousikomi_wrap {
    margin: 10rem auto;
}

.line_mousikomi_wrap a {
    display: block;
    width: 400px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #000;
    font-weight: bold;
    padding: 3rem 18rem 3rem 3rem;
    position: relative;
    margin: auto;
}

.line_mousikomi_wrap a::before {
    content: url(../../assets/img/icon_line.svg);
    display: block;
    position: absolute;
    height: 8.4rem;
    width: 8.4rem;
    right: 15rem;
    top: 0;
}

.line_mousikomi_wrap a::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../../assets/img/qr_line.png);
    background-position: center center;
    background-repeat: none;
    background-size: contain;
    height: 12rem;
    width: 12rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.line_mousikomi_wrap a:hover {
    text-decoration: none;
}

@media screen and (max-width:480px) {
    .line_mousikomi_wrap {
        margin: 4rem auto;
    }

    .line_mousikomi_wrap a {
        width: 80vw;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 2.4rem 1.2rem;
        box-sizing: border-box;
        background: #dcebd4;
        border-radius: 0.8rem;
    }

    .line_mousikomi_wrap a::before {
        height: 4.4rem;
        width: 4.4rem;
        right: 1rem;
        top: 1rem;
    }

    .line_mousikomi_wrap a::after {
        display: none;
    }

    .line_mousikomi_wrap a:hover {
        text-decoration: none;
    }
}

/*Bゼミ紹介 --------------------*/

#bsemi #bsemi_info h2 {
    font-size: 6rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 2rem 0;
    line-height: 1.5;
}

#bsemi #bsemi_info h2+p {
    font-size: 2.4rem;
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.4em;
    font-weight: bold;
}

@media screen and (max-width:480px) {
    #bsemi #bsemi_info h2 {
        font-size: 3rem;
        letter-spacing: 0.05em;
        margin: 1rem 0;
    }

    #bsemi #bsemi_info h2+p {
        font-size: 1.8rem;
        letter-spacing: 0.2em;
    }
}

/*イメージ --------------------*/

#bsemi .info_item {
    margin: 6rem 0 9rem;
    padding-bottom: 8rem;
    border-bottom: 1px dotted #E73562;
}

#bsemi .info_item:last-child {
    border-bottom: none;
}

#bsemi .info_item h3 {
    color: #E73562;
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 0.5em;
}

#bsemi .info_item h3+p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: 5rem;
}

#bsemi .info_item .img_wrap {
    max-width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#bsemi .info_item .img_wrap li {
    width: 438px;
}

#bsemi .info_item .img_wrap li h4 {
    width: 40%;
    margin: auto;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #eb6d8e;
    padding: 0.5em 0;
    border-radius: 0.6rem;
    position: relative;
    z-index: 1;
    font-weight: normal;
}

#bsemi .info_item .img_wrap li .img {
    border-radius: 2rem;
    overflow: hidden;
    margin-top: -2rem;
}

/*コース一覧*/

#bsemi .info_item ul.course_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6rem;
}

#bsemi .info_item ul.course_wrap li {
    width: 16.66%;
    box-sizing: border-box;
    border-right: 1px solid #e7336e;
    padding: 0.5rem 1.25rem 1.25rem;
    position: relative;
}

#bsemi .info_item ul.course_wrap li:nth-of-type(n+7) {
    padding: 1.25rem 1.25rem 0.5rem;
}

#bsemi .info_item ul.course_wrap li:nth-child(6n) {
    border-right: none;
}

#bsemi .info_item ul.course_wrap li::after {
    content: '';
    position: absolute;
    display: block;
    width: 80%;
    height: 1px;
    box-sizing: border-box;
    border-bottom: 1px dotted #e7336e;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#bsemi .info_item ul.course_wrap li:nth-of-type(n+7)::after {
    border-bottom: none;
}

#bsemi .info_item ul.course_wrap li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 0.75rem 0;
    font-weight: bold;
}

#bsemi .info_item ul.course_wrap li span.title {
    background-color: #e7336e;
    border-radius: 0.3em;
    color: #fff;
}

@media screen and (max-width:480px) {
    #bsemi .info_item {
        margin: 3rem 0 3rem;
        padding-bottom: 3rem;
    }

    #bsemi .info_item:last-child {
        padding-bottom: 0;
    }

    #bsemi .info_item h3 {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        margin-bottom: 0.5em;
    }

    #bsemi .info_item h3+p {
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin-bottom: 3rem;
    }

    #bsemi .info_item .img_wrap li {
        width: 48%;
    }

    #bsemi .info_item .img_wrap li h4 {
        width: 80%;
        font-size: 1.2rem;
        border-radius: 0.3rem;
    }

    #bsemi .info_item .img_wrap li .img {
        border-radius: 0.8rem;
        margin-top: -1.5rem;
    }

    /*コース一覧*/
    #bsemi .info_item ul.course_wrap {
        margin-top: 3rem;
    }

    #bsemi .info_item ul.course_wrap li {
        width: 33.33%;
        padding: 0.75rem 1rem;
        position: relative;
        display: flex;
        align-items: center;
    }

    #bsemi .info_item ul.course_wrap li:nth-of-type(n+4):nth-of-type(-n+9) {
        padding: 0.25rem 1rem;
    }

    #bsemi .info_item ul.course_wrap li:nth-of-type(n+7) {
        padding: 1rem;
    }

    #bsemi .info_item ul.course_wrap li:nth-child(3n) {
        border-right: none;
    }

    #bsemi .info_item ul.course_wrap li:nth-of-type(n+7)::after {
        border-bottom: 1px dotted #e7336e;
    }

    #bsemi .info_item ul.course_wrap li:nth-of-type(n+10)::after {
        border-bottom: none;
    }

    #bsemi .info_item ul.course_wrap li span {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        padding: 0.75rem 0;
        font-weight: normal;
    }

    #bsemi .info_item ul.course_wrap li span.title {
        background-color: #e7336e;
        border-radius: 0.3em;
        color: #fff;
    }
}

#bsemi .bzemi_logo {
    max-width: 360px;
    width: 60%;
    margin: auto;
}

/* 特待生 */
#bsemi .tokutai_wrap {
    margin: 8rem auto;
}

@media screen and (max-width:480px) {
    #bsemi .tokutai_wrap {
        margin: 3rem auto;
    }
}