@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------------------------------
  GENERIC
  -----------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  min-width: 320px;
  height: 100%;
  text-align: left;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Helvetica, Arial, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, table, caption, thead, tr, th, td, form {
  font-size: 100%;
}

article, aside, footer, header, nav, section, main {
  display: block;
}

a, embed, object {
  outline: none;
}

a {
  color: #0b6fb4;
  text-decoration: none;
}

img {
  border: none;
}

hr {
  display: none;
}

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
}

::selection {
  background: #b29245;
  color: #fff;
}

::-moz-selection {
  background: #b29245;
  color: #fff;
}

/*-----------------------------------------------
  common
  -----------------------------------------------*/
.i-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  padding: 110px 0 0;
  overflow: hidden;
}

.i-wrapper-inner {
  position: relative;
  z-index: 10;
  display: block;
  min-height: 400px;
  background: #000;
}
.i-wrapper-inner img {
  width: 100%;
}

.u-display--pc {
  display: none;
}

.u-textBlock {
  padding: 10px 20px;
}
.u-textBlock p {
  display: block;
  margin: 0 0 40px;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-weight: normal;
}

.u-error-ttl {
  margin: 0 0 20px;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: 16px;
  font-weight: bold;
  color: #c63527;
}

.u-ico-external {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin: 0 5px;
  background: url('../img/ico_external_link.svg?1490759783') no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

.u-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.u-requiredItem {
  display: inline-block;
  margin: 0 4px;
  padding: 2px 4px;
  background: #b29245;
  color: #000;
  font-size: 11px;
  letter-spacing: 2px;
  border-radius: 6px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

.u-errorMes {
  position: absolute;
  display: inline-block;
  margin: 5px 0;
  padding: 8px;
  font-size: 14px;
  background: #c63527;
  color: #fff;
  border-radius: 6px;
}
.u-errorMes::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -8px;
  left: 50%;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 0 0 -15px;
  background: #c63527;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.u-errorMes span {
  position: relative;
  z-index: 1;
}

[class^="u-form"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}

[class^="u-form--input"], [class^="u-form--textarea"] {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  background: #333;
  color: #fff;
  border: 1px solid #444;
}

[class^="u-form--input"]:focus, [class^="u-form--textarea"]:focus, [class^="u-form--btn"]:focus {
  outline: 1px solid #b29245;
}

.u-alineBlock--default .u-btn, .u-alineBlock--default .u-form--btn {
  display: block;
  max-width: 480px;
  margin: auto;
  padding: 12px;
  background: #000;
  border: 1px solid #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.u-alineBlock--default .u-form--btn {
  width: 100%;
  cursor: pointer;
}

.u-alineBlock--jpn .u-btn, .u-alineBlock--jpn .u-form--btn {
  display: block;
  max-width: 480px;
  margin: 0 auto 10px;
  padding: 14px;
  background: #000;
  border: 1px solid #fff;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.u-alineBlock--jpn .u-form--btn {
  width: 100%;
  cursor: pointer;
}
.u-alineBlock--jpn.half {
  text-align: center;
}
.u-alineBlock--jpn.half [class^="u-form--btn"] {
  display: inline-block;
  width: 48%;
}

@media screen and (min-width: 769px) {
  .i-wrapper {
    padding: 180px 0 0;
  }

  .i-wrapper-inner section > [class$="-inner"] {
    margin: auto;
    width: 960px;
  }

  .u-display--sp {
    display: none !important;
  }

  .u-display--pc {
    display: block !important;
  }

  .u-textBlock {
    padding: 10px 0;
  }
  .u-textBlock p {
    font-family: Garamond, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }

  .u-error-ttl {
    margin: 0 0 30px;
    font-size: 20px;
  }

  .u-alineBlock--default .u-btn, .u-alineBlock--default .u-form--btn {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .u-alineBlock--default .u-btn::before, .u-alineBlock--default .u-btn::after, .u-alineBlock--default .u-form--btn::before, .u-alineBlock--default .u-form--btn::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
  }
  .u-alineBlock--default .u-btn::before, .u-alineBlock--default .u-form--btn::before {
    top: 0px;
    left: 0px;
  }
  .u-alineBlock--default .u-btn::after, .u-alineBlock--default .u-form--btn::after {
    bottom: 0px;
    right: 0px;
  }
  .u-alineBlock--default .u-btn:hover, .u-alineBlock--default .u-form--btn:hover {
    border: 1px solid transparent;
  }
  .u-alineBlock--default .u-btn:hover:before, .u-alineBlock--default .u-btn:hover:after, .u-alineBlock--default .u-form--btn:hover:before, .u-alineBlock--default .u-form--btn:hover:after {
    width: 100%;
    height: 100%;
  }
  .u-alineBlock--default .u-btn:hover::before, .u-alineBlock--default .u-form--btn:hover::before {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: height .3s, width .3s .3s;
  }
  .u-alineBlock--default .u-btn:hover::after, .u-alineBlock--default .u-form--btn:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: height .3s, width .3s .3s;
  }
  .u-alineBlock--default.right {
    text-align: right;
  }
  .u-alineBlock--default .u-btn {
    display: inline-block;
    padding: 12px 50px;
  }

  .u-alineBlock--jpn .u-btn, .u-alineBlock--jpn .u-form--btn {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 280px;
    max-width: none;
    padding: 12px 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .u-alineBlock--jpn .u-btn::before, .u-alineBlock--jpn .u-btn::after, .u-alineBlock--jpn .u-form--btn::before, .u-alineBlock--jpn .u-form--btn::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
  }
  .u-alineBlock--jpn .u-btn::before, .u-alineBlock--jpn .u-form--btn::before {
    top: 0px;
    left: 0px;
  }
  .u-alineBlock--jpn .u-btn::after, .u-alineBlock--jpn .u-form--btn::after {
    bottom: 0px;
    right: 0px;
  }
  .u-alineBlock--jpn .u-btn:hover, .u-alineBlock--jpn .u-form--btn:hover {
    border: 1px solid transparent;
  }
  .u-alineBlock--jpn .u-btn:hover:before, .u-alineBlock--jpn .u-btn:hover:after, .u-alineBlock--jpn .u-form--btn:hover:before, .u-alineBlock--jpn .u-form--btn:hover:after {
    width: 100%;
    height: 100%;
  }
  .u-alineBlock--jpn .u-btn:hover::before, .u-alineBlock--jpn .u-form--btn:hover::before {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: height .3s, width .3s .3s;
  }
  .u-alineBlock--jpn .u-btn:hover::after, .u-alineBlock--jpn .u-form--btn:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: height .3s, width .3s .3s;
  }
  .u-alineBlock--jpn.center {
    text-align: center;
  }
  .u-alineBlock--jpn.center .u-btn, .u-alineBlock--jpn.center .u-form--btn {
    margin: auto;
  }
  .u-alineBlock--jpn.right {
    text-align: right;
  }
  .u-alineBlock--jpn.half {
    text-align: center;
  }
  .u-alineBlock--jpn.half [class^="u-form--btn"] {
    display: inline-block;
    width: 280px;
  }
}
.GlobalHeader {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.GlobalHeader .GlobalHeader-inner {
  margin: 20px;
}
.GlobalHeader .GlobalHeader-logo a {
  display: block;
  width: 40px;
  height: 47.52px;
  background: url('../img/keio_emblem.png?1490759783') no-repeat 0 0;
  background-size: contain;
}
.GlobalHeader .GlobalHeader-btnMenu {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 44px;
}
.GlobalHeader .GlobalHeader-btnMenu i {
  position: relative;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
.GlobalHeader .GlobalHeader-btnMenu i::before, .GlobalHeader .GlobalHeader-btnMenu i::after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.GlobalHeader .GlobalHeader-btnMenu i::before {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.GlobalHeader .GlobalHeader-btnMenu i::after {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.GlobalHeader .GlobalHeader-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 260px;
  margin-right: -260px;
  padding: 20px;
  background: #c63527;
}
.GlobalHeader .GlobalHeader-menu ul {
  position: fixed;
}
.GlobalHeader .GlobalHeader-menu li a {
  display: block;
  padding: 10px;
  color: #fff;
  white-space: nowrap;
}
.GlobalHeader.is-fixed {
  position: fixed;
  top: 0;
}
.GlobalHeader.is-fixed .GlobalHeader-inner {
  margin: 0;
  height: 44px;
}
.GlobalHeader.is-fixed .GlobalHeader-logo {
  display: none;
}
.GlobalHeader.is-fixed .GlobalHeader-btnMenu {
  background: #c63527;
}
.GlobalHeader.is-open {
  height: 100%;
}
.GlobalHeader.is-open .GlobalHeader-btnMenu {
  position: fixed;
}
.GlobalHeader.is-open .GlobalHeader-btnMenu i {
  background: none;
}
.GlobalHeader.is-open .GlobalHeader-btnMenu i::before {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
.GlobalHeader.is-open .GlobalHeader-btnMenu i::after {
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.GlobalHeader.is-open .GlobalHeader-menu {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .GlobalHeader .GlobalHeader-inner {
    width: 960px;
    margin: 20px auto;
  }
  .GlobalHeader .GlobalHeader-logo a {
    width: 101px;
    height: 120px;
  }
  .GlobalHeader .GlobalHeader-btnMenu {
    display: none;
  }
  .GlobalHeader .GlobalHeader-menu {
    display: block;
    left: 50%;
    right: auto;
    background: none;
    width: 960px;
    margin-left: -480px;
  }
  .GlobalHeader .GlobalHeader-menu ul {
    position: absolute;
    right: 0;
    font-size: 0;
  }
  .GlobalHeader .GlobalHeader-menu li {
    display: inline-block;
  }
  .GlobalHeader .GlobalHeader-menu li a {
    padding: 10px;
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
  }
  .GlobalHeader.is-fixed {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, transparent), color-stop(0.5, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .GlobalHeader.is-fixed .GlobalHeader-inner {
    height: 50px;
    margin: 0 auto;
  }
  .GlobalHeader.is-fixed .GlobalHeader-menu {
    padding: 10px 15px;
  }
}
[class^="u-snsShare"] {
  background: #000;
  padding: 0;
  text-align: center;
}
[class^="u-snsShare"] [class^="u-snsShare-btn"] {
  display: inline-block;
  margin: 0 5px;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
}
[class^="u-snsShare"] [class^="u-snsShare-btn"] i {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #000;
  margin: 9px 0 9px 15px;
}
[class^="u-snsShare"] .u-snsShare-btn--fb {
  background: url('../img/btn_sns_fb.svg?1490759782') no-repeat 5px center #fff;
  background-size: 28px 28px;
}
[class^="u-snsShare"] .u-snsShare-btn--tw {
  background: url('../img/btn_sns_tw.svg?1490759783') no-repeat 5px center #fff;
  background-size: 28px 28px;
}

.u-snsShare--ss {
  background: none;
}
.u-snsShare--ss [class^="u-snsShare-btn"] {
  margin: 0 3px;
  width: 80px;
  height: 20px;
  border-radius: 10px;
}
.u-snsShare--ss [class^="u-snsShare-btn"] i {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  color: #000;
  margin: 4px 0 4px 13px;
}
.u-snsShare--ss .u-snsShare-btn--fb {
  background-size: 20px 20px;
}
.u-snsShare--ss .u-snsShare-btn--tw {
  background-size: 20px 20px;
}

.Footer {
  padding: 50px 0;
  background: #000;
  text-align: center;
}
.Footer small {
  font-size: 12px;
}

/* Error */
.page_Error .i-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 110px 0 0;
  overflow: hidden;
}
.page_Error #Error .Error-ttl {
  padding: 20px 20px 5px;
}
.page_Error #Error .Error-ttl span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
}

@media screen and (min-width: 769px) {
  .page_Error .i-wrapper {
    padding: 180px 0 0;
  }
  .page_Error #Error .Error-ttl {
    padding: 20px 0 5px;
  }
  .page_Error #Error .Error-ttl span {
    font-size: 40px;
  }
}
/*-----------------------------------------------
  TOP
  -----------------------------------------------*/
#Loading {
  position: absolute;
  z-index: 2000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}
#Loading i {
  position: absolute;
  display: block;
  z-index: 2100;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url('../img/loading.gif?1490759844');
  background-size: contain;
}

.page_Top .i-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  padding: 320px 0 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .page_Top .i-wrapper {
    padding: 700px 0 0;
  }
}
.MainVisual {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 320px;
  background: url('../img/mainv.jpg?1490759783') no-repeat center 100%;
  background-size: cover;
}
.MainVisual .MainVisual-ttl {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 216px;
  height: 82px;
  margin: -41px 0 0;
  background: url('../img/title.png?1490759785') no-repeat 0 0;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: fadeIn 0.8s ease 1s;
  -moz-animation: fadeIn 0.8s ease 1s;
  animation: fadeIn 0.8s ease 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.MainVisual .u-snsShare--ss {
  position: absolute;
  left: 20px;
  bottom: 80px;
  -webkit-animation: fadeIn 0.8s ease 1.2s;
  -moz-animation: fadeIn 0.8s ease 1.2s;
  animation: fadeIn 0.8s ease 1.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 769px) {
  .MainVisual {
    height: 700px;
  }
  .MainVisual .MainVisual-inner {
    position: relative;
    width: 960px;
    height: 700px;
    margin: auto;
  }
  .MainVisual .MainVisual-inner .MainVisual-ttl {
    width: 432px;
    height: 164px;
  }
  .MainVisual .u-snsShare--ss {
    position: absolute;
    left: 20px;
    bottom: 185px;
  }
}
#About {
  position: relative;
  padding: 110px 0 20px;
}
#About .About-ttl {
  position: absolute;
  top: -30px;
  visibility: hidden;
  padding: 50px 20px 0;
  height: 125px;
}
#About .About-ttl::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -20px;
  display: block;
  width: 145px;
  height: 125px;
  background: url('../img/bg_num01.svg?1490759782') no-repeat 0 0;
  background-size: contain;
  opacity: .48;
}
#About .About-ttl > span {
  position: relative;
  z-index: 1;
  display: block;
  width: 280px;
  height: 52px;
  background: url('../img/ttl_about.png?1490759784') no-repeat 0 0;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#About .u-textBlock {
  visibility: hidden;
}
#About.is-active .About-ttl {
  visibility: visible;
  -webkit-animation: fadeInLeft 0.8s ease 0.25s;
  -moz-animation: fadeInLeft 0.8s ease 0.25s;
  animation: fadeInLeft 0.8s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#About.is-active .u-textBlock {
  visibility: visible;
  -webkit-animation: fadeIn 0.8s ease 0.8s;
  -moz-animation: fadeIn 0.8s ease 0.8s;
  animation: fadeIn 0.8s ease 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 769px) {
  #About {
    padding: 297px 0 100px;
  }
  #About .About-ttl {
    top: -60px;
    height: 297px;
    padding: 186px 0 0;
  }
  #About .About-ttl::before {
    left: -176px;
    width: 296px;
    height: 257px;
  }
  #About .About-ttl > span {
    width: 607px;
    height: 112px;
  }
}
#System {
  position: relative;
  padding-top: 110px;
  background: url('../img/bg_sec02.jpg?1490759783') no-repeat 0 25px;
  background-size: 960px auto;
}
#System .System-ttl {
  position: absolute;
  top: -30px;
  visibility: hidden;
  padding: 50px 20px 0;
  height: 125px;
}
#System .System-ttl::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -20px;
  display: block;
  width: 169px;
  height: 128.5px;
  background: url('../img/bg_num02.svg?1490759782') no-repeat 0 0;
  background-size: contain;
  opacity: .3;
}
#System .System-ttl > span {
  position: relative;
  z-index: 1;
  display: block;
  width: 127.5px;
  height: 23.5px;
  background: url('../img/ttl_system.png?1490759784') no-repeat 0 0;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#System .SystemArticle {
  margin: 0 0 20px;
}
#System .SystemArticle [class^="SystemArticle-ttl"] {
  position: relative;
  padding: 20px;
}
#System .SystemArticle [class^="SystemArticle-ttl"] span {
  display: block;
  margin: 0 0 0 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#System .SystemArticle [class^="SystemArticle-ttl"]::before {
  position: absolute;
  top: 50%;
  left: -24px;
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin: -2px 0 0;
  border-radius: 2px;
  background: #b29245;
}
#System .SystemArticle .SystemArticle-ttl01 span {
  width: 239px;
  height: 17px;
  background: url('../img/sys_article_ttl01.png?1490759783') no-repeat 0 0;
  background-size: contain;
}
#System .SystemArticle .SystemArticle-ttl02 span {
  width: 267px;
  height: 18px;
  background: url('../img/sys_article_ttl02.png?1490759783') no-repeat 0 0;
  background-size: contain;
}
#System .SystemArticle .SystemArticle-ttl03 .SystemArticle-txt01 {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 7px;
  width: 99px;
  height: 16.5px;
  background: url('../img/sys_article_ttl03_01.png?1490759783') no-repeat 0 0;
  background-size: contain;
}
#System .SystemArticle .SystemArticle-ttl03 .SystemArticle-txt02 {
  display: inline-block;
  margin-bottom: 5px;
  width: 214px;
  height: 17px;
  background: url('../img/sys_article_ttl03_02.png?1490759783') no-repeat 0 0;
  background-size: contain;
}
#System .SystemArticle .SystemArticle-ttl04 span {
  width: 161px;
  height: 17.5px;
  background: url('../img/sys_article_ttl04.png?1490759783') no-repeat 0 0;
  background-size: contain;
}
#System .SystemArticle:first-of-type .SystemArticle-img {
  visibility: hidden;
}
#System .SystemArticle:first-of-type .u-textBlock {
  visibility: hidden;
}
#System.is-active .System-ttl {
  visibility: visible;
  -webkit-animation: fadeInLeft 0.8s ease 0.25s;
  -moz-animation: fadeInLeft 0.8s ease 0.25s;
  animation: fadeInLeft 0.8s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#System.is-active .SystemArticle:first-of-type .SystemArticle-img {
  visibility: visible;
  -webkit-animation: fadeInUp 0.8s ease 0.25s;
  -moz-animation: fadeInUp 0.8s ease 0.25s;
  animation: fadeInUp 0.8s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#System.is-active .SystemArticle:first-of-type .u-textBlock {
  visibility: visible;
  -webkit-animation: fadeIn 0.8s ease 0.8s;
  -moz-animation: fadeIn 0.8s ease 0.8s;
  animation: fadeIn 0.8s ease 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#SystemAnimation02 .SystemArticle-img, #SystemAnimation03 .SystemArticle-img,
#SystemAnimation04 .SystemArticle-img {
  visibility: hidden;
}
#SystemAnimation02 .u-textBlock, #SystemAnimation03 .u-textBlock,
#SystemAnimation04 .u-textBlock {
  visibility: hidden;
}
#SystemAnimation02.is-active .SystemArticle-img, #SystemAnimation03.is-active .SystemArticle-img,
#SystemAnimation04.is-active .SystemArticle-img {
  visibility: visible;
  -webkit-animation: fadeInUp 0.8s ease 0.25s;
  -moz-animation: fadeInUp 0.8s ease 0.25s;
  animation: fadeInUp 0.8s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#SystemAnimation02.is-active .u-textBlock, #SystemAnimation03.is-active .u-textBlock,
#SystemAnimation04.is-active .u-textBlock {
  visibility: visible;
  -webkit-animation: fadeIn 0.8s ease 0.8s;
  -moz-animation: fadeIn 0.8s ease 0.8s;
  animation: fadeIn 0.8s ease 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 769px) {
  #System {
    padding: 170px 0 100px;
    background: url('../img/bg_sec02.jpg?1490759783') no-repeat 0 25px;
    background-size: 100% auto;
  }
  #System .System-ttl {
    top: -90px;
    height: 250px;
    padding: 110px 0 0;
  }
  #System .System-ttl::before {
    left: -176px;
    width: 296px;
    height: 257px;
  }
  #System .System-ttl > span {
    width: 255px;
    height: 47px;
  }
  #System .SystemArticle {
    position: relative;
  }
  #System .SystemArticle .SystemArticle-img {
    position: absolute;
    top: 76px;
    width: 460px;
    height: 260px;
  }
  #System .SystemArticle .SystemArticle-img:nth-of-type(2) {
    top: 356px;
  }
  #System .SystemArticle .u-textBlock {
    padding: 0 0 0 490px;
  }
  #System .SystemArticle:nth-of-type(even) .SystemArticle-img {
    right: 0;
  }
  #System .SystemArticle:nth-of-type(even) .u-textBlock {
    padding: 0 490px 0 0;
  }
  #System .SystemArticle:nth-of-type(3) {
    height: 630px;
  }
  #System .SystemArticle [class^="SystemArticle-ttl"] {
    padding: 20px 0;
  }
  #System .SystemArticle [class^="SystemArticle-ttl"] span {
    display: block;
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #System .SystemArticle [class^="SystemArticle-ttl"]::before {
    position: absolute;
    top: 50%;
    left: -56px;
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    margin: -2px 0 0;
    border-radius: 2px;
    background: #b29245;
  }
  #System .SystemArticle .SystemArticle-ttl01 span {
    width: 478px;
    height: 34px;
    background: url('../img/sys_article_ttl01.png?1490759783') no-repeat 0 0;
    background-size: contain;
  }
  #System .SystemArticle .SystemArticle-ttl02 span {
    width: 534px;
    height: 36px;
    background: url('../img/sys_article_ttl02.png?1490759783') no-repeat 0 0;
    background-size: contain;
  }
  #System .SystemArticle .SystemArticle-ttl03 .SystemArticle-txt01 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 7px;
    width: 198px;
    height: 33px;
    background: url('../img/sys_article_ttl03_01.png?1490759783') no-repeat 0 0;
    background-size: contain;
  }
  #System .SystemArticle .SystemArticle-ttl03 .SystemArticle-txt02 {
    display: inline-block;
    margin-bottom: 0;
    width: 428px;
    height: 34px;
    background: url('../img/sys_article_ttl03_02.png?1490759783') no-repeat 0 0;
    background-size: contain;
  }
  #System .SystemArticle .SystemArticle-ttl04 span {
    width: 322px;
    height: 35px;
    background: url('../img/sys_article_ttl04.png?1490759783') no-repeat 0 0;
    background-size: contain;
  }
}
#Student {
  position: relative;
  padding-top: 110px;
  background: url('../img/bg_sec03.jpg?1490759783') no-repeat 0 25px;
  background-size: auto 100%;
}
#Student .Student-ttl {
  position: absolute;
  top: -30px;
  visibility: hidden;
  padding: 50px 20px 0;
  height: 125px;
}
#Student .Student-ttl::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -20px;
  display: block;
  width: 169px;
  height: 128.5px;
  background: url('../img/bg_num03.svg?1490759782') no-repeat 0 0;
  background-size: contain;
  opacity: .3;
}
#Student .Student-ttl > span {
  position: relative;
  z-index: 1;
  display: block;
  width: 172px;
  height: 23.5px;
  background: url('../img/ttl_student.png?1490759784') no-repeat 0 0;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#Student .StudentArticle {
  padding: 0 0 20px;
}
#Student .StudentArticle .StudentArticle-ttl01 {
  position: relative;
  padding: 20px;
}
#Student .StudentArticle .StudentArticle-ttl01 span {
  display: block;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 196px;
  height: 57px;
  background: url('../img/stu_article01.png?1490759784') no-repeat 0 0;
  background-size: contain;
}
#Student .StudentArticle .StudentArticle-img01 {
  visibility: hidden;
  width: 80%;
  max-width: 300px;
  margin: auto;
}
#Student .StudentArticle .StudentArticle-img02 {
  width: 145.5px;
  height: 46px;
  margin: 60px auto 50px;
}
#Student .StudentArticle .StudentArticle-img02 figcaption {
  display: none;
}
#Student .StudentArticle .u-textBlock {
  visibility: hidden;
}
#Student .StudentArticle + .StudentArticle {
  padding: 0 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#Student.is-active .Student-ttl {
  visibility: visible;
  -webkit-animation: fadeInLeft 0.8s ease 0.25s;
  -moz-animation: fadeInLeft 0.8s ease 0.25s;
  animation: fadeInLeft 0.8s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#Student.is-active .StudentArticle:first-of-type .StudentArticle-img01 {
  visibility: visible;
  -webkit-animation: fadeInUp 0.8s ease 0.25s;
  -moz-animation: fadeInUp 0.8s ease 0.25s;
  animation: fadeInUp 0.8s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#Student.is-active .StudentArticle:first-of-type .u-textBlock {
  visibility: visible;
  -webkit-animation: fadeIn 0.8s ease 0.8s;
  -moz-animation: fadeIn 0.8s ease 0.8s;
  animation: fadeIn 0.8s ease 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#StudentAnimation02 .StudentArticle-img02 {
  visibility: hidden;
}
#StudentAnimation02 .u-textBlock {
  visibility: hidden;
}
#StudentAnimation02.is-active .StudentArticle-img02 {
  visibility: visible;
  -webkit-animation: fadeInUp 0.8s ease 0.25s;
  -moz-animation: fadeInUp 0.8s ease 0.25s;
  animation: fadeInUp 0.8s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#StudentAnimation02.is-active .u-textBlock {
  visibility: visible;
  -webkit-animation: fadeIn 0.8s ease 0.8s;
  -moz-animation: fadeIn 0.8s ease 0.8s;
  animation: fadeIn 0.8s ease 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 769px) {
  #Student {
    padding: 200px 0 80px;
    background: url('../img/bg_sec03.jpg?1490759783') no-repeat 0 100%;
    background-size: 1920px auto;
  }
  #Student .Student-ttl {
    top: -90px;
    height: 250px;
    padding: 90px 0 0;
  }
  #Student .Student-ttl::before {
    left: -176px;
    width: 296px;
    height: 257px;
  }
  #Student .Student-ttl > span {
    width: 392px;
    height: 114px;
  }
  #Student .StudentArticle {
    position: relative;
    padding: 0 0 20px;
  }
  #Student .StudentArticle .StudentArticle-ttl01 {
    position: relative;
    padding: 0 0 0 380px;
  }
  #Student .StudentArticle .StudentArticle-ttl01 span {
    display: block;
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 392px;
    height: 114px;
    background: url('../img/stu_article01.png?1490759784') no-repeat 0 0;
    background-size: contain;
  }
  #Student .StudentArticle .StudentArticle-img01 {
    position: absolute;
    width: 340px;
    max-width: 340px;
    margin: auto;
  }
  #Student .StudentArticle .StudentArticle-img02 {
    position: absolute;
    top: 40px;
    left: 25px;
    width: 300px;
    max-width: 340px;
  }
  #Student .StudentArticle .u-textBlock {
    padding: 40px 0 0 380px;
    text-align: left;
  }
  #Student .StudentArticle + .StudentArticle {
    padding: 0 0 20px;
  }
}
section#Message {
  position: relative;
  padding: 110px 0 50px;
}
section#Message .Message-ttl {
  position: absolute;
  top: -30px;
  visibility: hidden;
  padding: 50px 20px 0;
  height: 125px;
}
section#Message .Message-ttl::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: -20px;
  display: block;
  width: 169px;
  height: 128.5px;
  background: url('../img/bg_num04.svg?1490759782') no-repeat 0 0;
  background-size: contain;
  opacity: .3;
}
section#Message .Message-ttl > span {
  position: relative;
  z-index: 1;
  display: block;
  width: 190px;
  height: 23.5px;
  background: url('../img/ttl_message.png?1490759784') no-repeat 0 0;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
section#Message .u-textBlock {
  visibility: hidden;
}
section#Message.is-active .Message-ttl {
  visibility: visible;
  -webkit-animation: fadeInLeft 0.8s ease 0.25s;
  -moz-animation: fadeInLeft 0.8s ease 0.25s;
  animation: fadeInLeft 0.8s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
section#Message.is-active .u-textBlock {
  visibility: visible;
  -webkit-animation: fadeIn 0.8s ease 0.8s;
  -moz-animation: fadeIn 0.8s ease 0.8s;
  animation: fadeIn 0.8s ease 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 769px) {
  section#Message {
    padding: 260px 0 50px;
  }
  section#Message .Message-ttl {
    top: -90px;
    height: 250px;
    padding: 140px 0 0;
  }
  section#Message .Message-ttl::before {
    left: -176px;
    width: 296px;
    height: 257px;
  }
  section#Message .Message-ttl > span {
    width: 344px;
    height: 47px;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.SpotNews {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  border-top: 3px solid #c63527;
  background: #333;
  -webkit-animation: fadeInUp 0.3s ease 0s;
  -moz-animation: fadeInUp 0.3s ease 0s;
  animation: fadeInUp 0.3s ease 0s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.SpotNews .SpotNews-inner {
  padding: 12px 15px;
  margin: auto;
}
.SpotNews .SpotNews-ttl {
  display: inline-block;
  padding: 12px 14px;
  background: #c63527;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.SpotNews .SpotNews-ttl .SpotNews-ttl-blink {
  -webkit-animation: blink 1s ease 0s infinite;
  -moz-animation: blink 1s ease 0s infinite;
  animation: blink 1s ease 0s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.SpotNews .SpotNews-list {
  margin: 0 0 0 65px;
}
.SpotNews .SpotNews-list a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
.SpotNews.is-hidden {
  display: none;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .SpotNews .SpotNews-inner {
    min-height: 68px;
    padding: 12px 15px;
  }
  .SpotNews .SpotNews-ttl {
    height: 68px;
    padding: 25px 14px;
  }
}
/*-----------------------------------------------
  Message
  -----------------------------------------------*/
.page_Message .i-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0 0;
  overflow: hidden;
}
.page_Message #Message .Message-ttl, .page_Message #Message .u-textBlock {
  visibility: visible;
}

#Message .Message-form [class^="Message-form-inner"] > .Message-form-set {
  margin: 0 0 45px;
}
#Message .Message-form [class^="Message-form-inner"] > .Message-form-set .Message-form-item {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 5px;
}
#Message .Message-form [class^="Message-form-inner"] > .Message-form-set .Message-form-item br {
  display: none;
}
#Message .Message-form [class^="Message-form-inner"] > .Message-form-set .Message-form-item small {
  font-size: 13px;
}
#Message .Message-form [class^="Message-form-inner"] > .Message-form-set [class^="Message-form-count"] {
  display: block;
  margin: 10px 0;
  font-size: 14px;
}
#Message .Message-form [class^="Message-form-inner"] > .Message-form-set .Message-form-count--red {
  color: #c63527;
  font-weight: bold;
}
#Message .Message-form [class^="Message-form-inner"] .u-form--textarea {
  height: 180px;
}
#Message .Message-form .Message-form-inner02 > .Message-form-set {
  margin: 0 0 52px;
}
#Message .Message-termsBlock {
  margin: 0 0 20px;
}
#Message .Message-termsBlock .Message-termsBlock-ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.4;
}
#Message .Message-termsBlock .Message-termsBlock-list {
  padding: 0 0 0 20px;
}
#Message .Message-termsBlock .Message-termsBlock-list li {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.6;
}
#Message .Message-termsBlock .Message-termsBlock-list li a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .page_Message .i-wrapper {
    padding: 200px 0 0;
  }
  .page_Message #Message {
    padding: 160px 0 20px;
  }

  #Message .Message-form [class^="Message-form-inner"] {
    margin: 0 0 15px;
  }
  #Message .Message-form [class^="Message-form-inner"] input[type="text"], #Message .Message-form [class^="Message-form-inner"] input[type="email"] {
    width: 420px;
  }
  #Message .Message-form [class^="Message-form-inner"] .u-form--textarea {
    height: 300px;
  }
  #Message .Message-form [class^="Message-form-inner"] > .Message-form-set {
    position: relative;
    padding: 0 0 0 180px;
  }
  #Message .Message-form [class^="Message-form-inner"] > .Message-form-set .Message-form-item {
    position: absolute;
    left: 0;
    width: 170px;
  }
  #Message .Message-form [class^="Message-form-inner"] > .Message-form-set .Message-form-item br {
    display: inline;
  }
  #Message .Message-termsBlock .Message-termsBlock-list {
    padding: 0 0 0 30px;
  }
}

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