@charset "UTF-8";
/* ==========================================================================
 *
 * Reset
 *
========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object,
header,
footer,
section,
article,
nav,
figure,
canvas {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: none;
  vertical-align: top;
}

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

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

caption,
th,
td {
  vertical-align: top;
  text-align: left;
}

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

i {
  font-style: normal;
}

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

abbr,
acronym {
  border: none;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

a,
object,
embed {
  outline: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
}

header,
footer,
section,
article,
nav,
figure,
canvas,
main {
  display: block;
}

/* ==========================================================================
 *
 * Base
 *
========================================================================== */
/* ==========================================================================
 *
 * Variables
 *
========================================================================== */
:root {
  --color-black: #000;
  --color-black-0_1: rgba(0, 0, 0, 0.1);
  --color-black-0_2: rgba(0, 0, 0, 0.2);
  --color-black-0_3: rgba(0, 0, 0, 0.3);
  --color-black-0_4: rgba(0, 0, 0, 0.4);
  --color-black-0_5: rgba(0, 0, 0, 0.5);
  --color-black-0_6: rgba(0, 0, 0, 0.6);
  --color-black-0_7: rgba(0, 0, 0, 0.7);
  --color-black-0_8: rgba(0, 0, 0, 0.8);
  --color-black-0_9: rgba(0, 0, 0, 0.9);
  --color-white: #fff;
  --color-white-0_1: rgba(255, 255, 255, 0.1);
  --color-white-0_2: rgba(255, 255, 255, 0.2);
  --color-white-0_3: rgba(255, 255, 255, 0.3);
  --color-white-0_4: rgba(255, 255, 255, 0.4);
  --color-white-0_5: rgba(255, 255, 255, 0.5);
  --color-white-0_6: rgba(255, 255, 255, 0.6);
  --color-white-0_7: rgba(255, 255, 255, 0.7);
  --color-white-0_8: rgba(255, 255, 255, 0.8);
  --color-white-0_9: rgba(255, 255, 255, 0.9);
  --color-gray: #eeeeee;
  --color-gray-light: #f9f9f9;
  --color-pink: #ff7685;
  --color-raidori-yellow: #ffca23;
  --color-raidori-pink: #ff7585;
  --color-grad-raidori: linear-gradient(90deg, #ffca23 0%, #ff7585 100%);
  --color-grad-recruit: linear-gradient(
    180deg,
    #151f2b 0%,
    #151f2b 20%,
    #2d3641 80%,
    #2d3641 100%
  );
  --color-grad-hover-1: linear-gradient(90deg, #009e54 0%, #f8e842 100%);
  --color-grad-hover-2: linear-gradient(90deg, #00b3ea 0%, #6f57a2 100%);
  --color-grad-hover-3: linear-gradient(90deg, #e85294 0%, #e62320 100%);
  --color-grad-hover-1-1: #009e54;
  --color-grad-hover-1-2: #f8e842;
  --color-grad-hover-2-1: #00b3ea;
  --color-grad-hover-2-2: #6f57a2;
  --color-grad-hover-3-1: #e85294;
  --color-grad-hover-3-2: #e62320;
  --color-x: #000000;
  --color-facebook: #2a6eea;
  --color-line: #4bba54;
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-linear-out-slow-in: cubic-bezier(0, 0, 0.2, 1);
  --ease-fast-out-slow-in: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
 *
 * Base
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - calculate-vw-size
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - strip-unit
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - calculate-vw-size
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - zero-padding
 * 数値をゼロパディングする
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - clearfix
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - font-smoothing
 * OSX 向けフォントレンダリングの調整
 * http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden-text
 * sprite などのお供に
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden
 * display: none せずに要素を隠す
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - iconfont
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - placeholder
 * プレースホルダーの色を設定する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-button
 * button 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-input
 * input 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-select
 * select 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - tategaki
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Extend - layout
 *
========================================================================== */
/* -------------------------------------------
  Elements
------------------------------------------- */
:root {
  --scrollbar: 0;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-black);
  background-color: var(--color-white);
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

b,
em,
span,
strong,
small,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

input:not([type=button]),
input:not([type=reset]),
input:not([type=submit]),
textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: left;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  display: block;
}

svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

.hidden {
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
  pointer-events: none !important;
}

.-emoji {
  font-family: var(--font-family-emoji);
}

br.sp {
  display: none;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
/* ==========================================================================
 *
 * Amimations - xxx
 *
========================================================================== */
@keyframes xxx {}
/* ==========================================================================
 *
 * Blocks - xxx
 *
========================================================================== */
/* ==========================================================================
 *
 * Blocks - about
 *
========================================================================== */
.about[data-init=true] .about__header__body::before {
  opacity: 1;
  transform: translateY(0);
}
.about[data-init=true] .about__header__body .-text::before {
  transform: translateY(0);
}
.about__header {
  position: relative;
}

.about__header__body {
  padding-top: 150px;
  padding-bottom: 188px;
  position: relative;
}
@media (min-width: 1281px) {
  .about__header__body {
    padding-bottom: 14.6875vw;
  }
}
@media (min-width: 1601px) {
  .about__header__body {
    padding-bottom: 235px;
  }
}
.about__header__body::before {
  content: "";
  height: 100%;
  background: url(../imgs/bg.jpg) no-repeat center bottom transparent;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 800ms 200ms var(--ease-fast-out-slow-in), transform 800ms 200ms var(--ease-fast-out-slow-in);
}
.about__header__body h3 {
  text-align: center;
  position: relative;
  z-index: 2;
}
.about__header__body h3 em {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 46px;
  display: block;
}
.about__header__body h3 span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}
.about__header__body .-text {
  width: 69.078947%;
  margin: 0 auto;
  padding: 64px 20px 128px;
  position: relative;
  z-index: 1;
}
.about__header__body .-text::before {
  content: "";
  width: 100%;
  height: 200%;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform: translateY(40px);
  transition: transform 800ms 200ms var(--ease-fast-out-slow-in);
}
.about__header__body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about__header__body p + p {
  margin-top: 32px;
}

.message {
  margin-top: 114px;
}
.message .section__inner {
  padding-top: 64px;
  padding-left: 312px;
  position: relative;
}
.message .section__inner > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.message .section__inner > p + p {
  margin-top: 32px;
}

.message__title {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 36px;
}

.message__sign {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 32px;
  bottom: 8px;
}
.message__sign span {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
.message__sign em {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1;
  display: block;
}

.member {
  margin-top: 120px;
  color: var(--color-white);
  position: relative;
}
.member.section {
  padding-top: 96px;
}
.member[data-shown=true]::before {
  transform: scale(1);
}
.member[data-shown=true] .section__title,
.member[data-shown=true] .section__inner {
  opacity: 1;
}
.member::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 32px 32px 0 0;
  background: url(../imgs/about-member-grad.jpg) no-repeat center center transparent;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.9);
  z-index: 0;
  transition: transform 350ms var(--ease-fast-out-slow-in);
  will-change: transform;
}
.member .section__title {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 450ms var(--ease-fast-out-slow-in);
}
.member .section__inner {
  margin-top: 56px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 450ms var(--ease-fast-out-slow-in);
}

.member__list {
  padding-bottom: 118px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px 54px;
}

.member__item.-blank {
  visibility: hidden;
}
.member__item figure {
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.member__item .-name em {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.member__item .-name span {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.member__item .-position {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 12px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.member__item .-description {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.member__item .-description a {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.1;
  vertical-align: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--color-white);
}
.-enabledHover .member__item .-description a:hover {
  border-bottom: none;
}
.member__item .-description a + a {
  margin-left: 8px;
}
.member__item .-description a i {
  width: 10px;
  margin-left: 4px;
  display: block;
}

.company {
  margin-top: 120px;
}
.company .section__inner {
  padding-left: 420px;
}

.company__table {
  margin-top: -26px;
}
.company__table table {
  border-bottom: 1px solid var(--color-black-0_2);
}
.company__table th,
.company__table td {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-top: 1px solid var(--color-black-0_2);
}
.company__table th {
  width: 140px;
  padding-left: 30px;
  font-weight: bold;
}
.company__table td small {
  font-size: 14px;
}
.company__table a {
  line-height: 1.4;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}
.-enabledHover .company__table a:hover {
  text-decoration: none;
}
.company__table a i {
  width: 10px;
  margin-left: 4px;
  display: inline-block;
}

@media (max-width: 768px) {
  .about .section__title {
    position: relative;
    z-index: 3;
  }
  .about__header__body {
    padding-top: 19.2vw;
    padding-bottom: 40.5333333333vw;
  }
  .about__header__body::before {
    height: 40.5333333333vw;
    left: -2.9333333333vw;
    right: -2.9333333333vw;
    z-index: 1;
  }
  .about__header__body::after {
    content: "";
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 12.5333333333vw;
    right: 12.5333333333vw;
    bottom: 15.4666666667vw;
    z-index: 1;
  }
  .about__header__body h3 {
    position: relative;
    z-index: 3;
  }
  .about__header__body h3 em {
    font-size: 7.2vw;
    line-height: 8.5333333333vw;
  }
  .about__header__body h3 span {
    margin-top: 5.0666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1;
  }
  .about__header__body .-text {
    width: 100%;
    margin: 0;
    padding: 9.0666666667vw 0 8vw;
    position: relative;
    z-index: 2;
  }
  .about__header__body p {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
  .about__header__body p + p {
    margin-top: 5.8666666667vw;
  }
  .message {
    margin-top: 20vw;
  }
  .message .section__inner {
    padding: 10.1333333333vw 2.9333333333vw 0;
  }
  .message .section__inner > p {
    padding-right: 0.4em;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.03em;
    text-align: justify;
  }
  .message .section__inner > p + p {
    margin-top: 5.3333333333vw;
  }
  .message__title {
    margin-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 5.8666666667vw;
  }
  .message__sign {
    margin-top: 7.4666666667vw;
    text-align: right;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .message__sign span {
    font-size: 2.6666666667vw;
  }
  .message__sign em {
    margin-top: 4px;
    font-size: 4.8vw;
  }
  .member {
    margin-top: 16vw;
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
  }
  .member.section {
    padding-top: 16.5333333333vw;
  }
  .member::before {
    background-image: url(../imgs/about-member-grad-sp.jpg);
  }
  .member .section__inner {
    margin-top: 6.4vw;
    padding-left: 2.9333333333vw;
    padding-right: 2.9333333333vw;
  }
  .member__list {
    padding-bottom: 21.6vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6vw 4.2666666667vw;
  }
  .member__item.-blank {
    display: none;
  }
  .member__item:nth-child(9), .member__item:nth-child(10) {
    margin-top: 5.6vw;
  }
  .member__item figure {
    margin-bottom: 4.5333333333vw;
    border-radius: 1.0666666667vw;
  }
  .member__item .-name em {
    font-size: 4.8vw;
  }
  .member__item .-name span {
    margin-top: 0.8vw;
    font-size: 2.2666666667vw;
  }
  .member__item .-position {
    margin-top: 1.8666666667vw;
    font-size: 2.1333333333vw;
  }
  .member__item .-description {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }
  .member__item .-description a {
    margin-left: 2px;
    font-size: 3.2vw;
    vertical-align: 1px;
  }
  .member__item .-description a + a {
    margin-left: 2.1333333333vw;
  }
  .member__item .-description a i {
    width: 2.1333333333vw;
    margin-left: 0.8vw;
  }
  .company {
    margin-top: 20.8vw;
  }
  .company .section__inner {
    padding: 0;
    padding-bottom: 5.3333333333vw;
  }
  .company__table {
    margin-top: 7.7333333333vw;
  }
  .company__table th,
  .company__table td {
    height: 17.8666666667vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    vertical-align: middle;
  }
  .company__table th {
    width: 26.6666666667vw;
    padding-left: 2.9333333333vw;
  }
  .company__table td small {
    font-size: 2.9333333333vw;
  }
  .company__table a i {
    width: 2.6666666667vw;
    margin-left: 1.0666666667vw;
  }
}
/* ==========================================================================
 *
 * Blocks - contact
 *
========================================================================== */
.contact {
  margin-top: 90px;
  position: relative;
}
.contact .section__inner {
  position: relative;
}
.contact__body {
  margin-top: 118px;
  position: relative;
  z-index: 1;
}
.contact__body p {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.contact__body a {
  margin: 72px auto 0;
}

.contact__bg {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 0;
}

.contact__bg__track {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
  animation: ticker var(--ticker-speed) linear infinite;
}

.contact__bg__set {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
}
.contact__bg__set span {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 92px;
  font-size: 200px;
  font-style: italic;
  opacity: 0.05;
  line-height: 1;
  display: block;
  position: relative;
}
.contact__bg__set span::before {
  content: "";
  width: 54px;
  height: 22px;
  background: url(../imgs/icon-blank.svg) no-repeat center bottom transparent;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 30px;
}

@media (max-width: 768px) {
  .contact {
    margin-top: 15.4666666667vw;
  }
  .contact .section__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .contact__body {
    margin-top: 17.8666666667vw;
  }
  .contact__body p {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  .contact__body a {
    margin: 13.3333333333vw auto 0;
  }
  .contact__bg {
    top: 9.3333333333vw;
  }
  .contact__bg__track {
    gap: 6.4vw;
  }
  .contact__bg__set {
    gap: 6.4vw;
  }
  .contact__bg__set span {
    padding-left: 15.0666666667vw;
    font-size: 32vw;
  }
  .contact__bg__set span::before {
    width: 8.6666666667vw;
    height: 3.4666666667vw;
    bottom: 5.3333333333vw;
  }
}
/* ==========================================================================
 *
 * Blocks - footer
 *
========================================================================== */
.footer {
  margin: 60px 0 32px;
  padding: 0 32px;
  overflow: hidden;
  position: relative;
}
.footer[data-init=true] .footer__logo::before,
.footer[data-init=true] .footer__bg {
  transform: scale(1.5);
  transition: transform 550ms 150ms var(--ease-linear-out-slow-in);
}
.footer[data-init=true][data-shown=true] .footer__logo::before,
.footer[data-init=true][data-shown=true] .footer__bg {
  transform: scale(1);
}
.-enabledHover .footer a {
  transition: opacity 250ms var(--ease-linear-out-slow-in);
}
.-enabledHover .footer a:hover {
  opacity: 0.5;
}
.footer__bg {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  height: 492px;
  position: relative;
  z-index: 0;
}
.footer__bg .section__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.footer__bg .-dummy {
  opacity: 0;
  visibility: hidden;
}
.footer__bg canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1281px) {
  .footer__bg {
    height: 38.4375vw;
  }
}
@media (min-width: 1601px) {
  .footer__bg {
    height: 615px;
  }
}

.footer__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  height: 492px;
  position: absolute;
  left: 32px;
  right: 32px;
  top: 0;
  z-index: 1;
}
.footer__inner .section__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1281px) {
  .footer__inner {
    height: 38.4375vw;
  }
}
@media (min-width: 1601px) {
  .footer__inner {
    height: 615px;
  }
}

.footer__bg__plane {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__bg__plane img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__logo {
  width: 69.078947%;
  height: 61.78%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer__logo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.footer__logo img {
  max-width: 256px;
  position: relative;
  z-index: 1;
}

.footer__nav {
  padding: 28px 15px 0;
  color: var(--color-white);
}
.footer__nav .nav__list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-row-gap: 12px;
  column-gap: 44px;
}
.footer__nav .nav__list li {
  display: flex;
  align-items: center;
}
.footer__nav .nav__list li a {
  color: var(--color-white);
}
.footer__nav .nav__list li a span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.footer__info {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 0 14px 14px;
  color: var(--color-white);
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer__copyright {
  line-height: 1.2;
  display: block;
}

.footer__policy {
  line-height: 1.2;
  display: block;
}

.footer__sns a {
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.footer__sns a + a {
  margin-top: 4px;
}
.footer__sns a i {
  width: 8px;
  margin-left: 4px;
  display: block;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 17.6vw;
    margin-bottom: 0;
    padding: 0;
  }
  .footer__bg {
    height: 40.5333333333vw;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer__bg::before {
    content: "";
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 15.4666666667vw;
    right: 15.4666666667vw;
    bottom: 15.4666666667vw;
    z-index: 1;
  }
  .footer__bg canvas {
    display: none;
  }
  .footer__inner {
    height: auto;
    padding-bottom: 15.4666666667vw;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .footer__logo {
    height: auto;
    margin: 0 15.7333333333vw;
    padding: 0;
    background-color: transparent;
  }
  .footer__logo::before {
    display: none;
  }
  .footer__logo img {
    width: 35.2vw;
  }
  .footer__nav {
    margin: 0 15.7333333333vw;
    padding: 8.2666666667vw 0 8.5333333333vw;
    color: var(--color-black);
  }
  .footer__nav .nav__list {
    grid-row-gap: 2.9333333333vw;
    column-gap: 6.4vw;
    justify-content: center;
  }
  .footer__nav .nav__list li {
    border-bottom: none;
  }
  .footer__nav .nav__list li:nth-child(1) {
    border-top: none;
  }
  .footer__nav .nav__list li a {
    color: var(--color-black);
  }
  .footer__nav .nav__list li a::after {
    background-image: url(../imgs/icon-blank.svg);
  }
  .footer__nav .nav__list li a span {
    font-size: 2.4vw;
  }
  .footer__nav .nav__list li a i.-blank {
    width: 1.4666666667vw;
    margin-right: 0.8vw;
    margin-bottom: 0.5333333333vw;
  }
  .footer__nav .nav__list li a i.-link {
    width: 1.6vw;
    margin-left: 0.8vw;
    margin-bottom: 0.5333333333vw;
  }
  .footer__info {
    padding: 0 2.9333333333vw 1.6vw;
    font-size: 2.1333333333vw;
  }
  .footer__sns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .footer__sns a {
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .footer__sns a + a {
    margin-top: 0;
    margin-left: 2.6666666667vw;
  }
  .footer__sns a i {
    width: 1.6vw;
    margin-left: 1.0666666667vw;
  }
}
/* ==========================================================================
 *
 * Blocks - header
 *
========================================================================== */
.header {
  width: 100%;
  height: 88px;
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header__logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.header__toggle {
  display: none;
}

.header__nav .header__logo {
  display: none;
}
.header__nav .nav__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

@media (max-width: 768px) {
  .header {
    height: auto;
    padding: 0;
    display: block;
  }
  .header.-opened .header__nav {
    height: 100%;
    transition-duration: 600ms;
  }
  .header.-opened .header__toggle button::before {
    transform: translate3d(-70%, -50%, 0);
    opacity: 0;
  }
  .header.-opened .header__toggle button span {
    width: 5.6vw;
  }
  .header.-opened .header__toggle button span:nth-child(1) {
    margin-top: 0vw;
    transform: translate3d(-50%, -50%, 0) rotate(30deg);
  }
  .header.-opened .header__toggle button span:nth-child(2) {
    margin-top: 0vw;
    transform: translate3d(-50%, -50%, 0) rotate(-30deg);
  }
  .header .nav__list {
    height: 100%;
    padding: 0 2.9333333333vw;
  }
  .header .nav__list li {
    width: 100%;
    border-bottom: 1px solid var(--color-black-0_2);
    flex-shrink: 0;
  }
  .header .nav__list li:nth-child(1) {
    border-top: 1px solid var(--color-black-0_2);
  }
  .header .nav__list li a > div {
    padding: 5.8666666667vw 2.9333333333vw;
  }
  .header .nav__list li a.pc {
    display: none;
  }
  .header .nav__list li a.sp {
    display: flex;
  }
  .header .nav__list li a span {
    font-size: 4.2666666667vw;
  }
  .header .nav__list li a i.-blank {
    width: 2.5333333333vw;
    margin-right: 1.3333333333vw;
    margin-bottom: 0.5333333333vw;
  }
  .header .nav__list li a i.-link {
    width: 3.0666666667vw;
    margin-left: 1.3333333333vw;
    margin-bottom: 0.5333333333vw;
  }
  .header__logo {
    width: 28.5333333333vw;
    position: absolute;
    top: 5.3333333333vw;
    left: 2.9333333333vw;
  }
  .header__toggle {
    display: block;
    position: fixed;
    top: 2.4vw;
    right: 2.9333333333vw;
    z-index: 2;
  }
  .header__toggle button {
    width: 11.0666666667vw;
    height: 11.0666666667vw;
    border-radius: 50%;
    background-color: #eee;
    display: block;
  }
  .header__toggle button::before,
  .header__toggle button span {
    width: 5.0666666667vw;
    height: 1px;
    background-color: var(--color-black);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .header__toggle button::before {
    content: "";
    transition: transform 200ms ease, opacity 150ms ease;
  }
  .header__toggle button span {
    display: block;
    transition: margin-top 200ms ease, transform 200ms ease;
  }
  .header__toggle button span:nth-child(1) {
    margin-top: -1.4666666667vw;
  }
  .header__toggle button span:nth-child(2) {
    margin-top: 1.4666666667vw;
  }
  .header__nav {
    width: 100%;
    background-color: var(--color-white);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 0%;
    overflow: hidden;
    transition: height 350ms var(--ease-in-out-quint);
  }
  .header__nav .header__logo {
    display: block;
  }
  .header__nav .nav__list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
}
/* ==========================================================================
 *
 * Blocks - link
 *
========================================================================== */
.link {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.link > div {
  display: flex;
  align-items: center;
}
.link > div.-origin {
  position: relative;
  z-index: 0;
}
.link > div.-dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  display: none;
}
.link > div i {
  width: 10px;
  margin-left: 4px;
  display: block;
}
.link.-button {
  width: 120px;
  height: 28px;
  border: 1px solid var(--color-gray);
  border-radius: 14px;
  background-color: var(--color-gray);
  display: flex;
  justify-content: center;
}
.link.-button > div {
  padding: 0 10px;
}
.link.-button.-transparent {
  border-color: var(--color-white);
  background-color: transparent;
}
.link.-button.-mid {
  width: 160px;
}
.link.-button.-large {
  width: 320px;
  height: 56px;
  border-radius: 28px;
}
.-enabledHover .link.gradientLink:not(.-button) > div.-origin {
  will-change: opacity;
  transition: opacity 250ms 0ms var(--ease-linear-out-slow-in);
}
.-enabledHover .link.gradientLink:not(.-button) > div.-dummy {
  display: flex;
  will-change: opacity;
  transition: opacity 250ms var(--ease-linear-out-slow-in);
}
.-enabledHover .link.gradientLink:not(.-button).-color1 > div.-dummy .-blank polygon {
  fill: var(--color-grad-hover-1-1) !important;
}
.-enabledHover .link.gradientLink:not(.-button).-color1 > div.-dummy .-text {
  background: var(--color-grad-hover-1);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.-enabledHover .link.gradientLink:not(.-button).-color1 > div.-dummy .-link path {
  fill: var(--color-grad-hover-1-2) !important;
}
.-enabledHover .link.gradientLink:not(.-button).-color2 > div.-dummy .-blank polygon {
  fill: var(--color-grad-hover-2-1) !important;
}
.-enabledHover .link.gradientLink:not(.-button).-color2 > div.-dummy .-text {
  background: var(--color-grad-hover-2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.-enabledHover .link.gradientLink:not(.-button).-color2 > div.-dummy .-link path {
  fill: var(--color-grad-hover-2-2) !important;
}
.-enabledHover .link.gradientLink:not(.-button).-color3 > div.-dummy .-blank polygon {
  fill: var(--color-grad-hover-3-1) !important;
}
.-enabledHover .link.gradientLink:not(.-button).-color3 > div.-dummy .-text {
  background: var(--color-grad-hover-3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.-enabledHover .link.gradientLink:not(.-button).-color3 > div.-dummy .-link path {
  fill: var(--color-grad-hover-3-2) !important;
}
.-enabledHover .link.gradientLink:hover:not(.-button) > div.-origin {
  opacity: 0;
  transition: opacity 100ms 150ms var(--ease-linear-out-slow-in);
}
.-enabledHover .link.gradientLink:hover:not(.-button) > div.-dummy {
  opacity: 1;
}
.-enabledHover .link.gradientLink.-button::before {
  content: "";
  border-radius: inherit;
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 0;
  opacity: 0;
  transition: opacity 250ms var(--ease-linear-out-slow-in);
}
.-enabledHover .link.gradientLink.-button.-color1::before {
  background: var(--color-grad-hover-1);
}
.-enabledHover .link.gradientLink.-button.-color2::before {
  background: var(--color-grad-hover-2);
}
.-enabledHover .link.gradientLink.-button.-color3::before {
  background: var(--color-grad-hover-3);
}
.-enabledHover .link.gradientLink.-button .-blank polygon {
  transition: fill 250ms var(--ease-linear-out-slow-in);
}
.-enabledHover .link.gradientLink.-button .-text {
  transition: color 250ms var(--ease-linear-out-slow-in);
}
.-enabledHover .link.gradientLink.-button .-link path {
  transition: fill 250ms var(--ease-linear-out-slow-in);
}
.-enabledHover .link.gradientLink.-button:hover .-blank polygon,
.-enabledHover .link.gradientLink.-button:hover .-link path {
  fill: var(--color-white) !important;
}
.-enabledHover .link.gradientLink.-button:hover .-text {
  color: var(--color-white);
}
.-enabledHover .link.gradientLink.-button:hover::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .link {
    font-size: 2.1333333333vw;
  }
  .link > div i {
    width: 1.7333333333vw;
    margin-left: 0.8vw;
  }
  .link.-button {
    width: 33.0666666667vw;
    height: 6.4vw;
    padding: 0 1.3333333333vw;
    font-size: 2.9333333333vw;
    border-radius: 3.2vw;
  }
  .link.-button i {
    width: 2vw;
    margin-left: 1.0666666667vw;
  }
  .link.-button.-mid {
    width: 34.6666666667vw;
  }
  .link.-button.-large {
    width: 64vw;
    height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
/* ==========================================================================
 *
 * Blocks - main
 *
========================================================================== */
.main {
  position: relative;
  z-index: 1;
}
/* ==========================================================================
 *
 * Blocks - nav
 *
========================================================================== */
.nav__list li > *.sp {
  display: none;
}
.nav__list li > *.-button {
  width: 120px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid var(--color-gray);
  border-radius: 14px;
  background-color: var(--color-gray);
  justify-content: center;
}
.nav__list li > * span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.nav__list li > * i.-blank {
  width: 8px;
  margin-right: 4px;
  margin-bottom: 2px;
  display: block;
  align-self: flex-end;
}
.nav__list li > * i.-link {
  width: 10px;
  margin-left: 4px;
  margin-bottom: 1px;
  display: block;
}

.nav__footer {
  display: none;
}

@media (max-width: 768px) {
  .nav__inner {
    height: calc(100% - 21.3333333333vw);
    margin-top: 21.3333333333vw;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    overflow: auto;
  }
  .nav__footer {
    height: 40.5333333333vw;
    margin-top: 8.2666666667vw;
    background: url(../imgs/bg.jpg) no-repeat center bottom transparent;
    background-size: 100% auto;
    display: block;
    flex-shrink: 0;
    position: relative;
  }
  .nav__footer::before {
    content: "";
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 12.5333333333vw;
    right: 12.5333333333vw;
    bottom: 15.4666666667vw;
    z-index: 0;
  }
}
/* ==========================================================================
 *
 * Blocks - news
 *
========================================================================== */
.news .section__inner {
  padding-left: 382px;
}
.news__list {
  margin-top: -26px;
}

.news__item {
  border-top: 1px solid var(--color-black-0_2);
}
.news__item a {
  padding: 40px 125px 34px 20px;
  display: block;
  position: relative;
}
.-enabledHover .news__item a > time,
.-enabledHover .news__item a > p {
  transition: opacity 250ms var(--ease-linear-out-slow-in);
}
.-enabledHover .news__item a .link > div.-dummy {
  display: flex;
}
.-enabledHover .news__item a.-color1 .link > div.-dummy .-blank polygon {
  fill: var(--color-grad-hover-1-1) !important;
}
.-enabledHover .news__item a.-color1 .link > div.-dummy .-text {
  background: var(--color-grad-hover-1);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.-enabledHover .news__item a.-color1 .link > div.-dummy .-link path {
  fill: var(--color-grad-hover-1-2) !important;
}
.-enabledHover .news__item a.-color2 .link > div.-dummy .-blank polygon {
  fill: var(--color-grad-hover-2-1) !important;
}
.-enabledHover .news__item a.-color2 .link > div.-dummy .-text {
  background: var(--color-grad-hover-2);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.-enabledHover .news__item a.-color2 .link > div.-dummy .-link path {
  fill: var(--color-grad-hover-2-2) !important;
}
.-enabledHover .news__item a.-color3 .link > div.-dummy .-blank polygon {
  fill: var(--color-grad-hover-3-1) !important;
}
.-enabledHover .news__item a.-color3 .link > div.-dummy .-text {
  background: var(--color-grad-hover-3);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.-enabledHover .news__item a.-color3 .link > div.-dummy .-link path {
  fill: var(--color-grad-hover-3-2) !important;
}
.-enabledHover .news__item a:hover > time,
.-enabledHover .news__item a:hover > p {
  opacity: 0.5;
}
.-enabledHover .news__item a:hover .link > div.-origin {
  opacity: 0;
  transition: opacity 100ms 150ms var(--ease-linear-out-slow-in);
}
.-enabledHover .news__item a:hover .link > div.-dummy {
  opacity: 1;
}
.news__item time {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-left: 11px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}
.news__item time::before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(../imgs/icon-blank.svg) no-repeat center bottom transparent;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.news__item p {
  padding-left: 11px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.news__item .link {
  font-size: 11px;
  position: absolute;
  bottom: 6px;
  right: 15px;
}

.news__more {
  padding: 40px 32px;
  border-top: 1px solid var(--color-black-0_2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news__more > span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.news__more a {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .news .section__inner {
    margin-top: 7.7333333333vw;
    padding: 0;
  }
  .news__list {
    margin-top: 0;
  }
  .news__item a {
    padding: 9.8666666667vw 2.9333333333vw 10.1333333333vw 2.9333333333vw;
  }
  .news__item time {
    margin-bottom: 0.5333333333vw;
    padding-left: 0;
    font-size: 2.4vw;
  }
  .news__item time::before {
    width: 1.2vw;
    height: 0.5333333333vw;
    bottom: 0.4vw;
    left: -1.8666666667vw;
  }
  .news__item p {
    padding-left: 0;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
  .news__item .link {
    font-size: 2.1333333333vw;
    bottom: 1.6vw;
    right: 2.9333333333vw;
  }
  .news__more {
    padding: 6.4vw 2.9333333333vw;
  }
  .news__more > span {
    font-size: 2.6666666667vw;
  }
  .news__more a {
    margin-left: 1.6vw;
  }
}
/* ==========================================================================
 *
 * Blocks - page
 *
========================================================================== */
.page {
  padding-top: 180px;
}
@media (max-width: 768px) {
  .page {
    padding-top: 26.6666666667vw;
  }
}
/* ==========================================================================
 *
 * Blocks - policy
 *
========================================================================== */
.policy__body {
  margin-top: -26px;
  padding: 0 64px 22px 344px;
  font-size: 14px;
  line-height: 24px;
}
.policy__body .-lead {
  margin-bottom: 46px;
}
.policy__body .-footer {
  text-align: right;
}
.policy__body h3 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}
.policy__body > p + p, .policy__body > p + ol, .policy__body > p + ul,
.policy__body > ol + p,
.policy__body > ol + ol,
.policy__body > ol + ul,
.policy__body > ul + p,
.policy__body > ul + ol,
.policy__body > ul + ul {
  margin-top: 24px;
}
.policy__body ol {
  list-style: none;
}
.policy__body ol li {
  position: relative;
  padding-left: 2em;
}
.policy__body ol li span {
  width: 2em;
  margin-left: -2em;
  padding-right: 0.4em;
  display: inline-block;
  text-align: right;
}
.policy__body em {
  font-weight: bold;
  font-style: normal;
}

@media (max-width: 768px) {
  .policy__body {
    margin-top: 0;
    padding: 5.8666666667vw 5.8666666667vw 22px;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.03em;
  }
  .policy__body .-lead {
    margin-bottom: 16vw;
  }
  .policy__body .-footer {
    margin-top: 5.3333333333vw;
  }
  .policy__body h3 {
    margin-top: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
  .policy__body > p + p, .policy__body > p + ol, .policy__body > p + ul,
  .policy__body > ol + p,
  .policy__body > ol + ol,
  .policy__body > ol + ul,
  .policy__body > ul + p,
  .policy__body > ul + ol,
  .policy__body > ul + ul {
    margin-top: 5.3333333333vw;
  }
}
/* ==========================================================================
 *
 * Blocks - recruit
 *
========================================================================== */
.recruit {
  color: var(--color-white);
  background: var(--color-grad-recruit);
  overflow: hidden;
  position: relative;
}
.recruit.section {
  padding-top: 88px;
  padding-bottom: 178px;
}
.recruit::before, .recruit::after {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
.recruit::before {
  background-image: linear-gradient(180deg, #151f2b 0%, #151f2b 25%, rgba(21, 31, 43, 0) 90%, rgba(21, 31, 43, 0) 100%);
  top: 0;
}
.recruit::after {
  background-image: linear-gradient(0deg, #2e3741 0%, #2e3741 25%, rgba(21, 31, 43, 0) 90%, rgba(21, 31, 43, 0) 100%);
  bottom: 0;
}
.recruit__body {
  margin-top: 96px;
}
.recruit__body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.recruit__body p em {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 32px;
  margin-bottom: 18px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  display: block;
}
.recruit__body p em i {
  margin-left: 15px;
  font-family: "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol";
  font-size: 58px;
}
.recruit__body .link {
  margin-top: 32px;
}

.recruit__imgs {
  width: 478px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(82px) rotate(12deg);
}
.recruit__imgs > div {
  animation-name: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 45s;
  position: absolute;
  top: 0;
}
.recruit__imgs > div.-left {
  margin-top: -164px;
  left: 0;
}
.recruit__imgs > div.-right {
  right: 0;
  animation-direction: reverse;
}
.recruit__imgs > div img {
  width: 234px;
  margin-bottom: 10px;
  border-radius: 16px;
  display: block;
}

@media (min-width: 1281px) {
  .recruit.section {
    padding-top: 6.875vw;
    padding-bottom: 13.90625vw;
  }
  .recruit__body {
    margin-top: 7.5vw;
  }
  .recruit__body .link {
    margin-top: 2.5vw;
  }
  .recruit__imgs {
    width: 37.34375vw;
    transform: translateX(6.40625vw) rotate(12deg);
  }
  .recruit__imgs > div img {
    width: 18.28125vw;
    margin-bottom: 0.78125vw;
    border-radius: 1.25vw;
  }
}
@media (min-width: 1601px) {
  .recruit.section {
    padding-top: 110px;
    padding-bottom: 222.5px;
  }
  .recruit__body {
    margin-top: 120px;
  }
  .recruit__body .link {
    margin-top: 40px;
  }
  .recruit__imgs {
    width: 597.5px;
    transform: translateX(102.5px) rotate(12deg);
  }
  .recruit__imgs > div img {
    width: 292.5px;
    margin-bottom: 12.5px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .recruit.section {
    padding-top: 15.4666666667vw;
    padding-bottom: 20.8vw;
  }
  .recruit .section__inner {
    padding-left: 2.9333333333vw;
    padding-right: 2.9333333333vw;
  }
  .recruit::before, .recruit::after {
    height: 10.6666666667vw;
  }
  .recruit__body {
    width: 100%;
    margin-top: 8vw;
  }
  .recruit__body p {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
  .recruit__body p em {
    margin-top: 0;
    margin-bottom: 1.6vw;
    font-size: 8vw;
  }
  .recruit__body p em i {
    margin-left: 2.1333333333vw;
    font-size: 7.7333333333vw;
  }
  .recruit__body .link {
    margin-top: 5.0666666667vw;
  }
  .recruit__imgs {
    width: 52.8vw;
    left: auto;
    right: -8vw;
    transform: rotate(12deg);
  }
  .recruit__imgs > div.-left {
    margin-top: 0;
  }
  .recruit__imgs > div img {
    width: 25.8666666667vw;
    margin-bottom: 1.0666666667vw;
    border-radius: 1.0666666667vw;
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
/* ==========================================================================
 *
 * Blocks - section
 *
========================================================================== */
.section {
  padding: 0 32px;
}
.section__wapper {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
}
.section__wapper .section__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.section__title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-left: 16px;
  font-weight: 500;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 26px;
  position: relative;
}
.section__title.-invert::before {
  background-image: url(../imgs/icon-blank-white.svg);
}
.section__title::before {
  content: "";
  width: 11px;
  height: 100%;
  background: url(../imgs/icon-blank.svg) no-repeat center bottom transparent;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 6px;
}

.section__inner {
  padding: 0 32px;
}

@media (max-width: 768px) {
  .section {
    padding: 0 2.9333333333vw;
  }
  .section__title {
    padding-left: 3.4666666667vw;
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }
  .section__title::before {
    width: 2.1333333333vw;
    bottom: 0.8vw;
  }
  .section__inner {
    padding: 0 5.8666666667vw;
  }
}
/* ==========================================================================
 *
 * Blocks - service
 *
========================================================================== */
.service[data-init=true] .service__header__body::before {
  opacity: 1;
  transform: translateY(0);
}
.service[data-init=true] .service__header__body .-text::before {
  transform: translateY(0);
}
.service[data-init=true] .service__header__img img {
  opacity: 1;
  transform: translateY(0);
}
.service__header {
  position: relative;
}
.service__header .section__wapper {
  position: relative;
}

.service__header__body {
  padding-top: 142px;
  padding-bottom: 188px;
  position: relative;
}
@media (min-width: 1281px) {
  .service__header__body {
    padding-bottom: 14.6875vw;
  }
}
@media (min-width: 1601px) {
  .service__header__body {
    padding-bottom: 235px;
  }
}
.service__header__body::before {
  content: "";
  height: 100%;
  background: url(../imgs/bg-service.jpg) no-repeat center bottom transparent;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 800ms 200ms var(--ease-fast-out-slow-in), transform 800ms 200ms var(--ease-fast-out-slow-in);
}
.service__header__body h3 {
  margin: 0 auto;
  text-align: center;
  background-color: var(--color-white);
  position: relative;
  z-index: 2;
}
.service__header__body h3 span {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 44px;
  display: block;
}
.service__header__body h3 img {
  margin: 16px auto 0;
  width: 432px;
}
.service__header__body .-text {
  width: 69.078947%;
  margin: 0 auto;
  padding: 70px 20px 120px;
  position: relative;
  z-index: 1;
}
.service__header__body .-text::before {
  content: "";
  width: 100%;
  height: 200%;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform: translateY(40px);
  transition: transform 800ms 200ms var(--ease-fast-out-slow-in);
}
.service__header__body p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service__header__body p + p {
  margin-top: 32px;
}
.service__header__body p i {
  margin-left: 4px;
  font-family: "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol";
}

.service__header__img {
  width: 330px;
  position: absolute;
  top: 110px;
  left: 50%;
  z-index: 2;
  transform: translateX(285px);
}
.service__header__img img {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 800ms 200ms var(--ease-fast-out-slow-in), transform 800ms 200ms var(--ease-fast-out-slow-in);
}
@media (min-width: 1281px) {
  .service__header__img {
    transform: translateX(22.265625vw);
  }
}
@media (min-width: 1601px) {
  .service__header__img {
    transform: translateX(356.25px);
  }
}

.service__section {
  padding: 95px 64px 0;
}
.service__section.-s1 .service__point .-point {
  color: var(--color-raidori-pink);
}
.service__section.-s2 {
  margin-top: 95px;
  padding-bottom: 120px;
  background-color: var(--color-gray-light);
}
.service__section.-s2 .service__point .-point {
  color: var(--color-raidori-yellow);
}

.service__section__wapper {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.service__section__wapper .section__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.service__section__title {
  width: 248px;
  flex-shrink: 0;
}
.service__section__title h2 {
  margin-bottom: 22px;
}
.service__section__title h2 span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.service__section__title h2 em {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 18px;
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0.05em;
  display: block;
}
.service__section__title p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.service__section__title .link {
  margin-top: 32px;
}

.service__section_body {
  width: 100%;
  padding-left: 102px;
}

.service__points {
  margin-top: 38px;
  border-bottom: 1px solid var(--color-black-0_2);
}

.service__point {
  padding: 44px 20px 54px 48px;
  border-top: 1px solid var(--color-black-0_2);
  position: relative;
}
.service__point .-point {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 32px;
  right: 20px;
}
.service__point .-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.05em;
  position: relative;
}
.service__point .-title::before {
  content: "";
  width: 19px;
  height: 8px;
  background: url(../imgs/icon-blank.svg) no-repeat center bottom transparent;
  background-size: 100% auto;
  position: absolute;
  left: -28px;
  bottom: 4px;
}
.service__point .-title span {
  font-size: 0.6em;
  vertical-align: super;
}
.service__point .-body {
  margin-top: 16px;
}
.service__point .-body p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.service__point .-body p + p {
  margin-top: 2px;
}
.service__point .-body small {
  font-size: 11px;
}

.service__img {
  margin-top: 100px;
  padding: 0 64px;
}
.service__img > div {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  overflow: hidden;
}
.service__img > div .section__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.sercive__users {
  height: 260px;
  background-image: var(--color-grad-raidori);
  position: relative;
  overflow: hidden;
}
.sercive__users .-bg {
  width: 100%;
  height: 100%;
  background: url(../imgs/service-text-1.svg) repeat-x center center transparent;
  background-size: auto 210px;
  position: absolute;
  z-index: 0;
}
.sercive__users .-icons {
  height: 100%;
  width: max-content;
  display: flex;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
  animation: ticker linear infinite;
  animation-duration: var(--ticker-speed);
  animation-direction: reverse;
  transform: translateX(0);
}
.sercive__users .-icons > div {
  display: flex;
  gap: 32px;
}
.sercive__users .-icons > div img {
  width: 96px;
  border-radius: 8px;
}
@media (min-width: 1281px) {
  .sercive__users {
    height: 20.3125vw;
  }
  .sercive__users .-bg {
    background-size: auto 16.40625vw;
  }
  .sercive__users .-icons {
    gap: 2.5vw;
  }
  .sercive__users .-icons > div {
    gap: 2.5vw;
  }
  .sercive__users .-icons > div img {
    width: 7.5vw;
    border-radius: 0.625vw;
  }
}

@media (max-width: 768px) {
  .service .section__title {
    position: relative;
    z-index: 3;
  }
  .service__header__body {
    padding-top: 17.8666666667vw;
    padding-bottom: 40.5333333333vw;
  }
  .service__header__body::before {
    height: 40.5333333333vw;
    left: -2.9333333333vw;
    right: -2.9333333333vw;
    z-index: 1;
  }
  .service__header__body::after {
    content: "";
    background-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 12.5333333333vw;
    right: 12.5333333333vw;
    bottom: 15.4666666667vw;
    z-index: 1;
  }
  .service__header__body h3 {
    width: 100%;
    z-index: 3;
  }
  .service__header__body h3 span {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
  }
  .service__header__body h3 img {
    margin: 2.1333333333vw auto 0;
    width: 63.4666666667vw;
  }
  .service__header__body .-text {
    width: 100%;
    padding: 10.6666666667vw 0 65.8666666667vw;
    white-space: nowrap;
    z-index: 2;
  }
  .service__header__body p {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
  .service__header__body p + p {
    margin-top: 5.8666666667vw;
  }
  .service__header__body p i {
    margin-left: 0.8vw;
    font-family: "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol";
  }
  .service__header__img {
    width: 69.0666666667vw;
    top: auto;
    right: auto;
    bottom: 15.2vw;
    left: 12.5333333333vw;
    transform: none;
    z-index: 3;
  }
  .service__section {
    padding: 21.3333333333vw 2.9333333333vw 0;
  }
  .service__section.-s2 {
    margin-top: 16.5333333333vw;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .service__section__wapper {
    flex-flow: column nowrap;
  }
  .service__section__title {
    width: 100%;
  }
  .service__section__title h2 {
    margin-bottom: 4vw;
  }
  .service__section__title h2 span {
    font-size: 2.9333333333vw;
  }
  .service__section__title h2 em {
    margin-top: 1.6vw;
    font-size: 7.4666666667vw;
    line-height: 8vw;
  }
  .service__section__title p {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
  .service__section__title .link {
    margin-top: 5.0666666667vw;
  }
  .service__section_body {
    padding-left: 0;
  }
  .service__points {
    margin-top: 8.5333333333vw;
  }
  .service__point {
    padding: 10.9333333333vw 5.8666666667vw;
  }
  .service__point .-point {
    font-size: 2.9333333333vw;
    top: 4.2666666667vw;
    right: 2.9333333333vw;
  }
  .service__point .-title {
    font-size: 5.3333333333vw;
    line-height: 7.2vw;
  }
  .service__point .-title::before {
    width: 3.2vw;
    height: 1.2vw;
    left: -4.8vw;
    bottom: auto;
    top: 4.8vw;
  }
  .service__point .-body {
    margin-top: 2.4vw;
  }
  .service__point .-body p {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
  .service__point .-body p + p {
    margin-top: 1.0666666667vw;
  }
  .service__point .-body small {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  .service__img {
    margin-top: 16vw;
    padding: 0 2.9333333333vw;
  }
  .service__img > div {
    border-radius: 4.2666666667vw;
  }
  .sercive__users {
    height: 34.6666666667vw;
  }
  .sercive__users .-bg {
    background-position: -3.3333333333vw top;
    background-repeat: repeat;
    background-size: auto 17.3333333333vw;
  }
  .sercive__users .-icons {
    gap: 5.3333333333vw;
  }
  .sercive__users .-icons > div {
    gap: 5.3333333333vw;
  }
  .sercive__users .-icons > div img {
    width: 16vw;
    border-radius: 1.0666666667vw;
  }
}
/* ==========================================================================
 *
 * Blocks - top
 *
========================================================================== */
.top.page {
  padding-top: 0;
}
.top .recruit {
  margin-top: 80px;
}
.top > *:not(.top__fv) {
  position: relative;
  z-index: 1;
}
.top__fv {
  position: relative;
  z-index: 0;
}

.spc {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.top__header {
  padding: 475px 32px 32px;
  border-bottom: 1px solid var(--color-black-0_1);
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (min-width: 1281px) {
  .top__header {
    padding-top: 37.109375vw;
  }
}
@media (min-width: 1601px) {
  .top__header {
    padding-top: 593.75px;
  }
}

.top__header__inner {
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.top__header__inner .section__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.top__header__title div {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.top__header__title h1 {
  width: 610px;
  margin-top: 32px;
}

.top__header__copy {
  margin-left: 126px;
}
.top__header__copy div:nth-child(1) {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: -4px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
.top__header__copy div:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}

.top__header__scroll {
  font-size: 10px;
  position: absolute;
  top: 45%;
  right: 30px;
  transform: translate3d(50%, -50%, 0);
}
.top__header__scroll div.-text {
  font-size: 10px;
  position: relative;
  transform: rotate(-90deg);
}
.top__header__scroll div.-bar {
  width: 1px;
  height: 56px;
  background-color: var(--color-black-0_1);
  overflow: hidden;
  position: absolute;
  top: calc(100% + 3em);
  left: 50%;
}
.top__header__scroll div.-bar div {
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  animation-name: top-scroll;
  animation-duration: 1600ms;
  animation-iteration-count: infinite;
  animation-timing-function: var(--ease-out-sine);
}

.top__header__banners {
  width: calc(100% + 64px);
  margin: 0 -32px;
}

.top__header__banners__track {
  height: 114px;
  padding: 0 32px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-shrink: 0;
  gap: 16px;
  position: relative;
  animation: ticker var(--ticker-speed) linear infinite;
}
.top__header__banners__track ul {
  width: max-content;
  display: flex;
  flex-shrink: 0;
  gap: 16px;
}
.top__header__banners__track li {
  flex-shrink: 0;
}
.top__header__banners__track li > div {
  height: 64px;
  padding: 16px 0;
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  background-color: var(--color-black-0_8);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top__header__banners__track li > div img {
  width: auto;
  height: 64px;
}
.top__header__banners__track li > div span {
  padding-left: 20px;
  padding-right: 28px;
  white-space: nowrap;
  display: block;
  position: relative;
}
.top__header__banners__track li > div span::before {
  content: "";
  width: 1px;
  height: 28px;
  background-color: var(--color-white-0_5);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.top__about {
  margin-top: 96px;
  position: relative;
  z-index: 1;
}
.top__about .section__inner {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.top__about__title {
  flex-shrink: 0;
}
.top__about__title em {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 48px;
  display: block;
}
.top__about__title span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.top__about__body {
  width: 470px;
}
.top__about__body p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.top__about__body p:nth-child(1) {
  text-indent: -0.58em;
}
.top__about__body p + p {
  margin-top: 32px;
}
.top__about__body a {
  margin-top: 40px;
}

.top__service {
  margin-top: 120px;
  color: var(--color-white);
  position: relative;
}
.top__service.section {
  padding-top: 96px;
}
.top__service[data-shown=true]::before {
  transform: scale(1);
}
.top__service[data-shown=true] .section__title,
.top__service[data-shown=true] .section__inner {
  opacity: 1;
}
.top__service::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background: url(../imgs/top-service-grad.jpg) no-repeat center center transparent;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.9);
  z-index: 0;
  transition: transform 350ms var(--ease-fast-out-slow-in);
  will-change: transform;
}
.top__service .section__title {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 450ms var(--ease-fast-out-slow-in);
}
.top__service .section__inner {
  margin-top: 32px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 450ms var(--ease-fast-out-slow-in);
}
.top__service .section__inner::before {
  content: "";
  width: 1280px;
  aspect-ratio: 1280/726;
  background: url(../imgs/top-service-bg.png) no-repeat center top transparent;
  background-size: contain;
  display: block;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.top__service__inner {
  padding-bottom: 116px;
  position: relative;
  z-index: 1;
}
.top__service__inner .-center {
  position: absolute;
  top: 232px;
  left: 50%;
  transform: translateX(-90px);
}
.top__service__inner .-center small {
  margin-left: 66px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  display: block;
}
.top__service__inner .-center em {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.top__service__inner .-center span {
  margin-top: 4px;
  margin-left: -38px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  display: block;
}
.top__service__inner .-bottom {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 280px;
}
.top__service__inner .-bottom i {
  margin-top: 2px;
  font-family: "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol";
  font-size: 24px;
  vertical-align: -2px;
}
.top__service__inner .-bottom span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.top__service__inner .link {
  position: absolute;
  bottom: 64px;
  left: 0;
}

.top__service__sections {
  max-width: 1152px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top__service__section {
  width: 576px;
  flex-shrink: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.top__service__section.-s1 h3 {
  width: 220px;
  align-self: flex-start;
}
.top__service__section.-s1 > div {
  padding-left: 130px;
}
.top__service__section.-s1 h4 {
  margin-top: 52px;
}
.top__service__section.-s1 p {
  width: 290px;
}
.top__service__section.-s2 {
  padding-top: 212px;
}
.top__service__section.-s2 h3 {
  width: 550px;
  margin-top: 54px;
  align-self: flex-end;
}
.top__service__section.-s2 > div {
  padding-left: 150px;
}
.top__service__section.-s2 p {
  width: 300px;
}
.top__service__section h4 {
  margin-bottom: 4px;
}
.top__service__section h4 small {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.top__service__section h4 em {
  margin-top: 4px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  display: block;
}
.top__service__section h4 i {
  margin-left: 12px;
  font-family: "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol";
  font-size: 46px;
}
.top__service__section p {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.top__service__section p + p {
  margin-top: 16px;
}
.top__service__section p em {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  display: block;
}
.top__service__section p em small {
  font-size: 0.5em;
  vertical-align: super;
}
.top__service__section p > small {
  padding-left: 1.1em;
  font-size: 11px;
  line-height: 15px;
  display: block;
}
.top__service__section p > small span {
  width: 1.1em;
  margin-left: -1.1em;
}

.top__service__ticker {
  margin: 0 -32px;
  padding: 32px 0;
  background: url(../imgs/top-service-border.png) repeat-x center 0 transparent;
  background-size: auto 1px;
}

.top__service__ticker__track {
  width: 100%;
  height: 94px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  overflow: hidden;
  position: relative;
}

.top__service__ticker__set {
  width: max-content;
  display: flex;
  flex-shrink: 0;
  gap: 30px;
  animation: ticker var(--ticker-speed) linear infinite;
}
.top__service__ticker__set > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.top__service__ticker__set > div > img {
  width: auto;
  height: 94px;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.top__service__ticker__set > div > span {
  height: 62px;
  display: block;
}
.top__service__ticker__set > div > span img {
  width: auto;
  height: 100%;
}

.top__copy[data-shown=true] .top__copy__inner > div:nth-child(1) > div {
  transition-delay: 100ms;
}
.top__copy[data-shown=true] .top__copy__inner > div:nth-child(2) > div {
  transition-delay: 300ms;
}
.top__copy[data-shown=true] .top__copy__inner > div > div {
  transform: translateY(0%);
  transition: transform 600ms var(--ease-fast-out-slow-in);
}
.top__copy .top__copy__inner > div {
  overflow: hidden;
}
.top__copy .top__copy__inner > div > div {
  transform: translateY(100%);
  transition: transform 150ms var(--ease-fast-out-slow-in);
}

.top__copy__inner {
  padding: 240px 32px 200px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.top__copy__inner > div > div {
  padding-bottom: 20px;
}
.top__copy__inner > div:nth-child(1) {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top__copy__inner > div:nth-child(2) {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-style: italic;
  line-height: 1;
}
.top__copy__inner > div:nth-child(2) em {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top .recruit {
    margin-top: 14.9333333333vw;
  }
  .top__header {
    height: auto;
    padding: 97.6vw 2.9333333333vw 5.6vw;
  }
  .top__header__inner {
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .top__header__title div {
    font-size: 4.8vw;
    letter-spacing: 0.02em;
  }
  .top__header__title h1 {
    width: 93.0666666667vw;
    margin-top: 5.3333333333vw;
  }
  .top__header__copy {
    margin-top: 8vw;
    margin-left: 0;
  }
  .top__header__copy div:nth-child(1) {
    margin-bottom: 0;
    font-size: 2.5333333333vw;
    line-height: 2.9333333333vw;
  }
  .top__header__copy div:nth-child(2) {
    margin-top: 0.5333333333vw;
    font-size: 2.6666666667vw;
    line-height: 2.9333333333vw;
  }
  .top__header__scroll {
    top: calc(50% - 18.4vw);
    right: 4.8vw;
  }
  .top__header__scroll div.-text {
    font-size: 2.1333333333vw;
  }
  .top__header__scroll div.-bar {
    height: 9.6vw;
  }
  .top__header__scroll div.-bar div {
    font-size: 2.5333333333vw;
  }
  .top__header__banners {
    width: calc(100% + 5.8666666667vw);
    margin: 0 2.9333333333vw;
  }
  .top__header__banners__track {
    height: 19.4666666667vw;
    padding: 0 2.9333333333vw;
    gap: 3.2vw;
  }
  .top__header__banners__track ul {
    gap: 3.2vw;
  }
  .top__header__banners__track li > div {
    height: 12.8vw;
    padding: 2.6666666667vw 0;
    font-size: 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
  .top__header__banners__track li > div img {
    height: 12.8vw;
  }
  .top__header__banners__track li > div span {
    padding-left: 4.2666666667vw;
    padding-right: 6.6666666667vw;
  }
  .top__header__banners__track li > div span::before {
    height: 5.6vw;
  }
  .top__about {
    margin-top: 14.9333333333vw;
  }
  .top__about .section__inner {
    margin-top: 10.6666666667vw;
    flex-flow: column nowrap;
  }
  .top__about__title em {
    font-size: 7.2vw;
    line-height: 8.5333333333vw;
  }
  .top__about__title span {
    margin-top: 4.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4vw;
  }
  .top__about__body {
    width: 100%;
    margin-top: 8vw;
  }
  .top__about__body p {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
  .top__about__body p + p {
    margin-top: 5.8666666667vw;
  }
  .top__about__body p br {
    display: none;
  }
  .top__about__body a {
    margin-top: 6.9333333333vw;
  }
  .top__service {
    margin-top: 20.5333333333vw;
    border-radius: 4.2666666667vw;
  }
  .top__service.section {
    padding-top: 15.7333333333vw;
  }
  .top__service::before {
    background-image: url(../imgs/top-service-grad-sp.jpg);
  }
  .top__service .section__inner {
    margin-top: 5.6vw;
    padding: 0;
  }
  .top__service .section__inner::before {
    width: calc(100% + 5.8666666667vw);
    aspect-ratio: 750/1406;
    background-image: url(../imgs/top-service-bg-sp.png);
    top: -12.5333333333vw;
  }
  .top__service__inner {
    padding-bottom: 29.8666666667vw;
  }
  .top__service__inner .-center {
    text-align: center;
    top: 75.2vw;
    transform: translateX(-16.2666666667vw);
  }
  .top__service__inner .-center small {
    margin-left: 0;
    font-size: 3.2vw;
    line-height: 1;
  }
  .top__service__inner .-center em {
    margin-top: 0.8vw;
    font-size: 8.5333333333vw;
  }
  .top__service__inner .-center span {
    margin-top: 0.8vw;
    margin-left: 0;
    font-size: 3.4666666667vw;
    line-height: 4.2666666667vw;
  }
  .top__service__inner .-bottom {
    padding-left: 1.2em;
    font-size: 3.2vw;
    line-height: 4.8vw;
    bottom: auto;
    left: auto;
    top: 83.2vw;
    right: 2.9333333333vw;
  }
  .top__service__inner .-bottom i {
    width: 1.2em;
    margin-left: -1.2em;
    margin-top: 0.2666666667vw;
    font-size: 4.2666666667vw;
    vertical-align: -2px;
    display: inline-block;
  }
  .top__service__inner .-bottom span {
    text-underline-offset: 0.8vw;
  }
  .top__service__inner .link {
    bottom: 8.5333333333vw;
    left: 2.9333333333vw;
  }
  .top__service__sections {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
  .top__service__section {
    width: 100%;
  }
  .top__service__section.-s1 h3 {
    width: 31.2vw;
  }
  .top__service__section.-s1 > div {
    padding-left: 5.8666666667vw;
  }
  .top__service__section.-s1 h4 {
    margin-top: 5.3333333333vw;
  }
  .top__service__section.-s1 p {
    width: 73.3333333333vw;
  }
  .top__service__section.-s2 {
    padding-top: 38.9333333333vw;
    align-items: flex-end;
  }
  .top__service__section.-s2 h3 {
    width: 76.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .top__service__section.-s2 > div {
    width: 76.6666666667vw;
    padding-left: 0;
  }
  .top__service__section.-s2 p {
    width: auto;
    padding-right: 2.9333333333vw;
  }
  .top__service__section h4 {
    margin-bottom: 2.6666666667vw;
  }
  .top__service__section h4 small {
    font-size: 2.6666666667vw;
  }
  .top__service__section h4 em {
    margin-top: 1.0666666667vw;
    font-size: 6.4vw;
    line-height: 1;
  }
  .top__service__section h4 i {
    margin-left: 2.6666666667vw;
    font-size: 7.2vw;
  }
  .top__service__section p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .top__service__section p + p {
    margin-top: 1.6vw;
  }
  .top__service__section p em {
    margin-bottom: 1.6vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
  .top__service__section p > small {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  .top__service__ticker {
    margin: 0 -2.9333333333vw;
    padding: 0;
    background-size: auto 1px;
  }
  .top__service__ticker__track {
    height: 20.8vw;
    gap: 4.2666666667vw;
  }
  .top__service__ticker__set {
    gap: 4.2666666667vw;
  }
  .top__service__ticker__set > div {
    gap: 4.2666666667vw;
  }
  .top__service__ticker__set > div > img {
    height: 12.5333333333vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 0 1.0666666667vw 0 rgba(0, 0, 0, 0.15);
  }
  .top__service__ticker__set > div > span {
    height: 8vw;
  }
  .top__copy__inner {
    padding: 19.7333333333vw 2.9333333333vw;
  }
  .top__copy__inner > div {
    white-space: nowrap;
  }
  .top__copy__inner > div > div {
    padding-bottom: 2.1333333333vw;
  }
  .top__copy__inner > div:nth-child(1) {
    font-size: 7.0666666667vw;
    letter-spacing: 0.05em;
  }
  .top__copy__inner > div:nth-child(2) {
    font-size: 6vw;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1281px) {
  .top__header__title div {
    font-size: 2.1875vw;
  }
  .top__header__title h1 {
    width: 47.65625vw;
    margin-top: 2.5vw;
  }
  .top__header__copy {
    margin-left: 9.84375vw;
  }
  .top__header__copy div:nth-child(1) {
    font-size: 0.9375vw;
    line-height: 1.71875vw;
  }
  .top__header__copy div:nth-child(2) {
    font-size: 0.9375vw;
    line-height: 1.71875vw;
  }
}
@media (min-width: 1601px) {
  .top__header__title div {
    font-size: 35px;
  }
  .top__header__title h1 {
    width: 762.5px;
    margin-top: 40px;
  }
  .top__header__copy {
    margin-left: 157.5px;
  }
  .top__header__copy div:nth-child(1) {
    font-size: 15px;
    line-height: 27.5px;
  }
  .top__header__copy div:nth-child(2) {
    font-size: 15px;
    line-height: 27.5px;
  }
}

@keyframes top-scroll {
  0% {
    height: 0%;
    transform: translateY(0);
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  75%, 99.9% {
    height: 100%;
    transform: translateY(100%);
  }
  100% {
    height: 0%;
    transform: translateY(0);
  }
}
@keyframes ticker {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(calc(-1 * (var(--scroll-distance) + 100px)));
  }
}
/* ==========================================================================
 *
 * Blocks - wrapper
 *
========================================================================== */
.wrapper {
  min-width: 1280px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wrapper {
    min-width: auto;
  }
}