/* ------------
   404
*/
.errer .btn-more {
  margin: 40px 0;
}

/* ------------ 
*/
.privacy {
  line-height: 2;
}

/* ------------
   page-share
*/
.page-share {
  text-align: center;
}

.page-share a {
  margin: 0 12px;
}

.page-share img {
  height: 45px;
}

/* ------------
   author info
*/
.author-info {
  display: flex;
  background: #FAFAFA;
  font-size: 87.5%;
}

.author-info-title {
  font-weight: bold;
}

.author-info-note {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  .author-info {
    padding: 25px;
  }

  .author-info-fig {
    margin-right: 25px;
  }

  .author-info-fig img {
    max-width: 80px;
    max-height: 80px
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .author-info {
    padding: 20px;
  }

  .author-info-fig {
    margin-right: 20px;
  }

  .author-info-fig img {
    max-width: 70px;
    max-height: 70px
  }
}

@media screen and (max-width: 767px) {
  .author-info {
    padding: 15px;
  }

  .author-info-fig {
    margin-right: 15px;
  }

  .author-info-fig img {
    max-width: 60px;
    max-height: 60px
  }
}

/* ------------
   prevnext
*/
.prevnext a {
  text-decoration: none;
  display: block;
}

.prevnext img {
  width: 16px;
  vertical-align: middle;
}

.prevnext .nav-next,
.prevnext .nav-previous {
  margin-top: 10px;
}

.prevnext .nav-links {
  display: flex;
  justify-content: space-between;
}

.prevnext .nav-next {
  text-align: right;
}



.prevnext-subtitle {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: var(--sub-color);
  display: flex;
  align-items: center;
  gap: 5px;
}

.-post-type-post .prevnext-subtitle {
  color: var(--accent-color);
}

.arrow-prev {
  rotate: 180deg;
}

/* .prevnext-subtitle .fa-solid {
  font-size: 20px;
  color: #B71504;
} */

.prevnext-subtitle .fa-circle-arrow-right {
  margin-left: 10px;
}

.prevnext-subtitle .fa-circle-arrow-left {
  margin-right: 10px;
}

/* ------------------------------------------------
   nav-parent
*/
.nav-parent {
  background: #FFF;
}

@media screen and (min-width: 1024px) {
  .nav-parent {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .nav-parent {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .nav-parent {
    padding: 10px 20px;
  }
}

.nav-parent a {
  font-size: 12px;
  margin-left: 10px;
}

/* ------------------------------------------------
   breadcrumb
*/
.breadcrumb {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .breadcrumb {
    text-align: left;
    width: 100%;
    margin-top: 1em;
  }
}

.breadcrumb p {
  padding: 5px 0;
  padding-top: 10px;
}

.breadcrumb p> :not(:first-child) {
  margin-left: .5em;
}

.breadcrumb a {
  margin-right: .5em;
  color: #097EF9;
  text-decoration: underline;
}

/* ------------------------------------------------
   widget
*/
.widget {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.widget:not(:last-child):not(.widget_block),
.widget:not(:last-child) .wp-block-latest-posts,
.widget:not(:last-child) .wp-block-categories {
  margin-bottom: 30px;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}

.widget h2,
.widgettitle {
  font-size: 16px;
  font-weight: bold;
  background: var(--sub-color);
  color: #fff;
  text-align: center;
  margin: 0;
  padding: .7em;
}

.-post-type-post .widget h2,
.-post-type-post .widgettitle {
  background: var(--accent-color);
  color: #fff;
}

/* .-post-type-student .widget h2,
.-post-type-student .widgettitle {
   background: var(--sub-color);
  color: #fff;
}
.-post-type-column .widget h2,
.-post-type-column .widgettitle {
   background: var(--sub-color);
  color: #fff;
} */




.wp-block-latest-posts,
.wp-block-categories,
.widget_categories ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.wp-block-latest-posts li,
.wp-block-categories li,
.widget_categories li {
  margin: 0;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.widget_categories li a,
.widget_categories li .list-parent {
  margin: 0;
  border-bottom: 1px solid #EEE;
  padding: .75em 1em;
  display: block;
  color: inherit;
  text-decoration: none;
  background-color: #FFF;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories li a:hover,
.widget_categories li a:hover,
.widget_categories li .list-parent:hover {
  color: #3A833D;
  color: #B71504;
  color: var(--sub-color);
  text-decoration: underline;
  opacity: 1;
}

.wp-block-latest-posts>li:first-child>a,
.wp-block-categories>li:first-child>a,
.widget_categories>ul>li:first-child>a {
  border-top: 1px solid #EEE
}

/* .wp-block-latest-posts li li a,
.wp-block-categories li li a,
.widget_categories li li a {
  padding-left: 2.5em;
} */


.widget_categories li .list-parent {
  background-image: url(../images/icon-plus.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 1em center;
  cursor: pointer;
  display: none;
}

.widget_categories li.is-show .list-parent {
  background-image: url(../images/icon-minus.png);
}

.widget_categories li li a {
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: left 1em center;
  background-image: url(../images/icon-minus.png);
}

/* ------------------------
   カスタムHTML
*/
.widget_custom_html

/*,
.widget_recent_entries*/
  {
  padding: 0;
  background: inherit;
}

/* ------------------------
   リスト
*/
.widget_pages ul,
.widget_recent_entries ul,
.widget_categories>ul,
.widget_archive ul,
.widget_nav_menu ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  background: #FFF;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}

.widget_pages li,
.widget_recent_entries li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
  margin: 0;
}

.widget_pages li ul,
.widget_recent_entries li ul,
/*.widget_categories li ul,*/
.widget_archive li ul,
.widget_nav_menu li ul {
  margin-top: .5em;
}

/*
.widget_pages li li,
.widget_recent_entries li li,
.widget_categories li li,
.widget_archive li li,
.widget_nav_menu li li {
  border-top: 1px solid #F5F5F5;
  border-bottom: 0;
}*/
.widget_pages li li:last-child,
.widget_recent_entries li li:last-child,
.widget_categories li li:last-child,
.widget_archive li li:last-child,
.widget_nav_menu li li:last-child {
  padding-bottom: 0;
}

.widget_categories li a,
.widget_recent_entries li a {
  color: inherit;
  display: block;
  border-bottom: solid 1px #eee;
  text-decoration: none;
  color: #282D27;
}


/* ------------------------
   検索ボックス
*/
.widget_search .widgettitle {
  display: none;
}

.search-form {
  display: flex;
}

.search-form>label {
  flex-grow: 1;
}

.screen-reader-text {
  display: none;
}

input[type="search"].search-field,
.search-submit {
  border: 0;
  padding: 1em 1.5em;
  line-height: 1;
}

@media screen and (min-width: 768px) {

  input[type="search"].search-field,
  .search-submit {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {

  input[type="search"].search-field,
  .search-submit {
    font-size: 16px;
  }
}

input[type="search"].search-field {
  width: 100%;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #F2F2F2;
}

.search-submit {
  background: #02B0BB;
  color: #FFF;
}

/* ------------------------
   タグクラウド
*/
.widget_tag_cloud {
  background: #FFF;
  padding: 20px;
}

.widget_tag_cloud .widgettitle {
  display: none;
}

.tag-cloud-link {
  border: 2px solid #999;
  padding: .3em .8em;
  line-height: 1.4;
  border-radius: 1em;
}

/* ------------------------------------------------
   site info
*/

.site-info>* {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0;
  margin: 30px auto;
  max-width: 640px;
}

.site-info .widget_block {
  padding: 1.5em 2em;
  font-size: 14px;
}

.site-info .widget_nav_menu ul {
  padding: 0 !important;
}

.site-info .widget_nav_menu li {
  padding: 0;
  margin: 0;
  border: 0;
}

.site-info .widget_nav_menu a {
  display: block;
  padding: 1.5em 2em;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.site-info .widget_nav_menu a::before {
  content: "";
  width: .6em;
  height: .6em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.3em;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  transform: rotate(45deg);
}

.site-info .widget_nav_menu a:hover {
  background: #FFE0EA;
}

/* ------------------------------------------------
 */

@media screen and (max-width: 767px) {
  .type-course-points.p-sec {
    padding-bottom: 0;
  }
}

.type-course-points-ttl {
  margin-bottom: .5em;
  position: relative;
}

.type-course-points-ttl::before {
  position: relative;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background: url(../images/course/icon-pro-ttl.svg);
  background-size: cover;
  width: 42.82px;
  height: 16.25px;
}

.type-course-points h3 {
  font-size: 24px;
  margin-bottom: 1em;
  color: var(--sub-color);
}

.type-course-points .sec-desc {
  margin-bottom: 0;
}


.type-course-points .p-sec-h {
  margin-bottom: 1em;
}

.pro-item-list {
  display: grid;

  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
}


@media (max-width: 767px) {
  .pro-item-list {
    /* grid-template-columns: 1fr; */
    gap: 10px;
  }
}

.recommend-list {
  list-style: none;
  padding-left: 0;
}

.recommend-list li {
  position: relative;
  padding-left: 1em;
}

.recommend-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* .type-course-points li {
  position: relative;
  padding: 24px;
  font-size: 16px;
  background: #FFF5F5;
  padding: 32px;
  border-radius: 80px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .type-course-points li {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
  }
}

.type-course-points dl {
  text-align: center;
}

.type-course-points dt {
  font-size: 18px;
  font-weight: bold;
  color: #B71504;
  margin: 0;
  margin-bottom: 8px;
}

.type-course-points dd {
  line-height: 1.5;
}

.type-course-points-img {
  text-align: center;
  margin: auto;
  margin-bottom: 1em;
  width: 100%;
  max-width: 140px;
}

@media screen and (max-width: 767px) {
  .type-course-points-img {
    order: 1;
    width: 51%;
    margin: 0;
  }

  .type-course-points dl {
    order: 0;
    width: 46%;
    font-size: 14px;
  }

  .type-course-points dt {
    font-size: 20px;
  }
} */





/* ------------------------------------------------
 */

.course-bg02 {
  background: var(--bg-course02);
}

.course-bg02.-mt {
  padding-top: 100px;
  margin-top: -70px;
}

/* .type-course-merit .p-sec-h h2 {
  margin-bottom: 1em;
} */


.type-course-merit-desc {
  margin: 0 48px;
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .type-course-merit-desc {
    margin: 0;
  }
}

.type-course-merit-list {
  margin: auto;
  position: relative;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .type-course-merit-list {
    width: 100%;
    /* text-align: center; */
  }
}

.type-course-merit-listitem {
  background: #E1F0FF;
  padding: 10px;
  margin: 0;
  margin-top: 8px;
  border-radius: 10px;
  position: relative;
  padding-left: 2.5em;
}

.type-course-merit-listitem::before {
  position: absolute;
  content: "";
  background: url(../images/icon-music.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .type-course-merit .pctb-tile-2> :not(:nth-child(2n)) {
    margin-right: 8px;
  }
}



.type-course-merit-box {
  position: relative;
}

.type-course-merit .fig-person-wrap {
  width: 100%;
  max-width: 412px;
  margin: auto;
  margin-top: 40px;
}

.type-course-merit-lead {
  text-align: center;
  font-size: 20px;
  margin-top: 1em;
}

.type-course-merit-lead span {
  font-size: 24px;
}

.type-course-merit .pctb-tile-4 {
  text-align: center;

}

@media screen and (max-width: 767px) {

  .type-course-merit-lead {
    font-size: 14px;
  }

  .type-course-merit-lead span {
    font-size: 20px;
  }


  .type-course-merit .pctb-tile-4 {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }


}

/* ------------------------------------------------
 */

@media screen and (max-width: 767px) {
  .pro-select h2 {
    font-size: min(5vw, 24px);
  }

}

/* ------------------------------------------------
 */

.type-course-result-ttl {
  position: relative;
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  color: var(--main-color);
}

.type-course-result-ttl::before {
  display: block;
  content: '';
  flex-grow: 1;
  height: 2px;
  margin-right: 10px;
  background-color: var(--main-color);
}

.type-course-result-ttl::after {
  display: block;
  content: '';
  flex-grow: 1;
  height: 2px;
  margin-left: 10px;
  background-color: var(--main-color);
}


.type-course-result-list {
  margin: 40px 0;
}

.type-course-result-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.type-course-result-list li:last-child {
  margin-bottom: 0;
}

.type-course-result-list-img {
  width: 25%;
}

.type-course-result-list-content {
  width: 73%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .type-course-result-list-img {
    width: 43%;
  }

  .type-course-result-list-content {
    width: 52%;
  }

  .type-course-result-list-content h3 {
    font-size: 14px;
  }
}

.type-course-result-list-content p {
  margin: 0;
}

.type-course-result-box {
  background: #fafafa;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 16px;
}

.type-course-result-box-ttl {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .type-course-result-box-ttl {
    font-size: 16px;
  }
}

.type-course-result-box .link-style {
  color: #0A82FF;
}

.type-course-result-other-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.type-course-result-other-list li {
  width: calc((100% - 85px)/ 6);
}

@media screen and (max-width: 767px) {
  .type-course-result-other-list li {
    width: calc((100% - 22px)/ 3);

  }
}

.type-course-result-other-list p {
  margin: 0;
  margin-top: 5px;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
}



/* ------------------------------------------------
 */


.type-course-case .p-sec-h h2 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .type-course-case .p-sec-h h2 {
    font-size: 20px;
  }
}

.type-course-case-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 64px;
}

.type-course-case-img {
  width: 41%;
}

@media screen and (max-width: 767px) {
  .type-course-case-img {
    width: 100%;
    margin-top: 8px;
  }
}

.type-course-case-img img {
  width: 100%;
}

.type-course-case-text {
  width: 55%;
}

@media screen and (max-width: 767px) {
  .type-course-case-text {
    width: 100%;
    margin-top: 8px;
  }
}

.type-course-case-text .p-sec-h {
  margin-bottom: 1.2em;
}

.type-course-case-text .p-sec-h h3 {
  margin-top: 1.2em;
  font-size: 20px;
}

.type-course-f h3 {
  font-size: 20px;
  font-weight: bold;
  /* margin-bottom: 1em; */
  color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .type-course-f h3 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}

.type-course-f-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.type-course-f-flex:last-child {
  margin-bottom: 0;
}

.type-course-f-text {
  width: 47%;
}

.type-course-f-img {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .type-course-f-flex {
    margin-bottom: 40px;
  }

  .type-course-f-text {
    width: 100%;
    order: 1;
  }

  .type-course-f-img {
    width: 100%;
    order: 0;
    margin-bottom: 2em;
  }

}

.type-common .p-block-h {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.type-common .p-block-h::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 9px;

  background: url('../images/blue-dot.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
}




.type-common .p-block-h .-icon {
  flex: 0 0 70px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {

  /* .type-common .p-block-h {
    align-items: flex-start;
  } */


  .type-common .p-block-h .-icon {
    flex: 0 0 60px;
    margin-right: 10px;
    margin-top: 5px;
  }
}

.type-common-note {
  background: #F0F7FC;
  padding: 1em;
  margin-top: 1em;
}


.type-common-box {
  background: #F7F7F7;
  border: 2px solid var(--accent-color);
  padding: 64px 0;
  position: relative;
}

.type-common-box-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #F7F7F7 100%);
  padding: 0 16px;
  color: var(--accent-color);
  font-size: 20px;
  white-space: nowrap;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .type-common-box-ttl {
    font-size: 18px;
  }
}

.label-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}


.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 142px;
  color: #fff;
  border-radius: 999px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .label-cross {
    font-size: 12px;
  }

  .circle {
    width: min(20vw, 80px);
  }
}

.circle:nth-child(1) {
  background: var(--main-color);
}

.circle:nth-child(3) {
  background: #B4A996;
}

.circle:nth-child(5) {
  background: #D1D5DB;
}


.cross {
  font-weight: bold;
}

.equal {
  font-weight: bold;
  margin: 0 4px;
}

.label-cross span:last-child {
  font-size: 20px;
  color: var(--main-color);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .equal {
    width: 100%;
    text-align: center;
    transform: rotate(90deg);
  }

  .label-cross span:last-child {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
}

.lesson-case-ttl {
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
}

.lesson-case-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #FFDB58;
}

@media screen and (max-width: 767px) {

  .lesson-case-ttl {
    font-size: 16px;
  }

  .lesson-case-ttl::before {
    top: 15px;
  }
}

.lesson-case {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1034px) {
  .lesson-case {
    flex-direction: column;
    gap: 8px;
  }

}

.lesson-case-before {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 47%;
}

@media screen and (max-width: 1034px) {
  .lesson-case-before {
    width: 100%;
  }
}

.lesson-case-img img {
  width: 100px;
}

.lesson-case-text {
  background: #F9F7F2;
  padding: 1em;
  border-radius: 10px;
  width: 80%;
  position: relative;
}

.lesson-case-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);

  border-width: 10px;
  border-style: solid;
  border-color: transparent #F9F7F2 transparent transparent;
}

.lesson-case-arrow img {
  width: 40px;
}

@media screen and (max-width: 1034px) {
  .lesson-case-arrow img {
    /* width: 100%; */
    text-align: center;
    transform: rotate(90deg);
  }
}

.lesson-case-after {
  text-align: left;
  width: 47%;
}

@media screen and (max-width: 1034px) {
  .lesson-case-after {
    width: 100%;
  }
}


.lesson-case-formula {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: bold;

}



.lesson-case-tag {
  background-color: var(--accent-color);
  color: #fff;
  padding: 4px 1em;
  width: 100%;
  max-width: 140px;
  text-align: center;
}

.lesson-case-lead {
  color: #EC6761;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1034px) {
  .lesson-case-formula {
    font-size: min(3vw, 14px);
  }

  .lesson-case-tag {
    max-width: unset;
    width: unset;
  }

  .lesson-case-lead {
    font-size: 16px;
  }
}



/* ------------------------------------------------
 */

.type-course-dance .dance-list {
  display: flex;
  flex-wrap: wrap;
}

.type-course-dance .dance-listitem {
  width: calc((100% - 60px)/ 5);
  margin-right: 15px;
  position: relative;
}

.type-course-dance .dance-listitem:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .type-course-dance .dance-listitem {
    width: calc((100% - 15px)/ 2);
    margin-right: 15px;
    position: relative;
  }

  .type-course-dance .dance-listitem:nth-child(5n) {
    margin-right: 15px;
  }

  .type-course-dance .dance-listitem:nth-child(2n) {
    margin-right: 0;
  }

}



.type-course-dance .dance-listitem-ttl {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%);
  bottom: 0;
  left: 0;
  padding: 0 1em;
  margin: 0;
}



@media screen and (max-width: 767px) {}

/* ------------------------------------------------
 */
.limitted-trial-banner {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .limitted-trial-banner {}
}

.limitted-trial-banner-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.limitted-trial-banner-list li {}

@media screen and (max-width: 767px) {
  .limitted-trial-banner-list li {
    width: 100%;
  }
}

.limitted-trial-banner a {
  text-decoration: none;
}

.limitted-trial-banner img {
  width: 100%;
  max-width: 638px;
}


.limitted-trial-date {
  position: relative;
}

.limitted-trial-banner .date {
  position: absolute;
  z-index: 3;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .limitted-trial-banner .date {
    bottom: 3.9vw;
  }
}

.limitted-trial-banner span {
  color: #CF000E;
  background: #fff;
  font-weight: bold;
  padding: .1em 1em;
}



@media screen and (max-width: 767px) {
  .limitted-trial-banner span {
    font-size: min(2.3vw, 16px);
  }
}




.liquid-speech-balloon-01 .liquid-speech-balloon-avatar {
  border-radius: 50%;
}


/* ------------------------------------------------
 */

.bnr-opening {
  margin: auto;
  margin-top: 20px;
  width: 87.5%;
  max-width: 620px;
}

@media screen and (max-width: 767px) {
  .bnr-opening {
    margin-top: 10px;
     width: 97%;
  }
}


/* ------------------------------------------------
 */

.bnr-atumeru {
  margin: auto;
  width: 90%;
  max-width: 580px;
}

@media screen and (max-width: 767px) {
  .bnr-opening {
    margin-top: 5px;
  }
}

.top-gray-bg {
  background: #fafafa;
}

/* ------------------------------------------------
 */
.pro-bnr {
  width: 90%;
  max-width: 680px;
  width: 87.5%;
  max-width: 638px;
  margin-top: 5px;
}


/* ------------------------------------------------
 */

.bg-round-w-wrap {
  background: var(--bg-fee);
}

.bg-round-b-wrap {
  background: var(--bg-fee);
}

.home .bg-wave-footer-wrap {
  background: #fafafa;
}

.page-id-8970 .bg-wave-footer-wrap {
  background: var(--bg-form);
}

.page-id-14 .bg-wave-footer-wrap {
  background: var(--bg-form);
}

.page-id-17 .bg-wave-footer-wrap {
  background: var(--bg-form);
}

.postid-121 .bg-wave-footer-wrap {
  background: var(--bg-form);
}
.postid-61 .bg-wave-footer-wrap {
  background: var(--bg-form);
}

.page-id-8970 .view-more {
  display: none;
}

.page-id-14 .view-more {
  display: none;
}

.page-id-17 .view-more {
  display: none;
}

.bg-round-w {
  position: relative;
  bottom: 2px;
  left: 0;
  width: 100%;
}

.bg-round-y-bottom {
  position: relative;
  bottom: 2px;
  left: 0;
  width: 100%;
}
.bg-round-b {
  position: relative;
  bottom: 2px;
  left: 0;
  width: 100%;
}

.bg-line01 {
  display: block;
}


@media (max-width:767px) {
  .bg-line01 {
    height: 10px;
  }
}

/* ------------------------------------------------
 */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ddd;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.fv-swiper {
  position: relative;
  padding-bottom: 40px;
}

.fv-swiper .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
}