@charset "UTF-8";
/*共通*/
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0081CC;
}

.fontMincho {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

.font120 {
  font-size: 120%;
}

.font90 {
  font-size: 90%;
}

.flexCenter {
  align-items: center;
}

.flexReverse {
  flex-direction: row-reverse;
}

.textNavy {
  color: #29558A;
}

.textBottomL {
  margin-bottom: 50px;
}

.textCenterPC {
  text-align: center;
}

.textRight {
  text-align: right;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

body {
  font-size: 16px;
  line-height: 1.8;
  min-width: 1240px;
}

.w800Box {
  width: 800px;
  margin: 0 auto;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mtContents {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
  }
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box {
    width: 94%;
  }
}
.normalBtn1, .normalBtn2, .normalBtn3 {
  display: block;
  position: relative;
  background-color: #fff;
  color: #363636;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 3px solid #FCE339;
  text-align: center;
  width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.normalBtn1::before, .normalBtn2::before, .normalBtn3::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}

.normalBtn2 {
  background-color: #FCE339;
}

.normalBtn3 {
  background-color: #C1ED95;
}

@media screen and (max-width: 640px) {
  .normalBtn1, .normalBtn2, .normalBtn3 {
    width: 90%;
    max-width: 300px;
    font-size: 16px;
  }
  .normalBtn1::before, .normalBtn2::before, .normalBtn3::before {
    right: 5%;
  }
}
/*common*/
.pannavi {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 0px;
}

h2.tkTitle {
  position: relative;
  text-align: center;
  color: #143D60;
  font-size: 30px;
  margin-bottom: 70px;
}
h2.tkTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  background-color: #C1ED95;
}

@media screen and (max-width: 640px) {
  h2.tkTitle {
    font-size: 6vw;
    margin-bottom: 40px;
  }
  h2.tkTitle::after {
    width: 40px;
    height: 6px;
    bottom: -15px;
  }
}
/*追従*/
.fixedBtnArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
.fixedBtnArea li {
  background-color: #fff;
  border-radius: 5px;
}
.fixedBtnArea .muryou a, .fixedBtnArea .siryou a {
  display: block;
  position: relative;
  background-color: #C1ED95;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 3px solid #C1ED95;
  text-align: center;
  color: #363636;
  width: 180px;
  padding: 10px 10px 10px 0;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
}
.fixedBtnArea .muryou a::before, .fixedBtnArea .siryou a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 5%;
  top: 50%;
  margin-top: 2px;
}
.fixedBtnArea .siryou {
  margin-top: 10px;
}
.fixedBtnArea .siryou a {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .fixedBtnArea {
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 8px 0;
  }
  .fixedBtnArea li {
    width: 44%;
    line-height: 1.4;
  }
  .fixedBtnArea .muryou a, .fixedBtnArea .siryou a {
    width: 100%;
    padding: 8px 0px;
    font-size: 13px;
    text-indent: -1em;
  }
  .fixedBtnArea .muryou a::before, .fixedBtnArea .siryou a::before {
    right: 5%;
  }
  .fixedBtnArea .siryou {
    margin-top: 0;
    margin-left: 4%;
  }
}
/*tkMainArea*/
.tkMainArea {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: linear-gradient(to top, #A7E06F 0%, #C1ED95 100%);
}
.tkMainArea .tkMainBox {
  z-index: 1;
  display: flex;
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
.tkMainArea .tkMainBox h1.tktitle {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.tkMainArea .tkMainBox .fvMImg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tkMainArea .tkMainBox .fvTImg {
  position: absolute;
  right: 80px;
  bottom: -32px;
}
.tkMainArea .tkMainBox .fvMTxt, .tkMainArea .tkMainBox .fvTTxt {
  position: absolute;
  bottom: 20px;
}
.tkMainArea .tkMainBox .fvMTxt .inner, .tkMainArea .tkMainBox .fvTTxt .inner {
  position: relative;
  background-color: #F3FCEA;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.tkMainArea .tkMainBox .fvMTxt .inner::before, .tkMainArea .tkMainBox .fvTTxt .inner::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 24px 10px;
  border-color: transparent transparent #F3FCEA transparent;
}
.tkMainArea .tkMainBox .fvMTxt .inner::after, .tkMainArea .tkMainBox .fvTTxt .inner::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 10px 0 0px;
  border-color: #F3FCEA transparent transparent transparent;
}
.tkMainArea .tkMainBox .fvMTxt {
  right: 150px;
}
.tkMainArea .tkMainBox .fvTTxt {
  right: 300px;
}
.tkMainArea .tkMainBox .fvBannerArea {
  width: 140px;
  position: absolute;
  height: auto;
  bottom: 10px;
  right: -80px;
}
.tkMainArea .fvBackColor {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.tkMainArea .fvBackImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  min-height: 100%;
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 65% 100%);
}

.btnListArea {
  background-color: #143D60;
  padding: 10px 0;
}

.btnList {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.btnList li {
  background-color: #fff;
  width: 250px;
  height: 100%;
  border-radius: 5px;
  margin: 0 20px;
}
.btnList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #FCE339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #143D60;
  width: 250px;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.btnList li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #143D60;
  border-right: 2px solid #143D60;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}
.btnList li a img {
  margin: 0 8px 0 -24px;
  height: 50px;
}

.fvBottomText {
  font-size: 30px;
  text-align: center;
  color: #143D60;
  font-weight: bold;
  margin-bottom: 60px;
}
.fvBottomText span.bg {
  font-size: 120%;
  background: linear-gradient(transparent 30%, #C1ED95 30%);
}

.medalBox {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 320px;
  margin-left: 0;
}

.medalBox img {
  width: 40%;
  box-shadow: none !important;
}

.goukakuritsuBox {
  width: 800px;
  margin: 0 auto 32px;
}
.goukakuritsuBox .txt {
  font-size: 75%;
  line-height: 1.4;
  margin-top: 0.2em;
}

.goukakuritsuBoxUpperPC {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .tkMainArea .tkMainBox h1.tktitle {
    margin: 40px auto 240px;
  }
  .tkMainArea .tkMainBox .teacherArea {
    bottom: 80px;
  }
  .medalBox {
    margin: 0 auto;
    max-width: 400px;
  }
  .tkMainArea {
    height: auto;
  }
  .tkMainArea .tkMainBox {
    display: block;
    position: static;
    width: 100%;
  }
  .tkMainArea .tkMainBox h1.tktitle {
    position: relative;
    margin: 100px auto 200px;
    width: 94%;
    max-width: 400px;
  }
  .tkMainArea .tkMainBox .teacherArea {
    z-index: 1;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
  }
  .tkMainArea .tkMainBox .fvMImg {
    right: 14%;
    bottom: 80px;
    width: 54%;
    max-width: 200px;
  }
  .tkMainArea .tkMainBox .fvTImg {
    right: auto;
    left: 24%;
    bottom: 32px;
    width: 54%;
    max-width: 220px;
  }
  .tkMainArea .tkMainBox .fvMTxt, .tkMainArea .tkMainBox .fvTTxt {
    position: absolute;
    bottom: 130px;
  }
  .tkMainArea .tkMainBox .fvMTxt .inner, .tkMainArea .tkMainBox .fvTTxt .inner {
    position: relative;
    background-color: #F3FCEA;
    display: inline-block;
    height: 24px;
    line-height: 24px;
  }
  .tkMainArea .tkMainBox .fvMTxt .inner::before, .tkMainArea .tkMainBox .fvTTxt .inner::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 24px 10px;
    border-color: transparent transparent #F3FCEA transparent;
  }
  .tkMainArea .tkMainBox .fvMTxt .inner::after, .tkMainArea .tkMainBox .fvTTxt .inner::after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 10px 0 0px;
    border-color: #F3FCEA transparent transparent transparent;
  }
  .tkMainArea .tkMainBox .fvMTxt {
    right: 10%;
  }
  .tkMainArea .tkMainBox .fvTTxt {
    right: auto;
    left: 16%;
    bottom: 110px;
  }
  .tkMainArea .tkMainBox .fvBannerArea {
    z-index: 2;
    right: 4%;
    bottom: 36%;
    width: 32%;
    max-width: 100px;
  }
  .tkMainArea .fvBackColor {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .tkMainArea .fvBackImg {
    clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 50%);
    height: 100%;
  }
  .btnList {
    flex-direction: column;
  }
  .btnList li {
    margin: 5px auto;
    width: 300px;
  }
  .btnList li a {
    width: 100%;
  }
  .btnList li a img {
    margin-right: 10px;
    height: 30px;
  }
  .fvBottomText {
    font-size: 5vw;
  }
  .goukakuritsuBox {
    width: 100%;
    margin: 0 auto 24px;
  }
  .goukakuritsuBox .txt {
    font-size: 75%;
    line-height: 1.4;
    margin-top: 0.2em;
    padding: 0 2%;
  }
  .goukakuritsuBoxUpperPC {
    margin-top: 0px;
  }
}
/**/
.tkAncList {
  width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
.tkAncList li {
  width: 30%;
  position: relative;
}
.tkAncList li::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 6px;
  left: 6px;
  background-color: #143D60;
}
.tkAncList li a {
  position: relative;
  width: 100%;
  background-color: #C1ED95;
  padding: 10px 0;
  color: #143D60;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 1.4;
}
.tkAncList li a:hover {
  opacity: 1;
}
.tkAncList li a .num {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  padding: 0 30px 0 20px;
}
.tkAncList li a .num::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(25deg) translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #143D60;
}

h3.numTitle {
  color: #143D60;
  font-size: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 70px;
  margin-top: -70px;
}
h3.numTitle .num {
  position: relative;
  background-color: #C1ED95;
  width: 80px;
  height: 80px;
  font-size: 50px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
h3.numTitle .num::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 6px;
  left: 6px;
  background-color: #143D60;
}

.saiseikinouBox {
  display: flex;
  align-items: center;
  gap: 24px;
}
.saiseikinouBox .saiseikinouImg {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 380px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.saiseikinouBox .saiseikinouList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.saiseikinouBox .saiseikinouList li p.title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #C1ED95;
  margin-bottom: 4px;
}

.textBackcolorBox {
  background-color: #F3FCEA;
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  color: #143D60;
}
.textBackcolorBox h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.textBackcolorBox h3 .textTitleImg {
  display: block;
  margin: 0 auto;
}

.tkTxtAccBtn {
  position: relative;
  width: 120px;
  text-align: left;
  margin: 10px 40px 0 auto;
  cursor: pointer;
}
.tkTxtAccBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #143D60;
  border-right: 2px solid #143D60;
  -webkit-transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: -6px;
}

.textContentsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 30px 0;
}
.textContentsList li {
  width: 46%;
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin: 10px 0;
  font-size: 90%;
}
.textContentsList li .textPoint {
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}
.textContentsList li .textPoint .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  line-height: 1.4;
  margin-left: -2px;
}
.textContentsList li .textPoint .txt .num {
  font-size: 200%;
  font-weight: bold;
}

.numBoxTop {
  margin-top: 50px;
}

.numBoxMorit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.numBoxMorit .txtBox {
  width: 540px;
  flex-shrink: 0;
}
.numBoxMorit .txtBox .moritTextBox {
  background-color: #F3FCEA;
  padding: 60px 30px 20px;
  margin-top: -50px;
}
.numBoxMorit .imgbox {
  text-align: center;
}
.numBoxMorit .imgbox img {
  display: block;
  margin-bottom: 10px;
}
.numBoxMorit .imgbox .moritName {
  position: relative;
  background-color: #C1ED95;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 2px 10px;
}
.numBoxMorit .imgbox .moritName::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 28px 10px;
  border-color: transparent transparent #C1ED95 transparent;
}
.numBoxMorit .imgbox .moritName::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 10px 0 0px;
  border-color: #C1ED95 transparent transparent transparent;
}
.numBoxMorit .title {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.numBoxMorit .title span {
  color: #143D60;
  line-height: 1.4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 100%;
}
h3.features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: clamp(18px, 5vw, 22px);
}
h3.features img {
  width: 18px;
  margin: 0 10px;
}
h3.features img.featuresR {
  transform: scale(-1, 1);
}

.flexImgList {
  display: flex;
  justify-content: center;
}
.flexImgList li {
  width: 300px;
  margin: 0 15px;
}
.flexImgList li p.title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #C1ED95;
  width: 100%;
  margin: 5px 0 10px;
}
.flexImgList li p.title img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .tkAncList {
    width: 94%;
    margin: 0 auto 20px;
    flex-direction: column;
  }
  .tkAncList li {
    width: 90%;
    margin: 10px auto;
  }
  .tkAncList li a {
    font-size: min(4.6vw,18px);
  }
  .tkAncList li a .num {
    padding: 0 30px 0 8%;
  }
  .numBoxMorit {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .numBoxMorit .txtBox {
    width: 100%;
  }
  .numBoxMorit .txtBox .moritTextBox {
    margin-bottom: 10px;
  }
  h3.numTitle {
    color: #143D60;
    font-size: 5vw;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  h3.numTitle .num {
    width: 60px;
    height: 60px;
    font-size: 40px;
    margin-right: 10px;
  }
  .saiseikinouBox {
    flex-direction: column;
    gap: 16px;
  }
  .saiseikinouBox .saiseikinouList {
    gap: 16px;
  }
  .saiseikinouBox .saiseikinouList li p.title {
    text-align: center;
  }
  .textBackcolorBox {
    width: 100%;
    padding: 20px 0;
  }
  .textBackcolorBox h3 {
    font-size: 5.4vw;
  }
  .textBackcolorBox h3 .textTitleImg {
    width: 34%;
  }
  .textBackcolorBox .tkTextImg {
    width: 90%;
  }
  .tkTxtAccBtn {
    width: 100px;
  }
  .textContentsList {
    flex-direction: column;
    padding: 10px 4% 0;
  }
  .textContentsList li {
    width: 100%;
  }
  .textContentsList li .textPoint {
    width: 80px;
  }
  .textContentsList li .textPoint .txt {
    margin-left: 0px;
  }
  .textContentsList li .textPoint .txt .num {
    font-size: 200%;
    font-weight: bold;
  }
  .numBoxTop {
    margin-top: 30px;
  }
  .flexImgList {
    flex-direction: column;
  }
  .flexImgList li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .flexImgList li:last-child {
    margin-bottom: 0;
  }
  .flexImgList li p.title {
    font-size: 16px;
  }
}
/*teacherMainArea*/
.teacherMainArea {
  position: relative;
}
.teacherMainArea .teacherMainBox {
  width: 100%;
  min-height: 250px;
}
.teacherMainArea .teacherMainBox h3 {
  font-size: 24px;
  border-bottom: 2px solid #C1ED95;
  margin-bottom: 10px;
  padding-left: 20px;
}
.teacherMainArea .teacherMainBox h3 span {
  font-size: 20px;
}
.teacherMainArea .teacherMainBox .bg {
  font-weight: bold;
  font-size: 110%;
  padding-left: 20px;
}
.teacherMainArea .teacherMainBox .teacherTxt {
  width: 460px;
  padding-left: 20px;
}
.teacherMainArea .teacherImg {
  position: absolute;
  display: block;
  right: 0;
  top: -30px;
}

.teacherMainBottom {
  margin-bottom: 80px;
}

.tkVoiceArea {
  margin: 30px 0;
}
.tkVoiceArea .tkVoiceList {
  display: flex;
  justify-content: space-between;
}
.tkVoiceArea .tkVoiceList li {
  width: 48%;
  display: flex;
  align-items: center;
}
.tkVoiceArea .tkVoiceList li img {
  margin-right: 10px;
}

.teacherAccList li {
  margin-bottom: 10px;
}

.teacherAcc {
  position: relative;
  padding: 5px 0 5px 10px;
  background-color: #C1ED95;
  color: #143D60;
  font-weight: bold;
}
.teacherAcc .tri, .teacherAcc .tri2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #143D60;
  border-right: 2px solid #143D60;
  -webkit-transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
.teacherAcc .tri2 {
  right: 20px;
  margin-top: 0;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

.teacherAccHide {
  border: 2px solid #C1ED95;
  padding: 10px 10px;
}

@media screen and (max-width: 640px) {
  .teacherMainArea {
    position: relative;
  }
  .teacherMainArea .teacherMainBox {
    min-height: auto;
  }
  .teacherMainArea .teacherMainBox h3 {
    font-size: 24px;
    background-color: #F3FCEA;
    text-align: center;
    border-bottom: 0px solid #C1ED95;
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .teacherMainArea .teacherMainBox h3 span {
    font-size: 20px;
  }
  .teacherMainArea .teacherMainBox .bg {
    font-weight: bold;
    font-size: 110%;
    padding-left: 0px;
  }
  .teacherMainArea .teacherMainBox .teacherTxt {
    width: 100%;
    padding-left: 0px;
  }
  .teacherMainArea .teacherImg {
    position: static;
    margin: 0 auto;
  }
  .teacherMainBottom {
    margin-bottom: 40px;
  }
  .tkVoiceArea {
    margin: 30px 0;
  }
  .tkVoiceArea .tkVoiceList {
    flex-direction: column;
  }
  .tkVoiceArea .tkVoiceList li {
    width: 100%;
    margin: 5px 0;
  }
  .tkVoiceArea .tkVoiceList li img {
    margin-right: 10px;
  }
}
/*miraimonArea*/
.miraimonArea {
  color: #fff;
  background-color: #002349;
  margin-bottom: 60px;
}
.miraimonArea h2.miraimonTitle {
  z-index: 1;
  position: relative;
  overflow: hidden;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
.miraimonArea h2.miraimonTitle .titleImg {
  display: block;
  margin: 0 auto 10px;
  width: 280px;
}
.miraimonArea h2.miraimonTitle .miraimonBack {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.miraimonArea .miraimonTxt {
  padding: 30px 100px;
}

@media screen and (max-width: 640px) {
  .miraimonArea {
    margin-bottom: 30px;
  }
  .miraimonArea h2.miraimonTitle {
    padding: 10px 0 20px;
    font-size: 5.4vw;
  }
  .miraimonArea h2.miraimonTitle .titleImg {
    width: 200px;
  }
  .miraimonArea .miraimonTxt {
    padding: 20px 30px;
  }
}
/*tkGaiyouTable*/
.tableTitle .tableTitleInner {
  background-color: #C1ED95;
  color: #143D60;
  text-align: center;
  padding: 1em 0;
  font-weight: bold;
  font-size: clamp(16px, 4vw, 22px);
}

.tkGaiyouTable {
  border-collapse: collapse;
  margin: 0 auto;
  border-top: 1px solid #C1ED95;
}
.tkGaiyouTable th, .tkGaiyouTable td {
  border-bottom: 1px solid #C1ED95;
  padding: 10px 0;
}
.tkGaiyouTable th {
  padding: 20px 20px;
  white-space: nowrap;
}
.tkGaiyouTable .fontRed {
  font-weight: bold;
  color: #DD3D3D;
}

.clistCourseBox {
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #F3FCEA;
}

.cpBoxArea {
  background-color: #F3FCEA;
  padding: 1em;
  border-radius: 8px;
}
.cpBoxArea .cpMain {
  font-size: 120%;
  font-weight: bold;
  background-color: #C1ED95;
  text-align: center;
  padding: 0.2em 0;
  margin-bottom: 8px;
}

.lineThrough {
  text-decoration: line-through;
}

@media screen and (max-width: 640px) {
  .tkGaiyouTable {
    width: 100%;
  }
  .tkGaiyouTable th, .tkGaiyouTable td {
    display: block;
  }
  .tkGaiyouTable th {
    padding: 10px 0 0 10px;
    border: none;
    text-align: left;
  }
  .tkGaiyouTable td {
    padding: 0 10px 10px 10px;
  }
}
/*gsFaqList*/
.gsFaqList li {
  border-bottom: 1px solid #C1ED95;
}
.gsFaqList li:first-child {
  border-top: 1px solid #C1ED95;
}
.gsFaqList li .question {
  position: relative;
  cursor: pointer;
  padding: 20px;
  display: flex;
}
.gsFaqList li .question span:first-child {
  padding-right: 20px;
}
.gsFaqList li .question::before {
  content: "Q.";
  color: #C1ED95;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}
.gsFaqList li .question:hover {
  background-color: #f2fdf4;
}
.gsFaqList li .answer {
  padding: 10px 20px 20px;
  display: flex;
}
.gsFaqList li .answer::before {
  content: "A.";
  color: #C1ED95;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}

.tri, .tri2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #C1ED95;
  border-right: 2px solid #C1ED95;
  -webkit-transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 30px;
  top: 50%;
  margin-top: -4px;
}

.tri2 {
  right: 20px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 640px) {
  .gsFaqList li .question {
    padding: 10px;
  }
  .gsFaqList li .answer {
    padding: 0 10px 10px;
  }
  .tri, .tri2 {
    right: 7%;
  }
}
/*youtube*/
.youtubeTitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
}
.youtubeTitle span {
  border-bottom: 2px solid #C1ED95;
  padding: 0 0.5em 4px;
}

.youtubeList {
  display: flex;
  justify-content: space-between;
}
.youtubeList li {
  width: 48%;
}

.youtubeArea {
  width: 70%;
  margin: 0 auto 40px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .youtubeTitle {
    font-size: 4.6vw;
  }
  .youtubeList {
    flex-direction: column;
  }
  .youtubeList li {
    width: 100%;
    margin-bottom: 15px;
  }
  .youtubeList li:last-child {
    margin-bottom: 0px;
  }
  .youtubeArea {
    width: 100%;
  }
}
/*カリキュラム画像周り*/
.curriculumBox {
  margin-top: 30px;
}
.curriculumBox .curriculumTitle {
  text-align: center;
  margin-bottom: 15px;
}
.curriculumBox .curriculumTitle span {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #C1ED95;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .curriculumBox {
    margin-top: 20px;
  }
  .curriculumBox .curriculumTitle {
    margin-bottom: 10px;
  }
  .curriculumBox .curriculumTitle span {
    font-size: 5vw;
  }
}
/**/
