@charset "UTF-8";

.sp_floating {
    display: none !important;
}
body {
    background: #efefef;
}
main{
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin:0 auto;
}

/*---------------------------------------------------------
ALL
---------------------------------------------------------*/
section{
padding:4vh 0;
}
.naname-line {
    font-style: oblique 90deg;
}
.h2-ttl{
    font-size: clamp(2.2rem, 5vw, 5rem);
    line-height: 1.3;
}
.h3-ttl{
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.3;
}
.h3-ttl02{
    font-size: clamp(1.8rem, 2.5vw, 2.3rem);
    line-height: 1.3;
}
.h4-ttl{
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 1.3;
}
.mark-line{
    font-weight:900;
    background: linear-gradient(transparent 70%, #ffef92 0%);
}
.fs-big{
    font-size: clamp(3.5rem, 5vw, 6rem);
    line-height: 1.3;
}
.num{
    font-family: "Roboto", sans-serif;
    font-size: clamp(2rem, 5vw, 6rem);
    padding-left: 5px;
    vertical-align: -15px;
}
.naname{
    font-style: italic;
    display: inline-block;
    margin-right: 5px;
}
.cb{
  /* floatを解除 */
  clear: both;
}

/* 見出し */
.title-bg-high {
    background: #007440;
}

.highlighter-line{
background:linear-gradient(transparent 60%, #ff6 60%);
}

/* 背景 */
.bg-lgreen{
  background: rgba(1, 165, 111, 0.1);
}
.bg-lattice-green {
    width: 100%;
    background-size: 16px 16px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 90deg, rgba(1,165,111,0.1) , rgba(1,165,111,0.1) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(1,165,111,0.1) , rgba(1,165,111,0.1) 1px, #fff 1px, #fff 16px);
}
.bg-brown{
background: #764c24;
}
.bg-wamgreen{
background: #007440;
}
.bg-l-green{
background: #F2FCE6;
}
.bg-wam-green{
background:rgba(194,234,216,0.2);
}

/* フォントカラー */
.fc-white{
    color:#fff;
}
.fc-red{
    color:#d71c24;
}
.fc-high{
    color:#007440;
}
.fc-brown{
    color:#764c24;
}
.fc-green{
    color:#1d723f;
}
.fc-wamgreen{
    color:#007240;
}
.ttl-name-main{
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1.3;
    font-weight:700;
    position: relative;
    text-align: center;
    padding:0 0 1vh;
    margin: 0 0 2vh;
}
.ttl-name-main:before,.ttl-name-main:after{
    content: " ";
    height: 5px;
    width: 60px;
    position: absolute;
    bottom: 0;
}
.ttl-name-main:before{
content: " ";
    height: 5px;
    width: 60px;
    background: #007240;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
.ttl-name-main:after{
    background: #FFC756;
    left: 50%;
    margin-left: 0;
    margin-right: -60px;
}

.area-box-contents {
    padding: 0vh 0 1vh;
}
.area-box-pct {
    width: 50%;
    float: right;
    margin-left: 1vw;
}
.cb {
    clear: both;
}

.fc-blue{
    color:#007bc6;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.area-box-contents {
    display: flex;
    flex-direction: column;
}
.area-box-pct {
    width: 100%;
    float: unset;
    margin-left: 0;
    order: 2;
}
.area-box-txt01 {
    margin: 1vh 0 0;
    order: 1;
}
.area-box-txt02 {
    margin: 0;
    order: 3;
}
.num{
    padding-left: 0px;
}
}

/*---------------------------------------------------------
ボタン
---------------------------------------------------------*/
.btn-box{
    margin:0 auto;
    padding:3vh 0;
}
.btn-all{
    border-radius: 2vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    line-height: 1.2;
    font-weight:700;
    padding: 2vh 0;
    text-decoration: none;
    text-align: center;
}
.btn-freetest span{
    font-size: clamp(1.8rem, 3vw, 2.75rem);
}
.btn-freetest-txt{
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    letter-spacing: .25rem;
}
.btn-freetest{
    color: #fff;
    padding: 2vh 0;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.btn-freetest span{
    color: #FFFF00;
    font-size: clamp(2.4rem, 4.5vw, 4rem);
}
.btn-freetest-footer{
    font-size: clamp(1.4rem, 3vw, 2.75rem);
    padding: 1.5vh 0;
    border-radius: 1vh;
}
.btn-freetest-footer span{
    font-size: clamp(1.6rem, 3vw, 2.75rem);
}
.btn-freetest-footer-txt{
    font-size: clamp(1.8rem, 3vw, 2rem);
    display: block;
    text-align: center;
    font-weight: 700;
}
.btn-freetest{
  background: -moz-linear-gradient(top, #ff6e01, #f39412);
  background: -webkit-linear-gradient(top, #ff6e01, #f39412);
  background: linear-gradient(to bottom, #ff6e01, #f39412);
} 
.btn-freetest:after{
font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: 900;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-freetest:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  opacity: 0.7;
  transition: 0.3s;
}
  
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.icn-btn-right{
    position: absolute;
    right: 15px;
    top: 50%;
    line-height: 1;
    margin-top: -0.5em;
}
.btn-high{
    color: #007440;
    background: #fff;
    border: 2px solid #007440;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
}
.btn-high:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  opacity: 0.7;
  transition: 0.3s;
}
.btn-wam{
    color: #007240;
    background: #fff;
    border: 1px solid #007240;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.btn-freetest {
    border-radius: 1vh;
    padding: 2.5vh 0;
}
.btn-freetest:after {
    right: 5px;
}
.btn-freetest-footer{
padding: 1vh 0;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
メインビュー
---------------------------------------------------------*/
.fv-area{
    padding: 0;
}

/*---------------------------------------------------------
合格体験談
---------------------------------------------------------*/
.taikendan-area{
    background: #fff1e6;
}

/*---------------------------------------------------------
受験のプロ講師陣が成績を上げる！
---------------------------------------------------------*/
.teachers-area{
   /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #def6ff calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #def6ff calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #ecf8ff;
}
.teachers-box{
    background: #fff;
    border: 3px solid #007bc6;
    margin: 0 0 4vh;
}
.teachers-ttl{
    background: #007bc6;
    padding: 2vh 2vw;
}
.teachers-contents{
    padding: 2vh 2vw;
}


/*---------------------------------------------------------
CTAエリア
---------------------------------------------------------*/
.cta-rea{
background: repeating-linear-gradient(-45deg, #F9C34B, #F9C34B 6px, #FACF6F 0, #FACF6F 12px);
}
.cta-box{
    background: #fff;
    padding: 2vh 2vw;
}

/*---------------------------------------------------------
合格に導ける理由
---------------------------------------------------------*/
.reason-area{
    background: #f1fbeb;
    padding:0 0 4vh;
}
.reason-box{
margin: 0 0 2vh;
}
.reason-lavl{
background: #007440;
color: #ffff00;
    padding: 1vh 2vw 0.5vh;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.reason-lavl-number{
    font-size: clamp(3rem, 5vw, 5rem);
    font-family: "din-condensed", sans-serif;
    margin-left: 5px;
}

/*吹き出し見出し（緑）*/
.fukidashi-ttl-h2{
padding:3vh 1vw;
  background-color: #007440;
  text-align: center;
  position: relative;
  margin: 0 0 4vh;
}
.fukidashi-ttl-h2 h2{
  font-weight: 700;
  color: #fff;
}

.fukidashi-ttl-h2:before{
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -30px;
  left: 0;
  border-width: 30px 20px 0 20px;
  border-color: #007440 transparent transparent transparent;
  left: 50%;
  margin-left: -20px;
}


@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.fukidashi-ttl-h2:before{
  bottom: -15px;
  border-width: 15px 10px 0 10px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
CTA-エンド
---------------------------------------------------------*/
.end-cta-area{
background: #bfe1e4;
}
.end-cta-box{
background: #fff;
    padding: 2vh 2vw;
}

/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
.footer-contents-area{

}




/*---------------------------------------------------------
メインビュー
---------------------------------------------------------*/
#TopMain img {
    width: 100%;
    max-width: 1920px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#TopMain {
    background: #fff;
    padding: 0;
}
.TopMain-leed{
    background: #EE001E;
    padding: 1vh 0;
}
.TopMain-leed p,.TopMain-leed p span{
    font-weight:700;
}
.TopMain-leed p{
    text-align: center;
    color: #fff;
    font-size: clamp(1.4rem, 2vw, 2.5rem);
}
.TopMain-leed p span{
    color: #F8EA21;
    font-size: clamp(1.6rem, 3vw, 3.5rem);
    line-height: 1.2;
}
@media screen and (max-width: 640px) {
    /* 640pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
メニュー
---------------------------------------------------------*/
.navi-menu-area{
    background:#C2EAD8;
    padding: 0;
}
.menu-area{
    width: 95%;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
}
.menu-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-box li{
    padding:0;
    width: 23%;
    border-left: 1px solid #fff;
    text-align: center;
    height: 80px;
    position: relative;
    color: #007240;
}
.menu-box li:after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    position: absolute;
    font-weight: 900;
    bottom: -5px;
}
.menu-box li:last-child{
    border-right: 1px solid #fff;
}
.menu-box li a{
    color: #007240;
    font-weight: 700;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 80px;
    position: relative;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/

}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.menu-area{
    width: 100%;
}
.menu-box {
    flex-wrap: wrap;
}
.menu-box li{
    width: 49%;
    height: 60px;
    border-left: transparent;
}
.menu-box li:last-child{
    border-right: transparent;
}
.menu-box li:nth-child(even){
border-left: 1px solid #fff;
}
.menu-box li:nth-child(-n+2){
border-bottom: 1px solid #fff;
}
.menu-box li a {
    line-height: 60px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
ビデオ
---------------------------------------------------------*/
.video-area{
    padding:3vh 0 0;
}
.video-area-ttlbox{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 1.5vh;
}
.label-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #d41c26;
    color: #fff;
    font-size: clamp(1.2rem, 3vw, 2rem);
    line-height: 1.2;
}
.video-area-ttl02{
    margin-left: 0.5rem;
}
.video-area-ttl-fs {
    font-size: clamp(1.6rem, 3vw, 4rem);
    line-height: 1.3;
}
.video-area-ttl-fs > span{
    font-size: clamp(1.2rem, 2.75vw, 3rem);
}
.sub-video-area-ttl-fs,.sub-video-area-ttl-fs span{
font-size: clamp(1.2rem, 2vw, 2rem);
    line-height: 1.3;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.label-title {
    width: 60px;
    height: 60px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
志望校合格を全力でサポート！
---------------------------------------------------------*/

.support-ttl{
    position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}
.support-ttl:before, .support-ttl:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

.support-ttl:before {
  border-left: solid 2px #007240;
  border-top: solid 2px #007240;
  border-bottom: solid 2px #007240;
  left: 0;
}
.support-ttl:after {
  content: '';
  border-top: solid 2px #007240;
  border-right: solid 2px #007240;
  border-bottom: solid 2px #007240;
  right: 0;
}

/*---------------------------------------------------------
WAMの受験対策
---------------------------------------------------------*/
.juken-wam-area{
  padding: 0 0 4vh;
}
.juken-wam-ttl{
    display: flex;
    align-items: center;
    margin: 4vh 0 0;
}
.juken-wam-ttl-num{
display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #007440;
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 5rem);
    margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.juken-wam-ttl-num{
    width: 40px;
    height: 40px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
学年別受験対策
---------------------------------------------------------*/
.ttl-all{
    text-align:center;
    padding: 1vh 0;
    border-radius: 50vh;
    margin: 4vh 0 0;
    background:#fff;
    border: 1px solid;
}
.ttl-jh{
    color:#E9676A;
    border-color: #E9676A;
}
.ttl-h{
    color:#4E97D4;
    border-color: #4E97D4;
}
.ttl-u{
    color:#55AB68;
    border-color: #55AB68;
}
.ttl-um{
    color:#01A56F;
    border-color: #01A56F;
}
.btn-jh,.btn-h,.btn-u,.btn-um{
    border: 1px solid;
}
.btn-jh:after,.btn-h:after,.btn-u:after,.btn-um:after,.btn-wam:after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: 900;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-jh:hover,.btn-h:hover,.btn-u:hover,.btn-um:hover,.btn-wam:hover {
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  opacity: 0.7;
  transition: 0.3s;
}
.btn-jh{
    color: #fff;
    border-color: #E9676A;
    background: #E9676A;
}
.btn-h{
    color: #fff;
    border-color: #4E97D4;
    background: #4E97D4;
}
.btn-u{
    color: #fff;
    border-color: #55AB68;
    background: #55AB68;
}
.btn-um{
    color: #fff;
    border-color: #01A56F;
    background: #01A56F;
}

/*---------------------------------------------------------
生徒の声
---------------------------------------------------------*/
.voice-taiken-area{
    padding: 6 0 6vh;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
    opacity: .75;
    color: #007440 !important;
}
.slick-prev {
    left: -10px !important;
}
.slick-next{
right: 10px !important;
}
.slick-prev, .slick-next {
    z-index: 3;
}
.voice-box-taiken{
    background: #fff;
    padding: 1vh 1vw;
    margin:5px;
}
.voice-box-taiken-box{

}
.voice-box-taiken-pct{
position: relative;
}
.voice-box-taiken-minittl{
color: #fff;
    padding: 0.5vh 0.5vw;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
}
.voice-box-taiken-ttl{
    font-size: 1.4rem;
    color:#E91C24;
    font-weight:700;
    text-align:center;
    margin: 0.5rem 0;
}
.voice-box-taiken-txt{
    font-size: 1.3rem;
}
.voice-box-taiken-name{
    font-size: 1.3rem;
    text-align: right;
    margin-top:10px;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
Youtubeチャンネル
---------------------------------------------------------*/
.movie-list-area{
    padding: 2vh 0 6vh;
}
#channel-youtube{

}
#channel-youtube li{

}
.channel-youtube-p{
margin: 0 5px;
}
.youtube-box a{
position: relative;
    overflow: hidden;
    display: block;
}    
        
.youtube-box a::after, .youtube-box a object::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f144';
    font-weight: 900;
    color: #fff;
    line-height: 1;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    transform: scale(3, 3);
}