@charset "UTF-8";
/* ==========================================================================
   ¹²Í¨
   ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #side-menu-btn {
    top: 77px;
  }
}
#main .box-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-ttl-wrap {
  position: fixed;
  bottom: 100%;
}

.graduate-block {
  margin-top: 40px;
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}
.graduate-block div {
  width: 65%;
  height: 100%;
  position: absolute;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.graduate-block div img {
  display: none;
}
.graduate-block figcaption {
  background: #009d42;
  width: 36%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  white-space: nowrap;
  font-family: 'Roboto Condensed','honoka-mincho', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  font-size: 3.6rem;
}
.graduate-block figcaption h2 {
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 25%;
  left: 48%;
  display: inline;
  line-height: 1.4em;
  -webkit-transform: translate(-50%, -20%);
  -moz-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  -o-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}
.graduate-block figcaption h2 span:first-child {
  font-family: 'ÖÐ¥´¥·¥Ã¥¯BBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 56px;
  font-size: 5.6rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: -1em;
  right: -0.3em;
}
.graduate-block figcaption h2 span:last-child {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'ÖÐ¥´¥·¥Ã¥¯BBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 56px;
  font-size: 5.6rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  right: 0.65em;
  bottom: .4em;
}

.box-fr-wrap .box-fl {
  width: 63%;
}

.box-fr-wrap .box-fr {
  width: 37%;
}

.credit {
  border-left: solid #009d42 5px;
  padding: 0.2em 0.5em 0.2em 1em;
}
.credit strong {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.credit span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #009d42;
}
.credit small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.career {
  margin-top: 40px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.career figure {
  padding: 20px;
}
.career figure figcaption {
  text-align: left;
  /*padding: 20px;*/
}
.career figure figcaption strong {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #009d42;
}
.career figure figcaption small {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #main .box-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .graduate-block {
    height: auto;
  }
  .graduate-block div {
    width: 100%;
    height: auto;
    position: relative;
    background-image: none !important;
    text-align: center;
  }
  .graduate-block div img {
    display: inline;
  }
  .graduate-block figcaption {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 16px 0 0 0;
    color: #009d42;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .graduate-block figcaption h2 {
    -ms-writing-mode: lr-tb;
    /* for MS IE8+ */
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    -webkit-transform: translate(0, 0);
  }
  .graduate-block figcaption h2 span:first-child {
    font-size: 26px;
    font-size: 2.6rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: rgba(0, 157, 66, 0.5);
    display: inline;
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
  }
  .graduate-block figcaption h2 span:last-child {
    font-size: 26px;
    font-size: 2.6rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: rgba(0, 157, 66, 0.5);
    display: inline;
    width: auto;
    height: auto;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .career {
    padding-top: 8px;
  }

  .box-fr-wrap .box-fl {
    width: 100%;
  }

  .box-fr-wrap .box-fr {
    width: 100%;
  }
}
