@charset "UTF-8";
/* ===== 採用情報_PC (Figma 378:2114) ===== */
/* ── Animations (from home.css) ── */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.2s;
}

.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.9s ease;
}

.fade-in.is-visible {
  opacity: 1;
}

@keyframes moving1 {
  0%, 100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
@keyframes moving2 {
  0%, 100% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(6px);
  }
}
@keyframes moving3 {
  0%, 100% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.06);
  }
  65% {
    transform: scale(0.97);
  }
}
@keyframes moving4 {
  0% {
    transform: translate(4px, 0);
  }
  12.5% {
    transform: translate(2.8px, 2.8px);
  }
  25% {
    transform: translate(0, 4px);
  }
  37.5% {
    transform: translate(-2.8px, 2.8px);
  }
  50% {
    transform: translate(-4px, 0);
  }
  62.5% {
    transform: translate(-2.8px, -2.8px);
  }
  75% {
    transform: translate(0, -4px);
  }
  87.5% {
    transform: translate(2.8px, -2.8px);
  }
  100% {
    transform: translate(4px, 0);
  }
}
.moving-1 {
  animation: moving1 4s ease-in-out infinite;
  transform-origin: center center;
}

.moving-2 {
  animation: moving2 3.5s ease-in-out infinite;
}

.moving-3 {
  animation: moving3 2.5s ease-in-out infinite;
  transform-origin: center center;
}

.moving-4 {
  animation: moving4 6s linear infinite;
}

/* ── Ashirai (Decorative Elements) ── */
.ashirai-layer {
  position: absolute;
  width: var(--container-max);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: var(--z-deco-back);
}

.ashirai {
  position: absolute;
  pointer-events: none;
  max-width: none;
  width: 100%;
}

@media screen and ( max-width: 767px ) {
  .ashirai-layer {
    width: 100vw;
  }
}
/* Ashirai positions (adjusted for aboutus page if needed, currently copying from home sec-planet) */
.ashirai-01 {
  left: 146px;
  top: -427px;
  width: 96px;
}

.ashirai-02 {
  left: 174px;
  top: -58px;
  width: 70px;
}

.ashirai-03 {
  left: 621px;
  top: -152px;
  width: 247px;
}

.ashirai-04 {
  right: 23px;
  top: 126px;
  width: 140px;
}

.ashirai-05 {
  left: 45px;
  top: 327px;
  width: 71px;
}

.ashirai-06 {
  right: -57px;
  top: 311px;
  width: 57px;
}

.ashirai-07 {
  right: 16px;
  top: -58px;
  width: 63px;
}

.ashirai-08 {
  left: -105px;
  top: 72px;
  width: 251px;
}

.ashirai-09 {
  left: 97px;
  top: 63px;
  width: 65px;
}

.ashirai-10 {
  left: 46px;
  top: 400px;
  width: 88px;
}

.ashirai-11 {
  left: 37px;
  top: 570px;
  width: 53px;
}

.ashirai-12 {
  left: 104px;
  top: 707px;
  width: 140px;
}

.ashirai-13 {
  right: 14px;
  top: 240px;
  width: 167px;
}

.ashirai-14 {
  right: -57px;
  top: 636px;
  width: 71px;
}

.ashirai-15 {
  right: 65px;
  top: 748px;
  width: 40px;
}

.ashirai-16 {
  left: 44px;
  top: 1033px;
  width: 87px;
}

.ashirai-17 {
  right: 27px;
  top: 1144px;
  width: 117px;
}

.ashirai-18 {
  right: 80px;
  top: 1198px;
  width: 288px;
}

.ashirai-19 {
  right: 3px;
  top: 267px;
  width: 140px;
}

.ashirai-20 {
  left: 142px;
  top: 270px;
  width: 89px;
}

.ashirai-21 {
  left: 27px;
  top: 480px;
  width: 61px;
}

.ashirai-22 {
  left: 108px;
  top: 688px;
  width: 279px;
}

.ashirai-23 {
  left: 46px;
  top: 965px;
  width: 106px;
}

.ashirai-24 {
  right: 62px;
  top: 760px;
  width: 104px;
}

.ashirai-25 {
  right: 2px;
  top: 978px;
  width: 87px;
}

@media screen and ( max-width: 767px ) {
  .ashirai-sp-01 {
    right: 0;
    top: 48.8vw;
    width: 23.2vw;
  }
  .ashirai-sp-02 {
    left: 0;
    top: 97.9vw;
    width: 6.7vw;
  }
  .ashirai-sp-03 {
    right: 0;
    top: 116.3vw;
    width: 6.1vw;
  }
  .ashirai-sp-04 {
    right: 0;
    top: 148vw;
    width: 9.6vw;
  }
  .ashirai-sp-05 {
    left: 0;
    top: 213.3vw;
    width: 16.3vw;
  }
  .ashirai-sp-06 {
    right: 0;
    top: 357.1vw;
    width: 13.3vw;
  }
  .ashirai-sp-07 {
    left: 0;
    top: 273.6vw;
    width: 15.2vw;
  }
  .ashirai-sp-08 {
    right: 0;
    top: 357.1vw;
    width: 16.5vw;
  }
  .ashirai-sp-09 {
    left: 0;
    top: 451.2vw;
    width: 15.2vw;
  }
  .ashirai-sp-10 {
    right: 0;
    top: 81.6vw;
    width: 18.7vw;
  }
  .ashirai-sp-11 {
    left: 0;
    top: 137.1vw;
    width: 5.6vw;
  }
  .ashirai-sp-12 {
    right: 0;
    top: 216.3vw;
    width: 18.4vw;
  }
  .ashirai-sp-13 {
    left: 0;
    top: 268.3vw;
    width: 24.3vw;
  }
}
/* ── Hide on PC ── */
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/* ── Hide on mobile ── */
@media screen and ( max-width: 767px ) {
  .sp-none {
    display: none;
  }
}
/* ── Page Hero (ph) ── */
.bg-yellow {
  background-color: var(--c-bg);
}

.ph {
  background-image: url("../images/guideline/hero-bg.png");
}

@media screen and ( max-width: 767px ) {
  .ph {
    background-image: url("../images/guideline/hero-bg-sp.png");
  }
  .ph__title {
    padding-left: 9.6vw;
  }
}
/* ── Intro (ri) ── */
.ri {
  padding: 0 0;
  position: relative;
  overflow: visible;
  z-index: 9;
}

.ri__inner {
  margin-bottom: 102px;
  padding: 80px 0 0;
  background: var(--c-bg);
}
.ri__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 102px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjIxMCIgdmlld0JveD0iMCAwIDE0NDAgMjEwIiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTEuODM1ODhlLTA1IDUuNzIxNjdlLTA1TDE0NDAgMC4wMDAxODMxMDVMMTQ0MCAxMzEuOTgzQzEyNTAuNjggMTczLjQ5MyAxMDA4LjY3IDIwOS40MDMgNzI3IDIwOS45OTNDNDM5LjA1IDIxMC41OTMgMTkyLjA5IDE3NC4xMDMgNi44MTk2MWUtMDYgMTMxLjk5M0wxLjgzNTg4ZS0wNSA1LjcyMTY3ZS0wNVoiIGZpbGw9IiNGRkZGRUYiLz48L3N2Zz4=") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: -102px;
  left: 0;
  right: 0;
}

.ri__message {
  display: flex;
  align-items: flex-start;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.ri__text {
  flex: 0 0 610px;
  padding-top: 0;
}

.ri__heading {
  font-family: var(--ff-body);
  font-size: 33px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--c-title);
  margin: 0 0 45px;
}

.ri__body {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: var(--c-text);
  margin: 0;
}

.ri__media {
  width: 488px;
  position: absolute;
  top: 67px;
  right: -102px;
}

.ri__media img:first-child {
  width: 100%;
  max-width: 488px;
  height: auto;
  object-fit: cover;
}

.ri__logo {
  width: 218px;
  height: auto;
  margin: 13px 0 0 94px;
}

@media screen and ( max-width: 767px ) {
  .ri {
    padding: 0 0;
  }
  .ri__inner {
    margin-bottom: 15.7vw;
    padding: 8vw 6.4vw 0;
  }
  .ri__inner::after {
    height: 15.7vw;
    bottom: -15.7vw;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNzUiIGhlaWdodD0iNTkiIHZpZXdCb3g9IjAgMCAzNzUgNTkiIGZpbGw9Im5vbmUiPiA8cGF0aCBkPSJNLTExMiAwSDQ4OEM0MDguMzA0IDMxLjY3ODEgMzA4LjIyMSA1OC4zMDE1IDE5Mi41ODMgNTguOTg2M0M3Mi44ODc1IDU5LjcwMTIgLTMwLjQyMDggMzIuNDIzMyAtMTEyIDBaIiBmaWxsPSIjRkZGRkVGIi8+PC9zdmc+");
  }
  .ri__message {
    flex-direction: column;
  }
  .ri__text {
    flex: none;
  }
  .ri__heading {
    font-size: 6.4vw;
    margin: 0 0 8vw;
  }
  .ri__body {
    font-size: 4.3vw;
  }
  .ri__media {
    width: 74.7vw;
    margin: 8vw auto 0;
    position: static;
  }
  .ri__media img:first-child {
    max-width: none;
  }
  .ri__logo {
    width: 58.1vw;
    margin: 2.7vw auto 0;
  }
}
/* ── Table sections (rt) ── */
.rt {
  padding: 100px 0 0;
  overflow: visible;
}
.rt--recruit {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}

