@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
  padding-bottom: 80px;
}
body.menu-open {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-decoration: underline;
  text-decoration-color: #FFD700;
  text-decoration-thickness: 6px;
  text-underline-offset: -3px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.header {
  background-color: #FF8C42;
  color: #FFFFFF;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-nav {
  position: relative;
}
.header-logo h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.header-logo h1 a {
  color: #FFFFFF;
  text-decoration: none;
}
.header-logo h1 a img {
  width: 80%;
}
.header-nav {
  position: relative;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  justify-content: space-around;
  position: relative;
}
.hamburger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.nav-close-button {
  display: none;
  flex-direction: column;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.nav-close-button:hover {
  opacity: 0.8;
}
.nav-close-button i {
  font-size: 20px;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 20px;
}
.nav-list li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  transition: opacity 0.3s ease;
}
.nav-list li a:hover {
  opacity: 0.8;
}

.hero {
  position: relative;
  background-image: url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  max-width: 500px;
  height: 100%;
  background-image: url("../images/hero-bg-fwd.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
  pointer-events: none;
}
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.hero-main-title {
  font-size: 50px;
  font-family: GenEiMGothic;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
  color: #FF8C42;
  -webkit-text-stroke-width: 1px;
  text-shadow: rgb(255, 255, 255) 7px 0px 0px, rgb(255, 255, 255) 6.92869px 0.996602px 0px, rgb(255, 255, 255) 6.71622px 1.9729px 0px, rgb(255, 255, 255) 6.36692px 2.909px 0px, rgb(255, 255, 255) 5.8879px 3.78584px 0px, rgb(255, 255, 255) 5.28893px 4.58555px 0px, rgb(255, 255, 255) 4.5822px 5.29183px 0px, rgb(255, 255, 255) 3.78212px 5.8903px 0px, rgb(255, 255, 255) 2.90498px 6.36876px 0px, rgb(255, 255, 255) 1.96865px 6.71747px 0px, rgb(255, 255, 255) 0.992221px 6.92932px 0px, rgb(255, 255, 255) -0.00442571px 7px 0px, rgb(255, 255, 255) -1.00098px 6.92806px 0px, rgb(255, 255, 255) -1.97715px 6.71498px 0px, rgb(255, 255, 255) -2.91303px 6.36508px 0px, rgb(255, 255, 255) -3.78956px 5.88551px 0px, rgb(255, 255, 255) -4.58889px 5.28603px 0px, rgb(255, 255, 255) -5.29472px 4.57885px 0px, rgb(255, 255, 255) -5.89269px 3.77839px 0px, rgb(255, 255, 255) -6.3706px 2.90095px 0px, rgb(255, 255, 255) -6.71871px 1.96441px 0px, rgb(255, 255, 255) -6.92995px 0.98784px 0px, rgb(255, 255, 255) -6.99999px -0.00885142px 0px, rgb(255, 255, 255) -6.92743px -1.00536px 0px, rgb(255, 255, 255) -6.71372px -1.98139px 0px, rgb(255, 255, 255) -6.36324px -2.91705px 0px, rgb(255, 255, 255) -5.88311px -3.79328px 0px, rgb(255, 255, 255) -5.28313px -4.59223px 0px, rgb(255, 255, 255) -4.57551px -5.29762px 0px, rgb(255, 255, 255) -3.77466px -5.89507px 0px, rgb(255, 255, 255) -2.89692px -6.37243px 0px, rgb(255, 255, 255) -1.96016px -6.71995px 0px, rgb(255, 255, 255) -0.983458px -6.93057px 0px, rgb(255, 255, 255) 0.0132771px -6.99999px 0px, rgb(255, 255, 255) 1.00974px -6.92679px 0px, rgb(255, 255, 255) 1.98564px -6.71247px 0px, rgb(255, 255, 255) 2.92107px -6.36139px 0px, rgb(255, 255, 255) 3.797px -5.88071px 0px, rgb(255, 255, 255) 4.59557px -5.28022px 0px, rgb(255, 255, 255) 5.30051px -4.57215px 0px, rgb(255, 255, 255) 5.89746px -3.77094px 0px, rgb(255, 255, 255) 6.37426px -2.89289px 0px, rgb(255, 255, 255) 6.72119px -1.95591px 0px, rgb(255, 255, 255) 6.93119px -0.979076px 0px;
  position: relative;
  z-index: 5;
}
.hero-point-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.hero-point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #D4AF37 0%, #FFD700 50%, #D4AF37 100%);
  /* border-radius: 50%; */
  border: 7px solid #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 2px 10px rgba(255, 255, 255, 0.3), inset 0 -2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.hero-point-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 50%), radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-point-item:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), inset 0 2px 10px rgba(255, 255, 255, 0.4), inset 0 -2px 10px rgba(0, 0, 0, 0.3);
}
.hero-point-stars {
  font-size: 30px;
  color: #FFD700;
  line-height: 1;
  margin-bottom: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.hero-point-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  position: relative;
  z-index: 1;
}
.hero-point-label {
  font-size: 27px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}
.hero-point-desc {
  font-size: 27px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}

.feature-item {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  backdrop-filter: blur(10px);
}
.feature-item-icon {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
.feature-item span:last-child {
  font-size: 16px;
  font-weight: bold;
}

.notice {
  background-color: #FFF5F0;
  padding: 40px 20px;
  text-align: left;
}
.notice-container {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.notice-image {
  width: 200px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.notice-title {
  font-size: 24px;
  color: #FF8C42;
  margin-bottom: 20px;
  font-weight: bold;
}
.notice-text {
  font-size: 16px;
  line-height: 1.8;
  flex: 1;
}
.notice-note {
  font-size: 14px;
  color: #666666;
}

.main-service {
  padding: 60px 20px;
  background-color: #FFFFFF;
}
.main-service .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.main-service .service-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.main-service .stat-item {
  text-align: center;
}
.main-service .stat-number {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #FF8C42;
  margin-bottom: 5px;
}
.main-service .stat-label {
  font-size: 14px;
  color: #666666;
}
.main-service .service-subtitle {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
  font-weight: bold;
}
.main-service .service-description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.main-service .service-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.main-service .point-item {
  background-color: #FFF5F0;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 2px solid #FFB366;
}
.main-service .point-item h4 {
  font-size: 20px;
  color: #FF8C42;
  margin-bottom: 15px;
  font-weight: bold;
}
.main-service .point-item p {
  font-size: 14px;
  line-height: 1.6;
}

.worries {
  position: relative;
  padding: 60px 20px;
  background: linear-gradient(135deg, #FFF1D0 0%, #FFFFFF 100%);
  overflow: hidden;
}
.worries-image {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 300px;
  height: auto;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
}
.worries .section-title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.worries-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.worry-item {
  position: relative;
  background-color: #FFFFFF;
  padding: 30px 20px;
  border-radius: 50px;
  text-align: center;
  border: 3px solid #FF8C42;
  margin-bottom: 0;
  overflow: visible;
}
.worry-item::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 25px;
  width: 18px;
  height: 18px;
  border: 3px solid #FF8C42;
  border-radius: 50%;
}
.worry-item::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 10px;
  width: 14px;
  height: 14px;
  border: 3px solid #FF8C42;
  border-radius: 50%;
}
.worry-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  position: relative;
  z-index: 1;
}

.trust {
  padding: 60px 20px;
  background-color: #FFFFFF;
}
.trust .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.trust-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1045px;
  margin: 0 auto;
}
.trust-item {
  background-color: #FFF5F0;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.trust-item h3 {
  font-size: 22px;
  color: #FF8C42;
  margin-bottom: 15px;
  font-weight: bold;
}
.trust-item p {
  font-size: 15px;
  line-height: 1.8;
}

.quality {
  padding: 60px 20px;
  background: linear-gradient(135deg, #FFF1D0 0%, #FFFFFF 100%);
  color: #000000;
}
.quality .section-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.quality-subtitle {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.quality-description {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.reasons {
  padding: 60px 20px;
  background-color: #FFFFFF;
}
.reasons .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.reasons-points {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.reasons-point-item {
  position: relative;
  background-color: #FFFFFF;
  padding: 30px 25px;
  border: 3px solid #FF8C42;
  border-radius: 30px 50px 30px 50px/50px 30px 50px 30px;
  overflow: hidden;
}
.reasons-point-number {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 80px;
  font-weight: bold;
  color: #FF8C42;
  opacity: 0.3;
  line-height: 1;
  z-index: 0;
  font-family: "Arial", sans-serif;
}
.reasons-point-ttl {
  font-size: 22px;
  color: #FF8C42;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.reasons-point-desc {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.cta {
  padding: 80px 20px;
  background-image: url(../images/cta-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-badge {
  display: inline-block;
  background-color: #FFFFFF;
  color: #FF8C42;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
}
.cta-badge-text {
  display: block;
}
.cta-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
}
.cta-review {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
  border-radius: 50px;
  backdrop-filter: blur(10px);
}
.cta-review-label {
  font-size: 16px;
  font-weight: bold;
}
.cta-review-stars {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cta-discount {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 40px 30px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.cta-discount-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
.cta-discount-percent {
  font-size: 48px;
  font-weight: 900;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 0 5px;
}
.cta-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #FFFFFF;
  background-image: url("../images/tel-bg-1.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #FF8C42;
  font-size: 42px;
  font-weight: bold;
  padding: 20px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  border: 5px solid #FF8C42;
}
.cta-tel:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.cta-tel i {
  font-size: 42px;
  color: #FF8C42;
  flex-shrink: 0;
}
.cta-tel-text {
  color: #FF8C42;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cta-tel-time {
  font-size: 25px;
  color: #FF8C42;
  font-weight: normal;
  white-space: nowrap;
}
.cta-buttons {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
}
.cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  flex: 1;
  min-width: 180px;
}
.cta-button:hover {
  transform: translateY(-2px);
}
.cta-button i {
  font-size: 24px;
}
.cta-button-mail {
  background-color: #FF8C42;
  color: #FFFFFF;
}
.cta-button-mail:hover {
  background-color: #E67E22;
}
.cta-button-line {
  background-color: #06C755;
  color: #FFFFFF;
}
.cta-button-line:hover {
  background-color: #05B048;
}
.cta-button-text {
  color: #FFFFFF;
  font-size: 25px;
}
.cta-note {
  font-size: 12px;
  opacity: 0.9;
  line-height: 1.6;
  margin-top: 20px;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.workflow {
  padding: 60px 20px;
  background-color: #FFFFFF;
}
.workflow .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.5;
}
.workflow-steps {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.workflow-step {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #FFF5F0;
  padding: 30px;
  border-radius: 15px;
  border: 3px solid #FF8C42;
  position: relative;
}
.workflow-step:not(:last-child)::after {
  content: "↓";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #FF8C42;
  font-weight: bold;
}
.workflow-step-number {
  background-color: #FF8C42;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 25px;
  border-radius: 10px;
  min-width: 120px;
  text-align: center;
  flex-shrink: 0;
}
.workflow-step-content {
  flex: 1;
}
.workflow-step-title {
  font-size: 20px;
  color: #FF8C42;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
.workflow-step-desc {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}

.area {
  padding: 60px 20px;
  background-color: #FFFFFF;
}
.area .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.area-subtitle {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
  font-weight: bold;
}
.area-description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.area-list {
  max-width: 1000px;
  margin: 0 auto;
}
.area-list-title {
  font-size: 20px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.area-note {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
}
.area-cities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
  list-style: none;
}
.area-cities li {
  background-color: #FFF5F0;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #FFB366;
  font-size: 14px;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/footer-fixed-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  color: #333333;
  padding: 15px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.fixed-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.fixed-footer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background-color: #EF4123;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.fixed-footer-tel:hover {
  background-color: #E67E22;
  transform: translateY(-2px);
}
.fixed-footer-tel i {
  font-size: 20px;
}
.fixed-footer-tel-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fixed-footer-tel-text {
  color: #FFFFFF;
}
.fixed-footer-tel-time {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  white-space: nowrap;
}
.fixed-footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  border-radius: 25px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.fixed-footer-item:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.fixed-footer-item i {
  font-size: 20px;
}
.fixed-footer-item-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fixed-footer-item-time {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  white-space: nowrap;
}
.fixed-footer-mail {
  background-color: #FF8C42;
}
.fixed-footer-mail:hover {
  background-color: #E67E22;
}
.fixed-footer-line {
  background-color: #06C755;
}
.fixed-footer-line:hover {
  background-color: #05B04A;
}
@media (max-width: 768px) {
  .fixed-footer-text {
    display: none;
  }
}

.page-title {
  padding: 60px 20px;
  background-image: url("../images/lower-layer-2.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: #000000;
  text-align: center;
}
.page-title-main {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-title-sub {
  font-size: 18px;
  opacity: 0.9;
}

.contact-form-section {
  padding: 60px 20px;
  background-color: #FFF5F0;
}
.contact-form-section .container {
  max-width: 800px;
}

.contact-form-wrapper {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-form-description {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.contact-message {
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-message i {
  font-size: 20px;
}
.contact-message p {
  margin: 0;
  font-size: 16px;
}
.contact-message-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contact-message-success i {
  color: #28a745;
}
.contact-message-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.contact-message-error i {
  color: #dc3545;
}

.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
.contact-form .form-label .form-required {
  color: #dc3545;
  font-size: 14px;
  margin-left: 5px;
}
.contact-form .form-input,
.contact-form .form-textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #333333;
  transition: border-color 0.3s ease;
}
.contact-form .form-input:focus,
.contact-form .form-textarea:focus {
  outline: none;
  border-color: #FF8C42;
}
.contact-form .form-input::placeholder,
.contact-form .form-textarea::placeholder {
  color: #999;
}
.contact-form .form-textarea {
  resize: vertical;
  min-height: 150px;
  font-family: inherit;
}
.contact-form .form-file {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 2px dashed #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.contact-form .form-file:hover {
  border-color: #FF8C42;
}
.contact-form .form-file:focus {
  outline: none;
  border-color: #FF8C42;
}
.contact-form .form-note {
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.contact-form .form-submit-wrapper {
  text-align: center;
  margin-top: 40px;
}
.contact-form .form-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #FF8C42;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 50px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contact-form .form-submit-btn i {
  font-size: 18px;
}
.contact-form .form-submit-btn:hover {
  background-color: #E67E22;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.contact-form .form-submit-btn:active {
  transform: translateY(0);
}

.service-list {
  padding: 60px 20px;
  background: linear-gradient(135deg, #FFF1D0 0%, #FFFFFF 100%);
}
.service-list .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.5;
}
.service-list-items {
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}
.service-list-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 15px;
  border: 3px solid #FF8C42;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.service-list-title {
  font-size: 24px;
  color: #FF8C42;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
.service-list-subtitle {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
.service-list-desc {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.service-list-link {
  display: inline-block;
  background-color: #FF8C42;
  color: #FFFFFF;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.service-list-link:hover {
  background-color: #E67E22;
  transform: translateY(-2px);
}

.charge {
  padding: 60px 20px;
  background-color: #FFFFFF;
}
.charge .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.charge-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.charge-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #FFF5F0;
  color: #333333;
  border: 2px solid #FF8C42;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.charge-tab i {
  font-size: 18px;
}
.charge-tab:hover {
  background-color: #FFB366;
}
.charge-tab.active {
  background-color: #FF8C42;
  color: #FFFFFF;
}
.charge-tab-content {
  display: none;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.charge-tab-content.active {
  display: block;
}
.charge-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.charge-table thead {
  background-color: #FF8C42;
  color: #FFFFFF;
}
.charge-table thead th {
  padding: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.charge-table tbody tr {
  border-bottom: 1px solid #FFF5F0;
}
.charge-table tbody tr:hover {
  background-color: #FFF5F0;
}
.charge-table tbody tr td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  word-wrap: break-word;
  word-break: break-word;
}
.charge-table tbody tr td:first-child {
  font-weight: bold;
  color: #FF8C42;
  width: 150px;
  min-width: 100px;
}
.charge-table tbody tr td:last-child {
  font-weight: bold;
  color: #FF8C42;
  text-align: right;
  white-space: nowrap;
  min-width: 100px;
}
.charge-note {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
}

.charge-example {
  padding: 60px 20px;
  background: linear-gradient(135deg, #FFF1D0 0%, #FFFFFF 100%);
}
.charge-example .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.charge-example-content {
  max-width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 15px;
  border: 3px solid #FF8C42;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.charge-example-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #FFF5F0;
}
.charge-example-item:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}
.charge-example-label {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.charge-example-value {
  font-size: 18px;
  color: #FF8C42;
  font-weight: bold;
}
.charge-example-details {
  margin-top: 20px;
}
.charge-example-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #FFF5F0;
}
.charge-example-detail.total {
  border-top: 2px solid #FF8C42;
  border-bottom: none;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 20px;
}
.charge-example-detail-label {
  font-size: 16px;
  color: #333333;
}
.charge-example-detail-value {
  font-size: 18px;
  color: #FF8C42;
  font-weight: bold;
}
.charge-example-detail-value.negative {
  color: #28a745;
}
.charge-example-note {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
}

.charge-buy {
  padding: 60px 20px;
  background-color: #FFFFFF;
}
.charge-buy .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.charge-buy-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.charge-buy-point {
  background-color: #FFF5F0;
  padding: 30px;
  border-radius: 15px;
  border: 3px solid #FF8C42;
  text-align: center;
}
.charge-buy-point h3 {
  font-size: 20px;
  color: #FF8C42;
  font-weight: bold;
  line-height: 1.6;
}
.charge-buy-note {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.items {
  padding: 60px 20px;
  background-color: #FFFFFF;
}
.items .section-title {
  font-size: 28px;
  color: #FF8C42;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.items-intro {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}
.items-intro-title {
  font-size: 24px;
  color: #FF8C42;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}
.items-intro-text {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  text-align: left;
}
.items-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.items-tab {
  background-color: #FFF5F0;
  color: #333333;
  border: 2px solid #FF8C42;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.items-tab i {
  font-size: 18px;
}
.items-tab:hover {
  background-color: #FFB366;
}
.items-tab.active {
  background-color: #FF8C42;
  color: #FFFFFF;
}
.items-tab-content {
  display: none;
}
.items-tab-content.active {
  display: block;
}
.items-category {
  max-width: 1000px;
  margin: 0 auto;
}
.items-category-title {
  font-size: 22px;
  color: #FF8C42;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
.items-category-desc {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
.items-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.items-table th {
  background-color: #FF8C42;
  color: #FFFFFF;
  padding: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  width: 200px;
  vertical-align: top;
}
.items-table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.8;
  color: #333333;
  border-bottom: 1px solid #FFF5F0;
}
.items-table tr:last-child td {
  border-bottom: none;
}
.items-note {
  text-align: center;
  margin: 50px 0 30px;
}
.items-note-text {
  margin-bottom: 20px;
  font-size: 20px;
  color: #FF8C42;
  font-weight: bold;
  line-height: 1.8;
}
.items-legal {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.items-list {
  background: linear-gradient(135deg, #FFF1D0 0%, #FFFFFF 100%);
  padding: 50px 0;
}

.footer {
  background-color: #333333;
  color: #FFFFFF;
  padding: 60px 20px 30px;
}
.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
.footer-nav-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #FF8C42;
  font-weight: bold;
}
.footer-nav-section ul {
  list-style: none;
}
.footer-nav-section ul li {
  margin-bottom: 10px;
}
.footer-nav-section ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer-nav-section ul li a:hover {
  color: #FF8C42;
}
.footer-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #FF8C42;
  font-weight: bold;
}
.footer-info p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.footer-licenses {
  margin-top: 20px;
}
.footer-licenses p {
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0.8;
}
.footer-copyright {
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.8;
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
  }
  .header {
    overflow: visible;
  }
  .header-container {
    overflow: visible;
  }
  .header-nav {
    overflow: visible;
  }
  .hamburger-menu {
    display: flex;
  }
  .hamburger-menu.menu-open {
    display: none;
  }
  .header-nav {
    z-index: 10000;
  }
  .nav-close-button {
    display: none !important;
    position: relative;
    z-index: 10001;
  }
  .nav-close-button.menu-open {
    display: flex !important;
  }
  .nav-list {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FF8C42;
    flex-direction: column;
    width: min(280px, 80vw);
    max-width: 280px;
    height: 100vh;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    gap: 0;
    z-index: 9999;
    overflow-y: auto;
  }
  .nav-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
  }
  .nav-list li a {
    display: block;
    padding: 10px;
  }
  .nav-list.active {
    transform: translateX(0);
  }
  .header-logo h1 {
    font-size: 14px;
  }
  .hero {
    padding: 40px 20px;
  }
  .hero::before {
    width: 30%;
    max-width: 300px;
    left: 0;
  }
  .hero-container {
    min-height: 400px;
    padding-left: 28%;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  .hero-main-title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
    padding-left: 110px;
  }
  .hero-point-contents {
    gap: 15px;
    width: 100%;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    padding-left: 20px;
  }
  .hero-point-item {
    width: 150px;
    height: 150px;
  }
  .hero-point-stars {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .hero-point-label {
    font-size: 18px;
  }
  .hero-point-desc {
    font-size: 18px;
  }
  .feature-item {
    padding: 15px 20px;
  }
  .main-service {
    padding: 40px 20px;
  }
  .main-service .section-title {
    font-size: 22px;
  }
  .main-service .service-stats {
    flex-direction: column;
    gap: 20px;
  }
  .main-service .service-points {
    grid-template-columns: 1fr;
  }
  .notice-container {
    flex-direction: column;
    text-align: center;
  }
  .notice-image {
    width: 150px;
    margin: 0 auto;
  }
  .worries {
    padding: 40px 20px;
    padding-bottom: 80px;
  }
  .worries-image {
    width: 220px;
    height: auto;
    bottom: -40px;
  }
  .worries-list {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .trust {
    padding: 40px 20px;
  }
  .trust-points {
    grid-template-columns: 1fr;
  }
  .quality {
    padding: 40px 20px;
  }
  .quality .section-title {
    font-size: 22px;
  }
  .quality-subtitle {
    font-size: 18px;
  }
  .reasons {
    padding: 40px 20px;
  }
  .reasons .section-title {
    font-size: 22px;
  }
  .reasons-points {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .reasons-point-item {
    padding: 25px 20px;
  }
  .reasons-point-number {
    font-size: 60px;
    top: -5px;
    left: 15px;
  }
  .reasons-point-ttl {
    font-size: 20px;
  }
  .reasons-point-desc {
    font-size: 14px;
  }
  .cta {
    padding: 60px 20px;
  }
  .cta-badge {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .cta-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .cta-review {
    padding: 12px 20px;
    margin-bottom: 25px;
  }
  .cta-review-label {
    font-size: 14px;
  }
  .cta-review-stars {
    font-size: 20px;
  }
  .cta-discount {
    padding: 30px 20px;
    gap: 20px;
  }
  .cta-discount-text {
    font-size: 20px;
  }
  .cta-discount-percent {
    font-size: 36px;
  }
  .cta-tel {
    font-size: 32px;
    padding: 18px 30px;
    gap: 12px;
    white-space: nowrap;
    overflow: hidden;
    background-image: none;
  }
  .cta-tel i {
    font-size: 32px;
    flex-shrink: 0;
  }
  .cta-tel-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cta-tel-time {
    font-size: 23px;
  }
  .cta-buttons {
    gap: 12px;
    max-width: 100%;
  }
  .cta-button {
    font-size: 16px;
    padding: 12px 25px;
    min-width: 150px;
  }
  .cta-button i {
    font-size: 20px;
  }
  .cta-note {
    font-size: 11px;
  }
  .workflow {
    padding: 40px 20px;
  }
  .workflow .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .workflow-steps {
    gap: 40px;
  }
  .workflow-step {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  .workflow-step:not(:last-child)::after {
    bottom: -30px;
    font-size: 24px;
  }
  .workflow-step-number {
    min-width: auto;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .workflow-step-title {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .workflow-step-desc {
    font-size: 14px;
  }
  .page-title {
    padding: 40px 20px;
  }
  .page-title-main {
    font-size: 28px;
  }
  .page-title-sub {
    font-size: 16px;
  }
  .contact-form-section {
    padding: 40px 20px;
  }
  .contact-form-section .contact-form-wrapper {
    padding: 30px 20px;
  }
  .contact-form-section .contact-form-description {
    font-size: 14px;
  }
  .contact-form-section .contact-form .form-label {
    font-size: 14px;
  }
  .contact-form-section .contact-form .form-input,
  .contact-form-section .contact-form .form-textarea {
    font-size: 14px;
    padding: 10px 12px;
  }
  .contact-form-section .contact-form .form-submit-btn {
    font-size: 16px;
    padding: 12px 40px;
  }
  .service-list {
    padding: 40px 20px;
  }
  .service-list .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .service-list-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-list-item {
    padding: 25px 20px;
  }
  .service-list-title {
    font-size: 22px;
  }
  .service-list-subtitle {
    font-size: 16px;
  }
  .service-list-desc {
    font-size: 14px;
  }
  .service-list-link {
    font-size: 14px;
    padding: 10px 25px;
  }
  .charge {
    padding: 40px 20px;
  }
  .charge .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .charge-tabs {
    gap: 8px;
    margin-bottom: 30px;
  }
  .charge-tab {
    padding: 12px 20px;
    font-size: 16px;
  }
  .charge-tab-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .charge-table {
    font-size: 14px;
    min-width: 500px;
  }
  .charge-table thead th {
    padding: 12px 8px;
    font-size: 14px;
  }
  .charge-table tbody td {
    padding: 12px 8px;
    font-size: 13px;
    word-wrap: break-word;
    word-break: break-word;
  }
  .charge-table tbody td:first-child {
    width: 120px;
    min-width: 80px;
  }
  .charge-table tbody td:last-child {
    white-space: normal;
    min-width: 80px;
  }
  .charge-example {
    padding: 40px 20px;
  }
  .charge-example .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .charge-example-content {
    padding: 30px 20px;
  }
  .charge-buy {
    padding: 40px 20px;
  }
  .charge-buy .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .charge-buy-points {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .items {
    padding: 40px 20px;
  }
  .items .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .items-intro-title {
    font-size: 20px;
  }
  .items-intro-text {
    font-size: 14px;
  }
  .items-tabs {
    gap: 8px;
    margin-bottom: 30px;
  }
  .items-tab {
    padding: 12px 20px;
    font-size: 16px;
  }
  .items-tab i {
    font-size: 16px;
  }
  .items-category-title {
    font-size: 18px;
  }
  .items-category-desc {
    font-size: 14px;
  }
  .items-table th {
    padding: 12px 8px;
    font-size: 14px;
    width: 120px;
  }
  .items-table td {
    padding: 12px 8px;
    font-size: 13px;
  }
  .area {
    padding: 40px 20px;
  }
  .area-cities {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .fixed-footer {
    padding: 12px 0;
  }
  .fixed-footer-container {
    gap: 10px;
    padding: 0 10px;
  }
  .fixed-footer-tel {
    font-size: 18px;
    padding: 10px 20px;
    gap: 4px;
  }
  .fixed-footer-tel i {
    font-size: 18px;
  }
  .fixed-footer-tel-time {
    font-size: 11px;
  }
  .fixed-footer-item {
    padding: 10px 15px;
    font-size: 14px;
    gap: 4px;
  }
  .fixed-footer-item i {
    font-size: 18px;
  }
  .fixed-footer-item-time {
    font-size: 11px;
  }
  .footer {
    padding: 40px 20px 20px;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
  .footer-nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .nav-list {
    width: min(280px, 85vw);
    padding: 60px 15px 15px;
  }
  .hero::before {
    width: 45%;
    left: 5%;
    top: 15%;
    max-width: 250px;
  }
  .hero-container {
    min-height: 300px;
  }
  .hero-main-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .hero-point-contents {
    flex-direction: column;
    gap: 15px;
    width: 50%;
  }
  .hero-point-item {
    width: 120px;
    height: 120px;
  }
  .hero-point-stars {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .hero-point-label {
    font-size: 16px;
  }
  .hero-point-desc {
    font-size: 16px;
  }
  .notice-image {
    width: 100px;
  }
  .cta {
    padding: 50px 15px;
  }
  .cta-badge {
    padding: 8px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cta-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .cta-review {
    padding: 10px 15px;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 5px;
  }
  .cta-review-label {
    font-size: 12px;
  }
  .cta-review-stars {
    font-size: 18px;
  }
  .cta-discount {
    padding: 25px 15px;
    gap: 15px;
  }
  .cta-discount-text {
    font-size: 18px;
  }
  .cta-discount-percent {
    font-size: 32px;
  }
  .cta-tel {
    font-size: 24px;
    padding: 15px 20px;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    background-image: none;
  }
  .cta-tel i {
    font-size: 24px;
    flex-shrink: 0;
  }
  .cta-tel-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
  }
  .cta-tel-time {
    font-size: 19px;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .cta-button {
    font-size: 14px;
    padding: 12px 20px;
    width: 100%;
    min-width: auto;
  }
  .cta-button i {
    font-size: 18px;
  }
  .cta-note {
    font-size: 10px;
  }
  .worries {
    padding-bottom: 100px;
  }
  .worries-image {
    width: 250px;
    height: auto;
    bottom: -50px;
    right: -20px;
  }
  .worries-list {
    margin-bottom: 20px;
  }
  .reasons-point-item {
    padding: 20px 15px;
  }
  .reasons-point-number {
    font-size: 50px;
    top: -5px;
    left: 10px;
  }
  .reasons-point-ttl {
    font-size: 18px;
  }
  .reasons-point-desc {
    font-size: 13px;
  }
  .fixed-footer {
    padding: 10px 0;
  }
  .fixed-footer-container {
    gap: 8px;
    padding: 0 5px;
  }
  .fixed-footer-tel {
    font-size: 11px;
    padding: 8px 15px;
    gap: 3px;
  }
  .fixed-footer-tel i {
    font-size: 10px;
  }
  .fixed-footer-tel-time {
    font-size: 10px;
  }
  .fixed-footer-item {
    padding: 8px 12px;
    font-size: 12px;
    gap: 3px;
  }
  .fixed-footer-item i {
    font-size: 16px;
  }
  .fixed-footer-item-time {
    font-size: 10px;
  }
  body {
    padding-bottom: 70px;
  }
  .page-title {
    padding: 30px 20px;
  }
  .page-title-main {
    font-size: 24px;
  }
  .page-title-sub {
    font-size: 14px;
  }
  .contact-form-section {
    padding: 30px 15px;
  }
  .contact-form-section .contact-form-wrapper {
    padding: 20px 15px;
  }
  .contact-form-section .contact-form-description {
    font-size: 13px;
  }
  .contact-form-section .contact-form .form-label {
    font-size: 13px;
  }
  .contact-form-section .contact-form .form-input,
  .contact-form-section .contact-form .form-textarea {
    font-size: 13px;
    padding: 8px 10px;
  }
  .contact-form-section .contact-form .form-submit-btn {
    font-size: 14px;
    padding: 10px 30px;
    width: 100%;
  }
  .service-list {
    padding: 30px 20px;
  }
  .service-list .section-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .service-list-item {
    padding: 20px 15px;
  }
  .service-list-title {
    font-size: 20px;
  }
  .service-list-subtitle {
    font-size: 15px;
  }
  .service-list-desc {
    font-size: 13px;
  }
  .service-list-link {
    font-size: 13px;
    padding: 8px 20px;
  }
  .charge {
    padding: 40px 15px;
  }
  .charge .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .charge-tabs {
    gap: 8px;
    margin-bottom: 30px;
  }
  .charge-tab {
    padding: 12px 20px;
    font-size: 16px;
  }
  .charge-tab-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .charge-table {
    min-width: 450px;
  }
  .charge-table thead th {
    padding: 10px 6px;
    font-size: 12px;
  }
  .charge-table tbody td {
    padding: 10px 6px;
    font-size: 11px;
    word-wrap: break-word;
    word-break: break-word;
  }
  .charge-table tbody td:first-child {
    width: 100px;
    min-width: 70px;
    font-size: 11px;
  }
  .charge-table tbody td:nth-child(2) {
    font-size: 11px;
  }
  .charge-table tbody td:last-child {
    white-space: normal;
    min-width: 70px;
    font-size: 11px;
  }
  .charge-example {
    padding: 40px 15px;
  }
  .charge-example .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .charge-example-content {
    padding: 25px 20px;
  }
  .charge-example-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .charge-example-label {
    font-size: 14px;
  }
  .charge-example-value {
    font-size: 16px;
  }
  .charge-example-detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .charge-example-detail-label {
    font-size: 14px;
  }
  .charge-example-detail-value {
    font-size: 16px;
  }
  .charge-buy {
    padding: 40px 15px;
  }
  .charge-buy .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .charge-buy-points {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .charge-buy-point {
    padding: 20px 15px;
  }
  .charge-buy-point h3 {
    font-size: 18px;
  }
  .items {
    padding: 30px 15px;
  }
  .items .section-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .items-intro-title {
    font-size: 18px;
  }
  .items-intro-text {
    font-size: 13px;
  }
  .items-tabs {
    gap: 6px;
    margin-bottom: 25px;
  }
  .items-tab {
    padding: 10px 15px;
    font-size: 14px;
  }
  .items-tab i {
    font-size: 14px;
  }
  .items-category-title {
    font-size: 16px;
  }
  .items-category-desc {
    font-size: 13px;
  }
  .items-table th {
    padding: 10px 6px;
    font-size: 12px;
    width: 100px;
  }
  .items-table td {
    padding: 10px 6px;
    font-size: 12px;
  }
  .items-note-text {
    font-size: 15px;
  }
  .section-title {
    font-size: 20px !important;
  }
  .area-cities {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 400px) {
  .fixed-footer {
    padding: 8px 0;
  }
  .fixed-footer-container {
    gap: 4px;
    padding: 0 3px;
    flex-wrap: nowrap;
  }
  .fixed-footer-tel {
    font-size: 14px;
    padding: 6px 10px;
    gap: 2px;
    flex: 1;
    min-width: 0;
  }
  .fixed-footer-tel i {
    font-size: 10px;
  }
  .fixed-footer-tel-content {
    gap: 6px;
  }
  .fixed-footer-tel-text {
    font-size: 11px;
  }
  .fixed-footer-tel-time {
    font-size: 9px;
  }
  .fixed-footer-item {
    padding: 6px 8px;
    font-size: 11px;
    gap: 2px;
    flex: 1;
    min-width: 0;
  }
  .fixed-footer-item i {
    font-size: 14px;
  }
  .fixed-footer-item-content {
    gap: 6px;
  }
  .fixed-footer-item-text {
    font-size: 11px;
  }
  .fixed-footer-item-time {
    font-size: 9px;
  }
}

/*# sourceMappingURL=style.css.map */
