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

.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: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  min-width: 1240px;
}

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

.w1000Box {
  width: 1000px;
  margin: 0 auto;
}

.font80_ib {
  display: inline-block;
  font-size: 80%;
  line-height: 1.6em;
}

.textBottom {
  margin-bottom: 0.6em;
}

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

  .textCenterPC {
    text-align: left;
  }

  .w800Box, .w1000Box {
    width: 94%;
  }

  body {
    font-size: 14px;
    min-width: 100%;
  }
}
/*common*/
h2.normalTitle {
  text-align: center;
  font-size: clamp(18px, 5vw, 26px);
  position: relative;
  margin-bottom: 2em;
}
h2.normalTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 0.3em;
  background-color: #0081CC;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8em;
}
h2.normalTitle .upper {
  color: #0081CC;
  background-color: #D0F0FF;
  font-size: 80%;
  padding: 4px 8px;
}

.contensPositionCenter {
  margin: 0 auto;
  width: fit-content;
}

.ancUpper {
  margin-top: -60px;
  padding-top: 60px;
}

.normalBtn {
  display: block;
  position: relative;
  background-color: #FCE339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #363636;
  width: 90%;
  max-width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
.normalBtn::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;
}

/**/
.checkTxtBox p {
  padding-left: 1.4em;
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/ouyoujoho_check_4e86dc4e46.png") no-repeat left 0 top 0.4em/1em 1em;
}
.checkTxtBox p:not(:last-child) {
  margin-bottom: 0.6em;
}

.backColorBox {
  background-color: #EFF8FD;
  border-radius: 16px;
  padding: 24px 4%;
  margin-top: 24px;
}
.backColorBox .tag {
  margin-bottom: 0.4em;
}
.backColorBox .tag span {
  color: #0081CC;
  border: 2px solid #0081CC;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 0.4em;
  font-size: 90%;
  font-weight: bold;
}

.teacherImg {
  margin: 0 auto;
  width: 60%;
  max-width: 240px;
}

h3.borderTitle {
  font-size: clamp(18px, 5vw, 22px);
  border-bottom: 2px solid #0081CC;
  margin-bottom: 0.4em;
}

.flexPC {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 640px) {
  .backColorBox {
    padding: 16px 4%;
    margin-top: 16px;
  }

  .flexPC {
    flex-direction: column;
    gap: 8px;
  }
}
/*mainArea*/
.mainArea {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 40px;
}
.mainArea::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
  width: 64%;
  top: 0;
  z-index: 0;
  background-color: #0081CC;
}
.mainArea .mainAreaInner {
  z-index: 5;
  position: relative;
  height: 100%;
  width: 840px;
  margin: 0 auto;
}
.mainArea .mainAreaInner .titleBox {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle {
  color: #ffffff;
  font-size: clamp(24px, 6.2vw, 36px);
  line-height: 1.6;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .upper {
  background-color: #D0F0FF;
  color: #0081CC;
  font-size: clamp(16px, 5vw, 20px);
  padding: 4px 0.4em;
}
.mainArea .mainAreaInner .titleBox h1.normalTitle .sm {
  font-size: 70%;
}
.mainArea .mainAreaTeacher {
  position: absolute;
  width: 320px;
  bottom: 0;
  right: 0;
}
.mainArea .mainAreaBackImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .mainArea {
    height: auto;
    margin-bottom: 32px;
  }
  .mainArea::after {
    height: 52%;
    width: 100%;
  }
  .mainArea .mainAreaInner {
    z-index: 5;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .mainArea .mainAreaInner .titleBox {
    margin: 40px auto 8px;
    width: fit-content;
  }
  .mainArea .mainAreaTeacher {
    position: static;
    display: block;
    margin: 0 auto;
    width: 60%;
    max-width: 320px;
  }
  .mainArea .mainAreaBackImg {
    top: auto;
    left: auto;
    transform: none;
    bottom: 0px;
    height: 70%;
    right: 0;
  }
}
/**/
.listDots {
  margin: 0 auto;
  width: fit-content;
}
.listDots li {
  list-style: disc;
  margin-left: 1em;
}
.listDots li.indent {
  margin-left: 2.6em;
}

/*table*/
.normalTable {
  border-collapse: collapse;
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #0081CC;
}
.normalTable th, .normalTable td {
  border-bottom: 1px solid #0081CC;
  padding: 16px 16px 16px 16px;
}
.normalTable th {
  white-space: nowrap;
}
.normalTable .textBox {
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

@media screen and (max-width: 640px) {
  .normalTable {
    width: 100%;
  }
  .normalTable th, .normalTable td {
    display: block;
  }
  .normalTable th {
    padding: 8px 8px;
    border: none;
    text-align: left;
  }
  .normalTable td {
    padding: 0 8px 8px 8px;
  }

  .btnList {
    flex-direction: column;
    width: 100%;
  }
  .btnList li {
    margin: 5px 0;
  }
}
/*pointTitle*/
.pointTitle {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.pointTitle .moreImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 50px;
}

.pointTxt {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #7ECEF4;
  padding: 0 1em 4px;
  margin-bottom: 10px;
}
.pointTxt::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 16px solid #7ECEF4;
}
.pointTxt::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 14px solid #ffffff;
}

.moreLinkList {
  width: 1000px;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}
.moreLinkList li {
  width: 33%;
  flex-grow: 1;
}
.moreLinkList li a.normalBtn {
  background-color: #7ECEF4;
  line-height: 1.2;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 640px) {
  .moreLinkList {
    width: 94%;
    margin: 8px auto 0;
    flex-direction: column;
  }
  .moreLinkList li {
    width: 100%;
    margin-top: 8px;
  }
}
/**/
