@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.87;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.57;
  }
}

/*global class*/
.nowrapText {
  display: inline-block;
}
.noScroll {
  overflow: hidden;
}
.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
@media (max-width: 767px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

/*header contents*/
.header {
  width: 1440px;
  height: 592px;
  margin: 0 auto;
  background: no-repeat center url("../img/mainVisual.jpg");
  padding: 96px 0 0 117px;
}
.header__menu > img {
  width: 346px;
  height: 62px;
}
.headerNavi {
  display: none;
}
.header__title {
  margin-top: 52px;
}
.header__title__note {
  font-size: 22px;
  line-height: 1.45;
}
.header__title__text {
  font-size: 44px;
  line-height: 1.4;
  color: #2968E2;
  font-weight: 500;
  margin-top: 14px;
}
.header__lessonBtn {
  width: 430px;
  display: inline-block;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2968E2;
  margin-top: 50px;
  padding: 21px 0;
  border-radius: 15px;
}
.header__lessonBtn:hover {
  opacity: 80%;
}
.header__lessonBtn__text {
  font-size: 22px;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    height: 530px;
    margin: 0 auto;
    background: no-repeat center url("../img/mainVisual_sp.jpg");
    padding: 21px 0 0;
  }
  .header__menu {
    width: 100%;
    padding: 0 15px 0;
    display: flex;
    justify-content: space-between;
  }
  .header__menu.is-float {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 20px 15px 18px;
    background: #ffffff;
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.1);
  }
  .header__menu.is-navOpen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    overflow-y: scroll;
  }
  .header__menu > img {
    width: 197px;
    height: 35px;
  }
  .header__menu.is-navOpen > img {
    visibility: hidden;
  }
  .header__menu__navi {
    height: 100%;
  }
  .header__menu__navi__check {
    display: none;
  }
  .header__menu__navi__btn {
    position: absolute;
    top: 21px;
    right: 15px;
    display: flex;
    height: 30px;
    width: 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
  }
  .header__menu__navi__btn span,
  .header__menu__navi__btn span::before,
  .header__menu__navi__btn span::after {
    content: '';
    display: block;
    height: 4px;
    width: 36px;
    background-color: #2968E2;
    position: absolute;
  }
  .header__menu__navi__btn span::before {
    bottom: 11px;
  }
  .header__menu__navi__btn span::after {
    top: 11px;
  }
  .header__menu__navi__check:checked ~ .header__menu__navi__btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .header__menu__navi__check:checked ~ .header__menu__navi__btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .header__menu__navi__check:checked ~ .header__menu__navi__btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .headerNavi {
    width: 80%;
    max-width: 400px;
    height: 100%;
    background-color: #ffffff;
    display: none;
    overflow-y: scroll;
  }
  .header__menu.is-navOpen .headerNavi {
    display: flex;
    flex-flow: column;
    justify-content:center;
    position: fixed;
    top: 0;
    right: 0;
  }
  .headerNavi__link {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    min-height: 400px;
    max-height: 427px;
    padding: 15px 15px 175px;
  }
  .headerNavi__link__item {
    font-size: 16px;
    line-height: 1.4;
    text-decoration: underline;
  }
  .headerNavi__link__item a:hover {
    text-decoration: underline;
  }
  .headerNavi__btnWrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 20px 40px;
  }
  .headerNavi__btnWrap__btn {
    height: 50px;
    color: #ffffff;
    line-height: 1.43;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headerNavi__btnWrap__:hover {
    opacity: 80%;
  }
  .headerNavi__btnWrap__btn__icon {
    width: 24px;
    height: 24px;
  }
  .headerNavi__btnWrap__btn__text {
    margin-left: 4px;
  }
  .headerNavi__btnWrap__btn--tel {
    width: 100%;
    background-color: #ED4D2A;
  }
  .headerNavi__btnWrap__btn--lesson {
    width: 100%;
    background-color: #2968E2;
    margin-top: 15px;
  }
  .header__title {
    margin-top: 137px;
    padding: 0 15px;
  }
  .header__title__note {
    font-size: 14px;
    line-height: 1.4;
  }
  .header__title__text {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .header__lessonBtn {
    display: none;
  }
}
@media (max-height: 450px) {
  .header__menu.is-navOpen .headerNavi {
    padding-top: 90px;
  }
  .headerNavi__link {
    min-height: 250px;
    max-height: 380px;
    padding: 45px 15px 0;
  }
  .headerNavi__btnWrap {
    position: static;
    padding: 30px 20px 30px;
  }
}

/*navi contents*/
.naviWrap {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 10px -5px rgba(0,0,0,0.1);
  min-width: 1440px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 3;
}
.navi {
  width: 1440px;
  margin: 0 auto;
  padding: 19px 0;
  display: flex;
  align-items: center;
}
.navi__logo {
  margin-left: 50px;
}
.navi__logo img {
  width: 240px;
  height: 43px;
}
.navi__link {
  display: flex;
  align-items: center;
}
.navi__link__item {
  font-size: 14px;
  line-height: 1.4;
  margin-left: 29px;
}
.navi__link__item:first-of-type {
  margin-left: 37px;
}
.navi__link__item a:hover {
  text-decoration: underline;
}
.navi__btn {
  height: 50px;
  color: #ffffff;
  line-height: 1.43;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navi__btn:hover {
  opacity: 80%;
}
.navi__btn__icon {
  width: 24px;
  height: 24px;
}
.navi__btn__text {
  margin-left: 4px;
}
.navi__btn--tel {
  width: 162px;
  background-color: #ED4D2A;
  margin-left: 32px;
}
.navi__btn--lesson {
  width: 208px;
  background-color: #2968E2;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .naviWrap {
    min-width: auto;
    position: static;
  }
  .navi {
    width: 100%;
    padding: 18px 10px 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .navi__logo {
    display: none;
  }
  .navi__link {
    display: none;
  }
  .navi__btn {
    font-size: 16px;
  }
  .navi__btn--tel {
    margin: 0 5px 0 0;
  }
  .navi__btn--lesson {
    margin-left: 5px;
  }
}
@media (max-width: 400px) {
  .navi {
    padding: 18px 20px 15px;
  }
  .navi__btn--tel {
    width: 100%;
    margin: 0;
  }
  .navi__btn--lesson {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

/*merit contents*/
.merit {
  width: 1440px;
  margin: 40px auto 0;
}
.merit__title {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
.merit__point {
  margin-top: 42px;
  text-align: center;
}
.merit__point__pc {
  display: block;
  width: 1000px;
  height: 488px;
  margin: 0 auto;
}
.merit__point__sp {
  display: none;
}
.merit__text {
  margin-top: 44px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.merit__text strong {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  color: #ED4D2A;
}
@media (max-width: 767px) {
  .merit {
    width: 100%;
    margin-top: 12px;
  }
  .merit__title {
    font-size: 22px;
    line-height: 2.8;
    padding: 0 10px 0;
  }
  .merit__point {
    margin-top: 25px;
    padding: 0 5px;
    text-align: center;
  }
  .merit__point__pc {
    display: none;
  }
  .merit__point__sp {
    display: block;
    width: 100%;
    max-width: 387px;
    margin: 0 auto;
  }
  .merit__text {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.9;
    padding: 0 10px 0;
  }
  .merit__text strong {
    font-size: 18px;
    line-height: 1.5;
  }
}

/*education contents*/
.education {
  width: 1440px;
  margin: 77px auto 0;
}
.education__title {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
.education__average {
  width: 1040px;
  padding: 32px 0 38px;
  border: solid 2px #2968E2;
  margin: 15px auto 0;
}
.education__average__caseWrap {
  display: flex;
  justify-content: center;
}
.education__average__case {
  width: 440px;
  padding: 0 0 0 20px;
}
.education__average__case:first-child {
  padding: 0 20px 0 0;
  border-right: dotted 1px #2968E2;
}
.education__average__case__title {
  width: 100%;
  background-color: #2968E2;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.education__average__case__history {
  padding: 0 11px;
}
.historyTable {
  margin: 0 auto;
}
.historyTable tr {
  border-bottom: solid 1px #D7EEFF;
  position: relative;
}
.historyTable tr:last-of-type {
  border-bottom: none;
}
.historyTable__year {
  padding: 10px 17px 10px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  font-weight: normal;
}
.historyTable__event {
  padding: 10px 0 10px;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
  position: relative;
}
.historyTable__event__test {
  padding-bottom: 58px;
}
.historyTable__event__testPc {
  width: 352px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.historyTable__event__testSp {
  display: none;
}
.education__average__case__graph {
  margin-top: 32px;
  padding-left: 22px;
}
.education__average__case__graph__pc {
  width: 398px;
}
.education__average__case__graph__sp {
  display: none;
}
.education__average__text {
  font-size: 22px;
  line-height: 1.36;
  font-weight: bold;
  color: #ED4D2A;
  margin-top: 33px;
  text-align: center;
}
.education__average__text__border {
  border-bottom: solid 4px #ED4D2A;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .education {
    width: 100%;
    margin-top: 65px;
    padding: 0 10px 0;
  }
  .education__title {
    font-size: 22px;
    line-height: 1.5;
  }
  .education__average {
    width: 100%;
    padding: 32px 11px 30px;
    margin: 25px 0 0;
  }
  .education__average__caseWrap {
    display: block;
  }
  .education__average__case {
    width: 100%;
    padding: 30px 0 0;
  }
  .education__average__case:first-child {
    padding: 0 0 23px;
    border-right: none;
    border-bottom: dotted 1px #2968E2;
  }
  .education__average__case__history {
    margin-top: 10px;
    padding: 0;
  }
  .historyTable tr {
    position: relative;
  }
  .historyTable__year {
    padding-right: 14px;
    font-size: 12px;
    line-height: 1.6;
  }
  .historyTable__event {
    font-size: 12px;
    line-height: 1.6;
  }
  .historyTable__event__test {
    padding-bottom: 58px;
  }
  .historyTable__event__testPc {
    display: none;
  }
  .historyTable__event__testSp {
    display: block;
    width: 328px;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .education__average__case__graph {
    margin-top: 18px;
    padding-left: 0;
  }
  .education__average__case__graph__pc {
    display: none;
  }
  .education__average__case__graph__sp {
    display: block;
    max-width: 325px;
    margin: 0 auto;
  }
  .education__average__text {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 33px;
  }
  .education__average__text__border {
    padding-bottom: 0;
  }
}

/*point contents*/
.point {
  min-width: 1440px;
  margin: 104px auto 0;
  padding: 65px 0 100px;
  background-color: #FFF6F4;
}
.point__title {
  font-size: 32px;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  color: #2968E2;
  position: relative;
}
.point__title::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #2968E2;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 34px);
}
.point__list {
  margin: 67px auto 0;
}
.point__list__reason {
  width: 1040px;
  margin: 30px auto 0;
  padding: 15px 40px 40px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
}
.point__list__reason:first-of-type {
  margin-top: 0;
}
.point__list__reason__num {
  width: 118px;
  height: 64px;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 500;
  color: #ffffff;
  background-color: #2968E2;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point__list__reason__num > span{
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #FF8863;
  padding-bottom: 4px;
}
.point__list__reason__title {
  font-size: 30px;
  line-height: 2;
  font-weight: 500;
  padding-left: 108px;
  text-align: left;
}
.point__list__reason__text {
  margin-top: 6px;
  text-align: left;
}
.point__list__reason__memo {
  margin-top: 41px;
  display: flex;
  justify-content: center;
}
.point__list__reason__memo__item {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #2968E2;
  margin-left: 32px;
  padding: 15px 19px 20px 47px;
  border-radius: 10px;
  background-color: #E7F5FF;
  position: relative;
  text-align: left;
}
.point__list__reason__memo__item:first-of-type {
  margin-left: 19px;
}
.point__list__reason__memo__item > img {
  width: 66px;
  height: 64px;
  position: absolute;
  top: -19px;
  left: -22px;
}
.point__list__reason__fee {
  margin-top: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.point__list__reason__fee:hover .point__list__reason__fee__text,
.point__list__reason__fee:hover .point__list__reason__fee > img {
  opacity: 80%;
}
.point__list__reason__fee__text {
  color: #2968E2;
  text-decoration: underline;
  margin-right: 13px;
  display: inline-block;
}
.point__list__reason__fee > img {
  width: 9px;
  height: 15px;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .point {
    width: 100%;
    min-width: auto;
    margin: 48px 0 0;
    padding: 33px 20px 50px;
  }
  .point__title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
  }
  .point__title::after {
    width: 50px;
    height: 3px;
    bottom: -12px;
    left: calc(50% - 25px);
  }
  .point__list {
    margin: 32px auto 0;
  }
  .point__list__reason {
    width: 100%;
    margin-top: 20px;
    padding: 0 0 25px;
  }
  .point__list__reason:first-of-type {
    margin-top: 0;
  }
  .point__list__reason__num {
    width: 100%;
    height: 50px;
    position: static;
  }
  .point__list__reason__title {
    font-size: 20px;
    line-height: 1.5;
    padding: 0 20px 0;
    margin-top: 23px;
  }
  .point__list__reason__text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 18px;
    padding: 0 20px 0;
  }
  .point__list__reason__memo {
    margin-top: 25px;
    padding: 0 20px 0;
    display: block;
  }
  .point__list__reason__memo__item {
    font-size: 18px;
    margin-top: 16px;
    margin-left: 18px;
    padding: 13px 17px 21px 45px;
  }
  .point__list__reason__memo__item:first-of-type {
    margin-left: 18px;
  }
  .point__list__reason__memo__item > img {
    width: 49px;
    height: 49px;
    top: -8px;
    left: -18px;
  }
  .point__list__reason__fee {
    margin-top: 11px;
  }
  .point__list__reason__fee__text {
    font-size: 14px;
    line-height: 2.1;
    margin-right: 9px;
  }
}

/*teacher contents*/
.teacher {
  min-width: 1440px;
  margin: 0 auto 0;
  padding: 65px 0 100px;
  background-color: #D7EEFF;
}
.teacher__title {
  font-size: 32px;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  color: #2968E2;
  position: relative;
}
.teacher__title::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #2968E2;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 34px);
}
.teacher__list {
  width: 1188px;
  margin: 38px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teacher__list__profile {
  width: 584px;
  height: 430px;
  background-color: #ffffff;
  padding: 31px 33px 0 34px;
  margin-top: 20px;
}
.teacher__list__profile__info {
  display: flex;
  justify-content: space-between;
}
.profile {
  margin-right: 5px;
}
.profile__name {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.profile__university {
  font-size: 18px;
  line-height: 1.2;
  color: #ED4D2A;
  font-weight: 500;
  margin-top: 16px;
}
.profile__various {
  margin-top: 12px;
  display: flex;
  align-items: self-start;
  flex-wrap: nowrap;
}
.profile__various:first-of-type {
  margin-top: 16px;
}
.profile__various__dt {
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
  margin-right: 14px;
  padding: 0 10px 0;
  background-color: #D7EEFF;
  white-space: nowrap;
}
.profile__various__dd {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.teacher__list__profile__photo {
  width: 120px;
  height: 120px;
}
.teacher__list__profile__comment {
  margin-top: 15px;
  padding: 16px 20px 19px;
  font-size: 14px;
  line-height: 1.57;
  border: solid 1px #67BFFF;
  border-radius: 10px;
  position: relative;
}
.teacher__list__profile__comment:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 46px;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 19px solid #FFF;
  z-index: 2;
}
.teacher__list__profile__comment:after {
  content: "";
  position: absolute;
  top: -32px;
  right: 46px;
  margin-left: -17px;
  border: 13px solid transparent;
  border-bottom: 19px solid #67BFFF;
  z-index: 1;
}
@media (max-width: 767px) {
  .teacher {
    width: 100%;
    min-width: auto;
    padding: 40px 20px 50px;
  }
  .teacher__title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
  }
  .teacher__title::after {
    width: 50px;
    height: 3px;
    bottom: -15px;
    left: calc(50% - 25px);
  }
  .teacher__list {
    width: 100%;
    margin: 46px 0 0;
    display: block;
  }
  .teacher__list__profile {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 15px;
  }
  .teacher__list__profile:first-of-type {
    margin-top: 0;
  }
  .profile__name {
    font-size: 20px;
  }
  .profile__university {
    font-size: 12px;
    margin-top: 14px;
  }
  .profile__various {
    margin-top: 6px;
  }
  .profile__various:first-of-type {
    margin-top: 14px;
  }
  .profile__various__dt {
    font-size: 12px;
    line-height: 1.8;
  }
  .profile__various__dd {
    font-size: 12px;
    line-height: 1.8;
  }
  .teacher__list__profile__photo {
    width: 100px;
    height: 100px;
  }
  .teacher__list__profile__comment {
    padding: 16px 20px 17px;
  }
  .teacher__list__profile__comment:before {
    top: -30px;
    right: 35px;
  }
  .teacher__list__profile__comment:after {
    top: -32px;
    right: 35px;
  }
}

/*student contents*/
.student {
  width: 1440px;
  margin: 63px auto 0;
}
.student__title {
  font-size: 32px;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  color: #2968E2;
  position: relative;
}
.student__title::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #2968E2;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 34px);
}
.student__voice {
  width: 1040px;
  margin: 65px auto 0;
}
.student__voice__profile {
  width: 100%;
  padding: 37px 40px 50px;
  background-color: #FFE7E1;
  border-radius: 20px;
}
.student__voice__profile__info {
  display: flex;
  align-items: center;
}
.student__voice__profile__info__image {
  width: 136px;
  height: 136px;
}
.stuProfile {
  margin-left: 59px;
}
.stuProfile__name {
  font-size: 22px;
  line-height: 1.36;
  font-weight: bold;
}
.stuProfile__time {
  font-size: 22px;
  line-height: 1.36;
  margin-top: 15px;
}
.student__voice__list {
  margin-top: 15px;
  padding: 38px 40px 24px;
  background-color: #ffffff;
}
.student__voice__list__point {
  margin-top: 29px;
}
.student__voice__list__point:first-of-type {
  margin-top: 0;
}
.student__voice__list__point__title {
  font-size: 22px;
  line-height: 1.36;
  font-weight: bold;
  color: #ED4D2A;
  border-bottom: solid 2px #ED4D2A;
  padding-bottom: 9px;
}
.student__voice__list__point__text {
  margin-top: 18px;
}
.student__other {
  margin-top: 48px;
}
.student__other__title {
  font-size: 22px;
  line-height: 1.36;
  font-weight: bold;
  text-align: center;
}
.student__other__list {
  margin-top: 39px;
}
.student__other__list__item {
  margin-top: 15px;
  padding: 21px 31px 21px 29px;
  background-color: #FFE7E1;
  border-radius: 15px;
}
.student__other__list__item:first-of-type {
  margin-top: 0;
}
.student__other__list__item > span {
  font-weight: 300;
}
.student__recommend {
  margin-top: 100px;
  border: solid 1px #000000;
  padding: 64px 40px 20px;
}
.student__recommend__title {
  font-size: 26px;
  font-weight: 500;
}
.student__recommend__dr {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.drProfile {
  width: 172px;
  position: absolute;
  top: 235px;
  right: 0;
}
.drProfile__name {
  line-height: 1.25;
  display: block;
}
.drProfile__university {
  font-size: 12px;
  line-height: 2;
  margin-top: 4px;
  display: block;
}
.student__recommend__dr__image {
  margin-left: 40px;
  order: 1;
}
.student__recommend__dr__image > img{
  width: 172px;
  height: 217px;
}
@media (max-width: 767px) {
  .student {
    width: 100%;
    margin: 32px 0 0;
    padding: 0 20px;
  }
  .student__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .student__title::after {
    width: 50px;
    height: 3px;
    bottom: -15px;
    left: calc(50% - 25px);
  }
  .student__voice {
    width: 100%;
    margin: 48px 0 0;
  }
  .student__voice__profile {
    padding: 37px 20px 50px;
    border-radius: 20px;
  }
  .student__voice__profile__info__image {
    width: 106px;
    height: 106px;
  }
  .stuProfile {
    margin-left: 20px;
  }
  .stuProfile__name > .nowrapText {
    font-size: 18px;
    line-height: 1.6;
  }
  .stuProfile__time {
    font-size: 12px;
    line-height: 2.5;
    margin-top: 0;
  }
  .student__voice__list {
    margin-top: 21px;
    padding: 14px 20px 14px;
  }
  .student__voice__list__point {
    margin-top: 25px;
  }
  .student__voice__list__point:first-of-type {
    margin-top: 0;
  }
  .student__voice__list__point__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .student__voice__list__point__text {
    margin-top: 8px;
  }
  .student__other {
    margin-top: 33px;
  }
  .student__other__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .student__other__list {
    margin-top: 20px;
  }
  .student__other__list__item {
    margin-top: 15px;
    padding: 12px 10px 12px;
  }
  .student__other__list__item:first-of-type {
    margin-top: 0;
  }
  .student__recommend {
    margin-top: 81px;
    padding: 11px 20px 30px;
  }
  .student__recommend__title {
    font-size: 22px;
    line-height: 2.8;
  }
  .student__recommend__dr {
    margin-top: 1px;
    display: block;
    overflow: hidden;
  }
  .space {
    float: right;
  }
  .student__recommend__dr__text {
    font-size: 12px;
    line-height: 1.5;
  }
  .drProfile {
    width: 100%;
    position: static;
    margin-top: 28px;
  }
  .drProfile__name {
    font-size: 16px;
    display: inline;
  }
  .student__recommend__dr__image {
    margin: 0;
    float: right;
    clear: both;
    padding: 0 0 5px 5px;
  }
  .student__recommend__dr__image > img {
    width: 127px;
    height: 169px;
  }
  .student__recommend__dr__text {
    display: inline;
  }
}

/*delegate contents*/
.delegate {
  width: 1440px;
  margin: 63px auto 0;
}
.delegate__title {
  font-size: 32px;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  color: #2968E2;
  position: relative;
}
.delegate__title::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #2968E2;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 34px);
}
.delegate__text {
  width: 960px;
  margin: 65px auto 0;
}
.delegate__profile {
  width: 960px;
  margin: 46px auto 0;
  display: flex;
  align-items: flex-end;
}
.delegate__profile__image {
  width: 172px;
  width: 200px;
}
.delegate__profile__sign {
  margin-left: 38px;
}
.delegate__profile__sign > span {
  display: block;
  font-weight: 300;
}
.delegate__profile__sign__image {
  width: 188px;
  height: 63px;
}
@media (max-width: 767px) {
  .delegate {
    width: 100%;
    margin: 32px 0 0;
    padding: 0 20px;
  }
  .delegate__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .delegate__title::after {
    width: 50px;
    height: 3px;
    bottom: -15px;
    left: calc(50% - 25px);
  }
  .delegate__text {
    width: 100%;
    margin-top: 45px;
    font-size: 12px;
    line-height: 1.5;
  }
  .delegate__profile {
    width: 100%;
    margin-top: 27px;
  }
  .delegate__profile__image {
    width: 135px;
    width: 157px;
  }
  .delegate__profile__sign {
    margin-left: 20px;
  }
  .delegate__profile__sign > span {
    font-size: 12px;
    font-weight: 2.5;
  }
  .delegate__profile__sign__image {
    width: 134px;
    height: 45px;
  }
}

/*lesson contents*/
.lesson {
  min-width: 1440px;
  margin: 97px auto 0;
  padding: 65px 0 100px;
  background-color: #D7EEFF;
}
.lesson__title {
  font-size: 32px;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
  color: #2968E2;
  position: relative;
}
.lesson__title::after {
  content: "";
  display: block;
  width: 68px;
  height: 4px;
  background-color: #2968E2;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 34px);
}
.lesson__flow {
  width: 880px;
  margin: 99px auto 0;
}
.lesson__flow__inquiry {
  display: flex;
  justify-content: space-between;
}
.lesson__flow__inquiry__web,
.lesson__flow__inquiry__tel {
  width: 420px;
  height: 170px;
  background-color: #2968E2;
  color: #ffffff;
  border-radius: 10px;
  font-size: 22px;
  line-height: 2.8;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.lesson__flow__inquiry__web__link {
  text-decoration: underline;
}
.lesson__flow__inquiry__telWrap {
  display: block;
}
.lesson__flow__inquiry__tel__memo {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-top: -75px;
}
.lesson__flow__inquiry__tel__memo > a {
  text-decoration: underline;
}
.lesson__flow__explain,
.lesson__flow__start {
  margin-top: 105px;
  background-color: #ffffff;
  border: solid 1px #2968E2;
  border-radius: 10px;
  position: relative;
}
.lesson__flow__explain::before,
.lesson__flow__start::before {
  content: url(../img/icon_arrow_bottom.png);
  display: block;
  width: 44px;
  height: 45px;
  position: absolute;
  top: -75px;
  left: calc(50% - 22px);
}
.lesson__flow__explain__title,
.lesson__flow__start__title {
  font-size: 22px;
  color: #ffffff;
  background-color: #2968E2;
  border-radius: 9px 9px 0 0;
  text-align: center;
  padding: 5px;
}
.lesson__flow__explain__memo,
.lesson__flow__start__memo {
  line-height: 1.5;
  text-align: center;
  padding: 30px 5px;
}
@media (max-width: 767px) {
  .lesson {
    width: 100%;
    min-width: auto;
    margin: 50px 0 0;
    padding: 40px 20px 50px;
  }
  .lesson__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .lesson__title::after {
    width: 50px;
    height: 3px;
    bottom: -15px;
    left: calc(50% - 25px);
  }
  .lesson__flow {
    width: 100%;
    margin: 47px auto 0;
  }
  .lesson__flow__inquiry {
    display: block;
  }
  .lesson__flow__inquiry__web,
  .lesson__flow__inquiry__tel {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 2;
    padding: 10px 5px;
    display: block;
    text-align: center;
  }
  .lesson__flow__inquiry__tel {
    margin-top: 15px;
  }
  .lesson__flow__inquiry__tel__memo {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 0;
    display: block;
  }
  .lesson__flow__explain,
  .lesson__flow__start {
    margin-top: 85px;
  }
  .lesson__flow__explain::before,
  .lesson__flow__start::before {
    width: 44px;
    height: 45px;
    position: absolute;
    top: -65px;
    left: calc(50% - 22px);
  }
  .lesson__flow__explain__title,
  .lesson__flow__start__title {
    font-size: 18px;
    padding: 10px 5px;
  }
  .lesson__flow__explain__memo,
  .lesson__flow__start__memo {
    font-size: 14px;
    padding: 20px 15px;
  }
}

/*footer contents*/
.footer {
  min-width: 1440px;
  margin: 0 auto;
  padding: 34px 0 13px;
  background-color: #333333;
}
.footer__navi {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__navi__logo > img {
  width: 262px;
  height: 47px;
}
.footer__navi__link {
  display: flex;
  align-items: center;
}
.footer__navi__link__item {
  color: #ffffff;
  font-weight: 500;
  margin-right: 45px;
  text-decoration: underline;
}
.footer__navi__link__item:hover {
  opacity: 80%;
}
.footer__copyright {
  font-size: 12px;
  line-height: 2.5;
  color: #ffffff;
  font-weight: 500;
  margin-top: 46px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer {
    width: 100%;
    min-width: auto;
    padding: 29px 10px 10px;
  }
  .footer__navi {
    width: 100%;
    display: block;
  }
  .footer__navi__logo {
    text-align: center;
  }
  .footer__navi__logo > img {
    width: 174px;
    height: 31px;
  }
  .footer__navi__link {
    max-width: 400px;
    justify-content: space-between;
    margin: 25px auto 0;
  }
  .footer__navi__link__item {
    margin-right: 0;
  }
  .footer__copyright {
    margin-top: 32px;
  }
}

/*fee contents*/
.feeModal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  transition: opacity 200ms linear;
  overflow: auto;
  opacity: 0;
  z-index: 4;
}
.feeModal.is-open {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalWrap {
  padding: 87px 20px 0;
  height: 100%;
}
.fee {
  width: 846px;
  position: relative;
}
.fee__close {
  position: absolute;
  top: -66px;
  right: 0;
  cursor: pointer;
}
.fee__close > img {
  width: 46px;
  height: 46px;
}
.fee__close:hover > img {
  opacity: 80%;
}
.fee__table {
  border-radius: 10px;
  overflow: hidden;
}
.fee__table table {
  border-collapse: collapse;
  border: none;
}
.fee__table th,
.fee__table td {
  border: none;
  border-left: 1px solid #2968E2;
  border-top: 1px solid #2968E2;
}
.fee__table th:first-of-type,
.fee__table td:first-of-type {
  border-left: none;
}
.fee__table tr:first-of-type th,
.fee__table tr:first-of-type td {
  border-top: none;
}
.fee__table .fee__table__class--join td {
  border-left: 1px solid #2968E2;
}
.fee__table__item {
  background-color: #3CA8F9;
}
.fee__table__item__course,
.fee__table__item__time,
.fee__table__item__perUse,
.fee__table__item__fee {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
}
.fee__table__item__course {
  width: 385px;
}
.fee__table__item__time {
  width: 80px;
}
.fee__table__item__perUse {
  width: 148px;
}
.fee__table__item__fee {
  width: 233px;
}
.fee__table__class {
  background-color: #ffffff;
}
.fee__table__class--even {
  background-color: #F5F5F5;
}
.fee__table__class__course,
.fee__table__class__time,
.fee__table__class__perUse,
.fee__table__class__fee {
  padding: 27px 5px;
  text-align: center;
  vertical-align: middle;
}
.fee__table__class__course,
.fee__table__class__fee {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 500;
}
.fee__table__class__time,
.fee__table__class__perUse {
  font-size: 20px;
  line-height: 1.5;
}
.fee__table__class__course {
  padding-left: 30px;
  text-align: left;
}
.fee__table__class__course__memo {
  font-size: 14px;
  line-height: 2.14;
  font-weight: normal;
  display: block;
}
@media (max-width: 767px) {
  .modalWrap {
    padding: 20px 20px 67px;
  }
  .fee {
    width: 100%;
    position: relative;
  }
  .fee__close {
    top: auto;
    right: auto;
    bottom: -66px;
    left: calc(50% - 23px);
  }
  .fee__table table {
    margin: 0 auto;
  }
  .fee__table__item__course,
  .fee__table__item__time,
  .fee__table__item__perUse,
  .fee__table__item__fee {
    font-size: 12px;
    line-height: 1.25;
  }
  .fee__table__item__course {
    width: calc(100% - 45px - 60px - 91px);
  }
  .fee__table__item__time {
    width: 45px;
  }
  .fee__table__item__perUse {
    width: 60px;
  }
  .fee__table__item__fee {
    width: 91px;
  }
  .fee__table__class__course,
  .fee__table__class__time,
  .fee__table__class__perUse,
  .fee__table__class__fee {
    padding: 10px 5px;
    font-size: 12px;
    line-height: 2;
  }
  .fee__table__class__course {
    padding-left: 10px;
  }
  .fee__table__class__course__memo {
    font-size: 10px;
    line-height: 1.5;
    font-weight: normal;
  }
}
