<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------
ALL
---------------------------------------------------------*/
.sp_floating{
display: none !important;
}

/*---------------------------------------------------------
吹き出し見出し（緑）
---------------------------------------------------------*/
.fukidashi-ttl-h2{
padding:2vh 1vw;
  background-color: #007440;
  text-align: center;
  position: relative;
  margin: 0 0 8vh;
}
.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 {
    margin: 0 0 6vh;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
吹き出し見出し
---------------------------------------------------------*/
.area-check h2{
padding:2vh 1vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
    font-size: clamp(2rem, 5vw, 3.5rem);
  position: relative;
  margin: 0 0 8vh;
}
.area-check h2{
  background-color: #007440;
}
.area-check 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: #007440 transparent transparent transparent;
}
@media screen and (max-width: 640px) {
.area-check h2{
  margin: 0 0 3vh;
}
.area-check h2:before{
    bottom: -15px;
    border-width: 15px 10px 0 10px;
}
}

/*---------------------------------------------------------
見出し
---------------------------------------------------------*/
.cam-ttl{
    position: relative;
    display: inline-block;
    height: 100px;
    padding: 0 2rem;
        line-height: 1.4;
}
.cam-ttl::before,
.cam-ttl::after{
    position: absolute;
    content: '';
    top: 0;
    width: 0px;
    height: 0px;
    border-color: transparent #f2f9fd;
    border-style: solid;
}
.cam-ttl-border{
    border-top: 3px solid #e6b422;
    border-bottom: 3px solid#e6b422;
}
.cam-ttl::before {
    left: 0;
    border-width: 50px 0px 50px 10px;
}

.cam-ttl::after {
    right: 0;
    border-width: 50px 10px 50px 0px;
}

/*---------------------------------------------------------
各種ボタン
---------------------------------------------------------*/
.other-btn{
display: block;
    background: #fff;
    color: #007440;
    text-align: center;
    text-decoration: none;
    border: 1px solid #007440;
    font-size: clamp(1.5rem, 1.6vw, 1.8rem);
    padding: 2vh 1vw;
    border-radius: 50vh;
    width: 100%;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .5vw;
}
.other-btn:hover{
    background: #007440;
    color: #fff;
    border: 1px solid #007440;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.cv-soudan-area {
    display: flex;
    flex-wrap: wrap;
}
.cv-soudan-area li {
    width: 48%;
        padding: 1%;
}
.cv-soudan-btn{
width: 95%;
padding: 0.5vh 0.5vw;
}
}

/*---------------------------------------------------------
ヘッダー（インクルードなし）
---------------------------------------------------------*/
.header-ori{
    background: rgba(0, 116, 64, 1);
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border-bottom: 7px solid #fac54c;
}
.head-area {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-ttlbox,.header-btnbox{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header-ttlbox img{
    width: 100%;
    padding: 2vh 0;
    max-width: 300px;
}
.header-btnbox{

}
.header-btn {
    color: #fff;
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    max-width: 250px;
    border-radius: 4px;
        position: relative;
}
.header-btn:after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-contact{
    background: linear-gradient(0deg, #ff6e01 0%, #f39412 100%);
}
.btn-contact:hover{
background: #fff;
    color: #f39412;
}
.btn-contact:hover:after{
color: #f39412;
}

/*---------------------------------------------------------
キャンペーン情報
---------------------------------------------------------*/
.hp-campaignArea{
    background: #F9F9F3;
    padding: 6vh 0;
}
.hp-campaign-ttl{
    margin: 0 0 3vh;
    background: transparent !important;
}
.hp-campaign-ttl span{
    color: #007440;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 0.1vh;
    border-bottom: 3px solid #fac54c;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}
.hp-campaign-list{
    display: flex;
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    align-items: center;
    justify-content: center;
}
.hp-campaign-list li{
    padding: 0 1%;
}
.hp-campaign-list li img{
    width: 100%;
    max-width: 550px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.hp-campaignArea{
    padding: 4vh 0;
}
.hp-campaign-list{
    flex-direction: column;
}
.hp-campaign-list li{
    padding: 1% 0;
}
}

/*---------------------------------------------------------
メインビュー
---------------------------------------------------------*/
#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;
}
}

/*---------------------------------------------------------
満足度・成績アップエリア
---------------------------------------------------------*/
#manzokudo-Area{
background: #FFFFDC;
border-top:4px solid #D6AF45;
border-bottom:4px solid #D6AF45;
padding:2vh 0;
}

.w-1200, .w-1000,.w-1400,.w-800,.w-600,.w-500{
    width:95%;
    margin:0 auto;
    padding:0;
}
.w-800{max-width:800px;}

/*---------------------------------------------------------
CV
---------------------------------------------------------*/
.contact-area{
    padding: 4rem 0 4rem !important;
}

.contact-area img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 800px;
}
/*ボタン動き*/
.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; }
}

/*---------------------------------------------------------
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;
}

/*---------------------------------------------------------
講師の声
---------------------------------------------------------*/
#voice_teacher{
  background: #fbf8d9;
  padding: 64px 4%;
}
#voice_teacher h2{
  color: #333;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .5em;
  text-align: center;
}

.voice_red-font{
  color: #c01359;
  font-size: 2rem;
}
.voice-box{
  background: #fff;
  border-radius: 20px;
  margin: 8px;
  padding: 16px;
}
.v-ttl p{
  color: #0e9bd5;
  /*font-size: 1.15rem;*/
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.5;
}
.v-pct{
display: block;
margin-left: auto;
margin-right: auto;
}
.v-pct span{
font-weight:700;
text-align:center;
display:block;
padding:1rem 0;
}
.v-txt{
line-height:1.5;
}
.t-red-mark{
  background: linear-gradient(transparent 70%, #ffef92 0%);
  color: #c01359;
  font-weight: 700;
  display: inline;
}
.v-txt,.t-red-mark,.v-ttl p{
font-size:1.5rem;
}
.v-pct span{
font-size:1.3rem;
}

/* 講師の声カルーセル */
.wrapper .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper{
position: relative;
}
.voice-area{
width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 0 1rem;
}

/*---------------------------------------------------------
CTA-btn キャンペーン
---------------------------------------------------------*/
#sv-contents-02{
background:rgba(45,152,218,0.2);
}
.cta-sv-area{

}
.cta-ttl-contents{
    position: relative;
    /*border: 4px solid #007440;*/
    border-radius: 2vh;
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
        padding: 4vh 2vw 2vh;
    /*background: #fff;*/
}
/*.cta-ttl-box{
    position: absolute;
    top: -5vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}*/
.cta-ttl{
    line-height: 1.2;
    margin: 0 0 2vh;
}
.cta-ttl &gt; span{
    font-size: clamp(2.25rem, 6vw, 3rem);
    font-weight:700;
    color: #0290d6;
    white-space: nowrap;
    background: linear-gradient(transparent 70%, #FFFF00 70%);
    line-height: 1.4;
}
[class*="waku-white-6"] {
  --x: 0 0 var(--text-outline--width, 10px) 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 */;
}
.campaign-bnr-box{
    padding: 3vh 0 0;
}
.cta-contents{
    padding: 0 0 1vh;
}
.cta-btnArea-all{
    display: flex;
}
.cta-btnArea-all &gt; li{
    width:calc(100% / 2);
    margin: 2% 2% 2% 0;
}
.cta-btnArea-all &gt; li:last-child{
    margin: 2% 0 2% 0;
}
.cta-areaBox{
    color: #000;
    font-weight:700;
    margin: 1vh 0 0;
}
.cta-areaBox &gt; p{
    font-size: clamp(2.25rem, 6vw, 4rem);
        line-height: 1;
}
.cta-areaBox-ttl-big{
    font-size: clamp(3rem, 7vw, 5rem);
}

.cta-btnBox02,
.cta-btnBox &gt; a{
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 2vh 1vw 2vh 50px;
    border-radius: 12px;
    position: relative;
    line-height: 1.1;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
}
.cta-btnBox &gt; a{
    font-size: clamp(1.4rem, 3vw, 2rem);
        text-decoration: none;
        text-align: center;
}

.cta-comment{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 50vh;
    width: 60px;
    height: 60px;
    font-size:.6rem;
    background: #fff;
}
.cta-comment-inquiry{
    left: 25%;
}
.cta-comment &gt; span{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.cta-comment-number{
    font-size:1.5rem;
}
.cta-btnBox-txt-big{
    font-size: clamp(1.6rem, 5vw, 3.5rem);
}
.cta-btnBox &gt; a:after,
.cta-btnBox02:after{
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.highlight{
position: absolute;
    border-radius: 100px;
    width: 100%;
    height: 30%;
    top: 0px;
    left: 0;
    background: linear-gradient(to bottom, rgba(250, 250, 255, 0.9) 10%, rgba(250, 250, 255, 0.3) 100%);
}
.cta-btn_inquiry{
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #e00303));
  background-image: -moz-linear-gradient(top, #ff0000, #e00303);
  background-image: -webkit-linear-gradient(top, #ff0000, #e00303);
  background-image: linear-gradient(to bottom, #ff0000, #e00303);
  box-shadow: 
		0 2px 6px rgba(0,0,0,0.5),
		0 2px 10px rgba(0,100,255, 0.7);
  border-color: #ff0000;
  border:2px solid #ff0000;
}
.cta-btn_inquiry:hover{
  background:#fff;
  color:#ff0000;
}
.cta-btn_inquiry .cta-comment{
  color:#ff0000;
}
.cta-btn_inquiry:hover .cta-comment{
border:1px solid #ff0000;
}

.cta-btn_online_inquiry{
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #e00303));
  background-image: -moz-linear-gradient(top, #ff0000, #e00303);
  background-image: -webkit-linear-gradient(top, #ff0000, #e00303);
  background-image: linear-gradient(to bottom, #ff0000, #e00303);
  box-shadow: 0px 2px 0px #e00303;
  border-color: #ff0000;
  border:2px solid #ff0000;
}
.cta-btn_online_inquiry:hover{
  background:#fff;
  color:#ff0000;
}
.cta-btn_online_inquiry .cta-comment{
  color:#ff0000;
}
.cta-btn_online_inquiry:hover .cta-comment{
border:1px solid #ff0000;
}
.cta-btn_trial{
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9d00), color-stop(100%, #e58905));
  background-image: -moz-linear-gradient(top, #ff9d00, #e58905);
  background-image: -webkit-linear-gradient(top, #ff9d00, #e58905);
  background-image: linear-gradient(to bottom, #ff9d00, #e58905);
  box-shadow: 0px 2px 0px #e58905;
  border-color: #ff9d00;
  border:2px solid #ff9d00;
}
.cta-btn_trial:hover{
  background:#fff;
  color:#ff9d00;
}
.cta-btn_trial .cta-comment{
  color:#ff9d00;
}
.cta-btn_trial:hover .cta-comment{
border:1px solid #ff9d00;
}
 
.cta-btn_tuition{
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #27ae60), color-stop(100%, #079945));
  background-image: -moz-linear-gradient(top, #27ae60, #079945);
  background-image: -webkit-linear-gradient(top, #27ae60, #079945);
  background-image: linear-gradient(to bottom, #27ae60, #079945);
  box-shadow: 0px 2px 0px #079945;
  border-color: #27ae60;
  border:2px solid #27ae60;
}
.cta-btn_tuition:hover{
  background:#fff;
  color:#27ae60;
}
.cta-btn_tuition .cta-comment{
  color:#27ae60;
}
.cta-btn_tuition:hover .cta-comment{
border:1px solid #27ae60;
}
.cta-btn_tel{
    width: 100%;
    padding: .5vh .5vw;
    display: flex;
    justify-content: center;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #efefef));
  background-image: -moz-linear-gradient(top, #fff, #efefef);
  background-image: -webkit-linear-gradient(top, #fff, #efefef);
  background-image: linear-gradient(to bottom, #fff, #efefef);
  border-color: #efefef;
  border:2px solid #fff;
  color:#007440;
}
.school-tel-txt-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3vh 0 0;
}
.p-framecolumn__box_item--tel{
    justify-content: center !important;
    margin: 2vh 0 0 !important;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.cta-ttl-box {
    top: -3vh;
}
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
.school-tel-txt-box{
    flex-direction: column;
}
.school-tel-txt-box &gt; div{
    margin: 0 0 2vh;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.cta-btnArea-all &gt; li &gt; p &gt; a{
        padding: 1vh 0 1vh 25px !important;
}
.cta-comment{
    width: 35px;
    height: 35px;
    font-size:.4rem;
}
.cta-comment-number{
    font-size:.7rem;
}
.cta-comment-inquiry{
    left: 15%;
}
.cta-ttl-box{
    top: -3vh;
}
.cta-comment &gt; span{
position: absolute;
    top: 40%;
}
.campaign-bnr-box {
    padding: 0;
}
}
/*---------------------------------------------------------
学年別対策
---------------------------------------------------------*/
.p-yearlist-area{
    margin: 3vh 0;
    background: #fff;
    padding: 1.5vh 2vw;
    border-radius: .5vh;
}
.p-yearlist-box{
    display: flex;
}
.p-yearlist-box &gt; 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 &gt; li{
    border-bottom: 1px dotted #999;
    padding: 0 0 .25vh;
}
.counterplan-list &gt; li a{
    text-decoration: none;
    color: #333;
    display: block;
    position: relative;
    text-decoration: none;
}
.counterplan-list &gt; li a:after{
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -10px;
    color: #00428C;
}
.exam-box{
    display: flex;
    padding: 2vh 0;
}
.exam-box &gt; li{
width: calc(33.33% - 15px);
    margin-right: 20px;
}
.exam-box &gt; 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: "FontAwesome";
  content: "\f105";/* 好きなフォントアイコンを　*/
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.counterplan-list &gt; 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);
}
.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;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.p-yearlist-box {
    flex-direction: column;
}
.p-yearlist-box &gt; 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;
}
}

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

.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;
        margin: 1vh 0 0;
}

.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;
}
}
/*---------------------------------------------------------
成績アップを実現した生徒さんの喜びの声！
---------------------------------------------------------*/
#k-wam-voice{
    padding: 8rem 0 3rem;
}
.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);
}

.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までの幅の場合に適応される */
}
/*---------------------------------------------------------
キャンペーンエリア
---------------------------------------------------------*/
#summer-c{
    padding: 6rem 0 0;
}
#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 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;
}
.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;
}
}
/*---------------------------------------------------------
講座概要
---------------------------------------------------------*/
.k-wam-outline{
padding: 6vh 0;
}

.outline-box{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
      margin: 0 0 6vh;
}
.outline-box dt{
  background: #efefef;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
}
.outline-box dd{
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
  width: 80%;
  background: #fff;
  box-sizing: border-box;
}
.outline-box-dt30{
  width: 30% !important;
}
.outline-box-dd70{
  width: 70% !important;
}
.culum-3{
display: flex;
}
.culum-3 &gt; div{
    width: calc(100% / 3);
    padding: 1%;
}
.price-box-name{
background: #F9F9F3;
    text-align: center;
    padding: 1vh 1vw;
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    font-weight: 700;
}
.price-box{
  display:flex;
  flex-wrap: wrap;
  margin: 0 0 1vh;
}
.price-box dt,.price-box dd{
border-bottom: 1px solid #ddd;
padding:.5vh .5vw;
}
.price-box dt:first-child,.price-box dd:first-child{

}
.price-box dt{
  width: 30%;
  box-sizing: border-box;
      display: flex;
    align-items: center;
    justify-content: center;
}
.price-box dt &gt; span{
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background: #007440;
    border-radius: 1vh;
        padding: 5px 10px;
        width: 60px;
    display: block;
    text-align: center;
}
.price-box dd{
  width: 70%;
  box-sizing: border-box;
      font-size: 1rem;
}
.price-big{
    font-size: 2.5rem;
    font-weight:700;
}
.light-yellow-bg{
    background: #FFFDE9;
}
.area-check {
    background: transparent !important;
}
.cta-campaign-btn-bg{
background: rgba(45, 152, 218, 0);
}
.cta-campaign-btn-pb{
padding:0 0 6vh !important;
}
@media screen and (max-width: 640px) {
 dl.outline-box{
    flex-flow: column nowrap;
  }
  .outline-box dt,
  .outline-box dd,
  .outline-box-dt30,
  .outline-box-dd70{
    width: 100% !important;
  }
  .outline-box dd{
    border-left: none;
  }
.culum-3{
    flex-direction: column;
}
.culum-3 &gt; div{
    width: 100%;
}
.cta-campaign-btn-pb-sp{
padding:0 0 3vh !important;
}
}

/*理由
---------------------------------------------------------*/
.reason-areaBox{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        background: #fff;
    margin: 0 0 3vh;
}
.reason-areaBoxTtl{
display: flex;
    align-items: center;
    padding: 3vh 0 0;
}
.reason-areaBoxNumber{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 2vw 0 0;
    padding: 1%;
        font-weight: 700;
}
.reason-areaBoxNumber &gt; span{
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 1;
    font-family: "Roboto", sans-serif;
}
.reason-areaBoxContents{
    padding: 4vh 4vw 3vw;
}
.curriculum-box{
  display:flex;
  flex-wrap: wrap;
}
.curriculum-box dt,.curriculum-box dd{
    padding:1%;
        margin: 0 0 1vh;
}
.curriculum-box dt{
width: 18%;
display: flex;
    align-items: center;
    justify-content: center;
}
.curriculum-box dd{
width: 78%;
}
@media screen and (max-width: 640px) {
.reason-areaBoxNumber{
    width: 60px;
    height: 60px;
 }
.reason-areaBoxTtl-culum{
flex-direction: column;
        padding: 0 3%;
}
}
/*比較表
---------------------------------------------------------*/
.hikaku-box{
    background: #fff;
}
.hikaku-box tr{
    border: 1px solid #ccc;
}
.hikaku-box th{
    border-right: 1px solid #fff;
}
.hikaku-other{width: 32%;}
.hikaku-wam{width: 50%;}
.hikaku-box th,
.hikaku-box td{
    padding: 1.5%;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    border-left: 1px solid #ccc;
}
.hikaku-box tbody th{
    background: #efefef;
    width: 18%;
    text-align: center;
}
.hikaku-box td{

}

/*---------------------------------------------------------
CTA-FV直下
---------------------------------------------------------*/
.cta-fv-area{
    background: #fdf6e8;
    border: 3px solid #007440;
    margin: 4vh auto;
    position: relative;
}
.cta-fv-area a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.cta-fv-area-bg{
    background-image: url(../../cv-btn/cta-new-bg.webp);
}
.no-webp .cta-fv-area-bg{
    background-image: url(../../cv-btn/cta-new-bg.png);
}
.cta-fv-area-bg{
    background-repeat: no-repeat;
    background-position: 95% 100%;
    background-size: 28%;
}
.cta-fv-area &gt; h3{
    color: #007240;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 700;
    text-align: center;
    margin: 2vh 0 2vh;
}
.cta-fv-area &gt; ul{
  list-style: none;
    margin: 0 0 0 3vw;
  padding: 0;
}
.cta-fv-area &gt; ul &gt;li{
  text-indent: -.5em;
  padding-left: 35px;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
    font-weight: 700;
}
.cta-fv-area &gt; ul &gt;li{
  background-image:url(../../cv-btn/cta-new-icon.png);
  background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 20px;
}
.cta-fv-area &gt; p {
    margin: 1vh 0 2vh 3vw;
    line-height: 1.3;
}
.cta-fv-area &gt; p &gt; span{
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: #fe0000;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #FFFF00 70%);
}
@media screen and (max-width: 640px) {
.cta-fv-area &gt; ul &gt;li{
  padding-left: 25px;
}
.cta-fv-area &gt; ul &gt;li{
    background-size: auto 15px;
}
.cta-fv-area-bg{
    background-position: 100% 100%;
    background-size: 40%;
}
.cta-fv-area &gt; ul{
    margin: 0 0 0 2vw;
}
.cta-fv-area &gt; p {
    margin: 1vh 0 2vh 2vw;
}

}

/*まずは無料資料請求、お問い合わせください！
---------------------------------------------------------*/
.cv-listArea-bg {
    background: #f4e4ae;
    border-radius: 1vh;
}
.cv-list-box &gt; li{
    background: #fff;
    padding: 0.25rem 0.25rem 0.5rem 30px;
    background-image: url(../../campain-lp_2024/img/cv/0801.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    margin: 0 0 .5vh;
}

/*---------------------------------------------------------
教室一覧
---------------------------------------------------------*/
.search-class-area{
    margin: 3vh 0;
}
.search-class-ttl{
    background: #007440;
    color:#fff;
    padding:1.5vh 0;
    text-align:center;
}
.search-class-box{
    border: 1px solid #D0CFCD;
    border-width: 1px 1px 0px 1px; /* 上 右 下 左 */
}
.search-class-box th,.search-class-box td{
    padding:1vh 1vw;
    border: 1px solid #D0CFCD;
    border-width: 0px 1px 1px 0px; /* 上 右 下 左 */
}
.search-class-box th{
    background: #efefef;
}
.search-class-box th:last-child,
.search-class-box td:last-child
{
        border-right: transparent;
}
.search-class-box td{
    background: #fff;
}
.class-name{
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    font-weight:700;
    color:#007440;
}
.class-name:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d2";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-left: 5px;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.search-class-box{
    border: 1px solid #D0CFCD;
}
.search-class-box td {
    display: flex;
    border: transparent;
    padding: .5rem;
}
.classname-box-sp{
        background: #efefef !important;
        font-weight:700;
}
  .labelname:before {
    content: attr(data-label);
    float: left;
    margin-right: 5px;
  }
.box-line{
    border: 1px solid #D0CFCD !important;
    border-width: 0px 0px 1px 0px !important; /* 上 右 下 左 */
}
}

/*---------------------------------------------------------
合格者の声（slick）
---------------------------------------------------------*/
.voicearea-compare-ikkan-area{
    position: relative;
}
.voice-whitebox{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 1vh;
    margin: 0 1vw 3vh;
}
.voice-whitebox &gt; h3{
     font-size: clamp(1.4rem, 2vw, 1.6rem);
    color: #C0392B;
line-height: 1.3;
    text-align: center;
    font-weight:700;
        padding: 2vh .5vw 2vh;
}
.voice-whitebox &gt; h3{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.voice-whitebox-pct{
position: relative;
}
.voice-whitebox-pct img{
width:100%;
    height: 150px;
    object-fit: cover;
    object-position: center top;
}
.voicearea-compare-ikkan-nameBox{
    display: flex;
    justify-content: center;
        padding: 1vh 0 1vh;
}
.add{
    font-size: clamp(.9rem, 2vw, 1.2rem);
}
.voicearea-compare-ikkan-nameBox &gt; p{
    padding: 0;
}
.voicearea-compare-ikkan-nameBox &gt; p,.voicearea-compare-ikkan-nameBox &gt; p a{
    font-size: clamp(1rem, 2vw, 1.3rem);
}
.voicearea-compare-ikkan-nameBox &gt; p a{
    text-decoration: none;
    color: #000;
}
.voicearea-compare-ikkan-nameBox &gt; p:first-child:after{
content: "┃";
margin:0 1vw;
}

@media screen and (max-width: 640px) {
.voice-whitebox-pct img{
    height: 130px;
}
}


/*slick矢印
---------------------------------------------------------*/
/*.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}*/

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background:rgba(0,116,64,0.5);
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.prev-arrow {
    left:10px;
}
.prev-arrow::before{
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}
.next-arrow{
    right: 10px;
}
.next-arrow::before{
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

/*---------------------------------------------------------
タブ切り替え
---------------------------------------------------------*/
/* タブ */
.tab-list {
  display: flex;
  justify-content: space-between;
}
.tab-item {
  width: 33%;
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  background-color: #e28194;
  color: #000;
  cursor: pointer;
  transition: .4s ease-in-out;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-item:first-child{
  background-color: rgba(251,92,101,0.2);
  color: rgba(251,92,101,1);
}
.tab-item:nth-child(2){
  background-color: rgba(45,152,218,0.2);
  color: rgba(45,152,218,1);
}
.tab-item:last-child{
  background-color: rgba(39,174,96,0.2);
  color: rgba(39,174,96,1);
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover, .tab-item.is-active {
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 3rem);
  padding: 15px 0;
}
.tab-item:first-child:hover, .tab-item:first-child.is-active {
  background-color: rgba(251,92,101,1);
}
.tab-item:nth-child(2):hover, .tab-item:nth-child(2).is-active {
  background-color: rgba(45,152,218,1);
}
.tab-item:last-child:hover, .tab-item:last-child.is-active {
  background-color:  rgba(39,174,96,1);
}

/* パネル */
.panel-list {
  background-color: #fff;
}
.panel-item {
  display: none;
  width: 100%;
  padding:0;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
.elementary-area,.junior-area,.high-area{
    padding:2vh 2vw;
}
.elementary-area{
  background-color: rgba(251,92,101,0.1);
}
.junior-area{
  background-color: rgba(45,152,218,0.1);
}
.high-area{
  background-color: rgba(39,174,96,0.1);
}
#elementary,#junior,#high{
border: transparent !important;
background:#fff;
    margin: 3vh 0 3vh;
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/
#faq{
    background: #F9F9F3;
    padding: 0 0 4vh;
}
.faq-area{
    padding: 2vw;
}
.cp_actab-FAQ {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding:3px 0;
}
.cp_actab-FAQ input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab-FAQ label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 2em 0 0;
	cursor: pointer;
	margin: 0 0 0px 0;
	background:#fff;
	border: 1px solid #007440;
}
.cp_actab-FAQ .cp_actab-content-FAQ {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background:#fff;
}
.cp_actab-FAQ .cp_actab-content-FAQ p {
	margin: 1em;
}
/* :checked */
.cp_actab-FAQ input:checked ~ .cp_actab-content-FAQ {
	max-height: 1000em;
	background:#fff;
    position: relative;
}
/* Icon */
.cp_actab-FAQ label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	font-size: 2rem;
}
.cp_actab-FAQ input[type=checkbox] + label::after {
	content: '+';
	color: #007440;
}
.cp_actab-FAQ input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

.qus, .ans{
    width: 100%;
	max-width:40px;
    text-align: center;
	color:#fff;
    font-size: 3rem;
    font-weight: 700;
    margin-right: 0.5rem;
    font-family: din-condensed,sans-serif;
}
.qus{
    background: #007440;
    display: inline-block;
    font-family: din-condensed,sans-serif;
}
.ans{
    background: #fff;
    color: #007440;
}
.ans-ttl{
color: #1A2653;
display: block;
font-weight: 700;
}
.ansBox{
border-right:1px solid #007440;
border-left:1px solid #007440;
border-bottom:1px solid #007440;
}
.ansBox, .qusBox{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.ansBox li, .qusBox li{
padding:.5rem;
}

.qus-txt{
font-weight: 700;
line-height: 1.7;
color: #007440;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#faq{padding: 6rem 0;}
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#faq {
    padding: 3rem 0 1rem;
}
.faq-area {
    margin: 1rem 0 2rem;
}
.qus, .ans {
    max-width: 20px;
    padding: 1rem !important;
    font-size: 2rem !important;
}
.qusBox li {
    padding: 0rem;
    font-size:1.35rem;
}

.qus-txt {
    line-height: 1.6;
    padding: 0.5rem 2.5rem 1rem .5rem !important;
}
.ansBox li{
    padding: 1rem;
}
.cp_actab-FAQ label::after {
width: 2em;
height: 1em;
font-size: 1.5rem;
}
.cp_actab-FAQ input:checked ~ .cp_actab-content-FAQ {
    display: flex;
    align-items: center;
}
}

/*---------------------------------------------------------
夏期講習 受講までの流れ
---------------------------------------------------------*/
#summer-c-flow{
    padding: 4rem 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までの幅の場合に適応される */
}

.annotation-box {
    margin: 4vh 0 0;
    padding: 2vh 4vw;
    border: 1px solid #333;
    background:rgba(255,255,255,0.5);
}
/*---------------------------------------------------------
E判定から逆転合格！合格体験記
---------------------------------------------------------*/
#consultation{
    padding: 4vh 0 6vh;
    background: url(/lp/_common/campain-lp_2024/img/consultation/testimonials-bg.webp) no-repeat top center, -moz-linear-gradient(left, #F7EAF1 0%, #F7EAF1 100%);
  background:url(/lp/_common/campain-lp_2024/img/consultation/goukakusokuho-pc.png) no-repeat top center, -webkit-linear-gradient(left, #d6f0fe 0%, #d6f0fe 100%);
  background-size: 100% auto;
}
.consultation-area{
    background: #fff;
    padding: 3rem;
    border: 4px solid #AC9A4D;
    margin: 4vh 0 0;
}
.consultation-area &gt; h2 img{
    max-width: 600px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.consultation-voicebox-CommentTtl{
    margin: 0 0 3rem;
}
.consultation-voicebox-CommentTtl &gt; span{
    font-size: 3.25rem;
    color: #CD0917;
    font-weight: 700;
    font-family: 'Noto Serif JP';
    background: linear-gradient(transparent 70%, #FFFF00 0%);
    line-height: 1.5;
}
.consultation-voicebox-univ-nameTtl{
    background: #CD0917;
    color: #fff;
    margin: 0.5rem 0;
}
.consultation-voicebox-txt{
    background: #E2DCC1;
    padding: 1rem !important;
}
.consultation-voicebox-univ-name{
    display: flex;
    align-content: flex-start;
}
.consultation-voicebox-name,.consultation-voicebox-univ-nameTtl,.consultation-voicebox-univ-name span{
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#consultation {
    padding: 6rem 0;
}
.consultation-voicebox-CommentTtl &gt; span{
font-size: 2.5rem;
}
.consultation-voicebox-univ-name{
    flex-direction: column;
    padding: 0.5rem 0 0;
}
.consultation-area &gt; h2 img {
    max-width: 500px;
}
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#consultation{
    background-size: contain;
    padding: 2rem 0;
}
.consultation-area {
    background: #fff;
    padding: 2rem 1rem;
}
.consultation-voicebox-univ-name{
justify-content: center;
}
.consultation-voicebox-CommentTtl {
    margin: 0 0 1rem;
    text-align: center;
}
.consultation-voicebox-CommentTtl &gt; span{
    font-size: 2rem;
    line-height: 1.3;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}
/*---------------------------------------------------------
Wamで逆転合格を勝ち取った生徒さんの体験談
---------------------------------------------------------*/
#voice_s_univ{
padding: 0 0 6rem;
    background: repeating-linear-gradient( -45deg, #ffe6e6, #ffe6e6 10px, #ffeaea 0, #ffeaea 20px );
}
.voice_s_univ-inner{
margin: 4rem 0;
}
.box2-culum{
    background: #fff;
    padding: 1rem !important;
    margin: 1%;
}
.voice_s_univ-box{
display: flex;
flex-direction: column
}
.voice_s_univ-box li{
padding:1%;
}
.voice_s_univ-box &gt; li &gt; h3{
text-align: center;
}
.voice_s_univ-box h3 span{
color: #006f4f;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffef92 0%);
}
.voice_s_univ-box &gt; li &gt; img{
display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.voice_s_univ-bg{
background: url(/lp/_common/campain-lp_2024/img/consultation/voice_s_univ-Bg.png) no-repeat center center;
height: 75px;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 700;
    background-size: contain;
    line-height: 1.1;
}
.voice_s_univ-name{
font-size: 2.25rem;
    font-weight: 700;
}

.swiper-container02 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.voice-medal {
    width: 110px;
    height: auto;
    position: absolute;
    right: 0;
    top: -20px;
}
#examination-Area-Voice h2{
    padding: 1.25vh 1vw 1vh;
    background: #a08200;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -8px;
    border-radius: 0.5vw;
    margin: 0 auto;
    position: relative;
}
#examination-Area-Voice h2 span{
    font-size: clamp(2.25rem, 3.5vw, 3.5rem);
    color: #fff;
    font-family: 'Noto Serif JP',serif;
    margin: 0 0 2vh;
    position: relative;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#voice_s_univ {
    padding: 0 0 1rem;
}

.voice_s_univ-inner{
margin: 2rem 0;
}

.text-box2-culum {
    margin: 1% auto;
    width: 95%;
}
.voice_s_univ-box li {
    padding: 1% 0;
}
.voice_s_univ-bg{
padding: 1rem;
}
.voice_s_univ-box h3 span {
    font-size: 1.75rem;
}
.voice-medal {
    width: 28vw;
    height: auto;
    top: -5px;
}
}</pre></body></html>