@charset "utf-8";
.second_page {
	padding-top: 0;
}
#breadcrumb {
	    background: #f5f5f3;
}
#industry .page-mv {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(135deg, #1CCDFF 0%, #27FFF4 100%);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
#industry .page-mv-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
#industry .page-mv-title .en {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-bottom: 10px;
  opacity: 0.9;
}
#industry .page-mv-sub {
  font-size: 14px;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
}
#industry .sec-ttl {
  text-align: center;
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}
#industry .sec-sub {
  display: block;
  text-align: center;
  font-size: 21px;
  color: #F39800;
  margin-bottom: 4px;
  font-weight: 700;
}
#industry .sec-trouble {
  padding: 80px 20px;
  background: #f5f5f3;
}
#industry .sec-trouble .sec-ttl {
  margin-bottom: 30px;
}
#industry .trouble-list {
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #F39800;
  padding: 28px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
}
#industry .trouble-list li {
  padding-left: 28px;
  position: relative;
  font-size: 20px;
}
#industry .trouble-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #F39800;
  font-weight: 700;
}
@media (max-width: 768px) {
	#industry .sec-ttl {
		    font-size: 33px;
	}
	#industry .trouble-list {
		padding: 25px 20px;
		    grid-template-columns: 1fr;
	}
}
#industry .sec-point {
  padding: 80px 20px;
  background: #fff;
}
#industry .sec-point .inner {
	    max-width: 1200px;
    margin: 0 auto;
}
#industry .point-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}
#industry .point-list li {
  background: #f5f5f3;
  padding: 28px 16px;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
	#industry .point-list {
		grid-template-columns: repeat(1, 1fr);
		    gap: 10px;
	}
	#industry .point-list li {
		padding: 15px 10px;
		    min-height: auto;
	}
}
#industry .sec-service {
  padding: 60px 20px;
  background: #fff;
}
#industry .service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}
#industry .service-list li {
  background: #f5f5f3;
  padding: 28px 20px;
  text-align: center;
}
#industry .service-list li h3 {
      font-size: 23px;
    font-weight: bold;
  margin-bottom: 17px;
}
#industry .service-list li p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #666;
}
#industry .service-list li a {
  display: inline-block;
  background: #F39800;
  color: #fff;
  padding: 5px 16px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
}
#industry .sec-flow {
  padding: 90px 0;
  background: #f5f5f3;
}
#industry .flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 30px;
}
#industry .flow-list li {
  background: #fff;
  padding: 20px 14px;
  text-align: center;
  border-top: 3px solid #F39800;
	display: flex;
    flex-direction: column;
}
#industry .flow-list .step {
  font-size: 11px;
  color: #F39800;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#industry .flow-list h3 {
  font-size: 21px;
    font-weight: 600;
  margin: 8px 0 10px;
	    flex-grow: 1;
}
#industry .flow-list p {
          font-size: 15px;
    line-height: 26px;
    text-align: left;
  color: #666;
	    flex-grow: 1;
}
#industry .sec-faq {
  padding: 100px 0;
  background: #fff;
}
#industry .faq-list {
  max-width: 1080px;
  margin: 30px auto 0;
}
#industry .faq-list dt {
  background: #f5f5f3;
  padding: 16px 20px 16px 50px;
  font-weight: 700;
  position: relative;
  margin-top: 12px;
  font-size: 17px;
  border-radius: 2px;
}
#industry .faq-list dt::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 14px;
  background: #F39800;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  border-radius: 50%;
  font-size: 17px;
}
#industry .faq-list dd {
  padding: 14px 20px 14px 50px;
  position: relative;
  line-height: 1.9;
  color: #555;
}
#industry .faq-list dd::before {
  content: "A";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  border-radius: 50%;
  font-size: 12px;
}
#industry .sec-blog {
  padding: 50px 20px;
  background: #f5f5f3;
  text-align: center;
}
#industry .btn-more {
  display: inline-block;
  background: #F39800;
  color: #fff !important;
  padding: 12px 32px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 2px;
}
#industry .sec-cta {
  background: #F39800;
  padding: 60px 20px;
  color: #fff;
}
#industry .cta-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
#industry .cta-point {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#industry .cta-point li {
  background: #fff;
  color: #F39800;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
