@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #141414;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #141414;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
@font-face {
  font-family: "Gokubuto Mincho";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/gokuhutomincho.ttf") format("truetype");
  font-display: swap;
}
/* theme */
:root {
  --theme-color: #141414;
  --theme-bg-image: none;
}

body.is-company-page {
  --theme-color: #dc5408;
  --theme-bg-image: url("../images/common/bg_texture_orange.jpg");
}

body.is-recruit-page {
  --theme-color: #00873c;
  --theme-bg-image: url("../images/common/bg_texture_green.jpg");
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.l-header__copyright {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.875rem;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  color: #606060;
  letter-spacing: 0.03rem;
  background-color: #141414;
}
.l-header__entry {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.125rem 0 1rem;
}
.l-header__menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.92);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.l-header__nav-container {
  width: 92.5rem;
  max-width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-header__nav {
  position: relative;
  display: flex;
  gap: 10rem;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  width: 20rem;
}
.l-header__nav-item:last-child {
  margin-top: 1rem;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  transition: 0.3s linear all;
}
.l-header__nav-link-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 999rem;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
.l-header__nav-link-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: transparent url("../images/common/icon_arrow_black.svg") no-repeat center/contain;
  transition: 0.3s linear all;
  transform: translate(-50%, -50%);
}
.l-header__nav-link.is-active {
  color: #039;
}
.l-header__nav-link.is-active .l-header__nav-link-icon {
  background-color: #039;
}
.l-header__nav-link.is-active .l-header__nav-link-icon::after {
  background-image: url("../images/common/icon_arrow.svg");
  animation: arrow 0.5s;
}
@media (hover: hover) {
  .l-header__nav-link:hover {
    color: #039;
  }
  .l-header__nav-link:hover .l-header__nav-link-icon {
    background-color: #039;
  }
  .l-header__nav-link:hover .l-header__nav-link-icon::after {
    background-image: url("../images/common/icon_arrow.svg");
    animation: arrow 0.5s;
  }
}
.l-header__nav-sub {
  position: absolute;
  top: 50%;
  left: 30rem;
  width: 1200px;
  max-width: calc(50vw + 100% - 30rem);
  visibility: inherit;
  transition: none;
  transform: translateY(-50%);
}
.l-header__nav-sub .p-card .swiper {
  overflow: hidden;
}
.l-header__nav-sub .p-card__item.--other .p-card__link {
  box-shadow: none;
}
.l-header__nav-sub .p-card__item.--other .p-card__link .p-text-flow {
  z-index: 1;
  height: 10.25rem;
}
.l-header__nav-sub .p-card__item.--other .p-card__link .p-text-flow__text {
  height: 10.1875rem;
}
.l-header__nav-sub .p-card__item.--other .p-card__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
}
.l-header__nav-sub .p-card__item.--other .p-card__title {
  font-size: 3rem;
  font-weight: 900;
  color: #039;
}

@media only screen and (max-width: 767px) {
  .l-header__copyright {
    min-height: 1.75rem;
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
  .l-header__entry {
    gap: 0.25rem;
    justify-content: space-between;
    padding: 1.125rem 1.25rem 1rem;
  }
  .l-header__nav-container {
    padding-top: 3.75rem;
    overflow-y: scroll;
  }
  .l-header__nav {
    flex-direction: column;
    gap: 2rem;
    height: auto;
    padding-bottom: 34rem;
  }
  .l-header__nav-list {
    gap: 2rem;
    width: 100%;
  }
  .l-header__nav-item:last-child {
    margin-top: 0;
  }
  .l-header__nav-link {
    font-size: 1rem;
  }
  .l-header__nav-link-icon {
    width: 3rem;
    height: 1rem;
  }
  .l-header__nav-link-icon::after {
    width: 1rem;
    height: 1rem;
  }
  .l-header__nav-link.js-hover-touch.is-hover {
    color: #039;
  }
  .l-header__nav-link.js-hover-touch.is-hover .l-header__nav-link-icon {
    background-color: #039;
  }
  .l-header__nav-link.js-hover-touch.is-hover .l-header__nav-link-icon::after {
    background-image: url("../images/common/icon_arrow.svg");
    animation: arrow 0.5s;
  }
  .l-header__nav-sub {
    top: inherit;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin-top: 2rem;
    transform: none;
  }
  .l-header__nav-sub .p-text-flow {
    height: 8.625rem;
  }
  .l-header__nav-sub .p-text-flow__text {
    height: 8.5625rem;
  }
  .l-header__nav-sub .p-card__item:first-child .p-card__title {
    font-size: 2.5rem;
  }
}
/* footer */
.l-footer {
  position: relative;
  padding-top: 7.5rem;
  background: url("../images/common/bg_texture.jpg") lightgray 50%/cover no-repeat;
}
.l-footer__contact {
  padding: 0 1.25rem;
  margin-bottom: 7.5rem;
}
.l-footer__line {
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
  border-top: 0.0625rem solid #141414;
  border-bottom: 0.0625rem solid #141414;
}
.l-footer__line.--fixed {
  position: fixed;
  bottom: 5.625rem;
  z-index: 10;
  width: 100%;
  transition: all 0.3s ease;
}
.l-footer__line.--fixed.is-stopped {
  position: absolute;
  top: 0;
  bottom: auto;
  transform: translateY(-100%);
}
.l-footer__line-inner {
  display: inline-flex;
  align-items: center;
  min-height: 1.875rem;
  overflow: hidden;
  white-space: nowrap;
  will-change: transform;
}
.l-footer__line-text {
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  white-space: nowrap;
}
.l-footer__line-text.--orange {
  color: #dc5408;
}
.l-footer__line-text.--green {
  color: #00873c;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-footer__sitemap {
  display: flex;
  align-items: stretch;
  border-top: 0.0625rem solid #141414;
  border-bottom: 0.0625rem solid #141414;
}
.l-footer__sitemap-title {
  position: relative;
  width: 20rem;
  overflow: hidden;
}
.l-footer__sitemap-title .c-heading {
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  font-style: italic;
  transform: translate(-50%, -50%);
}
.l-footer__sitemap-list {
  display: flex;
  align-items: stretch;
  width: calc(100% - 20rem);
}
.l-footer__sitemap-list.--column4 > * {
  width: 25%;
}
.l-footer__sitemap-list.--column3 > * {
  width: 33.3333333333%;
}
.l-footer__sitemap-list .c-button.--footer {
  width: 100%;
  height: 100%;
}
.l-footer__sitemap + .l-footer__sitemap {
  margin-top: 1.5rem;
}
.l-footer__copyright {
  padding: 2rem 1.5rem 2.5rem;
  text-align: right;
}

@media only screen and (max-width: 1280px) {
  .l-footer__sitemap {
    flex-direction: column;
  }
  .l-footer__sitemap-title {
    width: 100%;
  }
  .l-footer__sitemap-list {
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #141414;
  }
  .l-footer__sitemap-list.--column4 > * {
    width: 50%;
  }
  .l-footer__sitemap-list.--column3 > * {
    width: 50%;
  }
  .l-footer__sitemap-list.--column3 > *:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding-top: 5rem;
  }
  .l-footer__contact {
    margin-bottom: 5rem;
  }
  .l-footer__line-inner {
    min-height: 1.75rem;
  }
  .l-footer__line-text {
    padding-right: 1rem;
    font-size: 0.625rem;
    letter-spacing: 0;
  }
  .l-footer__sitemap {
    flex-direction: column;
  }
  .l-footer__sitemap-title {
    height: 4.5rem;
  }
  .l-footer__sitemap-title .c-heading {
    left: calc(50% - 0.25rem);
    line-height: 4.5rem;
  }
  .l-footer__copyright {
    padding: 1rem 0.5rem 4rem;
    text-align: center;
  }
}
/* main */
.l-background-filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: url("../images/common/bg_texture.jpg") lightgray 50%/cover no-repeat;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  mix-blend-mode: overlay;
  opacity: 1;
  transition: all 0.15s ease;
  will-change: opacity, backdrop-filter, transform;
}

.l-inner {
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 92.5rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 3.375rem;
}

.l-section-second__inner {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
}

.l-content-first {
  width: calc(50% + 5rem);
}

.l-content {
  width: 50%;
  padding-bottom: 10rem;
}
.l-content__item + .l-content__item {
  margin-top: 5rem;
}

.l-container {
  position: relative;
}

.gsap-section {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.25rem;
  }
  .l-content,
  .l-content-first {
    width: 100%;
  }
  .l-content__item {
    padding-top: calc(100vh - 28px);
  }
  .l-content__item + .l-content__item {
    margin-top: 0;
  }
  .l-content__item-inner {
    position: relative;
    padding: 5rem 0;
  }
  .l-content__item-inner::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    content: "";
    background: url("../images/common/bg_texture.jpg") lightgray 50%;
    transform: translateX(-50%);
  }
  .l-content__item:last-child .l-content__item-inner {
    padding-bottom: 10rem;
  }
  .l-section-second {
    position: relative;
  }
  .l-section-second__bg {
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    display: block;
    height: calc(100vh - 28px);
  }
  .l-section-second__bg .p-pagetitle {
    top: 0;
  }
  .l-section-second.is-fixed .l-section-second__bg {
    position: fixed;
    top: 28px;
  }
  .l-section-second.is-absolute .l-section-second__bg {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .l-section-second .l-content {
    padding-bottom: 0;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 25rem;
  max-width: 100%;
  min-height: 3.5rem;
  padding: 0 7.5rem 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 900;
  color: #141414;
  cursor: pointer;
  border: 0.0625rem solid #141414;
  border-radius: 999rem;
  transition: 0.3s linear all;
}
.c-button__arrow {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 5rem;
  height: 1.5rem;
  background-color: #141414;
  border-radius: 999rem;
  transition: 0.3s linear all;
  transform: translateY(-50%);
}
.c-button__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: transparent url("../images/common/icon_arrow.svg") no-repeat center/contain;
  transition: 0.3s linear all;
  transform: translate(-50%, -50%);
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 900;
  content: "BLANK";
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 900;
  content: "PDF";
}
.c-button.--disabled {
  color: #ababab;
  pointer-events: none;
  border-color: #ababab;
}
.c-button.--disabled .c-button__arrow {
  background-color: #ababab;
}
.c-button.--cta {
  z-index: 1;
  gap: 1.5rem 5rem;
  justify-content: center;
  width: 100%;
  padding: 4rem 10rem;
  overflow: hidden;
  font-size: 4rem;
  font-style: italic;
  background-color: transparent;
}
.c-button.--cta::after, .c-button.--cta::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 102%;
  content: "";
  background: url("../images/common/bg_btn_cta.png") lightgray 50%/cover no-repeat;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: 0.3s linear all;
}
.c-button.--cta::before {
  z-index: -2;
  transform: translate(-50%, -50%);
}
.c-button.--cta::after {
  z-index: -1;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-button.--cta .c-button__arrow {
  position: relative;
  top: inherit;
  right: inherit;
  transform: none;
}
.c-button.--cta.--style01 {
  gap: 0 1.5rem;
  width: 100%;
  min-height: 4rem;
  padding: 0 1.5rem 0 2rem;
  font-size: 1.5rem;
}
.c-button.--cta.--style02 {
  gap: 1.5rem 1rem;
  width: 15rem;
  min-height: 3.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.1875rem;
  font-style: italic;
}
.c-button.--footer {
  min-height: 5.5rem;
  padding: 0 7rem 0 1.5rem;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  border-radius: 0;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.c-button.--footer .c-button__arrow {
  right: 1.5rem;
}
.c-button.--next {
  width: 45rem;
  min-height: 7.5rem;
  padding: 0 9rem 0 2.5rem;
  font-size: 2.25rem;
}
.c-button.--next .c-button__arrow {
  right: 2.5rem;
}
.c-button.--menu {
  justify-content: center;
  width: 10rem;
  padding: 0 1.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border: none;
}
.c-button.--menu::after {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  content: "";
  background: transparent url("../images/common/icon-menu-open.svg") no-repeat center/contain;
  transition: 0.3s linear all;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button.--menu.is-active::after {
  background-image: url("../images/common/icon-menu-close.svg");
}
@media (hover: hover) {
  .c-button:hover {
    color: #039;
    border-color: #039;
  }
  .c-button:hover .c-button__arrow {
    background-color: #039;
  }
  .c-button:hover .c-button__arrow::after {
    animation: arrow 0.5s;
  }
  .c-button:hover.--cta {
    color: #141414;
    border-color: #141414;
  }
  .c-button:hover.--cta .c-button__arrow {
    background-color: #141414;
  }
  .c-button:hover.--cta::after {
    opacity: 1;
  }
  .c-button:hover.--footer {
    border-color: #141414;
  }
  .c-button:hover.--menu {
    color: #fff;
  }
  .c-button:hover.--menu::after {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 1280px) {
  .c-button.--footer {
    border: 1px solid #141414;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-height: 3rem;
    padding: 0 5rem 0 1.5rem;
    font-size: 1rem;
  }
  .c-button__arrow {
    right: 1rem;
    width: 3rem;
    height: 1rem;
  }
  .c-button__arrow::after {
    width: 1rem;
    height: 1rem;
  }
  .c-button.--menu {
    justify-content: center;
    width: 9rem;
    padding: 0 1rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    border: none;
  }
  .c-button.--menu::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    content: "";
    background: transparent url("../images/common/icon-menu-open.svg") no-repeat center/contain;
    transition: 0.3s linear all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .c-button.--cta {
    flex-direction: column;
    align-items: center;
    min-height: 25rem;
    padding: 0.5rem 1rem;
    font-size: 3rem;
    line-height: 1.4;
  }
  .c-button.--cta::after, .c-button.--cta::before {
    background-size: 100% 100%;
  }
  .c-button.--cta.--style01 {
    flex-direction: row;
    width: 100%;
    min-height: 3rem;
    padding: 0 1rem 0 1.5rem;
    font-size: 1rem;
  }
  .c-button.--cta.--style02 {
    flex-direction: row;
    width: 11.5rem;
    min-height: 3rem;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.125rem;
  }
  .c-button.--footer {
    min-height: 3.5rem;
    padding: 0 4rem 0 0.25rem;
    font-size: 1rem;
    border: 1px solid #141414;
  }
  .c-button.--footer .c-button__arrow {
    right: 0.25rem;
  }
  .c-button.--next {
    padding: 0 6rem 0 2.5rem;
    font-size: 1.75rem;
  }
  .c-button.--next .c-button__arrow {
    right: 1.5rem;
  }
  .c-button.js-hover-touch.is-hover {
    color: #039;
    border-color: #039;
  }
  .c-button.js-hover-touch.is-hover .c-button__arrow {
    background-color: #039;
  }
  .c-button.js-hover-touch.is-hover .c-button__arrow::after {
    animation: arrow 0.5s;
  }
  .c-button.js-hover-touch.is-hover.--cta {
    color: #141414;
    border-color: #141414;
  }
  .c-button.js-hover-touch.is-hover.--cta .c-button__arrow {
    background-color: #141414;
  }
  .c-button.js-hover-touch.is-hover.--cta::after {
    opacity: 1;
  }
  .c-button.js-hover-touch.is-hover.--footer {
    border-color: #141414;
  }
  .c-button.js-hover-touch.is-hover.--menu {
    color: #fff;
  }
  .c-button.js-hover-touch.is-hover.--menu::after {
    transform: rotate(50deg);
  }
}
.c-heading {
  font-size: 4rem;
  font-weight: 900;
}
.c-heading.--orange {
  color: #dc5408;
}
.c-heading.--green {
  color: #00873c;
}
@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.c-heading-lv1 {
  font-size: 4rem;
  font-weight: 900;
}
.c-heading-lv1.--white {
  position: relative;
  display: inline-flex;
  color: #039;
}
.c-heading-lv1.--italic {
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv1 {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.c-heading-lv2 {
  font-size: 2.25rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 1.75rem;
  }
}

.c-heading-lv3 {
  font-size: 1.75rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 1.5rem;
  }
}

.c-heading-lv4 {
  font-size: 1.5rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv4 {
    font-size: 1.25rem;
  }
}

.c-heading-lv5 {
  font-size: 1.1875rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv5 {
    font-size: 1.125rem;
  }
}

.c-heading-lv6 {
  position: relative;
  padding-left: 2rem;
  font-size: 1.0625rem;
  font-weight: 900;
}
.c-heading-lv6::before {
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 1.5rem;
  height: 0.0625rem;
  content: "";
  background-color: #141414;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv6 {
    font-size: 1rem;
  }
}

.c-list-dot__item {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #141414;
}
.c-list-dot__item.--bold {
  font-weight: 900;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.3rem;
  left: 0.25rem;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #039;
  border-style: solid;
  border-width: 6px 0 6px 7px;
}
.c-list-dot__item .c-list-dot {
  margin-top: 0.5rem;
}
.c-list-dot__item .c-list-dot__item::before {
  top: 0.5rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #039;
  border: none;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-list-dot {
    font-size: 0.875rem;
  }
}

.c-list-ol {
  font-size: 0.9375rem;
  line-height: 1.6;
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}
.c-list-ol.--sm {
  font-size: 0.8125rem;
}

@media only screen and (max-width: 767px) {
  .c-list-ol {
    font-size: 0.875rem;
  }
  .c-list-ol.--sm {
    font-size: 0.75rem;
  }
}
.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #141414;
  text-decoration: underline;
  transition: 0.3s linear all;
}
.c-text-link.--blank {
  display: inline-flex;
  align-items: center;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
  transition: 0.3s linear all;
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 900;
  content: "PDF";
}
.c-text-link.--return .c-text-link__icon {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 1.5rem;
  margin-right: 1rem;
  vertical-align: middle;
  background-color: #141414;
  border-radius: 999rem;
  transition: 0.3s linear all;
}
.c-text-link.--return .c-text-link__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: transparent url("../images/common/icon_link.svg") no-repeat center/contain;
  transition: 0.3s linear all;
  transform: translate(-50%, -50%);
}
.c-text-link.--xlg {
  font-size: 1.1875rem;
}
.c-text-link.--lg {
  font-size: 1.0625rem;
}
.c-text-link.--lg.--blank::after {
  width: 1.25rem;
  height: 1.25rem;
}
.c-text-link.--sm {
  font-size: 0.8125rem;
}
.c-text-link.--sm.--blank::after {
  width: 1.25rem;
  height: 1.25rem;
}
@media (hover: hover) {
  .c-text-link:hover {
    color: #039;
  }
  .c-text-link:hover.--blank::after {
    background-image: url("../images/common/icon_blank_blue.svg");
    animation: blank 0.5s;
  }
  .c-text-link:hover.--return .c-text-link__icon {
    background-color: #039;
  }
  .c-text-link:hover.--return .c-text-link__icon::after {
    animation: arrow2 0.5s;
  }
}

@media only screen and (max-width: 767px) {
  .c-text-link {
    font-size: 0.875rem;
  }
  .c-text-link.--blank::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .c-text-link.--xlg {
    font-size: 1.125rem;
  }
  .c-text-link.--lg {
    font-size: 1rem;
  }
  .c-text-link.--sm {
    font-size: 0.75rem;
  }
  .c-text-link.js-hover-touch.is-hover {
    color: #039;
  }
  .c-text-link.js-hover-touch.is-hover.--blank::after {
    background-image: url("../images/common/icon_blank_blue.svg");
    animation: blank 0.5s;
  }
  .c-text-link.js-hover-touch.is-hover.--return .c-text-link__icon {
    background-color: #039;
  }
  .c-text-link.js-hover-touch.is-hover.--return .c-text-link__icon::after {
    animation: arrow2 0.5s;
  }
}
.c-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #141414;
}
.c-text.--xlg {
  font-size: 1.1875rem;
}
.c-text.--lg {
  font-size: 1.0625rem;
}
.c-text.--sm {
  font-size: 0.8125rem;
}
.c-text.--xsm {
  font-size: 0.6875rem;
}
.c-text.--bold {
  font-weight: 900;
}
.c-text.--mt-05 {
  margin-top: 0.25rem;
}
.c-text.--sp {
  font-size: 0.875rem;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
  .c-text.--xlg {
    font-size: 1.125rem;
  }
  .c-text.--lg {
    font-size: 1rem;
  }
  .c-text.--sm {
    font-size: 0.75rem;
  }
  .c-text.--xsm {
    font-size: 0.625rem;
  }
}
.c-input + .c-input {
  margin-top: 1.5rem;
}
.c-input__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.625rem;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  font-size: 0.8125rem;
  background-color: #141414;
}
.c-input__optional.--required {
  color: #fff;
}
.c-input__support-text {
  margin-top: 0.5rem;
}
.c-input__label {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 900;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}
.c-input__container {
  width: 100%;
  padding: 0.75rem 2.5rem;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  background-color: #fff;
  border: none;
  outline: 0;
}
.c-input__container:focus {
  border-color: #d3d3d3;
}
.c-input__container.error {
  border-color: #ca0003;
}
.c-input__radio-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 0.0625rem solid #141414;
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #1558d6;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background-color: #fff;
  border: 0.0625rem solid #141414;
  border-radius: 0;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 50%;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: #1558d6;
  border-color: #1558d6;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__error-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #ca0003;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
  font-weight: 900;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  pointer-events: none;
  content: "";
  border-right: 0.125rem solid #141414;
  border-bottom: 0.125rem solid #141414;
  transform: translateY(-50%) rotate(45deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #141414;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-input__optional {
    font-size: 0.75rem;
  }
  .c-input__label {
    font-size: 1.25rem;
  }
}
/* project */
.p-accordion__item + .p-accordion__item {
  margin-top: 2.125rem;
}
.p-accordion__head {
  position: relative;
  width: 100%;
  padding: 0 2.25rem 0.5rem 0;
  cursor: pointer;
  background-color: transparent;
  border-bottom: 1px solid #141414;
}
.p-accordion__head-icon {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transition: 0.3s all;
  transform: translateY(-50%);
}
.p-accordion__head-icon::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  left: 50%;
  width: 1rem;
  height: 1rem;
  content: "";
  border-top: 0.125rem solid #141414;
  border-left: 0.125rem solid #141414;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-accordion__head.is-active .p-accordion__head-icon::after {
  top: calc(50% + 4px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-anchor {
  margin-bottom: 5rem;
}
.p-anchor__title {
  padding-bottom: 0.5rem;
  color: var(--theme-color);
  border-bottom: 1px solid #141414;
}
.p-anchor__item {
  border-bottom: 1px solid #141414;
}
.p-anchor__link {
  display: block;
  padding: 1rem 0;
  font-weight: 900;
  color: #141414;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-anchor__link {
    transition: 0.3s linear color;
  }
  .p-anchor__link:hover {
    color: #039;
  }
}

.p-breadline {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 1.875rem;
  background-color: #141414;
}
.p-breadline__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-breadline__item {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  color: #606060;
  letter-spacing: 0.03rem;
  white-space: nowrap;
}
.p-breadline__item a {
  color: #606060;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin: 0 0.75rem;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-breadline__item {
    font-size: 0.5625rem;
  }
  .p-breadline__divider {
    margin: 0 0.5rem;
    font-size: 0.875rem;
  }
}
.p-candidate {
  display: flex;
  align-items: flex-end;
}
.p-candidate.is-action {
  --theme-color: #dc5408;
}
.p-candidate.is-logic {
  --theme-color: #039;
}
.p-candidate.is-manage {
  --theme-color: #00873c;
}
.p-candidate.is-passion {
  --theme-color: #840053;
}
.p-candidate__title-jp {
  font-style: italic;
  color: var(--theme-color);
}
.p-candidate__img {
  width: calc(50% - 12px);
}
.p-candidate__content {
  width: calc(50% + 12px);
  padding-left: 1.5rem;
  border-bottom: 1px solid #141414;
}
.p-candidate__point .c-list-dot__item::before {
  border-color: transparent transparent transparent var(--theme-color);
}
.p-candidate__title {
  width: 20rem;
  max-width: 100%;
  margin-left: auto;
}
.p-candidate.--reverse {
  flex-direction: row-reverse;
}
.p-candidate.--reverse .p-candidate__content {
  padding: 0 1.5rem 0 0;
}

@media only screen and (max-width: 767px) {
  .p-candidate {
    flex-wrap: wrap;
  }
  .p-candidate + .p-candidate {
    margin-top: 3.5rem;
  }
  .p-candidate__img {
    width: 100%;
  }
  .p-candidate__content {
    width: 100%;
    padding: 1.5rem 1.5rem 0 0;
    border-right: 1px solid #141414;
    border-bottom: none;
  }
  .p-candidate__title {
    width: 12rem;
    margin-top: 2rem;
  }
  .p-candidate.--reverse .p-candidate__content {
    padding: 1.5rem 0 0 1.5rem;
    border-right: none;
    border-left: 1px solid #141414;
  }
}
.p-card .swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
}
.p-card .swiper-slide .p-card__text {
  min-height: 5.8125rem;
}
.p-card .swiper {
  padding: 1.5rem;
  margin: -1.5rem;
  overflow: inherit;
}
.p-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: stretch;
  justify-content: flex-start;
}
.p-card__item {
  position: relative;
  flex-shrink: 0;
  width: 21.375rem;
  height: 38rem;
}
.p-card__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 0 24px rgba(20, 20, 20, 0.4);
}
@media (hover: hover) {
  .p-card__link:hover .p-card__image {
    transform: scale(1.2);
  }
}
.p-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.p-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
  box-shadow: 0 0 32px 16px rgba(20, 20, 20, 0.4) inset;
  transition: all 0.3s;
}
.p-card__title, .p-card__text {
  display: inline-block;
  color: #fff;
}

.p-card02 {
  padding: 2.5rem;
  background-color: #fff;
}
.p-card02__title {
  display: flex;
  gap: 0 2rem;
  align-items: center;
}
.p-card02__title-icon {
  width: 5rem;
}
.p-card02__text {
  max-width: calc(100% - 112px);
  margin-left: auto;
}
.p-card02__button {
  margin-top: 1.5rem;
  text-align: right;
}

.p-card03__members {
  display: flex;
  gap: 0.5rem 2rem;
  margin-top: 1rem;
}
.p-card03__members-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-card03__members-img {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.p-card03__members-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-card03__text {
  margin-top: 1.5rem;
}

.p-card04 {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 2.5rem 2.5rem 2.5rem 2rem;
  background-color: #fff;
}
.p-card04__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4rem;
}
.p-card04__right {
  width: calc(100% - 80px);
}
.p-card04__img {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.p-card04__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.p-card05 {
  position: relative;
  padding: 2.5rem;
  overflow: hidden;
  background-color: #fff;
}
.p-card05__num {
  position: absolute;
  top: -0.75rem;
  right: 0.25rem;
  font-size: 7.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 5.75rem;
  color: transparent;
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--font-font-green, #00873c);
}
.p-card05__title {
  display: flex;
  gap: 0 2rem;
  align-items: center;
}
.p-card05__title-icon {
  width: 4.5rem;
}
.p-card05__content {
  max-width: calc(100% - 104px);
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .p-card__list {
    gap: 0.5rem;
  }
  .p-card .swiper {
    padding: 1.5rem;
    margin: -1.5rem -2.5rem;
  }
  .p-card__item {
    width: 18rem;
    height: 32rem;
  }
  .p-card__link.js-hover-touch.is-hover .p-card__image {
    transform: scale(1.2);
  }
  .p-card02 {
    padding: 2rem 1.5rem;
  }
  .p-card02__title {
    gap: 0 1rem;
  }
  .p-card02__title-icon {
    width: 3.5rem;
  }
  .p-card02__text {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .p-card02__button {
    text-align: center;
  }
  .p-card03__members {
    flex-direction: column;
  }
  .p-card03__members-item {
    gap: 0.5rem;
  }
  .p-card03__members-img {
    width: 4rem;
    height: 4rem;
  }
  .p-card04 {
    gap: 0.25rem;
    padding: 2rem 1.5rem 2rem 0.5rem;
  }
  .p-card04__left {
    width: 4rem;
  }
  .p-card04__right {
    width: calc(100% - 70px);
  }
  .p-card04__img {
    width: 3rem;
    height: 3rem;
  }
  .p-card05 {
    padding: 2.5rem 1.5rem 2rem;
  }
  .p-card05__num {
    font-size: 6rem;
    line-height: 5rem;
  }
  .p-card05__title {
    gap: 0 1rem;
  }
  .p-card05__title-icon {
    width: 3.5rem;
  }
  .p-card05__content {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.p-column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem 1.5rem;
}
.p-column.--column2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-column__img {
  overflow: hidden;
  border-radius: 0.25rem;
}
.p-column__texts {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .p-column.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-box-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}
.p-box-wrap.--column2 {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
  .p-box-wrap.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-flow__item {
  position: relative;
  padding-top: 2.8125rem;
}
.p-flow__item + .p-flow__item {
  margin-top: 1.5rem;
}
.p-flow__title span {
  font-size: 1.5rem;
}
.p-flow__step {
  position: absolute;
  top: 0;
  right: 0;
  color: #e2e2e2;
  text-align: right;
  mix-blend-mode: multiply;
}
.p-flow__text {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .p-flow {
    position: relative;
    padding-top: 2.8125rem;
  }
  .p-flow__title span {
    font-size: 1.5rem;
  }
  .p-flow__step {
    position: absolute;
    top: 0;
    right: 0;
    color: #e2e2e2;
    text-align: right;
    mix-blend-mode: plus-darker;
  }
  .p-flow__text {
    margin-top: 1rem;
  }
}
.p-form-nav {
  text-align: center;
}
.p-form-nav__list {
  position: relative;
  display: flex;
  gap: 0 3.75rem;
  align-items: center;
  justify-content: space-between;
}
.p-form-nav__list::after, .p-form-nav__list::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 3.75rem;
  height: 0.0625rem;
  content: "";
  border-top: 0.0625rem solid #141414;
  transform: translateY(-50%);
}
.p-form-nav__list::after {
  left: calc(50% + (100% - 120px) / 3 / 2);
}
.p-form-nav__list::before {
  right: calc(50% + (100% - 120px) / 3 / 2);
}
.p-form-nav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  max-width: calc((100% - 120px) / 3);
  min-height: 3rem;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #141414;
  border: 0.0625rem solid #141414;
  border-radius: 999rem;
}
.p-form-nav__item.is-active {
  color: #00873c;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-form-nav__list {
    gap: 0 1rem;
  }
  .p-form-nav__list::after, .p-form-nav__list::before {
    width: 1rem;
  }
  .p-form-nav__list::after {
    left: calc(50% + (100% - 32px) / 3 / 2);
  }
  .p-form-nav__list::before {
    right: calc(50% + (100% - 32px) / 3 / 2);
  }
  .p-form-nav__item {
    max-width: calc((100% - 32px) / 3);
    min-height: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-box-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}

.p-box-wrap.--column2 {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
  .p-box-wrap.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-box {
  padding: 2.5rem;
  background-color: #fff;
}
.p-box .--flex {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1.5rem;
  }
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-table {
  width: 100%;
  border-top: 1px solid #141414;
}
.p-table__th, .p-table__td {
  padding: 0.5rem 2.5rem;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.6;
  color: #141414;
}
.p-table__td {
  padding: 1rem 2.5rem;
  font-weight: 500;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-table__th, .p-table__td {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.p-mainvisual__swiper {
  position: relative;
  perspective: 1200px;
}
.p-mainvisual__swiper .swiper-wrapper {
  padding: 40px 0;
  transition-timing-function: linear;
  transform-style: preserve-3d;
}
.p-mainvisual__swiper .swiper-slide {
  width: 25rem;
  border-radius: 0.25rem;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-origin: center right;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.p-mainvisual__swiper .swiper-slide picture,
.p-mainvisual__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
  border-radius: 0.25rem;
}
.p-mainvisual__catch {
  position: fixed;
  top: 1.875rem;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 19.8125rem;
  pointer-events: none;
  transition: all 0.3s;
}
.p-mainvisual__catch-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Gokubuto Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
  font-size: clamp(5.125rem, 14.5vw, 16.5rem);
  font-weight: 900;
  line-height: 1.2;
  color: #141414;
  white-space: nowrap;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.4s ease, transform 0.4s ease;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.p-mainvisual__catch-text span {
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
}
.p-mainvisual__catch.--overlay {
  z-index: 1;
  mix-blend-mode: overlay;
}
.p-mainvisual__catch.is-active .p-mainvisual__catch-text {
  opacity: 1;
}
.p-mainvisual__catch.is-active .p-mainvisual__catch-text span {
  animation: stampIn 0.6s ease-out forwards;
}
.p-mainvisual__catch.is-dark {
  z-index: 1;
  mix-blend-mode: inherit !important;
}
.p-mainvisual__catch.is-dark .p-mainvisual__catch-text {
  color: #fff;
}
@keyframes stampIn {
  0% {
    filter: blur(4px);
    opacity: 0;
    transform: scale(1.8) translateY(-80%);
  }
  40% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1.05) translateY(5%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.p-mainvisual .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  padding-top: 21.25rem;
}
.p-mainvisual .js-fade-right {
  /* 親のスライドインを1.2sで0.2s遅延して開始 */
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide {
  /* 子のtransformを0.4sで遅延なしで開始 */
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 1s;
  transform: rotate(-10deg) translateX(180px);
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(2) {
  transition-delay: 0.12s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(3) {
  transition-delay: 0.24s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(4) {
  transition-delay: 0.36s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(5) {
  transition-delay: 0.48s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(6) {
  transition-delay: 0.6s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(7) {
  transition-delay: 0.72s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(8) {
  transition-delay: 0.84s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(9) {
  transition-delay: 0.96s;
}
.p-mainvisual .js-fade-right .p-mainvisual__swiper-slide:nth-child(10) {
  transition-delay: 1.08s;
}
.p-mainvisual .js-fade-right.is-active {
  /* 親のスライドインにtransitionを適用 */
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transform: translateX(0) !important;
}
.p-mainvisual .js-fade-right.is-active .p-mainvisual__swiper-slide {
  transform: rotate(0deg) translateX(0);
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__swiper .swiper-wrapper {
    transition-timing-function: linear;
  }
  .p-mainvisual__swiper .swiper-slide {
    width: 16rem;
  }
  .p-mainvisual__catch {
    height: 13.75rem;
  }
  .p-mainvisual .fixed {
    padding-top: 15rem;
  }
}
.p-pagetitle {
  position: fixed;
  top: 1.875rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5rem);
  height: calc(100vh - 1.875rem);
  overflow: hidden;
  background: var(--theme-bg-image) lightgray 50%/cover no-repeat;
  transition: all 0.3s ease;
}
.p-pagetitle.is-stopped {
  position: absolute;
  top: auto;
  bottom: 0;
}
.p-pagetitle__container {
  position: relative;
  z-index: 2;
  width: 20.8333333333vw;
  max-width: 100%;
  height: 37.03125vw;
  overflow: hidden;
  border-radius: 0.25rem;
}
.p-pagetitle__img {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 120%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  background: no-repeat center/contain;
  opacity: 0;
  transform-origin: center center;
  will-change: transform;
}
.p-pagetitle__img.is-active {
  z-index: 2;
  opacity: 1;
}
.p-pagetitle__img.previous {
  z-index: 1;
  opacity: 1;
}
.p-pagetitle .p-text-flow {
  z-index: 1;
  height: 18.8125rem;
}
.p-pagetitle .p-text-flow__text {
  height: 15rem;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    position: relative;
    top: inherit;
    width: 100vw;
    height: 100vh;
  }
  .p-pagetitle.is-stopped {
    position: relative;
    top: inherit;
    bottom: inherit;
  }
  .p-pagetitle__container {
    width: 18rem;
    height: 32rem;
  }
  .p-pagetitle .p-text-flow {
    height: 9.375rem;
  }
  .p-pagetitle .p-text-flow.--top {
    top: 0;
  }
  .p-pagetitle .p-text-flow.--bottom {
    bottom: 0;
  }
  .p-pagetitle .p-text-flow__text {
    height: 9.375rem;
  }
}
body.company .p-pagetitle__img {
  background-image: url("../images/company/img_pagetitle_index01.jpg");
}

body.company-work .p-pagetitle__img {
  background-image: url("../images/common/img_company01.jpg");
}

body.company-life .p-pagetitle__img {
  background-image: url("../images/common/img_company03.jpg");
}

body.company-achievements .p-pagetitle__img {
  background-image: url("../images/common/img_company04.jpg");
}

body.recruit .p-pagetitle__img {
  background-image: url("../images/common/img_recruitment01.jpg");
}

body.recruit-career .p-pagetitle__img {
  background-image: url("../images/recruit/img_pagetitle_career01.jpg");
}

body.recruit-guide .p-pagetitle__img {
  background-image: url("../images/common/img_recruitment03.jpg");
}

body.form .p-pagetitle__img {
  background-image: url("../images/form/img_pagetitle.jpg");
}

.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 0.75rem;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #141414;
  background-color: #141414;
  border: 0.0625rem solid #d3d3d3;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #141414;
  }
}
.p-pagination__item span {
  color: #fff;
  background-color: #141414;
}

.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-table.--pcvertical {
  border-bottom: 1px solid #ccc;
}
.p-table.--pcvertical .p-table__td {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #141414;
}
.p-table.--pcvertical .p-table__th {
  display: block;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .p-table-conteiner.--spmax {
    overflow-x: auto;
  }
  .p-table-conteiner.--spmax::-webkit-scrollbar {
    height: 1rem;
    background: #fff;
    border-radius: 999rem;
  }
  .p-table-conteiner.--spmax::-webkit-scrollbar-thumb {
    height: 1rem;
    background-color: #d4d3d2;
    border: 0.25rem solid #fff;
    border-radius: 999rem;
  }
  .p-table-conteiner.--spmax .p-table {
    width: auto;
    min-width: 100%;
    margin-bottom: 0.625rem;
  }
  .p-table-conteiner.--spmax .p-table__th, .p-table-conteiner.--spmax .p-table__td {
    white-space: nowrap;
  }
  .p-table-conteiner.--spmax .p-table.--inline {
    min-width: auto;
  }
}
.p-text-flow {
  position: absolute;
  left: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 23.375rem;
  overflow: hidden;
  transform: translateX(-50%);
}
.p-text-flow.--top {
  top: 0;
}
.p-text-flow.--bottom {
  bottom: 0;
}
.p-text-flow__inner {
  transform: rotate(-4deg);
}
.p-text-flow__text {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  min-width: 200%;
  max-width: inherit;
  height: 15rem;
  will-change: transform;
}
.p-text-flow__text.is-marquee-left {
  animation: marquee-left 25s linear infinite;
}
.p-text-flow__text.is-marquee-right {
  animation: marquee-right 25s linear infinite;
}
.p-text-flow__text picture {
  display: block;
  height: 100%;
}
.p-text-flow__text picture img {
  display: block;
  width: auto;
  height: 100%;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 767px) {
  .p-text-flow {
    height: 10.375rem;
  }
  .p-text-flow.--top {
    top: -1.125rem;
  }
  .p-text-flow.--bottom {
    bottom: -1rem;
  }
  .p-text-flow__text {
    height: 10.25rem;
  }
}
.p-vision__item {
  position: relative;
  background-color: #fff;
}
.p-vision__item + .p-vision__item {
  margin-top: 1.5rem;
}
.p-vision__title {
  font-style: italic;
  line-height: 1;
  color: var(--theme-color);
}
.p-vision__sub {
  margin-top: 0.5rem;
}
.p-vision__text {
  padding: 0 2.5rem 2.5rem;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-vision__text {
    padding: 0 1.5rem 1.5rem;
  }
}
/* pages */
@media only screen and (max-width: 767px) {
  body.company-life .l-section-second__bg,
  body.company-work .l-section-second__bg,
  body.company-achievements .l-section-second__bg {
    position: relative;
  }
}
body.form .form-main {
  min-height: 100vh;
}
body.form .form-main__button {
  display: flex;
  flex-flow: row-reverse wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
body.form .form-main .scroll-wrapper {
  position: relative;
}
body.form .form-main .scroll-wrapper .scroll-container {
  height: 240px;
  padding: 2.5rem;
  margin-top: 0.625rem;
  overflow-y: scroll;
  background-color: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.form .form-main .scroll-wrapper .scroll-container::-webkit-scrollbar {
  display: none;
}
body.form .form-main .scroll-wrapper .scroll-container .simplebar-track {
  top: 18px;
  right: 6px;
  width: 8px;
  height: calc(100% - 28px);
  background-color: #fff;
  border-radius: 999px;
}
body.form .form-main .scroll-wrapper .scroll-container .simplebar-scrollbar {
  left: 0;
  width: 8px;
}
body.form .form-main .scroll-wrapper .scroll-container .simplebar-scrollbar::before {
  inset: 6px 0;
  background-color: #141414;
  border-radius: 999px;
  opacity: 1;
}
body.form .form-main .scroll-wrapper .scroll-indicator {
  position: absolute;
  left: calc(100% - 16px);
  z-index: 10;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #141414;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
body.form .form-main .scroll-wrapper .scroll-indicator.--top {
  top: 6px;
}
body.form .form-main .scroll-wrapper .scroll-indicator.--top .icon svg {
  transform: rotate(180deg);
}
body.form .form-main .scroll-wrapper .scroll-indicator.--bottom {
  bottom: 6px;
}
body.form .form-main .scroll-wrapper .scroll-indicator .icon {
  display: block;
  line-height: 1;
}

body.index .index-copy {
  padding: 23.5rem 0 10rem;
}
body.index .index-copy__txt {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 2.4;
  color: #fff;
}
body.index .index-copy__txt:not(:first-child), body.index .index-copy__txt:not(:nth-child(2)) {
  margin-top: 1.5rem;
}
body.index .index-copy__txt:nth-child(2), body.index .index-copy__txt:last-child {
  margin-top: 3.5rem;
}
body.index .index-copy__title {
  margin-top: 8.5rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
}
body.index .index-company {
  padding: 10rem 0.25rem 11.5rem;
  overflow: hidden;
}
body.index .index-company .c-heading-lv1 {
  margin-bottom: 1.5rem;
}
body.index .index-recruitment {
  padding: 10rem 0.25rem 11.5rem;
  overflow: hidden;
}
body.index .index-recruitment .c-heading-lv1 {
  margin-bottom: 1.5rem;
}
body.index .index-contact {
  padding: 7.5rem 1.25rem;
}

@media only screen and (max-width: 767px) {
  body.index .index-copy {
    padding: 2.5rem 0 7.5rem;
  }
  body.index .index-copy__txt {
    font-size: 1.25rem;
  }
  body.index .index-copy__txt:nth-child(2), body.index .index-copy__txt:last-child {
    margin-top: 2.5rem;
  }
  body.index .index-copy__title {
    margin-top: 2.25rem;
    font-size: 2.25rem;
  }
  body.index .index-company {
    padding: 5rem 0 7.5rem;
  }
  body.index .index-company .c-heading-lv1 {
    margin-bottom: 1rem;
  }
  body.index .index-recruitment {
    padding: 5rem 0 7.5rem;
  }
  body.index .index-recruitment .c-heading-lv1 {
    margin-bottom: 1rem;
  }
  body.index .index-contact {
    padding: 5rem 1.25rem;
  }
}
body.recruit-guide .l-section-second__inner {
  padding-top: 0;
}
body.recruit-guide .c-heading-lv2 {
  padding-top: 24px;
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  body.recruit-guide .l-section-second__bg {
    position: relative;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-color-orange {
  color: #dc5408;
}

.u-color-green {
  color: #00873c;
}

.u-inline-block {
  display: inline-block;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-xxsm {
  margin-top: 0.25rem;
}

.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
/* js */
.js-fade-in {
  opacity: 0;
  transition: opacity 1.5s ease, filter 1.5s ease;
}
.js-fade-in.is-active {
  filter: blur(0);
  opacity: 1;
}

.js-fade-up {
  opacity: 0;
  transition: transform 0.25s ease-out;
  transform: translateY(100%);
}
.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.js-fade-up.is-active.--delay08 {
  transition-delay: 0.8s;
}

.js-fade-right {
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateX(100%);
}
.js-fade-right .p-card__list {
  align-items: center;
}
.js-fade-right .p-card__item {
  transition: transform 0.25s 0.3s ease;
  transform: rotate(-10deg) translateX(180px);
}
.js-fade-right .p-card__item:nth-child(1) {
  transition-delay: 0.2s;
}
.js-fade-right .p-card__item:nth-child(2) {
  transition-delay: 0.3s;
}
.js-fade-right .p-card__item:nth-child(3) {
  transition-delay: 0.4s;
}
.js-fade-right .p-card__item:nth-child(4) {
  transition-delay: 0.5s;
}
.js-fade-right .p-card__item:nth-child(5) {
  transition-delay: 0.6s;
}
.js-fade-right .p-card__item:nth-child(6) {
  transition-delay: 0.7s;
}
.js-fade-right .p-card__item:nth-child(7) {
  transition-delay: 0.8s;
}
.js-fade-right .p-card__item:nth-child(8) {
  transition-delay: 0.9s;
}
.js-fade-right .p-card__item:nth-child(9) {
  transition-delay: 1s;
}
.js-fade-right .p-card__item:nth-child(10) {
  transition-delay: 1.1s;
}
.js-fade-right.is-active {
  opacity: 1;
  transform: translateX(0);
}
.js-fade-right.is-active .p-card__item {
  transform: rotate(0deg) translateX(0);
}
.js-fade-right.is-active.--delay04 {
  transition-delay: 0.4s;
}
.js-fade-right.is-active.--delay06 {
  transition-delay: 0.6s;
}
.js-fade-right.is-active.--delay08 {
  transition-delay: 0.8s;
}
.js-fade-right.is-active.--delay10 {
  transition-delay: 1s;
}
.js-fade-right.is-active.--delay12 {
  transition-delay: 1.2s;
}
.js-fade-right.is-active.--delay14 {
  transition-delay: 1.4s;
}

.js-bglrextendtrigger {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  animation-name: bgextendAnimeBase;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.js-bglrextendtrigger.bglrextend::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #141414;
  animation-name: bgLRextendAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.js-bglrextendtrigger.bglrextend.--white::before {
  background-color: #fff;
}

.js-bgappeartrigger {
  position: relative;
  padding: 0.5rem 1.5rem;
  opacity: 0;
}
.js-bgappeartrigger::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  background-color: #fff;
  transition: all 0.5s;
  transition-delay: 0.2s;
  transform: skewX(-15deg);
}
.js-bgappeartrigger.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 0.5s;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}
.js-bgappeartrigger.bgappear::before {
  width: 100%;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes blank {
  50% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes arrow {
  50% {
    left: calc(50% + 8px);
  }
  100% {
    left: 50%;
  }
}
@keyframes arrow2 {
  50% {
    left: calc(50% - 8px);
  }
  100% {
    left: 50%;
  }
}
@keyframes text-scroll {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}