@charset "UTF-8";
/**
* public page css
* Origin III のSCSSファイルを参考の独自に作成してください
*/
/*
* Origin III のSCSSファイルを参考の独自に作成してください
*/
/**
* 公開画面・編集画面共有のCSS
* Origin III のSCSSファイルを参考の独自に作成してください
*/
/* base/_base.scss */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1F2D34;
  font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
}

h1 {
  font-size: clamp(1.5rem, 1.1590909091rem + 1.4545454545vw, 2.25rem);
  line-height: 1.2;
}

h2 {
  font-size: clamp(1.25rem, 1.0227272727rem + 0.9696969697vw, 1.75rem);
  line-height: 1.3;
}

h3 {
  font-size: clamp(1.125rem, 0.9545454545rem + 0.7272727273vw, 1.5rem);
  line-height: 1.4;
}

p {
  font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
}

/**
* 公開画面・編集画面共有のCSS
* Origin III のSCSSファイルを参考の独自に作成してください
*/
.home .site-body {
  padding: 0px;
}
.home .swiper-slide h3.ltg-slide-text-title {
  font-size: clamp(1rem, -1.255rem + 4.69vw, 4.375rem);
}
@media (max-width: 768px) {
  .home .swiper-slide h3.ltg-slide-text-title {
    text-align: center !important;
    font-size: clamp(1.875rem, 1.279rem + 2.54vw, 2.5rem);
  }
}
.home .ltg-slide-text-set {
  top: 38%;
}
@media (max-width: 768px) {
  .home .c-sec__header {
    min-height: 350px !important;
  }
}
@media (max-width: 768px) {
  .home .wp-block-cover.c-sec__r {
    min-height: 350px !important;
  }
}
@media (max-width: 768px) {
  .home .wp-block-cover.c-sec__r .wp-block-cover__image-background {
    height: auto !important;
  }
}
.home .vk_block-margin-xxl--margin-top {
  margin-top: 3rem !important;
}

/**
* 公開画面・編集画面共有のCSS
* Origin III のSCSSファイルを参考の独自に作成してください
*/
.sub-section .widget {
  margin: 0px !important;
  padding: 0px !important;
}
.sub-section #block-7,
.sub-section #block-8 {
  margin-bottom: 2rem !important;
}
.sub-section h1,
.sub-section h2,
.sub-section h3,
.sub-section h4,
.sub-section p {
  margin: 0px;
  padding: 0px;
}
.sub-section h4 {
  margin-bottom: 0.8rem;
}

/**
* 公開画面・編集画面共有のCSS
* Origin III のSCSSファイルを参考の独自に作成してください
*/
.single-job-search .site-body,
.post-type-archive-job-search .site-body,
.search-no-results .site-body,
.archive .site-body {
  background: #EEF5F7;
  padding: 18px 0 72px;
}
@media (max-width: 768px) {
  .single-job-search .site-body,
  .post-type-archive-job-search .site-body,
  .search-no-results .site-body,
  .archive .site-body {
    padding: 14px 0 92px;
  }
}
.single-job-search .site-body img,
.post-type-archive-job-search .site-body img,
.search-no-results .site-body img,
.archive .site-body img {
  max-width: 100%;
  height: auto;
}
.single-job-search .site-body a,
.post-type-archive-job-search .site-body a,
.search-no-results .site-body a,
.archive .site-body a {
  text-decoration: none;
}

.single-job-search__container {
  width: min(920px, 100% - 32px);
  margin-inline: auto;
}

.site-main .jobs__container {
  background: #EEF5F7;
  padding: 20px 0 40px;
  width: min(920px, 100%);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .site-main .jobs__container {
    padding: 14px 0 28px;
  }
}
.site-main .jobs__list {
  display: grid;
  gap: 18px;
}
@media (max-width: 768px) {
  .site-main .jobs__list {
    gap: 14px;
  }
}