.rt__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
  z-index: var(--z-content);
}

/* Section bar */
.rt__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
  background: var(--c-title);
  padding: 14px;
  border-radius: 15px;
}

.rt__bar-text {
  font-family: var(--ff-body);
  font-size: 28px;
  font-weight: 500;
  color: var(--c-white);
  white-space: nowrap;
  letter-spacing: 0.2em;
}

/* Data table */
.rt__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.rt__table tr {
  border-bottom: 2px solid var(--c-title);
}

.rt__table tr:first-child {
  border-top: 2px solid var(--c-title);
}

.rt__table th {
  width: 176px;
  padding: 25px 16px;
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--c-title);
  text-align: center;
  vertical-align: middle;
  background: #E0F2E2;
}

.rt__table td {
  padding: 25px 35px;
  font-family: var(--ff-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--c-text);
  vertical-align: top;
  background: var(--c-white);
}

/* Approval number */
.rt__approval {
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--c-text);
  text-align: right;
  margin: 20px 0 0;
}

@media screen and ( max-width: 767px ) {
  .rt {
    padding: 16vw 0 0;
  }
  .rt--recruit {
    padding-top: 13.3vw;
    padding-bottom: 21.3vw;
  }
  .rt__inner {
    padding: 0 6.4vw;
  }
  /* Section bar */
  .rt__bar {
    margin-bottom: 8vw;
    padding: 3.7vw;
    border-radius: 4vw;
  }
  .rt__bar-text {
    font-size: 6.4vw;
  }
  /* Data table */
  .rt__table {
    margin-bottom: 0;
  }
  .rt__table tr {
    border-bottom: none;
  }
  .rt__table tr:first-child {
    border-top: none;
  }
  .rt__table th {
    width: 100%;
    padding: 2.1vw 4.3vw;
    font-size: 4.3vw;
    display: block;
  }
  .rt__table td {
    padding: 8vw 0;
    font-size: 4.3vw;
    line-height: 1.7;
    display: block;
  }
  /* Approval number */
  .rt__approval {
    font-size: 3.7vw;
    margin: 8vw 0 0;
  }
}

/* ── Entry section (ee) copied from entry ── */
.ee {
  padding: 80px 0 100px;
  overflow: visible;
  z-index: 9;
}

.ee__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.ee__box {
  background: var(--c-white);
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 10px rgba(48, 48, 48, 0.3);
  box-shadow: 3px 3px 10px rgba(48, 48, 48, 0.3);
  overflow: hidden;
}

.ee__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 20px 0;
  text-align: center;
  background: var(--c-title);
}

.ee__box-title-text {
  font-family: var(--ff-body);
  font-size: 29px;
  font-weight: 500;
  color: var(--c-white);
  white-space: nowrap;
  line-height: 1.1;
}

.ee__box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 116px;
  padding: 40px;
}

.ee__box-divider {
  width: 2px;
  height: 140px;
  background-image: radial-gradient(circle, rgba(48, 48, 48, 0.5) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 6px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin: auto 25px 0;
}

.ee__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 38px;
}

.ee__box-text {
  color: var(--c-text);
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 42px;
}

.ee__bnr {
  width: 195px;
  height: 60px;
}

.ee__bnr img {
  width: 100%;
  height: auto;
}

@media screen and ( max-width: 767px ) {
  .ee {
    padding: 16vw 0 21.3vw;
  }

  .ee__inner {
    padding: 0 6.4vw;
  }

  .ee__box {
    border-radius: 6.4vw;
  }

  .ee__box-title {
    height: 26.7vw;
    padding: 5.6vw;
  }

  .ee__box-title-text {
    font-size: 5.3vw;
  }

  .ee__box-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8vw;
    padding: 10.7vw 5.3vw;
  }

  .ee__box-divider {
    width: 65.9vw;
    height: 2px;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    margin: 0 auto;
  }

  .ee__box-item {
    padding: 0;
  }

  .ee__box-text {
    font-size: 4.3vw;
    margin: 0 0 5.3vw;
  }

  .ee__bnr {
    width: 52vw;
    height: 16vw;
  }

}