:root {
  --accent-color: #c800e2 !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600 !important;
  color: #282828 !important;
  line-break: anywhere !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.2em !important;
}

.main-lp {
  margin-top: 0 !important;
  padding: 0 !important;
}

.main-lp p {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.2em !important;
}

ul,
li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

article {
  box-sizing: border-box !important;
}

img {
  vertical-align: top !important;
  width: 100% !important;
}

.accent-color {
  color: var(--accent-color) !important;
}

.container {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 60px !important;
  box-sizing: border-box !important;
}

.content {
  width: 100% !important;
  max-width: 1080px !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

.content.head {
  max-width: 1440px !important;
}

.custom-list {
  display: flex !important;
  text-align: left !important;
}

.sp-none {
  display: block !important;
}

.pc-none {
  display: none !important;
}

.cta {
  z-index: 10 !important;
}

a:hover {
  opacity: 0.75 !important;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px !important;
    overflow-x: hidden !important;
    letter-spacing: 0 !important;
  }

  p {
    letter-spacing: 0 !important;
  }

  .container {
    max-width: none !important;
    padding: 0 !important;
  }

  .sp-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }

  .cta img:hover {
    opacity: 1 !important;
  }
}

header {
  position: fixed !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
}

.header {
  padding: 10px 0 8px !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.header .content {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.header .logo {
  width: 224px !important;
}

.header .header-btns {
  display: flex !important;
  align-items: center !important;
}

.header .header-btns a {
  text-decoration: none !important;
}

.btn-regist {
  width: 300px !important;
}

.btn-login {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  color: #282828 !important;
  padding-left: 20px !important;
  margin-top: 4px !important;
}

.btn-login img {
  width: 44px !important;
}

.btn-login span {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .header .logo {
    width: 120px !important;
  }

  .btn-regist {
    width: 160px !important;
  }

  .btn-login {
    padding-left: 10px !important;
  }

  .btn-login img {
    width: 24px !important;
  }

  .btn-login span {
    display: inline-block !important;
    font-size: 10px !important;
  }
}

.hero {
  width: 100%;
  margin-top: 90px !important;
}

.hero .catchphrase {
  position: absolute !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 500px !important;
  top: 24% !important;
  left: 10% !important;
}

.hero .sub-text {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center !important;
}

.hero .brand {
  height: 150px !important;
}

.hero .catch {
  padding-top: 60px !important;
  /* height: 62px !important; */
}

@media screen and (max-width: 767px) {
  .hero {
    margin-top: 60px !important;
  }

  .hero .catchphrase {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    justify-content: space-between !important;
    padding: 30px 0 !important;
    box-sizing: border-box !important;
  }

  .hero .sub-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
  }

  .hero .brand {
    height: 77px !important;
  }

  .hero .catch {
    padding-top: 60px !important;
    width: 80% !important;
  }
}

.about {
  text-align: center !important;
  padding: 60px 0 !important;
}

.about h2 img {
  max-width: 730px !important;
  margin: 0 auto;
}

.about p.desc {
  line-height: 24px !important;
  margin-top: 30px !important;
}

.about-content_1 {
  display: flex !important;
  justify-content: flex-start !important;
  padding: 40px 0 !important;
}

.about-content_1 img {
  max-width: 520px !important;
}

.about-content_1 ul {
  padding: 0 0 0 40px !important;
}

.about-content_1 img.icon {
  width: 25px !important;
}

.about-content_1 .custom-list p {
  margin-bottom: 10px !important;
  padding-left: 12px !important;
  margin-top: -8px !important;
  font-size: 18px !important;
}

.about-content_1 .custom-list span {
  display: block !important;
  font-size: 26px !important;
}

.about-content_2 {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
}

.about-content_2 img {
  max-width: 240px !important;
}

@media screen and (max-width: 767px) {
  .about h2 img {
    width: 70vw !important;
  }

  .about p.desc {
    line-height: 20px !important;
    margin-top: 12px !important;
    text-align: left !important;
  }

  .about-content_1 img {
    width: 105px !important;
  }

  .about-content_1 {
    padding: 30px 0 10px !important;
  }

  .about-content_1 ul {
    padding: 0 0 0 8px !important;
  }

  .about-content_1 img.icon {
    width: 10px !important;
  }

  .about-content_1 .custom-list p {
    margin-bottom: 12px !important;
    padding-left: 4px !important;
    margin-top: -4px !important;
    font-size: 12px !important;
  }

  .about-content_1 .custom-list span {
    display: block !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }

  .about-content_2 img {
    max-width: 78px !important;
  }
}

.instructor {
  position: relative !important;
  text-align: center !important;
  padding: 60px 0 200px !important;
  background-color: #ffebff !important;
  border-radius: 20px !important;
}

.instructor h2 img {
  max-width: 642px !important;
  margin: 0 auto;
}

.instructor p.desc {
  line-height: 24px !important;
  margin-top: 30px !important;
}

.instructor-content {
  margin-top: 40px !important;
}

.instructor-content ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-gap: 22px !important;
}

.instructor-content ul li img {
  max-width: 332px !important;
}

.instructor-content ul li p {
  text-align: left !important;
  letter-spacing: 0.09em !important;
  padding: 8px 0 !important;
}

.instructor .more {
  text-align: right !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  margin-top: 40px !important;
}

.instructor .cta {
  position: absolute !important;
  max-width: 1040px !important;
  height: 250px !important;
  bottom: -130px !important;
  display: block !important;
}

@media screen and (max-width: 767px) {
  .instructor {
    padding: 60px 0 80px !important;
    border-radius: 0 !important;
  }

  .instructor h2 img {
    width: 80vw !important;
  }

  .instructor p.desc {
    line-height: 20px !important;
    margin-top: 12px !important;
    text-align: left !important;
  }

  .instructor-content {
    margin-top: 24px !important;
  }

  .instructor-content ul {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 12px !important;
  }

  .instructor-content ul li p {
    text-align: left !important;
    letter-spacing: 0 !important;
    padding: 8px 0 !important;
    font-size: 10px !important;
  }

  .instructor .more {
    font-size: 18px !important;
    margin-top: 24px !important;
  }

  .instructor .cta {
    width: calc(100% - 40px) !important;
    bottom: -210px !important;
  }
}

.support {
  text-align: center !important;
  padding: 240px 0 60px !important;
}

.support h2 img {
  max-width: 822px !important;
  margin: 0 auto;
}

.support ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-gap: 40px !important;
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .support {
    text-align: center !important;
    padding: 80px 0 60px !important;
  }

  .support h2 img {
    width: 80vw !important;
  }

  .support ul {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 12px !important;
    margin-top: 24px !important;
  }
}

.service {
  position: relative !important;
  text-align: center !important;
  padding: 80px 0 200px !important;
  background-color: #e4f6f8 !important;
  border-radius: 20px !important;
}

.service h2 img {
  max-width: 880px !important;
  margin: 0 auto;
}

.service-content {
  margin-top: 30px !important;
}

.service-content h3 {
  font-weight: 900 !important;
  font-size: 24px !important;
  letter-spacing: 0.04em !important;
}

.service-content p {
  margin-bottom: 20px !important;
}

.service-content ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-gap: 16px !important;
  overflow-x: hidden;
}

.service-content ul li img {
  width: 336px !important;
}

.service .cta {
  position: absolute !important;
  width: 100% !important;
  max-width: 1040px !important;
  height: 250px !important;
  bottom: -130px !important;
  display: block !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service {
    border-radius: 0 !important;
    padding: 60px 0 80px !important;
  }

  .service h2 img {
    width: 82vw !important;
  }

  .service-content ul {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 12px !important;
  }

  .service-content ul li:nth-child(3) {
    display: none !important;
  }

  .service-content ul li img {
    width: 100% !important;
  }

  .service-content h3 {
    font-size: 16px !important;
    letter-spacing: 0.04em !important;
  }

  .service .cta {
    width: calc(100% - 40px) !important;
    bottom: -210px !important;
  }
}

.lesson {
  text-align: center !important;
  padding: 240px 0 80px !important;
}

.lesson h2 img {
  max-width: 935px !important;
  margin: 0 auto;
}

.lesson-content {
  margin-top: 40px !important;
}

.lesson-content img {
  width: 800px !important;
  margin-top: 40px !important;
}

.lesson-content p {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .lesson {
    padding: 80px 0 60px !important;
  }

  .lesson h2 img {
    width: 82vw !important;
  }

  .lesson-content p {
    text-align: left !important;
  }

  .lesson-content {
    margin-top: 24px !important;
  }

  .lesson-content img {
    width: 80% !important;
    margin-top: 24px !important;
  }

  .lesson-content p {
    margin-top: 24px !important;
  }
}

.live {
  position: relative !important;
  text-align: center !important;
  padding: 80px 0 200px !important;
  background-color: #ffebff !important;
  border-radius: 20px !important;
}

.live h2 img {
  max-width: 883px !important;
  margin: 0 auto;
}

.live-content {
  margin-top: 40px !important;
}

.live-content img {
  width: 800px !important;
  margin-top: 40px !important;
}

.live-content p {
  margin-top: 40px !important;
}

.live .cta {
  position: absolute !important;
  width: 100% !important;
  max-width: 1040px !important;
  height: 250px !important;
  bottom: -130px !important;
  display: block !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .live {
    border-radius: 0 !important;
    padding: 60px 0 80px !important;
  }

  .live h2 img {
    width: 82vw !important;
  }

  .live-content img {
    width: 80% !important;
  }

  .live-content p {
    text-align: left !important;
  }

  .live-content {
    margin-top: 24px !important;
  }

  .live-content img {
    margin-top: 24px !important;
  }

  .live-content p {
    margin-top: 24px !important;
  }

  .live .cta {
    width: calc(100% - 40px) !important;
    bottom: -210px !important;
  }
}

.workshop {
  text-align: center !important;
  padding: 240px 0 80px !important;
}

.workshop h2 img {
  max-width: 964px !important;
  margin: 0 auto;
}

.workshop-content {
  margin-top: 40px !important;
}

.workshop-content img {
  max-width: 800px !important;
  margin-top: 40px !important;
}

.workshop-content p {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .workshop {
    padding: 80px 0 60px !important;
  }

  .workshop h2 img {
    width: 84vw !important;
  }

  .workshop-content {
    margin-top: 24px !important;
  }

  .workshop-content img {
    width: 80% !important;
    margin-top: 24px !important;
  }

  .workshop-content p {
    text-align: left !important;
    margin-top: 24px !important;
  }

  .live .cta {
    width: calc(100% - 40px) !important;
  }
}

.system {
  position: relative !important;
  text-align: center !important;
  padding: 80px 0 200px !important;
  background-color: #e4f6f8 !important;
  border-radius: 20px !important;
}

.system h2 img {
  max-width: 897px !important;
  margin: 0 auto;
}

.system .price-table {
  width: 100% !important;
  max-width: 1040px !important;
  margin-top: 60px !important;
}

.system .cta {
  position: absolute !important;
  width: 100% !important;
  max-width: 1040px !important;
  height: 250px !important;
  bottom: -130px !important;
  display: block !important;
}

@media screen and (max-width: 767px) {
  .system {
    border-radius: 0 !important;
    padding: 60px 0 80px !important;
  }

  .system h2 img {
    width: 82vw !important;
  }

  .system .price-table {
    width: 100% !important;
    max-width: none !important;
    margin-top: 24px !important;
  }

  .system .cta {
    width: calc(100% - 40px) !important;
    bottom: -210px !important;
  }
}

.benefit {
  padding: 240px 0 80px !important;
}

.benefit table {
  border: 2px solid #c800e2 !important;
  width: 100% !important;
  border-collapse: collapse !important;
}

.benefit table th {
  background-color: #c800e2 !important;
  color: #fff !important;
  font-size: 36px !important;
  padding: 12px 0 !important;
  text-align: center !important;
}

.benefit table td .deco {
  color: #c800e2 !important;
}

.benefit table td {
  border: 2px solid #c800e2 !important;
  padding: 20px 80px !important;
  font-size: 20px !important;
}

.benefit table td:nth-child(2) {
  text-align: center !important;
  font-size: 26px !important;
}

@media screen and (max-width: 767px) {
  .benefit {
    padding: 80px 0 60px !important;
  }

  .benefit table th {
    background-color: #c800e2 !important;
    color: #fff !important;
    font-size: 20px !important;
    padding: 12px 0 !important;
  }

  .benefit table td .deco {
    color: #c800e2 !important;
  }

  .benefit table td {
    border: 2px solid #c800e2 !important;
    padding: 12px !important;
    font-size: 12px !important;
  }

  .benefit table td:nth-child(2) {
    text-align: center !important;
    font-size: 14px !important;
  }
}

.faq {
  position: relative !important;
  text-align: center !important;
  padding: 80px 0 !important;
  background-color: #ffebff !important;
  border-radius: 20px !important;
}

.faq h2 img {
  max-width: 338px !important;
  margin: 0 auto;
}

.faq ul {
  margin-top: 60px !important;
  text-align: left !important;
}

.faq .question {
  background-color: #282828 !important;
  color: #fff !important;
  padding: 8px 20px !important;
}

.faq .answer {
  padding: 12px 0 24px !important;
}

.faq ul li:nth-child(4) .answer {
  padding-bottom: 0 !important;
}

.faq .answer .deco {
  color: #c800e2 !important;
  margin-right: 8px !important;
}

@media screen and (max-width: 767px) {
  .faq {
    border-radius: 0 !important;
    padding: 60px 0 !important;
  }

  .faq h2 img {
    width: 40vw !important;
  }

  .faq ul {
    margin-top: 24px !important;
    text-align: left !important;
  }
}

dialog {
  width: 80% !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translateX(-50%) translateY(-50%) !important;
  padding: 40px !important;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.dialog-container {
  display: flex !important;
  flex-direction: column !important;
}

.dialog-header {
  padding: 10px 0 0 0 !important;
}

.dialog-header button {
  background-color: transparent !important;
  color: #282828 !important;
  border: 1px solid #282828 !important;
  width: 44px !important;
  height: 44px !important;
}

.youtube {
  position: relative !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-top: 56.25% !important;
}

.youtube iframe {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
