<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.p-header {
  aspect-ratio: 1920 / 461;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
}
.p-header a {
  transition: 0.5s;
}
.p-header__nav-item:hover p  {
  border-bottom: 1px solid;
  margin-bottom: -1px;
}
.p-header__box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  z-index: 100;
    position: relative;
}
.p-header__logo {
  width: 10.5%;
  padding-top: 3.5rem;
}
.p-header__logo a {
  display: block;
}
.p-header__logo img {
  aspect-ratio: 329 / 184;
  object-fit: cover;
}
.p-header__nav {
  transition: ease .4s;
}
.p-header__nav.panelactive{
  opacity: 0;
}
.p-header__nav-list {
  padding-top: 5rem;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  font-weight: 400;
  color: #fff;
  height: 100%;
}
.p-header__nav-item {
  display: flex;
  flex-direction: column;  
  align-items: flex-end;
  font-size: clamp(0.75rem, 0.179rem + 0.89vw, 1.25rem);
}
.p-header__nav-modal-wrap {
  position: relative;
}
.p-header__nav-modal-wrap:hover .p-header__nav-modal{
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.p-header__nav-modal {
  white-space: nowrap;
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
  position: absolute;
  top: 0;
  right: 6rem;
  transform: rotateX(90deg);
  opacity: 0;
  max-width: 400px;
  visibility: hidden;
  transition: .5s;
}
.p-header__nav-modal-title--main {
  display: flex;
  align-items: center;
}
.p-header__nav-modal-title--main::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #AA6969;
    border-right: 2px solid #AA6969;
  margin-left: 0.5rem;
    transform: rotate(135deg);
    transition: .3s;
}
.p-header__nav-modal-title a {
}
.p-header__nav-modal-item {
  padding: 1rem 1rem 0 1rem;
    position: relative;
    display: block;
    line-height: 1;
}
.p-header__nav-modal-item:hover p  {
  border-bottom: 1px solid;
  margin-bottom: -1px;
}

.p-header__item {
  top: 1rem;
  right: 48px;
  position: fixed;
  z-index: 10000;
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
}
.p-header__contact {
  position: relative;
  z-index: 10000;
}
.p-header__contact a {
  display: block;
  padding: 0.5rem;
  background-color: #fff;
  color: #5D5D5D;
  border-radius: 24px;
  font-size: clamp(0.75rem, 0.654rem + 0.39vw, 1.125rem);
}
.p-header__contact a:hover {
  background-color: #5D5D5D;
  color: #fff;
}

@media screen and (max-width: 1439px) {
  .p-header__nav-list {
  padding-top: 5rem;
  display: flex;
  row-gap: 0.5rem;
  flex-direction: column;
  font-weight: 400;
  color: #fff;
  height: 100%;
}
}

@media screen and (max-width: 1023px) {
  .p-header {
    position: absolute;
}
  .p-header-bg::before {
  background-image: url("https://sign1020.jp/system_panel/uploads/images/20241221155727618316.svg");
  aspect-ratio: 390 / 59;
}
  .p-header__nav {
    display: none;
  }
  .p-header__logo {
    padding-top: 2rem;
  width: 30%;
    max-width: 108px;
}
  .DownMove {
  background-color: unset;
}
  .p-header__item {
  top: 0.75rem;
  right: 1.25rem;
  column-gap: 1.25rem;
}
  
}</pre></body></html>