body {
  background-color: #fffaf0;
  padding-inline: 50px;
}

.section {
  padding-top: 200px;
}

.title {
  position: relative;
  font-size: 50px;
  text-align: center;
}
.title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 70px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #000;
}

.texts {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 80px;
  gap: 30px;
}

.menu {
  margin-top: 30px;
  margin-right: 45px;
  margin-left: 45px;
  padding-inline: 45px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-inline: 50px;
  padding-bottom: 10px;
}
.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
}
.header-logo {
  font-weight: 700;
  font-size: 45px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 700;
}
.header-nav {
  text-align: center;
}
.header-nav:hover {
  background-color: #d3d3d3;
  border-radius: 90%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.header-nav-sub {
  font-size: 15px;
  font-weight: 500;
}

#header {
  -webkit-transition: color 1.5s;
  transition: color 1.5s;
}

#header.scrolled {
  color: #000;
  background-color: #fff;
  opacity: background-color 0.7;
}

.home {
  position: relative;
}
.home-img {
  opacity: 0.8;
}
.home-contents {
  position: absolute;
  text-align: right;
  padding-inline: 50px;
  top: 100px;
  left: 0;
  width: 100%;
}
.home-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 150px;
  color: #fff;
}
.home-block-point {
  font-weight: 700;
}
.home-button {
  margin-top: 100px;
  background-color: transparent;
  border-radius: 10px;
  border-color: #fff;
  color: #fff;
  padding-inline: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.price {
  background-color: #fff;
  padding-bottom: 60px;
}
.price-contents {
  text-align: center;
}
.price-table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-size: 25px;
  width: 820px;
}
.price-table-title {
  font-size: 30px;
  margin-top: 100px;
}
.price th, .price td {
  vertical-align: middle;
  height: 60px;
}
.price thead th {
  letter-spacing: 3px;
  border-right: 3px solid #000;
}
.price thead th:nth-child(1) {
  background-color: #fff;
}
.price thead th:nth-child(2) {
  background-color: #87cefa;
}
.price thead th:nth-child(3) {
  background-color: #ffd770;
}
.price thead th:nth-child(4) {
  background-color: #d3d3d3;
  border-right: none;
}
.price tbody th {
  letter-spacing: 2px;
  height: 100px;
  border-right: 3px solid #000;
}
.price tbody th:nth-child(1) {
  background-color: #fffacd;
}
.price tbody th:nth-child(4) {
  border-right: none;
}
.price tbody tr {
  border-top: 3px solid #000;
}

.course-points {
  padding-inline: 150px;
}
.course-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  padding: 30px;
  border-radius: 10px;
  border-left: 2px solid #ff0000;
  background-color: #fff;
}
.course-point-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.course-point-number {
  color: #ff0000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 5px;
}
.course-point-title {
  font-size: 20px;
  font-weight: 700;
}
.course-point-img {
  opacity: 0.9;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.course-point-img img {
  border-radius: 5px;
}

.member-menu {
  background-color: #fff;
  border-radius: 20px;
}
.member-menu-title {
  font-weight: 700;
  font-size: 25px;
}
.member-nav-title {
  margin-top: 40px;
  font-weight: 700;
}
.member-nav-text-sub {
  margin-top: 15px;
}
.member-nav-text-1 {
  margin-top: 15px;
}
.member-nav-text-sentence {
  margin-left: 10px;
}
.member-nav-text {
  margin-top: 15px;
}
.member-nav-text-title {
  margin-bottom: 5px;
}

.web {
  background-color: #000;
  color: #00ff00;
  margin-top: 30px;
  padding: 70px;
}
.web-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.web-title {
  font-size: 50px;
  font-weight: 700;
}
.web-title-sub {
  font-size: 35px;
}
.web-text {
  margin-top: 40px;
  letter-spacing: 4px;
  font-size: 20px;
}
.web-button {
  margin-top: 10px;
  background-color: transparent;
  border-radius: 50px;
  border-color: #fff;
  color: #fff;
  padding-inline: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
}
.web-link {
  text-align: center;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-decoration: underline;
}

.fq-menu {
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-inline: 200px;
}
.fq-block {
  padding: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid;
}
.fq-questions.is-open .fq-answer::after {
  display: block;
}
.fq-question {
  font-size: 25px;
  color: #1D7FB7;
}
.fq-answer {
  display: none;
  padding-top: 20px;
}
.fq-answer-1 {
  display: block;
}

.js-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-menu {
  background-color: #fff;
  margin-inline: 150px;
  border-radius: 10px;
}
.contact-form {
  max-width: 612px;
  margin-right: auto;
  margin-left: auto;
}
.contact-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.contact-privacy {
  text-align: center;
}
.contact-button {
  text-align: center;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.form-field-head {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
.form-field-label {
  margin-top: 2px;
  font-weight: 700;
}
.form-field-tag {
  font-size: 14px;
  color: #fff;
  background-color: #ffa500;
  padding: 2px 4px 2px;
  border-radius: 3px;
}
.form-field-tag-1 {
  background-color: #32cd32;
}
.form-field-tag-2 {
  height: 31px;
}
.form-field-body {
  width: 400px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-text {
  width: 100%;
  padding: 10px 10px 10px;
  border: solid 2px #000;
  border-radius: 5px;
}
.form-text:hover {
  border: solid 2px #ffd770;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.form-select {
  width: 100%;
  padding: 10px 10px 10px;
  border: solid 2px #000;
  border-radius: 5px;
}
.form-select:hover {
  border: solid 2px #ffd770;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.form-privacy {
  -webkit-text-decoration: underline 1px #000;
          text-decoration: underline 1px #000;
}
.form-privacy:hover {
  -webkit-text-decoration: underline 1px #ffa500;
          text-decoration: underline 1px #ffa500;
  color: #ffa500;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-transition: -webkit-text-decoration 0.1s;
  transition: -webkit-text-decoration 0.1s;
  transition: text-decoration 0.1s;
  transition: text-decoration 0.1s, -webkit-text-decoration 0.1s;
}

.textarea {
  width: 100%;
  padding: 10px 10px 10px;
  border: solid 2px #000;
  border-radius: 5px;
}
.textarea:hover {
  border: solid 2px #ffd770;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

.button {
  font-size: 20px;
  padding: 5px 40px 5px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.button:hover {
  background-color: #ffd770;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.footer {
  margin-top: 20px;
  background-color: #000;
}
.footer-contents {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 13px;
}
.footer-list:hover {
  color: #ffa500;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}/*# sourceMappingURL=style.css.map */