@charset "UTF-8";
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.8;
}

body.is-windows {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.l-access {
  padding-bottom: 1.625rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-access {
    padding-bottom: 7.9375rem;
  }
}

.l-company-top {
  margin-top: 0.1875rem;
}

.l-computar {
  padding-bottom: 3.75rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-computar {
    padding-bottom: 7.625rem;
    padding-top: 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-computar.l-computar--secondary {
    padding-top: 2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-computar.l-computar--tertiary {
    padding-bottom: 12.75rem;
    padding-top: 1.5625rem;
  }
}

.l-culture {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-culture {
    margin-bottom: 6.375rem;
    margin-top: 4.625rem;
  }
}

.l-culture.l-culture--recruit {
  margin-bottom: 1.5625rem;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-culture.l-culture--recruit {
    margin-bottom: 3.375rem;
    margin-top: 3.125rem;
  }
}

.l-details {
  padding-bottom: 1.5625rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-details {
    margin-top: 0;
    margin-top: initial;
    padding-bottom: 3.4375rem;
    padding-top: 2.8125rem;
  }
}

.l-feature-links {
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-feature-links {
    margin-top: 5rem;
    padding-bottom: 6.4375rem;
  }
}

/*====================================================
# businessページ
=====================================================*/
.l-feature-links.l-feature-links--business {
  margin-top: 0rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-feature-links.l-feature-links--business {
    padding-bottom: 4.5rem;
    padding-top: 3.625rem;
  }
}

/*====================================================
# recruitページ
=====================================================*/
@media screen and (min-width: 768px) {
  .l-feature-links.l-feature-links--recruit {
    padding-bottom: 4.6875rem;
  }
}

.l-features {
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-features {
    padding-bottom: 2.0625rem;
  }
}

.l-footer {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 4.5625rem;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.l-introduction {
  padding-bottom: 1.25rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-introduction {
    padding-bottom: 2.6875rem;
    padding-top: 3.75rem;
  }
}

.l-job {
  margin-bottom: 2.1875rem;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-job {
    margin-bottom: 4.5rem;
    margin-top: 3.3125rem;
  }
}

.l-lead {
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-lead {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
}

.l-lineUp {
  margin-bottom: 2.1875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-lineUp {
    margin-bottom: 4.5rem;
    margin-top: 2.5rem;
  }
}

.l-message {
  padding-bottom: 1.875rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-message {
    padding-bottom: 3.625rem;
    padding-top: 3.125rem;
  }
}

.l-mv {
  margin-top: 0.1875rem;
}

.l-overview {
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-overview {
    padding-bottom: 4rem;
    padding-top: 6.375rem;
  }
}

.l-products {
  padding-bottom: 2.8125rem;
}

@media screen and (min-width: 768px) {
  .l-products.l-products--machine {
    padding-bottom: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-products.l-products--security {
    padding-bottom: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-products.l-products--new {
    padding-bottom: 5.375rem;
  }
}

.l-products.l-products--machine::before {
  background-color: #ffffff;
  bottom: 20.3%;
  content: "";
  left: 0;
  position: absolute;
  width: 2.1875rem;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .l-products.l-products--machine::before {
    height: 17.8125rem;
  }
}

.l-products.l-products--machine::after {
  background-color: #c1c1c1;
  content: "";
  position: absolute;
  right: 0;
  top: 10.2%;
  width: 8rem;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .l-products.l-products--machine::after {
    height: 17.8125rem;
  }
}

.l-products.l-products--security::before {
  background-color: #5c5c5c;
  content: "";
  left: 0;
  position: absolute;
  top: 30.2%;
  width: 5.25rem;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .l-products.l-products--security::before {
    height: 18.6375rem;
  }
}

.l-products.l-products--security::after {
  background-color: #cccccc;
  content: "";
  position: absolute;
  right: 0;
  top: 23.6%;
  width: 6.3125rem;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .l-products.l-products--security::after {
    height: 8.125rem;
  }
}

.l-products.l-products--new::before {
  background-color: #cccccc;
  bottom: -39.8%;
  content: "";
  left: 0;
  position: absolute;
  width: 3rem;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .l-products.l-products--new::before {
    height: 52.6875rem;
  }
}

.l-products.l-products--new::after {
  background-color: #666666;
  content: "";
  position: absolute;
  right: 0;
  top: 32.1%;
  width: 6.3125rem;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .l-products.l-products--new::after {
    height: 20.875rem;
  }
}

.l-profile {
  margin-top: 1.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-profile {
    margin-top: 4.1875rem;
    padding-bottom: 4.25rem;
  }
}

.l-technology {
  padding-bottom: 3.75rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-technology {
    padding-bottom: 7.625rem;
    padding-top: 1.4375rem;
  }
}

.l-visual {
  margin-top: 0.25rem;
}

.c-btn {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: inline-block;
  display: inline-flex;
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  line-height: 1;
  min-width: 11.25rem;
  padding: 0.875rem 0.9375rem 0.875rem 1.5625rem;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.4s ease, opacity 0.4s ease;
  width: auto;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.375rem;
    min-width: 16.0625rem;
    padding: 1.125rem 0.9375rem 1.125rem 3.8125rem;
  }
}

.c-btn:hover {
  background-color: #7cebe5;
  color: #000;
  cursor: pointer;
}

.c-btn::after {
  background: url(../images/common/arrow.png) no-repeat center/contain;
  content: "";
  height: 1.625rem;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-btn::after {
    height: 2rem;
    width: 2rem;
  }
}

.c-btn:hover::after {
  background: url(../images/common/arrow-hover.png) no-repeat center/contain;
}

.c-btn-arrow {
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-btn-arrow {
    font-size: 2rem;
  }
}

.c-headline1 {
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-headline1 {
    justify-content: start;
  }
}

.c-headline1__main {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.5625rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.50625rem;
}
@media screen and (min-width: 768px) {
  .c-headline1__main {
    font-size: 3.75rem;
  }
}

.c-headline1__main.c-headline1__main--white {
  color: #fff;
}

.c-headline1__main::before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2.375rem;
  margin-right: 0.875rem;
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-headline1__main::before {
    height: 5.875rem;
    margin-right: 1.75rem;
    transform: translateY(0.375rem);
  }
}

.c-headline1__sub {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  justify-content: end;
  margin-left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-headline1__sub {
    font-size: 1.25rem;
    margin-left: 1.25rem;
    transform: translateY(1.0625rem);
  }
}

.c-headline2 {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-headline2 {
    justify-content: start;
  }
}

.c-headline2::before {
  background: #cccccc;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 6.0625rem;
  margin-right: 0.875rem;
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-headline2::before {
    height: 11.3125rem;
    margin-right: 1.8125rem;
    transform: translateY(0.625rem);
  }
}

.c-headline2.c-headline2--none::before {
  height: 0;
}

.c-headline2.c-headline2--product::before {
  background: #5e5e5e;
}
@media screen and (min-width: 768px) {
  .c-headline2.c-headline2--product::before {
    height: 7.875rem;
  }
}

.p-headline2__wrap {
  display: flex;
  flex-direction: column;
}

.c-headline2__main {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.5625rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.50625rem;
  line-height: 1.36;
}
@media screen and (min-width: 768px) {
  .c-headline2__main {
    font-size: clamp(2.625rem, 1.18rem + 3.01vw, 3.75rem);
    font-size: clamp(2.625rem, 1.18rem + 3.01vi, 3.75rem);
  }
}

.c-headline2__main.c-headline2__main--white {
  color: #fff;
}

.c-headline2__main.c-headline2__main--w {
  color: #fff;
}

.c-headline2__sub {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  margin-left: 0.1875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-headline2__sub {
    font-size: 1.25rem;
    margin-left: 0.25rem;
    margin-top: 0.9375rem;
  }
}

.c-headline2__sub.c-headline2__sub--white {
  color: #fff;
}

.c-headline2__sub.c-headline2__sub--product {
  margin-top: 1.5rem;
}

.c-headline3 {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-headline3 {
    justify-content: start;
  }
}

.p-headline3__wrap {
  display: flex;
  flex-direction: column;
}

.c-headline3__main {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5625rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.31875rem;
  line-height: 1.36;
}
@media screen and (min-width: 768px) {
  .c-headline3__main {
    font-size: clamp(2.625rem, 1.18rem + 3.01vw, 3.75rem);
    font-size: clamp(2.625rem, 1.18rem + 3.01vi, 3.75rem);
  }
}

.c-headline3__sub {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  margin-left: 0.1875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-headline3__sub {
    font-size: 1.25rem;
    margin-left: 0.25rem;
    margin-top: 0.9375rem;
  }
}

.c-headline4 {
  align-items: center;
  background: #232323;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-headline4 {
    display: flex;
  }
}

.c-headline4__wrap {
  align-items: center;
  background: #232323;
  justify-content: center;
  padding: 0.8125rem 1.25rem 0.875rem 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-headline4__wrap {
    display: flex;
    padding: 0.8125rem 1.5625rem 0.875rem 1.5625rem;
    transform: translateX(-4.3125rem);
    width: 74.9633967789%;
  }
}

@media screen and (min-width: 768px) {
  .c-headline4__wrap.c-headline4__wrap--security {
    transform: translateX(8.75rem);
    width: 61.4934114202%;
  }
}
@media screen and (min-width: 1280px) {
  .c-headline4__wrap.c-headline4__wrap--security {
    transform: translateX(11.375rem);
  }
}

@media screen and (min-width: 768px) {
  .c-headline4__wrap.c-headline4__wrap--new {
    transform: translateX(-5.75rem);
  }
}

.c-headline4__main {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5625rem;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 0.2625rem;
}
@media screen and (min-width: 768px) {
  .c-headline4__main {
    font-size: clamp(1.563rem, -0.284rem + 3.846vw, 3rem);
    font-size: clamp(1.563rem, -0.284rem + 3.846vi, 3rem);
    justify-content: center;
  }
}

.c-headline4__sub {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.75rem;
  justify-content: flex-start;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .c-headline4__sub {
    font-size: clamp(0.75rem, -0.213rem + 2.007vw, 1.5rem);
    font-size: clamp(0.75rem, -0.213rem + 2.007vi, 1.5rem);
    margin-left: 3.375rem;
    transform: translateY(0.5625rem);
  }
}

@media screen and (min-width: 768px) {
  .c-headline4__sub.c-headline4__sub--new {
    margin-left: 2.125rem;
  }
}

.c-headline5 {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-headline5 {
    justify-content: start;
  }
}

.c-headline5::before {
  background: #fff;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 6.0625rem;
  margin-right: 0.875rem;
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-headline5::before {
    height: 7.6875rem;
    margin-right: 2.3125rem;
    transform: translateY(0.125rem);
    width: 1.0625rem;
  }
}

.c-headline5__text {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1625rem;
  line-height: 2.29;
}
@media screen and (min-width: 768px) {
  .c-headline5__text {
    font-size: 1.25rem;
  }
}

.c-headline6 {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-headline6 {
    justify-content: start;
  }
}

.c-headline6::before {
  background: #5e5e5e;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 6.0625rem;
  margin-right: 0.875rem;
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-headline6::before {
    height: 7.875rem;
    margin-right: 1.625rem;
    transform: translateY(0.625rem);
  }
}

.c-headline6.c-headline6--double::before {
  height: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .c-headline6.c-headline6--double::before {
    height: 7.875rem;
  }
}

.p-headline2__wrap {
  display: flex;
  flex-direction: column;
}

.c-headline6__main {
  align-items: center;
  color: #000;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  line-height: 1.36;
}
@media screen and (min-width: 768px) {
  .c-headline6__main {
    font-size: clamp(2.625rem, 1.18rem + 3.01vw, 3.75rem);
    font-size: clamp(2.625rem, 1.18rem + 3.01vi, 3.75rem);
    line-height: 1.9;
  }
}

.c-headline6__main.c-headline6__main--white {
  color: #fff;
}

.c-headline6__sub {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  margin-left: 0.1875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-headline6__sub {
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.c-headline6__sub.c-headline6__sub--white {
  color: #fff;
}

.c-hr {
  border: none;
  border-top: 0.0625rem solid #666666;
  margin-bottom: 2rem;
  margin-top: 1.9375rem;
}

.c-test {
  color: red;
  font-size: 3.125rem;
}

.swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: 1;
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    height: 16px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
    width: 16px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
  }
}

.swiper-pagination-bullet-active {
  background: #666666;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4375rem;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.4375rem);
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.875rem;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.875rem);
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1.6%;
}

.p-access {
  background: #cccccc;
  position: relative;
  z-index: 0;
}

.p-access::before {
  background-color: #000;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-access::before {
    height: 0.4375rem;
  }
}

.p-access__inner {
  max-width: 56.875rem;
}

.p-access__top {
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access__top {
    padding-bottom: 2.8125rem;
  }
}

.p-access__top::before {
  background-color: #3c3c3c;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 4.375rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-access__top::before {
    height: 22.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-access__top.p-access__top--company::before {
    height: 24.25rem;
  }
}

.p-access__top::after {
  background-color: #232323;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 2.375rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-access__top::after {
    height: 5.4375rem;
  }
}

.p-access__address {
  color: #333333;
  font-size: 0.9375rem;
  font-style: normal;
  letter-spacing: 0.10625rem;
  line-height: 1.98;
  margin-left: 0;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-access__address {
    margin-left: 2.5625rem;
    margin-top: 2.125rem;
  }
}

.p-access__address span {
  letter-spacing: 0.11875rem;
}

.p-access__map-img {
  height: 27.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-access__map-img iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.p-access__vertical-barLeft-bottom {
  background-color: #eeeeee;
  bottom: 0;
  height: 7.9375rem;
  left: 0;
  position: absolute;
  width: 63.7%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-access__vertical-barLeft-bottom {
    width: 34.68125rem;
  }
}

.p-access__vertical-barRight-bottom {
  background-color: #5c5c5c;
  bottom: 0;
  height: 7.9375rem;
  position: absolute;
  right: 0;
  width: 11.3%;
  z-index: -1;
}

.p-card {
  max-width: 28.375rem;
}

.p-card__img {
  -o-object-fit: cover;
  aspect-ratio: 454/303;
  max-width: 28.375rem;
     object-fit: cover;
  overflow: hidden;
  position: relative;
}

.p-card__img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  transition: 0.6s;
  width: 100%;
}

.p-card__catch {
  bottom: 0%;
  color: #fefefe;
  height: auto;
  left: 3.5%;
  position: absolute;
  width: 86.7841409692%;
}
.p-card__textBlock {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card__textBlock {
    margin-top: 1.375rem;
  }
}

.p-card__catch-title {
  font-size: 0.9375rem;
  letter-spacing: 0rem;
}
@media screen and (min-width: 768px) {
  .p-card__catch-title {
    font-size: 1.25rem;
  }
}

.p-card__catch-en-title {
  font-size: 2.5rem;
  letter-spacing: 0.4375rem;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-card__catch-en-title {
    font-size: 3.4375rem;
  }
}

.p-card__title {
  font-size: 0.9375rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    font-size: 1.125rem;
  }
}

