@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  html {
    font-size: max(0.6944444444vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1440px) {
  html {
    font-size: min(0.6944444444vw, 12.5px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.l-wrap {
  display: block;
  position: relative;
  padding: 1rem 2rem;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    padding: 0.5rem;
  }
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_camo_pc.jpg") repeat 0 0/cover;
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-white);
}
.l-wrap__container::after {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  position: fixed;
  bottom: 1rem;
  right: 3.5rem;
  z-index: 2;
  background: url("../img/oval.svg") no-repeat center/contain;
  pointer-events: none;
  opacity: 1;
}
.is-load .l-wrap__container::after {
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}

.l-main {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-main {
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}

.l-footer {
  display: block;
  position: relative;
  margin-top: 0.6rem;
  padding: 4rem 0 4.6rem;
  color: var(--color-white);
  background: var(--color-black);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    margin-top: 6.25rem;
    padding: 3.6rem 0 5.6rem;
  }
}
.is-load .l-footer {
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
.l-footer__container {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-footer__container {
    padding-left: 15rem;
  }
}
.l-footer__brand {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__brand {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
.l-footer__brand-link {
  width: 11rem;
  padding: 1rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.l-footer__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__nav {
    margin: 2.6rem auto 0;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 4rem;
  font-size: 1.2rem;
  font-family: "Inter Tight", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.01rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 3.5rem;
    font-size: 1.2rem;
    text-align: center;
  }
}

.l-footer_nav {
  display: block;
  position: relative;
}
.l-footer_nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_nav__list {
    display: flex;
    justify-content: flex-start;
    gap: 0.6rem;
  }
}
.l-footer_nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__list-item + .l-footer_nav__list-item {
    margin-top: 0.3rem;
  }
}
.l-footer_nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 0.8;
  font-weight: 500;
  letter-spacing: -0.05rem;
  color: var(--color-white);
  padding: 1rem 2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link {
    margin: 0 auto;
    padding: 0.5rem 1.2rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_nav__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_nav__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_nav__link:hover {
      text-decoration: underline;
    }
  }
}
.l-footer_nav__link::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background: url("../img/icon_link_blank.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-footer_nav__link::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
  padding: 23.8rem 0 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding: 7rem 0 5rem;
  }
}
.p-hero__container {
  width: 90%;
  max-width: 112.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    width: 90%;
  }
}
.p-hero__inner {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-hero__title {
  width: 46.8rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 23.5rem;
    margin: 0 auto 5rem;
  }
}
.p-hero__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__content {
    flex: 1 1 0;
    min-width: 0;
    padding-bottom: 0.8em;
  }
}
.p-hero__lead {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 2.55;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    font-size: 1.65rem;
    line-height: 1.9;
    letter-spacing: 0.1rem;
  }
}

.p-overview {
  width: 100%;
  display: block;
  position: relative;
  padding: 5rem 0;
  margin: 11rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-overview {
    padding: 3rem 0;
    margin-top: 1.5rem;
  }
}
.p-overview__container {
  width: 90%;
  max-width: 112.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-overview__container {
    width: 90%;
  }
}
.p-overview__header {
  display: block;
  position: relative;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-overview__header {
    margin-bottom: 3.4rem;
  }
}
.p-overview__title {
  display: block;
  position: relative;
  font-size: 4.5rem;
  line-height: 1.5;
  font-family: "Inter Tight", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-overview__title {
    font-size: 2rem;
    letter-spacing: 0.05rem;
  }
}
.p-overview__inner {
  display: block;
  position: relative;
}
.p-overview__lead {
  width: 100%;
  max-width: 88rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-overview__lead-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-overview__lead-text {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.p-overview__lead-text + .p-overview__lead-text {
  margin-top: 1.9em;
}
@media screen and (max-width: 960px) {
  .p-overview__lead-text + .p-overview__lead-text {
    margin-top: 1.85em;
  }
}

.p-recruit {
  width: 100%;
  display: block;
  position: relative;
  padding: 5rem 0;
  margin: 1.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-recruit {
    padding: 3rem 0;
    margin-top: 3.4rem;
  }
}
.p-recruit__container {
  width: 90%;
  max-width: 112.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-recruit__container {
    width: 90%;
  }
}
.p-recruit__header {
  display: block;
  position: relative;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-recruit__header {
    margin-bottom: 3.5rem;
  }
}
.p-recruit__title {
  display: block;
  position: relative;
  font-size: 4.5rem;
  line-height: 1.5;
  font-family: "Inter Tight", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-recruit__title {
    font-size: 2rem;
    letter-spacing: 0.05rem;
  }
}
.p-recruit__inner {
  display: block;
  position: relative;
}
.p-recruit__info {
  display: block;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 960px) {
  .p-recruit__info {
    margin-bottom: 4.4rem;
  }
}
.p-recruit__lead {
  width: 100%;
  max-width: 90rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-recruit__lead-text {
  display: block;
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 960px) {
  .p-recruit__lead-text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-recruit__lead-text + .p-recruit__lead-text {
  margin-top: 1.5em;
}
@media screen and (max-width: 960px) {
  .p-recruit__lead-text + .p-recruit__lead-text {
    margin-top: 2em;
  }
}
.p-recruit__outline {
  width: 100%;
  max-width: 89.5rem;
  display: block;
  position: relative;
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-recruit__outline {
    margin-top: 3.2rem;
  }
}
.p-recruit__detail {
  width: 100%;
  max-width: 28rem;
  min-height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 5rem;
  margin: 4.85rem auto 0;
  border-radius: 20rem;
  cursor: pointer;
  color: var(--color-white);
  background: var(--color-black);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-recruit__detail {
    max-width: 19.5rem;
    min-height: 4.5rem;
    margin-top: 3rem;
    padding: 1rem 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit__detail {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-recruit__detail:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.p-recruit__detail::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20rem;
  border: 2px solid var(--color-black);
  z-index: -1;
}
.p-recruit__detail-text {
  display: block;
  position: relative;
  top: 0.2em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-recruit__detail-text {
    font-size: 1.3rem;
  }
}
.p-recruit__detail-icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.1rem;
  transform: translate(50%, -50%);
  background: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-recruit__detail-icon {
    width: 1.8rem;
    height: 1.8rem;
    right: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit__detail-icon {
    transition: filter 0.3s var(--ease_out);
  }
  .p-recruit__detail:hover .p-recruit__detail-icon {
    filter: invert(1);
  }
}
.p-recruit__detail-icon::before {
  content: "";
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/icon_plus.svg") no-repeat center/contain;
}

.p-recruit_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-bottom: 0.7rem;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-recruit_info {
    display: flex;
    justify-content: center;
  }
}
.p-recruit_info::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-black);
}
.p-recruit_info__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-recruit_info__header {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit_info__header {
    margin-bottom: 0.8rem;
  }
}
.p-recruit_info__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Inter Tight", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_info__title {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-recruit_info__inner {
  display: block;
  position: relative;
}
.p-recruit_info__text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_info__text {
    font-size: 1.5rem;
  }
}

.p-recruit_outline {
  display: block;
  position: relative;
}
.p-recruit_outline__header {
  min-width: 12rem;
  min-height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-top: 0.15em;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-white);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-recruit_outline__header {
    min-width: 8.2rem;
    min-height: 2.5rem;
  }
}
.p-recruit_outline__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-black);
}
.p-recruit_outline__title {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1;
  left: 0.55em;
  text-align: center;
  letter-spacing: 2rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_outline__title {
    left: 0.35em;
    font-size: 1.5rem;
    letter-spacing: 1.3rem;
  }
}
.p-recruit_outline__inner {
  display: block;
  position: relative;
  padding: 4rem 2rem 2.1rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-recruit_outline__inner {
    padding: 2.2rem 1rem 1.5rem;
  }
}
.p-recruit_outline__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-black);
}
.p-recruit_outline__text {
  width: 100%;
  max-width: 77rem;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width: 960px) {
  .p-recruit_outline__text {
    font-size: 1.3rem;
    line-height: 1.85;
  }
}
.p-recruit_outline__text_sub {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .p-recruit_outline__text_sub {
    font-size: 1.3rem;
    line-height: 1.85;
  }
}

.p-recruit_detail {
  width: 100%;
  height: calc(var(--svh) - 7.5rem) !important;
  display: block;
  position: relative;
  padding: 6rem 0;
  font-size: 16px;
  text-align: left;
  background-color: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .p-recruit_detail {
    padding: 2rem 0;
  }
}
.p-recruit_detail__container {
  width: 90%;
  max-width: 77rem;
  height: calc(var(--svh) - 7.5rem - 12rem) !important;
  display: block;
  position: relative;
  padding: 0.5em 5%;
  margin: 0 auto;
  box-sizing: content-box;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  scrollbar-width: thin;
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__container {
    width: 87%;
    padding: 0.5em 3%;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .p-recruit_detail__container {
    height: calc(var(--svh) - 7.5rem - 4rem) !important;
  }
}
.p-recruit_detail__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__header {
    margin-bottom: 3.8rem;
  }
}
.p-recruit_detail__title {
  display: block;
  position: relative;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.p-recruit_detail__inner {
  display: block;
  position: relative;
}
.p-recruit_detail__data {
  display: block;
  position: relative;
  padding-bottom: 1.8rem;
}
@media screen and (min-width: 961px) {
  .p-recruit_detail__data {
    display: grid;
    grid-template-columns: 11rem 1fr;
    gap: 1rem 1.2rem;
  }
}
.p-recruit_detail__data + .p-recruit_detail__data {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__data + .p-recruit_detail__data {
    margin-top: 2.7rem;
  }
}
.p-recruit_detail__data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-black);
}
.p-recruit_detail__data-cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-recruit_detail__data-cap {
    grid-row: 1/-1;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__data-cap {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-recruit_detail__data-text {
  display: inline-block;
  position: relative;
  top: -0.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__data-text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.p-recruit_detail__data-text a {
  display: inline-block;
  position: relative;
  color: var(--color-black);
  padding-right: 1.5rem;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  .p-recruit_detail__data-text a {
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
  @media (hover: hover) and (pointer: fine) {
    .p-recruit_detail__data-text a {
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-recruit_detail__data-text a:hover {
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  .p-recruit_detail__data-text a {
    text-decoration: underline;
  }
  @media (hover: hover) and (pointer: fine) {
    .p-recruit_detail__data-text a:hover {
      text-decoration: none;
    }
  }
}
.p-recruit_detail__data-text a::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  position: absolute;
  top: 48%;
  right: 0;
  transform: translate(0%, -50%);
  background: url("../img/icon_link_blank_b.svg") no-repeat center/contain;
}
.p-recruit_detail__data-btn {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-recruit_detail__data-btn {
    grid-column: 2/3;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__data-btn {
    margin-top: 2rem;
  }
}
.p-recruit_detail__btn {
  width: 100%;
  max-width: 35rem;
  min-height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 2rem;
  border-radius: 20rem;
  cursor: pointer;
  color: var(--color-white);
  background: var(--color-black);
  text-decoration: none;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__btn {
    min-height: 4.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit_detail__btn {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
  }
  .p-recruit_detail__btn:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}
.p-recruit_detail__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20rem;
  border: 2px solid var(--color-black);
  z-index: -1;
}
.p-recruit_detail__btn-text {
  display: block;
  position: relative;
  padding-right: 2rem;
  top: 0.2em;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-recruit_detail__btn-text {
    font-size: 1.3rem;
  }
}
.p-recruit_detail__btn-text::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(0%, -50%);
  background: url("../img/icon_link_blank.svg") no-repeat center/contain;
}
@media (hover: hover) and (pointer: fine) {
  .p-recruit_detail__btn-text::before {
    transition: filter 0.3s var(--ease_out);
  }
  .p-recruit_detail__btn:hover .p-recruit_detail__btn-text::before {
    filter: invert(1);
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

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

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none !important;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  opacity: 0;
  transition: all 0.6s var(--ease_out);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none !important;
}
.m-modal__container {
  height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3.25rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 7.5rem 0;
  }
}
.m-modal__content {
  width: 92.5%;
  max-width: 92rem;
  display: block;
  position: relative;
  font-size: 0;
  text-align: center;
}
.m-modal__close {
  width: 3.7rem;
  height: 3.7rem;
  display: block;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
  background-color: var(--color-black);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 3.6rem;
    height: 3.6rem;
    top: 0.6rem;
    right: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: opacity 0.3s var(--ease_out);
  }
  .m-modal__close:hover {
    opacity: 0.6;
  }
}
.m-modal__close::before {
  content: "";
  width: 45%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--color-white);
}
.m-modal__close::after {
  content: "";
  width: 45%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-white);
}

.u-bg-base {
  --radius: 1rem;
  opacity: 0.85;
}
@media screen and (max-width: 960px) {
  .u-bg-base {
    --radius: .5rem;
  }
}
.u-bg-base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-frame);
  border-radius: var(--radius);
  opacity: 0.4705882353;
}
.u-bg-base::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  background: var(--color-black);
  border-radius: var(--radius);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/*# sourceMappingURL=flintbase.css.map */