@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
body.recruit #title {
  background-image: url(../images/recruit/title-bg.jpg);
}
body.recruit .image-box small {
  display: block;
  font-size: 97.5%;
}
body.recruit .ttl-block {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}

#recruit-message {
  overflow: hidden;
}
#recruit-message .catch-box {
  background-image: url(../images/recruit/desc_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 460px;
  align-items: center;
  display: flex;
  margin-bottom: 70px;
}
#recruit-message .catch-box em {
  font-size: 187.5%;
  font-weight: bold;
  line-height: 1.4;
  color: #19394f;
  padding-left: 85px;
  margin-top: 50px;
}
#recruit-message .catch-box .ls {
  font-size: 233.33%;
  line-height: 1;
}
#recruit-message .catch-box .ss {
  font-size: 126.67%;
}
#recruit-message .catch-box .ms {
  font-size: 163.33%;
}
#recruit-message .message-list li {
  display: flex;
  gap: 25px;
  margin: auto;
}
#recruit-message .message-list li .text-box {
  position: relative;
}
#recruit-message .message-list li h3 {
  letter-spacing: 0.135em;
  margin-bottom: 5px;
  color: #19394f;
}
#recruit-message .message-list li .num {
  position: absolute;
  font-size: 687.5%;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  top: -55px;
  color: #dfeaf1;
  z-index: -1;
}
#recruit-message .message-list.medium {
  margin-bottom: 66px;
}
#recruit-message .message-list.medium li.reverse {
  flex-direction: row-reverse;
}
#recruit-message .message-list.medium li:nth-child(-n+2) {
  width: min(1080px, 100%);
}
#recruit-message .message-list.medium li:nth-child(-n+2) .image-box {
  width: 390px;
}
#recruit-message .message-list.medium li:nth-child(-n+2) .text-box {
  flex: 1;
  width: auto;
}
#recruit-message .message-list.medium li:not(:last-child) {
  margin-bottom: 65px;
}
#recruit-message .message-list.wide {
  position: relative;
  width: min(1280px, 100%);
  margin: auto;
}
#recruit-message .message-list.wide li:not(:last-child) {
  margin-bottom: 56px;
}
#recruit-message .message-list.wide li .image-box {
  position: absolute;
  right: 0;
}
#recruit-message .message-list.wide li .image-box.image03 {
  top: 0px;
}
#recruit-message .message-list.wide li .image-box.image04 {
  top: 270px;
}
#recruit-message .message-list.wide li .image-box.image05 {
  top: 540px;
}
#recruit-message .message-list.wide li .image-box.image06 {
  top: 810px;
}
#recruit-message .message-list.wide li .text-box {
  width: calc(100% - 590px);
  margin-left: 100px;
  box-sizing: border-box;
}

#program-feature .title-level03 {
  font-size: 125%;
  margin-bottom: 15px;
}
#program-feature .feature-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#program-feature .feature-box .box {
  width: 330px;
}
#program-feature .feature-box .box .image {
  margin-bottom: 10px;
}

#program-curiculum .title-level03 {
  font-size: 125%;
  margin-bottom: 25px;
  text-align: center;
}
#program-curiculum .curiculum-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 34px;
}
#program-curiculum .curiculum-box .box {
  width: 522px;
  background-color: #dfeaf1;
  padding: 35px;
  box-sizing: border-box;
}

#program-schedule .title-level03 {
  font-size: 125%;
  margin-bottom: 10px;
}
#program-schedule .schedule-box {
  width: min(940px, 100%);
  margin: auto;
}

#voice-section li:not(:last-child) {
  padding-bottom: 250px;
  position: relative;
}
#voice-section li:not(:last-child):after {
  position: absolute;
  content: "";
  bottom: 75px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 205px;
  height: 132px;
  background-image: url(../images/common/pattern03.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
#voice-section .voice-list .col {
  display: flex;
  gap: 75px;
}
#voice-section .voice-list .col .title-box {
  width: 313px;
}
#voice-section .voice-list .col .text-box {
  flex: 1;
}
#voice-section .title-col {
  display: flex;
  position: relative;
  padding-bottom: 110px;
  margin-bottom: 38px;
}
#voice-section .title-col::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -15px;
  width: 245px;
  height: 118px;
  background-image: url(../images/common/pattern02.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
#voice-section .title-col .num {
  font-size: 187.5%;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #19394f;
  line-height: 1;
  border-right: solid 1px #000;
  padding-right: 15px;
  margin-right: 28px;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
#voice-section .title-col .num span {
  line-height: 1;
  font-size: 300%;
  display: block;
  letter-spacing: 0em;
}
#voice-section .title-col .title {
  color: #19394f;
}
#voice-section .title-col .title .name {
  font-size: 156.25%;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}
#voice-section .title-col .title .subject {
  display: block;
  margin: 5px 0;
}
#voice-section .title-col .title .entry {
  margin-top: 5px;
}
#voice-section .title-col .title .entry span {
  color: #fff;
  background-color: #19394f;
  padding: 5px 15px;
  margin-right: 5px;
}
#voice-section .text-box .catch {
  margin-bottom: 38px;
}
#voice-section .text-box .catch em {
  color: #19394f;
  font-size: 187.5%;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  margin-bottom: 10px;
  display: inline-block;
}
#voice-section .text-box .catch p {
  font-size: 112.5%;
}
#voice-section .text-box .text:not(:last-of-type) {
  margin-bottom: 35px;
}
#voice-section .text-box .text p:not(:last-child) {
  margin-bottom: 30px;
}
#voice-section .text-box dl dt > span {
  display: inline-block;
  font-weight: bold;
  color: #0a4696;
  background-image: url(../images/common/pattern04.svg);
  background-position: top 7px left;
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding-left: 35px;
  margin-bottom: 7px;
  font-size: 125%;
}
#voice-section .text-box dl dd:not(:last-of-type) {
  margin-bottom: 27px;
}

@media all and (min-width: 751px) {
  /* INDEX */
  #recruit-affiliate_full {
    margin-bottom: 150px;
  }
  .scroll-box_text {
    display: none;
  }
  #voice-section {
    margin-top: 112px;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 750px) {
  #recruit-message {
    overflow: hidden;
  }
  #recruit-message .catch-box {
    min-height: 260px;
    margin: 0 -30px 50px;
  }
  #recruit-message .catch-box em {
    font-size: 125%;
    padding-left: 40px;
  }
  #recruit-message .message-list li {
    flex-direction: column;
    gap: 20px;
    margin: auto;
  }
  #recruit-message .message-list li .num {
    font-size: 500%;
    top: -40px;
  }
  #recruit-message .message-list.medium {
    margin-bottom: 66px;
  }
  #recruit-message .message-list.medium li.reverse {
    flex-direction: column;
  }
  #recruit-message .message-list.medium li:nth-child(-n+2) .image-box {
    width: auto;
  }
  #recruit-message .message-list.medium li:not(:last-child) {
    margin-bottom: 50px;
  }
  #recruit-message .message-list.wide {
    padding: 0 20px;
  }
  #recruit-message .message-list.wide li:not(:last-child) {
    margin-bottom: 50px;
  }
  #recruit-message .message-list.wide li .image-box {
    position: static;
  }
  #recruit-message .message-list.wide li .text-box {
    width: auto;
    margin: 0;
  }
  #program-feature .title-level03 {
    font-size: 125%;
    margin-bottom: 10px;
  }
  #program-feature .feature-box {
    flex-direction: column;
  }
  #program-feature .feature-box .box {
    width: auto;
  }
  #program-feature .feature-box .image {
    text-align: center;
  }
  #program-curiculum .title-level03 {
    font-size: 125%;
    margin-bottom: 10px;
    text-align: center;
  }
  #program-curiculum .curiculum-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 34px;
  }
  #program-curiculum .curiculum-box .box {
    width: 522px;
    background-color: #dfeaf1;
    padding: 30px;
    box-sizing: border-box;
  }
  #program-schedule .title-level03 {
    font-size: 125%;
    margin-bottom: 10px;
  }
  #program-schedule .schedule-box {
    width: min(940px, 100%);
    margin: auto;
  }
  #voice-section li:not(:last-child) {
    padding-bottom: 250px;
    position: relative;
  }
  #voice-section li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 75px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 205px;
    height: 132px;
    background-image: url(../images/common/pattern03.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  #voice-section .voice-list .image {
    text-align: center;
  }
  #voice-section .voice-list .col {
    flex-direction: column;
    gap: 10px;
  }
  #voice-section .voice-list .col .title-box {
    width: auto;
  }
  #voice-section .title-col {
    max-width: 272px;
    margin: 0 auto 50px;
    padding-bottom: 85px;
  }
  #voice-section .title-col::after {
    width: 190px;
    height: 90px;
    left: -5px;
  }
  #voice-section .title-col .num {
    font-size: 150%;
  }
  #voice-section .text-box .catch {
    margin-bottom: 30px;
  }
  #voice-section .text-box .catch em {
    font-size: 125%;
  }
  #voice-section .text-box .catch p {
    font-size: 100%;
  }
  #voice-section .text-box .text:not(:last-of-type) {
    margin-bottom: 25px;
  }
  #voice-section .text-box .text p:not(:last-child) {
    margin-bottom: 25px;
  }
  #voice-section .text-box dl dt > span {
    background-size: 25px auto;
    padding-left: 28px;
    margin-bottom: 5px;
    font-size: 112.5%;
  }
  #voice-section .text-box dl dd:not(:last-of-type) {
    margin-bottom: 27px;
  }
  .scroll-box_text {
    color: #999;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
  }
  .scroll-box {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .scroll-box > table,
  .scroll-box > img {
    width: 640px;
    display: block;
    max-width: auto;
    max-width: initial;
  }
}
