

@media screen and (min-width: 737px) {
  .for-large {
    display: block;
  }
  .for-small {
    display: none;
  }
  .text-center-for-large {
    text-align: center;
  }
  .text-center-for-small {
    text-align: left;
  }
  .text-right-for-large {
    text-align: right;
  }
  .text-right-for-small {
    text-align: left;
  }
  .layout-max {
    max-width: calc(var(--content-max) + 5rem);
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .layout-primary {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(var(--content-primary) + 5rem);
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .layout-secondary {
    margin-right: auto;
    margin-left: auto;
    max-width: calc(var(--content-secondary) + 5rem);
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .js-scroll-fade {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }
  .site-heading-simple.-factor-3 {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
  }
  .site-heading-simple.-factor-3.-center-all {
    text-indent: 0.15em;
  }
  .site-heading-simple.-center {
    text-align: center;
  }
  .site-text-standard.-message {
    font-size: 1.3125rem;
    line-height: 2.47;
  }
  .site-block {
    padding: 11.875rem 0;
  }
  .site-block.-message {
    padding: 7.1875rem 0 5.625rem;
  }
  .site-block.-detail {
    padding: 4rem 0;
  }
  .site-block.-intro {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100vh, rgba(255, 255, 255, 0)), color-stop(100vh, rgba(255, 255, 255, 0)), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100vh, rgba(255, 255, 255, 0) 100vh, #fff calc(100vh + 23.75rem), #fff 100%);
    padding: calc(100vh + 11.875rem) 0 11.875rem;
  }
  .site-block.-intro::before {
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 23.75rem;
  }
  .site-footer-above {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
  }
  .site-footer-address {
    grid-template-columns: 1fr 1fr;
    margin: 3.125rem auto 5.625rem;
  }
  .site-footer-address > .umemura {
    grid-column: span 2;
  }
  .site-footer-address > .umemura > .logo {
    height: 6rem;
    width: 24rem;
  }
  .site-footer-address > .umemura > .logo > img {
    margin: auto;
    width: 100%;
  }
  .site-footer-address > .chukyou-u > .logo {
    height: 3.875rem;
    margin: 0 auto 1.25rem;
    width: 14.3125rem;
  }
  .site-footer-address > .chukyou-ed > .logo {
    height: 3.875rem;
    margin: 0 auto 1.25rem;
    width: 16rem;
  }
  .site-footer-below {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.875rem 0 2.1875rem;
  }
  .site-footer-below > .copyright {
    margin-top: 0;
  }
  .site-footer {
    padding: 5rem 0 1.5rem;
  }
}