@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
/*
@media (max-width: 575.98px) { ... }

// `md` applies to small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// `lg` applies to medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// `xl` applies to large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 10%;
  color: #111111;
}

.container-inner {
  width: 1140px;
  margin: 0 auto;
  padding: 5.5rem 0;
}
@media (max-width: 1199.98px) {
  .container-inner {
    width: 100%;
    margin: 0 auto;
    padding: 5.5rem 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .container-inner {
    padding: 5.5rem 20px;
  }
}

/* background-color */
.bg-lightGY {
  background-color: #F7F7F7;
}
.bg-lightOR {
  background-color: #FEF8EC;
}

/* font-size */
.fs-10 {
  font-size: 0.5rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-48 {
  font-size: 3rem;
}
.fs-60 {
  font-size: 3.75rem;
}
.fs-64 {
  font-size: 4rem;
}
@media (min-width: 576px) {
  .fs-sm-10 {
    font-size: 0.5rem;
  }
  .fs-sm-12 {
    font-size: 0.75rem;
  }
  .fs-sm-13 {
    font-size: 0.8125rem;
  }
  .fs-sm-14 {
    font-size: 0.875rem;
  }
  .fs-sm-16 {
    font-size: 1rem;
  }
  .fs-sm-18 {
    font-size: 1.125rem;
  }
  .fs-sm-20 {
    font-size: 1.25rem;
  }
  .fs-sm-24 {
    font-size: 1.5rem;
  }
  .fs-sm-28 {
    font-size: 1.75rem;
  }
  .fs-sm-30 {
    font-size: 1.875rem;
  }
  .fs-sm-32 {
    font-size: 2rem;
  }
  .fs-sm-36 {
    font-size: 2.25rem;
  }
  .fs-sm-40 {
    font-size: 2.5rem;
  }
  .fs-sm-48 {
    font-size: 3rem;
  }
  .fs-sm-60 {
    font-size: 3.75rem;
  }
  .fs-sm-64 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .fs-md-10 {
    font-size: 0.5rem;
  }
  .fs-md-12 {
    font-size: 0.75rem;
  }
  .fs-md-13 {
    font-size: 0.8125rem;
  }
  .fs-md-14 {
    font-size: 0.875rem;
  }
  .fs-md-16 {
    font-size: 1rem;
  }
  .fs-md-18 {
    font-size: 1.125rem;
  }
  .fs-md-20 {
    font-size: 1.25rem;
  }
  .fs-md-24 {
    font-size: 1.5rem;
  }
  .fs-md-28 {
    font-size: 1.75rem;
  }
  .fs-md-30 {
    font-size: 1.875rem;
  }
  .fs-md-32 {
    font-size: 2rem;
  }
  .fs-md-36 {
    font-size: 2.25rem;
  }
  .fs-md-40 {
    font-size: 2.5rem;
  }
  .fs-md-48 {
    font-size: 3rem;
  }
  .fs-md-60 {
    font-size: 3.75rem;
  }
  .fs-md-64 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .fs-lg-10 {
    font-size: 0.5rem;
  }
  .fs-lg-12 {
    font-size: 0.75rem;
  }
  .fs-lg-13 {
    font-size: 0.8125rem;
  }
  .fs-lg-14 {
    font-size: 0.875rem;
  }
  .fs-lg-16 {
    font-size: 1rem;
  }
  .fs-lg-18 {
    font-size: 1.125rem;
  }
  .fs-lg-20 {
    font-size: 1.25rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fs-lg-24 {
    font-size: 1.5rem;
  }
  .fs-lg-28 {
    font-size: 1.75rem;
  }
  .fs-lg-30 {
    font-size: 1.875rem;
  }
  .fs-lg-32 {
    font-size: 2rem;
  }
  .fs-lg-36 {
    font-size: 2.25rem;
  }
  .fs-lg-40 {
    font-size: 2.5rem;
  }
  .fs-lg-48 {
    font-size: 3rem;
  }
  .fs-lg-60 {
    font-size: 3.75rem;
  }
  .fs-lg-64 {
    font-size: 4rem;
  }
}

/* color */
.text-normal {
  color: #111111;
}
.text-corporateOR {
  color: #f5af18;
}
.text-darkOR {
  color: #db6525;
}

.shadow-lg {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
}

/* button */
.btn {
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem;
  transition: 0.2s;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 999px;
  width: 300px;
}
@media (max-width: 575.98px) {
  .btn {
    padding: 1rem 3rem;
    width: 100%;
  }
}
.btn-primary {
  background-color: #f5af18;
  color: #111111;
  border: 0;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #f5af18;
}
.btn-primary::after {
  font-family: "Material Symbols Rounded", sans-serif;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 1.5rem;
  content: "\eaaa";
  margin: 0;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.2s;
}
.btn-primary:hover::after {
  right: 0.75rem;
}
.btn-primary:active {
  background-color: #f5af18 !important;
}
.btn-primary-window::after {
  content: "\e89e";
}

.content-label {
  font-family: "Outfit", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding-left: 18px;
  color: #f5af18;
  font-size: 2rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 1%;
}
.content-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #f5af18;
  border-radius: 50%;
  transform: translateY(-50%);
}
.content-title {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 15%;
}
.content-sub-title {
  font-size: 1.5rem;
  border-left: 0.25rem solid #f5af18;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.content-text {
  font-size: 20px;
  line-height: 2;
}
.content-text-link {
  color: #111111;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.content-text-link:hover .text {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .content-label {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .content-title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .content-sub-title {
    font-size: 1.25rem;
  }
  .content-text {
    font-size: 16px;
  }
}
/* breadcrumb */
.breadcrumb {
  background: #F7F7F7;
  font-size: 12px;
  margin-bottom: 0;
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
}
.breadcrumb ul li a {
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.breadcrumb ul li .material-symbols-rounded {
  font-size: 20px;
}

/* js-fadein */
.js-fadein {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

a {
  color: #0961AA;
}

.accordion-menu-item {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden;
}
.accordion-menu-item__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  padding: 1.5rem;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}
.accordion-menu-item .accordion-item__position {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.accordion-menu-item__name {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.accordion-menu-item__icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.accordion-menu-item__icon::before, .accordion-menu-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #111111;
  transform: translate(-50%, -50%);
}
.accordion-menu-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-menu-item.is-open .management-item__icon::after {
  opacity: 0;
}
.accordion-menu-item__body {
  height: 0;
  overflow: hidden;
  transition: height 0.45s ease;
}
.accordion-menu-item__body-inner {
  padding: 0 32px 24px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.accordion-menu-item + .accordion-menu-item {
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .accordion-menu-item__summary {
    padding: 24px 24px;
  }
  .accordion-menu-item__body-inner {
    padding: 0 24px 24px;
  }
}
/* header */
body.is-menu-open {
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.header.is-fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.header.is-menu-open {
  background: #fff;
}
.header-logo {
  width: 100%;
  max-width: 180px;
}
.header-container, .header-navi {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-navi {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-navi a {
  font-size: 1rem;
  margin-right: 1.5rem;
  color: #111111;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.header-navi a:hover {
  text-decoration: underline;
}
.header-navi a:last-of-type {
  box-sizing: border-box;
  margin-right: 0;
  padding: 0.5rem;
  width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-navi a:last-of-type:hover {
  text-decoration: none;
}

.header-other {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1400px) {
  .header-container {
    max-width: 1140px;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-logo {
    max-width: 140px;
  }
  .header-cta {
    width: 400px;
  }
  .header-navi {
    font-size: 0.8rem;
  }
  .header-navi a {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  #hamburger-content-box {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  #hamburger-content-box {
    right: 0;
    position: absolute;
    top: 75px;
    width: 90%;
    overflow: hidden;
  }
  #hamburger-content-box > div.hamburger-content-box-wrapper {
    background-color: #FEF8EC;
    height: calc(100vh - 66px);
    overflow-y: scroll;
  }
  .header-navi a:last-of-type {
    margin-right: 1rem;
  }
  .hamburger-checkbox {
    display: none;
  }
  .hamburger-box {
    display: flex;
    justify-content: center;
  }
  .hamburger-box .close-text {
    display: inline-block !important;
    font-weight: bold;
    white-space: nowrap;
    width: 48px;
    text-align: center;
  }
  .hamburger-checkbox:checked + .close-text + .hamburger-label {
    position: relative;
    z-index: 10;
  }
  .hamburger-checkbox:checked + .close-text + .hamburger-label .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger-checkbox:checked + .close-text + .hamburger-label .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .hamburger-checkbox:checked + .close-text + .hamburger-label .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .hamburger-box .close-text::before {
    content: "メニュー";
  }
  .hamburger-checkbox:checked + .close-text::before {
    content: "閉じる";
  }
  .hamburger-label {
    display: inline-block;
    cursor: pointer;
    margin: 0 1rem;
    padding: 15px 0 0;
    vertical-align: middle;
  }
  .hamburger-line {
    display: block;
    width: 24px;
    height: 4px;
    margin: 4px auto;
    background: #212529;
    border-radius: 1rem;
    transition: transform 0.3s ease-in-out;
  }
  #hamburger-content-box > div .arrow {
    color: #000;
    position: absolute;
    right: 1rem;
    transition: transform 0.3s ease;
  }
  #hamburger-content-box .hamburger-content-list li {
    border-top: solid 1px #CED4DA;
    position: relative;
  }
  #hamburger-content-box .hamburger-content-list li::after {
    content: "\e5e1";
    color: #0961AA;
    font-family: "Material Symbols Rounded", sans-serif;
    font-weight: bold;
    margin: auto;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-variation-settings: "wght" 700;
  }
  #hamburger-content-box .hamburger-content-list li:last-of-type {
    border-bottom: solid 1px #CED4DA;
  }
  #hamburger-overlay {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
}
@media (max-width: 767.98px) {
  .header-cta {
    justify-content: end;
  }
  .header-cta img {
    width: 150px !important;
  }
}
@media (max-width: 575.98px) {
  .header-cta {
    font-size: 10px;
  }
  .header-cta::after {
    content: none;
  }
  .header-navi a:last-of-type {
    margin: 0 0.5rem 0 1rem;
    width: 100px;
    font-size: 14px;
  }
}
/* hero */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
}
.hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 1%;
  opacity: 0;
  transition: opacity 2s ease;
}
.hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__slide img.hero-01 {
  object-position: center 20%;
}
.hero__slide img.hero-02 {
  object-position: center center;
}
.hero__slide img.hero-03 {
  object-position: center 20%;
}
.hero__slide img.hero-04 {
  object-position: center center;
}
.hero__content h1 {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
}
.hero__content h1 span {
  height: 60px;
  display: inline-block;
  line-height: 1.2;
}
.hero__copy-anshin {
  height: 82px;
  margin: -22px -9px 0 0;
}

@media (max-width: 767.98px) {
  .hero {
    max-height: 400px;
  }
  .hero__content h1 {
    font-size: 32px;
  }
  .hero__content h1 span {
    height: 43px;
    display: inline-block;
    line-height: 1.2;
  }
  .hero__copy-anshin {
    height: 44px;
    margin: -8px 0 0;
  }
}
@media (max-width: 575.98px) {
  .hero__slide img.hero-01 {
    object-position: 70% 20%;
  }
  .hero__slide img.hero-02 {
    object-position: 100% center;
  }
  .hero__slide img.hero-03 {
    object-position: 80% center;
  }
  .hero__slide img.hero-04 {
    object-position: 70% center;
  }
}
/* mission */
.mission__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.mission__content {
  flex: 1;
  max-width: 660px;
}
.mission__button {
  width: 290px;
}
@media (max-width: 575.98px) {
  .mission__button {
    width: 100%;
  }
}

@-moz-document url-prefix() {
  .mission__content .content-title {
    letter-spacing: 14%;
  }
}
.mission__visual {
  position: relative;
  flex: 0 0 38%;
  max-width: 520px;
}
.mission__visual::after {
  content: "";
  position: absolute;
  width: 300px;
  aspect-ratio: 1;
  right: -16%;
  bottom: -32%;
  background: #FFE09D;
  border-radius: 50%;
}
.mission__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

@media (max-width: 1399.98px) {
  .mission__visual::after {
    right: -4%;
  }
}
@media (max-width: 991.98px) {
  .mission__inner {
    display: block;
  }
  .mission__content {
    max-width: none;
    width: 100%;
  }
  .mission__visual::after {
    width: 50%;
    right: 0;
    bottom: -20%;
  }
  .mission__visual img {
    width: 90%;
  }
}
/* service */
.service__button {
  width: 500px;
}
@media (max-width: 575.98px) {
  .service__button {
    width: 100%;
  }
}
.service__detail-img img {
  width: 350px;
  height: auto;
}
.service__list-item {
  width: 48%;
}
@media (max-width: 767.98px) {
  .service__list-item {
    width: 100%;
  }
}
.service__list-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
@media (max-width: 767.98px) {
  .service__list-item-img {
    height: auto;
  }
}
.service__list-item-img img {
  max-height: 300px;
  max-width: 360px;
}
@media (max-width: 767.98px) {
  .service__list-item-img img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .service__detail-img img {
    max-width: 350px;
    width: 100%;
  }
}
/* news */
.news__item {
  border-bottom: 1px solid #ced4da;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .news__item {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .news__item-detail {
    flex-wrap: wrap;
  }
}
.news__item .label {
  background-color: #d9d9d9;
  width: 124px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0.25rem;
  padding: 0.25rem;
  margin-right: 1rem;
  white-space: nowrap;
  height: fit-content;
}

