﻿@import 'https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap'; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  overflow-x: hidden;
}
body.is-spmenu-open {
  overflow: hidden;
}
button:not(:disabled) {
  cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
.lp-test .test-color {
  color: #f44;
  font-size: 18px;
  padding: 20px;
  background-color: #f0f0f0;
}
@media (max-width: 1080px) {
  .lp-test .test-color {
    color: #48f;
  }
}
@media (max-width: 760px) {
  .lp-test .test-color {
    color: #4c4;
  }
}
@media (max-width: 560px) {
  .lp-test .test-color {
    color: #fc0;
  }
}
.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%;
}
body.lp-jobseeker {
  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: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.lp-jobseeker html {
  scroll-behavior: smooth;
}
.lp-jobseeker .u_text-teal {
  display: inline;
  color: #09aba0;
}
.lp-jobseeker .u_text-no-wrap {
  white-space: nowrap;
}
.lp-jobseeker .main {
  display: block;
}
.lp-jobseeker .layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .lp-jobseeker .layout {
    display: block;
  }
}
.lp-jobseeker .layout__main {
  min-width: 0;
  background: #d5ecea;
  padding: 30px 0 0;
}
.lp-jobseeker .header {
  position: relative;
  z-index: 1;
  padding: 0 16px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header {
    background-color: #09aba0;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 16px;
    background-color: hsla(0, 0%, 100%, 0);
  }
}
.lp-jobseeker .header {
  height: min(10vw, 145px);
  margin-bottom: max(-10vw, -145px);
  margin-inline: auto;
  background-image: url('../images/header_bg.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header {
    height: 15vw;
    margin-bottom: 0;
    background-image: url('../images/header_bg_sp.svg');
    background-position: top -140px right;
  }
}
@media (max-width: 1000px) {
  .lp-jobseeker .header {
    height: 15vw;
    background-position: top -120px right;
  }
}
@media (max-width: 900px) {
  .lp-jobseeker .header {
    height: 15vw;
    background-position: top -100px right;
  }
}
@media (max-width: 840px) {
  .lp-jobseeker .header {
    height: 16vw;
    background-position: top -90px right;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .header {
    height: 40vw;
    background-repeat: no-repeat;
    background-position: top -80px center;
    background-size: 760px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .header {
    background-position: top -20px center;
    background-size: 100% auto;
  }
}
@media (max-width: 480px) {
  .lp-jobseeker .header {
    background-position: top -10px center;
  }
}
@media (max-width: 400px) {
  .lp-jobseeker .header {
    background-position: top 10px center;
  }
}
.lp-jobseeker .header__inner {
  position: absolute;
  top: 30px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header__inner {
    position: fixed;
    background-color: #e6f7f5;
    padding: 14px 10px;
    gap: 5px;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}
.lp-jobseeker .header__logo {
  width: 198px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header__logo {
    width: 140px;
    margin-left: 10px;
  }
}
.lp-jobseeker .header__logo img {
  width: 100%;
  height: auto;
}
.lp-jobseeker .header__badge {
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #2f8d8c;
  border-radius: 4px;
  color: #2f8d8c;
  font-size: 16px;
  letter-spacing: 0.02em;
  background: #fff;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header__badge {
    border-width: 1.5px;
    font-size: 13px;
    padding: 2px 8px;
  }
}
.lp-jobseeker .header__menu-btn {
  display: none;
}
@media (max-width: 1080px) {
  .lp-jobseeker .header__menu-btn {
    position: relative;
    z-index: 101;
    display: inline-flex;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.lp-jobseeker .header__menu-btn.is-open .header__menu-btn-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.lp-jobseeker .header__menu-btn.is-open .header__menu-btn-bar:nth-child(2) {
  opacity: 0;
}
.lp-jobseeker .header__menu-btn.is-open .header__menu-btn-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.lp-jobseeker .header__menu-btn-bar {
  display: block;
  width: 34px;
  height: 2px;
  background: #2f8d8c;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.lp-jobseeker .header__menu-btn-text {
  color: #2f8d8c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.lp-jobseeker .spmenu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1080px) {
  .lp-jobseeker .spmenu-overlay {
    display: block;
  }
}
.lp-jobseeker .spmenu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lp-jobseeker .spmenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: min(86%, 360px);
  background: #d5ecea;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
@media (max-width: 1080px) {
  .lp-jobseeker .spmenu {
    display: block;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .spmenu {
    width: 100%;
  }
}
.lp-jobseeker .spmenu.is-open {
  transform: translateX(0);
}
.lp-jobseeker .spmenu__sticky {
  padding: 14px 0 50px;
}
.lp-jobseeker .spmenu__header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-inline: 20px;
  padding-bottom: 15px;
}
.lp-jobseeker .spmenu__logo {
  width: 140px;
}
.lp-jobseeker .spmenu__badge {
  display: inline-block;
  padding: 2px 8px;
  border: 1.5px solid #2f8d8c;
  border-radius: 4px;
  color: #2f8d8c;
  font-size: 13px;
  line-height: 1.4;
  background: #fff;
  font-weight: 500;
}
.lp-jobseeker .spmenu__close {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  color: #1f6e70;
}
.lp-jobseeker .spmenu__close-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.lp-jobseeker .spmenu__close-icon::before,
.lp-jobseeker .spmenu__close-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentcolor;
}
.lp-jobseeker .spmenu__close-icon::before {
  transform: rotate(45deg);
}
.lp-jobseeker .spmenu__close-icon::after {
  transform: rotate(-45deg);
}
.lp-jobseeker .spmenu__close-text {
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.lp-jobseeker .spmenu__list {
  margin-top: 20px;
  margin-inline: auto;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.lp-jobseeker .spmenu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-block: 11px;
  padding-left: 8px;
  color: #3d3a39;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp-jobseeker .spmenu__cta {
  margin-top: 24px;
  text-align: center;
}
.lp-jobseeker .spmenu__cta-lead {
  color: #1f6e70;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.lp-jobseeker .spmenu__cta-num {
  margin-right: 2px;
  font-size: 37px;
  vertical-align: text-bottom;
  line-height: 1.2;
}
.lp-jobseeker .spmenu__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 45px;
  padding-inline: 18px;
  column-gap: 10px;
}
.lp-jobseeker .spmenu__stats .stat-card {
  padding: 24px 6px 12px;
  width: 157px;
  height: 110px;
  justify-self: center;
  background-image: url('../images/sidebar_stats_card_pc.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-jobseeker .spmenu__stats .stat-card__label {
  font-size: 17px;
}
.lp-jobseeker .spmenu__stats .stat-card__num {
  margin-top: 0;
  font-size: 40px;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
.lp-jobseeker .spmenu__stats .stat-card__unit {
  font-size: 22px;
  margin-left: 4px;
}
.lp-jobseeker .spmenu__note {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 6px;
  font-weight: 500;
}
.lp-jobseeker .spmenu__sns {
  margin-top: 40px;
  text-align: center;
}
.lp-jobseeker .spmenu__sns-title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 15px;
}
.lp-jobseeker .spmenu .sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lp-jobseeker .spmenu .sns-list__link:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-jobseeker .spmenu .sns-list__item img {
  width: 50px;
  height: 50px;
}
.lp-jobseeker .hero {
  --hero-min-height: 725px;
  --hero-padding-top: 32px;
  --hero-padding-bottom: 0px;
  --hero-container-min-height: calc(
    var(--hero-min-height) - var(--hero-padding-top) - var(--hero-padding-bottom)
  );
  --hero-inner-offset-top: 180px;
  --hero-inner-offset-bottom: 50px;
  position: relative;
  display: grid;
  background: #09aba0;
  min-height: var(--hero-min-height);
  padding: var(--hero-padding-top) 0 var(--hero-padding-bottom);
  overflow: hidden;
  background-image:
    url('../images/fv_bg02.svg'), url('../images/fv_bg01.svg'),
    radial-gradient(circle, rgba(12, 155, 145, 0.4) 0 2.5px, transparent 2.6px);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position:
    center bottom,
    center bottom,
    0 0;
  background-size:
    contain,
    contain,
    35px 35px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero {
    background-image:
      url('../images/fv_bg02_sp.svg'), url('../images/fv_bg01_sp.svg'),
      radial-gradient(circle, rgba(12, 155, 145, 0.4) 0 2.5px, transparent 2.6px);
    background-size:
      contain,
      contain,
      15px 15px;
    background-position:
      center top 510px,
      center top 245px,
      0 0;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero {
    --hero-min-height: 800px;
    --hero-inner-offset-bottom: 40px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero {
    --hero-inner-offset-bottom: 30px;
    background-position:
      center top 510px,
      center top 245px,
      0 0;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero {
    --hero-padding-top: 0px;
    --hero-container-min-height: var(--hero-min-height);
    padding-inline: 22px;
    background-position:
      center top 410px,
      center top 245px,
      0 0;
  }
}
.lp-jobseeker .hero__decoration-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.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 (max-width: 1360px) {
  .lp-jobseeker .hero__person01 {
    top: 16%;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__person01 {
    display: none;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__person01 {
    display: block;
    width: 59px;
    left: 35%;
    top: 53%;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__person01 {
    top: 45%;
    left: 23%;
  }
}
.lp-jobseeker .hero__person02 {
  top: 66.4%;
  left: 3.3%;
}
@media (max-width: 1360px) {
  .lp-jobseeker .hero__person02 {
    top: 65%;
    left: 0.3%;
  }
}
@media (max-width: 1200px) {
  .lp-jobseeker .hero__person02 {
    top: 65%;
    left: 0.3%;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__person02 {
    top: 69%;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__person02 {
    top: 66%;
  }
}
@media (max-width: 900px) {
  .lp-jobseeker .hero__person02 {
    display: none;
  }
}
.lp-jobseeker .hero__person03 {
  top: 35%;
  left: 43%;
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__person03 {
    top: 30%;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__person03 {
    top: 23%;
    left: 45%;
  }
}
@media (max-width: 940px) {
  .lp-jobseeker .hero__person03 {
    top: 23%;
    left: 73%;
  }
}
@media (max-width: 880px) {
  .lp-jobseeker .hero__person03 {
    width: 46px;
    top: 23%;
    left: 73%;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__person03 {
    top: 15%;
    left: 80%;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__person03 {
    width: 40px;
    top: 12%;
    left: 75%;
  }
}
.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 (max-width: 1200px) {
  .lp-jobseeker .hero__person04 {
    bottom: -5%;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__person04 {
    left: 30%;
  }
}
@media (max-width: 940px) {
  .lp-jobseeker .hero__person04 {
    left: 38%;
  }
}
@media (max-width: 900px) {
  .lp-jobseeker .hero__person04 {
    left: 55%;
  }
}
@media (max-width: 840px) {
  .lp-jobseeker .hero__person04 {
    top: 35%;
    left: 90%;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__person04 {
    width: 34px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__person04 {
    top: 30.5%;
    left: 86%;
  }
}
.lp-jobseeker .hero__person05 {
  top: 16%;
  left: 50%;
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__person05 {
    top: 8%;
    z-index: 5;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__person05 {
    width: 37px;
    top: 52%;
    left: 4%;
  }
}
@media (max-width: 700px) {
  .lp-jobseeker .hero__person05 {
    top: 48%;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__person05 {
    top: 39.5%;
    left: 7%;
  }
}
.lp-jobseeker .hero__person06 {
  top: 12%;
  left: 83%;
}
@media (max-width: 1000px) {
  .lp-jobseeker .hero__person06 {
    z-index: 5;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__person06 {
    display: none;
  }
}
.lp-jobseeker .hero__person07 {
  bottom: 22.8%;
  left: 87.9%;
  z-index: 2;
}
@media (max-width: 1360px) {
  .lp-jobseeker .hero__person07 {
    left: 91%;
  }
}
@media (max-width: 1300px) {
  .lp-jobseeker .hero__person07 {
    bottom: 26%;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__person07 {
    bottom: 20%;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__person07 {
    bottom: 21%;
    left: 40%;
    z-index: 0;
  }
}
@media (max-width: 900px) {
  .lp-jobseeker .hero__person07 {
    bottom: 26%;
    left: 45%;
  }
}
@media (max-width: 840px) {
  .lp-jobseeker .hero__person07 {
    top: 52%;
    left: 4%;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__person07 {
    width: 61px;
    top: 55%;
    left: 16%;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__person07 {
    top: 54.5%;
    left: 7%;
  }
}
.lp-jobseeker .hero__person-cta-sp {
  display: none;
  position: absolute;
  width: 194px;
  height: 318px;
  left: 50%;
  transform: translateX(calc(-50% + 80px));
  bottom: 250px;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__person-cta-sp {
    display: block;
  }
}
.lp-jobseeker .hero__container {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 1212px;
  min-height: var(--hero-container-min-height);
  margin-inline: auto;
  background-image: url('../images/fv_main-person.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
}
@media (max-width: 940px) {
  .lp-jobseeker .hero__container {
    background-size: 384px;
  }
}
@media (max-width: 880px) {
  .lp-jobseeker .hero__container {
    background-size: 350px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__container {
    background-size: 324px;
  }
}
@media (max-width: 700px) {
  .lp-jobseeker .hero__container {
    background-size: 300px;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__container {
    position: relative;
    inset: auto;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__container {
    background-image: none;
  }
}
.lp-jobseeker .hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 40px;
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  margin-top: var(--hero-inner-offset-top);
  margin-bottom: var(--hero-inner-offset-bottom);
  min-height: calc(
    var(--hero-container-min-height) - var(--hero-inner-offset-top) -
      var(--hero-inner-offset-bottom)
  );
  overflow: visible;
}
@media (max-width: 1300px) {
  .lp-jobseeker .hero__inner {
    margin-inline: 30px;
    gap: 40px 16px;
    width: auto;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__inner {
    --hero-inner-offset-top: 140px;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__inner {
    height: auto;
  }
}
@media (max-width: 900px) {
  .lp-jobseeker .hero__inner {
    --hero-inner-offset-top: 120px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__inner {
    --hero-inner-offset-top: 118px;
    margin-inline: 0;
    justify-content: center;
    align-items: unset;
    gap: 234px;
  }
}
.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 {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__content {
    align-self: flex-start;
  }
}
@media (max-width: 840px) {
  .lp-jobseeker .hero__content {
    width: 450px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__content {
    width: 400px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__content {
    width: 300px;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__content-picture {
    display: block;
  }
}
@media (max-width: 700px) {
  .lp-jobseeker .hero__content-picture {
    width: 400px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__content-picture {
    width: 100%;
  }
}
@media (max-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;
  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__inner-lower {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 900px) {
  .lp-jobseeker .hero__inner-lower {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__inner-lower {
    align-items: center;
  }
}
.lp-jobseeker .hero__cta {
  grid-area: cta;
  align-self: self-start;
  width: 580px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__cta {
    width: 480px;
  }
}
@media (max-width: 1000px) {
  .lp-jobseeker .hero__cta {
    width: 420px;
  }
}
@media (max-width: 840px) {
  .lp-jobseeker .hero__cta {
    margin-top: 64px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__cta {
    width: 320px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__cta {
    margin-top: 0;
    align-self: center;
  }
}
.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;
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__cta-lead {
    position: relative;
    z-index: 1;
  }
}
.lp-jobseeker .hero__cta-lead-em {
  color: #fbf032;
}
.lp-jobseeker .hero__cta-lead-lg {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.1em;
  vertical-align: -2px;
}
.lp-jobseeker .hero__visual {
  text-align: center;
  grid-area: cta;
}
.lp-jobseeker .hero__visual img {
  max-width: 320px;
}
.lp-jobseeker .hero__achievements {
  display: grid;
  justify-self: end;
  align-self: self-start;
  max-width: 480px;
  width: 100%;
  grid-area: achievements;
}
@media (max-width: 1300px) {
  .lp-jobseeker .hero__achievements {
    align-self: self-end;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .hero__achievements {
    align-self: self-start;
  }
}
@media (max-width: 1024px) {
  .lp-jobseeker .hero__achievements {
    margin-top: 20px;
    align-self: self-end;
  }
}
@media (max-width: 1000px) {
  .lp-jobseeker .hero__achievements {
    width: 420px;
  }
}
@media (max-width: 900px) {
  .lp-jobseeker .hero__achievements {
    width: 420px;
    align-self: auto;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__achievements {
    width: 320px;
    max-width: none;
    align-self: center;
  }
}
.lp-jobseeker .hero__achievements-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 1300px) {
  .lp-jobseeker .hero__achievements-body {
    margin-top: 8px;
    justify-self: self-end;
    place-self: start end;
  }
}
@media (max-width: 1200px) {
  .lp-jobseeker .hero__achievements-body {
    max-width: 440px;
  }
}
@media (max-width: 900px) {
  .lp-jobseeker .hero__achievements-body {
    place-self: center;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .hero__achievements-body {
    justify-self: revert;
    margin-top: 0;
    max-width: none;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .hero__achievements-body {
    grid-area: unset;
    max-width: none;
  }
}
.lp-jobseeker .hero__achievements-note {
  margin-top: 8px;
  text-align: right;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 900px) {
  .lp-jobseeker .hero__achievements-note {
    text-align: center;
  }
}
.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: 6px;
  background: #09aba0;
  color: #fff;
  border: 1px solid #09aba0;
  border-radius: 999px;
  padding: 12px 24px 12px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
@media (max-width: 760px) {
  .lp-jobseeker .btn-more {
    padding: 20px 24px 20px 20px;
  }
}
.lp-jobseeker .btn-more::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background-image: url('../images/icon_arrow_bg-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-jobseeker .btn-more:hover {
  background-color: #fff;
  color: #09aba0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.lp-jobseeker .btn-more:hover::before {
  background-image: url('../images/icon_arrow_bg-teal.svg');
}
.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 .btn-external {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #09aba0;
  color: #fff;
  border: 1px solid #09aba0;
  border-radius: 999px;
  padding: 12px 24px 12px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.lp-jobseeker .btn-external::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background-image: url('../images/icon_arrow_bg-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-jobseeker .btn-external::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background-image: url('../images/icon_external-link_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-jobseeker .btn-external:hover {
  background-color: #fff;
  color: #09aba0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.lp-jobseeker .btn-external:hover::before {
  background-image: url('../images/icon_arrow_bg-teal.svg');
}
.lp-jobseeker .btn-external:hover::after {
  background-image: url('../images/icon_external-link_teal.svg');
}
.lp-jobseeker .cta-btn-fix {
  display: none;
}
@media (max-width: 760px) {
  .lp-jobseeker .cta-btn-fix {
    position: fixed;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 5;
    display: block;
    width: fit-content;
    margin-inline: auto;
    visibility: hidden;
    opacity: 0;
    transition:
      opacity 0.4s ease,
      transform 0.4s ease,
      visibility 0.4s ease;
    transform: translateY(20px);
  }
  .lp-jobseeker .cta-btn-fix.is-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.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;
}
@media (max-width: 1200px) {
  .lp-jobseeker .stat-card__label {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .lp-jobseeker .stat-card__label {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .stat-card__label {
    font-size: 16px;
  }
}
.lp-jobseeker .stat-card__num {
  margin-top: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #2f8d8c;
  line-height: 1;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .lp-jobseeker .stat-card__num {
    margin-top: 3px;
  }
}
@media (max-width: 1000px) {
  .lp-jobseeker .stat-card__num {
    margin-top: 0px;
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .stat-card__num {
    margin-top: 4px;
    font-size: 35px;
  }
}
.lp-jobseeker .stat-card__unit {
  color: #3d3a39;
  font-size: 24px;
  margin-left: 4px;
}
@media (max-width: 760px) {
  .lp-jobseeker .stat-card__unit {
    font-size: 18px;
  }
}
.lp-jobseeker .stat-card__note {
  font-size: 11px;
  color: #6c7a82;
}
.lp-jobseeker .stat-card--hero {
  width: 232px;
  aspect-ratio: 232/160;
  padding-top: 30px;
  background-image: url('../images/fv_achievement_pc.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .lp-jobseeker .stat-card--hero {
    width: 210px;
  }
}
@media (max-width: 1000px) {
  .lp-jobseeker .stat-card--hero {
    width: 180px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .stat-card--hero {
    width: 155px;
    padding-top: 26px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .stat-card--hero {
    width: 155px;
  }
}
.lp-jobseeker .sidebar {
  display: block;
  width: 250px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .sidebar {
    display: none;
  }
}
.lp-jobseeker .sidebar__sticky {
  position: sticky;
  top: 0;
  padding: 50px 0;
}
.lp-jobseeker .sidebar__nav-title {
  width: 180px;
  margin-inline: auto;
}
.lp-jobseeker .sidebar__list {
  margin-top: 24px;
  margin-inline: 20px;
  display: flex;
  flex-direction: column;
}
.lp-jobseeker .sidebar__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-block: 10px;
  padding-left: 18px;
  color: #3d3a39;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp-jobseeker .sidebar__link:hover {
  color: #09aba0;
}
.lp-jobseeker .sidebar__link:hover::before {
  display: inline-block;
  content: '♦';
  position: absolute;
  left: 0;
  top: 0;
  color: #09aba0;
  font-size: 12px;
  padding-block: 16px 14px;
}
.lp-jobseeker .sidebar__cta {
  margin-top: 24px;
  text-align: center;
}
.lp-jobseeker .sidebar__cta-lead {
  color: #2f8d8c;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 6px;
}
.lp-jobseeker .sidebar__cta-num {
  font-size: 26px;
  font-weight: 900;
  vertical-align: -1px;
  letter-spacing: -0.1em;
}
.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;
  max-width: 109px;
  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 {
  margin-top: 4px;
  font-size: 30px;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
.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: 16px;
}
.lp-jobseeker .sidebar .sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lp-jobseeker .sidebar .sns-list__item img {
  width: 35px;
  height: 35px;
}
.lp-jobseeker .sidebar .sns-list__link:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-jobseeker .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.lp-jobseeker .section-title__sub {
  margin-inline: auto;
  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;
}
@media (max-width: 760px) {
  .lp-jobseeker .section-title__text {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .section-title__text {
    line-height: 1.1;
  }
}
.lp-jobseeker .section-title__em {
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  color: #09aba0;
  font-size: 26px;
}
.lp-jobseeker .section-title--interview {
  margin-bottom: 0;
}
.lp-jobseeker .about {
  padding-inline: 20px;
}
.lp-jobseeker .about__wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 36px 78px 50px 77px;
  margin-top: 24px;
  margin-inline: auto;
  max-width: 1000px;
}
@media (max-width: 1240px) {
  .lp-jobseeker .about__wrapper {
    padding: 36px 64px 50px 64px;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .about__wrapper {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .about__wrapper {
    margin-inline: 40px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .about__wrapper {
    padding: 40px 20px 18px;
    margin-inline: 0;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .about .section-title {
    margin-bottom: 30px;
  }
}
.lp-jobseeker .about__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  align-items: start;
}
@media (max-width: 1240px) {
  .lp-jobseeker .about__body {
    display: block;
  }
}
@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;
}
@media (max-width: 1240px) {
  .lp-jobseeker .about__text-block {
    text-align: center;
    margin-top: 40px;
  }
}
.lp-jobseeker .about__text {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.lp-jobseeker .about .btn-external {
  margin-top: 20px;
  margin-inline: auto;
}
@media (max-width: 760px) {
  .lp-jobseeker .about .btn-external {
    margin-top: 30px;
    padding: 20px 24px 20px 20px;
  }
}
.lp-jobseeker .reasons {
  padding-inline: 20px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .reasons {
    margin-inline: 20px;
    padding: 12px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .reasons {
    margin-top: 0;
    margin-inline: 0;
  }
}
.lp-jobseeker .reasons__wrapper {
  position: relative;
  background: #fbf032;
  border-radius: 12px;
  padding: 49px 35px 33px;
  margin-top: 97px;
  margin-inline: auto;
  max-width: 1000px;
}
@media (max-width: 560px) {
  .lp-jobseeker .reasons__wrapper {
    padding: 15px 10px 10px;
  }
}
.lp-jobseeker .reasons__binder {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  display: block;
  width: 50px;
  translate: -50% -100%;
}
@media (min-width: 1081px) {
  .lp-jobseeker .reasons__binder {
    width: min(3.4722222222vw, 50px);
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .reasons__binder {
    width: min(4.6296296296vw, 50px);
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .reasons__binder {
    width: min(6.5789473684vw, 50px);
  }
}
.lp-jobseeker .reasons__paper {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 72px 67px 62px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .reasons__paper {
    padding: 50px 30px 32px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .reasons__paper {
    padding: 75px 15px 15px;
  }
}
@media (max-width: 460px) {
  .lp-jobseeker .reasons__paper {
    padding: 50px 15px 15px;
  }
}
.lp-jobseeker .reasons__paper__binder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  translate: 0 -30%;
}
@media (max-width: 560px) {
  .lp-jobseeker .reasons__paper__binder {
    translate: 0 -5%;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .reasons .section-title {
    margin-bottom: 35px;
  }
}
.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: 30px;
  }
}
.lp-jobseeker .reason-card {
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .reason-card {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .reason-card {
    padding: 15px 15px 25px;
  }
}
.lp-jobseeker .reason-card__img {
  overflow: hidden;
  border-radius: 10px;
}
.lp-jobseeker .reason-card__img img {
  width: 100%;
  aspect-ratio: 320/200;
  object-fit: cover;
  transform: scale(1.1);
}
.lp-jobseeker .reason-card__body {
  padding: 16px 0;
}
@media (max-width: 560px) {
  .lp-jobseeker .reason-card__body {
    padding: 3px 0 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: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}
@media (max-width: 560px) {
  .lp-jobseeker .reason-card__num {
    font-size: 25px;
  }
}
.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;
}
@media (max-width: 560px) {
  .lp-jobseeker .reason-card__title {
    font-size: 18px;
  }
}
.lp-jobseeker .reason-card__text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 560px) {
  .lp-jobseeker .reason-card__text {
    margin-top: 6px;
  }
}
.lp-jobseeker .reason-card__note {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 16px;
  margin-top: 8px;
}
.lp-jobseeker .reason-card__note::before {
  content: '※';
  position: absolute;
  left: 0;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.lp-jobseeker .usage {
  background: #fff5b8;
  margin-top: 100px;
}
@media (max-width: 760px) {
  .lp-jobseeker .usage {
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .usage {
    margin-top: 48px;
  }
}
.lp-jobseeker .usage .section-title {
  background-color: #fbf032;
  margin-bottom: 0;
  padding: 10px 0 28px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .usage .section-title {
    padding: 30px 0;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .usage .section-title {
    padding: 20px 0;
  }
}
.lp-jobseeker .usage .section-title__text {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0;
}
@media (max-width: 1080px) {
  .lp-jobseeker .usage .section-title__text {
    display: block;
    position: static;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .usage .section-title__text {
    margin-top: 0;
  }
}
.lp-jobseeker .usage .section-title__label {
  position: absolute;
  right: 104%;
  top: calc(50% + 12px);
  transform: translateY(-50%);
}
@media (max-width: 1080px) {
  .lp-jobseeker .usage .section-title__label {
    display: block;
    position: static;
    transform: none;
    margin-bottom: 7px;
    margin-inline: auto;
  }
}
.lp-jobseeker .usage__body {
  padding-inline: 20px;
}
.lp-jobseeker .usage__body-wrapper {
  max-width: 1000px;
  margin-inline: auto;
  padding: 60px 0 100px;
  background: repeating-linear-gradient(
    116deg,
    transparent,
    transparent 24px,
    #fdf795 24px,
    #fdf795 48px
  );
}
@media (max-width: 1080px) {
  .lp-jobseeker .usage__body-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .usage__body-wrapper {
    padding: 40px 10px;
  }
}
.lp-jobseeker .usage__visual {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 560px) {
  .lp-jobseeker .usage__visual {
    margin-bottom: 25px;
  }
}
.lp-jobseeker .usage__visual img {
  max-width: 500px;
}
.lp-jobseeker .usage__picture {
  display: block;
}
@media (max-width: 760px) {
  .lp-jobseeker .usage__picture {
    margin-inline: 0px;
  }
}
.lp-jobseeker .usage__picture img {
  width: 100%;
}
.lp-jobseeker .usage__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .usage__list {
    margin-inline: 30px;
    grid-template-columns: unset;
    row-gap: 20px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .usage__list {
    margin-inline: 0;
  }
}
.lp-jobseeker .usage-card {
  background: #fff;
  border: 3px solid #3d3a39;
  border-radius: 8px;
  padding: 20px 19px 40px;
}
@media (max-width: 760px) {
  .lp-jobseeker .usage-card {
    padding: 30px 20px;
  }
}
.lp-jobseeker .usage-card__title {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 2.4lh;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .usage-card__title {
    min-height: 1lh;
  }
}
.lp-jobseeker .usage-card__text {
  font-size: 16px;
  line-height: 1.5;
}
.lp-jobseeker .cta {
  position: relative;
  background: radial-gradient(circle, rgba(12, 155, 145, 0.4) 0 2.5px, transparent 2.6px), #09aba0;
  background-position: 0 0;
  background-size: 35px 35px;
  padding: 58px 16px;
  text-align: center;
  color: #fff;
}
@media (max-width: 760px) {
  .lp-jobseeker .cta {
    padding: 36px 16px;
  }
}
.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%;
}
@media (max-width: 1300px) {
  .lp-jobseeker .cta__illust01 {
    left: 2%;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .cta__illust01 {
    display: none;
  }
}
.lp-jobseeker .cta__illust02 {
  top: 17%;
  left: 15%;
}
@media (max-width: 1300px) {
  .lp-jobseeker .cta__illust02 {
    left: 10%;
  }
}
@media (max-width: 1180px) {
  .lp-jobseeker .cta__illust02 {
    width: 80px;
    top: 12%;
    left: 7%;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .cta__illust02 {
    width: 61px;
    top: 27%;
    left: 3%;
  }
}
.lp-jobseeker .cta__illust03 {
  bottom: 10%;
  left: 78%;
}
@media (max-width: 1300px) {
  .lp-jobseeker .cta__illust03 {
    left: 85%;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .cta__illust03 {
    width: 37px;
    top: 28%;
    left: 86%;
  }
}
.lp-jobseeker .cta__illust04 {
  top: 8%;
  left: 82%;
}
@media (max-width: 1300px) {
  .lp-jobseeker .cta__illust04 {
    left: 88%;
  }
}
@media (max-width: 900px) {
  .lp-jobseeker .cta__illust04 {
    right: 0%;
    left: revert;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .cta__illust04 {
    display: none;
  }
}
.lp-jobseeker .cta__lead {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .lp-jobseeker .cta__lead {
    font-size: 25px;
  }
}
.lp-jobseeker .cta__lead-em {
  color: #fbf032;
}
.lp-jobseeker .cta__lead-lg {
  font-size: 40px;
  font-weight: 900;
  vertical-align: -2px;
  letter-spacing: -0.1em;
}
.lp-jobseeker .cta__logo {
  line-height: 34px;
  vertical-align: -2px;
}
@media (max-width: 760px) {
  .lp-jobseeker .cta__logo {
    margin-top: 10px;
  }
}
.lp-jobseeker .cta__num-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .lp-jobseeker .cta__num-text {
    margin-top: 12px;
  }
}
.lp-jobseeker .cta__num {
  font-size: 26px;
}
.lp-jobseeker .cta .cta__btn {
  display: inline-grid;
}
@media (max-width: 560px) {
  .lp-jobseeker .cta .cta__btn {
    width: 320px;
  }
}
.lp-jobseeker .cta .cta__btn picture {
  grid-area: 1/1;
  transition: opacity 0.3s ease;
}
.lp-jobseeker .cta .cta__btn picture:last-child {
  opacity: 0;
}
.lp-jobseeker .cta .cta__btn img {
  display: block;
  width: 100%;
}
.lp-jobseeker .cta .cta__btn:hover picture:first-child {
  opacity: 0;
}
.lp-jobseeker .cta .cta__btn:hover picture:last-child {
  opacity: 1;
}
.lp-jobseeker .interview {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview {
    padding-inline: 16px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .interview {
    padding-bottom: 60px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .interview {
    padding-top: 56px;
  }
}
.lp-jobseeker .interview__container {
  display: grid;
}
@media (min-width: 1081px) {
  .lp-jobseeker .interview__container {
    grid-template-columns: 300px calc(100% - 300px);
    padding-left: min(6.25vw, 90px);
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview__container {
    justify-content: center;
    grid-template-columns: 100%;
    padding-left: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .interview__container {
    padding-left: 0;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .interview__container {
    row-gap: 30px;
  }
}
.lp-jobseeker .interview__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 40px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview__header {
    align-items: flex-start;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .interview__header {
    row-gap: 30px;
    padding-inline: 14px 4px;
  }
}
.lp-jobseeker .interview .section-title__sub {
  max-width: 296px;
}
@media (max-width: 560px) {
  .lp-jobseeker .interview .section-title__text {
    width: 65.833vw;
  }
}
.lp-jobseeker .interview__lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview__lead {
    text-align: center;
  }
}
@media (min-width: 761px) {
  .lp-jobseeker .interview__lead {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .interview__lead {
    text-align: left;
    margin-bottom: 10px;
  }
}
.lp-jobseeker .interview-slider {
  position: relative;
  width: 100%;
}
@media (min-width: 1081px) {
  .lp-jobseeker .interview-slider {
    margin-top: 50px;
    padding-left: min(5.2083333333vw, 75px);
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview-slider {
    padding: 0 30px;
  }
}
.lp-jobseeker .interview-slider__inner {
  overflow: hidden;
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview-slider__inner {
    margin-right: calc((16px + 30px) * -1);
  }
}
.lp-jobseeker .interview-slider .swiper {
  width: 100%;
  overflow: visible;
}
.lp-jobseeker .interview-slider .swiper-slide {
  height: auto;
  width: 260px;
}
@media (max-width: 560px) {
  .lp-jobseeker .interview-slider .swiper-slide {
    width: 230px;
  }
}
.lp-jobseeker .interview-slider__prev,
.lp-jobseeker .interview-slider__next {
  position: absolute;
  top: 38%;
  z-index: 1;
}
@media (max-width: 760px) {
  .lp-jobseeker .interview-slider__prev,
  .lp-jobseeker .interview-slider__next {
    width: 50px;
  }
}
.lp-jobseeker .interview-slider__prev.swiper-button-disabled,
.lp-jobseeker .interview-slider__next.swiper-button-disabled {
  filter: grayscale(1) brightness(1.4);
}
@media (min-width: 1081px) {
  .lp-jobseeker .interview-slider__prev {
    left: 13px;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview-slider__prev {
    left: -20px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .interview-slider__prev {
    left: -5px;
  }
}
@media (min-width: 1081px) {
  .lp-jobseeker .interview-slider__next {
    right: 45px;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .interview-slider__next {
    right: 20px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .interview-slider__next {
    right: -5px;
  }
}
.lp-jobseeker .interview-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.lp-jobseeker .interview-card__link {
  display: block;
  height: 100%;
  transition: filter 0.3s ease;
}
.lp-jobseeker .interview-card__link:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-jobseeker .interview-card__link:hover .interview-card__body {
  background-color: #09aba0;
  transition: background-color 0.3s ease;
}
.lp-jobseeker .interview-card__link:hover .interview-card__text {
  color: #fff;
  transition: color 0.3s ease;
}
.lp-jobseeker .interview-card__link:hover .interview-card__company {
  color: #fff;
  transition: color 0.3s ease;
}
.lp-jobseeker .interview-card__link:hover .interview-card__name {
  color: #fff;
  transition: color 0.3s ease;
}
.lp-jobseeker .interview-card__link .interview-card__body {
  transition: background-color 0.3s ease;
}
.lp-jobseeker .interview-card__link .interview-card__text {
  transition: color 0.3s ease;
}
.lp-jobseeker .interview-card__link .interview-card__company {
  transition: color 0.3s ease;
}
.lp-jobseeker .interview-card__link .interview-card__name {
  transition: color 0.3s ease;
}
.lp-jobseeker .interview-card__inner {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.lp-jobseeker .interview-card__img {
  position: relative;
  aspect-ratio: 260/160;
}
.lp-jobseeker .interview-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-jobseeker .interview-card__body {
  padding: 12px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  background-color: #fff;
}
.lp-jobseeker .interview-card__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.lp-jobseeker .interview-card__sub-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 8px;
}
.lp-jobseeker .interview-card__company {
  font-size: 15px;
  font-weight: bold;
  color: #09aba0;
  text-decoration: underline;
}
.lp-jobseeker .interview-card__name {
  font-size: 12px;
  font-weight: 500;
}
.lp-jobseeker .interview-card__name strong {
  font-size: 18px;
  font-weight: bold;
}
.lp-jobseeker .new-companies {
  background-color: #fff;
  padding: 100px 40px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .new-companies {
    padding: 80px 40px;
  }
}
@media (max-width: 760px) {
  .lp-jobseeker .new-companies {
    padding-block: 60px;
  }
}
@media (max-width: 1080px) {
  .lp-jobseeker .new-companies .section-title {
    padding-top: 0;
  }
}
.lp-jobseeker .new-companies .section-title__text {
  margin-top: 0;
}
.lp-jobseeker .new-companies .section-title__sub {
  max-width: 259px;
}
.lp-jobseeker .new-companies__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  max-width: 900px;
  margin-inline: auto;
}
@media (max-width: 1080px) {
  .lp-jobseeker .new-companies__list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .new-companies__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.lp-jobseeker .new-companies__more {
  text-align: center;
  margin-top: 24px;
}
.lp-jobseeker .company-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: filter 0.3s ease;
}
.lp-jobseeker .company-card__link {
  display: block;
  height: 100%;
}
.lp-jobseeker .company-card__link:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-jobseeker .company-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
}
.lp-jobseeker .company-card__category {
  display: inline-block;
  background: #09aba0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  padding: 6px 15px;
  border-radius: 99px;
}
.lp-jobseeker .company-card__name {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
}
.lp-jobseeker .company-card--disabled {
  opacity: 0.4;
}
.lp-jobseeker .company-card--disabled .company-card__link {
  pointer-events: none;
  cursor: default;
}
.lp-jobseeker .flow {
  padding-inline: 20px;
  background-color: #fff5b8;
  background: repeating-linear-gradient(116deg, #fff5b8, #fff5b8 24px, #fdf795 24px, #fdf795 48px);
}
.lp-jobseeker .flow .section-title__text {
  margin-top: 0;
}
.lp-jobseeker .flow .section-title__sub {
  max-width: 259px;
}
.lp-jobseeker .flow__wrapper {
  margin-inline: auto;
  padding: 100px 0;
  max-width: 900px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .flow__wrapper {
    padding: 60px 0;
  }
}
.lp-jobseeker .flow__list {
  display: grid;
  gap: 40px;
}
@media (max-width: 560px) {
  .lp-jobseeker .flow__list {
    gap: 30px;
  }
}
.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;
  line-height: 1.15;
}
@media (max-width: 560px) {
  .lp-jobseeker .flow-step__heading {
    line-height: 1.15;
  }
}
.lp-jobseeker .flow-step__num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 100%;
  background-color: #3d3a39;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}
@media (max-width: 560px) {
  .lp-jobseeker .flow-step__num {
    width: 46px;
  }
}
.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;
}
@media (max-width: 760px) {
  .lp-jobseeker .flow-step__title {
    padding-left: 10px;
  }
}
.lp-jobseeker .flow-step__body {
  padding: 20px 38px 20px 60px;
  width: 100%;
}
@media (max-width: 760px) {
  .lp-jobseeker .flow-step__body {
    padding: 15px 20px 20px;
    text-align: center;
  }
}
.lp-jobseeker .flow-step__body .cta__btn {
  display: inline-grid;
  margin-top: 15px;
}
.lp-jobseeker .flow-step__body .cta__btn picture {
  grid-area: 1/1;
  transition: opacity 0.3s ease;
}
.lp-jobseeker .flow-step__body .cta__btn picture:last-child {
  opacity: 0;
}
.lp-jobseeker .flow-step__body .cta__btn:hover picture:first-child {
  opacity: 0;
}
.lp-jobseeker .flow-step__body .cta__btn:hover picture:last-child {
  opacity: 1;
}
.lp-jobseeker .flow-step__text {
  text-align: left;
  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: #2f8d8c;
}
.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: 15px;
}
.lp-jobseeker .faq {
  padding-inline: 20px;
  font-weight: 500;
}
.lp-jobseeker .faq__wrapper {
  margin-inline: auto;
  padding: 100px 0;
  max-width: 900px;
}
@media (max-width: 760px) {
  .lp-jobseeker .faq__wrapper {
    padding: 60px 0;
  }
}
.lp-jobseeker .faq .section-title {
  margin-bottom: 20px;
}
.lp-jobseeker .faq .section-title__text {
  margin-top: 0;
}
.lp-jobseeker .faq .section-title__sub {
  max-width: 259px;
}
.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;
}
@media (max-width: 760px) {
  .lp-jobseeker .faq__group-title {
    font-size: 20px;
  }
}
.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;
  cursor: pointer;
}
.lp-jobseeker .faq-item__btn:hover .faq-item__icon {
  background-color: #53c4bd;
  transition: background-color 0.3s ease;
}
.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: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #09aba0;
  font-size: 18px;
}
@media (max-width: 560px) {
  .lp-jobseeker .faq-item__q-label {
    align-self: self-start;
    margin-top: 2px;
  }
}
.lp-jobseeker .faq-item__q-text {
  color: #09aba0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .lp-jobseeker .faq-item__q-text {
    line-height: 1.4;
  }
}
.lp-jobseeker .faq-item__icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #09aba0;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.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 20px 120px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .link-section {
    padding: 60px 20px;
  }
}
.lp-jobseeker .link-section .section-title__text {
  margin-top: 0;
}
.lp-jobseeker .link-section .section-title__sub {
  max-width: 259px;
}
.lp-jobseeker .link-section__wrapper {
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 1080px) {
  .lp-jobseeker .link-section__wrapper {
    max-width: 600px;
  }
}
.lp-jobseeker .link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1080px) {
  .lp-jobseeker .link-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}
.lp-jobseeker .link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  text-align: center;
  transition: filter 0.3s ease;
}
.lp-jobseeker .link-card:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-jobseeker .link-card__img img {
  object-fit: contain;
}
.lp-jobseeker .link-card__text {
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
  color: #3d3a39;
}
@media (max-width: 760px) {
  .lp-jobseeker .link-card__text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .lp-jobseeker .link-card__text {
    font-size: 14px;
  }
}
.lp-jobseeker .sns-section {
  background-color: #fff;
  padding: 50px 0 40px;
  text-align: center;
}
@media (max-width: 1080px) {
  .lp-jobseeker .sns-section {
    padding: 40px 0;
  }
}
.lp-jobseeker .sns-section__title {
  font-weight: 700;
  font-size: 18px;
  color: #1f6e70;
}
@media (max-width: 560px) {
  .lp-jobseeker .sns-section__title-img {
    width: 195px;
  }
}
.lp-jobseeker .sns-section__lead {
  font-size: 16px;
  margin: 15px 0 20px;
  font-weight: 500;
}
.lp-jobseeker .sns-list {
  display: flex;
  gap: 30px;
}
.lp-jobseeker .sns-list--center {
  justify-content: center;
}
.lp-jobseeker .sns-list__item img {
  width: 40px;
  height: 40px;
}
.lp-jobseeker .sns-list__link:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-jobseeker .footer {
  background: #d5ecea;
  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 154px;
  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;
}
@media (max-width: 560px) {
  .lp-jobseeker .footer__list {
    flex-direction: column;
    gap: 24px;
  }
}
.lp-jobseeker .footer__link {
  padding: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.lp-jobseeker .footer__link:hover {
  color: #09aba0;
  text-decoration: underline;
}
.lp-jobseeker .footer__privacy {
  font-size: 12px;
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 560px) {
  .lp-jobseeker .footer__privacy {
    margin-top: 24px;
    text-align: center;
  }
}
.lp-jobseeker .footer__privacy-link {
  color: #3d3a39;
  text-decoration: underline;
}
.lp-jobseeker .footer__privacy-link:hover {
  color: #09aba0;
}
.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;
}
@media (max-width: 560px) {
  .lp-jobseeker .footer__copyright small {
    font-size: 12px;
  }
}
@media (min-width: 761px) {
  .u-tabpcHide {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .u-spHide {
    display: none !important;
  }
}
.u-textCenter {
  text-align: center !important;
}
.u-smSpOnly {
  display: block;
}
@media (min-width: 561px) {
  .u-smSpOnly {
    display: none;
  }
}
.lp-company {
  background-color: #e6f7f5;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.lp-company .header {
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  .lp-company .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #e6f7f5;
    height: 77px;
  }
}
.lp-company .header__inner {
  position: absolute;
  top: 30px;
  left: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1080px) {
  .lp-company .header__inner {
    padding: 14px 10px;
    gap: 5px;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}
.lp-company .header__logo {
  width: 198px;
}
@media (max-width: 1080px) {
  .lp-company .header__logo {
    width: 140px;
    margin-left: 10px;
  }
}
.lp-company .header__logo img {
  width: 100%;
  height: auto;
}
.lp-company .header__badge {
  margin-bottom: 5px;
  padding: 5px 12px;
  color: #ed5053;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #ed5053;
  border-radius: 4px;
}
@media (max-width: 1080px) {
  .lp-company .header__badge {
    padding: 3.5px 8px;
    font-size: 13px;
    border: 1.5px solid #ed5053;
    margin-bottom: 0px;
  }
}
.lp-company .header__menu-btn {
  display: none;
}
@media (max-width: 1080px) {
  .lp-company .header__menu-btn {
    position: relative;
    z-index: 101;
    display: inline-flex;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.lp-company .header__menu-btn.is-open .header__menu-btn-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.lp-company .header__menu-btn.is-open .header__menu-btn-bar:nth-child(2) {
  opacity: 0;
}
.lp-company .header__menu-btn.is-open .header__menu-btn-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.lp-company .header__menu-btn-bar {
  display: block;
  width: 34px;
  height: 2px;
  background: #2f8d8c;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.lp-company .header__menu-btn-text {
  color: #2f8d8c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.lp-company .hero {
  padding: 30px 16px 0 60px;
  height: 725px;
  background-image: url('/lp/assets/images/company-hero_bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .lp-company .hero {
    height: 703px;
    margin-top: 77px;
    padding: 50px 22px 22px;
  }
}
@media (max-width: 560px) {
  .lp-company .hero {
    background-image: url('/lp/assets/images/company-hero_bg-sp.svg');
  }
}
.lp-company .hero__inner {
  position: relative;
  max-width: 1330px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50.5% auto;
  grid-template-areas: 'title .' 'cta achievements';
  align-items: center;
}
@media (max-width: 1080px) {
  .lp-company .hero__inner {
    row-gap: 70px;
  }
}
@media (max-width: 760px) {
  .lp-company .hero__inner {
    grid-template-areas: 'title' '.' 'achievements' 'cta';
    grid-template-columns: 1fr;
    grid-template-rows: 226px auto 140px 128px;
    padding-left: 0;
    gap: 0;
  }
}
.lp-company .hero__title {
  grid-area: title;
  margin: 95px 0 0 0;
  z-index: 1;
  align-self: end;
  width: 630px;
  max-width: 100%;
  justify-self: end;
}
@media (max-width: 1300px) {
  .lp-company .hero__title {
    display: none;
  }
}
.lp-company .hero__title img {
  width: 100%;
}
.lp-company .hero__title-sp {
  grid-area: title;
  margin-top: 120px;
  z-index: 1;
  display: none;
}
@media (max-width: 1300px) {
  .lp-company .hero__title-sp {
    display: inherit;
    width: 400px;
  }
}
@media (max-width: 760px) {
  .lp-company .hero__title-sp {
    margin: 0;
    max-width: 316px;
    width: 100%;
    flex-shrink: 1;
  }
}
.lp-company .hero__title-sp img {
  width: 100%;
}
.lp-company .hero__cta {
  grid-area: cta;
  text-align: center;
  z-index: 1;
  margin-bottom: 40px;
  margin-right: 50px;
  justify-self: end;
  max-width: 580px;
  width: 91%;
}
@media (max-width: 1080px) {
  .lp-company .hero__cta {
    justify-self: start;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 760px) {
  .lp-company .hero__cta {
    justify-self: center;
  }
}
.lp-company .hero__cta-lead {
  width: 240px;
  margin: 0 auto 8px;
}
.lp-company .hero__cta-lead img {
  width: 100%;
}
.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;
  align-self: start;
  margin-right: 60px;
  margin-bottom: 5px;
}
@media (max-width: 1080px) {
  .lp-company .hero__achievements {
    width: 170px;
    height: 170px;
    margin: 0;
  }
}
@media (max-width: 760px) {
  .lp-company .hero__achievements {
    width: 140px;
    height: 140px;
    align-self: end;
    margin-right: -10px;
    margin-bottom: -10px;
    gap: 3px;
  }
}
.lp-company .hero__achievements-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1080px) {
  .lp-company .hero__achievements-title {
    font-size: 20px;
  }
}
@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;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1080px) {
  .lp-company .hero__achievements-num {
    font-size: 47px;
  }
}
@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;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media (max-width: 1080px) {
  .lp-company .hero__achievements-unit {
    font-size: 20px;
  }
}
@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: 1080px) {
  .lp-company .hero__achievements-note {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .lp-company .hero__achievements-note {
    font-size: 11px;
  }
}
.lp-company .hero__visual {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 734px;
  width: 55%;
  min-width: 430px;
  height: auto;
  z-index: 0;
}
@media (max-width: 760px) {
  .lp-company .hero__visual {
    display: none;
  }
}
.lp-company .hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-company .hero__visual-sp {
  display: none;
}
@media (max-width: 760px) {
  .lp-company .hero__visual-sp {
    display: inherit;
    position: absolute;
    z-index: 0;
    bottom: 20%;
    right: 50%;
    transform: translateX(50%);
    max-width: 290px;
    width: 100%;
  }
}
.lp-company .hero__visual-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-company .seeker-data {
  padding: 90px 20px 0;
}
@media (max-width: 760px) {
  .lp-company .seeker-data {
    padding: 60px 20px 0;
  }
}
.lp-company .seeker-data__inner {
  width: fit-content;
  margin: 0 auto;
  color: #3d3a39;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__inner {
    width: 100%;
  }
}
.lp-company .seeker-data__title-wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.lp-company .seeker-data__title-wrap img {
  align-self: center;
}
.lp-company .seeker-data__title {
  margin: 8px 0 0 0;
  font-size: 35px;
  font-weight: bold;
  word-break: keep-all;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__title {
    font-size: 28px;
  }
}
.lp-company .seeker-data__title-small {
  font-size: 30px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__title-small {
    font-size: 25px;
  }
}
.lp-company .seeker-data__title-note {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__title-note {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.lp-company .seeker-data__content {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__content {
    margin-top: 35px;
    gap: 20px;
    flex-direction: column;
  }
}
.lp-company .seeker-data__content-item {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__content-item {
    width: 100%;
  }
}
.lp-company .seeker-data__content-label {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__content-label {
    margin-bottom: 10px;
  }
}
.lp-company .seeker-data__content-illust01 {
  width: 109px;
  height: 70px;
  margin-bottom: 10px;
}
.lp-company .seeker-data__content-wrap {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-bottom: 5px;
}
.lp-company .seeker-data__content-gender {
  margin: 0 10px 0 0;
  font-size: 25px;
  font-weight: bold;
}
.lp-company .seeker-data__content-illust02,
.lp-company .seeker-data__content-illust03 {
  width: 65px;
  height: 60px;
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__content-illust02,
  .lp-company .seeker-data__content-illust03 {
    margin-bottom: 0;
  }
}
.lp-company .seeker-data__content-num {
  line-height: 1;
  font-size: 60px;
  color: #0c9b91;
  margin: 0;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__content-num {
    font-size: 50px;
  }
}
.lp-company .seeker-data__content-unit {
  font-size: 28px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__content-unit {
    font-size: 24px;
  }
}
.lp-company .seeker-data__content-unit--per {
  font-size: 24px;
}
.lp-company .seeker-data__content-text {
  background-color: #e6f7f5;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  width: calc(100% - 50px);
  padding: 22px 45px;
  font-weight: 500;
  border-radius: 8px;
  margin: 15px 0 25px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__content-text {
    max-width: 300px;
    padding: 20px 20px;
    line-height: 1.6;
    margin-top: 25px;
  }
}
.lp-company .seeker-data__content-age {
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__content-age {
    padding-bottom: 20px;
  }
}
.lp-company .seeker-data__age-wrap {
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    width: calc(100% - 40px);
  }
}
.lp-company .seeker-data__age-top {
  width: 428px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-top {
    width: 100%;
  }
}
.lp-company .seeker-data__age-list {
  height: 195px;
  display: flex;
  flex-direction: column;
  list-style: none;
  flex-wrap: wrap;
  margin: 15px 0 0 8px;
  padding: 0;
  align-items: start;
  width: fit-content;
  column-gap: 40px;
}
@media (max-width: 880px) {
  .lp-company .seeker-data__age-list {
    column-gap: 10px;
  }
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-list {
    margin: 0 auto;
    height: 170px;
    max-width: 300px;
    width: 100%;
    column-gap: 5px;
    align-items: center;
  }
}
@media (max-width: 330px) {
  .lp-company .seeker-data__age-list {
    margin: 0 -5px;
  }
}
.lp-company .seeker-data__age-item {
  display: flex;
  align-items: end;
  border-bottom: #959595 1px solid;
  width: 190px;
  height: 55px;
  cursor: default;
  transition: opacity 0.2s ease;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-item {
    height: 50px;
    width: 128px;
  }
}
.lp-company .seeker-data__age-item:nth-last-child(1) .seeker-data__age-listnum {
  margin-left: 12px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-item:nth-last-child(1) .seeker-data__age-listnum {
    margin-left: 0px;
  }
}
.lp-company .seeker-data__age-item.is-hover {
  opacity: 1;
}
.lp-company .seeker-data__age-item.is-dimmed {
  opacity: 0.35;
}
.lp-company .seeker-data__age-liststyle {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 10px 5px;
  border-radius: 0;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-liststyle {
    width: 8px;
    height: 8px;
    margin: 15px 0px;
  }
}
.lp-company .seeker-data__age-liststyle--20 {
  background-color: #85e86d;
}
.lp-company .seeker-data__age-liststyle--30 {
  background-color: #3bbb53;
}
.lp-company .seeker-data__age-liststyle--40 {
  background-color: #267151;
}
.lp-company .seeker-data__age-liststyle--50 {
  background-color: #3a8a67;
}
.lp-company .seeker-data__age-liststyle--60 {
  background-color: #48b284;
}
.lp-company .seeker-data__age-listage {
  font-size: 30px;
  margin: 0 10px;
  font-weight: bold;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-listage {
    font-size: 25px;
    margin: 0 0 0 12px;
  }
}
.lp-company .seeker-data__age-listage--unit {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-listage--unit {
    font-size: 13px;
  }
}
.lp-company .seeker-data__age-listnum {
  font-size: 40px;
  margin: 0 0 0 20px;
  color: #0c9b91;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-listnum {
    margin-left: 6px;
    font-size: 35px;
  }
}
.lp-company .seeker-data__age-listnum--unit {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-listnum--unit {
    font-size: 18px;
  }
}
.lp-company .seeker-data__age-text {
  justify-self: start;
  padding: 25px 30px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-text {
    padding: 25px 30px;
    margin-top: 10px;
    justify-self: center;
  }
}
.lp-company .seeker-data__age-graph {
  position: relative;
  max-width: 344px;
  width: 344px;
  height: 344px;
  flex-shrink: 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1140px) {
  .lp-company .seeker-data__age-graph {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1080px) {
  .lp-company .seeker-data__age-graph {
    width: 344px;
    height: 344px;
  }
}
@media (max-width: 880px) {
  .lp-company .seeker-data__age-graph {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 760px) {
  .lp-company .seeker-data__age-graph {
    width: 260px;
    height: 260px;
    padding: 0;
    margin-top: 10px;
    flex-shrink: 0;
  }
}
.lp-company .seeker-data__age-donut-svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  overflow: visible;
}
.lp-company .seeker-data__age-donut-svg .seeker-data__age-donut-segment {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.lp-company .seeker-data__age-donut-svg .seeker-data__age-donut-segment.is-hover {
  opacity: 1;
}
.lp-company .seeker-data__age-donut-svg .seeker-data__age-donut-segment.is-dimmed {
  opacity: 0.35;
}
.lp-company .seeker-data__age-graph-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.lp-company .seeker-data__age-graph-icon {
  width: 73%;
  height: auto;
  display: block;
}
.lp-company .contact {
  background-color: #09aba0;
  color: #fff;
  max-width: 1000px;
  border-radius: 10px;
  width: calc(100% - 40px);
  margin: 100px auto 0;
}
@media (max-width: 760px) {
  .lp-company .contact {
    margin-top: 60px;
    width: calc(100% - 20px);
  }
}
.lp-company .contact__inner {
  text-align: center;
  padding: 40px 15px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.lp-company .contact__title {
  font-size: 30px;
  margin: 0;
}
@media (max-width: 760px) {
  .lp-company .contact__title {
    font-size: 25px;
  }
}
.lp-company .contact__text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 25px;
}
@media (max-width: 760px) {
  .lp-company .contact__text {
    text-align: left;
    width: fit-content;
    margin: 30px auto 0;
  }
}
.lp-company .contact__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: #fff 1px solid;
  margin-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 760px) {
  .lp-company .contact__wrap {
    flex-direction: column;
    align-items: center;
    padding: 15px 0 30px 0;
    gap: 15px;
  }
}
.lp-company .contact__btn-phone {
  color: #09aba0;
  background-color: #fff;
  text-decoration: none;
  display: inline-flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  border-radius: 80px;
  border: 1px solid #09aba0;
  width: 250px;
  height: 54px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
@media (max-width: 760px) {
  .lp-company .contact__btn-phone {
    width: 260px;
    height: 66px;
  }
}
.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-phone:hover {
  color: #fff;
  background-color: #09aba0;
  border: 1px solid #fff;
}
.lp-company .contact__btn-phone:hover::before {
  background-image: url('../images/company-contact_phone-icon-hover.svg');
}
.lp-company .contact__btn-email {
  color: #2f8d8c;
  background-color: #fbf032;
  text-decoration: none;
  display: inline-flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 80px;
  border: 1px solid #fbf032;
  width: 250px;
  height: 54px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
@media (max-width: 760px) {
  .lp-company .contact__btn-email {
    width: 260px;
    height: 66px;
  }
}
.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__btn-email:hover {
  color: #fbf032;
  background-color: #0c9b91;
  border: 1px solid #fbf032;
}
.lp-company .contact__btn-email:hover::before {
  background-image: url('../images/company-contact_email-icon-hover.svg');
}
.lp-company .contact__office {
  margin: 30px 0 0;
  font-size: 20px;
  word-break: keep-all;
}
.lp-company .contact__office-info {
  font-size: 14px;
  margin: 15px 0 15px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .lp-company .contact__office-info {
    margin: 20px auto 15px;
    text-align: left;
    width: fit-content;
  }
}
.lp-company .contact__office-time {
  margin: 0 auto;
  padding: 5px 15px;
  width: fit-content;
  color: #2f8d8c;
  background-color: #fff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .lp-company .contact__office-time {
    padding: 5px 15px;
  }
}
.lp-company .flow {
  background-color: #fff5b8;
  background: repeating-linear-gradient(116deg, #fff5b8, #fff5b8 24px, #fdf795 24px, #fdf795 48px);
}
.lp-company .flow__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 90px 20px;
  color: #3d3a39;
}
@media (max-width: 760px) {
  .lp-company .flow__inner {
    padding: 60px 20px;
  }
}
.lp-company .flow__title-wrap {
  text-align: center;
}
.lp-company .flow__title-sub {
  margin: 0 auto;
  max-width: 259px;
}
.lp-company .flow__title-sub img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-company .flow__title {
  font-size: 35px;
  margin: 5px 0 0 0;
}
.lp-company .flow__title--em {
  color: #09aba0;
}
@media (max-width: 760px) {
  .lp-company .flow__title {
    font-size: 30px;
  }
}
.lp-company .flow__list {
  display: grid;
  gap: 40px;
  padding: 0;
  margin-top: 36px;
  width: 100%;
}
@media (max-width: 760px) {
  .lp-company .flow__list {
    gap: 30px;
  }
}
.lp-company .flow-step {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.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: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
}
.lp-company .flow-step__title {
  display: grid;
  align-items: center;
  background-color: #09aba0;
  width: calc(100% - 45px);
  margin: 0;
  padding-left: 16px;
  font-size: 20px;
  color: #fff;
}
.lp-company .flow-step__body {
  padding: 20px 50px;
  width: 100%;
}
@media (max-width: 760px) {
  .lp-company .flow-step__body {
    padding: 20px;
  }
}
.lp-company .flow-step__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 10px;
}
@media (max-width: 760px) {
  .lp-company .flow-step__text {
    margin: 0;
  }
}
.lp-company .flow-step__note {
  display: block;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}
.lp-company .flow-step__tips {
  background-color: #e6f7f5;
  border-radius: 8px;
  padding: 20px;
  margin: 15px 10px 7px;
  width: 100%;
}
@media (max-width: 760px) {
  .lp-company .flow-step__tips {
    margin: 15px 0 7px;
  }
}
.lp-company .flow-step__list {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #0c9b91;
  margin: 10px 0;
}
.lp-company .flow-step__list::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #09aba0;
  border-radius: 50%;
  margin-right: 12px;
}
.lp-company .flow-step__comment {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #2f8d8c;
  margin: 0;
}
.lp-company .flow-step__comment::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 21px;
  background: url('../images/icon_light-bulb.svg') no-repeat center/contain;
  margin-right: 8px;
  flex-shrink: 0;
}
.lp-company .flow-step__download-btn {
  padding: 12px 15px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  background-color: #09aba0;
  border: 1px solid #09aba0;
  display: flex;
  max-width: 280px;
  align-items: center;
  gap: 9px;
  margin: 8px 0px 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
@media (max-width: 560px) {
  .lp-company .flow-step__download-btn {
    max-width: 310px;
    margin: 15px auto 0;
    padding: 14px 30px;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .lp-company .flow-step__download-btn {
    margin: 15px -9px 0;
  }
}
.lp-company .flow-step__download-btn::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../images/company-flow_download-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.lp-company .flow-step__download-btn:hover {
  color: #09aba0;
  background-color: #fff;
  border: 1px solid #09aba0;
}
.lp-company .flow-step__download-btn:hover::before {
  background-image: url('../images/company-flow_download-icon-hover.svg');
}
.lp-company .flow-step__download-text {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  word-break: keep-all;
}
.lp-company .flow-step__download-text--size {
  font-size: 11px;
  font-weight: 500;
}
.lp-company .flow-step__login-btn {
  padding: 12px 20px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  background-color: #09aba0;
  border: 1px solid #09aba0;
  display: flex;
  max-width: 235px;
  align-items: center;
  gap: 9px;
  margin: 15px 10px 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
@media (max-width: 560px) {
  .lp-company .flow-step__login-btn {
    max-width: 265px;
    margin: 15px auto 0;
    padding: 20px 35px;
  }
}
.lp-company .flow-step__login-btn::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../images/company-flow_login-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.lp-company .flow-step__login-btn:hover {
  color: #09aba0;
  background-color: #fff;
  border: 1px solid #09aba0;
}
.lp-company .flow-step__login-btn:hover::before {
  background-image: url('../images/company-flow_login-icon-hover.svg');
}
.lp-company .flow-step__login-text {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.lp-company *,
.lp-company *::before,
.lp-company *::after {
  box-sizing: border-box;
}
.lp-company html {
  -webkit-text-size-adjust: 100%;
}
body.lp-jobseeker {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #3d3a39;
  background: #fff;
}
.lp-company h1,
.lp-company h2,
.lp-company h3,
.lp-company h4,
.lp-company h5,
.lp-company h6,
.lp-company p,
.lp-company dl,
.lp-company dt,
.lp-company dd,
.lp-company ul,
.lp-company ol,
.lp-company figure {
  margin: 0;
  padding: 0;
}
.lp-company ul,
.lp-company ol {
  list-style: none;
}
.lp-company img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.lp-company a {
  color: inherit;
  text-decoration: none;
}
.lp-company button {
  font: inherit;
  color: inherit;
  background: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.lp-company html {
  scroll-behavior: smooth;
}
.lp-company .u_text-teal {
  display: inline;
  color: #09aba0;
}
.lp-company .u_text-no-wrap {
  white-space: nowrap;
}
.lp-company .main {
  display: block;
}
.lp-company .layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .lp-company .layout {
    display: block;
  }
}
.lp-company .layout__main {
  min-width: 0;
  background: #d5ecea;
  padding: 30px 0 0;
}
.lp-company .spmenu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1080px) {
  .lp-company .spmenu-overlay {
    display: block;
  }
}
.lp-company .spmenu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.lp-company .spmenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: min(86%, 360px);
  background: #d5ecea;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  color: #3d3a39;
}
@media (max-width: 1080px) {
  .lp-company .spmenu {
    display: block;
  }
}
@media (max-width: 560px) {
  .lp-company .spmenu {
    width: 100%;
  }
}
.lp-company .spmenu.is-open {
  transform: translateX(0);
}
.lp-company .spmenu__sticky {
  padding: 14px 0 50px;
}
.lp-company .spmenu__header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-inline: 20px;
  padding-bottom: 15px;
}
.lp-company .spmenu__logo {
  width: 140px;
}
.lp-company .spmenu__badge {
  display: inline-block;
  padding: 3.5px 8px;
  font-weight: 500;
  border: 1.5px solid #ed5053;
  border-radius: 4px;
  color: #ed5053;
  font-size: 13px;
  background: #fff;
}
.lp-company .spmenu__close {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  color: #1f6e70;
}
.lp-company .spmenu__close-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.lp-company .spmenu__close-icon::before,
.lp-company .spmenu__close-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentcolor;
}
.lp-company .spmenu__close-icon::before {
  transform: rotate(45deg);
}
.lp-company .spmenu__close-icon::after {
  transform: rotate(-45deg);
}
.lp-company .spmenu__close-text {
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.lp-company .spmenu__list {
  margin-top: 20px;
  margin-inline: auto;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.lp-company .spmenu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-block: 17px;
  padding-left: 8px;
  color: #3d3a39;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp-company .spmenu__cta {
  margin-top: 30px;
  text-align: center;
}
.lp-company .spmenu__cta-lead {
  color: #1f6e70;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.lp-company .spmenu__cta-num {
  margin-right: 2px;
  font-size: 37px;
  vertical-align: text-bottom;
}
.lp-company .spmenu__stats {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 45px;
  padding-inline: 18px;
  column-gap: 10px;
}
.lp-company .spmenu__stats .stat-card {
  padding: 24px 6px 12px;
  width: 157px;
  height: 110px;
  justify-self: center;
  background-image: url('../images/sidebar_stats_card_pc.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-company .spmenu__stats .stat-card__label {
  font-size: 17px;
}
.lp-company .spmenu__stats .stat-card__num {
  margin-top: 5px;
  font-size: 40px;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
.lp-company .spmenu__stats .stat-card__unit {
  font-size: 22px;
  margin-left: 4px;
}
.lp-company .spmenu__note {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 6px;
}
.lp-company .spmenu__sns {
  margin-top: 60px;
  text-align: center;
}
.lp-company .spmenu__sns-title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 30px;
}
.lp-company .spmenu .sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lp-company .spmenu .sns-list__link:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-company .spmenu .sns-list__item img {
  width: 50px;
  height: 50px;
}
.lp-company .btn-external {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #09aba0;
  color: #fff;
  border: 1px solid #09aba0;
  border-radius: 999px;
  padding: 12px 24px 12px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.lp-company .btn-external::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background-image: url('../images/icon_arrow_bg-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-company .btn-external::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background-image: url('../images/icon_external-link_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-company .btn-external:hover {
  background-color: #fff;
  color: #09aba0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.lp-company .btn-external:hover::before {
  background-image: url('../images/icon_arrow_bg-teal.svg');
}
.lp-company .btn-external:hover::after {
  background-image: url('../images/icon_external-link_teal.svg');
}
.lp-company .stat-card {
  position: relative;
  padding: 16px 12px 12px;
  text-align: center;
}
.lp-company .stat-card__label {
  font-size: 24px;
  font-weight: 700;
  color: #3d3a39;
}
@media (max-width: 1200px) {
  .lp-company .stat-card__label {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .lp-company .stat-card__label {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .lp-company .stat-card__label {
    font-size: 16px;
  }
}
.lp-company .stat-card__num {
  margin-top: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #2f8d8c;
  line-height: 1;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .lp-company .stat-card__num {
    margin-top: 14px;
  }
}
@media (max-width: 1000px) {
  .lp-company .stat-card__num {
    margin-top: 10px;
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .lp-company .stat-card__num {
    margin-top: 4px;
    font-size: 35px;
  }
}
.lp-company .stat-card__unit {
  color: #3d3a39;
  font-size: 24px;
  margin-left: 4px;
}
@media (max-width: 760px) {
  .lp-company .stat-card__unit {
    font-size: 18px;
  }
}
.lp-company .stat-card__note {
  font-size: 11px;
  color: #6c7a82;
}
.lp-company .stat-card--hero {
  width: 232px;
  aspect-ratio: 232/160;
  padding-top: 30px;
  background-image: url('../images/fv_achievement_pc.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .lp-company .stat-card--hero {
    width: 210px;
  }
}
@media (max-width: 1000px) {
  .lp-company .stat-card--hero {
    width: 180px;
  }
}
@media (max-width: 760px) {
  .lp-company .stat-card--hero {
    width: 155px;
    padding-top: 26px;
  }
}
@media (max-width: 560px) {
  .lp-company .stat-card--hero {
    width: 155px;
  }
}
.lp-company .sidebar {
  display: block;
  width: 250px;
  color: #3d3a39;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .lp-company .sidebar {
    display: none;
  }
}
.lp-company .sidebar__sticky {
  position: sticky;
  top: 0;
  padding: 50px 0;
}
.lp-company .sidebar__nav-title {
  width: 180px;
  margin-inline: auto;
}
.lp-company .sidebar__list {
  margin-top: 24px;
  margin-inline: 20px;
  display: flex;
  flex-direction: column;
}
.lp-company .sidebar__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-block: 15px;
  padding-left: 25px;
  color: #3d3a39;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp-company .sidebar__link:hover {
  color: #09aba0;
}
.lp-company .sidebar__link:hover::before {
  display: inline-block;
  content: '♦';
  position: absolute;
  left: 6px;
  top: 1px;
  color: #09aba0;
  font-size: 12px;
  padding-block: 16px 14px;
}
.lp-company .sidebar__cta {
  margin-top: 24px;
  text-align: center;
}
.lp-company .sidebar__cta-lead {
  color: #2f8d8c;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 6px;
}
.lp-company .sidebar__cta-num {
  font-size: 26px;
  font-weight: 900;
  vertical-align: -1px;
  letter-spacing: -0.1em;
}
.lp-company .sidebar__stats {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 28px;
  padding-inline: 8px;
  justify-items: center;
}
.lp-company .sidebar__stats .stat-card {
  padding: 15px 6px;
  width: 109px;
  background-image: url('../images/sidebar_stats_card_pc.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lp-company .sidebar__stats .stat-card__label {
  font-size: 12px;
}
.lp-company .sidebar__stats .stat-card__num {
  margin-top: 4px;
  font-size: 30px;
  letter-spacing: -0.05rem;
  white-space: nowrap;
}
.lp-company .sidebar__stats .stat-card__unit {
  font-size: 16px;
  margin-left: 4px;
}
.lp-company .sidebar__note {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 6px;
  font-weight: 500;
}
.lp-company .sidebar__sns {
  margin-top: 40px;
  text-align: center;
}
.lp-company .sidebar__sns-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
.lp-company .sidebar .sns-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lp-company .sidebar .sns-list__item img {
  width: 35px;
  height: 35px;
}
.lp-company .sidebar .sns-list__link:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-company .cta-btn-fix {
  display: none;
}
@media (max-width: 760px) {
  .lp-company .cta-btn-fix {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 5;
    width: 280px;
    height: 80px;
    gap: 5px;
    margin-inline: auto;
    visibility: hidden;
    opacity: 0;
    transition:
      opacity 0.4s ease,
      transform 0.4s ease,
      visibility 0.4s ease;
    transform: translateY(20px);
  }
  .lp-company .cta-btn-fix.is-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.lp-company .cta-btn-fix .cta-badge {
  width: 56px;
  height: 54px;
  font-size: 18px;
}
.lp-company .cta-btn-fix .cta-text {
  font-size: 22px;
}
.lp-company .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.lp-company .section-title__sub {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.15em;
  color: #ffd84c;
  font-weight: 700;
  font-size: 14px;
  max-width: 259px;
  margin: 0 auto;
}
.lp-company .section-title__text {
  margin-top: 12px;
  font-size: 35px;
  font-weight: 700;
  color: #3d3a39;
}
@media (max-width: 760px) {
  .lp-company .section-title__text {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .lp-company .section-title__text {
    line-height: 1.1;
  }
}
.lp-company .section-title__em {
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  color: #09aba0;
  font-size: 26px;
}
.lp-company .section-title--interview {
  margin-bottom: 0;
}
.lp-company .about {
  padding-inline: 20px;
  color: #3d3a39;
}
.lp-company .about__wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 36px 78px 50px 77px;
  margin-top: 24px;
  margin-inline: auto;
  max-width: 1000px;
}
@media (max-width: 1240px) {
  .lp-company .about__wrapper {
    padding: 36px 64px 50px 64px;
  }
}
@media (max-width: 760px) {
  .lp-company .about__wrapper {
    margin-inline: 40px;
  }
}
@media (max-width: 560px) {
  .lp-company .about__wrapper {
    padding: 40px 20px 18px;
    margin-inline: 0;
  }
}
@media (max-width: 560px) {
  .lp-company .about .section-title {
    margin-bottom: 30px;
  }
}
.lp-company .about__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  align-items: start;
}
@media (max-width: 1240px) {
  .lp-company .about__body {
    display: block;
  }
}
@media (max-width: 560px) {
  .lp-company .about__body {
    grid-template-columns: unset;
    gap: 16px;
    align-items: unset;
  }
}
.lp-company .about__diagram {
  align-items: center;
  text-align: center;
}
.lp-company .about__diagram-item img {
  width: 60px;
}
.lp-company .about__diagram-label {
  font-size: 12px;
  margin-top: 4px;
}
.lp-company .about__diagram-center {
  background: #d5ecea;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
}
.lp-company .about__diagram-center-text {
  font-size: 13px;
  font-weight: 700;
  color: #1f6e70;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .lp-company .about__text-block {
    text-align: center;
    margin-top: 40px;
  }
}
.lp-company .about__text {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.lp-company .about .btn-external {
  margin-top: 20px;
  margin-inline: auto;
}
@media (max-width: 760px) {
  .lp-company .about .btn-external {
    margin-top: 30px;
    padding: 20px 24px 20px 20px;
  }
}
.lp-company .reasons {
  color: #3d3a39;
  padding-inline: 20px;
}
@media (max-width: 1080px) {
  .lp-company .reasons {
    margin-inline: 20px;
    padding: 12px;
  }
}
@media (max-width: 560px) {
  .lp-company .reasons {
    margin-top: 0;
    margin-inline: 0;
  }
}
.lp-company .reasons__wrapper {
  position: relative;
  background: #fbf032;
  border-radius: 12px;
  padding: 49px 35px 33px;
  margin-top: 97px;
  margin-inline: auto;
  max-width: 1000px;
}
@media (max-width: 560px) {
  .lp-company .reasons__wrapper {
    padding: 15px 10px 10px;
    margin-top: 60px;
  }
}
.lp-company .reasons__binder {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  display: block;
  width: 50px;
  translate: -50% -100%;
}
@media (min-width: 1081px) {
  .lp-company .reasons__binder {
    width: fluid(50);
  }
}
@media (max-width: 1080px) {
  .lp-company .reasons__binder {
    width: fluid(50, 1080);
  }
}
@media (max-width: 560px) {
  .lp-company .reasons__binder {
    width: fluid(50, 760);
  }
}
.lp-company .reasons__paper {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 72px 32px 62px;
}
@media (max-width: 1080px) {
  .lp-company .reasons__paper {
    padding: 50px 30px 32px;
  }
}
@media (max-width: 560px) {
  .lp-company .reasons__paper {
    padding: 75px 15px 15px;
  }
}
@media (max-width: 460px) {
  .lp-company .reasons__paper {
    padding: 50px 15px 15px;
  }
}
.lp-company .reasons__paper__binder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  translate: 0 -30%;
}
@media (max-width: 560px) {
  .lp-company .reasons__paper__binder {
    translate: 0 -5%;
  }
}
@media (max-width: 560px) {
  .lp-company .reasons .section-title {
    margin-bottom: 35px;
  }
}
.lp-company .reasons__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 1080px) {
  .lp-company .reasons__list {
    grid-template-columns: unset;
    gap: 30px;
  }
}
.lp-company .reason-card {
  background: #f6f6f6;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  height: auto;
}
@media (max-width: 1080px) {
  .lp-company .reason-card {
    padding: 30px;
    height: auto;
  }
}
@media (max-width: 560px) {
  .lp-company .reason-card {
    padding: 15px 15px 25px;
  }
}
.lp-company .reason-card__img {
  overflow: hidden;
  border-radius: 10px;
}
.lp-company .reason-card__img img {
  width: 100%;
  aspect-ratio: 320/200;
  object-fit: cover;
  transform: scale(1.1);
}
.lp-company .reason-card__body {
  padding: 0;
}
@media (max-width: 560px) {
  .lp-company .reason-card__body {
    padding: 3px 0 0;
  }
}
.lp-company .reason-card__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
}
.lp-company .reason-card__num {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 41px;
  background-color: #09aba0;
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .lp-company .reason-card__num {
    font-size: 25px;
  }
}
.lp-company .reason-card__title {
  display: grid;
  align-items: center;
  min-height: 2.4lh;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  color: #3d3a39;
}
@media (max-width: 560px) {
  .lp-company .reason-card__title {
    font-size: 18px;
  }
}
.lp-company .reason-card__text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 560px) {
  .lp-company .reason-card__text {
    margin-top: 6px;
  }
}
.lp-company .cta {
  position: relative;
  background: radial-gradient(circle, rgba(12, 155, 145, 0.4) 0 2.5px, transparent 2.6px), #09aba0;
  background-position: 0 0;
  background-size: 35px 35px;
  padding: 58px 16px;
  text-align: center;
  color: #fff;
  margin-top: 100px;
}
@media (max-width: 760px) {
  .lp-company .cta {
    padding: 36px 16px;
    margin-top: 50px;
  }
}
.lp-company .cta__decoration-layer {
  position: absolute;
  inset: 0;
}
.lp-company .cta__illust01,
.lp-company .cta__illust02,
.lp-company .cta__illust03,
.lp-company .cta__illust04 {
  position: absolute;
}
.lp-company .cta__illust01 {
  top: 50%;
  left: 8%;
}
@media (max-width: 1300px) {
  .lp-company .cta__illust01 {
    left: 2%;
  }
}
@media (max-width: 760px) {
  .lp-company .cta__illust01 {
    display: none;
  }
}
.lp-company .cta__illust02 {
  top: 17%;
  left: 15%;
}
@media (max-width: 1300px) {
  .lp-company .cta__illust02 {
    left: 10%;
  }
}
@media (max-width: 1180px) {
  .lp-company .cta__illust02 {
    width: 80px;
    top: 12%;
    left: 7%;
  }
}
@media (max-width: 760px) {
  .lp-company .cta__illust02 {
    width: 61px;
    top: 27%;
    left: 3%;
  }
}
.lp-company .cta__illust03 {
  bottom: 10%;
  left: 78%;
}
@media (max-width: 1300px) {
  .lp-company .cta__illust03 {
    left: 85%;
  }
}
@media (max-width: 760px) {
  .lp-company .cta__illust03 {
    width: 37px;
    top: 28%;
    left: 86%;
  }
}
.lp-company .cta__illust04 {
  top: 8%;
  left: 82%;
}
@media (max-width: 1300px) {
  .lp-company .cta__illust04 {
    left: 88%;
  }
}
@media (max-width: 760px) {
  .lp-company .cta__illust04 {
    display: none;
  }
}
.lp-company .cta__lead {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .lp-company .cta__lead {
    font-size: 22px;
  }
}
.lp-company .cta__lead-em {
  color: #fbf032;
}
.lp-company .cta__lead-lg {
  font-size: 40px;
  font-weight: 900;
  vertical-align: -2px;
  letter-spacing: -0.1em;
}
.lp-company .cta__logo {
  line-height: 34px;
  vertical-align: -2px;
}
@media (max-width: 760px) {
  .lp-company .cta__logo {
    margin-top: 10px;
  }
}
.lp-company .cta__num-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 12px;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .lp-company .cta__num-text {
    margin-top: 12px;
  }
}
.lp-company .cta__num {
  font-size: 26px;
}
.lp-company .faq {
  padding-inline: 20px;
  color: #3d3a39;
}
.lp-company .faq__wrapper {
  margin-inline: auto;
  padding: 80px 0 0 0;
  max-width: 900px;
}
@media (max-width: 760px) {
  .lp-company .faq__wrapper {
    padding: 60px 0 0 0;
  }
}
.lp-company .faq__lead {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}
.lp-company .faq__group {
  margin-top: 40px;
}
.lp-company .faq__group-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 760px) {
  .lp-company .faq__group-title {
    font-size: 20px;
  }
}
.lp-company .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-company .faq__list {
  display: grid;
  gap: 10px;
}
.lp-company .faq-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.lp-company .faq-item__question {
  margin: 0;
}
.lp-company .faq-item__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  text-align: left;
  align-items: center;
  cursor: pointer;
}
.lp-company .faq-item__btn:hover .faq-item__icon {
  background-color: #53c4bd;
  transition: background-color 0.3s ease;
}
.lp-company .faq-item__btn[aria-expanded='true'] .faq-item__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.lp-company .faq-item__q-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #09aba0;
  font-size: 18px;
}
@media (max-width: 560px) {
  .lp-company .faq-item__q-label {
    align-self: self-start;
    margin-top: 2px;
  }
}
.lp-company .faq-item__q-text {
  color: #09aba0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .lp-company .faq-item__q-text {
    line-height: 1.4;
  }
}
.lp-company .faq-item__icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #09aba0;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.lp-company .faq-item__icon::before,
.lp-company .faq-item__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
.lp-company .faq-item__icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.lp-company .faq-item__icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}
.lp-company .faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  margin: 0;
  font-size: 16px;
}
.lp-company .faq-item__answer > div {
  overflow: hidden;
  min-height: 0;
}
.lp-company .faq-item__answer-text {
  padding: 0 40px 30px;
  line-height: 1.6;
  font-weight: 500;
}
.lp-company .faq-item:has(.faq-item__btn[aria-expanded='true']) .faq-item__answer {
  grid-template-rows: 1fr;
}
.lp-company .link-section {
  padding: 50px 20px 120px;
}
@media (max-width: 1080px) {
  .lp-company .link-section {
    padding: 60px 20px;
  }
}
.lp-company .link-section__wrapper {
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 1080px) {
  .lp-company .link-section__wrapper {
    max-width: 600px;
  }
}
.lp-company .link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1080px) {
  .lp-company .link-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}
.lp-company .link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  text-align: center;
  transition: filter 0.3s ease;
}
.lp-company .link-card:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-company .link-card__img img {
  object-fit: contain;
}
.lp-company .link-card__text {
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
  color: #3d3a39;
}
@media (max-width: 760px) {
  .lp-company .link-card__text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .lp-company .link-card__text {
    font-size: 14px;
  }
}
.lp-company .sns-section {
  background-color: #fff;
  padding: 50px 0 40px;
  text-align: center;
  color: #3d3a39;
}
@media (max-width: 1080px) {
  .lp-company .sns-section {
    padding: 40px 0;
  }
}
.lp-company .sns-section__title {
  font-weight: 700;
  font-size: 18px;
  color: #1f6e70;
}
@media (max-width: 560px) {
  .lp-company .sns-section__title-img {
    width: 195px;
  }
}
.lp-company .sns-section__lead {
  font-size: 16px;
  margin: 15px 0 20px;
  font-weight: 500;
}
.lp-company .sns-list {
  display: flex;
  gap: 30px;
}
.lp-company .sns-list--center {
  justify-content: center;
}
.lp-company .sns-list__item img {
  width: 40px;
  height: 40px;
}
.lp-company .sns-list__link:hover {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}
.lp-company .footer {
  background: #d5ecea;
  text-align: center;
  color: #3d3a39;
}
.lp-company .footer .layout {
  max-width: revert;
}
.lp-company .footer__inner {
  width: 84%;
  margin: 0 auto;
  padding: 60px 0 30px;
  grid-column-start: 2;
}
.lp-company .footer__body {
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px 154px;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .lp-company .footer__body {
    justify-content: center;
  }
}
.lp-company .footer__logo img {
  width: 180px;
}
.lp-company .footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 0;
  margin: 16px 0;
}
@media (max-width: 560px) {
  .lp-company .footer__list {
    flex-direction: column;
    gap: 24px;
  }
}
.lp-company .footer__link {
  padding: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.lp-company .footer__link:hover {
  color: #09aba0;
  text-decoration: underline;
}
.lp-company .footer__privacy {
  font-size: 12px;
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 560px) {
  .lp-company .footer__privacy {
    margin-top: 24px;
    text-align: center;
  }
}
.lp-company .footer__privacy-link {
  color: #3d3a39;
  text-decoration: underline;
  font-weight: 500;
}
.lp-company .footer__privacy-link:hover {
  color: #09aba0;
}
.lp-company .footer__copyright {
  grid-column-start: 1;
  grid-column-end: -1;
  background: #09aba0;
  margin-top: 16px;
  padding-block: 5px 6px;
  opacity: 0.8;
}
.lp-company .footer__copyright small {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 560px) {
  .lp-company .footer__copyright small {
    font-size: 12px;
  }
}
@media (min-width: 761px) {
  .lp-company .u-tabpcHide {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .lp-company .u-spHide {
    display: none !important;
  }
}
.lp-company .u-textCenter {
  text-align: center !important;
}
.lp-company .u-smSpOnly {
  display: block;
}
@media (min-width: 561px) {
  .lp-company .u-smSpOnly {
    display: none;
  }
}
.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0.7) 50%,
      transparent 50%,
      transparent 100%
    ),
    linear-gradient(to right, #f5d12a 0%, #fbf032 50%, #f5d12a 100%);
  background-size:
    100% 100%,
    100% 100%;
  background-position:
    left top,
    left top;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  box-shadow: 0 5px 0px #e8a607;
  text-decoration: none;
  font-weight: bold;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease;
}
.cta-button:active {
  transform: translateY(3px);
  box-shadow:
    0 2px 0px #e8a607,
    0 3px 6px rgba(0, 0, 0, 0.15);
}
.cta-button::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  right: 4px;
  width: calc(100% - 8px);
  height: 40%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  z-index: -1;
  pointer-events: none;
}
.cta-button::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0.8) 81%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
  pointer-events: none;
}
.cta-button:hover::after {
  animation: cta-shine 0.8s ease-out forwards;
}
@keyframes cta-shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.cta-badge {
  color: #fff;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.2;
}
.cta-badge--br {
  display: none;
}
@media (max-width: 1080px) {
  .cta-badge--br {
    display: block;
  }
}
.cta-text {
  color: #3d3a39;
  font-size: 24px;
  letter-spacing: 0.05em;
  z-index: 2;
}
.spmenu__cta-btn {
  margin: 0px auto;
  height: 80px;
  max-width: 320px;
  gap: 5px;
}
.spmenu__cta-btn .cta-badge {
  width: 56px;
  height: 52px;
  font-size: 18px;
}
.spmenu__cta-btn .cta-text {
  font-size: 22px;
}
.hero__cta-btn {
  height: 84px;
  gap: 10px;
}
.hero__cta-btn .cta-badge {
  width: 105px;
  height: 32px;
  font-size: 20px;
  letter-spacing: 1.05;
}
.hero__cta-btn .cta-text {
  font-size: 24px;
}
@media (max-width: 1080px) {
  .hero__cta-btn {
    height: 80px;
  }
  .hero__cta-btn .cta-badge {
    width: 56px;
    height: 52px;
    font-size: 18px;
  }
  .hero__cta-btn .cta-text {
    font-size: 22px;
  }
}
.flow-step__cta-btn {
  margin: 15px 0 20px;
  height: 50px;
  max-width: 280px;
  gap: 5px;
  padding-left: 5px;
}
.flow-step__cta-btn .cta-badge {
  width: 66px;
  height: 22px;
  font-size: 13px;
}
.flow-step__cta-btn .cta-text {
  font-size: 16px;
}
@media (max-width: 1080px) {
  .flow-step__cta-btn {
    height: 66px;
    max-width: 240px;
    gap: 2px;
  }
  .flow-step__cta-btn .cta-badge {
    width: 66px;
    height: 22px;
    font-size: 13px;
  }
  .flow-step__cta-btn .cta-text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .flow-step__cta-btn {
    margin: 15px auto 20px;
  }
}
.sidebar__cta-btn {
  margin: 15px auto 20px;
  height: 60px;
  max-width: 210px;
  gap: 3px;
}
.sidebar__cta-btn .cta-badge {
  width: 38px;
  height: 35px;
  font-size: 13px;
}
.sidebar__cta-btn .cta-text {
  font-size: 16px;
}
.cta__cta-btn {
  margin: 0 auto 0;
  height: 80px;
  max-width: 580px;
  gap: 8px;
}
.cta__cta-btn .cta-badge {
  width: 105px;
  height: 32px;
  font-size: 20px;
}
.cta__cta-btn .cta-text {
  font-size: 24px;
}
@media (max-width: 1080px) {
  .cta__cta-btn .cta-badge {
    width: 56px;
    height: 52px;
    font-size: 18px;
  }
  .cta__cta-btn .cta-text {
    font-size: 22px;
  }
}
.lp-company .hire-flow__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 90px 20px 40px;
  color: #3d3a39;
}
@media (max-width: 1080px) {
  .lp-company .hire-flow__inner {
    padding: 60px 20px;
  }
}
.lp-company .hire-flow__title {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 35px;
  font-weight: 700;
}
.lp-company .hire-flow__title--em {
  color: #09aba0;
}
.lp-company .hire-flow__title--lettering {
  letter-spacing: -0.3rem;
}
@media (max-width: 1080px) {
  .lp-company .hire-flow__title {
    font-size: 30px;
  }
}
.lp-company .hire-flow__list {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .lp-company .hire-flow__list {
    flex-direction: column;
    align-items: center;
  }
}
.lp-company .hire-flow-card {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-right: 6%;
  padding: 3.125rem 1.25rem 1.5625rem;
  border-radius: 10px;
  background-color: #fff;
  line-height: 1.6;
}
.lp-company .hire-flow-card:last-child {
  margin-right: 0;
}
.lp-company .hire-flow-card:last-child::after {
  display: none;
}
.lp-company .hire-flow-card::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(180%, -50%);
  display: block;
  width: 1.375rem;
  height: 1.1875rem;
  background-image: url(/img/icon/arrow-green.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .lp-company .hire-flow-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.1875rem;
    padding: 0.9375rem 1.25rem;
  }
  .lp-company .hire-flow-card::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    height: 1.375rem;
    transform: translate(-50%, 120%) rotate(90deg);
  }
}
.lp-company .hire-flow-card__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  display: block;
  height: 1em;
  line-height: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffc2;
  text-shadow:
    1px 1px 1px #777777,
    -1px 1px 1px #777777,
    1px -1px 1px #777777,
    -1px -1px 1px #777777;
}
@media (max-width: 1080px) {
  .lp-company .hire-flow-card__num {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.lp-company .hire-flow-card__body {
  writing-mode: vertical-rl;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2e9998;
}
.lp-company .hire-flow-card__body p {
  margin: 0;
}
@media (max-width: 1080px) {
  .lp-company .hire-flow-card__body {
    writing-mode: initial;
    font-size: 0.9375rem;
    text-align: center;
  }
}
.lp-company .hire-flow-card__sub {
  font-size: 0.9em;
  white-space: nowrap;
}
.lp-company .hire-flow-card__or {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-company .hire-flow-card__or-line {
  display: block;
  width: 1px;
  height: 100%;
  margin: 1rem 0;
  border-left: 1px dashed #2e9998;
}
@media (max-width: 1080px) {
  .lp-company .hire-flow-card__or-line {
    width: 100%;
    height: 1px;
    margin: 0 1rem;
    border-left: none;
    border-bottom: 1px dashed #2e9998;
  }
}
.lp-company .banner-link__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 90px 20px 40px;
  color: #3d3a39;
}
@media (max-width: 760px) {
  .lp-company .banner-link__inner {
    padding: 60px 20px;
  }
}
.lp-company .banner-link__title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}
.lp-company .banner-link__logo {
  width: 159px;
  height: 35px;
  margin-right: -5px;
}
.lp-company .banner-link__title-sm {
  font-size: 30px;
}
@media (max-width: 760px) {
  .lp-company .banner-link__title {
    font-size: 28px;
  }
  .lp-company .banner-link__title-sm {
    font-size: 25px;
  }
  .lp-company .banner-link__logo {
    width: 127px;
    height: 28px;
  }
}
.lp-company .banner-link__lead {
  margin: 36px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 760px) {
  .lp-company .banner-link__lead {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .lp-company .banner-link__lead {
    font-size: 15px;
  }
}
.lp-company .banner-link__box {
  margin-top: 16px;
  padding: 60px 25px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  row-gap: 3rem;
}
@media (max-width: 760px) {
  .lp-company .banner-link__box {
    row-gap: 5rem;
  }
}
.lp-company .banner-link__item {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1rem;
  margin: 0 auto;
}
.lp-company .banner-link__item span {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.lp-company .banner-link__item a {
  display: flex;
  align-self: center;
  justify-self: center;
  width: 100%;
  transition: filter 0.3s ease;
  border: 1px solid #eee;
}
.lp-company .banner-link__item a:hover {
  filter: brightness(0.9);
}
.lp-company .banner-link__item img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-company .banner-link__item:nth-child(1) a {
  width: 88px;
}
.lp-company .banner-link__item:nth-child(2) a {
  width: 120px;
}
.lp-company .banner-link__item:nth-child(3) a {
  width: 200px;
}
.lp-company .banner-link__item:nth-child(4) a {
  width: 234px;
}
