@charset "UTF-8";
/*コーディング下敷き*/
html {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

body {
  background: #000;
  color: #fff;
}
body section {
  width: 95%;
  max-width: 1150px;
  margin: 0 auto;
}
body section.w100 {
  width: 100%;
  max-width: none;
}
body .main {
  position: relative;
  background-color: #000;
  height: 730px;
  margin-bottom: 140px;
}
body .main .mv {
  width: 100%;
  height: 740px;
  background-image: url(../images/lesson/mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
body .main .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 43px;
  width: 41.3%;
  min-width: 496px;
}
body .main h2.mv_text {
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 20.5px;
  line-height: 1.5;
}
@media screen and (max-width: 995px) {
  body .main {
    height: 320px;
    margin-bottom: 35px;
  }
  body .main .mv {
    height: 255px;
    background-image: url(../images/lesson/mv_sp.jpg);
  }
  body .main .logo {
    bottom: 40px;
    width: 287px;
    min-width: 287px;
  }
  body .main h2.mv_text {
    font-size: 14.5px;
    bottom: 10px;
  }
}
body .lesson-list {
  display: flex;
  justify-content: space-between;
}
body .lesson-list .image {
  width: 50%;
}
body .lesson-list .list {
  width: 46.7%;
}
body .lesson-list .list h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 17px;
}
body .lesson-list .list h3 span {
  font-size: 17px;
}
body .lesson-list .list .bg-gradation {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-indent: 7px;
  letter-spacing: 2px;
  height: 30px;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgb(0, 0, 0) 100%);
}
body .lesson-list .list .mt {
  margin-top: 35px;
}
body .lesson-list .list .price.upper {
  margin-top: 22px;
  padding: 0 10px;
}
body .lesson-list .list .price.upper tr {
  vertical-align: top;
}
body .lesson-list .list .price.upper tr th {
  text-align: left;
  width: 60%;
}
body .lesson-list .list .price.upper tr th span {
  font-size: 15px;
}
body .lesson-list .list .price.upper tr td {
  text-align: right;
  font-size: 14.5px;
  line-height: 2.2;
}
body .lesson-list .list .price.bottom {
  margin: 4px 0 -7px 0;
  padding: 0 10px;
}
body .lesson-list .list .price.bottom tr {
  vertical-align: top;
}
body .lesson-list .list .price.bottom tr th {
  text-align: left;
  width: 71%;
}
body .lesson-list .list .price.bottom tr td {
  text-align: right;
  font-size: 14.5px;
  line-height: 2.2;
}
body .lesson-list .list .price.bottom tr td span {
  font-size: 13px;
}
body .lesson-list .list .under-line {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  margin: 22px 0 0 10px;
  border-bottom: 1px solid #aaa;
}
body .lesson-list .list .notice {
  border-top: 2px dotted #aaa;
  margin: 33px 0;
  padding: 26px 10px;
}
body .lesson-list .list .notice a {
  color: #fff;
  text-decoration: underline;
}
body .lesson-list .list .notice .mb {
  margin-bottom: 26px;
}
body .lesson-list .list .notice span {
  font-size: 15px;
}
@media screen and (max-width: 995px) {
  body .lesson-list {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
  }
  body .lesson-list .image {
    width: 95%;
    margin: 0 auto;
  }
  body .lesson-list .list {
    width: 100%;
    padding: 25px 10px;
    width: 100%;
  }
  body .lesson-list .list h3 {
    font-size: 15px;
  }
  body .lesson-list .list h3 span {
    font-size: 13px;
  }
  body .lesson-list .list .bg-gradation {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1px;
    height: 20px;
  }
  body .lesson-list .list .mt {
    margin-top: 28px;
  }
  body .lesson-list .list .price.upper {
    margin-top: 11px;
  }
  body .lesson-list .list .price.upper tr th {
    font-size: 12.5px;
    width: 74.7%;
  }
  body .lesson-list .list .price.upper tr th span {
    font-size: 12px;
  }
  body .lesson-list .list .price.upper tr td {
    font-size: 13.5px;
    line-height: 1.5;
  }
  body .lesson-list .list .price.upper tr td span {
    font-size: 11px;
  }
  body .lesson-list .list .price.bottom tr th {
    font-size: 12px;
    width: 70.5%;
  }
  body .lesson-list .list .price.bottom tr td {
    font-size: 13.5px;
    line-height: 1.7;
  }
  body .lesson-list .list .price.bottom tr td span {
    font-size: 10px;
    margin-left: -10px;
  }
  body .lesson-list .list .under-line {
    font-size: 13px;
    line-height: 2.2;
    margin: 15px 0 0 10px;
  }
  body .lesson-list .list .notice {
    margin: 25px 0;
    padding: 15px 10px 14px 12px;
    font-size: 12px;
  }
  body .lesson-list .list .notice .mb {
    margin-bottom: 15px;
  }
  body .lesson-list .list .notice span {
    font-size: 10.4px;
    letter-spacing: 0.4px;
  }
}
body .lesson-contact {
  padding: 110px 0;
}
body .lesson-contact form {
  width: 62%;
  margin: 0 auto;
}
body .lesson-contact form .contact-bg {
  display: block;
  width: 73%;
  margin: 0 auto 10px;
}
body .lesson-contact form h4 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 53px;
}
body .lesson-contact form label, body .lesson-contact form select, body .lesson-contact form input, body .lesson-contact form textarea {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
}
body .lesson-contact form select, body .lesson-contact form input, body .lesson-contact form textarea {
  margin-bottom: 12px;
  border-width: 0.5px;
  border-style: solid;
  border-color: #aaa;
  height: 50px;
  margin-bottom: 24px;
  padding: 0 0.5em;
}
body .lesson-contact form label {
  font-size: 15px;
  margin-bottom: 12px;
}
body .lesson-contact form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body .lesson-contact form select::after {
  content: "";
  display: inline-block;
  margin: 0.5em 0.3em 0.5em 0.7em;
  width: 0.4em;
  height: 0.4em;
  border-right: 1.5px solid rgba(96, 0, 0, 0.3);
  border-bottom: 1.5px solid rgba(96, 0, 0, 0.3);
  transform: rotate(45deg);
}
body .lesson-contact form textarea {
  height: 205px;
  padding: 0.5em;
}
body .lesson-contact form .checkbox {
  text-align: center;
}
body .lesson-contact form .checkbox input {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0 0.6em 0 -0.6em;
}
body .lesson-contact form .checkbox .privacy {
  margin: 35px auto 30px;
}
body .lesson-contact form .checkbox .privacy a {
  color: #fff;
  text-decoration: underline;
}
body .lesson-contact form .btn {
  display: block;
  width: 330px;
  padding: 10px;
  border: none;
  color: #fff;
  font-size: 20px;
  background: #3D5915;
  background: linear-gradient(90deg, rgb(61, 89, 21) 0%, rgb(83, 122, 29) 100%);
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  transition: 0.5s;
}
body .lesson-contact form .btn:hover {
  opacity: 0.7;
}
body .lesson-contact .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body .lesson-contact .modal.show {
  display: block;
  opacity: 1;
}
body .lesson-contact .modal.show .modal-content {
  opacity: 1;
  transition: all 0.4s ease;
}
body .lesson-contact .modal-content {
  background: #fff;
  color: #000;
  width: 90%;
  max-width: 500px;
  margin: 100px auto;
  padding: 50px 40px 100px;
  border-radius: 10px;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.3s ease;
}
body .lesson-contact .modal-content h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
body .lesson-contact .modal-content #confirmContent {
  margin-bottom: 50px;
}
body .lesson-contact .modal-content #confirmContent p {
  line-height: 2.5;
}
body .lesson-contact #confirmModal .btns {
  margin: 0 auto;
  position: relative;
}
body .lesson-contact #confirmModal .btns button {
  position: absolute;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
body .lesson-contact #confirmModal .btns button#backBtn {
  left: 0;
  bottom: -60px;
  padding: 15px 20px;
  background: #555;
}
body .lesson-contact #confirmModal .btns button#sendBtn {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -60px;
  padding: 15px 30px;
  background: #3D5915;
  background: linear-gradient(90deg, rgb(61, 89, 21) 0%, rgb(83, 122, 29) 100%);
}
body .lesson-contact #confirmModal .btns button#backBtn, body .lesson-contact #confirmModal .btns button#sendBtn:hover {
  opacity: 0.7;
}
body .lesson-contact #completeModal .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
body .lesson-contact #completeModal .cmt {
  color: #555;
  font-size: 0.9em;
  line-height: 2;
  margin-top: 30px;
  border-top: solid 1px #aaa;
  padding-top: 30px;
}
@media screen and (max-width: 995px) {
  body .lesson-contact {
    padding: 60px 0 70px;
  }
  body .lesson-contact form {
    width: 90%;
  }
  body .lesson-contact form .contact-bg {
    width: 94%;
  }
  body .lesson-contact form h4 {
    font-size: 15px;
  }
  body .lesson-contact form label {
    font-size: 16.5px;
    margin-bottom: 10px;
  }
  body .lesson-contact form select, body .lesson-contact form input, body .lesson-contact form textarea {
    height: 55px;
    margin-bottom: 30px;
  }
  body .lesson-contact form textarea {
    height: 225px;
  }
  body .lesson-contact form .checkbox .privacy {
    margin: 35px auto 18px;
    font-size: 14px;
  }
  body .lesson-contact form .btn {
    width: 305px;
  }
  body .lesson-contact .modal-content {
    height: 70vh;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 15.2px;
    line-height: 1.9;
    padding: 40px 35px 85px;
  }
  body .lesson-contact .modal-content #confirmContent {
    margin-bottom: 90px;
  }
  body .lesson-contact #confirmModal .btns button {
    width: 100%;
  }
  body .lesson-contact #confirmModal .btns button#sendBtn {
    bottom: -45px;
  }
  body .lesson-contact #confirmModal .btns button#backBtn {
    padding: 7px 20px;
    bottom: -100px;
  }
}/*# sourceMappingURL=lesson.css.map */