/*
Theme Name: SFIDA
Theme URI: https://sfida.work
Description: SFIDA 軽貨物配送サービスのWordPressテーマ
Version: 2.0.1
Author: SFIDA
Author URI: https://sfida.work
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sfida
*/

/* ========================================
   Reset and Base Styles
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/* ========================================
   Container
   ======================================== */
.sfida-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ========================================
   Header Styles
   ======================================== */
.sfida-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Top Bar */
.sfida-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: #6b7280;
  border-bottom: 1px solid #f3f4f6;
}

.sfida-top-left {
  font-weight: 500;
  color: #374151;
}

.sfida-top-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Phone */
.sfida-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sfida-phone-icon {
  width: 1.125rem;
  height: 1.125rem;
  stroke-width: 2;
  color: #000;
}

.sfida-phone-number {
  font-weight: bold;
  font-size: 28px !important;
  color: #ffffff !important;
  letter-spacing: 0.025em;
}

.sfida-phone-number2 {
  font-weight: bold;
  font-size: 28px !important;
  color: #000 !important;
  letter-spacing: 0.025em;
}



.sfida-hours {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Buttons */
.sfida-btn {
  display: inline-block;
  padding: 0.625rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  text-align: center;
}

.sfida-btn-blue {
  background: #1e3a8a;
  color: #fff;
}

.sfida-btn-blue:hover {
  background: #1e40af;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(30, 58, 138, 0.3);
}

.sfida-btn-orange {
  background: #f97316;
  color: #fff;
  padding: 0.5rem 1.25rem;
}

.sfida-btn-orange:hover {
  background: #ea580c;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.3);
}

.sfida-btn-content {
  text-align: center;
  line-height: 1.3;
}

.sfida-btn-sub {
  font-size: 0.625rem;
  font-weight: 400;
  opacity: 0.9;
}

.sfida-btn-main {
  font-weight: bold;
  font-size: 0.875rem;
}

/* Main Header */
.sfida-main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.sfida-logo {
  display: flex;
  align-items: center;
}

.sfida-logo img {
  height: 5.5rem;
  width: auto;
  object-fit: contain;
}

/* Navigation */
.sfida-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
}

.sfida-nav a {
  color: #374151;
  padding: 0.5rem 0.25rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sfida-nav a:hover {
  color: #1e3a8a;
  border-bottom-color: #1e3a8a;
}

/* ========================================
   Hero Section
   ======================================== */
.sfida-hero {
  position: relative;
  height: 650px;
/*   background-image: url("https://sfida.work/wp-content/uploads/v0mv-20-281-29-1.jpg"); */
  background-image: url("http://sfida.work/wp-content/uploads/SFIDA_FV.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  filter: contrast(1.2) saturate(1.3);
}

.sfida-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.sfida-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

.sfida-hero-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #1e3a8a;
  line-height: 1.2;
  text-shadow:
    2px 0 0 white, 1.85px -0.77px 0 white, 1.41px -1.41px 0 white, 0.77px -1.85px 0 white,
    0 -2px 0 white, -0.77px -1.85px 0 white, -1.41px -1.41px 0 white, -1.85px -0.77px 0 white,
    -2px 0 0 white, -1.85px 0.77px 0 white, -1.41px 1.41px 0 white, -0.77px 1.85px 0 white,
    0 2px 0 white, 0.77px 1.85px 0 white, 1.41px 1.41px 0 white, 1.85px 0.77px 0 white,
    3px 0 0 white, 2.77px -1.15px 0 white, 2.12px -2.12px 0 white, 1.15px -2.77px 0 white,
    0 -3px 0 white, -1.15px -2.77px 0 white, -2.12px -2.12px 0 white, -2.77px -1.15px 0 white,
    -3px 0 0 white, -2.77px 1.15px 0 white, -2.12px 2.12px 0 white, -1.15px 2.77px 0 white,
    0 3px 0 white, 1.15px 2.77px 0 white, 2.12px 2.12px 0 white, 2.77px 1.15px 0 white,
    4px 0 0 white, 3.7px -1.53px 0 white, 2.83px -2.83px 0 white, 1.53px -3.7px 0 white,
    0 -4px 0 white, -1.53px -3.7px 0 white, -2.83px -2.83px 0 white, -3.7px -1.53px 0 white,
    -4px 0 0 white, -3.7px 1.53px 0 white, -2.83px 2.83px 0 white, -1.53px 3.7px 0 white,
    0 4px 0 white, 1.53px 3.7px 0 white, 2.83px 2.83px 0 white, 3.7px 1.53px 0 white;
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   Merit Section
   ======================================== */
.sfida-merit-section {
  padding: 5rem 0;
  background: #1e3a8a;
  text-align: center;
}

.sfida-section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}

.sfida-section-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3.5rem;
  font-weight: 300;
}

.sfida-merit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.sfida-merit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.sfida-merit-item:hover {
  transform: translateY(-5px);
}

.sfida-merit-icon {
  width: 9rem;
  height: 9rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sfida-merit-icon svg {
  width: 4.5rem;
  height: 4.5rem;
  stroke: #1e3a8a;
  stroke-width: 2;
}

.sfida-merit-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

/* ========================================
   Benefits Section
   ======================================== */
.sfida-benefits-section {
  padding: 5rem 0;
  background: #fff;
}

.sfida-text-center {
  text-align: center;
  margin-bottom: 3.5rem;
}

.sfida-section-heading {
  font-size: 2.25rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sfida-section-text {
  font-size: 1.125rem;
  color: #6b7280;
  line-height: 1.8;
}

.sfida-driver-image {
  margin-bottom: 3.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.sfida-driver-image img {
  width: 100%;
  height: 28rem;
  object-fit: cover;
}

.sfida-mb-large {
  margin-bottom: 3.5rem;
}

.sfida-mt-large {
  margin-top: 3.5rem;
}

/* Benefits Grid */
.sfida-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.sfida-benefit-item {
  background: #f9fafb;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.sfida-benefit-item:hover {
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.sfida-benefit-number {
  margin-bottom: 1.5rem;
}

.sfida-number-large {
  font-size: 3rem;
  font-weight: bold;
  color: #1e3a8a;
  display: block;
  line-height: 1;
}

.sfida-benefit-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.sfida-benefit-content {
  color: #4b5563;
}

.sfida-highlight-text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.sfida-small-text {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.sfida-subtitle {
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
  margin-top: 0.25rem;
}

/* ========================================
   Statistics Section
   ======================================== */
.sfida-stats-section {
  padding: 5rem 0;
  background: #f9fafb;
}

.sfida-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.sfida-stats-grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.sfida-stat-card {
  background: #f9fafb;
  padding: 2.5rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}

.sfida-stat-card:hover {
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.sfida-stat-card-white {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  border: 2px solid #1e3a8a;
  transition: all 0.3s ease;
}

.sfida-stat-card-white:hover {
  box-shadow: 0 10px 15px -3px rgba(30, 58, 138, 0.2);
  transform: translateY(-3px);
}

.sfida-stat-heading {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.sfida-stat-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.sfida-stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: #1e3a8a;
  line-height: 1;
}

.sfida-stat-percent {
  font-size: 2rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-left: 0.25rem;
}

.sfida-stat-unit {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-left: 0.25rem;
}

.sfida-stat-label {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 500;
  margin-top: 1rem;
}

.sfida-stat-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.sfida-user-icon {
  width: 2rem;
  height: 2rem;
  color: #1e3a8a;
}

.sfida-user-icon-large {
  width: 3rem;
  height: 3rem;
  color: #1e3a8a;
}

.sfida-user-icon-small {
  width: 4rem;
  height: 4rem;
  color: #1e3a8a;
}

.sfida-money-icon {
  width: 4rem;
  height: 4rem;
  background: #1e3a8a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}

/* ========================================
   Recruitment Banner Section
   ======================================== */
.sfida-recruitment-banner {
  padding: 3rem 0;
  background: #fff;
}

.sfida-recruitment-banner img {
  width: 70%;
  margin: 0 auto;
  display: block;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Strengths Detail Section
   ======================================== */
.sfida-strengths-detail {
  padding: 5rem 0;
  background: #f9fafb;
}

.sfida-strength-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 5rem;
  align-items: center;
}

.sfida-strength-row:last-child {
  margin-bottom: 0;
}

.sfida-strength-image img,
.sfida-strength-image-left img,
.sfida-strength-image-right img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.sfida-strength-content {
  padding: 2rem;
}

.sfida-strength-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.sfida-strength-number {
  font-size: 3rem;
  font-weight: bold;
  color: #1e3a8a;
  line-height: 1;
}

.sfida-strength-title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #1f2937;
  line-height: 1.3;
}

.sfida-strength-text,
.sfida-strength-text-large {
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
}

.sfida-strength-text-large {
  font-size: 1.125rem;
}

/* ========================================
   News Section
   ======================================== */
.sfida-news-section {
  padding: 5rem 0;
  background: #fff;
}

.sfida-news-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.sfida-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1e3a8a;
}

.sfida-news-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1f2937;
}

.sfida-news-button {
  padding: 0.5rem 1.5rem;
  background: #1e3a8a;
  color: #fff;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sfida-news-button:hover {
  background: #1e40af;
  transform: translateY(-1px);
}

.sfida-news-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sfida-news-item {
  display: flex;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.sfida-news-item:hover {
  background: #f9fafb;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.sfida-news-date {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
  min-width: 100px;
}

.sfida-news-link {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.sfida-news-link:hover {
  color: #1e3a8a;
}

/* ========================================
   SNS Section
   ======================================== */
.sfida-sns-section {
  padding: 5rem 0;
  background: #f9fafb;
}

.sfida-sns-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sfida-sns-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
}

.sfida-sns-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.sfida-sns-link {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sfida-sns-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.sfida-sns-link img {
  width: 100%;
  height: auto;
}

/* ========================================
   Contact Section
   ======================================== */
.sfida-contact-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
}

.sfida-contact-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #fff;
}

.sfida-contact-subtitle {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.9);
}

.sfida-contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.sfida-contact-phone {
  text-align: center;
}

.sfida-phone-number {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.sfida-phone-hours {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

.sfida-contact-divider {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
}

.sfida-contact-button {
  padding: 1rem 2.5rem;
  background: #fff;
  color: #1e3a8a;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}

.sfida-contact-button:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

/* ========================================
   Services Section
   ======================================== */
.sfida-services-section {
  padding: 5rem 0;
  background: #fff;
}

.sfida-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.sfida-service-card {
  background: #f9fafb;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.sfida-service-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.sfida-service-content {
  padding: 2rem;
}

.sfida-service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.sfida-service-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.sfida-service-image {
  margin: 1.5rem 0;
  border-radius: 0.375rem;
  overflow: hidden;
}

.sfida-service-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sfida-service-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #1e3a8a;
  color: #fff;
  border-radius: 0.375rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sfida-service-button:hover {
  background: #1e40af;
  transform: translateX(5px);
}

/* ========================================
   Transportable Section
   ======================================== */
.sfida-transportable-section {
  padding: 5rem 0;
  background: #f9fafb;
}

.sfida-transportable-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sfida-transportable-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
}

.sfida-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.sfida-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 0.875rem;
  color: #374151;
  transition: all 0.3s ease;
}

.sfida-tag:hover {
  background: #1e3a8a;
  color: #fff;
  border-color: #1e3a8a;
}

.sfida-product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.sfida-product-item {
  text-align: center;
  transition: transform 0.3s ease;
}

.sfida-product-item:hover {
  transform: scale(1.05);
}

.sfida-product-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sfida-product-label {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}

/* ========================================
   Urgent Delivery Section
   ======================================== */
.sfida-urgent-delivery-section {
  padding: 5rem 0;
  background: #fff;
}

.sfida-urgent-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sfida-urgent-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
}

.sfida-scenarios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.sfida-scenario-item {
  text-align: center;
}

.sfida-scenario-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sfida-scenario-text {
  font-size: 1rem;
  font-weight: bold;
  color: #1f2937;
  line-height: 1.5;
}

.sfida-urgent-message {
  background: #fef3c7;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.sfida-urgent-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #92400e;
  line-height: 1.5;
}

.sfida-urgent-description {
  background: #f9fafb;
  padding: 2rem;
  border-radius: 0.5rem;
  border-left: 4px solid #1e3a8a;
}

.sfida-urgent-description p {
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 1rem;
}

.sfida-urgent-description p:last-child {
  margin-bottom: 0;
}

/* ========================================
   Delivery Examples Section
   ======================================== */
.sfida-delivery-examples {
  padding: 5rem 0;
  background: #f9fafb;
}

.sfida-examples-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 3rem;
}

.sfida-examples-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.sfida-example-column {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sfida-example-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1e3a8a;
}

.sfida-example-list {
  list-style: none;
  padding: 0;
}

.sfida-example-list li {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.sfida-example-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

/* ========================================
   Route Delivery Section
   ======================================== */
.sfida-route-delivery-section {
  padding: 5rem 0;
  background: #fff;
}

.sfida-route-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sfida-route-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
}

.sfida-route-message {
  background: #dcfce7;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.sfida-route-heading {
  font-size: 1.5rem;
  font-weight: bold;
  color: #166534;
  line-height: 1.5;
}

.sfida-route-description {
  background: #f9fafb;
  padding: 2rem;
  border-radius: 0.5rem;
  border-left: 4px solid #10b981;
}

.sfida-route-description p {
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
}

/* ========================================
   Cost Comparison Section
   ======================================== */
.sfida-cost-comparison {
  padding: 5rem 0;
  background: #f9fafb;
}

.sfida-cost-header {
  background: #fef3c7;
  padding: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}

.sfida-cost-heading {
  font-size: 1.75rem;
  font-weight: bold;
  color: #92400e;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.sfida-cost-benefits {
  list-style: none;
  padding: 0;
}

.sfida-cost-benefits li {
  font-size: 1rem;
  color: #78350f;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.sfida-comparison-box {
  background: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.sfida-comparison-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 1rem;
  text-align: center;
}

.sfida-comparison-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 2rem;
  text-align: center;
}

.sfida-comparison-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 2rem;
}

