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

.yellowMarker {
  background: linear-gradient(transparent 30%, #FDF3AD 30%);
}

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

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

@media screen and (max-width: 640px) {
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box, .w1000Box {
    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 .upper {
  color: #1CAA72;
  background-color: #EAF8ED;
  font-size: 80%;
  padding: 4px 8px;
}
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;
}

.textBox > p:not(:last-child) {
  margin-bottom: 1em;
}

.textLink {
  position: relative;
  color: #0081CC;
  padding: 0 12px 0 0;
  cursor: pointer;
}
.textLink::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  transform: rotate(45deg);
  right: 0px;
  bottom: 4px;
  top: auto;
}

/*fixedBtnArea*/
.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: #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 .muryou a::before, .fixedBtnArea .siryou a::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: 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: 5px 0;
  }
  .fixedBtnArea li {
    width: 44%;
    line-height: 1.4;
  }
  .fixedBtnArea .muryou a, .fixedBtnArea .siryou a {
    width: 100%;
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: 600;
  }
  .fixedBtnArea .muryou a::before, .fixedBtnArea .siryou a::before {
    right: 5%;
  }
  .fixedBtnArea .siryou {
    margin-top: 0;
    margin-left: 10px;
  }
}
/*mainContentsArea*/
section.mainContentsArea {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-color: #F5F5F5;
}
section.mainContentsArea::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(to top, #1CAA72, #46C155);
  clip-path: polygon(100% 100%, 100% 0%, 0 30%, 0 100%);
}
section.mainContentsArea .mainContentsInner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
section.mainContentsArea .mainContentsInner .mainTitle01, section.mainContentsArea .mainContentsInner .mainTitle02 {
  position: absolute;
  left: 0;
  top: 80px;
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
}
section.mainContentsArea .mainContentsInner .mainTitle01 .bg, section.mainContentsArea .mainContentsInner .mainTitle02 .bg {
  font-size: 96px;
  letter-spacing: 0.2em;
  background: linear-gradient(transparent 50%, #FCE339 50%);
  padding: 0 0.2em;
}
section.mainContentsArea .mainContentsInner .mainTitle02 .bg {
  font-size: clamp(40px, 8vw, 62px);
  padding: 0;
}
section.mainContentsArea .mainContentsInner .morit {
  width: 440px;
  position: absolute;
  top: 16px;
  right: 0;
}
section.mainContentsArea .mainContentsInner .bannerArea {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 480px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
section.mainContentsArea .mainBack {
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 640px) {
  section.mainContentsArea {
    height: auto;
    background-color: #F5F5F5;
  }
  section.mainContentsArea::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
  }
  section.mainContentsArea .mainContentsInner {
    position: relative;
    width: 96%;
    height: 100%;
  }
  section.mainContentsArea .mainContentsInner .mainTitle01, section.mainContentsArea .mainContentsInner .mainTitle02 {
    position: relative;
    left: 0;
    top: 0px;
    font-size: 24px;
  }
  section.mainContentsArea .mainContentsInner .mainTitle01 .bg, section.mainContentsArea .mainContentsInner .mainTitle02 .bg {
    font-size: 64px;
  }
  section.mainContentsArea .mainContentsInner .mainTitle02 .bg {
    font-size: clamp(40px, 8vw, 62px);
    padding: 0;
  }
  section.mainContentsArea .mainContentsInner .morit {
    width: 240px;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
  }
  section.mainContentsArea .mainContentsInner .bannerArea {
    width: 90%;
    bottom: 16px;
    transform: translateX(-50%);
    left: 50%;
  }
  section.mainContentsArea .mainBack {
    height: 100%;
  }
}
/*mezasuList*/
.grayTrBack {
  background-color: #EAF8ED;
  padding: 70px 0 0;
  position: relative;
  margin-bottom: 144px;
}
.grayTrBack::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50vw 0 50vw;
  border-color: #EAF8ED transparent transparent transparent;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.grayTrBack h2.normalTitle .upper {
  background-color: #FCE339;
}

.mezasuList {
  display: flex;
  justify-content: space-between;
}
.mezasuList li {
  width: 22%;
  text-align: center;
}
.mezasuList li h3 {
  margin-bottom: 5px;
  line-height: 1.4;
}
.mezasuList li h3 span {
  background: linear-gradient(transparent 30%, #FCE339 30%);
  padding: 0 5px 5px;
}
.mezasuList li img {
  margin-top: 20px;
  height: 120px;
}
.mezasuList .point {
  position: relative;
  border-bottom: 2px solid #1CAA72;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.mezasuList .point::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;
}
.mezasuList .point::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 #EAF8ED;
}

@media screen and (max-width: 640px) {
  .grayTrBack {
    background-color: #EAF8ED;
    padding: 40px 0 0;
    position: relative;
    margin-bottom: 80px;
  }
  .grayTrBack::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 50vw 0 50vw;
    border-color: #EAF8ED transparent transparent transparent;
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mezasuList {
    flex-wrap: wrap;
  }
  .mezasuList li {
    width: 48%;
    margin-bottom: 20px;
    font-size: 90%;
  }
  .mezasuList li h3 {
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .mezasuList li img {
    margin-top: 10px;
    height: 80px;
  }
}
/*pointBoxList*/
.pointBoxList {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pointBoxList li {
  display: flex;
  align-items: center;
  gap: 32px;
}
.pointBoxList li:nth-child(even) {
  flex-direction: row-reverse;
}
.pointBoxList li h3.pointBoxTitle {
  font-size: clamp(18px, 4vw, 22px);
  color: #1CAA72;
  text-align: center;
  margin-bottom: 0.4em;
}
.pointBoxList li .pointBoxImg {
  width: 90%;
  display: block;
  margin: 0 auto;
  max-width: 440px;
}

@media screen and (max-width: 640px) {
  .pointBoxList {
    gap: 24px;
  }
  .pointBoxList li {
    flex-direction: column;
    gap: 8px;
  }
  .pointBoxList li:nth-child(even) {
    flex-direction: column;
  }
}
/*soudanTeacherArea*/
.soudanTeacherUpper {
  margin-bottom: 24px;
}

.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) {
  .soudanTeacherUpper {
    margin-bottom: 8px;
  }
  .soudanTeacherArea {
    flex-direction: column-reverse;
    gap: 0px;
  }
}
/*gaiyouTable*/
.gaiyouTable {
  border-collapse: collapse;
  width: 740px;
  margin: 0 auto;
  border-top: 1px solid #1CAA72;
}
.gaiyouTable th, .gaiyouTable td {
  border-bottom: 1px solid #1CAA72;
  padding: 10px 0;
}
.gaiyouTable th {
  padding: 20px 20px;
  white-space: nowrap;
}
.gaiyouTable td > p:not(:last-child) {
  margin-bottom: 1em;
}
.gaiyouTable .price {
  font-size: 120%;
  font-weight: bold;
  color: #DD3D3D;
}
.gaiyouTable .flexPC {
  display: flex;
}
.gaiyouTable .flexPC:not(:last-child) {
  margin-bottom: 10px;
}
.gaiyouTable .flexPC img {
  margin-left: 20px;
}

.btnList {
  display: flex;
  justify-content: space-around;
  margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
  .gaiyouTable {
    width: 100%;
  }
  .gaiyouTable th, .gaiyouTable td {
    display: block;
  }
  .gaiyouTable th {
    padding: 10px 0 0 10px;
    border: none;
    text-align: left;
  }
  .gaiyouTable td {
    padding: 0 10px 10px 10px;
  }
  .gaiyouTable .flexPC {
    flex-direction: column;
  }
  .gaiyouTable .flexPC:not(:last-child) {
    margin-bottom: 20px;
  }
  .gaiyouTable .flexPC img {
    width: 80%;
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
  .btnList {
    flex-direction: column;
  }
  .btnList li {
    margin: 5px 0;
  }
}
/*gsFaqList*/
.gsFaqList li {
  border-bottom: 1px solid #1CAA72;
}
.gsFaqList li:first-child {
  border-top: 1px solid #1CAA72;
}
.gsFaqList li .question {
  position: relative;
  cursor: pointer;
  padding: 20px;
  display: flex;
}
.gsFaqList li .question::before {
  content: "Q.";
  color: #1CAA72;
  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: #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;
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 30px;
  top: 50%;
  margin-top: -4px;
}

.tri2 {
  right: 20px;
  margin-top: 0;
  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;
  }
}
/**//*# sourceMappingURL=260430_gyoseisyoshi_moshi.css.map */