<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1151px) {
  #staff_list .item {
    height: auto;
    margin: 0 0 10px;
  }

  #staff_list .item:nth-child(3n) {
    margin-right: 0;
  }

  #staff_list .desc {
    height: unset;
  }

  #staff_list .desc p {
    top: unset;
    transform: unset;
    -webkit-transform: unset;
  }
}

@media screen and (max-width: 1024px) {
  .search_terms:hover {
    background-color: #58330d;
    color: #fff;
    font-weight: bold;
  }

  .staff_icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
  }

  #staff_single_header .title_area {
    margin: 0;
  }
  #staff_single_header #staff_term {
    margin: 10px auto;
  }
}

@media screen and (max-width: 750px) {
  #staff_list .item {
    height: auto;
    min-height: 400px;
  }

  .archive #staff_term {
    padding-top: 40px;
    min-height: 105px;
  }

  .archive #staff_term li.term {
    font-size: 10px;
  }

  #staff_list .item .icon-flex a {
    width: 30px;
    height: 30px;
  }

  .na {
    font-size: 12px;
    margin: 50px 0;
  }

  .na.hit {
    margin: 0;
  }
}

/* è©³ç´°ãƒšãƒ¼ã‚¸å…±é€š */
@media screen and (max-width: 950px) {
  #search-result .item {
    height: 420px;
  }

  #search-result .image_wrap {
    height: 250px;
  }
}

@media screen and (max-width: 750px) {
  #staff_archive {
    width: auto;
    margin: 35px 20px 30px;
  }

  #search-result .item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    height: 267px;
    margin: 0 10px 10px 0;
  }

  #search-result .item:nth-child(3n) {
    margin-right: 10px;
  }

  #search-result .item:nth-child(2n) {
    margin-right: 0px;
  }

  #search-result .image_wrap {
    height: 154px;
  }

  #search-result .title_area {
    padding: 20px 15px 15px;
  }

  #search-result .sub_title {
    margin-bottom: 10px;
  }

  #search-result .desc {
    padding: 0 15px;
    position: relative;
  }

  #search-result .desc p {
    line-height: 1.7;
    max-height: 6.8em;
    overflow: hidden;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #search-result .desc p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ãƒ­ã‚´ä¿®æ­£ */
#header_logo .logo {
  height: 100%;
}
#header_logo .mobile_logo_image {
  height: 100%;
  object-fit: contain;
}

/* ãƒ•ã‚¡ãƒ¼ã‚¹ãƒˆãƒ“ãƒ¥ãƒ¼ã®ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒƒãƒ—ã‚’å¼·å¼•ã«ä¿®æ­£ */
@media screen and (max-width: 750px) {
  #index_slider .caption.mobile.animate .animate1 {
    -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
    animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
  }
  #index_slider .caption.mobile.animate .animate2 {
    -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
      2.8s;
    animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
  }
  #index_slider .caption.mobile.animate .animate3 {
    -webkit-animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
      3.6s;
    animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
  }
}
</pre></body></html>