@charset "UTF-8";
/* CSS Document */
html {
  height: 100%;
  font-size: 105%;
}

body {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 auto;
  background: #fff;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.sentence p + p {
  margin-top: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.ggmap {
  width: 100%;
  height: 350px;
}

input, select {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}

.phone {
  display: none;
}

.pc {
  display: block;
}

.tcen {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .tcen {
    text-align: left;
  }
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  .phone {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
#page-top a {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border-radius: 45px;
  background: #5c4233;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtext1.type1 {
  margin-bottom: 25px;
  text-align: center;
}
.mtext1.type1 br {
  display: none;
}

@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
  }
  .mtext1.type1 br {
    display: block;
  }
}
.mtext2 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.mtext2.type1 {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

@media all and (max-width: 896px) {
  .mtext2 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 2rem;
  }
  .mtext2.type1 {
    margin-bottom: 25px;
  }
}
.mtext3 {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (max-width: 896px) {
  .mtext3 {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 2.4rem;
  }
}
.loader {
  align-items: center;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/28449/bg-main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader.off {
  display: none;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#page {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --navy: #0d2340;
  --navy-2: #13315c;
  --navy-ink: #081627;
  --red: #d3202b;
  --red-dark: #a8151f;
  --base: #ffffff;
  --paper: #f3f6fb;
  --paper-2: #eaeff7;
  --ink: #182333;
  --muted: #5d6879;
  --line: #e1e7f0;
  --line-dark: rgba(255, 255, 255, 0.14);
  --sans: Zen Kaku Gothic New, Noto Sans JP, sans-serif;
  --latin: Barlow Semi Condensed, sans-serif;
  --wrap: 1180px;
  --gutter: clamp(20px, 5vw, 26px);
  --header-h: 88px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #182333;
  background: #ffffff;
  line-height: 1.85;
  font-weight: 500;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  text-underline-offset: 0.2em;
}
@media (max-width: 1080px) {
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open #gnav {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  body.nav-open #nav-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

ul, ol {
  list-style: none;
}

strong {
  font-weight: 900;
  color: #0d2340;
}

em {
  font-style: normal;
}

.inner {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 26px);
}

.eyebrow {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  color: #d3202b;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #d3202b;
  display: inline-block;
}

.btn {
  --bg: #d3202b;
  --fg: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  background: var(--bg);
  color: var(--fg);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.95em 1.9em;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 8px 24px -12px rgba(211, 32, 43, 0.7);
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn::after {
  content: "→";
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #a8151f;
  transform: translateX(-101%);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -12px rgba(211, 32, 43, 0.8);
}
.btn:hover::before {
  transform: translateX(0);
}
.btn:hover::after {
  transform: translateX(4px);
}
.btn-lg {
  padding: 1.15em 2.4em;
  font-size: 1.02rem;
}
.btn-line {
  --bg: transparent;
  --fg: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  box-shadow: none;
}
.btn-line::before {
  background: #ffffff;
}
.btn-line:hover {
  --fg: #0d2340;
  color: #0d2340;
  border-color: #ffffff;
}

.more {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0d2340;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.95rem;
}
.more::after {
  content: "";
  width: 26px;
  height: 1px;
  background: #d3202b;
  transition: width 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
a:hover .more::after, .more:hover::after {
  width: 40px;
}

.sec-head {
  margin-bottom: clamp(38px, 5vw, 60px);
}
.sec-head h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #0d2340;
  margin-top: 0.5em;
}
.sec-head h2 em {
  color: #d3202b;
}
.sec-head-side {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
}
@media (max-width: 820px) {
  .sec-head-side {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

.sec-lead {
  color: #5d6879;
  margin-top: 1.1em;
  font-size: 1.02rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

#site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 88px;
  background: rgba(255, 255, 255, 0);
  transition: background 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), height 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#site-header .inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2.4vw;
  max-width: none;
  padding-inline: clamp(18px, 3vw, 40px);
}
#site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 26px -18px rgba(8, 22, 39, 0.55);
  height: 72px;
  backdrop-filter: blur(6px);
}
#site-header:not(.scrolled) .logo-text b {
  color: #ffffff;
}
#site-header:not(.scrolled) .logo-text small {
  color: rgba(255, 255, 255, 0.7);
}
#site-header:not(.scrolled) #gnav a {
  color: #ffffff;
}
#site-header:not(.scrolled) #gnav a span {
  color: rgba(255, 255, 255, 0.65);
}
#site-header:not(.scrolled) #header-tel small {
  color: rgba(255, 255, 255, 0.7);
}
#site-header:not(.scrolled) #header-tel b {
  color: #ffffff;
}

#logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
#logo .logo-img {
  width: auto;
  max-height: 40px;
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#site-header:not(.scrolled) #logo .logo-img--default {
  display: none;
}
#site-header:not(.scrolled) #logo .logo-img--white {
  display: block;
}
#site-header.scrolled #logo .logo-img--default {
  display: block;
}
#site-header.scrolled #logo .logo-img--white {
  display: none;
}

#gnav ul {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 30px);
}
#gnav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-weight: 700;
  font-size: 0.98rem;
  color: #0d2340;
  padding: 6px 2px;
  position: relative;
}
#gnav a span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  color: #5d6879;
  font-weight: 600;
  text-transform: uppercase;
}
#gnav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: #d3202b;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#gnav a:hover {
  color: #d3202b;
}
#gnav a:hover::after {
  transform: scaleX(1);
}
@media (max-width: 1080px) {
  #gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 999;
    background: linear-gradient(160deg, #0d2340 0%, #081627 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 80px clamp(20px, 5vw, 26px) 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    overflow-y: auto;
  }
  #gnav::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(120% 90% at 50% 30%, #000, transparent 85%);
            mask-image: radial-gradient(120% 90% at 50% 30%, #000, transparent 85%);
  }
  #gnav ul {
    flex-direction: column;
    gap: 0;
    width: min(88%, 440px);
  }
  #gnav li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  #gnav li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  #gnav a {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    padding: 1.15em 0.4em;
    color: #ffffff;
  }
  #gnav a span {
    color: rgba(255, 255, 255, 0.5);
  }
  #gnav a::after {
    display: none;
  }
}

#nav-close,
#gnav-cta {
  display: none;
}

@media (max-width: 1080px) {
  #nav-close {
    display: block;
    position: fixed;
    top: 20px;
    right: clamp(16px, 4vw, 32px);
    z-index: 1000;
    width: 52px;
    height: 52px;
    background: rgba(13, 35, 64, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    cursor: pointer;
    padding: 0;
    transition: background 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #nav-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #ffffff;
  }
  #nav-close span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #nav-close:hover {
    background: #d3202b;
    border-color: #d3202b;
    transform: rotate(90deg);
  }
}

@media (max-width: 1080px) {
  #gnav-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: min(88%, 440px);
    margin-top: 32px;
    text-align: center;
  }
  #gnav-cta .btn {
    width: 100%;
    max-width: 320px;
  }
}

#gnav-tel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}

#gnav-hours {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

#header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1080px) {
  #header-cta {
    display: none;
  }
}

#header-tel {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: right;
}
#header-tel small {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: #5d6879;
}
#header-tel b {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.34rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0d2340;
}

#nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: #0d2340;
  border: 0;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
#nav-toggle span {
  width: 22px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 1080px) {
  #nav-toggle {
    display: flex;
    order: 3;
  }
}

#hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: 88px;
}
#hero .eyebrow {
  color: #ffffff;
}
#hero .eyebrow::before {
  background: #d3202b;
}
#hero h1 {
  font-size: clamp(2.05rem, 5.6vw, 4rem);
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: 0.01em;
  margin: 0.55em 0 0.6em;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
}

#hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
}
.hero-slide.active {
  opacity: 1;
}
.hero-slide.active.kb {
  animation: kenburns 8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.hero-slide[data-label=MV素材①] {
  background: radial-gradient(120% 90% at 70% 20%, rgba(211, 32, 43, 0.28), transparent 55%), linear-gradient(160deg, #13315c 0%, #0d2340 55%, #081627 100%);
}
.hero-slide[data-label=MV素材②] {
  background: radial-gradient(120% 90% at 25% 80%, rgba(211, 32, 43, 0.24), transparent 55%), linear-gradient(150deg, #0f294c 0%, #0a1c34 60%, #060f1d 100%);
}
.hero-slide[data-label=MV素材③] {
  background: radial-gradient(120% 100% at 80% 70%, rgba(37, 86, 150, 0.5), transparent 55%), linear-gradient(200deg, #122c50 0%, #0b1e39 55%, #07111f 100%);
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 40%, #000, transparent 85%);
          mask-image: radial-gradient(120% 100% at 50% 40%, #000, transparent 85%);
}
.hero-slide::after {
  content: attr(data-label);
  position: absolute;
  right: 22px;
  bottom: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 4px 10px;
  border-radius: 2px;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(6, 15, 29, 0.82) 0%, rgba(6, 15, 29, 0.5) 45%, rgba(6, 15, 29, 0.15) 100%);
}

.hero-body {
  position: relative;
  z-index: 2;
}

.hero-lead {
  max-width: 710px;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 2.4em;
}
@media (max-width: 560px) {
  .hero-actions .btn {
    width: 100%;
  }
}

.hero-indicators {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 5vw, 26px);
  bottom: 42px;
  display: flex;
  gap: 12px;
}
@media (max-width: 560px) {
  .hero-indicators {
    bottom: 26px;
  }
}
.hero-indicators button {
  width: 46px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.hero-indicators button span {
  position: absolute;
  inset: 0;
  background: #d3202b;
  transform: scaleX(0);
  transform-origin: left;
}
.hero-indicators button.active span {
  animation: barfill 6s linear forwards;
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 5vw, 26px);
  bottom: 34px;
  width: 22px;
  height: 60px;
}
.hero-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.hero-scroll span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #d3202b;
  animation: scrolldot 1.8s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

#intro,
.section--paper {
  background: #f3f6fb;
  padding: clamp(80px, 11vw, 150px) 0;
  position: relative;
}

.intro {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}
@media (max-width: 820px) {
  .intro {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
.intro__body {
  display: grid;
  gap: 1.2em;
}
.intro__body .kicker,
.intro__body .eyebrow {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  color: #d3202b;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  text-transform: uppercase;
}
.intro__body .kicker::before,
.intro__body .eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #d3202b;
  display: inline-block;
}
.intro__body .intro__title {
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #0d2340;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
@media (max-width: 820px) {
  .intro__body .intro__title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
}
.intro__body p {
  font-size: 1.03rem;
  line-height: 1.85;
  color: #182333;
  margin-bottom: 0;
}
.intro__body p strong {
  font-weight: 900;
  color: #0d2340;
  border-bottom: 2px solid rgba(211, 32, 43, 0.25);
}
.intro__media {
  position: relative;
}
.intro__media .ph {
  background: linear-gradient(135deg, #13315c, #081627);
  border-radius: 6px;
  aspect-ratio: 1/1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
}
.intro__media .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__badge {
  position: absolute;
  left: -22px;
  bottom: -22px;
  background: #d3202b;
  color: #fff;
  padding: 20px 24px;
  border-radius: 4px;
  box-shadow: 0 10px 25px -10px rgba(211, 32, 43, 0.5);
  max-width: 220px;
}
@media (max-width: 560px) {
  .intro__badge {
    left: 10px;
    bottom: -15px;
    padding: 14px 18px;
  }
}
.intro__badge-no {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.intro__badge-txt {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 6px;
  line-height: 1.4;
}

#strengths {
  padding: clamp(80px, 11vw, 150px) 0;
  background: #0d2340;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
#strengths::before {
  content: "STRENGTHS";
  position: absolute;
  top: 2vw;
  right: -1vw;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(4rem, 15vw, 13rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  letter-spacing: 0.02em;
  pointer-events: none;
}
#strengths .sec-head h2 {
  color: #ffffff;
}
#strengths .sec-lead {
  color: rgba(255, 255, 255, 0.62);
}
#strengths .eyebrow {
  color: #ffffff;
}

#strength-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 2vw, 30px);
}
@media (max-width: 820px) {
  #strength-list {
    grid-template-columns: 1fr;
  }
}
#strength-list li {
  position: relative;
  padding: clamp(30px, 3.2vw, 46px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#strength-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #d3202b;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#strength-list li:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
}
#strength-list li:hover::before {
  transform: scaleY(1);
}
#strength-list .num {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  color: #d3202b;
  display: block;
  margin-bottom: 0.3em;
}
#strength-list h3 {
  font-size: clamp(1.12rem, 1.7vw, 1.35rem);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.7em;
}
#strength-list p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

#group {
  padding: clamp(60px, 8vw, 110px) 0;
}
#group h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #0d2340;
  margin-top: 0.5em;
}

#group-box {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  border: 1px solid #e1e7f0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 60px -40px rgba(8, 22, 39, 0.4);
}
@media (max-width: 820px) {
  #group-box {
    grid-template-columns: 1fr;
  }
}

.group-lead {
  padding: clamp(32px, 4vw, 56px);
  background: #f3f6fb;
}
.group-lead h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}
.group-lead p {
  margin-top: 1.2em;
  color: #5d6879;
  font-size: 0.98rem;
}

.group-card {
  padding: clamp(32px, 4vw, 56px);
  background: #0d2340;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1em;
}
.group-card dl {
  display: grid;
  gap: 0.7em;
}
.group-card dl div {
  display: flex;
  gap: 1em;
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 0.7em;
}
.group-card dt {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  width: 6.5em;
  flex: none;
}
.group-card dd {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}
.group-card dd a:hover {
  color: #d3202b;
}

.group-name {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: #d3202b;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.group-name b {
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.group-note {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}

#services {
  padding: clamp(80px, 11vw, 150px) 0;
  background: #f3f6fb;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 30px);
}
@media (max-width: 820px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 20px 44px -34px rgba(8, 22, 39, 0.45);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 60px -34px rgba(8, 22, 39, 0.55);
}
.card:nth-child(2) .card-img {
  background: linear-gradient(160deg, #173a68, #0c2444);
}
.card:nth-child(3) .card-img {
  background: linear-gradient(160deg, #255696, #102c50);
}

.card-img {
  display: block;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #13315c, #0a1c34);
}
.card-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
.card-img::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  padding: 0 1em;
  text-align: center;
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: clamp(24px, 2.4vw, 34px);
  flex: 1;
}

.card-no {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: #d3202b;
  text-transform: uppercase;
}

.card-title {
  font-size: 1.35rem;
  font-weight: 900;
  color: #0d2340;
}

.card-desc {
  color: #5d6879;
  font-size: 0.94rem;
  flex: 1;
  margin-bottom: 0.4em;
}

#news {
  padding: clamp(70px, 9vw, 120px) 0;
}

#news-list {
  margin-top: 8px;
  border-top: 1px solid #e1e7f0;
}
#news-list li {
  border-bottom: 1px solid #e1e7f0;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 34px);
  padding: 1.4em 0.4em;
  flex-wrap: wrap;
}
#news-list a {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 34px);
  padding: 1.4em 0.4em;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  #news-list a {
    gap: 10px 14px;
  }
}
#news-list a:hover .news-title {
  color: #d3202b;
}
#news-list time {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #5d6879;
  font-size: 1rem;
  flex: none;
}

.news-tag {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #0d2340;
  padding: 0.35em 1em;
  border-radius: 2px;
  flex: none;
}

.news-title {
  font-weight: 500;
  transition: color 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#cta {
  position: relative;
  color: #ffffff;
  padding: clamp(80px, 11vw, 150px) 0;
  overflow: hidden;
  background: linear-gradient(135deg, #0f294c, #081627);
}
#cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 120% at 85% 15%, rgba(211, 32, 43, 0.35), transparent 55%), linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0/70px 70px, linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0/70px 70px;
}
#cta .inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
#cta h2 {
  color: #ffffff;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-top: 0.5em;
}
#cta .eyebrow {
  color: #ffffff;
  justify-content: center;
}

.cta-lead {
  color: rgba(255, 255, 255, 0.8);
  margin: 1.4em auto 0;
  max-width: 800px;
}

.cta-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 3em;
  text-align: left;
}
@media (max-width: 820px) {
  .cta-actions {
    grid-template-columns: 1fr;
  }
}

.cta-block {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  padding: clamp(26px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-start;
}
.cta-block .btn {
  margin-top: 0.4em;
  width: 100%;
}

.cta-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.cta-label small {
  font-size: 0.68rem;
  background: #d3202b;
  color: #ffffff;
  padding: 0.25em 0.8em;
  border-radius: 2px;
  letter-spacing: 0.04em;
}

.cta-tel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.9rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.cta-tel:hover {
  color: #d3202b;
}

.cta-hours {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.6);
}

#site-footer {
  background: #081627;
  color: rgba(255, 255, 255, 0.75);
  padding: clamp(56px, 7vw, 90px) 0 30px;
}

#footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: start;
}
@media (max-width: 820px) {
  #footer-main {
    grid-template-columns: 1fr;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.footer-logo .logo-text b {
  color: #ffffff;
}
.footer-logo .logo-text small {
  color: rgba(255, 255, 255, 0.5);
}

#footer-info {
  display: grid;
  gap: 0.8em;
  margin-bottom: 26px;
}
#footer-info div {
  display: flex;
  gap: 1em;
  font-size: 0.92rem;
}
#footer-info dt {
  width: 5em;
  flex: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  padding-top: 0.15em;
}
#footer-info dd a:hover {
  color: #d3202b;
}

#footer-nav ul {
  display: grid;
  gap: 0.9em;
}
#footer-nav a {
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
#footer-nav a::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #d3202b;
}
#footer-nav a:hover {
  color: #ffffff;
}

#footer-map {
  border-radius: 5px;
  overflow: hidden;
  min-height: 220px;
  position: relative;
  background: linear-gradient(160deg, #13315c, #0a1c34);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 820px) {
  #footer-map {
    min-height: 200px;
  }
}
#footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
}
#footer-map::before, #footer-map::after {
  display: none;
}

#copyright {
  margin-top: clamp(40px, 5vw, 60px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}
#copyright small {
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
}

#floating-contact {
  display: none;
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 20px;
  background: #d3202b;
  color: #ffffff;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding: 16px 8px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 8px 22px -10px rgba(211, 32, 43, 0.8);
  letter-spacing: 0.2em;
  font-size: 0.82rem;
}
@media (max-width: 1080px) {
  #floating-contact {
    display: block;
  }
}

@keyframes kenburns {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.16);
  }
}
@keyframes barfill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes scrolldot {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(250%);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .hero-slide.active {
    opacity: 1;
  }
}
/* ============================================================
   下層ページ用 stylesheet (SCSS)
   ============================================================ */
#page-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  min-height: clamp(360px, 56vh, 540px);
  padding-top: var(--header-h);
  padding-bottom: 20px;
  background: radial-gradient(120% 90% at 75% 20%, rgba(211, 32, 43, 0.26), transparent 55%), linear-gradient(150deg, #13315c 0%, #0d2340 55%, #081627 100%);
}
#page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(120% 100% at 60% 20%, #000, transparent 45%);
          mask-image: radial-gradient(120% 100% at 60% 20%, #000, transparent 45%);
}
#page-hero .inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
#page-hero .eyebrow {
  color: #fff;
}
#page-hero h1 {
  font-size: clamp(1.65rem, 4.2vw, 3rem);
  font-weight: 900;
  line-height: 1.42;
  letter-spacing: 0.01em;
  margin: 0.5em 0 0.55em;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.35);
}

.page-hero-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.95rem, 1.5vw, 1.06rem);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.85em;
  font-family: var(--latin);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.6em;
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb span {
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb em {
  color: #fff;
}

/* ============================================================
   SERVICE INTRO SECTION (文章 + 画像)
   ============================================================ */
#svc-intro {
  padding: clamp(70px, 10vw, 140px) 0;
}
#svc-intro .inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 820px) {
  #svc-intro .inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
#svc-intro h2 {
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 900;
  line-height: 1.5;
  color: var(--navy);
  margin-top: 0.5em;
}

.svc-intro-body {
  margin-top: 1.8em;
  display: grid;
  gap: 1.3em;
  font-size: 1.02rem;
}
.svc-intro-body strong {
  border-bottom: 2px solid rgba(211, 32, 43, 0.25);
}

.svc-intro-figure {
  position: relative;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/5;
  min-height: 320px;
  background: linear-gradient(160deg, #13315c, #0a1c34);
  box-shadow: 0 34px 64px -40px rgba(8, 22, 39, 0.5);
  border-bottom: 3px solid var(--red);
}
.svc-intro-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  position: relative;
  z-index: 1;
}
.svc-intro-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
}
.svc-intro-figure::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.4em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}
@media (max-width: 820px) {
  .svc-intro-figure {
    aspect-ratio: 16/10;
    min-height: 0;
    order: -1;
  }
}

#equip {
  padding: clamp(70px, 10vw, 140px) 0;
  background: var(--paper);
}

.equip-group {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(26px, 3vw, 46px);
  margin-bottom: 22px;
  box-shadow: 0 22px 46px -40px rgba(8, 22, 39, 0.4);
}
.equip-group.is-primary {
  border-top: 3px solid var(--red);
}
.equip-group-head {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0.6em;
  padding-bottom: 1.1em;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 820px) {
  .equip-group-head {
    gap: 12px;
  }
}
.equip-group-head h3 {
  display: flex;
  align-items: center;
  gap: 0.7em;
  flex-wrap: wrap;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 900;
  color: var(--navy);
  margin: 0;
}
.equip-group-head h3 small {
  font-family: var(--latin);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--muted);
  background: var(--paper-2);
  padding: 0.35em 0.85em;
  border-radius: 2px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--red);
  padding: 0.45em 1em;
  border-radius: 2px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.equip-list {
  display: grid;
}
.equip-list div {
  display: grid;
  grid-template-columns: minmax(190px, 16em) 1fr;
  gap: 0.5em 1.8em;
  align-items: baseline;
  padding: 1.15em 0.3em;
  border-top: 1px solid var(--line);
}
.equip-list div:first-child {
  border-top: 0;
}
@media (max-width: 820px) {
  .equip-list div {
    grid-template-columns: 1fr;
    gap: 0.15em 0.3em;
    padding: 1em 0.2em;
  }
}
.equip-list dt {
  position: relative;
  padding-left: 1.15em;
  font-weight: 900;
  color: var(--navy);
}
.equip-list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--red);
}
.equip-list dd {
  color: var(--muted);
  font-size: 0.96rem;
}

#assurance {
  padding: clamp(70px, 10vw, 140px) 0;
}

.card-plain {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(28px, 3vw, 42px);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.card-plain::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.card-plain:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 56px -40px rgba(8, 22, 39, 0.5);
}
.card-plain:hover::before {
  transform: scaleX(1);
}
.card-plain .num {
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: var(--red);
  margin-bottom: 0.35em;
}
.card-plain h3 {
  font-size: clamp(1.1rem, 1.7vw, 1.28rem);
  font-weight: 900;
  line-height: 1.5;
  color: var(--navy);
  margin-bottom: 0.7em;
}
.card-plain p {
  color: var(--muted);
  font-size: 0.95rem;
}

#flow {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 10vw, 140px) 0;
  background: var(--navy);
  color: #fff;
}
#flow::before {
  content: "FLOW";
  position: absolute;
  top: 2vw;
  right: -1vw;
  font-family: var(--latin);
  font-weight: 700;
  font-size: clamp(4rem, 15vw, 13rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}
#flow .sec-head h2 {
  color: #fff;
}
#flow .sec-lead {
  color: rgba(255, 255, 255, 0.62);
}
#flow .eyebrow {
  color: #fff;
}

.flow-list {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
.flow-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: clamp(18px, 3vw, 38px);
  padding-bottom: clamp(26px, 3vw, 40px);
}
.flow-list li:last-child {
  padding-bottom: 0;
}
.flow-list li:last-child .step::after {
  display: none;
}

.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--latin);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.5);
}
.step b {
  width: 64px;
  height: 64px;
  margin-top: 0.35em;
  border-radius: 50%;
  border: 2px solid var(--red);
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
.step::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 82px;
  bottom: calc(-1 * clamp(26px, 3vw, 40px));
  width: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.flow-body {
  padding-top: 0.25em;
}
.flow-body h3 {
  font-size: clamp(1.1rem, 1.7vw, 1.28rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.5em;
}
.flow-body p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
}

/* ============================================================
   COVERAGE CHIPS (点検ページの対応設備タグリスト)
   ============================================================ */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tag-list li {
  position: relative;
  padding: 0.7em 1.2em 0.7em 2em;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}
.tag-list li::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--red);
}
.equip-group.is-primary .tag-list li {
  background: #fff;
  border-color: rgba(211, 32, 43, 0.28);
}

/* ============================================================
   会社概要ページ用 stylesheet (SCSS)
   ============================================================ */
#greeting {
  padding: clamp(70px, 10vw, 140px) 0;
}
#greeting .inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}
@media (max-width: 820px) {
  #greeting .inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#greeting h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 900;
  color: var(--navy);
  margin: 0.4em 0 0.2em;
}
#greeting .svc-intro-figure {
  position: sticky;
  top: 100px;
  aspect-ratio: 4/5;
}
@media (max-width: 820px) {
  #greeting .svc-intro-figure {
    position: static;
    aspect-ratio: 16/10;
    max-width: 420px;
  }
}

.greeting-text .svc-intro-body {
  font-size: 1rem;
}

.greeting-sign {
  margin-top: 1.8em;
  padding-top: 1.2em;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2em;
}
.greeting-sign small {
  font-size: 0.82rem;
  color: var(--muted);
  letter-spacing: 0.08em;
}
.greeting-sign b {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: 0.12em;
}
@media (max-width: 560px) {
  .greeting-sign b {
    font-size: 1.3rem;
  }
}

#philosophy {
  padding: clamp(70px, 10vw, 140px) 0;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
#philosophy::before {
  content: "PHILOSOPHY";
  position: absolute;
  top: 2vw;
  right: -1vw;
  font-family: var(--latin);
  font-weight: 700;
  font-size: clamp(3.5rem, 13vw, 11rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}
#philosophy .sec-head h2 {
  color: #fff;
}
#philosophy .sec-lead {
  color: rgba(255, 255, 255, 0.62);
}
#philosophy .eyebrow {
  color: #fff;
}

.philo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 2vw, 30px);
}
@media (max-width: 820px) {
  .philo-grid {
    grid-template-columns: 1fr;
  }
}

.philo-card {
  padding: clamp(30px, 3.2vw, 48px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line-dark);
  border-radius: 5px;
  border-top: 3px solid var(--red);
}
.philo-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.7em;
}
.philo-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.97rem;
}

.philo-label {
  display: flex;
  align-items: baseline;
  gap: 0.7em;
  font-family: var(--latin);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: var(--red);
  margin-bottom: 0.7em;
}
.philo-label span {
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
}

#company-spec {
  padding: clamp(70px, 10vw, 140px) 0;
}
#company-spec .inner {
  max-width: 960px;
}

.spec {
  border-top: 2px solid var(--navy);
}
.spec > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 820px) {
  .spec > div {
    grid-template-columns: 120px 1fr;
  }
}
@media (max-width: 560px) {
  .spec > div {
    grid-template-columns: 1fr;
  }
}
.spec dt {
  padding: 1.3em 1.6em;
  background: var(--paper);
  font-weight: 700;
  color: var(--navy);
}
@media (max-width: 820px) {
  .spec dt {
    padding: 1em 1.1em;
  }
}
@media (max-width: 560px) {
  .spec dt {
    padding-bottom: 0.3em;
  }
}
.spec dd {
  padding: 1.3em 1.6em;
  color: var(--ink);
}
@media (max-width: 820px) {
  .spec dd {
    padding: 1em 1.1em;
  }
}
@media (max-width: 560px) {
  .spec dd {
    padding-top: 0.3em;
  }
}
.spec dd a:hover {
  color: var(--red);
}

.spec-biz {
  display: grid;
  gap: 0.6em;
}
.spec-biz li {
  position: relative;
  padding-left: 1.2em;
}
.spec-biz li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--red);
}

#access {
  padding: clamp(70px, 10vw, 140px) 0;
  background: var(--paper);
}

.access-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}
@media (max-width: 820px) {
  .access-grid {
    grid-template-columns: 1fr;
  }
}

.access-info dl {
  display: grid;
  gap: 1.1em;
}
.access-info dl div {
  display: flex;
  gap: 1.2em;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.1em;
}
.access-info dt {
  width: 5em;
  flex: none;
  font-weight: 700;
  color: var(--navy);
}
.access-info dd a:hover {
  color: var(--red);
}

.access-note {
  margin-top: 1.4em;
  font-size: 0.9rem;
  color: var(--muted);
}

#access-map {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  min-height: 360px;
  background: linear-gradient(160deg, #13315c, #0a1c34);
  box-shadow: 0 30px 60px -42px rgba(8, 22, 39, 0.5);
}
@media (max-width: 820px) {
  #access-map {
    min-height: 280px;
  }
}
#access-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}
#access-map::after {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

/* ============================================================
   お問い合わせページ用 stylesheet (SCSS)
   ============================================================ */
#contact-phone {
  padding: clamp(60px, 8vw, 110px) 0 clamp(30px, 4vw, 50px);
}

.phone-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border-radius: 6px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 34px 64px -42px rgba(8, 22, 39, 0.5);
}
@media (max-width: 820px) {
  .phone-box {
    grid-template-columns: 1fr;
  }
}

.phone-lead {
  padding: clamp(32px, 4vw, 54px);
}
.phone-lead .eyebrow {
  color: #fff;
}
.phone-lead h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 900;
  line-height: 1.45;
  color: #fff;
  margin: 0.5em 0 0.7em;
}
.phone-lead p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.97rem;
}

.phone-num {
  padding: clamp(32px, 4vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4em;
  position: relative;
  background: radial-gradient(90% 120% at 90% 10%, rgba(211, 32, 43, 0.35), transparent 55%), rgba(255, 255, 255, 0.05);
  border-left: 1px solid var(--line-dark);
}
@media (max-width: 820px) {
  .phone-num {
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }
}

.phone-caption {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
}

.phone-tel {
  font-family: var(--latin);
  font-weight: 700;
  font-size: clamp(2.3rem, 5vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #fff;
  transition: color 0.25s var(--ease);
}
.phone-tel:hover {
  color: var(--red);
}

.phone-hours {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.6);
}

#contact-form {
  padding: clamp(40px, 5vw, 70px) 0 clamp(80px, 11vw, 150px);
}

#form-embed {
  position: relative;
  border-radius: 6px;
}
#form-embed[data-label] {
  min-height: 440px;
  border: 2px dashed var(--line);
  background: var(--paper);
  display: grid;
  place-items: center;
  padding: 2em;
}
#form-embed[data-label]::after {
  content: attr(data-label);
  color: var(--muted);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-align: center;
}

/*新メールフォーム*/
.form {
  margin: 10px 0 10px;
}
.form dt span {
  color: #fff;
  background: #FF4F4F;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt strong {
  color: #fff;
  background: #999;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form dt .optional::before {
  content: "任意";
  color: #fff;
  background: #999;
}
.form dl {
  margin: 10px 0;
  font-size: 16px;
}
.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}
.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}
.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}
.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea, .textarea2 {
  width: 95%;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #5c4233;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #5c4233;
}
#mailform button:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}
#mailform button:hover {
  background: #fff;
  color: #5c4233;
}
#mailform button * {
  transition: 0.2s;
}

.form-button * {
  transition: 0.2s;
}

/*RadioとText*/
label {
  display: block;
}
label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #5c4233;
  z-index: 1;
}
label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  left: -15px;
  top: 2px;
  margin: 0px;
  box-shadow: 15px -1px #fff;
  border-radius: 50%;
}
label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 15px -1px #FFF;
}
label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}
label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #5c4233;
  border-bottom: 3px solid #5c4233;
  transform: rotate(45deg);
  z-index: 1;
}
label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #EEE;
}

/*CheckBoxとText */
.fm-text {
  padding: 10px;
  font-size: 11px;
  margin: 10px 0;
}

@media all and (max-width: 890px) {
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 100% !important;
  }
}
/* /新メールフォーム */
.blog-box {
  margin-bottom: 50px;
}
.blog-box img {
  max-width: 100%;
  height: auto;
}

.page_next {
  float: right;
}

.page_prev {
  float: left;
}

.mtitle_box {
  background: rgba(23, 125, 23, 0.1);
  border-radius: 10px;
  color: #343338;
  font-size: 2rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}

@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.8rem;
  }
}
.newsl2 dt {
  font-size: 120%;
  padding-top: 10px;
  line-height: 1.3;
  color: #5c4233;
  font-weight: bold;
}
.newsl2 dd {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
  border-bottom: dotted 1px #b6ae83;
}
.newsl2 dd b {
  color: #594C39;
}/*# sourceMappingURL=basis.css.map */