@charset "UTF-8";
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

/* 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] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  padding: 0;
  border-style: none;
}

/**
 * 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; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

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

/**
 * Line Clampを実装する
 *
 * @param {number} $rows 行数
 */
/**
 * ホバーアクション
 */
/**
 * フォーカスアクション
 */
/**
 * タップアクション
 */
/*
 * スクロールバーを非表示にする
 */
/**
 * メディアクエリー用のミックスイン
 *
 * @param {number} $min 最小幅
 * @param {number} $max 最大幅
 * @param {string} $template あらかじめ設定されたテンプレートの指定
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
}

button:not(:disabled) {
  cursor: pointer;
}

.lp-test .test-color {
  color: #ff4444;
  font-size: 18px;
  padding: 20px;
  background-color: #f0f0f0;
}
@media (max-width: 1080px) {
  .lp-test .test-color {
    color: #4488ff;
  }
}
@media (max-width: 760px) {
  .lp-test .test-color {
    color: #44cc44;
  }
}
@media (max-width: 560px) {
  .lp-test .test-color {
    color: #ffcc00;
  }
}

.lp-test .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.lp-test .accordion-item .accordion-trigger {
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: #f5f5f5;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .lp-test .accordion-item .accordion-trigger:hover {
    background-color: #e0e0e0;
  }
}
.lp-test .accordion-item .accordion-trigger::after {
  content: "▼";
  float: right;
  transition: transform 0.3s ease;
}
.lp-test .accordion-item.is-open .accordion-trigger {
  background-color: #e0e0e0;
}
.lp-test .accordion-item.is-open .accordion-trigger::after {
  transform: rotate(-180deg);
}
.lp-test .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 15px;
}
.lp-test .accordion-item .accordion-content p {
  padding: 15px 0;
  margin: 0;
}

.lp-jobseeker *,
.lp-jobseeker *::before,
.lp-jobseeker *::after {
  box-sizing: border-box;
}
.lp-jobseeker html {
  -webkit-text-size-adjust: 100%;
}
.lp-jobseeker body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #3d3a39;
  background: #fff;
}
.lp-jobseeker h1,
.lp-jobseeker h2,
.lp-jobseeker h3,
.lp-jobseeker h4,
.lp-jobseeker h5,
.lp-jobseeker h6,
.lp-jobseeker p,
.lp-jobseeker dl,
.lp-jobseeker dt,
.lp-jobseeker dd,
.lp-jobseeker ul,
.lp-jobseeker ol,
.lp-jobseeker figure {
  margin: 0;
  padding: 0;
}
.lp-jobseeker ul,
.lp-jobseeker ol {
  list-style: none;
}
.lp-jobseeker img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.lp-jobseeker a {
  color: inherit;
  text-decoration: none;
}
.lp-jobseeker button {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.lp-jobseeker .u_text-teal {
  display: inline;
  color: #09aba0;
}
.lp-jobseeker .main {
  display: block;
}
.lp-jobseeker .layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .lp-jobseeker .layout {
    display: block;
  }
}
.lp-jobseeker .layout__main {
  min-width: 0;
  background: #d5ecea;
  padding: 40px 0 0;
}
@media (max-width: 1080px) {
  .lp-jobseeker .layout__main {
    padding: 0 16px 60px;
  }
}
.lp-jobseeker .header {
  position: relative;
  z-index: 1;
  padding: 0 16px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header {
    background-color: #09aba0;
  }
}
.lp-jobseeker .header::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 10vw;
  margin-inline: auto;
  background-image: url("../images/header_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 760px) {
  .lp-jobseeker .header::before {
    height: 27vw;
    background-image: url("../images/header_bg_sp.svg");
    background-size: cover;
    background-position: center -78px;
  }
}
.lp-jobseeker .header__inner {
  position: absolute;
  top: 24px;
  left: 8.3333333333%;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header__inner {
    position: sgtatic;
    left: 5%;
    width: 90%;
  }
}
.lp-jobseeker .header__logo img {
  max-width: 198px;
}
.lp-jobseeker .header__badge {
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #2f8d8c;
  border-radius: 4px;
  color: #2f8d8c;
  font-size: 16px;
  background: #fff;
}
.lp-jobseeker .header__menu-btn {
  display: none;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header__menu-btn {
    display: inline-flex;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}
.lp-jobseeker .header__menu-btn-bar {
  display: block;
  width: 28px;
  height: 2px;
  background: #3d3a39;
}
.lp-jobseeker .header__menu-btn-text {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.lp-jobseeker .sp-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #d5ecea;
  padding: 20px 24px 40px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.lp-jobseeker .sp-menu.is-open {
  transform: translateX(0);
}
@media (max-width: 1080px) {
  .lp-jobseeker .sp-menu {
    display: block;
  }
}
.lp-jobseeker .sp-menu__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.lp-jobseeker .sp-menu__logo img {
  width: 120px;
}
.lp-jobseeker .sp-menu__badge {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #3d3a39;
  border-radius: 16px;
  font-size: 12px;
  background: #fff;
}
.lp-jobseeker .sp-menu__close {
  margin-left: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lp-jobseeker .sp-menu__close-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.lp-jobseeker .sp-menu__close-icon::before, .lp-jobseeker .sp-menu__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3d3a39;
}
.lp-jobseeker .sp-menu__close-icon::before {
  transform: rotate(45deg);
}
.lp-jobseeker .sp-menu__close-icon::after {
  transform: rotate(-45deg);
}
.lp-jobseeker .sp-menu__close-text {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.lp-jobseeker .sp-menu__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-jobseeker .sp-menu__link {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 18px;
  color: #1f6e70;
}
.lp-jobseeker .sp-menu__link::before {
  content: "♦";
  position: absolute;
  left: 0;
  top: 0;
  color: #09aba0;
}
.lp-jobseeker .sp-menu__item:not(:first-child) .lp-jobseeker .sp-menu__link::before {
  content: "";
}
.lp-jobseeker .sp-menu__cta {
  margin: 32px 0 16px;
  text-align: center;
}
.lp-jobseeker .sp-menu__cta-lead {
  color: #1f6e70;
  font-weight: 700;
  margin-bottom: 8px;
}
.lp-jobseeker .sp-menu__cta-num {
  font-size: 28px;
  color: #1f6e70;
}
.lp-jobseeker .sp-menu__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
.lp-jobseeker .sp-menu__note {
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
}
.lp-jobseeker .sp-menu__sns {
  margin-top: 24px;
  text-align: center;
}
.lp-jobseeker .sp-menu__sns-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.lp-jobseeker .hero {
  position: relative;
  background: #09aba0;
  height: 725px;
  padding: 32px 0;
  background-image: url("../images/fv_bg02.svg"), url("../images/fv_bg01.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (width < 1000px) {
  .lp-jobseeker .hero {
    height: 877px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero {
    height: 808px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero {
    height: auto;
    padding: 0 16px 32px;
    background-image: none;
  }
}
.lp-jobseeker .hero__decoration-layer {
  position: absolute;
  inset: 0;
}
.lp-jobseeker .hero__person01, .lp-jobseeker .hero__person02, .lp-jobseeker .hero__person03, .lp-jobseeker .hero__person04, .lp-jobseeker .hero__person05, .lp-jobseeker .hero__person06, .lp-jobseeker .hero__person07 {
  position: absolute;
}
.lp-jobseeker .hero__person01 {
  top: 22%;
  left: 0%;
  z-index: 2;
}
@media (width < 1360px) {
  .lp-jobseeker .hero__person01 {
    top: 16%;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__person01 {
    display: none;
  }
}
.lp-jobseeker .hero__person02 {
  top: 67%;
  left: 2.8%;
}
@media (width < 1360px) {
  .lp-jobseeker .hero__person02 {
    top: 63%;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__person02 {
    top: 73%;
  }
}
@media (width < 1000px) {
  .lp-jobseeker .hero__person02 {
    top: 77%;
  }
}
.lp-jobseeker .hero__person03 {
  top: 35%;
  left: 43%;
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__person03 {
    top: 30%;
  }
}
@media (width < 1000px) {
  .lp-jobseeker .hero__person03 {
    display: none;
  }
}
.lp-jobseeker .hero__person04 {
  bottom: 5%;
  left: 50%;
  z-index: 1;
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__person04 {
    bottom: 7%;
    z-index: revert;
  }
}
@media (width < 1000px) {
  .lp-jobseeker .hero__person04 {
    left: 25%;
  }
}
.lp-jobseeker .hero__person05 {
  top: 16%;
  left: 50%;
}
.lp-jobseeker .hero__person06 {
  top: 12%;
  left: 83%;
}
.lp-jobseeker .hero__person07 {
  bottom: 22.5%;
  left: 88.5%;
  z-index: 2;
}
@media (width < 1360px) {
  .lp-jobseeker .hero__person07 {
    left: 91%;
  }
}
@media (width < 1000px) {
  .lp-jobseeker .hero__person07 {
    display: none;
  }
}
.lp-jobseeker .hero__container {
  position: absolute;
  inset: 0;
  max-width: 1212px;
  height: 100%;
  margin-inline: auto;
  background-image: url("../images/fv_main-person.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
}
.lp-jobseeker .hero__inner {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 220px;
  display: grid;
  grid-template-columns: 580px 1fr;
  grid-template-areas: "content content" "cta achievements";
  gap: 40px 156px;
  align-items: center;
  overflow: visible;
}
@media (width < 1300px) {
  .lp-jobseeker .hero__inner {
    margin-inline: 16px;
    gap: 40px 16px;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__inner {
    margin-top: 160px;
    grid-template-columns: 500px 1fr;
    gap: 24px 16px;
  }
}
@media (width < 1000px) {
  .lp-jobseeker .hero__inner {
    display: block;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__inner {
    margin-top: 0;
    align-items: unset;
  }
}
.lp-jobseeker .hero__lead {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.lp-jobseeker .hero__lead-em {
  color: #fbf032;
  text-emphasis: filled;
}
.lp-jobseeker .hero__content {
  z-index: 3;
  grid-area: content;
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__content-picture {
    display: block;
    width: 500px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__content-picture {
    width: 66.666%;
    min-width: 300px;
  }
}
@media (width < 1300px) {
  .lp-jobseeker .hero__main-catchcopy {
    width: 700px;
  }
}
.lp-jobseeker .hero__title {
  font-size: 48px;
  line-height: 1.5;
  color: #2f8d8c;
  font-weight: 900;
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__title {
    font-size: 24px;
  }
}
.lp-jobseeker .hero__title-text {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari 対応 */
  background-color: #fff;
  padding-inline: 0.4em 0.1em;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.lp-jobseeker .hero__title-em {
  color: #f2c800;
}
.lp-jobseeker .hero__cta {
  grid-area: cta;
  margin-top: -16px;
}
@media (width < 1360px) {
  .lp-jobseeker .hero__cta {
    margin-top: 16px;
    width: 580px;
  }
}
.lp-jobseeker .hero__cta-lead {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.lp-jobseeker .hero__cta-lead-em {
  color: #fbf032;
}
.lp-jobseeker .hero__cta-lead-lg {
  font-size: 40px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__cta-btn {
    display: block;
    width: 480px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__cta-btn {
    width: 66.66%;
  }
}
.lp-jobseeker .hero__visual {
  text-align: center;
  grid-area: cta;
}
.lp-jobseeker .hero__visual img {
  max-width: 320px;
}
.lp-jobseeker .hero__achievements {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  grid-area: achievements;
  max-width: 480px;
  width: 100%;
}
@media (width < 1300px) {
  .lp-jobseeker .hero__achievements {
    margin-top: 8px;
    place-self: start end;
  }
}
@media (width < 1200px) {
  .lp-jobseeker .hero__achievements {
    max-width: 440px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__achievements {
    grid-area: unset;
    max-width: none;
  }
}
.lp-jobseeker .btn-register {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffd84c;
  border: 2px solid #3d3a39;
  border-radius: 999px;
  padding: 8px 24px 8px 8px;
  font-weight: 900;
  color: #3d3a39;
  box-shadow: 0 4px 0 #3d3a39;
  transition: transform 0.15s, box-shadow 0.15s;
  text-align: left;
}
.lp-jobseeker .btn-register:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #3d3a39;
}
.lp-jobseeker .btn-register__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f7a700;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 8px;
  padding: 6px 8px;
  min-width: 52px;
}
.lp-jobseeker .btn-register__text {
  font-size: 18px;
}
.lp-jobseeker .btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #09aba0;
  color: #fff;
  border-radius: 999px;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 14px;
}
.lp-jobseeker .btn-more::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}
.lp-jobseeker .btn-login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1f6e70;
  font-weight: 700;
  text-decoration: underline;
}
.lp-jobseeker .btn-login::after {
  content: "›";
}
.lp-jobseeker .link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #09aba0;
  color: #fff;
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 13px;
}
.lp-jobseeker .link-arrow::after {
  content: "›";
}
.lp-jobseeker .stat-card {
  position: relative;
  padding: 16px 12px 12px;
  text-align: center;
}
.lp-jobseeker .stat-card__label {
  font-size: 24px;
  font-weight: 700;
  color: #3d3a39;
}
.lp-jobseeker .stat-card__num {
  margin-top: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #2f8d8c;
  line-height: 1;
}
.lp-jobseeker .stat-card__unit {
  color: #3d3a39;
  font-size: 24px;
  margin-left: 4px;
}
.lp-jobseeker .stat-card__note {
  font-size: 11px;
  color: #6c7a82;
}
.lp-jobseeker .stat-card--hero {
  width: 232px;
  height: 160px;
  padding-top: 30px;
  background-image: url("../images/fv_achievement_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (width < 1200px) {
  .lp-jobseeker .stat-card--hero {
    width: 210px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .stat-card--hero {
    width: auto;
    height: auto;
    padding-top: 0;
    background-image: none;
  }
}
.lp-jobseeker .sidebar {
  display: block;
  width: 250px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .sidebar {
    display: none;
  }
}
.lp-jobseeker .sidebar__sticky {
  position: sticky;
  top: 24px;
  padding: 50px 0;
}
.lp-jobseeker .sidebar__nav-title {
  width: 180px;
  margin-inline: auto;
}
.lp-jobseeker .sidebar__list {
  margin-top: 48px;
  margin-inline: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-jobseeker .sidebar__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 700;
}
.lp-jobseeker .sidebar__link:hover {
  color: #09aba0;
}
.lp-jobseeker .sidebar__link:hover::before {
  content: "♦";
  position: absolute;
  left: 0;
  top: 0;
  color: #09aba0;
  font-size: 12px;
}
.lp-jobseeker .sidebar__cta {
  margin-top: 24px;
  text-align: center;
}
.lp-jobseeker .sidebar__cta-lead {
  color: #1f6e70;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}
.lp-jobseeker .sidebar__cta-num {
  font-size: 22px;
}
.lp-jobseeker .sidebar__cta-btn {
  transform: scale(0.85);
  transform-origin: left center;
}
.lp-jobseeker .sidebar__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
  padding-inline: 8px;
}
.lp-jobseeker .sidebar__stats .stat-card {
  padding: 12px 6px 12px;
  background-image: url("../images/sidebar_stats_card_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-jobseeker .sidebar__stats .stat-card__label {
  font-size: 12px;
}
.lp-jobseeker .sidebar__stats .stat-card__num {
  font-size: 30px;
}
.lp-jobseeker .sidebar__stats .stat-card__unit {
  font-size: 16px;
  margin-left: 4px;
}
.lp-jobseeker .sidebar__note {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
.lp-jobseeker .sidebar__sns {
  margin-top: 40px;
  text-align: center;
}
.lp-jobseeker .sidebar__sns-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}
.lp-jobseeker .sidebar .sns-list {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.lp-jobseeker .section-title {
  text-align: center;
  margin-bottom: 24px;
}
.lp-jobseeker .section-title__sub {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  color: #ffd84c;
  font-weight: 700;
  font-size: 14px;
}
.lp-jobseeker .section-title__text {
  margin-top: 12px;
  font-size: 35px;
  font-weight: 700;
  color: #3d3a39;
}
.lp-jobseeker .section-title__em {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  color: #09aba0;
  font-size: 26px;
}
.lp-jobseeker .about {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  margin-top: 24px;
  margin-inline: 95px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .about {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .about {
    padding: 32px 16px;
    margin-inline: 0;
  }
}
.lp-jobseeker .about__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 560px) {
  .lp-jobseeker .about__body {
    grid-template-columns: unset;
    gap: 16px;
    align-items: unset;
  }
}
.lp-jobseeker .about__diagram {
  align-items: center;
  text-align: center;
}
.lp-jobseeker .about__diagram-item img {
  width: 60px;
}
.lp-jobseeker .about__diagram-label {
  font-size: 12px;
  margin-top: 4px;
}
.lp-jobseeker .about__diagram-center {
  background: #d5ecea;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
}
.lp-jobseeker .about__diagram-center-text {
  font-size: 13px;
  font-weight: 700;
  color: #1f6e70;
  line-height: 1.4;
}
.lp-jobseeker .about__text p:not(:last-child) {
  margin-bottom: 12px;
}
.lp-jobseeker .reasons {
  position: relative;
  background: #fbf032;
  border-radius: 12px;
  padding: 49px 35px;
  margin-top: 94px;
  margin-inline: 95px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .reasons {
    margin-inline: 0;
    padding: 12px;
  }
}
.lp-jobseeker .reasons__binder {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: 93%;
  margin-inline: auto;
}
.lp-jobseeker .reasons__paper {
  background: #fff;
  border-radius: 10px;
  padding: 72px 67px 62px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .reasons__paper {
    padding: 50px 16px 32px;
  }
}
.lp-jobseeker .reasons__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .reasons__list {
    grid-template-columns: unset;
    gap: 20px;
  }
}
.lp-jobseeker .reason-card {
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .reason-card {
    padding: 0;
  }
}
.lp-jobseeker .reason-card__img img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 320/200;
  object-fit: cover;
}
.lp-jobseeker .reason-card__body {
  padding: 16px 0;
}
.lp-jobseeker .reason-card__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-jobseeker .reason-card__num {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 41px;
  background-color: #09aba0;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.lp-jobseeker .reason-card__title {
  display: grid;
  align-items: center;
  height: 2.4lh;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #3d3a39;
  margin: 4px 0 0;
}
.lp-jobseeker .reason-card__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.lp-jobseeker .usage {
  background: #fff5b8;
  border-radius: 12px;
  margin-top: 100px;
}
.lp-jobseeker .usage .section-title {
  background-color: #fbf032;
  margin-bottom: 0;
  padding: 27px 0 28px;
}
.lp-jobseeker .usage .section-title__text {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.lp-jobseeker .usage .section-title__label {
  position: absolute;
  right: 104%;
  top: 50%;
  transform: translateY(-50%);
}
.lp-jobseeker .usage__body {
  padding: 60px 95px 100px;
  background: repeating-linear-gradient(116deg, transparent, transparent 24px, #fdf795 24px, #fdf795 48px);
}
@media (max-width: 1080px) {
  .lp-jobseeker .usage__body {
    padding: 0;
    background: none;
  }
}
.lp-jobseeker .usage__visual {
  text-align: center;
  margin-bottom: 40px;
}
.lp-jobseeker .usage__visual img {
  max-width: 500px;
}
.lp-jobseeker .usage__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .usage__list {
    grid-template-columns: unset;
  }
}
.lp-jobseeker .usage-card {
  background: #fff;
  border: 3px solid #3d3a39;
  border-radius: 8px;
  padding: 30px 30px 40px;
}
.lp-jobseeker .usage-card__title {
  display: grid;
  place-items: center;
  text-align: center;
  height: 2.4lh;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.lp-jobseeker .usage-card__text {
  font-size: 16px;
}
.lp-jobseeker .cta {
  position: relative;
  background: #09aba0;
  padding: 58px 16px;
  text-align: center;
  color: #fff;
}
.lp-jobseeker .cta__decoration-layer {
  position: absolute;
  inset: 0;
}
.lp-jobseeker .cta__illust01, .lp-jobseeker .cta__illust02, .lp-jobseeker .cta__illust03, .lp-jobseeker .cta__illust04 {
  position: absolute;
}
.lp-jobseeker .cta__illust01 {
  top: 50%;
  left: 8%;
}
.lp-jobseeker .cta__illust02 {
  top: 17%;
  left: 15%;
}
.lp-jobseeker .cta__illust03 {
  bottom: 10%;
  left: 78%;
}
.lp-jobseeker .cta__illust04 {
  top: 8%;
  left: 82%;
}
.lp-jobseeker .cta__lead {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.05em;
}
.lp-jobseeker .cta__lead-em {
  color: #fbf032;
}
.lp-jobseeker .cta__lead-lg {
  font-size: 40px;
}
.lp-jobseeker .cta__logo {
  line-height: 34px;
  vertical-align: -2px;
}
.lp-jobseeker .cta__num-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.lp-jobseeker .cta__num {
  font-size: 26px;
}
.lp-jobseeker .interview {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview {
    display: block;
  }
}
.lp-jobseeker .interview__header {
  display: flex;
  flex-direction: column;
  max-width: 298px;
  margin-left: 95px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview__header {
    max-width: none;
    margin-left: 0;
  }
}
.lp-jobseeker .interview__lead {
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview__lead {
    text-align: center;
    gap: 0;
  }
}
.lp-jobseeker .interview__lead .btn-more {
  flex-shrink: 0;
  margin-top: 0;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview__lead .btn-more {
    flex-shrink: unset;
    margin-top: 12px;
  }
}
.lp-jobseeker .interview__slider {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  position: relative;
  padding: 0 32px;
}
.lp-jobseeker .interview__slider .swiper-slide {
  width: 260px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview__slider .swiper-slide {
    width: 200px;
  }
}
.lp-jobseeker .interview .swiper-button-prev,
.lp-jobseeker .interview .swiper-button-next {
  width: 32px;
  height: 32px;
  background: #09aba0;
  border-radius: 50%;
  color: #fff;
  margin-top: -16px;
}
.lp-jobseeker .interview .swiper-button-prev::after,
.lp-jobseeker .interview .swiper-button-next::after {
  font-size: 14px;
  font-weight: 900;
}
.lp-jobseeker .interview-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: auto;
}
.lp-jobseeker .interview-card__img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.lp-jobseeker .interview-card__body {
  padding: 12px;
}
.lp-jobseeker .interview-card__text {
  font-size: 13px;
  margin-bottom: 8px;
}
.lp-jobseeker .interview-card__company {
  font-size: 12px;
  color: #6c7a82;
}
.lp-jobseeker .interview-card__name {
  font-weight: 700;
  color: #1f6e70;
}
.lp-jobseeker .new-companies {
  background-color: #fff;
  margin-top: 40px;
  padding: 100px 145px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .new-companies {
    padding: 0;
  }
}
.lp-jobseeker .new-companies__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .new-companies__list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.lp-jobseeker .new-companies__more {
  text-align: center;
  margin-top: 24px;
}
.lp-jobseeker .company-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.lp-jobseeker .company-card__img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.lp-jobseeker .company-card__category {
  display: inline-block;
  background: #09aba0;
  color: #fff;
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 4px;
  margin: 8px 8px 4px;
}
.lp-jobseeker .company-card__name {
  font-size: 13px;
  padding: 0 8px 12px;
}
.lp-jobseeker .flow {
  background-color: #fff5b8;
  background: repeating-linear-gradient(116deg, #fff5b8, #fff5b8 24px, #fdf795 24px, #fdf795 48px);
  padding: 100px 145px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .flow {
    padding: 0;
  }
}
.lp-jobseeker .flow__list {
  display: grid;
  gap: 16px;
}
.lp-jobseeker .flow-step {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.lp-jobseeker .flow-step__heading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.lp-jobseeker .flow-step__num {
  display: grid;
  place-items: center;
  width: 45px;
  height: 100%;
  background-color: #3d3a39;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}
.lp-jobseeker .flow-step__title {
  display: grid;
  padding-block: 9px 10px;
  align-items: center;
  background-color: #09aba0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.lp-jobseeker .flow-step__body {
  padding: 20px 38px 20px 60px;
  width: 100%;
}
.lp-jobseeker .flow-step__body .cta__btn {
  display: block;
  margin-top: 15px;
}
.lp-jobseeker .flow-step__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.lp-jobseeker .flow-step__tips {
  background-color: #d5ecea;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 7px;
  padding: 20px;
}
.lp-jobseeker .flow-step__sub-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #1f6e70;
}
.lp-jobseeker .flow-step__sub-title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 21px;
  background: url("../images/icon_light-bulb.svg") no-repeat center/contain;
  margin-right: 8px;
}
.lp-jobseeker .flow-step__sub-title + .flow-step__text {
  margin-top: 10px;
}
.lp-jobseeker .flow-step__btn {
  margin-top: 10px;
}
.lp-jobseeker .faq {
  padding: 100px 145px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .faq {
    padding: 0;
  }
}
.lp-jobseeker .faq__lead {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
.lp-jobseeker .faq__group {
  margin-top: 40px;
}
.lp-jobseeker .faq__group-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
.lp-jobseeker .faq__group-title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  background: url("../images/icon_diamond.svg") no-repeat center/contain;
  margin-right: 6px;
  line-height: 1;
  vertical-align: 2px;
}
.lp-jobseeker .faq__list {
  display: grid;
  gap: 10px;
}
.lp-jobseeker .faq-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.lp-jobseeker .faq-item__question {
  margin: 0;
}
.lp-jobseeker .faq-item__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  text-align: left;
  align-items: center;
}
.lp-jobseeker .faq-item__btn[aria-expanded=true] .faq-item__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.lp-jobseeker .faq-item__q-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #09aba0;
  font-size: 18px;
}
.lp-jobseeker .faq-item__q-text {
  color: #09aba0;
  font-size: 18px;
  font-weight: 700;
}
.lp-jobseeker .faq-item__icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #09aba0;
  border-radius: 50%;
}
.lp-jobseeker .faq-item__icon::before, .lp-jobseeker .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.lp-jobseeker .faq-item__icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.lp-jobseeker .faq-item__icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}
.lp-jobseeker .faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  margin: 0;
  font-size: 16px;
}
.lp-jobseeker .faq-item__answer > div {
  overflow: hidden;
  min-height: 0;
}
.lp-jobseeker .faq-item__answer-text {
  padding: 0 40px 30px;
  line-height: 1.6;
}
.lp-jobseeker .faq-item:has(.faq-item__btn[aria-expanded=true]) .faq-item__answer {
  grid-template-rows: 1fr;
}
.lp-jobseeker .link-section {
  padding: 100px 95px 120px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .link-section {
    padding: 0;
  }
}
.lp-jobseeker .link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .link-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.lp-jobseeker .link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  text-align: center;
}
.lp-jobseeker .link-card__img img {
  object-fit: contain;
}
.lp-jobseeker .link-card__text {
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
  color: #1f6e70;
}
.lp-jobseeker .sns-section {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}
.lp-jobseeker .sns-section__title {
  font-weight: 700;
  font-size: 18px;
  color: #1f6e70;
}
.lp-jobseeker .sns-section__lead {
  font-size: 13px;
  margin: 8px 0 16px;
}
.lp-jobseeker .sns-list {
  display: flex;
  gap: 16px;
}
.lp-jobseeker .sns-list--center {
  justify-content: center;
}
.lp-jobseeker .sns-list__item img {
  width: 36px;
  height: 36px;
}
.lp-jobseeker .footer {
  background: #d5ecea;
  margin-top: 40px;
  text-align: center;
}
.lp-jobseeker .footer .layout {
  max-width: revert;
}
.lp-jobseeker .footer__inner {
  width: 84%;
  margin: 0 auto;
  padding: 60px 0 30px;
  grid-column-start: 2;
}
.lp-jobseeker .footer__body {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 20px 156px;
  flex-wrap: wrap;
}
.lp-jobseeker .footer__logo img {
  width: 180px;
}
.lp-jobseeker .footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 0;
  margin: 16px 0;
  font-size: 13px;
}
@media (max-width: 560px) {
  .lp-jobseeker .footer__list {
    flex-direction: column;
  }
}
.lp-jobseeker .footer__link {
  padding: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.lp-jobseeker .footer__link:hover {
  color: #09aba0;
  text-decoration: underline;
}
.lp-jobseeker .footer__privacy {
  font-size: 12px;
  margin-top: 50px;
  text-align: right;
}
.lp-jobseeker .footer__privacy a {
  text-decoration: underline;
}
.lp-jobseeker .footer__copyright {
  grid-column-start: 1;
  grid-column-end: -1;
  background: #09aba0;
  margin-top: 16px;
  padding-block: 5px 6px;
  opacity: 0.8;
}
.lp-jobseeker .footer__copyright small {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
}

.lp-company {
  position: relative;
  background-color: #E6F7F5;
}
.lp-company .header {
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 10;
  background: transparent;
}
@media (max-width: 760px) {
  .lp-company .header {
    position: static;
  }
}
.lp-company .header__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .lp-company .header__inner {
    padding: 30px;
  }
}
.lp-company .header__badge {
  padding: 4px 12px;
  color: #ed5053;
  background: white;
  border: 1px solid #ed5053;
  border-radius: 0;
}
.lp-company .hero {
  position: relative;
  background: #d5ecea;
  padding: 30px 16px 32px;
  height: 725px;
  background-image: url("/assets/images/company-hero_bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .lp-company .hero {
    height: 725px;
  }
}
.lp-company .hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "content content" "cta achievements";
  align-items: center;
}
@media (max-width: 760px) {
  .lp-company .hero__inner {
    grid-template-areas: "content" "." "achievements" "cta";
    grid-template-columns: 1fr;
    grid-template-rows: auto 150px auto auto;
  }
}
.lp-company .hero__content {
  z-index: 1;
  grid-area: content;
  width: fit-content;
}
.lp-company .hero__lead {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  margin-top: 120px;
}
@media (max-width: 760px) {
  .lp-company .hero__lead {
    margin-top: 0px;
    font-size: 16px;
  }
}
.lp-company .hero__lead--em {
  color: #fff;
  background: #ed5053;
  display: inline-block;
  margin-right: 8px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 21px;
}
@media (max-width: 760px) {
  .lp-company .hero__lead--em {
    margin-top: 30px;
    font-size: 12px;
  }
}
.lp-company .hero__title {
  font-size: 34px;
  line-height: 1.5;
  color: #fff;
  font-weight: 900;
  z-index: 1;
  margin: 0;
  width: fit-content;
}
@media (max-width: 760px) {
  .lp-company .hero__title {
    font-size: 19px;
  }
}
.lp-company .hero__title--yellow {
  color: #fbf032;
}
.lp-company .hero__title--lg {
  font-size: 47px;
}
@media (max-width: 760px) {
  .lp-company .hero__title--lg {
    font-size: 25px;
  }
}
.lp-company .hero__title--em {
  display: inline-block;
  color: #2F8D8C;
  background-color: #fff;
  padding: 10px 4px;
  margin: 5px 0;
  font-size: 50px;
  z-index: 1;
}
@media (max-width: 760px) {
  .lp-company .hero__title--em {
    font-size: 32px;
  }
}
.lp-company .hero__cta {
  grid-area: cta;
  text-align: center;
  z-index: 1;
}
.lp-company .hero__cta-lead {
  color: #1f6e70;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 24px;
  color: #fff;
}
.lp-company .hero__cta-num {
  color: #fbf032;
  font-size: 40px;
}
.lp-company .hero__cta-minute {
  color: #fbf032;
}
@media (max-width: 760px) {
  .lp-company .hero__cta-btn {
    display: none;
  }
}
.lp-company .hero__cta-btn--sp {
  display: none;
}
@media (max-width: 760px) {
  .lp-company .hero__cta-btn--sp {
    display: block;
  }
}
.lp-company .hero__visual {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 734px;
  height: auto;
  z-index: 0;
}
@media (max-width: 760px) {
  .lp-company .hero__visual {
    bottom: 20%;
    right: 50%;
    transform: translateX(50%);
    width: 290px;
  }
}
.lp-company .hero__visual img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-company .hero__achievements {
  grid-area: achievements;
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
  background: #F56157;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}
@media (max-width: 760px) {
  .lp-company .hero__achievements {
    width: 140px;
    height: 140px;
  }
}
.lp-company .hero__achievements-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 760px) {
  .lp-company .hero__achievements-title {
    font-size: 16px;
  }
}
.lp-company .hero__achievements-num {
  color: #fbf032;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 760px) {
  .lp-company .hero__achievements-num {
    font-size: 35px;
  }
}
.lp-company .hero__achievements-unit {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 760px) {
  .lp-company .hero__achievements-unit {
    font-size: 16px;
  }
}
.lp-company .hero__achievements-note {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 760px) {
  .lp-company .hero__achievements-note {
    font-size: 11px;
  }
}
.lp-company .about {
  padding: 80px 16px;
}
.lp-company .about__inner {
  max-width: 1440px;
  width: fit-content;
  margin: 0 auto;
}
.lp-company .about__title {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 900;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 760px) {
  .lp-company .about__title {
    font-size: 30px;
  }
}
.lp-company .about__title img {
  width: 160px;
  height: 60px;
  align-self: center;
}
.lp-company .about__title-note {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  font-weight: 300;
}
@media (max-width: 760px) {
  .lp-company .about__title-note {
    font-size: 14px;
  }
}
.lp-company .about__content {
  max-width: 1011px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
.lp-company .about__content-item {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 900;
  margin: 0;
  background-color: #fff;
}
@media (max-width: 760px) {
  .lp-company .about__content-item {
    width: calc(100% - 30px);
  }
}
.lp-company .about__content-item--age {
  width: calc(100% - 30px);
  padding: 20px 60px;
}
.lp-company .about__content-label {
  font-size: 25px;
  line-height: 1.5;
}
.lp-company .about__content-illust01 {
  width: 109px;
  height: 70px;
  margin-bottom: 10px;
}
.lp-company .about__content-wrap {
  display: flex;
}
@media (max-width: 760px) {
  .lp-company .about__content-wrap {
    flex-direction: column;
  }
}
.lp-company .about__content-illust02, .lp-company .about__content-illust03 {
  width: 65px;
  height: 60px;
  margin-bottom: 10px;
}
.lp-company .about__content-num {
  padding-left: 10px;
  font-size: 50px;
  color: #0C9B91;
  margin: 0;
}
.lp-company .about__content-unit {
  font-size: 24px;
}
.lp-company .about__content-text {
  background-color: #E6F7F5;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  width: calc(100% - 40px);
  padding: 20px 50px;
  margin-top: auto;
}
.lp-company .about__age-wrap {
  display: flex;
  gap: 50px;
}
@media (max-width: 760px) {
  .lp-company .about__age-wrap {
    flex-direction: column-reverse;
  }
}
.lp-company .about__age-list {
  height: 200px;
  display: flex;
  flex-direction: column;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
.lp-company .about__age-item {
  display: flex;
  align-items: center;
  border-bottom: #959595 1px solid;
  width: fit-content;
}
.lp-company .about__age-liststyle {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
  border-radius: 0;
}
.lp-company .about__age-liststyle--20 {
  background-color: #85E86D;
}
.lp-company .about__age-liststyle--30 {
  background-color: #3BBB53;
}
.lp-company .about__age-liststyle--40 {
  background-color: #267151;
}
.lp-company .about__age-liststyle--50 {
  background-color: #3A8A67;
}
.lp-company .about__age-liststyle--60 {
  background-color: #48B284;
}
.lp-company .about__age-listage {
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 760px) {
  .lp-company .about__age-listage {
    font-size: 25px;
  }
}
.lp-company .about__age-listage--unit {
  font-size: 15px;
  line-height: 1.5;
  margin-right: 10px;
}
@media (max-width: 760px) {
  .lp-company .about__age-listage--unit {
    font-size: 13px;
  }
}
.lp-company .about__age-listnum {
  font-size: 40px;
  line-height: 1.5;
  margin: 0 0 0 20px;
  color: #0C9B91;
}
@media (max-width: 760px) {
  .lp-company .about__age-listnum {
    font-size: 35px;
  }
}
.lp-company .about__age-listnum--unit {
  font-size: 20px;
  line-height: 1.5;
  margin-right: 10px;
}
@media (max-width: 760px) {
  .lp-company .about__age-listnum--unit {
    font-size: 18px;
  }
}
.lp-company .about__age-text {
  margin: 0 30px;
}
.lp-company .about__age-visual {
  width: 324px;
  height: 324px;
  flex-shrink: 0;
}
.lp-company .about__age-graph {
  width: 100%;
  height: 100%;
}
.lp-company .contact {
  background-color: #09ABA0;
  color: white;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
}
.lp-company .contact__inner {
  text-align: center;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.lp-company .contact__title {
  font-size: 30px;
}
.lp-company .contact__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: white 1px solid;
  padding: 30px;
}
.lp-company .contact__btn-phone {
  color: #09ABA0;
  background-color: white;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-flex;
  gap: 3px;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 80px;
}
.lp-company .contact__btn-phone::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/company-contact_phone-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-company .contact__btn-email {
  color: #09ABA0;
  background-color: #FBF032;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-flex;
  gap: 3px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 80px;
}
.lp-company .contact__btn-email::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/company-contact_email-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-company .contact__office {
  margin: 30px 0 0;
  font-size: 20px;
}
.lp-company .contact__office-info {
  font-size: 14px;
  margin: 10px 0 20px;
}
.lp-company .contact__office-time {
  margin: 0 auto;
  padding: 5px 15px;
  width: fit-content;
  color: #2F8D8C;
  background-color: white;
  border-radius: 50px;
  font-size: 15px;
}
.lp-company .flow {
  margin-top: 80px;
  background-color: #fff5b8;
  background: repeating-linear-gradient(116deg, #fff5b8, #fff5b8 24px, #fdf795 24px, #fdf795 48px);
}
.lp-company .flow__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
}
.lp-company .flow__title-wrap {
  justify-self: center;
}
.lp-company .flow__title-sub {
  margin: 0;
}
.lp-company .flow__title-sub img {
  width: 260px;
  height: auto;
}
.lp-company .flow__title {
  font-size: 35px;
  justify-self: center;
  margin: 0;
}
.lp-company .flow__title--em {
  color: #09ABA0;
}
.lp-company .flow__list {
  display: grid;
  gap: 16px;
}
.lp-company .flow-step {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.lp-company .flow-step__heading {
  width: 100%;
  height: 42px;
  display: flex;
  margin: 0;
}
.lp-company .flow-step__num {
  display: grid;
  place-items: center;
  width: 45px;
  background-color: #3D3A39;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}
.lp-company .flow-step__title {
  display: grid;
  align-items: center;
  background-color: #09ABA0;
  width: 100%;
  margin: 0;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.lp-company .flow-step__body {
  padding: 20px 38px 18px 60px;
  width: 100%;
}
.lp-company .flow-step__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.lp-company .flow-step__tips {
  background-color: #d5ecea;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 7px;
  padding: 20px;
}
.lp-company .flow-step__sub-list {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #1f6e70;
}
.lp-company .flow-step__sub-list::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px; /* 💡丸の縦幅 */
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}
.lp-company .flow-step__sub-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #1f6e70;
  margin: 0;
}
.lp-company .flow-step__sub-title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 21px;
  background: url("../images/icon_light-bulb.svg") no-repeat center/contain;
  margin-right: 8px;
}
.lp-company .flow-step__download-btn {
  padding: 15px;
  border-radius: 100px;
  text-decoration: none;
  color: white;
  background-color: #09ABA0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lp-company .flow-step__download-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/company-flow_download-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-company .flow-step__download-text {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.lp-company .flow-step__download-text--size {
  font-size: 11px;
  font-weight: normal;
}
.lp-company .flow-step__login-btn {
  padding: 15px;
  border-radius: 100px;
  text-decoration: none;
  color: white;
  background-color: #09ABA0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.lp-company .flow-step__login-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/company-flow_login-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lp-company .flow-step__login-text {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

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