@charset "UTF-8";

/* ==========================================
   ChumTech LP v2
   Ref: PlusA税理士法人LP + CST法律事務所LP
   Brand: Orange #EB620E, Blue #0064A4, Dark #273545
   ========================================== */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");

/* ---------- Base (10px = 1rem) ---------- */
html { font-size: 62.5%; scroll-behavior: smooth; }
body {
  color: #2f2f2f;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.9;
  margin: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; vertical-align: middle; }
a { color: inherit; text-decoration: none; transition: .3s; }
ul, ol { list-style: none; }

/* ---------- Layout ---------- */
.c-inner { width: 110rem; margin: 0 auto; }
@media (max-width: 767px) { .c-inner { width: 100%; padding: 0 5%; } }
.c-inner--narrow { width: 88rem; margin: 0 auto; }
@media (max-width: 767px) { .c-inner--narrow { width: 100%; padding: 0 5%; } }

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

/* ---------- Section heading ---------- */
.sec-head {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}
.sec-head__en {
  font-size: 8rem;
  font-weight: 900;
  color: rgba(0,100,164,.06);
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) { .sec-head__en { font-size: 5rem; } }
.sec-head__ja {
  font-size: 3.2rem;
  font-weight: 700;
  color: #273545;
  letter-spacing: .08em;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.sec-head__ja .pre {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: .8rem;
  color: #EB620E;
}
@media (max-width: 767px) { .sec-head__ja { font-size: 2.6rem; } }

/* ---------- Buttons ---------- */
.c-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; border-radius: 60px; cursor: pointer;
  border: none; font-family: inherit; letter-spacing: .06em;
  transition: .3s; position: relative;
}
.c-btn--primary {
  background: #EB620E; color: #fff;
  padding: 2rem 5rem; font-size: 1.8rem;
  box-shadow: 0 4px 16px rgba(235,98,14,.25);
}
.c-btn--primary:hover { background: #d4570c; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(235,98,14,.35); }
@media (max-width: 767px) { .c-btn--primary { padding: 1.6rem 3rem; font-size: 1.5rem; width: 100%; } }

.c-btn--primary::after {
  content: ""; display: inline-block; width: 0; height: 0;
  border-style: solid; border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 1.2rem;
}

.c-btn--header {
  background: #EB620E; color: #fff;
  padding: 1rem 2.4rem; font-size: 1.4rem;
  border-radius: 60px;
}
.c-btn--header:hover { background: #d4570c; }

/* ========== HEADER ========== */
.l-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: #fff; border-bottom: 1px solid #e8e8e8;
}
.l-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  width: 110rem; margin: 0 auto; height: 8rem;
}
@media (max-width: 767px) {
  .l-header__inner { width: 100%; padding: 0 4%; height: 6rem; }
}
.l-header__logo img { height: 3rem; width: auto; }
@media (max-width: 767px) { .l-header__logo img { height: 2.4rem; } }
.l-header__right { display: flex; align-items: center; gap: 2rem; }
.l-header__tags { display: flex; gap: .8rem; }
@media (max-width: 767px) { .l-header__tags { display: none; } }
.l-header__tag {
  display: inline-block; border: 2px solid #273545; color: #273545;
  font-size: 1.2rem; font-weight: 700; padding: .3rem 1.2rem;
  border-radius: 4px; letter-spacing: .05em;
}