.p-card__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-card__btn {
    margin-top: 2.5625rem;
    text-align: right;
  }
}

.p-company-history__list {
  border-bottom: 1px solid #000;
  display: flex;
  font-size: 0.8125rem;
  letter-spacing: 0.0375rem;
  line-height: 1.45;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__list {
    font-size: 1rem;
    max-width: 39.5625rem;
    padding-bottom: 0.625rem;
  }
}

.p-company-history__list + .p-company-history__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-history__list + .p-company-history__list {
    margin-top: 0.875rem;
  }
}

.p-company-history__term {
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  letter-spacing: 0.125rem;
  max-width: 6.25rem;
  text-indent: 0.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-history__term {
    max-width: 7.75rem;
  }
}

.p-company-history__description {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-history__description {
    max-width: 31.3125rem;
  }
}

.p-company-history__members {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-company-history__members li {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.p-company-history__position {
  display: inline-block;
  min-width: 7.5rem;
}

.p-company-history__name {
  flex: 1;
}

.p-company-profile__list {
  border-bottom: 1px solid #000;
  display: flex;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__list {
    font-size: 1rem;
    padding-bottom: 0.8125rem;
  }
}

.p-company-profile__list + .p-company-profile__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__list + .p-company-profile__list {
    margin-top: 0.875rem;
  }
}

.p-company-profile__term {
  align-items: end;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  max-width: 6.25rem;
  text-indent: 0.6875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-profile__term {
    max-width: 8.625rem;
  }
}

.p-company-profile__term.p-company-profile__term--en {
  min-width: 7.6875rem;
  text-indent: 0rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__term.p-company-profile__term--en {
    min-width: 12.5rem;
    text-indent: 0.6875rem;
  }
}

.p-company-profile__term.p-company-profile__term--en.p-company-profile__term--exe {
  transform: translateY(-0.3125rem);
}

.p-company-profile__description {
  flex: 1;
}

.p-company-profile__members {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-company-profile__members li {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.p-company-profile__position {
  display: inline-block;
  min-width: 7.5rem;
}

@media screen and (min-width: 768px) {
  .p-company-profile__position.p-company-profile__position--en {
    min-width: 8.0625rem;
  }
}

.p-company-profile__name {
  flex: 1;
}

.p-computar {
  background: #f5e7f1;
}

.p-computar.p-computar--tertiary {
  background: #fff;
}

.p-computar__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-computar__content {
    margin-top: 5.25rem;
  }
}

.p-computar__title {
  border-bottom: solid 0.3125rem #b3c0b5;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-computar__title {
    font-size: 1.625rem;
  }
}

.p-computar__text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-computar__text {
    font-size: 1rem;
    margin-top: 2.6875rem;
  }
}

.p-contact {
  position: relative;
}

.p-contact::before {
  background-color: #919191;
  content: "";
  left: 0;
  position: absolute;
  top: -88.2%;
  width: 7.5rem;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .p-contact::before {
    height: 29.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__list {
    display: flex;
  }
}

.p-contact__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5625rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    padding: 1.25rem 0;
    width: 53.4%;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__item {
    padding: 2.1875rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__item {
    padding: 3rem 0;
  }
}

.p-contact__item::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-contact__item:nth-of-type(1)::before {
  background-image: linear-gradient(to right, #575757 0%, #575757 30%, #cccccc 100%);
}

.p-contact__item-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__item-content {
    margin-left: auto;
    max-width: 35.75rem;
    padding-left: 1.5625rem;
    padding-right: 0;
    padding-right: initial;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__item-content {
    max-width: none;
    max-width: initial;
    width: 76.912568306%;
  }
}

.p-contact__item-title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.50625rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-contact__item-title {
    font-size: clamp(2.625rem, 1.18rem + 3.01vw, 3.75rem);
    font-size: clamp(2.625rem, 1.18rem + 3.01vi, 3.75rem);
  }
}

.p-contact__item-subTitle {
  color: #fff;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-subTitle {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    text-indent: 0.375rem;
  }
}