.sfida-system-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1.5rem;
  text-align: center;
}

.sfida-direct-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #059669;
  margin-bottom: 2rem;
  text-align: center;
  padding: 1rem;
  background: #d1fae5;
  border-radius: 0.375rem;
}

.sfida-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 2rem;
}

.sfida-flow-column {
  background: #f9fafb;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 2px solid #e5e7eb;
}

.sfida-flow-header {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 2rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1e3a8a;
}

.sfida-flow-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.sfida-flow-box-customer,
.sfida-flow-box-company,
.sfida-flow-box-driver,
.sfida-flow-box-middle {
  width: 100%;
  padding: 1rem;
  border-radius: 0.375rem;
  text-align: center;
  font-weight: 600;
}

.sfida-flow-box-customer {
  background: #dbeafe;
  border: 2px solid #3b82f6;
  color: #1e40af;
}

.sfida-flow-box-company {
  background: #1e3a8a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

.sfida-flow-box-company img {
  max-width: 150px;
  height: auto;
}

.sfida-flow-box-driver {
  background: #d1fae5;
  border: 2px solid #10b981;
  color: #065f46;
}

.sfida-flow-box-middle {
  background: #fef3c7;
  border: 2px solid #f59e0b;
  color: #92400e;
}

.sfida-flow-arrow {
  font-size: 1.5rem;
  color: #6b7280;
  font-weight: bold;
}

.sfida-comparison-note {
  background: #eff6ff;
  padding: 1.5rem;
  border-radius: 0.375rem;
  border-left: 4px solid #3b82f6;
}

.sfida-comparison-note p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #1e40af;
}

/* ========================================
   Testimonials Section
   ======================================== */
.sfida-testimonials-section {
  padding: 5rem 0;
  background: #fff;
}

.sfida-testimonials-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 3rem;
}

.sfida-testimonials-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.sfida-testimonial-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  background: #f9fafb;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.sfida-testimonial-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.sfida-testimonial-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0.375rem;
}

.sfida-testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sfida-testimonial-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 1rem;
}

.sfida-testimonial-text {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1rem;
}

.sfida-testimonial-link {
  color: #1e3a8a;
  font-weight: 600;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.sfida-testimonial-link:hover {
  color: #1e40af;
  text-decoration: underline;
}

.sfida-view-all-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #1e3a8a;
  color: #fff;
  border-radius: 0.375rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.sfida-view-all-button:hover {
  background: #1e40af;
  transform: translateX(5px);
}

/* ========================================
   Projects Section
   ======================================== */
.sfida-projects-section {
  padding: 5rem 0;
  background: #f9fafb;
}

.sfida-projects-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.sfida-projects-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3rem;
}

.sfida-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.sfida-project-card {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sfida-project-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.sfida-project-badge {
  display: inline-block;
  background: #1e3a8a;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 1.5rem 1.5rem 0;
  border-radius: 0.25rem;
}

.sfida-project-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f2937;
  padding: 1rem 1.5rem;
  line-height: 1.4;
}

.sfida-project-image {
  margin: 0 1.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
}

.sfida-project-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sfida-project-details {
  padding: 1.5rem;
}

.sfida-project-item {
  margin-bottom: 1.5rem;
}

.sfida-project-item:last-child {
  margin-bottom: 0;
}

.sfida-project-label {
  display: inline-block;
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.sfida-project-description {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

/* ========================================
   Drivers Voice Section
   ======================================== */
.sfida-drivers-voice-section {
  padding: 5rem 0;
  background: #fff;
}

.sfida-drivers-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 3rem;
}
.sfida-drivers-banner {
  margin-bottom: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  max-width: 50%; /* 追加 */
  margin-left: auto; /* 追加 */
  margin-right: auto; /* 追加 */
}

.sfida-drivers-banner img {
  width: 100%; /* 50%から100%に変更 */
  height: auto;
}

.sfida-drivers-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.sfida-driver-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  background: #f9fafb;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.sfida-driver-item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.sfida-driver-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0.375rem;
}

.sfida-driver-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sfida-driver-header {
  margin-bottom: 1rem;
}

.sfida-driver-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e3a8a;
  display: inline;
}

.sfida-driver-info {
  font-size: 0.875rem;
  color: #6b7280;
  margin-left: 1rem;
}

.sfida-driver-catch {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #1e3a8a;
}

.sfida-driver-text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #4b5563;
}

/* ========================================
   Partner Recruitment Section
   ======================================== */
.sfida-partner-section {
  padding: 6rem 0;
  background: linear-gradient(180deg, #f9fafb 0%, #fff 100%);
  text-align: center;
}

.sfida-partner-badge {
  display: inline-block;
  background: #e5e7eb;
  color: #374151;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

.sfida-partner-title {
  font-size: 2.75rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.sfida-partner-description {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 800px;
  margin: 0 auto 3.5rem;
  line-height: 1.8;
}

.sfida-partner-benefits {
  max-width: 650px;
  margin: 0 auto 3.5rem;
  text-align: left;
}

.sfida-partner-benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: #374151;
}

.sfida-check-icon {
  width: 1.75rem;
  height: 1.75rem;
  stroke: #10b981;
  stroke-width: 3;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.sfida-partner-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.sfida-btn-partner-primary {
  background: #111827;
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  border: 2px solid #111827;
}

.sfida-btn-partner-primary:hover {
  background: #1f2937;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.sfida-btn-partner-secondary {
  background: #fff;
  color: #374151;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  border: 2px solid #d1d5db;
  font-weight: 600;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}

.sfida-btn-partner-secondary:hover {
  background: #f9fafb;
  border-color: #9ca3af;
  transform: translateY(-2px);
}

/* ========================================
   Business Partners Section
   ======================================== */
.sfida-business-partners {
  padding: 5rem 0;
  background: #fff;
  text-align: center;
}

.sfida-section-subheading {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 3.5rem;
  line-height: 1.8;
}

.sfida-partners-grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.sfida-partner-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  background: #fff;
}

.sfida-partner-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-color: #d1d5db;
}

.sfida-partner-logo-wrapper {
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.sfida-partner-logo-img {
  width: auto;
  height: 4.5rem;
  object-fit: contain;
}

.sfida-partner-logo-img-small {
  width: auto;
  height: 2.5rem;
  object-fit: contain;
}

.sfida-partner-placeholder {
  width: 10rem;
  height: 5rem;
  background: linear-gradient(135deg, #e5e7eb 0%, #f3f4f6 100%);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.sfida-placeholder-text {
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 500;
}

.sfida-partner-name {
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 0.5rem;
  font-weight: 500;
}

/* Old single logo style - kept for backwards compatibility */
.sfida-partners-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.sfida-partner-logo img {
  height: 2.5rem;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.sfida-partner-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ========================================
   Footer Styles
   ======================================== */
.sfida-footer {
  background: #1e3a8a;
  color: #fff;
  padding: 4rem 0 2rem;
}

.sfida-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sfida-footer-nav a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  transition: color 0.3s ease;
  font-weight: 500;
}

.sfida-footer-nav a:hover {
  color: #93c5fd;
}

.sfida-copyright {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 1rem;
}

@media (max-width: 780px) {
.sfida-footer_sp {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
	}
}

/* ========================================
   Responsive Styles
   ======================================== */
@media (max-width: 1024px) {
  .sfida-nav {
    display: none;
  }

  .sfida-hero-title {
    font-size: 2.75rem;
  }

  .sfida-partners-grid-three {
    grid-template-columns: repeat(2, 1fr);
  }

  .sfida-section-title {
    font-size: 2rem;
  }

  .sfida-partner-title {
    font-size: 2.25rem;
  }

  .sfida-strength-row {
    grid-template-columns: 1fr;
  }

  .sfida-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sfida-scenarios-grid {
    grid-template-columns: 1fr;
  }

  .sfida-examples-grid,
  .sfida-comparison-grid {
    grid-template-columns: 1fr;
  }

  .sfida-projects-grid {
    grid-template-columns: 1fr;
  }

  .sfida-stats-grid-three {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sfida-top-bar {
    flex-direction: column;
/*     gap: 1rem; */
	gap: 0rem;
    text-align: center;
  }

  .sfida-top-right {
	display: flex;
/*     flex-direction: column; */
	flex-direction: row;
	flex-wrap: wrap;
/*     gap: 0.75rem; */
	gap: 0.3rem;
    width: 100%;
	justify-content: center;
  }
	.sfida-phone-number2{
		font-size: 16px !important;
	}
	.sfida-btn-blue{
		width: 49%;
	}
	.sfida-btn-orange{
		width: 49%;
	}

  .sfida-main-header {
    flex-direction: column;
    gap: 1rem;
	padding: 0px;
  }

  .sfida-logo img {
    height: 4rem;
  }

  .sfida-hero {
/*     height: 500px; */
	height: 220px;
  }

  .sfida-hero-title {
    font-size: 2rem;
  }

  .sfida-section-title {
    font-size: 1.75rem;
  }

  .sfida-partner-title {
    font-size: 1.75rem;
  }

  .sfida-section-heading {
    font-size: 1.75rem;
  }

  .sfida-merit-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sfida-stats-grid,
  .sfida-stats-grid-three {
    grid-template-columns: 1fr;
  }

  .sfida-partners-grid-three {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .sfida-driver-image img {
    height: 20rem;
  }

  .sfida-partner-actions {
    flex-direction: column;
    width: 100%;
  }

  .sfida-btn-partner-primary,
  .sfida-btn-partner-secondary {
    width: 100%;
  }

  .sfida-footer-nav {
    flex-direction: column;
    gap: 1rem;
  }

  .sfida-services-grid {
    grid-template-columns: 1fr;
  }

  .sfida-sns-grid {
    grid-template-columns: 1fr;
  }

  .sfida-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sfida-testimonial-item,
  .sfida-driver-item {
    grid-template-columns: 1fr;
  }

  .sfida-testimonial-image,
  .sfida-driver-image {
    width: 100%;
    height: 250px;
  }

  .sfida-contact-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .sfida-contact-divider {
    width: 100%;
    height: 1px;
  }

  .sfida-phone-number {
    font-size: 2rem;
  }
	
}

@media (max-width: 480px) {
  .sfida-container {
    padding: 0 0.75rem;
  }
	.sfida-container_box{
		display: flex;
		flex-direction: column-reverse;
	}

  .sfida-hero-title {
    font-size: 1.5rem;
  }

  .sfida-section-title {
    font-size: 1.5rem;
  }

  .sfida-partner-title {
    font-size: 1.5rem;
  }

  .sfida-stat-number {
    font-size: 2.5rem;
  }

  .sfida-merit-icon {
    width: 7rem;
    height: 7rem;
  }

  .sfida-merit-icon svg {
    width: 3.5rem;
    height: 3.5rem;
  }

  .sfida-product-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   Utility Classes
   ======================================== */
.text-center {
  text-align: center;
}

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 2rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 2rem; }


/* --- PC表示 --- */
.sfida-hamburger {
    display: none; /* PCでは隠す */
}

/* --- SP表示 (768px以下) --- */
@media screen and (max-width: 768px) {
    /* ヘッダーのレイアウト調整 */
    .sfida-main-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
		flex-wrap: wrap;
        flex-direction: row;
    }

    /* ハンバーガーボタンのデザイン */
    .sfida-hamburger {
        display: block;
        position: relative;
        width: 30px;
        height: 24px;
        background: none;
        border: none;
        z-index: 1000;
        cursor: pointer;
    }
    .sfida-hamburger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #333;
        transition: 0.3s;
    }
    .sfida-hamburger span:nth-child(1) { top: 0; }
    .sfida-hamburger span:nth-child(2) { top: 11px; }
    .sfida-hamburger span:nth-child(3) { bottom: 0; }

    /* ボタンが押された時の「×」アニメーション */
    .sfida-hamburger.is-active span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
    .sfida-hamburger.is-active span:nth-child(2) { opacity: 0; }
    .sfida-hamburger.is-active span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

    /* ナビゲーションを隠しておく */
    .sfida-nav {
        display: none; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.95);
        z-index: 999;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* 開いている時だけ表示 */
    .sfida-nav.is-active {
        display: flex;
    }
    .sfida-nav a {
        padding: 15px;
        font-size: 1.2rem;
        text-decoration: none;
        color: #333;
        width: 100%;
        text-align: center;
    }
}