/* ========== MV ========== */
.p-mv {
  padding: 12rem 0 8rem;
  background: #f5f3ee;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) { .p-mv { padding: 8rem 0 5rem; } }

/* 装飾 */
.p-mv::before {
  content: ""; position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 50rem 35rem 0;
  border-color: transparent rgba(0,100,164,.04) transparent transparent;
  z-index: 0;
}

.p-mv__inner {
  display: flex; align-items: center; gap: 5rem;
  position: relative; z-index: 1;
}
@media (max-width: 767px) {
  .p-mv__inner { flex-direction: column; gap: 3rem; }
}

.p-mv__text { flex: 1; }
.p-mv__pre {
  display: inline-block;
  background: #273545; color: #fff;
  font-size: 1.4rem; font-weight: 700;
  padding: .6rem 2rem; letter-spacing: .08em;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) { .p-mv__pre { font-size: 1.2rem; } }

.p-mv__catch {
  font-size: 3.6rem; font-weight: 900;
  color: #273545; line-height: 1.55;
  letter-spacing: .06em;
  margin-bottom: 2rem;
}
.p-mv__catch .em--orange { color: #EB620E; }
.p-mv__catch .em--blue {
  background: linear-gradient(transparent 60%, rgba(0,100,164,.12) 60%);
  padding: 0 .2em;
}
@media (max-width: 767px) { .p-mv__catch { font-size: 2.6rem; } }

.p-mv__lead {
  font-size: 1.6rem; color: #555; line-height: 2;
  margin-bottom: 3rem; font-weight: 500;
}

.p-mv__badges { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.p-mv__badge {
  display: inline-flex; align-items: center; justify-content: center;
  border: 2px solid #EB620E; color: #EB620E;
  font-size: 1.3rem; font-weight: 700;
  padding: .5rem 1.6rem; border-radius: 60px;
  letter-spacing: .04em;
}

.p-mv__photo { flex-shrink: 0; text-align: center; position: relative; }
.p-mv__photo-img {
  width: 32rem; height: auto;
  filter: drop-shadow(0 8px 30px rgba(0,0,0,.15));
}
@media (max-width: 767px) { .p-mv__photo-img { width: 24rem; } }
.p-mv__name {
  display: flex; flex-direction: column; align-items: center;
  margin-top: 1.5rem;
}
.p-mv__name-role {
  font-size: 1.2rem; color: #888; letter-spacing: .1em; font-weight: 500;
}
.p-mv__name-full {
  font-size: 2rem; font-weight: 700; color: #273545; letter-spacing: .1em;
}

/* ========== CTA BAND ========== */
.c-cta-band {
  background: #0064A4;
  padding: 5rem 0;
  text-align: center;
  position: relative;
}
.c-cta-band__text {
  color: #fff; font-size: 2.2rem; font-weight: 700;
  letter-spacing: .06em; margin-bottom: 2.5rem;
}
.c-cta-band__text .em {
  font-size: 2.8rem;
  border-bottom: 3px solid rgba(255,255,255,.5);
  padding-bottom: .2rem;
}
@media (max-width: 767px) { .c-cta-band__text { font-size: 1.8rem; } .c-cta-band__text .em { font-size: 2.2rem; } }
.c-cta-band .c-btn--primary {
  background: #EB620E; color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  font-size: 2rem; padding: 2rem 6rem;
}
.c-cta-band .c-btn--primary:hover {
  background: #d4570c; transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,.25);
}
.c-cta-band .c-btn--primary::after {
  border-color: transparent transparent transparent #fff;
}

/* ========== PROBLEM ========== */
.p-problem {
  padding: 9rem 0;
  background: #0064A4;
  position: relative;
  overflow: hidden;
}
.p-problem::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 1;
}
.p-problem > * { position: relative; z-index: 2; }

.p-problem-head {
  margin-bottom: 3.5rem;
}
.p-problem-head .-ttl {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: .08em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
@media (max-width: 767px) {
  .p-problem-head .-ttl { font-size: 2.4rem; }
}
.p-problem-head .-ttl .u-orange {
  color: #EB620E;
}

.p-problem-box {
  background: #fff;
  padding: 3rem 4.5rem 3.5rem;
  width: 70rem;
  margin: 0 auto;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .p-problem-box { width: 100%; padding: 2.5rem 5%; }
}
.p-problem-box .-list li {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.8;
  padding: 1.2rem 0 1.2rem 4rem;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  color: #2f2f2f;
}
@media (max-width: 767px) {
  .p-problem-box .-list li { font-size: 1.5rem; padding-left: 3.5rem; }
}
.p-problem-box .-list li::before {
  content: "";
  width: 2.2rem; height: 2.2rem;
  background: #EB620E;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center/contain;
  position: absolute;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-problem-box .-list li:last-child { border-bottom: none; }

/* ========== REASON ========== */
.p-reason {
  padding: 9rem 0 10rem;
  background: #fff;
  position: relative;
}
.p-reason::before, .p-reason::after {
  content: ""; position: absolute;
  width: 0; height: 0; border-style: solid;
  z-index: 0;
}
.p-reason::before {
  top: 0; left: 0;
  border-width: 20rem 24rem 0 0;
  border-color: #f5f3ee transparent transparent transparent;
}
.p-reason::after {
  bottom: 0; right: 0;
  border-width: 0 0 20rem 24rem;
  border-color: transparent transparent #f5f3ee transparent;
}

.p-reason__catch {
  text-align: center; margin-bottom: 5rem;
}
.p-reason__catch-text {
  display: inline-block;
  background: #273545; color: #fff;
  font-size: 2.8rem; font-weight: 700;
  letter-spacing: .06em; line-height: 1.6;
  padding: .8rem 3rem 1.2rem;
}
@media (max-width: 767px) { .p-reason__catch-text { font-size: 2rem; padding: .6rem 2rem 1rem; } }

.p-reason__grid {
  display: flex; gap: 3rem; position: relative; z-index: 1;
}
@media (max-width: 767px) { .p-reason__grid { flex-direction: column; } }

.p-reason__card {
  flex: 1; padding: 4rem 3rem 3.5rem;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-reason__card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #EB620E, #0064A4);
}
.p-reason__num {
  font-size: 4.8rem; font-weight: 900; color: rgba(0,100,164,.08);
  letter-spacing: .02em; display: block; margin-bottom: .5rem;
  line-height: 1;
}
.p-reason__card-title {
  font-size: 2rem; font-weight: 700; color: #273545;
  margin-bottom: 1.5rem; letter-spacing: .06em; line-height: 1.5;
}
.p-reason__card-text {
  font-size: 1.4rem; color: #666; line-height: 2; font-weight: 400;
}

/* ========== FEATURE (実績) ========== */
.p-feature {
  padding: 7rem 0;
  background: #f5f3ee;
}
.p-feature__grid {
  display: flex; justify-content: center; gap: 3rem;
  text-align: center; flex-wrap: wrap;
}
@media (max-width: 767px) { .p-feature__grid { gap: 1.5rem; } }

.p-feature__item {
  flex: 1 1 20rem; padding: 3rem 2rem;
  min-width: 18rem;
}
@media (max-width: 767px) {
  .p-feature__item { flex: 1 1 45%; min-width: 0; }
}
.p-feature__number {
  font-size: 6.4rem; font-weight: 900; color: #EB620E;
  line-height: 1.1; display: block; letter-spacing: -.02em;
  white-space: nowrap;
}
@media (max-width: 767px) { .p-feature__number { font-size: 4.8rem; } }
.p-feature__number small { font-size: 2rem; font-weight: 700; color: #273545; }
@media (max-width: 767px) { .p-feature__number small { font-size: 1.6rem; } }
.p-feature__label {
  font-size: 1.4rem; color: #888; margin-top: .8rem; font-weight: 500;
  letter-spacing: .08em;
}

.p-feature__career {
  margin-top: 5rem;
  max-width: 60rem;
  margin-left: auto; margin-right: auto;
}
.p-feature__career-list { }
.p-feature__career-item {
  display: flex; gap: 2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e0ddd6;
  align-items: baseline;
}
.p-feature__career-item:last-child { border-bottom: none; }
.p-feature__career-item dt {
  font-size: 1.4rem; font-weight: 700; color: #EB620E;
  white-space: nowrap; min-width: 10rem;
  letter-spacing: .04em;
}
.p-feature__career-item dd {
  font-size: 1.4rem; color: #555; font-weight: 500;
  letter-spacing: .04em;
}

/* ========== SERVICE (single) ========== */
.p-service {
  padding: 9rem 0;
  background: #fff;
}

.p-service__single {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 767px) {
  .p-service__single { flex-direction: column; gap: 3rem; }
}
.p-service__single .-txt { flex: 1; }
.p-service__single .-img { width: 36rem; flex-shrink: 0; }
@media (max-width: 767px) { .p-service__single .-img { width: 100%; } }

.p-service__single-title {
  background: #0064A4; color: #fff;
  font-size: 2.4rem; font-weight: 700;
  letter-spacing: .06em; line-height: 1.5;
  padding: 1rem 3rem 1.2rem;
  margin-bottom: 1.5rem;
  border-radius: .8rem;
}
@media (max-width: 767px) { .p-service__single-title { font-size: 1.8rem; padding: .8rem 2rem 1rem; } }

.p-service__single-sub {
  font-size: 1.6rem; font-weight: 700; color: #273545;
  margin-bottom: 2rem; letter-spacing: .04em;
}
.p-service__single-detail {
  font-size: 1.5rem; color: #555; line-height: 2; font-weight: 400;
  margin-bottom: 2.5rem;
}
.p-service__single-points {
  list-style: none;
}
.p-service__single-points li {
  font-size: 1.5rem; font-weight: 600; color: #273545;
  padding: .8rem 0 .8rem 3rem;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  letter-spacing: .04em;
}
.p-service__single-points li::before {
  content: "";
  width: 2rem; height: 2rem;
  background: #EB620E;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") no-repeat center/contain;
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
}
.p-service__single-points li:last-child { border-bottom: none; }

.p-service__img {
  width: 100%; height: 24rem;
  object-fit: cover;
  border-radius: .8rem;
}
.p-service__placeholder {
  width: 100%; height: 24rem;
  background: #f0f0f0; border: 1px solid #ddd;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #999; letter-spacing: .04em;
  border-radius: .8rem;
}

/* ========== FLOW ========== */
.p-flow {
  padding: 9rem 0;
  background: #f5f3ee;
}

.p-flow__unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 767px) {
  .p-flow__unit { flex-direction: column; gap: 2rem; }
}
.p-flow__unit .-img { width: 28rem; flex-shrink: 0; }
@media (max-width: 767px) { .p-flow__unit .-img { width: 100%; } }
.p-flow__unit .-txt { flex: 1; }

.p-flow__ttl {
  background: #EB620E; color: #fff;
  font-size: 2.2rem; font-weight: 700;
  letter-spacing: .06em;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
  border-radius: .8rem;
  display: flex; align-items: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-flow__ttl { font-size: 1.8rem; padding: .5rem 2rem .3rem; }
}
.p-flow__ttl .en {
  color: rgba(255,255,255,.5);
  font-size: 1.4rem; letter-spacing: .12em;
  display: inline-block; margin-right: 2rem;
  vertical-align: baseline;
}
.p-flow__detail {
  font-size: 1.5rem; color: #555; line-height: 2; font-weight: 400;
}

.p-flow__unit + .p-flow__unit {
  margin-top: 5rem;
  position: relative;
}
.p-flow__unit + .p-flow__unit .-txt::before {
  content: "";
  width: 0; height: 0;
  border-style: solid;
  border-width: 2rem 3.5rem 0 3.5rem;
  border-color: #d4d0c8 transparent transparent transparent;
  position: absolute;
  left: 14rem;
  top: -3rem;
}
@media (max-width: 767px) {
  .p-flow__unit + .p-flow__unit .-txt::before {
    left: 50%; transform: translateX(-50%); top: -3rem;
  }
}

.p-flow__img {
  width: 100%; height: 18rem;
  object-fit: cover;
  border-radius: .8rem;
}
.p-flow__placeholder {
  width: 100%; height: 18rem;
  background: #e8e6e0; border: 1px solid #d4d0c8;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #999; letter-spacing: .04em;
  border-radius: .8rem;
}

/* ========== MESSAGE ========== */
.p-message {
  padding: 9rem 0;
  background: #fff;
  overflow: hidden;
}
.p-message__inner {
  display: flex; align-items: center; gap: 0;
  max-width: 130rem; margin: 0 auto;
}
@media (max-width: 767px) {
  .p-message__inner { flex-direction: column; }
}
.p-message__photo {
  flex-shrink: 0; width: 48%;
  margin-left: -5rem;
  max-height: 40rem;
  overflow: hidden;
  border-radius: 0 1.2rem 1.2rem 0;
}
@media (max-width: 767px) {
  .p-message__photo { width: 90%; margin: 0 auto 3rem; border-radius: 1.2rem; max-height: 28rem; }
}
.p-message__photo-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.p-message__body {
  flex: 1;
  padding: 4rem 5rem 4rem 5rem;
  display: flex; flex-direction: column; justify-content: center;
}
@media (max-width: 767px) {
  .p-message__body { padding: 0 5%; }
}
.p-message__title {
  font-size: 2.6rem; font-weight: 700; color: #273545;
  margin-bottom: 2.5rem; line-height: 1.6; letter-spacing: .04em;
}
@media (max-width: 767px) { .p-message__title { font-size: 2.2rem; } }

.p-message__text {
  font-size: 1.5rem; color: #555; line-height: 2.2;
  margin-bottom: 2.5rem; font-weight: 400;
}
.p-message__sign { font-size: 1.5rem; color: #273545; font-weight: 500; }
.p-message__sign strong {
  font-size: 2rem; display: block; margin-top: .3rem;
  letter-spacing: .1em;
}

/* ========== FAQ ========== */
.p-faq {
  padding: 9rem 0;
  background: #f5f3ee;
}
.p-faq__list { max-width: 72rem; margin: 0 auto; }
.p-faq__item {
  background: #fff; margin-bottom: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: .8rem;
  overflow: hidden;
}
.p-faq__q {
  padding: 2rem 5rem 2rem 2.4rem;
  font-size: 1.5rem; font-weight: 700;
  color: #273545; cursor: pointer;
  position: relative; letter-spacing: .04em;
  list-style: none;
}
.p-faq__q::-webkit-details-marker { display: none; }
.p-faq__q::before {
  content: "Q"; display: inline-flex; align-items: center; justify-content: center;
  width: 3rem; height: 3rem;
  background: #EB620E; color: #fff;
  font-size: 1.4rem; font-weight: 900;
  border-radius: 50%; margin-right: 1.2rem;
  flex-shrink: 0;
}
.p-faq__q::after {
  content: "+"; position: absolute; right: 2rem; top: 50%;
  transform: translateY(-50%); font-size: 2.2rem; color: #EB620E;
  font-weight: 300;
}
details[open] .p-faq__q::after { content: "−"; }
.p-faq__a {
  padding: 0 2.4rem 2rem 6.6rem;
  font-size: 1.4rem; color: #666; line-height: 2;
  border-top: 1px solid #eee;
  padding-top: 1.5rem; margin-top: -.2rem;
  font-weight: 400;
}

/* ========== CONTACT ========== */
.p-contact {
  padding: 9rem 0;
  background: #273545;
  position: relative;
}
.p-contact .sec-head__ja { color: #fff; }
.p-contact .sec-head__en { color: rgba(255,255,255,.04); }

.p-contact__lead {
  text-align: center; color: rgba(255,255,255,.6);
  font-size: 1.5rem; margin-bottom: 4rem;
  font-weight: 400;
}
.p-contact__form {
  max-width: 60rem; margin: 0 auto;
  background: #fff; padding: 4.5rem 4rem;
  border-radius: 1.2rem;
}
@media (max-width: 767px) { .p-contact__form { padding: 3rem 5%; } }

.p-contact__field { margin-bottom: 2rem; }
.p-contact__field label {
  display: block; font-size: 1.4rem; font-weight: 700;
  color: #273545; margin-bottom: .6rem; letter-spacing: .04em;
}
.p-contact__required {
  background: #EB620E; color: #fff; font-size: 1.1rem;
  padding: .2rem .6rem; margin-left: .8rem;
  font-weight: 700; letter-spacing: .02em;
}
.p-contact__field input,
.p-contact__field textarea {
  width: 100%; padding: 1.2rem 1.6rem; font-size: 1.5rem;
  border: 1px solid #ddd;
  font-family: inherit; transition: .3s;
  letter-spacing: .04em;
}
.p-contact__field input:focus,
.p-contact__field textarea:focus {
  outline: none; border-color: #0064A4;
  box-shadow: 0 0 0 3px rgba(0,100,164,.08);
}
.p-contact__submit { width: 100%; margin-top: 1rem; }

/* ========== FOOTER ========== */
.l-footer {
  padding: 3rem 0;
  background: #273545;
  text-align: center;
}
.l-footer__logo { height: 2rem; width: auto; margin: 0 auto 1rem; filter: brightness(0) invert(1); }
.l-footer__copy { font-size: 1.1rem; color: rgba(255,255,255,.5); letter-spacing: .04em; }
