@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
.smb-section__subtitle{
    font-family: "Inter", sans-serif!important;
    font-weight: 600;
}
@media (max-width:39.9375em) {/*640px以下*/
    #opening {
        min-height: -webkit-fill-available;
    }
    .top_content .wp-block-snow-monkey-blocks-items-item-free.c-row__col:nth-child(odd) {
    border-right: 0px!important;
}

}

@media (min-width: 1024px) {
    /* メニュー周り */
    .l-header--left .l-header__content{
        padding-top: 0;
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        /* background: #F2EFE9; */
    }
    /* .l-header--left .p-global-nav .c-navbar__item>a{
        align-items: center;
    } */
    li.nav_m01{
        width: 90%;
        margin: 0 auto;
    }
    li.nav_m03{
        width: 90%;
        margin: 0 auto 20px auto;
    }
    li.nav_m02{
        width: 90%;
        margin: 15px auto;
    }
    li.nav_m02 span{
        position: relative;
    }
    li.nav_m02 span::before{
        content: "";
        background: url(assets/img/paper.svg) no-repeat;
        width: 16px;
        height: 16px;
        background-size: cover;
        position: absolute;
        top: 4px;
        left: -20px;
    }
    li.nav_m03 span{
        position: relative;
    }
    li.nav_m03 span::before{
        content: "";
        background: url(assets/img/mail.svg) no-repeat;
        width: 16px;
        height: 16px;
        background-size: cover;
        position: absolute;
        top: 4px;
        left: -20px;
    }
    li.nav_m01 a{
        background: #065ca8;
        color: #fff !important;
        background: linear-gradient(90deg, rgba(6,92,168,1) 0%, rgba(38,112,171,1) 59%, rgba(52,119,173,1) 100%);
        box-shadow: 0 0 6px rgba(0, 0, 0, .2);
        border-radius: 5px;
        padding: var(--_padding-1) var(--_padding1)!important;
        align-items:center!important;
    }
    li.nav_m02 a, li.nav_m03 a{
        background: #065ca8;
        color: #fff !important;
        box-shadow: 0 0 3px rgba(0, 0, 0, .2);
        padding: 10px !important;
        border-radius: 5px;
        align-items:center!important;
    }
    [data-header-layout=left]{
        --body-margin-left: 230px!important;
    }
    .l-header--left .p-global-nav .c-navbar__item>a{
        /* padding: 11px 10px; */
        padding: 11px var(--_padding1);
    }
    /* 講座一覧 */
    .course_box01 .smb-box__body.is-layout-constrained.wp-block-box-is-layout-constrained {
        padding: 0px 20px;
    }
    /* 駿台diversとは */
    .wp-block-snow-monkey-blocks-box.smb-box.smb-box--p-s.method_box {
        width: 60%;
    }
    .meth_box p:last-child{
        width: 90%;
        font-size: 15px;
    }
    .top_attention .smb-section__lede{
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
    }
    .smb-section__lede {
        font-size: 15px;
    }
    .top_attention .smb-section__lede span {
        margin: 10px 0;
    }

}

/* メインビジュアル（pc）*/
/* .swiper-slide{
    height: 100vh;
}
.mv01 {
    position: relative;
    background:#F2EFE9;

}
.img01 {
    position: absolute;
    width: 65%;
    bottom: 0;
}

.img02 {
    width: 19%;
    position: absolute;
    right: 2%;
    top: 2%;
}

.img03 {
    width: 26%;
    right: 0px;
    position: absolute;
    bottom: 0px;
}
.swiper-slide .img01 img, .swiper-slide .img02 img, .swiper-slide .img03 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.04) translateY(13px);
}
.swiper-slide .img01 img{
    transition: opacity 1.84s cubic-bezier(0.33, 1, 0.68, 1) 1.2s,transform 1.84s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}
.swiper-slide .img02 img{
    transition: opacity 1.84s cubic-bezier(0.33, 1, 0.68, 1) 1.26s,transform 1.84s cubic-bezier(0.33, 1, 0.68, 1) 1.26s;
}
.swiper-slide .img03 img{
    transition: opacity 1.84s cubic-bezier(0.33, 1, 0.68, 1) 1.32s,transform 1.84s cubic-bezier(0.33, 1, 0.68, 1) 1.32s;
}
.swiper-slide.swiper-slide-active .img01 img, .swiper-slide.swiper-slide-active .img02 img, .swiper-slide.swiper-slide-active .img03 img, .swiper-slide.swiper-slide-duplicate-active .img01 img,  .swiper-slide.swiper-slide-duplicate-active .img02 img,  .swiper-slide.swiper-slide-duplicate-active .img03 img{
    opacity: 1;
    transform: scale(1) translateY(0);
} */
 .l-section{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
 }
 .visal {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0px;
}
.pc_mv img {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
h2.top_txt {
    font-family: YakuHanMP, "Zen Old Mincho", serif!important;
    font-weight: 600;
    font-style: normal;
    font-size: 5vw;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    text-align: center;
}
#targetElement {
    opacity: 0;
    transform: translateY(20px);
    /* transition: opacity .7s ease, transform 1s ease; */
    /* transition: opacity 1.84s cubic-bezier(0.33, 1, 0.68, 1) .5s,transform 1.84s cubic-bezier(0.33, 1, 0.68, 1) .5s; */
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) .5s, transform 1s cubic-bezier(0.33, 1, 0.68, 1) .5s;

}

