@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --color-font-base: #333;
  --color-white: #ffffff;
  --color-black: #111111;
  --color-blue-strong: #0d2f7d;
  --color-blue: #144aa0;
  --color-blue-accent: #1c439a;
  --color-blue-deep: #255096;
  --color-light-gray: #e8edf2;
  --color-gray-bg: #f2f2f2;
  --color-card-bg: #f1f7ff;
  --color-border-soft: #d8d8d8;
  --color-red: #b50000;
  --color-red-deep: #750000;
  --color-gold: #ab901a;
  --color-footer-text: #2e416e;
  --color-gray-text: #a1a1a1;
  --color-salary-blue: #0f4caf;
  --color-company-blue-02: #2f78a8;
  --color-company-blue-03: #343aa0;
  --color-company-blue-04: #3d3dab;
  --color-company-blue-05: #3e9f9f;
  --color-line-soft: rgba(178, 180, 224, 1);
  --color-shadow-soft: rgba(0, 0, 0, 0.05);
  --color-radial-start: rgba(224, 231, 239, 1);
  --color-radial-end: rgba(224, 231, 239, 0);
  --color-value-overlay-start: rgba(8, 13, 40, 0);
  --color-value-overlay-end: rgba(8, 13, 40, 0.9);
  --color-cta-overlay: rgba(0, 57, 140, 0.48);
  --color-bg-overlay-white: rgba(255, 255, 255, 0.8);
  --color-hero-bg-start: rgba(20, 74, 160, 0.1);
  --color-hero-bg-end: rgba(20, 74, 160, 0.05);
  --color-gold-transparent: rgba(171, 144, 26, 0);
  --color-button-shine: rgba(255, 255, 255, 0.2);
  --color-button-transparent: rgba(255, 255, 255, 0);
  --color-consultation-bg-start: rgba(242, 242, 242, 1);
  --color-consultation-bg-end: rgba(224, 224, 224, 1);
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content: 1100rem;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-mincho: "Shippori Mincho", sans-serif;
}

/*!
global > z-index
------------------------------
*/
:root {
  --z-index-default: 1;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

select {
  cursor: pointer;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: inherit;
}

tbody {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

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

img,
svg {
  width: 100%;
  height: auto;
  display: block;
}

dialog {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  color: inherit;
  border: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

iframe {
  vertical-align: bottom;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
:root {
  --base-vw: 380;
}
@media screen and (min-width: 900px) {
  :root {
    --base-vw: 1280;
  }
}

html {
  font-size: calc(100vw / var(--base-vw));
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 1px;
  }
}

body {
  line-height: 1.8;
  font-size: 16rem;
  color: var(--color-font-base);
  font-family: var(--font-family-base);
}
@media screen and (min-width: 900px) {
  body {
    font-size: 18rem;
  }
}

/*!
utility > utility
------------------------------
*/
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

/*!
component > button
------------------------------
*/
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20rem 56rem;
  border-bottom: 5rem solid var(--color-red-deep);
  background: linear-gradient(180deg, var(--color-button-shine) 0%, var(--color-button-shine) 49.038%, var(--color-button-transparent) 50%, var(--color-button-transparent) 100%), linear-gradient(90deg, var(--color-red) 0%, var(--color-red) 100%);
  color: var(--color-white);
  font-family: var(--font-family-mincho);
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  transition: scale 0.3s;
}
@media screen and (min-width: 900px) {
  .c-button {
    padding: 30rem 56rem;
    font-size: 24rem;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    scale: 1.02;
  }
}
.c-button:after {
  content: "";
  display: block;
  width: 32rem;
  aspect-ratio: 1;
  mask-image: url("../img/icon-arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  right: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-white);
}
@media screen and (min-width: 900px) {
  .c-button:after {
    width: 41rem;
  }
}

/*!
component > fixed-button
------------------------------
*/
.c-fixed-button {
  --x: 6rem;
  position: fixed;
  bottom: var(--x);
  right: var(--x);
  width: calc(100% - var(--x) * 2);
  background-color: var(--color-white);
  padding: 20rem;
  z-index: 100;
  padding: 8rem 8rem 8rem 16rem;
  display: grid;
  grid-template-columns: 1fr 39%;
  align-items: center;
  gap: 9rem;
  color: var(--color-white);
  background-image: url(../img/fixed-cta-bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.c-fixed-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .c-fixed-button {
    width: 728rem;
    grid-template-columns: 1fr 306rem;
    gap: 20rem;
    padding: 18rem 38rem;
  }
}

.c-fixed-button-title {
  text-align: center;
  font-family: var(--font-family-mincho);
  font-size: 13rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: linear-gradient(90deg, transparent 0%, #907813 10%, #907813 90%, transparent 100%);
}
@media screen and (min-width: 900px) {
  .c-fixed-button-title {
    font-size: 18rem;
    padding: 4rem 0;
  }
}

.c-fixed-button-copy {
  text-align: center;
  font-family: var(--font-family-mincho);
  font-size: 13rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-top: 4rem;
}
@media screen and (min-width: 900px) {
  .c-fixed-button-copy {
    font-size: 20rem;
  }
}
.c-fixed-button-copy > span {
  display: block;
}

.c-fixed-button-copy-salary {
  font-size: 16rem;
}
@media screen and (min-width: 900px) {
  .c-fixed-button-copy-salary {
    font-size: 28rem;
  }
}

.c-fixed-button-button {
  padding: 8rem 12rem 11rem 12rem;
  font-size: 14rem;
}
@media screen and (min-width: 900px) {
  .c-fixed-button-button {
    font-size: 20rem;
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
.c-fixed-button-button > span > span {
  display: block;
}
@media screen and (min-width: 900px) {
  .c-fixed-button-button > span > span {
    display: inline;
  }
}
.c-fixed-button-button::after {
  display: none;
}
@media screen and (min-width: 900px) {
  .c-fixed-button-button::after {
    display: block;
    width: 30rem;
    right: 0;
  }
}

/*!
component > title
------------------------------
*/
.c-title {
  color: var(--color-black);
  font-family: var(--font-family-mincho);
  font-size: 24rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8rem;
}
@media screen and (min-width: 900px) {
  .c-title {
    font-size: 32rem;
  }
}
.c-title span {
  display: block;
}
@media screen and (min-width: 900px) {
  .c-title span {
    display: inline;
  }
}

.c-title-en {
  color: var(--color-gold);
  font-family: var(--font-family-mincho);
  font-size: 13rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5em;
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: min(92%, var(--width-content));
  margin-inline: auto;
}

/*!
layout > header
------------------------------
*/
.l-header-logo {
  position: absolute;
  top: 18rem;
  left: 20rem;
  width: 124rem;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .l-header-logo {
    top: 28rem;
    left: 32rem;
    width: 140rem;
  }
}

/*!
layout > footer
------------------------------
*/
.l-footer {
  padding: 15px 0;
}
@media screen and (min-width: 900px) {
  .l-footer {
    padding: 20px 0;
  }
}

.l-footer-inner {
  display: grid;
  gap: 10rem;
}
@media screen and (min-width: 900px) {
  .l-footer-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24rem;
  }
}

.l-footer-privacy-mark {
  display: grid;
  grid-template-columns: 51rem 1fr;
  gap: 15rem;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .l-footer-privacy-mark {
    grid-template-columns: 70rem 1fr;
    gap: 25rem;
  }
}

.l-footer-privacy-mark-text {
  color: var(--color-footer-text);
  font-size: 12rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 900px) {
  .l-footer-privacy-mark-text {
    font-size: 14rem;
  }
}

.l-footer-copyright {
  color: var(--color-footer-text);
  font-size: 12rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .l-footer-copyright {
    font-size: 14rem;
    text-align: right;
  }
}

/*!
page > top-main
------------------------------
*/
.top-main {
  background: var(--color-white);
}

/*!
page > top-hero
------------------------------
*/
.top-hero {
  position: relative;
  background-image: url(../img/kv-bg-sp.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 900px) {
  .top-hero {
    background-image: url(../img/kv-bg.jpg);
  }
}

.top-hero-inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 32rem 0;
}
@media screen and (min-width: 900px) {
  .top-hero-inner {
    display: block;
    position: relative;
    padding: 100rem 0 80rem;
  }
}

.top-hero-text-area {
  margin-top: -48rem;
}
@media screen and (min-width: 900px) {
  .top-hero-text-area {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
}

.top-hero-text {
  padding: 6rem 24rem;
  background: linear-gradient(90deg, transparent 0%, #907813 10%, #907813 90%, transparent 100%);
  color: var(--color-white);
  font-family: var(--font-family-mincho);
  font-size: 16rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .top-hero-text {
    font-size: 20rem;
    width: fit-content;
  }
}

.top-hero-text02 {
  font-family: var(--font-family-mincho);
  font-size: 32rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 14rem;
}
.top-hero-text02 * {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .top-hero-text02 {
    font-size: 46rem;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  .top-hero-text02 .sp {
    display: none;
  }
}
.top-hero-text02 .pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .top-hero-text02 .pc {
    display: block;
  }
}
.top-hero-text02 span {
  color: var(--color-blue-accent);
}
@media screen and (min-width: 900px) {
  .top-hero-text02 span {
    font-size: 50rem;
  }
}

.top-hero-button {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  max-width: 530rem;
  margin-top: 16rem;
  padding: 16rem 8rem;
}
@media screen and (min-width: 900px) {
  .top-hero-button {
    margin-top: 25rem;
    padding: 20rem 8rem;
    margin-left: 26rem;
  }
}
.top-hero-button span:nth-child(1) {
  font-size: 11rem;
  font-family: var(--font-family-base);
}
@media screen and (min-width: 900px) {
  .top-hero-button span:nth-child(1) {
    font-size: 17rem;
  }
}
.top-hero-button span:nth-child(2) {
  font-size: 20rem;
}
@media screen and (min-width: 900px) {
  .top-hero-button span:nth-child(2) {
    font-size: 24rem;
  }
}

@media screen and (min-width: 900px) {
  .top-hero-img {
    position: absolute;
    bottom: 0;
    right: 30rem;
    width: 466rem;
  }
}
.top-hero-img img {
  aspect-ratio: 987/843;
  object-fit: cover;
}
@media screen and (min-width: 900px) {
  .top-hero-img img {
    aspect-ratio: 932/948;
  }
}

/*!
page > top-company-inline
------------------------------
*/
.top-company-inline {
  background: var(--color-blue-strong);
  padding-block: 24rem;
  color: var(--color-white);
}
@media screen and (min-width: 900px) {
  .top-company-inline {
    padding-block: 21rem;
  }
}

@media screen and (min-width: 900px) {
  .top-company-inline-inner {
    display: grid;
    grid-template-columns: auto 590rem;
    width: fit-content;
    margin-inline: auto;
    align-items: center;
  }
}

.top-company-inline-title {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .top-company-inline-title {
    font-size: 24rem;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
.top-company-inline-title::after {
  content: "";
  display: block;
  background: var(--color-line-soft);
  width: 66rem;
  height: 1rem;
  margin-block: 12rem;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .top-company-inline-title::after {
    width: 1rem;
    height: 66rem;
    margin-block: 0;
    margin-inline: 28rem;
  }
}

.top-company-inline-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .top-company-inline-list {
    font-size: 20rem;
  }
}
.top-company-inline-list li:not(:last-child)::after {
  content: " / ";
  display: inline-block;
  margin-inline: 4rem;
}

/*!
page > top-question
------------------------------
*/
.top-question {
  padding: 56rem 0;
}
@media screen and (min-width: 900px) {
  .top-question {
    padding: 64rem 0 80rem;
  }
}

.top-question-list {
  display: grid;
  gap: 12rem;
  margin-top: 42rem;
}
@media screen and (min-width: 900px) {
  .top-question-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-question-item {
  padding: 20rem 24rem;
  background: radial-gradient(ellipse farthest-side, rgb(224, 231, 239) 0%, rgba(224, 231, 239, 0.42) 90%, rgba(224, 231, 239, 0) 100%);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .top-question-item {
    padding: 32rem 24rem;
  }
}
.top-question-item span {
  display: block;
}

/*!
page > top-value
------------------------------
*/
.top-value {
  padding: 56rem 0;
  background: var(--color-blue);
  position: relative;
  background-image: url(../img/value-section-bg-sp.png);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 900px) {
  .top-value {
    padding: 72rem 0 80rem;
    background-image: url(../img/value-section-bg.png);
  }
}
.top-value:before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 197rem;
  height: 36rem;
  background-image: url("../img/icon-arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top-value-title-en {
  color: #eacd4a;
}

.top-value-title {
  color: var(--color-white);
}
.top-value-title span {
  color: #eacd4a;
}

.top-value-list {
  display: grid;
  gap: 12rem;
  margin-top: 32rem;
}
@media screen and (min-width: 900px) {
  .top-value-list {
    margin-top: 40rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-value-item {
  position: relative;
  height: 125rem;
  padding: 8rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--color-white);
  font-family: var(--font-family-mincho);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 900px) {
  .top-value-item {
    padding: 16rem 22rem;
    height: 400rem;
  }
}
.top-value-item:nth-child(1) {
  background-image: url(../img/value-bg-sp.jpg);
}
@media screen and (min-width: 900px) {
  .top-value-item:nth-child(1) {
    background-image: url(../img/value-bg.jpg);
  }
}
.top-value-item:nth-child(2) {
  background-image: url(../img/value-bg-sp02.jpg);
}
@media screen and (min-width: 900px) {
  .top-value-item:nth-child(2) {
    background-image: url(../img/value-bg02.jpg);
  }
}
.top-value-item:nth-child(3) {
  background-image: url(../img/value-bg-sp03.jpg);
}
@media screen and (min-width: 900px) {
  .top-value-item:nth-child(3) {
    background-image: url(../img/value-bg03.jpg);
  }
}

.top-value-item-number {
  position: absolute;
  top: -4rem;
  left: -8rem;
  font-size: 40rem;
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .top-value-item-number {
    font-size: 66rem;
    top: -8rem;
    left: -12rem;
  }
}

.top-value-item-title {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 900px) {
  .top-value-item-title {
    font-size: 20rem;
  }
}
.top-value-item-title span {
  display: block;
}

/*!
page > top-cta
------------------------------
*/
.top-cta {
  display: grid;
  justify-items: center;
  gap: 16rem;
  padding: 32rem 0;
  background-image: url(../img/cta-bg-sp.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 900px) {
  .top-cta {
    padding: 40rem 0;
    background-image: url(../img/cta-bg.jpg);
  }
}

.top-cta-copy {
  color: var(--color-white);
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .top-cta-copy {
    font-size: 22rem;
  }
}
.top-cta-copy > span {
  display: block;
}
@media screen and (min-width: 900px) {
  .top-cta-copy > span {
    display: inline;
  }
}
.top-cta-copy > span > span {
  display: none;
}
@media screen and (min-width: 900px) {
  .top-cta-copy > span > span {
    display: inline;
  }
}

.top-cta-button {
  width: 335rem;
}
@media screen and (min-width: 900px) {
  .top-cta-button {
    width: 535rem;
  }
}

/*!
page > top-job-categories
------------------------------
*/
.top-job-categories {
  padding: 56rem 0;
  background: var(--color-light-gray);
}
@media screen and (min-width: 900px) {
  .top-job-categories {
    padding: 64rem 0 80rem;
  }
}

.top-job-categories-list {
  display: grid;
  gap: 12rem;
  margin-top: 32rem;
}
@media screen and (min-width: 900px) {
  .top-job-categories-list {
    margin-top: 40rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-job-categories-item {
  display: grid;
  grid-template-columns: 48rem 1fr;
  gap: 12rem;
  align-items: center;
  padding: 8rem;
  background: var(--color-white);
  box-shadow: 0 4rem 20rem var(--color-shadow-soft);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .top-job-categories-item {
    grid-template-columns: 68rem 1fr;
  }
}
.top-job-categories-item::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
}
.top-job-categories-item.--job-category-01:before {
  background-image: url("../img/job-category.jpg");
}
.top-job-categories-item.--job-category-02:before {
  background-image: url("../img/job-category02.jpg");
}
.top-job-categories-item.--job-category-03:before {
  background-image: url("../img/job-category03.jpg");
}
.top-job-categories-item.--job-category-04:before {
  background-image: url("../img/job-category04.jpg");
}
.top-job-categories-item.--job-category-05:before {
  background-image: url("../img/job-category05.jpg");
}
.top-job-categories-item.--job-category-06:before {
  background-image: url("../img/job-category06.jpg");
}
.top-job-categories-item.--job-category-07:before {
  background-image: url("../img/job-category07.jpg");
}
.top-job-categories-item.--job-category-08:before {
  background-image: url("../img/job-category08.jpg");
}
.top-job-categories-item.--job-category-09:before {
  background-image: url("../img/job-category09.jpg");
}

/*!
page > top-client-companies
------------------------------
*/
.top-client-companies {
  padding: 56rem 0;
  background-image: url(../img/companies-bg-sp.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 900px) {
  .top-client-companies {
    padding: 64rem 0 80rem;
    background-image: url(../img/companies-bg.jpg);
  }
}

.top-client-companies-list {
  display: grid;
  gap: 12rem;
  margin-top: 32rem;
}
@media screen and (min-width: 900px) {
  .top-client-companies-list {
    margin-top: 40rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.top-client-company-card {
  --top-client-company-color: var(--color-blue-deep);
  background: var(--color-white);
  box-shadow: 0 4rem 20rem var(--color-shadow-soft);
}

.top-client-company-card:nth-child(2n) {
  --top-client-company-color: var(--color-company-blue-02);
}

.top-client-company-card:nth-child(3) {
  --top-client-company-color: var(--color-company-blue-03);
}

.top-client-company-card:nth-child(5) {
  --top-client-company-color: var(--color-company-blue-04);
}

.top-client-company-card:nth-child(6) {
  --top-client-company-color: var(--color-company-blue-05);
}

.top-client-company-title {
  padding: 11rem 16rem;
  background: var(--top-client-company-color);
  color: var(--color-white);
  font-size: 18rem;
  font-weight: 600;
  line-height: 1.5;
  height: 64rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .top-client-company-title {
    height: 74rem;
  }
}
.top-client-company-title::after {
  content: "";
  display: block;
  width: 83rem;
  height: 75rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-client-company-title.--01::after {
  background-image: url("../img/icon-companies.svg");
}
.top-client-company-title.--02::after {
  background-image: url("../img/icon-companies02.svg");
}
.top-client-company-title.--03::after {
  background-image: url("../img/icon-companies03.svg");
}
.top-client-company-title.--04::after {
  background-image: url("../img/icon-companies04.svg");
}
.top-client-company-title.--05::after {
  background-image: url("../img/icon-companies05.svg");
}
.top-client-company-title.--06::after {
  background-image: url("../img/icon-companies06.svg");
}

.top-client-company-text {
  padding: 12rem 16rem;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  .top-client-company-text {
    padding: 16rem 24rem;
    font-size: 15rem;
  }
}
.top-client-company-text ul {
  display: flex;
  flex-wrap: wrap;
}
.top-client-company-text li:not(:last-child)::after {
  content: "、";
}

/*!
page > top-job-openings
------------------------------
*/
.top-job-openings {
  padding: 56rem 0;
  background: var(--color-light-gray);
}
@media screen and (min-width: 900px) {
  .top-job-openings {
    padding: 64rem 0 80rem;
  }
}

.top-job-openings-list {
  display: grid;
  gap: 12rem;
  margin-top: 32rem;
}
@media screen and (min-width: 900px) {
  .top-job-openings-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40rem;
  }
}

.top-job-openings-item {
  padding: 20rem;
  background: var(--color-white);
  box-shadow: 0 4rem 20rem var(--color-shadow-soft);
  text-align: center;
}

.top-job-openings-company {
  font-size: 18rem;
  font-weight: 600;
  line-height: 1.7;
}

.top-job-openings-position {
  color: var(--color-gray-text);
  font-size: 14rem;
  font-weight: 600;
  line-height: 1.7;
}

.top-job-openings-salary {
  margin-top: 8rem;
  padding: 6rem;
  background: var(--color-card-bg);
  font-family: var(--font-family-mincho);
  font-size: 14rem;
  font-weight: 600;
  line-height: 1.7;
}
.top-job-openings-salary span {
  color: var(--color-salary-blue);
  font-family: var(--font-family-mincho);
  font-size: 30rem;
  font-weight: 700;
}

.top-job-openings-note {
  font-size: 14rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 32rem;
}
@media screen and (min-width: 900px) {
  .top-job-openings-note {
    margin-top: 40rem;
  }
}
.top-job-openings-note span {
  display: block;
}

/*!
page > top-track-record
------------------------------
*/
.top-track-record {
  padding: 56rem 0;
  background-color: #e8edf2;
  position: relative;
}
.top-track-record::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 492rem;
  background-color: #144aa0;
  background-image: url(../img/track-record-bg-sp.png);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 900px) {
  .top-track-record::before {
    background-image: url(../img/track-record-bg-pc.png);
  }
}
@media screen and (min-width: 900px) {
  .top-track-record {
    padding: 56rem 0 80rem;
  }
}
.top-track-record > * {
  position: relative;
  z-index: 1;
}

.top-track-record-lead {
  color: #eacd4a;
}

.top-track-record-copy {
  color: var(--color-white);
  font-family: var(--font-family-mincho);
  font-size: 15rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 12rem;
}
@media screen and (min-width: 900px) {
  .top-track-record-copy {
    font-size: 20rem;
  }
}

.top-track-record-title {
  color: var(--color-white);
  margin-top: 4rem;
}

.top-track-record-description {
  color: var(--color-white);
  font-size: 16rem;
  line-height: 1.7;
  margin-top: 24rem;
}
@media screen and (min-width: 900px) {
  .top-track-record-description {
    text-align: center;
  }
}
.top-track-record-description span {
  display: block;
}

.top-track-record-sub-note {
  color: var(--color-white);
  font-size: 14rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 24rem;
}

.top-track-record-panel {
  margin-top: 48rem;
  display: grid;
  gap: 24rem;
  padding: 32rem 20rem;
  background: var(--color-white);
}
@media screen and (min-width: 900px) {
  .top-track-record-panel {
    padding: 40rem;
  }
}

.top-track-record-group {
  display: grid;
  gap: 12rem;
}

.top-track-record-group-title {
  padding: 4rem 12rem;
  background: var(--color-blue-deep);
  color: var(--color-white);
  font-size: 18rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .top-track-record-group-title {
    padding: 4rem 24rem;
    font-size: 20rem;
  }
}

.top-track-record-list {
  display: grid;
  gap: 12rem;
}
@media screen and (min-width: 900px) {
  .top-track-record-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top-track-record-item {
  padding: 10rem 12rem;
  background: var(--color-card-bg);
  display: grid;
  grid-template-columns: 50rem 1fr;
  gap: 7rem 19rem;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .top-track-record-item {
    padding: 12px 16px;
    grid-template-columns: 75rem 188rem 1fr;
    gap: 8rem;
  }
}

.top-track-record-item-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  grid-column: 1/2;
}

.top-track-record-item-icon {
  width: 40rem;
}
@media screen and (min-width: 900px) {
  .top-track-record-item-icon {
    width: 53rem;
  }
}

.top-track-record-item-age {
  color: #222;
  text-align: center;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .top-track-record-item-age {
    font-size: 12rem;
  }
}

.top-track-record-item-company-group {
  grid-column: 2/3;
}
@media screen and (min-width: 900px) {
  .top-track-record-item-company-group {
    text-align: center;
  }
}

.top-track-record-item-company {
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .top-track-record-item-company {
    font-size: 18rem;
  }
}

.top-track-record-item-position {
  color: #a0a0a0;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .top-track-record-item-position {
    font-size: 15rem;
  }
}

.top-track-record-item-salary {
  font-size: 16rem;
  font-weight: 600;
  line-height: 1.5;
  grid-column: 1/-1;
  padding: 2rem;
  background-color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 900px) {
  .top-track-record-item-salary {
    grid-column: 3/4;
    background-color: transparent;
    padding: 0;
  }
}
.top-track-record-item-salary span {
  color: #0f4caf;
  font-family: var(--font-family-mincho);
  font-size: 30rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .top-track-record-item-salary span {
    font-size: 36rem;
  }
}
.top-track-record-item-salary:after {
  content: "";
  display: inline-block;
  margin-left: 4rem;
  width: 28rem;
  aspect-ratio: 1;
  background-image: url(../img/icon-arrow03.svg);
  background-size: cover;
  background-position: center;
}

.top-track-record-note {
  font-size: 14rem;
  line-height: 1.5;
  text-align: center;
}

/*!
page > top-consultation
------------------------------
*/
.top-consultation {
  padding: 56rem 0;
  background: var(--color-gray-bg);
}
@media screen and (min-width: 900px) {
  .top-consultation {
    padding: 80rem 0;
  }
}

.top-consultation-description {
  font-size: 16rem;
  line-height: 1.7;
  margin-top: 24rem;
}
@media screen and (min-width: 900px) {
  .top-consultation-description {
    text-align: center;
  }
}

.top-consultation-form {
  padding: 24rem 20rem;
  background: var(--color-white);
  margin-top: 35rem;
}
@media screen and (min-width: 900px) {
  .top-consultation-form {
    padding: 64rem 40rem 56rem;
  }
}

.top-consultation-form-contents {
  max-width: 700rem;
  margin-inline: auto;
}/*# sourceMappingURL=style.css.map */