/*
Theme Name: cookbiz
Description: 飲食業界の転職メディア「cookbiz」用WordPressテーマ
Author: freemova
Version: 1.0.0
*/

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.wpcf7-spinner {
  display: none !important;
}

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
 /* input,  ← 元の記述を削除して、以下の1行に差し替えます */
 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), 
 optgroup,
 select,
 textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}
header {
  width: 100%;
}

header img {
  width: 30%;
  height: auto;
}

/* Header Top Section */
.header-top {
  margin-bottom: 3%;
  padding: 2% 3% 0;
}

.header-logo-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-logo-section .logo {
  margin: 0;
}

.header-logo-section .header-logo_img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

.header-tagline {
  font-size: 0.9rem;
  color: #666;
  font-weight: normal;
  margin: 0;
}

/* Header Main Section */
.header-main {
  margin-bottom: 2%;
  text-align: center;
}

.header-headline {
  font-size: 1.3rem;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

/* Header Meta Section */
.header-meta {
  background-color: #f5f5f5;
  padding: 4px;
  border-radius: 4px;
}

.header-meta-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.header-meta-icon {
  width: 8%;
}

.meta-icon-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.header-meta-text {
  flex: 1;
}

.header-meta-update {
  font-size: 11px;
  color: #333;
  margin: 0 0 0.25rem 0;
}

.header-meta-note {
  font-size: 11px;
  color: #666;
  margin: 0;
}

footer {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}


body{
  background-color: #F6ECD2;
}

/* デフォルトのフォントサイズ */

p{
  font-size: 13px;
}

section {
  width: 100%;
  padding: 0 5%;
  margin-top: 6%;
}

.fv-area{
  padding: 0; 
  margin: 0;
}

.line-scout-content {
  max-width: 1200px;
  margin: 0 auto;
}

.line-scout-text-area {
  margin-bottom: 6%;
}

.line-scout-heading {
  position: relative;
  font-size: 1.0rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.6;
}

.line-scout-number {
  color: #FF6B35;
  position: relative;
}

.line-scout-heading::before {
  content: "";
  display: block;
  width: 100%;
  height: .5px;
  background-color: #C8C8C8;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.line-scout-description {
  color: #333;
  line-height: 1.8;
  margin: 0 0 4px 0;
}

.line-scout-highlight {
  display: inline-block;
  position: relative;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 2px;
}

/* マーカー風（擬似要素） */
.line-scout-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15em;
  height: 0.65em;
  background: rgba(255, 235, 59, 0.85);
  border-radius: 2px;
  z-index: 0;
}

.line-scout-highlight a {
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.line-scout-highlight a:hover,
.line-scout-highlight a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.line-scout-note {
  font-size: 11px;
  color: #333;
  margin: 0;
}

.line-scout-illustration-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.line-scout-illustration {
  flex-shrink: 0;
  text-align: center;
}

.line-scout-illustration-img {
  width: 47px;
  height: 47px;
  /* border-radius: 50%;
  background-color: #FFE0B2;
  object-fit: cover;
  margin-bottom: 0.5rem; */
}

.line-scout-caption {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
}

.line-scout-callout {
  flex: 1;
  min-width: 250px;
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.line-scout-callout::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 20px solid #fff;
}

.line-scout-callout-text {
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.job-count{
  margin-top: 4%;
  padding: 3% 0;
  background-color: #E1894E;
  color: #fff;
  position: relative;
}

.job-count::before,
.job-count::after {
  content: "";
  background-color: #E1894E;
  display: block;
  width: 100%;
  height: 1px;
}

.job-count::before{
  top:-4px;
  left: 0;
}

.job-count::after{
  bottom: -4px;
  left: 0;
}

.step30-content{
  max-width: 1200px;
  margin: 0 auto;
}

.step30-heading{
  margin-bottom: 14px;
}

.step30-box{
  background-color: #E1894E;
  border: 2px dotted rgba(255,255,255,.7);
  padding: 14px 12px;
  position: relative;
}

.step30-box::before{
  content: "";
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  width: 104%;
  height: 106%;
  background-color: #FFD5BA;
  /* height: 14px; */
  z-index: -1;
}

.step30-box > *{
  position: relative;
  z-index: 1;
}
.step30-box-title{
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-align: center;
}

.step30-list{
  margin: 0;
  padding: 0;
}

.step30-list li{
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 6px 0;
}

.step30-comment{
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.step30-comment-avatar{
  flex-shrink: 0;
  text-align: center;
}

.step30-comment-img{
  width: 47px;
  height: 47px;
  object-fit: cover;
}

.step30-comment-name{
  margin: 0;
  font-size: 13px;
  color: #333;
}

.step30-comment-bubble{
  flex: 1;
  min-width: 250px;
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.step30-comment-bubble::before{
  content: "";
  position: absolute;
  left: -15px;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 20px solid #fff;
}

.step30-comment-text{
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.job-count p{
  font-size: 15px;
  text-align: center;
}

.job-count span{
  font-size: 19px;
}

/* Section 3: 面談の後は？ */
.after-interview-content{
  max-width: 1200px;
  margin: 0 auto;
}

.after-interview-heading{
  margin-bottom: 14px;
}

.after-interview-box{
  padding-top: 18px;
}

.after-interview-list{
  margin: 0;
  padding: 0;
}

.after-interview-list li{
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

.after-interview-comment{
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.after-interview-bubble{
  flex: 1;
  min-width: 250px;
  background-color: #fff;
  padding: 12px 10px 10px;
  position: relative;
}

.after-interview-bubble::after{
  content: "";
  position: absolute;
  right: -15px;
  top: 22px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 20px solid #fff;
}


.after-interview-text{
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.after-interview-avatar{
  flex-shrink: 0;
  text-align: center;
}

.after-interview-avatar-img{
  width: 70px;
  height: 70px;
  object-fit: cover;
  background-color: #FFD5BA;
  border-radius: 50%;
}

.after-interview-avatar-name{
  margin: 6px 0 0;
  font-size: 13px;
  color: #333;
}

/* Section 4: 利用者の実例 */
.case-content{
  max-width: 1200px;
  margin: 0 auto;
}

.case-heading{
  margin-bottom: 14px;
}

.case-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.case-card{
  background-color: #fff;
  padding: 12px;
  border-radius: 4px;
}

.case-image{
  width: 100%;
}

.case-image-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-title{
  margin: 10px 0 6px;
  color: #333;
  text-align: center;
}

.case-meta,
.case-job,
.case-salary{
  margin: 0 0 4px 0;
  color: #333;
}
