


/*--------------------------------------
  セクション見出し
--------------------------------------*/
.wp-block-heading.is-style-section_ttl {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
  /*border-left: 6px solid #ba002f;*/
  padding-left: 12px;
  font-weight: 600;
  color: #333;
}

/*--------------------------------------
  募集要項テーブル
--------------------------------------*/
.oz_recruitSec01__table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.oz_recruitSec01__table td {
  border: 1px solid #ccc;
  padding: 12px 14px;
  vertical-align: top;
}

.oz_recruitSec01__table tr:nth-child(even) {
  background: #fdfdfd;
}

.oz_recruitSec01__table tr td:first-child {
  width: 30%;
  font-weight: bold;
  background: #f3f3f3;
  color: #444;
}

/*--------------------------------------
  ラベル風リスト（待遇）
--------------------------------------*/
.oz_recruitSec01__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.oz_recruitSec01__list {
  display: inline-block;
  background-color: #f5f5f5;
  color: #333;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  line-height: 1.4;
  white-space: nowrap;
  border: 1px solid #ccc;
  transition: background 0.2s ease;
}

.oz_recruitSec01__list:hover {
  background-color: #ffe6eb;
  border-color: #ba002f;
  color: #ba002f;
  cursor: default;
}

/*--------------------------------------
  メッセージ段落
--------------------------------------*/
.oz_recruitSec02_text01 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.mid {
  font-weight: 500;
  color: #444;
}

/*--------------------------------------
  応募フォームタイトル・入力
--------------------------------------*/
.oz_recruitSec03__title p {
  margin: 0.5em 0 0.3em;
  font-size: 15px;
}

.oz_recruitSec03__rec {
  color: #ba002f;
  margin-left: 6px;
  font-weight: bold;
}

.oz_recruitSec03__input {
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 1em;
  box-sizing: border-box;
}

/* テキストエリアサイズ調整 */
textarea.oz_recruitSec03__input {
  min-height: 120px;
  resize: vertical;
}

/* ファイルアップロード */
input[type="file"] {
  margin-top: 6px;
}

/*--------------------------------------
  応募ボタン
--------------------------------------*/
.oz_recruitSec03__BtnWrap {
  text-align: center;
  margin-top: 24px;
}

.oz_recruitSec03__Btn {
  background-color: #ba002f;
  color: #fff;
  font-size: 16px;
  padding: 12px 36px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.oz_recruitSec03__Btn:hover {
  background-color: #a00028;
}

/*--------------------------------------
  レスポンシブ対応
--------------------------------------*/
@media (max-width: 768px) {
  .wp-block-heading.is-style-section_ttl {
    font-size: 1.5rem;
  }

  .oz_recruitSec01__table td {
    font-size: 14px;
    padding: 10px;
  }

  .oz_recruitSec01__list {
    font-size: 13px;
    padding: 5px 10px;
  }

  .oz_recruitSec03__Btn {
    width: 100%;
    max-width: 300px;
  }
}

/*==============================
  シンプル料金テーブル
==============================*/
.oz_priceTable02 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 15px;
  line-height: 1.6;
}

.oz_priceTable02 td {
  border: 1px solid #ddd;
  padding: 12px 14px;
  vertical-align: top;
}

.oz_priceTable02 tr td:first-child {
  font-weight: 500;
  background-color: #fafafa;
}

.oz_priceTable02 tr td:last-child {
  text-align: right;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

/*==============================
  テキスト段落
==============================*/
.meatup-block-fullWide p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

/*==============================
  レスポンシブ調整
==============================*/
@media (max-width: 768px) {
  .wp-block-heading.is-style-section_ttl {
    font-size: 1.4rem;
  }

  .oz_priceTable02 td {
    font-size: 14px;
    padding: 10px;
  }

  .oz_priceTable02 tr td:last-child {
    text-align: left;
  }
}


/* add */

/* single */

.p-profile__name--en {
  /*font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;*/
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #444;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  margin: 0.3em 0 0.5em;
}

.p-profile__property-en {
  font-size: 0.9em;
  color: #777;
  letter-spacing: 0.03em;
}


/* 基本（全端末共通） */
.p-profile__section h3 {
  font-size: 20px;
  margin-bottom: 24px;
  display: block;
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1.4;
}

/* ============================
   スマホ（SP）対応
   ※デザイン基準幅 750px ベース
============================ */
@media screen and (max-width: 767px) {
  .p-profile__section h3 {
    font-size: calc(30 * 100vw / 750);
    margin-top: calc(28 * 100vw / 750);
    margin-bottom: calc(28 * 100vw / 750); /* 余白を狭めて詰まりすぎない程度に */
    letter-spacing: calc(-1 * 100vw / 750);
    line-height: 1.4;
  }
}


.p-voice__name::before {
  content: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}


/* recruit */

/* LINE応募ボタン共通 */
.oz-lineBtnWrap {
  width: 100%;
  text-align: center;
  /*padding: 20px 0;*/
  background-color: #00b900; /* LINEカラー */
}

.oz-lineBtn {
  display: inline-block;
  text-decoration: none;
}

.oz-lineBtn__img {
  /*width: 260px;*/
  /*max-width: 80%;*/
  height: auto;
  border-radius: 8px;
  transition: opacity 0.2s;
}

.oz-lineBtn__img:hover {
  opacity: 0.85;
}

/* スマホ対応（余白・サイズ調整） */
@media screen and (max-width: 767px) {
  .oz-lineBtnWrap {
    padding: 14px 0;
  }

  .oz-lineBtn__img {
    /*width: 75%;*/
    border-radius: 6px;
  }
}

/* -----------------------------------
   お知らせ本文（プロ仕様・スマホ優先）
----------------------------------- */

.p-news__txt {
  font-size: 13px;
  line-height: 1.7;
  color: #2a2a2a;
  letter-spacing: 0.1px;
  text-align: left;
}

/* ====== h2（強すぎない見出し） ====== */
.p-news__txt h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 12px;
  padding-left: 8px;
  border-left: 2px solid #222;
  line-height: 1.4;
  text-align: left;
}

/* ====== h3 ====== */
.p-news__txt h3 {
  font-size: 14.5px;
  font-weight: 700;
  margin: 18px 0 10px;
  line-height: 1.4;
  text-align: left;
}

/* ====== h4 ====== */
.p-news__txt h4 {
  font-size: 13.5px;
  font-weight: 600;
  margin: 16px 0 8px;
  text-align: left;
}

/* ====== 段落 ====== */
.p-news__txt p {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

/* Gutenberg の <br> 最適化 */
.p-news__txt br + p {
  margin-top: 4px;
}

/* ====== 区切り線（⸻） ====== */
.p-news__txt p:contains("⸻") {
  font-size: 13px;
  letter-spacing: 1px;
  color: #c8c8c8;
  margin: 18px 0 14px;
}

/* ====== 箇条書き ====== */
.p-news__txt ul,
.p-news__txt ol {
  padding-left: 0;
  margin: 10px 0;
}

.p-news__txt li {
  list-style: none;
  padding-left: 1em;
  margin-bottom: 5px;
  position: relative;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

.p-news__txt li::before {
  content: "•";
  font-size: 0.7em;
  position: absolute;
  color: #777;
  left: 0;
  top: 0.5em;
}

/* =====================================
   PC向け（極控えめ）
===================================== */
@media (min-width: 768px) {
  .p-news__txt {
    font-size: 14px;
    line-height: 1.75;
  }

  .p-news__txt h2 { font-size: 18px; }
  .p-news__txt h3 { font-size: 16px; }
  .p-news__txt h4 { font-size: 14.5px; }

  .p-news__txt p  { font-size: 14px; }
}
