@charset "UTF-8";
/*変数*/
/*変数*/
/*mixin集*/
/*@mixin clearFix*/
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*二重線*/
/*@mixin bdtp*/
/*二重線*/
/*アニメーション動き*/
/*@mixin anime*/
/*アニメーション動き*/
/*白ボタンhover*/
/*@mixin hoverWh*/
/*白ボタンhover*/
/*メディアクエリ*/
/*@mixin mqSP*/
/*@mixin mqPC*/
/*基本使わない　タブレットとスマホのアスペクト比でどうしても共通にスタイリングできない場合のみ*/
/*@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集*/
* {
  box-sizing: initial;
}

.c-wrap--shimajiro * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: auto;
}

.p-member {
  margin: 0 auto;
  width: 800px;
  padding: 64px 0;
}
@media (max-width: 768px) {
  .p-member {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .p-member {
    padding: 30px 0 35px;
  }
  .p-member .c-cost_system_price__lead {
    font-size: 3.8vw;
  }
}

.p-member__summary {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-member__summary {
    display: block;
  }
}

.p-member__summary__txtArea {
  width: 370px;
}
@media (max-width: 768px) {
  .p-member__summary__txtArea {
    width: 100%;
  }
}

.p-member__summary__txtArea__title {
  margin-top: 26px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-member__summary__txtArea__title {
    margin-top: 0;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.p-member__summary__txtArea__txt {
  margin-top: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
@media (max-width: 768px) {
  .p-member__summary__txtArea__txt {
    margin: 0px 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}

.p-member__summary__img {
  width: 50%;
}
@media (max-width: 768px) {
  .p-member__summary__img {
    width: 100%;
    vertical-align: middle;
  }
}

.p-member__recoList {
  position: relative;
  margin-bottom: 54px;
  padding: 0 40px 43px;
  background: url(/english/member/img/reco_bg.png);
}
.p-member__recoList:last-of-type {
  margin-bottom: 0;
}
.p-member__recoList:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  top: 8px;
  left: 0;
}
@media (max-width: 768px) {
  .p-member__recoList:before {
    height: 3px;
    top: 4px;
  }
}
@media (max-width: 768px) {
  .p-member__recoList {
    background-size: 30px;
    margin-bottom: 32px;
    padding: 0 5px 10px;
  }
}

.p-member__recoList.voicecont {
  background-color: #ededd5;
}

.p-member__recoList__title {
  position: relative;
  padding: 43px 0 35px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-member__recoList__title {
    padding: 27px 0 25px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 27px;
  }
}

.voicetitle {
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  border-bottom: 4px dotted #e3ca41;
  padding: 0px 0px 8px 70px;
}
@media (max-width: 768px) {
  .voicetitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    padding-left: 62px;
    text-align: left;
    white-space: nowrap;
  }
}

@media (max-width: 340px) {
  .voicetitle {
    font-size: 1.6rem;
    padding-left: 65px;
    padding-bottom: 5px;
  }
  .voicetitle::before {
    height: 58px;
    width: 71px;
  }
}
.voicetitle::before {
  height: 74px;
  width: 90px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  top: 25px;
  left: 130px;
  content: "";
  display: inline-block;
  background-image: url(/english/member/img/200302/voice.png);
  vertical-align: middle;
}
@media (max-width: 768px) {
  .voicetitle::before {
    height: 68px;
    width: 58px;
    left: 0px;
    top: 0;
  }
}

@media (max-width: 340px) {
  .voicetitle::before {
    height: 58px;
    width: 71px;
  }
}
.p-member__recoList__title__img {
  position: absolute;
  width: 107px;
  left: 100px;
  top: -10px;
}
@media (max-width: 768px) {
  .p-member__recoList__title__img {
    width: 66px;
    top: -8px;
    left: -20px;
  }
}

.p-member__recoList__title__img--forTwoLine {
  left: 45px;
}
@media (max-width: 768px) {
  .p-member__recoList__title__img--forTwoLine {
    left: -20px;
  }
}

.p-member__recoList__detail {
  background: #fff;
  padding-bottom: 30px;
  box-sizing: border-box;
  border: 4px solid #000;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-member__recoList__detail {
    padding: 20px 23px;
    border: none;
    border-radius: 0;
  }
}

.p-member__recoList__detail__inner {
  width: 50%;
}
@media (max-width: 768px) {
  .p-member__recoList__detail__inner {
    width: 100%;
  }
}

.p-member__recoList__detail__title {
  margin-top: 29px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-member__recoList__detail__title {
    margin-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
  }
}

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

.u-displayFlex--pc div .p-member__recoList__detail__img {
  width: 100%;
}

.p-member__recoList__detail__txt {
  margin: 26px 33px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-member__recoList__detail__txt {
    margin: 18px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}

.p-member__recoList__detail__link {
  display: block;
  margin: auto;
  background-image: url(/english/_common/img/arrRightBk.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: top 20px right 17px;
  box-sizing: border-box;
  width: 277px;
  height: 60px;
  border: 4px solid #000;
  line-height: 55px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.p-member__recoList__detail__link:hover {
  transition: all 0.2s ease-in-out;
}
.p-member__recoList__detail__link:hover:hover {
  background-color: #e8e7dd;
}
@media (max-width: 768px) {
  .p-member__recoList__detail__link {
    margin-top: 23px;
    background-size: 7px;
    background-position: top 19px right 15px;
    border-width: 3px;
    width: 230px;
    height: 53px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
  }
}

.p-memberAward {
  position: relative;
  padding-top: 63px;
  text-align: center;
  width: 100%;
  height: 673px;
  background-image: url(/english/_common/img/bdtp.png), url(/english/member/img/award_bg_short.jpg);
  background-repeat: repeat-x, no-repeat;
  background-size: 2px, cover;
  background-position: top center, center center;
}
@media (max-width: 480px) {
  .p-memberAward {
    background-image: url(/english/_common/img/bdtp.png), url(/english/member/img/award_bg_short_sp.jpg);
    height: 703px;
    padding-top: 35px;
    background-position: top center, bottom center;
  }
}

.p-memberAward__img {
  width: 764px;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-memberAward__img {
    width: 700px;
  }
}
@media (max-width: 480px) {
  .p-memberAward__img {
    width: 258px;
  }
}
.p-memberAward__img img {
  width: 100%;
}
.p-memberAward__img img:first-of-type {
  display: inline-block;
}
.p-memberAward__img img:last-of-type {
  display: none;
}
@media (max-width: 480px) {
  .p-memberAward__img img:first-of-type {
    display: none;
  }
  .p-memberAward__img img:last-of-type {
    display: block;
  }
}

.p-memberAward__copy {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .p-memberAward__copy img {
    width: 80%;
  }
}

/* 20181107*/
.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-pcShow .c-price__txtArea__cvTxt__cap {
  margin-top: -40px;
  text-align: center;
  font-weight: bold;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-pcShow .c-price__txtArea__cvTxt__price {
  top: 35px;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-pcShow .c-price__txtArea__cvTxt__price__char {
  top: 85px;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-pcShow .c-price__txtArea__cvTxt__twoLine {
  display: inline-block;
  margin-top: 40px;
  margin-left: 75px;
  text-align: center;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-spShow .c-price__txtArea__cvTxt__twoLine {
  top: 30px;
  left: 25px;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-spShow .c-price__txtArea__cvTxt__price__num {
  left: 95px;
}

.c-price .c-price__txtArea .c-price__txtArea__cvTxt.u-spShow .c-price__txtArea__cvTxt__price__char {
  left: 230px;
}

/* 20200220*/
.voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 800px;
  margin: 30px auto;
}

.voice_listSp {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.voice_list_item {
  width: 254px;
  padding: 0 0 20px 0;
  border: 4px solid #454545;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fffdf0;
}
@media (max-width: 768px) {
  .voice_list_item {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}

.voice_list_item img {
  text-align: center;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .voice_list_item img {
    width: 90%;
  }
}

.voice_list_title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .voice_list_title {
    font-size: 16px;
  }
}

.voice_list_title {
  position: relative;
  padding: 0 38px;
}
@media (max-width: 768px) {
  .voice_list_title {
    padding: 0 32px;
  }
}

.voice_list_title:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  transform: rotate(60deg);
}

.voice_list_title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  transform: rotate(-60deg);
}

.voice_list_title:before {
  left: 0;
}

.voice_list_title:after {
  right: 0;
}

.voice_list_txt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .voice_list_txt {
    font-size: 14px;
  }
}

.voice_list_lead {
  background: url(/english/member/img/200302/circle.png) 50% 50% no-repeat;
  background-size: 70px;
  padding: 15px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .voice_list_lead {
    background-size: 66px;
  }
}

.voice_list_lead p {
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 340px) {
  .voice_list_lead p {
    font-size: 1.2rem;
  }
}
.voice_list_txt_s {
  font-size: 13px;
  text-align: right;
  padding: 0 15px;
}

_:-ms-lang(x)::-ms-backdrop, .voice_list_item {
  width: 254px;
  box-sizing: border-box;
  margin-left: 2px;
  margin-right: 2px;
}

.p-member__recoList__cost_top {
  margin: 30px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .p-member__recoList__cost_top {
    margin: 8vw -9vw 0;
  }
}

.learningArea__balloon {
  display: flex;
  font-size: 24px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 32px;
  justify-content: space-evenly;
  align-items: center;
  color: #EA7C9B;
  font-weight: bold;
}
@media (max-width: 768px) {
  .learningArea__balloon {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}

.balloon__border {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 1000px;
  padding: 17px 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  background: #FFF;
  border: solid 3px #000;
  width: 100%;
}
@media (max-width: 768px) {
  .balloon__border {
    font-size: 4.27vw;
    padding: 3.2vw 0;
  }
}
.balloon__border.grayballoon {
  background-color: #F5F8F8;
}
.balloon__border.grayballoon::before {
  background-color: #F5F8F8;
}
.balloon__border:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -9.5px;
  background-color: #fff;
  width: 19px;
  height: 16.6px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
}
.balloon__border:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16.6px;
  margin-left: -9.5px;
  background-color: #000;
  width: 19px;
  height: 16.6px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

@media (max-width: 768px) {
  .c-price__cost {
    padding: 0 5.3vw;
  }
}

.c-rncvArea__btn--price__anchor::after {
  background-image: url(/english/_common/img/arrBottomBk.png);
}

.c-rncvArea__btn--subtxt {
  font-weight: normal;
}
@media (max-width: 768px) {
  .c-rncvArea__btn--subtxt {
    font-size: small;
  }
}

.otherArea {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .otherArea {
    padding-top: 5.3vw;
    padding-bottom: 5.3vw;
  }
}
.otherArea h3 {
  font-size: 24px;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .otherArea h3 {
    font-size: 4.8vw;
    margin-bottom: 4.27vw;
  }
}
.otherArea .balloon__border {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .otherArea .balloon__border {
    font-size: 4.27vw;
  }
}
.otherArea__wrap {
  text-align: center;
  margin-bottom: 24px;
  height: 377px;
}
@media (max-width: 768px) {
  .otherArea__wrap {
    margin-bottom: 4.27vw;
    height: 52vw;
  }
}
.otherArea__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .otherArea__title {
    font-size: 6.4vw;
    margin-bottom: 4.27vw;
  }
}
.otherArea__bnr {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .otherArea__bnr {
    margin-bottom: 17.07vw;
  }
}
.otherArea__bnr .c-lineDetail__links__link {
  width: 100%;
  font-size: 18px;
}
@media (max-width: 768px) {
  .otherArea__bnr .c-lineDetail__links__link {
    font-size: 4.27vw;
  }
}
.otherArea__base {
  max-width: 672px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .otherArea__contents {
    padding: 0 5.3vw;
  }
}
.otherArea__list {
  width: 260px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .otherArea__list {
    width: 71.64%;
  }
}
.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;
}
@media (max-width: 768px) {
  .otherArea__list li {
    font-size: 3.47vw;
    text-indent: -1.97vw;
  }
}
.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;
}
@media (max-width: 768px) {
  .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 {
  background-color: #d20010;
  color: #fff;
  border-radius: 100px;
  padding: 15px 60px;
  margin: 10px auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .requestbtn {
    padding: 5% 20%;
  }
}

.courseNav-head {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .courseNav-head {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .width75--pc {
    width: 75%;
  }
}
.c-price.c-wrap--shimajiro {
  padding-bottom: 80px;
}/*# sourceMappingURL=index_260121.css.map */