@charset "UTF-8";
/*#########################################################

fundation 共通ファイル読み込み 

#########################################################*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}


button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
  line-height: 1.6;
  position: relative;
  color: #222;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

figure {
  margin: 0 0 0 0;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .sp {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .tb_768 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tb_768 {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .tb_1040-none {
    display: block;
  }
}
@media only screen and (max-width: 1040px) {
  .tb_1040-none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .tb_1040-none.sp {
    display: block;
  }
}


.c-inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}

/* =========================
   背景色ユーティリティ（全セクション用）
   ========================= */
.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #F5F7FB !important;
}

/*------------------------------------------------
* デバイスの横幅が751px以内の場合（＝スマホ）、電話番号リンクが有効。
デバイスの横幅が751px以上の場合（＝タブレット＋PC）、電話番号リンクは無効。
--------------------------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*#########################################################

layout レイアウトファイル読み込み 

#########################################################*/
.l-header {
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header__bg {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 80px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .l-header__bg {
    height: 60px;
  }
}
.l-header__inner {
  position: absolute;
  width: 100%;
  z-index: 10;
  max-width: 1380px;
  left: 50%;
  transform: translateX(-50%);
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .l-header__wrap {
    padding-left: 5%;
  }
}
.l-header__logo {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    padding: 13px 0 0 0;
    width: clamp(10px, 34.6666vw, 130px);
    display: flex;
    align-items: center;
  }
}
.l-header__logo img {
  width: clamp(130px, 11.843vw, 170.63px);
}
@media only screen and (max-width: 768px) {
  .l-header__logo img {
    width: clamp(10px, 100%, 130px);
  }
}
.l-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 975px;
}
@media only screen and (max-width: 1180px) {
  .l-header__nav {
    transform: translateX(-64px);
    justify-content: end;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__nav {
    width: 60%;
    padding-top: 10px;
  }
}
.l-header__nav > ul {
  width: 80%;
  display: flex;
  justify-content: space-around;
  transform: translateX(-8px);
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1180px) {
  .l-header__nav > ul {
    display: none;
  }
}
.l-header__nav-item {
  font-weight: 700;
	font-size: 1.3rem;
}
.l-header__nav-item:hover {
  color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-item:hover {
    color: #222;
  }
}
.l-header__nav-register {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register {
    width: 65%;
    max-width: 141px;
  }
}
.l-header__nav-register a {
  width: 100%;
  padding-top: clamp(10px, 1.25vw, 18px);
  padding-bottom: clamp(10px, 1.25vw, 18px);
  font-size: clamp(1.2rem, 1.1111vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #E52A56;
  border-radius: 40px;
  text-align: center;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register a {
    max-width: 140px;
    padding: 11px 0;
    font-size: clamp(1rem, 3.2vw, 1.2rem);
  }
}
.l-header__nav-register a .text {
  transform: translateX(2px);
  letter-spacing: 0.07em;
  font-weight: 700;
}
.l-header__nav-register a .arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  transform: translateX(19px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register a .arrow {
    transform: translateX(13px) rotate(45deg);
  }
}
.l-header__nav-register a .arrow::before, .l-header__nav-register a .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register a .arrow::before, .l-header__nav-register a .arrow::after {
    width: 7px;
  }
}
.l-header__nav-register a .arrow::after {
  transform: translate(4px, 4px) rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register a .arrow::after {
    transform: translate(3px, 3px) rotate(90deg);
  }
}
.l-header__nav-register:hover a {
  border: solid 2px #E52A56;
  background-color: #fff;
  color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register:hover a {
    border: solid 2px #fff;
    background-color: #E52A56;
    color: #fff;
  }
}
.l-header__nav-register:hover a .arrow::before, .l-header__nav-register:hover a .arrow::after {
  background-color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register:hover a .arrow::before, .l-header__nav-register:hover a .arrow::after {
    background-color: #fff;
  }
}

/* =========================================================
   new-mainvisual：左ビジュアル + 右テキスト（淡ブルー背景）
   ========================================================= */
.new-mainvisual {
  --bg: #d9e8f6;         /* 背景の淡いブルー（お好みで調整） */
  --text: #0f172a;       /* 見出しの濃いテキスト色 */
  --muted: #1f2937;      /* 本文用やや濃いグレー */
  --max: 1200px;

  background: var(--bg);
  color: var(--text);
  margin: 0 auto;
}
.new-mainvisual__inner {
  max-width: var(--max);
  width: min(92%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr; /* 左やや広め／右テキスト */
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  padding: clamp(40px, 8vw, 96px) 0;
  position: relative;
}

/* --- 左イメージ群 --- */
.new-mainvisual__media {
  position: relative;
  /* 画像自体は白いキャンバスなので枠は不要。角丸＋影だけ */
}
.new-mainvisual__img {
  display: block;
  width: 100%;
  height: auto;
}
.new-mainvisual__img--main {
  max-width: 600px;
  aspect-ratio: 16/11;   /* だいたい添付の比率 */
  object-fit: cover;
}
.new-mainvisual__img--sub {
  position: absolute;
  left: clamp(-8px, -2vw, -16px);   /* 左にはみ出す感じ */
  bottom: clamp(-8px, -2vw, -16px); /* 下にはみ出す感じ */
  width: clamp(160px, 28%, 240px);
  object-fit: cover;
}

/* --- 右テキスト --- */
.new-mainvisual__body { }
.new-mainvisual__title {
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: .01em;
  font-size: clamp(28px, 5.6vw, 40px); /* 添付の大きめ見出し */
  margin-bottom: clamp(18px, 2.4vw, 24px);
}
.new-mainvisual__text {
  color: var(--muted);
  line-height: 1.9;
  font-size: clamp(14px, 1.6vw, 18px);
}
.new-mainvisual__text p + p { margin-top: 1.2em; }

/* --- レスポンシブ（TB/SPは縦積みで順序維持） --- */
@media (max-width: 960px) {
  .new-mainvisual__inner {
    grid-template-columns: 1fr;
    padding: clamp(28px, 7vw, 56px) 0;
  }
  .new-mainvisual__media {
    order: -1;                 /* 画像を上、テキストを下へ */
    margin-bottom: clamp(10px, 2vw, 20px);
  }
  .new-mainvisual__img--main { width: min(680px, 100%); margin: 0 auto; }
  .new-mainvisual__img--sub  { left: 0; bottom: -10px; width: 40%; }
  .new-mainvisual__title,
  .new-mainvisual__text { text-align: left; } /* そのまま左揃え */
}


.l-footer {
  padding: 85px 0 30px;
  /*------------------------------------------------
  * コピーライト
  --------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 48px 0 30px;
  }
}
.l-footer .c-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
@media only screen and (max-width: 768px) {
  .l-footer .c-inner {
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: center;
  }
}
.l-footer__logo {
  display: flex;
  width: 32.8%;
  max-width: 485px;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo {
    justify-content: center;
    width: 100%;
    margin-bottom: 35px;
  }
}
.l-footer__logo a {
  width: 100%;
}
.l-footer__logo a:first-child {
  max-width: 145px;
  margin-right: 11%;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo a:first-child {
    max-width: 128px;
    margin-right: 8%;
  }
}
.l-footer__logo a:last-child {
  max-width: 150px;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo a:last-child {
    max-width: 132px;
  }
}
.l-footer__list {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  width: 45%;
}
@media only screen and (max-width: 880px) {
  .l-footer__list {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list {
    flex-wrap: wrap;
    max-width: 335px;
    margin: 0 auto;
    width: 90%;
  }
}
.l-footer__list li {
  font-size: clamp(1.2rem, 0.97222vw, 1.4rem);
  letter-spacing: 0.04em;
  margin-bottom: -1px;
}
.l-footer__list li:hover {
  color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .l-footer__list li:hover {
    color: #222;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list li {
    width: 100%;
    font-size: clamp(1rem, 3.2vw, 1.2rem);
    line-height: 2.4em;
    letter-spacing: 0.06em;
  }
}
.l-footer-copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

/*#########################################################

component コンポーネントファイル読み込み 

#########################################################*/
.c-btn-position {
  text-align: center;
}
.c-btn-arrow {
  display: inline-block;
  padding: 18px 0;
  max-width: 470px;
  width: 90%;
  border: solid 2px #fff;
  border-radius: 50px;
  text-align: center;
  font-size: clamp(1.6rem, 1.5277vw, 2.2rem);
  font-weight: bold;
  background-color: #E52A56;
  color: #fff;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
    letter-spacing: 0.05em;
    max-width: 300px;
    width: 81%;
    padding-top: clamp(10px, 4.4vw, 16.5px);
    padding-bottom: clamp(10px, 4.4vw, 16.5px);
  }
}
.c-btn-arrow .text {
  font-weight: 700;
  transform: translateX(6px);
}
.c-btn-arrow .arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  transform: translateX(63px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow .arrow {
    transform: translateX(clamp(1px, 12vw, 45px)) rotate(45deg);
  }
}
.c-btn-arrow .arrow::before, .c-btn-arrow .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow .arrow::before, .c-btn-arrow .arrow::after {
    width: 7px;
    height: 2px;
  }
}
.c-btn-arrow .arrow::after {
  transform: translate(6px, 6px) rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow .arrow::after {
    transform: translate(3px, 3px) rotate(90deg);
  }
}
.c-btn-arrow:hover {
  border: solid 2px #E52A56;
  background-color: #fff;
  color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow:hover {
    border: solid 2px #fff;
    background-color: #E52A56;
    color: #fff;
  }
}
.c-btn-arrow:hover .arrow::before, .c-btn-arrow:hover .arrow::after {
  background-color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow:hover .arrow::before, .c-btn-arrow:hover .arrow::after {
    background-color: #fff;
  }
}

.c-title {
  font-size: clamp(3.2rem, 2.7777vw, 4rem);
  font-weight: bold;
  text-align: center;
  color: #00267F;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .c-title {
    font-size: clamp(1rem, 8.5333vw, 3.2rem);
  }
}
.c-title span {
  color: #3D6BD5;
  font-weight: 700;
  font-size: clamp(2.4rem, 3.8194vw, 5.5rem);
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .c-title span {
    font-size: clamp(1rem, 8.8vw, 3.3rem);
  }
}

.c-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .c-inner {
    width: 100%;
  }
}
.c-inner__1100 {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .c-inner__1100 {
    width: 100%;
    min-width: 100%;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  text-align: center;
  margin: 0 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  padding: 0 2px;
  display: block;
  border-radius: 50%;
  background: #A3A3A3;
  border: none;
}
.slick-dots .slick-active button {
  background: #274271;
}

.slider .slick-prev,
.slider .slick-next {
  top: 90.4%;
  width: 35px;
  height: 35px;
  font-size: 0px;
  line-height: 0;
  position: absolute;
  border-radius: 90px;
  background-color: #fff;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  z-index: 4;
  outline: none;
  border: solid 2px #00267F;
}

.slider .slick-next {
  right: 27.4%;
}

.slider .slick-prev {
  left: 27.4%;
}

.slick-arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  transform: translateX(45px) rotate(45deg);
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 1px), calc(-50% - 3px));
  width: 7px;
  height: 2px;
  background-color: #00267F;
  border-radius: 3px;
}
.slick-arrow::after {
  transform: translate(3px, 3px) rotate(90deg);
}

.slick-next.slick-arrow {
  transform: rotate(45deg);
}
.slick-next.slick-arrow::after {
  transform: translate(-2px, 0px) rotate(90deg);
}

.slick-prev.slick-arrow {
  transform: rotate(-135deg);
}
.slick-prev.slick-arrow::after {
  transform: translate(-2px, 0px) rotate(90deg);
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/*------------------------------------------------
* menu btnだけ
--------------------------------------------------*/
header button {
  z-index: 998;
  position: relative;
  display: none;
  position: fixed;
  cursor: pointer;
  height: 24px;
  width: 24px;
  top: 23px;
  right: 25px;
}
@media only screen and (max-width: 1180px) {
  header button {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  header button {
    top: 11px;
  }
}
header button > span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
header button > span:before, header button > span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  left: 50%;
  background-color: #00267F;
  content: "";
  transition: all 0.4s; /*アニメーションの設定*/
}
header button > span:before {
  transform: translate(-50%, -5px);
}
header button > span:after {
  transform: translate(-50%, 16px);
}
header button > span > span {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #00267F;
  display: inline-block;
  position: absolute;
  top: 5.3px;
  left: 50%;
  transform: translateX(-50%);
}
header button.open > span:before {
  transform: translate(-50%, 6px) rotate(-45deg);
}
header button.open > span:after {
  transform: translate(-50%, 6px) rotate(45deg);
}
header button.open > span > span {
  display: none;
}

/*------------------------------------------------
* slide menu
--------------------------------------------------*/

/* 基本は非表示（PC含む） */
.slide_menu {
  display: none;
}

/* 1180px以下（タブレット・スマホ）でだけスライドメニューを有効化 */
@media only screen and (max-width: 1180px) {
  .slide_menu {
    background-color: #EAECF2;
    position: fixed;
    top: 0;
    right: -120%;       /* 画面の外（右側）に隠す */
    bottom: 0;
    left: auto;         /* inset:0 を使わず left は自動に */
    width: 100vw;
    height: 100vh;
    z-index: 997;
    display: block;     /* ここで表示 */
    transition: all 0.6s;
    font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
    color: #222;
    font-weight: 700;
    overflow-y: auto;   /* 中身が多いときにスクロール */
  }

  .slide_menu-inner {
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 80px auto 40px;
    padding: 0 24px;
    left: 0;
    transform: none;
  }

  @media only screen and (max-width: 768px) {
    .slide_menu-inner {
      margin-top: 70px;
      padding: 0 16px;
    }
  }
}

/* 共通の中身スタイル（元のまま） */
.slide_menu li {
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 33.3px;
}
.slide_menu a {
  font-weight: 700;
}
.slide_menu .l-header__nav-register {
  margin: 0 auto;
  width: 100%;
  max-width: initial;
}
.slide_menu .l-header__nav-register a {
  height: 60px;
  max-width: 230px;
  width: 100%;
  font-size: 1.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .slide_menu .l-header__nav-register a {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
  }
}
.slide_menu .l-header__nav-register a .text {
  transform: translateX(8px);
}
.slide_menu .l-header__nav-register a .arrow {
  transform: translateX(32px) rotate(45deg);
}

/* ハンバーガークリック時に右からスライドイン */
.slide_menu.btn_click {
  right: 0;
}


.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
}

/*#########################################################

@project プロジェクトファイル読み込み 

#########################################################*/
.p-merit {
  padding: 93px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .p-merit {
    padding: 66px 0 30px;
    background-image: url(../images/common/sp_bg.png);
  }
}
.p-merit .c-inner {
  max-width: 1050px;
}
@media only screen and (max-width: 768px) {
  .p-merit .c-inner {
    max-width: 500px;
  }
}
.p-merit__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-merit__container {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.p-merit__container:first-of-type .p-merit__container__text-wrap {
  padding-top: 4.3%;
}
.p-merit__container:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-merit__container:nth-child(odd) .p-merit__container__text-wrap {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-merit__container:nth-child(odd) .p-merit__container__text-wrap {
    padding-left: 2.4%;
  }
}
.p-merit__container__text-wrap {
  width: 50%;
  padding-left: 2.4%;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap {
    width: 100%;
  }
}
.p-merit__container__text-wrap .title-wrap {
  display: flex;
  justify-content: start;
  position: relative;
  padding: 10px 0 0;
}
.p-merit__container__text-wrap .title-wrap .count {
  display: flex;
  flex-wrap: wrap;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  width: 55px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  z-index: 5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count {
    font-size: clamp(1rem, 7.2vw, 2.4rem);
  }
}
.p-merit__container__text-wrap .title-wrap .count span {
  font-size: 1.8rem;
  line-height: 1.2em;
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count span {
    font-size: clamp(1rem, 3.2vw, 1.2rem);
  }
}
.p-merit__container__text-wrap .title-wrap .count__bg {
  position: relative;
  z-index: 5;
  width: 100px;
	height: 100px;
  aspect-ratio: 1/1;
  display: block;
  transform: translate(-16px, -17px);
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count__bg {
    width: 56px;
	  height: 56px;
    transform: translate(12px, -17px);
  }
}
.p-merit__container__text-wrap .title-wrap .count__bg::before {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00267F;
  max-width: 100px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count__bg::before {
    width: 56px;
    height: 56px;
  }
}
.p-merit__container__text-wrap .title-wrap .count__bg::after {
  position: absolute;
  content: "";
  right: 3px;
  bottom: 4px;
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 10px 0 10px;
  border-color: #00267F transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count__bg::after {
    right: 1px;
    bottom: 3px;
  }
}
.p-merit__container__text-wrap .title-wrap .title {
  font-size: clamp(1.8rem, 1.6666vw, 2.4rem);
  color: #00267F;
  letter-spacing: 0.11em;
  font-weight: bold;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .title {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
    line-height: 1.4em;
    letter-spacing: 0.08em;
    padding-left: 5%;
    transform: translateY(-11px);
    width: calc(100% - 56px);
  }
}
.p-merit__container__text-wrap .text {
  font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
  letter-spacing: 0.04em;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .text {
    font-size: clamp(1rem, 3.7333vw, 1.4rem);
    letter-spacing: 0.02em;
    line-height: 1.73em;
    width: 93%;
    margin: 0 auto 15px;
  }
}
.p-merit__container__img-wrap {
  width: 47.8%;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__img-wrap {
    width: 89%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-merit__container__img-wrap img {
  margin: 0 auto;
  display: block;
}
.p-merit .p-merit__container:nth-child(3) {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .p-merit .p-merit__container:nth-child(3) {
    margin-bottom: 16px;
  }
}
.p-merit .p-merit__container:nth-child(4) {
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .p-merit .p-merit__container:nth-child(4) {
    margin-bottom: 16px;
  }
}

.p-voice {
  padding: 40px 0 60px;
}
@media only screen and (max-width: 768px) {
  .p-voice {
    padding: 65px 0 45px;
  }
}
.p-voice__title {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .p-voice__title {
    font-size: clamp(1rem, 9.6vw, 3.6rem);
    margin-bottom: 9px;
  }
}
.p-voice__title .title-sub {
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
  color: #1A2F70;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-voice__title .title-sub {
    font-size: clamp(1rem, 5.8666vw, 2.2rem);
  }
}
.p-voice__title .c_blew {
  color: #3D6BD5;
  font-size: clamp(3rem, 3.4722vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.7em;
}
@media only screen and (max-width: 768px) {
  .p-voice__title .c_blew {
    font-size: clamp(1rem, 8vw, 3rem);
  }
}
..p-voice__box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .p-voice__box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-voice__box-wrap {
    grid-template-columns: 1fr;
  }
}
/* =========================
   p-voice レイアウト制御
   PC時は3列固定
   ========================= */
@media (min-width: 769px) {
  .p-voice__box-wrap.slider {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  /* Slick用の不要なtransform等を打ち消し */
  .p-voice__box-wrap.slider .slick-track,
  .p-voice__box-wrap.slider .slick-list {
    display: contents !important;
    transform: none !important;
  }

  .p-voice__box-wrap.slider .slick-slide {
    width: auto !important;
    float: none !important;
  }
}
.p-voice__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-voice__box {
    padding: 16px 0.1%;
    background-color: #EAECF2;
  }
}
.p-voice__box__img {
  width: clamp(1px, 6.31944vw, 91px);
}
@media only screen and (max-width: 768px) {
  .p-voice__box__img {
    width: clamp(1px, 15.768vw, 59.13px);
    padding: 8px 0 0;
    transform: translateX(-11%);
  }
}
.p-voice__box__text {
  width: 66%;
  font-size: clamp(1.6rem, 1.5277vw, 1.9rem);
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-voice__box__text {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
    line-height: 1.5em;
    width: 70%;
  }
}
.p-voice__box-top {
  background-color: #00267F;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  position: relative;
  height: clamp(10px, 7.0368vw, 101.33px);
}
@media only screen and (max-width: 768px) {
  .p-voice__box-top {
    height: 29.8%;
  }
}
.p-voice__box-top::after {
  content: "";
  position: absolute;
  width: 39.7px;
  height: 28.36px;
  display: block;
  background-image: url(../images/voice/decoration.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -21px;
  left: 17px;
}
@media only screen and (max-width: 768px) {
  .p-voice__box-top::after {
    top: -14px;
    width: 24.74px;
    height: 17.67px;
  }
}
.p-voice__box-bottom {
  width: 100%;
  padding: 28px 6%;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  height: calc(100% - clamp(1px, 6.9444vw, 100px));
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-voice__box-bottom {
    padding: 11px 6%;
    line-height: 1.75em;
    letter-spacing: 0.025em;
    font-size: clamp(1rem, 3.7333vw, 1.4rem);
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    height: calc(100% - clamp(1px, 17.3333vw, 65px));
  }
}
.p-voice__box-bottom p:first-child {
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .p-voice__box-bottom p:first-child {
    margin-bottom: 30px;
  }
}
.p-voice__box-bottom .name {
  color: #00267F;
  text-align: end;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  right: 6%;
}
@media only screen and (max-width: 768px) {
  .p-voice__box-bottom .name {
    font-size: clamp(1rem, 3.2vw, 1.2rem);
    bottom: 20px;
    right: 6%;
  }
}

/* =========================================================
   p-voice セクション 追加スタイル
   ========================================================= */

/* 共通のリストスタイル化（下段テキスト内） */
.p-voice__box-bottom ul {
  list-style-type: disc;       /* ●の箇条書き */
  padding-left: 1.5em;         /* 左余白を少し */
  margin: 0.5em 0 1em;         /* 上下の間隔 */
}
.p-voice__box-bottom ul li {
  margin-bottom: 0.4em;
  line-height: 1.6;
}

/* 背景色バリエーション（同一ページで2回使用する場合） */

/* デフォルト（白など既存カラー） */
.p-voice.bg-white2 .p-voice__box-top {
  background-color: #f6f8fa; /* 既存に近い淡いグレー */
}

/* バリエーション1：淡いブルー */
.p-voice.bg-blue2 .p-voice__box-top {
  background-color: #d9e8f6;
	color: #00267F;
}

/* =========================
   p-news（新着情報）
   - 既存の c-inner / c-title を流用
   - PC: 日付とタイトルを横並び
   - SP: 縦積み
   ========================= */
.p-news {
  padding: 60px 0 40px;
}
@media only screen and (max-width: 768px) {
  .p-news {
    padding: 40px 0 20px;
  }
}

/* 見出しの下マージン（他セクションと整合） */
.p-news .c-title {
  margin-bottom: 24px;
}

/* ラッパー */
.c-news__inner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
	.c-news__inner {
		width: 93%;
		margin: 20px auto;
	}
}

/* リストの基本 */
.p-news__list {
  width: 100%;
}
.p-news__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #EAECF2;
  line-height: 1.8;
}
.p-news__item:first-child {
  border-top: 1px solid #EAECF2;
}

