@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  font-family: "Noto Sans JP", sans-serif;
}

h3 {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (max-width: 781px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 781px) {
  .u-mobile {
    display: none;
  }
}

.wp-block-snow-monkey-blocks-btn .smb-btn {
  height: 4rem;
  align-items: center;
}

.c-breadcrumbs {
  display: none;
}

.p-breadcrumbs-wrapper {
  display: none;
}

.page-template {
  background-color: #f0eee9 !important;
}

.page .l-contents__inner {
  margin-top: 0 !important;
}

.smb-section__title:after {
  display: none !important;
}

.l-contents__inner {
  gap: 1rem !important;
}

.home h2 {
  font-size: 1.5rem !important;
}

.home .l-contents__main {
  flex-basis: 70% !important;
}

.home .l-contents__sidebar {
  flex-basis: 28% !important;
}

@media screen and (max-width: 1058px) {
  .home .l-contents__main {
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .l-contents__inner {
    flex-direction: column !important;
  }
}
.home .l-contents__container {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

@media screen and (max-width: 1120px) {
  .l-contents__sidebar .c-entries--rich-media .c-entries__item {
    flex-basis: 50%;
  }
}
.l-sidebar-widget-area #block-16 .wp-block-heading {
  color: #fff !important;
  text-align: center;
  border-radius: 15px 15px 0 0 !important;
  margin-bottom: 0 !important;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
}

.l-contents__inner {
  flex-wrap: nowrap !important;
}

.l-contents__main {
  flex-basis: 70% !important;
}

.l-contents__sidebar {
  flex-basis: 28% !important;
}

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

.l-header {
  background-color: #f0eee9 !important;
}

.l-1row-header {
  background-color: #f0eee9 !important;
}

.l-header--sticky-lg {
  box-shadow: none !important;
}

.l-1row-header .c-container {
  width: 1280px !important;
  max-width: 100% !important;
}

@media screen and (max-width: 1280px) {
  .l-1row-header .c-container {
    width: 90% !important;
  }
  .u-invisible-md-down {
    display: none;
  }
  .u-invisible-lg-up {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .c-row__col--auto {
    width: 250px !important;
  }
  header .menu-item a {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}
.menu-item a {
  padding: 0.75rem !important;
}

.l-footer {
  background-color: #f0eee9 !important;
}

footer {
  background-color: #f0eee9 !important;
}

.footer_inner {
  width: 1024px;
  max-width: 100%;
}

.footer_content {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .footer_content {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .footer_content {
    margin-top: 2rem;
  }
}

.footer_logo {
  width: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer_logo {
    width: 50%;
  }
}

.footer_bar-upper {
  background-color: #333;
  margin-top: 1.6875rem;
}

.footer_bar-bottom {
  background-color: #333;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .footer_bar-bottom {
    margin-top: 2rem;
  }
}

.footer_columns {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .footer_columns {
    flex-direction: column;
    margin-top: 4.375rem;
  }
}
@media screen and (max-width: 600px) {
  .footer_columns {
    margin-top: 0;
  }
}

.footer_info {
  list-style: none;
  padding-left: 0;
  flex-basis: 30%;
}

@media screen and (max-width: 1024px) {
  .footer_info br {
    display: none;
  }
}
.footer_info-item {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .footer_info-item {
    text-align: center;
  }
}

.footer_info-item a {
  color: #333;
  text-decoration: none;
}

.footer_menu {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  flex-basis: 100%;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .footer_menu {
    margin-left: 0rem;
    flex-direction: column;
    text-align: center;
    margin-top: 2rem;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  .footer_menu-item {
    text-align: center;
  }
}
.footer_menu-item a {
  color: #333;
  text-decoration: none;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.footer_menu + footer_menu {
  margin-left: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .footer_menu + footer_menu {
    margin-left: 2.625rem;
  }
}

.c-copyright {
  background-color: #f0eee9 !important;
}

.c-copyright a {
  color: #333 !important;
}

.footer_submenu {
  display: flex;
  margin-top: 1.5rem;
  justify-content: center;
}

.footer_submenu li {
  list-style: none;
}

.kv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .kv_text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 781px) {
  .kv_text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .kv_text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 476px) {
  .sp_s-br {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .sp_s-br {
    display: block;
  }
}

.page-id-1141 .kv {
  min-height: 70vh !important;
}

.page-id-1118 .kv {
  min-height: 70vh !important;
}

.kv {
  min-height: 50vh !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .kv {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 781px) {
  .kv {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 600px) {
  .kv {
    min-height: 37vh !important;
  }
}

.kv .smb-section__title:after {
  display: none !important;
}

.kv {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 781px) {
  .kv {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .kv {
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .kv h1 span {
    font-size: 2.25rem !important;
  }
}
@media screen and (max-width: 600px) {
  .kv h1 span {
    font-size: 1.5rem !important;
  }
}

.kv .smb-section__title {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .home .kv .smb-section__title {
    margin-top: 24px !important;
  }
}

.page-template-one-column .c-entry__title {
  display: none;
}

.page-template-right-sidebar .c-entry__title {
  display: none;
}

@media screen and (max-width: 600px) {
  .kv .smb-section__title span {
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .kv .smb-section__title span:nth-child(1) {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 600px) {
  .kv .smb-section__title span:nth-child(3) {
    font-size: 18px !important;
  }
}
.c-site-branding.c-site-branding--has-logo {
  width: 220px;
}

.page-id-1151 .kv {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .top-kv {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 576px) {
  .top-kv .smb-section__title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .top-kv .smb-section__title span strong {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 781px) {
  .top-kv .smb-section__lede span br {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .top-kv .smb-section__lede span {
    text-align: left;
  }
}
@media screen and (max-width: 475px) {
  .top-kv .smb-section__lede span {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 600px) {
  .top-lead {
    text-align: left;
  }
}

.guidelines_opacity {
  background-color: rgba(95, 0, 28, 0.4) !important;
}

.guidelines_inner {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.guidelines_inner .c-container {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

@media screen and (max-width: 1150px) {
  .guidelines_inner .c-container {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .guidelines_inner .c-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media screen and (max-width: 475px) {
  .guidelines_inner .wp-block-heading span:nth-child(1) span {
    font-size: 3.625rem !important;
  }
}

.top-contact {
  padding-top: 8rem !important;
  gap: 0 !important;
}
@media screen and (max-width: 1024px) {
  .top-contact {
    padding-top: 5.125rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .top-contact {
    padding-top: 4rem !important;
  }
}

.top-contact_text-column {
  transform: translate(-20%, 20%);
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 1500px) {
  .top-contact_text-column {
    transform: translate(-30%, 7%);
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .top-contact_text-column {
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 830px) {
  .top-contact_text-column {
    flex-basis: 100% !important;
    transform: initial;
  }
}
@media screen and (max-width: 830px) {
  .top-contact img {
    width: 100% !important;
  }
}
@media screen and (max-width: 1280px) {
  .top-contact_text-column p br {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .top-contact {
    flex-direction: column;
  }
}
/* @media screen and (max-width: 475px) {
  .top-contact .wp-block-heading span:nth-child(1) {
    font-size: 3.625rem !important;
  }
}

@media screen and (max-width: 475px) {
  .top-contact .wp-block-heading span:nth-child(3) {
    font-size: 18px !important;
  }
} */

.top-curriculum {
  position: static;
  padding-top: 14rem !important;
  gap: 0 !important;
  transform: translateX(10%);
}

@media screen and (max-width: 1440px) {
  .top-curriculum {
    padding-top: 8rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .top-curriculum {
    padding-top: 6rem !important;
  }
}

@media screen and (max-width: 1280px) {
  .top-curriculum {
    transform: initial;
  }
}
@media screen and (max-width: 830px) {
  .top-curriculum {
    flex-direction: column-reverse;
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 830px) {
  .top-curriculum img {
    width: 100% !important;
  }
}
.top-curriculum_text-column {
  z-index: 1;
  transform: translate(20%, 20%);
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 1500px) {
  .top-curriculum_text-column {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .top-curriculum_text-column {
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 1280px) {
  .top-curriculum_text-column p br {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .top-curriculum_text-column {
    transform: initial;
  }
}
@media screen and (max-width: 600px) {
  .top-curriculum_text-column .wp-block-heading span {
    font-size: 3.625rem !important;
  }
}

.top-column {
  padding-top: 9rem;
}
@media screen and (max-width: 600px) {
  .top-column {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 830px) {
  .top-column {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 475px) {
  .top-column .smb-section__title span:nth-child(1) {
    font-size: 3.625rem !important;
  }
}

@media screen and (max-width: 475px) {
  .top-column .smb-section__title span:nth-child(3) {
    font-size: 18px !important;
  }
}

.top-column .c-entry-summary__meta {
  justify-content: start;
  font-weight: 400;
}

.top-column .c-entry-summary__title {
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .top-column .c-entries--rich-media .c-entries__item {
    flex-basis: 100% !important;
    max-width: 100%;
  }
}

@media screen and (max-width: 475px) {
  .other-content .wp-block-cover {
    min-height: 130px !important;
  }
}
.other-content_hedaer a span {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .other-content .smb-section__title br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .other-content .smb-section__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 826px) {
  .common-contact-inner_text br {
    display: none;
  }
}
.other-content_last {
  justify-content: center;
}

@media screen and (max-width: 1120px) {
  .curriculum {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .curriculum .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.smb-panels__item {
  box-shadow: none;
}

.smb-panels__item__title {
  font-weight: 400;
}

.l-sidebar-widget-area #block-16 .wp-block-heading {
  color: #fff !important;
  text-align: center;
  border-radius: 15px 15px 0 0 !important;
  margin-bottom: 0 !important;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  background-color: #5f001c !important;
}

.l-sidebar-widget-area #block-16 .wp-block-heading:before {
  display: none;
}

.l-sidebar-widget-area #block-16 .wp-block-heading:after {
  display: none;
}

@media screen and (max-width: 1120px) {
  .l-contents__sidebar {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 781px) {
  .l-contents__sidebar {
    width: 100%;
  }
}

.wp-block-categories-list {
  background-color: #fff !important;
}

.cat-item-19 {
  padding-top: 1.35rem;
}

.wp-block-categories-list .cat-item {
  padding-top: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eeeeee;
}

.children {
  border-bottom: none !important;
}

#block-17 {
  margin-top: 0 !important;
}

.curriculum_lead {
  margin-top: 2.5rem !important;
  padding-left: 4.625rem;
  padding-bottom: 2.625rem;
}
@media screen and (max-width: 600px) {
  .curriculum_lead {
    margin-top: 0.75rem !important;
  }
}

@media screen and (max-width: 600px) {
  .curriculum_lead br {
    display: none;
  }
}

@media screen and (max-width: 1120px) {
  .curriculum_lead {
    padding-left: 0;
    padding-bottom: 1.5rem;
  }
}
.smb-panels__item__body {
  background-color: #f0eee9 !important;
}

.page-id-1673 .l-sidebar-widget-area {
  margin-top: 12.25rem;
}

@media screen and (max-width: 1120px) {
  .page-id-1673 .l-sidebar-widget-area {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 781px) {
  .page-id-1673 .l-sidebar-widget-area {
    margin-top: 0;
  }
}

.page-id-1697 a.smb-btn.smb-btn--wider {
  width: 25rem;
}
@media screen and (max-width: 600px) {
  .page-id-1697 a.smb-btn.smb-btn--wider {
    width: 100%;
  }
}

.smb-step__item__number:before {
  display: none;
}

.smb-step__item__number {
  left: 11px !important;
  background-color: #5f001c !important;
  width: 20px;
  height: 20px;
}

.attention .smb-section__body {
  margin-top: 0.75rem !important;
}

.attention .smb-section__fixed-background {
  border-radius: 15px !important;
}

.attention .smb-section__title {
  padding-left: 3rem;
  position: relative;
}

.attention .smb-section__title:before {
  position: absolute;
  top: 18%;
  left: 0%;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../../../../../wp-content/uploads/2024/02/icon1.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .attention .smb-section__title:before {
    top: 18%;
    left: 0%;
  }
}

.beginner .smb-section__body {
  margin-top: 0.75rem !important;
}

.beginner .smb-section__fixed-background {
  border-radius: 15px !important;
}

.beginner .smb-section__title {
  padding-left: 3rem;
  position: relative;
}

.beginner .smb-section__title:before {
  position: absolute;
  top: 18%;
  left: 0%;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../../../../../wp-content/uploads/2024/02/icon2.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .beginner .smb-section__title:before {
    top: 18%;
    left: 0%;
  }
}

.beginner .smb-section__fixed-background {
  border-radius: 15px !important;
}

.for-one_title {
  margin-top: 4rem !important;
  padding-left: 2rem !important;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .for-one_title {
    margin-top: 0 !important;
  }
}

.page-id-1697 aside.l-contents__sidebar {
  margin-top: 5.5rem !important;
}
@media screen and (max-width: 600px) {
  .page-id-1697 aside.l-contents__sidebar {
    margin-top: 3rem !important;
  }
}

.page-id-1762 aside.l-contents__sidebar {
  margin-top: 5.5rem !important;
}
@media screen and (max-width: 600px) {
  .page-id-1762 aside.l-contents__sidebar {
    margin-top: 3rem !important;
  }
}

@media screen and (max-width: 600px) {
  .flow_step {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .flow_step .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 781px) {
  .page-id-1321 .post-list .smb-section__title {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 601px) {
  .page-id-1321 .post-list .smb-section__title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .page-id-1321 .post-list .smb-section__title br {
    display: block;
  }
}

.inventor_columns {
  align-items: end !important;
  margin-bottom: 4.875rem !important;
}
@media screen and (max-width: 781px) {
  .inventor_columns {
    flex-wrap: nowrap !important;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .inventor_columns {
    align-items: center !important;
  }
}
@media screen and (max-width: 475px) {
  .inventor_columns {
    flex-wrap: wrap !important;
    justify-content: center !important;
    flex-direction: column-reverse !important;
    margin-bottom: 3rem !important;
  }
}

@media screen and (max-width: 475px) {
  .inventor_columns img {
    width: 11.25rem !important;
  }
}

@media screen and (max-width: 600px) {
  .page-id-1391 .l-contents__container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.service_benefits {
  background-color: rgba(255, 196, 127, 0.4) !important;
  border-radius: 30px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 600px) {
  .member-limited {
    margin-top: 0 !important;
  }
}

.member-limited .smb-section__title {
  background-color: #00bfff;
  color: #fff !important;
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .member-limited_text {
    text-align: left;
  }
}

.service_benefits_columns {
  justify-content: center !important;
  text-align: center;
}

.service_benefits_columns .wp-block-column {
  justify-content: center !important;
}

.service_benefits_columns .wp-block-column:nth-child(1) p {
  text-align: left;
  margin-left: 6.375rem;
}

@media screen and (max-width: 870px) {
  .service_benefits_columns .wp-block-column:nth-child(1) p {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 781px) {
  .service_benefits_columns .wp-block-column:nth-child(1) p {
    margin-left: 0;
    text-align: left;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .service_benefits_columns .wp-block-column:nth-child(1) p {
    justify-content: start;
  }
}

@media screen and (max-width: 781px) {
  .service_benefits_columns .wp-block-column:nth-child(2) p {
    margin-left: 0;
    text-align: left;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .service_benefits_columns .wp-block-column:nth-child(2) p {
    justify-content: start;
  }
}

.service_annotation {
  margin-top: 0 !important;
}

.service_request-button {
  margin-top: 3rem !important;
}

.service_request a {
  position: relative;
}

.service_request a:before {
  position: absolute;
  top: 17%;
  left: 10%;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../../../../wp-content/uploads/2024/01/document_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .service_request a:before {
    top: 25%;
    left: 6%;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 475px) {
  .service_request a:before {
    left: 5%;
  }
}

.page-id-1391 .asp_product_buy_button {
  display: none !important;
}

.greeting_columns {
  align-items: flex-end !important;
}

.greeting_image-name {
  margin-top: 0 !important;
}

.category {
  background-color: #f0eee9;
}

.l-sidebar-widget-area #block-18 .wp-block-heading {
  color: #fff !important;
  text-align: center;
  border-radius: 15px 15px 0 0 !important;
  margin-bottom: 0 !important;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  background-color: #5f001c !important;
}

.l-sidebar-widget-area #block-18 .wp-block-heading:before {
  display: none;
}

.l-sidebar-widget-area #block-18 .wp-block-heading:after {
  display: none;
}

#block-19 {
  margin-top: 0 !important;
}

.page-id-1091 .wp-show-posts-entry-title a {
  color: #333;
  font-weight: 400;
  font-size: 1.25rem;
}

.page-id-1091 .wp-show-posts-meta a {
  text-decoration: none;
  color: #333;
}

.page-id-1091 .l-contents__sidebar {
  margin-top: 52px !important;
}

.wpsp-load-more {
  text-align: center;
}

.post-list .c-container {
  padding-left: 0;
  padding-right: 0;
}

.category .c-entry-summary__figure:before {
  padding-top: 62%;
}

.category .c-entry-summary__title {
  font-weight: 400;
}

.category .c-entry-summary__meta {
  justify-content: flex-start;
  font-weight: 400;
}

.single .l-contents {
  background-color: #f0eee9;
}

.post .c-meta__item--author {
  display: none;
}

.single .c-eyecatch img {
  aspect-ratio: 2/1;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .single .l-contents__container {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}

#toc_container {
  padding: 0 0 12px 0 !important;
  width: 90% !important;
}
@media screen and (max-width: 1024px) {
  #toc_container {
    width: 70% !important;
  }
}
@media screen and (max-width: 781px) {
  #toc_container {
    width: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  #toc_container {
    width: 90% !important;
  }
}

#toc_container .toc_list {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.toc_title {
  background-color: #5f001c !important;
  color: #fff !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.toc_title .toc_toggle a {
  color: #fff !important;
}

.c-prev-next-nav {
  display: none !important;
}

.p-comments {
  display: none !important;
}

.p-trackbacks {
  display: none !important;
}

.single h2 {
  background-color: #5f001c !important;
  color: #fff !important;
  border-radius: 10px;
  padding-left: 1.5rem !important;
}

.single .p-related-posts__title {
  background-color: #fff !important;
  color: #333 !important;
}

.single .p-related-posts__title:before {
  display: none;
}

.single .p-related-posts__title:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .commercial-law {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .commercial-law .c-container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-bottom: 0 !important;
  }
}

.commercial-law_table td {
  border: none !important;
}

.commercial-law_table td:nth-child(1) {
  vertical-align: top;
  width: 15.625rem;
}
@media screen and (max-width: 781px) {
  .commercial-law_table td:nth-child(1) {
    width: 12.5rem;
  }
}

@media screen and (max-width: 600px) {
  .commercial-law_table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .commercial-law_table tr td:nth-child(1) {
    width: 100%;
    background-color: #e5edf6 !important;
  }
}

@media screen and (max-width: 600px) {
  .commercial-law_table tr td {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 475px) {
  .privacy_kv img {
    object-position: 0% 50% !important;
  }
}

.privacy_list {
  list-style: none;
}

.privacy_title {
  padding-bottom: 1.375rem !important;
  border-bottom: 1px solid #ddd9d5;
}
@media screen and (max-width: 600px) {
  .privacy_title {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 475px) {
  .privacy_title {
    margin-top: 1.5rem !important;
  }
}

.privacy_top-text {
  margin-top: 3rem !important;
  margin-bottom: 4.25rem !important;
}
@media screen and (max-width: 600px) {
  .privacy_top-text {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 600px) {
  .privacy_list {
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .page-id-1541 .l-contents__container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

@media screen and (max-width: 600px) {
  .page-id-1541 .wpcf7-form p:nth-child(6) {
    text-align: left !important;
  }
}

@media screen and (max-width: 600px) {
  .page-id-1541 .wpcf7-select {
    width: 21.9375rem;
  }
}

.register-kv {
  margin-bottom: 0 !important;
  min-height: 70vh !important;
}
@media screen and (max-width: 1024px) {
  .register-kv {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 781px) {
  .register-kv {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 600px) {
  .register-kv {
    min-height: 50vh !important;
  }
}

.register-kv img {
  min-height: 70vh !important;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .register-kv img {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 781px) {
  .register-kv img {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 600px) {
  .register-kv img {
    min-height: 50vh !important;
  }
}

.member-rigster_form {
  padding-top: 2rem !important;
}

.page-id-803 #wpmem_login_form {
  display: none;
}

.page-id-803 legend {
  display: none;
}

.register_text {
  margin-top: 4.25rem !important;
}

.logged-in .register_text {
  display: none;
}

.logged-in .register_links li {
  border-radius: 50px;
  background-color: #5f001c;
}

.logged-in .member-rigster_form li {
  border-radius: 50px;
  background-color: #5f001c;
}

.member-rigster_text {
  max-width: 60%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .member-rigster_text {
    max-width: 70%;
  }
}
@media screen and (max-width: 781px) {
  .member-rigster_text {
    max-width: 80% !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 475px) {
  .member-rigster_text {
    max-width: 85% !important;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .member-rigster_form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .member-rigster_form .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

fieldset {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  fieldset {
    max-width: 100% !important;
  }
}

fieldset .div_text:nth-child(12) {
  position: relative;
  margin-top: 144px !important;
  background-color: #4d4d4d;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  left: 0%;
  color: #fff !important;
  text-decoration: none;
}

@media screen and (max-width: 720px) {
  fieldset .div_text:nth-child(12) {
    left: 0;
  }
}
fieldset .div_text:nth-child(12) .req {
  display: none;
}

.term_of_service-check {
  color: #fff !important;
  font-weight: 600;
}

.term_of_service-button {
  position: absolute;
  top: -6rem !important;
  left: 50%;
  padding: 12px;
  transform: translateX(-50%);
  font-weight: 600;
  background-color: #2c4182;
  text-decoration: none;
  color: #333 !important;
  background-color: #f8d761 !important;
}

.term_of_service-button {
  position: absolute;
  top: -6rem !important;
  left: 50%;
  padding: 12px;
  transform: translateX(-50%);
  font-weight: 600;
  background-color: #2c4182;
  text-decoration: none;
  color: #333 !important;
  background-color: #f8d761 !important;
}

@media screen and (max-width: 475px) {
  .term_of_service-button {
    width: 180px;
  }
}
fieldset .div_text:nth-child(29) a {
  color: #000;
  text-decoration: none;
}

fieldset .div_text:nth-child(29):before {
  content: "※会員規約を必ずお読みいただき、下記にチェックをお願いいたします。";
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  color: #000;
  font-size: 13px;
}

@media screen and (max-width: 599px) {
  fieldset .div_text:nth-child(29) {
    margin-top: 176px !important;
  }
  .page-id-822 .term_of_service-button {
    top: -10rem;
  }
  fieldset .div_text:nth-child(16):before {
    top: -5rem;
    font-size: 13px;
  }
}
/* 会員情報 END*/
.req-text {
  transform: translateY(10px);
}

.member-rigster_form .button_div input {
  background-color: #000;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 64px;
  padding-right: 64px;
  transform: translateY(15px);
  width: 13.125rem !important;
  border-radius: 50px !important;
  background-color: #5f001c !important;
}

.logged-in .register-kv {
  margin-bottom: 5.9375rem !important;
}

@media screen and (max-width: 1024px) {
  .page-id-822 #wpmem_reg {
    width: 85%;
  }
}
@media screen and (max-width: 781px) {
  .page-id-822 #wpmem_reg {
    width: 100%;
  }
}

.page-id-822 .login_form {
  padding-bottom: 0 !important;
}

.page-id-803 .member-rigster_form {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 600px) {
  .link-text .link-text-username {
    font-size: 0.875rem;
  }
}

.term_of_service-check {
  color: #fff !important;
  text-decoration: none;
}

.page-id-803 .button_div .buttons {
  width: 100%;
  margin-bottom: 48px !important;
}

.page-id-803 #rememberme {
  transform: translateY(0px);
}

.page-id-803 .member-rigster_text {
  display: none;
}

.after-registration_text {
  margin-top: 0.5rem !important;
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 600px) {
  #wpmem_reg {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.login-kv {
  margin-bottom: 0 !important;
  min-height: 70vh !important;
}
@media screen and (max-width: 1024px) {
  .login-kv {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 781px) {
  .login-kv {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 600px) {
  .login-kv {
    min-height: 50vh !important;
  }
}

.login-kv img {
  min-height: 70vh !important;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .login-kv img {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 781px) {
  .login-kv img {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 600px) {
  .login-kv img {
    min-height: 50vh !important;
  }
}

.link-text-register {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .login-kv .smb-section__title span:nth-child(1) {
    font-size: 3rem !important;
  }
}

@media screen and (max-width: 600px) {
  .login-kv .smb-section__title span:nth-child(3) span {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 1280px) {
  .login-kv .smb-section-with-bgimage__bgimage {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

.page-id-822 .login_form {
  padding-top: 0 !important;
}

.login_form {
  padding-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

#wpmem_login_form .buttons {
  border-radius: 50px !important;
  width: 9.375rem !important;
  background-color: #5f001c !important;
}

.wp-custom-logo .button_div input {
  background-color: #2c4182;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 600px) {
  #wpmem_login {
    width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .page-id-822 .link-text-forgot {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 575px) {
  .page-id-822 .link-text-register {
    font-size: 0.875rem;
  }
}
.page-id-822 .login_form {
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 600px) {
  .login_form .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .page-id-822 fieldset {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .register_button {
    margin-bottom: 2rem !important;
  }
}

.logged-in .register_button {
  display: none;
}

.login_status {
  list-style: none;
  text-align: center;
  padding-left: 0 !important;
  position: relative;
  margin-bottom: 3.5rem;
}

.login_status a {
  position: absolute;
  top: 45%;
  left: 35%;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 42px;
  padding-right: 42px;
  background-color: #2c4182;
  margin-top: 64px;
  margin-bottom: 64px;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .login_status a {
    left: 33%;
  }
}
@media screen and (max-width: 800px) {
  .login_status a {
    left: 31.5%;
  }
}
@media screen and (max-width: 700px) {
  .login_status a {
    left: 28%;
  }
}
@media screen and (max-width: 700px) {
  .login_status a {
    left: 26%;
  }
}
@media screen and (max-width: 600px) {
  .login_status a {
    left: 26%;
  }
}
@media screen and (max-width: 575px) {
  .login_status a {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.logged-in .member-rigster_text {
  display: none;
}

.page-id-822 .l-contents__inner {
  padding-bottom: 2rem !important;
}

.logged-in .login_status a {
  border-radius: 50px;
  background-color: #5f001c;
  margin-bottom: 4rem !important;
}

.page-id-852 #wpmem_login .link-text {
  margin-top: 1.25rem !important;
}

.register_status {
  text-align: center;
}

.register_links {
  list-style: none;
  text-align: center;
  padding-left: 0 !important;
}

.register_links li:nth-child(2) {
  margin-top: 32px;
}

.register_links li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  width: 350px;
  background-color: #000000;
  margin: 0 auto;
}

@media screen and (max-width: 475px) {
  .register_links li {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.register_links li a {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 42px;
  padding-right: 42px;
  text-decoration: none;
}

@media screen and (max-width: 475px) {
  .register_links li a {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.post-852 ul {
  list-style: none;
  text-align: center;
  margin-bottom: 32px !important;
  padding-left: 0;
}

.post-852 ul {
  list-style: none;
  text-align: center;
  margin-bottom: 32px !important;
  margin-top: 64px;
}

.post-852 ul li:nth-child(2) {
  margin-top: 32px;
}

.post-852 ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  width: 350px;
  background-color: #000000;
  margin: 0 auto;
}

@media screen and (max-width: 475px) {
  .post-852 ul li {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.post-852 ul li a {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 42px;
  padding-right: 42px;
  text-decoration: none;
}

@media screen and (max-width: 475px) {
  .post-852 ul li a {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.post-852 .page-content-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.post-852 .wpmem_msg {
  width: 75%;
  margin: 0 auto;
}

.post-852 #wpmem_login {
  margin: 0 auto;
}

fieldset .div_text:nth-child(24) {
  position: relative;
  margin-top: 144px !important;
  background-color: #ffec61;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 70%;
  left: 13%;
}

@media screen and (max-width: 720px) {
  .page-id-852 fieldset .div_text:nth-child(24) {
    left: 0%;
  }
}
fieldset .div_text:nth-child(24) .req {
  display: none;
}

.term_of_service-check {
  color: #fff;
  font-weight: 600;
}

.term_of_service-button {
  position: absolute;
  top: -6rem;
  left: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  transform: translateX(-50%);
  font-weight: 600;
  background-color: #2c4182;
  text-decoration: none;
  color: #333 !important;
}

@media screen and (max-width: 475px) {
  .term_of_service-button {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

fieldset .div_text:nth-child(24) a {
  color: #000;
  text-decoration: none;
}

fieldset .div_text:nth-child(24):before {
  content: "※会員規約を必ずお読みいただき、下記にチェックをお願いいたします。";
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  color: #000;
  font-size: 13px;
}

@media screen and (max-width: 599px) {
  fieldset .div_text:nth-child(24) {
    margin-top: 176px !important;
  }
  fieldset .div_text:nth-child(24):before {
    top: -5rem;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-852 #wpmem_reg {
    width: 85%;
  }
}
@media screen and (max-width: 781px) {
  .page-id-852 #wpmem_reg {
    width: 100%;
  }
}

.logged-in .register-kv {
  margin-bottom: 4rem !important;
}

#drawer-nav {
  opacity: 0.9;
}

@media screen and (max-width: 781px) {
  .kv .smb-section__title {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .kv .smb-section__title {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .kv .smb-section__title span:nth-child(3) {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 781px) {
  .l-contents__inner {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .top-curriculum .wp-block-heading span:nth-child(3) {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1300px) {
  .top-curriculum_text-column {
    height: auto !important;
  }
}

@media screen and (max-width: 781px) {
  .page-id-803 .c-entry__header {
    display: none !important;
  }
}

@media screen and (max-width: 781px) {
  .page-id-803 .kv .smb-section__title strong span span {
    font-size: 36px !important ;
  }
  .page-id-803 .kv .smb-section__title span:nth-child(3) {
    font-size: 18px !important ;
  }
}

@media screen and (max-width: 781px) {
  .page-id-822 .c-entry__header {
    display: none !important;
  }
}

@media screen and (max-width: 781px) {
  .page-id-852 .c-entry__header {
    display: none !important;
  }
}

@media screen and (max-width: 781px) {
  .page-id-852 .c-entry__header {
    display: none !important;
  }
}

@media screen and (max-width: 781px) {
  .page-id-852 .kv .smb-section__title span {
    font-size: 36px !important ;
  }
  .page-id-852 .kv .smb-section__title span:nth-child(3) {
    font-size: 18px !important ;
  }
}

.logged-in .term_of_service-button {
  display: none;
}

.page-id-822 .c-entry__body {
  height: 1000px !important;
}

.page-id-822 .c-entry__body {
  height: 1000px !important;
}

.page-id-822.logged-in .c-entry__body {
  height: 500px !important;
}

@media screen and (max-width: 1024px) {
  .page-id-822.logged-in .c-entry__body {
    height: 550px !important;
  }
  .page-id-822.logged-in .footer_content {
    margin-top: 24px !important;
  }
  .page-id-822.logged-in .footer_columns {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 600px) {
  .page-id-822.logged-in .c-entry__body {
    height: 400px !important;
  }
}

.page-id-803 .kv .smb-section__body {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */
