@charset "UTF-8";
:root {
  --colorbase: #292C3D;
}

:root {
  --fontnoto: "Noto Sans JP", sans-serif;
  --fontkrona: "Krona One", sans-serif;
  --fontjost: "Jost", sans-serif;
}

.c-form__item .notes, .c-form__item .notes::before, .c-ttl03__txt02, .footer-copyright__txt {
  font-size: 0.625rem;
}

.c-confirm__item .key {
  font-size: 0.75rem;
}

.c-form__item .labelarea, .c-form__selectarea select, .c-form__privacy .privacy-label, .c-confirm__item .value, .c-confirm__privacy, .c-txt01 {
  font-size: 0.875rem;
}

.c-btnsubmit__txt, .c-btn01__txt {
  font-size: 1rem;
}

.c-texthref__txt, .c-btn02__txt {
  font-size: 1rem;
}

.txt_bg_red {
  font-size: 1.125rem;
}

.l-news__heading, .c-ttl02.fz24 {
  font-size: 1.125rem;
}

.c-ttl02.fz28 {
  font-size: 1.25rem;
}

.c-ttl01__ja, .c-ttl02.fz32, .c-ttl03__txt01 {
  font-size: 1.25rem;
}

.c-ttl02 {
  font-size: 1.5rem;
}

.c-ttl01__en {
  font-size: 2rem;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  line-height: 1.7;
  font-size: 0.875rem;
  color: var(--colorbase);
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none !important;
}

.sp {
  display: initial !important;
}

main {
  background-color: #fff;
}

.main-wrap {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 36px;
}

.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}
.u_fw_300 {
  font-weight: 300 !important;
}

.u_fw_400 {
  font-weight: 400 !important;
}

.u_fw_500 {
  font-weight: 500 !important;
}

.u_fw_600 {
  font-weight: 600 !important;
}

.u_fw_700 {
  font-weight: 700 !important;
}

.u_fw_800 {
  font-weight: 800 !important;
}

.u_fw_900 {
  font-weight: 900 !important;
}

.u-colorwhite {
  color: #fff !important;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header.fixed {
  transition: all 0.5s;
}
.header .l-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.header-logo {
  width: 147px;
  margin-top: -1px;
  margin-left: -11px;
}
.header-logo__link {
  position: relative;
  display: flex;
}
.header-logo .img01 {
  opacity: 1;
}
.header-logo .img02 {
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.header-wrapper {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 14px 0;
}
.header.active .c-overlay {
  opacity: 1;
  pointer-events: all;
}

.footer {
  position: relative;
  z-index: 3;
  margin-top: -16px;
}
.footer-recruit {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.footer-recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0.7;
  top: 0;
  left: 0;
}
.footer-recruit .l-container {
  position: relative;
  z-index: 1;
}
.footer-recruit-body {
  position: relative;
  padding: 60px 0;
}
.footer-recruit-body::after {
  content: "";
  width: calc(100% + 160px);
  height: calc(100% + 160px);
  border-radius: 120px;
  border: 100px solid var(--colorbase);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.footer-recruit__head {
  text-align: center;
}
.footer-recruit__head .c-ttl01 {
  position: relative;
}
.footer-recruit__flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px 0;
  padding-inline: 20px;
}
.footer-recruit__txt {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.footer-recruit__btn {
  margin-top: 20px;
}
.footer-recruit__btn .c-btn01 {
  margin: 0 auto;
}
.footer-main {
  margin-top: -20px;
  background-color: var(--colorbase);
  padding: 60px 20px 40px;
}
.footer-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 100%;
  padding: 0;
}
.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.footer-menu__link {
  position: relative;
  color: #fff;
  font-family: var(--fontjost);
  font-weight: 600;
  display: inline-block;
  line-height: 1.2;
}
.footer-menu__link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  width: 100%;
  height: 2px;
  transition: all 0.5s;
}
.footer-logo {
  position: relative;
  max-width: 225px;
  width: 100%;
  margin: 0 auto;
}
.footer-logo__link {
  display: block;
}
.footer-logo__link img {
  mix-blend-mode: plus-lighter;
  -webkit-mix-blend-mode: plus-lighter;
  transition: all 0.5s;
}
.footer-copyright {
  margin-top: 60px;
}
.footer-copyright .l-container {
  max-width: 100%;
  padding: 0;
}
.footer-copyright__txt {
  color: #7d819a;
  font-family: var(--fontjost);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.totop {
  position: fixed;
  background: #fff;
  cursor: pointer;
  width: 45px;
  height: 45px;
  right: 15px;
  bottom: 20px;
  z-index: 10;
  display: none;
  border-radius: 50%;
  text-align: center;
  border: solid 1px var(--colorbase);
}
.totop__arrow {
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 1px);
  width: 6px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.1s"] {
  transition-delay: 1.1s;
}

[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

[data-delay="1.3s"] {
  transition-delay: 1.3s;
}

[data-delay="1.4s"] {
  transition-delay: 1.4s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

[data-delay="1.6s"] {
  transition-delay: 1.6s;
}

[data-delay="1.7s"] {
  transition-delay: 1.7s;
}

[data-delay="1.8s"] {
  transition-delay: 1.8s;
}

[data-delay="1.9s"] {
  transition-delay: 1.9s;
}

[data-delay="2s"] {
  transition-delay: 2s;
}

[data-delay="2.1s"] {
  transition-delay: 2.1s;
}

[data-delay="2.2s"] {
  transition-delay: 2.2s;
}

[data-delay="2.3s"] {
  transition-delay: 2.3s;
}

[data-delay="2.4s"] {
  transition-delay: 2.4s;
}

[data-delay="2.5s"] {
  transition-delay: 2.5s;
}

[data-delay="2.6s"] {
  transition-delay: 2.6s;
}

[data-delay="2.7s"] {
  transition-delay: 2.7s;
}

[data-delay="2.8s"] {
  transition-delay: 2.8s;
}

[data-delay="2.9s"] {
  transition-delay: 2.9s;
}

[data-delay="3s"] {
  transition-delay: 3s;
}

[data-delay="3.1s"] {
  transition-delay: 3.1s;
}

[data-delay="3.2s"] {
  transition-delay: 3.2s;
}

[data-delay="3.3s"] {
  transition-delay: 3.3s;
}

[data-delay="3.4s"] {
  transition-delay: 3.4s;
}

[data-delay="3.5s"] {
  transition-delay: 3.5s;
}

.js_inview[data-interaction="1s"] {
  transition-duration: 1s;
}

.js_inview[data-interaction="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-interaction="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 1s;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(100%, 0, 0);
}

.fadeupright {
  transform: translate3d(100%, -100%, 0);
}

.fadeleft {
  transform: translate3d(-100%, 0, 0);
}

.fadeupleft {
  transform: translate3d(-100%, -100%, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none !important;
}

.ani-text__wrap span {
  transform: perspective(1000px) translate3d(0, 70%, 0) rotateX(-90deg);
  display: inline-flex;
}

.ani-text__wrap {
  display: inline-flex;
  overflow: hidden;
}

.is_show .ani-text__wrap span {
  transform: perspective(1000px) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
}

@keyframes keyf_icon_animate {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 100% 0;
  }
  51% {
    translate: -100% 0;
  }
}
@keyframes keyf_icon_animate3 {
  0%, 100% {
    background-position: 50% calc(50% - 1px);
  }
  50% {
    background-position: 200% calc(50% - 1px);
  }
  51% {
    background-position: -200% calc(50% - 1px);
  }
}
@keyframes keyf_icon_animate2 {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -100%;
  }
  51% {
    translate: 0 100%;
  }
}
html.is_loading #loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: var(--colorbase);
  opacity: 0;
  transition: opacity 100ms linear 2000ms;
}

.loading {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.loading__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.loading__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: white;
  border-radius: 50%;
}
.loading__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.loading__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.loading__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.loading__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.7;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.7;
  }
}
.nav {
  width: 100%;
  height: calc(100% - 62px);
  background: #fff;
  border-top: solid 1px #fff;
  display: none;
  position: fixed;
  z-index: 200;
  top: 62px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-menu {
  width: 330px;
  max-width: 100%;
  margin-inline: auto;
  padding: 16vh 0 77px;
}
.nav-menu__item:first-child {
  margin-top: 0;
}
.nav-menu__item.active .nav-menu__link::after {
  transition: all 0.5s;
  transform: scale(-1) rotate(135deg);
  top: 28px;
}
.nav-menu__item.active .nav-menu__link .icon::after {
  opacity: 0;
}
.nav-menu__link {
  display: block;
  font-family: var(--fontjost);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--colorbase);
  position: relative;
  padding: 13px 20px;
}
.nav-menu__link::after {
  content: none;
  position: absolute;
  right: 20px;
  top: 23px;
  border-top: solid 1px var(--colorbase);
  border-right: solid 1px var(--colorbase);
  padding: 3px;
  transform: rotate(135deg);
  transition: all 0.5s;
}
.nav-menu__link .icon {
  width: 11px;
  height: 11px;
  display: inline-block;
  position: relative;
  margin-left: 14px;
}
.nav-menu__link .icon::before, .nav-menu__link .icon::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.nav-menu__link .icon::after {
  rotate: 90deg;
}
.nav-menu__txt {
  display: inline-block;
}
.nav-sub {
  background-color: #fff;
  display: none;
  padding: 0 20px 20px;
}
.nav-sub__arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #efefef;
  border-radius: 50%;
  display: none;
  flex-shrink: 0;
  position: relative;
}
.nav-sub__arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: currentColor;
  -webkit-mask-image: url(../images/common/icon_submenu_01.svg);
  mask-image: url(../images/common/icon_submenu_01.svg);
  -webkit-mask-size: 15px 3px;
  mask-size: 15px 3px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.nav-sub__list {
  display: flex;
  flex-direction: column;
  gap: 10px 32px;
}
.nav-sub__link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-weight: 700;
}
.nav-sub__txt {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.nav-hamburger {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
  right: -6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav-hamburger.active .nav-hamburger__line {
  background-color: transparent;
}
.nav-hamburger.active .nav-hamburger__line::before, .nav-hamburger.active .nav-hamburger__line::after {
  margin-top: 0px;
  transition: all 0.5s;
}
.nav-hamburger.active .nav-hamburger__line::before {
  transform: rotate(45deg);
}
.nav-hamburger.active .nav-hamburger__line::after {
  transform: rotate(-45deg);
}
.nav-hamburger__line {
  width: 100%;
  height: 1px;
  display: block;
  margin: 0;
  background-color: var(--colorbase);
  transition: all 0.5s;
  position: relative;
}
.nav-hamburger__line::before, .nav-hamburger__line::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--colorbase);
  transition: all 0.5s;
  border-radius: 10px;
}
.nav-hamburger__line::before {
  margin-top: -8px;
}
.nav-hamburger__line::after {
  margin-top: 8px;
}

.c-btn01 {
  width: 100%;
  max-width: 260px;
}
.c-btn01__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 8px 20px;
  background-color: #fff;
  border-radius: 32px;
  line-height: 1.2;
}
.c-btn01__txt {
  font-family: var(--fontkrona);
  line-height: 1.2;
  display: inline-block;
}
.c-btn01__arrow {
  display: inline-block;
  position: relative;
}

.c-arrow01 {
  width: 27px;
  height: 27px;
  background-color: #f1f1f1;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 300ms ease;
  overflow: hidden;
}
.c-arrow01::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--colorbase);
  -webkit-mask-image: url(../images/common/icon_arrow_right_01.svg);
  mask-image: url(../images/common/icon_arrow_right_01.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.c-btn02 {
  text-align: right;
}
.c-btn02__link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  line-height: 1;
  transition: 0.4s;
}
.c-btn02__txt {
  font-family: "Jost", sans-serif;
  line-height: 1.7;
  font-weight: 600;
}
.c-btn02__arrow .c-arrow01 {
  background: #fff;
}
.c-ttl01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-ttl01__ja, .c-ttl01__en {
  display: inline-block;
}
.c-ttl01__ja {
  font-weight: 700;
  line-height: 1.2;
}
.c-ttl01__en {
  line-height: 1;
  font-family: var(--fontkrona);
}

.c-ttl02 {
  font-weight: 700;
  line-height: 1.6;
}
.c-ttl02-bottom-line {
  border-bottom: 1px solid #efefef;
  padding-bottom: clamp(0.625rem, 3.125vw + -0.875rem, 1.9375rem);
}

.c-ttl03 {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
}
.c-ttl03__txt01 {
  font-weight: 700;
  line-height: 1.6;
  flex-shrink: 0;
}
.c-ttl03__txt02 {
  font-family: var(--fontkrona);
  line-height: 1;
}

.c-txt01 {
  font-weight: 400;
  line-height: 1.8;
}

.c-heading01__sub {
  margin-top: 15px;
}
.c-heading01__txt {
  margin-top: 10px;
}

.c-mv {
  padding: 30px 0;
}

.c-frame {
  margin-inline: 20px;
  padding-block: 40px;
  border-radius: 20px;
}
.c-frame--gray {
  background: url("../images/common/bg_gray.webp") center/cover repeat;
}
.c-frame--white {
  padding-block: 60px;
}

input,
textarea {
  font-size: 1rem;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #999999;
}
input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #999999;
}

.c-form {
  width: calc(100% - 40px);
  max-width: 790px;
  margin-inline: auto;
  margin-top: 40px;
}
.c-form__item .labelarea {
  font-weight: 500;
  line-height: 1.6;
  margin-left: 1px;
  display: inline-block;
}
.c-form__item .labelarea-txt {
  color: #292c3d;
}
.c-form__item .labelarea .required {
  color: #f94444;
  margin-left: -3px;
}
.c-form__item .notes {
  font-weight: 500;
  line-height: 1.8;
  color: #292c3d;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 9px;
  padding-bottom: 3px;
}
.c-form__item .notes::before {
  content: "※";
  font-size: 500;
  line-height: 1.8;
  color: #292c3d;
}
.c-form__item + .c-form__item {
  margin-top: 30px;
}
.c-form__inputarea {
  display: block;
  width: 100%;
  margin-top: 7px;
}
.c-form__inputarea input {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 13px 19px 14px;
  background-color: #eaeaea;
  border-radius: 4px;
  outline: none;
}
.c-form__selectarea {
  margin-top: 7px;
}
.c-form__selectarea select {
  font-weight: 500;
  line-height: 1.6;
  color: #292c3d;
  outline: 0;
  background: #eaeaea;
  width: 100%;
  padding: 15px 19px 16px;
  border-radius: 4px;
  background-image: url("./../images/common/icon_select.svg");
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 53%;
  cursor: pointer;
}
.c-form__textarea textarea {
  width: 100%;
  resize: none;
  background: #eaeaea;
  height: 160px;
  border-radius: 4px;
  padding: 16px 19px;
  margin-top: 7px;
}
.c-form__privacy {
  margin-top: 32px;
}
.c-form__privacy .privacy-checkbox {
  display: none;
}
.c-form__privacy .privacy-checkbox:checked ~ .privacy-label::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c-form__privacy .privacy-label {
  font-weight: 400;
  line-height: 1.6;
  color: #292c3d;
  position: relative;
  padding-left: 34px;
  transition: 0.5s all ease-in-out;
  display: inline-block;
}
.c-form__privacy .privacy-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.c-form__privacy .privacy-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  width: 5px;
  height: 10px;
  border-bottom: 1px solid #292c3d;
  border-right: 1px solid #292c3d;
  rotate: 45deg;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
}
.c-form__privacy .privacy-label .agree_link {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.5s all ease-in-out;
}
.c-form .checkhuman {
  width: 276px;
  margin-top: 31px;
}

.c-btnsubmit {
  background-color: #292c3d;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-top: 32px;
  position: relative;
  cursor: pointer;
  width: 240px;
  height: 56px;
  transition: 0.5s all ease-in-out;
}
.c-btnsubmit__txt {
  font-weight: 500;
  line-height: 1.7;
  color: #ffffff;
}
.c-btnsubmit__icon {
  width: 27px;
  aspect-ratio: 1/1;
  background-color: #6f738b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  overflow: hidden;
}
.c-btnsubmit__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #292c3d;
  -webkit-mask-image: url(../images/common/icon_arrow_right_01.svg);
  mask-image: url(../images/common/icon_arrow_right_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.c-confirm {
  width: calc(100% - 40px);
  max-width: 790px;
  margin-inline: auto;
  margin-top: 25px;
}
.c-confirm__item {
  color: #292c3d;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
}
.c-confirm__item .key {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
.c-confirm__item .value {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 2px;
}
.c-confirm__privacy {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 16px;
}
.c-confirm__privacy .link {
  transition: 0.5s all ease-in-out;
}

.pc {
  display: none;
}
.c-overlay {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(214, 215, 220, 0.6);
  opacity: 0;
  pointer-events: none;
  filter: blur(34px);
  -webkit-filter: blur(34px);
  display: none;
}

.c-texthref__link {
  display: inline-flex;
  gap: 0 10px;
  align-items: center;
  line-height: 1.2;
}
.c-texthref__txt {
  font-family: var(--fontkrona);
  line-height: 1.2;
  display: inline-block;
}
.c-texthref__arrow {
  display: inline-block;
}
.c-texthref__arrow .c-arrow01 {
  background-color: #fff;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
}
.c-loading__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-loading__block01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 2;
  transition: transform 1.2s cubic-bezier(0.85, 0, 0.15, 1);
}
.c-loading__block02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300vh;
  background-color: #111119;
  z-index: 1;
  transition: transform 1.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.c-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 209px;
  transition: opacity 0.6s ease-out;
}
.c-loading.is-loaded .c-loading__block01 {
  transform: translateY(-100%);
}
.c-loading.is-loaded .c-loading__block02 {
  transform: translateY(-100%);
  transition-delay: 0.1s;
}
.c-loading.is-loaded .c-loading__logo {
  opacity: 0;
}

.txt_bg_red {
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background-color: #ff0000;
  padding: 10px 20px;
}

.vanta {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
}
.vanta-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.vanta #vanta-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.l-container {
  width: 100%;
  padding: 0 20px;
}
.l-news__heading {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 19px;
}
.l-news__list {
  margin-bottom: 40px;
}
.l-news__item {
  border-bottom: 1px solid #dbdbdb;
}
.l-news__item:first-child {
  border-top: 1px solid #dbdbdb;
}
.l-news__item--link {
  padding: 20px 5px 20px 0;
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 2.5510204082vw + 0.0271045918rem, 1.25rem);
  transition: 0.4s ease;
}
.l-news__item--link::after {
  content: "";
  width: 27px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url('data:image/svg+xml,<svg width="28" height="5" viewBox="0 0 28 5" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="3.57178" width="19.6353" height="1" fill="%23292C3D"/><path d="M13.5383 -4.67236e-05L27.135 4.57177H12.1338L13.5383 -4.67236e-05Z" fill="%23292C3D"/></svg>') 50% calc(50% - 1px)/16px auto no-repeat, #fff;
  border: 1px solid #fff;
}
.l-news__item--img {
  width: 100px;
  flex-shrink: 0;
  aspect-ratio: 173/106;
}
.l-news__item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.l-news__item--content {
  flex-grow: 1;
}
.l-news__item--content .ttl {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.l-news__item--content .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.l-news__item--content .time {
  font-family: "Krona One", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #a8a8a8;
}
.l-news__item--content .cat {
  padding: 1px 8px;
  background: #e6e9f1;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 99px;
}

#wrapper {
  overflow: clip;
  width: 100%;
}

html {
  scroll-padding-top: 60px;
}

body.overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow-y: scroll;
}

a,
a *,
div,
div * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main {
  padding-top: 60px;
}

@media screen and (min-width: 375px){
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px){
  .c-form__item .notes, .c-form__item .notes::before, .c-ttl03__txt02, .footer-copyright__txt {
    font-size: 0.75rem;
  }
  .c-confirm__item .key {
    font-size: 0.875rem;
  }
  .c-form__item .labelarea, .c-form__selectarea select, .c-form__privacy .privacy-label, .c-confirm__item .value, .c-confirm__privacy, .c-txt01 {
    font-size: 1rem;
  }
  .c-btnsubmit__txt, .c-btn01__txt {
    font-size: 1.125rem;
  }
  .c-texthref__txt, .c-btn02__txt {
    font-size: 1.25rem;
  }
  .txt_bg_red {
    font-size: 1.375rem;
  }
  .l-news__heading, .c-ttl02.fz24 {
    font-size: 1.5rem;
  }
  .c-ttl02.fz28 {
    font-size: 1.75rem;
  }
  .c-ttl01__ja, .c-ttl02.fz32, .c-ttl03__txt01 {
    font-size: clamp(1.625rem, 0.8928571429vw + 1.1964285714rem, 2rem);
  }
  .c-ttl02 {
    font-size: 2.5rem;
  }
  .c-ttl01__en {
    font-size: clamp(2.5rem, 5.9523809524vw + -0.3571428571rem, 5rem);
  }
  body {
    line-height: 1.8;
    font-size: 1rem;
  }
  .pc {
    display: initial !important;
  }
  .sp {
    display: none !important;
  }
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
  .header {
    transition: all 0.5s;
  }
  .header .l-container {
    padding-inline: 36px 38px;
  }
  .header-logo {
    width: 170px;
    margin-left: 0;
    padding-bottom: 2px;
  }
  .header-logo__link {
    top: 4px;
    transition: all 0.5s;
  }
  .header-logo__link:hover {
    opacity: 0.7;
  }
  .header-wrapper {
    padding: 0;
  }
  .footer-recruit-body {
    padding: 155px 0 100px;
    min-height: 516px;
  }
  .footer-recruit__head {
    text-align: left;
  }
  .footer-recruit__head .c-ttl01 {
    top: -12px;
    left: clamp(-1.25rem, -2.9761904762vw + 1.4285714286rem, 0rem);
  }
  .footer-recruit__flex {
    gap: 30px clamp(3.125rem, 10.7142857143vw + -2.0178571429rem, 7.625rem);
    align-items: center;
    flex-direction: row;
    padding-inline: 0;
  }
  .footer-recruit__txt {
    font-size: 1.25rem;
    text-align: left;
    line-height: 2.2;
  }
  .footer-recruit__btn {
    margin-top: 28px;
  }
  .footer-recruit__btn .c-btn01 {
    margin: 0;
  }
  .footer-main {
    padding-block: 97px 108px;
  }
  .footer-main .l-container {
    padding: 0 40px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    max-width: 1330px;
  }
  .footer-main__content {
    padding-right: 12px;
  }
  .footer-menu {
    display: flex;
    align-items: center;
    gap: 10px clamp(0.9375rem, 0.8035714286vw + 0.5517857143rem, 1.275rem);
  }
  .footer-menu__link:hover::after {
    opacity: 1;
  }
  .footer-logo {
    margin: 0;
    width: clamp(8.75rem, 12.6488095238vw + 2.6785714286rem, 14.0625rem);
    left: clamp(-0.1875rem, -0.4464285714vw + 0.2142857143rem, 0rem);
    top: -1px;
  }
  .footer-logo__link {
    transition: all 0.5s;
  }
  .footer-logo__link:hover img {
    opacity: 0.7;
  }
  .footer-copyright {
    margin-top: 20px;
  }
  .footer-copyright .l-container {
    padding: 0 40px;
    max-width: 1330px;
  }
  .footer-copyright__txt {
    text-align: left;
  }
  .totop {
    transition: all 0.5s;
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 10px;
  }
  .totop:hover {
    opacity: 0.7;
  }
  .totop:hover img {
    animation: keyf_icon_animate2 450ms linear 0s 1;
  }
  .totop__arrow {
    width: 6px;
    left: calc(50% - 3px);
  }
  .nav {
    width: auto;
    height: auto;
    background: none;
    border: 0;
    display: inherit;
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    overflow-y: inherit;
    overflow-x: inherit;
  }
  .nav-wrap {
    height: auto;
    display: flex;
    gap: 0 8px;
    align-items: center;
  }
  .nav-menu {
    width: 100%;
    display: flex;
    gap: 20.5px;
    align-items: center;
    padding: 0;
  }
  .nav-menu__item {
    text-align: center;
    padding: 25.5px 0 15.5px;
  }
  .nav-menu__item:first-child .nav-menu__link {
    border-top: 0;
  }
  .nav-menu__item.is_hover .nav-menu__link::after {
    opacity: 1;
  }
  .nav-menu__link {
    font-size: 1rem;
    line-height: 1.2;
    display: inline-block;
    padding: 0 0 7px;
    border-bottom: 0;
  }
  .nav-menu__link:hover::after {
    opacity: 1;
  }
  .nav-menu__link::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: none;
    padding: 0;
    border: 0;
    opacity: 0;
    top: auto;
    right: auto;
    bottom: 2px;
    left: 0;
  }
  .nav-menu__link .icon {
    display: none;
  }
  .nav-sub {
    width: 100%;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 40px 80px;
    background-color: #fff;
    color: #fff;
  }
  .nav-sub__arrow {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 16px;
  }
  .nav-sub__list {
    flex-direction: row;
    gap: 32px;
    max-width: 1280px;
    margin-inline: auto;
  }
  .nav-sub__item {
    flex: 1;
    display: grid;
    place-items: center;
    height: 160px;
    padding: 16px 20px;
    background: transparent no-repeat scroll center center / cover;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
  .nav-sub__item:first-child {
    background-image: url("../images/common/nav_01.avif");
  }
  .nav-sub__item:nth-child(2) {
    background-image: url("../images/common/nav_02.avif");
  }
  .nav-sub__item:nth-child(3) {
    background-image: url("../images/common/nav_03.avif");
  }
  .nav-sub__link {
    transition: all 0.5s;
  }
  .nav-sub__link:hover {
    opacity: 0.7;
  }
  .nav-hamburger {
    display: none;
  }
  .c-btn01__link {
    padding: 8px 10px 8.82px 27px;
    transition: all 0.5s;
  }
  .c-btn01__link:hover .c-arrow01::after {
    animation: keyf_icon_animate 450ms linear 0s 1;
  }
  .c-btn01__arrow {
    top: 0.1em;
  }
  .c-arrow01 {
    width: 44px;
    height: 44px;
  }
  .c-arrow01::after {
    -webkit-mask-size: 28px 5px;
    mask-size: 28px 5px;
  }
  .c-btn02__link:hover .c-arrow01::after {
    animation: keyf_icon_animate 450ms linear 0s 1;
  }
  .c-btn02__arrow .c-arrow01 {
    width: 48px;
    height: 48px;
  }
  .c-ttl01 {
    gap: 8px;
  }
  .c-ttl03 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 16px;
  }
  .c-heading01__sub {
    margin-top: 24px;
  }
  .c-heading01__txt {
    margin-top: 16px;
  }
  .c-mv {
    padding: 71px 0;
  }
  .c-mv .c-ttl01__ja {
    padding-left: 8.5px;
  }
  .c-frame--gray {
    padding-block: clamp(3.75rem, 9.0773809524vw + -0.6071428571rem, 7.5625rem) clamp(3.75rem, 14.880952381vw + -3.3928571429rem, 10rem);
  }
  .c-frame--white {
    padding-block: clamp(3.75rem, 14.880952381vw + -3.3928571429rem, 10rem);
  }
  .c-form {
    margin-top: 79px;
  }
  .c-form__selectarea select {
    background-position: calc(100% - 24px) 53%;
  }
  .c-form__privacy .privacy-label:hover {
    opacity: 0.7;
  }
  .c-form__privacy .privacy-label .agree_link:hover {
    text-decoration-color: transparent;
  }
  .c-btnsubmit {
    width: 260px;
    height: 64px;
  }
  .c-btnsubmit:hover .c-btnsubmit__icon::before {
    animation: keyf_icon_animate 450ms linear 0s 1;
  }
  .c-btnsubmit__icon {
    width: 44px;
  }
  .c-btnsubmit__icon::before {
    -webkit-mask-size: 28px 5px;
    mask-size: 28px 5px;
  }
  .c-confirm {
    margin-top: 48px;
  }
  .c-confirm__item {
    padding: 34px 0 27px;
  }
  .c-confirm__item .value {
    margin-top: 4px;
  }
  .c-confirm__privacy {
    margin-top: 32px;
  }
  .c-confirm__privacy .link:hover {
    opacity: 0.7;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  .c-overlay {
    display: block;
  }
  .c-texthref__link {
    gap: 0 12px;
    transition: all 0.5s;
  }
  .c-texthref__link:hover .c-arrow01::after {
    animation: keyf_icon_animate 450ms linear 0s 1;
  }
  .txt_bg_red {
    padding-inline: 27px;
  }
  .l-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-news {
    padding-block: clamp(3.75rem, 13.3928571429vw + -2.6785714286rem, 9.375rem) clamp(4.375rem, 14.880952381vw + -2.7678571429rem, 10.625rem);
  }
  .l-news .l-container {
    max-width: 1074px;
  }
  .l-news__item--link {
    padding: 38px 8px 37px 0;
    gap: 32px;
  }
  .l-news__item--link:hover {
    opacity: 0.8;
  }
  .l-news__item--link:hover::after {
    animation: keyf_icon_animate3 450ms linear 0s 1;
  }
  .l-news__item--link::after {
    width: 56px;
    background-size: 27px auto;
  }
  .l-news__item--img {
    width: 173px;
  }
  .l-news__item--content .ttl {
    margin-bottom: 8px;
  }
  .l-news__item--content .cat {
    padding: 3px 13px;
  }
  html {
    scroll-padding-top: 72.75px;
    scrollbar-color: var(--colorbase) #eee;
    scrollbar-width: thin;
  }
  body::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
    z-index: 1;
  }
  body::-webkit-scrollbar-thumb {
    background-color: var(--colorbase);
  }
  main {
    padding-top: 72.75px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
