@charset "UTF-8";

@media screen and (max-width: 767px) {
  .message-flex {
    display: block;
  }
  .message-img {
    position: relative;
    left: -5.633333333333333vw;
    padding-bottom: 8.533333333333333vw;
  }
  .message-img img {
    min-width: 80vw;
    max-width: 0;
    width: 80vw;
    height: 68vw;
  }
  .message-text {
    padding: 0 5.333333333333333vw;
  }
  .requirement {
    padding: 40px 0 10.666666666666666vw;
    background-image: url(../../img/recruit/sp_requirement-bg.png);
  }
  .requirement .table {
    width: 100%;
    margin: 0 auto;
    padding-inline: 5.333333333333333vw;
  }
  .requirement .table tr {
    border-bottom: 1px solid #dedede;
  }
  .requirement .table th {
    padding: 5.333333333333333vw 0;
    width: 72.066666666666666vw;
    font-weight: 700;
    font-size: 3.466666666666667vw;
  }
  .requirement .table td {
    padding: 5.333333333333333vw 0;
    font-size: 3.466666666666667vw;
  }
  .entry-btn {
    padding-top: 10.666666666666666vw;
    text-align: center;
  }
  .entry-btn a {
    display: inline-flex;
    align-items: center;
    gap: 16vw;
    padding: 4.266666666666667vw 7.466666666666667vw;
    background: #245428;
    color: #fff;
    font-size: 3.466666666666667vw;
  }
  .entry-btn a::after {
    content: '';
    background-image: url(../../img/recruit/sp_entry_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.7333333333333334vw;
    height: 1.3333333333333333vw;
  }

  .entry-flow {
    margin-bottom: 0;
    padding-bottom: 22.4vw;
  }
  .entry-flow-list {
    padding: 0 5.333333333333333vw;
  }
  .entry-flow-list .flow-box {
    position: relative;
    width: 100%;
    padding: 6.266666666666667vw 3.2vw;
    margin-bottom: 5.333333333333333vw;
    margin-inline: auto;
    background: rgba(36, 84, 40, 0.1);
    display: block;
  }
  .entry-flow-list .flow-title {
    padding-bottom: 3.2vw;
    width: 100%;
    display: flex;
    align-items: inherit;
    gap: 3.466666666666667vw;
    border-right: none;
    padding-right: 0;
    border-bottom: 2px dashed #cfcfcf;
  }
  .entry-flow-list .flow-title p:nth-child(2) {
    color: #245428;
    font-family: 'Noto Serif JP', serif;
    font-size: 4.266666666666667vw;
    font-weight: 700;
  }
  .entry-flow-list .flow-number {
    position: relative;
    color: #245428;
    font-size: 6.666666666666667vw;
    font-weight: 600;
  }
  .entry-flow-list .flow-number::before {
    position: absolute;
    content: 'STEP';
    color: #245428;
    font-family: Crimson Text;
    font-size: 3.466666666666667vw;
    font-weight: 600;
    left: -5%;
    top: -2.066667vw;
  }
  .entry-flow-list .flow-right {
    width: 100%;
    display: block;
  }
  .entry-flow-list .flow-right .flow-icon {
    position: absolute;
    top: 2.6666666666666665vw;
    right: 2.6666666666666665vw;
  }
  .entry-flow-list .flow-right .flow-icon img {
    width: 13.866666666666667vw;
    height: 13.866666666666667vw;
  }
  .entry-flow-list .flow-text {
    padding-left: 0;
    padding-top: 4.266666666666667vw;
  }
}
