@charset "UTF-8";

/*==============================
  c-オーバーライド
==============================*/
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .c-link {
    font-size: 14px;
  }
  .lp-text .c-link {
    font-size: 16px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .c-link {
    font-size: 3.73333333vw;
  }
  .lp-text .c-link {
    font-size: 4.26666667vw;
  }
}

/*==============================
  LP_base
==============================*/

.c-wrap__inner--center-contents {
  max-width: none;
  padding: 0;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .c-wrap__inner--center-contents .c-wrap__head {
    max-width: 1440px;
    margin: 0 auto;
  }

  .lp-container {
    width: 970px;
    margin: 0 auto;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .lp-container {
    padding: 0 8vw;
  }
}


/*==============================
  SVG
==============================*/

/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-svg__label-number {
  fill: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-svg__label-number {
  fill: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-svg__label-number {
  fill: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-svg__label-number {
  fill: #0565bc;
}


/*==============================
  汎用テキストスタイル
==============================*/

/*===== base =====*/
.lp-text-em {
  color: #55a7ed;
  font-weight: bold;
}
.lp-text-bg {
  background-color: #55a7ed;
  color: #ffffff;
  border-radius: 3px;
  padding: 3px;
}
/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-text-em ,
.lp-text-em.lp-text-em--shimajiro {
  color: #fc9393;
}
.c-wrap--shimajiro .lp-text-bg ,
.lp-text-bg.lp-text-bg--shimajiro {
  background-color: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-text-em ,
.lp-text-em.lp-text-em--sho {
  color: #55a7ed;
}
.c-wrap--sho .lp-text-bg ,
.lp-text-bg.lp-text-bg--sho {
  background-color: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-text-em ,
.lp-text-em.lp-text-em--chu {
  color: #2886d9;
}
.c-wrap--chu .lp-text-bg ,
.lp-text-bg.lp-text-bg--chu {
  background-color: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-text-em ,
.lp-text-em.lp-text-em--kou {
  color: #0565bc;
}
.c-wrap--kou .lp-text-bg ,
.lp-text-bg.lp-text-bg--kou {
  background-color: #0565bc;
}


/*==============================
  LP用H１見出し
==============================*/

/*===== base =====*/
.lp-h1 {
  font-weight: bold;
  color: #55a7ed;
}

/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-h1 {
  color: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-h1 {
  color: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-h1 {
  color: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-h1 {
  color: #0565bc;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
  .lp-h1 {
    text-align: left;
    font-size: 48px;
    line-height: 1.6;
    margin-bottom: 26px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
  .lp-h1 {
    text-align: center;
    font-size: 9.6vw;
    line-height: 1.6;
    margin-bottom: 7.86666vw;
  }
}


/*==============================
  LP用H２見出し

PC  lineheight: 上下11px余り
SP  lineheight: 上下4px余り
==============================*/

/*===== base =====*/
.lp-h2__main {
  display: block;
  font-weight: bold;
  color: #464646;
}
.lp-h2__sub {
  display: block;
  font-weight: bold;
  color: #464646;
  text-align: center;
  border-top: dotted #55a7ed;
  border-bottom: dotted #55a7ed;
}
.lp-h2__label {
  display: block;
  text-align: center;
  border-top: solid #d0d0d0;
  border-bottom: solid #d0d0d0;
  font-weight: bold;
  color: #464646;
}
.lp-h2__remark {
  display: block;
}
.lp-h2__lead {
  display: block;
}
.lp-h2__lead > .lp-lead {
  margin-bottom: 0;
}

/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-h2__sub {
  border-color: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-h2__sub {
  border-color: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-h2__sub {
  border-color: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-h2__sub {
  border-color: #0565bc;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
  .lp-h2 {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .lp-h2__main {
    flex: 1 1 1%;
    text-align: left;
    font-size: 38px;
    line-height: 1.6;
  }
  .lp-h2__icon {
    flex: 0 0 auto;
    margin-right: 15px;
  }
  .lp-h2__sub ~ .lp-h2__icon , .lp-h2__sub ~ .lp-h2__main {
    margin-top: 60px;
  }
  .lp-h2__label ~ .lp-h2__icon , .lp-h2__label ~ .lp-h2__main {
    margin-top: 20px;
  }
  .lp-h2__sub {
    flex: 0 1 100%;
    max-width: 100%;
    border-width: 4px;
    font-size: 20px;
    line-height: 1.6;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lp-h2__sub + .lp-h2__main {
    margin-top: 49px;
  }
  .lp-h2__label {
    flex: 0 1 100%;
    max-width: 100%;
    border-width: 3px;
    font-size: 14px;
    width: 150px;
    margin-right: calc(100% - 150px);
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .lp-h2__label + .lp-h2__main {
    margin-top: 9px;
  }
  .lp-h2__sub + .lp-h2__label {
    margin-top: 60px;
  }
  .lp-h2__remark {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .lp-h2__main + .lp-h2__remark {
    margin-top: 9px;
  }
  .lp-h2__lead {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
  .lp-h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10.66666vw;
  }
  .lp-h2__main {
    text-align: center;
    font-size: 8.53333vw;
    line-height: 1.6;
  }
  .lp-h2__sub {
    width: 100%;
    border-width: 1.06666666vw;
    font-size: 4.26666666vw;
    line-height: 1.5;
    padding-top: 6.66666vw;
    padding-bottom: 6.66666vw;
  }
  .lp-h2__label {
    border-width: 3px;
    font-size: 3.73333333vw;
    width: 40vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }
  .lp-h2__sub + .lp-h2__label , .lp-h2__sub + .lp-h2__icon {
    margin-top: 10.66666vw;
  }
  .lp-h2__sub + .lp-h2__main {
    margin-top: 8vw;
  }
  .lp-h2__label + .lp-h2__icon {
    margin-top: 8vw;
  }
  .lp-h2__label + .lp-h2__main {
    margin-top: 5.33333vw;
  }
  .lp-h2__icon + .lp-h2__main {
    margin-top: 2.66666vw;
  }
  .lp-h2__remark {
    width: 100%;
  }
  .lp-h2__main + .lp-h2__remark {
    margin-top: 2vw;
  }
  .lp-h2__lead {
    margin-top: 4vw;
  }
}


/*==============================
  LP用H３見出し

PC  lineheight: 上下8px余り
SP  lineheight: 上下8px余り
==============================*/

/*===== base =====*/
.lp-h3__main {
  display: block;
  font-weight: bold;
  color: #464646;
  line-height: 1.6;
}
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
  .lp-h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  .lp-h3__main {
    text-align: left;
    flex: 1 1 1%;
    font-size: 28px;
  }
  .lp-h3__label {
    flex: 0 0 auto;
    margin-right: 15px;
  }
  .lp-h3__remark {
    flex: 0 1 100%;
  }
  .lp-h3__main + .lp-h3__remark {
    margin-top: 12px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
  .lp-h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .lp-h3__main {
    text-align: center;
    font-size: 7.46667vw;
  }
  .lp-h3__label {
    flex: 0 0 auto;
    margin-bottom: 0.53333vw;
  }
  .lp-h3__main + .lp-h3__remark {
    margin-top: 1.86666vw;
  }
}


/*==============================
  LP用H４見出し

PC  lineheight: 上下5px余り
SP  lineheight: 上下5px余り
==============================*/

/*===== base =====*/
.lp-h4__main {
  display: block;
  font-weight: bold;
  color: #464646;
  line-height: 1.6;
}
/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
  .lp-h4 {
    margin-bottom: 20px;
  }
  .lp-h4__main {
    text-align: left;
    font-size: 18px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
  .lp-h4 {
    margin-bottom: 4vw;
  }
  .lp-h4__main {
    text-align: center;
    font-size: 4.8vw;
  }
}

/*==============================
  リードテキスト
==============================*/

.lp-lead {
  display: block;
  font-weight: bold;
  color: #464646;
  line-height: 1.6;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .lp-lead {
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .lp-lead {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}

/*==============================
  通常テキスト
==============================*/

/*===== base =====*/
.lp-text {
  line-height: 2;
}

/*===== 各ゼミ別 =====*/
/* こちゃれ */
/* 小ゼミ */
/* 中ゼミ */
/* 高ゼミ */

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
  .lp-text {
    font-size: 16px;
  }
  .lp-text:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
  .lp-text {
    font-size: 4.26666667vw;
  }
  .lp-text:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}


/*===============
  説明型
===============*/
/*===== 共通 =====*/
.lp-base02__h3-label {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
.lp-base02__text {
  font-weight: normal;
  color: #464646;
  text-align: left;
  line-height: 2;
}

/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-base02__h3-label {
  color: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-base02__h3-label {
  color: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-base02__h3-label {
  color: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-base02__h3-label {
  color: #0565bc;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== base =====*/
  /* body */
  .lp-base02__item:not(:first-of-type) {
    margin-top: 60px;
  }
  .lp-base02__body::after {
    content: "";
    display: block;
    clear: both;
  }
  /* thumb */
  .lp-base02__thumb {
    float: left;
    width: 47.93814433%;
    margin-right: 4%;
  }
  .lp-base02__body--img-large .lp-base02__thumb {
    width: 59.79381443%;
  }
  .lp-base02__body--img-small .lp-base02__thumb {
    width: 27.11340206%;
  }
  .lp-base02__body--img-right .lp-base02__thumb {
    float: right;
    margin-right: 0;
    margin-left: 4%;
  }
  .lp-base02__thumb-cap {
    width: 100%;
    border-radius: 5px;
  }
  .lp-base02__thumb-caption {
    margin-top: 10px;
    font-size: 12px;
  }
  /* h3 */
  .lp-base02__h3 {
    float: right;
    width: 47.93814433%;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .lp-base02__h3--has-number {
    display: block;
  }
  .lp-base02__body--img-large .lp-base02__h3 {
    width: 36.08247423%;
  }
  .lp-base02__body--img-small .lp-base02__h3 {
    width: 68.7628866%;
  }
  .lp-base02__body--img-right .lp-base02__h3 {
    float: left;
  }
  .lp-base02__h3--has-number .lp-base02__h3-label {
    margin-bottom: 10px;
    font-size: 50px;
  }
  /* h4 */
  .lp-base02__h4 {
    float: right;
    width: 47.93814433%;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .lp-base02__body--img-large .lp-base02__h4 {
    width: 36.08247423%;
  }
  .lp-base02__body--img-small .lp-base02__h4 {
    width: 68.7628866%;
  }
  .lp-base02__body--img-right .lp-base02__h4 {
    float: left;
  }
  /* content */
  .lp-base02__content {
    float: right;
    width: 47.93814433%;
  }
  .c-carousel .lp-base02__content {
    padding-right: 40px;
  }
  .lp-base02__body--img-large .lp-base02__content {
    width: 36.08247423%;
  }
  .lp-base02__body--img-small .lp-base02__content {
    width: 68.7628866%;
  }
  .lp-base02__body--img-right .lp-base02__content {
    float: left;
  }
  .lp-base02__text {
    font-size: 16px;
  }
  .lp-base02__text + .lp-base02__remark {
    margin-top: 25px;
  }

  /* aside */
  .lp-base02__aside {
    margin-top: 30px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== base =====*/
  /* body */
  .lp-base02__item:not(:first-of-type) {
    margin-top: 16vw;
  }
  /* thumb */
  .lp-base02__thumb {
    text-align: left;
    margin-right: -8vw;
    margin-bottom: 4.26666666vw;
    margin-left: -8vw;
  }
  .lp-base02__body--img-right .lp-base02__thumb {
    text-align: right;
  }
  .c-carousel .lp-base02__thumb {
    margin-right: 0;
    margin-left: 0;
  }
  .lp-base02__thumb-cap {
    width: 88%;
  }
  .lp-base02__body--img-large .lp-base02__thumb-cap {
    width: 100%;
  }
  .lp-base02__body--img-small .lp-base02__thumb-cap {
    width: 76%;
  }
  .c-carousel .lp-base02__thumb-cap {
    width: 100%;
  }
  .lp-base02__thumb-caption {
    margin-top: 2.66666667vw;
    padding: 0 8vw;
    font-size: 3.2vw;
  }
  /* h3 */
  .lp-base02__h3 {
    flex-direction: row;
    margin-bottom: 8vw;
  }
  .lp-base02__h3--has-number {
    display: block;
    text-align: center;
  }
  .lp-base02__h3-label {
    margin-right: 2.66666667vw;
  }
  .lp-base02__h3--has-number .lp-base02__h3-label {
    margin-right: 0;
    margin-bottom: 2.66666667vw;
    font-size: 13.33333333vw;
  }
  .lp-base02__h3:not(.lp-base02__h3--has-number) .lp-base02__h3-label + .lp-base02__h3-main {
    text-align: left;
  }
  /* h4 */
  .lp-base02__h4 {
    flex-direction: row;
    margin-bottom: 5.33333333vw;
  }
  /* content */
  .lp-base02__content {
    padding: 0 8vw;
  }
  .c-section .lp-base02__content {
    padding: 0;
  }
  .lp-base02__text {
    font-size: 4.26666667vw;
  }
  .lp-base02__text + .lp-base02__remark {
    margin-top: 5.33333333vw;
  }

  /* aside */
  .lp-base02__aside {
    margin-top: 8vw;
  }

  /* carousel */
  .lp-base02 .slick-list {
    padding: 0 !important;
  }
  .lp-base02 .c-carousel__item {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .c-carousel .lp-base02__h3,
  .c-section .c-carousel .lp-base02__content {
    padding: 0 8vw;
  }
  .lp-base02 .c-carousel__arrow {
    display: none !important;
  }
}


/*===============
  画像つきアンカー
===============*/
/*===== 共通 =====*/
.lp-anchor-img__item {
  display: block;
  border-color: #55a7ed;
  border-style: solid;
  text-decoration: none;
  position: relative;
}
.lp-anchor-img__item::after {
  content: "";
  display: block;
  margin: 0 auto;
  background-image: url("/common_rn/lp-icon_anchor_sho.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
}
.lp-anchor-img__heading {
  display: flex;
  align-items: center;
  color: #55a7ed;
  font-weight: bold;
}
.lp-anchor-img__heading-label {
  flex-shrink: 0;
  line-height: 0;
}
.lp-anchor-img__text {
  color: #333333;
  font-weight: bold;
  line-height: 1.57142857;
}

/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-anchor-img__item {
  border-color: #fc9393;
}
.c-wrap--shimajiro .lp-anchor-img__item::after {
  background-image: url("/common_rn/lp-icon_anchor_shimajiro.svg");
}
.c-wrap--shimajiro .lp-anchor-img__heading {
  color: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-anchor-img__item {
  border-color: #55a7ed;
}
.c-wrap--sho .lp-anchor-img__item::after {
  background-image: url("/common_rn/lp-icon_anchor_sho.svg");
}
.c-wrap--sho .lp-anchor-img__heading {
  color: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-anchor-img__item {
  border-color: #2886d9;
}
.c-wrap--chu .lp-anchor-img__item::after {
  background-image: url("/common_rn/lp-icon_anchor_chu.svg");
}
.c-wrap--chu .lp-anchor-img__heading {
  color: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-anchor-img__item {
  border-color: #0565bc;
}
.c-wrap--kou .lp-anchor-img__item::after {
  background-image: url("/common_rn/lp-icon_anchor_kou.svg");
}
.c-wrap--kou .lp-anchor-img__heading {
  color: #0565bc;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .lp-anchor-img {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-anchor-img__item {
    flex: 0 1 auto;
    width: 30.66666666%;
    padding: 30px 20px 50px;
    border-radius: 5px;
    border-width: 2px;
  }
  .lp-anchor-img__item:not(:nth-of-type(3n+1)) {
    margin-left: 4%;
  }
  .lp-anchor-img__item:not(:nth-of-type(-n+3)) {
    margin-top: 30px;
  }
  .lp-anchor-img__item:hover {
    opacity: 0.7;
  }
  .lp-anchor-img__item::after {
    width: 17px;
    height: 17px;
    bottom: 20px;
  }
  .lp-anchor-img__heading {
    margin-bottom: 20px;
  }
  .lp-anchor-img__heading-label {
    width: 38px;
    height: 30px;
    margin-right: 12px;
    font-size: 40px;
  }
  .lp-anchor-img__heading-main {
    font-size: 16px;
  }
  .lp-anchor-img__img {
    margin-bottom: 10px;
  }
  .lp-anchor-img__thumb-cap {
    border-radius: 5px;
  }
  .lp-anchor-img__text {
    font-size: 14px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .lp-anchor-img__item {
    padding: 8vw 5.33333333vw 13.33333333vw;
    border: 0.53333333vw solid #55a7ed;
    border-radius: 1.33333333vw;
  }
  .lp-anchor-img__item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .lp-anchor-img__item::after {
    width: 4.53333333vw;
    height: 4.53333333vw;
    bottom: 5.33333333vw;
  }
  .lp-anchor-img__heading {
    margin-bottom: 5.33333333vw;
  }
  .lp-anchor-img__heading-label {
    width: 10.13333333vw;
    height: 8vw;
    margin-right: 3.2vw;
    font-size: 10.66666667vw;
  }
  .lp-anchor-img__heading-main {
    font-size: 4.26666667vw;
  }
  .lp-anchor-img__img {
    margin-bottom: 2.66666667vw;
  }
  .lp-anchor-img__thumb-cap {
    border-radius: 1.33333333vw;
  }
  .lp-anchor-img__text {
    font-size: 3.73333333vw;
  }
}


/*===============
  アンカー
===============*/
/*===== 共通 =====*/
.lp-anchor__item {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.lp-anchor__text {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  font-weight: bold;
  position: relative;
}
.lp-anchor__text::before {
  content: "";
  display: block;
  height: 100%;
  background-color: #55a7ed;
  position: absolute;
  top: 0;
  right: 0;
}
.lp-anchor__text::after {
  content: "";
  display: block;
  margin: auto 0;
  background: url('/common_rn/lp-icon_anchor02.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
}
.lp-anchor__text-label {
  flex-shrink: 0;
  line-height: 0;
}
.lp-anchor__text-main {
  color: #464646;
  line-height: 1.5;
}

/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-anchor__text::before {
  background-color: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-anchor__text::before {
  background-color: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-anchor__text::before {
  background-color: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-anchor__text::before {
  background-color: #0565bc;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .lp-anchor {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-anchor__item {
    width: 32.53333333%;
    border-radius: 5px;
  }
  .lp-anchor__item:hover {
    opacity: 0.7;
  }
  .lp-anchor__item:not(:nth-of-type(3n-2)) {
    margin-left: 1.2%;
  }
  .lp-anchor__item:nth-of-type(n+4) {
    margin-top: 12px;
  }
  .lp-anchor__text {
    height: 100%;
    padding: 20px 80px 20px 20px;
  }
  .lp-anchor__text::before {
    width: 60px;
  }
  .lp-anchor__text::after {
    width: 9px;
    height: 17px;
    right: 25px;
  }
  .lp-anchor__text-label {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    font-size: 30px;
  }
  .lp-anchor__text-main {
    font-size: 16px;
  }
}
/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .lp-anchor {
    display: block;
  }
  .lp-anchor__item {
    border-radius: 1.33333333vw;
  }
  .lp-anchor__item:not(:first-of-type) {
    margin-top: 2.66666667vw;
  }
  .lp-anchor__text {
    min-height: 94px;
    padding: 5.33333333vw 21.33333333vw 5.33333333vw 5.33333333vw;
  }
  .lp-anchor__text::before {
    width: 16vw;
  }
  .lp-anchor__text::after {
    width: 2.4vw;
    height: 4.53333333vw;
    right: 6.66666667vw;
  }
  .lp-anchor__text-label {
    width: 8vw;
    height: 8vw;
    margin-right: 5.33333333vw;
    font-size: 8vw;
  }
  .lp-anchor__text-main {
    font-size: 4.26666667vw;
  }
}


/*===============
  3つのポイント
===============*/
/*===== 共通 =====*/
.lp-point__item {
  display: block;
  border-color: #55a7ed;
  border-style: solid;
  text-decoration: none;
}
.lp-point__heading {
  display: flex;
  align-items: center;
  color: #55a7ed;
  font-weight: bold;
}
.lp-point__heading-label {
  flex-shrink: 0;
  line-height: 0;
}
.lp-point__text {
  color: #333333;
  font-weight: bold;
  line-height: 1.57142857;
}

/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-point__item {
  border-color: #fc9393;
}
.c-wrap--shimajiro .lp-point__heading {
  color: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-point__item {
  border-color: #55a7ed;
}
.c-wrap--sho .lp-point__heading {
  color: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-point__item {
  border-color: #2886d9;
}
.c-wrap--chu .lp-point__heading {
  color: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-point__item {
  border-color: #0565bc;
}
.c-wrap--kou .lp-point__heading {
  color: #0565bc;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  .lp-point {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-point__item {
    flex: 0 1 auto;
    width: 30.66666666%;
    padding: 30px 20px;
    border-radius: 5px;
    border-width: 2px;
  }
  .lp-point__item:not(:nth-of-type(3n+1)) {
    margin-left: 4%;
  }
  .lp-point__item:not(:nth-of-type(-n+3)) {
    margin-top: 30px;
  }
  .lp-point__item::after {
    width: 17px;
    height: 17px;
    bottom: 20px;
  }
  .lp-point__heading {
    margin-bottom: 20px;
  }
  .lp-point__heading-label {
    width: 38px;
    height: 30px;
    margin-right: 12px;
    font-size: 40px;
  }
  .lp-point__heading-main {
    font-size: 16px;
  }
  .lp-point__img {
    margin-bottom: 10px;
  }
  .lp-point__thumb-cap {
    border-radius: 5px;
  }
  .lp-point__text {
    font-size: 14px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  .lp-point__item {
    padding: 8vw 5.33333333vw;
    border-radius: 1.33333333vw;
    border-width: 2px;
  }
  .lp-point__item:not(:first-of-type) {
    margin-top: 8vw;
  }
  .lp-point__item::after {
    width: 4.53333333vw;
    height: 4.53333333vw;
    bottom: 5.33333333vw;
  }
  .lp-point__heading {
    margin-bottom: 5.33333333vw;
  }
  .lp-point__heading-label {
    width: 10.13333333vw;
    height: 8vw;
    margin-right: 3.2vw;
    font-size: 10.66666667vw;
  }
  .lp-point__heading-main {
    font-size: 4.26666667vw;
  }
  .lp-point__img {
    margin-bottom: 2.66666667vw;
  }
  .lp-point__thumb-cap {
    border-radius: 1.33333333vw;
  }
  .lp-point__text {
    font-size: 3.73333333vw;
  }
}


/*==============================
  まとめエリア
==============================*/

/*===== base =====*/
.lp-summary {
  background-color: #55a7ed;
  position: relative;
}
.lp-summary--middle::before , .lp-summary--end::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.lp-summary__body {
  position: relative;
}
.lp-summary__body--middle::before , .lp-summary__body--end::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.lp-summary__h3-sub {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.lp-summary__h3-main {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.lp-summary__thumb {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.lp-summary__thumb-cap {
  width: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
/*===== 各ゼミ別 =====*/
/* こちゃれ */
.c-wrap--shimajiro .lp-summary,
.lp-summary.lp-summary--shimajiro {
  background-color: #fc9393;
}
/* 小ゼミ */
.c-wrap--sho .lp-summary,
.lp-summary.lp-summary--sho {
  background-color: #55a7ed;
}
/* 中ゼミ */
.c-wrap--chu .lp-summary,
.lp-summary.lp-summary--chu {
  background-color: #2886d9;
}
/* 高ゼミ */
.c-wrap--kou .lp-summary,
.lp-summary.lp-summary--kou {
  background-color: #0565bc;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
  .lp-summary--middle {
    padding-top: 30px;
  }
  .lp-summary--end {
    padding-top: 60px;
  }
  .lp-summary--middle::before {
    border-width: 30px 45px 0 45px;
  }
  .lp-summary--end::before {
    border-width: 60px calc(50vw - 10px) 0 calc(50vw - 10px);
  }
  .lp-container .lp-summary--end::before ,
  .c-wrap:not(.c-wrap--lp) .lp-summary--end::before {
    border-width: 60px 485px 0 485px;
  }
  .lp-summary__body {
    padding: 40px 40px 40px;
    width: 100%;
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
  .lp-summary__body--middle {
    padding-top: 70px;
  }
  .lp-summary__body--end {
    padding-top: 100px;
  }
  .lp-summary__body--middle::before {
    border-width: 30px 45px 0 45px;
  }
  .lp-summary__body--end::before {
    border-width: 60px 485px 0 485px;
  }
  .lp-summary__h3-sub {
    font-size: 24px;
    line-height: 1.5;
  }
  .lp-summary__h3-main {
    font-size: 32px;
    line-height: 1.5;
  }
  .lp-summary__thumb-cap {
    border-radius: 5px;
  }
  .lp-summary__h3 + .lp-summary__thumb {
    margin-top: 30px;
  }
  .lp-summary__h3-sub + .lp-summary__h3-main {
    margin-top: 2px;
  }
  .lp-summary + .lp-summary__remark-area {
    margin-top: 7px;
  }
}
/* ▼長さ */
@media print, screen and (max-width: 1405px) {
  .c-wrap:not(.c-wrap--lp) .lp-summary--end::before {
    border-width: 60px calc(48vw - 193px) 0 calc(48vw - 193px);
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
  .lp-container .lp-summary ,
  .c-wrap:not(.c-wrap--lp) .lp-summary {
    margin-right: -8vw;
    margin-left: -8vw;
  }
  .lp-summary--middle {
    padding-top: 5.33333vw;
  }
  .lp-summary--end {
    padding-top: 10.66666vw;
  }
  .lp-summary--middle::before {
    border-width: 5.33333vw 8vw 0 8vw;
  }
  .lp-summary--end::before ,
  .c-wrap:not(.c-wrap--lp) .lp-summary--end::before {
    border-width: 10.66666vw 50vw 0 50vw;
  }
  .lp-summary__body {
    padding: 10.66666vw 8vw 8vw;
  }
  .lp-summary__body--middle {
    padding-top: 16vw;
  }
  .lp-summary__body--end {
    padding-top: 21.33333vw;
  }
  .lp-summary__body--btmless-sp {
    padding-bottom: 0;
  }
  .lp-summary__body--middle::before {
    border-width: 5.33333vw 8vw 0 8vw;
  }
  .lp-summary__body--end::before {
    border-width: 10.66666vw 50vw 0 50vw;
  }
  .lp-summary__h3-sub {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .lp-summary__h3-main {
    font-size: 7.46666vw;
    line-height: 1.6;
  }
  .lp-summary__h3 + .lp-summary__thumb {
    margin-top: 5.33333vw;
  }
  .lp-summary__h3-sub + .lp-summary__h3-main {
    margin-top: 0.8vw;
  }
  .lp-summary__thumb--full-width {
    margin-right: -8vw;
    margin-left: -8vw;
  }
  .lp-summary + .lp-summary__remark-area {
    margin-top: 2vw;
  }
}


/*==============================
  KV
==============================*/

/*===== base =====*/

/*===== 各ゼミ別 =====*/
/* こちゃれ */
/* 小ゼミ */
/* 中ゼミ */
/* 高ゼミ */

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
  .lp-fv {
    margin: 30px 0 60px;
  }
  .lp-fv__inner {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
  }
  .lp-fv__img-cap {
    border-radius: 5px;
  }
  .lp-fv__remark {
    margin-top: 10px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
  .lp-fv {
    margin-bottom: 16vw;
  }
  .lp-fv__inner {
    padding: 0 8vw;
  }
  .c-wrap:not(.c-wrap--lp) .c-section .lp-fv__inner {
    padding: 0;
  }
  .lp-fv__img {
    margin: 0 -8vw;
  }
  .lp-fv__remark {
    margin-top: 2.66666667vw;
  }
}


/*==============================
  KV下エリア
==============================*/

/*===== base =====*/
.lp-fv-bottom__head {
  text-align: center;
}
.lp-fv-bottom__head-label {
  display: block;
}
.lp-fv-bottom__head-text {
  font-weight: bold;
}
.lp-fv-bottom__thumb-caption {
  line-height: 1.66666667;
}
.lp-fv-bottom__text {
  line-height: 2;
}
.lp-fv-bottom__remark {
  padding-left: 1em;
  text-indent: -1em;
}
.lp-fv-bottom__remark {
  line-height: 1.6;
}
.lp-fv-bottom__remark::before {
  content: "※";
}
.lp-fv-bottom__link {
  color: #ffffff;
}
.lp-fv-bottom__link::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}
.lp-fv-bottom__link--modal::after {
  background-image: url("/common_rn/btn_icon_modal_white.svg");
}


/*===== 各ゼミ別 =====*/
/* こちゃれ */
.lp-fv-bottom--shimajiro {
  background: #fc9393;
  color: #ffffff;
}
/* 小ゼミ */
.lp-fv-bottom--sho {
  background: #55a7ed;
  color: #ffffff;
}
/* 中ゼミ */
.lp-fv-bottom--chu {
  background: #2886d9;
  color: #ffffff;
}
/* 高ゼミ */
.lp-fv-bottom--kou {
  background: #0565bc;
  color: #ffffff;
}

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
  .lp-fv-bottom__inner {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    padding: 60px;
  }
  .lp-fv-bottom__head {
    margin-bottom: 30px;
  }
  .lp-fv-bottom__head-label {
    width: 60px;
    margin: 0 auto;
  }
  .lp-fv-bottom__head-text {
    font-size: 38px;
    line-height: 1.57894737;
  }
  .lp-fv-bottom__body {
    display: flex;
  }
  .lp-fv-bottom__thumb {
    width: 46.35294118%;
  }
  .lp-fv-bottom__thumb-cap {
    border-radius: 5px;
  }
  .lp-fv-bottom__thumb-caption {
    margin-top: 15px;
    font-size: 12px;
  }
  .lp-fv-bottom__content {
    margin-left: 3.5%;
    padding-top: 30px;
    width: 50.11764705%;
  }
  .lp-fv-bottom__text {
    font-size: 16px;
  }
  .lp-fv-bottom__link:hover {
    opacity: 0.7;
  }
  .lp-fv-bottom__link::after {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .lp-fv-bottom__link--modal::after {
    width: 10px;
    height: 10px;
  }
  .lp-fv-bottom__remark {
    font-size: 10px;
  }
  .lp-fv-bottom__remark:not(:first-child) {
    margin-top: 22px;
  }
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
  .lp-fv + .lp-fv-bottom {
    margin-top: -16vw;
  }
  .lp-fv-bottom__inner {
    padding: 10.66666667vw 8vw;
  }
  .lp-fv-bottom__head {
    margin-bottom: 5.33333333vw;
  }
  .lp-fv-bottom__head-label {
    width: 16vw;
    margin: 0 auto 2.66666667vw;
  }
  .lp-fv-bottom__head-text {
    font-size: 8.53333333vw;
    line-height: 1.625;
  }
  .lp-fv-bottom__thumb {
    margin-bottom: 3.2vw;
  }
  .lp-fv-bottom__thumb-cap {
    border-radius: 1.33333333vw;
  }
  .lp-fv-bottom__thumb-caption {
    margin-top: 2.66666667vw;
    font-size: 3.2vw;
  }
  .lp-fv-bottom__text {
    font-size: 4.26666667vw;
  }
  .lp-fv-bottom__link::after {
    width: 2.13333333vw;
    height: 2.13333333vw;
    margin-right: 1.33333333vw;
    margin-left: 1.33333333vw;
  }
  .lp-fv-bottom__link--modal::after {
    width: 2.66666666vw;
    height: 2.66666666vw;
  }
  .lp-fv-bottom__remark {
    font-size: 2.66666667vw;
  }
  .lp-fv-bottom__remark:not(:first-child) {
    margin-top: 3.2vw;
  }
}


/*==============================
  テンプレート
==============================*/

/*===== base =====*/

/*===== 各ゼミ別 =====*/
/* こちゃれ */
/* 小ゼミ */
/* 中ゼミ */
/* 高ゼミ */

/*===== PC =====*/
@media print, screen and (min-width: 769px) {
  /*===== PC_base =====*/
}

/*===== SP =====*/
@media print, screen and (max-width: 768px) {
  /*===== SP_base =====*/
}