@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*Webフォント*/

.noto-font {
    font-family: 'Noto Serif JP', serif;
}

.zenkaku {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/*Webフォント*/

/*文字の太さ*/
.fw100 {
    font-weight: 100;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

/*文字の太さ*/

/*非表示*/
.disnone {
    display: none;
}

/*非表示*/

/*ヘッダー周り*/

.l-header__logo {
    display: flex;
    justify-content: space-around;
}

.header_contact_area ul {
    display: flex;
}

.header_contact_area li img {
    height: 80px;
    padding: 10px;
}

/*ヘッダー周り*/

/*infoバー*/

.header-bottom-flex-contents ul {
    display: flex;
}

.header-bottom-flex-contents ul li {
    width: 25%;
    text-align: center;
    border: 1px solid #fff;
}

.header-bottom-flex-contents ul li a {
    display: block;
    background: #444;
    color: #fff;
    padding: 5px 0 10px;
}

.header-bottom-flex-contents ul li a img {
    width: 40px;
}

.c-infoBar.-bg-no_effect {
    display: none;
}

/*infoバー*/

/*PCナビ*/

.c-gnav>.menu-item>a .ttl {
    font-size: 16px;
}

/*PCナビ*/

/*メインビジュアル*/

.p-mainVisual__textLayer {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.p-mainVisual__slideTitle {
    font-size: 2.8em;
    font-weight: 900;
    line-height: 1.1;
}

.p-mainVisual__slideText {
    font-weight: 700;
}

.mv-gakunen {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.mv-gakunen span {
    font-size: 20px;
    background: #ffda26;
    color: #d33;
    padding: 5px;
    text-shadow: none;
    letter-spacing: 0;
    font-weight: 700;
    font-family: unset;
    display: inline-block;
}

/*メインビジュアル*/

.top_course_area {
    padding: 0 1em;
}

.reason_top {
    width: 77%;
}

.pass_middle .swell-block-accordion__title {
    background: #e6ffec;
    border: 1px solid #22943f;
}

.pass_high .swell-block-accordion__title {
    background: #fdecf6;
    border: 1px solid #c92683;
}

.wp-block-columns.reason3area .wp-block-column {
    flex-basis: calc(25% - 12px);
    flex-grow: 0;
}

.wp-block-columns.reason3area {
    justify-content: space-evenly;
}

.square_btn_area a {
    display: block;
    flex-basis: calc(50% - 12px);
    flex-grow: 0;
    padding: 1em;
    color: unset;
}

.square_btn_area a:hover {
    position: relative;
    top: 2px;
    opacity: 0.7;
}

.square_btn_area a {
    background: url(http://wprs17.takasejuku.com/wp-content/uploads/2020/11/arrow1.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right 5px bottom 5px;
    border: 1px solid #4b4b4b;
}

.reason_area .wp-block-column img {
    background: #ddd;
    border-radius: 30px;
}

.reason_ac_sp .swell-block-accordion__title {
    border: 1px solid #4a4a4a;
    background: #fff;
}

.reason_ac_sp .swell-block-accordion__title img {
    background: #ddd;
    border-radius: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

.reason_ac_sp .reason_fr {
    float: right;
    width: 85%;
    position: relative;
    bottom: -3px;
}

.course-flex-box p {
    font-size: .9em;
}

.course-flex-box a {
    margin-top: auto;
    background: #eee;
    text-align: center;
    font-size: .8em;
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.course-flex-box {
    display: flex;
    flex-direction: column;
    height: 170px;
}

.course_menu_area a:hover {
    opacity: 0.7;
}

.course_menu_area .wp-block-column {
    background: #fff;
    display: block;
    padding: 10px;
    box-shadow: 0 0 5px #ddd;
}

.course_menu_area a {
    color: unset;
}

.course_menu_area .wp-block-columns {
    margin: 1em auto;
}

.footer_con4 .wp-block-column {
    background: #333;
    padding: 10px;
}

/*東進ページ*/

.toshin_koushi {
    position: relative;
    z-index: -1;
    top: 10px;
}

.wp-block-group.toshin_btn a {
    background: #004098;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.wp-block-group.toshin_btn p.toshin_system_link a {
    background: #1d9380 !important;
}

.wp-block-group.toshin_btn p.toshin_special_link a {
    background: #e60113 !important;
}

/*東進ページ*/

/*申込フォーム*/

.contact_box {
    margin-bottom: 40px;
}

.contact_box p.contact_title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.contact_box p.contact_title span.contact_required {
    color: #d33;
    border: 1px solid;
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    padding: 0 10px;
    border-radius: 2px;
    position: relative;
    bottom: 1px;
}

.contact_box p.contact_title span.nini {
    color: #999;
}

.contact_privacy_area {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 40px;
    background: #feffdf;
    font-size: 85%;
    margin-top: 10px;
}

.contact_box textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    font-size: 16px;
}

.contact_box input.wpcf7-form-control.wpcf7-text {
    font-size: 16px;
    width: 100%;
}

.contact_box.yubin_box input.wpcf7-form-control.wpcf7-text {
    width: 200px;
}

.contact_box select.wpcf7-form-control.wpcf7-select {
    font-size: 16px;
}

p.input_bottom {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}

span.wpcf7-list-item {
    border: 1px solid #999;
    padding: 5px 8px;
    background: #eee;
    margin-bottom: 10px;
}

span.wpcf7-list-item input {
    position: relative;
    top: 1px;
}

input.wpcf7-form-control.wpcf7-submit:disabled {
    cursor: not-allowed;
}

input[type='submit'][disabled] {
    background: #DCDCDC;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 15px;
    font-weight: bold;
}

input[type='submit'] {
    background: #ef1e1e;
}

/*申込フォーム*/

/*スマホ開閉*/

a.widget_contact_btn img {
    background: #e44141;
    padding: 10px;
}

a.widget_tel_btn img {
    margin-top: 15px;
}

/*スマホ開閉*/

/*右端固定ボタン*/

.side_fix_btn.pc_only a {
    display: block;
    background: #3fa3ff;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    font-size: 15px;
    border-bottom: 0.5px solid #fff;
}

.side_fix_btn.pc_only {
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 10;
    box-shadow: 0 0 3px #999;
}

.side_fix_btn.pc_only a i {
    display: block;
    font-size: 30px;
}

.side_fix_btn.pc_only a:last-child {
    border: none;
}

.fix_bottom_tel_btn.pc_only img {
    width: 350px;
    background: #fff;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    right: -2em;
    box-shadow: 0 0 1px #999;
}

/*右端固定ボタン*/

/*フッター直前*/

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

.footer_top_area .wp-block-column:hover {
    opacity: 0.7;
}

/*フッター直前*/

/*合格体験記*/

.wp-block-columns.success_bottom {
    background: #ffe8f0;
    padding: 15px;
}

.success_bottom.success_man {
    background: #def8ff;
    padding: 15px;
}

.success_title .wp-block-column:first-child {
    flex-basis: 20% !important;
}

.success_title .wp-block-column:last-child {
    flex-basis: 76% !important;
}

/*合格体験記*/

@media (min-width: 600px) {
    .contact_box input.wpcf7-form-control.wpcf7-text {
        width: unset;
    }

    .course-flex-box {
        height: 120px;
    }
}

@media (min-width: 960px) {
    picture.p-mainVisual__imgLayer.c-filterLayer__img img {
        height: 500px;
        object-fit: contain;
    }

    .p-mainVisual__slideTitle {
        font-size: 6em;
        letter-spacing: 3px;
    }

    .mv-gakunen span {
        font-size: 30px;
    }

    .-sidebar-on .l-mainContent {
        width: calc(100% - 290px);
    }

    .-sidebar-on #sidebar {
        width: 230px;
    }
}

@media (max-width: 599px) {
    .-height-img .p-mainVisual__img {
        height: 270px !important;
        object-fit: contain;
    }
}