@charset "UTF-8";
/*
Theme Name: 株式会社PLUS ONE
Description: リフォーム・店舗内装の建設会社サイト（テンプレ●ベース／黒×イエロー×黒リスキン）
Version: 1.0
*/
:root {
  --bk:#0b0b0c;
  --bk2:#141416;
  --bk3:#1c1c1f;
  --wh:#ffffff;
  --off:#f3f2ee;
  --yl:#ffd400;
  --yl2:#ffe24d;
  --gray:#9a9a9e;
  --line:rgba(255,255,255,.12);
  --line-dk:rgba(0,0,0,.12);
  --ff-disp:"Anton",sans-serif;
  --ff-en:"Archivo",sans-serif;
  --ff-jp:"Noto Sans JP",sans-serif;
  --pad:clamp(20px,5vw,90px);
}

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

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  font-family: var(--ff-jp);
  background: var(--bk);
  color: var(--wh);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

ul {
  list-style: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.en {
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.disp {
  font-family: var(--ff-disp);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.92;
}

.maxw {
  max-width: 1280px;
  margin: 0 auto;
}

.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel-link {
    cursor: auto;
    pointer-events: auto;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.in, .reveal.scroll-in {
  opacity: 1;
  transform: none;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-up {
  transition: 1.4s ease-out;
  transform: translateY(40px);
  opacity: 0;
}

.fade-up.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

.fade-left {
  transition: 1.4s ease-out;
  transform: translateX(-60px);
  opacity: 0;
}

.fade-left.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

.fade-right {
  transition: 1.4s ease-out;
  transform: translateX(60px);
  opacity: 0;
}

.fade-right.delighter.started {
  transform: translateX(0);
  opacity: 1;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--yl);
}

.tag::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--yl);
}

.ph {
  position: relative;
  background: repeating-linear-gradient(135deg, #161618 0 14px, #1b1b1e 14px 28px);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ph::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-top: 2px solid var(--yl);
  border-left: 2px solid var(--yl);
  z-index: 2;
}

.ph::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid var(--yl);
  border-right: 2px solid var(--yl);
  z-index: 2;
}

.ph span {
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--gray);
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
  z-index: 1;
}

.ph .cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 26px;
  background: var(--yl);
  color: #000;
  position: relative;
  overflow: hidden;
  transition: color 0.35s;
  border: 1px solid var(--yl);
  cursor: pointer;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--wh);
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.btn:hover::before {
  transform: none;
}

.btn.ghost {
  background: transparent;
  color: var(--wh);
  border-color: var(--line);
}

.btn.ghost::before {
  background: var(--yl);
}

.btn.ghost:hover {
  color: #000;
  border-color: var(--yl);
}

.btn i {
  position: relative;
  z-index: 2;
  font-style: normal;
}

.sec {
  padding: clamp(70px, 10vw, 150px) var(--pad);
  position: relative;
}

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, 6vw, 80px);
}

.sec-head h2 {
  font-size: clamp(28px, 3.6vw, 52px);
  font-weight: 900;
  line-height: 1.25;
}

.sec-head h2 .yl {
  color: var(--yl);
}

.sec-head .big-en {
  font-family: var(--ff-disp);
  font-size: clamp(60px, 9vw, 150px);
  line-height: 0.85;
  color: rgba(255, 255, 255, 0.06);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.intro {
  max-width: 760px;
  margin: 0 auto clamp(40px, 6vw, 80px);
  text-align: center;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  color: #dcdcde;
}

.lower {
  position: relative;
  min-height: 54svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
  padding-top: 74px;
  margin-bottom: 0;
}

.lower .ph {
  position: absolute;
  inset: 0;
  border: none;
  opacity: 0.5;
}

.lower .ph span, .lower .ph::before, .lower .ph::after {
  display: none;
}

.lower .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.45));
}

.lower .slash {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: var(--yl);
  z-index: 2;
}

.lower .inner {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad);
}

.lower .inner .en {
  display: block;
  font-family: var(--ff-disp);
  font-style: normal;
  font-size: clamp(56px, 11vw, 170px);
  line-height: 0.85;
  color: var(--wh);
  text-transform: uppercase;
}

.lower .inner h1 {
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 900;
  color: var(--yl);
  margin-top: 0.3em;
  letter-spacing: 0.06em;
}

.lower_headline, .lower-headline {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  margin-bottom: 30px;
  color: var(--wh);
  background: none;
  border: none;
  padding: 0;
}

.lower_headline::before, .lower-headline::before {
  content: "";
  width: 8px;
  height: 1.1em;
  background: var(--yl);
}

.lower_headline .en, .lower-headline .en {
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--gray);
  text-transform: uppercase;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--bk);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, visibility 0.6s;
}

.loading.active {
  opacity: 1;
  visibility: visible;
}

.loading .loading_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 24px;
}

.loading .loadingText {
  font-family: var(--ff-disp);
  font-size: clamp(40px, 9vw, 110px);
  letter-spacing: 0.02em;
  color: var(--wh);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading .loadingText b {
  color: var(--yl);
}

.loading .loadinglogo {
  width: auto;
  height: clamp(60px, 14vw, 150px);
  animation: 0.9s flashing infinite;
}

@keyframes flashing {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.spinner-box {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-box .pulse-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinner-box .pulse-bubble {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--yl);
}

.pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}

.pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.back-to-top {
  display: none;
  position: fixed;
  z-index: 850;
  right: 3%;
  bottom: 6%;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  background: rgba(20, 20, 22, 0.8);
  color: var(--wh);
  border-radius: 0;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top i {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.back-to-top:hover {
  background: var(--yl);
  color: #000;
  border-color: var(--yl);
}

.back-to-top::before {
  display: none;
}

.topBtnSp {
  display: none !important;
}

.rail {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 800;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .rail {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .rail {
    display: none;
  }
}

.rail a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: rgba(20, 20, 22, 0.8);
  border: 1px solid var(--line);
  color: var(--wh);
  font-size: 0.95rem;
  transition: 0.3s;
}

.rail a:hover {
  background: var(--yl);
  color: #000;
}

#lightbox, #modal-container {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.93);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  padding: 6vh 6vw;
}

#lightbox.open {
  opacity: 1;
  visibility: visible;
}

#modal-container {
  display: none;
  opacity: 1;
  visibility: visible;
}

#lightbox img, #modal-container img {
  max-width: 100%;
  max-height: 88vh;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.82);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);
  border: 1px solid var(--line);
}

#lightbox.open img {
  transform: scale(1);
}

#modal-container div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lbclose, #modal-container .close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 1.5rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
}

.lbclose:hover, #modal-container .close:hover {
  background: var(--yl);
  color: #000;
  border-color: var(--yl);
}

#modal-container .close span:first-child {
  transform: rotate(45deg);
}

#modal-container .close span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: currentColor;
}

#modal-container .close span:last-child {
  transform: rotate(-45deg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: rgba(11, 11, 12, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  padding: 0 clamp(16px, 2.4vw, 34px);
}

.brand .brandlogo {
  width: auto;
  height: clamp(28px, 3.4vw, 46px);
}

.brand .mark {
  font-family: var(--ff-disp);
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.02em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.18em;
  color: var(--wh);
}

.mark i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.78em;
  height: 0.78em;
  background: var(--yl);
  font-style: normal;
  text-indent: -9999px;
  overflow: hidden;
}

.mark i::before, .mark i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}

.mark i::before {
  width: 0.44em;
  height: 0.1em;
}

.mark i::after {
  width: 0.1em;
  height: 0.44em;
}

.nav {
  display: flex;
  align-items: stretch;
}

.nav .links {
  display: flex;
  align-items: stretch;
}

.nav .links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 0 clamp(10px, 1.2vw, 22px);
  font-weight: 700;
  font-size: 0.82rem;
  position: relative;
  transition: color 0.3s;
}

.nav .links a small {
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 700;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  color: var(--gray);
  text-transform: uppercase;
  transition: color 0.3s;
}

.nav .links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 0;
  height: 2px;
  background: var(--yl);
  transform: translateX(-50%);
  transition: width 0.3s;
}

.nav .links a:hover, .nav .links a.is-current {
  color: var(--yl);
}

.nav .links a:hover small, .nav .links a.is-current small {
  color: var(--yl);
}

.nav .links a.is-current::after, .nav .links a:hover::after {
  width: 22px;
}

.nav .tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 clamp(14px, 1.5vw, 26px);
  background: var(--bk2);
  border-left: 1px solid var(--line);
}

.nav .tel small {
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 700;
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  color: var(--gray);
}

