@charset "UTF-8";
/*---------------------------------------------------------
ALL
---------------------------------------------------------*/
#purasuta-area p{
    line-height: 1.4;
        /*font-size: clamp(1rem, 1.4vw, 1.6rem);*/
}
.naname {
    font-style: oblique 90deg;
}
.fw {
    font-weight: bold;
}
.lh-13{
    line-height: 1.3 !important;
}
.lh-14{
    line-height: 1.4 !important;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.fc-white {
    color: #fff;
}
/* 動画 */
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

/* 吹き出し */
.fukidashi-blue{
  position: relative !important;
  /* display: inline-block; */
  margin: 3vh 0 4vh !important;
  padding: 2vh 1.5vw;
  min-width: 120px;
  max-width: 100%;
  color: #fff !important;
  background: #1A2678;
  line-height: 1.3;
    border-radius: 8px;
}
.fukidashi-blue:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1A2678;
}

@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
#purasuta-area p,#purasuta-area li{
font-size: clamp(1rem, 1.4vw, 1.6rem);
}
}

/*---------------------------------------------------------
文字揃え
---------------------------------------------------------*/
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.t-l {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sp_t-c {
    text-align: center !important;
  }

  .sp_t-l {
    text-align: left !important;
  }

  .sp_t-r {
    text-align: right !important;
  }
  .imgfull {
    margin-left: -10px;
    margin-right: -10px;
  }
}


/*---------------------------------------------------------
幅・画像
---------------------------------------------------------*/
.w-95, .w-1200, .w-1000,.w-1400,.w-1600,.w-800,.w-600,.w-500{
    width:95%;
    margin:0 auto;
    padding:0;
}
.w-1600{max-width:1600px;}
.w-1400{max-width:1400px;}
.w-1200{max-width:1200px;}
.w-1000{max-width:1000px;}
.w-800{max-width:800px;}
.w-600{max-width:600px;}
.w-500{max-width:500px;}


.img_only{width:100% !important;display: block;margin-left: auto;margin-right: auto;}
.img-w100{width:100% !important;display: block;margin-left: auto;margin-right: auto;}
.img-w90{width:90% !important;display: block;margin-left: auto;margin-right: auto;}
.img-w80{width:80% !important;display: block;margin-left: auto;margin-right: auto;}
.img-w60{width:60% !important;display: block;margin-left: auto;margin-right: auto;}
.img-w50{width:50% !important;display: block;margin-left: auto;margin-right: auto;}
.img-w30{width:30% !important;display: block;margin-left: auto;margin-right: auto;}
.shadow-pct{
border: 5px solid #fff;
    margin-right: 3px;
    max-width: 95%;
    -webkit-filter: drop-shadow(0 1px 5px #ccc);
    filter: drop-shadow(0 1px 5px #ccc);
}
.f-box,.f-box-culum{display: flex; flex-wrap: wrap;}
.f-box-none{display: flex;}
.f-box li,.f-box-none li,.f-box-culum{padding:2%;}
.f-box li:first-child,.f-box-none li:first-child,.f-box-culum:first-child{padding-left:0 !important;}
.f-box li:last-child,.f-box-none li:last-child,.f-box-culum:last-child{padding-right:0 !important;}
.p2-p{padding:2% !important;}
.f-box-culum{flex-direction: column;}
.column-4{width: 20% !important;}
.text-box,.text-box70{width:68%;}
.pct-box,.pct-box30{width:28%;}
.text-box75{width:75% !important;}
.pct-box25{width:25% !important;}
.text-box50{width:48%;}
.text-box2-culum{width:45%;}
.pct-box50{width:48%;}
.text-box60,.text-box60-l{width:58%;}
.pct-box40,.pct-box40-r{width:38%;}
.f-box-none li{width:48%;}
.align-items-c{align-items: center;}
.f-box-space-between{justify-content: space-between;}
.f-box-space-c{justify-content: center;}
.flexWrap{flex-wrap: wrap;}
img{max-width:100%;}
.img-c{display: block;margin-left: auto;margin-right: auto;}
.imgw-c {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 640px) {
/* 600pxまでの幅の場合に適応される */
.f-box{flex-direction: column;}
.text-box,.pct-box,.text-box50,.pct-box50,.text-box60,.pct-box40,.text-box2-culum,.text-box60-l,.pct-box40-r,.text-box70,.pct-box30{width:100%;}
.column-4{width:46% !important;}
.text-box,.text-box50,.text-box60-l{order: 2;}
.pct-box,.pct-box50,.pct-box40-r{order: 1;}
.f-box li{padding:2% 0;}
img{
display: block;
margin-left: auto;
margin-right: auto;
max-width:100%;
}
.img-w30{width:50% !important;}
.img-w80{width:80% !important;display: block;margin-left: auto;margin-right: auto;}
.img-sp-w80{width:80% !important;display: block;margin-left: auto;margin-right: auto;}
.img-sp-w60{width:60% !important;display: block;margin-left: auto;margin-right: auto;}
.img-sp-w50{width:50% !important;display: block;margin-left: auto;margin-right: auto;}
.shadow-pct {
    max-width: 90% !important;
}    
}

/*---------------------------------------------------------
余白
---------------------------------------------------------*/
.m-1{margin:1vh 1vw;} .m-2{margin:2vh 2vw;} .m-3{margin:3vh 3vw;} .m-4{margin:4vh 4vw;} .m-5{margin:5vh 5vw;} 
.mt-1{margin-top:1vh;} .mt-2{margin-top:2vh;} .mt-3{margin-top:3vh;} .mt-4{margin-top:4vh;} .mt-5{margin-top:5vh;}
.mb-1{margin-bottom:1vh;} .mb-2{margin-bottom:2vh;} .mb-3{margin-bottom:3vh;} .mb-4{margin-bottom:4vh;} .mb-5{margin-bottom:5vh;} 
.ml-1{margin-left:1vw;} .ml-2{margin-left:2vw;}.ml-3{margin-left:3vw;}.ml-4{margin-left:4vw;}.ml-5{margin-left:5vw;}
.mr-1{margin-right:1vw;} .mr-2{margin-right:2vw;} .mr-3{margin-right:3vw;}.mr-4{margin-right:4vw;}.mr-5{margin-right:5vw;}

.p-1{padding:1vh 1vw;} .p-2{padding:2vh 2vw;} .p-3{padding:3vh 3vw;} .p-4{padding:4vh 4vw;} .p-5{padding:5vh 5vw;}
.pt-1{padding-top:1vh;} .pt-2{padding-top:2vh;} .pt-3{padding-top:3vh;} .pt-4{padding-top:4vh;} .pt-5{padding-top:5vh;} 
.pb-1{padding-bottom:1vh;} .pb-2{padding-bottom:2vh;} .pb-3{padding-bottom:3vh;} .pb-4{padding-bottom:4vh;} .pb-5{padding-bottom:5vh;} 
.pl-1{padding-left:1vw;} .pl-2{padding-left:2vw;} .pl-3{padding-left:3vw;} .pl-4{padding-left:4vw;} .pl-5{padding-left:5vw;} 
.pr-1{padding-right:1vw;} .pr-2{padding-right:2vw;}  .pr-3{padding-right:3vw;}  .pr-4{padding-right:4vw;}  .pr-5{padding-right:5vw;} 
.f-box-p{padding:0 2%}

@media screen and (max-width: 640px) {
/* 600pxまでの幅の場合に適応される */
.sp-mt-1{margin-top:1vh !important;} .sp-mt-2{margin-top:2vh !important;} .sp-mt-3{margin-top:3vh !important;} .sp-mt-4{margin-top:4vh !important;} .sp-mt-5{margin-top:5vh !important;}
.sp-mb-1{margin-bottom:1vh !important;} .sp-mb-2{margin-bottom:2vh !important;} .sp-mb-3{margin-bottom:3vh !important;} .sp-mb-4{margin-bottom:4vh !important;} .sp-mb-5{margin-bottom:5vh !important;} 
.sp-pt-1{padding-top:1vh !important;} .sp-pt-2{padding-top:2vh !important;} .sp-pt-3{padding-top:3vh !important;} .sp-pt-4{padding-top:4vh !important;} .sp-pt-5{padding-top:5vh !important;} 
.sp-pb-1{padding-bottom:1vh !important;} .sp-pb-2{padding-bottom:2vh !important;} .sp-pb-3{padding-bottom:3vh !important;} .sp-pb-4{padding-bottom:4vh !important;} .sp-pb-5{padding-bottom:5vh !important;} 
}

/*---------------------------------------------------------
リスト
---------------------------------------------------------*/
.list01 {
  list-style: disc;
  margin: 0;
}

.list01 li{
padding:0;
}

.list01 li:before {
  content: "・"; /* 空の要素作成 */
  width: 5px; /* 幅指定 */
  height: 5px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative;
  padding-right:10px;
}

.list04 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list04 li {
  text-indent: -.5em;
  padding-left: 1em;
}
.list04 li:before {
  content: "\203B"; /* 空の要素作成 */
  width: 5px; /* 幅指定 */
  height: 5px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  position: relative;
  padding-right:2px;
}

/*---------------------------------------------------------
CTAエリア
---------------------------------------------------------*/
.cta-purasuta{
  background-image: linear-gradient(90deg, rgba(41, 66, 138, 1), rgba(26, 38, 83, 1));
      padding: 4vh 0 !important;
}
.cta-purasuta-area{

}
.cta-purasuta-area h2{
text-align: center;
    color: #fff;
   font-size: clamp(1.6rem, 3vw, 2rem);
    margin: 0 0 2vh;
    font-weight: 700;
}
.cta-purasuta-box{
    margin: 0 auto;
    width: 90%;
    background: #fff;
    padding: 2vh 2vw;
    max-width: 700px;
}
.cta-purasuta-contents{
    align-items: center;
}

ol.list-check-top {
    counter-reset: list;
    list-style-type: none;
    padding: 0;
}
ol.list-check-top li {
    position: relative;
    padding: 3px 0 1px 25px;
    line-height: 25px;
    color:#000;
    border-bottom: 2px dotted #ccc;
}

ol.list-check-top li,ol.list-check-top li span{
    font-size: clamp(.9rem, 1vw, .9rem);
    font-weight: 700;
}
ol.list-check-top li span{
color:#1a2678;
}
ol.list-check-top li:first-child{
padding-left: 25px !important;
}
ol.list-check-top li:before {
    counter-increment: list;
    font-family: "FontAwesome";
    content: "\f14a";
    font-weight: 900;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    color: #8d7d17;
    display: block;
    position: absolute;
    left: 1px;
    top: 6px;
}

/* ボタン */
.btn-contact-purasuta > a, .fv-btn-purasuta > a{
    background: #d80720;
    border-bottom: 5px solid #9f000c;
    text-align: center;
}
.btn-contact-purasuta > a{
    border-radius: 50vh;
    padding:1vh 1vw;
}
.fv-btn-purasuta > a{
    padding:1rem 0;
}
.fv-btn-purasuta > a{
color: #fff;
    font-weight: 700;
    font-size: clamp(1.5rem, 5vw, 2rem);
    line-height: 1.2;
    display:block;
    border-radius: 12px;
}
.fv-btn-purasuta > a:hover{
    background: #fff;
}
.fv-btn-purasuta:hover,.fv-btn-purasuta > a:hover{
    color: #d80720;
    text-decoration: none;
}
.fv-btn-purasuta > a >span{
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
}
.btn-contact-purasuta a .fv-btn-purasuta a{
    padding: 1.5vh 2vw;
    display: block;
}
.fv-btn-purasuta{
width: 95%;
    max-width: 400px;
    border-radius: 12px;
    order: 3;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.cta-purasuta {
    padding: 2vh 0 !important;
}
}


/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/
/*FV*/
#TopFv-purasuta{
    margin:0;
    background-size: cover !important;
height: 750px;
    position: relative;
    padding: 0;
}
/*--webp対応ブラウザの場合--*/
#TopFv-purasuta{ 
background:#83c4ed url(../img/high/purasuta/top-mv-pc04.webp) no-repeat center center;
 }
/*--webp非対応ブラウザの場合--*/
.no-webp #TopFv-purasuta{ 
background:#83c4ed url(../img/high/purasuta/top-mv-pc04.png) no-repeat center center; 
}
.mv-contents{
position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
display: flex;
    flex-direction: column;
}
.mv-contents > h1{
    order: 2;
    margin: 0 0 6vh;
}
.mv-contents > h2{
    order: 1;
    margin: 0 0 3vh;
    padding-left:10px;
}
.mv-contents > h2 > span{
    font-size: clamp(2.25rem, 7vw, 4rem);
    line-height: 1.3;
    font-weight:700;
    color: #000;
    background: linear-gradient(transparent 60%, #c3b266 60%);
}
.fv-view{
   order: 3;
}
.mv-contents h1 img{
    max-width: 700px;
}
.mv-contents h2 img{
    width: 100%;
    max-width: 700px;
}
.fv-btn{
    width: 95%;
    max-width: 400px;
    border-radius: 12px;
    order: 3;
}
.fv-btn a{
color: #fff;
    font-weight: 700;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    line-height: 1.2;
}
.fv-btn a:hover{
    background: #fff;
    color: #d80720;
    text-decoration: none;
     border-radius: 12px;
}
.fv-btn a span{
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: clamp(1.4rem, 1.8vw, 2rem);
}
@media screen and (min-width:1920px) and ( max-width:2400px) {
.mv-contents{
position: absolute;
    left: 20%;
}
}

@media screen and (min-width:1025px) and ( max-width:1500px) {
/*　画面サイズが1025pxから1500pxまではここを読み込む　*/
#TopFv-purasuta{
    height: 80vh;
    max-height: 800px;
}
}
@media screen and (max-width: 1340px) {
/* 1180pxまでの幅の場合に適応される */
.mv-contents{
    left: 1%;
}
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.mv-contents h2 img {
    top: 30px;
    max-width: 600px;
}
.mv-contents h1 img {
    top: 150px;
    max-width: 700px;
}
.fv-btn {
    top: 380px;
}
}
@media screen and (max-width: 912px) {
/* 912pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.mv-contents h1 img {
    top: 170px;
    max-width: 500px;
}
.mv-contents h2 img {
    top: 50px;
    width: 100%;
    max-width: 400px;
}
}
@media screen and (min-width:641px) and ( max-width:768px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
#TopFv-purasuta {
    height: 400px;
}

/*--webp対応ブラウザの場合--*/
#TopFv-purasuta{ 
background:#83c4ed url(../img/high/purasuta/SP-FV-k-wam01.webp) no-repeat center center;
 }
