@charset "UTF-8";
/*
Theme Name: 株式会社まつかぜ
Theme URI: https://matsukaze.local/
Author: WEB-PEEES
Description: 株式会社まつかぜ コーポレートサイト用テーマ
Version: 1.0.0
Text Domain: matsukaze
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #070f1f;
  line-height: 1.8;
  background: #fff;
  font-size: 16px;
  overflow-x: hidden;
}

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

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

.en {
  font-family: "Outfit", sans-serif;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.noise {
  position: relative;
}
.noise::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: overlay;
  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.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

.sec-head {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
}
.sec-head .ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  font-family: "Outfit";
  font-weight: 900;
  font-size: 8rem;
  letter-spacing: 0.02em;
  color: rgba(0, 71, 171, 0.05);
  white-space: nowrap;
  z-index: 0;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .sec-head .ghost {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-head .ghost {
    font-size: 3rem;
  }
}
.sec-head .en {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.45em;
  font-weight: 700;
  color: #1e6be0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sec-head h2 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  display: inline-block;
}
.sec-head h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, #1e6be0, #0047ab);
  margin: 18px auto 0;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .sec-head h2 {
    font-size: 1.8rem;
  }
}
.sec-head.light h2,
.sec-head.light .ghost {
  color: #fff;
}
.sec-head.light .ghost {
  color: rgba(255, 255, 255, 0.06);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.4s;
  padding: 20px 0;
}
header.scrolled {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
  padding: 13px 0;
  /* 背景ぼかしは ::before に分離。header 本体に backdrop-filter を置くと
     子孫の position:fixed（モバイルメニュー）の基準が header になりズレるため。 */
}
header.scrolled::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(7, 15, 31, 0.82);
  backdrop-filter: blur(14px);
}

body.home header:not(.scrolled) .logo {
  color: #070f1f;
}
body.home header:not(.scrolled) .burger span {
  background: #070f1f;
}
body.home header:not(.scrolled) .gnav a:not(.nav-cta) {
  color: rgba(7, 15, 31, 0.82);
}
body.home header:not(.scrolled) .gnav a:not(.nav-cta):hover {
  color: #0047ab;
}
@media screen and (max-width: 1024px) {
  body.home header:not(.scrolled) .gnav a:not(.nav-cta) {
    color: rgba(255, 255, 255, 0.9);
  }
  body.home header:not(.scrolled) .gnav a:not(.nav-cta):hover {
    color: #fff;
  }
  body.home header:not(.scrolled) .gnav.open ~ .burger span {
    background: #fff;
  }
}

.head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .logo {
    font-size: 1.32rem;
  }
}

.gnav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1440px) {
  .gnav ul {
    gap: 22px;
  }
}
.gnav a {
  font-weight: 700;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  letter-spacing: 0.06em;
  position: relative;
  white-space: nowrap;
}
.gnav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #4f93ff;
  transition: 0.3s;
}
.gnav a:not(.nav-cta):hover::after {
  width: 100%;
}
.gnav a:hover {
  color: #fff;
}
.gnav .nav-cta {
  background: linear-gradient(135deg, #1e6be0, #0047ab);
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 40px;
  box-shadow: 0 8px 24px rgba(0, 71, 171, 0.5);
}
.gnav .nav-cta:hover {
  transform: translateY(-2px);
}
@media screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: linear-gradient(150deg, #00256e, #0047ab);
    flex-direction: column;
    justify-content: center;
    display: none;
  }
  .gnav.open {
    display: flex;
  }
  .gnav ul {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 30px;
  }
  .gnav a {
    font-size: 1.2rem;
  }
}

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1100;
}
.burger span {
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .burger {
    display: flex;
  }
}

.btn-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #00256e;
  font-weight: 800;
  padding: 18px 42px;
  border-radius: 50px;
  font-size: 1.05rem;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
  transition: 0.35s;
}
.btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-weight: 700;
  padding: 16px 38px;
  border-radius: 50px;
  transition: 0.35s;
}
.btn-ghost:hover {
  background: #fff;
  color: #00256e;
  border-color: #fff;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #1e6be0, #00256e);
  color: #fff;
  font-weight: 800;
  padding: 18px 42px;
  border-radius: 50px;
  font-size: 1.05rem;
  box-shadow: 0 12px 34px rgba(0, 71, 171, 0.4);
  transition: 0.35s;
}
.btn-dark:hover {
  transform: translateY(-3px);
}

.lower-hero {
  position: relative;
  height: 56vh;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #070f1f;
}
.lower-hero .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lower-hero .bg img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.lower-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 15, 31, 0.6), rgba(0, 37, 110, 0.55));
}
.lower-hero .grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.2;
  background-image: linear-gradient(rgba(79, 147, 255, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(79, 147, 255, 0.4) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000, transparent 80%);
          mask-image: radial-gradient(circle at 50% 40%, #000, transparent 80%);
}
.lower-hero .inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.lower-hero .ghost {
  font-family: "Outfit";
  font-weight: 900;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(120deg, #9fc6ff, #3f7fe0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .lower-hero .ghost {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-hero .ghost {
    font-size: 3rem;
  }
}
.lower-hero h1 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .lower-hero h1 {
    font-size: 1.1rem;
  }
}
.lower-hero .crumb {
  margin-top: 18px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Outfit";
}
.lower-hero .crumb a {
  color: rgba(255, 255, 255, 0.7);
}

.lower-body {
  padding: 120px 0;
}

.lead-block {
  max-width: 850px;
  margin: 0 auto 80px;
  text-align: center;
}
.lead-block h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
}
.lead-block h3 b {
  color: #0047ab;
}
@media screen and (max-width: 768px) {
  .lead-block h3 {
    font-size: 1.8rem;
  }
}
.lead-block p {
  color: #5b6675;
}

.map-sec {
  padding: 130px 0;
}

.map-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #070f1f;
}
@media screen and (max-width: 1024px) {
  .map-grid {
    grid-template-columns: 1fr;
  }
}

.map-info {
  background: #070f1f;
  color: #fff;
  padding: 62px 52px;
}
@media screen and (max-width: 1024px) {
  .map-info {
    padding: 44px 32px;
  }
}
.map-info .en {
  font-family: "Outfit";
  letter-spacing: 0.3em;
  font-size: 0.85rem;
  color: #4f93ff;
  font-weight: 700;
}
.map-info h3 {
  font-size: 1.85rem;
  font-weight: 900;
  margin: 10px 0 30px;
}
.map-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px 24px;
}
.map-info dt {
  color: #4f93ff;
  font-weight: 700;
  font-size: 0.9rem;
  border-left: 3px solid #1e6be0;
  padding-left: 12px;
}
.map-info dd {
  font-size: 0.95rem;
  opacity: 0.92;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  display: block;
}

.cta {
  padding: 130px 0;
  text-align: center;
  background: linear-gradient(120deg, #00256e, #1e6be0);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 50px 50px;
}
.cta .inner {
  position: relative;
  z-index: 1;
}
.cta .en {
  font-family: "Outfit";
  letter-spacing: 0.4em;
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.85;
}
.cta h2 {
  font-size: 2.9rem;
  font-weight: 900;
  margin: 14px 0 18px;
}
@media screen and (max-width: 768px) {
  .cta h2 {
    font-size: 1.8rem;
  }
}
.cta p {
  font-size: 1.1rem;
  opacity: 0.92;
  margin-bottom: 40px;
}
.cta .cta-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.cta .tel {
  font-family: "Outfit";
  font-size: 2.5rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta .tel {
    font-size: 1.8rem;
  }
}
.cta .cta-time {
  margin-top: 24px;
  font-size: 0.95rem;
  opacity: 0.85;
}

footer {
  background: #070f1f;
  color: #fff;
  padding: 84px 0 30px;
  position: relative;
  overflow: hidden;
}
footer .foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  footer .foot-grid {
    grid-template-columns: 1fr;
  }
}
footer .foot-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 1.42rem;
  margin-bottom: 20px;
}
footer .foot-logo .mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, #4f93ff, #00256e);
  display: grid;
  place-items: center;
}
footer .foot-brand p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  line-height: 1.9;
}
footer .foot-sns {
  display: flex;
  gap: 14px;
  margin-top: 22px;
}
footer .foot-sns a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  place-items: center;
  transition: 0.3s;
}
footer .foot-sns a:hover {
  background: #0047ab;
  border-color: #0047ab;
  transform: translateY(-3px);
}
footer .foot-col h4 {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  color: #4f93ff;
  margin-bottom: 20px;
  font-family: "Outfit";
  font-weight: 700;
}
footer .foot-col ul {
  list-style: none;
}
footer .foot-col .foot-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 0;
}
footer .foot-col li {
  margin-bottom: 12px;
}
footer .foot-col a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  transition: 0.3s;
}
footer .foot-col a:hover {
  color: #fff;
  padding-left: 6px;
}
footer .copy {
  text-align: center;
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
  font-family: "Outfit";
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: 0.85s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}

.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  padding-top: 88px;
  box-sizing: border-box;
}
.hero .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-mask-image: radial-gradient(118% 118% at 50% 50%, #000 58%, transparent 100%);
          mask-image: radial-gradient(118% 118% at 50% 50%, #000 58%, transparent 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, #fff 0%, rgba(255, 255, 255, 0.88) 34%, rgba(255, 255, 255, 0) 66%);
}
@media screen and (max-width: 1024px) {
  .hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.92) 100%);
  }
}
.hero::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -100px;
  top: -100px;
  z-index: 1;
  background: radial-gradient(circle, rgba(79, 147, 255, 0.18), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.hero .grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.2;
  background-image: linear-gradient(rgba(0, 71, 171, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 71, 171, 0.35) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(circle at 28% 50%, #000, transparent 72%);
          mask-image: radial-gradient(circle at 28% 50%, #000, transparent 72%);
}
.hero .inner {
  position: relative;
  z-index: 2;
  color: #070f1f;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}
.hero .tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 71, 171, 0.07);
  border: 1px solid rgba(0, 71, 171, 0.2);
  color: #00256e;
  backdrop-filter: blur(6px);
  padding: 9px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hero .tag {
    letter-spacing: 0;
  }
}
.hero .tag i {
  color: #1e6be0;
}
.hero h1 {
  font-size: clamp(2.6rem, 5.4vw, 5.2rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
  color: #070f1f;
}
.hero h1 .line {
  display: block;
}
.hero h1 .accent {
  color: #0047ab;
}
.hero h1 .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px);
  animation: charIn 0.55s cubic-bezier(0.2, 0.7, 0.3, 1) forwards;
}
.hero p.lead {
  font-size: clamp(1.02rem, 1.4vw, 1.26rem);
  font-weight: 500;
  line-height: 1.9;
  max-width: 60%;
  color: #5b6675;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s, transform 0.9s;
}
.hero p.lead.in {
  opacity: 0.95;
  transform: none;
}
@media screen and (max-width: 768px) {
  .hero p.lead {
    max-width: 100%;
  }
}
.hero .hero-cta {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hero .hero-cta {
    flex-direction: column;
  }
  .hero .hero-cta a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.hero .hero-cta .btn-main {
  background: linear-gradient(135deg, #1e6be0, #0047ab);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 71, 171, 0.28);
}
.hero .hero-cta .btn-main:hover {
  box-shadow: 0 20px 40px rgba(0, 71, 171, 0.34);
}
.hero .hero-cta .btn-ghost {
  border-color: rgba(0, 71, 171, 0.35);
  color: #00256e;
}
.hero .hero-cta .btn-ghost:hover {
  background: #0047ab;
  border-color: #0047ab;
  color: #fff;
}
.hero .side {
  position: absolute;
  right: 42px;
  bottom: 42px;
  z-index: 2;
  writing-mode: vertical-rl;
  color: rgba(7, 15, 31, 0.4);
  font-family: "Outfit";
  letter-spacing: 0.3em;
  font-size: 0.78rem;
}
@media screen and (max-width: 1024px) {
  .hero .side {
    display: none;
  }
}
.hero .scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(7, 15, 31, 0.45);
  font-family: "Outfit";
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}
.hero .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: rgba(7, 15, 31, 0.35);
  margin: 8px auto 0;
  animation: scrolld 1.8s infinite;
}
@media screen and (max-width: 768px) {
  .hero .scroll {
    display: none;
  }
}

@keyframes charIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes scrolld {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.badges {
  background: linear-gradient(135deg, #00256e, #0047ab);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.badges ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .badges ul {
    grid-template-columns: 1fr;
  }
}
.badges li {
  padding: 42px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.badges li:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .badges li {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.badges .num {
  font-family: "Outfit";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #4f93ff;
}
.badges .big {
  font-size: 1.75rem;
  font-weight: 900;
  margin-top: 6px;
}
.badges .sub {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 4px;
}

.about {
  padding: 5rem 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

.about-copy .en {
  font-size: 0.78rem;
  letter-spacing: 0.45em;
  font-weight: 700;
  color: #1e6be0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.about-copy .en::before {
  content: "";
  width: 38px;
  height: 1.5px;
  background: #0047ab;
}
.about-copy h2 {
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 18px 0 30px;
  letter-spacing: 0.02em;
}
.about-copy h2 b {
  color: #0047ab;
}
@media screen and (max-width: 768px) {
  .about-copy h2 {
    font-size: 1.8rem;
  }
}
.about-copy p {
  color: #5b6675;
  font-size: 1.02rem;
  margin-bottom: 18px;
}
.about-copy p.right {
  text-align: right;
  margin-right: 1rem;
}

.about-visual {
  position: relative;
}
.about-visual::before {
  content: "";
  position: absolute;
  top: -22px;
  left: -22px;
  width: 120px;
  height: 120px;
  border-top: 2px solid #0047ab;
  border-left: 2px solid #0047ab;
  z-index: 2;
}
.about-visual img {
  border-radius: 0;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .about-visual img {
    height: 340px;
  }
}
.about-visual .float {
  position: absolute;
  left: -30px;
  bottom: -30px;
  background: #070f1f;
  color: #fff;
  padding: 30px 38px;
  border-radius: 0;
  border-left: 3px solid #4f93ff;
}
.about-visual .float .en {
  font-family: "Outfit";
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}
.about-visual .float span {
  font-size: 0.85rem;
  opacity: 0.85;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about-visual .float {
    padding: 30px 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}

.service {
  padding: 5rem 0;
  background: #f3f7fd;
  position: relative;
  overflow: hidden;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #070f1f;
  border: 1px solid #070f1f;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }
}

.svc-card {
  background: #fff;
  padding: 54px 38px 48px;
  transition: 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.svc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #070f1f;
  transform: translateY(101%);
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 0;
}
.svc-card > * {
  position: relative;
  z-index: 1;
  transition: 0.45s;
}
.svc-card:hover::before {
  transform: translateY(0);
}
.svc-card:hover h3, .svc-card:hover p {
  color: #fff;
}
.svc-card:hover .num {
  color: #4f93ff;
}
.svc-card:hover .ico {
  background: transparent;
  border-color: #4f93ff;
  color: #4f93ff;
}
.svc-card .ico {
  width: 62px;
  height: 62px;
  border: 1.5px solid #0047ab;
  border-radius: 0;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  color: #0047ab;
  margin-bottom: 28px;
  background: transparent;
}
.svc-card h3 {
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.svc-card .num {
  position: absolute;
  top: 34px;
  right: 38px;
  font-family: "Outfit";
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: #c2cee0;
}
.svc-card p {
  color: #5b6675;
  font-size: 0.95rem;
}

.strength {
  padding: 5rem 0;
}

.str-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #070f1f;
  border: 1px solid #070f1f;
}
@media screen and (max-width: 1024px) {
  .str-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .str-grid {
    grid-template-columns: 1fr;
  }
}
.str-grid .item {
  padding: 62px 42px;
  background: #fff;
  transition: 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.str-grid .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #070f1f;
  transform: translateY(-101%);
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 0;
}
.str-grid .item > * {
  position: relative;
  z-index: 1;
  transition: 0.45s;
}
.str-grid .item:hover::before {
  transform: translateY(0);
}
.str-grid .item:hover h3 {
  color: #fff;
}
.str-grid .item:hover .en {
  color: #4f93ff;
}
.str-grid .item:hover p {
  color: rgba(255, 255, 255, 0.82);
}
.str-grid .item:hover .ico {
  color: #4f93ff;
  border-color: #4f93ff;
}
.str-grid .ico {
  width: 64px;
  height: 64px;
  border: 1.5px solid #0047ab;
  border-radius: 0;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  color: #0047ab;
  margin-bottom: 28px;
  transition: 0.45s;
  transform: rotate(45deg);
}
.str-grid .ico i {
  transform: rotate(-45deg);
}
.str-grid .en {
  font-family: "Outfit";
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  color: #1e6be0;
}
.str-grid h3 {
  font-size: 1.55rem;
  font-weight: 900;
  margin: 10px 0 16px;
  letter-spacing: 0.02em;
}
.str-grid p {
  color: #5b6675;
  font-size: 0.95rem;
}

.works {
  padding: 5rem 0;
  background: #070f1f;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
@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;
  }
}

.work-card {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.work-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.work-card:hover img {
  transform: scale(1.09);
}
.work-card .cap {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 37, 110, 0.92), transparent 58%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
}
.work-card .cap .cat {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  background: #1e6be0;
  display: inline-block;
  padding: 3px 13px;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  font-weight: 700;
}
.work-card .cap h4 {
  font-size: 1.12rem;
  font-weight: 700;
}

.works-more {
  text-align: center;
  margin-top: 54px;
  position: relative;
  z-index: 2;
}

.onigiri {
  padding: 5rem 0;
  background: #f3f7fd;
  position: relative;
  overflow: hidden;
}

.oni-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .oni-grid {
    grid-template-columns: 1fr;
  }
}

.oni-copy .en {
  font-size: 0.82rem;
  letter-spacing: 0.4em;
  font-weight: 700;
  color: #d98a2b;
  text-transform: uppercase;
}
.oni-copy h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 14px 0 22px;
}
.oni-copy h2 b {
  color: #c97718;
}
@media screen and (max-width: 768px) {
  .oni-copy h2 {
    font-size: 1.8rem;
  }
}
.oni-copy p {
  color: #5b6675;
  margin-bottom: 24px;
}

.oni-tag {
  display: inline-block;
  background: #fff7ec;
  color: #c97718;
  border: 1px solid #f0d9b8;
  padding: 6px 16px;
  border-radius: 0;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 8px 8px 0;
}

.btn-oni {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #c97718;
  color: #fff;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 50px;
  margin-top: 14px;
  transition: 0.35s;
}
.btn-oni:hover {
  background: #a85f0e;
  transform: translateY(-2px);
}

.oni-visual {
  border-radius: 0;
  overflow: hidden;
  height: 440px;
  position: relative;
}
.oni-visual::before {
  content: "";
  position: absolute;
  top: -22px;
  right: -22px;
  width: 120px;
  height: 120px;
  border-top: 2px solid #c97718;
  border-right: 2px solid #c97718;
  z-index: 2;
}
.oni-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insta {
  padding: 5rem 0;
  text-align: center;
}
.insta .sec-head {
  margin-bottom: 36px;
}
.insta .insta-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: #0047ab;
  border: 1.5px solid #0047ab;
  padding: 14px 32px;
  border-radius: 0;
  transition: 0.35s;
  margin-bottom: 46px;
}
.insta .insta-link:hover {
  background: #0047ab;
  color: #fff;
}
.insta .insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #070f1f;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .insta .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.insta .insta-grid .cell {
  aspect-ratio: 1;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.insta .insta-grid .cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.insta .insta-grid .cell:hover img {
  transform: scale(1.1);
}
.insta .insta-grid .cell::after {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 37, 110, 0.72);
  color: #fff;
  font-size: 1.8rem;
  opacity: 0;
  transition: 0.4s;
}
.insta .insta-grid .cell:hover::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .company-inner {
    padding: 0 5%;
  }
}

.company-story {
  max-width: 880px;
  margin: 0 auto 56px;
}
.company-story .cs-block {
  padding: 34px 0;
  border-bottom: 1px solid #e3e8f0;
}
.company-story .cs-block:first-child {
  border-top: 1px solid #e3e8f0;
}
.company-story .cs-block .en {
  display: block;
  font-family: "Outfit";
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e6be0;
  margin-bottom: 14px;
}
.company-story .cs-block h4 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0047ab;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.company-story .cs-block p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #070f1f;
}
.company-story .cs-block .cs-catch {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #070f1f;
}

.company-greeting {
  max-width: 880px;
  margin: 0 auto 56px;
  padding: 48px 52px;
  background: #f3f7fd;
  border-left: 4px solid #0047ab;
}
@media screen and (max-width: 768px) {
  .company-greeting {
    padding: 34px 26px;
  }
}
.company-greeting .en {
  display: block;
  font-family: "Outfit";
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e6be0;
  margin-bottom: 14px;
}
.company-greeting h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #070f1f;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.company-greeting .cg-body {
  font-size: 1.05rem;
  line-height: 2;
  color: #070f1f;
}
.company-greeting .cg-sign {
  margin-top: 28px;
  text-align: right;
  font-size: 1rem;
  line-height: 1.8;
  color: #070f1f;
}
.company-greeting .cg-sign .cg-name {
  font-size: 1.2rem;
  font-weight: 800;
}
.company-greeting .cg-sign .cg-role {
  color: #0047ab;
  font-weight: 700;
  margin-right: 6px;
}

.company-table {
  max-width: 880px;
  margin: 0 auto;
  border-top: 2px solid #070f1f;
}
.company-table .row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #e3e8f0;
  padding: 26px 8px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .company-table .row {
    grid-template-columns: 140px 1fr;
  }
}
.company-table .row:hover {
  background: #f3f7fd;
}
.company-table dt {
  font-weight: 800;
  color: #0047ab;
  letter-spacing: 0.05em;
}
.company-table dd {
  color: #070f1f;
}

.svc-detail {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.svc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .svc-row {
    grid-template-columns: 1fr;
  }
}
.svc-row:nth-child(even) {
  direction: rtl;
}
.svc-row:nth-child(even) > * {
  direction: ltr;
}
@media screen and (max-width: 1024px) {
  .svc-row:nth-child(even) {
    direction: ltr;
  }
}
.svc-row .txt .num {
  font-family: "Outfit";
  font-size: 3.4rem;
  font-weight: 900;
  color: rgba(0, 71, 171, 0.14);
  line-height: 1;
}
.svc-row .txt h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 6px 0 18px;
}
.svc-row .txt p {
  color: #5b6675;
}
.svc-row .img {
  border-radius: 0;
  overflow: hidden;
  height: 340px;
  position: relative;
}
.svc-row .img::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 90px;
  height: 90px;
  border-top: 2px solid #0047ab;
  border-left: 2px solid #0047ab;
  z-index: 2;
}
.svc-row .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.svc-main {
  border-radius: 0;
  overflow: hidden;
  margin: 0 auto 80px;
  max-width: 1000px;
  position: relative;
}
.svc-main::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 90px;
  height: 90px;
  border-top: 2px solid #0047ab;
  border-left: 2px solid #0047ab;
  z-index: 2;
}
.svc-main img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .svc-main img {
    height: 240px;
  }
}

.works-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .works-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .works-gallery {
    grid-template-columns: 1fr;
  }
}

.wg-card {
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3e8f0;
  transition: 0.4s;
  position: relative;
}
.wg-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0047ab;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s;
}
.wg-card:hover {
  border-color: #0047ab;
}
.wg-card:hover::after {
  transform: scaleX(1);
}
.wg-card .thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.wg-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.wg-card:hover .thumb img {
  transform: scale(1.08);
}
.wg-card .body {
  padding: 22px 24px;
}
.wg-card .cat {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  background: #f3f7fd;
  color: #0047ab;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 0;
  font-weight: 700;
  margin-bottom: 10px;
}
.wg-card h4 {
  font-size: 1.12rem;
  font-weight: 800;
}

.oni-menu-visual {
  margin-bottom: 44px;
  overflow: hidden;
}
.oni-menu-visual img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .oni-menu-visual {
    margin-bottom: 28px;
  }
  .oni-menu-visual img {
    aspect-ratio: 3/2;
  }
}

.oni-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .oni-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .oni-menu {
    grid-template-columns: 1fr;
  }
}

.oni-item {
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0e3d0;
  transition: 0.4s;
  position: relative;
}
.oni-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #c97718;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s;
}
.oni-item:hover {
  border-color: #c97718;
}
.oni-item:hover::after {
  transform: scaleX(1);
}
.oni-item .thumb {
  aspect-ratio: 1;
  overflow: hidden;
}
.oni-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.oni-item:hover .thumb img {
  transform: scale(1.08);
}
.oni-item .body {
  padding: 20px 22px;
  text-align: center;
}
.oni-item h4 {
  font-size: 1.15rem;
  font-weight: 900;
}
.oni-item .price {
  color: #c97718;
  font-family: "Outfit";
  font-weight: 800;
  font-size: 1.1rem;
  margin-top: 6px;
}

.oni-info-bar {
  background: #fff7ec;
  border-radius: 0;
  border-top: 3px solid #c97718;
  padding: 44px 50px;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .oni-info-bar {
    grid-template-columns: 1fr;
  }
}
.oni-info-bar .blk .lbl {
  color: #c97718;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.oni-info-bar .blk .val {
  font-weight: 700;
}

.recruit-msg {
  background: #070f1f;
  color: #fff;
  border-radius: 0;
  border-left: 4px solid #4f93ff;
  padding: 70px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.recruit-msg .ghost {
  position: absolute;
  top: -30px;
  right: -10px;
  font-family: "Outfit";
  font-weight: 900;
  font-size: 9rem;
  color: rgba(255, 255, 255, 0.06);
}
.recruit-msg h3 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.recruit-msg p {
  margin-top: 18px;
  opacity: 0.92;
  position: relative;
  z-index: 1;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .job-grid {
    grid-template-columns: 1fr;
  }
}

.job-card {
  border: 1px solid #e3e8f0;
  border-radius: 0;
  padding: 40px 38px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.job-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #0047ab;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.4s;
}
.job-card:hover {
  border-color: #0047ab;
}
.job-card:hover::before {
  transform: scaleY(1);
}
.job-card .tag {
  font-size: 0.75rem;
  background: #f3f7fd;
  color: #0047ab;
  padding: 5px 14px;
  border-radius: 0;
  font-weight: 700;
}
.job-card h4 {
  font-size: 1.4rem;
  font-weight: 900;
  margin: 14px 0 16px;
}
.job-card dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 18px;
  font-size: 0.92rem;
}
.job-card dt {
  color: #0047ab;
  font-weight: 700;
}
.job-card dd {
  color: #5b6675;
}

.form-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.wpcf7 {
  max-width: 760px;
  margin: 0 auto;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="password"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border: 1.5px solid #e3e8f0;
  border-radius: 0;
  padding: 16px 18px;
  font-size: 1rem;
  font-weight: 500;
  font-family: inherit;
  background: #f3f7fd;
  transition: 0.3s;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #1e6be0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(30, 107, 224, 0.1);
}
.wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}
.wpcf7 .wpcf7-form p,
.wpcf7 form p {
  margin-bottom: 24px;
}
.wpcf7 label {
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.wpcf7 .red,
.wpcf7 .blue,
.wpcf7 .req,
.wpcf7 .opt {
  display: inline-block;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
}
.wpcf7 .red,
.wpcf7 .req {
  background: #e03131;
}
.wpcf7 .blue,
.wpcf7 .opt {
  background: #0047ab;
}
.wpcf7 .wpcf7cf-confirm {
  display: block;
  font-weight: 700;
  color: #070f1f;
  padding: 4px 0 2px;
}
.wpcf7 .wpcf7-acceptance,
.wpcf7 label.policy {
  display: block;
  text-align: center;
  font-weight: 700;
  margin: 34px 0;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"],
.wpcf7 label.policy input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
  transform: scale(1.2);
  vertical-align: middle;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item,
.wpcf7 label.policy .wpcf7-list-item {
  margin: 0;
}
.wpcf7 input[type="submit"],
.wpcf7 button,
.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7cf-step input {
  display: block;
  margin: 14px auto 0;
  min-width: 260px;
  width: auto;
  background: linear-gradient(135deg, #1e6be0, #00256e);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  text-align: center;
  padding: 18px 42px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 12px 34px rgba(0, 71, 171, 0.4);
  cursor: pointer;
  transition: 0.35s;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 button:hover,
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7cf-step input:hover {
  transform: translateY(-3px);
}
.wpcf7 input[type="button"],
.wpcf7 .wpcf7cf-back,
.wpcf7 .wpcf7cf-prev {
  display: block;
  margin: 14px auto 0;
  min-width: 260px;
  width: auto;
  background: #fff;
  color: #00256e;
  font-weight: 800;
  font-size: 1.05rem;
  text-align: center;
  padding: 16px 42px;
  border: 2px solid #e3e8f0;
  border-radius: 50px;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7 input[type="button"]:hover,
.wpcf7 .wpcf7cf-back:hover,
.wpcf7 .wpcf7cf-prev:hover {
  border-color: #0047ab;
  background: #f3f7fd;
  transform: none;
}
.wpcf7 .wpcf7-spinner {
  margin: 16px auto 0;
  display: block;
}
.wpcf7 .wpcf7-response-output {
  margin: 24px 0 0;
  border-radius: 0;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #d33;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: 6px;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #d33 !important;
}

.form-row {
  margin-bottom: 28px;
}
.form-row label {
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.form-row label .req {
  background: #e03131;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 0;
  margin-left: 8px;
}
.form-row input,
.form-row textarea {
  width: 100%;
  border: 1.5px solid #e3e8f0;
  border-radius: 0;
  padding: 16px 18px;
  font-size: 1rem;
  font-family: inherit;
  transition: 0.3s;
  background: #f3f7fd;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #1e6be0;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(30, 107, 224, 0.1);
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}

.policy-body {
  max-width: 880px;
  margin: 0 auto;
}
.policy-body h3 {
  font-size: 1.4rem;
  font-weight: 900;
  margin: 48px 0 16px;
  padding-left: 18px;
  position: relative;
  letter-spacing: 0.02em;
}
.policy-body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 4px;
  height: 1.1em;
  background: #0047ab;
}
.policy-body h3:first-child {
  margin-top: 0;
}
.policy-body p {
  color: #5b6675;
  margin-bottom: 16px;
  line-height: 2;
}
.policy-body ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.policy-body li {
  color: #5b6675;
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  line-height: 1.9;
}
.policy-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  background: #1e6be0;
  transform: rotate(45deg);
}
.policy-body a {
  color: #0047ab;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */