@charset "UTF-8";

@import url(font.css);

/* ======================================
    Common Class (PC)
====================================== */
.fadeInUp {
  opacity: 0;
  transform: translateY(90px);
  transition: 1.5s;
}

.lh-2 {
  line-height: 2;
}

.table {
  width: 90%;
  margin: 0 auto;
}

.table th,
.table td {
  padding: 1.3em;
}

.table th {
  white-space: nowrap;
}

/*----------------------------
  共通
-----------------------------*/
html {
  background: #fff;
  overflow-x: hidden;
  text-align: center;
}

body {
  font-family: 'NotoSerifCJKjp';
  font-size: .9rem;
  color: #333;
  word-wrap: break-word;
  letter-spacing: 0.01em;
}

/***** フェードインアニメーション ******/
body {
  animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

img {
  height: auto;
  flex-shrink: 0
}

/* リンク----------------------------- */
a {
  -webkit-backface-visibility: hidden;
  /* ブレ防止追加 */
  backface-visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.h2,
h2 {
  letter-spacing: .1em;
}

.h5 {
  line-height: 1.8rem;
}

.border-w3 {
  border-left-width: 3px !important;
  border-left-color: #262626 !important;
}

/* ====== カラー指定 ====== */
.brand-color {
  color: #202020 !important;
}

.bg-brand-color {
  background-color: #222 !important;
}

/* ====== GLOVAL NAV ====== */
.gloval-nav {
  height: 10%;
}

.navbar-white a {
  color: #fff;
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 25%;
  max-width: 300px;
}

.social img {
  width: 36px;
  height: 36px;
}

.time-border {
  border-top: 3px solid #262626;
  border-right: 3px solid #262626;
  margin-left: 24px;
  padding-bottom: 3rem;
  padding-right: 5rem;
  width: 43%;
}


footer .list-sns li a {
  margin: 2em .5em;
  font-size: 1.5rem;
  color: black;
}

/* ====== BREADCRUMB LIST ====== */
.breadcrumb-list,
.breadcrumb-list li {
  background-color: #21386E;
}

/*----------------------------
  SP TOGGLE NAV
-----------------------------*/
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

/*----------------------------
  TOP ページ
-----------------------------*/
/* ====== TOP IMAGE ====== */
header {
  position: relative;
}

header .jumbotron-fluid {
  background-image: url(../img/bg-top.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100%;
}

header .catch {
  width: 90%;
  bottom: 20%;
  left: 50%;
  margin-left: -45%;
}

header .g-navi {
  min-height: 100%;
}

header .img-logo {
  width: 55%;
  max-width: 600px;
  height: auto;
  margin-top: 8rem;
}

/* ====== PROCESS ====== */
#sec-kids .box-line {
  position: relative;
  width: 100%;
  height: auto;
  /* padding-top: 59.7325%; */
  margin: 2em auto;
  /* border: 1px solid #202020; */
  /* background: url(../img/bak_btn.png)no-repeat center top/contain; */
}

#sec-kids .box-line .box-line-img img {
  width: 100%;
  height: auto;
}

#sec-kids .box-img img {
  width: 100%;
  height: auto;
}

#sec-kids .link_p {
  font-size: 120%;
}


@media screen and (max-width: 991.98px) {
  #sec-kids .box-img img {
    width: 80%;
  }
}

#sec-kids .box-line .box-line-inner {
  margin: 0 -15px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto; */
}

#sec-kids .box-line .box-line-inner p {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

#sec-kids .line-logo a {
  display: block;
  width: 80%;
  max-width: 300px;
  height: auto;
  margin: 2rem auto 0;
  padding: 10px 26px;
  /* background-color: #00cc419c; */
  background-color: #00b900;
}


/* #sec-kids .line-logo a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  z-index: -1;
} */

#sec-kids .line-logo a:hover {
  opacity: .8;
  transform: scale(1.2);
}

#sec5 .square {
  width: 60px;
  height: 60px;
  background: #21386E;
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
}

#sec5 .arrow {
  width: 60px;
  height: 40px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #333;
}

/* --------------------------------------------- */
#sec6 .circle-q,
#sec6 .circle-a {
  width: 50px;
  height: 50px;
  font-size: 2.2rem;
  border-radius: 50%;
  text-align: center;
}

#sec6 .circle-q {
  background: #21386E;
  color: #ffffff;
  padding-top: 2px;
}

#sec6 .circle-a {
  background: #ffffff;
  color: #21386E;
  border: 3px solid #21386E;
}

.schedule-img {
  width: 75%;
}

/* ======================================
    #page-top
====================================== */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 4%;
  z-index: 999;
  padding: 0;
  /* border-radius: 30px; */
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(128, 128, 128, 0.80);
  transition: all .3s;
  cursor: pointer;
}

#page-top::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 2px rgba(128, 128, 128, 0.80);
  border-right: solid 2px rgba(128, 128, 128, 0.80);
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#page-top:hover {
  opacity: 0.7;
}

/* ==============================================*/
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  /* ======================================
    Common Class (SP)
====================================== */

  #glovalNavbar ul li {
    border-left: none;
  }

  #glovalNavbar ul li:last-child {
    border-right: none;
  }

  .footer-nav ul li {
    border-left: none;
  }

  .footer-logo {
    width: 60%;
  }

  .footer-nav ul li:last-child {
    border-right: none;
  }

  /* ====== SP TOGGLE NAV ====== */
  .offcanvas-collapse {
    position: fixed;
    z-index: 9999;
    top: 0;
    /* ナビバーの高さ */
    bottom: 10%;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }

  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }

}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  #sec-kids .box-line {
    /* padding-top: 133.333%;
    background: url(../img/bak_btn_sp.jpg)no-repeat center top/contain; */
  }

  .logo {
    width: 80%;
  }

  .display-3 {
    font-size: 3rem;
  }

  .navbar-nav .border-left {
    border-left: none !important;
  }

  .navbar-nav .border-right {
    border-right: none !important;
  }


  #sec-kids .line-logo {
    width: 100%;
    padding: 10px 30px;
  }
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {

  /* ======================================
    Common Class (SP)
====================================== */
  .table th,
  .table td {
    display: block;
  }

  .table th {
    padding: .6em 1.3em 0;
    padding-left: 0;
    border: none;
  }

  .table td {
    padding: .6em 1.3em;
    margin-bottom: 1em;
  }

  .table-bordered,
  .table-bordered td,
  .table-bordered th {
    border: none;
  }

  .table-bordered td {
    border-bottom: 1px solid #dee2e6;
  }

  table ul {
    padding-left: 1em;
    text-indent: -1em;
  }

  /* ----------------------------------- */
  header .catch {
    bottom: 10%;
  }

  header .catch .h1 {
    font-size: 2rem;
  }

  header .catch h2 {
    font-size: 1rem;
  }

  .schedule-img {
    width: 100%;
  }

  form .border-top,
  form .border-bottom {
    border: none !important;
  }

  #sec-kids .line-logo a:hover {
    opacity: 1;
  }

  #sec-kids h2 {
    line-height: 1.6;
  }

  #sec2 .card img {
    width: 80%;
    height: auto;
    margin: 10% auto 0;
  }

  footer h3.h5 {
    font-size: 1rem;
  }
}


/*========= スクロールダウンのためのCSS ===============*/

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 3rem;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}


/* END */