@media (min-width: 768px) {
  .o_header-nav ul {
    justify-content: end !important;
    gap: 20px !important;
  }
}

.o_header .o_header-company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.p_top-mv-eyecatch {
  top: 60%;
}

@media (max-width: 768px) {
  .p_top-mv-eyecatch {
    top: 70%;
  }
}

.p_top-mv img, .p_top-mv picture {
  object-position: 50% 10%;
}

.o_footer-logo figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.o_footer-logo figure img {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.o_header-company-logo img {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.o_header-hamburger-title a .o_header-company-logo {
  height: 58px !important;
  width: 58px !important;
  min-width: 58px !important;
}

.o_header.fixed .o_header-company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.o_header.fixed .o_header-company-logo,
.o_header.other-page.fixed .o_header-company-logo,
.o_header.other-page .o_header-company-logo {
  height: 50px;
  width: 50px;
  min-width: 50px;
}


@media (min-width: 768px) {
  .o_header.other-page .o_header-company-logo {
    height: 98px;
    width: 98px;
    min-width: 98px;
  }
}

@media (min-width: 768px) {
  .other-page .o_header-company-logo {
    top: 20px
  }

  .o_header.fixed .o_header-company-logo {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }

}

.container.no-top {
  padding-top: 140px
}

.container.no-top.job-show {
  margin-top: 20px;
}

h2.o_component-base {
  font-weight: bold;
  position: relative;
  padding: 15px 15px 15px 40px;
  margin: 20px 0 30px;
}

h2.o_component-base::before {
  background-color: #000;
  border-radius: 2px;
  height: auto;
  bottom: .5em;
  content: "";
  left: 20px;
  position: absolute;
  top: .5em;
  width: 5px;
}

/*
 * Job Result Page
 */

.o_job_result.o_component-base {
  margin-bottom: 20px;
  padding: 0;
}


.o_job_result a {
  display: flex;
  justify-content: start;
}

.o_job_result a img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  object-fit: cover;
}

.o_job_result a .result1ColumnPhoto {
  align-self: stretch;
  flex-grow: 0;
  overflow: hidden;
  max-width: 300px;
  max-height: 200px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.o_job_result a .result1ColumnData {
  padding: 20px;
}

.o_job_result a .result1ColumnData h3 {
  margin-top: 0;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
  line-height: 1.4;
}

.o_job_result a .result1ColumnData .recruitJob {
  font-size: 14px;
  color: #afafaf;
  margin: 0;
}

.o_job_result a .result1ColumnData .recruitCategory {
  font-size: 14px;
  font-weight: normal;
  color: #6e6e6e;
  display: inline-block;
  align-items: center;
  padding: 5px 15px;
  border-radius: 5px;
  border: solid 1px #6e6e6e;
}

@media (max-width: 768px) {
  .o_job_result a {
    display: block;
  }

  .o_job_result a .result1ColumnData,
  .o_job_result a .result1ColumnPhoto {
    width: 100%;
  }

  .o_job_result a .result1ColumnPhoto {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .o_job_result a .result1ColumnPhoto,
  .o_job_result a .result1ColumnPhoto img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0 !important;

  }
}

/*--------------------------------------------------------
  YouTube Embed Settings
---------------------------------------------------------*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
 * Job Show Page
 */

.container.no-top.job-show .o_job_show {
  padding: 0;
}

.container.no-top.job-show .o_job_show h1 {
  margin-top: 0;
}

.o_job_show p {
  align-self: stretch;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.8px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
}

.o_job_show .o_job_show--content-header {
  padding: 30px;
}

.o_job_show .o_job_show--content-footer {
  padding: 30px 0;
  border-top: solid 1px #e2e2e2;
}

.o_job_show .o_job_show--content-footer h3 {
  flex-grow: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.9px;
  text-align: left;
  color: #000;
  margin-top: 0;
}

.o_job_show .o_job_show--content-header h1,
.o_job_show .o_job_show--content-footer h1 {
  align-self: stretch;
  flex-grow: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

.o_job_show .o_job_show--content-header .recruitJob,
.o_job_show .o_job_show--content-footer .recruitJob {
  align-self: stretch;
  flex-grow: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-align: left;
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 20px;
}

.o_job_show .o_job_show--content-header .recruitCategory,
.o_job_show .o_job_show--content-footer .recruitCategory {
  font-size: 14px;
  font-weight: normal;
  color: #6e6e6e;
  display: inline-block;
  align-items: center;
  padding: 5px 15px;
  border-radius: 5px;
  border: solid 1px #6e6e6e;
  margin-top: 0;
  margin-bottom: 20px;
}

.o_job_show .o_job_show--content-header .recruitCompany,
.o_job_show .o_job_show--content-footer .recruitCompany {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1d7bd3;
  display: block;
  text-decoration: underline;
}

.o_job_show .o_job_show--content-image {
  padding: 0;
}

.o_job_show .o_job_show--content-contents {
  padding: 50px 100px;
}

.bscBtn.showBscBtn {
}

.bscBtnLink {
  color: #fff;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #0073d8;
  margin-bottom: 50px;
  cursor: pointer;
}

.bscBtnLink:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.bscBtnLink.previewBscBtnLink {
  color: #000;
  background-color: #ddd;
  cursor: not-allowed;
}

.o_job_show h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.3px;
  text-align: left;
  color: #000;
}

.o_job_show h2 {
  font-weight: bold;
  position: relative;
  padding: 15px 15px 15px 20px;
}

.o_job_show h2::before {
  background-color: #000;
  border-radius: 2px;
  height: auto;
  bottom: .5em;
  content: "";
  left: 0;
  position: absolute;
  top: .5em;
  width: 5px;
}

.o_job_show .o_job_show--content-contents h2,
.o_job_show .o_job_show--content-contents .detailImg,
.o_job_show .o_job_show--content-contents .drbPointBoxText {
  margin-bottom: 20px;
  margin-top: 0;
}

.o_job_show .o_job_show--content-contents .drbPointBox {
  padding-bottom: 50px;
  margin-top: 0;
}

.o_job_show .underLine {
  display: flex;
  align-items: center;
  gap: 6px;
}

.o_job_show .underLine i,
.o_job_show .underLine svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

.o_job_show .detailBlockInner {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f8f8f8;
  border-radius: 20px;
  counter-reset: point 0;
  padding: 80px 20px 30px;
  margin-bottom: 30px;
}

.o_job_show .detailBlockInner .detailBlockInnerContent {
  margin-bottom: 30px;
  border-bottom: solid 1px #e2e2e2;
}

.o_job_show .detailBlockInner .detailBlockInnerContent:last-child {
  border: none;
  margin-bottom: 0;
}

.o_job_show .detailBlockInner .detailBlockInnerContent:last-child p:last-child {
  margin-bottom: 0;
}

.o_job_show .detailBlockInner .detailBlockInnerContent h3 {
  margin: 0;
  font-size: 16px;
  padding-bottom: 10px;
}

.o_job_show .detailBlockInner .blockLabel {
  position: absolute;
  padding: 11px 30px;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  top: 0;
  left: 0;
  border-top-left-radius: 20px;
}

.o_job_show .detailBlockInner .detailBlockInnerContent.flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.o_job_show .detailBlockInner .detailBlockInnerContent.flex .companyImg {
  width: 300px;
  margin-bottom: 30px;
}

.o_job_show .detailBlockInner .detailBlockInnerContent.flex .companyImg img {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .o_job_show .o_job_show--content-contents {
    padding: 50px 20px;
  }
}

/*--------------------------------------------------------
	Privacy Part Settings
---------------------------------------------------------*/
.securityWrap .securityContents {
  max-width: 1000px;
}

.securityWrap .securityContents ol {
  line-height: 2;
}

.securityWrap .securityContents .securityBlock,
.securityWrap .securityContents .privacyBlock,
.securityWrap .securityContents .supportBlock {
  margin-bottom: 0;
  padding: 50px 100px;
  border: 1px solid #e3e3e3;
}

.securityWrap .contents .section .sectionInr {
  margin: 50px 0 50px;
}

.securityWrap .contents .section h1 {
  margin: 0 0 30px;
  font-size: 175%;
  font-weight: 200;
}

.securityWrap .contents .section h2 {
  margin: 0 0 10px;
  font-size: 100%;
  font-weight: 200;
}

.securityWrap .contents .section p {
  line-height: 1.95;
}

.securityWrap .contents .section ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.securityWrap .contents .sign {
  margin-bottom: 40px;
  text-align: right;
}

.securityWrap .contents .supportBlock {
  padding: 80px 60px;
  text-align: center;
}

.securityWrap .contents .supportBlock h1 {
  margin-bottom: 20px;
}

/*--------------------------------------------------------
	Agreement Part Settings
---------------------------------------------------------*/
.securityWrap .securityContents .agreement {
  padding: 50px 100px;
  border: 1px solid #e3e3e3;
}

.securityWrap .securityContents .agreement h1 {
  margin-bottom: 100px;
  font-weight: 400;
  text-align: center;
}

.securityWrap .securityContents .agreement .sectionInr h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 125%;
  font-weight: 400;
}

.securityWrap .securityContents .agreement .sectionInr h2:before {
  content: "第" counter(big-counter) "章　";
}

.securityWrap .securityContents .agreement .sectionInr {
  margin-bottom: 60px;
  counter-increment: big-counter;
}

.agreement .sectionInr > .agreeBox {
  counter-increment: medium-counter;
}

.securityWrap .securityContents .agreement .sectionInr h3 {
  margin: 50px 0 0;
  padding: 15px 15px;
  font-size: 125%;
  background-color: #e3e3e3;
  font-weight: 400;
}

.securityWrap .securityContents .agreement .sectionInr {
  line-height: 1.95;
}

.securityWrap .securityContents ol {
  line-height: 2;
  list-style: none;
  padding-left: 0;
}

.securityWrap .securityContents .agreement .agreeBox ol li, .agreement .agreeBox .agreeBox div {
  counter-increment: smaller-counter;
}

.securityWrap .securityContents .agreement .sectionInr h3 + p, .agreement .sectionInr h3 + ul {
  margin-top: 15px;
}

.securityWrap .securityContents .agreement .agreeBoxIn {
  margin-top: 25px;
}

.securityWrap .securityContents .agreement .agreeBoxTitleBtm {
  margin-top: 0;
}

.securityWrap .securityContents .agreement .agreeBoxTitleBtm h3 {
  margin-top: 0;
}

.agreement .sectionInr h3:before {
  content: "第" counter(medium-counter) "条　";
}

.securityWrap .securityContents .agreement .agreeBox ol li, .agreement .agreeBox .agreeBox div {
  counter-increment: smaller-counter;
}

.securityWrap .securityContents .agreement .agreeBox ol li:before, .agreement .agreeBox div h5:before {
  content: "(" counter(smaller-counter) ")";
  margin-right: .5em;
}

.agreement .sectionInr h4 {
  font-weight: 400;
}

.agreement .sectionInr h4:before {
  content: "第" counter(small-counter) "項　";
}

.agreement .sectionInr .agreeBox .agreeBox {
  counter-increment: small-counter;
}

.agreement .sectionInr a {
  color: #2277FF;
  text-decoration: underline;
  word-break: break-all;
}

.agreement .sectionInr p.agreeBoxTextBtmMgn {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .securityWrap .securityContents .agreement {
    padding: 20px 30px;
  }

  .securityWrap .securityContents .securityBlock, .securityWrap .securityContents .privacyBlock, .securityWrap .securityContents .supportBlock {
    padding: 20px 30px;
  }
}

/*--------------------------------------------------------
	404 Part Settings
---------------------------------------------------------*/
.fileNotFound {
  margin-bottom: 60px;
  text-align: center;
}

.fileNotFound h2 {
  margin: 140px 0 35px;
}

.fileNotFound h2 span {
  display: block;
}

.fileNotFoundBtm {
  margin-bottom: 80px;
}

.fileNotFoundBtm h2 {
  text-align: center;
}

.fileNotFoundBtm p.recruitLinkMini {
  position: static;
  margin-top: 40px;
  text-align: center;
}

.fileNotFoundBtm ul.result1ColumnBox li.result1Column:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------
  Pagination Settings
---------------------------------------------------------*/
/* ===== Pagination ===== */
.c-pagination {
  --pg-size: 48px; /* 直径 */
  --pg-gap: 16px; /* 余白 */
  --pg-border: #111; /* 枠色 */
  --pg-fill: #111; /* アクティブ背景 */
  --pg-text: #111; /* 通常文字色 */
  --pg-text-inv: #fff; /* アクティブ文字色 */
}

.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--pg-gap);
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-pagination__item,
.c-pagination__item--arrow {
  display: grid;
}

.c-pagination__btn {
  display: grid;
  place-items: center;
  width: var(--pg-size);
  height: var(--pg-size);
  border-radius: 50%;
  border: 2px solid var(--pg-border);
  text-decoration: none;
  color: var(--pg-text);
  font-weight: 600;
  line-height: 1;
  background: #fff;
  transition: background-color .15s ease, color .15s ease;
}

/* ホバー */
.c-pagination__item:not(.is-current):not(.is-disabled) .c-pagination__btn:hover {
  background: #f5f5f5;
}

/* 現在ページ */
.c-pagination__item.is-current .c-pagination__btn {
  background: var(--pg-fill);
  color: var(--pg-text-inv);
}

/* 無効 */
.c-pagination__item.is-disabled .c-pagination__btn {
  opacity: .3;
  pointer-events: none;
}

/* ドット */
.c-pagination__dots {
  user-select: none;
  font-size: 20px;
  letter-spacing: .2em;
  color: #333;
}

/**
 Form Settings
 */
form span.error {
  display: block;
  color: #de5252;
  width: 100%;
}

form span.error label {
  font-size: 14px !important;
  font-weight: normal !important;
}

form span.error label:before {
  padding-right: 5px;
  content: "\f06a"; /* exclamation-circle のコード */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid の場合は 900 */
}

/*--------------------------------------------------------
  Step Bar Settings
---------------------------------------------------------*/
/* ベース（前回からの続き想定。必要なら値を調整） */
.stepBar {
  --h: 48px; /* ピルの高さ */
  --r: 24px; /* 角丸（= --h/2 が基本） */
  --gap: 28px; /* ピル間の見た目上の隙間 */
  --conn-h: 8px; /* コネクタ（間の線）の太さ */
  --bg-active: #000; /* 進捗済み/現在の色 */
  --bg-pending: #e6e6e6; /* 未到達の色 */
  --fg-active: #fff;
  --fg-pending: #8a8a8a;

  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* 各ステップ（均等幅のピル） */
.stepBar > li {
  position: relative;
  flex: 1 1 0;
  height: var(--h);
  line-height: var(--h);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  background: var(--bg-pending);
  color: var(--fg-pending);
  border-radius: 50px !important;
}

/* 左右端だけ半円にする（中央は角なしで連結） */
.stepBar > li:first-child {
  border-radius: var(--r) 0 0 var(--r);
}

.stepBar > li:last-child {
  border-radius: 0 var(--r) var(--r) 0;
}

.stepBar > li:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* 状態 */
.stepBar > li.completed,
.stepBar > li.active {
  background: var(--bg-active);
  color: var(--fg-active);
}

/* —— コネクタ（間の線） —— */
/* 2個目以降の li の“左側”に、隣とつなぐ横棒を引く */
.stepBar > li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* li の左端から外に伸ばして隣とつなぐ */
  left: calc(-1 * var(--gap));
  width: var(--gap);
  height: var(--conn-h);
  background: var(--bg-pending); /* デフォはグレー */
  z-index: 1; /* li 背景より上に */
}

/* 進捗側（左のピルが completed/active）のつなぎは黒に見せたいので、
   右側の li が active/completed のときにそのコネクタも黒にする */
.stepBar > li.active::before,
.stepBar > li.completed::before {
  background: var(--bg-active);
}

/* 見た目の“隙間”用：ピル同士が離れて見えるように左右余白を入れる */
.stepBar > li:not(:first-child) {
  margin-left: var(--gap);
}

.stepBar > li:not(:last-child) {
  margin-right: 0;
}

/* 文言の内側余白（任意） */
.stepBar > li > span {
  display: inline-block;
  padding: 0 16px;
}

/**--------------------------------------------------------
  Footer Settings
---------------------------------------------------------
 */

.o_job_entry .entryBlock h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-align: center;
  color: #929292;
}

.o_job_entry .entryBlock h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}


@media (max-width: 768px) {
  .o_job_entry .entryBlock h1 small {
    display: block;
  }
}

.container.no-top.job-entry {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.job-entry p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.95;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  margin-top: 0;
}

.job-entry h3 {
  font-weight: bold;
  position: relative;
  padding: 15px 15px 15px 20px;
  margin: 20px 0 30px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.9px;
  text-align: left;
  color: #000;
  margin-top: 0;
}

.job-entry h3::before {
  background-color: #000;
  border-radius: 2px;
  height: auto;
  bottom: .7em;
  content: "";
  left: 0;
  position: absolute;
  top: .7em;
  width: 5px;
}

.job-entry .entryTel a {
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 30px;
  border-radius: 999px;
  border: solid 2px #000;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-align: left;
  color: #000;
}

.job-entry .d-flex-start {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.job-entry .d-flex-start .item {
  height: 50px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.job-entry .d-flex-start.entry-address {
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.job-entry .d-flex-start.entry-address .item {
  width: 100%;
}

.job-entry .must {
  width: 53px;
  height: 26px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 2px 12px 4px;
  border-radius: 999px;
  color: #fff;
  background-color: #000;
}

.job-entry .any {
  width: 53px;
  height: 26px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 2px 12px 4px;
  border-radius: 999px;
  color: #fff;
  background-color: #bababa;
}

.job-entry .entryMailBlock label {
  font-size: 16px;
  font-weight: bold;
}

.job-entry .entryMailBlock label .example {
  font-weight: normal;
}

.job-entry .entryMailBlock input[type=text] {
  height: 50px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 15px;
  border-radius: 5px;
  border: solid 1px #000;
  background-color: #fff;
}

.job-entry .entryMailBlock input[type=text].entryTel {
  width: 27%;
}

.job-entry .entryMailBlock input[type=text].entryName,
.job-entry .entryMailBlock input[type=text].entryKana {
  width: 48%;
}

.job-entry .entryMailBlock textarea {
  width: 100%;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 14px 15px;
}

.job-entry .formBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.job-entry .formBox .formBoxElement {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-entry .formBox .formBoxElement .entrySubmit .bscBtnLink {
  border: none;
  width: 100%;
  margin-bottom: 0;

}

.job-entry .formBox .formBoxElement .confirmBox {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 14px 15px;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000;
}

.job-entry .formBox .formBoxElement.entryAgree {
  border-top: solid 1px #e2e2e2;
}

.job-entry .formBox .formBoxElement.entryAgree .confirmBox {
  margin-top: 20px;
}

.job-entry .formBox .formBoxElement.entryAgree .confirmBox .checkbox {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000;
}

.job-entry .formBox .formBoxElement.entryAgree .confirmBox .checkbox a {
  color: #000;
  text-decoration: underline;
}

.thanksBack a {
  background: #000;
}


.o_what-company--list-item:last-child {
  border-bottom: none;
}

.a_component-image img {
  border-radius: 10px;
}

/*--------------------------------------------------------
  Blogs Settings
---------------------------------------------------------*/

.o_blog_index ul {
  list-style: none;
  padding: 0;
}

.flexBox {
  display: flex;
  flex-wrap: wrap; /* 折り返し */
  justify-content: flex-start; /* ★左詰めにする */
  gap: 20px; /* 任意：カード間の余白 */
}

.flex3Column {
  flex: 0 0 calc(33.333% - 14px); /* 3カラムの場合 */
  box-sizing: border-box;
}

.o_blog_index ul .flex3Column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.95);
}

.o_blog_index ul .blogData {
  padding: 20px;
}

.o_blog_index ul .blogData h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;

}

.o_blog_index ul .blogData .blogCategory {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-align: left;
  color: #afafaf;

}

.o_blog_index ul .blogData .blogCatch {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-align: left;
  color: #000;
}

.o_blog_index ul .blogData .blogCatch {
  margin-top: 15px;
}

.o_blog_index ul .blogData .blogArrow {
  display: flex;
  justify-content: end;
  margin-top: 15px;
}

.o_blog_index ul .blogData .blogArrow {
  font-size: 14px;
  font-weight: normal;
  color: #e2e2e2;
}

.o_blog_index ul .flex3Column .blogPhoto img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 768px) {
  .flexBox {
    display: flex;
    flex-direction: column;
  }

  .flex3Column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------
  Blog Show Settings
---------------------------------------------------------*/
.o_blog_show .o_blog_show--content-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-align: left;
  color: #000;
}

.o_blog_show.o_component-base {
  padding: 0;
}

.o_blog_show .o_blog_show--content-header {
  padding: 30px;
}

.o_blog_show .o_blog_show--content-data {
  padding: 50px 100px;
}

.o_blog_show .o_blog_show--content-data p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.95;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000;
  margin-top: 0;
}

@media (max-width: 768px) {
  .o_blog_show .o_blog_show--content-data {
    padding: 50px 20px;
  }
}