@charset "UTF-8";

.p-header__logo a {
    pointer-events: none;
}

.is_hmenu {
    display: none;
}

/*---------------------------------------------------------
下記ページからの移植スタイル
https://wam.onl/high/
---------------------------------------------------------*/
.section-voice-ups {
  background: #FFFDE9;
  padding-bottom: 120px;
  overflow: hidden;
}

.summaries-voice-up {
  display: flex;
  flex-wrap: wrap;
}
.summaries-voice-up > * {
  width: 25%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .summaries-voice-up > * {
    width: 50%;
  }
}
.summaries-voice-up.slick-initialized {
  display: block;
}
@media screen and (max-width: 767px) {
  .summaries-voice-up.slick-initialized {
    overflow: hidden;
  }
}
.summaries-voice-up.slick-initialized > * {
  width: auto !important;
  padding: 0;
}
.summaries-voice-up.slick-initialized .slick-list {
  overflow: hidden;
}
.summaries-voice-up.slick-initialized li {
  padding: 0 10px;
}

.summary-voice-up {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .summary-voice-up {
    border-radius: 10px;
  }
}
.summary-voice-up .title {
  font-weight: bold;
  color: #dc0401;
  font-size: 18px;
  line-height: 1.4;
  min-height: 2.8em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .summary-voice-up .title {
    font-size: 14px;
  }
}
.summary-voice-up .img {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.summary-voice-up .img:after {
  content: " ";
  display: block;
  padding-top: 50%;
}
.summary-voice-up .img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: contain) {
  .summary-voice-up .img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: contain;
  }
}
.summary-voice-up .entry-header,
.summary-voice-up .entry {
  padding: 14px;
}
@media screen and (max-width: 767px) {
  .summary-voice-up .entry-header,
  .summary-voice-up .entry {
    padding: 7px 12px 10px;
  }
}

.box-tinymce:after {
    content: none;
}

.container-lg .box-tinymce p {
    margin-block: 0;
    font-size: 14px;
    line-height: 1.4;
}

body .summary-voice-up .title {
    font-size: clamp(16px, 4.266vw, 18px);
}
body .summary-voice-up .title::first-line {
    font-size: clamp(19px, 5.066vw, 21px);
}

.summary-voice-up .name {
  font-weight: bold;
  font-size: 14px;
  margin-block: 0 4px;
}
.summary-voice-up .box-tinymce {
  font-size: 12px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  min-height: 4.2em;
}

.summaries-instructor-slider-sm {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 767px) {
  .summaries-instructor-slider-sm {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.summaries-instructor-slider-sm > * {
  width: 20%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .summaries-instructor-slider-sm > * {
    width: 100%;
    padding: 0 40px;
  }
}
.summaries-instructor-slider-sm.slick-initialized {
  display: block;
  width: auto;
}
.summaries-instructor-slider-sm.slick-initialized > * {
  width: auto !important;
  padding: 0;
}
.summaries-instructor-slider-sm.slick-initialized li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .summaries-instructor-slider-sm.slick-initialized li {
    padding: 0 40px;
  }
}

.summary-instructor-slider-sm {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .summary-instructor-slider-sm {
    border-radius: 10px;
  }
}
.summary-instructor-slider-sm .summary-title {
  font-weight: bold;
  color: #dc0401;
  font-size: 16px;
  line-height: 1.4;
  min-height: 2.8em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .summary-instructor-slider-sm .summary-title {
    font-size: 14px;
  }
}
.summary-instructor-slider-sm .summary-img {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.summary-instructor-slider-sm .summary-img:after {
  content: " ";
  display: block;
  padding-top: 65%;
}
.summary-instructor-slider-sm .summary-img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .summary-instructor-slider-sm .summary-img img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    object-fit: cover;
  }
}
.summary-instructor-slider-sm .summary-header {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .summary-instructor-slider-sm .summary-header {
    padding: 10px;
  }
}
.summary-instructor-slider-sm .summary-school {
  font-weight: bold;
  font-size: 16px;
  background: #eeffef;
  padding: 5px 20px;
}
.summary-instructor-slider-sm .summary-name {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 20px 10px;
}

/*---------------------------------------------------------
下記LPからの移植スタイル
https://www.k-wam.jp/lp/univ-exam-gyakuten/
---------------------------------------------------------*/
/*---------------------------------------------------------
合格速報
---------------------------------------------------------*/
.examination-ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.examination-main-ttl,.examination-main-subttl{
font-family: 'Noto Serif JP',serif;
color: #cd0917;
font-weight: 700;
    letter-spacing: .5vw;
}
.examination-main-ttl{
    font-size: clamp(50px, 6vw, 100px);
    line-height: 1.05;
}
   [class*="examination-main-ttl"] {
  --x: 0 0 var(--text-outline--width, 4px) var(--text-outline--color, #fff);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y) /* 6 * 6 = 36 */;
}
.examination-main-ttl span{
    font-size: clamp(16px, 2vw, 30px);
}
   [class*="examination-main-subttl"] {
  --x: 0 0 var(--text-outline--width, 3px) var(--text-outline--color, #fff);
  --y: var(--x), var(--x), var(--x), var(--x), var(--x), var(--x) /* 6 */;
  text-shadow: var(--y), var(--y), var(--y), var(--y), var(--y), var(--y) /* 6 * 6 = 36 */;
}
.examination-main-pct{
width:90%;
max-width:600px;
display: block;
margin-left: auto;
margin-right: auto;
}
.examination-Box{margin: 2vh 0 0;background: #fff;position: relative;}
.examination-Box h3{background: #007440;padding: 1vh 1vw;color: #fff;text-align: center;font-size: clamp(16px, 4vw, 22.5px);font-weight: 700;}
.examination-InnnerBox{padding: 1.5vh 1.5vw;}
.examination-InnnerBox p{
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
}


.icon-jisseki{
    position: absolute;
    max-width: 120px;
    width: 40%;
    right: 2%;
    bottom: 0;
    opacity: 0.18;
    transform: rotate( 15deg );
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#examination-Area{
    background: url(../img/goukakusokuho-sp.png) no-repeat top 3% center, -webkit-linear-gradient(left, #d6f0fe 0%, #d6f0fe 100%);
}
.icon-jisseki{
    max-width: 90px;
    width: 40%;
}
}

.voice-medal {
    position: absolute;
    width: 80px;
    height: auto;
    right: 0;
    top: -10px;
}
.voice-ttl-big{
    font-size: clamp(45px, 7vw, 70px);
    line-height: 1.1;
}
.ff-poppin{
    font-family: 'Poppins';
}
.voice-name{
    background: #007440;
    padding: 1vh 1vw;
    color: #fff;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    max-width: 210px;
}
.university-pass-box{
    background: #fedfdf;
    padding: 1vw 1vh;
    font-weight: 700;
}
.university-pass-list{
    margin: 0 0 1vh;
    font-size: clamp(14px, 2vw, 20px);
}
.f-box-none-voice{
display: flex;
}
.imgw-c {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pct-box-voice{
    width: 30%;
}
.text-box-voice{
    width: 70%;
    background: #fedfdf;
}
.pct-box-voice img{
    width: 80%;
}
/* スコア */
.score-area{
display: flex;
    align-items: center;
    margin: 2vh 0 1vh;
    justify-content: space-evenly;
}
.score-arrow{
    width: 3% !important;
    display: flex;
}
.score-box{
    width: 43% !important;
}
.score-ttl-before{
    border: 1px solid #666666;
}
.score-ttl-before,.score-ttl-after{
    text-align: center;
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 700;
    line-height: 1.3;
    padding: 0.25vh 0.25vw;
}
.score-ttl-before span,.score-ttl-after span{
display: block;
    font-size: clamp(15px, 2.5vw, 30px);
}

.fc-score-before {
    color: #666666;
}
.score-ttl-after{
    border: 1px solid #cd0917;
}
.fc-score-after{
        color: #cd0917;
}
.score-number{
    border: transparent;
    padding: 1vw;
    font-size: clamp(20px, 2.5vw, 30px);
    text-align: center;
}
.score-number span{
    font-size: clamp(40px, 7vw, 80px);
    font-family: 'Poppins';
    line-height: 1;
}
.score-arrow i{
    font-size: clamp(18px, 5vw, 50px);
    color: #007440;
}
.experiences-voice-mainttl{
    line-height: 1.5 !important;
    font-size: clamp(20px, 3vw, 35px) !important;
    text-align: center !important;
    margin: 1vh 0 3vh !important;
}
.cp_actab-voice {
  position: relative;
  overflow: hidden;
  width: 100%;
    margin: 2vh auto 0;
  color: #ffffff;
}
.cp_actab-voice input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab-voice label {
font-weight: 700;
    line-height: 2;
    position: relative;
    display: block;
    padding: 0 0 0 1vh;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: #fff;
    font-size: clamp(16px, 3vw, 30px);
    color: #a08200;
    text-align: center;
    border: 2px solid #a08200;
    border-radius: 1vw;
}
.cp_actab-voice .cp_actab-voice-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #fff;
}
.experiences-voice-ttl {
    font-size: clamp(16px, 2.25vw, 22.5px);
    margin: 2vh 0 1vh;
    background: #EDF8F4;
    padding: 1.5vh 1.5vw;
    color: #007440;
    font-weight: 700;
    margin: 2vh 0 0;
}

.cp_actab-voice .cp_actab-voice-content p {
    margin: 1vw;
    text-align: left;
    font-weight: 500;
        font-size: clamp(15px, 1.8vw, 18px);
}
/* :checked */
.cp_actab-voice input:checked ~ .cp_actab-voice-content {
  max-height: 3000px;
}
/* Icon */
.cp_actab-voice label::after {
  line-height: 2;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab-voice input[type=checkbox] + label::after {
  content: '+';
}
.cp_actab-voice input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}


@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#experiences-s .experiences-Area h2{
    line-height: 1.3;
    font-size: 30px;
    margin: 1vh 0 2.5vh;
}
#experiences-s .experiences-Area h2 span{
    font-size: 14px;
    display: block;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.voice-medal {
    width: 70px;
}
}


/* 　続きを読む */
.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
        left: 0;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 25px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #13A075;
    width: 187.5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 50vh;
    font-size: clamp(18px, 2.5vw, 25px);
    padding: 1vw;
}
/*.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
*/
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
/*.accordion-box input:checked + label:before {
    content: "↑";
}*/
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.accordion-container p{
text-align: left;
    font-weight: 500;
}
.voice-medal {
    width: 110px;
    height: auto;
    top: -20px;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.voice-medal {
    width: 28vw;
    height: auto;
    top: -5px;
}
.pct-box-voice {
    width: 55%;
}
.pct-box-voice img {
    width: 100%;
}
.voice-name {
    width: 95%;
}
.f-box-none-voice li:last-child{
margin-left: 10px;
}

}

.f-box,
.f-box-none {
    display: flex;
}
@media screen and (min-width: 601px) {
    .align-items-c {
        align-items: center;
    }
    .f-box li,
    .f-box-none li {
        padding: 2%;
    }
    .pct-box40 {
        width: 40%;
    }
    .text-box60 {
        width: 60%;
    }
}
@media screen and (max-width: 600px) {
    .f-box,
    .f-box-none {
        flex-direction: column;
    }

    .text-box,
    .text-box50,
    .text-box60 {
        order: 2;
    }

    .f-box li {
        padding: 2% 0;
    }
}

/*---------------------------------------------------------
E判定から逆転合格！合格体験記
---------------------------------------------------------*/
#consultation{
    padding: 4vh 0 6vh;
    background-size: 100% auto;
}
.consultation-area{
    background: #fff;
    padding: 30px;
    border: 4px solid #AC9A4D;
    margin: 4vh 0 0;
}
.consultation-area > h2 img{
    max-width: 600px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.consultation-voicebox-CommentTtl{
    margin: 0 0 30px;
}
.consultation-voicebox-CommentTtl > span{
    font-size: 32.5px;
    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: 5px 0;
}
.consultation-voicebox-txt{
    background: #E2DCC1;
    padding: 10px !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: 15px;
    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: 60px 0;
}
.consultation-voicebox-CommentTtl > span{
font-size: 25px;
}
.consultation-voicebox-univ-name{
    flex-direction: column;
    padding: 5px 0 0;
}
.consultation-area > 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: 20px 0;
}
.consultation-area {
    background: #fff;
    padding: 20px 10px;
}
.consultation-voicebox-univ-name{
justify-content: center;
}
.consultation-voicebox-CommentTtl {
    margin: 0 0 10px;
    text-align: center;
}
.consultation-voicebox-CommentTtl > span{
    font-size: 20px;
    line-height: 1.3;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
無料受験相談で雰囲気を感じ取ってください！
---------------------------------------------------------*/
.conference-area{
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0;
}
.conference-box{
width: 48%;
}
.conference-ttl{
border-top: 3px solid #006F4F;
    border-bottom: 3px solid #006F4F;
    padding: 20px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #006F4F;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@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までの幅の場合に適応される */
.conference-area {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0;
}

.conference-box {
    width: 100%;
}
.conference-ttl {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.3;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}

/*---------------------------------------------------------
無料相談受付中
---------------------------------------------------------*/
.cv-soudan-box{
    padding: 3vh 0 0;
    border-radius: 12px;
}
.cv-soudan-box > h2{
    margin: 0 0 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cv-soudan-box h2 span{
    position: relative;
    max-width: 80px;
    max-height: 80px;
    width: 10vmin;
    height: 10vmin;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(25px, 6vw, 50px);
    color: rgba(0,116,64,1);
    font-weight: 700;
    border: 1px solid rgba(0,116,64,1);
}
.cv-soudan-box h2 span::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#cv-soudan > h3{

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


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

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

.cv-btn:hover{
    background: #fff;
    color: #d51c24;
    text-shadow: 0px 1px 4px rgb(255 255 255 / 50%);
}
.cv-btn-body {
    padding: 10px 10px;
    border-radius: 12px;
   font-size: 30px;
    font-weight: 700;
    text-shadow: 0px 1px 4px rgb(0 0 0 / 50%);
}
.cv-btn-body span{
display: block;
font-size: 20px;
 font-weight: 500;
}
.cv-btn-body i{
    font-size: 30px;
    margin-left: 10px;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@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までの幅の場合に適応される */
.cv-comment {
    font-size: 16px;
    line-height: 1;
}
.cv-btn-body {
   font-size: 20px;
}
.cv-btn-body i {
    font-size: 20px;
}
}
@media screen and (max-width: 360px) {
/* 360pxまでの幅の場合に適応される */
}


/*---------------------------------------------------------
当てはまっていませんか？
---------------------------------------------------------*/
#voice_s_univ-sp{
    padding:80px 0;
     background: repeating-linear-gradient( -45deg, #dfebe9, #dfebe9 10px, #d9e8e5 0, #d9e8e5 20px );
}

#binderArea{
    position: relative;
    width: 95%;
    max-width: 800px;
    margin: 40px auto;
    background: #006f4f;
    border-radius: 12px;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
    padding: 10px;
}
.binderBox{
    background: url(../assets/img/bg-hogan.png) repeat;
    background-color: rgba(255,255,255,1);
    padding: 40px 40px;
}
.binder-clip{
    position: absolute;
    top: -20px;
    width: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.binderBox-subttl{
    font-weight:900;
    color:#006f4f;
    margin: 10px 0 5px;
    text-align: center;
}
.binderBox-subttl > .under-mark{
    font-size: 22.5px;
}

#binderArea h2{
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    color: rgba(0, 0, 0, 0);
    text-shadow: 1px 1px 0 #ffff00;
    -webkit-text-stroke: 1.5px #00714d;
    text-stroke: 1.5px #00714d;
    margin: 0 0 30px;
    letter-spacing: -25px;
}
.binderBox-list li {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2.5px;
    padding-left: 32px;
    padding-bottom: 0% !important;
    padding-top: 0% !important;
}

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

.binderBox-p{
    background: #ffff4d;
    padding: 10px 5px;
    font-weight: 700;
    line-height: 1.6;
    font-size: 20px;
    color: #006f4f;
    text-align: center;
    margin: 20px 0;
}
.binderBox-check{
    border: 2px solid #d51c24;
    border-radius: 12px;
    margin: 20px 0 0;
    padding: 10px 30px;
    list-style: none;
}
.binderBox-check li{
  text-indent: -1em;
  padding-left: 1em;
  color:#d51c24;
  font-weight:700;
}
.binderBox-check li:before {
  content: ""; /* 空の要素作成 */
  width: 8px; /* 幅指定 */
  height: 8px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #d51c24; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.select-no1-ttl {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: #9b852e;
    padding: 20px 10px;
    text-align: center;
    border-radius: 12px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#voice_s_univ-sp {
    padding: 10px 0;
}
.binderBox {
    padding: 10px 10px;
}
.binder-clip {
    top: -10px;
}
.binderBox-subttl > .under-mark {
    font-size: 17.5px;
}
#binderArea h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.binderBox-list li {
    font-size: 14px;
    margin-bottom: 2.5px;
}
.binderBox-list li:before {
    width: 18px;
    height: 20px;
    top: 2px;
}
.binderBox-p {
    padding: 10px 5px;
    font-size: 16px;
    margin: 10px 0;
}
.binderBox-check {
    border-radius: 8px;
    margin: 20px 0 10px;
   padding: 10px 10px;
    letter-spacing: -.1rem;
    font-size: 15px;
}
.select-no1-ttl {
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 10px;
    border-radius: 8px;
}
}


