/* common */
/* ---- */
@media all and (min-width: 768px) {
  .content-2023 .sp {
    display: none;
  }
  .linked-wrapper {
    padding-top: 140px;
    margin-top: -140px;
  }
}
@media all and (max-width: 767px) {
  .content-2023 .pc {
    display: none;
  }
  .linked-wrapper {
    /*padding-top: 70px;
    margin-top: -70px;*/
  }
}

/* front-page */
/* ---- */
.content-2023 .content-mainv__wrapper {
  position: relative;
  width: 100%;
  height: 572px;
  overflow: hidden;
}
.content-2023 .content-mainv__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1501px;
}
.content-2023 .content-mainv__image img {
  width: 100%;
}
.content-2023 .content-mainv__inner {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1040px;
  height: 190px;
}
.content-2023 .content-mainv__inner .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 390px;
  height: 190px;
}
.content-2023 .content-mainv__inner .wrapper .button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-2023 .content-mainv__inner .wrapper .button .message {
  position: absolute;
  left: 0;
  top: 14%;
  display: block;
}
.content-2023 .content-mainv__inner .wrapper .button .line {
  position: absolute;
  left: 0;
  bottom: 20%;
  display: block;
}
@media all and (max-width: 1500px) {
  .content-2023 .content-mainv__wrapper {
    height: auto;
  }
  .content-2023 .content-mainv__image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
  }
  .content-2023 .content-mainv__inner {
    width: 69vw;
    height: 13vw;
  }
  .content-2023 .content-mainv__inner .wrapper {
    width: 38%;
    height: 100%;
  }
}
@media all and (max-width: 1280px) {
  .content-2023 .content-mainv__inner .wrapper .button .message {
    top: 10%;
  }
  .content-2023 .content-mainv__inner .wrapper .button .message img {
    width: 200px !important;
  }
  .content-2023 .content-mainv__inner .wrapper .button .line img {
    width: 200px !important;
  }
}
@media all and (max-width: 1000px) {
  .content-2023 .content-mainv__inner .wrapper .button .message {
    top: 4%;
  }
  .content-2023 .content-mainv__inner .wrapper .button .line {
    bottom: 12%;
  }
}
@media all and (max-width: 767px) {
  .content-2023 .content-mainv__inner {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
  }
  .content-2023 .content-mainv__inner .wrapper {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
  }
  .content-2023 .content-mainv__inner .wrapper .button {
    position: relative;
  }
  .content-2023 .content-mainv__inner .wrapper .button .message {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    font-size: 14px;
  }
  .content-2023 .content-mainv__inner .wrapper .button .message img {
    width: 250px !important;
  }
  .content-2023 .content-mainv__inner .wrapper .button .line {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 16px auto 0;
  }
  .content-2023 .content-mainv__inner .wrapper .button .line img {
    width: 250px !important;
  }
}
/* ---- */
.content-2023 .underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.content-2023 .underline::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .6em;
  background-color: #fff462;
}
/* ---- */
.content-2023 .small-text {
  font-size: 90%;
}
/* ---- */
.content-2023 .block-button-1 {
  display: block;
  width: 306px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-align: center;
  padding: .8em 0;
  border-radius: 6px;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  transition: opacity .2s;
}
.content-2023 .block-button-1:hover {
  opacity: .66;
}
.content-2023 .block-button-1.-size-1 {
  width: 255px;
}
.content-2023 .block-button-1 i {
  font-size: 13px;
}
.content-2023 .block-button-1 span {
  display: inline-block;
  padding-left: .8em;
}
@media all and (max-width: 767px) {
  .content-2023 .block-button-1 {
    width: 220px;
    font-size: 12px;
  }
  .content-2023 .block-button-1.-size-1 {
    width: 174px;
  }
  .content-2023 .block-button-1 i {
    font-size: 11px;
  }
}
/* ---- */
.content-2023 .double-column-wrapper {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .content-2023 .double-column-wrapper {
    justify-content: center;
  }
  .content-2023 .double-column-wrapper .inner:first-of-type {
    padding-right: 5px;
  }
  .content-2023 .double-column-wrapper .inner:last-of-type {
    padding-left: 5px;
  }
}
/* ---- */
.content-2023 .front-features {
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content-2023 .front-features .features {
  flex-basis: 33.333%;
}
.content-2023 .front-features .inner {
  padding: 0 20px;
  margin-top: 60px;
}
.content-2023 .front-features .text {
  margin-top: 1em;
}
@media all and (max-width: 767px) {
  .content-2023 .front-features {
    justify-content: flex-start;
  }
  .content-2023 .front-features .features {
    flex-basis: 50%;
  }
  .content-2023 .front-features .inner {
    padding: 0 10px;
    margin-top: 20px;
  }
  .content-2023 .front-features .text {
    margin-top: .6em;
  }
}
 
/* course */
/* ---- */
.content-2023 .course-title__wrapper {
  position: relative;
  background-color: #fff462;
  max-width: 800px;
  margin: 0 auto;
  padding: .4em 0 .2em 0;
}
.content-2023 .course-title__wrapper.-blue {
  background-color: #52c0d9;
}
.content-2023 .course-title__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(45deg);
  background-color: #fff462;
}
.content-2023 .course-title__wrapper.-blue::after {
  background-color: #52c0d9;
}
.content-2023 .course-title__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.content-2023 .course-title__wrapper.-blue .course-title__inner {
  color: #fff;
}
/* ---- */
.content-2023 .course-catch__wrapper {
  text-align: center;
}
.content-2023 .course-catch__inner {
  max-width: 800px;
  display: inline-block;
  text-align: left;
  line-height: 2.2;
}
/* ---- */
.content-2023 .course-table__wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.content-2023 .course-table__head__ul {
  list-style: none;
  display: flex;
  margin: 0 !important;
}
.content-2023 .course-table__head__li {
  flex-grow: 1;
  border-radius: 10px 10px 0 0;
  color: #fff;
  background-color: #9b9b9b;
  text-align: center;
  padding: 1em .6em .6em;
  margin: 0 !important;
  cursor: pointer;
}
.content-2023 .course-table__head__li:not(:last-of-type) {
  margin-right: 4px !important;
}
.content-2023 .course-table__head__li.-active {
  background-color: #52c0d9;
}
.content-2023 .course-table__head__li p {
  display: inline-block;
  text-align: left;
  font-size: 18px;
}
.content-2023 .course-table__head__li span {
  font-size: 14px;
}
.content-2023 .course-table__body__table {
  border-collapse: collapse;
}
.content-2023 .course-table__body__table th {
  border-top: solid 4px #fff;
  background-color: #e5e5e5;
  padding: 1em !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: normal;
}
.content-2023 .course-table__body__table th:not(:last-of-type) {
  border-right: solid 4px #fff;
}
.content-2023 .course-table__body__table td {
  border-top: solid 4px #fff;
  background-color: #f7f7f7;
  padding: 1em !important;
  text-align: center;
  font-size: 18px !important;
}
.content-2023 .course-table__body__table td:not(:last-of-type) {
  border-right: solid 4px #fff;
}
.content-2023 .course-table__body__table td span {
  font-size: 12px !important;
}
@media all and (max-width: 767px) {
  .content-2023 .course-table__head__ul {
    display: block;
  }
  .content-2023 .course-table__head__li {
    border-radius: 0;
    padding: .6em .4em .4em;
  }
  .content-2023 .course-table__head__li:not(:last-of-type) {
    margin-right: 0px !important;
    margin-bottom: 2px !important;
  }
  .content-2023 .course-table__head__li p {
    font-size: 14px;
  }
  .content-2023 .course-table__head__li span {
    font-size: 12px;
  }
  .content-2023 .course-table__body__table th {
    border-top: solid 2px #fff;
    padding: .6em .2em !important;
    font-size: 12px !important;
  }
  .content-2023 .course-table__body__table th:not(:last-of-type) {
    border-right: solid 2px #fff;
  }
  .content-2023 .course-table__body__table td {
    border-top: solid 2px #fff;
    padding: .6em .2em !important;
    font-size: 12px !important;
  }
  .content-2023 .course-table__body__table td:not(:last-of-type) {
    border-right: solid 2px #fff;
  }
  .content-2023 .course-table__body__table td span {
    font-size: 10px !important;
    display: block;
  }
}
/* ---- */
.content-2023 .course-notice__wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.content-2023 .course-notice__inner .text-1 {
  font-size: 15px;
  font-weight: bold;
  margin: 1em 0 !important;
}
.content-2023 .course-notice__inner .text-2 {
  font-size: 12px;
}
/* ---- */
.content-2023 .course-faq__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.content-2023 .course-faq__card {
  background-color: #f7f7f7;
  padding: 30px;
  margin-top: 25px;
}
.content-2023 .course-faq__card__inner {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.content-2023 .course-faq__card__inner.-head {
  cursor: pointer;
}
.content-2023 .course-faq__card__inner.-body {
  padding-top: 1em;
}
.content-2023 .course-faq__box.-head-box {
  font-size: 18px;
  font-weight: bold;
}
.content-2023 .course-faq__box.-body-box {
  font-size: 14px;
  line-height: 1.8;
}
.content-2023 .course-faq__box.-box-1 {
  flex-basis: 40px;
  margin-right: 20px;
}
.content-2023 .course-faq__box.-box-2 {
  flex-basis: calc(100% - 140px);
}
.content-2023 .course-faq__box.-box-3 {
  flex-basis: 25px;
  margin-left: 55px;
}
.content-2023 .course-faq__box__icon {
  position: relative;
  width: 25px;
  height: 25px;
  color: #fff;
}
.content-2023 .course-faq__box__icon .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-2023 .course-faq__box__icon .wrapper.-plus {
  display: block;
}
.content-2023 .course-faq__box__icon .wrapper.-minus {
  display: none;
}
.content-2023 .course-faq__box__icon.-opened .wrapper.-plus {
  display: none;
}
.content-2023 .course-faq__box__icon.-opened .wrapper.-minus {
  display: block;
}
.content-2023 .course-faq__box__icon .wrapper i {
  position: relative;
  font-size: 25px;
  color: #7c7c7c;
}
@media all and (max-width: 767px) {
  .content-2023 .course-faq__card {
    padding: 15px;
    margin-top: 15px;
  }
  .content-2023 .course-faq__card__inner.-body {
    padding-top: 15px;
  }
  .content-2023 .course-faq__box.-head-box {
    font-size: 14px;
  }
  .content-2023 .course-faq__box.-body-box {
    font-size: 12px;
  }
  .content-2023 .course-faq__box.-box-1 {
    flex-basis: 35px;
    margin-right: 0;
  }
  .content-2023 .course-faq__box.-box-2 {
    flex-basis: calc(100% - 70px);
  }
  .content-2023 .course-faq__box.-box-3 {
    flex-basis: 20px;
    margin-left: 15px;
  }
  .content-2023 .course-faq__box__icon {
    width: 20px;
    height: 20px;
  }
  .content-2023 .course-faq__box__icon .wrapper i {
    font-size: 20px;
  }
}

/* footer */
/* ---- */
.content-2023 .footer-column__inner {
  display: flex;
  justify-content: space-between;
}
.content-2023 .footer-column-1 {
  flex-basis: 34%;
}
.content-2023 .footer-column-2 {
  flex-basis: 60%;
}
.content-2023 .footer-column__inner .title-1 {
  font-size: 16px;
}
.content-2023 .footer-column__inner .box-1 {
  margin-top: 20px;
}
.content-2023 .footer-column__inner .banner-1 {
  max-width: 290px;
}
.content-2023 .footer-column__inner .content-1 {
  display: flex;
  justify-content: space-between;
}
.content-2023 .footer-column__inner .content-1 .wrapper-1 {
  flex-basis: 110px;
  margin-right: 20px;
}
.content-2023 .footer-column__inner .content-1 .wrapper-2 {
  flex-basis: calc(100% - 130px);
}
.content-2023 .footer-column__inner .content-1 .wrapper-2 .inner-1 {
  max-width: 110px;
  margin-bottom: 10px;
}
.content-2023 .footer-column__inner .content-1 .wrapper-2 .inner-2 {
  font-size: 12px;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .content-2023 .footer-column__inner {
    display: block;
  }
  .content-2023 .footer-column-1 {
    margin-bottom: 40px;
  }
  .content-2023 .footer-column__inner .title-1 {
    font-size: 14px;
  }
  .content-2023 .footer-column__inner .box-1 {
    margin-top: 10px;
  }
  .content-2023 .footer-column__inner .content-1 .wrapper-2 .inner-2 {
    font-size: 10px;
    line-height: 1.8;
    width: 90%;
  }
}
/* ---- */
body .scroll-top {
  right: 20px;
  bottom: 40px;
  width: 43px;
  height: 67px;
  background-color: transparent;
}
body .scroll-top.on {
  right: -45px;
}
body .scroll-top.on.-show {
  right: 20px;
}
body .scroll-top:hover {
  background-color: transparent;
}
body .scroll-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 67px;
  background-image: url(https://plus.nicottomusic.com/wordpress/wp-content/themes/dt-the7/add-data/img/img-scroll-top-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 767px) {
  body .scroll-top {
    bottom: 110px;
  }
}
/* ---- */
.content-2023-bottom .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.elementor-82 .content-2023-bottom .elementor-element.elementor-element-2c20e4c a:hover {
  color: #fff !important;
}
/* ---- */
.footer-floating-banner {
  display: none;
}
@media all and (min-width: 768px) {
  .footer-floating-banner {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .footer-floating-banner {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .footer-floating-banner ul {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 92%;
  }
  .footer-floating-banner li {
    flex-basis: 50%;
  }
  .footer-floating-banner li img {
    width: 100%;
    height: auto;
  }
  .footer-floating-banner li a {
    display: block;
    line-height: 1;
  }
  .footer-floating-banner__close {
    position: absolute;
    z-index: 1;
    top: -16px;
    right: 6px;
  }
}

/* header */
/* ---- */
.top-header .l-to-r-line > li.menu-item-object-custom.act > a i.underline {
  width: 0;
}
.top-header .l-to-r-line > li.menu-item-object-custom.act > a:hover i.underline {
  width: 100%;
}
.navigation .l-to-r-line > li > a i.underline {
  background-color: #A6A6A6;
}
.branding .same-logo img {
  max-width: 450px;
}
.header-tel {
  display: block;
  max-width: 200px;
}
.header-tel img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 993px) {
  .header-tel {
    margin-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .header-tel {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1100px) and (min-width: 993px) {
  #page .header-bar {
    height: auto !important;
  }
}

/* menu */
/* ---- */
body .mobile-main-nav li > a .subtitle-text,
header .main-nav > li > a .subtitle-text {
  display: none;
}
.dt-nav-menu .vertical-sub-nav .subtitle-text {
  display: none;
}
.dt-nav-menu > li > a,
.vertical-sub-nav > li > a,
.elementor-toc__list-item {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* message */
/* ---- */
.content-2023 .taiken-form__wrapper {
  padding: 40px 0;
  max-width: 700px;
  margin: 0 auto;
}
.content-2023 .taiken-form__wrapper .notice {
  color: #f00;
  font-weight: bold;
}
.content-2023 .taiken-form__top {
  margin-bottom: 3em;
}
.content-2023 .taiken-form {
  margin-bottom: 2em;
}
.content-2023 .taiken-form__title {
  font-weight: bold;
  margin-top: .6em;
}
.content-2023 .taiken-form__sup {
  font-size: 90%;
  margin-top: .6em;
}
.content-2023 .taiken-form__input {
  margin-top: .6em;
}
.content-2023 .taiken-form__header {
  font-size: 120%;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px #7c7c7c;
}
.content-2023 .taiken-form__privacy {
  margin-bottom: 2em;
}
.content-2023 .taiken-form__privacy a {
  text-decoration: underline;
}
.content-2023 .taiken-form__privacy a:hover {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .content-2023 .taiken-form__wrapper {
    padding: 6% 2%;
    max-width: initial;
  }
  .content-2023 .taiken-form__wrapper textarea,
  .content-2023 .taiken-form__wrapper input[type="email"],
  .content-2023 .taiken-form__wrapper input[type="text"] {
    box-sizing: border-box;
    width: 100%;
  }
  .content-2023 .taiken-form__wrapper .input-normal input[type="text"] {
    -webkit-appearance: none;
    width: 70px;
  }
  .content-2023 .taiken-form__top {
    margin-bottom: 2em;
  }
  .content-2023 .taiken-form {
    margin-bottom: 1.6em;
  }
  .content-2023 .taiken-form__header {
    padding-bottom: .6em;
  }
}

/* news */
/* ---- */
body .elementor-widget-archive-posts .elementor-post__read-more {
  color: #52c0d9;
}
body .elementor-widget-archive-posts .elementor-post__card .elementor-post__badge {
  background-color: #52c0d9;
  color: #fff;
}

body .filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item.act:after,
body .filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item.act:before {
  background: #52c0d9;
}

body .filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item:after,
body .filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item:before {
  background: #52c0d9;
}

/* 20250910 */
/* ---- */
.school-icon-text {
  color: #fff !important;
  display: inline-block !important;
  font-size: 15px !important;
  line-height: 26px !important;
  font-weight: normal !important;
  border-radius: 30px !important;
  padding: 0 1em !important;
}
.school-icon-text.orange {
  background: #F76A12 !important;
}
.school-icon-text.yellow {
  background: #EBBA36 !important;
}

/* 20260917追加 レッスンページの左メニュー */
/* ---- */
@media all and (min-width: 993px) {
  .elementor-inner-column.elementor-element-9690203 {
    top: 0;
    transition: top .3s;
  }
  .elementor-inner-column.elementor-element-9690203.-active {
    top: 140px;
  }
}
@media all and (max-width: 992px) and (min-width: 767px) {
  .elementor-inner-column.elementor-element-9690203 {
    top: 0;
    transition: top .3s;
  }
  .elementor-inner-column.elementor-element-9690203.-active {
    top: 100px;
  }
}
