@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700");
.wrapper {
  overflow: hidden;
}

.l-main {
  min-height: 100vh;
  min-height: 100svh;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .l-main {
    padding-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
  }
}

.l-container {
  position: relative;
  max-width: calc(1090px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}
.l-container.-full {
  max-width: 100%;
}
.l-container.-wide {
  max-width: calc(1180px + var(--sidePadding) * 2);
}
.l-container.-nopd {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1000px) {
  .l-container.-smpd {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-row {
  position: relative;
}
@media (min-width: 768px) {
  .l-row {
    display: grid;
    grid-template-columns: 370px 1fr;
  }
  .l-row .l-col.-right {
    padding-left: 50px;
  }
  .l-row.-leftFixed {
    display: block;
  }
  .l-row.-leftFixed .l-col.-left {
    width: 370px;
    position: fixed;
    top: 129px;
    z-index: 2;
  }
  .l-row.-leftFixed .l-col.-right {
    margin-left: 370px;
  }
}
@media (max-width: 999px) {
  .l-row .l-col.-right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .l-row .l-col.-right {
    padding-left: 0;
  }
}

.c-pageHeader {
  position: relative;
  padding-top: 64px;
}
.c-pageHeader_title {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-size: 56px;
  font-style: italic;
  line-height: 1;
}
.c-pageHeader_title img {
  vertical-align: middle;
}
.c-pageHeader_title .last {
  width: 26px;
  top: 5px;
}
.c-pageHeader_title .last img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-pageHeader_title .last {
    top: 0.5128205128vw;
  }
}
@media (max-width: 767px) {
  .c-pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 5.1282051282vw 2.3076923077vw;
    background-color: #fff;
  }
  .c-pageHeader .l-container {
    padding: 0;
  }
  .c-pageHeader_title {
    font-size: 7.4358974359vw;
  }
  .c-pageHeader_title .last {
    width: 3.6282051282vw;
  }
}

.c-title {
  line-height: 1;
}
.c-title_sm {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
}
.c-title_line {
  display: block;
  width: 8px;
  height: 2px;
  background: #000;
  margin-bottom: 20px;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.c-title_lg {
  font-size: 48px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
@media (max-width: 767px) {
  .c-title_sm {
    margin-bottom: 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
  .c-title_line {
    width: 2.0512820513vw;
    height: 0.5128205128vw;
    margin-bottom: 4.1025641026vw;
  }
  .c-title_lg {
    font-size: 6.1538461538vw;
  }
}

.l-header {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  background-color: #fff;
}
.l-header.-stopped {
  position: absolute;
  bottom: auto;
}
@media (max-width: 767px) {
  .l-header {
    right: 0;
  }
}
.l-header .l-container {
  padding-right: calc(175px + var(--sidePadding));
}
.l-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 38px;
}
@media (max-width: 767px) {
  .l-header_inner {
    height: 9.7435897436vw;
  }
}
.l-header_right {
  margin-left: auto;
}
.l-header .header_nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .header_nav .nav_item a {
  display: inline-block;
  padding: 0 0.3em 0 0.2em;
  line-height: 1.3;
  font-style: italic;
  font-size: 13px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
}
.l-header .header_nav .nav_item.current a {
  background-color: #000;
  color: #fff;
}
.l-header .header_nav.-main .nav {
  gap: 45px;
}
@media screen and (max-width: 1099px) {
  .l-header .header_nav.-main .nav {
    gap: 30px;
  }
}
@media (max-width: 999px) {
  .l-header .header_nav.-main .nav {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .l-header .header_nav.-main {
    position: fixed;
    top: 0;
    left: -38.7179487179vw;
    bottom: 0;
    width: 38.4615384615vw;
    background-color: #000;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .l-header .header_nav.-main .nav {
    display: grid;
    place-content: center;
    gap: 2.5641025641vw;
    height: 100%;
    -webkit-transform: translateY(-5.1282051282vw);
            transform: translateY(-5.1282051282vw);
  }
  .l-header .header_nav.-main .nav_item a {
    display: block;
    padding: 2.5641025641vw 0;
    background-color: #000;
    color: #fff;
    font-size: 3.8461538462vw;
  }
  .l-header .header_nav.-main .nav_item.-pp {
    margin-top: 25svh;
  }
}
.l-header .header_menuBtn {
  position: relative;
  z-index: 2;
  font-size: 4.6153846154vw;
}
.l-header .header_menuBtn span {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-header .header_menuBtn svg {
  fill: #fff;
}
.l-header .header_menuBtn .-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
}

.is-menuOpen .header_nav.-main {
  left: 0;
}
.is-menuOpen .header_menuBtn .-open {
  opacity: 0;
}
.is-menuOpen .header_menuBtn .-close {
  opacity: 1;
}

@media (max-width: 767px) {
  .footer-in .l-header {
    position: absolute;
    bottom: auto;
  }
}
.footer {
  position: fixed;
  right: var(--sidePadding);
  bottom: 0;
  z-index: 102;
  text-align: right;
}
@media (max-width: 767px) {
  .footer {
    line-height: 9.7435897436vw;
  }
}
@media (min-width: 768px) {
  .footer_copyright {
    line-height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer_copyright {
    font-size: 3.0769230769vw;
  }
}

.grecaptcha-badge {
  display: none;
}

@media (min-width: 768px) {
  .bePage .bePost {
    padding-top: 42px;
  }
}
.bePage .bePost_content {
  font-weight: 400;
}
@media (min-width: 768px) {
  .bePage .bePost_content {
    font-size: 0.875em;
  }
  .bePage .bePost_content.-sidem {
    margin-left: 370px;
  }
}
.bePage .bePost_content * {
  line-height: 1.55;
}
.bePage .bePost_content > * {
  margin-bottom: 1rem;
}
.bePage .bePost_content h1, .bePage .bePost_content h2, .bePage .bePost_content h3, .bePage .bePost_content h4, .bePage .bePost_content h5, .bePage .bePost_content h6 {
  padding-top: 1rem;
  font-weight: 700;
}
.bePage .bePost_content h1, .bePage .bePost_content h2 {
  font-size: 1.05rem;
}
.bePage .bePost_content h3 {
  font-size: 1rem;
}
.bePage .bePost_content p + ul, .bePage .bePost_content p + ol {
  margin-top: -0.8rem;
}
.bePage .bePost_content ul, .bePage .bePost_content ol {
  margin-left: 1.8em;
}
.bePage .bePost_content ul {
  list-style: disc;
}
.bePage .bePost_content ol {
  list-style: decimal;
}
.bePage .bePost_content ul.mark-kana, .bePage .bePost_content ol.mark-kana {
  list-style: none;
  margin-left: 0.5em;
}
.bePage .bePost_content ul.mark-kana li, .bePage .bePost_content ol.mark-kana li {
  position: relative;
  padding-left: 1.2em;
}
.bePage .bePost_content ul.mark-kana li::before, .bePage .bePost_content ol.mark-kana li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(1)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(1)::before {
  content: "ア";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(2)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(2)::before {
  content: "イ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(3)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(3)::before {
  content: "ウ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(4)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(4)::before {
  content: "エ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(5)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(5)::before {
  content: "オ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(6)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(6)::before {
  content: "カ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(7)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(7)::before {
  content: "キ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(8)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(8)::before {
  content: "ク";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(9)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(9)::before {
  content: "ケ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(10)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(10)::before {
  content: "コ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(11)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(11)::before {
  content: "サ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(12)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(12)::before {
  content: "シ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(13)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(13)::before {
  content: "ス";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(14)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(14)::before {
  content: "セ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(15)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(15)::before {
  content: "ソ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(16)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(16)::before {
  content: "タ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(17)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(17)::before {
  content: "チ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(18)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(18)::before {
  content: "ツ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(19)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(19)::before {
  content: "テ";
}
.bePage .bePost_content ul.mark-kana li:nth-of-type(20)::before, .bePage .bePost_content ol.mark-kana li:nth-of-type(20)::before {
  content: "ト";
}
.bePage .bePost_content ul.mark-cn, .bePage .bePost_content ol.mark-cn {
  list-style: none;
  margin-left: 0.5em;
}
.bePage .bePost_content ul.mark-cn li, .bePage .bePost_content ol.mark-cn li {
  position: relative;
  padding-left: 1.2em;
}
.bePage .bePost_content ul.mark-cn li::before, .bePage .bePost_content ol.mark-cn li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(1)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(1)::before {
  content: "①";
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(2)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(2)::before {
  content: "②";
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(3)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(3)::before {
  content: "③";
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(4)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(4)::before {
  content: "④";
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(5)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(5)::before {
  content: "⑤";
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(6)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(6)::before {
  content: "⑥";
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(7)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(7)::before {
  content: "⑦";
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(8)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(8)::before {
  content: "⑧";
}
.bePage .bePost_content ul.mark-cn li:nth-of-type(9)::before, .bePage .bePost_content ol.mark-cn li:nth-of-type(9)::before {
  content: "⑨";
}
.bePage .bePost_content a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.page.recruit .bePost_content {
  padding-top: 2rem;
}

:root {
  --sidePadding: 80px;
}
@media (max-width: 999px) {
  :root {
    --sidePadding: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 5.128vw;
  }
}
:root {
  --mainOffset: 100px;
}

body, html, * {
  cursor: none !important;
}

body {
  position: relative;
  font-size: 16px;
  color: #000;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: none !important;
}
@media (max-width: 767px) {
  body {
    font-size: 3.5897435897vw;
  }
}

#customCursor {
  position: fixed;
  display: grid;
  place-content: center;
  top: -32px;
  left: -32px;
  z-index: 10000;
  width: 32px;
  height: 32px;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#customCursor.is-hover .customCursor_default {
  opacity: 0;
}
#customCursor.is-hover .customCursor_pointer {
  opacity: 1;
}
#customCursor .customCursor_pointer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-content: center;
  opacity: 0;
}

@media (hover: none) or (max-width: 767px) {
  #customCursor {
    display: none !important;
  }
  * {
    cursor: auto !important;
  }
}
.wrapper::before {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  content: "";
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (min-width: 768px) {
  .wrapper::before {
    display: none !important;
  }
}

.is-menuOpen .wrapper::before {
  opacity: 1;
  pointer-events: all;
}

@media (hover: hover) and (pointer: fine) {
  a:hover, button:hover, input[type=submit]:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
  a:hover .paste_text,
  a:hover .paste_text.paste_text_off, button:hover .paste_text,
  button:hover .paste_text.paste_text_off, input[type=submit]:hover .paste_text,
  input[type=submit]:hover .paste_text.paste_text_off {
    background-color: #000 !important;
    color: #fff !important;
  }
}

img {
  max-width: 100%;
}

.fw-regular {
  font-weight: 400;
}

.ff-en {
  font-family: "helvetica-neue-lt-pro", sans-serif;
}

.ls-wide {
  letter-spacing: 0.1em;
}

.fs-italic {
  font-style: italic;
}

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

.align-left {
  text-align: left;
}

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

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .show-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .hide-tab {
    display: none !important;
  }
}

.inline-block {
  display: inline-block;
}