/*
Theme Name: Takushin Kougyou
Theme URI:
Author: A.Yuki
Author URI:
Description: 拓心興業株式会社 コーポレートサイト WordPress テーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: takushin
*/

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #ffffff;
  background-color: #2e2e2e;
  overflow-x: hidden;
}

img {
  height: auto;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.1667% 0 5%;
  border-bottom: 1px solid #bbb;
  mix-blend-mode: difference;
}
.l-header__logo {
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  letter-spacing: 0.5px;
}
.l-header__menu {
  display: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 22px;
  width: 22px;
  height: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.l-header__menu-line {
  display: block;
  width: 22px;
  height: 1px;
  background-color: #ffffff;
}
.l-header__menu-line:nth-child(2) {
  width: 16px;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 0;
}
.l-header__nav-item {
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  color: #cccccc;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.l-header__nav-item.is-active {
  color: #ffffff;
}
.l-header__nav-item.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 1px;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  .l-header {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .l-header {
    padding: 0 1rem;
  }
  .l-header__menu {
    display: flex;
  }
  .l-header__nav {
    display: none;
  }
}
.l-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080808;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.l-mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.l-mobile-nav__close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 17px;
  height: 17px;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.l-mobile-nav__close-line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.l-mobile-nav__close-line:first-child {
  transform: rotate(45deg);
}
.l-mobile-nav__close-line:last-child {
  transform: rotate(-45deg);
}
.l-mobile-nav__links {
  display: flex;
  flex-direction: column;
  padding: 80px 16px 0;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
.l-mobile-nav__link {
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 32px;
  border-bottom: 1px solid #505354;
  display: block;
}
.l-mobile-nav__link + .l-mobile-nav__link {
  padding-top: 32px;
}
.l-mobile-nav__link:first-child {
  color: #ffffff;
}

@media (max-width: 767px) {
  .l-mobile-nav {
    display: block;
  }
}
.l-footer {
  background-color: #05090a;
  position: relative;
}
.l-footer__inner {
  position: relative;
  width: 100%;
  height: 787px;
  overflow: hidden;
}
.l-footer__nav {
  position: absolute;
  top: 17.79%;
  left: 5.56%;
  right: 45%;
  display: flex;
  gap: 40px;
}
.l-footer__nav-col--1 {
  width: 150px;
}
.l-footer__nav-col--2 {
  width: 175px;
}
.l-footer__nav-col--3 {
  width: 150px;
}
.l-footer__nav-col--4 {
  width: 155px;
}
.l-footer__nav-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(197, 197, 197, 0.7);
  letter-spacing: 0.8px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.7);
  margin-bottom: 16px;
  white-space: nowrap;
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.l-footer__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #c5c5c5;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.l-footer__nav-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #c5c5c5;
  flex-shrink: 0;
}
.l-footer__side {
  position: absolute;
  top: 17.79%;
  right: 5.56%;
  width: 21.18%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.l-footer__side-item {
  position: relative;
}
.l-footer__side-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.l-footer__side-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #c5c5c5;
  letter-spacing: 0.8px;
}
.l-footer__side-arrow {
  width: 21px;
  height: 12px;
}
.l-footer__side-label {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px;
}
.l-footer__logo {
  position: absolute;
  top: 58.96%;
  right: 5.56%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.l-footer__logo-img {
  display: block;
  width: auto;
  height: 85px;
}
.l-footer__company {
  position: absolute;
  top: 70.27%;
  left: 5%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.l-footer__company-icon {
  width: 112px;
  height: auto;
  flex-shrink: 0;
}
.l-footer__company-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 6px;
}
.l-footer__company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #c5c5c5;
  letter-spacing: 0.9px;
  white-space: nowrap;
}
.l-footer__company-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #c5c5c5;
  letter-spacing: 0.7px;
  line-height: 1.75;
  font-style: normal;
}
.l-footer__bar {
  position: absolute;
  bottom: 0;
  left: 5.56%;
  right: 5.56%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.l-footer__copyright {
  font-family: "DIN 2014", "Orbitron", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.l-footer__copyright-mark {
  letter-spacing: 1.2px;
}
.l-footer__privacy {
  font-family: "DIN 2014", "Orbitron", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .l-footer__inner {
    height: auto;
    padding: 3.75rem 2.1875rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .l-footer__nav {
    position: static;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 60%;
  }
  .l-footer__nav-col {
    min-width: 120px;
  }
  .l-footer__nav-title {
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
  }
  .l-footer__nav-link {
    padding: 0.375rem 0;
  }
  .l-footer__side {
    position: static;
    width: 30%;
    gap: 2.5rem;
  }
  .l-footer__logo {
    position: static;
    width: 50%;
    margin: 0;
  }
  .l-footer__company {
    position: static;
    width: 45%;
  }
  .l-footer__company-name {
    font-size: 16px;
  }
  .l-footer__company-address {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .l-footer__bar {
    position: static;
    width: 100%;
    gap: 0.625rem;
    padding: 1.25rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-footer__privacy {
    font-size: 12px;
  }
  .l-footer__copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .l-footer__inner {
    height: auto;
    padding: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.125rem;
  }
  .l-footer__side {
    position: static;
    order: 1;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 2.1875rem 0;
    gap: 3.125rem;
  }
  .l-footer__side-item {
    width: 100%;
  }
  .l-footer__side-link {
    width: 100%;
  }
  .l-footer__side-label {
    text-align: right;
  }
  .l-footer__nav {
    position: static;
    order: 2;
    flex-direction: column;
    gap: 2.3125rem;
    width: 100%;
    padding: 0 2.1875rem 0;
  }
  .l-footer__nav-col {
    min-width: 175px;
  }
  .l-footer__nav-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(197, 197, 197, 0.7);
    margin-bottom: 1rem;
    line-height: 1;
  }
  .l-footer__nav-link {
    padding: 0;
    line-height: 1;
    border-bottom: none;
  }
  .l-footer__company {
    position: static;
    order: 3;
    width: 100%;
    padding: 0rem 2.1875rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .l-footer__company-icon {
    width: 112px;
  }
  .l-footer__company-name {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .l-footer__company-address {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .l-footer__company-info {
    align-items: flex-start;
    padding-top: 0;
    gap: 18px;
  }
  .l-footer__logo {
    position: static;
    order: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    padding: 0 1rem;
    gap: 14px;
  }
  .l-footer__logo-img {
    height: 2.8125rem;
    width: auto;
    text-align: left;
  }
  .l-footer__bar {
    position: static;
    order: 5;
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.625rem;
    margin-top: -2.125rem;
    padding: 1.25rem 1.375rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-footer__privacy {
    font-size: 12px;
    text-align: center;
  }
  .l-footer__copyright {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
  }
}
.c-viewmore {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}
.c-viewmore::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.c-viewmore__text {
  flex-shrink: 0;
}
.c-viewmore__arrow {
  width: 17px;
  height: 10px;
}
.c-viewmore:hover {
  opacity: 0.7;
}
.c-viewmore--dark {
  color: #141416;
}

.p-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-fv__deco-line {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #bbb;
  pointer-events: none;
  z-index: 10;
}
.p-fv__vertical-text {
  position: absolute;
  right: 1.25%;
  top: 197px;
  bottom: 40px;
  z-index: 10;
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.p-fv__title {
  position: absolute;
  bottom: 40px;
  left: 4.1667%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
.p-fv__title-line {
  display: block;
  height: 100px;
}
.p-fv__title-line:first-child {
  width: auto;
}
.p-fv__title-line:last-child {
  width: auto;
}

@media (max-width: 1200px) {
  .p-fv__vertical-text {
    top: 7.5rem;
    font-size: 10px;
    letter-spacing: 0.0625rem;
  }
  .p-fv__title {
    left: 1rem;
    bottom: 6.25rem;
    gap: 0.625rem;
  }
}
@media (max-width: 767px) {
  .p-fv {
    height: 100vh;
    min-height: 500px;
  }
  .p-fv__deco-line {
    display: block;
    left: 87.2%;
  }
  .p-fv__vertical-text {
    right: 3%;
    top: 7.5rem;
    font-size: 10px;
    letter-spacing: 0.0625rem;
  }
  .p-fv__title {
    left: 1rem;
    bottom: 3.15rem;
    gap: 0.625rem;
    align-items: start;
  }
  .p-fv__title-line {
    height: 44px;
  }
  .p-fv__title-line:first-child {
    width: auto;
    min-width: 0;
  }
  .p-fv__title-line:last-child {
    width: auto;
    min-width: 0;
  }
}
.p-about {
  position: relative;
  width: 100%;
  height: 800px;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
.p-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.p-about__photo {
  position: absolute;
  top: 0;
  width: 23.194%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.p-about__photo--left {
  left: 4.236%;
}
.p-about__photo--right {
  left: 72.639%;
}
.p-about__content {
  position: absolute;
  top: 0;
  left: 33.333%;
  width: 33.333%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 200px 0 40px;
}
.p-about__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 60px;
}
.p-about__title {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.p-about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #cccccc;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
  line-height: 32px;
  margin-bottom: 183px;
}
.p-about__viewmore {
  align-self: flex-end;
}
.p-about__photo-strip {
  display: none;
}

@media (max-width: 1200px) {
  .p-about {
    height: auto;
  }
  .p-about__photo {
    display: none;
  }
  .p-about__content {
    position: relative;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
    padding: 5rem 0 2.5rem;
  }
  .p-about__title {
    margin-bottom: 1.5rem;
    max-width: 480px;
  }
  .p-about__text {
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-about {
    height: 760px;
  }
  .p-about__bg {
    opacity: 0;
  }
  .p-about__photo {
    display: none;
  }
  .p-about__content {
    position: absolute;
    top: 4rem;
    left: 50%;
    width: 91.47%;
    height: auto;
    justify-content: flex-start;
    padding: 0;
  }
  .p-about__label {
    margin-bottom: 1.875rem;
  }
  .p-about__title {
    width: 249px;
    margin-bottom: 1.9rem;
  }
  .p-about__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    color: #cccccc;
    width: 343px;
    max-width: 100%;
    margin-bottom: 1.9rem;
  }
  .p-about__viewmore {
    align-self: flex-end;
  }
  .p-about__photo-strip {
    --photo-strip-top: 0;
    --photo-strip-height: 143px;
    --photo-strip-img-scale: 1;
    --photo-strip-img-x: 50%;
    --photo-strip-img-y: 50%;
    display: block;
    position: absolute;
    top: var(--photo-strip-top);
    left: 0;
    width: 100%;
    height: var(--photo-strip-height);
    overflow: hidden;
    z-index: 3;
  }
  .p-about__photo-strip--top {
    --photo-strip-top: 394px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .p-about__photo-strip--bottom {
    --photo-strip-top: 538px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .p-about__photo-strip picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-about__photo-strip-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--photo-strip-img-x) var(--photo-strip-img-y);
    transform: scale(var(--photo-strip-img-scale));
    transform-origin: var(--photo-strip-img-x) var(--photo-strip-img-y);
  }
}
.p-service {
  position: relative;
  width: 100%;
  background-color: #cccccc;
  padding: 164px 0 140px;
}
.p-service__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-service__deco-line--1 {
  left: 4.1667%;
}
.p-service__deco-line--2 {
  left: 27.431%;
}
.p-service__deco-line--3 {
  left: 72.569%;
}
.p-service__deco-line--4 {
  left: 95.833%;
}
.p-service__header {
  position: relative;
  z-index: 2;
  padding: 0 5.5556%;
  margin-bottom: 80px;
}
.p-service__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 24px;
}
.p-service__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
.p-service__title-line {
  display: block;
  height: auto;
  height: 55px;
}
.p-service__title-line:first-child {
  width: auto;
}
.p-service__title-line:last-child {
  width: auto;
  margin-left: 6.875%;
}
.p-service__body {
  display: flex;
  padding: 0 5.5556%;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
.p-service__sidebar {
  flex-shrink: 0;
  width: 10.764%;
  padding-top: 88px;
}
.p-service__sidebar-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
}
.p-service__sidebar-line {
  width: 140px;
  height: 1px;
  background-color: #111111;
  margin-bottom: 15px;
}
.p-service__sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1;
}
.p-service__sidebar-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  white-space: nowrap;
}
.p-service__sidebar-item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff600;
  flex-shrink: 0;
}
.p-service__description {
  max-width: 40.861%;
  margin-left: 15.889%;
}
.p-service__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2b2b2b;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
  line-height: 28px;
}
.p-service__text + .p-service__text {
  margin-top: 20px;
}
.p-service__viewmore {
  display: flex;
  align-self: flex-end;
  padding: 0;
  margin-left: 150px;
  position: relative;
  z-index: 2;
}
.p-service__photos {
  height: 341px;
  overflow: hidden;
  z-index: 2;
}
.p-service__photos-track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
  animation: service-marquee 20s linear infinite;
  will-change: transform;
}
.p-service__photo {
  height: 300px;
  width: auto;
  object-fit: cover;
  flex-shrink: 0;
}
.p-service__photos-track > .p-service__photo:nth-child(4n+1),
.p-service__photos-track > .p-service__photo:nth-child(4n+3) {
  margin-top: 41px;
}
@keyframes service-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 1200px) {
  .p-service {
    padding: 5rem 0 0;
  }
  .p-service__header {
    padding: 0 1rem;
  }
  .p-service__label {
    margin-bottom: 1.3125rem;
  }
  .p-service__title {
    gap: 0.625rem;
  }
  .p-service__body {
    padding: 0 1rem;
    margin-top: 1.25rem;
  }
  .p-service__text {
    font-size: 0.75rem;
    line-height: 1.5rem;
    letter-spacing: 0.0375rem;
  }
  .p-service__text + .p-service__text {
    margin-top: 1.25rem;
  }
  .p-service__sidebar-title {
    font-size: 12px;
  }
  .p-service__sidebar-list {
    gap: 1rem;
  }
  .p-service__sidebar-item {
    font-size: 12px;
  }
  .p-service__photos {
    margin-top: 3.125rem;
  }
}
@media (max-width: 767px) {
  .p-service {
    padding: 5rem 0 4rem;
    border-bottom: 1px solid #bbb;
  }
  .p-service__deco-line {
    display: none;
  }
  .p-service__header {
    padding: 0 1rem;
    margin-bottom: 0;
  }
  .p-service__label {
    margin-bottom: 1.3125rem;
  }
  .p-service__title {
    gap: 0.625rem;
    align-items: start;
  }
  .p-service__title-line {
    height: 24px;
  }
  .p-service__title-line:first-child {
    width: auto;
  }
  .p-service__title-line:last-child {
    width: auto;
    margin-left: 99px;
  }
  .p-service__body {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
    gap: 1.5rem;
  }
  .p-service__description {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    order: 1;
  }
  .p-service__text {
    font-size: 0.75rem;
    line-height: 1.5rem;
    letter-spacing: 0.0375rem;
    color: #111111;
    width: 100%;
    max-width: 100%;
    font-feature-settings: "palt" 1;
  }
  .p-service__text + .p-service__text {
    margin-top: 1.25rem;
  }
  .p-service__viewmore {
    padding: 0;
    margin: 0;
    order: 2;
  }
  .p-service__sidebar {
    width: 100%;
    order: 3;
    padding-top: 0;
  }
  .p-service__sidebar-title {
    font-size: 12px;
  }
  .p-service__sidebar-line {
    width: 140px;
  }
  .p-service__sidebar-list {
    gap: 1rem;
  }
  .p-service__sidebar-item {
    font-size: 12px;
  }
  .p-service__photos {
    height: 143px;
    margin-top: 3.125rem;
  }
  .p-service__photo {
    height: 127px;
    width: auto;
  }
  .p-service__photos-track > .p-service__photo:nth-child(4n+1),
  .p-service__photos-track > .p-service__photo:nth-child(4n+3) {
    margin-top: 16px;
  }
}
.p-works {
  position: relative;
  width: 100%;
  background-color: #cccccc;
  padding: 120px 0;
}
.p-works__separator {
  width: 100%;
  height: 0;
  background-color: transparent;
  margin-bottom: 120px;
}
.p-works__header {
  display: flex;
  align-items: flex-start;
  gap: 0 4.889%;
  padding: 0 4.1667%;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.p-works__header-left {
  flex-shrink: 0;
}
.p-works__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 21px;
}
.p-works__title {
  width: auto;
  height: auto;
  margin-bottom: 24px;
  display: block;
}
.p-works__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 40px;
  background-color: #fff600;
}
.p-works__subtitle-img {
  height: auto;
  width: 273px;
}
.p-works__header-right {
  padding-top: 53px;
  max-width: 42.181%;
  flex: 1;
}
.p-works__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2b2b2b;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
  line-height: 28px;
}
.p-works__line {
  width: calc(100% - 4.1667%);
  margin-left: 4.1667%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-top: 40px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.p-works__viewmore-wrap {
  display: flex;
  align-self: flex-end;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.p-works__cards {
  display: flex;
  gap: 1.389%;
  padding: 0 4.1667%;
  position: relative;
  z-index: 2;
}
.p-works__card {
  width: calc((100% - 1.389% * 2) / 3);
  flex-shrink: 0;
}
.p-works__card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1144 / 1430;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}
.p-works__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 10px;
}
.p-works__card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.p-works__card-location {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 0.7px;
  font-feature-settings: "palt" 1;
}
.p-works__card-date {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .p-works {
    padding: 5rem 0 3.75rem;
    overflow: hidden;
  }
  .p-works__separator {
    margin-bottom: 3.75rem;
  }
  .p-works__header {
    padding: 0 1rem;
  }
  .p-works__title {
    margin-bottom: 0.75rem;
  }
  .p-works__header-right {
    padding-top: 1.5rem;
  }
  .p-works__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-works__line {
    margin-top: 1.5rem;
  }
  .p-works__cards {
    gap: 2.5rem;
    padding: 0 1rem;
  }
  .p-works__card {
    width: calc((100% - 2.5rem * 2) / 3);
  }
  .p-works__card-title {
    font-size: 14px;
  }
  .p-works__card-location {
    font-size: 12px;
  }
  .p-works__card-date {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-works {
    padding: 3.75rem 0 5rem;
  }
  .p-works__separator {
    margin-bottom: 3.75rem;
  }
  .p-works__header {
    display: flex;
    flex-direction: column;
    padding: 0 1rem 1rem;
    gap: 1.875rem;
    margin-bottom: 3.125rem;
    border-bottom: 1px solid #bbb;
  }
  .p-works__header-left {
    width: 100%;
  }
  .p-works__label {
    margin-bottom: 30px;
  }
  .p-works__title {
    width: 116px;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .p-works__subtitle {
    width: 113px;
    height: 19px;
  }
  .p-works__subtitle-img {
    width: 110px;
  }
  .p-works__header-right {
    margin-left: 0;
    padding-top: 0;
    max-width: 100%;
  }
  .p-works__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    width: 343px;
    max-width: 100%;
  }
  .p-works__line {
    width: calc(100% - 1rem);
    margin-left: 1rem;
    margin-top: 1.5rem;
  }
  .p-works__viewmore-wrap {
    padding: 0;
    margin: 0;
  }
  .p-works__cards {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0 1rem;
  }
  .p-works__card {
    width: 100%;
  }
  .p-works__card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1144 / 1430;
    margin-bottom: 10px;
  }
  .p-works__card-title {
    font-size: 14px;
    line-height: 1;
  }
  .p-works__card-meta {
    padding-bottom: 10px;
    line-height: 1;
  }
  .p-works__card-location {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-works__card-date {
    font-size: 12px;
  }
}
.p-recruit {
  position: relative;
  width: 100%;
  height: 881px;
  background-color: #2e2e2e;
  overflow: hidden;
}
.p-recruit__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.07);
}
.p-recruit__deco-line--1 {
  left: 4.1667%;
}
.p-recruit__deco-line--2 {
  left: 27.431%;
}
.p-recruit__deco-line--3 {
  left: 72.569%;
}
.p-recruit__deco-line--4 {
  left: 95.833%;
}
.p-recruit__separator {
  display: none;
}
.p-recruit__content {
  position: relative;
  z-index: 2;
  padding: 140px 0 0 5.5556%;
  width: 34.722%;
  flex-shrink: 0;
}
.p-recruit__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 33px;
}
.p-recruit__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
  align-items: start;
}
.p-recruit__title-line {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  height: 42px;
}
.p-recruit__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
  line-height: 28px;
  margin-bottom: 80px;
  color: #ccc;
}
.p-recruit__photo {
  position: absolute;
  right: 4.1667%;
  top: 114px;
  width: 55.556%;
  height: 567px;
  object-fit: cover;
  z-index: 1;
}
.p-recruit__marquee {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3;
}
.p-recruit__marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 20s linear infinite;
}
.p-recruit__marquee-text {
  font-family: "Orbitron", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: #fff600;
  text-transform: uppercase;
  padding-right: 60px;
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1200px) {
  .p-recruit {
    height: auto;
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-recruit__content {
    padding: 5rem 1rem 2rem;
    width: 45%;
  }
  .p-recruit__photo {
    position: relative;
    top: auto;
    right: auto;
    width: 50%;
    height: 400px;
    margin-left: auto;
    margin-top: 5rem;
  }
  .p-recruit__label {
    margin-bottom: 1.5rem;
  }
  .p-recruit__title {
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
  .p-recruit__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    margin-bottom: 1.5rem;
  }
  .p-recruit__marquee {
    bottom: 5rem;
    width: 100%;
    z-index: 3;
  }
  .p-recruit__marquee-text {
    font-size: 2.5rem;
    padding-right: 1.875rem;
  }
}
@media (max-width: 767px) {
  .p-recruit {
    height: 703px;
  }
  .p-recruit__deco-line {
    display: none;
  }
  .p-recruit__separator {
    display: block;
    position: absolute;
    top: 359px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 3;
  }
  .p-recruit__content {
    padding: 5rem 1rem 0;
    width: 100%;
  }
  .p-recruit__label {
    margin-bottom: 1.5rem;
  }
  .p-recruit__title {
    gap: 0.625rem;
    margin-bottom: 1.5rem;
  }
  .p-recruit__title-line {
    max-width: 280px;
    height: 24px;
  }
  .p-recruit__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    width: 343px;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .p-recruit__photo {
    position: absolute;
    top: 380px;
    left: 1rem;
    right: auto;
    width: 100%;
    max-width: calc(100% - 2rem);
    height: 200px;
  }
  .p-recruit__marquee {
    position: absolute;
    bottom: 1rem;
    z-index: 3;
  }
  .p-recruit__marquee-text {
    font-size: 2.5rem;
    padding-right: 1.875rem;
  }
}
.p-about-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.p-about-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.p-about-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.7);
  z-index: 1;
}
.p-about-hero__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-about-hero__deco-line--1 {
  left: 4.1667%;
}
.p-about-hero__deco-line--2 {
  left: 27.431%;
}
.p-about-hero__deco-line--3 {
  left: 72.569%;
}
.p-about-hero__deco-line--4 {
  left: 95.833%;
}
.p-about-hero__hline {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-about-hero__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-about-hero__title {
  position: absolute;
  top: 16%;
  left: 5.5556%;
  width: 26.389%;
  height: auto;
}
.p-about-hero__content {
  position: absolute;
  bottom: 10%;
  left: 5.5556%;
}
.p-about-hero__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-about-hero__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
  letter-spacing: 0.9px;
  font-feature-settings: "palt" 1;
}
.p-about-hero__menu {
  position: absolute;
  bottom: 10%;
  right: 17.5%;
  z-index: 3;
}
.p-about-hero__menu-label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.p-about-hero__menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-about-hero__menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-about-hero__menu-arrow {
  width: 5px;
  height: 10px;
  transform: rotate(90deg);
}
.p-about-hero__menu-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-decoration: none;
  font-feature-settings: "palt" 1;
}

.p-about-vision {
  position: relative;
  width: 100%;
  background-color: #cccccc;
  overflow: hidden;
}
.p-about-vision__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-about-vision__deco-line--1 {
  left: 4.1667%;
}
.p-about-vision__deco-line--2 {
  left: 27.431%;
}
.p-about-vision__deco-line--3 {
  left: 72.569%;
}
.p-about-vision__deco-line--4 {
  left: 95.833%;
}
.p-about-vision__header {
  display: flex;
  justify-content: space-between;
  padding: 100px 5.5556% 0;
  position: relative;
  z-index: 2;
}
.p-about-vision__header-left {
  flex-shrink: 0;
  max-width: 48.333%;
}
.p-about-vision__header-right {
  padding-top: 156px;
}
.p-about-vision__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 24px;
}
.p-about-vision__title {
  display: block;
}
.p-about-vision__title-img {
  display: block;
  width: 100%;
  max-width: 696px;
  height: auto;
}
.p-about-vision__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 28px;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
}
.p-about-vision__cards {
  display: flex;
  gap: 3px;
  position: relative;
  padding: 96px 60px 0;
  margin: 0 auto;
  z-index: 2;
}
.p-about-vision__card {
  position: relative;
  flex: 1;
  height: 349px;
  overflow: hidden;
}
.p-about-vision__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about-vision__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.p-about-vision__card-content {
  position: relative;
  z-index: 2;
  padding: 165px 30px 0;
}
.p-about-vision__card-label {
  display: block;
  height: 40px;
  width: auto;
  margin-bottom: 30px;
}
.p-about-vision__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 0.8px;
  max-width: 257px;
  font-feature-settings: "palt" 1;
}
.p-about-vision__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-about-philosophy {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  background-color: #cccccc;
  overflow: hidden;
}
.p-about-philosophy__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-about-philosophy__deco-line--1 {
  left: 4.1667%;
}
.p-about-philosophy__deco-line--2 {
  left: 95.833%;
}
.p-about-philosophy__header {
  position: relative;
  z-index: 2;
  padding: 120px 5.5556% 0;
}
.p-about-philosophy__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 16px;
}
.p-about-philosophy__title {
  display: block;
  width: 13.75%;
  min-width: 160px;
  height: 42px;
}
.p-about-philosophy__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 90px;
  margin-top: 60px;
  margin-left: 19.444%;
  margin-right: 5.5556%;
  z-index: 2;
}
.p-about-philosophy__item {
  max-width: 500px;
  display: flex;
  flex-direction: column;
}
.p-about-philosophy__item-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.p-about-philosophy__number {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 1.2px;
  flex-shrink: 0;
  margin-left: 16px;
}
.p-about-philosophy__item-title {
  display: block;
  height: 23px;
  width: auto;
  flex: 1;
  min-width: 0;
}
.p-about-philosophy__item-title img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
}
.p-about-philosophy__item-line {
  width: 100%;
  max-width: 500px;
  height: 1px;
  background-color: #111111;
  margin-bottom: 16px;
}
.p-about-philosophy__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 28px;
  letter-spacing: 0.7px;
  width: 100%;
  max-width: 500px;
  font-feature-settings: "palt" 1;
}

.p-about-sustain {
  position: relative;
  width: 100%;
  height: 949px;
  background-color: #3e3e3e;
  backdrop-filter: blur(20px);
  overflow: hidden;
}
.p-about-sustain__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-about-sustain__deco-line--1 {
  left: 4.1667%;
}
.p-about-sustain__deco-line--2 {
  left: 73.264%;
}
.p-about-sustain__deco-line--3 {
  left: 95.833%;
}
.p-about-sustain__deco-line--4 {
  left: 28.125%;
  top: 0;
  bottom: auto;
  height: 259px;
}
.p-about-sustain__hline {
  position: absolute;
  top: 259px;
  left: 4.1667%;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-about-sustain__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 5.5556%;
  position: relative;
  z-index: 2;
  padding-top: 150px;
}

.p-about-sustain__header-right {
  max-width: 45.181%;
  /* padding-top: 150px; */
}
.p-about-sustain__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-about-sustain__title {
  display: block;
  width: 27.569%;
  min-width: 280px;
  height: 42px;
}
.p-about-sustain__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 0.8px;
  font-feature-settings: "palt" 1;
}
.p-about-sustain__photos {
  position: absolute;
  top: 299px;
  left: 0;
  width: 100%;
  height: 650px;
  z-index: 2;
}
.p-about-sustain__photo {
  position: absolute;
  object-fit: cover;
}
.p-about-sustain__photo--large {
  left: 5.5556%;
  top: 0;
  width: 43.75%;
  height: 500px;
}
.p-about-sustain__photo--medium {
  right: 5.5556%;
  top: 0;
  width: 27.292%;
  height: 234px;
}
.p-about-sustain__photo--small {
  left: 50.694%;
  top: 254px;
  width: 21.181%;
  height: 246px;
}

