@charset "UTF-8";

:root {
  --ink: #111312;
  --ink-soft: #252827;
  --ivory: #f4f1ea;
  --paper: #fbfaf7;
  --line: rgba(17, 19, 18, 0.16);
  --red: #a40f1b;
  --gold: #aa8a4f;
  --muted: #6d716e;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.9;
}

body,
button,
input,
textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

img {
  display: block;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.inner {
  box-sizing: border-box;
  max-width: 1180px;
  padding-right: 32px;
  padding-left: 32px;
}

.section__eyebrow {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

h2,
.service__lead,
.message__lead {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

h2 {
  color: var(--ink);
  font-size: clamp(36px, 4.1vw, 58px);
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.35;
}

h2 span {
  display: inline-block;
  margin: 0 0 0 18px;
  color: var(--red);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  vertical-align: middle;
}

.txt {
  color: #414542;
  font-size: 15px;
  letter-spacing: 0.055em;
  line-height: 2.05;
}

/* Header */
.header {
  position: fixed !important;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, rgba(8, 10, 9, 0.7), rgba(8, 10, 9, 0));
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.header.is-scrolled {
  background: #101211 !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
}

.header__inner,
.header.fixed .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 64px);
  max-width: 1320px;
  height: 90px;
  margin: 0 auto;
  padding-top: 0;
}

.header__brand {
  display: flex;
  align-items: center;
  width: 128px;
  min-height: 52px;
  padding: 8px 14px;
  background: rgba(251, 250, 247, 0.96);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, background-color 0.35s ease;
}

.header__brand:hover {
  background: #fff;
  transform: translateY(-2px);
}

.header__brand img {
  width: 100%;
}

.header__inner .nav,
.header.fixed .header__inner .nav {
  position: static;
  width: auto;
  margin: 0;
}

.header__inner .nav .navGroup div ul {
  gap: 34px;
}

.header__inner .nav .navGroup div ul li + li,
.header.fixed .header__inner .nav .navGroup ul li + li {
  margin-left: 0;
}

.header__inner .nav .navGroup div ul li a,
.header.fixed .header__inner .nav .navGroup ul li a {
  position: relative;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.header__inner .nav .navGroup div ul li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.header__inner .nav .navGroup div ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Hero */
.mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100svh;
  min-height: 720px;
  max-height: 980px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, 0.82) 0%, rgba(7, 9, 8, 0.52) 48%, rgba(7, 9, 8, 0.2) 78%),
    linear-gradient(180deg, rgba(7, 9, 8, 0.2), rgba(7, 9, 8, 0.34)),
    url(../images/mv_pc.png) center center / cover no-repeat;
}

.mv::before {
  position: absolute;
  top: 90px;
  bottom: 0;
  left: calc(50% - 590px);
  width: 1px;
  background: linear-gradient(rgba(255, 255, 255, 0.2), transparent 82%);
  content: "";
}

.mv__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.mv__eyebrow {
  margin-bottom: 28px;
  color: #d6bd8c;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.24em;
}

.mv h1 {
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(48px, 6.1vw, 86px);
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.mv h1 em {
  color: #fff;
  font-style: normal;
}

.mv h1 em::after {
  display: inline-block;
  width: 52px;
  height: 1px;
  margin-left: 24px;
  background: #c2a36b;
  content: "";
  vertical-align: 0.35em;
}

.mv__lead {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.mv__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 240px;
  margin-top: 42px;
  padding: 18px 64px 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.13em;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.mv__link::after {
  position: absolute;
  right: 22px;
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.mv__link:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: #111312;
}

.mv__scroll {
  position: absolute;
  right: 36px;
  bottom: 46px;
  padding-bottom: 64px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
}

.mv__scroll::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 48px;
  background: var(--gold);
  content: "";
}

/* Service */
.service {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 150px 0;
  background: var(--ivory);
}

.service__fig,
.service__txtArea {
  width: 100%;
}

.service__fig {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.service__fig::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 118px;
  height: 118px;
  border-right: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  content: "";
}

.service__fig img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
}

.service__txtArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 8vw 64px 74px;
  background: var(--paper);
}

.service__txtArea h2 {
  margin-top: 22px;
  font-size: clamp(34px, 3.15vw, 52px);
  letter-spacing: 0.06em;
  word-break: keep-all;
}

.service__lead,
.message__lead {
  margin-top: 42px;
  color: var(--ink);
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.8;
}

.service__txtArea .txt {
  max-width: 580px;
  margin-top: 32px;
}

.service__values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.service__values span {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.service__values span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--red);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

/* Works */
.works {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding-top: 144px;
  padding-bottom: 150px;
  color: #fff;
}

.works::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background:
    radial-gradient(circle at 92% 5%, rgba(170, 138, 79, 0.12), transparent 28%),
    #111312;
  content: "";
  transform: translateX(-50%);
}

.works.inner h2 {
  margin-top: 22px;
  color: #fff;
  text-align: left;
}

.works__intro {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 2;
}

.works.inner ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  margin-top: 70px;
}

.works.inner ul li {
  width: 100%;
  padding: 30px;
  border-top: 1px solid var(--gold);
  background: rgba(255, 255, 255, 0.035);
  transition: background-color 0.35s ease, transform 0.35s ease;
}

.works.inner ul li:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-6px);
}

.works__number {
  color: #c6a96f;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.works.inner ul li h3 {
  min-height: 3.3em;
  margin-top: 18px;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.65;
  text-align: left;
}

.works.inner ul li .fig {
  position: relative;
  height: auto;
  margin-top: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.works.inner ul li .fig::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2));
  content: "";
  pointer-events: none;
}

.works.inner ul li .fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
  transition: filter 0.45s ease, transform 0.65s ease;
}

.works.inner ul li:hover .fig img {
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.025);
}

.works.inner ul li h4 {
  margin-top: 30px;
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
}

.works.inner ul li .txt {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 2;
}

/* Message */
.message,
.message.inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: 90px;
  align-items: center;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.message.inner .message__txtArea,
.message.inner .fig {
  width: 100%;
}

.message.inner .message__txtArea h2 {
  margin-top: 22px;
}

.message__lead {
  margin-top: 38px;
}

.message.inner .message__txtArea .txt {
  max-width: 650px;
  margin-top: 28px;
}

.message.inner .message__txtArea .txt:last-child {
  margin-top: 32px;
  color: var(--ink);
  font-size: 14px;
  text-align: right;
}

.message.inner .fig {
  position: relative;
  margin-top: 0;
}

.message.inner .fig::before {
  position: absolute;
  z-index: -1;
  top: -22px;
  right: -22px;
  width: 72%;
  height: 72%;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  content: "";
}

.message.inner .fig img {
  width: 100%;
  filter: saturate(0.72) contrast(1.02);
}

/* Company */
.company {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.company::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: var(--paper);
  content: "";
  transform: translateX(-50%);
}

.company h2,
.company > .section__eyebrow {
  text-align: left;
}

.company h2 {
  margin-top: 22px;
}

.company .company__tbl {
  margin-top: 64px;
  border-top: 1px solid var(--ink);
}

.company .company__tbl tr {
  border-bottom: 1px solid var(--line);
}

.company .company__tbl tr th,
.company .company__tbl tr td {
  padding: 27px 28px;
  color: #313431;
  font-size: 14px;
  line-height: 1.9;
}

.company .company__tbl tr th {
  width: 25%;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* Contact */
.contact {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 150px;
}

.contact > .section__eyebrow,
.contact h2 {
  text-align: center;
}

.contact h2 {
  margin-top: 22px;
}

.contact__lead {
  margin: 30px auto 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.contact form {
  max-width: 960px;
  margin: 64px auto 0;
  padding: 26px 54px 54px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(17, 19, 18, 0.08);
}

.contact .contact__tbl {
  width: 100%;
  margin-top: 0;
}

.contact .contact__tbl tr {
  border-bottom: 1px solid var(--line);
}

.contact .contact__tbl tr th,
.contact .contact__tbl tr td {
  box-sizing: border-box;
  padding: 28px 18px;
  font-size: 14px;
}

.contact .contact__tbl tr th {
  width: 30%;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: left;
}

.contact .contact__tbl tr th span {
  margin-left: 6px;
  color: var(--red);
}

.contact .contact__tbl tr td {
  color: var(--muted);
}

.contact .contact__tbl tr td input[type="email"],
.contact .contact__tbl tr td input[type="name"],
.contact .contact__tbl tr td input[type="tel"],
.contact .contact__tbl tr td input[type="text"],
.contact .contact__tbl tr td textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bbbdb9;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 15px;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.contact .contact__tbl tr td input[type="email"],
.contact .contact__tbl tr td input[type="name"],
.contact .contact__tbl tr td input[type="tel"],
.contact .contact__tbl tr td input[type="text"] {
  height: 48px;
  padding: 0 12px;
  line-height: 48px;
}

.contact .contact__tbl tr td textarea {
  height: 150px;
  padding: 14px 12px;
  border: 1px solid #bbbdb9;
  line-height: 1.8;
}

.contact .contact__tbl tr td input:focus,
.contact .contact__tbl tr td textarea:focus {
  border-color: var(--gold);
  background: rgba(170, 138, 79, 0.045);
  outline: none;
}

.contact .btnArea {
  margin-top: 44px;
}

.contact .btnArea .btn {
  position: relative;
  width: min(100%, 380px);
  height: 68px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 68px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.contact .btnArea .btn:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.contact .btnArea .btn.back {
  border: 1px solid #8b8e8b;
  background: transparent;
  color: var(--ink);
}

.contact .contact__off {
  max-width: 780px;
  margin: 52px auto 0;
  padding: 48px;
  background: var(--paper);
  color: #414542;
  line-height: 2;
}

.contact__tbl .error {
  color: var(--red);
}

/* Footer */
.footer {
  position: relative;
  margin-top: 0;
  padding: 0;
  background: #101211;
  color: #fff;
}

.footer__inner,
.footer .footer__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 166px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.footer__inner__address,
.footer .footer__inner .footer__inner__address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  width: 100%;
  text-align: left;
}

.footer__inner__address .logo {
  width: 122px;
  flex: 0 0 auto;
  padding: 10px 14px;
  background: var(--paper);
}

.footer__copy {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__company {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.footer__tagline {
  margin-top: 5px;
  color: #bba271;
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.footer__inner__address .txt {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  letter-spacing: 0.13em;
}

.footer__inner__address .txt span {
  display: block;
  margin-top: 6px;
  color: #bba271;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.2em;
}

#copyright {
  display: block;
  padding: 18px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-align: center;
}

.footer .pageTop,
.pageTop {
  position: fixed !important;
  top: auto !important;
  right: 20px !important;
  bottom: 20px !important;
  left: auto !important;
  width: 54px;
  height: 54px;
  margin: 0 !important;
  transform: none !important;
  writing-mode: horizontal-tb !important;
}

.footer .pageTop a,
.pageTop a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(17, 19, 18, 0.92);
  color: #fff !important;
  font-size: 19px !important;
  line-height: 1 !important;
  text-indent: 0 !important;
  transform: none !important;
  writing-mode: horizontal-tb !important;
}

.footer .pageTop a::before,
.footer .pageTop a::after,
.pageTop a::before,
.pageTop a::after {
  display: none !important;
  content: none !important;
}

/* Confirmation and completion pages */
.subpage #contents {
  min-height: 70vh;
}

.subpage .contact {
  padding-top: 110px;
}

.subpage .contact > .txt {
  margin-top: 28px;
  color: var(--muted);
  text-align: center;
}

.subpage .contact .btnArea {
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .header__inner,
  .header.fixed .header__inner {
    width: calc(100% - 40px);
  }

  .header__inner .nav .navGroup div ul {
    gap: 20px;
  }

  .header__inner .nav .navGroup div ul li a,
  .header.fixed .header__inner .nav .navGroup ul li a {
    font-size: 11px;
  }

  .mv::before {
    left: 32px;
  }

  .service__txtArea {
    padding-right: 52px;
    padding-left: 52px;
  }

  .message,
  .message.inner {
    gap: 56px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
  }

  .section__eyebrow {
    font-size: 12px;
  }

  h2 {
    font-size: 33px;
  }

  h2 span {
    display: block;
    margin: 8px 0 0;
    font-size: 14px;
  }

  .txt {
    font-size: 14px;
    line-height: 2;
  }

  .header {
    height: 68px !important;
    background: rgba(13, 15, 14, 0.92);
  }

  .header__inner,
  .header.fixed .header__inner {
    width: 100%;
    height: 68px;
    padding-left: 18px;
  }

  .header__brand {
    width: 102px;
    min-height: 42px;
    padding: 6px 11px;
  }

  #navOpen {
    top: 0;
    width: 68px;
    height: 68px;
    background: var(--red);
  }

  #navOpen::before {
    top: 24px;
  }

  #navOpen::after {
    bottom: 24px;
  }

  #navOpen.open::before {
    top: 34px;
  }

  #navOpen.open::after {
    bottom: 32px;
  }

  .header__inner .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
  }

  .header__inner .nav .navGroup {
    background: rgba(14, 16, 15, 0.98);
  }

  .header__inner .nav .navGroup div {
    height: 100svh;
  }

  .header__inner .nav .navGroup div ul {
    gap: 0;
  }

  .header__inner .nav .navGroup div ul li + li {
    margin-top: 18px;
  }

  .header__inner .nav .navGroup div ul li a {
    height: auto;
    padding: 14px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 1.5;
  }

  .mv {
    height: 88svh;
    min-height: 650px;
    max-height: none;
    background:
      linear-gradient(90deg, rgba(7, 9, 8, 0.8), rgba(7, 9, 8, 0.32)),
      url(../images/mv_sp.png) center center / cover no-repeat;
  }

  .mv::before {
    top: 68px;
    left: 22px;
  }

  .mv__content {
    padding-top: 64px;
  }

  .mv__eyebrow {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .mv h1 {
    font-size: clamp(36px, 11vw, 49px);
    letter-spacing: 0.08em;
    line-height: 1.55;
  }

  .mv h1 em::after {
    width: 28px;
    margin-left: 12px;
  }

  .mv__lead {
    margin-top: 24px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .mv__link {
    min-width: 220px;
    margin-top: 34px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mv__scroll {
    display: none;
  }

  .service {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    margin: 0 auto !important;
    padding: 82px 22px !important;
  }

  .service__fig {
    min-height: 0;
    order: 2;
    margin-top: 44px;
    aspect-ratio: 4 / 3;
  }

  .service__fig img {
    min-height: 0;
    object-fit: cover;
  }

  .service__txtArea {
    order: 1;
    padding: 0;
    background: transparent;
  }

  .service__txtArea h2 {
    margin-top: 16px;
    font-size: 32px;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .service__lead,
  .message__lead {
    margin-top: 30px;
    font-size: 24px;
  }

  .service__txtArea .txt {
    margin-top: 26px;
  }

  .service__values {
    margin-top: 32px;
  }

  .works {
    margin-top: 0;
    padding-top: 82px;
    padding-bottom: 90px;
  }

  .works.inner h2 {
    margin-top: 16px;
  }

  .works__intro {
    margin-top: 22px;
  }

  .works.inner ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
  }

  .works.inner ul li {
    width: 100%;
    padding: 22px;
  }

  .works.inner ul li + li {
    margin-top: 0;
  }

  .works.inner ul li h3 {
    min-height: 0;
    margin-top: 12px;
    font-size: 22px;
  }

  .works.inner ul li .fig {
    margin-top: 20px;
  }

  .works.inner ul li h4 {
    margin-top: 24px;
    font-size: 19px;
  }

  .message,
  .message.inner {
    display: flex;
    flex-direction: column;
    gap: 52px;
    margin-top: 0;
    padding-top: 86px;
    padding-bottom: 94px;
  }

  .message.inner .message__txtArea {
    width: 100%;
  }

  .message.inner .message__txtArea h2 {
    margin-top: 16px;
    text-align: left;
  }

  .message.inner .fig {
    width: calc(100% - 18px);
    margin-right: 18px;
  }

  .message.inner .fig::before {
    top: -14px;
    right: -18px;
  }

  .company {
    margin-top: 0;
    padding-top: 82px;
    padding-bottom: 90px;
  }

  .company h2 {
    margin-top: 16px;
  }

  .company .company__tbl {
    margin-top: 42px;
  }

  .company .company__tbl tr th,
  .company .company__tbl tr td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 13px;
  }

  .company .company__tbl tr th {
    padding-top: 20px;
    color: var(--red);
    font-size: 11px;
  }

  .company .company__tbl tr td {
    padding: 6px 0 20px;
  }

  .contact {
    margin-top: 0;
    padding-top: 82px;
    padding-bottom: 90px;
  }

  .contact h2 {
    margin-top: 16px;
  }

  .contact__lead {
    margin-top: 24px;
    text-align: left;
  }

  .contact__lead br {
    display: none;
  }

  .contact form {
    margin-top: 42px;
    padding: 8px 20px 34px;
  }

  .contact .contact__tbl tr th,
  .contact .contact__tbl tr td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .contact .contact__tbl tr th {
    padding-top: 22px;
  }

  .contact .contact__tbl tr td {
    padding: 8px 0 22px;
  }

  .contact .btnArea {
    gap: 12px;
    margin-top: 32px;
  }

  .contact .btnArea .btn,
  .contact .btnArea .btn.back {
    width: 100%;
    height: 60px;
    margin: 0;
    line-height: 60px;
  }

  .contact .contact__off {
    margin-top: 36px;
    padding: 30px 22px;
    font-size: 14px;
  }

  .footer {
    padding-top: 0;
  }

  .footer__inner,
  .footer .footer__inner {
    justify-content: center;
    min-height: 0;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .footer__inner__address,
  .footer .footer__inner .footer__inner__address {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 auto;
    text-align: center;
  }

  .footer__inner__address .logo {
    width: 112px;
  }

  .footer__copy {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    text-align: center;
  }

  .footer__company,
  .footer__tagline {
    text-align: center;
  }

  .footer__inner__address .txt {
    font-size: 11px;
  }

  #copyright {
    padding: 16px 58px;
    font-size: 9px;
    text-align: center;
  }

  .pageTop {
    right: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
  }

  .subpage .contact {
    padding-top: 76px;
  }

  .subpage .contact > .txt {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
