@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, summary {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #3A7BD5;
  --secondary:#00D2FF;
  --accent: #B90000;
  --success: #4caf50;
  --warning: #ff9800;
  --error: #f44336;
  --disabled: #999;
  --emphasis: #cc3300;
  --text-heading:#1F3E68;
  --text: #303030;
  --text-pale: #757575;
  --border: #ccc;
  --border-light: #e5e5e5;
  --border-dark: #999;
  --bg-base: #f6f6f6;
  --cell: #e5e5e5;
  --highlight: #F8F699;
  --white: #fff;
  --black: #000;
  --line:#06C755;
}

:root {
  --fs-page-title: clamp(2.25rem, 1.3269230769rem + 2.3076923077vw, 3rem);
  --fs-section-heading: clamp(1.5rem, 0.8846153846rem + 1.5384615385vw, 2rem);
  --fs-subsection-heading: clamp(1.25rem, 0.6346153846rem + 1.5384615385vw, 1.75rem);
  --fs-card-heading: clamp(1.125rem, 0.8173076923rem + 0.7692307692vw, 1.375rem);
  --fs-inline-heading: clamp(1rem, 0.8461538462rem + 0.3846153846vw, 1.125rem);
  --fs-lead: clamp(1rem, 0.6923076923rem + 0.7692307692vw, 1.25rem);
  --fs-body: clamp(0.875rem, 0.7211538462rem + 0.3846153846vw, 1rem);
  --fs-note: clamp(0.75rem, 0.5961538462rem + 0.3846153846vw, 0.875rem);
  --fs-small: clamp(0.625rem, 0.4711538462rem + 0.3846153846vw, 0.75rem);
}

h1.site-title {
  width: 127px;
}

.section-heading {
  font-size: clamp(2rem, 0.9230769231rem + 2.6923076923vw, 2.875rem);
  font-weight: 700;
  font-style: italic;
  color: var(--text-heading);
  line-height: 1.4;
  padding-block: 0.125em;
  padding-left: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-left: 6px solid #45B8FF;
  text-align: left;
}
.section-heading .eng {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9711538462rem + 0.3846153846vw, 1.25rem);
  line-height: 1.4;
  background: linear-gradient(to right, #45B8FF, #4FBCD5 63%, #5DC297);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.section-heading .sub-text-wrap {
  font-size: clamp(1.125rem, 0.9711538462rem + 0.3846153846vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0;
}
.section-heading .sub-text-wrap .bar {
  background: linear-gradient(to right, #45B8FF, #4FBCD5 63%, #5DC297);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: -0.1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
}
.section-heading .sub-text-wrap .bar::before {
  content: "---------------";
}
.section-heading.white {
  color: var(--white);
  border-color: var(--white);
}
.section-heading.white .eng,
.section-heading.white .sub-text-wrap {
  color: var(--white);
}
.section-heading.white .sub-text-wrap .bar {
  background: transparent;
  color: var(--white);
}

.chapter-number {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(3.75rem, 2.2115384615rem + 3.8461538462vw, 5rem);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  position: relative;
}
.chapter-number.skew {
  transform: skew(-8deg);
}
.chapter-number::before {
  content: attr(data-chapter);
  background: linear-gradient(to right, #3A7BD5, #00D2FF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.chapter-number::after {
  content: attr(data-chapter);
  color: var(--white);
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: var(--white);
  color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.chapter-number.normal::after {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.section-sub-heading {
  font-size: clamp(1.625rem, 1.1634615385rem + 1.1538461538vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
  gap: 1rem;
}
.section-sub-heading > p {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 0.75em;
  position: relative;
}
.section-sub-heading > p::before {
  content: "";
  width: 70px;
  height: 2px;
  background: linear-gradient(to right, #3A7BD5, #00D2FF);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) skew(-16deg);
}

.parts-heading {
  font-size: clamp(1.125rem, 0.5096153846rem + 1.5384615385vw, 1.625rem);
  font-weight: 700;
  line-height: 1.4;
}

.parts-heading-default {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
}

.parts-sub-heading {
  font-size: clamp(1.25rem, 0.9423076923rem + 0.7692307692vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
}

.card-heading {
  font-size: clamp(1rem, 0.6923076923rem + 0.7692307692vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.card-heading.large {
  font-size: 1.5rem;
}
.card-heading.border-left {
  padding-left: 0.5em;
  border-left: 4px solid var(--secondary);
  color: var(--text-heading);
}

.paragraph-heading {
  font-size: clamp(0.875rem, 0.7211538462rem + 0.3846153846vw, 1rem);
  line-height: 1.5;
}

.lead {
  font-size: clamp(1rem, 0.8461538462rem + 0.3846153846vw, 1.125rem);
  line-height: 1.8;
}

.text {
  font-size: clamp(0.875rem, 0.7211538462rem + 0.3846153846vw, 1rem);
  line-height: 1.8;
}

.note {
  font-size: clamp(0.75rem, 0.5961538462rem + 0.3846153846vw, 0.875rem);
  line-height: 1.6;
}

.text-s {
  font-size: 0.75rem;
  line-height: 1;
}

.ff-jp {
  font-family: var(--ff-jp);
}

.ff-oswald {
  font-family: var(--ff-oswald);
}

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

.t-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.marker {
  background: linear-gradient(to top, var(--highlight) 50%, transparent 50%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.c-heading {
  color: var(--text-heading);
}

.t-white {
  color: var(--white);
}

.pl1em {
  padding-left: 1em;
}

.ml1em {
  margin-left: 1em;
}

.kome {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.kome::before {
  content: "※";
}

.header {
  width: 100%;
  height: 65px;
  background: color-mix(in srgb, var(--text) 60%, transparent);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .header {
    position: absolute;
    background: transparent;
  }
}
.header .inner {
  width: min(1160px, 88%);
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.cta-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 480px;
  height: 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cta-wrap .cta {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.75rem, 0.4423076923rem + 0.7692307692vw, 1rem);
  transition: all 0.3s ease-out;
}
.cta-wrap .cta:hover {
  opacity: 0.7;
}
.cta-wrap .cta span {
  position: relative;
  padding-left: 2em;
}
.cta-wrap .cta span::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: calc(50% - 0.75em);
}
.cta-wrap .cta-line {
  background: var(--line);
}
.cta-wrap .cta-line span::before {
  background: url(../images/icon-line.svg) no-repeat center/contain;
}
.cta-wrap .cta-join {
  background: var(--primary);
}
.cta-wrap .cta-join span::before {
  background: var(--white);
  -webkit-mask: url(../images/icon-join.svg) no-repeat center/contain;
          mask: url(../images/icon-join.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .cta-wrap {
    top: initial;
    bottom: 0;
    width: 100%;
    height: 42px;
  }
}

.toggle {
  display: none;
}
@media (max-width: 767px) {
  .toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 32px;
    aspect-ratio: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .toggle span {
    width: 80%;
    height: 2px;
    background: var(--text);
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .toggle span::before, .toggle span::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--text);
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .toggle span::before {
    top: -6px;
    left: 0;
  }
  .toggle span::after {
    top: 6px;
    left: 0;
  }
  .toggle.is-active span {
    height: 0;
  }
  .toggle.is-active span::before, .toggle.is-active span::after {
    top: initial;
  }
  .toggle.is-active span::before {
    transform: rotate(45deg);
  }
  .toggle.is-active span::after {
    transform: rotate(-45deg);
  }
}

.footer {
  padding: clamp(56px, 6.8965517241vw, 80px) 0 80px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
}
.footer .container {
  width: min(1160px, 88%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f-logo {
  width: 290px;
}

.btn-f-cta {
  border: 2px solid var(--white);
  padding: 1.5em;
  width: 290px;
  display: grid;
  place-items: center;
  color: var(--white);
}
.btn-f-cta:hover {
  opacity: 0.7;
}
.btn-f-cta span {
  position: relative;
  padding-left: 1.5em;
}
.btn-f-cta span::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
}
.btn-f-cta.line span::before {
  background: url(../images/icon-line.svg) no-repeat center/contain;
}
.btn-f-cta.join span::before {
  background: url(../images/icon-join.svg) no-repeat center/contain;
}

.f-nav {
  display: flex;
  justify-content: center;
  gap: 1.5em;
}
@media (max-width: 767px) {
  .f-nav {
    flex-direction: column;
    align-items: center;
  }
}
.f-nav li a {
  color: var(--white);
  font-size: 0.75rem;
}
.f-nav li a:hover {
  opacity: 0.7;
}

.f-phone {
  font-size: 2.125rem;
  color: var(--white);
  font-family: "Oswald", sans-serif;
  padding-left: 1.25em;
  position: relative;
}
.f-phone::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  background: url(../images/icon-phone.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}

.list-counter {
  counter-reset: list-counter;
}
.list-counter > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1em;
}
.list-counter > li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  inset: 0;
}

.link-text {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.link-text-outside {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
  padding-right: 1.25em;
  position: relative;
  display: inline-block;
}
.link-text-outside::after {
  content: "";
  width: 1em;
  height: 1lh;
  background: url(../images/outside-link.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}

.btn {
  border-radius: 8px;
  padding: 1em 2em;
  display: grid;
  place-items: center;
  line-height: 1;
}
.btn.btn-primary {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
  font-size: clamp(0.875rem, 0.7211538462rem + 0.3846153846vw, 1rem);
}
.btn.btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}
.btn.btn-negative {
  background: var(--negative);
  border: 2px solid var(--negative);
  color: var(--primary);
  font-size: clamp(0.875rem, 0.7211538462rem + 0.3846153846vw, 1rem);
}
.btn.btn-negative:hover {
  background: var(--negative-hover);
  border-color: var(--negative-hover);
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.sec {
  container-type: inline-size;
  padding: clamp(64px, 6.8965517241vw, 80px) 0;
}
.sec .container {
  width: min(1160px, 88%);
  margin-inline: auto;
}
.sec.pt0 {
  padding-top: 0;
}
.sec.bg-blk-cross {
  background: url(../images/bg-cross.svg) repeat center/88px 88px, var(--text);
}
.sec.bg-gradation {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
}
.sec.bg-evaluation {
  background: url(../images/bg-evaluation-system.webp) no-repeat center/cover;
}
.sec.bg-base {
  background: var(--bg-base);
}

.fullwide {
  margin-inline: calc(50% - 50cqi);
  width: 100cqi;
}

.left-content {
  margin-left: calc(50% - 50cqi);
}

.right-content {
  margin-right: calc(50% - 50cqi);
}

.w960 {
  width: min(960px, 100%);
  margin-inline: auto;
}

.w800 {
  width: min(800px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}
.grid.grid41 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid.grid41 {
    grid-template-columns: 1fr;
  }
}
.grid.grid42 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid.grid42 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid.grid12fr {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 767px) {
  .grid.grid12fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid13fr {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 767px) {
  .grid.grid13fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid21fr {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid21fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid31fr {
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid31fr {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

.flex-sp-block {
  display: flex;
}
@media (max-width: 767px) {
  .flex-sp-block {
    flex-direction: column;
  }
}

.flex-block {
  display: flex;
  flex-direction: column;
}

.jc-center {
  justify-content: center;
}

.al-center {
  align-items: center;
}

.flex1 {
  flex: 1;
}

.gap48 {
  gap: clamp(16px, 4.1379310345vw, 48px);
}

.gap32 {
  gap: clamp(16px, 2.7586206897vw, 32px);
}

.gap24 {
  gap: clamp(16px, 2.0689655172vw, 24px);
}

.gap16 {
  gap: clamp(8px, 1.3793103448vw, 16px);
}

.gap8 {
  gap: 8px;
}

.mt96 {
  margin-top: clamp(64px, 8.275862069vw, 96px);
}

.mt80 {
  margin-top: clamp(56px, 6.8965517241vw, 80px);
}

.mt64 {
  margin-top: clamp(40px, 5.5172413793vw, 64px);
}

.mt48 {
  margin-top: clamp(36px, 4.1379310345vw, 48px);
}

.mt40 {
  margin-top: clamp(32px, 3.4482758621vw, 40px);
}

.mt32 {
  margin-top: clamp(24px, 2.7586206897vw, 32px);
}

.mt24 {
  margin-top: clamp(16px, 2.0689655172vw, 24px);
}

.mt16 {
  margin-top: clamp(12px, 1.3793103448vw, 16px);
}

.mt8 {
  margin-top: 8px;
}

.mt4 {
  margin-top: 4px;
}

.tab-primary {
  display: flex;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid var(--text);
}
.tab-primary > li {
  flex: 1 1 auto;
  cursor: pointer;
}

.tab-primary-content > li {
  display: none;
}
.tab-primary-content > li.is-active {
  display: initial;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}
html.lock {
  overflow: hidden;
}

body {
  font-feature-settings: "palt";
  font-size: clamp(0.875rem, 0.7211538462rem + 0.3846153846vw, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.15;
  font-optical-sizing: auto;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.hero-wrap {
  width: 100%;
  aspect-ratio: 1440/663;
  background: url(../images/hero-img-pc.webp) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .hero-wrap {
    aspect-ratio: 9/5;
  }
}
@media (max-width: 767px) {
  .hero-wrap {
    background-image: url(../images/hero-img-sp.webp);
    height: calc(100dvh - 42px);
  }
}
.hero-wrap .hero-img {
  width: 670px;
}
@media (max-width: 1024px) {
  .hero-wrap .hero-img {
    width: clamp(480px, 50vw, 580px);
  }
}
@media (max-width: 767px) {
  .hero-wrap .hero-img {
    width: 88%;
  }
}

.hero-cta-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--text);
}
@media (max-width: 767px) {
  .hero-cta-wrap {
    display: none;
  }
}
.hero-cta-wrap .cta {
  width: 100%;
  height: 80px;
  background: var(--bg-base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--text);
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.hero-cta-wrap .cta:hover {
  opacity: 0.7;
}
.hero-cta-wrap .cta span {
  position: relative;
  padding-left: 2.75em;
}
.hero-cta-wrap .cta span::before {
  content: "";
  width: 2.125em;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: calc(50% - 1.0625em);
}
.hero-cta-wrap .cta-line {
  border-right: 1px solid var(--text);
}
.hero-cta-wrap .cta-line span::before {
  background: url(../images/icon-line-color.svg) no-repeat center/contain;
}
.hero-cta-wrap .cta-join span::before {
  background: url(../images/icon-join-color.svg) no-repeat center/contain;
}

.job-list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 767px) {
  .job-list-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.job-list-wrap .card {
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.job-list-wrap .chapter-number {
  position: absolute;
  top: -0.5em;
  left: 0.25em;
}
.job-list-wrap figure {
  width: 54px;
  margin-inline: auto;
}
.job-list-wrap .card-heading {
  padding-bottom: 0.25em;
  border-bottom: 1px solid var(--text);
}

.card {
  background: var(--bg-base);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  padding: 50px 26px 40px;
  display: grid;
  position: relative;
  gap: 1rem;
}

.bt-life-is-fitness {
  font-size: clamp(4.6875rem, -2.4663461538rem + 17.8846153846vw, 10.5rem);
  line-height: 1;
  width: min(825px, 100%);
  margin-left: auto;
  margin-bottom: -0.4em;
  position: relative;
}
@media (max-width: 767px) {
  .bt-life-is-fitness {
    margin-bottom: -0.3em;
    margin-inline: auto;
  }
}

.life-is-fitness-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .life-is-fitness-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.life-is-fitness-wrap figure {
  width: 50cqi;
  margin-left: calc(50% - 50cqi);
}
@media (max-width: 767px) {
  .life-is-fitness-wrap figure {
    margin-inline: calc(50% - 50cqi);
    width: 100cqi;
  }
}
.life-is-fitness-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.life-is-fitness-wrap .text-box {
  flex: 1;
  padding-left: clamp(24px, 6.2068965517vw, 72px);
}
@media (max-width: 767px) {
  .life-is-fitness-wrap .text-box {
    padding-left: 0;
    text-align: center;
  }
}

.life-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.life-list-wrap > li {
  background: linear-gradient(to right, #3A7BD5, #00D2FF);
  padding: 1px;
}
.life-list-wrap > li > div {
  background: var(--white);
  height: 100%;
  padding: 24px;
  position: relative;
}
.life-list-wrap > li > div::before, .life-list-wrap > li > div::after {
  content: "";
  width: 2.5em;
  height: 2px;
  background: var(--white);
  position: absolute;
}
.life-list-wrap > li > div::before {
  top: -1px;
  right: 5vw;
}
.life-list-wrap > li > div::after {
  bottom: -1px;
  left: 5vw;
}
.life-list-wrap > li > div p {
  text-align: center;
  font-weight: 700;
}

.text-gradation {
  background: linear-gradient(to right, #3A7BD5, #00D2FF);
  -webkit-background-clip: text;
  color: transparent;
}

.text-skew {
  transform: skew(-8deg);
}

.stream-column {
  border-left: 1px solid var(--white);
  border-right: 1px solid var(--white);
  padding: 1.5rem 1rem;
  position: relative;
}
.stream-column::before, .stream-column::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
.stream-column::before {
  top: 0;
  background: linear-gradient(to right, #fff 78%, transparent 78%, transparent 88%, #fff 88%);
}
.stream-column::after {
  bottom: 0;
  background: linear-gradient(to right, #fff 12%, transparent 12%, transparent 22%, #fff 22%);
}

.whyus-text-wrap > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .whyus-text-wrap > div {
    flex-direction: column;
  }
}
.whyus-text-wrap > div .whyus-text {
  font-size: clamp(1.75rem, 1.2884615385rem + 1.1538461538vw, 2.125rem);
}

.why-slide-wrap {
  background: var(--bg-base);
  padding: 22px 0;
}

.why-slide .splide__pagination {
  display: flex !important;
}

.splide__pagination {
  position: static;
  margin-top: 1rem;
}

.splide__pagination__page {
  background: #d9d9d9;
}
.splide__pagination__page.is-active {
  background: var(--emphasis);
  transform: scale(1);
  opacity: 1;
}

.why-slide-wrap .splide__pagination__page.is-active {
  background: var(--text-heading);
  opacity: 1;
}

.splide__arrows {
  display: none;
}

.career-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .career-card-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.career-card-list .card {
  grid-row: span 5;
  grid-template-rows: subgrid;
}
.career-card-list .card-heading {
  text-align: center;
  font-size: clamp(1.875rem, 1.5673076923rem + 0.7692307692vw, 2.125rem);
  color: var(--text-heading);
}
.career-card-list .age {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text);
}
.career-card-list .career-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
}
.career-card-list .item {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-heading);
  padding-bottom: 0.125em;
  border-bottom: 1px solid var(--text-heading);
}
.career-card-list .fee {
  margin-top: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-heading);
  text-align: center;
}
.career-card-list .fee span {
  font-size: clamp(1.875rem, -0.4326923077rem + 5.7692307692vw, 3.75rem);
  font-family: "Oswald", sans-serif;
  background: linear-gradient(to right, #3A7BD5, #00D2FF);
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .career-card-list .fee span {
    font-size: 3.75rem;
  }
}

.process-slide-wrap .splide__slide {
  background: var(--white);
  padding: 30px 24px;
}
.process-slide-wrap .card-heading {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.process-slide-wrap .text {
  color: var(--text-heading);
}

.todo-list {
  border-top: 2px solid var(--text-heading);
}
.todo-list > li {
  padding-left: calc(50cqi - 580px);
  border-bottom: 2px solid var(--text-heading);
  background: var(--bg-base);
  display: flex;
  align-items: center;
  gap: clamp(32px, 5.5172413793vw, 64px);
}
@media (max-width: 767px) {
  .todo-list > li {
    flex-direction: column;
    gap: 0;
  }
}
.todo-list > li:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: calc(50cqi - 580px);
}
@media (max-width: 767px) {
  .todo-list > li:nth-of-type(even) {
    flex-direction: column;
  }
}
.todo-list > li .text-box-wrap {
  flex: 1;
  padding: 24px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .todo-list > li .text-box-wrap {
    grid-template-columns: 1fr;
  }
}
.todo-list > li .text-box-wrap .chapter-number {
  top: -0.6em;
}
@media (max-width: 767px) {
  .todo-list > li .text-box-wrap .chapter-number {
    top: 0;
  }
}
.todo-list > li .text-box-wrap h3 {
  font-size: clamp(1.25rem, 0.8653846154rem + 0.9615384615vw, 1.5625rem);
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .todo-list > li .text-box-wrap h3 {
    text-align: center;
  }
}
.todo-list > li figure {
  width: clamp(300px, 41.8103448276vw, 485px);
}
@media (max-width: 767px) {
  .todo-list > li figure {
    width: 100cqi;
  }
}

.todo-icon-list {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.724137931vw, 20px);
}
@media (max-width: 767px) {
  .todo-icon-list {
    flex-wrap: wrap;
  }
}
.todo-icon-list > li {
  background: var(--bg-base);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  padding: clamp(12px, 1.3793103448vw, 16px);
  flex: 1;
  aspect-ratio: 1;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .todo-icon-list > li {
    width: calc(50% - 5px);
    flex: initial;
  }
  .todo-icon-list > li:last-of-type {
    width: 100%;
    aspect-ratio: initial;
  }
}
.todo-icon-list > li figure {
  width: clamp(64px, 8.275862069vw, 96px);
}

.bt-work-life-balance {
  margin-bottom: clamp(64px, 10.3448275862vw, 120px);
}
@media (max-width: 767px) {
  .bt-work-life-balance {
    margin-bottom: -1lh;
    position: relative;
  }
}

.work-life-balance-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 767px) {
  .work-life-balance-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.work-life-balance-wrap figure {
  width: 50cqi;
  margin-right: calc(50% - 50cqi);
  aspect-ratio: 718/862;
}
@media (max-width: 767px) {
  .work-life-balance-wrap figure {
    margin-inline: calc(50% - 50cqi);
    width: 100cqi;
  }
}
.work-life-balance-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-life-balance-wrap .text-box {
  flex: 1;
  padding-right: clamp(24px, 6.8965517241vw, 80px);
}
@media (max-width: 767px) {
  .work-life-balance-wrap .text-box {
    padding-right: 0;
    text-align: center;
  }
}

.wlb-heading {
  font-size: clamp(1.5rem, -0.0384615385rem + 3.8461538462vw, 2.75rem);
  font-weight: 700;
  padding-left: 1.25em;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 767px) {
  .wlb-heading {
    padding-left: 0;
    padding-top: 1.25em;
    text-align: center;
  }
}
.wlb-heading::before {
  content: "";
  width: 1em;
  height: 2px;
  background: var(--text);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 1px);
}
@media (max-width: 767px) {
  .wlb-heading::before {
    width: 2px;
    height: 1em;
    left: calc(50% - 1px);
    top: 0;
  }
}

.wlb-list-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4.1379310345vw, 48px);
}
.wlb-list-wrap > li {
  background: linear-gradient(to right, #3A7BD5, #00D2FF);
  padding: 1px;
}
.wlb-list-wrap > li > div {
  background: var(--white);
  height: 100%;
  padding: 24px;
  padding-left: 0;
  position: relative;
}
.wlb-list-wrap > li > div .chapter-number {
  position: absolute;
  font-size: clamp(2.5rem, 0.9615384615rem + 3.8461538462vw, 3.75rem);
  top: -0.6em;
  left: 2px;
}
.wlb-list-wrap > li > div::before, .wlb-list-wrap > li > div::after {
  content: "";
  height: 2px;
  background: var(--white);
  position: absolute;
}
.wlb-list-wrap > li > div::before {
  width: clamp(50px, 6.2068965517vw, 72px);
  top: -1px;
  left: 0px;
}
.wlb-list-wrap > li > div::after {
  width: clamp(32px, 4.1379310345vw, 48px);
  bottom: -1px;
  left: 12%;
}
.wlb-list-wrap > li > div .text {
  font-weight: 700;
  padding-left: clamp(48px, 6.8965517241vw, 80px);
  text-align: left;
}

@media (max-width: 767px) {
  .scroll-hint {
    overflow-x: auto;
    margin-right: calc(50% - 50cqi);
  }
  .scroll-hint > .inner {
    width: 600px;
  }
}
.scroll-hint-text {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--emphasis);
}

.bt-change-your-life {
  font-size: clamp(4.6875rem, -2.4663461538rem + 17.8846153846vw, 10.5rem);
  line-height: 1;
  width: min(1016px, 100%);
  margin-left: auto;
  margin-bottom: -0.5em;
  position: relative;
}
@media (max-width: 767px) {
  .bt-change-your-life {
    margin-bottom: -0.3em;
    margin-inline: auto;
  }
}

.text-emphasis {
  font-size: 1.125em;
  font-weight: 700;
  position: relative;
}
.text-emphasis::before {
  content: "";
  width: 100%;
  border-bottom: 2px dotted var(--emphasis);
  position: absolute;
  left: 0;
  bottom: -0.125em;
}

.cyl-heading {
  font-size: clamp(1.5rem, 1.0384615385rem + 1.1538461538vw, 1.875rem);
  font-weight: 700;
  padding-left: 1.25em;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 767px) {
  .cyl-heading {
    padding-left: 0;
    padding-top: 1.25em;
    text-align: center;
  }
}
.cyl-heading::before {
  content: "";
  width: 1em;
  height: 2px;
  background: var(--text);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 1px);
}
@media (max-width: 767px) {
  .cyl-heading::before {
    width: 2px;
    height: 1em;
    left: calc(50% - 1px);
    top: 0;
  }
}

.what-flow-text {
  text-align: center;
}
@media (max-width: 767px) {
  .what-flow-text {
    text-align: left;
  }
}

.what-flow-large-text {
  text-align: center;
  color: var(--text-heading);
  font-size: clamp(1.125rem, 0.0480769231rem + 2.6923076923vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}
.what-flow-large-text span {
  font-size: clamp(0.875rem, 0.1057692308rem + 1.9230769231vw, 1.5rem);
}

.bt-message {
  margin-bottom: -0.4em;
  font-size: clamp(5rem, -1.7692307692rem + 16.9230769231vw, 10.5rem);
  line-height: 1;
  width: min(520px, 100%);
  position: relative;
}
@media (max-width: 767px) {
  .bt-message {
    width: 90%;
    margin-inline: auto;
    margin-bottom: -0.5em;
  }
}

.message-wrap {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.7586206897vw, 32px);
}
@media (max-width: 767px) {
  .message-wrap {
    flex-direction: column-reverse;
  }
}
.message-wrap .text-box {
  width: 50%;
}
@media (max-width: 767px) {
  .message-wrap .text-box {
    width: 100%;
  }
  .message-wrap .text-box .lead {
    text-align: center;
  }
}
.message-wrap .photo {
  flex: 1;
  margin-right: calc(50% - 50cqi);
}
@media (max-width: 767px) {
  .message-wrap .photo {
    margin-inline: calc(50% - 50cqi);
  }
  .message-wrap .photo figcaption {
    text-align: center;
    margin-top: 0.5rem;
  }
  .message-wrap .photo figcaption span {
    display: block;
  }
}

.link-yt {
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 1.75em;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.125em;
}
.link-yt::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1;
  background: url(../images/icon-youtube.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.75em);
}
.link-yt span {
  font-family: "Oswald", sans-serif;
}

.yt-search-text {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
}
.yt-search-text span {
  padding-left: 1.25em;
  position: relative;
}
.yt-search-text span::before {
  content: "";
  width: 1.25em;
  aspect-ratio: 1;
  background: url(../images/icon-search.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.625em);
}

.recruit-list {
  display: flex;
  flex-direction: column;
}

.recruit-detail {
  position: relative;
  display: grid;
  grid-template-columns: clamp(120px, 19.8275862069vw, 230px) 1fr;
  padding: 1.5em 0;
}
.recruit-detail::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
  position: absolute;
  left: 0;
  bottom: 0;
}
.recruit-detail dt {
  font-size: 1rem;
  color: var(--text-heading);
  font-weight: 700;
  line-height: 1.8;
}
.recruit-detail dd {
  font-size: 0.875rem;
  line-height: 1.8;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.faq .question {
  background: var(--text);
  color: var(--white);
  padding: 1.5em;
  padding-right: 3em;
  position: relative;
}
.faq .question::after {
  content: "＋";
  font-size: 20px;
  position: absolute;
  right: 1em;
  color: var(--white);
  top: calc(50% - 0.5em);
}
.faq .question.active::after {
  content: "ー";
}
.faq .question span {
  display: block;
  line-height: 1.4;
  position: relative;
  padding-left: 1.25em;
}
.faq .question span::before {
  content: "Q. ";
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.8em);
}
.faq .answer {
  padding: 0 1.5em;
  background: var(--bg-base);
}
.faq .answer > div {
  padding-left: 1.25em;
  position: relative;
}
.faq .answer > div::before {
  content: "A. ";
  font-family: "Oswald", sans-serif;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.4em);
  color: var(--emphasis);
  font-weight: 700;
}
.faq .answer p {
  line-height: 1.8;
}
.faq .answer.open {
  padding: 1.5em;
}

.company-wrap {
  background: var(--bg-base);
  padding: clamp(64px, 6.8965517241vw, 80px) 1.5rem;
}

.company-list {
  display: flex;
  flex-direction: column;
  width: min(850px, 100%);
  margin-inline: auto;
}
.company-list > dl {
  position: relative;
  display: grid;
  grid-template-columns: clamp(110px, 19.8275862069vw, 230px) 1fr;
  padding: 1.5em 0;
}
.company-list > dl::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-list > dl dt {
  font-weight: 700;
  color: var(--text-heading);
  font-size: 1rem;
  line-height: 1.5;
}
.company-list > dl dd {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.tag {
  font-size: clamp(0.75rem, 0.5961538462rem + 0.3846153846vw, 0.875rem);
  color: var(--white);
  line-height: 1;
  display: inline-block;
  padding: 0.5em;
  background: linear-gradient(to right, var(--primary), var(--secondary));
}
/*# sourceMappingURL=style.css.map */