/*u-body*/
.u-body {
  background: linear-gradient(160deg, #0ca4a7 0%, #324b57 100%);
}
.u-section {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
/*u-main*/
.u-main {
  display: flex;
  align-items: flex-start;
}
.u-fv {
  background-color: #fff;
  width: 300px;
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 2rem 1rem;
}
.u-main-wrap {
  width: calc(100% - 300px);
  padding: 3rem 0;
}
.u-fv-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  width: fit-content;
}
.u-fv-title {
  writing-mode: vertical-lr;
  width: fit-content;
}
.u-fv-title::before {
  content: attr(data-en);
  display: block;
  text-transform: capitalize;
  font-family: "Allison", cursive;
  font-weight: normal;
  font-size: 8rem;
  line-height: 1;
  color: #256972;
  letter-spacing: 3px;
}
.u-fv-logo {
  font-family: "Allison", cursive;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
}
.u-fv-logo span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.u-fv-logo span::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  margin-right: 0.25rem;
  transition: 0.3s ease;
}
.u-fv-logo span::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  margin-left: 0.25rem;
  transition: 0.3s ease;
}
.u-fv-copyright {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.u-fv-copyright span {
  display: block;
}
/*u-fv-nav*/
.u-fv-nav {
  width: fit-content;
}
.u-fv-nav li + li {
  margin-top: 0.5rem;
}
.u-fv-nav a {
  display: flex;
  align-items: center;
}

.u-fv-nav a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #256972;
  border-right: 0;
  margin: 0.25rem;
}
/*u-footer*/
.u-footer {
  padding: 0;
  border-top: none;
}
/*u-job*/
.u-job-title {
  font-size: 1.4rem;
  color: #256972;
}

.u-job-info {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.u-job-info-img {
  width: 35%;
  max-height: 270px;
}

.u-job-info-table {
  width: 60%;
}

.u-job-info-table th {
  background-color: #256972;
  padding: 0.5rem 0.2rem;
  color: #fff;
  width: 150px;
}
.u-job-info-table td {
  background-color: #e9f2ff;
  padding: 0.5rem 0.2rem 0.5rem 0.75rem;
}

/*u-job-info-des*/
.u-job-info-des {
  border-left: 1px solid #256972;
  background-color: #fff;
}

.u-job-info-title {
  font-size: 1.3rem;
  display: block;
  width: 100%;
  background-color: #256972;
  color: #fff;
  padding: 0.2rem 1rem;
}
.job-info-des-table {
  width: 95%;
  border-collapse: collapse;
  table-layout: fixed;
}
.job-info-des-table th {
  text-align: left;
  background-color: #e3e3e3;
  padding: 0.5rem 1rem;
  width: 150px;
}
.job-info-des-table tr:not(:first-of-type) th {
  border-top: 1px solid #fff;
}
.job-info-des-table tr:first-of-type {
  border-top: 1px solid #e3e3e3;
}
.job-info-des-table td {
  padding: 0.5rem 1rem;
  border-top: 1px solid #e3e3e3;
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  max-width: 500px;
}

/* Google Mapのiframe */
.map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}

.job-info-des-table tr:last-of-type th {
  border-bottom: 1px solid #e3e3e3;
}
.job-info-des-table tr:last-of-type td {
  border-bottom: 1px solid #e3e3e3;
}

.com-table th {
  width: 100px;
}
.entry-btn {
  padding: 1rem 2rem;
  background-color: #2f4862;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  width: fit-content;
  cursor: pointer;
}
.entry-btn img {
  width: 25px;
  margin-left: 1rem;
}

.p0 {
  padding: 0;
}

/*求人moreボタン*/
.joblisting-morewrap {
  display: flex;
  padding-bottom: 2rem;
  margin: 1rem 1.5rem 0 0;
}
.joblisting-morewrap a {
  padding: 1rem;
  background-color: #147be9;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  margin-left: auto;
}
.joblisting-morewrap img {
  display: block;
  width: 17px;
  margin-left: 0.5rem;
}
/*page-navi*/
.page-navi {
  margin-top: 3rem;
  text-align: center;
}
.page-navi .current {
  background-color: #bf8d23;
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0.2rem 0.55rem !important;
  background-color: #fff;
  border-color: #fff !important;
}

/*kyujin*/
.kyujin-img {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}

/*おしらせ記事ページ*/
.news-single {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.news-single::after {
  content: "";
  width: 150px;
}
.news-signle-main {
  width: 100%;
  margin: 0 auto;
}
.news-signle-contents {
  width: 100%;
  margin: 0 auto;
}
.news-single-img {
  width: 100%;
}
.news-single-bottom-item {
  border-top: 1px solid #d4d4d4;
  padding: 3rem 0;
}
.news-single-bottom {
  margin-top: 4rem;
}
.news-single-bottom h2 {
  font-size: 1.75rem;
}
.single-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin-top: 1rem;
  padding: 0;
}
.single-post-tags a {
  font-size: 14px;
  color: #20777e;
  background: #eef6f7;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.2s;
  display: block;
}
.single-post-tags a:hover {
  background: #20777e;
  color: #fff;
}

.related-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.relateds-item {
  width: calc((100% - 2rem) / 3);
  border: 1px solid #d4d4d4;
}
.related-item-img img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
}
.related-item-text {
  position: relative;
  padding: 2rem 1rem 1rem;
}
.related-item-text h4 {
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.95rem;
}
.related-item-categories {
  position: absolute;
  left: 1rem;
  top: -1rem;
}
.related-item-categories li a {
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
}
.related-item-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.related-item-tags li {
  margin-right: 0.5rem;
  font-size: 0.85rem;
  line-height: 1;
}
.related-item-tags li span {
  color: #959595;
}

/*記事系ページデザイン*/
/* ===========================
   news-single-textwrap 内の本文構成
   =========================== */

/* ベース：本文テキスト */
.news-single-textwrap p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 24px 0;
}

/* ===========================
   news-single-textwrap 全体調整（コンパクト版）
   =========================== */

/* 本文 */
.news-single-textwrap p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0 0 20px 0;
}

/* h1：記事タイトル */
.news-single-title {
  font-size: clamp(24px, 3.2vw, 30px);
  line-height: 1.28;
  font-weight: 700;
  margin: 15px 0 36px 0;
  letter-spacing: 0.02em;
  color: #132e4b;
}

/* h2：下線＋アクセントライン */
.news-single-textwrap h2 {
  font-size: clamp(20px, 2.6vw, 24px);
  line-height: 1.42;
  font-weight: 700;
  margin: 36px 0 18px 0;
  padding-bottom: 10px;
  position: relative;
  color: #132e4b;
}
.news-single-textwrap h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #1c7b7b 64px, #dfe6eb 64px);
}

/* h3：中見出し */
.news-single-textwrap h3 {
  font-size: clamp(18px, 2.2vw, 20px);
  line-height: 1.6;
  font-weight: 700;
  margin: 28px 0 14px 0;
  padding-bottom: 6px;
  border-bottom: 2px solid #dfe6eb;
  color: #132e4b;
}

/* h4：左ライン付き */
.news-single-textwrap h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin: 24px 0 12px 0;
  padding-left: 10px;
  border-left: 3px solid #1c7b7b;
  color: #132e4b;
}

/* h5：補足小見出し */
.news-single-textwrap h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  margin: 18px 0 10px 0;
  padding-left: 8px;
  border-left: 2px solid #b4c5ca;
  color: #333;
}

/* リスト */
.news-single-textwrap ul,
.news-single-textwrap ol {
  margin: 0 0 20px 20px;
  padding: 0;
}
.news-single-textwrap li {
  margin-bottom: 8px;
  line-height: 1.8;
}

/* 画像 */
.news-single-textwrap img {
  max-width: 100%;
  height: auto;
  margin: 28px 0;
  border-radius: 6px;
}

/* 引用 */
.news-single-textwrap blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  background: #f8fbfb;
  border-left: 4px solid #1c7b7b;
  color: #555;
  font-size: 14.5px;
  line-height: 1.8;
}

/* 画像 */
.news-single-textwrap img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
  border-radius: 6px;
}

/* 引用 */
.news-single-textwrap blockquote {
  margin: 32px 0;
  padding: 20px 24px;
  background: #f8fbfb;
  border-left: 4px solid #1c7b7b;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.news-single-textwrap p img {
  display: block;
  width: 100%;
}
.news-single-textwrap p strong {
  background: linear-gradient(transparent 80%, #10a4b78f 0%);
  display: inline;
  padding: 0 1px 0px;
}
.news-single-textwrap ul {
  margin: 1rem 0 1rem 0.5rem;
}
.news-single-textwrap li {
  font-size: 1rem; /* フォントサイズ */
  padding-left: 1.4rem;
  position: relative;
  line-height: 2;
  color: #256972; /*フォント色*/
  list-style: initial;
  list-style-position: inside;
}
.news-single-textwrap li + li {
  margin-top: 0.5rem;
}
.post-categories {
  margin-top: 2rem;
}
.single-cat-item {
  width: fit-content;
}
.single-cat-item a {
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  display: block;
  font-size: 0.9rem;
}
.related-item-categories li {
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  width: fit-content;
}
.related-item-categories li + li {
  margin-left: 0.5rem;
}
.related-item-categories .cat-news {
  background-color: #ff914d;
}
.related-item-categories .cat-areer {
  background-color: #2da5a8;
}
.related-item-categories .cat-hiring-tips {
  background-color: #4b7bec;
}

/*backbtn*/
.back-btnwrap {
  text-align: center;
  margin: 4rem auto 2rem;
}
.back-btnwrap a {
  padding: 1rem 3rem;
  background-color: #256972;
  color: #fff;
}

/*company-contact*/
.contact-img {
  display: block;
  width: 100%;
}

/*downloadボタン*/
.media-body,
.wpdm_icon {
  display: none;
}

.card-body {
}
.link-template-default.card.mb-2 {
  border: none;
}
.wpdm-download-link.btn.btn-primary {
  padding: 1rem 3rem;
}
.w3eden .card-body {
  padding-left: 0 !important;
}
.w3eden .ml-3,
.w3eden .mx-3 {
  margin-right: 1rem;
}
.mr-3.img-48 {
  display: none;
}
.w3eden + .w3eden .card-body {
  padding-top: 0 !important;
}
/*qa*/
.u-qa {
  margin: 0 auto;
}
.qa-boxwrap {
  margin-top: 2rem;
}
.u-qa-top {
  color: #fff;
}
.qa-box {
  display: none;
}
.qa-box:first-of-type {
  display: block;
}
.qa-item {
  cursor: pointer;
  padding: 1rem;
  border-top: 1px solid #fff;
  color: #fff;
}
.qa-item:last-of-type {
  border-bottom: 1px solid #fff;
}
.qa-item p {
  display: none;
}
.qa-tabwrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}
.qa-tabwrap .qa-tab {
  width: 50%;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.qa-tabwrap .qa-tab.active {
  background: #d3a94f;
  color: #fff;
}
.qa-tab h2 {
  font-size: 1.1rem;
  text-align: center;
}
.qa-item h3 {
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  padding-right: 2rem;
}
.qa-item h3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease;
}
.qa-item.open h3::after {
  transform: translateY(-50%) rotate(180deg);
}
.qa-item p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.3;
}
.qa-cancel-item p {
  line-height: 1.7;
}
.cancel-anc {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
/*contact-thanks*/
.contact-thanks-box {
  padding: 2rem 4rem;
}
.contact-thanks-box h2 {
  font-size: 1.4rem;
}

.contact-thanks-box p {
  font-size: 1.1rem;
  margin-top: 1rem;
}

/*privacy*/
.u-privacy-contents {
  margin-top: 2rem;
}
.privacy-item {
  margin-top: 2rem;
}
.privacy-item h2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.privacy-item h2 {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  color: #256972;
}
.privacy-item h2::before {
  content: "";
  height: 40px;
  width: 4px;
  background-color: #256972;
  margin-right: 1rem;
}
.privacy-item {
  line-height: 2;
}
.privacy-item ol,
.privacy-item ul {
  margin-top: 0.5rem;
}
.privacy-item ol > li {
  list-style: initial;
  list-style-type: decimal;
  list-style-position: inside;
}

.sec-ol {
  padding-left: 2rem;
}
.mt-1 {
  margin-top: 1rem;
}

/*サイドバーなしの場合のcss*/
.main-max-width {
  width: 100%;
}

/*追加*/
.u-job-archive {
  padding: 4rem 0;
}
.u-job-details {
  padding-bottom: 0;
}
.search-results-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  gap: 0.5rem;
}
.search-results-wrap .pickup-item {
  width: calc((100% - 1rem) / 2);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.job-info-des-table tr {
  display: flex;
  flex-direction: column;
}

.job-info-des-table th {
  background-color: #fff;
  width: 100%;
}
.job-info-des-table tr + tr {
  margin-top: 1rem;
}
.job-info-des-table tr:first-of-type {
  border-top: none;
}
/*news*/
.has-text-align-right {
  margin-bottom: 2rem;
  text-align: center !important;
  opacity: 0.5;
}
.wp-elements-3a75dc1c438874fe4a2aaffa79015c34
  a:where(:not(.wp-element-button)) {
  color: #fff !important;
}

/*cancel*/
.u-cancel {
  margin: 0 auto;
  color: #fff;
}
.u-cancel-top {
  color: #fff;
  font-weight: bold;
}
.u-cancel-top {
  width: fit-content;
  padding: 0.5rem 1rem;
  border: 5px double rgb(255, 20, 20);
}
.u-cancel-contents {
  margin-top: 2rem;
}
.u-cancel-contents h2 {
  font-size: 1.2rem;
}
.u-cancel-box {
  background-color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  color: #000;
  border: 1px solid #000;
}

.u-cancel-text {
  margin-top: 2rem;
}

.u-cancel-btnwrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
.u-cancel-btnwrap a,
.u-cancel-btnwrap div {
  padding: 0.75rem 2rem;
  cursor: pointer;
}

.cancel-btn-back {
  background-color: #d3a94f;
  color: #fff;
  font-weight: bold;
}
.cancel-btn-next {
  background-color: #e0e0e0;
  color: #555;
  margin-left: 1rem;
}
.u-cancel-confirm {
  margin: 0 auto;
  color: #fff;
  display: none;
}
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
.modaal-confirm-content {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.modaal-confirm-content .can-red {
  font-size: 1.4rem !important;
  color: #f00;
  display: block;
  margin-top: 1rem;
  line-height: 1.3;
}
.modaal-confirm-btn {
}
.modaal-confirm-btn.modaal-ok {
  background-color: #d3a94f;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 0;
  border: 1px solid #d3a94f;
}

.modaal-confirm-btn.modaal-cancel {
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  padding: 0.75rem 2rem;
  border-radius: 0;
}

.modaal-confirm-btn.modaal-ok:hover {
  background-color: #d3a94f;
}

/*privacy*/
.form-privcy-wrap {
  margin-top: 2rem;
}
.form-privcy-wrap > p {
  text-align: center;
  color: #f00;
  font-weight: bold;
}
.privacy-wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}
.privacy-block {
  margin-top: 1rem;
}
#privacy-wrapper {
  max-height: 200px; /* 高さは調整可能 */
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 1em;
  background: #f9f9f9;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1rem;
}

#privacy-wrapper::-webkit-scrollbar {
  width: 8px;
}

#privacy-wrapper::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}

#privacy-wrapper h2,
#privacy-wrapper h3 {
  margin-top: 1rem;
  font-size: 1.1em;
  color: #333;
}

#privacy-wrapper ul,
#privacy-wrapper ol {
  list-style: disc;
  margin: 1rem 0 0 1rem;
}
#privacy-wrapper ul li {
  list-style: inherit;
  list-style-position: inside;
}
#privacy-wrapper ol li {
  list-style-position: inside;
  list-style-type: decimal; /* ← 数字リストに変更 */
}
#privacy-wrapper ul li + li,
#privacy-wrapper ol li + li {
  margin-top: 0.25rem;
}
.btn-submit-contact {
  margin-top: 3rem;
}

.u-sp-bottom {
  display: none;
}

/*carrer*/
.career-header {
  width: 100%;
}

.career-header-inner {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-header-logo img {
  width: 170px;
}
.sns-share {
  width: 150px;
  position: sticky;
  top: 50px;
}
.sns-share p {
  font-size: 0.9rem;
  text-align: center;
}
.sns-share ul {
  margin-top: 1.5rem;
}
.sns-share li img {
  width: 45px;
}
.sns-share li a {
  display: block;
  width: fit-content;
}
.sns-share li {
  margin: 0 auto;
  width: fit-content;
}
.sns-share li + li {
  margin-top: 0.75rem;
}

.sns-share-sp {
  display: none;
}

.u-career-footer {
  border-top: none;
}

.u-career-logo {
}
.u-career-copyright {
  font-size: 0.8rem;
  margin-top: 1rem;
  text-align: center;
}
.u-career-logo {
  font-family: "Allison", cursive;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s ease;
}
.u-career-logo span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.u-career-logo span::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  margin-right: 0.25rem;
  transition: 0.3s ease;
}
.u-career-logo span::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000;
  margin-left: 0.25rem;
  transition: 0.3s ease;
}

/* =========================
   キャリアプラス（共通）
   ========================= */
.u-blog-main {
  background: #fff;
}

/* FV */
.u-blog-fv {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 400px;
  text-align: center;
  overflow: hidden;
}
.u-blog-fv-img {
  display: block;
  width: 400px;
}
.u-blog-fv-box p {
  font-weight: bold;
  font-size: 1.3rem;
}
.u-blog-fv-box p span {
  color: #e71920;
  font-weight: bold;
}
.u-blog-fv-logo {
  margin-top: 2.5rem;
  text-align: center;
}
.u-blog-fv-logo img {
  display: block;
  width: 300px;
  margin: 0 auto;
}
.u-blog-fv-logo p {
  font-size: 1.7rem;
  color: #20777e;
}

/* =========================
   ブログ上部スライダー（TOPカード準拠）
   ========================= */
.u-blog-top {
  background: url("../img/career/career-top01.png") no-repeat center/cover;
  width: 100%;
}

/* 100vwで左右にはみ出し＆チラ見せ */
.u-blog-top-slider {
  position: relative;
  /* 100vw から（100vw - 100% = スクロールバー幅）を引いて補正 */
  width: calc(100vw - (100vw - 100%));
  left: 50%;
  /* -50vw に “スクロールバー幅の半分” を足して左右対称に */
  margin-left: calc(-50vw + (100vw - 100%) / 2);
  padding-top: 40px;
  overflow: hidden;
}
.u-blog-top-slider .u-blog-top-slider-inner {
  overflow: visible;
}
/* カード */
.u-blog-top-slide {
  padding: 0 16px; /* slick の計算に含ませるため */
}
.u-blog-top-card {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  overflow: hidden;
  cursor: pointer;
  width: 550px;
}
.u-blog-top-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* 画像 */
.u-bts-img img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  display: block;
}

/* テキスト＆カテゴリバッジ */
.u-bts-text {
  position: relative;
  padding: 2rem 1rem 1rem;
}
.u-bts-title {
  font-size: 1.15rem;
  line-height: 1.55;
  font-weight: 800;
  margin: 0;
  color: #222;
}
.u-bts-cats {
  position: absolute;
  top: -1rem;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-bts-cats a {
  color: #fff;
  padding: 0.35rem 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  display: block;
}
/* カテゴリ色 */
li.cat-news a {
  background: #ff914d;
}
li.cat-career a {
  background: #2da5a8;
}
li.cat-hiring-tips a {
  background: #4b7bec;
}

/* 矢印（黒丸＋画像） */
.u-blog-top-slider .u-blog-top-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
  background: #000;
}
.u-blog-top-slider .u-blog-top-arrow:hover {
  transform: translateY(-50%) scale(1.08);
}
.u-blog-top-slider .u-blog-top-arrow img {
  width: 25px;
  height: 25px;
  filter: invert(1);
}
.u-blog-top-slider .u-blog-top-arrow.is-prev {
  left: 50px;
}
.u-blog-top-slider .u-blog-top-arrow.is-next {
  right: 50px;
}

/* ドット */
.u-blog-top-slider .slick-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}
.u-blog-top-slider .slick-dots li {
  list-style: none;
}
.u-blog-top-slider .slick-dots button {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #ccc;
  text-indent: -9999px;
  cursor: pointer;
}
.u-blog-top-slider .slick-dots .slick-active button {
  background: #111;
}

/* =========================
   キーワードセクション
   ========================= */
