.hero-6 .caption h2 {
    font-size: 2.4rem;
}

.hero-6 .caption p {
    margin: 18px 0 28px;
	font-size: 18px;
}



@media (min-width: 450px) and (max-width: 768px) {
    .hero-6 .caption h2 {
        font-size: 2rem;
    }
	.hero-6 .caption p {
    margin: 18px 0 24px;
	font-size: 16px;
}
}

@media (max-width: 449px) {
    .hero-6 .caption h2 {
        font-size: 1.8rem;
    }
	.hero-6 .caption p {
    margin: 18px 0 24px;
	font-size: 16px;
}
}

/*------------------------------------------*/
/*  PINK BUTTON
/*------------------------------------------*/

.btn--pink, .hover--pink:hover, .scroll .hover--pink:hover, .color--white .hover--pink:hover {
  color: var(--white)!important; border-color: #cb0000 !important; background-color: #cb0000 !important; 
}

.btn--tra-blue, .hover--tra-blue:hover, .color--white .btn--tra-blue {
  color: #cb0000 !important; background-color: transparent!important; border-color: #cb0000 !important; 
}

.btn:hover {
    background: none;
}


.reviews-4-txt h3 {
	line-height: 150%;
}

.reviews-4-txt p {
    margin: 20px 0 20px;
}

.o-service-section__body {
        margin: 0;
    }

@media print, screen and (min-width: 768px) {
    .o-service-section__body {
        margin: 0;
    }
}

    .module-subtitle {
        font-size: 0.85rem;
        margin-bottom: 20px !important;
    }

.mt20 {
	margin-top: 20px;
}



/* PC表示のスタイル */
.tsuyomi {
  display: flex;
}

.tsuyomi1 {
  padding-right: 40px;
  /* PCでは画像が先頭 (デフォルト値は0なので省略可) */
  order: 1;
}

.tsuyomi2 {
  /* PCではテキストが2番目 (デフォルト値は0なので省略可) */
  order: 2;
}

/* スマートフォン表示のスタイル (画面幅が768px以下の場合) */
@media screen and (max-width: 768px) {
  .tsuyomi{
    /* 要素を縦に並べる */
    flex-direction: column;
  }
  
  .tsuyomi1,
  .tsuyomi2 {
    width: 100%;
    padding-right: 0;
  }

  /* スマホではテキストを先に表示 */
  .tsuyomi2 {
    order: 1;
  }

  /* スマホでは画像を後に表示 */
  .tsuyomi1 {
    order: 2;
  }
}


.subCopy {
	font-size: 20px;
}

.mt32 {
	margin-top: 32px;
}

.mt48 {
	margin-top: 48px;
}

.mt80 {
	margin-top: 80px;
}

.hidarisoroe {
	text-align: left !important;
}


.table_design09 {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  max-width: 920px;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}
.table_design09 tr {
  background-color: #e6f1f6;
}
.table_design09 tr:nth-child(even) {
  background-color: #fff;
}
.table_design09 th,
.table_design09 td {
  padding: 1.5em;
}
.table_design09 thead th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table_design09 tbody th {
  color: #4d9bc1;
}
@media screen and (max-width: 787px) {
  .table_design09 {
    border-radius: 0;
    text-align: left;
  }
  .table_design09 thead {
    display: none;
  }
  .table_design09 tr {
    background-color: unset;
  }
  .table_design09 th,
  .table_design09 td {
    display: block;
    border: 0;
	background: #ffffff;
    border-bottom: 1px solid #4d9bc1;
  }
  .table_design09 tbody th {
    background: #4d9bc1;
    color: #fff;
    text-align: center;
  }
  .table_design09 td::before {
    content: attr(data-label);
    background-color: #e6f1f6;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
}



.services-6.shape--bkg:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}


.bg--pink20 {
	background: #fadce5;
}


@media (min-width: 1200px) {

  html { font-size: 18px; }
  .division { padding-left: 30px; padding-right: 30px; }

  /* Watch Video Link  */
  .watch-video-link { width: 2.8rem; height: 2.8rem; }
  .watch-video-link span[class^="flaticon-"]:before, 
  .watch-video-link span[class^="flaticon-"]:after { font-size: 1.75rem; line-height: 2.8rem!important; }

  /*------------------------------------------*/
  /*  HEADER & NAVIGATION
  /*------------------------------------------*/

  .wsmainwp { padding-left: 50px; padding-right: 50px; }
  .headerwp { padding-left: 40px; padding-right: 40px; }
  .desktoplogo img { max-height: 70px; }

  /*------------------------------------------*/
  /*  CONTENT
  /*------------------------------------------*/

  /* FOOTER */
  .footer p { font-size: 0.95rem; }



}

  /* Header Logo */
  .desktoplogo { line-height: 70px; }
  .desktoplogo img { max-height: 50px; }


.bg--cloud {
    background-color: var(--blue);
}

.font--shiro {
    color: var(--white);
}

.font--midorihonbun {
    color: #e7ecec;
}



.txt-block ul {
  padding: 0;
}
.txt-block li {
  list-style-type: none;
}
.txt-block dd {
  margin-left: 0;
}

/* 右カラム内の flow だけ調整：はみ出さず、縦ライン＆コネクタを維持 */
.txt-block.right-column .flow {
  position: relative;
  padding-left: 32px; /* 縦ライン用スペース（中に収める） */
  margin-top: 32px !important;
  margin: 0;
}

.txt-block.right-column .flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;                 /* 縦ラインを左端に */
  width: 4px;              /* ラインの太さ（お好みで） */
  height: 100%;
  background: #eee;
}

/* 各ステップ */
.txt-block.right-column .flow > li {
  position: relative;
  list-style: none;
}

/* ラベル（元は left:-120px で外側へ。中に収めるため相対配置＋下マージンに変更） */
.txt-block.right-column .flow > li .icon {
  position: relative;      /* ← absolute をやめる */
  left: 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #6b90db 0%, #66d5e9 100%);
  padding: 8px 20px;
  border-radius: 4px;
  margin: 0 0 10px 0;      /* ラベルの下に少し余白 */
  z-index: 1;
}

/* 本文領域（縦ラインからの距離を少しだけ） */
.txt-block.right-column .flow > li dl {
  position: relative;
  padding-left: 16px;      /* ドット中心から本文までの距離 */
  margin: 0;
}

/* ドット（縦ライン上に配置） */
.txt-block.right-column .flow > li dl::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -32px;             /* 縦ライン中心に合わせる：= flow の padding-left と整合 */
  width: 10px;
  height: 10px;
  margin-top: -3px;
  background: var(--header-color);
  border-radius: 50%;
}

/* 破線コネクタ（ドット→本文） */
.txt-block.right-column .flow > li dl::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -22px;             /* ドット右側から本文へ */
  width: 22px;
  border-bottom: 1px dashed #999;
}

/* ステップ間の縦余白（vhだとズレやすいのでremに変更） */
.txt-block.right-column .flow > li:not(:last-child) {
  margin-bottom: 2rem;
}

/* タイトル見た目はそのまま踏襲 */
.txt-block.right-column .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: var(--header-color);
  margin: 0 0 .5rem 0;
}

/* モバイル微調整（必要なら） */
@media (max-width: 768px) {
  .txt-block.right-column .flow {
    padding-left: 24px;
  }
  .txt-block.right-column .flow > li dl::before { left: -24px; }
  .txt-block.right-column .flow > li dl::after  { left: -18px; width: 18px; }
}


/* 付箋カード風（疑似要素を使わない＝既存のドット／破線と干渉しない） */
.col-lg-6 .flow > li dl {
  /* 既存の left パディング（縦ラインからの距離）を潰さない工夫：
     もし別CSSで padding-left を設定しているならそちらが優先されます。 */
  padding: 12px 16px;
  padding-left: var(--flow-dl-pl, 16px); /* 既存と合わせたい場合は --flow-dl-pl を上位で指定可 */

  background: #fffbe6;                 /* 付箋っぽい淡い黄色 */
  border: 1px solid #f3e9a6;           /* 薄い枠線 */
  border-radius: 10px;
  box-shadow:
    0 8px 14px rgba(0,0,0,.06),        /* ふわっと落ちる影 */
    0 0 0 1px rgba(0,0,0,.03) inset;   /* 内側の薄い縁取りで紙感UP */

  /* 中身の文字間・改行の見栄え */
  line-height: 1.7;
  margin: 0;                           /* 余白は li 側で管理 */
  background-clip: padding-box;        /* 枠の内側できれいに塗る */
}

/* 見出し（dt）は付箋に馴染む色に調整（必要なら） */
.col-lg-6 .flow > li dl dt {
  color: #4f79c8;                      /* 既存の #6b90db より少し落ち着いた青 */
  margin: 0 0 .5rem 0;
  font-weight: 700;
}

/* スマホ微調整 */
@media (max-width: 768px) {
  .col-lg-6 .flow > li dl {
    padding: 12px 14px;
    border-radius: 8px;
  }
}

.jinbutsuzo li {
	list-style: disc;
	font-size: 18px;
	margin-left: 16px;
}


.py-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.pt-32 {
	padding-top: 32px;
}

.mt-32 {
	margin-top: 32px;
}

/* PCのみ等高カラム＆下揃えレイアウト */
@media (min-width: 992px) {
  /* 同じ行の.colを「同じ高さに伸ばす」 */
  #voice .row {
    align-items: stretch;            /* 兄弟の高さを揃える */
  }
  #voice .row > .col {
    display: flex;                   /* 子(.sbox-4)を伸ばせるようにする */
  }

  /* 枠（カード本体）を等高＆縦フレックスに */
  #voice .sbox-4 {
    display: flex;
    flex: 1 1 auto;                  /* 親(.col)の高さにフィット */
  }

  /* aタグが中身を全部包んでいるので、aを縦フレックスにして高さ100%化 */
  #voice .sbox-4 > a {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;                  /* カード内で縦に伸びる */
    min-height: 100%;
  }

  /* タイトルや本文まわりの余白調整（本文エリアを可変に） */
  #voice .sbox-4 h5 { margin-top: 0; }
  #voice .sbox-4 .fs-14 {            /* 本文 */
    flex: 1 1 auto;                  /* ←ここが高さを稼ぐ“伸びる部分” */
  }

  /* アイコンをカードの一番下に寄せる */
  #voice .sbox-4 .sbox-ico {
    margin-top: auto;                /* 下寄せ */
  }
}


.faqs-section .accordion-thumb h5 span {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    color: var(--text-color);
    font-size: 1rem;
    line-height: 40px;
    font-weight: 500;
    border: 2px solid var(--silver);
    border-radius: 100%;
    transition: all 400ms ease-in-out;
}


/* 募集要項タブUI（scoped） */
.cof-recruit .recruit-sec6__tab{
  list-style:none;
	margin:20px 0 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
}

.cof-recruit .recruit-sec6__tab .js-tab{
  background:#D4EDED;
	color:#3db8bc;
	font-weight:700;
	cursor:pointer;
  padding:10px 18px;
	border-radius:999px;
	user-select:none;
	flex:1 1 auto;
	text-align:center;
}

@media(min-width:768px){
  .cof-recruit .recruit-sec6__tab .js-tab{
	  flex:0 0 240px;
	  line-height:50px;
	  padding:0
	}
}
.cof-recruit .recruit-sec6__tab .js-tab.select{
	background:#f4e192;
	color:#3db8bc;
}

.cof-recruit .recruit-sec6__content{
  list-style:none;
	margin:0;padding:0;
	border:4px solid #f4e192;
	border-radius:10px;
	background:#fff
}
.cof-recruit .recruit-sec6__content .js-tab-content{padding:20px}
@media(min-width:768px){
  .cof-recruit .recruit-sec6__content .js-tab-content{padding:40px 70px}
}
.cof-recruit .recruit-sec6__content .js-tab-content.hide{display:none}

.cof-recruit .recruit-sec6__content dl{
  margin:0;border-bottom:1px dotted #f4e192;padding:15px 0
}
.cof-recruit .recruit-sec6__content dl:first-of-type{margin-top:0}
@media(min-width:768px){
  .cof-recruit .recruit-sec6__content dl{display:flex;flex-wrap:wrap;justify-content:space-between}
}
.cof-recruit .recruit-sec6__content dt{
  font-weight:700;color:#3db8bc;font-size:18px;line-height:150%;
}
.cof-recruit .recruit-sec6__content dd{
  margin:0;font-size:16px;line-height:150%;
}
@media(min-width:768px){
  .cof-recruit .recruit-sec6__content dt{width:30%}
  .cof-recruit .recruit-sec6__content dd{width:70%}
}


/* ミクロドット背景（化学式なし・白ドットのみ） */
.bg-lab-v1{
  background-color:#3db8bc;
  background-image:
    /* 細かいドット層（36pxピッチ、薄め） */
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><g fill='%23ffffff' fill-opacity='0.18'><circle cx='6' cy='6' r='1.2'/><circle cx='24' cy='12' r='1.2'/><circle cx='12' cy='24' r='1.2'/><circle cx='30' cy='30' r='1.2'/></g></svg>"),
    /* 粗いドット層（48pxピッチ、さらに薄め、オフセット） */
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'><g fill='%23ffffff' fill-opacity='0.12'><circle cx='8' cy='8' r='1.6'/><circle cx='32' cy='20' r='1.6'/><circle cx='20' cy='36' r='1.6'/></g></svg>");
  background-repeat:repeat,repeat;
  background-size:36px 36px,48px 48px;
  background-position:0 0, 24px 24px; /* 2枚目ずらしで自然な散り方 */
}

/* モバイルはやや粗めに（密度を下げる） */
@media (max-width:767px){
  .bg-lab-v1{
    background-size:44px 44px,56px 56px;
    background-position:0 0,28px 28px;
  }
}

/* 波形メッシュ画像 × ミクロドット（化学式なし） */
.hero-wave-v1{
  background-color:#3db8bc;
  /* 下から：波形画像 / ドット細 / ドット粗 */
  background-image:
    url('/themes/nisshin_recruit/images/bg_pt1.jpg'),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><g fill='%23ffffff' fill-opacity='0.18'><circle cx='6' cy='6' r='1.2'/><circle cx='24' cy='12' r='1.2'/><circle cx='12' cy='24' r='1.2'/><circle cx='30' cy='30' r='1.2'/></g></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'><g fill='%23ffffff' fill-opacity='0.12'><circle cx='8' cy='8' r='1.6'/><circle cx='32' cy='20' r='1.6'/><circle cx='20' cy='36' r='1.6'/></g></svg>");
  background-repeat: no-repeat, repeat, repeat;
  background-position: center 40%, 0 0, 24px 24px;
  background-size: cover, 36px 36px, 48px 48px;

  /* レイアウト最低高（必要に応じて変更） */
  min-height: 420px;
}
/* スマホはドット密度を少し下げる */
@media (max-width: 767px){
  .hero-wave-v1{
    background-position: center 45%, 0 0, 28px 28px;
    background-size: cover, 44px 44px, 56px 56px;
    min-height: 320px;
  }
}

/* 回路フレーム画像 × ミクロドット（化学式なし） */
.pcb-frame-v1{
  background-color:#3db8bc;
  /* 下から：回路フレーム画像 / ドット細 / ドット粗 */
  background-image:
    url('/themes/nisshin_recruit/images/bg-pt2.jpg'),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'><g fill='%23ffffff' fill-opacity='0.18'><circle cx='6' cy='6' r='1.2'/><circle cx='24' cy='12' r='1.2'/><circle cx='12' cy='24' r='1.2'/><circle cx='30' cy='30' r='1.2'/></g></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'><g fill='%23ffffff' fill-opacity='0.12'><circle cx='8' cy='8' r='1.6'/><circle cx='32' cy='20' r='1.6'/><circle cx='20' cy='36' r='1.6'/></g></svg>");
  background-repeat: no-repeat, repeat, repeat;
  background-position: center center, 0 0, 24px 24px;
  background-size: cover, 36px 36px, 48px 48px;
  min-height: 520px;   /* お好みで */
  display:flex; align-items:center;
}

/* スマホ：ドット密度を少し落とす */
@media (max-width: 767px){
  .pcb-frame-v1{
    background-size: cover, 44px 44px, 56px 56px;
    min-height: 380px;
  }
}


p.honbun {
	color: var(--text-color) !important;
}