@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scrolldown {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }

@keyframes scrolldown {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@-webkit-keyframes interview-title-sp {
  0% {
    left: 100%; }
  100% {
    left: -890px; } }

@keyframes interview-title-sp {
  0% {
    left: 100%; }
  100% {
    left: -890px; } }

@-webkit-keyframes interview-title-desktop {
  0% {
    left: 100%; }
  100% {
    left: -1271px; } }

@keyframes interview-title-desktop {
  0% {
    left: 100%; }
  100% {
    left: -1271px; } }

/********************BASE**********************/
body {
  background: #fff;
  font-family: YakuHanJP, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
  word-break: break-word;
  letter-spacing: .06em; }

a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  @media (min-width: 569px) {
    a:hover {
      opacity: .5;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; } }
  a.link--underlined {
    border-bottom: 1px solid; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative; }

p {
  margin: 0 0 20px;
  line-height: 1.8; }

.follow-header {
  position: fixed;
  top: -140px;
  left: 0;
  z-index: 140;
  height: 140px;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .follow-header.active {
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  @media (max-width: 568px) {
    .follow-header {
      top: -65px;
      height: 65px;
      padding: 0 0 0 20px; } }
  .follow-header-logo-box {
    display: flex;
    align-items: center;
    color: #000; }
    .follow-header-logo-box .txt {
      font-family: 'M PLUS 1p', sans-serif;
      display: inline-block;
      margin: 0 0 0 30px; }
      @media (max-width: 568px) {
        .follow-header-logo-box .txt {
          display: none; } }
  .follow-header-logo {
    height: 30px;
    display: block; }
    @media (max-width: 568px) {
      .follow-header-logo {
        height: 25px;
        margin-top: 3px; } }
.menu {
  position: fixed;
  top: 25px;
  right: 0;
  z-index: 100;
  width: 90px;
  height: 90px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  cursor: pointer;
  color: #000;
  font-family: 'M PLUS 1p', sans-serif; }
  @media (max-width: 568px) {
    .menu {
      width: 65px;
      height: 65px;
      top: 0; } }
  .menu .txt {
    font-size: 10px;
    font-size: 0.625rem;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px); }
  .menu .bar {
    background: #000;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 50%;
    border-radius: 1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease .5s;
    transition: ease .5s; }
    @media (max-width: 568px) {
      .menu .bar {
        width: 20px; } }
    .menu .bar:nth-child(1) {
      top: 35%; }
    .menu .bar:nth-child(2) {
      top: 45%; }
  .menu.active .bar {
    top: 39%; }
  .menu.active .bar:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg); }
  .menu.active .bar:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg); }

.header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 80;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 568px) {
    .header {
      padding: 65px 30px;
      height: 100%;
      overflow: scroll; } }
  .header__container-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .header__container-wrap {
        height: auto; } }
  .header__container {
    width: 100%; }
    @media (min-width: 569px) {
      .header__container {
        display: flex;
        align-items: center;
        justify-content: center; } }
  .header__column01 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 569px) {
      .header__column01 {
        width: 40%;
        padding: 0 60px; } }
  .header__column02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 569px) {
      .header__column02 {
        width: 60%;
        padding: 0 60px; } }
  .header__logo-box {
    display: block;
    margin: 0 0 70px;
    color: #000; }
    @media (max-width: 568px) {
      .header__logo-box {
        display: none; } }
    .header__logo-box__label {
      width: 118px;
      height: 32px;
      border: 1px solid;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 900;
      font-family: 'M PLUS 1p', sans-serif;
      margin: 0 auto; }
  .header__logo {
    height: 100px;
    display: block;
    margin: 0 auto 50px; }
  .header__entry-opener-box {
    padding: 20px 0 40px; }
  .header__entry-opener.graduate-btn {
    width: 300px;
    height: 80px;
    font-size: 20px;
    font-weight: 900; }
    @media (max-width: 568px) {
      .header__entry-opener.graduate-btn {
        width: 100%;
        margin: 0 !important; } }
.header-nav {
  padding: 0 0 40px; }
  @media (max-width: 568px) {
    .header-nav {
      padding: 0 0 10px; } }
  .header-nav-item-box {
    margin: 0 0 40px; }
    @media (min-width: 569px) {
      .header-nav-item-box {
        display: flex;
        align-items: baseline;
        justify-content: space-between; } }
  .header-nav-item {
    color: #000;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer; }
    .header-nav-item:hover {
      opacity: .5;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }

.header-sub-nav {
  display: flex; }
  @media (max-width: 568px) {
    .header-sub-nav {
      margin: 5px 0 0; } }
  .header-sub-nav-item {
    color: #3e3a39; }
    .header-sub-nav-item:after {
      content: "・";
      display: inline-block; }
    .header-sub-nav-item:last-child:after {
      display: none; }

.header-company-nav {
  display: flex; }
  .header-company-nav-item {
    color: #181716;
    margin: 0 30px 0 0; }
    .header-company-nav-item:after {
      content: ">";
      display: inline-block;
      margin: 0 0 0 .5em;
      -webkit-transform: scale(0.66);
              transform: scale(0.66); }

.entry-opener-wrap {
  position: fixed;
  top: 70px;
  right: 90px;
  z-index: 100; }
  @media (max-width: 568px) {
    .entry-opener-wrap {
      top: 32.5px;
      right: 65px; } }
.entry-opener {
  width: 95px;
  height: 95px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #957828;
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 20px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  @media (max-width: 568px) {
    .entry-opener {
      width: 50px;
      height: 50px;
      font-size: 11px; } }
.entry-body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/graduate/title-img/brighton-recruit.png?20230127) center bottom/auto 84px #fff no-repeat;
  padding: 60px;
  z-index: 120;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 568px) {
    .entry-body {
      background: url(/images/graduate/title-img/recruit.png?20230127) center bottom/auto 60px #fff no-repeat;
      padding: 60px 30px 70px; } }
  .entry-body__container-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .entry-body__container {
    width: 100%; }
  .entry-body-title {
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    color: #957828;
    margin: 0 0 80px; }
    @media (max-width: 568px) {
      .entry-body-title {
        margin: 0 0 15px; } }
  .entry-body__btn-box {
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .entry-body__btn-box {
        margin: 0; } }
  @media (max-width: 568px) {
    .entry-body .graduate-btn {
      width: 270px; } }
  .entry-body .graduate-btn.of-gold-ghost02 {
    font-size: 17px;
    height: 150px; }
    @media (max-width: 568px) {
      .entry-body .graduate-btn.of-gold-ghost02 {
        font-size: 15px;
        height: 90px; } }
  .entry-body .graduate-btn .-smaller {
    letter-spacing: 0;
    font-size: 12px;
    display: inline-block;
    line-height: 1.4;
    margin-top: .5em; }
    @media (max-width: 568px) {
      .entry-body .graduate-btn .-smaller {
        font-size: 10px; } }
.entry-close {
  width: 90px;
  height: 90px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  cursor: pointer;
  color: #957828;
  font-family: 'M PLUS 1p', sans-serif;
  border-radius: 50%;
  border: 1px solid #957828;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 100px auto 0; }
  @media (max-width: 568px) {
    .entry-close {
      width: 60px;
      height: 60px;
      margin: 0 auto; } }
  .entry-close .txt {
    font-size: 10px;
    font-size: 0.625rem;
    white-space: nowrap;
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px); }
  .entry-close .bar {
    background: #957828;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 43%;
    left: 50%;
    border-radius: 1px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
    @media (max-width: 568px) {
      .entry-close .bar {
        width: 20px; } }
    .entry-close .bar:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

.bottom-nav {
  background: #d8ceb9;
  padding: 60px 60px 150px;
  position: relative; }
  @media (max-width: 568px) {
    .bottom-nav {
      padding: 70px 30px 65px; } }
  .bottom-nav:before {
    content: "";
    display: block;
    width: 1px;
    height: 65px;
    background: #957828;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
            transform: translate(-50%, -30px);
    -webkit-animation: scrolldown 1.4s ease-in-out infinite;
            animation: scrolldown 1.4s ease-in-out infinite;
    opacity: 0; }
  .bottom-nav__entry-opener-box {
    padding: 90px 0 0; }
    @media (max-width: 568px) {
      .bottom-nav__entry-opener-box {
        padding: 0; } }
  .bottom-nav__entry-opener.graduate-btn {
    width: 360px;
    height: 150px;
    font-size: 26px;
    font-weight: 900;
    font-family: 'M PLUS 1p', sans-serif; }
    @media (max-width: 568px) {
      .bottom-nav__entry-opener.graduate-btn {
        width: 240px;
        height: 100px;
        font-size: 20px; } }
  .bottom-nav__icon-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 90px 0 0; }
    @media (max-width: 568px) {
      .bottom-nav__icon-nav {
        padding: 35px 0 0; } }
    .bottom-nav__icon-nav-item {
      display: flex;
      align-items: center;
      padding: 0 35px; }
      @media (max-width: 568px) {
        .bottom-nav__icon-nav-item {
          padding: 15px; } }
      @media (min-width: 569px) {
        .bottom-nav__icon-nav-item:hover {
          opacity: 1; }
          .bottom-nav__icon-nav-item:hover .bottom-nav__icon-nav-item__txt:after {
            right: -5px;
            -webkit-transition: all .2s ease;
            transition: all .2s ease; } }
      .bottom-nav__icon-nav-item__icon {
        width: 78px;
        height: 78px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 568px) {
          .bottom-nav__icon-nav-item__icon {
            width: 70px;
            height: 70px; } }
      .bottom-nav__icon-nav-item__icon-img {
        display: block; }
        .bottom-nav__icon-nav-item__icon-img.of-guideline {
          width: 34px; }
          @media (max-width: 568px) {
            .bottom-nav__icon-nav-item__icon-img.of-guideline {
              width: 30px; } }
        .bottom-nav__icon-nav-item__icon-img.of-schedule {
          width: 38px; }
          @media (max-width: 568px) {
            .bottom-nav__icon-nav-item__icon-img.of-schedule {
              width: 34px; } }
        .bottom-nav__icon-nav-item__icon-img.of-faq {
          width: 40px; }
          @media (max-width: 568px) {
            .bottom-nav__icon-nav-item__icon-img.of-faq {
              width: 35px; } }
      .bottom-nav__icon-nav-item__txt {
        width: 175px;
        margin: 0 0 0 15px;
        padding: 0 10px 15px;
        border-bottom: 1px solid;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #957828;
        letter-spacing: .2em;
        font-size: 18px;
        font-weight: bold;
        position: relative; }
        @media (max-width: 568px) {
          .bottom-nav__icon-nav-item__txt {
            width: 155px;
            font-size: 16px; } }
        .bottom-nav__icon-nav-item__txt:after {
          content: "";
          display: block;
          border-top: 1px solid;
          border-right: 1px solid;
          position: absolute;
          top: 50%;
          right: 10px;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 6px;
          height: 6px;
          margin-top: -7.5px;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
  .bottom-nav__btn-nav {
    padding: 90px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 568px) {
      .bottom-nav__btn-nav {
        padding: 30px 0 0; } }
    .bottom-nav__btn-nav-item {
      margin: 0 25px; }
      @media (max-width: 568px) {
        .bottom-nav__btn-nav-item {
          margin: 15px; } }
      .bottom-nav__btn-nav-item.graduate-btn {
        height: 78px; }
        @media (max-width: 568px) {
          .bottom-nav__btn-nav-item.graduate-btn {
            height: 70px; } }
.footer {
  padding: 90px 60px;
  background: #f1f0ef; }
  @media (max-width: 568px) {
    .footer {
      padding: 70px 30px 60px; } }
  .footer__container {
    max-width: 800px;
    margin: 0 auto; }
  .footer__logo-box {
    display: block;
    margin: 0 0 70px;
    color: #000; }
    @media (max-width: 568px) {
      .footer__logo-box {
        margin: 0 0 20px; } }
    .footer__logo-box__label {
      width: 118px;
      height: 32px;
      border: 1px solid;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 900;
      font-family: 'M PLUS 1p', sans-serif;
      margin: 0 auto; }
      @media (max-width: 568px) {
        .footer__logo-box__label {
          width: 100px;
          height: 27px;
          font-size: 12px; } }
  .footer__logo {
    height: 100px;
    display: block;
    margin: 0 auto 50px; }
    @media (max-width: 568px) {
      .footer__logo {
        height: 85px;
        margin: 0 auto 30px; } }
@media (min-width: 569px) {
  .footer-nav-wrap {
    display: flex;
    margin: 0 0 20px; } }

.footer-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 569px) {
    .footer-nav {
      padding: 0 0 0 30px;
      width: 33%; }
      .footer-nav:first-child {
        width: 46%; } }
  .footer-nav-item-box {
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .footer-nav-item-box {
        margin: 0;
        padding: 20px 0 20px 30px;
        border-bottom: 1px solid rgba(181, 181, 181, 0.3); } }
  .footer-nav-item {
    color: #000;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer; }
    @media (max-width: 568px) {
      .footer-nav-item {
        font-size: 12px; } }
    @media (min-width: 569px) {
      .footer-nav-item:hover {
        opacity: .5;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; } }
    .footer-nav-item:before {
      content: "";
      width: 1em;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      right: 100%;
      margin: 0 15px 0 0; }

.footer-sub-nav {
  margin: 5px 0 0;
  display: flex; }
  .footer-sub-nav-item {
    color: #3e3a39; }
    @media (max-width: 568px) {
      .footer-sub-nav-item {
        font-size: 10px; } }
    .footer-sub-nav-item:after {
      content: "・";
      display: inline-block; }
    .footer-sub-nav-item:last-child:after {
      display: none; }

@media (min-width: 569px) {
  .footer-bottom {
    display: flex;
    align-items: baseline;
    justify-content: space-between; } }

.footer-company-nav {
  display: flex; }
  @media (max-width: 568px) {
    .footer-company-nav {
      padding: 20px 0 60px; } }
  .footer-company-nav-item {
    color: #181716;
    margin: 0 30px 0 0; }
    @media (max-width: 568px) {
      .footer-company-nav-item {
        font-size: 10px; } }
    .footer-company-nav-item:after {
      content: ">";
      display: inline-block;
      margin: 0 0 0 .5em;
      -webkit-transform: scale(0.66);
              transform: scale(0.66); }

.footer-copyright {
  color: #8a8b8d;
  font-size: 11px;
  letter-spacing: 0; }
  @media (max-width: 568px) {
    .footer-copyright {
      font-size: 10px; } }
body.subdir .wrapper {
  padding-top: 140px; }
  @media (max-width: 568px) {
    body.subdir .wrapper {
      padding-top: 65px; } }
body.subdir .follow-header {
  top: 0; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, 100% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, 100% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes underline-ltr {
  from {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes underline-ltr {
  from {
    width: 0%; }
  100% {
    width: 100%; } }

.underline-ltr-box {
  position: relative;
  display: inline-block; }

.underline-ltr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #000;
  -webkit-animation-name: underline-ltr;
  animation-name: underline-ltr;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.circle-arw {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-radius: 50%;
  vertical-align: text-bottom; }
  .circle-arw:after {
    content: "";
    display: block;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .circle-arw.of-size20 {
    width: 20px;
    height: 20px; }
    .circle-arw.of-size20:after {
      width: 6px;
      height: 6px; }
  .circle-arw.of-size18 {
    width: 18px;
    height: 18px; }
    .circle-arw.of-size18:after {
      width: 5px;
      height: 5px; }
  .circle-arw.of-size15 {
    width: 15px;
    height: 15px; }
    .circle-arw.of-size15:after {
      width: 4px;
      height: 4px; }
  .circle-arw.of-black {
    color: #000; }
  .circle-arw.of-gold {
    color: #957828; }

.graduate-btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .graduate-btn-box .graduate-btn {
    margin: 0 15px 10px; }

.graduate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 68px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  position: relative; }
  @media (max-width: 568px) {
    .graduate-btn {
      width: 240px;
      height: 60px;
      font-size: 14px;
      line-height: 1.2; } }
  .graduate-btn.of-black {
    background: #000; }
  .graduate-btn.of-gold {
    background: #957828; }
  .graduate-btn.of-cream {
    background: #e4ded0;
    color: #957828; }
  .graduate-btn.of-gold-ghost {
    background: #e4ded0;
    border: 1px solid;
    color: #957828; }
  .graduate-btn.of-gold-ghost02 {
    background: #fff;
    border: 1px solid;
    color: #957828; }
  .graduate-btn.with-arw-size18 {
    padding: 0 54px 0 18px; }
    .graduate-btn.with-arw-size18 .circle-arw {
      position: absolute;
      top: 50%;
      right: 18px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .graduate-btn.with-arw-size20 {
    padding: 0 60px 0 20px; }
    .graduate-btn.with-arw-size20 .circle-arw {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .graduate-btn:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 0.5em rgba(255, 255, 255, 0.5);
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }

table.simple-table th, table.simple-table td {
  vertical-align: top;
  text-align: left; }

table.simple-table th {
  padding: 10px 20px 10px 0;
  color: #957828;
  white-space: nowrap; }

table.simple-table td {
  padding: 10px 0; }

table.simple-table02 th, table.simple-table02 td {
  vertical-align: top;
  text-align: left; }

table.simple-table02 th {
  padding: 10px 20px 10px 0;
  white-space: nowrap; }

table.simple-table02 td {
  padding: 10px 0; }

table.simple-table03 th, table.simple-table03 td {
  text-align: left;
  padding: 40px 0;
  border-bottom: 1px solid rgba(181, 181, 181, 0.3); }

table.simple-table03 th {
  padding-right: 40px;
  white-space: nowrap;
  width: 30%;
  color: #957828; }

table.simple-table03 a {
  color: #807474;
  font-size: 80%; }

ol.kakko-list {
  padding-left: 2.5em;
  margin: 0; }
  ol.kakko-list li {
    list-style: none;
    position: relative; }
    ol.kakko-list li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      white-space: nowrap;
      margin-left: -2.5em; }
  ol.kakko-list li:nth-child(n + 0):before {
    content: "(0)"; }
  ol.kakko-list li:nth-child(n + 1):before {
    content: "(1)"; }
  ol.kakko-list li:nth-child(n + 2):before {
    content: "(2)"; }
  ol.kakko-list li:nth-child(n + 3):before {
    content: "(3)"; }
  ol.kakko-list li:nth-child(n + 4):before {
    content: "(4)"; }
  ol.kakko-list li:nth-child(n + 5):before {
    content: "(5)"; }
  ol.kakko-list li:nth-child(n + 6):before {
    content: "(6)"; }
  ol.kakko-list li:nth-child(n + 7):before {
    content: "(7)"; }
  ol.kakko-list li:nth-child(n + 8):before {
    content: "(8)"; }
  ol.kakko-list li:nth-child(n + 9):before {
    content: "(9)"; }
  ol.kakko-list li:nth-child(n + 10):before {
    content: "(10)"; }
  ol.kakko-list li:nth-child(n + 11):before {
    content: "(11)"; }
  ol.kakko-list li:nth-child(n + 12):before {
    content: "(12)"; }
  ol.kakko-list li:nth-child(n + 13):before {
    content: "(13)"; }
  ol.kakko-list li:nth-child(n + 14):before {
    content: "(14)"; }
  ol.kakko-list li:nth-child(n + 15):before {
    content: "(15)"; }
  ol.kakko-list li:nth-child(n + 16):before {
    content: "(16)"; }
  ol.kakko-list li:nth-child(n + 17):before {
    content: "(17)"; }
  ol.kakko-list li:nth-child(n + 18):before {
    content: "(18)"; }
  ol.kakko-list li:nth-child(n + 19):before {
    content: "(19)"; }
  ol.kakko-list li:nth-child(n + 20):before {
    content: "(20)"; }
  ol.kakko-list li:nth-child(n + 21):before {
    content: "(21)"; }
  ol.kakko-list li:nth-child(n + 22):before {
    content: "(22)"; }
  ol.kakko-list li:nth-child(n + 23):before {
    content: "(23)"; }
  ol.kakko-list li:nth-child(n + 24):before {
    content: "(24)"; }
  ol.kakko-list li:nth-child(n + 25):before {
    content: "(25)"; }
  ol.kakko-list li:nth-child(n + 26):before {
    content: "(26)"; }
  ol.kakko-list li:nth-child(n + 27):before {
    content: "(27)"; }
  ol.kakko-list li:nth-child(n + 28):before {
    content: "(28)"; }
  ol.kakko-list li:nth-child(n + 29):before {
    content: "(29)"; }
  ol.kakko-list li:nth-child(n + 30):before {
    content: "(30)"; }
  ol.kakko-list li:nth-child(n + 31):before {
    content: "(31)"; }
  ol.kakko-list li:nth-child(n + 32):before {
    content: "(32)"; }
  ol.kakko-list li:nth-child(n + 33):before {
    content: "(33)"; }
  ol.kakko-list li:nth-child(n + 34):before {
    content: "(34)"; }
  ol.kakko-list li:nth-child(n + 35):before {
    content: "(35)"; }
  ol.kakko-list li:nth-child(n + 36):before {
    content: "(36)"; }
  ol.kakko-list li:nth-child(n + 37):before {
    content: "(37)"; }
  ol.kakko-list li:nth-child(n + 38):before {
    content: "(38)"; }
  ol.kakko-list li:nth-child(n + 39):before {
    content: "(39)"; }
  ol.kakko-list li:nth-child(n + 40):before {
    content: "(40)"; }
  ol.kakko-list li:nth-child(n + 41):before {
    content: "(41)"; }
  ol.kakko-list li:nth-child(n + 42):before {
    content: "(42)"; }
  ol.kakko-list li:nth-child(n + 43):before {
    content: "(43)"; }
  ol.kakko-list li:nth-child(n + 44):before {
    content: "(44)"; }
  ol.kakko-list li:nth-child(n + 45):before {
    content: "(45)"; }
  ol.kakko-list li:nth-child(n + 46):before {
    content: "(46)"; }
  ol.kakko-list li:nth-child(n + 47):before {
    content: "(47)"; }
  ol.kakko-list li:nth-child(n + 48):before {
    content: "(48)"; }
  ol.kakko-list li:nth-child(n + 49):before {
    content: "(49)"; }
  ol.kakko-list li:nth-child(n + 50):before {
    content: "(50)"; }
  ol.kakko-list li:nth-child(n + 51):before {
    content: "(51)"; }
  ol.kakko-list li:nth-child(n + 52):before {
    content: "(52)"; }
  ol.kakko-list li:nth-child(n + 53):before {
    content: "(53)"; }
  ol.kakko-list li:nth-child(n + 54):before {
    content: "(54)"; }
  ol.kakko-list li:nth-child(n + 55):before {
    content: "(55)"; }
  ol.kakko-list li:nth-child(n + 56):before {
    content: "(56)"; }
  ol.kakko-list li:nth-child(n + 57):before {
    content: "(57)"; }
  ol.kakko-list li:nth-child(n + 58):before {
    content: "(58)"; }
  ol.kakko-list li:nth-child(n + 59):before {
    content: "(59)"; }
  ol.kakko-list li:nth-child(n + 60):before {
    content: "(60)"; }
  ol.kakko-list li:nth-child(n + 61):before {
    content: "(61)"; }
  ol.kakko-list li:nth-child(n + 62):before {
    content: "(62)"; }
  ol.kakko-list li:nth-child(n + 63):before {
    content: "(63)"; }
  ol.kakko-list li:nth-child(n + 64):before {
    content: "(64)"; }
  ol.kakko-list li:nth-child(n + 65):before {
    content: "(65)"; }
  ol.kakko-list li:nth-child(n + 66):before {
    content: "(66)"; }
  ol.kakko-list li:nth-child(n + 67):before {
    content: "(67)"; }
  ol.kakko-list li:nth-child(n + 68):before {
    content: "(68)"; }
  ol.kakko-list li:nth-child(n + 69):before {
    content: "(69)"; }
  ol.kakko-list li:nth-child(n + 70):before {
    content: "(70)"; }
  ol.kakko-list li:nth-child(n + 71):before {
    content: "(71)"; }
  ol.kakko-list li:nth-child(n + 72):before {
    content: "(72)"; }
  ol.kakko-list li:nth-child(n + 73):before {
    content: "(73)"; }
  ol.kakko-list li:nth-child(n + 74):before {
    content: "(74)"; }
  ol.kakko-list li:nth-child(n + 75):before {
    content: "(75)"; }
  ol.kakko-list li:nth-child(n + 76):before {
    content: "(76)"; }
  ol.kakko-list li:nth-child(n + 77):before {
    content: "(77)"; }
  ol.kakko-list li:nth-child(n + 78):before {
    content: "(78)"; }
  ol.kakko-list li:nth-child(n + 79):before {
    content: "(79)"; }
  ol.kakko-list li:nth-child(n + 80):before {
    content: "(80)"; }
  ol.kakko-list li:nth-child(n + 81):before {
    content: "(81)"; }
  ol.kakko-list li:nth-child(n + 82):before {
    content: "(82)"; }
  ol.kakko-list li:nth-child(n + 83):before {
    content: "(83)"; }
  ol.kakko-list li:nth-child(n + 84):before {
    content: "(84)"; }
  ol.kakko-list li:nth-child(n + 85):before {
    content: "(85)"; }
  ol.kakko-list li:nth-child(n + 86):before {
    content: "(86)"; }
  ol.kakko-list li:nth-child(n + 87):before {
    content: "(87)"; }
  ol.kakko-list li:nth-child(n + 88):before {
    content: "(88)"; }
  ol.kakko-list li:nth-child(n + 89):before {
    content: "(89)"; }
  ol.kakko-list li:nth-child(n + 90):before {
    content: "(90)"; }
  ol.kakko-list li:nth-child(n + 91):before {
    content: "(91)"; }
  ol.kakko-list li:nth-child(n + 92):before {
    content: "(92)"; }
  ol.kakko-list li:nth-child(n + 93):before {
    content: "(93)"; }
  ol.kakko-list li:nth-child(n + 94):before {
    content: "(94)"; }
  ol.kakko-list li:nth-child(n + 95):before {
    content: "(95)"; }
  ol.kakko-list li:nth-child(n + 96):before {
    content: "(96)"; }
  ol.kakko-list li:nth-child(n + 97):before {
    content: "(97)"; }
  ol.kakko-list li:nth-child(n + 98):before {
    content: "(98)"; }
  ol.kakko-list li:nth-child(n + 99):before {
    content: "(99)"; }

ul.disc-list {
  margin: 0;
  padding: 0 0 0 1.5em; }
  ul.disc-list li {
    list-style: disc; }

body.top .menu, body.top .entry-opener-wrap {
  display: none; }

.top-bb-wrap {
  position: relative;
  height: 150vh; }
  @media (min-width: 569px) {
    .top-bb-wrap {
      height: 100vh;
      max-height: 800px; } }
  .top-bb-wrap .underline-ltr {
    background: #fff; }

.top-bb {
  position: relative;
  width: 100%; }
  @media (min-width: 569px) {
    .top-bb {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; } }
  @media (max-width: 568px) {
    .top-bb {
      position: sticky;
      top: 0;
      height: 100vh; } }
  .top-bb:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5; }
  .top-bb-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .top-bb-slides .slick-list, .top-bb-slides .slick-track, .top-bb-slides .slick-slide, .top-bb-slides .slick-slide > div {
      height: 100%; }
    .top-bb-slides .slick-arrow, .top-bb-slides .slick-dots {
      display: none !important; }
  .top-bb-slide {
    width: 100%;
    height: 100%;
    -webkit-animation: zoom 20s linear forwards;
            animation: zoom 20s linear forwards; }
    .top-bb-slide.of-01 {
      background: url(/images/graduate/kbh/top/bb01.jpg) 60% center/cover no-repeat; }
    .top-bb-slide.of-02 {
      background: url(/images/graduate/kbh/top/bb02.jpg) center center/cover no-repeat; }
    .top-bb-slide.of-03 {
      background: url(/images/graduate/kbh/top/bb03.jpg) 40% center/cover no-repeat; }
    .top-bb-slide.of-04 {
      background: url(/images/graduate/kbh/top/bb04.jpg) center center/cover no-repeat; }
    .top-bb-slide.of-05 {
      background: url(/images/graduate/kbh/top/bb05.jpg) center center/cover no-repeat; }
    .top-bb-slide.of-ubh01 {
      background: url(/images/graduate/ubh/top/bb01.jpg?2025) 75% 25%/cover no-repeat; }
    .top-bb-slide.of-ubh02 {
      background: url(/images/graduate/ubh/top/bb02.jpg?2025) 35% center/cover no-repeat; }
    .top-bb-slide.of-ubh03 {
      background: url(/images/graduate/ubh/top/bb03.jpg?2025) 25% center/cover no-repeat; }
    .top-bb-slide.of-ubh04 {
      background: url(/images/graduate/ubh/top/bb04.jpg) 25% center/cover no-repeat; }
  .top-bb-container {
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 10;
    padding: 50px 50px 100px; }
    @media (min-width: 569px) {
      .top-bb-container {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media (max-width: 568px) {
      .top-bb-container {
        padding: 0;
        height: 180vh;
        position: relative;
        margin-top: -100vh; } }
  .top-bb-upper-box {
    position: relative;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 568px) {
      .top-bb-upper-box {
        height: 100vh; } }
    @media (max-width: 568px) {
      .top-bb-upper-box__inner {
        position: sticky;
        top: 150px; } }
  .top-bb-title {
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .top-bb-title {
        margin: 0 0 20px; } }
  .top-bb-title-img {
    height: 100px; }
    @media (max-width: 568px) {
      .top-bb-title-img {
        height: 85px; } }
  .top-bb-catch-box {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    padding: 0 0 50px; }
    .top-bb-catch-box p {
      text-shadow: #333 3px 2px 0; }
  .top-bb-catch-label {
    border: 1px solid;
    font-size: 16px;
    padding: .1em .7em;
    margin: 0 0 50px;
    display: inline-block; }
    @media (max-width: 568px) {
      .top-bb-catch-label {
        margin: 0 0 30px; } }
  .top-bb-sub {
    font-size: 24px; }
    @media (max-width: 568px) {
      .top-bb-sub {
        font-size: 16px; } }
  .top-bb-catch {
    display: block;
    font-size: 30px; }
    @media (max-width: 568px) {
      .top-bb-catch {
        font-size: 21px; } }
    @media (max-width: 374px) {
      .top-bb-catch {
        font-size: 18px; } }
  @media (min-width: 569px) {
    .top-bb-logo-box {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .top-bb-logo-box__logo {
    display: block;
    margin: 0 20px; }
    @media (max-width: 568px) {
      .top-bb-logo-box__logo {
        margin: 0 auto 20px; }
        .top-bb-logo-box__logo:last-child {
          margin: 0 auto; } }
    .top-bb-logo-box__logo.of-olc-group {
      width: 200px; }
      @media (max-width: 568px) {
        .top-bb-logo-box__logo.of-olc-group {
          width: 170px; } }
    .top-bb-logo-box__logo.of-milial-resort-hotels {
      width: 123px; }
      @media (max-width: 568px) {
        .top-bb-logo-box__logo.of-milial-resort-hotels {
          width: 105px; } }
  .top-bb-btn-box {
    margin: 50px 0 0; }
    @media (min-width: 569px) {
      .top-bb-btn-box {
        flex-wrap: nowrap; } }
    .top-bb-btn-box .graduate-btn.of-entry {
      font-family: 'M PLUS 1p', sans-serif;
      font-size: 22px;
      font-weight: 900; }
  .top-bb-scrolldown {
    position: absolute;
    left: 50%;
    bottom: 40px;
    height: 50px;
    z-index: 10; }
    @media (max-width: 568px) {
      .top-bb-scrolldown {
        bottom: 90px; } }
    .top-bb-scrolldown:after {
      content: "";
      position: absolute;
      top: 0;
      width: 1px;
      height: 30px;
      background: #fff;
      -webkit-animation: scrolldown 1.4s ease-in-out infinite;
              animation: scrolldown 1.4s ease-in-out infinite;
      opacity: 0; }

.top-news {
  max-width: 720px;
  margin: 30px auto;
  position: relative;
  z-index: 10; }
  @media (min-width: 569px) {
    .top-news {
      display: flex;
      justify-content: center;
      padding: 0 50px; } }
  @media (max-width: 568px) {
    .top-news {
      padding: 60px 30px; } }
  .top-news-title {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 800;
    white-space: nowrap; }
    @media (min-width: 569px) {
      .top-news-title {
        width: 25%;
        height: 50px;
        line-height: 50px;
        padding: 24px 50px 0 0;
        font-size: 20px; } }
    @media (max-width: 568px) {
      .top-news-title {
        font-size: 14px;
        padding: 0 0 10px; } }
  @media (min-width: 569px) {
    .top-news-body {
      width: 75%; } }
.top-news-list {
  padding: 0;
  margin: 0; }
  .top-news-list-item {
    list-style: none;
    padding: 24px 0;
    border-bottom: 1px solid rgba(181, 181, 181, 0.3);
    display: table;
    width: 100%; }
    @media (max-width: 568px) {
      .top-news-list-item {
        padding: 20px 0; } }
    .top-news-list-item-label {
      display: table-cell;
      vertical-align: middle;
      width: 50px;
      height: 50px;
      background: #e3dccc;
      color: #957828;
      font-weight: bold;
      line-height: 1.2;
      font-size: 13px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 15px 0 0;
      letter-spacing: 0;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 568px) {
        .top-news-list-item-label {
          width: 42px;
          height: 42px;
          font-size: 11px; } }
      .top-news-list-item-label.of-news {
        font-family: 'M PLUS 1p', sans-serif; }
      .top-news-list-item-label.of-entry {
        background: #d0dbff;
        color: #5c7eda;
        padding: 0 10px; }
    .top-news-list-item-body {
      display: table-cell;
      vertical-align: middle;
      font-size: 14px;
      width: 90%; }
      @media (max-width: 568px) {
        .top-news-list-item-body {
          font-size: 12px; } }
      .top-news-list-item-body .txt {
        font-weight: bold;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .top-news-list-item-body .date {
        color: #595757;
        display: block; }
  .top-news-list a {
    color: #000; }
    .top-news-list a .txt > span {
      border-bottom: 1px solid; }

#top-intro {
  margin-top: 80px; }

.top-vision {
  margin: 80px; }
  @media (max-width: 568px) {
    .top-vision {
      margin: 60px 0; } }
  .top-vision-title {
    text-align: center;
    font-size: 18px;
    margin: 0 0 30px; }
    @media (max-width: 568px) {
      .top-vision-title {
        font-size: 14px; } }
    .top-vision-title .-underlined {
      display: inline-block;
      line-height: 1.8;
      border-bottom: 2px solid; }
  .top-vision-description {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px; }
    @media (max-width: 568px) {
      .top-vision-description {
        font-size: 18px;
        margin: 20px 10px; } }
    .top-vision-description.of-02 {
      font-size: 21px; }
      @media (max-width: 568px) {
        .top-vision-description.of-02 {
          font-size: 16px; } }
  .top-vision-sub {
    text-align: center;
    font-size: 18px;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .top-vision-sub {
        font-size: 14px; } }
.gallery-nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0; }
  @media (max-width: 568px) {
    .gallery-nav {
      padding: 80px 0 0; } }
  .gallery-nav-item {
    padding: 60px 0;
    position: relative;
    display: block;
    color: #000; }
    @media (max-width: 568px) {
      .gallery-nav-item {
        padding: 50px 0; }
        .gallery-nav-item:last-child {
          padding-bottom: 0; }
          .gallery-nav-item:last-child .gallery-nav-item__txt-box {
            margin: 0; } }
    @media (min-width: 569px) {
      .gallery-nav-item:hover {
        opacity: 1; }
        .gallery-nav-item:hover .gallery-nav-item__txt-box {
          -webkit-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.3);
                  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.3);
          -webkit-transition: all .2s ease;
          transition: all .2s ease; } }
    @media (min-width: 569px) {
      .gallery-nav-item:nth-child(even) .gallery-nav-item__thumb-box {
        left: 22%; }
      .gallery-nav-item:nth-child(even) .gallery-nav-item__txt-box {
        left: 0; } }
    .gallery-nav-item__thumb-box {
      position: relative; }
      @media (min-width: 569px) {
        .gallery-nav-item__thumb-box {
          width: 78%; } }
    .gallery-nav-item__txt-box {
      position: relative;
      background: #f6f3ec;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      @media (min-width: 569px) {
        .gallery-nav-item__txt-box {
          width: 50%;
          height: 500px;
          left: 50%;
          margin-top: -220px;
          padding: 50px; } }
      @media (max-width: 568px) {
        .gallery-nav-item__txt-box {
          padding: 50px 30px 100px;
          margin: 0 0 -100px; } }
    .gallery-nav-item__thumb {
      width: 100%;
      height: 500px; }
      @media (max-width: 568px) {
        .gallery-nav-item__thumb {
          height: 64vw; } }
      .gallery-nav-item__thumb.of-system {
        background: url(/images/graduate/kbh/system/thumb.jpg) center center/cover no-repeat; }
      .gallery-nav-item__thumb.of-system-ubh {
        background: url(/images/graduate/ubh/system/thumb.jpg) center center/cover no-repeat; }
      .gallery-nav-item__thumb.of-company {
        background: url(/images/graduate/kbh/company/thumb.jpg) center center/cover no-repeat; }
      .gallery-nav-item__thumb.of-company-ubh {
        background: url(/images/graduate/ubh/company/thumb.jpg) center center/cover no-repeat; }
    .gallery-nav-item__title-img {
      position: absolute;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      height: 60px; }
      @media (max-width: 568px) {
        .gallery-nav-item__title-img {
          height: 48px; } }
    .gallery-nav-item__icon {
      display: block;
      margin: 0 auto 15px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation: fuwafuwa 1.5s ease-in-out 0s infinite alternate none running;
              animation: fuwafuwa 1.5s ease-in-out 0s infinite alternate none running; }
      .gallery-nav-item__icon.of-system {
        height: 64px; }
        @media (max-width: 568px) {
          .gallery-nav-item__icon.of-system {
            height: 55px; } }
      .gallery-nav-item__icon.of-company {
        height: 78px; }
        @media (max-width: 568px) {
          .gallery-nav-item__icon.of-company {
            height: 66px; } }
    .gallery-nav-item__title {
      font-size: 22px;
      margin: 0 0 50px;
      color: #957828;
      text-align: center; }
      @media (max-width: 568px) {
        .gallery-nav-item__title {
          font-size: 18px;
          margin: 0 0 20px; } }
    .gallery-nav-item__description {
      text-align: center;
      font-size: 14px;
      margin: 0 0 30px; }
      @media (max-width: 568px) {
        .gallery-nav-item__description {
          font-size: 12px; } }
    .gallery-nav-item__btn-box {
      display: flex;
      justify-content: center; }
    .gallery-nav-item__btn {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px;
      padding: 0 1em;
      margin: 0 auto;
      font-size: 16px;
      font-weight: bold;
      border-top: 2px solid;
      border-bottom: 2px solid; }
      @media (max-width: 568px) {
        .gallery-nav-item__btn {
          height: 60px;
          font-size: 14px; } }
      .gallery-nav-item__btn .circle-arw {
        margin: 0 0 0 2em; }

.brighton-mind-title {
  font-family: 'M PLUS 1p', sans-serif;
  color: #957828;
  font-size: 30px;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 900; }
  @media (max-width: 568px) {
    .brighton-mind-title {
      font-size: 24px;
      margin: 0 0 10px; } }
.brighton-mind-list {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 896px; }
  .brighton-mind-list-item {
    list-style: none;
    text-align: center;
    margin: 0 30px 60px; }
    @media (min-width: 569px) {
      .brighton-mind-list-item:first-child {
        margin-left: 40px; }
      .brighton-mind-list-item:nth-child(3) {
        margin-right: 40px; } }
    @media (max-width: 568px) {
      .brighton-mind-list-item {
        margin: 0 10px 30px; } }
    .brighton-mind-list-item__thumb {
      width: 164px;
      height: 164px;
      border-radius: 50%; }
      @media (max-width: 568px) {
        .brighton-mind-list-item__thumb {
          width: 140px;
          height: 140px; } }
      .brighton-mind-list-item__thumb.of-01 {
        background: url(/images/graduate/kbh/mind/01.jpg) center center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-02 {
        background: url(/images/graduate/kbh/mind/02.jpg) center center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-03 {
        background: url(/images/graduate/kbh/mind/03.jpg) center center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-04 {
        background: url(/images/graduate/kbh/mind/04.jpg) center center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-05 {
        background: url(/images/graduate/kbh/mind/05.jpg) 70% center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-06 {
        background: url(/images/graduate/kbh/mind/06.jpg) center center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-07 {
        background: url(/images/graduate/kbh/mind/07.jpg) center center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-08 {
        background: url(/images/graduate/kbh/mind/08.jpg) center center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-09 {
        background: url(/images/graduate/kbh/mind/09.jpg) center center/cover no-repeat; }
      .brighton-mind-list-item__thumb.of-10 {
        background: url(/images/graduate/kbh/mind/10.jpg) center center/cover no-repeat; }
    .brighton-mind-list-item__txt {
      margin: 15px 0 0;
      font-weight: bold;
      font-size: 16px; }
      @media (max-width: 568px) {
        .brighton-mind-list-item__txt {
          font-size: 14px; } }
.interview-index {
  padding: 120px 0 220px;
  overflow: hidden; }
  @media (max-width: 568px) {
    .interview-index {
      padding: 60px 0; } }
  .interview-index.of-top {
    padding: 60px 0; }
    @media (max-width: 568px) {
      .interview-index.of-top {
        padding: 0; } }
  .interview-index-title {
    text-align: center;
    font-size: 22px;
    margin: 0 0 100px;
    padding: 40px 0 0;
    background: url(/images/graduate/title-img/other-people.png?20230127) center top/auto 50% no-repeat;
    overflow: hidden; }
    @media (max-width: 568px) {
      .interview-index-title {
        background-size: auto 40%;
        margin: 0 0 30px; } }
    .interview-index-title.of-top {
      background: transparent;
      position: relative; }
      .interview-index-title.of-top:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url(/images/graduate/title-img/people.png?20230127) center top/contain no-repeat;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      @media (min-width: 569px) {
        .interview-index-title.of-top {
          padding: 100px 0 0; }
          .interview-index-title.of-top:before {
            width: 1271px;
            height: 100px;
            -webkit-animation: interview-title-desktop 20s linear 0s infinite;
                    animation: interview-title-desktop 20s linear 0s infinite; } }
      @media (max-width: 568px) {
        .interview-index-title.of-top {
          padding: 50px 0 0; }
          .interview-index-title.of-top:before {
            width: 890px;
            height: 70px;
            -webkit-animation: interview-title-sp 10s linear 0s infinite;
                    animation: interview-title-sp 10s linear 0s infinite; } }
    .interview-index-title span {
      position: relative; }

@media (max-width: 568px) {
  .interview-index-list-wrap {
    width: 200vw;
    position: relative;
    left: -50vw; } }

.interview-index-list {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .interview-index-list-item {
    list-style: none;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px; }
    @media (max-width: 568px) {
      .interview-index-list-item {
        padding: 0 15px; } }
    .interview-index-list-item__link {
      display: block;
      color: #000; }
      @media (min-width: 569px) {
        .interview-index-list-item__link:hover {
          opacity: 1; }
          .interview-index-list-item__link:hover .interview-index-list-item__thumb-box {
            -webkit-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.3);
                    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.3);
            -webkit-transition: all .2s ease;
            transition: all .2s ease; } }
    .interview-index-list-item__thumb-box {
      position: relative;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .interview-index-list-item__thumb {
      display: block;
      width: 100%; }
    .interview-index-list-item__thumb-caption {
      position: absolute;
      bottom: 15px;
      right: 15px;
      color: #fff;
      font-size: 34px;
      font-weight: 900;
      text-align: right;
      line-height: 1.2;
      font-family: 'M PLUS 1p', sans-serif; }
      @media (max-width: 568px) {
        .interview-index-list-item__thumb-caption {
          bottom: 10px;
          right: 10px;
          font-size: 30px; } }
    .interview-index-list-item__txt-box {
      padding: 20px 0 0; }
    .interview-index-list-item__name {
      margin: 0 0 10px;
      font-weight: bold;
      font-size: 18px;
      letter-spacing: .2em; }
      @media (max-width: 568px) {
        .interview-index-list-item__name {
          font-size: 16px; } }
    .interview-index-list-item__info {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 15px; }
      .interview-index-list-item__info-item {
        color: #595757;
        font-size: 14px; }
        @media (max-width: 568px) {
          .interview-index-list-item__info-item {
            font-size: 12px; } }
        .interview-index-list-item__info-item:after {
          content: "|";
          display: inline-block;
          margin: 0 1em; }
        .interview-index-list-item__info-item:last-child:after {
          display: none; }
    .interview-index-list-item__title {
      font-size: 24px;
      margin: 0;
      vertical-align: top; }
      @media (max-width: 568px) {
        .interview-index-list-item__title {
          font-size: 20px; } }
  @media (min-width: 569px) {
    .interview-index-list.of-top .interview-index-list-item:nth-child(2) {
      padding-top: 50px; } }
.interview-show-bb {
  max-width: 1200px;
  margin: 0 auto 140px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 568px) {
    .interview-show-bb {
      margin: 0 auto 60px; } }
  .interview-show-bb-img {
    width: 80%;
    height: 600px;
    position: relative;
    left: 20%; }
    @media (max-width: 568px) {
      .interview-show-bb-img {
        width: 92vw;
        height: 70vw;
        left: 8vw; } }
    .interview-show-bb-img.of-01 {
      background: url(/images/graduate/kbh/interview/01/main.jpg) center center/cover no-repeat; }
    .interview-show-bb-img.of-02 {
      background: url(/images/graduate/kbh/interview/02/main.jpg) center center/cover no-repeat; }
    .interview-show-bb-img.of-03 {
      background: url(/images/graduate/kbh/interview/03/main.jpg) center center/cover no-repeat; }
    .interview-show-bb-img.of-ubh01 {
      background: url(/images/graduate/ubh/interview/01/main.jpg) center center/cover no-repeat; }
    .interview-show-bb-img.of-ubh02 {
      background: url(/images/graduate/ubh/interview/02/main.jpg) center center/cover no-repeat; }
    .interview-show-bb-img.of-ubh04 {
      background: url(/images/graduate/ubh/interview/04/main.jpg) center center/cover no-repeat; }
  .interview-show-bb__title-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    position: relative; }
    @media (min-width: 569px) {
      .interview-show-bb__title-box {
        width: 36%;
        min-width: 432px;
        padding: 20px 40px;
        margin-top: -90px;
        left: 20%; } }
    @media (max-width: 568px) {
      .interview-show-bb__title-box {
        width: 90vw;
        left: 0;
        padding: 15px 8vw;
        margin-top: -60px; } }
    .interview-show-bb__title-box__info {
      display: flex;
      margin: 0 0 15px; }
      @media (max-width: 568px) {
        .interview-show-bb__title-box__info {
          margin: 0 0 10px; } }
      .interview-show-bb__title-box__info-item {
        color: #595757;
        font-size: 14px; }
        @media (max-width: 568px) {
          .interview-show-bb__title-box__info-item {
            font-size: 12px; } }
        .interview-show-bb__title-box__info-item:after {
          content: "|";
          display: inline-block;
          margin: 0 1em; }
        .interview-show-bb__title-box__info-item:last-child:after {
          display: none; }
    .interview-show-bb__title-box__name {
      display: flex;
      align-items: baseline;
      font-size: 18px;
      letter-spacing: .2em;
      font-weight: bold;
      margin: 0 0 15px; }
      @media (max-width: 568px) {
        .interview-show-bb__title-box__name {
          font-size: 16px;
          margin: 0 0 10px; } }
      .interview-show-bb__title-box__name-en {
        margin: 0 0 0 1em;
        font-size: 15px;
        font-family: 'M PLUS 1p', sans-serif;
        font-weight: 900;
        color: #cbcbcb;
        letter-spacing: .1em; }
        @media (max-width: 568px) {
          .interview-show-bb__title-box__name-en {
            font-size: 13px; } }
    .interview-show-bb__title-box__title {
      font-size: 24px;
      margin: 0; }
      @media (max-width: 568px) {
        .interview-show-bb__title-box__title {
          font-size: 20px; } }
  .interview-show-bb:after {
    content: "";
    display: block;
    width: 533px;
    height: 42px;
    background: url(/images/graduate/title-img/people-s.png?20230127) center center/contain no-repeat;
    position: absolute;
    top: 600px;
    left: 20%;
    margin-left: 432px; }
    @media (max-width: 568px) {
      .interview-show-bb:after {
        width: 100vw;
        height: 7.87vw;
        top: 100%;
        left: 0;
        margin: 0; } }
.interview-body-title {
  font-size: 20px;
  line-height: 1.8; }
  @media (max-width: 568px) {
    .interview-body-title {
      font-size: 16px; } }
  .interview-body-title-label {
    font-size: 16px;
    display: block;
    position: relative;
    margin: 10px 0 30px;
    color: #957828; }
    @media (max-width: 568px) {
      .interview-body-title-label {
        font-size: 13px;
        margin: 0 0 20px; } }
    .interview-body-title-label:before {
      content: "";
      display: block;
      width: 2em;
      height: 1px;
      background: rgba(149, 120, 40, 0.3);
      position: absolute;
      top: 50%;
      right: 100%;
      margin: 0 1em 0 0; }
      @media (max-width: 568px) {
        .interview-body-title-label:before {
          margin: 0 .5em 0 0; } }
  @media (min-width: 569px) {
    .interview-body-title.without-label {
      padding-top: 40px; } }
.interview-body__p {
  font-size: 14px;
  margin: 0 180px 90px 0; }
  @media (max-width: 568px) {
    .interview-body__p {
      font-size: 12px;
      margin: 0 0 30px; } }
.interview-body__img {
  display: block;
  width: 100%;
  margin: 0 0 90px; }
  @media (max-width: 568px) {
    .interview-body__img {
      margin: 0 0 30px; } }
.interview-section {
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 569px) {
    .interview-section {
      display: flex; } }
  .interview-section__title-box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 569px) {
      .interview-section__title-box {
        width: 42.5%;
        padding: 0 30px 0 180px; } }
    @media (max-width: 568px) {
      .interview-section__title-box {
        padding: 0 8vw; } }
  @media (min-width: 569px) {
    .interview-section__txt-box {
      width: 57.5%; } }
  @media (max-width: 568px) {
    .interview-section__txt-box {
      padding: 0 8vw; } }
.interview-schedule {
  padding: 30px 180px 90px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 568px) {
    .interview-schedule {
      padding: 30px 8vw; } }
  .interview-schedule-title {
    font-size: 16px;
    display: block;
    position: relative;
    margin: 0 0 120px;
    color: #957828; }
    @media (max-width: 568px) {
      .interview-schedule-title {
        margin: 0 0 30px; } }
    .interview-schedule-title:before {
      content: "";
      display: block;
      width: 2em;
      height: 1px;
      background: rgba(149, 120, 40, 0.3);
      position: absolute;
      top: 50%;
      right: 100%;
      margin: 0 1em 0 0; }
      @media (max-width: 568px) {
        .interview-schedule-title:before {
          margin: 0 .5em 0 0; } }
.interview-schedule-timeline {
  position: relative; }
  @media (min-width: 569px) {
    .interview-schedule-timeline {
      display: flex;
      align-items: flex-start; } }
  @media (max-width: 568px) {
    .interview-schedule-timeline {
      margin: 0 0 0 55px; } }
  .interview-schedule-timeline:before {
    content: "";
    width: 90%;
    height: 1px;
    background: rgba(149, 120, 40, 0.3);
    position: absolute;
    top: 0;
    left: 80px; }
    @media (max-width: 568px) {
      .interview-schedule-timeline:before {
        width: 1px;
        height: 100%;
        top: 0;
        left: 0; } }
  .interview-schedule-timeline-item {
    position: relative; }
    @media (min-width: 569px) {
      .interview-schedule-timeline-item {
        width: 160px; } }
    @media (max-width: 568px) {
      .interview-schedule-timeline-item {
        min-height: 70px; } }
    .interview-schedule-timeline-item:before {
      content: "";
      display: block;
      width: 9px;
      height: 9px;
      background: #fff;
      border: 1px solid #957828;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 568px) {
        .interview-schedule-timeline-item:before {
          left: 0;
          top: 9px; } }
    .interview-schedule-timeline-item__time {
      font-family: 'M PLUS 1p', sans-serif;
      color: #957828; }
      @media (min-width: 569px) {
        .interview-schedule-timeline-item__time {
          padding: 20px 0;
          text-align: center;
          font-size: 14px; } }
      @media (max-width: 568px) {
        .interview-schedule-timeline-item__time {
          position: absolute;
          top: 0;
          left: -55px; } }
    .interview-schedule-timeline-item__title {
      font-weight: bold; }
      @media (min-width: 569px) {
        .interview-schedule-timeline-item__title {
          text-align: center;
          font-size: 14px;
          display: flex;
          align-items: center;
          justify-content: center;
          min-height: 42px;
          margin: 0 0 10px; } }
      @media (max-width: 568px) {
        .interview-schedule-timeline-item__title {
          padding: 0 0 5px 20px;
          font-size: 12px;
          margin: 0; } }
    @media (min-width: 569px) {
      .interview-schedule-timeline-item__txt {
        display: flex;
        justify-content: center;
        text-align: center; } }
    @media (max-width: 568px) {
      .interview-schedule-timeline-item__txt {
        font-size: 10px;
        padding: 0 0 20px 20px; } }
.interview-career {
  background: #f6f3ec; }
  @media (min-width: 569px) {
    .interview-career {
      padding: 150px 180px 150px 120px;
      display: flex;
      align-items: center; } }
  @media (max-width: 568px) {
    .interview-career {
      padding: 60px 30px; } }
  .interview-career__title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 569px) {
      .interview-career__title-box {
        width: 50%;
        padding: 0 60px; } }
  .interview-career-title {
    margin: 0; }
    @media (max-width: 568px) {
      .interview-career-title {
        text-align: center;
        margin: 0 0 30px; } }
    .interview-career-title .of-sub-txt {
      display: block;
      font-size: 14px;
      margin: 0 0 10px; }
      @media (max-width: 568px) {
        .interview-career-title .of-sub-txt {
          font-size: 12px; } }
    .interview-career-title .of-main-txt {
      display: block;
      font-size: 27px;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 900;
      color: #957828; }
      @media (max-width: 568px) {
        .interview-career-title .of-main-txt {
          font-size: 24px; } }
  @media (min-width: 569px) {
    .interview-career__step-box {
      width: 50%; } }
  .interview-career-step {
    position: relative;
    margin: 0 0 0 85px; }
    .interview-career-step:before {
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(149, 120, 40, 0.3)), to(rgba(149, 120, 40, 0)));
      background: linear-gradient(to bottom, rgba(149, 120, 40, 0.3) 80%, rgba(149, 120, 40, 0) 100%);
      position: absolute;
      top: 0;
      left: 0; }
    .interview-career-step-item {
      padding: 0 0 30px 23px;
      position: relative; }
      .interview-career-step-item__label {
        position: absolute;
        width: 58px;
        height: 27px;
        border: 1px solid;
        color: #957828;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        top: 0;
        right: 100%;
        margin: 0 25px 0 0;
        border-radius: 1px; }
        .interview-career-step-item__label .of-num {
          font-size: 16px; }
      .interview-career-step-item__title {
        position: relative;
        padding: 0 0 0 30px;
        margin: 0 0 10px -30px;
        height: 27px;
        background: #f6f3ec;
        display: flex;
        align-items: center; }
        @media (max-width: 568px) {
          .interview-career-step-item__title {
            font-size: 12px; } }
        .interview-career-step-item__title:before, .interview-career-step-item__title:after {
          content: "";
          display: block;
          border: 1px solid #957828;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .interview-career-step-item__title:before {
          width: 15px;
          height: 15px;
          left: 0; }
        .interview-career-step-item__title:after {
          width: 9px;
          height: 9px;
          background: #957828;
          left: 3px; }
      @media (max-width: 568px) {
        .interview-career-step-item__txt {
          font-size: 10px; } }
.subdir-bb {
  max-width: 1200px;
  height: 600px;
  margin: 0 auto 120px; }
  @media (max-width: 568px) {
    .subdir-bb {
      height: 70vw;
      margin: 0 auto 50px; } }
.subdir-main-title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: .2em; }
  @media (max-width: 568px) {
    .subdir-main-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      font-size: 18px;
      padding: 0 30px; } }
  .subdir-main-title__title-img {
    height: 33px;
    display: block;
    margin: 20px auto 0; }
    @media (max-width: 568px) {
      .subdir-main-title__title-img {
        height: 28px;
        margin: 0; } }
.subdir-static-title {
  background: #f4eee0;
  max-width: 1200px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 100px;
  color: #957828; }
  @media (max-width: 568px) {
    .subdir-static-title {
      height: 43vw;
      margin: 0 0 50px;
      font-size: 18px; } }
.subdir-bb.of-company {
  background: url(/images/graduate/kbh/company/bb.jpg) center center/cover no-repeat; }

.subdir-bb.of-company-ubh {
  background: url(/images/graduate/ubh/company/bb.jpg) center center/cover no-repeat; }

.company-table-box {
  max-width: 386px;
  padding: 20px 60px 120px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .company-table-box {
      padding: 0 30px 60px; } }
.company-list-section {
  background: #f1f0ef;
  padding: 90px 0;
  margin: 0 0 -30px; }
  @media (max-width: 568px) {
    .company-list-section {
      padding: 60px 0; } }
  .company-list-section-title {
    margin: 0 0 90px;
    text-align: center;
    font-size: 20px;
    letter-spacing: .2em; }
    @media (max-width: 568px) {
      .company-list-section-title {
        margin: 0 0 60px;
        font-size: 18px; } }
    .company-list-section-title .of-sub {
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 900;
      display: block;
      margin: 20px 0 0;
      color: #957828;
      letter-spacing: 0; }
      @media (max-width: 568px) {
        .company-list-section-title .of-sub {
          font-size: 24px;
          margin: 10px 0 0; } }
.company-list {
  padding: 0;
  margin: 0 auto;
  max-width: 1200px; }
  .company-list-item {
    list-style: none;
    position: relative; }
    @media (min-width: 569px) {
      .company-list-item {
        display: flex;
        padding: 130px 0 90px; } }
    @media (max-width: 568px) {
      .company-list-item {
        padding: 40px 30px 60px; } }
    .company-list-item:before {
      content: "";
      display: block;
      width: 90%;
      height: 270px;
      background: #e7e7e7;
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 568px) {
        .company-list-item:before {
          width: 100%;
          height: 51.2vw; } }
    .company-list-item__thumb-box {
      position: relative;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
      @media (min-width: 569px) {
        .company-list-item__thumb-box {
          width: 54%;
          height: 416px; } }
      @media (max-width: 568px) {
        .company-list-item__thumb-box {
          width: 100%;
          height: 55vw;
          display: block; } }
      .company-list-item__thumb-box.of-kbh {
        background: url(/images/graduate/company/kbh.jpg) center center/cover no-repeat; }
      .company-list-item__thumb-box.of-ubh {
        background: url(/images/graduate/company/ubh.jpg) center center/cover no-repeat; }
      .company-list-item__thumb-box.of-bck {
        background: url(/images/graduate/company/bck.jpg) center center/cover no-repeat; }
      .company-list-item__thumb-box.of-dch {
        background: url(/images/graduate/company/dch.jpg) center center/cover no-repeat; }
      @media (min-width: 569px) {
        .company-list-item__thumb-box:hover {
          opacity: 1;
          -webkit-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.3);
                  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.3);
          -webkit-transition: all .2s ease;
          transition: all .2s ease; } }
    .company-list-item__txt-box {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 569px) {
        .company-list-item__txt-box {
          width: 46%;
          padding: 0 100px 0 50px; } }
    .company-list-item__title {
      color: #957828;
      font-size: 16px;
      padding: 70px 0 30px;
      margin: 0; }
      @media (max-width: 568px) {
        .company-list-item__title {
          padding: 30px 0 0; } }
      .company-list-item__title a {
        color: #957828; }
      .company-list-item__title .with-circle-arw {
        display: flex;
        align-items: center; }
        .company-list-item__title .with-circle-arw .circle-arw {
          margin: 0 0 0 .5em; }
      .company-list-item__title .of-sub {
        font-family: 'Cinzel', serif;
        font-weight: normal;
        display: block;
        font-size: 12px;
        margin: 10px 0 0; }
    .company-list-item__table-box {
      padding: 20px 0; }
      @media (max-width: 568px) {
        .company-list-item__table-box {
          padding: 10px 0; } }
    .company-list-item__description {
      font-size: 14px;
      margin: 0; }
      @media (max-width: 568px) {
        .company-list-item__description {
          font-size: 12px; } }
.subdir-bb.of-guideline {
  background: url(/images/graduate/kbh/guideline/bb.jpg) center center/cover no-repeat; }

.subdir-bb.of-guideline-ubh {
  background: url(/images/graduate/ubh/guideline/bb.jpg) center center/cover no-repeat; }

.guideline-intro-wrap {
  max-width: 360px;
  margin: 0 auto;
  padding: 40px 60px 90px; }
  @media (max-width: 568px) {
    .guideline-intro-wrap {
      padding: 20px 30px 60px; } }
.guideline-intro {
  border: 1px solid #957828;
  padding: 45px 20px 25px;
  position: relative;
  border-radius: 2px; }
  .guideline-intro-title {
    font-size: 20px;
    background: #fff;
    padding: 0 1em;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #957828; }
    @media (max-width: 568px) {
      .guideline-intro-title {
        font-size: 18px; } }
  .guideline-intro-subtitle {
    text-align: center;
    font-size: 20px; }
    @media (max-width: 568px) {
      .guideline-intro-subtitle {
        font-size: 16px; } }
  .guideline-intro-description {
    font-size: 14px;
    text-align: center; }
    @media (max-width: 568px) {
      .guideline-intro-description {
        font-size: 12px; } }
.guideline-body {
  background: #f6f3ec;
  padding: 70px 60px 120px;
  margin: 40px 0 0; }
  @media (max-width: 568px) {
    .guideline-body {
      padding: 60px 30px; } }
  .guideline-body-title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 70px; }
    @media (max-width: 568px) {
      .guideline-body-title {
        font-size: 18px;
        margin: 0 0 50px; } }
  .guideline-body table th {
    width: 25%; }

.guideline-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 100px; }
  @media (max-width: 568px) {
    .guideline-tabs {
      margin: 0 -1% 60px;
      justify-content: space-between; } }
.guideline-tab {
  width: 250px;
  height: 70px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #957828;
  border: 1px solid;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer; }
  @media (max-width: 568px) {
    .guideline-tab {
      width: 33%;
      height: 60px;
      margin: 0;
      font-size: 12px;
      letter-spacing: 0; } }
  .guideline-tab.current, .guideline-tab:hover {
    background: #957828;
    color: #fff; }
    .guideline-tab.current:after, .guideline-tab:hover:after {
      content: "▼";
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, 10px);
              transform: translate(-50%, 10px);
      color: #957828; }
      @media (max-width: 568px) {
        .guideline-tab.current:after, .guideline-tab:hover:after {
          -webkit-transform: translate(-50%, 5px);
                  transform: translate(-50%, 5px); } }
.guideline-tab-target {
  max-width: 810px;
  padding: 0 60px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .guideline-tab-target {
      padding: 0; } }
  @media (min-width: 569px) {
    .guideline-tab-target-header {
      padding: 0 20px;
      margin: 0 auto 80px;
      max-width: 360px; } }
  @media (max-width: 568px) {
    .guideline-tab-target-header {
      margin: 0 0 10px; } }
  .guideline-tab-target-title {
    color: #957828; }
    @media (min-width: 569px) {
      .guideline-tab-target-title {
        margin: 0 0 30px;
        text-align: center;
        font-size: 16px; } }
    @media (max-width: 568px) {
      .guideline-tab-target-title {
        font-size: 14px; } }
  .guideline-tab-target-description {
    font-size: 14px;
    margin: 0; }
  @media (max-width: 568px) {
    .guideline-tab-target .simple-table03 tr {
      display: block;
      padding: 20px 0;
      border-bottom: 1px solid rgba(181, 181, 181, 0.3); }
    .guideline-tab-target .simple-table03 th, .guideline-tab-target .simple-table03 td {
      display: block;
      border: none;
      font-size: 12px; }
    .guideline-tab-target .simple-table03 th {
      padding: 0 0 20px; }
    .guideline-tab-target .simple-table03 td {
      padding: 0; } }
.guideline-message {
  padding: 120px 60px; }
  @media (max-width: 568px) {
    .guideline-message {
      padding: 80px 30px 100px; } }
  .guideline-message-title {
    font-size: 20px;
    text-align: center;
    margin: 0 0 90px; }
    @media (max-width: 568px) {
      .guideline-message-title {
        font-size: 18px;
        margin: 0 0 50px; } }
  .guideline-message-catch {
    font-size: 24px;
    text-align: center;
    margin: 0 0 90px; }
    @media (max-width: 568px) {
      .guideline-message-catch {
        font-size: 20px;
        margin: 0 0 50px; } }
  .guideline-message-body {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end; }
    @media (max-width: 568px) {
      .guideline-message-body {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    .guideline-message-body__thumb-box {
      width: 50%;
      padding: 0 50px 0 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      @media (max-width: 568px) {
        .guideline-message-body__thumb-box {
          width: 100%;
          padding: 0; } }
    .guideline-message-body__txt-box {
      width: 50%; }
      @media (max-width: 568px) {
        .guideline-message-body__txt-box {
          width: 100%;
          margin: 0 0 30px; } }
      .guideline-message-body__txt-box p {
        font-size: 14px; }
        @media (max-width: 568px) {
          .guideline-message-body__txt-box p {
            font-size: 12px; } }
        .guideline-message-body__txt-box p:last-child {
          margin: 0; }
    .guideline-message-body__thumb {
      width: 72.5%;
      display: block; }
      @media (max-width: 568px) {
        .guideline-message-body__thumb {
          width: 50%; } }
    .guideline-message-body__title-box {
      position: absolute;
      bottom: 0;
      background: #fff; }
      @media (min-width: 569px) {
        .guideline-message-body__title-box {
          right: 50px;
          padding: 15px 20px; } }
      @media (max-width: 568px) {
        .guideline-message-body__title-box {
          left: 50%;
          padding: 0 15px; } }
      .guideline-message-body__title-box__position {
        font-size: 14px;
        margin: 0 0 10px; }
        @media (max-width: 568px) {
          .guideline-message-body__title-box__position {
            font-size: 12px; } }
      .guideline-message-body__title-box__name {
        font-size: 18px;
        font-weight: bold; }
        @media (max-width: 568px) {
          .guideline-message-body__title-box__name {
            font-size: 16px; } }
        .guideline-message-body__title-box__name .of-sub {
          font-family: 'M PLUS 1p', sans-serif;
          font-weight: 900;
          color: #cbcbcb;
          font-size: 16px;
          margin: 0 0 0 .5em; }
          @media (max-width: 568px) {
            .guideline-message-body__title-box__name .of-sub {
              font-size: 13px; } }
.subdir-bb.of-system {
  background: url(/images/graduate/kbh/system/bb.jpg) center center/cover no-repeat; }

.subdir-bb.of-system-ubh {
  background: url(/images/graduate/ubh/system/bb.jpg) center center/cover no-repeat; }

.system-body-header {
  max-width: 450px;
  padding: 30px 60px 70px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .system-body-header {
      padding: 10px 30px 0; } }
  .system-body-header-title {
    color: #957828;
    margin: 0 0 30px; }
    @media (min-width: 569px) {
      .system-body-header-title {
        font-size: 20px;
        text-align: center; } }
    @media (max-width: 568px) {
      .system-body-header-title {
        font-size: 18px;
        position: relative; }
        .system-body-header-title:before {
          content: "";
          display: block;
          width: 2em;
          height: 1px;
          background: rgba(149, 120, 40, 0.3);
          position: absolute;
          top: 50%;
          right: 100%;
          margin: 0 1em 0 0; } }
    @media (max-width: 568px) and (max-width: 568px) {
      .system-body-header-title:before {
        margin: 0 .5em 0 0; } }
  .system-body-header-description {
    font-size: 14px;
    margin: 0 0 30px; }
    @media (max-width: 568px) {
      .system-body-header-description {
        font-size: 12px; } }
.system-body__container {
  max-width: 1040px;
  padding: 0 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 568px) {
    .system-body__container {
      padding: 0 30px 70px; } }
.system-body-column {
  width: 50%;
  padding: 0 60px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 569px) {
    .system-body-column.of-img {
      padding-right: 0; } }
  @media (max-width: 568px) {
    .system-body-column {
      width: 100%;
      padding: 0 0 30px; } }
  .system-body-column-title {
    font-size: 20px;
    padding: 0 0 .5em;
    border-bottom: 1px solid;
    margin: 20px 0; }
    @media (max-width: 568px) {
      .system-body-column-title {
        font-size: 18px;
        margin: 0 0 20px; } }
  .system-body-column-description {
    font-size: 14px;
    margin: 0; }
    @media (max-width: 568px) {
      .system-body-column-description {
        font-size: 12px; } }
.faq-section {
  padding: 0 60px; }
  @media (max-width: 568px) {
    .faq-section {
      padding: 0 30px; } }
  .faq-section__container {
    max-width: 810px;
    margin: 0 auto 100px; }
    @media (max-width: 568px) {
      .faq-section__container {
        margin: 0 auto 100px; } }
.faq-title {
  text-align: center;
  font-size: 20px;
  margin: 0 0 80px; }
  @media (max-width: 568px) {
    .faq-title {
      font-size: 18px;
      margin: 0 0 40px; } }
.faq-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(181, 181, 181, 0.4); }
  .faq-list-item {
    list-style: none;
    border-bottom: 1px solid rgba(181, 181, 181, 0.4); }
    .faq-list-item__q {
      position: relative;
      padding: 50px 80px;
      cursor: pointer; }
      @media (max-width: 568px) {
        .faq-list-item__q {
          padding: 30px 40px; } }
      .faq-list-item__q .of-icon {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (max-width: 568px) {
          .faq-list-item__q .of-icon {
            width: 40px; } }
        .faq-list-item__q .of-icon:before, .faq-list-item__q .of-icon:after {
          content: "";
          width: 12px;
          height: 1px;
          background: #000;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; }
        .faq-list-item__q .of-icon:before {
          -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                  transform: translate(-50%, -50%) rotate(-90deg); }
        .faq-list-item__q .of-icon:after {
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .faq-list-item__q.active .of-icon:before, .faq-list-item__q.active .of-icon:after {
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
      .faq-list-item__q.active .of-icon:before {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg); }
      .faq-list-item__q.active .of-icon:after {
        opacity: 0; }
    .faq-list-item__a {
      position: relative;
      padding: 0 80px 50px;
      margin: 40px 0 0;
      display: none; }
      @media (max-width: 568px) {
        .faq-list-item__a {
          padding: 0 40px 30px;
          margin: 0; } }
    .faq-list-item__q-icon, .faq-list-item__a-icon {
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: bold;
      font-size: 18px;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 568px) {
        .faq-list-item__q-icon, .faq-list-item__a-icon {
          width: 26px;
          height: 26px;
          font-size: 16px; } }
    .faq-list-item__q-icon {
      background: #957828;
      color: #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .faq-list-item__a-icon {
      background: #e7e7e7;
      color: #957828;
      top: 0; }
    .faq-list-item__q-box {
      font-weight: bold;
      font-size: 16px; }
      @media (max-width: 568px) {
        .faq-list-item__q-box {
          font-size: 13px; } }
    .faq-list-item__a-box {
      font-size: 14px; }
      @media (max-width: 568px) {
        .faq-list-item__a-box {
          font-size: 12px; } }
.faq-contact-box {
  padding: 20px 60px 120px;
  max-width: 810px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .faq-contact-box {
      padding: 0 30px 100px; } }
  .faq-contact-box-title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 80px; }
    @media (max-width: 568px) {
      .faq-contact-box-title {
        font-size: 18px;
        margin: 0 0 40px; } }
  .faq-contact-box-description {
    border-top: 1px solid rgba(181, 181, 181, 0.4);
    border-bottom: 1px solid rgba(181, 181, 181, 0.4);
    padding: 50px 0;
    text-align: center;
    font-size: 14px; }
    @media (max-width: 568px) {
      .faq-contact-box-description {
        padding: 40px 0;
        font-size: 12px; } }
/********************STATE************************/
.u-align-center {
  text-align: center; }

.u-align-left {
  text-align: left; }

.u-align-right {
  text-align: right; }

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

.u-show-on-mobile {
  display: none; }
  @media (max-width: 568px) {
    .u-show-on-mobile {
      display: block; } }
@media (max-width: 568px) {
  .u-hide-on-mobile {
    display: none !important; } }

@media (max-width: 568px) {
  .u-js-mobile-100vh {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100); } }

.u-m0 {
  margin: 0; }

.u-m5 {
  margin: 5px; }

.u-m10 {
  margin: 10px; }

.u-mb0 {
  margin-bottom: 0; }

.u-mb5 {
  margin-bottom: 5px; }

.u-mb10 {
  margin-bottom: 10px; }

.u-mb20 {
  margin-bottom: 20px; }

.u-mb30 {
  margin-bottom: 30px; }

.u-mb50 {
  margin-bottom: 50px; }

.u-mr5 {
  margin-right: 5px; }

.u-mb75 {
  margin-bottom: 75px; }

.u-mt20 {
  margin-top: 20px; }

.u-mt50 {
  margin-top: 50px; }

.u-p5 {
  padding: 5px; }

.u-pb5 {
  padding-bottom: 5px; }

.u-w100 {
  width: 100%; }

.u-font-10pt {
  font-size: 10px; }

.u-font-12pt {
  font-size: 12px; }

.u-font-14pt {
  font-size: 14px; }

.u-font-15pt {
  font-size: 15px; }

.u-font-16pt {
  font-size: 16px; }

.u-font-18pt {
  font-size: 18px; }

.u-font-21pt {
  font-size: 21px; }

.u-font-24pt {
  font-size: 24px; }

.u-font-30pt {
  font-size: 30px; }

.u-font-39pt {
  font-size: 39px; }

@media (max-width: 568px) {
  .u-font-10pt-on-mobile {
    font-size: 10px; }
  .u-font-12pt-on-mobile {
    font-size: 12px; }
  .u-font-14pt-on-mobile {
    font-size: 14px; }
  .u-font-15pt-on-mobile {
    font-size: 15px; }
  .u-font-16pt-on-mobile {
    font-size: 16px; }
  .u-font-18pt-on-mobile {
    font-size: 18px; }
  .u-font-21pt-on-mobile {
    font-size: 21px; }
  .u-font-24pt-on-mobile {
    font-size: 24px; }
  .u-font-30pt-on-mobile {
    font-size: 30px; }
  .u-mb10-on-mobile {
    margin-bottom: 10px; }
  .u-mb20-on-mobile {
    margin-bottom: 20px; }
  .u-mb30-on-mobile {
    margin-bottom: 30px; } }
