:root {
  --vk-size-text: 16px;
  --vk-line-height: 1.8em;
  --vk-color-text-body: #222324;
  --vk-margin-headding-bottom: 0.5em;
  --vk-color-primary: #1d4b9f;
  --vk-color-text-link: #222324;
  --vk-color-text-link-hover: #1d4b9f;
  --flex-row-gap: 24px;
  --flex-column-gap: 24px;
}

@media (min-width: 992px) {
  :root {
    --flex-row-gap: 24px;
    --flex-column-gap: 24px;
  }
}
* {
  box-sizing: border-box;
}

:root :where(.is-layout-flex) {
  gap: var(--flex-column-gap) var(--flex-row-gap);
}

.blc_common_1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .blc_common_1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.blc_common_2 {
  padding: 0px 10px;
}

.blc_common_3 {
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .blc_common_3 {
    padding: 50px 30px;
  }
}

.blc_narrow {
  width: 850px;
  max-width: 100% !important;
  margin-right: auto;
  margin-left: auto;
}

.blc_bg_white {
  background-color: #FFFFFF;
}

.blc_bg_gray {
  background-color: #f5f8ff;
}

.blc_bg_blue {
  background-color: #D3EDFB;
}

.blc_bg_gray-dot {
  background: url(../../images/bg_gray-dot.png) center center no-repeat #f2f3f7;
}

.blc_bg_grid {
  background: url(../../images/bg_grid.png) left top repeat #FFFFFF;
}

.blc_b_round {
  border-radius: 10px;
}

.blc_pb70 {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .blc_pb70 {
    padding-bottom: 60px;
  }
}

.blc_pb50 {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .blc_pb50 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  border-top: none;
  border-bottom: none;
  font-weight: normal;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5em;
  }
}
h2 em {
  color: #a6bdea;
  display: block;
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1.2;
}
@media (min-width: 992px) {
  h2 em {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
h2 strong {
  font-weight: normal;
  background: linear-gradient(to top, #fcdb00, #fcdb00) left bottom/100% 30% no-repeat;
}

h3 {
  color: var(--vk-color-primary);
  background-color: #ecf1fc;
  font-size: 1.33rem;
  padding: 0.5rem 1rem;
  border-bottom: none;
}
h3::after {
  content: none;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  background: none;
  color: var(--vk-color-primary);
  position: relative;
  padding: 0px 0px 0px 1.5em;
  margin-bottom: 0px !important;
  border-bottom: none;
  line-height: 1.8;
  border-radius: 0px;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.25rem;
  }
}
h4::after {
  content: none;
}
h4::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../images/icon_pen.png) left top/contain no-repeat;
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
}
h4.no-pen::before {
  content: none;
}
h4:has(strong) {
  padding: 0.5em 0px;
}
h4 strong {
  background: linear-gradient(to top, var(--vk-color-primary), var(--vk-color-primary)) left bottom/100% 1px no-repeat;
  padding: 0px 0px 5px 0px;
}

.entry-body a {
  color: var(--vk-color-primary);
}

li a, p a {
  text-decoration: none;
}

.txt_s {
  font-size: 0.9rem;
}

