@charset "utf-8";
/*
 * resposive.css は 991px 以下のデバイスへと反映されます。
 * 
 * ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
 * sm: 576px　md: 768px　lg: 992px　xl: 1200px　となっているので、それに準じてください。
 * 
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */ :root {
  --wp--preset--spacing--60: 2rem;
  --wp--preset--spacing--70: 2rem;
  --wp--preset--spacing--80: 2.5rem;
}
html {
  margin-top: unset !important;
}
.admin-bar #wpadminbar {
  visibility: hidden;
}
.admin-bar .vk-mobile-nav-menu-btn {
  top: 5px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/*記事順序*/
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
/*余白調整*/
.gap-none {
  gap: 0;
}
.gap-4em {
  gap: 0;
}
.gap-3em {
  gap: 0;
}
.gap-2em {
  gap: 0;
}
.gap-1em {
  gap: 0;
}
.sp-gap-none {
  gap: 0;
}
/*スライダー*/
.vk_slider_item_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vk_slider_item_container .card-noborder.vk_post-col-xs-12 {
  margin-bottom: 0 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header, Hamburger ヘッダーまわり・ハンバーガーナビ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
header#site-header {
  min-height: calc(44px + 5px + 5px);
  display: flex;
  align-items: center;
  top: unset;
}
/*ハンバーガー*/
#vk-mobile-nav-menu-btn {
  background: none;
  background-color: var(--vk-color-primary);
  border: none;
  top: 15px;
  right: 15px;
}
#vk-mobile-nav-menu-btn::after {
  content: '\f0c9';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 44px;
  width: 44px;
  text-align: center;
  text-indent: 0;
}
#vk-mobile-nav-menu-btn.menu-open::after {
  content: '\f00d';
}
.vk-mobile-nav {
  background-color: var(--vk-color-custom-5);
  border-bottom: medium none;
}
.vk-menu-acc .acc-btn {
  border: medium none;
}
/*リンク先のないA要素対策*/
.vk-mobile-nav-menu-outer .vk-menu-acc .acc-btn {
  border: none;
  background-size: 2em;
  height: 100%;
  top: 0;
  right: 0;
  width: 44px;
  background-position: right .5em;
}
.vk-mobile-nav-menu-outer .vk-menu-acc a[href="#"] {
  pointer-events: none;
}
.vk-mobile-nav-menu-outer .vk-menu-acc a[href="#"] + span.acc-btn {
  width: 100%;
}
.vk-mobile-nav-menu-outer .vk-menu-acc span.acc-btn.acc-btn-close {
  height: 44px !important;
}
/*固定ナビ*/
.mobile-fix-nav-top {
  border: medium none !important;
}
.mobile-fix-nav .mobile-fix-nav-menu {
  opacity: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.mobile-fix-nav .mobile-fix-nav-menu li {
  width: 33.33333%;
  border-left: 1px solid #fff;
}
.mobile-fix-nav .mobile-fix-nav-menu li:first-child {
  border-left: medium none;
}
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn, .mobile-fix-nav .mobile-fix-nav-menu li a {
  padding: 10px;
}
/*言語切替*/
ul.lang{
  justify-content:center;
  margin: 0 auto;
	position:relative;
	left:0;
	right:0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer-content {
  padding-top: 2.2em;
}
.site-footer .widget {
  margin: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
.fv .copy {
  font-size: 2.2rem;
}
/*進学・進路実績のバナー*/
.banner-item {
  width: 100%;
}
/*入学案内*/
.guide-grid {
  background: none;
  padding: 0 1em;
  box-shadow: none;
}
.guide-grid .vk_gridColumn_item {
  position: relative;
  border-right: medium none;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px #ddd;
}
/*CTA*/
.cta {
  border-right: medium none;
}
.cta .wp-block-vk-blocks-gridcolcard-item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  ;
  padding: 0;
}
.cta > div:first-child {
  border: medium none;
}
.cta .wp-block-vk-blocks-gridcolcard-item .vk_gridcolcard_item_container {
  padding: 0 .5em !important;
}
.cta figure {
  overflow: visible !important;
  width: 40%;
}
.cta p {
  margin: 0;
  line-height: 1.4em;
}
.cta .tel {
  font-size: 1rem !important;
}
.cta .tel a {
  text-decoration: none !important;
}
.cta .cta-text {
  font-size: .8rem !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header {
  min-height: 10rem !important;
}
.page-header .page-header-inner {
  padding: 1em 2.5em 0 1.5em;
}
.page-header .page-header-inner .page-header-subtext {
  font-size: 1.2rem;
}
.page-header .page-header-inner .page-header-title {
  font-size: 1.8rem;
}
.breadcrumb .container {
  padding: 0 2em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*基本のテーブル*/
.basic-table table {
  border-bottom: 1px solid #ccc;
  border-left: medium none !important;
  border-right: medium none;
  border-top: medium none;
}
.basic-table th {
  border-bottom: medium none !important;
  padding: .5em !important
}
.basic-table td {
  border-bottom: medium none !important;
  padding: .5em !important
}
/*コースアンカーリンク*/
.grid-link-item .vk_gridcolcard_item {
  margin-bottom: 10px;
}
/*カリキュラム*/
.curriculum-item {
  border-top: medium none;
}
.curriculum-item .wp-block-column:nth-child(3) {
  padding-left: 0;
}
.curriculum-item .wp-block-column:nth-child(3)::before {
  display: none;
}
/*イベント・行事*/
.post-type-archive-event-gyoji .vk_posts .vk_post-col-xs-6 {
  width: 50%;
}
.post-type-archive-event-gyoji .vk_post.card {
  margin-bottom: 10px;
  padding: 0.8em !important;
}
.post-type-archive-event-gyoji .vk_posts {
  margin-left: 0;
  margin-right: 0;
}
.post-type-archive-event-gyoji .vk_post {
  margin-left: 0;
  margin-right: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*投稿リストカード*/
.card-body {
  padding: .5em 0 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  D調整
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 教育課程 > 授業科目及び内容 */
.kamoku-anchor .kamoku-anchor-group{
    padding: 10px!important;
}



/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */