@charset "UTF-8";
/*--◇全体--*/
/*色指定*/
:root {
  --main-color1:#ffffff;
  --main-color2:#212121;
  --main-color3:#eff4f7;
  --main-color4:#db680a;
  --main-color5:#dfdfdf;
  --main-color6:#3c89e5;
  --main-color7:#21bb21;
  --main-color8:#d9ebf5;
}

/*--変数設定--*/
/*横幅*/
/*ブレイクポイント設定*/
/*角丸*/
/*--mixin設定--*/
/*レスポンシブル*/
/*フォントサイズを調整*/
/*影*/
/*グラデーション*/
/*--その他--*/
/*文字デフォルト*/
div.ccm-page {
  height: 100vh;
}
div.ccm-page p {
  margin-bottom: 0.2em;
}
@media screen and (max-width: 540px) {
  div.ccm-page p {
    font-size: 0.9em;
  }
}

/*編集中のテキストブロックに余白を設ける*/
div.ccm-block-content-edit-inline textarea + div {
  padding: 5px;
}
div.ccm-block-content-edit-inline textarea + div table th, div.ccm-block-content-edit-inline textarea + div table td {
  min-width: 20px;
}

/*スマホのみ表示するクラス*/
.sp-only {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp-only {
    display: block;
  }
}

/*タブレット2以下のみ表示するクラス*/
.tb2-only {
  display: none;
}
@media screen and (max-width: 820px) {
  .tb2-only {
    display: block;
  }
}

/*スマホのみ非表示のクラス*/
@media screen and (max-width: 540px) {
  .pc-only {
    display: none;
  }
}

/*スタックを透過*/
.col-md-12 .ccm-custom-style-main {
  background-image: unset;
}

/*--カスタムクラス--*/
/*conctainerの幅調整*/
.container-width {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 540px) {
  .container-width {
    padding: 0 0;
  }
}

.container-width-s {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 2%;
}
@media screen and (max-width: 540px) {
  .container-width-s {
    padding: 0 0;
  }
}

/*スマートフォンで上下反転*/
@media screen and (max-width: 540px) {
  .sp-column-reverse .row {
    flex-direction: column-reverse;
  }
}

/*PC中央寄せ、スマートフォン左寄せ*/
.pc-center-sp-left p {
  text-align: center;
}
@media screen and (max-width: 540px) {
  .pc-center-sp-left p {
    text-align: left;
  }
}
.pc-center-sp-left div {
  text-align: center;
}
@media screen and (max-width: 540px) {
  .pc-center-sp-left div {
    text-align: left;
  }
}

p.pc-center-sp-left {
  text-align: center;
}
@media screen and (max-width: 540px) {
  p.pc-center-sp-left {
    text-align: left;
  }
}

/*背景色*/
.bg-color-gray {
  position: relative;
  background-color: #f9f9f9;
  padding: 20px 20px;
  border: 1px solid var(--main-color5);
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .bg-color-gray {
    padding: 10px 5px;
  }
}

.bg-color-white {
  position: relative;
  background-color: var(--main-color1);
  z-index: 1;
}

.img-center {
  text-align: center;
}

.relative {
  position: relative;
}

/*--カスタム：テキストブロック--*/
/*表デザインnormal*/
table.table_normal {
  border-collapse: collapse;
  width: 100%;
}
table.table_normal th, table.table_normal td {
  border-top: 1px solid var(--main-color5);
  border-bottom: 1px solid var(--main-color5);
  padding: 0.5em 0.25em;
  min-width: 5.5em;
}
@media screen and (max-width: 540px) {
  table.table_normal th, table.table_normal td {
    display: block;
    padding: 0.4em 0.4em;
  }
}
table.table_normal th {
  color: var(--main-color2);
  text-align: left;
  min-width: 25%;
  padding: 0.5em 0.5em 0.5em 1em;
}
@media screen and (max-width: 540px) {
  table.table_normal th {
    border-bottom: none;
    width: 100%;
    padding: 0.4em 0.4em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  table.table_normal td {
    border-top: none;
    border-bottom: 1px solid var(--main-color5);
  }
}

/*表デザイン01*/
table.table_design01 {
  border-collapse: collapse;
  width: 100%;
}
table.table_design01 th, table.table_design01 td {
  background-color: #f3f3f3;
  padding: 0.7em 1em;
  width: 100%;
  display: block;
  border: none;
}
@media screen and (max-width: 540px) {
  table.table_design01 th, table.table_design01 td {
    padding: 0.4em 0.4em;
  }
}
table.table_design01 th {
  background-color: var(--main-color5);
  font-weight: 600;
  width: 100%;
}
table.table_design01 td {
  border-bottom: 2px solid var(--main-color1);
}

/*色付きul*/
ul.color_ul {
  list-style: none;
  padding-left: 0.2em;
}
ul.color_ul li {
  position: relative;
  padding-left: 1.1em;
}
@media screen and (max-width: 540px) {
  ul.color_ul li {
    font-size: 0.9em;
  }
}
ul.color_ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--main-color6);
}

/*数字ol*/
ol.num_ol {
  list-style: none;
  counter-reset: listnum;
  padding-left: 0.3em;
}
ol.num_ol li {
  position: relative;
  padding-left: 1em;
  text-indent: -1.2em;
}
@media screen and (max-width: 540px) {
  ol.num_ol li {
    font-size: 0.9em;
  }
}
ol.num_ol li::before {
  counter-increment: listnum;
  content: counter(listnum) "."; /* 半角スペースを入れて""の中にピリオドを追加 */
  padding-right: 0.2em;
  color: var(--main-color6);
  vertical-align: baseline;
  font-size: 1.05em;
  font-family: "Roboto", sans-serif;
  font-weight: 750;
}

/*webボタン*/
div.ccm-page a.webbtn {
  position: relative;
  display: block;
  padding: 0.5em 1.2em;
  width: -moz-max-content;
  width: max-content;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--main-color1);
  background-color: var(--main-color4);
  border: 3px solid var(--main-color4);
  transition: all 0.3s;
  border-radius: 10px;
  z-index: 2;
}
@media screen and (max-width: 540px) {
  div.ccm-page a.webbtn {
    font-size: 0.9em;
  }
}
div.ccm-page a.webbtn:hover {
  color: var(--main-color4);
  background-color: var(--main-color1);
}

/*黄色マーカー*/
.yellow_marker {
  background: linear-gradient(transparent 60%, #fff1ab 60%);
}

/*フォント調整*/
.fontsize-12 {
  font-size: 1.2em;
}

/*見出し*/
div.ccm-page h1 {
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 2.3em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (max-width: 540px) {
  div.ccm-page h1 {
    font-size: 1.8em;
  }
}

/*
h2{
    position: relative;
    @include fontAdj(1.85em, 650, 0.05em, 1.5);
    border-bottom: 3px solid var(--main-color7);
    padding: 0.05em 0.1em 0.05em 0.1em;
    margin-bottom: 0.5em;
    @include sp{
        font-size: 1.55em;
    }
    &:after{
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 20%;
        height: 3px;
        background-color: var(--main-color2);
    }
}
*/
div.ccm-page h3 {
  border-left: 5px solid var(--main-color6);
  padding: 0.2em;
  padding-left: 0.35em;
  background-color: var(--main-color3);
  font-size: 1.3em;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  div.ccm-page h3 {
    font-size: 1.2em;
  }
}

div.ccm-page h4 {
  position: relative;
  display: table;
  color: var(--main-color2);
  padding: 0.25em 0em;
  font-size: 1.2em;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  div.ccm-page h4 {
    font-size: 1.05em;
  }
}

div.ccm-page h5 {
  color: var(--main-color9);
  padding: 0.25em 0em;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 540px) {
  div.ccm-page h5 {
    font-size: 1.05em;
  }
}

div.ccm-page h6 {
  position: relative;
  color: var(--main-color2);
  font-family: "Noto Sans JP", serif;
  padding: 1em 1.5em;
  font-size: 1.2em;
  font-weight: 650;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 0;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  border-left: 2px solid var(--main-color3);
}
@media screen and (max-width: 540px) {
  div.ccm-page h6 {
    font-size: 1em;
  }
}

/*余白*/
.margin-pc100-sp50 {
  height: 100px;
}
@media screen and (max-width: 540px) {
  .margin-pc100-sp50 {
    height: 50px;
  }
}

/*header*/
header#org #header-box {
  display: flex;
}
header#org #header-box .header-logo {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
header#org #header-box .header-navi {
  width: 100%;
}

/*ハンバーガーメニュー（jsにて切り替え）*/
#hamburger-btn {
  position: fixed;
  display: none;
  width: 53px;
  height: 53px;
  top: 10px;
  right: 10px;
  background-color: var(--main-color1);
  cursor: pointer;
  border: 3px solid var(--main-color6);
  border-radius: 50%;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  #hamburger-btn {
    display: block;
  }
}
#hamburger-btn .box {
  position: relative;
  padding: 0 10px;
}
#hamburger-btn .box span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--main-color2);
  width: 45%;
}
#hamburger-btn .box span:nth-child(1) {
  top: 15px;
}
#hamburger-btn .box span:nth-child(2) {
  top: 23px;
}
#hamburger-btn .box span:nth-child(3) {
  top: 31px;
}
#hamburger-btn.active .box span:nth-of-type(1) {
  top: 18px;
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  width: 30%;
}
#hamburger-btn.active .box span:nth-of-type(2) {
  opacity: 0;
}
#hamburger-btn.active .box span:nth-child(3) {
  top: 30px;
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
  width: 30%;
}

#global-nav-area { /*グローバルナビ*/
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105vh;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  border-left: 15px solid var(--main-color6);
}
#global-nav-area.view {
  opacity: 1;
  pointer-events: all;
}
#global-nav-area.view .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color4);
  opacity: 0.7;
  z-index: 0;
}
#global-nav-area .global-nav {
  background-color: var(--main-color3);
  background-image: linear-gradient(90deg, #ffffff 1px, transparent 1px), linear-gradient(#ffffff 1px, transparent 1px);
  background-image: linear-gradient(90deg, #dbe9f1 1px, transparent 2px), linear-gradient(#dbe9f1 1px, transparent 2px);
  background-position: 10px 10px;
  background-size: 16px 16px;
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 3%;
  z-index: 1;
  transition: all 0.25s ease-out;
  height: auto;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media screen and (max-width: 540px) {
  #global-nav-area .global-nav {
    padding-right: 7%;
    padding-left: 7%;
  }
}
#global-nav-area .global-nav ul {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  #global-nav-area .global-nav ul {
    font-size: 1em;
  }
}
#global-nav-area .global-nav ul > li {
  margin-bottom: 0.5em;
}
#global-nav-area .global-nav ul > li a {
  font-size: 1.1em;
  display: block;
  min-width: 250px;
  text-decoration: none;
  color: var(--main-color2);
  padding: 0.5em 0.5em 0.5em 0.5em;
  transition: all 0.3s;
  z-index: 2;
  font-weight: 600;
}
#global-nav-area .global-nav ul > li a:hover {
  color: var(--main-color1);
  background-color: var(--main-color6);
}
#global-nav-area .global-nav ul > li > ul {
  margin-top: 0.25em;
}
#global-nav-area .global-nav ul > li > ul li {
  margin-bottom: 0.25em;
  padding-left: 1em;
}
#global-nav-area .global-nav ul > li > ul li a {
  color: #5c5c5c;
}
#global-nav-area .global-nav ul > li > ul li a:hover {
  background-color: var(--main-color6);
}

/*footer*/
footer {
  background-color: var(--main-color8);
}

#footer-box .footer-top {
  padding: 10px 5%;
}
#footer-box .pagelist-block ul.nav {
  padding-top: 1em;
  flex-direction: column;
  align-content: flex-end;
}
@media screen and (max-width: 540px) {
  #footer-box .pagelist-block ul.nav {
    align-content: flex-start;
  }
}
#footer-box .pagelist-block ul.nav li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.1em;
}
#footer-box .pagelist-block ul.nav li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--main-color9);
}
#footer-box .pagelist-block ul.nav li a {
  color: var(--main-color2);
}
#footer-box .pagelist-block ul.nav li a:hover {
  color: var(--main-color4);
}
#footer-box .footer-bottom {
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  color: var(--main-color3);
  padding: 1em;
  background-color: var(--main-color2);
}

.font-small {
  font-size: 0.95em;
}

#left-fixed {
  background-color: var(--main-color3);
  background-image: linear-gradient(90deg, #ffffff 1px, transparent 1px), linear-gradient(#ffffff 1px, transparent 1px);
  background-image: linear-gradient(90deg, #dbe9f1 1px, transparent 2px), linear-gradient(#dbe9f1 1px, transparent 2px);
  background-position: 10px 10px;
  background-size: 16px 16px;
}

#left-view {
  display: flex;
  align-items: flex-start;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}
#left-view .title a {
  transition: opacity 0.2s;
}
#left-view .title a:hover {
  opacity: 0.7;
  mix-blend-mode: multiply;
}
#left-view nav {
  margin-top: 0.2em;
  margin-bottom: 2em;
}
#left-view nav ul {
  list-style: none;
  padding-left: 0;
}
#left-view nav ul li {
  font-size: 1.2em;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
#left-view nav ul li a {
  position: relative;
  transition: all 0.3s;
  padding: 0.15em 0 0.2em 0;
  color: var(--main-color2);
}
#left-view nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 0;
  height: 100%;
  background-color: var(--main-color6);
  transition: all 0.3s;
  z-index: -1;
}
#left-view nav ul li a:hover {
  color: var(--main-color1);
}
#left-view nav ul li a:hover::before {
  width: calc(100% + 1.5em);
}

#right-fixed {
  background-color: var(--main-color3);
}

#right-view {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#right-view div.rightImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*--中央--*/
#mv {
  position: relative;
}
#mv > img {
  position: relative;
  z-index: 10;
}
#mv .mv-bg {
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0;
  z-index: 1;
  animation: mv-bg-anime 1s ease-in-out 1.5s forwards;
}

@keyframes mv-bg-anime {
  0% {
    top: 100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.dots-bg {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #d9dcdd 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 16px 16px;
}

.top-h .js-text-effect {
  white-space: nowrap;
  text-align: center;
  color: var(--main-color1);
}
.top-h .js-text-effect span {
  display: inline-block;
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  transform: rotateY(90deg);
  font-size: 3.2em;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--main-color5);
}
.top-h h2 {
  position: relative;
  font-size: 1.3em;
  font-weight: 750;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--main-color2);
  margin-top: -1.2em;
  text-align: center;
  padding: 0 1em;
}

/*スマートフォン時の固定ボタン*/
#sp-bottom-fixed {
  position: fixed;
  display: none;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  z-index: 98;
}
@media screen and (max-width: 540px) {
  #sp-bottom-fixed {
    display: block;
  }
}
#sp-bottom-fixed .box {
  display: flex;
  height: inherit;
  background-color: var(--main-color1);
}
#sp-bottom-fixed .box > a {
  display: block;
  width: 33.3333333333%;
  height: 100%;
}
#sp-bottom-fixed .box > a > div {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color4);
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--main-color1);
}
#sp-bottom-fixed .box > a > div i {
  padding-bottom: 0.25em;
}

.card-box {
  max-width: 380px;
  padding: 1.2em 5%;
  margin: 0 auto;
  border: 2px solid var(--main-color5);
  box-shadow: #e0e0e0 5px 5px 0px;
  margin-bottom: 40px;
}
.card-box .title {
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0.5em;
}
.card-box .img-box {
  text-align: center;
}

/*parallax*/
.bg-flex-repeat {
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
}

/*◇サブページ*/
/*パンくずリストブロックに付与*/
.breadcrumbs-org {
  padding: 0 1%;
}
.breadcrumbs-org ol li {
  font-size: 0.9em;
  color: var(--main-color2) !important;
}
@media screen and (max-width: 540px) {
  .breadcrumbs-org ol li {
    font-size: 0.9em;
  }
}
.breadcrumbs-org ol li a {
  color: var(--main-color2) !important;
}

/*子ページ大見出し*/
#sub-mv {
  padding: 30px 3% 0 3%;
  background-color: var(--main-color6);
}
#sub-mv .eng {
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.2em;
  color: var(--main-color8);
}
#sub-mv h1 {
  display: inline-block;
  position: relative;
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: var(--main-color1);
}
#sub-mv h1 .curtain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: 0.4s sub-h-anime 0.2s ease-in-out forwards;
}

.sticky-container {
  max-width: 1600px;
  padding: 0 3%;
  margin: 0 auto;
}
.sticky-container .main-header {
  position: sticky;
  top: 5%;
  padding: 0 5%;
}
@media screen and (max-width: 540px) {
  .sticky-container .main-header {
    display: none;
  }
}
.sticky-container .main-content {
  padding-left: 5%;
}
@media screen and (max-width: 540px) {
  .sticky-container .main-content {
    padding-left: 0;
  }
}

#sticky-fade {
  position: relative;
  aspect-ratio: 10/15;
  overflow: hidden;
}
#sticky-fade > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#hub-parallax {
  height: auto;
}
#hub-parallax .parallax-bg {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  padding: 5%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*◇お問い合わせ*/
/*レガシーフォーム調整*/
.org_legacyform .form-group {
  margin-bottom: 20px !important;
}
.org_legacyform .form-group label span.text-muted {
  opacity: 1;
  font-size: 0.8em;
  color: var(--main-color1);
  padding: 0.15em 0.5em 0.25em 0.5em;
  background-color: var(--main-color5);
  border-radius: 3px;
}
.org_legacyform input[type=submit] {
  background-color: var(--main-color7);
  border-color: var(--main-color7);
}
.org_legacyform input[type=submit]:focus {
  border-color: var(--main-color7);
}
.org_legacyform .checkboxList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  .org_legacyform .checkboxList {
    display: block;
  }
}
.org_legacyform .checkboxList .form-check {
  margin-right: 1.5em;
}/*# sourceMappingURL=school.css.map */