@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #2a2a2a;
  background-color: #f6fdfa;
}

.container {
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.header {
  height: 50px;
}
.header-content {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
}

.logo {
  display: flex;
  align-items: center;
  height: 50px;
}
.logo img {
  width: 100px;
  height: 50px;
  object-fit: cover;
}

.hero {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-image {
  width: 100%;
}
.hero-image img {
  width: 100%;
  object-fit: cover;
}

.page-title {
  padding: 16px;
  color: #4f9492;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-left: solid 5px #4f9492;
  width: 100%;
  max-width: 750px;
  margin: 16px auto 0;
}

.description {
  padding: 0 16px 20px;
  font-size: 12px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.comparison {
  padding: 20px 0 40px;
  background: #ffffff;
}
.comparison .comparison-table {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.comparison .table-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  background: #eef7f7;
  border-bottom: 2px solid #c3dede;
}
.comparison .table-header .header-cell {
  padding: 12px 8px;
  font-size: 11px;
  font-weight: bold;
  color: #4f9492;
  text-align: center;
  border-right: 1px solid #c3dede;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}
.comparison .table-header .header-cell:last-child {
  border-right: none;
}
.comparison .table-header .header-cell.site-name-header {
  text-align: left;
  justify-content: flex-start;
  padding-left: 16px;
}
.comparison .table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #dbecec;
  min-height: 80px;
}
.comparison .table-row:hover {
  background: #f8fbfb;
}
.comparison .table-row .cell {
  padding: 10px;
  border-right: 1px solid #dbecec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
.comparison .table-row .cell:last-child {
  border-right: none;
}
.comparison .table-row .cell.site-cell {
  align-items: flex-start;
  justify-content: center;
  align-items: center;
}
.comparison .table-row .cell.site-cell .site-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  width: 100px;
  height: auto;
  flex-shrink: 0;
}
.comparison .table-row .cell.site-cell .site-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100px;
  max-height: 40px;
  object-fit: contain;
}
.comparison .table-row .cell.site-cell .site-logo .site-title {
  font-weight: bold;
  font-size: 14px;
  color: #2a2a2a;
}
.comparison .table-row .cell.site-cell .site-logo.ad-banner {
  background: linear-gradient(135deg, #ff6b9d, #ff8a80);
  padding: 8px;
  border-radius: 8px;
  color: #ffffff;
  width: 120px;
  height: 60px;
  justify-content: center;
}
.comparison .table-row .cell.site-cell .site-logo.ad-banner .ad-content {
  text-align: center;
}
.comparison .table-row .cell.site-cell .site-logo.ad-banner .ad-content .ad-text {
  font-size: 10px;
  margin-bottom: 2px;
}
.comparison .table-row .cell.site-cell .site-logo.ad-banner .ad-content .ad-character {
  font-size: 16px;
  margin: 2px 0;
}
.comparison .table-row .cell.site-cell .site-logo.ad-banner .ad-content .ad-title {
  font-size: 10px;
  font-weight: bold;
}
.comparison .table-row .cell.site-cell .site-link, .comparison .table-row .cell.site-cell a {
  color: #0abab5;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  text-decoration: underline;
  line-height: 1;
}
.comparison .table-row .cell.site-cell .site-link:hover, .comparison .table-row .cell.site-cell a:hover {
  text-decoration: underline;
}
.comparison .table-row .cell.rating-cell .stars {
  color: #fdd365;
  font-size: 10px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.comparison .table-row .cell.rating-cell .rating-score {
  font-size: 14px;
  font-weight: bold;
  color: #e74c3c;
}
.comparison .table-row .cell.review-cell .review-score {
  font-size: 14px;
  font-weight: bold;
}
.comparison .table-row .cell.jobcnt-cell .jobs-count {
  font-size: 13px;
  font-weight: bold;
}
.comparison .table-row .cell.jobcnt-cell .jobs-count span {
  font-size: 10px;
  font-weight: normal;
}
.comparison .table-row .cell.area-cell .area {
  font-size: 10px;
}
.comparison .table-row .cell.jobs-cell .circle-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.comparison .table-row .cell.jobs-cell .circle-icon.excellent {
  background: #ff6b35;
}
.comparison .table-row .cell.jobs-cell .circle-icon.good {
  background: #ffa500;
}
.comparison .table-row .cell.jobs-cell .circle-icon.warning {
  background: #ffc107;
  position: relative;
}
.comparison .table-row .cell.jobs-cell .circle-icon.warning::before {
  content: "⚠";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 16px;
}
.comparison .table-row .cell.jobs-cell .jobs-count {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
.comparison .table-row .cell.employment-cell {
  gap: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.comparison .table-row .cell.employment-cell .employment-tag {
  padding: 0 4px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid;
  white-space: nowrap;
  flex-shrink: 0;
}
.comparison .table-row .cell.employment-cell .employment-tag.full-time {
  background: #ffffff;
  color: #e74c3c;
  border-color: #e74c3c;
}
.comparison .table-row .cell.employment-cell .employment-tag.part-time {
  background: #ffffff;
  color: orange;
  border-color: orange;
}
.comparison .table-row .cell.employment-cell .employment-tag.dispatch {
  background: #ffffff;
  color: #17a2b8;
  border-color: #17a2b8;
}
.comparison .table-row .cell.detail-cell .detail-btn-link {
  background: #ff8c42;
  color: #ffffff;
  padding: 4px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 4px;
  white-space: nowrap;
}
.comparison .table-row .cell.detail-cell .detail-btn-link:hover {
  background: #ff6d0f;
}
.comparison .table-row .cell.detail-cell .age-limit {
  font-size: 10px;
  color: #6aa8a7;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .comparison .table-header,
  .comparison .table-row {
    font-size: 12px;
  }
  .comparison .table-row .cell {
    padding: 8px 4px;
    min-height: 70px;
  }
  .comparison .table-row .cell.site-cell .site-logo {
    width: 100px;
  }
  .comparison .table-row .cell.site-cell .site-logo img {
    max-width: 100px;
  }
}

.diagnosis-tool {
  padding: 40px 0;
  background: linear-gradient(135deg, #36f4ef, #4ef5f1);
}
.diagnosis-tool .diagnosis-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}
.diagnosis-tool .diagnosis-header {
  text-align: center;
  margin-bottom: 24px;
}
.diagnosis-tool .diagnosis-header .diagnosis-subtitle {
  font-size: 14px;
  color: #0abab5;
  margin-bottom: 8px;
  font-weight: 500;
}
.diagnosis-tool .diagnosis-header .diagnosis-title {
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0;
}
.diagnosis-tool .form-group {
  margin-bottom: 24px;
}
.diagnosis-tool .form-group .form-label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #f4a259;
  margin-bottom: 12px;
}
.diagnosis-tool .form-group .form-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.diagnosis-tool .form-group .form-option {
  background: #eef7f7;
  border: 2px solid #c3dede;
  color: #4f9492;
  padding: 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 40px;
  flex: 1 1 calc(50% - 4px);
  min-width: 100px;
  text-align: center;
  line-height: 0.8;
}
.diagnosis-tool .form-group .form-option .small {
  font-size: 8px;
}
.diagnosis-tool .form-group .form-option:hover {
  background: #66f7f3;
  border-color: #0abab5;
}
.diagnosis-tool .form-group .form-option.active {
  background: #0abab5;
  border-color: #0abab5;
  color: #ffffff;
}
.diagnosis-tool .form-group .form-option:focus-visible {
  outline: 3px solid rgba(10, 186, 181, 0.6);
  outline-offset: 2px;
}
.diagnosis-tool .diagnosis-submit {
  text-align: center;
  margin-top: 32px;
}
.diagnosis-tool .diagnosis-submit .diagnosis-btn {
  background-color: #f4a259;
  color: #ffffff;
  border: 2px solid #f4a259;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 18px;
  padding: 14px 40px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(244, 162, 89, 0.3);
  border: none;
  cursor: pointer;
}
.diagnosis-tool .diagnosis-submit .diagnosis-btn:hover {
  background-color: #f18729;
  transform: translateY(-2px);
}
.diagnosis-tool .diagnosis-submit .diagnosis-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(244, 162, 89, 0.4);
}
.diagnosis-tool .result-card {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: none;
}
.diagnosis-tool .result-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.diagnosis-tool .recommended-sites {
  display: grid;
  gap: 20px;
}
.diagnosis-tool .recommended-sites .site-card {
  overflow: hidden;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.diagnosis-tool .recommended-sites .site-card:hover {
  border-color: #2196f3;
  transform: translateY(-2px);
}
.diagnosis-tool .recommended-sites .site-name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.diagnosis-tool .recommended-sites .site-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 14px;
}
.diagnosis-tool .recommended-sites .site-cta .site-banner {
  width: 100%;
}
.diagnosis-tool .recommended-sites .site-cta .site-banner a {
  display: block;
  width: 100%;
}
.diagnosis-tool .recommended-sites .site-cta .site-banner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.diagnosis-tool .recommended-sites .site-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.diagnosis-tool .recommended-sites .feature-tag {
  background: #e3f2fd;
  color: #1976d2;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
.diagnosis-tool .recommended-sites .detail-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 45px;
  margin: 0 auto;
  background: #f4a259;
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(244, 162, 89, 0.5);
}
.diagnosis-tool .recommended-sites .retry-btn {
  background: #6c757d;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.diagnosis-tool .recommended-sites .retry-btn:hover {
  background: #5a6268;
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .diagnosis-tool .diagnosis-card {
    padding: 20px 16px;
  }
  .diagnosis-tool .form-group .form-option {
    flex: 1 1 calc(50% - 4px);
    min-width: 100px;
    text-align: center;
    line-height: 0.8;
  }
  .diagnosis-tool .form-group .form-option .small {
    font-size: 8px;
  }
  .diagnosis-tool .diagnosis-submit .diagnosis-btn {
    width: 100%;
    font-size: 16px;
  }
}
.btn {
  background-color: #0abab5;
  color: #ffffff;
  border: 2px solid #0abab5;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 14px;
}
.btn:hover {
  background-color: #078a86;
  transform: translateY(-2px);
}
.btn-primary {
  background-color: #0abab5;
  color: #ffffff;
  border: 2px solid #0abab5;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #078a86;
  transform: translateY(-2px);
}
.btn-large {
  padding: 16px 32px;
  font-size: 16px;
}
.btn-cta {
  background-color: #f4a259;
  color: #ffffff;
  border: 2px solid #f4a259;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
}
.btn-cta:hover {
  background-color: #f18729;
  transform: translateY(-2px);
}
.btn-outline {
  background-color: transparent;
  color: #0abab5;
  border: 2px solid #0abab5;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0 4px 8px 4px;
  padding: 8px 16px;
  font-size: 14px;
}
.btn-outline:hover {
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(-2px);
}

.support {
  padding: 40px 0;
  background: #eef7f7;
}
.support-title {
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0 0 10px;
  text-align: center;
}
.support-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.support-icon {
  flex-shrink: 0;
}
.support-icon .icon-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0abab5, #0deae4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-icon .icon-circle .icon {
  font-size: 20px;
}
.support-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #2a2a2a;
}
.support-content p {
  font-size: 14px;
  color: #6aa8a7;
  line-height: 1.5;
}

.cta {
  padding: 40px 0;
  background: linear-gradient(135deg, #f4a259, #f18729);
  color: #ffffff;
  text-align: center;
}
.cta-content h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.4;
}

.article {
  padding: 40px 0;
  background: #ffffff;
}
.article-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #eef7f7;
  border-radius: 12px;
}
.article-icon .icon {
  font-size: 32px;
}
.article-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #2a2a2a;
}
.article-content p {
  font-size: 14px;
  color: #6aa8a7;
}

.site-detail {
  background: #f8fbfb;
  padding: 20px 0;
}
.site-detail .container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 16px;
}
.site-detail-title {
  font-size: 20px;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0 0 10px;
  text-align: center;
}
.site-detail .site-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.site-detail .site-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.site-detail .site-header .ranking-badge {
  text-align: center;
  margin-right: 16px;
}
.site-detail .site-header .ranking-badge .crown {
  font-size: 24px;
}
.site-detail .site-header .ranking-badge .ranking-number {
  font-size: 16px;
  font-weight: bold;
  color: #f4a259;
}
.site-detail .site-header .site-title h3 {
  font-size: 18px;
  margin: 0;
}
.site-detail .site-header .site-title .rating-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-detail .site-header .site-title .rating-info .rating-label {
  font-size: 14px;
  color: #6aa8a7;
}
.site-detail .site-header .site-title .rating-info .rating-score {
  font-size: 14px;
  color: #e76f51;
  font-weight: bold;
}
.site-detail .site-header .site-title .rating-info .stars {
  color: #fdd365;
  font-size: 16px;
}
.site-detail .highlight-text {
  background: #f6fdfa;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
}
.site-detail .highlight-text p {
  font-size: 14px;
  line-height: 1.6;
}
.site-detail .highlight-text p strong {
  color: #e76f51;
}
.site-detail .site-banner {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.site-detail .site-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.site-detail .site-banner .img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-detail .site-banner a img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-detail .site-cta {
  margin-bottom: 12px;
}
.site-detail .site-cta .detail-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 45px;
  margin: 0 auto;
  background: #f4a259;
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(244, 162, 89, 0.5);
}
.site-detail .site-cta a {
  text-align: right;
  font-size: 14px;
  color: #0abab5;
  border-bottom: solid 1px #0abab5;
}
.site-detail .site-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.site-detail .promotion-text {
  font-size: 8px;
  text-align: right;
  margin-bottom: 20px;
  color: #6aa8a7;
}
.site-detail .features-section {
  background: #eef7f7;
  border-radius: 8px;
  padding: 16px;
}
.site-detail .features-section .features-header {
  background: #0abab5;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
  font-size: 14px;
}
.site-detail .features-section .feature-item {
  display: flex;
  margin-bottom: 16px;
}
.site-detail .features-section .feature-item .feature-number {
  background: #0abab5;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
}
.site-detail .features-section .feature-item .feature-content {
  width: 100%;
}
.site-detail .features-section .feature-item .feature-content h5 {
  margin: 0 0 4px;
  font-size: 14px;
  color: #4f9492;
}
.site-detail .features-section .feature-item .feature-content p {
  font-size: 13px;
  color: #2a2a2a;
}
.site-detail .features-section .details-tabs {
  display: flex;
  border-top: 1px solid #c3dede;
  border-bottom: 1px solid #c3dede;
  margin-bottom: 16px;
}
.site-detail .features-section .details-tabs .tab {
  flex: 1;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  color: #6aa8a7;
  border-bottom: 2px solid transparent;
}
.site-detail .features-section .details-tabs .tab.active {
  color: #0abab5;
  border-bottom: 2px solid #0abab5;
}
.site-detail .features-section .details-table .detail-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #dbecec;
}
.site-detail .features-section .details-table .detail-row .detail-label {
  color: #4f9492;
  font-size: 14px;
}
.site-detail .features-section .details-table .detail-row .detail-value {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.site-detail .features-section .details-table .detail-row .detail-value .stars {
  color: #fdd365;
}
.site-detail .features-section .details-table .detail-row .detail-value .circle-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3eb489;
}
.site-detail .features-section .details-table .detail-row .detail-value .circle-icon.excellent {
  background: #fdd365;
}
.site-detail .features-section .registration-cta {
  text-align: center;
  margin-top: 16px;
}
.site-detail .features-section .registration-cta .registration-time {
  font-size: 14px;
  color: #0abab5;
  margin-bottom: 8px;
}
.site-detail .features-section .registration-cta .register-btn, .site-detail .features-section .registration-cta a {
  background: #0abab5;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
}
.site-detail .reviews-section {
  margin-top: 24px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.site-detail .reviews-section .reviews-header {
  background: #3eb489;
  color: #ffffff;
  padding: 12px 16px;
  text-align: center;
}
.site-detail .reviews-section .reviews-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.site-detail .reviews-section .reviews-container {
  padding: 16px;
  background: #f8fbfb;
}
.site-detail .reviews-section .review-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #0abab5;
}
.site-detail .reviews-section .review-item:last-child {
  margin-bottom: 0;
}
.site-detail .reviews-section .review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.site-detail .reviews-section .reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.site-detail .reviews-section .reviewer-avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0abab5, #0deae4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.site-detail .reviews-section .reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.site-detail .reviews-section .reviewer-name {
  font-size: 14px;
  font-weight: bold;
  color: #2a2a2a;
}
.site-detail .reviews-section .reviewer-occupation {
  font-size: 12px;
  color: #6aa8a7;
  background: #eef7f7;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
}
.site-detail .reviews-section .review-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.site-detail .reviews-section .review-rating .stars {
  font-size: 14px;
  color: #fdd365;
}
.site-detail .reviews-section .review-rating .rating-score {
  font-size: 12px;
  font-weight: bold;
  color: #e76f51;
}
.site-detail .reviews-section .review-content {
  margin-bottom: 12px;
}
.site-detail .reviews-section .review-content .voice {
  font-size: 14px;
  line-height: 1.6;
  color: #2a2a2a;
  margin: 0;
  padding: 8px 12px;
  background: #f6fdfa;
  border-radius: 4px;
  position: relative;
}
.site-detail .reviews-section .review-content .voice::before {
  content: '"';
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 20px;
  color: #0abab5;
  font-weight: bold;
}
.site-detail .reviews-section .review-content .voice::after {
  content: '"';
  position: absolute;
  bottom: -8px;
  right: 4px;
  font-size: 20px;
  color: #0abab5;
  font-weight: bold;
}
.site-detail .reviews-section .review-content .from {
  color: #c5c5c5;
  font-size: 12px;
  text-align: right;
}
@media (max-width: 480px) {
  .site-detail .reviews-section .review-item {
    padding: 12px;
  }
  .site-detail .reviews-section .review-header {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .site-detail .reviews-section .review-rating {
    flex-direction: row;
    gap: 6px;
  }
  .site-detail .reviews-section .reviewer-info {
    gap: 8px;
  }
  .site-detail .reviews-section .reviewer-avatar {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .site-detail .reviews-section .reviewer-name {
    font-size: 13px;
  }
  .site-detail .reviews-section .reviewer-occupation {
    font-size: 11px;
  }
  .site-detail .reviews-section .review-content .voice {
    font-size: 13px;
    padding: 6px 10px;
  }
  .site-detail .reviews-section .summary-stats {
    gap: 16px;
  }
  .site-detail .reviews-section .stat-number {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .site-detail .banner-person .person-image {
    font-size: 40px;
  }
  .site-detail .site-cta .detail-btn {
    padding: 4px 8px;
  }
  .site-detail .features-section .registration-cta .register-btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.faq {
  padding: 40px 0;
  background: #f6fdfa;
}
.faq .section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #2a2a2a;
}
.faq-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.faq-question {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #dbecec;
}
.faq-question h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
}
.faq-question:hover {
  background: #eef7f7;
}
.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  color: #0abab5;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-answer {
  padding: 16px 20px;
  background: #f8fbfb;
  display: none;
}
.faq-answer p {
  font-size: 14px;
  color: #4f9492;
  line-height: 1.6;
}
.faq-item.active .faq-answer {
  display: block;
}

.final-cta {
  padding: 40px 0;
  background: #ffffff;
}
.final-cta .cta-box {
  text-align: center;
  padding: 30px 20px;
  background: linear-gradient(135deg, #eef7f7, #ffffff);
  border-radius: 16px;
  border: 2px solid #dbecec;
}
.final-cta .cta-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2a2a2a;
}
.final-cta .cta-buttons {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.final-cta .cta-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.final-cta .cta-links a {
  color: #0abab5;
  text-decoration: none;
  font-size: 14px;
  padding: 8px;
  border-radius: 4px;
}
.final-cta .cta-links a:hover {
  background: #eef7f7;
  text-decoration: underline;
}

.process-flow {
  background: #f6fdfa;
  padding: 40px 0;
}
.process-flow .container {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}
.process-flow .section-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #2a2a2a;
}
.process-flow .process-step {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
}
.process-flow .process-icon {
  flex-shrink: 0;
}
.process-flow .process-icon .icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0abab5, #0deae4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.process-flow .process-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2a2a2a;
  margin: 0 0 4px 0;
}
.process-flow .process-content .process-service {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  display: inline-block;
  margin: 0 auto;
}
.process-flow .process-arrow {
  text-align: center;
  margin: 8px 0;
}
.process-flow .process-arrow .arrow-icon {
  color: #0abab5;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .process-flow .container {
    max-width: 100%;
    padding: 0 16px;
  }
  .process-flow .process-step {
    padding: 16px;
    gap: 12px;
  }
  .process-flow .process-icon .icon-wrapper {
    width: 50px;
    height: 50px;
  }
  .process-flow .process-content h3 {
    font-size: 16px;
  }
}
.footer {
  background: #2a2a2a;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
.footer .footer-logo .logo-text {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.footer .footer-logo .logo-subtitle {
  font-size: 12px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 24px;
  }
  .hero-title .title-large {
    font-size: 40px;
  }
  .hero-title .title-small {
    font-size: 28px;
  }
  .hero-title .title-ranking {
    font-size: 32px;
  }
  .ranking-item {
    padding: 24px;
  }
  .support-item {
    padding: 24px;
  }
  .final-cta .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .final-cta .cta-links {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #2a2a2a;
  background-color: #f6fdfa;
}

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

.header.top {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  z-index: 1000;
}
.header.top .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo h1 {
  color: #0abab5;
  font-size: 28px;
  font-weight: bold;
}
.logo-subtitle {
  color: #6aa8a7;
  font-size: 14px;
}

.nav-menu {
  display: flex;
  height: 50px;
  background: #0abab5;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.nav-menu a {
  font-weight: 500;
  transition: color 0.3s;
  color: #fff;
  font-size: 14px;
}
.nav-menu a:hover {
  color: #0abab5;
}

.hero-top {
  background: linear-gradient(135deg, #0abab5, #3eb489);
  color: #ffffff;
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}
.hero-top-content {
  position: relative;
  z-index: 2;
}
.hero-top h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: bold;
}
.hero-top p {
  font-size: 20px;
  margin-bottom: 40px;
  opacity: 0.9;
}

.cta-button {
  background: #f4a259;
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(244, 162, 89, 0.4);
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(244, 162, 89, 0.6);
}

.features {
  padding: 80px 0;
  background: #ffffff;
}
.features h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 60px;
  color: #2a2a2a;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.feature-card {
  background: #f8fbfb;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0abab5, #3eb489);
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-card h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #2a2a2a;
}
.feature-card p {
  color: #4f9492;
  line-height: 1.8;
}

.feature-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}

.search-section {
  padding: 80px 0;
  background: #0abab5;
  color: #ffffff;
}
.search-section h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}

.search-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
  align-items: center;
}
.search-form select,
.search-form input {
  flex: 1;
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}

.search-btn {
  background: #f4a259;
  color: #ffffff;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.search-btn:hover {
  background: #e76f51;
}

.stats {
  padding: 80px 0;
  background: #ffffff;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}

.stat-item {
  padding: 30px;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  color: #0abab5;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 18px;
  color: #2a2a2a;
}

.footer {
  background: #2a2a2a;
  color: #ffffff;
  padding: 50px 0 30px;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}
.footer-section h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #0abab5;
}
.footer-section a {
  color: #c3dede;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.footer-section a:hover {
  color: #0abab5;
}
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #377f7d;
  color: #a9cece;
}

@media (max-width: 768px) {
  .nav-menu {
    flex-direction: column;
    gap: 15px;
  }
  .hero-top h2 {
    font-size: 36px;
  }
  .hero-top p {
    font-size: 16px;
  }
  .search-form {
    flex-direction: column;
  }
  .features-grid,
  .ranking-categories {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .hero h2 {
    font-size: 28px;
  }
  .features h3,
  .rankings h3,
  .search-section h3 {
    font-size: 28px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
}