@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/*=======================================================
 1.0 -- Foundation
=========================================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul, ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-top: 0;
}

address {
  font-style: normal;
}

.has-background .archive__main, .has-background .content__main, .has-content-bg-color .archive__main, .has-content-bg-color .content__main {
  margin: 0;
  padding: 0;
}

.lp-container .page-mv + * {
  margin: 0;
}

body {
  font-size: 1rem;
  background-color: #fff;
  color: #454545;
  font-family: "Noto Sans JP", sans-serif;
}

.dp-container {
  background-color: #fff;
}

.lp-container {
  position: relative;
  z-index: 0;
}
.lp-container dl {
  border: none;
}
.lp-container dl dt,
.lp-container dl dd {
  border: none;
  background: none;
}
.lp-container a {
  text-decoration: none;
}
.lp-container .lineup-course:not(:last-child) {
  margin-bottom: 60px !important;
}
.lp-container .lineup-course_list {
  margin-bottom: 60px !important;
}

.inner {
  width: 1160px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.-spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .flex.-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .flex.sp-col1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex.sp-col1 > * {
    width: 100%;
    max-width: 100%;
  }
}

.link-arrow a {
  display: inline-block;
  position: relative;
  color: #D54C55;
}
.link-arrow a::after {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 8px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  top: calc(50% - 4px);
  left: calc(100% + 10px);
}
.link-arrow a:hover {
  color: #D54C55;
}
.link-arrow.blue a::after {
  background: url(../img/icon_arrow_blue.svg) no-repeat center/contain;
}

.lp-linkbutton {
  max-width: 690px;
}
.lp-linkbutton a {
  display: block;
  border-radius: 100rem;
  text-align: center;
  padding: 24px 0;
  text-decoration: none;
  background: #454545;
  color: #fff;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
.lp-linkbutton a:hover {
  color: #454545;
  background: #ffcc59;
}
.lp-linkbutton.-secondary a {
  background: #4265f1;
}
.lp-linkbutton.-secondary a:hover {
  background: #ffcc59;
}

.course-title {
  width: 73px;
  height: 62px;
  background: url(../img/cource_pointbg.svg) no-repeat center/contain;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
}
.course-title span {
  display: block;
  font-size: 0.6875rem;
}
.course-title.has-beginner::after {
  content: "";
  display: block;
  position: absolute;
  width: 202px;
  height: 70px;
  background: url(../img/course_beginner.png) no-repeat center/contain;
  top: -10px;
  left: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .course-title.has-beginner::after {
    background: url(../img/course_beginner_sp.svg) no-repeat center/contain;
    width: 125px;
  }
}
.course-title.has-roleplaying::after {
  content: "";
  display: block;
  position: absolute;
  width: 202px;
  height: 70px;
  background: url(../img/course_roleplaying.png) no-repeat center/contain;
  top: -15px;
  left: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  .course-title.has-roleplaying::after {
    width: 125px;
  }
}
.course-title.-blue {
  background: url(../img/cource_pointbg_blue.svg) no-repeat center/contain;
}
.course-title.-yellow {
  background: url(../img/cource_pointbg_yw.svg) no-repeat center/contain;
}
.course-title.-green {
  background: url(../img/cource_pointbg_gr.svg) no-repeat center/contain;
}

.scrollable-table {
  width: 100%;
}
.scrollable-table__table {
  width: 100%;
}
.scrollable-table__table thead th {
  background: none;
  text-align: center;
  padding: 16px 0;
}
.scrollable-table__table tbody th,
.scrollable-table__table tbody td {
  padding: 16px 1em;
  text-align: center;
}
.scrollable-table__table tbody th {
  background: #fff;
  font-weight: normal;
}
.scrollable-table__table tbody td {
  background: #fff;
}
.scrollable-table__table.fixed-table {
  table-layout: fixed;
}

.bg-primary__blue {
  background: #4265f1 !important;
  color: #fff;
}

.bg-primary__red {
  background: #d54c55 !important;
  color: #fff;
}

.lp-mv {
  height: calc(100vh - 150px);
  max-height: 512px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-mv {
    height: auto;
  }
}
.lp-mv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../img/bg_mv.svg) no-repeat top right/contain;
  width: 1000px;
  height: 935px;
  top: -26.0416666667vw;
  right: -7.8125vw;
}
@media screen and (max-width: 768px) {
  .lp-mv::before {
    width: 160vw;
    height: 160vw;
    right: auto;
    left: 20vw;
    top: -13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .lp-mv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lp-mv h1 {
  font-size: 2.375rem;
  font-weight: bold;
}
.lp-mv h1 span {
  font-size: 0.5em;
}
@media screen and (max-width: 768px) {
  .lp-mv h1 {
    font-size: 1.75rem;
  }
}

.lp-mv_img {
  width: 470px;
  max-width: 100%;
}

.lp-mv-points {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .lp-mv-points {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

.lp-mv-points_item {
  color: #D54C55;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .lp-mv-points_item {
    width: calc(25% - 5px);
    font-size: 0.625rem;
    padding: 0;
  }
}
.lp-mv-points_item .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  margin-bottom: 8px;
}
.lp-mv-points_item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .lp-mv-points_item img {
    width: 85%;
  }
}
.lp-mv-points_item:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lp-mv-points_item:not(:last-child) {
    margin-right: 6px;
  }
}

.lp-mainnav {
  padding-bottom: 326px;
}
@media screen and (max-width: 768px) {
  .lp-mainnav {
    margin-top: 70px;
    padding-bottom: 215px;
  }
}
.lp-mainnav .lp-linkbutton {
  margin: 60px auto 0;
}
.lp-mainnav .lp-linkbutton a {
  background: #d54c55;
}
.lp-mainnav .lp-linkbutton a:hover {
  color: #fff;
  background: #454545;
}

.lp-mainnav_item {
  position: relative;
  width: calc(50% - 20px);
  border-radius: 10px;
  border: 1px solid #D54C55;
  padding: 48px 30px 24px;
  font-size: 0.8125rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .lp-mainnav_item {
    padding: 48px 20px 20px;
  }
  .lp-mainnav_item + * {
    margin-top: 64px;
  }
}
.lp-mainnav_item:nth-child(n+3) {
  margin-top: 40px;
}
.lp-mainnav_item:hover {
  background: #fffae8;
}
.lp-mainnav_item h3 {
  width: 73px;
  height: 62px;
  background: url(../img/cource_pointbg.svg) no-repeat center/contain;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -24px;
  left: 30px;
}
.lp-mainnav_item h3.has-beginner::after {
  content: "";
  display: block;
  position: absolute;
  width: 202px;
  height: 70px;
  background: url(../img/course_beginner.png) no-repeat center/contain;
  top: -10px;
  left: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .lp-mainnav_item h3.has-beginner::after {
    background: url(../img/course_beginner_sp.svg) no-repeat center/contain;
    width: 125px;
  }
}
.lp-mainnav_item h3.has-roleplaying::after {
  content: "";
  display: block;
  position: absolute;
  width: 202px;
  height: 70px;
  background: url(../img/course_roleplaying.png) no-repeat center/contain;
  top: -15px;
  left: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  .lp-mainnav_item h3.has-roleplaying::after {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .lp-mainnav_item h3 {
    left: 15px;
  }
}
.lp-mainnav_item h3 span {
  display: block;
  font-size: 0.6875rem;
}
.lp-mainnav_item .subtitle {
  font-weight: bold;
  color: #454545;
  font-size: 1.25rem;
}
.lp-mainnav_item .subtitle + * {
  margin-top: 16px;
  margin-bottom: 16px;
}
.lp-mainnav_item .item-img {
  position: absolute;
  right: 0;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .lp-mainnav_item .item-img {
    width: 100px;
    top: auto;
    bottom: calc(100% - 48px);
  }
  .lp-mainnav_item .item-img img {
    height: auto;
  }
}
.lp-mainnav_item .link-arrow {
  margin-top: auto;
}
.lp-mainnav_item .link-arrow a {
  font-weight: bold;
}
.lp-mainnav_item.last-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .lp-mainnav_item.last-item {
    padding: 32px 0;
  }
}
.lp-mainnav_item.last-item a {
  font-size: 1.5rem;
  font-weight: inherit;
  color: #D54C55;
  display: block;
  text-align: center;
}
.lp-mainnav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-mainnav_item a::after {
  position: static;
  margin-left: 10px;
}
.lp-mainnav_item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.lp-message {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f8f5ec;
  position: relative;
  padding-bottom: 120px;
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .lp-message {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lp-message::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 45px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  max-width: 100%;
  height: 204px;
  background: url(../img/message_bgpoint.svg) no-repeat bottom/100% auto;
}
@media screen and (max-width: 768px) {
  .lp-message::before {
    background-size: 770px 135px;
  }
}
.lp-message .lp-linkbutton {
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}

.lp-message_image {
  margin-right: auto;
  margin-left: auto;
  width: 560px;
  max-width: 100%;
  position: absolute;
  top: -300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lp-message_image {
    top: -53.3333333333vw;
  }
}

.lp-message_inner h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.lp-message_inner .name {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.lp-message_inner .name .smaller {
  font-size: 0.6153846154em;
}
.lp-message_inner .textbox {
  width: 550px;
  max-width: 50%;
  padding: 16px 20px;
  background: rgba(248, 245, 236, 0.8);
  border-radius: 10px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lp-message_inner .textbox {
    width: 100%;
    max-width: 100%;
  }
}
.lp-message_inner .textbox p + p {
  margin-top: 1.5em;
}
.lp-message_inner .textbox:nth-child(2) {
  position: relative;
  z-index: 0;
}

.lp-about {
  padding-top: 80px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-bottom: 120px;
  background: url(../img/bgabout_pc.png) no-repeat center/auto 150%;
}
@media screen and (max-width: 768px) {
  .lp-about {
    background: url(../img/about_bg.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: 100px;
  }
}

.lp-about_inner h2 {
  font-weight: bold;
  font-size: 2rem;
}
.lp-about_inner h2 img {
  display: block;
}

.lp-about_heading {
  width: 50%;
}
.lp-about_heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lp-about_heading h2 span {
  bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-about_heading h2 {
    display: block;
    text-align: center;
  }
  .lp-about_heading h2 picture {
    display: block;
  }
  .lp-about_heading h2 img {
    margin-right: auto;
    height: auto;
    margin-left: auto;
  }
  .lp-about_heading h2 span {
    bottom: 0;
    margin-top: 10px;
    font-size: 2.2rem;
  }
}

.lp-about_mainimg img {
  width: 904px;
  max-width: 100vw;
}
@media screen and (max-width: 768px) {
  .lp-about_mainimg img {
    width: 100%;
  }
}

.lp-about_meritimg {
  text-align: center;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .lp-about_meritimg {
    margin-top: 0;
  }
}
.lp-about_meritimg img {
  margin-right: auto;
  margin-left: auto;
}

.lp-about_textbox {
  width: 550px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 2;
  padding: 100px 30px;
}
@media screen and (max-width: 768px) {
  .lp-about_textbox {
    padding: 30px;
  }
}
.lp-about_textbox h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 280px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/about_title_bg.svg) no-repeat center/cover;
}
.lp-about_textbox p + p {
  margin-top: 1em;
}
.lp-about_textbox .lp-linkbutton {
  margin-top: 60px;
}

.lp-cource {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 165px;
  padding-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .lp-cource {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lp-cource.bg-gray {
  background: #f9f9f9;
}
.lp-cource .inner {
  width: 900px;
  position: relative;
  z-index: 0;
}

.lp-cource-header {
  border-radius: 38px 38px 0 0;
  border: 1px solid #D54C55;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .lp-cource-header {
    border-radius: 10px 10px 0 0;
  }
}
.lp-cource-header .image {
  margin-right: 20px;
  width: 145px;
  position: relative;
  top: -41px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lp-cource-header .image {
    margin-right: 0;
    position: absolute;
    width: 100px;
    right: 0;
    top: auto;
    bottom: calc(100% - 48px);
  }
}
.lp-cource-header .image img {
  height: auto;
}
.lp-cource-header .course-title {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lp-cource-header .course-title {
    left: 15px;
  }
}
.lp-cource-header .course-title span {
  display: block;
  font-size: 0.6875rem;
}
.lp-cource-header h2 {
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .lp-cource-header h2 {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

.lp-course-header_inner {
  width: 650px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .lp-course-header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .lp-course-header_inner {
    padding: 48px 20px 0;
  }
}

.lp-cource_goal {
  max-width: 475px;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
  background: url(../img/course_goal_bg.svg) no-repeat top -50px center/360px 360px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lp-cource_goal {
    margin-top: 50px;
    background-size: 110% auto;
    padding-top: 80px;
  }
}
.lp-cource_goal .title {
  text-align: center;
  margin-bottom: 10px;
}
.lp-cource_goal .title img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.lp-cource_goal .title h3 {
  font-weight: bold;
  font-size: 1.25rem;
}

.lp-cource_additionalbox {
  border-radius: 20px;
  padding: 40px 20px;
  margin: 60px auto 40px;
  font-weight: bold;
  border: 1px solid #d54c55;
  max-width: 800px;
}
.lp-cource_additionalbox .subtitle {
  margin-top: 30px;
  font-weight: bold;
}
.lp-cource_additionalbox .small-text {
  font-weight: normal;
  font-size: 0.875rem;
}

.lp-cource_inner {
  margin-top: 60px;
  max-width: 900px;
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
}
.lp-cource_inner > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-cource_inner > .wp-block-group__inner-container > * {
  margin-top: 0;
}
.lp-cource_inner .textbox {
  width: 420px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .lp-cource_inner .textbox {
    width: 100%;
    max-width: 100%;
  }
  .lp-cource_inner .textbox + * {
    margin-top: 60px;
  }
}
.lp-cource_inner .textbox h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.lp-cource_inner .textbox .small-text {
  display: block;
  font-size: 13px;
  margin-top: 40px;
  line-height: 2;
}

.lp-contents-list li,
.lp-recommend-list li {
  list-style: none;
  padding-left: 30px;
  line-height: 2;
  position: relative;
}
.lp-contents-list li::before,
.lp-recommend-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  top: 8px;
  left: 0;
  background: url(../img/icon_list_circle.svg) no-repeat center/contain;
}

.lp-recommend-list li::before {
  width: 11px;
  height: 20px;
  background: url(../img/icon_list_man_b.svg) no-repeat center/contain;
}
.lp-recommend-list li:nth-child(2)::before {
  background: url(../img/icon_list_man_r.svg) no-repeat center/contain;
}
.lp-recommend-list li:nth-child(3)::before {
  background: url(../img/icon_list_man_y.svg) no-repeat center/contain;
}
.lp-recommend-list li:nth-child(4)::before {
  background: url(../img/icon_list_man_gr.svg) no-repeat center/contain;
}
.lp-recommend-list li:nth-child(6)::before {
  background: url(../img/icon_list_man_r.svg) no-repeat center/contain;
}

.lp-cource-detail {
  margin-top: 50px;
  border-radius: 30px;
  border: 1px solid #4265F1;
  padding: 40px;
  padding-bottom: 0;
  background: #f9f9f9;
  max-width: 900px;
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
}
.bg-gray .lp-cource-detail {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lp-cource-detail {
    padding: 20px;
    padding-bottom: 0;
    border-radius: 10px;
  }
}
.lp-cource-detail .price {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.lp-cource-detail .price > span {
  font-size: 1.3em;
}
.lp-cource-detail .price .tax {
  font-size: 1rem;
}
.lp-cource-detail .small {
  font-size: 0.8125rem;
  width: 450px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.lp-cource-detail .lp-linkbutton {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .lp-cource-detail .lp-linkbutton {
    max-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.lp-cource-detail .lp-linkbutton a {
  font-size: 1.5rem;
  font-weight: bold;
  background: #4265f1;
}
@media screen and (max-width: 768px) {
  .lp-cource-detail .lp-linkbutton a {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 8px 0;
    padding-left: 60px;
    text-align: left;
  }
}
.lp-cource-detail .lp-linkbutton a:hover {
  color: #fff;
}

.lp-cource-detail_inner {
  padding-bottom: 35px;
  border-bottom: 1px solid #c3c3c3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

.detail-list {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 15px);
  margin-bottom: 0 !important;
}
.detail-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-list .item + * {
  margin-top: 12px;
}
.detail-list .item dt,
.detail-list .item dd {
  padding: 0;
}
.detail-list .item dt {
  font-weight: bold;
  width: 60px;
  margin-top: 0;
  line-height: 2;
  margin-top: 0 !important;
}
.detail-list .item dd {
  width: calc(100% - 60px);
  line-height: 2;
}

.lp-cource-message {
  width: 720px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 27px;
  border: 1px solid #efead6;
  margin-top: 150px;
  padding: 46px 40px;
  font-size: 0.8125rem;
  line-height: 2;
  position: relative;
  background: #f9f9f9;
}
.bg-gray .lp-cource-message {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lp-cource-message {
    margin-top: 113px;
    padding: 46px 20px;
  }
}
.lp-cource-message h3 {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
.lp-cource-message p + p {
  margin-top: 1em;
}
.lp-cource-message .image {
  position: absolute;
  left: 50%;
  top: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lp-cource-message::after {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 300px;
  background: url(../img/course_message_bg.svg) no-repeat center/contain;
  z-index: -1;
  top: calc(100% - 80px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lp-cource-voice {
  margin-top: 275px;
}
.lp-cource-voice h3 {
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  background: url(../img/voice_bg_title.svg) no-repeat center/auto 100%;
}
.lp-cource-voice h3 .maintitle {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lp-cource-voice h3 .maintitle {
    font-size: 1.75rem;
  }
}
.lp-cource-voice h3 .fs-normal {
  font-weight: 500;
  font-size: 1.25rem;
}
.lp-cource-voice h3 .balloon {
  color: #4265f1;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.lp-cource-voice h3 .balloon::before, .lp-cource-voice h3 .balloon::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 45px;
  background: #4265f1;
  bottom: 0;
}
.lp-cource-voice h3 .balloon::before {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  left: calc(100% + 10px);
}
.lp-cource-voice h3 .balloon::after {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  right: calc(100% + 10px);
}

.lp-cource-voice_slider {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .lp-cource-voice_slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.lp-cource-voice_slider .slide-item {
  padding-left: 108px;
}
@media screen and (max-width: 768px) {
  .lp-cource-voice_slider .slide-item {
    padding-left: 65px;
  }
}
.lp-cource-voice_slider .slick-prev,
.lp-cource-voice_slider .slick-next {
  width: 130px;
  height: 130px;
  background: #4265f1;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .lp-cource-voice_slider .slick-prev,
  .lp-cource-voice_slider .slick-next {
    height: 110px;
    width: 110px;
  }
}
.lp-cource-voice_slider .slick-prev::before,
.lp-cource-voice_slider .slick-next::before {
  content: "";
  width: 15px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
}
@media screen and (max-width: 768px) {
  .lp-cource-voice_slider .slick-prev::before,
  .lp-cource-voice_slider .slick-next::before {
    width: 13px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.lp-cource-voice_slider .slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lp-cource-voice_slider .slick-prev {
    left: -20px;
  }
}
.lp-cource-voice_slider .slick-prev::before {
  background: url(../img/icon_prev.svg) no-repeat center/contain;
  left: calc(50% + 15px);
}
.lp-cource-voice_slider .slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .lp-cource-voice_slider .slick-next {
    right: -20px;
  }
}
.lp-cource-voice_slider .slick-next::before {
  background: url(../img/icon_next.svg) no-repeat center/contain;
  right: calc(50% + 15px);
}

.lp-course-voice_slideritem {
  background: #f9f9f9;
  padding: 24px 32px;
  border-radius: 30px;
  min-width: 380px;
  font-size: 0.8125rem;
  line-height: 2;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bg-gray .lp-course-voice_slideritem {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lp-course-voice_slideritem {
    min-width: 0;
  }
}
.lp-course-voice_slideritem .title {
  position: absolute;
  top: 0;
  left: -50px;
  margin-top: 0;
}
.lp-course-voice_slideritem .image {
  position: absolute;
  bottom: 0;
  left: -65px;
  width: 100px;
}
.lp-course-voice_slideritem .name {
  margin-top: 20px;
}

.lp-course-voice_button {
  width: 560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .lp-course-voice_button a {
    font-size: 1.25rem;
    padding: 8px 0;
    padding-left: 60px;
    text-align: left;
  }
}

.lp-faq {
  background: #f8f5ec;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
}
.lp-faq .ystdb-section__inner {
  width: 1160px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lp-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lp-faq h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 80px;
  margin-top: 0;
}
.lp-faq h2 .en {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
}
.lp-faq h2 .en .amp {
  font-size: 0.8em;
}
.lp-faq .additional-box {
  width: 90%;
}
.lp-faq .additional-box .title-icon {
  display: block;
  width: 150px;
}
.lp-faq .is-strong {
  font-weight: bold;
}

dl.lp-faq_list dt,
dl.lp-faq_list dd {
  padding: 0;
  padding-left: 50px;
  position: relative;
}
dl.lp-faq_list dt::before,
dl.lp-faq_list dd::before {
  margin-right: 16px;
  font-size: 2rem;
  font-family: "Roboto", san-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
dl.lp-faq_list dt {
  font-size: 1.1875rem;
  font-weight: bold;
}
dl.lp-faq_list dt::before {
  content: "Q.";
  color: #4265F1;
}
dl.lp-faq_list dd {
  margin-top: 28px;
  line-height: 2;
  font-size: 1rem;
}
dl.lp-faq_list dd:not(:last-child) {
  margin-bottom: 80px;
}
dl.lp-faq_list dd::before {
  content: "A.";
  color: #D54C55;
}
dl.lp-faq_list dd small {
  display: block;
  margin-top: 20px;
  font-size: 0.8125rem;
}
dl.lp-faq_list .scrollable-table {
  margin-top: 70px;
}
dl.lp-faq_list .scrollable-table__table td:nth-child(2) {
  background: #f4f6ff;
}
dl.lp-faq_list .scrollable-table__table td:nth-child(3) {
  background: #fff4f5;
}
@media screen and (max-width: 768px) {
  dl.lp-faq_list .scrollable-table {
    overflow: auto;
    margin-top: 35px;
  }
  dl.lp-faq_list .scrollable-table__table {
    min-width: 600px;
  }
}

@media screen and (min-width: 769px) {
  .sp-db {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-db {
    display: none !important;
  }
}
.lp-voice {
  background: url(../img/voice_bg.png) repeat center/656px 672px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .lp-voice {
    padding: 100px 0;
  }
}
.lp-voice h2 {
  text-align: center;
  font-size: 2.8125rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  background: url(../img/voicesec_bg_title.svg) no-repeat center/auto 100%;
  margin-bottom: 60px;
  margin-top: 0;
}
.lp-voice h2 .maintitle {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.lp-voice h2 .fz-small {
  display: block;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem;
}

.lp-voice_item {
  background: #fff;
  max-width: 828px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #efead6;
  border-radius: 30px;
  padding: 40px;
  padding-right: 20px;
  position: relative;
}
.lp-voice_item + * {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-voice_item {
    padding: 20px;
    padding-bottom: 0;
  }
}
.lp-voice_item h3,
.lp-voice_item .subtitle {
  font-weight: bold;
  font-size: 1.25rem;
}
.lp-voice_item h3 + *,
.lp-voice_item .subtitle + * {
  margin-top: 20px;
}
.lp-voice_item .link-arrow {
  margin-top: 30px;
}
.lp-voice_item .link-arrow a {
  font-weight: bold;
  color: #4265f1;
}
.lp-voice_item .link-arrow a img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .lp-voice_item .link-arrow a {
    padding-left: 40px;
    font-size: 0.875rem;
  }
  .lp-voice_item .link-arrow a img {
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
  }
  .lp-voice_item .link-arrow a::after {
    background: url(../img/icon_arrow_short_blue.svg) no-repeat center/contain;
    width: 32px;
  }
}
.lp-voice_item .text {
  max-width: 560px;
}
.lp-voice_item .img {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .lp-voice_item .img {
    position: static;
    width: 120px;
    margin-right: -12px;
    margin-left: auto;
    margin-top: -80px;
  }
}

.color-primary {
  color: #4265F1;
}

.color-secondary {
  color: #D54C55;
}

/* 1級講座
-------------------------------------------------*/
.lp-01 .lp-mv::before {
  background-image: url(../img/lp01_bg_mv.svg);
}
.lp-01 .lp-mainnav_item,
.lp-01 .lp-cource-header {
  border-color: #f7ab00;
}
.lp-01 .lp-mainnav .lp-linkbutton a {
  background: #f7ab00;
}
.lp-01 .lp-mainnav .lp-linkbutton a:hover {
  color: #fff;
  background: #454545;
}
.lp-01 .lp-mainnav_item a::after {
  background-image: url(../img/icon_arrow_yellow.svg);
}
.lp-01 .lp-mainnav_item h3,
.lp-01 .lp-cource-header .course-title {
  background: url(../img/cource_pointbg_yw.svg) no-repeat center/contain;
}
.lp-01 .link-arrow a,
.lp-01 .lp-mainnav_item.last-item a,
.lp-01 .lineup-course_item a,
.lp-01 .lp-mv-points_item {
  color: #f7ab00;
}
.lp-01 .lp-course-header_inner {
  width: 650px;
}
@media screen and (min-width: 769px) {
  .lp-01 .lp-mainnav_item.last-item {
    padding-top: 24px;
  }
}
.lp-01 .lp-cource-detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp-01 .lp-cource-detail_inner {
    display: block;
  }
  .lp-01 .lp-cource-detail_inner .detail-list {
    width: 100%;
    max-width: 100%;
  }
}
.lp-01 .lp-faq_list .lp-linkbutton {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lp-01 .lp-faq_list .lp-linkbutton {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.lp-01 .lp-faq_list .lp-linkbutton a {
  display: inline-block;
  padding: 14px 20px;
}
@media screen and (max-width: 768px) {
  .lp-01 .lp-faq_list .lp-linkbutton a {
    padding: 10px 16px;
  }
}
.lp-01 .lp-voice_item .link-arrow a {
  font-weight: bold;
  color: #4265f1;
}
@media screen and (min-width: 769px) {
  .lp-01 .lp-course-voice_slideritem .name {
    padding-left: 8px;
  }
}

/* 2級講座
-------------------------------------------------*/
.lp-02 .lp-mainnav_item a::after {
  background-image: url(../img/icon_arrow_green.svg);
}
.lp-02 .lp-mv::before {
  background-image: url(../img/lp02_bg_mv.svg);
}
.lp-02 .lp-mainnav_item,
.lp-02 .lp-cource-header {
  border-color: #9dd13a;
}
.lp-02 .lp-mainnav .lp-linkbutton a {
  background: #9dd13a;
}
.lp-02 .lp-mainnav .lp-linkbutton a:hover {
  color: #fff;
  background: #454545;
}
.lp-02 .lp-mainnav_item h3,
.lp-02 .lp-cource-header .course-title {
  background: url(../img/cource_pointbg_gr.svg) no-repeat center/contain;
}
.lp-02 .link-arrow a,
.lp-02 .lp-mainnav_item.last-item a,
.lp-02 .lineup-course_item a,
.lp-02 .lp-mv-points_item {
  color: #9dd13a;
}
.lp-02 .lp-course-header_inner {
  width: 650px;
}
@media screen and (min-width: 769px) {
  .lp-02 .lp-mainnav_item.last-item {
    padding-top: 24px;
  }
}
.lp-02 .lp-cource-detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp-02 .lp-cource-detail_inner {
    display: block;
  }
  .lp-02 .lp-cource-detail_inner .detail-list {
    width: 100%;
    max-width: 100%;
  }
}
.lp-02 .lp-voice .lp-course-voice_slideritem .subtitle {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 20px;
}
.lp-02 .lp-voice .lp-course-voice_slideritem .message {
  min-height: 156px;
}
.lp-02 .lp-voice .lp-course-voice_slideritem .link-arrow {
  margin-top: 32px;
}
.lp-02 .lp-voice .lp-course-voice_slideritem .link-arrow a {
  font-weight: bold;
  color: #4265f1;
}
.lp-02 .lp-voice .lp-course-voice_slideritem .link-arrow a img {
  display: inline-block;
  vertical-align: middle;
}
.lp-02 .lp-faq_list .lp-linkbutton {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lp-02 .lp-faq_list .lp-linkbutton {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.lp-02 .lp-faq_list .lp-linkbutton a {
  display: inline-block;
  padding: 14px 20px;
}
@media screen and (max-width: 768px) {
  .lp-02 .lp-faq_list .lp-linkbutton a {
    padding: 10px 16px;
  }
}

/* オンラインコミュニティ
-------------------------------------------------*/
.lp-03 .lp-mv::before {
  content: none;
}
.lp-03 .lp-mv {
  height: calc(100vh - 150px);
  width: 100vw;
  max-height: none;
  background: url(../img/lp03_mv.png) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp-03 .lp-mv {
    height: calc(100vh - 60px);
  }
}
.lp-03 .sec-title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lp-03 .sec-title {
    font-size: 1.2rem;
  }
}
.lp-03 .lp-message {
  margin-top: 290px;
}
@media screen and (max-width: 768px) {
  .lp-03 .lp-message {
    margin-top: 100px;
  }
}
.lp-03 .lp-about {
  background: url(../img/bgabout_pc.png) no-repeat center top/auto 106%;
}
@media screen and (max-width: 768px) {
  .lp-03 .lp-cource-voice_slider .slick-prev {
    left: -10px;
  }
  .lp-03 .lp-cource-voice_slider .slick-next {
    right: -10px;
  }
}

.lp-community-about {
  padding: 120px 0 84px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .lp-community-about {
    padding-top: 100px;
  }
}
.lp-community-about h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 60px;
}
.lp-community-about h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.lp-community-about p {
  line-height: 2;
}

.lp-community-about__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-community-about__box .img {
  width: 600px;
  max-width: 53.5714285714%;
}
@media screen and (max-width: 768px) {
  .lp-community-about__box .img {
    width: 100%;
    max-width: 100%;
  }
}
.lp-community-about__box .textarea {
  width: 450px;
  max-width: 40.1785714286%;
}
@media screen and (max-width: 768px) {
  .lp-community-about__box .textarea {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

.lp-community-merit {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .lp-community-merit {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lp-community-merit .lp-mv-points {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -20px;
  margin-left: -20px;
}
.lp-community-merit .lp-mv-points li {
  margin: 0 20px 60px;
  width: 25%;
  padding: 0;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .lp-community-merit .lp-mv-points li {
    margin: 0 0 40px;
    width: 50%;
  }
}
.lp-community-merit .lp-mv-points_item {
  color: #454545;
  font-size: 1.1875rem;
}
.lp-community-merit .lp-mv-points_item p {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-community-merit .lp-mv-points_item .image {
  height: auto;
  margin-bottom: 20px;
}

.lp-community-event {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0 100px;
  background: url(../img/lp03_event_bg.png) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-community-event {
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
.lp-community-event::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  background: url(../img/lp03_event_bg_wave.svg) repeat-x top center/auto 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.lp-community-event .event-title span {
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #c3c3c3;
  padding: 24px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-community-event .event-title span {
    padding: 24px 20px;
  }
}
.lp-community-event .event-title span::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 74px;
  background: url(../img/lp03_event_title.png) no-repeat bottom center/contain;
  bottom: calc(100% - 20px);
  left: calc(50% - 100px);
}

.lp-community-voice__slider {
  margin-top: 60px;
}
.lp-community-voice__slider .slide-item {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .lp-community-voice__slider .slide-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.lp-community-voice__slideritem {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #4265f1;
  padding: 56px 32px;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lp-community-voice__slideritem {
    padding: 24px 16px;
  }
}
.lp-community-voice__slideritem h4 {
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.lp-community-voice__slideritem hr {
  height: 8px;
  width: 104px;
  background: url(../img/lp03_voice_hrbg.svg) no-repeat center/auto 100%;
  margin-right: auto;
  margin-left: auto;
  border: none;
  margin-top: 43px;
  margin-bottom: 32px;
}
.lp-community-voice__slideritem p + p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .lp-community-voice__slideritem .message {
    font-size: 0.8125rem;
  }
}

.lp-community-voice {
  background: #f9f9f9;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .lp-community-voice {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }
}
.lp-community-voice .lp-cource-voice {
  margin-top: 0;
}
.lp-community-voice .lp-course-voice_slideritem {
  background: #fff;
}

.lp-community-price {
  padding: 120px 0 40px;
}
.lp-community-price .inner > .lp-linkbutton {
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
.lp-community-price .attention-message {
  line-height: 2;
}
.lp-community-price .lp-linkbutton a {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 400;
}
.lp-community-price .lp-course-voice_button {
  width: 450px;
}

.flex.lp-community-price__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 90px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 160px;
}
.flex.lp-community-price__inner .lp-cource-detail {
  width: 550px;
  max-width: 100%;
  margin: 0 30px;
  position: relative;
  background: #fff;
  text-align: center;
  position: relative;
}
.flex.lp-community-price__inner .lp-cource-detail.strong {
  border-width: 5px;
}
@media screen and (max-width: 768px) {
  .flex.lp-community-price__inner .lp-cource-detail {
    width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto;
  }
  .flex.lp-community-price__inner .lp-cource-detail + * {
    margin-top: 100px;
  }
}
.flex.lp-community-price__inner .strong-img {
  width: 260px;
  z-index: -1;
  left: 50%;
  position: absolute;
  top: -120px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.small-table {
  table-layout: fixed;
}
.small-table th {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
.small-table td {
  width: 25%;
  background: #fff;
  text-align: center;
  font-size: 0.875rem;
}

.lp-community-summary {
  padding: 120px 0;
}
.lp-community-summary .sec-title {
  margin-bottom: 20px;
  letter-spacing: 0;
}
.lp-community-summary .sec-title::after {
  content: "";
  display: block;
  width: 942px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  height: 26px;
  background: url(../img/title_line.svg) no-repeat center/auto 100%;
}
.lp-community-summary .sec-title .lg {
  font-weight: bold;
  font-size: 2.875rem;
}
@media screen and (max-width: 768px) {
  .lp-community-summary .sec-title .lg {
    font-size: 2rem;
  }
}
.lp-community-summary .sec-title .primary {
  color: #4265F1;
}
.lp-community-summary .lp-cource-message {
  border: none;
  width: 588px;
  background: #f9f9f9;
  padding: 40px;
  margin-top: 42px;
}
.lp-community-summary .lp-cource-message h3 {
  right: 0;
  left: auto;
}
.lp-community-summary .lp-cource-message::after {
  display: none;
}

.lp-community-merit {
  background: #FFFEE3;
  overflow: hidden;
}
.lp-community-merit .attention-message {
  text-align: center;
  margin-top: 30px;
}

.lp-community-merit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1124px;
  margin-right: auto;
  margin-left: auto;
  gap: 40px;
  margin-top: 96px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-community-merit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.lp-community-merit__inner::before, .lp-community-merit__inner::after {
  content: "";
  display: block;
  width: 180px;
  height: 627px;
  background: url(../img/lp03_merit_bg.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -128px;
  z-index: 0;
}
.lp-community-merit__inner::after {
  left: auto;
  right: -128px;
}

.lp-community-merit__item {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E1E1E1;
  background: #FFF;
  padding: 35px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-community-merit__item {
    margin-bottom: 20px;
  }
}
.lp-community-merit__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 56px;
  background: url(../img/lp03_merit_icon.svg) no-repeat center/contain;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.lp-community-merit__item .subtitle {
  color: #4D4D4D;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-community-merit__item .subtitle {
    font-size: 1.5rem;
  }
}
.lp-community-merit__item .list {
  margin-top: 9px;
}
.lp-community-merit__item .list li {
  border-bottom: 1px solid #C8C8C8;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  line-height: 3.25;
}
.lp-community-merit__item .list li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_pencil.svg) no-repeat center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lp-community-merit__item .list li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
  }
  .lp-community-merit__item .list li::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

.lp-commnuity-plan {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .lp-commnuity-plan {
    overflow: hidden;
  }
}
.lp-commnuity-plan .sec-title {
  margin-bottom: 16px;
}
.lp-commnuity-plan .attention-message {
  text-align: center;
}
.lp-commnuity-plan .note {
  font-size: 15px;
  margin-top: 32px;
}
.lp-commnuity-plan .lp-linkbutton a {
  font-size: 16px;
  font-weight: bold;
}

.lp-community-plan__start {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .lp-community-plan__start {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lp-commnuity-plan-tanPanel__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .lp-commnuity-plan-tanPanel__buttons {
    gap: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lp-commnuity-plan-tanPanel__buttons button {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  background: #E6F9C1;
  border: none;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  color: #26A100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp-commnuity-plan-tanPanel__buttons button {
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
  }
}
.lp-commnuity-plan-tanPanel__buttons button img {
  width: 57px;
}
.lp-commnuity-plan-tanPanel__buttons button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lp-commnuity-plan-tanPanel__buttons button:nth-child(2) {
  background: #FFF2F2;
  color: #D54C55;
}

@media screen and (max-width: 768px) {
  .lp-commnuity-plan-tabPanel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.lp-commnuity-plan-tabPanel .panel {
  padding: 0 40px 40px;
  display: none;
}
.lp-commnuity-plan-tabPanel .panel.active {
  display: block;
}
.lp-commnuity-plan-tabPanel #panel1 {
  background: #E6F9C1;
}
.lp-commnuity-plan-tabPanel #panel2 {
  background: #FFF2F2;
}

.table-container {
  margin-top: 60px;
  overflow: auto;
  padding-top: 63px;
}
.table-container table {
  border: none;
}
.table-container table th {
  background: none;
  border: none;
  min-width: 234px;
  padding: 0 3px;
}
.table-container table tr {
  border: none;
}
.table-container table tr.plan-title td {
  border: none;
}
.table-container table td {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  font-size: 15px;
  color: #454545;
}
.table-container table td:nth-child(3), .table-container table td:nth-child(4), .table-container table td:nth-child(6) {
  background: #F9F9F9;
}
.table-container table td .check {
  font-size: 0;
}
.table-container table td .check::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: url(../img/icon_check.svg) no-repeat center/contain;
  position: relative;
  top: 2px;
}
.table-container table td .check.optional::before {
  background: url(../img/icon_check_optional.svg) no-repeat center/contain;
}
.table-container table td:nth-child(1) {
  text-align: left;
}
.table-container table .fixed-column {
  padding: 10px;
  font-size: 15px;
  min-width: 285px;
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .table-container table .fixed-column {
    min-width: 120px;
    font-size: 14px;
    width: 120px;
  }
}
.table-container table .subtitle {
  padding-top: 20px;
  display: block;
  margin-left: -10px;
}
.table-container table .subtitle::first-letter {
  color: #4265F1;
}
.table-container .recommend {
  position: relative;
}
.table-container .recommend .recommend-img {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}

.lp-commnuity-plan__cta {
  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;
  margin-top: 60px;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}
.lp-commnuity-plan__cta .lp-linkbutton {
  width: 100%;
}
.lp-commnuity-plan__cta .lp-course-voice_button {
  max-width: 360px;
}
.lp-commnuity-plan__cta .lp-course-voice_button a {
  padding: 14px 0;
  text-align: center;
}
.lp-commnuity-plan__cta .lp-commnuity-plan__cta-button a {
  background: #2e57ff;
}
.lp-commnuity-plan__cta .lp-commnuity-plan__cta-button a:hover {
  background: #ffcc59;
}