.u-keyword-box {
  background: #cbe5e9;
  padding: 60px 20px;
  text-align: center;
}
.u-keyword-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.u-keyword-title {
  font-size: 40px;
  font-weight: 700;
  color: #20777e;
}
.u-keyword-sub {
  font-size: 14px;
  color: #20777e;
  letter-spacing: 0.1em;
}
.u-keyword-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}
.u-keyword-list li a {
  display: inline-block;
  background: #fff;
  padding: 8px 20px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: all 0.2s;
}
.u-keyword-list li a:hover {
  background: #20777e;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* =========================
   カテゴリ一覧セクション（TOPのブログ一覧トーン）
   ========================= */
.u-cat-sections {
  background: #3b7f81;
  padding: 48px 0;
  overflow: hidden;
  position: relative;
}
.u-cat-block {
  max-width: 1200px;
  background: transparent;
  padding: 0 24px;
  margin: 0 auto;
}
.u-cat-block + .u-cat-block {
  margin-top: 2rem;
}
/* 見出し行 */
.u-cat-head {
  position: relative;
  margin: 0 0 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.u-cat-title {
  color: #fff;
  margin-left: 0.5rem;
  display: flex;
  align-items: baseline;
}
.u-cat-title span {
  font-size: 4rem;
  text-transform: capitalize;
  font-family: "Allison", cursive;
  font-weight: normal;
  margin-right: 1rem;
  line-height: 1;
  color: #f7da9c;
}

/* 横スクロールリスト（slick化前提でもOK） */
.u-cat-news-list {
  display: flex;
  -webkit-overflow-scrolling: touch;
  gap: 8px;
  padding-bottom: 8px;
  align-items: stretch; /* ← 各要素の高さを揃える */
}
.u-cat-item {
  flex-shrink: 0;
  background: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  margin: 0.5rem;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  height: auto;
}
.u-cat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.u-cat-item-img img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.u-cat-item-text {
  position: relative;
  padding: 2rem 1rem 1rem;
}
.u-cat-item-text h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  color: #222;
}
.u-cat-item-categories {
  display: flex;
  position: absolute;
  top: -1rem;
  left: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-cat-item-categories li + li {
  margin-left: 0.5rem;
}
.u-cat-item-categories a {
  display: block;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
}
/* カテゴリ色（共通） */
li.cat-news a {
  background: #ff914d;
}
li.cat-career a {
  background: #2da5a8;
}
li.cat-hiring-tips a {
  background: #4b7bec;
}

/* slick矢印（カテゴリ横スライダー用） */
.u-cat-grid .u-blog-top-arrow {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
  background: #000;
}
.u-cat-grid .u-blog-top-arrow:hover {
  transform: scale(1.08);
}
.u-cat-grid .u-blog-top-arrow img {
  width: 25px;
  height: 25px;
  filter: invert(1);
}
.u-cat-grid .u-blog-top-arrow.is-prev {
  left: -20px;
}
.u-cat-grid .u-blog-top-arrow.is-next {
  right: -20px;
}
/* デフォルトは非表示にする */
.u-blog-top-arrow {
  display: none !important;
}

/* slick 初期化後に slick-arrow クラスが付与される → その時だけ表示 */
.slick-initialized .u-blog-top-arrow {
  display: flex !important;
}

/* ただし slick-disabled の時は非表示に戻す */
.u-blog-top-arrow.slick-disabled {
  display: none !important;
}
/* スクロールバー非表示 */
.u-cat-news-list::-webkit-scrollbar {
  display: none;
}
/*タグ*/
.u-cat-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.u-cat-item-tags li {
  margin: 0;
}
.u-cat-item-tags a {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #20777e;
  background: #eef6f7;
  padding: 6px 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.u-cat-item-tags a:hover {
  background: #20777e;
  color: #fff;
}

/*tag検索結果*/
.u-blog-tag-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.u-blog-tag-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  cursor: pointer;
}
.u-blog-tag-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.u-blog-tag-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.u-blog-tag-body {
  padding: 1.5rem 1rem 2rem;
  position: relative;
}
.u-blog-tag-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0.5rem 0 0.75rem;
  color: #222;
}

.u-blog-tag-cats {
  position: absolute;
  top: -0.8rem;
  left: 1rem;
  display: flex;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-blog-tag-cats a {
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  padding: 0.3rem 0.6rem;

  display: inline-block;
}
li.cat-news a {
  background-color: #ff914d;
}
li.cat-career a {
  background-color: #2da5a8;
}
li.cat-hiring-tips a {
  background-color: #4b7bec;
}
.cat-career {
  background-color: #2da5a8;
}

/* タグリスト（記事内） */
.u-blog-tag-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
.u-blog-tag-tags a {
  display: inline-block;
  font-size: 12px;
  color: #20777e;
  background: #eef6f7;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.u-blog-tag-tags a:hover {
  background: #20777e;
  color: #fff;
}

/* --- ブログ2列カード --- */
.u-mixed-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

/* pickup-item（求人）は何も指定しない */

.u-blog-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  cursor: pointer;
}
.u-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.u-blog-card-thumb img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  display: block;
}

.u-blog-card-body {
  padding: 1.5rem 1rem 1.75rem;
  position: relative;
}

.u-blog-card-cats {
  position: absolute;
  top: -1rem;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-blog-card-cats a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
  display: inline-block;
}
li.cat-news a {
  background: #ff914d;
}
li.cat-career a {
  background: #2da5a8;
}
li.cat-hiring-tips a {
  background: #4b7bec;
}

.u-blog-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  margin: 0.75rem 0 0.5rem;
}

.u-blog-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-blog-card-tags a {
  font-size: 12px;
  color: #20777e;
  background: #eef6f7;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.2s;
  display: block;
}
.u-blog-card-tags a:hover {
  background: #20777e;
  color: #fff;
}
.u-mixed-list .pickup-item {
  margin: 0;
}

.u-cat-more {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fff; /* 好きな色に変更可 */
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  line-height: 1;
  color: #000;
  position: relative;
  top: 5px;
}
.u-cat-more span {
  margin-left: 6px;
  font-size: 16px;
  transition: transform 0.3s ease;
}
.u-cat-more:hover {
  background-color: #0f253f; /* hover時の色 */
  transform: translateY(-2px);
  color: #fff;
}
.u-cat-more:hover span {
  transform: translateX(4px);
}

.job-com-des {
  padding-bottom: 5rem;
}
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-modal.is-open {
  display: block;
  opacity: 1;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-modal.is-open .c-modal__overlay {
  opacity: 1;
}

.c-modal__dialog {
  position: relative;
  max-width: 520px;
  width: calc(100% - 32px);
  margin: 10vh auto;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  padding: 28px 24px 24px;
  transform: translateY(30px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
.c-modal.is-open .c-modal__dialog {
  transform: translateY(0);
  opacity: 1;
}
.c-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.c-success {
  text-align: center;
  color: #132e4b;
}
.c-success__title {
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0 8px;
}
.c-success__text {
  font-size: 14px;
  color: #546276;
  margin: 0 0 18px;
}
.c-success__actions {
  display: flex;
  justify-content: center;
}

.c-btn {
  appearance: none;
  border: 1px solid #132e4b;
  background: #132e4b;
  color: #fff;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.c-success__svg {
  width: 120px;
  height: 120px;
  display: inline-block;
}
.c-success__circle {
  stroke: #1c7b7b;
  stroke-dasharray: 326;
  stroke-dashoffset: 326;
  animation: drawCircle 0.5s ease-out 0.05s forwards;
}
.c-success__check {
  stroke: #1c7b7b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: drawCheck 0.45s ease-out 0.45s forwards;
}
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 768px) {
  .c-modal__dialog {
    margin: 15vh auto;
    padding: 24px 18px;
  }
  .c-success__title {
    font-size: 18px;
  }
  .c-success__text {
    font-size: 13px;
  }
}

.qa-anc {
  text-decoration: underline;
}

/* このスライダーだけを対象 */
.u-cat-news-list.slick-slider {
  display: block !important;
}

/* 1) 行（track）をflexにして各スライドを等高に */
.u-cat-news-list .slick-track {
  display: flex !important;
  align-items: stretch !important;
}

/* 2) 各スライド要素（= li）をflexの子として伸ばす */
.u-cat-news-list .slick-slide {
  height: auto !important;
  display: flex !important;
}

/* 3) スライド中身を縦に伸ばしたい場合（任意だが推奨） */
.u-cat-news-list .u-cat-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* 4) 内部の画像/テキストがあるなら（例） */
.u-cat-news-list .u-cat-item-img {
  flex: 0 0 auto;
}
.u-cat-news-list .u-cat-item-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* CF7用 コンタクトノート */
.cf7-contact-note {
  margin-top: 32px;
  padding: 24px;
  background: #f9f9f9; /* 背景色：薄いグレー */
  border-left: 5px solid #333; /* アクセント：左線 */
  border-radius: 0 4px 4px 0;
  color: #333;
}

/* タイトル部分 */
.cf7-contact-note .cf7-note-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

/* ビックリマークアイコン */
.cf7-contact-note .cf7-note-title::before {
  content: "!";
  display: inline-block;
  background: #333;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
  flex-shrink: 0; /* アイコンが潰れないように */
}

/* 説明テキスト */
.cf7-contact-note .cf7-note-text {
  font-size: 14px;
  margin: 0 0 20px 0 !important; /* CF7のデフォルトマージンを上書き */
  opacity: 0.8;
}

/* リスト部分のコンテナ */
.cf7-contact-note .cf7-note-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 各行（TEL/MAIL） */
.cf7-contact-note .cf7-info-row {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
}

/* ラベル（TEL/MAILのバッジ） */
.cf7-contact-note .label {
  font-size: 11px;
  font-weight: 700;
  background: #ddd;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 12px;
  color: #555;
  min-width: 45px;
  text-align: center;
  display: inline-block;
}

/* リンク共通 */
.cf7-contact-note a {
  color: #333;
  text-decoration: underline;
  font-weight: 500;
}

/* 電話番号の強調 */
.cf7-contact-note .tel-link {
  font-size: 18px;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  pointer-events: none; /* PCではクリック無効にする場合 */
}

/* スマホのみ電話リンクを有効にする設定 */
@media screen and (max-width: 767px) {
  .cf7-contact-note .tel-link {
    pointer-events: auto;
    color: #0044cc !important; /* タップできる感の色（任意） */
  }
}
@media screen and (max-width: 480px) {
  .cf7-contact-note {
    padding: 20px 10px;
  }
  .cf7-contact-note .cf7-note-title {
    flex-direction: column;
  }
  .entry-btn {
    padding: 1rem 1.5rem;
  }
}

/* =============================================
   ZERO BLOG (Media Infinite & FOUC Fix)
   ============================================= */

/* --- 0. CRITICAL: FOUC防止 & ローディング --- */
#zn-shutter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e192b; /* Navy */
  z-index: 99999; /* 最前面 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.shutter-logo {
  font-family: "Orbitron", sans-serif;
  color: #bf8d23; /* Gold */
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* アニメーション要素の初期隠し */
.js-hero-sub,
.js-fade-up,
.js-scroll-fade {
  opacity: 0;
  visibility: hidden;
}
.js-split-text {
  visibility: visible; /* 親は表示 */
}

/* --- 1. GLOBAL LAYOUT --- */
:root {
  --zn-navy: #0e192b;
  --zn-gold: #bf8d23;
  --zn-white: #ffffff;
  --zn-border: rgba(14, 25, 43, 0.15);
  --zn-font-tech: "Orbitron", sans-serif;
  --zn-font-jp: "Zen Old Mincho", serif;
}

body {
  background-color: #f4f6f8;
}

.zn-magazine-container {
  width: 100%;
  overflow-x: hidden;
  font-family: var(--zn-font-jp);
  color: var(--zn-navy);
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.zn-container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.zn-container-narrow {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

/* --- 2. MEDIA BACKGROUND (New) --- */
#zn-media-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f6f8;
  overflow: hidden;
}
.bg-typo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg); /* 斜めに配置 */
  width: 150%;
  display: flex;
  flex-direction: column;
  gap: 5vh;
  opacity: 0.07; /* 極薄 */
  pointer-events: none;
}
.bg-typo-row {
  font-family: var(--zn-font-tech);
  font-size: 10vw;
  font-weight: 900;
  white-space: nowrap;
  color: var(--zn-navy);
  line-height: 1;
}
.bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, #f4f6f8 80%);
}

