@charset "utf-8";
/* CSS Document */
 body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
body .is-layout-grid > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}

.wp-block-button__link {
    padding-top: calc(.5em + 1px);
    padding-bottom: calc(.5em + 1px);
}



body {
  color: #666;
  font-family: "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1.navbar-brand {
  font-size: 25px;
}
h1 a:hover{
    color:#666;
}
.widget_search {
  display: none
}
.navbar-brand {
  font-size: 28px;
  font-weight: bold;
}
h3 {
  padding-bottom: 0;
}
.footerWidget .widget_text p {
  line-height: 1.2rem;
}
.forMB {
  display: none;
}
@media(max-width:1000px) {
  .forMB {
    display: block;
  }
}
.carousel-indicators .active {
  background-color: #0094d2;
  opacity: 1;
}
.carousel {
  max-height: 550px;
}
@media (min-width: 1200px) {
  .siteContent {
    padding-bottom: 0;
  }
}
/*ボタン設定*/
.wp-block-button {
  margin: 5px auto;
}
.wp-element-button {
  color: #fff;
  background-color: #0094d2;
  border: 1px solid #0094d2;
  text-align: center;
  margin: 5px auto;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.wp-element-button:hover {
  color: #0094d2;
  background-color: #fff;
  border: 1px solid #0094d2;
  text-align: center;
  margin: 5px auto;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.wp-block-button .wp-block-button__link {
  border-radius: 20px;
  box-sizing: border-box;
}
/*ボタン横に→設置
.wp-element-button:after{
	display:inline-block;
	content:"";
	background-image:url("./wp-content/uploads/2023/09/arrow.png");
	width:20px;
	height:20px;
}*/
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:hover:not(.has-background) {
  background-color: #fff;
  opacity: 0.7;
  color: #0094d2 !important;
  border: 1px solid #0094d2;
  box-sizing: border-box;
}
.mainSection-col-two {
  width: 100%;
}
.entry-body {
  width: 100%;
}
/*お知らせ*/
.information-block {
  width: 900px;
  margin: 0 auto;
}
.information-block p {
  border-bottom: 1px dotted lightgray;
  padding-bottom: 10px;
  cursor: pointer;
}
.information-block p:hover {
  border-bottom: 1px solid #0094d2;
  opacity: 0.7;
}
@media(max-width:1000px) {
  .information-block p {
    padding-top: 20px;
    line-height: 2em;
    width: 100%;
  }
}
.center span {
  font-size: 15px;
  background: #DAADC2;
  padding: 5px 20px;
  margin: 0 20px;
  border-radius: 10px;
  color: #fff;
}
p.event span {
  background-color: #47B0B3; /*#33cc99*/
}
.gMenu > li .gMenu_name {
  font-size: 16px;
}
.gMenu_outer {
  width: 100%;
  font-size: 1.5rem;
}
.gMenu {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
h3 {
  font-weight: bold;
  border-bottom: none;
  text-shadow: 1px 1px 1px #fff, 1px 1px 1px #fff, 1px 1px 1px #fff;
}
h3::afetr {
  border-bottom: none;
}
h3:after {
  border-bottom: none;
}
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #666;
}
.wp-block-buttons > .wp-block-button {
  margin: 10px auto;
}
.calc-colm {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.wp-block-image img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
/*カリキュラム部分*/
.calc-category {
  width: 100px;
  text-align: center;
  background-color: #DAADC2;
  padding: 2px 5px;
  margin: 0;
  color: #fff;
}
.calc-category a {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #fff;
}
.calc-category a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.calc-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (min-width:1200px) {
  .gMenu_outer {
    min-height: 25px;
  }
}
.wp-block-cover .wp-block-cover__inner-container {
  color: #000;
}
.calc-colm {
  min-height: 480px;
}
.vk_gridcolcard_item_body_inner {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin-bottom: 30px;
}
.hide_block .vk_gridcolcard_item_body_inner {
  display: none;
}
.vk_gridcolcard_item_body_inner h6 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 10px;
}
.vk_gridcolcard_item_body_inner p {
  min-height: 120px;
}
/* カリキュラム孫 */
.wp-block-table {
  overflow-x: scroll;
}
.wp-block-table table {
  width: 1000px;
}
.wp-block-table table th {
  background: #47B0B3;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/*サイトフッター*/
.siteFooter {
  border-top: none;
}
.footerMenu > .container {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
/*下層ページ　プログラムについて*/
.box-block {
  width: 200px;
  color: #fff;
  text-align: center;
  background: #0094d2;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px gray, 1px 1px 1px gray, 1px 1px 1px gray;
}
.program-block {
  background: #f7fafc;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 1px 1px 1px gray, 1px 1px 1px gray, 1px 1px 1px gray;
}
@media(max-width:1000px) {
  .program-block {
    padding: 40px 10px;
  }
}
.slide-text-set {
  top: 10%;
}
.slide {
  position: relative;
}
@media(max-width:768px) {
  h1.navbar-brand {
    font-size: 14px;
  }
  h3.top_slide_copy {
    top: 36%;
    font-size: 1.5em;
      width:87%;
  }
}
.news .postListText {
  padding-top: 20px;
  line-height: 2em;
  width: 100%;
}


.news {
  max-width: 95%;
  margin: 10px auto;
}

.postListText_singleTermLabel,
.postListText_singleTermLabel_inner 
{
  background: #DAADC2;
  padding: 5px 20px;
  margin: 0 20px;
  border-radius: 10px;
  color: #fff;
	display: block;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 1rem;
    line-height: 16px;
    border-radius: 2px;
    text-align: center;
}




@media (max-width:768px) {
  .curricurumlist .wp-block-group__inner-container .is-layout-flex:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}

/*ハンバーガーメニュー修正用*/
.navigation {
    display: none;
    background: rgb(255 255 255 / 70%);
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 9999;
    padding-bottom: 20px;
    position: fixed;
    padding: 30px;
}
.navigation li{
    list-style:none;
    font-size:18px;
    line-height:60px;
}
.navigation li a{
    color:#666;
}
.header-block #js-hamburger-menu {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.95);
}
.hamburger-menu {
    position:fixed;
    top:10px;
    left:10px;
    display:block;
    width: 50px;
    height: 50px;
    position: fixed;
    border: none;
    background: transparent;
    border-radius: 2px;
    appearance: none;
    padding: 0;
    cursor: pointer;
    border: 1px solid #333;
    transition: border-color .5s ease-out;
    z-index: 100;
}

@media(min-width: 992px){
  .hamburger-menu {
    display:none;
    }
    .navigation{
        display:none;
    }
}
.hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #242424;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}
.hamburger-menu__bar:first-child {
    top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
    top: 24px;
}
.hamburger-menu__bar:last-child {
    top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*サイト調整*/
/*改行について*/
.inline span{
    display:inline-block;
}

.for-sp{
    display:none;
}

.for-tb{
    display:none;
}

h1.siteHeader_logo{
    font-size:24px;
    margin-bottom:15px;
}
h1.siteHeader_logo span{
    font-size:20px;
    color:#0094d2;
}
.section.page-header .row{
    line-height:150px;
    height:150px;
}

.section.page-header .row .col-md-12{
    dipsplay:flex;
    align-self: center;
}
.section.page-header .row .col-md-12 h1.page-header_pageTitle{
    color:#fff;
    font-size:30px;
    font-weight:bold;
}
.page-header {
  position: relative;
  background: url("../image/pixta_78497665_XL-scaled.jpg") no-repeat 50% center;
  background-size: cover;
  overflow: hidden;
}
.page-header::before{
  content: "";
  position: absolute;
  inset: 0; /* 上下左右ぜんぶ */
  background-color: rgba(0, 0, 0, 0.4); /* ← 0.4 が透明度（0〜1） */
  z-index: 0;
    
}
.slide-area{
    position:relative;
}
.headerTop{
    background:#009ee0;
    color:#fff;
}
.siteHeader{
    background-color:#f7f9ff;
}
.navbar-header{
    margin-bottom:30px;
}

gMenu>li:before {
    position: absolute;
    left: 0;
    top: 25px;
    content: "";
    width: 0;
    border-bottom: 1px solid #2e6da4;
    transition: all .5s ease-out;
}
#top li.top:before,#about li.about:before,#information li.information:before,#curriculum li.curriculum:before,#contact li.contact:before,#faq li.faq:before{
    position: absolute;
    left: 0;
    bottom:0;
    content: "";
    width: 100%;
    border-bottom: 1px solid #2e6da4;
    transition: all .5s ease-out;
}

#top li.top:hover:before, #top li.top:before,#about li.about:hover:before, #about li.about:before,#information li.information:hover:before, #information li.information:before,#curriculum li.curriculum:hover:before, #curriculum li.curriculum:before,#contact li.contact:hover:before, #contact li.contact:before,#faq li.faq:hover:before, #faq li.faq:before {
    width: 100%;
}

h1{
    
}
h2{
    
}
h3{
    margin-top:30px;
    margin-bottom:50px;
    text-align: center;
}
h4{
    
}
h5{  
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #0094d2;
    font-size:1.25rem;
}
h5 span{
    color:#d583a9;
    font-size:1rem;
}
/*TOPカリキュラム部分*/
.vk_gridcolcard-e2107c55-c9ea-41e0-8618-774bd88b09aa {
					grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
					gap:30px;
				}
				@media (min-width: 576px) {
					.vk_gridcolcard-e2107c55-c9ea-41e0-8618-774bd88b09aa {
						grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
					}
				}
				@media (min-width: 992px) {
					.vk_gridcolcard-e2107c55-c9ea-41e0-8618-774bd88b09aa {
						grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
					}
				}

.vk_gridcolcard-da08970d-6824-4aca-8c1f-59f19f5780de {
					grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
					gap:30px;
				}
				@media (min-width: 576px) {
					.vk_gridcolcard-da08970d-6824-4aca-8c1f-59f19f5780de {
						grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
					}
				}
				@media (min-width: 992px) {
					.vk_gridcolcard-da08970d-6824-4aca-8c1f-59f19f5780de {
						grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
					}
				}

.w-50{
    width:50%;
    margin:0 auto;
        
}
/*header部分がスライドショーではなくなったので、スタイル再作成*/
.header-area {
    position: relative;
    width: 100%;
    height:auto;
}
.hero-img {
    width: 100%;
    min-height:450px;
    max-height: 530px;
    background-image: url("../image/pixta_92907929_M.jpg");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center top; 
    overflow: hidden;
}

h3.top_slide_copy {
  position: absolute;
  top: calc( 50% - 17px );
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0px 0px 1px rgb(0 0 0), 0px 0px 6px rgb(0 0 0), 0px 0px 1px rgb(0 0 0), 0px 0px 6px rgb(0 0 0), 0px 0px 6px rgb(0 0 0);
  z-index: 999;
  font-size: 2em;
}

/*--------------media クエリ------------*/

@media(min-width: 992px){
    #home .siteHeader .container{
        padding-bottom:0;
    }
}/*min-width: 992px*/


@media(max-width: 992px){
    
h1.siteHeader_logo{
    font-size:21px;
}
h1.siteHeader_logo span{
    font-size:18px;
    color:#0094d2;
}
    
}/*max-width: 992px*/



@media(max-width:768px){
    .for-sp{
    display:block;
}
    h1.siteHeader_logo{
    font-size:22px;
}
    h1.siteHeader_logo span{
    font-size:18px;
    color:#0094d2;
    line-height:16px;
}
    .navbar-header{
        margin-bottom:0;
    }
}/*max-width:768px*/

@media (min-width: 769px) and (max-width: 1000px){
    
.for-tb{
    display:block;
}
}
/*tokushoho*/
.tokushoho-title{
    font-size:1.25rem;
    margin-top:26px;
    margin-bottom:10px;
}
.tokushoho-title span{
    background:linear-gradient(to bottom, rgba(204,204,255,0) 60%, #ccccff 60%);
}