@charset "UTF-8";

.sp_floating{
display: none !important;
}
/*---------------------------------------------------------
メインビュー
---------------------------------------------------------*/
#TopMain img{
    width: 100%;
    max-width: 1920px;  
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#TopMain{
    background: #F9F9F3;
    margin: 10px 0 0;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#TopMain{
    background: #F9F9F3;
    margin: 0;
}
}

/*---------------------------------------------------------
SVコンテンツ
---------------------------------------------------------*/
#sv-contents{
}
.rgba-image{
background: rgba(255,255,255,0.7);
    padding: 6rem 0 2rem;
}


/*--webp対応ブラウザの場合--*/
#sv-contents{ 
    background:rgba(162,255,136,0.5);
    background-repeat: no-repeat;
    background-position: left 0% top 10%;
    height: 100%;
    background-size: 420px auto;
 }
/*--webp非対応ブラウザの場合--*/
#sv-contents{ 
    background:rgba(162,255,136,0.5);
    background-repeat: no-repeat;
    background-position: left 0% top 10%;
    height: auto;
    background-size: 420px auto;
}
.sv-contents-ttl{
    padding: 2rem 1.5rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    border-radius: 8px;
    color: #ff0044;
    margin: 0;
    position: relative;
    display: inline-block;
margin: 4vh 0 0;
}

.sv-contents-ttl:before {
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #F15A24;
    border-radius: 3px;
    transform: rotate(-25deg);
}

.sv-contents-ttl::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: #F15A24;
    border-radius: 3px;
    transform: rotate(25deg);
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.sv-contents-ttl{
    font-size: 2.75rem;
}
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#sv-contents{
background: rgba(162,255,136,0.5);
}
.rgba-image{
    padding: 3rem 0 0;
}
.sv-contents-ttl{
    font-size: 2rem;
    border-radius: 4px;
    padding: 1.5rem 1rem;
    margin: 0;
        line-height: 1.3;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 


/*---------------------------------------------------------
成績アップスライダー
---------------------------------------------------------*/
.seisekiUp-slider{
    overflow-x: hidden;
    margin-top:min( 100vw / 750 * 40 , 40px);
    margin-bottom: min( 100vw / 750 * 40 , 40px);
}
.seisekiUp-slider .swiper-wrapper{
    height:auto;
}
/*---------------------------------------------------------
SVリストコンテンツ
---------------------------------------------------------*/
/* リストで使える囲み枠⑤ */
.box-kaiketsu {
margin: 2rem auto;
  background: #fff; /* 背景色 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22); /* 影の色 */
width: 100%;
    max-width: 700px;
}

.box-kaiketsu-title {
font-size: 2rem;
  background: #ff0044; /* タイトル背景色 */
  padding: 1rem;
  text-align: center;
  color: #FFF; /* タイトル文字色 */
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.22); /* タイトル影の色 */
}

.box-kaiketsu p {
  margin: 0;
  padding: 1em;
}

/* box19用リスト表示 */
ol.box-kaiketsu-list {
  counter-reset:list;
  list-style-type:none;
    padding: 1rem 2rem 2rem;
}
ol.box-kaiketsu-list li {
  position:relative;
  padding: 5px 0 6px 27px;
  line-height: 25px;
  border-bottom: dashed 1px #F6A38B;
}
ol.box-kaiketsu-list li:before {
  counter-increment: list;
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  font-weight: 900;
  font-size: 2rem;
  color: #ffc44f; /* アイコンの色 */
  display: block;
  position: absolute;
  left: 1px;
  top: 6px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.box-kaiketsu-title{
    font-size: 1.7rem;
    line-height: 1.3;
}
ol.box-kaiketsu-list li{
    font-size: 1.4rem;
}
}

/*---------------------------------------------------------
メインビューコンテンツ
---------------------------------------------------------*/
.fv-contents{
background: #FFF19F;
    padding: 2.5rem 0;
}

.fv-contents h2{
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
}
.fv-contents-txt {
    font-size: 5rem;
    color: #dc1c24;
    font-weight: 700;
    line-height: 1.3;
}
   [class*="fv-contents-txt"] {
  --x: 0 0 var(--text-outline--width, 4px) var(--text-outline--color, #fff);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y) /* 6 * 6 = 36 */;
}
.sp-mini_only{display:none;}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:540px) and ( max-width:640px) {
/*　画面サイズが540pxから640pxまではここを読み込む　*/
.fv-contents{padding: 2rem 0;}
.fv-contents h2{font-size: 1.75rem;}
.fv-contents span{
    font-size: 3rem;
    line-height: 1.4;
}
}
@media screen and (max-width: 539px) {
/* 539pxまでの幅の場合に適応される */
.sp-mini_only{display:block;}
.fv-contents{padding: 1rem 0;}
.fv-contents h2{font-size: 1.75rem;}
.fv-contents span{
    font-size: 2.5rem;
    line-height: 1.4;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}




/*---------------------------------------------------------
SV成績が上がった生徒さんの喜びの声
---------------------------------------------------------*/
#student-voice{
    padding: 2rem 0 0;
    background-blend-mode: lighten;
}

.fukidashi-right{
    position: relative;
	background: #fff;
	border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    padding:2rem;
     border: 2px solid #0265bc;
}
.fukidashi-right:after,.fukidashi-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.fukidashi-right:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:28px;
    border-bottom-width:28px;
    border-left-width:28px;
    border-right-width:28px;
    margin-top: -28px;
    border-left-color:#FFFFFF;
}
.fukidashi-right:before{
    border-color: rgba(2, 101, 188, 0);
    border-top-width:30px;
    border-bottom-width:30px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -30px;
    margin-left: 1px;
    border-left-color:#0265BC;
}


.student-voice-ttl{
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 900;
    color: #da1c24;
    margin: 0 0 2rem;
}

.student-voice-ttl2,.student-voice-ttl2 span{
    font-size: 3rem;
    color: #c01359;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin: 3rem 0 2rem;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.student-voice-ttl {font-size: 2.5rem;}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#student-voice {
    padding: 1rem 0 2rem;
}
.student-voice-ttl {
    font-size: 2rem;
}
.fukidashi-left, .fukidashi-right {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 2rem;
}
.fukidashi-right:after,.fukidashi-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.fukidashi-left:after{
	top: 100%;
	right: 0%;
	left: 50%;
	border-right-color: transparent;
	border-top-color: rgba(255, 255, 255, 1);
	margin-top: 0px;
	margin-left: -10px;
	border-width: 10px;
}
.fukidashi-right:after {
	top: 100%;
	right: 0%;
	left: 50%;
	border-right-color: transparent;
	border-top-color: rgba(255, 255, 255, 1);
	margin-top: 0px;
	margin-left: -10px;
	border-width: 10px;
}
.fukidashi-right:before{
    border-color: rgba(2, 101, 188, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#0265BC;
}

.pct-box-voice{
    width: 100%;
    order: 3;
}
.student-voice-ttl2,.student-voice-ttl2 span{
    font-size: 1.75rem;
    margin: 2rem 0 1rem;
}
.voice-area {
    padding: 0;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
満足度No1/
---------------------------------------------------------*/
.hogan-blue-bg{
background-size: 16px 16px;
background-image: repeating-linear-gradient( 90deg, rgba(22,163,215,0.4) , rgba(22,163,215,0.4) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(22,163,215,0.4) , rgba(22,163,215,0.4) 1px, #fff 1px, #fff 16px);
}

#select-no1{
    padding:8rem 0;
 }
#select-no1 .select-no1-h2{
    color:#fff;
    font-size:4rem;
    font-weight:700;
    background:#9b852e;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 12px;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
#select-no1 .select-no1-h2 {font-size: 3rem;}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#select-no1{
    padding:4rem 0;
 }
#select-no1 .select-no1-h2 {font-size: 2.5rem;}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#select-no1{
    padding:2rem 0 0;
 }
 #select-no1 .select-no1-h2{
    font-size:2rem;
    padding: 1rem .5rem;
    border-radius: 8px;
    line-height: 1.5;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}


/*---------------------------------------------------------
SV成績が上がった生徒さんの喜びの声
---------------------------------------------------------*/
#voice-cam2208{ 
padding: 8rem 0 4rem;
}
.webp #voice-cam2208{
background: url(../assets/img/voice-cam2208/voice-cam2208-bg.webp) no-repeat top center;
background-size:cover;                                 /* 画像のサイズを指定  */
    width:100%;
}
 /*--webp非対応ブラウザの場合--*/
.no-webp #voice-cam2208{
background: url(../assets/img/voice-cam2208/voice-cam2208-bg.jpg) no-repeat center center; 
background-size:cover;                                 /* 画像のサイズを指定  */
    width:100%;
}

.voice-cam-ttl{
    margin: 0 0 4rem;
    font-weight: 700;
    color          : #0265bc;            /* 文字の色 */
    font-size      : 3.25rem;               /* 文字のサイズ */
    letter-spacing : 2px;                /* 文字間 */
    text-align: center;
}
   [class*="voice-cam-ttl"] {
  --x: 0 0 var(--text-outline--width, 3px) var(--text-outline--color, #fff);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y) /* 6 * 6 = 36 */;
}
.voice-cam-box{
    display: flex;
    align-items: center;
    margin: 0 0 4rem;
}
.voice-cam-box li{padding:0 1rem;}
.voice-cam-pct{
width:35%;
}
.voice-cam-name{font-size:1.6rem; font-weight:700;}

.voice-cam-fukidashi-left,.voice-cam-fukidashi-right{
    position:relative;
    background:#FFFFFF;
    padding: 2.5rem 2rem 2rem;
    border:2px solid #009E80;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    width: 95%;
    max-width: 850px;
}

.voice-cam-fukidashi-left:after,.voice-cam-fukidashi-left:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.voice-cam-fukidashi-left:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:23px;
    border-bottom-width:23px;
    border-left-width:22px;
    border-right-width:22px;
    margin-top: -23px;
    border-right-color:#FFFFFF;
}
.voice-cam-fukidashi-left:before{
    border-color: rgba(0, 158, 128, 0);
    border-top-width:25px;
    border-bottom-width:25px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -25px;
    margin-right: 2px;
    border-right-color:#009E80;
}

.voice-cam-fukidashi-right:after,.voice-cam-fukidashi-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.voice-cam-fukidashi-right:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:23px;
    border-bottom-width:23px;
    border-left-width:22px;
    border-right-width:22px;
    margin-top: -23px;
    border-left-color:#FFFFFF;
}
.voice-cam-fukidashi-right:before{
    border-color: rgba(0, 158, 128, 0);
    border-top-width:25px;
    border-bottom-width:25px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -25px;
    margin-left: 2px;
    border-left-color:#009E80;
}


.voice-cam-txt h3, .voice-cam-txt h3 span{
    color: #dc1c24;
    font-weight: 700;
}
.voice-cam-txt h3{
    font-size: 2.75rem;
    line-height: 1.1;
    margin: 0 0 2rem;
}
.voice-cam-txt h3 span{
    font-size: 4rem;
    line-height: 1.3;
}
.voice-cam-txt02{
    display: inline-block;
    margin: 0 0 4rem;
    font-weight: 700;
    color          : #ffff00;            /* 文字の色 */
    font-size      : 2.9rem;               /* 文字のサイズ */
    letter-spacing : 2px;                /* 文字間 */
    text-shadow    : 
       3px  3px 1px #009e80,
      -3px  3px 1px #009e80,
       3px -3px 1px #009e80,
      -3px -3px 1px #009e80,
       3px  0px 1px #009e80,
       0px  3px 1px #009e80,
      -3px  0px 1px #009e80,
       0px -3px 1px #009e80;        /* 文字の影 */
}
.tab_only{display:none;}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.tab_only{display:block;}
#voice-cam2208 {padding: 6rem 0;}
.voice-cam-ttl {line-height: 1.3;}

}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#voice-cam2208 {padding: 3rem 0 1rem;}
.voice-cam-ttl {
    margin: 0 0 2rem;
    line-height: 1.5;
    font-size: 2rem;
}
.voice-cam-box{ flex-direction: column; margin: 0 0 2rem;}
.voice-cam-txt{width: 100%; order: 1;}
.voice-cam-pct{width: 100%; order: 2;}
.voice-cam-txt h3 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin: 0 0 2rem;
}
.voice-cam-txt h3 span {
    font-size: 2.5rem;
    line-height: 1.3;
}
.voice-cam-txt02 {
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 1.5;
}

.voice-cam-fukidashi-left,.voice-cam-fukidashi-right{
    padding:1.5rem;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    width: 90%;
    max-width: 640px;
}

.voice-cam-fukidashi-left:after,.voice-cam-fukidashi-left:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.voice-cam-fukidashi-left:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:23px;
    border-bottom-width:23px;
    border-left-width:22px;
    border-right-width:22px;
    margin-left: -22px;
    border-top-color:#FFFFFF;
    margin-top: 0;
}
.voice-cam-fukidashi-left:before{
    border-color: rgba(0, 158, 128, 0);
    border-top-width:25px;
    border-bottom-width:25px;
    border-left-width:24px;
    border-right-width:24px;
    margin-left: -24px;
    margin-top: 2px;
    border-top-color:#009E80;
}

.voice-cam-fukidashi-right:after,.voice-cam-fukidashi-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.voice-cam-fukidashi-right:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:23px;
    border-bottom-width:23px;
    border-left-width:22px;
    border-right-width:22px;
    margin-left: -22px;
    border-top-color:#FFFFFF;
    margin-top: 0;
}
.voice-cam-fukidashi-right:before{
    border-color: rgba(0, 158, 128, 0);
    border-top-width:25px;
    border-bottom-width:25px;
    border-left-width:24px;
    border-right-width:24px;
    margin-left: -24px;
    margin-top: 2px;
    border-top-color:#009E80;
}

}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
.voice-cam-ttl {font-size: 1.5rem;}
.voice-cam-txt h3 {font-size: 1.5rem;}
.voice-cam-txt h3 span {font-size: 2.25rem;}
.voice-cam-name {font-size: 1.3rem;}
}

/*---------------------------------------------------------
目次
---------------------------------------------------------*/
#contents-index{
    background: #BBE5FB;
    padding: 5rem 0;
}
.contents-index-box{
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 8px;
}
.contents-index-menu{
    display: flex;
    align-items: stretch;
}
.contents-index-menu li{
    width: 23%;
    margin: 0 1%;
}
.menu01{
    width: 90%;
    border: 2px solid #00428C;
    text-align: center;
    padding: 1rem;
    background: #fff;
}
.menu01{
    line-height: 1.2;
    display: block;
    text-decoration: none;
    color: #00428C;
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
}
.menu01:hover{
background: #00428C; 
color: #fff;
}
.menu01 i{
    font-size: 2rem;
    margin: 0.75rem 0 0;
}

@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までの幅の場合に適応される */
#contents-index {
    padding: 2rem 0;
}
.contents-index-box {
    padding: 1rem 1rem;
    background: #fff;
    border-radius: 8px;
}
.contents-index-menu {
    flex-wrap: wrap;
}
.contents-index-menu li{
    width: 46%;
    margin: 2%;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 


/*---------------------------------------------------------
生徒の声
---------------------------------------------------------*/

.pct-box-voice{
    width: 30%;
}
#student-voice{
    padding: 2rem 0 0;
    background-blend-mode: lighten;
}

.fukidashi-right{
    position: relative;
	background: #fff;
	border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    padding:2rem;
     border: 2px solid #0265bc;
}
.fukidashi-right:after,.fukidashi-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.fukidashi-right:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:28px;
    border-bottom-width:28px;
    border-left-width:28px;
    border-right-width:28px;
    margin-top: -28px;
    border-left-color:#FFFFFF;
}
.fukidashi-right:before{
    border-color: rgba(2, 101, 188, 0);
    border-top-width:30px;
    border-bottom-width:30px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -30px;
    margin-left: 1px;
    border-left-color:#0265BC;
}


.student-voice-ttl{
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 900;
    color: #da1c24;
    margin: 0 0 2rem;
}

.student-voice-ttl2,.student-voice-ttl2 span{
    font-size: 3rem;
    color: #c01359;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin: 3rem 0 2rem;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.student-voice-ttl {font-size: 2.5rem;}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#student-voice {
    padding: 1rem 0 2rem;
}
.student-voice-ttl {
    font-size: 2rem;
}
.fukidashi-left, .fukidashi-right {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 2rem;
}
.fukidashi-right:after,.fukidashi-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.fukidashi-left:after{
	top: 100%;
	right: 0%;
	left: 50%;
	border-right-color: transparent;
	border-top-color: rgba(255, 255, 255, 1);
	margin-top: 0px;
	margin-left: -10px;
	border-width: 10px;
}
.fukidashi-right:after {
	top: 100%;
	right: 0%;
	left: 50%;
	border-right-color: transparent;
	border-top-color: rgba(255, 255, 255, 1);
	margin-top: 0px;
	margin-left: -10px;
	border-width: 10px;
}
.fukidashi-right:before{
    border-color: rgba(2, 101, 188, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#0265BC;
}

.pct-box-voice{
    width: 100%;
    order: 3;
}
.student-voice-ttl2,.student-voice-ttl2 span{
    font-size: 1.75rem;
    margin: 2rem 0 1rem;
}
.voice-area {
    padding: 0;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}
/*---------------------------------------------------------
満足度No1/
---------------------------------------------------------*/
.hogan-blue-bg{
background-size: 16px 16px;
background-image: repeating-linear-gradient( 90deg, rgba(22,163,215,0.2) , rgba(22,163,215,0.2) 1px, transparent 1px, transparent 16px),repeating-linear-gradient( 0deg, rgba(22,163,215,0.2) , rgba(22,163,215,0.2) 1px, #fff 1px, #fff 16px);
}

#select-no1{
    padding:4rem 0;
 }
#select-no1 .select-no1-h2{
    color:#fff;
    font-size:4rem;
    font-weight:700;
    background:#9b852e;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 12px;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
#select-no1 .select-no1-h2 {font-size: 3rem;}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#select-no1{
    padding:4rem 0;
 }
#select-no1 .select-no1-h2 {font-size: 2.5rem;}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#select-no1{
    padding:2rem 0 0;
 }
 #select-no1 .select-no1-h2{
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem;
    border-radius: 8px;
    line-height: 1.5;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}
/*---------------------------------------------------------
吹き出し見出し
---------------------------------------------------------*/
.area-check h2,#point-3 h2,.difference h2{
padding:2rem 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-size: 3.2rem;
  position: relative;
  margin: 0 0 8rem;
}
.area-check h2{
  background-color: #0290d6;
}
#point-3 h2,.difference h2{
  background-color: #006F4F;
}

.area-check h2:before,#point-3 h2:before,.difference h2:before{
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -30px;
  left: 0;
  border-width: 30px 20px 0 20px;
  left: 50%;
  margin-left: -20px;
}
.area-check h2:before{
  border-color: #0290d6 transparent transparent transparent;
}
#point-3 h2:before,.difference h2:before{
  border-color: #006F4F transparent transparent transparent;
}
.difference h2{
    margin: 0 0 1rem;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.area-check h2,#point-3 h2,.difference h2{font-size: 2.5rem;}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.area-check h2,#point-3 h2,.difference h2{
  font-size: 2rem;
  margin: 0 0 3rem;
}

.area-check h2:before,#point-3 h2:before,.difference h2:before{
  bottom: -15px;
  border-width: 15px 10px 0 10px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
オンライン家庭教師WAMの夏期講習/成績が上がる！ オンライン家庭教師WAMの夏期講習
---------------------------------------------------------*/
#summer-c{
    padding: 6rem 0 6vh;
}
#summer-c-onl{
    padding: 0 0 8rem;
}
/* 見出し */
.summer-c-ttl,.summer-c-onl-ttl{
    position:relative;
    background: #0290d6;
    text-align:center;
    color:#FFFFFF;
    margin: 0 0 6rem;
}
.summer-c-ttl{
    padding:3rem 0 4rem;
}
.summer-c-onl-ttl{
    padding:2rem 0;
}
/*.summer-c-ttl:after,.summer-c-onl-ttl:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(2, 101, 173, 0);
    border-top-width:29px;
    border-bottom-width:29px;
    border-left-width:28px;
    border-right-width:28px;
    margin-left: -28px;
    border-top-color:#0265AD;
    top:100%;
    left:50%;
}
*/
.summer-c-ttl h2, .summer-c-ttl h2 span{font-size: 4.5rem;font-weight: 700;}
.summer-c-onl-ttl h2,.summer-c-onl-ttl h2 span{font-size: 3.5rem;font-weight: 700;}
.summer-c-ttl span{display: block; color: #ffff00;}
.summer-c-onl-ttl span{color: #ffff00;}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.summer-c-ttl,.summer-c-onl-ttl{ padding:2rem 0 3rem;}
.summer-c-ttl h2, .summer-c-ttl h2 span{font-size: 3rem;}
.summer-c-onl-ttl h2,.summer-c-onl-ttl h2 span{font-size: 3rem;}
}
@media screen and (max-width: 820px) {
.summer-c-onl-ttl h2,.summer-c-onl-ttl h2 span{font-size: 3.25rem;}
.summer-c-ttl, .summer-c-onl-ttl {
    margin: 0 0 3rem;
}
.summer-c-plan-box {
    margin: 3rem 0;
}

}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#summer-c {
    padding: 0 0 6rem;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#summer-c{padding: 0 0 1rem;}
.summer-c-ttl h2, .summer-c-ttl h2 span{font-size: 2rem;font-weight: 700;}
.summer-c-onl-ttl h2,.summer-c-onl-ttl h2 span{font-size: 2rem;}
.summer-c-ttl,.summer-c-onl-ttl{ padding:1rem 0 2rem; margin: 0 0 3rem;}
#summer-c-onl{padding: 0 0 3rem;}
}

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

/* 対策別講習プランをお試しください */
.summer-c-plan-box {
    background-size: 16px 16px;
    background: repeating-linear-gradient( -45deg, #4bb9db, #4bb9db 5px, #ffffff,0, #ffffff 10px );
    margin: 5rem 0;
    padding: 1rem;
}
.summer-c-plan-box-inner {
    background: #fff;
    padding: 3rem 5rem;
}
.summer-c-plan-box h3 {
text-align: center;
margin: 0 0 3rem;
}
.summer-c-plan-box h3 span{
font-size: 3.5rem;
font-weight: 700;
color: #062f8d;
background: linear-gradient(transparent 70%, #ffff00 0%);
}
.summer-c-plangroup{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.summer-c-plangroup li{
    width: 31%;
    margin: 0 1%;
}
.elementary-plan,.junior-plan,.high-plan{
    color: #fff;
    display: block;
    padding: 1rem 1rem 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight:700;
    line-height: 1.2;
    text-decoration: none;
    font-size:2rem;
}

.elementary-plan i,.junior-plan i,.high-plan i{
    font-weight:700;
    font-size:4rem;
}

.elementary-plan{background: #FB5C65; border:1px solid #FB5C65;}
.junior-plan{background: #2D98DA; border:1px solid #2D98DA;}
.high-plan{background: #27AE60; border:1px solid #27AE60;}

.elementary-plan:hover,.junior-plan:hover,.high-plan:hover{background: #fff;}
.elementary-plan:hover{color: #FB5C65;}
.junior-plan:hover{color: #2D98DA;}
.high-plan:hover{color: #27AE60;}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.summer-c-plan-box h3 span{
font-size: 3rem;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.summer-c-plan-box h3 span{font-size: 2rem;margin: 0 0 1rem;line-height: 1.3;}
.summer-c-plan-box {
    border-radius: 12px;
    margin: 2rem 0;
    padding: 1.5rem 2rem;
}
.summer-c-plan-box h3 {margin: 0 0 1.5rem;}
.summer-c-plangroup { flex-direction: column;}
.summer-c-plangroup li {width: 100%;margin: 1%;}
.elementary-plan i, .junior-plan i, .high-plan i { font-size: 2rem; margin-left: 1rem;}
}
.summer-c-plan-box-inner {
    padding: 2rem;
}
.elementary-plan,.junior-plan,.high-plan{padding: 2rem 1rem;}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/* 各プラン */
#elementary h3,#junior h3,#high h3{
    padding: 1.5rem 1rem;
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}
.plan-area{
    margin: 0 auto;
    width: 90%;
    padding: 4rem 5rem;
    max-width: 1000px;
}

#elementary{border: 1px solid #FB5C65; margin: 0 0 8rem;}
#elementary h3{background: #FB5C65;}

#junior{border: 1px solid #2D98DA; margin: 0 0 8rem;}
#junior h3{background: #2D98DA;}

#high{border: 1px solid #27AE60;}
#high h3{background: #27AE60;}

.point-box-elementary{
    padding: 1% 1% .5%;
    margin: 0;
}
.point-box-elementary{border: 1px solid #FB5C65;}
.point-box-junior{border: 1px solid #2D98DA;}
.point-box-high{border: 1px solid #27AE60;}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
    margin: 0 1% 0 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.point-h3ttl-other-elementary,.point-h3ttl-other-junior,.point-h3ttl-other-high{
margin: 4rem 0 2rem;
    border-radius: 50vh;
    font-size: 2.75rem !important;
    padding: 2rem 1rem !important;
    background: #fff !important;
    border: 3px solid;
}
.point-h3ttl-other-elementary{color: #FB5C65 !important;}
.point-h3ttl-other-junior{color: #2D98DA !important;}
.point-h3ttl-other-high{color: #27AE60 !important;}

.summer-plan-ohther-list-elementary,.summer-plan-ohther-list-junior,.summer-plan-ohther-list-high{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
}
.summer-plan-ohther-list-elementary li,.summer-plan-ohther-list-junior li,.summer-plan-ohther-list-high li{
    width:20%;
    padding: 2% 1%;
    text-align: center;
    margin: 1%;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.3;
}
.culm-01{
    width: 100% !important;
}
.culm-01 a{
color: #fff;
    text-decoration: none;
    font-size: 2.25rem;
}
.culm-01 a i{
    font-size: 2rem;
}
.btn-list-elementary {
      background: -moz-linear-gradient(top, #E2717C, #FB5C65) !important;
  background: -webkit-linear-gradient(top, #E2717C, #FB5C65) !important;
  background: linear-gradient(to bottom, #E2717C, #FB5C65) !important;
}
.summer-plan-ohther-list-elementary li{
color:#FB5C65;
border:1px solid #FB5C65;
}

.btn-list-junior {
      background: -moz-linear-gradient(top, #33AAE5, #2D98DA) !important;
  background: -webkit-linear-gradient(top, #33AAE5, #2D98DA) !important;
  background: linear-gradient(to bottom, #33AAE5, #2D98DA) !important;
}
.summer-plan-ohther-list-junior li {
color:#2D98DA;
border:1px solid #2D98DA;
}

.btn-list-high {
      background: -moz-linear-gradient(top, #37CC73, #27AE60) !important;
  background: -webkit-linear-gradient(top, #37CC73, #27AE60) !important;
  background: linear-gradient(to bottom, #37CC73, #27AE60) !important;
}
.summer-plan-ohther-list-high li{
color:#27AE60;
border:1px solid #27AE60;
}
.summer-plan-ohther-list-elementary li .culm-01 a{background: #FB5C65;}
.summer-plan-ohther-list-junior li culm-01{background: #2D98DA;}
.summer-plan-ohther-list-high li culm-01{background: #27AE60;}
.other-plan-br{display:none;}
.other-plan-pct{width: 60%; padding: 0 !important;}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.plan-area{
    margin: 0 auto;
    width: auto;
}
.point-h3ttl-other-elementary, .point-h3ttl-other-junior, .point-h3ttl-other-high {font-size: 2.25rem !important;}
.summer-plan-ohther-list-elementary li,.summer-plan-ohther-list-junior li,.summer-plan-ohther-list-high li{
    width: 20%;
}
.other-plan-pct{display:none;}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.summer-plan-ohther-list-elementary li,.summer-plan-ohther-list-junior li,.summer-plan-ohther-list-high li{ width: 45%;}
.point-h3ttl-other-elementary, .point-h3ttl-other-junior, .point-h3ttl-other-high {font-size: 1.8rem !important;}
#elementary,#junior {margin: 0 0 4rem;}
.summer-plan-ohther-list-elementary li, .summer-plan-ohther-list-junior li, .summer-plan-ohther-list-high li {
    font-size: 1.6rem;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#elementary,#junior{margin: 0 0 3rem;}
#elementary h3, #junior h3, #high h3 {font-size: 2rem;}
.plan-area {padding: 1rem;}
.point-box-elementary {padding: 0.5rem 1rem 1rem;}
.point-h3ttl-other-elementary, .point-h3ttl-other-junior, .point-h3ttl-other-high {
    margin: 2rem 0 1rem;
    font-size: 2rem !important;
    padding: 2rem 1rem !important;
    border-radius: 0;
    line-height: 1.2;
}
}

@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
.summer-plan-ohther-list-elementary li, .summer-plan-ohther-list-junior li, .summer-plan-ohther-list-high li {
    font-size: 1.7rem;
}
}

/* point */
.point-3-ttl{
    font-size: 1.75rem !important;
    padding: 0.5rem !important;
    border-radius: 50vh;
    margin: 0 0 2rem;
}
ol.point-3-contents{
  counter-reset:list;
  list-style-type:none;
  padding: 0px;
}
  
ol.point-3-contents li{
    position: relative;
    margin: 0.5rem 0 1rem 3.5rem;
    padding-left: 15px;
    font-weight: 700;
    line-height: 1.2;
}
  
ol.point-3-contents li:before{
  counter-increment: list;
content: counter(list);
  position: absolute;
  left: -35px;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 40px;
}
/* 
ol.point-3-contents li::after {
    content: "Point";
    position: absolute;
    left: -28px;
    top: 5%;
    font-size: 10px;
    line-height: 1.3;
   }
*/

.point-3-contents-elementary li:before{border: 1px solid #FB5C65; color: #FB5C65;}
.point-3-contents-elementary li::after{color: #FB5C65;}

.point-3-contents-junior li:before{border: 1px solid #2D98DA; color: #2D98DA;}
.point-3-contents-junior li::after{color: #2D98DA;}

.point-3-contents-high li:before{border: 1px solid #27AE60; color: #27AE60;}
.point-3-contents-high li::after{color: #27AE60;}

.point-h3ttl-elementary,.point-h3ttl-junior,.point-h3ttl-high{
text-align: left !important;
color: #0265ad !important;
margin: 4rem 0 2rem;
}
.point-h3ttl-elementary{background: rgba(251,92,101,0.1) !important; border-left: 8px solid #FB5C65;}
.point-h3ttl-junior{background: rgba(45,152,218,0.1) !important; border-left: 8px solid #2D98DA;}
.point-h3ttl-high{background: rgba(39,174,96,0.1) !important; border-left: 8px solid #27AE60;}
.point-h4ttl-elementary,.point-h4ttl-junior,.point-h4ttl-high{
font-size: 2.25rem;
font-weight: 700;
padding: 0 0 1rem;
}
.point-h4ttl-elementary{border-bottom: 1px solid #FB5C65;}
.point-h4ttl-junior{border-bottom: 1px solid #2D98DA;}
.point-h4ttl-high{border-bottom: 1px solid #27AE60;}

.point-box-list {
  list-style: none;
    margin: 0 0 2rem;
  padding: 0;
}
.point-box-list li {
    text-indent: -1em;
    color: #dc1c24;
    font-size: 2rem;
    padding: 0 0 0 1em;
    font-weight: 700;
}
.point-box-list li:before {
  content: ""; /* 空の要素作成 */
  width: 12px; /* 幅指定 */
  height: 12px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #dc1c24; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.point-3_br{display:none;}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.point-box-list li {
    font-size: 1.75rem;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
ol.point-3-contents li {margin: 0.5rem 0 2rem 3.5rem;}

/* ol.point-3-contents li::after {top: 5%;line-height: 2;}*/
.point-3-ttl {font-size: 1.5rem !important;}
.point-h3ttl-elementary, .point-h3ttl-junior, .point-h3ttl-high {margin: 2rem 0 1rem;}
.point-h4ttl-elementary, .point-h4ttl-junior, .point-h4ttl-high {
    font-size: 1.75rem;
    padding: 0 0 0.5rem;
    line-height: 1.3;
}
.point-box-list li { font-size: 1.75rem;}
.point-box-list {margin: 0 0 1rem;padding: 0;}
.point-3_br{display:block;}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
.point-3_br{display:none;}
ol.point-3-contents li:before {
    left: -25px;
    width: 30px;
    height: 30px;
    line-height: 35px;
}
}

/*---------------------------------------------------------
夏期講習 受講までの流れ
---------------------------------------------------------*/
#summer-c-flow{
    padding: 0 0 8rem;
}
.summer-c-flow-box{
    background: #f7ffff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 8rem 5rem;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
}
#summer-c-flow h2{
    color: #fff;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 700;
    background: #062f8d;
    padding: 2.5rem 1rem;
    border: 3px solid #062f8d;
    border-radius: 8px;
}
#summer-c-flow h3{
    margin: 5rem 0 2rem;
    color: #062f8d;
}
#summer-c-flow h3,#summer-c-flow h3 span{
    font-size: 3rem;
    font-weight: 700;
}
#summer-c-flow h3 span{
    background: #062f8d;
    padding: 1rem 2rem;
    border-radius: 50vh;
    color: #ffff00;
    margin-right: 1.5rem;
}
.step-flow{
    display: flex;
}
.step-flow-text{width: 65%;padding: 0 1rem 0 170px;}
.step-flow-pct{width: 35%;}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
#summer-c-flow h2 {
    font-size: 3.5rem;
    padding: 2rem 1rem;
}
.summer-c-flow-box {padding: 2rem;}
#summer-c-flow h3, #summer-c-flow h3 span {
    font-size: 2.5rem;
}
#summer-c-flow h3,#summer-c-flow h3 span{
    font-size: 2.5rem;
}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#summer-c-flow h3 {margin: 2rem 0 1rem;}
#summer-c-flow h3, #summer-c-flow h3 span {font-size: 2rem; line-height: 2;}
#summer-c-flow h3 span {padding: 1rem 2rem;}
.step-flow-text{width: 65%;padding: 0 1rem 0 0;}
.step-flow-pct{width: 35%;}
#summer-c-flow h2 {
    font-size: 3rem;
    padding: 2rem 1rem;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#summer-c-flow {padding: 0 0 3rem;}
.summer-c-flow-box{padding: 1rem;}
#summer-c-flow h2 {
    font-size: 2.25rem;
    padding: 1.5rem 1rem;
    border: 2px solid #0265bc;
}
#summer-c-flow h3 span {padding: 0.75rem 2rem;}
#summer-c-flow h3, #summer-c-flow h3 span {font-size: 1.75rem;}
.step-flow {flex-direction: column;}
.step-flow-text{width: 100%;padding: 0;order: 2;margin: 1rem 0 0;}
.step-flow-pct{width: 100%;order: 1;}
}

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

/*---------------------------------------------------------
お近くの教室をチェック！,個別指導Wamの授業の3つのPoint
---------------------------------------------------------*/
.area-check{
    padding:0;
    background: #fff;
}
#point-3{
    padding:0 0 8rem;
}
.area-check-comment{
  color: #E9546B;
  padding: .5rem 0;
  border-top: 1px solid #E9546B;
  border-bottom: 1px solid #E9546B;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#point-3 {
    padding: 0 0 6rem;
}
.labelBox-01 {
    margin: 4rem 0;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.area-check{
    padding:0 0 1rem;
}
#point-3{
    padding:0 0 4rem;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
個別指導Wamの授業の3つのPoint
---------------------------------------------------------*/
#point-3 h2 span, .difference h2 span{
    font-size: 3.6rem;
    color: #FFF100;
}

.border-green{
border: 1px solid #006F4F;
}
.point-3-ttl{
    font-size: 2.5rem;
    text-align: center;
    background: #cd2626;
    border-radius: 50vh;
    color: #fff;
    margin: 0 0 2rem;
}

ol.point-3-contents-box{
  counter-reset:list;
  list-style-type:none;
  padding: 0px;
}
  
ol.point-3-contents-box li{
    position: relative;
    margin: 0.5rem 0 0.5rem 4rem;
    padding-left: 15px;
    font-weight: 700;
    line-height: 1.2;
}
  
ol.point-3-contents-box li:before{
  counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -35px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #cd2626;
    text-align: center;
    color: #cd2626;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 40px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#point-3 h2 span, .difference h2 span{
    font-size: 2.5rem;
}
.point-3-ttl{
    font-size: 2rem;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.point-3-contents-box li:before {
    left: -25px;
    width: 30px;
    height: 30px;
    line-height: 35px;
}
}
/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
.cv-contentsBox{
    padding: 0 0 8rem;
}
.cv-contentsBox h2,.cv-contentsBox h2 span{
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.cv-contentsBox{
    padding: 0 0 3rem;
}
.cv-contentsBox h2,.cv-contentsBox h2 span{
    font-size: 2.2rem;
}

}
/*---------------------------------------------------------
選ばれる6つの理由,成績アップを実現した生徒さんの喜びの声！
---------------------------------------------------------*/
#reason{
     background: #f9e7db;
    padding: 0 0 3rem;
}

.reason-ttl,.k-wam-ttl{
    padding: 2rem 0;
    position: relative;
}

.reason-ttl{
    background:#ff7a3f;
}
.k-wam-ttl{
    background:#0bb19c;
}

.reason-ttl h2,.k-wam-ttl h2{
    background:#fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 2rem 0;
    text-align: center;
    font-weight: 700;
}

.reason-ttl h2, .reason-ttl h2 span,.k-wam-ttl h2, .k-wam-ttl h2 span{
    font-size: 4rem;
}

.reason-ttl-pct01, .reason-ttl-pct02,.k-wam-ttl-pct01, .k-wam-ttl-pct02{
    position: absolute;
    bottom: 0;
    width:250px;
}
.reason-ttl-leed {
    color: #84802e !important;
    font-size: 3rem !important;
}
.labelBox-contents h3{
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #006f4f;
    border-left: solid 10px;
    padding: 0 1rem;
    margin: 0 0 2rem;
}

.plan-ttl{
    font-size: 2.4rem;
    text-align: center;
    background: #e5ebd5;
    border-radius: 50vh;
    padding: 1rem;
    color: #006f4f;
    font-weight: 700;
}
.reason-ttl-pct01{left: 20%;}
.reason-ttl-pct02{right: 20%;}

.k-wam-ttl-pct01{left: 16%;}
.k-wam-ttl-pct02{right: 16%;}

.reason-ttlBox{
    display: flex;
    align-items: center;
}
.reason-ttlBox li{
    padding: 1%;
}
.Indexcircle {	
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #ff7a3f;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.Indexcircle span {
  position: absolute;
  display: inline-block;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :130px;
  text-align:center;
    font-weight: 700;
  text-shadow: 2px 2px 0px #000000;
line-height: 1;
}

.reason-mini{
    font-size: 3rem !important;
    top: 20%;
}

.big_number{
    font-size: 6rem !important;
    top: 60%;
}

@media screen and (max-width: 1600px) {
/* 1600pxまでの幅の場合に適応される */
.reason-ttl-pct01{left: 10%;}
.reason-ttl-pct02{right: 10%;}
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.reason-ttl-pct01{left: 0%; display: none;}
.reason-ttl-pct02{right: 0%; display: none;}
.reason-ttl h2, .reason-ttl h2 span,.k-wam-ttl h2, .k-wam-ttl h2 span{
    font-size: 3rem;
}
.big_number{
    font-size: 5rem !important;
}
.Indexcircle {
    position: relative;
    width: 100px;
    height: 100px;
}
.Indexcircle span {
    width: 100px;
}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.reason-ttl h2,.k-wam-ttl h2{
    width: 90%;
    max-width: 650px;
}
}

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

#reason {
    padding: 0 0 1rem;
}

.reason-ttl h2,.k-wam-ttl h2 {
    width: auto;
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem 1rem 0;
}

.reason-ttl h2, .reason-ttl h2 span,.k-wam-ttl h2, .k-wam-ttl h2 span{
    font-size: 2rem;
}
.Indexcircle {	
  position: relative;
  width: 80px;
  height: 80px;
}
.Indexcircle span {
  width :80px;
}

.big_number{
    font-size: 3rem !important;
    top: 65%;
}
.reason-mini {
    font-size: 1.8rem !important;
    top: 25%;
}
.labelBox-contents h3 {
    font-size: 1.75rem;
    padding: 0 1rem;
    margin: 0 0 1rem;
}
.plan-ttl{
    font-size: 1.6rem;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
.Indexcircle span {
    width: 60px;
}
}

/*---------------------------------------------------------
ラベルボックス
---------------------------------------------------------*/
.labelBox-01 {  
    display: block;
    position: relative;
    margin: 6rem 0;
    padding: 2rem;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
  }

.label-01 {  
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 4rem;
  margin: 0;
  padding: 2rem 2rem;
  z-index: 2;
  text-align: center;
  color: white;
    font-size: 3.2rem;
    font-weight: 700;
  border-radius: 2px 0px 8px 8px;
  text-shadow: 2px 2px 0px #000000;
}

.labelBox-01 h2{
    font-size: 4rem;
    font-weight: 700;
    padding: 2rem 0;
    color: #d71c24;
    line-height: 1.2;
}

.labelBox-contents{
    padding: 0 2rem 0;
}

.margin4{
margin: 0 4rem 4rem;
}

.voice-ttl{
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 700;
}

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

}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.reason-mini {
    font-size: 2rem !important;
}
.labelBox-01 h2 {
    font-size: 3rem;
}
.labelBox-contents h3 {
    font-size: 2.5rem;
}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.voice-ttl {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.labelBox-01,.labelBox-green {
    margin: 2rem 0;
}
.label-01,.label-green {
    left: 2rem;
    padding: 1rem;
    font-size: 1.6rem;
    border-radius: 2px 0px 8px 8px;
    text-shadow: 1px 1px 0px #000000;
}
.label-number {
    font-size: 3rem;
}
.labelBox-01 h2 {
    font-size: 2rem;
    padding: 0 0 0 1rem;
    line-height: 1.2;
}
.labelBox-contents {
    padding: 2rem 0rem 0rem;
}
.labelBox-contents h3 {
    font-size: 1.75rem;
    padding: 0 1rem;
    margin: 0 0 1rem;
}
.voice-ttl{
    font-size: 1.6rem;
}
.margin4{
margin: 0;
}

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

/*---------------------------------------------------------
Wamで
成績アップを実現した生徒さんの喜びの声！
---------------------------------------------------------*/
#k-wam-voice{
    padding: 8rem 0 3rem;
}
.k-wam-voice-h2{
    text-align: center;
    color: #062f8d;
    font-size: 3rem;
    font-weight: 700;
}

.k-wam-voice-ttl-pct01{left: 12%;}
.k-wam-voice-ttl-pct02{right: 12%;}

.k-wam-voiceBox,.k-wam-pvoiceBox{
    display: block;
    position: relative;
    margin: 6rem 0;
    padding: 0 0 2rem;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
}
.k-wam-voiceBox-contents {
    padding: 4rem 2rem 0;
}

/*---------------------------------------------------------
小学生・中学生・高校生
---------------------------------------------------------*/
.k-wam-voice-primary,.k-wam-voice-junior,.k-wam-voice-high, .more-voice a{
    margin: 6rem 0 0;
    padding: 2rem 1rem;
    border-radius: 12px;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 700;
}
.k-wam-voice-primary{
    background: #e47889;
    margin: 4rem 0 0;
}
.k-wam-voice-junior{
    background: #45b035;
}
.k-wam-voice-high{
    background: #df801e;
}
.voice-primary-ttl{
    color: #e47889 !important;
}
.voice-junior-ttl{
    color: #45b035 !important;
}
.voice-high-ttl{
    color: #df801e !important;
}
.more-voice a{
    display: block;
    text-decoration: none;
    background: #fff;
    color: #0ba48f;
    font-size: 2.5rem;
}
.more-voice a:hover{
    background: #0ba48f;
    color: #fff;
}
.lavel-primary,.lavel-junior,.lavel-high{
    color: #fff;
    padding: 0.5rem !important;
    display: inline !important;
    position: absolute;
    top: 10px;
    border-radius: 0 0 4px 4px;
}
.lavel-primary{background: #e47889;}
.lavel-junior{background: #45b035;}
.lavel-high{background: #df801e;}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.k-wam-voice-primary, .k-wam-voice-junior, .k-wam-voice-high, .more-voice a {
 font-size: 2.5rem;
}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.k-wam-voice-primary,.k-wam-voice-junior,.k-wam-voice-high{
    margin: 2rem 0 1rem;
    padding: 1rem .5rem;
    border-radius: 8px;
    font-size: 2rem;
}
.more-voice a{
    font-size: 1.5rem;
    margin: 2rem 0 0;
}
}


@media screen and (max-width: 1600px) {
/* 1600pxまでの幅の場合に適応される */
.k-wam-ttl-pct01{left: 3%;}
.k-wam-ttl-pct02{right: 3%;}
}
@media screen and (max-width: 1200px) {
/* 1200pxまでの幅の場合に適応される */
.k-wam-ttl-pct01{left: 3%;}
.k-wam-ttl-pct02{right: 3%;}
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.k-wam-ttl-pct01{left: 0%; display: none;}
.k-wam-ttl-pct02{right: 0%; display: none;}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#k-wam-voice {
    padding: 5rem 0 3rem;
}
.k-wam-voice-primary, .k-wam-voice-junior, .k-wam-voice-high, .more-voice a {
    margin: 2rem 0 0;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#k-wam-voice{
    padding: 3rem 0 1rem;
}
.k-wam-voice-h2 {
    font-size: 1.9rem;
     padding: 0 0 2rem;
}
.k-wam-voiceBox, .k-wam-pvoiceBox {
    margin: 2rem 0;
}
.k-wam-voiceBox {
    margin: 3rem 0;
    padding: 0 0 2rem;
}
.k-wam-voiceBox h2,.k-wam-voiceBox h2 {
    font-size: 2rem;
    padding: 1rem 1rem;
}
.pvoice-ttl {
    text-align: center;
}
.k-wam-voiceBox-contents {
    padding: 2rem 1rem 0;
}
.number-box h3,.pvoice-ttl {
    font-size: 2rem;
}
.s-year{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
}
.s-name{
    font-size: 2rem;
    text-align: center;
}
.number_area{
    margin-right: 0.5rem;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
集団塾・個別指導塾の違いまとめ
---------------------------------------------------------*/
.difference{
background: #fff;
padding:0 0 1rem;
}
.difference-inner{
padding: 4rem 0 3rem;
}
.t1-left {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 1em;
}

/*比較表*/
table#table-culums {
  /*border: 1px solid #d4d4d4;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 1rem;
    font-weight: 400;
}
table#table-culums th {
  background: #eeeeee;
  border: 1px solid #d4d4d4;
  padding: 1rem;
  font-weight: 900;
}
table#table-culums td {
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 1rem;
}

table#table-culums th,table#table-culums td{
    font-size: 2rem;
    line-height: 1.2;
}

  table#table-culums td:first-child{
  background: #00a056; 
  text-align: left;
  font-weight:900;
  color:#fff;
  }


.th_w10{width:10%;}
.th_w15{width:15%;}
.th_w18{width:18%;}
.th_w22{width:22%;}
.th_w25{width:25%;}
.th_w35{width:35%;}

.schedule-number{
color:#000;
font-weight:700;
}


.table-grad {
    position: relative !important;
    white-space: nowrap;
}

.table-grad:after{
    background-image: none;
}

.hikaku-box{
 display: flex;
 align-items: center;
  flex-direction: column;
}

.hikaku-box li{
margin:1%;
}

.hikaku-mark{
width:28%;
}

.hikaku-txt{
width:100%;
}

.bg-wam{
background: #ebf1c2 !important;
}

.fc-wam{
color: #006a48 !important;
}

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

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

}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.text-center_questionnaire {	text-align: left;}
  table#table-culums thead {
    display: none;
  }
  table#table-culums tr {
    /*border-bottom: 1px solid #e6ebef;*/
    display: block;
  }
table#table-culums th,
table#table-culums td {
  font-size: 1.75rem;
}
table#table-culums td .fs-small {
  font-size: 1.25rem;
}
  table#table-culums td {
    border-bottom: 0px solid #e6ebef;
    display: block;
  }
  table#table-culums td:first-child{
  background: #00a056; 
  text-align: center;
  font-weight:900;
  font-size:1.6rem;
  color:#fff;
  }
  table#table-culums td:before {
    content: attr(aria-label);
    display: block;
    color: #333;
	font-weight:900;
  }
  
  table#table-culums tr:last-child{
  border-bottom: 1px solid #e6ebef;
  }
  
  table#table-culums td.b_blue{
  border-bottom:0px solid #5488c7;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.difference{
padding:0 0 3rem;
}

table#table-culums td .fs-small {
  font-size: 1rem;
}
.list01 {
  padding-left: 2rem;
}

.t1-left{
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.hikaku-box{
  flex-direction: row;
}
.hikaku-txt{
width:68%;
}
.difference-inner{
padding: 0;
}
}

/*---------------------------------------------------------
指導内容
---------------------------------------------------------*/
.guidance-ttl{
    display: flex;
    align-items: center;
    color: #006F4F;
    border-bottom: solid 1px;
    margin: 2rem 0 1rem;
}
.guidance-ttl li{
    font-size: 2.8rem;
    font-weight: 700;
}
.guidance-number{
    font-family: 'Poppins';
    font-size: 6rem !important;
    margin-right: 1rem;
    text-align: center;
    line-height: 1.2;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.guidance-ttl li{
    font-size: 1.75rem;
}
}

/*---------------------------------------------------------
個別指導WAMについて
---------------------------------------------------------*/
.dgreen-bg{
    background: rgba(0,116,64,1);
}
.about-box-ttl{
color: #fff;
}
.about-box{
    background: #fff;
    padding: 2rem 3rem;
}
.about-box-h3{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
}
.about-list{
    background: #f6f6f1;
    padding: 1.5rem;
    box-shadow: 8px 9px 10px -10px rgb(0 0 0 / 80%);
    list-style: none;
    margin:2rem;
}
.about-list li{
    text-indent: -1em;
    color: #000;
    font-size: 2rem;
    padding: 0 0 0 1em;
    font-weight: 700;
}
.about-list li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #dc1c24;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.contact-area {
    padding: 4rem 0;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.about-box {
    padding: 1rem 1rem;
}
.about-box-h3 {
    font-size: 1.75rem !important;
    line-height: 1.6;
}
.about-list {
    background: #f6f6f1;
    padding: 1.5rem;
    list-style: none;
    margin: 0 0 2rem;
}
.about-list li {
    font-size: 1.5rem;
}
.about-list li:before {
    width: 8px;
    height: 8px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
CV
---------------------------------------------------------*/
.contact-area{
    padding: 4rem 0 4rem !important;
}
.contact-area h2{
    font-size: 4.4rem;
    font-weight: 700;
    margin: 0 0 2rem;
    text-align: center;
}
.contact-area img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 800px;
}
.guarantee-box{
    border: 5px solid #8d8034;
    outline: 2px solid #8d8034;
    outline-offset: -12px;
    padding: 4rem 5rem;
    margin: 3rem 0 3rem;
    background: #fff;
}
.guarantee-box h3{
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 2rem;
    color: #8d8034;
    border-left: transparent;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.contact-area h2{
    font-size: 3.5rem;
}
.about-box-h3 {
    font-size: 1.8rem;
}
.about-list li {
    font-size: 1.8rem;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.contact-area {
    padding: 2rem 0 !important;
}
.contact-area h2 {
    font-size: 2rem;
}
.contact-area h3{
    font-size: 2rem;
}
.guarantee-box {
    padding: 3rem 2rem;
    margin: 3rem 0 0;
}
.guarantee-box h3{
    font-size: 3rem;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
CV
---------------------------------------------------------*/
.contact-area-cv{
    padding: 0 0 8rem;
}
.contact-area-cv-ttl{
    background: #0290d6;
}
.summer-c-cv-bg{background:#ecffff;}
.about-h3{
text-align: center;
    color: #007440;
    font-size: 3rem;
    margin: 3rem 1rem;
    font-weight: 700;
}
.about-reason-box{
    background: #ffffdb;
    border: 3px solid #12af54;
    border-radius: 20px;
    padding: 4rem 6rem;
    overflow: hidden;/*float解除*/
}
.space {
  float: right;/*画像の位置を右下にしたい場合はright*/
  height: 5.3em/*画像上の余白の高さ*/
}
.img-f-right {
  float: right;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  /*margin: 1.2em 1.2em 0 0;画像の周りの余白*/
}
.about-reason-box h3 span{
color: #cf1c24;
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #c4ebd4 0%);
}
.about-ans{
    color: #cf1c24;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 4rem 0;
}
.cv-h3-ttl{
text-align: center;
    font-size: 2.75rem;
    font-weight: 700;
    color: #0265ad;
}
.cv-shiryo-box{
    overflow: hidden;/*float解除*/
    margin: 4rem 0 0;
}
.cv-shiryo-text span{
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffef92 0%);
}
.img-siryo{
    width: 250px;
}
.annotation-box{
margin: 4rem 0 0;
    padding: 2rem 4rem;
    border: 1px solid #333;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */

}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.space {display: none;}
.img-f-right {display: none;}
.about-ans {
    font-size: 2.5rem;
}
.cv-h3-ttl {
    font-size: 2.25rem;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.about-reason-box {
    background: #ffffdb;
    border: 3px solid #12af54;
    border-radius: 20px;
    padding: 2rem 1rem;
    overflow: hidden;
}
.annotation-box{
margin: 2rem 0 0;
    padding: 1rem;
}
}

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

/*---------------------------------------------------------
CVスタートキャンペーン-背景グリーン
---------------------------------------------------------*/
.contact-area-green{
    padding: 5rem 0 2rem;
    background: #f1ffea;
    border-top: 10px solid #007440;
    border-bottom: 10px solid #007440;
}

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

}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.contact-area-green{
    padding: 0 0 0rem;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}


/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
#main-cv{
    padding: 8rem 0;
    background: #bfe1e4;
}
.main-cv{
    padding: 2rem 4rem;
    background: #fff;
}
.main-cv h2{
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    margin: 0 0 2rem;
    line-height: 1.5;
    color: #d71c24;
}

.main-cv h3{
    font-size: 4.4rem;
    text-align: center;
    font-weight: 700;
    margin: 6rem 0 2rem;
}

.main-cv-list li {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    padding-bottom: 0% !important;
    padding-top: 0% !important;
    background: #fff;
    padding: 0.5rem 0.5rem 0.5rem 3.2rem;
}

.main-cv-list li:before {
    position: absolute;
    content: "";
    background: 100% / 100% url(../assets/img/cv/0801.svg) no-repeat;
    width: 22px;
    height: 20px;
    top: 0.8rem;
    left: 0.5rem;
}

.main-cv-listbox{
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    align-items: center;
}

.cv-listBox-bg{
    background: #f4e4ae;
    border-radius: 12px;
}
.annotation-box {
    margin: 4rem 0 0;
    padding: 2rem 4rem;
    border: 1px solid #333;
    background:rgba(255,255,255,0.5);
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#main-cv {
    padding: 6rem 0;
}
.main-cv h2 {
    font-size: 2.25rem;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#main-cv{
    padding: 3rem 0;
}
.main-cv{
    padding: 1rem 1rem;
    border-radius: 12px;
}
.main-cv h2{
    font-size: 2rem;
    margin: 1rem 0;
    text-align: left;
}

.main-cv h3{
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 2rem 0 2rem;
}

.cv-listBox-bg{
    background: transparent;
}
.main-cv-listbox{
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
}
.main-cv-list li {
    margin-bottom: 0.25rem;
    padding-left: 32px;
    padding-bottom: 0% !important;
    padding-top: 0% !important;
    font-size: 1.75rem;
}
.main-cv-list li:before {
    top: 0.8rem;
    left: 0rem;
}
.annotation-box{
margin: 2rem 0 2rem;
    padding: 1rem;
}
}

/*---------------------------------------------------------
キャンペーン概要
---------------------------------------------------------*/
.schedule-box{
    margin: 0 0 4rem;
}
.schedule-box span{
    background: #00428C;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: 700;
    margin: 0 0 2rem;
    display: inline-block;
}
.schedule-box p{
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 2rem;
    text-align: center;
    font-feature-settings: "palt";
    font-family: 'Poppins';
}
.schedule-box p i{
    font-size: 3rem;
    margin: 0 2rem 0 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までの幅の場合に適応される */
.schedule-box {
    margin: 0 0 2rem;
}
.schedule-box span {
    margin: 0 0 1rem;
    padding: 0.25rem 1rem;
}
.schedule-box p,.schedule-box p i {
    font-size: 1.8rem;
}
.schedule-box p i{
    margin: 0 1rem 0 0;
}
.schedule-box p {
    margin: 0 0 1rem;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
受験対策はこちらから
---------------------------------------------------------*/
.exam-area{
    margin: 3vh 0 3vh;
    border: 5px solid #007440;
    border-radius: 1vw;
    padding: 0 2vw 0;
    background: #fff;
}
.exam-area-ttl{
    background: #007440;
    color: #fff;
    text-align: center;
    padding: 1.5vh 1.5vw;
    border-radius: 0 0 1vw 1vw;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    font-weight: 600;
}
.exam-area-subttl{
    position: relative;
    display: inline-block;
    font-size: clamp(1.4rem, 2.25vw, 2.25rem);
    margin: 1vh 0 0;
    font-weight: 700;
    color: #F15A24;
}
.exam-area-subttl:before {
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #F15A24;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.exam-area-subttl::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: #F15A24;
    border-radius: 3px;
    transform: rotate(25deg);
}

.exam-box{
    display: flex;
    padding: 2vh 0;
}
.exam-box > li{
width: calc(33.33% - 15px);
    margin-right: 20px;
}
.exam-box > li:last-child {
    margin-right: 0;
}
.exam-btn{
    display: inline-block;
    position: relative;
    width: 80%;
    max-width: 330px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 1.5vw;
    border-radius: 0.5vw;
    font-weight: 600;
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    line-height: 1.3;
}
.exam-btn:hover{
    background: #fff;
}
.exam-btn:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";/* 好きなフォントアイコンを　*/
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.junior-high-school-exam-btn,.elementary-plan{
    background: #FB5C65;
    border: 1px solid #FB5C65;
}
.junior-high-school-exam-btn:hover,.elementary-plan:hover{
    color: #FB5C65;
}
.high-school-exam-btn,.junior-plan{
    background: #2D98DA;
    border: 1px solid #2D98DA;
}
.high-school-exam-btn:hover,.junior-plan:hover{
    color: #2D98DA;
}
.college-exam-btn,.high-plan{
    background: #27AE60;
    border: 1px solid #27AE60;
}
.college-exam-btn:hover,.high-plan:hover{
    color: #27AE60;
}

/*---------------------------------------------------------
コラボ動画
---------------------------------------------------------*/
.collab-movie-area{
    padding: 4vh 0;
}
.collab-ttl-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.collab-ttl-box li{
    padding: 0;
    display: flex;
}
.collab-ttl{
font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.2;
    font-weight: 700;
}
.collab-txt-01,.collab-txt-02{
    color: #007440;
    font-weight: 700;
}
.collab-txt-01{
    font-size: clamp(2rem, 2vw, 3rem);
}
.collab-txt-02{
font-size: clamp(1.5rem, 2vw, 2rem);
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.collab-ttl-box li img{
    width: 60px;
}
.collab-ttl-box{
    margin: 0 0 2vh;
}
}
/*---------------------------------------------------------
学年別対策
---------------------------------------------------------*/
.p-yearlist-area{
    margin: 3vh 0;
    background: #fff;
    padding: 1.5vh 2vw;
    border-radius: .5vh;
}
.p-yearlist-box{
    display: flex;
}
.p-yearlist-box > li{
    width: calc(33.3333% - 5px / 3);
    margin: 1%;
    padding:0 10px;
}
.yearlist{
    display: flex;
    flex-direction: column;
}
.yearlist-btn{

}
.counterplan-list{
    margin: 1vh 0 0;
}
.counterplan-list > li{
    border-bottom: 1px dotted #999;
    padding: 0 0 .25vh;
}
.counterplan-list > li a{
    text-decoration: none;
    color: #333;
    display: block;
    position: relative;
}
.counterplan-list > li a:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -10px;
    color: #00428C;
}
.counterplan-list > li a:hover:after{
    color: #d71c24;
}
.t-large,.t-small{
    line-height: 1;
}
.t-large{
    font-size: clamp(2.25rem, 2.5vw, 3rem);
}
.t-middle{
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
}
.t-small{
    font-size: clamp(1.2rem, 1.6vw, 1.8rem);
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.p-yearlist-box {
    flex-direction: column;
}
.p-yearlist-box > li {
    width: 100%;
}
.yearlist {
    display: flex;
    flex-direction: row;
}
.yearlist-btn {
    width: 40%;
}
.counterplan-list {
    margin: 0 2vw;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
}
/*---------------------------------------------------------
Fixedbtn（吹き出し）
---------------------------------------------------------*/
.fixed-bubble{
    display: block;
    position: fixed;
    bottom: 110px;
}
.fixed-bubble-contents{
    position:relative;
    background:#fffda9;
    padding:.5rem 1rem;
    text-align:center;
    border:2px solid #ec284e;
    color:#000;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight:700;
    border-radius:1vh;
    -webkit-border-radius:1vh;
    -moz-border-radius:1vh;
    animation: fuwafuwa 3s infinite;
}
.fixed-bubble-contents:after,.fixed-bubble-contents:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
    animation: kiran 3s ease-in-out infinite;
}
.fixed-bubble-contents:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:5px;
    border-right-width:5px;
    margin-left: -5px;
    border-top-color:#fffda9;
}
.fixed-bubble-contents:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:6px;
    border-right-width:6px;
    margin-left: -6px;
    margin-top: 2px;
    border-top-color:#ec284e;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-1px);
  }
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.fixed-bubble{
    bottom: 70px;
}
.btn-footer-cta,.btn-footer-tel{
    display: block;
    border-radius: 1vh;
    color: #fff;
    font-weight: 700;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        padding: 5px 0;
        margin:5px 0;
}
.btn-footer-cta{
    background: #ec284e;
    border: 1px solid #ec284e;
}
.btn-footer-tel{
    background: #27ae60;
    border: 1px solid #27ae60;
}
.btn-footer-cta-txt,.btn-footer-tel-txt{
        border-radius: 50vh;
        width: 95%;
        text-align: center;
}
.btn-footer-cta-txt-big{
    font-size:1.6rem;
}
.btn-footer-cta-txt{
    font-size:1.2rem;
    background: #fff;
    color: #000;
}
.btn-footer-tel-txt{
    font-size:1.2rem;
    background: #fff;
    color: #000;
}
}

/*---------------------------------------------------------
ボタン動き
---------------------------------------------------------*/
.btn-shake{
    animation: furu 3s infinite;
}
@keyframes furu {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    2% {
        transform: translate(1px, 1px) rotateZ(1deg)
    }
    4% {
        transform: translate(0px, 1px) rotateZ(0deg)
    }
    6% {
        transform: translate(1px, 0px) rotateZ(-1deg)
    }
    8% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    10% {
        transform: translate(1px, 1px) rotateZ(1deg)
    }
    12% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    14% {
        transform: translate(1px, 0px) rotateZ(-1deg)
    }
    16% {
        transform: translate(0px, 1px) rotateZ(0deg)
    }
    18% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3s;
}

.keyframe5{
  animation-name: anim_sc;
  transform: scale(0.9,0.9);
}

@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}

.kiran-img {
position :relative;
overflow :hidden;
}
.kiran {
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
transform: rotate(45deg);
animation: reflection 2s ease-in-out infinite;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
-moz-transform: rotate(45deg);
-moz-animation: reflection 2s ease-in-out infinite;
-ms-transform: rotate(45deg);
-ms-animation: reflection 2s ease-in-out infinite;
-o-transform: rotate(45deg);
-o-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
0% { transform: scale(0) rotate(45deg); opacity: 0; }
30% { transform: scale(0) rotate(45deg); opacity: 0.5; }
31% { transform: scale(4) rotate(45deg); opacity: 1; }
100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
30% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
31% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
30% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
31% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*---------------------------------------------------------
Fixedbtn（new）
---------------------------------------------------------*/
.freedial-footer{
    font-family: Poppins, serif;
    font-size: clamp(2.7rem, 3.25vw,4.1rem);
    padding: 0 1rem;
    line-height: 1;
    color: #007440;
}
.freedial-footer:before{
    content: "";
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-right: 0px;
    background: url(../assets/img/free-dial-logo.svg) no-repeat;
    background-size: contain;
}
.bottomArea-pricebox-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px;
}
.bottomArea-pricebox-freedial,
.bottomArea-pricebox-freedialtime{
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
.bottomArea-pricebox-freedial {
    background: #cd2626;
    padding: 0 1rem;
    font-weight: 700;
    margin-right: 10px;
    text-align:center;
    color: #fff;
    font-size: clamp(1.2rem, 1.6vw, 1.8rem);
        margin: 0 0 1rem;
}
.bottomArea-pricebox-freedialtime {
    width: 76% !important;
    color: #007440;
    font-weight: 700;
}
.footer-tel-pcbox{
    display: flex;
}
.footer-tel-pcbox-time{
    font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
/* 828pxまでの幅の場合に適応される */
.freedial-footer:before{
    width: 60px;
    height: 35px;
    margin-right: 0px;
}
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.freedial-footer:before{
    width: 40px;
    height: 25px;
    margin-right: 0px;
}
}

/*---------------------------------------------------------
塾に行っても成績が上がらない原因
---------------------------------------------------------*/
.geiin-area{
    padding: 6vh 0;
    background: #fffee3;
}
.geiin-area-box{
    border:2px solid #ff0000;
    padding:1vh 1vw;
        border-radius: 1vh;
        background: rgba(255, 0, 0, 0.05);
}
.geiin-area-box-list{
margin:0;
}
.geiin-area-box-list li{
    position: relative;
    padding: 0 1rem 0 0;
    font-weight: 700;
    font-size: clamp(1.5rem, 2vw, 2rem);
      text-indent: -1em;
  padding-left: 1em;
}
.geiin-area-box-list li:before{
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  content: '\f14a';
  color: #ff0000;
  margin: 0 5px 0 0;
}
.geiin-area-ttl{
    font-size: clamp(2.5rem, 3.5vw, 4.5rem);
    color: #ff0000;
        line-height: 1.4;
}