@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;600;700&display=swap");
/* ベースのリセット・ユーティリティ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button, input, textarea {
  font-family: inherit;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

html {
  font-size: 18px;
  zoom: 0.8;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, sans-serif;
  color: #111;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #f15a24;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

h1, h2, h3, h4 {
  margin: 0 0 0.6rem;
  font-weight: 700;
}

p {
  margin: 0 0 1rem;
  color: #666;
}

small {
  color: #666;
}

header {
  position: fixed;
  top: 8px;
  left: 50%;
  width: calc(100% - 16px);
  max-width: 1360px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
  border-bottom: 1px solid #d6d7db;
  color: #565b63;
  z-index: 20;
  padding: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header .container {
  max-width: none;
  margin: 0;
  padding: 14px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo {
  font-size: 1.32rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #565b63;
}

header .logo a {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

header .logo a:hover {
  opacity: 0.8;
}

header .logo-mark {
  display: none;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav li:first-child::before {
  content: none;
}

header nav ul li a {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #686d75;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header nav a:hover {
  color: #464b53;
  opacity: 1;
}

header.scrolled {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header.scrolled .logo a {
  color: #565b63;
}

header.scrolled nav ul li a {
  color: #686d75;
}

header.scrolled nav ul li a:hover {
  color: #464b53;
  opacity: 1;
}


@media (max-width: 768px) {
/* Removed header overrides to allow global.css to take precedence */
}

.hero {
  position: relative;
  width: calc(100% - 72px);
  max-width: 1320px;
  min-height: 680px;
  margin: 88px auto 0;
  background: #ffffff;
  color: #4f545d;
  overflow: hidden;
}

.hero .hero-visual {
  position: relative;
  height: clamp(560px, 80vh, 780px);
  margin: 0 16px;
  width: calc(100% - 32px);
  border-radius: 0;
  overflow: hidden;
}

.hero .hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 62%;
     object-position: center 62%;
  -webkit-transform: translateY(34px) scale(1.06);
          transform: translateY(34px) scale(1.06);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: opacity 2.6s ease;
  transition: opacity 2.6s ease;
}

.hero .hero-image-alt {
  opacity: 0;
}

.hero .hero-visual:hover .hero-image {
  opacity: 0;
}

.hero .hero-visual:hover .hero-image-alt {
  opacity: 1;
}

.hero .hero-copy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: min(860px, 52%);
  max-width: 100%;
  min-height: 292px;
  padding: 138px 42px 30px;
  background: transparent;
  border-top-right-radius: 0;
}

.hero .hero-copy::before {
  content: none;
  position: absolute;
  left: -130px;
  bottom: 0;
  width: 280px;
  height: 240px;
  background: transparent;
  border-top-right-radius: 0;
  z-index: 0;
  pointer-events: none;
}

.hero .hero-title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(2.15rem, 4.4vw, 3.35rem);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.16;
  margin: 0 0 14px;
  color: #666b73;
  position: relative;
  z-index: 1;
}

.hero .hero-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 300;
  letter-spacing: 0.18em;
  margin: 0;
  color: #75777b;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero {
    width: calc(100% - 20px);
    min-height: 520px;
    margin-top: 74px;
  }
  .hero .hero-visual {
    margin: 0 6px;
    width: calc(100% - 12px);
    height: 400px;
  }
  .hero .hero-image {
    -webkit-transform: translateY(20px) scale(1.04);
            transform: translateY(20px) scale(1.04);
  }
  .hero .hero-copy {
    left: 6px;
    width: 90%;
    min-height: 184px;
    padding: 84px 20px 16px;
    border-top-right-radius: 0;
  }
  .hero .hero-copy::before {
    left: -44px;
    width: 92px;
    height: 92px;
  }
  .hero .hero-title {
    font-size: clamp(1.44rem, 7.6vw, 2rem);
    margin-bottom: 10px;
  }
  .hero .hero-subtitle {
    font-size: clamp(0.84rem, 4.2vw, 1rem);
    letter-spacing: 0.16em;
  }
}
.section {
  padding: 72px 0;
}

.section.works {
  padding-top: 56px;
}

.section .section-title {
  font-size: 1.75rem;
  margin-bottom: 0.4rem;
}

