@charset "UTF-8";

/*変数*/
/*変数*/
/*mixin集*/
/*@mixin clearFix*/
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*二重線*/
/*@mixin bdtp*/
/*二重線*/
/*アニメーション動き*/
/*@mixin anime*/
/*アニメーション動き*/
/*白ボタンhover*/
/*@mixin hoverWh*/
/*白ボタンhover*/
/*メディアクエリ*/
/*@mixin mqSP*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*@mixin mqSPMicro*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*メディアクエリ*/
/*wh一括指定*/
/*@mixin wh($w,$h)*/
/*wh一括指定*/
/*前後景色一括指定*/
/*@mixin colorSet($color,$background)*/
/*前後景色一括指定*/
/*フォントサイズpxとrem一括指定*/
/*@mixin fs($font)*/
/*フォントサイズpxとrem一括指定*/
/*font lineHeight一括指定*/
/*@mixin fontLineHeight($font,$lh)*/
/*font lineHeight一括指定*/
/*mixin集*/
.c-mainArea {
  overflow: hidden;
}

.p-w_def {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-w_def {
    width: 100%;
  }
  h1 img{
    width: 100%;
  }
}

.p-w_def_in {
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-w_def_in {
    width: calc(100% - 30px);
  }
}

.c-mainArea p {
  line-height: 1.6;
}

/* p-MainMV */
.p-MainMV {
  width: 1000px;
  height: 678px;
  margin: 0 auto;
  background: url(../img/page1/250307/250307_58684_mv_bg_pc.jpg) center 0 no-repeat;
}

