@charset "utf-8";
html {
    overflow: auto;
}

body {
    background-color: #fff;
    color: #000000;
    font-size: 13px;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Quicksand, 游ゴシック体, 'YuGothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    max-width: 100%;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
header,
nav,
section,
article,
footer {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
ol,
dl {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p {
    margin: 0;
    padding: 0;
    border: 0;
    word-wrap: break-word;
    word-break: break-all;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

a:hover {
    cursor: pointer;
    opacity: 0.7;
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
}

.clr {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.red {
    color: #e93046;
}

.blue {
    color: #036eb7;
    font-weight: bold;
}

.yellow {
    color: #fff889;
}

.min {
    font-family: "游明朝", "YuMincho", serif;
}

.h_min {
    font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", serif;
}

.lp_mgT {
    margin-top: 40px;
}

.lp_mgB {
    margin-bottom: 40px;
}





/* ========================================================*/

.wrapper {
    background: url(/mega/wp-content/themes/site/img/school_lp/common/main_bg_pt4.png) calc(50% + 225px) 60px no-repeat;
}

header {
    overflow: hidden;
}

header .inner_head {
    width: 639px;
    margin: 0 auto;
}

header .logo {
    float: left;
}

header .free {
    float: right;
}

header .free img {
    margin: 10px 0 0 10px;
    float: left;
}

header .free a img:hover {
    opacity: 0.7;
}


/*ページ内リンク*/

.g_nav_container {
    position: relative;
    top: 0;
    height: 107px;
}

nav.g_nav {
    z-index: 50;
    width: 100%;
    background: #2279cb;
    transition: 0.2s;
}

nav.g_nav ul {
    width: 1000px;
    margin: 0 auto;
}

nav.g_nav ul:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

nav.g_nav ul li {
    width: 25%;
    height: 107px;
    border-right: solid 1px #ffffff;
    float: left;
    transition: 0.2s;
}

nav.g_nav ul li:first-child {
    border-left: solid 1px #ffffff;
}

nav.g_nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 107px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    padding: 47px 0 9px 0;
    transition: 0.2s;
    font-family: 游ゴシック体, 'YuGothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

nav.g_nav ul li.nav_reason a {
    background: url(/mega/wp-content/themes/site/img/school_lp/common/anc_link_reason.png) center 10px no-repeat;
    background-size: auto 30px;
    padding-top: 57px;
}
nav.g_nav ul li.nav_request a {
    background: url(/mega/wp-content/themes/site/img/school_lp/common/anc_link_request.png) center 10px no-repeat;
    background-size: auto 30px;
}
nav.g_nav ul li.nav_merit a {
    background: url(/mega/wp-content/themes/site/img/school_lp/common/anc_link_merit.png) center 11px no-repeat;
    background-size: auto 26px;
}
nav.g_nav ul li.nav_voice a {
    background: url(/mega/wp-content/themes/site/img/school_lp/common/anc_link_voice.png) center 10px no-repeat;
    background-size: auto 29px;
}

nav.g_nav ul li a:after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background: url(/mega/wp-content/themes/site/img/school_lp/common/anc_link_arrow.png);
    position: absolute;
    bottom: 7px;
    right: 52%;
    left: 48%;
    transition: 0.2s;
}

nav.g_nav ul li a span {
    display: inline;
}

/*ページ内リンク　-ヘッダーに固定後- */

nav.m_nav ul li {
    height: 70px;
}

nav.m_nav ul li a {
    height: 70px;
    font-size: 16px;
    line-height: 1.1;
    padding: 31px 0 8px 0;
}

nav.m_nav ul li.nav_reason a {
    background-size: auto 23px;
    background-position: center 6px;
    padding-top: 41px;
}
nav.m_nav ul li.nav_request a {
    background-size: auto 23px;
    background-position: center 6px;
}
nav.m_nav ul li.nav_merit a {
    background-size: auto 19px;
    background-position: center 6px;
}
nav.m_nav ul li.nav_voice a {
    background-size: auto 21px;
    background-position: center 6px;
}

nav.m_nav ul li a:after {
    content: none;
}


h2 {
    font-size: 34px;
    font-family: "游明朝", "YuMincho", serif;
    text-align: center;
    padding: 50px 0;
    line-height: 50px;
}

p {
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

p.bf_arrow {
    font-size: 34px;
    margin-top: 50px;
    line-height: 1.1;
}

.main {
    width: 1076px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.top_voice {
    margin-bottom: 40px;
}

.top_voice ul {
    letter-spacing: -0.4em;
    text-align: center;
}

.top_voice ul li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 38px;
}

.top_voice ul li:last-child {
    margin-right: 0px;
}

.interview_movie_box {
    width: 1000px;
    margin: 0 auto 40px auto;
}

.interview_movie_box:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.interview_movie_box .interview_movie_copy {
    width: 660px;
    float: right;
}

.interview_movie_box .interview_movie_copy .interview_movie_h3 {
    font-size: 24px;
    font-family: "游明朝", "YuMincho", serif;
    line-height: 50px;
    color: #e93046;
    font-feature-settings: "palt";
    margin-top: 20px;
}

.interview_movie_box .interview_movie_copy .interview_movie_profile {
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
}

.interview_movie_box .interview_movie_copy .interview_movie_profile span {
    font-weight: bold;
}

.interview_movie_box .interview_movie {
    width: 340px;
    float: left;
}

.check ul {
    background-color: #efefef;
    overflow: hidden;
    padding: 30px 50px;
    margin-bottom: 50px;
}

.check ul li {
    font-size: 22px;
    font-weight: bold;
    width: 40%;
    margin: 15px 5%;
    line-height: 36px;
    float: left;
    list-style-image: url("/mega/wp-content/themes/site/img/school_lp/common/check_icon.png");
}

.check h3 {
    font-size: 24px;
    line-height: 1.2;
}

.check p {
    text-align: center;
}

.hikaku {
    background-color: #f8f6f0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}

.hikaku:before {
    content: url(/mega/wp-content/themes/site/img/school_lp/common/arrow1.png);
    position: absolute;
    top: 0;
    left: calc(50% - 123px);
}

.hikaku .upper {
    overflow: hidden;
    margin-bottom: 50px;
}

.hikaku .upper img {
    float: right;
}

.hikaku .upper p {
    float: left;
}

.hikaku .valuation {
    clear: both;
    margin-bottom: 50px;
}

.hikaku .valuation_in {
    position: relative;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 25px;
}

.hikaku .valuation h3 {
    font-size: 24px;
    padding-left: 30px;
    color: #fff;
    background-color: #036eb7;
    line-height: 40px;
}

.hikaku .valuation ul li {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
}

.hikaku .bottom p {
    text-align: center;
}

.hikaku .valuation .star {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 300px;
    height: 190px;
    padding: 25px 45px;
    border: solid 2px #ccc;
    background-color: #fff;
}

.hikaku .valuation .star h4 {
    font-size: 20px;
    color: #e93046;
    text-align: center;
}

.teacher {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
}

.teacher:before {
    content: url(/mega/wp-content/themes/site/img/school_lp/common/arrow2.png);
    position: absolute;
    top: 0;
    left: calc(50% - 70px);
}

.teacher {
    text-align: center;
}

.about {
    text-align: center;
    padding-bottom: 50px;
}

.about h2 {
    padding-bottom: 20px;
}

.about h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
}

.diff {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 50px;
    background-color: #f8f6f0;
}

.diff:after {
    content: url(/mega/wp-content/themes/site/img/school_lp/common/arrow2.png);
    position: absolute;
    bottom: -47px;
    left: calc(50% - 76px);
}

.diff h2 {
    padding-bottom: 20px;
}

.diff .diff_lead {
    text-align: center;
}

.diff .reason {
    position: relative;
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 15px;
}

.diff .reason img {
    position: absolute;
    top: -5px;
    left: 24px;
}

.diff .reason h3 {
    color: #036eb7;
    font-size: 26px;
    line-height: 34px;
    padding-left: 160px;
    margin-bottom: 10px;
    width: 720px;
}

.diff .reason p {
    padding-left: 160px;
}

.diff .r1 p,
.diff .r3 p,
.diff .r13 p,
.diff .r5 p {
    margin-left: 160px;
    padding-left: 0;
    width: 560px;
}

.diff .r1 {
    background-image: url(/mega/wp-content/themes/site/img/school_lp/common/reason1_i.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.diff .r3 {
    background-image: url(/mega/wp-content/themes/site/img/school_lp/common/reason3_i.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.diff .r5 {
    background-image: url(/mega/wp-content/themes/site/img/school_lp/common/reason5_i.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.monitor {
    text-align: center;
    padding-bottom: 50px;
}

.monitor h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
}

.monitor img {
    margin-bottom: 50px;
}

.voice .type {
    text-align: center;
    margin-bottom: 50px;
}

.voice .type h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
}

.voice .voice_list {
    border: solid 5px #fbccd5;
    background-color: #fcf4f5;
    clear: both;
    margin-bottom: 50px;
}

.voice .upper {
    text-align: center;
    background-color: #fff;
    position: relative;
}

.voice .upper h2 {
    padding-bottom: 10px;
    color: #e94e81;
}

.voice .upper h2.one {
    padding-top: 40px;
    padding-bottom: 10px;
    color: #e94e81;
}

.voice .upper h2.two {
    padding-top: 0;
    padding-bottom: 10px;
    color: #e94e81;
}
.voice .upper p {
    padding: 0 8%;
}
.voice .upper:before {
    position: absolute;
    content: url(/mega/wp-content/themes/site/img/school_lp/common/gekkei_l.png);
    top: 5%;
    left: 20px;
}

.voice .upper:after {
    position: absolute;
    content: url(/mega/wp-content/themes/site/img/school_lp/common/gekkei_r.png);
    top: 5%;
    right: 20px;
}

.voice .voice_list .bottom {
    overflow: hidden;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.voice .voice_list .bottom img {
    float: left;
}

.voice .voice_list .bottom .left {
    width: 370px;
    margin-left: 50px;
}

.voice .voice_list .bottom .right {
    width: 510px;
    margin-right: 50px;
}

.voice .voice_list .bottom .right h3 {
    position: relative;
    padding: 18px 20px;
    font-size: 18px;
    line-height: 1.2;
    top: 0;
    left: 0;
    color: #ffffff;
    width: calc(100% - 63px);
    height: 68px;
    box-sizing: border-box;
    margin-right: 40px;
    background: linear-gradient(to right, #e24251, #dc2837);
}

.voice .voice_list .bottom .right h3:after {
    content: "";
    position: absolute;
    top: 0;
    right: -66px;
    height: 0;
    width: 0;
    border: 34px solid #dc2837;
    border-right-color: transparent;
}

.f120 {
    font-size: 115%;
    font-weight: bold;
}

.mgT {
    margin-top: 10px
}

.offer {
    background: url(/mega/wp-content/themes/site/img/school_lp/common/cv_bg.png) center -20px no-repeat #d2efff;
    height: 316px;
}

.offer .inner {
    position: relative;
}

.offer .inner p:first-child {
    width: 1000px;
    position: absolute;
    text-align: center;
    top: 30px;
    z-index: 20;
    font-size: 32px;
    line-height: 1.4;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.offer .inner p:first-child:before {
    position: absolute;
    top: 10px;
    left: 76px;
    vertical-align: middle;
    content: url(../img/dash_l.png);
}

.offer .inner p:first-child:after {
    position: absolute;
    top: 10px;
    right: 76px;
    vertical-align: middle;
    content: url(../img/dash_r.png);
}

#last_offer .inner .ssl-area p:nth-of-type(1) {
    padding: 4px 0 0 0;
    line-height: 1.3;
    color: #555;
}

.offer img.bg {
    position: absolute;
    top: -20px;
}

.offer img.banner {
    position: absolute;
    top: 133px;
    left: 75px;
    z-index: 10;
    transition: 0.5s;
}

.offer a img:hover {
    opacity: 0.9;
}

#last_offer {
    height: auto;
    padding-bottom: 20px;
}
#last_offer .inner p:nth-of-type(1) {
    position: static;
    padding: 35px 0 8px 0;
}
#last_offer .inner .flow_frame p {
    float: left;
    position: relative;
    top: -1px;
    width: auto;
    height: 50px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
#last_offer .inner .flow_frame dl.flow dd:nth-of-type(1) {
    background: #0f87d4;
    color: #fff;
    font-weight: bold;
}
#last_offer .inner .flow_frame dl.flow dd:nth-of-type(1)::before {
    background: linear-gradient(to bottom, #583f29 0%, #583f29 50%, #4b3421 100%);
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-weight: bold;
}
#last_offer .inner .flow_frame dl.flow dd:nth-of-type(1) span {
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-weight: bold;
}
#last_offer .inner .flow_frame dl.flow dd:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 25px solid #fff;
    border-bottom: 24px solid #fff;
    width: 0;
    height: 0;
    display: block;
    border-left: 15px solid transparent;
}

/*カウントダウンタイマー------------------------------------------------------*/

#countdown_box {
    background: #ffffff;
    position: absolute;
    top: 303px;
    left: 103px;
    width: 520px;
    font-weight: bold;
    border: solid 1px #e81757;
}
#countdown_box #limit {
    background: #e81757;
    padding: 3px 0;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    line-height: 1.2;
}
#countdown_box #limit span {
    color: #ffffff;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-size: 24px;
}
#countdown {
    text-align: center;
    padding: 4px 0 6px 0;
}

.day, .hou, .min, .sec, .mil {
    font-size: 44px;
    color: #e81757;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    line-height: 1.2;
}
.moji {
    font-size: 24px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

#countdown_box p {
    text-align: center;
}
#countdown_box p img {
    float: none;
}
#countdown_box .cdn_sp_btn p img {
    width: 90%;
}

/*CM動画------------------------------------------------------*/

/*
.cm_bnr {
    text-align: center;
    margin-bottom: 40px;
}
*/

.cm_movie_box {
    width: 1000px;
    height: 200px;
    margin: 30px auto 10px auto;
}
.cm_movie_copy {
    width: 530px;
    float: right;
}
.cm_movie_box .cm_movie_h3 {
    margin-top: 32px;
    margin-bottom: 3px;
    color: #e73b74;
    font-size: 27px;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-feature-settings: "palt";
}
.txt_bold .cm_movie_box .cm_movie_h3 {
    font-weight: bold;
}
.cm_movie_box .cm_movie_txt {
    font-size: 19px;
    color: #333333;
    line-height: 1.5;
}
.cm_movie_box p.cm_movie_txt{
    font-weight: normal;
}
.cm_movie_box .cm_movie {
    padding: 7px 0 0 3px;
    margin-bottom: 25px;
    float: left;
    width: 440px;
    height: 150px;
}
.cm_movie_box .cm_movie img {
    max-width: none;
}


footer {
    background: #036eb7;
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
    height: 250px;
}

footer p {
    color: #fff;
    font-size: 14px;
}

#flipdesk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 100;
    text-align: center;
    background-color: #fff;
}

#flipdesk section {
    float: none;
    width: 1000px;
    margin: 10px auto 0;
}

#flipdesk section a img {
    margin: 0 10px;
}

#flipdesk img.free_dial {
    float: left;
}
#flipdesk img.free_data {
    float: right;
}

.only_pc {
    display: inherit;
}

.only_sp {
    display: none;
}


/* pageTop ここから */

#pageTop {
    position: fixed;
    bottom: 100px;
    right: 25px;
}

#pageTop i {
    padding-top: 6px
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 17px 8px 6px 8px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background-color: #000000;
    opacity: 0.4;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.3;
}

@media (max-width: 768px) {


/* qualva用css ここから */
.inquery {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100000;
    cursor: pointer;
    float: none;
}
/* qualva用css ここまで */

    .wrapper {
        background: none;
    }

    header .inner_head {
        width: 100%;
        text-align: center;
    }

    header .inner_head img {
        margin: 0 auto;
    }

    header .logo img {
        height: 68px;
    }
    header .free {
        width: 320px;
    }

    header .free img {
        width: 150px;
        margin: 10px 0 0 5px;
    }


    /*ページ内リンク*/

    .g_nav_container {
        height: 74px;
        margin-bottom: 5px;
    }

    nav.g_nav ul {
        width: 100%;
    }

    nav.g_nav ul li {
        width: 25%;
        height: 74px;
        border-bottom: solid 2px #1e5588;
    }

    nav.g_nav ul li:first-child {
        border-left: none;
    }

    nav.g_nav ul li:last-child {
        border-right: none;
    }

    nav.g_nav ul li a {
        width: 100%;
        height: 74px;
        font-size: 11px;
        padding: 33px 0 13px 0;
    }
    nav.g_nav ul li.nav_reason a {
        background-position: center 8px;
        background-size: auto 20px;
        padding-top: 33px;
    }
    nav.g_nav ul li.nav_request a {
        background-position: center 8px;
        background-size: auto 20px;
    }
    nav.g_nav ul li.nav_merit a {
        background-position: center 9px;
        background-size: auto 17px;
    }
    nav.g_nav ul li.nav_voice a {
        background-position: center 8px;
        background-size: auto 19px;
    }

    nav.g_nav ul li a:after {
        width: 8px;
        height: 4px;
        background-size: contain;
        bottom: 5px;
        right: 54%;
        left: 46%;
    }

    nav.g_nav ul li a span {
        display: none;
    }

    /*ページ内リンク　-ヘッダーに固定後- */

    nav.m_nav ul li {
        height: 55px;
    }

    nav.m_nav ul li a {
        height: 55px;
        padding: 23px 0 10px 0;
    }
    nav.m_nav ul li.nav_reason a {
        background-position: center 5px;
        background-size: auto 15px;
        padding-top: 25px;
    }
    nav.m_nav ul li.nav_request a {
        background-position: center 5px;
        background-size: auto 15px;
    }
    nav.m_nav ul li.nav_merit a {
        background-position: center 6px;
        background-size: auto 12px;
    }
    nav.m_nav ul li.nav_voice a {
        background-position: center 5px;
        background-size: auto 14px;
    }


    h2 {
        font-size: 29px;
        padding: 20px 0;
        line-height: 30px;
    }

    p {
        font-size: 17px;
        line-height: 28px;
    }

    .inner {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    p.bf_arrow {
        font-size: 24px;
        text-align: center!important;
    }
    .main {
        width: 100%;
        position: static;
    }
    .main img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: -1;
    }
    .top_voice {
        margin-bottom: 10px;
    }

    .top_voice h2 {
        padding-top: 23px;
        padding-bottom: 13px;
    }

    .top_voice ul {
        letter-spacing: -0.4em;
    }

    .top_voice ul li {
        margin-right: 0px;
    }
    .top_voice ul li img {
        width: 100%;
        height: auto;
    }

    .interview_movie_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .interview_movie_box .interview_movie_copy .interview_movie_h3 {
        font-size: 21px;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .interview_movie_box .interview_movie_copy .interview_movie_profile {
        font-size: 14px;
        font-feature-settings: "palt";
    }

    .interview_movie_box .interview_movie_copy, .interview_movie_box .interview_movie {
        width: 80%;
        margin: 10px auto 0 auto;
        float: none;
    }

    .interview_movie_box .interview_movie {
        text-align: center;
    }

    .check ul {
        padding: 5px 20px;
        margin-bottom: 20px;
    }

    .check ul li {
        font-size: 18px;
        line-height: 13px;
        list-style-image: url("/mega/wp-content/themes/site/img/school_lp/common/check_icon_sp.png");
    }

    .check h2 {
        padding-top: 30px;
    }

    .check h3 {
        font-size: 18px;
    }
    .check .check_img {
        margin:0 auto;
    }
    .hikaku {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .hikaku:before {
        content: url(/mega/wp-content/themes/site/img/school_lp/common/arrow1.png);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        position: absolute;
        top: -11px;
        left: calc(50% - 123px);
    }


    .hikaku .upper {
        margin-bottom: 20px;
        text-align: center;
    }

    .hikaku .upper img {
        float: none;
        margin-top: 10px;
    }

    .hikaku .upper p {
        float: none;
        text-align: left;
    }

    .hikaku .valuation {
        clear: both;
        margin-bottom: 50px;
    }

    .hikaku .valuation_in {
        position: relative;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 25px;
    }

    .hikaku .valuation h3 {
        font-size: 18px;
        padding-left: 6px;
        color: #fff;
        background-color: #036eb7;
        line-height: 26px;
    }

    .hikaku .valuation ul li {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
    }

    .hikaku .bottom p {
        text-align: left;
    }

    .hikaku .valuation .star {
        position: static;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
        height: auto;
        max-height: 190px;
        padding: 5px 15px;
        border: solid 2px #ccc;
        background-color: #fff;
    }

    .hikaku .valuation .star h4 {
        font-size: 20px;
        color: #e93046;
        text-align: center;
    }

    .teacher {
        position: relative;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .teacher:before {
        content: url(/mega/wp-content/themes/site/img/school_lp/common/arrow2.png);
        position: absolute;
        top: 0;
        left: calc(50% - 70px);
    }

    .teacher {
        text-align: center;
    }

    .about {
        text-align: center;
        padding-bottom: 20px;
    }

    .about h2 {
        padding-bottom: 10px;
    }

    .about h3 {
        font-size: 18px;
        line-height: 1.2;
        text-align: left;
        margin-bottom: 10px;
    }
    .about p {
        text-align: left;
    }
    .diff {
        position: relative;
        padding-top: 15px;
        padding-bottom: 3px;
        margin-bottom: 40px;
    }

    .diff:after {
        content: url(/mega/wp-content/themes/site/img/school_lp/common/arrow2.png);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        position: absolute;
        bottom: -40px;
        left: calc(50% - 70px);
    }

    .diff .diff_lead {
        text-align: left;
    }

    .diff .reason {
        position: relative;
        background-color: #fff;
        padding: 20px 0 10px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .diff .reason .icon {
        width: 60px;
        height: auto;
        position: absolute;
        top: -3px;
        left: 10px;
    }

    .diff .reason h3 {
        color: #036eb7;
        font-size: 28px;
        line-height: 1.3;
        padding-left: 100px;
        margin-bottom: 10px;
    }

    .diff .reason p {
        padding: 10px 10px 0 100px;
    }

    .diff .r1 p,
    .diff .r3 p,
    .diff .r5 p {
        margin-left: 0;
        width: 100%;
    }

    .diff .r1,
    .diff .r3,
    .diff .r5 {
        background-image: none;
    }

    .diff .reason .image {
        width: 200px;
        height: auto;
        padding: 10px 0 0 0;
        margin: 0 auto;
        position: static;
        float: none;
    }

    .monitor {
        padding-bottom: 20px;
    }

    .monitor h3 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .monitor img {
        margin: 0 auto 20px;
    }

    .voice .type {
        text-align: center;
        margin-bottom: 30px;
    }

    .voice .type h2 {
        padding: 30px 0 20px 0;
    }

    .voice .type h3 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .voice .voice_list {
        border: solid 3px #fbccd5;
        background-color: #fcf4f5;
        clear: both;
        margin-bottom: 20px;
    }

    .voice .upper {
        text-align: center;
        background-color: #fff;
        position: relative;
        padding-bottom: 10px;
    }

    .voice .upper h2 {
        font-size: 20px;
        padding-bottom: 10px;
        color: #e94e81;
    }

    .voice .upper h2.one {
        padding-top: 2px;
        padding-bottom: 10px;
        color: #e94e81;
    }

    .voice .upper h2.two {
        padding-top: 13px;
        padding-bottom: 10px;
        color: #e71f59;
    }

/*
    .voice .upper:before {
        position: absolute;
        content: url(/mega/wp-content/themes/site/img/school_lp/common/gekkei_l_sp.png);
        top: 5%;
        left: 3px;
    }

    .voice .upper:after {
        position: absolute;
        content: url(/mega/wp-content/themes/site/img/school_lp/common/gekkei_r_sp.png);
        top: 5%;
        right: 3px;
    }
*/

    .voice .upper:before, .voice .upper:after {
        content: none;
    }

    .voice .voice_list .bottom {
        overflow: hidden;
        padding: 10px 0;
        overflow: hidden;
        position: relative;
    }

    .voice .voice_list .bottom img {
        float: none;
    }

    .voice .voice_list .bottom .left {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .voice .voice_list .bottom .right {
        width: calc(100% - 10px);
        margin-right: 0px;
    }

    .voice .voice_list .bottom .right h3 {
        position: relative;
        padding: 16px 13px;
        font-size: 16px;
        line-height: 1.2;
        top: 0;
        left: 0;
        color: #ffffff;
        width: calc(100% - 10px);
        height: auto;
        box-sizing: border-box;
        margin-top: 10px;
        margin-right: 0px;
        background: linear-gradient(to right, #e24251, #dc2837);
    }

    .voice .voice_list .bottom .right h3:after {
        content: none;
    }
    .voice .voice_list .bottom .right p {
        padding: 10px;
        line-height: 1.6;
    }

    .f120 {
        font-size: 19px;
    }

    .mgT {
        margin-top: 20px
    }

    .offer {
        height: 300px;
        background-size: contain;
        background-position: center 0;
    }
    .offer .inner {
        position: relative;
    }
    .offer .inner p:first-child {
        width: 100%;
        position: absolute;
        text-align: center;
        top: 13px;
        z-index: 20;
        font-size: 20px;
        line-height: 1.4;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    .offer .inner p:first-child:before,
    .offer .inner p:first-child:after {
        display: none;
    }

    .offer img.bg {
        position: absolute;
        top: -20px;
    }

    .offer img.banner {
        position: absolute;
        top: 110px;
        z-index: 10;
        transition: 0.5s;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
    }

    #last_offer {
        height: auto;
        padding-bottom: 0;
    }
    #last_offer .inner {
        padding: 0 10px;
        margin: 0;
        width: 100%;
    }
    #last_offer .inner p {
        position: static;
    }

    #last_offer .inner p:nth-of-type(1) span:first-child span:first-child,
    #last_offer .inner p:nth-of-type(1) span:first-child span:nth-child(2) {
        font-size: 26px;
    }

    #last_offer .inner .flow_frame dl.flow dd:nth-of-type(1)::after {
        border-top: 20px solid #fff;
        border-bottom: 19px solid #fff;
    }

/*カウントダウンタイマー------------------------------------------------------*/

    #countdown_box {
        position: static;
        width: 94%;
        margin: -60px auto 20px auto;
        padding-bottom: 4px;
        border: solid 1px #e81757;
    }
    #countdown_box #limit {
        font-size: 17px;
        padding: 4px 0 5px 0;
    }
    #countdown_box #limit span {
        font-size: 17px;
        font-weight: bold;
    }
    #countdown {
        text-align: center;
        padding: 9px 0 3px 0;
    }
    #countdown_box br.only_sp {
        display: none !important;
    }

    .day, .hou, .min, .sec, .mil {
        font-size: 26px;
    }
    .moji {
        font-size: 20px;
    }
    .cdn div.only_sp.sp_contact {
        display: none !important;
    }
    #countdown_box .cdn_sp_btn p img {
        margin-bottom: 0;
        width: 93%;
    }
/*CM動画------------------------------------------------*/

    /*
    .cm_bnr {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    */

    .cm_movie_box {
        width: 93%;
        height: auto;
        margin: 0 auto 10px auto;
    }
    .cm_movie_box p.cm_movie_h3 {
        font-weight: bold;
    }
    .cm_movie_copy {
        width: 100%;
        float: none;
    }
    .cm_movie_box .cm_movie_h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        text-align: center;
        line-height: 1.3;
    }
    .cm_movie_box .cm_movie_txt {
        font-size: 15px;
        text-align: center;
    }
    .cm_movie_box .cm_movie {
        float: none;
        padding-left: 0;
        margin-bottom: 0;
        width: 100%;
        height: auto;
    }
    .cm_movie_box .cm_movie iframe {
        width: 100%;
        height: auto;
    }


    footer {
        background: #036eb7;
        padding-top: 60px;
        text-align: center;
        height: 200px;
    }

    footer p {
        color: #fff;
        font-size: 10px;
    }
    #free_data_fixed {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index:100;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 15px auto 10px auto;
        text-align: center;
    }
    #free_data_fixed a {
        display: block;
        margin: 7px auto 0 auto;
        width: 45%;
    }
    #free_data_fixed a:first-child {
        margin-left: 10px;
        float: left;
    }
    #free_data_fixed a:last-child {
        margin-right: 10px;
        float: right;
    }
    #free_data_fixed img {
        width: 100%;
    }
    .only_pc {
        display: none;
    }
    .only_sp {
        display: inherit;
    }


    /* pageTop ここから */

    #pageTop {
        bottom: 70px;
        right: 10px;
    }

    #pageTop a {
        padding: 13px 8px 6px 8px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 640px) {
    header .logo img {
        height: 34px;
        margin: 8px 0 0 -1px;
    }
    header .free {
        width: 160px;
    }

    header .free img {
        width: 75px;
        margin: 10px 0 0 5px;
    }

    h2 {
        font-size: 23px;
        padding: 20px 0;
        line-height: 30px;
    }
    p {
        font-weight: normal;
    }
    .check p {
        text-align: left;
    }
    .check ul li {
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        margin: 10px 5%;
        line-height: 22px;
        float: left;
        list-style-image: url("/mega/wp-content/themes/site/img/school_lp/common/check_icon_sp.png");
    }

    .hikaku .valuation ul li {
        text-align: left;
    }
    .teacher p {
        text-align: left;
    }

    .diff .reason {
        position: relative;
        background-color: #fff;
        padding: 5px 0 10px;
        margin-bottom: 15px;
    }

    .diff .reason .icon {
        width: 50px;
        height: auto;
        position: absolute;
        top: -3px;
        left: 10px;
    }

    .diff .reason h3 {
        width: 100%;
        color: #036eb7;
        font-size: 20px;
        line-height: 1.3;
        padding-top: 10px;
        padding-left: 65px;
        margin-bottom: 10px;
    }

    .diff .reason p {
        padding: 0 10px 0;
        font-size: 16px;
    }

    .reason_mgT {
        margin-top: 30px;
    }

    .diff .r1 p,
    .diff .r3 p,
    .diff .r5 p {
        margin-left: 0;
        width: 100%;
    }

    .diff .r1,
    .diff .r3,
    .diff .r5 {
        background-image: none;
    }

    .monitor h3 {
        text-align: left;
    }
    .monitor p {
        text-align: left;
    }
    .voice .type p {
        text-align: left;
    }
    .offer img.banner {
        margin-left: 0;
    }
}
@media (max-width: 520px) {
    .offer {
        height: 250px;
    }
    .offer .inner p {
        font-size: 16px;
    }

    #last_offer {
        height: auto;
    }
    #last_offer .inner {
        padding: 0;
    }
    #last_offer .inner p {
        position: static;
    }

}
@media (max-width: 475px) {
    .offer {
        height: 210px;
    }
    .offer .inner p {
        font-size: 14px;
    }
    .offer img.banner {
        top: 77px;
    }

    #last_offer {
        height: auto;
    }
    #last_offer .inner {
        padding: 0;
    }
    #last_offer .inner p {
        position: static;
    }
}

@media (max-width: 425px) {
    .voice .upper h2 {
        font-size: 19px;
        line-height: 1.3;
    }
    .voice .upper p {
        font-size: 13px;
        line-height: 1.3;
    }
    .offer {
        height: 174px;
    }
    .offer .inner p {
        font-size: 12px;
    }

    #last_offer {
        height: auto;
    }
    #last_offer .inner {
        padding: 0;
    }
    #last_offer .inner p {
        position: static;
    }
}

@media (max-width: 320px) {

    .interview_movie_box .interview_movie_copy .interview_movie_h3 {
        font-size: 18px;
    }
    .interview_movie_box .interview_movie_copy, .interview_movie_box .interview_movie {
        width: 95%;
    }

    .offer {
        height: 144px;
    }
    .offer .inner p {
        font-size: 10px;
    }
    .offer .inner p:first-child {
        top: 8px;
        line-height: 1.2;
    }

    .f120 {
        font-size: 17px;
    }

    .offer img.banner {
        top: 64px;
    }

    #last_offer {
        height: auto;
    }
    #last_offer .inner {
        padding: 0;
    }
    #last_offer .inner p {
        position: static;
    }

    .voice .upper h2 {
        font-size: 14px;
        line-height: 1.2;
    }
    #countdown_box #limit, #countdown_box #limit span {
        font-size: 16px;
    }
}

