/* CSS Document */
span {
  font-size: inherit;
  font-weight: inherit;
}

.taiken {
  color: #534741;
  background: #fefdf4;
  position: relative;
  overflow: hidden;
}

.main {
  position: relative;
}
.main h1 {
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 8px rgba(107, 135, 55, 0.9), 0 0 20px rgba(107, 135, 55, 0.8), 0 0 40px rgba(107, 135, 55, 0.6);
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main h1 {
    font-size: 20px;
  }
}

.main-fv {
  height: 330px;
  background: transparent url(../images/point/mv.png) no-repeat top center/cover;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 1920px) {
  .main-fv {
    height: clamp(330px, 18vw, 20vw);
  }
}
@media (max-width: 768px) {
  .main-fv {
    background: transparent url(../images/point/mv_sp.jpg) no-repeat top center/cover;
    height: clamp(230px, 105vw, 6000px);
  }
  .main-fv > .w1080 {
    margin-top: 20px;
    margin-bottom: auto;
  }
}

/* =============================================================================


    point


============================================================================= */
.point {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .point {
    padding-top: 60px;
  }
}
.point > .inner {
  position: relative;
}

.point-img {
  width: 320px;
  position: absolute;
  left: 40px;
  bottom: -161px;
}
.point-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point-img {
    width: 160px;
    left: calc(-16px - 5vw);
  }
}

.point-txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  margin-top: 60px;
  padding-left: 380px;
}
.point-txt span {
  margin: 0.15em;
  font-size: 24px;
  border-radius: 10px;
  padding: 0.15em;
  background: #e393b2;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .point-txt {
    padding-left: 100px;
    box-sizing: border-box;
    font-size: 15px;
    margin-top: 28px;
  }
  .point-txt span {
    padding: 0 0.15em;
    font-size: 18px;
    line-height: 2;
  }
}

/* =============================================================================


    check


============================================================================= */
.one {
  position: relative;
  background: #fff1c4;
  padding: 0px 0 80px 0;
}

.two,
.four {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #fefdf4;
}
.two > .bg_up,
.four > .bg_up {
  top: 120px;
}
@media (max-width: 768px) {
  .two > .bg_up,
  .four > .bg_up {
    top: 0;
  }
}
.two:before,
.four:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff1c4;
  width: 100%;
  height: 340px;
}
@media (max-width: 768px) {
  .two:before,
  .four:before {
    height: 10vw;
  }
}

.three {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background: #fff1c4;
}

.three-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -40px;
  margin-bottom: 60px;
}
@media (max-width: 1128px) {
  .three-flex {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .three-flex {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 30px;
  }
}

.three-img {
  background: #fff;
  padding: 10px;
  transform: matrix(1, -0.07, 0.07, 1, 0, 0);
  width: 40%;
  margin-left: -40px;
}
.three-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .three-img {
    width: 75%;
    margin: auto;
    max-width: 420px;
  }
}

.one-contents,
.three-contents,
.two-contents {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .one-contents,
  .three-contents,
  .two-contents {
    margin-top: 60px;
  }
}

.two-flex,
.one-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7%;
}
@media (max-width: 768px) {
  .two-flex,
  .one-flex {
    flex-direction: column;
  }
}

.two-img,
.one-img {
  width: 48%;
}
.two-img img,
.one-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .two-img,
  .one-img {
    width: 100%;
    max-width: 420px;
    margin: auto;
    margin-top: 30px;
  }
}

.one-img {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .one-img {
    margin-top: 30px;
  }
}

.one-txt,
.two-txt,
.three-txt {
  font-size: 18px;
  line-height: 1.8;
}
.one-txt span,
.two-txt span,
.three-txt span {
  font-size: inherit;
  font-weight: bold;
}
@media (max-width: 768px) {
  .one-txt,
  .two-txt,
  .three-txt {
    width: 100%;
    font-size: 15px;
  }
}

.one-txt {
  width: 45%;
}
.one-txt span {
  background: linear-gradient(transparent 60%, #fff 40%);
}
@media (max-width: 768px) {
  .one-txt {
    width: 100%;
    margin: auto;
  }
}

.two-txt {
  width: 45%;
}
.two-txt span {
  background: linear-gradient(transparent 60%, #fff1c4 40%);
}
@media (max-width: 768px) {
  .two-txt {
    width: 100%;
    margin: auto;
  }
}

.three-txt {
  width: calc(52% + 40px);
}
.three-txt span {
  background: linear-gradient(transparent 60%, #ffffff 40%);
}
@media (max-width: 768px) {
  .three-txt {
    width: 100%;
    margin: auto;
  }
}

.check-img {
  width: 80px;
  margin: auto;
}
.check-img img {
  width: 100%;
}

.check-txtbox {
  position: relative;
  max-width: 900px;
  margin: auto;
  border-radius: 40px;
  z-index: 2;
  padding: 60px 20px;
}
@media (max-width: 768px) {
  .check-txtbox {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
.check-txtbox:before, .check-txtbox:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.check-txtbox:before {
  top: 10px;
  left: 10px;
  background: #e393b2;
}

.check-txt {
  padding-right: 40px;
}
.check-txt span {
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px dotted #534741;
}
@media (max-width: 768px) {
  .check-txt {
    padding-right: 0;
    text-align: left;
  }
}

.check-num {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 2em;
  font-size: 16px;
  font-weight: 600;
  font-family: "Gabarito", sans-serif;
  color: #e393b2;
  line-height: 1;
}
.check-num span {
  font-size: 40px;
  padding-left: 0.15em;
}
.check-num:after, .check-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  height: 50%;
  background: #e393b2;
  width: 1px;
}
.check-num:after {
  left: auto;
  right: 0.15em;
  transform: scale(-1, 1) translateY(-50%) rotate(-15deg);
}

.check-headbox {
  font-size: 20px;
  display: flex;
  font-weight: bold;
  align-items: baseline;
  position: relative;
  z-index: 1;
  text-align: center;
  justify-content: center;
  margin-top: 24px;
}
.check-headbox > span {
  font-weight: bold;
  font-size: 130%;
}
.check-headbox > span.cr {
  color: #e393b2;
}

.check-txtbox {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .check-txtbox {
    display: flex;
    flex-direction: column;
  }
}

.check-headen {
  opacity: 0.1;
  color: #e393b2;
  font-family: "Gabarito", sans-serif;
  font-weight: bold;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .check-headen {
    font-size: 50px;
  }
}

.check-head {
  text-align: center;
  margin-top: -1em;
  position: relative;
  z-index: 3;
  font-size: 28px;
}
@media (max-width: 768px) {
  .check-head {
    font-size: 20px;
  }
}

.check-head-txt {
  background: #e393b2;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: inherit;
  display: inline-flex;
  align-items: baseline;
}
.check-head-txt span {
  font-size: 70%;
}
.check-head-txt:before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  width: 25px;
  height: 12.5px;
  background: #e393b2;
}

.three-graphbox {
  background: #fff;
  padding: 30px;
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .three-graphbox {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
  }
}

.three-graph {
  padding: 20px;
}

.three-graph + .three-graph {
  border-left: 1px solid #534741;
}
@media (max-width: 768px) {
  .three-graph + .three-graph {
    border-left: none;
    border-top: 1px solid #534741;
  }
}

.three-graph-ttl {
  text-align: center;
}
.three-graph-ttl span {
  font-size: 24px;
  font-weight: bold;
  background: #fff56e;
}
@media (max-width: 768px) {
  .three-graph-ttl span {
    font-size: 18px;
  }
}

.three-figure {
  margin: 30px auto 0;
  width: 80%;
}
.three-figure img {
  width: 100%;
}
@media (max-width: 768px) {
  .three-figure {
    width: 100%;
  }
}

.three-graph-txt {
  font-size: 16px;
  width: 100%;
  grid-area: 2/1/3/3;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .three-graph-txt {
    font-size: 14px;
  }
}

.check-btnlist {
  display: flex;
  gap: 15px;
  max-width: 900px;
  align-items: center;
  margin: 40px auto 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .check-btnlist {
    flex-direction: column;
    align-items: center;
  }
}

.check-btn {
  width: calc(50% - 7.5px);
  display: block;
  position: relative;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  background: #f09f28;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  border: 1px solid #f09f28;
  transition: 0.2s;
}
.check-btn:hover {
  background: #fff;
  color: #f09f28;
  transition: 0.2s;
}
.check-btn:hover span {
  background: #f09f28;
}
.check-btn:hover span:before {
  background: #fff;
}
@media (max-width: 1128px) {
  .check-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .check-btn {
    width: 100%;
    max-width: 320px;
  }
}
.check-btn span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  transition: 0.2s;
}
.check-btn span:before {
  width: 50%;
  height: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 100%, 100% 50%, 0 0);
  background: #f09f28;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .check-btn span {
    right: 10px;
  }
}

.lesson-contents {
  margin: 80px auto 0;
}

.four-price {
  max-width: 800px;
  margin: auto;
  letter-spacing: 0;
}

.four-price-content {
  border-bottom: 1px solid #534741;
}

.four-price-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
}
.four-price-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  background: #534741;
  z-index: -1;
  width: 100%;
}
.four-price-ttl span {
  padding: 0 0.5em;
  background: #fce699;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .four-price-ttl span {
    font-size: 20px;
  }
}

.four-price-content {
  display: flex;
  padding: 28px 0;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .four-price-content {
    flex-direction: column;
    gap: 20px;
  }
}

.four-price-head {
  background: #c0d36a;
  position: relative;
  font-size: 18px;
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 10px;
  text-align: right;
  position: relative;
  font-weight: bold;
}
.four-price-head:before {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  background: inherit;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.four-price-head span {
  background: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.four-price-yen {
  font-size: 24px;
  font-weight: bold;
}
.four-price-yen span {
  font-size: 60px;
  font-weight: 600;
  font-family: "Gabarito", sans-serif;
  color: #e393b2;
}

.four-price-txt {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1128px) {
  .four-price-txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .four-price-txt {
    font-size: 14px;
  }
}

.four-people-ttl {
  text-align: center;
  margin-top: 40px;
}
.four-people-ttl span {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fce699 40%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .four-people-ttl span {
    font-size: 20px;
  }
}

.four-formula {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .four-formula {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.formula-txt {
  font-size: 18px;
}
.formula-txt span {
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 768px) {
  .formula-txt {
    /*     font-size: 15px;
    text-align: center;

    span {
      font-size: 20px;
    } */
  }
}

.formula-tri {
  width: 15px;
  height: 15px;
  clip-path: polygon(0 100%, 100% 50%, 0 0);
  background: #534741;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .formula-tri {
    display: none;
  }
}

.formula-answer {
  font-size: 16px;
  position: relative;
}
.formula-answer:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #534741;
  width: 40px;
  height: 20px;
  opacity: 0;
  display: none;
}
.formula-answer span {
  font-size: 32px;
  font-family: "Gabarito", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .formula-answer {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    position: relative;
  }
  .formula-answer:before {
    opacity: 1;
    display: block;
  }
}

.four-head {
  margin: 80px auto 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media (max-width: 768px) {
  .four-head {
    font-size: 18px;
    margin-top: 40px;
  }
}
.four-head > span {
  padding-bottom: 10px;
  background: transparent url(../images/point/border.svg) repeat-x bottom center/15px 15px;
}
.four-head > span > span {
  color: #e393b2;
}

/* =============================================================================


    lesson


============================================================================= */
.lesson {
  z-index: 1;
  padding: 0px 0 40px;
  position: relative;
}
.lesson > .w1080 {
  position: relative;
}
@media (max-width: 768px) {
  .lesson {
    padding: 0px 16px 32px;
    margin-top: 80px;
  }
}
.lesson:before {
  content: "";
  width: 1128px;
  height: 100%;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #f7931e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1128px) {
  .lesson:before {
    width: 98%;
  }
}
@media (max-width: 768px) {
  .lesson:before {
    width: calc(100% - 32px);
  }
}

.point-lesson-deco {
  position: absolute;
  bottom: calc(100% - 10px);
  right: -100px;
  max-width: 350px;
  width: 28vw;
  z-index: -1;
}
.point-lesson-deco img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .point-lesson-deco {
    right: -32px;
    max-width: 200px;
    bottom: calc(100% - 10px);
  }
}

.lesson-en {
  text-align: center;
  font-weight: bold;
  color: #f7931e;
  font-weight: 600;
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  top: -1.5em;
  position: relative;
}
.lesson-en span {
  position: relative;
  padding: 0 2em;
  font-size: inherit;
}
.lesson-en span:after, .lesson-en span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  height: 100%;
  background: #f7931e;
  width: 1px;
}
.lesson-en span:after {
  left: auto;
  right: 0;
  transform: scale(-1, 1) translateY(-50%) rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .lesson-en {
    font-size: 14px;
  }
}

.lesson-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
  margin-top: 20px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lesson-ttl {
    font-size: 28px;
    margin-top: 20px;
    padding-top: 50px;
  }
}
.lesson-ttl > span {
  background: linear-gradient(transparent 60%, #fff8a5 40%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.15em;
}
.lesson-ttl > span > span {
  color: #e393b2;
}

.lesson-deco {
  width: 220px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lesson-deco {
    width: 120px;
  }
}

.lesson-head {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .lesson-head {
    font-size: 28px;
    text-align: center;
  }
}
.lesson-head span {
  position: relative;
  padding: 0 1em;
  display: inline-block;
}
.lesson-head span:after, .lesson-head span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-15deg);
  height: 100%;
  background: #534741;
  width: 1px;
}
.lesson-head span:after {
  left: auto;
  right: 0.15em;
  transform: scale(-1, 1) translateY(-50%) rotate(-15deg);
}

.page-school-btnlist {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page-school-btnlist {
    margin-top: 20px;
  }
}/*# sourceMappingURL=point.css.map */