/* 日付 */
.p-news__date {
  flex: 0 0 180px;       /* PCで日付幅を固定 */
  color: #666;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* タイトル（全角コロン「：」はHTML側に記述） */
.p-news__title {
  flex: 1 1 auto;
  color: #222;
  text-decoration: none;
  transition: opacity .2s ease;
  word-break: break-word;
}
.p-news__title:hover {
  opacity: 0.75;
}

/* SPでは縦積み表示 */
@media only screen and (max-width: 768px) {
  .p-news__item {
    display: block;
    padding: 12px 0;
  }
  .p-news__date {
    display: block;
    margin-bottom: 4px;
    flex: none;
  }
}

/* =========================
   p-news 拡張
   - NEWバッジ
   - ページネーション
   ========================= */
/* NEWバッジ */
.p-news__badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #FD756B; /* 既存の強調色 */
  border-radius: 12px;
  line-height: 1.4;
  vertical-align: middle;
}

/* ページネーション */
.p-news__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.p-news__pagination a {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.p-news__pagination a:hover {
  background-color: #f5f5f5;
}

.p-news__pagination a.active {
  background-color: #2563EB; /* 既存サイトの青系 */
  color: #fff;
  border-color: #2563EB;
}
.p-news__pagination a.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}

/* =========================
   p-area（地方就活イベント）
   ========================= */
.p-area {
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-area {
    padding: 40px 0;
  }
}

.p-area__points {
  margin: 20px auto;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}
@media (max-width: 768px){
  .p-area__points{ width: 93%; }
}
.p-area__points p {
  margin: 4px 0;
  font-weight: 500;
}
/* -------------------------------------------
   POINT ラベル装飾（角丸・赤背景・白文字）
   ------------------------------------------- */
.point-label {
  display: inline-block;            /* インラインブロックで周囲テキストと高さを揃える */
  background-color: #e60033;        /* 鮮やかな赤（変更可） */
  color: #fff;                      /* 白文字 */
  font-weight: 700;
  font-size: 0.95em;                /* 周囲よりやや小さめでも自然 */
  line-height: 1;                   /* 背景高さを文字高さに合わせる */
  padding: 0.25em 0.6em;            /* 上下左右の余白でバッジ感を出す */
  border-radius: 999px;             /* 丸み強め */
  vertical-align: middle;           /* 周囲文字と縦位置を揃える */
  margin-right: 0.4em;              /* 右側の本文との間隔 */
}

/* モバイルでも自然な見え方に */
@media (max-width: 768px) {
  .point-label {
    font-size: 0.9em;
    padding: 0.25em 0.5em;
  }
}

.p-area__note {
  margin: 24px 0;
  font-size: 14px;
  color: #2563EB;
  font-weight: 700;
}

.p-area__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .p-area__list {
    grid-template-columns: 1fr;
    gap: 14px;
	  width: 93%;
  }
}

.p-area__btn {
  display: block;
  padding: 14px 0;
  border-radius: 40px; /* pill型 */
  background-color: #002F87; /* 濃いブルー */
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s;
}
.p-area__btn:hover {
  background-color: #0044cc;
}

/* =========================
   p-koza（お役立ち講座）
   ========================= */
.p-koza { padding: 60px 0; text-align: center; }
@media (max-width: 768px){ .p-koza { padding: 40px 0; } }
.p-koza__lead { margin: 16px auto 24px; max-width: 820px; line-height: 1.9; }
@media (max-width: 768px){.p-koza__lead { width: 93%; text-align: left;}}

/* =========================
   p-koza（独立カルーセル）
   ========================= */
#koza { padding: 60px 0; text-align: center; }
@media (max-width: 768px){ #koza { padding: 40px 0; } }
#koza .p-koza__lead { margin: 16px auto 24px; max-width: 820px; line-height: 1.9; }

/* --- フォールバック（JS無効時）：グリッドでPC3/TB2/SP1 --- */
#koza .koza-track{
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 18px; max-width: 1040px; margin-inline: auto;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px){ #koza .koza-track{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px){  #koza .koza-track{ grid-template-columns: 1fr; } }

/* --- JS初期化後（.is-ready付与）でフレックスカルーセルに切替 --- */
#koza .koza-carousel.is-ready .koza-track{
  display: flex; gap: 0; /* 余白はスライド側のpaddingで確保 */
  transition: transform .4s ease; will-change: transform;
}
#koza .koza-slide{
  flex: 0 0 calc(100% / 3);            /* PC 3枚 */
  padding: 0 12px; box-sizing: border-box;
}
@media (max-width: 1024px){ #koza .koza-slide{ flex-basis: 50%; } }  /* TB 2枚 */
@media (max-width: 768px){  #koza .koza-slide{ flex-basis: 100%; } } /* SP 1枚 */

#koza .koza-carousel{ overflow: hidden; }
#koza .koza-slide img{ display:block; width:100%; height:auto; border-radius:12px; }

/* --- コントローラ（中央） --- */
#koza .koza-controls{
  display:flex; align-items:center; justify-content:center;
  gap:14px; margin-top:16px;
}
#koza .koza-btn{
  width:36px; height:36px; border-radius:50%;
  background:#fff; border:2px solid #00267F;
  display:inline-flex; align-items:center; justify-content:center;
  padding:0; cursor:pointer;
}
#koza .koza-btn .chev{
  width:10px; height:10px; display:block;
  border-top:2px solid #00267F; border-right:2px solid #00267F;
}
#koza .koza-prev .chev{ transform: rotate(-135deg); } /* ← */
#koza .koza-next .chev{ transform: rotate(45deg); }   /* → */

/* --- ドット（中央） --- */
#koza .koza-dots{ display:flex; gap:10px; margin:0; padding:0; list-style:none; }
#koza .koza-dots button{
  width:10px; height:10px; border-radius:50%;
  background:#A3A3A3; border:none; padding:0; cursor:pointer;
}
#koza .koza-dots li.is-active button{ background:#274271; }


/* =========================
   p-shien 自治体支援情報
   ========================= */
.p-shien{
  padding: 56px 0;
  text-align: center;
}
@media (max-width: 768px){
  .p-shien{ padding: 40px 0; }
}

/* 2カラムレイアウト */
.p-shien__wrap{
  margin: 20px auto 22px;
  display: grid;
  grid-template-columns: 1.05fr 1fr; /* 画像やや大きめ */
  gap: 28px;
  align-items: start;
  max-width: 1024px;
}
@media (max-width: 900px){
  .p-shien__wrap{
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left; /* ボディは左寄せに */
  }
}
@media (max-width: 768px){
  .p-shien__wrap{
    width: 93%;
  }
}

