@charset "UTF-8";
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 5, ../../sass/home/style.scss */
.home {
  /*
    2018 2/8 add
   */
  /*
    2018 2/8 add
   */
}
/* line 11, ../../sass/home/style.scss */
.home .notice-box {
  margin-bottom: 50px;
  text-align: center;
}
/* line 15, ../../sass/home/style.scss */
.home .notice-box .notice {
  margin-bottom: 0;
  padding: 10px 20px;
  color: #483865;
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid #483865;
}
@media screen and (max-width: 640px) {
  /* line 15, ../../sass/home/style.scss */
  .home .notice-box .notice {
    line-height: 1.5;
  }
  /* line 26, ../../sass/home/style.scss */
  .home .notice-box .notice .escape {
    display: block;
  }
}
/* line 46, ../../sass/home/style.scss */
.home .main-container .contents .info-wrap .more-box ul li a:hover .icon-external::before, .home .main-container .contents .info-wrap .more-box ul li a:hover .icon-external::after {
  border-color: #fff;
}
/* line 52, ../../sass/home/style.scss */
.home .main-container .contents .info-wrap .more-box ul li a .icon-external {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 66, ../../sass/home/style.scss */
.home .br {
  display: block;
}
/* line 70, ../../sass/home/style.scss */
.home .show {
  display: none;
}
/* line 73, ../../sass/home/style.scss */
.home .btn-box {
  width: 290px;
  text-align: center;
  margin: 20px auto 0;
}
/* line 78, ../../sass/home/style.scss */
.home header {
  height: 650px;
  background: none;
  /*
    Split CSS
   */
  /*
    Split CSS
   */
}
/* line 82, ../../sass/home/style.scss */
.home header .img-wrap {
  width: 100%;
  height: 561px;
  position: absolute;
  z-index: -1;
}
/* line 87, ../../sass/home/style.scss */
.home header .img-wrap .mv-box {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 97, ../../sass/home/style.scss */
.home header .img-wrap .mv-box:not(:first-child) {
  display: none;
}
/* line 107, ../../sass/home/style.scss */
.home header .mv-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 561px;
  background: #000;
  overflow: hidden;
}
/* line 118, ../../sass/home/style.scss */
.home header .img-wrap {
  position: relative;
  z-index: -1;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
/* line 125, ../../sass/home/style.scss */
.home header .img-wrap .mv-block {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
/* line 132, ../../sass/home/style.scss */
.home header .img-wrap .mv-box {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 141, ../../sass/home/style.scss */
.home header .img-wrap .mv-box:not(:first-child) {
  display: none;
}
/* line 146, ../../sass/home/style.scss */
.home header .left-box {
  top: -100%;
  left: 0;
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 151, ../../sass/home/style.scss */
.home header .right-box {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 159, ../../sass/home/style.scss */
.home header .left02 {
  position: absolute;
  top: 100%;
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 164, ../../sass/home/style.scss */
.home header .right02 {
  top: -100%;
  -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 170, ../../sass/home/style.scss */
.home header .mv-show.left-box {
  top: 0;
}
/* line 173, ../../sass/home/style.scss */
.home header .mv-show.right-box {
  top: 0;
}
/* line 176, ../../sass/home/style.scss */
.home header .mv-show.left02 {
  top: 0;
}
/* line 179, ../../sass/home/style.scss */
.home header .mv-show.right02 {
  top: 0;
}
/* line 189, ../../sass/home/style.scss */
.home .header {
  height: 560px;
  position: relative;
}
/* line 193, ../../sass/home/style.scss */
.home .header .mv-link {
  width: 100%;
  height: 100%;
}
/* line 197, ../../sass/home/style.scss */
.home .header .mv-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 201, ../../sass/home/style.scss */
.home .header .mv-link .wrap {
  display: table;
  height: 100%;
}
/* line 209, ../../sass/home/style.scss */
.home .header .category-tl .ttl-box {
  display: inline-block;
  overflow: hidden;
}
/* line 214, ../../sass/home/style.scss */
.home .header .category-tl .ttl {
  color: #fff;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-weight: bold;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 6px;
  -moz-text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.9);
  -webkit-text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.9);
  -ms-text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.9);
  text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 228, ../../sass/home/style.scss */
.home .header .category-tl .ttl span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 233, ../../sass/home/style.scss */
.home .header .category-tl .ttl.txt-small {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 3px;
  position: relative;
}
/* line 239, ../../sass/home/style.scss */
.home .header .category-tl .move-txt01 {
  display: block;
  line-height: 1.3;
  position: relative;
}
/* line 244, ../../sass/home/style.scss */
.home .header .category-tl .move-txt01 span:nth-child(1) {
  font-size: 55px;
  font-size: 5.5rem;
}
/* line 247, ../../sass/home/style.scss */
.home .header .category-tl .move-txt01 span:nth-child(6) {
  font-size: 55px;
  font-size: 5.5rem;
}
/* line 251, ../../sass/home/style.scss */
.home .header .category-tl .move-txt01 .line01 {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 9px;
  left: -100%;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 265, ../../sass/home/style.scss */
.home .main-container {
  background: #ececec;
}
/* line 269, ../../sass/home/style.scss */
.home .main-container .contents a {
  color: #484848;
  text-decoration: none;
}
/* line 274, ../../sass/home/style.scss */
.home .main-container .contents .link-btn {
  display: block;
  color: #fff;
  background: #514068;
  border-color: #514068;
  padding: .5em 1em;
}
/* line 281, ../../sass/home/style.scss */
.home .main-container .contents .link-btn:hover {
  color: #514068;
  text-decoration: none;
}
/* line 289, ../../sass/home/style.scss */
.home .info-block {
  position: relative;
  z-index: 10;
}
/* line 292, ../../sass/home/style.scss */
.home .info-block::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(202, 202, 202, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
/* line 308, ../../sass/home/style.scss */
.home .info-wrap {
  padding: 155px 0 30px;
}
/* line 311, ../../sass/home/style.scss */
.home .info-wrap .ttl-box {
  position: absolute;
  top: -60px;
  left: -11px;
}
/* line 316, ../../sass/home/style.scss */
.home .info-wrap .ttl-box .vertical-ttl {
  color: #514068;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'YuMin_36pKn-Medium','游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
/* line 327, ../../sass/home/style.scss */
.home .info-wrap .ttl-box .square-lg,
.home .info-wrap .ttl-box .square-sm {
  position: relative;
}
/* line 331, ../../sass/home/style.scss */
.home .info-wrap .ttl-box .square-lg::before,
.home .info-wrap .ttl-box .square-sm::before {
  content: "";
  display: inline-block;
  position: absolute;
}
/* line 340, ../../sass/home/style.scss */
.home .info-wrap .ttl-box .square-lg::before {
  width: 24px;
  height: 24px;
  background: rgba(81, 65, 104, 0.03);
  border: 1px solid #d9d7dc;
  top: -15px;
  left: 0;
  z-index: -1;
}
/* line 354, ../../sass/home/style.scss */
.home .info-wrap .ttl-box .square-sm::before {
  width: 12px;
  height: 12px;
  background: rgba(81, 65, 104, 0.4);
  top: -20px;
  right: -30px;
}
/* line 364, ../../sass/home/style.scss */
.home .info-wrap .grad-school-block {
  width: 55%;
  float: left;
  margin-right: 5%;
  padding-left: 35px;
  position: relative;
}
/* line 371, ../../sass/home/style.scss */
.home .info-wrap .admissions-info {
  border-top: 3px solid rgba(81, 64, 104, 0.35);
  background: #fff;
  padding: 18px 30px 30px 30px;
}
/* line 376, ../../sass/home/style.scss */
.home .info-wrap .admissions-info .info-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  color: #514068;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  text-align: center;
}
/* line 381, ../../sass/home/style.scss */
.home .info-wrap .admissions-info .info-ttl .info-ttl-inner {
  display: inline-block;
  border-bottom: 1px solid rgba(81, 64, 104, 0.25);
  position: relative;
}
/* line 386, ../../sass/home/style.scss */
.home .info-wrap .admissions-info .info-ttl .info-ttl-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(81, 64, 104, 0.25);
  position: absolute;
  bottom: -4px;
}
/* line 399, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner {
  margin-top: 30px;
}
/* line 402, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .sub-info-ttl {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #514068;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  letter-spacing: 3px;
  border-left: 1px solid #514068;
  line-height: 1.3;
  margin: 0 0 14px .4em;
  padding-left: .6em;
  position: relative;
}
/* line 414, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .sub-info-ttl::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #514068;
  position: absolute;
  left: -6px;
}
/* line 425, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .link-area {
  display: inline-block;
  border: 1px solid #514068;
  margin-left: 1.5em;
}
/* line 430, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .link-area a {
  display: block;
  padding: 5px 10px 5px 2em;
  position: relative;
}
/* line 435, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .link-area a:hover {
  color: #fff;
  background: #514068;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 441, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .link-area a::before {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background: url(/graduate_school/common/img/share/icon_arrow04.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
/* line 457, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .info-schedule {
  margin-top: 10px;
}
/* line 459, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .info-schedule dt {
  display: inline-block;
  width: 100px;
  color: #fff;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  text-align: center;
  background: #514068;
  border-left: 3px solid #ef8bae;
  padding: 4px 10px;
}
/* line 470, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .info-schedule dd {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1em;
}
/* line 474, ../../sass/home/style.scss */
.home .info-wrap .admissions-info-inner .info-schedule dd span {
  color: #ef8bae;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 482, ../../sass/home/style.scss */
.home .info-wrap .more-box {
  margin-top: 30px;
}
/* line 484, ../../sass/home/style.scss */
.home .info-wrap .more-box ul {
  font-size: 0;
}
/* line 486, ../../sass/home/style.scss */
.home .info-wrap .more-box ul li {
  width: 31.06061%;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #514068;
}
/* line 492, ../../sass/home/style.scss */
.home .info-wrap .more-box ul li:not(:nth-child(3n)) {
  margin-right: 3%;
}
/* line 496, ../../sass/home/style.scss */
.home .info-wrap .more-box ul li a {
  display: block;
  color: #514068;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  line-height: 1.4;
  padding: 15px 0;
  position: relative;
}
/* line 504, ../../sass/home/style.scss */
.home .info-wrap .more-box ul li a::before {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background: url(/graduate_school/common/img/share/icon_arrow04.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
/* line 518, ../../sass/home/style.scss */
.home .info-wrap .more-box ul li a:hover {
  color: #fff;
  background: #514068;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 529, ../../sass/home/style.scss */
.home .info-wrap .briefing-block {
  width: 40%;
  float: left;
  padding-left: 35px;
  position: relative;
}
/* line 535, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box {
  width: 96%;
  position: relative;
}
/* line 539, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box::after {
  content: "";
  width: 100%;
  height: 84px;
  display: block;
  background: rgba(22, 19, 20, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
/* line 551, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 4;
}
/* line 557, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box dl {
  width: 120px;
  display: inline-block;
  text-align: center;
  background: #fff;
  margin-right: 20px;
}
/* line 564, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box dl dt {
  color: #484848;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e8e3f0;
  border-top: 3px solid #514068;
  padding: 10px 0;
}
/* line 573, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box dl dd {
  color: #514068;
}
/* line 576, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box dl dd .txt-sm {
  display: inline-block;
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 400;
  font-size: 35px;
  font-size: 3.5rem;
  vertical-align: top;
}
/* line 583, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box dl dd .txt-lg {
  display: inline-block;
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 900;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 40px;
  padding-top: 15px;
}
/* line 591, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box dl dd .day {
  display: inline-block;
  color: #fff;
  background: #e60012;
  line-height: 1.2;
  margin-left: 5px;
  padding: 1px 0px 0px 1px;
}
/* line 602, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box .detail-box {
  display: inline-block;
}
/* line 606, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box .detail-box ul li {
  color: #fff;
}
/* line 609, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box .detail-box ul li .time {
  display: inline-block;
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 5px;
}
/* line 616, ../../sass/home/style.scss */
.home .info-wrap .briefing-block .fig-box .date-box .detail-box ul li .target {
  display: inline-block;
  background: #368c5d;
  line-height: 1.5;
  margin-left: 5px;
  padding: 1px 10px;
}
/* line 629, ../../sass/home/style.scss */
.home .info-wrap .bnr-area {
  margin: 0 auto;
  max-width: 700px;
  width: 74.66667vw;
}
/* line 635, ../../sass/home/style.scss */
.home .info-wrap .bnr-area + .bnr-area {
  margin-top: 2em;
}
/* line 639, ../../sass/home/style.scss */
.home .info-wrap .bnr-area img {
  width: 100%;
}
/* line 646, ../../sass/home/style.scss */
.home .character-block .ttl-area {
  margin-top: 50px;
}
/* line 648, ../../sass/home/style.scss */
.home .character-block .ttl-area p {
  color: #4d4d4d;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  margin-bottom: 0;
}
/* line 655, ../../sass/home/style.scss */
.home .character-block .ttl-area .ttl {
  color: #514068;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  letter-spacing: 4px;
}
/* line 661, ../../sass/home/style.scss */
.home .character-block .ttl-area .ttl .st-ttl {
  color: #ef8bae;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  padding-left: 10px;
}
/* line 670, ../../sass/home/style.scss */
.home .character-block .character-inner {
  margin-top: 55px;
}
/* line 674, ../../sass/home/style.scss */
.home .character-block .character-list {
  font-size: 0;
}
/* line 676, ../../sass/home/style.scss */
.home .character-block .character-list li {
  display: inline-block;
  width: 23%;
  height: 410px;
  position: relative;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 683, ../../sass/home/style.scss */
.home .character-block .character-list li:not(:nth-child(4n)) {
  margin-right: 2%;
}
/* line 687, ../../sass/home/style.scss */
.home .character-block .character-list li .character-txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 695, ../../sass/home/style.scss */
.home .character-block .character-list li .txt {
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  margin-bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  position: absolute;
  top: 20px;
  left: -5px;
  z-index: 100;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transition-delay: .3s;
}
/* line 713, ../../sass/home/style.scss */
.home .character-block .character-list li .character-img {
  height: 100%;
}
/* line 716, ../../sass/home/style.scss */
.home .character-block .character-list li .img-box {
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* line 721, ../../sass/home/style.scss */
.home .character-block .character-list li .img-box img {
  position: absolute;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 728, ../../sass/home/style.scss */
.home .character-block .character-list .list-even {
  top: 60px;
}
/* line 730, ../../sass/home/style.scss */
.home .character-block .character-list .list-even .txt {
  top: auto;
  bottom: 20px;
}
/* line 735, ../../sass/home/style.scss */
.home .character-block .character-list .list-even .vertical-box {
  top: -30px;
  bottom: auto;
}
/* line 741, ../../sass/home/style.scss */
.home .character-block .vertical-box {
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: -40px;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  transition-delay: 1.5s;
}
/* line 755, ../../sass/home/style.scss */
.home .character-block .vertical-box .txt-bg {
  width: 30px;
  background: rgba(23, 23, 23, 0.8);
  position: relative;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 762, ../../sass/home/style.scss */
.home .character-block .vertical-box .bg01 {
  display: inline-block;
}
/* line 766, ../../sass/home/style.scss */
.home .character-block .vertical-box .bg02 {
  margin-right: 5px;
}
/* line 771, ../../sass/home/style.scss */
.home .character-block .vertical-box .vertical-txt01 {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 781, ../../sass/home/style.scss */
.home .character-block .vertical-box .vertical-txt02 {
  display: block;
  color: #ef8bae;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 10px 0;
  -moz-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  -webkit-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
}
/* line 792, ../../sass/home/style.scss */
.home .character-block .btn-box {
  width: 360px;
  max-width: 260px;
  margin: 120px auto 0;
}
/* line 797, ../../sass/home/style.scss */
.home .character-block .btn-box .link-btn {
  padding: 1em;
}
/* line 803, ../../sass/home/style.scss */
.home .ttl-area {
  text-align: center;
}
/* line 805, ../../sass/home/style.scss */
.home .ttl-area .ttl {
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
}
/* line 810, ../../sass/home/style.scss */
.home .ttl-area .ttl-catch {
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 816, ../../sass/home/style.scss */
.home .ttl-faculty {
  margin-bottom: 65px;
  color: #fff;
}
/* line 819, ../../sass/home/style.scss */
.home .ttl-faculty .ttl {
  letter-spacing: 2.5px;
  line-height: 1;
}
/* line 824, ../../sass/home/style.scss */
.home .ttl-faculty .ttl-catch {
  letter-spacing: 2.5px;
}
/* line 830, ../../sass/home/style.scss */
.home .faculty-block {
  position: relative;
}
/* line 833, ../../sass/home/style.scss */
.home .faculty-block .bg {
  width: 100%;
  height: 153%;
  background: url(/graduate_school/common/img/home/faculty-bg01.png) 45% 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 410px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
/* line 850, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap {
  margin: 155px auto 0;
}
/* line 855, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .none {
  display: none;
}
/* line 858, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list {
  font-size: 0;
  margin-bottom: 7px;
}
/* line 861, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li {
  width: 31.93359%;
  float: left;
  margin-bottom: 4.10156%;
  position: relative;
}
/* line 868, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 873, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li:not(:nth-child(3n)) {
  margin-right: 2%;
}
/* line 876, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li a {
  display: block;
}
/* line 879, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 883, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-box {
  height: 175px;
  background: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
/* line 892, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .box01 {
  border-top: 3px solid #483865;
}
/* line 895, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .box02 {
  border-top: 3px solid #368c5d;
}
/* line 898, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .box03 {
  border-top: 3px solid #b56499;
}
/* line 901, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl {
  padding: 9px 10px;
}
/* line 904, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .ttl-sm {
  display: block;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
/* line 912, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .sm-color01 {
  color: #514068;
}
/* line 915, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .sm-color02 {
  color: #368c5d;
}
/* line 918, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .sm-color03 {
  color: #b56499;
}
/* line 921, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .ttl-lg {
  display: block;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
/* line 926, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .ttl-lg .br {
  display: block;
}
/* line 932, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .scrl-txt {
  width: 100%;
  min-height: 175px;
  position: absolute;
  overflow: hidden;
  top: -20px;
  z-index: 111;
}
/* line 941, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .txt-wrap {
  position: absolute;
  left: 20px;
}
/* line 946, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .scrl-img {
  min-height: 210px;
  overflow: hidden;
}
/* line 951, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .img-wrap {
  min-height: 209px;
  position: relative;
  z-index: -1;
}
/* line 956, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .faculty-content .faculty-list li .img-wrap img {
  position: absolute;
}
/* line 964, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .content-bnr {
  padding-bottom: 80px;
}
/* line 969, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .bnr-list li {
  text-align: center;
  position: relative;
}
/* line 972, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .bnr-list li a {
  display: inline-block;
  position: relative;
}
/* line 975, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .bnr-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 978, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .bnr-list li a:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 984, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap .bnr-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 1008, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row01 .txt-wrap {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: .2s;
  top: 0;
}
/* line 1014, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row01 .img-wrap img {
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 1017, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row01 .img-wrap::after {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/* line 1025, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row02 .txt-wrap {
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0;
}
/* line 1031, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row02 .img-wrap img {
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 1035, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row02 .img-wrap::after {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 1043, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row03 .txt-wrap {
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  top: 0;
}
/* line 1049, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row03 .img-wrap img {
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 1052, ../../sass/home/style.scss */
.home .faculty-block .faculty-wrap.scrl-event .faculty-content .faculty-list li.row03 .img-wrap::after {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 1065, ../../sass/home/style.scss */
.home .news-block {
  background: #f2f2f2;
  padding: 60px 0;
}
/* line 1069, ../../sass/home/style.scss */
.home .news-block .ttl-news {
  margin-bottom: 35px;
}
/* line 1071, ../../sass/home/style.scss */
.home .news-block .ttl-news .ttl {
  color: #514068;
  line-height: 1;
}
/* line 1076, ../../sass/home/style.scss */
.home .news-block .ttl-news .ttl-catch {
  letter-spacing: 2.5px;
}
/* line 1081, ../../sass/home/style.scss */
.home .news-block .news-list {
  width: 102%;
  letter-spacing: -.4em;
}
/* line 1084, ../../sass/home/style.scss */
.home .news-block .news-list li {
  display: inline-block;
  margin: 0 1.96078% 1.96078% 0;
  width: 31.37255%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
  vertical-align: top;
}
/* line 1093, ../../sass/home/style.scss */
.home .news-block .news-list a {
  display: block;
  padding: 3.90625% 5.20833%;
  background: #fff;
  overflow: hidden;
}
/* line 1099, ../../sass/home/style.scss */
.home .news-block .news-list a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1101, ../../sass/home/style.scss */
.home .news-block .news-list a:hover .tl {
  text-decoration: underline;
}
/* line 1106, ../../sass/home/style.scss */
.home .news-block .news-list a .category {
  margin-bottom: 1em;
  font-size: 85.71429%;
}
/* line 1109, ../../sass/home/style.scss */
.home .news-block .news-list a .category span {
  display: inline-block;
  padding: .4em 1.8em;
  color: #dd6d83;
  font-weight: bold;
  line-height: 1.2;
  background: #f6e5eb;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
/* line 1120, ../../sass/home/style.scss */
.home .news-block .news-list a figure {
  position: relative;
  float: left;
  padding-top: 29.06977%;
  width: 29.06977%;
  height: 0;
  overflow: hidden;
}
/* line 1128, ../../sass/home/style.scss */
.home .news-block .news-list a figure img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 1138, ../../sass/home/style.scss */
.home .news-block .news-list a .txt-box {
  float: right;
  width: 65.11628%;
}
/* line 1141, ../../sass/home/style.scss */
.home .news-block .news-list a .txt-box .date {
  margin-bottom: .5em;
  line-height: 1;
}
/* line 1151, ../../sass/home/style.scss */
.home .facilty-block {
  background: #f2f2f2;
  padding-top: 60px;
}
/* line 1155, ../../sass/home/style.scss */
.home .facilty-block .ttl-facilty {
  margin-bottom: 35px;
}
/* line 1157, ../../sass/home/style.scss */
.home .facilty-block .ttl-facilty .ttl {
  color: #514068;
  line-height: 1;
}
/* line 1162, ../../sass/home/style.scss */
.home .facilty-block .ttl-facilty .ttl-catch {
  letter-spacing: 2.5px;
}
/* line 1167, ../../sass/home/style.scss */
.home .facilty-block .slide {
  position: relative;
}
/* line 1171, ../../sass/home/style.scss */
.home .facilty-block .slide li img {
  width: 100%;
}
/* line 1176, ../../sass/home/style.scss */
.home .facilty-block .slide li .name-bg {
  display: inline-block;
  background: rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  left: -600px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
/* line 1186, ../../sass/home/style.scss */
.home .facilty-block .slide li .des-txt {
  position: relative;
  left: -600px;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
/* line 1193, ../../sass/home/style.scss */
.home .facilty-block .slide li .name {
  display: inline-block;
  color: #f2f2f2;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  margin-bottom: 0;
  position: relative;
  left: -300px;
  z-index: 1;
}
/* line 1206, ../../sass/home/style.scss */
.home .facilty-block .slide li .research-environment-box {
  display: inline-block;
  position: absolute;
  top: 42px;
  overflow: hidden;
}
/* line 1212, ../../sass/home/style.scss */
.home .facilty-block .slide li .research-environment-box .des-wrap {
  -webkit-transition-delay: 3.1s;
  -moz-transition-delay: 3.1s;
  -ms-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
/* line 1216, ../../sass/home/style.scss */
.home .facilty-block .slide li .research-environment-box .des-bg01 {
  display: inline-block;
  background: rgba(84, 84, 84, 0.9);
  margin-bottom: 3px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  position: relative;
  left: -600px;
}
/* line 1226, ../../sass/home/style.scss */
.home .facilty-block .slide li .research-environment-box .des-bg02 {
  background: rgba(84, 84, 84, 0.9);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  position: relative;
  left: -600px;
}
/* line 1234, ../../sass/home/style.scss */
.home .facilty-block .slide li .research-environment-box .des-box {
  margin-bottom: 3px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
  position: relative;
  left: -600px;
}
/* line 1241, ../../sass/home/style.scss */
.home .facilty-block .slide li .research-environment-box .des-box .des-inner {
  display: inline-block;
  color: #f2f2f2;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 10px;
}
/* line 1251, ../../sass/home/style.scss */
.home .facilty-block .slide li.is-active .name-bg {
  left: 0;
}
/* line 1254, ../../sass/home/style.scss */
.home .facilty-block .slide li.is-active .des-txt {
  left: 0;
}
/* line 1257, ../../sass/home/style.scss */
.home .facilty-block .slide li.is-active .name {
  left: 0;
}
/* line 1260, ../../sass/home/style.scss */
.home .facilty-block .slide li.is-active .des-bg01 {
  left: 0;
}
/* line 1263, ../../sass/home/style.scss */
.home .facilty-block .slide li.is-active .des-bg02 {
  left: 0;
}
/* line 1266, ../../sass/home/style.scss */
.home .facilty-block .slide li.is-active .des-box {
  left: 0;
}
/* line 1273, ../../sass/home/style.scss */
.home .facilty-block .pagination-box {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
/* line 1280, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .btn-box {
  width: 260px;
  position: absolute;
  right: 0;
  bottom: -56px;
}
/* line 1286, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .btn-box .link-btn {
  padding: 8px 1em;
}
/* line 1292, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .page-box {
  height: 31px;
  overflow: hidden;
}
/* line 1297, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .pager {
  text-align: center;
}
/* line 1300, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .prev,
.home .facilty-block .pagination-box .next {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
/* line 1307, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .prev:hover,
.home .facilty-block .pagination-box .next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 1311, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .prev .bx-next,
.home .facilty-block .pagination-box .prev .bx-prev,
.home .facilty-block .pagination-box .next .bx-next,
.home .facilty-block .pagination-box .next .bx-prev {
  display: block;
  height: 100%;
  text-indent: 9999px;
  position: relative;
}
/* line 1318, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .prev .bx-next img,
.home .facilty-block .pagination-box .prev .bx-prev img,
.home .facilty-block .pagination-box .next .bx-next img,
.home .facilty-block .pagination-box .next .bx-prev img {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1326, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .prev {
  margin-right: 20px;
}
/* line 1330, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .next {
  margin-left: 25px;
}
/* line 1334, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .dot {
  display: inline-block;
  color: rgba(81, 64, 104, 0.4);
  margin: 0 2px;
}
/* line 1340, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .current {
  color: #514068;
}
/* line 1344, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .bx-pager {
  display: inline-block;
}
/* line 1347, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
}
/* line 1350, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(81, 64, 104, 0.4);
  text-indent: 9999px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1360, ../../sass/home/style.scss */
.home .facilty-block .pagination-box .bx-pager-item a.active {
  background: #514068;
}
/* line 1368, ../../sass/home/style.scss */
.home .support-block {
  background: #f2f2f2;
  padding-top: 60px;
}
/* line 1371, ../../sass/home/style.scss */
.home .support-block .ttl-support {
  margin-bottom: 45px;
}
/* line 1373, ../../sass/home/style.scss */
.home .support-block .ttl-support .ttl {
  color: #514068;
  line-height: 1.2;
}
/* line 1378, ../../sass/home/style.scss */
.home .support-block .ttl-support .ttl-catch {
  letter-spacing: 2.5px;
}
/* line 1383, ../../sass/home/style.scss */
.home .support-block .support-list {
  padding-bottom: 70px;
}
/* line 1385, ../../sass/home/style.scss */
.home .support-block .support-list li {
  width: 31.93359%;
  float: left;
}
/* line 1389, ../../sass/home/style.scss */
.home .support-block .support-list li:not(:nth-child(3n)) {
  margin-right: 2%;
}
/* line 1393, ../../sass/home/style.scss */
.home .support-block .support-list li a {
  display: block;
}
/* line 1396, ../../sass/home/style.scss */
.home .support-block .support-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1399, ../../sass/home/style.scss */
.home .support-block .support-list li a:hover .thumb-panel img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 1405, ../../sass/home/style.scss */
.home .support-block .support-list li a:hover .txt-panel .ttl-inner::before {
  left: 4px;
}
/* line 1412, ../../sass/home/style.scss */
.home .support-block .support-list li p {
  margin-bottom: 0;
}
/* line 1416, ../../sass/home/style.scss */
.home .support-block .support-list li .thumb-panel {
  position: relative;
  overflow: hidden;
}
/* line 1420, ../../sass/home/style.scss */
.home .support-block .support-list li .thumb-panel img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 1425, ../../sass/home/style.scss */
.home .support-block .support-list li .txt-panel {
  background: #fff;
  padding: 10px 20px 20px;
}
/* line 1428, ../../sass/home/style.scss */
.home .support-block .support-list li .txt-panel .ttl-inner {
  display: block;
  color: #514068;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  padding-left: 1.4em;
  position: relative;
}
/* line 1436, ../../sass/home/style.scss */
.home .support-block .support-list li .txt-panel .ttl-inner::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/graduate_school/common/img/share/icon-circle-arrow02.png) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-size: contain;
}
/* line 1451, ../../sass/home/style.scss */
.home .support-block .support-list li .txt-panel .txt-des {
  display: block;
}
/* line 1459, ../../sass/home/style.scss */
.home .bx-wrapper {
  margin: 0 auto;
}
/* line 1461, ../../sass/home/style.scss */
.home .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  left: 0;
}
/* line 1468, ../../sass/home/style.scss */
.home .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(81, 64, 104, 0.4);
}
/* line 1471, ../../sass/home/style.scss */
.home .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #514068;
}
/* line 1475, ../../sass/home/style.scss */
.home .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #514068;
}
/* line 1482, ../../sass/home/style.scss */
.home .bx-wrapper .sp {
  display: none;
}

@media screen and (max-width: 1027px) {
  /* line 1495, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box {
    bottom: 3px;
  }
  /* line 1497, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box dl {
    width: auto;
    display: inline-block;
    margin-right: 0;
  }
  /* line 1502, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box dl dt {
    float: left;
    border-top: none;
    border-left: 3px solid #514068;
    padding: 18px 14px;
  }
  /* line 1509, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box dl dd {
    width: 115px;
    float: left;
    margin: 0 5px 0;
  }
}
@media screen and (max-width: 1000px) {
  /* line 1525, ../../sass/home/style.scss */
  .home .hide {
    display: none;
  }
  /* line 1528, ../../sass/home/style.scss */
  .home .show {
    display: block;
  }
  /* line 1531, ../../sass/home/style.scss */
  .home .info-wrap {
    padding: 125px 0 0;
  }
  /* line 1534, ../../sass/home/style.scss */
  .home .info-wrap .briefing-wrap {
    position: relative;
  }
  /* line 1538, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block {
    position: static;
  }
  /* line 1541, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .ttl-box {
    top: -61px;
  }
  /* line 1546, ../../sass/home/style.scss */
  .home .info-wrap .ttl-box {
    left: 0;
  }
  /* line 1550, ../../sass/home/style.scss */
  .home .info-wrap .ttl-box .square-lg::before {
    top: 14px;
    left: -5px;
  }
  /* line 1556, ../../sass/home/style.scss */
  .home .info-wrap .ttl-box .square-sm::before {
    top: 9px;
    right: -25px;
  }
  /* line 1562, ../../sass/home/style.scss */
  .home .info-wrap .ttl-box .vertical-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-left: 35px;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    writing-mode: lr-tb;
  }
  /* line 1573, ../../sass/home/style.scss */
  .home .info-wrap .grad-school-block {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    padding-left: 0;
  }
  /* line 1580, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block {
    width: 560px;
    float: none;
    margin: 100px auto 0;
    padding-left: 0;
  }
  /* line 1586, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box {
    width: 100%;
  }
  /* line 1589, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box .detail-box {
    vertical-align: top;
    margin-left: 2em;
  }
  /* line 1600, ../../sass/home/style.scss */
  .home .info-wrap .character-block .character-list li .character-txt {
    height: 90%;
  }
  /* line 1609, ../../sass/home/style.scss */
  .home .info-wrap .btn-box .link-btn {
    padding: 1.1em 1em;
  }
  /* line 1629, ../../sass/home/style.scss */
  .home .facilty-block .slide li .research-environment-box {
    top: 20px;
    left: 40px;
  }
  /* line 1636, ../../sass/home/style.scss */
  .home .facilty-block .pagination-box {
    width: 100%;
    max-width: none;
    display: block;
    padding-top: 0;
  }
  /* line 1642, ../../sass/home/style.scss */
  .home .facilty-block .pagination-box .page-box {
    height: auto;
  }
  /* line 1646, ../../sass/home/style.scss */
  .home .facilty-block .pagination-box .pager {
    background: #e9e9e9;
    text-align: center;
    margin-right: 0;
    padding: 15px 0;
    overflow: hidden;
  }
  /* line 1654, ../../sass/home/style.scss */
  .home .facilty-block .pagination-box .btn-box {
    margin: 30px auto 0;
    position: static;
    bottom: 0;
  }
  /* line 1659, ../../sass/home/style.scss */
  .home .facilty-block .pagination-box .btn-box .link-btn {
    padding: 1em;
  }
}
@media screen and (max-width: 960px) {
  /* line 1673, ../../sass/home/style.scss */
  .home .main-container .contents-body {
    width: 100%;
  }
  /* line 1678, ../../sass/home/style.scss */
  .home .cont-wrap {
    width: 87.5%;
    margin: 0 auto;
  }
  /* line 1686, ../../sass/home/style.scss */
  .home .character-block .character-list li .character-txt {
    height: 80%;
  }
  /* line 1693, ../../sass/home/style.scss */
  .home .faculty-wrap {
    width: 87.5%;
  }
  /* line 1697, ../../sass/home/style.scss */
  .home .support-wrap {
    width: 87.5%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  /* line 1706, ../../sass/home/style.scss */
  .home .faculty-block {
    padding-bottom: 0;
  }
  /* line 1709, ../../sass/home/style.scss */
  .home .faculty-block .bg {
    top: 830px;
  }
  /* line 1712, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap {
    margin: 55px auto 15px;
  }
  /* line 1715, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list {
    margin-bottom: 30px;
  }
  /* line 1717, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li {
    width: 48%;
    margin-bottom: 7%;
  }
  /* line 1720, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  /* line 1724, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li:nth-child(odd) {
    margin-right: 4%;
  }
  /* line 1728, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl {
    height: 205px;
    padding: 10px 7px 0px;
  }
  /* line 1741, ../../sass/home/style.scss */
  .home .character-block .character-list li .txt {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 875px) {
  /* line 1755, ../../sass/home/style.scss */
  .home .character-block .character-list li .character-txt {
    height: 75%;
  }
}
@media screen and (max-width: 840px) {
  /* line 1765, ../../sass/home/style.scss */
  .block-tl {
    margin-bottom: 3rem;
  }

  /* line 1769, ../../sass/home/style.scss */
  .feature-block .bnr-block {
    margin-bottom: 3%;
  }
  /* line 1773, ../../sass/home/style.scss */
  .feature-block .bnr-block .bnr figure {
    position: relative;
    display: block;
  }
  /* line 1778, ../../sass/home/style.scss */
  .feature-block .bnr-block .bnr figcaption {
    position: inherit;
    bottom: auto;
    left: auto;
    padding: 1rem;
    width: 100%;
    color: #222;
    background: none;
  }

  /* line 1792, ../../sass/home/style.scss */
  .news-block .info-list {
    width: 102.5%;
  }
  /* line 1795, ../../sass/home/style.scss */
  .news-block .info-list li {
    margin: 0 2.43902% 2.43902% 0;
    width: 47.56098%;
  }
  /* line 1799, ../../sass/home/style.scss */
  .news-block .info-list li:nth-child(n + 7) {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  /* line 1812, ../../sass/home/style.scss */
  .home .character-block .character-list li .character-txt {
    height: 70%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1825, ../../sass/home/style.scss */
  .home .character-block .character-list .vertical-box {
    display: none;
  }
}
@media screen and (max-width: 755px) {
  /* line 1838, ../../sass/home/style.scss */
  .home .character-block .character-list li .character-txt {
    height: 65%;
  }
}
@media screen and (max-width: 700px) {
  /* line 1852, ../../sass/home/style.scss */
  .home .character-block .character-list li .character-txt {
    height: 60%;
  }
}
@media screen and (max-width: 640px) {
  /* line 1864, ../../sass/home/style.scss */
  .home header {
    height: 420px;
  }
  /* line 1866, ../../sass/home/style.scss */
  .home header .img-wrap {
    height: 440px;
    /*
    Split Css
     */
    /*
    Split Css
     */
  }
  /* line 1868, ../../sass/home/style.scss */
  .home header .img-wrap .mv-box {
    height: 80%;
    background-position: 23% 0;
  }
  /* line 1875, ../../sass/home/style.scss */
  .home header .img-wrap .mv-box {
    height: 80%;
    background-position: 50% 0;
  }
  /* line 1886, ../../sass/home/style.scss */
  .home header .header .category-tl .ttl {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 4px;
    margin-top: .5em;
  }
  /* line 1891, ../../sass/home/style.scss */
  .home header .header .category-tl .ttl .txt-small {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  /* line 1899, ../../sass/home/style.scss */
  .home header .header .category-tl .move-txt01 span:nth-child(1) {
    font-size: 35px;
    font-size: 3.5rem;
  }
  /* line 1902, ../../sass/home/style.scss */
  .home header .header .category-tl .move-txt01 span:nth-child(6) {
    font-size: 35px;
    font-size: 3.5rem;
  }
  /* line 1906, ../../sass/home/style.scss */
  .home header .header .category-tl .move-txt01 .line01 {
    bottom: 4px;
  }
  /* line 1913, ../../sass/home/style.scss */
  .home .header {
    height: 350px;
  }
  /* line 1919, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block {
    width: 100%;
  }
  /* line 1924, ../../sass/home/style.scss */
  .home .info-wrap .btn-box {
    width: 260px;
  }
  /* line 1927, ../../sass/home/style.scss */
  .home .info-wrap .btn-box .link-btn {
    padding: 1em 1em;
  }
  /* line 1935, ../../sass/home/style.scss */
  .home .character-block .character-list li {
    width: 23.5%;
    height: 210px;
    float: left;
  }
  /* line 1940, ../../sass/home/style.scss */
  .home .character-block .character-list li .character-txt {
    height: 100%;
  }
  /* line 1943, ../../sass/home/style.scss */
  .home .character-block .character-list li .txt {
    color: rgba(255, 255, 255, 0.4);
    font-size: 60px;
    font-size: 6rem;
    top: auto;
    bottom: -40px;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 1954, ../../sass/home/style.scss */
  .home .character-block .character-list .list-even .txt {
    top: 70px;
    bottom: auto;
  }
  /* line 1963, ../../sass/home/style.scss */
  .home .faculty-block .bg {
    height: 131%;
    top: 330px;
  }
  /* line 1969, ../../sass/home/style.scss */
  .home .faculty-block .ttl-faculty .ttl {
    font-size: 45px;
    font-size: 4.5rem;
  }
  /* line 1975, ../../sass/home/style.scss */
  .home .support-block {
    background: #f9f9f9;
    padding-top: 50px;
  }
  /* line 1979, ../../sass/home/style.scss */
  .home .support-block .ttl-support {
    margin-bottom: 20px;
  }
  /* line 1983, ../../sass/home/style.scss */
  .home .support-block .support-list {
    padding-bottom: 40px;
  }
  /* line 1985, ../../sass/home/style.scss */
  .home .support-block .support-list li {
    width: 100%;
    margin-bottom: 10%;
  }
  /* line 1989, ../../sass/home/style.scss */
  .home .support-block .support-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  /* line 1997, ../../sass/home/style.scss */
  .home .news-block .news-list {
    width: 100%;
  }
  /* line 2000, ../../sass/home/style.scss */
  .home .news-block .news-list li {
    margin: 0 auto 3%;
    width: 100%;
  }
  /* line 2004, ../../sass/home/style.scss */
  .home .news-block .news-list li:nth-child(n + 6) {
    display: none;
  }
  /* line 2011, ../../sass/home/style.scss */
  .home .facilty-block {
    background: #f9f9f9;
  }
  /* line 2015, ../../sass/home/style.scss */
  .home .facilty-block .slide .research-environment-box {
    top: 30px;
    left: 30px;
  }
  /* line 2022, ../../sass/home/style.scss */
  .home .facilty-block .pagination-box .prev {
    margin-right: 10px;
  }
  /* line 2025, ../../sass/home/style.scss */
  .home .facilty-block .pagination-box .next {
    margin-left: 15px;
  }
  /* line 2032, ../../sass/home/style.scss */
  .home .bx-wrapper .pc {
    display: none;
  }
  /* line 2035, ../../sass/home/style.scss */
  .home .bx-wrapper .sp {
    display: block;
  }
}
@media screen and (max-width: 530px) {
  /* line 2048, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box .detail-box {
    margin-left: 0;
  }
}
@media screen and (max-width: 505px) {
  /* line 2061, ../../sass/home/style.scss */
  .home .info-wrap .admissions-info {
    padding: 18px 15px 20px 15px;
  }
  /* line 2066, ../../sass/home/style.scss */
  .home .info-wrap .admissions-info-inner .info-schedule {
    margin-top: 1.5em;
  }
  /* line 2068, ../../sass/home/style.scss */
  .home .info-wrap .admissions-info-inner .info-schedule dd {
    margin-top: .4em;
  }
  /* line 2075, ../../sass/home/style.scss */
  .home .info-wrap .more-box ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 2078, ../../sass/home/style.scss */
  .home .info-wrap .more-box ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 485px) {
  /* line 2096, ../../sass/home/style.scss */
  .home header .header .category-tl .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  /* line 2098, ../../sass/home/style.scss */
  .home header .header .category-tl .ttl .txt-small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 2111, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box::after {
    height: 74px;
  }
  /* line 2115, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box dl {
    width: 110px;
    margin-right: 10px;
  }
  /* line 2118, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box dl dt {
    float: none;
    border-top: 3px solid #514068;
    border-left: none;
    padding: 5px 0;
  }
  /* line 2124, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box dl dd {
    width: auto;
    float: none;
    margin: 0;
  }
  /* line 2130, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box .detail-box {
    vertical-align: inherit;
  }
  /* line 2142, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl {
    height: 155px;
  }
  /* line 2144, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .ttl-lg {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 2157, ../../sass/home/style.scss */
  .home .facilty-block .slide li .research-environment-box {
    top: 20px;
    left: 20px;
  }
  /* line 2160, ../../sass/home/style.scss */
  .home .facilty-block .slide li .research-environment-box .name {
    font-size: 22px;
    font-size: 2.2rem;
  }
  /* line 2165, ../../sass/home/style.scss */
  .home .facilty-block .slide li .research-environment-box .des-box .des-inner {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 485px) {
  /* line 2181, ../../sass/home/style.scss */
  .home .character-block .character-list .list-even {
    top: 30px;
  }
  /* line 2186, ../../sass/home/style.scss */
  .home .character-block .ttl-area p {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 2189, ../../sass/home/style.scss */
  .home .character-block .ttl-area .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 2192, ../../sass/home/style.scss */
  .home .character-block .ttl-area .ttl .st-ttl {
    font-size: 30px;
    font-size: 3rem;
    padding-left: 2px;
  }
}
@media screen and (max-width: 400px) {
  /* line 2204, ../../sass/home/style.scss */
  .home .sp-br {
    display: block;
  }
  /* line 2209, ../../sass/home/style.scss */
  .home .info-wrap .ttl-box .vertical-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  /* line 2219, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box .detail-box ul li .target {
    padding: 1px 5px;
  }
  /* line 2233, ../../sass/home/style.scss */
  .home .character-block .character-list li .txt {
    font-size: 45px;
    font-size: 4.5rem;
    bottom: -30px;
  }
  /* line 2240, ../../sass/home/style.scss */
  .home .character-block .character-list .list-even .txt {
    top: 55px;
  }
  /* line 2251, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li {
    margin-bottom: 5%;
  }
  /* line 2254, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li:last-child {
    margin-bottom: 0;
  }
  /* line 2258, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-box {
    height: auto;
    top: -30px;
    left: 10px;
  }
  /* line 2264, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl {
    height: 145px;
  }
  /* line 2267, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .ttl-lg {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 2270, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-ttl .ttl-sm {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 2275, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .scrl-img {
    min-height: 165px;
  }
  /* line 2279, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .img-wrap {
    min-height: 165px;
    left: 10px;
  }
}
@media screen and (max-width: 374px) {
  /* line 2296, ../../sass/home/style.scss */
  .home .facilty-block .slide li .des-txt {
    max-width: 270px;
  }
}
@media screen and (max-width: 380px) {
  /* line 2309, ../../sass/home/style.scss */
  .home .info-wrap .admissions-info-inner .link-area {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  /* line 2314, ../../sass/home/style.scss */
  .home .info-wrap .admissions-info-inner .link-area a {
    padding: 21px 0;
  }
}
@media screen and (max-width: 370px) {
  /* line 2328, ../../sass/home/style.scss */
  .home .character-block .ttl-area .ttl .st-ttl {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 365px) {
  /* line 2345, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box {
    bottom: 10px;
    left: 5px;
  }
  /* line 2348, ../../sass/home/style.scss */
  .home .info-wrap .briefing-block .fig-box .date-box dl {
    width: 95px;
    margin-right: 5px;
  }
  /* line 2363, ../../sass/home/style.scss */
  .home .faculty-block .faculty-wrap .faculty-content .faculty-list li .vertical-box {
    height: 145px;
  }
}
/* line 5, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 {
  padding: 50px 0 48px;
}
/* line 9, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .grad-school-block {
  width: 55%;
  float: left;
}
/* line 12, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .grad-school-block .ttl-box {
  top: -42px;
}
/* line 15, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .grad-school-block .admissions-info {
  padding: 18px 39px 20px;
  margin-bottom: 4.16667%;
}
/* line 18, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .grad-school-block .admissions-info .btn-bottom {
  width: 54.35606%;
  min-width: 200px;
  margin: 20px auto 0;
}
/* line 22, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .grad-school-block .admissions-info .btn-bottom a {
  position: relative;
  display: block;
  padding: 7px 10px 5px 2em;
  text-align: center;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9;
  color: #514068;
  border: 1px solid #514068;
}
/* line 34, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .grad-school-block .admissions-info .btn-bottom a:hover {
  color: #fff;
  background: #514068;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 40, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .grad-school-block .admissions-info .btn-bottom a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  display: block;
  width: 9px;
  height: 11px;
  background: url(/graduate_school/common/img/share/icon_arrow04.png) center center no-repeat;
  background-size: contain;
}
/* line 57, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap {
  width: 39.16016%;
  float: right;
}
/* line 61, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item {
  width: 47.38155%;
  margin: 0 5.12195% 5.48628% 0;
  float: left;
  background: #fff;
  border-top: 2px solid #6b5c7f;
}
/* line 67, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item:nth-child(2n) {
  margin-right: 0;
}
/* line 70, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a {
  position: relative;
  display: table;
  width: 100%;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #514068;
}
/* line 79, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a:hover {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 82, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a .icon-external {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: inherit;
  width: 16px;
  height: 16px;
  margin-left: 0;
  background: #514068;
}
/* line 91, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a .icon-external:before, .home .info-wrap.st01 .more-wrap .list-more .item a .icon-external:after {
  width: 8px;
  height: 6px;
}
/* line 96, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a .icon-external:before {
  margin: 4px 3px 0 0;
  border-color: #fff;
}
/* line 100, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a .icon-external:after {
  margin: 4px 3px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 106, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a .tbc {
  display: table-cell;
  height: 130px;
  padding-bottom: 1em;
  vertical-align: bottom;
}
/* line 112, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a .icon {
  margin-bottom: 19px;
}
/* line 115, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .more-wrap .list-more .item a .txt {
  display: block;
}
/* line 123, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link {
  margin-top: 30px;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
/* line 127, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link {
  display: inline-block;
  margin: 0 10px 30px;
}
/* line 131, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link.item-last .link-btn {
  padding: 1.1em 3em 1em;
}
/* line 133, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link.item-last .link-btn::after {
  content: none;
}
/* line 138, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn {
  padding: 1.1em 1.8em 1em;
  min-width: 350px;
  font-family: '游明朝 Light', '游明朝', 'YuMincho','ＭＳ 明朝', serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
/* line 145, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn:hover:before {
  background: url(/graduate_school/common/img/share/icon-arrow.png) center center no-repeat;
  background-size: contain;
}
/* line 150, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn:hover .icon-external:before {
  border-color: #514068;
}
/* line 153, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn:hover .icon-external:after {
  border-top: 1px solid #514068;
  border-right: 1px solid #514068;
}
/* line 159, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  width: 9px;
  height: 11px;
  background: url(/graduate_school/common/img/share/icon-arrow-wh.png) center center no-repeat;
  background-size: contain;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 171, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn .icon-external {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: inherit;
  width: 16px;
  height: 16px;
  margin-left: 0;
}
/* line 179, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn .icon-external:before, .home .info-wrap.st01 .list-link .item-link .link-btn .icon-external:after {
  width: 8px;
  height: 6px;
}
/* line 184, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn .icon-external:before {
  margin: 4px 3px 0 0;
  border-color: #fff;
}
/* line 188, ../../sass/home/_style_binh.scss */
.home .info-wrap.st01 .list-link .item-link .link-btn .icon-external:after {
  margin: 4px 3px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 199, ../../sass/home/_style_binh.scss */
.home .info-wrap .content-bnr {
  margin-top: 10px;
  padding-bottom: 40px;
}
/* line 203, ../../sass/home/_style_binh.scss */
.home .info-wrap .bnr-list {
  display: flex;
  flex-wrap: row wrap;
  justify-content: space-between;
}
/* line 207, ../../sass/home/_style_binh.scss */
.home .info-wrap .bnr-list li {
  text-align: center;
  position: relative;
  width: 47%;
}
/* line 211, ../../sass/home/_style_binh.scss */
.home .info-wrap .bnr-list li a {
  display: block;
  position: relative;
}
/* line 214, ../../sass/home/_style_binh.scss */
.home .info-wrap .bnr-list li a img {
  width: 100%;
  height: auto;
}
/* line 218, ../../sass/home/_style_binh.scss */
.home .info-wrap .bnr-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 220, ../../sass/home/_style_binh.scss */
.home .info-wrap .bnr-list li a:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 225, ../../sass/home/_style_binh.scss */
.home .info-wrap .bnr-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 1000px) {
  /* line 247, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .grad-school-block .ttl-box {
    top: -60px;
  }
}
@media only screen and (max-width: 960px) {
  /* line 255, ../../sass/home/_style_binh.scss */
  .home .info-wrap {
    /* 2018.01.24 */
  }
  /* line 257, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .grad-school-block {
    width: 100%;
    float: none;
  }
  /* line 261, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .more-wrap {
    width: 100%;
    float: none;
    max-width: 640px;
    margin: 0 auto;
  }
  /* line 268, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .list-link .item-link {
    display: block;
    max-width: 400px;
    margin: 0 auto 15px;
  }
  /* line 273, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .list-link .item-link.item-last .link-btn {
    padding: 1.1em 1.8em 1em;
  }
  /* line 277, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .list-link .item-link .link-btn {
    min-width: inherit;
  }
  /* line 285, ../../sass/home/_style_binh.scss */
  .home .info-wrap .content-bnr {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 292, ../../sass/home/_style_binh.scss */
  .home .info-wrap .bnr-list {
    display: block;
  }
  /* line 294, ../../sass/home/_style_binh.scss */
  .home .info-wrap .bnr-list li {
    margin-bottom: 1em;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 303, ../../sass/home/_style_binh.scss */
  .home .info-wrap {
    /* 2018.01.24 */
  }
  /* line 307, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .grad-school-block .admissions-info {
    padding: 18px 15px 20px 15px;
  }
  /* line 314, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .more-wrap .list-more .item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 323, ../../sass/home/_style_binh.scss */
  .home .info-wrap .content-bnr {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 385px) {
  /* line 333, ../../sass/home/_style_binh.scss */
  .home .info-wrap.st01 .list-link .item-link .sp-br {
    display: block;
  }
}