#industry .cta-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
}
#industry .cta-tel, #industry .cta-mail {
  background: #fff;
  color: #333 !important;
  padding: 24px;
  text-align: center;
  border-radius: 4px;
  display: block;
}
#industry .cta-tel span, #industry .cta-mail span {
  font-size: 13px;
  color: #888;
  display: block;
}
#industry .cta-tel strong, #industry .cta-mail strong {
  font-size: 24px;
  color: #F39800;
  display: block;
  margin: 6px 0;
}
#industry .cta-tel small, #industry .cta-mail small {
  font-size: 11px;
  color: #888;
}
#industry {
  --ind-orange: #F39800;
  --ind-orange-dark: #E08800;
  --ind-orange-light: #FFF4E0;
  --ind-dark: #2A2A2A;
  --ind-text: #333;
  --ind-text-sub: #666;
  --ind-line: #E5E5E5;
  --ind-bg-gray: #F7F7F5;
}
#industry .industry-section {
  padding: 120px 0 50px;
}
#industry .industry-section.industry-ai-era {
	background: #2A2A2A;
	    padding: 120px 0 110px;
}
#industry .industry-section .inner {
  max-width: 1250px;
  margin: 0 auto;
}
#industry .industry-label {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--ind-orange);
  font-weight: 700;
  margin-bottom: 12px;
}
#industry .industry-heading {
  text-align: center;
  font-size: clamp(22px, 3vw, 37px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  color: var(--ind-dark);
}
#industry .industry-heading .mark {
  background: linear-gradient(transparent 60%, #FFE5A8 60%);
  padding: 0 4px;
}
#industry .industry-lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  color: var(--ind-text-sub);
  max-width: 800px;
  margin: 0 auto 35px;
}
#industry .industry-answer {
  background: #fff;
}
#industry .industry-ai-era .industry-label {
  color: #FFD58A;
}
#industry .industry-ai-era .industry-heading {
  color: #fff;
}
#industry .industry-ai-era .industry-lead {
  color: rgba(255, 255, 255, 0.7);
}
#industry .industry-ai-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
#industry .industry-ai-row:last-child {
  margin-bottom: 0;
}
#industry .industry-ai-col {
  padding: 32px 28px;
  position: relative;
}
#industry .industry-ai-col.fact {
  background: rgba(255, 255, 255, 0.02);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
#industry .industry-ai-col.action {
  background: rgba(243, 152, 0, 0.08);
}
#industry .industry-ai-col-label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 16px;
}
#industry .industry-ai-col.fact .industry-ai-col-label {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#industry .industry-ai-col.action .industry-ai-col-label {
  color: #fff;
  background: var(--ind-orange);
}
#industry .industry-ai-col-title {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}
#industry .industry-ai-col.fact .industry-ai-col-title {
  color: rgba(255, 255, 255, 0.95);
}
#industry .industry-ai-col.action .industry-ai-col-title {
  color: #fff;
}
#industry .industry-ai-col-text {
  font-size: 15px;
  line-height: 1.85;
}
#industry .industry-ai-col.fact .industry-ai-col-text {
  color: rgba(255, 255, 255, 0.65);
}
#industry .industry-ai-col.action .industry-ai-col-text {
  color: rgba(255, 255, 255, 0.85);
}
#industry .industry-ai-arrow {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--ind-orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
}
#industry .industry-system {
  background: var(--ind-bg-gray);
}
#industry .industry-system-diagram {
  background: #fff;
  padding: 60px 40px;
  border-radius: 8px;
  border: 1px solid var(--ind-line);
}
#industry .choice {
	font-size: 31px;
	margin-bottom: 45px;
	text-align: center;
	font-weight: bold;
	color: #F37E0A;
}
#industry .industry-system-center {
  width: 180px;
  height: 180px;
  background: var(--ind-orange);
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  box-shadow: 0 12px 32px rgba(243, 152, 0, 0.25);
  position: relative;
}
#industry .industry-system-center::before {
  content: "CORE";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ind-dark);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  padding: 4px 14px;
  border-radius: 2px;
}
#industry .industry-system-orbit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
#industry .industry-system-orbit::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 16%;
  right: 16%;
  height: 30px;
  border-top: 2px dashed var(--ind-orange);
  border-left: 2px dashed var(--ind-orange);
  border-right: 2px dashed var(--ind-orange);
  border-radius: 8px 8px 0 0;
  opacity: 0.4;
}
#industry .industry-system-node {
  background: var(--ind-bg-gray);
  border-top: 3px solid var(--ind-orange);
  padding: 28px 22px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
#industry .industry-system-node-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--ind-orange);
  font-weight: 700;
  margin-bottom: 10px;
}
#industry .industry-system-node-title {
	font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--ind-dark);
}
#industry .industry-system-node-text {
  font-size: 15px;
  color: var(--ind-text-sub);
  line-height: 1.8;
}
#industry .industry-vs {
  background: #fff;
}
#industry .industry-vs-table {
  background: #fff;
  border: 1px solid var(--ind-line);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
#industry .industry-vs-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  border-bottom: 1px solid var(--ind-line);
}
#industry .industry-vs-row:last-child {
  border-bottom: none;
}
#industry .industry-vs-row.head {
  background: var(--ind-dark);
  color: #fff;
}
#industry .industry-vs-row.head .industry-vs-cell {
  padding: 18px 18px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
	justify-content: center;
}
#industry .industry-vs-row.head .industry-vs-cell.full {
  background: var(--ind-orange);
}
#industry .industry-vs-cell {
  padding: 16px 18px;
  display: flex;
  align-items: center;
      font-size: 18px;
    letter-spacing: 0;
  line-height: 1.6;
}
#industry .industry-vs-cell.lbl {
  font-weight: 500;
  background: var(--ind-bg-gray);
  color: var(--ind-dark);
}
#industry .industry-vs-cell.mid {
  background: rgba(243, 152, 0, 0.03);
  justify-content: center;
  text-align: center;
}
#industry .industry-vs-cell.full {
  background: rgba(243, 152, 0, 0.08);
  font-weight: 600;
  color: var(--ind-dark);
  justify-content: center;
  text-align: center;
}
#industry .industry-vs-cell.start {
  color: var(--ind-text-sub);
  justify-content: center;
  text-align: center;
}
#industry .industry-vs-mark {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 8px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
#industry .industry-vs-mark.yes {
  background: var(--ind-orange);
  color: #fff;
}
#industry .industry-vs-mark.no {
  background: #E5E5E5;
  color: #999;
}
#industry .industry-vs-cell .mark-label {
  font-size: 12px;
  line-height: 1.3;
}
#industry .industry-flow-timeline {
  background: var(--ind-bg-gray);
	padding: 100px 0 70px;
}
#industry .industry-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
#industry .industry-timeline::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: repeating-linear-gradient(to right, var(--ind-orange) 0, var(--ind-orange) 8px, transparent 8px, transparent 14px);
  z-index: 1;
}
#industry .industry-tl-item {
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
#industry .industry-tl-marker {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 2px solid var(--ind-orange);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 12px rgba(243, 152, 0, 0.15);
}
#industry .industry-tl-marker.start {
  background: var(--ind-orange);
  color: #fff;
}
#industry .industry-tl-when {
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
  font-weight: 700;
}
#industry .industry-tl-num {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
#industry .industry-tl-title {
  font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
  color: var(--ind-dark);
}
#industry .industry-tl-text {
  font-size: 14px;
  color: var(--ind-text-sub);
  line-height: 1.7;
}
#industry .industry-results {
  background: #fff;
}
#industry .industry-results .inner {
    max-width: 1440px;
    margin: 0 auto;
}
#industry .industry-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#industry .industry-result {
  background: #fff;
  border: 1px solid var(--ind-line);
  border-top: 4px solid var(--ind-orange);
  padding: 32px 28px;
  border-radius: 4px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#industry .industry-result:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
#industry .industry-result-meta {
  font-size: 11px;
  color: var(--ind-text-sub);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
#industry .industry-result-name {
  font-size: 21px;
  font-weight: 700;
  color: var(--ind-dark);
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ind-line);
}
#industry .industry-result-compare {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
#industry .industry-result-col {
  flex: 1;
  text-align: center;
}
#industry .industry-result-when {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ind-text-sub);
  margin-bottom: 6px;
  font-weight: 700;
}
#industry .industry-result-val {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ind-text);
}
#industry .industry-result-val .unit {
  font-size: 13px;
  margin-left: 2px;
}
#industry .industry-result-val.txt,#industry .industry-result-after .industry-result-val.txt {
	font-size: 24px;
	line-height: 30px;
}
#industry .industry-result-arrow {
  font-size: 22px;
  color: var(--ind-orange);
  font-weight: 700;
}
#industry .industry-result-after .industry-result-val {
  color: var(--ind-orange);
  font-size: 52px;
}
#industry .industry-result-after .industry-result-val .unit {
  font-size: 15px;
}
#industry .industry-result-metric {
  font-size: 11px;
  color: var(--ind-text-sub);
  margin-top: 4px;
}
#industry .industry-result-comment {
  font-size: 16px;
  color: var(--ind-text-sub);
  line-height: 27px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed var(--ind-line);
}
#industry .industry-package {
  background: #FCFCF5;
}
#industry .industry-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
	margin-top: 70px;
}
#industry .industry-package-card {
  background: #fff;
  border: 1px solid var(--ind-line);
  border-radius: 6px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
}
#industry .industry-package-card.recommend {
  border: 2px solid var(--ind-orange);
  box-shadow: 0 12px 28px rgba(243, 152, 0, 0.15);
  position: relative;
}
#industry .industry-package-badge {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ind-orange);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 5px 18px;
  border-radius: 20px;
  white-space: nowrap;
}
#industry .industry-package-name {
  font-size: 27px;
  font-weight: 700;
  color: var(--ind-dark);
  text-align: center;
  margin-bottom: 11px;
}
#industry .industry-package-for {
  font-size: 14px;
  color: var(--ind-text-sub);
  text-align: center;
  margin-bottom: 20px;
  min-height: 36px;
  line-height: 1.5;
}
#industry .industry-package-price {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid var(--ind-line);
  border-bottom: 1px solid var(--ind-line);
  margin-bottom: 20px;
}
#industry .industry-package-price .from {
  font-size: 14px;
  color: var(--ind-text-sub);
}
#industry .industry-package-price .num {
  font-size: 45px;
  font-weight: 700;
  color: var(--ind-orange);
  line-height: 1.2;
}
#industry .industry-package-price .num .unit {
  font-size: 17px;
  margin-left: 2px;
  color: var(--ind-text);
}
#industry .industry-package-price .note {
  display: block;
  font-size: 11px;
  color: var(--ind-text-sub);
  margin-top: 4px;
}
#industry .industry-package-content {
  font-size: 18px;
  color: var(--ind-text-sub);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
