html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #ece4c4;
  color: #3f342c;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ===============================
   ヘッダー
=============================== */
.header {
  background-color: #f2a900;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
}

.logo img {
  width: 165px;
  display: block;
}

.pc-nav {
  margin-left: auto;
}

.pc-nav ul {
  display: flex;
  align-items: center;
  gap: 18px;
}

.pc-nav a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.pc-nav .header-btn {
  background-color: #fff;
  color: #d48b00;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
}

.hamburger {
  display: none;
}

/* ===============================
   FV
=============================== */
.fv {
  padding: 18px 0 0;
}

.fv-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.fv-visual {
  position: relative;
}

.fv-visual img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  display: block;
}

.fv-text {
  position: absolute;
  left: -90px;
  top: 60%;
  transform: translateY(-50%);
  width: 420px;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 36px 30px 28px;
}

.fv-text h2 {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.4;
  color: #3f342c;
}

.fv-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #3f342c;
}

/* ===============================
   ABOUT
=============================== */
.about {
  padding: 36px 0 0;
}

.about-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 8px 24px;
  border: 1px solid #6f6257;
  font-size: 24px;
  line-height: 1;
  color: #3f342c;
}

.about-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin-top: -40px;
}

.about-text {
  width: 45%;
  transform: translateY(-20px);
}

.about-text h3 {
  margin: 0 0 20px;
  font-size: 22px;
  color: #3f342c;
}

.about-lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #3f342c;
}

.about-text p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #3f342c;
}

.about-image {
  width: 40%;
  transform: translateY(-40px);
}

.about-image img {
  width: 100%;
  display: block;
}

/* =========================
   FEATURES
========================= */
.features {
  padding: 8px 0 40px;
}

.features-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.features .section-title {
  margin-bottom: 40px;
}

.features-list {
  display: flex;
  justify-content: center;
  gap: 36px;
}

.feature-card {
  width: calc((100% - 72px) / 3);
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.feature-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  margin-bottom: 16px;
}

.feature-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  text-align: center;
  color: #3f342c;
}

.feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #3f342c;
}

/* =========================
   FLOW
========================= */
.flow {
  padding: 32px 0;
}

.flow-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}

.flow-wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 820px;
}

.flow-list {
  max-width: 560px;
  margin: 40px auto 0;
  padding-left: 60px;
  position: relative;
  z-index: 2;
}

.flow-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 42px;
}

.flow-time {
  width: 70px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #d48b00;
  text-align: right;
}

.flow-content {
  flex: 1;
}

.flow-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #3f342c;
}

.flow-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #3f342c;
}

.flow-image {
  position: absolute;
  width: 240px;
  border-radius: 10px;
  display: block;
  z-index: 1;
}

.flow-image-01 {
  left: -150px;
  top: 0;
}

.flow-image-03 {
  left: -150px;
  top: 280px;
}

.flow-image-05 {
  left: -150px;
  top: 560px;
}

.flow-image-02 {
  right: -150px;
  top: 140px;
}

.flow-image-04 {
  right: -150px;
  top: 420px;
}

/* =========================
   CTA
========================= */
.cta {
  padding: 0 0 32px;
  text-align: center;
}

.cta-inner {
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 28px;
  margin-bottom: 18px;
  color: #3f342c;
}

.cta-btn {
  display: inline-block;
  width: 480px;
  max-width: 100%;
  padding: 18px 32px;
  background: #f28c00;
  color: #fff;
  border: 2px solid #f28c00;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  box-sizing: border-box;
}

.cta-btn:hover {
  background: #fff;
  color: #f28c00;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}

/* =========================
   INFO
========================= */
.info {
  padding: 32px 0;
}

.info-inner {
  max-width: 980px;
  margin: 0 auto;
}

.info-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.info-block {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  padding: 42px 48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.info-block:first-child,
.info-block:last-child {
  grid-column: 1 / 3;
}

.info-heading {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #3f342c;
}

.price-table {
  max-width: 520px;
  margin: 0 auto;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #ddd2b5;
  font-size: 15px;
  color: #3f342c;
}

.price-row span:first-child {
  font-weight: 600;
}

.price-support {
  margin-top: 22px;
  text-align: center;
  font-size: 15px;
}

.price-support span {
  color: #d84343;
  font-weight: bold;
}

.price-total {
  margin-top: 18px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #3f342c;
}

.support-list {
  max-width: 330px;
  margin: 0 auto;
  padding: 0;
}

.support-list li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 14px;
  line-height: 1.8;
  font-size: 15px;
  color: #3f342c;
}

.support-list li::before {
  content: "●";
  color: #f28c00;
  position: absolute;
  left: 0;
}

.support-list span {
  display: block;
  font-size: 13px;
  color: #777;
}

.info-text {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 32px;
  color: #3f342c;
}

.info-btn-wrap {
  text-align: center;
}

.info-btn {
  display: inline-block;
  padding: 16px 36px;
  background: #f28c00;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #f28c00;
  font-weight: 600;
  transition: 0.3s;
}

.info-btn:hover {
  background: #fff;
  color: #f28c00;
}

/* =========================
   FAQ
========================= */
.faq {
  padding: 32px 0;
}

.faq-inner {
  max-width: 760px;
  margin: 0 auto;
}

.faq-list {
  margin-top: 40px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  padding: 24px 28px;
}

.faq-item + .faq-item {
  margin-top: 20px;
}

.faq-q,
.faq-a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.faq-a {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e5dcc8;
}

.faq-mark {
  width: 24px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #f28c00;
}

.faq-a .faq-mark {
  color: #3f342c;
}

.faq-q p,
.faq-a p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #3f342c;
}

/* =========================
   RECRUIT
========================= */
.recruit {
  padding: 24px 0 80px;
}

.recruit-inner {
  max-width: 900px;
  margin: 0 auto;
}

.recruit-box {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}

.recruit-content {
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recruit-text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #3f342c;
}

.recruit-image {
  width: 280px;
  flex-shrink: 0;
}

.recruit-image img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.recruit-btn {
  display: inline-block;
  min-width: 300px;
  padding: 16px 32px;
  background: #fff;
  color: #f28c00;
  border: 2px solid #f28c00;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
  transition: 0.3s;
  box-sizing: border-box;
}

.recruit-btn:hover {
  background: #f28c00;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* =========================
   CONTACT
========================= */
.contact {
  padding: 32px 0 64px;
  text-align: center;
}

.contact-inner {
  max-width: 600px;
  margin: 0 auto;
}

.contact-text {
  margin: 16px 0 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #3f342c;
}

.contact-btn {
  display: inline-block;
  min-width: 420px;
  padding: 18px 32px;
  background: #f28c00;
  color: #fff;
  border: 2px solid #f28c00;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
  box-sizing: border-box;
}

.contact-btn:hover {
  background: #fff;
  color: #f28c00;
}

.contact-tel {
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: 700;
  color: #3f342c;
}

.contact-time {
  margin-top: -8px;
  font-size: 16px;
  color: #6f6257;
}

/* =========================
   FOOTER
========================= */
.footer {
  padding: 32px 0 40px;
  text-align: center;
}

.footer-company {
  font-size: 13px;
  line-height: 1.6;
  color: #3f342c;
  margin-bottom: 24px;
}

.footer-policy {
  margin-top: 20px;
}

.footer-policy a {
  color: #3f342c;
  text-decoration: none;
}

.footer-policy a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 12px;
  color: #6f6257;
}

/* =========================
   CONTACT FORM PAGE
========================= */
.contact-form-page {
  background-color: #ece4c4;
  color: #3f342c;
}

.form-header {
  padding: 32px 0 16px;
}

.form-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.form-logo {
  margin: 0;
}

.form-logo img {
  width: 140px;
  display: block;
}

.form-main {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px 48px 64px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-sizing: border-box;
}

.form-hero {
  text-align: center;
  margin-bottom: 36px;
}

.form-subtitle {
  margin: 0 0 8px;
  font-size: 14px;
}

.form-title {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
}

.form-lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.8;
}

.form-tel {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.contact-form {
  max-width: 760px;
  margin: 0 auto;
}

.form-block {
  margin-bottom: 36px;
}

.form-bar {
  margin: 0 0 20px;
  padding: 12px 18px;
  background: #e0d8bf;
  font-size: 15px;
  font-weight: 600;
  color: #3f342c;
}

.radio-list {
  padding-left: 18px;
}

.radio-list label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-note {
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.8;
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.form-row label {
  width: 140px;
  font-size: 14px;
}

.form-row input {
  width: 420px;
  height: 42px;
  padding: 6px 10px;
  border: 1px solid #b8ad9b;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
}

.message-box {
  display: block;
  width: 100%;
  min-height: 220px;
  padding: 12px;
  border: 1px solid #b8ad9b;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
  resize: vertical;
}

.privacy-check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 28px 0 12px;
  font-size: 14px;
}

.privacy-check input {
  width: 20px;
  height: 20px;
}

.privacy-link {
  margin: 0 0 24px;
  text-align: center;
}

.privacy-link a {
  color: #3f342c;
  font-size: 13px;
}

.form-submit {
  display: block;
  width: 260px;
  margin: 0 auto;
  padding: 18px 0;
  background: #f28c00;
  color: #fff;
  border: 2px solid #f28c00;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.form-submit:hover {
  background: #fff;
  color: #f28c00;
}

.form-footer {
  padding: 24px 0 40px;
  text-align: center;
}

.form-footer p {
  margin: 0;
  font-size: 12px;
  color: #6f6257;
}

/* =========================
   PRIVACY PAGE
========================= */
.privacy-page {
  background: #ece4c4;
  color: #3f342c;
}

.privacy-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}

.privacy-box {
  background: rgba(255,255,255,.65);
  border-radius: 16px;
  padding: 56px 60px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.privacy-subtitle {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #6d6258;
}

.privacy-title {
  margin: 10px 0 40px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #3f342c;
}

.privacy-text h3 {
  margin: 32px 0 12px;
  font-size: 20px;
  color: #3f342c;
}

.privacy-text p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.privacy-company {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #d9cfb6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.privacy-address {
  font-size: 15px;
  line-height: 2;
}

.privacy-logo img {
  width: 140px;
}

.privacy-back {
  text-align: center;
  margin-top: 48px;
}

.privacy-btn {
  display: inline-block;
  padding: 16px 42px;
  background: #f28c00;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #f28c00;
  font-weight: 600;
  transition: .3s;
}

.privacy-btn:hover {
  background: #fff;
  color: #f28c00;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 768px) {

  body:not(.contact-form-page):not(.privacy-page) {
    padding-top: 60px;
  }

  /* HEADER */
  .header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f2a900;
    z-index: 1000;
  }

  .header-inner {
    height: 60px;
    justify-content: space-between;
  }

  .logo img {
    width: 130px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }

  .hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    transition: .3s;
  }

  .hamburger.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .pc-nav {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    margin-left: 0;
    background: rgba(242,169,0,0.97);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: .3s;
    z-index: 999;
  }

  .pc-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .pc-nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
  }

  .pc-nav li {
    text-align: center;
  }

  .pc-nav a {
    display: block;
    padding: 16px 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
  }

  .pc-nav .header-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 28px;
    background: #fff;
    color: #f28c00;
    border-radius: 999px;
  }

  /* FV */
  .fv {
    padding: 0;
  }

  .fv-inner {
    padding: 0;
  }

  .fv-visual img {
    height: 360px;
  }

  .fv-text {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 32px;
    transform: none;
    width: auto;
    padding: 24px 20px;
  }

  .fv-text h2 {
    font-size: 28px;
  }

  .fv-text p {
    font-size: 13px;
  }

  /* ABOUT */
  .about {
    padding: 48px 0 24px;
  }

  .about-content {
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
  }

  .about-text {
    width: 100%;
    transform: none;
  }

  .about-text h3 {
    font-size: 20px;
  }

  .about-text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .about-image {
    width: 70%;
    transform: none;
  }

  /* FEATURES */
  .features {
    padding: 48px 0;
  }

  .features-inner {
    padding: 0 20px;
  }

  .features-list {
    flex-direction: column;
    gap: 24px;
  }

  .feature-card {
    width: 100%;
  }

  .feature-card img {
    height: auto;
  }

  .feature-card h3 {
    font-size: 20px;
    margin-top: 16px;
  }

  .feature-card p {
    font-size: 14px;
    line-height: 1.8;
  }

  /* FLOW */
  .flow {
    padding: 48px 0;
  }

  .flow-inner {
    padding: 0 20px;
  }

  .flow-wrap {
    min-height: auto;
  }

  .flow-list {
    max-width: 100%;
    margin: 32px auto 0;
    padding-left: 0;
  }

  .flow-item {
    gap: 16px;
    margin-bottom: 28px;
  }

  .flow-time {
    width: 56px;
    font-size: 14px;
    text-align: left;
  }

  .flow-content h3 {
    font-size: 17px;
  }

  .flow-content p {
    font-size: 14px;
  }

  .flow-image {
    position: static;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
  }

  /* INFO */
  .info {
    padding: 48px 20px;
  }

  .info-inner {
    max-width: 100%;
  }

  .info-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .info-block {
    width: 100%;
    padding: 28px 20px;
    box-sizing: border-box;
  }

  .info-block:first-child,
  .info-block:last-child {
    grid-column: auto;
  }

  .info-heading {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
  }

  .price-total {
    font-size: 26px;
  }

  .support-list {
    max-width: 100%;
    padding-left: 20px;
  }

  .support-list li {
    font-size: 14px;
    line-height: 1.8;
  }

  .info-btn {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    min-width: 0;
    padding: 16px 20px;
    box-sizing: border-box;
    text-align: center;
  }

  /* FAQ */
  .faq {
    padding: 48px 20px;
  }

  .faq-list {
    margin-top: 32px;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-q,
  .faq-a {
    gap: 12px;
  }

  .faq-mark {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .faq-q p,
  .faq-a p {
    font-size: 14px;
    line-height: 1.8;
  }

  /* RECRUIT */
  .recruit {
    padding: 48px 20px;
  }

  .recruit-box {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .recruit-content,
  .recruit-image {
    width: 100%;
  }

  .recruit-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .recruit-btn {
    width: 100%;
    max-width: 320px;
    min-width: 0;
    margin: 24px auto 0;
  }

  /* CONTACT */
  .contact {
    padding: 48px 20px;
  }

  .contact-inner {
    max-width: 100%;
  }

  .contact-btn {
    display: block;
    width: 100%;
    max-width: 320px;
    min-width: 0;
    margin: 0 auto;
  }

  .contact-tel {
    font-size: 34px;
    line-height: 1.2;
  }

  .contact-time {
    font-size: 14px;
  }

  /* FOOTER */
  .footer {
    padding: 32px 20px;
  }

  .footer-company {
    font-size: 13px;
    line-height: 1.8;
  }

  .footer-copy {
    margin-top: 16px;
    font-size: 12px;
  }

  /* CONTACT FORM PAGE */
  .contact-form-page .form-header {
    padding: 24px 0 12px;
  }

  .contact-form-page .form-logo img {
    width: 120px;
  }

  .contact-form-page .form-main {
    max-width: 100%;
    margin: 0 16px;
    padding: 32px 20px 48px;
  }

  .contact-form-page .form-title {
    font-size: 22px;
  }

  .contact-form-page .form-lead {
    font-size: 13px;
  }

  .contact-form-page .form-tel {
    font-size: 20px;
  }

  .contact-form-page .form-row {
    display: block;
    margin-bottom: 18px;
  }

  .contact-form-page .form-row label {
    display: block;
    width: auto;
    margin-bottom: 6px;
  }

  .contact-form-page .form-row input {
    width: 100%;
  }

  .contact-form-page .message-box {
    width: 100%;
    min-height: 200px;
  }

  .contact-form-page .privacy-check {
    align-items: flex-start;
    line-height: 1.6;
  }

  .contact-form-page .form-submit {
    width: 100%;
    max-width: 280px;
  }

  /* PRIVACY */
  .privacy-main {
    padding: 20px;
  }

  .privacy-box {
    padding: 32px 24px;
  }

  .privacy-title {
    font-size: 28px;
  }

  .privacy-text h3 {
    font-size: 18px;
  }

  .privacy-text p {
    font-size: 14px;
  }

  .privacy-company {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .privacy-logo img {
    width: 110px;
  }

  .privacy-btn {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    text-align: center;
  }
}