/*--webp非対応ブラウザの場合--*/
.no-webp #TopFv-purasuta{ 
background:#83c4ed url(../img/high/purasuta/SP-FV-k-wam01.png) no-repeat center center; 
}
.fv-btn {
    top: 380px;
}
}
@media screen and (max-width: 820px) {
/* 640pxまでの幅の場合に適応される */
#TopFv-purasuta {
    height: 550px;
}  
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#TopFv-purasuta {
    height: 400px;
}
.mv-contents h1 img {
        top: 170px;
        max-width: 300px;
    }
/*--webp対応ブラウザの場合--*/
#TopFv-purasuta{ 
background: url(../img/high/purasuta/SP-FV-k-wam01.webp) no-repeat center center;
 }
/*--webp非対応ブラウザの場合--*/
.no-webp #TopFv-purasuta{ 
background: url(../img/high/purasuta/SP-FV-k-wam01.png) no-repeat center center; 
}

.mv-contents-sp a img:hover {
  filter: alpha(opacity=unset);
  -webkit-transition: unset;
  opacity: unset;
    transition: unset;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
プラスタには、成績が届いていなくても
逆転合格に導く「合格力」がある!
---------------------------------------------------------*/
.point-purasuta-area{
    padding: 6vh 0;
}
.point-purasuta-area h2,.point-purasuta-area h2 span{
    font-size: clamp(1.3rem, 2vw, 2rem);
    font-weight: 700;
    color: #032175;
    padding: 0 0 2vh;
    line-height: 1.4;
    text-align: center;
}
.point-purasuta-area h2{
color: #000;
}
.point-purasuta-area h2 span{
color: #032175;
}

.point-purasuta-box{
   position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.point-purasuta-area .point-purasuta-contents{
    width: 45%;
    max-width: 290px;
    margin: 1%;
    background: #f1eddc;
    position: relative;
    padding: 1.5vh .6vw 1.5vh 55px;
    color: #1a2678;
    font-weight: 700;
    line-height: 1.5;
    font-size: clamp(.97rem, 1.3vw, .9rem);
    box-shadow: 4px 4px 0px 0px rgba(26, 38, 120, 0.5);
    display: flex;
    align-items: center;
}
 
/* ラベル部分 左上に表示 */
body{
  counter-reset: number 0;
}
.point-purasuta-contents::before {
content: "";
    top: 0;
    left: 0;
    border-bottom: 65px solid transparent;
    border-left: 70px solid #1a2678; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.point-purasuta-contents::after {
    counter-increment: number 1;
    content: "0" counter(number) " ";
    display: block;
    top: -2px;
    color: #fff; /* 文字色はここで変更 */
    left: 5px;
    position: absolute;
    z-index: 101;
        font-size: 1.3rem;
    font-weight: 700;
    font-family: 'din-condensed';
}

/* 「合格力」で逆転合格した生徒のインタビュー */
.interview-ttl,.interview-ttl span{
    text-align: center;
    font-size: clamp(1.2rem, 2vw, 1.8rem) !important;
    font-weight: 700;
    color: #032175;
    position: relative;
        display: inline-block;
}
.interview-ttl{
    color: #000;
    margin: 8vh 0 2vh;
}
.interview-ttl span{
    color: #032175;
}
.interview-ttl:before{
    position: absolute;
    left: -2rem;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.interview-ttl::after {
    position: absolute;
    content: "";
    right: -2rem;
    top: 0;
    width: 3px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.interview-subttl{
    color: #d80720;
    text-align: center;
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    font-weight: 700;
    line-height: 1.3;
}

.interview-comment{
    font-size: clamp(1rem, 2.5vw, 1.6rem) !important;
    text-align: center;
    font-weight: 700;
}
.jisseki-area {
    width: 90%;
    margin: 0 auto;
    padding: 1.5vh 0;
    border-top: 2px solid #1A2678;
    border-bottom: 2px solid #1A2678;
}

@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まではここを読み込む　*/
.point-purasuta-area .point-purasuta-contents {
    width: 39%;
    max-width: 100%;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.point-purasuta-area {
    padding: 4vh 0;
}
.point-purasuta-box {
    flex-direction: column;
        align-items: unset;
    justify-content: unset;
}
.point-purasuta-area .point-purasuta-contents{
width: auto;
max-width: 400px;
}
.point-purasuta-area .point-purasuta-contents {
font-size: 1rem;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
成績が届いていなくても逆転合格に導く
個別予備校プラスタ
---------------------------------------------------------*/
.purasuta-feature{
    background: #f8f6ed;
    padding: 6vh 0;
}
/*--webp対応ブラウザの場合--*/
.visual-bg{
background:rgba(248,246,237,1) url(../img/high/purasuta/visual-bg03.webp);
background-repeat: no-repeat;
    background-position: right 0% top 0%;
    height: 100%;
    background-size: 70% auto;
}

/*--webp非対応ブラウザの場合--*/
.no-webp .visual-bg{ 
background:url(../img/high/purasuta/visual-bg03.png);
background-repeat: no-repeat;
    background-position: left 0% top 10%;
    height: 100%;
    background-size: 70% auto;
}


.purasuta-feature-top-area{
    text-align: center;
}
.purasuta-feature-top-area h2{
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 700;
    color: #032175;
    line-height: 2;
    margin: 0 0 1vh;
}
.purasuta-feature-top-area h2 span{
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #fff;
    background: #032175;
    padding: 1vh 1vw;
}
.purasuta-feature-box{
text-align: center;
}
.purasuta-feature-box-ttl {
    display: flex;
    align-items: center;
    margin: 4vh 0;
    font-size: clamp(1.2rem, 2vw, 1.8rem) !important;
    font-weight: 700;
}
.purasuta-feature-box-ttl span{
font-family: 'Roboto', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 600;
    line-height: 1;
}
.purasuta-feature-box-ttl:before,.purasuta-feature-box-ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #1a2678;
}
.purasuta-feature-box-ttl:before{
margin-right: 1rem;
}
.purasuta-feature-box-ttl:after{
margin-left: 1rem;
}
.feature-contents{
    display: flex;
}
.feature-contents > li {
    background: #fff;
    padding: 1vh 1vw;
    width: calc(33.3333% - 60px / 3);
    margin: 1%;
}
.feature-contents-ttl-box{
    display: flex;
    flex-direction: column;
}
.feature-contents-number{
    font-family: 'Roboto', sans-serif;
        font-size: clamp(1rem, 1.5vw, 1.3rem);
    font-weight: 600;
    color: #1a2678;
    line-height: 1.2;
}
.feature-contents-ttl{
    line-height: 1;
    font-size: clamp(1.2rem, 1vw, 1.1rem) !important;
    font-weight: 700;
    color: #1a2678;
    margin: 0 0 2vh;
}
.feature-contents-ttl span{
    display: block;
    color: #000;
}

@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までの幅の場合に適応される */
.purasuta-feature {
    padding: 4vh 0;
}
.feature-contents{
    flex-direction: column;
}
.feature-contents > li {
    padding: 2vh 2vw;
    width: 98%;
}
.feature-contents-ttl-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}
.feature-contents-number{
    padding-right: 5px;
    border-right: 1px solid #1a2678;
}
.feature-contents-ttl{
    padding-left: 8px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 
/*---------------------------------------------------------
充実したサポート体制
---------------------------------------------------------*/
.support-area{
    display: flex;
    flex-wrap: wrap;
}
.support-area > li{
    width: calc(33.3333% - 60px / 3);
    margin: 1%;
}
.support-contents-ttl{
    line-height: 1;
font-size: clamp(1rem, 1.5vw, 1.4rem) !important;
    font-weight: 700;
    color: #1a2678;
    margin: 1vh 0 1vh;
    text-align: left;
}
/*.support-contents > p{
font-size: clamp(1rem, 1.3vw, 1.2rem) !important;
}*/
.support-area p{
text-align: left;
}

@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までの幅の場合に適応される */
.support-area > li {
    width: 98%;
   display: flex;
}
.support-contents{
    width: 70%;
    padding: 0 1%;
}
.support-contents p{
    line-height: 1.2;
    font-size: .75rem !important;
}
.support-area img{
    width: 120px;
}
.support-contents-ttl{
    margin: 0 0 1vh;
}
.support-contents > p{
font-size: clamp(.75rem, 1.3vw, 1.2rem) !important;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 
/*---------------------------------------------------------
合格実績（ミニタイプ）
---------------------------------------------------------*/
.slick-slide {
    margin: 0 10px;
}
.voice-box-mini-02{
display: flex; 
flex-wrap: wrap;
    justify-content: center;
}
.voice-box-mini-02 li{
    width: calc(28% - 0px / 3);
    padding: 1%;
    margin: 1%;
}

.voice-box-mini li,.voice-box-mini-02 li{
    background: #fff;
    padding: 1rem;
}
.voice-box-mini-name{
background: #1a2678;
    color: #fff;
    padding: 1vh 1vw;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto;
}
.voice-box-mini-ttl{
color: #cd0917;
    line-height: 1.3;
    margin: 1rem 0 1.5rem;
    text-align: center;
    font-weight: 700;
}
/*.voice-box-mini-contents{
    font-size: clamp(1.3rem, 1.6vw, 1.5rem);
    line-height: 1.6;
}*/

@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.voice-box-mini li {
    width: calc(45% - 0px / 2);
    }
    .voice-box-mini-02 li {
    width: calc(45% - 0px / 2);
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.voice-box-mini li {
    width: 98%;
}
.voice-box-mini-02 li{
    width: 98%;
    margin: 2% 1%;
}
}
/*---------------------------------------------------------
合格を掴んだ生徒の体験談
---------------------------------------------------------*/
.top-testimonials-area{
    background: #f8f6ed;
    padding: 4vh 0 0;
}
.achievement-area{
background: #fff;
    padding: 2vh 2vw;
}
.achievement-area-ttl{
    display: flex;
    align-items: center;
    margin: 4vh 0 1vh;
    justify-content: center;
}
.achievement-area-ttl span{
position: relative;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #1a2678;
    font-weight: 700;
    margin: 0 5px;
    border: 2px solid #1a2678;
}
.achievement-area-subttl{
font-size: clamp(1.6rem, 2vw, 2.25rem);
 font-weight: 700;
 color: #1a2678;
 line-height: 1.4;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.top-testimonials-area {
    padding: 2vh 0 4vh;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
よくあるご質問（トップレイアウト）
---------------------------------------------------------*/
.top-faq-area{
background: #f8f6ed;
    padding: 4vh 0 6vh;
}
.faq-contents-box{
    margin: 6vh 0 0;
    background: #fff;
    padding: 2vh 2vw;
}
.accordion{
    width: 100%;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.top-faq-area {
    padding: 2vh 0 4vh;
}
.faq-contents-box {
    margin: 2vh 0 0;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

/*---------------------------------------------------------
よくある質問2
---------------------------------------------------------*/
/* アコーディオン全体 */
.accordion {
  max-width: 800px;
  margin: 0 auto;
}

/* アコーディオン */
.accordion__item {
    cursor: pointer;
    margin: 0 0 1vh;
}

/* アコーディオンのタイトル */
.accordion__title {
    position: relative;
    cursor: pointer;
    border: 1px solid #1a2678;
    display: flex;
    align-items: center;
    padding-right: 25px;
    line-height: 1.2;
}

.q-number {
    height: 100%;
    min-height: 60px;
    background: #1a2678;
    color: #fff;
}
.q-number, .a-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 60px;
    margin-right: 10px;
        font-family: 'Roboto', sans-serif;
    font-size: clamp(1.2rem, 1.2vw, 1.2rem);
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #1a2678;
    width: 16px;
    height: 4px;
    transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */
.accordion__content {
    display: none;
    cursor: pointer;
    border-right: 1px solid #1a2678;
    border-left: 1px solid #1a2678;
    border-bottom: 1px solid #1a2678;
}
.faq-contents {
    display: flex;
    align-items: center;
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
.a-number {
    height: 100%;
    min-height: 60px;
    background: #fff;
    color: #1a2678;
}

.accordion__content.is-open {
  display: block;
}
.faq-contents-txt {
    padding: 1rem 1rem 1rem 0;
}
.accordion >dd,.accordion >dt,.accordion__title,.faq-contents-txt{
font-size: clamp(.8rem, 1.2vw, 1.1rem);
}
/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.q-number, .a-number {
    max-width: 50px;
}
}

/*---------------------------------------------------------
footerコンタクト（疑問や質問、お悩みの方、お気軽にご相談ください）
---------------------------------------------------------*/
.footer-contact-area{
    padding: 6vh 0;
}
.footer-contact-box{
    border: 3px solid #1a2678;
    padding: 2vh 2vw;
    border-radius: 12px;
    position: relative;
    margin: 6vh 0 0;
}
.footer-contact-box h2{
    position: absolute;
    top: -30px;
   left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
}
.footer-contact-box h2 span{
    background: #1a2678;
    color: #fff;
    padding: 1rem;
    font-size: clamp(1.1rem, 2.5vw, 2rem);
    font-weight: 700;
}
.footer-contact-box-txt{
    margin: 4rem 0 0;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    text-align: center;
    font-weight: 700;
    color: #8d7d17;
}
.footer-contact-box-tel-area{
margin: 2vh 0 0;
    border-top: 1px solid #ccc;
}
.mark-purasuta{
font-weight: 900;
    color: #000;
    background: linear-gradient(transparent 60%, #e5d693 70%);
    font-size: clamp(1.3rem, 3vw, 1.6rem);
}
.head-freedial{
    display: flex;
    justify-content: flex-end;
}
.head-freedial > li{
display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.head-freedial-logo{
    height: 25px;
    margin: 1rem 0 0 0;
}
.head-freedial-number{
font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1;
   font-family: "din-2014", sans-serif;
    margin-left: .5rem;
    letter-spacing: .15rem;
}
.head-freedial-time{
    display: block;
    font-size: clamp(1.4rem, 1.6vw, 1.4rem);
}
.freedial-logo-body{
margin: 0 0 1vh;
max-height: 40px;
    width: 100%;
}
.tel-number-body--:before{
content: "";
  display: inline-block;
  width: 70px;
  height: 40px;
  background: url(./assets/img/free-dial-logo.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.tel-number-body-txt {
    text-align: center;
    line-height: 1.2;
    font-size: 1.6rem;
}
.footer-tel-btn-txt {
font-size: clamp(.7rem, 1vw, 1.1rem);
}
.tel-number-body,.tel-number-body a{ line-height: 1 !important;}
.tel-number-body a{
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    text-decoration: none;
    color: #000;
    font-weight: 700;
    letter-spacing: .15rem;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
font-weight: 600;
}
}

@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までの幅の場合に適応される */
.footer-contact-box {
    margin: 1vh 0 0;
}
.footer-contact-box h2 {
    top: -10px;
}
.footer-contact-box-txt {
    margin: 5vh 0 0;
}
.head-freedial{
    justify-content: center;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
} 

