@charset "UTF-8";
@media (min-width: 768px) {
  .header-content .logo a img {
    width: 110px;
  }
  .nav ul,
  .nav ul li,
  .nav ul li a {
    color: #fff;
  }
  .mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero h1 {
    text-align: left;
    font-size: 60px;
  }
  .blocked-font span {
    font-size: 40px;
  }
  .hero-banner {
    font-size: 30px;
  }
  .trouble-section {
    max-width: 600px;
    margin: 0 auto;
  }
  .trouble-title {
    font-size: 28px;
  }
  .trouble-subtitle {
    font-size: 22px;
  }
  .trouble-list li {
    font-size: 18px;
  }
  .aurelia-subtitle {
    font-size: 18px;
  }
  .aurelia-title {
    font-size: 28px;
  }
  .aurelia-desc {
    font-size: 18px;
  }
  .point-img {
    width: 52%;
  }
  .point-num-2,
  .point-num-4 {
    text-align: initial;
  }
  .p-c-2,
  .p-c-4 {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .p-c-2 .float-right,
  .p-c-4 .float-right {
    float: initial;
  }
  .p-c-2 .point-desc,
  .p-c-4 .point-desc {
    text-align: right;
  }
  .comparison h2 {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 22px;
  }
  .content-title {
    font-size: 16px;
  }
  .plan-body p {
    font-size: 18px;
  }
  .price-title {
    font-size: 20px;
  }
  .price-list li {
    font-size: 18px;
  }
  .final-cta p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .menudetail .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
  .menudetailheader-left .jp {
    font-size: 24px;
  }
  .details {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .achievements-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-body {
  background: #f9fafb;
  padding: 80px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.contact-body .container {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* 注意書き部分 */
.contact-notice {
  margin-bottom: 40px;
  padding: 20px 25px;
  border-radius: 10px;
  text-align: center;
}

.contact-notice h2 {
  font-size: 20px;
  font-weight: 700;
  color: #2b6cb0;
  margin-bottom: 10px;
}

.contact-notice p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* フォーム全体 */
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wpcf7 label {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  background-color: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
  border-color: #2b6cb0;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.15);
  outline: none;
}

/* 送信ボタン */
.wpcf7 input[type=submit] {
  background: linear-gradient(135deg, #2b6cb0, #357ab8);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
}

.wpcf7 input[type=submit]:hover {
  background: linear-gradient(135deg, #357ab8, #4c8edc);
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(43, 108, 176, 0.2);
}

/* メッセージエリア */
.wpcf7-response-output {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .contact-body .container {
    padding: 35px 20px;
  }
  .contact-notice h2 {
    font-size: 18px;
  }
  .wpcf7 input[type=submit] {
    width: 100%;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #357ab8;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
  font-size: 18px;
  padding: 10px;
}/*# sourceMappingURL=pc.css.map */