@charset "UTF-8";
/* # =================================================================
 * # BASE
 * # ================================================================= */
/* # =================================================================
 * # Header
 * # ================================================================= */
/* # =================================================================
 * # Content
 * # ================================================================= */
/* # =================================================================
 * # Footer
 * # ================================================================= */
/* # =================================================================
 * # RECRUIT
 * # ================================================================= */
.l-recruit__header {
  background: transparent;
  height: 48px;
  position: fixed;
  top: 0;
}
@media screen and (min-width: 1280px) {
  .l-recruit__header {
    height: 80px;
  }
}
.l-recruit__header.fixed {
  background-color: #fff;
}
.l-recruit__header__logo a {
  display: flex;
  width: 100%;
  gap: 5px;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .l-recruit__header__logo a {
    gap: clamp(11px, 1vw, 23px);
  }
}
.l-recruit__header__logo a img {
  width: clamp(220px, 30vw, 373px);
}
@media screen and (min-width: 600px) {
  .l-recruit__header__logo a img {
    width: clamp(250px, 30vw, 373px);
  }
}
.l-recruit__header__logo a span {
  font-size: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 1px;
}
@media screen and (min-width: 600px) {
  .l-recruit__header__logo a span {
    font-size: clamp(14px, 1.7vw, 20px);
  }
}
@media screen and (min-width: 1025px) {
  .l-recruit__header__logo a span {
    font-size: 20px;
  }
}
.l-recruit__header__nav {
  padding-right: var(--m23);
}
.l-recruit__header__nav__menu {
  gap: 0 min(2vw, 30px);
}
.l-recruit__header__nav__menu li a {
  font-weight: 700;
}
.l-recruit__header__nav__menu li a:hover {
  color: #B4333C;
}
.l-recruit__header__nav__menu li a.current {
  color: #B4333C;
}
.l-recruit__header__nav__menu li.-entryBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .l-recruit__header__nav__menu li.-entryBtn {
    margin-top: 0;
  }
}
.l-recruit__header__nav__menu li.-entryBtn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #B4333C;
  padding: 15px 2.1vw;
  border-radius: 30px;
  border: 1px solid #B4333C;
}
.l-recruit__header__nav__menu li.-entryBtn a:hover {
  color: #B4333C;
  background-color: #fff;
}
.l-recruit__header__nav__menu li.-entryBtn a::after {
  content: none;
}
.l-recruit__header__nav__menu li.-entryBtn.-opposite a {
  color: #B4333C;
  background-color: #fff;
}
.l-recruit__header__nav__menu li.-entryBtn.-opposite a:hover {
  background-color: #B4333C;
  color: #fff;
}

.l-recruit__footer {
  padding-top: var(--m80);
  padding-bottom: 0;
}
.l-recruit__footer__logo {
  width: 100%;
  display: flex;
  width: 100%;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .l-recruit__footer__logo {
    gap: clamp(11px, 2vw, 33px);
    margin-bottom: 30px;
  }
}
.l-recruit__footer__logo img {
  width: clamp(240px, 30vw, 373px);
}
@media screen and (min-width: 600px) {
  .l-recruit__footer__logo img {
    width: clamp(320px, 40vw, 430px);
  }
}
@media screen and (min-width: 1025px) {
  .l-recruit__footer__logo img {
    width: 516px;
  }
}
.l-recruit__footer__logo span {
  font-size: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 2px;
}
@media screen and (min-width: 600px) {
  .l-recruit__footer__logo span {
    font-size: clamp(16px, 2.3vw, 24px);
  }
}
@media screen and (min-width: 1025px) {
  .l-recruit__footer__logo span {
    font-size: 24px;
  }
}
.l-recruit__footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(3vw, 30px);
}
.l-recruit__footer__nav ul li a {
  font-size: 15px;
  font-weight: 500;
}
.l-recruit__footer__nav ul li a:hover {
  color: #B4333C;
}
.l-recruit__footer__copy {
  margin-top: 0;
  padding-bottom: 0;
  color: #fff;
}
.l-recruit__footer__copyright {
  margin-top: clamp(30px, 4.84vw, 80px);
  background-color: #606060;
  padding: 30px 0;
}
.l-recruit__footer__copyright .-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-recruit__footer__copyright .-flex {
    flex-direction: row;
    gap: var(--m80);
  }
}
.l-recruit__footer__copyright .-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-recruit__footer__copyright .-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #333333;
  font-size: 15px;
  border-radius: 35px;
  border: 1px solid #fff;
  padding: var(--m15) var(--m60);
  font-weight: 700;
  line-height: 1.6;
}
.l-recruit__footer__copyright .-btn a:hover {
  background-color: #B4333C;
  color: #fff;
}

