@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #f8f9fa;
}

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

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-target {
  padding-top: 70px;
  margin-top: -70px;
  display: block;
}

@media screen and (min-width: 700px) {
  .is-sp {
    display: none;
  }
}
.layout-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #f3f4f6;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.layout-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  height: 64px;
  padding: 0 16px;
}
.layout-header__logo {
  display: block;
}
.layout-header__logo-img {
  display: block;
  width: 163px;
  height: 33px;
}
.layout-header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 40px;
  background-color: #ffc800;
  border-radius: 9999px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layout-header__cta:hover {
  opacity: 0.88;
}
@media screen and (min-width: 700px) {
  .layout-header__cta {
    width: 210px;
  }
}

footer {
  padding-top: 60px;
  display: block;
}

.common-announce-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  background-color: #002147;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 0 16px;
  letter-spacing: 0.03em;
}
.common-announce-bar strong {
  font-weight: 900;
  color: #ff9900;
}
@media screen and (max-width: 699px) {
  .common-announce-bar {
    display: block;
    padding: 10px;
    height: auto;
  }
}

.common-card-featured {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 340px;
  scroll-snap-align: start;
}
.common-card-featured__image {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #cccccc;
}
.common-card-featured__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #cccccc;
}
.common-card-featured__badge {
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  padding: 0 12px;
  background-color: #ff9900;
  border-radius: 0 9px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.common-card-featured__body {
  padding: 16px 24px 20px;
}
.common-card-featured__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.common-card-featured__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #cccccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.common-card-featured__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-card-featured__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  overflow: hidden;
}
.common-card-featured__company-type {
  font-size: 1rem;
  font-weight: 500;
  color: #8e8e8e;
  line-height: 1;
  white-space: nowrap;
}
.common-card-featured__company-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card-featured__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  padding: 0 11px;
  background-color: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 11.5px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0052cc;
  margin-bottom: 12px;
}
.common-card-featured__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 12px;
  min-height: 48px;
}
.common-card-featured__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 8px;
}
.common-card-featured__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  color: #4a4a4a;
}
.common-card-featured__location::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/common/common/featured/ico--location.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.common-card-featured__salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #EFC030;
}
.common-card-featured__salary::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/common/common/featured/ico--salary.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.common-card-featured__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: #4a4a4a;
}
.common-card-featured__info dt {
  font-weight: 400;
}
.common-card-featured__info dd {
  font-weight: 400;
}
.common-card-featured__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}
.common-card-featured__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #4a4a4a;
  line-height: 1.6;
}
.common-card-featured__feature::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  background-image: url(../img/common/common/featured/ico--check.svg);
  background-size: contain;
}
.common-card-featured__cta {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 38px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0052cc;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.common-card-featured__cta:hover {
  background-color: #0052CC;
  color: #fff;
}

.common-card-job {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 24px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 15px;
  -webkit-transition: border-color 0.28s ease, -webkit-transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-box-shadow 0.28s ease;
  transition: border-color 0.28s ease, -webkit-transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-box-shadow 0.28s ease;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease, -webkit-transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-box-shadow 0.28s ease;
}
.common-card-job::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#0052CC), to(#FF9900));
  background: linear-gradient(90deg, #0052CC, #FF9900);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px 10px 0 0;
}
.common-card-job:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 28px rgba(0, 82, 204, 0.13);
          box-shadow: 0 12px 28px rgba(0, 82, 204, 0.13);
  border-color: rgba(0, 82, 204, 0.18);
}
.common-card-job:hover .common-card-job__title {
  color: #0052cc;
}
.common-card-job:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.common-card-job__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.common-card-job__company-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.common-card-job__company-name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #8e8e8e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card-job__meta-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.common-card-job__badge-new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 22px;
  padding: 0 8px;
  border: 1px solid #ff9900;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ff9900;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.common-card-job__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21px;
  padding: 0 8px 0 9px;
  background-color: #f3f4f6;
  border-radius: 4px;
  font-size: 1.1rem;
  color: #8e8e8e;
}
.common-card-job__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.common-card-job__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-card-job__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.common-card-job__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.common-card-job__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  padding: 0 11px;
  background-color: #f4f7f9;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 1.1rem;
  color: #4a4a4a;
}
.common-card-job__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  height: 50px;
  padding: 0 12px;
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
}
.common-card-job__location {
  background: url(../img/common/common/featured/ico--location.svg) left 4px no-repeat;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #4a4a4a;
}
.common-card-job__salary {
  background: url(../img/common/common/featured/ico--salary.svg) left 6px no-repeat;
  padding-left: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1a1a1a;
}
.common-card-job__salary span {
  font-weight: 400;
  color: #4a4a4a;
  margin-right: 2px;
}
.common-card-job__description {
  font-size: 1.3rem;
  color: #4a4a4a;
  line-height: 1.625;
}
.common-card-job__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #f3f4f6;
  margin-top: auto;
}
.common-card-job__source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #8e8e8e;
}
.common-card-job__source::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0052cc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.common-card-job__detail-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  padding: 0 16px;
  border: 1px solid #0052cc;
  border-radius: 6px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0052cc;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.common-card-job__detail-btn:hover {
  background-color: #eff6ff;
}

:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 4px rgba(0, 82, 204, 0.15);
          box-shadow: 0 0 0 4px rgba(0, 82, 204, 0.15);
}

/* ===================================================
   スクロールリビール（方向バリエーション）
   =================================================== */
.reveal {
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease;
}

.reveal-left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease;
}

.reveal-right {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease;
}

.reveal-scale {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.reveal.visible, .reveal-left.visible, .reveal-right.visible, .reveal-scale.visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.layout-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.jobs-list-filter {
  padding: 39px 0 0;
}
.jobs-list-filter__card {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding: 25px;
}
@media screen and (max-width: 699px) {
  .jobs-list-filter__card {
    padding: 8px;
  }
  .jobs-list-filter__card.is-open {
    padding: 10px 21px 8px;
  }
}
.jobs-list-filter__toggle {
  display: none;
}
@media screen and (max-width: 699px) {
  .jobs-list-filter__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    width: 100%;
    height: 53px;
    background: #EDF5FF;
    border: 1px solid #5297FF;
    border-radius: 6px;
    color: #0052cc;
    font-family: "Noto Sans JP", "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: height 0.25s ease, background 0.25s ease, border-color 0.25s ease;
    transition: height 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  }
  .jobs-list-filter__toggle[aria-expanded=true] {
    height: 34px;
    background: #ffffff;
    border-color: #ffffff;
  }
}
.jobs-list-filter__toggle-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
[aria-expanded=true] .jobs-list-filter__toggle-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 699px) {
  .jobs-list-filter__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .jobs-list-filter__body.is-open {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}
.jobs-list-filter__body-inner {
  overflow: hidden;
}
@media screen and (max-width: 699px) {
  .jobs-list-filter__body-inner {
    padding-top: 4px;
  }
}
.jobs-list-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 700px) {
  .jobs-list-filter__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px;
  }
}
.jobs-list-filter__fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media screen and (min-width: 700px) {
  .jobs-list-filter__fields {
    display: contents;
  }
}
.jobs-list-filter__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 700px) {
  .jobs-list-filter__field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 700px) {
  .jobs-list-filter__field--keyword {
    -webkit-box-flex: 1.15;
        -ms-flex: 1.15;
            flex: 1.15;
  }
}
.jobs-list-filter__label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #8e8e8e;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.jobs-list-filter__select, .jobs-list-filter__keyword-input {
  height: 44px;
  padding: 0 36px 0 37px;
  background-color: #fafbfc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.4rem;
  color: #8e8e8e;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat, no-repeat;
  background-position: left 12px center, right 12px center;
  background-size: 14px 14px, 12px 12px;
}
.jobs-list-filter__select:focus, .jobs-list-filter__keyword-input:focus {
  outline: none;
  border-color: #0052cc;
}
.jobs-list-filter__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%238e8e8e' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%238e8e8e' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-position: left 12px center, right 12px center;
}
.jobs-list-filter__select--location {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%238e8e8e' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%238e8e8e' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}
.jobs-list-filter__select--jobtype {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%238e8e8e' d='M10 2a2 2 0 0 0-2 2v1H5a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-3V4a2 2 0 0 0-2-2h-4zm0 2h4v1h-4V4zM5 7h14v11H5V7z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%238e8e8e' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}
.jobs-list-filter__select--salary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ctext x='1' y='12' font-family='Inter%2Csans-serif' font-size='13' fill='%238e8e8e'%3E%C2%A5%3C/text%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%238e8e8e' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
}
.jobs-list-filter__keyword-input {
  padding: 0 12px 0 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5' stroke='%238e8e8e' stroke-width='2'/%3E%3Cpath stroke='%238e8e8e' stroke-width='2' stroke-linecap='round' d='m16 16 4 4'/%3E%3C/svg%3E");
  background-position: left 12px center;
  background-size: 14px 14px;
}
.jobs-list-filter__keyword-input::-webkit-input-placeholder {
  color: #8e8e8e;
}
.jobs-list-filter__keyword-input::-moz-placeholder {
  color: #8e8e8e;
}
.jobs-list-filter__keyword-input:-ms-input-placeholder {
  color: #8e8e8e;
}
.jobs-list-filter__keyword-input::-ms-input-placeholder {
  color: #8e8e8e;
}
.jobs-list-filter__keyword-input::placeholder {
  color: #8e8e8e;
}
.jobs-list-filter__submit {
  height: 44px;
  padding: 0 24px;
  background-color: #0052cc;
  -webkit-box-shadow: 0 4px 14px rgba(0, 82, 204, 0.35);
          box-shadow: 0 4px 14px rgba(0, 82, 204, 0.35);
  border-radius: 9999px;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
}
.jobs-list-filter__submit:hover {
  opacity: 0.9;
}
@media screen and (min-width: 700px) {
  .jobs-list-filter__submit {
    width: 142px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.jobs-list-featured {
  margin-top: 60px;
  overflow: hidden;
  padding: 0 0 40px;
}
.jobs-list-featured__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.jobs-list-featured__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}
.jobs-list-featured__title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0052cc;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.jobs-list-featured__see-all {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0052cc;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.jobs-list-featured__see-all:hover {
  text-decoration: underline;
}
.jobs-list-featured__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.jobs-list-featured__carousel::-webkit-scrollbar {
  display: none;
}
.jobs-list-featured__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.jobs-list-featured__dot {
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  background-color: #d1d5db;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.jobs-list-featured__dot.is-active {
  width: 24px;
  background-color: #0052cc;
}
.jobs-list-featured .common-card-featured {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (min-width: 700px) {
  .jobs-list-featured__carousel {
    margin-right: calc(50% - 50vw);
    padding: 10px 0;
  }
  .jobs-list-featured .common-card-featured:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 82, 204, 0.1);
            box-shadow: 0px 10px 20px rgba(0, 82, 204, 0.1);
  }
}

.jobs-list-results-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0 24px;
}
.jobs-list-results-head__count {
  font-size: 1.4rem;
  color: #1a1a1a;
}
.jobs-list-results-head__count strong {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.63rem;
  color: #0052CC;
}
.jobs-list-results-head__sort-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.jobs-list-results-head__sort-label {
  font-size: 1.4rem;
  color: #8e8e8e;
  white-space: nowrap;
}
.jobs-list-results-head__sort-select {
  height: 38px;
  padding: 0 32px 0 12px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.4rem;
  color: #1a1a1a;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%238e8e8e' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.jobs-list-results-head__sort-select:focus {
  outline: none;
}