/* 左：イラスト枠（画像無い時のダミー） */
.p-shien__media{ margin: 0; }
.p-shien__illu{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
  display: grid;
  place-items: center;
  aspect-ratio: 16/9;      /* スクショ比率に近い横長 */
  min-height: 180px;
  font-size: 22px;
  letter-spacing: .25em;
  color: #4c4c4c;
}
.p-shien__media img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
}

/* 右：本文 */
.p-shien__body{
  text-align: left;
  line-height: 1.9;
  font-weight: 500;
  color: #222;
}
.p-shien__body p{ margin: 0; }

/* 下：coming soon ボタン（中央） */
.p-shien__cta{ margin-top: 18px; }
.p-shien__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;         /* ふっくら丸 */
  background: #BFC2C9;         /* 薄グレー */
  color: #fff;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: lowercase;
  text-decoration: none;
  pointer-events: none;         /* クリック不可（coming soon） */
  user-select: none;
}

/* ===== p-voice（既存装飾のダブルクォーテーションを全体で無効化） ===== */
/* 既存は .p-voice__box-top::after で飾りSVGを表示しているので打ち消し */
.p-voice .p-voice__box-top::after { content: none !important; }
/* 参考：既存の ::after は decoration.svg を表示（上書き対象） */
/* （既存定義）.p-voice__box-top::after { background-image: url(./images/voice/decoration.svg); ... } */


/* =========================
   共通CTA（中央配置ボタン）
   ========================= */
.c-cta{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
}
.c-cta--mt32{ margin-top:32px; }

/* スマホで全幅にしたい時は .c-cta--full-sm を併用 */
@media (max-width: 768px){
  .c-cta--full-sm .c-btn{ width:80%; }
}

/* ボタン本体（汎用） */
.c-btn{
  --btn-h: 48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:var(--btn-h);
  padding:0 22px;
  border-radius:8px;
  border:2px solid transparent;
  font-weight:700;
  letter-spacing:.06em;
  text-decoration:none;
  cursor:pointer;
  transition:transform .05s ease, opacity .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
  user-select:none;
}
.c-btn:active{ transform:translateY(1px); }
.c-btn:is(button){ background:none; } /* button要素でも使える */

/* 形状 */
.c-btn--pill{ border-radius:999px; }

/* カラーバリエーション */
.c-btn--primary{ background:#002F87; color:#fff; }
.c-btn--primary:hover{ background:#0044cc; }


.c-btn--outline{ background:#fff; color:#002F87; border-color:#002F87; }
.c-btn--outline:hover{ background:#F3F6FF; }

/* サイズ（必要なら） */

/* 無効化（coming soon等） */
.is-disabled,
.c-btn[aria-disabled="true"]{
  pointer-events:none;
  opacity:.6;
}

/* アクセシビリティ：フォーカスリング */
.c-btn:focus-visible{
  outline:2px solid #274271;
  outline-offset:2px;
}


/* ========== register：画像リンク版（共通） ========== */
.l-header__nav-register.is-img { width:auto; }

.l-header__nav-register.is-img a{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  box-shadow: none !important;
}

/* 旧構造で .text / .arrow が残っていても強制非表示 */
.l-header__nav-register.is-img .text,
.l-header__nav-register.is-img .arrow{ display:none !important; }

/* 画像サイズ（共通） */
.l-header__nav-register__img{
  display:block;
  height: 44px;      /* デスクトップ */
  width: auto;
}
@media (max-width: 768px){
  .l-header__nav-register__img{ height: 32px; }  /* モバイル（ハンバーガー内） */
}

/* ========== 位置依存の上書き（念のため） ========== */
/* ヘッダー行内 */
.l-header__nav > .l-header__nav-register.is-img a{ background: transparent !important; }

/* ハンバーガーメニュー内（.slide_menu 側の“赤ボタン化”を打ち消し） */
.slide_menu .l-header__nav-register.is-img{ text-align:center; }
.slide_menu .l-header__nav-register.is-img a{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  display:inline-flex;
}
.slide_menu .l-header__nav-register.is-img .l-header__nav-register__img{
  height: 36px; /* ハンバーガー内で少し小さめにしたい場合 */
}


/* ====== ナビ Coming Soon 表示用 ====== */
.l-header__nav-item.is-comingsoon {
  text-align: center;
  color: #bfbfbf;           /* 薄いグレー */
  pointer-events: none;     /* クリック無効 */
  cursor: default;
  position: relative;
}

.l-header__nav-item.is-comingsoon span {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}

.l-header__nav-item.is-comingsoon .comingsoon-text {
  display: block;
  font-size: 0.9rem;
  color: #E52A56;           /* 赤色 */
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0.04em;
}

/* ===============================================
   エリア横断ナビ（5ページ相互リンク）
   =============================================== */

/* バー全体：ヘッダー固定の下に追従 */
.area-nav{
  position: sticky;
  top: 80px;             /* PCヘッダー高と合わせる */
  z-index: 15;
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 768px){
  .area-nav{ top: 60px; }/* SPヘッダー高 */
}

/* 内側ラッパ：スマホ横スクロール／PC中央寄せ */
.area-nav__inner{
  display: flex;
  gap: 10px;
  padding: 10px 0;
  overflow-x: auto;           /* SP：横スクロール */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.area-nav__inner::-webkit-scrollbar{ height: 6px; }
.area-nav__inner::-webkit-scrollbar-thumb{ background: #CBD5E1; border-radius: 999px; }

@media (min-width: 769px){
  .area-nav__inner{
    justify-content: center;  /* PC：中央揃え */
    overflow: visible;
  }
}

/* タブ（リンク） */
.area-nav__link{
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 10px 16px;
  border: 1px solid #274271;   /* 既存の青系に合わせる */
  color: #274271;
  border-radius: 999px;
  transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
  scroll-snap-align: start;
}
.area-nav__link:hover{
  background: #274271;
  color: #fff;
}

/* アクティブ（現在地） */
.area-nav__link[aria-current="page"]{
  background: #274271;
  color: #fff;
  box-shadow: 0 2px 8px rgba(39,66,113,.18);
  border-color: #274271;
}

/* SPで左右16pxの呼吸スペース（カードと揃える） */
@media (max-width: 768px){
  .area-nav .c-inner{ padding: 0 16px; }
}


/* =========================================================
   地域企業トピック（新セクション） PCのみ高さ揃え＋フッター下吸着
   ========================================================= */

/* セクション余白／タイトル下マージン */
.p-localinfo { padding: clamp(28px, 6vw, 72px) 0; }
.p-localinfo .c-title { margin-bottom: clamp(18px, 3vw, 28px); }

/* グリッド（SP:1列／PC:2列） */
.p-localinfo__grid{
  display: grid;
  grid-template-columns: 1fr;      /* SPは1列 */
  gap: clamp(16px, 2.8vw, 28px);
  /* SPでは高さは可変のままにしておく（stretchしない） */
}
@media (min-width: 769px){
  .p-localinfo__grid{
    grid-template-columns: repeat(2, 1fr);  /* PCは2列 */
    align-items: stretch;                    /* ★PCのみ行内の高さを揃える */
  }
}

/* ---------------- カード本体 ---------------- */
.p-infoCard{
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;                    /* 縦方向のFlexで上下に並べる */
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  /* SPは高さ可変。PC時は行高にフィットさせるため height:100% を付与（下の@mediaで） */
}
@media (min-width: 769px){
  .p-infoCard{ height: 100%; }               /* ★PCのみカードを行の高さにフィット */
}
/* スマホ時のみカードに左右マージンを追加 */
@media (max-width: 768px) {
  .p-infoCard {
    margin: 0 16px;  /* ← 左右に16pxずつ余白 */
  }
}
/* ヘッダー：badgeとcatchを横並び */
.p-infoCard__head{
  background:#274271;
  color:#fff;
  padding:12px 16px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}
.p-infoCard__badge{
  display:inline-block;
  background:#F28CA8;
  color:#111;
  font-weight:700;
  font-size:clamp(11px, 1.2vw, 12px);
  padding:4px 8px;
  border-radius:4px;
}
.p-infoCard__catch{
  font-weight:800;
  line-height:1.2;
  font-size:clamp(18px, 2.2vw, 22px);
  letter-spacing:.02em;
  flex:1;                                    /* 見出しは残り幅を取る */
}

/* 本文：可変領域（ここが伸び縮みしてフッターを下に押す） */
.p-infoCard__body{
  flex:1;                                    /* ★本文が余白を埋める＝フッターを下へ */
  padding:14px;
}
.p-infoCard__category{
  color:#374151;
  font-size:clamp(11px, 1.2vw, 12px);
  margin-bottom:10px;
}

/* 箇条書き（黒点を擬似要素で表現） */
.p-infoCard__points{ margin:0 0 10px; }
.p-infoCard__points li{
  position:relative;
  padding-left:1.2em;
  line-height:1.7;
  font-size:clamp(12px, 1.6vw, 14px);
  color:#202124;
	font-weight: 700;
}
.p-infoCard__points li + li{ margin-top:6px; }
.p-infoCard__points li::before{
  content:"•";
  position:absolute;
  left:0; top:0;
  line-height:1.2;
  font-weight:700;
}

/* サムネイル（SP:1列／PC:2列） */
.p-infoCard__thumbs{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:10px;
}
@media (min-width: 769px){
  .p-infoCard__thumbs{ grid-template-columns:repeat(2, 1fr); }
}
.p-infoCard__thumbs figure{
  background:#F9FAFB;
  border-radius:6px;
  overflow:hidden;
  align-items:center;
  justify-content:center;      /* 中央寄せ */
}
.p-infoCard__thumbs img{
  width:100%;
  height:auto;
  aspect-ratio: 4/3; 
  object-fit: contain;         /* 画像を枠内に収める（トリミングしない） */
  object-position: center;     /* 余白が出る場合も中央配置 */
  display:block;
  margin:0 auto;
}
.p-infoCard__thumbs figcaption{
  font-size:clamp(11px, 1.2vw, 12px);
  color:#202124;
  padding:6px 8px 8px;
}

/* ---------------- フッター：最下部に吸着＆高さ統一 ---------------- */
.p-infoCard__footer{
  margin-top:auto;                            /* ★常にカード最下部に吸着 */
  border-top:1px solid #E5E7EB;
  padding:10px 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  min-height:60px;                            /* 見た目の揃え用（任意で調整可） */
}
.p-infoCard__company{
  flex:1;
  font-weight:700;
  font-size:clamp(12px, 1.6vw, 14px);
  color:#202124;
}
.p-infoCard__more{
  font-size:clamp(12px, 1.6vw, 14px);
  color:#274271;
  font-weight:700;
  border:1px solid #274271;
  padding:6px 10px;
  border-radius:999px;
  transition:background-color .2s, color .2s;
  pointer-events:none;                        /* “coming soon”状態 */
  opacity:.6;
}
.p-infoCard__more[aria-disabled="false"]{
  pointer-events:auto;
  opacity:1;
}
.p-infoCard__more[aria-disabled="false"]:hover{
  background:#274271;
  color:#fff;
}


/* =========================================================
   地域エリア見出し（中央寄せ帯タイプ）
   ========================================================= */

.p-localinfo__areatitle {
  display: block;
  text-align: center;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 800;
  color: #fff;
  background: #274271;
  padding: 14px 20px;
  margin: 60px auto 28px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);

  /* 👇 センター寄せ用設定 */
  width: 100%;       /* 画面が狭い時は自動で縮む */
}

/* モバイル調整 */
@media (max-width: 768px) {
  .p-localinfo__areatitle {
    font-size: clamp(16px, 4vw, 18px);
    padding: 10px 14px;
    margin: 40px auto 20px;
    border-radius: 6px;
    width: auto;          /* 100%固定を解除 */
    margin: 40px 16px 20px;
    max-width: none;      /* PCの max-width 制限を解除 */
  }
}

/* 青系に変える場合（任意） */
.p-localinfo__areatitle.is-gray {
  background: #F3F4F6;
	color: #aaaaaa;
}
.p-localinfo__areatitle .comingsoon-text {
  display: block;
  font-size: 0.9rem;
  color: #E52A56;           /* 赤色 */
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0.04em;
}

/* ============================================
   企業情報の見かた（画像左 + 説明右）
   ============================================ */
.p-howto { padding: clamp(28px, 6vw, 72px) 0; }
.p-howto .c-title { margin-bottom: clamp(16px, 3vw, 28px); }

.p-howto__grid{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}
@media (max-width: 960px){
  .p-howto__grid{ grid-template-columns: 1fr; }
}

.p-howto__media{}
.p-howto__img{
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  background: #fff;
  height: auto;
}

/* 右側テキスト */
.p-howto__list{
  display: grid;
  gap: clamp(12px, 2vw, 18px);
}
.p-howto__label{
  font-weight: 800;
  font-size: clamp(16px, 2vw, 20px);
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

/* 左の丸番号（テキスト側だけ残す） */
.p-howto__label .num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9em;
  height: 1.9em;
  min-width: 28px;
  min-height: 28px;
  border-radius: 50%;
  background: #F59E0B;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

.p-howto__list p{
  color: #374151;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1.9;
}

/* 注釈 */
/* ============================================
   ここに注目（タイトル + リスト）
   ============================================ */
.p-howto__note {
  margin-top: clamp(16px, 3vw, 32px);
}

/* タイトル */
.p-howto__note-title {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 800;
  color: #0f172a;
  text-align: left;
  position: relative;
  padding-left: 0.4em;
  margin-bottom: 8px;
}

/* タイトル左右のライン（任意で残す） */
.p-howto__note-title::before,
.p-howto__note-title::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 3px;
  background: #F59E0B;
  border-radius: 2px;
  margin: 0 8px;
}
@media (max-width: 768px){
  .p-howto__note-title::before,
  .p-howto__note-title::after { width: 24px; }
}

/* リスト（●を色付きに） */
.p-howto__note-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.p-howto__note-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.6em;
  color: #374151;
  line-height: 1.8;
  font-size: clamp(13px, 1.6vw, 16px);
}

/* カラー● */
.p-howto__note-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9em;
  color: #F59E0B;   /* ← ピンと同じオレンジ。色変更OK */
}


/* =========================================================
   エリアから探す（PC：地図 + ピン / SP：アコーディオン）
   画像：mapimg.png（1024x768 / アスペクト比 4:3）
   ========================================================= */

/* セクション全体 */
.p-prefmap {
  padding: clamp(28px, 6vw, 72px) 0;
}
.p-prefmap .c-title {
  margin-bottom: clamp(16px, 3vw, 28px);
}

/* -----------------------------------------
   PC表示：地図＋エリアピン
----------------------------------------- */
.prefmap__image {
  position: relative;
  max-width: 100%;
  margin: 0;
}

/* 地図画像本体 */
.prefmap__image > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;       /* 添付地図の比率に合わせる */
  display: block;
  border-radius: 8px;
  /*background: #000;            PNG透過部分の背景 */
}

/* エリアピン */
.prefmap__pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(39,66,113,.92);   /* 濃紺・読みやすい */
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 1.4vw, 20px);
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #fff;
  letter-spacing: .02em;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  transition: 0.2s ease;
}
.prefmap__pin:hover {
  background: rgba(39,66,113,1);
  transform: translate(-50%, -50%) scale(1.05);
}

/* -----------------------------------------
   SP表示：アコーディオン
----------------------------------------- */
.prefmap__accordion {
  display: none;
  margin-top: 16px;
}

/* アコーディオンの外枠 */
.prefmap__accordion details {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

/* 見出し */
.prefmap__accordion summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 800;
  color: #274271;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prefmap__accordion summary::-webkit-details-marker {
  display: none;
}
.prefmap__accordion details[open] summary {
  background: #F3F4F6;
}

/* 展開内のリスト */
.prefmap__accordion ul {
  padding: 12px 16px 16px;
  margin: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

/* 都道府県リンク */
.prefmap__accordion a {
  color: #1F2937;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dotted #CBD5E1;
  padding-bottom: 2px;
}
.prefmap__accordion a:hover {
  text-decoration: underline;
}

/* -----------------------------------------
   表示切り替え
----------------------------------------- */
@media (max-width: 768px) {
  /* SPでは地図を隠してアコーディオンに */
  .prefmap__image { display: none; }
  .prefmap__accordion { display: block; }

  /* 既存コンテンツに合わせて左右16pxの呼吸 */
  #prefmap .c-inner {
    width: 100%;
    padding: 0 16px;
  }
}

/* -----------------------------------------
   さらにSP最小幅で列数調整
----------------------------------------- */
@media (max-width: 420px) {
  .prefmap__accordion ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* p-howto セクションのスマホ余白を追加 */
@media only screen and (max-width: 768px) {
  .p-howto .c-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* =======================================================
   new-mainvisual：大画像1枚だけにする専用スタイル
   ======================================================= */
.new-mainvisual.is-single-image .new-mainvisual__img--sub {
  display: none !important; /* 小イラストを非表示 */
}

.new-mainvisual.is-single-image .new-mainvisual__media {
  position: relative;
}

.new-mainvisual.is-single-image .new-mainvisual__img--main {
  width: 100%;
  max-width: 620px; /* サイズは調整可能 */
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

/* PC：レイアウトはそのまま2カラム */
.new-mainvisual.is-single-image .new-mainvisual__inner {
  grid-template-columns: 1.05fr 1fr; /* 現状維持 */
}

/* SP：縦積みで中央寄せ */
@media (max-width: 960px) {
  .new-mainvisual.is-single-image .new-mainvisual__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .new-mainvisual.is-single-image .new-mainvisual__media {
    order: -1;
    margin-bottom: 20px;
  }

  .new-mainvisual.is-single-image .new-mainvisual__img--main {
    max-width: 90%;
  }
}

/* ============================================
   ニュースリリース（テキスト主体）
   ============================================ */
.p-newsRelease {
  padding: clamp(40px, 8vw, 80px) 0;
}
/* モバイル時に左右余白を足す */
@media (max-width: 768px) {
  .p-newsRelease {
    padding-left: 16px;   /* または 5% */
    padding-right: 16px;  /* または 5% */
  }
}

.p-newsRelease__body {
  max-width: 900px;
  margin: 40px auto 0;
}


.p-newsRelease__text {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.9;
  margin-bottom: 1.6em;
  color: #333;
}

.p-newsRelease__text span {
  font-weight: 700;
  color: #3D6BD5;
}


/*===========================================
  ローカル就活ポイント 表組み
===========================================*/
.localPointsTable {
  width: 100%;
  margin-top: 24px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E0E4EF;
}

.localPointsTable__item {
  display: flex;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #E5E8F3;
  gap: 16px;
}

.localPointsTable__item:last-child {
  border-bottom: none;
}

/* 番号丸 */
.localPointsTable__num {
  flex-shrink: 0;
  background: #3D6BD5;
  color: #fff;
  font-weight: 700;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.localPointsTable__content {
  flex: 1;
}

.localPointsTable__title {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  font-weight: 700;
  color: #00267F;
  margin-bottom: 6px;
  line-height: 1.6;
}

.localPointsTable__note {
  font-size: 1.3rem;
  margin-bottom: 6px;
  color: #555;
}

/* ボタン風リンク */
.localPointsTable__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 7px;
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #3D6BD5; /* 青背景（仮） */
  color: #fff;              /* 文字白 */
  border-radius: 999px;     /* 左右まる〜いピル型 */
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  transition: background-color 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
}

/* 右側の → */
.localPointsTable__link::after {
  content: "→";
  margin-left: 0.5em;
  font-size: 1.2rem;
  transform: translateY(0.5px);
}

/* ホバー時（PC想定） */
@media (hover: hover) {
  .localPointsTable__link:hover {
    background-color: #274bb0; /* 少し濃い青 */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
  }
}

/* ========= SP：縦並びに最適化 ========= */
@media (max-width: 768px) {
  .localPointsTable__item {
    flex-direction: row;
    gap: 12px;
    padding: 16px 14px;
  }

  .localPointsTable__num {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }

  .localPointsTable__title {
    font-size: 1.4rem;
  }

  .localPointsTable__link {
    font-size: 1.3rem;
    padding: 6px 14px 7px;
  }
}

/* ▼ PCヘッダー用：エリア別 就活セミナーのプルダウン */
.l-header__nav-item--has-sub {
  position: relative;
}

.l-header__subnav {
  position: absolute;
  top: 100%;          /* 親メニューの下に表示 */
  left: 0;
  min-width: 220px;
  padding: 8px 0;
  /* margin-top: 8px;  ← ここを消す or 0 に */
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: none;
  z-index: 50;
}

.l-header__subnav li a {
  display: block;
  padding: 8px 16px;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
}

.l-header__subnav li a:hover {
  background-color: #EAECF2;
  color: #00267F;
}

/* 親メニューにホバーしたらサブ表示（PCのみ） */
@media only screen and (min-width: 1181px) {
  .l-header__nav-item--has-sub:hover > .l-header__subnav,
  .l-header__subnav:hover {
    display: block;
  }
}

/* ▼ SPスライドメニュー：エリア別 就活セミナー下のサブリスト */
.slide_menu-item--has-sub {
  margin-bottom: 16px;
}

.slide_menu-sublist {
  margin-top: 10px;
}

.slide_menu-sublist li {
  margin-bottom: 8px;
}

.slide_menu-sublist li a {
  display: inline-block;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.04em;
}

/* 少しインデントして子メニューっぽく見せる */
.slide_menu-sublist {
  padding-left: 1.5em;
}


/* ==========================
   ローカル就活 イメージセクション
   ========================== */

.p-localIntro {
  padding: clamp(40px, 7vw, 80px) 0;
}

.p-localIntro__figure {
  margin-top: 32px;
}

.p-localIntro__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;      /* c-inner1000 と揃える */
  margin: 0 auto;
  border-radius: 16px;    /* いらなければ削除可 */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); /* いらなければ削除可 */
}

/* SP で少し余白を詰める場合 */
@media only screen and (max-width: 768px) {
  .p-localIntro {
    padding: 32px 0 48px;
  }

  .p-localIntro__figure {
    margin-top: 24px;
  }
}

/* モバイルだけ改行させる */
.br-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/* =========================
   p-shienPage（検索ページ）
   ========================= */
.p-shienPage{ padding: 56px 0; }
@media (max-width: 768px){ .p-shienPage{ padding: 40px 0; } }

/* p-koza__lead：index.htmlと同仕様でセンター揃え */
.p-shienPage .p-koza__lead {
  text-align: center;
  margin: 16px auto 24px;
  max-width: 820px;
  line-height: 1.9;
}
@media (max-width: 768px){
  .p-shienPage .p-koza__lead { width: 93%; text-align: left; }
}

/* p-shien__body h3 & ul 装飾 */
.p-shien__body h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #00267F;
  padding: 4px 0 8px 14px;
  border-left: 4px solid #3D6BD5;
  margin: 0 0 12px;
  line-height: 1.5;
}
.p-shien__body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-shien__body ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f0f4ff;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 1.35rem;
  line-height: 1.65;
  border: 1px solid #d0dbf7;
}
.p-shien__body ul li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  background: #3D6BD5;
  color: #fff;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.p-shienPage__wrap{
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: start;
  max-width: 1024px;
}
@media (max-width: 900px){
  .p-shienPage__wrap{ grid-template-columns: 1fr; gap: 18px; text-align: left; }
}

.p-shienPage__lead{ line-height: 2em; font-size: 1.4rem; }
@media (max-width: 768px){ .p-shienPage__lead{ width: 93%; margin: 0 auto; } }

.p-shienForm{
  margin-top: 28px;
  background: #fff;
  border-radius: 20px;
  padding: 22px 24px 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,.06);
}
/* 横並び：セレクト群（左）＋ボタン（右） */
.p-shienForm__inner{
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.p-shienForm__grid{
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 768px){
  .p-shienForm__inner{ flex-direction: column; align-items: stretch; }
  .p-shienForm__grid{ grid-template-columns: 1fr; }
}

.p-shienForm__label{ display:block; font-weight: 700; font-size: 1.3rem; margin-bottom: 6px; }
.p-shienForm__select{
  width: 100%;
  height: 46px;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  padding: 0 12px;
  background: #fff;
  font-size: 1.4rem;
}
.p-shienForm__actions{ flex-shrink: 0; display: flex; align-items: flex-end; }
.p-shienForm__btn{
  width: auto;
  height: 46px;
  padding: 0 64px;
  font-size: 1.5rem;
  margin: 0;
  overflow: hidden;
}
.p-shienForm__btn .text { transform: translateX(0); }
.p-shienForm__btn .arrow { transform: translateX(14px) rotate(45deg); }
@media (max-width: 768px){
  .p-shienForm__actions{ display: block; text-align: center; }
  .p-shienForm__btn{ width: min(470px, 100%); height: auto; padding: 18px 0; font-size: inherit; margin: 0 auto; }
}

.p-shienPage__note{ margin-top: 10px; font-size: 1.2rem; color:#666; }

/* =========================
   p-shienResult（結果ページ）
   ========================= */
.p-shienResult{ padding: 56px 0; }
@media (max-width: 768px){ .p-shienResult{ padding: 40px 0; } }

.p-shienResult__head{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px 16px;
  margin: 18px 0 12px;
}
.p-shienResult__cond{ font-size: 1.3rem; letter-spacing: .04em; }
.p-shienResult__count{ font-size: 1.3rem; font-weight: 700; }

.p-shienResult__list{ display:grid; gap: 12px; }

.p-shienResult__empty{
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: #fff5f5;
  border: 1px solid #f0d7d7;
  line-height: 1.9em;
  font-size: 1.4rem;
  text-align: center;
}

.p-shienResult__emptyActions{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.p-shienResult__emptyActions .c-btn-arrow{
  max-width: 220px;
  width: 220px;
  padding: 12px 0;
  font-size: 1.3rem;
  background-color: #00267f;
  border-color: #00267f;
}
.p-shienResult__emptyActions .c-btn-arrow:hover{
  background-color: #fff;
  color: #00267f;
  border-color: #00267f;
}
.p-shienResult__emptyActions .c-btn-arrow:hover .arrow::before,
.p-shienResult__emptyActions .c-btn-arrow:hover .arrow::after{
  background-color: #00267f;
}
@media only screen and (max-width: 768px){
  .p-shienResult__emptyActions .c-btn-arrow{
    max-width: 200px;
    width: 200px;
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .p-shienResult__emptyActions .c-btn-arrow:hover{
    background-color: #00267f;
    border-color: #00267f;
    color: #fff;
  }
  .p-shienResult__emptyActions .c-btn-arrow:hover .arrow::before,
  .p-shienResult__emptyActions .c-btn-arrow:hover .arrow::after{
    background-color: #fff;
  }
}

.p-shienResult__back{ margin-top: 18px; text-align:center; display: flex; justify-content: center; }
.p-shienResult__backLink{ text-decoration: underline; }

/* カード */
/* =========================
   自治体支援：カード（縮小版）
   ========================= */
.p-shienCard{
  background:#fff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 16px;
}

.p-shienCard__meta{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.p-shienCard__pill{
  display:inline-flex;
  align-items:center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #F5F7FB;
  font-size: 1.2rem;
  font-weight: 700;
}

.p-shienCard__pill--type{
  background:#EAF0FF;
  color:#00267F;
}

/* 市区町村（任意） */
.p-shienCard__pill--city{
  background:#F0FFF3;
  color:#0D6B2E;
}

.p-shienCard__title{
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
}

.p-shienCard__titleLink{
  color:#00267F;
  text-decoration: underline;
  font-weight: 800;
}

.p-shienCard__titleLink.is-disabled{
  text-decoration: none;
  color:#666;
}

.p-shienCard__note{
  margin: 10px 0 0;
  font-size: 1.3rem;
  line-height: 1.9em;
  color:#333;
}

/* =========================
   結果一覧：PCは2カラム
   ========================= */
.p-shienResult__list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 769px){
  .p-shienResult__list{
    grid-template-columns: 1fr 1fr;
    gap: 16px 16px;
  }
}
/* --- 支援内容（罫線＋ラベル＋1ピル） --- */
.p-shienCard__divider{
  border: 0;
  border-top: 1px solid #E6E6E6;
  margin: 12px 0 10px;
}

.p-shienCard__types{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.p-shienCard__typesHead{
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 1.8;
  white-space: nowrap;
}

.p-shienCard__typesBody{
  flex: 1;
}

/* 支援内容：ピル群（横並び・折り返し禁止・省略なし） */
.p-shienCard__typePills{
  display: flex;
  flex-wrap: nowrap;     /* 折り返し禁止 */
  gap: 8px;
  overflow-x: auto;      /* はみ出したら横スクロール */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;   /* スクロールバー対策（任意） */
}

.p-shienCard__typePill{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #EAF0FF;
  color: #00267F;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.4;

  white-space: nowrap;   /* ピル内も折り返し禁止 */
  overflow: visible;     /* 省略禁止なので隠さない */
  text-overflow: clip;   /* 念のため */
}
/* --- SP: 結果ページ左右余白 & ピル折り返し --- */
@media (max-width: 768px){
  .p-shienResult .c-inner{
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-shienCard__typePills{
    flex-wrap: wrap;        /* モバイルでは折り返し */
    overflow-x: visible;    /* 横スクロール不要 */
  }
}
/*# sourceMappingURL=style.css.map */