@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2,
h3 {
  font-weight: bold;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  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 {
  padding: 0;
  vertical-align: top;
}

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

/* global.scss */
@font-face {
  font-family: "JuliusSansOne";
  src: url("../fonts/JuliusSansOne-Regular.ttf");
}
* {
  font-family: "JuliusSansOne", sans-serif;
}

a,
img {
  width: 100%;
  display: block;
}

header .header-inner {
  max-width: min(1200px, 100vw);
  margin: 0 auto;
  padding: min(20px, 1.6666666667vw) min(10px, 0.8333333333vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 2px solid #efefef;
}
@media only screen and (min-width: 769px) {
  header .header-inner {
    padding: min(30px, 2.5vw) min(20px, 1.6666666667vw);
  }
}
@media only screen and (max-width: 768px) {
  header .header-inner {
    padding: 5.0505050505vw 2.5252525253vw;
  }
}
@media only screen and (min-width: 769px) {
  header .header-inner .site-title {
    width: min(300px, 25vw);
  }
}
@media only screen and (max-width: 768px) {
  header .header-inner .site-title {
    width: 50.5050505051vw;
  }
}
@media only screen and (min-width: 769px) {
  header .header-inner .global-nav {
    padding: min(20px, 1.6666666667vw) min(10px, 0.8333333333vw);
  }
}
@media only screen and (max-width: 768px) {
  header .header-inner .global-nav {
    padding: 2.5252525253vw 1.2626262626vw;
  }
}
header .header-inner .global-nav ul {
  display: flex;
  gap: min(20px, 1.6666666667vw);
}
@media only screen and (max-width: 768px) {
  header .header-inner .global-nav ul {
    gap: 2.5252525253vw;
  }
}
header .header-inner .global-nav ul li a {
  font-size: min(16px, 1.3333333333vw);
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  header .header-inner .global-nav ul li a {
    font-size: 3.5353535354vw;
  }
}
header .header-inner .global-nav ul li a:hover {
  text-decoration: underline;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 4px;
  width: 28px;
  margin: 5px auto;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .global-nav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 70vw;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    transition: right 0.3s;
    z-index: 1000;
    display: flex;
    align-items: center;
  }
  .global-nav.open {
    right: 0;
  }
  .global-nav-list {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .global-nav-item {
    margin: 20px 0;
  }
  .hamburger {
    display: flex;
  }
}
footer {
  padding: 10px 0;
}

.content {
  width: min(1200px, 100vw);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content {
    width: 95.9595959596vw;
  }
}

.top-view {
  width: min(1200px, 100vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 20px auto;
}
@media only screen and (max-width: 768px) {
  .top-view {
    width: 95.9595959596vw;
    flex-direction: column;
    align-items: center;
    margin: 20px auto 10px auto;
  }
}
.top-view-text {
  width: 80%;
  text-align: center;
  color: #444444;
}
@media only screen and (max-width: 768px) {
  .top-view-text {
    width: 100%;
    text-align: center;
  }
}
.top-view-text h2 {
  font-size: min(40px, 3.3333333333vw);
  line-height: 1.5;
  font-family: "tbudrgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top-view-text h2 {
    font-size: 7.0707070707vw;
    line-height: 1.5;
  }
}
.top-view-text p {
  font-size: min(16px, 1.3333333333vw);
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .top-view-text p {
    font-size: 3.5353535354vw;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.mission-firstview-container {
  width: min(1000px, 83.3333333333vw);
  display: block;
  margin: 40px auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mission-firstview-container {
    width: 95.9595959596vw;
    margin: 20px auto;
  }
}
.mission-firstview {
  width: 100%;
  height: auto;
}
.mission-text {
  line-height: 1.5;
}
.mission .mission-firstview-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-pc {
    display: none;
  }
}
.mission .mission-firstview-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-sp {
    display: block;
  }
}
.mission .mission-firstview-text1 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  padding: min(20px, 1.6666666667vw);
  border-radius: min(20px, 1.6666666667vw);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-text1 {
    top: 20%;
  }
}
.mission .mission-firstview-text1 h2 {
  font-size: min(20px, 1.6666666667vw);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-text1 h2 {
    font-size: 4.0404040404vw;
  }
}
.mission .mission-firstview-text1-text {
  font-size: min(24px, 2vw);
  margin-top: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-text1-text {
    font-size: 5.0505050505vw;
  }
}
.mission .mission-firstview-text1-text2 {
  font-size: min(20px, 1.6666666667vw);
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-text1-text2 {
    font-size: 4.0404040404vw;
  }
}
.mission .mission-firstview-text2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  padding: min(20px, 1.6666666667vw);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: min(20px, 1.6666666667vw);
  text-align: center;
  width: 80%;
}
.mission .mission-firstview-text2 h2 {
  font-size: min(20px, 1.6666666667vw);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-text2 h2 {
    font-size: 4.0404040404vw;
  }
}
.mission .mission-firstview-text2-text {
  font-size: min(24px, 2vw);
  margin-top: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-text2-text {
    font-size: 5.0505050505vw;
  }
}
.mission .mission-firstview-text2-text2 {
  font-size: min(20px, 1.6666666667vw);
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-text2-text2 {
    font-size: 4.0404040404vw;
  }
}
.mission .mission-firstview-text3 {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: min(10px, 0.8333333333vw) min(40px, 3.3333333333vw);
  font-weight: 600;
  border-radius: min(10px, 0.8333333333vw);
}
.mission .mission-firstview-text3 p {
  font-size: min(18px, 1.5vw);
}
@media only screen and (max-width: 768px) {
  .mission .mission-firstview-text3 p {
    font-size: 4.0404040404vw;
  }
}

.about {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .about {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
}
.about-text {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .about-text {
    width: 100%;
  }
}
.about-text .about-logo {
  width: 35%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .about-text .about-logo {
    width: 60%;
    margin: 20px auto;
  }
}
.about-text .about-list {
  margin-top: 20px;
}
.about-text .about-list .about-item {
  padding: min(10px, 0.8333333333vw) 0;
  line-height: 1.8;
  display: flex;
  font-size: min(16px, 1.3333333333vw);
  border-top: 1px solid #efefef;
}
@media only screen and (max-width: 768px) {
  .about-text .about-list .about-item {
    font-size: 3.5353535354vw;
  }
}
.about-text .about-list .about-item span {
  display: block;
}
.about-text .about-list .about-item-title {
  width: 30%;
}
.about-text .about-list .about-item-text {
  width: 70%;
}
.about-text .about-list .about-item-text .about-item-text-content-wrap {
  display: flex;
}
.about-text .about-list .about-item-text .about-item-text-content-wrap .about-item-text-number {
  width: min(24px, 2vw);
}
@media only screen and (max-width: 768px) {
  .about-text .about-list .about-item-text .about-item-text-content-wrap .about-item-text-number {
    width: 5.0505050505vw;
  }
}
.about-image {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .about-image {
    width: 100%;
  }
}

.product-title {
  font-size: min(36px, 3vw);
  text-align: center;
  margin: 60px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .product-title {
    font-size: 6.0606060606vw;
    margin: 40px 0 20px 0;
  }
}
.product-items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .product-items {
    flex-direction: column;
    align-items: center;
  }
}
.product-items .product-item {
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item {
    width: 80%;
    margin-bottom: 40px;
  }
}
.product-items .product-item .product-item-title {
  font-size: min(20px, 1.6666666667vw);
  margin: 20px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-title {
    font-size: 4.5454545455vw;
    margin: 10px 0 5px 0;
  }
}
.product-items .product-item .product-item-description {
  font-size: min(16px, 1.3333333333vw);
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .product-items .product-item .product-item-description {
    font-size: 3.5353535354vw;
  }
}

.consulting-title {
  font-size: min(36px, 3vw);
  text-align: center;
  margin: 60px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .consulting-title {
    font-size: 6.0606060606vw;
    margin: 40px 0 20px 0;
  }
}
.consulting-main {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .consulting-main {
    flex-direction: column;
    align-items: center;
  }
}
.consulting-main .lead {
  width: 60%;
  font-size: min(18px, 1.5vw);
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .consulting-main .lead {
    width: 100%;
    font-size: 4.0404040404vw;
    margin-bottom: 40px;
  }
}
.consulting-main .lead .slogan-wrap {
  position: relative;
  min-height: 210px;
  margin: 126px 0 6px;
}
.consulting-main .lead .slogan-ja {
  position: absolute;
  left: -6px;
  top: 10px;
  transform: rotate(-12deg);
  font-weight: 800;
  font-size: clamp(18px, 2.5vw + 10px, 28px);
  white-space: nowrap;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .consulting-main .lead .slogan-ja {
    width: 80vw;
    white-space: wrap;
    left: 50%;
    transform: translateX(-50%) rotate(-12deg);
    font-size: clamp(16px, 4vw + 10px, 24px);
  }
}
.consulting-main .lead .slogan-en {
  position: absolute;
  left: 50%;
  top: 76px;
  transform: translateX(-50%) rotate(-12deg);
  font-size: min(22px, 1.8333333333vw);
  letter-spacing: 0.16em;
  color: #222;
  opacity: 0.9;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .consulting-main .lead .slogan-en {
    width: 80vw;
    white-space: wrap;
    left: 50%;
    top: 96px;
    transform: translateX(-50%) rotate(-12deg);
    font-size: 3.5353535354vw;
  }
}
.consulting-main .panel {
  width: 35%;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel {
    width: 100%;
  }
}
.consulting-main .panel h3 {
  font-size: min(24px, 2vw);
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel h3 {
    font-size: 5.0505050505vw;
    margin-bottom: 15px;
  }
}
.consulting-main .panel .help {
  font-size: min(16px, 1.3333333333vw);
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel .help {
    font-size: 3.5353535354vw;
    margin-bottom: 15px;
  }
}
.consulting-main .panel .list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: min(16px, 1.3333333333vw);
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel .list {
    font-size: 3.5353535354vw;
    margin-bottom: 15px;
  }
}
.consulting-main .panel .form-group {
  margin-bottom: 15px;
}
.consulting-main .panel .form-group .row {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel .form-group .row {
    flex-direction: column;
    gap: 0px;
  }
}
.consulting-main .panel .form-group .field {
  margin-bottom: 10px;
}
.consulting-main .panel .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: min(16px, 1.3333333333vw);
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel .form-group label {
    font-size: 3.5353535354vw;
  }
}
.consulting-main .panel .form-group input, .consulting-main .panel .form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: min(16px, 1.3333333333vw);
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel .form-group input, .consulting-main .panel .form-group textarea {
    font-size: 3.5353535354vw;
  }
}
.consulting-main .panel .form-group textarea {
  height: 100px;
  resize: vertical;
}
.consulting-main .panel .btn {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  background-color: #666666;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: min(16px, 1.3333333333vw);
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel .btn {
    font-size: 3.5353535354vw;
  }
}
.consulting-main .panel .btn:hover {
  background-color: #222222;
}
.consulting-main .panel .note {
  font-size: min(14px, 1.1666666667vw);
  color: #666;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .consulting-main .panel .note {
    font-size: 3.0303030303vw;
  }
}

/* 見出し・タブ */
.info-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px;
}

.info-title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
}

.info-filter {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8px 0 20px;
}

.info-filter button {
  appearance: none;
  border: 1px solid #00ccff;
  background: #fff;
  color: #00ccff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
}

.info-filter button.is-active {
  background: #00ccff;
  color: #fff;
  border-color: #00ccff;
}

/* グリッド */
.info-grid {
  display: grid;
  gap: 18px;
}

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

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

@media (max-width: 960px) {
  .info-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}
/* カード */
.info-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.06s ease, box-shadow 0.2s ease;
}

.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.info-thumb {
  display: block;
  aspect-ratio: 16/9;
  background: #f6f7f8;
  overflow: hidden;
}

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

.no-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #999;
  font-size: 12px;
}

.info-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-date {
  font-size: 12px;
  color: #6b7280;
}

.info-h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.info-h3 a {
  color: #111;
  text-decoration: none;
}

.info-excerpt {
  font-size: 13px;
  color: #374151;
  margin: 2px 0 4px;
}

.info-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: auto;
}

.info-tags .tag {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: #1e3a8a;
}

/* ======================================
   Recruit (入社希望の方)  Layout & Cards
   ====================================== */
:root {
  --text: #111;
  --muted: #6b7280;
  --line: #e5e7eb;
  --accent: #2557a7;
  --accent-text: #fff;
  --shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  --max: 1100px;
}

.recruit {
  /* 左バナー */
  /* 右：求人リスト */
}
.recruit .recruit__container {
  max-width: var(--max);
  margin-inline: auto;
  padding: 32px 16px 56px;
}
.recruit .recruit__title {
  text-align: center;
  font-size: clamp(22px, 2.2vw + 14px, 32px);
  letter-spacing: 0.05em;
  margin: 0 0 18px;
}
.recruit .recruit__layout {
  display: grid;
  grid-template-columns: 300px 1fr; /* 左バナー 300px + 右リスト */
  gap: 28px;
}
@media (max-width: 1024px) {
  .recruit .recruit__layout {
    grid-template-columns: 1fr; /* モバイルは縦積み */
  }
}
.recruit .recruit__banner {
  position: sticky;
  top: 20px;
  align-self: start;
}
.recruit .recruit__banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: var(--shadow);
}
@media (max-width: 1024px) {
  .recruit .recruit__banner {
    position: static;
    max-width: 360px;
    margin-inline: auto;
  }
}
.recruit .recruit__list {
  display: grid;
  gap: 26px;
}

/* ======= 求人カード ======= */
.job-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.job-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 8px;
}
.job-card__header--line {
  border-top: 6px solid rgba(44, 163, 102, 0.1019607843); /* 画像のグリーンラインをイメージ */
  padding-top: 12px;
}
.job-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 4px;
}
.job-card__label--new {
  background: #e9f9ed;
  color: #2ca366;
  border: 1px solid #bfe9cd;
}
.job-card__headline {
  margin: 0;
  font-size: clamp(16px, 1.1vw + 12px, 20px);
  line-height: 1.6;
}
.job-card__body {
  display: grid;
  grid-template-columns: 240px 1fr 180px;
  gap: 18px;
  padding: 10px 18px 18px;
}
@media (max-width: 720px) {
  .job-card__body {
    grid-template-columns: 1fr;
  }
}
.job-card__thumb {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f7f8;
}
.job-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
}
.job-card__thumb .job-card__thumb-caption {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: #fff;
  color: #333;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.job-card__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.job-card__title {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}
.job-card__title a {
  color: #0f172a;
  text-decoration: none;
}
.job-card__title a:hover {
  text-decoration: underline;
}
.job-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-card__tags li {
  font-size: 12px;
  background: #eef2ff;
  color: #1e40af;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
}
.job-card__table {
  display: grid;
  gap: 6px;
}
.job-card__table div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px;
  align-items: start;
}
.job-card__table dt {
  color: #64748b;
  font-size: 13px;
}
.job-card__table dd {
  margin: 0;
  font-size: 14px;
}
.job-card__table .is-pay {
  color: #0f766e;
  font-weight: 700;
}
.job-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 720px) {
  .job-card__cta {
    justify-content: stretch;
  }
}
.job-card__cta .btn-inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  min-height: 56px;
  padding: 14px 16px;
  background: var(--accent);
  color: var(--accent-text);
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: transform 0.02s ease, opacity 0.2s ease;
  box-shadow: 0 6px 16px rgba(37, 87, 167, 0.25);
}
.job-card__cta .btn-inquiry:hover {
  opacity: 0.92;
}
.job-card__cta .btn-inquiry:active {
  transform: translateY(1px);
}
@media (max-width: 720px) {
  .job-card__cta .btn-inquiry {
    width: 100%;
  }
}

/* ==== Single post minimal CSS ==== */
:root {
  --max: 1100px;
  --line: #e5e7eb;
  --muted: #6b7280;
}

.site-main.single {
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px 16px;
}

/* ヘッダー */
.site-main.single .entry-header {
  margin-bottom: 18px;
}

.site-main.single .entry-title {
  margin: 0 0 6px;
  font-size: clamp(22px, 2.2vw + 14px, 34px);
  line-height: 1.35;
}

.site-main.single .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 14px;
  color: var(--muted);
}

/* アイキャッチ */
.site-main.single .entry-thumb {
  margin: 14px 0 22px;
}

.site-main.single .entry-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* 本文（読みやすさだけ最低限） */
.site-main.single .entry-content {
  line-height: 1.9;
  font-size: 16px;
}

.site-main.single .entry-content p {
  margin: 1em 0;
}

.site-main.single .entry-content h2 {
  margin: 1.6em 0 0.6em;
  font-size: 1.4em;
}

.site-main.single .entry-content h3 {
  margin: 1.4em 0 0.5em;
  font-size: 1.2em;
}

.site-main.single .entry-content img,
.site-main.single .entry-content video {
  max-width: 100%;
  height: auto;
}

.site-main.single .entry-content figure {
  margin: 1.2em 0;
}

.site-main.single .entry-content ul,
.site-main.single .entry-content ol {
  padding-left: 1.4em;
}

.site-main.single .page-links {
  margin: 24px 0;
}

/*# sourceMappingURL=style.css.map */
