html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

.burger span {
  background-color: #fff;
}

.thanks-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.thanks-card {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 60px 50px;
  text-align: center;
  max-width: 800px;
  width: 100%;
}
.thanks-card .thanks-icon {
  margin-bottom: 40px;
}
.thanks-card .thanks-icon svg {
  -webkit-animation: checkAnimation 0.8s ease-in-out;
          animation: checkAnimation 0.8s ease-in-out;
}
.thanks-card .thanks-message {
  margin-bottom: 50px;
}
.thanks-card .thanks-message .thanks-title {
  font-size: 32px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 30px;
  line-height: 1.4;
}
.thanks-card .thanks-message .thanks-text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 40px;
}
.thanks-card .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
.thanks-card .contact-info .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.thanks-card .contact-info .contact-item .contact-label {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}
.thanks-card .contact-info .contact-item .contact-value {
  font-size: 18px;
  font-weight: 700;
  color: linear-gradient(135deg, #4EB6F0, #9EF6F5);
}
.thanks-card .thanks-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thanks-card .thanks-actions .btn-back, .thanks-card .thanks-actions .btn-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thanks-card .thanks-actions .btn-back img, .thanks-card .thanks-actions .btn-service img {
  width: 20px;
  height: 20px;
}
.thanks-card .thanks-actions .btn-back {
  background: linear-gradient(135deg, #4EB6F0, #9EF6F5);
  color: #fff;
}
.thanks-card .thanks-actions .btn-back:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.thanks-card .thanks-actions .btn-service {
  background: #fff;
  color: linear-gradient(135deg, #4EB6F0, #9EF6F5);
  border: 2px solid linear-gradient(135deg, #4EB6F0, #9EF6F5);
}
.thanks-card .thanks-actions .btn-service:hover {
  background: linear-gradient(135deg, #4EB6F0, #9EF6F5);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@-webkit-keyframes checkAnimation {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2) rotate(180deg);
            transform: scale(1.2) rotate(180deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 1;
  }
}

@keyframes checkAnimation {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2) rotate(180deg);
            transform: scale(1.2) rotate(180deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .thanks-content {
    padding: 100px 20px;
  }
  .thanks-card {
    padding: 40px 30px;
    border-radius: 16px;
  }
  .thanks-card .thanks-icon svg {
    width: 60px;
    height: 60px;
  }
  .thanks-card .thanks-message {
    margin-bottom: 40px;
  }
  .thanks-card .thanks-message .thanks-title {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .thanks-card .thanks-message .thanks-text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .thanks-card .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .thanks-card .contact-info .contact-item .contact-value {
    font-size: 16px;
  }
  .thanks-card .thanks-actions .main-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}