@charset "UTF-8";
/*! 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;
  min-width: 0;
}

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

/**
 * 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] {
  -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-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,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       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;
  min-width: 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;
}

/* ==================================================
   common
   ================================================== */
* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  padding-inline-start: 0px;
}

body {
  color: #1b324a;
  background: #e0e0e0;
}

section {
  background-color: #fff;
  background-image: radial-gradient(#eee 1px, transparent 1px);
  background-size: 10px 10px;
  margin-inline: auto;
  max-width: 759px;
  padding-bottom: 1.5rem;
}

section > div {
  padding-inline: 3%;
}

.l_footer {
  max-width: 759px;
  padding-inline: 3%;
  background-color: #f7f6f9;
  margin-inline: auto;
  padding-block: 1.68rem 14rem;
}

@media (max-width: 390px) {
  .l_footer {
    padding-block: 1.68rem 7rem;
  }
}
.l_footer div {
  margin-inline: auto;
  text-align: center;
}

.l_main-logo {
  width: 170px;
}

.l_footer-main__text {
  padding-bottom: 0.56rem;
  border-bottom: 1px solid #cbcbc9;
  font-size: 0.75rem;
}

small {
  font-size: 0.75rem;
}

@font-face {
  font-family: "Fontdin";
  src: url("/common/font/din-condensed-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.faq-title__img {
  width: 28.65%;
  height: auto;
  display: block;
  margin-inline: auto;
}

.works-title {
  width: 62.16%;
  height: auto;
  display: block;
  margin-inline: auto;
}

.job-card {
  border: 2px solid #23568e;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  width: 320px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.job-card__header {
  background: #1a5c9c;
  color: #fff;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.job-card__area {
  background: #fff;
  color: #1a5c9c;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
}

.job-card__category {
  font-weight: 500;
}

.job-card__body {
  padding: 1rem 3rem;
  font-size: 14px;
  color: #333;
}

.job-card__row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}

.job-card__row:last-child {
  border-bottom: none;
}

.job-card__row strong {
  font-size: 16px;
  font-weight: 700;
}

.job-card__free {
  color: #f15a24;
  font-weight: 700;
}

:root {
  /* 画像の色味に合わせた値 */
  --faq-blue: #2a6fb5;
  --faq-blue-dark: #1b5e99;
  --faq-blue-bg: #e9f1fb;
  --faq-orange: #f59a23;
}

.faq {
  display: grid;
  gap: 22px;
  background-color: #4e98e3;
}

/* 外枠（太めの青枠＋下方向の影） */
.faq-item {
  background: #fff;
  border: 3px solid #1b324a;
  box-shadow: 3px 3px 0 rgb(0, 0, 0);
  overflow: hidden;
}

/* 見出しボタン */
.faq-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 22px 18px 18px 18px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff) border-box;
  border: 0;
  cursor: pointer;
  text-align: left;
}

/* 左の大きいQ（画像寄せ：濃い青・大きめ文字） */
.faq-q {
  color: var(--faq-blue-dark);
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
  display: block;
  transform: translateY(2px);
  font-family: "Fontdin", "Hiragino Mincho ProN", serif;
}

/* タイトル文字（折り返し広め） */
.faq-title {
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.6;
  color: #0a2540;
}

/* 右端の＋（青い角丸四角に白い＋） */
.faq-icon {
  position: relative;
  width: 34px;
  height: 34px;
  background: var(--faq-blue);
  border-radius: 6px;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.faq-icon::after {
  transform: rotate(90deg);
} /* 縦棒で＋に */
.faq-trigger[aria-expanded=true] .faq-icon::after {
  opacity: 0;
} /* 開いたら− */
/* 開閉の境界線（画像の細い区切り線） */
.faq-panel {
  border-top: 1px solid #e6edf6;
  background: #fff;
  padding: 0 18px 18px;
}

/* 回答先頭のオレンジA（大きめ一文字） */
.faq-a {
  color: #eb6a2c;
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
  margin-right: 12px;
  display: inline-block;
  transform: translateY(6px);
  font-family: "Fontdin", "Hiragino Mincho ProN", serif;
}

/* 本文 */
.answer {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.9;
  color: #0a2540;
  margin-top: 16px;
}

/* 折りたたみアニメーション（高さトランジション） */
.faq-panel {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
}

.faq-panel[hidden] {
  grid-template-rows: 0fr;
  padding-bottom: 0;
  border-top-color: transparent;
}

.faq-panel > * {
  overflow: hidden;
}

@media (max-width: 480px) {
  .sp-br {
    display: block;
  }
}
@media (min-width: 481px) {
  .sp-br {
    display: none;
  }
}
.floating-wrap {
  margin-inline: auto;
  text-align: center;
  width: 100%;
}

.floating-line {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: min(100%, 759px);
  margin-inline: auto;
  z-index: 1000;
}

.floating-line img {
  width: 100%;
  height: auto;
  display: block;
}

.floating-line:hover img {
  transform: translateY(-2px) scale(1.02);
}

section.step_wrap,
section.faq {
  padding-bottom: 0;
}

section.faq {
  background-image: none;
  padding-inline: 3%;
  padding-bottom: 3rem;
}

section.floating-wrap {
  padding-bottom: 0;
}

.l_footer.l_footer__praivacy {
  padding-bottom: 3rem;
}

.praivacy h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  margin-bottom: 1rem;
}

.praivacy p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

section.praivacy {
  padding: 2rem 3%;
}

.praivacy ul {
  list-style: disc; /* 黒丸 */
  padding-left: 1.5em; /* インデント */
  margin-bottom: 1rem;
}

.praivacy li {
  list-style: inherit; /* 親（ul, ol）のスタイルを継承 */
}

.c_scroll {
  position: absolute;
  right: 2%;
  bottom: 20%;
  writing-mode: vertical-rl;
  color: #ccc;
}

@media (max-width: 959px) {
  .c_scroll {
    font-size: 3vw;
    bottom: 20%;
  }
}
/* 線のアニメーション部分 */
.c_scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

/* 線の背景色 */
.c_scroll::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* 無限横流し */
.slider {
  overflow: hidden;
  width: 100%;
}

.slider-track {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 40px;
  width: -moz-max-content;
  width: max-content;
  animation: marquee var(--marquee-duration, 30s) linear infinite;
  will-change: transform;
}

.slider-item {
  flex: 0 0 auto;
  width: 300px;
  box-sizing: border-box;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ハンバーガー */
/* ==================================================
   Flex系ユーティリティ（FLOCSSルール準拠）
   ================================================== */
/* 基本のflex */
.u_flex {
  display: flex;
}

/* 横並び方向 */
.u_flex--col {
  flex-direction: column;
}

/* 配置（モディファイア） */
.u_flex--center {
  justify-content: center; /* 横方向中央寄せ */
  align-items: center; /* 縦方向中央寄せ */
}

@media (max-width: 599px) {
  .u_flex-sp--center {
    justify-content: center;
  }
}
.u_flex--between {
  justify-content: space-between;
}

@media (max-width: 599px) {
  .u_flex-sp--between {
    justify-content: space-between;
  }
}
.u_flex--around {
  justify-content: space-around;
}

.u_flex--evenly {
  justify-content: space-evenly;
}

/* 縦方向寄せ */
.u_flex--start {
  align-items: flex-start;
}

@media (max-width: 959px) {
  .u_flex-tab--start {
    align-items: flex-start;
  }
}
.u_flex--end {
  align-items: flex-end;
}

/* ラップ制御 */
.u_flex--wrap {
  flex-wrap: wrap;
}

.u_flex--nowrap {
  flex-wrap: nowrap;
}

/* アイテム個別（子要素クラス） */
.u_flex__item--grow {
  flex-grow: 1; /* 空きスペースを均等に広げる */
}

.u_flex__item--shrink {
  flex-shrink: 1; /* 縮む可能性あり */
}

.u_flex__item--noShrink {
  flex-shrink: 0; /* 縮まない */
}

.u_flex__item--stretch {
  align-self: stretch;
}

/* gap用ユーティリティ（flex専用） */
.u_flex--gap-s {
  gap: 0.59vw;
}

.u_flex--gap-m {
  gap: 1.17vw;
}

.u_flex--gap-l {
  gap: 3.51vw;
}

.u_flex--gap-xl {
  gap: 5.86vw;
}

@media (max-width: 959px) {
  .u_flex--gap-xl {
    gap: 2rem;
  }
}
.u_flex--gap-140 {
  gap: min(9vw, 140px);
}

@media (max-width: 959px) {
  .tab_noFlex {
    display: block;
  }
}
@media (max-width: 599px) {
  .sp_noFlex {
    display: block;
  }
}
.c_animate {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}
.c_animate.is-show {
  opacity: 1;
}

.u_fade--right {
  transform: translateX(60px);
}

.u_fade--left {
  transform: translateX(-60px);
}

.u_fade--up {
  transform: translateY(40px);
}

.u_fade--down {
  transform: translateY(-40px);
}

.u_zoom--in {
  transform: scale(0.9);
}

.u_rotate--in {
  transform: rotate(-8deg);
}

.is-show.u_fade--right,
.is-show.u_fade--left,
.is-show.u_fade--up,
.is-show.u_fade--down,
.is-show.u_zoom--in,
.is-show.u_rotate--in {
  transform: none;
}

.u_delay-1 {
  transition-delay: 0.2s;
}

.u_delay-2 {
  transition-delay: 0.4s;
}

.u_delay-3 {
  transition-delay: 0.6s;
}

.u_delay-4 {
  transition-delay: 0.8s;
}/*# sourceMappingURL=style.css.map */