@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --fz-base: 1.4rem;
  --fz-1: 2.4rem;
  --fz-2: 2rem;
  --fz-3: 1.6rem;
  --fz-4: 1.5rem;
  --fz-5: 1.2rem;
  --heading-01: 5rem;
  --heading-02: 3.6rem;
  --heading-03: 3rem;
  --sp-1: 0.4rem;
  --sp-2: 0.8rem;
  --sp-3: 1.2rem;
  --sp-4: 1.6rem;
  --sp-6: 2.4rem;
  --sp-8: 3.2rem;
  --sp-10: 4rem;
  --sp-12: 4.8rem;
  --sp-16: 6.4rem;
  --sp-20: 8rem;
  --sp-24: 9.6rem;
  --inner-width: 1250px;
  --inner-padding: 30px;
}

@media screen and (max-width: 768px) {
  :root {
    --inner-padding: 20px;
  }
}
@media (min-width: 768px) {
  :root {
    --fz-base: clamp(1.4rem, 1.4vw, 1.8rem);
    --fz-1: clamp(2.6rem, 2.2vw, 3.2rem);
    --fz-2: clamp(2rem, 1.8vw, 2.6rem);
    --fz-3: clamp(1.7rem, 1.5vw, 2.2rem);
    --fz-4: clamp(1.5rem, 1.5vw, 1.9rem);
    --fz-5: clamp(1.2rem, 1vw, 1.5rem);
    --heading-01: clamp(5rem, 6.5vw, 9rem);
    --heading-02: clamp(3.6rem, 4vw, 7.5rem);
    --heading-03: clamp(3rem, 3.2vw, 4.6rem);
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: var(--fz-base);
  font-weight: 500;
  color: #2c2c2c;
  background-color: #ffffff;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.contents a {
  text-decoration: underline;
}

.inner {
  max-width: calc(var(--inner-width) + var(--inner-padding) * 2);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

br.brmd {
  display: none;
}
@media screen and (max-width: 768px) {
  br.brmd {
    display: block;
  }
}

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pcblock {
    display: none;
  }
}

.mdblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdblock {
    display: block;
  }
}

.spblock {
  display: none;
}
@media screen and (max-width: 640px) {
  .spblock {
    display: block;
  }
}

.snow-monkey-forms-turnstile--position\:after {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
}

.c-btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 4rem;
  background: #0e62aa;
  color: #ffffff;
  padding: 1.2rem 1.2rem 1.2rem 3.2rem;
  border-radius: 100vw;
  border: 2px solid transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.c-btn-pill:hover {
  background-color: #ffffff;
  color: #0e62aa;
  border-color: #0e62aa;
}
.c-btn-pill__arrow {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.js-zoom-img {
  overflow: hidden;
}

.c-section-ttl-en {
  font-family: "Geom", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(5rem, 7vw, 10rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
}

#sub-page {
  padding-top: 180px;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #sub-page {
    padding-top: 120px;
    padding-bottom: 6rem;
  }
}
#sub-page .sub-page__ttl {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 3rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 3.2rem;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 2rem;
  }
}
.header__logo a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  background-color: #ffffff;
  border-radius: 12px;
  position: absolute;
  top: 1.2rem;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.header__logo a img {
  width: 74px;
}
@media screen and (max-width: 768px) {
  .header__logo a img {
    width: 64px;
  }
}
.header__logo-name {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  .header__gnav {
    display: none;
  }
}
.header__gnav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 0;
  background: #fff;
  padding: 10px 30px;
  border-radius: 100vw;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .header__gnav ul {
    padding: 10px;
  }
}
.header__gnav li {
  border-left: 1px solid #ddd;
  padding: 0 2.4rem;
}
@media screen and (max-width: 1024px) {
  .header__gnav li {
    padding: 0 1.5rem;
  }
}
.header__gnav li:first-child {
  border-left: none;
}
.header__gnav li.header__gnav-recruit {
  border: none;
  padding-left: 3.2rem;
}
.header__gnav li.header__gnav-recruit a {
  display: block;
  padding: 0.8rem 2rem;
  background: #0e62aa;
  color: #ffffff;
  border-radius: 2px;
  font-size: 1.3rem;
}
.header__gnav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  font-weight: bold;
}
.header__gnav a:hover .header__gnav-ja {
  color: #0e62aa;
}
.header__gnav-en {
  font-size: 1.2rem;
  color: #0e62aa;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
}
.header__gnav-ja {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c2c2c;
  transition: color 0.3s ease;
}

.p-fv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.p-fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.p-fv__bg.is-fixed .p-fv__icon {
  filter: blur(12px);
  transition: filter 0.6s ease;
}
.p-fv__icon {
  position: absolute;
}
.p-fv__icon img {
  display: block;
}
.p-fv__icon--01 {
  top: -1%;
  left: 5%;
  width: max(55px, 9vw);
}
.p-fv__icon--02 {
  top: 15%;
  left: 26%;
  width: max(50px, 8vw);
}
.p-fv__icon--03 {
  top: -1%;
  left: 46%;
  width: max(75px, 13vw);
}
.p-fv__icon--04 {
  top: -1%;
  right: 1%;
  width: max(100px, 13vw);
}
.p-fv__icon--05 {
  top: 36%;
  left: -7%;
  width: max(115px, 30vw);
}
.p-fv__icon--06 {
  top: 30%;
  left: 48%;
  width: max(105px, 22vw);
}
.p-fv__icon--07 {
  top: 28%;
  right: -3%;
  width: max(70px, 18vw);
}
.p-fv__icon--08 {
  bottom: 12%;
  left: 27%;
  width: max(55px, 12vw);
}
@media screen and (max-width: 768px) {
  .p-fv__icon--08 {
    width: 20%;
    bottom: 12%;
    left: 27%;
  }
}
.p-fv__icon--09 {
  bottom: 12%;
  right: 17%;
  width: max(65px, 12vw);
}
@media screen and (max-width: 768px) {
  .p-fv__icon--09 {
    bottom: 17%;
    right: 12%;
  }
}
.p-fv__text {
  position: absolute;
  top: 50%;
  left: 6vw;
  transform: translateY(-50%);
  z-index: 1;
}
.p-fv__heading img {
  width: min(580px, 55vw);
}
.p-fv__lead {
  font-size: var(--fz-1);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
.p-fv__recruit-btn {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 99;
  opacity: 0;
  transition: filter 0.5s ease;
}
@media screen and (max-width: 768px) {
  .p-fv__recruit-btn {
    position: fixed;
    right: 2rem;
  }
}
.p-fv__recruit-btn img {
  display: block;
  width: 150px;
}
@media screen and (max-width: 1240px) {
  .p-fv__recruit-btn img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__recruit-btn img {
    width: 80px;
  }
}

.p-recruit-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 1.6rem 1.2rem;
  background: #0e62aa;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.p-recruit-fixed.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.hamburger__trigger {
  position: relative;
  z-index: 201;
  width: 52px;
  height: 52px;
  background: #0e62aa;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hamburger__bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s ease;
}
.hamburger__trigger--open .hamburger__bar--top {
  transform: translateY(5px) rotate(45deg);
}
.hamburger__trigger--open .hamburger__bar--bottom {
  transform: translateY(-5px) rotate(-45deg);
}
.hamburger__nav {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 200;
  overflow-y: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hamburger__nav--open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.hamburger__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 8rem 3.2rem;
  background-color: #eef4fb;
}
.hamburger__inner ul {
  list-style: none;
  width: 100%;
  max-width: 360px;
}
.hamburger__inner li {
  border-bottom: 1px solid #fff;
  opacity: 0;
  transform: translateY(20px);
}
.hamburger__inner li:first-child {
  border-top: 1px solid #fff;
}
.hamburger__inner a {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 1rem 0;
  transition: opacity 0.2s;
}
.hamburger__inner a:hover {
  opacity: 0.6;
}
.hamburger__nav-en {
  font-family: "Outfit", sans-serif;
  font-size: 2.2rem;
  line-height: 1.75;
  font-weight: 700;
  color: #0e62aa;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  min-width: 10rem;
}
.hamburger__nav-ja {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0.05em;
}

@keyframes hamburgerFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hamburger__nav--open .hamburger__inner li {
  animation: hamburgerFadeInUp 0.45s ease forwards;
}
.hamburger__nav--open .hamburger__inner li:nth-child(1) {
  animation-delay: 0.23s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(2) {
  animation-delay: 0.31s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(3) {
  animation-delay: 0.39s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(4) {
  animation-delay: 0.47s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(5) {
  animation-delay: 0.55s;
}
.hamburger__nav--open .hamburger__inner li:nth-child(6) {
  animation-delay: 0.63s;
}

@keyframes vision-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes vision-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes vision-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes vision-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.p-section-ttl {
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.2rem, 4vw, 6.4rem);
  font-weight: 700;
  color: #0e62aa;
  margin: 0;
  line-height: 1;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-section-ttl {
    margin-bottom: 3rem;
  }
}

.p-vision {
  padding: 8rem 0;
  overflow: hidden;
}
.p-vision .inner {
  display: flex;
  align-items: center;
  gap: 14rem;
}
@media screen and (max-width: 1024px) {
  .p-vision .inner {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-vision .inner {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.p-vision__sliders {
  display: flex;
  gap: 1.6rem;
  flex-shrink: 0;
  width: 40%;
  height: 900px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-vision__sliders {
    display: none;
  }
}
.p-vision__slider-col {
  flex: 1;
  overflow: hidden;
}
.p-vision__slider-track {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-vision__slider-track--up {
  animation: vision-up 20s linear infinite;
}
.p-vision__slider-track--down {
  animation: vision-down 20s linear infinite;
}
.p-vision__slider-track--left, .p-vision__slider-track--right {
  flex-direction: row;
}
.p-vision__slider-track--left {
  animation: vision-left 20s linear infinite;
}
.p-vision__slider-track--right {
  animation: vision-right 20s linear infinite;
}
.p-vision__slide {
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
.p-vision__slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-vision__slider-col .p-vision__slide img {
  height: 300px;
}
.p-vision__sliders-sp {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-vision__sliders-sp {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.p-vision__slider-sp-row {
  overflow: hidden;
}
.p-vision__slider-sp-row .p-vision__slide {
  width: 180px;
}
.p-vision__slider-sp-row .p-vision__slide img {
  height: 140px;
}
@media screen and (max-width: 768px) {
  .p-vision__slider-sp-row .p-vision__slide img {
    height: 100px;
  }
}
.p-vision__body {
  flex: 1;
}
.p-vision__lead {
  font-size: var(--fz-2);
  font-weight: bold;
  line-height: 2;
  margin-bottom: 3rem;
}
.p-vision__text {
  line-height: 2.4;
  font-weight: 500;
  font-size: var(--fz-4);
}
@media screen and (max-width: 768px) {
  .p-vision__text {
    line-height: 2;
  }
}

.fade_blur_img {
  opacity: 0;
  filter: blur(14px);
  will-change: opacity, filter, transform;
}

.p-organization {
  padding: 10rem 0;
  background: #eef4fb;
}
@media screen and (max-width: 768px) {
  .p-organization {
    padding: 4rem 0;
  }
}
.p-organization .inner {
  display: flex;
  align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .p-organization .inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-organization__body {
  flex: 0 0 38%;
}
@media screen and (max-width: 768px) {
  .p-organization__body {
    flex: none;
    width: 100%;
  }
}
.p-organization__label {
  font-size: var(--fz-4);
  color: #2c2c2c;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.p-organization__lead {
  font-size: var(--fz-2);
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.p-organization__text {
  font-size: var(--fz-4);
  font-weight: bold;
  line-height: 2;
}
.p-organization__diagram {
  flex: 1;
}
.p-organization__diagram img {
  width: 100%;
  display: block;
}

.p-companies {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-companies {
    padding: 4rem 0;
  }
}
.p-companies__inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-companies__inner {
    height: auto;
    padding: 0;
  }
}
.p-companies__head {
  flex-shrink: 0;
}
.p-companies__label {
  font-size: var(--fz-4);
  color: #2c2c2c;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.p-companies__panels {
  position: relative;
  flex: 1;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-companies__panels {
    flex: none;
    height: 100vh;
  }
}
.p-companies__panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-companies__panel {
    bottom: 60px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.p-companies__body {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  gap: 6.6rem;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-companies__body {
    flex-direction: column;
    height: auto;
    gap: 0;
    padding: 3rem;
  }
}
.p-companies__info {
  flex: 0 0 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .p-companies__info {
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 768px) {
  .p-companies__info {
    flex: none;
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
}
.p-companies__logo {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-companies__logo {
    margin-bottom: 1.8rem;
  }
}
.p-companies__logo img {
  height: 56px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-companies__logo img {
    height: 36px;
    display: block;
    margin: auto;
  }
}
.p-companies__catch {
  font-size: var(--fz-2);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-companies__catch {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-companies__text {
  font-size: var(--fz-4);
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2.4rem;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  .p-companies__text {
    line-height: 1.75;
  }
}
@media screen and (max-width: 480px) {
  .p-companies__text {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.p-companies__badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-companies__badges {
    margin-bottom: 2rem;
    gap: 0.5rem;
  }
}
.p-companies__panel--01 .p-companies__badges, .p-companies__panel--02 .p-companies__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1240px) {
  .p-companies__panel--01 .p-companies__badges, .p-companies__panel--02 .p-companies__badges {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-companies__panel--01 .p-companies__badges .p-companies__badge, .p-companies__panel--02 .p-companies__badges .p-companies__badge {
  width: 100%;
}
.p-companies__badge {
  display: inline-flex;
  align-items: center;
  background: #01c8dd;
  border-radius: 100vw;
  overflow: hidden;
  height: 52px;
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-companies__badge {
    height: 30px;
  }
}
.p-companies__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  margin: 4px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-companies__badge-icon {
    width: 24px;
    height: 24px;
    margin: 3px;
  }
}
.p-companies__badge-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-companies__badge-icon img {
    width: 14px;
    height: 14px;
  }
}
.p-companies__badge-text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 1.6rem 0 0.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-companies__badge-text {
    font-size: 1.1rem;
    padding: 0 1rem 0 0.4rem;
  }
}
.p-companies__site-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-start;
  padding: 1.2rem 2.4rem;
  background: #f39939;
  color: #ffffff;
  width: 100%;
  font-weight: bold;
  font-size: var(--fz-4);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-companies__site-btn {
    padding: 1rem;
    justify-content: center;
  }
}
.p-companies__site-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-companies__site-btn:hover::before {
  transform: translateX(0);
}
.p-companies__site-btn::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.5em;
  background: url("../img/top/link-icon.svg") no-repeat center/contain;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  position: relative;
}
.p-companies__site-btn:hover::after {
  transform: translateX(0.3em);
}
.p-companies__photo {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-companies__photo {
    flex: none;
    width: 100%;
    order: 2;
  }
}
.p-companies__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-companies__photo img {
    height: 140px;
    aspect-ratio: unset;
    border-radius: 6px;
  }
}

.p-companies__panel--01 .p-companies__badge {
  background: #0e62aa;
}

.p-companies__panel--02 .p-companies__badge {
  background: #5c3f8f;
}

.p-companies__panel--03 .p-companies__badge {
  background: #4bd3b6;
}

.p-companies__panel--04 .p-companies__badge {
  background: #01c8dd;
}

.p-history {
  padding: 8rem 0 16rem;
  --history-year-font-size: var(--heading-02);
  background-color: #f5faff;
}
@media screen and (max-width: 768px) {
  .p-history {
    padding: 4rem 0;
  }
}
.p-history__head {
  margin-bottom: 4rem;
}
.p-history__label {
  font-size: var(--fz-4);
  color: #2c2c2c;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.p-history__content {
  padding: 10rem 10rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-history__content {
    padding: 8rem 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-history__content {
    padding: 4rem 2rem 0;
  }
}
.p-history__timeline-scroll {
  max-height: 1200px;
  overflow-y: auto;
  padding-right: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-history__timeline-scroll {
    max-height: 800px;
    padding-right: 1rem;
  }
}
.p-history__timeline-scroll::-webkit-scrollbar {
  width: 6px;
}
.p-history__timeline-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.p-history__timeline-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.p-history__scroll-hint {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 1.2rem 0 0.8rem;
  background: linear-gradient(to bottom, transparent, #ffffff 40%);
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.p-history__scroll-hint.is-hidden {
  opacity: 0;
}
.p-history__scroll-hint-icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #0e62aa;
  border-bottom: 2px solid #0e62aa;
  transform: rotate(45deg);
  animation: historyScrollBounce 2s ease-in-out infinite;
}
.p-history__scroll-hint-text {
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.15em;
  color: #0e62aa;
  font-weight: 600;
}
.p-history__timeline {
  list-style: none;
  position: relative;
}
.p-history__timeline::before {
  content: "";
  position: absolute;
  left: 21.6rem;
  top: calc(var(--history-year-font-size) / 2 - 0.6rem);
  bottom: 2rem;
  border-left: 2px dashed rgba(14, 98, 170, 0.35);
}
@media screen and (max-width: 768px) {
  .p-history__timeline::before {
    left: 1.1rem;
  }
}
.p-history__item {
  display: grid;
  grid-template-columns: 20rem 3.2rem 1fr;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .p-history__item {
    grid-template-columns: 2.4rem 1fr;
    grid-template-areas: "year  year" "marker event";
  }
}
.p-history__year-num {
  font-size: var(--history-year-font-size);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #b8d4ee;
  text-align: right;
  white-space: nowrap;
  padding: 0 8rem 4rem 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-history__year-num {
    grid-area: year;
    font-size: 2.4rem;
    padding: 0 0 0.4rem 0;
    text-align: left;
    background: #ffffff;
    position: relative;
  }
}
.p-history__marker {
  display: flex;
  justify-content: center;
  padding-top: calc(var(--history-year-font-size) / 2 - 0.6rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-history__marker {
    grid-area: marker;
    padding-top: 0.4rem;
  }
}
.p-history__dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #0e62aa;
  flex-shrink: 0;
}
.p-history__event {
  padding: 0 0 4.8rem 8rem;
}
@media screen and (max-width: 768px) {
  .p-history__event {
    grid-area: event;
    padding: 0 0 3.2rem 1.6rem;
  }
}
.p-history__date {
  font-size: var(--fz-4);
  font-weight: 700;
  color: #01c8dd;
  margin-bottom: 0.5rem;
}
.p-history__desc {
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-history__desc {
    line-height: 1.5;
  }
}
.p-history__photos {
  display: flex;
  gap: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-history__photos {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.p-history__photo {
  flex: 1;
}
.p-history__photo img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.p-history__photo figcaption {
  font-size: 1.1rem;
  color: #888;
  margin-top: 0.6rem;
  line-height: 1.6;
}

.p-recruit-cta {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-cta {
    padding: 4rem 0 6rem;
  }
}
.p-recruit-cta__box {
  position: relative;
  border-radius: 12px;
  overflow: visible;
  min-height: min(420px, 70vw);
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__box {
    border-radius: 16px;
    min-height: auto;
  }
}
.p-recruit-cta__media {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__media {
    border-radius: 16px;
  }
}
.p-recruit-cta__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.p-recruit-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10, 37, 64, 0.88) 0%, rgba(10, 37, 64, 0.55) 48%, rgba(10, 37, 64, 0.35) 100%);
}
.p-recruit-cta__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 8rem);
  align-items: start;
  padding: clamp(4rem, 7vw, 8rem);
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3.2rem 2rem;
  }
}
.p-recruit-cta__catch {
  margin: 0;
  font-size: clamp(2.4rem, 3.6vw, 4rem);
  font-weight: 700;
  line-height: 1.45;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__catch {
    font-size: clamp(2.2rem, 6vw, 2.8rem);
  }
}
.p-recruit-cta__body {
  color: #ffffff;
}
.p-recruit-cta__label {
  margin: 0 0 0.8rem;
  font-size: var(--fz-4);
  font-weight: 600;
  opacity: 0.95;
}
.p-recruit-cta__ttl {
  margin: 0 0 3rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.6rem, 5vw, 5.6rem);
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__ttl {
    margin-bottom: 2rem;
  }
}
.p-recruit-cta__text {
  margin: 0 0 2.4rem;
  font-size: var(--fz-4);
  font-weight: bold;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.94);
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__text {
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
.p-recruit-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 360px;
  overflow: visible;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__actions {
    max-width: none;
    gap: 2rem;
  }
}
.p-recruit-cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 5.2rem;
  padding: 1rem 1.8rem 1rem 5.6rem;
  border-radius: 14px;
  overflow: visible;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.35;
  transition: transform 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__btn {
    font-size: 1.4rem;
    min-height: 4.8rem;
    padding: 0.9rem 1.6rem 0.9rem 5rem;
  }
}
.p-recruit-cta__btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.p-recruit-cta__btn--orange {
  background: #f39939;
}
.p-recruit-cta__btn--blue {
  background: #0e62aa;
}
.p-recruit-cta__btn-icon-wrap {
  position: absolute;
  left: 1.4rem;
  top: 50%;
  transform: translate(-42%, -50%);
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__btn-icon-wrap {
    width: 5.2rem;
    height: 5.2rem;
    left: 1.2rem;
  }
}
.p-recruit-cta__btn-icon-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 62%;
  max-height: 62%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recruit-cta__btn-text {
  flex: 1;
  text-align: center;
  padding-inline: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__btn-text {
    text-align: left;
    padding-left: 0.8rem;
  }
}
.p-recruit-cta__btn-arrow {
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-recruit-cta__btn-arrow::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.site-footer {
  position: relative;
  padding: 8rem 0 30rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 4rem 0 20rem;
  }
}
.site-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2.4rem, 4vw, 5rem);
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.site-footer__col {
  min-width: 0;
}
.site-footer__col--brand {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  text-align: center;
}
.site-footer__col--nav {
  padding-inline: clamp(0rem, 2vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .site-footer__col--nav {
    padding-inline: 0;
  }
}
.site-footer__col--group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.site-footer__logo-link {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.4s ease;
}
.site-footer__logo-link:hover {
  opacity: 0.65;
}
.site-footer__logo {
  width: min(180px, 100%);
  height: auto;
}
.site-footer__address {
  margin: 0;
  line-height: 1.8;
  color: #2c2c2c;
}
.site-footer__nav-heading {
  margin: 0 0 1.2rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .site-footer__nav-heading {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
.site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.8rem 0 1rem;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #2c2c2c;
  font-weight: 700;
  background-color: transparent;
  transition: color 0.35s ease, background-color 0.35s ease;
}
.site-footer__nav-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #01cfe4;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, opacity 0.35s ease;
}
.site-footer__nav-link:hover {
  color: #0e62aa;
  background-color: #ffffff;
}
.site-footer__nav-link:hover::after {
  opacity: 0.88;
  color: #01cfe4;
  background-color: #ffffff;
  border-color: #01cfe4;
}
.site-footer__nav-label {
  flex: 1;
  text-align: left;
}
.site-footer__group-primary {
  line-height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.site-footer__group-primary-logo {
  height: 52px;
  width: auto;
  max-width: min(220px, 100%);
  -o-object-fit: contain;
     object-fit: contain;
  padding: 6px;
  border-radius: 6px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .site-footer__group-primary-logo {
    height: 80px;
  }
}
.site-footer__group-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .site-footer__group-logos {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1.6rem 2rem;
    justify-content: center;
  }
}
.site-footer__group-logos a {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
.site-footer__group-logos a:hover {
  transform: translateY(-2px) scale(1.02);
  opacity: 0.85;
}
.site-footer__group-logo {
  height: 34px;
  width: 132px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .site-footer__group-logo {
    width: 140px;
  }
}
.site-footer__instagram-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .site-footer__instagram-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.site-footer__instagram-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  padding: 7px 10px;
  background-color: #ffffff;
  border-radius: 6px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
.site-footer__instagram-links a:hover {
  transform: translateY(-2px) scale(1.02);
  opacity: 0.85;
}
.site-footer__instagram-img {
  width: auto;
}
.site-footer__copy {
  margin: 0;
  font-size: 1.2rem;
  color: #888;
  letter-spacing: 0.02em;
  line-height: 1.6;
  max-width: 36rem;
}
@media screen and (max-width: 768px) {
  .site-footer__copy {
    max-width: none;
  }
}

.p-sdgs {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-sdgs {
    padding: 4rem 0;
  }
}
.p-sdgs__head {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-sdgs__head {
    margin-bottom: 3rem;
  }
}
.p-sdgs__label {
  font-size: var(--fz-4);
  color: #2c2c2c;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.p-sdgs__box {
  background: #ffffff;
  padding: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-sdgs__box {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sdgs__box {
    padding: 4rem 2rem;
  }
}
.p-sdgs__intro {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 8rem;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-sdgs__intro {
    grid-template-columns: 160px 1fr;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sdgs__intro {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2.4rem;
    margin-bottom: 0;
  }
}
.p-sdgs__intro-logo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-sdgs__intro-logo img {
    max-width: 140px;
    margin: 0 auto;
  }
}
.p-sdgs__intro-ttl {
  font-size: var(--fz-2);
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-sdgs__intro-ttl {
    text-align: center;
  }
}
.p-sdgs__intro-text {
  line-height: 1.9;
  color: #2c2c2c;
}
.p-sdgs__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-sdgs__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .p-sdgs__item {
    padding: 2.4rem 0;
    gap: 1.2rem;
  }
}
.p-sdgs__item-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-sdgs__item-head {
    gap: 1rem;
    flex-direction: column;
  }
}
.p-sdgs__item-ttl {
  font-size: var(--fz-2);
  font-weight: 700;
  color: #0e62aa;
}
.p-sdgs__item-descs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.p-sdgs__item-descs li {
  line-height: 1.7;
  padding-left: 1.2em;
  position: relative;
  color: #2c2c2c;
}
.p-sdgs__item-descs li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #0e62aa;
}
.p-sdgs__item-goals {
  flex-shrink: 0;
}
.p-sdgs__item-goals img {
  display: block;
  height: 80px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-sdgs__item-goals img {
    height: 60px;
  }
}
.p-sdgs__closing {
  text-align: center;
  font-size: var(--fz-3);
  font-weight: 700;
  color: #0e62aa;
  line-height: 2;
  padding-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-sdgs__closing {
    font-size: var(--fz-4);
    padding-top: 2.4rem;
  }
}

@keyframes historyScrollBounce {
  0%, 100% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: rotate(45deg) translate(4px, 4px);
    opacity: 0.5;
  }
}
:root {
  --recruit-header-offset: calc(68px + 1.6rem + 2rem);
}
@media screen and (max-width: 768px) {
  :root {
    --recruit-header-offset: calc(56px + 1rem + 1.6rem);
  }
}

.recruit-header {
  position: fixed;
  top: 1.6rem;
  left: 0;
  right: 0;
  padding: 0 2rem;
  z-index: 400;
}
@media screen and (max-width: 768px) {
  .recruit-header {
    top: 1rem;
    padding: 0;
  }
}
.recruit-header__pill {
  max-width: 1335px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 68px;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 9999px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .recruit-header__pill {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__pill {
    height: 56px;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.6rem 0 1.6rem;
    background: transparent;
    border: none;
    border-radius: 0;
  }
}
.recruit-header__brand {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  gap: 1.6rem;
  border-right: 1px solid #0e62aa;
}
@media screen and (max-width: 1024px) {
  .recruit-header__brand {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__brand {
    border-right: none;
    padding: 0;
    gap: 0;
  }
}
.recruit-header__logo {
  display: block;
  flex-shrink: 0;
}
.recruit-header__logo img {
  height: 42px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .recruit-header__logo img {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__logo img {
    display: none;
  }
}
.recruit-header__site-logo {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-header__site-logo {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    padding: 0.6rem 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  }
}
.recruit-header__site-logo img {
  height: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-header__site-logo img {
    height: 40px;
  }
}
.recruit-header__tagline {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1e2973;
  line-height: 1.55;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .recruit-header__tagline {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-header__tagline {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-header__tagline {
    display: none;
  }
}
.recruit-header__tagline .nav-break {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 798px) {
  .recruit-header__tagline .nav-break {
    display: block;
  }
}
.recruit-header__gnav {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruit-header__gnav {
    display: none;
  }
}
.recruit-header__gnav ul {
  display: flex;
  list-style: none;
  align-items: stretch;
  margin: 0;
  width: 100%;
}
.recruit-header__gnav li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c5c5c5;
  line-height: 1.5;
  padding: 0 1rem;
  text-align: center;
}
.recruit-header__gnav li:last-child {
  border-right: none;
}
@media screen and (max-width: 1240px) {
  .recruit-header__gnav li {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-header__gnav li {
    padding: 0;
  }
}
.recruit-header__gnav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0 0.8rem;
  text-decoration: none;
  white-space: nowrap;
}
.recruit-header__gnav a:hover .en,
.recruit-header__gnav a:hover .ja {
  color: #01c8dd;
}
.recruit-header__gnav .en {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0e62aa;
  letter-spacing: 0.06em;
  font-weight: bold;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1240px) {
  .recruit-header__gnav .en {
    font-size: 1rem;
  }
}
.recruit-header__gnav .ja {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e2973;
  letter-spacing: 0.02em;
  transition: color 0.4s ease;
}
.recruit-header__gnav .ja br.brbreak {
  display: none;
}
@media screen and (max-width: 1024px) {
  .recruit-header__gnav .ja br.brbreak {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .recruit-header__gnav .ja {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-header__gnav .ja {
    font-size: 1.1rem;
  }
}

.recruit-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-hamburger {
    display: block;
  }
}
.recruit-hamburger__trigger {
  position: relative;
  z-index: 301;
  width: 52px;
  height: 52px;
  background: #0e62aa;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  overflow: hidden;
}
.recruit-hamburger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.recruit-hamburger__trigger--open .recruit-hamburger__bar--top {
  transform: translateY(8px) rotate(45deg);
}
.recruit-hamburger__trigger--open .recruit-hamburger__bar--mid {
  opacity: 0;
}
.recruit-hamburger__trigger--open .recruit-hamburger__bar--bottom {
  transform: translateY(-8px) rotate(-45deg);
}
.recruit-hamburger__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 299;
}
.recruit-hamburger__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 300;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.recruit-hamburger__inner {
  padding: 7rem 0 4rem;
}
.recruit-hamburger__nav-list {
  list-style: none;
  padding: 0 1.6rem;
}
.recruit-hamburger__nav-item {
  border-bottom: 1px solid #eee;
}
.recruit-hamburger__nav-item:first-child {
  border-top: 1px solid #eee;
}
.recruit-hamburger__nav-link {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
  transition: background 0.2s;
  border-radius: 8px;
}
.recruit-hamburger__nav-link:hover {
  background: rgba(14, 98, 170, 0.06);
}
.recruit-hamburger__nav-link:hover .recruit-hamburger__nav-arrow {
  transform: translateX(3px);
}
.recruit-hamburger__nav-icon {
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #0e62aa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.3rem;
}
.recruit-hamburger__nav-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.recruit-hamburger__nav-en {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0e62aa;
  line-height: 1;
}
.recruit-hamburger__nav-ja {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.4;
}
.recruit-hamburger__nav-arrow {
  flex-shrink: 0;
  color: #0e62aa;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}
.recruit-hamburger--open .recruit-hamburger__overlay {
  display: block;
}
.recruit-hamburger--open .recruit-hamburger__nav {
  transform: translateX(0);
}

#wrapper:has(.recruit-hamburger--open) .recruit-hamburger__overlay {
  display: block;
}

#wrapper:has(.recruit-hamburger--open) .recruit-hamburger__nav {
  transform: translateX(0);
}

.recruit-footer__contact {
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.recruit-footer__contact-arch {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.recruit-footer__marquee {
  overflow: hidden;
  line-height: 1;
  position: absolute;
  z-index: 10;
  top: 0;
}
.recruit-footer__marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: recruitMarquee 70s linear infinite;
}
.recruit-footer__marquee-content {
  display: flex;
  flex-shrink: 0;
}
.recruit-footer__marquee-content span {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 10rem;
  font-weight: 500;
  color: #d2d2d2;
  letter-spacing: 0.08em;
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .recruit-footer__marquee-content span {
    font-size: 6rem;
  }
}
@keyframes recruitMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.recruit-footer__contact-body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-body {
    flex-direction: column;
    gap: 2.4rem;
    padding: 4rem 0;
  }
}
.recruit-footer__contact-circle {
  position: relative;
  z-index: 2;
  width: clamp(300px, 38vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #0e62aa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem;
  flex-shrink: 0;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.recruit-footer__contact-circle:hover {
  transform: scale(1.04);
}
@media screen and (max-width: 1024px) {
  .recruit-footer__contact-circle {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-circle {
    width: min(300px, 80vw);
  }
}
.recruit-footer__contact-icon {
  font-size: 2.8rem;
  color: #01c8dd;
  margin-bottom: 0.8rem;
}
.recruit-footer__contact-label {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.recruit-footer__contact-title {
  font-family: "Geom", sans-serif;
  font-size: clamp(2.8rem, 4vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0.2em 0;
  color: #ffffff;
  line-height: 1.1;
}
.recruit-footer__contact-desc {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #ffffff;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-desc {
    display: none;
  }
}
.recruit-footer__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #01c8dd;
  color: #ffffff;
  font-size: 1.4rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.recruit-footer__contact-btn:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.recruit-footer__contact-bubble {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: clamp(160px, 22vw, 260px);
}
.recruit-footer__contact-bubble--left {
  left: -46%;
  width: 267px;
  top: 23%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-bubble--left {
    left: -12%;
    top: 24%;
  }
}
.recruit-footer__contact-bubble--right {
  right: -35%;
  width: 267px;
  top: 12%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-bubble--right {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-bubble {
    width: 140px;
  }
}
.recruit-footer__contact-bubble-img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit-footer__contact-ill {
  position: absolute;
  pointer-events: none;
}
.recruit-footer__contact-ill--1 {
  top: 10%;
  left: 0;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--1 {
    width: 14%;
  }
}
.recruit-footer__contact-ill--2 {
  bottom: -3%;
  left: 2%;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--2 {
    width: 26%;
  }
}
.recruit-footer__contact-ill--3 {
  left: 18%;
  top: 23%;
  width: 5%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--3 {
    width: 8%;
  }
}
.recruit-footer__contact-ill--4 {
  bottom: -10%;
  left: 30%;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--4 {
    width: 28%;
  }
}
.recruit-footer__contact-ill--5 {
  top: 20%;
  right: 25%;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--5 {
    width: 20%;
  }
}
.recruit-footer__contact-ill--6 {
  top: 17%;
  right: 0;
  width: 17%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--6 {
    width: 22%;
  }
}
.recruit-footer__contact-ill--7 {
  bottom: 2%;
  right: 25%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--7 {
    width: 14%;
  }
}
.recruit-footer__contact-ill--8 {
  bottom: 22%;
  right: 5%;
  width: 7%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--8 {
    width: 10%;
  }
}
.recruit-footer__contact-ill--9 {
  bottom: -2%;
  right: 10%;
  width: 7%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__contact-ill--9 {
    width: 10%;
  }
}
.recruit-footer__entry {
  padding: 18rem 0;
}
@media screen and (max-width: 768px) {
  .recruit-footer__entry {
    padding: 2.4rem 0;
  }
}
.recruit-footer__entry-inner {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin: 0 auto;
  border-radius: 100vw;
  padding: 3rem 8rem 3rem 40rem;
  text-decoration: none;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  border: 2px solid #dceef3;
  position: relative;
  text-align: center;
  background-color: #dceef3;
  background-size: 100px;
}
@media screen and (max-width: 1024px) {
  .recruit-footer__entry-inner {
    padding: 3rem 4rem 3rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__entry-inner {
    flex-direction: column;
  }
}
.recruit-footer__entry-inner:hover {
  background-color: #ffffff;
  border-color: #0e62aa;
}
@media screen and (max-width: 768px) {
  .recruit-footer__entry-inner {
    border-radius: 16px;
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.recruit-footer__entry-person {
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 30%;
  max-width: 340px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .recruit-footer__entry-person {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-footer__entry-person {
    width: auto;
    height: 80px;
    left: -18px;
  }
}
.recruit-footer__entry-person-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.recruit-footer__entry-text {
  flex: 1;
}
.recruit-footer__entry-en {
  font-family: "Geom", sans-serif;
  font-size: clamp(2.4rem, 3vw, 6rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.recruit-footer__entry-title {
  font-size: var(--fz-1);
  font-weight: bold;
  color: #0e62aa;
  line-height: 2;
  letter-spacing: 0.1em;
}
.recruit-footer__entry-sub {
  font-size: var(--fz-4);
  font-weight: bold;
  color: #666;
  margin: 0;
}
.recruit-footer__entry-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-color: #0e62aa;
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit-footer__entry-arrow {
    width: 4rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}
.recruit-footer__page-top {
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.recruit-footer__page-top.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .recruit-footer__page-top {
    right: 2rem;
    bottom: 7rem;
  }
}
.recruit-footer__page-top-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #0e62aa;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.recruit-footer__page-top-link i {
  font-size: 1.2rem;
}
.recruit-footer__page-top-link:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}
@media screen and (max-width: 768px) {
  .recruit-footer__page-top-link {
    width: 5.2rem;
    height: 5.2rem;
  }
}
.recruit-footer__menu {
  position: relative;
  padding: 8rem 0 4rem;
  overflow: hidden;
  background-color: #0a1e33;
}
@media screen and (max-width: 768px) {
  .recruit-footer__menu {
    padding: 5rem 0 3rem;
  }
}
.recruit-footer__menu-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.recruit-footer__menu-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.18;
}
.recruit-footer__menu-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2.4rem, 4vw, 5rem);
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-footer__menu-inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.recruit-footer__menu-col {
  min-width: 0;
}
.recruit-footer__menu-col--brand {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.recruit-footer__menu-col--nav {
  padding-inline: clamp(0rem, 2vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .recruit-footer__menu-col--nav {
    padding-inline: 0;
  }
}
.recruit-footer__menu-col--entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.recruit-footer__menu-logo-link {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
.recruit-footer__menu-logo-link:hover {
  opacity: 0.7;
}
.recruit-footer__menu-logo {
  width: min(180px, 100%);
  height: auto;
  filter: brightness(0) invert(1);
}
.recruit-footer__menu-tagline {
  margin: 0;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.04em;
}
.recruit-footer__menu-address {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}
.recruit-footer__menu-nav-heading {
  margin: 0 0 1.2rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
}
.recruit-footer__menu-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit-footer__menu-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.4rem 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
.recruit-footer__menu-nav-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #01c8dd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.recruit-footer__menu-nav-link:hover {
  color: #01c8dd;
}
.recruit-footer__menu-nav-link:hover::after {
  opacity: 0.75;
}
.recruit-footer__menu-nav-label {
  flex: 1;
  text-align: left;
}
.recruit-footer__menu-entry-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 2.4rem;
  border-radius: 100px;
  background-color: #0e62aa;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.recruit-footer__menu-entry-btn:hover {
  opacity: 0.8;
}
.recruit-footer__menu-group-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem 1.6rem;
}
.recruit-footer__menu-group-logos a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.recruit-footer__menu-group-logos a:hover {
  opacity: 0.7;
}
.recruit-footer__menu-group-logos img {
  height: 28px;
  width: auto;
  background-color: #ffffff;
  padding: 4px 6px;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-footer__menu-copy {
  margin: 0;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.recruit-site-footer {
  position: relative;
  padding: 15% 0 10rem;
  overflow: hidden;
  background-color: #dceef3;
}
@media screen and (max-width: 768px) {
  .recruit-site-footer {
    padding: 4rem 0 10rem;
  }
}
.recruit-site-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/recruit/footer_bg.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.recruit-site-footer::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.recruit-site-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(4rem, 8vw, 10rem);
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
}
.recruit-site-footer__col {
  min-width: 0;
}
.recruit-site-footer__col--brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.recruit-site-footer__col--nav {
  padding-inline: clamp(0rem, 2vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .recruit-site-footer__col--nav {
    padding-inline: 0;
  }
}
.recruit-site-footer__col--group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  align-self: stretch;
}
.recruit-site-footer__logo-link {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.4s ease;
}
.recruit-site-footer__logo-link:hover {
  opacity: 0.65;
}
.recruit-site-footer__logo {
  width: 100%;
  height: auto;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .recruit-site-footer__logo {
    max-width: 140px;
  }
}
.recruit-site-footer__address {
  margin: 0;
  line-height: 1.8;
  color: #ffffff;
}
.recruit-site-footer__nav-heading {
  margin: 0 0 1.2rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .recruit-site-footer__nav-heading {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
.recruit-site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit-site-footer__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.8rem 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  background-color: transparent;
  transition: color 0.35s ease, background-color 0.35s ease;
}
.recruit-site-footer__nav-link::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #01c8dd;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, opacity 0.35s ease;
}
.recruit-site-footer__nav-link:hover {
  color: #01c8dd;
  background-color: transparent;
}
.recruit-site-footer__nav-link:hover::after {
  opacity: 0.75;
  color: #01c8dd;
  background-color: transparent;
  border-color: #01c8dd;
}
.recruit-site-footer__nav-label {
  flex: 1;
  text-align: left;
}
.recruit-site-footer__group-primary {
  line-height: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.recruit-site-footer__group-primary a {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
.recruit-site-footer__group-primary a:hover {
  transform: translateY(-2px) scale(1.02);
  opacity: 0.85;
}
.recruit-site-footer__group-primary-logo {
  height: 52px;
  width: auto;
  max-width: min(220px, 100%);
  -o-object-fit: contain;
     object-fit: contain;
  padding: 6px;
  border-radius: 6px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .recruit-site-footer__group-primary-logo {
    height: 80px;
  }
}
.recruit-site-footer__group-links {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  max-width: 270px;
  margin-bottom: 2.4rem;
}
.recruit-site-footer__group-link-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.8rem 0.8rem 2.4rem;
  border-radius: 100vw;
  background-color: #01c8dd;
  border: 2px solid #01c8dd;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.recruit-site-footer__group-link-btn:hover {
  background-color: #ffffff;
}
.recruit-site-footer__group-link-btn:hover .recruit-site-footer__group-link-label {
  color: #01c8dd;
}
.recruit-site-footer__group-link-btn:hover .recruit-site-footer__group-link-arrow {
  background-color: #01c8dd;
  color: #ffffff;
}
.recruit-site-footer__group-link-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.06em;
  transition: color 0.3s ease;
}
.recruit-site-footer__group-link-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #1e2973;
  color: #ffffff;
  font-size: 1.4rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.recruit-site-footer__group-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .recruit-site-footer__group-logos {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 1.6rem 2rem;
    justify-content: center;
  }
}
.recruit-site-footer__group-logos a {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
.recruit-site-footer__group-logos a:hover {
  transform: translateY(-2px) scale(1.02);
  opacity: 0.85;
}
.recruit-site-footer__group-logo {
  height: 34px;
  width: 132px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .recruit-site-footer__group-logo {
    width: 140px;
  }
}
.recruit-site-footer__copy {
  margin: 0;
  font-size: 1.2rem;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.6;
  max-width: 36rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit-site-footer__copy {
    max-width: none;
  }
}
.recruit-site-footer__policy {
  margin: 0.6rem 0 0;
}
.recruit-site-footer__policy a {
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.02em;
  transition: opacity 0.2s;
}
.recruit-site-footer__policy a:hover {
  opacity: 0.7;
}

.recruit-cta-btns {
  position: fixed;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .recruit-cta-btns {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-cta-btns {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    gap: 0;
    animation: ctaSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
  }
}
.recruit-cta-btns__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 110px;
  height: 100px;
  padding: 0.7rem;
  text-decoration: none;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  border-radius: 4px 0 0 4px;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
}
.recruit-cta-btns__item:hover {
  opacity: 0.9;
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.2);
}
.recruit-cta-btns__item--jobs {
  background-color: #0e62aa;
  color: #ffffff;
}
.recruit-cta-btns__item--entry {
  background-color: #ffffff;
  color: #0e62aa;
  border: 1px solid #0e62aa;
  border-right: none;
}
.recruit-cta-btns__item--contact {
  background-color: #01c8dd;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .recruit-cta-btns__item {
    flex: 1;
    width: auto;
    height: 60px;
    border-radius: 0;
    flex-direction: row;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
  .recruit-cta-btns__item:hover {
    box-shadow: none;
    opacity: 0.9;
  }
  .recruit-cta-btns__item--entry {
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.recruit-cta-btns__icon {
  width: auto;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .recruit-cta-btns__icon {
    height: 15px;
  }
}
.recruit-cta-btns__label--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-cta-btns__label--sp {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .recruit-cta-btns__label--pc {
    display: none;
  }
}

@keyframes ctaSlideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.p-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.p-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-loader__logo {
  width: 280px;
  animation: loaderLogoIn 0.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .p-loader__logo {
    width: 180px;
  }
}

@keyframes loaderLogoIn {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main:has(.p-recruit-page-hero-wrap),
.main.about-page {
  background-image: url("../img/recruit/sub_page_bg.png");
  background-repeat: repeat;
}

.recruit-top {
  padding-top: var(--recruit-header-offset);
}

.p-recruit-fv-intro-wrapper {
  position: relative;
}

.p-recruit-fv {
  position: relative;
  height: calc(75vh - var(--recruit-header-offset) - 20px);
  min-height: 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv {
    height: auto;
    min-height: unset;
  }
}
.p-recruit-fv__slider {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__slider {
    height: auto;
  }
}
.p-recruit-fv__slider .swiper-wrapper {
  height: 100%;
  align-items: flex-start;
}
.p-recruit-fv__slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #c8d8e8;
  border: 2px solid #000;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__slider .swiper-slide {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.p-recruit-fv__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.p-recruit-fv__slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-recruit-fv__news {
  position: absolute;
  bottom: 3.2rem;
  right: 4rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: min(520px, 100vw - 4rem);
  border-radius: 100vw;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__news {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: auto;
    width: 90%;
    gap: 0;
    margin: 2rem auto;
    padding: 0;
    border: 1px solid #000;
    background-color: #f5faff;
    border: none;
    border-radius: 0;
  }
}
.p-recruit-fv__deco {
  position: absolute;
  pointer-events: none;
  z-index: 5;
}
.p-recruit-fv__deco--1 {
  top: -2%;
  right: 12%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__deco--1 {
    width: 20%;
    right: 0;
    top: 0;
  }
}
.p-recruit-fv__deco--2 {
  bottom: -13%;
  left: 7%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__deco--2 {
    bottom: -16%;
    width: 15%;
    left: 0;
  }
}
.p-recruit-fv__news-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.7rem 0;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-recruit-fv__news-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #c8c8c8 0, #c8c8c8 14px, transparent 12px, transparent 20px);
}
.p-recruit-fv__news-item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__news-item {
    padding: 1.2rem 1rem;
    gap: 1rem;
  }
}
.p-recruit-fv__news-cat {
  flex-shrink: 0;
  background: #0e62aa;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.3rem 1rem;
  white-space: nowrap;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__news-cat {
    font-size: 1rem;
    padding: 0.2rem 0.8rem;
  }
}
.p-recruit-fv__news-cat.c-01 {
  background: #0e62aa;
}
.p-recruit-fv__news-cat.c-02 {
  background: #5c3f8f;
}
.p-recruit-fv__news-cat.c-03 {
  background: #4bd3b6;
}
.p-recruit-fv__news-cat.c-04 {
  background: #01c8dd;
}
.p-recruit-fv__news-date {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  color: #888;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__news-date {
    font-size: 1.1rem;
  }
}
.p-recruit-fv__news-title {
  font-size: 1.3rem;
  color: #2c2c2c;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__news-title {
    font-size: 1.2rem;
  }
}
.p-recruit-fv__news-arrow {
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__news-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}

.p-recruit-fv__copy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(85vh - var(--recruit-header-offset) - 20px);
  pointer-events: none;
  z-index: 50;
}
.p-recruit-fv__copy-wrapper .inner {
  position: relative;
  height: 100%;
}

.p-recruit-fv__copy {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-30%);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__copy {
    top: 20%;
    left: 0;
  }
}

.p-recruit-fv__copy-bands {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.p-recruit-fv__copy-en {
  display: inline-block;
  background: #fff;
  padding: 0;
  font-family: "Geom", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(4.8rem, 7.5vw, 10rem);
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  color: #000;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__copy-en {
    font-size: clamp(3.6rem, 11vw, 5.6rem);
    padding: 0 2rem;
  }
}
@media screen and (max-width: 640px) {
  .p-recruit-fv__copy-en {
    font-size: 3.6rem;
  }
}

.p-recruit-fv__copy-ja {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: var(--fz-2);
  font-weight: 600;
  padding: 0;
  letter-spacing: 0.08em;
  white-space: nowrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-fv__copy-ja {
    font-size: 1.3rem;
    padding: 0 2rem;
    white-space: normal;
    margin-top: 10px;
  }
}

.p-recruit-intro {
  position: relative;
  background-color: #dce8f0;
  background-image: url("../img/recruit/top/intro_bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 10rem 0;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro {
    padding: 5rem 0;
    min-height: auto;
  }
}
.p-recruit-intro .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  z-index: 2;
}
.p-recruit-intro__text-area {
  width: 60%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__text-area {
    width: 100%;
  }
}
.p-recruit-intro__images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0.12;
  }
}
.p-recruit-intro__image {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.p-recruit-intro__image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-recruit-intro__image--1 {
  width: 50%;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__image--1 {
    width: 28%;
  }
}
.p-recruit-intro__image--2 {
  width: 30%;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__image--2 {
    width: 22%;
  }
}
.p-recruit-intro__image--3 {
  width: 50%;
  align-self: flex-start;
  margin-left: 20%;
  margin-top: -10%;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__image--3 {
    width: 28%;
    margin-left: 5%;
  }
}
.p-recruit-intro__image--4 {
  width: 70%;
  align-self: center;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__image--4 {
    width: 18%;
    margin-right: 5%;
  }
}
.p-recruit-intro__image--5 {
  width: 50%;
  align-self: flex-end;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__image--5 {
    width: 28%;
    margin-left: 5%;
  }
}
.p-recruit-intro__image--6 {
  position: absolute;
  width: 28%;
  top: 22%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__image--6 {
    width: 18%;
    top: 20%;
    left: 2%;
  }
}
.p-recruit-intro__copy-placeholder {
  visibility: hidden;
  margin-bottom: clamp(60px, 8vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__copy-placeholder {
    display: none;
  }
}
.p-recruit-intro__copy-placeholder {
  margin-left: 0;
}
.p-recruit-intro__copy-placeholder .p-recruit-fv__copy-en {
  font-size: clamp(3.6rem, 5.5vw, 7.2rem);
  padding: 0.3rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__copy-placeholder .p-recruit-fv__copy-en {
    font-size: clamp(3rem, 10vw, 5rem);
    padding: 0.2rem 2rem;
  }
}
.p-recruit-intro__copy-placeholder .p-recruit-fv__copy-bands {
  gap: 14px;
}
.p-recruit-intro__copy-placeholder .p-recruit-fv__copy-ja {
  display: inline-block;
  font-size: var(--fz-2);
  font-weight: 600;
  padding: 0.9rem 3.2rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__copy-placeholder .p-recruit-fv__copy-ja {
    font-size: 1.3rem;
    padding: 0.8rem 2rem;
  }
}
.p-recruit-intro__heading {
  font-size: var(--fz-1);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 6rem;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  .p-recruit-intro__heading {
    margin-bottom: 2rem;
    line-height: 2;
  }
}
.p-recruit-intro__body {
  font-size: var(--fz-3);
  font-weight: bold;
  line-height: 2;
  color: #2c2c2c;
  max-width: 680px;
}
.p-recruit-intro__body p + p {
  margin-top: var(--sp-6);
}

.p-recruit-page-hero-wrap {
  padding-top: calc(var(--recruit-header-offset) + 2rem);
}
@media screen and (max-width: 768px) {
  .p-recruit-page-hero-wrap {
    padding-top: calc(var(--recruit-header-offset) + 1.2rem);
  }
}

.p-recruit-page-hero {
  position: relative;
  overflow: visible;
  aspect-ratio: 4/1.4;
  background-color: #f5f5f5;
  background-image: var(--hero-bg, none);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-page-hero {
    aspect-ratio: 2/1;
  }
}
.p-recruit-page-hero__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 4rem;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .p-recruit-page-hero__content {
    padding: 2rem 2.4rem 0;
    border: 1px solid #000;
    align-items: flex-start;
  }
}
.p-recruit-page-hero__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.p-recruit-page-hero__ja {
  font-size: var(--fz-4);
  font-weight: 700;
  color: #2c2c2c;
  letter-spacing: 0.08em;
  margin: 0;
  color: #0e62aa;
}
@media screen and (max-width: 768px) {
  .p-recruit-page-hero__ja {
    font-size: 1.2rem;
  }
}
.p-recruit-page-hero__en {
  font-family: "Geom", sans-serif;
  font-size: clamp(5rem, 7vw, 10rem);
  font-weight: 900;
  color: #2c2c2c;
  letter-spacing: -0.01em;
  line-height: 1;
  margin: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-recruit-page-hero__en {
    font-size: 3.6rem;
  }
}
.p-recruit-page-hero__deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.p-recruit-page-hero__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.p-recruit-page-hero__deco--top {
  top: 0;
  right: 0;
  width: clamp(80px, 12%, 160px);
  width: 10%;
}
@media screen and (max-width: 768px) {
  .p-recruit-page-hero__deco--top {
    width: clamp(60px, 18vw, 100px);
  }
}
.p-recruit-page-hero__deco--bottom {
  bottom: 0;
  left: -2%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  .p-recruit-page-hero__deco--bottom {
    width: clamp(60px, 18vw, 100px);
    bottom: -15%;
  }
}

.p-recruit-about__main {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__main {
    min-height: 300px;
    padding: 5rem;
  }
}
.p-recruit-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-recruit-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-about__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
}
.p-recruit-about__link {
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-recruit-about__link:hover {
  transform: scale(1.04);
}
.p-recruit-about__link img {
  width: 100%;
  height: auto;
  display: block;
}
.p-recruit-about__slider {
  margin: 4rem 0 14rem;
}
.p-recruit-about__slider .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: flex-start;
}
.p-recruit-about__slider .swiper-slide {
  aspect-ratio: 4/2.4;
  border-radius: 10px;
  overflow: hidden;
}
.p-recruit-about__slider .swiper-slide:nth-child(even) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__slider .swiper-slide:nth-child(even) {
    margin-top: 30px;
  }
}
.p-recruit-about__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-recruit-companies {
  padding: 10rem 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-recruit-companies {
    padding: 8rem 0;
  }
}
.p-recruit-companies__inner {
  display: flex;
  align-items: flex-start;
  gap: 20rem;
}
@media screen and (max-width: 1024px) {
  .p-recruit-companies__inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-companies__inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-recruit-companies__head {
  flex-shrink: 0;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
  margin-top: -18rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit-companies__head {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }
}
.p-recruit-companies__ttl {
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-companies__ttl {
    flex-direction: column;
  }
}
.p-recruit-companies__ttl-en {
  color: #2c2c2c;
  writing-mode: vertical-rl;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-recruit-companies__ttl-en {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: clamp(4rem, 10vw, 6rem);
  }
}
.p-recruit-companies__ttl-ja {
  font-size: var(--fz-2);
  font-weight: bold;
  line-height: 2;
  color: #0e62aa;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-recruit-companies__ttl-ja {
    writing-mode: horizontal-tb;
    line-height: 1.6;
  }
}
.p-recruit-companies__ill img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit-companies__ill {
    width: 60px;
    flex-shrink: 0;
  }
}
.p-recruit-companies__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-recruit-companies__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-recruit-companies__card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #dceef3;
}
.p-recruit-companies__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
}
.p-recruit-companies__card-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.p-recruit-companies__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.p-recruit-companies__card:hover .p-recruit-companies__card-img img {
  transform: scale(1.04);
}
.p-recruit-companies__card-logo {
  padding: 10px;
  background: #ffffff;
  border-radius: 100vw;
  margin: 0 auto 1rem;
  text-align: center;
}
.p-recruit-companies__card-logo img {
  display: block;
  margin: auto;
  height: 26px;
  width: auto;
  display: block;
}
.p-recruit-companies__card-body {
  padding: 2rem;
}
.p-recruit-companies__card-desc {
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 1.4rem;
}
.p-recruit-companies__card-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
  width: 100%;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-recruit-companies__card-link:hover {
  opacity: 0.75;
}
.p-recruit-companies__card-link-text {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0e62aa;
}
.p-recruit-companies__card-link-arrow {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.p-recruit-interview {
  padding: 10rem 0 8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview {
    padding: 5rem 0;
  }
}
.p-recruit-interview__head {
  margin-bottom: 5rem;
}
.p-recruit-interview__ttl-ja {
  font-size: var(--fz-2);
  font-weight: bold;
  line-height: 2;
  color: #0e62aa;
  letter-spacing: 0.1em;
}
.p-recruit-interview__ttl-ja--black {
  color: #000;
}
.p-recruit-interview__ttl-en {
  color: #2c2c2c;
}
.p-recruit-interview__slider-wrap {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.p-recruit-interview__slider {
  overflow: visible !important;
}
.p-recruit-interview__slider .swiper-wrapper {
  align-items: center;
}
.p-recruit-interview__slider .swiper-slide {
  position: relative;
  padding-top: 2rem;
  height: auto;
  filter: brightness(0.7);
  transform: scale(0.88);
  transform-origin: center center;
  transition: filter 0.4s ease, transform 0.4s ease;
}
.p-recruit-interview__slider .swiper-slide.swiper-slide-active {
  filter: brightness(1);
  transform: scale(1);
}
.p-recruit-interview__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  transition: transform 0.3s ease;
}
.swiper-slide-active .p-recruit-interview__card:hover {
  transform: translateY(-4px);
}
.p-recruit-interview__card-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__card-img {
    aspect-ratio: 3/3;
  }
}
.p-recruit-interview__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-recruit-interview__card-tag {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 10;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 0.12em;
  min-height: 16rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__card-tag {
    font-size: 1.1rem;
    right: 1rem;
  }
}
.p-recruit-interview__card-tag span {
  background: #0e62aa;
}
.p-recruit-interview__card-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__card-body {
    padding: 1rem;
    gap: 0.4rem;
  }
}
.p-recruit-interview__card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-recruit-interview__card-logo-img {
  height: 28px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__card-logo-img {
    height: 18px;
  }
}
.p-recruit-interview__card-name-row {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.p-recruit-interview__card-name {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__card-name {
    font-size: 2.2rem;
  }
}
.p-recruit-interview__card-dept {
  color: #2c2c2c;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__card-dept {
    font-size: 1.2rem;
  }
}
.p-recruit-interview__card-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.2rem;
}
.p-recruit-interview__card-link-text {
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0e62aa;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__card-link-text {
    font-size: 1.6rem;
  }
}
.p-recruit-interview__card-link-arrow {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__card-link-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.p-recruit-interview__nav {
  position: absolute;
  top: 38%;
  z-index: 10;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  transform: translateY(-50%);
  transition: background 0.2s;
}
.p-recruit-interview__nav:hover {
  background: rgb(9.3434782609, 65.4043478261, 113.4565217391);
}
.p-recruit-interview__nav--prev {
  left: calc(50% - 26rem);
}
.p-recruit-interview__nav--next {
  right: calc(50% - 26rem);
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__nav {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .p-recruit-interview__nav--prev {
    left: 1.2rem;
  }
  .p-recruit-interview__nav--next {
    right: 1.2rem;
  }
}
.p-recruit-interview__cta {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.p-recruit-benefits {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefits {
    padding: 5rem 0;
  }
}
.p-recruit-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefits__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-recruit-benefits__card-wrap {
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefits__card-wrap {
    padding-top: 0;
  }
}
.p-recruit-benefits__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
  background: #dceef3;
}
.p-recruit-benefits__card:hover {
  transform: translateY(-4px);
}
.p-recruit-benefits__card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-recruit-benefits__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.p-recruit-benefits__card:hover .p-recruit-benefits__card-img img {
  transform: scale(1.04);
}
.p-recruit-benefits__card-ttl {
  position: absolute;
  top: 0;
  right: 1.2rem;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefits__card-ttl {
    flex-direction: row-reverse;
    align-items: center;
    right: auto;
    left: 0;
    align-items: end;
    gap: 1rem;
    left: 0;
  }
}
.p-recruit-benefits__card-ttl-ja {
  font-size: var(--fz-3);
  writing-mode: vertical-rl;
  font-weight: 700;
  color: #0e62aa;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefits__card-ttl-ja {
    writing-mode: horizontal-tb;
    letter-spacing: 0.05em;
  }
}
.p-recruit-benefits__card-ttl-en {
  writing-mode: vertical-rl;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefits__card-ttl-en {
    writing-mode: horizontal-tb;
  }
}
.p-recruit-benefits__card-body {
  display: flex;
  align-items: start;
  gap: 3rem;
  padding: 3rem;
  background: #dceef3;
}
@media screen and (max-width: 1024px) {
  .p-recruit-benefits__card-body {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    align-items: center;
  }
}
.p-recruit-benefits__card-icon {
  flex-shrink: 0;
  width: auto;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefits__card-icon {
    height: 4rem;
    margin: auto;
  }
}
.p-recruit-benefits__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recruit-benefits__card-text {
  flex: 1;
  line-height: 1.75;
  font-weight: bold;
  color: #2c2c2c;
}
.p-recruit-benefits__card-arrow {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #0e62aa;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: background 0.2s;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefits__card-arrow {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
  }
}
.p-recruit-benefits__card:hover .p-recruit-benefits__card-arrow {
  background: rgb(9.3434782609, 65.4043478261, 113.4565217391);
}

.p-news {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding: 5rem 0;
  }
}
.p-news > .inner {
  max-width: 1150px;
}
.p-news__card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 4rem 6rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .p-news__card {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news__card {
    padding: 2rem 1.6rem;
    border-radius: 12px;
  }
}
.p-news__item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.p-news__item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.p-news__item:hover .p-news__item-ttl {
  color: #0e62aa;
}
.p-news__item:hover .p-news__item-arrow {
  transform: translateX(3px);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-news__item {
    padding: 1.4rem 0;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
}
.p-news__item-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 0.5rem;
}
.p-news__cat {
  display: inline-block;
  background: #0e62aa;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.9rem;
  border-radius: 4px;
  white-space: nowrap;
}
.p-news__cat.c-01 {
  background: #0e62aa;
}
.p-news__cat.c-02 {
  background: #5c3f8f;
}
.p-news__cat.c-03 {
  background: #4bd3b6;
}
.p-news__cat.c-04 {
  background: #01c8dd;
}
.p-news__date {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  color: #888;
  white-space: nowrap;
}
.p-news__item-ttl {
  grid-column: 1/2;
  grid-row: 2/3;
  font-weight: bold;
  line-height: 1.6;
  color: #2a2a2a;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-news__item-ttl {
    font-size: 1.4rem;
  }
}
.p-news__item-arrow {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-news__item-arrow {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1rem;
  }
}
.p-news__empty {
  font-size: 1.4rem;
  color: #888;
  padding: 3rem 0;
  text-align: center;
}
.p-news__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-news__pager {
    margin-top: 3rem;
    gap: 0.4rem;
  }
}
.p-news__pager-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #0e62aa;
  color: #ffffff;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.p-news__pager-arrow:hover {
  opacity: 0.75;
}
.p-news__pager-arrow.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-news__pager-arrow {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 2rem;
  }
}
.p-news__pager-list {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-news__pager-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2a2a2a;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
  letter-spacing: 0.02em;
}
.p-news__pager-num:hover:not(.is-current) {
  color: #0e62aa;
}
.p-news__pager-num.is-current {
  background: #0e62aa;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-news__pager-num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}
.p-news__pager-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3.8rem;
  font-size: 1.4rem;
  color: #2a2a2a;
  letter-spacing: 0.15em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.p-news-single {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-news-single {
    padding: 2rem 0 6rem;
  }
}
.p-news-single > .inner {
  max-width: 1150px;
}
.p-news-single__card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 5rem 8rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .p-news-single__card {
    padding: 4rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-news-single__card {
    padding: 2.4rem 1.6rem;
    border-radius: 12px;
  }
}
.p-news-single__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.p-news-single__meta .p-news__cat {
  font-size: 1.3rem;
  padding: 0.3rem 1.2rem;
}
.p-news-single__meta .p-news__date {
  font-size: 1.4rem;
}
.p-news-single__ttl {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  color: #2a2a2a;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .p-news-single__ttl {
    font-size: 2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.p-news-single__body {
  line-height: 2;
  color: #2a2a2a;
}
.p-news-single__body h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #2a2a2a;
  border-left: 4px solid #0e62aa;
  padding: 0.4rem 0 0.4rem 1.2rem;
  margin: 4rem 0 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news-single__body h2 {
    font-size: 1.8rem;
    margin: 3rem 0 1.2rem;
  }
}
.p-news-single__body h3 {
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  font-weight: 700;
  color: #2a2a2a;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 3rem 0 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-news-single__body h3 {
    font-size: 1.6rem;
    margin: 2.4rem 0 1rem;
  }
}
.p-news-single__body p {
  margin-bottom: 1.6rem;
}
.p-news-single__body ul,
.p-news-single__body ol {
  margin: 0 0 1.6rem 1.6rem;
  padding: 0;
}
.p-news-single__body ul li,
.p-news-single__body ol li {
  margin-bottom: 0.6rem;
}
.p-news-single__body ul li {
  list-style: none;
  padding-left: 1.4rem;
  position: relative;
}
.p-news-single__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0e62aa;
}
.p-news-single__body ol {
  list-style: decimal;
}
.p-news-single__body ol li {
  padding-left: 0.4rem;
}
.p-news-single__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-news-single__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .p-news-single__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 3rem;
  }
}
.p-news-single__nav-prev, .p-news-single__nav-next {
  flex: 1;
  min-width: 0;
}
.p-news-single__nav-prev a, .p-news-single__nav-next a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
  color: #2a2a2a;
  text-decoration: none;
  transition: color 0.2s ease;
}
.p-news-single__nav-prev a span, .p-news-single__nav-next a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 20ch;
}
.p-news-single__nav-prev a i, .p-news-single__nav-next a i {
  color: #0e62aa;
  flex-shrink: 0;
}
.p-news-single__nav-prev a:hover, .p-news-single__nav-next a:hover {
  color: #0e62aa;
}
@media screen and (max-width: 768px) {
  .p-news-single__nav-prev, .p-news-single__nav-next {
    display: none;
  }
}
.p-news-single__nav-next {
  text-align: right;
}
.p-news-single__nav-next a {
  flex-direction: row-reverse;
}
.p-news-single__nav-back {
  flex-shrink: 0;
}

.p-page {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-page {
    padding: 2.4rem 0 5rem;
  }
}
.p-page > .inner {
  max-width: 1150px;
}
.p-page__card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 6rem 8rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .p-page__card {
    padding: 5rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page__card {
    padding: 2.4rem 1.6rem;
    border-radius: 12px;
  }
}
.p-page__ttl {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  color: #2a2a2a;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .p-page__ttl {
    font-size: 2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.p-page__body {
  line-height: 2;
  color: #2a2a2a;
}
.p-page__body h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #2a2a2a;
  border-left: 4px solid #0e62aa;
  padding: 0.4rem 0 0.4rem 1.2rem;
  margin: 4rem 0 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page__body h2 {
    font-size: 1.8rem;
    margin: 3rem 0 1.2rem;
  }
}
.p-page__body h3 {
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  font-weight: 700;
  color: #2a2a2a;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 3rem 0 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page__body h3 {
    font-size: 1.6rem;
    margin: 2.4rem 0 1rem;
  }
}
.p-page__body p {
  margin-bottom: 1.6rem;
}
.p-page__body ul,
.p-page__body ol {
  margin: 0 0 1.6rem 1.6rem;
  padding: 0;
}
.p-page__body ul li,
.p-page__body ol li {
  margin-bottom: 0.6rem;
}
.p-page__body ul li {
  list-style: none;
  padding-left: 1.4rem;
  position: relative;
}
.p-page__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0e62aa;
}
.p-page__body ol {
  list-style: decimal;
}
.p-page__body ol li {
  padding-left: 0.4rem;
}
.p-page__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.p-contact .smf-control-description {
  font-size: 1.3rem;
}
.p-contact .smf-error-messages {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-contact .smf-form .smf-select-control__toggle:before {
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: calc(var(--_s-1) - 6px);
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 6px;
}
.p-contact {
  /*プラボセンター配置*/
}
.p-contact .privacy_check .smf-checkboxes-control__control {
  display: flex;
  justify-content: center;
  gap: 0;
}
.p-contact .privacy_check .smf-checkboxes-control__control::after {
  content: "*";
  color: red;
}
.p-contact {
  /*チェックボックス配置*/
}
.p-contact .smf-checkbox-control__label a {
  text-decoration: underline;
}
.p-contact .smf-checkbox-control__label a:hover {
  color: #0e62aa;
}
.p-contact .smf-checkboxes-control__control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
.p-contact {
  /*ラジオボタン配置*/
}
.p-contact .smf-radio-buttons-control__control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
.p-contact .smf-radio-button-control {
  display: flex;
  align-items: center;
}
.p-contact .smf-radio-button-control input[type=radio] {
  flex-shrink: 0;
}
.p-contact {
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 2.4rem 0 5rem;
  }
}
.p-contact__ttl {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact__ttl {
    margin-bottom: 2rem;
  }
}
.p-contact__ttl-en {
  font-family: "Geom", sans-serif;
  font-size: var(--heading-02);
  font-weight: 900;
  color: #0e62aa;
  line-height: 1;
}
.p-contact__ttl-ja {
  color: #2a2a2a;
  font-weight: 500;
}
.p-contact > .inner {
  max-width: 1150px;
}
.p-contact__lead {
  text-align: center;
  padding: 4rem 0;
  line-height: 2;
  font-size: var(--fz-4);
  font-weight: 500;
}
.p-contact__card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 9.5rem 13rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1024px) {
  .p-contact__card {
    padding: 6rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__card {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__card {
    padding: 2.4rem 1.6rem;
    border-radius: 12px;
  }
}
.p-contact__required {
  color: #e03535;
  font-weight: 900;
  vertical-align: middle;
  margin-left: 0.4rem;
  font-size: 2em;
  line-height: 1;
}

.p-contact .smf-form .smf-field,
.p-contact .smf-form .smf-item,
.p-contact .smf-form .wp-block-snow-monkey-forms-item {
  margin-bottom: 2rem;
}
.p-contact .smf-form .smf-field__label,
.p-contact .smf-form .smf-field__label-wrap label,
.p-contact .smf-form .smf-item__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 0.5rem;
}
.p-contact .smf-form .is-required .smf-item__label::after {
  content: "*";
  color: #e53e3e;
  font-weight: 700;
  margin-left: 0.3rem;
  vertical-align: top;
}
.p-contact .smf-form input[type=text],
.p-contact .smf-form input[type=email],
.p-contact .smf-form input[type=tel],
.p-contact .smf-form input[type=url],
.p-contact .smf-form input[type=number] {
  width: 100%;
  border-radius: 100vw;
  border: 1px solid #6495cb;
  background: #f5f8fa;
  padding: 1.2rem 2.2rem;
  font-size: var(--fz-base);
  color: #2a2a2a;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact .smf-form input[type=text]:focus,
.p-contact .smf-form input[type=email]:focus,
.p-contact .smf-form input[type=tel]:focus,
.p-contact .smf-form input[type=url]:focus,
.p-contact .smf-form input[type=number]:focus {
  background: #ffffff;
  border-color: #01c8dd;
}
.p-contact .smf-form input[type=text]::-moz-placeholder, .p-contact .smf-form input[type=email]::-moz-placeholder, .p-contact .smf-form input[type=tel]::-moz-placeholder, .p-contact .smf-form input[type=url]::-moz-placeholder, .p-contact .smf-form input[type=number]::-moz-placeholder {
  color: #aabbc8;
}
.p-contact .smf-form input[type=text]::placeholder,
.p-contact .smf-form input[type=email]::placeholder,
.p-contact .smf-form input[type=tel]::placeholder,
.p-contact .smf-form input[type=url]::placeholder,
.p-contact .smf-form input[type=number]::placeholder {
  color: #aabbc8;
}
.p-contact .smf-form .smf-select-control {
  position: relative;
  width: 100%;
}
.p-contact .smf-form .smf-select-control .smf-select-control__toggle {
  width: 100%;
}
.p-contact .smf-form .smf-select-control .smf-select-control__toggle::before {
  display: none;
}
.p-contact .smf-form .smf-select-control::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #1e2973;
  pointer-events: none;
  line-height: 1;
  z-index: 1;
}
.p-contact .smf-form select,
.p-contact .smf-form .smf-select-control__control {
  width: 100%;
  border-radius: 100vw;
  border: 1px solid #6495cb;
  background: #f5f8fa;
  padding: 1.2rem 4rem 1.2rem 2.2rem;
  font-size: var(--fz-base);
  color: #2a2a2a;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.p-contact .smf-form select:focus,
.p-contact .smf-form .smf-select-control__control:focus {
  background: #ffffff;
  border-color: #01c8dd;
}
.p-contact .smf-form select option[value=""],
.p-contact .smf-form .smf-select-control__control option[value=""] {
  color: #aabbc8;
}
.p-contact .smf-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #6495cb;
  background: #f5f8fa;
  padding: 1.2rem 1.8rem;
  font-size: 1.4rem;
  color: #2a2a2a;
  min-height: 240px;
  resize: vertical;
  outline: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.p-contact .smf-form textarea:focus {
  background: #ffffff;
  border-color: #01c8dd;
}
.p-contact .smf-form textarea::-moz-placeholder {
  color: #aabbc8;
}
.p-contact .smf-form textarea::placeholder {
  color: #aabbc8;
}
.p-contact .smf-form .smf-field--check-box,
.p-contact .smf-form .smf-field--check-boxes {
  text-align: center;
  margin-top: 2.4rem;
}
.p-contact .smf-form .smf-checkbox-control {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.p-contact .smf-form input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #01c8dd;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.p-contact .smf-form .smf-field__checkbox-label,
.p-contact .smf-form .smf-field__item-label {
  font-size: 1.3rem;
  cursor: pointer;
  vertical-align: middle;
}
.p-contact .smf-form .smf-form__submit {
  margin-top: 2.8rem;
}

.p-contact .smf-action {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
.p-contact .smf-action .smf-button-control {
  flex: 1;
  max-width: 300px;
}
.p-contact .smf-action .smf-button-control:has([data-action=back]) {
  flex: none;
  width: 120px;
}
.p-contact .smf-action .smf-button-control__control[data-action=confirm],
.p-contact .smf-action .smf-button-control__control[data-action=complete] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  background: #01c8dd;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.p-contact .smf-action .smf-button-control__control[data-action=confirm]::after,
.p-contact .smf-action .smf-button-control__control[data-action=complete]::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #ffffff;
  color: #0e62aa;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.p-contact .smf-action .smf-button-control__control[data-action=confirm]:hover,
.p-contact .smf-action .smf-button-control__control[data-action=complete]:hover {
  opacity: 0.82;
}
@media screen and (max-width: 768px) {
  .p-contact .smf-action .smf-button-control__control[data-action=confirm],
  .p-contact .smf-action .smf-button-control__control[data-action=complete] {
    padding: 0.9rem 0.9rem 0.9rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-contact .smf-action .smf-button-control__control[data-action=confirm]::after,
  .p-contact .smf-action .smf-button-control__control[data-action=complete]::after {
    width: 2.8rem;
    height: 2.8rem;
    font-size: 1.2rem;
  }
}
.p-contact .smf-action .smf-button-control__control[data-action=back] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  background: transparent;
  color: #2a2a2a;
  border: 1px solid #6495cb;
  border-radius: 12px;
  padding: 1.2rem 1.2rem 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.p-contact .smf-action .smf-button-control__control[data-action=back]::before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: rgba(100, 149, 203, 0.15);
  color: #2a2a2a;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.p-contact .smf-action .smf-button-control__control[data-action=back]:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .p-contact .smf-action .smf-button-control__control[data-action=back] {
    padding: 0.9rem 0.9rem 0.9rem 1.2rem;
    font-size: 1.3rem;
  }
  .p-contact .smf-action .smf-button-control__control[data-action=back]::before {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .smf-action .smf-button-control:has([data-action=back]) {
    width: 90px;
  }
}

@keyframes float-a {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes float-b {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes float-c {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.p-about-fv {
  position: relative;
  z-index: 2;
  background-image: url("../img/recruit/sub_page_bg.png");
  background-repeat: repeat;
  padding: 20% 0 8%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about-fv {
    padding: 46% 0 12%;
  }
}
.p-about-fv__inner {
  position: relative;
  width: 35%;
  z-index: 2;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about-fv__inner {
    width: clamp(200px, 55vw, 320px);
  }
}
.p-about-fv__heading-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-about-fv__heading-img {
    width: clamp(220px, 60vw, 340px);
  }
}
.p-about-fv__wave {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.p-about-fv__ill {
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
.p-about-fv__ill img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-fv__ill--01 {
  width: 10%;
  left: 5%;
  top: 20%;
  animation: float-b 4s ease-in-out infinite;
  animation-delay: 0s;
}
.p-about-fv__ill--02 {
  width: 22%;
  left: 5%;
  bottom: -35%;
  animation: float-a 5.2s ease-in-out infinite;
  animation-delay: -1.2s;
}
.p-about-fv__ill--03 {
  left: 20%;
  top: 10%;
  width: 12%;
  animation: float-c 3.8s ease-in-out infinite;
  animation-delay: -2s;
}
.p-about-fv__ill--04 {
  bottom: 25%;
  z-index: 3;
  left: 25%;
  width: 8%;
  animation: float-a 4.6s ease-in-out infinite;
  animation-delay: -0.5s;
}
.p-about-fv__ill--05 {
  width: 10%;
  left: 42%;
  top: 12%;
  animation: float-b 5.5s ease-in-out infinite;
  animation-delay: -3.1s;
}
.p-about-fv__ill--06 {
  width: 7%;
  right: 32%;
  top: 12%;
  animation: float-c 4.2s ease-in-out infinite;
  animation-delay: -1.8s;
}
.p-about-fv__ill--07 {
  right: 10%;
  top: 15%;
  width: 20%;
  animation: float-a 6s ease-in-out infinite;
  animation-delay: -0.8s;
}
.p-about-fv__ill--08 {
  right: 10%;
  bottom: 30%;
  width: 5%;
  animation: float-b 3.6s ease-in-out infinite;
  animation-delay: -2.4s;
}
.p-about-fv__ill--09 {
  right: 20%;
  bottom: -8%;
  width: 12%;
  animation: float-c 5s ease-in-out infinite;
  animation-delay: -0.3s;
}
@media screen and (max-width: 768px) {
  .p-about-fv__ill--01 {
    left: 0;
    width: 15%;
    top: 30%;
  }
  .p-about-fv__ill--02 {
    left: 0;
    bottom: -5%;
    width: clamp(60px, 17vw, 90px);
  }
  .p-about-fv__ill--03 {
    left: 18%;
    top: 26%;
    width: clamp(42px, 11vw, 68px);
  }
  .p-about-fv__ill--04 {
    display: none;
  }
  .p-about-fv__ill--05 {
    display: none;
  }
  .p-about-fv__ill--06 {
    display: none;
  }
  .p-about-fv__ill--07 {
    right: 0;
    top: 30%;
    width: 20%;
  }
  .p-about-fv__ill--08 {
    right: 30%;
    bottom: 55%;
    width: 10%;
  }
  .p-about-fv__ill--09 {
    right: 3%;
    bottom: -5%;
    width: 14%;
  }
}

.p-about-intro {
  position: relative;
  z-index: 3;
  background: #fdfdfd;
}
@media screen and (max-width: 768px) {
  .p-about-intro {
    padding: 0 0 8rem;
  }
}
.p-about-intro__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  max-width: 550px;
  margin-inline: auto;
  transform: translateY(-30%);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-about-intro__inner {
    transform: none;
    gap: 2rem;
  }
}
.p-about-intro__copy {
  text-align: left;
}
.p-about-intro__copy-en {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: var(--heading-02);
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .p-about-intro__copy-en {
    font-size: 5rem;
  }
}
.p-about-intro__copy-sub {
  margin-top: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-about-intro__content {
  width: 100%;
  text-align: left;
  color: #0e62aa;
}
.p-about-intro__ttl {
  font-size: var(--fz-1);
  font-weight: 900;
  color: #0e62aa;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.p-about-intro__body {
  line-height: 1.9;
  color: #2c2c2c;
}
.p-about-intro__ill {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.p-about-intro__ill img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-intro__ill--01 {
  left: 20%;
  top: -20%;
  width: 6%;
  animation: float-a 4.4s ease-in-out infinite;
  animation-delay: -1.5s;
}
.p-about-intro__ill--02 {
  left: 10%;
  bottom: 60%;
  width: 10%;
  animation: float-c 5.8s ease-in-out infinite;
  animation-delay: -0.7s;
}
.p-about-intro__ill--03 {
  left: 12%;
  bottom: 20%;
  width: 8%;
  animation: float-b 3.9s ease-in-out infinite;
  animation-delay: -2.8s;
}
.p-about-intro__ill--04 {
  right: 25%;
  top: -30%;
  width: 10%;
  animation: float-a 5.1s ease-in-out infinite;
  animation-delay: -0.2s;
}
.p-about-intro__ill--05 {
  right: 10%;
  top: 30%;
  width: 5%;
  animation: float-c 4.7s ease-in-out infinite;
  animation-delay: -3.3s;
}
.p-about-intro__ill--06 {
  right: 20%;
  bottom: 12%;
  width: 10%;
  animation: float-b 6.2s ease-in-out infinite;
  animation-delay: -1s;
}
@media screen and (max-width: 768px) {
  .p-about-intro__ill--01 {
    left: auto;
    top: 0;
    right: 30%;
    width: 20%;
  }
  .p-about-intro__ill--02 {
    left: 0;
    top: 20%;
    width: clamp(40px, 10vw, 65px);
    display: none;
  }
  .p-about-intro__ill--03 {
    left: 1%;
    bottom: 0;
    width: 12%;
  }
  .p-about-intro__ill--04 {
    right: 5%;
    top: 2%;
    width: 22%;
  }
  .p-about-intro__ill--05 {
    right: 2%;
    top: 35%;
    width: 12%;
  }
  .p-about-intro__ill--06 {
    right: 2%;
    bottom: 4%;
    width: 24%;
  }
}

.p-about-head {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: -10%;
}
@media screen and (max-width: 768px) {
  .p-about-head {
    margin-top: 0;
  }
}
.p-about-head__en {
  font-family: "Geom", sans-serif;
  font-weight: bold;
  font-size: clamp(4rem, 8vw, 10rem);
  color: #0e62aa;
  line-height: 1;
}
.p-about-head__ja {
  font-size: var(--fz-2);
  color: #01c8dd;
  font-weight: 700;
  margin-top: 0.6rem;
}
.p-about-head__note {
  color: #797777;
  font-weight: bold;
  margin-top: 0.8rem;
}
.p-about-head--business {
  margin-top: 8rem;
  margin-bottom: 0;
}

.p-about-numbers {
  padding: 10% 0 10%;
}
@media screen and (max-width: 768px) {
  .p-about-numbers {
    padding: 6rem 0 5rem;
  }
}
.p-about-numbers__featured {
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 6rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about-numbers__featured {
    padding: 2rem;
    gap: 1rem;
  }
}
.p-about-numbers__featured-ill {
  flex: 1;
  max-width: 180px;
}
.p-about-numbers__featured-ill img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about-numbers__featured-ill {
    max-width: 100px;
  }
}
.p-about-numbers__featured-body {
  text-align: center;
  flex-shrink: 0;
}
.p-about-numbers__featured-label {
  font-size: var(--fz-1);
  font-weight: 700;
  color: #333;
  margin-bottom: 0.8rem;
}
.p-about-numbers__featured-num {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-size: var(--fz-1);
  font-weight: 700;
  color: #0e62aa;
  line-height: 1;
}
.p-about-numbers__featured-num span {
  font-family: "Geom", sans-serif;
  font-size: clamp(6rem, 13vw, 20rem);
  font-weight: 900;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
}
.p-about-numbers__grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}
.p-about-numbers__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-about-numbers__grid--3 {
    grid-template-columns: 1fr;
  }
}
.p-about-numbers__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-about-numbers__grid--2 {
    grid-template-columns: 1fr;
  }
}
.p-about-numbers__item {
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2rem 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-numbers__item-label {
  font-size: var(--fz-2);
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.p-about-numbers__item-label-sub {
  font-size: 1.3rem;
  font-weight: bold;
}
.p-about-numbers__item-ill {
  width: 100%;
  height: 150px;
  margin: 1.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about-numbers__item-ill {
    height: 100px;
  }
}
.p-about-numbers__item-ill img {
  width: auto;
  height: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-about-numbers__item-num {
  font-size: var(--fz-1);
  font-weight: 700;
  color: #0e62aa;
  line-height: 1;
  margin-top: auto;
}
.p-about-numbers__item-num span {
  font-family: "Geom", sans-serif;
  font-size: clamp(3.2rem, 8vw, 8rem);
  font-weight: 900;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-about-numbers__item-num span {
    font-size: 6rem;
  }
}
.p-about-numbers__item-note {
  margin-top: 0.8rem;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}

.about-page .p-recruit-about__slider {
  position: relative;
  margin: 0;
}
.about-page .p-recruit-about__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fdfdfd;
  z-index: 0;
  pointer-events: none;
}
.about-page .p-recruit-about__slider .swiper-wrapper {
  position: relative;
  z-index: 1;
}

.p-about-business {
  padding: 6rem 0 10rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .p-about-business {
    padding: 5rem 0 5rem;
  }
}
.p-about-business__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.2em;
  text-align: center;
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  font-weight: 900;
  color: #222;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about-business__lead {
    margin-bottom: 3rem;
  }
}
.p-about-business__lead-num {
  font-family: "Geom", sans-serif;
  font-size: clamp(5rem, 8vw, 10rem);
  font-weight: 900;
  font-style: normal;
  color: #0e62aa;
  line-height: 1;
}
.p-about-business__lead-group {
  display: inline-flex;
  align-items: baseline;
  margin-left: -1.8em;
}
.p-about-business__lead-sub {
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 900;
  padding-right: 0.25em;
}
.p-about-business .lgtxt {
  font-size: clamp(5rem, 8vw, 10rem);
  font-weight: normal;
}
.p-about-business__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media screen and (max-width: 768px) {
  .p-about-business__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-about-business__card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.p-about-business__card-badge {
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 5;
  width: clamp(100px, 10vw, 135px);
  height: clamp(100px, 10vw, 135px);
  border-radius: 50%;
  background: #dceef3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.2rem;
}
.p-about-business__card-label {
  font-weight: 700;
  color: #c8900a;
  line-height: 1;
}
.p-about-business__card-num {
  font-family: "Geom", sans-serif;
  font-size: var(--heading-02);
  font-weight: 900;
  color: #0e62aa;
  line-height: 1;
}
.p-about-business__card-photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 768px) {
  .p-about-business__card-photo {
    aspect-ratio: 1/1;
  }
}
.p-about-business__card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.p-about-business__card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-about-business__card-label {
  z-index: 2;
  font-weight: 700;
  color: #dfb131;
  line-height: 1;
}
.p-about-business__card-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.p-about-business__card-icon {
  width: 70px;
  flex-shrink: 0;
}
.p-about-business__card-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-business__card-ttl {
  writing-mode: vertical-rl;
  font-size: var(--fz-2);
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
}
.p-about-business__card-body {
  padding: 2rem 2.5rem 2.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #0e62aa;
  color: #ffffff;
  border-radius: 0 0 16px 16px;
}
.p-about-business__card-catch {
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.p-about-business__card-sep {
  border: none;
  border-top: 1px dashed #bbb;
  margin: 0 0 1.2rem;
}
.p-about-business__card-txt {
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  line-height: 1.8;
}

.p-about-marquee {
  overflow: hidden;
  line-height: 1;
  padding: 5rem 0;
}
.p-about-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: aboutMarquee 70s linear infinite;
}
.p-about-marquee__content {
  display: flex;
  flex-shrink: 0;
}
.p-about-marquee__content span {
  font-family: "Geom", sans-serif;
  font-size: clamp(6rem, 10vw, 10rem);
  font-weight: bold;
  color: #ccd6d8;
  padding: 0 2.4rem;
}

@keyframes aboutMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes interviewMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-about-challenges {
  padding: 2rem 0 10%;
}
.p-about-challenges__intro {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.p-about-challenges__intro-text {
  flex: 0 0 36%;
  max-width: 36%;
  font-size: var(--fz-3);
  font-weight: 500;
}
.p-about-challenges__intro-ttl {
  font-size: var(--fz-1);
  font-weight: 900;
  color: #0e62aa;
  line-height: 1.4;
  margin-bottom: 2.4rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.p-about-challenges__intro-body {
  line-height: 2;
  color: #444;
}
.p-about-challenges__intro-body + .p-about-challenges__intro-body {
  margin-top: 1.6rem;
}
.p-about-challenges__intro-cards {
  flex: 1;
  position: relative;
  min-height: 500px;
}
.p-about-challenges__intro-card {
  position: absolute;
  width: clamp(190px, 20vw, 270px);
  height: clamp(190px, 20vw, 270px);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.4rem;
  padding-top: 3.6rem;
  box-sizing: border-box;
  overflow: visible;
}
.p-about-challenges__intro-card--1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-about-challenges__intro-card--1 .p-about-challenges__intro-card-ill {
  top: -50px;
}
.p-about-challenges__intro-card--2 {
  bottom: 0;
  left: 0;
}
.p-about-challenges__intro-card--2 .p-about-challenges__intro-card-ill {
  top: -90px;
}
.p-about-challenges__intro-card--3 {
  bottom: 0;
  right: 0;
}
.p-about-challenges__intro-card--3 .p-about-challenges__intro-card-ill {
  top: -50px;
}
.p-about-challenges__intro-card-ill {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  height: 130px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-about-challenges__intro-card-ill img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-about-challenges__intro-card-txt {
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.6rem;
}
.p-about-challenges__intro-card-txt strong {
  color: #01c8dd;
  font-weight: bold;
  font-size: var(--fz-3);
  display: block;
  line-height: 1.5;
}
.p-about-challenges__list-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
  margin-top: 10rem;
}
.p-about-challenges__list-head {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  flex-shrink: 0;
}
.p-about-challenges__list-en {
  font-family: "Geom", sans-serif;
  font-size: clamp(4rem, 8vw, 10rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-about-challenges__list-ja {
  font-size: var(--fz-1);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-about-challenges__list-ja-num {
  text-combine-upright: all;
  color: #0e62aa;
  font-family: "Geom", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}
.p-about-challenges__list-body {
  flex: 1;
  min-width: 0;
}
.p-about-challenges__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-about-challenges__item {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  gap: 2rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.p-about-challenges__item-thumb {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 1/0.8;
}
.p-about-challenges__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-about-challenges__item-body {
  flex: 1;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.p-about-challenges__item-num {
  font-family: "Geom", sans-serif;
  font-size: var(--fz-1);
  font-weight: 500;
  color: #0e62aa;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-about-challenges__item-label {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  margin-top: 0.4rem;
  position: relative;
  padding-bottom: 1.2rem;
}
.p-about-challenges__item-label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #01c8dd 0, #01c8dd 14px, transparent 14px, transparent 20px);
}
.p-about-challenges__item-icon {
  grid-column: 1;
  grid-row: 1/3;
  align-self: center;
  flex-shrink: 0;
  width: clamp(48px, 6vw, 80px);
  height: clamp(48px, 6vw, 80px);
  border-radius: 50%;
  background: #0e62aa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  box-sizing: border-box;
}
.p-about-challenges__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-about-challenges__item-en {
  grid-column: 2;
  grid-row: 1;
  font-family: "Outfit", sans-serif;
  color: #01c8dd;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-about-challenges__item-ttl {
  grid-column: 2;
  grid-row: 2;
  font-size: var(--fz-1);
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0.2rem;
}
.p-about-challenges__item-txt {
  line-height: 1.8;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-about-challenges__intro {
    flex-direction: column;
    gap: 4rem;
  }
  .p-about-challenges__intro-text {
    flex: unset;
    max-width: 100%;
  }
  .p-about-challenges__intro-ttl {
    white-space: normal;
    font-size: clamp(2rem, 5vw, 2.8rem);
    text-align: center;
  }
  .p-about-challenges__intro-cards {
    min-height: 420px;
    width: 100%;
  }
  .p-about-challenges__intro-card {
    width: clamp(150px, 40vw, 200px);
    height: clamp(150px, 40vw, 200px);
    padding: 1.6rem;
    padding-top: 2.8rem;
  }
  .p-about-challenges__intro-card--1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-about-challenges__intro-card--1 .p-about-challenges__intro-card-ill {
    top: -40px;
  }
  .p-about-challenges__intro-card--2 {
    bottom: auto;
    top: 45%;
    left: 0;
  }
  .p-about-challenges__intro-card--2 .p-about-challenges__intro-card-ill {
    top: -60px;
  }
  .p-about-challenges__intro-card--3 {
    bottom: auto;
    top: 45%;
    right: 0;
  }
  .p-about-challenges__intro-card--3 .p-about-challenges__intro-card-ill {
    top: -40px;
  }
  .p-about-challenges__intro-card-ill {
    height: 90px;
  }
  .p-about-challenges__intro-card-txt {
    font-size: 1.2rem;
  }
  .p-about-challenges__intro-card-txt strong {
    font-size: 1.3rem;
  }
  .p-about-challenges__list-wrap {
    flex-direction: column;
    gap: 3rem;
    margin-top: 6rem;
  }
  .p-about-challenges__list-head {
    writing-mode: horizontal-tb;
    flex-direction: column;
    align-items: baseline;
    gap: 1.6rem;
  }
  .p-about-challenges__list-en {
    font-size: clamp(4rem, 10vw, 6rem);
  }
  .p-about-challenges__item {
    flex-direction: column;
    gap: 0;
  }
  .p-about-challenges__item-thumb {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .p-about-challenges__item-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .p-about-challenges__item-num {
    font-size: 3.6rem;
  }
  .p-about-challenges__item-body {
    padding: 2rem;
  }
  .p-about-challenges__item-icon {
    width: 64px;
    height: 64px;
  }
}

.p-about-growth {
  padding: 6rem 0 10rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-about-growth {
    padding: 5rem 0 5rem;
  }
}
.p-about-growth__block {
  margin-top: 6rem;
}
.p-about-growth__block-en {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #dfb131;
  letter-spacing: 0.06em;
  margin-bottom: 0.4rem;
}
.p-about-growth__block-ttl {
  font-size: clamp(3.2rem, 3vw, 4rem);
  font-weight: 900;
  color: #222;
  line-height: 1.2;
}
.p-about-growth__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 6rem;
}
.p-about-growth__item {
  display: flex;
  align-items: center;
}
.p-about-growth__item-circle {
  position: relative;
  flex-shrink: 0;
  width: clamp(90px, 10vw, 120px);
  height: clamp(90px, 10vw, 120px);
  border-radius: 50%;
  background: #dceef8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: visible;
  border: 2px solid #fff;
}
.p-about-growth__item-num {
  position: absolute;
  top: -0.35em;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Geom", sans-serif;
  font-size: clamp(2.4rem, 4vw, 5rem);
  font-weight: 900;
  color: #01c8dd;
  line-height: 1;
  white-space: nowrap;
}
.p-about-growth__item-icon {
  width: 60%;
}
.p-about-growth__item-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about-growth__item-bar {
  flex: 1;
  margin-left: -2rem;
  background: #0e62aa;
  border-radius: 0 100vw 100vw 0;
  padding: clamp(1.2rem, 1.6vw, 1.8rem) clamp(2rem, 3vw, 4rem) clamp(1.2rem, 1.6vw, 1.8rem) clamp(3rem, 4vw, 5rem);
}
.p-about-growth__item-txt {
  color: #fff;
  font-size: var(--fz-2);
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.p-about-growth__steps {
  margin-top: 8rem;
}
.p-about-growth__steps-sub {
  font-weight: bold;
  margin-top: 2rem;
}
.p-about-growth__steps-ill {
  margin-top: -10rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-about-growth__steps-ill img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-about-growth__steps-cards {
  display: flex;
  align-items: flex-end;
  margin-top: -10rem;
}
.p-about-growth__step {
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 340px;
}
.p-about-growth__step--1 {
  border: 2px solid #0e62aa;
}
.p-about-growth__step--1 .p-about-growth__step-head {
  background: #0e62aa;
  padding-top: 1.6rem;
}
.p-about-growth__step--1 .p-about-growth__step-list li span {
  background: #0e62aa;
}
.p-about-growth__step--2 {
  border: 2px solid #01c8dd;
  margin-bottom: 4rem;
}
.p-about-growth__step--2 .p-about-growth__step-head {
  background: #01c8dd;
}
.p-about-growth__step--2 .p-about-growth__step-list li span {
  background: #01c8dd;
}
.p-about-growth__step--3 {
  border: 2px solid #dfb131;
  margin-bottom: 8rem;
}
.p-about-growth__step--3 .p-about-growth__step-head {
  background: #dfb131;
}
.p-about-growth__step--3 .p-about-growth__step-list li span {
  background: #dfb131;
}
.p-about-growth__step-head {
  padding: 1.6rem 2rem;
  text-align: center;
  color: #ffffff;
}
.p-about-growth__step-stage {
  font-weight: 700;
  color: #ffffff;
}
.p-about-growth__step-ttl {
  font-size: var(--fz-1);
  font-weight: 900;
  line-height: 1;
  margin: 0;
  color: #fff;
}
.p-about-growth__step-body {
  background: #fff;
  padding: 3rem;
  flex: 1;
}
.p-about-growth__step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-about-growth__step-list li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.p-about-growth__step-list li span {
  font-family: "Geom", sans-serif;
  font-weight: 700;
  color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}
.p-about-growth__step-item-text {
  font-size: var(--fz-3);
  font-weight: 700;
}
.p-about-growth small {
  display: block;
  font-size: var(--fz-3);
  font-weight: 400;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about-growth__block-head {
    text-align: center;
  }
  .p-about-growth__list {
    gap: 2.4rem;
    margin-top: 3rem;
  }
  .p-about-growth__item {
    flex-direction: column;
    align-items: center;
  }
  .p-about-growth__item-circle {
    width: clamp(100px, 25vw, 140px);
    height: clamp(100px, 25vw, 140px);
    margin-bottom: -2rem;
    z-index: 2;
  }
  .p-about-growth__item-bar {
    width: 100%;
    margin-left: 0;
    border-radius: 100vw;
    text-align: center;
    padding: 2.4rem 2rem 1.2rem;
  }
  .p-about-growth__item-txt {
    white-space: normal;
    text-align: center;
    font-size: 1.5rem;
  }
  .p-about-growth__steps-ill {
    margin-top: 4rem;
  }
  .p-about-growth__steps-cards {
    flex-direction: column;
    align-items: stretch;
    margin-top: 3rem;
    gap: 1.6rem;
  }
  .p-about-growth__step {
    min-height: unset;
  }
  .p-about-growth__step--1 .p-about-growth__step-head {
    padding-top: 1.6rem;
  }
  .p-about-growth__step--2 {
    margin-bottom: 0;
  }
  .p-about-growth__step--2 .p-about-growth__step-head {
    padding-top: 1.6rem;
  }
  .p-about-growth__step--3 {
    margin-bottom: 0;
  }
  .p-about-growth__step--3 .p-about-growth__step-head {
    padding-top: 1.6rem;
  }
  .p-about-growth__step-body {
    padding: 2rem;
  }
  .p-about-growth__step-stage {
    font-size: 2rem;
  }
}

.p-about-teammate {
  padding: 10rem 0 12rem;
  background-color: #fdfdfd;
}
@media screen and (max-width: 768px) {
  .p-about-teammate {
    padding: 5rem 0 5rem;
  }
}
.p-about-teammate__head {
  text-align: center;
  margin-bottom: 5rem;
}
.p-about-teammate__en {
  font-family: "Geom", sans-serif;
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 900;
  color: #0e62aa;
  line-height: 1;
  margin: 0;
}
.p-about-teammate__sub {
  font-size: 2rem;
  font-weight: 700;
  color: #01c8dd;
  margin-top: 1rem;
}
.p-about-teammate__body {
  display: flex;
  align-items: flex-end;
  gap: 8rem;
}
.p-about-teammate__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.p-about-teammate__item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border: 3px solid #0e62aa;
  border-radius: 15px;
  padding: 2rem 4rem;
  font-size: var(--fz-3);
  font-weight: 700;
  color: #0e62aa;
  background: #fff;
}
.p-about-teammate__icon {
  width: clamp(28px, 3vw, 36px);
  height: auto;
  flex-shrink: 0;
}
.p-about-teammate__ills {
  width: clamp(180px, 22vw, 280px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-about-teammate__ill img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about-teammate {
    padding: 6rem 0 8rem;
  }
  .p-about-teammate__head {
    margin-bottom: 3rem;
  }
  .p-about-teammate__body {
    flex-direction: column;
    gap: 4rem;
  }
  .p-about-teammate__list {
    gap: 1.6rem;
  }
  .p-about-teammate__item {
    padding: 1.4rem 2rem;
    gap: 1.2rem;
  }
  .p-about-teammate__ills {
    width: 60%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
  }
  .p-about-teammate__ill {
    flex: 1;
    max-width: 200px;
  }
}

.p-company,
.p-benefits {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-company,
  .p-benefits {
    padding: 5rem 0;
  }
}
.p-company__ttl,
.p-benefits__ttl {
  color: #0e62aa;
  font-size: var(--fz-2);
  font-weight: 700;
  padding: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-company__ttl,
  .p-benefits__ttl {
    padding: 0 0 4rem;
  }
}
.p-company__block,
.p-benefits__block {
  overflow: clip;
}
.p-company__inner,
.p-benefits__inner {
  max-width: calc(var(--inner-width) + var(--inner-padding) * 2);
  padding-right: var(--inner-padding);
  margin-inline: auto;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-company__inner,
  .p-benefits__inner {
    flex-direction: column;
    padding-right: 0;
  }
}
.p-company__block--yamaken .p-company__sidebar,
.p-company__block--yamaken .p-benefits__sidebar,
.p-benefits__block--yamaken .p-company__sidebar,
.p-benefits__block--yamaken .p-benefits__sidebar {
  background: #dceef3;
  box-shadow: -100vw 0 0 100vw #dceef3;
}
@media screen and (max-width: 768px) {
  .p-company__block--yamaken .p-company__sidebar,
  .p-company__block--yamaken .p-benefits__sidebar,
  .p-benefits__block--yamaken .p-company__sidebar,
  .p-benefits__block--yamaken .p-benefits__sidebar {
    box-shadow: none;
  }
}
.p-company__block--works .p-company__sidebar,
.p-company__block--works .p-benefits__sidebar,
.p-benefits__block--works .p-company__sidebar,
.p-benefits__block--works .p-benefits__sidebar {
  background: #0e62aa;
  box-shadow: -100vw 0 0 100vw #0e62aa;
}
@media screen and (max-width: 768px) {
  .p-company__block--works .p-company__sidebar,
  .p-company__block--works .p-benefits__sidebar,
  .p-benefits__block--works .p-company__sidebar,
  .p-benefits__block--works .p-benefits__sidebar {
    box-shadow: none;
  }
}
.p-company__block--works .p-company__sidebar .p-company__sidebar-catch,
.p-company__block--works .p-company__sidebar .p-company__sidebar-desc,
.p-company__block--works .p-benefits__sidebar .p-company__sidebar-catch,
.p-company__block--works .p-benefits__sidebar .p-company__sidebar-desc,
.p-benefits__block--works .p-company__sidebar .p-company__sidebar-catch,
.p-benefits__block--works .p-company__sidebar .p-company__sidebar-desc,
.p-benefits__block--works .p-benefits__sidebar .p-company__sidebar-catch,
.p-benefits__block--works .p-benefits__sidebar .p-company__sidebar-desc {
  color: #fff;
}
.p-company__block--setsubi .p-company__sidebar,
.p-company__block--setsubi .p-benefits__sidebar,
.p-benefits__block--setsubi .p-company__sidebar,
.p-benefits__block--setsubi .p-benefits__sidebar {
  background: #f5f5f5;
  box-shadow: -100vw 0 0 100vw #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-company__block--setsubi .p-company__sidebar,
  .p-company__block--setsubi .p-benefits__sidebar,
  .p-benefits__block--setsubi .p-company__sidebar,
  .p-benefits__block--setsubi .p-benefits__sidebar {
    box-shadow: none;
  }
}
.p-company__block--machinery .p-company__sidebar,
.p-company__block--machinery .p-benefits__sidebar,
.p-benefits__block--machinery .p-company__sidebar,
.p-benefits__block--machinery .p-benefits__sidebar {
  background: #01c8dd;
  box-shadow: -100vw 0 0 100vw #01c8dd;
}
@media screen and (max-width: 768px) {
  .p-company__block--machinery .p-company__sidebar,
  .p-company__block--machinery .p-benefits__sidebar,
  .p-benefits__block--machinery .p-company__sidebar,
  .p-benefits__block--machinery .p-benefits__sidebar {
    box-shadow: none;
  }
}
.p-company__block--machinery .p-company__sidebar .p-company__sidebar-catch,
.p-company__block--machinery .p-company__sidebar .p-company__sidebar-desc,
.p-company__block--machinery .p-benefits__sidebar .p-company__sidebar-catch,
.p-company__block--machinery .p-benefits__sidebar .p-company__sidebar-desc,
.p-benefits__block--machinery .p-company__sidebar .p-company__sidebar-catch,
.p-benefits__block--machinery .p-company__sidebar .p-company__sidebar-desc,
.p-benefits__block--machinery .p-benefits__sidebar .p-company__sidebar-catch,
.p-benefits__block--machinery .p-benefits__sidebar .p-company__sidebar-desc {
  color: #fff;
}
.p-company__sidebar,
.p-benefits__sidebar {
  width: 32rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-company__sidebar,
  .p-benefits__sidebar {
    width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company__sidebar,
  .p-benefits__sidebar {
    width: 100%;
  }
}
.p-company__sidebar-sticky,
.p-benefits__sidebar-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-company__sidebar-sticky,
  .p-benefits__sidebar-sticky {
    position: static;
    height: auto;
  }
}
.p-company__sidebar-inner,
.p-benefits__sidebar-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10rem 2rem 0 2rem;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__sidebar-inner,
  .p-benefits__sidebar-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.4rem;
    padding: 4rem var(--inner-padding);
    min-height: auto;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  .p-company__sidebar-inner,
  .p-benefits__sidebar-inner {
    flex-direction: column;
    align-items: center;
  }
}
.p-company__sidebar-logo,
.p-benefits__sidebar-logo {
  margin-bottom: 3.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-company__sidebar-logo,
  .p-benefits__sidebar-logo {
    margin-bottom: 0;
    align-self: auto;
  }
}
.p-company__sidebar-logo-pill,
.p-benefits__sidebar-logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  padding: 1.2rem 2.4rem;
  width: 100%;
}
.p-company__sidebar-logo-pill img,
.p-benefits__sidebar-logo-pill img {
  height: 36px;
  width: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-company__sidebar-logo-pill,
  .p-benefits__sidebar-logo-pill {
    padding: 1rem 1.8rem;
  }
  .p-company__sidebar-logo-pill img,
  .p-benefits__sidebar-logo-pill img {
    height: 28px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .p-company__sidebar-logo-pill img,
  .p-benefits__sidebar-logo-pill img {
    height: 40px;
  }
}
.p-company__sidebar-illust,
.p-benefits__sidebar-illust {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.p-company__sidebar-illust img,
.p-benefits__sidebar-illust img {
  width: 100%;
  max-width: 16rem;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-company__sidebar-illust,
  .p-benefits__sidebar-illust {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 22%;
    opacity: 0.5;
    pointer-events: none;
    margin-bottom: 0;
    z-index: 0;
  }
  .p-company__sidebar-illust img,
  .p-benefits__sidebar-illust img {
    max-width: none;
  }
}
.p-company__sidebar-text,
.p-benefits__sidebar-text {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-company__sidebar-text,
  .p-benefits__sidebar-text {
    width: 100%;
  }
}
.p-company__sidebar-catch,
.p-benefits__sidebar-catch {
  font-size: var(--fz-3);
  font-weight: 700;
  line-height: 1.6;
  color: #0e62aa;
  margin: 0 0 1.2rem;
  letter-spacing: 0.02em;
}
.p-company__sidebar-desc,
.p-benefits__sidebar-desc {
  line-height: 1.8;
  margin: 0;
}
.p-company__content,
.p-benefits__content {
  flex: 1;
  min-width: 0;
}
.p-company__content-inner,
.p-benefits__content-inner {
  padding: 0 10rem 5rem;
}
@media screen and (max-width: 1024px) {
  .p-company__content-inner,
  .p-benefits__content-inner {
    padding: 0 6rem 7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company__content-inner,
  .p-benefits__content-inner {
    padding: 2rem;
    line-height: 1.75;
  }
}
.p-company__content-img,
.p-benefits__content-img {
  margin: 0 0 4rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-company__content-img,
  .p-benefits__content-img {
    margin: 0 0 2rem;
  }
}
.p-company__content-img img,
.p-benefits__content-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company__content-head,
.p-benefits__content-head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #0e62aa;
}
@media screen and (max-width: 768px) {
  .p-company__content-head,
  .p-benefits__content-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 3.5rem;
  }
}
.p-company__content-logo,
.p-benefits__content-logo {
  height: 36px;
  width: auto;
  flex-shrink: 0;
}
.p-company__content-name,
.p-benefits__content-name {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 700;
  color: #0e62aa;
  margin: 0;
  letter-spacing: 0.04em;
}
.p-company__section,
.p-benefits__section {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-company__section,
  .p-benefits__section {
    margin-bottom: 2rem;
  }
}
.p-company__section:last-child,
.p-benefits__section:last-child {
  margin-bottom: 0;
}
.p-company__section--single-img,
.p-benefits__section--single-img {
  display: grid;
  grid-template-columns: 6fr 4fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-company__section--single-img,
  .p-benefits__section--single-img {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-company__section--single-img,
  .p-benefits__section--single-img {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-company__section--reverse,
.p-benefits__section--reverse {
  grid-template-columns: 4fr 6fr;
}
.p-company__section--reverse .p-company__section-imgs,
.p-benefits__section--reverse .p-company__section-imgs {
  grid-column: 1;
  grid-row: 1;
}
.p-company__section--reverse .p-company__section-body,
.p-benefits__section--reverse .p-company__section-body {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .p-company__section--reverse,
  .p-benefits__section--reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .p-company__section--reverse .p-company__section-imgs,
  .p-benefits__section--reverse .p-company__section-imgs {
    grid-column: auto;
    grid-row: auto;
  }
  .p-company__section--reverse .p-company__section-body,
  .p-benefits__section--reverse .p-company__section-body {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-company__section--multi-img .p-company__section-body,
.p-benefits__section--multi-img .p-company__section-body {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 640px) {
  .p-company__section--multi-img,
  .p-benefits__section--multi-img {
    padding-top: 2rem;
    border-top: 1px solid rgba(14, 98, 170, 0.2);
  }
}
.p-company__section-ttl,
.p-benefits__section-ttl {
  font-size: var(--fz-1);
  font-weight: 700;
  color: #0e62aa;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1.2rem;
  margin: 0 0 1.6rem;
}
.p-company__section-ttl::after,
.p-benefits__section-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #01c8dd 0, #01c8dd 14px, transparent 14px, transparent 20px);
}
.p-company__section-ttl--sub,
.p-benefits__section-ttl--sub {
  font-size: var(--fz-3);
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.5;
  margin: 0 0 1.2rem;
  padding-left: 1.2rem;
  border-left: 6px solid #0e62aa;
}
.p-company__section-catch,
.p-benefits__section-catch {
  font-size: clamp(1.5rem, 1.8vw, 1.9rem);
  font-weight: 700;
  color: #0e62aa;
  line-height: 1.7;
  margin: 0 0 1.6rem;
}
.p-company__section-links,
.p-benefits__section-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
.p-company__section-link,
.p-benefits__section-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: #0e62aa;
  color: #fff;
  border-radius: 10rem;
  padding: 1rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  transition: opacity 0.2s;
}
.p-company__section-link:hover,
.p-benefits__section-link:hover {
  opacity: 0.8;
}
.p-company__section-link img,
.p-benefits__section-link img {
  height: 24px;
  width: auto;
  filter: brightness(0) invert(1);
}
.p-company__section-text,
.p-benefits__section-text {
  margin-bottom: 3rem;
}
.p-company__section-text ul,
.p-benefits__section-text ul {
  margin-left: 1em;
}
.p-company__section-text p,
.p-benefits__section-text p {
  margin: 0;
}
.p-company__section-imgs,
.p-benefits__section-imgs {
  display: grid;
  gap: 4rem;
}
@media screen and (max-width: 640px) {
  .p-company__section-imgs,
  .p-benefits__section-imgs {
    gap: 2rem;
  }
}
.p-company__section-imgs--single,
.p-benefits__section-imgs--single {
  grid-template-columns: 1fr;
}
.p-company__section-imgs--multi,
.p-benefits__section-imgs--multi {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .p-company__section-imgs--multi,
  .p-benefits__section-imgs--multi {
    grid-template-columns: 1fr;
  }
}
.p-company__section-img,
.p-benefits__section-img {
  margin: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.p-company__section-img img,
.p-benefits__section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 3/4;
}
@media screen and (max-width: 640px) {
  .p-company__section-img img,
  .p-benefits__section-img img {
    aspect-ratio: 16/7;
  }
}
.p-company__section-link-card,
.p-benefits__section-link-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-company__section-link-card:hover,
.p-benefits__section-link-card:hover {
  opacity: 0.85;
}
.p-company__section-link-card-img,
.p-benefits__section-link-card-img {
  flex: 1;
}
.p-company__section-link-card-img img,
.p-benefits__section-link-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 4/2;
}
.p-company__section-link-card-foot,
.p-benefits__section-link-card-foot {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 4rem 1.4rem;
  background: #dceef3;
}
@media screen and (max-width: 768px) {
  .p-company__section-link-card-foot,
  .p-benefits__section-link-card-foot {
    padding: 2rem 1.4rem;
  }
}
.p-company__section-link-card-logo,
.p-benefits__section-link-card-logo {
  height: 25px;
  width: auto;
  flex-shrink: 0;
}
.p-company__section-link-card-label,
.p-benefits__section-link-card-label {
  flex: 1;
  font-size: var(--fz-5);
  font-weight: 500;
  line-height: 1.3;
}
.p-company__section-link-card-arrow,
.p-benefits__section-link-card-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.p-benefits__intro {
  padding: 0 0 10rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-benefits__intro {
    padding: 0 0 5rem;
  }
}

.p-benefits__intro-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .p-benefits__intro-inner {
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 18rem;
    gap: 0;
  }
}

.p-benefits__intro-img {
  flex: 0 0 22%;
}
.p-benefits__intro-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
.p-benefits__intro-img--left img {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 640px) {
  .p-benefits__intro-img--left {
    position: absolute;
    left: -10%;
    top: -10%;
    width: 35%;
    opacity: 0.3;
    z-index: 0;
  }
}
.p-benefits__intro-img--right img {
  aspect-ratio: 3/4;
}
@media screen and (max-width: 640px) {
  .p-benefits__intro-img--right {
    position: absolute;
    right: -10%;
    bottom: 0;
    width: 25%;
    opacity: 0.3;
    z-index: 0;
  }
}

.p-benefits__intro-body {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-benefits__intro-body {
    position: relative;
    z-index: 1;
    width: 100%;
  }
}

.p-benefits__intro-ttl {
  font-size: var(--fz-1);
  font-weight: 700;
  color: #0e62aa;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-benefits__intro-ttl {
    font-size: var(--fz-2);
    margin-bottom: 1rem;
  }
}

.p-benefits__intro-text {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  color: #2a2a2a;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-benefits__intro-text {
    font-weight: bold;
  }
}

/*生活・住まい*/
.p-benefits__block--life .p-benefits__sidebar {
  background: #dceef3;
  box-shadow: -100vw 0 0 100vw #dceef3;
}
@media screen and (max-width: 768px) {
  .p-benefits__block--life .p-benefits__sidebar {
    box-shadow: none;
  }
}

/*健康・安全*/
.p-benefits__block--health .p-benefits__sidebar {
  background: #0e62aa;
  box-shadow: -100vw 0 0 100vw #0e62aa;
  color: #ffffff;
}
.p-benefits__block--health .p-benefits__sidebar .p-benefits__sidebar-title,
.p-benefits__block--health .p-benefits__sidebar .p-benefits__sidebar-en {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-benefits__block--health .p-benefits__sidebar {
    box-shadow: none;
  }
}

/*学び・成長*/
.p-benefits__block--growth .p-benefits__sidebar {
  background: #f5f5f5;
  box-shadow: -100vw 0 0 100vw #f5f5f5;
}
@media screen and (max-width: 768px) {
  .p-benefits__block--growth .p-benefits__sidebar {
    box-shadow: none;
  }
}

/*休暇・ライフイベント*/
.p-benefits__block--family .p-benefits__sidebar {
  background: #01c8dd;
  box-shadow: -100vw 0 0 100vw #01c8dd;
}
.p-benefits__block--family .p-benefits__sidebar .p-benefits__sidebar-title,
.p-benefits__block--family .p-benefits__sidebar .p-benefits__sidebar-en {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-benefits__block--family .p-benefits__sidebar {
    box-shadow: none;
  }
}

/*評価・文化*/
.p-benefits__block--culture .p-benefits__sidebar {
  background: #dceef3;
  box-shadow: -100vw 0 0 100vw #dceef3;
}
.p-benefits__block--culture .p-benefits__sidebar .p-benefits__sidebar-en {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .p-benefits__block--culture .p-benefits__sidebar {
    box-shadow: none;
  }
}

.p-benefits__sidebar-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.p-benefits__sidebar-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.p-benefits__sidebar-title {
  font-size: var(--fz-1);
  font-weight: 700;
  color: #0e62aa;
  line-height: 1.4;
  white-space: nowrap;
  text-align: left;
}

.p-benefits__sidebar-en {
  font-size: var(--fz-3);
  font-weight: 700;
  color: #01c8dd;
  letter-spacing: 0.05em;
}

.p-interview {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .p-interview {
    padding: 5rem 0 8rem;
  }
}
.p-interview__intro {
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 2;
  color: #2a2a2a;
  max-width: 560px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 768px) {
  .p-interview__intro {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.p-interview__filter {
  margin-bottom: 5rem;
  background: #dceef3;
  padding: 3rem 0;
  border-radius: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-interview__filter {
    margin-bottom: 3.5rem;
    padding: 2rem 0;
  }
}
.p-interview__filter-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  color: #0e62aa;
  letter-spacing: 0.04em;
  margin: 0 0 2rem;
}
.p-interview__filter-icon {
  width: clamp(2.4rem, 3vw, 3.2rem);
  height: auto;
  flex-shrink: 0;
}
.p-interview__filter-btns {
  display: grid;
  grid-template-columns: 0.4fr repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-interview__filter-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .p-interview__filter-btns {
    grid-template-columns: 1fr;
  }
}
.p-interview__filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 1rem;
  border: none;
  border-radius: 0.8rem;
  background: #fff;
  color: #2a2a2a;
  font-size: clamp(1.3rem, 1.4vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-interview__filter-btn {
    padding: 1.2rem 0.8rem;
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  }
}
.p-interview__filter-btn:hover {
  background: #01c8dd;
  color: #fff;
}
.p-interview__filter-btn.is-active {
  background: #0e62aa;
  color: #fff;
  box-shadow: 0 4px 12px rgba(14, 98, 170, 0.3);
}
.p-interview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
  background: #fff;
  padding: 10rem 5rem;
  border-radius: 12px;
}
@media screen and (max-width: 1024px) {
  .p-interview__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-interview__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .p-interview__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 4rem 2rem;
  }
}
@keyframes interviewGridFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-interview__grid.is-fade-in {
  animation: interviewGridFadeIn 0.4s ease forwards;
}
.p-interview__card.is-fade-in {
  animation: interviewGridFadeIn 0.4s ease forwards;
}
.p-interview__card {
  position: relative;
  width: 100%;
}
.p-interview__card-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #f5f5f5;
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
}
.p-interview__card-inner:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}
.p-interview__card-inner:hover .p-interview__card-img img {
  transform: scale(1.06);
}
.p-interview__card-tag {
  position: absolute;
  top: -1em;
  right: 2rem;
  z-index: 10;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 0.12em;
  min-height: 16rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-interview__card-tag {
    font-size: 1.3rem;
    right: 1rem;
  }
}
.p-interview__card-tag span {
  background: #0e62aa;
  transition: background 0.35s ease;
}
.p-interview__card:hover .p-interview__card-tag span {
  background: #01c8dd;
}
.p-interview__card-img {
  position: relative;
  height: clamp(260px, 32vw, 440px);
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 12px 12px 0 0;
}
.p-interview__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  transition: transform 0.4s ease;
}
.p-interview__card-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 768px) {
  .p-interview__card-body {
    padding: 1rem;
    gap: 0.4rem;
  }
}
.p-interview__card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-interview__card-logo-img {
  height: 28px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-interview__card-logo-img {
    height: 18px;
  }
}
.p-interview__card-name-row {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.p-interview__card-name {
  font-size: 3.2rem;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-interview__card-name {
    font-size: 2.2rem;
  }
}
.p-interview__card-dept {
  color: #2c2c2c;
  white-space: nowrap;
  margin: 0;
}
.p-interview__card-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}
.p-interview__card-link-text {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0e62aa;
}
@media screen and (max-width: 768px) {
  .p-interview__card-link-text {
    font-size: 1.6rem;
  }
}
.p-interview__card-link-arrow {
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-interview__card-link-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.p-interview__empty {
  text-align: center;
  padding: 6rem 0;
  color: #888;
  font-size: 1.5rem;
}

body.company .main,
body.benefits .main {
  background-color: #fdfdfd;
  background-image: none;
}

.p-interview-single__profile-bar {
  padding: 15rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-interview-single__profile-bar {
    padding: 5rem 2rem;
  }
}
.p-interview-single__profile-bar .inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1.2rem;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .p-interview-single__profile-bar .inner {
    padding: 3rem;
  }
}
.p-interview-single__profile-bar-inner {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-interview-single__profile-bar-inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-interview-single__profile-thumb {
  flex: 3;
  min-width: 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-interview-single__profile-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-interview-single__profile-thumb {
    flex: none;
    aspect-ratio: 1/1;
  }
}
.p-interview-single__profile-info {
  flex: 7;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-interview-single__profile-info {
    gap: 1rem;
  }
}
.p-interview-single__profile-copy {
  font-size: 2.2rem;
  background-color: #0e62aa;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 2rem;
  display: inline-block;
  padding: 0.2em 1em;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .p-interview-single__profile-copy {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-interview-single__profile-meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1;
}
.p-interview-single__profile-logo-wrap {
  display: flex;
}
.p-interview-single__profile-logo {
  height: 40px;
  width: auto;
}
.p-interview-single__profile-name {
  font-size: var(--fz-1);
  font-weight: 700;
}
.p-interview-single__profile-dept {
  font-size: var(--fz-3);
  color: #4c4c4c;
  font-weight: normal;
}
.p-interview-single__profile-year {
  margin: 0;
}
.p-interview-single__profile-intro-ttl {
  font-weight: 700;
  color: #0e62aa;
}
.p-interview-single__profile-intro {
  font-size: var(--fz-base);
  line-height: 1.8;
  color: #2a2a2a;
  margin: 0;
}
.p-interview-single__schedule {
  position: relative;
  padding: 10rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule {
    padding: 0;
  }
}
.p-interview-single__schedule-watermark {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 900;
  color: rgba(14, 98, 170, 0.06);
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-interview-single__schedule-inner {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-interview-single__schedule-content {
  flex: 6;
  min-width: 0;
}
.p-interview-single__schedule-head {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-head {
    margin-bottom: 2rem;
  }
}
.p-interview-single__schedule-ja {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0e62aa;
  margin: 0 0 0.4rem;
}
.p-interview-single__schedule-en {
  font-size: clamp(3.6rem, 6vw, 6rem);
  font-weight: 900;
  color: #0e62aa;
  margin: 0;
  line-height: 1;
}
.p-interview-single__schedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-interview-single__schedule-item {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-item {
    padding: 1rem 0;
  }
}
.p-interview-single__schedule-time {
  width: 7rem;
  text-align: right;
  flex-shrink: 0;
  font-size: var(--fz-1);
  font-weight: 700;
  color: #0e62aa;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-time {
    font-size: 2rem;
  }
}
.p-interview-single__schedule-dot {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #0e62aa;
  flex-shrink: 0;
  margin: 0 2rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-dot {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.6rem;
  }
}
.p-interview-single__schedule-dot::before, .p-interview-single__schedule-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #0e62aa;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-dot::before, .p-interview-single__schedule-dot::after {
    width: 1px;
  }
}
.p-interview-single__schedule-dot::before {
  bottom: 100%;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-dot::before {
    height: 2rem;
  }
}
.p-interview-single__schedule-dot::after {
  top: 100%;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-dot::after {
    height: 4rem;
  }
}
.p-interview-single__schedule-item:first-child .p-interview-single__schedule-dot::before {
  display: none;
}
.p-interview-single__schedule-item:last-child .p-interview-single__schedule-dot::after {
  display: none;
}
.p-interview-single__schedule-label {
  flex: 1;
  font-size: var(--fz-2);
  font-weight: 700;
  color: #0e62aa;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-label {
    font-size: 1.6rem;
  }
}
.p-interview-single__schedule-illust {
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-interview-single__schedule-illust img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-interview-single__schedule-illust {
    width: 100%;
    margin: 0 auto;
  }
}
.p-interview-single__marquee {
  overflow: hidden;
  line-height: 1;
}
.p-interview-single__marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: interviewMarquee 40s linear infinite;
}
.p-interview-single__marquee-content {
  display: flex;
  flex-shrink: 0;
}
.p-interview-single__marquee-content span {
  font-family: "Geom", sans-serif;
  font-size: clamp(5rem, 8vw, 8rem);
  font-weight: bold;
  color: #ccd6d8;
  padding: 0 2.4rem;
}
.p-interview-single__qa {
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .p-interview-single__qa {
    padding: 5rem 0;
  }
}
.p-interview-single__qa .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-interview-single__qa .inner {
    gap: 3rem;
  }
}
.p-interview-single__qa-item {
  display: grid;
  grid-template-columns: 1fr 40rem;
  align-items: flex-start;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-interview-single__qa-item--reverse {
  grid-template-columns: 40rem 1fr;
}
.p-interview-single__qa-item--reverse .p-interview-single__qa-img {
  grid-column: 1;
  grid-row: 1;
}
.p-interview-single__qa-item--reverse .p-interview-single__qa-body {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 1024px) {
  .p-interview-single__qa-item {
    grid-template-columns: 1fr 30rem;
    gap: 3.2rem;
    padding: 4rem;
  }
  .p-interview-single__qa-item--reverse {
    grid-template-columns: 30rem 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single__qa-item {
    grid-template-columns: 1fr;
    padding: 3rem;
  }
  .p-interview-single__qa-item--reverse .p-interview-single__qa-img {
    grid-column: 1;
    grid-row: 2;
  }
  .p-interview-single__qa-item--reverse .p-interview-single__qa-body {
    grid-column: 1;
    grid-row: 1;
  }
}
.p-interview-single__qa-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  .p-interview-single__qa-body {
    padding: 0;
    gap: 0.6rem;
  }
}
.p-interview-single__qa-num {
  font-family: "Geom", sans-serif;
  font-size: var(--fz-1);
  font-weight: 700;
  color: #0e62aa;
}
.p-interview-single__qa-q {
  font-size: var(--fz-2);
  font-weight: 700;
  color: #0e62aa;
  line-height: 1.5;
  margin: 0;
}
.p-interview-single__qa-a {
  font-size: var(--fz-base);
  line-height: 1.9;
  color: #2a2a2a;
}
.p-interview-single__qa-a p {
  margin: 0 0 1em;
}
.p-interview-single__qa-a p:last-child {
  margin-bottom: 0;
}
.p-interview-single__qa-img {
  overflow: hidden;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  .p-interview-single__qa-img {
    padding: 0;
  }
}
.p-interview-single__qa-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 4/4;
}
.p-interview-single__message {
  padding: 8rem 0;
  background: #fff;
}
.p-interview-single__message-ttl {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
  color: #0e62aa;
  margin: 0 0 3.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #01c8dd;
}
.p-interview-single__message-body {
  font-size: var(--fz-base);
  line-height: 2;
  color: #2a2a2a;
}
.p-interview-single__message-body p {
  margin: 0 0 1.4em;
}
.p-interview-single__message-body p:last-child {
  margin-bottom: 0;
}
.p-interview-single__back {
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-interview-single__back {
    padding: 2rem 0 5rem;
  }
}
.p-interview-single__back-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.p-interview-single__back-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #01c8dd;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.p-interview-single__back-nav:hover {
  opacity: 0.8;
}
.p-interview-single__back-nav.is-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.p-interview-single__back-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0e62aa;
  color: #fff;
  font-size: var(--fz-base);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10rem;
  border: 2px solid transparent;
  padding: 1.4rem 6rem;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
@media screen and (max-width: 768px) {
  .p-interview-single__back-list {
    padding: 1.2rem 2rem;
  }
}
.p-interview-single__back-list:hover {
  background-color: #fff;
  color: #0e62aa;
  border-color: #0e62aa;
}

.p-jobs {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .p-jobs {
    padding: 5rem 0 8rem;
  }
}
.p-jobs__filter {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-jobs__filter {
    margin-bottom: 3.5rem;
  }
}
.p-jobs__filter-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.p-jobs__filter-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
}
.p-jobs__filter-header-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-jobs__filter-header-ttl {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  color: #0e62aa;
  letter-spacing: 0.04em;
}
.p-jobs__filter-btns {
  display: grid;
  grid-template-columns: 0.4fr repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-jobs__filter-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .p-jobs__filter-btns {
    grid-template-columns: 1fr;
  }
}
.p-jobs__filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 1rem;
  border: none;
  border-radius: 0.8rem;
  background: #fff;
  color: #2a2a2a;
  font-size: clamp(1.3rem, 1.4vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-jobs__filter-btn {
    padding: 1.2rem 0.8rem;
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  }
}
.p-jobs__filter-btn:hover {
  background: #01c8dd;
  color: #fff;
}
.p-jobs__filter-btn.is-active {
  background: #0e62aa;
  color: #fff;
  box-shadow: 0 4px 12px rgba(14, 98, 170, 0.3);
}
@keyframes jobsBlockFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-jobs__company-block {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 4rem 5rem;
  margin-bottom: 3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.p-jobs__company-block.is-fade-in {
  animation: jobsBlockFadeIn 0.4s ease forwards;
}
@media screen and (max-width: 768px) {
  .p-jobs__company-block {
    padding: 3rem 2.4rem;
  }
}
.p-jobs__company-block:last-child {
  margin-bottom: 0;
}
.p-jobs__company-head {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-jobs__company-head {
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-jobs__company-ttl {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-jobs__company-ttl {
    font-size: 2.2rem;
  }
}
.p-jobs__company-kinds {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  color: #2a2a2a;
  color: #0e62aa;
}
@media screen and (max-width: 768px) {
  .p-jobs__company-kinds {
    font-size: 2.2rem;
  }
}
.p-jobs__item {
  border-top: 1px solid #e8e8e8;
  padding-top: 2.4rem;
  margin-top: 2.4rem;
}
.p-jobs__item.is-first {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.p-jobs__item-ttl {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-jobs__item-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
    margin-bottom: 0;
  }
}
.p-jobs__item-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-jobs__item-body {
    gap: 2.4rem;
  }
}
.p-jobs__item-details {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-jobs__detail-row {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 1rem 2rem;
  padding: 1rem 0;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .p-jobs__detail-row {
    grid-template-columns: 10rem 1fr;
    gap: 0.8rem 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .p-jobs__detail-row {
    grid-template-columns: 1fr;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
  }
}
.p-jobs__detail-label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #0e62aa;
  white-space: nowrap;
}
.p-jobs__detail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
}
.p-jobs__detail-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-jobs__detail-icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-jobs__detail-value {
  line-height: 1.8;
  color: #2a2a2a;
}
.p-jobs__item-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.p-jobs__benefits {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-jobs__benefits {
    gap: 0.5rem;
  }
}
.p-jobs__benefit-tag {
  background: transparent;
  border: 1px solid #0e62aa;
  padding: 0.2rem 1.2rem;
  border-radius: 6px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-jobs__benefit-tag {
    font-size: 1.3rem;
  }
}
.p-jobs__hiring-count {
  color: #9d9d9d;
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-jobs__hiring-count {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */