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

a {
  color: #0081CC;
}

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

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

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box {
    width: 94%;
  }
  body {
    font-size: 14px;
  }
}
/*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: #1CAA72;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8em;
}
h2.normalTitle .upper {
  color: #1CAA72;
  background-color: #EAF8ED;
  font-size: 80%;
  padding: 4px 8px;
}

.normalBtn, .normalBtn2 {
  display: block;
  position: relative;
  background-color: #1CAA72;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  width: 90%;
  max-width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
.normalBtn::before, .normalBtn2::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -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;
  color: #363636;
}
.normalBtn2::before {
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
}

.grayBox {
  background-color: #F5F5F5;
  padding: 16px 24px;
  border-radius: 8px;
}

#anc_top {
  margin-top: -80px;
  padding-top: 80px;
}

/*fixedBtnArea*/
.fixedBtnArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fixedBtnArea li {
  background-color: #fff;
  border-radius: 5px;
}
.fixedBtnArea .fixedBtn01 a, .fixedBtnArea .fixedBtn02 a {
  display: block;
  position: relative;
  background-color: #FCE339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 3px solid #FCE339;
  text-align: center;
  color: #363636;
  width: 180px;
  padding: 10px 10px 10px 0;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
}
.fixedBtnArea .fixedBtn01 a::before, .fixedBtnArea .fixedBtn02 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 .fixedBtn02 a {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .fixedBtnArea {
    bottom: 0;
    flex-direction: row;
    gap: 4%;
    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 .fixedBtn01 a, .fixedBtnArea .fixedBtn02 a {
    width: 100%;
    padding: 8px 0px;
    font-size: 13px;
    text-indent: -1em;
  }
  .fixedBtnArea .fixedBtn01 a::before, .fixedBtnArea .fixedBtn02 a::before {
    right: 5%;
  }
  .fixedBtnArea .fixedBtn02 {
    margin-top: 0;
  }
}
/*mainArea*/
.mainArea {
  position: relative;
  overflow: hidden;
  height: 400px;
  background-color: #F5F5F5;
  margin-bottom: 48px;
}
.mainArea::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 64%;
  background-color: #1CAA72;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}
.mainArea .mainAreaInner {
  position: relative;
  z-index: 5;
  width: 800px;
  margin: 0 auto;
  height: 100%;
}
.mainArea .mainAreaInner .txtBox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mainArea .mainAreaInner .mainTitleArea {
  position: relative;
  text-align: center;
  color: #ffffff;
}
.mainArea .mainAreaInner .mainTitleArea img.soudanTitleImg {
  width: 70%;
  max-width: 280px;
  margin-bottom: 16px;
}
.mainArea .mainAreaInner .mainTitleArea h1 {
  font-size: clamp(32px, 9.2vw, 56px);
}
.mainArea .mainAreaInner .mainTitleArea h1 .text {
  background-color: #FCE339;
  color: #363636;
  font-size: 60%;
  padding: 0.2em 0.4em;
}
.mainArea .mainAreaInner .fvTeacherImg {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 0;
}
.mainArea .mainAreaInner .fvTeacherName {
  position: absolute;
  z-index: 2;
  right: -120px;
  bottom: 16px;
}
.mainArea .fvBackImg {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.mainAreaBottom {
  text-align: center;
  font-size: clamp(18px, 5vw, 26px);
  font-weight: bold;
  margin-bottom: 1.4em;
}
.mainAreaBottom .upper {
  display: inline-block;
  color: #1CAA72;
  font-size: 90%;
  position: relative;
  border-bottom: 2px solid #1CAA72;
  padding: 0px 8px 0px 8px;
  margin-bottom: 16px;
}
.mainAreaBottom .upper::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 #1CAA72;
}
.mainAreaBottom .upper::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;
}

@media screen and (max-width: 640px) {
  .mainArea {
    height: auto;
    margin-bottom: 32px;
  }
  .mainArea::after {
    left: 0;
    top: 0;
    height: 64%;
    width: 100%;
  }
  .mainArea .mainAreaInner {
    width: 100%;
  }
  .mainArea .mainAreaInner .txtBox {
    position: static;
    width: fit-content;
    transform: none;
    margin: 40px auto 8px;
  }
  .mainArea .mainAreaInner .mainTitleArea {
    margin: 0 auto;
  }
  .mainArea .mainAreaInner .mainTitleArea img {
    width: 84%;
    max-width: 320px;
    display: block;
    margin: 0 auto;
  }
  .mainArea .mainAreaInner .fvTeacherImg {
    position: relative;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    display: block;
    margin: 0 0px -42px -16px;
    width: 56%;
  }
  .mainArea .mainAreaInner .fvTeacherName {
    right: 4%;
    bottom: 12%;
    font-size: 80%;
  }
  .mainArea .fvBackImg {
    min-width: 150%;
  }
}
/**/
.ancBtnList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto 40px;
  z-index: 5;
  position: relative;
}
.ancBtnList li {
  width: 90%;
  max-width: 220px;
}
.ancBtnList li a {
  display: block;
  position: relative;
  background-color: #EAF8ED;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  line-height: 1.4;
  color: #363636;
  width: calc(100% - 20px);
  max-width: 300px;
  padding: 8px 16px 8px 0;
  margin: 0 auto;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: bold;
  border: 3px solid #1CAA72;
}
.ancBtnList li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #1CAA72;
  border-right: 2px solid #1CAA72;
  -webkit-transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: -6px;
}
.ancBtnList:has(li:nth-child(n+5)) {
  justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .ancBtnList {
    gap: 8px;
  }
  .ancBtnList:has(li:nth-child(n+5)) {
    justify-content: center;
  }
}
/**/
.planBox {
  margin: 0 auto 60px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
}
.planBox h2.planTitle {
  text-align: center;
  position: relative;
  font-size: clamp(20px, 5vw, 24px);
  border-top: 1px solid #1CAA72;
  border-bottom: 1px solid #1CAA72;
  padding: 40px 0 20px;
  margin-top: 40px;
}
.planBox h2.planTitle span.box {
  position: absolute;
  top: 0;
  margin-top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1CAA72;
  color: #fff;
  padding: 5px 10px;
  font-size: clamp(16px, 4vw, 20px);
  width: max-content;
}
.planBox h2.planTitle span.osusume {
  position: absolute;
  right: 0;
  top: -30px;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  background-color: #FCE339;
  color: #363636;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.planBox h2.planTitle .normalBtn2 {
  margin-top: 8px;
}
.planBox .planPointList {
  background-color: #F5F5F5;
  padding: 20px 50px;
  margin: 30px auto;
  width: 500px;
}
.planBox .planPointList li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.planBox .planPointList li::before {
  content: "";
  position: absolute;
  top: 5px;
  transform: rotate(50deg);
  left: 0;
  width: 6px;
  height: 12px;
  border-right: 2px solid #1CAA72;
  border-bottom: 2px solid #1CAA72;
}

@media screen and (max-width: 640px) {
  .planBox {
    margin: 0px auto 40px;
    padding: 16px 4%;
  }
  .planBox h2.planTitle {
    font-size: 20px;
    padding: 20px 0 10px;
    margin-top: 30px;
  }
  .planBox h2.planTitle span.osusume {
    top: -30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 14px;
  }
  .planBox .planPointList {
    padding: 10px 4%;
    margin: 20px auto;
    width: 86%;
  }
}
/*planTable*/
.planTableTitleBox {
  background-color: #1CAA72;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}
.planTableTitleBox h3.planTableTitle {
  font-size: 24px;
  margin-bottom: 10px;
}

.planTable {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #1CAA72;
}
.planTable th, .planTable td {
  border-bottom: 1px solid #1CAA72;
}
.planTable th {
  padding: 20px 30px;
  width: 120px;
  white-space: nowrap;
  vertical-align: top;
}
.planTable td {
  padding: 20px 20px 20px 0;
}
.planTable .bg {
  color: #DD3D3D;
  font-size: 150%;
  font-weight: bold;
}
.planTable .link a {
  display: block;
  position: relative;
  color: #0081CC;
}
.planTable .link a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  margin-top: 9px;
  top: auto;
}

