html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.inserted-img {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.inserted-img__inner {
  max-width: 1120px;
  width: 100%;
  padding-top: 0.9027777778vw;
}
.inserted-img__inner .img {
  background-image: url("../assets/images/recruit-pc.png");
  width: 100%;
  background-size: cover;
  aspect-ratio: 1114/241;
  margin-bottom: 3.8888888889vw;
}
@media (max-width: 768px) {
  .inserted-img .inserted-img__inner .img {
    background-image: url("../assets/images/recruit-sp.png");
    aspect-ratio: 685/482;
  }
}

.recruit {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.recruit__wrapper {
  max-width: 1120px;
  width: 100%;
}

.recruit .movie {
padding-top: 56.25%;
width: 100%;
position: relative;
margin-bottom: 40px;
}
.recruit .movie video {
width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.table {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  padding: 0 24px;
}
.table__wrapper {
  max-width: 1120px;
  width: 100%;
}
.table__wrapper .table-contents {
  width: 100%;
  margin: 0 auto;
}
.table__wrapper .table-contents__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #0070CE;
  padding-top: 24px;
  padding-bottom: 24px;
}
.table__wrapper .table-contents__item__key {
  width: 17.8571428571%;
  color: #222;
  /* text/18- Medium - line-hegiht:160% */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}
.table__wrapper .table-contents__item__value {
  width: 82.1428571429%;
  color: #222;
  /* text/18- Medium - line-hegiht:160% */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.table__wrapper .table-contents__item__value .blue {
  color: #0070CE;
}
.table__wrapper .table-contents__item__value .light-blue {
  color: #5896CA;
}
.table__wrapper .table-contents__item--last {
  align-items: center;
}
.table__wrapper .table-contents .table-line {
  width: 100%;
  height: 1px;
  background: rgb(31, 156, 246);
}/*# sourceMappingURL=recruit.css.map */