@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 共通
===========================================*/
.sec-ttlRgl {
  position: relative;
  margin-bottom: clamp(80px, 15vw, 150px); }
  .sec-ttlRgl .ttl-ilst {
    background: url("../img/common/ilst-ojigi02.png") no-repeat center/contain;
    aspect-ratio: 108/166;
    width: clamp(60px, 10vw, 108px);
    position: absolute;
    right: calc(50% - clamp(110px,18vw,180px));
    top: calc(0px - clamp(23px,4vw,46px));
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse; }

/*==========================================
 MODAL
===========================================*/
html.open {
  overflow: hidden; }

.modal-list .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100; }
  .modal-list .modal-container::before {
    content: "";
    display: block;
    background: var(--brand-primary);
    opacity: 0.28;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .modal-list .modal-container.active {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-list .modal-container.active .modalFiU {
      transform: translate(0, 0);
      opacity: 1; }
    .modal-list .modal-container.active .modalCts-img {
      opacity: 1;
      transform: translateX(0%); }
      @media screen and (max-width: 960px) {
        .modal-list .modal-container.active .modalCts-img {
          transform: translate(0, 0); } }
.modal-list .modalFiU {
  transform: translate(0, 10%);
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0.4s, transform 1.2s cubic-bezier(0.5, 0, 0, 1) 0.4s; }
.modal-list .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1360px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background: rgba(var(--brand-primary), 0.28);
  padding: clamp(30px, 6vw, 60px) 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  @media screen and (max-width: 1360px) {
    .modal-list .modal-body {
      padding: clamp(30px, 6vw, 60px) 4%; } }
  @media screen and (max-width: 767px) {
    .modal-list .modal-body {
      padding: clamp(30px, 6vw, 60px) 4% clamp(80px, 10vw, 100px); } }
.modal-list .modal-content {
  margin: 0 auto;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.modal-list .modalCts-head {
  width: 45%;
  max-width: 552px; }
  @media screen and (max-width: 960px) {
    .modal-list .modalCts-head {
      width: 65%;
      max-width: 352px;
      margin: 0 auto 25px; } }
.modal-list .modalCts-body {
  width: 50%;
  max-width: 680px; }
  @media screen and (max-width: 960px) {
    .modal-list .modalCts-body {
      width: 100%;
      margin: 0 auto; } }
.modal-list .modalCts-ttlWrap {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .modal-list .modalCts-ttlWrap .ttl-ilst {
    background: url("../img/common/ilst-ojigi02.png") no-repeat center/contain;
    aspect-ratio: 108/166;
    width: clamp(60px, 10vw, 108px);
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse; }
.modal-list .modalCts-ttlBlock .ttl-ja {
  font-size: clamp(3rem, 5vw, 7rem);
  letter-spacing: 0.2em; }
.modal-list .modalCts-ttlBlock .ttl-en {
  font-size: clamp(1.6rem, 2vw, 2.6rem); }
.modal-list .modalCts-img {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1) 0.4s, transform 0.8s cubic-bezier(0.5, 0, 0, 1) 0.4s;
  transform: translateX(-20%); }
  @media screen and (max-width: 960px) {
    .modal-list .modalCts-img {
      transform: translate(0, 10%);
      transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0.4s, transform 1.2s cubic-bezier(0.5, 0, 0, 1) 0.4s; } }
  .modal-list .modalCts-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 0.6764705882; }
.modal-list .modalCts-job {
  margin-top: clamp(30px, 6vw, 60px);
  font-size: clamp(1.6rem, 2vw, 2rem);
  display: flex; }
  .modal-list .modalCts-job dt {
    min-width: 3.8em;
    position: relative; }
    .modal-list .modalCts-job dt::after {
      content: "／";
      position: absolute;
      top: 0;
      right: 0.2em; }
  .modal-list .modalCts-job dd {
    width: 100%; }
.modal-list .modalCts-tag {
  margin-top: 0.3em;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
  font-size: clamp(1.6rem, 2vw, 2rem);
  padding: 1em 0; }
  .modal-list .modalCts-tag li::before {
    content: "#";
    margin-right: 0.5em; }
  .modal-list .modalCts-tag li:not(:last-child) {
    margin-bottom: 0.2em; }
.modal-list .modalCts-txt {
  margin-top: clamp(30px, 6vw, 60px);
  line-height: 1.75; }
.modal-list .modal-close {
  margin: clamp(30px, 6vw, 60px) 0 0;
  border: 1px solid var(--text-primary);
  text-align: center;
  border-radius: 100vmax;
  padding: 0.5em 0;
  max-width: 200px;
  width: 100%;
  transition: 0.3s ease-in-out;
  cursor: pointer; }
  @media (hover: hover) {
    .modal-list .modal-close:hover {
      background: var(--text-primary);
      color: #fff; } }

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