/* サブページ：Graduate */
#graduate {
  .fb {
    font-weight: bold;
  }
  .selection-flow .cnts-flow-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    padding-bottom: 3rem;
  }
  .selection-flow .cnts-flow-wrap:before {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: #f8f8f8;
    position: absolute;
    top: 135px;
    z-index: -1;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .selection-flow .cnts-flow-wrap .cnts-flow {
    width: 22%;
  }
  .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail .flow-num {
    font-weight: 500;
    color: #ffffff;
    background: #555555;
    padding: 0.4rem 1.4rem;
    border-radius: 5rem;
  }
  .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail img {
    width: 100%;
    max-width: 139px;
    padding: 2rem 0 1.5rem;
  }
  .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail .flow-title {
    font-weight: 600;
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
  .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail p:last-child,
  .selection-flow .notice {
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .about-recruit .cnts-text > p {
    line-height: 2.25;
    padding-bottom: 4rem;
  }
  .about-recruit .cnts-text .recruit-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .about-recruit .cnts-text .recruit-item .item-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f8f8f8;
    padding: 1rem 1.5rem;
    border-radius: 10rem;
    gap: 2rem;
  }
  .about-recruit .cnts-text .recruit-item .item-num.en-text {
    font-size: 1.9rem;
    font-weight: 500;
    color: #ffffff;
    background: #707070;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
  }
  .about-recruit .cnts-text .recruit-item .item-title {
    width: 22%;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .about-recruit .cnts-text .recruit-item > .item-wrap > p:last-child {
    width: 60%;
  }
  .entry .cnts-main,
  .entry .cnts-img {
    position: relative;
    width: 100%;
  }
  .entry .cnts-main .cnts-img img {
    width: 80%;
  }
  .entry .cnts-main .cnts-img .deco-text {
    font-size: 14rem;
    position: absolute;
    bottom: -135px;
    left: -90px;
  }
  .entry .cnts-main .btn-wrap {
    position: absolute;
    right: 0;
    bottom: -63px;
  }
  .entry .cnts-main .btn-wrap .btn-entry {
    width: unset;
    height: unset;
    border-radius: 0;
    font-size: 4.5rem;
    display: inline-block;
    padding: 2.5rem 5rem 3rem;
    line-height: 0.6em;
  }
  .entry .cnts-main .btn-wrap .btn-entry .jp-text {
    font-size: 1.1rem;
    display: block;
    text-align: left;
  }
  .entry .cnts-main .btn-wrap .btn-entry .en-text {
    font-weight: 600;
  }
  .entry .cnts-main .btn-wrap .btn-entry i {
    font-size: 3rem;
  }
  @media screen and (max-width: 1450px) {
    .entry .cnts-main .cnts-img .deco-text {
      font-size: 12.5rem;
      bottom: -115px;
      left: -30px;
    }
  }
  @media screen and (max-width: 1330px) {
    .entry .cnts-main .cnts-img .deco-text {
      font-size: 15vw;
      bottom: -8vw;
      left: -70px;
      margin-left: 2rem;
    }
  }
  @media screen and (min-width: 960px) {
    .about-recruit .sp-none {
      display: block;
    }
    .about-recruit .pc-none {
      display: none;
    }
  }
  @media screen and (max-width: 959px) {
    .about-recruit .sp-none {
      display: none;
    }
    .about-recruit .pc-none {
      display: block;
    }
    .about-recruit .cnts-text > p {
      line-height: 2;
    }
    .about-recruit .cnts-text .recruit-item > div {
      padding-bottom: 3rem;
    }
    .about-recruit .cnts-text .recruit-item .item-num.en-text {
      font-size: 1.5rem;
      width: 3rem;
      height: 3rem;
      line-height: 3rem;
    }
    .about-recruit .cnts-text .recruit-item .item-title,
    .about-recruit .cnts-text .recruit-item > .item-wrap > p:last-child {
      width: auto;
    }
    .about-recruit .cnts-text .recruit-item > div > p {
      width: 93%;
      margin: 0 auto;
      padding-top: 1rem;
      line-height: 2;
    }
    .entry .cnts-img {
      display: flex;
      justify-content: center;
    }
    .entry .cnts-main .cnts-img img {
      width: 93%;
    }
    .entry .cnts-main .btn-wrap .btn-entry {
      padding: 4vw 8vw 5vw;
      font-size: 7vw;
    }
    .entry .cnts-main .btn-wrap .btn-entry .jp-text {
      font-size: 1rem;
    }
    .entry .cnts-main .btn-wrap .btn-entry i {
      font-size: 5vw;
    }
    .entry .cnts-main .cnts-img .deco-text {
      bottom: -9vw;
      left: 0;
      margin-left: unset;
    }
  }
  @media screen and (min-width: 701px) {
    .selection-flow .sp-none {
      display: flex;
    }
    .selection-flow .pc-none {
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    .selection-flow .sp-none {
      display: none;
    }
    .selection-flow .pc-none {
      display: flex;
    }
    .selection-flow .cnts-flow-wrap {
      flex-direction: column;
      gap: 3rem;
    }
    .selection-flow .cnts-flow-wrap:before {
      width: 2px;
      height: 80%;
      right: unset;
      left: 69px;
      top: 20px;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow {
      width: 100%;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail {
      flex-direction: row;
      gap: 2rem;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail img {
      padding: 0;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail .flow-num-wrap {
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 1rem;
      padding-bottom: 1rem;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail .flow-title {
      padding: 0;
      font-size: 1.25rem !important;
    }
    .entry .cnts-main .btn-wrap .btn-entry {
      padding: 3vw 6vw 4vw;
    }
  }
  @media screen and (max-width: 599px) {
    .line-table{
      font-size: 0.9rem;
    }
    .selection-flow .cnts-flow-wrap:before {
      left: 62px;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail {
      gap: 1rem;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail img {
      max-width: 125px;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail .flow-title {
      font-size: 1rem !important;
    }
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail .flow-num-wrap {
      gap: 0.5rem;
    }
    .about-recruit .cnts-text > p,
    .about-recruit .cnts-text .recruit-item > div > p {
      font-size: 0.9rem;
    }
    .about-recruit .cnts-text > p {
      padding-bottom: 2.5rem;
    }
    .about-recruit .cnts-text .recruit-item > div {
      padding-bottom: 1rem;
    }
    .about-recruit .cnts-text .recruit-item .item-wrap {
      padding: 0.5rem 0.8rem;
      gap: 1rem;
    }
    .about-recruit .cnts-text .recruit-item .item-num.en-text {
      font-size: 1.2rem;
      width: 2.5rem;
      height: 2.5rem;
      line-height: 2.5rem;
    }
    .about-recruit .cnts-text .recruit-item .item-title {
      font-size: 1.1rem;
    }
    .entry .cnts-main {
      padding: 0;
    }
    .entry .cnts-main .btn-wrap {
      bottom: -7vw;
    }
    .entry .cnts-main .btn-wrap .btn-entry {
      font-size: 6.5vw;
      padding: 2vw 6.5vw 4vw;
      line-height: 0.7em;
    }
    .entry .cnts-main .btn-wrap .btn-entry .jp-text {
      font-size: 1.9vw;
    }
    .btn i {
      padding-left: 0.5rem;
    }
  }
  @media screen and (max-width: 450px) {
    .selection-flow .cnts-flow-wrap .cnts-flow .flow-detail {
      align-items: flex-start;
    }
  }
}
