@charset "UTF-8";
body {
  background-color: #fff;
}

* {
  letter-spacing: 0;
}

a * {
  color: var(--text-color, #30404c);
}

.is-bg {
  background-color: #eef3f7;
}
.is-bg__pb {
  padding-bottom: 12rem;
}

.heading__01 {
  margin-bottom: 16rem;
  --text-color: #e60012;
}
.heading__01 > span {
  display: block;
}
.heading__01--label {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1.1666666667;
}
.heading__01--main {
  margin-top: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 2.4rem;
  opacity: 1;
}
.heading__01.is-sm {
  margin-bottom: 6.4rem;
}
.heading__01.is-sm .heading__01--label {
  font-size: 6.4rem;
}
.heading__02 {
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: 2.6rem;
}
.heading__02.is-border {
  padding-bottom: 1rem;
  border-bottom: 3px solid #e60012;
}
.heading__03 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 1;
}
.heading__03--main {
  color: var(--text-color, #e60012);
  font-weight: 600;
}
.heading__04 {
  --text-color: #e60012;
}
.heading__04 > span {
  display: block;
}
.heading__04--label {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1666666667;
}
.heading__04--main {
  margin-top: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1.3;
  opacity: 1;
}
.heading__lead {
  margin-bottom: 4.8rem;
  text-align: center;
}
.heading__lead p {
  letter-spacing: 0.2em;
  line-height: 2.25;
}

.recruit {
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.recruit .js-bg__layer {
  background-color: rgba(48, 64, 76, 0.5);
}
.recruit__main {
  padding-top: 0;
}
.recruit .main__block {
  margin-bottom: 0;
  padding-top: 16rem;
}
.recruit__block {
  padding: 10rem 8.8rem;
  border-radius: 6.4rem;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(1.2rem);
          backdrop-filter: blur(1.2rem);
}
.recruit__block + .recruit__block {
  margin-top: 4.8rem;
}
.recruit .btn__01 {
  width: 26.4rem;
  height: 5.6rem;
  padding: 0 1.2rem 0 2.4rem;
  border-radius: 1rem;
}
.recruit .btn__01 .arrow {
  margin-left: auto;
}
.recruit .btn__01 .text-jp {
  font-size: 1.6rem;
}
.recruit .btn__01.light {
  background-color: #fff;
}
.recruit .btn__01.gray {
  background-color: #eef3f7;
}
.recruit .btn__01.gray .label {
  color: #30404c;
}
.recruit .btn__01:not(.light) {
  background-color: #e60012;
}
.recruit .btn__01:not(.light) .label {
  color: #fff;
}
.recruit .btn__01:not(.light) .arrow {
  background-color: #fff;
}
.recruit .btn__01:not(.light) .arrow::before, .recruit .btn__01:not(.light) .arrow::after {
  border-top-color: #e60012;
  border-right-color: #e60012;
}
.recruit .btn__top .arrow-01 {
  background-color: #e60012 !important;
}
.recruit-modal {
  border-radius: 4rem;
}
.recruit-modal .modal__content--inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.recruit-modal .modal__content--inner::-webkit-scrollbar {
  display: none;
}
.recruit-modal .modal__close {
  top: 2.8rem;
  right: 2.8rem;
}
.recruit-modal__entry--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-modal__entry--item {
  padding: 6.4rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-modal__entry--item + .recruit-modal__entry--item {
  border-left: 1px solid #cfdde8;
}
.recruit-modal__entry--item dt {
  margin-bottom: 1em;
  color: #e60012;
  text-align: center;
  font-weight: 900;
  font-size: 2.8rem;
}
.recruit-modal__entry .btn__01 {
  width: 31.2rem;
  max-width: 100%;
}
.recruit-modal__entry .btn__01 .label {
  font-weight: 900;
  font-size: 2rem;
}
.recruit__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.recruit__header--inner {
  height: 11rem;
  padding: 2.4rem 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit__header--title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__header--title .logo {
  width: 7.2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.recruit__header--title .logo svg {
  width: 100%;
  height: auto;
}
.recruit__header--title .label {
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 2.6rem;
}
.recruit__header--navi {
  position: fixed;
}
.recruit__header--navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__header--navi a {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.4rem;
}
.recruit__header--navi .link {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.recruit__header--navi .link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e60012;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.recruit__header--navi .link:hover {
  opacity: 0.75;
}
.recruit__header--navi .link.is-active {
  pointer-events: none;
}
.recruit__header--navi .link.is-active::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.recruit__header--navi .link.is-active-down::after {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.recruit__header--navi .link.is-active-up::after {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.recruit__header--navi .entry {
  width: 12rem;
  display: block;
  border-radius: 0.4rem;
  background-color: #e60012;
  text-align: center;
  line-height: 3.2rem;
}
.recruit__header--links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4rem;
}
.recruit__header--link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
.recruit__header--link::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #e60012;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.recruit__header--navi01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__header--btn {
  width: 12.2rem;
  height: 4.8rem;
  margin-left: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.8rem;
  background-color: #e60012;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
}
.recruit__header .header__hamburger.is-open {
  background-color: #e60012;
}
.recruit__header .header__hamburger.is-open .inner > span {
  background-color: #fff;
}
.recruit__header.light:not(.is-open) {
  --text-color: #fff;
}
.recruit__header.light:not(.is-open) .recruit__header--title .logo .logo-group {
  fill: #fff;
}
.recruit__header.light:not(.is-open) .recruit__header--btn {
  background-color: #fff;
  color: #e60012;
}
.recruit__header.light:not(.is-open) .header__hamburger {
  background-color: #fff;
}
.recruit__header.light:not(.is-open) .header__hamburger .inner > span {
  background-color: #e60012;
}
.recruit__headerMenu {
  border-radius: 0 0 6.4rem 6.4rem;
  background-color: #fff;
  --text-color: #30404c;
}
.recruit__headerMenu--inner {
  padding-top: 18.4rem;
  padding-bottom: 6.4rem;
}
.recruit__headerMenu--navi01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit__headerMenu--navi01 li {
  width: calc((100% - 12rem) / 4);
}
.recruit__headerMenu--navi01 .visual {
  overflow: hidden;
  border-radius: 1.2rem;
  aspect-ratio: 298/200;
}
.recruit__headerMenu--navi01 .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__headerMenu--navi01 .title {
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
}
.recruit__headerMenu--navi02 {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit__headerMenu--navi02 li {
  width: calc((100% - 4rem) / 2);
}
.recruit__headerMenu--navi02 .btn__01 {
  width: 100%;
  height: 8rem;
  margin: 0;
}
.recruit__footer {
  padding-top: 6.4rem;
  padding-bottom: 4.8rem;
}
.recruit__footer .main__container {
  max-width: 100%;
}
.recruit__footer--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit__footer--btn {
  width: 50%;
  height: 28rem;
  padding: 5rem 4rem;
  position: relative;
  border-radius: 2rem;
  background-color: #eef3f7;
  color: #e60012;
  --text-color: $primary;
}
.recruit__footer--btn .btn-child {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  background-color: #e60012;
}
.recruit__footer--btn .btn-child.is-wh {
  background-color: white;
}
.recruit__footer--btn.bg-red {
  background-color: #e60012;
  color: white;
  --text-color: white;
}
.recruit__footer--btn .text01 {
  font-size: 6.4rem;
}
.recruit__footer--btn .text02 {
  font-size: 2rem;
}
.recruit__footer--btn .inner {
  display: block;
}
.recruit__footer--entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__footer--entry .text01 {
  font-size: 12rem;
}
.recruit__footer--entry .text02 {
  letter-spacing: 0.1em;
  font-size: 3.2rem;
}
.recruit__footer--entry .line {
  height: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e60012;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.recruit__footer--entry:hover .line {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.recruit__footer--navi01 {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit__footer--title {
  width: 18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
}
.recruit__footer--title .logo {
  width: 10.8rem;
  display: block;
}
.recruit__footer--title .logo img {
  width: 100%;
  height: auto;
}
.recruit__footer--links01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  font-weight: 900;
}
.recruit__footer--navi {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit__footer--navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.recruit__footer--navi a {
  text-decoration: underline;
}
.recruit__footer--copyright {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .pc-ml-8 {
    margin-left: 0.8rem;
  }
  .recruit .btn__01.is-wide {
    width: 36.8rem;
  }
  .recruit__header--links01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
    font-weight: 900;
  }
  .recruit__header--navi {
    padding: 0.8rem 2.4rem 0.8rem 2.4rem;
    bottom: 6.4rem;
    left: 50%;
    z-index: -1;
    border-radius: 0.8rem;
    background-color: #fff;
    -webkit-box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .recruit__headerMenu {
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .heading__01 {
    margin-bottom: 8rem;
  }
  .heading__01--label {
    font-size: 4.8rem;
  }
  .heading__01--main {
    font-size: 1.6rem;
  }
  .heading__01.is-sm {
    margin-bottom: 3.2rem;
  }
  .heading__01.is-sm .heading__01--label {
    font-size: 3.2rem;
  }
  .heading__04--label {
    font-size: 1.2rem;
  }
  .heading__04--main {
    font-size: 3.2rem;
  }
  .recruit .main__block {
    padding-top: 8rem;
  }
  .recruit__block {
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 4.8rem 2rem;
    border-radius: 3.2rem;
  }
  .recruit__block + .recruit__block {
    margin-top: 2.8rem;
  }
  .recruit .btn__top {
    bottom: 2rem;
  }
  .recruit__header--inner {
    height: 7.4rem;
    padding: 1.8rem 1.6rem;
  }
  .recruit__header--title {
    gap: 0 2rem;
  }
  .recruit__header--title .logo {
    width: 4.8rem;
  }
  .recruit__header--title .label {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .recruit__header--navi {
    width: calc(100% - 6rem);
    padding: 2rem 2rem;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .recruit__header--navi .entry {
    width: 100%;
    -webkit-box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.1);
    line-height: 4rem;
  }
  .recruit__header--links {
    gap: 1rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit__header--navi01 {
    gap: 0.4rem;
  }
  .recruit__header--btn {
    width: 9.6rem;
    height: 4rem;
    margin-left: 0;
    border-radius: 0.4rem;
  }
  .recruit__header .header__hamburger {
    border-radius: 0.4rem;
  }
  .recruit-modal {
    max-width: calc(100% - 4rem);
    border-radius: 0.8rem;
  }
  .recruit-modal .modal__close {
    top: 0.8rem;
    right: 0.8rem;
  }
  .recruit-modal__entry .modal__content--inner {
    padding: 8rem 3.6rem;
  }
  .recruit-modal__entry--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-modal__entry--item {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit-modal__entry--item + .recruit-modal__entry--item {
    margin-top: 4.8rem;
    padding-top: 4.8rem;
    border-top: 1px solid #cfdde8;
    border-left: none;
  }
  .recruit-modal__entry--item dt {
    margin-bottom: 0.5em;
  }
  .recruit__headerMenu {
    border-radius: 0;
  }
  .recruit__headerMenu.is-open {
    height: 100dvh;
  }
  .recruit__headerMenu--inner {
    padding-top: 10rem;
    padding-bottom: 4.8rem;
  }
  .recruit__headerMenu--navi01 {
    gap: 3.2rem 0;
  }
  .recruit__headerMenu--navi01 li {
    width: 100%;
  }
  .recruit__headerMenu--navi01 .visual {
    aspect-ratio: 344/160;
  }
  .recruit__headerMenu--navi02 {
    gap: 1.6rem 0;
  }
  .recruit__headerMenu--navi02 li {
    width: 100%;
  }
  .recruit__headerMenu--navi02 .btn__01 {
    height: 6.4rem;
  }
  .recruit__footer {
    padding-top: 6rem;
  }
  .recruit__footer--btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit__footer--btn {
    width: 100%;
    height: 20rem;
    padding: 3rem;
    border-radius: 1.2rem;
  }
  .recruit__footer--btn .text01 {
    font-size: 3.2rem;
  }
  .recruit__footer--btn .text02 {
    font-size: 2rem;
  }
  .recruit__footer--entry {
    gap: 0 0.8rem;
  }
  .recruit__footer--entry .text01 {
    font-size: 6.4rem;
  }
  .recruit__footer--entry .text02 {
    font-size: 1.6rem;
  }
  .recruit__footer--entry .line {
    height: 2px;
  }
  .recruit__footer--navi01 {
    gap: 5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .recruit__footer--links01 {
    gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit__footer--title {
    width: 12rem;
  }
  .recruit__footer--title .logo {
    width: 8rem;
  }
  .recruit__footer--navi {
    margin-top: 6rem;
    display: block;
  }
  .recruit__footer--navi ul {
    gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.2rem;
  }
  .recruit__footer--copyright {
    margin-top: 2em;
    font-size: 1.2rem;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes slideBackgroundRight {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 154.6rem center;
  }
}
@keyframes slideBackgroundRight {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 154.6rem center;
  }
}
@-webkit-keyframes slideBackgroundLeft {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -154.6rem center;
  }
}
@keyframes slideBackgroundLeft {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -154.6rem center;
  }
}
.recruit__hero {
  width: 100%;
  height: 100dvh;
  position: relative;
  background-color: #e60012;
}
.recruit__hero--main {
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.recruit__hero--main .main__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit__hero--slider {
  width: 100%;
  pointer-events: none;
}
.recruit__hero--slider .swiper {
  overflow: visible;
}
.recruit__hero--slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.recruit__hero--slider .swiper-slide {
  width: 28.2rem;
  aspect-ratio: 282/200;
}
.recruit__hero--slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__hero--slider .flip-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.recruit__hero--slider .flip-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__hero--slider .flip-img img:first-child {
  opacity: 1;
}
.recruit__hero--catch {
  position: relative;
  z-index: 2;
}
.recruit__hero--catch .catch {
  letter-spacing: 0;
  font-weight: 900;
  font-size: 8.8rem;
}
.recruit__hero--catch .catch .kerning {
  margin-right: -0.5em;
  display: inline-block;
}
.recruit__hero--catch .entry {
  width: 12rem;
  position: absolute;
  top: calc(50% - 6rem);
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
  font-size: 2rem;
  aspect-ratio: 1;
  --text-color: #e60012;
}
.recruit__hero--catch .entry::before {
  content: "";
  width: 23.2rem;
  position: absolute;
  top: calc(50% - 11.6rem);
  left: calc(50% - 11.6rem);
  border-radius: 50%;
  background: url(../../images/recruit/top/circle_text01.svg) no-repeat center center/contain;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
  aspect-ratio: 1;
}
.recruit__hero--news {
  width: 100%;
  height: 12rem;
  padding: 0 6.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__hero--news .news-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}
.recruit__hero--news .news-title {
  letter-spacing: 0.1em;
  font-size: 2.4rem;
}
.recruit__hero--news .news-link {
  display: grid;
  grid-template-columns: 10.2rem minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.recruit__hero--news .news-link * {
  letter-spacing: 0;
}
.recruit__hero--news .news-link .date {
  margin-bottom: -0.25em;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
}
.recruit__hero--news .news-link .title {
  letter-spacing: 0.05em;
  font-weight: 500;
}
.recruit__hero--news .news-item-hidden {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.recruit__hero--news .news-item-visible {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.recruit__hero--news .news-toggle-btn {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.recruit__hero--news .news-toggle-btn.expanded::before {
  content: "Close";
}
.recruit__hero--news .news-toggle-btn.expanded .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruit__hero--news .news-toggle-btn:not(.expanded)::before {
  content: "View More";
}
.recruit__lead--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
}
.recruit__lead--text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.recruit__lead--image {
  width: 47.2rem;
}
.recruit__lead--image .image {
  width: 31.2rem;
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 312/460;
}
.recruit__lead--image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__lead--image .img01 {
  position: relative;
  z-index: 2;
}
.recruit__lead--image .img02 {
  margin-top: -24rem;
  margin-left: auto;
}
.recruit__summary {
  margin-bottom: 20rem !important;
}
.recruit__summary--catch {
  width: 100%;
  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;
  --text-color: #e60012;
}
.recruit__summary--catch .text01 {
  display: block;
  overflow: hidden;
  font-weight: 700;
  font-size: 16rem;
  line-height: 1;
}
.recruit__summary--catch .text01.end {
  margin-left: auto;
}
.recruit__summary--catch .text02 {
  width: 62.5rem;
  position: absolute;
  bottom: 5rem;
  left: 0;
  text-align: center;
}
.recruit__summary--catch .text02 span {
  display: block;
  overflow: hidden;
}
.recruit__summary--catch .text02-1 {
  font-weight: 900;
  font-size: 2.4rem;
}
.recruit__summary--catch .text02-1 .inner {
  letter-spacing: 0.2em;
}
.recruit__summary--catch .inner {
  display: inline-block;
  line-height: 1;
}
.recruit__summary--movie {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 2rem 2rem 0;
}
.recruit__summary--movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__summary--text {
  width: 36.8rem;
  margin-top: 9.6rem;
}
.recruit__interview {
  padding-top: 0 !important;
  position: relative;
  overflow: hidden;
  background-color: #e60012;
}
.recruit__interview::before, .recruit__interview::after {
  content: "";
  width: 100%;
  height: 46rem;
  position: absolute;
  left: 0;
  background: url(../../images/recruit/top/interview_bg.svg) repeat-x center center/contain;
  opacity: 0.2;
}
.recruit__interview::before {
  top: -6rem;
  -webkit-animation: slideBackgroundRight 20s linear infinite;
          animation: slideBackgroundRight 20s linear infinite;
}
.recruit__interview::after {
  bottom: -6rem;
  -webkit-animation: slideBackgroundLeft 20s linear infinite;
          animation: slideBackgroundLeft 20s linear infinite;
}
.recruit__interview .main__container {
  padding-top: 27rem;
  padding-bottom: 20rem;
  position: relative;
  z-index: 2;
}
.recruit__interview--title {
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 2.4rem;
}
.recruit__interview--catch {
  font-weight: 900;
  font-size: 12rem;
  line-height: 1.3;
}
.recruit__interview--catch .kerning {
  margin-right: -0.5em;
  display: inline-block;
}
.recruit__interview--sentence {
  margin-top: 4.8rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.recruit__interview--sentence * {
  letter-spacing: 0.1em;
}
.recruit__interview--visual .image {
  position: absolute;
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 2.4rem 2.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2.4rem 2.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 312/404;
}
.recruit__interview--visual .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__interview--visual .img01 {
  width: 20.8rem;
  top: -6rem;
  left: 16rem;
}
.recruit__interview--visual .img02 {
  width: 19rem;
  top: 3.2rem;
  right: 17.4rem;
}
.recruit__interview--visual .img03 {
  width: 26.7rem;
  top: 31.2rem;
  left: -13.4rem;
}
.recruit__interview--visual .img04 {
  width: 31.2rem;
  bottom: -10rem;
  left: 0;
}
.recruit__interview--visual .img05 {
  width: 25.6rem;
  top: 37.4rem;
  right: -19rem;
}
.recruit__interview--visual .img06 {
  width: 25.6rem;
  right: 0;
  bottom: -5.6rem;
}
.recruit__interview--separator {
  width: 100%;
  height: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(230, 0, 18, 0.6)), to(rgba(230, 0, 18, 0)));
  background: linear-gradient(0, rgba(230, 0, 18, 0.6) 0%, rgba(230, 0, 18, 0) 100%);
}

@media screen and (min-width: 769px) {
  .recruit__lead--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit__hero--news {
    height: auto;
  }
  .recruit__hero--news .news-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recruit__hero--news .news-toggle-btn {
    margin-top: 0.5rem;
  }
  .recruit__summary--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.8rem;
  }
  .recruit__summary--movie {
    height: 57.8rem;
    margin-top: -23rem;
    margin-left: calc(50% - 50vw);
  }
}
@media (min-width: 769px) and (min-height: 837px) {
  .recruit__hero--news {
    min-height: 12rem;
    padding: 4.4rem 6.4rem;
    top: calc(100% - 12rem);
    bottom: auto;
    display: block;
    background-color: #e60012;
  }
}
@media (min-width: 769px) and (max-height: 836px) {
  .recruit__hero {
    height: auto;
  }
  .recruit__hero--news {
    padding: 3.2rem 6.4rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .recruit__hero--slider .swiper-slide {
    width: 13.5rem;
  }
  .recruit__hero--catch .catch {
    text-align: center;
    font-size: 6rem;
    line-height: 1.2;
  }
  .recruit__hero--catch .entry {
    width: 8rem;
    top: calc(100% + 9rem);
    right: 2rem;
    font-size: 1.6rem;
  }
  .recruit__hero--catch .entry::before {
    width: 12rem;
    top: calc(50% - 6rem);
    left: calc(50% - 6rem);
  }
  .recruit__lead--text {
    font-size: 1.4rem;
  }
  .recruit__lead--image {
    width: 100%;
    margin-top: 6.4rem;
  }
  .recruit__lead--image .image {
    width: 24rem;
    aspect-ratio: 1;
  }
  .recruit__lead--image .img02 {
    margin-top: -14.7rem;
  }
  .recruit__summary {
    margin-bottom: 10rem !important;
  }
  .recruit__summary--catch .text01 {
    letter-spacing: 0;
    font-size: 5.5rem;
  }
  .recruit__summary--catch .text01.end {
    margin-left: 0;
  }
  .recruit__summary--catch .text02 {
    width: 100%;
    margin-top: 0.5em;
    position: relative;
    bottom: auto;
    text-align: left;
  }
  .recruit__summary--catch .text02-1 {
    font-size: 1.6rem;
  }
  .recruit__summary--catch .text02-1 .inner {
    letter-spacing: 0.1em;
  }
  .recruit__summary--movie {
    margin-top: -5rem;
    margin-right: -2rem;
    margin-left: -2rem;
    border-radius: 2rem;
  }
  .recruit__summary--text {
    width: 100%;
    margin-top: 3.2rem;
  }
  .recruit__summary--text .btn__01 {
    margin-right: auto;
    margin-left: auto;
  }
  .recruit__interview::before, .recruit__interview::after {
    height: 23rem;
    background-size: auto 100%;
  }
  .recruit__interview::before {
    top: 11.4rem;
  }
  .recruit__interview::after {
    bottom: 14.7rem;
  }
  .recruit__interview .main__container {
    padding-top: 18rem;
    padding-bottom: 25rem;
  }
  .recruit__interview--title {
    font-size: 2rem;
  }
  .recruit__interview--catch {
    font-size: 6rem;
  }
  .recruit__interview--sentence {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .recruit__interview--sentence * {
    letter-spacing: 0;
  }
  .recruit__interview--visual .image {
    border-radius: 0.8rem;
    -webkit-box-shadow: 1.2rem 1.2rem 1.2rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1.2rem 1.2rem 1.2rem 0 rgba(0, 0, 0, 0.1);
  }
  .recruit__interview--visual .img01 {
    width: 6.7rem;
    top: 2.8rem;
    left: 10.2rem;
  }
  .recruit__interview--visual .img02 {
    width: 8.2rem;
    top: 6rem;
    right: -1.4rem;
  }
  .recruit__interview--visual .img03 {
    width: 8.6rem;
    top: auto;
    bottom: 10rem;
    left: -0.6rem;
  }
  .recruit__interview--visual .img04 {
    width: 11.6rem;
    bottom: -2.6rem;
    left: 13rem;
  }
  .recruit__interview--visual .img05 {
    width: 8.1rem;
    top: 9rem;
    right: auto;
    left: -0.7rem;
  }
  .recruit__interview--visual .img06 {
    width: 9.6rem;
    right: -1rem;
    bottom: 4.7rem;
  }
  .recruit__interview--separator {
    height: 8.6rem;
  }
}
.text-16 {
  font-size: 1.6rem !important;
}

.chart {
  margin-top: 3.2rem;
}
.chart.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart .num-sm {
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
}

.chart01, .chart02 {
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}

.chart01 {
  background-image: radial-gradient(#fff 53%, transparent 51%), conic-gradient(#e60012 41%, #3c78a1 41% 100%);
}

.chart02 {
  background-image: radial-gradient(#fff 53%, transparent 51%), conic-gradient(#e60012 82%, #3c78a1 82% 100%);
}

.recruit-summary__about.about04 .title01 {
  margin-bottom: 4.8rem;
  display: block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 3.2rem;
}
.recruit-summary__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.recruit-summary__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #eef3f7;
  mix-blend-mode: soft-light;
}
.recruit-summary__bg video {
  width: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit-summary__hero {
  width: 100%;
  height: 100dvh;
}
.recruit-summary__hero .main__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__hero--catch {
  width: 100%;
  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;
  --text-color: #e60012;
}
.recruit-summary__hero--catch .text01 {
  display: block;
  overflow: hidden;
  font-weight: 600;
  font-size: 16rem;
  line-height: 1;
}
.recruit-summary__hero--catch .text01.end {
  margin-left: auto;
}
.recruit-summary__hero--catch .text03 {
  margin-top: 8rem;
}
.recruit-summary__hero--catch .text03 span {
  display: block;
}
.recruit-summary__hero--catch .text03-1 {
  font-weight: 900;
  font-size: 2.4rem;
}
.recruit-summary__hero--catch .text03-2 {
  margin-top: 3.2rem;
  font-weight: 700;
}
.recruit-summary__hero--catch .text02 {
  width: 62.5rem;
  position: absolute;
  bottom: 5rem;
  left: 0;
  text-align: center;
}
.recruit-summary__hero--catch .text02 span {
  display: block;
  overflow: hidden;
}
.recruit-summary__hero--catch .text02-1 {
  letter-spacing: 0.2em;
  font-weight: 900;
  font-size: 2rem;
}
.recruit-summary__hero--catch .text02-2 {
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 1rem;
}
.recruit-summary__hero--catch .inner {
  display: inline-block;
  line-height: 1;
}
.recruit-summary__about--headline .num {
  margin-top: -0.1em;
  display: inline-block;
  font-weight: 600;
  font-size: 12.8rem;
  line-height: 1;
  --text-color: #e60012;
}
.recruit-summary__about--headline .title {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
.recruit-summary__about--headline.is-row .num {
  margin-bottom: 0.35em;
}
.recruit-summary__about .about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-summary__about .about-grid .title {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.recruit-summary__about .about-grid .text {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
}
.recruit-summary__about .about-grid .text li::before {
  content: "";
  width: 0.8rem;
  margin-right: 0.2rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #30404c;
  aspect-ratio: 1;
}
.recruit-summary__about .about-point01 {
  width: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #fff 100%);
  aspect-ratio: 1;
}
.recruit-summary__about .about-point01 .logo {
  margin-bottom: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 3.2rem;
}
.recruit-summary__about .about-point02 {
  width: 52.8rem;
  padding-top: 12rem;
  padding-left: 8rem;
  position: relative;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #fff 100%);
  aspect-ratio: 1;
}
.recruit-summary__about .about-point02 .text {
  max-width: 20rem;
}
.recruit-summary__about .about-point02 .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-summary__about .about-point02 .map {
  width: 57rem;
  position: absolute;
  bottom: 0;
  left: 2rem;
}
.recruit-summary__about .about-point02 .fukidashi {
  padding: 0.5em 1.2em;
  position: absolute;
  top: 3.2rem;
  left: 14.6rem;
  border-radius: 0.8rem;
  background-color: #e60012;
  color: #fff;
}
.recruit-summary__about .about-point02 .fukidashi::before {
  content: "";
  width: 1.2rem;
  position: absolute;
  top: 100%;
  left: calc(50% - 0.6rem);
  background-color: #e60012;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.recruit-summary__about .about-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recruit-summary__about .about-flow li {
  padding-right: 4.4rem;
  padding-left: 3rem;
  position: relative;
}
.recruit-summary__about .about-flow li::before {
  content: "";
  width: calc(100% - 4px);
  height: 4px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  z-index: -1;
  background-color: #e60012;
}
.recruit-summary__about .about-flow li::after {
  content: "";
  width: 2rem;
  position: absolute;
  top: calc(50% - 1rem);
  right: 0;
  background-color: #e60012;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.recruit-summary__about .about-flow span {
  width: 7.8rem;
  padding: 0.2em 0;
  display: block;
  border-radius: 0.8rem;
  background-color: #e60012;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.recruit-summary__about--base {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recruit-summary__about--base .base01 {
  grid-area: 1/3/3/5;
}
.recruit-summary__about--base .base02 {
  grid-area: 2/1/3/2;
}
.recruit-summary__about--base .base03 {
  grid-area: 2/3/3/2;
}
.recruit-summary__about .base-image .visual {
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
}
.recruit-summary__about .base-image .caption {
  margin-top: 1em;
}
.recruit-summary__about .base-image .caption > span {
  display: block;
}
.recruit-summary__about .base-image .caption .label {
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 1.2rem;
}
.recruit-summary__about.about03 .recruit__about--headline {
  margin-bottom: 6.4rem;
}
.recruit-summary__about--data {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 3.2rem;
}
.recruit-summary__about--data .col1 {
  grid-column: auto/span 6;
}
.recruit-summary__about--data .col3 {
  grid-column: auto/span 2;
}
.recruit-summary__about--data .data-box {
  padding: 3.6rem 2.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 0;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6rem;
  background-color: #fff;
  text-align: center;
}
.recruit-summary__about--data .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.6;
}
.recruit-summary__about--data .data {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.recruit-summary__about--data .num {
  margin-top: -0.1em;
  display: inline-block;
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-size: 8.8rem;
  line-height: 1;
}
.recruit-summary__about--data .note {
  font-size: 1.2rem;
}
.recruit-summary__about--data .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  font-size: 2.4rem;
}
.recruit-summary__about--data .text span {
  font-size: 1.6rem;
}
.recruit-summary__about--data .text ul li + li {
  margin-top: 0.5em;
}
.recruit-summary__about--data .chart-image {
  max-width: 84.8rem;
  margin: 0 auto;
  display: block;
}
.recruit-summary__business--system .lead-text {
  margin-bottom: 10rem;
  font-size: 2rem;
}
.recruit-summary__business--system .lead-text p {
  line-height: 1.8;
}
.recruit-summary__business .system-wrapper {
  position: relative;
  z-index: 2;
}
.recruit-summary__business .system-wrapper::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 17rem;
  bottom: 30rem;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#4f82a5), to(rgba(79, 130, 165, 0.2)));
  background: linear-gradient(180deg, #4f82a5 0%, rgba(79, 130, 165, 0.2) 100%);
  opacity: 0.2;
  -webkit-clip-path: polygon(31.8rem 0%, calc(100% - 31.8rem) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(31.8rem 0%, calc(100% - 31.8rem) 0%, 100% 100%, 0% 100%);
}
.recruit-summary__business .system-flow {
  margin-bottom: 16rem;
  padding-top: 6rem;
}
.recruit-summary__business .system-flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__business .system-flow-item > dt {
  width: 100%;
  margin-bottom: 4rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.recruit-summary__business .system-flow-item .fukidashi {
  top: calc(100% - 2.5rem);
  left: calc(50% - 6rem);
}
.recruit-summary__business .system-flow .fukidashi {
  width: 12rem;
  padding: 2rem;
  position: absolute;
  border-radius: 0.8rem;
  background-color: #e60012;
  --text-color: #fff;
}
.recruit-summary__business .system-flow .fukidashi::before {
  content: "";
  width: 1.6rem;
  position: absolute;
  top: -0.8rem;
  left: calc(50% - 0.8rem);
  background-color: #e60012;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.recruit-summary__business .system-flow .fukidashi dt {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1;
}
.recruit-summary__business .system-flow .fukidashi dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
.recruit-summary__business .system-flow .fukidashi .list-dot li + li {
  margin-top: 0;
}
.recruit-summary__business .system-flow .arrow {
  position: relative;
}
.recruit-summary__business .system-flow .arrow .icon {
  width: 100%;
  height: 2rem;
  position: relative;
  display: block;
}
.recruit-summary__business .system-flow .arrow .icon::before {
  content: "";
  width: calc(100% - 4px);
  height: 4px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  z-index: -1;
  background-color: #e60012;
}
.recruit-summary__business .system-flow .arrow .icon::after {
  content: "";
  width: 2rem;
  position: absolute;
  top: calc(50% - 1rem);
  right: 0;
  background-color: #e60012;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.recruit-summary__business .system-flow .arrow .fukidashi {
  margin-top: 3rem;
  top: 100%;
  left: calc(50% - 6rem);
}
.recruit-summary__business .system-overview .title {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
}
.recruit-summary__business .system-overview .title .cross {
  width: 2rem;
  margin-top: 0.25em;
  position: relative;
  display: inline-block;
  aspect-ratio: 1;
}
.recruit-summary__business .system-overview .title .cross::before, .recruit-summary__business .system-overview .title .cross::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #e60012;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.recruit-summary__business .system-overview .title .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.recruit-summary__business .system-overview .sentence p {
  line-height: 1.8;
}
.recruit-summary__business .system-overview .visual {
  margin-top: 6.4rem;
  display: block;
}
.recruit-summary__business--point .headline {
  margin-bottom: 4.8rem;
}
.recruit-summary__business--point .headline .fukidashi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-size: 2.4rem;
}
.recruit-summary__business--point .headline .fukidashi::before, .recruit-summary__business--point .headline .fukidashi::after {
  content: "";
  width: 3px;
  height: 2.4rem;
  display: inline-block;
  background-color: #e60012;
}
.recruit-summary__business--point .headline .fukidashi::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.recruit-summary__business--point .headline .fukidashi::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.recruit-summary__business--point .headline .title {
  display: block;
  letter-spacing: 0.1em;
  font-size: 5rem;
}
.recruit-summary__business--point .headline .title.text-jp {
  letter-spacing: 0.05em;
  font-weight: 900;
  font-size: 4.8rem;
}
.recruit-summary__business--voice .logo {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.recruit-summary__business--voice .voice-item {
  width: 32rem;
  padding: 2rem;
  border-radius: 1.6rem;
  background-color: #e60012;
  font-size: 1.4rem;
  --text-color: #fff;
}
.recruit-summary__business--voice .voice-item::after {
  content: "";
  width: 1.2rem;
  position: absolute;
  background-color: #e60012;
  aspect-ratio: 1;
}
.recruit-summary__business--voice .voice-item p {
  letter-spacing: -0.06em;
}
.recruit-summary__business--voice .voice-item .people {
  width: 5.6rem;
  position: absolute;
}
.recruit-summary__environment .heading__01 {
  margin-bottom: 6.4rem;
}
.recruit-summary__environment .heading__01--label {
  font-size: 6.4rem;
}
.recruit-summary__environment .heading__01--main {
  margin-top: 0.25em;
}
.recruit-summary__attractive--block {
  display: grid;
  gap: 0 10rem;
  grid-template-columns: 49.6rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__attractive--block + .recruit-summary__attractive--block {
  margin-top: 2.4rem;
}
.recruit-summary__attractive--content {
  padding: 4.4rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
.recruit-summary__attractive--content p {
  font-weight: 500;
}
.recruit-summary__attractive--content .list-note {
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.2rem;
}
.recruit-summary__attractive--content .image {
  margin-top: 1em;
}
.recruit-summary__attractive .num {
  margin-bottom: 7.2rem;
  display: block;
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  --text-color: #e60012;
}
.recruit-summary__attractive .num::before {
  content: "(";
}
.recruit-summary__attractive .num::after {
  content: ")";
}
.recruit-summary__attractive .title {
  margin-bottom: 7.2rem;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  --text-color: #e60012;
}
.recruit-summary__attractive .point {
  margin-top: 4.8rem;
}
.recruit-summary__attractive .point dt {
  width: 7rem;
  margin-bottom: 0.75em;
  border-radius: 1.2rem;
  background-color: #e60012;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  line-height: 2.4rem;
  --text-color: #fff;
}
.recruit-summary__attractive .point dd {
  --text-color: #e60012;
}
.recruit-summary__attractive .point dd p {
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.6;
}
.recruit-summary__job--lead {
  margin-bottom: 8rem;
  font-size: 2rem;
}
.recruit-summary__job--lead p {
  line-height: 1.8;
}
.recruit-summary__job--step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-summary__job--step li {
  width: 23.2rem;
}
.recruit-summary__job--step li + li .job-type::before {
  content: "";
  width: 4rem;
  position: absolute;
  top: calc(50% - 2rem);
  right: calc(100% + 2.4rem + 1.8rem);
  background: url(../../images/recruit/summary/cross.svg) no-repeat center/contain;
  aspect-ratio: 1;
}
.recruit-summary__job--step .sentence {
  margin-top: 3.2rem;
}
.recruit-summary__job--step .sentence p {
  font-weight: 500;
  line-height: 1.6;
}
.recruit-summary__job .job-type {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2.4rem solid var(--theme-color, #ccc);
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  aspect-ratio: 1;
}
.recruit-summary__job .job-type * {
  color: var(--theme-color);
}
.recruit-summary__job .job-type .name {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.recruit-summary__job .job-type .name span {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
.recruit-summary__job .job-type .label {
  margin-top: 2rem;
  padding: 0 1em;
  border-radius: 1.3rem;
  background-color: var(--theme-color, #ccc);
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.recruit-summary__job .type01 {
  --theme-color: #f9525f;
}
.recruit-summary__job .type02 {
  --theme-color: #36b6c4;
}
.recruit-summary__job .type03 {
  --theme-color: #278bd0;
}
.recruit-summary__job--flow {
  margin-top: 8rem;
}
.recruit-summary__job--flow .lead {
  font-size: 2.4rem;
}
.recruit-summary__job--flow .lead p {
  line-height: 1.8;
}
.recruit-summary__job--flow .visual + .lead {
  margin-top: 1em;
}
.recruit-summary__job--flow .lead + .visual {
  margin-top: 6.4rem;
}
.recruit-summary__job--flow .btn__01 {
  width: 49.6rem;
  max-width: 100%;
}
.recruit-summary__job .hr-line {
  margin: 12rem auto;
  border: none;
  border-top: 1px solid #cfdde8;
}
.recruit-summary__case--headline {
  margin-bottom: 12rem;
  display: grid;
  grid-template-columns: auto 68.8rem;
}
.recruit-summary__case--headline .title {
  font-size: 2.4rem;
  line-height: 1.2;
}
.recruit-summary__case--headline .sentence p {
  font-weight: 500;
  line-height: 1.6;
}
.recruit-summary__case--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-summary__case--block + .recruit-summary__case--block {
  margin-top: 8rem;
}
.recruit-summary__case--detail {
  width: 35rem;
}
.recruit-summary__case--detail .headline {
  margin-bottom: 4rem;
  text-align: center;
}
.recruit-summary__case--detail .headline .label {
  margin-bottom: 2rem;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
  background-color: #30404c;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3.2rem;
}
.recruit-summary__case--detail .headline .title {
  letter-spacing: 0.05em;
  font-size: 2rem;
  line-height: 1.6;
}
.recruit-summary__case--detail .visual {
  margin-bottom: 4rem;
}
.recruit-summary__case--detail .visual .inner {
  position: relative;
  display: inline-block;
}
.recruit-summary__case--detail .visual .img-type {
  width: 15.4rem;
  max-width: none;
  position: absolute;
  top: 50%;
  left: calc(100% + 1.2rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit-summary__case--detail .sentence {
  font-weight: 500;
  font-size: 1.4rem;
}
.recruit-summary__case--timeline {
  width: 58.4rem;
  padding: 0 4rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
.recruit-summary__case--timeline.timeline01 {
  --theme-color: #f9525f;
}
.recruit-summary__case--timeline.timeline02 {
  --theme-color: #36b6c4;
}
.recruit-summary__case .timeline-box + .timeline-box {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid #cfdde8;
}
.recruit-summary__case .timeline-box .inner {
  padding-left: 7.2rem;
  position: relative;
}
.recruit-summary__case .timeline-box .year {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.recruit-summary__case .timeline-box .year span {
  font-family: "din-2014", sans-serif;
  font-size: 2.8rem;
}
.recruit-summary__case .timeline-box .tags {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-summary__case .timeline-box .tag {
  padding: 0 0.8rem;
  border-radius: 1rem;
  background-color: var(--theme-color, #ccc);
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}
.recruit-summary__case .timeline-box .tag01 {
  background-color: #278bd0;
}
.recruit-summary__case .timeline-box .tag03 {
  background-color: #36b6c4;
}
.recruit-summary__case .timeline-box .plus {
  width: 0.8rem;
  position: relative;
  aspect-ratio: 1;
}
.recruit-summary__case .timeline-box .plus::before, .recruit-summary__case .timeline-box .plus::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #30404c;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit-summary__case .timeline-box .plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.recruit-summary__case .timeline-box .title {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.recruit-summary__case .timeline-box .sentence {
  font-weight: 500;
  font-size: 1.4rem;
}
.recruit-summary__case .timeline-box .sentence p {
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.recruit-summary__case .timeline-box .sentence .note {
  margin-top: 2em;
  font-size: 1rem;
}
.recruit-summary__support--table {
  margin-top: 6.4rem;
  border-top: 1px solid #cfdde8;
}
.recruit-summary__support--table .inner {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  display: grid;
  grid-template-columns: 17.6rem auto;
  border-bottom: 1px solid #cfdde8;
}
.recruit-summary__support--table dt {
  padding: 0 1em;
  color: #e60012;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.recruit-summary__support--table dd {
  font-weight: 500;
}
.recruit-summary__support--table ul + * {
  margin-top: 0.5em;
  display: block;
}
.recruit-summary__support--table li {
  margin-left: 1em;
  text-indent: -1em;
}
.recruit-summary__support--table li::before {
  content: "・";
}
.recruit-summary__support--table li + li {
  margin-top: 0.5em;
}
.recruit-summary__support--table li small {
  font-size: 1.2rem;
}
.recruit-summary__data {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: repeat(6, 1fr);
}
.recruit-summary__data--card-wrap {
  position: relative;
}
.recruit-summary__data--card-wrap.sp-col1 {
  grid-column: 1/3;
}
.recruit-summary__data--card-wrap.is-active .front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.recruit-summary__data--card-wrap.is-active .back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.recruit-summary__data--card {
  height: 100%;
  padding: 3.6rem 3rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  background-color: #fff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.recruit-summary__data--card.back {
  width: 100%;
  height: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e60012;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  --text-color: #fff;
}
.recruit-summary__data--card.back::after {
  background-color: #fff !important;
  background-image: url("data: image/svg+xml,<svg viewBox='0 0 15 12' xmlns='http://www.w3.org/2000/svg'><g fill='%23E60012'><path d='M10 12V2L15 7L10 12Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6H10V8H4C1.79086 8 0 6.20914 0 4C0 1.79086 1.79086 0 4 0H6V2H4Z'/></g></svg>") !important;
}
.recruit-summary__data--card.back .title {
  margin-bottom: 1em;
}
.recruit-summary__data--card .sentence {
  text-align: left;
}
.recruit-summary__data--card .sentence p {
  line-height: 2;
}
.recruit-summary__data--card .data-list01 {
  text-align: left;
}
.recruit-summary__data--card .data-list01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-summary__data--card .data-list01__item + .data-list01__item {
  margin-top: 2.5rem;
}
.recruit-summary__data--card .data-list01__item dd {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.recruit-summary__data--card .data-list01__item dd::before {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-summary__data--card .data-list01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__data--card .data-list01 dt::before {
  content: "";
  width: 1.2rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.recruit-summary__data--card .data-list01 dd {
  padding-left: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__data--card .data-list01 dd::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px dashed #fff;
}
.recruit-summary__data--card .data-list01 dd + dt {
  margin-top: 2rem;
}
.recruit-summary__data--card .data-list02 {
  display: grid;
  gap: 1.4rem 0.8rem;
  grid-template-columns: auto 1fr;
  text-align: left;
}
.recruit-summary__data--card .data-list02 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__data--card .data-list02 dt::before {
  content: "";
  width: 1.2rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.recruit-summary__data--card .data-list02 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__data--card .data-list02 dd::before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #fff;
}
.recruit-summary__data--card .data-list02 dd .num {
  font-size: 2.4rem;
}
.recruit-summary__data [data-card=link]:hover {
  cursor: pointer;
}
.recruit-summary__data [data-card=link]:hover::before {
  opacity: 1;
  visibility: visible;
}
.recruit-summary__data [data-card=link]::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4rem solid #e60012;
  border-radius: 1.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}
.recruit-summary__data [data-card=link]::after {
  content: "";
  width: 5.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #e60012;
  background-image: url("data: image/svg+xml,<svg viewBox='0 0 15 12' xmlns='http://www.w3.org/2000/svg'><g fill='%23FFF'><path d='M10 12V2L15 7L10 12Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6H10V8H4C1.79086 8 0 6.20914 0 4C0 1.79086 1.79086 0 4 0H6V2H4Z'/></g></svg>");
  background-position: right 1rem bottom 1rem;
  background-size: 1.5rem auto;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.recruit-summary__data .title {
  letter-spacing: 0.1em;
  font-size: 2rem;
  line-height: 1.5;
}
.recruit-summary__data .visual {
  margin: 4.8rem auto;
}
.recruit-summary__data .data-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.recruit-summary__data .data-group .data:nth-child(odd) {
  border-right: 1px solid #cfdde8;
}
.recruit-summary__data .text {
  font-weight: 700;
  font-size: 2.4rem;
  --text-color: #e60012;
}
.recruit-summary__data .text-blue {
  color: #3c78a1;
  --text-color: #3c78a1;
}
.recruit-summary__data .num {
  letter-spacing: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1;
}
.recruit-summary__data .label {
  font-size: 1.8rem;
}
.recruit-summary__data .unit {
  font-size: 3.2rem;
}
.recruit-summary__data .note {
  font-size: 1.2rem;
}
.recruit-summary__data .chart {
  margin: 3.6rem auto 0;
}
.recruit-summary__data .chart-data {
  max-width: 36rem;
  margin: 0 auto;
  display: grid;
  gap: 2.4rem 3.2rem;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__data .chart-data li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__data .chart-data .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__data .chart-data .label-text {
  font-size: 2rem;
}
.recruit-summary__data .chart-data .circle {
  width: 1.6rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  aspect-ratio: 1;
}
.recruit-summary__data .chart-data .num {
  font-size: 2.8rem;
}
.recruit-summary__data .chart-data .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-summary__data .chart-data .unit {
  margin-left: 0.2rem;
  font-size: 1.8rem;
}
.recruit-summary__data .chart-data .unit.text-en {
  font-size: 2rem;
}
.recruit-summary__data .chart-data .line {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #30404c;
}
.recruit-summary__faq {
  border-top: 1px solid #cfdde8;
}
.recruit-summary__faq .inner {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #cfdde8;
}
.recruit-summary__faq dt {
  padding-left: 8.8rem;
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
  --text-color: #e60012;
}
.recruit-summary__faq dt:hover {
  cursor: pointer;
}
.recruit-summary__faq dt::before {
  content: "Q";
  position: absolute;
  top: -0.7rem;
  left: 0;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
}
.recruit-summary__faq dt .icon {
  width: 3.2rem;
  position: absolute;
  top: 0.1rem;
  right: 0;
  border-radius: 50%;
  background-color: #e60012;
  aspect-ratio: 1;
}
.recruit-summary__faq dt .icon::before, .recruit-summary__faq dt .icon::after {
  content: "";
  width: 31.25%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit-summary__faq dt .icon::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.recruit-summary__faq dt.is-active .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.recruit-summary__faq dd {
  margin-top: 3.2rem;
  padding: 0 8.8rem;
  display: none;
}

@media screen and (min-width: 769px) {
  .recruit-summary__about--headline.is-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit-summary__about.about04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8rem;
  }
  .recruit-summary__about.about04 .recruit-summary__about--headline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit-summary__about.about04 .recruit-summary__about--data {
    max-width: 44rem;
    grid-template-columns: 1fr !important;
  }
  .recruit-summary__about.about04 .recruit-summary__about--base {
    display: grid;
    gap: 2rem; /* 任意：間隔をつけたい場合 */
    grid-template-columns: repeat(2, 1fr); /* 横2列 */
    grid-template-rows: auto auto; /* 縦2行 */
  }
  .recruit-summary__about.about04 .base01 {
    grid-column: 1/3; /* 左端から右端まで＝2列分 */
    grid-row: 1;
  }
  .recruit-summary__about.about04 .base02 {
    grid-column: 1;
    grid-row: 2;
  }
  .recruit-summary__about.about04 .base03 {
    grid-column: 2;
    grid-row: 2;
  }
  .recruit-summary__about.about03 .recruit-summary__about--headline {
    margin-bottom: 8rem;
  }
  .recruit-summary__about.about02 .recruit-summary__about--headline {
    max-width: 40.6rem;
    margin-bottom: -25rem;
  }
  .recruit-summary__about.about02 .recruit__about--inner {
    position: relative;
  }
  .recruit-summary__about.about02 .recruit__about--headline {
    position: absolute;
    top: 0;
    left: calc(50% + 10rem);
  }
  .recruit-summary__business .system-flow {
    display: grid;
    gap: 0 1.2rem;
    grid-template-columns: 23.2rem auto 38.4rem auto 23.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit-summary__business .system-flow-item {
    height: 100%;
  }
  .recruit-summary__business--voice .inner {
    width: 48rem;
    margin: 0 auto;
    position: relative;
  }
  .recruit-summary__business--voice .voice-item {
    position: absolute;
  }
  .recruit-summary__business--voice .voice-item.is-eb {
    border-radius: 1.6rem 1.6rem 0 1.6rem;
  }
  .recruit-summary__business--voice .voice-item.is-eb::after {
    bottom: 0;
    left: 100%;
    -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 0 0, 0 100%);
  }
  .recruit-summary__business--voice .voice-item.is-sb {
    border-radius: 1.6rem 1.6rem 1.6rem 0;
  }
  .recruit-summary__business--voice .voice-item.is-sb::after {
    right: 100%;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  .recruit-summary__business--voice .voice-item.is-ec {
    border-radius: 1.6rem 1.6rem;
  }
  .recruit-summary__business--voice .voice-item.is-ec::after {
    top: calc(50% - 0.6rem);
    left: 100%;
    -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 0 0, 0 100%);
  }
  .recruit-summary__business--voice .voice-item.is-sc {
    border-radius: 1.6rem 1.6rem;
  }
  .recruit-summary__business--voice .voice-item.is-sc::after {
    top: calc(50% - 0.6rem);
    right: 100%;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  .recruit-summary__business--voice .voice-item.is-et {
    border-radius: 1.6rem 0 1.6rem 1.6rem;
  }
  .recruit-summary__business--voice .voice-item.is-et::after {
    top: 0;
    left: 100%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .recruit-summary__business--voice .voice-item.is-st {
    border-radius: 0 1.6rem 1.6rem 1.6rem;
  }
  .recruit-summary__business--voice .voice-item.is-st::after {
    top: 0;
    right: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .recruit-summary__business--voice .voice01 {
    right: 34.5rem;
    bottom: 37rem;
  }
  .recruit-summary__business--voice .voice01 .people {
    bottom: -6rem;
    left: calc(100% + 3.2rem);
  }
  .recruit-summary__business--voice .voice02 {
    bottom: 37rem;
    left: 34.5rem;
  }
  .recruit-summary__business--voice .voice02 .people {
    right: calc(100% + 3.2rem);
    bottom: -6rem;
  }
  .recruit-summary__business--voice .voice03 {
    top: 50%;
    right: 43.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit-summary__business--voice .voice03 .people {
    top: 50%;
    left: calc(100% + 4rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit-summary__business--voice .voice04 {
    top: 50%;
    left: 43.2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit-summary__business--voice .voice04 .people {
    top: 50%;
    right: calc(100% + 4rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit-summary__business--voice .voice05 {
    top: 37rem;
    right: 34.5rem;
  }
  .recruit-summary__business--voice .voice05 .people {
    top: -6rem;
    left: calc(100% + 3.2rem);
  }
  .recruit-summary__business--voice .voice05 p {
    letter-spacing: -0.12em;
  }
  .recruit-summary__business--voice .voice06 {
    top: 37rem;
    left: 34.5rem;
  }
  .recruit-summary__business--voice .voice06 .people {
    top: -6rem;
    right: calc(100% + 3.2rem);
  }
  .recruit-summary__data {
    grid-template-columns: repeat(6, 1fr);
  }
  .recruit-summary__data .col2 {
    grid-column: auto/span 3;
  }
  .recruit-summary__data .col3 {
    grid-column: auto/span 2;
  }
}
@media screen and (max-width: 768px) {
  .chart .num-sm {
    font-size: 2.8rem;
  }
  .chart01, .chart02 {
    width: 13rem;
    height: 13rem;
  }
  .recruit-summary__about.about04 .title01 {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
  }
  .recruit-summary__hero--catch {
    display: block;
    text-align: center;
  }
  .recruit-summary__hero--catch .inner {
    letter-spacing: 0;
  }
  .recruit-summary__hero--catch .text03 {
    margin-top: 3.2rem;
  }
  .recruit-summary__hero--catch .text03-1 {
    font-size: 1.8rem;
  }
  .recruit-summary__hero--catch .text03-2 {
    margin-top: 2.4rem;
  }
  .recruit-summary__hero--catch .text01 {
    font-weight: 700;
    font-size: 5.4rem;
    line-height: 1.1;
  }
  .recruit-summary__hero--catch .text02 {
    width: 100%;
    margin-top: 1em;
    position: relative;
    bottom: auto;
  }
  .recruit-summary__hero--catch .text02-1 {
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
  .recruit-summary__hero--catch .text02-2 {
    letter-spacing: 0.12em;
    font-size: 0.8rem;
  }
  .recruit-summary__about--headline {
    margin-bottom: 3.6rem;
    text-align: center;
  }
  .recruit-summary__about--headline .logo {
    margin-bottom: 1.8rem;
  }
  .recruit-summary__about--headline .num {
    margin-bottom: 2rem;
    font-size: 5.6rem;
  }
  .recruit-summary__about--headline .title {
    margin: 0 -0.5em;
    font-size: 1.6rem;
  }
  .recruit-summary__about .about-grid {
    gap: 0.8rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-summary__about .about-grid .title {
    font-size: 1.4rem;
  }
  .recruit-summary__about .about-grid .text {
    font-size: 1rem;
  }
  .recruit-summary__about .about-point01 {
    width: 25.2rem;
  }
  .recruit-summary__about .about-point02 {
    width: calc(100% + 4rem);
    margin-right: -2rem;
    margin-left: -2rem;
    padding-top: 8rem;
    padding-left: 4rem;
  }
  .recruit-summary__about .about-point02 .text {
    max-width: 17rem;
  }
  .recruit-summary__about .about-point02 .map {
    width: 35.5rem;
    bottom: 1rem;
    left: 2rem;
  }
  .recruit-summary__about .about-point02 .fukidashi {
    padding: 0.75em 1.2em;
    top: 1.6rem;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .recruit-summary__about .about-flow {
    gap: 0.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recruit-summary__about .about-flow li {
    padding: 2rem 0 3.5rem;
  }
  .recruit-summary__about .about-flow li::before {
    width: 4px;
    height: calc(100% - 4px);
    top: 0;
    left: calc(50% - 2px);
  }
  .recruit-summary__about .about-flow li::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(50% - 1rem);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .recruit-summary__about .about-flow span {
    width: 6.2rem;
    font-size: 1.6rem;
  }
  .recruit-summary__about--base {
    gap: 3.2rem 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recruit-summary__about--base .base01 {
    grid-area: 1/1/2/3;
  }
  .recruit-summary__about--base .base02 {
    grid-area: 2/1/3/2;
  }
  .recruit-summary__about--base .base03 {
    grid-area: 2/2/3/3;
  }
  .recruit-summary__about .base-image .visual {
    border-radius: 0.8rem;
  }
  .recruit-summary__about .base-image .caption {
    margin-top: 1rem;
  }
  .recruit-summary__about .base-image .caption .title {
    font-size: 1.4rem;
  }
  .recruit-summary__about .base-image .caption .label {
    margin-top: 0.25em;
  }
  .recruit-summary__about.about03 .recruit__about--headline {
    margin-bottom: 3.6rem;
  }
  .recruit-summary__about--data {
    display: block;
  }
  .recruit-summary__about--data .data-box {
    padding: 2.8rem 2.8rem;
    display: block;
  }
  .recruit-summary__about--data .data-box + .data-box {
    margin-top: 1.2rem;
  }
  .recruit-summary__about--data .title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .recruit-summary__about--data .num {
    font-size: 7.2rem;
  }
  .recruit-summary__about--data .note {
    margin-top: 1.6rem;
    font-size: 1rem;
  }
  .recruit-summary__about--data .text {
    font-size: 2rem;
  }
  .recruit-summary__about--data .text span {
    font-size: 1.4rem;
  }
  .recruit-summary__business--system .lead-text {
    margin-bottom: 6.4rem;
    font-size: 1.6rem;
  }
  .recruit-summary__business .system-wrapper::before {
    top: 12rem;
    bottom: 10rem;
    -webkit-clip-path: polygon(9.5rem 0%, calc(100% - 9.5rem) 0%, 100% 100%, 0% 100%);
            clip-path: polygon(9.5rem 0%, calc(100% - 9.5rem) 0%, 100% 100%, 0% 100%);
  }
  .recruit-summary__business .system-flow {
    margin-bottom: 10.8rem;
    padding-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recruit-summary__business .system-flow-item.item01 {
    width: 11.2rem;
  }
  .recruit-summary__business .system-flow-item.item02 {
    width: 14.6rem;
    margin-top: 4.4rem;
    margin-right: -1.7rem;
    margin-left: -1.7rem;
  }
  .recruit-summary__business .system-flow-item.item03 {
    width: 11.2rem;
  }
  .recruit-summary__business .system-flow-item > dt {
    margin-bottom: 1.5em;
    font-size: 1.2rem;
  }
  .recruit-summary__business .system-flow-item .fukidashi {
    top: calc(100% - 1rem);
    left: calc(50% - 4.5rem);
  }
  .recruit-summary__business .system-flow .fukidashi {
    width: 9rem;
    padding: 1.2rem;
  }
  .recruit-summary__business .system-flow .fukidashi dt {
    font-size: 1.4rem;
  }
  .recruit-summary__business .system-flow .fukidashi dd {
    font-size: 1.2rem;
  }
  .recruit-summary__business .system-flow .arrow {
    position: absolute;
  }
  .recruit-summary__business .system-flow .arrow .icon {
    width: 2.8rem;
    height: 1.2rem;
  }
  .recruit-summary__business .system-flow .arrow .icon::before {
    width: calc(100% - 2px);
    height: 2px;
    top: calc(50% - 1px);
  }
  .recruit-summary__business .system-flow .arrow .icon::after {
    width: 1.2rem;
    top: calc(50% - 0.6rem);
  }
  .recruit-summary__business .system-flow .arrow .fukidashi {
    margin-top: 2.4rem;
  }
  .recruit-summary__business .system-flow .arrow01 {
    top: 8.5rem;
    left: 9rem;
  }
  .recruit-summary__business .system-flow .arrow01 .icon {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .recruit-summary__business .system-flow .arrow01 .fukidashi {
    right: 100%;
    left: auto;
  }
  .recruit-summary__business .system-flow .arrow01 .fukidashi::before {
    right: 0;
    left: auto;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
  .recruit-summary__business .system-flow .arrow02 {
    top: 8.5rem;
    right: 9rem;
  }
  .recruit-summary__business .system-flow .arrow02 .icon {
    -webkit-transform: rotate(-210deg);
            transform: rotate(-210deg);
  }
  .recruit-summary__business .system-flow .arrow02 .fukidashi {
    left: 100%;
  }
  .recruit-summary__business .system-flow .arrow02 .fukidashi::before {
    left: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .recruit-summary__business .system-overview .title {
    font-size: 1.6rem;
  }
  .recruit-summary__business .system-overview .sentence {
    margin: 0 -1em;
    font-size: 1.4rem;
  }
  .recruit-summary__business .system-overview .visual {
    margin-top: 5rem;
  }
  .recruit-summary__business .system-overview--list {
    margin-top: 2rem;
    display: grid;
    gap: 1em;
    grid-template-columns: 1fr 1fr;
    counter-reset: count;
    font-size: 1.4rem;
  }
  .recruit-summary__business .system-overview--list li::before {
    content: counter(count, decimal-leading-zero);
    width: 2.4rem;
    margin-right: 0.4rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #30404c;
    color: #fff;
    counter-increment: count;
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.4rem;
    aspect-ratio: 1;
  }
  .recruit-summary__business .system-overview--list li span {
    font-size: 1.2rem;
  }
  .recruit-summary__business--point .headline .fukidashi {
    font-size: 1.6rem;
  }
  .recruit-summary__business--point .headline .fukidashi::before, .recruit-summary__business--point .headline .fukidashi::after {
    height: 1.6rem;
  }
  .recruit-summary__business--point .headline .title {
    font-size: 4rem;
  }
  .recruit-summary__business--point .headline .title.text-jp {
    font-size: 4rem;
  }
  .recruit-summary__business--voice .voice-item {
    width: 23rem;
    padding: 1.6rem 1.2rem;
    position: relative;
    border-radius: 0.8rem;
  }
  .recruit-summary__business--voice .voice-item:nth-of-type(odd) {
    margin-left: 3.6rem;
    border-radius: 0.8rem 0 0.8rem 0.8rem;
  }
  .recruit-summary__business--voice .voice-item:nth-of-type(odd)::after {
    top: 0;
    left: calc(100% - 1px);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
  }
  .recruit-summary__business--voice .voice-item:nth-of-type(odd) .people {
    left: calc(100% + 3rem);
  }
  .recruit-summary__business--voice .voice-item:nth-of-type(even) {
    margin-right: 3.6rem;
    margin-left: auto;
    border-radius: 0 0.8rem 0.8rem 0.8rem;
  }
  .recruit-summary__business--voice .voice-item:nth-of-type(even)::after {
    top: 0;
    right: calc(100% - 1px);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .recruit-summary__business--voice .voice-item:nth-of-type(even) .people {
    right: calc(100% + 3rem);
  }
  .recruit-summary__business--voice .voice-item + .voice-item {
    margin-top: 2.8rem;
  }
  .recruit-summary__business--voice .voice-item p {
    line-height: 1.6;
  }
  .recruit-summary__business--voice .voice-item .people {
    width: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit-summary__business--voice .voice02 .people {
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .recruit-summary__environment .heading__01 {
    margin-bottom: 4rem;
  }
  .recruit-summary__environment .heading__01--label {
    font-size: 3.2rem;
  }
  .recruit-summary__environment .heading__01--main {
    letter-spacing: 0.05em;
  }
  .recruit-summary__attractive--block {
    display: block;
  }
  .recruit-summary__attractive--visual {
    margin-bottom: 2rem;
  }
  .recruit-summary__attractive--content {
    padding: 2.8rem;
    border-radius: 0.8rem;
  }
  .recruit-summary__attractive--content p {
    font-size: 1.4rem;
  }
  .recruit-summary__attractive .num {
    margin-bottom: -0.25em;
  }
  .recruit-summary__attractive .title {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
  .recruit-summary__attractive .point {
    margin-top: 3.2rem;
  }
  .recruit-summary__job--lead {
    margin-bottom: 6.4rem;
    font-size: 1.6rem;
  }
  .recruit-summary__job--step {
    gap: 4.8rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-summary__job--step li {
    width: 100%;
    display: grid;
    gap: 0 1.6rem;
    grid-template-columns: 12.3rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit-summary__job--step li + li .job-type::before {
    width: 2.4rem;
    top: auto;
    right: auto;
    bottom: calc(100% + 2.4rem);
    left: calc(50% - 1.2rem);
  }
  .recruit-summary__job--step .sentence {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .recruit-summary__job--step .sp-label {
    margin-bottom: 0.5em;
    display: block;
    color: var(--theme-color);
    font-size: 1.4rem;
  }
  .recruit-summary__job .job-type {
    border-width: 1.2rem;
  }
  .recruit-summary__job .job-type .name {
    font-size: 2rem;
  }
  .recruit-summary__job .job-type .label {
    margin-top: 0.8rem;
    border-radius: 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .recruit-summary__job--flow {
    margin-top: 4rem;
  }
  .recruit-summary__job--flow .lead {
    margin-right: 2em;
    font-size: 1.6rem;
  }
  .recruit-summary__job--flow .lead + .visual {
    margin-top: 4rem;
  }
  .recruit-summary__job--flow .visual.is-scroll .inner {
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 0 2rem;
    overflow: scroll;
    text-align: center;
  }
  .recruit-summary__job--flow .visual.is-scroll .inner img {
    width: 68rem;
    max-width: none;
  }
  .recruit-summary__job--flow .visual.is-scroll .guide {
    margin-top: 2rem;
  }
  .recruit-summary__job .hr-line {
    margin: 6rem auto;
  }
  .recruit-summary__case--headline {
    display: block;
    text-align: center;
  }
  .recruit-summary__case--headline .title {
    margin-bottom: 3.6rem;
    font-size: 2rem;
  }
  .recruit-summary__case--headline .sentence {
    text-align: left;
    font-size: 1.4rem;
  }
  .recruit-summary__case--block {
    display: block;
  }
  .recruit-summary__case--detail {
    width: 100%;
    margin-bottom: 4.8rem;
  }
  .recruit-summary__case--detail .headline {
    margin-bottom: 2rem;
  }
  .recruit-summary__case--detail .headline .title {
    font-size: 1.8rem;
  }
  .recruit-summary__case--detail .visual {
    margin-bottom: 2rem;
  }
  .recruit-summary__case--detail .visual img {
    max-height: 16.6rem;
  }
  .recruit-summary__case--detail .visual .img-type {
    width: 10.8rem;
    left: 100%;
  }
  .recruit-summary__case--timeline {
    width: 100%;
    padding: 0;
  }
  .recruit-summary__case .timeline-toggle {
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
  }
  .recruit-summary__case .timeline-toggle::after {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: calc(50% - 1rem);
    right: 0.4rem;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .recruit-summary__case .timeline-toggle.is-active::after {
    top: calc(50% - 0.3rem);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .recruit-summary__case .timeline-wrap {
    margin-top: 2.8rem;
    padding-top: 2.8rem;
    border-top: 1px solid #cfdde8;
  }
  .recruit-summary__case .timeline-box .inner {
    padding-left: 0;
  }
  .recruit-summary__case .timeline-box .year {
    top: -0.5rem;
  }
  .recruit-summary__case .timeline-box .tags {
    padding-left: 6.4rem;
  }
  .recruit-summary__support--lead {
    font-size: 1.4rem;
  }
  .recruit-summary__support--table {
    margin-top: 3.6rem;
  }
  .recruit-summary__support--table .inner {
    display: block;
  }
  .recruit-summary__support--table dt {
    margin-bottom: 1em;
    padding: 0;
    font-size: 1.6rem;
  }
  .recruit-summary__support--table dd {
    font-size: 1.4rem;
  }
  .recruit-summary__support--table li small {
    font-size: 1rem;
  }
  .recruit-summary__data {
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .recruit-summary__data--card {
    padding: 2rem 1rem;
    border-radius: 0.8rem;
  }
  .recruit-summary__data--card.sp-col1 {
    grid-column: 1/3;
  }
  .recruit-summary__data--card.back {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .recruit-summary__data--card.back .title {
    margin-bottom: 0.5em;
  }
  .recruit-summary__data--card .sentence {
    font-size: 1.2rem;
  }
  .recruit-summary__data--card .data-list01 {
    font-size: 1.2rem;
  }
  .recruit-summary__data--card .data-list01 dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recruit-summary__data--card .data-list01 dt::before {
    width: 0.8rem;
    margin-top: 0.6rem;
  }
  .recruit-summary__data--card .data-list01 dd {
    padding-left: 1.2rem;
    gap: 0 0.8rem;
  }
  .recruit-summary__data--card .data-list01 dd + dt {
    margin-top: 1rem;
  }
  .recruit-summary__data--card .data-list02 {
    gap: 1rem 0.8rem;
    font-size: 1.2rem;
  }
  .recruit-summary__data--card .data-list02 dt::before {
    width: 0.8rem;
    margin-bottom: -0.2rem;
  }
  .recruit-summary__data--card .data-list02 dd .num {
    font-size: 1.8rem;
  }
  .recruit-summary__data [data-card=link]::after {
    width: 2.4rem;
    background-position: right 0.4rem bottom 0.4rem;
    background-size: 0.75rem auto;
  }
  .recruit-summary__data .title {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .recruit-summary__data .visual {
    width: 6.4rem;
    margin: 2.4rem auto;
  }
  .recruit-summary__data .visual * {
    width: 100%;
    height: 100%;
  }
  .recruit-summary__data .text {
    font-size: 1.2rem;
  }
  .recruit-summary__data .label {
    font-size: 1rem;
  }
  .recruit-summary__data .num {
    font-size: 2.8rem;
  }
  .recruit-summary__data .unit {
    font-size: 1.6rem;
  }
  .recruit-summary__data .note {
    margin-top: 0.75em;
    font-size: 1rem;
  }
  .recruit-summary__data .chart {
    max-width: 26rem;
    margin: 2.4rem auto 0;
  }
  .recruit-summary__faq .inner {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .recruit-summary__faq dt {
    padding-right: 4.4rem;
    padding-left: 5rem;
    font-size: 1.4rem;
  }
  .recruit-summary__faq dt::before {
    top: 0;
    font-size: 3.2rem;
  }
  .recruit-summary__faq dd {
    margin-top: 2.4rem;
    padding: 0;
    font-size: 1.4rem;
  }
  .recruit-summary__faq dd p {
    font-weight: 500;
    line-height: 2;
  }
}
.recruit-interview__hero .recruit__interview--separator {
  height: 12rem;
  top: 0;
  bottom: auto;
  z-index: 8;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.recruit-interview__case {
  padding-bottom: 16rem !important;
  position: relative;
}
.recruit-interview__case::before {
  content: "";
  width: calc(100% - 8rem);
  height: calc(100% - 4rem);
  position: absolute;
  top: 4rem;
  left: 4rem;
  border-radius: 8rem;
  background-color: #eef3f7;
}
.recruit-interview__case .recruit__block {
  max-width: 102.4rem;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.recruit-interview__case--wrap {
  margin-top: 12rem;
  padding-top: 8rem;
  border-top: 1px solid #cfdde8;
}
.recruit-interview__case--lead {
  margin-bottom: 10rem;
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 69.6rem;
}
.recruit-interview__case--lead .lead-title {
  color: #e60012;
  font-size: 2.4rem;
}
.recruit-interview__case--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-interview__case--item {
  width: calc((100% - 4.8rem) / 2);
  padding: 3.2rem 4rem;
  position: relative;
  display: grid;
  gap: 0 3.2rem;
  grid-template-columns: 25.2rem 1fr;
  border-radius: 2rem;
  background-color: #fff;
}
.recruit-interview__case--item .case-text {
  padding-top: 1.6rem;
}
.recruit-interview__case--item .case-header {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-interview__case--item .case-header .num {
  padding: 0.5em 1em;
  border-radius: 1em;
  background-color: #e60012;
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.recruit-interview__case--item .case-header .name {
  color: #e60012;
  font-weight: 700;
}
.recruit-interview__case--item .case-title {
  font-size: 2.4rem;
  line-height: 1.6;
}
.recruit-interview__case--item .case-visual {
  position: relative;
}
.recruit-interview__case--item .case-visual .img-people {
  width: 7.5rem;
}
.recruit-interview__case--item .case-visual .img-chart {
  width: 14rem;
  position: absolute;
  bottom: 10rem;
  left: 8rem;
}
.recruit-interview__case--item .case-arrow {
  width: 3.2rem;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
}
.recruit-interview__modal {
  width: 120rem;
  border-radius: 4rem;
}
.recruit-interview__modal .modal__content--inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.recruit-interview__modal .modal__content--inner::-webkit-scrollbar {
  display: none;
}
.recruit-interview__modal .modal__close {
  top: 2.8rem;
  right: 2.8rem;
}
.recruit-interview__modal--inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 6.4rem 0;
}
.recruit-interview__archive {
  padding-bottom: 16rem !important;
}
.recruit-interview__list {
  display: grid;
  gap: 6rem 4.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.recruit-interview__item {
  position: relative;
}
.recruit-interview__item--link {
  display: block;
}
.recruit-interview__item--link:hover .recruit-interview__item--visual img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recruit-interview__item--visual {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 567/368;
}
.recruit-interview__item--visual::before {
  content: "";
  width: 100%;
  height: 48%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.5;
  pointer-events: none;
}
.recruit-interview__item--visual img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-interview__item--title {
  position: absolute;
  bottom: 2.8rem;
  left: 2.8rem;
  z-index: 2;
  font-size: 2.4rem;
}
.recruit-interview__item--info {
  margin-top: 1.8rem;
  padding: 0 16rem 0 2.8rem;
}
.recruit-interview__item--info .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
}
.recruit-interview__item--info .name-jp {
  font-size: 1.8rem;
}
.recruit-interview__item--info .name-jp.text-en {
  font-size: 3.2rem;
}
.recruit-interview__item--info .name-en {
  margin-left: 1em;
  color: #30404c;
  font-size: 1.2rem;
  opacity: 0.5;
}
.recruit-interview__item--info .name .affiliation {
  font-weight: 500;
}
.recruit-interview__item--info dd {
  margin-top: 0.25em;
  font-size: 2rem;
}
.recruit-interview__item .mod-career-type {
  position: absolute;
  top: 30.6rem;
  right: 2rem;
  z-index: 2;
}
.recruit-interview__single--hero .main__container {
  padding-top: 20rem;
  padding-bottom: 12rem;
}
.recruit-interview__single--hero .catchphrase {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.4;
}
.recruit-interview__single--hero .eyecatch {
  width: 57.4rem;
  z-index: 9;
}
.recruit-interview__single--hero .eyecatch .inner {
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 2.4rem 2.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2.4rem 2.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1.01;
}
.recruit-interview__single--hero .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-interview__single--hero .eyecatch .mod-career-type {
  width: 18rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
}
.recruit-interview__single--hero .eyecatch .mod-career-type .label dt {
  font-size: 2.2rem;
}
.recruit-interview__single--hero .eyecatch .mod-career-type .label dd {
  font-size: 1.3rem;
}
.recruit-interview__single--hero .roop-slider {
  margin: 3.6rem 0;
}
.recruit-interview__single--hero .roop-slider .swiper {
  overflow: visible;
}
.recruit-interview__single--hero .roop-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.recruit-interview__single--hero .roop-slider .swiper-slide {
  width: 28.2rem;
  aspect-ratio: 282/200;
}
.recruit-interview__single--hero .roop-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-interview__single--hero .roop-slider .flip-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.recruit-interview__single--hero .roop-slider .flip-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-interview__single--hero .roop-slider .flip-img img:first-child {
  opacity: 1;
}
.recruit-interview__single--hero .info-block .name {
  font-weight: 700;
  line-height: 1.4;
}
.recruit-interview__single--hero .info-block .name > span {
  display: block;
}
.recruit-interview__single--hero .info-block .name-jp {
  font-size: 2.8rem;
}
.recruit-interview__single--hero .info-block .name-jp.text-en {
  font-size: 6.4rem;
}
.recruit-interview__single--hero .info-block .name-en {
  margin-top: 0.25em;
  font-size: 1.6rem;
}
.recruit-interview__single--hero .info-block dd {
  font-weight: 700;
}
.recruit-interview__single--hero .info-block dd .joining {
  font-size: 2.4rem;
}
.recruit-interview__timeline {
  padding-bottom: 16rem !important;
  position: relative;
}
.recruit-interview__timeline::before {
  content: "";
  width: calc(100% - 8rem);
  height: calc(100% - 4rem);
  position: absolute;
  top: 4rem;
  left: 4rem;
  z-index: -1;
  border-radius: 8rem;
  background-color: #eef3f7;
}
.recruit-interview__timeline .timeline-status {
  width: 100%;
  margin-bottom: 20rem;
  z-index: 9;
}
.recruit-interview__timeline .timeline-status .inner {
  width: 16rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.1;
  aspect-ratio: 1;
}
.recruit-interview__timeline .timeline-status .inner::before {
  content: "";
  width: 24rem;
  position: absolute;
  top: calc(50% - 12rem);
  left: calc(50% - 12rem);
  border-radius: 50%;
  background: url(../../images/recruit/interview/circle_text01.svg) no-repeat center center/contain;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
  aspect-ratio: 1;
}
.recruit-interview__timeline .timeline-status.is-completed .inner {
  background-color: #e60012;
  --text-color: #fff;
}
.recruit-interview__timeline .timeline-status.is-completed .inner::before {
  background-image: url(../../images/recruit/interview/circle_text01-red.svg);
}
.recruit-interview__timeline .timeline-status .inner .mod-career-type {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-interview__timeline .timeline-status .inner .mod-career-type .pie-chart {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  font-weight: 600;
}
.recruit-interview__timeline .timeline-status .inner .mod-career-type .pie-chart svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.recruit-interview__timeline .timeline-status .inner .mod-career-type .label {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}
.recruit-interview__timeline .timeline-status .inner .mod-career-type .label dt {
  display: none;
  color: var(--chart-color);
  font-size: 1.6rem;
  line-height: 1;
}
.recruit-interview__timeline .timeline-status .inner .mod-career-type .label dd {
  margin-top: 0;
  padding-right: 1em;
  padding-left: 1em;
  display: inline-block;
  border-radius: 1.5em;
  background-color: var(--chart-color);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
.recruit-interview__timeline .timeline-wrap {
  margin-bottom: 18rem;
  padding-bottom: 16rem;
  position: relative;
}
.recruit-interview__timeline .timeline-wrap::before {
  content: "";
  width: 2px;
  height: calc(100% + 28rem);
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  z-index: -1;
  background-color: #cfdde8;
}
.recruit-interview__timeline .timeline-dot {
  width: 2.4rem;
  position: absolute;
  position: absolute;
  left: calc(50% - 1.2rem);
  border-radius: 50%;
  background-color: #cfdde8;
  aspect-ratio: 1;
}
.recruit-interview__timeline .timeline-dot.start {
  top: -29.2rem;
}
.recruit-interview__timeline .timeline-dot.end {
  bottom: -1.2rem;
}
.recruit-interview__timeline .timeline-block {
  margin-bottom: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-interview__timeline .timeline-block:nth-child(odd) .timeline-content {
  margin-left: auto;
}
.recruit-interview__timeline .timeline-block:nth-child(odd) .timeline-content .period::before {
  right: calc(100% + 11.6rem);
}
.recruit-interview__timeline .timeline-block:nth-child(odd) .timeline-content .period::after {
  right: 100%;
}
.recruit-interview__timeline .timeline-block:nth-child(even) .timeline-content {
  margin-right: auto;
}
.recruit-interview__timeline .timeline-block:nth-child(even) .timeline-content .period {
  margin-left: auto;
}
.recruit-interview__timeline .timeline-block:nth-child(even) .timeline-content .period::before {
  left: calc(100% + 11.6rem);
}
.recruit-interview__timeline .timeline-block:nth-child(even) .timeline-content .period::after {
  left: 100%;
}
.recruit-interview__timeline .timeline-block:nth-child(even) .timeline-content > .inner::before {
  right: 7.5rem;
  left: auto;
}
.recruit-interview__timeline .timeline-inner {
  width: 47.2rem;
}
.recruit-interview__timeline .timeline-image {
  width: 47.2rem;
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 2.4rem 2.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2.4rem 2.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  aspect-ratio: 472/344;
}
.recruit-interview__timeline .timeline-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-interview__timeline .timeline-content .period {
  width: 17.4rem;
  position: relative;
  border-radius: 2em;
  background-color: #30404c;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  --text-color: #fff;
}
.recruit-interview__timeline .timeline-content .period::before {
  content: "";
  width: 2.4rem;
  position: absolute;
  top: calc(50% - 1.2rem);
  border-radius: 50%;
  background-color: #30404c;
  aspect-ratio: 1;
}
.recruit-interview__timeline .timeline-content .period::after {
  content: "";
  width: 12.8rem;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  border-radius: 1px;
  background-image: linear-gradient(to right, #30404c 0px, #30404c 4px, transparent 4px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.recruit-interview__timeline .timeline-content > .inner {
  margin-top: 4rem;
  padding: 4.8rem 4rem;
  position: relative;
  border-radius: 0.8rem;
  background-color: #fff;
}
.recruit-interview__timeline .timeline-content > .inner::before {
  content: "";
  width: 2.4rem;
  height: 2rem;
  position: absolute;
  bottom: 100%;
  left: 7.5rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.recruit-interview__timeline .timeline-content .turning-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-interview__timeline .timeline-content .turning-point:not(:last-child) {
  margin-bottom: 4.2rem;
}
.recruit-interview__timeline .timeline-content .turning-point dt {
  width: 13rem;
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.4rem;
  background-color: #e60012;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1;
  --text-color: #fff;
}
.recruit-interview__timeline .timeline-content .turning-point dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  --text-color: #e60012;
}
.recruit-interview__timeline .timeline-content .turning-point dd p {
  line-height: 1.6;
}
.recruit-interview__timeline .timeline-content .title {
  margin-bottom: 1.25em;
  font-size: 2.8rem;
}
.recruit-interview__timeline .timeline-content .comment p {
  line-height: 2;
}
.recruit-interview__timeline .timeline-future {
  max-width: 78.4rem;
  margin: 0 auto;
}
.recruit-interview__timeline .timeline-future .visual {
  margin-bottom: 4.8rem;
  overflow: hidden;
  border-radius: 2rem;
  aspect-ratio: 784/480;
}
.recruit-interview__timeline .timeline-future .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-interview__timeline .timeline-future .title {
  margin-bottom: 1em;
  font-size: 2.4rem;
}
.recruit-interview__timeline .timeline-future .comment p {
  line-height: 2;
}

.mod-career-type {
  width: 14rem;
  aspect-ratio: 1;
}
.mod-career-type .pie-chart {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-image: radial-gradient(#fff 56%, transparent 56%), conic-gradient(var(--chart-color01) 0%, var(--chart-color02) 0% 100%);
  font-weight: 600;
  -webkit-animation: pieChartAnimation 1.5s ease-out forwards;
          animation: pieChartAnimation 1.5s ease-out forwards;
}
.mod-career-type .pie-chart svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mod-career-type .label {
  width: 74%;
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
}
.mod-career-type .label dt {
  color: var(--chart-color);
  font-size: 2rem;
  line-height: 1;
}
.mod-career-type .label dd {
  margin-top: 1em;
  padding: 0.2em 0.5em 0.3em;
  display: inline-block;
  border-radius: 2em;
  background-color: var(--chart-color);
  color: #fff;
  letter-spacing: -0.05em;
  font-size: 1.05rem;
}

@-webkit-keyframes pieChartAnimation {
  0% {
    background-image: radial-gradient(#fff 56%, transparent 56%), conic-gradient(var(--chart-color01) 0%, var(--chart-color02) 0% 100%);
  }
  100% {
    background-image: radial-gradient(#fff 56%, transparent 56%), conic-gradient(var(--chart-color01) calc(var(--percent) * 1%), var(--chart-color02) calc(var(--percent) * 1%) 100%);
  }
}

@keyframes pieChartAnimation {
  0% {
    background-image: radial-gradient(#fff 56%, transparent 56%), conic-gradient(var(--chart-color01) 0%, var(--chart-color02) 0% 100%);
  }
  100% {
    background-image: radial-gradient(#fff 56%, transparent 56%), conic-gradient(var(--chart-color01) calc(var(--percent) * 1%), var(--chart-color02) calc(var(--percent) * 1%) 100%);
  }
}
@media screen and (min-width: 1920px) {
  .recruit-interview__archive .main__container {
    max-width: 204rem;
  }
  .recruit-interview__archive .recruit-interview__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .recruit-interview__case--item {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .recruit-interview__case--item:hover {
    background-color: #cfdde8;
  }
  .recruit-interview__single--hero .hero-inner {
    position: relative;
  }
  .recruit-interview__single--hero .eyecatch {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruit-interview__timeline .timeline-block:nth-child(odd) .timeline-image {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .recruit-interview__timeline .timeline-block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .recruit-interview__timeline .timeline-block:nth-child(even) .timeline-image {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .recruit-interview__timeline .timeline-block:nth-child(even) .timeline-image .inner::before {
    right: 7.5rem;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview__case {
    padding-bottom: 10rem !important;
  }
  .recruit-interview__case::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .recruit-interview__case--wrap {
    margin-top: 6.4rem;
    padding-top: 6.4rem;
  }
  .recruit-interview__case--lead {
    margin-bottom: 6.4rem;
    grid-template-columns: 1fr;
  }
  .recruit-interview__case--lead .lead-title {
    text-align: center;
    font-size: 2rem;
  }
  .recruit-interview__case--lead .lead-text {
    margin: 0 -0.1em;
    font-size: 1.4rem;
  }
  .recruit-interview__case--list {
    gap: 2.8rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-interview__case--item {
    width: 100%;
    padding: 1.6rem 2.4rem;
    gap: 0.6rem;
    grid-template-columns: 51% 1fr;
  }
  .recruit-interview__case--item .case-header {
    gap: 0.6rem;
  }
  .recruit-interview__case--item .case-header .num {
    font-size: 1.2rem;
  }
  .recruit-interview__case--item .case-header .name {
    font-size: 1.2rem;
  }
  .recruit-interview__case--item .case-title {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  .recruit-interview__case--item .case-visual .img-people {
    width: 5.2rem;
  }
  .recruit-interview__case--item .case-visual .img-chart {
    width: 12rem;
    bottom: 4.8rem;
    left: 5.2rem;
  }
  .recruit-interview__case--item .case-arrow {
    width: 2.4rem;
    right: 1.6rem;
    bottom: 1.6rem;
  }
  .recruit-interview__modal {
    max-width: calc(100% - 4rem);
    border-radius: 0.8rem;
  }
  .recruit-interview__modal .modal__content--inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .recruit-interview__modal .modal__content--inner::-webkit-scrollbar {
    display: none;
  }
  .recruit-interview__modal .modal__close {
    top: 0.8rem;
    right: 0.8rem;
  }
  .recruit-interview__modal--inner {
    padding: 2.8rem 0;
  }
  .recruit-interview__archive {
    padding-bottom: 8rem !important;
  }
  .recruit-interview__list {
    gap: 4rem 0;
    grid-template-columns: 1fr;
  }
  .recruit-interview__item--visual {
    border-radius: 1.2rem;
  }
  .recruit-interview__item--title {
    bottom: 2rem;
    left: 1.6rem;
    font-size: 1.6rem;
  }
  .recruit-interview__item--info {
    margin-top: 2rem;
    padding: 0 12rem 0 1.6rem;
  }
  .recruit-interview__item--info .name-jp.text-en {
    font-size: 2.4rem;
  }
  .recruit-interview__item--info .name .affiliation {
    font-size: 1rem;
  }
  .recruit-interview__item--info dd {
    font-size: 1.4rem;
  }
  .recruit-interview__item .mod-career-type {
    width: 12rem;
    top: 18.2rem;
    right: 0;
  }
  .recruit-interview__single--hero {
    padding-bottom: 9.4rem !important;
    position: relative;
  }
  .recruit-interview__single--hero .main__container {
    padding-top: 13.8rem;
    padding-bottom: 6.4rem;
  }
  .recruit-interview__single--hero .catchphrase {
    margin-bottom: 3.2rem;
    text-align: center;
    font-size: 2.2rem;
  }
  .recruit-interview__single--hero .eyecatch {
    width: 24.8rem;
    margin: 0 auto;
    position: relative;
  }
  .recruit-interview__single--hero .eyecatch .mod-career-type {
    width: 12rem;
    right: -2.8rem;
    bottom: -2.8rem;
  }
  .recruit-interview__single--hero .eyecatch .mod-career-type .label dd {
    font-size: 0.9rem;
  }
  .recruit-interview__single--hero .roop-slider {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 100%;
  }
  .recruit-interview__single--hero .roop-slider .swiper-slide {
    width: 14rem;
    aspect-ratio: 140/94;
  }
  .recruit-interview__single--hero .info-block {
    width: 24.8rem;
    margin: 2.4rem auto 0;
  }
  .recruit-interview__single--hero .info-block .name-jp.text-en {
    font-size: 2.8rem;
  }
  .recruit-interview__single--hero .info-block dd .affiliation {
    font-size: 1.2rem;
  }
  .recruit-interview__single--hero .info-block dd .joining {
    font-size: 1.6rem;
  }
  .recruit-interview__timeline {
    padding-bottom: 10rem !important;
  }
  .recruit-interview__timeline::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 4rem 4rem;
  }
  .recruit-interview__timeline .timeline-status {
    margin-bottom: 6.4rem;
  }
  .recruit-interview__timeline .timeline-status .inner {
    width: 8rem;
    font-size: 1.4rem;
  }
  .recruit-interview__timeline .timeline-status .inner::before {
    width: 12rem;
    top: calc(50% - 6rem);
    left: calc(50% - 6rem);
  }
  .recruit-interview__timeline .timeline-status .inner .mod-career-type .label dd {
    font-size: 0.8rem;
  }
  .recruit-interview__timeline .timeline-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recruit-interview__timeline .timeline-wrap::before {
    height: calc(100% + 6.4rem);
  }
  .recruit-interview__timeline .timeline-block {
    margin-bottom: 8.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recruit-interview__timeline .timeline-block:nth-child(odd) .timeline-content .period {
    left: 0;
  }
  .recruit-interview__timeline .timeline-block:nth-child(odd) .timeline-content .period::after {
    right: auto;
    left: 100%;
  }
  .recruit-interview__timeline .timeline-block:nth-child(even) .timeline-content .period {
    right: 0;
  }
  .recruit-interview__timeline .timeline-block:nth-child(even) .timeline-content .period::after {
    right: 100%;
    left: auto;
  }
  .recruit-interview__timeline .timeline-inner {
    width: 100%;
  }
  .recruit-interview__timeline .timeline-image {
    width: 28rem;
    margin-top: 4.8rem;
    border-radius: 1.2rem;
  }
  .recruit-interview__timeline .timeline-content {
    position: relative;
  }
  .recruit-interview__timeline .timeline-content .period {
    width: 10.7rem;
    position: absolute;
    top: 2.7rem;
    font-size: 1.2rem;
  }
  .recruit-interview__timeline .timeline-content .period::after {
    width: 6rem;
  }
  .recruit-interview__timeline .timeline-content > .inner {
    padding: 4.8rem 2rem;
  }
  .recruit-interview__timeline .timeline-content > .inner::before {
    left: calc(50% - 1.2rem);
  }
  .recruit-interview__timeline .timeline-content .turning-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit-interview__timeline .timeline-content .turning-point:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .recruit-interview__timeline .timeline-content .turning-point dt {
    width: 20rem;
    height: 3.6rem;
    font-size: 2rem;
  }
  .recruit-interview__timeline .timeline-content .turning-point dt br {
    display: none;
  }
  .recruit-interview__timeline .timeline-content .turning-point dd {
    margin-top: 1em;
    text-align: center;
    font-size: 1.6rem;
  }
  .recruit-interview__timeline .timeline-content .title {
    margin-bottom: 1em;
    text-align: center;
    font-size: 2rem;
  }
  .recruit-interview__timeline .timeline-future .visual {
    margin-bottom: 3.2rem;
    border-radius: 1.2rem;
  }
  .recruit-interview__timeline .timeline-future .title {
    margin-bottom: 1em;
    text-align: center;
    font-size: 2rem;
  }
  .mod-career-type .label dd {
    font-size: 0.9rem;
  }
}
.recruit-requirements__headline {
  margin-bottom: 5rem;
  padding-top: 21rem;
}
.recruit-requirements__slider .swiper {
  overflow: visible;
}
.recruit-requirements__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.recruit-requirements__slider .swiper-slide {
  width: 48.8rem;
  overflow: hidden;
  border-radius: 2rem;
}
.recruit-requirements__contents .main__container {
  padding-top: 12rem;
  padding-bottom: 12rem;
  border-radius: 8rem;
  background-color: #eef3f7;
}
.recruit-requirements__contents .wp-block-group {
  position: relative;
}
.recruit-requirements__contents .wp-block-group__inner-container {
  width: 100%;
  max-width: 88.8rem;
  margin-left: auto;
}
.recruit-requirements__contents .recruit-anchor__nav {
  font-weight: 700;
}
.recruit-requirements__contents .recruit-anchor__nav li + li {
  margin-top: 1em;
}
.recruit-requirements__contents .wp-block-lazyblock-recruit-block + .wp-block-lazyblock-recruit-block {
  margin-top: 12rem;
}
.recruit-requirements__contents .recruit-block__title {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 3.2rem;
  --text-color: #e60012;
}
.recruit-requirements__contents .recruit-item {
  padding: 3.2rem 0;
  border-bottom: 1px solid #cfdde8;
}
.recruit-requirements__contents .recruit-item:first-of-type {
  border-top: 1px solid #cfdde8;
}
.recruit-requirements__contents .recruit-item-title {
  padding-right: 2em;
  font-weight: 700;
}
.recruit-requirements__contents .recruit-item-content * + ul {
  margin-top: 1em;
}
.recruit-requirements__contents .recruit-item-content ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}
.recruit-requirements__contents .recruit-item-content ul li::before {
  content: "";
  width: 0.5em;
  position: absolute;
  top: 0.85em;
  left: 0;
  border-radius: 50%;
  background-color: #e60012;
  aspect-ratio: 1;
}
.recruit-requirements__contents .recruit-item-content ul li + li {
  margin-top: 0.5em;
}
.recruit-requirements__contents .recruit-item-content ul li p:not(:last-child) {
  margin-bottom: 1em;
}
.recruit-requirements__contents .wp-block-buttons {
  margin-top: 12rem;
}
.recruit-requirements__contents .wp-block-button {
  max-width: 100%;
}
.recruit-requirements__contents .wp-block-button__link {
  width: 57.8rem;
  max-width: 100%;
  height: 12rem;
  border-radius: 1.6rem;
  background-color: #e60012;
  font-weight: 700;
  font-size: 3.2rem;
  --text-color: #fff;
}
.recruit-requirements__contents .table-wrap:not(:last-child) {
  margin-bottom: 1em;
}
.recruit-requirements__contents .table-wrap table {
  text-align: center;
}
.recruit-requirements__contents .table-wrap tr:first-of-type {
  font-weight: 700;
}
.recruit-requirements__contents .table-wrap tr:first-of-type td {
  border-bottom-color: #30404c;
}
.recruit-requirements__contents .table-wrap tr:not(:first-of-type) td {
  background-color: #fff;
}
.recruit-requirements__contents .table-wrap td {
  padding: 0.5em;
  border-bottom: 1px solid #cfdde8;
}
.recruit-requirements__contents .selection-process {
  counter-reset: count;
}
.recruit-requirements__contents .selection-process li {
  min-height: 11.8rem;
  padding: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  background-color: #fff;
}
.recruit-requirements__contents .selection-process li::before {
  content: counter(count, decimal-leading-zero);
  width: 6rem;
  display: block;
  color: #e60012;
  counter-increment: count;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
}
.recruit-requirements__contents .selection-process li + li {
  margin-top: 0.8rem;
}
.recruit-requirements__contents .selection-process .process-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-requirements__contents .selection-process .title-main {
  font-weight: 700;
  font-size: 1.6rem;
}
.recruit-requirements__contents .selection-process .title-sub {
  font-size: 1.4rem;
}
.recruit-requirements__contents .selection-process .process-content {
  max-width: 35.2rem;
  font-size: 1.4rem;
}

.wp-block-lazyblock-recruit-occupation-block + .wp-block-lazyblock-recruit-occupation-block {
  margin-top: 3.2rem;
}

.recruit-occupation {
  padding: 0 5.6rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.recruit-occupation + .recruit-occupation {
  margin-top: 3.2rem;
}
.recruit-occupation__title {
  padding: 4.8rem 0;
  position: relative;
  cursor: pointer;
}
.recruit-occupation__title::after {
  content: "";
  width: 1.8rem;
  position: absolute;
  top: calc(50% - 0.9rem);
  right: 0;
  background-image: url("data:image/svg+xml,<svg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L9 9L17 1' stroke='%2330404C' stroke-width='2'/></svg>");
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  aspect-ratio: 1;
}
.recruit-occupation__title > span {
  display: block;
}
.recruit-occupation__title--main {
  color: #e60012;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}
.recruit-occupation__title--sub {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
.recruit-occupation__title.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruit-occupation__content {
  padding-bottom: 4.8rem;
  display: none;
}
.recruit-occupation__content--item .inner {
  padding: 3.2rem 0;
  border-top: 1px solid #cfdde8;
}
.recruit-occupation__content--item dt {
  padding-right: 1em;
  font-weight: 700;
  line-height: 1.875;
}

@media screen and (min-width: 769px) {
  .recruit-requirements__contents .recruit-anchor__nav {
    width: 26.4rem;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
  }
  .recruit-requirements__contents .recruit-anchor__nav .is-active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e60012;
  }
  .recruit-requirements__contents .recruit-anchor__nav .is-active::before {
    content: "";
    width: 2rem;
    height: 0.4rem;
    display: inline-block;
    background-color: #e60012;
  }
  .recruit-requirements__contents .recruit-item {
    display: grid;
    grid-template-columns: 20rem minmax(0, 1fr);
  }
  .recruit-occupation__content--item .inner {
    display: grid;
    grid-template-columns: 15rem 1fr;
  }
}
@media screen and (max-width: 768px) {
  .recruit-requirements__slider .swiper-slide {
    width: 22rem;
    border-radius: 1.2rem;
  }
  .recruit-requirements__contents .main__container {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
    border-radius: 2.4rem;
  }
  .recruit-requirements__contents .recruit-anchor__nav {
    margin-bottom: 6.4rem;
  }
  .recruit-requirements__contents .wp-block-lazyblock-recruit-block + .wp-block-lazyblock-recruit-block {
    margin-top: 6.4rem;
  }
  .recruit-requirements__contents .recruit-block__title {
    font-size: 2rem;
  }
  .recruit-requirements__contents .recruit-item {
    padding: 2.4rem 0;
  }
  .recruit-requirements__contents .recruit-item-title {
    margin-bottom: 1.6rem;
    padding-right: 0;
  }
  .recruit-requirements__contents .wp-block-buttons {
    margin-top: 6.4rem;
  }
  .recruit-requirements__contents .wp-block-button {
    width: 100%;
  }
  .recruit-requirements__contents .wp-block-button__link {
    width: 100%;
    height: 6.4rem;
    border-radius: 0.8rem;
    font-size: 1.6rem;
  }
  .recruit-requirements__contents .table-wrap {
    overflow-x: scroll;
  }
  .recruit-requirements__contents .table-wrap table {
    width: 60rem !important;
    max-width: none;
  }
  .recruit-requirements__contents .selection-process li {
    min-height: 7.4rem;
    padding: 2.4rem 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0.8rem;
  }
  .recruit-requirements__contents .selection-process li::before {
    width: 3.2rem;
    margin-right: 1rem;
    font-size: 2.4rem;
  }
  .recruit-requirements__contents .selection-process .process-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-requirements__contents .selection-process .process-content {
    width: 100%;
    margin-top: 0.75em;
    padding-left: 4.2rem;
  }
  .wp-block-lazyblock-recruit-occupation-block + .wp-block-lazyblock-recruit-occupation-block {
    margin-top: 1.6rem;
  }
  .recruit-occupation {
    padding: 0 2rem;
  }
  .recruit-occupation__title {
    padding: 2.4rem 0;
  }
  .recruit-occupation__content--item .inner {
    padding: 2.4rem 0;
  }
  .recruit-occupation__content--item dt {
    margin-bottom: 1.6rem;
    padding-right: 0;
  }
}
.recruit-tabs {
  margin-bottom: 12rem;
}
.recruit-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.recruit-tabs__nav-item {
  width: 100%;
  height: 9.6rem;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.6rem;
  background: none;
  background-color: #fff;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  --text-color: #e60012;
}
.recruit-tabs__nav-item.is-active {
  background-color: #e60012;
  color: #fff;
}
.recruit-tabs__panel {
  display: none;
}
.recruit-tabs__panel.is-active {
  display: block;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .recruit-tabs {
    margin-bottom: 4.8rem;
  }
  .recruit-tabs__nav {
    gap: 1.2rem;
  }
  .recruit-tabs__nav-item {
    height: 4.8rem;
    padding: 1em;
    border-radius: 0.8rem;
    text-align: center;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=recruit.css.map */