.section .section-lead {
  margin-bottom: 1.2rem;
  color: #666;
}

.section.works {
  background: #f7f8f9;
  padding: 60px 0;
}

.section.works .container {
  max-width: 1180px;
  margin: 0 auto;
}

.section.works .section-title {
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}

.section.works .works-grid {
  display: grid;
  grid-template-columns: repeat(3, 356px);
  gap: 28px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
}

.section.works .work-item {
  width: 100%;
  max-width: 356px;
  text-align: left;
}

.section.works .work-item a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.section.works .work-thumb {
  width: 100%;
  padding-top: 53%; /* 正方形 */
  background: #e7e9eb;
  border-radius: 4px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  margin: 0 0 12px 0;
}

.section.works .work-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.section.works .work-item a:hover .work-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section.works .work-title {
  font-size: 1.16rem;
  font-weight: 400;
  margin-bottom: 6px;
  margin: 6px 0 8px 0;
  color: #000;
  margin-left: 0;
}

.section.works .work-tag {
  font-size: 1rem;
  color: #666;
}

.section.works .works-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 96px;
}

.section.works .works-link-wrap .btn {
  position: relative;
  display: inline-block;
  background: transparent;
  color: #3f4d61;
  padding: 0 36px 7px 0;
  border-radius: 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: lowercase;
}

.section.works .works-link-wrap .btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #8e96a3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.38s ease;
  transition: -webkit-transform 0.38s ease;
  transition: transform 0.38s ease;
  transition: transform 0.38s ease, -webkit-transform 0.38s ease;
}

.section.works .works-link-wrap .btn::before {
  content: "";
  position: absolute;
  width: 16px;
  right: 0;
  bottom: 0;
  border-top: 1px solid #8e96a3;
  -webkit-transform: rotate(43deg);
  transform: rotate(43deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  opacity: 0;
  -webkit-transition: opacity 0.12s ease 0.24s;
  transition: opacity 0.12s ease 0.24s;
}

.section.works .works-link-wrap .btn:hover {
  color: #334154;
}

.section.works .works-link-wrap .btn:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.section.works .works-link-wrap .btn:hover::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .section.works {
    padding: 40px 0;
  }
  .section.works .works-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section.works .work-item {
    max-width: 560px;
  }
  .section.works .section-title {
    margin-bottom: 28px;
  }
  .section.works .works-link-wrap .btn {
    font-size: 1.28rem;
    padding-right: 30px;
  }
  .section.works .works-link-wrap .btn::before {
    width: 14px;
  }
}
/* WORKS ページ用スタイル */
.works-page {
  background: #fff;
  padding: 88px 0;
}

.works-page .page-title {
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3f4d61;
  margin-bottom: 58px;
  font-size: clamp(1.28rem, 2.9vw, 1.78rem);
}

.works-page .works-grid {
  display: grid;
  grid-template-columns: repeat(3, 336px);
  gap: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  justify-items: center;
}

.works-page .work-item {
  width: 100%;
  max-width: 336px;
  text-align: center;
}

.works-page .work-title {
  text-align: center;
}

.works-page .work-tag {
  text-align: center;
}

.works-page .work-item a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.works-page .work-thumb {
  width: 100%;
  padding-top: 52.6%; /* 749×394 */
  background: #e7e9eb;
  border-radius: 4px;
  margin: 0 0 12px 0;
  position: relative;
  overflow: hidden;
}

.works-page .work-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.works-page .work-item a:hover .work-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.works-page .work-title {
  font-size: 1.08rem;
  font-weight: 400;
  margin: 6px 0 8px 0;
  color: #000;
  padding: 0;
}

.works-page .work-tag {
  color: #666;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .works-page {
    padding: 100px 20px;
  }
  .works-page .works-grid {
    grid-template-columns: 1fr;
  }
  .works-page .page-title {
    font-size: clamp(1rem, 4.9vw, 1.38rem);
    margin-bottom: 24px;
  }
}
/* 作品詳細ページ用スタイル */
.work-detail {
  background: #fff;
  padding: 80px 0;
  font-size: 1.08rem;
}

.work-detail .work-detail-title {
  text-align: center;
  font-size: 1.72rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}

.work-detail .work-detail-hero {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}

.work-detail .work-detail-hero img {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.work-detail .work-detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.work-detail .work-detail-left img,
.work-detail .work-detail-right img {
  width: 100%;
  border-radius: 8px;
}

.work-detail .work-detail-info {
  max-width: 800px;
  margin: 0 auto 60px;
}

.work-detail .work-detail-info-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 24px;
}

.work-detail .work-detail-info h2 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  font-size: 1.08rem;
}

.work-detail .work-detail-info p {
  line-height: 1.8;
  margin: 0;
}

.work-detail .work-detail-info p a {
  color: inherit;
}

.work-detail .work-detail-nav {
  text-align: center;
  margin-top: 60px;
}

.work-detail .work-detail-nav {
  text-align: center;
  margin-top: 60px;
}

.work-detail .work-detail-nav .btn {
  background: #6b5f75;
  color: #fff;
  padding: 12px 32px;
  border: none;
  border-radius: 999px;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.work-detail .work-detail-nav .btn:hover {
  background: rgb(86.4075471698, 76.7169811321, 94.4830188679);
}

@media (max-width: 768px) {
  .work-detail {
    padding: 40px 20px;
  }
  .work-detail .work-detail-title {
    margin-bottom: 28px;
  }
  .work-detail .work-detail-two-column {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .work-detail .work-detail-shop {
    padding: 40px 20px;
  }
  .work-detail .work-detail-info-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.section.service {
  background: #fff;
  padding: 60px 0;
}

.section.service .container {
  max-width: 1180px;
  margin: 0 auto;
}

.section.service .section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.section.service .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  justify-items: center;
}

.section.service .service-item {
  width: 300px;
  max-width: 300px;
  min-height: 100%;
  padding: 34px 24px 28px;
  border: 1px solid #d6d7db;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.service .service-title {
  font-weight: 400;
  margin-bottom: 18px;
  font-size: 1.2rem;
}

.section.service .service-icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.section.service .service-icon img {
  width: 78px;
  height: 78px;
  display: block;
}

.section.service .service-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  max-width: 260px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  .section.service {
    padding: 40px 20px;
  }
  .section.service .service-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section.service .service-item {
    max-width: 560px;
    margin: 0 auto;
    padding: 30px 22px 24px;
    text-align: left;
  }
  .section.service .service-desc {
    text-align: left;
  }
}
.section.about {
  background: #f7f8f9;
  padding: 40px 0;
}

.section.about .container {
  max-width: 1180px;
  margin: 0 auto;
}

.section.about .section-title {
  text-align: center;
  margin-bottom: 3px; /* タイトルとコンテンツの間に余白 */
}

.section.about .about-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.about .about-illus img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}

.section.about .about-text p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #666;
  margin-top: 0;
}

@media (max-width: 768px) {
  .section.about {
    padding: 32px 20px;
  }
  .section.about .about-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section.about .about-illus img {
    max-width: 280px;
  }
  .section.about .section-title {
    margin-bottom: 28px;
  }
}
.section.contact {
  background: #fff;
  padding: 60px 0;
}

.section.contact .container {
  max-width: 680px;
  margin: 0 auto;
}

.section.contact .section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.section.contact .section-lead {
  text-align: center;
  font-size: 1.08rem;
  line-height: 4;
  color: #666;
  margin-bottom: 32px;
}

.section.contact .contact-form {
  max-width: 560px;
  margin: 0 auto;
}

.section.contact .form-row {
  margin-bottom: 20px;
}

.section.contact .form-row label {
  display: block;
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 0.98rem;
}

.section.contact .form-row label::after {
  content: "*";
  margin-left: 0.24em;
  color: #f15a24;
}

.section.contact .form-row input,
.section.contact .form-row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.94rem;
}

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

.section.contact .form-row-submit {
  text-align: center;
  margin-top: 32px;
}

.section.contact .form-row-submit .btn {
  background: #6b5f75;
  color: #fff;
  width: 320px;
  max-width: 100%;
  padding: 12px 32px;
  border: none;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.section.contact .form-row-submit .btn:hover {
  background: rgb(86.4075471698, 76.7169811321, 94.4830188679);
}

@media (max-width: 768px) {
  .section.contact {
    padding: 40px 20px;
  }
  .section.contact .section-lead {
    margin-bottom: 24px;
  }
}
/* Confirm ページ用スタイル */
.confirm-page {
  background: #fff;
  padding: 132px 20px 156px;
}

.confirm-page .container {
  max-width: 760px;
  margin: 0 auto;
}

.confirm-page .confirm-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  color: #4b5160;
  margin-bottom: 48px;
}

.confirm-page .confirm-box {
  border: 1px solid #d9dde4;
  border-radius: 14px;
  padding: 18px 24px;
  background: #fff;
}

.confirm-page .confirm-row {
  padding: 26px 0;
  border-bottom: 1px solid #eceff3;
}

.confirm-page .confirm-row:last-child {
  border-bottom: none;
}

.confirm-page .confirm-row h2 {
  margin: 0 0 8px;
  font-size: 1.04rem;
  font-weight: 400;
  color: #4b5160;
}

.confirm-page .confirm-row p {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.9;
  color: #666;
  font-size: 1rem;
}

.confirm-page .confirm-actions {
  text-align: center;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.confirm-page .confirm-actions .btn-submit,
.confirm-page .confirm-actions .btn-back {
  background: #6b5f75;
  color: #fff;
  width: 220px;
  max-width: 100%;
  padding: 12px 32px;
  border: none;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.confirm-page .confirm-actions .btn-submit:hover,
.confirm-page .confirm-actions .btn-back:hover {
  background: rgb(86.4075471698, 76.7169811321, 94.4830188679);
}

@media (max-width: 768px) {
  .confirm-page {
    padding: 104px 20px 124px;
  }
  .confirm-page .confirm-box {
    padding: 14px 16px;
  }
  .confirm-page .confirm-title {
    margin-bottom: 38px;
  }
  .confirm-page .confirm-row {
    padding: 22px 0;
  }
}
/* Thanks ページ用スタイル */
.thanks-page {
  background: #fff;
  padding: 100px 20px 130px;
  text-align: center;
}

.thanks-page .thanks-icon {
  margin: 0 auto 32px;
  width: 220px;
  height: 220px;
}

.thanks-page .thanks-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.thanks-page .thanks-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #767676;
  margin-bottom: 28px;
}

.thanks-page .thanks-message {
  font-size: 1.04rem;
  line-height: 1.9;
  color: #767676;
  margin-bottom: 36px;
}

.thanks-page .thanks-link-wrap .btn {
  background: #6b5f75;
  color: #fff;
  padding: 5px 20px;
  min-width: 210px;
  border: none;
  border-radius: 999px;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.thanks-page .thanks-link-wrap .btn:hover {
  background: rgb(86.4075471698, 76.7169811321, 94.4830188679);
}

.site-footer {
  background: #7b7f8c;
  color: #fff;
  padding: 18px 0;
  text-align: center;
}

.site-footer small {
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  color: #fff;
}

/* WORKS以降の調整（白背景 + 区切り線を明確化） */
#works,
#service,
#about,
#contact,
.site-footer {
  background: #fff;
}

main .section {
  border-top: none;
}

.site-footer {
  border-top: none;
  color: #6b7078;
}

.site-footer small {
  color: #6b7078;
}

#works .section-title,
#service .section-title,
#about .section-title,
#contact .section-title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(1.28rem, 2.9vw, 1.78rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3f4d61;
  margin-bottom: 32px;
}

#works .section-title {
  margin-bottom: 58px;
}

#service .section-title {
  margin-bottom: 58px;
}

#works .container,
#service .container,
#about .container,
#contact .container {
  max-width: 900px;
  position: relative;
}

#works .container::before,
#service .container::before,
#about .container::before,
#contact .container::before {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto 52px;
  border-top: 1px solid #bcc3cd;
}

@media (max-width: 768px) {
  #works .section-title,
  #service .section-title,
  #about .section-title,
  #contact .section-title {
    font-size: clamp(1rem, 4.9vw, 1.38rem);
    margin-bottom: 24px;
  }
  #works .container::before,
  #service .container::before,
  #about .container::before,
  #contact .container::before {
    width: 94%;
    margin-bottom: 36px;
  }
}