@charset "UTF-8";
/* reset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.italiana-regular {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header {
  background-color: #E4DFDC;
  height: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header .wrapper {
    justify-content: flex-start;
  }
}
.header__logo-link {
  display: inline-block;
}
.header__logo-img {
  height: 60px;
  width: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .header__logo .header__logo-img {
    margin-top: 6px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
  }
}
.header__menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1100;
}
.header__menu-toggle-bar {
  display: block;
  width: 2rem;
  height: 3px;
  background-color: #6D5B46;
  margin: 8px auto;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header__menu-toggle {
    display: block;
    position: fixed;
    top: 2px;
    right: 20px;
  }
}
.header__menu-toggle-bar {
  display: block;
  width: 2rem;
  height: 3px;
  margin: 8px auto;
  transition: 0.3s;
  transform-origin: center;
}
.header__menu-toggle.is-open .header__menu-toggle-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header__menu-toggle.is-open .header__menu-toggle-bar:nth-child(2) {
  opacity: 0;
}
.header__menu-toggle.is-open .header__menu-toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -10px);
}
.header__menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.header__menu-item {
  display: flex;
  align-items: center;
}
.header__menu-link {
  text-decoration: none;
  color: #6D5B46;
  font-size: 16px;
  line-height: 90px;
  padding: 10px 15px;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.header__menu-link span {
  position: relative;
  z-index: 2;
}
.header__menu-link:hover {
  opacity: 0.7;
}
.header__menu-link.is-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background-color: #fff7ec;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 768px) {
  .header__menu-link.is-circle::before {
    top: 52%;
  }
}
@media (max-width: 768px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(245, 239, 228, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10%);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    z-index: 1000;
  }
  .header__menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header__menu-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e0d9ce;
  }
  .header__menu-item:hover {
    background-color: #f5efe4;
  }
  .header__menu-link {
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 1.25rem;
    padding: 1.25rem;
  }
  .header__menu:last-child {
    border-bottom: none;
  }
}

.footer {
  margin-top: 120px;
  background-color: #E4DFDC;
  padding: 2rem 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 3.75rem;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none !important;
}
.footer__logo img {
  width: 52px;
  height: 52px;
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .footer__logo {
    justify-content: center;
  }
}
.footer__name {
  font-size: 2rem;
  font-weight: 600;
  color: #6D5B46;
  font-family: "Italiana", sans-serif;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__name {
    font-size: 1.5rem;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
}
.footer__nav-link {
  text-decoration: none;
  color: #6D5B46;
  font-size: 1rem;
  transition: opacity 0.3s;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__page-top {
  position: absolute;
  right: 1rem;
  top: -2rem;
  background-color: #FFFAF2;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  color: #6D5B46;
  font-size: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.footer__page-top:hover {
  background-color: #E4DFDC;
}
.footer__copy {
  margin-top: 2.5rem;
  font-size: 0.75rem;
  color: #E4DFDC;
}
.footer__copy small {
  color: #6D5B46;
  font-size: 0.75rem;
}

/* FV */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.first-view {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1920/1000;
  background-image: url("../images/fv-main@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 2s ease-out forwards;
  animation-delay: 0.3s;
}
.first-view::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}
.first-view > * {
  position: relative;
  z-index: 1;
}

.page-title {
  font-size: 3rem;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  color: #6D5B46;
}

.page-title__large-text {
  font-size: 1.5rem;
  margin-top: 1.875rem;
}