.vk_button .vk_button_link.btn {
  border-radius: 50px;
  border: none;
}
.vk_button .vk_button_link.btn:hover {
  box-shadow: none;
}
.vk_button .vk_button_link.btn.has-vk-color-primary-background-color {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.vk_button .vk_button_link.btn.has-vk-color-primary-background-color::before, .vk_button .vk_button_link.btn.has-vk-color-primary-background-color::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border: 1px solid var(--vk-color-primary);
  border-radius: 50px;
}
.vk_button .vk_button_link.btn.has-vk-color-primary-background-color::before {
  background-color: var(--vk-color-primary);
  top: 0px;
  left: 0px;
  z-index: -1;
}
.vk_button .vk_button_link.btn.has-vk-color-primary-background-color::after {
  background-color: #FFFFFF;
  top: 4px;
  left: 4px;
  z-index: -2;
  transition: all 0.3s ease;
}
.vk_button .vk_button_link.btn.has-vk-color-primary-background-color:hover {
  color: var(--vk-color-primary);
  opacity: 1;
  transform: translate(4px, 4px);
}
.vk_button .vk_button_link.btn.has-vk-color-primary-background-color:hover::before {
  background-color: #FFFFFF;
}
.vk_button .vk_button_link.btn.has-vk-color-primary-background-color:hover::after {
  top: 0px;
  left: 0px;
}
.vk_button.btn_s .vk_button_link.btn {
  width: 300px;
  max-width: 100%;
  padding: 0.8em 1.5rem;
}
.vk_button.btn_m .vk_button_link.btn {
  width: 500px;
  max-width: 100%;
  padding: 0.8em 1.5rem;
}
.vk_button.btn_hl .vk_button_link.btn {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  font-size: 1.25em;
}
@media (min-width: 992px) {
  .vk_button.btn_hl .vk_button_link.btn {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.vk_button.btn_arrow-r .vk_button_link.btn .vk_button_link_caption {
  position: relative;
  width: 100%;
}
.vk_button.btn_arrow-r .vk_button_link.btn .vk_button_link_caption::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -10px;
  content: "\f054";
  font: var(--fa-font-solid);
  margin: auto 0px;
  height: 1rem;
  font-size: 1rem;
  z-index: 3;
  color: var(--vk-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vk_button.btn_arrow-r .vk_button_link.btn.has-vk-color-primary-background-color .vk_button_link_caption::after {
  color: #FFFFFF;
}
.vk_button.btn_arrow-r .vk_button_link.btn.has-vk-color-primary-background-color:hover .vk_button_link_caption::after {
  color: var(--vk-color-primary);
}
.vk_button.btn_arrow-r .vk_button_link.btn.has-vk-color-primary-color:hover::after {
  color: #FFFFFF !important;
}
@media (max-width: 991.98px) {
  .vk_button.vk_button-align-right.sp-only-center {
    text-align: center;
  }
}

.cta_clmn {
  border: 2px solid var(--vk-color-text-body);
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 20px;
}
.cta_clmn h3 {
  color: var(--vk-color-text-body);
  font-weight: normal;
  margin-bottom: 10px !important;
  background-color: transparent;
}
@media (min-width: 992px) {
  .cta_clmn h3 {
    margin-bottom: 0px !important;
  }
}
.cta_clmn .wp-block-columns {
  margin-top: 0px !important;
  --flex-column-gap: 10px;
}
.cta_clmn .vk_button .vk_button_link.btn {
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .cta_clmn .vk_button .vk_button_link.btn {
    font-size: 1rem;
  }
}
.cta_clmn i.fa-line {
  margin-right: 0px;
}
.cta_clmn i.fa-line::before {
  color: #06c755;
  background: radial-gradient(circle at center, #FFFFFF 0, #FFFFFF 50%, #06c755 50%, #06c755);
  border-radius: 15px;
  font-size: 2rem;
}
.cta_clmn p {
  margin: 0px !important;
}
.cta_clmn .cta_tel {
  font-size: 1.5rem;
  line-height: 1.2;
}
.cta_clmn .cta_tel a {
  color: var(--vk-color-text-body);
}
@media (min-width: 992px) {
  .cta_clmn .cta_tel a {
    pointer-events: none;
  }
}

.blc_cta-1 {
  position: relative;
}
.blc_cta-1 .cta-1_cat {
  position: relative;
  top: 30px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .blc_cta-1 .cta-1_cat img {
    max-width: 80%;
  }
}
.blc_cta-1 .cta-1_bg {
  background: url(../../images/bg_cta-1.png) center bottom no-repeat #fcdb00;
  border-radius: 10px;
  padding: 20px;
}
@media (min-width: 992px) {
  .blc_cta-1 .cta-1_bg {
    padding: 40px;
    background-size: 100% auto;
  }
}
.blc_cta-1 .cta-1_bg.bg-none {
  background: none #FFFFFF;
}

.blc_cta-2 {
  background: url(../../images/bg_cta-2.jpg) center center no-repeat;
  background-size: auto 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .blc_cta-2 {
    background-size: cover;
    padding: 40px 0px;
  }
}
.blc_cta-2 h2 {
  color: #FFFFFF;
  padding: 0px;
}
.blc_cta-2 h2 em {
  color: #FFFFFF;
}
.blc_cta-2 h3 {
  background-color: transparent;
}
.blc_cta-2 > p {
  color: #FFFFFF;
  padding-bottom: 1rem;
}

.blc_faq_acc {
  background-color: #f2f3f7;
  border-radius: 10px;
  padding: 5px;
}
@media (min-width: 992px) {
  .blc_faq_acc {
    padding: 20px;
  }
}
.blc_faq_acc + .blc_faq_acc {
  margin-top: 10px;
}
.blc_faq_acc h4 {
  color: var(--vk-color-primary);
  font-size: 1rem;
  position: relative;
  padding: 10px 20px 10px 0px;
  margin: 0px 15px 0px 15px !important;
  display: flex;
  pointer-events: all;
  cursor: pointer;
  line-height: 1.4em;
}
@media (min-width: 992px) {
  .blc_faq_acc h4 {
    margin: 0px 60px 0px 60px !important;
  }
}
.blc_faq_acc h4::before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
  background: none;
  position: static;
}
.blc_faq_acc h4::after {
  content: "\f13a";
  font: var(--fa-font-solid);
  position: absolute;
  top: 13px;
  right: 0px;
}
.blc_faq_acc .wp-block-group {
  background-color: #FFFFFF;
  padding: 20px 15px;
  border-radius: 10px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .blc_faq_acc .wp-block-group {
    padding: 20px 60px;
  }
}
.blc_faq_acc .wp-block-group p {
  margin: 0px;
  padding: 0px 0px 0px 35px;
  position: relative;
}
.blc_faq_acc .wp-block-group p::before {
  content: "A";
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: var(--vk-color-primary);
  position: absolute;
  left: 0px;
}

.blc_course .course_menu {
  padding: 20px;
  overflow: visible;
  margin-bottom: 38px;
  position: relative;
}
@media (min-width: 992px) {
  .blc_course .course_menu {
    margin-bottom: 10px;
  }
}
.blc_course .course_menu h3 {
  background-color: transparent;
  color: var(--vk-color-text-body);
  font-size: 1.4rem;
}
.blc_course .course_menu .course_menu_in {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.blc_course .course_menu .course_menu_in h4 {
  border-bottom: 1px solid #54b9ef;
  color: #54b9ef;
  padding: 0px;
  margin-bottom: 0.5em !important;
}
.blc_course .course_menu .course_menu_in h4::before {
  content: none;
}
.blc_course .course_menu p {
  margin-bottom: 0px !important;
}
.blc_course .course_menu .img_course_arrow {
  position: absolute;
  width: 76px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.blc_course .course_detail h2 {
  margin: 55px 0px 10px 0px;
  padding: 10px;
  background-color: #54b9ef;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 1.5rem;
}
.blc_course .course_detail h3 {
  background-color: transparent;
  font-size: 1.9rem;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .blc_course .course_detail h3 {
    font-size: 2.2rem;
    line-height: var(--vk-line-height-low);
  }
}
.blc_course .course_detail h3 em {
  font-style: normal;
  color: var(--vk-color-text-body);
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .blc_course .course_detail h3 em {
    font-size: 1.75rem;
  }
}
.blc_course .course_detail .course_detail_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.blc_course .course_detail .course_item_list {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blc_course .course_detail .course_item_list li {
  text-align: center;
  color: #FFFFFF;
  padding: 5px 0px;
  margin: 0px;
  width: calc(50% - 5px);
}
@media (min-width: 992px) {
  .blc_course .course_detail .course_item_list li {
    width: 150px;
  }
}
.blc_course .course_detail .course_item_list li:first-of-type {
  background-color: #54b9ef;
}
.blc_course .course_detail .course_item_list li:nth-of-type(2) {
  background-color: #61C1BE;
}
.blc_course .course_detail .course_item_list li:nth-of-type(3) {
  background-color: #EC6D74;
}
.blc_course .course_detail .course_item_list li:nth-of-type(4) {
  background-color: #C1007B;
}
.blc_course .course_detail .course_item_fee {
  display: inline-block;
  border-bottom: 1px solid #000000;
  padding-left: 3em;
  text-indent: -3em;
}
.blc_course .course_detail .course_item_recs {
  gap: 0px;
}
.blc_course .course_detail .course_item_recs h4 {
  margin-bottom: 0px !important;
  padding: 0.5em 0px;
}
@media (min-width: 992px) {
  .blc_course .course_detail .course_item_recs h4 {
    font-size: 1.75rem;
  }
}
.blc_course .course_detail .course_item_recs h4::before {
  content: none;
}
.blc_course .course_detail .course_item_recs ul {
  background-color: #FFFAC7;
  padding: 10px 10px 10px 40px;
}
.blc_course .course_detail .course_item_recs ul li {
  margin: 0.25em 0px;
}
.blc_course.course_senior .course_menu_in h4 {
  border-bottom: 1px solid #54b9ef;
  color: #54b9ef;
}
.blc_course.course_senior .course_detail h2 {
  background-color: #54b9ef;
}
.blc_course.course_senior .course_detail .course_item_list li:first-of-type {
  background-color: #54b9ef;
}
.blc_course.course_senior .course_item_recs h4 {
  color: #54b9ef;
}

.blc_voice {
  align-items: stretch;
}
.blc_voice .voice_item {
  background-color: #f5f8ff;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .blc_voice .voice_item {
    width: calc((100% - 2 * var(--flex-column-gap)) / 3);
    padding: 15px 30px;
  }
}
.blc_voice .voice_item h5 {
  padding-top: 1rem;
  font-size: 1.15rem;
  border-bottom: none;
}

.blc_rb-list {
  position: relative;
}
.blc_rb-list:has(h4) {
  padding-top: 20px;
}
.blc_rb-list h4 {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  font-size: 18px;
  width: 500px;
  max-width: 80%;
  padding: 10px;
  background-color: var(--vk-color-primary);
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.blc_rb-list h4::before {
  content: none;
}
.blc_rb-list ul {
  border: 1px solid var(--vk-color-primary);
  border-radius: 10px;
  padding: 50px 30px 30px 30px;
  list-style-type: none;
}
@media (min-width: 992px) {
  .blc_rb-list ul {
    padding: 70px 60px 50px 60px;
  }
}
.blc_rb-list ul li {
  position: relative;
  padding-left: 1.5rem;
}
.blc_rb-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 1rem;
  height: 1rem;
  background: url(../../images/icon_check.png) center center/contain no-repeat;
}

.blc_banner {
  padding: 30px 0px;
}
@media (min-width: 992px) {
  .blc_banner {
    padding: 60px 0px;
  }
}
.blc_banner > figure {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .blc_banner > figure {
    width: calc((100% - 2 * var(--flex-column-gap)) / 3);
  }
}

.blc_hand {
  position: relative;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.blc_hand::before {
  content: "\f0a4";
  font: var(--fa-font-solid);
  color: var(--vk-color-primary);
  font-size: 1rem;
  margin-right: 0.5rem;
}

.ul_link {
  display: flex;
  gap: var(--flex-row-gap) var(--flex-column-gap);
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0px;
}
.ul_link li {
  margin: 0px;
  padding: 0px;
  width: calc((100% - var(--flex-column-gap)) / 2);
}
@media (min-width: 992px) {
  .ul_link li {
    width: calc((100% - 2 * var(--flex-column-gap)) / 3);
  }
}
.ul_link li a {
  text-align: center;
  display: block;
  color: var(--vk-color-primary);
  position: relative;
  border-bottom: 1px solid var(--vk-color-primary);
  padding: 10px 0px;
}
.ul_link li a::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto 0px;
  width: 1em;
  height: 1em;
  content: "\f078";
  font: var(--fa-font-solid);
}

.top_mv {
  background: url(../../images/bg_top_mv_pc.jpg) center center no-repeat;
  aspect-ratio: 1920/720;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 5%;
}
.top_mv p {
  margin-left: 3% !important;
  font-size: 3.1vw;
  line-height: 1;
  padding: 10px 0px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.top_mv p::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--vk-color-primary);
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.top_mv p strong {
  padding: 0px 20px;
}
.top_mv p em {
  color: #fcdb00;
  font-style: normal;
}

@media (min-width: 782px) {
  .top_course .top_course_clms {
    justify-content: space-between;
  }
}
.top_course .top_course_clms .top_course_clm {
  display: flex;
  container-type: inline-size;
}
@media (min-width: 782px) {
  .top_course .top_course_clms .top_course_clm {
    flex-direction: column;
    width: calc((100% - 24px) / 3);
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 10px 10px 0px 0px #EBEBEB;
    aspect-ratio: 1/1;
  }
}
.top_course .top_course_clms .top_course_clm figure {
  margin-bottom: 0px;
  width: 30%;
}
@media (min-width: 782px) {
  .top_course .top_course_clms .top_course_clm figure {
    width: 100%;
    aspect-ratio: 300/230;
  }
}
.top_course .top_course_clms .top_course_clm figure img {
  border-width: 1px 0px 1px 1px;
  border-color: #CCCCCC;
  border-style: solid;
  border-radius: 10px 0px 0px 10px;
}
@media (min-width: 782px) {
  .top_course .top_course_clms .top_course_clm figure img {
    border-radius: 10px 10px 0px 0px;
    border-width: 1px 1px 0px 1px;
  }
}
.top_course .top_course_clms .top_course_clm p {
  flex: 1;
  font-size: 6cqw;
}
@media (min-width: 782px) {
  .top_course .top_course_clms .top_course_clm p {
    font-size: 10cqw;
  }
}
.top_course .top_course_clms .top_course_clm p a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-width: 1px 1px 1px 0px;
  border-color: #CCCCCC;
  border-style: solid;
  border-radius: 0px 10px 10px 0px;
  line-height: 1;
  padding: 10px;
  position: relative;
  height: 100%;
}
@media (min-width: 782px) {
  .top_course .top_course_clms .top_course_clm p a {
    border-radius: 0px 0px 10px 10px;
    border-width: 0px 1px 1px 1px;
  }
}
.top_course .top_course_clms .top_course_clm p a::before {
  content: "\f054";
  font: var(--fa-font-solid);
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.top_course .top_course_clms .top_course_clm.top_course_elm p a {
  background-color: #fca34a;
}
.top_course .top_course_clms .top_course_clm.top_course_junior p a {
  background-color: #87ce54;
}
.top_course .top_course_clms .top_course_clm.top_course_senior p a {
  background-color: #54b9ef;
}

.top_features .top_features_clmns {
  --flex-row-gap: 50px;
  --flex-column-gap: 20px;
}
.top_features .top_features_clmns + .top_features_clmns {
  padding-top: 50px;
}
@media (min-width: 782px) {
  .top_features .top_features_clmns + .top_features_clmns {
    padding-top: 100px;
  }
}

html {
  scroll-padding-top: 93px;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 93px;
  }
}

body {
  padding-top: 49px !important;
  padding-bottom: 50px;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  body {
    padding-top: 93px !important;
    padding-bottom: 0px;
  }
}
body.page {
  background-color: #ebeef0;
}

body, html {
  font-size: var(--vk-size-text);
}

.site-header {
  background-color: #FFFFFF;
  box-shadow: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  max-width: 100%;
  margin: 0px auto;
}
.site-header .site-header-container.container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .site-header .site-header-container.container {
    background: none;
    background-color: #FFFFFF;
    padding: 0px 5vw;
  }
}
.site-header .site-header-logo {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site-header .site-header-logo {
    padding-left: 26px;
  }
}
.site-header .site-header-logo img {
  margin-left: 0px;
}
@media (max-width: 991.98px) {
  .site-header .site-header-logo img {
    max-height: 35px;
  }
}
.header_scrolled .site-header {
  box-shadow: none;
  animation: none;
  width: 100%;
  max-width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
  top: 0px;
  left: 0px;
  position: fixed;
}
.header_scrolled .site-header .site-header-logo {
  display: block;
}
.site-header .global-nav ul {
  height: 100%;
}

.global-nav-list > li {
  display: flex;
  align-items: center;
}
.global-nav-list > li::before {
  display: none;
}
@media (min-width: 992px) {
  .global-nav-list > li.h_nav_sp-only {
    display: none;
  }
}
.global-nav-list > li .global-nav-name {
  font-size: 18px;
  font-weight: normal;
}
.global-nav-list > li a {
  height: auto !important;
}
.global-nav-list > li.no-events > a {
  pointer-events: none;
}
.global-nav-list > li.menu-item-has-children::after {
  content: none;
}
.global-nav-list > li.menu-item-has-children > ul.sub-menu {
  top: 80%;
  height: auto;
  scrollbar-width: none;
}

.site-header + * {
  margin-top: 0px !important;
}

.site-body {
  padding-top: 0px !important;
}
.page .site-body {
  padding-bottom: 0px !important;
}

.page .main-section--margin-bottom--on {
  margin-bottom: 0px;
}

.vk-mobile-nav-menu-btn {
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: none;
  text-indent: 0px;
  font-size: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6px;
  color: var(--vk-color-primary);
  top: 8px;
  right: 12px !important;
}
.vk-mobile-nav-menu-btn::before {
  width: 20px;
  height: 20px;
  content: "\f0c9";
  font: var(--fa-font-solid);
  color: var(--vk-color-primary);
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 3px;
}
.vk-mobile-nav-menu-btn.menu-open {
  color: var(--vk-color-primary);
  border: none;
  background-image: none;
  background-color: transparent;
}
.vk-mobile-nav-menu-btn.menu-open::before {
  content: "\f00d";
}

.vk-mobile-nav {
  top: 49px;
  height: calc(100% - 64px);
  background-color: var(--vk-color-primary);
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  top: 49px;
}
.vk-mobile-nav nav ul.vk-menu-acc li a {
  color: #FFFFFF;
}
.vk-mobile-nav nav ul.vk-menu-acc li .acc-btn {
  border: none;
  width: 100%;
  right: 0px;
  background: none;
}
.vk-mobile-nav nav ul.vk-menu-acc li .acc-btn::after {
  content: "\f078";
  font: var(--fa-font-solid);
  color: #FFFFFF;
  position: absolute;
  top: 4px;
  right: 8px;
}
.vk-mobile-nav nav ul.vk-menu-acc li .acc-btn.acc-btn-close::after {
  content: "\f00d";
}
.vk-mobile-nav nav ul.vk-menu-acc .no-events > a {
  pointer-events: none;
}
.vk-mobile-nav .alert-info {
  display: none;
}

.nav li a, nav li a {
  color: var(--vk-color-text-body);
}
.nav li a:hover, nav li a:hover {
  color: var(--vk-color-text-link-hover);
}

.page-header {
  background: url(../../images/bg_page-header.jpg) left center/auto 100% no-repeat var(--vk-color-primary);
}
@media (min-width: 992px) {
  .page-header {
    aspect-ratio: 1905/420;
  }
}
@media (min-width: 1380px) {
  .page-header .container {
    max-width: 1380px;
  }
}
.page-header .page-header-title {
  text-align: left;
  text-shadow: 0px 0px 10px var(--vk-color-primary), 0px 0px 10px var(--vk-color-primary), 0px 0px 10px var(--vk-color-primary);
}
@media (min-width: 992px) {
  .page-header .page-header-title {
    font-size: 3rem;
  }
}

.breadcrumb {
  border-top: none;
  border-bottom: none;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding-bottom: 40px;
  }
}
@media (min-width: 1460px) {
  .breadcrumb .container {
    max-width: 1400px;
  }
}

.alignwide {
  width: calc(100% + (var(--vk-width-full) - 100%) / 3);
  margin-left: calc((100% - var(--vk-width-full)) / 6);
  margin-right: calc((100% - var(--vk-width-full)) / 6);
}

h2:has(strong) strong {
  background-size: 0px 30%;
  transition: background-size 1s 0s ease-in-out;
}
h2:has(strong).active strong {
  background-size: 100% 30%;
}

.map_wrap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

@media (min-width: 992px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .pc-only {
    display: none;
  }
}

.blc_faq_acc .wp-block-group {
  display: none;
}

.site-body-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  font-size: 14px;
  height: 50px;
}
@media (min-width: 992px) {
  .site-body-bottom {
    top: 140px;
    bottom: auto;
    left: auto;
    height: auto;
  }
}
.site-body-bottom .container {
  padding: 0px;
  max-width: 100% !important;
}
.site-body-bottom ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px !important;
  width: 80%;
}
@media (min-width: 992px) {
  .site-body-bottom ul {
    width: auto;
  }
}
.site-body-bottom ul li {
  margin: 0px;
  padding: 0px;
  width: 47%;
}
@media (min-width: 992px) {
  .site-body-bottom ul li {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .site-body-bottom .fixed_nav {
    writing-mode: vertical-rl;
    display: flex;
    gap: 10px;
  }
}
.site-body-bottom .fixed_nav .fixed_nav_1 {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #06c755;
  padding: 10px 15px;
  margin: 0px !important;
  max-width: 100%;
}
@media (min-width: 992px) {
  .site-body-bottom .fixed_nav .fixed_nav_1 {
    border-radius: 5px;
    padding: 10px 3px 10px 0px;
  }
}
.site-body-bottom .fixed_nav .fixed_nav_1 p {
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.site-body-bottom .fixed_nav .fixed_nav_1 p::before {
  content: "\f3c0";
  font: var(--fa-font-brands);
  margin: 3px 0px 0px 0px;
  color: #06c755;
  background: radial-gradient(circle at center, #FFFFFF 0, #FFFFFF 50%, #06c755 50%, #06c755);
  border-radius: 15px;
  font-size: 2rem;
  display: none;
}
@media (min-width: 992px) {
  .site-body-bottom .fixed_nav .fixed_nav_1 p::before {
    margin: 0px 0px 5px 1px;
    display: block;
  }
}
.site-body-bottom .fixed_nav .fixed_nav_1 ul {
  display: flex;
  gap: 8px;
}
@media (min-width: 992px) {
  .site-body-bottom .fixed_nav .fixed_nav_1 ul {
    gap: 5px;
  }
}
.site-body-bottom .fixed_nav .fixed_nav_1 ul a {
  background-color: #FFFFFF;
  color: #06c755;
  border-radius: 5px;
  padding: 5px 20px;
  display: block;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .site-body-bottom .fixed_nav .fixed_nav_1 ul a {
    padding: 8px 6px 8px 4px;
    display: inline;
  }
}
.site-body-bottom .fixed_nav .fixed_nav_1 ul a::before {
  content: "\f3c0";
  font: var(--fa-font-brands);
  margin-right: 4px;
}
@media (min-width: 992px) {
  .site-body-bottom .fixed_nav .fixed_nav_1 ul a::before {
    display: none;
  }
}
.site-body-bottom .fixed_nav .fixed_nav_2 {
  background-color: #fcdb00;
  padding: 10px 4px 10px 2px;
  margin: 0px !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .site-body-bottom .fixed_nav .fixed_nav_2 {
    display: none;
  }
}
.site-body-bottom .fixed_nav .fixed_nav_2 ul {
  display: flex;
  gap: 5px;
}
.site-body-bottom .fixed_nav .fixed_nav_2 ul a {
  background-color: #FFFFFF;
  padding: 8px 6px 8px 4px;
  border-radius: 5px;
}

.site-footer {
  border-top: none;
  background-color: #ebeef0;
}
@media (min-width: 1380px) {
  .site-footer .container.site-footer-content {
    max-width: 1380px;
  }
}
.site-footer .footer_logo {
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer .footer_logo {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .site-footer .col-md-6:has(.widget_nav_menu) {
    display: none;
  }
}
.site-footer .widget_nav_menu > div > ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, 1fr);
  gap: 20px 50px;
  width: fit-content;
  margin-left: auto;
}
.site-footer .widget_nav_menu > div > ul > li {
  font-size: 1rem;
}
.site-footer .widget_nav_menu > div > ul > li a {
  border-bottom: none;
  display: inline;
  background-color: transparent;
  padding: 0px;
}

.page_top_btn {
  display: none !important;
}

.sub-section h4::before {
  content: none;
}
.sub-section h4::after {
  content: none;
}

.top_mv {
  position: relative;
  animation: top_mv 5s 0s 1 linear forwards;
  padding-bottom: 10vh;
}
@media (max-width: 991.98px) and (orientation: portrait) {
  .top_mv {
    background: url(../../images/bg_top_mv_sp.jpg) center center no-repeat;
    aspect-ratio: 750/917;
    padding-bottom: 15%;
  }
}
.top_mv p {
  overflow-x: hidden;
}
@media (max-width: 991.98px) and (orientation: portrait) {
  .top_mv p {
    font-size: 7vw;
  }
}
.top_mv p::before {
  left: -101%;
  animation: top_slidein 0.8s 0s 1 ease-in-out forwards;
}
.top_mv p strong {
  position: relative;
  left: -101%;
  animation: top_slidein 0.8s 1.4s 1 ease-in-out forwards;
}
.top_mv figure {
  position: absolute;
  bottom: -60px;
  right: 90px;
  z-index: 1;
}
@media (max-width: 991.98px) and (orientation: portrait) {
  .top_mv figure {
    max-width: 50vw;
    right: 10px;
    bottom: -5%;
  }
}

@keyframes top_mv {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 110% auto;
  }
}
@keyframes top_slidein {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.recent-posts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .recent-posts {
    flex-direction: row;
  }
}
.recent-posts dt {
  margin-bottom: 0px;
  padding: 10px 0px 0px 0px;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .recent-posts dt {
    width: 300px;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0px;
  }
}
.recent-posts dt .recent-posts-date {
  font-size: 0.8rem;
}
.recent-posts dt .recent-posts-cat {
  font-size: 0.8rem;
  width: 190px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 5px 10px;
  color: var(--vk-color-primary);
}
.recent-posts dd {
  margin-bottom: 0px;
  padding: 5px 0px 10px 0px;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}
@media (min-width: 992px) {
  .recent-posts dd {
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    padding: 10px 0px;
  }
}

.wpcf7-form .dl_form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form .dl_form dt {
  margin: 0px;
  padding: 10px 0px;
  font-weight: normal;
  width: 100%;
}
@media (min-width: 992px) {
  .wpcf7-form .dl_form dt {
    width: 220px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
  }
}
.wpcf7-form .dl_form dt .form_required {
  display: inline-block;
  border: 1px solid #CE2700;
  background-color: #CE2700;
  border-radius: 5px;
  font-weight: normal;
  padding: 2px 5px;
  margin-left: 5px;
  color: #FFFFFF;
  line-height: 1;
  font-size: 11px;
}
.wpcf7-form .dl_form dd {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}
@media (min-width: 992px) {
  .wpcf7-form .dl_form dd {
    width: calc(100% - 220px);
    padding: 10px 0px;
  }
}
.wpcf7-form .dl_form dd .wpcf7-form-control-wrap:has(> select) {
  position: relative;
}
.wpcf7-form .dl_form dd .wpcf7-form-control-wrap:has(> select)::after {
  content: "\f078";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 1.5em;
  font: var(--fa-font-solid);
  pointer-events: none;
  margin: auto 0px;
  height: 1em;
}
.wpcf7-form .dl_form dd .wpcf7-form-control-wrap:has(> select) select {
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .wpcf7-form .dl_form dd input[type=email], .wpcf7-form .dl_form dd input[type=text], .wpcf7-form .dl_form dd select, .wpcf7-form .dl_form dd textarea {
    font-size: 16px;
  }
}
.wpcf7-form .vk_button.btn_s .vk_button_link.btn {
  padding: 0px;
}
.wpcf7-form .vk_button.btn_s .vk_button_link.btn p .wpcf7-spinner {
  display: none !important;
}
.wpcf7-form .vk_button.btn_s .vk_button_link.btn p input {
  border: none;
  background-color: transparent;
  padding: 0.8em 1.5rem;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.wpcf7-form .vk_button.btn_s .vk_button_link.btn p input:hover {
  color: var(--vk-color-primary);
}

.post-type-post .entry-body h2 {
  width: fit-content;
  background: linear-gradient(to top, transparent, transparent 70%, #fcdb00 70%, #fcdb00) left bottom/100% 40% no-repeat;
  background-size: 0px 40%;
  transition: background-size 1s 0s ease-in-out;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .post-type-post .entry-body h2 {
    font-size: 1.75rem;
  }
}
.post-type-post .entry-body h2.active {
  background-size: 100% 40%;
}
.post-type-post .entry-body h3 {
  font-size: 1.33rem;
}
@media (min-width: 992px) {
  .post-type-post .entry-body h3 {
    font-size: 1.5rem;
  }
}

.vk_post .vk_post_title {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .vk_post .vk_post_title {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */