@charset "utf-8";
/* CSS Document */
@import url("layout.css");
/* ************************************************************ Loading　*/
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #fff;
  text-align: center;
  color: #fff;
}
/* -------------------- 中央配置　*/
#loader_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader_logo img {
  width: 100px;
  height: auto;
}
/* -------------------- fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ************************************************************ main　*/
#mainvisual {
  overflow: hidden;
}
#mainvisual .slider_wrap {
  overflow-x: hidden; /*親要素に設定*/
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: -20;
  top: 90px;
}
#mainvisual .slider_wrap .bx-wrapper {
  margin: 0 auto; /*画像を真ん中に*/
}
#mainvisual .slider_wrap .bx-wrapper .bx-viewport {
  height: 660px !important;
}
#mainvisual .slider_wrap .slider li {
  text-align: center;
}
#mainvisual .slider_wrap .slider li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1260px) {
  #mainvisual .slider_wrap .bx-wrapper .bx-viewport {
    height: 500px !important;
  }
}
/* ------------------------------ information*/
#information {
  position: relative;
  z-index: -10;
  margin: 0;
  background-image: url("../img/information_bg.jpg");
  background-size: cover;
}
#information .inner {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
#information .inner::before {
  position: absolute;
  content: "";
  background-image: url("../img/information_bg_top.png");
  background-repeat: no-repeat;
  width: 159px;
  height: 128px;
  top: -10%;
  left: -10%;
  z-index: -1;
}
#information .inner::after {
  position: absolute;
  content: "";
  background-image: url("../img/catchcopy.png");
  background-repeat: no-repeat;
  width: 800px;
  height: 530px;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  #information .inner::after {
    background-size: 600px;
    width: 600px;
    height: 383px;
  }
}
@media screen and (max-width: 1200px) {
  #information .inner::after {
    top: 10%;
    background-size: 500px;
    width: 500px;
    height: 320px;
  }
}
/**/
#information h2, #information h2 span {
  color: var(--main-nv);
  font-family: 'NotoSerif JP';
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.2em;
}
#information h2 {
  margin: 20px 0;
}
#information h2 span {
  font-size: 4.6rem;
}
#information dl dt, #information dl dt span {
  color: var(--main-nv);
  font-family: 'NotoSerif JP';
  font-weight: 700;
}
#information dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#information dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#information dl dt span {
  display: block;
  border-radius: 100vh;
  background-color: var(--main-nv);
  font-size: 1.5rem;
  white-space: nowrap;
  line-height: 1.0em;
  text-align: center;
  color: #fff;
  width: 90px;
  margin: 0 20px 0 0;
  padding: 8px 0;
}
/**/
#information dl dd, #information dl dd span {
  color: #313159;
  font-family: 'NotoSerif JP';
  font-weight: 700;
}
#information dl dd {
  font-size: 2.4rem;
  width: calc(100% - 130px);
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#information dl dd span {
  font-size: 1.4rem;
  margin: 0 0 0 10px;
}
/**/
#information .period {
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
#information .period p, #information .period p span {
  color: #313159;
  font-family: 'NotoSerif JP';
  font-weight: 700;
}
#information .period .day {
  font-size: 2.6rem;
  line-height: 1.0em;
  margin: 0 20px 0 0;
}
#information .period .day span {
  font-size: 6.0rem;
  margin: 0 8px;
  letter-spacing: -0.01em;
}
#information .period .day .week {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  top: -8px;
}
#information .period .day .week::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: var(--main-nv);
  border-radius: 50%;
  z-index: -1;
}
#information .period .open {
  font-size: 3.8rem;
  line-height: 1.0em;
}
#information .period .open span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  #information h2, #information h2 span {
    font-size: 2.8rem;
  }
  #information h2 span {
    font-size: 4.2rem;
  }
  #information dl dt span {
    font-size: 1.2rem;
    width: 70px;
    padding: 6px 0;
  }
  #information dl dd {
    font-size: 1.8rem;
  }
  #information dl dd span {
    font-size: 1.2rem;
  }
  #information .period .day {
    font-size: 2.2rem;
  }
  #information .period .day span {
    font-size: 5.6rem;
  }
  #information .period .day .week {
    font-size: 1.4rem;
  }
  #information .period .open {
    font-size: 3.4rem;
  }
  #information .period .open span {
    font-size: 1.6rem;
  }
}
/* ------------------------------ more*/
#more {}
#more .inner {
  padding: 80px 0;
  text-align: center;
}
#more ul {
  list-style: none;
}
#more ul li {
  display: inline;
  margin: 0 20px;
}
#more ul li .btn {
  padding-right: 160px;
}
/* ------------------------------ news*/
#news {}
#news .inner {
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 40px 0 0 0;
}
#news h2 {
  font-family: 'NotoSerif JP';
  color: #aaa;
  position: relative;
  font-size: 3.0rem;
  text-align: center;
}
#news h2::after {
  position: absolute;
  content: "お知らせ";
  left: 0;
  right: 0;
  bottom: -30px;
  color: var(--main-nv);
  font-size: 1.7rem;
}
/**/
#news .newslist {
  width: 100%;
  max-width: 960px;
  height: 150px; /*スクロールバー高さ調整*/
  margin: 80px auto;
  overflow-y: scroll;
}
#news .newslist article {
  border-bottom: 1px solid #eee;
}
#news .newslist a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: .4s;
  border: none;
}
#news .newslist a:hover {
  background: var(--sub-lpu);
}
#news .newslist a h3 {
  /*打消し*/
  padding: 0;
  color: var(--font-col);
  font-size: 100%;
  -webkit-order: 2;
  order: 2;
  width: 100%;
  margin: 0 10px;
  transform: .4s;
  line-height: 1.2em;
}
#news .newslist a:hover h3 {
  color: var(--main-col);
}
#news .newslist h3::before {
  display: none;
}
/**/
#news .newslist .day {
  -webkit-order: 1;
  order: 1;
  width: 160px;
  margin: 0 10px;
  text-align: center;
  line-height: 1.0em;
}
/* ------------------------------ Speech*/
#speech {
  background-color: #FAF8FF;
}
#speech .inner {
  width: calc(100% - 240px);
  margin: 0 auto;
  padding: 40px 0;
}
/**/
#speech h2 {
  font-family: 'NotoSerif JP';
  color: #aaa;
  position: relative;
  font-size: 3.0rem;
  text-align: center;
}
#speech h2::after {
  position: absolute;
  /*content: "特別講演";*/
  content: "講演者";
  left: 0;
  right: 0;
  bottom: -30px;
  color: var(--main-nv);
  font-size: 1.7rem;
}
/**/
#speech .personal {
  overflow: hidden;
  margin: 80px auto;
  padding: 0;
}
#speech .personal .pict {
  float: right;
  margin: 0 0 20px 20px;
}
#speech .personal .pict img {
  width: 210px;
  height: auto;
}
#speech .personal h3 {
  background-color: #3F3A89;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 0 0 20px 0;
  padding: 14px 24px;
  color: #fff;
  display: inline-block;
  width: calc(100% - 250px);
}
#speech .personal h3::after {
  position: absolute;
  content: "";
  border-width: 0 0 0.5em 0.5em;
  border-style: solid;
  border-bottom-color: #3F3A89;
  border-left-color: #fff;
  top: 0;
  left: 0;
}
#speech .personal .name_eng {
  font-size: 2.8rem;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  padding: 0;
  color: #3F3A89;
}
#speech .personal .name {}
#speech .personal .history {}
#speech .personal .history h4 {
  position: relative;
  z-index: 1;
  margin: 10px 0;
  padding: 0 0 0 15px;
  font-weight: 700;
  clear: both;
}
#speech .personal .history h4:before {
  content: "";
  position: absolute;
  background: var(--sub-lpu);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
#speech .personal .history p {
  font-size: 1.5rem;
  line-height: 1.8em;
}
/* ------------------------------ banner*/
#banner {}
#banner .inner {
  width: calc(100% - 240px);
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  #banner .inner {
    width: calc(100% - 200px)
  }
}
#banner ul {
  margin: 80px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#banner li {
  list-style: none;
  margin: 10px;
  border: solid 1px #e1e1e1;
}
#banner li a {
  display: inline-block;
}
#banner li a img {
  max-width: 230px;
  width: 100%;
  height: auto;
}