.planMore {
  display: none;
}

.planMoreRead {
  position: relative;
  text-align: center;
  color: #1CAA72;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  margin: 16px auto 0;
}
.planMoreRead:hover {
  opacity: 0.7;
}

.moretri, .moretri2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1CAA72;
  border-right: 2px solid #1CAA72;
  -webkit-transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: -1em;
  top: 50%;
  margin-top: -6px;
}

.moretri2 {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  right: -1.4em;
}

.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) {
  .planTable {
    border-top: 1px solid #1CAA72;
  }
  .planTable th, .planTable td {
    display: block;
    width: calc(100% - 20px);
  }
  .planTable th {
    padding: 10px 10px 0px;
    text-align: left;
    border: none;
  }
  .planTable td {
    padding: 0px 10px 10px;
    border-top: none;
  }
  .planTable .link {
    display: flex;
    justify-content: space-between;
  }
  .planMore .planTable {
    border: none;
  }
}
/*soudanTeacherArea*/
.soudanTeacherArea {
  display: flex;
  align-items: center;
  gap: 24px;
}
.soudanTeacherArea .textArea h3 {
  background-color: #EAF8ED;
  color: #1CAA72;
  text-align: center;
  font-size: clamp(18px, 5vw, 20px);
  line-height: 1.4;
  border-radius: 4px;
  padding: 4px 0;
}
.soudanTeacherArea .textArea h3 .sm {
  font-size: 80%;
  font-weight: normal;
}
.soudanTeacherArea .textArea .textBox {
  margin-top: 8px;
}
.soudanTeacherArea .textArea .textBox h4.title {
  font-size: 16px;
  border-bottom: 2px solid #EAF8ED;
}
.soudanTeacherArea .teacherImg {
  width: 60%;
  max-width: 300px;
}

@media screen and (max-width: 640px) {
  .soudanTeacherArea {
    flex-direction: column-reverse;
    gap: 0px;
  }
}
/*faqList*/
.faqList > li {
  border-bottom: 1px solid #1CAA72;
}
.faqList > li:first-child {
  border-top: 1px solid #1CAA72;
}
.faqList > li .question {
  position: relative;
  cursor: pointer;
  padding: 20px;
  display: flex;
}
.faqList > li .question span:first-child {
  padding-right: 20px;
}
.faqList > li .question::before {
  content: "Q.";
  color: #1CAA72;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}
.faqList > li .question:hover {
  background-color: #EAF8ED;
}
.faqList > li .answer {
  padding: 10px 20px 20px;
  display: flex;
}
.faqList > li .answer::before {
  content: "A.";
  color: #1CAA72;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}

.tri, .tri2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1CAA72;
  border-right: 2px solid #1CAA72;
  -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) {
  .faqList li .question {
    padding: 10px;
  }
  .faqList li .answer {
    padding: 0 10px 10px;
  }
  .tri {
    right: 7%;
  }
  .tri2 {
    right: 3%;
  }
}
/*requestBox*/
.grayArea {
  background-color: #F5F5F5;
  padding: 40px;
}

.requestBox {
  text-align: center;
}
.requestBox .requestImg {
  margin-bottom: 8px;
}
.requestBox .normalBtn {
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .grayArea {
    padding: 24px;
  }
}
/**/
/*ボタン*/
.btnList {
  display: flex;
  justify-content: space-around;
  margin: 24px 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;
}

.normalBtn1 .btnSm, .normalBtn2 .btnSm, .normalBtn3 .btnSm {
  font-size: 80%;
  font-weight: normal;
}

.normalBtn2 {
  background-color: #FCE339;
}

.normalBtn3 {
  background-color: #C1ED95;
  border: none;
}

@media screen and (max-width: 640px) {
  .normalBtn1, .normalBtn2, .normalBtn3 {
    width: 90%;
  }
  .btnList {
    flex-direction: column;
  }
  .btnList li {
    margin: 5px 0;
  }
}
