@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#recruit-lead .visual-box {
  position: relative;
  max-width: 1080px;
  margin: auto;
  margin-top: 127px;
  margin-bottom: 50px;
  padding-left: 75px;
}
#recruit-lead .visual-box .catch-text {
  width: 660px;
  color: #143367;
  position: absolute;
  bottom: 108px;
}
#recruit-lead .visual-box .catch-text em {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 187.5%;
}
#recruit-lead .visual-box .catch-text p {
  font-family: "Oswald", sans-serif;
  font-size: 675%;
  line-height: 1;
}
#recruit-lead .visual-box .catch-text p img {
  display: inline-block !important;
}
#recruit-lead .visual-box .catch-text span {
  font-size: 150%;
  font-weight: bold;
  line-height: 2.5;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
#recruit-lead .visual-box .catch-text span > span {
  font-size: 150%;
  margin-left: 10px;
}
#recruit-lead .visual-box .image-box .image {
  line-height: 0;
}
#recruit-lead .visual-box .image-box .image.image01 {
  position: absolute;
  right: 0;
  top: -105px;
}
#recruit-lead .visual-box .image-box .image.image03 {
  padding-right: 95px;
  text-align: right;
  margin-top: -55px;
  z-index: -1;
  position: relative;
}
#recruit-lead .text-box p:not(:last-child) {
  margin-bottom: 35px;
}

#program-lead .text-box > p:not(:last-child) {
  margin-bottom: 35px;
}
#program-lead .training-steps {
  display: flex;
}
#program-lead .training-steps li {
  width: 20%;
  background-color: #143367;
  color: #fff;
  position: relative;
  font-size: 125%;
  font-weight: bold;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  padding: 25px 0;
  padding-left: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#program-lead .training-steps li::before, #program-lead .training-steps li::after {
  position: absolute;
  content: "";
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(0deg);
}
#program-lead .training-steps li::before {
  border-width: 0 40px 45px 0;
  border-color: transparent #FFF transparent transparent;
  top: 0;
}
#program-lead .training-steps li::after {
  border-width: 0 0 45px 40px;
  border-color: transparent transparent #FFF transparent;
  bottom: 0;
}
#program-lead .training-steps li .caption {
  position: absolute;
  bottom: -35px;
  left: 0;
  color: #143367;
}
#program-lead .training-steps li:first-child {
  color: #143367;
  background-color: #aed0ee;
  padding-left: 34px;
}
#program-lead .training-steps li:nth-child(2n) {
  background-color: #88a9cc;
  padding-left: 22px;
}
#program-lead .training-steps li:nth-child(3n) {
  background-color: #6181ab;
  padding-left: 22px;
}
#program-lead .training-steps li:nth-child(4n) {
  background-color: #3b5a89;
  padding-left: 34px;
}

#voice-section .voice-wrap li:not(:last-child) {
  margin-bottom: 80px;
}
#voice-section .voice-wrap li:nth-child(2n) .profile-box {
  flex-direction: row-reverse;
}
#voice-section .profile-box {
  display: flex;
  align-items: center;
  gap: 55px;
  margin-bottom: 55px;
}
#voice-section .profile-box .image {
  width: 430px;
  line-height: 0;
  position: relative;
}
#voice-section .profile-box .image::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 306px;
  pointer-events: none;
  background-image: url(../images/recruit/voice/pattern01.svg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  z-index: 2;
}
#voice-section .profile-box .text {
  width: auto;
}
#voice-section .profile-box .profile {
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  color: #143367;
}
#voice-section .profile-box .profile em {
  font-size: 175%;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
#voice-section .profile-box .profile .status {
  font-weight: bold;
}
#voice-section .profile-box .profile .name-ja {
  font-size: 150%;
  font-weight: bold;
}
#voice-section .profile-box .profile .name-en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 250%;
  color: #39b44a;
  line-height: 1;
}

#relation-section .relation-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 25px;
}
#relation-section .relation-wrap li {
  width: 48%;
  border-left: solid 3px #39b44a;
  padding-left: 15px;
  box-sizing: border-box;
}
#relation-section .relation-wrap a {
  font-size: 112.5%;
  font-weight: bold;
}
#relation-section .relation-wrap address span {
  display: block;
}

@media all and (min-width: 751px) {
  body.recruit #title {
    background-image: url(../images/recruit/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.recruit #title {
    background-image: url(../images/recruit/title-bg.jpg);
  }
  #recruit-lead .visual-box {
    width: auto;
    margin-top: 50px;
    padding-left: 0px;
  }
  #recruit-lead .visual-box .catch-text {
    width: auto;
    bottom: -13px;
    left: 10px;
  }
  #recruit-lead .visual-box .catch-text em {
    font-size: 125%;
  }
  #recruit-lead .visual-box .catch-text p {
    font-size: 325%;
    margin-bottom: 0px;
  }
  #recruit-lead .visual-box .catch-text img {
    width: 38px;
  }
  #recruit-lead .visual-box .catch-text span {
    line-height: 2;
    font-size: 93.75%;
  }
  #recruit-lead .visual-box .image-box .image {
    line-height: 0;
  }
  #recruit-lead .visual-box .image-box .image.image01 {
    width: 40%;
    top: -35px;
  }
  #recruit-lead .visual-box .image-box .image.image02 {
    width: 55%;
  }
  #recruit-lead .visual-box .image-box .image.image03 {
    padding-right: 0;
    width: 70%;
    margin-left: auto;
    margin-top: -15px;
  }
  #recruit-lead .text-box p:not(:last-child) {
    margin-bottom: 35px;
  }
  #program-lead .text-box > p:not(:last-child) {
    margin-bottom: 35px;
  }
  #program-lead .training-steps {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #program-lead .training-steps li {
    width: 200px;
    font-size: 112.5%;
    padding: 25px 20px 50px;
    margin-bottom: 0;
    padding-left: 0px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  #program-lead .training-steps li::before, #program-lead .training-steps li::after {
    position: absolute;
    content: "";
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(0deg);
  }
  #program-lead .training-steps li::before {
    border-width: 45px 0 0 100px;
    border-color: transparent transparent transparent #fff;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
  #program-lead .training-steps li::after {
    border-width: 0 0 45px 100px;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
  }
  #program-lead .training-steps li .caption {
    position: static;
    color: #fff;
    font-size: 75.75%;
  }
  #program-lead .training-steps li:first-child {
    color: #143367;
    background-color: #aed0ee;
    padding-left: 34px;
  }
  #program-lead .training-steps li:nth-child(2n) {
    background-color: #88a9cc;
    padding-left: 22px;
  }
  #program-lead .training-steps li:nth-child(3n) {
    background-color: #6181ab;
    padding-left: 22px;
  }
  #program-lead .training-steps li:nth-child(4n) {
    background-color: #3b5a89;
    padding-left: 34px;
  }
  .program-module .image-box {
    width: 600px;
  }
  #voice-section .voice-wrap li:not(:last-child) {
    margin-bottom: 40px;
  }
  #voice-section .profile-box {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }
  #voice-section .profile-box .image {
    width: auto;
  }
  #voice-section .profile-box .profile em {
    font-size: 150%;
  }
  #voice-section .profile-box .profile .name-ja {
    font-size: 125%;
  }
  #voice-section .profile-box .profile .name-en {
    font-size: 187.5%;
  }
  #relation-section .relation-wrap ul {
    flex-direction: wrap;
    gap: 35px;
  }
  #relation-section .relation-wrap li {
    width: 100%;
  }
}
