/*!
Theme Name: job wellness
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: job-wellness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

job wellness is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


:root {
  --color-primary: #0077cc;
  --color-light: #f9f9f9;
  --color-dark: #333;
  --color-muted: #777;
  --border-radius: 12px;
  --font-main: "Noto Sans JP", sans-serif;
}

body {
  font-family: var(--font-main);
  background: #f4f6f8;
  color: var(--color-dark);
  line-height: 1.6;
  margin: 0;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ヒーローセクション */
.hero {
  background: linear-gradient(135deg, #e0f0ff, #f9fbfd);
  padding: 60px 0;
  text-align: center;
}
.hero-title {
  font-size: 28px;
  color: var(--color-primary);
  font-weight: bold;
}

/* セクション */
.section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-dark);
}

/* 求人カード */
.job-card {
  background: #fff;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
}
.job-card:hover {
  transform: translateY(-2px);
}

.job-card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.job-card-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}
.job-card-facility,
.job-card-location,
.job-card-salary {
  font-size: 14px;
  color: var(--color-muted);
  margin: 2px 0;
}
.job-card-button {
  display: inline-block;
  padding: 10px 16px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}

/* 求人カードリスト */
.job-card-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* タグリンク */
.tag-list a {
  display: inline-block;
  padding: 8px 14px;
  background: #e0f0ff;
  color: var(--color-primary);
  border-radius: 20px;
  margin: 4px;
  font-size: 13px;
  text-decoration: none;
}
.tag-list a:hover {
  background: #cce6ff;
}



/* ========== ヘッダー ========== */
.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo img {
  height: 40px;
}
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: var(--color-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.main-nav a:hover {
  color: var(--color-primary);
}

/* ========== フッター ========== */
.site-footer {
  background: white;
  color: #fff;
  padding: 40px 0 20px;
  font-size: 14px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-logo img {
  height: 36px;
  margin-bottom: 16px;
}
.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.footer-links a {
  color: #7d7d7d;
  text-decoration: none;
}
.footer-links a:hover {
  color: #a3a3a3;
}
.footer-copy {
  font-size: 12px;
  color: #bbb;
}

/* ========== 固定ヘッダー ========== */
.fixed-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}

/* ========== ハンバーガーメニュー ========== */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  transition: 0.3s;
}
.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translateY(6px);
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px);
}

@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
    .main-nav {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 51px;
        right: 0;
        width: 100%;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
        text-align: right;
    }
  .main-nav.nav-open {
    display: flex;
  }
  .main-nav ul {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
  .main-nav ul li {
    /* border-bottom: 1px solid #eee; */
  }
}

/* --- フォントサイズ調整 --- */
body {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/* --- ボタンのモダン化 --- */
.job-card-button,
.search-button button {
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.job-card-button:hover,
.search-button button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* --- 求人カードのシャドウ強化＆滑らかに --- */
.job-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
}
.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.08);
}

/* --- タイトル周りの文字サイズアップ --- */
.job-card-title,
.section-title,
.job-detail-title,
.facility-title {
  font-size: 20px;
  font-weight: 700;
}

/* --- 色の統一感を出す --- */
.section-tags a,
.tag-list a {
  background: #f0f8ff;
  color: #0066cc;
  font-weight: 500;
  transition: background 0.2s;
}
.section-tags a:hover,
.tag-list a:hover {
  background: #dbeeff;
}

/* --- セクション間の余白強化 --- */
.section-jobs,
.section-tags,
.search-form,
.job-detail,
.facility-detail {
  margin-bottom: 60px;
	padding:60px 0;
}

/* --- ヘッダー＆ナビ調整（やや高さUP） --- */
.site-header {
  padding: 10px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.site-logo img {
  height: 48px;
}

/* --- AOSが見えやすくなる調整（アニメ間隔） --- */
[data-aos] {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
[data-aos].aos-animate {
  opacity: 1;
  transform: none;
}

.site-logo img {
  height: 48px;
  max-width: 100%;
}
/* ロゴ画像の調整 */
.site-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 左端に寄せる */
}

.site-logo img {
  height: 48px; /* 高さのみ指定することで比率を保つ */
  width: auto;  /* 横幅は自動調整（引き伸ばし防止） */
  max-height: 60px;
  object-fit: contain;
	margin-bottom: -5px;
}

@media (max-width: 768px) {
  .site-logo img {
    height: 36px;
  }
}

.footer-links {
    margin: 20px 0 5px;
}

.lp-hero {
  background: linear-gradient(135deg, #eaf4fb, #ffffff);
  text-align: center;
  padding: 60px 20px;
}
.lp-catch {
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.lp-sub {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}
.cta-button {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 24px;
  font-size: 16px;
  background: #0077cc;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}
.cta-button:hover {
  background: #005fa3;
}
.lp-about, .lp-flow, .lp-points, .lp-cta {
  padding: 60px 20px;
  background: #fff;
}
.section-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.point-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 30px;
}
.point-item {
  background: #f4f9fd;
  border-left: 4px solid #0077cc;
  padding: 20px;
  border-radius: 6px;
}
.point-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.flow-list {
  list-style: decimal inside;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 0;
}
.flow-list li {
  margin-bottom: 16px;
  font-size: 15px;
}
.lp-cta {
  background: #0077cc;
  color: white;
  text-align: center;
}
.lp-cta .cta-button {
  background: #ffffff!important;
  color: #0077cc!important;
  font-weight: bold;
}
.lp-cta .cta-button:hover {
  background: #f0f0f0;
}

/* ---------- 共通スタイル強化 ---------- */
:root {
  --primary: #0077cc;
  --secondary: #f0f8ff;
  --accent: #005fa3;
  --gray-text: #666;
  --radius: 12px;
  --shadow: 0 8px 16px rgba(0,0,0,0.05);
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  background: #f8fafc;
}

/* ---------- ヒーロー ---------- */
.lp-hero {
  background: linear-gradient(135deg, #e0f3ff, #ffffff);
  text-align: center;
  padding: 80px 20px 60px;
}
.lp-catch {
  font-size: 30px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 16px;
}
.lp-sub {
  font-size: 16px;
  color: var(--gray-text);
}

/* ---------- CTAボタン ---------- */
.cta-button {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 28px;
  font-size: 16px;
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius);
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}
.cta-button:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

/* ---------- サービス紹介 ---------- */
.lp-about {
  padding: 60px 20px;
  background: #ffffff;
  text-align: center;
}
.lp-about p {
  font-size: 16px;
  line-height: 1.9;
  max-width: 700px;
  margin: 0 auto;
  color: var(--gray-text);
}

/* ---------- 特徴セクション ---------- */
.lp-points {
  padding: 60px 20px;
  background: #f4f9fd;
}
.point-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 30px;
}
.point-item {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: 0.3s ease;
  position: relative;
}
.point-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.06);
}
.point-item h3 {
  font-size: 17px;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 10px;
}
.point-item span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-top: 4px;
}
.point-item p {
  font-size: 14px;
  color: var(--gray-text);
  line-height: 1.8;
}

/* ---------- フローセクション ---------- */
.lp-flow {
  padding: 60px 20px;
  background: #ffffff;
}
.flow-list {
  counter-reset: flow;
  list-style: none;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
}
.flow-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--gray-text);
}
.flow-list li strong {
  color: var(--primary);
  font-weight: bold;
}
.flow-list li::before {
  counter-increment: flow;
  content: counter(flow);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  background: var(--primary);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- クロージングセクション ---------- */
.lp-cta {
  background: var(--primary);
  color: white;
  padding: 80px 20px;
  text-align: center;
}
.lp-cta .lp-catch {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.lp-cta .cta-button {
  background: #ffffff;
  color: var(--primary);
  font-weight: bold;
  padding: 14px 32px;
  font-size: 16px;
}
.lp-cta .cta-button:hover {
  background: #f0f0f0;
  transform: scale(1.02);
}

/* --- 検索フォーム全体 --- */
.search-form {
  background: linear-gradient(to right, #eaf6ff, #ffffff);
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  margin-bottom: 40px;
}
.search-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
}
.search-field {
  flex: 1 1 200px;
}
.search-field label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #333;
}
.search-field select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
}
.search-button button {
  padding: 11px 20px;
  background: #0077cc;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: all 0.3s;
}


/* --- 求人カードスタイル強化 --- */
.job-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}
.job-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.job-card-facility,
.job-card-location,
.job-card-salary {
  font-size: 14px;
  color: #555;
  margin: 4px 0;
}
.job-card-button {
  display: inline-block;
  padding: 10px 18px;
  background: #0077cc;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease;
}

/* --- こだわり条件タグ --- */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  justify-content: left;
}
.tag-list a {
  display: inline-block;
  padding: 8px 16px;
  background: #e0f0ff;
  color: #0077cc;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}
.tag-list a:hover {
  background: #cce6ff;
}

/* フォント感・空気感 */
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2d2d2d;
  background-color: #f8fafc;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

/* 見出し */
.section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  color: #1c1c1c;
  position: relative;
}
.section-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #0077cc, #00c4ff);
  margin: 12px auto 0;
  border-radius: 4px;
}

/* 検索フォーム */
.search-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 64px;
}
.search-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.search-field label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
  font-weight: 600;
}
.search-field select {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fdfdfd;
  transition: 0.3s ease;
}
.search-field select:focus {
  border-color: #0077cc;
  outline: none;
}
.search-button button {
  width: 100%;
  padding: 14px;
  font-weight: 700;
  background: linear-gradient(to right, #0077cc, #00c4ff);
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 123, 204, 0.25);
  transition: 0.3s ease;
}
.search-button button:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

/* 求人カード */
.job-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 32px rgba(0,0,0,0.08);
}
.job-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1e1e1e;
}
.job-card-location,
.job-card-salary {
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}
.job-card-button {
  margin-top: auto;
  display: inline-block;
  background: #0077cc;
  color: white;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
}

/* タグ */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: left;
  margin-top: 32px;
}
.tag-list a {
  padding: 8px 16px;
  background: #f0f8ff;
  color: #0077cc;
  font-weight: 600;
  font-size: 14px;
  border-radius: 9999px;
  border: 1px solid #cce6ff;
  transition: all 0.3s ease;
}
.tag-list a:hover {
  background: #e0f4ff;
  color: #005fa3;
  transform: scale(1.05);
}

/* ---------- ヒーローセクション ---------- */
.lp-hero {
  background: linear-gradient(135deg, #f0faff, #ffffff);
  padding: 100px 20px 80px;
  text-align: center;
}
.lp-catch {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.6;
  color: #0077cc;
  max-width: 720px;
  margin: 0 auto 20px;
}
.lp-sub {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}
.lp-hero .cta-button {
  background: linear-gradient(to right, #0077cc, #00b8ff);
  padding: 14px 32px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0 6px 12px rgba(0, 123, 204, 0.15);
}
.lp-hero .cta-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* ---------- サービス紹介 ---------- */
.lp-about {
  background: #ffffff;
  padding: 80px 20px;
  text-align: center;
}
.lp-about p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  color: #444;
  line-height: 2;
}

/* ---------- 特徴（ポイント） ---------- */
.lp-points {
  background: #f9fbfc;
  padding: 80px 20px;
}
.point-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.point-item {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
  border-left: 4px solid #0077cc;
}
.point-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 32px rgba(0,0,0,0.08);
}
.point-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0077cc;
  margin-bottom: 8px;
}
.point-item span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: block;
  margin-top: 4px;
}
.point-item p {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  line-height: 1.8;
}

/* ---------- フローセクション ---------- */
.lp-flow {
  padding: 80px 20px;
  background: #ffffff;
}
.flow-list {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  counter-reset: step;
}
.flow-list li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 32px;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}
.flow-list li strong {
  color: #0077cc;
}
.flow-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  background: #0077cc;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* ---------- クロージングセクション ---------- */
.lp-cta {
  background: #0077cc;
  color: white;
  padding: 100px 20px;
  text-align: center;
}
.lp-cta .lp-catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
}
.lp-cta .cta-button {
  background: #ffffff;
  color: #0077cc;
  padding: 14px 36px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 6px 12px rgba(255,255,255,0.2);
  transition: 0.3s ease;
}
.lp-cta .cta-button:hover {
  background: #f0f0f0;
  transform: scale(1.05);
}

.job-card-button {
  display: inline-block;
  margin: 0 auto 0; /* ← 中央寄せ */
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(to right, #0077cc, #00b8ff);
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 123, 204, 0.15);
  transition: all 0.3s ease;
  text-align: center;
}
.job-card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 123, 204, 0.25);
  filter: brightness(1.05);
}

.job-card-button {
  display: inline-block;
  margin: 14px auto 0;
  padding: 12px 58px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0077cc, #00b8ff);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 123, 204, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.job-card-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.job-card-button:hover::before {
  opacity: 1;
}

.job-card-button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 123, 204, 0.25);
  filter: brightness(1.02);
	color:white;
}

.header-button {
  background: linear-gradient(90deg, #8B5CF6 0%, #1F4ED8 100%);
  padding: 15px 20px;
  font-weight: 700!important;
  font-size: 16px;
  border-radius: 100px;
  color: #fff!important;
  transition: 0.3s;
  box-shadow: 0 6px 12px rgba(0, 123, 204, 0.15);
}
.header-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.header-button span {
    background: white;
    color: black;
    padding: 1px 3px;
    border-radius: 3px;
    margin-right: 7px;
    font-size: .9em;
    font-weight: 500;
}

.job-card-button-wrap {
  text-align: center; /* ← この要素だけ中央寄せに */
}

.job-card-button {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0077cc, #00b8ff);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 123, 204, 0.15);
  transition: all 0.3s ease;
}

.job-card-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 12px 24px rgba(0, 123, 204, 0.25);
}

.job-detail {
  background: #fff;
  padding: 48px;
  max-width: 100%;
  margin: 60px auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}
.job-detail-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #1a1a1a;
  text-align: center;
}
.job-section {
  margin-top: 40px;
}
.job-section h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0077cc;
}
.job-section p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}
.job-salary {
  font-size: 18px;
  font-weight: 700;
  color: #0077cc;
  margin-bottom: 16px;
  text-align: center;
}

.facility-detail {
  background: #ffffff;
  padding: 64px 32px;
  max-width: 860px;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.facility-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #0077cc;
  text-align: center;
}
.facility-detail p {
  font-size: 15px;
  color: #555;
  margin-bottom: 12px;
}
.facility-detail h2 {
  font-size: 18px;
  color: #0077cc;
  margin-top: 40px;
  margin-bottom: 12px;
}

.search-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 64px;
}
.search-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.search-field label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}
.search-field select {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fdfdfd;
  transition: border 0.3s ease;
}
.search-field select:focus {
  border-color: #0077cc;
  outline: none;
}

.job-list-section {
  padding: 64px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.job-list-section h1 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 32px;
  color: #0077cc;
  text-align: center;
}
.job-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.section-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}

.breadcrumb {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #0077cc;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.job-detail {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.job-detail-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.job-salary {
  font-size: 15px;
  color: #0077cc;
  margin-bottom: 24px;
}

.job-section {
  margin-top: 40px;
}
.job-section h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #0077cc;
}
.job-section p {
  font-size: 15px;
  color: #444;
  line-height: 1.9;
}

.related-jobs {
  background: #f9f9f9;
  padding: 32px;
  margin-top: 64px;
  border-radius: 12px;
}
.related-jobs h2 {
  font-size: 18px;
  margin-bottom: 16px;
}
.related-job-card {
  background: #fff;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.related-job-card a {
  font-weight: 600;
  color: #0077cc;
  text-decoration: none;
}
.related-job-card a:hover {
  text-decoration: underline;
}

.apply-cta {
  margin-top: 60px;
  text-align: center;
}
.apply-cta h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.cta-button.large {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  background: linear-gradient(to right, #0077cc, #00b8ff);
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0,123,204,0.1);
  transition: all 0.3s ease;
}
.cta-button.large:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

/* ---------- ファーストビュー全体 ---------- */
.fv-hero {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  display: flex;
  align-items: center;
  background: #f5f8fc;
  padding: 0 20px;
  overflow: hidden;
}
.fv-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 60px;
}

/* ---------- 左側：テキスト＆フォーム ---------- */
.fv-left {
  flex: 1;
  max-width: 50%;
	text-align:center;
}
.fv-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 36px;
  line-height: 1.6;
}
.fv-search-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  max-width: 460px;
    margin: 0 auto;
}
.fv-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.fv-form-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
.fv-search-form select {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}
.fv-search-form button {
  width: 100%;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0077cc, #00b8ff);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fv-search-form button:hover {
  transform: translateY(-2px);
}

/* ---------- 右側：背景写真 or キャラ画像 ---------- */
.fv-right {
  flex: 1;
  background: url('/wp-content/uploads/jw_topimage3.jpg') right center / cover no-repeat;
  height: 100%;
  border-radius: 12px;
	min-height: 550px; /* ← これを追加 */
}

@media (max-width: 768px) {
  .fv-container {
    flex-direction: column;
    text-align: center;
  }
	
	.fv-hero{
		height:65vh;
		
	}

  .fv-left,
  .fv-right {
    max-width: 100%;
    flex: unset;
  }

  .fv-title {
    font-size: 24px;
  }

  .fv-search-form {
    margin: 0 auto;
  }

  .fv-right {
    width: 100%;
    height: 240px; /* ← スマホでも画像が見えるように高さを指定 */
    background-position: center top;
    border-radius: 8px;
	  display:none;
  }
}


.breadcrumb {
  font-size: 13px;
  color: #888;
  margin: 20px 0;
}
.breadcrumb a {
  color: #0077cc;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.job-detail {
  background: #fff;
  margin: 0 auto 40px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.job-detail-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.job-salary {
  font-size: 15px;
  color: #0077cc;
  margin-bottom: 24px;
}

.job-section {
  margin-top: 40px;
}
.job-section h2 {
  position: relative;
  font-size: 20px;
  margin-bottom: 12px;
  padding-left: 20px;
  color: #000;
  font-weight: 700;
}

.job-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #0077cc, #00b8ff);
  border-radius: 2px;
}

.job-section p {
  font-size: 15px;
  color: #444;
  line-height: 1.9;
}

.related-jobs {
  background: #f9f9f9;
  padding: 32px;
  margin-top: 64px;
  border-radius: 12px;
}
.related-jobs h2 {
  font-size: 18px;
  margin-bottom: 16px;
}
.related-job-card {
  background: #fff;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.related-job-card a {
  font-weight: 600;
  color: #0077cc;
  text-decoration: none;
}
.related-job-card a:hover {
  text-decoration: underline;
}

.apply-cta {
  margin-top: 60px;
  text-align: center;
}
.apply-cta h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.cta-button.large {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  background: linear-gradient(to right, #0077cc, #00b8ff);
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0,123,204,0.1);
  transition: all 0.3s ease;
}
.cta-button.large:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}



.job-fv-card {
  display: flex;
  flex-wrap: wrap;
  background: #f9fff9;
  border: 2px solid #cce5cc;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
}

.job-fv-left {
  flex: 1;
  min-width: 300px;
  padding-right: 20px;
}

.job-fv-right img {
  max-width: 300px;
  border-radius: 8px;
  object-fit: cover;
}

.job-fv-catch p {
  margin: 0;
  color: #2e7d32;
  font-weight: bold;
  font-size: 1.1em;
}

.fv-title {
  font-size: 1.8em;
  font-weight: bold;
  margin: 12px 0 6px;
}

.fv-salary-label {
  background: #ff647c;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 4px;
  font-size: 0.95em;
  margin-bottom: 14px;
}

.fv-info-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.fv-info-icon {
  margin-right: 8px;
  font-size: 1.2em;
  line-height: 1.5;
}

.fv-info-text {
  font-size: 0.95em;
  line-height: 1.5;
}

.fv-tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 16px 0;
  gap: 8px;
}

.fv-tags li {
  background: #eee;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.85em;
}

.fv-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.btn-orange {
  background: #ff8000;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.btn-green {
  background: #e9f9e9;
  color: #2e7d32;
  padding: 10px 16px;
  border: 1px solid #2e7d32;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

.btn-outline {
  background: white;
  color: #2e7d32;
  padding: 10px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}



.job-hero-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 40px auto;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0px 30px rgba(0,0,0,0.12);
  gap: 40px;
  align-items: flex-start;
}

.job-hero-left {
  flex: 1;
}

.job-hero-right img {
  width: 320px;
  border-radius: 12px;
  object-fit: cover;
}

.job-labels {
  margin-bottom: 16px;
}

.job-badge {
  background-color: #ecfdf5;
  color: #059669;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 9999px;
  display: inline-block;
}

.job-tags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.job-tag {
  background: #f1f5f9;
  color: #334155;
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 9999px;
}

.job-hero-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
  margin-top: 12px;
}

.job-subtitle {
  color: #6b7280;
  margin-bottom: 20px;
}

.job-detail-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  margin-left:0;
}

.job-detail-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #374151;
}

.job-detail-list .icon {
  margin-right: 8px;
}

.job-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  padding: 10px 18px;
  font-size: 0.95rem;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s ease;
  font-weight: 600;
}

.btn-primary {
  background: #3B82F6;
  color: #fff;
  border: none;
}

.btn-outline {
  border: 1px solid #3B82F6;
  color: #3B82F6;
  background: #F0F9FF;
}

.btn-outline-secondary {
  border: 1px solid #CBD5E1;
  background: #fff;
  color: #475569;
}

@media screen and (max-width: 768px) {
  .job-hero-container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 24px;
  }

  .job-hero-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .job-cta {
    flex-direction: column;
  }

  .job-hero-title {
    font-size: 1.5rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .job-hero-title {
    font-size: 1.25rem;
  }

  .job-detail-list li {
    font-size: 0.85rem;
  }

  .job-tag {
    font-size: 0.75rem;
    padding: 4px 8px;
  }

  .btn {
    font-size: 0.85rem;
  }
	
	.job-detail{
		padding:18px;
	}
}

/* ボタンとCTA全体に box-sizing を明示 */
.job-cta, .btn {
  box-sizing: border-box;
}

/* モバイル時の幅調整 */
@media screen and (max-width: 480px) {
  .job-cta {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .btn {
    width: 100%;
    padding: 10px 12px;  /* パディングを調整 */
    font-size: 0.85rem;
    box-sizing: border-box;
  }
}


@media screen and (max-width: 768px) {
  .job-hero-right {
    display: none;
  }
}


.sticky-apply-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 12px 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  z-index: 999;
}

.sticky-apply-button .btn {
  background-color: #3B82F6;
  color: white;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.sticky-apply-button .btn:hover {
  background-color: #2563EB;
}

.archive_h1 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 500;
}

.jobs_count {
    margin: 0 0 15px;
}
.jobs_count_number {
    font-weight: 700;
    font-size: 1.95em;
    color: orange;
}
.koshin_date {
    font-size: .85em;
    margin-left: 15px;
}

.tag-list.archive_list {
    margin: 0 0 40px;
    display: inherit;
}

/* ===== Design Tokens ===== */
:root{
  --brand:#0F4C81; --accent:#0EA5E9; --success:#16A34A;
  --ink:#0f172a; --muted:#475569; --bg:#f8fafc; --card:#fff;
  --radius:20px; --shadow:0 10px 28px rgba(2,6,23,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans JP",sans-serif;line-height:1.65;background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}

/* ===== Header ===== */
.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eef2f7;backdrop-filter:saturate(120%) blur(6px)}
.header__in{max-width:1120px;margin:0 auto;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}
.logo{display:flex;align-items:center;gap:10px;font-weight:900;color:var(--brand)}
.logo__dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--brand))}
.nav{display:flex;gap:16px}
.nav a{padding:8px 10px;border-radius:999px}
.nav a:hover{background:#f1f5f9}

/* ===== Buttons ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;padding:14px 22px;border-radius:999px;font-weight:900;letter-spacing:.02em;cursor:pointer;transition:.15s;border:1px solid transparent}
.btn--primary{background:linear-gradient(90deg, #8B5CF6 0%, #1F4ED8 100%);color:#fff;box-shadow:0 10px 24px rgba(17,195,173,.25)}
.btn--primary:hover{transform:translateY(-1px);color:white;box-shadow:0 14px 32px rgba(17,195,173,.32);filter:saturate(110%)}
.btn--ghost{background:#fff;border-color:#e2e8f0}
.badge{display:inline-flex;align-items:center;gap:.4em;padding:.35em .7em;border-radius:999px;font-size:12px;font-weight:800}
.badge--free{background:rgba(22,163,74,.1);color:var(--success)}

/* ===== Hero ===== */
.hero{position:relative;overflow:hidden;background:
radial-gradient(1200px 600px at 120% 100%, var(--accent) 0, var(--brand) 45%, var(--brand) 55%, transparent 55%) no-repeat,#fff}
.hero__in{max-width:1120px;margin:0 auto;padding:64px 20px 40px;display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}
.hero h1{font-size:clamp(30px,5vw,54px);line-height:1.1;margin:0 0 12px;font-weight:900}
.hl{position:relative}
.hl::after{content:"";position:absolute;left:0;bottom:.08em;width:100%;height:.5em;background:linear-gradient(90deg,#e7f2ff,transparent 80%);z-index:-1}
.hero p{color:var(--muted);margin:0}
.hero__cta{display:flex;gap:12px;align-items:center;margin-top:18px;flex-wrap:wrap}
.hero__art{min-height:260px;border-radius:22px;background:linear-gradient(180deg,#fff,#f6fbff);box-shadow:var(--shadow);display:grid;place-items:center}
.wheel{width:180px;height:180px;border-radius:50%;background:
radial-gradient(circle at 50% 50%, #0b1220 0 50px, #1f2937 51px 65px, #0b1220 66px 90px, #111827 91px 100%)}

/* ===== Strips ===== */
.strip{background:var(--bg);padding:18px 0;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7}
.strip__in{max-width:1120px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.strip .card{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:14px;background:#e8f6ff}
.card__icon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#d9f3ec;color:#0b8}

/* ===== Sections ===== */
.wrap{max-width:1120px;margin:0 auto;padding:0 20px}
.section{padding:64px 20px}
.hdg{font-size:clamp(24px,3.6vw,36px);font-weight:900;margin:0 0 18px}
.lead{color:var(--muted)}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}
.card h3{margin:0 0 6px;font-size:18px}
.card p{margin:0;color:var(--muted)}

/* Pain→Solution */
.pain{border-left:4px solid #ef4444}
.solve{border-left:4px solid #16a34a}

/* Persona blocks */
.persona{border:1px dashed #cbd5e1;border-radius:14px;padding:14px}

/* FAQ */
.faq{display:grid;gap:10px}
.q{background:var(--card);border-radius:14px;box-shadow:var(--shadow);padding:14px}
.q summary{font-weight:800;cursor:pointer;list-style:none}
.q summary::marker,.q summary::-webkit-details-marker{display:none}
.q p{color:var(--muted);margin:8px 0 0}

/* Sticky CTA */
.sticky{position:sticky;bottom:0;background:rgba(255,255,255,.92); z-index: 3;;border-top:1px solid #eaeff6;backdrop-filter:saturate(120%) blur(6px)}
.sticky__in{max-width:1120px;margin:0 auto;padding:12px 20px;display:flex;gap:12px;justify-content:center;align-items:center}
.sticky small{color:var(--muted)}

/* Footer */
.footer{padding:40px 0;background:#0b1220;color:#cbd5e1}
.footer a{color:#fff}

/* Responsive */
@media (max-width:980px){
  .hero__in{grid-template-columns:1fr}
  .grid-4{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .grid-4,.grid-3,.grid-2{grid-template-columns:1fr}
  .hero__cta .btn{width:100%}
}

.page_content {
    margin: 20px auto;
    max-width: 800px;
	padding:20px 0;
}
@media (max-width:980px){
.page_content {
    margin: 20px;
}
}
@media (max-width:560px){
.page_content {
    margin: 20px;
}
}

/* ===== 運営者情報 ===== */
.unei{
  background:#fff;
  border-radius:16px;
  padding:32px 24px;
  margin:40px auto;
  max-width:900px;
  color:#1f2937;
}
.unei h2{
  text-align:center;
  font-size:20px;
  font-weight:800;
  margin:0 0 16px;
  color:#0f4c81; /* ブランド紺 */
}
.unei p{
  text-align:center;
  margin:0 0 20px;
  font-size:15px;
  color:#475569;
  line-height:1.6;
}
.unei table{
  width:100%;
  border-collapse:collapse;
}
.unei th,
.unei td{
  text-align:left;
  padding:12px 8px;
  border-top:1px solid #e5e7eb;
  font-size:15px;
}
.unei th{
  width:35%;
  font-weight:700;
  color:#0f4c81;
  background:#f9fafb;
}
.unei td a{
  color:#0ea5e9;
  text-decoration:none;
}
.unei td a:hover{
  text-decoration:underline;
}
/* スマホ対応 */
@media (max-width:600px){
  .unei table,
  .unei tbody,
  .unei tr,
  .unei th,
  .unei td{display:block;width:100%}
  .unei th{
    border-top:0;
    background:transparent;
    color:#6b7280;
    font-weight:600;
    padding-top:16px;
  }
  .unei td{padding-top:0}
}


.lp_content_area {
    background: #e0ffe0;
    padding: 30px 250px;
    text-align: center;
    margin-bottom: 60px;
    max-width: 12000px;
}
@media (max-width:980px){
.lp_content_area {
    padding: 30px 25px;
}
}
@media (max-width:560px){
    .lp_content_area {
        padding: 0;
        margin-bottom: 20px;
    }
}

@media (max-width:560px){
	.strip__in{
		display: block;
	}
}

.form_agree p {
    margin: 0;
    font-size: .8em;
    text-align: center;
}
.form_agree a {
    color: #009688;
}


/* パンくず全体 */
.breadcrumbs {
  overflow-x: auto;        /* 横スクロール許可 */
  -webkit-overflow-scrolling: touch; /* スマホでスムーズスクロール */
  white-space: nowrap;     /* 折り返さない */
  scrollbar-width: none;   /* Firefox: スクロールバー非表示 */
}
.breadcrumbs::-webkit-scrollbar {
  display: none;           /* Chrome / Safari: スクロールバー非表示 */
}

/* パンくずリスト */
.breadcrumbs ol {
  display: inline-flex;    /* 横並び維持 */
  gap: 6px;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}

/* パンくず要素 */
.breadcrumbs li {
  font-size: .75em;
  color: #475569;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;          /* 狭い画面でも潰れない */
}
.breadcrumbs li::after {
  content:"›";
  margin: 0 6px;
  color:#94a3b8;
}
.breadcrumbs li:last-child::after {
  content:"";
}

/* リンク */
.breadcrumbs a {
  color:var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* PC時はスクロールせず通常表示 */
@media (min-width: 768px) {
  .breadcrumbs {
    overflow: visible;
    white-space: normal;
  }
  .breadcrumbs ol {
    flex-wrap: wrap; /* PC時は折り返し可 */
  }
}

	/* Page background: pure white, subtle brand tint on top edge only */
	.jobv2-wrap{
		color: var(--text);
		background:
			linear-gradient(90deg, rgba(17,195,173,.06), rgba(10,168,143,.06)) 0 0 / 100% 8px no-repeat,
			var(--bg);
		min-height: 100svh;
	}

	/* Container width/spacing optimized for desktop reading */
	.jobv2-container{
		max-width: 1100px;
		margin: 0 auto;
		padding: 26px 24px 72px;
	}


/* ===== Base ===== */
:root{
  --fc-blue-900:#12294e;
  --fc-blue-800:#16376c;
  --fc-blue-600:#1e4b9a;
  --fc-blue-500:#2a61cf;
  --fc-ink:#0b1220;
  --fc-ink-2:#2d3748;
  --fc-muted:#6b7280;
  --fc-bg:#f5f7fb;
  --fc-beige:#f7f2e8;
  --fc-border:#e5e7eb;
  --radius-lg:16px;
  --radius-md:12px;
  --shadow-sm: 0 2px 6px rgba(0,0,0,.06);
  --shadow-md: 0 8px 24px rgba(0,0,0,.12);
}
.fc-cta{
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic UI",sans-serif;
  color:var(--fc-ink);
  background: #fff;
}
.fc-cta *{box-sizing: border-box}

/* ===== Banner ===== */
.fc-cta__banner{
  background: var(--fc-blue-900);
  color:#fff;
  text-align:center;
  padding:14px 16px;
  font-weight:700;
  letter-spacing:.04em;
  font-size: clamp(14px, 2vw, 18px);
}

/* ===== Inner ===== */
.fc-cta__inner{
  padding: min(5vw,20px);
  background: var(--fc-bg);
  border-top: 1px solid rgba(0,0,0,.04);
}
.fc-cta__title{
  margin: 0 0 15px;
	background:none!important;
	text-align:center;
  color: var(--fc-blue-800);
  font-weight: 800;
  font-size: clamp(22px, 3.2vw, 32px);
  letter-spacing:.02em;
}

/* ===== Bullets ===== */
.fc-cta__bullets{
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 0;
}
.fc-cta__bullets li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size: clamp(15px, 2.2vw, 18px);
  color:var(--fc-ink-2);
  line-height:1.8;
}
.fc-cta__icon{
  color: var(--fc-blue-600);
  flex: 0 0 28px;
  height:28px;
  display:inline-grid;
  place-items:center;
}
.fc-cta__icon svg{width:24px;height:24px}

/* ===== Cards ===== */
.fc-cta__cards{
  display:grid;
  grid-template-columns: 1fr;
  gap:18px;
  margin-top: 12px;
}
@media (min-width: 800px){
  .fc-cta__cards{
    grid-template-columns: 1fr 1fr;
    gap:22px;
  }
}

.fc-card{
  display:block;
  text-decoration:none;
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  border:1px solid var(--fc-border);
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
  overflow: hidden;
  min-height: 170px;
}
.fc-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0,0,0,.08);
}

/* Neutral card (beige) */
.fc-card--neutral{
  background: var(--fc-beige);
  color: var(--fc-ink-2)!important;
	text-decoration:none!important;
}
.fc-badge{
  position:absolute; top:14px; left:14px;
  background:#ffd600;
  color:#000;
  font-weight:800;
  font-size:12px;
  padding:4px 8px;
  border-radius: 6px;
}
.fc-card__eyebrow{
  margin:22px 0 6px 0;
  font-size: 13px;
  color:#7c6f53;
  letter-spacing:.04em;
}
.fc-card__title{
  margin:0 0 6px 0;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight:800;
}
.fc-card__meta{
  margin: 4px 0 10px;
  font-weight:700;
  font-size:14px;
}
.fc-card__note{
  margin:0;
  font-size:12.5px;
  color:#6f6756;
}

/* Primary blue CTA card */
.fc-card--primary{
  background: linear-gradient(135deg, var(--fc-blue-600), var(--fc-blue-800) 60%, var(--fc-blue-900));
  color:#fff!important;
	text-decoration:none!important;
  border: none;
}
.fc-card--primary h3 {
    border: none!important;
    padding: 0!important;
    font-size: 1.3em !important;
    text-align: center;
}
.fc-card--primary .fc-card__title--primary{
  font-size: clamp(20px, 2.8vw, 28px);
  letter-spacing:.06em;
  margin-top: 8px;
}
.fc-card--primary .fc-card__sub{
  margin: 10px 0 16px;
  font-size: clamp(13px, 2vw, 15px);
  opacity:.95;
}
.fc-pill{
  display:inline-block;
  padding:8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.25);
  font-size: 12.5px;
  backdrop-filter: blur(2px);
}
.fc-card--primary:hover .fc-pill{
  background: rgba(255,255,255,.24);
}

/* ---- Focus styles ---- */
.fc-card:focus-visible{
  outline: 3px solid #fff;
  box-shadow: 0 0 0 5px rgba(42,97,207,.55);
}

.grecaptcha-badge { visibility: hidden; }



/* ==============================
   Sticky CTA（モバイル固定ボタン）
============================== */

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.96);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
  z-index: 999;
  display: none; /* 初期は非表示（PCでは出さない） */
}

.sticky-cta__in {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sticky-cta small {
  color: var(--color-subtext);
  font-size: 0.85rem;
  line-height: 1.4;
}

.sticky-cta .btn--primary {
  background: linear-gradient(90deg, #8B5CF6, #1F4ED8);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: 0.3s;
}
.sticky-cta .btn--primary:hover {
  opacity: 0.9;
  box-shadow: 0 4px 10px rgba(31,78,216,0.25);
}

/* ▼ モバイルのみ表示 */
@media (max-width: 768px) {
  .sticky-cta {
    display: block;
  }

  /* HeroボタンやFooterと被らないように余白確保 */
  body {
    padding-bottom: 70px;
  }
}

/* ==========================================================
   施工管理フィット：エントリーフォームデザイン
   (SaaSトーン + 青紫グラデ + モダンカード)
========================================================== */

/* 共通設定 */
.qe {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-size: 16px;
  color: #222;
  background: transparent;
}

/* 見出し */
.qe h2, .qe h3 {
  font-weight: 700;
  color: #1E1E1E;
  margin: 24px 0 12px;
  line-height: 1.5;
}
.qe h3 small {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
  margin-left: 4px;
}

/* カードボックス */
.qe-step {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(31, 78, 216, 0.06);
  padding: 28px;
  margin-bottom: 36px;
  border: 1px solid rgba(139, 92, 246, 0.08);
}

/* ラベル */
.qe-step label {
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  color: #333;
}

/* テキスト・セレクト */
.qe-step input[type="text"],
.qe-step input[type="email"],
.qe-step input[type="tel"],
.qe-step input[type="number"],
.qe-step select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  font-size: 15px;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 20px;
}
.qe-step input:focus,
.qe-step select:focus {
  border-color: #8B5CF6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
  outline: none;
}

/* ===============================
   チェック・ラジオ（カード型）
=============================== */
.qe .wpcf7-checkbox,
.qe .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 12px 0;
}
.qe .wpcf7-list-item {
  margin: 0;
}
.qe .wpcf7-list-item label {
  display: block;
  position: relative;
  cursor: pointer;
}
.qe .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.qe .wpcf7-list-item label > span {
  display: block;
  min-height: 54px;
  padding: 14px 16px;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  font-weight: 600;
  transition: all 0.2s ease;
  color: #333;
}
.qe .wpcf7-list-item label:hover > span {
  border-color: #C7D2FE;
  background: #F3F4FF;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.qe .wpcf7-list-item input:checked + span {
  background: linear-gradient(135deg, #8B5CF6, #1F4ED8);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(139,92,246,0.25);
}

/* キーボード操作対応 */
.qe .wpcf7-list-item input:focus-visible + span {
  outline: 3px solid rgba(139,92,246,0.25);
  outline-offset: 2px;
  border-radius: 12px;
}

/* スマホ対応 */
@media (max-width: 900px){
  .qe .wpcf7-checkbox, .qe .wpcf7-radio { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .qe .wpcf7-checkbox, .qe .wpcf7-radio { grid-template-columns: 1fr; }
}

/* ===============================
   進捗バー
=============================== */
.qe-progress {
  height: 8px;
  background: #E5E7EB;
  border-radius: 8px;
  margin: 0 0 24px;
  overflow: hidden;
}
.qe-bar {
  height: 100%;
  background: linear-gradient(90deg, #8B5CF6, #1F4ED8);
  width: 20%;
  transition: width 0.3s ease;
}

/* ===============================
   ナビゲーションボタン
=============================== */
.qe button,
.wpcf7-submit {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.qe .qe-next, .wpcf7-submit {
  background: linear-gradient(135deg, #8B5CF6, #1F4ED8);
  color: #fff;
  box-shadow: 0 10px 24px rgba(31,78,216,0.25);
}
.qe .qe-prev {
  background: #F3F4F6;
  color: #444;
	margin-bottom:10px;
}
.qe button:hover {
  filter: brightness(1.08);
}

/* ===============================
   送信ボタン（高品質SaaS調）
=============================== */
.qe .wpcf7-submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  border-radius: 9999px;
  background: linear-gradient(135deg, #8B5CF6, #1F4ED8);
  color: #fff;
  border: 1px solid rgba(139,92,246,.25);
  box-shadow: 0 10px 24px rgba(139,92,246,.25);
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  position: relative;
	width:100%;
}
.qe .wpcf7-submit::after {
  content: "→";
  font-weight: 700;
  opacity: .85;
  transform: translateX(-4px);
  transition: transform .15s ease, opacity .2s ease;
}
.qe .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(31,78,216,0.25);
}
.qe .wpcf7-submit:hover::after {
  transform: translateX(2px);
  opacity: 1;
}

/* ===============================
   同意・補助文
=============================== */
.qe .form_agree {
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  margin: 16px 0;
}
.qe .form_agree a {
  color: #1F4ED8;
  text-decoration: underline;
}
.qe .form_agree a:hover {
  text-decoration: none;
}

/* ===============================
   スピナー調整
=============================== */
.qe .wpcf7-spinner {
  margin-left: 10px;
  filter: hue-rotate(240deg) saturate(120%);
}

/* ===============================
   アニメーション・状態
=============================== */
.qe .wpcf7-submit.is-loading {
  color: transparent;
  cursor: not-allowed;
}
.qe .wpcf7-submit.is-loading::before {
  content: "送信中…";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 800;
}
.qe .wpcf7-submit.is-loading::after {
  content: "";
  position: absolute; inset: 0; border-radius: 9999px;
  background-image: linear-gradient(
    45deg,
    rgba(255,255,255,.15) 25%,
    transparent 25%, transparent 50%,
    rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%,
    transparent 75%, transparent
  );
  background-size: 28px 28px;
  animation: qeStripe 1s linear infinite;
}
@keyframes qeStripe {
  to { background-position: 28px 0; }
}

/* ===============================
   レスポンシブ
=============================== */
@media (max-width: 560px){
  .qe-step { padding: 20px; }
  .qe .wpcf7-submit { width: 100%; padding: 16px 22px; font-size: 16px; }
  .qe h3 { font-size: 18px; }
}



/* =========================================================
   Global Design System for 施工管理フィット
   モダン×クリーン（SaaSトーン）
   ========================================================= */

/* ------------------------------
   CSS Variables
------------------------------ */
:root {
  --color-primary: #1F4ED8;
  --color-secondary: #8B5CF6;
  --color-accent: #60A5FA;
  --color-bg: #F9FAFB;
  --color-card: #FFFFFF;
  --color-text: #1E1E1E;
  --color-subtext: #6B7280;
  --color-border: #E5E7EB;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 6px rgba(0,0,0,0.05);
  --shadow-md: 0 6px 16px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 24px rgba(0,0,0,0.12);
  --transition: all 0.3s ease;
  --container-width: 1200px;
}

/* ------------------------------
   Global Reset
------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: var(--color-primary);
  transition: var(--transition);
}
a:hover {
  color: var(--color-secondary);
}

ul {
  padding-left: 1rem;
}

/* ------------------------------
   Layout
------------------------------ */
.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* セクション共通余白 */
section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

/* ------------------------------
   Buttons
------------------------------ */
.btn-primary {
  display: inline-block;
  background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  color: #fff;
  padding: 12px 28px;
  border-radius: var(--radius-md);
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.btn-primary:hover {
  opacity: 0.9;
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  display: inline-block;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  padding: 12px 28px;
  border-radius: var(--radius-md);
  font-weight: 600;
  background: #fff;
  transition: var(--transition);
}
.btn-secondary:hover {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-sm);
}

/* ==============================
   Hero Section（SaaS風リデザイン）
============================== */

.hero {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 140px 0 120px;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

/* 背景グラデーション */
.hero-gradient {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.15) 0%, rgba(31, 78, 216, 0.15) 50%, transparent 80%);
  transform: rotate(-10deg);
}

/* パターン（薄い幾何学模様など） */
.hero-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  opacity: 0.08;
}

/* コンテンツ */
.hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

.hero-content {
  flex: 1 1 480px;
  z-index: 2;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 20px;
  line-height: 1.3;
}
.hero-title span {
  color: var(--color-primary);
  background: linear-gradient(90deg, var(--color-secondary), var(--color-primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  font-size: 1rem;
  color: var(--color-subtext);
  margin-bottom: 24px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
	justify-content: center;
}
.hero-stats li {
  background: var(--color-bg);
  border-radius: var(--radius-md);
  padding: 10px 18px;
  font-weight: 600;
  color: var(--color-text);
  box-shadow: var(--shadow-sm);
}

.hero-btn {
  font-size: 1.1rem;
  padding: 14px 36px;
  border-radius: 10px;
}

/* イラスト */
.hero-illustration {
  flex: 1 1 480px;
  text-align: right;
}
.hero-illustration img {
  max-width: 100%;
  width: 500px;
  transform: translateY(10px);
  animation: floatHero 5s ease-in-out infinite;
}

/* レスポンシブ */
@media (max-width: 1200px) {
  .hero {
    padding: 20px 0 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F6FB 100%);
    text-align: center;
  }
	
	.hero-container{
		gap: 30px;
	}

  .hero-illustration img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }

  .hero-title {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1E1E1E;
  }

  .hero-title span {
    background: linear-gradient(90deg, #8B5CF6, #1F4ED8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hero-subtext {
    font-size: 0.95rem;
    color: var(--color-subtext);
    margin-bottom: 20px;
  }

  .hero-stats {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }

  .hero-stats li {
    font-size: 0.8rem;
    background: #fff;
    border-radius: 8px;
    padding: 6px 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .hero-btn {
    width: 90%;
    font-size: 1rem;
    font-weight: 600;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(31, 78, 216, 0.25);
    background: linear-gradient(90deg, #8B5CF6, #1F4ED8);
    color: #fff;
    display: inline-block;
  }

  .hero-btn:active {
    transform: scale(0.98);
  }
}

/* ------------------------------
   Features Section
------------------------------ */
.features {
  background: var(--color-bg);
  text-align: center;
}
.features h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.card {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.card img {
  margin-bottom: 16px;
}

/* ------------------------------
   problem Table
------------------------------ */
.problem {
    background: #fff;
    text-align: center;
}
.problem h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}
.problem ul {
    font-size: 1.3em;
    margin-left: 0;
}
.problem_solution_text {
    font-size: 1.6em;
    font-weight: 600;
    color: var(--color-primary);
    background: linear-gradient(90deg, var(--color-secondary), var(--color-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.problem center{
	font-size:2em;
	font-weight:700;
}

/* ------------------------------
   servicefeatures Table
------------------------------ */
.servicefeatures {
    background: var(--color-bg);
    text-align: center;
}
.servicefeatures h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}


/* ------------------------------
   serviceabout Table
------------------------------ */
.serviceabout {
    background: #fff;
    text-align: center;
}
.serviceabout h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

/* ------------------------------
   Comparison Table
------------------------------ */
.comparison {
  background: #fff;
  text-align: center;
}
.comparison h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border);
}
.compare-table th,
.compare-table td {
  border: 1px solid var(--color-border);
  padding: 16px;
  font-size: 1rem;
}
.compare-table th {
  background: var(--color-bg);
}
.compare-table td:first-child {
  font-weight: 600;
}

/* ------------------------------
   Results Section
------------------------------ */
.results {
  background: var(--color-bg);
  text-align: center;
}
.results h2 {
  margin-bottom: 40px;
}
.results ul {
    margin: 0;
    padding: 0;
}
.stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	gap:20px;
}
.stats li {
  list-style: none;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 24px 40px;
  box-shadow: var(--shadow-sm);
}
.stats strong {
  display: block;
  font-size: 1.6rem;
  color: var(--color-primary);
}

/* ==============================
   Steps Section（横並び＋レスポンシブ対応）
============================== */

.steps {
  background: #fff;
  text-align: center;
  padding: 100px 0;
}

.steps h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 40px;
}

/* ▼ 横並び（PC） */
.step-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

/* 各ステップカード */
.step {
  flex: 1 1 0;
  background: var(--color-bg);
  border-radius: var(--radius-lg);
  padding: 40px 24px;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color-text);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.step span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

/* ▼ レスポンシブ（スマホ） */
@media (max-width: 768px) {
  .step-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .step {
    width: 100%;
    max-width: 320px;
  }
}

/* ------------------------------
   Reviews Section
------------------------------ */
.reviews {
  background: var(--color-bg);
  text-align: center;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.review-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}
.review-card p {
  color: var(--color-text);
  margin-bottom: 16px;
}
.review-card span {
  color: var(--color-subtext);
  font-size: 0.9rem;
}

/* ------------------------------
   FAQ Section
------------------------------ */
.faq {
  background: #fff;
}
.faq details {
  margin-bottom: 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  padding: 12px 16px;
}
.faq summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.faq summary::marker {
  display: none;
}
.faq p {
  margin-top: 8px;
	margin-bottom:0;
  color: var(--color-subtext);
}

/* ------------------------------
   CTA Sections
------------------------------ */
.cta-jobseekers {
  text-align: center;
  background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  color: #fff;
}
.cta-jobseekers h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.cta-jobseekers p {
  font-size: 1.1rem;
  margin-bottom: 32px;
}
.cta-jobseekers .btn-primary {
  background: #fff;
  color: var(--color-primary);
}

.cta-companies {
  background: #fff;
  text-align: center;
}
.cta-companies h2 {
  color: var(--color-text);
}
.cta-companies p {
  color: var(--color-subtext);
  margin-bottom: 32px;
}

/* ------------------------------
   Footer
------------------------------ */
.footer {
  background: var(--color-bg);
  padding: 60px 0 24px;
  text-align: center;
  color: var(--color-subtext);
  border-top: 1px solid var(--color-border);
}
.footer-nav {
  margin-bottom: 16px;
}
.footer-nav a {
  color: var(--color-subtext);
  margin: 0 12px;
}
.footer-nav a:hover {
  color: var(--color-primary);
}

/* ------------------------------
   Responsive
------------------------------ */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.8rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .feature-grid, .review-grid, .stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .step-grid {
    flex-direction: column;
    gap: 16px;
  }
  .stats li {
    width: 100%;
  }
}