/* recruit */
.recruit-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5.5rem;
}

.recruit-swiper {
  width: 100%;
  overflow: hidden;
}
.recruit-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.recruit-swiper .swiper-slide {
  width: 460px;
  height: 280px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .recruit-swiper .swiper-slide {
    width: 360px;
    height: 220px;
  }
}
.recruit-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* footer */
.footer {
  border-top: 5px solid #f5af18;
  background: #fff;
}
.footer span.material-symbols-rounded {
  font-size: 1.25rem;
}
.footer__inner {
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (max-width: 991.98px) {
  .footer__inner {
    padding: 48px 1.5rem 32px;
  }
}
@media (max-width: 767.98px) {
  .footer__inner {
    padding: 32px 1rem 24px;
  }
}
.footer__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .footer__head {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.footer__logo img {
  width: 100%;
  max-width: 240px;
  display: block;
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 28px;
}
.footer__sns a {
  text-decoration: none;
  line-height: 1;
}
.footer__nav {
  display: flex;
  justify-content: space-between;
}
.footer__column h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}
.footer__column ul li {
  letter-spacing: normal;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer__column ul li {
    white-space: wrap;
  }
}
.footer__column ul li::before {
  content: "・";
  color: #f5af18;
  font-weight: 700;
  margin-right: 8px;
}
.footer__column ul li a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #111111;
}
.footer__column ul li a:hover {
  text-decoration: underline;
}

.footer-group__inner {
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 16px;
}
@media (max-width: 767.98px) {
  .footer-group__inner {
    display: block;
    padding: 24px 1rem 16px;
  }
}
.footer-group__logo {
  max-width: 220px;
}
.footer-group__links {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .footer-group__links {
    display: block;
  }
}
.footer-group__links li {
  display: flex;
  align-items: center;
}
.footer-group__links li::before {
  content: "・";
  color: #f5af18;
  font-weight: 700;
  margin-right: 8px;
}
.footer-group__links li a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #111111;
}
.footer-group__links li a:hover {
  text-decoration: underline;
}

/* tablet */
@media (max-width: 1100px) {
  .footer-group__inner {
    flex-wrap: wrap;
  }
}
/* smartphone */
@media (max-width: 767.98px) {
  .footer-group__title {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .footer-group__links {
    display: block;
  }
  .footer-group__links li {
    margin-bottom: 0.5rem;
  }
  .footer__copyright {
    font-size: 14px;
  }
}
/* ====================
   page link
==================== */
.page-link {
  position: fixed;
  right: 0;
  top: 80%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  transition: 0.3s ease;
}

/* 閉じた状態 */
.page-link.is-close {
  transform: translate(94.1px, -50%);
}

.page-link__toggle {
  width: 28px;
  background: #f5af18;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link__body {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.page-link__body ul {
  margin: 0;
  padding: 1rem 0.5rem;
}
.page-link__body ul li {
  margin-bottom: 0.5rem;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.page-link__body ul li::before {
  content: "・";
  color: #f5af18;
  font-weight: 700;
}
.page-link__body ul li a {
  color: #111111;
  text-decoration: none;
}
.page-link__body ul li a:hover {
  text-decoration: underline;
}
.page-link__body ul li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .page-link__toggle {
    width: 20px;
  }
}
/* ====================
   page 
==================== */
/* page-hero */
.page-hero {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-hero {
    height: 160px;
    padding: 0 1rem;
  }
}
.page-hero.service {
  background: url("/assets/images/service/hero-f9262556.png") center/cover no-repeat;
}
.page-hero.corporate {
  background: url("/assets/images/corporate/hero-6a390ccc.png") center/cover no-repeat;
}
.page-hero.number {
  background: url("/assets/images/recruit/number/hero-9b864a82.png") center/cover no-repeat;
}
.page-hero.other {
  background-color: #FEF8EC;
  height: 200px;
}

.page-hero.other h1 {
  color: #111111;
}

.page-hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-hero h1 {
    font-size: 28px;
  }
}

/* achievement */
.achievement-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.achievement-card {
  min-height: 286px;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
}
.achievement-card h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.achievement-card__number {
  margin: 0 0 0.5rem;
  color: #db6525;
  font-size: 54px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  letter-spacing: -1%;
}
@media (max-width: 1199.98px) {
  .achievement-card__number {
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  .achievement-card__number {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .achievement-card__number {
    font-size: 2.25rem;
  }
}
.achievement-card__number span {
  margin-left: 0.25rem;
  font-size: 0.38em;
  vertical-align: baseline;
}
.achievement-card small {
  display: block;
  font-size: 10px;
}

.achievement-card p:not(.achievement-card__number) {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}

/* tablet */
@media (max-width: 1024px) {
  .achievements {
    padding: 75px 20px 80px;
  }
  .achievement-card {
    padding: 24px 22px;
  }
  .achievement-card h3 {
    font-size: 21px;
  }
}
/* smartphone */
@media (max-width: 768px) {
  .achievements {
    padding: 60px 20px 70px;
  }
  .section-en {
    font-size: 22px;
  }
  .section-title {
    margin-bottom: 28px;
    font-size: 32px;
  }
  .achievement-cards {
    grid-template-columns: 1fr;
  }
  .achievement-card {
    min-height: auto;
  }
  .achievements__lead {
    text-align: left;
    font-size: 16px;
  }
  .achievements__lead br {
    display: none;
  }
}
/* company */
.company-table {
  margin: 0;
  border-top: 1px solid #ced4da;
}
.company-table__row {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-bottom: 1px solid #ced4da;
}
.company-table dt,
.company-table dd {
  margin: 0;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: normal;
}
.company-group {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.company-group__logo {
  width: 360px;
  height: auto;
  flex-shrink: 0;
}
.company-group__text {
  margin: 0;
  color: #0068b7;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
}
.company-map {
  margin-top: 16px;
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/5;
  overflow: hidden;
}
.company-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 767.98px) {
  .company-group {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .company-group__logo {
    max-width: 220px;
    width: 100%;
  }
  .company-group__text {
    font-size: 20px;
  }
  .company-table__row {
    grid-template-columns: 1fr;
  }
  .company-table dt {
    padding: 1rem 0 0.5rem;
  }
  .company-table dd {
    padding: 0 0 1rem;
  }
  .company-map {
    aspect-ratio: 16/9;
  }
}
/* history */
.history-card {
  padding: 3rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
}
.history-list {
  position: relative;
}
.history-list::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 2px;
  height: 94%;
  background: #FFECC5;
}
.history-item {
  position: relative;
  padding-left: 36px;
}
.history-item + .history-item {
  margin-top: 3rem;
}
.history-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #f5af18;
  border: 6px solid #FFECC5;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 1;
}
.history-item__year {
  font-family: "Outfit", sans-serif;
  margin: 0 0 1rem;
  color: #db6525;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1%;
}
.history-item__content {
  margin: 0;
}
.history-item__content div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px;
}
.history-item__content div + div {
  margin-top: 10px;
}
.history-item__content dt {
  white-space: nowrap;
  font-weight: normal;
}

@media (max-width: 767.98px) {
  .history-card {
    padding: 1.5rem;
  }
  .history-item__content div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .history-item + .history-item {
    margin-top: 1rem;
  }
  .history-item__year {
    margin: 0 0 0.5rem;
  }
}
/* massage */
.massage__img {
  max-width: 420px;
}

/* recruit/number */
.data-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
.data-grid__card {
  grid-column: span 2;
  min-width: 0;
  min-height: 210px;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
}
.data-grid__card.half {
  grid-column: span 3;
}
.data-grid__card.full {
  grid-column: 1/-1;
}
.data-grid__card canvas {
  max-width: 100% !important;
}

/* count number */
.data-grid__card.number > p,
.parental-leave__gender-number {
  margin: 20px 0 0;
  color: #db6525;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 10%;
}

.data-grid__card.number .number-count {
  font-size: clamp(56px, 7vw, 84px);
  line-height: 1;
  letter-spacing: 1%;
  font-family: "Outfit", sans-serif;
}

.data-grid__card.number span.number-count {
  font-size: clamp(56px, 7vw, 84px);
  line-height: 1;
  letter-spacing: 1%;
  padding-right: 0.25rem;
}

/* common animation */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media (max-width: 1199.98px) {
  .data-grid {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
  .data-grid__card {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .data-grid {
    grid-template-columns: 1fr;
  }
  .data-grid__card {
    min-height: auto;
    padding: 20px 18px;
  }
}
/* 男女比 */
.gender-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.person {
  color: #111111;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
.person span {
  font-size: 48px;
}

.pie-chart {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: conic-gradient(#f5af18 0 59%, #db6525 59% 100%);
  transform: rotate(180deg);
  clip-path: circle(0 at 50% 50%);
}
.pie-chart__num {
  font-family: "Outfit", sans-serif;
  letter-spacing: 1%;
  position: absolute;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  opacity: 0;
  top: 66px;
}
.pie-chart__num.male {
  right: 22px;
  color: #111111;
}
.pie-chart__num.female {
  left: 21px;
}
.pie-chart__num span {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .person {
    font-size: 12px;
  }
  .person span {
    font-size: 32px;
  }
  .pie-chart {
    width: 140px;
    height: 140px;
  }
  .pie-chart__num {
    font-size: 18px;
    top: 58px;
  }
  .pie-chart__num span {
    font-size: 12px;
  }
}
.is-animated .pie-chart {
  animation: pieOpen 1s ease-out forwards;
}

@keyframes pieOpen {
  from {
    clip-path: circle(0 at 50% 50%);
    transform: rotate(180deg);
  }
  to {
    clip-path: circle(100% at 50% 50%);
    transform: rotate(360deg);
  }
}
.is-animated .pie-chart__num {
  animation: fadeIn 0.4s ease forwards;
  animation-delay: 1s;
}

/* 年齢層 */
#ageChart {
  max-width: 520px;
  height: 260px;
}

/* 育児休業取得率と取得者数 */
.parental-leave {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
.parental-leave > div + div {
  border-left: 1px solid #ced4da;
}
.parental-leave__gender {
  font-weight: 500;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parental-leave__data-img {
  width: 140px;
}

/* 業界未経験入社率 */
.beginner-detail__img {
  width: 120px;
}

/* 社員の趣味・マイブーム・休日の過ごし方 */
.hobby__item,
.reason__item {
  position: relative;
  padding: 18px 22px;
  border: 2px solid #FFF0CF;
  border-radius: 1rem;
  background: #fff;
  color: #db6525;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}

.hobby__items,
.reason__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px 16px;
  align-items: start;
}

.hobby__item::after,
.reason__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 18px;
  height: 18px;
  background: inherit;
  border-right: 2px solid #FFF0CF;
  border-bottom: 2px solid #FFF0CF;
  transform: translateX(-50%) rotate(45deg);
}

.hobby__item.large,
.reason__item.large {
  background: #FFF7E6;
  border: none;
  font-size: 28px;
  padding: 28px 32px;
}

.hobby__item.large::after,
.reason__item.large::after {
  border-right: 2px solid #FFF7E6;
  border-bottom: 2px solid #FFF7E6;
}

.hobby__item span,
.reason__item span {
  font-family: "Outfit", sans-serif;
  letter-spacing: 1%;
}

@media (max-width: 1199.98px) {
  .hobby__items,
  .reason__items {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .hobby__item,
  .hobby__item.large,
  .reason__item,
  .reason__item.large {
    width: 100%;
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    white-space: normal;
    border-radius: 0.5rem;
  }
  .hobby__item span,
  .hobby__item.large span,
  .reason__item span,
  .reason__item.large span {
    font-size: 12px;
  }
  .hobby__item::after,
  .reason__item::after {
    display: none;
  }
}
/* PC配置 */
.hobby__movie {
  grid-column: 4/9;
  grid-row: 1;
}

.hobby__game {
  grid-column: 1/4;
  grid-row: 1;
  margin-top: 20px;
}

.hobby__book {
  grid-column: 9/13;
  grid-row: 1;
}

.hobby__travel {
  grid-column: 1/3;
  grid-row: 2;
}

.hobby__cafe {
  grid-column: 3/7;
  grid-row: 2;
}

.hobby__watch {
  grid-column: 7/8;
  grid-row: 2;
}

.hobby__sports {
  grid-column: 8/13;
  grid-row: 2;
  margin-top: -28px;
}

.hobby__trip-img {
  grid-column: 1/3;
  grid-row: 3;
  margin-top: -10px;
}

.hobby__music {
  grid-column: 3/6;
  grid-row: 3;
}

.hobby__child {
  grid-column: 6/8;
  grid-row: 3;
}

.hobby__onsen {
  grid-column: 8/11;
  grid-row: 3;
}

.hobby__sports-img {
  grid-column: 11/13;
  grid-row: 3;
  margin-top: -20px;
}

.hobby__trip-img,
.hobby__sports-img {
  padding: 0;
  border: 0;
}
.hobby__trip-img::after,
.hobby__sports-img::after {
  content: none;
}

.hobby__trip-img img {
  width: 60%;
}

.hobby__sports-img img {
  width: 85%;
}

/* 働く理由 */
.reason__item {
  white-space: wrap;
}

.reason__item.large h4 {
  font-size: 28px;
}

.reason__item.large p {
  text-align: left;
}

@media (max-width: 1199.98px) {
  .reason__item.large h4 {
    font-size: 1rem;
  }
}
/* PC配置 */
.joining__atmosphere {
  grid-column: 1/7;
  grid-row: 1/3;
}

.joining__career {
  grid-column: 7/10;
  grid-row: 1;
  margin-top: 24px;
}

.joining__business {
  grid-column: 7/13;
  grid-row: 3/5;
  margin-top: -36px;
}

.joining__life {
  grid-column: 4/7;
  grid-row: 3;
}

.joining__startup {
  grid-column: 4/7;
  grid-row: 4;
}

.joining__img01 {
  grid-column: 1/4;
  grid-row: 3/5;
  padding: 0;
  border: 0;
}
.joining__img01::after {
  content: none;
}
.joining__img01 img {
  width: 78%;
}

.joining__business-img {
  position: absolute;
  top: -195px;
  right: 36px;
}
.joining__business-img img {
  width: 170px;
}

.nice__people {
  grid-column: 4/10;
  grid-row: 1/2;
}

.nice__working {
  grid-column: 1/4;
  grid-row: 1/2;
  margin-top: 10px;
}

.nice__ambience {
  grid-column: 10/13;
  grid-row: 1/2;
  margin-top: 10px;
}

.nice__discretion {
  grid-column: 11/13;
  grid-row: 2/3;
  margin-top: -78px;
}

.nice__share {
  grid-column: 1/4;
  grid-row: 2/3;
}

.nice__system {
  grid-column: 10/12;
  grid-row: 2/3;
  margin-top: 17px;
}

.nice__img01 {
  grid-column: 4/10;
  grid-row: 2/4;
  padding: 0;
  border: 0;
}
.nice__img01::after {
  content: none;
}
.nice__img01 img {
  width: 100%;
}

.active__01 {
  grid-column: 5/10;
  grid-row: 2;
  margin-top: -100px;
}

.active__02 {
  grid-column: 8/13;
  grid-row: 3;
}

.active__03 {
  grid-column: 4/8;
  grid-row: 3;
}

.active__04 {
  grid-column: 5/8;
  grid-row: 4;
  margin-top: -77px;
}

.active__05 {
  grid-column: 10/13;
  grid-row: 1;
}

.active__06 {
  grid-column: 3/5;
  grid-row: 1;
}

.active__07 {
  grid-column: 10/13;
  grid-row: 2;
}

.active__img01 {
  grid-column: 1/3;
  grid-row: 2/4;
  padding: 0;
  border: 0;
  margin-top: -44px;
}
.active__img01::after {
  content: none;
}
.active__img01 img {
  width: 144%;
}

@media (max-width: 1199.98px) {
  .joining__career {
    margin-top: 0;
  }
  .nice__working,
  .nice__working,
  .nice__discretion,
  .nice__system,
  .active__01,
  .active__04 {
    margin-top: 0;
  }
}
/* interview */
#recruit-interview {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem;
}
#recruit-interview a {
  opacity: 1;
}
#recruit-interview::-webkit-scrollbar {
  display: none;
}
#recruit-interview .member-box {
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: opacity 0.2s ease, color 0.2s ease;
}
#recruit-interview .member-box a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#recruit-interview .member-box .img-area img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}
#recruit-interview .member-box .text-area {
  background-color: #FBF8F3;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  width: 100%;
}
#recruit-interview .member-box .text-area .left-column {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit-interview .member-box .text-area .left-column img {
  width: 64%;
  height: auto;
  display: block;
}
#recruit-interview .member-box .text-area .right-column {
  width: 62%;
  min-width: 0;
  text-align: left;
  color: #333;
  font-weight: bold;
  transition: color 0.2s ease;
}
#recruit-interview .member-box .text-area .right-column .name {
  font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
  line-height: 1.1;
  margin-bottom: 0.5rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: inherit;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1%;
}
#recruit-interview .member-box .text-area .right-column .position {
  font-size: clamp(0.85rem, 0.75rem + 0.6vw, 0.875rem);
  line-height: 1.4;
  margin-bottom: 0;
  color: inherit;
  letter-spacing: 0%;
}
#recruit-interview .member-box .text-area .right-column a,
#recruit-interview .member-box .text-area .right-column a:visited {
  color: inherit;
}
#recruit-interview .member-box:hover {
  cursor: pointer;
}
#recruit-interview .member-box:hover .img-area {
  opacity: 0.8;
}
#recruit-interview .member-box:hover .right-column {
  color: #F18C26 !important;
  opacity: 1;
}
#recruit-interview .member-box a:focus-visible {
  outline: 2px solid #F18C26;
  outline-offset: 4px;
  border-radius: 6px;
}

@media (min-width: 768px) {
  #recruit-interview {
    overflow: visible;
    scroll-snap-type: none;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recruit-interview .member-box {
    flex: 0 0 calc(50% - 1rem);
    max-width: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
@media (min-width: 1024px) {
  #recruit-interview .member-box {
    flex: 0 0 calc(25% - 1rem);
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  #recruit-interview .member-box .text-area .right-column .name {
    font-size: clamp(1.2rem, 1rem + 1vw, 1.25rem);
    line-height: 1.35;
  }
  #recruit-interview .member-box .text-area .right-column .position {
    font-size: clamp(0.5rem, 0.75rem + 0.6vw, 0.7rem);
    line-height: 1.35;
  }
}
.carousel-nav {
  display: none;
}

@media (max-width: 767.98px) {
  .carousel-nav {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
  }
  .carousel-nav button {
    position: absolute;
    top: var(--navY, 50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: grid;
    place-items: center;
    font-size: 20px;
    line-height: 1;
    pointer-events: auto;
    transition: transform 0.15s ease, background-color 0.15s ease;
  }
  .carousel-nav .prev {
    left: 8px;
  }
  .carousel-nav .next {
    right: 8px;
  }
  .carousel-nav button:active {
    transform: translateY(-50%) scale(0.96);
  }
}
#recruit-interview-wrap {
  position: relative;
}

.member-interview-page {
  padding-top: 20px;
}
.member-interview-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.member-interview-page__breadcrumbs a {
  color: #444;
  text-decoration: none;
}
.member-interview-page__breadcrumbs a:hover {
  color: #f18c26;
}
.member-interview-page__hero {
  padding-bottom: 12px;
}
.member-interview-page__hero-image-wrap {
  width: 100%;
  margin: 0 auto;
}
.member-interview-page__hero-image {
  position: relative;
  width: 100%;
  height: 650px;
  margin-top: -20px;
}
.member-interview-page__hero-image p {
  display: inline;
  position: absolute;
  bottom: 24px;
  left: 40px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 7rem;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.member-interview-page__hero-image p .text-highlight {
  background-color: rgba(255, 180, 0, 0.8);
  color: #fff;
  padding: 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.member-interview-page__profile {
  margin: 36px 0 28px;
  text-align: center;
}
.member-interview-page__name {
  font-family: "Outfit", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}
.member-interview-page__meta {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.member-interview-page__section-headline {
  background: #ffb400;
  margin-top: 5.5rem;
}
.member-interview-page__section-headline h2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 16px 0;
  margin: 0;
  line-height: 1.8;
  text-align: justify;
  max-width: 1000px;
}
.member-interview-page__section-body {
  padding-top: 35px;
}
.member-interview-page__qa-row {
  display: flex;
  gap: 0;
  margin: 0 auto;
}
.member-interview-page__qa-row.is-reverse {
  flex-direction: row-reverse;
}
.member-interview-page__qa-photo {
  min-width: 400px;
  width: 100%;
  min-height: 300px;
  background-origin: content-box;
}
.member-interview-page__qa-box {
  padding-left: 32px;
}
.member-interview-page__qa-box h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-align: justify;
}
.member-interview-page__qa-box p {
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  text-align: justify;
}
.member-interview-page__qa-box.is-left {
  padding-left: 0;
  padding-right: 32px;
}
.member-interview-page__qa-full {
  margin: 0 auto;
  padding-top: 45px;
}
.member-interview-page__qa-full h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-align: justify;
}
.member-interview-page__qa-full p {
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  text-align: justify;
}
.member-interview-page__note {
  margin-top: 40px;
  font-size: 0.95rem;
  color: #666;
}
.member-interview-page__related {
  margin-top: 5.5rem;
  padding: 30px 0;
}
.member-interview-page__related-title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 20px;
}
.member-interview-page__related-cards {
  justify-content: center;
  padding-bottom: 30px;
}
.member-interview-page__actions .btn {
  margin: 0 auto;
  min-width: 220px;
}
.member-interview-page .interview-member-photo-main {
  background: url("/assets/images/recruit/member-interview/interview_member_sakai_mv-scaled-a367b284.jpg") no-repeat left top 35%/cover;
}
.member-interview-page .interview-member-photo-main-2 {
  background: url("/assets/images/recruit/member-interview/interview_member_machino_mv-scaled-6b9af3b7.jpg") no-repeat right top/cover;
}
.member-interview-page .interview-member-photo-main-3 {
  background: url("/assets/images/recruit/member-interview/interview03_mv-418a682f.webp") no-repeat right top 30%/cover;
}
.member-interview-page .interview-member-photo-main-4 {
  background: url("/assets/images/recruit/member-interview/interview04_mv-323410cf.webp") no-repeat right 14%/cover;
}
.member-interview-page .interview-photo-ver-1 {
  background: url("/assets/images/recruit/member-interview/interview_member_sakai_3-1f9eb9f5.jpg") no-repeat top 8% left/cover;
}
.member-interview-page .interview-photo-ver-2 {
  background: url("/assets/images/recruit/member-interview/interview_member_sakai_4-6b160faf.jpg") no-repeat top 8% left/cover;
}
.member-interview-page .interview-photo-ver-3 {
  background: url("/assets/images/recruit/member-interview/interview_member_sakai_5-64eda0a6.jpg") no-repeat top right/cover;
}
.member-interview-page .interview-photo-ver-4 {
  background: url("/assets/images/recruit/member-interview/interview_member_machino_2-bb865e94.jpg") no-repeat top 30% left/cover;
}
.member-interview-page .interview-photo-ver-5 {
  background: url("/assets/images/recruit/member-interview/interview_member_machino_3-0e56039c.jpg") no-repeat top 8% left/cover;
}
.member-interview-page .interview-photo-ver-6 {
  background: url("/assets/images/recruit/member-interview/interview_member_machino_4-8511fc7a.jpg") no-repeat top right/cover;
}
.member-interview-page .interview-photo-ver-7 {
  background: url("/assets/images/recruit/member-interview/interview03_01-6b9981cd.webp") no-repeat top right/cover;
}
.member-interview-page .interview-photo-ver-8 {
  background: url("/assets/images/recruit/member-interview/interview03_02-0c132933.webp") no-repeat top right/cover;
}
.member-interview-page .interview-photo-ver-9 {
  background: url("/assets/images/recruit/member-interview/interview03_03-5f30f21d.webp") no-repeat top right 40%/cover;
}
.member-interview-page .interview-photo-ver-10 {
  background: url("/assets/images/recruit/member-interview/interview04_01-909fb9bb.webp") no-repeat top right/cover;
  min-width: 430px;
}
.member-interview-page .interview-photo-ver-11 {
  background: url("/assets/images/recruit/member-interview/interview04_02-c0b4e74d.webp") no-repeat top right/cover;
}
.member-interview-page .interview-photo-ver-12 {
  background: url("/assets/images/recruit/member-interview/interview04_03-81928fa3.webp") no-repeat top right 40%/cover;
}

hr.separator-member-interview {
  width: auto;
  height: 2px;
  margin: 0px auto 12px 0px;
  background-color: rgb(255, 180, 0);
  border: 0;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .member-interview-page__hero-image {
    height: 500px;
  }
  .member-interview-page__hero-image p {
    left: 20px;
    bottom: 14px;
    font-size: 2.3rem;
    line-height: 2.4;
  }
  .member-interview-page__name {
    font-size: 2.5rem;
  }
  .member-interview-page__qa-photo {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .member-interview-page__hero-image {
    height: 420px;
  }
  .member-interview-page__hero-image p {
    left: 12px;
    bottom: 10px;
    font-size: 2rem;
    line-height: 2;
  }
  .member-interview-page__hero-image p .text-highlight {
    padding: 4px;
  }
  .member-interview-page__name {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .member-interview-page__meta {
    font-size: 1rem;
  }
  .member-interview-page__section-headline {
    margin-top: 36px;
  }
  .member-interview-page__section-headline h2 {
    padding: 14px 12px;
  }
  .member-interview-page__qa-row, .member-interview-page__qa-row.is-reverse {
    display: block;
  }
  .member-interview-page__qa-photo {
    min-width: 0;
    min-height: 300px;
  }
  .member-interview-page__qa-box, .member-interview-page__qa-box.is-left {
    padding: 24px 0 12px;
  }
  .member-interview-page__qa-full {
    padding: 24px 0 0;
  }
  .member-interview-page .interview-member-photo-main,
  .member-interview-page .interview-member-photo-main-3 {
    height: 500px;
    background-position: center center;
  }
}
@media (max-width: 575.98px) {
  .member-interview-page__hero-image p {
    font-size: 1.5rem;
    line-height: 3.5rem;
    padding-left: 10px;
    padding-right: 5px;
  }
}
.carousel-nav {
  display: none;
}

@media (max-width: 767.98px) {
  .carousel-nav {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 10;
  }
  .carousel-nav button {
    position: absolute;
    top: var(--navY, 50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: grid;
    place-items: center;
    font-size: 20px;
    line-height: 1;
    pointer-events: auto;
    transition: transform 0.15s ease, background-color 0.15s ease;
  }
  .carousel-nav .prev {
    left: 6px;
  }
  .carousel-nav .next {
    right: 6px;
  }
  .carousel-nav button:active {
    transform: translateY(-50%) scale(0.96);
  }
}
/* position */
.position__title-img img {
  width: 480px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
}
.position__title-img img.sales {
  object-position: center 7%;
}
@media (max-width: 767.98px) {
  .position__title-img img {
    width: 100%;
  }
}
.position__info {
  padding: 1.5rem;
  background: #f7f7f7;
  border-radius: 1rem;
}
.position__info-list {
  margin: 0;
}
.position__info-list-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px dashed #ced4da;
}
.position__info-list-row:first-child {
  padding-top: 0;
}
.position__info-list-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.position__info-list-row dt {
  font-weight: 700;
  line-height: 1.7;
}
.position__info-list-row dd {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.position__meeting img {
  max-width: 260px;
  position: absolute;
  bottom: 0;
  right: 120px;
}
@media (max-width: 1199.98px) {
  .position__meeting img {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .position__meeting img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .position__info {
    padding: 1rem;
  }
  .position__info-list-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }
}
/* recruit top */
.recruit-hero {
  background: #FEF8EC;
  overflow: hidden;
}
.recruit-hero .container-inner {
  width: 100%;
}
.recruit-hero__grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 190px 120px 120px 190px;
  gap: 24px;
}
.recruit-hero__photo {
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.8s ease forwards;
}
.recruit-hero__photo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(167deg, rgba(245, 175, 24, 0.1), rgba(219, 101, 37, 0.1));
}
.recruit-hero__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.recruit-hero__copy {
  grid-column: 4/10;
  grid-row: 2/4;
  display: grid;
  place-content: center;
  text-align: center;
  z-index: 1;
}
.recruit-hero__copy h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #db6525;
  font-size: clamp(60px, 9vw, 140px);
  letter-spacing: 1%;
  line-height: 1;
}
.recruit-hero__copy p {
  margin: 0;
  font-size: clamp(14px, 2vw, 26px);
  line-height: 2;
  letter-spacing: 0.08em;
}

.photo01 {
  grid-column: 1/4;
  grid-row: 1/3;
  object-position: 50% bottom;
}

.photo02 {
  grid-column: 4/7;
  grid-row: 1/2;
}

.photo03 {
  grid-column: 7/10;
  grid-row: 1/2;
}
.photo03 img {
  object-position: 50% 29%;
}

.photo04 {
  grid-column: 10/13;
  grid-row: 1/3;
}

.photo05 {
  grid-column: 1/4;
  grid-row: 3/5;
  border-radius: 16px 16px 0 0;
}

.photo06 {
  grid-column: 4/7;
  grid-row: 4/5;
  border-radius: 16px 16px 0 0;
}

.photo07 {
  grid-column: 7/10;
  grid-row: 4/5;
  border-radius: 16px 16px 0 0;
}

.photo08 {
  grid-column: 10/13;
  grid-row: 3/5;
  border-radius: 16px 16px 0 0;
}

.photo01,
.photo02,
.photo03,
.photo04,
.photo05,
.photo06,
.photo07,
.photo08 {
  animation-delay: 0.1s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.swiper-slide.recruit-top-mv-slide {
  width: 220px;
  height: 220px;
}
.swiper-slide.recruit-top-mv-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(167deg, rgba(245, 175, 24, 0.1), rgba(219, 101, 37, 0.1));
}

@media (max-width: 767.98px) {
  .recruit-hero__grid {
    display: block;
  }
  .photo01,
  .photo02,
  .photo03,
  .photo04,
  .photo05,
  .photo06,
  .photo07,
  .photo08 {
    display: none;
  }
}
.recruit-mission__text {
  width: 732px;
}
.recruit-mission__text p {
  margin-bottom: 2rem;
}
.recruit-mission__text p:last-of-type {
  margin-bottom: 0;
}
.recruit-mission__img {
  width: 360px;
}
.recruit-mission__img-01 img {
  width: 360px;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
}
.recruit-mission__img-02 {
  margin-left: -24px;
}
.recruit-mission__img-02 img {
  width: 330px;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
}

@media (max-width: 991.98px) {
  .recruit-mission__text {
    width: 100%;
  }
  .recruit-mission__img {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .recruit-mission__img {
    width: 100%;
  }
  .recruit-mission__img-01 img {
    width: 100%;
  }
  .recruit-mission__img-02 {
    margin-left: 0;
  }
  .recruit-mission__img-02 img {
    width: 100%;
  }
}
/* recruit top number */
.number-card--coming {
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}

/* open-positions */
.jobs-card {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
}
.jobs-card--wide {
  margin-bottom: 24px;
}
.jobs-card__title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 14px;
  font-size: 24px;
  letter-spacing: 0.06em;
}
.jobs-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 4px;
  height: 1.2em;
  background: #f5af18;
}

/* tabs */
.job-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0;
}

.job-tab {
  padding: 20px 12px;
  border: 0;
  border-right: 1px solid #fff;
  background: #E2E2E2;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
}
.job-tab.is-active {
  background: #f5af18;
}

.job-panel {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 32px 24px;
  background: #F7F7F7;
}
.job-panel.is-active {
  display: grid;
}

.job-panel__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.job-group__title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 1em;
}

.job-panel ul,
.job-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-panel li,
.job-list li {
  position: relative;
  padding-left: 16px;
}

.job-panel li::before,
.job-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #f5af18;
}

.is-closed {
  color: #8D8D8D;
}

.badge {
  display: inline-block;
  margin-left: 6px;
  padding: 4px;
  background: #8D8D8D;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}

.jobs__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 767.98px) {
  .job-tabs {
    display: flex;
    overflow-x: auto;
  }
  .job-tab {
    flex: 0 0 220px;
    max-width: 100px;
    font-size: 12px;
    padding: 0.5rem;
  }
  .job-panel,
  .job-panel.is-active {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }
  .jobs__bottom {
    grid-template-columns: 1fr;
  }
  .jobs-card {
    padding: 20px;
  }
}
/* company deck */
.deck__content {
  display: grid;
  grid-template-columns: minmax(0, 760px) 330px;
  gap: 48px;
  align-items: start;
}

/* slider */
.deck-slider {
  position: relative;
}
.deck-slider__viewport {
  overflow: hidden;
  background: #fff7e8;
}
.deck-slider__track {
  display: flex;
  transition: transform 0.4s ease;
}
.deck-slider__slide {
  min-width: 100%;
}
.deck-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.deck-slider__btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 24px;
  height: 100%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
.deck-slider__btn--prev {
  left: 0;
}
.deck-slider__btn--next {
  right: 0;
}

/* info card */
.deck-info {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
}
.deck-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.deck-info ul li {
  position: relative;
  padding-left: 18px;
  line-height: 2.2;
}
.deck-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  background: #f5af18;
  border-radius: 50%;
}

.deck-slider__track {
  display: flex;
  transition: transform 0.4s ease;
}

.deck-slider__slide {
  min-width: 100%;
}

@media (max-width: 991.98px) {
  .deck__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .deck-info {
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  .deck-slider__btn {
    width: 22px;
    font-size: 28px;
  }
  .deck-info {
    padding: 24px 20px;
  }
}
.deck-slider__pagination {
  margin-top: 18px;
  text-align: center;
  font-weight: 700;
}

.form-actions button.g-recaptcha {
  display: none;
}

.contact-form-section {
  padding: 64px 0;
  background: #F7F7F7;
}
.contact-form-section .form-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 64px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.contact-form-section .contact-form-title {
  margin-bottom: 48px;
  color: #111111;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.contact-form-section .form-errors {
  margin-bottom: 32px;
  padding: 20px 24px;
  color: #c53030;
  background: #fff5f5;
  border: 1px solid #fc8181;
}
.contact-form-section .form-errors p {
  margin-bottom: 8px;
  font-weight: 600;
}
.contact-form-section .form-errors ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.contact-form-section .form-group {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 28px;
}
.contact-form-section .form-group input,
.contact-form-section .form-group select,
.contact-form-section .form-group textarea {
  cursor: pointer;
}
.contact-form-section .form-label {
  margin: 0;
  padding-top: 13px;
  color: #111111;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
}
.contact-form-section .form-label.required::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 5px;
  color: #fff;
  background: #d4403b;
  border-radius: 2px;
  font-size: 0.625rem;
  line-height: 1.3;
  vertical-align: middle;
}
.contact-form-section .form-input,
.contact-form-section .form-select,
.contact-form-section .form-textarea {
  width: 100%;
  padding: 12px 14px;
  color: #111111;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  font-family: inherit;
  font-size: 1rem;
}
.contact-form-section .form-input:focus,
.contact-form-section .form-select:focus,
.contact-form-section .form-textarea:focus {
  outline: none;
  border-color: #f5af18;
  box-shadow: 0 0 0 3px rgba(245, 175, 24, 0.2);
}
.contact-form-section .form-textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-form-section .form-notice {
  margin: 40px 0 0;
  padding: 20px 24px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.contact-form-section .form-notice p {
  margin: 0;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.9;
}
.contact-form-section .form-notice a {
  color: #0961AA;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.contact-form-section .form-actions input {
  border: 0;
  background: none;
  font-weight: 600;
  letter-spacing: 10%;
  padding: 1rem 1.5rem;
  display: block;
  width: 100%;
}
.contact-form-section .form-actions input:hover {
  color: #fff;
}
.contact-form-section .form-actions .back input:hover {
  color: #111111;
  text-decoration: underline;
}
.contact-form-section .form-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}
.contact-form-section .form-links a {
  color: #0961AA;
  font-size: 0.875rem;
  text-decoration: none;
}
.contact-form-section .form-links a:hover {
  text-decoration: underline;
}
.contact-form-section .confirm-lead {
  margin-bottom: 32px;
  color: #555;
  text-align: center;
}
.contact-form-section .confirm-table {
  margin-bottom: 32px;
  border-top: 1px solid #e5e5e5;
}
.contact-form-section .confirm-row {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  border-bottom: 1px solid #e5e5e5;
}
.contact-form-section .confirm-label,
.contact-form-section .confirm-value {
  padding: 18px 20px;
}
.contact-form-section .confirm-label {
  background: #f8f8f8;
  font-size: 0.875rem;
  font-weight: 600;
}
.contact-form-section .confirm-value {
  word-break: break-word;
}
.contact-form-section .complete-wrapper {
  text-align: center;
}
.contact-form-section .complete-icon {
  margin-bottom: 20px;
  font-size: 3.5rem;
}
.contact-form-section .complete-title {
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 700;
}
.contact-form-section .complete-message {
  margin-bottom: 32px;
  color: #555;
  line-height: 2;
}

@media (max-width: 767.98px) {
  .contact-form-section {
    padding: 40px 0;
  }
  .contact-form-section .form-wrapper {
    padding: 36px 20px;
  }
  .contact-form-section .contact-form-title {
    margin-bottom: 32px;
    font-size: 1.75rem;
  }
  .contact-form-section .form-group {
    display: block;
    margin-bottom: 24px;
  }
  .contact-form-section .form-label {
    display: block;
    margin-bottom: 8px;
    padding-top: 0;
    text-align: left;
  }
  .contact-form-section .form-notice {
    margin-top: 32px;
    padding: 16px;
  }
  .contact-form-section .form-actions {
    flex-direction: column;
    align-items: center;
  }
  .contact-form-section .form-actions .btn-primary,
  .contact-form-section .form-actions .btn-outline {
    width: 100%;
  }
  .contact-form-section .confirm-row {
    display: block;
  }
  .contact-form-section .confirm-label,
  .contact-form-section .confirm-value {
    padding: 14px 16px;
  }
}
.recruit-form-section {
  padding: 64px 0;
  background: #F7F7F7;
}
.recruit-form-section .form-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 64px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.recruit-form-section .recruit-form-title {
  margin-bottom: 48px;
  color: #111111;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.recruit-form-section .recruit-form-privacy-notice {
  margin-bottom: 40px;
  color: #555;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
.recruit-form-section .recruit-form-privacy-notice a {
  color: #0961AA;
  text-decoration: none;
}
.recruit-form-section .recruit-form-privacy-notice a:hover {
  text-decoration: underline;
}
.recruit-form-section .form-errors {
  margin-bottom: 32px;
  padding: 20px 24px;
  color: #c53030;
  background: #fff5f5;
  border: 1px solid #fc8181;
}
.recruit-form-section .form-errors p {
  margin-bottom: 8px;
  font-weight: 600;
}
.recruit-form-section .form-errors ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.recruit-form-section .form-group {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 28px;
}
.recruit-form-section .form-group input,
.recruit-form-section .form-group select,
.recruit-form-section .form-group textarea {
  cursor: pointer;
}
.recruit-form-section .form-label {
  margin: 0;
  padding-top: 13px;
  color: #111111;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
}
.recruit-form-section .form-label.required::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 5px;
  color: #fff;
  background: #d4403b;
  border-radius: 2px;
  font-size: 0.625rem;
  line-height: 1.3;
  vertical-align: middle;
}
.recruit-form-section .form-input,
.recruit-form-section .form-select,
.recruit-form-section .form-textarea {
  width: 100%;
  padding: 12px 14px;
  color: #111111;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  font-family: inherit;
  font-size: 1rem;
}
.recruit-form-section .form-input:focus,
.recruit-form-section .form-select:focus,
.recruit-form-section .form-textarea:focus {
  outline: none;
  border-color: #f5af18;
  box-shadow: 0 0 0 3px rgba(245, 175, 24, 0.2);
}
.recruit-form-section .form-textarea {
  min-height: 180px;
  resize: vertical;
}
.recruit-form-section .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  padding-top: 10px;
}
.recruit-form-section .radio-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #111111;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}
.recruit-form-section .radio-label input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #f5af18;
  cursor: pointer;
}
.recruit-form-section .form-file {
  width: 100%;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  font-family: inherit;
  font-size: 0.9375rem;
}
.recruit-form-section .form-file:focus {
  outline: none;
  border-color: #f5af18;
  box-shadow: 0 0 0 3px rgba(245, 175, 24, 0.2);
}
.recruit-form-section .form-hint {
  margin: 8px 0 0;
  color: #777;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.recruit-form-section .form-notice {
  margin: 40px 0 0;
  padding: 20px 24px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}
.recruit-form-section .form-notice p {
  margin: 0;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.9;
}
.recruit-form-section .form-notice a {
  color: #0961AA;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.recruit-form-section .form-actions input {
  border: 0;
  background: none;
  font-weight: 600;
  letter-spacing: 10%;
  padding: 1rem 1.5rem;
  display: block;
  width: 100%;
}
.recruit-form-section .form-actions input:hover {
  color: #fff;
}
.recruit-form-section .form-actions .back input:hover {
  color: #111111;
  text-decoration: underline;
}
.recruit-form-section .form-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}
.recruit-form-section .form-links a {
  color: #0961AA;
  font-size: 0.875rem;
  text-decoration: none;
}
.recruit-form-section .form-links a:hover {
  text-decoration: underline;
}
.recruit-form-section .confirm-lead {
  margin-bottom: 32px;
  color: #555;
  text-align: center;
}
.recruit-form-section .confirm-table {
  margin-bottom: 32px;
  border-top: 1px solid #e5e5e5;
}
.recruit-form-section .confirm-row {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  border-bottom: 1px solid #e5e5e5;
}
.recruit-form-section .confirm-label,
.recruit-form-section .confirm-value {
  padding: 18px 20px;
}
.recruit-form-section .confirm-label {
  background: #f8f8f8;
  font-size: 0.875rem;
  font-weight: 600;
}
.recruit-form-section .confirm-value {
  word-break: break-word;
}
.recruit-form-section .confirm-value .resume-list {
  margin: 0;
  padding-left: 20px;
}
.recruit-form-section .complete-wrapper {
  text-align: center;
}
.recruit-form-section .complete-icon {
  margin-bottom: 20px;
  font-size: 3.5rem;
}
.recruit-form-section .complete-title {
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 700;
}
.recruit-form-section .complete-message {
  margin-bottom: 32px;
  color: #555;
  line-height: 2;
}

@media (max-width: 767.98px) {
  .recruit-form-section {
    padding: 40px 0;
  }
  .recruit-form-section .form-wrapper {
    padding: 36px 20px;
  }
  .recruit-form-section .recruit-form-title {
    margin-bottom: 32px;
    font-size: 1.75rem;
  }
  .recruit-form-section .recruit-form-privacy-notice {
    margin-bottom: 32px;
    text-align: left;
  }
  .recruit-form-section .form-group {
    display: block;
    margin-bottom: 24px;
  }
  .recruit-form-section .form-label {
    display: block;
    margin-bottom: 8px;
    padding-top: 0;
    text-align: left;
  }
  .recruit-form-section .form-notice {
    margin-top: 32px;
    padding: 16px;
  }
  .recruit-form-section .form-actions {
    flex-direction: column;
    align-items: center;
  }
  .recruit-form-section .form-actions .btn-primary {
    width: 100%;
  }
  .recruit-form-section .confirm-row {
    display: block;
  }
  .recruit-form-section .confirm-label,
  .recruit-form-section .confirm-value {
    padding: 14px 16px;
  }
}
.accordion-menu-item__position {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.accordion-menu-item.is-open .accordion-menu-item__icon::after {
  opacity: 0;
}

section.small-text .content-text,
section.small-text .company-table,
section.small-text .table {
  font-size: 0.8rem;
}

/* お知らせ記事用スタイル（管理画面・公開側で共有） */
figure.news-figure {
  margin: 1em 0;
  text-align: center;
}

figure.news-figure img {
  display: inline-block;
  margin: 0 auto;
}

figcaption.news-figcaption {
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  line-height: 1.5;
}

/* ニュース一覧・詳細専用スタイル */
.news-page-section {
  padding: 88px 0 120px;
  background: #fff;
}

.news-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 10fr) minmax(220px, 2fr);
  gap: clamp(32px, 5vw, 72px);
  width: min(1140px, 100% - 48px);
  margin: 0 auto;
}

.news-page-layout__main {
  min-width: 0;
}

.news-page-list {
  margin-top: 2rem;
  border-top: 1px solid #d9d9d9;
}

.news-page-item {
  border-bottom: 1px solid #d9d9d9;
}

.news-page-item__link:hover {
  color: #111;
}

.news-page-item__link:focus-visible {
  outline: 2px solid #f5af18;
  outline-offset: 4px;
}

.news-page-item__meta {
  display: contents;
}

.news-page-item__category {
  display: inline-flex;
  width: 124px;
  min-height: 1.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  overflow: hidden;
  background: #d9d9d9;
  color: #111111;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.25rem;
}

