@charset "UTF-8";

.sp_floating{
display: none !important;
}

/*---------------------------------------------------------
吹き出し見出し（緑）
---------------------------------------------------------*/
.fukidashi-ttl-h2{
padding:2vh 1vw;
  background-color: #007440;
  text-align: center;
  position: relative;
  margin: 0 0 4vh;
}
.fukidashi-ttl-h2 h2{
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
}

.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までの幅の場合に適応される */
} 

/*---------------------------------------------------------
見出し（赤）
---------------------------------------------------------*/
.ttl-h2{
    background: repeating-linear-gradient( -45deg, #FC5959, #FC5959 10px, #FC4242 0, #FC4242 20px );
    padding: 3vh 0.25vw;
    font-weight:700;
    color:#fff;
    text-align: center;
    margin: 0 0 3vh;
}
.ttl-h2 h2{
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1.3;
}
.ttl-h2-sub{
font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}


/*---------------------------------------------------------
ボックス（赤）
---------------------------------------------------------*/
.red-box{
border: 2px solid #FC4242;
margin: 0 0 1vh;
}

.red-box-ttl{
background: #FC4242;
border-radius:12px 12px 0px 0px ;
    -webkit-border-radius:12px 12px 0px 0px ;
    -moz-border-radius:12px 12px 0px 0px ;
    padding: 2vh 1vw;
    text-align: center;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin: 4vh 0 0;
}
.red-box-arrow-pc,.red-box-arrow-sp{
    color: #FC4242;
    font-size: clamp(3rem, 5vw, 5rem);
}

/*---------------------------------------------------------
メインビュー
---------------------------------------------------------*/
#TopMain img{
    width: 100%;
    max-width: 1920px;  
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*---------------------------------------------------------
無料相談受付中
---------------------------------------------------------*/
#cv-soudan{
    padding:4vh 0;
    background: repeating-linear-gradient( -45deg, #F9C34B, #F9C34B 6px, #FACF6F 0, #FACF6F 12px );
}
.cv-soudan-box{
    background: #fff;
    padding: 3rem 3rem;
    border-radius: 12px;
}
.cv-soudan-box > h2{
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cv-soudan-box h2 span{
    position: relative;
    max-width: 80px;
    max-height: 80px;
    width: 10vmin;
    height: 10vmin;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.5rem, 6vw, 5rem);
    color: #007440;
    font-weight: 700;
    border: 1px solid #007440;
}
.cv-soudan-box h2 span::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#cv-soudan > h3{

}
.cv-soudan-subttl{
    position: relative;
    display: inline-block;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    margin: 0 0 1rem;
    font-weight: 700;
    color: #111;
}
.cv-soudan-subttl:before {
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #111;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.cv-soudan-subttl::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: #111;
    border-radius: 3px;
    transform: rotate(25deg);
}

/*---------------------------------------------------------
無料受験相談のお申し込みボタン
---------------------------------------------------------*/
.cv-comment{
    position: relative;
    display: inline-block;
    font-size: min(2.25vw,2.25rem);
    margin: 0 0 1rem;
    font-weight: 700;
    color: #CD0917;
}
.cv-comment:before {
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #CD0917;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.cv-comment::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: #CD0917;
    border-radius: 3px;
    transform: rotate(25deg);
}

.cv-btn{
    display: block;
    background: rgb(213,28,36);
    background: linear-gradient(0deg, rgba(213,28,36,1) 0%, rgba(255,123,127,1) 100%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #d51c24;
}

.cv-btn:hover{
    background: #fff;
    color: #d51c24;
    text-shadow: 0px 1px 4px rgb(255 255 255 / 50%);
}
.cv-btn-body {
    padding: 1rem 1rem;
   font-size: clamp(1.6rem, 3vw, 3rem);
    font-weight: 700;
    text-shadow: 0px 1px 4px rgb(0 0 0 / 50%);
    border-radius: 50vh;
}
.cv-btn-body span{
display: block;
font-size: min(2vw,2rem);
 font-weight: 500;
}
.cv-btn-body i{
    font-size: clamp(1.6rem, 3vw, 3rem);
    margin-left: 1rem;
}


/*---------------------------------------------------------
志望校への合格点が届いていない高校受験生の方へ
---------------------------------------------------------*/
#sv-message{
    background: #EDFFE5;
    padding: 0 0 4vh;
}

/*---------------------------------------------------------
志望校に合格しました！
---------------------------------------------------------*/
#voice-highschool{
    padding: 4vh 0;
}
/*--webp対応ブラウザの場合--*/
#voice-highschool{ 
background: url(../img/voice-highschool-bg.webp) no-repeat center center;
background-size: cover;
 }
/*--webp非対応ブラウザの場合--*/
.no-webp #voice-highschool{ 
background: url(../img/voice-highschool-bg.jpg) no-repeat center center; 
background-size: cover;
}

.voice-highschool-subttl{
    font-size: clamp(1.4rem, 2.5vw, 2.5rem);
    font-weight: 700;
}
   [class*="voice-highschool-subttl"] {
  --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 */;
}
.fc-gold,.fc-w-green{
    font-size: clamp(1.8rem, 3.5vw, 3.5rem);
}
.fc-gold{
    color: #9D801A;
}
.fc-w-green{
    color: #007440;
}
.voice-highschool-ttl{
     font-size: clamp(2.5rem, 6vw, 6rem);
    color: #FC4242;
    font-weight: 700;
    margin: 0 0 3vh;
}
   [class*="voice-highschool-ttl"] {
  --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 */;
}

/* 合格者の声 */
.voice-highschool-box{
    background: #fff;
    padding: 2rem;
    margin: 0 2%;
    border: 1px solid #eee;
}
.voice-highschool-box h3{
    color: #2D98DA;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1.5vh;
}
.voice-highschool-box{
      position: relative;
}
.voice-highschool-box::before{
  content: "";
  width: 62px;
  height: 64px;
  background: url(../assets/img/voice-h-exam/ic_medal.png) no-repeat;
  background-size: contain;
  position: absolute;
    bottom: 70px;
    right: 10px;
}
.voice-highschool-box img{
      width: 100%;
      height: 150px;
      object-fit: cover;
}
.voice-highschool-name{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.voice-highschool-name li{
    font-size: clamp(1.2rem, 1.3vw, 1.3rem);
    width: 50%;
    text-align: center;
}
.voice-highschool-name li:first-child{
    border-right: 1px solid #ccc;
}

/*---------------------------------------------------------
時間がないなら個別指導！
WAMと集団塾との違い
家庭学習の管理や勉強のやり方まで指導します！
---------------------------------------------------------*/
#exam-performance,#difference-box-high-exam,#teach,#teach-again{
padding: 0 0 4vh;
}

/*---------------------------------------------------------
家庭学習の管理や勉強のやり方まで指導します！
---------------------------------------------------------*/
.study-schedule-ttl{
    background: #FC4242;
    margin: 4vh 0 2vh;
    padding: 2vh 0;
    border-radius: 50vh;
    text-align: center;
    color: #fff;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    font-weight: 700;
}
.study-schedule-plan-txt{
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    line-height: 1.5;
}

/*---------------------------------------------------------
無料受験相談で雰囲気を感じ取ってください！
---------------------------------------------------------*/
.consultation{
    background: #F7EAF1;
    padding: 6vh 0;
}
.conference-area{
    width: 90%;
    margin: 0 auto;
}
.conference-box{
width: 48%;
}
.conference-ttl{
border-top: 3px solid #006F4F;
    border-bottom: 3px solid #006F4F;
    padding: 2vh 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    color: #006F4F;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.conference-area{
    width: 100%;
}
.conference-box{
width: 100%;
}
}

/*---------------------------------------------------------
結果が出る理由(調査書（内申点）対策編)
---------------------------------------------------------*/
#reason-report{

}
.reason-report-small-txt{
    display: block;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}
.reason-report-big-txt,.text-dot{
font-size: clamp(2.75rem, 4vw, 4rem);
}
.reason-report-big-txt{
display: block;
    line-height: 1;
}
.text-dot{
position: relative;
}
.text-dot:before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 0;
    color: #ffff00;
}
.reason-report-subttl{
    display: flex;
    justify-content: center;
    align-items: center;
        font-size: clamp(1.6rem, 2vw, 2rem);
    text-align: center;
    color: #ffff00;
    line-height: 1;
    margin: 0 0 1vh;
}

.reason-report-subttl::before,
.reason-report-subttl::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #ffff00;
}

.reason-report-subttl::before {
	margin-right: 20px;
}
.reason-report-subttl::after {
	margin-left: 20px;
}
.reason-ttl-h2{
    text-align: center;
    padding: 2vw 1vh;
    border: 2px solid #007440;
    margin: 0 0 2vh;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 700;
    color: #007440;
    border-radius: 8px;
}
.reason-read-txt{
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    margin: 0 0 2vh;
}

/* 理由ボックス */
.reason-box{
    border: 2px solid #007440;
    padding: 4vh 2vw;
    margin: 4vh 0;
    border-radius: 8px;
}
.reason-ttlBox{
    display: flex;
    align-items: center;
}
.reason-ttlBox li{
    padding: 1%;
}
.Indexcircle{
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #007440;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff00;
}
.Indexcircle span {
  position: absolute;
  display: inline-block;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :90px;
  text-align:center;
    font-weight: 700;
line-height: 1;
}
.reason-mini{
    font-size: clamp(1.2rem, 2vw, 2rem)!important;
    top: 20%;
}
.big_number{
    font-size: clamp(3rem, 5vw, 5rem);
    font-family: 'Poppins';
    top: 65%;
}
.reason-ttlBox h3{
    font-size: clamp(2rem, 2.8vw, 3rem);
    font-weight: 700;
    color: #007440;
    line-height: 1.4;
}
.reason-ttl-h4{
    font-size: clamp(1.8rem, 2.25vw, 2.25rem);
    line-height: 1.5;
    font-weight: 700;
    color: #007440;
    border-left: solid 10px;
    padding: 0 1rem;
    margin: 0 0 2rem;
}
.reason-ttl-h4-voice{
    text-align: center;
    margin: 2vh 0;
    font-size: clamp(2rem, 2.5vw, 2.5rem);
    font-weight: 700;
    color: #d71c24;
    line-height: 1.4;
}
.border-green {
    border: 1px solid #006F4F;
}
.plan-ttl {
    font-size: min(2.4vw,2.4rem);
    text-align: center;
    background: #e5ebd5;
    border-radius: 50vh;
    padding: 1vw;
    color: #006f4f;
    font-weight: 700;
}
@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までの幅の場合に適応される */
.reason-ttlBox {
    margin: 0 0 1vh;
}
.reason-ttlBox h3 {
    letter-spacing: -.3rem;
}
.Indexcircle {
    width: 60px;
    height: 60px;
}
.Indexcircle span {
    width: 60px;
}
.reason-mini {
    top: 25%;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
かんたん動画でわかる個別指導WAMの授業
---------------------------------------------------------*/
#movie-wam{
    margin: 0 0 4vh;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
    margin: 0 1% 0 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.point-3-ttl{
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    text-align: center;
    background: #cd2626;
    border-radius: 50vh;
    color: #fff;
    margin: 0 0 2vh;
}

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-contents-box li:before {
    left: -25px;
    width: 30px;
    height: 30px;
    line-height: 35px;
}
}

/*---------------------------------------------------------
集団塾と個別指導塾と個別指導WAMの違い
---------------------------------------------------------*/
#difference{
    padding: 4vh 0;
}

/*---------------------------------------------------------
個別指導WAMについて
---------------------------------------------------------*/
.dgreen-bg{
    background: rgba(0,116,64,1);
}
.about-box-ttl{
color: #fff;
}
.about-box{
    background: #fff;
    padding: 2vh 3vw;
}
.about-box-h3{
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: -.01rem;
}
.about-list {
    background: #f6f6f1;
    padding: 2vw;
    box-shadow: 8px 9px 10px -10px rgb(0 0 0 / 80%);
    list-style: none;
    margin: 2vw;
}
.about-list li{
    text-indent: -1em;
    margin-left: 0.5em;
    color: #000;
    font-size: clamp(1.4rem, 2vw, 2rem);
    padding: 0 0 0 1vh;
    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;
}

/*---------------------------------------------------------
CV
---------------------------------------------------------*/
.contact-area{
    padding: 4vh 0;
}
.contact-area h2{
    font-size: clamp(2rem, 4.4vw, 4.4rem);
    font-weight: 700;
    margin: 0 0 3vh;
    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: 4vh 5vw;
    margin: 2vh 0 1vh;
    background: #fff;
}
.guarantee-box h3{
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 2rem;
    color: #8d8034;
    border-left: transparent;
}

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

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

.main-cv h3{
    font-size: clamp(2.5rem, 4.4vw,4.4rem);
    text-align: center;
    font-weight: 700;
    margin: 6rem 0 2rem;
}

.main-cv-list li {
    position: relative;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 0.25vh;
    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: 4vh 0 4vh;
    padding: 2vh 4vw;
    border: 1px solid #333;
    background:rgba(255,255,255,0.5);
}


/*---------------------------------------------------------
お近くの教室をチェック！,個別指導Wamの授業の3つのPoint
---------------------------------------------------------*/
#point-3{
    padding:0 0 8rem;
}

.area-check-comment{
  color: #E9546B;
  padding: .5rem 0;
  border-top: 1px solid #E9546B;
  border-bottom: 1px solid #E9546B;
}

/*---------------------------------------------------------
無料体験で雰囲気を感じ取ってください！
---------------------------------------------------------*/
#consultation-flow{
    padding: 0 0 8rem;
}

.consultation-flow-area{
    background: #EDF8F4;
    max-width: 1000px;
    margin: 0 auto 4rem;
    padding: 6rem 5rem;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
}
.consultation-flow-area > h3{
    color: #fff;
    text-align: center;
    font-size: min(3vw,3rem);
    font-weight: 700;
    background: #006F4F;
    padding: 2rem 1rem;
    border: 3px solid #006F4F;
    border-radius: 8px;
}
.consultation-flow-area > h4{
    margin: 5rem 0 2rem;
    color: #006F4F;
}
.consultation-flow-area > h4{
    font-size: min(2.5vw,2.5rem);
    font-weight: 700;
}
.consultation-flow-area > h4 span{
    font-size: min(2vw,2rem);
    font-weight: 700;
}
.consultation-flow-area > h4 span{
    background: #006F4F;
    padding: 1rem 2rem;
    border-radius: 50vh;
    color: #fff;
    margin-right: 1.5rem;
}