#targetElement.visible {
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    top: 16%;
   left: 6vw;
    z-index: 100;
}
#targetElementtwo{
    opacity: 0;
    transform: translateY(20px);
    /* transition: opacity .7s ease, transform 1s ease; */
    /* transition: opacity 1.84s cubic-bezier(0.33, 1, 0.68, 1) .5s,transform 1.84s cubic-bezier(0.33, 1, 0.68, 1) .5s; */
    transition: opacity 1.4s cubic-bezier(0.33, 1, 0.68, 1) .8s, transform 1.4s cubic-bezier(0.33, 1, 0.68, 1) .9s;
}
#targetElementfour{
    opacity: 0;
    transform: translateY(20px);
    /* transition: opacity .7s ease, transform 1s ease; */
    /* transition: opacity 1.84s cubic-bezier(0.33, 1, 0.68, 1) .5s,transform 1.84s cubic-bezier(0.33, 1, 0.68, 1) .5s; */
    transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) .8s, transform 1.4s cubic-bezier(0.33, 1, 0.68, 1) .9s;
}
#targetElementtwo.visibles{
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    z-index: 101;
    right: 6%;
    bottom: 13%;
}
#targetElementfour.visibles{
    
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    z-index: 100;
    left: 7%;
    bottom: 13%;

}
.min_img {
    width: 347px;
    height: auto;
}
#targetElementtree{
    opacity: 0;
    transform: translateY(20px);
    /* transition: opacity .7s ease, transform 1s ease; */
    /* transition: opacity 1.84s cubic-bezier(0.33, 1, 0.68, 1) .5s,transform 1.84s cubic-bezier(0.33, 1, 0.68, 1) .5s; */
    transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1s, transform 1.4s cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
#targetElementtree.visibles{
    opacity: 1;
    transform: translateY(0);
    position: absolute;
   bottom: 0px;
   left: 0px;
    z-index: 100;
}
p.top_txt {
    font-family: "Inter", sans-serif !important;
    font-size: 3vw;
    font-weight: 600;
    color: #ddd;
    mix-blend-mode: multiply;
}
/* psビジュアル周りのコンテンツ */
.mv_top_pc_topics {
    border-radius: 0 5px 0;
    padding: 20px;
    background: #F2EFE9;
}

.campaign_01 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

p.bac_ble {
    background: #B5473A;
    color: #ffff;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

p.camp_cot {
    font-size: 18px;
    font-weight: bold;
    margin-left: .5em;
    line-height: 1;
}

span.red_text {
    color: #B5473A;
    font-size: 20px;
    font-weight: bold;
    margin-right: 3px;
}

span.text_top_s {
    font-size: 13px;
    font-weight: normal;
}
/* トップページ */
.course_top_panels .smb-panels__item{
    box-shadow: none!important;
}
.course_01.top_course:before, .course_02.top_course:before, .course_03.top_course:before{
    font-size: 2rem!important;
    margin-right: 6px!important;
}
h3.wp-block-heading.course_01.top_course, h3.wp-block-heading.course_02.top_course, h3.wp-block-heading.course_03.top_course{
    font-size: 22px!important;
}
.wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img01_top, .wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img02_top, .wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img03_top{
    position: relative;
}
.wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img01_top:before {
    content: "";
    background: url(assets/img/course_01.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    position: absolute;
    right: 3%;
    bottom: 0px;
    z-index: 10;
}
.wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img02_top::before{
    content: "";
    background: url(assets/img/course_02.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    position: absolute;
    right: 3%;
    bottom: 0px;
    z-index: 10;
}
.wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img03_top::before{
    content: "";
    background: url(assets/img/course_03.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    position: absolute;
    right: 3%;
    bottom: 0px;
    z-index: 10;
}
.wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img02_top {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}
.wp-block-group.back_white .wp-block-snow-monkey-blocks-items-item-free.c-row__col {
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
}
span.ble_bo {
    background: #B5473A;
    padding: 7px;
    color: #ffff;
    border-radius: 5px;
    margin-right: 5px;
}
span.yel_bo{
    background: #B5473A;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;

}
span.yel_bo02 {
    background: #B5473A;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    /* margin-left: 3px; */
    margin-right: 3px;
}
.wp-block-snow-monkey-blocks-btn-box.smb-btn-box.grad_btm {
    margin-top: 0px;
}
.wp-block-snow-monkey-blocks-btn-box.smb-btn-box.grad_btm .smb-btn-box__lede::before, .wp-block-snow-monkey-blocks-btn-box.smb-btn-box.grad_btm .smb-btn-box__lede::after{
    content: '';
    display: inline-block;
	width: 3px;
	height: 24px;
	background-color: #B5473A;
}
.wp-block-snow-monkey-blocks-btn-box.smb-btn-box.grad_btm .smb-btn-box__lede::before{
    margin-right: 15px;
	transform: rotate(-35deg);
}
.wp-block-snow-monkey-blocks-btn-box.smb-btn-box.grad_btm .smb-btn-box__lede::after{
    margin-left: 15px;
	transform: rotate(35deg)
}
.wp-block-snow-monkey-blocks-btn-box.smb-btn-box.grad_btm .smb-btn{
    background: linear-gradient(90deg, rgba(6,92,168,1) 0%, rgba(38,112,171,1) 59%, rgba(52,119,173,1) 100%);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.top_content .wp-block-snow-monkey-blocks-items-item-free.c-row__col:nth-child(odd) {
    border-right: 1px solid #333;
}

.wp-block-snow-monkey-blocks-box.smb-box.map_btn {
    background: #065CA8;
    background: linear-gradient(90deg, rgba(6,92,168,1) 0%, rgba(38,112,171,1) 59%, rgba(52,119,173,1) 100%);
    border-radius: 100%;
    color: white;
    display: inline-block;
    margin: 0 auto;
    padding: 25px;
    position: relative;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-block-snow-monkey-blocks-box.smb-box.map_btn a{
    color: #ffff;
    text-decoration: none;
}
.wp-block-snow-monkey-blocks-panels-item-block-link.c-row__col.school-box{
    padding: 0;
    margin: 0;
}
.school-box.green .smb-panels__item.smb-panels__item--block-link{
    background: #449D8D;
}
.school-box.green .smb-panels__item.smb-panels__item--block-link::before{
    border-color: #449D8D transparent transparent transparent;
}
.school-box.orange .smb-panels__item.smb-panels__item--block-link{
    background: #065CA8;
}
.school-box.orange .smb-panels__item.smb-panels__item--block-link::before{
    border-color: #065CA8 transparent transparent transparent;
}
.school-box .smb-panels__item.smb-panels__item--block-link{
   
    border-radius: 100%;
    color: white;
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
.school-box .smb-panels__item.smb-panels__item--block-link::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.school-box .smb-panels__item__body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 90px;
    width: 90px;
    padding: 20px;
}
figure.wp-block-image.aligncenter.size-full.is-resized.school-box-img {
    margin-top: 0px;
}
p.has-text-align-center.school-box-p {
    margin: 0 0 5px 0;
}
.wp-block-column.school-wrap-box.is-layout-flow.wp-block-column-is-layout-flow {
    background: #F2EFE9;
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
    /* box-shadow: 0 10px 25px 0 rgba(133,152,160,.3); */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset; */
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;

}

h3.wp-block-heading.has-text-align-center.school_neme{
    margin-bottom: 5px!important;
}

p.has-text-align-center.school-tel a {
    text-decoration: none;
    color: #000;
    display: block;
}
span.tel_icon {
    position: relative;
    margin-left: 17px;
}
span.tel_icon::before{
    content: "";
    background: url(assets/img/tel_icon.svg) no-repeat;
    width: 17px;
    height: 17px;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: -19px;
}
p.has-text-align-center.school-address {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
}
p.has-text-align-center.map {
    font-size: 13px;
    line-height: 1;
    margin-top: 0px;
}
.wp-block-snow-monkey-blocks-items-item-free.c-row__col.back_white {
    background: #fff;
    margin: 0 1%;
    flex: 0 0 48%;
    padding: 16px 0;
}
span.bk_red {
    color: #fff;
    background: #B5473A;
    padding: 5px 10px;
    border-radius: 5px;
}
.font-size-s{
    font-size: 15px;
    
}
.s_width{
    max-width: 370px!important;

}
/* .appl_step .smb-step__item__title {
    font-size: 18px;
} */
.appl_step .smb-step__item__number{
    color: #065CA8;
    background: #F2EFE9;
    border: 2px solid #065CA8;
    font-weight: bold;
    --_font-size-level: 1;
}
.appl_step .wp-block-snow-monkey-blocks-step-item-free.smb-step__item{
    position: relative;
}
.appl_step .wp-block-snow-monkey-blocks-step-item-free.smb-step__item::after{
    content: "STEP";
    position: absolute;
    top: -19px;
    left: -66px;
    color: #065CA8;
    font-family: "Inter", sans-serif!important;
    background: #F2EFE9;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
}
.l-footer{
    border: none;
    background: #2F5CA8;
}
p.foot_adress {
    color: #fff;
}
.widget.widget_nav_menu ul li a {
    color: #fff;
    font-weight: bold;
}
.widget.widget_nav_menu .menu{
    display: flex;
    flex-wrap: wrap;
}
.widget.widget_nav_menu ul li{
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 10px;
}
.wp-block-column.foot_school_adress {
    color: #fff;
}
.wp-block-column.foot_school_adress h3{
    margin-bottom: 0px;
}
.wp-block-column.foot_school_adress p{
    margin-top: 5px;
    font-size: 13px;
}
.fot_map_link .smb-panels__item{
    background-color: initial!important;
    box-shadow: none!important;
    color: #Fff;
}
.wp-block-snow-monkey-blocks-panels.smb-panels.fot_map_panel {
    margin-top: 0px;
}
.wp-block-column.foot_school_adress.is-layout-flow.wp-block-column-is-layout-flow {
    box-shadow: -2px -2px 9px 0px rgba(120, 144, 234, 0.26), 3px 1px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 0 0;
}
h3.wp-block-heading.has-text-align-center.foot_sc_build {
    color: #fff;
    font-size: 1.1rem;
}
h3.wp-block-heading.has-text-align-center.foot_sc_build::before, h3.wp-block-heading.has-text-align-center.foot_sc_build::after{
    background-color: #fff;
}
.c-copyright--inverse{
    background-color: #2F5CA8;
}
.wp-block-column.back_green.is-layout-flow.wp-block-column-is-layout-flow{
    background: #43A9A9;
    padding: 20px 0 0 0;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}
.wp-block-column.back_orenge.is-layout-flow.wp-block-column-is-layout-flow{
    background-color: #EDA82C;
    padding: 20px 0 0 0;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}
.wp-block-column.back_greens.is-layout-flow.wp-block-column-is-layout-flow{
    background-color: #0F7CAC;
    padding: 20px 0 0 0;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}
figure.wp-block-image.size-full.couse_img01 img {
    border-radius: 0 0 10px 10px;
}
.cu_btm a {
    width: 300px;
}


/* コース一覧 */

.c-page-header[data-has-image=true] {
    height: clamp(300px, 20vw, 500px);
}
h1.c-page-header__title {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
.course_box01{
    position: relative;
}
.course_box01.course_img01::before{
    content: "";
    background: url(assets/img/course_01.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: cover;
    position: absolute;
    right: 3%;
    bottom: 10px;
    z-index: 10;
}
.course_box01.course_img02::before{
    content: "";
    background: url(assets/img/course_02.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: cover;
    position: absolute;
    right: 3%;
    bottom: 10px;
    z-index: 10;
}
.course_box01.course_img03::before{
    content: "";
    background: url(assets/img/course_03.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: cover;
    position: absolute;
    right: 3%;
    bottom: 10px;
    z-index: 10;
}
h4.wp-block-heading.course_h4 {
    margin-bottom: 15px;
}
h3.wp-block-heading.course_01,
h3.wp-block-heading.course_02,
h3.wp-block-heading.course_03
{
    position: relative;
    font-size: 1.6rem;
}
h3.wp-block-heading.course_01::before{
    content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #43A9A9;
	font-size: 2.5rem;
	border-bottom: 3px solid #43A9A9;
}
h3.wp-block-heading.course_02::before{
    content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #EDA82C;
	font-size: 2.5rem;
	border-bottom: 3px solid #EDA82C;
}
h3.wp-block-heading.course_03::before{
    content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #0F7CAC;
	font-size: 2.5rem;
	border-bottom: 3px solid #0F7CAC;
}
.course_box01 .smb-box__background{
    background-color: #F2EFE9;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

span.gre_bk {
    background: #43A9A9;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
}
span.ore_bk{
    background: #EDA82C;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
}
span.ble_bk{
    background: #0F7CAC;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
}
.wp-block-group.target_ect{
    /* width: 65%; */
    margin-right: auto!important;
    margin-left: 0!important;
    /* background: #B5473A; */
    padding: 15px 20px;
    /* color: #fff; */
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #B5473A;
}
.wp-block-group.target_ect h4{
    font-size: 1rem;
    margin-bottom: 10px;

}
.wp-block-group.target_ect li{
    font-weight: bold;
    line-height: 1.2;
    font-size: 15px;
}
/* 駿台diversとは */
.meth_box{
    position: relative;
}
p.meth_no {
    position: absolute;
    color: #065CA8;
    font-size: 2rem;
    font-weight: bold;
    /* border: 3px solid; */
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    top: 8px;
    justify-content: center;
    left: 8px;
}
p.guid_no{
    position: absolute;
    color: #065CA8;
    font-size: 1rem;
    font-weight: bold;
    /* border: 3px solid; */
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    top: 0px;
    justify-content: center;
    left: 0px;
}
p.meth_p {
    margin-top: 0!important;
    color: #065CA8;
}
.meth_box h4{
    margin: 5px 0px!important;
}
.meth_box h3{
    margin-top: 0px!important;
    margin-bottom: 10px!important;
}

h3.meth_box_h {
    margin-top: 10px !important;
}
.course_box02 .smb-box__background{
    /* background-color: #fff; */
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.course_box02 .smb-box__body.is-layout-constrained.wp-block-box-is-layout-constrained{
    padding: 20px;
}
h3.wp-block-heading.course_01.guid_patt01::before{
    color: #075CA8!important;
    border-color: #075CA8!important;
}
h3.wp-block-heading.course_02.guid_patt01::before{
    color: #075CA8!important;
    border-color: #075CA8!important;
}
h3.wp-block-heading.course_03.guid_patt01::before{
    color: #075CA8!important;
    border-color: #075CA8!important;
}
h3.wp-block-heading.course_04.guid_patt01::before{
    content: attr(data-number);
    color: #075CA8!important;
	display: inline-block;
	margin-right: 20px;
	font-size: 2.5rem;
	border-bottom: 3px solid #075CA8;
}
span.guid_h {
    /* text-align: justify;
    text-align-last: justify; */
    /* letter-spacing: 0.7rem; */
    color: #075CA8;
    font-size: 2rem;
    /* background: #43A9A9; */
    /* padding: 10px 0px 10px 11px;
    border-radius: 5px; */
}
p.point-p01 {
    color: #075CA8;
}
p.point-p01 span {
    background: #075CA8;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wp-block-snow-monkey-blocks-panels.smb-panels.guid_box_flex .smb-panels__item{
    box-shadow: none;
}
.guid_patt01 figure{
    margin-top: 10px!important;
}
.guid_patt01 .smb-panels__item__body.is-layout-constrained.wp-block-panels-item-block-link-is-layout-constrained{
    padding: 19px 0px 0 0;
    border-radius: 10px;
}
.method_sect .smb-section__title {
    margin-top: 20px;
    line-height: 1.3;
}
.meth_box_flex .smb-panels__item {
    box-shadow: none;
    border: 1px solid #065CA8;
    border-radius: 5px;
}
.guid_box_flex .smb-panels__item {
    box-shadow: none;
    border: 1px solid #065CA8;
    border-radius: 5px;
}
.guid_patt01{
    position: relative;
}
.guid_patt01 p:nth-child(2){
    margin-top: 3px!important;
}
/* ７つの受験サポート */
.support_panel h5.wp-block-heading {
    height: calc(1.3em* 2);
    line-height: 1.3;
}
h2.wp-block-heading.has-text-align-center.sup_g_h {
    margin-top: 0px;
}
p.has-text-align-center.sup_g_p::before, p.has-text-align-center.sup_g_p::after{
    content: '';
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #B5473A;
}
p.has-text-align-center.sup_g_p::before{
    margin-right: 15px;
    transform: rotate(-35deg);
}
p.has-text-align-center.sup_g_p::after{
    margin-left: 15px;
    transform: rotate(35deg);
}
p.has-text-align-center.sup_r_p::before, p.has-text-align-center.sup_r_p::after{
    content: '';
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #065CA8;
}
p.has-text-align-center.sup_r_p::before{
    margin-right: 15px;
    transform: rotate(-35deg);
}
p.has-text-align-center.sup_r_p::after{
    margin-left: 15px;
    transform: rotate(35deg);
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.sup_btn {
    margin: 0 auto;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.sup_btn a {
    font-size: 13px;
    padding: 7px 30px;
}
.support_panel .smb-panels__item__body {
    height: 200px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.support_panel .wp-block-snow-monkey-blocks-buttons.smb-buttons {
    margin-top: auto;
}
figure.wp-block-image.aligncenter.size-full.is-resized.img_mag_top {
    margin-top: 10px;
}
.support_panel .smb-panels__item{
    background: #F2EFE9;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.yaruki .smb-panels__item{
    box-shadow: none;
    background: initial;
    padding: 0;
}
.suppo_sect .smb-section__subtitle {
    font-size: 16px;
}
.suppo_sect .smb-section__subtitle::before, .suppo_sect .smb-section__subtitle::after{
    content: '';
    display: inline-block;
    width: 3px;
    height: 24px;
    background-color: #B5473A;
}
.suppo_sect .smb-section__subtitle::before{
    margin-right: 15px;
    transform: rotate(-35deg);
}
.suppo_sect .smb-section__subtitle::after{
    margin-left: 15px;
    transform: rotate(35deg);
}
.suppo_sect .smb-section__title:after{
    height: 3px;
}
.suppo_sect .smb-section__title::before{
    content: '';
	position: absolute;
	top: 114px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #065CA8 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--wider.monoer_btm {
    margin: -40px auto 0;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--wider.monoer_btm a{
    text-align: center;
}
div#monoxer h2.smb-section__title{
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url(assets/img/monoxer_logo.png) no-repeat;
    background-size: 22%;
    background-position: center;
}
div#manabo h2.smb-section__title{
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url(assets/img/monobo_logo.png) no-repeat;
    background-size: 18%;
    background-position: center;
}
.manabo_rating .smb-rating-box__item__evaluation__numeric {
    display: none;
}
.manabo_panel .smb-panels__item.smb-panels__item--free {
    box-shadow: none;
    background-color: #F2EFE9;
}
/* サイドバナー */
.side_banner{
    opacity: 0;
}
.side_banner.arrival {
    position: fixed;
    right: 0px;
    top: 10%;
    animation-name:fadeRightAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
.side_banners{
    position: fixed;
    right: 0px;
    top: 10%;
    animation-name:fadeRightAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeRightAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  .side_ban_a{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #2F5CA8;
    color: #fff;
    text-decoration: none;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    display: block;

}
span.sbs {
    position: relative;
    display: inline-block;
    margin-top: 18px;
}
span.sbs::before{
    content: "";
    position: absolute;
    background: url(assets/img/study_icon.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.kouza_colms p{
    margin-top: 10px!important;
}
.kouza_colms ol{
    margin-top: 15px!important;
}
.link_no{
    opacity: .1;
}
.link_no a{
    pointer-events: none!important;
}
h3.wp-block-heading.dots{
    border-bottom: 1px dashed #065CA8;
}
figure.wp-block-flexible-table-block-table.is-content-justification-center.is-scroll-on-mobile.comparison_table img {
    display: block;
    margin: 10px auto;
}
.comparison_table tr td:nth-child(n+3){
	opacity:.5;
	filter: grayscale(100%);
}
.comparison_table tr th:nth-child(n+3){
	opacity:.5;
}
.first_step .smb-step__item__number{
    font-size: 20px;
}
p.has-text-align-center.tb_hight {
    height: calc(1.3em * 2);
    line-height: 1.3;
}
.top_topics .c-entry-summary__figure:before {
    content: "";
    display: block;
    padding-top: 100%; /* 正方形になる */
}
.top_topics .c-entry-summary__term {
    display: none !important;
}
@media (min-width: 1024px) and (max-width: 1100px){
    span.bk_red{
        font-size: 16px;
    }
    .wp-block-snow-monkey-blocks-items-item-free.c-row__col.back_white{
        padding: 16px 10px;
    }
}
@media (min-width: 1024px) and (max-width: 1460px){
    .meth_box h3{
        font-size: 18px;
    }
}
@media (max-width: 1329px){
    .meth_box h3{
        height: calc(1.3em* 2);
        line-height: 1.3;
    }
}
@media (min-width: 782px) and (max-width: 1300px){
.top_course .cu_btm{
    width: 80%;
}
}
@media (max-width: 1023px){
  .side_banner, .side_banners{
    display: none;
  } 
    .c-hamburger-btn__bars {
    height: 40px;
    border-radius: 50%;
    width: 40px;
    background: #065CA8;
}
    .c-hamburger-btn__bar {
        height: 2px;
        width: 20px;
        transform: translateX(-50%);
        left: 50%;
}
.c-hamburger-btn__bar:first-of-type {
    top: 13px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
    top: 20px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
    top: 27px;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:first-of-type, .c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(3) {
    top: 18px;
    left: 25%;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.smb-btn-wrapper--wider.monoer_btm{
    margin: 10px auto!important;
}
div#monoxer h2.smb-section__title, div#manabo h2.smb-section__title, div#coworkingspace h2.smb-section__title{
    background-size: 50%;
}
.how_to_study_sect .smb-section-break-the-grid__content.smb-section-break-the-grid__content--w-40.smb-section-break-the-grid__content--p-l.smb-section-break-the-grid__content--left {
    padding: 0px;
    margin-top: 30px;
}
.fot_fixed a {
    background: #2F5CA8;
    padding: 15px 0px;
    display: block;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
}
}
figure.study_img_qa {
    margin-top: -95px!important;
}
div#coworkingspace h2.smb-section__title{
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url(assets/img/logo_dayone.jpg) no-repeat;
    background-size: 22%;
    background-position: center;
}
h3.wp-block-heading.cow_h {
    margin-top: 0;
}
/* フッター */
.wp-block-columns.fot_school_colms.display_none {
    display: none!important;
}

.success {
    text-align: center;
    margin-top: 0px !important;
}
.number {
    font-size: 48px;
    font-weight: bold;
    color: #B5473A;
    display: inline-block;
    opacity: 0;
    animation: fadeIn 1s forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.number:nth-child(1) {
    animation-delay: 0.5s;
}
.number:nth-child(2) {
    animation-delay: 1s;
}
.number:nth-child(3) {
    animation-delay: 1.5s;
}
.number:nth-child(4) {
    animation-delay: 2s;
}
.number:nth-child(5) {
    animation-delay: 2.5s;
}
.number:nth-child(6) {
    animation-delay: 3s;
}
h3.wp-block-heading.has-text-align-center.sub_top_h3_goukaku {
    margin-bottom: 5px;
}
.num_boxs .wp-block-snow-monkey-blocks-items-item-free.c-row__col {
    margin-bottom: 45px;
}
.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.apply_btm {
    display: block;
    margin: 0 auto;
}
.achievements_box .wp-block-columns{
    border-bottom: 1px solid #fff;
}
.annotation_p {
    color: #F15930;
    margin-top: 0px;
}
ul.wp-block-list.achievements_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
}
ul.wp-block-list.achievements_list li {
    flex: 0 0 20%;
    box-sizing: border-box;
    position: relative;
}
ul.wp-block-list.achievements_list :where(li)+:where(li){
    margin-top: 0px;
}
ul.wp-block-list.achievements_list li::before{
    content: "";
    background: url(assets/img/sakura.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
}
.cours_colm .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.apply_btm{
    margin: 10px auto!important;
}
.how_to_study_panel h3{
    margin-bottom: 20px!important;
}
@media (max-width: 781px){
    .price_box h2{
        text-align: left!important;
    }
   .achievements_box h3 {
        text-align: center !important;
    }
    ul.wp-block-list.achievements_list li {
    flex: 0 0 30%;
    }
    .wp-block-columns.sns_colms{
        flex-direction: row;
        gap: 10px;
    }
    .wp-block-columns.sns_colms .wp-block-column{
        flex-basis: 20%!important;
        
    }
    .sp_bubble::before{
        bottom: calc(100% - var(--sme-speech--triangle-size) / 2);
        left: var(--_s1);
        right: 0px;
        top: inherit;
    }
    #targetElement.visible{
        top: 24%;
        left: 6vw;
    }
    h2.top_txt{
        font-size: 5vw;

    }


}
@media (max-width: 719px){
    .course_box01.course_img01::before, .course_box01.course_img02::before{
        bottom: 100px;
    }
}
/* sp */
@media (max-width: 500px){
    /* メインビジュアル */
    #targetElementfour.visibles{
    bottom: 10%;
    left: 2%;
    }
    .min_img {
    width: 126px;
    height: auto;
    }
    p.top_txt{
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    }
    #targetElement.visible{
        top: 56vh;
        transform: translateY(-50%);
        left: initial;
        right: 0px;
    }
    #targetElementtwo.visibles{
    right: 2%;
    bottom: 13%;
    }
    #targetElementtree.open-topics{
        position: relative;
    }
    h2.top_txt{
        font-size: 3em;
        line-height: 1.2;
        color: #fff;
    }
   
    .img01 {
        position: absolute;
        width: 100%;
        bottom: 0;
        right: inherit;
        height: 60vh;
    }
    .img02 {
        width: 29%;
        position: absolute;
        right: 0%;
        top: 10vh;
    }
    .l-header__content .c-container{
        padding-left: 0px;
        padding-right: 10px;
    }
    span.c-hamburger-btn__label {
        display: none;
    }
    .c-hamburger-btn__bars{
        height: 40px;
        border-radius: 50%;
        width: 40px;
        background: #065CA8;
    }
    .c-hamburger-btn__bar{
        height: 2px;
        width: 20px;
        transform: translateX(-50%);
        left: 50%;
    }
    .side_banner.arrival{
        display: none;
    }
    .c-hamburger-btn__bar:first-of-type{
        top: 13px;
    }
    .c-hamburger-btn__bar:nth-of-type(2){
        top: 20px;
    }
    .c-hamburger-btn__bar:nth-of-type(3){
        top: 27px;
    }
    .img03 {
        width: 40vw;
        right: initial;
        position: absolute;
        bottom: initial;
        top: 14vh;
    }
    .sp_mv img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
    }
    p.bac_ble{
        border-radius: 0px;
        padding: 11px 10px;
    }
    p.bac_ble br {
        display: none;
    }
    .mv_top_pc_topics{
        padding: 0;
        background: #fff;
    }
   
    p.camp_cot{
        font-size: 16px;
        margin-left: 0;
        padding: 10px 20px;
    }
    span.text_top_s{
        display: inline-block;
        margin-top: 10px;
        line-height: 1.5;
    }
    span.sp_cont_size {
        font-feature-settings: "palt";
        text-align: left !important;
        display: inline-block;
    }
    .smb-section__title{
        font-size: 25px;
        font-feature-settings: "palt";
    }
    h2.wp-block-heading.has-text-align-center.sp_br.has-sm-3-xl-font-size {
        font-size: 25px !important;
    }
    .sp_br span{
        display: block;
    }
    h3.wp-block-heading.has-text-align-center.sub_top_h3_goukaku{
        font-size: 18px;
    }
    .font-size-s {
        font-size: 14px;
    }
    span.sp_h2_size {
        font-size: 21px;
    }
    .top_course .c-container {
        padding-left: 0;
        padding-right: 0;
    }
    .course_top_panels .wp-block-snow-monkey-blocks-panels-item-free.c-row__col{
        padding-left: 0;
        padding-right: 0;
        margin-top: -30px!important;
    }
    .wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img02_top{
        border: none;
    }
    .wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img02_top::before{
        bottom: -29px;
    }
    .wp-block-snow-monkey-blocks-panels-item-free.c-row__col.course_img03_top::before{
        bottom: -29px;
    }
    br.pc_br{
        display: none;
    }
    figure.wp-block-image.size-full.is-resized.sup_img {
        padding-top: 30px;
    }
    .wp-block-snow-monkey-blocks-items-item-free.c-row__col.back_white{
        flex: 0 0 100%;
        margin-bottom: var(--_gap);
        padding: 30px 16px 16px;
    }
    span.bk_red.sp_red {
        background: inherit;
        color: #B5473A;
        padding: 0;
        border-radius: 0;
    }
    .support_panel .smb-panels__item{
        padding: 0px;
    }
    .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.apply_btm a{
        font-size: 13px;
    }
    .first_step p{
        font-size: 14px;
    }
    .top_attention .smb-section__lede{
        text-align: left!important;
    }
    .method_sect .smb-section__lede{
        text-align: left!important;
    }
    .guidance_sect .smb-section__lede{
        text-align: left!important;
    }
   span.guid_h, h3.wp-block-heading.course_01::before, h3.wp-block-heading.course_02::before, h3.wp-block-heading.course_03::before, h3.wp-block-heading.course_04.guid_patt01::before {
        font-size: 25px;
        display: block;
        margin-bottom: 10px;
    }
    .guidance_sect span.bk_red{
        font-size: 13px;
    }
    .guidance_sect h4{
        font-size: 18px!important;
    }
     .guidance_sect p.point-p01 {
    color: #075CA8;
    width: 23%;
    }
    .course_box02 .smb-box__background{
        border-radius: 0px;
        box-shadow: none;
    }
    .resize_h2 {
    font-size: 18px!important;
    }
    .price_sect .resize_h2 span{
        font-size: 13px!important;
    }
    .course_box02 .smb-box__body.is-layout-constrained.wp-block-box-is-layout-constrained{
        padding: 0px;
    }
    .sp_left{
        text-align: left;
    }
    .tb_br{
        display: none;
    }
    h3.wp-block-heading.course_01,
    h3.wp-block-heading.course_02,
    h3.wp-block-heading.course_03{
        font-size: 20px;
    }
    .price, .prices span{
        font-size: 24px!important;
    }
    .price span, .prices{
        font-size: 13px!important;
    }
    .price_box h2{
        text-align: left!important;
    }
    .price_sp_p{
        font-size: 14px;
        text-align: left;
    }
    .prices_menu span.sme-font-size.has-sm-xl-font-size{
        font-size: 20px!important;
    }
    .prices_menu .smb-price-menu__item__price{
        font-size: 13px!important;
    }
    .prices_menu .smb-price-menu__item__price span{
        font-size: 24px!important;
    }
    p {
    font-size: 14px;
    }
    ul li{
        font-size: 14px;
    }
    .smb-btn-box__lede {
    font-size: 14px;
    }
    h3.wp-block-heading.has-text-align-left.sub_top_h3_goukaku {
    font-size: 18px;
    margin-bottom: 16px;
    }
    .achievements_box h3{
        text-align: center!important;
    }
   
    .achievements_box .is-layout-flex{
        gap: 0px;
    }
    ul.wp-block-list.achievements_list{
        flex-direction: column;
        gap: 10px;
    }
    ul.wp-block-list.achievements_list li {
    flex: 0 0 100%;
    font-size: 14px;
    }
    .class_point_box ul li span.sme-font-size.has-sm-s-font-size{
        font-size: 14px!important;
    }
    figure.wp-block-flexible-table-block-table.comparison_table {
    font-size: 14px;
    }
    .comparison_table img{
        width: 20px;
    }
    .course_box02 .is-layout-flex{
        gap: 10px;
    }
    ol.wp-block-list.list_sp li{
        font-size: 14px;
    }
    .pc_mv {
    display: none;
    }
    div#monoxer h2.smb-section__title{
        background-size: 80%;
    }
    div#manabo h2.smb-section__title {
         background-size: 60%;
    }
    figure.wp-block-image.aligncenter.size-large.is-resized.study_img_qa {
    margin-top: -40px !important;
    }
    .apri figure.wp-block-image.aligncenter.size-full {
    width: 80%;
    }
    .benkyo.suppo_sect .smb-section__title::before{
        top: 135px;
    }
    .suppo_sect .smb-section__title::before{
        top: 103px;
    }
    div#coworkingspace h2.smb-section__title{
        background-size: 70%;
    }
    figure.wp-block-flexible-table-block-table.is-content-justification-center.is-scroll-on-mobile.schedule_table th {
    left: 0;
    position: sticky;
    z-index: 1;
   
}
figure.wp-block-flexible-table-block-table.is-content-justification-center.is-scroll-on-mobile.schedule_table tr{
    font-size: 14px;

}
figure.wp-block-flexible-table-block-table.is-scroll-on-mobile.sp_table {
    font-size: 14px;
}
.wp-block-snow-monkey-blocks-accordion.smb-accordion {
    font-size: 14px;
}
.wp-block-snow-monkey-blocks-box.smb-box.course_box02.course_img01 {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media (min-width: 501px){
    br.sp_br{
        display: none;
    }
    br.sp_br{
        display: none!important;
    }
    .sp_mv {
    display: none;
}
}
/* @media not all and (min-width: 1024px) {
    [data-scrolled=true] .l-header--sticky-overlay-colored-sm{
        background-color: #F2EFE9;
    }
    
} */
.l-header .c-hamburger-btn__bar{
    background-color: #fff;
}
/* topics の仮css */
.damy_topics span.c-entry-summary__term.c-entry-summary__term--category-1.c-entry-summary__term--category-slug-uncategorized{
    display: none;
}
.qabtm .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper {
    width: 100%;
}
.qabtm .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper a{
    width: 100%;
}

@media (max-width: 320px){
   .cu_btm {
    width: 80%;
}
.top_course p span{
    font-size: 10px;
}
.top_course h3 span{
    font-size: 18px;
}
.support_panel .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper.sup_btn {
    width: 80%;
}
.guidance_sect .smb-section__lede {
    text-align: left !important;
}
.guidance_sect .wp-block-group.is-layout-constrained.wp-container-core-group-is-layout-5fb0786f.wp-block-group-is-layout-constrained {
    width: 90%;
}
.guidance_sect p.point-p01 {
    width: 31%;
    }
}
@media (min-height: 750px) and (max-height: 900px) {
    #targetElement.visible{
        top: 15%;
    }
    h2.top_txt{
        font-size: 4.5vw;
        line-height: 1.2;
    }
}

@media (max-width: 639px){
.mark_sp:before{
    left: 3%;
    transform: initial;
   
}
.mark_sp{
    padding-top: 25px !important;
    padding-left: 45px;
}
}