#industry .industry-package-list {
  flex: 1;
  margin-bottom: 22px;
}
#industry .industry-package-list li {
  font-size: 16px;
  line-height: 1.6;
  padding: 7px 0 7px 22px;
  position: relative;
  color: var(--ind-text);
}
#industry .industry-package-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 11px;
  width: 16px;
  height: 16px;
  background: var(--ind-orange);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  font-weight: 700;
}
#industry .industry-package-btn {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
#industry .industry-package-btn.solid {
  background: var(--ind-orange);
  color: #fff;
}
#industry .industry-package-btn.outline {
  background: #fff;
  color: var(--ind-orange);
  border: 1px solid var(--ind-orange);
}
#industry .industry-package-note {
  margin-top: 30px;
  background: var(--ind-orange-light);
  border-radius: 6px;
  padding: 22px 28px;
  display: flex;
  gap: 20px;
}
#industry .industry-package-note-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--ind-orange);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}
#industry .industry-package-note-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--ind-dark);
  margin-bottom: 4px;
}
#industry .industry-package-note-text p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--ind-text-sub);
}
#industry .industry-package-notes {
  margin-top: 18px;
  font-size: 11px;
  color: var(--ind-text-sub);
  line-height: 1.8;
  text-align: center;
}
/* レスポンシブ */
@media (max-width: 1030px) {
	#industry .industry-results-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px) {
  #industry .industry-section {
    padding: 50px 16px;
  }
	#industry .industry-section.industry-ai-era {
		padding: 70px 15px 80px;
	}
	#industry .industry-section.industry-vs {
		        padding: 90px 15px 20px;
	}
  #industry .industry-heading {
    font-size: 28px;
  }
  #industry .industry-lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #industry .industry-answer-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #industry .industry-ai-row {
    grid-template-columns: 1fr;
  }
  #industry .industry-ai-col.fact {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  #industry .industry-ai-arrow {
    right: 50%;
    top: auto;
    bottom: -14px;
    transform: translateX(50%);
  }
  #industry .industry-system-diagram {
    padding: 40px 20px;
  }
  #industry .industry-system-center {
    width: 170px;
    height: 170px;
  }
  #industry .industry-system-orbit {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #industry .industry-system-orbit::before {
    display: none;
  }
  #industry .industry-vs-row {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
  #industry .industry-vs-cell {
    padding: 12px 6px;
    font-size: 13px;
  }
  #industry .industry-vs-row.head .industry-vs-cell {
    padding: 12px 6px;
    font-size: 14px;
  }
  #industry .industry-vs-mark {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    margin-right: 4px;
  }
  #industry .industry-timeline {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #industry .industry-timeline::before {
    display: none;
  }
  #industry .industry-tl-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
    text-align: left;
    align-items: center;
  }
  #industry .industry-tl-marker {
    margin: 0;
  }
  #industry .industry-results-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #industry .industry-package-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #industry .industry-package-card.recommend {
    order: -1;
  }
  #industry .industry-package-note {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 20px 18px;
	  align-items: center;
  }
	#industry .choice {
		font-size: 24px;
	}
	#function p.option {
		    margin-top: 25px;
	}
	#industry .service-list {
		grid-template-columns: repeat(1, 1fr);
	}
	#industry .service-list li p {
    font-size: 14px;
	}
	#industry .industry-package-badge {
		font-size: 16px;
	}
	#industry .industry-package-name {
		font-size: 25px;
	}
	#industry .industry-package-for,#industry .industry-package-price .from {
		font-size: 14px;
	}
	#industry .industry-package-content {
    font-size: 17px;
	}
	#industry .industry-package-list li {
    font-size: 16px;
	}
	#industry .industry-package-list li::before {
		top: 13px;
	}
	#industry .industry-package-notes {
		text-align: left;
	}
	#industry .sec-flow {
		padding: 60px 0;
	}
	#industry .flow-list {
		grid-template-columns: repeat(2, 1fr);
	}
	#industry .faq-list dt {
		    font-size: 18px;
	}
	#industry .faq-list dt::before {
		top: 18px;
	}
	#industry .faq-list dd {
		font-size: 16px;
		line-height: 28px;
    letter-spacing: 0;
	}
}

    #industry #troubles-section .grid-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 30px;
      row-gap: 90px;
    }

    #industry #troubles-section .item-group {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    /* お悩みカード（オレンジ背景）※角丸なし */
    #industry #troubles-section .problem-card {
      width: 100%;
      background-color: #f39800;
      color: #ffffff;
      border-radius: 0;
      padding: 13px 15px;
      box-sizing: border-box;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #industry #troubles-section h3 {
      margin: 0;
      font-size: 21px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.05em;
    }

    /* 二重下矢印コネクタ（横長に最適化） */
    #industry #troubles-section .arrow-connector {
      margin: 15px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1px; /* 二重線の絶妙な隙間 */
      width: 100%;
    }

    #industry #troubles-section .arrow-line {
      width: 64px; /* 横幅を広げて横長に */
      height: 10px; /* 高さを抑えて平べったく */
      fill: none;
      stroke: #f39800;
      stroke-width: 1.2; /* 線を少し繊細にしてシャープに */
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    /* 解決策カード（白背景・グレー枠）※角丸なし */
    #industry #troubles-section .solution-card {
      width: 100%;
      background-color: #ffffff;
      border: 2px solid #e2e2e2;
      border-radius: 0;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
		flex-grow: 1;
    }

    #industry #troubles-section .solution-title {
      color: #3a3a3a;
      font-size: 21px;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 16px;
      line-height: 1.4;
      letter-spacing: 0.03em;
    }

    #industry #troubles-section .solution-text {
      color: #666666;
      font-size: 15px;
      line-height: 1.75;
      margin: 0;
      letter-spacing: 0.02em;
    }

    /* レスポンシブ対応 (768px以下) */
    @media (max-width: 768px) {

      #industry #troubles-section .grid-container {
        grid-template-columns: 1fr;
        row-gap: 40px;
      }

      #industry #troubles-section .problem-card {
        padding: 12px 5px;
        min-height: auto;
      }

      #industry #troubles-section .arrow-connector {
        margin: 12px 0;
      }

      #industry #troubles-section .arrow-line {
        width: 48px; /* スマホ画面に合わせた横長幅 */
        height: 8px;
      }

      #industry #troubles-section .solution-card {
        padding: 15px;
        min-height: auto;
      }

      #industry #troubles-section .solution-title {;
        margin-bottom: 12px;
      }

      #industry #troubles-section .solution-text {
        font-size: 16px;
        line-height: 1.65;
      }
    }
#industry #function h2 {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#industry #function ul.system-list {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px auto 0;
}
#industry #function ul.system-list li {
    margin-right: 10px;
    position: relative;
    text-indent: 0em;
    padding-left: 1em;
	padding-bottom: 2px;
    margin-bottom: 20px;
	margin-right: 30px;
	border-bottom: 1px solid #AAAAAA;
}
#industry #function ul.system-list li::before {
	content:"●";
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 0;
}
#industry #function ul.system-list li span {
	background: url("../images/hp/arrow-or.svg")no-repeat 0 0;
	background-size: contain;
	width: 10px;
	height: 12px;
	display: inline-block;
	margin-left: 12px;
}
@media (max-width: 768px) {
	#industry #function ul.system-list li {
		    width: 100%;
		    margin-right: 0;
	}
	#industry #function ul.system-list li a {
    display: block;
}
}
#industry .industry-portfolio {
  background: #FCFCF5;
}
#industry .portfolio-slider {
  position: relative;
  margin: 0 auto;
}
#industry .portfolio-track-wrap {
  overflow: hidden;
  position: relative;
}
#industry .portfolio-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
#industry .portfolio-slide {
  flex: 0 0 100%;
  padding: 0 60px;
	    display: flex;
    flex-direction: column;
}
/* スライド内のレイアウト */
#industry .portfolio-card {
  background: #fff;
  border-radius: 8px;
  padding: 40px 36px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 40px;
  align-items: center;
	flex-grow: 1;
}
/* 左：医院情報 */
#industry .portfolio-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#industry .portfolio-meta {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ind-orange);
  font-weight: 700;
  padding: 4px 12px;
  border: 1px solid var(--ind-orange);
  border-radius: 2px;
  align-self: flex-start;
}
#industry .portfolio-name {
  font-size: 32px;
  font-weight: 700;
  color: var(--ind-dark);
  line-height: 1.4;
}
#industry .portfolio-region {
  font-size: 12px;
  color: var(--ind-text-sub);
  letter-spacing: 0.05em;
}
#industry .portfolio-desc {
  font-size: 17px;
  line-height: 1.9;
  color: var(--ind-text-sub);
  border-top: 1px dashed var(--ind-line);
  padding-top: 14px;
  margin-top: 6px;
}
#industry .portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
#industry .portfolio-tag {
  font-size: 11px;
  padding: 3px 10px;
  background: var(--ind-bg-gray);
  color: var(--ind-text-sub);
  border-radius: 12px;
}
/* 右：サイトプレビュー（デスクトップ＋スマホ並列） */
#industry .portfolio-preview {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
}
#industry .portfolio-preview img {
	width: 100%;
}
/* デスクトップフレーム */
#industry .preview-desktop {
  width: 290px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}
#industry .preview-desktop-bar {
  background: linear-gradient(to bottom, #f4f4f4 0%, #e8e8e8 100%);
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #ddd;
}
#industry .preview-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
#industry .preview-dot.r {
  background: #ff5f56;
}
#industry .preview-dot.y {
  background: #ffbd2e;
}
#industry .preview-dot.g {
  background: #27c93f;
}
#industry .preview-desktop-url {
  flex: 1;
  margin-left: 6px;
  background: #fff;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 9px;
  color: #888;
  font-family: ui-monospace, monospace;
}
#industry .preview-desktop-content {
  aspect-ratio: 4 / 2.6;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: top center;
}
/* スマホフレーム（デスクトップに重ねる） */
#industry .preview-mobile {
  width: 95px;
  background: #1a1a1a;
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  margin-left: -30px;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
#industry .preview-mobile-screen {
  background: #fff;
  border-radius: 8px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  position: relative;
}
#industry .preview-mobile-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 8px;
  background: #1a1a1a;
  border-radius: 0 0 6px 6px;
  z-index: 2;
}
#industry .preview-mobile-content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
/* 矢印ボタン */
#industry .portfolio-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid var(--ind-line);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--ind-orange);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  z-index: 10;
  transition: transform 0.2s, background 0.2s;
}
#industry .portfolio-arrow:hover {
  background: var(--ind-orange);
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}
#industry .portfolio-arrow.prev {
  left: 0;
}
#industry .portfolio-arrow.next {
  right: 0;
}
/* ドット・現在位置インジケータ */
#industry .portfolio-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
#industry .portfolio-dot {
  width: 32px;
  height: 4px;
  background: var(--ind-line);
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.3s, transform 0.3s;
}
#industry .portfolio-dot.active {
  background: var(--ind-orange);
}
/* 自動スライドのカウンター表示（オプション） */
#industry .portfolio-counter {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  color: var(--ind-text-sub);
  letter-spacing: 0.1em;
}
#industry .portfolio-counter .current {
  color: var(--ind-orange);
  font-weight: 700;
  font-size: 14px;
}
/* レスポンシブ */
@media (max-width: 930px) {
	#industry .portfolio-card {
		grid-template-columns: 1fr 280px;
	}
}
@media screen and (max-width: 768px) {
  #industry .portfolio-slide {
    padding: 0 12px;
  }
  #industry .portfolio-card {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 24px;
	  align-content: baseline;
  }
  #industry .portfolio-info {
    order: 2;
  }
  #industry .portfolio-preview {
    order: 1;
  }
  #industry .portfolio-name {
    font-size: 23px;
  }
  #industry .preview-desktop {
    width: 240px;
  }
  #industry .preview-mobile {
    width: 78px;
    margin-left: -22px;
  }
  #industry .portfolio-arrow {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  #industry .portfolio-arrow.prev {
    left: -6px;
  }
  #industry .portfolio-arrow.next {
    right: -6px;
  }
	#industry .sec-faq {
		padding: 100px 15px;
	}
	#industry .page-mv-title {
		    font-size: 33px;
	}
}
/* ==== サイト画像のモック ==== */
#industry .site-1-pc {
  background: linear-gradient(180deg, #4a90a4 0%, #4a90a4 28%, #fff 28%, #fff 100%);
  position: relative;
}
#industry .site-1-pc::before {
  content: "A歯科クリニック";
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#industry .site-1-pc::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 10%;
  right: 10%;
  height: 8px;
  background: #ddd;
  box-shadow: 0 16px 0 0 #eee, 0 28px 0 0 #ddd, 0 40px 0 0 #eee;
}
#industry .site-2-pc {
  background: linear-gradient(180deg, #c9a96e 0%, #c9a96e 28%, #faf7f0 28%, #faf7f0 100%);
  position: relative;
}
#industry .site-2-pc::before {
  content: "B歯科医院";
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#industry .site-2-pc::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 10%;
  right: 10%;
  height: 8px;
  background: #e5d5b8;
  box-shadow: 0 16px 0 0 #efe2cc, 0 28px 0 0 #e5d5b8, 0 40px 0 0 #efe2cc;
}
#industry .site-3-pc {
  background: linear-gradient(180deg, #88c4a3 0%, #88c4a3 28%, #f4faf7 28%, #f4faf7 100%);
  position: relative;
}
#industry .site-3-pc::before {
  content: "C歯科クリニック";
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#industry .site-3-pc::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 10%;
  right: 10%;
  height: 8px;
  background: #d2e8db;
  box-shadow: 0 16px 0 0 #e0eee6, 0 28px 0 0 #d2e8db, 0 40px 0 0 #e0eee6;
}
#industry .site-4-pc {
  background: linear-gradient(180deg, #5b6b8a 0%, #5b6b8a 28%, #f5f6f9 28%, #f5f6f9 100%);
  position: relative;
}
#industry .site-4-pc::before {
  content: "D歯科・口腔外科";
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#industry .site-4-pc::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 10%;
  right: 10%;
  height: 8px;
  background: #d8dde6;
  box-shadow: 0 16px 0 0 #e5e8ee, 0 28px 0 0 #d8dde6, 0 40px 0 0 #e5e8ee;
}
#industry .site-5-pc {
  background: linear-gradient(180deg, #d96a6a 0%, #d96a6a 28%, #fdf5f5 28%, #fdf5f5 100%);
  position: relative;
}
#industry .site-5-pc::before {
  content: "E歯科クリニック";
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
#industry .site-5-pc::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 10%;
  right: 10%;
  height: 8px;
  background: #f0d6d6;
  box-shadow: 0 16px 0 0 #f6e5e5, 0 28px 0 0 #f0d6d6, 0 40px 0 0 #f6e5e5;
}