@charset "UTF-8";
#container {
  position: relative;
}

#container .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  #container .inner {
    width: 86%;
  }
}

a:hover {
  opacity: 1;
}

header {
  border-top: solid 8px #fff000;
}

header .header {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header h1 {
  padding: 45px 0 50px;
}

@media screen and (max-width: 640px) {
  header {
    background: #fff000;
    height: 15vw;
    border-top: 0;
  }
  header .header {
    width: calc(85vw - 1px) !important;
    height: 15vw;
    border-right: solid 1px #ccc;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  header .header h1 {
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  header .header h1 img {
    height: 11vw;
    margin-top: 0.7vw;
    margin-left: 5vw;
  }
}

.daigaku-link a {
  display: block;
  background: #efefef;
  width: 240px;
  height: 50px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  border: solid 1px #000;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.daigaku-link a img {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.daigaku-link a:hover {
  background-color: #fff000;
}

.daigaku-link a:hover img {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

@media screen and (max-width: 640px) {
  .daigaku-link {
    display: none;
  }
}

#kv {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #FFF100;
  margin-bottom: 100px;
}

#kv figure {
  width: 1280px;
}

#kv figure img {
  width: 1280px;
  max-width: 1280px;
}

@media screen and (max-width: 640px) {
  #kv {
    margin-bottom: 15vw;
  }
  #kv figure {
    width: 120vw;
  }
  #kv figure img {
    width: 120vw;
  }
}

.nav #gnav {
  margin-bottom: 100px;
}

.nav #gnav ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav #gnav ul li {
  width: 32%;
  margin: 0 0.5%;
  border-top: solid 4px #000;
}

.nav #gnav ul li a {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../../images/nav-arrow.svg) center bottom 10px no-repeat #efefef;
  height: 140px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.nav #gnav ul li a figure {
  padding-bottom: 10px;
}

.nav #gnav ul li a:hover {
  background-color: #fff000;
  background-position: center bottom 0;
}

.nav #gnav.nav-tour a {
  height: 90px;
}

@media screen and (min-width: 640px) {
  .nav #gnav {
    display: block !important;
    opacity: 1 !important;
  }
}

.nav .spnav {
  display: none;
}

@media screen and (max-width: 640px) {
  .nav {
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100vw !important;
    height: 0;
    z-index: 1000;
  }
  .nav #gnav {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .nav #gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3vh;
  }
  .nav #gnav ul li {
    width: 80%;
    height: auto;
  }
  .nav #gnav ul li a {
    height: 16vh;
  }
  .nav #gnav ul li a figure {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .nav #gnav .daigaku-link {
    display: block;
  }
  .nav .spnav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 15vw;
    height: 15vw;
    background: #ffffff;
  }
  .nav .spnav span {
    height: 4px;
    width: 40%;
    left: 30%;
    background: #4b4b4b;
  }
  .nav .spnav span:nth-child(1) {
    top: calc(35% - 2px);
  }
  .nav .spnav span:nth-child(2) {
    top: calc(50% - 2px);
  }
  .nav .spnav span:nth-child(3) {
    top: calc(65% - 3px);
  }
  .nav .spnav.close span {
    top: calc(50% - 2px) !important;
  }
}

section {
  margin-bottom: 60px;
}

section:last-child {
  margin-bottom: 0;
}

section h3 {
  text-align: center;
  margin-bottom: 20px;
}

section h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  background: #000000;
}

section .lead {
  text-align: center;
  font-size: 12.5pt;
  margin-bottom: 50px;
}

section .lead.red {
  color: #f00;
}

section ul.movie-links {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

section ul.movie-links li {
  width: 31%;
  margin-right: 2%;
}

section ul.movie-links li span.title {
  display: block;
  font-size: 16pt;
  margin-bottom: 0.5em;
}

section ul.movie-links li span.title small {
  font-size: 85%;
  color: #ff0706;
  display: inline-block;
  margin-left: 0.5em;
}

section ul.movie-links li a, section ul.movie-links li .thumbnail, section ul.movie-links li .comingsoon {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

section ul.movie-links li a img, section ul.movie-links li .thumbnail img, section ul.movie-links li .comingsoon img {
  width: 100%;
}

section ul.movie-links li a.border, section ul.movie-links li .thumbnail.border, section ul.movie-links li .comingsoon.border {
  border: solid 1px #ccc;
}

section ul.movie-links li .pdf {
  display: block;
  margin-bottom: 0.5em;
}

section ul.movie-links li > p {
  margin-bottom: 0.5em;
}

section .kikangentei {
  font-weight: bold;
  font-size: 12pt;
  line-height: 1.5em;
}

section .kikangentei span.red {
  color: #ff0706;
  display: inline !important;
}

section .kikangentei:before {
  content: "期間限定";
  color: #ff0706;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  section {
    margin-bottom: 15vw;
  }
  section h3 {
    margin-bottom: 6vw;
  }
  section h3 img {
    height: 8vw;
  }
  section h3:after {
    margin-top: 5vw;
  }
  section .lead {
    font-size: 3.5vw;
  }
  section ul.movie-links {
    display: block;
  }
  section ul.movie-links li {
    width: 100%;
    margin-bottom: 10vw;
  }
  section ul.movie-links li span.title {
    font-size: 5vw;
  }
  section ul.movie-links li > p {
    font-size: 4vw;
    line-height: 1.5em;
  }
  section .kikangentei {
    font-size: 4vw;
  }
}

#meigaku .links {
  width: 640px;
  margin: auto;
}

#meigaku .links > a {
  color: #000000;
  font-size: 18pt;
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: solid 6px #000;
  position: relative;
  font-weight: bold;
  margin-bottom: 1em;
}

#meigaku .links > a:before {
  content: "";
  margin-right: 0.3em;
  display: inline-block;
  width: 1em;
  height: 1rem;
  background: url(../../images/arrow-right.svg) center center/contain no-repeat;
}

#meigaku .links > a:after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background: #fff000;
  position: absolute;
  left: 0;
  bottom: -6px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#meigaku .links > a:hover:after {
  width: 100%;
}

#meigaku .links .extra > a {
  color: #1455ff;
  font-size: 14pt;
  display: inline-block;
  margin-bottom: 1em;
}

#meigaku .links .extra > a:before {
  content: "";
  margin-right: 0.3em;
  display: inline-block;
  width: 1em;
  height: 1rem;
  background: url(../../images/arrow-right-blue.svg) center center/contain no-repeat;
}

#meigaku .links .extra > a:hover {
  color: #000000;
}

@media screen and (max-width: 640px) {
  #meigaku .links {
    width: 100%;
  }
  #meigaku .links > a {
    font-size: 4vw;
  }
  #meigaku .links .extra > a {
    font-size: 4vw;
  }
  #meigaku .links .extra p {
    font-size: 3.5vw;
    line-height: 1.5em;
    width: 100%;
  }
}

#gentei {
  margin-bottom: 90px;
}

#gentei h2 {
  text-align: center;
}

#gentei .gentei {
  background: #fff000;
  padding-top: 75px;
  margin-top: -20px;
  padding-bottom: 80px;
}

#gentei .gentei #gentei-howto {
  margin-bottom: 80px;
  padding-top: 50px;
}

#gentei .gentei #gentei-howto .tmp {
  text-align: center;
  margin-bottom: 70px;
}

#gentei .gentei #gentei-howto h4 {
  text-align: center;
  font-size: 17pt;
  margin-bottom: 30px;
  font-weight: bold;
}

#gentei .gentei #gentei-howto figure {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#gentei .gentei #gentei-howto figure > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 29.5%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #gentei h2 img {
    height: 14vw;
  }
  #gentei .gentei {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
  #gentei .gentei #gentei-howto {
    margin-bottom: 15vw;
    padding-top: 10vw;
  }
  #gentei .gentei #gentei-howto .tmp {
    margin-bottom: 9vw;
    padding-top: 1vw;
  }
  #gentei .gentei #gentei-howto .tmp img {
    height: 4vw;
  }
  #gentei .gentei #gentei-howto h4 {
    font-size: 4vw;
  }
  #gentei .gentei #gentei-howto figure {
    width: 100%;
  }
}

#gakubu .gakubu-banner {
  position: relative;
}

#gakubu .gakubu-banner a, #gakubu .gakubu-banner span {
  display: block;
  margin-bottom: 15px;
}

#gakubu .gakubu-banner a dl, #gakubu .gakubu-banner span dl {
  position: absolute;
  right: 120px;
  top: 0;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#gakubu .gakubu-banner a dl dt, #gakubu .gakubu-banner a dl dd, #gakubu .gakubu-banner span dl dt, #gakubu .gakubu-banner span dl dd {
  color: #ffffff;
}

#gakubu .gakubu-banner a dl dt, #gakubu .gakubu-banner span dl dt {
  font-size: 18pt;
  margin-bottom: 0.6em;
}

#gakubu .gakubu-banner a dl dd, #gakubu .gakubu-banner span dl dd {
  line-height: 1.8em;
}

#gakubu .gakubu-banner a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#gakubu .gakubu-banner a:hover {
  opacity: 0.7;
}

#kouryu ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 80px;
}

#kouryu ul li {
  width: 32%;
}

#kouryu ul li a, #kouryu ul li div.end {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

#kouryu ul li a span, #kouryu ul li div.end span {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(50% - 0.5em);
  margin-top: -0.5em;
  color: #ffffff;
  font-size: 18pt;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#kouryu ul li a span small, #kouryu ul li div.end span small {
  font-size: 85%;
  color: inherit;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#kouryu ul li p {
  margin-bottom: 0.5em;
  line-height: 1.8em;
}

#kouryu .ocans a picture {
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#kouryu .ocans a p {
  background: #efefef;
  height: 52px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 2px #efefef;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#kouryu .ocans a:hover picture {
  opacity: 0.9;
}

#kouryu .ocans a:hover p {
  background-color: #fff000;
  border-color: #fff;
}

@media screen and (max-width: 640px) {
  #kouryu {
    margin-bottom: 5vw;
  }
  #kouryu ul {
    display: block;
  }
  #kouryu ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
  #kouryu ul li:last-child {
    margin-bottom: 0;
  }
  #kouryu ul li a span {
    font-size: 5vw;
    left: 4vw;
    text-shadow: 0 0 2vw black;
    letter-spacing: -0.05em;
  }
  #kouryu ul li p {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
}

.ocans a picture {
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.ocans a p {
  background: #efefef;
  height: 52px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 2px #efefef;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.ocans a:hover picture {
  opacity: 0.9;
}

.ocans a:hover p {
  background-color: #fff000;
  border-color: #fff;
}

@media screen and (max-width: 640px) {
  .ocans a p {
    display: none;
  }
}

#panf {
  margin-bottom: 130px;
}

#panf figure {
  margin-bottom: 50px;
}

#panf a {
  display: block;
  text-align: center;
  padding: 15px 0;
  background: #efefef;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#panf a:hover {
  background: #fff000;
}

@media screen and (max-width: 640px) {
  #panf {
    margin-bottom: 25vw;
  }
  #panf figure {
    margin-bottom: 5vw;
  }
  #panf a img {
    height: 5vw;
  }
}

#motto {
  border-bottom: solid 1px #ccc;
  margin-bottom: 50px;
}

#motto .exp {
  line-height: 1.4em;
  margin-bottom: 0.4em;
}

#motto .exp.exp1 {
  margin-bottom: 1.5em;
}

#motto .exp img {
  vertical-align: middle;
  margin-bottom: 0.3em;
}

#motto .eventlist-title {
  margin-bottom: 0.7em;
  font-size: 16pt;
}

#motto table {
  width: 100%;
  margin-bottom: 50px;
}

#motto table tr .kikan {
  border-left: solid 3px #fff;
  white-space: nowrap;
}

#motto table tr .event {
  border-left: solid 1px #fff;
}

#motto table tr .event.end:after {
  content: "【終了しました】";
  display: block;
  color: #ff0706;
}

#motto table thead tr th {
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 12pt;
  padding: 0.5em 0;
}

#motto table tbody tr th, #motto table tbody tr td {
  font-weight: normal;
  padding: 15px 0px;
  background: #efefef;
}

#motto table tbody tr th.bb, #motto table tbody tr td.bb {
  border-bottom: solid  1px #fff;
}

#motto table tbody tr th.bg1, #motto table tbody tr td.bg1 {
  background: #efefef !important;
}

#motto table tbody tr .buungakub {
  background: #cb2839 !important;
  width: 10px;
}

#motto table tbody tr .keizaigakubu {
  background: #61b1e7 !important;
  width: 10px;
}

#motto table tbody tr .shakaigakubu {
  background: #ced957 !important;
  width: 10px;
}

#motto table tbody tr .hougakubu {
  background: #db9032 !important;
  width: 10px;
}

#motto table tbody tr .kokusaigakubu {
  background: #61af65 !important;
  width: 10px;
}

#motto table tbody tr .shinrigakubu {
  background: #593792 !important;
  width: 10px;
}

#motto table tbody tr .gakubu {
  font-size: 17pt;
  padding-left: 0.7em;
  padding-right: 0.7em;
  white-space: nowrap;
}

#motto table tbody tr .gakubu a {
  color: #000;
}

#motto table tbody tr .gakubu a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../images/motto-icon-star-blue.svg) center center/contain no-repeat;
}

#motto table tbody tr .gakka {
  border-left: solid 1px #fff;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14pt;
  white-space: nowrap;
}

#motto table tbody tr .gakka a {
  color: #000;
}

#motto table tbody tr .gakka a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../images/motto-icon-star-blue.svg) center center/contain no-repeat;
}

#motto table tbody tr .gakka a.info:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../images/motto-icon-info.svg) center center/contain no-repeat;
}

#motto table tbody tr .kikan {
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  vertical-align: middle;
}

#motto table tbody tr .kikan span {
  display: inline-block;
  color: inherit;
  text-align: left;
  line-height: 1.3em;
}

#motto table tbody tr .event {
  padding-left: 1em;
  vertical-align: middle;
  line-height: 1.4em;
}

#motto table tbody tr .event a.event-info:after {
  vertical-align: bottom;
  margin-bottom: -0.2em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../images/motto-icon-info.svg) center center/contain no-repeat;
  vertical-align: top;
  margin-left: 0.2em;
}

#motto table tbody tr:nth-child(even) th, #motto table tbody tr:nth-child(even) td {
  background: #e1e1e1;
}

#motto .faculty-list {
  margin-bottom: 50px;
  padding-top: 20px;
}

#motto .faculty-list > ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#motto .faculty-list > ul li {
  width: 31.5%;
  background: #f5f5f5;
  margin-bottom: 20px;
}

#motto .faculty-list > ul li .faculty-name {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3em;
  color: #fff;
  font-weight: bold;
}

#motto .faculty-list > ul li .faculty-name:after {
  color: #fff;
}

#motto .faculty-list > ul li .faculty-name a.star {
  color: #fff;
  display: inline-block;
  margin-left: 0.5em;
}

#motto .faculty-list > ul li a.faculty-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#motto .faculty-list > ul li .bg-box {
  padding: 1em 1em;
  height: 50px;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#motto .faculty-list > ul li .bg-box > span {
  display: inline-block;
  white-space: nowrap;
}

#motto .faculty-list > ul li .bg-box a {
  display: inline-block;
}

#motto .faculty-list > ul li .bg-box .break {
  margin: 0 0.3em;
}

#motto .faculty-list > ul li .literature {
  background: #e4002a;
}

#motto .faculty-list > ul li .economics {
  background: #00a2e4;
}

#motto .faculty-list > ul li .sociology {
  background: #c0d53a;
}

#motto .faculty-list > ul li .law {
  background: #ed7e1c;
}

#motto .faculty-list > ul li .international {
  background: #0da54e;
}

#motto .faculty-list > ul li .psychology {
  background: #4f1f84;
}

#motto ul.motto-banners {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

#motto ul.motto-banners li {
  width: 31.5%;
  margin-bottom: 30px;
  margin-left: 1.3%;
  margin-right: 1.3%;
}

#motto ul.motto-banners li:nth-child(3n) {
  margin-right: 0;
}

#motto ul.motto-banners li:nth-child(1) {
  margin-left: 0;
}

#motto ul.motto-banners li a {
  display: block;
  position: relative;
}

#motto ul.motto-banners li a span {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 16pt;
  font-weight: bold;
  text-shadow: 0 0 5px black;
}

@media screen and (max-width: 640px) {
  #motto .exp {
    font-size: 3vw;
  }
  #motto .table-container {
    width: 100%;
    overflow-x: scroll;
  }
  #motto .table-container table th, #motto .table-container table td {
    font-size: 3.5vw !important;
    white-space: nowrap;
  }
  #motto .table-container table tbody td.buungakub {
    padding-left: 1.5vw;
    width: 0;
  }
  #motto .table-container table tbody td.gakubu {
    font-size: 4vw !important;
  }
  #motto .faculty-list ul {
    display: block;
  }
  #motto .faculty-list ul li {
    width: 100%;
  }
  #motto .faculty-list ul li a.faculty-title {
    font-size: 3.5vw;
  }
  #motto .faculty-list ul li .bg-box {
    height: auto;
    padding: 4vw -2vw;
  }
  #motto .faculty-list ul li .bg-box a {
    font-size: 3.5vw;
  }
  #motto ul.motto-banners {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #motto ul.motto-banners li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#modal.modal-event {
  background: none;
}

#modal.modal-event #modal_inner {
  max-width: 400px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#modal.modal-event #modal_inner #modal_container {
  padding-top: 15px;
  padding-bottom: 15px;
}

#modal.modal-event #modal_inner #modal_container h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #000;
}

#modal.modal-event #modal_inner #modal_close {
  border-radius: 15px;
}

#modal.modal-event #modal_inner #modal_close:before, #modal.modal-event #modal_inner #modal_close:after {
  width: 60%;
  left: 20%;
}

@media screen and (max-width: 640px) {
  #modal.modal-event #modal_inner {
    max-width: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }
  #modal.modal-event #modal_inner #modal_container h3 {
    font-size: 5vw;
  }
  #modal.modal-event #modal_inner #modal_container p {
    font-size: 3.5vw;
  }
}

.sns {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
}

.sns p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding-right: 1em;
}

.sns ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sns ul li {
  width: 48px;
  margin: 5px;
}

.sns ul li a {
  display: block;
  text-align: center;
}

.sns ul li a img {
  margin-bottom: 5px;
}

.sns ul li a span {
  font-size: 14px;
}

.sns ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .sns p {
    font-size: 3.5vw;
  }
  .sns ul li {
    width: 12vw;
  }
  .sns ul li a span {
    font-size: 3vw;
  }
}

.tour {
  padding: 0 0 80px;
}

.tour#shirokane {
  background: #efefef;
}

.tour .map {
  position: relative;
  margin-bottom: 20px;
}

.tour .map > ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tour .map > ul li {
  width: 3.7%;
  height: 5.4%;
  position: absolute;
  top: 0;
  left: 0;
}

.tour .map > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.tour .map > ul li a img {
  width: 100%;
}

.tour .map > ul li a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.tour ul {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tour ul li {
  width: 23.5%;
  margin-bottom: 40px;
  margin-right: 2%;
}

.tour ul li:nth-child(4n) {
  margin-right: 0;
}

.tour ul li a {
  display: block;
}

.tour ul li a .title {
  font-size: 11.5pt;
  margin-bottom: 0.5em;
}

.tour ul li a .thumb {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.tour ul li a .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 60px;
  height: 63px;
  background: url(../../images/icon-360.svg) center center/contain no-repeat;
}

.tour ul li a .thumb.movie:after {
  content: "";
  background: url(../../images/icon-movie.svg) center center no-repeat;
  width: 100%;
  height: 100%;
}

.tour ul li a p {
  font-size: 11pt;
  line-height: 1.5em;
}

.tour#yokohama .map span {
  position: absolute;
  right: -3%;
  bottom: 1.8%;
  width: 25%;
  display: block;
}

.tour#yokohama .map > ul li.c1 {
  left: 19.1%;
  top: 71.7%;
}

.tour#yokohama .map > ul li.c2 {
  left: 14.4%;
  top: 74.9%;
}

.tour#yokohama .map > ul li.c3 {
  left: 10.6%;
  top: 71.3%;
}

.tour#yokohama .map > ul li.c4 {
  left: 18.3%;
  top: 62.8%;
}

.tour#yokohama .map > ul li.c5 {
  left: 26.7%;
  top: 65.4%;
}

.tour#yokohama .map > ul li.c6 {
  left: 36.8%;
  top: 48.5%;
}

.tour#yokohama .map > ul li.c7 {
  left: 35.2%;
  top: 54.7%;
}

.tour#yokohama .map > ul li.c8 {
  left: 46.1%;
  top: 46.3%;
}

.tour#yokohama .map > ul li.c9 {
  left: 48.3%;
  top: 26.2%;
}

.tour#yokohama .map > ul li.c10 {
  left: 41.4%;
  top: 27.8%;
}

.tour#yokohama .map > ul li.c11 {
  left: 78.5%;
  top: 33.4%;
}

.tour#yokohama .map > ul li.c12 {
  left: 56.8%;
  top: 15.4%;
}

.tour#shirokane {
  padding-top: 80px;
}

.tour#shirokane .map > ul li.c1 {
  left: 27.9%;
  top: 52.5%;
}

.tour#shirokane .map > ul li.c2 {
  left: 33.3%;
  top: 39.8%;
}

.tour#shirokane .map > ul li.c3 {
  left: 37.3%;
  top: 39.8%;
}

.tour#shirokane .map > ul li.c4 {
  left: 40.5%;
  top: 44.6%;
}

.tour#shirokane .map > ul li.c5 {
  left: 42.3%;
  top: 32.3%;
}

.tour#shirokane .map > ul li.c6 {
  left: 65.6%;
  top: 30.3%;
}

.tour#shirokane .map > ul li.c7 {
  left: 52.1%;
  top: 30.1%;
}

.tour#shirokane .map > ul li.c8 {
  left: 64.8%;
  top: 13.4%;
}

.tour#shirokane .map > ul li.c9 {
  left: 75.4%;
  top: 7.4%;
}

.tour#shirokane .map > ul li.c10 {
  left: 83.9%;
  top: 4.3%;
}

.tour#shirokane .map > ul li.c11 {
  left: 80.5%;
  top: 15.2%;
}

@media screen and (max-width: 640px) {
  .tour {
    padding-bottom: 0vw;
  }
  .tour ul li {
    width: 48%;
    margin-right: 4%;
  }
  .tour ul li:nth-child(2n) {
    margin-right: 0;
  }
  .tour ul li a .title {
    font-size: 4vw;
    height: 2.5em;
  }
  .tour ul li a .thumb:after {
    width: 20%;
    height: 34%;
  }
  .tour ul li a .thumb.movie:after {
    background-size: 25%;
  }
  .tour ul li a p {
    font-size: 3.5vw;
  }
  .tour#shirokane {
    padding-top: 15vw;
  }
}

.tour-banner {
  padding-bottom: 60px;
}

.tour-banner .banner-shirokane a.banner {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tour-banner .banner-shirokane a.banner:hover {
  opacity: 0.7;
}

.tour-banner .banner-shirokane .kikangentei {
  margin-bottom: 1em;
}

.tour-banner .banner-shirokane a.pdf:before {
  content: url(../../images/arrow-right-blue.svg);
  vertical-align: middle;
  margin-right: 0.5em;
}

@media screen and (max-width: 640px) {
  .tour-banner {
    padding-bottom: 15vw;
  }
  .tour-banner a.pdf {
    font-size: 3.5vw;
  }
}

.entry-fixed {
  position: fixed;
  right: -15vw;
  bottom: 10vw;
  width: 15vw;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.entry-fixed.active {
  right: 0;
}

.mocklist ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mocklist ul li {
  width: 31.5%;
  margin-bottom: 40px;
}

.mocklist ul li h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mocklist ul li h4:before {
  content: "■";
  font-size: 150%;
}

.mocklist ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.mocklist ul li a img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.mocklist ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../mocklecture/images/movie.svg) center center no-repeat;
}

.mocklist ul li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mocklist ul li p {
  line-height: 1.5em;
}

.mocklist ul li.bungakubu h4:before {
  color: #cb2839;
}

.mocklist ul li.keizaigakubu h4:before {
  color: #61b1e7;
}

.mocklist ul li.shakaigakubu h4:before {
  color: #ced957;
}

.mocklist ul li.hougakubu h4:before {
  color: #db9032;
}

.mocklist ul li.kokusaigakubu h4:before {
  color: #61af65;
}

.mocklist ul li.shinrigakubu h4:before {
  color: #593792;
}

@media screen and (max-width: 640px) {
  .mocklist ul li {
    width: 48%;
    margin-bottom: 5vw;
  }
  .mocklist ul li h4 {
    font-size: 3.8vw;
  }
  .mocklist ul li a:after {
    background-size: 25%;
  }
  .mocklist ul li p {
    font-size: 3vw;
  }
}

.ocans2 {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 640px) {
  .ocans2 {
    margin-bottom: 20vw !important;
  }
}

/*# sourceMappingURL=base.css.map */