@charset "UTF-8";
/* top */
/* config
---------------------------------------------------------------------------*/
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333; }

@media screen and (max-width: 768px) {
  body {
    /*background-image: url(../img/cmn/bg-cnts-sp.png);*/
    background-size: 100% auto;
    background-repeat: repeat-y;
    font-size: 3.5vw; } }
@supports (-ms-accelerator: true) {
  body {
    letter-spacing: -.03em; } }
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px; }

ul {
  list-style-type: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    /*width /***/
    /*:auto;*/ } }
@media screen and (max-width: 768px) {
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; } }
input, textarea, select {
  font-size: .16em; }

form {
  margin: 0px; }

table {
  border-collapse: collapse;
  font-size: .16rem;
  border-spacing: 0; }

@media screen and (max-width: 768px) {
  html {
    font-size: 550%; } }
h1, h2, h3, h4, h5, h6,
th {
  font-weight: 400; }

/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

@media screen and (min-width: 769px) {
  a:hover {
    cursor: pointer;
    opacity: 0.5;
    /* IE8 over, Opera, Safari, CSS3 over */
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
    color: inherit; } }
.trns {
  transition-property: all;
  transition: 0.3s linear; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* bxslider
---------------------------------------------------------------------------*/
.bx-wrapper {
  box-shadow: none;
  border: none; }

.bx-wrapper {
  margin-bottom: 0; }

/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
.view-sp,
.view-tb {
  display: none; }

@media screen and (max-width: 768px) {
  .view-tb {
    display: block; }

  .view-pc {
    display: none; } }
@media screen and (max-width: 480px) {
  .view-sp {
    display: block; }

  .view-pc {
    display: none; } }
/* 画像パス */
/* 枠 */
/* flexbox */
/* position */
/* フォント */
@font-face {
  font-family: 'Ailerons';
  src: url("./font/Ailerons-Regular.eot") format("oldIE"), url("./font/Ailerons-Regular.woff") format("woff"), url("./font/Ailerons-Regular.ttf") format("truetype"); }

.font-big{
	font-size: 20px;
	font-weight: 600;

}

@media screen and (max-width: 480px) {
  .font-big{
	font-size: 16px;
	font-weight: 600;

} }
/* アイキャッチアイコンセット */
/* ボタン */
/* 色 */
/* 背景色 */
/* 文字色 */
/* 背景画像 */
/* 中央揃え */
/* object */
/* ホバーアクション */
/* 背景
---------------------------------------------------------------------------*/
#wrap {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

/* ヘッダー
---------------------------------------------------------------------------*/
.hd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

/* メインビジュアル
---------------------------------------------------------------------------*/
.mv {
  position: relative;
  height: 700px;
  background-image: url(../../img/mv_main01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  /* 背景フェードイン */
  /* アイテム */
  /* 見出し */
  /* 飾り */
  /* キャッチ */ }
  @media screen and (max-width: 768px) {
    .mv {
      height: 72.9vw;
      background-image: url(../../img/mv_main01-sp.png); } }
  .mv .mv__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 700px;
    background-image: url(../../img/mv_main02.png);
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    background-size: auto 100%; }
    @media screen and (max-width: 768px) {
      .mv .mv__bg {
        height: 72.9vw;
        background-image: url(../../img/mv_main02-sp.png); } }
  .mv > * {
    position: absolute;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 0; }
  .mv .mv__ttl {
    width: 598px;
    height: 178px;
    bottom: 10px;
    left: calc(50% - 18px);
    animation-delay: 4s;
    animation-name: fadeInTtl; }
    @media screen and (max-width: 768px) {
      .mv .mv__ttl {
        width: 50vw;
        height: 15vw;
        left: calc(50% - 6.3vw);
        bottom: .4vw;
        animation-name: fadeInTtlSP; } }
  .mv .mv__deco {
    width: 1353px;
    height: 60px;
    left: calc(50% - 30px);
    bottom: -40px;
    animation-delay: 5s;
    animation-name: fadeInDeco; }
    @media screen and (max-width: 768px) {
      .mv .mv__deco {
        width: 66.8vw;
        height: 6.25vw;
        left: calc(50% - 15vw);
        bottom: -4.8vw;
        animation-name: fadeInDecoSP; } }
  .mv .mv__catch {
    width: 237px;
    height: 87px;
    left: calc(50% - 50px);
    bottom: 73px;
    animation-delay: 6s;
    animation-name: fadeInCatch; }
    @media screen and (max-width: 768px) {
      .mv .mv__catch {
        width: 24.6vw;
        height: 9vw;
        left: 50%;
        animation-name: fadeInCatchSP; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInTtl {
  0% {
    opacity: 0;
    left: calc(50% - 200px); }
  100% {
    opacity: 1;
    left: calc(50% - 48px); } }
@keyframes fadeInDeco {
  0% {
    opacity: 0;
    left: calc(50% - 30px); }
  100% {
    opacity: 1;
    left: calc(50% - 330px); } }
@keyframes fadeInCatch {
  0% {
    opacity: 0;
    bottom: 73px; }
  100% {
    opacity: 1;
    bottom: 173px; } }
@keyframes fadeInTtlSP {
  0% {
    opacity: 0;
    left: calc(50% - 10vw); }
  100% {
    opacity: 1;
    left: calc(50% - 6.3vw); } }
@keyframes fadeInDecoSP {
  0% {
    opacity: 0;
    left: calc(50% - 5vw); }
  100% {
    opacity: 1;
    left: calc(50% - 15vw); } }
@keyframes fadeInCatchSP {
  0% {
    opacity: 0;
    bottom: 20vw; }
  100% {
    opacity: 1;
    bottom: 14.8vw; } }
/* 共通
---------------------------------------------------------------------------*/
/* 見出し */
.cmn__bigttl {
  position: relative;
  font-family: Ailerons, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .65rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .cmn__bigttl {
      padding-bottom: 7vw;
      margin-bottom: 2.6vw;
      font-size: 8.3vw;
      line-height: 1; } }

.cmn__bigttl::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 20px;
  background-image: url(../../img/ttl_deco.png); }
  @media screen and (max-width: 768px) {
    .cmn__bigttl::before {
      width: 4.6vw;
      height: 4.2vw;
      background-image: url(../../img/ttl_deco-sp.png); } }

.txwave.delighter {
  transition: all .8s ease-out;
  opacity: 0; }
  .txwave.delighter.started, .txwave.delighter.started.ended {
    opacity: 1; }
  .txwave.delighter.started span {
    display: inline-block;
    animation-name: wave;
    animation-duration: .4s;
    animation-direction: alternate;
    animation-iteration-count: 1;
    transform: translate3d(-8px, 0, 0);
    animation-fill-mode: forwards; }
    .txwave.delighter.started span:nth-child(2) {
      animation-delay: .1s; }
    .txwave.delighter.started span:nth-child(3) {
      animation-delay: .2s; }
    .txwave.delighter.started span:nth-child(4) {
      animation-delay: .3s; }
    .txwave.delighter.started span:nth-child(5) {
      animation-delay: .4s; }
    .txwave.delighter.started span:nth-child(6) {
      animation-delay: .5s; }
    .txwave.delighter.started span:nth-child(7) {
      animation-delay: .6s; }
    .txwave.delighter.started span:nth-child(8) {
      animation-delay: .7s; }
    .txwave.delighter.started span:nth-child(9) {
      animation-delay: .8s; }
    .txwave.delighter.started span:nth-child(10) {
      animation-delay: .9s; }
    .txwave.delighter.started span:nth-child(11) {
      animation-delay: 1.0s; }

@keyframes wave {
  0% {
    transform: translate3d(-8px, 0, 0);
    opacity: 0.8; }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1; } }
/* スクロールアクション --------------------- */
/* 
	delighters.js を使用
	アニメーションを開始の1回だけに制御するため
	delighters.js
	if (factorStart < del.start && !del.started) {
		del.started = false;
		del.el.classList.add(options.classNames[1])
	}
	del.started を false に変更
*/
.fadeup.delighter {
  transition: all 1s ease-out;
  transform: translateY(20%);
  opacity: 0; }
  .fadeup.delighter.started, .fadeup.delighter.started.ended {
    transform: none;
    opacity: 1; }

.fadedown.delighter {
  transition: all 1s ease-out;
  transform: translateY(-20%);
  opacity: 0; }
  .fadedown.delighter.started, .fadedown.delighter.started.ended {
    transform: none;
    opacity: 1; }

/* 画像 */
.imgzoom {
  overflow: hidden; }

.imgzoom img {
  transition: all .3s ease-out; }

.imgzoom:hover img {
  transform: scale(1.1); }

/* news
---------------------------------------------------------------------------*/
.news {
  /* 一覧 */
  /* NEWアイコン */ }
  .news .news__wrap.cmn__wrap {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 768px) {
      .news .news__wrap.cmn__wrap {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 6.25vw;
        padding-right: 6.25vw; } }
  .news .news__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .news .news__list a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .news .news__list li + li {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .news .news__list li + li {
        margin-top: 1.5vw; } }
  .news .news__list-date {
    color: #0d5197;
    margin-right: 1em; }
  .news .news__list-new .news__list-ttl {
    position: relative;
    padding-right: 45px; }
    @media screen and (max-width: 768px) {
      .news .news__list-new .news__list-ttl {
        padding-right: 0; } }
  .news .news__list-new .news__list-ttl::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 37px;
    height: 15px;
    background-image: url(../../img/icn_new.png); }
    @media screen and (max-width: 768px) {
      .news .news__list-new .news__list-ttl::after {
        display: none; } }
  .news .news__list-newsp {
    display: none; }
    @media screen and (max-width: 768px) {
      .news .news__list-newsp {
        display: inline-block;
        vertical-align: top;
        padding-left: 1.5vw;
        margin-top: -.8vw;
        width: 6.25vw; } }

/* prof
---------------------------------------------------------------------------*/
.prof {
  background-image: url(../../img/bg_prof.png);
  background-size: cover;
  background-position: center;
  /* 詳細 */
  /* 写真 */
  /* テキスト */ }
  .prof .prof__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .prof .prof__detail-img {
    width: 300px; }
    @media screen and (max-width: 1290px) {
      .prof .prof__detail-img {
        width: 27vw; } }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-img {
        width: 41.6vw;
        text-align: center;
        margin-bottom: 5.2vw; } }
  .prof .prof__detail-tx {
    width: 765px;
    line-height: 2; }
    @media screen and (max-width: 1290px) {
      .prof .prof__detail-tx {
        width: calc(100% - 29vw); } }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-tx {
        width: 100%;
        line-height: 1.6; } }
  .prof .prof__detail-name {
    margin-top: -8px;
    /* 上端揃え */
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-name {
        margin-top: 0;
        margin-bottom: 2.5vw;
        font-size: 3.7vw; } }
  .prof .prof__detail-name strong {
    font-size: .2rem; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-name strong {
        font-size: 4.1vw; } }
  .prof .prof__detail-name span {
    color: #0d5197; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-name span {
        font-size: 3.1vw; } }
  .prof .prof__detail-desc + .prof__detail-desc {
    margin-top: .8em; }
    @media screen and (max-width: 768px) {
      .prof .prof__detail-desc + .prof__detail-desc {
        margin-top: 0; } }

/* event
---------------------------------------------------------------------------*/
.event {
  /* 詳細 */
  /* 写真 */
  /* テキスト */ }
  .event .event__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .event .event__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .event .event__detail-img {
    width: 490px; }
    @media screen and (max-width: 1290px) {
      .event .event__detail-img {
        width: 44.5vw; } }
    @media screen and (max-width: 768px) {
      .event .event__detail-img {
        width: 62vw;
        text-align: center;
        margin-bottom: 3.5vw; } }
  .event .event__detail-tx {
    width: 580px;
    margin-top: -8px;
    /* 上端揃え */
    line-height: 1.6; }
    @media screen and (max-width: 1290px) {
      .event .event__detail-tx {
        width: calc(100% - 44.5vw); } }
    @media screen and (max-width: 768px) {
      .event .event__detail-tx {
        width: 100%;
        margin-top: 0; } }
  .event .event__detail-tx dt {
    color: #0d5197;
    font-size: .2rem; }
    @media screen and (max-width: 768px) {
      .event .event__detail-tx dt {
        font-size: 3.7vw; } }
  .event .event__detail-tx dd + dt {
    margin-top: .8em; }

/* lesson
---------------------------------------------------------------------------*/
.lesson {
  background-image: url(../../img/bg_lesson.png);
  background-size: cover;
  background-position: center;
  color: #000;
  /* 本文 */
  /* 画像 */
  /* ボタン */ }
  .lesson .lesson__lead {
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      .lesson .lesson__lead {
        text-align: left;
        line-height: 1.6; } }
  .lesson .lesson__imgs {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .lesson .lesson__imgs {
        margin-top: 4.5vw; } }
  @media screen and (max-width: 768px) {
    .lesson .lesson__imgs li {
      width: 19.7vw; } }
  .lesson .lesson__imgs li:nth-of-type(2n) {
    padding-top: 80px; }
    @media screen and (max-width: 768px) {
      .lesson .lesson__imgs li:nth-of-type(2n) {
        padding-top: 6.25vw; } }
  .lesson .lesson__btn {
    color: #fff; }
