/*
Theme Name: Okano-dental-clinic
Theme URI: https://example.com/my-original-theme
Author:Hazama Naoki
Author URI: https://example.com/
Description: あべ⻭科医院・丘の上の⻭科医院のオフィシャルサイトです
Version: 1.0.0
*/

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/noto-sans-jp-v56-latin-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/poppins-v24-latin-500.woff2') format('woff2'); 
}
:root {
  --main-color: #349936;
  --accent-color: #FCF9F3;
  --sub-color: #DDF2DD;
  --border-color1: #E5E5E5;
  --background-color1: #fff;
  --base-font-color: #444;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Poppins", sans-serif;
  --fw-medium: 500;
  --fw-bold: 700;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--font-jp);
  color:var(--base-font-color);
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
.sp-only {
  display: none;
}
.hero-section {
  width: 100%;
  height: 730px; 
  position: relative;
  background-image: url('./image/hiro/fv-pic.webp');
  background-repeat: no-repeat;
  background-position: center;   
  background-size: cover;        
  display: flex;
  align-items: flex-end; 
  padding: 60px 10%;
}
.hero-content {
  color: var(--background-color1);
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6); 
  max-width: 800px;
}
.hero-subtitle {
  font-size: 48px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
}
.hero-title {
  font-size: 48px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  font-weight: var(--fw-medium);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-subtitle {
  display: block;
  font-size: 24px;
  color: var(--main-color);
  font-family: var(--font-en);
  font-weight: var(--fw-medium);
  margin-bottom: 8px;
}
.section-title {
  font-size: 40px;
  color: var(--base-font-color);
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
.treatment-section {
  padding: 80px 0;
  background-color: var(--background-color1);
}
.schedule-block {
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--accent-color);
  padding: 50px 40px;
}
.schedule-card {
  background: var(--background-color1);
  padding: 40px 30px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); 
  max-width: 960px;
  margin: 0 auto;
}
.schedule-title {
  text-align: center;
  font-size: 32px;
  color: var(--main-color);
  margin-bottom: 25px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
}
.table-wrapper {
  overflow-x: auto; 
  margin-bottom: 15px;
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed; 
}
.schedule-table th,
.schedule-table td {
  border-bottom: 1px solid var(--border-color1);
  padding: 14px 4px;
  font-size: 15px;
  vertical-align: middle;
}
.schedule-table th:nth-child(n+3),
.schedule-table td:nth-child(n+3) {
  border-left: 1px solid var(--border-color1) !important; 
}
.schedule-table th:nth-child(2),
.schedule-table td:nth-child(2) {
  border-left: none !important;
}
.schedule-table th:first-child,
.schedule-table td:first-child {
  width: 55%;
  text-align: left;
  padding-left: 10px;
}
.schedule-table .th-time,
.schedule-table .time-slot {
  width: 55%; 
  text-align: left;
  padding-left: 20px;
}
.schedule-table .th-day {
  width: 7.5%; 
}
.schedule-table th {
  color: var(--base-font-color);
  font-weight: var(--fw-bold);
  font-size: 20px;
  font-weight: var(--fw-bold);
  padding-bottom: 15px;
}
.schedule-table td {
  border-bottom: 1px solid var(--border-color1);
  padding: 16px 8px;
  font-size: 15px;
  vertical-align: middle;
}
.mark-img {
  width: 20px;        
  height: 20px;       
  object-fit: contain; 
  display: inline-block;
  vertical-align: middle;
}
.schedule-table .th-time {
  text-align: left;
  padding-left: 20px;
}
.schedule-table .time-slot {
  text-align: left;
  font-weight: var(--fw-medium);
  color: var(--base-font-color);
  padding-left: 20px;
  white-space: nowrap;
}
.schedule-table .time-slot .note {
  font-size: inherit; 
}
.mark-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.sub-note {
  font-size: 10px;
  color: var(--base-font-color);
  font-weight: var(--fw-medium);
  line-height: 1;
  transform: scale(0.9); 
}
.schedule-notice {
  font-size: 20px;
  color: var(--base-font-color);
  font-weight: var(--fw-medium);
  text-align: center;
  margin-top: 15px;
}
.about-section {
  padding: 80px 0;
  background-color: var(--background-color1); 
}
.greeting-block {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  margin-top: 40px;
}
.greeting-content {
  flex: 1;
}
.greeting-title {
  font-size: 32px;
  color: var(--base-font-color);
  font-weight: var(--fw-bold);
  margin-bottom: 25px;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 1px solid var(--main-color);
}
.greeting-title::before {
  display: none;
}
.greeting-text p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--base-font-color);
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
}
.greeting-image {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.greeting-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.philosophy-section {
  padding: 100px 0;
  background-color: var(--accent-color);
}
.philosophy-inner {
    width: 100%;
}
.philosophy-section .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(639px, calc(100% - 48px));
    margin: 0 auto;
    text-align: center;
}
.philosophy-section .section-subtitle {
    color: #349936;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.philosophy-section .section-title {
    margin-top: 8px;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 4px;
    white-space: nowrap;
}
.philosophy-section .section-intro {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.9px;
}
.philosophy-list {
    display: flex;
    flex-direction: column;
    gap: 56px;
    width: 100%;
    margin-top: 56px;
}
.philosophy-item {
    display: flex;
    align-items: center;
    gap: clamp(24px, 2.7778vw, 40px);
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.philosophy-item:nth-child(even) {
  flex-direction: row;
}
.philosophy-image {
    width: 100%;
    aspect-ratio: 800 / 413;
    overflow: hidden;
}
.philosophy-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.philosophy-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 480px;
}
.philosophy-item-header {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 2px solid #349936;
}
.philosophy-num {
    flex: none;
    color: #349936;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}
.philosophy-item-title {
    flex: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2.4px;
    white-space: nowrap;
}
.philosophy-text {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.9px;
}
.instagram-section {
  padding: 100px 0;
  background-color: var(--background-color1);
}
.instagram-grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.instagram-item {
  flex: 1;
  max-width: 320px; 
  aspect-ratio: 1 / 1; 
}
.instagram-link {
  display: block;
  width: 100%;
  height: 100%;
}
.instagram-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0; 
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.instagram-image-placeholder:hover {
  opacity: 0.8;
}
.instagram-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-btn-area {
  text-align: center;
  margin-top: 40px;
}
.btn-instagram-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 320px;
  height: 56px;
  border: 2px solid var(--base-font-color);
  border-radius: 10px;
  background-color: var(--background-color1);
  color: var(--base-font-color);
  font-size: 18px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.btn-instagram-more:hover {
  background-color: var(--base-font-color);
  color: var(--background-color1);
}
.btn-instagram-more .arrow {
  line-height: 1;
}
.treatment-details-section {
  padding: 100px 0;
  background-color: var(--main-color); 
  color: var(--base-font-color);
}
.section-header-white {
  text-align: center;
  margin-bottom: 60px;
}
.section-subtitle-white {
  display: block;
  font-size: 24px;
  font-family: var(--font-en);
  color: var(--background-color1);
  font-weight: var(--fw-medium);
  margin-bottom: 5px;
  opacity: 0.9;
}
.section-title-white {
  font-size: 40px;
  color: var(--background-color1);
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
}
.treatment-group {
  background-color: var(--background-color1);
  border-radius: 10px;
  padding: 40px 50px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.group-title {
  font-size: 32px;
  color: var(--main-color);
  font-weight: var(--fw-bold);
  text-align: center;
  position: relative;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-title::before,
.group-title::after {
  content: "";
  flex: 1;
  max-width: 180px;
  height: 2px;
  background-color: var(--main-color);
  margin: 0 15px;
}
.group-lead {
  font-size: 18px;
  text-align: center;
  color: var(--base-font-color);
  font-weight: var(--fw-medium);
  margin-bottom: 35px;
  line-height: 1.6;
}
.treatment-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.treatment-card {
  display: flex;
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 10px;
  padding: 40px;
  gap: 24px;
}
.card-left {
  flex: 0 0 180px; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.treatment-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.icon-img {
  object-fit: contain;
  margin-bottom: 16px;
}
.icon-label {
  font-size: 28px;
  font-weight: var(--fw-bold);
  color: var(--main-color);
  letter-spacing: 0.1em;
  line-height: 1.3;
  word-break: keep-all; 
}
.icon-label .sub {
  font-size: 14px;
  font-weight: var(--fw-bold);
  color: var(--main-color);
  letter-spacing: 0.05em;
  font-weight: normal;
  display: block;
  margin-top: 2px;
}
.card-right {
   width: 232px;
  height: 130px;
  flex: 0 0 180px;
  align-items: center;
}

.card-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-text {
  font-size: 18px;
  font-weight: var(--fw-medium);
  line-height: 1.7;
  color: var(--base-font-color);
  letter-spacing: 0.05em;
}
.treatment-photo {
  object-fit: cover;
  display: block;
}
.price-link-block {
  background-color: var(--background-color1);
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.price-link-title {
  font-size: 32px;
  color: var(--main-color);
  font-weight: var(--fw-bold);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.price-link-title::before,
.price-link-title::after {
  content: "";
  flex: 1;
  max-width: 180px;
  height: 2px;
  background-color: var(--main-color);
  margin: 0 15px;
}
.price-link-lead {
  font-size: 18px;
  font-weight: var(--fw-medium);
  color: var(--base-font-color);
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.price-btn-area {
  display: flex;
  justify-content: center;
}
.btn-price-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 13px 35px;
  background-color: var(--base-font-color);
  color: var(--border-color1);
  font-size: 18px;
  font-weight: var(--fw-bold);
  border-radius: 10px;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
}
.btn-price-more:hover {
  background-color: #145a32;
}
.arrow-img {
  display: block;
}
.doctors-section {
  padding: 100px 0;
  background-color: var(--background-color1);
}
.doctor-list {
  display: flex;
  flex-direction: column;
  gap: 40px; 
}
.doctor-card {
  display: flex;
  background-color: var(--accent-color); 
  padding: 40px;
  border-radius: 12px; 
  box-shadow: none; 
  gap: 40px;
  align-items: flex-start;
}
.doctor-card:nth-child(2) {
  flex-direction: row-reverse;
}
.doctor-image-wrapper {
  flex: 0 0 320px;
}
.doctor-image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3; 
  border-radius: 4px;
  overflow: hidden;
}
.doctor-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor-info {
  flex: 1;
}
.doctor-role {
  font-size: 13px;
  color: var(--base-font-color);
  font-weight: var(--fw-bold);
  margin-bottom: 6px;
}
.doctor-name {
  font-size: 28px;
  font-weight: var(--fw-bold);
  margin-bottom: 25px;
  border-bottom: none; 
  padding-bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.doctor-name .name-text {
  color: var(--main-color);
  letter-spacing: 0.05em;
}
.name-ruby {
  font-size: 14px;
  font-weight: normal;
  color: var(--base-font-color);
}
.doctor-profile-details {
  display: flex;
  flex-direction: column;
}
.profile-row {
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  padding: 16px 0;
  border-top: 1px solid var(--border-color1); 
}
.profile-row dt {
  flex: 0 0 90px; 
  font-weight: var(--fw-bold);
  color: var(--base-font-color);
}
.profile-row dd {
  flex: 1;
  color: var(--base-font-color);
  font-weight: var(--fw-medium);
}
.profile-row dd p {
  margin-bottom: 2px;
}
.profile-row dd p:last-child {
  margin-bottom: 0;
}
.doctor-footer-text {
  text-align: center;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dot-leader-line {
  width: 4px;
  height: 24px; 
  background-image: radial-gradient(circle, var(--base-font-color) 1.5px, transparent 1.5px);
  background-size: 4px 8px; 
  background-repeat: repeat-y;
  margin-bottom: 15px;
}
.additional-doctors {
  font-size: 24px;
  font-weight: var(--fw-bold);
  color: var(--base-font-color);
  letter-spacing: 0.1em; 
  line-height: 1;
}
.history-section {
  width: 100%;
  position: relative;
  background-image: url('./image/hiro/fv-pic.webp'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--main-color); 
}
.history-overlay {
  width: 100%;
  padding: 100px 0;
  background-color: rgba(52, 153, 54, 0.8); 
}
.section-header-history {
  text-align: center;
  margin-bottom: 50px;
}
.section-subtitle-history {
  display: block;
  font-size: 24px;
  color: var(--background-color1);
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  font-family: var(--font-en);
}
.section-title-history {
  font-size: 40px;
  color: var(--background-color1);
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
}
.history-content {
  max-width: 860px;
  margin: 0 auto;
}
.history-content p {
  font-size: 16px;
  color: var(--background-color1);
  line-height: 2.1; 
  margin-bottom: 2em; 
  font-weight: var(--fw-medium);
  letter-spacing: 0.05em;
  text-align: justify; 
}
.history-content p:last-child {
  margin-bottom: 0;
}
.standards-section {
  padding: 80px 0;
  background-color: var(--accent-color);
}
.section-subtitle {
  display: block;
  font-size: 16px;
  font-family: var(--font-en);
  color: var(--main-color);
  text-align: center;
  font-weight: var(--fw-bold);
  margin-bottom: 8px;
}
.section-title {
  font-size: 32px;
  color: var(--base-font-color);
  text-align: center;
  font-weight: var(--fw-bold);
}
.standards-lead {
  font-size: 15px;
  color: var(--base-font-color);
  margin-top: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: var(--fw-medium);
}
.standards-card {
  max-width: 888px;
  width: 100%;
  margin: 48px auto 0;
  background-color: var(--background-color1);
  padding: 48px 64px; 
  border-radius: 16px; 
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  box-sizing: border-box; 
}
.standards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.standards-list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px; 
}
.standards-list li {
  font-size: 15px;
  color: var(--base-font-color);
  line-height: 1.6;
  position: relative;
  padding-left: 20px; 
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
}
.standards-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em; 
  width: 7px;
  height: 7px;
  background-color: var(--main-color); 
  border-radius: 50%;
}
.access-section {
  padding-top: 80px;
  background-color: var(--background-color1);
}
.access-content {
  display: flex;
  gap: 32px;
  margin-top: 50px;
  align-items: flex-start;
}
.access-image-wrapper {
  flex: 1;
}
.access-image-placeholder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.access-image-placeholder img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.access-info {
  flex: 1.2;
  display: flex;
  flex-direction: column;
}
.info-group {
  display: flex;
  align-items: flex-start;
  padding: 24px 0; 
  border-bottom: 1px solid var(--border-color1);
}
.info-group:first-child {
  padding-top: 0;
}
.info-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.info-label {
  flex: 0 0 100px; 
  font-size: 16px;
  font-weight: var(--fw-medium);
  color: var(--main-color);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.info-detail {
  flex: 1;
  font-size: 16px;
  font-weight: var(--fw-medium);
  color: var(--base-font-color);
  line-height: 1.7;
}
.zip-code {
  margin-bottom: 2px;
}
.station-route {
  margin-bottom: 6px;
  font-weight: var(--fw-medium);
}
.station-sub-text {
  font-size: 16px;
  color: var(--base-font-color);
  margin-top: 4px;
}
.parking-text {
  font-weight: var(--fw-medium);
  color: var(--base-font-color);
}
.mobi-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mobi-text {
  line-height: 1.6;
  font-size: 16px;
  font-weight: var(--fw-medium);
  color: var(--base-font-color);
}
.mobi-logo-img {
  object-fit: contain;
  flex-shrink: 0;
}
.google-map-area {
  width: 100%;
  padding-top: 64px;
}
.map-wrapper {
  width: 100%;
  height: 450px;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 900px) {
  .hero-section {
    min-height: 660px;
    padding: 40px 20px 60px; 
  }
  .hero-content {
    max-width: 100%;
  }
  .sp-only {
    display: inline;
  }
  .hero-subtitle {
    font-size: 28px; 
  }
  .hero-title {
    font-size: 28px; 
    line-height: 1.35;
    margin-bottom: 20px;
    word-break: normal; 
  }
  .hero-description {
    font-size: 14px; 
    line-height: 1.75;
  }
  .hero-description br {
    display: none;
  }
  .treatment-section {
    padding: 40px 0;
  }
  .schedule-block {
    padding: 24px 16px;
    border-radius: 12px;
  }
  .schedule-card {
    padding: 24px 16px 20px;
    border-radius: 12px;
  }
  .schedule-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .table-wrapper {
    margin-bottom: 20px;
    overflow-x: visible; 
  }
  .schedule-table {
    width: 100%;
    table-layout: fixed;
  }
  .schedule-table th,
  .schedule-table td {
    padding: 10px 2px;
    font-size: 12px;
  }
  .schedule-table .th-time,
  .schedule-table .time-slot {
    width: 44%;
    padding-left: 0 !important;
    text-align: left;
    white-space: normal; 
  }
  .schedule-table .th-day {
    width: 9.3%;
    font-size: 14px;
    padding-bottom: 8px;
  }
  .schedule-table .time-slot .note {
    display: block;
    font-size: 10px;
    color: var(--base-font-color);
    margin-top: 2px;
    font-weight: normal;
  }
  .mark-img {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
  }
  .mark-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
  }
  .mark-wrapper .mark-img {
    width: 11px; 
    height: 10px;
  }
  .sub-note {
    font-size: 8px;
    line-height: 1.1;
    color: var(--base-font-color);
    transform: none; 
    white-space: nowrap;
  }
  .schedule-notice {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 16px;
    text-align: left; 
    color: var(--base-font-color);
    word-break: break-all;
  }
 .about-section {
    padding: 64px 0;
  }
  .greeting-block {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
.philosophy-section .section-title,
.philosophy-section h2 { 
  letter-spacing: 0; 
}
  .greeting-title {
    font-size: 24px;
    text-align: center; 
    padding-bottom: 12px;
    margin-bottom: 24px;
    border-bottom: 2px solid var(--main-color);
    width: 100%; 
  }
  .greeting-text p {
    font-size: 14px;
    line-height: 2.1; 
    letter-spacing: 0.04em;
    text-align: justify; 
  }
  .greeting-image {
    order: 2;
    max-width: 327px;
    margin: 24px auto 0;
    text-align: center; 
  }
  .greeting-image img {
    margin: 0 auto; 
    width: 327px;
    height: 245px;
    display: block;
  }
  .philosophy-section {
    padding: 64px 24px;
  }
  .philosophy-section .section-header {
    width: 100%;
  }
  .philosophy-section .section-subtitle {
    font-size: 16px;
    line-height: 16px;
  }
  .philosophy-section .section-title {
    margin-top: 8px;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 2.8px;
    white-space: nowrap;
  }
  .philosophy-section .section-intro {
    margin-top: 8px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.8px;
  }
  .philosophy-list {
    gap: 40px;
    margin-top: 40px;
  }
  .philosophy-item,
  .philosophy-item:nth-child(even) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: min(327px, 100%);
    margin: 0 auto;
    padding: 0;
  }
  .philosophy-item .philosophy-content {
    order: 1;
    width: 100%;
    max-width: none;
  }
  .philosophy-item .philosophy-image {
    order: 2;
    width: 100%;
    height: 245px;
    aspect-ratio: auto;
  }
  .philosophy-content {
    gap: 24px;
  }
  .philosophy-item-header {
    gap: 16px;
    padding-bottom: 16px;
  }
  .philosophy-num {
    font-size: 32px;
    line-height: 32px;
  }
  .philosophy-item-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .instagram-section {
    padding: 80px 0;
  }
  .instagram-grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    gap: 12px; 
    padding: 0 10px;
  }
  .instagram-item {
    flex: 0 0 calc(50% - 6px);
    max-width: none; 
  }
  .btn-instagram-more {
    width: 100%;
    max-width: 280px; 
    padding: 14px 20px;
  }
  .treatment-details-section {
    padding: 64px 0;
  }
  .section-subtitle-white {
    font-size: 16px;
  }
  .section-title-white {
    font-size: 32px;
  }
  .treatment-group,
  .price-link-block {
    padding: 40px 24px;
    border-radius: 10px;
    margin-bottom: 24px;
  }
  .group-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .group-title::before,
  .group-title::after {
    max-width: 40px; 
  }
  .group-lead {
    font-size: 16x;
    line-height: 1.7;
    margin-bottom: 24px;
    text-align: left; 
  }
  .treatment-cards {
    gap: 20px;
  }
  .treatment-card {
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
    padding: 24px 16px 20px;
    border-radius: 10px;
    gap: 0; 
  }
  .card-left {
    order: 1;
    flex: none;
    width: 100%;
    margin-bottom: 16px;
  }
  .icon-img {
    width: 48px;  
    height: 48px;
    margin-bottom: 8px;
  }
  .icon-label {
    font-size: 24px;
    line-height: 1.3;
  }
  .icon-label .sub {
    font-size: 12px;
    margin-top: 4px;
  }
  .card-center {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
  .card-text {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify; 
    letter-spacing: 0.03em;
  }
  .card-right {
    order: 3;
    flex: none;
    width: 100%;
    height: 150px;
  }
  
  .treatment-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
    display: block;
  }
  .price-link-title {
    font-size: 24px;
  }
  .price-link-title::before,
  .price-link-title::after {
    max-width: 40px;
  }
  .price-link-lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btn-price-more {
    width: 100%;
    font-size: 15px;
    padding: 14px 16px;
    border-radius: 10px;
  }
.doctors-section {
    padding: 64px 0;
  }
.section-subtitle {
  font-size: 16px;
}
  .doctor-list {
    gap: 24px;
  }
  .doctor-card,
  .doctor-card:nth-child(2) {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
    border-radius: 10px;
  }
  .doctor-image-wrapper {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .doctor-image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1; 
    border-radius: 4px;
    overflow: hidden;
  }
  .doctor-info {
    width: 100%;
  }
  .doctor-role {
    font-size: 16px;
  }
  .doctor-name {
    font-size: 28px;
    margin-bottom: 20px;
    flex-wrap: wrap; 
    gap: 6px 12px;
  }
  .profile-row {
    gap: 45px;
    padding: 16px 0;
  }
  .profile-row dt {
    flex: none;
    font-size: 18px;
    font-weight: var(--fw-bold);
    color: var(--base-font-color);
  }
  .profile-row dd {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.03em;
  }
  .profile-row dd p {
    margin-bottom: 4px;
  }
  .doctor-footer-text {
    margin-top: 24px;
  }
  .dot-leader-line {
    height: 20px;
    margin-bottom: 12px;
  }
  .additional-doctors {
    font-size: 20px; 
    letter-spacing: 0.05em;
  }
  .history-overlay {
    padding: 64px 0;
  }
  .section-subtitle-history {
    font-size: 16px;
  }
  .section-title-history {
    font-size: 32px;
  }
  .history-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1.5em;
    text-align: left;
  }
  .standards-section {
    padding: 80px 0;
  }
  .standards-lead {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .standards-card {
    padding: 32px 24px;
    margin: 32px 0 0;
    border-radius: 16px;
  }
  .standards-grid {
    display: flex;
    flex-direction: column;
    gap: 16px; 
  }
  .standards-list {
    gap: 16px;
  }
  .standards-list li {
    font-size: 14px;
    line-height: 1.6;
  }
  .access-section {
    padding-top: 60px;
  }
  .access-content {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
  .access-image-wrapper {
    width: 100%;
  }
  .access-image-placeholder {
    height: auto;
  }
  .access-image-placeholder img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .access-info {
    width: 100%;
  }
  .info-group {
    display: flex;
    flex-direction: row; 
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color1); 
    gap: 16px;
  }
  .info-group:first-child {
    padding-top: 0;
  }
  .info-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .info-label {
    flex: 0 0 72px; 
    font-size: 18px;
    font-weight: var(--fw-bold);
    color: var(--main-color);
    border-bottom: none; 
    padding-bottom: 0;
    line-height: 1.6;
  }
  .info-detail {
    flex: 1;
    font-size: 16px;
    line-height: 1.7;
  }
  .mobi-wrapper {
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    gap: 12px;
  }
  .mobi-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .mobi-logo-img {
    max-width: 140px; 
    height: auto;
    align-self: flex-start; 
  }
  .google-map-area {
    padding-top: 40px;
  }
  .map-wrapper {
    height: 200px;
  }
  .map-wrapper iframe {
    display: block;
  }
}
.content-width {
  max-width: 1200px;
  margin: 0 auto;
}
.site-header {
  width: 100%;
  background-color: var(--background-color1);
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 80px; 
}
.header-nav {
  height: 100%;
}
.nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: var(--base-font-color);
}
.nav-item a {
  padding: 0 15px;
  font-size: 20px;
  font-weight: 500;
  color: var(--base-font-color);
  transition: color 0.3s;
  display: flex;
  align-items: center;
  height: 100%;
}
.header-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.info-address {
  text-align: left;
  color: var(--base-font-color);
}
.info-address .zip {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.btn-reservation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  color: var(--background-color1);
  padding: 4px 26px 8px 31px;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.btn-reservation:hover {
  background-color: var(--main-color);
}
.btn-sub {
  font-size: 14px;
  margin-bottom: 2px;
}
.btn-main {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.icon-phone {
  font-size: 14px;
}
.sp-btn-reservation,
.hamburger-btn,
.drawer-menu {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header-nav,
  .header-info {
    display: none;
  }
  .header-inner {
    height: 70px;
    padding: 0 16px;
  }
  .sp-btn-reservation {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: var(--main-color);
    color: #fff;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
  }
  .sp-btn-reservation img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1); 
  }
  .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
  }
  .hamburger-bar {
    width: 100%;
    height: 2px;
    background-color: var(--base-font-color);
    border-radius: 2px;
    transition: all 0.3s;
  }
  .drawer-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%; 
    width: 100%;
    max-width: 700px;
    height: 100vh;
    background-color: #FCF9F3; 
    z-index: 2000;
    transition: right 0.4s ease;
    overflow-y: auto;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15); 
  }
  .drawer-menu.is-active {
    right: 0;
  }
  .drawer-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .drawer-close-btn::before,
  .drawer-close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background-color: var(--base-font-color);
  }
  .drawer-close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .drawer-close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 80px 20px 40px;
  }
  .drawer-list {
    text-align: center;
    margin-bottom: 40px;
  }
  .drawer-item {
    margin-bottom: 24px;
  }
  .drawer-link {
    font-size: 20px;
    font-weight: bold;
    color: var(--base-font-color);
    letter-spacing: 0.05em;
  }
  .drawer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 320px;
  }
  .drawer-btn-reservation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }
  .drawer-btn-sub {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .drawer-btn-main {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .drawer-icon-phone {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }
  .drawer-address {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
  }
}
@media screen and (max-width: 900px) {
  .drawer-menu {
    max-width: 100%; 
    box-shadow: none;
  }
}
.contact {
    padding: 160px 24px 50px;
    color: var(--text, #444);
    background-color: #fff;
}
.contact__inner {
    width: min(100%, 1200px);
    margin-inline: auto;
}
a.contact-form__privacy-link {
    color: #349936;
    text-decoration: underline;
}
.contact__heading {
    margin-bottom: 48px;
    text-align: center;
}
.contact__english {
    margin: 0;
    color: var(--main-color, #349936);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
}
.contact__title {
    margin: 16px 0 0;
    color: var(--text, #444);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.contact__introduction {
    width: min(100%, 900px);
    margin: 0 auto 72px;
    color: var(--text, #444);
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.contact__introduction p {
    margin: 0;
}
.contact__notice {
    margin-top: 24px !important;
    font-size: 14px;
    line-height: 1.9;
}
.contact__form-area {
    width: 100%;
    padding: 72px 80px 80px;
    background-color: var(--accent-color);
}
.contact-form {
    width: min(100%, 980px);
    margin-inline: auto;
}
.contact-form__row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    column-gap: 48px;
    align-items: center;
    padding-block: 18px;
}
.contact-form__row--textarea {
    align-items: start;
}
.contact-form__label {
    color: var(--text, #444);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}
.contact-form__label label {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.contact-form__required,
.contact-form__optional {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 22px;
    padding: 3px 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border-radius: 3px;
    margin-top: 24PX;
}
.contact-form__required {
    background-color: var(--main-color, #349936);
}
.contact-form__optional {
    background-color: #777;
}
.contact-form__field {
    min-width: 0;
    width: 100%;
}
.contact-form__field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.contact-form__input,
.contact-form__textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 20px;
    color: var(--text, #444);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    background-color: #fff;
    border: 1px solid #d9e5e8;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}
.contact-form__input {
    min-height: 58px;
}
.contact-form__textarea {
    min-height: 240px;
    resize: vertical;
}
.contact-form__input::placeholder,
.contact-form__textarea::placeholder {
    color: #aaa;
    opacity: 1;
}
.contact-form__input:focus,
.contact-form__textarea:focus {
    background-color: #fff;
    border-color: var(--main-color, #349936);
    box-shadow: 0 0 0 3px rgba(94, 192, 213, 0.14);
}
.contact-form__input:hover,
.contact-form__textarea:hover {
    border-color: #bdd5da;
}
.wpcf7-not-valid {
    border-color: #d63638 !important;
}
.wpcf7-not-valid-tip {
    display: block;
    margin-top: 8px;
    color: #d63638;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}
.wpcf7 form .wpcf7-response-output {
    margin: 32px 0 0;
    padding: 16px 20px;
    color: var(--text, #444);
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    background-color: #fff;
    border-width: 1px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #d63638;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--main-color, #349936);
}
.wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.contact-form__privacy {
    margin-top: 48px;
}
.contact-form__privacy-note {
    margin: 0 0 16px;
    color: var(--text, #444);
    font-size: 14px;
    line-height: 1.8;
}
.contact-form__privacy-box {
    max-height: 240px;
    padding: 28px 32px;
    overflow-y: auto;
    color: var(--text, #444);
    font-size: 14px;
    line-height: 1.9;
    background-color: #fff;
    border: 1px solid #d9e5e8;
}
.contact-form__privacy-title {
    margin: 0 0 16px;
    font-size: 17px;
    font-weight: 700;
}
.contact-form__privacy-description {
    margin: 0;
}
.contact-form__consent {
    margin-top: 32px;
    text-align: center;
}
.contact-form__consent .wpcf7-form-control-wrap {
    display: inline-block;
}
.contact-form__consent .wpcf7-acceptance {
    display: inline-block;
}
.contact-form__consent .wpcf7-list-item {
    margin: 0;
}
.contact-form__consent label {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--text, #444);
    font-size: 15px;
    line-height: 1.6;
    cursor: pointer;
}
.contact-form__consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    accent-color: var(--main-color, #349936);
}
.contact-form__submit {
    position: relative;
    width: min(100%, 360px);
    margin: 48px auto 0;
}
.contact-form__submit-button {
    display: block;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 16px 64px 16px 32px;
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: center;
    cursor: pointer;
    background-color: var(--main-color, #349936);
    border: 1px solid var(--main-color, #349936);
    border-radius: 3px;
    box-shadow: none;
    appearance: none;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        opacity 0.25s ease;
}
.contact-form__submit::after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    pointer-events: none;
    transform: translateY(-50%) rotate(45deg);
    transition:
        right 0.25s ease,
        border-color 0.25s ease;
}
@media (hover: hover) {
    .contact-form__submit-button:hover {
        color: var(--main-color, #349936);
        background-color: #fff;
    }
    .contact-form__submit:hover::after {
        right: 26px;
        border-color: var(--main-color, #349936);
    }
}
.wpcf7 form.submitting .contact-form__submit-button {
    pointer-events: none;
    opacity: 0.6;
}
.contact-form__submit .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: -42px;
    margin: 0;
    transform: translateY(-50%);
}
.wpcf7-form-control-wrap[data-name^="honeypot"],
.honeypot-wrap {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
@media screen and (max-width: 900px) {
    .contact {
        padding: 130px 24px 96px;
    }
    .contact__form-area {
        padding: 56px 48px 64px;
    }
    .contact-form__row {
        grid-template-columns: 160px minmax(0, 1fr);
        column-gap: 32px;
    }
}
@media screen and (max-width: 600px) {
    .contact {
        padding: 104px 16px 72px;
    }
    .contact__heading {
        margin-bottom: 32px;
    }
    .contact__english {
        font-size: 48px;
    }
    .contact__title {
        margin-top: 10px;
        font-size: 24px;
    }
    .contact__introduction {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 1.9;
        text-align: left;
    }
    .contact__notice {
        margin-top: 18px !important;
        font-size: 13px;
    }
    .contact__form-area {
        margin-inline: -16px;
        padding: 40px 20px 48px;
    }
    .instagram-section .contact__form-area {
      margin-inline: 0;
    }
    .contact-form__row {
        display: block;
        padding-block: 16px;
    }
    .contact-form__label {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .contact-form__input,
    .contact-form__textarea {
        padding: 14px 16px;
        font-size: 16px;
    }
    .contact-form__input {
        min-height: 54px;
    }
    .contact-form__textarea {
        min-height: 200px;
    }
    .contact-form__privacy {
        margin-top: 32px;
    }
    .contact-form__privacy-box {
        max-height: 220px;
        padding: 20px;
    }
    .contact-form__consent {
        margin-top: 24px;
        text-align: left;
    }
    .contact-form__consent label {
        align-items: flex-start;
        font-size: 14px;
    }
    .contact-form__consent input[type="checkbox"] {
        flex: 0 0 auto;
        margin-top: 2px;
    }
    .contact-form__submit {
        width: 100%;
        margin-top: 36px;
    }
    .contact-form__submit-button {
        min-height: 60px;
    }
    .contact-form__submit .wpcf7-spinner {
        top: auto;
        right: auto;
        bottom: -36px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.privacy-policy {
    padding: 0 24px;
    background-color: var(--background-color1);
}
.privacy-policy__inner {
    padding: 120px 0;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.privacy-policy__header {
    margin-bottom: 72px;
    text-align: center;
}
.privacy-policy__en {
    margin: 0 0 12px;
    font-family: var(--font-en);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: var(--main-color);
}
.privacy-policy__title {
    margin: 0;
    font-family: var(--font-jp);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: var(--text);
}
.privacy-policy__content {
    font-family: var(--font-jp);
}
.privacy-policy__section {
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color1);
}
.privacy-policy__section:first-child {
    padding-top: 0;
}
.privacy-policy__heading {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: var(--main-color);
}
.privacy-policy__text {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
    color: var(--base-font-color);
}
.privacy-policy__text + .privacy-policy__text {
    margin-top: 16px;
}
.privacy-policy__list {
    margin: 20px 0;
    padding-left: 24px;
}
.privacy-policy__item {
    position: relative;
    margin-top: 10px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: var(--base-font-color);
    list-style: none;
}
.privacy-policy__item:first-child {
    margin-top: 0;
}
.privacy-policy__item::before {
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--main-color);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}
.privacy-policy__address {
    margin-top: 24px;
    padding: 24px 28px;
    font-style: normal;
    background-color: var(--accent-color);
    border-radius: 8px;
}
.privacy-policy__address-name {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--base-font-color);
}
.privacy-policy__address-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: var(--base-font-color);
}
.privacy-policy__address-text + .privacy-policy__address-text {
    margin-top: 8px;
}
.privacy-policy__address a {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.privacy-policy__date {
    margin-top: 48px;
    text-align: right;
}
.privacy-policy__date p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: var(--text);
}
@media screen and (max-width: 900px) {
    .privacy-policy {
        padding: 96px 32px;
    }
    .privacy-policy__header {
        margin-bottom: 56px;
    }
    .privacy-policy__title {
        font-size: 40px;
    }
    .privacy-policy__heading {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px) {
    .privacy-policy {
        padding: 72px 20px;
    }
    .privacy-policy__header {
        margin-bottom: 40px;
    }
    .privacy-policy__en {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .privacy-policy__title {
        font-size: 32px;
        line-height: 1.5;
    }
    .privacy-policy__section {
        padding: 32px 0;
    }
    .privacy-policy__heading {
        margin-bottom: 16px;
        font-size: 21px;
        line-height: 1.6;
    }
    .privacy-policy__text,
    .privacy-policy__item,
    .privacy-policy__address-text {
        font-size: 15px;
    }
    .privacy-policy__text {
        line-height: 1.9;
    }
    .privacy-policy__list {
        margin: 16px 0;
        padding-left: 4px;
    }
    .privacy-policy__address {
        padding: 20px;
    }
    .privacy-policy__address-name {
        font-size: 17px;
    }
    .privacy-policy__date {
        margin-top: 36px;
        text-align: left;
    }
}
.error404-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - var(--header-height));
    padding: 120px 20px;
    background-color: var(--background-color1);
}
.error404-page__content {
    max-width: 720px;
    text-align: center;
}
.error404-page__number {
    margin: 0;
    color: var(--main-color);
    font-family: var(--font-en);
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
}
.error404-page__title {
    margin-top: 24px;
    color: var(--base-font-color);
    font-size: 40px;
    font-weight: 700;
}
.error404-page__text {
    margin-top: 32px;
    color: var(--base-font-color);
    font-size: 18px;
    line-height: 2;
}
.error404-page__buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 56px;
}
.error404-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 60px;
    padding: 0 32px;
    border-radius: 999px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}
.error404-page__button:hover {
    opacity: 0.85;
}
.error404-page__button--back {
    border: 1px solid var(--skyblue);
    background: #fff;
    color: var(--skyblue);
}
@media (max-width: 600px) {
    .error404-page {
        padding: 80px 20px;
    }
    .error404-page__number {
        font-size: 80px;
    }
    .error404-page__title {
        font-size: 28px;
    }
    .error404-page__text {
        font-size: 16px;
    }
    .error404-page__buttons {
        flex-direction: column;
    }
    .error404-page__button {
        width: 100%;
    }
}
.thanks {
    padding: 0 24px 120px;
    background-color: #f8f8f6;
}
.thanks__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 60px;
    background-color: #fff;
    text-align: center;
}
.thanks__english {
    margin: 0 0 20px;
    color: #b49a72;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.thanks__title {
    margin: 0;
    color: #333;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.thanks__body {
    margin-top: 40px;
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.thanks__text {
    font-size: 18px;
}
.thanks__notice {
    padding: 20px;
    background-color: #f8f8f6;
    font-size: 14px;
}
.thanks__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    min-height: 64px;
    margin-top: 48px;
    padding: 16px 32px;
    border: 1px solid #333;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.08em;
    transition:
        background-color 0.3s,
        color 0.3s;
}
.thanks__button:hover {
    background-color: #333;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .thanks {
        padding: 72px 20px;
    }
    .thanks__inner {
        padding: 56px 24px;
    }
    .thanks__title {
        font-size: 26px;
    }
    .thanks__body {
        margin-top: 32px;
        font-size: 15px;
        line-height: 1.9;
        text-align: left;
    }
    .thanks__notice {
        padding: 16px;
    }
    .thanks__button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
        margin-top: 40px;
    }
    .u-pc {
        display: none;
    }
}
