@charset "utf-8";

.text {
  text-align: justify;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

main {
  background-color: #fff;
  overflow-x: clip;
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  height: max(400px, 31.25vw);
  overflow-x: clip;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv {
    height: 280px;
  }
}

.fv::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 620/800;
  height: max(800px, 62.5vw);
  background: url(/recruit/img/common/aping-yamazaki-deco02.png) no-repeat;
  background-size: contain;
  background-position: right top;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv::after {
    left: 0;
    top: -18%;
    min-width: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 375 / 240;
    background: url(/recruit/img/common/aping-yamazaki-deco01_sp.png) no-repeat;
    background-size: cover;
  }
}

.fv .container {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(/recruit/img/recruitment/highschool/texture_orange.jpg);
  background-size: 400px;
  overflow: hidden;
}

.fv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.fv .page-group {
  position: absolute;
  bottom: 25%;
  left: 9.6875vw;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv .page-group {
    position: absolute;
    bottom: 40px;
    left: 25px;
  }
}

.fv .page-group .page-category {
  font-family: var(--font-lato);
  font-size: max(1.2rem, 0.9375vw);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
}

.fv .page-group .page-name {
  font-family: var(--font-shipp);
  font-size: max(4.8rem, calc(48/1280*100vw));
  font-weight: 500;
  margin-top: 5px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fv .page-group .page-name {
    font-size: 3.2rem;
    margin-top: 0;
  }
}

.fv .page-group .key-list {
  display: flex;
  margin-top: 5px;
  color: #fff;
}

.fv .page-group .key-list .item {
  font-size: max(1.2rem, 0.9375vw);
  letter-spacing: 0.05em;
  margin-right: max(12px, 0.9375vw);
  opacity: 0.6;
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ sticky-wrap ↓↓↓ */
.sticky-wrap {
  position: relative;
  max-width: 1280px;
  background-color: #fff;
  padding-top: 88px;
  margin: 0 auto;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap {
    padding: 40px 25px 0;
  }
}

/* ↑↑↑ sticky-wrap ↑↑↑ */

/* ↓↓↓ anchor-box ↓↓↓ */
.sticky-wrap .anchor-box {
  position: sticky;
  width: min(calc(250/1280*100vw), 250px);
  min-width: 200px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
  top: 120px;
  left: 4.375%;
  background: linear-gradient(var(--color-orange) 50%, var(--color-orange) 0%) 0% 100% /4px 100% no-repeat;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap .anchor-box {
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap .anchor-box {
    position: initial;
    float: unset;
    width: 100%;
    min-width: unset;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 16px;
    background: unset;
    padding-left: unset;
  }
}

.sticky-wrap .anchor-box .anchor-item {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.sticky-wrap .anchor-box .anchor-item .anchor-link {
  background: rgba(255, 255, 255, 0.7);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0px 7px 2px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .anchor-box .anchor-item {
    position: relative;
    width: calc((100% - 16px)/2);
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 16px;
  }

  .sticky-wrap .anchor-box .anchor-item::before {
    content: '';
    position: absolute;
    translate: 0 -50%;
    width: 10px;
    height: 8px;
    background: url(/recruit/img/common/anchor-arrow.svg) no-repeat;
    background-size: contain;
    top: calc(50% - 8px);
    right: 0;
  }

  .sticky-wrap .anchor-box .anchor-item .anchor-link {
    display: grid;
    place-content: center left;
    height: 100%;
    background: linear-gradient(var(--color-orange) 50%, var(--color-orange) 0%) 0% 100% /4px 100% no-repeat;
    padding: 10px 20px 10px 12px;
  }
}

/* ↑↑↑ anchor-box ↑↑↑ */

/* ↓↓↓ main-conts ↓↓↓ */
.sticky-wrap .main-conts {
  width: 100%;
  margin-top: -363px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .main-conts {
    width: 100%;
    margin-top: 20px;
    margin-bottom: unset;
  }
}

.conts-block {
  width: 100%;
  padding: 0 4.375%;
}

@media screen and (max-width: 768px) {
  .conts-block {
    padding: unset;
    margin: 0 auto;
  }
}

.conts-block .conts-inner {
  position: relative;
  max-width: calc(880px + 250px + min(50px, 3.906246vw));
  padding-left: calc(250px + min(50px, 3.90624vw));
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .conts-block .conts-inner {
    padding-left: calc(200px + min(50px, 3.90624vw));
  }
}

@media screen and (max-width: 768px) {
  .conts-block .conts-inner {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
    padding: unset;
  }
}

.sticky-wrap .main-conts .block-ttl .en {
  font-size: 1.2rem;
  font-family: var(--font-lato);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--color-orange);
  display: block;
}

.sticky-wrap .main-conts .block-ttl .ja {
  font-size: 4rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap .main-conts .block-ttl .ja {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

/* ↑↑↑ main-conts ↑↑↑ */

/* ↓↓↓ message ↓↓↓ */
.sticky-wrap #message {
  padding: 88px 4.375% 80px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #message {
    padding: 60px 0 0;
  }
}

.sticky-wrap #message::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60.313%;
  height: 100%;
  background: url(../img/recruitment/highschool/message-bg.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #message::before {
    right: -25px;
    width: 81.54%;
    height: 90%;
    background: url(../img/recruitment/highschool/message-bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}

.sticky-wrap #message .block-ttl {
  position: relative;
  z-index: 1;
}

.sticky-wrap #message .message-group {
  position: relative;
  max-width: 688px;
  margin: 60px auto 0;
  z-index: 1;
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #message .message-group {
    max-width: 550px;
    margin: 30px auto 0;
  }
}

.sticky-wrap #message .message-group .copy {
  font-family: var(--font-shipp);
  font-size: 6.13497cqw;
  font-weight: 500;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #message .message-group .copy {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
}

.sticky-wrap #message .message-group .copy .-orange {
  color: var(--color-orange);
}

.sticky-wrap #message .message-group .text {
  max-width: 652px;
}

.sticky-wrap #message .message-group .text+.text {
  margin-top: 25px;
}

/* ↑↑↑ message ↑↑↑ */

/* ↓↓↓ works ↓↓↓ */
.sticky-wrap #works {
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works {
    padding: 0;
  }
}

.sticky-wrap #works .ja {
  line-height: 1.4;
}

.sticky-wrap #works .works-list {
  position: relative;
  max-width: min(728px, 85%);
  margin-top: 60px;
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list {
    max-width: initial;
    margin-top: 30px;
  }
}

.sticky-wrap #works .works-list .item {
  position: relative;
  border: 1px solid var(--color-orange);
  border-radius: 12px;
  padding: 40px 5.495%;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .item {
    padding: 32px 22px;
  }

  .sticky-wrap #works .works-list .item:has(.more-box) {
    padding: 32px 22px 48px;
  }
}

.sticky-wrap #works .works-list .item:not(:last-of-type) {
  margin-bottom: 56px;
}

.sticky-wrap #works .works-list .item:has(.more-box):not(:last-of-type) {
  margin-bottom: 86px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .item:not(:last-of-type) {
    margin-bottom: 72px;
  }
}

.sticky-wrap #works .works-list .item-unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #works .works-list .item-unit {
    flex-direction: column;
  }
}

.sticky-wrap #works .works-list .item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  translate: -50% 100%;
  left: 50%;
  bottom: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff5901 transparent transparent transparent;
  border-width: 24px 28px 0px 28px;
}

.sticky-wrap #works .works-list .item:has(.more-box):not(:last-of-type)::after {
  bottom: -50px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .item:not(:last-of-type)::after {
    bottom: -24px;
  }

  .sticky-wrap #works .works-list .item.-point:not(:last-of-type)::after {
    left: 20%;
  }

  .sticky-wrap #works .works-list .item:not(:last-of-type):nth-of-type(3)::after {
    bottom: -110px;
  }
}

.sticky-wrap #works .works-list .item .theme {
  display: flex;
  align-items: center;
  font-family: var(--font-shipp);
  font-size: 3.2967cqw;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #works .works-list .item .theme {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

.sticky-wrap #works .works-list .item .theme .number {
  display: inline-block;
  font-family: var(--font-lato);
  font-size: 6.5934cqw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--color-orange);
  margin-right: 12px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #works .works-list .item .theme .number {
    font-size: 4rem;
  }
}

.sticky-wrap #works .works-list .item .image {
  max-width: 232px;
  height: max-content;
  max-height: max-content;
  margin-left: 32px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #works .works-list .item .image {
    max-width: 232px;
    margin: 16px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .item .image {
    max-width: initial;
  }
}

.sticky-wrap #works .works-list .item .point {
  position: absolute;
  display: block;
  right: -20.937%;
  top: -68%;
  width: max(180px, 31.405%);
  z-index: 1;
}

.sticky-wrap #works .works-list .item:nth-of-type(3) .point {
  top: initial;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .item .point {
    right: -10px;
    top: -125px;
    width: 200px;
  }

  .sticky-wrap #works .works-list .item:has(.more-box):nth-of-type(3) {
    margin-bottom: 210px;
  }

  .sticky-wrap #works .works-list .item:nth-of-type(3) .point {
    bottom: -260px;
  }
}

.sticky-wrap #works .works-list .more-box {
  display: none;
  margin-top: 32px;
}

.sticky-wrap #works .works-list .more-btn {
  cursor: pointer;
  position: absolute;
  translate: -50% 50%;
  bottom: 0;
  left: 50%;
  display: grid;
  place-content: center;
  width: 184px;
  height: 48px;
  border-radius: 48px;
  font-family: var(--font-lato);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: var(--color-orange);
}

.sticky-wrap #works .works-list .more-btn::before,
.sticky-wrap #works .works-list .more-btn::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #fff;
  translate: 0 -50%;
  top: 50%;
  right: 16px;
  transition: rotate ease .3s;
}

.sticky-wrap #works .works-list .more-btn::after {
  rotate: 270deg;
}

.sticky-wrap #works .works-list .more-box.active+.more-btn::after {
  rotate: 0deg;
}

.sticky-wrap #works .works-list .more-box .flow-list .flow {
  position: relative;
  padding: 24px 32px;
  background: url(/recruit/img/common/texture_gray-sandstorm.jpg);
  background-size: 400px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .more-box .flow-list .flow {
    padding: 24px;
  }
}

.sticky-wrap #works .works-list .more-box .flow-list .flow:not(:first-of-type) {
  margin-top: 56px;
}

.sticky-wrap #works .works-list .more-box .flow-list .flow:not(:last-of-type)::after {
  content: '';
  position: absolute;
  translate: -50% 100%;
  left: 50%;
  bottom: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff5901 transparent transparent transparent;
  border-width: 24px 28px 0px 28px;
}

.sticky-wrap #works .works-list .more-box .flow-list .number {
  font-size: 3.2rem;
}

.sticky-wrap #works .works-list .more-box .flow-list .theme {
  font-size: 1.8rem;
}

.sticky-wrap #works .works-list .more-box .interview-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 640px;
  margin-top: 40px;
}

.sticky-wrap #works .works-list .more-box .interview-group .lead {
  width: 100%;
  font-family: var(--font-lato);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--color-orange);
}

.sticky-wrap #works .works-list .more-box .interview-group .interview-btn {
  display: flex;
  width: 304px;
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .sticky-wrap #works .works-list .more-box .interview-group .interview-btn {
    transition: opacity 0.3s ease;
  }

  .sticky-wrap #works .works-list .more-box .interview-group .interview-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .more-box .interview-group .interview-btn {
    width: 100%;
  }
}

.sticky-wrap #works .works-list .more-box .interview-group .interview-btn img {
  aspect-ratio: 1/1;
  width: 132px;
  max-height: max-content;
  height: max-content;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .more-box .interview-group .interview-btn img {
    width: 116px;
    margin-right: 16px;
  }
}

.sticky-wrap #works .works-list .more-box .interview-group .interview-btn .text+.text {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .more-box .interview-group .interview-btn .text+.text {
    margin-top: 20px;
  }
}

.sticky-wrap #works .works-list .more-box .relation-block .heading {
  font-family: var(--font-shipp);
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.sticky-wrap #works .works-list .more-box .relation-block .heading::first-letter {
  color: var(--color-orange);
}

.sticky-wrap #works .works-list .more-box .relation {
  position: relative;
  padding: 20px 32px 30px;
  background: url(/recruit/img/common/texture_gray-sandstorm.jpg);
  background-size: 400px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #works .works-list .more-box .relation {
    padding: 24px 20px;
  }
}

.sticky-wrap #works .works-list .more-box .relation:not(:first-of-type) {
  margin-top: 10px;
}

.sticky-wrap #works .works-list .more-box .relation .job-name {
  font-family: var(--font-shipp);
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-orange);
  margin-bottom: 10px;
}

.sticky-wrap #works .works-list .more-box .relation .text {
  max-width: 550px;
}

.sticky-wrap #works .works-list .more-box .relation .interview-group {
  margin-top: 24px;
}

.sticky-wrap #works .works-list .more-box .relation .interview-btn {
  width: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #works .works-list .more-box .relation .interview-btn img {
    width: 88px;
  }
}

/* ↑↑↑ works ↑↑↑ */

/* ↓↓↓ schedule ↓↓↓ */
.sticky-wrap #schedule {
  margin-top: 145px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #schedule {
    margin-top: 100px;
  }
}

.sticky-wrap #schedule .schedule-box {
  margin-top: 120px;
  container-type: inline-size;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #schedule .schedule-box {
    margin-top: 40px;
    width: calc(100% + 25px * 2);
    translate: -25px 0;
  }
}

.sticky-wrap #schedule .schedule-box .box-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #schedule .schedule-box .box-inner {
    display: block;
  }
}

.sticky-wrap #schedule .tab-group {
  display: none;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #schedule .tab-group {
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
  }

  .sticky-wrap #schedule .tab-btn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 16px) / 2);
    height: 72px;
    border-radius: 12px 12px 0 0;
    background-color: #F0F0F0;
  }

  .sticky-wrap #schedule .tab-btn.-active {
    background-color: var(--color-orange);
  }

  .sticky-wrap #schedule .tab-btn .btn-text {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.32em;
    padding-left: 6px;
  }

  .sticky-wrap #schedule .tab-btn.-active .btn-text {
    color: #fff;
  }

  .sticky-wrap #schedule .tab-btn .icon-group {
    position: relative;
    height: 22px;
  }

  .sticky-wrap #schedule .tab-btn .icon {
    position: absolute;
    translate: -50% 0;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
  }

  .sticky-wrap #schedule .tab-btn.-active .icon-b {
    opacity: 0;
  }
}

.sticky-wrap #schedule .schedule-block {
  position: relative;
  width: calc((100% - 32px) / 2);
  background: url(../img/common/texture_gray-sandstorm.jpg);
  padding: 64px 3.69% 32px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #schedule .schedule-block {
    display: none;
    width: 100%;
    padding: 32px 25px;
    border-top: 2px solid var(--color-orange);
  }

  .sticky-wrap #schedule .schedule-block.-active {
    display: block;
  }
}

.sticky-wrap #schedule .schedule-block .shift {
  position: absolute;
  translate: -50% -50%;
  top: 0;
  left: 50%;
  width: 110px;
}

.sticky-wrap #schedule .schedule-block .list {
  position: relative;
  padding: 30px 0 40px;
}

.sticky-wrap #schedule .schedule-block .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 64px;
  width: 1px;
  height: 100%;
  background-color: #000;
}

.sticky-wrap #schedule .schedule-block .list .item {
  display: flex;
}

.sticky-wrap #schedule .schedule-block .list .item:not(:first-of-type) {
  margin-top: 24px;
}

.sticky-wrap #schedule .schedule-block .list .time {
  position: relative;
  font-family: var(--font-lato);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-width: 64px;
  color: var(--color-orange);
}

.sticky-wrap #schedule .schedule-block .list .time::before {
  content: '';
  position: absolute;
  top: 7px;
  right: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-orange);
}

.sticky-wrap #schedule .schedule-block .list .text-group {
  margin-left: 2.8802cqw;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #schedule .schedule-block .list .text-group {
    margin-left: 25px;
  }
}

.sticky-wrap #schedule .schedule-block .list .head {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-orange);
}


.sticky-wrap #schedule .schedule-block .list .head+.text {
  margin-top: 16px;
}

.sticky-wrap #schedule .schedule-block .list .image {
  margin-top: 16px;
  border-radius: 8px;
  overflow: clip;
}

/* ↑↑↑ schedule ↑↑↑ */

/* ↓↓↓ training ↓↓↓ */
.sticky-wrap #training {
  margin: 80px auto 0;
}

.sticky-wrap #training .cap {
  margin-top: 60px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #training .cap {
    margin-top: 30px;
  }
}

.sticky-wrap #training .training-block {
  margin-top: 40px;
  padding-left: 30px;
  border-left: 1px solid var(--color-orange);
  container-type: inline-size;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #training .training-block {
    margin-top: 24px;
    padding-left: 0;
    border-left: initial;
  }
}

.sticky-wrap #training .system-list {
  max-width: 805px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #training .system-list {
    flex-direction: column;
  }
}

.sticky-wrap #training .system-list .item {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 5.377cqw) / 2);
  padding: 32px 0;
  border-top: 1px solid #F0F0F0;
}

.sticky-wrap #training .system-list .item:nth-last-of-type(-n + 2) {
  border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #training .system-list .item {
    width: 100%;
  }

  .sticky-wrap #training .system-list .item:nth-last-of-type(-n + 2) {
    border-bottom: initial;
  }

  .sticky-wrap #training .system-list .item:last-of-type {
    border-bottom: 1px solid #F0F0F0;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #training .system-list .item {
    position: relative;
    padding: 24px 0;
  }
}

.sticky-wrap #training .system-list .item .number {
  display: grid;
  place-content: center;
  min-width: min(78px, 9.081cqw);
  height: max-content;
  aspect-ratio: 1/1;
  font-family: var(--font-lato);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  background-color: var(--color-orange);
  margin-right: 3.8232cqw;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #training .system-list .item .number {
    position: absolute;
    top: 24px;
    left: 0;
    min-width: initial;
    width: 69px;
    height: 69px;
    font-size: 2.6rem;
    margin: 0;
  }
}

.sticky-wrap #training .system-list .item .text-group {
  flex-grow: 1;
}

.sticky-wrap #training .system-list .item .theme {
  font-family: var(--font-shipp);
  font-size: max(1.5rem, 2.03106cqw);
  font-weight: 500;
  color: var(--color-orange);
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .sticky-wrap #training .system-list .item .theme {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .sticky-wrap #training .system-list .item .theme {
    padding-left: 84px;
    height: 69px;
    display: grid;
    place-content: center left;
    margin-bottom: 16px;
  }
}

.sticky-wrap #training .system-list .item .head {
  margin-top: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: var(--color-orange);
}

.sticky-wrap #training .training-schedule {
  max-width: 805px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin: 40px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #training .training-schedule {
    margin: 24px 0 0 auto;
  }
}

.sticky-wrap #training .training-schedule .head {
  font-family: var(--font-shipp);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.sticky-wrap #training .training-schedule .head::first-letter {
  color: var(--color-orange);
}

/* ↑↑↑ training ↑↑↑ */

/* ↓↓↓ qa ↓↓↓ */
.sticky-wrap #qa {
  margin: 80px auto 0;
}

.sticky-wrap #qa .qa-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 62px auto 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #qa .qa-list {
    margin: 37px auto 0;
  }
}

.sticky-wrap #qa .qa-list .unit {
  background: url(/recruit/img/common/texture_gray-sandstorm.jpg);
  background-size: 400px;
}

.sticky-wrap #qa .qa-list .unit .q-block {
  position: relative;
  display: flex;
  gap: 26px;
  cursor: pointer;
  padding: 24px 109px 20px 24px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #qa .qa-list .unit .q-block {
    gap: 8px;
    padding: 17px 72px 17px 16px;
  }
}

.sticky-wrap #qa .qa-list .unit .q-block .toggle-btn {
  position: absolute;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-orange);
  top: 50%;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #qa .qa-list .unit .q-block .toggle-btn {
    right: 16px;
  }
}

.sticky-wrap #qa .qa-list .unit .q-block .toggle-btn::before,
.sticky-wrap #qa .qa-list .unit .q-block .toggle-btn::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #fff;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  transition: rotate ease .3s;
}

.sticky-wrap #qa .qa-list .unit .q-block .toggle-btn::after {
  rotate: 270deg;
}

.sticky-wrap #qa .qa-list .unit .q-block.active .toggle-btn::after {
  rotate: 0deg;
}

.sticky-wrap #qa .qa-list .unit .q-block .toggle-btn {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
}

.sticky-wrap #qa .qa-list .unit .q-block .initial::before {
  content: 'Q.';
  font-size: 2.4rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  line-height: 1;
  color: var(--color-orange);
}

.sticky-wrap #qa .qa-list .unit .q-block .q-txt {
  font-size: 1.6rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  line-height: 1.625;
  flex: 1;
}

.sticky-wrap #qa .qa-list .unit .a-block {
  display: none;
  padding: 0 109px 24px 75px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #qa .qa-list .unit .a-block {
    padding: 0 16px 24px 50px;
  }
}

.sticky-wrap #qa .qa-list .unit .a-block .a-txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.714;
}

.sticky-wrap #qa .qa-list .unit .a-block .image-group {
  display: flex;
  max-width: 652px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #qa .qa-list .unit .a-block .image-group {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
  }
}

.sticky-wrap #qa .qa-list .unit .a-block .image-group img {
  width: calc((100% - 4.907% * 2) / 3);
}

.sticky-wrap #qa .qa-list .unit .a-block .image-group img:not(:first-of-type) {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #qa .qa-list .unit .a-block .image-group img {
    width: calc((100% - 10px) / 2);
  }

  .sticky-wrap #qa .qa-list .unit .a-block .image-group img:not(:first-of-type) {
    margin-left: 0;
  }

  .sticky-wrap #qa .qa-list .unit .a-block .image-group img:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

/* ↑↑↑ qa ↑↑↑ */

/* ↓↓↓ description ↓↓↓ */
.sticky-wrap #description {
  margin-top: 80px;
}

.sticky-wrap #description .doc-block {
  border-bottom: 1px solid #000;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block {
    margin-top: 37px;
  }
}

.sticky-wrap #description .doc-block .unit {
  border-top: 1px solid #000;
  display: flex;
  gap: 24px 30px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block .unit {
    flex-direction: column;
  }
}

.sticky-wrap #description .doc-block .unit .doc-item {
  width: 152px;
  background-color: #F0F0F0;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block .unit .doc-item {
    width: 100%;
    padding: 25px 16px;
  }
}

.sticky-wrap #description .doc-block .doc-item .ttl {
  font-size: 1.6rem;
  font-family: var(--font-shipp);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block .doc-item .ttl {
    text-align: start;
  }
}

.sticky-wrap #description .doc-block .unit .doc-conts {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block .unit .doc-conts {
    gap: 10px;
    padding: 0 25px 24px;
  }
}

.sticky-wrap #description .doc-block .doc-conts .inner {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.714;
}

.sticky-wrap #description .doc-block .doc-conts .head {
  color: var(--color-orange);
}

.sticky-wrap #description .doc-block .doc-conts .indent-num {
  display: block;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.sticky-wrap #description .doc-block .doc-conts .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.sticky-wrap #description .doc-block .doc-conts .txt-link {
  color: var(--color-orange);
  text-decoration: underline;
  transition: opacity ease .3s;
}

.sticky-wrap #description .doc-block .doc-conts .txt-link:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block .doc-conts .txt-link:hover {
    opacity: 1;
  }
}

.sticky-wrap #description .doc-block .doc-conts .more-btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 8px;
  transition: background-color ease .3s;
}

.sticky-wrap #description .doc-block .doc-conts .more-btn:hover {
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block .doc-conts .more-btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #description .doc-block .doc-conts .more-btn::before,
.sticky-wrap #description .doc-block .doc-conts .more-btn::after {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 10px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(/recruit/img/common/icon-link.png) no-repeat;
  background-size: contain;
}

.sticky-wrap #description .doc-block .doc-conts .more-btn::after {
  background: url(/recruit/img/common/icon-link_w.png) no-repeat;
  background-size: contain;
  opacity: 0;
}

@media screen and (min-width: 769px) {

  .sticky-wrap #description .doc-block .doc-conts .more-btn::before,
  .sticky-wrap #description .doc-block .doc-conts .more-btn::after {
    transition: opacity 0.3s ease;
  }

  .sticky-wrap #description .doc-block .doc-conts .more-btn:hover::before {
    opacity: 0;
  }

  .sticky-wrap #description .doc-block .doc-conts .more-btn:hover::after {
    opacity: 1;
  }
}

.sticky-wrap #description .doc-block .doc-conts .more-btn+.txt {
  margin-top: 24px;
}

.sticky-wrap #description .doc-block .doc-conts .btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 24px;
  transition: background-color ease .3s;
}

.sticky-wrap #description .doc-block .doc-conts .btn:hover {
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block .doc-conts .btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #description .doc-block .doc-conts .btn::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  -webkit-mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  background-color: var(--color-orange);
  translate: 0 -50%;
  top: 50%;
  right: 9px;
  transition: background-color ease .3s;
}

.sticky-wrap #description .doc-block .doc-conts .btn:hover::before {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #description .doc-block .doc-conts .btn:hover::before {
    background-color: var(--color-orange);
  }
}

/* ↑↑↑ description ↑↑↑ */

/* ↓↓↓ application ↓↓↓ */
.sticky-wrap #application {
  position: relative;
  padding-top: 102px;
  padding-bottom: 40px;
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application {
    padding-top: 65px;
    padding-bottom: 64px;
    margin: 80px auto 0;
  }
}

.sticky-wrap #application .bg-movie {
  position: absolute;
  width: 100vw;
  height: calc(100% + 40px);
  translate: -50% 0;
  top: 0;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .bg-movie {
    height: 100%;
  }
}

.sticky-wrap #application .bg-movie::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
  top: 0;
  left: 0;
}

.sticky-wrap #application .bg-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-wrap #application .conts-inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner {
    max-width: 500px;
    margin: 0 auto;
  }
}

.sticky-wrap #application .conts-inner .txtGroup {
  display: flex;
  align-items: flex-end;
  gap: 17px clamp(20px, 108/1280*100vw, 108px);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .txtGroup {
    max-width: unset;
    flex-direction: column;
    align-items: flex-start;
  }
}

.sticky-wrap #application .conts-inner .txtGroup .main-copy {
  font-size: clamp(4.5rem, 63/1280*100vw, 6.3rem);
  font-family: var(--font-shipp);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.158;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .txtGroup .main-copy {
    font-size: 3.5rem;
    line-height: 1.314;
  }
}

.sticky-wrap #application .conts-inner .txtGroup .sub-copy {
  font-size: clamp(1.8rem, 23/1280*100vw, 2.3rem);
  font-family: var(--font-shipp);
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.652;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .txtGroup .sub-copy {
    font-size: 1.7rem;
    line-height: 1.647;
  }
}

.sticky-wrap #application .conts-inner .method-box {
  position: relative;
  display: flex;
  overflow: clip;
  margin: 51px auto 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .method-box {
    flex-direction: column;
    margin: 31px auto 0;
  }
}

.sticky-wrap #application .conts-inner .method-box::before {
  content: '';
  position: absolute;
  width: 26.9%;
  aspect-ratio: 216/291;
  background: url(/recruit/img/recruitment/career/application-deco01.png) no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .method-box::before {
    width: 92px;
    aspect-ratio: 92/108;
    background: url(/recruit/img/recruitment/career/application-deco01_sp.png) no-repeat;
    background-size: contain;
  }
}

.sticky-wrap #application .conts-inner .method-box::after {
  content: '';
  position: absolute;
  width: 29.39%;
  aspect-ratio: 236/256;
  background: url(/recruit/img/recruitment/career/application-deco02.png) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .method-box::after {
    content: unset;
  }
}

.sticky-wrap #application .conts-inner .method-box .method-ttl {
  width: clamp(115px, 151/1280*100vw, 151px);
  font-size: 1.6rem;
  font-family: var(--font-shipp);
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: var(--color-orange);
  padding: 24px 24px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .method-box .method-ttl {
    width: 100%;
    font-weight: 500;
    padding: 28px 2.99%;
  }
}

.sticky-wrap #application .conts-inner .method-box .method-conts {
  flex: 1;
  background-color: #fff;
  padding: 26px 16px 24px 32px;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .method-box .method-conts {
    padding: 25px;
  }
}

.sticky-wrap #application .conts-inner .method-box .method-conts .method-txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.714;
}

.sticky-wrap #application .conts-inner .method-box .method-conts .head {
  color: var(--color-orange);
}

.sticky-wrap #application .conts-inner .method-box .method-conts .method-txt .txt-link {
  color: var(--color-orange);
  text-decoration: underline;
}

.sticky-wrap #application .conts-inner .method-box .method-conts .btn {
  position: relative;
  max-width: 256px;
  width: 100%;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 14px;
  margin-top: 24px;
  transition: background-color ease .3s;
}

.sticky-wrap #application .conts-inner .method-box .method-conts .btn:hover {
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .method-box .method-conts .btn:hover {
    background-color: #000;
  }
}

.sticky-wrap #application .conts-inner .method-box .method-conts .btn::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  -webkit-mask-image: url(/recruit/img/recruitment/btn-arrow.svg);
  background-color: var(--color-orange);
  translate: 0 -50%;
  top: 50%;
  right: 9px;
  transition: background-color ease .3s;
}

.sticky-wrap #application .conts-inner .method-box .method-conts .btn:hover::before {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .sticky-wrap #application .conts-inner .method-box .method-conts .btn:hover::before {
    background-color: var(--color-orange);
  }
}

/* ↑↑↑ application ↑↑↑ */
.search .container {
  padding-top: 80px;
}