.page-title__sub-text {
  line-height: 1.8;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .first-view {
    aspect-ratio: 375/550;
  }
}
@media (max-width: 400px) {
  .page-title {
    font-size: 1.75rem;
  }
  .page-title__large-text {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
  .page-title__sub-text {
    font-size: 0.75rem;
    margin: 4rem 1.25rem 0;
    max-width: 92%;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}

.delay-1 {
  animation-delay: 0.5s;
}

.delay-2 {
  animation-delay: 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.br-pc {
  display: inline;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

/* second-view */
.second-view {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 400px;
  background: url("../images/second-img.png") no-repeat center center;
  background-size: 30%;
  margin-top: 20px;
}
.second-view__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
}
.second-view__title, .second-view__text {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #333333;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
  max-width: 80%;
}
.second-view__title {
  top: 20%;
  font-weight: bold;
}
.second-view__text {
  line-height: 1.8;
  margin-top: 30px;
}
.second-view__text .underline {
  display: inline;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  padding-bottom: 0.1em;
}
@media (max-width: 768px) {
  .second-view {
    background-size: 80%;
  }
  .second-view__title {
    font-size: 1rem;
    top: 15%;
  }
  .second-view__text {
    margin-top: 30px;
    font-size: 0.875rem;
    top: 50%;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

.space-line {
  display: block;
  height: 1.5em;
}

/* section-service */
.service__cards {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .service__cards {
    max-width: 336px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-bottom: 30px;
  }
}

.service-card {
  background: linear-gradient(to right, #E4DFDC, #F6F4F2);
  padding: 3rem 4.8125rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .service-card {
    padding: 3rem 1.8125rem;
  }
}
.service-card:nth-child(2) {
  transform: translateY(30px);
}
.service-card__image {
  background-color: #FAFAF9;
  width: 100%;
  max-width: 426px;
  height: 296px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-card__image img {
  width: 80%;
  height: auto;
  object-fit: contain;
}
.service-card__body {
  width: 100%;
}
.service-card__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.service-card__description, .service-card__tools {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.service-card__tools strong {
  font-weight: bold;
}
.service-card__more {
  margin-top: auto; /* 下に固定 */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  color: #666;
  font-size: 1rem;
  gap: 12px;
  cursor: pointer;
  text-decoration: none !important;
}
.service-card__more-line {
  width: 50px;
  height: 1px;
  background-color: #666;
  flex-shrink: 0;
}
.service-card__more-text {
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 768px) {
  .service-card {
    padding: 1.875rem 2.875rem;
  }
  .service-card__image {
    height: 170px;
    margin-bottom: 1rem;
  }
  .service-card__title {
    margin-bottom: 0;
  }
}

.ripple-link {
  position: relative;
  overflow: hidden;
}
.ripple-link::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.ripple {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 0.6s linear;
  pointer-events: none;
  z-index: 1;
}

@keyframes ripple-animation {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
/* section-works */
.works__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}

.works__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}

.works__item {
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.works__item .works__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.works__item .works__link:hover {
  opacity: 0.7;
}
.works__item:hover {
  transform: translateY(-5px);
}

.works__img {
  width: 100%;
  aspect-ratio: 360/360;
  object-fit: cover;
  display: block;
}

.works__content {
  padding: 1rem;
  text-align: left;
}

.works__text {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.works__more {
  max-width: 1200px;
  margin-top: 2rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: opacity 0.3s;
  text-decoration: none;
  color: #333;
}
.works__more:hover {
  opacity: 0.7;
}
.works__more-text {
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
.works__more-line {
  width: 50px;
  height: 1px;
  background-color: #666;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.modal.is-active {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  z-index: 1;
  animation: popIn 0.3s ease-in-out;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .works__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .works__cards {
    grid-template-columns: 1fr;
  }
}
/* section-about */
.about__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}
.about__wrapper {
  display: flex;
  gap: 4.375rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .about__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
}
.about__image {
  flex: 0 0 200px;
}
.about__image img {
  width: 17.5rem;
  aspect-ratio: 246/278;
  border-radius: 50px 50px 0 0;
  object-fit: cover;
  display: block;
}
.about__info {
  flex: 1;
}
.about__name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.about__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}
.about__text strong {
  display: inline-block;
  margin-top: 1.5rem;
  font-weight: 600;
}

.about__image {
  position: relative;
  width: 17.5rem;
  aspect-ratio: 246/278;
}
.about__image--shadow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  background-color: #B7AEA1;
  border-radius: 50px 50px 0 0;
  z-index: 1;
}
.about__image img {
  position: relative;
  object-fit: cover;
  border-radius: 50px 50px 0 0;
  z-index: 2;
  display: block;
}

/* section-contact */
.contact {
  background-image: url("../images/top-contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact__inner {
  position: relative;
  z-index: 1;
}

.contact-cta {
  padding: 20px 20px 60px;
  text-align: center;
}
.contact-cta__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.contact-cta__message {
  margin-bottom: 2rem;
  line-height: 2;
}
.contact-cta__message .br-sp {
  display: none;
}
@media (max-width: 768px) {
  .contact-cta__message .br-sp {
    display: inline;
  }
}
.contact-cta__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 80px;
  background-color: #B7AEA1;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}
.contact-cta__button:visited {
  color: #FFFAF2;
}
.contact-cta__button::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1.5px solid #FFFAF2;
  pointer-events: none;
}
.contact-cta__button .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  text-decoration: none;
}
.contact-cta__button .arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 46px;
  height: 1px;
  background-color: #FFFAF2;
}
.contact-cta__button .arrow::before, .contact-cta__button .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 1px;
  background-color: #FFFAF2;
  transform-origin: right center;
}
.contact-cta__button .arrow::before {
  transform: rotate(45deg) translateY(-50%);
}
.contact-cta__button:hover .arrow {
  transform: translateY(-50%) translateX(5px);
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .contact-cta__button {
    height: 60px;
    width: 186px;
  }
  .contact-cta__button .arrow {
    width: 12px;
  }
}
/* title共通 */
.title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-family: "Inter";
  font-weight: 400;
  margin: 120px 0 20px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.title::before, .title::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background-color: #333333;
  transition: height 0.4s ease;
}
.title::before {
  margin-bottom: 10px;
}
.title::after {
  margin-top: 10px;
}
.title span {
  font-size: 1rem;
  font-weight: normal;
}
.title.is-visible {
  opacity: 1;
  transform: translateY(0);
  /* タイトル文字追加アニメ */
}
.title.is-visible::before {
  height: 50px;
  transition-delay: 0.5s;
}
.title.is-visible span, .title.is-visible br {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease;
  transition-delay: 0.8s; /* 上の線後 */
}
.title.is-visible > span {
  opacity: 1;
  transform: translateY(0);
}
.title.is-visible::after {
  height: 50px;
  transition-delay: 0.8s; /* タイトル後 */
}
@media (max-width: 768px) {
  .title {
    margin-top: 60px;
    font-size: 1.125rem;
  }
  .title.is-visible::before, .title.is-visible::after {
    height: 30px;
  }
}

.contact-title {
  padding-top: 60px;
}

.service-section {
  padding: 120px 20px 0;
  background-color: #fff;
  text-align: center;
}
.service-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.service-section__title {
  font-size: 2rem;
  font-family: "Inter";
  font-weight: 400;
  margin-bottom: 3rem;
}
.service-section__title span {
  display: block;
  font-family: "Inter";
  font-size: 1rem;
  color: #999;
}
.service-section__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  gap: 30px;
}
.service-section__block:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .service-section__block {
    flex-direction: column;
  }
}
.service-section__text {
  flex: 1;
  text-align: left;
}
@media (max-width: 768px) {
  .service-section__text {
    text-align: left;
  }
}
.service-section__heading {
  font-size: 1.5rem;
  font-family: "Inter";
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.service-section__heading::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 1rem;
  background-color: #333;
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transform: scaleX(0);
  transform-origin: left;
  min-width: 50px;
}
.service-section.is-visible .service-section__heading::after {
  opacity: 1;
  transform: scaleX(1);
}
.service-section__description {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1.5rem;
}
.service-section__tag {
  font-size: 0.85rem;
  color: #777;
}
.service-section.is-visible .service-section__heading::after {
  width: 100%;
}
.service-section__description, .service-section__tag {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.service-section.is-visible .service-section__description {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.service-section.is-visible .service-section__tag {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.service-section__image {
  flex: 1;
}
.service-section__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.service-section__skills {
  margin-top: 80px;
}
.service-section__skill-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.service-section__skill-list li {
  width: 100px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-section__skill-list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .service-section br {
    display: none;
  }
  .service-section {
    padding: 60px 20px 0;
  }
  .service-section__heading {
    font-size: 1rem;
  }
  .service-section__heading::after {
    min-width: 50px;
    margin-left: 0.5rem;
  }
  .service-section__title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .service-section__title span {
    font-size: 1rem;
  }
  .service-section__block {
    flex-direction: column !important;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .service-section__image {
    margin-top: 1rem;
  }
  .service-section__image img {
    width: 100%;
    aspect-ratio: 355/200;
  }
  .service-section__skills {
    margin-top: 60px;
  }
  .service-section__skill-list {
    gap: 10px;
  }
  .service-section__skill-list li {
    width: 48px;
  }
}
.service-section__buttons {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.service-section__buttons .button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 270px;
  aspect-ratio: 270/80;
  padding: 1rem 2.5rem;
  font-size: 0.95rem;
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.service-section__buttons .button::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid currentColor;
  pointer-events: none;
  z-index: 0;
}
.service-section__buttons .button .button__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
  font-size: 1rem;
}
.service-section__buttons .button .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 1px;
  background-color: currentColor;
}
.service-section__buttons .button .arrow::before, .service-section__buttons .button .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
}
.service-section__buttons .button .arrow::before {
  transform: rotate(45deg) translateY(-50%);
}
.service-section__buttons .button:hover .arrow {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}
.service-section__buttons .button--filled {
  background-color: #e9e4df;
  color: #FFFAF2;
}
.service-section__buttons .button--filled::before {
  border-color: #FFFAF2;
}
.service-section__buttons .button--filled:hover {
  opacity: 0.85;
}
.service-section__buttons .button--outline {
  background-color: #B7AEA1;
  color: #FFFAF2;
}
.service-section__buttons .button--outline:hover {
  opacity: 0.85;
}

@media (max-width: 1024px) {
  .service-section__buttons {
    margin-top: 60px;
  }
  .service-section__buttons .button {
    width: 169px;
    aspect-ratio: 169/60;
    min-width: auto;
    padding: 0.75rem 1.25rem;
    font-size: 0.75rem;
  }
  .service-section__buttons .button::before {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  .service-section__buttons .button .arrow {
    width: 14px;
    margin-left: 0.875rem;
  }
  .service-section__buttons .button .arrow::before, .service-section__buttons .button .arrow::after {
    width: 6px;
    top: 0;
  }
}
.works-list {
  padding: 120px 20px 0;
}
.works-list__container {
  max-width: 1200px;
  margin: 0 auto;
}
.works-list__heading {
  text-align: center;
  margin-bottom: 120px;
}
.works-list__heading-en {
  font-size: 2rem;
  font-family: "Inter";
  font-weight: 400;
  color: #333;
  display: block;
}
.works-list__heading-ja {
  font-size: 1rem;
  font-family: "Inter";
  font-weight: 400;
  color: #888;
  margin-top: 0.5em;
  display: block;
}
@media (max-width: 768px) {
  .works-list {
    padding: 60px 0 0;
  }
  .works-list__heading {
    margin-bottom: 60px;
  }
  .works-list__heading-en {
    font-size: 1.75rem;
    color: #333;
  }
}

.works-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .works-section__container {
    padding: 0 20px;
  }
}

.works__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}

.works__item {
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.works__item .works__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.works__item .works__link:hover {
  opacity: 0.7;
}
.works__item:hover {
  transform: translateY(-5px);
}

.works__img {
  width: 100%;
  aspect-ratio: 360/360;
  object-fit: cover;
  display: block;
}

.works__content {
  padding: 1rem;
  text-align: left;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .works__content {
    line-height: 1.5rem;
  }
}

.works__text {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.modal.is-active {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content {
  position: relative;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  z-index: 1;
  animation: popIn 0.3s ease-in-out;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .works__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .works__cards {
    grid-template-columns: 1fr;
  }
}
.works-list__pagination {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .works-list__pagination {
    margin-top: 40px;
  }
}
.works-list__pagination .works-list__page {
  display: inline-block;
  margin: 0 10px;
  padding: 8px 14px;
  background-color: #E4DFDC;
  color: #6D5B46;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.works-list__pagination .works-list__page:hover {
  background-color: #eee;
}
.works-list__pagination .works-list__page--current {
  background-color: #B7AEA1;
  color: #6D5B46;
  cursor: default;
}
.works-list__pagination .works-list__page--next {
  font-weight: bold;
  border-radius: 50px;
  background-color: #F5EFE4;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
}

.works-list__cta {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .works-list__cta {
    margin-top: 60px;
  }
}
.works-list__cta__button {
  position: relative;
  display: inline-block;
  padding: 2rem 5.25rem;
  background-color: #B7AEA1;
  color: #FFFAF2;
  text-decoration: none;
  transition: background-color 0.3s;
}
.works-list__cta__button::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1.5px solid #FFFAF2;
  pointer-events: none;
}
.works-list__cta__button .arrow {
  margin-left: 1rem;
  transition: transform 0.3s ease;
}
.works-list__cta__button:hover {
  background-color: #bfb6ae;
}
.works-list__cta__button:hover .arrow {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .works-list__cta__button {
    padding: 1.4375rem 2.625rem;
    font-size: 0.875rem;
  }
  .works-list__cta__button::before {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
  }
}

.work-detail {
  padding: 120px 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
.work-detail__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
}
.work-detail__title-sub {
  display: block;
  font-size: 1rem;
  color: #999;
  margin-top: 0.5rem;
}
.work-detail__overview {
  margin: 0 auto 40px;
  text-align: center;
}
.work-detail__overview-text {
  line-height: 1.8;
  color: #444;
  text-align: left;
}
.work-detail__mockup {
  margin: 0 auto 40px;
}
.work-detail__mockup-img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .work-detail__mockup-img {
    display: none;
  }
}
.work-detail__info {
  margin: 0 auto 60px;
  font-size: 0.95rem;
  color: #333;
}
.work-detail__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.work-detail__info-item {
  margin-bottom: 0.5rem;
}
.work-detail__info-item a {
  color: #6D5B46;
  text-decoration: underline;
}
.work-detail__info-item a:hover {
  text-decoration: none;
}
.work-detail__image-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .work-detail__image-list {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.work-detail__image-scroll {
  border: 1px solid #ccc;
  overflow-y: auto;
  overflow-x: hidden;
}
.work-detail__image-scroll--pc {
  width: 814px;
  height: 500px;
}
@media (max-width: 768px) {
  .work-detail__image-scroll--pc {
    width: 100%;
  }
}
.work-detail__image-scroll--sp {
  width: 326px;
  height: 500px;
}
@media (max-width: 768px) {
  .work-detail__image-scroll--sp {
    width: 100%;
  }
}
.work-detail__image-scroll .work-detail__image {
  display: block;
  width: 100%;
  height: auto;
}

.work-detail__buttons {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.work-detail__buttons .work-detail__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  aspect-ratio: 270/80;
  padding: 1rem 2.5rem;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  overflow: hidden;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.work-detail__buttons .work-detail__button .work-detail__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
  font-size: 1rem;
}
.work-detail__buttons .work-detail__button .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 46px;
  height: 1px;
  background-color: currentColor;
  z-index: 1;
}
.work-detail__buttons .work-detail__button .arrow::before, .work-detail__buttons .work-detail__button .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
}
.work-detail__buttons .work-detail__button .arrow::before {
  transform: rotate(45deg);
}
.work-detail__buttons .work-detail__button:hover .arrow {
  transform: translateX(5px);
}
.work-detail__buttons .work-detail__button--back {
  background-color: #e9e4df;
  color: #FFFAF2;
}
.work-detail__buttons .work-detail__button--back::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1.5px solid #FFFAF2;
  pointer-events: none;
}
.work-detail__buttons .work-detail__button--back:hover {
  background-color: #e1dcd7;
}
.work-detail__buttons .work-detail__button--next {
  background-color: #b7aea1;
  color: #FFFAF2;
}
.work-detail__buttons .work-detail__button--next::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1.5px solid #FFFAF2;
  pointer-events: none;
}
.work-detail__buttons .work-detail__button--next:hover {
  background-color: #bfb6ae;
}

