@charset "UTF-8";
/* CSS Document */
/* Google Noto Sans ゴシック ここから*/
.notoSans-Light300 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.notoSans-Regular400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.notoSans-Medium500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.notoSans-Medium600 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
/* Google Noto Sans ゴシック ここまで*/
/* Google Noto Serif 明朝 ここから*/
.notoSerif-Medium400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.notoSerif-Medium500 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.notoSerif-Bold700 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* Google Noto Serif 明朝 ここまで*/
/* テキストカラー ここから*/
.text-koide-yellow {
  color: #ECC64A;
}
.text-koide-orange {
  color: #FF6200;
}
.text-koide-red {
  color: #FF3333;
}
.text-koide-blue {
  color: #00267F;
}
/* テキストカラー ここまで*/
/* テキストサイズ ここから*/
.bigTxt {
  font-size: calc(4.5rem + 1.9vw) !important;
}
.fs-7 {
	font-size: 0.9rem !important;
}
.fsize-28 {
	font-size: 1.2rem !important;
}
/* テキストサイズ ここまで*/
/* テキスト行間 ここから*/
.lh-md {
	line-height: 1.75;
}
/* テキスト行間 ここまで*/

/* 背景カラー ここから*/
.bg-color-charcoal {
  background-color: #2B3138;
}
.bg-color-yellow {
  background-color: #FFC400;
}
.bg-color-lightGray {
  background-color: #EFEFEF;
}
.bg-color-navyBlue {
  background-color: #00267F;
}
/* 背景カラー ここまで*/
/* ボーダーカラー ここから*/
.border-koide-yellow {
    border-color: #ECC64A !important;
}
/* ボーダーカラー ここまで*/

/*========= メニューここから ===============*/
/*スマホ/タブレット用メニューの中身*/
@media screen and (min-width: 1200px) {
  .sp-nav {
    display: none;
  }
}
#gnav-content {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  width: 100%;
  max-width: 240px;
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  transition: 0.3;
}
ul.gnav-list {
  background: #1b9aaa;
  padding: 0;
  height: 100vh;
  text-align: center;
}
ul.gnav-list {
  display: block;
}
ul.gnav-list li a {
  display: block;
  padding: 1.1em;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
ul.gnav-list li a::first-line {
  font-size: 16px;
  font-weight: bold;
}
/*スマホ/タブレット用メニューcheckboxを非表示に*/
.gnav-hidden {
  display: none;
}
/*スマホ/タブレット用メニューlabelで作るメニューボタン*/
#gnav-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  background: #000000 url("../images/common/gnav-btn-open.png") center center no-repeat;
}
/*スマホ/タブレット用メニュー薄い膜部分*/
#gnav-black {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
/*スマホ/タブレット用メニューチェックが入った時のスタイル*/
#gnav-input:checked ~ #gnav-btn {
  background: #000000 url("../images/common/gnav-btn-close.png") center center no-repeat;
}
#gnav-input:checked ~ #gnav-black {
  display: block;
}
#gnav-input:checked ~ #gnav-content {
  left: 0;
}
/*PC用ナビメニュー*/
#header-nav {
  text-align: center;
  padding: 0px;
  padding-top: 0px;
  margin-right: 0px;
  padding-bottom: 25px;
  margin-left: 0px;
  background-color: rgb(255 255 255 / 0.8);
}
@media screen and (max-width: 1200px) {
  #header-nav {
    display: none;
  }
}
/*西知多看護専門学校用カスタム*/
.sp-logo {
  display: block;
  width: auto;
  height: 40px;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.80);
  border-radius: 14px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 7px;
}
/*西知多看護専門学校用カスタム*/
.insta-logo {
  display: block;
  position: fixed;
  top: 15px;
  right: 65px;
  z-index: 100;
}
/*========= メニューここまで ===============*/
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B0954B;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
#page-top a:hover {
  background: #777;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*========= ページトップのためのCSSここまで ===============*/