@charset "UTF-8";

/* =====================
  変数
===================== */
:root {
  --inner-width: 1120px;
  --header-height: 100px;
}

/* =====================
  共通
===================== */
.inner {
  width: var(--inner-width);
  margin-inline: auto;
}

/* =====================
  mv
===================== */
.main .mv {
  background: var(--black);
  padding-top: 310px;
  position: relative;
}
.main .mv .mv-bg {
  background-image: url('/assets/image/recruit/recruit_bg.png');
  min-height: 424px;
  height: 32.61538461538461vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
.main .mv h1 {
  font-family: var(--mincho);
  font-size: 80px;
  color: var(--white);
  margin-top: 21px;
  padding-inline: 50px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
.main .about {
  display: flex;
  width: 1200px;
  padding-inline: 48px;
  gap: 26px;
  margin-top: 187px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.main .about::before {
  content: attr(data-text);
  display: block;
  font-family: var(--mincho);
  font-size: 100px;
  white-space: nowrap;
  color: var(--white);
  position: absolute;
  top: -86px;
  opacity: 0.08;
  right: 227px;
}
.main .about::after {
  content: '';
  background-image: url('/assets/image/recruit/book.png');
  width: 160px;
  height: 194px;
  display: block;
  position: absolute;
  right: 68px;
  top: -150px;
  opacity: 0.5;
}
.main .mv .about-wrapper {
  width: 480px;
  padding-top: 70px;
}
.main .mv .about p {
  font-size: 15px;
  color: var(--white);
  padding-top: 53px;
  line-height: 1.8;
}
.main .mv .about .author {
  font-family: var(--mincho);
  font-size: 15px;
  color: var(--white);
  text-align: right;
  margin-top: 26px;
}
.main .mv .about .author span {
  font-size: 23px;
  padding-left: 1em;
}
.main .mv .kv02-pc {
  margin-left: 308px;
  text-align: right;
  margin-top: 35px;
  position: relative;
  right: 6px;
}
.main .mv .kv02-sp {
  display: none;
}
.main .about-container {
  position: relative;
  background-image: linear-gradient(-180deg, transparent 50%, var(--red) 50.1%);
}
.bg {
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/image/common/bg.png');
  width: 100%;
  height: 691px;
  transform: skewY(-10deg);
}

/* =====================
  会社概要
===================== */
.recruit {
  background: var(--red);
  color: var(--white);
  padding-top: 91px;
  padding-bottom: 162px;
  padding-inline: 50px;
}
.recruit .requirements::before {
  content: attr(data-text);
  display: block;
  font-family: var(--mincho);
  font-size: 100px;
  white-space: nowrap;
  color: var(--white);
  position: absolute;
  top: -60px;
  opacity: 0.08;
  right: -47px;
}
.recruit .title-wrapper span::before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  background: var(--white);
  position: absolute;
  left: -30px;
}
.recruit .requirements {
  width: 1117px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.recruit table {
  width: 1117px;
  color: var(--black);
  border-collapse: separate;
  border-spacing: 0px 5px;
  margin-top: 49px;
}
.recruit td,
.recruit th {
  background: var(--white);
  padding-left: 66px;
  padding-block: 25px;
  font-size: 15px;
}
.recruit .recruit-table img {
  vertical-align: baseline;
  margin-left: 10px;
}
.recruit tr th {
  width: 230px;
  font-family: var(--mincho);
}
/* =====================
  to-link
===================== */
.recruit .to-link {
  margin-top: 64px;
}
.to-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.to-link span {
  display: block;
  font-size: 16px;
  font-family: var(--mincho);
}