@media (max-width: 1024px) {
  .work-detail__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 60px;
  }
  .work-detail__buttons .work-detail__button {
    flex: 1 1 45%;
    max-width: 169px;
    min-width: auto !important;
    height: 60px;
    padding: 1rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
  }
  .work-detail__buttons .work-detail__button .work-detail__text {
    font-size: 0.75rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 1rem;
  }
  .work-detail__buttons .work-detail__button .arrow {
    width: 16px;
  }
}
.contact-form {
  padding: 120px 20px 0;
  background-color: #fff;
}
.contact-form__inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.contact-form__title {
  font-size: 2rem;
  font-family: "Inter";
  font-weight: 400;
  color: #333333;
}
.contact-form__subtitle {
  font-size: 1rem;
  color: #7a7a7a;
  margin-top: 1rem;
}
.contact-form__description {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.8;
  margin-top: 3.75rem;
  text-align: left;
}
.contact-form__form {
  text-align: left;
  margin-top: 2.5rem;
}
.contact-form__form-group {
  margin-bottom: 1.5em;
}
.contact-form__label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #333;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  color: #333;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  border-color: #c1b4a3;
  box-shadow: 0 0 0 2px rgba(193, 180, 163, 0.3);
}
.contact-form__textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form__privacy {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 2em;
}
.contact-form__privacy input[type=checkbox] {
  margin-right: 8px;
}
.contact-form__privacy-link {
  color: #7a7a7a;
  text-decoration: underline;
}
.contact-form__privacy-link:hover {
  color: #333333;
}
.contact-form__button-wrapper {
  text-align: center;
}
.contact-form__button {
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: #B7AEA1;
  color: #FFFAF2;
  text-decoration: none;
  overflow: hidden;
  min-width: 270px;
  aspect-ratio: 270/80;
}
.contact-form__button::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1.5px solid #FFFAF2;
  pointer-events: none;
}
.contact-form__button .arrow {
  margin-left: 1rem;
  transition: transform 0.3s ease;
}
.contact-form__button:hover .arrow {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .contact-form {
    padding: 80px 16px 40px;
  }
  .contact-form__title {
    font-size: 1.5rem;
  }
  .contact-form__subtitle {
    font-size: 1rem;
    margin-bottom: 0.8em;
  }
  .contact-form__description {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5em;
  }
  .contact-form__label {
    font-size: 0.95rem;
  }
  .contact-form__input, .contact-form__textarea {
    font-size: 1rem;
  }
  .contact-form__privacy {
    font-size: 0.85rem;
    flex-wrap: wrap;
    line-height: 1.4;
  }
  .contact-form__privacy input[type=checkbox] {
    margin-right: 6px;
  }
  .contact-form__privacy .contact-form__privacy-link {
    display: inline;
  }
  .contact-form__button-wrapper {
    margin-top: 1em;
  }
  .contact-form__button {
    height: 60px;
    min-width: 186px;
    text-align: center;
    padding: 1rem;
  }
  .contact-form__button::before {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  .contact-form__button .arrow {
    margin-left: 0.5rem;
  }
}
.thanks {
  color: #4a3b2c;
  text-align: center;
  padding: 120px 20px 0;
}
.thanks h1 {
  font-size: 5rem;
  font-weight: bold;
}
.thanks h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
}
.thanks h1 span:nth-child(1) {
  animation-delay: 0.1s;
}
.thanks h1 span:nth-child(2) {
  animation-delay: 0.2s;
}
.thanks h1 span:nth-child(3) {
  animation-delay: 0.3s;
}
.thanks h1 span:nth-child(4) {
  animation-delay: 0.4s;
}
.thanks h1 span:nth-child(5) {
  animation-delay: 0.5s;
}
.thanks h1 span:nth-child(6) {
  animation-delay: 0.6s;
}
.thanks h1 span:nth-child(7) {
  animation-delay: 0.7s;
}
.thanks h1 span:nth-child(8) {
  animation-delay: 0.8s;
}
.thanks h1 span:nth-child(9) {
  animation-delay: 0.9s;
}
.thanks h1 span:nth-child(10) {
  animation-delay: 1s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.thanks p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.thanks p:first-of-type {
  font-weight: bold;
  font-size: 2rem;
}
.thanks a {
  display: inline-block;
  margin-top: 3.75rem;
  padding: 2rem 5rem;
  background-color: #b7aea1;
  color: #4a3b2c;
  font-size: 1.4rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.thanks a:hover {
  background-color: #d5b9a2;
}
@media (max-width: 768px) {
  .thanks {
    padding: 80px 1rem 0;
  }
  .thanks h1 {
    font-size: 3rem;
  }
  .thanks h1 span:nth-child(1) {
    animation-delay: 0.08s;
  }
  .thanks h1 span:nth-child(2) {
    animation-delay: 0.16s;
  }
  .thanks h1 span:nth-child(3) {
    animation-delay: 0.24s;
  }
  .thanks h1 span:nth-child(4) {
    animation-delay: 0.32s;
  }
  .thanks h1 span:nth-child(5) {
    animation-delay: 0.4s;
  }
  .thanks h1 span:nth-child(6) {
    animation-delay: 0.48s;
  }
  .thanks h1 span:nth-child(7) {
    animation-delay: 0.56s;
  }
  .thanks h1 span:nth-child(8) {
    animation-delay: 0.64s;
  }
  .thanks h1 span:nth-child(9) {
    animation-delay: 0.72s;
  }
  .thanks h1 span:nth-child(10) {
    animation-delay: 0.8s;
  }
  .thanks p {
    font-size: 0.95rem;
  }
  .thanks p:first-of-type {
    font-size: 1.4rem;
  }
  .thanks a {
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
  }
}

.privacy-policy {
  background-color: #fff;
  padding: 120px 20px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.privacy-policy__inner {
  max-width: 800px;
  margin: 0 auto;
}
.privacy-policy__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .privacy-policy__title {
    font-size: 2rem;
  }
}
.privacy-policy__section {
  margin-bottom: 2.5rem;
}
.privacy-policy__section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-left: 5px solid #6D5B46;
  padding-left: 0.75rem;
}
@media (max-width: 768px) {
  .privacy-policy__section-title {
    font-size: 1.2rem;
  }
}
.privacy-policy__text {
  font-size: 1rem;
  line-height: 1.8;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .privacy-policy__text {
    font-size: 0.95rem;
  }
}
.privacy-policy__list {
  padding-left: 1.2rem;
  list-style: disc;
}
.privacy-policy__item {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .privacy-policy__item {
    font-size: 0.95rem;
  }
}
.privacy-policy__link {
  display: inline-block;
  margin-top: 1rem;
  color: #6D5B46;
  font-weight: bold;
  text-decoration: underline;
}
.privacy-policy__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */