.apply {
  padding: 0 0 24vw;
}
@media screen and (min-width: 768px) {
  .apply {
    padding: 0 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply {
    padding: 0 0 90px;
  }
}
.apply__text {
  color: #313131;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .apply__text {
    font-size: 1.4rem;
  }
}
.apply__text--bold {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .apply__text--bold {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__text--bold {
    margin-bottom: 24px;
  }
}
.apply__text--round {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 1.2em;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .apply__text--round {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__text--round {
    margin-bottom: 10px;
  }
}
.apply__text--round::before {
  position: absolute;
  content: "";
  background-color: #313131;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .apply__text--round::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__text--round::before {
    width: 15px;
    height: 15px;
  }
}
.apply__text--zero {
  margin: 0;
}
.apply__text--document {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .apply__text--document {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__text--document {
    margin-bottom: 24px;
  }
}
.apply__text--mail {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .apply__text--mail {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__text--mail {
    margin-bottom: 20px;
  }
}
.apply__text small {
  display: inline-block;
  font-size: 1.4rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .apply__text small {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__text small {
    margin-left: 30px;
  }
}
.apply__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .apply__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__title {
    padding-bottom: 10px;
  }
}
.apply__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .apply__title span {
    font-size: 3rem;
  }
}
.apply__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .apply__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__title::before {
    width: 218px;
    height: 3px;
  }
}
.apply__title {
  margin-bottom: 8vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .apply__title:before {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .apply__title {
    margin-bottom: 2.0833333333vw;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .apply__title {
    margin-bottom: 30px;
  }
}
.apply__subtitle {
  font-size: 1.6rem;
  color: #313131;
  letter-spacing: 0.1em;
  font-size: font-size(s-bold);
  margin: 0 0 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .apply__subtitle {
    margin: 0 0 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__subtitle {
    margin: 0 0 14px;
  }
}
.apply__lead {
  font-size: 1.4rem;
  color: #313131;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .apply__lead {
    margin: 0 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__lead {
    margin: 0 0 90px;
  }
}
.apply__list {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .apply__list {
    margin-top: 0;
  }
}
.apply__item {
  position: relative;
  border-bottom: 0.2666666667vw dashed #313131;
  padding: 13.3333333333vw 2.6666666667vw 9.3333333333vw 12vw;
}
@media screen and (min-width: 768px) {
  .apply__item {
    padding: 3.125vw 0 2.0833333333vw 4.1666666667vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__item {
    padding: 45px 0 30px 60px;
    border-width: 1px;
  }
}
.apply__item:first-child {
  padding-top: 0;
}
.apply__item:first-child:after {
  top: 7.2vw;
  height: 100%;
  height: 104%;
}
@media screen and (min-width: 768px) {
  .apply__item:first-child:after {
    top: 1.7361111111vw;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .apply__item:first-child:after {
    top: 25px;
  }
}
.apply__item:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1.6vw solid #313131;
  background-color: #ffffff;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  left: 1.3333333333vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .apply__item:before {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    border: 0.4166666667vw solid #313131;
    left: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__item:before {
    width: 8px;
    height: 8px;
    border: 6px solid #313131;
    left: 20px;
  }
}
.apply__item:after {
  content: "";
  position: absolute;
  top: 20vw;
  left: 3.7333333333vw;
  width: 0.2666666667vw;
  height: calc(100% - 10.6666666667vw);
  background: #313131;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .apply__item:after {
    top: 4.8611111111vw;
    left: 1.9444444444vw;
    width: 0.0694444444vw;
    height: calc(100% - 2.7777777778vw);
  }
}
@media screen and (min-width: 1440px) {
  .apply__item:after {
    top: 70px;
    left: 29px;
    width: 1px;
    height: calc(100% - 40px);
  }
}
.apply__dot {
  font-size: 1.6rem;
  color: #313131;
  position: relative;
}
.apply__contact {
  display: flex;
  gap: 2.6666666667vw;
  flex-direction: column;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .apply__contact {
    gap: 1.7361111111vw;
    flex-direction: row;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .apply__contact {
    gap: 25px;
  }
}
.apply__square {
  font-size: 1.4rem;
  color: #313131;
  letter-spacing: 0.05em;
  width: 45.3333333333vw;
  padding: 2.6666666667vw 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .apply__square {
    width: auto;
    padding: 0;
  }
}
.apply__flex {
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .apply__flex {
    margin: 0 0 2.0833333333vw;
    flex-direction: row;
    align-items: baseline;
  }
}
@media screen and (min-width: 1440px) {
  .apply__flex {
    margin: 0 0 30px;
  }
}
.apply__flex a {
  font-size: 2.4rem;
  color: #313131;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-image: url(../img/career/apply_flex_icon1.svg);
  background-repeat: no-repeat;
  padding: 0 0 0 12vw;
  background-size: 8vw 8vw;
  background-position: left center;
}
@media screen and (min-width: 768px) {
  .apply__flex a {
    padding: 0 0 0 3.125vw;
    background-size: 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__flex a {
    padding: 0 0 0 45px;
    background-size: 30px 30px;
  }
}
.apply__flex span {
  font-size: 1.4rem;
  margin-left: 24vw;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .apply__flex span {
    margin-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__flex span {
    margin-left: 10px;
  }
}
.apply__square {
  border: 0.2666666667vw solid #313131;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .apply__square {
    padding: 0.5555555556vw 0.8333333333vw;
    border-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__square {
    padding: 0 12px;
    border-width: 1px;
  }
}
.apply__br {
  display: inline;
}
@media screen and (min-width: 768px) {
  .apply__br {
    display: none;
  }
}
.apply__btn--mail {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  max-width: 64.8vw;
  width: auto;
  height: 16vw;
  margin: 1.3333333333vw 1.3333333333vw 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .apply__btn--mail {
    font-size: 2rem;
    width: 28.3333333333vw;
    height: 4.1666666667vw;
    margin: 0.3472222222vw 0.3472222222vw 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__btn--mail {
    width: 408px;
    height: 60px;
    margin: 5px 5px 40px;
  }
}
.apply__btn--mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  text-decoration: none;
  font-size: inherit;
  background-color: #313131;
  color: #ffffff;
  border: 0.2666666667vw solid #ffffff;
  box-shadow: 0 0 0 1.6vw #313131, 0 0 0 1.8666666667vw #313131;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .apply__btn--mail a {
    border: 0.0694444444vw solid #ffffff;
    box-shadow: 0 0 0 0.4166666667vw #313131, 0 0 0 0.4861111111vw #313131;
  }
}
@media screen and (min-width: 1440px) {
  .apply__btn--mail a {
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 6px #313131, 0 0 0 7px #313131;
  }
}
.apply__btn--mail a:hover {
  border-color: #313131;
  background-color: #ffffff;
  color: #313131;
  transition: 0.5s ease;
  box-shadow: 0 0 0 1.6vw #ffffff, 0 0 0 1.8666666667vw #313131;
}
@media screen and (min-width: 768px) {
  .apply__btn--mail a:hover {
    box-shadow: 0 0 0 0.4166666667vw #ffffff, 0 0 0 0.4861111111vw #313131;
  }
}
@media screen and (min-width: 1440px) {
  .apply__btn--mail a:hover {
    box-shadow: 0 0 0 6px #ffffff, 0 0 0 7px #313131;
  }
}
.apply__btn--mail a:hover::before {
  background-image: url(../img/module/btn_arrow_right_icon2.svg);
}
.apply__btn--mail a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 4vw;
  width: 6.0453333333vw;
  height: 3.8426666667vw;
  transform: translateY(-50%);
  background-image: url(../img/module/btn_arrow_right_icon1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .apply__btn--mail a::before {
    right: 1.0416666667vw;
    width: 1.5743055556vw;
    height: 1.0006944444vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__btn--mail a::before {
    right: 15px;
    width: 22.67px;
    height: 14.41px;
  }
}
.apply__btn--mail a {
  background-image: url(../img/module/btn_mail_icon2.svg);
  background-repeat: no-repeat;
  background-position: center left 6.6666666667vw;
  background-size: 7.024vw 5.656vw;
}
@media screen and (min-width: 768px) {
  .apply__btn--mail a {
    background-position: center left 1.7361111111vw;
    background-size: 1.8291666667vw 1.4729166667vw;
  }
}
@media screen and (min-width: 1440px) {
  .apply__btn--mail a {
    background-position: center left 25px;
    background-size: 26.34px 21.21px;
  }
}
.apply__btn--mail a:hover {
  background-image: url(../img/module/btn_mail_icon3.svg);
}

.career {
  padding: 0 0 16vw;
}
@media screen and (min-width: 768px) {
  .career {
    padding: 3.0555555556vw 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .career {
    padding: 44px 0 90px;
  }
}
.career__text {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 4.8vw;
}
@media screen and (min-width: 768px) {
  .career__text {
    margin: 0 0 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .career__text {
    margin: 0 0 16px;
  }
}
.career__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .career__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .career__title {
    padding-bottom: 10px;
  }
}
.career__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .career__title span {
    font-size: 3rem;
  }
}
.career__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .career__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .career__title::before {
    width: 218px;
    height: 3px;
  }
}
.career__title {
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .career__title:before {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .career__title {
    margin-bottom: 4.1666666667vw;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .career__title {
    margin-bottom: 60px;
  }
}
.career__subtitle {
  font-size: 2.6rem;
  color: #313131;
  letter-spacing: 0.1em;
  font-size: font-size(s-bold);
  margin: 0 0 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .career__subtitle {
    margin: 0 0 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .career__subtitle {
    margin: 0 0 14px;
  }
}
.career__table {
  position: relative;
  width: 100%;
}
.career__table:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8vw;
  z-index: 1;
  background: linear-gradient(to right, #585656 0%, #585656 17%, #999 17%, #999 100%);
}
@media screen and (min-width: 768px) {
  .career__table:before {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .career__table:before {
    height: 3px;
  }
}
.career__tr {
  display: flex;
  flex-direction: column;
  padding: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .career__tr {
    padding: 1.6666666667vw;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .career__tr {
    padding: 24px;
  }
}
.career__tr:nth-child(odd) {
  background-color: #F8F8F8;
}
.career__th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .career__th {
    width: 13.5416666667vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .career__th {
    width: 195px;
  }
}
.career__td {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}

.process {
  padding: 0 0 24vw;
}
@media screen and (min-width: 768px) {
  .process {
    padding: 0 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .process {
    padding: 0 0 90px;
  }
}
.process__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 4.8vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .process__text {
    margin: 0 0 1.1111111111vw;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .process__text {
    margin: 0 0 16px;
  }
}
.process__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .process__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .process__title {
    padding-bottom: 10px;
  }
}
.process__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .process__title span {
    font-size: 3rem;
  }
}
.process__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .process__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .process__title::before {
    width: 218px;
    height: 3px;
  }
}
.process__title {
  margin-bottom: 5.3333333333vw;
  text-align: left;
  padding: 0 0 2.6666666667vw 4vw;
}
.process__title:before {
  left: 4vw;
}
@media screen and (min-width: 768px) {
  .process__title:before {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .process__title {
    margin-bottom: 2.0833333333vw;
    text-align: center;
    padding: 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .process__title {
    margin-bottom: 30px;
    padding: 0 0 10px;
  }
}
.process__subtitle {
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin: 0 auto 8vw;
  font-weight: 700;
  border: 0.2666666667vw solid #ffffff;
  width: 66.6666666667vw;
  padding: 6.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .process__subtitle {
    margin: 0 auto 3.0555555556vw;
    width: 22.2222222222vw;
    font-size: 3rem;
    border-width: 0.0694444444vw;
    padding: 2.2222222222vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .process__subtitle {
    margin: 0 auto 44px;
    width: 320px;
    border-width: 1px;
    padding: 32px 0;
  }
}
.process__lead {
  text-align: center;
  font-weight: 500;
  color: #313131;
  font-size: 1.4rem;
  margin: 0 0 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .process__lead {
    margin: 0 0 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .process__lead {
    margin: 0 0 14px;
  }
}
.process__img {
  text-align: center;
}
.process__flow {
  display: flex;
  gap: 1em;
  flex-direction: column;
  margin: 8vw 0 0;
  gap: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .process__flow {
    margin: 1.3888888889vw 0 0;
    flex-direction: row;
    gap: 0.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .process__flow {
    margin: 20px 0 0;
    gap: 2px;
  }
}
.process__box {
  position: relative;
  flex: 1;
  aspect-ratio: 479/450;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  overflow: visible;
}
.process__box--1 {
  background-image: url("../img/career/process_pic1.jpg");
}
.process__box--1:before {
  content: "";
  position: absolute;
  background-image: url("../img/career/process_box_icon1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.1333333333vw;
  height: 21.8666666667vw;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 3;
  bottom: -21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .process__box--1:before {
    left: auto;
    top: 50%;
    width: 2.6388888889vw;
    height: 5.6944444444vw;
    right: -1.7361111111vw;
    transform: rotate(0);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1440px) {
  .process__box--1:before {
    width: 38px;
    height: 82px;
    right: -25px;
  }
}
.process__box--2 {
  background-image: url("../img/career/process_pic2.jpg");
}
.process__box--2:before {
  content: "";
  position: absolute;
  background-image: url("../img/career/process_box_icon1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.1333333333vw;
  height: 21.8666666667vw;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 3;
  bottom: -21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .process__box--2:before {
    left: auto;
    top: 50%;
    width: 2.6388888889vw;
    height: 5.6944444444vw;
    right: -1.7361111111vw;
    transform: rotate(0);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1440px) {
  .process__box--2:before {
    width: 38px;
    height: 82px;
    right: -25px;
  }
}
.process__box--3 {
  background-image: url("../img/career/process_pic3.jpg");
}
.process__content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .process__content {
    top: 50%;
  }
}