.nav .tel b {
  font-family: var(--ff-en);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

.nav .tel b a {
  color: var(--wh);
  pointer-events: none;
}

.nav .cta {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0 clamp(16px, 1.6vw, 28px);
  background: var(--yl);
  color: #000;
  font-weight: 900;
  font-size: 0.82rem;
  transition: background 0.3s;
}

.nav .cta:hover {
  background: var(--wh);
}

@media screen and (max-width: 1024px) {
  .nav .links a small {
    display: none;
  }
  .nav .tel small {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    flex-wrap: wrap;
  }
  .nav {
    width: 100%;
    order: 3;
    border-top: 1px solid var(--line);
  }
  .nav .links {
    flex: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav .links a {
    padding: 14px 14px;
    font-size: 0.78rem;
  }
  .nav .links a::after {
    bottom: 8px;
  }
  .nav .tel {
    display: none;
  }
  .nav .tel b a {
    pointer-events: auto;
  }
}
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #000;
}

.hero .bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 70% 10%, #26262a 0%, #0c0c0d 55%, #000 100%);
}

.hero .bg .ph {
  position: absolute;
  inset: 0;
  border: none;
  opacity: 0.72;
}

.hero .bg .ph span, .hero .bg .ph::before, .hero .bg .ph::after {
  display: none;
}

.hero .bg .slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.72;
}

.hero .bg .slider,
.hero .bg .slider .slick-list,
.hero .bg .slider .slick-track {
  height: 100% !important;
}

.hero .bg .slider .slick-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.82) 100%);
  z-index: 2;
}

.hero .slash {
  position: absolute;
  top: -8%;
  right: 0;
  width: 21vw;
  height: 55%;
  background: var(--yl);
  transform: skewX(-12deg);
  opacity: 0.95;
  z-index: 1;
}

.hero .slash::after {
  content: "+1";
  position: absolute;
  left: 30%;
  bottom: 16%;
  font-family: var(--ff-disp);
  font-size: clamp(36px, 4vw, 76px);
  color: #000;
  line-height: 1;
}

.hero .inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 0 var(--pad) clamp(120px, 16vh, 180px);
}

.hero h1.disp {
  font-size: clamp(52px, 10vw, 150px);
  color: var(--wh);
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.7);
  max-width: 60vw;
  font-family: var(--ff-disp);
  line-height: 0.92;
}

.hero h1.disp .yl {
  color: var(--yl);
}

.hero .lead {
  margin-top: 0.4em;
  max-width: 680px;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 500;
  color: #e7e7e9;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

.hero .lead b {
  color: var(--yl);
  font-weight: 900;
}

.hero .eyebrow {
  margin-bottom: 1.4em;
}

.hero .scrolldown {
  position: absolute;
  left: var(--pad);
  bottom: 34px;
  z-index: 3;
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--gray);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero .scrolldown::after {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--gray);
  animation: sd 1.8s ease-in-out infinite;
}

@keyframes sd {
  0%, 100% {
    transform: scaleX(0.3);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.hero .ld {
  opacity: 0;
  transform: translateY(40px);
  animation: ldUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero .ld.d1 {
  animation-delay: 0.15s;
}

.hero .ld.d2 {
  animation-delay: 0.32s;
}

.hero .ld.d3 {
  animation-delay: 0.5s;
}

@keyframes ldUp {
  to {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .hero h1.disp {
    max-width: 100%;
  }
  .hero .slash {
    width: 55vw;
    right: -6%;
  }
}
.ticker {
  background: var(--yl);
  color: #000;
  overflow: hidden;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.ticker .track {
  display: flex;
  white-space: nowrap;
  animation: tick 26s linear infinite;
}

.ticker span {
  font-family: var(--ff-disp);
  font-size: clamp(20px, 2.6vw, 34px);
  padding: 14px 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ticker span i {
  font-style: normal;
  margin: 0 28px;
  opacity: 0.5;
}

@keyframes tick {
  to {
    transform: translateX(-50%);
  }
}
.about {
  background: var(--off);
  color: var(--bk);
}

.about .tag {
  color: #111;
}

.about .tag::before {
  background: var(--yl);
}

.about .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}

.about h2 {
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.about h2 mark {
  background: linear-gradient(transparent 62%, var(--yl) 62%);
  color: inherit;
  padding: 0 0.05em;
}

.about p {
  margin-top: 1.6em;
  color: #444;
  font-weight: 500;
  max-width: 48ch;
  font-size: 1rem;
  line-height: 2;
}

.about .visual {
  position: relative;
  aspect-ratio: 4/5;
}

.about .visual .ph {
  position: absolute;
  inset: 0;
}

.about .visual .badge {
  position: absolute;
  left: -26px;
  bottom: 34px;
  background: var(--bk);
  color: var(--wh);
  padding: 22px 26px;
  z-index: 3;
}

.about .visual .badge b {
  font-family: var(--ff-disp);
  font-size: 2.6rem;
  color: var(--yl);
  display: block;
  line-height: 1;
}

.about .visual .badge small {
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
}

@media screen and (max-width: 1024px) {
  .about .grid {
    grid-template-columns: 1fr;
  }
}
.statement {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.statement .ph {
  position: absolute;
  inset: 0;
  border: none;
  opacity: 0.5;
}

.statement .ph span, .statement .ph::before, .statement .ph::after {
  display: none;
}

.statement .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.4));
}

.statement .inner {
  position: relative;
  z-index: 2;
  padding: 0 var(--pad);
}

.statement h2 {
  font-size: clamp(34px, 6vw, 96px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.statement h2 .yl {
  color: var(--yl);
}

.statement p {
  margin-top: 1.4em;
  max-width: 54ch;
  color: #dcdcde;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
}

.contents {
  background: var(--bk);
}

.bnr {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid var(--line);
  cursor: pointer;
}

.bnr:last-child {
  border-bottom: 1px solid var(--line);
}

.bnr .ph {
  position: absolute;
  inset: 0;
  border: none;
}

.bnr .ph span {
  opacity: 0.5;
}

.bnr .ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.15) 100%);
}

.bnr.r .ov {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.15) 100%);
}

.bnr .c {
  position: relative;
  z-index: 2;
  min-height: clamp(280px, 34vw, 420px);
  display: flex;
  align-items: center;
  padding: 0 clamp(30px, 7vw, 110px);
}

.bnr.r .c {
  justify-content: flex-end;
  text-align: right;
}

.bnr .num {
  font-family: var(--ff-disp);
  font-size: clamp(40px, 5vw, 80px);
  color: var(--yl);
  line-height: 1;
}

.bnr .en {
  display: block;
  font-family: var(--ff-disp);
  font-style: normal;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.95;
  text-transform: uppercase;
}

.bnr h3 {
  font-weight: 900;
}

.bnr h3 small {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.4em;
  letter-spacing: 0.04em;
}

.bnr .btn {
  margin-top: 1.6em;
}

.bnr.r .btn {
  margin-left: auto;
}

.bnr .ph .cover {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.bnr:hover .ph .cover {
  transform: scale(1.05);
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}

.work {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--line);
}

.work .ph {
  aspect-ratio: 4/3;
}

.work .meta {
  padding: 18px 20px;
  background: var(--bk2);
}

.work .meta .cat {
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  color: var(--yl);
  text-transform: uppercase;
}

.work .meta h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 6px;
  color: var(--wh);
}

.work .zoomicon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: var(--yl);
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.35s;
  z-index: 3;
  pointer-events: none;
}

.work:hover .zoomicon {
  opacity: 1;
}

.work .ph .cover {
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.work:hover .ph .cover {
  transform: scale(1.06);
}

.navigation {
  margin-top: clamp(30px, 5vw, 60px);
  text-align: center;
}

.wp-pagenavi {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid var(--line);
  color: var(--wh);
  font-family: var(--ff-en);
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: var(--yl);
  color: #000;
  border-color: var(--yl);
}

@media screen and (max-width: 1024px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .works-grid {
    grid-template-columns: 1fr;
  }
}
.svc li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(40px, 6vw, 80px) 0;
  border-bottom: 1px solid var(--line);
}

.svc li:first-child {
  border-top: 1px solid var(--line);
}

.svc li.rev .txt {
  order: 2;
}

.svc .vis {
  position: relative;
  aspect-ratio: 16/11;
}

.svc .vis .ph {
  position: absolute;
  inset: 0;
}

.svc .vis .no {
  position: absolute;
  left: -14px;
  top: -22px;
  font-family: var(--ff-disp);
  font-size: clamp(54px, 7vw, 110px);
  color: var(--yl);
  line-height: 1;
  z-index: 3;
}

.svc .txt .en {
  color: var(--gray);
  font-size: 0.78rem;
}

.svc .txt h3 {
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 900;
  margin: 0.3em 0 0.7em;
  line-height: 1.2;
}

.svc .txt h3 .yl {
  color: var(--yl);
}

.svc .txt p {
  color: #c7c7ca;
  font-weight: 500;
  max-width: 46ch;
  font-size: 1rem;
  line-height: 2;
}

.svc .txt ul.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.4em;
}

.svc .txt ul.chips li {
  display: block;
  border: none;
  padding: 6px 12px;
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #000;
  background: var(--yl);
}

@media screen and (max-width: 1024px) {
  .svc li, .svc li.rev .txt {
    grid-template-columns: 1fr;
  }
  .svc li {
    grid-template-columns: 1fr;
  }
  .svc li .txt {
    order: 2 !important;
  }
}
.philosophy {
  position: relative;
  text-align: center;
  padding: clamp(60px, 9vw, 120px) var(--pad);
  background: var(--bk2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.philosophy .tag {
  justify-content: center;
  display: flex;
}

.philosophy h2 {
  font-size: clamp(30px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.25;
  margin: 0.4em 0;
}

.philosophy h2 .yl {
  color: var(--yl);
}

.philosophy p {
  max-width: 60ch;
  margin: 1.4em auto 0;
  color: #c7c7ca;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
}

.cinfo {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

table.spec {
  width: 100%;
  border-collapse: collapse;
}

table.spec th, table.spec td {
  text-align: left;
  padding: 18px 6px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-weight: 500;
  font-size: 0.95rem;
}

table.spec th {
  width: 34%;
  font-weight: 700;
  color: var(--yl);
}

table.spec td {
  color: #dcdcde;
}

table.spec td .note {
  font-size: 0.78rem;
  color: var(--gray);
  display: block;
  margin-top: 8px;
}

.map .ph {
  aspect-ratio: 3/4;
  width: 100%;
}

.map .mapframe {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border: 1px solid var(--line);
  overflow: hidden;
}

.map .mapframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.3) contrast(1.05);
}

.note {
  font-size: 0.78rem;
  color: var(--gray);
  margin-top: 8px;
}

.sales-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 28px);
}

.sales-list li {
  border: 1px solid var(--line);
  padding: 24px;
}

.sales-list li h4 {
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 10px;
  color: var(--wh);
}

.sales-list li p {
  color: #c7c7ca;
  font-weight: 500;
  font-size: 0.92rem;
}

.sales-list li p.tel i {
  color: var(--yl);
  margin-right: 0.5em;
}

@media screen and (max-width: 1024px) {
  .cinfo {
    grid-template-columns: 1fr;
  }
  .sales-list {
    grid-template-columns: 1fr;
  }
}
.policy-body {
  max-width: 860px;
  margin: 0 auto;
}

.policy-body .blk {
  margin-bottom: 40px;
}

.policy-body h3 {
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wh);
}

.policy-body h3::before {
  content: "";
  width: 8px;
  height: 1.05em;
  background: var(--yl);
  flex: none;
}

.policy-body p, .policy-body li {
  color: #c7c7ca;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 2;
}

.policy-body ul.dot {
  list-style: disc;
  padding-left: 1.4em;
  margin-top: 8px;
}

.policy-body ul.dot li {
  margin-bottom: 4px;
}

.policy-body .note {
  font-size: 0.78rem;
  color: var(--gray);
}

#recruit {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  width: 48%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 95%;
    margin: 2rem auto;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  font-size: 130%;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
#recruit .recruit .recruit_contents .recruit_content div {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_content div dl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 1.5rem 0.8rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dt, #recruit .recruit .recruit_contents .recruit_content div dl dd {
  color: #fff;
}
#recruit .recruit .recruit_contents .recruit_content div dl dt {
  width: 30%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dd {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dd {
    width: 100%;
  }
}
#recruit .recruit_btn {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  color: #fff;
  font-size: 120%;
  background-color: #ffd400;
  padding: 0.5rem;
  transition: all 0.4s;
  border: none;
  border-radius: 10px;
}
#recruit .recruit_btn a button:hover {
  opacity: 0.7;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 2rem;
}
#recruit_form .recruit_form .recruit_form_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form .recruit_form_text p {
    text-align: left;
  }
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #333;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th .red {
  color: #fff;
  padding: 10px;
  background-color: red;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th .blue {
  color: #fff;
  padding: 10px;
  background-color: blue;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr.tel-number td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form table tr:first-child td,
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field input,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field .mwform-radio-field-text,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(5) th span {
  background-color: blue;
}
#recruit_form .recruit_form form table tr:nth-child(5) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  background: #ffd400;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  opacity: 0.7;
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents p {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents p {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 70%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li {
    flex-flow: column;
  }
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
}
.navigation a {
  border: none;
  color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents h4 {
    margin-bottom: 8vw;
  }
}
#news_single .news_single .news_contents ul {
  width: 70%;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  color: #fff;
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

.contact-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.contact-aside h3 {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.3;
}

.contact-aside h3 .yl {
  color: var(--yl);
}

.contact-aside p {
  margin-top: 1.2em;
  color: #c7c7ca;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
}

.contact-aside .direct {
  margin-top: 30px;
  border: 1px solid var(--line);
  padding: 24px;
}

.contact-aside .direct .row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
}

.contact-aside .direct .row i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--yl);
  color: #000;
  flex: none;
}

.contact-aside .direct .row b {
  font-family: var(--ff-en);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--wh);
}

.contact-aside .direct .row small {
  display: block;
  color: var(--gray);
  font-size: 0.72rem;
  font-family: var(--ff-en);
  font-style: italic;
  letter-spacing: 0.1em;
}

.form {
  background: var(--bk2);
  border: 1px solid var(--line);
  padding: clamp(24px, 3vw, 40px);
}

.form .field {
  margin-bottom: 22px;
}

.form label {
  display: block;
  font-weight: 700;
  font-size: 0.86rem;
  margin-bottom: 8px;
  color: var(--wh);
}

.form label .req, .form .req {
  background: var(--yl);
  color: #000;
  font-size: 0.6rem;
  font-weight: 900;
  padding: 2px 7px;
  margin-left: 8px;
  letter-spacing: 0.06em;
}

.form input, .form textarea, .form select,
.form input[type=text], .form input[type=email], .form input[type=tel] {
  width: 100%;
  background: var(--bk);
  border: 1px solid var(--line);
  color: var(--wh);
  padding: 13px 15px;
  font-family: var(--ff-jp);
  font-size: 0.95rem;
  transition: border-color 0.3s;
}

.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-color: var(--yl);
}

.form textarea {
  min-height: 140px;
  resize: vertical;
}

.form ::-moz-placeholder {
  color: var(--gray);
}

.form ::placeholder {
  color: var(--gray);
}

.form .wpcf7-form p {
  font-size: 0.95rem;
  line-height: 2;
}

.form .wpcf7-list-item {
  margin: 0 1em 0 0;
}

.form .wpcf7-submit,
.form input[type=submit] {
  width: 100%;
  justify-content: center;
  text-align: center;
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--yl);
  color: #000;
  border: 1px solid var(--yl);
  padding: 18px;
  cursor: pointer;
  transition: 0.35s;
}

.form .wpcf7-submit:hover,
.form input[type=submit]:hover {
  background: var(--wh);
}

.form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 0.8rem;
}

.form .wpcf7-response-output {
  border-color: var(--line) !important;
  color: #dcdcde;
  font-size: 0.85rem;
}

@media screen and (max-width: 1024px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }
}
.footer-contact {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
  padding: clamp(60px, 9vw, 110px) var(--pad);
}

.footer-contact .ph {
  position: absolute;
  inset: 0;
  border: none;
  opacity: 0.32;
}

.footer-contact .ph span,
.footer-contact .ph::before,
.footer-contact .ph::after {
  display: none;
}

.footer-contact .scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.footer-contact .inner {
  position: relative;
  z-index: 2;
}

.footer-contact .footbrand {
  display: inline-block;
}

.footer-contact .footbrand .brandlogo {
  height: clamp(40px, 5vw, 64px);
  width: auto;
  margin: 0 auto;
}

.footer-contact .mark {
  font-family: var(--ff-disp);
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  color: var(--wh);
}

.footer-contact .addr {
  margin-top: 18px;
  color: #cfcfd1;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 2;
}

.footer-contact .addr span {
  color: var(--yl);
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
}

.footer-contact .acts {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 34px;
}

.footer-contact .acts .btn {
  min-width: 240px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-contact .acts .btn {
    min-width: 100%;
  }
}
footer.foot {
  background: var(--bk);
  border-top: 1px solid var(--line);
  padding: 48px var(--pad) 30px;
}

footer.foot .fmenu {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

footer.foot .fmenu a {
  font-size: 0.84rem;
  font-weight: 500;
  color: #c7c7ca;
  transition: color 0.3s;
}

footer.foot .fmenu a:hover {
  color: var(--yl);
}

footer.foot .fsns {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}

footer.foot .fsns a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  transition: 0.3s;
}

footer.foot .fsns a:hover {
  background: var(--yl);
  color: #000;
  border-color: var(--yl);
}

footer.foot .copy {
  text-align: center;
  font-family: var(--ff-en);
  font-style: italic;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--gray);
}/*# sourceMappingURL=style.css.map */