@charset "UTF-8";
/*共通*/
section.mainContentsArea {
  position: relative;
}

.pannavi {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 0px;
}

#request-form {
  margin-bottom: 50px;
}

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

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

.font120 {
  font-size: 120%;
}

.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: 14px;
  line-height: 1.8;
}

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

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }

  .textCenterPC {
    text-align: left;
  }

  .w800Box {
    width: 94%;
  }
}
/*common*/
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;
}

.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) {
  h2.tkTitle {
    font-size: 6vw;
    margin-bottom: 40px;
  }
  h2.tkTitle::after {
    width: 40px;
    height: 6px;
    bottom: -15px;
  }
}
/*mainContentsArea*/
section.mainContentsArea {
  background-color: #C1ED95;
  height: 500px;
  overflow: hidden;
  margin: 0 auto 50px;
}
section.mainContentsArea .mainContentsInner {
  position: relative;
  z-index: 1;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.mainContentsArea .mainContentsInner .MainTitleBox {
  width: 54%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.mainContentsArea .mainContentsInner .MainTitleBox .mainLinkBanner {
  width: 400px;
  margin: 30px auto 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
section.mainContentsArea .mainContentsInner .teacherImg {
  height: 480px;
  position: absolute;
  bottom: 0;
  right: 0;
}
section.mainContentsArea .mainBackImg {
  position: absolute;
  width: 100%;
  height: 90%;
  bottom: 2%;
}

@media screen and (max-width: 640px) {
  section.mainContentsArea {
    height: auto;
    overflow: hidden;
    margin: 0 auto 40px;
  }
  section.mainContentsArea .mainContentsInner {
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 20px 0;
  }
  section.mainContentsArea .mainContentsInner .MainTitleBox {
    width: 94%;
    margin: 0 auto;
  }
  section.mainContentsArea .mainContentsInner .MainTitleBox h1 {
    margin-bottom: 56%;
  }
  section.mainContentsArea .mainContentsInner .MainTitleBox .mainLinkBanner {
    width: 90%;
    margin: 30px auto 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  }
  section.mainContentsArea .mainContentsInner .teacherImg {
    z-index: -1;
    height: auto;
    width: 60%;
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
  }
  section.mainContentsArea .mainBackImg {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 10%;
  }
}
/*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;
}

.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;
}

@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 #F3FCEA;
    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;
  }
}
/*tkGaiyouTable*/
.tkGaiyouTable {
  border-collapse: collapse;
  width: 740px;
  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;
}

@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;
  }
}
/*btn*/
.btnList {
  width: 800px;
  display: flex;
  justify-content: space-around;
  margin: 50px auto 0;
}

.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: #52C364;
}

@media screen and (max-width: 640px) {
  .btnList {
    width: 100%;
    flex-direction: column;
    margin: 20px auto 0;
  }

  .btnList li {
    margin: 8px 0;
  }
}
/**/
