/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
  overflow: visible; /* 2 */
}

/**
 * 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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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, monospace; /* 1 */
  font-size: 1em; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --breakpoint: 768px;
  --breakpoint-min: 769px;
  --header-height: 87px;
  --container-space: 2rem;
  --font-family: Noto Sans JP, sans-serif;
  --font-size: 1.6rem;
  --line-height: 2.375;
  --box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.15);
}

@-webkit-keyframes fadeText {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
}

@keyframes fadeText {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
}
*,
::before,
::after {
  box-sizing: inherit;
}

:root {
  accent-color: yellow;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 2.375;
  word-break: break-word;
  color: #000;
  overflow-x: hidden;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  body {
    --line-height: calc(33 / 16);
  }
}

a {
  transition: 0.3s opacity;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }
}

figure {
  margin: 1em 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  margin: 1.5em 0;
  width: 100%;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid #000;
  border-collapse: collapse;
}

th,
td {
  padding: 0.5em;
  line-height: 1.4;
}

th {
  background-color: #eee;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: initial;
  padding: initial;
}

input[type=submit],
input[type=reset],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select {
  color: inherit;
}

address {
  font-style: normal;
}

summary {
  cursor: pointer;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Alignments */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  transition: 0.5s all;
}
.l-header.is-active {
  background-color: rgba(255, 255, 255, 0.5);
}
.l-header.is-home {
  transform: translateY(-100%);
}
.l-header.is-home.is-active {
  transform: translateY(0);
}
.l-header__container {
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: 0.3s background-color;
}
@media (max-width: 880px) {
  .l-header__container {
    --header-height: 80px;
  }
}

.l-header-logo {
  flex-shrink: 0;
  margin: 0 auto 0 0;
  font-size: initial;
  line-height: normal;
  padding: 1.5rem;
}
.l-header-logo a {
  display: block;
}

.l-global-navi {
  height: 100%;
  font-family: "Arial", sans-serif;
  line-height: 1.4;
}
.l-global-navi-list {
  margin: initial;
  padding-left: initial;
  list-style: none;
  height: inherit;
  display: flex;
  align-items: center;
}
@media (max-width: 880px) {
  .l-global-navi-list {
    flex-direction: column;
    justify-content: center;
    gap: 6rem;
    color: #fff;
  }
}
.l-global-navi-list li + li {
  margin-left: min(2.196193265vw, 3rem);
}
@media (max-width: 880px) {
  .l-global-navi-list li + li {
    margin-left: initial;
  }
}
.l-global-navi-list li:not(:last-of-type) a {
  position: relative;
  padding: 1rem;
}
.l-global-navi-list li:not(:last-of-type) a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.l-global-navi-list li:not(:last-of-type) a:hover {
  opacity: 1;
}
.l-global-navi-list li:not(:last-of-type) a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (max-width: 1020px) {
  .l-global-navi-list li:not(:last-of-type) a {
    padding: 1rem 0;
  }
}
@media (max-width: 880px) {
  .l-global-navi-list li:not(:last-of-type) a {
    padding: 1rem;
  }
}
.l-global-navi-list li:last-of-type {
  height: inherit;
}
@media (max-width: 880px) {
  .l-global-navi-list li:last-of-type {
    height: initial;
  }
}
.l-global-navi-list li:last-of-type a {
  display: grid;
  place-items: center;
  width: clamp(9em, 12.8111273792vw, 175px);
  height: inherit;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  transition: 0.3s all;
}
@media (max-width: 880px) {
  .l-global-navi-list li:last-of-type a {
    width: auto;
    background-color: transparent;
    border: none;
    height: initial;
    color: currentColor;
    position: relative;
    padding: 1rem;
  }
  .l-global-navi-list li:last-of-type a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .l-global-navi-list li:last-of-type a:hover {
    opacity: 1;
  }
  .l-global-navi-list li:last-of-type a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.l-global-navi-list li:last-of-type a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
@media (max-width: 880px) {
  .l-global-navi-list li:last-of-type a:hover {
    background-color: inherit;
    color: inherit;
  }
}

.l-hamburger {
  display: none;
}
@media (max-width: 880px) {
  .l-hamburger {
    display: initial;
  }
}

.l-hamburger-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: var(--header-height);
  height: var(--header-height);
}
.l-hamburger-button__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: initial;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: initial;
}
.l-hamburger-button__line {
  --linePos: -11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 3px;
  background-color: #000;
  transition: 0.3s all;
}
.l-hamburger-button__line::before, .l-hamburger-button__line::after {
  content: "";
  display: inherit;
  position: inherit;
  left: inherit;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: inherit;
}
.l-hamburger-button__line::before {
  top: var(--linePos);
}
.l-hamburger-button__line::after {
  bottom: var(--linePos);
}
.l-hamburger-button[aria-expanded=true] .l-hamburger-button__line {
  background-color: transparent;
}
.l-hamburger-button[aria-expanded=true] .l-hamburger-button__line::before, .l-hamburger-button[aria-expanded=true] .l-hamburger-button__line::after {
  top: 50%;
  background-color: #fff;
}
.l-hamburger-button[aria-expanded=true] .l-hamburger-button__line::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-hamburger-button[aria-expanded=true] .l-hamburger-button__line::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-hamburger-contents {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: calc(99 - 1);
  background: rgba(0, 0, 0, 0.7) url(../images/hamburger_bg.jpg) center/cover no-repeat;
  height: 100vh;
  width: 100%;
  transition: 0.3s opacity;
}
.l-hamburger-contents[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.l-hamburger-contents__inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.l-hamburger-layer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: calc(99 - 2);
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 0.3s opacity;
}
.l-hamburger-layer.is-active {
  visibility: visible;
  opacity: 1;
}

.l-wrapper {
  margin: auto;
  width: min(1058px + (var(--container-space) * 2), 100%);
  padding-right: var(--container-space);
  padding-left: var(--container-space);
}

.l-container__inner {
  display: flex;
}
@media (max-width: 768px) {
  .l-container__inner {
    flex-direction: column;
  }
}
.c-post-container .l-container__contents {
  margin-left: auto;
  width: min(875px, 90%);
  min-height: 200px;
}
@media (max-width: 768px) {
  .c-post-container .l-container__contents {
    width: 100%;
  }
}
.c-form-container .l-container__contents {
  margin: auto;
  width: min(770px, 100%);
}
@media (max-width: 992px) {
  .c-form-container .l-container__contents {
    margin-right: auto;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .c-form-container .l-container__contents {
    width: 100%;
  }
}

.l-contents {
  margin-top: calc(var(--header-height) * -1);
  padding-top: calc(10rem + var(--header-height));
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .l-contents {
    --header-height: 80px;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
body.home .l-contents {
  padding: initial;
}
body.about-us .l-contents {
  padding-bottom: initial;
}
body.recruit .l-contents {
  padding-top: initial;
}
body.sustainability .l-contents {
  background: linear-gradient(to bottom, #f6f6f6 0%, #f6f6f6 37%, transparent 37%, transparent 100%);
  padding-bottom: initial;
}
@media (max-width: 1280px) {
  body.sustainability .l-contents {
    background-color: #f6f6f6;
  }
}
body.contact-us .l-contents {
  padding-bottom: initial;
}

.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  line-height: 1.4;
  color: #fff;
}
.l-footer::before, .l-footer::after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: top left;
  pointer-events: none;
}
@-webkit-keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.l-footer::before {
  top: 0;
  left: 0;
  width: 255px;
  height: 100%;
  background-image: url(../images/footer_bg_left.png);
  -webkit-animation: 20s upDown infinite;
          animation: 20s upDown infinite;
}
@media (max-width: 768px) {
  .l-footer::before {
    height: 50%;
  }
}
.l-footer::after {
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background-image: url(../images/footer_bg_right.png);
}
@media (max-width: 768px) {
  .l-footer::after {
    top: 50%;
    transform: translateY(calc(-50% + 10rem));
    width: 50%;
    height: auto;
    aspect-ratio: 18/23;
    background-image: url(../images/footer_bg_right_sp.png);
  }
}
@media (max-width: 768px) {
  .l-footer__container {
    font-size: 1.4rem;
  }
}
.l-footer__container .l-wrapper {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .l-footer__container .l-wrapper {
    max-width: 428px;
    padding-top: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__bottom-container {
  background-color: #1c1c1c;
  font-size: 1.2rem;
  font-family: "Arial", sans-serif;
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .l-footer__bottom-container {
    position: relative;
    z-index: 1;
    font-size: 1rem;
  }
}
.l-footer__bottom-container .l-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .l-footer__bottom-container .l-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer__particles {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 85%;
  opacity: 0.2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-footer__particles {
    width: 175px;
  }
}

.l-footer-address {
  margin-top: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .l-footer-address {
    margin-top: 2rem;
  }
}
.l-footer-address span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .l-footer-address span {
    font-size: 1.2rem;
  }
}

.l-footer-navi {
  margin: initial;
  padding-left: initial;
  list-style: none;
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(3, auto);
  gap: 1.5rem 6.5rem;
  font-family: "Arial", sans-serif;
}
@media (max-width: 768px) {
  .l-footer-navi {
    margin-top: 5rem;
    width: 100%;
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .l-footer-navi {
    grid-template: repeat(3, 1fr)/repeat(2, auto);
  }
}
@media (max-width: 768px) {
  .l-footer-navi {
    grid-template: repeat(3, 1fr)/repeat(2, 1fr);
    margin-top: 5rem;
  }
}
.l-footer-navi li {
  position: relative;
  padding-left: 1.5rem;
}
.l-footer-navi li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border: solid #eee;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.l-footer-navi li:nth-of-type(1) {
  order: 1;
}
.l-footer-navi li:nth-of-type(2) {
  order: 4;
}
.l-footer-navi li:nth-of-type(3) {
  order: 2;
}
.l-footer-navi li:nth-of-type(4) {
  order: 5;
}
.l-footer-navi li:nth-of-type(5) {
  order: 3;
}
@media (max-width: 992px) {
  .l-footer-navi li:nth-of-type(2) {
    order: 3;
  }
  .l-footer-navi li:nth-of-type(3) {
    order: 2;
  }
  .l-footer-navi li:nth-of-type(4) {
    order: 4;
  }
  .l-footer-navi li:nth-of-type(5) {
    order: 5;
  }
}

.l-policy-navi {
  margin: initial;
  padding-left: initial;
  list-style: none;
  display: flex;
}
@media (max-width: 768px) {
  .l-policy-navi {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-policy-navi li:first-of-type {
  list-style: none;
}
.l-policy-navi li + li::before {
  content: "/";
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .l-policy-navi li + li::before {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.l-copyright {
  margin: 0 0 0 6.1436672968%;
}
@media (max-width: 768px) {
  .l-copyright {
    margin-left: initial;
    margin-top: 3rem;
  }
}
.l-copyright small {
  font-size: 1em;
}

.c-form :disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}

.c-form :focus,
.c-form :focus-visible {
  outline: initial;
  box-shadow: 0 0 0 2px #000 inset;
}
.c-form :disabled {
  background-color: #eee;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form button,
.c-form select,
.c-form textarea {
  box-shadow: 0 0 0 2px #e7e7e7 inset;
  width: 100%;
  padding: 1em;
  line-height: 1.4;
}
.p-contact-us .c-form input[type=text],
.p-contact-us .c-form input[type=email],
.p-contact-us .c-form input[type=tel],
.p-contact-us .c-form button,
.p-contact-us .c-form select,
.p-contact-us .c-form textarea {
  background-color: #f7f7f7;
}
.c-form input[type=text]:focus, .c-form input[type=text]:focus-visible,
.c-form input[type=email]:focus,
.c-form input[type=email]:focus-visible,
.c-form input[type=tel]:focus,
.c-form input[type=tel]:focus-visible,
.c-form button:focus,
.c-form button:focus-visible,
.c-form select:focus,
.c-form select:focus-visible,
.c-form textarea:focus,
.c-form textarea:focus-visible {
  outline: initial;
  box-shadow: 0 0 0 2px #000 inset;
}
.c-form-select {
  position: relative;
}
.c-form-select::bottom {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border: solid #eee;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.c-form textarea {
  height: 21rem;
}
.c-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.c-form .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 6rem;
}
@media (max-width: 768px) {
  .c-form .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
    margin-left: initial;
    display: block;
    margin-top: 1rem;
  }
}
.c-form .wpcf7-checkbox .wpcf7-list-item label {
  position: relative;
  padding-left: 2.5rem;
}
.c-form .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #e7e7e7;
  background-color: #f7f7f7;
}
.c-form .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  padding: initial;
  opacity: 0;
}
.c-form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3em;
  width: 0.4em;
  height: 0.6em;
  border-style: solid;
  border-color: #000;
  border-width: 0 2px 2px 0;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.c-form .wpcf7-spinner {
  display: none !important;
}
.c-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #f24e4e;
  font-size: 1.4rem;
}
.c-form .wpcf7 form.invalid .wpcf7-response-output,
.c-form .wpcf7 form.unaccepted .wpcf7-response-output,
.c-form .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 2em 0 0;
  background-color: #fff;
  border-color: #f24e4e;
}
.c-form .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.c-form-button {
  margin-top: 8rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .c-form-button {
    margin-top: 5rem;
  }
}
.c-form-button i {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.c-form-button i::before, .c-form-button i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
}
.c-form-button i::before {
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.c-form-button i::after {
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-form-button input[type=submit] {
  position: relative;
  width: 274px;
  height: 70px;
  border-radius: 1rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 1px solid #000;
  padding: 1rem;
  padding-right: 2rem;
  line-height: 1.4;
  color: #fff;
  transition: 0.3s all;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.12em;
}
.c-form-button input[type=submit]:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}

.c-form-list {
  margin: initial;
  line-height: 1.4;
}
.c-form-list > div:not(:first-of-type) {
  margin-top: 2rem;
}
.p-recruit-entry .c-form-list > div:nth-of-type(2), .p-recruit-entry .c-form-list > div:nth-of-type(3) {
  width: calc(50% - 1.5rem);
}
@media (max-width: 768px) {
  .p-recruit-entry .c-form-list > div:nth-of-type(2), .p-recruit-entry .c-form-list > div:nth-of-type(3) {
    width: 100%;
  }
}

.p-contact-us .c-form-list > div:nth-of-type(2) {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .p-contact-us .c-form-list > div:nth-of-type(2) {
    width: 100%;
  }
}
.p-contact-us .c-form-list > div:nth-of-type(3) {
  width: calc(50% - 1.5rem);
}
@media (max-width: 768px) {
  .p-contact-us .c-form-list > div:nth-of-type(3) {
    width: 100%;
  }
}

.c-form-list__name {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .c-form-list__name {
    flex-direction: column;
  }
}
.c-form-list__file dt span {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}
.c-form-list__file dd {
  border: 2px solid #e7e7e7;
  padding: 1em;
}
.c-form-list__file dd div {
  display: block;
}
.c-form-list__file dd div + div {
  margin-top: 1.5rem;
}
.c-form-list .c-required {
  color: #f24e4e;
}
.c-form-list dt {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .c-form-list dt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.c-form-list dd {
  margin-left: inherit;
}

.c-heading-primary {
  margin: 0 0 5rem;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .c-heading-primary {
    margin-bottom: 3.5rem;
    font-size: 3rem;
  }
}
.c-heading-primary span {
  display: block;
  margin-bottom: 3rem;
  font-size: var(--font-size);
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-heading-primary span {
    margin-bottom: 1rem;
  }
}
.c-heading-primary span::before {
  content: "/";
  margin-right: 0.5em;
}

.c-heading-tertiary, .c-heading-secondary {
  margin: initial;
  font-size: 3.6rem;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .c-heading-tertiary, .c-heading-secondary {
    font-size: 3rem;
  }
}

.c-heading-secondary {
  text-align: center;
}
.c-heading-secondary::before {
  content: "/";
  margin-right: 0.5em;
}

.c-heading-tertiary {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .c-heading-tertiary {
    -ms-writing-mode: initial;
        writing-mode: initial;
    margin-bottom: 3rem;
    text-align: center;
  }
  .c-heading-tertiary::before {
    content: "/";
    margin-right: 0.5em;
  }
}

.c-heading-quaternary {
  margin: initial;
}
.c-heading-quaternary .en {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  font-family: "Arial", sans-serif;
}
@media (max-width: 768px) {
  .c-heading-quaternary .en {
    font-size: 3rem;
  }
}
.c-heading-quaternary .jp {
  display: block;
  padding-left: 1.5em;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .c-heading-quaternary .jp {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.c-button-primary {
  position: relative;
  width: 274px;
  height: 70px;
  border-radius: 1rem 0 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 1px solid #000;
  padding: 1rem;
  padding-right: 2rem;
  line-height: 1.4;
  color: #fff;
  transition: 0.3s all;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.12em;
}
.c-button-primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.c-button-primary i {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.c-button-primary i::before, .c-button-primary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
}
.c-button-primary i::before {
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.c-button-primary i::after {
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-button-primary.-w {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.c-button-primary.-w:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.c-button-primary.-g {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}
.c-button-primary.-g:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.c-button-secondary {
  position: relative;
  padding: 1rem;
  padding-right: 6rem;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.c-button-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 6rem + 1rem);
  height: 1px;
  background-color: currentColor;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.c-button-secondary:hover {
  opacity: 1;
}
.c-button-secondary:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-button-secondary i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.c-button-secondary i::before, .c-button-secondary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
}
.c-button-secondary i::before {
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.c-button-secondary i::after {
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-post-list {
  margin: initial;
  padding-left: initial;
  list-style: none;
  border-width: 1px;
  border-style: solid none;
  border-color: #cbcbcb;
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-post-list li {
  position: relative;
  display: flex;
}
.c-post-list li + li {
  border-top: 1px solid #cbcbcb;
}
.c-post-list li a {
  display: flex;
  align-items: center;
  padding: 3.5rem 5rem;
  padding-right: 7.5rem;
}
@media (max-width: 768px) {
  .c-post-list li a {
    padding: 2.5rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-post-list li a i {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%) scale(0);
  width: 42px;
  height: 42px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none;
  transition: 0.3s transform;
}
.c-post-list li a i::before, .c-post-list li a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
}
.c-post-list li a i::before {
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.c-post-list li a i::after {
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 768px) {
  .c-post-list li a i {
    display: none;
  }
}
.c-post-list li a:hover {
  opacity: 1;
}
.c-post-list li a:hover i {
  transform: translateY(-50%);
}
.c-post-list__date {
  display: flex;
  align-items: center;
}
.c-post-list__datetime, .c-post-list__category {
  flex-shrink: 0;
}
.c-post-list__datetime {
  width: 6.5em;
  font-family: "Arial", sans-serif;
}
.c-post-list__category {
  display: inline-block;
  width: 125px;
  border: 1px solid #cbcbcb;
  padding: 0.3rem 1.5rem;
  font-size: 1.1rem;
  font-family: "Arial", sans-serif;
  text-align: center;
}
.c-post-list__title {
  margin: initial;
  margin-left: 5rem;
  flex: 1;
}
@media (max-width: 768px) {
  .c-post-list__title {
    margin-left: 6.5em;
    margin-top: 1rem;
  }
}

.c-post-pagination ul {
  margin: initial;
  padding-left: initial;
  list-style: none;
  margin-top: 7.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "Arial", sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-post-pagination ul {
    margin-top: 2.5rem;
    gap: 10px;
    font-size: 1.2rem;
  }
}
.c-post-pagination ul a,
.c-post-pagination ul .current {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #cbcbcb;
}
@media (max-width: 768px) {
  .c-post-pagination ul a,
.c-post-pagination ul .current {
    width: 30px;
    height: 30px;
  }
}
.c-post-pagination ul .current {
  background-color: #cbcbcb;
}
.c-post-pagination ul .prev,
.c-post-pagination ul .next {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  text-indent: -100vw;
  background-position: center;
  background-repeat: no-repeat;
  background: url(../images/icon_arrow_large.png) center no-repeat;
}
@media (max-width: 768px) {
  .c-post-pagination ul .prev,
.c-post-pagination ul .next {
    width: 30px;
    height: 30px;
    background-size: 10px;
  }
}
.c-post-pagination ul .prev {
  transform: scale(-1, 1);
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .c-post-pagination ul .prev {
    margin-right: 1rem;
  }
}
.c-post-pagination ul .next {
  margin-left: 5rem;
}
@media (max-width: 768px) {
  .c-post-pagination ul .next {
    margin-left: 1rem;
  }
}

.c-post-card {
  position: relative;
  line-height: 1.4;
  --thumbnail-size: 233px;
}
.c-post-card__inner {
  overflow: hidden;
}
.c-post-card__item {
  text-align: center;
}
.c-post-card__item a:hover {
  opacity: 1;
}
.c-post-card__item a:hover img {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}
.c-post-card__thumbnail {
  max-width: var(--thumbnail-size);
  margin: 0 auto 2.5rem;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .c-post-card__thumbnail {
    --thumbnail-size: 304px;
  }
}
.c-post-card__thumbnail img {
  max-width: initial;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.c-post-card__date {
  display: block;
  margin-bottom: 3px;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.c-post-card__title {
  margin: initial;
}
.c-post-card .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: auto;
  transform: translateY(-50%) rotate(-180deg);
  width: 42px;
  height: 42px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none;
  left: -7rem;
}
.c-post-card .swiper-button-prev::before, .c-post-card .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
}
.c-post-card .swiper-button-prev::before {
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.c-post-card .swiper-button-prev::after {
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 1280px) {
  .c-post-card .swiper-button-prev {
    left: -1rem;
  }
}
.c-post-card .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -7rem;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none;
  left: auto;
}
.c-post-card .swiper-button-next::before, .c-post-card .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
}
.c-post-card .swiper-button-next::before {
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.c-post-card .swiper-button-next::after {
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 1280px) {
  .c-post-card .swiper-button-next {
    right: -1rem;
  }
}
.c-post-card .swiper-button-prev,
.c-post-card .swiper-button-next {
  top: calc((var(--thumbnail-size) + 42px) / 2);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .c-post-card .swiper-button-prev,
.c-post-card .swiper-button-next {
    --thumbnail-size: 304px;
  }
}

.c-post-content h1,
.c-post-content h2,
.c-post-content h3,
.c-post-content h4,
.c-post-content h5,
.c-post-content h6 {
  font-weight: 500;
  line-height: 1.4;
}
.c-post-content h1 {
  font-size: 1.5em;
}
.c-post-content *:first-of-type {
  margin-top: initial;
}
.c-post-content a {
  text-decoration: underline;
}

.c-post-none {
  margin: initial;
}

.c-scroll-text {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .c-scroll-text {
    display: none;
  }
}
.c-scroll-text.-v {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  width: auto;
  height: 100%;
}
.c-scroll-text p {
  margin: initial;
  font-size: clamp(7.2rem, 9.0043923865vw, 12.3rem);
  font-weight: 700;
  font-family: "Arial", sans-serif;
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  white-space: nowrap;
}
.c-scroll-text.-h .c-scroll-text p {
  padding-right: 3rem;
}
.c-scroll-text.-v .c-scroll-text p {
  padding-bottom: 3rem;
}

.p-home-mv {
  position: relative;
}
.p-home-mv-slide {
  --specer: 30px;
  margin-bottom: var(--specer);
  width: 100%;
  height: 100vh;
  transition: 1s all;
}
@media (max-width: 768px) {
  .p-home-mv-slide {
    --specer: 20px;
  }
}
.p-home-mv-slide.is-active {
  border: var(--specer) solid #fff;
  border-bottom: none;
  width: inherit;
  height: 100%;
  aspect-ratio: 1366/676;
}
@media (max-width: 768px) {
  .p-home-mv-slide.is-active {
    aspect-ratio: 428/753;
  }
}
.p-home-mv-slide__item {
  position: relative;
  overflow: hidden;
}
.p-home-mv-slide__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding-right: var(--container-space);
  padding-left: var(--container-space);
  font-weight: 700;
  font-family: "Arial", sans-serif;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.p-home-mv-slide__inner .l-wrapper {
  box-sizing: border-box;
}
.p-home-mv-slide__inner p {
  margin: initial;
  font-size: clamp(5rem, 8.0527086384vw, 12rem);
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .p-home-mv-slide__inner p {
    font-size: min(11.6822429907vw, 5rem);
  }
}
@-webkit-keyframes fadeTextVisible {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeTextVisible {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.p-home-mv-slide__inner.-s1 p.copy {
  padding: 15% 0;
}
@media (max-width: 768px) {
  .p-home-mv-slide__inner.-s1 p.copy {
    padding: 30% 0;
  }
}
@media (min-width: 769px) {
  .p-home-mv-slide.is-active .p-home-mv-slide__inner.-s1 p.copy {
    padding: 0 0 7.5%;
  }
}
.p-home-mv-slide__inner.-s1 p.copy span {
  visibility: hidden;
}
.swiper-slide-active .p-home-mv-slide__inner.-s1 p.copy span.s1-1 {
  -webkit-animation: fadeTextVisible 2s ease-out forwards;
          animation: fadeTextVisible 2s ease-out forwards;
}
.swiper-slide-active .p-home-mv-slide__inner.-s1 p.copy span.s1-2 {
  -webkit-animation: fadeTextVisible 2s ease-out 2s forwards;
          animation: fadeTextVisible 2s ease-out 2s forwards;
}
.swiper-slide-active .p-home-mv-slide__inner.-s1 p.copy span.s1-3 {
  -webkit-animation: fadeTextVisible 2s ease-out 4s forwards;
          animation: fadeTextVisible 2s ease-out 4s forwards;
}
@media (max-width: 768px) {
  .p-home-mv-slide__inner.-s1 p.copy span {
    display: block;
  }
}
.p-home-mv-slide__inner.-s1 .s1-4 {
  margin: initial;
  margin-left: auto;
  width: clamp(120px, 14.6412884334vw, 200px);
}
.p-home-mv-slide__inner.-s1 .s1-4 .st0 {
  fill: #fff;
}
.p-home-mv-slide__inner.-s1 .s1-4 .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.p-home-mv-slide__inner.-s2 p.s2-1 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s2 p.s2-1 {
  -webkit-animation: fadeText 3.5s linear 0s forwards;
          animation: fadeText 3.5s linear 0s forwards;
}
.p-home-mv-slide__inner.-s2 p.s2-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s2 p.s2-2 {
  -webkit-animation: fadeText 3.5s linear 4s forwards;
          animation: fadeText 3.5s linear 4s forwards;
}
.p-home-mv-slide__inner.-s3 .p-home-mv-slide__book img {
  width: clamp(250px, 24.8901903367vw, 340px);
}
.p-home-mv-slide__inner.-s4 p.s4-1 {
  font-size: clamp(5rem, 10.8345534407vw, 14.8rem);
  letter-spacing: 0.05em;
  color: #0098a7;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s4 p.s4-1 {
  -webkit-animation: fadeText 1.7s linear 0s forwards;
          animation: fadeText 1.7s linear 0s forwards;
}
.p-home-mv-slide__inner.-s4 p.s4-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s4 p.s4-2 {
  -webkit-animation: fadeText 1.7s linear 1.7s forwards;
          animation: fadeText 1.7s linear 1.7s forwards;
}
.p-home-mv-slide__inner.-s4 p.s4-3 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s4 p.s4-3 {
  -webkit-animation: fadeText 1.7s linear 3.4s forwards;
          animation: fadeText 1.7s linear 3.4s forwards;
}
.p-home-mv-slide__inner.-s4 p.s4-4 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s4 p.s4-4 {
  -webkit-animation: fadeText 2.5s linear 5.1s forwards;
          animation: fadeText 2.5s linear 5.1s forwards;
}
.p-home-mv-slide__inner.-s5 {
  background-color: #fff;
}
.p-home-mv-slide__inner.-s5 p {
  background-image: url(../images/mv05_bg01.jpg);
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(5rem, 14.6412884334vw, 20rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-home-mv-slide__inner.-s5 p {
    background-image: url(../images/mv05_bg01_sp.jpg);
    font-size: min(17.523364486vw, 7.5rem);
    letter-spacing: 0.1em;
  }
}
.p-home-mv-slide__inner.-s5 p.s5-1 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s5 p.s5-1 {
  -webkit-animation: fadeText 3s linear 0s forwards;
          animation: fadeText 3s linear 0s forwards;
}
@media (max-width: 768px) {
  .swiper-slide-active .p-home-mv-slide__inner.-s5 p.s5-1 {
    font-size: 14.6028037383vw;
  }
}
.p-home-mv-slide__inner.-s5 p.s5-3 {
  background-image: url(../images/mv05_bg02.jpg);
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
  font-size: clamp(5rem, 8.78477306vw, 12rem);
  letter-spacing: 0.15em;
}
.swiper-slide-active .p-home-mv-slide__inner.-s5 p.s5-3 {
  -webkit-animation: fadeText 3s linear 6s forwards;
          animation: fadeText 3s linear 6s forwards;
}
@media (max-width: 768px) {
  .p-home-mv-slide__inner.-s5 p.s5-3 {
    background-image: url(../images/mv05_bg01_sp.jpg);
    font-size: min(12.8504672897vw, 5.5rem);
    letter-spacing: 0.05em;
  }
  .swiper-slide-active .p-home-mv-slide__inner.-s5 p.s5-3 {
    font-size: 10.7087227414vw;
  }
}
.p-home-mv-slide__inner.-s5 p.s5-5 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s5 p.s5-5 {
  -webkit-animation: fadeText 3s linear 12s forwards;
          animation: fadeText 3s linear 12s forwards;
}
.p-home-mv-slide__inner.-s5 .s5-2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s5 .s5-2 {
  -webkit-animation: fadeText 3s linear 3s forwards;
          animation: fadeText 3s linear 3s forwards;
}
.p-home-mv-slide__inner.-s5 .s5-4 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--container-space) * 2);
  width: 100%;
}
.swiper-slide-active .p-home-mv-slide__inner.-s5 .s5-4 {
  -webkit-animation: fadeText 3s linear 9s forwards;
          animation: fadeText 3s linear 9s forwards;
}
.p-home-mv-slide__video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}
.p-home-mv-slide__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.p-home-mv-slide__image,
.p-home-mv-slide__image picture,
.p-home-mv-slide__image img {
  height: inherit;
}
.p-home-mv-slide__image img {
  max-width: initial;
  width: calc(100% + 3rem);
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}
.p-home-mv-slide__item.swiper-slide-active .p-home-mv-slide__image {
  -webkit-animation: identifier 10s ease-out forwards;
          animation: identifier 10s ease-out forwards;
}
@-webkit-keyframes identifier {
  0% {
    transform: translateX(-3rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes identifier {
  0% {
    transform: translateX(-3rem);
  }
  100% {
    transform: translateX(0);
  }
}

.p-home-mv-slide .swiper-wrapper {
  box-sizing: border-box;
}
.p-home-mv-slide .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.p-home-mv-slide.is-active .swiper-pagination {
  bottom: 1rem;
  padding: 0 5rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-home-mv-slide.is-active .swiper-pagination {
    bottom: 14rem;
    text-align: center;
  }
}
.p-home-mv-button {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -5.5rem;
  z-index: 11;
  transition: calc(0.3s * 2) all;
}
@media (max-width: 768px) {
  .p-home-mv-button {
    position: static;
    width: 100%;
  }
}
.p-home-mv-button.is-active {
  visibility: visible;
  opacity: 1;
}
.p-home-mv-button a {
  position: relative;
  width: 472px;
  height: 111px;
  border-radius: 1rem 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 1px solid #000;
  padding: 1rem;
  padding-right: 2rem;
  line-height: 1.4;
  color: #fff;
  transition: 0.3s all;
  font-size: 1.8rem;
}
.p-home-mv-button a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .p-home-mv-button a {
    width: inherit;
    border-radius: 0;
  }
}
.p-home-mv-button a span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.12em;
  color: #c3c3c3;
}
.p-home-mv-button a i {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.p-home-mv-button a i::before, .p-home-mv-button a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
}
.p-home-mv-button a i::before {
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.p-home-mv-button a i::after {
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

section[class^=p-home-service] {
  position: relative;
  overflow: hidden;
}
section[class^=p-home-service] .p-home-service__container {
  position: relative;
  z-index: 1;
}
section[class^=p-home-service] .c-scroll-text {
  position: absolute;
  left: 0;
  bottom: -3rem;
}
section[class^=p-home-service]:nth-of-type(odd) {
  background-color: #eee;
}
section[class^=p-home-service]:nth-of-type(odd) .c-scroll-text p {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
section[class^=p-home-service]:nth-of-type(even) .c-scroll-text p {
  -webkit-text-stroke: 1px rgba(231, 231, 231, 0.84);
  text-stroke: 1px rgba(231, 231, 231, 0.84);
}
section[class^=p-home-service] .c-heading-primary {
  position: relative;
}
section[class^=p-home-service] .c-heading-primary::before {
  content: "OUR SERVICE";
  position: absolute;
  top: 0;
  left: -4rem;
  transform: rotate(180deg);
  min-height: 10em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  letter-spacing: 0.2em;
  text-align: right;
}

.p-home-service-01 {
  padding: 11.5rem 0;
}
@media (max-width: 768px) {
  .p-home-service-01 {
    padding: 4.5rem 0;
  }
}
.p-home-service-02 {
  padding: 9.5rem 0 10.5rem;
}
@media (max-width: 768px) {
  .p-home-service-02 {
    padding: 4.5rem 0;
  }
}
.p-home-service-03 {
  padding: 12rem 0 12.5rem;
}
@media (max-width: 768px) {
  .p-home-service-03 {
    padding: 4.5rem 0;
  }
}
.p-home-service-04 {
  padding: 11rem 0;
}
@media (max-width: 768px) {
  .p-home-service-04 {
    padding: 4.5rem 0;
  }
}
.p-home-service__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-home-service__container {
    flex-direction: column;
    gap: 5rem;
  }
  section[class^=p-home-service]:nth-of-type(even) .p-home-service__container {
    flex-direction: column-reverse;
  }
}
.p-home-service__text {
  padding-left: 4rem;
  width: min(50%, 529px);
}
@media (max-width: 768px) {
  .p-home-service__text {
    width: 100%;
  }
}
.p-home-service__image {
  flex: 1;
}
.p-home-service-list {
  margin: initial;
  padding-left: initial;
  list-style: none;
  margin-top: 5rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-home-service-list {
    margin-top: 3.5rem;
  }
}
.p-home-service-list li {
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .p-home-service-list li {
    padding-left: 3rem;
  }
}
.p-home-service-list li + li {
  margin-top: 2.5rem;
}
.p-home-service-list li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #adadad;
}
@media (max-width: 768px) {
  .p-home-service-list li::before {
    width: 15px;
  }
}
.p-home-service-03 .p-home-service__image {
  text-align: center;
}

.p-home-about-lead {
  background: url(../images/home_about_lead_bg.jpg) center/cover no-repeat;
  padding: 11.5rem 0;
}
.p-home-about-lead__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-home-about-lead__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-home-about-lead .c-heading-quaternary {
  line-height: 1;
}
.p-home-about-lead .c-heading-primary,
.p-home-about-lead .c-heading-quaternary {
  margin-right: 5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-home-about-lead .c-heading-primary,
.p-home-about-lead .c-heading-quaternary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-home-about-lead .c-heading-primary {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-home-about-lead .c-heading-primary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-home-about-lead__text {
  width: min(605px, 100%);
}
@media (max-width: 768px) {
  .p-home-about-lead__text {
    width: 100%;
  }
}
.p-home-about-lead__text p {
  margin: initial;
}

@media (max-width: 768px) {
  .p-home-about-lead {
    background-image: url(../images/home_about_lead_bg_sp.jpg);
    padding: 3.5rem 0 5rem;
  }
}

.p-home-about-mission {
  background-color: #f6f6f6;
  padding: 10rem 0;
}
.p-home-about-mission__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-home-about-mission__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .p-home-about-mission__container {
    align-items: flex-end;
  }
}
.p-home-about-mission .c-heading-quaternary {
  line-height: 1;
}
.p-home-about-mission .c-heading-quaternary {
  margin-left: 5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-home-about-mission .c-heading-quaternary {
    margin-left: initial;
    margin-bottom: 3rem;
  }
}
.p-home-about-mission__text {
  width: min(605px, 100%);
}
@media (max-width: 768px) {
  .p-home-about-mission__text {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .p-home-about-mission__text {
    width: 100%;
  }
}
.p-home-about-mission__text p {
  margin: initial;
}

@media (max-width: 768px) {
  .p-home-about-mission {
    padding: 4.5rem 0 5.5rem;
  }
}
.p-home-about-mission .c-heading-quaternary {
  text-indent: -1.5em;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-home-about-mission .c-heading-quaternary {
    text-align: right;
  }
}
.p-home-about-mission .c-heading-quaternary .en {
  background-image: url(../images/about_mission_ttl_bg.jpg);
  -webkit-background-clip: text;
  color: transparent;
}
.p-home-about-mission-button {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .p-home-about-mission-button {
    margin-top: 3.5rem;
  }
  .p-home-about-mission-button .c-button-primary {
    margin-left: auto;
  }
}

.p-home-about-office {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .p-home-about-office {
    padding: 4rem 0 5rem;
  }
}
.p-home-about-office .c-heading-secondary {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .p-home-about-office .c-heading-secondary {
    margin-bottom: 3.5rem;
  }
}
.p-home-about-office section + section {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-home-about-office section + section {
    margin-top: 4rem;
  }
}
.p-home-about-office section h4 {
  margin: 0 0 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-home-about-office section h4 {
    font-size: 1.8rem;
  }
}
.p-home-about-office-list {
  margin: initial;
  line-height: 1.4;
  color: #333;
}
.p-home-about-office-list > div {
  display: flex;
  flex-wrap: wrap;
}
.p-home-about-office-list dt {
  display: flex;
  justify-content: center;
  align-self: baseline;
  width: 95px;
  padding: 0.3rem;
  font-size: 1.2rem;
  font-family: "Arial", sans-serif;
}
.p-home-about-office-list .address dt {
  background-color: #000;
  font-size: 1.4rem;
  color: #fff;
}
.p-home-about-office-list .accsess {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .p-home-about-office-list .accsess {
    margin-top: 3rem;
  }
}
.p-home-about-office-list .accsess dt {
  background-color: #cbcbcb;
  font-size: 1.1rem;
}
.p-home-about-office-list .accsess dd {
  font-size: 1.4rem;
}
.p-home-about-office-list dd {
  margin-left: 2rem;
  flex: 1;
}
.p-home-about-office-map {
  margin-top: 4.5rem;
  width: 100%;
  aspect-ratio: 1058/326;
  filter: grayscale(100%);
}
@media (max-width: 768px) {
  .p-home-about-office-map {
    margin-top: 4rem;
    aspect-ratio: 390/326;
  }
}
.p-home-about-office-map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-home-news {
  background-color: #f6f6f6;
  padding: 10rem 0 7rem;
}
@media (max-width: 768px) {
  .p-home-news {
    padding: 4rem 0 3.5rem;
  }
}
@media (max-width: 768px) {
  .p-home-news .c-heading-tertiary {
    margin-bottom: 3.5rem;
  }
}
.p-home-news .c-heading-tertiary::before {
  content: "/";
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .p-home-news .c-heading-tertiary::before {
    margin-bottom: initial;
  }
}
.p-home-news-button {
  margin-top: 3.5rem;
  text-align: right;
}
@media (max-width: 768px) {
  .p-home-news-button {
    margin-top: 3rem;
  }
}

.p-home-sustainability {
  background: url(../images/home_sustainability_bg.jpg) center/cover no-repeat;
  padding: 8.5rem 0 9rem;
}
@media (max-width: 768px) {
  .p-home-sustainability {
    background-image: url(../images/home_sustainability_bg_sp.jpg);
    padding: 4.5rem 0;
  }
}
.p-home-sustainability-text {
  margin: initial;
}
.p-home-sustainability-button {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .p-home-sustainability-button {
    margin-top: 6rem;
  }
}

.p-about-heading {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
  overflow: visible;
}
.p-about-heading .c-heading-tertiary {
  position: relative;
  z-index: 1;
}
.p-about-heading .c-scroll-text {
  position: absolute;
  left: 0;
  bottom: -3rem;
}
.p-about-heading .c-scroll-text p {
  -webkit-text-stroke: 1px rgba(231, 231, 231, 0.84);
  text-stroke: 1px rgba(231, 231, 231, 0.84);
}
@media (max-width: 768px) {
  .p-about-heading {
    padding-bottom: initial;
  }
}

.p-about-lead {
  position: relative;
  padding: 11.5rem 0;
}
.p-about-lead__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-about-lead__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about-lead .c-heading-quaternary {
  line-height: 1;
}
.p-about-lead .c-heading-primary,
.p-about-lead .c-heading-quaternary {
  margin-right: 5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-about-lead .c-heading-primary,
.p-about-lead .c-heading-quaternary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-about-lead .c-heading-primary {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-about-lead .c-heading-primary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-about-lead__text {
  width: min(605px, 100%);
}
@media (max-width: 768px) {
  .p-about-lead__text {
    width: 100%;
  }
}
.p-about-lead__text p {
  margin: initial;
}

.p-about-lead::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 7.5rem);
  height: 100%;
  background: url(../images/about_lead_bg.jpg) center/cover no-repeat;
  right: 0;
}
@media (max-width: 1280px) {
  .p-about-lead::before {
    width: 100%;
  }
}
.p-about-lead__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-about-lead {
    background-image: url(../images/about_lead_bg_sp.jpg);
    padding: 4rem 0 4.5rem;
  }
}

.p-about-mission {
  padding: 10rem 0 7.5rem;
}
.p-about-mission__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-about-mission__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .p-about-mission__container {
    align-items: flex-end;
  }
}
.p-about-mission .c-heading-quaternary {
  line-height: 1;
}
.p-about-mission .c-heading-quaternary {
  margin-left: 5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-about-mission .c-heading-quaternary {
    margin-left: initial;
    margin-bottom: 3rem;
  }
}
.p-about-mission__text {
  width: min(605px, 100%);
}
@media (max-width: 768px) {
  .p-about-mission__text {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .p-about-mission__text {
    width: 100%;
  }
}
.p-about-mission__text p {
  margin: initial;
}

@media (max-width: 768px) {
  .p-about-mission {
    padding: 4rem 0;
  }
}
.p-about-mission .c-heading-quaternary {
  text-indent: -1.5em;
}
@media (max-width: 768px) {
  .p-about-mission .c-heading-quaternary {
    text-align: right;
  }
}
.p-about-mission .c-heading-quaternary .en {
  background-image: url(../images/about_mission_ttl_bg.jpg);
  -webkit-background-clip: text;
  color: transparent;
}
.p-about-mission__dx {
  margin-top: 6rem;
  background-color: #fafafa;
  padding: 2rem 2.5rem;
}
@media (max-width: 768px) {
  .p-about-mission__dx {
    margin-top: 3rem;
    padding: 1.5rem 0 2rem;
  }
}
.p-about-mission__dx p {
  margin: initial;
  font-size: 1.2rem;
  line-height: 2;
}

.p-about-visiton {
  position: relative;
  padding: 12rem 0;
}
.p-about-visiton__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-about-visiton__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about-visiton .c-heading-quaternary {
  line-height: 1;
}
.p-about-visiton .c-heading-primary,
.p-about-visiton .c-heading-quaternary {
  margin-right: 5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-about-visiton .c-heading-primary,
.p-about-visiton .c-heading-quaternary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-about-visiton .c-heading-primary {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-about-visiton .c-heading-primary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-about-visiton__text {
  width: min(605px, 100%);
}
@media (max-width: 768px) {
  .p-about-visiton__text {
    width: 100%;
  }
}
.p-about-visiton__text p {
  margin: initial;
}

.p-about-visiton::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 7.5rem);
  height: 100%;
  background: #eee;
  left: 0;
}
@media (max-width: 1280px) {
  .p-about-visiton::before {
    width: 100%;
  }
}
.p-about-visiton__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-about-visiton {
    padding: 4rem 0;
  }
}

.p-about-value {
  padding: 10rem 0;
}
.p-about-value__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-about-value__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .p-about-value__container {
    align-items: flex-end;
  }
}
.p-about-value .c-heading-quaternary {
  line-height: 1;
}
.p-about-value .c-heading-quaternary {
  margin-left: 5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-about-value .c-heading-quaternary {
    margin-left: initial;
    margin-bottom: 3rem;
  }
}
.p-about-value__text {
  width: min(575px, 100%);
}
@media (max-width: 768px) {
  .p-about-value__text {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .p-about-value__text {
    width: 100%;
  }
}
.p-about-value__text p {
  margin: initial;
}

@media (max-width: 768px) {
  .p-about-value {
    padding: 4rem 0 4rem;
    text-align: right;
  }
}
.p-about-value .c-heading-quaternary .en {
  background-image: url(../images/about_value_ttl_bg.jpg);
  -webkit-background-clip: text;
  color: transparent;
}
.p-about-value-list {
  margin: initial;
  line-height: 1.4;
}
.p-about-value-list > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
}
.p-about-value-list > div + div {
  margin-top: 2.5rem;
}
.p-about-value-list dt {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-about-value-list dd {
  position: relative;
  margin-left: initial;
  padding-left: 5rem;
}
.p-about-value-list dd::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #adadad;
}
@media (max-width: 768px) {
  .p-about-value-list > div {
    flex-direction: column;
    align-items: flex-end;
  }
}
.p-about-value-list dt {
  font-family: "Arial", sans-serif;
}
.p-about-value-list dd {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-about-value-list dd {
    padding-left: initial;
    padding-right: 2.5rem;
  }
  .p-about-value-list dd::before {
    left: auto;
    right: 0;
    width: 15px;
  }
}

.p-about-credo {
  position: relative;
  padding: 13rem 0;
  color: #fff;
}
.p-about-credo__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-about-credo__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about-credo .c-heading-quaternary {
  line-height: 1;
}
.p-about-credo .c-heading-primary,
.p-about-credo .c-heading-quaternary {
  margin-right: 5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-about-credo .c-heading-primary,
.p-about-credo .c-heading-quaternary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-about-credo .c-heading-primary {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-about-credo .c-heading-primary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-about-credo__text {
  width: min(575px, 100%);
}
@media (max-width: 768px) {
  .p-about-credo__text {
    width: 100%;
  }
}
.p-about-credo__text p {
  margin: initial;
}

.p-about-credo::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 7.5rem);
  height: 100%;
  background: url(../images/about_credo_bg.jpg) center/cover no-repeat;
  right: 0;
}
@media (max-width: 1280px) {
  .p-about-credo::before {
    width: 100%;
  }
}
.p-about-credo__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-about-credo {
    background-image: url(../images/about_credo_bg_sp.jpg);
    padding: 4rem 0 4.5rem;
  }
}
.p-about-credo .c-heading-quaternary {
  margin-bottom: 3rem;
}
.p-about-credo-list {
  margin: initial;
  padding-left: initial;
  list-style: none;
  counter-reset: count 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-about-credo-list {
    font-size: 1.6rem;
  }
}
.p-about-credo-list li {
  position: relative;
  border-bottom: 1px solid;
  padding: 3rem 0 3rem 5.5rem;
}
@media (max-width: 768px) {
  .p-about-credo-list li {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-about-credo-list li::before {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 3px));
  left: 0;
  content: counter(count);
  counter-increment: count 1;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}

.p-about-figure {
  padding: 7rem 0;
}
@media (max-width: 768px) {
  .p-about-figure {
    padding: 3.5rem 0 4rem;
  }
}
.p-about-figure .l-wrapper {
  position: relative;
}
.p-about-figure__image {
  position: relative;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@-webkit-keyframes line {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 36.4583333333%;
  }
}
@keyframes line {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 36.4583333333%;
  }
}
@-webkit-keyframes triangle {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 48.6111111111%;
  }
}
@keyframes triangle {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 48.6111111111%;
  }
}
@-webkit-keyframes lineSp {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 34.6534653465%;
  }
}
@keyframes lineSp {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 34.6534653465%;
  }
}
@-webkit-keyframes triangleSp {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 49.504950495%;
  }
}
@keyframes triangleSp {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 49.504950495%;
  }
}
.p-about-figure__image::before, .p-about-figure__image::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-about-figure__image::before {
  background-color: #646464;
  width: 2px;
  height: 35px;
}
.p-about-figure__image::after {
  border-style: solid;
  border-width: 0 6px 15px 6px;
  border-color: transparent transparent #646464 transparent;
}
@media (max-width: 768px) {
  .p-about-figure__image::after {
    border-width: 0 4px 10px 4px;
  }
}
.p-about-figure__image.is-active::before {
  -webkit-animation: line 1s ease-out forwards;
          animation: line 1s ease-out forwards;
}
@media (max-width: 768px) {
  .p-about-figure__image.is-active::before {
    -webkit-animation: lineSp 1s ease-out forwards;
            animation: lineSp 1s ease-out forwards;
  }
}
.p-about-figure__image.is-active::after {
  -webkit-animation: triangle 1s ease-out forwards;
          animation: triangle 1s ease-out forwards;
}
@media (max-width: 768px) {
  .p-about-figure__image.is-active::after {
    -webkit-animation: triangleSp 1s ease-out forwards;
            animation: triangleSp 1s ease-out forwards;
  }
}
.p-about-figure__image picture {
  position: relative;
  display: block;
}
@-webkit-keyframes dashed {
  0% {
    width: 0%;
  }
  100% {
    width: 45.3929539295%;
  }
}
@keyframes dashed {
  0% {
    width: 0%;
  }
  100% {
    width: 45.3929539295%;
  }
}
.p-about-figure__image picture::before {
  content: "";
  position: absolute;
  top: 53.5%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px dashed rgba(181, 181, 181, 0.5);
  z-index: -2;
}
.p-about-figure__image.is-active picture::before {
  -webkit-animation: dashed 1s ease-out 1s forwards;
          animation: dashed 1s ease-out 1s forwards;
}

.p-about-figure__human {
  position: absolute;
  bottom: 1rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-about-figure__human {
    bottom: -5rem;
    left: 17.523364486vw;
    z-index: 1;
  }
  .p-about-figure__human img {
    width: min(11.6822429907vw, 50px);
  }
}

.p-about-ceo {
  background-color: #eee;
  padding: 8rem 0 10rem;
}
@media (max-width: 768px) {
  .p-about-ceo {
    padding: 4rem 0 5rem;
  }
}
.p-about-ceo .c-heading-secondary {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .p-about-ceo .c-heading-secondary {
    margin-bottom: 3rem;
  }
}
.p-about-ceo__container {
  display: flex;
}
@media (max-width: 768px) {
  .p-about-ceo__container {
    flex-direction: column;
  }
}
.p-about-ceo__text {
  flex: 1;
  margin-right: min(5.4904831625vw, 7.5rem);
}
.p-about-ceo__text h3 {
  margin: 0 0 4rem;
  font-size: 2.4rem;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-about-ceo__text h3 {
    margin-bottom: 2rem;
  }
}
.p-about-ceo__text h3 span {
  display: inline-block;
  margin-left: 4rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-about-ceo__text h3 span {
    margin-left: 2rem;
  }
}
.p-about-ceo__text p {
  margin: initial;
}
.p-about-ceo__image {
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-ceo__image {
    margin-top: 3rem;
  }
}

.p-about-message {
  background: url(../images/about_message_bg.jpg) center/cover no-repeat;
  padding: 10.5rem 0;
  color: #fff;
}
@media (max-width: 768px) {
  .p-about-message {
    background-image: url(../images/about_message_bg_sp.jpg);
    padding: 5rem 0;
  }
}
.p-about-message .c-heading-secondary {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .p-about-message .c-heading-secondary {
    margin-bottom: 3rem;
  }
}
.p-about-message__text {
  text-align: center;
}
.p-about-message__text p {
  margin: initial;
  line-height: 3;
}
@media (max-width: 768px) {
  .p-about-message__text p {
    line-height: 2.0625;
  }
}
.p-about-message__sign {
  margin: 4rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 2.5rem;
}
@media (max-width: 768px) {
  .p-about-message__sign {
    margin-top: 3rem;
    flex-wrap: wrap;
    font-size: 1.4rem;
  }
}

.p-about-company {
  background-color: #f6f6f6;
  padding: 10rem 0;
}
.p-about-company__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-about-company__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about-company .c-heading-quaternary {
  line-height: 1;
}
.p-about-company .c-heading-primary,
.p-about-company .c-heading-quaternary {
  margin-right: 5rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-about-company .c-heading-primary,
.p-about-company .c-heading-quaternary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-about-company .c-heading-primary {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-about-company .c-heading-primary {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-about-company__text {
  width: min(625px, 100%);
}
@media (max-width: 768px) {
  .p-about-company__text {
    width: 100%;
  }
}
.p-about-company__text p {
  margin: initial;
}

@media (max-width: 768px) {
  .p-about-company {
    padding: 4rem 0;
  }
}
.p-about-company__container {
  align-items: flex-start;
}
.p-about-company .c-heading-secondary {
  margin-right: 5rem;
  flex-shrink: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .p-about-company .c-heading-secondary {
    margin-right: initial;
    margin-bottom: 5rem;
  }
}
.p-about-company .c-heading-secondary span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-about-company-list {
  margin: initial;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-about-company-list {
    line-height: 1.6;
  }
}
.p-about-company-list > div {
  display: flex;
}
@media (max-width: 768px) {
  .p-about-company-list > div {
    align-items: center;
  }
}
.p-about-company-list > div:not(:last-of-type) {
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .p-about-company-list > div:not(:last-of-type) {
    padding-bottom: 2rem;
  }
}
.p-about-company-list > div + div {
  padding-top: 2.5rem;
  border-top: 1px solid #adadad;
}
@media (max-width: 768px) {
  .p-about-company-list > div + div {
    padding-top: 2rem;
  }
}
.p-about-company-list dt {
  width: 150px;
}
.p-about-company-list dd {
  margin-left: 2rem;
  flex: 1;
}
@media (max-width: 768px) {
  .p-about-company-list dd {
    margin-left: 1rem;
  }
}
.p-about-company-list__address {
  line-height: 1.8;
}
.p-about-company-list__address p {
  margin: initial;
}
.p-about-company-list__address p + p {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .p-about-company-list dt {
    width: 105px;
  }
}

body.blog .l-contents,
body.single .l-contents,
body.archive .l-contents {
  position: relative;
  overflow: hidden;
}
body.archive .l-contents .c-post-container,
body.blog .l-contents .c-post-container,
body.single .l-contents .c-post-container {
  position: relative;
  z-index: 1;
}
body.archive .l-contents .c-scroll-text,
body.blog .l-contents .c-scroll-text,
body.single .l-contents .c-scroll-text {
  position: absolute;
  right: -2.5rem;
  bottom: 0;
}
body.archive .l-contents .c-scroll-text p,
body.blog .l-contents .c-scroll-text p,
body.single .l-contents .c-scroll-text p {
  -webkit-text-stroke: 1px rgba(231, 231, 231, 0.84);
  text-stroke: 1px rgba(231, 231, 231, 0.84);
}

@media (max-width: 768px) {
  .p-news-single .c-heading-tertiary {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-news-single-heading {
  margin: 0 0 5rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-news-single-heading {
    margin-bottom: 3rem;
  }
}
.p-news-single-heading h1 {
  margin: initial;
  font-size: 4.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-news-single-heading h1 {
    font-size: 3rem;
  }
}
.p-news-single-heading h1 + p {
  margin: 1em 0 0;
  font-size: 1.4rem;
  font-family: "Arial", sans-serif;
}
.p-news-single__thumbnail {
  margin-top: 3rem;
  text-align: center;
}
.p-news-single-button {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-news-single-button {
    margin-top: 6rem;
  }
}

.p-sustainability-heading {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
  overflow: visible;
}
.p-sustainability-heading .c-heading-tertiary {
  position: relative;
  z-index: 1;
}
.p-sustainability-heading .c-scroll-text {
  position: absolute;
  left: 0;
  bottom: -3rem;
}
.p-sustainability-heading .c-scroll-text p {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
@media (max-width: 768px) {
  .p-sustainability-heading {
    padding-bottom: initial;
  }
}
.p-sustainability-heading .c-scroll-text p {
  color: #fff;
}

.p-sustainability-lead {
  position: relative;
  padding: 8.5rem 0 9rem;
  color: #fff;
}
.p-sustainability-lead::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 7.5rem);
  height: 100%;
  background: url(../images/sustainability_lead_bg.jpg) center/cover no-repeat;
  right: 0;
}
@media (max-width: 1280px) {
  .p-sustainability-lead::before {
    width: 100%;
  }
}
.p-sustainability-lead__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-sustainability-lead {
    background-image: url(../images/sustainability_lead_bg_sp.jpg);
    padding: 4.5rem 0 5rem;
  }
}
.p-sustainability-lead-text p {
  margin: initial;
}
.p-sustainability-lead-text p + p {
  margin-top: 2.5em;
}
@media (max-width: 768px) {
  .p-sustainability-lead-text p + p {
    margin-top: 1em;
  }
}

.p-sustainability__inner {
  background-color: #fff;
  padding: 11rem 0 10rem;
}
@media (max-width: 768px) {
  .p-sustainability__inner {
    padding: 4rem 0;
  }
}
.p-sustainability__inner .c-heading-secondary {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-sustainability__inner .c-heading-secondary {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}

.p-sustainability-shop {
  margin-top: 14rem;
}
@media (max-width: 768px) {
  .p-sustainability-shop {
    margin-top: 5rem;
  }
}

.p-recruit-message__text .wrapper:nth-of-type(1) .inner, .p-recruit-fv-copy__en .wrapper:nth-of-type(1) .inner {
  background-image: url(../images/recurt_lead_ttl_bg01.jpg);
  -webkit-background-clip: text;
  color: transparent;
}
.p-recruit-message__text .wrapper:nth-of-type(2) .inner, .p-recruit-fv-copy__en .wrapper:nth-of-type(2) .inner {
  background-image: url(../images/recurt_lead_ttl_bg02.jpg);
  -webkit-background-clip: text;
  color: transparent;
}
.p-recruit-message__text .wrapper:nth-of-type(3) .inner, .p-recruit-fv-copy__en .wrapper:nth-of-type(3) .inner {
  background-image: url(../images/recurt_lead_ttl_bg03.jpg);
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .p-recruit .c-scroll-text {
    display: flex;
  }
}

.p-recruit-fv {
  position: relative;
  overflow: hidden;
  padding-top: calc(10rem + var(--header-height));
  height: 100vh;
  z-index: 2;
}
.p-recruit-fv .p-recruit-fv__inner {
  position: relative;
  z-index: 1;
}
.p-recruit-fv .c-scroll-text {
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.p-recruit-fv .c-scroll-text p {
  -webkit-text-stroke: 1px rgba(231, 231, 231, 0.84);
  text-stroke: 1px rgba(231, 231, 231, 0.84);
}
@media (max-width: 768px) {
  .p-recruit-fv {
    --header-height: 80px;
    padding-top: 10rem;
  }
  .p-recruit-fv > .l-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .p-recruit-fv__inner {
    margin: auto 0;
  }
  .p-recruit-fv .c-scroll-text {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: auto;
    height: 100%;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
    opacity: 1;
    transition: 2s opacity ease-out;
  }
  .p-recruit-fv .c-scroll-text.is-active {
    opacity: 0;
  }
}
.p-recruit-fv .c-heading-tertiary {
  margin-bottom: 9.5rem;
}
@media (max-width: 768px) {
  .p-recruit-fv .c-heading-tertiary {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 992px) {
  .p-recruit-fv-copy {
    margin-bottom: 4rem;
  }
}
.p-recruit-fv-copy__en {
  margin: initial;
}
.p-recruit-fv-copy__en .wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 10.8rem;
}
.p-recruit-fv-copy__en .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.7s transform;
}
.p-recruit-fv-copy__en.is-active .inner {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-recruit-fv-copy__en .wrapper {
    height: 5.76rem;
  }
}
.p-recruit-fv-copy__en .inner {
  font-size: 9rem;
}
@media (max-width: 768px) {
  .p-recruit-fv-copy__en .inner {
    font-size: 4.8rem;
  }
}
.p-recruit-fv-copy p {
  margin: initial;
  position: absolute;
  top: 2.2rem;
  left: min(3.1478770132vw, 43rem);
  left: 43rem;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-recruit-fv-copy p .wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 14em;
  height: 2.73rem;
}
.p-recruit-fv-copy p .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.7s transform;
}
.p-recruit-fv-copy p.is-active .inner {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-recruit-fv-copy p {
    margin-top: 2rem;
    position: static;
  }
}
.p-recruit-fv-copy p .wrapper + .wrapper {
  margin-top: 1rem;
}
.p-recruit-fv-copy p .inner {
  transition-duration: 1s;
}
.p-recruit-fv-button {
  margin: initial;
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  transition: 0.3s opacity;
}
.p-recruit-fv-button .wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 274px;
  height: 70px;
}
.p-recruit-fv-button .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.7s transform;
}
.p-recruit-fv-button.is-active .inner {
  transform: translateY(0);
}
.p-recruit-fv-button .inner {
  transition-duration: 1s;
}
@media (max-width: 992px) {
  .p-recruit-fv-button {
    position: static;
  }
}

.p-recruit-lead__section {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.p-recruit-lead__section.is-active:nth-of-type(even) {
  color: #fff;
}
.p-recruit-lead .l-wrapper, .p-recruit-lead__inner {
  height: inherit;
}
.p-recruit-lead__inner {
  display: flex;
  align-items: center;
}
.p-recruit-lead__inner p {
  margin: initial;
}
.p-recruit-lead__image > picture {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 1s all;
}
.p-recruit-lead__image > picture.is-fixed {
  visibility: visible;
  opacity: 1;
}
.p-recruit-lead__image img {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.p-recruit-company__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-recruit-company__container .c-button-secondary {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-recruit-company__container .c-button-secondary {
    font-size: 1.6rem;
  }
}
.p-recruit-company__container .c-button-secondary::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.p-recruit-company__container .c-button-secondary:hover::before {
  transform: scale(0, 1);
  transform-origin: right top;
}

.p-recruit-message {
  padding: 12rem 0 11rem;
}
@media (max-width: 768px) {
  .p-recruit-message {
    padding: 7rem 0;
  }
  .p-recruit-message .p-recruit-company__container {
    display: block;
  }
}
.p-recruit-message__text {
  margin: initial;
  margin-right: 5rem;
  flex: 1;
}
.p-recruit-message__text .wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(clamp(4.8rem, 6.588579795vw, 9rem) * 1.2);
}
.p-recruit-message__text .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.7s transform;
}
.p-recruit-message__text.is-active .inner {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-recruit-message__text {
    margin-right: initial;
    margin-bottom: 3rem;
  }
}
.p-recruit-idea {
  background: url(../images/recruit_idea_bg.jpg) center/cover no-repeat;
  padding: 10.5rem 0;
  color: #fff;
}
@media (max-width: 768px) {
  .p-recruit-idea {
    background-image: url(../images/recruit_idea_bg_sp.jpg);
    padding: 6rem 0 7rem;
  }
}
.p-recruit-idea .p-recruit-company__container {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-recruit-idea .p-recruit-company__container {
    display: block;
    text-align: right;
  }
}
.p-recruit-idea__text {
  margin: initial;
  margin-left: 5rem;
  flex: 1;
}
.p-recruit-idea__text .wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(clamp(4.8rem, 6.588579795vw, 9rem) * 1.2);
}
.p-recruit-idea__text .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.7s transform;
}
.p-recruit-idea__text.is-active .inner {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p-recruit-idea__text {
    margin-left: initial;
    margin-bottom: 3rem;
  }
}
.p-recruit-idea__text .inner {
  right: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .p-recruit-idea-button .c-button-secondary i {
    background-color: transparent;
  }
}

.p-recruit-reruirement {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .p-recruit-reruirement {
    padding: 5rem 0;
  }
}
.p-recruit-reruirement .c-heading-secondary {
  margin-bottom: 8rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-recruit-reruirement .c-heading-secondary {
    margin-bottom: 4rem;
  }
}
.p-recruit-reruirement-list {
  margin: initial;
  line-height: 1.4;
}
.p-recruit-reruirement-list > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
}
.p-recruit-reruirement-list > div + div {
  margin-top: 2.5rem;
}
.p-recruit-reruirement-list dt {
  font-size: 2.4rem;
  font-weight: 500;
}
.p-recruit-reruirement-list dd {
  position: relative;
  margin-left: initial;
  padding-left: 5rem;
}
.p-recruit-reruirement-list dd::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #adadad;
}
@media (max-width: 768px) {
  .p-recruit-reruirement-list > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .p-recruit-reruirement-list dd {
    padding-left: initial;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-recruit-reruirement-list dd::before {
    top: 0;
    transform: none;
    width: 15px;
    background-color: #6a6a6a;
  }
}
.p-recruit-reruirement-list + p {
  margin: 4rem 0 8rem;
}
@media (max-width: 768px) {
  .p-recruit-reruirement-list + p {
    margin-bottom: 4rem;
  }
}
.p-recruit-reruirement__container + .p-recruit-reruirement__container {
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .p-recruit-reruirement__container + .p-recruit-reruirement__container {
    margin-top: 5rem;
  }
}
.p-recruit-reruirement__container h3 {
  margin: 0 0 6rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-recruit-reruirement__container ol {
  margin: initial;
  padding-left: initial;
  list-style: none;
  counter-reset: count 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3.5rem 4rem;
}
.p-recruit-reruirement__container ol li {
  position: relative;
  background-color: #e7e7e7;
  padding: 3.5rem 2.5rem;
}
@media (max-width: 768px) {
  .p-recruit-reruirement__container ol li {
    padding: 3.5rem 1.5rem;
  }
}
.p-recruit-reruirement__container ol li::before {
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  content: "0" counter(count);
  counter-increment: count 1;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  line-height: 1;
}
.p-recruit-reruirement__container ol h4 {
  margin: initial;
  min-height: 2.8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-recruit-reruirement__container ol h4 {
    min-height: initial;
  }
}
.p-recruit-reruirement__container ol h4 span {
  display: inline-block;
}
.p-recruit-reruirement__container ol p {
  margin: 2.5rem 0 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-recruit-reruirement__container ol p {
    margin-top: 1.5rem;
  }
}

.p-recruit-application {
  background-color: #e7e7e7;
  padding: 10rem 0 11.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-recruit-application {
    padding: 4rem 0 6rem;
  }
}
.p-recruit-application h2 {
  margin: 0 0 10rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-recruit-application h2 {
    margin-bottom: 5rem;
  }
}
.p-recruit-application-list {
  margin: initial;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-recruit-application-list {
    line-height: 1.6;
  }
}
.p-recruit-application-list > div {
  display: flex;
}
@media (max-width: 768px) {
  .p-recruit-application-list > div {
    align-items: center;
  }
}
.p-recruit-application-list > div:not(:last-of-type) {
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .p-recruit-application-list > div:not(:last-of-type) {
    padding-bottom: 2rem;
  }
}
.p-recruit-application-list > div + div {
  padding-top: 2.5rem;
  border-top: 1px solid #adadad;
}
@media (max-width: 768px) {
  .p-recruit-application-list > div + div {
    padding-top: 2rem;
  }
}
.p-recruit-application-list dt {
  width: 315px;
}
.p-recruit-application-list dd {
  margin-left: 2rem;
  flex: 1;
}
@media (max-width: 768px) {
  .p-recruit-application-list dd {
    margin-left: 1rem;
  }
}
.p-recruit-application-list dt {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .p-recruit-application-list dt {
    width: 125px;
    padding: initial;
  }
}
.p-recruit-application-list dd ul {
  padding-left: 1.5em;
  margin: initial;
}
@media (max-width: 768px) {
  .p-recruit-application-list dd ul li + li {
    margin-top: 0.5em;
  }
}
.p-recruit-application .p-recruit-application__inner {
  position: relative;
  z-index: 1;
}
.p-recruit-application .c-scroll-text {
  position: absolute;
  right: -2.5rem;
  bottom: 0;
}
.p-recruit-application .c-scroll-text p {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
@media (max-width: 768px) {
  .p-recruit-application .c-scroll-text {
    right: -1.5rem;
  }
}
.p-recruit-application .c-scroll-text p {
  color: #eee;
}

.p-recruit-entry {
  padding-top: 10rem;
}
@media (max-width: 768px) {
  .p-recruit-entry {
    padding-top: 4rem;
  }
}
.p-recruit-entry .c-form-button input[type=submit] {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}
.p-recruit-entry .c-form-button input[type=submit]:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.p-contact-us .c-form-container {
  padding-bottom: 11.5rem;
  position: relative;
  overflow: hidden;
}
.p-contact-us .c-form-container .l-container__inner {
  position: relative;
  z-index: 1;
}
.p-contact-us .c-form-container .c-scroll-text {
  position: absolute;
  left: 0;
  bottom: -3rem;
}
.p-contact-us .c-form-container .c-scroll-text p {
  -webkit-text-stroke: 1px rgba(231, 231, 231, 0.84);
  text-stroke: 1px rgba(231, 231, 231, 0.84);
}
@media (max-width: 768px) {
  .p-contact-us .c-form-container {
    padding-bottom: 5.5rem;
  }
}
.p-contact-us-image {
  background: url(../images/contact_bg.jpg) center/cover no-repeat;
  padding: 13rem 0 14rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-contact-us-image {
    padding: 6rem 0;
  }
}
.p-contact-us-image__text {
  margin: initial;
}
.p-contact-us-image__text .wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(clamp(4.8rem, 6.588579795vw, 9rem) * 1.2);
}
.p-contact-us-image__text .inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.7s transform;
}
.p-contact-us-image__text.is-active .inner {
  transform: translateY(0);
}

.p-404 .c-heading-secondary {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-404 .c-heading-secondary {
    margin-bottom: 3rem;
  }
}
.p-404 p {
  text-align: center;
}
.p-404-button {
  margin: 8rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .p-404-button {
    margin-top: 5rem;
  }
}

@media (max-width: 768px) {
  .u-db-large {
    display: none;
  }
}

.u-db-small {
  display: none;
}
@media (max-width: 768px) {
  .u-db-small {
    display: block;
  }
}

@media (max-width: 375px) {
  .u-db-xs {
    display: none;
  }
}

.u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-gradient {
  display: inline;
  background: linear-gradient(transparent 75%, yellow 0%);
}

.u-text-large {
  margin: initial;
  font-size: clamp(4.8rem, 6.588579795vw, 9rem);
  font-family: "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(3rem);
  transition: 1s all;
}
.js-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*追記分*/

.c-post-card__inner{
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  gap: 1.25rem;
}

.c-youtube{
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .c-youtube{
    grid-template-columns: repeat(2, 1fr);
  }
}
.youtube-wrap{
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-btn{
  margin:5rem auto 0;
}
/*# sourceMappingURL=app.css.map */