@charset "utf-8";

/*---------------------------------------------------------------------------------
    「福井県障がい者等雇用環境整備支援事業」

    00. 初期化
    01. 共通設定
    02. ヘッダー
    03. フッター
    04. メインコンテンツ
    05. お問い合わせ
    06. プライバシーポリシー
    98. レスポンシブ
    99. Media Print

----------------------------------------------------------------------------------- */

:root {
    --content-width: 1024px;
}

/* -------------------------------------------------------------------------------- */
/*  00. 初期化
/* -------------------------------------------------------------------------------- */

/* Google Fonts */
.noto-sans-jp-<uniquifier> {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

/* FontAwesome 7.2 Free */
@font-face {
    font-family: "fontawesome-solid";
    src: url("./fonts/fontawesome-free-7.1.0-web/webfonts/fa-solid-900.woff2") format("woff2");
    font-style:normal;font-weight:900;
    font-display:auto;
}

*, *::before, *::after{
    box-sizing: border-box;
}

html{
    overflow-x :hidden;
    margin: 0;
    padding: 0;
    font-size: 16px;    /* 1rem = 100% = 16px */
    line-height: 1.2;
    color: #333333;
}

body{
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.125rem;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
    padding:0;
    border:0;
    font-weight:normal;
    font-style:normal;
    line-height:1.5;
    font-family:inherit;
    text-align:left;
    letter-spacing: 0.1em;
    color: #222222;
}

ol, ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

.fukuishogaikoyo-main ul > li {
    padding-top: 0.8rem;
}

.fukuishogaikoyo-main ul > li:last-child {
    padding-bottom: 0.4em;
}

li > address {
    padding: 10px 10px;
}

p{
    margin: 0;
}

img{
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #337ab7;
}

/* -------------------------------------------------------------------------------- */
/*  01. 共通設定
/* -------------------------------------------------------------------------------- */
/** FontAwesome **/
.fa-solid {
    color: #434975;
    margin-right: 0.3em;
}

/** レイアウト **/
.d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.d-flex-detail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.d-flex-detail>div{
    display: inline-block;
    /* width は タグの style で文字数をrem単位で指定 */
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.p-relative {
    position: relative;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-nowrap {
    white-space: nowrap;
}

.margin-auto {
    margin: 0 auto;
}

/** 余白 **/
.p-15 {
    padding: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pl-1em {
    padding-left: 1em;
}

.pl-2em {
    padding-left: 2em;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-s {
    margin-top: 0.2rem;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-s {
    margin-bottom: 0.2rem;
}

/** フォント **/
.h1 {
    font-size: 2.5rem;
    color: #FFFFFF;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h3-utext {
    font-size: 1.38rem;
}

.h4 {
    font-size: 1.5rem;
}

.h4-utext {
    font-size: 1.25rem;
}

.h5 {
    font-size: 1rem;
}

.bold {
    font-weight: bold;
}

.lh-1 {
    line-height: 1;
}

.lh-sm {
    line-height: 1.25;
}

.lh-base {
    line-height: 1.5;
}

.lh-lg {
    line-height: 2;
}

/** リスト **/
.ul_list-style--disc {
    list-style: disc;
    padding-left: 1.5em;
}

.ul_list-style--num {
    list-style: decimal;
    padding-left: 1.5em;
}

.ul_list-style--circle {
    list-style: circle;
    padding-left: 1.5em;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 0.12rem;
}

/** 色 **/
.color-black {
    color: #333333;
}

.color-red {
    color: #FF0000;
}

.color-white {
    color: #FFFFFF;
}

.color-orange {
    color: #F7932E;
}

.color-blue-gray {
    color: #5A7ABD;
}

.bgcolor-light-gray {
    background-color: #F7F7F9;
}

.tbl-color--light-gray tr>td,
.tbl-color--light-gray tr>th {
    border-color: #CBD5E1;
}

/** パーツ **/
.fukuishogaikoyo-table {
    border-collapse: collapse;
}

.fukuishogaikoyo-table th,td {
    border: solid 1px #333333;
    padding: 10px;
}

.fukuishogaikoyo-details {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0.5em;
  cursor: pointer;
}

.fukuishogaikoyo-summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em 0.5em 0;
}

.fukuishogaikoyo-details[open] {
    padding: 0.5em;
    cursor: auto;
}

.fukuishogaikoyo-details[open] summary {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 1em;
  padding-bottom: 0.30em;
}

/* -------------------------------------------------------------------------------- */
/*  02. ヘッダー
/* -------------------------------------------------------------------------------- */

.fukuishogaikoyo-header {
    display: flex;
    position: fixed;
    width: 100%;
    height: auto;
    background-color: #717BC4;
    border-bottom: 1px solid #FFFFFF;
    justify-content: center;
    z-index: 296;
}

.fukuishogaikoyo-header_area {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-basis: calc(var(--content-width) - 30px);
    width: 100%;
    height: 100px;
    padding-left: 0px;
    padding-right: 15px;
    z-index: 297;
}

.fukuishogaikoyo-header_logo--area {
    display: flex;
    background-color: #EEEFF7;
    width: calc(80px + 30px + 6.35rem); /* ロゴ画像幅 + 余白 + 「福井県」 */
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 298;
}

.fukuishogaikoyo-header_logo--area a {
    display: inline-block;
    color: #222222;
    width: 100%;
    height: auto;
}

.fukuishogaikoyo-header_logo {
    display: block;
    width: 80px;
    height: 80px;
    align-items: center;
    z-index: 299;
}

.fukuishogaikoyo-header_logo--text {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 2rem;
    font-weight: bold;
    text-wrap: nowrap;
    align-items: center;
    line-height: 60px;
}

.fukuishogaikoyo-header_menu_area {
    display: inline-block;
    height: 60px;
    width: calc(170px * 4 + 2.5rem);   /* menu_item総幅 */
    z-index: 300;
}

.fukuishogaikoyo-header_menu_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    width: calc(170px * 4 + 2.5rem);   /* menu_item総幅 */
    z-index: 301;
}

.fukuishogaikoyo-header_menu_inner a:first-of-type .fukuishogaikoyo-header_menu_item {
    width: 38px;
    height: auto;
    padding: 0px;
    border-left: none;
    z-index: 302;
}

.fukuishogaikoyo-header_menu_item {
    display: inline-block;
    position: relative;
    height: 60px;
    width: 170px;
    padding: 5px 5px 5px 17px;
    color: #ffffff;
    background-color: #717BC4;
    border-left: solid 3px #ffffff;
    z-index: 302;
}

.fukuishogaikoyo-header_menu_item--border {
    display: block;
    position: absolute;
    height: 60px;
    top: 0px;
    left: 2px;
    border-left: solid 1px #ffffff;
    z-index: 303;
}

.fukuishogaikoyo-header_menu_item a {
    color: #FFFFFF;
}

.fukuishogaikoyo-header_menu_item:hover {
    text-decoration: underline;
}

.fukuishogaikoyo-header_menu_text_toppage {
    display: none;
}

.fukuishogaikoyo-header_menu_item.is-active {
    color: #80FF00;
}

#icon_mb-menu {
    display: none;
    position: absolute;
    top: 5px;
    right: 15px;
}

.fukuishogaikoyo-top--padding {
    display: block;
    padding-top: 100px;
}

/* ハンバーガーメニュー切替え */
@media screen and (max-width:964.8px) {

    .fukuishogaikoyo-header_area {
        height: 70px;
    }

    .fukuishogaikoyo-header_logo--area {
        height: 70px;
    }

    .fukuishogaikoyo-header_logo {
        width: 60px;
        height: 60px;
    }

    .fukuishogaikoyo-header_logo--text {
    }

    .fukuishogaikoyo-header_menu_area {
        position: absolute;
        top: 71px;
        left: 0;
        width: 100vw;
    }

    .fukuishogaikoyo-header_menu_inner {
        display: inline-block;
        width: 100vw;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(100vw);
        transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        opacity: 0;
    }

    /* fukuishogaikoyo-header_menu_inner：メニュー表示 */
    .nav_is-visible {
        transform: translateX(0);
        opacity: 1;
    }

    .fukuishogaikoyo-header_menu_inner a:first-of-type .fukuishogaikoyo-header_menu_item {
        border-left: solid 3px #ffffff;
    }

    .fukuishogaikoyo-header_menu_item,
    .fukuishogaikoyo-header_menu_inner a:first-of-type .fukuishogaikoyo-header_menu_item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 60px;
        border-bottom: solid 1px #F0F4F8;
    }

    .fukuishogaikoyo-header_menu_item--border {
        display: none;
        height: 60px;
    }

    .fukuishogaikoyo-header_menu_item--title {
        display: block;
        text-align: center;
    }

    .fukuishogaikoyo-header_menu_text_toppage {
        display: inline;
    }

    #icon_mb-menu {
        display: inline-block;
        width: 60px;
        height: 60px;
    }

    .fukuishogaikoyo-top--padding {
        padding-top: 70px;
    }
}

/* -------------------------------------------------------------------------------- */
/*  03. フッター
/* -------------------------------------------------------------------------------- */

.fukuishogaikoyo-footer--main {
    display: block;
    position: relative;
    max-width: var(--content-width);
    width: 100%;
    padding: 1px 15px 15px 15px;
    font-size: 1rem;
    margin: 0 auto;
    z-index: 200;
}

.fukuishogaikoyo-footer--belt {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 32px;
    font-size: 1rem;
    background-color: #717BC4;  /* 青っぽい帯 */
    z-index: 201;
}

.fukuishogaikoyo-footer_p-top {
    padding-top: 47px;
}

.fukuishogaikoyo-footer_logo {
    width: 320px;
    height: auto;
}

.fukuishogaikoyo-footer_address {
    display: inline;
    width: 305px;
    z-index: 202;
}

/* -------------------------------------------------------------------------------- */
/*  04. ページ共通
/* -------------------------------------------------------------------------------- */

.fukuishogaikoyo-main {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 32px;
    z-index: 100;
}

.fukuishogaikoyo_section {
    display: inline-block;
    max-width: var(--content-width);
    width: 100%;
    padding: 0px 15px 15px 15px;
    text-align: left;
    z-index: 101;
}

.fukuishogaikoyo_section > h1 {
    font-size: 2.5rem;
    color: #FFFFFF;
    background-color: #434975;
    padding: 5px 15px;
    margin-bottom: 15px;
    border-bottom: solid 5px #436275;
}

.fukuishogaikoyo_section h2 {
    font-size: 2rem;
    color: #000000;
    background-color: #E2E4F3;
    padding: 5px 15px;
    margin-bottom: 15px;
    border-bottom: solid 5px #C2C0B4;
    border-left: solid 5px #C2C0B4;
}

.fukuishogaikoyo_section h3 {
    display: inline-block;
    font-size: 1.75rem;
    color: #000000;
    background-color: #F3F1E2;
    padding: 5px 15px;
}

.fukuishogaikoyo_section h4 {
    display: inline-block;
    font-size: 1.5rem;
}

/* -------------------------------------------------------------------------------- */
/*  05. メインコンテンツ
/* -------------------------------------------------------------------------------- */

.fukuishogaikoyo_title_h1 {
    margin-top: 0px;
    font-size: 1.75rem!important;
}

.fukuishogaikoyo_h4_mokuji {
    padding-left: 1.5em;
}

.fukuishogaikoyo_h4_mokuji:before {
    font-family: "fontawesome-solid";
    content: "\f0c1";
    position: absolute;
    left : 0px;
    color: #434975;
}

.fukuishogaikoyo_section_soudan {
    background-color: #CAE8E3;
    padding: 15px;
    border-radius: 10px;
}

.fukuishogaikoyo_title_soudan {
    font-size: 1.75rem;
    font-weight: bold;
}

.fukuishogaikoyo_title_omonasoudan {
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    line-height: 1.3;
    background-color: #5A7ABD;
    vertical-align: middle;
    border-radius: 25px 25px 25px 25px;
}


.fukuishogaikoyo_list_style--triangle {
    position: relative;
    padding-left: 1em;
}

.fukuishogaikoyo_list_style--triangle li {
    list-style-type: none!important;
    padding-left: 0.5em;
}

.fukuishogaikoyo_list_style--triangle li:before {
    font-family: "fontawesome-solid";
    content: "\f0da";
    position: absolute;
    left : 0.5em;
    color: gray;
}

.fukuishogaikoyo_hr_soudan {
    width: 100%;
    color: #A1B9B5;
}

/** 就労支援機関 **/
.shienkikan_diagram {
  --shienkikan_bg: #f4f7fb;
  --shienkikan_card: #ffffff;
  --shienkikan_card2: #f0f5fb;
  --shienkikan_border: #c6d6e6;
  --shienkikan_text: #1f2a37;
  --shienkikan_muted: #556273;
  --shienkikan_accent: #2f6ea6;     /* 青系 */
  --shienkikan_accent2: #5d84a8;    /* 青グレー */
  --shienkikan_shadow: 0 10px 22px rgba(31, 42, 55, .08);

  background: linear-gradient(180deg, var(--shienkikan_bg), #eef3f9);
  border: 1px solid rgba(198, 214, 230, .9);
  border-radius: 14px;
  padding: clamp(12px, 2.2vw, 20px);
  position: relative;
  overflow: hidden;
}

.shienkikan_grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(10px, 1.6vw, 18px);

  /* 右枠を少し太めに */
  grid-template-columns: 1.1fr 1.0fr 1.35fr;
  grid-template-rows: repeat(3, minmax(160px, 1fr));

  grid-template-areas:
    "topLeft topCenter right"
    "midLeft center    right"
    "bottomLeft bottomCenter right";
}

.shienkikan_area_topLeft { grid-area: topLeft; }
.shienkikan_area_topCenter { grid-area: topCenter; }
.shienkikan_area_right { grid-area: right; }
.shienkikan_area_midLeft { grid-area: midLeft; }
.shienkikan_area_center { grid-area: center; }
.shienkikan_area_bottomLeft { grid-area: bottomLeft; }
.shienkikan_area_bottomCenter { grid-area: bottomCenter; }

.shienkikan_card {
  background: linear-gradient(180deg, var(--shienkikan_card), var(--shienkikan_card2));
  border: 1px solid rgba(198, 214, 230, .95);
  border-radius: 14px;
  box-shadow: var(--shienkikan_shadow);
  padding: 15px 15px 10px;
  color: var(--shienkikan_text);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.shienkikan_cardTitle {
  font-size: 1.05rem;
  color: #163a58;
  letter-spacing: 0.02em;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(198, 214, 230, .95);
}

.shienkikan_block { margin-top: 10px; }

.shienkikan_blockTitle {
  font-size: 0.9rem;
  color: var(--shienkikan_accent2);
}

.shienkikan_list {
    margin: 0;
    padding-left: 1.1em;
    color: var(--shienkikan_muted);
    font-size: .92rem;
    line-height: 1.2;
}

.shienkikan_list li {
    margin: 0 0 4px;
    padding-top: 0.4em!important;
}

.shienkikan_cardCompany {
    background: radial-gradient(120% 120% at 50% 0%, #e8f1fb 0%, #ffffff 55%, #f1f6fc 100%);
    border: 2px solid rgba(47, 110, 166, .35);
    border-radius: 50%;
    box-shadow: 0 16px 30px rgba(47, 110, 166, .18);
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 16px;
}

.shienkikan_companyIcon {
  width: 64px;
  height: 64px;
  color: var(--shienkikan_accent);
  margin-bottom: 10px;
}

.shienkikan_iconSvg { width: 100%; height: 100%; }

.shienkikan_companyTitle {
  margin: 0;
  font-size: 1.25rem;
  color: #0f3a60;
  letter-spacing: .08em;
}

.shienkikan_companyNote {
  margin: 6px 0 0;
  color: var(--shienkikan_muted);
  font-size: .92rem;
}


.shienkikan_pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(47, 110, 166, .10);
  border: 1px solid rgba(47, 110, 166, .18);
  margin-bottom: 10px;
}
.shienkikan_pillText {
  font-size: .85rem;
  color: #1a4f79;
  letter-spacing: .01em;
}

.shienkikan_subCard {
  margin-top: 12px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(198, 214, 230, .9);
}

.shienkikan_subTitle {
  margin: 0 0 8px;
  font-size: .98rem;
  color: #1a4f79;
}

.shienkikan_subCols {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 860px) {
  .shienkikan_grid {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "center"
      "topCenter"
      "topLeft"
      "midLeft"
      "right"
      "bottomCenter"
      "bottomLeft";
  }

  .shienkikan_subCols { grid-template-columns: 1fr; }

  .shienkikan_cardCompany {
    position: sticky; /* 任意：上で目立たせたい場合 */
    top: 10px;
  }
}

@media (max-width: 860px) {
    .shienkikan_area_center {
        margin-bottom: 1.6vw;
    }
}

@media (max-width: 650px) {
    .fukuishogaikoyo_title_h1 {
        font-size: 1.1rem!important;
    }
}

@media (max-width: 420px) {
    .shienkikan_card { padding: 10px; }
    .shienkikan_cardTitle { font-size: 1rem; }
    .shienkikan_list { font-size: .9rem; }
    .shienkikan_area_center {
        margin-bottom: 10px;
    }
}


/** 募集活動・社内支援の準備：人材の確保 **/
.node-box, .grid-item, .hello-work-box, .company-box, .agency-content {
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.node-top {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.main-blue {
    background-color: #5D83A3;
    color: white;
    width: 200px;
    text-align: center;
    font-weight: bold;
}

.arrow-v {
    width: 2px;
    height: 30px;
    background-color: #D1D9E0;
    margin: 0 auto;
    position: relative;
}

.arrow-v::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #D1D9E0;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 auto;
}

.grid-item {
    background-color: #F0F4F8;;
    border: 1px solid #D1D9E0;
}
.grid-item h3 {
    margin: 0 0 10px 0;
    font-size: 1rem;
    color: #4A6882;
    background-color: transparent;
    border-bottom: 1px solid #D1D9E0;
    padding: 0px 0px 2px 0px;
}
.grid-item p {
    margin: 0;
    font-size: 0.85rem;
}

.hello-work-box {
    background-color: #E2E8F0;
    border: 2px solid #5D83A3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.hello-work-box h3 {
    font-size: 1.25rem;
    background-color: transparent;
    padding: 0px 0px 2px 0px;
    margin: 0 0 5px 0;
}
.hello-work-box p {
    margin: 0;
    font-size: 0.9rem;
}

.label-arrow {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 62px;
    padding-bottom: 62px;
}
.label-arrow::before {
    content: '職業紹介';
    background-color: #FFFFFF;
    padding: 15px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #5D83A3;
    border: 1px solid #5D83A3;
    border-radius: 20px;
    text-align: center;
    z-index: 110;
}

.final-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}

.info-note {
    flex: 1;
    font-size: 0.8rem;
    background-color: #F8F9FA;
    padding: 10px;
    border-left: 4px solid #5D83A3;
}

.info-note ul {
    margin: 0;
    padding-left: 20px;
}

.company-box {
    background-color: #5D83A3;
    color: white;
    text-align: center;
    padding: 20px 40px;
}

.building-icon {
    display: block;
}

.company-box p {
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.private-agency {
    flex: 1;
    display: flex;
    align-items: center;
}

.private-agency .label {
    writing-mode: vertical-rl;
    background: #5D83A3;
    color: white;
    padding: 10px 5px;
    font-size: 0.7rem;
    border-radius: 4px 0 0 4px;
}

.agency-content {
    background-color: #fff9e6;
    border: 1px solid #e6d5a3;
    font-size: 0.8rem;
}

.agency-content h3 {
    margin: 0 0 5px 0;
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    .final-row {
        flex-direction: column;
        align-items: center;
    }
    .info-note, .private-agency {
        width: 100%;
    }
}
/** 募集活動・社内支援の準備：人材の確保（ここまで） **/

/** 募集活動・社内支援の準備：障害者採用における選考基準の考え方（ここから） **/
.career-diagram_container {
    max-width: 900px;
    margin: 15px auto;
    padding: 15px;
    color: #334155;
    background-color: #fff;
}

.career-diagram_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 各階層の共通設定 */
.career-diagram_level {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

/* 階層ごとの幅 */
@media (min-width: 768px) {
    .career-diagram_level-5 { width: 60%; }
    .career-diagram_level-4 { width: 70%; }
    .career-diagram_level-3 { width: 80%; }
    .career-diagram_level-2 { width: 90%; }
    .career-diagram_level-1 { width: 100%; }
}

/* 左側：タイトルエリア */
.career-diagram_header {
    flex: 0 0 35%;
    background-color: #64748b; /* 基本グレー */
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.career-diagram_level-1 .career-diagram_header { background-color: #475569; } /* 土台 */
.career-diagram_level-5 .career-diagram_header { background-color: #94a3b8; } /* 頂点 */

.career-diagram_label {
    font-size: 0.9rem;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 4px;
}

.career-diagram_subject {
    margin: 0;
    font-weight: bolder;
}

/* 右側：詳細エリア */
.career-diagram_details {
    flex: 1;
    background-color: #f1f5f9;
    margin: 0;
    padding: 15px 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    align-items: center;
}

/* レベルごとに背景色を変える */
.career-diagram_level-5 .career-diagram_details { background-color: #f8fafc; }
.career-diagram_level-1 .career-diagram_details { background-color: #e2e8f0; }

.career-diagram_details li {
    font-size: 1rem;
    position: relative;
    padding-left: 12px;
    padding-top: 0px;
}

.career-diagram_details li::before {
    content: "•";
    color: #64748b;
    position: absolute;
    left: 0;
}

.career-diagram_source {
    margin-top: 20px;
    color: #3F3F3F;
}

/* スマホ対応：横並びを解除 */
@media (max-width: 767px) {
    .career-diagram_wrapper {
        flex-direction: column-reverse;
    }
    .career-diagram_level {
        flex-direction: column;
    }
    .career-diagram_header {
        padding: 10px;
    }
    .career-diagram_details {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 10px 42px;
        align-items: flex-start;
    }
}
/* 募集活動・社内支援の準備：障害者採用における選考基準の考え方（ここまで） */

/* 職場定着のための取組（ここから） */
.shokubateichaku-section ul {
    padding-top: 0px;
}

.shokubateichaku-section ul li {
    padding-top: 5px;
}

.shokubateichaku_container {
    max-width: 850px;
    margin: 20px auto;
    padding: 20px;
    font-family: sans-serif;
    color: #333;
}

.shokubateichaku_flow-wrapper {
    display: flex;
    gap: 20px;
}

.shokubateichaku_indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
    flex-shrink: 0;
}

.shokubateichaku_gradient-bar {
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #e2e8f0, #475569);
    border-radius: 5px;
    margin: 10px 0;
}

.shokubateichaku_level-text {
    text-align: center;
}

.shokubateichaku_content-list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shokubateichaku_step-box {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

/* 背景色のグラデーション */
.shokubateichaku_step-box.lv1 { background-color: #f8fafc; border-left: 5px solid #cbd5e1; }
.shokubateichaku_step-box.lv2 { background-color: #f1f5f9; border-left: 5px solid #94a3b8; }
.shokubateichaku_step-box.lv3 { background-color: #e2e8f0; border-left: 5px solid #64748b; }
.shokubateichaku_step-box.lv4 { background-color: #cbd5e1; border-left: 5px solid #334155; }

.shokubateichaku_degree-badge {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 0.75rem;
    padding: 2px 10px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-weight: bold;
    width: 136px;
    text-align: center;
}

.shokubateichaku_step-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.shokubateichaku_step-header h3 {
    padding: 0;
    background-color: transparent;
    argin: 0;
}

.shokubateichaku_description {
    margin: 0;
    padding-left: 0;
}

@media (max-width: 650px) {
    .shokubateichaku_flow-wrapper { flex-direction: column; }
    
    .shokubateichaku_indicator {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    
    .shokubateichaku_gradient-bar {
        width: 100%;
        height: 8px;
        margin: 0 10px;
        background: linear-gradient(to right, #e2e8f0, #475569);
    }
    
    .shokubateichaku_level-text br { display: none; }
    .shokubateichaku_level-text { white-space: nowrap; }

    /* スマホではバッジをより強調 */
    .shokubateichaku_degree-badge {
        position: static;
        display: inline-block;
        margin-bottom: 8px;
    }
}
/** 職場定着のための取組（ここまで） **/

/* -------------------------------------------------------------------------------- */
/*  06. 障がい者の労働安全衛生対策
/* -------------------------------------------------------------------------------- */

.anzeneisei-border-box {
    border: solid 1px #5D83A3;
    padding: 10px;
}

/* -------------------------------------------------------------------------------- */
/*  98. レスポンシブ
/* -------------------------------------------------------------------------------- */

@media screen and (max-width:575.8px) {
    /* 共通 */
    .d-none {
        display: none;
    }
}

@media screen and (min-width:576px) {
    /* 共通 */
    .d-sm-none {
        display: none;
    }

    .text-sm-center {
        text-align: center;
    }
}

@media screen and (min-width:768px) {
    /* 共通 */
    .d-md-none {
        display: none;
    }

    .text-md-center {
        text-align: center;
    }
}

@media screen and (min-width:992px) {
    /* 共通 */
    .d-lg-none {
        display: none;
    }

    .text-lg-center {
        text-align: center;
    }
}

@media screen and (min-width:1200px) {
    /* 共通 */
    .d-xl-none {
        display: none;
    }

    .text-xl-center {
        text-align: center;
    }
}