/*---------------------------------------------------------
合格体験記スライダー
---------------------------------------------------------*/
.s-slider .box-tinymce p {
    font-size: 15px;
}


/*---------------------------------------------------------
偏差値40からでも志望校に逆転合格できる理由とは？
---------------------------------------------------------*/
#reason-reversal{
    padding: 0 0 40px;
    background: repeating-linear-gradient( -45deg, #daedf7, #daedf7 10px, #e2f0f7 0, #e2f0f7 20px );
}
.ex-keio{
    background: #badff3 url(../img/reason-reversal/reason-reversal-pct03.png);
    background-repeat: no-repeat;
    height: 130px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    background-size: 250px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.keio-univBox{
    margin: 30px 0;
    border: 2px solid #001e5c;
    background: #fffaeb;
}
.keio-univ-h3{
    background: #001e5c;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 5px solid #d81f18;
}

.keio-univ-h3 span{
    color: #ffcf00;
    font-size: 27.5px;
}
.keio-univBox-contents{
padding:20px 20px;
}
.Lavel-tasaku{
    display: inline-block;
    background: #fff;
    padding: 2.5px 15px;
    border: 1px solid #007440;
    color: #007440;
    border-radius: 50vh;
    margin: 0 0 10px;
    font-size: 12.5px;
}
dl.infoBox{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
.infoBox dt{
  background: #001e5c;
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
  border-top: 1px solid #ccc; 
  font-size: 14px;
    color: #fff;
}
.infoBox dd{
  padding: 5px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
  width: 75%;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
}

.univ-h4{
    font-size: 22.5px;
    font-weight: 700;
    margin: 10px 5px;
    color: #d81f18;
}

@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.ex-keio{
height: 110px;
font-size: 25px;
background-size: 230px auto;
justify-content: flex-end;
padding: 0 10px 0 10px;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.keio-univBox {
    margin: 20px 0;
}
.ex-keio{
background-image: none;
    font-size: 20px;
    height: auto;
    padding: 10px;
}
.keio-univ-h3{
font-size: 16px;
}
.keio-univ-h3 span {
    font-size: 22.5px;
}
.keio-univBox-contents {
    padding: 10px;
}
.univ-h4 {
    font-size: 17.5px;
    line-height: 1.5;
}
}

/*---------------------------------------------------------
オンライン家庭教師WAMでは
志望大学・学部に特化した指導をします！
---------------------------------------------------------*/
#onl-specialize{
    padding: 0 0 80px;
    background: repeating-linear-gradient( -45deg, #e6e4ed, #e6e4ed 10px, #ebebed 0, #ebebed 20px );
}

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

}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#onl-specialize{
    padding: 0 0 30px;
}
}

/*---------------------------------------------------------
Wam独自の5つの理由をご紹介します！
---------------------------------------------------------*/
#reason-univ{
    padding: 0 0 10px;
    background: repeating-linear-gradient( -45deg, #fff7e2, #fff7e2 10px, #fffaec 0, #fffaec 20px );
}
.arrow-ttl{
    padding: 20px 10px;
    background-color: #006F4F;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    font-size: 32px;
    position: relative;
    margin: 0 0 60px;
}

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

.arrow-ttl h2{
    font-size: 40px;
}
.big-text{
    font-size: 50px;
}
.arrow-subttl{
    font-size: 25px;
}
.voice-box {
    border: 1px solid #006f4f;
}

/* FVの体験記スライダー用 */
.article-page #consultation .title-main {
    max-width: 1200px;
    margin: 0 auto 1.5vw auto;
    padding: 2.5vh 1vw;
    background: #a08200;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -8px;
    border-radius: 0.5vw;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-family: "Noto Serif JP", serif;
}
.article-page #consultation .title-main span {
    font-size: 85%;
}
@media screen and (max-width: 600px) {
    .article-page #consultation .title-main {
        margin: 0 4vw 2vw 4vw;
        padding: 1.8vh 2vh 2vh;
        outline-offset: -4px;
        font-size: 5.6vw;
    }
}
.article-page #consultation .title-main:before,
.article-page #consultation .title-main:after {
    content: none;
}

#voice_s .voice-box {
    border: none;
    padding: 0;
    background: transparent;
}
@media screen and (max-width: 600px) {
    .s-slider .slick-next {
        left: 6px;
    }
    .s-slider .slick-prev {
        right: 6px;
    }
    .slick-next {
        left: -4px;
    }
    .slick-prev {
        right: -4px;
    }
}

.reason-univArea{
    margin: 0 0 80px;
}
.reason-univArea h2 {
display: flex;
align-items: center;
margin: 0 0 30px;
}
.reason-univArea h2:before,
.reason-univArea h2:after {
border-top: 2px solid #006f4f;
content: "";
flex-grow: 1;
}
.reason-univArea h2:before {
margin-right: 10px;
}
.reason-univArea h2:after {
margin-left: 10px;
}
.reason-univArea h2 span{
    position: relative;
    width: 60px;
    height: 60px;
    background: #006f4f;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}
.reason-univArea h3{
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.2;
}
.reason-univArea h3 span{
    font-size: 35px;
    line-height: inherit;
    font-weight: 900;
    background: linear-gradient(transparent 70%, #ffef92 0%);
}

/* 塾・予備校とWamの比較 */
.ComparisonBox{
    padding: 60px 0 0;
}
.ComparisonBox h3{
    background: #006f4f;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    border-radius: 12px 12px 0px 0px;
    -webkit-border-radius: 12px 12px 0px 0px;
    -moz-border-radius: 12px 12px 0px 0px;
    margin: 0;
}

.ComparisonContents {
    background: #fff;
    padding: 40px 20px;
    border-radius: 0px 0px 12px 12px;
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    text-align: center;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
}
.Contents-shadowBox{
   margin: 40px 0 0;
    background: #fff;
    padding: 20px 40px;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
    border-radius: 12px;
}

/* 吹き出し */
.arrow-left,.arrow-right{
    position:relative;
    background:#EEFFF4;
    padding:20px;
    color: #006f4f;
    text-align:center;
    border:2px solid #006F4F;
    font-size:18px;
    font-weight:700;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow-left:after,.arrow-left:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:50%;
}
.arrow-left:after{
    border-color: rgba(238, 255, 244, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -20px;
    border-right-color: #006f4f;
    right:100%;
}
.arrow-left:before{
    border-color: rgba(0, 111, 79, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -22px;
    margin-right: 2px;
    border-right-color:#006F4F;
    right:100%;
}
.arrow-right:after,.arrow-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow-right:after{
    border-color: rgba(238, 255, 244, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -20px;
    border-left-color:#006F4F;
}
.arrow-right:before{
    border-color: rgba(0, 111, 79, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -22px;
    margin-left: 2px;
    border-left-color:#006F4F;
}

.Cycle-ttl{
    background: #006f4f;
    padding: 15px 10px;
    color: #ffff00;
    font-size: 20px;
    border-radius: 12px;
    margin: 20px 20px 30px;
    font-weight: 700;
}
dl.Cycle-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
    margin: 40px 20px;
}
.Cycle-box dt {
    background: #dfdfdf;
    width: 15%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    color: #006f4f;
    font-weight: 700;
}
.Cycle-box dd {
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 85%;
    background: #fff;
    box-sizing: border-box;
    font-weight: 700;
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
.big-text {
    font-size: 40px;
}
.reason-univArea h3 span {
    font-size: 30px;
}
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#reason-univ{
    padding: 0 0 10px;
}
.arrow-ttl {
    margin: 0 0 40px;
}
.arrow-subttl {
    font-size: 15px;
}
.arrow-ttl h2 {
    font-size: 18px;
}
.big-text {
    font-size: 20px;
}
.reason-univArea{
    margin: 0 0 30px;
}
.reason-univArea h2 {
    margin: 0 0 10px;
}
.reason-univArea h2 span {
    width: 40px;
    height: 40px;
    font-size: 25px;
    margin: 0 4px;
}
.reason-univArea h3 {
    margin: 0 0 10px;
}
.reason-univArea h3 span {
    font-size: 20px;
}
.ComparisonBox {
    padding: 20px 0 0;
}
.ComparisonBox h3 {
    padding: 10px 0;
    text-align: center;
    font-size: 15px;
    margin: 0;
}
.ComparisonContents {
    padding: 20px 10px;
}
.Contents-shadowBox {
    margin: 20px 0 0;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
}
.arrow-left, .arrow-right {
    padding: 5px;
    font-size: 15px;
    margin: 10px 0 20px;
}
.arrow-left:after,.arrow-left:before,.arrow-right:after,.arrow-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:50%;
    right: 0%;
    top: -21px;
}
.arrow-left:before,.arrow-right:after{
    border-color: rgba(238, 255, 244, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:21px;
    border-right-width:21px;
    margin-left: -21px;
    border-bottom-color:#006F4F;
}
.arrow-left:before,.arrow-right:before{
    border-color: rgba(0, 111, 79, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:23px;
    border-right-width:23px;
    margin-left: -21px;
    margin-bottom: 2px;
    border-bottom-color:#006F4F;
}
body .Cycle-ttl {
    padding: 10px 5px;
    font-size: 16px;
    margin: 0 0 20px !important;
    line-height: 1.3;
}
dl.Cycle-box {
    margin: 20px 10px 5px;
}
.Cycle-box dt {
    width: 25%;
    font-size: 14px;
}
.Cycle-box dd {
    width: 75%;
    font-size: 14px;
}
}

/*---------------------------------------------------------
逆転合格をつかみ取りましょう
---------------------------------------------------------*/
.victoryBox{
    background: #ffff00;
    padding: 20px 10px 10px;
    text-align: center;
    border-top: 10px solid #006f4f;
    border-bottom: 10px solid #006f4f;
}

.victoryBox p{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.victoryBox-catch{
    font-size: 40px;
    font-weight: 900;
}
.victoryBox-catch span{
    font-size: 50px;
    color: #d01c24;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.victoryBox p{
    font-size: 20px;
}
.victoryBox-catch{
    font-size: 30px;
}
.victoryBox-catch span{
    font-size: 40px;
}
}

/*---------------------------------------------------------
Wamで逆転合格を勝ち取った生徒さんの体験談
---------------------------------------------------------*/
#voice_s_univ{
padding: 0 0 60px;
    background: repeating-linear-gradient( -45deg, #ffe6e6, #ffe6e6 10px, #ffeaea 0, #ffeaea 20px );
}
.voice_s_univ-inner{
margin: 40px 0;
}
.box2-culum{
    background: #fff;
    padding: 10px !important;
    margin: 1%;
}
.voice_s_univ-box{
display: flex;
flex-direction: column
}
.voice_s_univ-box li{
padding:1%;
}
.voice_s_univ-box > li > h3{
text-align: center;
}
.voice_s_univ-box h3 span{
color: #006f4f;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #ffef92 0%);
}
.voice_s_univ-box > li > img{
display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.voice_s_univ-name{
font-size: 22.5px;
    font-weight: 700;
}

.swiper-container02 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#voice_s_univ {
    padding: 0 0 10px;
}

.voice_s_univ-inner{
margin: 20px 0;
}

.text-box2-culum {
    margin: 1% auto;
    width: 95%;
}
.voice_s_univ-box li {
    padding: 1% 0;
}
.voice_s_univ-bg{
padding: 10px;
}
.voice_s_univ-box h3 span {
    font-size: 17.5px;
}

.slick-prev, .slick-next {
    height: calc(65 / 688 * 100vw);
    width: calc(65 / 688 * 100vw);
}

}

.article-high .v-ttl p,
.article-elementary-e .v-ttl p {
    color: #03684a;
}

/*---------------------------------------------------------
集団塾・予備校・家庭教師との違い！
---------------------------------------------------------*/
#difference{
    background: repeating-linear-gradient( -45deg, #ffe5d4, #ffe5d4 10px, #ffe0cd 0, #ffe0cd 20px );
    padding: 0 0 30px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#difference {
    padding: 0 0 20px;
}
}

/*---------------------------------------------------------
比較ひょう
---------------------------------------------------------*/

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

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

  table#table-culums td:first-child{
  background: #888888; 
  text-align: center;
  font-weight:900;
  color:#fff;
  }


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

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


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

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

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

.th-wam{
    background: #006f4f !important;
    color: #fff;
    text-align: center;
}
.th-other{
    background: #0287c1 !important;
    color: #fff;
    text-align: center;
}

.maru,.batsu,.sankaku{
    height: 80px;
    background-size: contain !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1.2;
}
.maru{
background: url(../assets/img/difference/bg-maru.png) no-repeat center center;
}
.batsu{
background: url(../assets/img/difference/bg-batsu.png) no-repeat center center;
}
.sankaku{
background: url(../assets/img/difference/bg-sankaku.png) no-repeat center center;
}

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

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

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

.t1-left{
    font-size: 16px;
    margin-bottom: 10px;
}

.hikaku-box{
  flex-direction: row;
}
.hikaku-txt{
width:68%;
}
.maru,.batsu,.sankaku{
    height: 40px;
}
}

/*---------------------------------------------------------
CV
---------------------------------------------------------*/
.contact-area{
    padding: 80px 0;
}
.contact-area h2{
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
}
.contact-area img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 800px;
}
.guarantee-box{
    border: 5px solid #8d8034;
    outline: 2px solid #8d8034;
    outline-offset: -12px;
    padding: 40px 50px;
    margin: 30px 0 0;
}
.guarantee-box h3{
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    color: #8d8034;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.contact-area {
    padding: 30px 0;
}
.contact-area h2 {
    font-size: 20px;
}
.contact-area h3{
    font-size: 20px;
}
.contact-area img {
    width: 100%;
}
.guarantee-box {
    padding: 30px 20px;
    margin: 30px 0 0;
}
.guarantee-box h3{
    font-size: 30px;
}
}

/*---------------------------------------------------------
お問い合わせ
---------------------------------------------------------*/
#main-cv{
    padding: 80px 0;
}
.main-cv{
    border: solid 5px #d71c24;
    padding: 40px 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff, #eee);
}
.main-cv h2{
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin: 30px 0;
    line-height: 1.2;
    color: #d71c24;
}

.main-cv h3{
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}

.main-cv-list li {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2.5px;
    padding-bottom: 0% !important;
    padding-top: 0% !important;
    background: #fff;
    padding: 5px 5px 5px 32px;
}

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

.main-cv-listbox{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    align-items: center;
}
.cv-listBox-bg{
    background: #f4e4ae;
    border-radius: 12px;
    margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#main-cv{
    padding: 30px 0;
}
.main-cv{
    border: solid 5px #d71c24;
    padding: 10px 10px;
    border-radius: 12px;
}
.main-cv h2{
    font-size: 18px;
    margin: 10px 0;
}

.main-cv h3{
    font-size: 15px;
    line-height: 1.5;
}

.main-cv-listbox{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.main-cv-list li {
    margin-bottom: 2.5px;
    padding-left: 32px;
    padding-bottom: 0% !important;
    padding-top: 0% !important;
    font-size: 15px;
}
.main-cv-list li:before {
    top: 8px;
    left: 0;
}
.cv-listBox-bg{
    margin: 20px 0 20px;
    border-radius: 0;
    padding: 1%;
}
}

/*---------------------------------------------------------
吹き出し見出し
---------------------------------------------------------*/
.area-check h2,#point-3 h2,.difference h2{
padding:20px 10px;
  background-color: #006F4F;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-size: 32px;
  position: relative;
  margin: 0 0 80px;
}

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

.area-check h2:before,#point-3 h2:before,.difference h2:before{
  bottom: -15px;
  border-width: 15px 10px 0 10px;
}
}

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

.area-check-comment{
  color: #E9546B;
  padding: 5px 0;
  border-top: 1px solid #E9546B;
  border-bottom: 1px solid #E9546B;
}
@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
}
@media screen and (min-width:641px) and ( max-width:820px) {
/*　画面サイズが768pxから820pxまではここを読み込む　*/
}
@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
.area-check{
    padding:0 0 10px;
}
#point-3{
    padding:0 0 20px;
}
}

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

.consultation-flow-area{
    background: #EDF8F4;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 60px 50px;
    box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
}
.consultation-flow-area > h3{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    background: #006F4F;
    padding: 20px 10px;
    border: 3px solid #006F4F;
    border-radius: 8px;
}
.consultation-flow-area > h4{
    margin: 50px 0 20px;
    color: #006F4F;
}
.consultation-flow-area > h4{
    font-size: 25px;
    font-weight: 700;
}
.consultation-flow-area > h4 span{
    font-size: 20px;
    font-weight: 700;
}
.consultation-flow-area > h4 span{
    background: #006F4F;
    padding: 10px 20px;
    border-radius: 50vh;
    color: #fff;
    margin-right: 15px;
}
.step-flow{
    display: flex;
}
.step-flow-text{width: 65%;padding: 0 10px 0 170px;}
.step-flow-pct{width: 35%;}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.consultation-flow-area > h3{
    font-size: 35px;
    padding: 20px 10px;
}
.consultation-flow-area {padding: 20px;}
.consultation-flow-area > h4, 
.consultation-flow-area > h4 span {
    font-size: 25px;
}
}
@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */
#summer-c-flow h3 {margin: 20px 0 10px;}
.consultation-flow-area > h4, .consultation-flow-area > h4 span {font-size: 20px; line-height: 2;}
.consultation-flow-area > h43 span {padding: 10px 20px;}
.step-flow-text{width: 65%;padding: 0 10px 0 0;}
.step-flow-pct{width: 35%;}
.consultation-flow-area > h3 {
    font-size: 30px;
    padding: 20px 10px;
}
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
#consultation-flow {padding: 0 0 30px;}
.consultation-flow-area{padding: 10px;}
.consultation-flow-area > h3{
    font-size: 18px;
    padding: 10px;
    border: 1px solid #006F4F;
    line-height: 1.4;
}
.consultation-flow-area > h4 span {padding: 7.5px 20px;}
.consultation-flow-area > h4 span
{font-size: 12px;}
.consultation-flow-area > h4{
    margin: 20px 0 20px;
    font-size: 16px;
}
.step-flow {flex-direction: column;}
.step-flow-text{width: 100%;padding: 0;order: 2;margin: 10px 0 0;}
.step-flow-pct{width: 100%;order: 1;}
}

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

@media screen and (max-width: 640px) {
    .btn-footer-cta, .btn-footer-tel {
        font-size: 13px !important;
    }
}


/*---------------------------------------------------------
受験対策テンプレの上書き用
---------------------------------------------------------*/
body {
  counter-reset: number;
}

.p-bg {
  padding-block: calc( 10 / 16 * 1em) calc( 40 / 16 * 1em);
}

.entry .em {
  font-weight: bold;
  color: #DD1C24;
}

.closing .marker {
    font-weight: 900;
    color: #da1c24;
    background: linear-gradient(transparent 70%, #ffef92 0%);
}

.p-framecolumn__box_item--tel-num p strong {
  font-weight: 600;
}

body .p-tit__main01 h1 {
  display: block;
  gap: 0;
  position: relative;
  padding-block: 36px 0;
  padding-inline: 100px 0;
}
@media screen and (max-width: 600px) {
  body .p-tit__main01 h1 {
    margin-top: 47px;
    padding-block: 0;
    padding-inline: 0;
  }
}

body .trgtCall {
  color: #fff;
  font-size: clamp(19px, 5.066vw, 34px);
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

body .mainCath {
  color: #000;
  font-size: clamp(26px, 6.933vw, 50px);
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-shadow:
    6px 6px 6px #fff,
    -6px -6px 6px #fff,
    -6px 6px 6px #fff,
    6px -6px 6px #fff,
    6px 0px 6px #fff,
    -6px -0px 6px #fff,
    0px 6px 6px #fff,
    0px -6px 6px #fff,
    6px 6px 6px #fff,
    -6px -6px 6px #fff,
    -6px 6px 6px #fff,
    6px -6px 6px #fff,
    6px 0px 6px #fff,
    -6px -0px 6px #fff,
    0px 6px 6px #fff,
    0px -6px 6px #fff;
}
@media screen and (max-width: 834px) {
  body .mainCath {
    text-align: center;
    line-height: 1.33;
    text-shadow:
      3px 3px 3px #fff,
      -3px -3px 3px #fff,
      -3px 3px 3px #fff,
      3px -3px 3px #fff,
      3px 0px 3px #fff,
      -3px -0px 3px #fff,
      0px 3px 3px #fff,
      0px -3px 3px #fff,
      3px 3px 3px #fff,
      -3px -3px 3px #fff,
      -3px 3px 3px #fff,
      3px -3px 3px #fff,
      3px 0px 3px #fff,
      -3px -0px 3px #fff,
      0px 3px 3px #fff,
      0px -3px 3px #fff;
  }
}
.mainCath span {
    color: #e11d24;
    font-size: clamp(33px, 8.8vw, 66px);
    font-weight: inherit;
}
/* タブレット */
@media screen and (max-width: 834px) and (min-width: 768px) {
  body .mainCath {
    font-size: 4.427vw;
  }

  body .mainCath span {
    font-size: 5.729vw;
  }
}

.p-mainvisual .p-tit {
  background: #e8e9ec;
  margin: 0 auto;
  width: 100%;
}

/* PC */
@media screen and (min-width: 601px) {
  .p-mainvisual .p-bg.p-bg__clr_wht {
    margin-block: 0 70px;
  }

  body .trgtCall {
    margin-bottom: 14px;
  }

  h1 {
    background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/graduation/k-wam_HP_koukou_graduation_PC-FV.png) 0 0/contain no-repeat;
    width: 1200px;
    height: 500px;
  }
}
/* タブレット */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-mainvisual .p-bg.p-bg__clr_wht {
    padding-inline: 0;
  }

  body .trgtCall {
    font-size: 3.645vw;
    margin-bottom: 6px;
  }

  body .p-tit__main01 h1 {
    aspect-ratio: 1200/500;
    width: 100%;
    height: auto;
    padding-block: clamp(19px, 2.473vw, 24px) 0;
    padding-inline: 20px 0;
  }

  body .mainCath {
    text-align: left;
    line-height: 1.2;
  }
}
/* SP */
@media screen and (max-width: 600px) {
  .p-mainvisual .p-bg.p-bg__clr_wht {
    margin-block: 0 30px;
    padding-inline: 0;
  }

  h1 {
    background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/graduation/k-wam_HP_koukou_graduation_SP-FV.png) 0 0/contain no-repeat;
    aspect-ratio: 750/535;
    width: 100%;
    position: relative;
    margin-top: 45px;
    padding-top: 0;
    padding-inline: 10px;
  }

  body .trgtCall {
    display: block;
    background: #e11d24;
    position: absolute;
    top: -47px;
    left: 0;
    width: 100%;
    padding-block: 6px 7px;
    padding-inline: 12px;
    text-align: center;
  }
}

body #consultation {
  padding-block: 4vh;
}
@media screen and (max-width: 600px) {
    body #consultation {
      padding-block: 2.5vh 1.5vh;
    }
}

.section-grade-plans .box {
  border-radius: 0;
}

.section-grade-plans.section-grade-bg .box {
  position: relative;
  background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/graduation/k-wam_HP_koukou_graduation_nayami.png) 0 0/contain repeat-y;
}
.section-grade-plans.section-grade-bg .box::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, #000000 0%,#ffffff 100%);
  opacity: 0.15;
}
.section-grade-plans.section-grade-bg .box::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 236/98;
  width: clamp(170px, 45.333vw, 270px);
  background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/graduation/k-wam_HP_koukou_graduation_arrow.png) 0 0/contain no-repeat;
}

[data-cat="high"] .box-senbatsu .title:not(.box-senbatsu .item-reason .title) {
    font-size: clamp(24px, 6.4vw, 50px);
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    border-top: double 6px;
    border-bottom: double 6px;
    background: linear-gradient(to right, #af0104 0%,#ce1c24 50%,#af0104 100%);
    color: #fff;
    flex-direction: column;
}
[data-cat="high"] .box-senbatsu .title:not(.box-senbatsu .item-reason .title) span {
    color: #ffff00;
}

body[data-cat="high"] .section-grade-plans .box .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-size: clamp(24px, 6.4vw, 50px);
  color: #d63031;
  position: relative;
  z-index: 1;
  text-shadow:
    6px 6px 6px #fff,
    -6px -6px 6px #fff,
    -6px 6px 6px #fff,
    6px -6px 6px #fff,
    6px 0px 6px #fff,
    -6px -0px 6px #fff,
    0px 6px 6px #fff,
    0px -6px 6px #fff,
    6px 6px 6px #fff,
    -6px -6px 6px #fff,
    -6px 6px 6px #fff,
    6px -6px 6px #fff,
    6px 0px 6px #fff,
    -6px -0px 6px #fff,
    0px 6px 6px #fff,
    0px -6px 6px #fff;
}
@media screen and (max-width: 600px) {
  .section-grade-plans.section-grade-bg .box::before {
    height: 20%;
  }
  .section-grade-plans.section-grade-bg .box::after {
    bottom: -40px;
  }

  body[data-cat="high"] .section-grade-plans .box .title {
    font-weight: 900;
    line-height: 1.3;
    text-shadow:
      3px 3px 3px #fff,
      -3px -3px 3px #fff,
      -3px 3px 3px #fff,
      3px -3px 3px #fff,
      3px 0px 3px #fff,
      -3px -0px 3px #fff,
      0px 3px 3px #fff,
      0px -3px 3px #fff,
      3px 3px 3px #fff,
      -3px -3px 3px #fff,
      -3px 3px 3px #fff,
      3px -3px 3px #fff,
      3px 0px 3px #fff,
      -3px -0px 3px #fff,
      0px 3px 3px #fff,
      0px -3px 3px #fff;
    }
}

.section-grade-plans .box .entry {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.section-grade-plans .box p:not(:last-child) {
  margin-block: 0 20px;
}

.section-grade-plans .box .title > span:before {
  content: none;
}
@media screen and (max-width: 600px) {
  .section-grade-plans .box .entry .img {
    margin-block: 25px 20px;
  }

  .section-grade-plans .box p {
    line-height: 1.5;
  }

  .section-grade-plans .box {
    padding-block: 25px 35px;
    padding-inline: 20px;
    margin-bottom: 50px;
  }
  .section-grade-plans .box .title > span {
    padding-left: 0;
  }
}

.section .box-senbatsu p,
.section-reasons p,
.closing .p-bg p:not(.guarantee-box p) {
  line-height: 1.5;
}
.section .box-senbatsu p:not(:last-child) {
  margin-block: 0 20px;
}

.item-reason .title:before,
.item-reason .title:after {
  content: none;
}

@media screen and (max-width: 600px) {
  .box-senbatsu .title {
    font-weight: 900;
    padding-block: 30px;
  }
}

.box-senbatsu .method_h3 {
  display: flex;
  flex-direction: column;
  font-size: clamp(1.15rem, 4.8vw, 2rem);
  line-height: 1.3;
  background: #f0f0f0;
  /*
  border-top: solid 2px #444;
  border-bottom: solid 2px #444;
  */
  border-radius: 5px;
  position: relative;
  margin-block: 36px 10px;
  padding-block: 23px 15px;
  padding-inline: 12px;
}
.box-senbatsu .method_h3::before {
  counter-increment: number;
  content: 'その'counter(number);
  display: block;
  position: absolute;
  top: -15px;
  left: 10px;
  background: #03877a;
  color: #fff;
  padding-block: 3px 5px;
}
/* PC */
@media screen and (min-width: 835px) {
  .box-senbatsu .method_h3 {
    flex-direction: initial;
    align-items: center;
    gap: 20px;
    padding-block: 0;
    padding-left: 0;
  }
  .box-senbatsu .method_h3::before {
    position: relative;
    top: 0;
    left: 0;
    padding-block: 29px 26px;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 601px) {
  .box-senbatsu .method_h3::before {
    border-radius: 5px 0 0 5px;
  }
}
/* タブレット */
@media screen and (max-width: 834px) and (min-width: 768px) {
  .box-senbatsu .method_h3::before {
    top: -32px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-senbatsu .method_h3 {
    text-align: center;
  }

  .box-senbatsu .method_h3::before {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .box-senbatsu .method_h3::before {
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
  }
}

.border-dotted-brown {
    border: none;
}
.column-2 > div {
    padding: 0;
}
@media screen and (min-width: 601px) {
    .column-2 > div:last-of-type:not(.imgNone) {
        padding: 10px 0 10px 30px;
    }
    .column-2 > .imgNone {
        padding: 0 0 0 30px;
    }
}
.column-2none {
    gap: 10px;
}
.column-2none > div {
    padding: 10px 0;
}
.coaching-border01,
.coaching-border02,
.coaching-border-none {
    border-radius: 0;
}

.coaching-ttl {
    font-size: clamp(17px, 4.533vw, 30px) !important;
    margin: 2.5vh 0 1vh 0;
}
.bg-coaching01,
.bg-coaching02 {
    border-radius: 10px 10px 0 0;
}
.coaching-border01:not(.column-2none div),
.coaching-border02:not(.column-2none div) {
    border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 600px) {
    .coaching-border02:not(.column-2none div) {
        margin-top: 20px;
    }
}

body .cta_microCopy {
  text-align: center;
  font-weight: 800;
  font-size: clamp(1rem, 3vw, 1.6rem);
  line-height: 1.2;
}
.cta_microCopy + section .cta-areaBox {
  display: none;
}
.cta_microCopy + section .p-bg.p-bg__clr_wht {
  padding-top: calc(5 / 16 * 1em);
}

.p-framecolumn__type01 .p-framecolumn__box_item--btn {
    margin-top: calc(20 / 16 * 1em);
}
@media screen and (max-width: 600px) {
  .p-framecolumn__type01 .p-framecolumn__box_item--btn {
      margin-top: calc(5 / 16 * 1em) !important;
  }
}

.juku_img,
.gyakuten_img {
  display: flex;
  justify-content: center;
  flex-direction: initial;
  margin-block: 10px 20px;
}
@media screen and (min-width: 601px) {
    .juku_img img {
      width: 60%;
    }
}

.gyakuten_img img {
    border: solid 1px #555;
}

.usp_container {
  margin-block: 20px 0;
  padding: 0;
}

.usp_container .title {
  margin-bottom: 0;
}

.usp_container .box-senbatsu {
  padding-bottom: 0;
}

.usp_container + .section-reasons {
  padding-top: 20px;
}

.section-reasons .section-title {
  margin-block: 30px 50px;
  padding-block: 16px;
  color: #fff;
  font-size: clamp(22px, 5.866vw, 30px);
  background: #016f4f;
  position: relative;
}
.section-reasons .section-title:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -30px;
  left: 0;
  border-width: 30px 20px 0 20px;
  border-color: #006F4F transparent transparent transparent;
  left: 50%;
  margin-left: -20px;
}

.section-reasons .section-title .em {
    color: #ffff00;
}

.section-reasons .box-senbatsu .title {
  background: transparent;
  justify-content: flex-start;
  text-align: left;
  padding-top: 0;
}

body .section-reasons .item-reason .title .txt {
  margin-top: 4px;
}

body .closing .box-senbatsu {
  padding-bottom: clamp(24px, 6.4vw, 40px);
}

body .closing .box-senbatsu .title {
  margin-bottom: 0;
}

body .closing > .p-bg {
  padding-block: 0 calc( 30 / 16 * 1em);
}

body .closing > .p-bg p:not(:last-child),
body .container-lg p {
  margin-block: 0 20px;
  line-height: 1.5;
}

@media screen and (min-width: 601px) {
    body .reason-univArea p {
        text-align: center;
    }
}

.guarantee-box{
  max-width: calc(1000px + (20 / 16 * 2em));
  border: 5px solid #8d8034;
  outline: 2px solid #8d8034;
  outline-offset: -12px;
  padding: 1rem 3.5rem 2.5rem;
  margin: 0 auto;
}
.guarantee-box h3{
  font-size: clamp(28px, 7.466vw, 50px);
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5rem;
  color: #8d8034;
}
@media screen and (min-width: 641px) {
  .p-cnv__type01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  /* 640pxまでの幅の場合に適応される */
  .contact-area {
      padding: 3rem 0;
  }
  .contact-area h2 {
      font-size: 2rem;
  }
  .contact-area h3{
      font-size: 2rem;
  }
  .contact-area img {
      width: 100%;
  }
  .guarantee-box {
      padding: 1rem 1.4rem 1.4rem;
      margin: 0;
  }
}

.p-bg.p-bg__clr_wht {
  padding-block: calc(10 / 16 * 1em) calc(60 / 16 * 1em);
}
.closing + section .p-bg.p-bg__clr_wht {
  padding-bottom: calc(10 / 16 * 1em);
}

.p-listofcont__msg {
  text-align: center;
  margin-block: 0 clamp(10px, 2.666vw, 20px);
}

.p-listofcont__msg p {
  color: #27AE60;
  font-size: clamp(20px, 5.333vw, 40px);
  line-height: 1.4;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(245, 187, 77, 0.4) 0%);
  display: inline;
  padding: 0 5px 0px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-listofcont__msg p {
  }
}

.p-listofcont__box a {
    pointer-events: none;
}
.p-listofcont__index .p-listofcont__box > ul > li:last-child {
    display: none;
}

.footer_campaign {
  margin-block: 0 40px;
}

.section-reasons {
    padding-block: 20px 0 !important;
}

.section-reasons .box-senbatsu {
    padding-bottom: 0;
}

.cta-btnBox-txt-big {
    font-size: clamp(1.3rem, 4vw, 2rem);
}
.cta-btnBox-txt-big:not(.cta-btn_inquiry span) {
    display: block;
}