@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* styles */

html {
  scroll-behavior: smooth;
}

@media all and (max-width: 767px) {
  html {
    scroll-padding-top: 3.0625em;
  }
}

.p-recruitment {
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  overflow: clip;
  position: relative;
  letter-spacing: 0.02em;
  color: #2B2B2B;
}

@media all and (min-width: 768px) {
  .p-recruitment .-is-only-sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .p-recruitment {
    font-size: 4.266667vw;
  }

  .p-recruitment .-is-only-pc {
    display: none;
  }
}

.p-recruitment .-is-img-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ↓↓ Header ↓↓ */

.p-recruitment-header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}

.p-recruitment-header__logo {
  font-size: 1em;
  line-height: 1;
  width: fit-content;
  margin: 0;
  flex-shrink: 0;
}

.p-recruitment-header__logo a {
  display: flex;
  align-items: center;
  column-gap: 0.75em;
  text-decoration: none;
}

.p-recruitment-header__logo img {
  display: block;
  width: 7.375em;
}

.p-recruitment-header__logo .-is-img-txt {
  aspect-ratio: 125 / 31;
  width: 5.375em;
  background-image: url(../img/common/logo_site.svg);
}

.p-recruitment-nav-button {
  appearance: none;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 1em;
  line-height: 1;
  background: none;
  flex-shrink: 0;
  display: block;
}

.p-recruitment-nav-button span {
  aspect-ratio: 67 / 49;
  width: 4.1875em;
}

.p-recruitment-nav-button.--open span {
  background-image: url(../img/common/nav_open.svg);
}

.p-recruitment-nav-button.--close span {
  background-image: url(../img/common/nav_close.svg);
  position: absolute;
  top: 0;
  right: 0;
}

.p-recruitment-drawer {
  transform: translateX(100%);
  width: 17.9375em;
  max-width: calc(100% - 1em);
  position: fixed;
  z-index: 510;
  top: 0;
  right: 0;
  padding: 5.5625em 1.5em 1.5em;
  overflow-y: auto;
  background-color: #FFF;
  height: 100%;
}

.p-recruitment-drawer.--initialized {
  transition: transform 0.3s ease;
}

.p-recruitment-drawer.--opened {
  transform: translateX(0);
}

.p-recruitment-page-overlay {
  background-color: #2B2B2B;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 505;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.p-recruitment-page-overlay:has( + .--opened) {
  visibility: visible;
  opacity: 0.6;
  pointer-events: auto;
}

body.--no-scroll {
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .p-recruitment-header {
    position: fixed;
    z-index: 500;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    background-color: #FFF;
    padding-left: 0.75em;
    box-shadow: 0.1875em 0.25em 1em 0px rgba(0, 0, 0, 0.04);
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-header {
    column-gap: 2.5em;
    margin: 0 1.5em;
    padding-top: 1.5625em;
  }

  .p-recruitment-header__logo a {
    column-gap: 1.5em;
  }

  .p-recruitment-header__logo img {
    width: 10.625em;
  }

  .p-recruitment-header__logo .-is-img-txt {
    width: 7.8125em;
  }

  .p-recruitment-nav-button {
    display: none;
  }

  .p-recruitment-drawer {
    display: none;
  }

  .p-recruitment-page-overlay {
    display: none;
  }
}

.p-recruitment-header__logos {
  display: none;
}

@media all and (min-width: 820px) {
  .p-recruitment-header__logos {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 0.75em;
  }

  .p-recruitment-header__logos > li {
    line-height: 1;
    width: 1.875em;
  }
}

@media (hover: hover) {
  .p-recruitment-header__logo a,
  .p-recruitment-nav-button {
    transition: opacity 0.3s linear;
  }

  .p-recruitment-header__logo a:hover,
  .p-recruitment-nav-button:hover {
    opacity: 0.6;
  }
}

.p-recruitment-drawer__nav {
  margin-bottom: 3em;
}

.p-recruitment-drawer__nav a {
  display: flex;
  align-items: center;
  column-gap: 0.57142857em;
  width: 100%;
  font-size: 0.875em;
  font-weight: 700;
  padding: 1.14285714em 1.85714286em 1.14285714em 0;
  background: url(../img/common/arrow_red.svg) no-repeat right center / 1.28571429em auto;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #BBB;
}

.p-recruitment-drawer__nav a::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  width: 0.57142857em;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #E60012;
}

.p-recruitment-drawer__link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  font-weight: 700;
  column-gap: 0.78571429em;
}

.p-recruitment-drawer__link::after {
  content: '';
  display: block;
  aspect-ratio: 12 / 13;
  width: 0.71428571em;
  background: url(../img/common/icon_external.svg) no-repeat center / contain;
}

/* ↑↑ Header ↑↑ */

/* ↓↓ Footer ↓↓ */

.p-recruitment-footer {
  margin-top: 2.625em;
  position: relative;
  padding: 0 1em 1.5em;
}

.p-recruitment-footer__inner {
  margin: 0 auto;
  max-width: 75em;
}

.p-recruitment-footer__logo {
  font-size: 1em;
  line-height: 1;
  width: fit-content;
  margin: 0;
  flex-shrink: 0;
}

.p-recruitment-footer__logo a {
  display: flex;
  align-items: center;
  column-gap: 0.75em;
  color: inherit;
  text-decoration: none;
}

.p-recruitment-footer__logo img {
  display: block;
  width: 7.375em;
}

.p-recruitment-footer__logo .-is-img-txt {
  aspect-ratio: 125 / 31;
  width: 5.375em;
  background-image: url(../img/common/logo_site.svg);
}

.p-recruitment-footer__text-1 {
  font-size: 1em;
  margin: 1.25em 0 0;
  line-height: 1;
  aspect-ratio: 402 / 24;
  width: 18.0625em;
  background-image: url(../img/common/footer-txt-1.svg);
}

.p-recruitment-footer__body {
  background-color: #F2F2F2;
  padding: 2em;
  margin: 2.5em 0 1.5em;
}

.p-recruitment-footer__logos {
  margin-bottom: 2em;
}

.p-recruitment-footer__text-2 {
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 1em;
}

.p-recruitment-logos-3 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.125em;
  row-gap: 1.125em;
  flex-wrap: wrap;
}

.p-recruitment-logos-3 > li {
  line-height: 1;
  width: 3.0625em;
}

.p-recruitment-footer__holdings {
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  width: 16.0625em;
  max-width: 100%;
}

.p-recruitment-footer__holdings a {
  display: block;
}

.p-recruitment-footer__copyright {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0;
}

.p-recruitment-logos-3 a {
  display: block;
}

@media (hover: hover) {
  .p-recruitment-footer__logo a,
  .p-recruitment-logos-3 a,
  .p-recruitment-footer__holdings a {
    transition: opacity 0.3s linear;
  }

  .p-recruitment-footer__logo a:hover,
  .p-recruitment-logos-3 a:hover,
  .p-recruitment-footer__holdings a:hover {
    opacity: 0.6;
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-footer {
    margin-top: 4.25em;
    padding-bottom: 2em;
  }

  .p-recruitment-footer__head {
    display: flex;
    align-items: center;
    column-gap: 2em;
  }

  .p-recruitment-footer__head::after {
    content: '';
    display: block;
    width: 1px;
    height: 2.875em;
    background-color: #BBB;
    order: 1;
  }

  .p-recruitment-footer__logo a {
    column-gap: 1.5em;
  }

  .p-recruitment-footer__logo img {
    width: 10.625em;
  }

  .p-recruitment-footer__logo .-is-img-txt {
    width: 7.8125em;
  }

  .p-recruitment-footer__text-1 {
    margin-top: 0;
    width: 25.125em;
    order: 2;
  }

  .p-recruitment-footer__body {
    padding: 3em;
    margin-bottom: 2em;
  }

  .p-recruitment-footer__holdings {
    width: 21.1875em;
  }

  .p-recruitment-logos-3 {
    column-gap: 0.875em;
    flex-wrap: nowrap;
  }

  .p-recruitment-logos-3 > li {
    width: 3.875em;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-footer__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2em;
  }

  .p-recruitment-footer__logos {
    margin-bottom: 0;
  }

  .p-recruitment-footer__holdings {
    flex-shrink: 0;
    margin: 0;
  }

  .p-recruitment-logos-3 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .p-recruitment-footer__text-2 {
    text-align: left;
  }
}

/* ↑↑ Footer ↑↑ */

/* ↓↓ トップ ↓↓ */

.p-recruitment-sec1 {
  background:
    url(../img/top/ribon_1_top__sp.png) no-repeat center 34em / 100% auto,
    url(../img/top/ribon_1_bottom__sp.png) no-repeat center 59em / 100% auto,
    linear-gradient(105deg, #F3FAFC 10.74%, #F6FAFB 53.57%, #F3F3FC 95.59%);
  padding-bottom: 1em;
  position: relative;
}

.p-recruitment-sec1__hero {
  padding-top: 8.375em;
  position: relative;
  z-index: 10;
}

.p-recruitment-sec1__visual {
  line-height: 1;
  margin: 0 auto;
  width: 21.3125em;
}

.p-recruitment-sec1__catch-1 {
  margin: 0;
  aspect-ratio: 167 / 64;
  width: 10.4375em;
  background: url(../img/top/mv-txt-1__sp.svg) no-repeat center / contain;
  position: absolute;
  top: 3.75em;
  right: 0.625em;
}

.p-recruitment-sec1__catch-2 {
  margin: 0;
  aspect-ratio: 178 / 56;
  width: 11.125em;
  position: absolute;
  top: 4.75em;
  left: 0.8125em;
}

.p-recruitment-sec1__catch-2 .--txt-1 {
  aspect-ratio: 122 / 31;
  width: 7.625em;
  background-image: url(../img/top/mv-txt-2__sp.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.p-recruitment-sec1__catch-2 .--txt-2 {
  aspect-ratio: 147 / 36;
  width: 9.1875em;
  background-image: url(../img/top/mv-txt-3__sp.svg);
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-recruitment-sec1__catch-2 span {
  opacity: 0;
  transition: opacity 4s ease-out;
}

.p-recruitment-sec1__catch-2 span.--visible {
  opacity: 1;
}

.p-recruitment-sec1__catch-2 span.--txt-2 {
  transition-delay: 1s;
}

@media all and (min-width: 768px) {
  .p-recruitment-main {
    margin-top: -3.5em;
  }

  .p-recruitment-sec1 {
    background:
      url(../img/top/ribon_1__pc.png) no-repeat left calc(50% - 16.66666667vw) top calc(34.02777778vw + 3.625em) / 165.41666667vw auto,
      linear-gradient(105deg, #F3FAFC 10.74%, #F6FAFB 53.57%, #F3F3FC 95.59%);
    padding-bottom: 4em;
    position: relative;
  }

  .p-recruitment-sec1::before {
    content: '';
    display: block;
    aspect-ratio: 288 / 140;
    width: 18em;
    background: url(../img/top/ribbon-bg1.png) no-repeat center top / contain;
    pointer-events: none;
    position: absolute;
    left: 26.75em;
    top: 0;
    z-index: 1;
  }

  .p-recruitment-sec1__hero {
    padding-top: 3.625em;
  }

  .p-recruitment-sec1__visual {
    width: 83.33333333%;
    margin-right: 2.36111111%;
  }

  .p-recruitment-sec1__catch-1 {
    aspect-ratio: 172 / 114;
    width: 12.36111111%;
    background-image: url(../img/top/mv-txt-1__pc.svg);
    top: calc(15.90277778vw + 3.625em);
    right: auto;
    left: 31.31944444vw;
  }

  .p-recruitment-sec1__catch-2 {
    aspect-ratio: 158 / 490;
    width: 10.97222222%;
    top: calc(8.125vw + 3.625em);
    left: 5.625vw;
  }

  .p-recruitment-sec1__catch-2 .--txt-1 {
    aspect-ratio: 84 / 341;
    width: 53.16455696%;
    background-image: url(../img/top/mv-txt-2__pc.svg);
    left: auto;
    right: 0;
  }

  .p-recruitment-sec1__catch-2 .--txt-2 {
    aspect-ratio: 92 / 418;
    width: 58.2278481%;
    background-image: url(../img/top/mv-txt-3__pc.svg);
    left: 0;
    right: auto;
  }
}

@media all and (max-width: 819px) {
  .p-recruitment-logos-1 {
    margin: 1.5em auto 2em;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.75em;
  }

  .p-recruitment-logos-1 > li {
    line-height: 1;
    width: 1.875em;
  }
}

@media all and (min-width: 820px) {
  .p-recruitment-logos-1 {
    display: none;
  }
}

@media all and (min-width: 1440px) {
  .p-recruitment-sec1 {
    background:
      url(../img/top/ribon_1__pc.png) no-repeat left calc(50% - 15em) top 34.125em / 148.875em auto,
      linear-gradient(105deg, #F3FAFC 10.74%, #F6FAFB 53.57%, #F3F3FC 95.59%);
  }
}

.p-recruitment-apply {
  font-size: 0.5625em;
  font-weight: 700;
  width: 8.88888889em;
  margin-top: 2.88888889em;
  margin-left: 1em;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 10;
}

.p-recruitment-apply a {
  aspect-ratio: 1 / 1;
  text-decoration: none;
  color: #FFF;
  padding-top: 1.66666667em;
  display: block;
  width: 100%;
  background: #E6363F;
  border-radius: 50%;
  position: relative;
}

.p-recruitment-apply a > span:nth-child(1) span {
  display: none;
}

a .--arrow {
  display: block;
  aspect-ratio: 27 / 24;
  position: relative;
  overflow: hidden;
}

a .--arrow::before,
a .--arrow::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
}

.p-recruitment-apply a .--arrow {
  width: 1.44444444em;
  margin: 0.44444444em auto 0;
}

.p-recruitment-apply a .--arrow::before,
.p-recruitment-apply a .--arrow::after {
  background-image: url(../img/common/arrow_white.svg);
}

a .--arrow::before {
  left: -100%;
}

.p-recruitment-apply::before {
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #CCC;
  position: absolute;
  top: 2px;
  right: -3px;
  z-index: -1;
  border-radius: 50%;
}

@media all and (min-width: 768px) {
  .p-recruitment-apply {
    font-size: 1.11111111vw;
    width: 14.875em;
    margin-top: 0;
    margin-left: 0;
    line-height: 1.36;
    position: absolute;
    top: -3.5625em;
    right: -4.3125em;
  }

  .p-recruitment-apply a {
    padding-top: 5.3125em;
    padding-right: 4.3125em;
  }

  .p-recruitment-apply a > span:nth-child(1) span {
    display: block;
    font-family: 'Acumin Pro', sans-serif;
    font-size: 0.8125em;
    line-height: 1;
    padding: 0.38461538em 0.92307692em;
    width: fit-content;
    margin: 0 auto 0.61538462em;
    border: 1px solid #FFF;
    border-radius: 2px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }

  .p-recruitment-apply a .--arrow {
    width: 1.625em;
    margin-top: 0.75em;
  }

  .p-recruitment-apply::before {
    top: 0.25em;
    right: -0.25;
  }
}

@media all and (min-width: 1440px) {
  .p-recruitment-apply {
    font-size: 1em;
  }
}

@media (hover: hover) {
  a:hover .--arrow::before {
    animation-name: circleIconLeftRight;
    animation-delay: 0.3s;
  }

  a:hover .--arrow::after {
    animation-name: circleIconRightLeft;
  }

  .p-recruitment-apply a:hover > span span {
    background-color: #FFF;
    color: #E6363F;
  }
}

@keyframes circleIconLeftRight {
  0% {
    left: -100%
  }

  to {
    left: 0
  }
}

@keyframes circleIconRightLeft {
  0% {
    left: 0
  }

  to {
    left: 100%
  }
}

.p-recruitment-fixed-nav {
  display: none;
}

@media all and (min-width: 768px) {
  .p-recruitment-fixed-nav {
    display: block;
    position: fixed;
    bottom: 1.25em;
    right: 1.25em;
    z-index: 200;
  }

  .p-recruitment-fixed-nav__ttl {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.66666667em;
  }

  .p-recruitment-fixed-nav__nav a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 0.8125em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.92307692em;
    column-gap: 0.30769231em;
  }

  .p-recruitment-fixed-nav__nav a:last-child {
    margin-bottom: 0;
  }

  .p-recruitment-fixed-nav__nav a::before {
    content: '';
    display: block;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    background: url(../img/common/bullet-1.png) no-repeat center / contain;
    width: 0.61538462em;
  }
}

@media (hover: hover) {
  .p-recruitment-fixed-nav__nav a {
    transition: color 0.3s linear;
  }

  .p-recruitment-fixed-nav__nav a:hover {
    color: #E6363F;
  }
}

.p-recruitment-gallery-1 {
  width: 14.875em;
  margin: -5em 0.1875em 0 auto;
}

.p-recruitment-gallery-1__box {
  position: relative;
  line-height: 1;
}

.p-recruitment-gallery-1__box img {
  display: block;
  border-radius: 0.25em;
  transition: opacity 2.5s ease;
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.p-recruitment-gallery-1__box img.--current {
  opacity: 1;
  z-index: 1;
}

.p-recruitment-gallery-1__box.--box-1 {
  width: 8.25em;
  aspect-ratio: 132 / 72;
}

.p-recruitment-gallery-1__box.--box-2 {
  width: 7.125em;
  aspect-ratio: 114 / 64;
  margin-left: auto;
  margin-top: -1.25em;
  position: relative;
  z-index: 10;
}

.p-recruitment-wrap-1 {
  margin: 0 auto;
  max-width: 77em;
  padding: 0 1em;
  position: relative;
  z-index: 10;
}

@media all and (min-width: 768px) {
  .p-recruitment-gallery-1 {
    width: 36.875em;
    margin: 5em 11.58333333% 0 auto;
    position: relative;
  }

  .p-recruitment-gallery-1__txt {
    font-size: 0.875em;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: 3.42857143em;
    left: 26.07142857em;
    letter-spacing: 0.12em;
  }

  .p-recruitment-gallery-1__box.--box-1 {
    width: 20.625em;
  }

  .p-recruitment-gallery-1__box.--box-2 {
    width: 17.75em;
    margin-top: -4.75em;
  }
}

.p-recruitment-group-1 {
  margin-top: 3.25em;
  margin-bottom: 1.4375em;
}

.p-recruitment-catch-1 {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.32em;
  margin: 0 0 1.2em;
}

.--emphasis {
  position: relative;
}

.--emphasis::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 0.4em;
}

.p-recruitment-text-1 {
  font-size: 0.9375em;
  margin: 0;
  line-height: 1.8;
}

.--text-center {
  text-align: center;
}

.--color-01 {
  color: #E60012;
}

.--color-02 {
  color: #36AC9C;
}

.--color-03 {
  color: #464797;
}

.--color-04 {
  color: #E18780;
}

.p-recruitment-group-1__image {
  position: relative;
}

.p-recruitment-group-1__image img {
  display: block;
  border-radius: 0.25em;
}

.p-recruitment-group-1__text {
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.12em;
  position: absolute;
  width: fit-content;
  white-space: nowrap;
  font-feature-settings: "palt";
}

.p-recruitment-group-1__image.--type-01 {
  width: 5.0625em;
  margin-left: auto;
  margin-right: 0;
}

.p-recruitment-group-1__image.--type-02 {
  width: 7.6875em;
  margin: 1.375em 4.5625em 0 auto;
}

.p-recruitment-group-1__image.--type-03 {
  width: 5.8125em;
  margin: -6em auto 0 1.125em;
}

.p-recruitment-catch-2 {
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.8;
  margin: 4.3em 0 0;
}

@media all and (max-width: 767px) {
  .p-recruitment-text-1.--mt-sp {
    margin-top: 1.8em;
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-group-1 {
    margin-top: 4em;
    margin-bottom: 0;
  }

  .p-recruitment-catch-1 {
    font-size: 2.5em;
    margin-bottom: 2.2em;
  }

  .--emphasis::before {
    width: 0.325em;
  }

  .p-recruitment-text-1 {
    font-size: 1.125em;
  }

  .--text-center-pc {
    text-align: center;
  }

  .p-recruitment-text-1 + .p-recruitment-text-1 {
    margin-top: 1.8em;
  }

  .p-recruitment-group-1__right {
    margin: 2em auto 0;
    width: 30.3125em;
  }

  .p-recruitment-group-1__image.--type-01 {
    width: 11.5em;
    margin-left: 0;
    margin-right: auto;
  }

  .p-recruitment-group-1__image.--type-01 .p-recruitment-group-1__text {
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 1.14285714em);
  }

  .p-recruitment-group-1__image.--type-02 {
    width: 12.5em;
    margin: 1.5em 0 0 auto;
  }

   .p-recruitment-group-1__image.--type-02 .p-recruitment-group-1__text {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
  }

  .p-recruitment-group-1__image.--type-03 {
    width: 14.25em;
    margin: 0.5em auto 0 0;
  }

  .p-recruitment-group-1__image.--type-03 .p-recruitment-group-1__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .p-recruitment-catch-2 {
    font-size: 1.5em;
    margin-top: 3em;
  }
}

@media all and (min-width: 900px) {
  .p-recruitment-group-1 {
    margin-top: 2.3125em;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .p-recruitment-group-1__left {
    flex-shrink: 0;
    flex-grow: 1;
    padding-right: 1em;
  }
}

.p-recruitment-sec2 {
  background: url(../img/top/sky_1__sp.jpg) no-repeat center / 100% auto;
  min-height: 35.3125em;
  position: relative;
  padding: 5em 0;
}

.p-recruitment-sec2::before,
.p-recruitment-sec2::after {
  content: '';
  display: block;
  background: url(../img/common/blur-1.png) repeat-x center / auto 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.6875em;
}

.p-recruitment-sec2::before {
  top: 0;
  transform: translateY(-50%);
}

.p-recruitment-sec2::after {
  bottom: 0;
  transform: translateY(50%);
}

.p-recruitment-links-1 {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.p-recruitment-links-1 > li {
  width: 10.6875em;
  text-align: center;
}

.p-recruitment-links-1 a {
  text-decoration: none;
  color: inherit;
  display: block;
  aspect-ratio: 1 / 1;
  padding-top: 3.25em;
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-radius: 50%;
  width: 100%;
  /*box-shadow: 0px 0.25em 1.25em rgba(0, 0, 0, 0.12);*/
}

.p-recruitment-links-1.--white a {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #D3D3D3;
}

@media all and (max-width: 767px) {
  .p-recruitment-links-1 > li:nth-child(1) a,
  .p-recruitment-links-1 > li:nth-child(2) a {
    padding-top: 2.5em;
  }
}

.p-recruitment-links-1 a .--arrow {
  width: 1.375em;
  margin: 0.75em auto 0;
}

.p-recruitment-links-1 a .--arrow::before,
.p-recruitment-links-1 a .--arrow::after {
  background-image: url(../img/common/arrow_red.svg);
}

.p-recruitment-links-1 a > span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5;
  column-gap: 0.28571429em;
}

.p-recruitment-links-1 a > span:nth-child(1)::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
  width: 0.57142857em;
}

.p-recruitment-links-1 a > span:nth-child(2) {
  color: #888;
  font-size: 0.875em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: block;
  margin-top: 0.57142857em;
}

@media all and (min-width: 768px) {
  .p-recruitment-sec2 {
    background-image: url(../img/top/sky_1__pc.jpg);
    background-size: auto 100%;
    min-height: 41.5625em;
    padding: 11em 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-recruitment-sec2,
  .p-recruitment-sec7 {
    font-size: 1.11111111vw;
  }

  .p-recruitment-links-1 > li {
    width: 18.75em;
  }

  .p-recruitment-links-1 a {
    padding-top: 7.8125em;
  }

  .p-recruitment-links-1 a .--arrow {
    width: 2.5em;
    margin-top: 1.5em;
  }

  .p-recruitment-links-1 a > span:nth-child(1) {
    font-size: 1.125em;
    column-gap: 0.44444444em;
  }

  .p-recruitment-links-1 a > span:nth-child(1)::before {
    width: 0.72222222em;
  }

  .p-recruitment-links-1 a > span:nth-child(2) {
    font-size: 1.125em;
    margin-top: 0.66666667em;
  }
}

@media all and (min-width: 1440px) {
  .p-recruitment-sec2,
  .p-recruitment-sec7 {
    font-size: 1em;
  }
}

@media (hover: hover) {
  .p-recruitment-links-1 a {
    transition: background-color 0.3s linear;
  }

  .p-recruitment-links-1 a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.p-recruitment-sec3 {
  background: url(../img/top/ribon_2__sp.png) no-repeat center top 71em / 100% auto;
  padding: 1em 0 0;
  position: relative;
}

.p-recruitment-sec3__inner1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 90em;
  padding: 0 1em;
}

.p-recruitment-title-1 {
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.14285714em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.57142857em;
}

.p-recruitment-title-1::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
  width: 0.57142857em;
  flex-shrink: 0;
}

.p-recruitment-title-2 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.18em;
  margin: 0 0 0.8em;
}

.p-recruitment-sec3__group1 {
  position: relative;
}

.p-recruitment-sec3__group1::before,
.p-recruitment-sec3__group1::after {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.p-recruitment-sec3__group1::before {
  aspect-ratio: 299 / 576;
  background-image: url(../img/top/illust_03.png);
  width: 4.5625em;
  top: -7.0625em;
  left: -0.1875em;
}

.p-recruitment-sec3__group1::after {
  aspect-ratio: 255 / 593;
  background-image: url(../img/top/illust_01.png);
  width: 3.875em;
  top: -7.0625em;
  right: -0.75em;
}

.p-recruitment-sec3__group1 .p-recruitment-text-1::after {
  content: '';
  display: block;
  aspect-ratio: 88 / 31;
  background: url(../img/common/arrow_down.svg) no-repeat center / contain;
  width: 4.07142857em;
  margin: 1.64285714em auto 0;
}

.p-recruitment-sec3-img-1 {
  line-height: 1;
  margin: 1.3125em -1em 0;
}

.p-recruitment-sec3__group2 {
  padding: 2em 0.5em 0;
  border-radius: 1.5em 1.5em 0 0;
  background: rgba(242, 242, 242, 0.10);
  backdrop-filter: blur(50px);
  margin: -0.5em auto 2em;
}

.p-recruitment-sec3__group3 {
  margin: 0 auto 8.5em;
}

.p-recruitment-sec3__group3-img-1 {
  margin: 0 -1em 1.5em;
  line-height: 1;
}

.p-recruitment-sec3__group3-box {
  border: 1px solid rgba(187, 187, 187, 0.70);
  background-color: #F2F2F2;
  box-shadow: 0.1875em 0.1875em 0.75em 0px rgba(0, 0, 0, 0.04);
  padding: 2.5em 1.4375em;
}

.p-recruitment-sec3__group3-img-2 {
  line-height: 1;
  margin: 0 0 2.5em;
}

.p-recruitment-button-1 {
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.12em;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  width: 18.46666667em;
  position: relative;
  z-index: 10;
}

.p-recruitment-button-1 a {
  text-decoration: none;
  color: #E6363F;
  height: 4.66666667em;
  border-radius: 4em;
  border: 1px solid #E6363F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.06666667em;
  background-color: #FFF;
  padding-left: 2em;
  padding-right: 2em;
}

.p-recruitment-button-1 a .--arrow {
  width: 1em;
}

.p-recruitment-button-1 a .--arrow::before,
.p-recruitment-button-1 a .--arrow::after {
  background-image: url(../img/common/arrow_red.svg);
}

@media all and (max-width: 767px) {
  .p-recruitment-button-1.--only-tablet {
    display: none;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-button-1.--only-tablet {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-sec3 {
    background: url(../img/top/ribon_2__pc.png) no-repeat center top 81.833333vw / 137.305556vw auto;
    padding-top: 4em;
  }

  .p-recruitment-title-1 {
    font-size: 1.125em;
    margin-bottom: 1.11111111em;
    column-gap: 0.44444444em;
  }

  .p-recruitment-title-1::before {
    width: 0.72222222em;
  }

  .p-recruitment-title-2 {
    font-size: 2.5em;
    margin-bottom: 0.6em;
    position: relative;
    z-index: 10;
    letter-spacing: 0.18em;
  }

  .p-recruitment-sec3__group1 {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .p-recruitment-sec3__group1::before {
    width: 20.76388889vw;
    top: -9em;
    left: -0.1875em;
  }

  .p-recruitment-sec3__group1::after {
    width: 17.70833333vw;
    top: -9em;
    right: -0.75em;
  }

  .p-recruitment-sec3__group1 .p-recruitment-text-1::after {
    width: 4.88888889em;
    margin-top: 1.77777778em;
  }

  .p-recruitment-sec3-img-1 {
    margin: 0.5em -1em 0;
  }

  .p-recruitment-sec3__group2 {
    padding: 5.9375em 0 10em;
    margin: -3.33333333vw -1em 0;
    max-width: 75em;
  }

  .p-recruitment-sec3__group3 {
    margin: -5.75em auto 14.9375em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 75em;
    position: relative;
  }

  .p-recruitment-sec3__group3-img-1 {
    margin: 0;
    width: 59.66666667%;
  }

  .p-recruitment-sec3__group3-box {
    padding: 3.625em 2.77777778vw;
    width: 38%;
  }

  .p-recruitment-sec3__group3-img-2 {
    margin-bottom: 3.5em;
  }
}

@media all and (min-width: 768px) and (max-width: 959px) {
  .p-recruitment-sec3__group3-box .p-recruitment-button-1 {
    display: none;
  }

  .p-recruitment-sec3__group3 {
    position: relative;
    padding-bottom: 7em;
    margin-bottom: 10em;
  }

  .p-recruitment-button-1.--only-tablet {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-sec3 {
    background: url(../img/top/ribon_2__pc.png) no-repeat center top 35.83333333vw / 114.30555556vw auto;
    padding-top: 4em;
  }

  .p-recruitment-sec3__group2 {
    padding-bottom: 0;
  }

  .p-recruitment-sec3__group3 {
    margin-top: 4.25em;
  }
}

@media all and (min-width: 1168px) {
  .p-recruitment-sec3__group2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 1408px) {
  .p-recruitment-sec3-img-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 1440px) {
  .p-recruitment-sec3 {
    background-size: 102.875em;
    background-position: center top 32.25em;
  }

  .p-recruitment-sec3__group1 {
    padding-left: 10em;
    padding-right: 10em;
  }

  .p-recruitment-sec3__group1::before {
    width: 18.6875em;
    top: -16em;
    left: -0.1875em;
  }

  .p-recruitment-sec3__group1::after {
    width: 15.9375em;
    top: -16em;
    right: -0.75em;
  }

  .p-recruitment-sec3__group2 {
    margin-top: -3em;
  }

  .p-recruitment-sec3__group3-box {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

@media (hover: hover) {
  .p-recruitment-button-1 a {
    transition: color 0.3s linear, background-color 0.3s linear;
  }

  .p-recruitment-button-1 a:hover {
    background-color: #E6363F;
    color: #FFF;
  }

  .p-recruitment-button-1 a:hover .--arrow::before {
    background-image: url(../img/common/arrow_white.svg);
  }

  .p-recruitment-button-1 a:hover .--arrow::after {
    background-image: url(../img/common/arrow_white.svg);
  }
}

.p-recruitment-sec3__group4 {
  position: relative;
  margin: 0 auto;
}

.p-recruitment-sec3__group4::after {
  content: '';
  display: block;
  aspect-ratio: 524 / 661;
  width: 11.5625em;
  position: absolute;
  top: -7.5625em;
  right: 0;
  background: url(../img/top/img11.png) no-repeat center / contain;
}

.p-recruitment-sec3__group4 .p-recruitment-title-1 {
  justify-content: flex-start;
}

.p-recruitment-sec3__group4 .p-recruitment-title-1,
.p-recruitment-sec3__group4 .p-recruitment-title-2 {
  text-align: left;
}

.p-recruitment-text-2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 2em 0 1em;
}

.p-recruitment-gallery-2 {
  display: flex;
  align-items: flex-start;
  column-gap: 0.8125em;
  margin: 2em auto 3em;
}

.p-recruitment-gallery-2__box {
  position: relative;
  line-height: 1;
  aspect-ratio: 165 / 93;
  flex-grow: 1;
}

.p-recruitment-gallery-2__box img {
  display: block;
  border-radius: 0.25em;
  transition: opacity 2.5s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.p-recruitment-gallery-2__box img.--current {
  opacity: 1;
  z-index: 1;
}

@media all and (min-width: 768px) {
  .p-recruitment-sec3__group4 {
    max-width: 75em;
    padding-right: 36.38888889vw;
  }

  .p-recruitment-sec3__group4::after {
    width: 36.38888889vw;
    top: -9.79166667vw;
  }

  .p-recruitment-text-2 {
    font-size: 1.25em;
    margin: 2.4em 0 0.8em;
  }

  .p-recruitment-gallery-2 {
    max-width: 27em;
    column-gap: 1em;
    margin: 3.5em auto 3.5em 0;
  }
}

@media all and (min-width: 1440px) {
  .p-recruitment-sec3__group4 {
    padding-right: 32.75em;
  }

  .p-recruitment-sec3__group4::after {
    width: 32.75em;
    top: -8.8125em;
  }
}

.p-recruitment-city-1 {
  width: 100%;
  height: 17.75em;
  background: url(../img/top/city__sp.jpg) no-repeat center / contain;
  margin: 1em 0 0;
  position: relative;
}

.p-recruitment-city-1::before,
.p-recruitment-city-1::after {
  content: '';
  display: block;
  background: url(../img/common/blur-1.png) repeat-x center / auto 100%;
  position: absolute;
  width: 100%;
  height: 8.6875em;
  left: 0;
}

.p-recruitment-city-1::before {
  top: -3.5em;
}

.p-recruitment-city-1::after {
  bottom: -4.5em;
}

@media all and (min-width: 768px) {
  .p-recruitment-city-1 {
    height: 32.375em;
    background-image: url(../img/top/city__pc.jpg);
    background-size: auto 100%;
    margin-top: 3.5em;
  }

  .p-recruitment-city-1::before {
    top: -4em;
  }

  .p-recruitment-city-1::after {
    bottom: -4.5em;
  }
}

.p-recruitment-sec4 {
  background: linear-gradient(105deg, #F3FAFC 10.74%, #F6FAFB 53.57%, #F3F3FC 95.59%);
  padding: 4em 0;
}

.p-recruitment-sec4__inner1 {
  padding: 0 1em;
}

.p-recruitment-list-pro {
  margin: 4.6875em auto 3em;
  padding: 0;
  list-style: none;
}

.p-recruitment-list-pro > li {
  margin-bottom: 4.6875em;
}

.p-recruitment-list-pro > li:last-child {
  margin-bottom: 0;
}

.p-recruitment-list-pro a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.p-recruitment-list-pro__image {
  line-height: 1;
  margin-bottom: 2.1875em;
  position: relative;
}

.p-recruitment-list-pro__image-frame {
  border-radius: 1em;
  overflow: clip;
}

.p-recruitment-list-pro__image img {
  display: block;
}

.p-recruitment-list-pro__label {
  margin: 0;
  color: #FFF;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #2B2B2B;
  display: flex;
  align-items: center;
  column-gap: 0.66666667em;
  height: 2.66666667em;
  padding: 0 1em;
  position: absolute;
  bottom: 0;
  left: 0.66666667em;
  transform: translateY(50%);
  z-index: 10;
}

.p-recruitment-list-pro__label > span:last-child {
  font-size: 1.66666667em;
}

.p-recruitment-list-pro__image::before {
  content: '';
  display: block;
  aspect-ratio: 164 / 112;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.625em;
  top: 0;
  width: 6.125em;
  transform: translateY(-50%);
  z-index: 10;
}

.p-recruitment-list-pro__image.--no-1::before {
  background-image: url(../img/top/01.png);
}

.p-recruitment-list-pro__image.--no-2::before {
  background-image: url(../img/top/02.png);
}

.p-recruitment-list-pro__image.--no-3::before {
  background-image: url(../img/top/03.png);
}

.p-recruitment-list-pro__image.--no-4::before {
  background-image: url(../img/top/04.png);
}

.p-recruitment-list-pro__image.--no-5::before {
  background-image: url(../img/top/05.png);
}

.p-recruitment-list-pro__image::after {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.p-recruitment-list-pro__image.--pict-1::after {
  aspect-ratio: 143 / 264;
  background-image: url(../img/top/illust_04.png);
  width: 4.8125em;
  top: -2.6875em;
  right: 1.375em;
}

.p-recruitment-list-pro__image.--pict-2::after {
  aspect-ratio: 189 / 188;
  background-image: url(../img/top/illust_05.png);
  width: 6.5em;
  top: -2.5em;
  right: -0.375em;
}

.p-recruitment-list-pro__image.--pict-3::after {
  aspect-ratio: 164 / 221;
  background-image: url(../img/top/illust_02.png);
  width: 5em;
  top: -4.25em;
  right: 0.25em;
}

.p-recruitment-list-pro__image.--pict-4::after {
  aspect-ratio: 149 / 234;
  background-image: url(../img/top/illust_06.png);
  width: 5.6875em;
  top: -2.8125em;
  right: -0.625em;
}

.p-recruitment-list-pro__image.--pict-5::after {
  aspect-ratio: 113 / 230;
  background-image: url(../img/top/illust_07.png);
  width: 4.5em;
  top: -2.75em;
  right: 2.375em;
}

.p-recruitment-sec4__wrap-1 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.p-recruitment-list-pro__body {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.p-recruitment-list-pro__catch {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 0.8em;
}

.p-recruitment-list-pro__text {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media all and (min-width: 768px) {
  .p-recruitment-sec4 {
    padding-top: 9.8125em;
    padding-bottom: 6.25em;
  }

  .p-recruitment-sec4__wrap-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .p-recruitment-list-pro {
    margin: 6.625em auto 3.5em;
    width: 34.75em;
  }

  .p-recruitment-list-pro > li {
    margin-bottom: 6.4375em;
  }

  .p-recruitment-list-pro__image {
    margin-bottom: 2.5625em;
  }

  .p-recruitment-list-pro__label {
    font-size: 0.875em;
    column-gap: 0.57142857em;
    height: 3.14285714em;
    padding: 0 0.85714286em;
    left: 2.28571429em;
  }

  .p-recruitment-list-pro__label > span:last-child {
    font-size: 2em;
  }

  .p-recruitment-list-pro__image::before {
    width: 29.49640288%;
  }

  .p-recruitment-list-pro__image.--no-1::before {
    left: unset;
    right: 0.53956835%;
  }

  .p-recruitment-list-pro__image.--no-2::before {
    left: unset;
    right: 0.53956835%;
  }

  .p-recruitment-list-pro__image.--no-3::before {
    right: 0.53956835%;
    left: auto;
  }

  .p-recruitment-list-pro__image.--no-4::before {
    right: 0.53956835%;
    left: auto;
  }

  .p-recruitment-list-pro__image.--no-5::before {
    right: 0.53956835%;
    left: auto;
  }

  .p-recruitment-list-pro__image.--pict-1::after {
    width: 25.71942446%;
    top: 60.91644205%;
    right: 3.41726619%;
  }

  .p-recruitment-list-pro__image.--pict-2::after {
    width: 33.99280576%;
    top: 61.45552561%;
    right: -8.09352518%;
  }

  .p-recruitment-list-pro__image.--pict-3::after {
    width: 29.85611511%;
    top: 55.8%;
    left: -10.07194245%;
  }

  .p-recruitment-list-pro__image.--pict-4::after {
    width: 26.79856115%;
    top: 58.49056604%;
    right: 3.77697842%;
  }

  .p-recruitment-list-pro__image.--pict-5::after {
    width: 20.32374101%;
    top: 68.73315364%;
    right: -4.13669065%;
  }

  .p-recruitment-list-pro__body {
    padding-left: 2em;
    padding-right: 0;
  }

  .p-recruitment-list-pro__catch {
    font-size: 1.75em;
    margin-bottom: 0.57142857em;
  }
}

@media all and (min-width: 1200px) {
  .p-recruitment-list-pro {
    width: 100%;
    max-width: 75em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-recruitment-list-pro > li {
    width: calc(50% - 2.75em);
    margin-bottom: 0;
  }

  .p-recruitment-list-pro > li:nth-child(2) {
    margin-top: 5.9375em;
  }

  .p-recruitment-list-pro > li:nth-child(4) {
    margin-top: 6.25em;
  }
}

@media (hover: hover) {
  .p-recruitment-list-pro__image-frame img {
    transition: transform 0.3s linear;
  }

  a:hover .p-recruitment-list-pro__image-frame img {
    transform: scale(1.1);
  }
}

.p-recruitment-sec5 {
  height: 63.625em;
  background: url(../img/top/sky_2__sp.jpg) no-repeat center top / 100% auto;
  position: relative;
  padding: 11.4375em 1em 0;
}

.p-recruitment-sec5::before {
  content: '';
  display: block;
  background: url(../img/common/blur-1.png) repeat-x center / auto 100%;
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.6875em;
  top: -3.5em;
}

.p-recruitment-sec5::after {
  content: '';
  display: block;
  aspect-ratio: 771 / 295;
  background: url(../img/top/hand_1.png) no-repeat center / contain;
  width: 30em;
  position: absolute;
  left: -13.5em;
  top: 45em;
  z-index: 1;
}

.p-recruitment-sec5__inner {
  position: relative;
  z-index: 5;
}

.p-recruitment-logos-2 {
  margin: 2em auto 3em;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  flex-wrap: wrap;
}

.p-recruitment-logos-2 > li {
  line-height: 1;
  width: 4.25em;
}

.p-recruitment-apply-2 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.12em;
  margin: 2.66666667em auto 0;
  max-width: 100%;
  width: 20.92em;
}

.p-recruitment-apply-2 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  height: 5em;
  border-radius: 5em;
  background-color: #E6363F;
  padding: 0 1.77777778em;
  column-gap: 0.61111111em;
}

.p-recruitment-apply-2 a > span:nth-child(1) {
  font-family: 'Roboto', sans-serif;
  font-size: 0.77777778em;
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 0.21428571em 0.57142857em;
  border: 1px solid #FFF;
  flex-shrink: 0;
  border-radius: 0.14285714em;
}

.p-recruitment-apply-2 a > span:nth-child(2) {
  flex-grow: 1;
}

.p-recruitment-apply-2 a .--arrow {
  width: 1.22222222em;
}

.p-recruitment-apply-2 a .--arrow::before,
.p-recruitment-apply-2 a .--arrow::after {
  background-image: url(../img/common/arrow_white.svg);
}

@media all and (min-width: 768px) {
  .p-recruitment-sec5 {
    height: 66.25em;
    background: url(../img/top/sky_2__pc.jpg) no-repeat center top / auto 100%;
    position: relative;
    padding-top: 24.6875em;
  }

  .p-recruitment-sec5::before {
    top: -3.9em;
  }

  .p-recruitment-sec5::after {
    width: 48.1875em;
    left: calc(50% - 48.1875em);
    top: 52em;
  }

  .p-recruitment-logos-2 {
    margin: 2.5em auto 2.5em;
    gap: 1em;
    flex-wrap: nowrap;
  }

  .p-recruitment-logos-2 > li {
    width: 6.5em;
  }

  .p-recruitment-apply-2 {
    font-size: 1.5625em;
    margin-top: 2.24em;
  }

  .p-recruitment-apply-2 a {
    height: 4.56em;
    padding: 0 1.92em;
    column-gap: 0.64em;
  }

  .p-recruitment-apply-2 a > span:nth-child(1) {
    font-size: 0.72em;
    padding: 0.38888889em 0.44444444em;
    border-radius: 0.11111111em;
  }

  .p-recruitment-apply-2 a .--arrow {
    width: 0.88em;
  }
}

@media all and (min-width: 1540px) {
  .p-recruitment-sec5::after {
    left: 0;
  }
}

@media (hover: hover) {
  .p-recruitment-apply-2 a > span:nth-child(1) {
    transition: color 0.3s linear, background-color 0.3s linear;
  }

  .p-recruitment-apply-2 a:hover > span:nth-child(1) {
    color: #E6363F;
    background-color: #FFF;
  }

  .p-recruitment-apply-2 a:hover .--arrow::before {
    background-image: url(../img/common/arrow_white.svg);
  }

  .p-recruitment-apply-2 a:hover .--arrow::after {
    background-image: url(../img/common/arrow_white.svg);
  }
}

.p-recruitment-sec7 {
  background: linear-gradient(105deg, #F3FAFC 10.74%, #F6FAFB 53.57%, #F3F3FC 95.59%);
  padding: 3.5em 0 4.5em;
  position: relative;
}

.p-recruitment-sec7::after {
  content: '';
  display: block;
  background: url(../img/common/blur-1.png) repeat-x center / auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8.6875em;
  transform: translateY(50%);
}

@media all and (min-width: 768px) {
  .p-recruitment-sec7 {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}

.p-recruitment-sec6 {
  margin-bottom: 3em;
  padding: 0 1em;
}

.p-recruitment-sec6__inner {
  margin: 0 auto;
  max-width: 75em;
  position: relative;
}

.p-recruitment-title-3 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.66666667em;
  text-align: center;
  column-gap: 0.22222222em;
}

.p-recruitment-title-3 img {
  width: 6.83333333em;
}

.p-recruitment-link-text-1 {
  text-align: center;
  margin: 2.85714286em 0 0;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-recruitment-link-text-1 a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  column-gap: 0.78571429em;
}

.p-recruitment-link-text-1 a::after {
  content: '';
  display: inline-block;
  aspect-ratio: 12 / 13;
  width: 0.85714286em;
  background: url(../img/common/icon_external.svg) no-repeat center / contain;
}

.p-recruitment-sec6__inner.--has-ribbon::before {
  content: '';
  display: block;
  aspect-ratio: 1038 / 950;
  background: url(../img/common/ribbon_02.png) no-repeat center / contain;
  width: 11.375em;
  position: absolute;
  z-index: -1;
  top: -6.6875em;
  right: 13.875em;
}

@media all and (max-width: 767px) {
  .p-recruitment:not(.--top) .p-recruitment-sec6 {
    padding-top: 5em;
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-sec6 {
    margin-bottom: 6em;
    padding-top: 9.375em;
  }

  .p-recruitment-title-3 {
    justify-content: flex-start;
    margin-bottom: 1.77777778em;
  }

  .p-recruitment-link-text-1 {
    text-align: left;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .p-recruitment-sec6__inner.--has-ribbon::before {
    width: 64.875em;
    top: -47.5em;
    right: calc(50% - 6em);
  }
}

@media (hover: hover) {
  .p-recruitment-link-text-1 a {
    transition: color 0.3s linear;
  }

  .p-recruitment-link-text-1 a:hover {
    color: #E6363F;
  }
}

.p-recruitment-rss-feed {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-recruitment-rss-feed > li {
  margin-bottom: 2.5em;
}

.p-recruitment-rss-feed > li:last-child {
  margin-bottom: 0;
}

.p-recruitment-rss-feed a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.p-recruitment-rss-feed__thumbnail {
  line-height: 1;
  position: relative;
  margin-bottom: 0.9375em;
  overflow: clip;
  width: 100%;

}

.p-recruitment-rss-feed__thumbnail img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
  aspect-ratio: 374 / 196;
}

.p-recruitment-rss-feed__thumbnail::after {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  width: 2.25em;
  border-radius: 50%;
  position: absolute;
  right: 0.4375em;
  bottom: 0.375em;
  background: #FFF url(../img/common/icon_external.svg) no-repeat center / 0.75em auto;
}

.p-recruitment-rss-feed__title {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}

@media all and (min-width: 768px) {
  .p-recruitment-rss-feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 2.375em;
  }

  .p-recruitment-rss-feed > li {
    margin-bottom: 0;
  }

  .p-recruitment-rss-feed__title {
    font-size: 1.25em;
  }
}

@media (hover: hover) {
  .p-recruitment-rss-feed__thumbnail img {
    transition: transform 0.3s linear;
  }

  a:hover .p-recruitment-rss-feed__thumbnail img {
    transform: scale(1.1);
  }
}

/* ↑↑ トップ ↑↑ */

/* ↓↓ 下層共通 ↓↓ */

.p-recruitment-main.--sub-page {
  background: url(../img/common/mv_bg__sp.jpg) no-repeat center 13.125em / 100% auto;
}

@media all and (min-width: 768px) {
  .p-recruitment-main.--sub-page {
    background-image: url(../img/common/mv_bg__pc.jpg);
    background-position: center 23em;
    background-size: 126.375em auto;
  }
}

.p-recruitment-page-hero {
  padding: 5.9375em 0 0;
  margin: 0 auto 2em;
}

.p-recruitment-page-hero__head {
  margin-bottom: 0.625em;
  padding: 0 0.9375em;
}

.p-recruitment-page-hero__title {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.57142857em;
  display: flex;
  align-items: center;
  column-gap: 0.57142857em;
}

.p-recruitment-page-hero__title::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
  width: 0.57142857em;
  flex-shrink: 0;
}

.p-recruitment-page-hero__text-1 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 0.83333333em;
}

.p-recruitment-page-hero__text-2 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
  margin: 0;
}

.p-recruitment-page-hero__image {
  line-height: 1;
  padding: 0 0.3125em;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-hero {
    padding-top: 7.5em;
    display: flex;
    align-items: flex-start;
    max-width: 75em;
  }

  .p-recruitment-page-hero__head {
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 0;
    flex-grow: 1;
    padding-top: 6.25em;
    font-size: 1.33333333vw;
  }

  .p-recruitment-page-hero__title {
    font-size: 1.125em;
    margin-bottom: 1.33333333em;
    column-gap: 0.44444444em;
  }

  .p-recruitment-page-hero__title::before {
    width: 0.72222222em;
  }

  .p-recruitment-page-hero__text-1 {
    font-size: 3em;
  }

  .p-recruitment-page-hero__text-2 {
    font-size: 1.875em;
  }

  .p-recruitment-page-hero__image {
    width: 53.33333333%;
    padding: 0;
    flex-shrink: 0;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-page-hero__head {
    font-size: 1em;
  }
}

.p-recruitment-page-contents {
  border-radius: 1.5em;
  border: 1px solid #D3D3D3;
  background: rgba(255, 255, 255, 0.30);
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(50px);
  margin: 0 auto;
  width: 100%;
  max-width: 64em;
  padding: 3.5em 1em;
  position: relative;
  z-index: 10;
  overflow: clip;
}

.p-recruitment-page-contents.--no-pb {
  padding-bottom: 0;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents {
    margin-top: -5em;
    padding: 7em 2em;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-page-contents {
    margin-top: -7em;
    padding-left: 5em;
    padding-right: 5em;
  }
}

.p-recruitment-catch-3 {
  font-size: 1.375em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1.81818182em;
  padding-bottom: 0.90909091em;
  position: relative;
  border-bottom: 1px solid #BBB;
}

.p-recruitment-catch-3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.18181818em;
  height: 1px;
  background-color: #E6363F;
}

.p-recruitment-catch-3 em {
  font-style: normal;
  color: #E6363F;
}

@media all and (min-width: 768px) {
  .p-recruitment-catch-3 {
    font-size: 2.5em;
    padding-bottom: 0.7em;
    margin-bottom: 1.4em;
  }

  .p-recruitment-catch-3::after {
    width: 1.6em;
  }
}

.p-recruitment-page-contents__sec-1 {
  margin-bottom: 4.5em;
}

.p-recruitment-page-contents__sec-1:last-child {
  margin-bottom: 0;
}

.p-recruitment-title-4 {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1em;
}

.p-recruitment-title-4.--centered {
  text-align: center;
}

.p-recruitment-image-1 {
  line-height: 1;
  text-align: center;
  margin: 3em -1em 0;
}

.p-recruitment-image-1 {
  width: 23.1875em;
}

.p-recruitment-image-2 {
  line-height: 1;
  text-align: center;
  margin: 1.5em auto 0;
}

.--color-emphasis {
  color: #E6363F;
}

.p-recruitment-text-link-1 {
  display: flex;
  align-items: center;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.12em;
  color: #E6363F;
  text-decoration: none;
  margin-top: 2.13333333em;
  column-gap: 1.06666667em;
}

.p-recruitment-text-link-1 .--arrow {
  width: 1em;
}

.p-recruitment-text-link-1 .--arrow::before,
.p-recruitment-text-link-1 .--arrow::after {
  background-image: url(../img/common/arrow_red.svg);
}

@media all and (max-width: 767px) {
  .p-recruitment-title-4.--centered-sp {
    text-align: center;
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-1 {
    margin-bottom: 6em;
  }

  .p-recruitment-title-4 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }

  .p-recruitment-image-1 {
    margin: 3.5em auto 0;
    width: 49.75em;
  }

  .p-recruitment-image-1 {
    width: 100%;
  }

  .p-recruitment-image-2 {
    margin-top: 2.5em;
  }

  .p-recruitment-text-link-1 {
    font-size: 1.125em;
    margin-top: 1.77777778em;
    column-gap: 0.88888889em;
  }

  .p-recruitment-text-link-1 .--arrow {
    width: 0.83333333em;
  }
}

.p-recruitment-page-group-1 {
  margin-top: 2.5em;
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}

.p-recruitment-page-group-1__text {
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.375em;
}

.--logo-group {
  aspect-ratio: 170 / 23;
  width: 7.0625em;
  background-image: url(../img/common/logo_group.svg);
}

.p-recruitment-page-group-1__image {
  line-height: 1;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-group-1 {
    margin-top: 4em;
    flex-direction: row;
    column-gap: 6.48148148%;
  }

  .p-recruitment-page-group-1__text {
    margin-bottom: 1.25em;
  }
}

.p-recruitment-page-group-2 {
  margin-top: 2.5em;
  padding: 2.5em 1em;
  background-color: #F8F8F8;
}

.p-recruitment-page-group-2__text {
  text-align: center;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1em;
}

.p-recruitment-page-group-2__image {
  line-height: 1;
  position: relative;
}

.p-recruitment-page-group-2__image.--illust-01::after {
  content: '';
  display: block;
  aspect-ratio: 255 / 593;
  width: 4em;
  background: url(../img/top/illust_01.png) no-repeat center / contain;
  position: absolute;
  bottom: -1.3125em;
  right: 0.1875em;
}

.p-recruitment-image-3 {
  line-height: 1;
  position: relative;
  margin: 3.5em -1em 4.5em;
}

.p-recruitment-image-3::after {
  content: '';
  display: block;
  aspect-ratio: 665 / 246;
  background: url(../img/common/ribbon_01.png) no-repeat center / contain;
  position: absolute;
  width: 17.375em;
  left: 4.625em;
  top: 4.0625em;
}

.p-recruitment-image-3.--ribbon-2::after {
  left: 1.625em;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-group-2 {
    margin-top: 3.5em;
    padding: 3.5em 2.5em 5.1875em;
  }

  .p-recruitment-page-group-2__text {
    font-size: 1.75em;
    margin-bottom: 1.14285714em;
  }

  .p-recruitment-page-group-2__image.--illust-01::after {
    width: 15.81632653%;
    bottom: -5.1875em;
    right: -10.84183673%;
  }

  .p-recruitment-image-3 {
    margin: 7em -2em 10em;
  }

  .p-recruitment-image-3::after {
    width: 65.06849315%;
    left: 21.23287671%;
    top: 54%;
  }

  .p-recruitment-image-3.--ribbon-2::after {
    left: 7.63209393%;
    top: 60.42944785%;
  }

  .p-recruitment-image-3.--ribbon-3::after {
    top: 48%;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-image-3 {
    margin-left: -5em;
    margin-right: -5em;
  }
}

.p-recruitment-page-contents__sec-2 {
  margin: 0 -1em;
  padding: 0 1em 15.8125em;
  background: url(../img/company/bg_infinity__sp.jpg) no-repeat center bottom / 100% auto;
}

.p-recruitment-list-1 {
  display: flex;
  column-gap: 0.4375em;
  row-gap: 0.4375em;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
}

.p-recruitment-list-1 > li {
  width: calc(50% - 0.21875em);
  border-radius: 0.5em;
  border: 1px solid #D3D3D3;
  background: #FFF;
  box-shadow: 0 0 0.6875em rgba(211, 240, 255, 0.30);
  padding: 1em 1.125em;
}

.p-recruitment-list-1__image {
  margin: 0 auto 0.25em;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 205 / 238;
}

.p-recruitment-list-1__image.--01 {
  background-image: url(../img/company/img_05.png);
}

.p-recruitment-list-1__image.--02 {
  background-image: url(../img/company/img_06.png);
}

.p-recruitment-list-1__image.--03 {
  background-image: url(../img/company/img_07.png);
}

.p-recruitment-list-1__image.--04 {
  background-image: url(../img/company/img_08.png);
}

.p-recruitment-list-1__image.--05 {
  background-image: url(../img/company/img_09.png);
}

.p-recruitment-list-1__image.--06 {
  background-image: url(../img/company/img_10.png);
}

.p-recruitment-list-1__text {
  font-size: 0.625em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}

.p-recruitment-page-contents__sub-sec-1 {
  margin: 4.875em -1em 0;
  background: url(../img/company/bg_map__sp.png) no-repeat center 1.625em / 100% auto;
}

.p-recruitment-title-5 {
  text-align: center;
  width: fit-content;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 auto 1.38888889em;
  padding-bottom: 0.44444444em;
  border-bottom: 1px solid #2B2B2B;
}

.p-recruitment-page-group-3 {
  margin-bottom: 1.25em;
}

.p-recruitment-page-group-3 p {
  margin: 0 auto 0.375em;
  width: auto;
  height: 4.125em;
}

.p-recruitment-page-group-3 p:last-child {
  margin-bottom: 0;
}

.p-recruitment-page-group-3 .--txt-1 {
  aspect-ratio: 275 / 90;
  background-image: url(../img/company/txt_01.png);
}

.p-recruitment-page-group-3 .--txt-2 {
  aspect-ratio: 266 / 90;
  background-image: url(../img/company/txt_02.png);
}

.p-recruitment-text-3 {
  text-align: center;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0.02em;
  margin: 0;
}

.p-recruitment-catch-4 {
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 4.36363636em 0 0.18181818em;
}

.p-recruitment-catch-4 em {
  font-style: normal;
  color: #B6000F;
}

.p-recruitment-text-4 {
  text-align: center;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  margin: 0;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-2 {
    margin-left: -2em;
    margin-right: -2em;
    background-image: url(../img/company/bg_infinity__pc.jpg);
    background-size: 63.875em auto;
    padding: 0 2em 19.3125em;
  }

  .p-recruitment-list-1 {
    column-gap: 4.62962963%;
    row-gap: 2.5em;
  }

  .p-recruitment-list-1 > li {
    width: calc(90.74074074% / 3);
    box-shadow: 0 0 1em rgba(211, 240, 255, 0.30);
    padding: 1.4375em 3.24074074%;
  }

  .p-recruitment-list-1__image {
    margin-bottom: 0.5em;
  }

  .p-recruitment-list-1__text {
    font-size: 0.875em;
  }

  .p-recruitment-page-contents__sub-sec-1 {
    margin: 7.3125em -2em 0;
    background-image: url(../img/company/bg_map__pc.png);
    background-position: center 1.875em;
    background-size: 61.3125em auto;
  }

  .p-recruitment-title-5 {
    margin-bottom: 4em;
  }

  .p-recruitment-page-group-3 {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4.8125em;
  }

  .p-recruitment-page-group-3 p {
    margin: 0;
    height: 5.625em;
  }

  .p-recruitment-text-3 {
    font-size: 1.125em;
  }

  .p-recruitment-catch-4 {
    font-size: 2.5em;
    margin: 3em 0 0.1em;
  }

  .p-recruitment-text-4 {
    font-size: 1em;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-page-contents__sec-2 {
    margin-left: -5em;
    margin-right: -5em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .p-recruitment-page-contents__sub-sec-1 {
    margin: 7.3125em -5em 0;
  }
}

.p-recruitment-sec8 {
  margin: 9.375em auto 0;
  position: relative;
  width: 100%;
  max-width: 64em;
}

.p-recruitment-sec8::before {
  content: '';
  display: block;
  aspect-ratio: 1038 / 950;
  width: 18.6875em;
  background: url(../img/common/ribbon_02.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: -13.625em;
  z-index: -1;
}

.p-recruitment-sec8::after {
  content: '';
  display: block;
  aspect-ratio: 299 / 576;
  width: 6.1875em;
  background: url(../img/top/illust_03.png) no-repeat center / contain;
  position: absolute;
  left: 1em;
  top: -9.125em;
  z-index: 1;
}

.p-recruitment-sec8__inner {
  border-radius: 1.5em;
  border: 1px solid #D3D3D3;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(50px);
  padding: 3.5em 1em;
}

@media all and (min-width: 768px) {
  .p-recruitment-sec8 {
    margin-top: 13em;
  }

  .p-recruitment-sec8::before {
    width: 64.875em;
    right: unset;
    left: -21.625em;
    top: -16.75em;
  }

  .p-recruitment-sec8::after {
    width: 10.9375em;
    left: -5em;
    top: -3.5em;
  }

  .p-recruitment-sec8__inner {
    padding: 7em 1em;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-sec8__inner {
    padding-left: 5em;
    padding-right: 5em;
  }
}

.p-recruitment-points-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-recruitment-points-1 > li {
  margin-bottom: 1.75em;
}

.p-recruitment-points-1 > li:last-child {
  margin-bottom: 0;
}

.p-recruitment-points-1__body {
  display: flex;
  align-items: flex-start;
  column-gap: 0.875em;
  margin-bottom: 0.75em;
}

.p-recruitment-points-1__number {
  aspect-ratio: 164 / 112;
  flex-shrink: 0;
  width: 1.5em;
  margin: 0.5em 0 0;
}

.p-recruitment-points-1__number.--01 {
  background-image: url(../img/common/01__sp.png);
}

.p-recruitment-points-1__number.--02 {
  background-image: url(../img/common/02__sp.png);
}

.p-recruitment-points-1__number.--03 {
  background-image: url(../img/common/03__sp.png);
}

.p-recruitment-points-1__block {
  flex-grow: 1;
}

.p-recruitment-points-1__title {
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 0.66666667em;
}

.p-recruitment-points-1__title em {
  font-style: normal;
  color: #E6363F;
}

.p-recruitment-text-5 {
  font-size: 0.875em;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0;
}

.p-recruitment-points-1__link {
  width: 8.4375em;
  margin: 0 auto;
}

.p-recruitment-points-1__link a {
  text-decoration: none;
  color: inherit;
  display: block;
  aspect-ratio: 1 / 1;
  padding-top: 3.125em;
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  box-shadow: 0 0.25em 1.25em rgba(0, 0, 0, 0.04);
}

.p-recruitment-points-1__link a > span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.5;
  column-gap: 0.25em;
}

.p-recruitment-points-1__link a > span:nth-child(1)::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
  width: 0.41666667em;
}

.p-recruitment-points-1__link a > span:nth-child(2) {
  color: #888;
  font-size: 0.75em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: block;
  margin: 0.5em auto 0;
}

.p-recruitment-points-1__link a .--arrow {
  width: 1.0625em;
  margin: 0.75em auto 0;
}

.p-recruitment-points-1__link a .--arrow::before,
.p-recruitment-points-1__link a .--arrow::after {
  background-image: url(../img/common/arrow_red.svg);
}

@media all and (min-width: 768px) {
  .p-recruitment-points-1 > li {
    margin-bottom: 2em;
    display: flex;
    align-items: flex-start;
    column-gap: 3em;
  }

  .p-recruitment-points-1__body {
    column-gap: 1.5em;
    margin-bottom: 0;
    flex-grow: 1;
  }

  .p-recruitment-points-1__number {
    width: 2.8125em;
  }

  .p-recruitment-points-1__number.--01 {
    background-image: url(../img/common/01__pc.png);
  }

  .p-recruitment-points-1__number.--02 {
    background-image: url(../img/common/02__pc.png);
  }

  .p-recruitment-points-1__number.--03 {
    background-image: url(../img/common/03__pc.png);
  }

  .p-recruitment-points-1__title {
    font-size: 1.5em;
    margin-bottom: 1em;
  }

  .p-recruitment-text-5 {
    font-size: 1em;
  }

  .p-recruitment-points-1__link {
    width: 13.75em;
    margin: 0;
    flex-shrink: 0;
  }

  .p-recruitment-points-1__link a {
    padding-top: 5.625em;
  }

  .p-recruitment-points-1__link a > span:nth-child(1) {
    font-size: 1em;
    column-gap: 0.375em;
  }

  .p-recruitment-points-1__link a > span:nth-child(1)::before {
    width: 0.625em;
  }

  .p-recruitment-points-1__link a > span:nth-child(2) {
    font-size: 1em;
    margin-top: 0.5em;
  }

  .p-recruitment-points-1__link a .--arrow {
    width: 1.875em;
    margin-top: 1em;
  }
}

.p-recruitment-nav-wrap-1 {
  margin: 3em -1em 2.5em;
}

.p-recruitment-inner-nav-1 {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #FFF;
  box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.08);
  padding: 0 0 0.5em;
  list-style: none;
}

.p-recruitment-inner-nav-1 > li {
  width: calc(100% / 3);
  text-align: center;
  position: relative;
}

.p-recruitment-inner-nav-1 > li::after {
  content: '';
  display: block;
  width: 1px;
  height: 1.375em;
  background-color: #BBB;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-recruitment-inner-nav-1 > li:last-child::after {
  display: none;
  content: none;
}

.p-recruitment-inner-nav-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.6875em;
  padding-bottom: 0.375em;
  background: url(../img/common/arrow_down_red.svg) no-repeat center bottom 0.5em / 0.8125em;
  color: inherit;
  text-decoration: none;
}

.p-recruitment-inner-nav-1 a > span {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .p-recruitment-nav-wrap-1 {
    padding-bottom: 1em;
    overflow: clip;
  }

  .p-recruitment-inner-nav-1 > li:nth-child(3)::after {
    display: none;
    content: none;
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-nav-wrap-1 {
    margin: 3.5em 0 6.125em;
  }

  .p-recruitment-inner-nav-1 {
    padding-bottom: 0;
  }

  .p-recruitment-inner-nav-1 > li {
    width: calc(100% / 5);
  }

  .p-recruitment-inner-nav-1 > li::after {
    height: 1.8125em;
  }

  .p-recruitment-inner-nav-1 a {
    height: 6.5em;
    padding-bottom: 0.8125em;
    background-position: center bottom 1.0625em;
    background-size: 1.125em auto;
  }

  .p-recruitment-inner-nav-1 a > span {
    font-size: 1em;
  }
}

@media (hover: hover) {
  .p-recruitment-inner-nav-1 a {
    transition: opacity 0.3s linear;
  }

  .p-recruitment-inner-nav-1 a:hover {
    opacity: 0.6;
  }
}

.p-recruitment-occupation + .p-recruitment-occupation {
  margin-top: 5em;
}

.p-recruitment-occupation__title-1 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 1.5em;
  background-color: #2B2B2B;
  color: #FFF;
  column-gap: 0.5em;
  padding: 0.125em 0.75em;
}

.p-recruitment-occupation__title-1 > span {
  display: inline-block;
}

.p-recruitment-occupation__title-1 > span:nth-child(1) {
  font-size: 0.75em;
}

.p-recruitment-occupation__title-1 > span:nth-child(2) {
  font-size: 1.25em;
}

.p-recruitment-occupation__head {
  margin-bottom: 2.5em;
}

.p-recruitment-occupation__group-1 {
  margin-bottom: 2em;
}

.p-recruitment-occupation__catch-1 {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 0.8em;
}

.p-recruitment-occupation__text-1 {
  font-size: 0.875em;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0;
}

.p-recruitment-occupation__group-2 {
  margin: 0 auto;
  width: 18.125em;
}

.p-recruitment-occupation__image {
  position: relative;
}

.p-recruitment-occupation__image img {
  display: block;
  border-radius: 1em;
}

.p-recruitment-occupation__image::before {
  content: '';
  display: block;
  aspect-ratio: 164 / 112;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0.125em;
  transform: translateY(-50%);
  width: 4.875em;
}

.p-recruitment-occupation__image.--no-1::before {
  background-image: url(../img/top/01.png);
}

.p-recruitment-occupation__image.--no-2::before {
  background-image: url(../img/top/02.png);
}

.p-recruitment-occupation__image.--no-3::before {
  background-image: url(../img/top/03.png);
}

.p-recruitment-occupation__image.--no-4::before {
  background-image: url(../img/top/04.png);
}

.p-recruitment-occupation__image.--no-5::before {
  background-image: url(../img/top/05.png);
}

.p-recruitment-occupation__image::after {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.p-recruitment-occupation__image.--pict-1::after {
  background-image: url(../img/top/illust_02.png);
  aspect-ratio: 166 / 224;
  width: 6.25em;
  bottom: -5.875em;
  right: -1.5em;
}

.p-recruitment-occupation__image.--pict-2::after {
  background-image: url(../img/top/illust_04.png);
  aspect-ratio: 143 / 264;
  width: 5.625em;
  bottom: -7.25em;
  right: 0.5625em;
}

.p-recruitment-occupation__image.--pict-3::after {
  background-image: url(../img/top/illust_05.png);
  aspect-ratio: 189 / 188;
  width: 8.6875em;
  bottom: -6.375em;
  right: -1.5em;
}

.p-recruitment-occupation__image.--pict-4::after {
  background-image: url(../img/top/illust_06.png);
  aspect-ratio: 149 / 234;
  width: 6.5625em;
  bottom: -3.875em;
  left: -1.5em;
}

.p-recruitment-occupation__image.--pict-5::after {
  background-image: url(../img/top/illust_07.png);
  aspect-ratio: 113 / 230;
  width: 4.625em;
  bottom: -6.5em;
  right: 0.75em;
}

@media all and (min-width: 768px) {
  .p-recruitment-occupation + .p-recruitment-occupation {
    margin-top: 8em;
  }

  .p-recruitment-occupation__title-1 > span:nth-child(1) {
    font-size: 0.875em;
  }

  .p-recruitment-occupation__head {
    display: flex;
    align-items: flex-start;
    column-gap: 3.5em;
  }

  .p-recruitment-occupation__group-1 {
    margin-bottom: 0;
    flex-grow: 1;
  }

  .p-recruitment-occupation__catch-1 {
    font-size: 1.75em;
    margin-bottom: 0.57142857em;
  }

  .p-recruitment-occupation__text-1 {
    font-size: 1.0625em;
  }

  .p-recruitment-occupation__group-2 {
    margin: 0;
    width: 20em;
    flex-shrink: 0;
  }

  .p-recruitment-occupation__image::before {
    width: 6.125em;
  }

  .p-recruitment-occupation__image.--pict-1::after {
    width: 9.25em;
    bottom: -4.6875em;
    left: -4.625em;
  }

  .p-recruitment-occupation__image.--pict-2::after {
    width: 8.875em;
    bottom: -11.875em;
    right: 0.875em;
  }

  .p-recruitment-occupation__image.--pict-3::after {
    width: 12.0625em;
    bottom: -9.75em;
    right: 0.75em;
  }

  .p-recruitment-occupation__image.--pict-4::after {
    width: 9.25em;
    bottom: -8.0625em;
    left: -2.5em;
  }

  .p-recruitment-occupation__image.--pict-5::after {
    width: 6.75em;
    bottom: -11.6875em;
    right: 1.375em;
  }
}

.p-recruitment-occupation__description {
  padding: 2.5em 1em;
  background-color: #F8F8F8;
}

.p-recruitment-occupation__title-2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1.25em;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}

.p-recruitment-occupation__title-2::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  width: 0.625em;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
  flex-shrink: 0;
}

.p-recruitment-occupation__list-1 {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.9375em;
  row-gap: 0.75em;
}

.p-recruitment-occupation__list-1:last-child {
  margin-bottom: 0;
}

.p-recruitment-occupation__list-1 > li {
  border-left: 0.1875em solid #E6363F;
  padding-left: 0.75em;
  width: calc(50% - 0.46875em);
  display: flex;
  align-items: center;
  min-height: 1.875em;
}

.p-recruitment-occupation__list-1 > li > span {
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-recruitment-occupation__box-1 {
  margin-top: 1.25em;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  padding: 1.5em 1em;
}

.p-recruitment-occupation__box-1 p {
  font-size: 0.9375em;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0;
}

.p-recruitment-occupation__box-1 strong {
  font-weight: 700;
  color: #E6363F;
}

.p-recruitment-occupation__title-3 {
  font-size: 0.875em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1.14285714em;
}

@media all and (max-width: 767px) {
  .p-recruitment-occupation__list-1 > li > span.--small-sp {
    font-size: 0.75em;
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-occupation__description {
    padding: 2.5em;
  }

  .p-recruitment-occupation__title-2 {
    font-size: 1.25em;
    margin-bottom: 1.1em;
    column-gap: 0.6em;
  }

  .p-recruitment-occupation__title-2::before {
    width: 0.65em;
  }

  .p-recruitment-occupation__list-1 {
    column-gap: 3.75em;
  }

  .p-recruitment-occupation__list-1 > li {
    padding-left: 1.1875em;
    width: calc((100% - 7.5em) / 3);
  }

  .p-recruitment-occupation__list-1 > li > span {
    font-size: 0.875em;
  }

  .p-recruitment-occupation__box-1 {
    margin-top: 2em;
    padding: 1.5em 2.5em;
  }

  .p-recruitment-occupation__box-1 p {
    font-size: 1em;
  }
}

.p-recruitment-more-1 {
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
}

.p-recruitment-more-1 > li {
  margin-bottom: 1em;
}

.p-recruitment-more-1 > li:last-child {
  margin-bottom: 0;
}

.p-recruitment-more-1 a {
  display: flex;
  align-items: flex-start;
  column-gap: 0.75em;
  color: inherit;
  text-decoration: none;
  border-radius: 1em;
  border: 1px solid #D3D3D3;
  padding: 1.25em 2.25em 1.25em 1.25em;
}

.p-recruitment-more-1 a[target=_blank] {
  background: url(../img/common/icon_external.svg) no-repeat right 0.75em bottom 0.625em / 0.875em auto;
}

.p-recruitment-more-1__thumb {
  line-height: 1;
  width: 6.25em;
  flex-shrink: 0;
}

.p-recruitment-more-1__thumb img {
  display: block;
  border-radius: 0.25em;
}

.p-recruitment-more-1__body {
  flex-grow: 1;
}

.p-recruitment-more-1__text-1 {
  font-size: 0.6875em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 0.54545455em;
  display: flex;
  align-items: center;
  column-gap: 0.45454545em;
}

.p-recruitment-more-1__text-1::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  width: 0.63636364em;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
  flex-shrink: 0;
}

.p-recruitment-more-1__text-2 {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0;
}

@media all and (min-width: 768px) {
  .p-recruitment-more-1 {
    margin-top: 3.5em;
    display: flex;
    flex: wrap;
    column-gap: 2.5em;
    row-gap: 2.5em;
  }

  .p-recruitment-more-1 > li {
    margin-bottom: 0;
    width: calc(50% - 1.25em);
  }

  .p-recruitment-more-1 a {
    column-gap: 1em;
    height: 100%;
  }

  .p-recruitment-more-1 a[target=_blank] {
    background-size: 1.125em auto;
  }

  .p-recruitment-more-1__thumb {
    width: 7.5em;
  }

  .p-recruitment-more-1__text-1 {
    font-size: 0.75em;
    margin-bottom: 0.66666667em;
    column-gap: 0.5em;
  }

  .p-recruitment-more-1__text-1::before {
    width: 0.75em;
  }

  .p-recruitment-more-1__text-2 {
    font-size: 1em;
  }
}

@media (hover: hover) {
  .p-recruitment-more-1 a {
    transition: opacity 0.3s linear;
  }

  .p-recruitment-more-1 a:hover {
    opacity: 0.6;
  }
}

.p-recruitment-contribution-img-1 {
  margin-top: 2.5em;
  line-height: 1;
  position: relative;
}

.p-recruitment-contribution-img-1::after {
  content: '';
  display: block;
  aspect-ratio: 108 / 104;
  width: 6.75em;
  background: url(../img/contribution/illust_01__sp.png) no-repeat center / contain;
  position: absolute;
  right: 0.875em;
  top: -3.5em;
}

@media all and (min-width: 768px) {
  .p-recruitment-contribution-img-1 {
    margin-top: 3.5rem;
    font-size: 1.5625vw;
    padding: 3.6875em 2.5em 3.75em;
    background-color: #F8F8F8;
  }

  .p-recruitment-contribution-img-1::after {
    aspect-ratio: 207 / 262;
    width: 12.9375em;
    background-image: url(../img/contribution/illust_01__pc.png);
    right: unset;
    left: 1.0625em;
    top: unset;
    bottom: -1.375em;
  }
}

@media all and (min-width: 1024px) {
  .p-recruitment-contribution-img-1 {
    font-size: 1em;
  }
}

.p-recruitment-medication {
  margin-top: 2.5em;
  padding: 1.5em 1em;
  background-color: #F8F8F8;
}

.p-recruitment-medication__head {
  margin-bottom: 1.5em;
  position: relative;
}

.p-recruitment-medication__title {
  text-align: center;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1.06666667em;
}

.p-recruitment-medication__text-1 {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 0.85714286em;
}

.p-recruitment-medication__text-1 strong {
  color: #E6363F;
}

.p-recruitment-medication__text-2 {
  font-size: 0.625em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0;
  width: fit-content;
  padding: 0.4em;
  border: 1px solid #2B2B2B;
}

.p-recruitment-medication__images {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6875em;
}

.p-recruitment-medication__images img {
  display: block;
  border-radius: 0.25em;
  width: calc(50% - 0.34375em);
}

@media all and (max-width: 767px) {
  .p-recruitment-medication {
    background-image: url(../img/contribution/illust_02.png);
    background-position: left 15.25em top 4.6875em;
    background-repeat: no-repeat;
    background-size: 3.5em auto;
  }
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-1.--has-illust-1 {
    position: relative;
  }

  .p-recruitment-page-contents__sec-1.--has-illust-1::after {
    content: '';
    display: block;
    aspect-ratio: 148 / 223;
    width: 9.25em;
    background: url(../img/contribution/illust_02.png) no-repeat center / contain;
    position: absolute;
    right: -1.5em;
    top: 1.5em;
    z-index: -1;
  }

  .p-recruitment-medication {
    margin-top: 3.5em;
    padding: 3em 2.5em;
    display: flex;
    align-items: flex-start;
    column-gap: 1.5625em;
  }

  .p-recruitment-medication__head {
    margin-bottom: 0;
    flex-shrink: 0;
    width: 19.75em;
  }

  .p-recruitment-medication__title {
    font-size: 1.25em;
    margin-bottom: 0.8em;
    text-align: left;
  }

  .p-recruitment-medication__text-1 {
    font-size: 0.9375em;
    margin-bottom: 0.8em;
  }

  .p-recruitment-medication__text-2 {
    font-size: 0.75em;
    padding: 0.33333333em;
  }

  .p-recruitment-medication__images {
    flex-grow: 1;
    column-gap: 1.5625em;
  }

  .p-recruitment-medication__images img {
    width: calc(50% - 0.78125em);
  }
}

@media all and (min-width: 860px) {
  .p-recruitment-page-contents__sec-1.--has-illust-1::after {
    right: 3.3125em;
  }
}

.p-recruitment-page-contents__sec-3 {
  margin-top: 4.375em;
  margin-bottom: 2em;
}

.p-recruitment-page-contents__sec-3-col-1 {
  margin-bottom: 1.5em;
}

.p-recruitment-page-contents__sec-3-col-2 {
  display: flex;
  align-items: flex-start;
  column-gap: 1.0625em;
}

.p-recruitment-page-contents__sec-3-col-2 > img {
  display: block;
  border-radius: 0.25em;
  width: calc(50% - 0.53125em);
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-3 {
    margin-top: 10em;
    margin-bottom: 2.25em;
    display: flex;
    align-items: flex-start;
    column-gap: 1.5em;
  }

  .p-recruitment-page-contents__sec-3-col-1 {
    margin-bottom: 0;
    flex-grow: 1;
  }

  .p-recruitment-page-contents__sec-3-col-2 {
    flex-shrink: 0;
    width: 10.625em;
    display: block;
  }

  .p-recruitment-page-contents__sec-3-col-2 > img {
    margin-bottom: 1em;
    width: 100%;
  }

  .p-recruitment-page-contents__sec-3-col-2 > img:last-child {
    margin-bottom: 0;
  }
}

.p-recruitment-list-2 {
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  column-gap: 2em;
  row-gap: 2.875em;
}

.p-recruitment-list-2::after {
  content: '';
  display: block;
  aspect-ratio: 430 / 166;
  background: url(../img/contribution/illust_03.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5.875em;
  width: 17.4375em;
}

.p-recruitment-list-2 > li {
  width: 7.75em;
}

.p-recruitment-list-2__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  box-shadow: 0 0.125em 0.5625em rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  column-gap: 0.25em;
}

.p-recruitment-list-2__item::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  width: 0.5em;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
}

.p-recruitment-list-2__item > span {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .p-recruitment-list-2 {
    margin-top: 3em;
    padding-top: 8.9375em;
  }

  .p-recruitment-list-2::after {
    top: 0;
    width: 26.875em;
  }

  .p-recruitment-list-2 > li {
    width: calc((100% - 6em) / 4);
  }

  .p-recruitment-list-2 > li:nth-child(even) {
    margin-top: 2em;
  }

  .p-recruitment-list-2__item {
    column-gap: 0.375em;
  }

  .p-recruitment-list-2__item::before {
    width: 0.625em;
  }

  .p-recruitment-list-2__item > span {
    font-size: 1.125em;
  }
}

.p-recruitment-page-contents__sec-4 {
  margin-top: 3.5em;
  padding: 2em;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0.25em 1.25em 0 rgba(0, 0, 0, 0.08);
}

.p-recruitment-text-6 {
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1.06666667em;
  text-align: center;
}

.p-recruitment-image-4 {
  margin: 0 auto 1.5em;
  max-width: 100%;
  width: 10.9375em;
  line-height: 1;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-4 {
    margin-top: 6em;
    padding: 2.5em;
    display: flex;
    align-items: center;
    column-gap: 3.9375em;
  }

  .p-recruitment-page-contents__sec-4-col-1 {
    flex-grow: 1;
  }

  .p-recruitment-text-6 {
    font-size: 1.25em;
    margin-bottom: 1.6em;
    text-align: left;
  }

  .p-recruitment-image-4 {
    margin: 0;
    width: 16.5em;
    flex-shrink: 0;
  }

  .p-recruitment-page-contents__sec-4 .p-recruitment-button-1 {
    margin-left: 0;
  }
}

.p-recruitment-page-contents__sec-5 {
  margin-bottom: 2.5em;
}

.p-recruitment-page-contents__sec-5 > .--image {
  margin: 2em auto 0;
  width: 18.1875em;
  line-height: 1;
}

.p-recruitment-page-contents__sec-5 > .--image img {
  display: block;
  border-radius: 1em;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-5 {
    margin-bottom: 3.5em;
    display: flex;
    align-items: flex-start;
    column-gap: 3.5em;
  }

  .p-recruitment-page-contents__sec-5 > .--text {
    flex-grow: 1;
  }

  .p-recruitment-page-contents__sec-5 > .--image {
    margin: 0;
    width: 20em;
    flex-shrink: 0;
  }
}

.p-recruitment-page-contents__sec-6 {
  background: url(../img/info/ribbon_01__sp.png) no-repeat center 29.375em / 100% auto;
  margin: 0 -1em 4.625em;
  padding-left: 1em;
  padding-right: 1em;
}

.p-recruitment-info-image-1 {
  line-height: 1;
  margin: 0 -1em 0.5em;
}

.p-recruitment-blur-1 {
  margin: 0 -1em 3em;
  padding: 1.5em 1em 0;
  background: url(../img/info/blur__sp.png) repeat-x center top / auto 8.6875em;
}

.p-recruitment-info-title-1 {
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 0.88888889em;
}

.p-recruitment-info-title-1 em {
  font-style: normal;
  color: #E6363F;
}

.p-recruitment-info-list-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 0.5625em;
  row-gap: 0.5625em;
  flex-wrap: wrap;
}

.p-recruitment-info-list-1 > li {
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 0.25em;
  padding: 0.75em 1.25em;
  width: calc(50% - 0.28125em);
}

.p-recruitment-info-list-1 p {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-6 {
    background-image: url(../img/info/ribbon_01__pc.png);
    background-position: center 9em;
    margin: 0 -2em 4.6875em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .p-recruitment-info-image-1 {
    margin: 0 auto 1em;
    width: 48.625em;
    max-width: 100%;
  }

  .p-recruitment-blur-1 {
    margin: 0 auto 2.5em;
    padding: 1.625em 0 0;
    background-image: url(../img/info/blur__pc.png);
    background-size: auto 6em;
  }

  .p-recruitment-info-title-1 {
    font-size: 1.25em;
    margin-bottom: 0.85em;
  }

  .p-recruitment-info-list-1 {
    column-gap: 1em;
    row-gap: 1em;
  }

  .p-recruitment-info-list-1 > li {
    padding-left: 1em;
    padding-right: 1em;
    width: fit-content;
    flex-shrink: 0;
  }

  .p-recruitment-info-list-1 p {
    font-size: 1em;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-page-contents__sec-6 {
    margin-left: -5em;
    margin-right: -5em;
    padding-left: 5em;
    padding-right: 5em;
  }
}

.p-recruitment-info-list-2 {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.3125em;
  row-gap: 0.3125em;
  max-width: 100%;
}

.p-recruitment-info-list-2 > li {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  width: calc((100% - 0.9375em) / 4);
  box-shadow: 0 0.25em 1.25em rgba(0, 0, 0, 0.04);
}

.p-recruitment-info-list-2 p {
  font-size: 0.6875em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.36363636em;
}

.p-recruitment-info-list-2 p::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  width: 0.54545455em;
  flex-shrink: 0;
  background: url(../img/common/bullet-1.png) no-repeat center / contain;
}

@media all and (min-width: 768px) {
  .p-recruitment-info-list-2 {
    column-gap: 2em;
    row-gap: 0.5em;
    width: 48.625em;
  }

  .p-recruitment-info-list-2 > li {
    width: calc((100% - 8em) / 5);
  }

  .p-recruitment-info-list-2 p {
    font-size: 0.875em;
    column-gap: 0.28571429em;
  }

  .p-recruitment-info-list-2 p::before {
    width: 0.57142857em;
  }
}

.p-recruitment-page-contents__sec-7 {
  margin: 4.625em 0 3.5em;
  position: relative;
}

.p-recruitment-page-contents__sec-7::before,
.p-recruitment-page-contents__sec-7::after {
  content: '';
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.p-recruitment-page-contents__sec-7::before {
  aspect-ratio: 299 / 576;
  background-image: url(../img/top/illust_03.png);
  top: -8.1875em;
  right: 4.375em;
  width: 4.625em;
}

.p-recruitment-page-contents__sec-7::after {
  aspect-ratio: 255 / 593;
  background-image: url(../img/top/illust_01.png);
  top: -4.8125em;
  right: 0.5em;
  width: 3.625em;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-7 {
    margin-top: 4.6875em;
    margin-bottom: 7em;
  }

  .p-recruitment-page-contents__sec-7::before {
    top: -3em;
    right: 7.4375em;
    width: 7.375em;
  }

  .p-recruitment-page-contents__sec-7::after {
    top: 1.625em;
    right: 0;
    width: 5.9375em;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-page-contents__sec-7::before {
    right: 12.375em;
  }

  .p-recruitment-page-contents__sec-7::after {
    right: 4.9375em;
  }
}

.p-recruitment-info-block-1 {
  background-color: #F8F8F8;
  margin: 2em 0 1em;
  padding: 2.5em 1em;
}

.p-recruitment-info-block-1__col-1 {
  margin-bottom: 2em;
}

.p-recruitment-info-title-2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 0 0 0.5em;
}

.p-recruitment-info-list-3 {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}

.p-recruitment-info-list-3 > li {
  font-size: 0.875em;
  letter-spacing: 0.02em;
  margin-bottom: 0.71428571em;
  display: flex;
  align-items: center;
  column-gap: 0.57142857em;
  line-height: 1;
}

.p-recruitment-info-list-3 > li:last-child {
  margin-bottom: 0;
}

.p-recruitment-info-list-3 > li::before {
  content: '';
  display: block;
  aspect-ratio: 1 / 1;
  width: 1.28571429em;
  background: url(../img/info/check.svg) no-repeat center / contain;
}

.p-recruitment-info-catch-1 {
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1.33333333em;
}

.p-recruitment-info-catch-1 em {
  font-style: normal;
  color: #E6363F;
}

.p-recruitment-info-list-4 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.625em;
  row-gap: 0.375em;
}

.p-recruitment-info-list-4 > li {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  column-gap: 0.28571429em;
}

.p-recruitment-info-list-4 > li > img {
  display: block;
  width: 2.42857143em;
  flex-shrink: 0;
}

.p-recruitment-info-list-4 > li > span {
  display: block;
  width: fit-content;
}

@media all and (min-width: 768px) {
  .p-recruitment-info-block-1 {
    margin-top: 3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 4em;
  }

  .p-recruitment-info-block-1__col-1 {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .p-recruitment-info-block-1__col-2 {
    width: 22.5em;
  }

  .p-recruitment-info-catch-1 {
    font-size: 1.25em;
    margin-bottom: 1.2em;
  }
}

.p-recruitment-page-contents__sec-8 {
  margin: 4.5em -1em 1em;
  padding: 0 1em 12.5em;
  background: url(../img/info/sky__sp.jpg) no-repeat center bottom / 100% auto;
}

.p-recruitment-info-list-5 {
  margin: 2em -1em 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.1875em;
  grid-row-gap: 0.1875em;
}

.p-recruitment-info-list-5 > li {
  line-height: 1;
}

.p-recruitment-info-map {
  line-height: 1;
  margin-top: 9.125em;
}

@media all and (min-width: 768px) {
  .p-recruitment-page-contents__sec-8 {
    margin: 11.75em -2em 1.25em;
    padding: 0 2em 12.5em;
    background-image: url(../img/info/sky__pc.jpg);
    background-position: 65.25em auto;
  }

  .p-recruitment-info-list-5 {
    margin: 3.5em 0 0;
    grid-column-gap: 0.25em;
    grid-row-gap: 0.25em;
  }

  .p-recruitment-info-map {
    margin-top: 6.375em;
  }
}

@media all and (min-width: 960px) {
  .p-recruitment-page-contents__sec-8 {
    margin-left: -5em;
    margin-right: -5em;
    padding-left: 5em;
    padding-right: 5em;
  }
}

.p-recruitment-page-contents__sec-9 + .p-recruitment-page-contents__sec-9 {
  margin-top: 3em;
}

.p-recruitment-info-title-3 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0 0 1.33333333em;
  display: flex;
  align-items: center;
  column-gap: 0.66666667em;
}

.p-recruitment-info-title-3 > img {
  display: block;
  width: 3.44444444em;
  flex-shrink: 0;
}

.p-recruitment-info-list-6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-recruitment-info-list-6 > li {
  margin-bottom: 1em;
}

.p-recruitment-info-list-6 > li:last-child {
  margin-bottom: 0;
}

.p-recruitment-info-list-6 a {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 0.5em;
  border: 1px solid #E3E3E3;
  padding: 1.5em 1em 2em;
  background: url(../img/common/icon_external.svg) no-repeat right 1em bottom 1em / 1em auto;
}

.p-recruitment-info-list-6__link {
  margin-top: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1em;
  border-top: 1px solid #E3E3E3;
}

.p-recruitment-info-list-6__link p {
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: underline;
  margin: 0;
}

.p-recruitment-info-list-6.--no-logo p {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}

.p-recruitment-info-list-6.--no-logo a {
  padding-bottom: 1.5em;
}

.p-recruitment-info-list-6__body .--logo {
  margin: 0;
  line-height: 1;
}

.p-recruitment-info-list-6__body .--logo img {
  display: block;
  width: auto;
  height: 2.5em;
}

.p-recruitment-info-list-6__body .--logo.--size-45 img {
  height: 2.8125em;
}

.p-recruitment-info-list-6__body .--logo.--size-34 img {
  height: 2.125em;
}

.p-recruitment-info-list-6__location {
  margin: 1.33333333em 0 0;
  font-size: 0.75em;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.5em;
  font-weight: 700;
  line-height: 1.8;
  background-color: #F2F2F2;
  padding: 0.5em 0.66666667em;
  border-radius: 0.33333333em;
  width: fit-content;
}

.p-recruitment-info-list-6__location > li {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}

.p-recruitment-info-list-6__location > li::after {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  background-color: #BBB;
}

.p-recruitment-info-list-6__location > li:last-child::after {
  content: none;
  display: none;
}

@media all and (min-width: 768px) {
  .p-recruitment-info-title-3 {
    font-size: 1.375em;
    margin-bottom: 1.22727273em;
    column-gap: 0.72727273em;
  }

  .p-recruitment-info-title-3 > img {
    width: 2.81818182em;
  }

  .p-recruitment-info-list-6 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.5em;
    row-gap: 2.5em;
  }

  .p-recruitment-info-list-6 > li {
    margin-bottom: 0;
    width: calc(50% - 1.25em);
  }

  .p-recruitment-info-list-6 a {
    display: flex;
    padding: 0;
    background-position: right 0.625em bottom 0.625em;
    background-size: 1.125em auto;
    height: 100%;
  }

  .p-recruitment-info-list-6__link {
    margin-top: 0;
    padding: 1em;
    border-top: none;
    border-left: 1px solid #E3E3E3;
    width: 6.5em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-recruitment-info-list-6.--no-logo p {
    font-size: 1.75em;
  }

  .p-recruitment-info-list-6.--no-logo a {
    padding: 1.25em;
    height: 8.125em;
    align-items: center;
  }

  .p-recruitment-info-list-6__body {
    flex-grow: 1;
    padding: 1.5em 1em 1.5em 1.5em;
  }

  .p-recruitment-info-list-6__location {
    margin-top: 1em;
    max-width: 22em;
  }
}

@media (hover: hover) {
   .p-recruitment-info-list-6 p {
    transition: color 0.15s linear;
  }

  .p-recruitment-info-list-6 a:hover p {
    color: #E6363F;
    text-decoration: none;
  }
}

/* ↑↑ 下層共通 ↑↑ */
