@charset "UTF-8";
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

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

.page-body {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .page-body {
    padding: 30px 0 40px;
  }
}

/* Typography
--------------------------------------------- */
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site .site-main {
  flex: 1;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #342E2E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

/* Elements
--------------------------------------------- */
/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.breadcrumb {
  padding: 12px 0 0;
}
.breadcrumb__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.7777777778%;
  font-size: 12px;
  color: #AEAEAE;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.breadcrumb__inner a {
  color: #AEAEAE;
  text-decoration: none;
}
.breadcrumb__inner a:hover {
  color: #342E2E;
}
.breadcrumb__sep {
  color: #AEAEAE;
}

.btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 1px solid transparent;
}
.btn--main {
  background: #D10000;
  color: #FFFFFF;
  border-color: #D10000;
}
.btn--main:hover {
  background: #FFFFFF;
  color: #D10000;
  border-color: #D10000;
}
.btn--primary {
  background: #0068B7;
  color: #FFFFFF;
  border-color: #0068B7;
}
.btn--primary:hover {
  background: #FFFFFF;
  color: #0068B7;
  border-color: #0068B7;
}
.btn--outline {
  background: transparent;
  color: #D10000;
  border-color: #D10000;
}
.btn--outline:hover {
  background: #D10000;
  color: #FFFFFF;
}

.site-footer {
  background: #D10000;
  color: #FFFFFF;
  padding: 32px 0;
}
.site-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
}
.site-footer__link {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
}
.site-footer__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.site-footer__link:hover::after {
  transform: scaleX(1);
}
.site-footer__copy {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
}

.site-header {
  width: 100%;
  background: #FFFFFF;
  border-bottom: 6px solid #D10000;
}
.site-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.7777777778%;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header__logo a {
  display: block;
}
.site-header__logo img {
  height: 60px;
  width: auto;
  vertical-align: middle;
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.site-header__menu a {
  font-size: 14px;
  color: #342E2E;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}
.site-header__menu a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #342E2E;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.site-header__menu a:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #342E2E;
}

@media screen and (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
  .site-header__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .site-header__inner {
    height: 64px;
    padding: 0 20px;
  }
  .site-header__logo img {
    height: 40px;
  }
  .site-header__logo-sp img {
    display: block;
    width: 160px;
    height: auto;
    margin-bottom: 30px;
  }
  .site-header__nav {
    display: none;
  }
  .site-header__nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    padding: 0;
    z-index: 999;
    gap: 32px;
  }
  .site-header__menu {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
  .site-header__menu a {
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .site-header__menu a::after {
    display: none;
  }
  .site-header__sp-logo {
    display: none;
  }
  .site-header__nav.is-open .site-header__sp-logo {
    display: block;
    margin-bottom: 8px;
  }
  .site-header__nav.is-open .site-header__sp-logo img {
    height: 50px;
  }
  .menu-toggle {
    display: flex;
    z-index: 1000;
    position: relative;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
  }
  .menu-toggle span {
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .menu-toggle span:nth-child(1) {
    transform: translateY(-8px);
  }
  .menu-toggle span:nth-child(3) {
    transform: translateY(8px);
  }
  .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }
  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }
}
.search-section {
  position: relative;
}
.search-section__inner {
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 25px;
  background: #e5dbdb;
  box-sizing: border-box;
}
.search-section--top {
  margin-top: -82.5px;
  text-align: center;
}
.search-section--top .search-section__inner {
  display: inline-block;
  background: rgba(255, 245, 245, 0.898);
}

.search-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search-form__filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.search-form__select-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 30%;
}
.search-form__select-wrap--last {
  border-right: none;
}
.search-form__select-wrap--last .search-form__select {
  padding-right: 32px;
}
.search-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #AEAEAE;
  outline: none;
  padding: 10px 40px 10px 16px;
  font-size: 14px;
  color: #342E2E;
  font-family: "Noto Sans JP", sans-serif;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23AEAEAE' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat right 12px center;
  cursor: pointer;
  width: 100%;
}
.search-form__select:focus {
  background-color: #fafafa;
}
.search-form__clear {
  position: absolute;
  right: 32px;
  background: none;
  border: none;
  color: #AEAEAE;
  font-size: 14px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}
.search-form__clear:hover {
  color: #342E2E;
}
.search-form__separator {
  color: #D10000;
  font-size: 16px;
  font-weight: 700;
}
.search-form__keyword-row {
  display: flex;
  gap: 20px;
  align-items: center;
}
.search-form__keyword {
  flex: 1;
  border: 1px solid #AEAEAE;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #342E2E;
  outline: none;
}
.search-form__keyword::-moz-placeholder {
  color: #AEAEAE;
}
.search-form__keyword::placeholder {
  color: #AEAEAE;
}
.search-form__keyword:focus {
  border-color: #D10000;
}
.search-form__submit {
  padding: 10px 24px;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .search-section__inner {
    width: 92%;
    padding: 20px 25px;
    box-sizing: border-box;
  }
  .search-form {
    gap: 12px;
  }
  .search-form__filters {
    flex-direction: column;
  }
  .search-form__select-wrap {
    width: 100%;
  }
  .search-form__keyword-row {
    flex-direction: column;
    gap: 10px;
  }
  .search-form__keyword {
    width: 100%;
    box-sizing: border-box;
  }
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5%;
}

.card {
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #FFFFFF;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.card__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #AEAEAE;
}
.card__thumb--placeholder {
  background: linear-gradient(135deg, #c8c8c8 0%, #a0a0a0 100%);
}
.card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.card__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
}
.card__play-btn svg {
  width: 100%;
  height: 100%;
}
.card__body {
  padding: 12px;
}
.card__title {
  font-size: 24px;
  font-weight: 700;
  color: #D10000;
  margin: 0 0 6px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.card__excerpt {
  font-size: 16px;
  color: #342E2E;
  margin: 0;
  line-height: 1.6;
}
.card__company {
  font-size: 14px;
  color: #AEAEAE;
  margin: 0;
}
.card--video {
  background: #FFFFFF;
  padding: 0 0 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.card--video .card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card--video .card__body {
  padding: 12px 12px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card--video .card__title {
  font-size: 20px;
  color: #342E2E;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .card__title {
    font-size: 18px;
  }
  .card__excerpt {
    font-size: 14px;
  }
  .card--video .card__title {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.section {
  padding: 100px 0;
}
.section--white {
  background: #FFFFFF;
}
.section--sub {
  background: #F7F3F3;
}
.section__inner {
  width: 96%;
  max-width: 1140px;
  margin: 0 auto;
}
.section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.section__title {
  font-size: 32px;
  font-weight: 700;
  color: #342E2E;
  letter-spacing: 0.05em;
  margin: 0;
  padding-left: 14px;
  border-left: 4px solid #D10000;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 30px 15px;
  }
  .section__header {
    margin-bottom: 20px;
  }
  .section__title {
    font-size: 20px;
  }
}
.hero {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.hero__collage {
  width: 100%;
}
.hero__collage img {
  width: 100%;
  height: 879px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.hero__content {
  position: absolute;
  top: 56%;
}
.hero__content-item {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
}
.hero__title {
  font-size: 64px;
  font-weight: 700;
  color: #342E2E;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0;
}
.hero__title-highlight {
  color: #D10000;
}
.hero__title-highlight-blue {
  position: relative;
  color: #0068B7;
}
.hero__title-highlight-blue::before {
  content: "おおさか";
  position: absolute;
  top: -2px;
  left: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 15px;
  color: #0068B7;
}
.hero__logo-mark {
  display: inline-block;
  padding: 10px 40px;
}
.hero__logo-mark img {
  height: 76px;
  width: auto;
}

@media screen and (max-width: 900px) {
  .hero__title {
    font-size: 6.9vw;
  }
  .hero__title-highlight-blue::before {
    top: -4px;
    left: 12px;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .hero__collage img {
    height: auto;
  }
  .hero__content {
    top: 53%;
  }
  .hero__content-item {
    padding: 16px;
  }
  .hero__title {
    font-size: 24px;
  }
  .hero__title-highlight-blue::before {
    top: -4px;
    left: 2px;
    font-size: 10px;
    letter-spacing: 2px;
  }
  .hero__logo-mark {
    padding: 8px 20px;
  }
  .hero__logo-mark img {
    height: 25px;
  }
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.category-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.category-card {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 354/244;
  text-decoration: none;
}
.category-card img {
  width: 100%;
}
.category-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(209, 0, 0, 0.55);
  transition: opacity 0.3s ease;
}
.category-card__name {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 1;
  text-align: center;
  padding: 16px;
}
.category-card:hover .category-card__overlay {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .category-card__name {
    padding: 0;
    font-size: 16px;
  }
}
.job-archive {
  padding: 70px 0px;
}
.job-archive__inner {
  max-width: 1140px;
  width: 96%;
  margin: 0 auto;
}
.job-archive__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.job-archive__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
}
.job-archive__count {
  margin: 0;
}
.job-archive__count strong {
  color: #D10000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 4px;
}
.job-archive__empty {
  text-align: center;
  padding: 80px 0;
  color: #AEAEAE;
}
.job-archive__empty p {
  margin: 0 0 8px;
}
.job-archive__pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

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

.job-card {
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #FFFFFF;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.job-card__link {
  display: flex;
  align-items: stretch;
  gap: 24px;
  text-decoration: none;
  color: inherit;
}
.job-card__thumb {
  flex-shrink: 0;
  width: 220px;
}
.job-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.job-card__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  background: #F7F3F3;
  border-radius: 8px;
}
.job-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.job-card__title {
  font-size: 24px;
  font-weight: 700;
  color: #D10000;
  letter-spacing: 0.05em;
  margin: 0;
  line-height: 1.4;
}
.job-card__company {
  color: #342E2E;
  margin: 0;
  font-weight: 700;
}
.job-card__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.job-card__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #342E2E;
}
.job-card__meta-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.job-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.job-card__tag {
  display: inline-block;
  font-size: 12px;
  color: #D10000;
  border: 1px solid #D10000;
  border-radius: 2px;
  padding: 2px 8px;
  white-space: nowrap;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #342E2E;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  transition: background 0.2s ease, color 0.2s ease;
}
.pagination__item:hover {
  background: #F7F3F3;
}
.pagination__item--current {
  background: #D10000;
  color: #FFFFFF;
  border-color: #D10000;
}
.pagination__item--current:hover {
  background: #D10000;
  color: #FFFFFF;
}
.pagination__prev, .pagination__next {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 40px;
  font-size: 14px;
  color: #342E2E;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.pagination__prev:hover, .pagination__next:hover {
  background: #F7F3F3;
}

@media screen and (max-width: 767px) {
  .job-archive {
    padding: 30px 0 0;
  }
  .job-archive__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .job-archive__pagination {
    margin-top: 20px;
  }
  .job-list {
    gap: 20px;
  }
  .job-card {
    padding: 10px;
  }
  .job-card__link {
    flex-direction: column;
    gap: 10px;
  }
  .job-card__thumb {
    width: 100%;
    height: auto;
  }
  .job-card__body {
    gap: 5px;
  }
  .job-card__title {
    font-size: 20px;
  }
  .pagination {
    gap: 6px;
  }
  .pagination__item {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .pagination__prev, .pagination__next {
    padding: 0 10px;
    height: 36px;
    font-size: 13px;
  }
}
.job-detail__inner {
  max-width: 1140px;
  width: 96%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(250px, 300px);
  gap: 3.5%;
  align-items: start;
}
.job-detail__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.job-detail__logo-wrap {
  flex-shrink: 0;
}
.job-detail__logo {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #e8e8e8;
  padding: 8px;
  border-radius: 4px;
}
.job-detail__logo-placeholder {
  width: 100px;
  height: 60px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #AEAEAE;
  background: #F7F3F3;
}
.job-detail__title {
  font-size: 24px;
  font-weight: 700;
  color: #342E2E;
  margin: 0 0 4px;
  letter-spacing: 0.05em;
}
.job-detail__company {
  color: #AEAEAE;
  margin: 0;
}
.job-detail__catch {
  font-size: 32px;
  font-weight: 700;
  color: #342E2E;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 32px;
}
.job-detail__thumb {
  margin-bottom: 48px;
}
.job-detail__thumb-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.job-detail__thumb--video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 4px;
  overflow: hidden;
}
.job-detail__thumb--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.job-detail__section {
  margin-bottom: 48px;
}
.job-detail__section-title {
  font-size: 32px;
  font-weight: 700;
  color: #342E2E;
  letter-spacing: 0.05em;
  padding-left: 14px;
  border-left: 4px solid #D10000;
  margin: 0 0 24px;
  line-height: 1.2;
}
.job-detail__table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}
.job-detail__table tr {
  border-bottom: 1px solid #e8e8e8;
}
.job-detail__table th {
  width: 140px;
  padding: 20px 16px 20px 0;
  vertical-align: top;
  font-weight: 700;
  color: #342E2E;
  white-space: nowrap;
}
.job-detail__table td {
  padding: 20px 0;
  color: #342E2E;
  vertical-align: top;
}
.job-detail__dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.job-detail__dl-row dt {
  font-weight: 700;
  margin-bottom: 2px;
}
.job-detail__dl-row dd {
  margin: 0;
}
.job-detail__sidebar {
  position: sticky;
  top: 20px;
}
.job-detail__sidebar-card {
  border: 1px solid #D10000;
  border-radius: 10px;
  padding: 40px 20px;
}
.job-detail__sidebar-logo {
  margin-bottom: 16px;
}
.job-detail__sidebar-logo img {
  width: 80px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #e8e8e8;
  padding: 6px;
  border-radius: 4px;
}
.job-detail__sidebar-title {
  font-weight: 700;
  color: #342E2E;
  margin: 0 0 4px;
  letter-spacing: 0.05em;
}
.job-detail__sidebar-company {
  color: #AEAEAE;
  margin: 0 0 20px;
}
.job-detail__sidebar-meta {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.job-detail__sidebar-meta-label {
  display: flex;
  align-items: center;
  gap: 2px;
  font-weight: 700;
  color: #D10000;
  letter-spacing: 0.05em;
}
.job-detail__sidebar-meta-value {
  color: #342E2E;
  margin: 0;
}
.job-detail__apply-btn {
  display: block;
  text-align: center;
  padding: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.job-detail__videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.job-detail__video-thumb {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
.job-detail__video-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.job-detail__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 48px;
  height: 48px;
  pointer-events: none;
}

.job-detail__video-title {
  display: block;
  font-size: 13px;
  color: #342E2E;
  padding: 8px 4px 0;
  text-align: left;
  line-height: 1.4;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.video-modal.is-open {
  display: flex;
}
.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.video-modal__content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 860px;
}
.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}
.video-modal__iframe-wrap {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
}
.video-modal__iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.job-detail__sp-apply {
  display: none;
}

@media screen and (max-width: 767px) {
  .job-detail__inner {
    width: 92%;
    grid-template-columns: 1fr;
  }
  .job-detail__sidebar {
    display: none;
  }
  .job-detail__header {
    margin-bottom: 10px;
  }
  .job-detail__title {
    font-size: 20px;
  }
  .job-detail__catch {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .job-detail__thumb {
    margin-bottom: 30px;
  }
  .job-detail__section-title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .job-detail__table tr {
    display: block;
    border-bottom: none;
  }
  .job-detail__table th, .job-detail__table td {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  .job-detail__table th {
    padding-bottom: 0;
    text-align: left;
  }
  .job-detail__videos {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
  .job-detail__sp-apply {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .job-detail__sp-apply-btn {
    display: block;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    border-radius: 0;
  }
}
@media screen and (max-width: 900px) {
  .job-detail__videos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .job-detail__videos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.thanks__inner {
  text-align: center;
}
.thanks__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 32px;
}
.thanks__body {
  line-height: 2;
  margin: 0 0 32px;
}
.thanks__note {
  line-height: 2;
  margin: 0;
}

.contact {
  width: 100%;
  max-width: 1040px;
  margin: 70px auto;
  padding: 0;
  background: #F7F3F3;
}
.contact__inner {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 80px;
}
.contact__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #342E2E;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
}
.contact__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #D10000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact__lead {
  text-align: center;
  margin: 0 -20px 50px;
}

.cf7-field {
  margin-bottom: 30px;
}
.cf7-field label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #342E2E;
  margin-bottom: 8px;
}
.cf7-field pre {
  font-family: inherit;
  font-size: 14px;
  color: #342E2E;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0;
}
.cf7-field input[type=text],
.cf7-field input[type=email],
.cf7-field input[type=tel],
.cf7-field input[type=url],
.cf7-field select,
.cf7-field textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  color: #342E2E;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.cf7-field input[type=text]::-moz-placeholder, .cf7-field input[type=email]::-moz-placeholder, .cf7-field input[type=tel]::-moz-placeholder, .cf7-field input[type=url]::-moz-placeholder, .cf7-field select::-moz-placeholder, .cf7-field textarea::-moz-placeholder {
  color: #d6d6d6;
}
.cf7-field input[type=text]::placeholder,
.cf7-field input[type=email]::placeholder,
.cf7-field input[type=tel]::placeholder,
.cf7-field input[type=url]::placeholder,
.cf7-field select::placeholder,
.cf7-field textarea::placeholder {
  color: #d6d6d6;
}
.cf7-field input[type=text]:focus,
.cf7-field input[type=email]:focus,
.cf7-field input[type=tel]:focus,
.cf7-field input[type=url]:focus,
.cf7-field select:focus,
.cf7-field textarea:focus {
  outline: none;
  border-color: #D10000;
}
.cf7-field input[type=text][readonly],
.cf7-field input[type=email][readonly],
.cf7-field input[type=tel][readonly],
.cf7-field input[type=url][readonly],
.cf7-field select[readonly],
.cf7-field textarea[readonly] {
  background: #f5f5f5;
  color: #AEAEAE;
}
.cf7-field textarea {
  min-height: 160px;
  resize: vertical;
}

.cf7-note {
  display: block;
  font-size: 12px;
  color: #AEAEAE;
  margin-top: 6px;
}

.cf7-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid #AEAEAE;
  color: #AEAEAE;
  background-color: #FFFFFF;
}
.cf7-badge--required {
  border-color: #D10000;
  color: #D10000;
}
.cf7-badge--auto {
  border-color: #3a86ff;
  color: #3a86ff;
}

.cf7-agree {
  margin-bottom: 32px;
}
.cf7-agree .wpcf7-list-item {
  margin: 0;
}
.cf7-agree label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #342E2E;
  cursor: pointer;
}
.cf7-agree input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #D10000;
}
.cf7-agree a {
  color: #D10000;
  text-decoration: underline;
}

.cf7-confirm-actions {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}

.wpcf7-previous {
  display: block;
  width: 320px;
  background: #fff;
  color: #D10000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 18px;
  border: 1px solid #D10000;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.2s;
}
.wpcf7-previous:hover {
  opacity: 0.85;
}

.wpcf7-submit {
  display: block;
  width: 320px;
  background: #D10000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.wpcf7-submit:hover {
  opacity: 0.85;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #D10000;
  font-size: 12px;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  border: none !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #e6f4ea;
  color: #2e7d32;
}
.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #fdecea;
  color: #c62828;
}

@media screen and (max-width: 767px) {
  .contact {
    margin: -30px auto 0;
    padding: 70px 0 30px;
  }
  .contact__inner {
    padding: 0;
    background: transparent;
  }
  .contact__title {
    font-size: 22px;
  }
  .contact__lead {
    margin-bottom: 30px;
  }
  .cf7-confirm-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
  }
  .wpcf7-submit {
    width: 100%;
  }
  .wpcf7-previous {
    width: 100%;
  }
}
.page-content {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
.page-content__title {
  font-size: 32px;
  font-weight: 700;
  color: #342E2E;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
  padding-left: 14px;
  border-left: 4px solid #D10000;
  line-height: 1.2;
}
.page-content__body {
  line-height: 2;
  color: #342E2E;
}
.page-content__body h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 16px;
}
.page-content__body h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 24px 0 12px;
}
.page-content__body p {
  margin: 0 0 16px;
}
.page-content__body ul, .page-content__body ol {
  padding-left: 1.5em;
  margin: 0 0 16px;
}
.page-content__body a {
  color: #D10000;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .page-content__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.page-company table {
  width: 100%;
  border-collapse: collapse;
}
.page-company table th, .page-company table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  vertical-align: top;
  line-height: 1.8;
}
.page-company table td:first-child {
  width: 20%;
  text-align: center;
  background: #F7F3F3;
  font-weight: 700;
}
.page-company table td:last-child {
  width: 80%;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .page-company figure {
    overflow: visible;
  }
  .page-company table td:first-child {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  .page-company table td:last-child {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .page-company table tr:not(:last-child) td:last-child {
    border-bottom: none;
  }
}/*# sourceMappingURL=main.css.map */