@charset "UTF-8";
.recruit.employment-support .intro {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .intro {
    margin-bottom: 60px;
  }
}
.recruit.employment-support .intro:before {
  content: "";
  display: block;
  width: 100%;
  height: 211px;
  background: url(/recruit/employment-support/img/loop_text.png) repeat-x;
  background-position: 0 0;
  background-size: 1744px auto;
  animation: flow-txt 60s linear infinite;
  position: absolute;
  left: 0;
  top: -95px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .intro:before {
    content: none;
  }
}
@keyframes flow-txt {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1536px 0;
  }
}
.recruit.employment-support .intro .intro-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.recruit.employment-support .intro .intro-wrap .intro-image {
  width: 406px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .intro .intro-wrap .intro-image {
    width: 100%;
    margin-bottom: 35px;
  }
}
.recruit.employment-support .intro .intro-wrap .intro-txt {
  width: 672px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .intro .intro-wrap .intro-txt {
    width: 100%;
  }
}
.recruit.employment-support .intro .intro-wrap .intro-txt .copy {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .intro .intro-wrap .intro-txt .copy {
    font-size: 1.5rem;
  }
}
.recruit.employment-support .step .step-wrap {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 60px 55px 55px 55px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap {
    padding: 35px 5% 45px;
  }
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .section-ttl {
    text-align: center;
  }
}
.recruit.employment-support .step .step-wrap .section-ttl .step {
  padding-left: 3px;
  font-size: 3.5rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .section-ttl .step {
    font-size: 2.875rem;
  }
}
.recruit.employment-support .step .step-wrap .section-ttl .step .num {
  font-size: 5.125rem;
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .section-ttl .step .num {
    font-size: 4.25rem;
  }
}
.recruit.employment-support .step .step-wrap .section-ttl img {
  width: auto;
  max-width: none;
  height: revert-layer;
  vertical-align: middle;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .section-ttl img {
    width: 120px;
    height: auto;
  }
}
.recruit.employment-support .step .step-wrap .step-list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
.recruit.employment-support .step .step-wrap .step-list dt {
  width: 100px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt {
    width: 100%;
    padding-top: 10px;
  }
}
.recruit.employment-support .step .step-wrap .step-list dt:before {
  content: "";
  display: block;
  width: 104px;
  height: 28px;
  background: url(/recruit/employment-support/img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -2px;
  bottom: -26px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:before {
    content: none;
  }
}
.recruit.employment-support .step .step-wrap .step-list dt:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFBBBA transparent transparent transparent;
  border-width: 26px 50px 0px 50px;
  position: absolute;
  left: 0;
  bottom: -26px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:after {
    width: 100%;
    height: 8px;
    border-color: transparent;
    background: #FFBBBA;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 1;
  }
}
.recruit.employment-support .step .step-wrap .step-list dt .num {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}
.recruit.employment-support .step .step-wrap .step-list dt .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit.employment-support .step .step-wrap .step-list dt:first-of-type {
  background: #FFBBBA;
  border-radius: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:first-of-type {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:first-of-type:after {
    bottom: -25px;
  }
}
.recruit.employment-support .step .step-wrap .step-list dt:first-of-type .wrap {
  flex-direction: column;
}
.recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(2) {
  background: #FF9A99;
}
.recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(2):after {
  border-color: #FF9A99 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(2):after {
    border-color: transparent;
    background: #FF9A99;
  }
}
.recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(3) {
  background: #F77E7C;
}
.recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(3):after {
  border-color: #F77E7C transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(3):after {
    border-color: transparent;
    background: #F77E7C;
  }
}
.recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(4) {
  background: #F06260;
}
.recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(4):after {
  border-color: #F06260 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:nth-of-type(4):after {
    border-color: transparent;
    background: #F06260;
  }
}
.recruit.employment-support .step .step-wrap .step-list dt:last-of-type {
  font-size: 1.5rem;
  background: #CE3533;
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:last-of-type {
    font-size: 1rem;
    border-radius: 0;
  }
}
.recruit.employment-support .step .step-wrap .step-list dt:last-of-type:before {
  content: none;
}
.recruit.employment-support .step .step-wrap .step-list dt:last-of-type:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dt:last-of-type:after {
    content: "";
    width: 100%;
    height: 8px;
    border-color: transparent;
    background: #CE3533;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 1;
  }
}
.recruit.employment-support .step .step-wrap .step-list dd {
  padding: 30px 30px 30px 50px;
  width: calc(100% - 100px);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dd {
    width: 100%;
    padding: 40px 20px 30px 20px;
  }
}
.recruit.employment-support .step .step-wrap .step-list dd:after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.recruit.employment-support .step .step-wrap .step-list dd .step-ttl {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dd .step-ttl {
    font-size: 1.125rem;
    text-align: center;
  }
}
.recruit.employment-support .step .step-wrap .step-list dd .step-ttl span {
  display: block;
  font-size: 0.9375rem;
  color: #CE3533;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dd .step-ttl span {
    font-size: 0.8125rem;
  }
}
.recruit.employment-support .step .step-wrap .step-list dd .support-item {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.recruit.employment-support .step .step-wrap .step-list dd .support-item li {
  font-size: 0.75rem;
  font-weight: bold;
  border: 1px solid #CE3533;
  border-radius: 12px;
  padding: 3px 10px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dd .support-item li {
    margin-bottom: 5px;
  }
}
.recruit.employment-support .step .step-wrap .step-list dd .support-item li:last-of-type {
  margin-right: 0;
}
.recruit.employment-support .step .step-wrap .step-list dd:first-of-type {
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .step .step-wrap .step-list dd:first-of-type {
    border-radius: 0;
  }
}
.recruit.employment-support .step .step-wrap .step-list dd:last-of-type {
  border-radius: 0 0 10px 0;
}
.recruit.employment-support .step .step-wrap .step-list dd:last-of-type:after {
  content: none;
}
.recruit.employment-support .support-system {
  padding: 100px 0 120px;
  background-image: url(/recruit/employment-support/img/pattern02.png);
  background-repeat: no-repeat;
  background-size: 131px 121px;
  background-position: left calc(273px + (100% - 1140px) / 2) bottom 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support-system {
    padding: 50px 0 40px;
    background-size: 90px 85px;
    background-position: left 18% top 23%;
  }
}
.recruit.employment-support .support-system:before {
  content: "";
  display: block;
  width: calc(448px + (100% - 1140px) / 2);
  height: 613px;
  background: #222222;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support-system:before {
    width: 100%;
    height: 280px;
    top: -30px;
  }
}
.recruit.employment-support .support-system:after {
  content: "";
  display: block;
  width: 519px;
  height: 295px;
  background: url(/recruit/employment-support/img/pattern01.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support-system:after {
    width: 236px;
    height: 166px;
    background: url(/recruit/employment-support/img/pattern01_sp.png) no-repeat;
    background-size: contain;
    top: -30px;
  }
}
.recruit.employment-support .support-system .support-system-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.recruit.employment-support .support-system .support-system-wrap .support-system-image {
  width: 556px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support-system .support-system-wrap .support-system-image {
    width: 77%;
    margin-left: auto;
  }
}
.recruit.employment-support .support-system .support-system-wrap .support-system-txt {
  width: 524px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support-system .support-system-wrap .support-system-txt {
    width: 100%;
    margin-top: 95px;
  }
}
.recruit.employment-support .support-system .support-system-wrap .support-system-txt .system-copy {
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support-system .support-system-wrap .support-system-txt .system-copy {
    font-size: 1.5625rem;
    margin-bottom: 0.7em;
  }
}
.recruit.employment-support .support-system .support-system-wrap .support-system-txt .system-copy span {
  color: #CE3533;
}
.recruit.employment-support .support {
  padding: 230px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support {
    padding-bottom: 80px;
  }
}
.recruit.employment-support .support:before {
  content: "";
  display: block;
  width: 100%;
  height: 409px;
  background: url(/recruit/employment-support/img/background_pc.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support:before {
    height: 340px;
    background: url(/recruit/employment-support/img/background_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.recruit.employment-support .support:after {
  content: "";
  display: block;
  width: 120px;
  height: 146px;
  background: url(/recruit/employment-support/img/pattern03.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: -73px;
  right: calc((100% - 1260px) / 2);
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support:after {
    content: none;
  }
}
.recruit.employment-support .support .support-wrap {
  background: #F5F5F5;
  border-radius: 20px;
  padding: 55px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 40px 5%;
  }
}
.recruit.employment-support .support .support-wrap .support-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-about {
    flex-direction: column-reverse;
  }
}
.recruit.employment-support .support .support-wrap .support-about .support-about-txt {
  width: 680px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-about .support-about-txt {
    width: 100%;
  }
}
.recruit.employment-support .support .support-wrap .support-about .support-about-txt .support-ttl {
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-about .support-about-txt .support-ttl {
    font-size: 1.5625rem;
  }
}
.recruit.employment-support .support .support-wrap .support-about .graph {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-about .graph {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap {
  background-image: url(/recruit/employment-support/img/flow_border_pc.png);
  background-repeat: no-repeat;
  background-size: 528px 259px;
  background-position: 243px 208px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap {
    background-image: none;
    padding: 20px 5%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap:after {
    content: "";
    display: block;
    width: 15px;
    height: calc(100% - 60px);
    background: #FFBBBA;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow {
    position: relative;
    z-index: 2;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow li {
  width: 297px;
  background: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow li .flow-txt {
  padding: 20px 17px;
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow li .flow-txt dt {
  color: #CE3533;
  font-weight: bold;
  padding-bottom: 13px;
  margin-bottom: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow li .flow-txt dt {
    font-size: 1rem;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow li .flow-txt dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #222222 1px, transparent 1px);
  background-size: 6px 1px; /* ドット+間隔（1px + 5px） */
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow li .flow-txt dd {
    font-size: 0.875rem;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n01 li:first-of-type {
  background: transparent;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n01 li:first-of-type {
    background: #fff;
    margin-right: 0;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n01 li:nth-of-type(2) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n01 li:nth-of-type(2) {
    margin-left: 0;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n02 {
  margin-top: 30px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n02 {
    margin-top: 0;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n02 li:first-of-type {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n02 li:first-of-type {
    margin-left: 0;
  }
}
.recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n02 li:nth-of-type(2) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .support .support-wrap .support-flow-wrap .support-flow.n02 li:nth-of-type(2) {
    margin-right: 0;
  }
}
.recruit.employment-support .teacher {
  padding: 75px 0 110px;
  background-image: url(/recruit/employment-support/img/background_dot.png);
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher {
    padding: 50px 0 70px;
  }
}
.recruit.employment-support .teacher .teacher-wrap {
  background-image: url(/recruit/employment-support/img/img_teacher01.png), url(/recruit/employment-support/img/img_teacher02.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 200px 247px, 200px 247px;
  background-position: left 0 top 0, right 0 top 0;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap {
    background-image: url(/recruit/employment-support/img/img_teacher01_sp.png), url(/recruit/employment-support/img/img_teacher02_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 98px 150px, 98px 150px;
    background-position: left 5% top 0, right 5% top 0;
  }
}
.recruit.employment-support .teacher .teacher-wrap .teacher-support-txt {
  padding: 25px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap .teacher-support-txt {
    text-align: left;
  }
}
.recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .main-txt {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .main-txt {
    width: 135px;
    margin: 0 auto;
    text-align: center;
  }
}
.recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .main-txt .main {
  color: #fff;
  font-size: 2.5rem;
  background: #222222;
  border-radius: 10px;
  padding: 5px 15px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .main-txt .main {
    font-size: 1.25rem;
    display: block;
    margin-right: 0;
    border-radius: 12px;
    line-height: 1.5;
  }
}
.recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .main-txt .main:first-of-type {
  margin-right: 52px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .main-txt .main:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .main-txt .main:first-of-type:after {
  content: "";
  display: block;
  width: 16.5px;
  height: 16.5px;
  background: url(/recruit/employment-support/img/icon_kakeru.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: -35px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .main-txt .main:first-of-type:after {
    width: 10px;
    height: 10px;
    top: auto;
    bottom: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .sub-txt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .sub-txt {
    text-align: center;
    font-size: 1.1875rem;
    line-height: 1.5;
  }
}
.recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .sub-txt .line {
  text-decoration: underline;
  text-decoration-color: #CE3533;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap .teacher-support-txt .sub-txt .line {
    display: block;
  }
}
.recruit.employment-support .teacher .teacher-wrap .teacher-support-image {
  width: 824px;
  margin-left: 158px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .teacher .teacher-wrap .teacher-support-image {
    width: 100%;
    margin-left: 0;
  }
}
.recruit.employment-support .voice {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .voice {
    padding-top: 50px;
  }
}
.recruit.employment-support .voice .voice-movie {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .voice .voice-movie {
    margin-top: 30px;
  }
}
.recruit.employment-support .voice .voice-movie li {
  width: 545px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .voice .voice-movie li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.recruit.employment-support .voice .voice-movie li:nth-of-type(even) {
  margin-right: 0;
}
.recruit.employment-support .voice .voice-movie li .youtube-wrap {
  aspect-ratio: 16/9;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .voice .voice-movie li .youtube-wrap {
    margin-bottom: 10px;
  }
}
.recruit.employment-support .voice .voice-movie li .youtube-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit.employment-support .voice .voice-movie li .graduate-people .company {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .voice .voice-movie li .graduate-people .company {
    font-size: 1.125rem;
  }
}
.recruit.employment-support .voice .voice-movie li .graduate-people .name {
  margin-bottom: 1em;
}
.recruit.employment-support .voice .voice-movie li .graduate-people .name span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .recruit.employment-support .voice .voice-movie li .graduate-people .name span {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=employment-support.css.map */