@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.contents {
  background-color: #f7f7f7;
  padding: 26px 0 44px;
}
@media all and (min-width: 751px) {
  .contents {
    padding: 80px 0 120px;
  }
}
.contents .inner {
  --sp_padding: 18px;
}

/*----------------------------------------------------
POSITION
----------------------------------------------------*/
#position ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  gap: 15px;
}
@media all and (min-width: 751px) {
  #position ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 22px;
    margin-top: 48px;
  }
}
#position ul > li {
  background-color: #fff;
  padding: 18px 8% 28px;
}
@media all and (min-width: 751px) {
  #position ul > li {
    width: calc((100% - 22px) / 2);
    padding: 30px 5% 50px;
  }
}
#position ul > li .head {
  color: #00787e;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 15px;
  margin-bottom: 13px;
}
@media all and (min-width: 751px) {
  #position ul > li .head {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
#position ul > li .head small {
  display: block;
  font-size: 0.75em;
}
@media all and (min-width: 751px) {
  #position ul > li .head small {
    font-size: 0.65em;
  }
}
#position ul > li p {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 1.2em;
}
@media all and (min-width: 751px) {
  #position ul > li p {
    font-size: 15px;
    line-height: 2;
  }
}

/*----------------------------------------------------
JOB DESCRIPTION
----------------------------------------------------*/
#description {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px 8% 50px;
}
@media all and (min-width: 751px) {
  #description {
    margin-top: 57px;
    padding: 60px 9.6% 72px;
  }
}
#description .list {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media all and (min-width: 751px) {
  #description .list {
    margin-top: 50px;
    margin-bottom: 57px;
  }
}
#description .list > li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
@media all and (min-width: 751px) {
  #description .list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5%;
    padding: 30px 0;
  }
}
#description .list > li::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: #00787e;
  height: 1px;
  width: 24.5%;
}
@media all and (min-width: 751px) {
  #description .list > li::after {
    width: 140px;
  }
}
#description .list > li .head {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 11px;
}
@media all and (max-width: 750px) {
  #description .list > li .head {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 751px) {
  #description .list > li .head {
    font-size: 15px;
    width: 140px;
  }
}
#description .list > li .content {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.58;
}
@media all and (min-width: 751px) {
  #description .list > li .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    line-height: 2;
  }
}
#description .entry_btn {
  margin-inline: auto;
  width: min(500px, 87.2%);
  height: 60px;
}
@media all and (min-width: 751px) {
  #description .entry_btn {
    width: 400px;
    height: 82px;
  }
}
#description .entry_btn a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: linear-gradient(20deg, #c62935 0, #d33b47 100%);
  border: 1px solid #cd323e;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media all and (min-width: 751px) {
  #description .entry_btn a {
    font-size: 18px;
  }
}
@media (hover: hover) {
  #description .entry_btn a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #fff;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: width 0.3s cubic-bezier(0.72, 0.04, 0.5, 0.91);
    transition: width 0.3s cubic-bezier(0.72, 0.04, 0.5, 0.91);
  }
}
#description .entry_btn a span {
  position: relative;
  z-index: 2;
}
#description .entry_btn a span::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  aspect-ratio: 10/13;
  width: 6px;
  top: 49%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#description .entry_btn a small {
  letter-spacing: 0.04em;
  font-size: 9px;
}
@media all and (min-width: 751px) {
  #description .entry_btn a small {
    font-size: 12px;
  }
}
@media (hover: hover) {
  #description .entry_btn a, #description .entry_btn a span::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #description .entry_btn a:hover {
    color: #c62935;
  }
  #description .entry_btn a:hover::before {
    width: 100%;
  }
  #description .entry_btn a:hover span::after {
    background-color: #c62935;
  }
}
#description .entry_btn a.disable {
  pointer-events: none;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
#description .note {
  background-color: #f7f7f7;
  text-align: center;
  padding: 22px 4% 28px;
  margin-top: 33px;
}
@media all and (min-width: 751px) {
  #description .note {
    padding: 32px 4%;
    margin-top: 50px;
  }
}
#description .note p {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1.81;
}
@media all and (min-width: 751px) {
  #description .note p {
    font-size: 15px;
    line-height: 1.6;
  }
}