/* CSS Document */
a.school {
  color: #005cb8; }

p {
  line-height: 1.8; }

.message-ttl {
  position: relative;
  padding: 60px 0 0; }
  @media only screen and (max-width: 768px) {
    .message-ttl {
      padding-top: 30px;
      margin-bottom: 15px; }
      .message-ttl br {
        display: none; } }
  .message-ttl span {
    font-size: 12px;
    color: #FFF;
    background: #005cb8;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 0;
    padding: 1px 10px 2px;
    border-radius: 10px; }
    .message-ttl span::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 7px 0;
      border-color: transparent #005cb8 transparent transparent;
      position: absolute;
      bottom: -7px;
      left: 50%; }
.message-block {
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .message-block {
      padding: 50px 0; } }
.message-block01 {
  background: url(../img/school/school_bg01.jpg) no-repeat center bottom/contain, #EAEFF2; }
  @media only screen and (min-width: 769px) {
    .message-block01 {
      padding-top: 80px; } }
  @media only screen and (max-width: 768px) {
    .message-block01 {
      background: url(../img/school/school_bg01sp.jpg) center bottom no-repeat;
      background-size: contain;
      background-color: #EAEFF2;
      padding-bottom: 68%; } }
  .message-block01 .message-txt {
    max-width: 700px; }
.message-block02 {
  background: #005cb8;
  color: #FFF; }
  @media only screen and (max-width: 768px) {
    .message-block02 {
      padding: 20px 0 50px; } }
.message-txt {
  line-height: 2.4; }
  @media only screen and (max-width: 768px) {
    .message-txt {
      line-height: 2; } }
.message-name {
  display: inline-block;
  border-bottom: solid 1px #669dd4;
  padding-bottom: 5px; }
  .message-name span {
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .message-name span {
        display: block; } }

.facility {
  padding: 100px 0 150px; }
  @media only screen and (max-width: 768px) {
    .facility {
      padding: 40px 0; } }
  .facility-txt {
    margin-bottom: 40px; }
    @media only screen and (min-width: 769px) {
      .facility-txt {
        text-align: center; } }
  .facility-movie {
    padding: 50px 0 0; }
    .facility-movie-unit {
      width: 715px;
      margin: 0 auto;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .facility-movie-unit {
          width: 100%; } }
    .facility-movie-ttl {
      color: #FFF;
      background: #005cb8;
      display: inline-block;
      padding: 8px 30px 8px 30px;
      font-size: 20px;
      border-radius: 10px;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .facility-movie-ttl {
          padding: 6px 20px 6px 20px;
          font-size: 14px;
          top: -20px;
          left: -8px; } }
      .facility-movie-ttl::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13px 15px 0;
        border-color: transparent #005cb8 transparent transparent;
        position: absolute;
        bottom: -15px;
        left: 35px; }
    .facility-movie-thumb a {
      display: block;
      position: relative; }
      .facility-movie-thumb a::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 9px 14px;
        border-color: transparent transparent transparent #ffffff;
        position: absolute;
        top: 50%;
        left: calc(50% - 4px);
        transform: translateY(-50%);
        z-index: 1; }
      .facility-movie-thumb a::after {
        content: '';
        width: 76px;
        height: 76px;
        background: #002c64;
        position: absolute;
        border: solid 5px #FFF;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        transition: all .3s ease; }
        @media only screen and (max-width: 768px) {
          .facility-movie-thumb a::after {
            width: 60px;
            height: 60px; } }
      .facility-movie-thumb a img {
        transition: opacity .3s ease; }
      .facility-movie-thumb a:hover img {
        opacity: .7; }
      .facility-movie-thumb a:hover::after {
        transform: translate(-50%, -50%) scale(1.3);
        background: #005cb8; }

#facility-lbox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 92, 184, 0.95);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  #facility-lbox iframe {
    width: 100%;
    height: 100%;
    max-height: 75vh; }
  #facility-lbox .facility-lbox-inr {
    position: relative;
    z-index: 101;
    max-width: 960px;
    max-height: 540px;
    width: 90vw;
    height: 50vw; }
  #facility-lbox #close {
    position: absolute;
    top: -55px;
    right: 0;
    width: 45px;
    height: 45px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 101; }
    #facility-lbox #close:hover {
      cursor: pointer; }
    #facility-lbox #close::before, #facility-lbox #close::after {
      content: '';
      display: block;
      width: 3px;
      height: 100%;
      background: #e5bd00;
      position: absolute;
      top: 0;
      left: 50%; }
    #facility-lbox #close::before {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    #facility-lbox #close::after {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
  #facility-lbox #clickable {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: .3; }

.access {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .access-map iframe {
      height: 290px; } }
  .access-box {
    background: #005cb8;
    color: #FFF;
    width: 540px;
    margin: 0 auto;
    padding: 50px 10px 15px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -35%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 768px) {
      .access-box {
        width: 90%;
        padding: 30px 4% 20px;
        bottom: -80%; } }
    .access-box-unit {
      margin-top: 20px;
      font-weight: 500;
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        .access-box-unit {
          font-size: 14px; } }
      .access-box-unit dt {
        margin-bottom: 15px; }
      .access-box-unit dd {
        background: #FFF;
        color: #005cb8;
        padding: 5px 0;
        border-radius: 5px;
        line-height: 1.5; }
        @media only screen and (max-width: 768px) {
          .access-box-unit dd {
            text-align: left;
            padding: 5px;
            font-size: 12px; } }

.access-box.elem {
  opacity: 0; }
  @media only screen and (max-width: 768px) {
    .access-box.elem {
      opacity: 1; } }

.access-box.elem.isAnimate {
  animation: fadeInup 1.0s 0s ease-in-out;
  animation-fill-mode: both; }
  @media only screen and (max-width: 768px) {
    .access-box.elem.isAnimate {
      animation: none; } }

@keyframes fadeInup {
  0% {
    opacity: 0;
    bottom: -40%; }
  100% {
    opacity: 1;
    bottom: -35%; } }
.location {
  background: url(../img/school/school_bg02.jpg) no-repeat center bottom/100%, #dff5fc;
  padding: 265px 0 200px; }
  @media only screen and (max-width: 768px) {
    .location {
      padding: 300px 0 70px; } }
  .location-ttl {
    text-align: center;
    margin-bottom: 70px; }
    @media only screen and (max-width: 768px) {
      .location-ttl {
        margin-bottom: 30px; } }
    .location-ttl span {
      font-size: 30px;
      color: #005cb8;
      position: relative;
      font-weight: 400; }
      .location-ttl span::before, .location-ttl span::after {
        content: '';
        width: 1px;
        height: 160%;
        background: #e5bd00;
        position: absolute;
        bottom: -20px; }
      .location-ttl span::before {
        transform: rotate(-25deg);
        left: -30px; }
      .location-ttl span::after {
        transform: rotate(25deg);
        right: -30px; }
      @media only screen and (max-width: 768px) {
        .location-ttl span {
          font-size: 20px; }
          .location-ttl span::before, .location-ttl span::after {
            height: 140%;
            bottom: -5px; }
          .location-ttl span::before {
            left: -15px; }
          .location-ttl span::after {
            right: -15px; } }
  .location-txt {
    line-height: 2; }
  .location-row {
    margin-top: 70px; }
    @media only screen and (max-width: 768px) {
      .location-row {
        display: block; } }
    .location-row .location-card {
      width: 300px;
      text-align: center;
      margin: 0 48px 60px 0;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .location-row .location-card {
          width: 85%;
          margin: 0 auto 50px;
          max-width: 300px; } }
      @media only screen and (min-width: 769px) {
        .location-row .location-card:nth-of-type(3n) {
          margin-right: 0; } }
      .location-row .location-card-callout {
        display: inline-block;
        position: absolute;
        left: -30px;
        top: -30px;
        width: 90px;
        height: 90px;
        padding: 11px 0 1px 5px; }
      .location-row .location-card-img {
        margin-bottom: 15px; }
      .location-row .location-card dd {
        text-align: left; }

.location-card-callout.elem {
  opacity: 0; }

.location-card-callout.elem.isAnimate {
  animation: fadeInup2 0.5s 0.5s ease-in-out;
  animation-fill-mode: both; }

@keyframes fadeInup2 {
  0% {
    opacity: 0;
    top: 0px; }
  80% {
    opacity: 1;
    top: -50px; }
  100% {
    opacity: 1;
    top: -30px; } }

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