#lp_content .catchcopy {
  position: relative;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  #lp_content .catchcopy .bg {
    overflow-x: clip;
  }

  #lp_content .catchcopy .bg img {
    transform: scale(1.2);
  }
}

#lp_content .catchcopy img {
  width: 100%;
}

#lp_content .makar {
  position: relative;
  z-index: 1;
}

#lp_content .makar::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 100%;
  background-color: #F1E533;
  z-index: -1;
}

@media (max-width: 767px) {
  #lp_content .makar::before {
    height: 10px;
  }
}

#lp_content .makar-ttl .container {
  position: relative;
  padding: 0;
}

#lp_content .makar-ttl .container::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: #323333;
}

#lp_content .makar-ttl .container .ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: white;
  margin: auto;
  padding: 0 1rem;
}

#lp_content .makar-ttl .container .ttl span {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: bold;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  #lp_content .makar-ttl .container .ttl span {
    font-size: 22px;
  }
}

#lp_content .makar-ttl .container .ttl span::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 20px;
  width: 100%;
  background-color: #F1E533;
  z-index: -1;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  #lp_content .makar-ttl .container .ttl span::before {
    height: 10px;
  }
}

#lp_content .point {
  margin-top: 4rem;
}

#lp_content .point .point-ttl {
  position: relative;
  z-index: 1;
}

#lp_content .point .point-ttl .ttl span {
  font-size: 70px;
}

#lp_content .point .point-ttl .point-makar {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: auto;
  height: 27px;
  width: 250px;
  background-color: #F1E533;
  z-index: -1;
}

#lp_content .point .point-content {
  background-color: #E6E6E5;
  margin-top: 3rem;
  padding: 2rem 0;
}

#lp_content .point .point-content .container {
  max-width: 1000px;
}

#lp_content .point .point-content .container .box {
  display: flex;
  padding: 2rem 3rem;
}

#lp_content .point .point-content .container .box:first-child {
  border-bottom: 2px solid #323333;
}

#lp_content .point .point-content .container .box .ico {
  max-width: 150px;
}

@media (min-width: 992px) {
  #lp_content .point .point-content .container .box .ico .pc-none {
    display: none;
  }
}

@media (max-width: 991px) {
  #lp_content .point .point-content .container .box .ico .sp-none {
    display: none;
  }
}

#lp_content .point .point-content .container .box .txt {
  position: relative;
  font-size: 36px;
  line-height: 3rem;
  font-weight: bold;
  width: 100%;
  margin-left: 2rem;
}

#lp_content .point .point-content .container .box .txt .txt-inner {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1023px) {
  #lp_content .point .point-content .container .box .txt {
    font-size: 28px;
    line-height: 2.5rem;
  }
}

@media (max-width: 991px) {
  #lp_content .point {
    margin-top: 2rem;
  }

  #lp_content .point .point-content {
    padding: 1rem 0;
  }

  #lp_content .point .point-content .container {
    padding: 0 2rem;
  }

  #lp_content .point .point-content .container .box {
    display: block;
    padding: 2rem 1rem;
  }

  #lp_content .point .point-content .container .box .ico {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  #lp_content .point .point-content .container .box .txt {
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #lp_content .point .point-content .container .box .txt {
    font-size: 20px;
    line-height: 2rem;
  }
}

@media (max-width: 991px) {
  #lp_content .point .point-content .container .box .txt .txt-inner {
    position: relative;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #lp_content .point {
    margin-top: 3rem;
  }

  #lp_content .point .point-ttl .ttl span {
    font-size: 32px;
  }

  #lp_content .point .point-ttl .point-makar {
    height: 10px;
    width: 130px;
  }

  #lp_content .point .point-content {
    margin-top: 1.5rem;
    padding: 0;
  }
}

@media (max-width: 767px) and (max-width: 540px) {
  #lp_content .point .point-content .container {
    padding: 0 1rem;
  }

  #lp_content .point .point-content .container .box {
    padding: 2rem 10px;
  }

  #lp_content .point .point-content .container .box .ico {
    width: 70px;
  }

  #lp_content .point .point-content .container .box .txt {
    font-size: 16px;
    line-height: 1.5rem;
    margin-top: 10px;
  }
}

#lp_content #hard-sec02 {
  margin-top: 5rem;
}

#lp_content #hard-sec02 .makar-ttl .pc-none {
  display: none;
}

@media (max-width: 991px) {
  #lp_content #hard-sec02 .makar-ttl .container .ttl span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #lp_content #hard-sec02 .makar-ttl .pc-none {
    display: block;
  }

  #lp_content #hard-sec02 .makar-ttl .container .ttl {
    padding: 0;
  }

  #lp_content #hard-sec02 .makar-ttl .container .ttl span {
    display: block;
    font-size: 20px;
    text-align: center;
  }
}

#lp_content #hard-sec02 .sec02-content {
  margin-top: 5rem;
}

@media (min-width: 1200px) {
  #lp_content #hard-sec02 .sec02-content .container {
    max-width: 1000px;
  }
}

#lp_content #hard-sec02 .sec02-content .container video {
  width: 100%;
  height: auto;
}

#lp_content #hard-sec02 .sec02-content .container iframe {
  display: block;
  margin: auto;
  width: 351px;
  height: 206px;
}

@media (min-width: 540px) {
  #lp_content #hard-sec02 .sec02-content .container iframe {
    width: 480px;
    height: 283px;
  }
}

@media (min-width: 768px) {
  #lp_content #hard-sec02 .sec02-content .container iframe {
    width: 680px;
    height: 400px;
  }
}

@media (min-width: 992px) {
  #lp_content #hard-sec02 .sec02-content .container iframe {
    width: 870px;
    height: 512px;
  }
}

@media (min-width: 1200px) {
  #lp_content #hard-sec02 .sec02-content .container iframe {
    width: 1000px;
    height: 590px;
  }
}

@media (max-width: 539px) {
  #lp_content #hard-sec02 {
    margin-top: 3rem;
  }

  #lp_content #hard-sec02 .sec02-content {
    margin-top: 2rem;
  }
}

#lp_content .voice {
  margin-top: 5rem;
}

#lp_content .voice .voice-content {
  margin-top: 5rem;
}

#lp_content .voice .voice-content .container {
  padding: 0 3rem;
  max-width: 1000px;
}

#lp_content .voice .voice-content .container .row {
  justify-content: space-between;
}

#lp_content .voice .voice-content .container .row .box {
  max-width: 420px;
}

#lp_content .voice .voice-content .container .row .box .box-ttl {
  position: relative;
  background-color: #F0AA3E;
  color: white;
  text-align: center;
  font-size: 24px;
  padding: 1.5rem 0;
  border-radius: 10px 10px 0 0;
}

#lp_content .voice .voice-content .container .row .box .box-ttl .triangle {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  display: block;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 0px solid transparent;
  padding: 0;
  border-top: 25px solid #F0AA3E;
  width: 25px;
  height: 25px;
  margin: auto;
}

#lp_content .voice .voice-content .container .row .box .box-content {
  background-image: url(../img/img-lower/voice-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 1rem 2rem;
  border-radius: 0 0 10px 10px;
}

#lp_content .voice .voice-content .container .row .box .box-content .img img {
  width: 100%;
}

#lp_content .voice .voice-content .container .row .box .box-content .txt {
  margin-top: 2rem;
  border-radius: 0 20px 20px 20px;
  background: white;
  padding: 3px;
}

#lp_content .voice .voice-content .container .row .box .box-content .txt .txt-inner {
  border-radius: 0 20px 20px 20px;
  border: 1px solid #FF4500;
  padding: 1rem;
}

#lp_content .voice .voice-content .container .row .box .box-content .txt .txt-inner h3 {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

#lp_content .voice .voice-content .container .row .box .box-content .txt .txt-inner h3 img {
  position: absolute;
  left: 0;
  top: -3px;
}

#lp_content .voice .voice-content .container .row .box .box-content .txt .txt-inner p {
  margin-top: 1rem;
  line-height: 1.4rem;
}

@media (max-width: 991px) {
  #lp_content .voice .voice-content .container .row .box {
    margin: auto;
  }

  #lp_content .voice .voice-content .container .row .box:last-child {
    margin-top: 3rem;
  }
}

@media (max-width: 540px) {
  #lp_content .voice {
    margin-top: 3rem;
  }

  #lp_content .voice .voice-content {
    margin-top: 3rem;
  }

  #lp_content .voice .voice-content .container {
    padding: 0 2rem;
  }

  #lp_content .voice .voice-content .container .row .box {
    padding: 0;
  }
}

#lp_content #hard-sec04 {
  margin-top: 5rem;
}

#lp_content #hard-sec04 .video-wrapper {
  position: relative;
  width: 100%;
}

#lp_content #hard-sec04 .video-wrapper video {
  width: 100%;
}

#lp_content #hard-sec04 .video-wrapper iframe {
  width: 100%;
  height: 50vw;
}

#lp_content #hard-sec04 .video-wrapper .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lp_content #hard-sec04 .video-wrapper .video-cover.on {
  display: none;
}

#lp_content #hard-sec04 .video-wrapper .video-cover .txt {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -32vw;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: white;
  font-size: 45px;
}

#lp_content #hard-sec04 .video-wrapper .video-cover .play-btn {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}

#lp_content #hard-sec04 .video-wrapper .video-cover::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #7F7F80;
  opacity: 0.8;
}

@media (max-width: 767px) {
  #lp_content #hard-sec04 .video-wrapper .video-cover .txt {
    font-size: 32px;
  }

  #lp_content #hard-sec04 .video-wrapper .video-cover .play-btn {
    width: 120px;
  }
}

@media (max-width: 539px) {
  #lp_content #hard-sec04 .video-wrapper .video-cover .txt {
    font-size: 24px;
  }

  #lp_content #hard-sec04 .video-wrapper .video-cover .play-btn {
    width: 80px;
  }
}

#lp_content .course {
  margin-top: 6rem;
}

@media (min-width: 1024px) {
  #lp_content .course {
    margin-bottom: 30px;
  }
}

#lp_content .course .makar-ttl .pc-none {
  display: none;
}

@media (max-width: 991px) {
  #lp_content .course .makar-ttl .container .ttl span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #lp_content .course .makar-ttl .pc-none {
    display: block;
  }

  #lp_content .course .makar-ttl .container .ttl {
    padding: 0;
  }

  #lp_content .course .makar-ttl .container .ttl span {
    display: block;
    font-size: 20px;
    text-align: center;
  }
}

#lp_content .course .course-content {
  background-color: #E6E6E5;
  padding: 2rem 0 5rem;
  margin-top: 3rem;
}

#lp_content .course .course-content .container {
  max-width: 1050px;
}

#lp_content .course .course-content .container .row .box {
  margin: auto;
}

#lp_content .course .course-content .container .row .box .orange {
  color: #FF4500;
}

#lp_content .course .course-content .container .row .box .red {
  color: #B22222;
}

#lp_content .course .course-content .container .row .box .box-above {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#lp_content .course .course-content .container .row .box .box-above .lefter {
  font-size: 130px;
  font-weight: bold;
  font-style: italic;
}

#lp_content .course .course-content .container .row .box .box-above .righter {
  position: relative;
  top: 18px;
  margin-left: 1rem;
}

#lp_content .course .course-content .container .row .box .box-above .righter .above {
  font-size: 32px;
}

#lp_content .course .course-content .container .row .box .box-above .righter .bottom {
  display: flex;
  font-style: italic;
}

#lp_content .course .course-content .container .row .box .box-above .righter .bottom .left {
  position: relative;
  left: -10px;
  font-size: 70px;
  font-weight: bold;
}

#lp_content .course .course-content .container .row .box .box-above .righter .bottom .right {
  position: relative;
  top: 5px;
  font-size: 32px;
}

#lp_content .course .course-content .container .row .box .box-bottom {
  margin-top: 2.5rem;
}

#lp_content .course .course-content .container .row .box .box-bottom .row .i-box .above {
  padding: 0 0 0.5rem;
  font-size: 26px;
  color: #F1E533;
  background-color: #323333;
  border-radius: 10px;
  text-align: center;
}

#lp_content .course .course-content .container .row .box .box-bottom .row .i-box .above span {
  font-size: 32px;
}

#lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom {
  position: relative;
  background-color: white;
  font-size: 45px;
  font-weight: bold;
  height: 100px;
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

#lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom .inner .yen {
  font-size: 32px;
  color: black;
}

@media (max-width: 991px) {
  #lp_content .course .course-content .container .row .box .box-above .lefter {
    font-size: 100px;
  }

  #lp_content .course .course-content .container .row .box .box-above .righter .above {
    font-size: 26px;
  }

  #lp_content .course .course-content .container .row .box .box-above .righter .bottom .left {
    font-size: 50px;
  }

  #lp_content .course .course-content .container .row .box .box-above .righter .bottom .right {
    font-size: 26px;
    top: 3px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom {
    font-size: 38px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom .inner .yen {
    font-size: 28px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .above {
    font-size: 22px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .above span {
    font-size: 28px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom {
    font-size: 30px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom .inner .yen {
    font-size: 20px;
  }
}

@media (max-width: 539px) {
  #lp_content .course .course-content {
    padding: 2rem 0 3rem;
  }

  #lp_content .course .course-content .container .row .box .box-above .lefter {
    font-size: 83px;
  }

  #lp_content .course .course-content .container .row .box .box-above .righter .above {
    font-size: 24px;
  }

  #lp_content .course .course-content .container .row .box .box-above .righter .bottom .left {
    font-size: 40px;
  }

  #lp_content .course .course-content .container .row .box .box-above .righter .bottom .right {
    font-size: 20px;
    top: 3px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box {
    padding: 0 5px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .above {
    font-size: 16px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .above span {
    font-size: 22px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom {
    font-size: 22px;
    margin-top: 8px;
    height: 80px;
  }

  #lp_content .course .course-content .container .row .box .box-bottom .row .i-box .bottom .inner .yen {
    font-size: 16px;
  }
}

#social {
  padding-bottom: 4rem;
}

@media (max-width: 767px) {
  #social {
    padding-bottom: 3rem;
  }
}

/*# sourceMappingURL=page-hard.css.map */