.jobCard {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.jobCard__link {
  display: grid;
  grid-template-columns: 1fr 10px;
  gap: 0;
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
.jobCard__link:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  opacity: 0.6;
  text-decoration: none;
}
.jobCard__link:hover .jobCard__headline {
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.jobCard__link:active {
  transform: translateY(-2px);
}
.jobCard__body {
  padding: 18px 18px 16px;
}
@media (max-width: 768px) {
  .jobCard__body {
    padding: 14px 14px 12px;
  }
}
.jobCard__headline {
  margin: 0 0 8px;
  font-size: clamp(1rem, 0.9431818182rem + 0.2424242424vw, 1.125rem);
  font-weight: 900;
  line-height: 1.55;
  color: #1F2D34;
}
@media (max-width: 768px) {
  .jobCard__headline {
    font-size: 14px;
  }
}
.jobCard__lead {
  margin: 0 0 12px;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.75;
  color: #6b6b6b;
}
.jobCard__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}
.jobCard__spec {
  margin: 0;
  padding: 12px 12px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fafafa;
}
@media (max-width: 768px) {
  .jobCard__spec {
    padding: 10px;
  }
}
.jobCard__specRow {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  padding: 6px 0;
}
.jobCard__specRow:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.jobCard__specRow dt {
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  font-weight: 900;
  color: #6b6b6b;
  margin: 0;
}
.jobCard__specRow dd {
  margin: 0;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.6;
  color: #1F2D34;
  min-width: 0;
  word-break: break-word;
}
.jobCard__accent {
  display: block;
  width: 10px;
  background: #D0121B;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  border: 1px solid transparent;
}
.badge--pink {
  background: rgba(208, 18, 27, 0.12);
  border-color: rgba(208, 18, 27, 0.35);
  color: #D0121B;
}
.badge--gray {
  background: #f2f2f2;
  border-color: #e7e7e7;
  color: #444;
  font-weight: 700;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .pager {
    margin-top: 22px;
  }
}
.pager .pager__item {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #ececec;
  background: #fff;
  color: #1F2D34;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}
.pager .pager__item:hover {
  border-color: rgba(208, 18, 27, 0.55);
}
.pager .pager__item.is-active {
  background: #D0121B;
  border-color: #D0121B;
  color: #fff;
}
.pager .pager__dots {
  color: #6b6b6b;
  font-weight: 800;
}

.jobDetailHeader {
  background: transparent;
}
.jobDetailHeader__inner {
  text-align: center;
  padding: 8px 0 18px;
}
.jobDetailHeader__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: #D0121B;
  margin: 0 0 10px;
}
.jobDetailHeader__title {
  margin: 0;
  font-size: clamp(1.125rem, 0.9545454545rem + 0.7272727273vw, 1.5rem);
  font-weight: 900;
  color: #1F2D34;
}
.jobDetailHeader__submeta {
  margin: 10px 0 0;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  color: #6b6b6b;
}
.jobDetailHeader__line {
  display: inline-block;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: #D0121B;
  margin-top: 14px;
}

.jobSheet {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 24px 24px 28px;
}
@media (max-width: 768px) {
  .jobSheet {
    padding: 16px 14px 22px;
  }
}

.jobHero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.jobHero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: baseline;
  justify-content: flex-start;
}
.jobHero__dates {
  justify-content: flex-end;
}
.jobHero__place, .jobHero__dates {
  margin: 0;
  font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
  color: #1F2D34;
  font-weight: 700;
}
.jobHero__headline {
  margin: 0;
  font-size: clamp(0.9375rem, 0.8522727273rem + 0.3636363636vw, 1.125rem);
  line-height: 1.4;
  font-weight: 900;
  color: #1F2D34;
  line-height: 1.8;
}
.jobHero__sub {
  margin: 0;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.8;
  color: #6b6b6b;
}
.jobHero__divider {
  margin-top: 12px;
  border-top: 1px solid #ececec;
}

.jobSection {
  margin-top: 26px;
}
.jobSection__title {
  margin: 0;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  font-weight: 900;
  color: #1F2D34;
}
.jobSection__line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #D0121B;
  margin-top: 10px;
}
.jobSection__jobImage {
  flex: 0 0 280px;
  width: 280px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .jobSection__jobImage {
    flex: 0 0 auto;
    width: 100%;
  }
}
.jobSection__jobImage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.jobWrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin: 20px 0px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .jobWrap {
    flex-direction: column;
    gap: 20px;
  }
}

/* スマホ - 画像サイズ調整 */
@media (max-width: 480px) {
  .jobHero__container {
    gap: 15px;
  }
}
.jobTableGrid {
  margin-top: 20px;
}

.jobTable {
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.jobTable__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-top: 1px solid #ececec;
}
.jobTable__row:first-child {
  border-top: 0;
}
@media (max-width: 768px) {
  .jobTable__row {
    grid-template-columns: 120px 1fr;
  }
}
.jobTable dt,
.jobTable dd {
  margin: 0;
  padding: 12px 14px;
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  line-height: 1.8;
}
.jobTable dt {
  background: #f5f5f5;
  font-weight: 900;
  color: #6b6b6b;
  border-right: 1px solid #ececec;
}
.jobTable dd {
  color: #1F2D34;
  background: #fff;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.chip {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: clamp(0.6875rem, 0.6590909091rem + 0.1212121212vw, 0.75rem);
  font-weight: 800;
  color: #444;
  border: 1px solid #ececec;
}

.jobContent {
  margin-top: 14px;
  color: #1F2D34;
}
.jobContent p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.95;
}
.jobContent ul {
  margin: 0 0 12px;
  padding-left: 1.2em;
  font-size: 13px;
  line-height: 1.95;
}

.jobPoint {
  margin-top: 18px;
  border: 1px solid rgba(208, 18, 27, 0.45);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}
@media (max-width: 768px) {
  .jobPoint {
    padding: 14px;
  }
}
.jobPoint__title {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  color: #1F2D34;
}
.jobPoint__line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: #D0121B;
  margin-top: 10px;
}
.jobPoint__body {
  margin-top: 12px;
}
.jobPoint__body p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.95;
}
.jobPoint__dl {
  margin: 0;
  border-top: 1px solid #ececec;
  padding-top: 12px;
  display: grid;
  gap: 10px;
}
.jobPoint__row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}
.jobPoint__row dt {
  font-size: 12px;
  font-weight: 900;
  color: #6b6b6b;
}
.jobPoint__row dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.jobCta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.btnPrimary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(520px, 100%);
  height: 52px;
  border-radius: 999px;
  background: #D0121B;
  color: #fff !important;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 26px rgba(208, 18, 27, 0.22);
  transition: transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.btnPrimary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(208, 18, 27, 0.28);
  opacity: 0.98;
}
.btnPrimary__arrow {
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.relatedJobs {
  margin-top: 30px;
}
.relatedJobs__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #1F2D34;
}
.relatedJobs__line {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: #D0121B;
  margin: 14px auto 0;
}
.relatedJobs__grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.miniCard {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.miniCard__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.miniCard__link:hover {
  text-decoration: none;
}
.miniCard__body {
  padding: 14px 14px 16px;
}
.miniCard__place {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  color: #6b6b6b;
}
.miniCard__title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
  color: #1F2D34;
}
.miniCard__sub {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.7;
  color: #6b6b6b;
}
.miniCard__more {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  color: #D0121B;
}

.c-joblist .c-jobcard__title {
  font-size: clamp(0.9375rem, 0.9090909091rem + 0.1212121212vw, 1rem);
  color: #1F2D34;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding-bottom: 0.8em;
}
.c-joblist .c-jobcard__title a {
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.c-joblist .c-jobcard__title a:hover {
  opacity: 0.6;
}

.job-search-template-default .site-body {
  padding-top: 3rem;
  margin-top: 1rem;
}

.widget_archive select,
.widget_categories select,
.widget_taxonomies select {
  position: relative;
}

.widget_archive select::after,
.widget_categories select::after,
.widget_taxonomies select::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #007bff;
  /* 青色 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.widget_archive select::before,
.widget_categories select::before,
.widget_taxonomies select::before {
  content: "";
  position: absolute;
  bottom: 28px;
  /* 円の中央に配置 */
  right: 32px;
  /* 円の中央に配置 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  /* 下向き三角形 */
  border-color: #fff transparent transparent transparent;
  /* 白色 */
  z-index: 1;
}

/**
* 公開画面・編集画面共有のCSS
* Origin III のSCSSファイルを参考の独自に作成してください
*/
.cf-form {
  width: 80%;
  margin: auto;
}
.cf-form__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: 1px dashed #ccc;
  transition: all 0.3s;
}
.cf-form__area--checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}
.cf-form__required {
  display: inline-block;
  margin: 0 0.5em;
  padding: 3px 6px;
  background: #D0121B;
  color: #ffffff;
  line-height: 1;
  border-radius: 0.25em;
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: middle;
}

.cf-area:last-child {
  border-bottom: none;
}

.cf-form dt {
  width: 200px;
  padding-right: 30px;
  line-height: 1.5em;
}

.cf-form dd {
  flex: 1;
}

.cf-form input,
.cf-form textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: #ececec;
  font-size: 16px;
  resize: vertical;
  transition: all 0.3s;
}

.cf-formi input:focus,
.cf-form textarea:focus {
  outline: none;
  background: #dde2e9;
}

.cf-required {
  background: #b91e23;
  color: #fff;
  font-size: 0.8em;
  padding: 0 5px 2px;
  border-radius: 2px;
}

.cf-send input:disabled {
  background: #ccc;
  cursor: not-allowed;
  box-shadow: none;
}

.cf-send input {
  display: block;
  background: #003A8C;
  width: 300px;
  height: 60px;
  margin: 30px auto 0;
  border: none;
  border-radius: 10px;
  color: #fff;
  box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.3em;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
}

.cf-send input:disabled:hover {
  filter: none;
}

input[type=submit]:not(:disabled):hover {
  color: #fff;
  filter: brightness(1.5);
  background-color: #003A8C;
}

.cf-send input:hover {
  filter: brightness(1.5);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}

/* ラジオボタン全体を横並び */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

/* 各ラジオボタンのアイテム */
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  padding: 0;
}

/* ラベル（ラジオボタン+テキスト） */
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 0;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}

/* ホバー時の背景色 */
/* ラジオボタン本体 */
.wpcf7-radio input[type=radio] {
  margin: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.checkbox__sec {
  border: solid 1px #D0121B;
  text-align: center;
  padding: 2rem;
  margin: auto;
}

.checkbox__sec p {
  margin-right: 0.2rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ラベルテキスト */
.wpcf7-list-item-label {
  display: inline-block;
  margin: 0;
  font-size: 16px;
}

/* スマホでの調整 */
@media (max-width: 480px) {
  .wpcf7-form-control.wpcf7-radio {
    gap: 15px;
  }
  .wpcf7-radio .wpcf7-list-item label {
    padding: 8px 12px;
  }
  .cf-form {
    width: 90%;
  }
  .cf-form__area {
    padding: 0.5em 0;
  }
  .cf-form__label p {
    margin-bottom: 1rem;
  }
  .checkbox__sec p {
    margin-right: 0.2rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cf-form {
    display: block;
  }
  .cf-form dt {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
    line-height: 1.5em;
  }
}/*# sourceMappingURL=style.css.map */