.jobs-list-grid__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 700px) {
  .jobs-list-grid__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.jobs-list-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  padding: 48px 16px 64px;
}
.jobs-list-pagination__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-family: "Work Sans", "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #64748b;
  text-decoration: none;
  cursor: pointer;
}
.jobs-list-pagination__btn:hover:not(.is-active) {
  background-color: rgba(0, 82, 204, 0.06);
}
.jobs-list-pagination__btn.is-active {
  background-color: #0052cc;
  border: 1px solid #e5e7eb;
  color: #ffffff;
}
.jobs-list-pagination__ellipsis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  color: #cbd5e1;
  font-family: "Work Sans", "Inter", sans-serif;
}
.jobs-list-pagination__btn-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
}
.jobs-list-pagination__btn-next:hover {
  background-color: #f8f9fa;
}

.jobs-list-divider {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 0;
}

.detail-layout {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px 80px;
}
@media screen and (max-width: 699px) {
  .detail-layout {
    padding: 0 16px 60px;
  }
}

.detail-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  padding: 20px 0 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-breadcrumb a {
  color: #0052cc;
  text-decoration: none;
}
.detail-breadcrumb a:hover {
  text-decoration: underline;
}
.detail-breadcrumb__sep {
  color: #8e8e8e;
}
.detail-breadcrumb__current {
  color: #4a4a4a;
  font-weight: 600;
}

.detail-header-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 8px solid #0052cc;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 28px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.detail-header-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid;
  white-space: nowrap;
}
.detail-badge--exclusive {
  background: rgba(255, 153, 0, 0.1);
  border-color: rgba(255, 153, 0, 0.3);
  color: #ff9900;
}
.detail-badge--listed {
  background: rgba(0, 82, 204, 0.08);
  border-color: rgba(0, 82, 204, 0.2);
  color: #0052cc;
}
.detail-badge--open {
  background: rgba(16, 125, 50, 0.07);
  border-color: rgba(16, 125, 50, 0.2);
  color: #107d32;
}
.detail-badge--date {
  font-weight: 400;
  color: #8e8e8e;
  border: none;
  padding: 0;
  font-size: 1.1rem;
}

.detail-header-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.detail-header-logo {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.detail-header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.detail-header-company-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.detail-header-company-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #8e8e8e;
}

.detail-header-job-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.3;
}
@media screen and (max-width: 699px) {
  .detail-header-job-title {
    font-size: 2rem;
  }
}

.detail-header-job-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4a4a4a;
}

.detail-header-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4px;
}

.detail-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid;
  white-space: nowrap;
}
.detail-tag--primary {
  background: rgba(0, 82, 204, 0.07);
  border-color: rgba(0, 82, 204, 0.2);
  color: #0052cc;
}
.detail-tag--neutral {
  background: #f4f7f9;
  border-color: #e2e8f0;
  color: #4a4a4a;
}

.detail-header-key-info {
  background: #f4f7f9;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 699px) {
  .detail-header-key-info {
    gap: 24px;
  }
}

.detail-header-key-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.detail-header-key-item__label {
  font-size: 1rem;
  font-weight: 700;
  color: #8e8e8e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.detail-header-key-item__value {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
}
.detail-header-key-item__value--salary {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0052cc;
}

.detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .detail-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.detail-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.detail-sidebar {
  width: 296px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 960px) {
  .detail-sidebar {
    width: 100%;
    position: static;
  }
}

.detail-section {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 24px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.detail-section-header {
  position: relative;
  height: 40px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 82, 204, 0.05)), to(rgba(0, 82, 204, 0)));
  background: linear-gradient(90deg, rgba(0, 82, 204, 0.05) 0%, rgba(0, 82, 204, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -4px -4px 0;
  padding: 0 0 0 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-section-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 40px;
  background: #0052cc;
  border-radius: 3px 0 0 3px;
}
.detail-section-header__title {
  padding-left: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #002147;
  white-space: nowrap;
}
.detail-section-header__title.detail-section-header__title--01 {
  background: url(../img/common/detail/ico--title-01.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--02 {
  background: url(../img/common/detail/ico--title-02.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--03 {
  background: url(../img/common/detail/ico--title-03.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--04 {
  background: url(../img/common/detail/ico--title-04.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--05 {
  background: url(../img/common/detail/ico--title-05.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--06 {
  background: url(../img/common/detail/ico--title-06.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--07 {
  background: url(../img/common/detail/ico--title-07.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--08 {
  background: url(../img/common/detail/ico--title-08.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--09 {
  background: url(../img/common/detail/ico--title-09.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--10 {
  background: url(../img/common/detail/ico--title-10.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--11 {
  background: url(../img/common/detail/ico--title-11.svg) left center no-repeat;
}
.detail-section-header__title.detail-section-header__title--form {
  background: url(../img/common/detail/ico--title-form.svg) left center no-repeat;
}

.detail-so-highlight {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 33, 71, 0.04)), to(rgba(0, 82, 204, 0.04)));
  background: linear-gradient(90deg, rgba(0, 33, 71, 0.04) 0%, rgba(0, 82, 204, 0.04) 100%);
  border: 1px solid rgba(0, 82, 204, 0.15);
  border-radius: 10px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.detail-so-highlight__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0052cc;
  line-height: 1.5;
}
.detail-so-highlight__text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 22px;
}

.detail-so-photos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 699px) {
  .detail-so-photos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.detail-so-photo {
  aspect-ratio: 268/166;
  border-radius: 6px;
  overflow: hidden;
  background: #f4f7f9;
}
.detail-so-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.detail-bullet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.detail-bullet-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}
.detail-bullet-item:last-child {
  border-bottom: none;
}
.detail-bullet-item__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0052cc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-bullet-item__text {
  font-size: 1.4rem;
  color: #4a4a4a;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail-work-lead {
  font-size: 1.4rem;
  color: #4a4a4a;
  line-height: 24px;
}
.detail-work-lead strong {
  font-weight: 700;
  color: #1a1a1a;
}

.detail-work-area {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.detail-work-area__header {
  padding: 12px 20px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.detail-work-area__header--navy {
  background: #002147;
}
.detail-work-area__header--blue {
  background: #0052cc;
}
.detail-work-area__body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}

.detail-work-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  min-height: 29px;
}
.detail-work-bullet__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0052cc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-work-bullet__text {
  font-size: 1.4rem;
  color: #4a4a4a;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail-point-box {
  background: #fff3e0;
  border: 1px solid rgba(255, 153, 0, 0.25);
  border-radius: 12px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.detail-point-box__label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff9900;
}
.detail-point-box__text {
  font-size: 1.3rem;
  color: #4a4a4a;
  line-height: 24px;
}

.detail-req-group-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #8e8e8e;
}

.detail-req-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 28px;
}
.detail-req-item__dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #0052cc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-req-item__text {
  font-size: 1.4rem;
  color: #4a4a4a;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail-req-note {
  background: #f0f5ff;
  border: 1px solid #c5d9ff;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #0052cc;
  line-height: 1.5;
}

.detail-table {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.detail-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #e2e8f0;
}
.detail-table__row:last-child {
  border-bottom: none;
}
.detail-table__label {
  background: #f8fafc;
  padding: 12px 14px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4a4a4a;
  min-width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.detail-table__label--wide {
  min-width: 153px;
}
.detail-table__value {
  padding: 12px 14px;
  font-size: 1.35rem;
  color: #1a1a1a;
  line-height: 1.7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detail-table__value--salary {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0052cc;
}
.detail-table__value--salary-note {
  font-size: 1.2rem;
  color: #8e8e8e;
  font-weight: 400;
}

.detail-benefit-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detail-benefit-tag {
  background: #f4f7f9;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #4a4a4a;
  white-space: nowrap;
}

.detail-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 699px) {
  .detail-process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.detail-process__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.detail-process__step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0052cc;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-process__step-num--final {
  background: #ff9900;
}
.detail-process__step-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
}
.detail-process__step-name--final {
  color: #ff9900;
}
.detail-process__connector {
  width: 20px;
  height: 1px;
  background: #e2e8f0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 699px) {
  .detail-process__connector {
    width: 1px;
    height: 16px;
  }
}
.detail-process__note {
  font-size: 1.2rem;
  color: #8e8e8e;
}

.detail-company-logo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#002147), to(#0052cc));
  background: linear-gradient(180deg, #002147 0%, #0052cc 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.detail-company-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.detail-company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.detail-company-info__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
}
.detail-company-info__sub {
  font-size: 1.2rem;
  color: #8e8e8e;
}

.detail-entry-form iframe {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.detail-sidebar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.detail-cta-salary-block {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.detail-cta-salary-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #8e8e8e;
}

.detail-cta-salary-amount {
  font-size: 2.4rem;
  font-weight: 800;
  color: #0052cc;
}

.detail-cta-salary-note {
  font-size: 1.1rem;
  color: #8e8e8e;
}

.detail-cta-btn-block {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.detail-cta-btn {
  display: block;
  height: 48px;
  line-height: 48px;
  background: #0052cc url(../img/common/detail/ico--cta.svg) left 45px center no-repeat;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 16px rgba(0, 82, 204, 0.35);
          box-shadow: 0 4px 16px rgba(0, 82, 204, 0.35);
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s, -webkit-box-shadow 0.2s, -webkit-transform 0.15s;
  width: 100%;
  padding-left: 20px;
  text-align: center;
}
.detail-cta-btn:hover {
  background: rgb(0, 57.4, 142.8);
  background-image: url(../img/common/detail/ico--cta.svg);
  background-position: left 45px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 6px 20px rgba(0, 82, 204, 0.45);
          box-shadow: 0 6px 20px rgba(0, 82, 204, 0.45);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.detail-cta-btn__note {
  font-size: 1.1rem;
  color: #8e8e8e;
  text-align: center;
}

.detail-cta-info {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.detail-cta-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.detail-cta-info-item__label {
  font-size: 1rem;
  font-weight: 700;
  color: #8e8e8e;
  text-transform: uppercase;
}
.detail-cta-info-item__value {
  font-size: 1.3rem;
  color: #1a1a1a;
}

.detail-cta-meta {
  padding: 12px 20px 16px;
  font-size: 1.1rem;
  color: #8e8e8e;
}

.detail-similar-header {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
}

.detail-similar-job {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-decoration: none;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.detail-similar-job:last-child {
  border-bottom: none;
}
.detail-similar-job:hover {
  background: #f4f7f9;
}
.detail-similar-job__company {
  font-size: 1.1rem;
  color: #8e8e8e;
}
.detail-similar-job__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
}
.detail-similar-job__salary {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0052cc;
}
/*# sourceMappingURL=style.css.map */