@charset "UTF-8";
/*共通*/
img {
  max-width: 100%;
  height: auto;
  margin: 0 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;
}

.textCenter, .textCenterPC {
  text-align: center;
}

.textRight {
  text-align: right;
}

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

.textRed {
  color: #DD3D3D;
}

body {
  font-size: 15px;
  line-height: 1.8;
}

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

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

.textBottomL {
  margin-bottom: 50px;
}

.fontRed {
  color: #DD3D3D;
}

a {
  color: #0081CC;
}

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box, .w1000Box {
    width: 96%;
  }
  .textBottomL {
    margin-bottom: 30px;
  }
}
/*common*/
.fixedBtnArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
.fixedBtnArea ul {
  display: block;
  width: auto;
}
.fixedBtnArea ul li {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px auto;
  width: 160px;
}
.fixedBtnArea ul li a {
  width: 100%;
  font-size: 16px;
}
.fixedBtnArea ul li a img {
  height: 25px;
  margin-right: 5px;
}
.fixedBtnArea ul li a::before {
  height: 5px;
  width: 5px;
  right: 5%;
}
.fixedBtnArea ul .topBtn {
  display: none;
}
.fixedBtnArea ul .mousikomi a {
  background-color: #0081CC;
  color: #fff;
}
.fixedBtnArea ul .mousikomi a::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.textLink {
  text-align: center;
}
.textLink a {
  position: relative;
  color: #0081CC;
  border-bottom: 1px solid #0081CC;
  padding: 0 1.5em 0 5px;
  font-size: 18px;
  cursor: pointer;
}
.textLink a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  transform: rotate(45deg);
  right: 5px;
  margin-top: 2px;
  bottom: 4px;
}

.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: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.normalBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}

.btnListArea {
  background-color: #1CAA72;
  padding: 10px 0;
}

.btnList {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}
.btnList li {
  background-color: #fff;
  width: 250px;
  height: 100%;
  border-radius: 5px;
}
.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: #1CAA72;
  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 #1CAA72;
  border-right: 2px solid #1CAA72;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}
.btnList li a img {
  margin: 0 15px 0 -20px;
  height: 50px;
}

h2.brTitle {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  font-size: 40px;
  position: relative;
  margin-bottom: 50px;
}
h2.brTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 8px;
  background-color: #1CAA72;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .fixedBtnArea {
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    width: 100%;
  }
  .fixedBtnArea ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .fixedBtnArea ul li {
    width: 44%;
    line-height: 1.4;
    margin: 0 10px 0 0px;
  }
  .fixedBtnArea ul li a {
    font-size: 14px;
    padding: 8px 0;
  }
  .fixedBtnArea ul .topBtn {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: block;
    background-color: transparent;
    width: auto;
    margin: 0;
  }
  .fixedBtnArea ul .topBtn a {
    width: 45px;
    height: 45px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .fixedBtnArea ul .topBtn a::before {
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg) translateX(50%) translateY(50%);
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-right: 4px;
  }
  .textLink a {
    font-size: 16px;
  }
  .normalBtn {
    width: 90%;
    max-width: 350px;
  }
  .btnList {
    flex-direction: column;
    width: 100%;
    padding: 0px 0;
  }
  .btnList li {
    margin: 5px auto;
    width: 300px;
  }
  .btnList li a {
    width: 300px;
  }
  .btnList li a img {
    margin-right: 10px;
    height: 30px;
  }
  h2.brTitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
  h2.brTitle::after {
    width: 40px;
    height: 5px;
    margin-top: 10px;
  }
}
#request-form {
  margin-bottom: 40px;
}

/*実施中の割引・キャンペーン*/
h3.reasonTitle {
  padding-top: 70px;
  margin-top: -70px;
}
h3.reasonTitle .reasonTitleInner {
  background-color: #1CAA72;
  color: #fff;
  font-size: 32px;
  padding: 8px;
  display: flex;
  align-items: flex-end;
  line-height: 1.4;
  margin-bottom: 24px;
  margin-top: 8px;
}
h3.reasonTitle .reasonTitleInner img {
  margin: 0 10px 0 0;
  width: 70px;
}

h4.teacher {
  background-color: #1CAA72;
  color: #FCE339;
  font-size: 22px;
  font-weight: 7;
  padding: 5px 10px;
  border-bottom: 8px solid #FCE339;
  margin-bottom: 10px;
}

.teacherArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.teacherArea .textArea {
  width: 340px;
}
.teacherArea .imgArea {
  width: 430px;
}

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

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

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

.teacherRead {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.teacherRead span {
  /*background: linear-gradient(transparent 30%, $sub 30%);*/
}

.teacherAcc {
  position: relative;
  cursor: pointer;
  padding: 5px 0 5px 40px;
  background-color: #EAF8ED;
  color: #1CAA72;
  transition: all 0.3s ease;
  font-weight: bold;
}
.teacherAcc:hover {
  opacity: 0.7;
}
.teacherAcc .tri, .teacherAcc .tri2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1CAA72;
  border-right: 2px solid #1CAA72;
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  left: 10px;
  top: 50%;
  margin-top: -6px;
}
.teacherAcc .tri2 {
  right: 20px;
  margin-top: 0;
  margin-left: 15px;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

.teacherAccHide {
  border: 2px solid #EAF8ED;
  padding: 16px 16px;
}

.stepList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepList li {
  width: 30%;
}
.stepList li h4.stepTitle {
  font-size: 20px;
  background-color: #FCE339;
  color: #1CAA72;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 3px solid #1CAA72;
  border-right: 3px solid #1CAA72;
}

/*03*/
.costTable {
  width: 600px;
  margin: 0 auto 30px;
  border-collapse: collapse;
  border-top: 1px solid #363636;
}
.costTable th, .costTable td {
  border-bottom: 1px solid #363636;
}
.costTable th {
  padding: 10px 20px;
  white-space: nowrap;
}
.costTable td {
  padding: 10px 0px;
}

@media screen and (max-width: 640px) {
  h3.reasonTitle .reasonTitleInner {
    font-size: 5.8vw;
    padding: 10px 5px;
    display: flex;
    align-items: flex-end;
  }
  h3.reasonTitle .reasonTitleInner img {
    width: 12%;
    margin: 0 5px 0 0;
  }
  h4.teacher {
    font-size: 18px;
    border-bottom: 5px solid #FCE339;
  }
  .teacherArea {
    flex-direction: column;
  }
  .teacherArea .textArea, .teacherArea .imgArea {
    width: 100%;
  }
  .teacherRead {
    font-size: 6vw;
  }
}
/*よくあるご質問*/
.brFaqList li {
  border-bottom: 1px solid #1CAA72;
}
.brFaqList li:first-child {
  border-top: 1px solid #1CAA72;
}
.brFaqList li .question {
  position: relative;
  cursor: pointer;
  padding: 20px;
  display: flex;
}
.brFaqList li .question::before {
  content: "Q.";
  color: #1CAA72;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}
.brFaqList li .question:hover {
  background-color: #FCE339;
}
.brFaqList li .answer {
  padding: 10px 20px 20px;
  display: flex;
}
.brFaqList li .answer::before {
  content: "A.";
  color: #1CAA72;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}
.brFaqList .tri, .brFaqList .tri2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1CAA72;
  border-right: 2px solid #1CAA72;
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 30px;
  top: 50%;
  margin-top: -4px;
}
.brFaqList .tri2 {
  right: 20px;
  margin-top: 0;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 640px) {
  .brFaqList li .question {
    padding: 10px 20px 10px 10px;
  }
  .brFaqList li .answer {
    padding: 10px 10px 10px;
  }
  .brFaqList .tri, .brFaqList .tri2 {
    right: 20px;
  }
  .brFaqList .tri2 {
    right: 5px;
  }
}
/**//*# sourceMappingURL=260220_gyoseisyoshi_waribikijoho.css.map */