

@media screen and (min-width: 737px) {
  .site-bread-crumb-list {
    overflow: hidden;
    position: relative;
  }
  .site-bread-crumb-list > .list > .item {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .site-bread-crumb > .inner {
    max-width: 88.25rem;
    margin-right: auto;
    margin-left: auto;
  }
  .site-bread-crumb > .inner::after {
    right: 2rem;
    width: 3rem;
  }
  .site-drawer {
    background: #ffdc73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    padding: 0;
    width: 100vw;
  }
  .site-extra-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
  .site-extra-nav > .list {
    margin: 0 0 0 1rem;
    width: auto;
  }
  .site-extra-nav > .list > .item {
    border-radius: 0 0 0.25rem 0.25rem;
    padding: 0.5rem 1rem;
  }
  .site-global-dropdown {
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background-color: #9e9e9e;
    display: block;
    opacity: 0;
    position: absolute;
    top: 110px;
    left: 0;
    visibility: hidden;
    width: 100%;
  }
  .site-global-dropdown > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 2rem;
    max-width: calc(81.25rem - 2rem);
    width: 100%;
  }
  .site-global-dropdown > .inner > .list::after {
    content: "｜";
    margin: 0 0.5rem;
  }
  .site-global-dropdown > .inner > .list > .item {
    border-bottom: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .site-global-dropdown > .inner > .list > .item:hover {
    color: #f44336;
  }
  .site-global-dropdown.-open {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
  .site-global-nav {
    border-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    max-width: 81.25rem;
  }
  .site-global-nav > .list {
    margin-bottom: 4rem;
    width: calc(50% - 1.75rem);
  }
  .site-global-nav > .list > .item {
    border-bottom: 0;
    padding: 0;
    width: auto;
  }
  .site-global-nav > .list > .item::after {
    content: none;
  }
  .site-global-nav > .list > .item > .en {
    font-size: 3rem;
  }
  .site-hamburger {
    border-radius: 50%;
    cursor: pointer;
    height: 54px;
    width: 54px;
  }
  .site-hamburger > .icon {
    height: 3px;
    top: 14px;
    left: 10px;
    width: 34px;
  }
  .site-hamburger > .icon::before {
    top: 12px;
  }
  .site-hamburger > .icon::after {
    top: 24px;
  }
  .site-hamburger.-open > .icon::before, .site-hamburger.-open > .icon::after {
    top: 13px;
  }
  .site-logo > svg {
    width: 14.6875rem;
  }
  .site-logo > .text {
    font-size: 1rem;
    margin-left: 2rem;
  }
  .site-logo.-footer {
    display: block;
  }
  .site-logo.-footer > .text {
    display: block;
    margin-top: 0.75rem;
    margin-left: 0;
  }
  .site-chapter {
    padding: 0 3.5rem;
  }
  .site-chapter::before {
    background-size: 60px 20px;
  }
  .site-chapter > .inner {
    min-height: 18.375rem;
    max-width: 81.25rem;
  }
  .site-chapter > .inner > .subtitle > .main {
    width: auto;
  }
  .site-chapter > .inner > .subtitle > .sub {
    font-size: 2.25rem;
    line-height: 1.75rem;
  }
  .site-chapter > .inner > .subtitle + .title {
    margin-top: 1rem;
  }
  .site-chapter > .inner > .title {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 2.5rem;
  }
  .site-chapter > .inner > .title > .main {
    margin-top: 0;
    margin-left: 1.25rem;
    width: auto;
  }
  .site-chapter > .inner > .title > .main::before {
    width: 24px;
  }
  .site-chapter > .inner > .title > .sub {
    font-size: 7.4375rem;
    line-height: 5.75rem;
  }
  .site-chapter.-image > .inner {
    min-height: 34.0625rem;
  }
  .site-chapter.-image > .inner > .title > .sub::after {
    background-size: 60px 20px;
  }
  .site-chapter-people::before {
    min-height: 42.5rem;
    height: 83vh;
  }
  .site-chapter-people > .inner > .text {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2.5rem 2.5rem 2.5rem 0;
    position: relative;
  }
  .site-chapter-people > .inner > .text::before, .site-chapter-people > .inner > .text::after {
    left: calc(50% - 2.75rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
  }
  .site-chapter-people > .inner > .text::after {
    background-size: 60px 20px;
  }
  .site-chapter-people > .inner > .text > .title {
    padding-left: calc(8.3% - 1.75rem);
    width: calc(41.667% - 1.75rem);
  }
  .site-chapter-people > .inner > .text > .message {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2.4375rem;
    margin-top: 0;
    width: auto;
  }
  .site-header {
    height: 110px;
    padding: 0 2.5rem 0 3.125rem;
  }
  .site-header::after {
    content: none;
  }
  .site-header.-light .site-logo > svg path,
.site-header.-light .site-logo > svg rect,
.site-header.-light .site-logo > svg polygon {
    fill: #ffffff !important;
  }
  .site-header.-light .site-logo > .text {
    color: #ffffff !important;
  }
  .site-header.-light .site-hamburger > .icon {
    background-color: #ffffff;
  }
  .site-header.-light .site-hamburger > .icon::before, .site-header.-light .site-hamburger > .icon::after {
    background-color: #ffffff;
  }
  .site-header.-light .site-hamburger.-open > .icon {
    background: transparent;
  }
}