@media (max-width: 768px) {
  .p-MainMV {
    width: 100%;
    height: auto;
    padding-bottom: 330px;
    background: url(../img/page1/250307/250307_58684_mv_bg_sp.jpg) center 0 no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .p-MainMV h2 img {
    width: 100%;
  }
}

/* p-survey */
.p-survey {
  margin-top: -54px;
  padding-top: 26px;
}

.p-survey .p-box_in {
  background: url(../img/page1/s_bg.png) center 0 repeat;
  padding-top: 54px;
  padding-bottom: 116px;
}

.p-survey h3 {
  margin-bottom: 40px;
  text-align: center;
  color: #FFF362;
  font-size: 24px;
  font-weight: bold;
}

.p-survey .p-intro {
  font-weight: bold;
  margin-bottom: 60px;
}

.p-survey ul {
  margin-bottom: 72px;
}

.p-survey li {
  float: right;
  text-align: center;
  width: 400px;
}

.p-survey li.p-left {
  float: left;
}

.p-survey li.p-left dd {
  font-weight: bold;
}

.p-survey dt {
  margin-bottom: 30px;
}

.p-survey .p-att {
  text-align: center;
}

@media (max-width: 768px) {
  .p-survey {
    margin-top: -13px;
    padding-top: 12px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .p-survey .p-box_in {
    padding-top: 24px;
    padding-bottom: 46px;
  }

  .p-survey h3 {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .p-survey h3 img {
    width: 100%;
  }

  .p-survey .p-intro {
    margin-bottom: 26px;
  }

  .p-survey ul {
    margin-bottom: 30px;
  }

  .p-survey li {
    width: 50%;
  }

  .p-survey dt {
    padding: 0 10%;
    margin-bottom: 15px;
  }

  .p-survey dt img {
    width: 100%;
  }

  .p-survey dd {
    line-height: 1.6;
  }

  .p-survey .p-att {
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
  }
}

/* p-professor */
.p-professor {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.p-professor h3 {
  margin-bottom: 50px;
  color: #EC6D56;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.p-professor .p-professor_in {
  width: 380px;
  min-height: 84px;
  margin: 0 auto 60px auto;
  padding-top: 11px;
  padding-left: 120px;
  background: url(../img/page1/p_professor.png) left center no-repeat;
  background-size: 95px auto;
  -webkit-background-size: 95px auto;
}

.p-professor .p-professor_in h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 7px;
  font-weight: bold;
}

.p-professor .p-professor_in p {
  margin-bottom: 0;
}

.p-professor .p-att {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .p-professor {
    padding-top: 39px;
    padding-bottom: 60px;
    margin-top: -11px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .p-professor .p-w_def {
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .p-professor h3 {
    margin-bottom: 33px;
    font-size: 18px;
    
  }

  .p-professor h3 img {
    width: 100%;
  }

  .p-professor .p-professor_in {
    width: calc(100% - 83px);
    min-height: 71px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 83px;
    background: url(../img/page1/p_professor.png) left center no-repeat;
    background-size: 71px auto;
    -webkit-background-size: 71px auto;
  }

  .p-professor .p-professor_in h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 9px;
  }

  .p-professor .p-professor_in p {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .p-professor .p-att {
    font-size: 10px;
    font-size: 1rem;
  }

  .p-professor .c-cvArea__bnrArea {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* p-link */
.p-link {
  margin-top: 70px;
}

.p-link li {
  float: left;
  width: 400px;
  margin-bottom: 30px;
}

.p-link li:last-child {
  margin-bottom: 0;
}

.p-link a {
  display: inline-block;
  background: url(/english/_common/img/arrRightBk.png) right center no-repeat;
  background-size: 7px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .p-link {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 10px 15px 28px 15px;
    text-align: left;
  }

  .p-link li {
    float: none;
    width: 100%;
  }

  .p-link a {
    display: block;
  }
}

.p-round {
  box-sizing: border-box;
  border-radius: 100% 100% 0 0 / 100px 100px 0 0;
  width: calc(100% + 40px);
  margin-top: -50px;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .p-round {
    border-radius: 100% 100% 0 0 / 50px 50px 0 0;
    margin-top: -25px;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*# sourceMappingURL=page1.css.map */


.p-box_in {
  background: url(/english/eigokoro/img/l_bg.png) center 0 repeat;
  padding-bottom: 50px;
}
.p-w_def_in {
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-w_def_in {
    width: calc(100% - 30px);
  }
}

/* p-box */
.p-box {
  z-index: 1;
  position: relative;
}

.p-box h3 img {
  margin: -55px 0 80px 0;
}

.p-box h4 {
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff362;
}

.p-box p {
  color: #fff;
}

@media (max-width: 768px) {
  .p-box h3 img {
    margin: -33px 0 37px 0;
    width: 100%;
  }

  .p-box h4 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
}

.p-box_in {
  padding-bottom: 105px;
}

@media (max-width: 768px) {
  .p-box_in {
    padding-bottom: 50px;
  }
}

/* p-learn */

.p-learn h3 {
  line-height: 1.3;
}
.p-learn h3 img {
  margin-bottom: 76px;
}
.p-learn h4 {
  margin-bottom: 80px;
  line-height: 1.5;
}

.p-learn ul {
  margin-bottom: 77px;
  color: #fff;
}

.p-learn li {
  float: left;
  margin-right: 23px;
  width: 251px;
}

.p-learn li:last-child {
  margin-right: 0;
  width: 251px;
}

.p-learn li img {
  width: 100%;
}

.p-learn dt {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.p-learn dd {
  line-height: 1.4;
  padding-right: 10px;
}

.p-learn a {
  padding: 0 30px;
  display: block;
  width: 540px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: url(/english/eigokoro/img/btn_bg2.jpg) 0 0 repeat;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  transition: 0.5s;
}

.p-learn a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .p-learn a:after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
}

@media (min-width: 769px) {
  .p-learn a:hover {
    opacity: 0.75;
  }
}

.p-learn a img {
  width: 81px;
  margin-right: 16px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .p-learn {
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }

  .p-learn h3 img {
    margin-bottom: 37px;
  }
  .p-learn h3{
    line-height: 1.3;
  }

  .p-learn h4 {
    margin-bottom: 20px;
  }

  .p-learn ul {
    margin-bottom: 34px;
  }

  .p-learn li {
    float: left;
    margin-right: 0;
    width: 100%;
  }

  .p-learn li:last-child {
    width: 100%;
  }

  .p-learn li img {
    width: 100%;
    margin-bottom: 14px;
  }

  .p-learn .p-slider_in {
    width: calc(100% - 33px - 33px);
    margin: 0 auto;
  }

  .p-learn dt {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 14px;
    padding-top: 2px;
  }

  .p-learn dd {
    padding-right: 0;
  }

  .p-learn p img {
    width: 80%;
  }

  .p-learn a {
    padding: 0;
    width: 100%;
    height: 66px;
    line-height: 66px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

  .p-learn a span {
    right: 17px;
  }

  .p-learn a img {
    width: 56px;
    margin-right: 14px;
  }
}


/* slick */
.slick-prev2,
.slick-next2 {
  z-index: 2;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 105px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.slick-prev2 {
  left: 0;
  background: url(/english/eigokoro/img/prev.png) 0 0 no-repeat;
  background-size: 26px 26px;
  -webkit-background-size: 26px 26px;
}

.slick-next2 {
  right: 0;
  background: url(/english/eigokoro/img/next.png) 0 0 no-repeat;
  background-size: 26px 26px;
  -webkit-background-size: 26px 26px;
}

.otherArea {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.otherArea h3 {
  font-size: 24px;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 16px;
}

.otherArea .balloon__border {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.otherArea__wrap {
  text-align: center;
  margin-bottom: 24px;
  height: 377px;
}

.otherArea__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: bold;
}

.otherArea__bnr {
  margin-bottom: 40px;
}

.otherArea__bnr .c-lineDetail__links__link {
  width: 100%;
  font-size: 18px;
}

.otherArea__base {
  max-width: 672px;
  margin: 0 auto;
}

.otherArea__list {
  width: 260px;
  margin: 0 auto;
}

.otherArea__list li {
  text-indent: -10px;
  line-height: 1.5;
}

.otherArea__list li:before {
  content: "●";
  color: #000;
}

.otherArea__list li.nd-list:before {
  content: none;
}

.otherArea__list__text {
  text-align: center;
}

.otherArea__list__title {
  background-color: #fff;
  text-align: center;
  width: 240px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 8px;
  border-radius: 1000px;
}
.requestbtn {
  background-color: #d20010;
  color: #fff;
  border-radius: 100px;
  padding: 15px 60px;
  margin: 10px auto;
  display: inline-block;
}
.courseNav-head {
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .otherArea {
    padding-top: 5.3vw;
    padding-bottom: 5.3vw;
  }
  .otherArea h3 {
    font-size: 4.8vw;
    margin-bottom: 4.27vw;
  }
  .otherArea .balloon__border {
    font-size: 4.27vw;
  }
  .otherArea__wrap {
    margin-bottom: 4.27vw;
    height: 52vw;
  }
  .otherArea__title {
    font-size: 6.4vw;
    margin-bottom: 4.27vw;
  }
  .otherArea__bnr {
    margin-bottom: 17.07vw;
  }
  .otherArea__bnr .c-lineDetail__links__link {
    font-size: 4.27vw;
  }
  .otherArea__contents {
    padding: 0 5.3vw;
  }
  .otherArea__list {
    width: 71.64%;
  }
  .otherArea__list li {
    font-size: 3.47vw;
    text-indent: -1.97vw;
  }

  .otherArea__list__title {
    width: 58.67vw;
    height: 9.07vw;
    font-size: 3.73vw;
    line-height: 9.07vw;
    margin-top: 6.4vw;
    margin-bottom: 2.13vw;
  }
  .requestbtn {
    padding: 5% 20%;
  }
  .courseNav-head {
    margin-top: 50px;
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .c-supportArea__nav{
    padding-top: 20px;
  }
}
/* .c-price p{
  line-height: 1;
} */
ul.slick-dots{
  bottom:-30px;
  margin-bottom: 0px;
}
.slick-dotted.slick-slider{
  margin-bottom: 50px;
}
.slick-dots li {
  margin: 0 4px; 
  width: 17vw!important;
  height: 5px;
  float: none;
}
.slick-dots li button:before {
  content:'';
  width: 16vw;
  height: 5px;
  background: #E0E0E0;
  opacity: 1;
}
.slick-dots li.slick-active button:before{
  background: #E72410;
}

.c-wrap--shimajiro.c-price {
  padding-top: 80px;
}