.p-recruit__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 835px) {
  .p-recruit__list {
    row-gap: min(1.171vw, 17.6px);
    margin-top: min(2.928vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit__list {
    row-gap: min(4.267vw, 17.6px);
    margin-top: min(8.533vw, 35.2px);
  }
}
.p-recruit__list li {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .p-recruit__list li {
    font-size: clamp(14.45px, 1.245vw, 18.7px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit__list li {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .p-recruit__list.--small {
    row-gap: min(1.464vw, 22px);
    margin-top: min(1.757vw, 26.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit__list.--small {
    row-gap: min(5.333vw, 22px);
    margin-top: min(6.4vw, 26.4px);
  }
}
.p-recruit__list.--small li {
  font-weight: 400;
}
@media screen and (min-width: 835px) {
  .p-recruit__list.--small li {
    font-size: clamp(11.05px, 0.952vw, 14.3px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit__list.--small li {
    font-size: clamp(11.05px, 3.467vw, 14.3px);
  }
}
.p-recruit-fixed {
  position: fixed;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .p-recruit-fixed {
    width: min(21.669vw, 325.6px);
    right: min(1.464vw, 22px);
    bottom: min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit-fixed {
    width: calc(100% - min(16vw, 66px));
    max-width: min(84vw, 346.5px);
    right: min(2.667vw, 11px);
    bottom: min(2.667vw, 11px);
  }
}
@media screen and (min-width: 835px) {
  .p-recruit-fixed__close {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-recruit-fixed__close {
    width: min(7.467vw, 30.8px);
    aspect-ratio: 1/1;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: calc(min(9.6vw, 39.6px) * -1);
    right: 0;
    overflow: hidden;
  }
  .p-recruit-fixed__close::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
    font-size: min(4.533vw, 18.7px);
    font-weight: 700;
    text-indent: initial;
    display: block;
  }
}
.p-recruit-fixed__container {
  background-color: #ffffff;
  color: #2b3948;
  font-weight: 500;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.11);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-recruit-fixed__container {
    height: min(5.857vw, 88px);
    border-radius: min(0.732vw, 11px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit-fixed__container {
    height: min(21.333vw, 88px);
    border-radius: min(2.667vw, 11px);
  }
}
.p-recruit-fixed__container::before, .p-recruit-fixed__container::after {
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
}
.p-recruit-fixed__container::before {
  background-color: rgba(255, 255, 255, 0);
  border: #2b3948 solid 1px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media screen and (min-width: 835px) {
  .p-recruit-fixed__container::before {
    width: clamp(23.8px, 2.05vw, 30.8px);
    right: clamp(13.6px, 1.171vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit-fixed__container::before {
    width: clamp(21.25px, 6.667vw, 27.5px);
    right: clamp(12.75px, 4vw, 16.5px);
  }
}
.p-recruit-fixed__container::after {
  background-color: #2b3948;
  -webkit-transition: scale 0.3s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  transition: scale 0.3s cubic-bezier(0.25, 0.1, 0.39, 1.06);
}
@media screen and (min-width: 835px) {
  .p-recruit-fixed__container::after {
    width: clamp(3.4px, 0.293vw, 4.4px);
    right: clamp(23.8px, 2.05vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit-fixed__container::after {
    content: none;
  }
}
.p-recruit-fixed__container svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: opacity 0.45s ease, right 0.3s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  transition: opacity 0.45s ease, right 0.3s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-recruit-fixed__container svg {
    fill: #ffffff;
    width: clamp(10.2px, 0.878vw, 13.2px);
    right: clamp(30.6px, 2.635vw, 39.6px);
    opacity: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-recruit-fixed__container svg {
    fill: #2b3948;
    width: clamp(7.65px, 2.4vw, 9.9px);
    right: clamp(18.7px, 5.867vw, 24.2px);
  }
}
@media (hover: hover) {
  .p-recruit-fixed__container:hover {
    color: #516479;
  }
  .p-recruit-fixed__container:hover::before {
    background-color: #2b3948;
  }
  .p-recruit-fixed__container:hover::after {
    scale: 0;
  }
  .p-recruit-fixed__container:hover svg {
    opacity: 1;
    right: clamp(20.4px, 1.757vw, 26.4px);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .p-recruit-fixed__container:hover .p-recruit-fixed__image img {
    scale: 1.05;
  }
}
.p-recruit-fixed__image {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .p-recruit-fixed__image {
    width: min(5.857vw, 88px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit-fixed__image {
    width: min(21.333vw, 88px);
  }
}
.p-recruit-fixed__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.45s cubic-bezier(0.25, 0.1, 0.39, 1.06);
  transition: scale 0.45s cubic-bezier(0.25, 0.1, 0.39, 1.06);
}
.p-recruit-fixed__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .p-recruit-fixed__title {
    font-size: min(0.952vw, 14.3px);
    padding: 0 min(3.514vw, 52.8px) 0 min(1.464vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-recruit-fixed__title {
    font-size: min(3.467vw, 14.3px);
    padding: 0 min(12.8vw, 52.8px) 0 min(4.267vw, 17.6px);
  }
}

@media screen and (max-width: 834px) {
  .--recruit:has(.p-recruit-fixed) .p-recruit__section {
    padding-bottom: min(42.667vw, 176px);
  }
}