@charset "UTF-8";
/* =========================================
cinfo eikaiwa

========================================= */
/* Setting ---------------------------------
font-weight: Hiragino 4W 500
font-weight: Hiragino 6W 700
----------------------------------------- */
html { font-size: 62.5%; }
body#cinfo_eikaiwa_index { font-size: 1.4rem; }
h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,p,span,figcaption {
  line-height: 1.5;
  font-weight: 500;
}
figure,img {
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 720px) {
  #course img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
/* common
----------------------------------------- */
/* wide */
.cnt__inner {
  max-width: 960px;
  margin: 0 auto;
}
.cnt__inner-m {
  max-width: 800px;
  margin: 0 auto;
}
.cnt__inner-s {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .cnt__inner {
    width: 100%;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cnt__inner-m {
    width: 100%;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cnt__inner-s {
    width: 100%;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-inner {
    width: 100%;
    padding: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}


.section {
  margin-bottom: 100px;
}
.section__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.section__bg-Gy {
  padding: 25px 35px;
  background: #f2f2f2;
}
.section .note-list {
  font-size: 1.2rem;
  text-indent: -2em;
  margin-left: 2em;
  margin-top: 10px;
}
.section__block {
  margin-bottom: 60px;
}
.section__txt-head {
  text-align: center;
  margin-bottom: 15px;
}

/* text style */
.note {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 720px) {
  .section {
    margin-bottom: 45px;
  }
  .section__ttl {
    font-size: 1.5rem;
  }
  .section__bg-Gy {
    padding: 25px 10px;
  }
  
}

/* visual
----------------------------------------- */
.cinfo_eikaiwa .visual {
  width: 100%;
  height: 450px;
  background: url(../img/2001/mainvisual_envision_pc.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 720px) {
  .cinfo_eikaiwa .visual {
    height: 53%;
    background: url(../img/2001/mainvisual_envision_sp.jpg) center center no-repeat;
  }
  
}

/* overview
----------------------------------------- */
.overview {
  padding: 60px 0 55px 0;
  text-align: center;
}
.overview__course {
  font-size: 4.8rem;
  margin-bottom: 35px;
}
.overview__course-name {
  color: #ee0055;
  font-size: 2.2rem;
  display: block;
  margin-top: 10px;
}
.overview__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.overview__point li {
  width: 190px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  margin: 0 10px;
  border-radius: 20px;
  border: 2px solid #333;
}
.overview__read {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.54;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .overview {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .overview__course {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .overview__course-name {
    font-size: 1.3rem;
    margin-top: 0;
  }
  .overview__point {
    width: calc( 100% + 20px );
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 10px;
  }
  .overview__point li {
    width: calc( 50% - 20px );
    margin-bottom: 8px;
  }
  .overview__read {
    font-size: 1.5rem;
  }
}

/* scene
----------------------------------------- */
.scene {
  text-align: center;
  padding: 20px 0 30px;
  background: #fcccdd;
}
.scene__ttl {
  color: #ee0055;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.scene__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.scene__lists li {
  margin: 0 5px;
}
.scene__lists dt {
  min-width: 200px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 5px;
  margin-bottom: 50px;
  background: #fff;
}
.scene__lists dd {}
.scene__lists dd figure {
}
.scene__lists dd figcaption {
  font-weight: 700;
  line-height: 1.57;
  margin-top: 20px;
}
.scene__strong {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.scene__strong::before {
  content: '';
  display: block;
  width: 2px;
  height: 48px;
  background: #ee0055;
  margin: 10px auto 15px auto;
}
.scene__txt {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 720px) {
  .scene {
    padding-top: 0;
  }
  .scene__ttl {
    font-size: 1.3rem;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 22px;
  }
  .scene__lists {
    width: 100%;
    display: block;
  }
  .scene__lists li {
    margin: 0 0 50px 0;
  }
  .scene__lists li:last-child {
    margin-bottom: 0;
  }
  .scene__lists dt {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .scene__lists dd figcaption {
    margin-top: 14px;
  }
}

/* reason
----------------------------------------- */
.reason {
  text-align: center;
  padding: 40px 0 60px 0;
}
.reason__ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 60px;
  position: relative;
}
.reason__ttl::before,
.reason__ttl::after {
  width: 11px;
  height: 37px;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}
.reason__ttl::before {
  margin-left: -8em;
  content: url(../img/2001/reason_img_left.png);
}
.reason__ttl::after {
  margin-left: 7.5em;
  content: url(../img/2001/reason_img_right.png);
}
.reason__block {
  width: 100%;
  padding-bottom: 10px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  margin-bottom: 70px;
}
.reason__block::before,
.reason__block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  z-index: 5;
}
.reason__block::before {
  border-top: 70px solid #fff;
  top: 0;
}
.reason__block::after {
  border-top: 70px solid #f2f2f2;
  bottom: 0;
  background: #fff;
}
.reason__block-no {
  width: 68px;
  margin: 15px auto 30px auto;
  position: relative;
  z-index: 10;
}
.reason__block-no img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.reason__block-ttl {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}
.reason__block-subttl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 8px;
  margin-bottom: 37px;
  background: #14324a;
  position: relative;
}
.reason__block-subttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #14324a;
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -17px;
}
.reason__block-txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
.reason__block-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.reason__block-col {
  width: 50%;
  padding: 15px 40px;
  background: #fff;
}
.reason__block-col:first-child {
  margin-right: 20px;
}
.reason__block-col:last-child {
  margin-left: 20px;
}
.reason .panel {}
.reason .panel__ttl {
  color: #333;
  font-weight: 700;
  padding: 8px;
  border-radius: 30px;
  margin-bottom: 15px;
  background: #f2f2f2;
}
.reason .panel__ttl span {
  color: #ee0055;
  font-weight: 700;
}
.reason .panel__fig {
  
}
.reason .panel__txt {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
.reason__block::before,
.reason__block::after {
  border-left: 70vw solid transparent;
  border-right: 70vw solid transparent;
  }
}
@media screen and (max-width: 720px) {
  .reason {
    padding: 55px 0 20px 0;
  }
  .reason__ttl {
    font-size: 1.5rem;
  }
  .reason__block {
    margin-bottom: 30px;
    padding-bottom: 80px;
  }
  .reason__block::before {
    border-top: 56px solid #fff;
  }
  .reason__block::after {
    border-top: 56px solid #f2f2f2;
  }
  .reason__block-ttl {
    font-size: 2.0rem;
  }
  .reason__block-txt {
    text-align: left;
  }
  .reason__block-col {
    padding: 10px;
  }
  .reason__block-col:first-child {
    margin-right: 10px;
  }
  .reason__block-col:last-child {
    margin-left: 10px;
  }

}


/* lesson */
.lesson__cycle {
  width: 680px;
  height: 455px;
  margin: 0 auto 20px auto;
  background: url(../img/2001/reason01_bg_01.png) 113px 25px no-repeat;
  position: relative;
}
.lesson__cycle li {
  position: absolute;
  text-align: left;
}
.lesson__cycle li:first-child {
  top: -5px;
  left: 176px;
}
.lesson__cycle li:nth-of-type(2) {
  top: 80px;
  right: 0;
}
.lesson__cycle li:nth-of-type(3) {
  left: 288px;
  bottom: 0;
}
.lesson__cycle li:last-child {
  top: 172px;
  left: 0;
}
.lesson__cycle li:last-child .note {
  width: 100%;
}
.lesson__cycle li a:hover {
  opacity: 1;
  text-decoration: none;
}

@media screen and (max-width: 720px) {
  .lesson__cycle {
    width: 100%;
    height: auto;
    background: none;
  }
  .lesson__cycle li {
    position: static;
    width: 222px;
    margin: 0 auto;
  }
  .lesson__cycle li {
    position: static;
  }
  .lesson__cycle li::after {
    width: 25px;
    height: 15px;
    content: "";
    background: url(../img/2001/reason01_img_arrow01.png) left top no-repeat;
    background-size: contain;
    display: block;
    margin: 0 auto;
  }
  .lesson__cycle li:last-child::after {
    width: 83px;
    height: 52px;
    background: url(../img/2001/reason01_img_arrow02.png) left top no-repeat;
    background-size: contain;
    display: block;
    margin-left: -40px;
  }
  .lesson__cycle li:last-child .note {
    font-size: 1.2rem;
  }
}

/* modal */
.mod_cycle-wrap {
  display: none;
}
.modaal-container {
  max-width: 640px;
}
.modaal-wrapper .modaal-close {
  background: #14324a;
}
.mod-cycle__status {
  color: #333;
  text-align: center;
  margin-bottom: 35px;
}
.mod-cycle__status img {
  height: 30px;
}
.mod-cycle__ttl {
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 30px;
}
.mod_cycle__lavel {
  color: #fff;
  width: 180px;
  font-size: 2.5rem;
  margin: 0 auto 30px auto;
}
.mod_cycle__lavel span {
  width: 100%;
  text-align: center;
  display: inline-block;
  background: #ee0055;
}
.mod_cycle__fig {
  margin-bottom: 30px;
}
.mod_cycle__txt {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 720px) {
  .modaal-container {
    max-width: 100vw;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .modaal-content-container {
    padding: 30px 10px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.5);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.5);
  }
  .mod_cycle__fig img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* pair-teaching */
.pair-teaching {
}
.pair-teaching .reason__block-row::after {
  content: "";
  background: url(../img/2001/reason02_img_plus.png) left top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 5;
}
.pair-teaching .reason__block-subttl::before,
.pair-teaching .reason__block-subttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: none;
  border-bottom: 17px solid #14324a;
  position: absolute;
  top: -17px;
  margin-left: -27px;
}
.pair-teaching .reason__block-subttl::before {
  left: 25%;
}
.pair-teaching .reason__block-subttl::after {
  left: auto;
  right: 25%;
  margin-left: 0;
  margin-right: -27px;
}
@media screen and (max-width: 720px) {
  .reason__block-subttl {
    margin-bottom: 15px;
  }
  .pair-teaching .reason__block-ttl {
    letter-spacing: -0.5px;
  }
  .pair-teaching .reason__block-row::after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
}

/* textbook */
.textbook .panel__ttl {
  padding: 14px 5px;
}
.textbook .reason__block-row::after {
  content: "";
  background: url(../img/2001/reason03_img_cycle.png) left top no-repeat;
  background-size: contain;
  width: 90px;
  height: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -45px;
  z-index: 5;
}
@media screen and (max-width: 720px) {
  .textbook .reason__block-ttl {
    letter-spacing: -0.5px;
  }
  .textbook .reason__block-row::after {
    width: 60px;
    height: 62px;
    margin-top: -31px;
    margin-left: -30px;
  }
  .textbook .reason__block-subttl {
    padding: 8px 3px;
  }
}

/* price
----------------------------------------- */
.price {}
.price__txt {
  font-size: 3.0rem;
  text-align: center;
}
.price__txt .fnt-small {
  font-size: 1.8rem;
}
@media screen and (max-width: 720px) {
  .price__txt {
    font-size: 2.3rem;
  }
  .price__txt .fnt-small {
    font-size: 1.3rem;
  }
}

/* support
----------------------------------------- */
.support__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support__logo {
}
.support__logo img {
  width: 115px;
}
.support__txt {
  width: 100%;
  padding-left: 55px;
}
.support .note-list {
  text-align: right;
}
@media screen and (max-width: 720px) {
  .support {
  }
  .support__row {
    width: 100%;
    display: block;
  }
  .support__logo {
    width: 123px;
    margin: 0 auto 20px auto;
  }
  .support__txt {
    width: 100%;
    padding: 0;
  }
}

/* level
----------------------------------------- */
.level {
  margin-bottom: 5px;
}
.level__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-left: -2.5px;
  margin-right: -2.5px;
  margin-bottom: 5px;
}
.level__nav li {
  width: 33.333%;
  margin: 0 2.5px;
}
.level__nav li a {
  font-size: 1.8rem;
  display: block;
  color: #999;
  line-height: 50px;
  background: #fff;
}
.level__nav a:hover {
  text-decoration: none;
}
.level__nav .active a {
  color: #ee0055;
  position: relative;
  background: #fcccdd;
}
.level__nav .active a::before {
  content: "";
  width: 190px;
  height: 2px;
  background: #ee0055;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -95px;
}
.level__nav .active a::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #fcccdd;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.level__tab-ttl {
  color: #333;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
  margin-bottom: 10px;
  border: 1px #333 solid;
  border-bottom: none;
}
.level-block {
  padding: 35px 20px 15px 20px;
  background: #fcccdd;
}
.level-block__head {
  margin-bottom: 30px;
}
.level-block__head p {
  line-height: 2;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.level-block__head .level-icon {
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
  margin-left: 10px;
  background: #333;
}
.level-block__head .level-txt {
  display: block;
  margin-top: 8px;
}
.level-block__head .level-txt::before {
  content: "";
  display: inline-block;
  width: 1.5em;
}

.level-block__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #fff;
}
.level-block__detail__ttl {
  width: 120px;
  font-size: 1.4rem !important;
  font-weight: 700;
}
.level-block__detail__list {
  width: 340px;
  padding: 0 10px;
}
.level-block__detail__fig img {
  width: 120px;
}
@media screen and (max-width: 720px) {
  .level {
        padding: 0;
    margin-bottom: 0;
  }
  .level-block {
    padding: 25px 10px 5px 10px;
  }
  .level__nav .active a::before {
    width: 88px;
    margin-left: -44px;
  }
  .level-block__detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .level-block__detail__ttl {
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
  }
  .level-block__detail__list {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .level-block__detail__fig {
    width: 70%;
    margin: 0 auto;
  }
  .cinfo:not(#cinfo_index) .flow_lesson {
    margin-top: 0;
  }
}

@media screen and (max-width: 320px) {
.level__nav .active a::before {
  width: 70px;
  margin-left: -35px;
  }
}