@charset "UTF-8";
/*------------------------------
カラー
------------------------------*/
/*------------------------------
width / height / margin /
------------------------------*/
/*------------------------------
フォントサイズ
------------------------------*/
/*------------------------------
letter-spacing
------------------------------*/
/*------------------------------
line-height
------------------------------*/
/*------------------------------
レスポンシブ
------------------------------*/
/* 374px以下  SPデザイン以下 */
/* 〜767px SPデザイン */
/* 768px〜 PCデザイン */
/* 768px〜1100px  タブレットのみ */
/* 1100px以上  PCコンテンツ幅以上 */
/*------------------------------
component > title
------------------------------*/
.c-title-container {
  display: flex;
  align-items: center;
}
.c-title-container p {
  font-size: 4vw;
  margin-left: 2rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-title-container p {
    font-size: clamp(16px, 2.4vw, 2rem);
    margin-left: 3rem;
  }
}

.c-title {
  font-size: 10.666vw;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.1em;
  color: #282828;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: clamp(50px, 5vw, 7rem);
  }
}
.c-title span {
  color: #9E3EB2;
}

.c-title-underline {
  font-size: clamp(26px, 4.6vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  color: #282828;
  line-height: 1.6;
}
.c-title-underline::before {
  position: absolute;
  content: "";
  width: 5.2rem;
  height: 0.6rem;
  background: #9E3EB2;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-title-right {
  justify-content: flex-end;
}

.c-text-s {
  font-size: 1.4rem;
}

.c-text-m {
  font-size: 1.6rem;
}

.c-text-l {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .c-text-l {
    font-size: 2rem;
  }
}

.c-button a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #593660;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: 0.3s;
  white-space: nowrap;
}
.c-button a:hover {
  filter: brightness(1.1);
}
.c-button a:hover img {
  margin-right: -0.5rem;
}
.c-button a img {
  display: block;
  margin-left: 2rem;
  transition: 0.3s;
}

.c-button-border img {
  max-width: 6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-button-border img {
    max-width: 5rem;
  }
}

.c-button-purple img {
  max-width: 5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-button-purple img {
    max-width: 4rem;
  }
}

.top-recruit-link .c-button-purple img {
  transition: 0.3s;
}

.top-recruit-link a:hover .c-button-purple img {
  margin-right: -0.5rem;
}

.submit-button input {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9E3EB2;
  color: #fff;
  font-weight: 500;
  height: 5.6rem;
  width: 100%;
  max-width: 30rem;
  border-radius: 4.5rem;
  border: solid 0.1rem #9E3EB2;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .submit-button input {
    max-width: 34rem;
    height: 6.4rem;
  }
}
.submit-button input:hover {
  background: #fff;
  color: #9E3EB2;
}

.c-breadcrumb {
  margin-top: 4rem;
}
.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb ul li {
  letter-spacing: 0.025em;
  font-size: clamp(12px, 1.5vw, 1.4rem);
  padding: 0 1.6rem;
  font-weight: 500;
}
.c-breadcrumb ul li a {
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}
.c-breadcrumb ul li a:hover {
  color: #9E3EB2;
  text-decoration: underline;
}
.c-breadcrumb ul li:nth-child(n+2) {
  position: relative;
}
.c-breadcrumb ul li:nth-child(n+2)::before {
  content: ">";
  position: absolute;
  left: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.c-breadcrumb.l-container {
  padding-left: 0;
}

/*------------------------------
foundation > base
------------------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
    margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* input */
input {
  /* inputの枠線を消す */
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

select {
  /* 右端の▼を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

/*------------------------------
layout > header
------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}

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

@media screen and (min-width: 768px) and (max-width: 1299px) {
  .header-nav-lists {
    display: flex;
    align-items: center;
    gap: 3rem;
    background: #fff;
    padding: 1.1rem 2.4rem;
    border-radius: 4rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .header-nav-lists {
    display: flex;
    align-items: center;
    gap: 5.5rem;
    background: #fff;
    padding: 1.1rem 5rem;
    border-radius: 4rem;
    margin-right: 4rem;
  }
}

.header-logo {
  width: 22%;
  max-width: 16rem;
}
.header-logo img {
  border-radius: 0 0 1.6rem 0;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 14%;
    min-width: 16rem;
  }
}

.header-nav-list a {
  font-family: "Heebo", sans-serif;
  font-size: clamp(15px, 1vw, 1.6rem);
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.2em;
  transition: 0.3s;
}
.header-nav-list a:hover {
  color: #9E3EB2;
}

/* ===============================================
スマホメニュー
=============================================== */
@media screen and (max-width: 767px) {
  .drawer-menu {
    display: block;
    position: fixed;
    z-index: 22;
    right: 2rem;
    top: 1rem;
    width: 4rem;
    height: 6rem;
    cursor: pointer;
    text-align: center;
    transition: all 0.4s;
  }
  .drawer-menu::after {
    position: absolute;
    left: 0;
    top: 3.4rem;
    content: "MENU";
    display: block;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    color: #333333;
  }
  .drawer-menu span {
    display: block;
    position: absolute;
    height: 2px;
    left: 6px;
    background-color: #333333;
    transition: 0.3s ease-in-out;
  }
  .drawer-menu span:nth-child(1) {
    top: 2rem;
    width: 3rem;
  }
  .drawer-menu span:nth-child(2) {
    top: 3rem;
    width: 3rem;
  }
  .drawer-menu.active::after {
    content: "CLOSE";
  }
  /* ナビ開いてる時 */
  .drawer-menu.active span:nth-child(1) {
    transform: rotate(-30deg);
    top: 2.2rem;
    background-color: #333333;
  }
  .drawer-menu.active span:nth-child(2) {
    transform: rotate(30deg);
    top: 2.2rem;
    background-color: #333333;
  }
  /* ナビメニュー内 */
  .header-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: min(80%, 50rem);
    color: #333333;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(100%);
    transition: all 0.6s;
    height: auto;
    visibility: hidden;
    overflow-y: scroll;
    padding: 8.5rem 2rem 4rem;
  }
  .header-nav ul {
    margin: 0 auto;
    width: 100%;
  }
  .header-nav-lists {
    list-style-type: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-nav-lists:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .header-nav-list {
    padding: 1.5rem 0;
    position: relative;
  }
  .header-nav-list a {
    display: block;
    width: 100%;
  }
  /* ハンバーガーメニュー押してactiveクラスを付いたら表示する */
  .header-nav.active {
    transform: translateX(0%);
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .header-nav-child-lists {
    background: rgba(255, 255, 255, 0.95);
  }
}
.header-nav-child-list a {
  position: relative;
}
.header-nav-child-list a::before {
  position: absolute;
  content: "-";
  left: -0.8rem;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.has-child {
  position: relative;
}

/*ナビゲーションのリンク設定*/
.has-child li a {
  display: block;
  transition: all 0.3s;
  padding: 1.5rem 0;
  font-weight: bold;
  font-size: 1.3rem;
}

.has-child li a:hover {
  color: #9E3EB2;
}

/*==矢印の設定*/
@media screen and (max-width: 767px) {
  nav ul li.has-child::before {
    content: "";
    position: absolute;
    right: -1.2rem;
    top: 1rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #9E3EB2;
    border-right: 2px solid #9E3EB2;
    transform: rotate(135deg);
  }
}
/*下の階層を持っているulの指定*/
.header-nav-child-lists {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: -2rem;
  top: 32px;
  z-index: 4;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .header-nav-child-lists {
    padding-bottom: 0;
    padding: 1.5rem 0 0 2rem;
  }
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav li.has-child ul,
nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
  }
  /*矢印の位置と向き*/
  nav ul li.has-child::before {
    right: 1rem;
  }
  nav ul ul li.has-child::before {
    transform: rotate(135deg);
    right: 1rem;
  }
  nav ul li.has-child.active::before {
    transform: rotate(-45deg);
  }
}
/*------------------------------
layout > container
------------------------------*/
.l-container {
  width: 100%;
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-container-m {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-container-s {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-section {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 8rem 0;
  }
}

.l-section-l {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .l-section-l {
    padding: 10rem 0;
  }
}

.l-section-bg-aurora {
  background: url(../../assets/img/bg-aurora.jpg) center/cover no-repeat;
}

.l-section-sub-hero {
  position: relative;
  width: 100%;
  height: 27.777vw;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40rem;
  overflow: hidden;
}

.l-section-bg-hero {
  background: url(../../assets/img/bg-gray.jpg) right/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .l-section-bg-hero {
    background: url(../../assets/img/bg-gray-sp.jpg) center/cover no-repeat;
  }
}

.l-section-bg-recruit {
  background: url(../../assets/img/recruit-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .l-section-bg-recruit {
    background: url(../../assets/img/recruit-bg-sp.jpg) center/cover no-repeat;
  }
}

.l-section-bg-service {
  background: url(../../assets/img/service-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .l-section-bg-service {
    background: url(../../assets/img/service-bg-sp.png) center/cover no-repeat;
  }
}

.l-section-bg-gray {
  background: #F7F7F7;
}

@media screen and (min-width: 768px) {
  .l-box-two {
    display: flex;
    align-items: center;
  }
}

.l-box-two02 {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-box-two-bw {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-box-two-center {
    display: flex;
    align-items: center;
  }
}

/* ===============================================
 お問い合わせ
=============================================== */
.l-cta {
  position: relative;
  overflow: hidden;
}
.l-cta:before {
  position: absolute;
  content: "";
  top: 2rem;
  right: -6rem;
  width: 26.45833vw;
  height: 25.5555vw;
  background: url(../../assets/img/bg-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-cta:before {
    width: 52.9166vw;
    height: 51.111vw;
  }
}
.l-cta:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -8rem;
  width: 26.45833vw;
  height: 25.5555vw;
  background: url(../../assets/img/bg-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-cta:after {
    width: 52.9166vw;
    height: 51.111vw;
  }
}

.contact-title-ja {
  margin-top: 1rem;
}

.contact-message {
  margin-top: 4rem;
  text-align: center;
  line-height: 2.2;
}

.c-button-l {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-button-l {
    margin-top: 6rem;
  }
}
.c-button-l a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9E3EB2;
  color: #fff;
  font-weight: 500;
  height: 5.6rem;
  width: 100%;
  max-width: 30rem;
  border-radius: 4.5rem;
  border: solid 0.1rem #9E3EB2;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button-l a {
    max-width: 34rem;
    height: 6.4rem;
  }
}
.c-button-l a:hover {
  background: #fff;
  color: #9E3EB2;
}
.c-button-l a img {
  max-width: 2rem;
  margin-left: 1.3rem;
}

.footer {
  background: #333333;
  padding: 6rem 0 5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 10rem 0 9rem;
  }
}
.footer a {
  transition: 0.3s;
}
.footer a:hover {
  color: #9E3EB2;
}

.footer-top {
  padding-bottom: 4rem;
  border-bottom: solid 0.1rem #fff;
}
@media screen and (min-width: 1100px) {
  .footer-top {
    display: flex;
    justify-content: space-between;
  }
}

.footer-logo img {
  max-width: 10rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    max-width: 13rem;
  }
}

.company-name-ja {
  display: block;
  font-size: clamp(17px, 2vw, 1.8rem);
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .company-name-ja {
    margin-top: 2rem;
  }
}

.footer-access dd {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-access dd {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
  }
}

.privacy-link a {
  font-size: 1.2rem;
}

.footer-nav-text {
  font-family: "Heebo", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

.footer-nav-list-child {
  margin-top: 1.2rem;
}

.footer-nav-list-child-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  position: relative;
  padding-left: 1.4rem;
}
.footer-nav-list-child-item a::before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.footer-nav-list-child-item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-list-child-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.footer-bottom {
  margin-top: 2rem;
  font-size: clamp(13px, 2vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    margin-top: 4rem;
  }
}
.footer-bottom small {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}

@media (max-width: 1099px) {
  .footer-nav-lists {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-list:nth-child(n+2) {
    margin-top: 3rem;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .footer-bottom small {
    text-align: center;
    font-size: 1rem;
  }
  .footer-bottom p {
    text-align: right;
    font-size: 1.2rem;
  }
}
.mv {
  position: relative;
  background: url(../../assets/img/top/mv-bg.jpg) top left/cover no-repeat;
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 62rem;
}

.mv-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45vw;
}
@media screen and (min-width: 768px) {
  .mv-image {
    width: 52vw;
  }
}
.mv-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-message {
  margin-left: clamp(20px, 4vw, 11rem);
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.mv-message h2 {
  font-size: 9.44vw;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #282828;
}
@media screen and (max-width: 767px) {
  .mv-message h2 {
    margin-top: 2rem;
    text-shadow: 1px 1px 2px #FFF;
  }
}
@media screen and (min-width: 768px) {
  .mv-message h2 {
    font-size: 5vw;
  }
}
.mv-message p {
  margin-top: 3rem;
  font-size: clamp(15px, 3vw, 2rem);
  line-height: 2;
  text-shadow: 0px 0px 1px #FFF;
}
@media screen and (max-width: 767px) {
  .mv-message p {
    font-weight: 500;
  }
}

/*-- 流れるテキスト --*/
.mv-text-line {
  font-size: clamp(40px, 5vw, 9rem);
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  line-height: 1.18;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 2rem;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.loop-ul {
  display: flex;
  white-space: nowrap;
  line-height: 1;
}
.loop-ul.left {
  top: 0;
}
.loop-ul.left .loop-li {
  -webkit-animation-name: slide_left;
          animation-name: slide_left;
}
.loop-ul.right {
  bottom: 0;
}
.loop-ul.right .loop-li {
  -webkit-animation-name: slide_right;
          animation-name: slide_right;
}
.loop-ul .loop-li {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-duration: 120000ms;
          animation-duration: 120000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: transform;
  margin-left: 0.5em;
}

@-webkit-keyframes slide_left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slide_left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
/* ===============================================
 ミッション
=============================================== */
.top-mission-message {
  margin-top: 4rem;
  gap: 2rem;
}
.top-mission-message p {
  font-size: clamp(16px, 2vw, 1.8rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-mission-message .c-button-border {
    margin-top: 3rem;
  }
  .top-mission-message .c-button-border a {
    justify-content: flex-end;
  }
}

.top-mission-list img {
  max-width: 21rem;
  flex: 0 0 21rem;
}

.top-mission-lists {
  margin-top: 4rem;
  padding: 3rem 0 3rem 2rem;
  position: relative;
}
.top-mission-lists::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 100%;
  background: linear-gradient(to bottom, #9E3EB2, #e1e1e1);
  /* 上半分を紫、下半分を青 */
}
@media screen and (min-width: 768px) {
  .top-mission-lists {
    padding: 3rem 6rem;
  }
}

.top-mission-list p {
  flex: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .top-mission-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top-mission-list:nth-child(even) img {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .top-mission-list:nth-child(odd) img {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top-mission-list:nth-child(n+2) {
    margin-top: 6rem;
  }
  .top-mission-list {
    text-align: center;
  }
  .top-mission-list p {
    margin-top: 2rem;
    text-align: left;
  }
}
.top-mission-list-value {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}

/* ===============================================
 サービス
=============================================== */
.top-service {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .top-service .c-title-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-service .c-title-container p {
    margin-left: 0;
  }
}
.top-service::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10rem;
  width: 22.5vw;
  height: 31.76vw;
  background: url(../../assets/img/circle-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-service::before {
    width: 45vw;
    height: 63.52vw;
  }
}
.top-service::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 33.3333vw;
  background: url(../../assets/img/top/service-bg.jpg) top left/cover no-repeat;
  z-index: -1;
}

/*左と右を囲う全体のエリア*/
.top-service-wrap {
  gap: 12rem;
}
@media screen and (max-width: 767px) {
  .top-service-wrap {
    display: flex;
    gap: 6rem;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .top-service-wrap {
    gap: 6rem;
  }
}
.top-service-wrap #fixed-area {
  width: 100%;
}
.top-service-wrap #fixed-area .service-message {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .top-service-wrap #fixed-area {
    position: -webkit-sticky;
    position: sticky;
    top: 12rem;
    height: 30vh;
  }
}

.top-service-list:nth-child(n+2) {
  margin-top: 6rem;
}

.top-service-list figcaption {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
.top-service-list p {
  padding: 1.5rem 0;
}
.top-service-list .c-button-purple a {
  justify-content: flex-end;
}

.top-service-list figure img {
  border-radius: 1rem;
}

.service-number {
  display: block;
  color: #9E3EB2;
  font-family: "Heebo", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin-top: -2rem;
}

/* ===============================================
 会社概要
=============================================== */
.top-company-images {
  margin-top: 4rem;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity-wrap {
  display: flex;
  gap: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .scroll-infinity-wrap {
    gap: 4rem;
  }
}

.scroll-infinity-lists {
  display: flex;
  gap: 2rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .scroll-infinity-lists {
    gap: 4rem;
  }
}

.scroll-infinity-lists--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity-list {
  width: 33.3333333333vw;
  border-radius: 0.6rem;
}
@media screen and (min-width: 768px) {
  .scroll-infinity-list {
    width: 16.6666666667vw;
  }
}
.scroll-infinity-list:nth-child(odd) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .scroll-infinity-list:nth-child(odd) {
    margin-top: 4rem;
  }
}

.scroll-infinity-list img {
  width: 100%;
  border-radius: 0.6rem;
}
@media screen and (min-width: 768px) {
  .scroll-infinity-list img {
    border-radius: 1rem;
  }
}

.top-company-message {
  margin-top: 3rem;
}
.top-company-message h3 {
  font-size: clamp(25px, 3vw, 3.2rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.top-company-message p {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .top-company-message p {
    text-align: left;
  }
}
.top-company-message .c-button-border a {
  justify-content: flex-end;
}

/* ===============================================
 リクルート
=============================================== */
.top-recruit .l-box-two-bw {
  gap: 3.8rem;
}

.recruit-message-title {
  margin-top: 4rem;
  font-size: clamp(20px, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recruit-message-title {
    margin-top: 6rem;
  }
}

.recruit-message-text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-message-text {
    margin-top: 4rem;
  }
}

.top-recruit-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 1rem;
  position: relative;
}
.top-recruit-link a h3 {
  font-size: clamp(23px, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.top-recruit-link a .c-button-purple {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
}
.top-recruit-link a .c-button-purple img {
  margin: 0 2rem;
}

.recruit-message-text p:nth-child(n+2) {
  margin-top: 2rem;
}

.top-recruit-links {
  flex: 0 0 43%;
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .top-recruit-links {
    margin-top: 3rem;
    max-width: 100%;
    width: 100%;
  }
}

.recruit-link-engineer a {
  background: url(../../assets/img/top/engineer.png) top right/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-link-engineer a {
    height: 38vw;
    max-height: 202rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit-link-engineer a {
    height: 202px;
  }
}

.recruit-link-consultant a {
  background: url(../../assets/img/top/consultant.png) top right/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .recruit-link-consultant a {
    height: 38vw;
    max-height: 202rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit-link-consultant a {
    height: 202px;
  }
}

.top-message-area {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.top-message-textarea-title {
  text-align: center;
  font-weight: 700;
  margin-top: 6.4rem;
  font-size: clamp(28px, 5vw, 4.8rem);
  line-height: 1.48;
  letter-spacing: 0.05em;
  color: #282828;
}

.top-message-textarea {
  line-height: 2.2;
  padding: 4.8rem 0 6.4rem;
}
.top-message-textarea p:nth-child(n+2) {
  margin-top: 4rem;
}

.top-message-area small {
  text-align: right;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  display: block;
}
.top-message-area small span {
  margin-left: 2rem;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 2.4rem);
}

/* ===============================================
 会社概要
=============================================== */
.company-overview-card {
  background: #fff;
  margin-top: 4rem;
  border-radius: 2rem;
  padding: 3.2rem 2rem;
  /* sp */
}
@media screen and (min-width: 768px) {
  .company-overview-card {
    padding: 6.4rem 2rem;
    border-radius: 4rem;
  }
}
.company-overview-card table {
  width: 100%;
  max-width: 71rem;
  margin-left: auto;
  margin-right: auto;
}
.company-overview-card th,
.company-overview-card td {
  line-height: 1.7;
  padding: 1.8rem 0;
}
.company-overview-card th {
  text-align: left;
  letter-spacing: 0.016em;
  font-weight: 500;
  width: 10.9rem;
  vertical-align: baseline;
  border-bottom: 1px solid #9E3EB2;
}
.company-overview-card td {
  padding-left: 2.4rem;
  border-bottom: 1px solid #CACACA;
}
.company-overview-card td a {
  display: inline-block;
  color: #0080B0;
  font-weight: 500;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
.company-overview-card td a:hover {
  text-decoration: underline;
}
.company-overview-card td iframe {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .company-overview-card th,
.company-overview-card td {
    width: 100%;
    display: block;
  }
  .company-overview-card th {
    width: 100%;
    border-bottom: none;
  }
  .company-overview-card td {
    padding-top: 0;
    padding-left: 1.6rem;
  }
}

.company-overview-card tr:last-of-type td,
.company-overview-card tr:last-of-type th {
  border-bottom: none;
}

.contact-container {
  margin-top: 4rem;
}

.form {
  max-width: 80rem;
  margin: 4rem auto 0;
  background: #fff;
  padding: 3.2rem 2rem 4.8rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 5.6rem 4rem;
    border-radius: 2rem;
  }
}

.formTable {
  width: 100%;
}
.formTable th {
  vertical-align: baseline;
  font-weight: 500;
  text-align: left;
  padding-right: 3.2rem;
  display: flex;
  align-items: center;
}
.formTable td {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .formTable td {
    margin-bottom: 3.2rem;
  }
}
.formTable td input {
  border: solid 0.1rem #CACACA;
  height: 4.8rem;
  width: 100%;
  padding: 0.2rem 1.5rem;
  border-radius: 0.4rem;
}
.formTable td textarea {
  border: solid 0.1rem #CACACA;
  width: 100%;
  border-radius: 0.4rem;
  resize: vertical;
  padding: 1rem 1.5rem;
}
.formTable th,
.formTable td {
  display: block;
  width: 100%;
}

.form-input-item:focus,
.form-input-textarea:focus {
  border: none;
  outline: 1px #9E3EB2 solid;
  transition: outline 0.2s ease-out;
}

.form-item {
  margin-bottom: 2rem !important;
}

.form-requited {
  line-height: 1;
  font-size: 1.1rem;
  display: inline-block;
  margin-left: 0.4rem;
  background: red;
  color: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
}

/* ===============================================
 サンクスページ
=============================================== */
.thanks-title {
  font-weight: 700;
  font-size: clamp(20px, 2vw, 2.4rem);
  line-height: 1.8;
}

.thanks-message {
  margin-top: 3.2rem;
  font-size: clamp(16px, 2vw, 1.8rem);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .thanks-message {
    text-align: center;
  }
}

.privacy-list h2 {
  padding-left: 1rem;
  font-size: clamp(17px, 2.4vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: 0.3rem solid #9E3EB2;
}
.privacy-list p {
  margin-top: 2rem;
  letter-spacing: 0.05em;
}
.privacy-list ul {
  margin-top: 2rem;
}
.privacy-list ul li {
  letter-spacing: 0.05em;
  padding-left: 1.8rem;
  position: relative;
}
.privacy-list ul li:nth-child(n+2) {
  margin-top: 1.6rem;
}
.privacy-list ul li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.privacy-list:nth-child(n+2) {
  margin-top: 4rem;
}

.privacy-list a {
  color: #9E3EB2;
  text-decoration: underline;
  transition: 0.3s;
  word-wrap: break-word;
}
.privacy-list a:hover {
  color: #868686;
}

.date-enactment {
  text-align: right;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.recruit-message {
  margin-top: 6rem;
  text-align: center;
  font-size: clamp(16px, 2.2vw, 2rem);
  line-height: 2;
}

.guideline-container {
  margin-top: 6rem;
}

.guideline-container-title {
  font-size: clamp(18px, 2.4vw, 3rem);
  text-align: center;
  font-weight: 500;
}
.guideline-container-title span {
  display: block;
  font-size: 1.4rem;
  color: #9E3EB2;
  font-family: "Heebo", sans-serif;
}

.section-recruit {
  padding-top: 8rem;
}

.tab {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
}

.tab-list {
  align-items: flex-end;
  display: flex;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .tab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.tab-menu {
  align-items: center;
  background-color: #a9a9a9;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  font-size: clamp(12px, 2vw, 1.8rem);
  height: 5rem;
  justify-content: center;
  padding-right: 1rem;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-out;
}

.tab-menu:not(:first-of-type) {
  border-left: 1px solid #fff;
}

.tab-menu::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
  width: 8px;
}

.tab-menu.active::after {
  border-right: 1px solid #9E3EB2;
  border-top: 1px solid #9E3EB2;
  top: -6px;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}

.tab-menu:hover {
  filter: brightness(1.12);
  transition: opacity 0.3s ease-in-out;
}

.tab-menu.active {
  background-color: #fff;
  border-top: 2px solid #9E3EB2;
  color: #9E3EB2;
  height: 6rem;
  transition: all 0.3s ease-in-out;
}

.content-box {
  background-color: rgba(211, 222, 235, 0.2);
  padding: 8rem 0;
  display: none;
  width: 100%;
}

.content-box.active {
  display: block;
}

.content-box-inner {
  padding: 4rem 3rem;
  background: #fff;
  border-radius: 2.4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .content-box-inner {
    padding: 5rem 10rem 6rem;
  }
}

.job-title {
  font-size: clamp(20px, 3vw, 3rem);
  font-weight: 500;
}

.job-list {
  gap: 3rem;
  padding: 2.4rem 0;
  border-top: 0.1rem solid #ddd;
}
@media screen and (min-width: 768px) {
  .job-list {
    display: flex;
  }
}
.job-list h4 {
  font-size: clamp(18px, 2vw, 1.9rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .job-list h4 {
    padding-left: 1rem;
    border-left: 0.5rem solid #9E3EB2;
  }
}
@media screen and (min-width: 768px) {
  .job-list h4 {
    flex: 0 0 20rem;
  }
}
.job-list h5 {
  margin-top: 1.5rem;
}
.job-list p span {
  font-size: clamp(12px, 1.4vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .job-list p {
    margin-top: 1rem;
  }
}

.job-list-body > ul {
  margin-top: 1rem;
}

.job-list-body > ul > li {
  position: relative;
  padding-left: 2rem;
}
.job-list-body > ul > li span {
  position: absolute;
  left: 0;
  content: "・";
}

.job-list-body-study {
  margin-top: 2rem;
}
.job-list-body-study dt {
  font-weight: 700;
}
.job-list-body-study dd {
  position: relative;
  padding-left: 2rem;
}
.job-list-body-study dd::before {
  position: absolute;
  content: "★";
  left: 0;
}

.job-list-body-child li {
  position: relative;
  padding-left: 1.6rem;
}

.welfare-list dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .welfare-list dt:first-child {
    margin-top: 2rem;
  }
}
.welfare-list dt:nth-child(n+2) {
  margin-top: 4rem;
}
.welfare-list dd {
  font-size: 1.5rem;
}

/* ===============================================
 システム開発
=============================================== */
.system-contents {
  background: url(../../assets/img/service/bg.jpg) left center/cover no-repeat;
}

.system-lists {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}

.system-list:nth-child(n+2) {
  margin-top: 6rem;
}

.system-list {
  position: relative;
  padding: 4rem 2rem;
  color: #fff;
  border-radius: 1.6rem;
  min-height: 20rem;
}
@media screen and (min-width: 768px) {
  .system-list {
    text-align: center;
    padding: 6rem 2rem;
    min-height: 28.3rem;
  }
}
.system-list h2 {
  text-align: center;
  font-size: clamp(24px, 3.5vw, 3.2rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.system-list p {
  margin-top: 1.5rem;
  font-size: clamp(15px, 2vw, 1.8rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .system-list p {
    margin-top: 2.4rem;
  }
}

.system-list-tabs {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1rem;
}
@media screen and (min-width: 768px) {
  .system-list-tabs {
    margin-top: 4rem;
  }
}

.system-list-tab {
  font-size: 1.2rem;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.6rem 1.2rem 0.3rem;
  background: #9E3EB2;
  border-radius: 2.4rem;
}

.system-list:first-of-type {
  background: url(../../assets/img/service/service1.jpg) center/cover no-repeat;
}

.system-list:nth-child(2) {
  background: url(../../assets/img/service/service02.jpg) center/cover no-repeat;
}

.system-list:nth-child(3) {
  background: url(../../assets/img/service/service03.jpg) center/cover no-repeat;
}

.system-list:last-of-type {
  background: url(../../assets/img/service/service04.jpg) center/cover no-repeat;
}

/* ===============================================
 スクール
=============================================== */
.school-message {
  font-size: clamp(16px, 1.5vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (min-width: 638px) {
  .school-message {
    text-align: center;
  }
}

.school-lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 4rem;
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .school-lists {
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.school-list h2 {
  text-align: center;
  color: #9E3EB2;
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 2.4rem);
  margin-top: 1.6rem;
}
.school-list img {
  border-radius: 1rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}
.school-list p {
  margin-top: 1rem;
}

/* ===============================================
 キャリア支援
=============================================== */
.support-message {
  text-align: center;
  font-size: clamp(16px, 1.5vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.04em;
}
.support-message span {
  position: relative;
}
.support-message span::after {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: 100%;
  background: #9E3EB2;
  bottom: -0.4rem;
  left: 0;
}

.support-image {
  margin: 2.4rem auto 0;
  max-width: 88rem;
}

/*-- 特徴 --*/
.support-feature {
  padding-bottom: 8rem;
  padding-top: 4rem;
}

.support-feature-list {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .support-feature-list {
    display: flex;
    gap: 4.8rem;
  }
  .support-feature-list:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.support-feature-body h3 {
  font-size: clamp(20px, 2.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #282828;
}
@media screen and (max-width: 767px) {
  .support-feature-body h3 {
    margin-top: 1.2rem;
  }
}
.support-feature-body h3 span {
  color: #9E3EB2;
  font-size: clamp(28px, 5vw, 4.8rem);
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-right: 1rem;
}

/*-- 流れ --*/
.support-flow {
  background-color: #F7FCFE;
}

.support-flow-lists {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .support-flow-lists {
    margin-top: 6rem;
  }
}

.support-flow-list {
  background-color: #fff;
  border: solid 0.1rem #9E3EB2;
  padding: 2.8rem 2.4rem;
  border-radius: 0.6rem;
}
.support-flow-list:nth-child(n+2) {
  position: relative;
}
.support-flow-list:nth-child(n+2)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 25px solid #9E3EB2;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.support-flow-body h3 {
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(16px, 2vw, 2rem);
}
.support-flow-body h3 span {
  padding-right: 0.6rem;
  font-size: clamp(24px, 4vw, 3.2rem);
  font-family: "Heebo", sans-serif;
}

.support-flow-list:nth-child(n+2) {
  margin-top: 6rem;
}
.support-flow-list p {
  margin-top: 1.6rem;
}

/*-- faq --*/
.faq-lists {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .faq-lists {
    margin-top: 6rem;
  }
}

.faq-list {
  padding: 2.4rem 0;
}
.faq-list dt {
  color: #282828;
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 2rem);
}
.faq-list dt span {
  padding-right: 0.8rem;
}
.faq-list dd {
  margin-top: 1.6rem;
}
.faq-list:nth-child(n+2) {
  border-top: 0.1rem solid #9E3EB2;
}
.faq-list:last-child {
  border-bottom: 0.1rem solid #9E3EB2;
}

/* ===============================================
 採用コンサルティング
=============================================== */
.service-consulting {
  margin-top: 4rem;
  background: #F7FCFE;
  padding-left: 2rem;
  padding-right: 2rem;
}

.service-consulting-container {
  background: #fff;
  border-radius: 2rem;
  padding: 3.2rem 2rem;
}
@media screen and (min-width: 768px) {
  .service-consulting-container {
    padding: 6rem 5.4rem;
    border-radius: 4rem;
  }
}
.service-consulting-container h2 {
  font-size: clamp(20px, 3.2vw, 3.2rem);
  text-align: center;
  font-weight: 700;
}

.service-consulting-textarea {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .service-consulting-textarea {
    margin-top: 4rem;
  }
}
.service-consulting-textarea p {
  line-height: 2.2;
  font-size: clamp(16px, 1.4vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .service-consulting-textarea p {
    text-align: center;
  }
}
.service-consulting-textarea p:nth-child(n+2) {
  margin-top: 3rem;
}

.consulting-reason-list {
  margin-top: 6rem;
}

.consulting-reason-title {
  font-size: clamp(20px, 3vw, 2.6rem);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.consulting-reason-title span {
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.02em;
  display: block;
  color: #9E3EB2;
  font-size: 1.4rem;
}

.reason1-contents li {
  position: relative;
  padding-left: 2rem;
  margin-top: 1rem;
  line-height: 1.8;
}
.reason1-contents li::before {
  position: absolute;
  left: 0;
  content: "・";
}

.reason2-contents {
  margin-top: 2rem;
}
.reason2-contents h4 {
  font-size: clamp(16px, 1.6vw, 1.8rem);
  font-weight: 700;
  position: relative;
  padding-left: 2.5rem;
}
.reason2-contents h4::before {
  position: absolute;
  left: 0;
  color: #9E3EB2;
  content: "◆";
}
.reason2-contents li + li {
  margin-top: 3rem;
}

.consulting-reason-text {
  margin-top: 1.5rem;
  line-height: 1.8;
}

/*------------------------------
utility > utility
------------------------------*/
.u-shadow {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
}

.u-center {
  text-align: center;
}

.u-bold {
  font-weight: 700;
}

.u-accent {
  color: #9E3EB2;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}