@charset "UTF-8";
.hidden {
  display: none;
}

.w-100 {
  width: 100% !important;
}

@media screen and (max-width: 3000px) {
  h1 img {
    height: 3rem;
  }
}
.nav-tab-wrapper {
  overflow-x: scroll;
}
.nav-tab-wrapper .nav {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
}
.nav-tab-wrapper .nav-tabs .nav-item + .nav-item .nav-link {
  margin-left: 0.75rem;
}
.nav-tab-wrapper .nav-tabs .nav-link {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  color: #212121;
  white-space: nowrap;
  border-bottom: 3px solid white;
  border-left: 0;
  border-right: 0;
}
.nav-tab-wrapper .nav-tabs .nav-link.active {
  border-color: white white #fcdc0d;
}
.nav-tab-wrapper .nav-tabs .nav-link:hover {
  border-color: white white #fcdc0d;
}
.nav-tab-wrapper .nav-tabs .nav-link:focus {
  border-color: white white #fcdc0d;
}

.voice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 1.75rem;
}
.voice-list .voice-item {
  width: calc(33.3% - 1.5rem);
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 3000px) {
  .voice-list .voice-item {
    width: 48%;
  }
}
@media screen and (max-width: 3000px) {
  .voice-list .voice-item + .voice-item {
    margin-left: 0;
  }
}
.voice-list .voice-item_thumbnail {
  width: 100%;
  height: 18.5625vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 480px) {
  .voice-list .voice-item_thumbnail {
    height: 128px;
    border-radius: 1rem;
  }
}
.voice-list .voice-item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: -1rem;
  left: 0.15rem;
  width: 92%;
  margin: 0 auto;
  padding: 0.25rem 0.75rem;
  line-height: 1.75rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: #fcdc0d;
  color: white;
}
@media screen and (max-width: 480px) {
  .voice-list .voice-item_title {
    padding: 0.5rem 0.25rem;
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
.voice-list .voice-item a {
  cursor: pointer;
}
.voice-list .voice-item .accordion-button::after {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .voice-list .voice-item .accordion-button::after {
    background-size: 0.8rem;
    background-position: center;
  }
}
.voice-list .voice-item .accordion-body p {
  line-height: 1rem;
  font-size: 0.7rem;
}

.voice-content {
  width: 92%;
  margin: 0 auto;
  position: relative;
  top: -1.75rem;
  border-radius: 2rem;
  background-color: white;
}
.voice-content_title {
  padding: 0.25rem 0.75rem;
  line-height: 1.75rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  background: #fcdc0d;
  color: white;
}
.voice-content_date {
  margin: 1rem 0;
  color: #fcdc0d;
}
.voice-content_body {
  margin: 1rem 0;
  line-height: 1.75rem;
}
.voice-content_body ol {
  list-style: decimal;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1.75rem;
}
.blog-list .blog-item {
  width: calc(33.3% - 1.5rem);
  margin-bottom: 1.75rem;
  background: white;
  border-radius: 2rem;
}
@media screen and (max-width: 3000px) {
  .blog-list .blog-item {
    width: 48%;
  }
}
.blog-list .blog-item_thumbnail img {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 480px) {
  .blog-list .blog-item_thumbnail img {
    height: 128px;
    border-radius: 1rem;
  }
}
.blog-list .blog-item_title {
  color: #212121;
  margin: 1.25rem 0 0.75rem;
  line-height: 1.75rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 3000px) {
  .blog-list .blog-item_title {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 3000px) {
  .blog-list .blog-item_title {
    margin-top: 0.75rem;
    line-height: 1rem;
    font-size: 0.8rem;
  }
}
.blog-list .blog-item_title:hover {
  color: #676767;
}
.blog-list .blog-item_caption {
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  visibility: visible;
}
@media screen and (max-width: 3000px) {
  .blog-list .blog-item_caption {
    padding: 0 0.5rem;
  }
}
.blog-list .blog-item_date {
  color: #fcdc0d;
}
@media screen and (max-width: 3000px) {
  .blog-list .blog-item_date {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 3000px) {
  .blog-list .blog-item_date {
    font-size: 0.7rem;
  }
}

.blog-content {
  width: 92%;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  top: -2.5rem;
  border-radius: 2rem;
  background-color: white;
}
@media screen and (max-width: 3000px) {
  .blog-content {
    width: 96%;
    padding: 1rem;
  }
}
.blog-content_title {
  font-size: 2.5rem;
}
@media screen and (max-width: 3000px) {
  .blog-content_title {
    font-size: 1.75rem;
  }
}
.blog-content_date {
  margin: 1rem 0;
  color: #fcdc0d;
}
.blog-content_body {
  margin: 1rem 0;
  line-height: 1.75rem;
}

.editor-js-style {
  font-size: 15px;
}
.editor-js-style .mokuji {
  background-color: rgba(252, 220, 13, 0.5);
  border-radius: 2rem;
  padding: 1.75rem;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
}
.editor-js-style .mokuji .indent-1 {
  text-indent: 0;
}
.editor-js-style .mokuji .indent-2 {
  text-indent: 1rem;
}
.editor-js-style .mokuji .indent-3 {
  text-indent: 2rem;
}
.editor-js-style .mokuji .indent-4 {
  text-indent: 3rem;
}
.editor-js-style .mokuji .indent-5 {
  text-indent: 4rem;
}
.editor-js-style .mokuji a {
  color: #212121;
}
.editor-js-style .mokuji a:hover {
  text-decoration: underline;
}
.editor-js-style h1 {
  font-size: 2em;
}
.editor-js-style h2 {
  font-size: 1.75em;
}
.editor-js-style h3 {
  font-size: 1.5em;
}
.editor-js-style h4 {
  font-size: 1.25em;
}
.editor-js-style .anchor {
  display: block;
  padding-top: 10rem;
  margin-top: -10rem;
}
@media screen and (max-width: 3000px) {
  .editor-js-style .anchor {
    padding-top: 7rem;
    margin-top: -7rem;
  }
}
.editor-js-style p {
  padding: 0.4em 0;
}
.editor-js-style ol {
  list-style: decimal;
  margin: 1rem 0 1rem 2rem;
}

@media screen and (max-width: 3000px) {
  .news-tile-list-wrapper {
    margin-bottom: 1rem;
    overflow-x: scroll;
  }
}
.news-tile-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.75rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 3000px) {
  .news-tile-list {
    width: calc(900px - 1.5rem);
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
  }
}
.news-tile-list .news-item {
  width: calc(33.3% - 1.5rem);
  padding: 1.75rem;
  background: white;
  border-radius: 2rem;
}
@media screen and (max-width: 3000px) {
  .news-tile-list .news-item {
    width: 300px;
  }
}
.news-tile-list .news-item_label {
  margin-top: 1rem;
}
@media screen and (max-width: 3000px) {
  .news-tile-list .news-item_label {
    margin-top: 0;
  }
}
.news-tile-list .news-item_label span {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 2rem;
  color: white;
}
@media screen and (max-width: 3000px) {
  .news-tile-list .news-item_label span {
    font-size: 0.7rem;
  }
}
.news-tile-list .news-item_title {
  display: block;
  color: #212121;
  margin: 1rem 0;
  min-height: 3rem;
  line-height: 1.5rem;
  font-size: 1.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 3000px) {
  .news-tile-list .news-item_title {
    line-height: 1.25rem;
    font-size: 0.9rem;
  }
}
.news-tile-list .news-item_title:hover {
  color: #676767;
}
.news-tile-list .news-item_headline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5rem;
  overflow: hidden;
  color: #676767;
  font-size: 1em;
}
.news-tile-list .news-item_date {
  margin: 1rem auto;
}
@media screen and (max-width: 3000px) {
  .news-tile-list .news-item_date {
    font-size: 0.8rem;
  }
}
.news-tile-list .news-item + .news-item {
  margin-left: 1.5rem;
}

.news-list {
  margin: 1.75rem 0;
}
.news-list .news-item {
  margin: 1.75rem 0;
  border-bottom: 1px solid rgba(103, 103, 103, 0.5);
}
.news-list .news-item .news-item__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-list .news-item .news-item__header .news-item_date {
  margin-right: 1rem;
}
.news-list .news-item .news-item__header .news-item_label span {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border-radius: 2rem;
  color: white;
}
@media screen and (max-width: 3000px) {
  .news-list .news-item .news-item__header .news-item_label span {
    font-size: 0.7rem;
  }
}
.news-list .news-item .news-item_title {
  margin: 0.75rem 0 1.75rem;
  color: #212121;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 3000px) {
  .news-list .news-item .news-item_title {
    margin: 0.75rem 0 1rem;
    line-height: 1.75rem;
    -webkit-line-clamp: 3;
  }
}
.news-list .news-item .news-item_title:hover {
  color: #676767;
}

.news-content_title {
  font-size: 2rem;
}
.news-content_date {
  margin: 1rem 0;
  color: #fcdc0d;
}
.news-content_article {
  margin: 1rem 0;
  line-height: 1.75rem;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 3000px) {
  .schedule-list {
    flex-direction: column;
  }
}
.schedule-list .schedule-item {
  width: calc(33.3333333333% - 1.75rem);
  margin-bottom: 1.75rem;
  padding: 1.75rem;
  border-radius: 1.75rem;
  background-color: rgba(252, 220, 13, 0.2);
}
@media screen and (max-width: 3000px) {
  .schedule-list .schedule-item {
    width: calc(100% - 0.75rem);
    max-width: 480px;
    margin: 0 auto;
  }
}
.schedule-list .schedule-item + .schedule-item {
  margin-left: 1.75rem;
}
@media screen and (max-width: 3000px) {
  .schedule-list .schedule-item + .schedule-item {
    margin: 1.75rem auto 0;
    margin-top: 1.75rem;
  }
}
.schedule-list .schedule-item_phase {
  margin-bottom: 1rem;
  padding: 1.5rem 0;
  border-radius: 2rem;
  background: #fcdc0d;
  text-align: center;
  color: white;
  font-size: 1.25em;
}
.schedule-list .schedule-item_holding-date {
  margin: 0.5rem 0;
  color: #fcdc0d;
  text-align: center;
}
.schedule-list .schedule-item_holding-date span {
  text-align: center;
  font-size: 1rem;
}
.schedule-list .schedule-item_holding-date div {
  margin: 0.5rem 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.schedule-list .schedule-item_detail {
  width: 100%;
  margin: 3rem auto 0;
  border-top: 1px solid #676767;
}
.schedule-list .schedule-item_detail tr {
  border-bottom: 1px solid #676767;
}
.schedule-list .schedule-item_detail tr td {
  padding: 1rem 0;
  font-size: 0.95rem;
}
.schedule-list .schedule-item_detail tr td:first-child {
  font-weight: bold;
  min-width: 5.5rem;
}
.schedule-list .schedule-item_detail tr td:last-child {
  color: #676767;
}
.schedule-list .schedule-item .links .link.link-more {
  width: 11rem;
  padding: 1.25rem;
  font-size: 0.9rem;
}

.instructor-list {
  width: 90%;
  margin: 1.75rem auto 0;
}
@media screen and (max-width: 3000px) {
  .instructor-list {
    width: 100%;
  }
}
.instructor-list .instructor-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.instructor-list .instructor-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.instructor-list .instructor-item + .instructor-item {
  margin-top: 3rem;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item + .instructor-item {
    margin-top: 1rem;
  }
}
.instructor-list .instructor-item_profile {
  width: calc(100% - 256px - 1.75rem);
  padding: 2.75rem 1.75rem 2.75rem 2.75rem;
  border-radius: 3rem;
  color: #676767;
  background-color: white;
  font-size: 0.9rem;
  line-height: 1.35rem;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    padding-right: 0.75rem;
    padding-bottom: 0;
    padding-left: 0.75rem;
    background: none;
  }
}
.instructor-list .instructor-item_profile > * {
  width: calc(100% - 0.75rem);
  margin: 0 auto 1rem;
}
.instructor-list .instructor-item_profile--name {
  margin: 0 auto 0.25rem;
  color: #fcdc0d;
  font-size: 1.75rem;
}
.instructor-list .instructor-item_profile--note {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile--note {
    flex-direction: column;
  }
}
.instructor-list .instructor-item_profile--note dt {
  width: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile--note dt {
    width: 100%;
  }
}
.instructor-list .instructor-item_profile--note dd {
  width: calc(100% - 5rem);
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile--note dd {
    width: 100%;
  }
}
.instructor-list .instructor-item_profile--qualification {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile--qualification {
    flex-direction: column;
  }
}
.instructor-list .instructor-item_profile--qualification dt {
  width: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile--qualification dt {
    width: 100%;
  }
}
.instructor-list .instructor-item_profile--qualification dd {
  width: calc(100% - 5rem);
  font-size: 0.8em;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile--qualification dd {
    width: 100%;
  }
}
.instructor-list .instructor-item_profile .arrow-up {
  display: none;
  width: 100%;
  margin-bottom: 0;
  color: white;
  height: 0;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile .arrow-up {
    display: block;
  }
}
.instructor-list .instructor-item_profile .arrow-up span {
  position: relative;
  top: -0.9rem;
  left: 3rem;
}
.instructor-list .instructor-item_profile--comment {
  line-height: 1.5rem;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile--comment {
    width: 100%;
    margin-bottom: 0;
    padding: 1.75rem;
    border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;
    background-color: white;
  }
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_profile--link {
    width: 100%;
    padding: 0 1.75rem 1.75rem;
    border-bottom-left-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
    background-color: white;
  }
}
.instructor-list .instructor-item_profile--link a {
  text-decoration: underline;
  color: #fcdc0d;
  text-underline-offset: 0.35rem;
}
.instructor-list .instructor-item_profile--link a:hover {
  text-decoration: none;
}
.instructor-list .instructor-item .arrow {
  width: 1.75rem;
  color: white;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item .arrow {
    display: none;
  }
}
.instructor-list .instructor-item .arrow span {
  position: relative;
  top: 30%;
  left: -5px;
  font-size: 1.25rem;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item .arrow span {
    transform: rotate(-90deg);
    display: inline-block;
    top: 3px;
    left: 0;
  }
}
.instructor-list .instructor-item:nth-child(2n) .arrow span {
  display: inline-block;
  transform: rotate(180deg) translate(-10px, 0);
  text-align: right;
  left: 3px;
  right: 0;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item:nth-child(2n) .arrow span {
    transform: rotate(-90deg);
    display: inline-block;
    top: 3px;
    left: 0;
  }
}
.instructor-list .instructor-item_thumbnail {
  width: 20rem;
  height: 20rem;
  border: 4px solid #fcdc0d;
  border-radius: 16px;
}
@media screen and (max-width: 3000px) {
  .instructor-list .instructor-item_thumbnail {
    width: calc(100% - 3rem - 8px);
    height: calc(100% - 3rem - 8px);
  }
}
.instructor-list .instructor-item_thumbnail img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.75rem auto 4.25rem;
}
@media screen and (max-width: 3000px) {
  .page-title {
    margin: 1.75rem auto 3rem;
  }
}
.page-title span {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #676767;
}
@media screen and (max-width: 3000px) {
  .page-title span {
    font-size: 1.25rem;
  }
}

main > * {
  margin: 0 auto;
  max-width: 768px !important;
}

[data-design-type=default] .inner {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 3000px) {
  [data-design-type=default] .inner {
    margin: 0;
  }
}
[data-design-type=default] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
[data-design-type=default] .text {
  margin-top: 1.75rem;
}
[data-design-type=default] .images + .text {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=default] .images + .text {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
[data-design-type=default] .links {
  margin-top: 0;
}
[data-design-type=default] .links .link.link-more {
  width: auto;
  margin-top: 1.75rem;
  padding: 1.5rem 1.75rem;
}

[data-design-type=voice] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=voice] .inner {
    margin: 0;
  }
}
[data-design-type=voice] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

[data-design-type=voice_list] .page-title::before {
  content: "";
  display: inline-block;
  position: relative;
  bottom: -4.5rem;
  right: calc(0% - 7.5rem);
  width: 5rem;
  height: 5rem;
  background-image: url(/img/illust/illust7.png);
  background-size: cover;
  margin-top: -5rem;
}

[data-design-type=voice_detail] .inner {
  margin: 0 auto;
}
[data-design-type=voice_detail] .inner .voice-content {
  max-width: 50%;
}
@media screen and (max-width: 3000px) {
  [data-design-type=voice_detail] .inner .voice-content {
    max-width: 100%;
  }
}
[data-design-type=voice_detail] .inner img {
  display: block;
  margin: 0 auto;
  height: 25.3125vw;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=voice_detail] .inner img {
    width: 100%;
    height: 256px;
  }
}

[data-design-type=blog] {
  background: white;
}
[data-design-type=blog] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=blog] .inner {
    margin: 0;
  }
}
[data-design-type=blog] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=blog] .links {
    margin-top: 1rem;
  }
}

[data-design-type=blog_detail] .inner {
  max-width: 45vw;
  margin: 0 auto;
}
@media screen and (max-width: 3000px) {
  [data-design-type=blog_detail] .inner {
    max-width: 100vw;
  }
}
[data-design-type=blog_detail] .inner img.thumbnail {
  height: 29rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 480px) {
  [data-design-type=blog_detail] .inner img.thumbnail {
    height: 14rem;
  }
}

[data-design-type=news] {
  background: #f3f3f3;
}
[data-design-type=news] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=news] .inner {
    margin: 0;
  }
}
[data-design-type=news] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=news] .links {
    margin: 0;
  }
}

[data-design-type=news_list] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=news_list] .inner {
    margin: 0;
  }
}
[data-design-type=news_list] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

[data-design-type=schedule] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=schedule] .inner {
    margin: 0;
  }
}
[data-design-type=schedule] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

[data-design-type=instructor] {
  background: rgba(252, 220, 13, 0.3);
}
@media screen and (max-width: 3000px) {
  [data-design-type=instructor] .inner {
    margin: 0;
  }
}
[data-design-type=instructor] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

[data-design-type=slider] .slider {
  margin-top: 2.5rem;
}
[data-design-type=slider] .slider .image {
  width: 100%;
  padding-top: 59.6283783784%;
  position: relative;
}
[data-design-type=slider] .slider .image li {
  display: none;
  width: 100%;
  padding-top: 59.6283783784%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
[data-design-type=slider] .slider .image li:first-child {
  display: block;
}
[data-design-type=slider] .slider .thum {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
[data-design-type=slider] .slider .thum li {
  cursor: pointer;
  margin: 1px 0 0 1px;
}
[data-design-type=slider] .slider .thum li span {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}
@media screen and (max-width: 3000px) {
  [data-design-type=slider] .slider .thum li span {
    padding-top: 100%;
  }
}
[data-design-type=slider] .slider .thum li:first-child {
  margin-left: 0;
}
[data-design-type=slider] .slider .thum li:first-child span {
  border-bottom-left-radius: 1rem;
}
[data-design-type=slider] .slider .thum li:last-child {
  margin-left: 0;
}
[data-design-type=slider] .slider .thum li:last-child span {
  border-bottom-right-radius: 1rem;
}
[data-design-type=slider] .slider .thum li:hover span {
  opacity: 1;
}
[data-design-type=slider] .slider .thum li.on span {
  opacity: 1;
}

[data-design-type=youtube] {
  background: white;
}
[data-design-type=youtube] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=youtube] .inner {
    margin: 0;
  }
}
[data-design-type=youtube] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
[data-design-type=youtube] .text {
  margin: 2rem 0;
}
[data-design-type=youtube] .text P {
  text-align: center;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 576px;
  margin: 0 auto;
  max-width: 1024px;
}
@media screen and (max-width: 3000px) {
  .youtube-wrapper {
    padding-bottom: 56.25%;
    max-width: 96vw;
  }
}
.youtube-wrapper + .youtube-wrapper {
  margin-top: 2rem;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-design-type=image1column] .image1column > div {
  margin-bottom: 1.75rem;
}

[data-design-type=image2column] .image2column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 3000px) {
  [data-design-type=image2column] .image2column {
    flex-direction: column;
  }
}
[data-design-type=image2column] .image2column > div {
  width: calc(50% - 1rem);
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=image2column] .image2column > div {
    width: 100%;
  }
}

[data-design-type=image3column] .image3column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 3000px) {
  [data-design-type=image3column] .image3column {
    flex-direction: column;
  }
}
[data-design-type=image3column] .image3column > div {
  width: calc(33.3333333333% - 1rem);
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=image3column] .image3column > div {
    width: 100%;
  }
}

[data-design-type=type1] {
  display: flex;
  margin: 2rem auto;
  align-items: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type1] {
    margin: 0 auto 2rem;
    flex-direction: column;
  }
}
[data-design-type=type1] > div {
  width: 50%;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type1] > div {
    width: 100%;
  }
}
[data-design-type=type1] > div h1 {
  margin-bottom: 3.25rem;
  color: #fcdc0d;
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type1] > div h1 {
    font-weight: bold;
    line-height: 2.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 3000px) {
  [data-design-type=type1] > div h1 span {
    font-size: 1rem;
  }
}
[data-design-type=type1] .links {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type1] .links {
    justify-content: center;
  }
}
[data-design-type=type1] .links .link + .link {
  margin-left: 1rem;
}

[data-design-type=type2] {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  background-color: #fffdf2;
}
[data-design-type=type2] > div .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type2] > div .inner {
    margin: 0;
  }
}
[data-design-type=type2] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
[data-design-type=type2] p {
  margin: 2rem 0 3rem;
}
[data-design-type=type2] .reason {
  border-radius: 10rem;
  background-color: white;
  padding: 3rem;
  text-align: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type2] .reason {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
[data-design-type=type2] .reason h2 {
  font-size: 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type2] .reason h2 {
    font-size: 1.25rem;
  }
}
[data-design-type=type2] .reason > div {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type2] .reason > div {
    flex-direction: column;
  }
}
[data-design-type=type2] .reason > div img {
  max-width: 100%;
}

[data-design-type=type3] {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-color: #fffdf2;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type3] {
    padding-bottom: 2.5rem;
  }
}
[data-design-type=type3] > div .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type3] > div .inner {
    margin: 0;
  }
}
[data-design-type=type3] h1 img {
  display: block;
  margin: 0 auto;
}
[data-design-type=type3] .d-sm-flex {
  margin-top: 1.75rem;
}
[data-design-type=type3] .d-sm-flex > div:first-child {
  width: 55%;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type3] .d-sm-flex > div:first-child {
    width: 100%;
  }
}
[data-design-type=type3] .d-sm-flex > div:last-child {
  width: 45%;
  padding: 0.5rem 0;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type3] .d-sm-flex > div:last-child {
    width: 100%;
  }
}
[data-design-type=type3] .d-sm-flex > div:last-child img {
  float: right;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type3] .d-sm-flex > div:last-child img {
    float: none;
    width: 80%;
    margin: 2rem auto;
    display: block;
  }
}

[data-design-type=type4] .courses {
  display: flex;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses {
    flex-direction: column;
  }
}
[data-design-type=type4] .courses .course {
  width: 50%;
  padding: 10rem 2.25rem 8rem;
  background-size: cover;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course {
    width: 100%;
    padding: 3rem 1.5rem 3rem;
  }
}
[data-design-type=type4] .courses .course:first-child {
  padding-left: calc(50% - 660px + 4rem);
  color: #fcdc0d;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course:first-child {
    padding-left: 1.5rem;
  }
}
[data-design-type=type4] .courses .course:first-child .course-inner {
  background-color: rgba(252, 220, 13, 0.5);
}
[data-design-type=type4] .courses .course:first-child .course-inner .course-detail {
  background-color: rgba(252, 220, 13, 0.4);
}
[data-design-type=type4] .courses .course:first-child .course-inner .course-detail .price-area .price:after {
  background-color: rgba(252, 220, 13, 0.5);
}
[data-design-type=type4] .courses .course:last-child {
  padding-right: calc(50% - 660px + 4rem);
  color: #ee5152;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course:last-child {
    padding-right: 1.5rem;
  }
}
[data-design-type=type4] .courses .course:last-child .course-inner {
  background-color: #fee7e7;
}
[data-design-type=type4] .courses .course:last-child .course-inner .course-detail {
  background-color: #fffbfb;
}
[data-design-type=type4] .courses .course:last-child .course-inner .course-detail .price-area .price:after {
  background-color: #fdd6d7;
}
[data-design-type=type4] .courses .course .course-inner {
  padding: 2.25rem;
  border-radius: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course .course-inner {
    padding: 1.5rem;
  }
}
[data-design-type=type4] .courses .course .course-inner img.course-title {
  display: block;
  margin: 0 auto;
}
[data-design-type=type4] .courses .course .course-inner .course-detail {
  margin-top: 1rem;
  padding: 2.25rem 1rem 1.75rem;
  border-radius: 1.75rem;
  background-color: #fffafa;
  text-align: center;
}
[data-design-type=type4] .courses .course .course-inner .course-detail > p:first-child {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course .course-inner .course-detail > p:first-child {
    font-size: 1.25rem;
  }
}
[data-design-type=type4] .courses .course .course-inner .course-detail .price-area > p:first-child {
  color: #212121;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-area > p:first-child {
    font-size: 1rem;
  }
}
[data-design-type=type4] .courses .course .course-inner .course-detail .price-area .price:after {
  border-radius: 2rem;
  content: "";
  display: block;
  height: 1.75rem;
  width: 67%;
  margin: 0 auto;
  top: -1.5rem;
  position: relative;
}
[data-design-type=type4] .courses .course .course-inner .course-detail .price-area .price span {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 999;
}
[data-design-type=type4] .courses .course .course-inner .course-detail .price-area .price span:first-child {
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-area.price-normal .price {
    margin: -1rem 0;
  }
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-area.price-normal .price:after {
    content: none;
  }
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-area.price-normal .price span {
    font-size: 1.25rem;
  }
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-area.price-normal .price span:first-child {
    font-size: 2rem;
  }
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-area.price-special .price:after {
    height: 1.25rem;
    width: 85%;
  }
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-area.price-special .price span {
    font-size: 1.75rem;
  }
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-area.price-special .price span:first-child {
    font-size: 3rem;
  }
}
[data-design-type=type4] .courses .course .course-inner .course-detail .arrow {
  margin: -1rem 0 1rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course .course-inner .course-detail .arrow {
    margin: 0 0 0.5rem 0;
  }
}
[data-design-type=type4] .courses .course .course-inner .course-detail .price-note {
  margin-top: 0.25rem;
  color: #212121;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type4] .courses .course .course-inner .course-detail .price-note {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}

[data-design-type=type5] {
  background-color: rgba(252, 220, 13, 0.5);
}
[data-design-type=type5] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .inner {
    margin: 0;
  }
}
[data-design-type=type5] h1 img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
[data-design-type=type5] .reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons {
    flex-direction: column;
  }
}
[data-design-type=type5] .reasons .reason-item {
  width: calc(50% - 1.75rem);
  margin-top: 3rem;
  padding-bottom: 1rem;
  border-radius: 1.75rem;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item {
    width: 100%;
  }
}
[data-design-type=type5] .reasons .reason-item_no {
  position: relative;
  margin: 0 auto;
  top: -2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  padding: 1rem;
  color: white;
  background-color: #fcdc0d;
  text-align: center;
}
[data-design-type=type5] .reasons .reason-item_no span {
  font-weight: bold;
  font-style: italic;
}
[data-design-type=type5] .reasons .reason-item_no span:first-child {
  font-size: 1.25rem;
}
[data-design-type=type5] .reasons .reason-item_no span:last-child {
  position: relative;
  left: -0.2rem;
  font-size: 2.25rem;
  text-indent: -0.25rem;
}
[data-design-type=type5] .reasons .reason-item_title > div {
  text-align: center;
}
[data-design-type=type5] .reasons .reason-item_title > div span {
  display: inline-block;
  position: relative;
  z-index: 999;
  height: 1.75rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item_title > div span {
    font-size: 1.25rem;
  }
}
[data-design-type=type5] .reasons .reason-item_title > div:after {
  background-color: rgba(252, 220, 13, 0.5);
  border-radius: 2rem;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1rem;
  margin: 0 auto;
  top: -0.75rem;
  position: relative;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item_title > div:after {
    top: -1.2rem;
    width: 9rem;
  }
}
[data-design-type=type5] .reasons .reason-item:first-child .reason-item_title > div:first-child:after {
  width: 13rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item:first-child .reason-item_title > div:first-child:after {
    width: 9rem;
  }
}
[data-design-type=type5] .reasons .reason-item:first-child .reason-item_title > div:last-child:after {
  width: 15rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item:first-child .reason-item_title > div:last-child:after {
    width: 11rem;
  }
}
[data-design-type=type5] .reasons .reason-item:nth-child(2) .reason-item_title > div:first-child:after {
  width: 15rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item:nth-child(2) .reason-item_title > div:first-child:after {
    width: 11rem;
  }
}
[data-design-type=type5] .reasons .reason-item:nth-child(2) .reason-item_title > div:last-child:after {
  width: 15rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item:nth-child(2) .reason-item_title > div:last-child:after {
    width: 10rem;
  }
}
[data-design-type=type5] .reasons .reason-item:nth-child(3) .reason-item_title > div:first-child:after {
  width: 14rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item:nth-child(3) .reason-item_title > div:first-child:after {
    width: 10rem;
  }
}
[data-design-type=type5] .reasons .reason-item:nth-child(3) .reason-item_title > div:last-child:after {
  width: 20rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item:nth-child(3) .reason-item_title > div:last-child:after {
    width: 15rem;
  }
}
[data-design-type=type5] .reasons .reason-item:nth-child(4) .reason-item_title > div:first-child:after {
  width: 19rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item:nth-child(4) .reason-item_title > div:first-child:after {
    width: 14rem;
  }
}
[data-design-type=type5] .reasons .reason-item:nth-child(4) .reason-item_title > div:last-child:after {
  width: 10rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .reasons .reason-item:nth-child(4) .reason-item_title > div:last-child:after {
    width: 7rem;
  }
}
[data-design-type=type5] .reasons .reason-item_list {
  padding: 1.7rem;
}
[data-design-type=type5] .reasons .reason-item_list--item {
  margin-bottom: 0.75rem;
}
[data-design-type=type5] .reasons .reason-item_list--item p {
  padding-left: 1.75rem;
}
[data-design-type=type5] .reasons .reason-item_list--item p:first-child {
  color: #fcdc0d;
  background-image: url(/img/ryt200online/reason-checkbox.png);
  background-repeat: no-repeat;
  background-position: left 3px;
}
[data-design-type=type5] .reasons .reason-item_list--item p:last-child {
  padding-left: 1.75rem;
  color: #676767;
}
[data-design-type=type5] .course-detail {
  margin-top: 3rem;
  padding: 5rem;
  border-radius: 15rem;
  background-color: rgba(255, 255, 255, 0.75);
  width: calc(480px + 3.5rem);
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .course-detail {
    margin: 0 auto;
    width: calc(100% - 0.75rem);
    padding: 1.75rem;
    border-radius: 2rem;
  }
}
[data-design-type=type5] .course-detail_title {
  color: #fcdc0d;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .course-detail_title {
    font-size: 1rem;
  }
}
[data-design-type=type5] .course-detail .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem auto 1rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .course-detail .price-wrapper {
    margin-top: 1.75rem;
    flex-direction: column;
  }
}
[data-design-type=type5] .course-detail .price-wrapper .price-area > p:first-child {
  color: #212121;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .course-detail .price-wrapper .price-area > p:first-child {
    font-size: 1rem;
  }
}
[data-design-type=type5] .course-detail .price-wrapper .price-area .price {
  color: #fcdc0d;
  text-align: center;
}
[data-design-type=type5] .course-detail .price-wrapper .price-area .price:after {
  background-color: rgba(252, 220, 13, 0.5);
  border-radius: 2rem;
  content: "";
  display: block;
  height: 1.5rem;
  width: 14rem;
  margin: 0 auto;
  top: -1.2rem;
  position: relative;
}
[data-design-type=type5] .course-detail .price-wrapper .price-area .price span {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 999;
}
[data-design-type=type5] .course-detail .price-wrapper .price-area .price span:first-child {
  font-size: 3.5rem;
  line-height: 4.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
[data-design-type=type5] .course-detail .price-wrapper .price-area.price-normal .price {
  margin: 0 0 1.25rem;
}
[data-design-type=type5] .course-detail .price-wrapper .price-area.price-normal .price:after {
  content: none;
}
[data-design-type=type5] .course-detail .price-wrapper .price-area.price-normal .price span {
  font-size: 1.25rem;
}
[data-design-type=type5] .course-detail .price-wrapper .price-area.price-normal .price span:first-child {
  font-size: 2.25rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .course-detail .price-wrapper .price-area.price-normal .price {
    margin: -1rem 0;
  }
  [data-design-type=type5] .course-detail .price-wrapper .price-area.price-normal .price:after {
    content: none;
  }
  [data-design-type=type5] .course-detail .price-wrapper .price-area.price-normal .price span {
    font-size: 1.25rem;
  }
  [data-design-type=type5] .course-detail .price-wrapper .price-area.price-normal .price span:first-child {
    font-size: 1.75rem;
  }
  [data-design-type=type5] .course-detail .price-wrapper .price-area.price-special .price:after {
    height: 1.25rem;
  }
  [data-design-type=type5] .course-detail .price-wrapper .price-area.price-special .price span {
    font-size: 1.75rem;
  }
  [data-design-type=type5] .course-detail .price-wrapper .price-area.price-special .price span:first-child {
    font-size: 3rem;
  }
}
[data-design-type=type5] .course-detail .price-wrapper .arrow {
  margin: 0 3.25rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .course-detail .price-wrapper .arrow {
    margin: 1rem auto;
  }
}
[data-design-type=type5] .course-detail .price-wrapper .arrow span {
  font-size: 1.5rem;
  color: #fcdc0d;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type5] .course-detail .price-wrapper .arrow span {
    transform: rotate(90deg);
    display: inline-block;
  }
}
[data-design-type=type5] .course-detail .price-note {
  margin: 0 auto;
  font-size: 0.7rem;
  line-height: 1rem;
  text-align: center;
}

[data-design-type=type6] {
  background-color: rgba(252, 220, 13, 0.5);
}
[data-design-type=type6] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .inner {
    margin: 0;
  }
}
[data-design-type=type6] img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
[data-design-type=type6] p {
  margin: 1.75rem auto;
}
[data-design-type=type6] .images img {
  margin-bottom: 1.75rem;
}
[data-design-type=type6] .curriculum-flow-wrapper {
  margin-bottom: 3rem;
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow__title {
  margin: 0;
  color: #212121;
  text-align: center;
  font-size: 1.25rem;
  position: relative;
  top: -1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow__title {
    font-size: 1rem;
    height: 0.75rem;
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow {
  display: flex;
  width: 86%;
  min-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow {
    width: 100%;
    min-width: 90%;
    flex-direction: column;
    align-items: center;
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div {
  width: 24%;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div {
    width: 100%;
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:first-child {
  margin-bottom: 3rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:first-child {
    margin-bottom: 1rem;
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:nth-child(2) {
  width: 52%;
  padding: 1rem 0 3rem;
  background-color: rgba(252, 220, 13, 0.5);
  border-radius: 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:nth-child(2) {
    width: 100%;
    padding: 1rem 0 1rem;
    margin: 2rem 0 1rem;
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:nth-child(2) > div {
  display: flex;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:nth-child(2) > div {
    flex-direction: column;
    align-items: center;
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:last-child {
  margin-bottom: 3rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:last-child {
    margin-bottom: 0;
  }
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow > div:last-child.flow__item:after {
    content: "";
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item {
    width: 80%;
  }
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item:after {
    content: "▼";
    color: #fcdc0d;
    float: right;
    font-size: 1.5rem;
    position: relative;
    height: 0;
    top: 0.25rem;
  }
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item + .flow__item {
    margin-top: 2rem;
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item > div {
  display: flex;
  align-items: center;
  height: 6rem;
  width: calc(100% - 1.25rem);
  border-radius: 5rem;
  background-color: white;
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item > div > div {
  width: 100%;
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item > div p {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 1rem;
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item > div p > span:first-child {
  color: #fcdc0d;
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item > div.arrow:after {
  content: "▶";
  color: #fcdc0d;
  float: right;
  font-size: 1.5rem;
  position: relative;
  right: -0.5rem;
  width: 0;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item > div.arrow:after {
    content: "";
  }
}
[data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item .comment {
  margin: 0.25rem auto;
  width: 74%;
  font-size: 0.8em;
  line-height: 1.25rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-flow-wrapper .curriculum-flow .flow__item .comment {
    width: 100%;
    font-size: 0.7em;
    text-align: center;
  }
}
[data-design-type=type6] .curriculum-types {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-types {
    flex-direction: column;
  }
}
[data-design-type=type6] .curriculum-types > div {
  height: 25rem;
  width: 25rem;
  border-radius: 12.5rem;
  background-color: rgba(252, 220, 13, 0.5);
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-types > div {
    height: 22rem;
    width: 22rem;
    border-radius: 45vw;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
[data-design-type=type6] .curriculum-types > div p {
  margin-top: 3rem;
  font-size: 1.25rem;
  color: #212121;
  text-align: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-types > div p {
    font-size: 1rem;
    margin: 3rem 0 1rem;
  }
}
[data-design-type=type6] .curriculum-types > div ul {
  width: 13rem;
  margin: 0 auto;
  list-style: disc;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-types > div ul {
    width: 60%;
  }
}
[data-design-type=type6] .curriculum-types > div ul li {
  line-height: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-types > div ul li {
    line-height: 1.5rem;
  }
}
[data-design-type=type6] .curriculum-types > div:first-child {
  position: relative;
  left: 1.5rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-types > div:first-child {
    left: 0;
    top: 1.25rem;
  }
}
[data-design-type=type6] .curriculum-types > div:last-child {
  position: relative;
  right: 1.5rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type6] .curriculum-types > div:last-child {
    right: 0;
    bottom: 1.25rem;
  }
}

[data-design-type=type7] {
  background: linear-gradient(180deg, rgba(252, 220, 13, 0.5) 0%, rgba(252, 220, 13, 0.5) 250px, rgba(252, 220, 13, 0.4) 250px, rgba(252, 220, 13, 0.4) 100%);
}
@media screen and (max-width: 3000px) {
  [data-design-type=type7] {
    background: linear-gradient(180deg, rgba(252, 220, 13, 0.5) 0%, rgba(252, 220, 13, 0.5) 180px, rgba(252, 220, 13, 0.4) 180px, rgba(252, 220, 13, 0.4) 100%);
  }
}
[data-design-type=type7] .inner {
  margin: 0 4.25rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type7] .inner {
    margin: 0;
  }
}
[data-design-type=type7] .img-wrapper {
  margin-top: 1.75rem;
}
[data-design-type=type7] .img-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 480px;
  border-radius: 2rem;
  text-align: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type7] .img-wrapper img {
    width: calc(100% - 0.75rem);
  }
}
[data-design-type=type7] .text {
  margin: 3rem auto 0;
  max-width: 480px;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type7] .text {
    width: calc(100% - 0.75rem);
  }
}
[data-design-type=type7] .text p {
  padding-left: 0.75rem;
}
[data-design-type=type7] .text p.li {
  margin-top: 1.25rem;
  font-size: 1.1em;
  padding-left: 1.75rem;
  text-indent: -1.25rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type7] .text p.li {
    padding-left: 0;
    text-indent: 0;
  }
}
[data-design-type=type7] .text p.li:before {
  content: "●";
  color: #fcdc0d;
  margin-right: 0.5rem;
}
[data-design-type=type7] .text p.sub {
  margin-left: 0;
  color: #676767;
}

[data-design-type=type8] {
  background: #fcdc0d;
}
[data-design-type=type8] .page-title span {
  color: white;
}
[data-design-type=type8] .page-title span:before {
  background-color: white;
}
[data-design-type=type8] .page-title span:after {
  background-color: white;
}
[data-design-type=type8] .inner {
  margin: 0 4.25rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .inner {
    margin: 0;
  }
}
[data-design-type=type8] img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
[data-design-type=type8] .schedule {
  margin: 1.75rem auto;
}
[data-design-type=type8] .schedule p {
  text-align: center;
}
[data-design-type=type8] .schedule p.plus {
  font-size: 1.75rem;
  color: white;
}
[data-design-type=type8] .schedule-item {
  margin: 0.75rem auto;
  padding: 1.75rem;
  border: 3px solid white;
  border-radius: 0.5rem;
  text-align: center;
}
[data-design-type=type8] .schedule-item .schedule_title {
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .schedule-item .schedule_title {
    font-size: 1.25rem;
  }
}
[data-design-type=type8] .schedule-item.curriculum-video p:last-child {
  margin-top: 0.75rem;
}
[data-design-type=type8] .schedule-item.curriculum-live {
  margin-bottom: 1.75rem;
}
[data-design-type=type8] .schedule-item.curriculum-live > div {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .schedule-item.curriculum-live > div {
    flex-direction: column;
  }
}
[data-design-type=type8] .schedule-item.curriculum-live > div .curriculum-live_class {
  width: calc(50% - 1.75rem);
  padding: 1.75rem;
  border-radius: 2rem;
  background-color: rgba(252, 220, 13, 0.4);
  min-height: 16rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .schedule-item.curriculum-live > div .curriculum-live_class {
    width: 100%;
  }
}
[data-design-type=type8] .schedule-item.curriculum-live > div .curriculum-live_class p {
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}
[data-design-type=type8] .schedule-item.curriculum-live > div .curriculum-live_class p:first-child {
  color: #fcdc0d;
}
[data-design-type=type8] .schedule-item.curriculum-live > div .curriculum-live_class p:nth-of-type(2) {
  font-weight: bold;
}
[data-design-type=type8] .schedule-item.curriculum-live > div .curriculum-live_class > div {
  width: 25rem;
  margin: 0 auto;
  text-align: left;
  line-height: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .schedule-item.curriculum-live > div .curriculum-live_class > div {
    width: 100%;
    font-size: 0.9em;
  }
}
[data-design-type=type8] .schedule-item.curriculum-live > div .or {
  width: 3.5rem;
  font-size: 1.25rem;
  color: white;
}
[data-design-type=type8] .qualification-steps {
  margin: 1.75rem auto;
  width: 80%;
  padding: 2.5rem 1.75rem;
  background-color: white;
  border-radius: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .qualification-steps {
    width: 100%;
  }
}
[data-design-type=type8] .qualification-steps .title {
  color: #fcdc0d;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
[data-design-type=type8] .qualification-steps .step-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0.5rem 0;
  line-height: 1.75rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .qualification-steps .step-item {
    flex-direction: column;
    padding: 1rem 0 0;
  }
}
[data-design-type=type8] .qualification-steps .step-item dt {
  width: 20%;
  color: #fcdc0d;
  font-size: 0.9rem;
  font-weight: bold;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .qualification-steps .step-item dt {
    width: 100%;
  }
}
[data-design-type=type8] .qualification-steps .step-item dt span {
  font-size: 1.25rem;
  font-weight: bold;
}
[data-design-type=type8] .qualification-steps .step-item dd {
  width: 80%;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .qualification-steps .step-item dd {
    width: 100%;
  }
}
[data-design-type=type8] .qualification-steps .step-item:not(:last-child) {
  border-bottom: 2px solid #fcdc0d;
}
[data-design-type=type8] .qualification-steps .step-item:not(:last-child):after {
  content: "▼";
  color: #fcdc0d;
  position: relative;
  font-size: 0.8rem;
  top: 0.7rem;
  left: 2rem;
  height: 1.25rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type8] .qualification-steps .step-item:not(:last-child):after {
    width: 100%;
  }
}

[data-design-type=type9] {
  background: white;
}
[data-design-type=type9] .inner {
  margin: 0 2rem;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type9] .inner {
    margin: 0;
  }
}
[data-design-type=type9] img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
[data-design-type=type9] .schedule-list .schedule-item {
  width: calc(480px + 3.5rem);
  max-width: 100%;
}
[data-design-type=type9] .program-detail {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 3000px) {
  [data-design-type=type9] .program-detail {
    width: calc(100% - 1.25rem);
  }
}
[data-design-type=type9] .program-detail dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem 0;
}
[data-design-type=type9] .program-detail dl + dl {
  border-top: 1px solid #cdcdcd;
}
[data-design-type=type9] .program-detail dl > * {
  padding: 0;
  line-height: 1.5rem;
}
[data-design-type=type9] .program-detail dl dt {
  font-weight: bold;
  width: 100%;
  color: #fcdc0d;
  padding-bottom: 0.5rem;
}
[data-design-type=type9] .program-detail dl dd {
  color: #676767;
  width: 100%;
}
[data-design-type=type9] .program-detail dl dd .price {
  line-height: 2.25rem;
}
[data-design-type=type9] .program-detail dl dd .price .value {
  color: #212121;
  font-size: 1.75rem;
  font-weight: bold;
}

[data-design-type=lp-header] div {
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
}
[data-design-type=lp-header] div a {
  width: 25%;
  margin: 20px 0;
}
@media screen and (max-width: 1099px) {
  [data-design-type=lp-header] div a {
    margin: 12px 0;
  }
}
[data-design-type=lp-header] div a img {
  width: 100%;
}

[data-design-type=lp-image-fix] {
  position: fixed;
  bottom: 0;
  left: calc(50vw - 384px);
  z-index: 1000;
}
@media screen and (max-width: 1099px) {
  [data-design-type=lp-image-fix] {
    left: 0;
  }
}
[data-design-type=lp-image-fix] > div {
  display: flex;
}
[data-design-type=lp-image-fix] a {
  display: block;
  width: 100%;
  text-align: center;
}
[data-design-type=lp-image-fix] a img {
  animation: shake 1.5s ease-in-out infinite;
}

[data-design-type=lp-image-vertical] {
  display: flex;
  flex-direction: column;
}
[data-design-type=lp-image-vertical] a {
  text-align: center;
}
[data-design-type=lp-image-vertical] a img {
  animation: shake 1.5s ease-in-out infinite;
}

[data-design-type=lp-image-horizontal] {
  display: flex;
}
[data-design-type=lp-image-horizontal] a {
  display: block;
  width: 100%;
  text-align: center;
}
[data-design-type=lp-image-horizontal] a img {
  animation: shake 1.5s ease-in-out infinite;
}

.slick-slider {
  padding: 0;
  margin: 0;
}
.slick-slider .slick-slide {
  margin: 0 8px;
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-slide > div {
  display: flex;
}
.slick-slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 28.125vw;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 1100px) {
  .slick-slider .slick-arrow {
    top: 309.375px;
  }
}
.slick-slider .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slick-slider .slick-next {
  right: 0;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next::before {
  left: 20px;
}
.slick-slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.slick-slider .item .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  max-height: 56.25vw;
}
@media screen and (min-width: 1100px) {
  .slick-slider .item .img img {
    max-height: 618.75px;
  }
}
.slick-slider .item .desc {
  margin-top: 0.75rem;
}
.slick-slider .item .desc .name {
  margin-bottom: 0.5rem;
}
.slick-slider .item .desc .comment p {
  font-size: 0.8rem;
  line-height: 1.45;
}

.c-video {
  background-size: 100vw;
  background-position: 0;
  background-repeat: no-repeat;
}
.c-video .c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video .c-video__frame.is-loaded iframe {
  opacity: 1;
  visibility: visible;
}
.c-video iframe {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}
.c-video .c-video__title {
  position: absolute;
  top: calc(25.525vw + 30px);
  left: 50%;
  z-index: 7;
  text-align: center;
  padding: 30px;
  font-size: 5.2vw;
  font-weight: 300;
  line-height: 1.6;
  white-space: nowrap;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transform: translate(-50%, -50%);
}
.c-video .c-video__text {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.23em;
  position: absolute;
  top: 30vw;
  left: 6.75rem;
  transform: translateY(-50%);
  z-index: 6;
}
.c-video .c-video__text span {
  display: inline-block;
  padding: 0.625em 0.5em calc(0.625em - 3px);
  margin-top: 1px;
  color: #00a0e9;
  background: #FFF;
  position: relative;
}
.c-video .c-video__badge {
  position: absolute;
  top: 30vw;
  width: 18vw;
  right: 5%;
  display: flex;
  z-index: 6;
}

[data-design-type=lp-accordion] .toggle_contents {
  margin: 0;
  display: flex;
  flex-direction: column;
}
[data-design-type=lp-accordion] .toggle_contents .toggle_title {
  display: flex;
}
[data-design-type=lp-accordion] .toggle_contents .toggle_title img {
  width: 100%;
}
[data-design-type=lp-accordion] .toggle_contents .toggle_in {
  margin: 0;
  display: none;
}
[data-design-type=lp-accordion] .toggle_contents .toggle_in img {
  width: 100%;
}
[data-design-type=lp-accordion] .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  [data-design-type=lp-accordion] .inner {
    width: auto;
    padding: 0 2.5rem;
  }
}
[data-design-type=lp-accordion] .inner .toggle_title {
  position: relative;
  background-color: #FFF;
  color: #00a0e9;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid #FFF;
  padding: 1.5rem 35px 1.5rem 20px;
  cursor: pointer;
  margin: 1.25rem 0;
  line-height: 1.25;
  text-align: center;
  border-radius: 32px;
  box-shadow: 0 0 8px #E4E4E4;
}
[data-design-type=lp-accordion] .inner .toggle_title:hover {
  opacity: 0.8;
  transition: 0.25s;
}
[data-design-type=lp-accordion] .inner .toggle_in {
  padding: 3rem;
  display: none;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 32px;
  margin: 0 auto;
  width: 95%;
}
[data-design-type=lp-accordion] .inner .toggle_title .plus {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}
[data-design-type=lp-accordion] .inner .toggle_title .plus:before, [data-design-type=lp-accordion] .inner .toggle_title .plus:after {
  display: block;
  content: "";
  background-color: #00a0e9;
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 30px;
  height: 4px;
  transform: translate(50%, 50%);
  transition: 0.5s;
}
[data-design-type=lp-accordion] .inner .toggle_title .plus:before {
  width: 4px;
  height: 30px;
}
[data-design-type=lp-accordion] .inner .toggle_title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  [data-design-type=lp-accordion] .inner .toggle_title {
    font-size: 1.25rem;
  }
  [data-design-type=lp-accordion] .inner .toggle_in {
    padding: 1rem;
  }
}
[data-design-type=lp-accordion] .inner .toggle_in .ttl_in {
  position: relative;
  color: #00a0e9;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.25;
}
[data-design-type=lp-accordion] .inner .toggle_in .ttl_in:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 60px;
  height: 5px;
  transform: translateX(-50%);
  background-color: #00a0e9;
}
[data-design-type=lp-accordion] .inner .toggle_in .ttl-sub_in {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
[data-design-type=lp-accordion] .inner .toggle_in .summary .thumb {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
[data-design-type=lp-accordion] .inner .toggle_in .summary .article {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding: 1rem;
}
[data-design-type=lp-accordion] .inner .toggle_in .summary .article p {
  font-size: 1.05rem;
  margin: 0 0 0.5em 0;
  line-height: 1.45;
}
[data-design-type=lp-accordion] .inner .toggle_in .ttl_in.ttl_in_s {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  [data-design-type=lp-accordion] .inner .toggle_in .ttl-sub_in {
    font-size: 1rem;
    line-height: 1.25;
  }
  [data-design-type=lp-accordion] .inner .toggle_in .summary .thumb {
    display: block;
    width: inherit;
  }
  [data-design-type=lp-accordion] .inner .toggle_in .summary .article {
    display: block;
    width: inherit;
  }
}