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

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

span {
  font-size: inherit;
}

p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.main {
  position: relative;
}
.main h1 {
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 8px rgba(170, 159, 148, 0.9), 0 0 20px rgba(170, 159, 148, 0.8), 0 0 40px rgba(170, 159, 148, 0.6);
  font-weight: bold;
  text-align: left;
  padding-top: 0.25em;
}
@media (max-width: 768px) {
  .main h1 {
    font-size: 20px;
  }
}

.main-fv {
  height: 330px;
  background: transparent url(../images/taiken/mv.jpg) no-repeat top center/cover;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .main-fv {
    height: clamp(330px, 18vw, 20vw);
  }
}
@media (max-width: 1128px) {
  .main-fv {
    height: clamp(130px, 33vw, 330px);
  }
}
@media (max-width: 768px) {
  .main-fv {
    background: transparent url(../images/taiken/mv_sp.jpg) no-repeat top center/cover;
    height: clamp(230px, 105vw, 6000px);
  }
}

.worries {
  padding: 150px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .worries {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .worries-headbox {
    max-width: 360px;
    margin: auto;
  }
}

.worries-txtbox {
  position: relative;
  margin: 40px auto 0;
}

.worries-img {
  width: 215px;
  position: absolute;
  bottom: calc(100% - 20px);
  left: 100px;
}
.worries-img img {
  max-width: 100%;
}
@media (max-width: 1128px) {
  .worries-img {
    left: 24px;
  }
}
@media (max-width: 768px) {
  .worries-img {
    width: 150px;
    position: absolute;
    left: 10%;
    transform: translateX(-50%);
    bottom: calc(100% - 60px);
  }
}

.worries-head {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.worries-head-txt {
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px solid #534741;
  line-height: 2;
}
@media (max-width: 768px) {
  .worries-head-txt {
    font-size: 15px;
  }
}
.worries-head-txt > span {
  font-weight: bold;
}

.worries-ttl {
  text-align: center;
  padding: 0 2em;
  color: #fff;
  background: #534741;
  font-size: 18px;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .worries-ttl {
    font-size: 15px;
  }
}

.worries-txt {
  padding: 50px 50px 70px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 2;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .worries-txt {
    font-size: 14px;
    padding: 30px 20px 50px;
    letter-spacing: -0.01em;
  }
}
.worries-txt span {
  background: linear-gradient(transparent 60%, #fff8a5 40%);
  font-size: 130%;
  font-weight: bold;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.15em;
}
.worries-txt:before, .worries-txt::after {
  z-index: -1;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: -20px;
  background: #fff;
  content: "";
}
.worries-txt:before {
  right: 10px;
  top: -10px;
  background: #f4e38c;
}

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


    course


============================================================================= */
.course {
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 768px) {
  .course {
    padding: 80px 0 40px;
  }
}
.course .bg_bottom {
  top: auto;
  bottom: -240px;
  z-index: 1;
}
@media (max-width: 768px) {
  .course .bg_bottom {
    top: calc(100% - 5px);
    bottom: auto;
  }
}

.course-head {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #e393b2;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .course-head {
    font-size: 20px;
  }
}

.course-txt {
  margin: 1.5em auto 0;
  max-width: 1000px;
}

.course-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .course-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
  }
}

.course-img {
  border-radius: 20px;
  padding: 5px;
  border: 2px solid #d9e021;
}
.course-img img {
  display: block;
  max-width: 100%;
  border-radius: inherit;
}

.course-txtbox {
  max-width: 80%;
  margin: auto;
  width: 100%;
  background: #fefdf4;
  text-align: center;
  margin-top: -3em;
  z-index: 2;
  position: relative;
  border-radius: 20px;
  text-align: center;
}

.course-ttl {
  font-size: 34px;
  font-weight: bold;
  padding: 0.15em 0.25em;
  margin-top: -0.5em;
}
@media (max-width: 1128px) {
  .course-ttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .course-ttl {
    font-size: 20px;
  }
}

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


    point


============================================================================= */
.point {
  background: #eceec9;
  position: relative;
  padding: 220px 0 120px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .point {
    padding: 100px 0 60px;
  }
}

.point-item {
  display: flex;
  gap: 10%;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
@media (max-width: 1128px) {
  .point-item {
    padding: 50px 16px;
    gap: 5%;
  }
}
@media (max-width: 768px) {
  .point-item {
    flex-direction: column;
    gap: 0;
    padding: 0 16px 30px 0;
  }
  .point-item:nth-last-of-type(2n) {
    padding-left: 16px;
    padding-right: 0;
  }
}
.point-item + .point-item {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .point-item + .point-item {
    margin-top: 60px;
  }
}
.point-item:before, .point-item:after {
  top: 0;
  content: "";
  position: absolute;
  left: -160px;
  width: 100vw;
  height: 100%;
  border-radius: 40px 0px 0px 40px;
}
@media (max-width: 1128px) {
  .point-item:before, .point-item:after {
    left: 0;
  }
}
@media (max-width: 768px) {
  .point-item:before, .point-item:after {
    left: 0px;
    border-radius: 20px 0px 0px 20px;
  }
}
.point-item:before {
  background: #c4ca62;
  top: 10px;
  left: -150px;
}
@media (max-width: 1128px) {
  .point-item:before {
    left: 10px;
  }
}
@media (max-width: 768px) {
  .point-item:before {
    left: 10px;
  }
}
.point-item:after {
  background: #fff;
}
.point-item:nth-of-type(2n):before, .point-item:nth-of-type(2n):after {
  border-radius: 0 40px 40px 0;
  right: -160px;
  left: auto;
}
@media (max-width: 1128px) {
  .point-item:nth-of-type(2n):before, .point-item:nth-of-type(2n):after {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .point-item:nth-of-type(2n):before, .point-item:nth-of-type(2n):after {
    right: 0;
  }
}
.point-item:nth-of-type(2n):before {
  right: -150px;
}
@media (max-width: 1128px) {
  .point-item:nth-of-type(2n):before {
    right: 10px;
  }
}
.point-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.point-txtbox {
  width: 40%;
  position: relative;
  z-index: 2;
}
.point-txtbox._course {
  width: 100%;
  text-align: center;
}
@media (max-width: 1128px) {
  .point-txtbox {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .point-txtbox {
    width: 100%;
  }
}

.one-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .one-list {
    flex-direction: column;
    display: flex;
    gap: 30px;
    width: 85%;
    margin: 28px auto 0;
    max-width: 440px;
  }
}

.one-item img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.point-imgbox {
  width: 50%;
  position: relative;
  z-index: 2;
}
.point-imgbox img {
  width: 100%;
}
.point-imgbox._course {
  width: 100%;
}
@media (max-width: 768px) {
  .point-imgbox {
    margin: 28px auto 0;
    max-width: 440px;
    width: 80%;
  }
}

.lesson-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 120px;
  margin-top: 40px;
}
@media (max-width: 1128px) {
  .lesson-list {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .lesson-list {
    flex-direction: column;
    gap: 48px;
  }
}

.lesson-item {
  max-width: 340px;
  width: 100%;
}

.lesson-item-ttl {
  text-align: center;
  font-weight: bold;
}
.lesson-item-ttl span {
  display: block;
  color: #7ca22c;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lesson-item-ttl span {
    font-size: 18px;
  }
}

.lesson-item-txt {
  margin-top: 1em;
  text-align: center;
}
.lesson-item-txt span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lesson-item-txt span {
    font-size: 15px;
  }
}

.lesson-item-price {
  margin-top: 0.5em;
  border-top: 1px solid #534741;
  border-bottom: 1px solid #534741;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 20px;
}

.lesson-item-price-en {
  font-size: 14px;
}
.lesson-item-price-en span {
  font-size: 34px;
  color: #f09f28;
  font-family: "Gabarito", sans-serif;
  font-weight: bold;
}

.lesson-item-img img {
  width: 100%;
}

.lesson-btnbox {
  margin: auto auto 0;
  text-align: center;
}

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

.lesson-item-price-txt {
  margin-top: 0.5em;
}

.point-numbox {
  text-align: left;
}
.point-item:nth-of-type(2n) .point-numbox {
  text-align: right;
}

.point-num {
  color: #e393b2;
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  margin-top: calc(-50px - 2.25em);
  display: inline-block;
  text-align: center;
}
.point-num span {
  font-weight: 600;
  font-size: 100px;
  display: block;
}
@media screen and (max-width: 768px) {
  .point-num {
    font-size: 20px;
  }
  .point-num span {
    font-size: 50px;
  }
}

.point-ttl {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.8;
}
@media (max-width: 1128px) {
  .point-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .point-ttl {
    font-size: 20px;
  }
}
.point-ttl span {
  font-weight: inherit;
  background: linear-gradient(transparent 60%, #fff8a5 40%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.15em;
}

.point-txt {
  text-align: left;
  max-width: 600px;
  margin: 1.5em auto 0;
}

.flow {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 0px;
  margin-top: 30px;
  box-sizing: border-box;
}
.flow:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fdfbe0;
  border-radius: 40px;
  z-index: -1;
  width: calc(100% + 80px);
  height: 100%;
}
@media (max-width: 1128px) {
  .flow:before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .flow:before {
    width: 100%;
    border-radius: 28px;
  }
}

.flow-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .flow-ttl {
    font-size: 18px;
  }
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
@media (max-width: 768px) {
  .flow-list {
    display: flex;
    flex-direction: column;
    max-width: 420px;
    margin: auto;
    padding: 20px;
    gap: 60px;
  }
}

.flow-item {
  position: relative;
}

.flow-item-num {
  font-family: "Gabarito", sans-serif;
  color: #efd634;
  font-weight: bold;
  font-size: 54px;
  position: absolute;
  line-height: 1;
  left: 0;
  top: -0.5em;
  z-index: 1;
}

.flow-item-img {
  padding: 20px 10px;
  background: #fff;
  position: relative;
}
.flow-item:nth-of-type(n + 2) .flow-item-img:after {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 40px;
  background: #efd634;
  clip-path: polygon(0 100%, 100% 50%, 0 0);
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 768px) {
  .flow-item:nth-of-type(n + 2) .flow-item-img:after {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 32px;
    height: 16px;
  }
}
.flow-item-img img {
  width: 100%;
}

.flow-item-txt {
  font-size: 16px;
  margin-top: 1em;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .flow-item-txt {
    font-size: 14px;
  }
}

.flow-txt {
  z-index: 2;
  margin: 2em auto 0;
  max-width: 600px;
}

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


    voice


============================================================================= */
.voice {
  padding: 120px 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .voice {
    padding: 60px 0 40px;
  }
}
.voice > .bg_up {
  top: 0px;
}
.voice > .inner {
  z-index: 2;
  position: relative;
}
.voice:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #eceec9;
  width: 100%;
  height: 200px;
}
@media (max-width: 768px) {
  .voice:before {
    height: 10vw;
  }
}

.voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .voice-list {
    flex-direction: column;
    display: flex;
    gap: 80px;
    margin-top: 80px;
  }
}

.voice-item {
  display: flex;
  gap: 30px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
  padding: 20px;
}
@media (max-width: 1128px) {
  .voice-item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .voice-item {
    flex-direction: column;
    padding: 0 20px 20px;
  }
}
.voice-item:before, .voice-item:after {
  border-radius: inherit;
  content: "";
  top: 10px;
  left: 10px;
  background: #f4e38c;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.voice-item:after {
  background: #fff;
  top: 0;
  left: 0;
}

.voice-img {
  width: 120px;
  margin-top: 20px;
}
.voice-img figcaption {
  text-align: center;
  display: block;
  margin-top: 0.75em;
  font-size: 20px;
}
@media (max-width: 768px) {
  .voice-img figcaption {
    font-size: 15px;
  }
}
@media (max-width: 1128px) {
  .voice-img {
    width: 100px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice-txtbox {
  width: calc(100% - 150px);
}
@media (max-width: 1128px) {
  .voice-txtbox {
    width: 100%;
  }
}

.voice-ttl {
  font-size: 20px;
  color: #e393b2;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .voice-ttl {
    font-size: 16px;
  }
}

.voice-txt {
  font-size: 16px;
  border-bottom: 1px dotted #534741;
  display: inline;
}
@media screen and (max-width: 768px) {
  .voice-txt {
    font-size: 14px;
  }
}

.qa {
  padding: 50px 0 120px;
}
@media (max-width: 768px) {
  .qa {
    padding: 50px 0 80px;
  }
}/*# sourceMappingURL=taiken_new.css.map */