/* =========================================================
共通CSS
- default.css / topi_material.css の方向性を踏まえて再構成
- 特集ページ単体で使いやすいように整理
========================================================= */
:root {
  --base-text: #222;
  --muted-text: #555;
  --line: #d9d9d9;
  --bg: #f6f6f6;
  --white: #fff;
  --green: #118746;
  --green-dark: #0c6a37;
  --navy: #232f6b;
  --navy-dark: #18214b;
  --gold: #b7832f;
  --beige: #f5e8cf;
  --light-blue: #eef5ff;
  --danger: #c1352a;
  --shadow: 0 10px 25px rgba(0,0,0,.12);
  --radius-s: 8px;
  --radius-m: 14px;
  --radius-l: 24px;
  --container: 1300px;

      --blue: #0f67b4;
      --blue-soft: #eef6ff;
      --blue-line: #bdd6ee;
      --orange: #ef6c10;
      --orange-soft: #fff3e9;
      --orange-line: #f2c7a8;
      --text: #222;
      --muted: #333;
      --card: #ffffff;
      --radius-xl: 26px;
      --radius-lg: 20px;
      --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--base-text);
  background: var(--bg);
  font-family: Arial, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}
.flex_parent{
  gap:5px;
}


#management-ads.section{
  margin: 0; padding: 0;
}
#management-ads{
  position: relative;
  overflow-x: hidden;
}
#management-ads:before{
  content: "";
  display: block;
  position: absolute;
  background: url(./img/dainichiad/bk_line.svg) no-repeat center left / contain;
  width: 4000px;
  height: 4000px;
  top: -1500px;
  transform: rotate(-13deg);
  left: -30%;
  opacity: 0.1;
  pointer-events: none;
}

#management-ads .contaier div{
  z-index: 2;
}

.management-main {
  position: relative;
  min-height: 400px;
  overflow: hidden;
    max-width: 2560px;
    margin: 0 auto;
  background: #000000;
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
}
.management-visual {
  position: absolute;
  inset: 0 auto 0 0;
  width: 70%;
  height: 100%;
    display: flex;
}

.management-visual img{
  object-fit: cover;
  width: 62lvw;
  object-position: bottom;
}
.management-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 247, 241, 0.56);
  background: linear-gradient(225deg, #000000dd 0%, #000000ee 20%, #000000ee 30%, #00000011 100%) ;
  /*
  linear-gradient(270deg, #000000 0%, #00000011 5%,  #000000ff 100%) ; */
}
.management-overlay {
  position: relative;
  /* z-index: 5;
  display: flex;
  justify-content: flex-end;
  min-height: calc(700px + 3rem); */
  /* padding: 34px; */
}


.management-container {
  justify-items: right;
}
.management-abstract {
    /* width: min(100%, 62%); */
    padding: 26px 26px 20px;
    /* background: rgba(255, 255, 255, .72); */
    /* backdrop-filter: blur(3px); */
    /* box-shadow: 0 10px 24px rgba(0, 0, 0, .08); */
    text-align: right;

}
.management-lead{color:white;
text-align: right;
    width: min(100%, 600px);
    justify-self: right;
}
.management-copy{
  /* margin: 0 0 22px; */
  font-size: clamp(20px, 5vw, 72px);
  line-height: 1.1;
  letter-spacing: .08em;
    font-weight: 800;
  text-align: center;
  text-align: right;
  /* font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; */
color:white;
    /* text-shadow: 0 0 6px white; */
}

.circle_bk{
  position: relative;
}
.circle_bk:before{
  content: "";
  display: block;
  position: absolute;
    background: url(./img/dainichiad/bk_circle.svg) no-repeat center left / contain;
    width: 3000px;
    height: 3000px;
    top: -500px;
    left: -800px;
    opacity: 0.2;
  pointer-events: none;
  /* animation: rotateAnimation 300s linear infinite; */
}
.circle_bk.invert:before{
  /* transform: rotate(180deg); */
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

@media (max-width: 767px){
  .container {
    width: min(calc(100% - 12px), var(--container));
  }
}


.section {
  padding: 72px 0;
  overflow: hidden;
}

.section-white {
  background: var(--white);
}

.section-navy {
  background: linear-gradient(180deg, #2e3477 0%, #1c214d 100%);
  color: #fff;
}

.section-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.3;
  letter-spacing: .03em;
  text-align: center;
}
 h2.section-title{
  font-size: clamp(24px, 3vw, 40px);
  padding-bottom: 0.75em;
}

.section-lead {
  max-width: 920px;
  margin: 0 auto 32px;
  color: var(--muted-text);
  font-size: 1.05rem;
  text-align: center;
}

.section-navy .section-lead {
  color: rgba(255,255,255,.9);
}

.headline-bar {
  display: inline-block;
  margin: 0 0 18px;
  padding: 10px 18px;
  border-left: 8px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.4;
}

.subline {
  margin: 0 0 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

/************************/

.hero2 {
  position: relative;
  overflow: hidden;
  color: #fff;
    max-width: 2560px;
    margin:0 auto;
  /* background:
  linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.68) 30%, rgba(0,0,0,.35) 100%),
  linear-gradient(135deg, #2f251f 0%, #4a382a 45%, #1d1d1d 100%);
 */
 /* radial-gradient(circle at 33% center , rgba(255,255,255,0.6) 0, rgba(255,255,255,0.5) 16%,  rgba(255,255,255,0.1) 27%,transparent), */
  background:

  radial-gradient(circle at 33% center , rgba(0,0,0,0.6) 0, rgba(0,0,0,0.5) 16%,  rgba(0,0,0,0.1) 27%,transparent),
  linear-gradient(90deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 40%), rgb(0 0 0 / 20%), rgb(0 0 0 / 40%), rgb(0 0 0 / 70%)), url(./img/dainichiad/tokusyu_hotel_hader.webp) right / cover no-repeat;
}

.hero2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right bottom, rgba(255,255,255,.14), transparent 35%);
  pointer-events: none;
}
.hero2-copy{
    /* text-shadow: 0 0 20px #ffffffdd; */
}

.hero2-copy p {
    margin: 0 0 18px;
    font-size: clamp(17px, 2vw, 24px);
    color: rgba(255, 255, 255, .92);
}
.hero2-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(34px, 2.5vw, 40px);
  line-height: 1.18;
  letter-spacing: .03em;
}

.ribbon-title {
    position: absolute;
    display: inline-block;
    top: calc(-3.5rem);
    left: -1.5rem;
    margin: 0;
    padding: 0.75em 1.9em;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    z-index: 0;
}
.ribbon-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #29479b 0%, #233d88 55%, #1f346f 100%);
  border: 4px solid #5265b6;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  border-radius: 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  z-index: -1;
}

.green_topic{
    color: #bdff52;
    font-size: 50px;}
    .blue_topic{
        color: #9fa9ff;
        font-size: 50px;}

        .hero-merit {
    background: #f1f1f1;
}

.hero-merit img.hero-merit-image {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding: 1rem;
}

/************************/



.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
    max-width: 2560px;
    margin:0 auto;
  background:
  linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.68) 30%, rgba(0,0,0,.35) 100%),
  linear-gradient(135deg, #2f251f 0%, #4a382a 45%, #1d1d1d 100%);

  background:
  linear-gradient(
    90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .6)), url(./img/dainichiad/tokusyu_hotel_hader.webp) right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right bottom, rgba(255,255,255,.14), transparent 35%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items: center;
  min-height: 760px;
  padding: 80px 0;
}

.hero-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.18;
  letter-spacing: .03em;
}

.hero-copy p {
  margin: 0 0 18px;
  font-size: clamp(17px, 2vw, 24px);
  color: rgba(255,255,255,.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 1.05rem;
  transition: .25s ease;
  text-align: center;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #16a357 0%, var(--green) 100%);
  box-shadow: 0 12px 24px rgba(17,135,70,.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #1ab15f 0%, var(--green-dark) 100%);
}

.btn-secondary {
  color: #fff;
  background: linear-gradient(180deg, #35418d 0%, var(--navy-dark) 100%);
  box-shadow: 0 12px 24px rgba(35,47,107,.28);
}

.btn-secondary:hover {
  transform: translateY(-2px);
}

.hero-note {
  margin-top: 18px;
  font-size: .95rem;
  color: rgba(255,255,255,.78);
}

.hero-visual {
  display: grid;
  gap: 18px;
  align-content: center;
}

.floating-card {
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-m);
  padding: 22px;
  box-shadow: var(--shadow);
}

.floating-card h2,
.floating-card h3,
.floating-card p,
.floating-card li {
  margin-top: 0;
  color: #fff;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.tag-list li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.14);
  font-size: .95rem;
}

.anchor-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.3);
  border-bottom: 1px solid #e8e8e8;
  backdrop-filter: blur(8px);
}

.anchor-nav ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding: 14px 0;
  list-style: none;
}

.anchor-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  /* background: #f0f3f8; */
  background: #001d6e;
  color: white;
  font-size: .95rem;
  font-weight: 700;
}

.anchor-nav a:hover {
  background: #e3ebf7;
  color: #001d6e;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.card {
  background: #fff;
  border-radius: var(--radius-m);
  border: 1px solid #e8e8e8;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.card-body {
  padding: 24px;
}

.card-title {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.4;
}

.card-subtitle {
  margin: 0 0 18px;
  color: var(--muted-text);
  font-weight: 700;
}

.category-card .card-media {
  min-height: 260px;
  background: linear-gradient(135deg, #8d6b47, #362a22);
  background: linear-gradient(135deg, #8d6b47ff, #362a227d) , url('./img/dainichiad/tokusyu_hotel_hotel_img01.webp') center / cover no-repeat;
}

.category-card.job .card-media {
  background: linear-gradient(135deg, #4d427e, #1f1f53);
  background: linear-gradient(135deg, #4d427eff, #1f1f5330) , url('./img/dainichiad/tokusyu_hotel_staff_img01.png') center / cover no-repeat;
}

.card-media {
  display: flex;
  align-items: end;
  padding: 24px;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.3;
}

.plain-list,
.check-list,
.number-list {
  margin: 0;
  padding-left: 1.2em;
}

.check-list li,
.plain-list li,
.number-list li {
  margin-bottom: 2px;
}

.note-box,
.cta-box,
.info-box,
.warning-box {
  padding: 24px;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow);
}

.note-box {
  background: #fff;
  border: 1px solid #ececec;
}

.info-box {
  background: #f5f8ff;
  border: 1px solid #dbe7ff;
}

.warning-box {
  background: #fff6e9;
  border: 1px solid #f1d39b;
}

.cta-box {
  color: #fff;
  background: linear-gradient(135deg, #1e8f4e 0%, #0f6738 100%);
}

.cta-box h2,
.cta-box h3,
.cta-box p,
.cta-box li {
  color: #fff;
  margin-top: 0;
}

.mini-heading {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 800;
}

.divider-title {
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #222;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  text-align: center;
}

.media-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.media-card {
  position: relative;

  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow);
}

.media-card-head {
  padding: 24px 24px 18px;
  background: linear-gradient(180deg, #fafafa 0%, #f1f1f1 100%);
  border-bottom: 1px solid #e6e6e6;
}

.media-card-head h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.6vw, 36px);
}

.media-card-head p {
  margin: 0;
  color: var(--muted-text);
  font-weight: 700;
}

.media-card-body {
  padding: 24px;
  display: flex;
  grid-gap: 0.5rem;
    flex: 1;
}
.media-card a.btn {
  margin-top: auto;
}
.media-card-body .lside{
  width: 40%;
}
.media-card-body .rside{
  width: 60%;
}

.badge {
    position: absolute;
    top: -1rem;
    z-index: 10;
    left: -1rem;
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef3ff;
    color: var(--navy);
    font-size: .88rem;
    font-weight: 800;
}
.feature-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.feature-pill {
  padding: 12px 10px;
  border: 1px solid #d8def4;
  border-radius: 999px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  color: var(--navy);
}

.visual-banner {
  padding: 28px;
  border-radius: var(--radius-m);
  color: #fff;
  background: linear-gradient(120deg, #3b2b24, #9b6b30 55%, #23254d);
  box-shadow: var(--shadow);
}

.visual-banner h3 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.35;
}

.visual-banner p {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(255,255,255,.9);
}

@media (max-width: 767px){

  .visual-banner {
    padding: 14px;
  }
}


#special-issue-tokusyurendo .visual-banner {
  position: relative;
  background:
  linear-gradient(
    90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, .2)), url(./img/dainichiad/tokusyu_hotel_hotel_img01.webp) right / cover no-repeat;
  min-height: 200px;
}

#special-issue-tokusyurendo .visual-banner *{z-index:2;}
#special-issue-tokusyurendo .visual-banner .background{
  position: absolute;
  z-index: 1;
  width: 50% ;
  bottom:0px ; right: 0;
}
#special-issue-tokusyurendo .visual-banner .pickup-text,#special-issue-tokusyurendo .visual-banner .pickup-title{
  position: relative;
  text-shadow: 0 0 3px black;
}

@media (max-width: 767px) {
  #special-issue-tokusyurendo .visual-banner .background{
    width: 80% ;
  }
  #special-issue-tokusyurendo .visual-banner .pickup-text {
    backdrop-filter: brightness(0.5) blur(2px);
    display: inline-block;
  }
}

.job-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--radius-l);
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, #2b215d 0%, #201944 100%);
}

/* .job-hero-copy {
  padding: 44px;
  color: #fff;
}

.job-hero-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.25;
}

.job-hero-visual {
  min-height: 360px;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.04));
  position: relative;
}

.job-hero-visual::before,
.job-hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  filter: blur(2px);
}

.job-hero-visual::before {
  width: 180px;
  height: 180px;
  top: 34px;
  left: 36px;
}

.job-hero-visual::after {
  width: 280px;
  height: 280px;
  right: 30px;
  bottom: 18px;
} */

.job-hero-scroll {
position: relative;
height: 800px; /* 表示領域 */
overflow: hidden;
color: #fff;
max-width: 2560px;
margin: 0 auto;
}

/* 背景画像 */
.job-hero-bg {
position: absolute;
inset: 0;
overflow: hidden;
}

.job-hero-bg img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto; /* ←これ重要（縦画像を活かす） */
transform: translateY(0);
will-change: transform;
}

/* オーバーレイ */
.job-hero-scroll::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 20, 40, 0.3);
z-index: 1;
}

.job-hero-copy {
position: relative;
z-index: 2;
max-width: 800px;
padding: 40px 20px;
background: linear-gradient(45deg, #06050daa, #4f3bbfaa);
border-radius: 10px;
margin-top: 20px;
}

.job-targets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.08rem;
  font-weight: 700;
}

.point-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.point-card {
  padding: 24px;
  background: #fff;
  /* border: 1px solid #e7e7e7; */
  border-radius: var(--radius-m);
  box-shadow: var(--shadow);
  color: #111;
}

.point-card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.process-card {
  position: relative;
  padding: 24px 20px;
  border-radius: var(--radius-m);
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: var(--shadow);
}

.process-card .step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-weight: 800;
}

.faq {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-q,
.faq-a {
  padding: 20px 24px;
}

.faq-q {
  background: #f7f8fc;
  font-weight: 800;
  border-bottom: 1px solid #e8ebf5;
}

.kpi-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow);
  border: 1px solid #e7e7e7;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
  text-align: left;
}

th {
  background: #f4f7fc;
  font-weight: 800;
}

.schedule-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.footer-cta {
  text-align: center;
}

.footer-cta .btn {
  min-width: 280px;
}

.muted {
  color: var(--muted-text);
}

.small {
  font-size: .94rem;
}

.center {
  text-align: center;
}

.mb-0 { margin-bottom: 0; }
.mb-8 { margin-bottom: 8px; }
.mb-12 { margin-bottom: 12px; }
.mb-16 { margin-bottom: 16px; }
.mb-20 { margin-bottom: 20px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-40 { margin-bottom: 40px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }

@media (max-width: 1024px) {
  .hero-inner,
  .job-hero,
  .grid-2,
  .media-compare,
  .schedule-note,
  .point-grid {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4,
  .process-grid,
  .feature-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hero-inner {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 56px 0;
  }

  .anchor-nav {
    position: static;
  }

  .grid-3,
  .grid-4,
  .feature-strip,
  .process-grid,
  .job-targets {
    grid-template-columns: 1fr;
  }

  .hero-inner,
  .job-hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .job-hero-copy {
    padding: 32px 24px;
  }

  .card-body,
  .media-card-body,
  .media-card-head,
  .point-card,
  .note-box,
  .cta-box,
  .info-box,
  .warning-box,
  .faq-q,
  .faq-a,
  .process-card,
  .floating-card {
    padding: 20px;
  }
}

/* =========================================================
料理人・シェフ募集セクション
========================================================= */
.chef-recruit-block {
  background: var(--bg);
}

.chef-recruit-main {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  /* border-radius: 24px; */
  /* background: #efe7e0; */
  /* box-shadow: 0 14px 32px rgba(0,0,0,.12); */
}

.chef-recruit-visual {
  position: absolute;
  inset: 0 auto 0 0;
  width: 70%;
  height: 100%;
}

.chef-recruit-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(255, 247, 241, 0.56); */
  background: linear-gradient(225deg, #efe7e0dd 0%, #efe7e0ee 20%, #efe7e0ee 30%, #ffffff11 100%) ;
  /* linear-gradient(270deg, #efe7e0 0%, #ffffff00 5%,  #ffffff00 100%) ; */
}

.chef-recruit-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chef-recruit-overlay {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  min-height: calc(700px + 3rem);
  padding: 34px;
}

.chef-recruit-container {
  justify-items: right;
}

.chef-recruit-copy{
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.1;
  letter-spacing: .08em;
  font-weight: 500;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;

    text-shadow: 0 0 6px white;
}
.chef-recruit-copy h3{
  text-align: right;
}

.chef-recruit-abstract {
  width: min(100%, 54%);
  padding: 26px 26px 20px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}


.chef-points {
  display: grid;
  gap: 24px;
}

.chef-point-item h4 {
  margin: 0 0 12px;
  font-size: clamp(18px, 2.1vw, 28px);
  font-weight: 500;
  letter-spacing: .06em;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.chef-point-item p {
  margin: 0;
  font-size: clamp(16px, 1.55vw, 22px);
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.chef-recruit-side {
  position: sticky;
  top: 88px;
}

.chef-side-card {
  padding: 28px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fb 100%);
  border: 1px solid #e6e6ee;
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
}

.chef-side-label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #232f6b;
  font-size: .9rem;
  font-weight: 700;
}

.chef-side-card h3 {
  margin: 0 0 14px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.chef-side-card p {
  margin: 0 0 14px;
  line-height: 1.9;
}

.chef-side-card ul {
  margin: 18px 0 24px;
  padding-left: 1.2em;
}

.chef-side-card li {
  margin-bottom: 10px;
}

@media (max-width: 1180px) {
  .chef-recruit-block {
    grid-template-columns: 1fr;
  }

  .chef-recruit-side {
    position: static;
  }
}

@media (max-width: 900px) {
  .chef-recruit-main,
  .chef-recruit-overlay {
    min-height: auto;
  }

  .chef-recruit-visual {
    /* position: relative; */
    width: 100%;
    /* height: 280px; */
  }

  .chef-recruit-overlay {
    display: block;
    padding: 0;
  }

  .chef-recruit-copy {
    width: 100%;
    /* padding: 24px 20px 28px; */
    /* background: rgba(255,255,255,.92); */
  }

  .chef-recruit-copy h3{
    font-size: 8lvw;
  }
  .chef-recruit-abstract{
    width: 100%;
    padding: 1rem;
  }
}

/* =========================================================CHEF END*/

.ribbonlabel_box{}
.ribbonlabel_box .note-box{
    padding: 40px 24px 24px 24px
}
.note-box{
  position: relative;
}
.note-box.box-blackline{
  border: 2px solid #333;
}

.industry-title {
    position: absolute;
    display: inline-block;
    top: calc(-1.5rem);
    left: 0.5rem;
    margin: 0;
    padding: 0.75em 1.9em;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    z-index: 0;
}

.industry-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #29479b 0%, #233d88 55%, #1f346f 100%);
  border: 4px solid #5265b6;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  border-radius: 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  z-index: -1;
}

/* .industry-title::after {
  content: "";
  position: absolute;
  left: -60px;
  right: -60px;
  top: 50%;
  height: 3px;
  background: #2f2a2a;
  transform: translateY(-50%);
  z-index: -2;
} */

.pickup-title .title-bluesmoke,
.pickup-title .title-redsmoke {
  display: inline-block;
  padding: 0.08em 0.25em 0.14em;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.25),
    2px 2px 8px rgba(0, 0, 0, 0.35);
}

.pickup-title .title-bluesmoke {
  color: #ffc400;
  background: linear-gradient(90deg, #183a9b 0%, #223ea8 45%, #1a2f84 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);

  color: #ffcc00;
  position: relative;
  background:
    linear-gradient(90deg, #1a2f8400 0% ,#1a2f84dd 5%, #2c4ed699 50%, #16276699 95%, #16276600 100%),
    repeating-linear-gradient(
      120deg,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 2px,
      rgba(0,0,0,0.05) 2px,
      rgba(0,0,0,0.05) 4px
    );
}

.pickup-title .title-redsmoke {
  margin-left: 0.2em;
  color: #ffffff;
  background: linear-gradient(90deg, #8f1f1f00 0%,#8f1f1f99 5%, #b63232ff 50%, #8e1c1c99 95%, #8e1c1c00 100%),
  repeating-linear-gradient(
    120deg,
    rgba(255,255,255,0.05) 0px,
    rgba(255,255,255,0.05) 2px,
    rgba(0,0,0,0.05) 2px,
    rgba(0,0,0,0.05) 4px
  );
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}



/*  */

.pink   { --accent: #ff4d7d; }
.orange { --accent: #ff8a1f; }
.green  { --accent: #38c67a; }
.blue   { --accent: #3a7fff; }
.purple { --accent: #7427e6; }

.points-section {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 60px 20px 80px;
  background: #f7f7f7;
}

.points-header {
  text-align: center;
  margin-bottom: 50px;
}

.points-header .points-sub {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222;
}

/* .points-header h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  color: #222;
} */

.points-header .points-lead {
  max-width: 860px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.9;
  color: #777;
}

.points-line {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 22px;
}

.points-line span {
  display: block;
  width: 34px;
  height: 4px;
  background: var(--accent);
}


.points-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
  align-items: start;
}

/* .point-card {
  --accent: #ff4d7d;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 132px;
} */
.point-card {
  --accent: #ff4d7d;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 132px;
  padding: 28px;
}

.point-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.point-card .lead {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.6;
}
/* .point-card:nth-child(4) {
  grid-column: 1 / 2;
}

.point-card:nth-child(5) {
  grid-column: 2 / 3;
} */

.point-body {
  position: relative;
  flex: 1;
  min-height: 96px;
  margin-left: -18px;
  /* padding: 24px 26px 24px 80px; */
  background: #fff;
  border: 3px solid var(--accent);
  /* border-left: none; */
  /* border-radius: 0 18px 18px 0; */
  box-sizing: border-box;
    border-radius: 18px;
}

/* ボックスを右にずらす */
.point-body {
  width: 100%;
  padding: 24px 26px 24px 26px; /* ← 円の分の余白 */
  margin-left: 0; /* ← これ消す */
}

.point-body h3 {
  text-align: right;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}

.point-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #777;
}

.point-circle {
  position: relative;
  z-index: 5;
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  box-shadow: 0 0 0 8px #f7f7f7;
}

/* ←ここ重要 */
.point-circle {
  position: absolute;
  left: -24px; /* ← 半分はみ出す */
  top: 50%;
  top: 24px;
  transform: translateY(-50%);
  z-index: 5;
}


.point-circle::before,
.point-circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}

.point-circle::before {
  inset: -10px;
  border: 4px solid var(--accent);
  opacity: 0.95;
}

.point-circle::after {
  inset: 10px;
  border: 3px solid rgba(255, 255, 255, 0.9);
}

.point-circle span {
  position: relative;
  z-index: 5;
  line-height: 1;
}

.point-card.pink { --accent: #ff4d7d; }
.point-card.orange { --accent: #ff8a1f; }
.point-card.green { --accent: #38c67a; }
.point-card.blue { --accent: #3a7fff; }
.point-card.purple { --accent: #7427e6; }

@media (max-width: 1024px) {
  .points-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .point-card:nth-child(4),
  .point-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .points-section {
    padding: 40px 16px 60px;
  }

  .points-header .points-sub {
    font-size: 24px;
  }

  .points-header h2 {
    font-size: 22px;
  }

  .points-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .point-card {
    min-height: auto;
  }

  .point-circle {
    flex: 0 0 86px;
    width: 86px;
    height: 86px;
    font-size: 28px;
  }

  .point-body {
    min-height: auto;
    padding: 20px 18px 20px 62px;
  }
}

/* ============================================*/

.section-title {
  margin: 0;
  text-align: center;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.15;
  letter-spacing: 0.03em;
  font-weight: 800;
  color: #1f2a37;
}

.section-rule {
  height: 3px;
  margin: 22px auto 34px;
  max-width: 1220px;
  background: linear-gradient(90deg, rgba(31, 42, 55, 0.9), rgba(31, 42, 55, 0.5));
  border-radius: 999px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.panel {
  border-radius: var(--radius-xl);
  background: var(--card);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 2px solid transparent;
}

.panel--monthly {
  border-color: var(--blue-line);
}

.panel--feature {
  border-color: var(--orange-line);
}

.panel__head {
  padding: 28px 28px 20px;
  color: #fff;
  text-align: center;
}

.panel--monthly .panel__head {
  background: linear-gradient(180deg, #0e67b3, #0a5a9f);
}

.panel--feature .panel__head {
  background: linear-gradient(180deg, #f27619, #e45f07);
}

.panel__title {
  margin: 0;
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.panel__lead {
  margin: 10px 0 0;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.4;
  font-weight: 700;
}

.panel__body {
  padding: 24px 24px 28px;
}

.panel__badge {
  width: fit-content;
  min-width: 170px;
  margin: 0 auto 18px;
  padding: 10px 24px;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.panel--monthly .panel__badge {
  background: var(--blue);
}

.panel--feature .panel__badge {
  background: var(--orange);
}

.feature-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-item {
  display: grid;
  /* grid-template-columns: 78px 1fr 120px; */

  grid-template-columns: 78px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 18px;
}

.panel--monthly .feature-item {
  background: var(--blue-soft);
}

.panel--feature .feature-item {
  background: var(--orange-soft);
}

.feature-no {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.panel--monthly .feature-no {
  background: var(--blue);
}

.panel--feature .feature-no {
  background: var(--orange);
}

.feature-text h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.feature-text p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.feature-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 92px;
  /* とりあえず */
  display: none;
}

.feature-figure img {
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
  display: block;
}

.visual {
  margin-top: 16px;
  border-radius: var(--radius-lg);
  background: #fff;
  padding: 18px 18px 20px;
  border: 2px solid;
}

.panel--monthly .visual {
  border-color: var(--blue-line);
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.panel--feature .visual {
  border-color: var(--orange-line);
  background: linear-gradient(180deg, #fffaf5, #ffffff);
}

.visual__headline {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 18px;
  padding: 9px 20px;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.panel--monthly .visual__headline {
  background: var(--blue);
}

.panel--feature .visual__headline {
  background: var(--orange);
}

.visual__content {
  display: grid;
  gap: 18px;
}

.monthly-themes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.theme-chip {
  border-radius: 18px;
  background: #f0f7ff;
  border: 1px solid #d8e8f8;
  padding: 14px 12px;
  text-align: center;
}

.theme-chip img {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.theme-chip span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  color: #244567;
}

.growth-box {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 18px;
  align-items: end;
  margin-top: 10px;
}

.chart-placeholder {
  min-height: 220px;
  border-radius: 18px;
  background:
    linear-gradient(to top, rgba(15, 103, 180, 0.08), rgba(15, 103, 180, 0.02)),
    repeating-linear-gradient(to right, transparent 0 58px, rgba(15, 103, 180, 0.08) 58px 60px),
    linear-gradient(to top, #88bbe7 0 6px, transparent 6px 100%);
  border: 1px dashed #b7d3ea;
  position: relative;
  overflow: hidden;
}

.chart-placeholder::after {
  content: "imgタグでグラフやアイコンを配置";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #4f7fa7;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.speech {
  padding: 18px 16px;
  border-radius: 18px;
  background: #f1f8ff;
  border: 1px solid #d5e7f7;
  font-weight: 800;
  color: #22507c;
  text-align: center;
  line-height: 1.65;
}

.feature-visual {
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  gap: 18px;
  align-items: center;
}

.topic-list {
  display: grid;
  gap: 12px;
}

.topic-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff7ef;
  border: 1px solid #f5d7bf;
  font-size: 14px;
  font-weight: 700;
  color: #7d4a1f;
}

.topic-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.book-area {
  min-height: 280px;
  border-radius: 20px;
  background: radial-gradient(circle at top, rgba(255, 209, 137, 0.45), rgba(255,255,255,0) 40%), #fffdf9;
  border: 1px dashed #edc9aa;
  display: grid;
  place-items: center;
  position: relative;
  padding: 20px;
}

.book-area::after {
  content: "ここに特集誌や広告面のimgを配置";
  color: #9b6536;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}

.persona-stack {
  display: grid;
  gap: 14px;
}

.persona-card {
  padding: 16px 14px;
  border-radius: 18px;
  background: #fff8f1;
  border: 1px solid #f3d5ba;
  text-align: center;
}

.persona-card img {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.persona-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #7a512f;
  font-weight: 700;
}

.visual__footer {
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}

.panel--monthly .visual__footer {
  background: #e9f4ff;
  color: #22507c;
}

.panel--feature .visual__footer {
  background: #fff0e3;
  color: #9a551b;
}

@media (max-width: 1100px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .feature-visual {
    grid-template-columns: 1fr;
  }

  .growth-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 28px 14px 40px;
  }

  .panel__head,
  .panel__body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature-item {
    grid-template-columns: 62px 1fr;
  }

  .feature-figure {
    grid-column: 1 / -1;
    justify-content: flex-start;
    min-height: auto;
  }

  .monthly-themes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .monthly-themes {
    grid-template-columns: 1fr;
  }

  .panel__badge {
    min-width: 140px;
    font-size: 18px;
  }
}


/*pc_sidebanner*/
/* .pc_sidebanner_right {
    position: fixed;
    bottom: 6rem;
    max-width: 250px;
    right: calc(50% + 660px);
   }

.pc_sidebanner_right img{
     transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.pc_sidebanner_right img:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0,0,0,0.7);
}

@media  (max-width: 1484px){
    .pc_sidebanner_right {
        display:none;
    }
} */

/*pc_sidebanner*/
