@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000000;
  margin: 0;
}

p {
  margin: 0px;
}

a:hover {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
  color: #FFFFFF;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h2, h3, h4, h5 {
  font-family: "Noto Sans JP, ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif !important;
}

.pcNone {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* ======= 共通 ======= */
.study__captionWrap {
  margin: 0 auto 50px;
  text-align: center;
}

.study__caption {
  font-size: 40px;
  font-weight: 700;
  color: #042C7E;
  margin: 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .study__caption {
    font-size: 25px;
  }
}

.study__subCaption {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .study__subCaption {
    font-size: 14px;
  }
}
.study__subCaption::before, .study__subCaption::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #042C7E;
}
.study__subCaption::before {
  left: 0;
}
.study__subCaption::after {
  right: 0;
}

.study__readText {
  margin-top: 40px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .study__readText {
    font-size: 15px;
  }
}

.study__readImg {
  margin-top: 40px;
  border-radius: 15px;
}

/* ======= ボタン ======= */
.button {
  position: relative;
  border: 2px solid #042C7E;
  background-color: #042C7E;
  display: block;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 15px 30px 15px 10px;
  line-height: 1.6;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
.button.--notice {
  min-width: calc(50% - 20px);
  max-width: 400px;
}
.button.--flow {
  padding: 10px 20px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .button.--flow {
    max-width: 300px;
    width: 100%;
  }
}
.button.--plan {
  padding: 10px 20px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .button.--plan {
    max-width: 300px;
    width: 100%;
  }
}
.button.--sample {
  padding: 10px 20px;
  background-color: #FFFFFF;
  font-size: 15px;
  width: 100%;
}
.button.--sample::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .button.--sample {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 18px;
    padding: 12px 30px 12px 10px;
  }
}
.button::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 5px);
  right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}
.button:hover {
  background-color: #FFFFFF;
  color: #042C7E;
}
.button:hover::after {
  border-top: 3px solid #042C7E;
  border-right: 3px solid #042C7E;
}

/* ======= メインビジュアル ======= */
.main_visual {
  display: block;
  background-image: url(../image/study/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .main_visual {
    background-image: url(../image/study/bg_sp.jpg);
  }
}

.summary {
  overflow-x: hidden;
  margin: 0 auto;
}

.summary__inner {
  position: relative;
  margin: 70px auto;
  max-width: 760px;
  padding: 30px 30px 50px 30px;
  width: calc(100% - 40px);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .summary__inner {
    margin: 30px auto 0px;
    padding: 10px 10px 30px 10px;
  }
}
.summary__inner::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -40%;
  transform: translateX(-40%);
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-40%);
  display: inline-block;
  background-image: url(../image/study/bg_sub.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 430px;
  height: 560px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .summary__inner::before {
    display: none;
  }
}

.summary__logoWrap {
  background: #004B9E;
  text-align: center;
  padding: 6px;
}

.summary__logoWrap img {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .summary__logoWrap img {
    max-width: 60%;
  }
}

.summary h2 {
  font-size: 35px;
  line-height: 1.71;
  font-weight: 700;
  margin: 40px 0px;
  text-align: center;
  font-family: "Noto Sans JP, ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif !important;
}
@media screen and (max-width: 768px) {
  .summary h2 {
    font-size: 24px;
    margin: 20px 0px 25px;
  }
}
.summary h2 span {
  color: #042C7E;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF00));
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}

.summary__text {
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .summary__text {
    font-size: 15px;
    line-height: 1.86;
  }
}

.main_visual-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main_visual-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ======= お知らせ ======= */
.study__notice.--01 {
  margin: 50px auto 0px;
}
@media screen and (max-width: 768px) {
  .study__notice.--01 {
    margin: 50px auto;
  }
}
.study__notice.--02 {
  margin: 150px auto 0px;
}
@media screen and (max-width: 768px) {
  .study__notice.--02 {
    margin: 50px auto 0px;
  }
}
.study__notice.--03 {
  margin: 150px auto 0px;
}
@media screen and (max-width: 768px) {
  .study__notice.--03 {
    margin: 50px auto 0px;
  }
}

.notice__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: calc(100% - 40px);
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 2px solid #B60300;
}
@media screen and (max-width: 768px) {
  .notice__inner {
    padding: 30px 20px;
  }
}

.notice__inner h4 {
  text-align: center;
  font-size: 20px;
  margin: 0 auto 30px;
  font-family: "Noto Sans JP, ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif !important;
}
@media screen and (max-width: 768px) {
  .notice__inner h4 {
    font-size: 18px;
    margin: 0 auto 20px;
  }
}

.notice__text {
  line-height: 1.78;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .notice__text {
    line-height: 1.66;
    font-size: 15px;
  }
}

.notice__buttonWrap {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ======= アンカー======= */
.study__anchor {
  background: #042C7E;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .study__anchor {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  }
}

.anchor__inner {
  margin: 50px auto 0px;
  max-width: 1000px;
  width: calc(100% - 40px);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .anchor__inner {
    padding: 30px 0px;
    margin: 0px auto 0px;
  }
}

.anchor__inner p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anchor__inner p {
    font-size: 18px;
    line-height: 1.66;
  }
}

.anchor__buttonWrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .anchor__buttonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.anchor__button {
  position: relative;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  min-width: calc(50% - 20px);
  display: block;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  color: #042C7E;
  border-radius: 10px;
  padding: 10px 30px;
  max-width: 400px;
  line-height: 1.6;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .anchor__button {
    font-size: 18px;
    width: 100%;
  }
}
.anchor__button::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px;
  border-top: 3px solid #042C7E;
  border-right: 3px solid #042C7E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: calc(50% - 5px);
  right: 10px;
  -webkit-transition: inherit;
  transition: inherit;
}
.anchor__button:hover {
  background-color: #042C7E;
  color: #FFFFFF;
}
.anchor__button:hover::after {
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .anchor__button:last-child {
    margin-top: 30px;
  }
}

/* ======= お申し込み方法 ======= */
.study__flow {
  background: #ECF1F7;
  border-radius: 15px;
  padding: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .study__flow {
    padding: 30px 20px;
    font-size: 15px;
    margin-top: 50px;
  }
}
.study__flow h3 {
  color: #042C7E;
  font-size: 25px;
  margin: 0px auto 30px;
}
@media screen and (max-width: 768px) {
  .study__flow h3 {
    text-align: center;
    font-size: 20px;
  }
}
.study__flow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .study__flow dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.study__flow dt {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  padding: 30px;
  background: #FFFFFF;
  height: 100px;
  border-radius: 100px;
  padding-top: 30px;
  font-size: 40px;
  color: #042C7E;
  text-align: center;
  position: relative;
}
.study__flow dt::before {
  content: "STEP";
  position: absolute;
  top: 20px;
  left: -20px;
  color: #042C7E;
  display: inline-block;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif !important;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .study__flow dt::before {
    top: 12px;
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  .study__flow dt {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    height: 60px;
    font-size: 25px;
    padding: 20px 5px 5px 5px;
  }
}
.study__flow dd {
  background-color: #FFFFFF;
  border-radius: 15px;
  margin: 0 0 20px 0px;
  padding: 20px 30px;
  -ms-flex-preferred-size: calc(100% - 130px);
      flex-basis: calc(100% - 130px);
  line-height: 1.8;
}
.study__flow dd:last-child {
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .study__flow dd:last-child {
    margin: 10px 0 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .study__flow dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px;
    margin: 10px 0 20px 0px;
  }
}
.study__flow dd h4 {
  color: #042C7E;
  font-size: 20px;
  border-bottom: 1px solid #042C7E;
  padding-bottom: 5px;
  margin: 0px 0px 10px;
}
@media screen and (max-width: 768px) {
  .study__flow dd h4 {
    font-size: 18px;
  }
}
.study__flow dd ul {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .study__flow dd ul {
    font-size: 13px;
  }
}
.study__flow dd ul.flow__emphasis {
  font-size: 16px;
  text-indent: 0em;
  padding-left: 1.2em;
  font-weight: 500;
  margin: 10px 0px;
}
.study__flow dd ul.flow__emphasis li {
  position: relative;
}
.study__flow dd ul.flow__emphasis li::before {
  content: "■";
  position: absolute;
  top: 2px;
  left: -20px;
  color: #042C7E;
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .study__flow dd ul.flow__emphasis li::before {
    width: 65px;
    height: 65px;
  }
}
.study__flow dd .flow__buttonWrap {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ======= お問い合わせはこちら ======= */
.study__apply {
  margin: 0px auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ECF1F7;
}
.apply__inner {
  border-radius: 25px;
  padding: 60px 20px;
  max-width: 10000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .apply__inner {
    padding: 30px 0px;
  }
}

.apply__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .apply__buttonWrap {
    display: block;
  }
}

.apply__button {
  width: 550px;
  display: block;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #4CC764;
  border-radius: 15px;
  padding: 30px 10px 30px 80px;
  max-width: 680px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .apply__button {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 20px;
    padding: 10px 5px 10px 70px;
    line-height: 1.4;
  }
}
.apply__button.--line {
  position: relative;
  border: 2px solid #4CC764;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .apply__button.--line {
    max-width: 400px;
  }
}
.apply__button.--line::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  display: inline-block;
  background-image: url(../image/study/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 75px;
  border: 1px solid #FFFFFF;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .apply__button.--line::before {
    width: 65px;
    height: 65px;
  }
}
.apply__button:hover.--line {
  border: 2px solid #4CC764;
  background-color: #4CC764;
  color: #FFFFFF;
}
.apply__button:hover.--line::after {
  border-top: 3px solid #4CC764;
  border-right: 3px solid #4CC764;
}

.apply__mail {
  margin: 40px auto 0px;
  text-align: center;
  font-weight: 600;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .apply__mail {
    margin: 20px auto 0px;
    line-height: 1.8;
  }
}
.apply__mail::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  display: inline-block;
  background-image: url("../image/study/mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 26px;
}
.apply__mail a {
  color: #000000;
}

.apply__mail p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .apply__mail p {
    font-size: 18px;
  }
}

.apply__ul {
  border-bottom: 2px solid #042C7E;
}

/* ======= 集団授業 ======= */
.study__group {
  margin: 50px auto 0px;
}
@media screen and (max-width: 768px) {
  .study__group {
    margin: 70px auto 0px;
  }
}

.group__inner {
  position: relative;
  max-width: 1040px;
  padding: 50px 20px 0px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .group__inner {
    padding: 30px 20px 0px;
  }
}

.group__courseWrap dl {
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 50px;
}
.group__courseWrap dt {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 30px;
  border-bottom: 1px solid #707070;
}
.group__courseWrap dt::before {
  content: "■";
  position: absolute;
  top: 35px;
  left: 5px;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .group__courseWrap dt::before {
    top: 23px;
    left: 0px;
    font-size: 14px;
  }
}
.group__courseWrap dt span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .group__courseWrap dt span {
    font-size: 16px;
  }
}
.group__courseWrap dt .group__capReturn {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .group__courseWrap dt {
    font-size: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 20px 0px 20px;
    border-bottom: none;
    line-height: 1.4;
  }
}
.group__courseWrap dt.group__captCourse01 {
  color: #042C7E;
}
.group__courseWrap dt.group__captCourse02 {
  color: #673C12;
}
.group__courseWrap dt.group__captCourse03 {
  color: #35671F;
}
.group__courseWrap dd {
  margin: 0;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  padding: 30px 20px;
  border-bottom: 1px solid #707070;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .group__courseWrap dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 0px;
    font-size: 15px;
  }
}

.group__course {
  background: #ECF1F7;
  color: #042C7E;
  font-size: 25px;
  padding: 7px 10px;
  margin: 50px 0px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .group__course {
    font-size: 18px;
    padding: 12px 10px;
  }
}

.group__lessonCap {
  color: #FFFFFF;
  font-size: 25px;
  padding: 10px;
  margin: 0px 0px 30px;
  text-align: center;
}
.group__lessonCap.--basis {
  background: #042C7E;
}
.group__lessonCap.--hsk {
  background: #673C12;
}
.group__lessonCap.--hskk {
  background: #35671F;
}
@media screen and (max-width: 768px) {
  .group__lessonCap {
    font-size: 20px;
  }
}

.group__lessonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .group__lessonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.group__container {
  width: calc(50% - 20px);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .group__container {
    width: 100%;
    margin-bottom: 30px;
  }
}
.group__container h4 {
  position: relative;
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px 0px;
}
@media screen and (max-width: 768px) {
  .group__container h4 {
    font-size: 18px;
  }
}
.group__container h4 span {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .group__container h4 span {
    height: 45px;
    width: 45px;
    left: 50px;
  }
}
.group__container.--basis h4 {
  color: #042C7E;
}
.group__container.--basis .group__chart > *:nth-child(odd) {
  background-color: #042C7E;
}
.group__container.--basis .group__chart > *:nth-child(12) .button.--sample {
  border: 2px solid #042C7E;
  color: #042C7E;
}
.group__container.--basis .group__chart > *:nth-child(12) .button.--sample:hover {
  background-color: #042C7E;
  color: #FFFFFF;
}
.group__container.--hsk h4 {
  color: #673C12;
}
.group__container.--hsk .group__chart > *:nth-child(odd) {
  background-color: #673C12;
}
.group__container.--hsk .group__chart > *:nth-child(12) .button.--sample {
  border: 2px solid #673C12;
  color: #673C12;
}
.group__container.--hsk .group__chart > *:nth-child(12) .button.--sample:hover {
  background-color: #673C12;
  color: #FFFFFF;
}
.group__container.--hskk h4 {
  color: #35671F;
}
.group__container.--hskk .group__chart > *:nth-child(odd) {
  background-color: #35671F;
}
.group__container.--hskk .group__chart > *:nth-child(12) .button.--sample {
  border: 2px solid #35671F;
  color: #35671F;
}
.group__container.--hskk .group__chart > *:nth-child(12) .button.--sample:hover {
  background-color: #35671F;
  color: #FFFFFF;
}

.group__attention {
  border: 1px solid #B60300;
  text-align: center;
  padding: 10px;
  color: #B60300;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .group__attention {
    font-size: 15px;
  }
}

.group__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .group__chart {
    font-size: 15px;
  }
}

.group__chart > *:nth-child(odd) {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  padding: 10px 10px;
  border-bottom: 1px solid #FFFFFF;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.group__chart > *:nth-child(11) {
  border-bottom: none !important;
}

.group__chart > *:nth-child(even) {
  background-color: #FFFFFF;
  padding: 10px 20px;
  width: 65%;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group__chart > *:nth-child(even):last-child {
  border-bottom: none;
}

/* =======個別授業 ======= */
.study__personal {
  margin: 100px auto 0px;
}
@media screen and (max-width: 768px) {
  .study__personal {
    margin: 70px auto 0px;
  }
}

.personal__inner {
  position: relative;
  max-width: 1040px;
  padding: 50px 20px 0px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .personal__inner {
    padding: 30px 20px 0px;
  }
}

.personal__pointWrap dl {
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 50px;
}
.personal__pointWrap dt {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  padding: 30px;
  color: #042C7E;
  border-bottom: 1px solid #707070;
  line-height: 1.4;
  text-align: center;
}
.personal__pointWrap dt span {
  background-color: #042C7E;
  color: #FFFF00;
  font-size: 14px;
  padding: 3px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .personal__pointWrap dt span {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 768px) {
  .personal__pointWrap dt {
    font-size: 18px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 20px 0px 20px;
    border-bottom: none;
    line-height: 1.6;
  }
}
.personal__pointWrap dd {
  margin: 0;
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  padding: 30px 0px;
  border-bottom: 1px solid #707070;
  line-height: 1.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .personal__pointWrap dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px 0px 20px;
    font-size: 15px;
  }
}

.personal__point {
  background: #ECF1F7;
  color: #042C7E;
  font-size: 25px;
  padding: 7px 10px;
  margin: 50px 0px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .personal__point {
    font-size: 18px;
    padding: 12px 10px;
  }
}

.personal__planWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 40px;
}

.personal__plan {
  width: calc(50% - 20px);
  border: 2px solid #042C7E;
  text-align: center;
}
.personal__plan h4 {
  font-size: 25px;
  color: #FFFF00;
  padding: 12px;
  background: #042C7E;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .personal__plan h4 {
    font-size: 20px;
  }
}
.personal__plan h4 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .personal__plan h4 span {
    font-size: 15px;
  }
}
.personal__plan h4.--discount {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ffffe6), to(#ffffff));
  background: linear-gradient(90deg, #ffffe6, #ffffff);
  color: #042C7E;
  border-bottom: 2px solid #042C7E;
  overflow: hidden;
}
.personal__plan h4.--discount::after {
  content: "";
  position: absolute;
  background-image: url(../image/study/plan_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 143px;
  height: 92px;
  top: -15px;
  right: -5px;
}
@media screen and (max-width: 768px) {
  .personal__plan h4.--discount::after {
    width: 82px;
    height: 52px;
    top: 0px;
    right: 0px;
  }
}
.personal__plan p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .personal__plan {
    width: 100%;
  }
}

.personal__planInner {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .personal__planInner {
    padding: 20px;
  }
}

.personal__planPrice {
  color: #042C7E;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.personal__planPrice span {
  font-size: 20px;
}
.personal__planPrice p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.plan__buttonWrap {
  margin: 20px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* =======企業・団体向け ======= */
.study__training {
  background: #ECF1F7;
  padding: 100px 0px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .study__training {
    padding: 30px 0px;
    margin-top: 50px;
  }
}

.training__inner {
  position: relative;
  margin: 0px auto;
  max-width: 1000px;
  width: calc(100% - 40px);
  padding: 50px;
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .training__inner {
    margin: 0px auto;
    padding: 30px 20px;
  }
}

.training__inner h4 {
  text-align: center;
  font-size: 25px;
  margin: 0 auto 40px;
  border-bottom: 2px solid #FFFF00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .training__inner h4 {
    font-size: 18px;
    margin: 0 auto 20px;
    line-height: 1.6;
    width: 100%;
  }
}

.training__innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .training__innerWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.training__left {
  width: calc(50% - 40px);
  border-radius: 15px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .training__left {
    width: 400px;
    margin: 0 auto 30px;
  }
}

.training__right {
  max-width: 450px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .training__right {
    max-width: none;
    width: 100%;
  }
}

.training__text {
  line-height: 1.78;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .training__text {
    line-height: 1.66;
    font-size: 15px;
  }
}

.training__right .apply__mail {
  margin: 40px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .training__right .apply__mail {
    margin: 25px auto 0px;
  }
}

/* ======= 講師 ======= */
.study__teacher {
  margin: 100px auto 0px;
}
@media screen and (max-width: 768px) {
  .study__teacher {
    margin: 70px auto 0px;
  }
}

.teacher__inner {
  position: relative;
  max-width: 1040px;
  padding: 50px 20px 0px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .teacher__inner {
    padding: 30px 20px 0px;
  }
}

.teacher__inner ul {
  padding: 0;
}

.teacher__inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .teacher__inner li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.teacher__inner li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .teacher__inner li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.teacher__photo {
  width: 300px;
  height: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .teacher__photo {
    width: 200px;
    margin: 0 auto 20px;
  }
}

.teacher__text {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .teacher__text {
    width: 100%;
  }
}

.teacher__name {
  color: #004B9E;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .teacher__name {
    text-align: center;
    font-size: 16px;
  }
}

.teacher__ja {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .teacher__ja {
    font-size: 15px;
  }
}

.teacher__ch {
  margin-top: 30px;
  line-height: 1.78;
  font-size: 14px;
  color: #707070;
}

/* ======= 生徒の声 ======= */
.study__voice {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .study__voice {
    margin: 70px auto 50px;
  }
}

.voice__inner {
  position: relative;
  max-width: 1040px;
  padding: 50px 20px 0px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    padding: 30px 20px;
  }
}

.voice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 768px) {
  .voice__wrap {
    display: inherit;
    margin: 0px;
  }
}
.voice__wrap.--subtraction {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voice__comment {
  position: relative;
  border-radius: 15px;
  border: 2px solid #004B9E;
  padding: 100px 20px 20px 20px;
  width: 33.3333333333%;
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  .voice__comment {
    padding: 70px 20px 20px 20px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 768px) {
  .voice__comment.--last {
    margin: 0px auto;
  }
}

.voice__img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 160px;
  top: -80px;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .voice__img {
    width: 100px;
    top: -50px;
  }
}

.voice__text {
  line-height: 1.7;
}