/* --- 3. HERO SECTION --- */
.zn-magazine-hero {
  position: relative;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 80px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.hero-header {
  position: relative;
  z-index: 2;
}
.hero-titles-wrap {
  display: inline-block;
  max-width: 100%;
}

.hero-logo {
  font-family: var(--zn-font-tech);
  font-size: clamp(2.5rem, 9vw, 7rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: var(--zn-navy);
  text-shadow: 0 20px 40px rgba(14, 25, 43, 0.1);
}
.hero-logo .char {
  display: inline-block;
}

.hero-msg {
  font-family: var(--zn-font-tech);
  font-size: 0.9rem;
  letter-spacing: 0.5em;
  color: var(--zn-gold);
  margin-bottom: 20px;
  display: block;
}

/* --- 4. PICKUP MARQUEE (New Infinite Slider) --- */
.zn-pickup-marquee {
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}

.center-head {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-head .sec-ttl {
  font-family: var(--zn-font-tech);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  color: var(--zn-navy);
}
.center-head .sec-line {
  width: 40px;
  height: 2px;
  background: var(--zn-gold);
}

/* スライダーラッパー */
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0; /* 上下の影用余白 */
}

/* トラック（流れる部分） */
.marquee-track {
  display: flex;
  width: max-content; /* 中身に合わせて伸びる */
  gap: 30px;
  animation: marqueeScroll 40s linear infinite; /* 無限スクロール */
}
/* ホバーで一時停止 */
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* 半分（セットの片割れ）移動したら戻る */
}

/* カードスタイル */
.marquee-card {
  width: 320px; /* PCでの幅 */
  flex-shrink: 0;
  transition: transform 0.3s;
}
.marquee-card:hover {
  transform: translateY(-10px);
}

.marquee-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.marquee-img {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(14, 25, 43, 0.1);
}
.marquee-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.marquee-link:hover img {
  transform: scale(1.1);
}

.cat-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--zn-navy);
  color: #fff;
  font-family: var(--zn-font-tech);
  font-size: 0.65rem;
  padding: 4px 10px;
  letter-spacing: 0.1em;
}

.marquee-info {
  padding: 15px 5px;
}
.marquee-info .date {
  font-family: var(--zn-font-tech);
  font-size: 0.75rem;
  color: #999;
  display: block;
  margin-bottom: 5px;
}
.marquee-info .ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  transition: color 0.3s;
}
.marquee-link:hover .ttl {
  color: var(--zn-gold);
}

/* --- 5. PORTAL ARCHIVE --- */
.zn-portal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.zn-cat-section {
  width: 100%;
}

.cat-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.cat-ttl-group {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.cat-en {
  font-family: var(--zn-font-tech);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  color: var(--zn-navy);
  line-height: 1;
}
.cat-jp {
  font-size: 0.9rem;
  color: #999;
  margin: 0;
}

.view-more-btn {
  font-family: var(--zn-font-tech);
  font-size: 0.8rem;
  color: var(--zn-navy);
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.view-more-btn:hover {
  color: var(--zn-gold);
}
.view-more-btn .arrow {
  transition: transform 0.3s;
}
.view-more-btn:hover .arrow {
  transform: translateX(5px);
}

/* Simple Grid (3列) */
.zn-simple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
.simple-card {
  transition: transform 0.3s;
}
.simple-card:hover {
  transform: translateY(-5px);
}
.simple-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.simple-vis {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 15px;
}
.simple-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.simple-link:hover .simple-vis img {
  transform: scale(1.1);
}
.simple-cat {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--zn-navy);
  font-family: var(--zn-font-tech);
  font-size: 0.65rem;
  padding: 3px 8px;
  font-weight: 700;
}
.simple-body {
  padding: 0 5px;
}
.simple-date {
  font-family: var(--zn-font-tech);
  font-size: 0.75rem;
  color: #999;
  display: block;
  margin-bottom: 8px;
}
.simple-ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  color: var(--zn-navy);
  transition: color 0.3s;
}
.simple-link:hover .simple-ttl {
  color: #0049ad;
}

/* --- ★SP Responsive (スマホ最適化)★ --- */
@media (max-width: 768px) {
  /* HERO */
  .zn-magazine-hero {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .hero-logo {
    font-size: 2.8rem;
  }

  /* MARQUEE */
  .marquee-card {
    width: 260px; /* スマホでは少し小さく */
  }
  .marquee-track {
    gap: 20px;
  }

  /* PORTAL */
  .zn-portal-wrapper {
    gap: 60px;
  }
  .zn-cat-section {
    padding: 1rem 0;
  }

  .cat-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .cat-ttl-group {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .cat-en {
    font-size: 1.6rem;
  }

  /* Grid: 1列 */
  .zn-simple-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* カード横長レイアウト (スマホ用) */
  .simple-link {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .simple-vis {
    width: 110px;
    height: 85px;
    aspect-ratio: 4/3;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .simple-body {
    flex-grow: 1;
    padding: 0;
  }
  .simple-ttl {
    font-size: 0.95rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* =============================================
   ZERO BLOG (Single Page SCOPED)
   ============================================= */

/* --- 0. INITIAL STATES --- */
.js-reveal,
.js-fade-up,
.js-scroll-fade {
  opacity: 0;
  visibility: hidden;
}

/* --- 1. LAYOUT & BG --- */
.zn-container-narrow {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

#global-silver-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f6f8;
  pointer-events: none;
}
.zn-bg-grid-pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(14, 25, 43, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 25, 43, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* --- 2. POST HERO (Scoped) --- */
/* 他のheroクラスと干渉しないよう .zn-post-article 内に限定 */
.zn-post-article .zn-post-hero {
  position: relative;
  width: 100%;
  height: 45vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
}

/* 背景画像 */
.zn-post-article .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
/* グラデーション */
.zn-post-article .hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(14, 25, 43, 0.2) 0%,
    rgba(14, 25, 43, 0.85) 100%
  );
  z-index: 1;
}

/* コンテンツエリア */
.zn-post-article .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 5%;
  margin-top: 20px;
}

.zn-post-article .hero-meta {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.zn-post-article .post-cat-label {
  display: inline-block;
  background: var(--zn-gold);
  color: #fff;
  font-family: var(--zn-font-tech);
  font-size: 0.75rem;
  padding: 5px 15px;
  letter-spacing: 0.1em;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ★タイトル (Scoped & Clamp)★ */
.zn-post-article .hero-title {
  font-family: var(--zn-font-jp);
  /* 最小 1.1rem 〜 最大 2.2rem */
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  margin: 0 auto;
  max-width: 960px;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/* スクロールダウン指示 */
.zn-post-article .post-scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--zn-font-tech);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.zn-post-article .post-scroll-down .line {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
}

/* --- 3. POST CONTENT (Scoped) --- */
.zn-post-article .zn-post-body-wrapper {
  background: #fff;
  padding: 80px 0 100px;
  margin-bottom: 80px;
  box-shadow: 0 10px 50px rgba(14, 25, 43, 0.05);
  position: relative;
  z-index: 5;
  margin-top: -40px;
  border-radius: 4px 4px 0 0;
}

/* 本文スタイル */
.zn-post-article .zn-post-content {
  font-size: 1.05rem;
  line-height: 2;
  color: #333;
  font-feature-settings: "palt";
}

/* ★H2: 帯デザイン (Scoped & Clamp) */
.zn-post-article .zn-post-content h2 {
  font-size: clamp(1.15rem, 3vw, 1.7rem);
  color: #fff;
  background: var(--zn-navy);
  padding: 15px 20px;
  margin: 80px 0 40px;
  letter-spacing: 0.05em;
  border-left: 6px solid var(--zn-gold);
  border-radius: 0 4px 4px 0;
  box-shadow: 0 10px 20px rgba(14, 25, 43, 0.15);
  position: relative;
  line-height: 1.4;
}

/* ★H3: 下線＋背景 (Scoped & Clamp) */
.zn-post-article .zn-post-content h3 {
  font-size: clamp(1.05rem, 2.5vw, 1.4rem);
  color: var(--zn-navy);
  padding: 10px 15px;
  background: #f8f9fa;
  border-bottom: 2px solid var(--zn-navy);
  margin: 50px 0 25px;
  font-weight: 700;
  line-height: 1.4;
}

/* H4 */
.zn-post-article .zn-post-content h4 {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
}
.zn-post-article .zn-post-content h4::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--zn-navy);
  transform: rotate(45deg);
}

/* P, IMG */
.zn-post-article .zn-post-content p {
  margin-bottom: 2em;
  text-align: justify;
}
.zn-post-article .zn-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* 強調 */
.zn-post-article .zn-post-content strong {
  background: linear-gradient(transparent 60%, rgba(191, 141, 35, 0.3) 60%);
  padding: 0 2px;
  font-weight: 700;
}

/* Blockquote */
.zn-post-article .zn-post-content blockquote {
  background: #f4f6f8;
  padding: 40px;
  border-left: 4px solid var(--zn-navy);
  margin: 50px 0;
  font-style: normal;
  color: #555;
  position: relative;
  font-weight: 500;
}
.zn-post-article .zn-post-content blockquote::before {
  content: "“";
  font-family: serif;
  font-size: 4rem;
  color: #d0d0d0;
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 1;
}

/* List (Card Style) */
.zn-post-article .zn-post-content ul,
.zn-post-article .zn-post-content ol {
  padding: 0;
  margin: 50px 0;
  list-style: none;
  display: grid;
  gap: 15px;
}
.zn-post-article .zn-post-content ul li,
.zn-post-article .zn-post-content ol li {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.zn-post-article .zn-post-content ul li:hover,
.zn-post-article .zn-post-content ol li:hover {
  transform: translateX(5px);
  border-color: var(--zn-gold);
}
.zn-post-article .zn-post-content ul li::before {
  content: "✔";
  color: var(--zn-gold);
  font-weight: 900;
  margin-right: 10px;
}
.zn-post-article .zn-post-content ol {
  counter-reset: num;
}
.zn-post-article .zn-post-content ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  color: var(--zn-navy);
  font-weight: 900;
  margin-right: 10px;
  font-family: var(--zn-font-tech);
}

/* --- 4. RELATED SECTION (Scoped) --- */
.zn-post-article .zn-related-section {
  padding-bottom: 80px;
}
.zn-post-article .related-head {
  text-align: center;
  margin-bottom: 40px;
}
.zn-post-article .rel-ttl {
  font-family: var(--zn-font-tech);
  font-size: 1.5rem;
  color: var(--zn-navy);
  margin-bottom: 15px;
}
.zn-post-article .rel-line {
  width: 40px;
  height: 2px;
  background: var(--zn-gold);
  margin: 0 auto;
}

/* --- SP Responsive --- */
@media (max-width: 768px) {
  .zn-post-article .zn-post-body-wrapper {
    margin-bottom: 0;
  }
  .zn-post-article .zn-post-hero {
    height: 40vh;
    min-height: 300px;
  }
  .zn-post-article .hero-title {
    text-align: left;
  }
  .zn-post-article .hero-content {
    padding: 0 20px;
    text-align: left;
  }
  .zn-post-article .hero-meta {
    justify-content: flex-start;
  }
  .zn-post-article .post-scroll-down {
    display: none;
  }

  .zn-post-article .zn-post-body-wrapper {
    padding: 40px 0;
    margin-top: -30px;
  }
  .zn-post-article .zn-post-content {
    font-size: 1rem;
  }

  .zn-post-article .zn-post-content blockquote {
    padding: 25px 20px;
  }
  .zn-post-article .zn-post-content h2 {
    margin: 20px 0;
    padding: 15px 10px;
  }
  .zn-post-article .zn-post-content h3 {
    margin: 10px 0 15px;
  }
}
/* =============================================
   ZeroNexa Static Page (Fixed Style)
   ============================================= */

/* --- 0. INITIAL STATES --- */
.js-reveal,
.js-fade-up {
  opacity: 0;
  visibility: hidden;
}

/* --- 1. LAYOUT --- */
.zn-static-container {
  width: 100%;
  overflow-x: hidden;
  font-family: var(--zn-font-jp);
  color: var(--zn-navy);
  padding-bottom: 100px;
}

/* --- 2. PAGE HERO (Navy Block) --- */
.zn-static-hero {
  position: relative;
  width: 100%;
  height: 400px; /* 固定ヘッダーの高さ */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0; /* 下の要素を食い込ませるため */
}

/* 背景（ネイビー＋テック柄） */
.zn-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--zn-navy);
  /* 方眼紙のようなグリッドパターン */
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 0;
}
/* 下部を斜めにカットする場合（お好みで有効化） */
/* .zn-hero-bg { clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); } */

.zn-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-title {
  font-family: var(--zn-font-tech);
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.hero-sub {
  font-family: var(--zn-font-jp);
  font-size: 1rem;
  color: var(--zn-gold);
  margin-top: 10px;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.hero-deco-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, var(--zn-gold), transparent);
  margin: 20px auto 0;
}

/* --- 3. PAGE BODY (White Paper) --- */
.zn-static-body {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 5%;
}

.zn-paper-container {
  max-width: 1000px;
  margin: -80px auto 0; /* ★ネイビーヘッダーに80px被せる */
  background: #fff;
  padding: 60px;
  box-shadow: 0 20px 60px rgba(14, 25, 43, 0.15); /* 強い影で浮遊感 */
  border-radius: 4px;
  position: relative;
}

/* 上部のアクセントバー */
.zn-paper-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--zn-navy), var(--zn-gold));
}

/* 画像エリア */
.company-visual-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.company-visual-wrap img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee; /* 薄い枠線 */
  padding: 10px; /* 額縁のような余白 */
  background: #fff;
}

/* 四隅の装飾 (テック感) */
.corner-deco {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid var(--zn-navy);
  pointer-events: none;
}
.corner-deco.tl {
  top: -10px;
  left: -10px;
  border-right: none;
  border-bottom: none;
}
.corner-deco.br {
  bottom: -10px;
  right: -10px;
  border-left: none;
  border-top: none;
}

/* --- SP Responsive --- */
@media (max-width: 768px) {
  .zn-static-hero {
    height: 300px;
  }
  .hero-title {
    font-size: 2.5rem;
	 padding:0 10px;
  }

  .zn-paper-container {
    padding: 30px 20px;
    margin-top: -60px; /* 被り幅を調整 */
  }

  /* 画像の余白を減らす */
  .company-visual-wrap img {
    padding: 5px;
  }
}
/* =============================================
   ZeroNexa Cool Company (Origin & Spec Style v3)
   ============================================= */

/* --- 1. BASE WRAPPER --- */
.zn-cool-body {
  background: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;

  padding-top: 50px;
  padding-bottom: 0; /* ★修正: 下部余白削除 */
}

/* --- 2. ORIGIN SECTION --- */
.zn-origin-section {
  position: relative;
  padding: 100px 0 150px;
  background: #fff;
  overflow: hidden;
}

/* 背景の巨大文字 */
.origin-bg-text {
  position: absolute;
  top: 0;
  right: -5vw; /* 少し見切れさせる */
  font-family: var(--zn-font-tech);
  font-size: 25vw;
  font-weight: 900;
  color: #f7f9fc;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}

.origin-layout {
  display: flex;
  align-items: flex-start;
  /* ★修正: 要素間のバランス調整 */
  gap: 60px;
  position: relative;
  z-index: 1;
}

/* 左：巨大な数字「0」 */
.origin-visual {
  flex-shrink: 0;
  position: relative;
}
.huge-number {
  font-family: var(--zn-font-tech);
  font-size: 15rem;
  line-height: 0.8;
  font-weight: 700;
  color: var(--zn-navy);
  text-shadow: 10px 10px 0 rgba(191, 141, 35, 0.2);
  display: block;
}
.visual-deco-line {
  width: 100px;
  height: 6px;
  background: var(--zn-gold);
  margin-top: 20px;
  margin-left: 10px;
}

/* 中央：テキスト群 */
.origin-text-area {
  flex-grow: 1;
  padding-top: 40px;
  max-width: 600px; /* 横に広がりすぎないように制限 */
}

.origin-lead {
  margin-bottom: 50px;
}
.origin-lead .en {
  font-family: var(--zn-font-tech);
  font-size: 4rem;
  font-weight: 700;
  color: var(--zn-navy);
  line-height: 0.9;
  letter-spacing: -0.02em;
  display: block;
}

.origin-desc {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* キャッチコピー */
.origin-catch {
  font-family: var(--zn-font-jp);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--zn-navy);
  line-height: 1.5;
  margin: 0;
  padding-left: 20px;
  border-left: 5px solid var(--zn-gold);
}

.t-body {
  font-size: 1rem;
  line-height: 2;
  color: #444;
  font-family: var(--zn-font-jp);
  margin: 0;
}

/* ★追加: 右サイドの装飾 (テックライン) */
.origin-right-deco {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  width: 40px; /* 細長く確保 */
}
.ord-line {
  width: 1px;
  background: #ccc;
}
.ord-line.top {
  height: 100px;
}
.ord-line.bottom {
  height: 200px;
}

.ord-txt {
  writing-mode: vertical-rl; /* ここだけ縦書きでアクセント */
  font-family: var(--zn-font-tech);
  font-size: 0.8rem;
  color: var(--zn-gold);
  letter-spacing: 0.2em;
  margin: 20px 0;
  font-weight: 700;
}
.ord-dots {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.ord-dots span {
  width: 4px;
  height: 4px;
  background: var(--zn-navy);
  border-radius: 50%;
}

/* --- 3. SERVICE SPEC SECTION --- */
.zn-service-spec-section {
  background: #f4f6f8;
  padding: 120px 0;
  position: relative;
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
}

.spec-header {
  margin-bottom: 60px;
  border-left: 5px solid var(--zn-navy);
  padding-left: 20px;
}
.sh-sub {
  display: block;
  font-family: var(--zn-font-tech);
  font-size: 0.8rem;
  color: var(--zn-gold);
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
.sh-title {
  font-family: var(--zn-font-tech);
  font-size: 2.5rem;
  color: var(--zn-navy);
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.zn-spec-list {
  display: flex;
  flex-direction: column;
}

/* リスト行 (★修正: ホバーエフェクト削除) */
.spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid rgba(14, 25, 43, 0.1);
  padding: 40px 30px;
  position: relative;
}
.spec-row:first-child {
  border-top: 1px solid rgba(14, 25, 43, 0.1);
}

/* 左側 */
.sr-head {
  width: 30%;
  flex-shrink: 0;
}
.sr-num {
  font-family: var(--zn-font-tech);
  font-size: 1rem;
  color: var(--zn-gold);
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.sr-ttl {
  font-family: var(--zn-font-tech);
  font-size: 1.5rem;
  color: var(--zn-navy);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

/* 中央 */
.sr-body {
  width: 50%;
  padding: 0 30px;
}
.sr-lead {
  font-family: var(--zn-font-jp);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--zn-navy);
  margin-bottom: 10px;
}
.sr-desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* 右側：アイコン (固定表示) */
.sr-icon {
  font-size: 2.5rem;
  color: #ccc; /* 薄いグレーで静的に配置 */
}

/* --- SP Responsive (スマホ対応) --- */
@media (max-width: 900px) {
  /* 背景文字を見える位置に調整 */
  .origin-bg-text {
    font-size: 35vw;
    top: 50px;
    right: -5vw;
    opacity: 0.05;
  }

  .zn-origin-section {
    padding: 60px 0;
  }

  .origin-layout {
    flex-direction: column;
    /* ★修正: スマホでの詰まりを解消 */
    gap: 50px;
  }

  /* 右サイド装飾はスマホでは非表示（邪魔になるため） */
  .origin-right-deco {
    display: none;
  }

  /* ビジュアル */
  .origin-visual {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
  }
  .huge-number {
    font-size: 8rem;
  }

  /* テキストエリア */
  .origin-text-area {
    padding-top: 0;
    max-width: 100%;
  }
  .origin-lead .en {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .origin-desc {
    gap: 30px; /* 行間を広げる */
  }
  .origin-catch {
    font-size: 1.3rem;
  }

  /* Service List */
  .zn-service-spec-section {
    clip-path: none;
    padding: 60px 0;
    margin-top: 0; /* マージンリセット */
  }

  .spec-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    gap: 20px;
  }

  .sr-head,
  .sr-body {
    width: 100%;
    padding: 0;
  }
  .sr-icon {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 2rem;
  }
  .sr-ttl {
    font-size: 1.3rem;
  }
}
/* =============================================
   ZeroNexa Business Page (Clear Style v2)
   ============================================= */

/* --- 1. BASE LAYOUT --- */
.zn-business-body {
  background: #f4f6f8;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

/* --- 2. INTRO --- */
.zn-biz-intro {
  text-align: center;
  padding: 100px 0 80px;
}
.biz-lead {
  font-family: var(--zn-font-tech);
  font-size: 3rem;
  font-weight: 700;
  color: var(--zn-navy);
  margin-bottom: 20px;
  line-height: 1;
}
.biz-lead .gold {
  color: var(--zn-gold);
}
.biz-desc {
  font-family: var(--zn-font-jp);
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
}

/* --- 3. SPLIT SECTION --- */
.zn-biz-split-section {
  padding: 60px 0;
}

.zn-biz-split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

/* ★修正: PCでは row-reverse で「テキスト←画像」にする */
.zn-biz-split-section.reverse .zn-biz-split {
  flex-direction: row-reverse;
}

/* --- 3-A. VISUAL (画像) --- */
.zn-biz-visual {
  width: 50%;
  position: relative;
}

.doc-frame {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.doc-img-clear {
  width: 100%;
  height: auto;
  display: block;
}

/* --- 3-B. INFO (テキスト) --- */
.zn-biz-info {
  width: 45%;
  padding-top: 10px;
}

.info-head {
  margin-bottom: 40px;
  border-left: 4px solid var(--zn-gold);
  padding-left: 20px;
}
.ih-num {
  font-family: var(--zn-font-tech);
  font-size: 2.5rem;
  color: #e0e0e0;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.ih-ttl {
  font-family: var(--zn-font-tech);
  font-size: 2rem;
  color: var(--zn-navy);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.ih-sub {
  font-family: var(--zn-font-jp);
  font-size: 0.95rem;
  color: #666;
  margin: 5px 0 0;
  font-weight: 700;
}

.info-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ib-row {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.ib-row:last-child {
  border-bottom: none;
}
.ib-ttl {
  font-family: var(--zn-font-jp);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--zn-navy);
  margin-bottom: 10px;
}
.ib-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.ib-desc strong {
  color: var(--zn-navy);
  background: linear-gradient(transparent 60%, rgba(191, 141, 35, 0.2) 60%);
}
.ib-desc small {
  color: #999;
  font-size: 0.8em;
  display: block;
  margin-top: 5px;
}

/* --- CONNECTOR --- */
.zn-biz-connector {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.zn-biz-connector .line {
  width: 1px;
  height: 60px;
  background: #ccc;
}

/* --- CTA --- */
.zn-biz-cta {
  margin-top: 80px;
}
.biz-cta-box {
  background: var(--zn-navy);
  padding: 80px 40px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.biz-cta-box::before {
  content: "ZERONEXA";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--zn-font-tech);
  font-size: 15vw;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  pointer-events: none;
  white-space: nowrap;
}

.b-cta-title {
  font-family: var(--zn-font-tech);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.b-cta-desc {
  font-family: var(--zn-font-jp);
  font-size: 1rem;
  margin-bottom: 40px;
  line-height: 1.8;
  position: relative;
}
.b-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--zn-gold);
  color: #fff;
  font-family: var(--zn-font-tech);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 60px;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  gap: 10px;
}
.b-cta-btn:hover {
  background: #fff;
  color: var(--zn-navy);
  transform: translateY(-3px);
}

/* --- SP Responsive --- */
@media (max-width: 900px) {
  /* スマホでは縦並び（画像が上） */
  .zn-biz-split,
  .zn-biz-split-section.reverse .zn-biz-split {
    flex-direction: column;
    gap: 30px;
  }

  .zn-biz-visual,
  .zn-biz-info {
    width: 100%;
  }

  .biz-lead {
    font-size: 2rem;
  }
  .ih-ttl {
    font-size: 1.6rem;
  }

  .b-cta-title {
    font-size: 2rem;
  }
  .b-cta-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .zn-biz-intro {
    padding-bottom: 0;
  }
  .zn-biz-cta {
    padding: 0;
    margin-top: 30px;
  }
  .biz-cta-box {
    padding: 40px 20px;
  }
}
/* =============================================
   ZeroNexa Job Entry Page (Wide Grid Style)
   ============================================= */

/* --- LAYOUT CONTAINER --- */
/* 幅広コンテナ定義 (既存にあれば不要ですが念のため) */
.zn-container {
  width: 94%;
  max-width: 1200px; /* 1200pxまで広げる */
  margin: 0 auto;
}

/* --- FORM PAPER (白い台紙) --- */
.zn-entry-paper {
  background: #fff;
  padding: 80px 60px; /* 横幅が広がった分、内部余白も少しリッチに */
  box-shadow: 0 10px 40px rgba(14, 25, 43, 0.08);
  border-top: 4px solid var(--zn-navy);
}

/* --- GRID SYSTEM (2列レイアウト用) --- */
.zn-entry-form-scope .entry-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左右均等 */
  gap: 40px; /* 横幅が広がったので隙間も少し広げる */
  margin-bottom: 30px;
}

.zn-entry-form-scope .entry-grid-full {
  width: 100%;
  margin-bottom: 30px;
}

/* --- LABELS --- */
.zn-entry-form-scope label {
  display: flex;
  align-items: baseline;
  gap: 15px; /* ラベル間の隙間調整 */
  margin-bottom: 10px;
  width: 100%;
  border: none !important;
  padding: 0 !important;
}

.zn-entry-form-scope .lbl-en {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.zn-entry-form-scope .lbl-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.85rem;
  color: #888;
  font-weight: normal;
}

/* 必須バッジ */
.zn-entry-form-scope .req-badge {
  background: #0e192b;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.7rem;
  padding: 3px 8px;
  margin-left: auto;
  border-radius: 2px;
  line-height: 1;
  display: inline-block;
}

/* --- INPUT FIELDS --- */
.zn-entry-form-scope input[type="text"],
.zn-entry-form-scope input[type="email"],
.zn-entry-form-scope input[type="tel"],
.zn-entry-form-scope input[type="url"],
.zn-entry-form-scope textarea,
.zn-entry-form-scope select {
  width: 100% !important;
  height: 54px !important; /* 少し高さを出す */
  padding: 0 20px !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
  color: #333 !important;
  transition: 0.3s;
  box-sizing: border-box !important;
  box-shadow: none !important;
  font-family: "Noto Sans JP", sans-serif;
}

.zn-entry-form-scope textarea {
  height: 200px !important; /* テキストエリアも広く */
  padding-top: 15px !important;
  resize: vertical;
}

.zn-entry-form-scope input:focus,
.zn-entry-form-scope textarea:focus,
.zn-entry-form-scope select:focus {
  background-color: #fff !important;
  border-color: var(--zn-navy) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(46, 64, 107, 0.1) !important;
}

/* --- SUBMIT BUTTON --- */
.zn-entry-form-scope input[type="submit"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 80px auto 0;
  padding: 0 !important;
  height: 60px !important;
  background: var(--zn-navy) !important;
  color: #fff !important;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border: none !important;
  cursor: pointer;
  transition: 0.3s;
}

.zn-entry-form-scope input[type="submit"]:hover {
  background: var(--zn-gold) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* --- SP Responsive --- */
@media (max-width: 768px) {
  .zn-entry-paper {
    padding: 30px 20px;
  }

  .zn-entry-form-scope .entry-grid-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }

  .zn-entry-form-scope .entry-grid-row > div,
  .zn-entry-form-scope .entry-grid-full {
    margin-bottom: 30px;
  }

  .zn-entry-form-scope .lbl-en {
    font-size: 1rem;
  }
}

/* =============================================
   ZeroNexa QA & Cancellation
   ============================================= */

/* --- QA LAYOUT --- */
.zn-console-wrapper {
  padding-bottom: 120px;
  padding-top: 60px;
  position: relative;
  z-index: 5;
}

.zn-console-layout {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

/* --- LEFT SIDEBAR (PC) / TOP NAV (SP) --- */
.console-nav {
  width: 300px;
  flex-shrink: 0;
}

.cs-sticky-box {
  position: sticky;
  top: 100px;
  background: #fff;
  border: 1px solid rgba(14, 25, 43, 0.1);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(14, 25, 43, 0.05);
}

.cs-label {
  font-family: var(--zn-font-tech);
  font-size: 0.8rem;
  color: #999;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.cs-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cs-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 15px 20px;
  background: #f8f9fb;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.cs-btn .num {
  font-family: var(--zn-font-tech);
  font-size: 0.8rem;
  color: #ccc;
  margin-bottom: 5px;
}
.cs-btn .txt {
  font-family: var(--zn-font-tech);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--zn-navy);
  line-height: 1.2;
}
.cs-btn .sub {
  font-family: var(--zn-font-jp);
  font-size: 0.8rem;
  color: #999;
  margin-top: 5px;
}
.cs-btn .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--zn-navy);
  transform: scaleY(0);
  transition: 0.3s;
  transform-origin: top;
}

.cs-btn:hover {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.cs-btn.active {
  background: #fff;
  border-color: rgba(14, 25, 43, 0.1);
  box-shadow: 0 5px 20px rgba(14, 25, 43, 0.1);
}
.cs-btn.active .indicator {
  transform: scaleY(1);
}
.cs-btn.active .txt {
  color: var(--zn-navy);
}

/* Decoration */
.cs-deco {
  margin-top: 30px;
  text-align: right;
}
.cs-line {
  height: 1px;
  background: #eee;
  margin-bottom: 10px;
}
.cs-id {
  font-family: var(--zn-font-tech);
  font-size: 0.7rem;
  color: #ccc;
}

/* --- RIGHT MAIN --- */
.console-monitor {
  flex-grow: 1;
  min-height: 500px;
}
.monitor-panel {
  display: none;
}
.monitor-panel.active {
  display: block;
}

.panel-title {
  font-family: var(--zn-font-tech);
  font-size: 2rem;
  color: var(--zn-navy);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.panel-title .icon {
  font-size: 1.8rem;
}
.panel-desc {
  font-family: var(--zn-font-jp);
  color: #666;
  margin-bottom: 40px;
  font-size: 0.95rem;
}

/* QA Items */
.qa-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.qa-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s;
}
.qa-item.open {
  box-shadow: 0 10px 30px rgba(14, 25, 43, 0.08);
  border-color: rgba(14, 25, 43, 0.2);
}

.qa-head {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}
.qa-head:hover {
  background: #fbfbfb;
}
.q-led {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  margin-right: 20px;
}
.qa-item.open .q-led {
  background: #00e5ff;
  box-shadow: 0 0 8px #00e5ff;
}
.q-txt {
  flex-grow: 1;
  font-family: var(--zn-font-jp);
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
.toggle-icon {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  transition: 0.3s;
}
.qa-item.open .toggle-icon {
  background: var(--zn-navy);
}

.qa-body {
  height: 0;
  overflow: hidden;
  background: #f8f9fb;
}
.a-box {
  padding: 20px 25px 30px 53px;
  border-top: 1px solid #eee;
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
}
.qa-anc {
  color: var(--zn-navy);
  font-weight: 700;
  text-decoration: underline;
}

/* --- CANCELLATION PAGE --- */
.zn-cancel-section {
  padding: 50px 0 120px;
}
.cancel-card {
  display: none;
  background: #fff;
  border: 1px solid rgba(14, 25, 43, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(14, 25, 43, 0.05);
}
.cancel-card.active {
  display: block;
}

.cc-head {
  background: #fdfdfd;
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.cc-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 10px;
}
.cc-title {
  font-family: var(--zn-font-tech);
  font-size: 2.2rem;
  color: var(--zn-navy);
  margin: 0 0 5px;
  line-height: 1;
}
.cc-sub {
  color: #ff4d4d;
  font-weight: 700;
  font-size: 0.9rem;
}

.cc-body {
  padding: 50px;
}
.warn-box {
  background: #fff5f5;
  border: 1px solid #ffebeb;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.wb-ttl {
  color: #cc0000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.wb-txt {
  color: #333;
  line-height: 1.8;
  font-size: 0.95rem;
}

.cancel-terms .term-list {
  padding-left: 20px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.cancel-terms .term-list li {
  margin-bottom: 10px;
}
.term-note {
  text-align: center;
  font-weight: 700;
  color: #333;
}
.term-note span {
  color: #cc0000;
  text-decoration: underline;
}

.cc-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.cc-btn {
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1rem;
  cursor: pointer;
  border: none;
}
.cc-btn.back {
  background: #eee;
  color: #666;
}
.cc-btn.next,
.cc-btn.confirm {
  background: var(--zn-navy);
  color: #fff;
  box-shadow: 0 5px 15px rgba(14, 25, 43, 0.3);
}
.cc-btn.next:hover,
.cc-btn.confirm:hover {
  background: var(--zn-gold);
  transform: translateY(-3px);
}

/* Steps */
.flow-steps {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.fs-item {
  background: #f8f9fb;
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
  width: 220px;
  border-radius: 4px;
}
.fs-num {
  font-family: var(--zn-font-tech);
  font-size: 1.5rem;
  color: #ddd;
  display: block;
  font-weight: 700;
}
.fs-txt {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 700;
}
.fs-arrow {
  font-size: 1.5rem;
  color: #ccc;
}

.pdf-download-area {
  text-align: center;
  margin-bottom: 30px;
}
.pdf-dl-btn {
  display: inline-block;
  padding: 20px 40px;
  background: #f0f4f8;
  color: var(--zn-navy);
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #dde2e6;
  transition: 0.3s;
}
.pdf-dl-btn:hover {
  background: #fff;
  border-color: var(--zn-navy);
}

/* --- SP Responsive (Improved) --- */
@media (max-width: 900px) {
  .zn-console-layout {
    flex-direction: column;
    gap: 0;
  }

  /* スマホではサイドバーを上部タブに変換 */
  .console-nav {
    width: 100%;
    margin-bottom: 30px;
  }
  .cs-sticky-box {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .cs-label,
  .cs-deco {
    display: none; /* ラベルと装飾は非表示 */
  }

  .cs-menu {
    flex-direction: row; /* 横並び */
    gap: 10px;
  }

  .cs-btn {
    flex: 1; /* 均等割り */
    padding: 10px 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .cs-btn .num {
    display: none;
  } /* 番号は消す */
  .cs-btn .txt {
    font-size: 0.75rem;
    margin-bottom: 2px;
  }
  .cs-btn .sub {
    font-size: 0.7rem;
    margin-top: 0;
  }
  .cs-btn .indicator {
    height: 3px;
    top: auto;
    bottom: 0;
    width: 100%;
    transform: scaleX(0);
    transition: 0.3s;
    transform-origin: left;
  }
  .cs-btn.active .indicator {
    transform: scaleX(1);
  }

  /* パネル内調整 */
  .panel-title {
    font-size: 1.5rem;
  }
  .a-box {
    padding: 20px;
  }
  .q-led {
    margin-right: 15px;
  }

  /* Cancellation SP */
  .cc-body {
    padding: 20px;
  }
  .cc-actions {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .cc-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .flow-steps {
    flex-direction: column;
  }
  .fs-item {
    width: 100%;
    box-sizing: border-box;
  }
}
/* =============================================
   ZeroNexa Cancellation Page (Fixed Style)
   ============================================= */

/* --- LAYOUT CONTAINER (念のため再定義) --- */
.zn-container {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* --- CANCEL SECTION --- */
.zn-cancel-section {
  padding: 60px 0 120px;
}

/* --- CANCEL CARD --- */
.cancel-card {
  display: none;
  background: #fff;
  border: 1px solid rgba(14, 25, 43, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(14, 25, 43, 0.05);
  margin: 0 auto;
  max-width: 800px; /* カード自体の最大幅 */
}
.cancel-card.active {
  display: block;
}

/* Head */
.cc-head {
  background: #fdfdfd;
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.cc-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 15px;
}
.cc-title {
  font-family: var(--zn-font-tech);
  font-size: 2.2rem;
  color: var(--zn-navy);
  margin: 0 0 5px;
  line-height: 1;
  font-weight: 700;
}
.cc-sub {
  color: #ff4d4d;
  font-weight: 700;
  font-size: 0.9rem;
}

/* Body */
.cc-body {
  padding: 50px;
}

/* Warn Box */
.warn-box {
  background: #fff5f5;
  border: 1px solid #ffebeb;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.wb-ttl {
  color: #cc0000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.wb-txt {
  color: #333;
  line-height: 1.8;
  font-size: 0.95rem;
  margin: 0;
}

/* Terms List */
.cancel-terms .term-list {
  padding-left: 20px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.cancel-terms .term-list li {
  margin-bottom: 10px;
}
.term-note {
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}
.term-note span {
  color: #cc0000;
  text-decoration: underline;
}

/* Steps Flow (Step 2) */
.flow-steps {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.fs-item {
  background: #f8f9fb;
  padding: 20px;
  border: 1px solid #eee;
  text-align: center;
  width: 220px;
  border-radius: 4px;
}
.fs-num {
  font-family: var(--zn-font-tech);
  font-size: 1.5rem;
  color: #ddd;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.fs-txt {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 700;
  color: var(--zn-navy);
  line-height: 1.4;
}
.fs-arrow {
  font-size: 1.5rem;
  color: #ccc;
  font-weight: 700;
}

/* PDF Download */
.pdf-download-area {
  text-align: center;
  margin-bottom: 40px;
}
.pdf-dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  background: #f0f4f8;
  color: var(--zn-navy);
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #dde2e6;
  transition: 0.3s;
}
.pdf-dl-btn:hover {
  background: #fff;
  border-color: var(--zn-navy);
  transform: translateY(-2px);
}

/* Action Buttons */
.cc-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  border-top: 1px dashed #eee;
  padding-top: 30px;
}
.cc-btn {
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  min-width: 200px;
  text-align: center;
}
.cc-btn.back {
  background: #eee;
  color: #666;
}
.cc-btn.back:hover {
  background: #e0e0e0;
}
.cc-btn.next,
.cc-btn.confirm {
  background: var(--zn-navy);
  color: #fff;
  box-shadow: 0 5px 15px rgba(14, 25, 43, 0.3);
}
.cc-btn.next:hover,
.cc-btn.confirm:hover {
  background: var(--zn-gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(191, 141, 35, 0.4);
}

/* SP Responsive */
@media (max-width: 768px) {
  .cc-head {
    padding: 30px 20px;
  }
  .cc-title {
    font-size: 1.8rem;
  }
  .cc-body {
    padding: 30px 20px;
  }

  .flow-steps {
    flex-direction: column;
    gap: 15px;
  }
  .fs-item {
    width: 100%;
    box-sizing: border-box;
  }
  .fs-arrow {
    transform: rotate(90deg);
  }

  .cc-actions {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .cc-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .pdf-dl-btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
} /* =============================================
   ZeroNexa Cancellation Page (Final Fix v3)
   ============================================= */

/* --- LAYOUT CONTAINER --- */
.zn-container {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* --- CANCEL SECTION --- */
.zn-cancel-section {
  padding: 60px 0 120px;
}

/* --- CANCEL CARD --- */
.cancel-card {
  display: none;
  background: #fff;
  border: 1px solid rgba(14, 25, 43, 0.1);
  box-shadow: 0 20px 60px rgba(14, 25, 43, 0.08);
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  padding: 5px;
}
.cancel-card.active {
  display: block;
}

/* 四隅の装飾 */
.tf-corner {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 3px solid var(--zn-navy);
  z-index: 2;
  pointer-events: none;
}
.tf-corner.top-left {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
.tf-corner.top-right {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}
.tf-corner.bottom-left {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}
.tf-corner.bottom-right {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

/* Head */
.cc-head {
  background: #fdfdfd;
  padding: 40px;
  text-align: center;
  border-bottom: 1px dashed #ddd;
}
.cc-icon-tech {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cc-title {
  font-family: var(--zn-font-tech);
  font-size: 2.2rem;
  color: var(--zn-navy);
  margin: 0 0 5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cc-sub {
  font-family: var(--zn-font-jp);
  color: #666;
  font-weight: 700;
  font-size: 0.9rem;
}
.cc-line {
  width: 50px;
  height: 3px;
  background: var(--zn-gold);
  margin: 20px auto 0;
}

/* Body */
.cc-body {
  padding: 50px;
  background-image:
    linear-gradient(rgba(14, 25, 43, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 25, 43, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Warn Box */
.warn-box {
  background: #fff;
  border-left: 5px solid #cc0000;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.wb-ttl {
  color: #cc0000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.wb-txt {
  color: #333;
  line-height: 1.8;
  font-size: 0.95rem;
  margin: 0;
}

/* Terms List */
.cancel-terms .term-list {
  padding-left: 20px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.cancel-terms .term-list li {
  margin-bottom: 10px;
}
.term-note {
  text-align: center;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
}
.term-note span {
  color: #cc0000;
  text-decoration: underline;
}

/* --- FLOW STEPS --- */
.flow-steps {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap; /* 念のためラップ許可 */
}

.fs-item {
  background: #fff;
  padding: 20px 10px;
  border: 1px solid #ccc;
  text-align: center;
  /* width固定をやめ、flexで伸縮させる */
  flex: 1;
  min-width: 140px; /* ある程度縮んでも崩れないように */
  max-width: 220px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.fs-num {
  font-family: var(--zn-font-tech);
  font-size: 1.5rem;
  color: var(--zn-gold);
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.fs-txt {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 700;
  color: var(--zn-navy);
  line-height: 1.4;
}

/* 矢印 (PCは右向き) */
.fs-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.fs-arrow::before {
  content: "▶";
  font-size: 1.5rem;
  color: #ccc;
  font-family: sans-serif;
}

/* --- MAIN ACTION (PDF DOWNLOAD) --- */
.final-action-area {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}
.fa-lead {
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}

.tech-dl-btn {
  display: inline-block;
  background: var(--zn-navy);
  color: #fff;
  text-decoration: none;
  padding: 20px 60px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border: 2px solid var(--zn-navy);
  border-radius: 4px;
}
.tech-dl-btn .btn-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tech-dl-btn .icon {
  font-size: 2rem;
  margin-bottom: 5px;
}
.tech-dl-btn .txt {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.tech-dl-btn .sub-txt {
  font-family: var(--zn-font-tech);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}

/* 光るエフェクト */
.tech-dl-btn .btn-glare {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: 0.5s;
  z-index: 1;
}
.tech-dl-btn:hover .btn-glare {
  left: 150%;
  transition: 0.5s;
}
.tech-dl-btn:hover {
  background: var(--zn-gold);
  border-color: var(--zn-gold);
  box-shadow: 0 10px 30px rgba(191, 141, 35, 0.4);
  transform: translateY(-3px);
}

.fa-note {
  font-size: 0.85rem;
  color: #999;
  margin-top: 20px;
  line-height: 1.6;
}

/* --- NAV BUTTONS --- */
.cc-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  border-top: 1px dashed #ccc;
  padding-top: 30px;
}
.center-single {
  justify-content: center;
}

.cc-btn {
  padding: 15px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  min-width: 220px;
  text-align: center;
  font-family: var(--zn-font-jp);
}
.cc-btn.back {
  background: #eee;
  color: #666;
}
.cc-btn.back:hover {
  background: #e0e0e0;
}
.cc-btn.next {
  background: #cc0000;
  color: #fff;
}
.cc-btn.next:hover {
  background: #aa0000;
  box-shadow: 0 5px 15px rgba(204, 0, 0, 0.3);
}

.cc-btn.back-simple {
  background: transparent;
  color: #999;
  text-decoration: underline;
  padding: 10px;
}
.cc-btn.back-simple:hover {
  color: var(--zn-navy);
}

/* --- SP Responsive (Modified) --- */
/* 768pxではまだ横並びを維持したいので、ブレークポイントを600pxに下げる */
@media (max-width: 600px) {
  .cc-head {
    padding: 25px 15px;
  }
  .cc-body {
    padding: 25px 15px;
  }
  .warn-box {
    padding: 20px;
  }
  .final-action-area {
    padding: 20px 15px;
  }

  .cc-title {
    font-size: 1.6rem;
  }
  .cc-sub {
    font-size: 0.8rem;
  }

  /* フローチャート: ここで初めて縦並びにする */
  .flow-steps {
    flex-direction: column;
    gap: 15px;
  }
  .fs-item {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
  }

  /* 矢印を下向きに回転 */
  .fs-arrow {
    transform: rotate(90deg); /* 90度回転して下向きに */
  }

  .cc-actions {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .cc-btn {
    width: 100%;
    box-sizing: border-box;
  }

  /* ボタンのパディングを10pxに */
  .tech-dl-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 10px; /* 修正 */
  }
  .tech-dl-btn .txt {
    font-size: 1.1rem;
  }
}
/* =============================================
   ZeroNexa Contact Page (Paper & Grid Style)
   ============================================= */

/* --- LAYOUT --- */
.zn-form-section {
  padding: 60px 0 120px;
}

/* --- FORM PAPER (白い台紙) --- */
.zn-entry-paper {
  background: #fff;
  padding: 80px 60px;
  box-shadow: 0 10px 40px rgba(14, 25, 43, 0.08);
  border-top: 4px solid var(--zn-navy);
}

/* --- GRID SYSTEM --- */
.zn-entry-form-scope .entry-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}
.zn-entry-form-scope .entry-grid-full {
  width: 100%;
  margin-bottom: 30px;
}

/* --- LABELS --- */
.zn-entry-form-scope label {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 10px;
  width: 100%;
  border: none !important;
  padding: 0 !important;
}

.zn-entry-form-scope .lbl-en {
  font-family: "Orbitron", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.zn-entry-form-scope .lbl-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.85rem;
  color: #888;
  font-weight: normal;
}

/* 必須バッジ */
.zn-entry-form-scope .req-badge {
  background: #0e192b;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 0.7rem;
  padding: 3px 8px;
  margin-left: auto;
  border-radius: 2px;
  line-height: 1;
  display: inline-block;
}

/* --- INPUT FIELDS --- */
.zn-entry-form-scope input[type="text"],
.zn-entry-form-scope input[type="email"],
.zn-entry-form-scope input[type="tel"],
.zn-entry-form-scope textarea,
.zn-entry-form-scope select {
  width: 100% !important;
  height: 54px !important;
  padding: 0 20px !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
  color: #333 !important;
  transition: 0.3s;
  box-sizing: border-box !important;
  box-shadow: none !important;
  font-family: "Noto Sans JP", sans-serif;
}

.zn-entry-form-scope textarea {
  height: 200px !important;
  padding-top: 15px !important;
  resize: vertical;
}

.zn-entry-form-scope input:focus,
.zn-entry-form-scope textarea:focus,
.zn-entry-form-scope select:focus {
  background-color: #fff !important;
  border-color: var(--zn-navy) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(46, 64, 107, 0.1) !important;
}

/* --- PRIVACY CHECK --- */
.privacy-area {
  margin: 40px 0;
  text-align: center;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.privacy-link {
  font-weight: 700;
  color: var(--zn-navy);
  text-decoration: underline;
}
.privacy-link:hover {
  color: var(--zn-gold);
}
.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-acceptance label {
  justify-content: center;
}

/* --- SUBMIT BUTTON --- */
.zn-entry-form-scope input[type="submit"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 !important;
  height: 60px !important;
  background: var(--zn-navy) !important;
  color: #fff !important;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border: none !important;
  cursor: pointer;
  transition: 0.3s;
}

.zn-entry-form-scope input[type="submit"]:hover {
  background: var(--zn-gold) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* --- SUCCESS MODAL --- */
.zn-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 25, 43, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.zn-modal-window {
  background: #fff;
  padding: 50px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 229, 255, 0.2);
}
.success-icon-anim {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid var(--zn-navy);
  border-top-color: transparent;
  border-radius: 50%;
}
.check-mark {
  font-size: 2.5rem;
  color: var(--zn-gold);
}
.modal-title {
  font-family: "Orbitron", sans-serif;
  font-size: 1.8rem;
  color: var(--zn-navy);
  margin-bottom: 15px;
}
.modal-text {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}
.modal-close-btn {
  background: transparent;
  border: 1px solid var(--zn-navy);
  color: var(--zn-navy);
  padding: 12px 30px;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.modal-close-btn:hover {
  background: var(--zn-navy);
  color: #fff;
}

/* SP Responsive */
@media (max-width: 768px) {
  .zn-entry-paper {
    padding: 30px 20px;
  }
  .zn-entry-form-scope .entry-grid-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
  .zn-entry-form-scope .entry-grid-row > div,
  .zn-entry-form-scope .entry-grid-full {
    margin-bottom: 30px;
  }
  .privacy-area {
    padding: 20px 10px;
    font-size: 0.9rem;
  }
  .zn-entry-form-scope label {
    gap: 5px;
  }
	
}
@media (max-width: 480px) {
	.zn-modal-window{
		padding:20px 13px;
	}
	.zn-entry-paper{
		padding:30px 15px;
	}
}
/* =============================================
   ZeroNexa Privacy & Terms Page (Complete Ver.)
   ============================================= */

/* --- LAYOUT & SECTION --- */
.zn-privacy-section {
  padding: 60px 0 120px;
  background-color: transparent; /* 背景はcanvasが見えるように */
}

/* コンテナ (もし共通定義がない場合の保険) */
.zn-container,
.zn-container-narrow {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* --- DOCUMENT PAPER (ドキュメント枠) --- */
.zn-privacy-paper {
  background: #fff;
  padding: 80px;
  box-shadow: 0 10px 40px rgba(14, 25, 43, 0.08);
  position: relative;
  border: 1px solid rgba(14, 25, 43, 0.05);
  margin-bottom: 60px;
}

/* 四隅の装飾 (Tech Corners) */
.tf-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid var(--zn-navy);
  z-index: 2;
  pointer-events: none;
}
.tf-corner.top-left {
  top: -2px;
  left: -2px;
  border-right: none;
  border-bottom: none;
}
.tf-corner.top-right {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}
.tf-corner.bottom-left {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}
.tf-corner.bottom-right {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}

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

/* ページタイトル (利用規約などで使用) */
.doc-title {
  text-align: center;
  font-family: var(--zn-font-tech);
  font-size: 2rem;
  color: var(--zn-navy);
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/* 条項ブロック */
.privacy-block {
  margin-bottom: 50px;
}
.privacy-block:last-child {
  margin-bottom: 0;
}

/* 条項見出し (例: 第1条...) */
.privacy-block h3 {
  font-family: var(--zn-font-jp); /* 日本語フォント優先 */
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--zn-navy);
  border-left: 5px solid var(--zn-gold);
  padding: 10px 15px;
  background: #f8f9fb;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* 本文 */
.privacy-block p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
  text-align: justify; /* 両端揃えで美しく */
}

/* リスト (番号付き) */
.privacy-block ol {
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.privacy-block ol li {
  list-style: decimal;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 8px;
  padding-left: 5px;
}

/* テキストリンク */
.term-link {
  color: var(--zn-navy);
  text-decoration: underline;
  font-weight: 700;
  transition: 0.3s;
}
.term-link:hover {
  color: var(--zn-gold);
}

/* --- CONTACT BUTTON AREA --- */
.privacy-contact-area {
  margin-top: 40px;
  text-align: center;
  border-top: 1px dashed #ddd;
  padding-top: 40px;
}

.privacy-btn {
  display: inline-block;
  background: var(--zn-navy);
  color: #fff;
  padding: 18px 60px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
  font-family: var(--zn-font-tech);
  border: 1px solid var(--zn-navy);
  letter-spacing: 0.05em;
}
.privacy-btn:hover {
  background: #fff;
  color: var(--zn-navy);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(14, 25, 43, 0.15);
}

/* --- SP Responsive (スマホ対応) --- */
@media (max-width: 768px) {
  .zn-privacy-section {
    padding: 40px 0 80px;
  }

  .zn-privacy-paper {
    padding: 40px 20px; /* 余白を縮小 */
  }

  .doc-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .privacy-block {
    margin-bottom: 40px;
  }

  .privacy-block h3 {
    font-size: 1rem;
    padding: 10px 12px;
  }

  .privacy-block p,
  .privacy-block ol li {
    font-size: 0.9rem;
    text-align: left; /* スマホでは左揃えに戻す */
  }

  .privacy-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
  }
}
/* =============================================
   ZeroNexa Wide Job Card (for Feature & Pickup)
   ============================================= */

/* --- コンテナ --- */
.zn-search-container {
  padding: 60px 0 120px;
}
.zn-content-inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

/* --- ヘッダー --- */
.zn-search-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.zn-hd-title {
  display: flex;
  flex-direction: column;
}
.zn-hd-title .en {
  font-size: 2rem;
  color: #0e192b; /* zn-navy */
  line-height: 1;
  font-weight: 700;
}
.zn-hd-title .jp {
  font-size: 0.9rem;
  color: #888;
  margin-top: 5px;
}
.zn-hd-stat {
  font-family: "Orbitron", sans-serif;
  color: #0e192b;
}
.zn-hd-stat .num {
  font-size: 1.5rem;
  font-weight: 700;
}
.zn-hd-stat .label {
  font-size: 0.8rem;
  margin-left: 3px;
}

/* --- ワイドカードリスト --- */
.zn-job-list-wide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.zn-wide-card {
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(14, 25, 43, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  backdrop-filter: blur(5px);
}
.zn-wide-card:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 15px 40px rgba(14, 25, 43, 0.15);
  border-color: #0e192b;
}

/* ビジュアル */
.wide-visual {
  width: 280px;
  flex-shrink: 0;
  position: relative;
  background: #fff;
  border-right: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.visual-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.visual-cat {
  position: absolute;
  top: 0;
  left: 0;
  background: #0e192b;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.7rem;
  padding: 4px 10px;
  z-index: 2;
}

/* 情報エリア */
.wide-info {
  flex-grow: 1;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wide-header {
  margin-bottom: 10px;
}
.wide-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0e192b;
  margin-bottom: 8px;
  line-height: 1.4;
}
.wide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.w-tag {
  font-size: 0.7rem;
  color: #666;
  background: #f0f2f5;
  padding: 2px 8px;
  border-radius: 2px;
}

.wide-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* フッター */
.wide-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top: auto;
}

.wide-specs {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wide-specs li {
  display: flex;
  flex-direction: column;
}
.wide-specs .lbl {
  font-family: "Orbitron", sans-serif;
  font-size: 0.65rem;
  color: #aaa;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
}
.wide-specs .val {
  font-size: 0.95rem;
  color: #333;
  font-weight: 600;
}
.wide-specs .price {
  color: #0e192b;
  font-weight: 700;
}

.wide-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0e192b;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  transition: 0.3s;
  white-space: nowrap;
}
.zn-wide-card:hover .wide-btn {
  color: #0049ad;
  letter-spacing: 1px;
}

/* SP Responsive */
@media (max-width: 768px) {
  .zn-wide-card {
    flex-direction: column;
  }
  .wide-visual {
    width: 100%;
    height: 200px;
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .wide-info {
    padding: 20px;
  }
  .wide-title {
    font-size: 1.2rem;
  }
  .wide-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .wide-specs {
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
  }
  .wide-specs li {
    width: 45%;
  }
  .wide-btn {
    margin-left: auto;
  }
}

/* --- CANCEL PAGE Q&A --- */
.cancel-qa-area {
  margin-top: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cqa-title {
  font-family: var(--zn-font-tech);
  font-size: 1.5rem;
  color: var(--zn-navy);
  margin-bottom: 30px;
  border-left: 5px solid var(--zn-gold);
  padding-left: 15px;
  line-height: 1;
}

/* Q&A Items (Common Style) */
.qa-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.qa-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s;
}
.qa-item.open {
  box-shadow: 0 10px 30px rgba(14, 25, 43, 0.08);
  border-color: rgba(14, 25, 43, 0.2);
}

.qa-head {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.qa-head:hover {
  background: #fbfbfb;
}

.q-led {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  margin-right: 20px;
}
.qa-item.open .q-led {
  background: #00e5ff;
  box-shadow: 0 0 8px #00e5ff;
}

.q-txt {
  flex-grow: 1;
  font-family: var(--zn-font-jp);
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
.qa-body {
  height: 0;
  overflow: hidden;
  background: #f8f9fb;
}
.a-box {
  padding: 20px 25px 30px 53px;
  border-top: 1px solid #eee;
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
}
.toggle-icon {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  transition: 0.3s;
}
.qa-item.open .toggle-icon {
  background: var(--zn-navy);
}

/* SP Responsive */
@media (max-width: 768px) {
  .a-box {
    padding: 20px;
  }
  .q-led {
    margin-right: 15px;
  }
}