.p-contact__item-text {
  color: #fff;
  font-size: 0.9375rem;
  letter-spacing: 0.03125rem;
  line-height: 2.3;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__item-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__item-text {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__item-text {
    margin-top: 3.4375rem;
  }
}

.p-contact__headline {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__headline {
    margin-top: 0.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__headline {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__headline {
    margin-top: 3.375rem;
  }
}

.p-contact__img {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.p-contact__img img {
  -o-object-fit: cover;
  aspect-ratio: 634/534;
  height: auto;
  max-height: 33.375rem;
     object-fit: cover;
  width: 100%;
}
.p-culture {
  position: relative;
}

.p-culture.p-culture--recruit {
  position: relative;
}

.p-culture.p-culture--recruit::before {
  background-color: #919191;
  content: "";
  left: 0;
  position: absolute;
  top: 19.8%;
  width: 5.5rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-culture.p-culture--recruit::before {
    height: 25.875rem;
  }
}

.p-culture.p-culture--recruit::after {
  background-color: #919191;
  content: "";
  position: absolute;
  right: 0;
  top: 32.5%;
  width: 5.8125rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-culture.p-culture--recruit::after {
    height: 37.875rem;
  }
}

.p-culture__content {
  position: relative;
}

.p-culture__content::before {
  background-color: #232323;
  content: "";
  left: 0;
  position: absolute;
  top: 66.3%;
  width: 2.9375rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-culture__content::before {
    height: 20.875rem;
  }
}

.p-culture__content::after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  right: 0;
  top: 46.7%;
  width: 2.5rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-culture__content::after {
    height: 44.6875rem;
  }
}

.p-culture__video {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  max-width: 62.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-culture__video {
    margin-top: 2.1875rem;
  }
}

.p-culture__video.p-culture__video--recruit {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-culture__video.p-culture__video--recruit {
    margin-top: 2.375rem;
  }
}

.p-culture__video-inner {
  aspect-ratio: 997/560;
  height: auto;
  position: relative;
  width: 100%;
}

.p-culture__video-inner iframe {
  border: none;
  display: block;
  height: 100%;
  width: 100%;
}

.p-culture__vertical-barLeft {
  background-color: #eeeeee;
  bottom: 10.7%;
  height: 24.25rem;
  left: 0;
  position: absolute;
  width: 47.9%;
  z-index: -1;
}
.p-culture__vertical-barRight {
  background-color: #e5e6e8;
  height: 19.875rem;
  position: absolute;
  right: 0;
  top: 5.2%;
  width: 24.2%;
  z-index: -1;
}
/*====================================================
# recruitページ
=====================================================*/
.p-culture__vertical-barLeft-middle {
  background-color: #eeeeee;
  height: 30.5625rem;
  left: 0;
  position: absolute;
  top: 34%;
  width: 47.7%;
  z-index: -1;
}
.p-culture__vertical-barRight-top {
  background-color: #e5e6e8;
  height: 19.875rem;
  position: absolute;
  right: 0;
  top: 2.2%;
  width: 24.3%;
  z-index: -1;
}
.p-culture__vertical-barRight-bottom {
  background-color: #e5e6e8;
  bottom: 5.6%;
  height: 30.625rem;
  position: absolute;
  right: 0;
  width: 26.2%;
  z-index: -1;
}
.p-details-worker__list {
  border-bottom: 1px solid #fff;
  display: flex;
  font-size: 0.8125rem;
  gap: 1.875rem;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-details-worker__list {
    font-size: 1rem;
    gap: 5.3125rem;
    padding-bottom: 0.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-details-worker__list {
    gap: 8.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-details-worker__list {
    gap: 9.375rem;
  }
}

.p-details-worker__list + .p-details-worker__list {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-details-worker__list + .p-details-worker__list {
    margin-top: 0.625rem;
  }
}

.p-details-worker__term {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 0.9375rem;
  justify-content: flex-start;
  line-height: 2;
  max-width: 6.25rem;
  padding-left: 0.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-details-worker__term {
    font-size: 1.375rem;
    line-height: 2.1;
    max-width: 15.625rem;
  }
}

.p-details-worker__description {
  align-items: center;
  color: #333333;
  display: flex;
  flex: 1;
  font-size: 0.9375rem;
  letter-spacing: 0.09375rem;
  line-height: 2;
}

.p-details-worker__members {
  line-height: 3.1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-details-worker__members li {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.p-details-worker__position {
  display: inline-block;
  min-width: 7.5rem;
}

.p-details-worker__name {
  flex: 1;
}

.p-details {
  background-image: linear-gradient(to right, #575757, #fff);
  position: relative;
}

.p-details::before {
  background-color: #282728;
  bottom: -12.4%;
  content: "";
  left: 0;
  position: absolute;
  width: 6.125rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-details::before {
    height: 25.0625rem;
  }
}

.p-details::after {
  background-color: #5c5c5c;
  bottom: -38.5%;
  content: "";
  position: absolute;
  right: 0;
  width: 5.8125rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-details::after {
    height: 20.875rem;
  }
}

.p-details__content {
  position: relative;
}

.p-details__content::before {
  background-color: #eeeeee;
  bottom: -85.9%;
  content: "";
  left: 0;
  position: absolute;
  width: 2.1875rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-details__content::before {
    height: 25.0625rem;
  }
}

.mt {
  margin-top: 31.25rem;
}

.p-feature-links__cards {
  grid-column-gap: 5.5rem;
  -moz-column-gap: 5.5rem;
  grid-row-gap: 1rem;
       column-gap: 5.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  row-gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-feature-links__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
    row-gap: 5.625rem;
  }
}

.p-feature-links__vertical-barLeft {
  background-color: #eeeeee;
  bottom: 35.9%;
  height: 35rem;
  left: 0;
  position: absolute;
  width: 63.7%;
  z-index: -1;
}
.p-feature-links__vertical-barRight-top {
  background-color: #eeeeee;
  height: 30.625rem;
  position: absolute;
  right: 0;
  top: -4.1%;
  width: 29.7%;
  z-index: -1;
}
.p-feature-links__vertical-barRight-bottom {
  background-color: #eeeeee;
  bottom: 0;
  height: 25.5rem;
  position: absolute;
  right: 0;
  width: 22%;
  z-index: -1;
}
/*====================================================
# business,productページ
=====================================================*/
.p-feature-links__vertical-bar-businessLeft {
  background-color: #eeeeee;
  bottom: 0%;
  height: 23.1875rem;
  left: 0;
  position: absolute;
  width: 40.5%;
  z-index: -1;
}

.p-feature-links__vertical-bar-businessRight {
  background-color: #eeeeee;
  height: 13.5rem;
  position: absolute;
  right: 0;
  top: 0%;
  width: 26.8%;
  z-index: -1;
}

.p-feature-links.p-feature-links--business {
  position: relative;
}

.p-feature-links.p-feature-links--business::before {
  background-color: #afafaf;
  content: "";
  height: 0.4375rem;
  left: 0;
  position: absolute;
  top: 0;
  /* 黒帯の高さ */
  width: 100%;
  z-index: 1;
  /* コンテンツの下に配置したい場合 */
}
@media screen and (min-width: 768px) {
  .p-feature-links.p-feature-links--business::before {
    height: 0.875rem;
  }
}

.p-feature-links.p-feature-links--business::after {
  background-color: #afafaf;
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-feature-links.p-feature-links--business::after {
    height: 0.25rem;
  }
}

/*====================================================
# recruitページ
=====================================================*/
.p-feature-links.p-feature-links--recruit::before {
  background: #e1e1e1;
}

.p-feature-links.p-feature-links--recruit::after {
  background-color: #919191;
  bottom: -31%;
  content: "";
  position: absolute;
  right: 0;
  width: 5.75rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-feature-links.p-feature-links--recruit::after {
    height: 32.125rem;
  }
}

.p-features {
  overflow: hidden;
  position: relative;
}

.p-features__img-bg {
  margin: 1.25rem auto 0;
  max-width: 42.75rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-features__img-bg {
    margin: 0;
    position: absolute;
    right: 0;
    top: -7.6%;
    width: 50vw;
    z-index: -1;
  }
}
@media (min-width: 1366px) {
  .p-features__img-bg {
    left: calc(50% + 21.34375rem - 21.375rem);
    right: auto;
    transform: translateX(0);
    width: 42.75rem;
  }
}

.p-features__img-bg img {
  -o-object-fit: cover;
  aspect-ratio: 684/475;
  height: auto;
  max-width: 42.75rem;
     object-fit: cover;
  width: 100%;
}

.p-features::before {
  background-color: #232323;
  content: "";
  left: 0;
  position: absolute;
  top: 25.4%;
  width: 1.75rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-features::before {
    height: 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-features::before {
    height: 11.25rem;
  }
}

.p-features::after {
  background-color: #5e5e5e;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 2.875rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-features::after {
    height: 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-features::after {
    height: 23.8125rem;
  }
}

.p-features__wrap {
  gap: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-features__wrap {
    display: flex;
  }
}

.p-features__left {
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-features__left {
    margin-top: 4.3125rem;
    width: 47%;
  }
}

.p-features__right {
  flex: 1;
}

.p-features__text {
  font-size: 0.9375rem;
  letter-spacing: 0.04375rem;
  line-height: 2.05;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-features__text {
    font-size: 1rem;
    line-height: 2.7;
    margin-top: 10.75rem;
  }
}

.p-footer {
  background-color: #f4f4f4;
  font-family: sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: none;
    max-width: initial;
  }
}

.p-footer__top-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.125rem;
  position: relative;
}

.p-footer__top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    align-items: flex-start;
    flex-direction: row;
    gap: 4.1875rem;
    justify-content: space-between;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    text-align: left;
    width: 95.6989247312%;
  }
}

.p-footer::before {
  background-color: #cccccc;
  content: "";
  left: 0%;
  position: absolute;
  top: 0;
  width: 9.4%;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-footer::before {
    height: 22.5625rem;
  }
}

.p-footer::after {
  background-color: #3c3c3c;
  content: "";
  left: 9.1%;
  position: absolute;
  top: 0;
  width: 0.625rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-footer::after {
    height: 22.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__left {
    width: 49%;
  }
}

.p-footer__right {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__right {
    flex: 1;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.p-footer__logo {
  max-width: 26.1875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-footer__heading {
  color: #010101;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__heading {
    font-size: 1.625rem;
  }
}

.p-footer__group-list {
  color: #010101;
  font-size: 0.9375rem;
  list-style: none;
  margin: 0;
  margin-top: 0.9375rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__group-list {
    font-size: 1.1875rem;
    margin-top: 2.0625rem;
  }
}

.p-footer__group-list li {
  margin-top: 0.4375rem;
}

.p-footer__nav {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 2.9375rem;
  }
}

.p-footer__nav ul {
  background-color: #eaeaea;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-footer__nav ul {
    background-color: #eaeaea;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 2.625rem 2.875rem 2.5rem 2.875rem;
  }
}

.p-footer__nav a {
  -webkit-text-decoration: none;
  color: #000;
  font-size: 0.75rem;
  letter-spacing: 0.0875rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-footer__nav a {
    font-size: 1.375rem;
  }
}

.p-footer__nav a:hover {
  opacity: 0.7;
}

.p-footer__bottom {
  background-color: #232323;
  color: #fff;
  font-size: 0.5625rem;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    font-size: 0.875rem;
    padding: 1.5625rem 1.5625rem 2.1875rem 1.5625rem;
  }
}

.p-gallery-list {
  grid-row-gap: 1.10625rem;
  grid-column-gap: 1.325rem;
  -moz-column-gap: 1.325rem;
       column-gap: 1.325rem;
  display: grid;
  row-gap: 1.10625rem;
}
@media screen and (min-width: 768px) {
  .p-gallery-list {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-gallery-list__item {
    grid-row: span 1;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery-list__item:nth-of-type(1),
  .p-gallery-list__item:nth-of-type(2),
  .p-gallery-list__item:nth-of-type(3) {
    grid-column: span 4;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery-list__item:nth-of-type(4),
  .p-gallery-list__item:nth-of-type(5) {
    grid-column: span 6;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery-list__item:nth-of-type(6),
  .p-gallery-list__item:nth-of-type(7),
  .p-gallery-list__item:nth-of-type(8) {
    grid-column: span 4;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery-list__item:nth-of-type(9),
  .p-gallery-list__item:nth-of-type(10) {
    grid-column: span 6;
  }
}

.p-gallery {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-gallery {
    margin-top: 3.125rem;
  }
}

.p-header {
  background-color: #fff;
  height: 2.5rem;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(0);
  transition: transform 0.2s ease;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 7.9375rem;
  }
}

.p-header.is-hidden {
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}

.p-header.is-visible {
  transform: translateY(0);
  transition: transform 0.15s ease-out 0.4s;
}

.p-header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    background: linear-gradient(90deg, #cccccc 0%, #cccccc 4%, #fff 4%, #fff 37.5%, #232323 37.5%, #232323 100%);
    justify-content: space-evenly;
    padding: 0 3.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-header__inner {
    background: linear-gradient(90deg, #cccccc 0%, #cccccc 7%, #fff 7%, #fff 42.6%, #232323 42.6%, #232323 100%);
  }
}

.p-header__logo {
  height: inherit;
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    margin-top: 0.625rem;
    transform: translateX(-0.4375rem);
  }
}
@media screen and (min-width: 1280px) {
  .p-header__logo {
    margin-top: 0.625rem;
    max-width: 23.8125rem;
    transform: translateX(1.3125rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-header__logo {
    transform: translateX(0.375rem);
  }
}
@media screen and (min-width: 1920px) {
  .p-header__logo {
    transform: translateX(-2.125rem);
  }
}

.p-header__logo a {
  align-items: center;
  display: flex;
  height: inherit;
}

.p-header__logo img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-header__nav {
  display: none;
  height: inherit;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    align-items: center;
    display: flex;
    gap: 1.8125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .p-header__nav {
    transform: translateX(-1.4375rem);
  }
}

.p-header__nav-list {
  display: flex;
  gap: 0.625rem;
  height: inherit;
  margin: 0;
  padding: 0;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item a {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  height: inherit;
  justify-content: center;
  letter-spacing: 0.09375rem;
  line-height: 2.05;
  padding: 0 0.175rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1440px) {
  .p-header__nav-item a {
    font-size: 1.25rem;
  }
}

.p-header__nav-item a:hover {
  opacity: 0.7;
}

.p-header__hamburger {
  background-color: #232323;
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 2.5rem;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  background-color: #fff;
  display: block;
  height: 1px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 0.9375rem;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 0.25rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  background-color: rgba(35, 35, 35, 0.95);
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 6.25rem 0;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-content {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.p-header__drawer-item a {
  color: #fff;
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.9375rem 0;
}

.p-header__lang-switcher {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  gap: 0.5rem;
  padding-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-header__lang-switcher {
    font-size: 1.125rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__lang-switcher {
    font-size: 1.25rem;
  }
}

.p-header__lang-icon {
  overflow: hidden;
  position: relative;
}

.p-header__lang-icon img {
  -o-object-fit: cover;
  aspect-ratio: 24/24;
  height: auto;
  max-width: 1.5rem;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__lang-icon img {
    aspect-ratio: 17/17;
    max-width: 1.0625rem;
  }
}

.p-header__lang-icon img {
  align-items: center;
  display: flex;
  height: inherit;
}

.p-header__lang-option {
  color: #999999;
  cursor: pointer;
  font-weight: normal;
  transition: 0.3s;
}

.p-header__lang-option:hover {
  opacity: 1;
}

.p-header__lang-option.active {
  color: #fff;
  font-weight: bold;
  opacity: 1;
  pointer-events: none;
}

.p-header__lang-option.p-header__lang-option--pipe {
  margin-left: 0.0625rem;
  padding-left: 0.5625rem;
  position: relative;
}

.p-header__lang-option.p-header__lang-option--pipe::before {
  border-left: 2px solid #fff;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-header__lang-option.p-header__lang-option--pipe::before {
    height: 0.875rem;
    top: 50%;
  }
}

.p-history {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-history {
    background: linear-gradient(90deg, #303030 0%, #303030 35%, #eeeeee 35%, #eeeeee 100%);
  }
}

.p-history__inner.l-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-history__inner.l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-history__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-history__wrap {
    flex-direction: row;
  }
}

.p-history__left {
  background-color: #303030;
  color: #fff;
  height: auto;
  padding: 1.25rem 1.25rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-history__left {
    padding: 0;
    padding: initial;
    width: 34.3%;
  }
}

ｃ .p-history__left-content {
  width: 76.0456273764%;
}

@media screen and (min-width: 768px) {
  .p-history__title {
    left: 44%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 76.7441860465%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-history__title {
    left: 26.7%;
    top: 45%;
    width: 55.8823529412%;
  }
}

.p-history__main {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-history__main {
    font-size: 3rem;
  }
}

.p-history__sub {
  font-size: 1.5rem;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-history__sub {
    font-size: 1.5rem;
  }
}

.p-history__right {
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-history__right {
    flex: 1;
    padding-bottom: 3.125rem;
    padding-left: 1.4375rem;
    padding-right: 0;
    padding-right: initial;
    padding-top: 3.9375rem;
  }
}

.p-image-block {
  position: relative;
}

.p-image-block__inner.l-inner {
  height: inherit;
  min-height: inherit;
}

.p-image-block__img,
.p-image-block__img img {
  height: inherit;
  min-height: inherit;
}

.p-image-block__img img {
  -o-object-fit: cover;
  aspect-ratio: 1366/576;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-introduction {
  background: #dedede;
  position: relative;
}

.p-introduction::before {
  background-color: #232323;
  bottom: -12.8%;
  content: "";
  left: 0;
  position: absolute;
  width: 2.75rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-introduction::before {
    height: 27rem;
  }
}

.p-introduction::after {
  background-color: #515151;
  bottom: 0;
  content: "";
  height: 0.4375rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-introduction::after {
    height: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-introduction__inner.l-inner {
    max-width: none;
    max-width: initial;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-introduction__content {
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 85.375rem);
}

.p-introduction__wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-introduction__wrap {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-introduction__wrap {
    width: 97.5841874085%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .p-introduction__wrap {
    width: 93.7774524158%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .p-introduction__wrap {
    width: 88.3601756955%;
  }
}

@media screen and (min-width: 768px) {
  .p-introduction__wrap.p-introduction__wrap--reverse {
    flex-direction: row-reverse;
  }
}

.p-introduction__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-introduction__left {
    margin-top: 0.375rem;
    padding-left: 1.5625rem;
    width: 51%;
  }
}

.p-introduction__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__title {
    font-size: clamp(1.5rem, 0.216rem + 2.676vw, 2.5rem);
    font-size: clamp(1.5rem, 0.216rem + 2.676vi, 2.5rem);
  }
}

.p-introduction__text {
  font-size: 0.9375rem;
  letter-spacing: 0.04375rem;
  line-height: 2.05;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-introduction__text {
    font-size: clamp(0.813rem, 0.251rem + 1.171vw, 1.25rem);
    font-size: clamp(0.813rem, 0.251rem + 1.171vi, 1.25rem);
    line-height: 2.2;
    margin-top: 1.9375rem;
  }
}

.p-introduction__text span {
  font-weight: 700;
}

.p-introduction__right {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-introduction__right {
    width: 46.6666666667%;
  }
}

.p-introduction__img {
  position: relative;
}

.p-introduction__img img {
  -o-object-fit: cover;
  aspect-ratio: 563/467;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-introduction__img img {
    max-width: 35.1875rem;
  }
}

.p-job {
  position: relative;
}

.p-job::before {
  background-color: #919191;
  content: "";
  left: 0;
  position: absolute;
  top: -4%;
  width: 6.9375rem;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .p-job::before {
    height: 11.4375rem;
  }
}

.p-job::after {
  background-color: #5e5e5e;
  content: "";
  position: absolute;
  right: 0;
  top: 21%;
  width: 2.5625rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-job::after {
    height: 24.375rem;
  }
}

.p-job__content {
  position: relative;
}

.p-job__content::after {
  background-color: #919191;
  bottom: 9.4%;
  content: "";
  position: absolute;
  right: 0;
  width: 6.625rem;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .p-job__content::after {
    height: 25.9375rem;
  }
}

.p-job__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-job__img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5625rem;
  }
}

.p-job__img img {
  -o-object-fit: cover;
  aspect-ratio: 998/465;
  height: auto;
  max-width: 62.375rem;
     object-fit: cover;
  width: 100%;
}
.p-job__vertical-barLeft-top {
  background-color: #ffffff;
  bottom: 39.3%;
  height: 20.875rem;
  left: 0;
  position: absolute;
  width: 4.6%;
  z-index: -1;
}

.p-job__vertical-barLeft {
  background-color: #eeeeee;
  bottom: 17.3%;
  height: 30.625rem;
  left: 0;
  position: absolute;
  width: 9.1%;
  z-index: -2;
}

.p-job__vertical-barRight {
  background-color: #e5e6e8;
  height: 30.625rem;
  position: absolute;
  right: 0;
  top: 5.5%;
  width: 21%;
  z-index: -1;
}

.p-job__wrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-job__wrap {
    display: flex;
    gap: 2.75rem;
    margin-top: 3.375rem;
  }
}

.p-job__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-job__left {
    margin-top: 0.875rem;
    width: 68%;
  }
}

.p-job__right {
  flex: 1;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-job__right {
    margin-top: 0rem;
  }
}

.p-job__recruit-img {
  overflow: hidden;
  position: relative;
}

.p-job__recruit-img:nth-of-type(n+2) {
  margin-top: 2.0625rem;
}

.p-job__recruit-img img {
  -o-object-fit: cover;
  aspect-ratio: 276/170.8;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-job__recruit-img img {
    max-width: 17.25rem;
  }
}

.p-job-recruit__list {
  border-bottom: 1px solid #000;
  display: flex;
  font-size: 0.8125rem;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-job-recruit__list {
    font-size: 1rem;
    padding-bottom: 0.5625rem;
  }
}

.p-job-recruit__list + .p-job-recruit__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-job-recruit__list + .p-job-recruit__list {
    margin-top: 0.875rem;
  }
}

.p-job-recruit__term {
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  max-width: 6.25rem;
  text-indent: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-job-recruit__term {
    max-width: 9.375rem;
  }
}

.p-job-recruit__description {
  flex: 1;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  line-height: 1.5;
}

.p-job-recruit__members {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-job-recruit__members li {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.p-job-recruit__position {
  display: inline-block;
  min-width: 7.5rem;
}

.p-job-recruit__name {
  flex: 1;
}

.p-lead {
  background: linear-gradient(to right, #575757 0%, #eee 70%, #fff 100%);
  position: relative;
  z-index: 0;
}

/* 上の黒帯 */
.p-lead::before {
  background-color: #000;
  content: "";
  height: 0.4375rem;
  left: 0;
  position: absolute;
  top: 0;
  /* 黒帯の高さ */
  width: 100%;
  z-index: 1;
  /* コンテンツの下に配置したい場合 */
}
@media screen and (min-width: 768px) {
  .p-lead::before {
    height: 1.6875rem;
  }
}

/* 下の黒帯 */
.p-lead::after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-lead::after {
    height: 0.4375rem;
  }
}

.p-lead__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lead__content {
    padding-bottom: 5.4375rem;
    padding-top: 4.75rem;
  }
}

.p-lead__content::before {
  background-color: #232323;
  bottom: 0%;
  content: "";
  left: 0;
  position: absolute;
  width: 3.375rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-lead__content::before {
    height: 11.3125rem;
  }
}

.p-lead__content::after {
  background-color: #3c3c3c;
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  width: 4.9375rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-lead__content::after {
    height: 19.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lead__inner {
    max-width: none;
    max-width: initial;
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-lead__inner {
    padding-left: 2.75rem;
    padding-right: 10.5rem;
  }
}

.p-lead__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 75.2941176471%;
  width: -moz-fit-content;
  width: fit-content;
}

.p-lead__title {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.625rem;
  font-weight: 700;
  gap: 0.75em;
  letter-spacing: 0.025rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-lead__title {
    font-size: 2.5rem;
    gap: 0.5em;
    line-height: 1.65;
  }
}
@media screen and (min-width: 1280px) {
  .p-lead__title {
    font-size: clamp(2.5rem, 1.971rem + 0.769vw, 2.625rem);
  }
}

.p-lead__title .p-lead__title-word {
  display: inline-block;
}

.p-lead__text {
  font-size: 0.9375rem;
  letter-spacing: normal;
  letter-spacing: 0.01875rem;
  line-height: 2.5;
  margin-top: 1.375rem;
  text-indent: 0rem;
}
@media screen and (min-width: 768px) {
  .p-lead__text {
    font-size: 1rem;
    letter-spacing: 0.025rem;
    line-height: 3;
    text-indent: 0.3125rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-lead__text {
    font-size: 1.125rem;
  }
}

.p-lineUp {
  position: relative;
}

.p-lineUp__content {
  position: relative;
}

.p-lineUp__bottom {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lineUp__bottom {
    margin-top: 6.75rem;
  }
}

.p-lineUp__bottom-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lineUp__bottom-inner {
    max-width: 73.25rem;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-lineUp__img {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-lineUp__img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-lineUp__img {
    transform: translateX(2.4%);
  }
}

.p-lineUp__img img {
  -o-object-fit: cover;
  aspect-ratio: 1122/637;
  height: auto;
  max-width: 70.125rem;
     object-fit: cover;
  width: 100%;
}
.p-lineUp__wrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lineUp__wrap {
    align-items: center;
    display: flex;
    gap: 2.4375rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.8125rem;
    max-width: 42.1875rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-lineUp__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lineUp__left {
    width: 69%;
  }
}

.p-lineUp__text {
  color: #333333;
  font-size: 1rem;
}
.p-lineUp__right {
  flex: 1;
}

.p-lineUp__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lineUp__btn {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-message {
  background-image: linear-gradient(to left, #fff, #575757);
  position: relative;
}

.p-message::before {
  background-color: #c7c7c7;
  content: "";
  height: 0.4375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-message::before {
    height: 0.9375rem;
  }
}

.p-message::after {
  background-color: #c1c1c1;
  content: "";
  position: absolute;
  right: 0;
  top: 43.7%;
  width: 5.8125rem;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .p-message::after {
    height: 37.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__inner.l-inner {
    max-width: 85.375rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.p-message__wrap {
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-message__wrap {
    display: flex;
  }
}

.p-message__left {
  margin-top: 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-message__left {
    margin-top: 4.0625rem;
    width: 39%;
  }
}

.p-message__img {
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.p-message__img img {
  -o-object-fit: cover;
  aspect-ratio: 535/741.4;
  height: auto;
  max-width: 22.5rem;
     object-fit: cover;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-message__img img {
    max-width: 33.4375rem;
  }
}

.p-message__right {
  flex: 1 1 auto;
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-message__right {
    margin-top: 0rem;
    max-width: 40.125rem;
    padding-right: 1.5625rem;
  }
}

.p-message__text {
  font-size: 0.9375rem;
  letter-spacing: 0.05625rem;
  line-height: 2.05;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 1rem;
  }
}

.p-message__text p:nth-of-type(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__text p:nth-of-type(n+2) {
    margin-top: 2.125rem;
  }
}

.p-message__text p.p-message__signature {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-message__text p.p-message__signature {
    margin-top: 3rem;
  }
}

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

.p-message__signature span {
  display: block;
  line-height: 0;
}

.p-message__signature span:first-of-type {
  margin-top: 0;
}

.p-mv {
  position: relative;
}

.p-mv__inner {
  height: inherit;
  min-height: inherit;
}

.p-mv__title-wrap {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76.7441860465%;
}
@media screen and (min-width: 768px) {
  .p-mv__title-wrap {
    top: 70%;
    width: 73.8970588235%;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__title-wrap.p-mv__title-wrap--second {
    top: 61%;
    width: 80.8823529412%;
  }
}

.p-mv__main-title {
  font-size: clamp(1.75rem, 0.734rem + 4.337vw, 2.813rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-mv__main-title {
    font-size: clamp(2.813rem, -0.674rem + 7.264vw, 5.5rem);
  }
}

.p-mv__sub-title {
  font-size: clamp(0.563rem, 0.384rem + 0.763vw, 0.75rem);
  font-size: clamp(0.563rem, 0.384rem + 0.763vi, 0.75rem);
  letter-spacing: 1.5px;
  line-height: 2.9;
}
@media screen and (min-width: 768px) {
  .p-mv__sub-title {
    font-size: clamp(0.625rem, -0.51rem + 2.365vw, 1.5rem);
    margin-right: 1.1875rem;
    margin-top: 0rem;
  }
}

.p-mv__img,
.p-mv__img img {
  height: inherit;
  min-height: inherit;
}

.p-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-mv__swiper .swiper-img img {
  -o-object-fit: cover;
  aspect-ratio: 1360/749;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper .swiper-img img {
    max-height: 46.8125rem;
  }
}

.p-overview {
  background: #3f3f3f;
  position: relative;
  z-index: 0;
}

.p-overview__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-overview__text {
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.05625rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-overview__text {
    font-size: 1.25rem;
  }
}

.p-products-list {
  grid-gap: 2.5rem;
  counter-reset: number;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-products-list {
    -moz-column-gap: 1.5625rem;
         column-gap: 1.5625rem;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 3.125rem;
  }
}

.p-products-list__item-img {
  width: 100%;
}

.p-products-list__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 231/154;
     object-fit: cover;
  width: 100%;
}

.p-products-list__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01875rem;
  line-height: 1;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-products-list__item-title {
    font-size: 1rem;
    margin-top: 1.75rem;
  }
}

.p-products-list__item-text {
  font-size: 0.9375rem;
  letter-spacing: 0.025rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-products-list__item-text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-products {
  background: #e4e4e4;
  position: relative;
}

.p-products__content {
  position: relative;
}

.p-products__content::before {
  background-color: #eeeeee;
  bottom: -6.9%;
  content: "";
  position: absolute;
  right: 0;
  width: 3.1875rem;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .p-products__content::before {
    height: 28rem;
  }
}

.p-products__wrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-products__wrap {
    display: flex;
    gap: 1.8125rem;
    margin-top: 4.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-products__wrap.p-products__wrap--reverse {
    flex-direction: row-reverse;
  }
}

.p-products__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-products__left {
    margin-top: 0.375rem;
    width: 52%;
  }
}

.p-products__img {
  overflow: hidden;
  position: relative;
}

.p-products__img img {
  -o-object-fit: cover;
  aspect-ratio: 516/308;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-products__img img {
    max-width: 32.25rem;
  }
}

.p-products__right {
  flex: 1;
}

.p-products__text {
  font-size: 0.9375rem;
  letter-spacing: 0.04375rem;
  line-height: 2.05;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-products__text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0rem;
  }
}

.p-profile {
  position: relative;
}

.p-profile::before {
  background-color: #232323;
  bottom: -11.9%;
  content: "";
  left: 0;
  position: absolute;
  width: 3.375rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-profile::before {
    height: 11.25rem;
  }
}

.p-profile::after {
  background-color: #5e5e5e;
  content: "";
  position: absolute;
  right: 0;
  top: 6.8%;
  width: 3.6875rem;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .p-profile::after {
    height: 24.3125rem;
  }
}

.p-profile__wrap {
  gap: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-profile__wrap {
    display: flex;
  }
}

.p-profile__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-profile__left {
    width: 39%;
  }
}

.p-profile__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9375rem;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-profile__img {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-profile__img img {
  -o-object-fit: cover;
  aspect-ratio: 387/314;
  height: auto;
  max-width: 24.1875rem;
     object-fit: cover;
  width: 100%;
}
.p-profile__right {
  flex: 1;
}

.p-profile__list {
  margin-top: 1.625rem;
}

.p-technology {
  background: #edeaea;
}

.p-technology__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-technology__content {
    margin-top: 5.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-technology__content + .p-technology__content {
    margin-top: 4.625rem;
  }
}

.p-technology__title {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-technology__title {
    font-size: 1.625rem;
  }
}

.p-technology__text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-technology__text {
    font-size: 1rem;
    margin-top: 1.5625rem;
  }
}

.p-under-top {
  margin-top: 0.25rem;
  position: relative;
}

/* 下の黒帯 */
.p-under-top::after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-under-top::after {
    bottom: -0.9375rem;
    height: 1.1875rem;
  }
}

.p-under-top__inner {
  height: inherit;
  min-height: inherit;
}

.p-under-top__title-wrap {
  color: #fff;
  left: 10%;
  position: absolute;
  top: 50%;
  width: 76.7441860465%;
}
@media screen and (min-width: 768px) {
  .p-under-top__title-wrap {
    left: 13.4%;
    top: 61.3%;
    width: 75.2941176471%;
  }
}

@media screen and (min-width: 768px) {
  .p-under-top__title-wrap.p-under-top__title-wrap--second {
    top: 61%;
    width: 80.8823529412%;
  }
}

.p-under-top__main-title {
  font-size: clamp(1.75rem, 0.734rem + 4.337vw, 2.813rem);
  letter-spacing: 0.125rem;
  line-height: 1.5;
  margin-top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-under-top__main-title {
    font-size: clamp(2.813rem, -0.674rem + 7.264vw, 5.5rem);
    letter-spacing: 11px;
    margin-top: -1.5625rem;
  }
}

.p-under-top__sub-title {
  font-size: clamp(0.563rem, 0.384rem + 0.763vw, 0.75rem);
  font-size: clamp(0.563rem, 0.384rem + 0.763vi, 0.75rem);
  letter-spacing: 1.5px;
  line-height: 2.9;
}
@media screen and (min-width: 768px) {
  .p-under-top__sub-title {
    font-size: clamp(0.625rem, -0.51rem + 2.365vw, 1.5rem);
    margin-top: 0rem;
  }
}

.p-under-top__img,
.p-under-top__img img {
  height: inherit;
  min-height: inherit;
}

.p-under-top__img img {
  -o-object-fit: cover;
  aspect-ratio: 1366/564;
  height: auto;
     object-fit: cover;
  width: 100%;
}
.p-visual {
  position: relative;
}

.p-visual::after {
  background-color: #232323;
  bottom: -31.6%;
  content: "";
  position: absolute;
  right: 0;
  width: 1.625rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-visual::after {
    height: 20.875rem;
  }
}

.p-visual__inner {
  height: inherit;
  min-height: inherit;
}

.p-visual__title-wrap {
  color: #fff;
  left: 11.5%;
  max-width: 85.375rem;
  position: absolute;
  text-align: right;
  top: 13.6%;
  width: 74.9633967789%;
}
@media screen and (min-width: 1921px) {
  .p-visual__title-wrap {
    max-width: none;
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-visual__title-wrap--second {
    top: 61%;
    width: 80.8823529412%;
  }
}

/* ▼ p-visual__title-inner をバー基準に変更 */
.p-visual__title-inner {
  display: inline-block;
  position: relative;
  text-align: left;
}

.p-visual__title-inner::before {
  background-color: #bcbcbc;
  content: "";
  display: block;
  height: 6.0625rem;
  left: -1.25rem;
  position: absolute;
  top: -4%;
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-visual__title-inner::before {
    height: 11.25rem;
    left: -2.5rem;
  }
}

.p-visual__main-title {
  font-size: clamp(1.75rem, 0.734rem + 4.337vw, 2.813rem);
  letter-spacing: 0.25rem;
  line-height: 1.3;
  margin-top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-visual__main-title {
    font-size: 3.75rem;
    letter-spacing: 0.14375rem;
    margin-top: -1.5625rem;
  }
}

.p-visual__sub-title {
  font-size: clamp(0.563rem, 0.384rem + 0.763vw, 0.75rem);
  font-size: clamp(0.563rem, 0.384rem + 0.763vi, 0.75rem);
  letter-spacing: 1.5px;
  line-height: 2.9;
}
@media screen and (min-width: 768px) {
  .p-visual__sub-title {
    font-size: 1.25rem;
  }
}

.p-visual__img,
.p-visual__img img {
  height: inherit;
  min-height: inherit;
}

.p-visual__img img {
  -o-object-fit: cover;
  aspect-ratio: 1366/428;
  height: auto;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .u-indent {
    display: inline-block;
    text-indent: 0.3125rem;
  }
}

.u-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  border: 0;
          clip-path: inset(50%);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
}
/*# sourceMappingURL=style.css.map */