.news-page-item__date {
  color: #111111;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.news-page-item__title {
  min-width: 0;
  /* URL や英数字の長い連続文字でも折り返してはみ出さないようにする */
  overflow-wrap: anywhere;
  color: #111;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

.news-sidebar {
  align-self: start;
  border-left: 1px solid #d9d9d9;
  padding-left: 28px;
}

.news-sidebar__section + .news-sidebar__section {
  margin-top: 48px;
}

.news-sidebar__title {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #111;
  color: #111;
  font-family: "Outfit", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.news-sidebar__list {
  margin: 0;
  min-height: 48px;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
}

.news-sidebar__item {
  padding: 5px 0;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.6;
}

.news-sidebar__link {
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.news-sidebar__link:hover {
  color: #db6525;
}

.news-sidebar__link:focus-visible {
  outline: 2px solid #f5af18;
  outline-offset: 2px;
}

.news-sidebar__link--active {
  color: #db6525;
  font-weight: 700;
  background-color: #FEF8EC;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  width: 100%;
  display: block;
}

.news-sidebar__archive-year {
  padding: 5px 0;
}

.news-sidebar__archive-summary {
  cursor: pointer;
  color: #555;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  list-style: none;
}

.news-sidebar__archive-summary::-webkit-details-marker {
  display: none;
}

.news-sidebar__archive-summary::before {
  content: "＋";
  display: inline-block;
  width: 1.25em;
  color: #f5af18;
}

.news-sidebar__archive-year[open] > .news-sidebar__archive-summary::before {
  content: "−";
}

.news-sidebar__archive-months {
  margin: 4px 0 8px;
  padding-left: 1.25em;
  list-style: none;
}

.news-sidebar__archive-month {
  padding: 3px 0;
  font-size: 0.8125rem;
}

.news-page-empty {
  margin-top: 2rem;
  color: #555;
  font-size: 0.9375rem;
}

.news-pagination {
  margin-top: 48px;
}

.news-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-pagination .page-link {
  position: static;
  transform: none;
  display: inline-flex;
  min-width: 2.25rem;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #d9d9d9;
  color: #555;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.news-pagination .page-link:hover {
  border-color: #f5af18;
  color: #f5af18;
}

.news-pagination .page-item.active .page-link {
  background: #f5af18;
  border-color: #f5af18;
  color: #fff;
}

/* 記事詳細（公開・プレビュー共通デザイン）。
   .news-article--detail は共通記事パーシャル専用クラスのため、
   公開詳細・別タブプレビューの双方へ効くようスコープを付けない。 */
.news-article--detail {
  padding: 0;
}
.news-article--detail .news-article__container {
  max-width: none;
  padding: 0;
}
.news-article--detail .news-article__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.news-article--detail .news-article__title {
  order: 1;
  margin: 0;
  color: #111;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
}
.news-article--detail .news-article__date {
  order: 2;
  margin: 0;
  color: #111111;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.news-article--detail .news-article__category {
  display: inline-block;
  margin-left: 1rem;
  background-color: #d9d9d9;
  width: 124px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0.25rem;
  padding: 0.25rem;
  white-space: nowrap;
  height: fit-content;
}
.news-article--detail .news-article__body {
  overflow-wrap: anywhere;
  white-space: pre-line;
  color: #333;
  font-size: 1rem;
  line-height: 2;
}
.news-article--detail .news-article__body h2 {
  margin: 2.5em 0 1em;
  color: #111;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.6;
}
.news-article--detail .news-article__body h3 {
  margin: 2em 0 0.75em;
  color: #111;
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  line-height: 1.6;
}
.news-article--detail .news-article__body p {
  margin: 0 0 1.5em;
}
.news-article--detail .news-article__body a {
  color: #0961aa;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.news-article--detail .news-article__body a:hover {
  color: #f18c26;
}
.news-article--detail .news-article__body a[href*=".pdf"],
.news-article--detail .news-article__body a[href*="/files/"] {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #0961aa;
  border-radius: 2px;
  text-decoration: none;
}
.news-article--detail .news-article__body a[href*=".pdf"]:hover,
.news-article--detail .news-article__body a[href*="/files/"]:hover {
  border-color: #f18c26;
}
.news-article--detail .news-article__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}
.news-article--detail .news-article__body figure {
  max-width: 100%;
  margin: 2em 0;
}
.news-article--detail .news-article__body figcaption {
  margin-top: 0.75em;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
.news-article--detail .news-article__body table {
  display: block;
  max-width: 100%;
  margin: 2em 0;
  overflow-x: auto;
  border-collapse: collapse;
}
.news-article--detail .news-article__body th,
.news-article--detail .news-article__body td {
  padding: 8px 12px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .news-article--detail .news-article__header {
    margin-bottom: 32px;
  }
}

.news-page-section--detail .back-link {
  display: inline-block;
  margin-top: 48px;
  color: #0961aa;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .news-page-section {
    padding: 64px 0 80px;
  }
  .news-page-layout {
    display: block;
    width: min(100% - 40px, 640px);
  }
  /* 2列目を max-content にすると、1 / -1 で全列にまたがるタイトルの
     max-content 幅（＝1行分の長さ）で列が広がりコンテナをはみ出すため、
     伸縮する minmax(0, 1fr) にしてタイトルを折り返させる */
  .news-page-item__link {
    grid-template-columns: 7rem minmax(0, 1fr);
    column-gap: 0.75rem;
    row-gap: 6px;
    padding: 12px 0;
  }
  .news-page-item__category {
    width: 7rem;
  }
  .news-page-item__title {
    grid-column: 1/-1;
    font-size: 0.9375rem;
  }
  .news-sidebar {
    display: none;
  }
}
/* 画像ライトボックス（管理画面・公開側で共有） */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.lightbox-overlay--visible {
  display: flex;
}

.lightbox-image {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

.lightbox-close:hover {
  opacity: 0.7;
}

.news-preview-bg {
  padding: 40px 0 80px;
  background: #f7f7f7;
}

.news-preview-ribbon {
  display: flex;
  justify-content: flex-end;
  width: min(1140px, 100% - 48px);
  margin: 0 auto 12px;
}

.news-preview-ribbon__label {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: #f18c26;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.news-preview-frame {
  width: min(1140px, 100% - 48px);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 64px);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.news-preview-frame .back-link {
  display: inline-block;
  margin-top: 48px;
  color: #0961aa;
  text-decoration: underline;
}

/* position */
.position__title-img img {
  width: 480px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06) !important;
}
.position__title-img img.sales {
  object-position: center 7%;
}
@media (max-width: 767.98px) {
  .position__title-img img {
    width: 100%;
  }
}

.position__info {
  padding: 1.5rem;
  background: #f7f7f7;
  border-radius: 1rem;
}
@media (max-width: 767.98px) {
  .position__info {
    padding: 1rem;
  }
}

.position__info-list {
  margin: 0;
}

.position__info-list-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px dashed #ced4da;
}
.position__info-list-row:first-child {
  padding-top: 0;
}
.position__info-list-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.position__info-list-row dt {
  font-weight: 700;
  line-height: 1.7;
}
.position__info-list-row dd {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media (max-width: 767.98px) {
  .position__info-list-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }
}

.position__meeting img {
  max-width: 260px;
  position: absolute;
  bottom: 0;
  right: 120px;
}
@media (max-width: 1199.98px) {
  .position__meeting img {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .position__meeting img {
    display: none;
  }
}

/* プレスキット（ダウンロード素材） */
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.presskit-separator {
  width: 64px;
  margin: 16px auto 40px;
  border-top: 1px solid #d7d7d7;
  opacity: 1;
}

.presskit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0 8px 24px;
}
.presskit-item__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  height: 170px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #f9f9f9;
}
.presskit-item__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  max-width: 120px;
  max-height: 120px;
}
.presskit-item h2 {
  flex-grow: 1;
}
.presskit-item__download {
  position: relative;
  display: inline-block;
  min-width: 104px;
  margin: 0.4em;
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ffb400;
  border-radius: 3px;
  background: #ffb400;
  box-shadow: 0 0 1px transparent;
  font-size: 0.95rem;
  line-height: 1.4;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.presskit-item__download:hover, .presskit-item__download:focus, .presskit-item__download:active, .presskit-item__download:link, .presskit-item__download:visited {
  color: #fff;
  opacity: 1 !important;
  border-color: #ffb400;
}
.presskit-item__download::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 6px solid #ffb400;
  border-radius: 3px;
  animation-duration: 1s;
  pointer-events: none;
}
.presskit-item__download:hover::before, .presskit-item__download:focus::before, .presskit-item__download:active::before {
  animation-name: hvr-ripple-out;
}

/*# sourceMappingURL=/assets/public-3bff2407.css.map */