.l-recruit__menu {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu {
    flex-direction: row;
  }
}
.l-recruit__menu .-job,
.l-recruit__menu .-entry {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job,
  .l-recruit__menu .-entry {
    width: 50%;
  }
}
.l-recruit__menu .-job a,
.l-recruit__menu .-entry a {
  display: block;
  padding: 6% 4.3% 6% 5%;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job a,
  .l-recruit__menu .-entry a {
    padding: 10% 4.3% 10% 5%;
  }
}
@media screen and (min-width: 1025px) {
  .l-recruit__menu .-job a,
  .l-recruit__menu .-entry a {
    padding: 11% 6.3% 5.7% 11%;
  }
}
.l-recruit__menu .-job a:hover .-flex2 .-whiteCircle,
.l-recruit__menu .-entry a:hover .-flex2 .-whiteCircle {
  background-color: #B4333C;
}
.l-recruit__menu .-job a:hover .-flex2 .-whiteCircle::before,
.l-recruit__menu .-entry a:hover .-flex2 .-whiteCircle::before {
  background-image: url(/assets/images/common/icon_arrow_white.svg);
}
.l-recruit__menu .-job .-flex,
.l-recruit__menu .-entry .-flex {
  display: flex;
  align-items: center;
  gap: var(--m35);
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job .-flex,
  .l-recruit__menu .-entry .-flex {
    margin-bottom: 7px;
  }
}
.l-recruit__menu .-job .-flex figure,
.l-recruit__menu .-entry .-flex figure {
  max-width: 153px;
  width: 17%;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job .-flex figure,
  .l-recruit__menu .-entry .-flex figure {
    width: 20%;
  }
}
.l-recruit__menu .-job .-flex h2,
.l-recruit__menu .-entry .-flex h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job .-flex h2,
  .l-recruit__menu .-entry .-flex h2 {
    font-size: clamp(19px, 3.052vw, 49px);
  }
}
@media screen and (min-width: 1025px) {
  .l-recruit__menu .-job .-flex h2,
  .l-recruit__menu .-entry .-flex h2 {
    font-size: clamp(30px, 2.552vw, 49px);
    margin-bottom: 10px;
  }
}
.l-recruit__menu .-job .-flex h3,
.l-recruit__menu .-entry .-flex h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job .-flex h3,
  .l-recruit__menu .-entry .-flex h3 {
    font-size: clamp(18px, 2.55vw, 24px);
  }
}
@media screen and (min-width: 1025px) {
  .l-recruit__menu .-job .-flex h3,
  .l-recruit__menu .-entry .-flex h3 {
    font-size: clamp(20px, 1.25vw, 24px);
  }
}
.l-recruit__menu .-job .-flex2,
.l-recruit__menu .-entry .-flex2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.l-recruit__menu .-job .-flex2 p,
.l-recruit__menu .-entry .-flex2 p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 9px;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job .-flex2 p,
  .l-recruit__menu .-entry .-flex2 p {
    font-size: clamp(16px, 1.0416vw, 20px);
  }
}
@media screen and (min-width: 1025px) {
  .l-recruit__menu .-job .-flex2 p,
  .l-recruit__menu .-entry .-flex2 p {
    font-size: clamp(18px, 1.0416vw, 20px);
  }
}
.l-recruit__menu .-job .-flex2 .-whiteCircle,
.l-recruit__menu .-entry .-flex2 .-whiteCircle {
  width: 11.4275vw;
  height: 11.4275vw;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
}
.l-recruit__menu .-job .-flex2 .-whiteCircle::before,
.l-recruit__menu .-entry .-flex2 .-whiteCircle::before {
  content: "";
  width: 12px;
  height: 11px;
  background-image: url(/assets/images/common/icon_arrow_red.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job .-flex2 .-whiteCircle,
  .l-recruit__menu .-entry .-flex2 .-whiteCircle {
    width: 6.4275vw;
    height: 6.4275vw;
  }
}
@media screen and (min-width: 1025px) {
  .l-recruit__menu .-job .-flex2 .-whiteCircle,
  .l-recruit__menu .-entry .-flex2 .-whiteCircle {
    width: 4.4275vw;
    height: 4.4275vw;
  }
  .l-recruit__menu .-job .-flex2 .-whiteCircle::before,
  .l-recruit__menu .-entry .-flex2 .-whiteCircle::before {
    width: 18px;
    height: 16px;
  }
}
.l-recruit__menu .-job a {
  border-radius: 20px 20px 0 0;
  background-color: #306291;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-job a {
    border-radius: 28px 0 0 28px;
  }
}
.l-recruit__menu .-job a:hover {
  background-color: #4E7DA8;
}
.l-recruit__menu .-entry a {
  background-color: #B4333C;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 600px) {
  .l-recruit__menu .-entry a {
    border-radius: 0 28px 28px 0;
  }
}
.l-recruit__menu .-entry a:hover {
  background-color: #CF5861;
}

.p-recruit__contact {
  /* 勤務地・希望職種 */
  background: #F8F8F8;
}
.p-recruit__contact .c-form__input.-birthday input {
  width: 100%;
  height: clamp(40px, 4.16vw, 50px);
  padding: 5px clamp(10px, 1.53vw, 20px);
  padding-right: 5px;
  border: 1px solid #B4B4B4;
  border-radius: 5px;
  font-family: inherit;
  font-size: var(--font18);
}
.p-recruit__contact .c-form__input.-birthday span {
  padding-left: 0.3em;
  padding-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  .p-recruit__contact .c-form__input.-birthday span {
    padding-right: 0.9em;
  }
}
.p-recruit__contact .c-form__input.-birthday .c-form__select {
  display: flex;
  max-width: 400px;
  align-items: center;
}
.p-recruit__contact .c-form__input.-birthday input#birth_year {
  width: 25%;
}
@media screen and (min-width: 600px) {
  .p-recruit__contact .c-form__input.-birthday input#birth_year {
    width: 9em;
  }
}
.p-recruit__contact .c-form__input.-birthday input#birth_month {
  width: 20%;
}
@media screen and (min-width: 600px) {
  .p-recruit__contact .c-form__input.-birthday input#birth_month {
    width: 4em;
  }
}
.p-recruit__contact .c-form__input.-birthday input#birth_day {
  width: 20%;
}
@media screen and (min-width: 600px) {
  .p-recruit__contact .c-form__input.-birthday input#birth_day {
    width: 4em;
  }
}
.p-recruit__contact .c-form__input.-radio-group .c-form__group-title {
  margin: 1em 0 0.3em;
}
.p-recruit__contact .c-form__input.-radio-group .c-form__group-title:first-child {
  margin-top: 0;
}
.p-recruit__contact .c-form__radio {
  display: inline-block;
  margin: 5px 0;
  cursor: pointer;
}
.p-recruit__contact .c-form__radio input[type=radio] {
  margin-right: 0.2em;
  transform: translate(0px, 3px);
}
.p-recruit__contact .c-form__select:after {
  content: none;
}
.p-recruit__contact .c-link {
  color: #B4333C;
}
.p-recruit__contact .c-form__submit .-btn {
  background: #B4333C;
  border: 1px solid #B4333C;
}
.p-recruit__contact .c-form__submit .-btn:hover {
  color: #B4333C !important;
}
.p-recruit__contact .c-form__submit .-btn.-back {
  color: #B4333C;
  background: #fff;
}
.p-recruit__contact .c-form__submit .-btn.-back:hover {
  background: #B4333C !important;
  color: #fff !important;
}

.p-recruit__thanks {
  padding-top: 48px;
  padding-bottom: var(--m80);
  background-image: url(/assets/images/recruit/dots_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p-recruit__thanks {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.p-recruit__thanks__container {
  margin-top: var(--m80);
}
.p-recruit__thanks__container h1 {
  color: #B4333C;
  font-size: 28px;
  margin-bottom: var(--m60);
}
@media screen and (min-width: 600px) {
  .p-recruit__thanks__container h1 {
    font-size: 40px;
  }
}
.p-recruit__thanks__container .c-form__submit .-btn {
  background-color: #B4333C;
  border: 1px solid #B4333C;
}
.p-recruit__thanks__container .c-form__submit .-btn:hover {
  color: #B4333C !important;
}

.-recruitBg {
  padding-top: 48px;
  background-image: url(/assets/images/recruit/dots_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .-recruitBg {
    padding-top: 80px;
  }
}
.-recruitBg.-entryFormL2 .c-page__recruittitle {
  margin-top: var(--m80);
  padding-bottom: var(--m85);
  text-align: center;
}
.-recruitBg.-entryFormL2 .c-page__recruittitle h1 {
  font-size: 72px;
  font-size: 28px;
  color: #B4333C;
  line-height: 1.45;
}
@media screen and (min-width: 600px) {
  .-recruitBg.-entryFormL2 .c-page__recruittitle h1 {
    font-size: clamp(50px, 4.75vw, 72px);
  }
}
.-recruitBg.-entryFormL2 .c-page__recruittitle h1 .-en {
  font-size: 20px;
  line-height: 1.51;
  display: block;
  margin-top: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .-recruitBg.-entryFormL2 .c-page__recruittitle h1 .-en {
    font-size: clamp(28px, 2.82vw, 35px);
  }
}
.-recruitBg.-entryFormL2.-l3 h1 {
  font-size: 28px;
}
@media screen and (min-width: 600px) {
  .-recruitBg.-entryFormL2.-l3 h1 {
    font-size: 40px;
  }
}

.c-innerW1480 {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1381px) {
  .c-innerW1480 {
    padding: 0;
  }
}

.c-innerW1500 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1381px) {
  .c-innerW1500 {
    padding: 0;
  }
}

.c-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1280px) {
  .c-inner {
    padding: 0;
  }
}

.p-recruit.-bg {
  padding-top: 48px;
  background-image: url(/assets/images/recruit/dots_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .p-recruit.-bg {
    padding-top: 80px;
  }
}
.p-recruit .-mainV {
  padding-bottom: 11.8%;
  padding-top: 1.5%;
  position: relative;
}
.p-recruit .-mainV::before {
  content: "";
  background-image: url(/assets/images/recruit/gray_bg.png);
  width: 100%;
  height: 169px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.p-recruit .-detail {
  position: relative;
  padding-bottom: var(--m80);
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail {
    padding-bottom: 120px;
  }
}
.p-recruit .-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F8F8F8;
  background-image: url(/assets/images/recruit/dots_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.p-recruit .-detail .c-innerW1480 {
  position: relative;
  z-index: 1;
}
.p-recruit .-detail .-message {
  background: #fff;
  border-radius: 25px;
  text-align: center;
  padding: 40px 15px;
  margin-bottom: var(--m80);
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail .-message {
    border-radius: 60px;
    padding: var(--m35) 7.27082vw var(--m150);
    margin-bottom: var(--m80);
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-message {
    padding: var(--m35) 14.27082vw var(--m150);
  }
}
.p-recruit .-detail .-message .-flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
  padding-right: 12%;
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail .-message .-flex {
    gap: 60px;
    padding-right: 24%;
  }
}
.p-recruit .-detail .-message img {
  max-width: 171px;
  width: 23%;
}
.p-recruit .-detail .-message h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #B4333C;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail .-message h2 {
    font-size: clamp(50px, 6.25vw, 77px);
  }
}
.p-recruit .-detail .-message .-txtB {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.925;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail .-message .-txtB {
    font-size: clamp(28px, 2.6vw, 40px);
    margin-top: var(--m70);
    margin-bottom: var(--m65);
  }
}
.p-recruit .-detail .-message .-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail .-message .-txt {
    line-height: 2.5;
    font-size: clamp(20px, 1.25vw, 24px);
  }
}
.p-recruit .-detail .-flexbox {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail .-flexbox {
    gap: 0;
    flex-direction: row;
  }
}
.p-recruit .-detail .-flexbox .-works,
.p-recruit .-detail .-flexbox .-company {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail .-flexbox .-works,
  .p-recruit .-detail .-flexbox .-company {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works,
  .p-recruit .-detail .-flexbox .-company {
    width: 47%;
  }
}
.p-recruit .-detail .-flexbox .-works a,
.p-recruit .-detail .-flexbox .-company a {
  background: #fff;
  border-radius: 25px;
  padding: 40px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border: 2px solid #fff;
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works a,
  .p-recruit .-detail .-flexbox .-company a {
    height: 703px;
    border-radius: 53px;
    padding: var(--m35) var(--m105) var(--m50);
  }
}
.p-recruit .-detail .-flexbox .-works a:hover,
.p-recruit .-detail .-flexbox .-company a:hover {
  border: 2px solid #B4333C;
}
.p-recruit .-detail .-flexbox .-works a:hover .-flex2 .-whiteCircle,
.p-recruit .-detail .-flexbox .-company a:hover .-flex2 .-whiteCircle {
  background-color: #fff;
}
.p-recruit .-detail .-flexbox .-works a:hover .-flex2 .-whiteCircle::before,
.p-recruit .-detail .-flexbox .-company a:hover .-flex2 .-whiteCircle::before {
  background-image: url(/assets/images/common/icon_arrow_red.svg);
}
.p-recruit .-detail .-flexbox .-works h3,
.p-recruit .-detail .-flexbox .-company h3 {
  font-size: 24px;
  color: #B4333C;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works h3,
  .p-recruit .-detail .-flexbox .-company h3 {
    font-size: clamp(30px, 2.7vw, 49px);
  }
}
.p-recruit .-detail .-flexbox .-works .-en,
.p-recruit .-detail .-flexbox .-company .-en {
  font-size: 16px;
  font-weight: 500;
  color: #B4333C;
  line-height: 1.46;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works .-en,
  .p-recruit .-detail .-flexbox .-company .-en {
    font-size: clamp(20px, 1.25vw, 24px);
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
.p-recruit .-detail .-flexbox .-works img,
.p-recruit .-detail .-flexbox .-company img {
  max-width: 150px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works img,
  .p-recruit .-detail .-flexbox .-company img {
    margin-bottom: 20px;
    max-width: 232px;
  }
}
.p-recruit .-detail .-flexbox .-works .-flex2,
.p-recruit .-detail .-flexbox .-company .-flex2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works .-flex2,
  .p-recruit .-detail .-flexbox .-company .-flex2 {
    margin: var(--m40) -12% 0 auto;
    gap: 18px;
  }
}
.p-recruit .-detail .-flexbox .-works .-flex2 p,
.p-recruit .-detail .-flexbox .-company .-flex2 p {
  font-size: 18px;
  font-weight: 700;
  color: #B4333C;
  border-bottom: 2px solid #b4333c;
  text-underline-offset: 9px;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works .-flex2 p,
  .p-recruit .-detail .-flexbox .-company .-flex2 p {
    font-size: 20px;
    padding-right: 18px;
  }
}
.p-recruit .-detail .-flexbox .-works .-flex2 .-whiteCircle,
.p-recruit .-detail .-flexbox .-company .-flex2 .-whiteCircle {
  width: 11.4275vw;
  height: 11.4275vw;
  border: 1px solid #B4333C;
  border-radius: 50%;
  background-color: #B4333C;
  position: relative;
}
.p-recruit .-detail .-flexbox .-works .-flex2 .-whiteCircle::before,
.p-recruit .-detail .-flexbox .-company .-flex2 .-whiteCircle::before {
  content: "";
  width: 12px;
  height: 11px;
  background-image: url(/assets/images/common/icon_arrow_white.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 600px) {
  .p-recruit .-detail .-flexbox .-works .-flex2 .-whiteCircle,
  .p-recruit .-detail .-flexbox .-company .-flex2 .-whiteCircle {
    width: 6.4275vw;
    height: 6.4275vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works .-flex2 .-whiteCircle,
  .p-recruit .-detail .-flexbox .-company .-flex2 .-whiteCircle {
    width: 4.4275vw;
    height: 4.4275vw;
  }
  .p-recruit .-detail .-flexbox .-works .-flex2 .-whiteCircle::before,
  .p-recruit .-detail .-flexbox .-company .-flex2 .-whiteCircle::before {
    width: 18px;
    height: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit .-detail .-flexbox .-works img {
    margin-right: 15px;
  }
}
.p-recruit .-detail .-flexbox .-works .-flex2 {
  margin-top: var(--m70);
}

.p-recruit__mainVl2 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 90px;
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2 {
    padding-top: 10px;
    padding-bottom: 13.5%;
  }
}
.p-recruit__mainVl2::before, .p-recruit__mainVl2::after {
  content: "";
  background-image: url(/assets/images/recruit/works/mainV_left_sp.png);
  max-width: 127px;
  height: 271px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
  width: 34%;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2::before, .p-recruit__mainVl2::after {
    max-width: 540px;
    height: 533px;
    top: 75px;
    width: 25%;
    background-image: url(/assets/images/recruit/works/mainV_left.png);
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__mainVl2::before, .p-recruit__mainVl2::after {
    width: 29%;
  }
}
.p-recruit__mainVl2::after {
  background-image: url(/assets/images/recruit/works/mainV_right_sp.png);
  max-width: 189px;
  height: 291px;
  left: auto;
  right: 0;
  top: 8px;
  width: 51%;
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2::after {
    width: 25%;
    max-width: 547px;
    height: 618px;
    top: 0;
    background-image: url(/assets/images/recruit/works/mainV_right.png);
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__mainVl2::after {
    width: 29%;
  }
}
.p-recruit__mainVl2 .-titleBox {
  text-align: center;
}
.p-recruit__mainVl2 .-titleBox figure img {
  max-width: 106px;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2 .-titleBox figure img {
    margin-bottom: 15px;
    width: 15%;
    max-width: 285px;
  }
}
.p-recruit__mainVl2 .-titleBox h1 {
  font-size: 28px;
  font-weight: 700;
  color: #B4333C;
  line-height: 1.45;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2 .-titleBox h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__mainVl2 .-titleBox h1 {
    font-size: clamp(50px, 4.75vw, 72px);
  }
}
.p-recruit__mainVl2 .-titleBox .-en {
  font-size: 16px;
  font-weight: 500;
  color: #B4333C;
  font-family: "Poppins", sans-serif;
  line-height: 1.51;
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2 .-titleBox .-en {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__mainVl2 .-titleBox .-en {
    font-size: clamp(28px, 2.6vw, 35px);
  }
}
.p-recruit__mainVl2 .-wave {
  width: 100%;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  mix-blend-mode: multiply;
  background-position: bottom center;
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2 .-wave {
    height: 165px;
  }
}
.p-recruit__mainVl2 .-wave.-red {
  background-image: url(/assets/images/recruit/wave_red_sp.png);
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2 .-wave.-red {
    background-image: url(/assets/images/recruit/wave_red.png);
  }
}

.p-recruit__ourwork--features {
  background-color: #B4333C;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features {
    padding-top: 15px;
    padding-bottom: 165px;
  }
}
.p-recruit__ourwork--features::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #B4333C;
  background-image: url(/assets/images/recruit/dots_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.p-recruit__ourwork--features .c-inner {
  position: relative;
  z-index: 0;
}
.p-recruit__ourwork--features .-copyTxt {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-copyTxt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-copyTxt {
    font-size: 24px;
  }
}
.p-recruit__ourwork--features .-fukidashi {
  margin: 80px auto 60px;
  max-width: 900px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-fukidashi {
    margin: 135px auto 115px;
  }
}
.p-recruit__ourwork--features .-fukidashi::before {
  content: "";
  width: 150px;
  height: 23px;
  background-color: #B4333C;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-fukidashi::before {
    width: 200px;
    height: 46px;
    top: -23px;
  }
}
.p-recruit__ourwork--features .-fukidashi .-features {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-fukidashi .-features {
    top: -23px;
    font-size: 24px;
  }
}
.p-recruit__ourwork--features .-fukidashi .-features::before, .p-recruit__ourwork--features .-fukidashi .-features::after {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  left: -25px;
  top: 0;
  transform: rotate(-32deg);
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-fukidashi .-features::before, .p-recruit__ourwork--features .-fukidashi .-features::after {
    height: 38px;
    top: 3px;
  }
}
.p-recruit__ourwork--features .-fukidashi .-features::after {
  left: auto;
  right: -25px;
  transform: rotate(32deg);
}
.p-recruit__ourwork--features .-fukidashi h2 {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  background-color: #B4333C;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 1.45;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-fukidashi h2 {
    padding: 20px 10px;
    border-radius: 82px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-fukidashi h2 {
    font-size: 40px;
  }
}
.p-recruit__ourwork--features .-fukidashi h2 .-num {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.24;
  color: #FFC013;
  font-family: "Lexend", sans-serif;
  padding: 0 6px 0 3px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-fukidashi h2 .-num {
    font-size: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-fukidashi h2 .-num {
    font-size: 85px;
  }
}
.p-recruit__ourwork--features .-tree {
  background-color: #fff;
  border-radius: 20px;
  padding: 9.9% 6.5% 10.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-tree {
    gap: 0;
    flex-direction: row;
    border-radius: 38px;
    padding: 4.9% 5.5% 6.4%;
  }
}
.p-recruit__ourwork--features .-tree::before {
  content: "";
  width: 25px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.43);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-tree::before {
    width: 40px;
    height: 115px;
    top: -115px;
  }
}
.p-recruit__ourwork--features .-tree:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-tree.-T01 {
    padding-right: 14.8%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-tree.-T02 {
    padding-right: 14.5%;
    padding-top: 6.5%;
    padding-bottom: 6.5%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-tree.-T03 {
    padding-top: 6.4%;
    padding-bottom: 6.5%;
  }
  .p-recruit__ourwork--features .-tree.-T03 .-txtBox {
    width: 65%;
  }
}
.p-recruit__ourwork--features .-tree figure {
  width: 75%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-tree figure {
    max-width: 316px;
    width: 35%;
  }
}
.p-recruit__ourwork--features .-tree figure img {
  width: 100%;
}
.p-recruit__ourwork--features .-tree .-txtBox {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-tree .-txtBox {
    width: 61%;
  }
}
.p-recruit__ourwork--features .-tree .-txtBox h3 {
  font-size: 24px;
  font-weight: 700;
  color: #B4333C;
  line-height: 1.45;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-tree .-txtBox h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-tree .-txtBox h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.p-recruit__ourwork--features .-tree .-txtBox h3 .-num {
  font-size: 32px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  padding-right: 10px;
  color: #FFC013;
  line-height: 1.24;
  display: inline-block;
  transform: translateY(3px);
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--features .-tree .-txtBox h3 .-num {
    font-size: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--features .-tree .-txtBox h3 .-num {
    font-size: 49px;
    padding-right: 16px;
  }
}
.p-recruit__ourwork--link {
  background-color: #fff;
  padding: 25px 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--link {
    padding: 60px 0 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--link {
    padding: 80px 0 100px;
  }
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--link .c-inner {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.p-recruit__ourwork--link .--link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--link .--link {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.p-recruit__ourwork--link .--link li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.43;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--link .--link li a {
    font-size: var(--font32);
  }
}
.p-recruit__ourwork--link .--link li a:hover {
  color: #B4333C;
}
.p-recruit__ourwork--link .--link li a .-num {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #FFC013;
  padding-right: 8px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--link .--link li a .-num {
    font-size: clamp(24px, 2.1vw, 28px);
    padding-right: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--link .--link li a .-num {
    padding-right: 14px;
  }
}
.p-recruit__ourwork--link .--link li a .-jp {
  position: relative;
}
.p-recruit__ourwork--link .--link li a .-jp::before {
  content: "";
  background-image: url(/assets/images/recruit/icon_arrowred.svg);
  width: 10px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--link .--link li a .-jp::before {
    width: 17px;
    height: 10px;
    bottom: -20px;
  }
}
.p-recruit__ourwork--case {
  background-color: #F8F8F8;
  position: relative;
  padding-top: 35px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case {
    padding-top: 160px;
  }
}
.p-recruit__ourwork--case:last-child {
  padding-bottom: 35px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case:last-child {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case:last-child {
    padding-bottom: 160px;
  }
}
.p-recruit__ourwork--case::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F8F8F8;
  background-image: url(/assets/images/recruit/dots_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.p-recruit__ourwork--case .-caseTitle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-caseTitle {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-caseTitle {
    padding-left: 0;
  }
}
.p-recruit__ourwork--case .-caseTitle .-numImg {
  max-width: 131px;
  width: 21.87%;
  padding-left: 20px;
}
.p-recruit__ourwork--case .-caseTitle .-numImg img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-caseTitle .-numImg {
    width: 10%;
    padding-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-caseTitle .-numImg {
    width: 6%;
  }
}
@media screen and (min-width: 1280px) {
  .p-recruit__ourwork--case .-caseTitle .-numImg {
    width: 7%;
  }
}
.p-recruit__ourwork--case .-caseTitle.-num2 .-numImg, .p-recruit__ourwork--case .-caseTitle.-num3 .-numImg {
  max-width: 163px;
  width: 27.2%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-caseTitle.-num2 .-numImg, .p-recruit__ourwork--case .-caseTitle.-num3 .-numImg {
    width: 13%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-caseTitle.-num2 .-numImg, .p-recruit__ourwork--case .-caseTitle.-num3 .-numImg {
    width: 9%;
  }
}
@media screen and (min-width: 1280px) {
  .p-recruit__ourwork--case .-caseTitle.-num2 .-txtBox, .p-recruit__ourwork--case .-caseTitle.-num3 .-txtBox {
    margin-left: clamp(40px, 5.69vw, 70px);
  }
}
.p-recruit__ourwork--case .-caseTitle.-num4 .-numImg {
  max-width: 172px;
  width: 27.2%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-caseTitle.-num4 .-numImg {
    width: 13.7%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-caseTitle.-num4 .-numImg {
    width: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .p-recruit__ourwork--case .-caseTitle.-num4 .-txtBox {
    margin-left: clamp(40px, 5.69vw, 60px);
  }
}
.p-recruit__ourwork--case .-caseTitle .-txtBox {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-caseTitle .-txtBox {
    padding: 0;
    width: 40.5%;
    margin-left: 25px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-caseTitle .-txtBox {
    width: 35.5%;
    margin-left: clamp(40px, 0.69vw, 100px);
    margin-right: clamp(70px, 3.07vw, 180px);
  }
}
@media screen and (min-width: 1280px) {
  .p-recruit__ourwork--case .-caseTitle .-txtBox {
    width: 31.5%;
    margin-left: clamp(40px, 5.69vw, 100px);
    margin-right: clamp(70px, 10.07vw, 180px);
  }
}
.p-recruit__ourwork--case .-caseTitle .-txtBox .-en {
  font-size: 14px;
  font-weight: 500;
  color: #B4333C;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-caseTitle .-txtBox .-en {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.p-recruit__ourwork--case .-caseTitle .-txtBox h2 {
  font-size: 32px;
  font-weight: 700;
  color: #B4333C;
  line-height: 1.44;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-caseTitle .-txtBox h2 {
    font-size: clamp(44px, 4.3vw, 50px);
  }
}
.p-recruit__ourwork--case .-caseTitle .-txtBox p {
  line-height: 1.81;
}
.p-recruit__ourwork--case .-caseTitle .-rightImg {
  max-width: 780px;
  width: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-caseTitle .-rightImg {
    padding-left: 0;
    width: 43%;
  }
}
@media screen and (min-width: 1280px) {
  .p-recruit__ourwork--case .-caseTitle .-rightImg {
    width: 41%;
  }
}
.p-recruit__ourwork--case .-caseTitle .-rightImg img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: left;
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-caseTitle .-rightImg img {
    min-height: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .p-recruit__ourwork--case .-caseTitle .-rightImg img {
    min-height: auto;
    object-fit: contain;
  }
}
.p-recruit__ourwork--case .-aboutBox {
  position: relative;
  z-index: 0;
  background-color: #fff;
  max-width: 1600px;
  width: 100%;
  margin: -100px auto 0;
  border-radius: 20px;
  padding: 140px 0 30px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox {
    margin: -5% auto 0;
    border-radius: 60px;
    padding: 11.3% 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox {
    padding: 11.3% 4.3%;
  }
}
@media screen and (min-width: 1280px) {
  .p-recruit__ourwork--case .-aboutBox {
    padding: 8.3%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .c-inner {
    padding: 0;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-flex {
    gap: 25px;
    flex-direction: row;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-flex figure {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-flex figure {
    max-width: 500px;
    width: 42%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-flex figure img {
  width: 100%;
}
.p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox {
    max-width: 600px;
    width: 50%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-copy {
  background-color: #B4333C;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4375;
  padding: 4px 8px 5px 12px;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-copy {
    padding: 6px 8px 5px 10px;
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-copy {
    padding: 6px 8px 5px 20px;
    font-size: clamp(26px, 2.3vw, 32px);
    margin-bottom: 8px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-copy.pr {
  padding-right: 24px;
  margin-bottom: 0;
}
.p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-name {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #B4333C;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-name {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-name {
    margin-top: 28px;
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-txt {
  line-height: 1.8125;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-flex .-txtBox .-txt {
    margin-top: 0;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox {
  margin-top: 40px;
  background-color: #FFFCF2;
  border: 1px solid #FF9913;
  border-radius: 20px;
  padding: 0 15px 30px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox {
    border-radius: 30px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox {
    padding: 0 0 50px;
    margin-top: 120px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #FF9913;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  text-align: center;
  padding: 15px;
  line-height: 1.42;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox h3 {
    font-size: 24px;
    padding: 25px;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox h3 {
    max-width: 600px;
    font-size: 28px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-flex2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-flex2 {
    flex-direction: row;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-flex2 figure {
  width: 50%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-flex2 figure {
    width: 100%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule {
    max-width: 574px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule {
    width: 574px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__times {
  display: flex;
  flex-direction: column;
  background-color: #FFFCF2;
  position: relative;
  z-index: 1;
  width: 21%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__times {
    width: 16%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time {
  font-size: 16px;
  font-weight: 500;
  color: #C1C1C1;
  font-family: "Open Sans", sans-serif;
  line-height: 1.91;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #FF9913;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time::before {
    height: 70px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time.-first::before {
  content: "";
  height: 25px;
  bottom: -10px;
  top: auto;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time.-first::before {
    bottom: 0;
    height: 25px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time.-last::before {
  content: none;
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time.-point {
  color: #333333;
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time.-point::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #FF9913;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__time.-point::after {
    width: 12px;
    height: 12px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__events {
  max-width: 425px;
  width: 71%;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__events {
    margin-top: 0;
    width: 75%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #FF9913;
  margin-bottom: 22px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card {
    padding: 19px 19px 19px 25px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #FF9913;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card-title {
    font-size: 20px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card.-special::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #FF9913;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card.-special::before {
    width: 31px;
    left: -31px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card.-special::after {
  content: "";
  width: 32px;
  height: 16px;
  border: 1px solid #FF9913;
  position: absolute;
  left: -45px;
  bottom: 6px;
  border-width: 0 1px 1px 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card.-special::after {
    width: 32px;
    height: 29px;
    left: -63px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card.-special2::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #FF9913;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card.-special2::before {
    width: 31px;
    left: -31px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card.-special2::after {
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid #FF9913;
  position: absolute;
  left: -45px;
  top: -10px;
  border-width: 1px 1px 0px 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-scheduleBox .-schedule__card.-special2::after {
    width: 32px;
    height: 44px;
    left: -63px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-order1 {
  order: 1;
}
.p-recruit__ourwork--case .-aboutBox .-person .-order2 {
  order: 2;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P01 .-scheduleBox figure {
    max-width: 230px;
    margin-top: -50px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P01 .-scheduleBox .-schedule__events {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P01 .-scheduleBox .-flex2 {
    gap: 45px;
    padding-left: 100px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P01 .-scheduleBox figure {
    margin-top: 0;
    max-width: 281px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-schedule__events {
  margin-top: 65px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-schedule__card {
  margin-bottom: 16px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-schedule__card:nth-of-type(1) {
  margin-bottom: 25px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-schedule__card:nth-of-type(1) {
  margin-bottom: 28px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-schedule__card {
    margin-bottom: 22px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-schedule__card:nth-of-type(2), .p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-schedule__card:nth-of-type(3) {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox figure {
    max-width: 180px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-schedule__events {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox figure {
    max-width: 218px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P02 .-scheduleBox .-flex2 {
    gap: 9%;
    padding-left: 90px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__events {
  margin-top: 5px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__card {
  margin-bottom: 13px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__card:nth-of-type(1) {
  margin-bottom: 16px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__card:nth-of-type(2), .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__card:nth-of-type(3) {
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__card {
    margin-bottom: 22px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__card:nth-of-type(1), .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__card:nth-of-type(2), .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__card:nth-of-type(3) {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox figure {
    max-width: 200px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-schedule__events {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox figure {
    max-width: 250px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P03 .-scheduleBox .-flex2 {
    gap: 7.3%;
    padding-left: 100px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person.-P04 .-scheduleBox .-schedule__events {
  margin-top: 13px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P04 .-scheduleBox .-schedule__card {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P04 .-scheduleBox figure {
    max-width: 150px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P04 .-scheduleBox .-schedule__events {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P04 .-scheduleBox figure {
    max-width: 177px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P04 .-scheduleBox .-flex2 {
    gap: 11.1%;
    padding-left: 75px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-schedule__events {
  margin-top: 20px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-schedule__card:nth-of-type(1) {
  margin-bottom: 15px;
}
.p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-schedule__card:nth-of-type(3) {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-schedule__card:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-schedule__card:nth-of-type(2) {
    margin-bottom: 17px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-schedule__card:nth-of-type(3) {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox figure {
    max-width: 140px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-schedule__events {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox figure {
    max-width: 211px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-flex2 {
    gap: 9%;
    padding-left: 70px;
    align-items: flex-start;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P05 .-scheduleBox .-schedule {
    margin-top: 80px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person.-P06 .-scheduleBox .-schedule__events {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P06 .-scheduleBox figure {
    max-width: 180px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P06 .-scheduleBox .-schedule {
    margin-top: 65px;
  }
  .p-recruit__ourwork--case .-aboutBox .-person.-P06 .-scheduleBox .-schedule__events {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P06 .-scheduleBox figure {
    max-width: 242px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P06 .-scheduleBox .-flex2 {
    gap: 2%;
    padding-left: 10%;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .p-recruit__ourwork--case .-aboutBox .-person.-P06 .-scheduleBox .-flex2 {
    gap: 9%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox {
  background-color: #FFEFF0;
  border-radius: 20px;
  padding: 30px 15px;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox {
    margin-top: var(--m120);
    border-radius: 30px;
    padding: 7.1% 9.6%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox h3 {
  text-align: center;
  color: #B4333C;
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox h3 {
    font-size: 32px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-fwM {
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-fwM {
    margin-bottom: 45px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px 15px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox {
    padding: 5% 10.8%;
  }
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox:nth-of-type(3) {
    margin-bottom: 40px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox:last-of-type {
  margin-bottom: 0;
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox h4 {
  font-size: 18px;
  color: #B4333C;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox h4 {
    font-size: 24px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex {
  padding: 20px 15px;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex {
    padding: 3.61% 4.65%;
    gap: 0;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex .-left {
  background-color: #B4333C;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex .-left {
    width: 28.183%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex .-left p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 10px;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex .-left p {
    padding: 40px 10px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex .-left p {
    font-size: 20px;
  }
}
.p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex .-right {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-person .-pinkBox .-whiteBox.-flex .-right {
    width: 67%;
  }
}
.p-recruit__ourwork--case .-aboutBox .-boundary {
  width: 100%;
  height: 3px;
  background-color: #F3F3F3;
  margin: 40px 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__ourwork--case .-aboutBox .-boundary {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__ourwork--case .-aboutBox .-boundary {
    margin: 120px 0;
  }
}

.p-recruit__mainVl2.-recruitCompany::before {
  background-image: url(/assets/images/recruit/company/mainV_left_sp.png);
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2.-recruitCompany::before {
    background-image: url(/assets/images/recruit/company/mainV_left.png);
  }
}
.p-recruit__mainVl2.-recruitCompany::after {
  background-image: url(/assets/images/recruit/company/mainV_right_sp.png);
}
@media screen and (min-width: 600px) {
  .p-recruit__mainVl2.-recruitCompany::after {
    background-image: url(/assets/images/recruit/company/mainV_right.png);
  }
}
.p-recruit__company--link {
  background-color: #B4333C;
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--link {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link {
    padding-top: 0;
    padding-bottom: 115px;
  }
}
.p-recruit__company--link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #B4333C;
  background-image: url(/assets/images/recruit/dots_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.p-recruit__company--link .c-inner {
  position: relative;
  z-index: 1;
}
.p-recruit__company--link .--list {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 55px;
  flex-direction: column;
  padding: 0 15px;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--link .--list {
    gap: 30px 15px;
    padding: 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link .--list {
    margin-bottom: 145px;
    gap: 42px;
  }
}
.p-recruit__company--link .--list li {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--link .--list li {
    max-width: 426px;
    width: 48%;
    margin: 0;
    min-width: 336px;
  }
}
.p-recruit__company--link .--list li a {
  font-size: 16px;
  color: #B4333C;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 100%;
  padding: 22px 5px 18px;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--link .--list li a {
    font-size: 18px;
    padding: 28px 5px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link .--list li a {
    font-size: 24px;
    padding: 33px 5px;
    padding-left: 32px;
  }
}
.p-recruit__company--link .--list li a::before {
  content: "";
  background-image: url(/assets/images/recruit/company/fukidashi_01_sp.png);
  width: 200px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: -30px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link .--list li a::before {
    width: 228px;
    height: 68px;
    left: -22px;
    top: -38px;
    background-image: url(/assets/images/recruit/company/fukidashi_01.png);
  }
}
.p-recruit__company--link .--list li a::after {
  content: "";
  background-image: url(/assets/images/recruit/company/arrow_red2.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  left: 26px;
  top: 55%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--link .--list li a::after {
    width: 16px;
    height: 10px;
    left: 28px;
    top: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link .--list li a::after {
    width: 20px;
    height: 12px;
  }
}
.p-recruit__company--link .--list li a:hover {
  background-color: #B4333C;
  color: #fff;
}
.p-recruit__company--link .--list li a:hover::after {
  background-image: url(/assets/images/recruit/company/arrow_white.svg);
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link .--list li:last-of-type a {
    padding-left: 28px;
  }
}
.p-recruit__company--link .--list li:last-of-type a::before {
  background-image: url(/assets/images/recruit/company/fukidashi_02_sp.png);
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link .--list li:last-of-type a::before {
    background-image: url(/assets/images/recruit/company/fukidashi_02.png);
  }
}
.p-recruit__company--link .--list li:last-of-type a::after {
  left: 105px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link .--list li:last-of-type a::after {
    left: 143px;
  }
}
.p-recruit__company--link h2 {
  display: inline-block;
  font-size: 24px;
  position: relative;
  color: #fff;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--link h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.p-recruit__company--link h2::before, .p-recruit__company--link h2::after {
  content: "";
  width: 2px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  left: -40px;
  bottom: -3px;
  transform: rotate(-27deg);
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link h2::before, .p-recruit__company--link h2::after {
    height: 85px;
    left: -65px;
    bottom: -10px;
    transform: rotate(-38deg);
  }
}
.p-recruit__company--link h2::after {
  left: auto;
  right: -40px;
  transform: rotate(27deg);
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link h2::after {
    left: auto;
    right: -65px;
    transform: rotate(38deg);
  }
}
.p-recruit__company--link .-copyTxt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 2.08;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--link .-copyTxt {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--link .-copyTxt {
    font-size: 24px;
  }
}
.p-recruit__company--number {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number {
    padding-top: 135px;
    padding-bottom: 130px;
  }
}
.p-recruit__company--number .--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .--list {
    gap: 55px 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number .--list {
    gap: 65px 0;
  }
}
.p-recruit__company--number .-item {
  max-width: 410px;
  width: 46%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number .-item {
    width: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number .-item.-w410 {
    max-width: 410px;
  }
}
.p-recruit__company--number .-item .-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item .-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number .-item .-ttl {
    font-size: 24px;
  }
}
.p-recruit__company--number .-item img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 7px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item img {
    max-width: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number .-item img {
    max-width: 180px;
  }
}
.p-recruit__company--number .-item img.-m41 {
  margin-top: 41px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item img.-m41 {
    margin-top: 0;
  }
}
.p-recruit__company--number .-item .-box {
  margin-bottom: 15px;
}
.p-recruit__company--number .-item .-box .-num {
  font-family: "Lexend", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #B4333C;
  line-height: 1.25;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item .-box .-num {
    font-size: 38px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number .-item .-box .-num {
    font-size: clamp(48px, 4.7vw, 60px);
  }
}
.p-recruit__company--number .-item .-box .-num.-m13 {
  margin-top: 13px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item .-box .-num.-m13 {
    margin-top: 0;
  }
}
.p-recruit__company--number .-item .-box .-num.-fs30 {
  font-size: 24px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number .-item .-box .-num.-fs30 {
    font-size: 30px;
  }
}
.p-recruit__company--number .-item .-box .-num .-fs24 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
  padding-left: 5px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item .-box .-num .-fs24 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--number .-item .-box .-num .-fs24 {
    font-size: 24px;
  }
}
.p-recruit__company--number .-item .-box .-num .-fs24.-pr {
  padding-left: 0;
  padding-right: 12px;
}
.p-recruit__company--number .-item .-box .-num .-fs16 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
  padding-left: 2px;
  font-weight: 700;
}
.p-recruit__company--number .-item .-box .-num .-fs16.-pr {
  padding-left: 0;
  padding-right: 5px;
}
.p-recruit__company--number .-item .-box.-flex {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.p-recruit__company--number .-item .-box.-flex.-gap {
  flex-wrap: wrap;
  gap: 2px 10px;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item .-box.-flex.-gap {
    margin-top: 20px;
  }
}
.p-recruit__company--number .-item .-txt {
  line-height: 1.8125;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--number .-item .-txt {
    text-align: center;
    font-size: clamp(15px, 1.4vw, 16px);
  }
}
.p-recruit__company--number .-item .-red {
  color: #B4333C;
}
.p-recruit__company--benefit {
  background-color: #F8F8F8;
  text-align: center;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit {
    padding-bottom: 120px;
  }
}
.p-recruit__company--benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #F8F8F8;
  background-image: url(/assets/images/recruit/dots_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  background-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.p-recruit__company--benefit .-secTtl {
  background-color: #B4333C;
  padding: 9.2% 0 20px;
  text-align: center;
  position: relative;
  text-align: center;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-secTtl {
    padding-bottom: 40px;
  }
}
.p-recruit__company--benefit .-secTtl h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-secTtl h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-secTtl h2 {
    font-size: 40px;
  }
}
.p-recruit__company--benefit .-secTtl h2::before, .p-recruit__company--benefit .-secTtl h2::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: -40px;
  bottom: -3px;
  transform: rotate(-27deg);
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-secTtl h2::before, .p-recruit__company--benefit .-secTtl h2::after {
    height: 88px;
    left: -75px;
    bottom: -10px;
    transform: rotate(-40deg);
  }
}
.p-recruit__company--benefit .-secTtl h2::after {
  left: auto;
  right: -40px;
  transform: rotate(27deg);
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-secTtl h2::after {
    left: auto;
    right: -75px;
    transform: rotate(40deg);
  }
}
.p-recruit__company--benefit .-benefitNum {
  font-size: 28px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  color: #B4333C;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-benefitNum {
    font-size: 48px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-benefitNum {
    font-size: 67px;
    margin-bottom: 20px;
    margin-top: 120px;
  }
}
.p-recruit__company--benefit .-benefitTtl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #B4333C;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-benefitTtl {
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-benefitTtl {
    font-size: 40px;
  }
}
.p-recruit__company--benefit .-whiteBox {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox {
    margin-top: 65px;
    border-radius: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-whiteBox {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.p-recruit__company--benefit .-whiteBox::before {
  content: "";
  background-image: url(/assets/images/recruit/company/arrow_red.svg);
  width: 60px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox::before {
    width: 80px;
    height: 42px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-whiteBox::before {
    width: 116px;
    height: 60px;
    top: -30px;
  }
}
.p-recruit__company--benefit .-whiteBox .-icon {
  max-width: 140px;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox .-icon {
    max-width: 160px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-whiteBox .-icon {
    max-width: 220px;
    margin: 0 auto 20px;
  }
}
.p-recruit__company--benefit .-whiteBox h4 {
  font-size: 24px;
  font-weight: 700;
  color: #B4333C;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox h4 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-whiteBox h4 {
    font-size: 40px;
  }
}
.p-recruit__company--benefit .-whiteBox .-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox .-flex {
    flex-direction: row;
  }
}
.p-recruit__company--benefit .-whiteBox .-flex figure {
  width: 100%;
  max-width: 120px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox .-flex figure {
    width: 25%;
    max-width: none;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-whiteBox .-flex figure.-pl45 {
    padding-left: 45px;
  }
  .p-recruit__company--benefit .-whiteBox .-flex figure.-pl20 {
    padding-left: 20px;
  }
  .p-recruit__company--benefit .-whiteBox .-flex figure.-pl35 {
    padding-left: 35px;
  }
  .p-recruit__company--benefit .-whiteBox .-flex figure.-pl50 {
    padding-left: 50px;
  }
  .p-recruit__company--benefit .-whiteBox .-flex figure.-w250 img {
    max-width: 251px;
  }
  .p-recruit__company--benefit .-whiteBox .-flex figure.-w255 img {
    max-width: 256px;
  }
  .p-recruit__company--benefit .-whiteBox .-flex figure.-w280 img {
    max-width: 280px;
  }
  .p-recruit__company--benefit .-whiteBox .-flex figure.-w220 img {
    max-width: 221px;
  }
  .p-recruit__company--benefit .-whiteBox .-flex figure.-w215 img {
    max-width: 212px;
  }
}
.p-recruit__company--benefit .-whiteBox .-flex .-txtBox {
  max-width: 830px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox .-flex .-txtBox {
    width: 70%;
  }
}
.p-recruit__company--benefit .-whiteBox .-flex .-txtBox h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox .-flex .-txtBox h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-recruit__company--benefit .-whiteBox .-flex .-txtBox .-txt {
  line-height: 1.8125;
}
.p-recruit__company--benefit .-whiteBox .-flex .-txtBox .-yellowList {
  background-color: #FFF8E5;
  margin-top: 30px;
  padding: 20px 15px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-whiteBox .-flex .-txtBox .-yellowList {
    margin-top: 48px;
    padding: 35px 55px 35px 40px;
  }
}
.p-recruit__company--benefit .-whiteBox .-flex .-txtBox .-yellowList li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-whiteBox .-flex .-txtBox .-yellowList li {
    font-size: 20px;
  }
}
.p-recruit__company--benefit .-whiteBox .-flex .-txtBox .-yellowList li::before {
  content: "●";
  font-size: 16px;
  font-weight: 500;
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .p-recruit__company--benefit .-whiteBox .-flex .-txtBox .-yellowList li::before {
    font-size: 20px;
  }
}
.p-recruit__company--benefit .-whiteBox .-boundary {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 3px;
  background-color: #F3F3F3;
}
@media screen and (min-width: 600px) {
  .p-recruit__company--benefit .-whiteBox .-boundary {
    margin-top: 75px;
    margin-bottom: 80px;
  }
}

/* # =================================================================
 * # Utility
 * # ================================================================= */
.spNone {
  display: none;
}
@media screen and (min-width: 1025px) {
  .spNone {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .pcNone {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .tabNone {
    display: none;
  }
}

.tabBlock {
  display: none;
}
@media screen and (min-width: 600px) {
  .tabBlock {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .pcmNone {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .pcmNoneIm {
    display: none !important;
  }
}

/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr0 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* !Txt ------------------------------------------------------------------ */
.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.fwB {
  font-weight: 700;
}
