:where(body) {
  --content-max-width: 965px;
  --content-width--pc: min(calc(100% - 8%), 965px);
  --content-width--sp: min(calc(100% - 8%), calc(100% - 3rem));
  --transition-fast: 0.2s;
  /* color */
  --color-red1: #FA000F;
  --color-red1-20: #FFCBCE;
  --color-red1-40: #7D0008;
  --color-red2: #CC0000;
  --color-gray1: #F4F4F4;
  --color-gray2: #D9D9D9;
  --color-gray5: #4D4D4D;
  --color-gray6: #222222;
  --color-white: #fff;
  --color-black: #0C0C0C;
  --border-radius-base: 8px;
  --font-jp: "Noto Sans JP", sans-serif;
  --fz-h3: calc(22 / 16 * 1rem);
  --fz-h5: calc(17 / 16 * 1rem);
  --fz-h6: calc(16 / 16 * 1rem);
  --fz-p: calc(15 / 16 * 1rem);
  --fz-pc_h1: calc(44 / 16 * 1rem);
  --fz-sp_h1: calc(30 / 16 * 1rem);
  --fz-pcsp_sub: calc(14 / 16 * 1rem);
}
@media screen and (min-width: 768px) {
  :where(body) {
    --fz-h3: calc(26 / 16 * 1rem);
    --fz-h5: calc(18 / 16 * 1rem);
    --fz-p: 1rem;
    --border-radius-base: 16px;
  }
}