@media (max-width: 1200px) {
  .p-about-hero__body {
    padding: 5.9375rem 1rem 2rem;
  }
  .p-about-hero__menu {
    margin-top: 2.375rem;
  }
  .p-about-hero__menu-label {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 1.25rem;
  }
  .p-about-hero__menu-list {
    gap: 0.9375rem;
  }
  .p-about-hero__menu-link {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-about-hero__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
  }
  .p-about-hero__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-about-vision__header {
    padding: 5rem 3rem 0;
  }
  .p-about-vision__label {
    margin-bottom: 1.75rem;
  }
  .p-about-vision__title {
    gap: 0.625rem;
  }
  .p-about-vision__title-line {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
  .p-about-vision__header-right {
    padding-top: 1.875rem;
  }
  .p-about-vision__desc {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-about-vision__cards {
    padding: 3.75rem 3rem 0rem;
    gap: 1.25rem;
  }
  .p-about-vision__card-content {
    padding: 9.5rem 0.9375rem 1rem;
  }
  .p-about-vision__card-label {
    margin-bottom: 1rem;
  }
  .p-about-vision__card-text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-about-philosophy__header {
    padding: 4.625rem 3rem 0;
  }
  .p-about-philosophy__label {
    margin-bottom: 1rem;
  }
  .p-about-philosophy__grid {
    margin-top: 105px;
    padding: 0 1rem;
    gap: 3.75rem;
  }
  .p-about-philosophy__number {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-about-philosophy__item-text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-about-sustain__hline {
    margin-top: 1.875rem;
  }
  .p-about-sustain__header {
    padding: 9rem 4rem 0;
  }
  .p-about-sustain__header-right {
    /* padding-top: 1.875rem; */
  }
  .p-about-sustain__label {
    margin-bottom: 1.5rem;
  }
  .p-about-sustain__desc {
    font-size: 12px;
    line-height: 1.75rem;
    letter-spacing: 0.6px;
  }
  .p-about-sustain__photos {
    padding: 1.875rem 0.875rem 0;
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .p-about-hero {
    height: 547px;
    min-height: 0;
  }
  .p-about-hero__deco-line {
    display: none;
  }
  .p-about-hero__hline {
    display: none;
  }
  .p-about-hero__body {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5.9375rem 1rem 2rem;
  }
  .p-about-hero__title {
    position: static;
    width: 264px;
  }
  .p-about-hero__menu {
    position: static;
    margin-top: 2.375rem;
  }
  .p-about-hero__menu-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1.2px;
    margin-bottom: 1.25rem;
  }
  .p-about-hero__menu-list {
    gap: 0.9375rem;
  }
  .p-about-hero__menu-link {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1;
  }
  .p-about-hero__menu-arrow {
    width: 10px;
    height: 10px;
  }
  .p-about-hero__content {
    position: static;
    margin-top: auto;
  }
  .p-about-hero__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
  }
  .p-about-hero__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-about-vision {
    height: auto;
    padding-bottom: 0;
  }
  .p-about-vision__deco-line {
    display: none;
  }
  .p-about-vision__header {
    flex-direction: column;
    padding: 5rem 1rem 0;
  }
  .p-about-vision__header-left {
    max-width: 100%;
  }
  .p-about-vision__label {
    margin-bottom: 1.75rem;
  }
  .p-about-vision__title {
    gap: 0.625rem;
  }
  .p-about-vision__title-line {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
  .p-about-vision__header-right {
    max-width: 100%;
    padding-top: 1.875rem;
  }
  .p-about-vision__desc {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    width: 343px;
    max-width: 100%;
  }
  .p-about-vision__cards {
    position: relative;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    padding: 3.75rem 0.78125rem 0;
    gap: 1.25rem;
  }
  .p-about-vision__card {
    width: 100%;
    max-width: 100%;
    height: 279px;
  }
  .p-about-vision__card-content {
    padding: 9.5rem 0.9375rem 1rem;
    width: 100%;
  }
  .p-about-vision__card-label {
    height: 24px;
    margin-bottom: 1rem;
  }
  .p-about-vision__card-text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-about-philosophy {
    height: auto;
    padding-bottom: 5rem;
  }
  .p-about-philosophy__deco-line {
    display: none;
  }
  .p-about-philosophy__header {
    padding: 4.625rem 1rem 0;
  }
  .p-about-philosophy__label {
    margin-bottom: 1rem;
  }
  .p-about-philosophy__title {
    width: 113px;
    min-width: 0;
  }
  .p-about-philosophy__grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2.5rem 0.925rem 0;
    gap: 3.75rem;
  }
  .p-about-philosophy__item {
    max-width: 100%;
    width: 100%;
  }
  .p-about-philosophy__item-head {
    margin-bottom: 1rem;
  }
  .p-about-philosophy__number {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1;
  }
  .p-about-philosophy__item-title {
    height: 20px;
  }
  .p-about-philosophy__item-line {
    width: 100%;
    max-width: 100%;
  }
  .p-about-philosophy__item-text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    max-width: 100%;
  }
  .p-about-sustain {
    height: auto;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
  }
  .p-about-sustain__deco-line {
    display: none;
  }
  .p-about-sustain__hline {
    display: block;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    order: 2;
    margin: 0;
  }
  .p-about-sustain__header {
    flex-direction: column;
    padding: 5rem 1rem 1.875rem;
    order: 1;
  }
  .p-about-sustain__photos {
    order: 3;
  }
  .p-about-sustain__header-left {
    padding-top: 0;
  }
  .p-about-sustain__header-right {
    max-width: 100%;
    padding-top: 1.875rem;
  }
  .p-about-sustain__label {
    margin-bottom: 1.5rem;
  }
  .p-about-sustain__title {
    width: 227px;
    min-width: 0;
  }
  .p-about-sustain__desc {
    font-size: 12px;
    line-height: 1.75rem;
    letter-spacing: 0.6px;
  }
  .p-about-sustain__photos {
    position: relative;
    top: auto;
    height: auto;
    padding: 1.875rem 0.875rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .p-about-sustain__photo {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
  }
  .p-about-sustain__photo--large {
    width: 100%;
    height: 204px;
  }
  .p-about-sustain__photo--medium {
    width: 66%;
    height: 174px;
    align-self: flex-end;
  }
  .p-about-sustain__photo--small {
    width: 50%;
    height: 139px;
  }
}
.p-service-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.p-service-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.p-service-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.7);
  z-index: 1;
}
.p-service-hero__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-service-hero__deco-line--1 {
  left: 4.1667%;
}
.p-service-hero__deco-line--2 {
  left: 27.431%;
}
.p-service-hero__deco-line--3 {
  left: 72.569%;
}
.p-service-hero__deco-line--4 {
  left: 95.833%;
}
.p-service-hero__hline {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-service-hero__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-service-hero__title {
  position: absolute;
  top: 15%;
  left: 5.5556%;
  width: 15.139%;
  height: auto;
}
.p-service-hero__content {
  position: absolute;
  bottom: 10%;
  left: 5.5556%;
}
.p-service-hero__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-service-hero__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
  letter-spacing: 0.9px;
  font-feature-settings: "palt" 1;
}
.p-service-hero__menu {
  position: absolute;
  bottom: 10%;
  right: 4.5%;
  z-index: 3;
}
.p-service-hero__menu-label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.p-service-hero__menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-service-hero__menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-service-hero__menu-arrow {
  width: 5px;
  height: 10px;
  transform: rotate(90deg);
}
.p-service-hero__menu-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-decoration: none;
  font-feature-settings: "palt" 1;
}

.p-service-strength {
  position: relative;
  width: 100%;
  height: 1369px;
  background-color: #cccccc;
  overflow: hidden;
}
.p-service-strength__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-service-strength__deco-line--1 {
  left: 4.861%;
}
.p-service-strength__deco-line--2 {
  left: 28.125%;
}
.p-service-strength__deco-line--3 {
  left: 73.264%;
}
.p-service-strength__deco-line--4 {
  left: 96.528%;
}
.p-service-strength__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 5.5556% 0;
  position: relative;
  z-index: 2;
}
.p-service-strength__header-left {
  flex-shrink: 0;
}
.p-service-strength__header-right {
  max-width: 39.236%;
  padding-top: 45px;
}
.p-service-strength__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 16px;
}
.p-service-strength__title {
  display: block;
  width: 346px;
  height: 42px;
}
.p-service-strength__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 28px;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
}
.p-service-strength__cards {
  position: absolute;
  top: 279px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.p-service-strength__card {
  position: absolute;
  width: 400px;
}
.p-service-strength__card--01 {
  left: 6.25%;
  top: 0;
}
.p-service-strength__card--02 {
  left: 36.458%;
  top: 60px;
}
.p-service-strength__card--03 {
  left: 66.667%;
  top: 120px;
}
.p-service-strength__card-photo {
  width: 400px;
  height: 500px;
  object-fit: cover;
  display: block;
}
.p-service-strength__card-label {
  display: block;
  height: 24px;
  width: auto;
  margin-top: 20px;
}
.p-service-strength__card-line {
  width: 100%;
  max-width: 400px;
  height: 1px;
  background-color: #2e2e2e;
  margin: 12px 0 20px;
}
.p-service-strength__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 28px;
  letter-spacing: 0.75px;
  max-width: 400px;
  font-feature-settings: "palt" 1;
}

.p-service-detail {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.p-service-detail__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.p-service-detail__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(61, 61, 61, 0.5) 64%),
    linear-gradient(90deg, rgba(25, 25, 25, 0.6) 0%, rgba(25, 25, 25, 0.6) 100%);
  z-index: 1;
}
.p-service-detail__content {
  position: relative;
  z-index: 2;
  max-width: 577px;
  margin-left: auto;
  padding: 187px 0 60px 0;
  margin-right: 90px;
}
.p-service-detail__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-service-detail__title {
  display: block;
  height: 42px;
  width: auto;
  margin-bottom: 32px;
}
.p-service-detail__title--01 {
  width: 299px;
}
.p-service-detail__title--02 {
  width: 294px;
}
.p-service-detail__title--03 {
  width: 448px;
}
.p-service-detail__title--04 {
  width: 498px;
}
.p-service-detail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
}

@media (max-width: 1200px) {
  .p-service-hero__body {
    padding: 5.1875rem 1rem 2rem;
  }
  .p-service-hero__menu {
    margin-top: 1.5rem;
  }
  .p-service-hero__menu-label {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
  }
  .p-service-hero__menu-list {
    gap: 0.625rem 1.75rem;
  }
  .p-service-hero__menu-link {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-service-hero__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
  }
  .p-service-hero__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-service-strength__header {
    padding: 5rem 1rem 0;
  }
  .p-service-strength__header-right {
    padding-top: 1rem;
  }
  .p-service-strength__desc {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-service-strength {
    height: auto;
    padding-bottom: 5rem;
  }
  .p-service-strength__cards {
    position: relative;
    top: auto;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 2.5rem 1rem 0;
  }
  .p-service-strength__card {
    position: relative;
    left: auto !important;
    top: auto !important;
    flex: 1;
    min-width: 0;
    width: auto;
  }
  .p-service-strength__card--02 {
    margin-top: 60px;
  }
  .p-service-strength__card--03 {
    margin-top: 120px;
  }
  .p-service-strength__card-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }
  .p-service-strength__card-label {
    margin-top: 0.75rem;
  }
  .p-service-strength__card-text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    width: 100%;
    max-width: 100%;
  }
  .p-service-detail{
    height: 500px;
  }
  .p-service-detail__title {
    margin-bottom: 1.5rem;
  }
  .p-service-detail__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
  }
  .p-service-detail__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 767px) {
  .p-service-hero {
    height: 547px;
    min-height: 0;
  }
  .p-service-hero__deco-line {
    display: none;
  }
  .p-service-hero__hline {
    display: none;
  }
  .p-service-hero__body {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5.1875rem 1rem 2rem;
  }
  .p-service-hero__title {
    position: static;
    width: 151px;
    height: 32px;
  }
  .p-service-hero__menu {
    position: static;
    margin-top: 1.5rem;
  }
  .p-service-hero__menu-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
    line-height: 1;
  }
  .p-service-hero__menu-list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.625rem 1.75rem;
  }
  .p-service-hero__menu-link {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-service-hero__menu-arrow {
    width: 10px;
    height: 10px;
  }
  .p-service-hero__content {
    position: static;
    margin-top: auto;
  }
  .p-service-hero__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
  }
  .p-service-hero__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-service-strength {
    height: auto;
    padding-bottom: 3.75rem;
  }
  .p-service-strength__deco-line {
    display: none;
  }
  .p-service-strength__header {
    flex-direction: column;
    padding: 5rem 1rem 0;
  }
  .p-service-strength__header-right {
    max-width: 100%;
    padding-top: 1.85rem;
  }
  .p-service-strength__title {
    width: 200px;
    height: 24px;
  }
  .p-service-strength__desc {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    width: 100%;
    max-width: 100%;
  }
  .p-service-detail{
    height: 500px;
  }
  .p-service-strength__cards {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    padding: 2.5rem 1rem 0;
  }
  .p-service-strength__card {
    position: relative;
    left: auto !important;
    top: auto !important;
    margin-top: 0 !important;
    width: 100%;
    max-width: 100%;
  }
  .p-service-strength__card-line {
    margin: 12px 0px;
  }
  .p-service-strength__card-photo {
    width: 100%;
    max-width: 100%;
    height: 279px;
    object-fit: cover;
  }
  .p-service-strength__card-label {
    height: 20px;
    margin-top: 1.25rem;
  }
  .p-service-strength__card-text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    width: 100%;
    max-width: 100%;
  }
  .p-service-detail {
    height: auto;
  }
  .p-service-detail__overlay {
    background: linear-gradient(
      90deg,
      rgba(25, 25, 25, 0.6) 0%,
      rgba(25, 25, 25, 0.6) 100%
    );
  }
  .p-service-detail__content {
    max-width: 100%;
    margin-left: 0;
    padding: 6rem 1rem 2.5rem;
    width: 100%;
  }
  .p-service-detail__title {
    height: 24px;
    max-width: 80%;
    margin-bottom: 1.25rem;
  }
  .p-service-detail__title--01,
  .p-service-detail__title--02,
  .p-service-detail__title--03,
  .p-service-detail__title--04 {
    width: auto;
    max-width: 80%;
  }
  .p-service-detail__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 1.25rem;
  }
  .p-service-detail__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
    width: 100%;
  }
}
.p-company-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.p-company-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.p-company-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.7);
  z-index: 1;
}
.p-company-hero__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-company-hero__deco-line--1 {
  left: 4.1667%;
}
.p-company-hero__deco-line--2 {
  left: 27.431%;
}
.p-company-hero__deco-line--3 {
  left: 72.569%;
}
.p-company-hero__deco-line--4 {
  left: 95.833%;
}
.p-company-hero__hline {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-company-hero__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-company-hero__title {
  position: absolute;
  top: 15%;
  left: 5.5556%;
  width: 15.139%;
  height: auto;
}
.p-company-hero__content {
  position: absolute;
  bottom: 10%;
  left: 5.5556%;
}
.p-company-hero__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-company-hero__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
  letter-spacing: 0.9px;
  font-feature-settings: "palt" 1;
}
.p-company-hero__menu {
  position: absolute;
  bottom: 10%;
  right: 7.5%;
  z-index: 3;
}
.p-company-hero__menu-label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1;
}
.p-company-hero__menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-company-hero__menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-company-hero__menu-arrow {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}
.p-company-hero__menu-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-decoration: none;
  font-feature-settings: "palt" 1;
}

.p-company-content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 140px 0 84px;
  background-color: #cccccc;
  overflow: hidden;
}
.p-company-content__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-company-content__deco-line--1 {
  left: 4.1667%;
}
.p-company-content__deco-line--2 {
  left: 95.833%;
}
.p-company-content__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
  color: #000;
}
.p-company-content__separator {
  width: min(83.333%, 1200px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-left: max(13.056%, calc((100% - 1440px) / 2 + 188px));
}
.p-company-content__message {
  display: grid;
  grid-template-columns: 450px minmax(0, 670px);
  column-gap: 72px;
  width: min(83.333%, 1200px);
  max-width: 1200px;
  margin-left: max(13.056%, calc((100% - 1440px) / 2 + 188px));
  padding: 0;
  align-items: flex-start;
}
.p-company-content__message-left {
  flex-shrink: 0;
  margin-left: 0;
  padding-right: 20px;
}
.p-company-content__message-left .p-company-content__label {
  margin-bottom: 30px;
}
.p-company-content__message-title {
  display: block;
  width: 343px;
  max-width: 100%;
  height: 42px;
}
.p-company-content__message-photo {
  display: block;
  width: 450px;
  max-width: 100%;
  height: 500px;
  margin-top: 40px;
  object-fit: cover;
  object-position: center;
}
.p-company-content__message-right {
  width: 670px;
  max-width: 670px;
  margin-top: 279px;
}
.p-company-content__message-names {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 60px;
}
.p-company-content__message-names picture {
  display: block;
}
.p-company-content__message-names picture:nth-child(2) {
  margin-left: 0;
}
.p-company-content__message-name {
  display: block;
  width: 100%;
  height: 24px;
  object-fit: contain;
  object-position: left center;
}
.p-company-content__message-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1.6;
  letter-spacing: 0.8px;
  font-feature-settings: "palt" 1;
}
.p-company-content__overview {
  width: 100%;
  margin-top: 234px;
}
.p-company-content__overview-body {
  display: grid;
  grid-template-columns: 343px minmax(0, 650px);
  column-gap: 179px;
  width: min(83.333%, 1200px);
  max-width: 1200px;
  margin-left: max(13.056%, calc((100% - 1440px) / 2 + 188px));
}
.p-company-content__overview-header {
  padding: 25px 0 0;
}
.p-company-content__overview-title {
  display: block;
  width: 199px;
  height: 42px;
}
.p-company-content__table {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}
.p-company-content__table-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.p-company-content__table-row:last-child {
  border-bottom: none;
}
.p-company-content__table-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b;
  width: 320px;
  padding: 30px 0;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  line-height: 1.6;
}
.p-company-content__table-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1.6;
  padding: 30px 0;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  line-height: 1.6;
}
.p-company-content__table tr:first-child .p-company-content__table-label,
.p-company-content__table tr:first-child .p-company-content__table-value {
  padding-top: 0;
}
.p-company-content__building {
  margin-top: 88px;
  margin-left: max(13.056%, calc((100% - 1440px) / 2 + 188px));
  width: min(86.944%, 1252px);
}
.p-company-content__building-img {
  display: block;
  width: 100%;
  height: 332px;
  object-fit: cover;
}
.p-company-content__partner {
  display: grid;
  grid-template-columns: 343px minmax(0, 650px);
  column-gap: 179px;
  width: min(83.333%, 1200px);
  max-width: 1200px;
  margin-left: max(13.056%, calc((100% - 1440px) / 2 + 188px));
  margin-top: 120px;
}
.p-company-content__partner .p-company-content__separator {
  grid-column: 1 / -1;
  width: 100%;
  margin-left: 0;
}
.p-company-content__partner-header {
  grid-column: 1;
  padding: 25px 0 0;
}
.p-company-content__partner-title {
  display: block;
  width: 249px;
  height: 42px;
}
.p-company-content__partner-grid {
  grid-column: 2;
  width: 100%;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.p-company-content__partner-card {
  background-color: #ffffff;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-company-content__partner-logo {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.p-company-access {
  position: relative;
  width: 100%;
  height: 892px;
  overflow: hidden;
}
.p-company-access__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.p-company-access__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.7);
  z-index: 1;
}
.p-company-access__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-company-access__deco-line--1 {
  left: 4.1667%;
}
.p-company-access__deco-line--2 {
  left: 27.431%;
}
.p-company-access__deco-line--3 {
  left: 72.569%;
}
.p-company-access__deco-line--4 {
  left: 95.833%;
}
.p-company-access__header {
  position: absolute;
  top: 140px;
  left: 5.5556%;
  z-index: 2;
}
.p-company-access__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-company-access__title {
  display: block;
  width: 206px;
  height: 42px;
}
.p-company-access__map-wrap {
  position: absolute;
  top: 277px;
  left: 5.5556%;
  width: 88.889%;
  z-index: 2;
}
.p-company-access__map {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}
.p-company-access__address {
  position: absolute;
  top: 747px;
  right: 5.5556%;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
.p-company-access__pin {
  width: 16px;
  height: auto;
  flex-shrink: 0;
}
.p-company-access__address-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
}

@media (max-width: 1200px) {
  .p-company-content {
    height: auto;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
  .p-company-content__message {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: none;
    margin-left: 0;
  }
  .p-company-content__overview {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .p-company-content__overview-body {
    display: flex;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-left: 0;
  }
  .p-company-content__overview-header {
    flex-shrink: 0;
  }
  .p-company-content__table {
    position: relative;
    top: auto;
    left: auto;
    flex: 1;
    width: auto;
  }
  .p-company-content__building {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 2.5rem auto 0;
  }
  .p-company-content__partner {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    max-width: none;
    margin-left: 0;
  }
  .p-company-hero__body {
    padding: 5.1875rem 1rem 2rem;
  }
  .p-company-hero__menu {
    margin-top: 1.5rem;
  }
  .p-company-hero__menu-label {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
  }
  .p-company-hero__menu-list {
    gap: 0.625rem 1.75rem;
  }
  .p-company-hero__menu-link {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-company-hero__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
  }
  .p-company-hero__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-company-content__separator {
    width: 100%;
    margin-left: 0;
  }
  .p-company-content__message {
    padding: 3.75rem 3rem 3rem;
    top: 0px;
  }
  .p-company-content__message-left {
    width: min(100%, 450px);
    margin-bottom: 2.5rem;
    margin-left: 0;
  }
  .p-company-content__message-left .p-company-content__label {
    margin-bottom: 16px;
  }
  .p-company-content__message-names {
    margin-bottom: 1.875rem;
  }
  .p-company-content__message-text {
    font-size: 12px;
    line-height: 1.5rem;
  }
  .p-company-content__message-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 450 / 500;
  }
  .p-company-content__overview-header {
    padding: 1.5625rem 3rem 0;
  }
  .p-company-content__overview-body {
    display: flex;
    align-items: flex-start;
  }
  .p-company-content__table {
    margin: 1.25rem 3rem 0 1rem;
  }
  .p-company-content__table-label,
  .p-company-content__table-value {
    font-size: 0.875rem;
    padding: 0.75rem 0;
  }
  .p-company-content__table-label {
    width: 9rem;
  }
  .p-company-content__building {
    margin-top: 2.5rem;
    padding: 0;
  }
  .p-company-content__partner {
    margin-top: 2.5rem;
  }
  .p-company-content__partner-header {
    padding: 1.5625rem 3rem 0;
  }
  .p-company-content__partner-grid {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 2.5rem 3rem 0;
  }
  .p-company-access {
    padding-bottom: 3.75rem;
  }
  .p-company-access__header {
    padding: 1rem;
  }
  .p-company-access__map-wrap {
    margin: 1rem 1rem 0;
  }
  .p-company-access__address {
    margin: 1rem 1rem 0;
  }
  .p-company-access__address-text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-company-content__message-right{
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .p-company-hero {
    height: 547px;
    min-height: 0;
  }
  .p-company-content__label{
    margin-bottom: 1.5rem;
  }
  .p-company-hero__deco-line {
    display: none;
  }
  .p-company-hero__hline {
    display: none;
  }
  .p-company-hero__body {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5.1875rem 1rem 2rem;
  }
  .p-company-hero__title {
    position: static;
    width: 151px;
    height: 32px;
  }
  .p-company-hero__menu {
    position: static;
    margin-top: 1.5rem;
  }
  .p-company-hero__menu-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
  }
  .p-company-hero__menu-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.75rem;
  }
  .p-company-hero__menu-link {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-company-hero__menu-arrow {
    width: 10px;
    height: 10px;
  }
  .p-company-hero__content {
    position: static;
    margin-top: auto;
  }
  .p-company-hero__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
  }
  .p-company-hero__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-company-content {
    height: auto;
    padding-bottom: 5rem;
  }
  .p-company-content__deco-line {
    display: none;
  }
  .p-company-content__separator {
    width: 100%;
    margin-left: 0rem;
  }
  .p-company-content__message {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    padding: 5rem 1rem 0;
  }
  .p-company-content__table tr:first-child .p-company-content__table-label, .p-company-content__table tr:first-child .p-company-content__table-value {
    padding-top: 1.25rem;
  }
  .p-company-content__message-left {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0;
    margin-bottom: 3.75rem;
  }
  .p-company-content__message-name{
    height: 20px;
  }
  .p-company-content__message-title {
    width: 200px;
    max-width: 100%;
    height: auto;
  }
  .p-company-content__message-photo {
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
  }
  .p-company-content__message-right {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
  .p-company-content__message-names {
    flex-direction: column;
    margin-bottom: 1.875rem;
    gap: 10px;
  }
  .p-company-content__message-names picture:nth-child(2) {
    margin-left: 0;
  }
  .p-company-content__message-text {
    font-size: 12px;
    line-height: 1.5rem;
    width: 100%;
    max-width: 100%;
  }
  .p-company-content__overview {
    position: relative;
    top: auto;
    margin-top: 3.75rem;
  }
  .p-company-content__overview-body {
    flex-direction: column;
    gap: 1rem;
  }
  .p-company-content__overview-header {
    padding: 1.5625rem 1rem 0;
  }
  .p-company-content__overview-title {
    width: 113px;
    height: auto;
  }
  .p-company-content__table {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 2rem);
    margin: 1.25rem 1rem 0;
  }
  .p-company-content__table-label,
  .p-company-content__table-value {
    font-size: 0.75rem;
    line-height: 24px;
  }
  .p-company-content__table-label {
    width: 5rem;
    padding: 1.25rem 0;
  }
  .p-company-content__table-value {
    padding: 1.25rem 0;
  }
  .p-company-content__table-row:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  .p-company-content__table-row:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .p-company-content__building {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 3.125rem;
    padding: 0;
  }
  .p-company-content__building-img {
    height: 200px;
  }
  .p-company-content__partner {
    position: relative;
    top: auto;
    margin-top: 5rem;
  }
  .p-company-content__partner-header {
    padding: 1.5625rem 1rem 0;
  }
  .p-company-content__partner-title {
    width: 142px;
    height: auto;
  }
  .p-company-content__partner-grid {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 2rem);
    margin: 2.5rem 1rem 0;
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
  }
  .p-company-content__partner-card {
    height: 94px;
  }
  .p-company-access {
    height: auto;
    padding-bottom: 3.75rem;
  }
  .p-company-access__deco-line {
    display: none;
  }
  .p-company-access__header {
    position: relative;
    top: auto;
    left: auto;
    padding: 4.5rem 1rem 1.5rem;
  }
  .p-company-access__title {
    width: 117px;
    height: auto;
  }
  .p-company-access__map-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 2rem);
    margin: 1rem 1rem 0;
  }
  .p-company-access__map {
    height: 200px;
  }
  .p-company-access__address {
    position: relative;
    top: auto;
    right: auto;
    margin: 1rem 1rem 0;
    justify-content: flex-end;
  }
  .p-company-access__address-text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-company-access__pin{
    width: 10px;
  }
}
.p-works-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.p-works-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.p-works-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.7);
  z-index: 1;
}
.p-works-hero__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-works-hero__deco-line--1 {
  left: 4.1667%;
}
.p-works-hero__deco-line--2 {
  left: 27.431%;
}
.p-works-hero__deco-line--3 {
  left: 72.569%;
}
.p-works-hero__deco-line--4 {
  left: 95.833%;
}
.p-works-hero__hline {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.p-works-hero__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-works-hero__title {
  position: absolute;
  top: 16%;
  left: 5.5556%;
  width: 217px;
  height: 46px;
}
.p-works-hero__content {
  position: absolute;
  bottom: 10%;
  left: 5.5556%;
}
.p-works-hero__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-works-hero__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.75;
  letter-spacing: 0.9px;
  font-feature-settings: "palt" 1;
}
.p-works-hero__menu {
  position: absolute;
  bottom: 27.25%;
  right: 17.5%;
  z-index: 3;
}
.p-works-hero__menu-label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.p-works-hero__menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-works-hero__menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-works-hero__menu-arrow {
  width: 5px;
  height: 10px;
  transform: rotate(90deg);
}
.p-works-hero__menu-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-decoration: none;
  font-feature-settings: "palt" 1;
}

.p-works-grid {
  position: relative;
  width: 100%;
  background-color: #cccccc;
}
.p-works-grid__inner {
  padding: 120px 4.1667% 120px;
}
.p-works-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 20px;
}
.p-works-grid__card {
  border-bottom: 1px solid #2b2b2b;
}
.p-works-grid__card-img {
  width: 100%;
  aspect-ratio: 1144 / 1430;
  overflow: hidden;
}
.p-works-grid__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-works-grid__card-body {
  padding: 16px 0 10px;
}
.p-works-grid__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 8px;
}
.p-works-grid__card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-works-grid__card-location {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 0.7px;
  font-feature-settings: "palt" 1;
}
.p-works-grid__card-date {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #2e2e2e;
  letter-spacing: 1.2px;
}
.p-works-grid__pager {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 48px;
  margin-top: 80px;
}
.p-works-grid__pager-prev {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  text-decoration: none;
}
.p-works-grid__pager-prev .p-works-grid__pager-arrow {
  transform: rotate(180deg);
}
.p-works-grid__pager-next {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Orbitron", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  text-decoration: none;
}
.p-works-grid__pager-arrow {
  width: 5px;
  height: 10px;
}
.p-works-grid__pager-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-works-grid__pager-num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  text-decoration: none;
}
.p-works-grid__pager-num.is-current {
  color: #fff600;
}
.p-works-grid__pager-dots {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #2b2b2b;
}

@media (max-width: 1200px) {
  .p-works-hero__body {
    padding: 5.1875rem 1rem 2rem;
  }
  .p-works-hero__menu {
    margin-top: 1.5rem;
  }
  .p-works-hero__menu-label {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
  }
  .p-works-hero__menu-list {
    gap: 0.625rem 1.75rem;
  }
  .p-works-hero__menu-link {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-works-hero__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
  }
  .p-works-hero__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-works-grid__inner {
    padding: 3.75rem 1rem;
  }
  .p-works-grid__card-title {
    font-size: 14px;
  }
  .p-works-grid__card-location {
    font-size: 12px;
  }
  .p-works-grid__card-date {
    font-size: 12px;
  }
  .p-works-grid__pager {
    gap: 1rem;
    margin-top: 3.75rem;
  }
  .p-works-grid__pager-prev,
  .p-works-grid__pager-next {
    font-size: 12px;
  }
  .p-works-grid__pager-num {
    font-size: 12px;
  }
  .p-works-grid__pager-dots {
    font-size: 12px;
  }
  .p-works-grid__pager-list {
    gap: 0.75rem;
  }
}
@media (max-width: 767px) {
  .p-works-hero {
    height: 547px;
    min-height: 0;
  }
  .p-works-hero__deco-line {
    display: none;
  }
  .p-works-hero__hline {
    display: none;
  }
  .p-works-hero__body {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5.1875rem 1rem 2rem;
  }
  .p-works-hero__title {
    position: static;
    width: 150px;
    height: auto;
  }
  .p-works-hero__menu {
    position: static;
    margin-top: 1.5rem;
  }
  .p-works-hero__menu-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
  }
  .p-works-hero__menu-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem 1.75rem;
  }
  .p-works-hero__menu-link {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-works-hero__menu-arrow {
    width: 5px;
    height: 10px;
  }
  .p-works-hero__content {
    position: static;
    margin-top: auto;
  }
  .p-works-hero__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    margin-bottom: 0.5rem;
  }
  .p-works-hero__text {
    font-size: 12px;
    line-height: 1.5rem;
    letter-spacing: 0.6px;
  }
  .p-works-grid__inner {
    padding: 5rem 1rem;
  }
  .p-works-grid__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .p-works-grid__card-img {
    aspect-ratio: 1144 / 1430;
  }
  .p-works-grid__card-title {
    font-size: 14px;
  }
  .p-works-grid__card-location {
    font-size: 12px;
  }
  .p-works-grid__card-date {
    font-size: 12px;
  }
  .p-works-grid__pager {
    gap: 1rem;
    margin-top: 3.75rem;
    justify-content: center;
  }
  .p-works-grid__pager-prev,
  .p-works-grid__pager-next {
    font-size: 12px;
  }
  .p-works-grid__pager-num {
    font-size: 12px;
  }
  .p-works-grid__pager-dots {
    font-size: 12px;
  }
  .p-works-grid__pager-list {
    gap: 0.75rem;
  }
}
.p-contact-form {
  position: relative;
  min-height: 1010px;
  background-color: #2e2e2e;
  padding-top: 170px;
  padding-bottom: 80px;
}
.p-contact-form__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-contact-form__deco-line--1 {
  left: 4.1667%;
}
.p-contact-form__deco-line--2 {
  left: 27.431%;
}
.p-contact-form__deco-line--3 {
  left: 72.569%;
}
.p-contact-form__deco-line--4 {
  left: 95.833%;
}
.p-contact-form__inner {
  position: relative;
  display: flex;
  gap: 134px;
  padding-left: 5.5556%;
  padding-right: 5.5556%;
}
.p-contact-form__heading {
  flex-shrink: 0;
  width: 298px;
}
.p-contact-form__label {
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
}
.p-contact-form__title {
  display: block;
  width: 298px;
  height: 42px;
}
.p-contact-form__body {
  flex: 1;
  margin-top: 3.125rem;
}
.p-contact-form__field {
  display: flex;
  align-items: flex-start;
  gap: 19px;
  margin-bottom: 32px;
}
.p-contact-form__field p{
  width: 100%;
  display: flex;
  align-items: start;
}
.p-contact-form__field-label {
  flex-shrink: 0;
  width: 140px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.p-contact-form__privacy p{
  display: flex;

}
.p-contact-form__required {
  color: #fff600;
  margin-left: 4px;
}
.p-contact-form__input {
  flex: 1;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  background: #1e1e1e;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  outline: none;
  transition: border-color 0.3s;
}
.p-contact-form__input:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.p-contact-form__textarea {
  width: 100%;
  height: 240px;
  padding: 12px 16px;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  background: #1e1e1e;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  resize: vertical;
  outline: none;
  transition: border-color 0.3s;
}
.p-contact-form__textarea:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.p-contact-form__privacy {
  margin-top: 32px;
  margin-left: 159px;
}
.p-contact-form__privacy-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-contact-form__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.p-contact-form__checkbox-custom {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  background: #1e1e1e;
  margin-right: 10px;
  position: relative;
  transition: border-color 0.3s;
}
.p-contact-form__checkbox:checked + .p-contact-form__checkbox-custom::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-contact-form__privacy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}
.p-contact-form__privacy-link {
  color: #fff600;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-contact-form__privacy-link:hover {
  opacity: 0.7;
}
.p-contact-form__submit {
  margin-top: 82px;
  margin-left: 159px;
}
.p-contact-form__submit .c-viewmore {
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-contact-form {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .p-contact-form__inner {
    gap: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-contact-form__label {
    font-size: 0.625rem;
  }
  .p-contact-form__field {
    margin-bottom: 1.5rem;
  }
  .p-contact-form__field-label {
    font-size: 12px;
  }
  .p-contact-form__privacy-text {
    font-size: 12px;
  }
  .p-contact-form__submit {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .p-contact-form {
    padding-top: 2rem;
    padding-bottom: 5rem;
    min-height: auto;
  }
  .p-contact-form__deco-line {
    display: none;
  }
  .p-contact-form__inner {
    margin-top: 3rem;
    flex-direction: column;
    gap: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-contact-form__heading {
    width: 100%;
    position: relative;
  }
  .p-contact-form__heading::after {
    content: "";
    position: absolute;
    bottom: -1.25rem;
    left: -1rem;
    right: -1rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
  .p-contact-form__label {
    font-size: 0.625rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
  }
  .p-contact-form__title {
    width: 229px;
    max-width: 100%;
    height: auto;
  }
  .p-contact-form__body {
    max-width: 100%;
    margin-top: 0;
  }
  .p-contact-form__field {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 1.875rem;
  }
  .p-contact-form__field-label {
    width: 100%;
    padding-top: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .p-contact-form__input {
    width: 343px;
    max-width: 100%;
    height: 46px;
    padding: 10px 10px;
  }
  .p-contact-form__textarea {
    width: 343px;
    max-width: 100%;
    height: 240px;
  }
  .p-contact-form__privacy {
    margin-left: 0;
  }
  .p-contact-form__checkbox-custom {
    margin-right: 15px;
  }
  .p-contact-form__privacy-text {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .p-contact-form__submit {
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .p-contact-form__submit .c-viewmore {
    font-size: 12px;
  }
}

/* ==========================================================================
   Contact Form 7 スタイル調整
   ========================================================================== */

/* CF7ラッパーのデフォルトマージンをリセット */
.p-contact-form__body .wpcf7 {
  margin: 0;
}

/* フィールド内の wpcf7-form-control-wrap を flex で伸ばす */
.p-contact-form__field .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 0;
}

/* wrap 内の input を幅 100% に */
.p-contact-form__field .wpcf7-form-control-wrap .p-contact-form__input {
  width: 100%;
}

/* バリデーション失敗時の枠色 */
.p-contact-form__input.wpcf7-not-valid,
.p-contact-form__textarea.wpcf7-not-valid {
  border-color: #ff6b6b;
}

/* バリデーションエラーメッセージ */
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #ff6b6b;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.5px;
}

/* フォームステータスメッセージ */
.p-contact-form__body .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border-width: 1px;
  border-style: solid;
}
.p-contact-form__body .wpcf7-mail-sent-ok {
  color: #4caf50;
  border-color: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}
.p-contact-form__body .wpcf7-validation-errors,
.p-contact-form__body .wpcf7-mail-sent-ng,
.p-contact-form__body .wpcf7-spam-blocked {
  color: #ff6b6b;
  border-color: #ff6b6b;
  background: rgba(255, 107, 107, 0.1);
}

/* acceptance チェックボックス:
   CF7 が <span.wpcf7-acceptance><label><input></label></span> と囲むため
   元の position:absolute/opacity:0 を上書きして native checkbox をカスタムスタイルで表示 */
.p-contact-form__privacy .wpcf7-acceptance .p-contact-form__checkbox {
  position: static;
  opacity: 1;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  background: #1e1e1e;
  margin-right: 10px;
  cursor: pointer;
  transition: border-color 0.3s;
  vertical-align: middle;
  display: inline-block;
}
.p-contact-form__privacy .wpcf7-acceptance .p-contact-form__checkbox:checked {
  border-color: rgba(255, 255, 255, 0.5);
}
.p-contact-form__privacy .wpcf7-acceptance .p-contact-form__checkbox:checked::before {
  content: "";
  display: block;
  position: relative;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* CF7 acceptance 内の label をフレックスに */
.p-contact-form__privacy .wpcf7-acceptance > label {
  display: inline-flex;
  align-items: center;
}
.p-contact-form__privacy .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: middle;
}

/* privacy-label のネスト構造に対応 */
.p-contact-form__privacy-label {
  align-items: center;
  gap: 0;
}

/* submit ボタン: input[type=submit] は子要素・::after が使えないため
   background-image で矢印を、border-bottom で下線を再現 */
.p-contact-form__submit input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3333 0C11.3333 0.53 11.8525 1.32143 12.3781 1.98571C13.0539 2.84286 13.8614 3.59071 14.7872 4.16143C15.4813 4.58929 16.3228 5 17 5M17 5C16.3228 5 15.4806 5.41071 14.7872 5.83857C13.8614 6.41 13.0539 7.15786 12.3781 8.01357C11.8525 8.67857 11.3333 9.47143 11.3333 10M17 5H0' stroke='%23CCCCCC'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 17px 10px;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 0 24px 10px 0;
  width: 150px;
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: opacity 0.3s;
  text-align: left;
  display: inline-block;
}
.p-contact-form__submit input[type="submit"]:hover {
  opacity: 0.7;
}

/* 送信中スピナー非表示 */
.p-contact-form__body .wpcf7 .ajax-loader {
  display: none;
}

.p-privacy {
  position: relative;
  background-color: #2e2e2e;
  padding-top: 120px;
  padding-bottom: 120px;
}
.p-privacy__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-privacy__deco-line--1 {
  left: 4.1667%;
}
.p-privacy__deco-line--2 {
  left: 27.431%;
}
.p-privacy__deco-line--3 {
  left: 72.569%;
}
.p-privacy__deco-line--4 {
  left: 95.833%;
}
.p-privacy__header {
  position: relative;
  padding-left: 4.1667%;
  padding-bottom: 60px;
}
.p-privacy__title {
  font-family: "Orbitron", sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 12px;
}
.p-privacy__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.p-privacy__content {
  position: relative;
  padding-left: 27.43%;
  padding-right: 4.1667%;
}
.p-privacy__separator {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 48px;
}
.p-privacy__intro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #c5c5c5;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
  line-height: 28px;
  max-width: 985px;
  margin-bottom: 56px;
}
.p-privacy__section {
  max-width: 985px;
  margin-bottom: 48px;
}
.p-privacy__section:last-child {
  margin-bottom: 0;
}
.p-privacy__section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}
.p-privacy__section-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #c5c5c5;
  letter-spacing: 0.75px;
  font-feature-settings: "palt" 1;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .p-privacy {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
  .p-privacy__header {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
  }
  .p-privacy__title {
    font-size: 2rem;
  }
  .p-privacy__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-privacy__separator {
    margin-bottom: 2rem;
  }
  .p-privacy__intro {
    margin-bottom: 2.5rem;
  }
  .p-privacy__section {
    margin-bottom: 2.5rem;
  }
  .p-privacy__section-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .p-privacy {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
  .p-privacy__header {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
  }
  .p-privacy__title {
    font-size: 2rem;
  }
  .p-privacy__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .p-privacy__separator {
    margin-bottom: 2rem;
  }
  .p-privacy__intro {
    margin-bottom: 2.5rem;
  }
  .p-privacy__section {
    margin-bottom: 2.5rem;
  }
  .p-privacy__section-title {
    font-size: 1.25rem;
  }
}

.p-works-detail {
  position: relative;
  background: #ccc;
  padding-top: 180px;
  padding-bottom: 120px;
}
.p-works-detail__deco-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1372px;
  background: rgba(0, 0, 0, 0.1);
}
.p-works-detail__deco-line--left {
  left: 4.17%;
}
.p-works-detail__deco-line--right {
  left: 95.83%;
}
.p-works-detail__inner {
  display: flex;
  width: 100%;
  padding: 0 5.56%;
  gap: 0;
}
.p-works-detail__info {
  width: 34%;
  flex-shrink: 0;
}
.p-works-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 400;
  color: #111;
  line-height: 1.4;
  margin: 0 0 84px;
}
.p-works-detail__label {
  font-family: "Orbitron", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.p-works-detail__separator {
  width: 305px;
  max-width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
.p-works-detail__data {
  margin: 0;
}
.p-works-detail__data-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
.p-works-detail__data-row:last-child {
  margin-bottom: 0;
}
.p-works-detail__data-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 0.3px;
  width: 108px;
  flex-shrink: 0;
}
.p-works-detail__data-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.3px;
  margin: 0;
}
.p-works-detail__photos {
  flex: 1;
  margin-top: 9rem;
}
.p-works-detail__photo-section {
  margin-bottom: 80px;
}
.p-works-detail__photo-section:last-child {
  margin-bottom: 0;
}
.p-works-detail__photo-label {
  font-family: "Orbitron", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.p-works-detail__photo-wrap {
  width: 100%;
  aspect-ratio: 847/635;
  overflow: hidden;
}
.p-works-detail__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-works-detail__back {
  display: flex;
  margin-top: 80px;
  padding-left: 36%;
}
.p-works-detail__back-link {
  display: flex;
  align-items: center;
  gap: 71px;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
}
.p-works-detail__back-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 1px;
  background: #111;
}
.p-works-detail__back-arrow {
  width: 17px;
  height: 10px;
  transform: rotate(180deg);
}
.p-works-detail__back-text {
  font-family: "Orbitron", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 1200px) {
  .p-works-detail {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
  .p-works-detail__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .p-works-detail__label {
    font-size: 12px;
  }
  .p-works-detail__data-row {
    margin-bottom: 1.5rem;
  }
  .p-works-detail__data-label {
    font-size: 12px;
  }
  .p-works-detail__data-value {
    font-size: 12px;
  }
  .p-works-detail__photos {
    margin-top: 4.6rem;
  }
  .p-works-detail__photo-section {
    margin-bottom: 2.5rem;
  }
  .p-works-detail__photo-label {
    font-size: 12px;
  }
  .p-works-detail__back {
    margin-top: 3.75rem;
  }
}
@media (max-width: 767px) {
  .p-works-detail {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
  .p-works-detail__deco-line {
    display: none;
  }
  .p-works-detail__inner {
    flex-direction: column;
    padding: 0 1rem;
  }
  .p-works-detail__info {
    width: 100%;
    margin-bottom: 3.125rem;
  }
  .p-works-detail__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    line-height: 1;
  }
  .p-works-detail__label {
    font-size: 12px;
  }
  .p-works-detail__separator {
    width: 50%;
    margin-bottom: 0.875rem;
  }
  .p-works-detail__data-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.5rem;
  }
  .p-works-detail__data-label {
    font-size: 12px;
  }
  .p-works-detail__data-value {
    font-size: 12px;
  }
  .p-works-detail__photos {
    width: 100%;
    margin-top: 0;
  }
  .p-works-detail__photo-section {
    margin-bottom: 2.5rem;
  }
  .p-works-detail__photo-wrap {
    width: 343px;
    max-width: 100%;
    aspect-ratio: auto;
  }
  .p-works-detail__photo {
    width: 100%;
    height: 257px;
  }
  .p-works-detail__photo-label {
    font-size: 12px;
  }
  .p-works-detail__back {
    margin-top: 3.125rem;
    justify-content: end;
    padding: 0 1rem;
  }
}

.p-contact-thanks {
  position: relative;
  min-height: 800px;
  background-color: #2e2e2e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact-thanks__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-contact-thanks__deco-line--1 {
  left: 4.1667%;
}
.p-contact-thanks__deco-line--2 {
  left: 27.431%;
}
.p-contact-thanks__deco-line--3 {
  left: 72.569%;
}
.p-contact-thanks__deco-line--4 {
  left: 95.833%;
}
.p-contact-thanks__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  max-width: 830px;
  width: 100%;
  padding: 178px 0 90px;
}
.p-contact-thanks__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 100%;
}
.p-contact-thanks__heading {
  font-family: "Orbitron", sans-serif;
  font-size: 120px;
  font-weight: 400;
  font-style: italic;
  color: #fff600;
  letter-spacing: 6px;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.p-contact-thanks__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-align: center;
  font-feature-settings: "palt" 1;
  margin: 0;
}
.p-contact-thanks__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.8px;
  line-height: 1.6;
  text-align: center;
  font-feature-settings: "palt" 1;
}
.p-contact-thanks__body p {
  margin: 0;
}
.p-contact-thanks__back {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-contact-thanks {
    min-height: 600px;
  }
  .p-contact-thanks__inner {
    gap: 3.75rem;
    padding: 8.125rem 1rem 5rem;
  }
  .p-contact-thanks__text-block {
    gap: 2.5rem;
  }
  .p-contact-thanks__heading {
    font-size: 5rem;
    letter-spacing: 4px;
  }
  .p-contact-thanks__subtitle {
    font-size: 1.25rem;
  }
  .p-contact-thanks__body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-contact-thanks {
    min-height: auto;
  }
  .p-contact-thanks__deco-line {
    display: none;
  }
  .p-contact-thanks__inner {
    gap: 3.75rem;
    padding: 8.125rem 1rem 5rem;
  }
  .p-contact-thanks__text-block {
    gap: 2rem;
  }
  .p-contact-thanks__heading {
    font-size: 3rem;
    letter-spacing: 3px;
  }
  .p-contact-thanks__subtitle {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
  }
  .p-contact-thanks__body {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.p-404 {
  position: relative;
  min-height: 800px;
  background-color: #2e2e2e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-404__deco-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-404__deco-line--1 {
  left: 4.1667%;
}
.p-404__deco-line--2 {
  left: 27.431%;
}
.p-404__deco-line--3 {
  left: 72.569%;
}
.p-404__deco-line--4 {
  left: 95.833%;
}
.p-404__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  width: 100%;
  padding: 178px 0 90px;
}
.p-404__text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.p-404__heading {
  font-family: "Orbitron", sans-serif;
  font-size: 80px;
  font-weight: 400;
  font-style: italic;
  color: #fff600;
  letter-spacing: 4px;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.p-404__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.05px;
  line-height: 1.75;
  text-align: center;
  font-feature-settings: "palt" 1;
}
.p-404__body p {
  margin: 0;
}
.p-404__back {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-404 {
    min-height: 600px;
  }
  .p-404__inner {
    gap: 3.75rem;
    padding: 8.125rem 1rem 5rem;
  }
  .p-404__text-block {
    gap: 3rem;
  }
  .p-404__heading {
    font-size: 3.5rem;
    letter-spacing: 3px;
  }
  .p-404__body {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .p-404 {
    min-height: auto;
  }
  .p-404__deco-line {
    display: none;
  }
  .p-404__inner {
    gap: 3.75rem;
    padding: 8.125rem 1rem 5rem;
  }
  .p-404__text-block {
    gap: 2.5rem;
  }
  .p-404__heading {
    font-size: 2.25rem;
    letter-spacing: 2px;
  }
  .p-404__body {
    font-size: 15px;
    letter-spacing: 0.8px;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-sp-only {
  display: none;
}

.u-pc-only {
  display: block;
}

@media (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
  .u-pc-only {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

.wpcf7-list-item{
  margin: 0;
}
