@charset "UTF-8";
:root{
  --bg-accent: #fefae7;
  --text-main: #123a6b; /* 見出し色 */
  --cta: #ff9f1c;       /* CTAボタン色 */
  --cta-hover: #ff8a00;
  --tag: #ff9f1c;
  --cream: #fdfacf;
  --blue:  #123a6b;
  --blue-ink: #224f86;
  --bubble-border: #2a67b7;  /* 吹き出し枠の青 */
  --bubble-bg: #fff;
  --container: 1080px;

  --bubble-w: 100%;  /* 吹き出しの横幅（必要に応じて調整） */
  --bubble-px: 14px;  /* テキスト左右の余白 */
  --bubble-py: 10px;  /* テキスト上下の余白 */

  --ink: #123a6b;             /* 紺 */
  --title-bg: #214a86;        /* 見出し帯の青 */
  --card-border: #c9d7ea;     /* カード枠の青みグレー */
  --circle: #fdfacf;          /* 淡い黄色の円 */

  --accent: #ffd54d;   /* 黄色のマーカー */
  --stroke: #1e3f78;   /* 斜線の色 */

  --cat6-bg: #1f4e86;      /* 濃い青の背景 */
  --cat6-em: #ffd54d;      /* 見出しの黄色 */
  --cat6-ink: #0f2f53;     /* 文字の濃紺 */
  --cat6-card-border: #dbe6f4;

  --orange: #ff6600;
  --pink: #ff6699;
  --purple: #7030a0;
  --blue: #0989b1;
  --green: #029676;
  --yellow: #ffc000;
  --black: #333333;

  --mc-ink:#123a6b;
  --mc-border:#d7e2f0;
  --mc-shadow:0 6px 18px rgba(20,40,80,.08);

  --theme-blue:#1b79d6;
  --theme-orange:#ff8f39;
  --theme-green:#2bae6a;
  --theme-pink:#e85e9b;
  --theme-purple:#7030a0;
  --theme-yellow:#ffc000;
}
html {
  scroll-behavior: smooth;
}
	body {
    font-family: "Noto Sans CJK JP","Hiragino Sans","Yu Gothic","Meiryo", sans-serif;
}

/* .point30 {
  background:
    linear-gradient(90deg, rgba(254,250,231,0) 40%, rgba(254,250,231,0.92) 72%, rgba(254,250,231,1) 100%),
    url('https://www.stresscheck-dt.jp/work_environment/img/work_environment_top.jpg') center center / cover no-repeat;
  min-height: 520px;
  display: flex;                /* 中身を中央に運ぶ */
  /*align-items: center;          /* 垂直中央 */
  /*justify-content: center;      /* 水平中央 */
  /*isolation: isolate;           /* 内部の z-index を安全に */
/* }  */


/* ---------- TOP --------- */

.point30{
  background:
    linear-gradient(90deg, rgba(254,250,231,0) 40%, rgba(254,250,231,0.92) 72%, rgba(254,250,231,1) 100%),
    url('https://www.stresscheck-dt.jp/work_environment/img/work_environment_top.jpg') no-repeat;
  background-size: auto, cover;          /* グラデーションはauto、写真はcover */
  background-position: top center;
  /* min-height: 520px; */
  min-height: 700px;
  /* display: grid; */
  /* grid-template-columns: 1fr minmax(420px, 700px); */
  /* grid-template-columns: 0.7fr minmax(500px, 800px); */
  display: flex;
  align-items: center;
  margin-top: 85px;
}
  .ma_t {
    margin-top: 95px;
  }

.point30__inner {
  /* width: min(1100px, 92%); */
  margin: 0 auto;               /* 念のため中央 */
  display: grid;
  /* justify-items: start; */
  /* row-gap: 18px; */
  row-gap: 25px;
  position: relative;
  z-index: 1;                   /* 背景上でもテキストが確実に前面 */
  left: 15%;
  /* max-width: 80%; */
  max-width: 60%;
}
.point30__tag{
  font-size: 35px;
  line-height: 1;
  color:#ff9f1c;
  border: 2px solid #ff9f1c;
  border-radius: 10px;
  padding: 12px 16px;
  background: #fff;
  position: relative;
  margin: 0 auto;
}
.point30__tag:after{
  content:"";
  position:absolute; left: 18px; bottom:-8px;
  border: 8px solid transparent;
  border-top-color: #ff9f1c;
}

.tag-bubble{
  position: relative;
  display: inline-block;
}

.tag-bubble img{
  display: block;
  /* max-width: 70%; */
  /* max-width: 60%; */
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}

.tag-bubble .tag-text{
  position: absolute;
  /* top: 50%; */
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央に配置 */
  /* font-size: 14px; */
  font-size: 35px;
  font-weight: 500;
  color: #ff9f1c;
  white-space: nowrap; /* 改行させない */
}

.point30__title{
  color: #123a6b;
  font-weight: 800;
  line-height: 1.25;
  /* font-size: clamp(28px, 4vw, 44px); */
  /* font-size: clamp(28px, 4vw, 75px); */
  font-size: 55px;
  letter-spacing: .02em;
  margin: 0;
  text-align: center;
}
.point30__cta{
  display: inline-flex;          /* テキストに合わせて伸縮 */
  align-items: center;
  justify-content: center;
  gap: 0;
  height: auto;                  /* 外部でheight固定されても無視 */
  width: auto;                   /* 外部でwidth固定されても無視 */
  padding: 14px 35px;
  border-radius: 999px;
  background: #ff9f1c;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  /* font-size: 16px; */
  font-size: 32px;
  /* line-height: 1;                 /* 行の上下が詰まりすぎないように */
  white-space: nowrap;           /* 1行で維持（改行させない） */
  box-shadow: 0 6px 18px rgba(255,159,28,.35);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  margin: 0 auto;
}
.point30__cta:hover{
  background: #ff8a00;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255,159,28,.45);
}



/* ----------「楽しい職場」とはどんな状態？--------- */

.fw-container{
  width: min(var(--container), 92%);
  margin-inline: auto;
}

/* ===================== 上段 ===================== */
.fw-top{
  background: var(--cream);
   /* padding: 28px 0 34px; */
  padding: 28px 0 110px;;
}

/* 見出し（2行・2段構え、下線をsubだけに） */
.fw-title{
  text-align:center;
  color:var(--ink);
  margin: 0 0 12px;
  line-height:1.25;
}
.fw-title__main{
  display:block;
  font-weight:900;
  font-size: clamp(30px, 2.2vw, 40px);
}
.fw-title__sub{
  display:inline-block;
  margin-top:6px;
  font-weight:900;
  font-size: clamp(18px, 3.2vw, 30px);
  line-height:1.1;
  padding: 0 .25em;
  /* background: linear-gradient(transparent 70%, var(--accent) 70%); */
}

/* レイアウト：中央に人物、左右に上下1つずつ */
.fw-grid{
  display:grid;
  grid-template-columns: 1fr minmax(160px, 200px) 1fr;
  grid-template-rows: auto auto;
  gap: 14px 24px;            /* 行/列の間隔をタイトに */
  align-items:center;
}

/* 人物イラストをやや小さめに */
.fw-person{
  grid-column:2;
  grid-row:1 / span 2;
  display:grid; place-items:center;
        margin: 0px -25px -13rem;
}
.fw-person img{
  width: min(250px, 34vw);
  height:auto;
}
figure {

}

/* 吹き出し（背景画像を使う） */
.bubble{
  position: relative;
  width: var(--bubble-w);
  text-align: center;
  color: var(--ink);
  /* font-weight: 800; */
  line-height: 1.55;
  font-size: clamp(12px, 1.55vw, 14px);
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.06));
}

/* 背面の画像を絶対配置で全面に敷く */
.bubble__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;      /* 背景と同じ感覚で枠にフィットさせる */
  z-index: 0;
  pointer-events: none;  /* クリックはテキストに通す */
  top: 0;
}

/* テキストは前面。パディングで内側に配置 */
.bubble__text{
  position: relative;
    z-index: 1;
    margin: 0 auto;
    /* padding: var(--bubble-py) var(--bubble-px); */
    padding: 25px 0 45px;
    font-size: 2em;
    line-height: 1.2;
    font-weight: 500;
}

/* ==== 位置（既存のグリッドに合わせて） ==== */
.bubble--lt{ grid-column:1; grid-row:1; justify-self:end;  align-self:end; }
.bubble--lb{ grid-column:1; grid-row:2; justify-self:end;  align-self:start; }
.bubble--rt{ grid-column:3; grid-row:1; justify-self:start; align-self:end; }
.bubble--rb{ grid-column:3; grid-row:2; justify-self:start; align-self:start; }


/* ===================== 下三角 ===================== */
.triangle {
    display: inline-block;
    position: absolute;
    left: 50%;
        border-top: 100px solid var(--cream);
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    z-index: 1;
    /* transform: translate(-50%, -30%); */
    transform: translate(-50%, -10%);
}
/* ===================== 下段 ===================== */
.fw-bottom{
  position: relative;
  background: #fff;
  padding: 120px 0 56px;
  z-index: 0;
}

.fw-lead{
  text-align: center;
  color: #294764;
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 1.5em;
}
.fw-em{
  text-align: center;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.3;
  font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 18px;
}
/* 3人イラスト */
.fw-people{
  display: grid;
  place-items: center;
}
.fw-people img{ width: min(460px, 80vw); height:auto; }


/* ----------なぜ楽しい職場が必要？---------- */
.wf-container{
  width: min(var(--container), 92%);
  margin-inline: auto;
}

/* 見出しの帯 */
.wf-title{
  text-align: center;
  margin: 0 0 18px;
}
.wf-title > span{
  display: inline-block;
  background: var(--title-bg);
  color: #fff;
  /* font-weight: 800; */
  letter-spacing: .02em;
  font-size: clamp(16px, 1.9vw, 20px);
  line-height: 1;
  padding: 12px 24px;
  border-radius: 6px;
}

/* グリッド */
.wf-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2.6vw, 28px);
  margin-top: 10px;
}

/* カード */
.wf-card{
  position: relative;
  background: #fff;
  border: 2px solid var(--card-border);
  border-radius: 16px;
  padding: 24px 20px 22px;
  min-height: 272px;
  display: grid;
  grid-template-rows: auto 1fr auto; 
  align-items: start;
  overflow: hidden;
}

/* 上部の淡い円（背景オブジェクト） */
.wf-card__circle{
  position: absolute;
  left: 50%;
  top: 28px; 
  transform: translateX(-50%);
  width: 176px; 
  height: 176px; 
  background: var(--circle);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

/* 円のテキスト */
.wf-card__text{
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--ink);
  font-weight: 800;
  /* line-height: 1.6; */
  line-height: 1.4;
  font-size: clamp(16px, 2vw, 18px);
  /* margin: 52px 0 8px; */
      margin: 60px 0 8px;
}

/* イラスト（下） */
.wf-card__illust{
  margin: 30px 0 5px;
  display: grid;
  place-items: center;
  min-height: 160px;

}
.wf-card__illust img{
  max-width: 180px;  
  width: 72%;    
  height: auto;
}

/* ---------- 働きやすい職場につながる！ ---------- */
.mw-catch{
  padding: 80px 0;
  text-align: center;
}
.mw-wrap{
  width: min(var(--container), 92%);
  margin-inline: auto;
}

/* 見出し＋飾り */
.mw-title{
  position: relative;
  /* display: grid; */
  place-items: center;
  margin: 0 0 16px;

  color: var(--ink);
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.25;
    font-size: clamp(24px, 4.2vw, 44px);
}
.mw-title > span{
  background: linear-gradient(transparent 60%, var(--accent) 60%);
  padding: 0 .15em;
}

/* 左右の斜線（2本×2セット） */
.mw-title::before,
.mw-title::after{
  content: "";
  position: absolute;
  /* top: 6px; */
  width: 120px;
  height: 28px;
  pointer-events: none;
}
.mw-title::before{
left: max(35px, calc(50% - 620px));
    background: linear-gradient(var(--stroke), var(--stroke)) 0 0 / 73px 2px no-repeat,
    linear-gradient(var(--stroke), var(--stroke)) 12px 18px / 38px 2px no-repeat;
    transform: rotate(35deg);
    top: 67px;
}
.mw-title::after{
    right: max(55px, calc(50% - 620px));
    background: linear-gradient(var(--stroke), var(--stroke)) right 0 top 0 / 73px 2px no-repeat,
    linear-gradient(var(--stroke), var(--stroke)) right 12px top 18px / 38px 2px no-repeat;
    transform: rotate(-35deg);
    top: 67px;
}

/* イラスト */
.mw-illust{
  margin-top: 12px;
  display: grid;
  place-items: center;
}
.mw-illust img{
  width: min(820px, 60vw);
  height: auto;
  margin: 30px auto;
}
.sc_m {
  -webkit-text-stroke: 1px var(--ink);
}

.cat6__em.sc_m a[href="https://www.stresscheck-dt.jp/consultant/"]:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

/* ---------- 資料ダウンロード ---------- */
.btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 50px 0 50px;
}

a.btn--yellow.btn--cubic {
      border-bottom: 5px solid #ccc100;
    box-shadow: 0 3px 0 #ccc100;
    transition: all 0.2s ease;
    position: relative;
    top: 0;
}
a.btn--yellow.btn--cubic:hover {
  top: 3px;
  box-shadow: none;
  color: var(--black);
  background: #fff20a;
}

a.btn-c {
    display: inline-block;
    font-size: 1rem;
    position: relative;
    padding: 1rem 4rem 1rem 3rem;
    border-radius: 100vh;
}
.btn, a.btn, button.btn {
      font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1.5rem 5rem;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    color: #212529;
    /* border-radius: 0.5rem; */
}

a.btn--yellow {
  color: var(--black);
  background-color: #fff100;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    content: '\f054';
}
/* アイコン */
a.btn-c i.fa {
  margin-right: 1rem;
}

/* ---------- 6つのカテゴリ ---------- */
  #space,
  #human,
  #chat,
  #team,
  #challenge,
  #feeling {
    scroll-margin-top: 100px;
  }

.cat6{
  background: var(--cat6-bg);
  padding: clamp(28px, 4.5vw, 42px) 0;
  color: #fff;
}
.cat6__wrap{
  width: min(1080px, 92%);
  margin-inline: auto;
}
.cat6__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* 見出し */
.cat6__title{
  text-align: center;
  font-weight: 800;
  line-height: 1.6;
  /* font-size: clamp(18px, 2.2vw, 22px); */
  font-size: clamp(18px, 3.2vw, 30px);
  margin: 0 0 clamp(18px, 3.2vw, 26px);
  padding: 0;
}
.cat6__em{
  font-weight: 900;
  background: linear-gradient(90deg, #fad810, #ff9c0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* fallback */
}

/* グリッド */
.cat6__grid{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2.4vw, 24px);
}

/* カード */
.cat6__card{
  background: #fff;
  border: 2px solid var(--cat6-card-border);
  border-radius: 14px;
  padding: clamp(16px, 2.4vw, 22px) clamp(14px, 2.4vw, 20px);
  display: grid;
  /* grid-template-rows: auto auto; */
  row-gap: 10px;
  text-align: center;
}
.cat6__fig{
  margin: 0;
  display: grid;
  place-items: center;
  padding-bottom: 10px;
}
.cat6__fig img{
  width: min(140px, 60%);
  height: auto;
}
.cat6__label{
  margin: 0;
  color: var(--cat6-ink);
  font-weight: 500;
  font-size: clamp(14px, 1.9vw, 16px);
  line-height: 1.6;
}


/* ---------- 6つのカテゴリ詳細 ---------- */

.catlist {
  /* margin: 40px auto; */
  margin: 80px auto 40px;
  max-width: 1100px;
  width: 92%;
}
.catlist .cl-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px; /* A〜F の間隔 */
}

.catlist .cl-item {
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  width: 80%;
}

.cl-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.cl-badge {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}

.cl-title {
  margin: 0;
  /* font-size: clamp(18px, 2.4vw, 26px); */
  font-size: 2em;
  font-weight: 700;
  color: var(--black);
}

.cl-body {
  display: grid;
  /* grid-template-columns: 1fr minmax(180px, 240px); */
  grid-template-columns: 1fr minmax(180px, 350px); /* 左=リスト, 右=画像 */
  gap: 12px 20px;
  align-items: center;
}
  .b_s {
    grid-template-columns: 1fr minmax(164px, 380px);
  }

.cl-body_re {
  display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.cl-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(14px, 1.9vw, 16px);
  line-height: 1.8;
  color: var(--black);
  font-size: 1.5em;
}

.cl-list li {
  display: flex;
  /* align-items: center; */
  gap: 6px;
  margin-bottom: 6px;
}

.cl-num {
  color: #ff7b00;
  font-weight: 700;
  margin-right: 4px;
  flex-shrink: 0;
}

.cl-icon {
  /* width: 18px;
  height: 18px;
  */
    width: 40px;
  /* height: 100%; */
  margin-left: 6px;
  flex-shrink: 0;
}

.cl-illust {
  justify-self: end;
}
.cl-illust img {
  /* max-width: 220px; */
  max-width: 350px;
  width: 100%;
  height: auto;
  display: block;
}

.b_orange {
  background: var(--orange);
}
.b_pink{
  background: var(--pink);
}
.b_purple{
  background: var(--purple);
}
.b_blue{
  background:  var(--blue);
}
.b_green{
  background: var(--green);
}
.b_yellow {
  background: var(--yellow);
}

.c_orange {
  color:  var(--orange);
}
.c_pink {
  color: var(--pink);
}
.c_purple {
  color: var(--purple);
}
.c_blue {
  color:  var(--blue);
}
.c_green {
  color: var(--green);
}
.c_yellow {
  color: var(--yellow);
}

/* ---------- おすすめコンテンツ ------------*/

.column_contents {
  margin-top: 80px;
}

/* 動画 */
.video-container {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    margin: 20px auto 80px;
}
.video-item {
  text-align: left;
}
.video-wrapper {
  position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video-wrapper iframe {
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.card-container {
  display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin: auto;
}
.card_sc {
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
}
.card-content {
      padding: 15px;
}
.card_sc a img {
  width: 100%;
}
.card-title {
  color: var(--ink);
    font-weight: 500;
    margin-bottom: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px; /* 動画間の余白 */
  margin: 0 auto;
  max-width: 1000px;
}

.video-item {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15); 
}

div[style*="padding:177.78%"] {
  padding: 0 !important;
  height: auto !important;
}
.video-item iframe {
  aspect-ratio: 9 / 16;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-caption {
    padding: 15px 10px 0;
    text-align: center;
    font-size: 1.5em;
}
.vc-title {
  color: var(--ink);
    font-weight: 800;
}
.vc-credit {
      font-size: 0.5em;
}
/* 職場環境優良法人 */
.banner_s {
  max-width: 1000px;
  text-align: center;
  margin: 80px auto 40px;
}
.banner_s a img {
  max-width: 100%;
}


/* ---------- 社内の声 ---------- */

.section-title {
    text-align: center;
    padding: 60px 0 40px;
}
.section-title .ja {
  font-size: 2em ;
  font-weight: bold;
  color: var(--black);
  margin: 0;
  line-height: 1.2;
}
.section-title .en {
    font-size: 14px ;
    color: #f5c623;
    margin-top: 4px;
    letter-spacing: 0.1em;
    font-family: 'Arial', sans-serif;
}

/* セクション */
.mc{ padding: 24px 0 32px; background:#fff; }
.mc-wrap{ width:min(1080px,92%); margin-inline:auto; }

/* グリッド */
.mc-grid{
  list-style:none; margin:0; padding:0;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
/* カード */
.mc-card{
  display:grid;
  grid-template-columns: 84px 1fr;
  align-items:center;
  gap: 14px;
  padding: 16px;
  background:#fff;
  border: 2px solid var(--mc-border);
  border-radius: 12px;
  box-shadow: var(--mc-shadow);
}

/* アバター */
.mc-avatar{
  width: 76px; height: 76px; border-radius: 50%;
  object-fit: cover; display:block;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

/* 本文 */
.mc-content{ min-width: 0; }

.mc-name{
  margin: 0 0 6px;
  font-weight: 700;
  color: var(--mc-ink);
  line-height: 1.2;
}
.mc-badge{
  /* margin-left: .4em; */  
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  padding: 4px 6px;
  border-radius: 6px;
  background: #eef5ff;
  color: var(--black);
  width: fit-content;
}

/* 名前色テーマ */
.theme-blue  .mc-name{ color: var(--theme-blue); }
.theme-orange .mc-name{ color: var(--theme-orange); }
.theme-green .mc-name{ color: var(--theme-green); }
.theme-pink  .mc-name{ color: var(--theme-pink); }
.theme-yellow  .mc-name{ color:var(--theme-yellow); }
.theme-purple  .mc-name{ color:var(--theme-purple); }

/* バッジ色をテーマで薄く */
.theme-blue  .mc-badge{ background: color-mix(in srgb, var(--theme-blue) 12%, #fff); }
.theme-orange .mc-badge{ background: color-mix(in srgb, var(--theme-orange) 14%, #fff); }
.theme-green .mc-badge{ background: color-mix(in srgb, var(--theme-green) 14%, #fff); }
.theme-pink  .mc-badge{ background: color-mix(in srgb, var(--theme-pink) 16%, #fff); }
.theme-yellow  .mc-badge{ background: color-mix(in srgb, var(--theme-yellow) 16%, #fff); }
.theme-purple  .mc-badge{ background: color-mix(in srgb, var(--theme-purple) 16%, #fff); }


.mc-tags{ margin: 0 0 6px; }
.tag{
  display:inline-block;
  font-size: 12px;
  color:#2b3d55;
  background:#eef2f7;
  border-radius: 999px;
  padding: 4px 8px;
  margin-right:6px;
}
.tag--ghost{
  background:#fff;
  /* border:1px solid #cfd9e6; */
  color:#5c6f86;
  font-weight: 500;
}

.mc-desc{
  margin: 0;
  color: var(--black);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap:anywhere;
}

/* ---------- 社内の声 その他 ---------- */

.copy-list {
  /* max-width: 800px; */
  max-width: 1000px;
    margin: 0 auto;
    padding: 0 5px;
}
.copy-item {
      display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 16px 0;
    border-bottom: 2px dashed #ddd;
}
.copy-text {
      flex: 1;
}
.catch {
  font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}
.description {
      font-size: 14px;
    color: #555;
}
.author {
  text-align: right;
  /* min-width: 140px; */
    min-width: 100px;
}
.author-name {
      font-weight: bold;
    font-size: 16px;
}
.author-dept {
  font-size: 13px;
    margin-top: 2px;
}
.dept-green {
  /* color: #4caf50; */
  color: var(--theme-green);
}
.dept-blue {
  /* color: #4B94CD; */
  color: var(--theme-blue);
}
.dept-red {
  /* color: #e53935; */
  color: var(--theme-pink);
}
.dept-yellow {
  /* color: #E4BE24; */
      color: var(--theme-yellow);
}
.dept-orange {
      color: var(--theme-orange);
}

.theme-gray .mc-badge {
  background: color-mix(in srgb, var(--mc-border) 16%, #fff);
  font-size: 0.8em;
}
/* 社内の声 もっと見るボタン*/
.acd-check { display: none; }

.acd-label{
  background:#0068b7;
  color:#fff;
  display:block;
  /* margin-bottom:1px; */
  padding:10px;
  position:relative;
  max-width: 1000px;
  margin: 0 auto 1px;
}
.acd-label:after{
  content:"\f067"; /* + */
  font-family:"Font Awesome 5 Free";
  position:absolute; right:0; top:0;
  padding:10px 20px; background:#00479d;
  box-sizing:border-box;
}

/* 閉じているとき */
.acd-content{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 10px;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, padding 0.3s ease-in; /* ← 閉じる時は速く */
  visibility: hidden;
}

/* 開いたとき */
.acd-check:checked + .acd-label:after{
  content:"\f068"; /* − */
  font-family:"Font Awesome 5 Free";
  font-weight: 900;
}
.acd-check:checked + .acd-label + .acd-content {
  max-height: 9999px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  transition: max-height 1.8s ease-out, opacity 1.8s ease-out, padding 1.8s ease-out; /* ← 開く時はゆっくり */
}

/* 子要素の上下marginが外に出ないよう保険（任意） */
.acd-content > * { margin-block-start: 0; }
.acd-content > *:last-child { margin-block-end: 0; }


/* バナー */
.img_b {
  max-width: 800px;
}
.contact_wrapper1 {
  width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 50px 0;
    background: #EFF8FB;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.image-container {
  display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.image-container a {
      display: inline-block;
}
.image-container img {
      max-width: 100%;
    height: auto;
}


.icon_p {
  width: 80%;
  padding: 0 20px 50px;
  text-align: center;
  margin: 0 auto;
}
.icon_f {
font-size: 2em;
    color: var(--ink);
    font-weight: 800;
}
.icon_s  {
  color: var(--ink);
  font-size: 1.3em;
}
.icon_s > span {
background: linear-gradient(transparent 60%, var(--accent) 60%);
    padding: 0 .15em;
}


.cl-list .cl-link:hover {
  text-decoration: underline; /* ホバー時に下線を出すなど */
}
a.cl-link {
  color: var(--ink);
  font-weight: 500;
}



/* ===================== レスポンシブ ===================== */

@media (min-width: 1800px){
.point30 {
  background: linear-gradient(90deg, rgba(254,250,231,0) 40%, rgba(254,250,231,0.92) 72%, rgba(254,250,231,1) 100%), url(https://www.stresscheck-dt.jp/work_environment/img/work_environment_top.jpg) no-repeat;
          background-size: auto, cover;
        min-height: 800px;
}
}

@media (min-width: 1600px){
  /* .point30{ background-position: 0 0, 27% 50%; } */
}

@media (max-width: 1280px){
  /* .point30{ background-position: 0 0, 33% 50%; } */
  .img_b {
            width: 90%;
  }
  .card-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}

@media (max-width: 1000px){
    .video-grid {
      padding: 0 20px;
      gap: 30px;
  }
  .banner_s a img {
  max-width: 90%;
}
}

/* ---- 992px以下 ---- */
@media (max-width: 992px){
  /* ----------「楽しい職場」とはどんな状態？--------- */
  .wf-grid{ grid-template-columns: repeat(2, 1fr); }
  /* ---------- 社内の声 ---------- */
  @media (max-width: 980px){
  .mc-grid{ grid-template-columns: repeat(2, 1fr); }
}

}
/* ---- 900px以下 ---- */
@media (max-width: 900px){
    .point30{
    display: none;
  }
  .fw-top, .triangle {
    display: none;
  }
  .fw-bottom {
    padding-top: 56px;
  }
  /* ---------- 6つのカテゴリー詳細 --------- */
  .cl-body, .b_s {
    grid-template-columns: 1fr;
  }
  .cl-body_re {
    display: block;
  }
  .cl-illust {
    justify-self: center;
  }
  .cl-title {
    font-size: 1.5em;
  }
  .catlist .cl-item {
    /* width: 100%; */
  }
  .cl-illust img {
    max-width: 100%;
    margin-top: 50px;
  }
  /* ---------- 動画--------- */
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* ---- 768px以下 ---- */

/* ---- TOP 画像を使わず背景色のみ ---- */
@media (max-width: 768px){
  .point30{
    /* background: #fefae7;
    min-height: unset;
    padding: 32px 0 40px;
    */
  }
  .point30__inner{
    width: 92%;
    max-width: 100%;
    left: 0;
  }
  .tag-bubble .tag-text {
    font-size: 25px;
  }
  .tag-bubble img {
    max-width: 320px;
  }
  section.point30 .point30__tag{ font-size: 13px; padding: 9px 14px; }
  section.point30 .point30__title{ font-size: clamp(24px, 6vw, 32px); }
  section.point30 a.point30__cta{
    /* width: 100%; */
    text-align: center;
    padding: 14px 18px;
    font-size: 15px;
    margin: 0 auto;
  }
    /* ----------なぜ楽しい職場が必要？---------- */
  .fw-top{ padding: 28px 0 36px; }
  .fw-grid{
    grid-template-columns: 1fr 1fr;  /* 人物を上、吹き出しは2列で回す */
    grid-template-rows: auto auto auto;
    gap: 14px 16px;
  }
  .fw-person{ grid-column:1 / span 2; grid-row:1; }
  .bubble--lt{ grid-column:1; grid-row:2; justify-self:end; }
  .bubble--rt{ grid-column:2; grid-row:2; justify-self:start; }
  .bubble--lb{ grid-column:1; grid-row:3; justify-self:end; }
  .bubble--rb{ grid-column:2; grid-row:3; justify-self:start; }
  .bubble{ max-width: 100%; }

/* ----------「楽しい職場」とはどんな状態？--------- */
@media (max-width:768px){
  .fw-top{ padding: 22px 0 26px; }
  .fw-grid{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px 12px;
  }
  .fw-person{ grid-column:1 / span 2; grid-row:1; }
  .fw-person img{ width: min(350px, 46vw); }

  /* .bubble{ width: min(80vw, 280px); } */
  .bubble--lt{ grid-column:1; grid-row:2; justify-self:end; }
  .bubble--rt{ grid-column:2; grid-row:2; justify-self:start; }
  .bubble--lb{ grid-column:1; grid-row:3; justify-self:end; }
  .bubble--rb{ grid-column:2; grid-row:3; justify-self:start; }
}
.wf-grid {
  grid-template-columns: repeat(1, 1fr);
}
.wf-card__text {
  margin-top: 65px;
}

/* ---------- 働きやすい職場につながる！ --------- */
  .mw-catch{ padding: 28px 0 18px; }
  .mw-title::before,
  .mw-title::after{ /* width: 84px; */ height: 22px; }
  .mw-title::before{
    background:
      linear-gradient(var(--stroke), var(--stroke)) 0 0 / 44px 2px no-repeat,
      linear-gradient(var(--stroke), var(--stroke)) 8px 14px / 28px 2px no-repeat;
  }
  .mw-title::after{
    background:
      linear-gradient(var(--stroke), var(--stroke)) right 0 top 0 / 44px 2px no-repeat,
      linear-gradient(var(--stroke), var(--stroke)) right 8px top 14px / 28px 2px no-repeat;
  }
  .mw-illust img{ width: min(360px, 80vw); }
  /* --------バナー ----------*/
  .image-container {
    flex-wrap: wrap;
  }
}

/* ---- 600px以下 ---- */
@media (max-width: 600px){
  .mw-title::before, .mw-title::after {
    display: none;
  }
  /* ---------- 社内の声 ---------- */
  .mc-grid{ grid-template-columns: 1fr; }
  .mc-card{ grid-template-columns: 72px 1fr; padding: 14px; }
  .mc-avatar{ width:68px; height:68px; }
  .mc-badge{ font-size: 11px; padding: 3px 6px; }
  .mc-desc{ font-size: 13.5px; }
  }

/* ---------- 6つのカテゴリ ---------- */
  @media (max-width: 900px){
  .cat6__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){
  .cat6__grid{ grid-template-columns: 1fr; }
  .cat6__fig img{ width: min(160px, 70%); }
/* ---------- 6つのカテゴリ詳細 ---------- */
  .catlist .cl-item {
    width: 100%;
}
.copy-item {
  display: block;
}
/* ---------- 「楽しい職場」とはどんな状況 ---------- */
  .fw-title__main, .fw-title__sub{ font-size: 16px; }
  .bubble{ font-size: 12px; }
  .fw-person img{ width: min(150px, 56vw); }
  
  /* 動画 */
    .video-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) {
  .point30_sp {
    display: none;
  }
}


    