/*!
global > mixin
------------------------------
*/
.p_recruting {
  overflow: clip;
}
.p_recruting .c_mv03::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f4f4f4));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f4f4f4 100%);
}
.p_recruting .c_mv03 #TopicPath ul {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_recruting .c_mv03 #TopicPath ul {
    padding-top: 19px;
    padding-bottom: 23px;
  }
}
.p_recruting .c_mv03__contentarea {
  bottom: -85px;
  width: 239px;
  aspect-ratio: 239/183;
}
@media screen and (min-width: 768px) {
  .p_recruting .c_mv03__contentarea {
    bottom: -47px;
    width: 342px;
    aspect-ratio: 342/336;
    right: calc(71.3% + clamp(-13.75rem, 39.4932935917vw + -32.7314642325rem, 2.8125rem));
  }
}
.p_recruting .c_mv03__imgarea img {
  -o-object-position: top left;
     object-position: top left;
}
.p_recruting .c_mv03__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_recruting .c_mv03__ttl {
    position: relative;
    top: 2px;
  }
}
.p_recruting .c_mv03__ttl .sub {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_recruting .c_mv03__ttl .sub {
    top: -4px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
.p_recruting .anchorarea {
  padding-top: 31px;
  padding-bottom: 64px;
  background-color: var(--color-gray1);
}
@media screen and (min-width: 768px) {
  .p_recruting .anchorarea {
    margin-top: -1px;
    padding-top: 10px;
    padding-bottom: 100px;
  }
}
.p_recruting .anchorarea__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_recruting .anchorarea .anchor {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .p_recruting .anchorarea .anchor {
    padding: 18px clamp(1.25rem, 3.7257824143vw + -0.5407041729rem, 2.8125rem);
    background-color: var(--color-white);
  }
}
.p_recruting .anchorarea .anchor__child {
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p_recruting .anchorarea .anchor__child:last-child {
    position: relative;
    left: clamp(0rem, 35vw + -30.625rem, 0.875rem);
  }
}
.p_recruting .ttl {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_recruting .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
}
.p_recruting .application {
  padding-bottom: 80px;
  background-color: var(--color-gray1);
}
@media screen and (min-width: 768px) {
  .p_recruting .application {
    padding-bottom: 102px;
  }
}
.p_recruting .application .ttl {
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .p_recruting .application .ttl {
    margin-bottom: 54px;
  }
}
.p_recruting .application__main {
  padding: 32px 20px 33px;
  background-color: var(--color-white);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p_recruting .application__main {
    padding: 32px 64px 30px;
  }
}
.p_recruting .application__tbl_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 17px 0 15px;
  border-bottom: 1px solid var(--color-gray2);
}
@media screen and (min-width: 768px) {
  .p_recruting .application__tbl_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    min-height: 79px;
    padding: 16px;
  }
}
.p_recruting .application__tbl_row:last-child {
  border-bottom: none;
}
.p_recruting .application__tbl_head {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p_recruting .application__tbl_head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 136px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.p_recruting .application__tbl_body {
  width: 100%;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .p_recruting .application__tbl_body {
    margin-top: 0;
  }
}
.p_recruting .application__tbl_txt {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_recruting .application__tbl_txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.p_recruting .application__tbl_note {
  margin-top: 4px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.p_recruting .application__tbl_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  margin-top: 4px;
  color: var(--color-red2);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_recruting .application__tbl_link {
    margin-top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .p_recruting .application__tbl_link:hover {
    opacity: 0.8;
  }
  .p_recruting .application__tbl_link:hover i::before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .p_recruting .application__tbl_link:hover i::after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: var(--transition-fast);
            animation-delay: var(--transition-fast);
  }
}
.p_recruting .application__tbl_link i {
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: 4px;
  overflow: hidden;
}
.p_recruting .application__tbl_link i::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-red2);
  -webkit-mask-image: url("../images/common/icon_arrow_right.svg");
          mask-image: url("../images/common/icon_arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.p_recruting .application__tbl_link i::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: var(--color-red2);
  -webkit-mask-image: url("../images/common/icon_arrow_right.svg");
          mask-image: url("../images/common/icon_arrow_right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.p_recruting .process {
  padding: 64px 0 82px;
}
@media screen and (min-width: 768px) {
  .p_recruting .process {
    padding: 80px 0 100px;
  }
}
.p_recruting .process .ttl {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p_recruting .process .ttl {
    margin-bottom: 5px;
  }
}
.p_recruting .process__intro {
  margin-bottom: 48px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_recruting .process__intro {
    margin-bottom: 65px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .p_recruting .process__list {
    max-width: 600px;
    margin: 0 auto;
  }
}
.p_recruting .process__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 20px 19px;
  background-color: var(--color-gray1);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p_recruting .process__item {
    min-height: 80px;
    padding: 18px 42px 21px;
  }
}
.p_recruting .process__item:not(:last-child) {
  margin-bottom: 32px;
}
.p_recruting .process__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 17px 12px 0 12px;
  border-color: var(--color-red1) transparent transparent transparent;
  opacity: 0.2;
}
.p_recruting .process__item_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-red1);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p_recruting .process__item_head {
    top: 2px;
  }
}
.p_recruting .process__item_num img {
  width: 36px;
}
.p_recruting .process__item_num img.numb01 {
  width: 27px;
}
.p_recruting .process__item_ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p_recruting .process__item_ttl {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.p_recruting .process__item_txt {
  margin-top: 3px;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.p_recruting .process__item_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--color-red2);
}
@media screen and (min-width: 768px) {
  .p_recruting .process__item_link:hover i::before {
    -webkit-animation-name: transformAngel1;
            animation-name: transformAngel1;
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .p_recruting .process__item_link:hover i::after {
    -webkit-animation-name: transformAngel2;
            animation-name: transformAngel2;
    -webkit-animation-delay: var(--transition-fast);
            animation-delay: var(--transition-fast);
  }
}
.p_recruting .process__item_link i {
  display: inline-block;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
.p_recruting .process__item_link i::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-red2);
  -webkit-mask: url("../images/common/icon_arrow_angle.svg");
          mask: url("../images/common/icon_arrow_angle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.p_recruting .process__item_link i::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color-red2);
  -webkit-mask: url("../images/common/icon_arrow_angle.svg");
          mask: url("../images/common/icon_arrow_angle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
}
.p_recruting .profile {
  padding: 64px 0 79px;
  background-color: var(--color-gray1);
}
@media screen and (min-width: 768px) {
  .p_recruting .profile {
    padding: 80px 0 101px;
  }
}
.p_recruting .profile .ttl {
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .p_recruting .profile .ttl {
    margin-bottom: 54px;
  }
}
.p_recruting .profile__main {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p_recruting .profile__main {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px 22px;
  }
}
.p_recruting .profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  background-color: var(--color-white);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p_recruting .profile__item {
    padding: 24px 24px 29px;
  }
}
.p_recruting .profile__item_icon {
  width: 64px;
  margin-bottom: 6px;
}
.p_recruting .profile__item_icon img {
  width: 100%;
}
.p_recruting .profile__item_ttl {
  margin-bottom: 7px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_recruting .profile__item_ttl {
    margin-bottom: 9px;
  }
}
.p_recruting .profile__item_txt {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_recruting .profile__item_txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.p_recruting .faq {
  padding: 64px 0 77px;
}
@media screen and (min-width: 768px) {
  .p_recruting .faq {
    padding: 80px 0 100px;
  }
}
.p_recruting .faq .ttl {
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .p_recruting .faq .ttl {
    margin-bottom: 38px;
  }
}