@charset "UTF-8";

/* youtube埋め込みレスポンシブ対応用 */
.video {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding-top: 56.25%; /* 1   6:9のアスペクト比 */
    height: 0;
    margin: 0 auto;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video .ytp-title-text {
    display: none !important;
}

/* メインビジュアル用 */
.main_outline_container {
    text-align: center;
    font-size: 5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*filter: drop-shadow(1px 1px 3px #333);*/
    width: 100%;
    color: #fff;
    z-index: 10;
}
.main_outline_container p {
    font-weight:bold;
}
.main_outline_container p span {
    font-weight:bold;
    font-size:.75em;
}
.outline01 {
    font-weight:bold;
    font-size:.7em;
    line-height:1.4em;
}
.outline02 {
    font-weight:bold;
    font-size:.5em;
    margin-top:1em;
}


video {
    display: block;
    margin: 60px 0 0 auto;
    width: 100vw;
    height: calc(100vh - 70px);
    object-fit: cover;
    text-align: center;
}
.video-wrap {
    position: relative;
    overflow: hidden;
}
.video-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
	background-size: 3px 3px;
	background-position: 0 0, 3px 3px;
}

@media screen and (max-width: 600px) {
    .video-wrap {
        margin-top: 0px;
    }
    .main_outline_container {
        font-size: 1.3em;
        font-size: 3em;
    }
    .main_outline_container .btn {
        font-size: 0.8em;
        width: 80%;
    }
}

/*----------------------------------
  SP
----------------------------------*/
html {
    scroll-behavior: smooth;
}

.pc {
    display: none;
}
.tab {
    display: none;
}
.fade {
    /* margin-top: 80vh; */
    opacity: 0;
    transition: opacity 0.3s;
}

.fade.view {
    opacity: 1;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time04 {
    animation-delay: 0.4s;
}
.delay-time08 {
    animation-delay: 0.8s;
}
.delay-time12 {
    animation-delay: 1.2s;
}
.delay-time16 {
    animation-delay: 1.6s;
}
.delay-time20 {
    animation-delay: 2s;
}

#wrapper {
    overflow: hidden;
    position: relative;
}
#header {
    width: 95%;
    min-height: 80px;
    margin: 0 auto;
}


/* header */
.hd {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 65px;
    padding: 3%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 999;
    background: #fff;
}
.hd.active {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .1);
}

/*　上に上がる動き　*/

.hd.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        top: 0;
    }

    to {
        opacity: 0;
        top: -150px;
    }
}

/*　下に下がる動き　*/

.hd.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        top: -150px;
    }

    to {
        opacity: 1;
        top: 0;;
    }
}
.hd_logo {
    width: 100%;
}

.hd_logo img {
    max-width: 290px;
    min-width: 180px;
    width: 40%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: middle;
}

.hd_logo .txt {
    letter-spacing: 0;
    font-size: min(1.2rem, 3.5vw);
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
/* header */


p.top_overview {
    font-size: 1.7em;
    font-weight: 500;
}
p.top_overview span {
    font-weight: 700;
    color: #043d78;
}
.summer_bnr {
    position: absolute;
    background: rgba(255, 255, 84);
    padding: 0.25em 0.3em;
    border-radius: 50vh;
    bottom: 5%;
    left: 5%;
    z-index: 10;
}
.summer_bnr p {
    font-weight: bold;
    font-size: 0.55em;
    color: #006bb5;
    text-align: center;
    /* border-top:4px double #043d78; border-bottom:4px double #043d78; */
    padding: 0.5em 0;
    margin-bottom: 0;
}
.summer_bnr p span {
    font-weight: bold;
    font-size: 0.5em;
    display: block;
}
/* .summer_bnr p span:after {
  content:'\f0da';
  font-size: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	margin-left: .5em;
} */
.summer_bnr:hover {
    opacity: 0.9;
    transition: 0.5s;
}
.header_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header_inner h1 {
}
.header_inner h1 p {
    font-size: 0.8em;
}
.header_inner h1 span {
    color: #043d78;
    font-weight: bold;
    font-size: 0.9em;
}
.header_inner h1 span.new_logo {
    color: #043d78;
    font-weight: bold;
    font-size: 0.9em;
    position: relative;
    top: -8px;
}
.header_inner img {
    width: 38%;
}
.header_inquiry {
    border: 1px solid #222;
    padding: 2px 12px;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    bottom: 5px;
}
ul.gmenu_container {
    margin-top: 1.5em;
}
ul.gmenu_container li {
    display: inline-block;
    font-size: 14px;
    color: #043d78;
    letter-spacing: 0.05em;
    opacity: 1;
}
.main_img_container {
    width: 100%;
    max-width: 100%;
    background-image: url(../img/lp01_main02.png);
    background-size: cover;
    /* background-position: 15% 20%; */
    background-repeat: no-repeat;
    height: 500px;
    overflow: hidden;
}
.main_img_inner {
    max-width: 1200px;
    position: relative;
    width: calc(100% - 10%);
    margin: 0 auto;
}

section.section_wh {
    background: #fff;
    padding: 40px 0;
    margin: 0 auto;
}

section.section_be {
    background: #f9f7f1;
    padding: 40px 0;
    margin: 0 auto;
}

section.section_lb {
    /* background: #bad9e0; */
    background:#d9e6ef;
    padding: 40px 0;
    margin: 0 auto;
}
section.section_gy {
    background: #f8f8f8;
    padding: 40px 0;
    margin: 0 auto;
}

section.section_check {
    background: url(../img/bg_check02.png);
    padding: 40px 0;
    margin: 0 auto;
}
.section_bgimg01 {
    background: url(../img/voice_001.jpg);
    background-size: cover;
    background-color: rgba(255, 255, 255, .9);
    background-blend-mode: lighten;
    padding: 40px 0;
    margin: 0 auto;
}
.section_bgimg02 {
    background: url(https://jprep.jp/juku/wp-content/uploads/2023/12/YT03.jpg);
    background-size: cover;
    background-color: rgba(255, 255, 255, .9);
    background-blend-mode: lighten;
    padding: 40px 0;
    margin: 0 auto;
}

section.section_nv {
    background: #043d78;
    color: #fff;
    padding: 40px 0;
    margin: 0 auto;
}
.section_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.top_message {
    margin: 1.5em auto;
    text-align: center;
    color: #043d78;
    font-weight: bold;
    font-size: 1.4em !important;
    margin-top: 0 !important;
}
/* section */
.section_inner h2 {
    position: relative;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: center;
    margin-bottom: 2rem;
}
/* .section_inner h2 span {
    font-size: 0.75em;
} */
.section_inner h2:before {
    content: "";
    position: absolute;
    /* bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #282828;  */
}
.section_inner h3 {
    font-size: 1.7em;
    font-weight: bold;
}

h5:not([class]) {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #888;
    margin-bottom: 0.5em;
    padding-top: 0;
}
.mission01,
.mission02 {
    background: #fff;
    padding: 1.5em 2em;
    width: 100%;
    max-width: 750px;
    margin-bottom: 4em;
    box-shadow: 0 0 5px #ccc;
}
.mission02 {
    float: right;
}
.mission_txt {
    font-size: 0.9em;
    line-height: 1.8em;
}
.mission_ph01 img {
    box-shadow: 0 0 5px #ccc;
}
.skills {
    padding: 30px;
    background: #fff;
    border: 1px solid #043d78;
    min-height: 475px;
}
.skills > h3 {
    font-size: 1.2em;
    color: #043d78;
    text-align: left;
}
.policy_point {
    position: relative;
    padding: 3px 50px 3px 10px;
    background: #043d78;
    z-index: 10;
    display: inline-block;
    margin-bottom: 0;
}
.policy_point:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 24px transparent;
    border-top: solid 38px #f9f7f1;
}
.policy_point span {
    font-size: 1.3em;
    /* font-weight:bold; */
    color: #fff;
    line-height: 1.3;
}
.policy_point span:before {
    content: "POINT";
    font-size: 0.6em;
    margin-right: 0.5em;
}
.skills p {
    font-size: 0.9em;
    margin-bottom: 0;
}

/* CARD */
.card2 {
    position: relative;
    background: #fff;
    min-height: 440px;
    border: 1px solid #043d78;
    /* box-shadow: 0 2px 4px rgb( 0 0 0 / 30%); */
}
.card2_num {
    position: absolute;
    top: -2.4rem;
    left: 0;
    font-size: 4rem;
    /* color:#043D78; */
}
.card2_inner {
    padding: 15px;
    min-height: 120px;
}
.card2_inner h3 {
    font-size: 1.2em;
}
.card2_inner p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.card2_inner p span {
    /* font-size:.9em; */
    line-height: 1.2em;
}
.card3 {
    position: relative;
    background: #fff;
    min-height: 450px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
.card3_num {
    position: absolute;
    top: -2.4rem;
    left: 0;
    font-size: 4rem;
    color: #968a65;
}
.card3_inner {
    padding: 15px 20px;
}
.card3_inner h3 {
    color: #968a65;
}
.card3_inner p {
    font-size: 0.9em;
    line-height: 1.6em;
}

/* 独自の英語学習サポート */
.support {
    margin-top: 100px;
}
.support > .card2 > .card2_num {
    margin-bottom: 20px;
    color: #043d78;
}

/* 独自のカリキュラム */
.course_intro {
    background: #fff;
    padding: 20px;
    min-height: 250px;
    margin-bottom: 2em;
    box-shadow: 0 0 5px #ccc;
}
.course_intro p {
    font-size: 0.8em;
}
.course_ttl {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    font-weight: bold;
    border-bottom: 1px dotted #282828;
    margin-bottom: 0.5em;
}
.course_name {
    display: flex;
    padding: 0;
    list-style: none;
}
.course_name li {
    width: 100%;
    font-size: 0.75em;
    padding: 3px;
    text-align: center;
    margin: 0 0.25em 0 0 !important;
    line-height: 1.4 !important;
}
.course_intro_es {
    background: #ebc94a;
}
.course_intro_jhs {
    background: #87c260;
}
.course_intro_hs {
    background: #b66da3;
}
.course_intro_gy {
    background: #d4d4d4;
    color: #888;
}
.course_target_frm {
    font-size: 0.8em !important;
    line-height: 1.2em !important;
    text-align: center;
    border: 1px solid #888;
    padding: 0.25em 0.5em;
    margin-top: 0.5em !important;
}
.link_otherinfo {
    background: #043d78;
    color: #fff !important;
    border-radius: 20px;
    padding: 7px 14px;
    /* display: inline-block; */
    text-align: center;
    font-size: 0.75em;
    line-height: 1em !important;
    box-shadow: 0 2px #bbb;
}
.link_otherinfo:after {
    content: "\f0da";
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0.5em;
}
.link_otherinfo:hover {
    transform: translateY(2px);
    box-shadow: none;
    opacity: 1;
    color: inherit;
    transition: 0.3s;
}
.link_txt {
    text-decoration: none;
    font-weight: bold;
}
.link_txt:hover {
    text-decoration: underline;
    opacity: 1;
    transition: 0.3s;
}

/* 校舎 */
.school > .card2 {
    min-height: 360px;
    margin-bottom: 2rem;
}
.school_ttl {
    border: 1px solid #043d78;
    color: #043d78;
    padding: 0.5em 1.5em;
    display: inline-block;
    font-size: 1.1em !important;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
}
.school {
    margin-bottom: 3em;
}
.school p {
    font-size: 0.85em;
}
.school p span {
    font-weight: bold;
}
.school img {
    width: 100%;
    margin-bottom: 0.5em;
}
.school iframe {
    width: 100%;
    height: 220px;
    margin-bottom: 0.5em;
}

/* 校舎写真スライダー */
.one-time {
    width:100%;
}
.one-time div img {
    width:100%;
}
.one-time button {
    width:60%;
    height:60%;
}
.one-time button.slick-prev:before, .one-time button.slick-next:before {
    font-size:25px!important;
}


/* 受講生の声 */
.card_testimonials {
    position: relative;
    background: #fff;
    min-height: 500px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
.card_testimonials > .card2_inner h3 {
    color: #968a65;
}
.card_testimonials > .card2_inner p.name,
.voice > .card2_inner p.name {
    font-size: 0.9em;
}
.card_testimonials > .card2_inner p.name:before,
.voice > .card2_inner p.name:before {
    content: "";
    display: inline-block;
    background: url(../img/person.svg);
    background-size: contain;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.card_testimonials > .card2_inner p span,
.voice > .card2_inner p span {
    font-weight: 700;
}

/* コース紹介 */
.about_course,
.course_selection {
    font-size: 1.3rem;
    line-height: 1.2em;
    color: #043d78;
    text-align: center;
    margin-bottom: 20px;
}
.about_course:before,
.course_selection:before {
    content: "";
    background: url(../img/ico_about_course.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-size: contain;
    vertical-align: middle;
}
.course_btn a {
    display: block;
    border: 1px solid #043d78;
    border-radius: 8px;
    padding: 10px 0;
    color: #043d78 !important;
    font-size: 1.1em;
    text-align: center;
    background: #fff;
}
.course_btn a:hover {
    display: block;
    border: 1px solid #043d78;
    border-radius: 8px;
    padding: 10px 0;
    background: #043d78;
    color: #fff !important;
}
.course_btn a:hover {
    opacity: 1;
}
.course_frm {
    border: 2px dotted #043d78;
    background: #fff;
    padding: 20px 25px;
    margin: 0 auto 40px;
}
.course_col_beginners,
.course_col_core {
    position: relative;
    margin-bottom: 20px;
}
.course_col_scholars {
    position: relative;
}
.course_col_beginners:before {
    content: "";
    background: url(../img/ico_info_beginners.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background-size: contain;
    vertical-align: middle;
}
.course_col_core:before {
    content: "";
    background: url(../img/ico_info_core.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background-size: contain;
    vertical-align: middle;
}
.course_col_scholars:before {
    content: "";
    background: url(../img/ico_info_scholars.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background-size: contain;
    vertical-align: middle;
}

.course_col_beginners:after,
.course_col_core:after,
.course_col_scholars:after {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    font-weight: 900;
    margin-left: 5px;
}
.card_course {
    background: #fff;
    border-top: 8px solid #043d78;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
.card_course_inner,
.card_info_inner {
    padding: 15px 20px;
}
.card_course_inner h4 {
    text-align: center;
    font-size: 1.1em;
    color: #043d78;
    margin-bottom: 1rem;
}
.card_course_beginners_bg,
.card_course_core_bg,
.card_course_scholars_bg {
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}
.card_course_beginners_bg {
    background: #036eb8;
}
.card_course_core_bg {
    background: #043d78;
}
.card_course_scholars_bg {
    background: #142948;
}

/* 入塾説明会のお申込み */
.card_info {
    background: #fff;
    margin-top: 60px;
    margin-bottom: 80px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
.card_info h4 {
    line-height: 1.8em;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.info_icon {
    font-weight: bold;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.card_info p {
    margin-left: 20px;
}
h3.info_beginners,
h3.info_core,
h3.info_jr,
h3.info_uni,
h3.info_scholars {
    font-size: 1.4em;
    line-height: 1em;
    padding: 20px 0 15px 20px;
    margin-bottom: 20px;
}
h3.info_beginners span,
h3.info_core span,
h3.info_jr span,
h3.info_uni span,
h3.info_scholars span {
    font-size: 0.6em;
    line-height: 1.2em;
    color: #333;
    font-weight: normal;
    margin-left: 2rem;
    display: block;
}
h3.info_beginners {
    color: #036eb8;
    border-top: 8px solid #036eb8;
    border-bottom: 2px solid #036eb8;
}
h3.info_core {
    color: #043d78;
    border-top: 8px solid #043d78;
    border-bottom: 2px solid #043d78;
}
h3.info_jr {
    color: #508e2a;
    border-top: 8px solid #508e2a;
    border-bottom: 2px solid #508e2a;
}
h3.info_uni {
    color: #195731;
    border-top: 8px solid #195731;
    border-bottom: 2px solid #195731;
}
h3.info_scholars {
    color: #142948;
    border-top: 8px solid #142948;
    border-bottom: 2px solid #142948;
}
h3.info_beginners:before {
    content: "";
    background: url(../img/ico_info_beginners.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background-size: contain;
    vertical-align: middle;
}
h3.info_core:before {
    content: "";
    background: url(../img/ico_info_core.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background-size: contain;
    vertical-align: middle;
}
h3.info_jr:before {
    content: "";
    background: url(../img/ico_info_jr.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background-size: contain;
    vertical-align: middle;
}
h3.info_uni:before {
    content: "";
    background: url(../img/ico_info_uni.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 7px;
    background-size: contain;
    vertical-align: middle;
}
h3.info_scholars:before {
    content: "";
    background: url(../img/ico_info_scholars.png) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background-size: contain;
    vertical-align: middle;
}
h4.info_beginners,
h4.info_core,
h4.info_jr,
h4.info_uni,
h4.info_scholars {
    margin-left: 2rem;
    position: relative;
    line-height: 1.4em;
}
h4.info_beginners:before,
h4.info_core:before,
h4.info_jr:before,
h4.info_uni:before,
h4.info_scholars:before {
    content: "■";
    position: absolute;
    top: -4px;
    left: -2.2rem;
    font-size: 1.1em;
    display: inline-block;
    transform: rotate(-10deg);
}
h4.info_beginners:before {
    color: #036eb8;
}
h4.info_core:before {
    color: #043d78;
}
h4.info_jr:before {
    color: #508e2a;
}
h4.info_uni:before {
    color: #195731;
}
h4.info_scholars:before {
    color: #142948;
}
h4.info_beginners:after,
h4.info_core:after,
h4.info_jr:after,
h4.info_uni:after,
h4.info_scholars:after {
    content: "■";
    color: #043d78;
    position: absolute;
    top: 5px;
    left: -1.5rem;
    font-size: 0.9em;
    display: inline-block;
    transform: rotate(20deg);
}
h5.info_beginners,
h5.info_core,
h5.info_jr,
h5.info_uni,
h5.info_scholars {
    padding: 2px 7px;
    color: #fff;
    line-height: 1.6em;
}
h5.info_beginners:after,
h5.info_core:after,
h5.info_jr:after,
h5.info_uni:after,
h5.info_scholars:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    padding-left: 7px;
    font-size: 0.75em;
}
h5.info_beginners {
    background: #036eb8;
}
h5.info_core {
    background: #043d78;
}
h5.info_jr {
    background: #508e2a;
}
h5.info_uni {
    background: #195731;
}
h5.info_scholars {
    background: #142948;
}
h5.info_beginners:hover,
h5.info_core:hover,
h5.info_jr:hover,
h5.info_uni:hover,
h5.info_scholars:hover {
    opacity: 1;
    transition: 0.5s;
}
h5.info_beginners:hover {
    background: #043d78;
}
h5.info_core:hover {
    background: #142948;
}
h5.info_jr:hover {
    background: #195731;
}
h5.info_uni:hover {
    background: #052813;
}
h5.info_scholars:hover {
    background: #111;
}

/* コースアコーディオン */
.acd-check {
    display: none;
}
.acd-label {
    background: transparent;
    display: block;
    position: relative;
    border-bottom: 2px dotted #888;
    margin: 0 0 20px;
    font-weight: 700;
}
/* .acd-label:after{
    box-sizing: border-box;
    content: '\f078';
    display: block;
    font-family: "Font Awesome 5 Free";
    color:#333;
    height: 52px;
    margin: 20px;
    position: absolute;
    right: 0;
    top: -100px;
} */
.acd-check:checked {
    content: "\f077";
}
.acd-content {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: 0.5s;
    visibility: hidden;
    /* border-bottom:1px dotted #333; */
}
.acd-content p {
    margin-bottom: 10px;
}

.acd-check:checked + .acd-label + .acd-content {
    height: 400px;
    opacity: 1;
    visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content_overflow {
    height: 100%;
    width: 100%;
    overflow: scroll;
}
.acd-content_overflow > p span {
    font-size: 0.75em;
    margin-left: 1em;
}
.acd_click {
    color: #ff6c00;
    font-size: 0.75em;
}
.acd_click:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    margin-right: 5px;
}
.acd_click:hover {
    text-decoration: underline;
    font-weight: bold;
}
.info_tbl {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 1.1em;
}
.info_tbl tr:first-child {
    border-top: 1px solid #888;
}
.info_tbl tr:last-child {
    border-bottom: 1px solid #888;
}
.info_tbl th,
.info_tbl td {
    width: 18%;
    font-size: 0.9em;
    padding: 10px;
    text-align: center;
    border-bottom: 1px dotted #888;
    border-right: 1px dotted #888;
    vertical-align: middle;
}
.info_tbl th.target,
.info_tbl td.target {
    width: calc(100% - 18% * 4);
}
.info_tbl th:last-child,
.info_tbl td:last-child {
    border-right: none;
}

.info_tbl th {
    background: #f8f8f8;
}

/* お問い合わせ */
.phone {
    font-size: 1.2em !important;
    font-weight: 700 !important;
    text-align: center;
}
.guide_tbl {
    width: 90%;
    border-collapse: collapse;
    margin: 10px auto;
    font-size: 0.9em;
}
.guide_tbl tr {
}
.guide_tbl th {
    background: #f8f8f8;
    font-weight: 700;
}
.guide_tbl th,
.guide_tbl td {
    text-align: center;
    padding: 3px 0;
}

/* よくあるご質問 */
.faq > label {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: #fff;
}
.faq > label > input {
    display: none;
}
.faq > label > dt {
    position: relative;
    padding: 2em 3.5em 2em 4em;
    font-size: 1rem;
    border-bottom: 1px solid #333;
}
.faq > label > label {
    display: inline;
}
.faq > label > label > dd {
    position: relative;
    padding: 2em 3.5em 2em 6em;
    font-size: 1rem;
    border-bottom: 1px solid #333;
}
.faq > label > dt {
    background-color: #fff;
}

.faq > label > dt {
    font-weight: 700;
}
.faq > label > dt::before {
    position: absolute;
    top: 43%;
    left: 1em;
    transform: translateY(-50%);
    font-size: 2em;
}
.faq > label > label > dd::before {
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translateY(-50%);
    font-size: 2em;
}
.faq > label > dt {
    z-index: 1;
}
.faq > label > dt::before {
    content: "Q";
    color: #333;
    font-family: "DIN Alternate", sans-serif;
    font-weight: normal;
}
.faq > label > label > dd::before {
    content: "A";
    color: #c34e4e;
    font-family: "DIN Alternate", sans-serif;
    font-weight: normal;
}
.faq > label > dt span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
}
.faq > label > label > dd {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(-2em);
    margin: 0;
    visibility: hidden;
}
.faq > label > input:checked ~ label > dd {
    position: relative;
    background: #fff;
    transform: translateY(0px);
    visibility: visible;
    transition: 0.5s;
}

/* 代表挨拶 */
.work {
    background: #fff;
    padding: 3em 1em;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
.work img {
    width: 60%;
    display: block;
    margin: 0 auto 10px;
}
.work p {
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: center;
}
.work p span {
    font-weight: 700;
}

/* ボタン */
.form_btn_beginners,
.form_btn_core,
.form_btn_jr,
.form_btn_uni,
.form_btn_scholars {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    min-height: 110px;
    vertical-align: middle;
    width: 100%;
    margin: 20px auto 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.form_btn_beginners span,
.form_btn_core span,
.form_btn_jr span,
.form_btn_uni span,
.form_btn_scholars span {
    font-size: 0.8em;
}
.form_btn_beginners:hover,
.form_btn_core:hover,
.form_btn_jr:hover,
.form_btn_uni:hover,
.form_btn_scholars:hover {
    position: relative;
    display: block;
    top: 2px;
    left: 0;
    transition: 0.5s;
    cursor: pointer;
}
.form_btn_beginners a:hover,
.form_btn_core a:hover,
.form_btn_jr a:hover,
.form_btn_uni a:hover,
.form_btn_scholars a:hover a:hover {
    opacity: 1;
}
.form_btn_beginners {
    background-color: #036eb8;
}
.form_btn_core {
    background-color: #043d78;
}
.form_btn_jr {
    background-color: #508e2a;
}
.form_btn_uni {
    background-color: #195731;
}
.form_btn_scholars {
    background-color: #142948;
}
.btn_info,
.btn_guide,
.btn_course {
    display: block;
    width: 100%;
    max-width: 600px;
    font-weight: 700;
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 4px;
}
.btn_info {
    background: #f37c06;
    border:1px solid #f37c06;
    color: #fff !important;
}
.btn_guide {
    background: #ffc600;
    color: #222;
}
.btn_course {
    /* background: #97cfc1;
    color: #222; */
    background: #043d78;
    border:1px solid #043d78;
    color: #fff !important;
}

.btn_guide:hover {
    position: relative;
    display: block;
    top: 2px;
    left: 0;
    transition: 0.5s;
    cursor: pointer;
    opacity: 1;
}
.btn_info:hover {
    background:#fff;
    border:1px solid #f37c06;
    color:#f37c06!important;
}
.btn_course:hover {
    background:#fff;
    border:1px solid #043d78;
    color:#043d78!important;
}
.btn_info_gy {
    display: block;
    width: 100%;
    max-width: 600px;
    font-weight: 700;
    line-height: 1em;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 20px 0;
    min-height: 50px;
    background: #ccc;
}
.btn_info_comment,.btn_course_comment {
    display: block;
    width: 100%;
    max-width: 600px;
    font-weight: 700;
    font-size: 1em;
    line-height:1.3em;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 4px 2px;
    border-radius: 4px;
}
.btn_info_comment span,.btn_course_comment span{
    font-size:.55em;
    display:block;
}

.btn_info_comment {
    background: #f37c06;
    border:1px solid #f37c06;
    color: #fff !important;
}
.btn_info_comment:hover {
    background: #fff;
    border:1px solid #f37c06;
    color: #f37c06 !important;
}
.btn_course_comment {
    background: #043d78;
    border:1px solid #043d78;
    color: #fff !important;
}
.btn_course_comment:hover {
    background: #fff;
    border:1px solid #043d78;
    color: #043d78 !important;
}


.badge_date {
    background:#fff;
    border:2px solid #043d78;
    padding:3px 10px;
    color:#043d78;
    font-weight:bold;
    display:inline-block;
    margin-bottom:5px;
	z-index:10;
	position: absolute;
    top: -22px;
    right: 15px;
    font-size:.5em;
}

.badge_date:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #043d78;
}


.footer {
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    max-width: 100%;
    height: 100px;
    z-index: 10;
}
.footer_inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* .footer_box > .btn_info,.footer_box > .btn_guide {
  width:90%;
  font-size:.9em;
  color:#fff;
  margin:0 auto 20px;
  min-height:60px;
  padding:20px 0;
} */

/* パンくず */
.bread_area {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 220px;
    right: 0;
    margin: 0 auto;
}
.bread_area_info {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
}
.breadcrumb {
    padding-left: 0;
    float: right;
    font-size: 13px;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: 700;
}

.breadcrumb li:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    padding: 0 3px;
    color: #333;
}

.breadcrumb li:last-child:after {
    content: "";
}

.breadcrumb li:first-child a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900;
    font-size: 1.1em;
}
.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li a:hover {
    /* text-decoration: underline; */
    position: relative;
    top: 0;
    left: 2px;
    opacity: 1;
}
.flex_company {
    display: flex;
    flex-wrap: wrap-reverse;
}
.flex_company01 {
    width: 100%;
    margin-bottom: 0.5em;
}

.company {
    background: #f8f8f8;
    width: 100%;
    max-width: 100%;
    height: 320px;
}
.company_webinar {
    background: #f8f8f8;
    width: 100%;
    max-width: 100%;
    height: 320px;
    margin-bottom: 100px;
}
.company_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 1em;
}
.company img,
.company_webinar img {
    width: 60%;
    margin: 0 auto 20px;
    display: block;
}
.company_inner p {
    text-align: center;
    margin: 0 auto;
}
.company_inner p span {
    font-size: 0.8em;
}
.copyright {
    width: 100%;
    max-width: 1000px;
    font-size: 0.75em;
    text-align: center !important;
    line-height: 1;
    margin: 20px auto 10px;
    border-top: 1px solid #333;
    padding-top: 20px;
}
#page_top {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    position: fixed;
    right: 40px;
    bottom: 130px;
    opacity: 0.8;
    background-color: #22457a;
    z-index: 20;
}
#page_top a {
    position: relative;
    display: block;
    width: 6px;
    height: 60px;
    text-decoration: none;
}
#page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/* Q&A */
.faq_q,
.faq_a {
    overflow: hidden;
    align-items: center;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.faq_a {
    margin-bottom: 2em;
}
.faq_q .faq_no,
.faq_a .faq_no {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    font-family: "Helvetica Neue", Arial;
}
.faq_q .faq_no {
    background-color: #043d78;
}
.faq_a .faq_no {
    background-color: #388ee7;
}
.faq_q .faq_txt,
.faq_a .faq_txt {
    margin-bottom: 0;
    padding-left: 3em;
    color: #333;
    box-sizing: border-box;
}
.faq_q .faq_txt {
    font-weight: bold;
    color: #043d78;
}
.faq_a:last-child {
    margin-bottom: 0;
}

.webinar_btn_gr {
    background: #ccc;
    padding: 7px 10px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 20px 0 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
.disc {
    list-style-type: disc;
    margin: 10px 10px 10px 1.5em;
    font-size: 0.9em;
}
.branch {
    width: 60%;
}
.icon_theme {
    display: block;
    margin: 0 auto;
}
.speciality {
    border: 1px solid #043d78;
    background: #fff;
    padding: 25px;
    box-shadow: 5px 5px #043d78;
    min-height: 210px;
}
.voice {
    border: 1px solid #043d78;
    background: #fff;
    padding: 0.5em;
    /* box-shadow: 0 5px 5px #ccc; */
    min-height: 360px;
}
.voice p {
    font-size: 0.9em;
}
.speciality_ttl,
.voice_ttl {
    color: #043d78;
    font-weight: bold;
    font-size: 1.25em;
}
.unique_curri {
    border: 1px solid #043d78;
    background: #fff;
}
.unique_curri_ttl_core,
.unique_curri_ttl_uni,
.unique_curri_ttl_sch {
    padding: 1em;
    color: #fff;
    font-weight: bold;
    font-size: 1.05em;
    line-height: 1.4em;
    text-align: center;
}
.unique_curri_ttl_core span,
.unique_curri_ttl_uni span,
.unique_curri_ttl_sch span {
    background: #fff;
    padding: 0.1em 0.5em;
    font-size: 0.9em;
    color: #282828;
    margin-top: 0.25em;
    display: inline-block;
}
.unique_curri_ttl_core {
    background: #043d78;
}
.unique_curri_ttl_uni {
    background: #195731;
}
.unique_curri_ttl_sch {
    background: #142948;
}
.unique_curri p {
    font-size: 0.9em;
}

.tbl_unique2025 {
    width: 100%;
    margin-bottom: 0.25em;
}
.tbl_unique2025 tr.unique2025_core {
    border: 1px solid #043d78;
}
.tbl_unique2025 tr.unique2025_uni {
    border: 1px solid #00693E;
}
.tbl_unique2025 tr.unique2025_sch {
    border: 1px solid #002941;
}
.tbl_unique2025 tr.unique2025_aplus {
    border: 1px solid #FF5611;
}
.tbl_unique2025 tr.unique2025_kids {
    border: 1px solid #922A31;
}
.tbl_unique2025 tr.unique2025_ex {
    border: 1px solid #7a205e;
}
.tbl_unique2025 tr.unique2025_bridge {
    border: 1px solid #56849A;
}
.tbl_unique2025 tr.unique2025_math {
    border: 1px solid #7c9dcc;
}

.tbl_unique2025 tr.unique2025_core th {
    background: #043d78;
}
.tbl_unique2025 tr.unique2025_uni th {
    background: #00693E;
}
.tbl_unique2025 tr.unique2025_sch th {
    background: #002941;
}
.tbl_unique2025 tr.unique2025_aplus th {
    background: #FF5611;
}
.tbl_unique2025 tr.unique2025_kids th {
    background: #922A31;
}
.tbl_unique2025 tr.unique2025_ex th {
    background: #7a205e;
}
.tbl_unique2025 tr.unique2025_bridge th {
    background: #56849A;
}
.tbl_unique2025 tr.unique2025_math th {
    background: #7c9dcc;
}
.tbl_unique2025 th {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 1em 0.25em;
    vertical-align: middle;
}
.tbl_unique2025 th span {
    background: #fff;
    color: #282828;
    padding: 0.25em 1em;
    border-radius: 4px;
    font-size: 0.9em;
    display: inline-block;
    margin-top: 0.5em;
}
.tbl_unique2025 td {
    font-size: 0.9em;
    background: #fff;
    padding: 1em;
}
.tbl_unique2025 td.space {
    background: none;
}

/* アドバンテージ */
.advantage_ttl {
    margin-bottom:4em;
}

.advantage_ttl h2 {
    font-size: 1.8em;
    font-weight: bold;
    position: relative;
    width: fit-content;
    padding-bottom: 12px;
    border-bottom: 4px solid;
    background-color: #ffffff;
    color: #000;
    margin-inline: auto;
    border: none;
}
.advantage_ttl h2::before {
    content: "";
    left: 50%;
    bottom: -5px; /*線の上下位置*/
    display: inline-block;
    width: 16em; /*線の長さ*/
    height: 5px; /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); /*位置調整*/
    background-color: #043d78; /*線の色*/
}
.advantage_ttl h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 35px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #043d78;
}
.advantage_box {
    background: #fff;
    box-shadow: 0 5px 5px #142948;
    color: #000;
    border-radius: 10px;
    padding: 2em;
    min-height: 350px;
    margin-bottom: 2em;
}

.advantage_box h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5em;
    position: relative;
}
.advantage_box h4:before {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #97cfc1;
    border-radius: 2px;
}

.advantage_box ul {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0;
}

.advantage_box ul li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}
.advantage_box ul li:last-child {
    margin-bottom: 0;
}

.advantage_box ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 1rem;
    height: 0.5rem;
    border-left: 4px solid #043d78;
    border-bottom: 2px solid #043d78;
    top: 0.5em;
    left: -2rem;
    transform: rotate(-45deg);
}

/* 冬期講習 */
.seasonal_point_num {
    background: #ffa800;
    padding: 3px 10px;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 0.5em;
    display: inline-block;
    margin-bottom: 0.25em;
}

/* 入塾の流れ */
.info_flow_step {
    background: #043d78;
    color: #fff;
    padding: 1em;
    font-size: 1em;
    line-height: 1.6em !important;
    margin-top: 0 !important;
}
.info_flow_step span {
    font-size: 1.3em;
}
.info_flow_step_ttl {
    border-top: 1px solid #043d78;
    border-bottom: 1px solid #043d78;
    padding: 0.75em 0;
    font-size: 1.1em;
    color: #043d78;
    text-align: center;
}
.info_flow_step_line {
    border-bottom: 1px solid #888;
    padding-bottom: 0.25em;
    font-weight: bold;
}
.info_flow_step_line span {
    font-size: 0.85em;
    font-weight: normal;
}
.info_flow_join {
    border: 1px solid #043d78;
    background: #fff;
    padding: 0.35em 0.5em;
    box-shadow: 2px 2px #043d78;
    display: inline-block;
    color: #043d78;
    font-size: 1.1em;
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
    min-width: 180px;
    text-align: center;
}
.bg_join {
    background: #036eb8;
    border-radius: 4px;
    color: #fff;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.bg_level {
    background: #ffc000;
    border-radius: 4px;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.frm_lgy {
    background: #ecf7ff;
}
.frm_dotted {
    border: 1px dotted #888;
    border-radius: 8px;
    background: #fff;
}
.frm_wh {
    background: #fff;
    box-shadow:0 0 5px #ccc;
    border-radius:10px;
    padding:2em;
}

.partition {
    border-bottom: dotted 1px #888;
}

/* 教育カリキュラム */
.curriculum_message {
    font-size: 1.4em;
    line-height: 1.8em;
    border-left: 2px solid #5d5d5d;
    border-right: 2px solid #5d5d5d;
    padding: 1em 0.75em;
    color: #5d5d5d;
    font-weight: bold;
}
h3.curriculum_ttl {
    /* color: #45b6cc; */
    color: #043d78;
    line-height: 1.4em;
    position: relative;
    margin-top: 3em;
}

h3.curriculum_ttl span {
    display: block;
    font-size: 0.95em;
    font-weight: bold;
}
h3.curriculum_ttl span.intro {
    font-size: 0.65em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    position: absolute;
    top: -50px;
    left: 80px;
    font-weight: bold;
}
h3.curriculum_ttl span.maintxt {
    position: relative;
    top: 0;
    left: 0;
}

h3.curriculum_ttl::before {
    font-family: "DIN Alternate", sans-serif;
    display: block;
    position: absolute;
    top: -0.8em;
    font-size: 2.2em;
}

h3.curriculum_ttl.first::before {
    content: "01";
}
h3.curriculum_ttl.second::before {
    content: "02";
}
h3.curriculum_ttl.third::before {
    content: "03";
}

/* 見出しデザイン */
h2.sub_ttl {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4em;
}
h2.sub_ttl span {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.01em;
    display: block;
    font-size: 2.8em;
    margin: 0.25em 0 1em;
    color: #d5d5d5;
}
h2.sub_ttl::before {
    display: none;
}

h3.square_ttl {
    position: relative;
    font-weight: bold;
    padding: 0.5em 1.2em;
    text-align: left;
}

h3.square_ttl::before {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #043d78;
    content: "";
    top: calc(50% - 3px);
    left: 0;
    z-index: 1;
}

h3.square_ttl::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #ffea00;
    content: "";
    top: calc(50% + 8px);
    left: 13px;
    z-index: 0;
}

h2.bl_ttl {
    color: #043d78;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4em;
}

h2.bl_ttl span {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.05em;
    display: block;
    font-size: 3em;
    margin: 0.25em 0 1em;
    padding-left: 0.25em;
}
h2.bl_ttl::before {
    display: none;
}

h2.wh_ttl {
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4em;
}

h2.wh_ttl span {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 0.05em;
    display: block;
    font-size: 3em;
    margin: 0.25em 0 1em;
    padding-left: 0.25em;
}
h2.wh_ttl::before {
    display: none;
}

h2.step_ttl {
    color: #043d78;
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
    /* position: absolute; */
    display: block;
}
h2.step_ttl::before {
    display: none;
}

h2.diagnosis {
    background:#45b6cc;
    padding:.75em 0;
    color:#fff;
    text-align:center;
    font-weight:bold;
    margin-bottom:1em;
    line-height:1.4em;
}
h2.diagnosis span {
    font-size:.6em;
    font-weight:bold;
    display:block;
    color:#ffe400;
}


/* h2.diagnosis {
    font-optical-sizing: auto;
    letter-spacing: 0.01em;
    display: block;
    font-size: 2.4em;
    line-height:1.2em;
    font-weight:bold;
    margin: 0.25em 0 1em;
    padding-left: 0.25em;
}
h2.diagnosis span {
    font-weight:bold;
    color:#f37c06;
    font-size:.5em;
    display:block;
}
h2.diagnosis span::before, h2.diagnosis span::after {
  content: '';
  position: absolute;
  top: 15%;
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: black;

}
h2.diagnosis span::before {
  left:0;
    -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
h2.diagnosis span::after {
  right: 0;
    -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
} */

.outline {
    font-size: 1em;
}

/* ステップアップイメージ */
.stepup {

}
.step01,.step02,.step03 {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    height:3.4em;
    font-size:1.4em;
    line-height:3.4em;
    font-weight:bold;
    padding-left:1em;
    margin-bottom:.5em;
}
.step01 {
    position:relative;
    color:#043d78;
    background:#d1deeb;
}
.step02 {
    position:relative;
    background:#a7c2d8;
    color:#043d78;
}
.step03 {
    position:relative;
    background:#043d78;
    color:#fff;
}
.step01_img {
    position:absolute;
    top:165px;
    right:40px;
    background: #f4f4f4;
    display: block;
    margin: 0 auto 1em;
    width: 100px ;
    height: 100px;
    border-radius: 50%;
    border:2px solid #fff;
    object-fit: cover;
    z-index:10;
}
.step02_img {
    position:absolute;
    top:432px;
    right:40px;
    background: #f4f4f4;
    display: block;
    margin: 0 auto 1em;
    width: 100px ;
    height: 100px;
    border-radius: 50%;
    border:2px solid #fff;
    object-fit: cover;
    z-index:10;
}
.step03_img {
    position:absolute;
    top:696px;
    right:40px;
    background: #f4f4f4;
    display: block;
    margin: 0 auto 1em;
    width: 100px ;
    height: 100px;
    border-radius: 50%;
    border:2px solid #fff;
    object-fit: cover;
    z-index:10;
}
.stepup_txt {
    max-height:300px;
    margin-bottom:1.5em;
}
.stepup_txt p {
    border:dotted 2px #333;
    border-radius:4px;
    padding:.5em;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
}
.stepup_txt img {
    width:60px;
    height:60px;
    margin:10px 5px 5px 5px;
}



/* 大学合格実績 */
.archive_box {
    padding: 2.5em 1.5em 1em 1.5em;
    border: 3px double #043d78;
    position: relative;
    margin: 2em 0;
}
.archive_box p {
    font-size: 0.9em;
}
.archive_box p span {
    font-weight: bold;
}
.archive_box p.archive {
    background: #ffe400;
    padding: 0.25em 0;
    /* border:2px solid #ffe400;
    height:2em; */
    border-radius: 4px;
    font-weight: 900;
    display: block;
    width: 16em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.archive_box dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.archive_box dd {
    font-size: 0.85em;
}

/* 卒業生の声 */
.textbox {
    border-radius: 10px;
    background: #fff;
    padding: 2em 1.5em;
    border: 1px solid #043d78;
}

.textbox p.voice_name {
    font-size: 1.5em;
    margin-bottom: 0;
}
.textbox p.voice_name span {
    font-size: 0.65em;
    display: block;
}
.textbox p.students_voice {
    font-size: 1.2em;
}
.students_portrait {
    border-radius:50px;
}
.textbox img.students {
    width: 60%;
    background: #f4f4f4;
    display: block;
    margin: 0 auto 1em;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.textbox img.students_uni {
    width: 60%;
    background: #f4f4f4;
    display: block;
    margin: 0 auto 1em;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.textbox p.voice_uni {
    font-size: 1em;
    margin-bottom: 0.5em;
}
.voice_uni span.detail {
    font-size:.9em;
    border-bottom: 1px solid #555;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    display: block;
}
.voice_uni span.detail i {
    font-size:.85em;
}

/* 履修歴 */
.subject {
}
.subject span {
    background:#888;
    color:#fff;
    font-weight:bold;
    font-size:.7em;
    padding:.25em .6em .25em .25em;
    margin-right:.25em;
    margin-top:.25em;
    width: 40px;
    height: 20px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);

}
.subject span.subject_none {
    background:none;
    color:#555;
    font-weight:bold;
    font-size:.7em;
}
/* .subject,.subject_es,.subject_dom,.subject_sch {
    color:#fff;
    font-weight:bold;
    font-size:.75em;
    padding:.25em .6em .25em .25em;
    margin-right:.25em;
    margin-top:.25em;
    width: 40px;
    height: 20px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.subject {
    background:#888;
}
.subject_es {
    background:#043d78;
}
.subject_dom {
    background:#195731;
}
.subject_sch {
    background:#142948;
}
.subject_none {
    font-size:.9em;
    font-weight:bold;
    margin-right:.25em;
} */


.textbox p.voice_school {
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
.voice_school span {
    font-size: 0.85em;
    border-bottom: 1px solid #555;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    display: block;
}

/* 保護者の声 */
.textbox_parent {
    width:33.333%;
    border-radius: 10px;
    background: #fff;
    padding: 2em;
    border: 1px solid #043d78;
}

/* slick slider */
.slick-dots li button:before {
    font-size:12px!important;
}
.slick-prev, .slick-next {
    width: 60px!important;
    height: 60px!important;
    z-index:10;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px!important;
}

.slick-prev:before, .slick-next:before {
    color: #142948!important;
}
.students-slide {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
/* .students-slide .slide {
    max-width: 300px;
} */
.slick-slide {
  margin: 0 5px;
}

/* CEFR表 */
details.cefr_list {
    margin-bottom: 5em;
}
details.cefr_list summary {
    background: #dbdbdb;
    padding: 1em;
    text-align: center;
    font-size: 1em;
    margin-inline: auto;
}
.tbl_courseprg {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}
.tbl_courseprg tr {
    line-height: 1.4em;
    border: 1px solid #ccc;
}
.tbl_courseprg th {
    width: 12%;
    padding: 7px 7px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.tbl_courseprg td {
    width: 12%;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
}
.tbl_courseprg td p {
    line-height: 1.1em;
}
.tbl_courseprg td img {
    width: 20%;
}
.tbl_courseprg td.overview {
    width: 40%;
    padding: 10px 7px;
    line-height: 1.2em;
    text-align: left;
}
.tbl_courseprg th.overview {
    width: 40%;
    padding: 10px 7px;
    line-height: 1.2em;
    vertical-align: middle;
}
.tbl_courseprg tr:last-child {
    border-bottom: 1px dotted #ccc;
}
.tbl_courseprg tr.bg_grey {
    background-color: #f7f7f7;
}
.tbl_courseprg .courseprg_ttl {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #043d78;
}
.tbl_courseprg .cefr_ttl {
    font-weight: bold;
    padding-bottom: 10px;
    background: #26457a;
    color: #fff;
}

.tbl_cefr {
    table-layout: fixed;
    font-size: 0.9em;
}
.tbl_cefr tr {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.tbl_cefr tr:last-child {
    border-bottom: none;
}
.tbl_cefr th {
    font-weight: bold;
    padding: 1em 0.5em;
    background: #26457a;
    color: #fff;
}
.tbl_cefr td {
    width: 25%;
    text-align: center;
    padding: 1em 0.5em !important;
    vertical-align: middle;
}
.tbl_cefr td.item_overview {
    font-weight: bold;
    background: #f7f7f7;
    width: 20%;
}

ul.kome_marker {
    font-size: 0.9em;
}
ul.kome_marker li {
    list-style-type: none;
    padding-left: 0;
    font-size: 0.85em;
}
ul.kome_marker li:before {
    content: "※ ";
}

/* 磨き抜かれたコンテンツ */
.plus {
    width: 20%;
    margin: 10% 40%;
}
.consider {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.fourskills {
    font-size: 1.4em;
    font-weight: bold;
    /* color: #043d78; */
}

/* ５技能 */
.contents_box {
    border: 2px solid #97cfc1;
    padding: 5em 1em 1em;
    position: relative;
    margin-top: 7em;
}

.contents_box h3 {
    background: #45b6cc;
    color: #fff;
    text-align: center;
    height: 5em;
    width: 5em;
    margin-inline: auto;
    line-height: 5em;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
}
.contents_box ul {
    padding-left: 1rem;
}
.contents_box ul li {
    list-style-type: disc;
    margin-bottom: 0.5em;
}
.contents_box ul li:last-child {
    margin-bottom: 0;
}

/* 続きを見る */
.readmore {
    position: relative;
    padding: 0 0 40px;
}

.readmore h4 {
    color: #043d78;
    font-weight: bold;
    margin: 1em 0 0.5em 0 !important;
}

.readmore label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 100px;
    padding: 6px 0;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    border-radius: 5px;
    background-color: #383636;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}

.readmore label::before {
    content: "続きを見る";
}

.readmore input[type="checkbox"]:checked ~ label::before {
    content: "元に戻す";
}

.readmore input[type="checkbox"] {
    display: none;
}

.readmore-content {
    position: relative;
    height: 16em;
    overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
    height: auto;
}

.readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
    display: none;
}

.footer_webinar {
    position: fixed;
    background: #043d78;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    height: 210px;
    z-index: 10;
}
.footer_webinar03 {
    position: fixed;
    background: #043d78;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    height: 100px;
    z-index: 10;
}
.footer_inner {
    max-width: 1000px;
    width: 90%;
}
.footer_inner p {
    color: #fff;
    font-weight: bold;
}
/*----------------------------------
  TABLET
----------------------------------*/

@media (max-width: 1020px) and (min-width: 768px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .sp_pc {
        display: none;
    }
    .header_inner img {
        width: 30%;
    }

    .main_img_container {
        background-position: 40% 20%;
    }
    .main_img_inner h1 {
        font-size: 4rem;
        top: 280px;
        right: 0;
    }
    .main_img_inner p {
        font-size: 1.6rem;
        top: 370px;
        right: 45px;
        text-align: center;
    }
    .acd-label:after {
        top: -90px;
    }
    .acd-check:checked + .acd-label + .acd-content_overflow {
        overflow: visible;
    }
    .contact:before {
        width: 100%;
        height: 100%;
    }
    .company img,
    .company_webinar img {
        width: 30%;
    }
    .work img {
        width: 20%;
    }
    .summer_bnr {
        bottom: 10%;
        left: 78%;
        z-index: 10;
    }
    
/* ステップアップイメージ */
.step01_img {
    position:absolute;
    top:166px;
    left:-312px;
    width:65px;
    height:65px;
}
.step02_img {
    position:absolute;
    top:166px;
    right:248px;
    width:65px;
    height:65px;
}
.step03_img {
    position:absolute;
    top:166px;
    right:12px;
    width:65px;
    height:65px;
}
.stepup_txt p {
    font-size:1.1em;
}
.stepup_txt img {
    margin:0;
}

/* header */
.hd {
   padding:0;
}

.hd_logo .txt {
    font-size:.5em;
    display: inline;
    margin-left:0;
}
/* header */
.badge_date {
    top: 0;
    right: calc(100% - 91%);
}



}
/*----------------------------------
  PC
----------------------------------*/

@media screen and (min-width: 1024px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    
/* header */
.hd {
   padding:1%;
   height:100px;
}

.hd_logo img {
    margin-right:0;
}
.hd_logo .txt {
    margin-left:0;
}
/* header */
    
    p.top_overview {
        font-size: 2.8em;
        margin-bottom: 2em;
    }
    .top_overview_img {
        width: 40vw;
        margin-left: calc(0vw);
    }
    .outline {
        font-size: 1.2em;
        line-height: 1.8em;
    }
    
    .summer_bnr {
        padding: 0.5em 0.75em 0.5em 0.75em;
        bottom: 10%;
        left: 80%;
    }
    .summer_bnr p {
        font-size: 0.7em;
        margin-bottom: 0;
    }
    .summer_bnr p span {
        font-size: 0.55em;
    }
    .illust p {
        margin-top: 35px;
    }
    .acd-check:checked + .acd-label + .acd-content_overflow {
        overflow: visible;
    }

    .course_frm {
        width: 70%;
    }
    section h2 {
        font-size: 2.4rem;
        line-height: 3.4rem;
    }
    section.section_wh,
    section.section_be,
    section.section_check,
    .section_nv {
        padding: 80px 0;
    }
    .message {
        height: 500px;
        background-position: 65% 10%;
    }
    .info_tbl {
        width: 80%;
        background: #fff;
        font-size: 1em;
        line-height: 1.6em;
    }
    .form_btn_beginners,
    .form_btn_core,
    .form_btn_jr,
    .form_btn_uni,
    .form_btn_scholars {
        width: 40%;
    }

    .work img {
        width: 20%;
    }
    h2.contact:before {
        left: 46%;
        top: -35px;
        width: 70%;
        height: 70%;
    }
    .acd-check:checked + .acd-label + .acd-content_beginners {
        height: 300px;
    }
    .acd-check:checked + .acd-label + .acd-content_core {
        height: 500px;
    }
    .acd-check:checked + .acd-label + .acd-content_jr {
        height: 200px;
    }
    .acd-check:checked + .acd-label + .acd-content_uni {
        height: 750px;
    }
    .acd-check:checked + .acd-label + .acd-content_scholars {
        height: 1100px;
    }
    .card2 {
        max-height: 120px;
    }
    .card2_inner > .btn_info {
        margin-top: 25px;
        color: #fff;
    }
    .card2_inner > .btn_guide {
        /* margin-top:25px; */
        color: #fff;
    }
    .company {
        height: 300px;
    }
    .company_webinar {
        margin-bottom: 0;
    }
    .company_inner p {
        text-align: left;
    }
    .company img,
    .company_webinar img {
        width: 40%;
        float: right;
    }
    .flex_company01 {
        width: 48%;
    }
    .footer_webinar {
        height: 140px;
    }
    .header_inner img {
        width: 15%;
    }
    .icon_theme {
        margin: 2em auto 0;
        width: 80%;
    }
    .btn50 {
        width: 50%;
    }
    .main_img_container_webinar04 {
        width: 100%;
        position: relative;
        background-image: linear-gradient(150deg, rgba(247, 166, 12, 1), rgba(253, 224, 45, 1) 0%, rgba(249, 185, 23, 1) 25%, rgba(240, 158, 32, 1) 75%, rgba(236, 133, 58, 1));
    }
    .main_img_container_webinar05 {
        width: 100%;
        position: relative;
        background: #0089c1;
    }
    .main_img_container_webinar04 img,
    .main_img_container_webinar05 img {
        max-width: 1200px;
        margin: 0 auto;
        display: block;
    }
    .main_img_container_webinar04,
    .main_img_container_webinar05 a:hover {
        opacity: 1;
    }
    .gotoform {
        padding-top: 200px;
        padding-left: 0;
    }
    .gotoform span {
        display: block;
        width: 440px;
        margin: 0 auto;
        background: #ffc600;
        border-radius: 30px;
        text-align: center;
        padding: 10px 5px;
    }
    .gotoform span:after {
        font-family: "Font Awesome 5 Free";
        content: "\f138";
        font-weight: 900;
        margin-left: 0.5em;
        font-size: 1em;
    }
    .main_img_container_webinar04 .mask,
    .main_img_container_webinar05 .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .main_img_container_webinar04:hover .mask,
    .main_img_container_webinar05:hover .mask {
        opacity: 1;
        padding-top: 80px;
    }

    .mission_ph01 {
        position: absolute;
        width: 35%;
        bottom: 2em;
        right: 0;
    }
    .mission_ph02 {
        position: absolute;
        width: 27%;
        bottom: -16em;
        left: 0;
    }
    .mission_txt {
        width: 80%;
    }
    .mission02 > .mission_txt {
        margin-left: 6em;
    }
    .mission02 > h3 {
        margin-left: 3.2em;
    }
    .unique_curri_ttl_core,
    .unique_curri_ttl_uni,
    .unique_curri_ttl_sch {
        min-height: 145px;
        padding-top: 2em;
    }

    .school img {
        width: 50%;
        max-width: 280px;
        vertical-align: top;
    }
    .school iframe {
        width: 50%;
        max-width: 310px;
        height: 185px;
    }
    .top_message {
        font-size: 2em !important;
    }
    #page_top {
        bottom: 25px;
    }

    .tbl_unique2025 th {
        width: 30%;
    }
    .tbl_unique2025 td {
        width: 70%;
    }

    /* 見出しデザイン */
    h2.sub_ttl {
        font-size: 1.6em;
    }
    h2.sub_ttl span {
        font-size: 3.2em;
    }

    h2.square_ttl {
        position: relative;
        padding: 0.5em 1.2em;
        text-align: left;
    }

    h2.square_ttl::before {
        display: inline-block;
        position: absolute;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: #043d78;
        content: "";
        top: calc(50% - 3px);
        left: 0;
        z-index: 1;
    }

    h2.square_ttl::after {
        display: inline-block;
        position: absolute;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: #ffea00;
        content: "";
        top: calc(50% + 8px);
        left: 13px;
        z-index: 0;
    }

    h2.bl_ttl ,h2.wh_ttl {
        font-size: 1.6em;
    }
    h2.bl_ttl span,h2.wh_ttl span {
        font-size: 3.2em;
    }
    h2.bl_ttl::before,h2.wh_ttl::before {
        display: none;
    }

    h2.step_ttl {
        font-size: 3.2em;
    }
    /* 大学合格実績 */
    .archive_box {
        padding: 2.5em 2em 0.5em 2em;
    }
    .archive_box p {
        font-size: 1.1em;
    }
    .archive_box p span {
        font-weight: bold;
    }
    .archive_box dd {
        font-size: 1em;
    }

    /* 教育カリキュラム */
    .curriculum_message {
        font-size: 1.8em;
        padding: 0.5em 2em;
    }
    h3.curriculum_ttl {
        margin-top: 3em;
        margin-bottom: 2em;
        font-size: 2em;
        line-height: 2em;
    }

    h3.curriculum_ttl span.intro {
        font-size: 0.7em;
        top: 0;
        left: 0;
    }
    h3.curriculum_ttl span.maintxt {
        top: 20px;
        left: 0;
    }

    h3.curriculum_ttl::before {
        font-size: 3em;
    }
    /* 磨き抜かれたコンテンツ */
    .plus {
        width: 40%;
        margin: 30% 30%;
    }
    .consider {
        width: 100%;
    }
    .advantage_ttl h2 {
        font-size: 2.8em;
    }
    .btn_info,
    .btn_guide,
    .btn_course {
        font-size: 1em;
        padding: 15px 0;
    }
 
 h2.diagnosis {
    padding:.5em 0;
}

.textbox img.students_uni {
    width: 80px;
    height: 80px;
}
    
/* ステップアップイメージ */
.step01,.step02,.step03 {
    height:4em;
    font-size:1.5em;
    line-height:4em;
}
.step01_img {
    width:120px;
    height:120px;
    top:180px;
    left:-520px;
}
.step02_img {
    width:120px;
    height:120px;
    top:180px;
    left:160px;
}
.step03_img {
    width:120px;
    height:120px;
    top:180px;
    right:40px;
}

/* 受講生の声 */
.students-slide .slide {
    padding: 0 10px;
}
.badge_date {
font-size:1em;
    top: -10px;
    right: calc(100% - 72%);
}

.btn_info_comment,.btn_course_comment {
    padding: 10px 2px;
    font-size:1.1em;
}
.btn_info_comment span,.btn_course_comment span{
    font-size:.8em;
}



}


/* モーダル用 */
.modal_wrap {
    button {
        border: none;
        color: #ffffff;
        cursor: pointer;
    }

    button:hover,
    button:active {
        opacity: 0.7;
    }

    .Open {
        background-color: #fff;
    }

    .Close {
        background-color: #043d78;
        border-radius: 5px;
        font-size: 1.2em;
        padding: 0.3em 1.5em;
    }

    div[id*="Modal"] {
        border: none;
        border-radius: 9px;
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
        background: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 700px;
    }

    h3 {
        color: #043d78;
        border-bottom: 3px solid #043d78;
        margin-bottom: 1em;
    }
    .inner-modal {
        align-content: center;
        display: grid;
        justify-items: center;
        padding: 3em 2em;
    }

    .inner-modal ul {
        margin-left: 0;
        line-height: 1.8em;
        margin-bottom: 2em;
    }

    .text {
        margin: 0 0 16px;
    }

    .popover-content::backdrop {
        background-color: #505050;
        opacity: 0.5;
    }

}
