@charset "UTF-8";

/* GitMind Chat shared stylesheet.
   Built from selectors used by the public GitMind Chat pages.
   Source pages: gitmind-chat.html, sup.html, mindmap.html, info-premium-to-pro.html, info-price-revision-20260601.html, license.html, lineup.html, press.html, env.html, demopc.html. */

.sp {
	display:none;
}

@media (max-width: 800px) {
.pc {
		display:none;
	}

.sp {
		display:block;
		margin-bottom:10px;
	}

}

.hamburger {
	display : block;
	position: fixed;
	z-index : 3;
	right : 20px;
	top   : 0px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}

.hamburger span {
	display : block;
	position: absolute;
	width   : 25px;
	height  : 2px ;
	left    : 6px;
	background : #BBBBBB;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 10px;
}

.hamburger span:nth-child(2) {
	top: 18px;
}

.hamburger span:nth-child(3) {
	top: 26px;
}

.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba( 71,70,73,0.9 );
	text-align: center;
	width: 100%;
	transform: translateX(100%);
	transition: all 0.6s;
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
	background :#ddd;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration :none;
}

nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	transform: translateX(0%);
}

.fixed {
	position: fixed;
	top: 0;
	width: 800px;
	z-index: 10;
}

#menu {
	width:800px;
	font-family: 'Noto Sans JP', sans-serif; 
}

.pnav-sp {
	display:none;
}

.pnav-pc {
	background-color: #ffffff;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	display: block;
	overflow: visible;
	margin-bottom:20px;
}

.pnav-pc ul {
	margin: 0;
	padding: 0;
}

.pnav-pc ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}

.pnav-pc > ul > li > a > .caret {
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}

.pnav-pc > ul > li > a {
	color: #555;
	display: block;
	line-height: 200%;
	padding: 0 10px;
	text-decoration: none;
}

.pnav-pc > ul > li:hover {
	background-color: #f67d28;
}

.pnav-pc > ul > li:hover > a {
	color: #111;
}

.pnav-pc > ul > li:hover > a > .caret {
	border-top-color: #333;
}

.pnav-pc > ul > li > div {
	background-color: #f67d28;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	z-index: 10030;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
	min-width: 300px;
}

.pnav-pc > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}

.pnav-pc > ul > li > div ul > li {
	display: block;
}

.pnav-pc > ul > li > div ul > li > a {
	color: #111;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
	white-space: nowrap;
}

.pnav-pc > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.3);
}

@media (max-width: 800px) {
.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10;
	}

#menu {
		width:100%;
	}

.pnav-pc {
		display:none;
	}

.pnav-sp {
		border: none;
		border-bottom: 1px solid #dedede;
		font-size:1.3rem;
	}

.pnav-sp {
		background-color: #ffffff;
		box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
		display: block;
		overflow: hidden;
		margin-bottom:20px;
	}

.pnav-sp ul {
		margin: 0;
		padding: 0;
	}

.pnav-sp ul li {
		display: inline-block;
		list-style-type: none;
		-webkit-transition: all 0.2s;
		        transition: all 0.2s;
	}

.pnav-sp > ul > li > a > .caret {
		border-top: 4px solid #aaaaaa;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		content: '';
		display: inline-block;
		height: 0;
		width: 0;
		vertical-align: middle;
		-webkit-transition: color 0.1s linear;
		        transition: color 0.1s linear;
	}

.pnav-sp > ul > li > a {
		color: #333;
		display: block;
		line-height: 200%;
		padding: 5px;
		text-decoration: none;
	}

.pnav-sp > ul > li:hover {
		background-color: #f67d28;
	}

.pnav-sp > ul > li:hover > a {
		color: #333;
	}

.pnav-sp > ul > li:hover > a > .caret {
		border-top-color: #fff;
	}

.pnav-sp > ul > li > div {
		background-color: #f67d28;
		border-top: 0;
		border-radius: 0 0 4px 4px;
		box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
		display: none;
		margin: 0;
		opacity: 0;
		position: absolute;
		visibility: hidden;
		-webkit-transiton: opacity 0.2s;
		       transition: opacity 0.2s;
	}

.pnav-sp > ul > li:hover > div {
		display: block;
		opacity: 1;
		visibility: visible;
	}

.pnav-sp > ul > li > div ul > li {
		display: block;
	}

.pnav-sp > ul > li > div ul > li > a {
		color: #ffffff;
		display: block;
		padding: 12px 24px;
		text-decoration: none;
	}

.pnav-sp > ul > li > div ul > li:hover > a {
		background-color: rgba( 255, 255, 255, 0.1);
	}

}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

img, a img {
	border:none;
	background:transparent;
	vertical-align:bottom;
}

.site-hero {
	position: relative;
	width: min(800px, 100%);
	line-height: 0;
}

.site-hero img {
	display: block;
	width: 100%;
	height: auto;
}

.site-hero-badge {
	position: absolute;
	top: clamp(7px, 1.5vw, 13px);
	right: clamp(8px, 1.8vw, 15px);
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	min-width: clamp(96px, 17vw, 128px);
	padding: clamp(5px, 1.1vw, 8px) clamp(9px, 1.6vw, 13px);
	border: 1px solid rgba(255,255,255,0.82);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,247,235,0.82));
	box-shadow: 0 8px 18px rgba(180,72,14,0.16);
	color: #1f2937;
	font-weight: 800;
	line-height: 1.18;
	text-align: center;
	backdrop-filter: blur(8px);
}

.site-hero-badge span {
	font-size: clamp(0.72rem, 1.4vw, 0.98rem);
	color: #d85b12;
	letter-spacing: 0.04em;
}

.site-hero-badge strong {
	font-size: clamp(1rem, 2.25vw, 1.45rem);
	color: #0f255f;
}

.education-webinar-box {
	margin: 20px 0 30px;
	padding: 18px 22px;
	border: 1px solid rgba(246,125,40,0.22);
	border-radius: 8px;
	background: linear-gradient(135deg, #fff8f2, #f7fbff);
	box-shadow: 0 10px 24px rgba(15,23,42,0.06);
}

.education-webinar-box p {
	margin: 0 0 14px;
	line-height: 1.85;
}

.education-webinar-box p:last-child {
	margin-bottom: 0;
}

.education-webinar-link {
	margin: 0;
}

.education-webinar-link a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1px solid rgba(246,125,40,0.32);
	border-radius: 999px;
	background: linear-gradient(135deg, #fff8f2, #f7fbff);
	color: #d95a14;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(246,125,40,0.08);
}

.education-webinar-link a:before {
	content: "▶";
	font-size: 0.82em;
	color: #f67d28;
}

.education-webinar-link a:hover {
	background: #f67d28;
	color: #fff;
}

.education-webinar-link a:hover:before {
	color: #fff;
}

@media screen and (max-width: 640px) {
.site-hero-badge {
		top: 7px;
		right: 7px;
		min-width: 86px;
		padding: 4px 8px;
		box-shadow: 0 6px 16px rgba(180,72,14,0.14);
	}

.site-hero-badge span {
		font-size: 0.68rem;
	}

.site-hero-badge strong {
		font-size: 0.95rem;
	}

.education-webinar-box {
		padding: 16px;
	}

.education-webinar-link a {
		display: flex;
		justify-content: center;
		border-radius: 12px;
		text-align: center;
	}

}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

body {
	font-size:1.6rem;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

main {
	width:800px;
}

@media (max-width: 800px) {
main {
		width:100%
	}

}

section {
	margin-bottom:100px;
}

h1 {
	margin:0 0 30px;
	padding:10px;
	border-bottom:2px solid #222;
	line-height:120%;
	font-size:3rem;
	font-weight:bold;
}

h2 {
	border-bottom:2px dashed #333;
	margin:0 0 30px;
	padding: 50px 0 5px 10px;
	font-size:2.5rem;
	color:#222;
}

h3 {
	margin:50px 0 30px 10px;
	padding: 0 0 0 10px;
	border-left:10px solid #f67d28;
	font-size:2rem;
	color:#333;
}

p {
	margin:20px 10px;
	line-height:150%;
}

.imgbox {
	text-align:center;
	margin:50px auto;
}

.prompt-box { 
                                border: 1px solid #ccc; padding: 20px; margin: 20px 0; background-color: #f9f9f9; border-radius: 5px; 
}

@media (max-width: 576px) {
h1 {
		font-size:2rem;
	}

h2 {
		font-size:2rem;
	}

h3 {
		font-size:1.5rem;
	}

p {
		margin:20px 5px;
		font-size:1.5rem;
	}

}

.press-flx {
	display:flex;
	justify-content: center;
}

.press-flx-lft {
	width:50%;
	margin:20px;
}

@media (max-width: 576px) {
.press-flx {
		display: block;
	}

.press-flx-lft {
		width:100%;
		margin:0;
		text-align: center;
	}

}

.tbl {
	width:90%;
	margin: 0 auto;
	padding:5px;
	border:1px solid #404040;
	background:#fff;
	font-size:0.9em;
}

.tbl th {
	background:#f67d28;
	border:1px solid #404040;
	padding:5px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

.tbl td {
	border:1px solid #404040;
	padding:5px;
}

.tbl td ul {
	margin-left:-10px;
}

.tbl td li {
	list-style:square;
	list-style-position: outside;

}

@media (max-width: 576px) {
.tbl {
		width:100%;
		margin:0 5px;
	}

}

.env2 {
	width:80%;
	margin: 0 auto;
	padding:5px;
	font-size:0.9em;
}

.env2 td {
	padding:5px;
	border-bottom:1px solid #ccc;
}

@media (max-width: 576px) {
.env2 {
		width:90%;
	}

}

.buytable {
	width:98%;
	margin: 0 auto;
	border:1px solid #404040;
}

.buytable td {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.buytable p {
	margin-bottom:10px;
}

.buytable.download td {
  border-left: 5px solid #48bbf2;
}

.buytable.license td {
  border-left: 5px solid #f39801;
}

.buy-name {
	font-weight:bold;
	font-size:2rem;
}

.price {
  font-size: 1.6rem;
  color: #f67d28;
  font-weight: bold;
}

.credit-list {
  margin: 10px 0;
}

.credit-list .label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.credit-list ul {
  margin: 0 0 10px 20px;
  padding-left: 1em;
}

.product-block {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.buytable .product-block:first-child {
  margin-top: 20px;
}

footer {
	width:800px;
	margin:50px 0 0;
	text-align:center;
}

footer p {
	margin:20px;
	color:#666;
}

.copy {
	padding-top:10px;
	border-top:1px solid #aaa;
	font-size:1.2rem;
	margin-bottom:10px;
}

@media (max-width: 576px) {
footer {
		width:100%;
	}

}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  background: #ccc;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.companypoint li {
	margin:0 0 10px 0;
	list-style-type: square;
}

.companyprodinfo {
	margin:20px 30px;
}

.companyprodinfo dt {
	font-weight:bold;
	margin:20px 0;
}

.companyprice {
	width:100%;
	margin: 0 auto;
	border:1px solid #fff;
	padding:5px;
	font-size:0.9em;
}

.companyprice th {
	border:1px solid #fff;
	padding:5px;
	background:#404040;
	color: #fff;
	font-weight: bold;
}

.companyprice td {
	border:1px solid #999;
	padding:5px;
}

.companyprice td {
	text-align: center;
}

.companyprice td:nth-child(4) {
	text-align: left;
}

.team-cost-card {
	margin: 30px 0 40px;
	padding: 26px;
	border: 1px solid #ffd8c2;
	border-radius: 8px;
	background: linear-gradient(135deg, #fff8f4 0%, #ffffff 58%, #f4f8ff 100%);
	box-shadow: 0 12px 28px rgba(242, 103, 34, 0.08);
}

.team-cost-card h2 {
	margin-top: 0;
}

.team-cost-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.team-cost-box {
	padding: 20px;
	border: 1px solid #e4e8f0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.86);
}

.team-cost-box h3 {
	margin-top: 0;
	color: #222b3a;
}

.team-cost-box ul {
	margin: 0;
	padding-left: 1.3em;
	line-height: 1.8;
}

.team-cost-recommend {
	border-color: #f26722;
	background: #fff7f1;
}

.team-cost-recommend h3 {
	color: #d95b14;
}

.team-cost-note, .team-note {
	font-size: 0.9em;
	color: #666;
}

.team-note {
	margin-top: -0.2em;
}

.team-faq {
	margin: 20px 0 40px;
	border: 1px solid #e4e8f0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.team-faq dl {
	margin: 0;
}

.team-faq dt {
	padding: 16px 20px 8px;
	font-weight: 700;
	color: #d95b14;
}

.team-faq dd {
	margin: 0;
	padding: 0 20px 18px;
	border-bottom: 1px solid #eef1f6;
	line-height: 1.8;
}

.team-faq dd:last-child {
	border-bottom: none;
}

.catlist {
	background:#ececec;
	padding:10px;
}

.catlist ul {
	column-count: 3;
	font-size: 1.4rem;
}

.catlist ul li {
	list-style: none;
	margin-bottom:0.5rem;
}

.catlist ul li a {
	color:#000;
	text-decoration: none;
}

.catlist ul li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	color:#000;
	margin-right:5px;
}

@media (max-width: 576px) {
.catlist ul {
		margin-left:-30px;
	}

}

.btn-oval {
	position: relative;
	width:300px;
	height:50px;
	margin:5px auto 20px;
	background: #eee;
	border-radius:50px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	text-align:center;
}

.btn-oval a {
	position: absolute;
	padding:13px;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

.btn-oval a:hover {
	color:#000;
	border-radius:50px;
	background:#f8f4e6;
	text-decoration:none;
}

.more-news {
  display: none;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 30px 10px;
}

.assistant-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.assistant-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.assistant-card img.assistant-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
  border-radius: 50%;         /* ← これが円形にする指定 */
  object-fit: cover;          /* はみ出し防止・きれいに中央寄せ */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  /* 任意：ほんのり立体感 */
}

.assistant-card img.assistant-icon-rect {
  width: 128px;
  height: 128px;
  margin-bottom: 15px;
  border-radius: 0%;         /* ← これが円形にする指定 */
  object-fit: cover;          /* はみ出し防止・きれいに中央寄せ */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  /* 任意：ほんのり立体感 */
}

.assistant-card h4 {
  margin: 10px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.assistant-card p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  padding: 0 5px;
}

@media (max-width: 576px) {
.card-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

.assistant-card {
    padding: 15px;
  }

.assistant-card h4 {
    font-size: 1.6rem;
  }

.assistant-card p {
    font-size: 1.4rem;
  }

}

.plugin-accordion {
  margin: 30px 10px;
}

.plugin-accordion details {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #fdfdfd;
}

.plugin-accordion summary {
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  display: block;
  position: relative;
  padding-bottom: 5px;
}

.plugin-accordion summary:hover {
  color: #f67d28;
}

.plugin-accordion .plugin-summary-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
  margin-top: 5px;
}

.plugin-accordion p {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.close-details-btn {
  display: block;
  margin: 20px auto 10px;
  padding: 8px 20px;
  font-size: 1.4rem;
  background-color: #f67d28;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.close-details-btn:hover {
  background-color: #e95c00;
}

.usecase-table {
  width: 100%;
  margin: 30px auto;
  overflow-x: auto;
}

.usecase-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
  border: 1px solid #ccc;
}

.usecase-table th, .usecase-table td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.usecase-table th {
  background-color: #f67d28;
  color: white;
  text-align: center;
  white-space: nowrap;
}

.usecase-table td:first-child {
  font-weight: bold;
  background-color: #fafafa;
}

@media (max-width: 576px) {
.usecase-table table {
    font-size: 1.3rem;
  }

.usecase-table th, .usecase-table td {
    padding: 10px;
  }

}

.style-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
  gap: 14px;
  margin: 20px 0;
}

.style-item {
  position: relative;
  min-height: 164px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15,23,42,0.12);
  border: 1px solid rgba(255,255,255,0.75);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.style-item img {
  width: 100%;
  height: 100%;
  min-height: 164px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.style-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.62) 100%);
  z-index: 1;
}

.style-item:after {
  content: attr(data-desc);
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 44px;
  z-index: 3;
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(17,24,39,0.88);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.style-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 6px;
  box-sizing: border-box;
}

.style-item:hover, .style-item:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(15,23,42,0.17);
}

.style-item:hover img, .style-item:focus-visible img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.style-item:hover:after, .style-item:focus-visible:after, .style-item.is-active:after {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
.style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

.style-item {
    min-height: 150px;
  }

.style-item img {
    min-height: 150px;
  }

.style-item:after {
    font-size: 1.1rem;
  }

}

.tooltip.active .tooltiptext {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.ai-agent-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.ai-visual-pc {
  display: block;
}

.ai-visual-mobile {
  display: none;
}

@media (max-width: 768px) {
.ai-visual-pc {
    display: none;
  }

.ai-visual-mobile {
    display: block;
  }

}

.assistant-card svg {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.assistant-card svg path, .assistant-card svg circle, .assistant-card svg rect, .assistant-card svg line, .assistant-card svg polyline {
  transition: all 0.3s ease;
}

.assistant-card:hover svg path, .assistant-card:hover svg circle, .assistant-card:hover svg rect {
  opacity: 0.9;
  transform: scale(1.02);
}

.assistant-card h4 {
  font-size: 1.8rem;
  margin: 10px 0 8px;
  font-weight: bold;
  color: #222;
}

.assistant-card p {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 576px) {
.assistant-card svg {
    width: 48px;
    height: 48px;
  }

.assistant-card h4 {
    font-size: 1.6rem;
  }

.assistant-card p {
    font-size: 1.3rem;
  }

}

.usecase-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 30px 10px;
}

.usecase-card {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 12px;
  text-align: center;
  padding: 20px 15px;
  transition: box-shadow 0.3s ease;
}

.usecase-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.usecase-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.usecase-card h4 {
  font-size: 1.7rem;
  margin: 10px 0 5px;
  color: #333;
}

.usecase-card p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #555;
}

@media (max-width: 576px) {
.usecase-card-grid {
    grid-template-columns: 1fr;
  }

.usecase-card {
    padding: 15px;
  }

.usecase-card h4 {
    font-size: 1.5rem;
  }

.usecase-card p {
    font-size: 1.4rem;
  }

}

.product-menu {
  max-height: 80vh;
  overflow-y: auto;
  padding: 10px;
  line-height: 1.5;
  font-size: 1.4rem;
}

.product-menu li a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
}

.product-menu li a:hover {
  background-color: #f5f5f5;
  color: #000;
}

.floating-nav {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.floating-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.floating-nav li {
  margin: 6px 0;
}

.floating-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #f9f9f9;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 12px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  position: relative;
}

.floating-nav a.active {
  background-color: #f67d28;
  color: white;
  font-weight: bold;
}

.floating-nav .label {
  flex-shrink: 0;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.8rem; 
}

.floating-nav .full {
  opacity: 0;
  margin-left: 8px;
  transition: opacity 0.3s ease;
  color: #333;
  font-size: 1.4rem; 
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-nav:hover a {
  width: 220px;
}

.floating-nav:hover .full {
  opacity: 1;
}

@media (max-width: 768px) {
.floating-nav {
    display: none;
  }

}

.floating-nav.mobile-hidden {
  display: none;
}

@media (max-width: 768px) {
.floating-nav {
    position: fixed;
    top: 80px;
    right: 20px;
    transform: none;
    padding: 16px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    max-height: 70vh;
    overflow-y: auto;
    z-index: 1090;
  }

.floating-nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

.floating-nav a {
    width: 100%;
    height: auto;
    border-radius: 9999px;
    padding: 10px 16px;
    font-size: 1.2rem;
  }

.floating-nav:hover a {
    width: 100%;
  }

.floating-nav .label {
    font-size: 1.1rem;
    width: auto;
    margin-right: 6px;
  }

.floating-nav .full {
    opacity: 1 !important;
    margin: 0;
    font-size: 1.2rem;
    justify-content: flex-start;
  }

}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  padding-top: 56.25%; /* 16:9 */
  height: 0;
  background: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.video-modal-iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-modal-close {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 0 16px;
  height: 44px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.4rem;
  align-items: center;
  gap: 8px;
  border-radius: 22px;
  cursor: pointer;
  z-index: 10010;
}

.video-modal-close-label {
  font-size: 1.2rem;
  white-space: nowrap;
}

.video-thumbnail-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto;
  max-width: 960px;
}

.video-thumb {
  position: relative;
  cursor: pointer;
  max-width: 400px;
  flex: 1 1 360px;
  text-align: center;
}

.video-thumb img {
  width: 100%;
  border-radius: 10px;
}

.video-thumb p {
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 1.6;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

@media (max-width: 768px) {
.video-thumbnail-grid {
    flex-direction: column;
    gap: 30px;
  }

}

.video-button-container {
  text-align: center;
  margin: 24px 0;
}

.video-link-button {
  display: inline-block;
  background-color: #e53935;
  color: #fff;
  font-size: 1.2rem;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.video-link-button:hover {
  background-color: #c62828;
}

.tbl.reference {
  width: 90%;
  margin: 20px auto;
  font-size: 1.4rem;
  border: 1px solid #888;
  background-color: #f4faff;
  border-collapse: collapse;
}

.tbl.reference th {
  background-color: #cce7ff;
  color: #000;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid #888;
  font-weight: bold;
}

.tbl.reference td {
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.tbl.reference td.model-cell {
  font-weight: bold;
  background-color: #eef7ff;
}

@media (max-width: 576px) {
.tbl.reference {
    width: 100%;
    font-size: 1.2rem;
  }

.tbl.reference th, .tbl.reference td {
    padding: 6px 8px;
  }

}

.tbl.reference th {
  background-color: #cce7ff;
  color: #000;
  text-align: center;
  padding: 10px;
  border: 1px solid #888;
  font-weight: bold;
}

.tbl.reference td {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tbl.reference td.model-cell {
  background-color: #e9f5ff !important;
  font-weight: bold;
}

.credit-guide {
  margin-bottom: 50px;
}

.credit-intro {
  margin: 0 10px 14px;
  font-weight: bold;
  color: #333;
}

.credit-note {
  width: 90%;
  margin: 0 auto 24px;
  padding: 14px 16px;
  border: 1px solid #f3c39d;
  border-radius: 8px;
  background: #fff7f0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.credit-subhead, .credit-minihead {
  margin-left: 10px;
  color: #2d4a63;
}

.credit-subhead {
  margin-top: 32px;
  font-size: 1.8rem;
}

.credit-minihead {
  margin: 0 10px 12px;
  font-size: 1.6rem;
}

.credit-caption, .credit-footnote {
  width: 90%;
  margin: 10px auto 0;
  color: #666;
  line-height: 1.8;
}

.credit-caption {
  font-size: 1.4rem;
}

.credit-footnote {
  margin-bottom: 24px;
  font-size: 1.3rem;
}

.credit-example {
  width: 90%;
  margin: 20px auto 0;
  padding-top: 16px;
}

.credit-table-wrap {
  width: 90%;
  margin: 0 auto 20px;
  overflow-x: auto;
}

.credit-table-wrap .tbl, .credit-table-wrap .tbl.reference {
  width: 100%;
  margin: 0;
}

.credit-table {
  border: 1px solid #d7d7d7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.credit-table th {
  white-space: nowrap;
}

.credit-table td {
  padding: 10px 12px;
  line-height: 1.7;
  vertical-align: top;
}

.credit-table tr:nth-child(even) td {
  background: #fcfcfc;
}

.credit-table td:first-child {
  width: 15%;
  min-width: 110px;
  font-weight: bold;
  background: #fff7ef;
}

.credit-table tr:nth-child(even) td:first-child, .credit-table tr:nth-child(odd) td:first-child {
  background: #fff7ef;
}

.credit-table td:last-child {
  width: 24%;
}

.credit-table.compact td:first-child {
  width: 22%;
}

.credit-label, .credit-tier {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
  padding: 1px 8px;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.credit-label {
  background: #ffe6d1;
  color: #9c4f10;
}

.credit-tier {
  background: #e6f2ff;
  color: #1f5d8f;
}

@media (max-width: 576px) {
.credit-note, .credit-caption, .credit-footnote, .credit-example, .credit-table-wrap {
    width: 100%;
  }

.credit-note {
    padding: 12px;
    font-size: 1.3rem;
  }

.credit-subhead {
    font-size: 1.6rem;
  }

.credit-minihead {
    font-size: 1.4rem;
  }

.credit-table {
    min-width: 720px;
  }

}

.update-history-list li {
  position: relative;
  margin-bottom: 10px;
}

.update-title {
  font-weight: bold;
}

.update-note {
  display: inline-block;
  position: relative;
  margin-left: 8px;
}

.update-note-trigger {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #f67d28;
  font-size: 1.4rem;
  font-weight: bold;
}

.update-note-trigger:hover, .update-note-trigger:focus-visible {
  text-decoration: underline;
}

.update-note-trigger:focus-visible {
  outline: 2px solid #f67d28;
  outline-offset: 2px;
}

.update-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 20;
  display: none;
  width: min(460px, calc(100vw - 60px));
  padding: 10px 12px;
  border: 1px solid #f3c39d;
  border-left: 3px solid #f67d28;
  border-radius: 6px;
  background: #fff8f2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  color: #555;
  font-size: 1.4rem;
  line-height: 1.8;
}

.update-note:hover .update-tooltip, .update-note:focus-within .update-tooltip, .update-note.is-open .update-tooltip {
  display: block;
}

@media (max-width: 576px) {
.update-note {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }

.update-tooltip {
    position: static;
    width: 100%;
    margin-top: 6px;
    box-shadow: none;
    font-size: 1.3rem;
  }

}

.hero-proof-wrap {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

main section > h1 {
	position: relative;
	border: 0 !important;
	border-radius: 10px;
	padding: 24px 28px 24px 34px !important;
	background:
		linear-gradient(135deg, rgba(242,103,34,0.10), rgba(37,99,235,0.08)),
		#fff;
	box-shadow: 0 14px 34px rgba(15,23,42,0.09);
	color: #1f2937;
	line-height: 1.45;
	letter-spacing: 0;
	overflow: hidden;
}

main section > h1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 8px;
	background: linear-gradient(180deg, #f26722, #2563eb, #18a999);
}

/* Page heading style alignment (license/press/env/lineup) */
main.license-page > h1,
main.press-page > h1,
main.env-page > h1,
main.lineup-page > h1 {
	position: relative;
	border: 0;
	border-radius: 10px;
	padding: 24px 28px 24px 34px;
	background:
		linear-gradient(135deg, rgba(242,103,34,0.10), rgba(37,99,235,0.08)),
		#fff;
	box-shadow: 0 14px 34px rgba(15,23,42,0.09);
	color: #1f2937;
	line-height: 1.45;
	letter-spacing: 0;
	overflow: hidden;
}

main.license-page > h1:before,
main.press-page > h1:before,
main.env-page > h1:before,
main.lineup-page > h1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 8px;
	background: linear-gradient(180deg, #f26722, #2563eb, #18a999);
}

main.license-page h2,
main.press-page h2,
main.env-page h2,
main.lineup-page h2 {
	position: relative;
	border: 0;
	margin: 36px 0 18px;
	padding: 0 0 0 16px;
	color: #1f2937;
	font-size: 2.6rem;
	line-height: 1.45;
}

main.license-page h2:before,
main.press-page h2:before,
main.env-page h2:before,
main.lineup-page h2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.28em;
	width: 6px;
	height: 1.15em;
	border-radius: 999px;
	background: linear-gradient(180deg, #f26722, #2563eb);
}

@media (max-width: 576px) {
	main.license-page > h1,
	main.press-page > h1,
	main.env-page > h1,
	main.lineup-page > h1 {
		padding: 18px 16px 18px 24px;
		font-size: 2.2rem;
	}

	main.license-page h2,
	main.press-page h2,
	main.env-page h2,
	main.lineup-page h2 {
		font-size: 2.1rem;
		padding-left: 14px;
		margin: 28px 0 14px;
	}

	main.license-page h2:before,
	main.press-page h2:before,
	main.env-page h2:before,
	main.lineup-page h2:before {
		width: 5px;
	}
}

.footer-guide {
	max-width: 800px;
	margin: 34px 0 26px;
	padding: 24px 28px;
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(242,103,34,0.10), rgba(37,99,235,0.08)),
		#fff;
	border: 1px solid #e8edf6;
	box-shadow: 0 12px 30px rgba(15,23,42,0.07);
	text-align: center;
}

.footer-guide h2 {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	color: #1f2937;
	font-size: 1.45rem;
	line-height: 1.45;
}

.footer-guide p {
	margin: 0 0 16px;
	line-height: 1.75;
}

.footer-guide-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 0 14px;
}

.footer-guide-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	font-weight: bold;
	text-decoration: none;
}

.footer-guide-actions a {
	background: #f26722;
	color: #fff;
	box-shadow: 0 8px 18px rgba(242,103,34,0.22);
}

.footer-guide-actions a.secondary {
	background: #fff;
	color: #d95b14;
	border: 1px solid rgba(242,103,34,0.28);
	box-shadow: none;
}

.personal-price-summary {
	margin: 38px 0 28px;
}

.personal-price-summary h2 {
	margin-top: 0;
}

.personal-price-summary > p {
	margin-bottom: 18px;
	line-height: 1.75;
}

.personal-price-table {
	background: #fff;
	box-shadow: 0 10px 24px rgba(15,23,42,0.05);
}

.personal-price-table th {
	background: #f26722;
}

.personal-price-table td:nth-child(4) {
	text-align: left;
}

.assistant-flow-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin: 24px 0 28px;
}

.assistant-flow-card {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e6edf7;
	background: linear-gradient(135deg, #fff, #f8fbff);
	padding: 18px;
	box-shadow: 0 10px 24px rgba(15,23,42,0.06);
}

.assistant-flow-card:before {
	content: attr(data-step);
	position: absolute;
	right: 14px;
	top: 10px;
	font-size: 2.8rem;
	font-weight: bold;
	color: rgba(242,103,34,0.10);
	line-height: 1;
}

.assistant-flow-card h3 {
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #f26722 !important;
	font-size: 1.45rem !important;
	line-height: 1.4;
	font-weight: bold;
}

.assistant-flow-card p {
	margin: 0;
	padding: 0;
	line-height: 1.75;
}

.rag-flow-visual {
	max-width: 980px;
	margin: 24px auto 30px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e8eef8;
	background: #fff;
	box-shadow: 0 16px 34px rgba(15,23,42,0.10);
}

.rag-flow-visual img {
	display: block;
	width: 100%;
	height: auto;
}

.plugin-subsection {
	margin: 42px 0 50px;
}

.dataset-mini-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin: 20px 0 26px;
}

.dataset-mini-card {
	border-radius: 8px;
	border: 1px solid #eee;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(15,23,42,0.05);
}

.dataset-mini-image {
	position: relative;
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: zoom-in;
	overflow: hidden;
}

.dataset-mini-image:after {
	content: "クリックで拡大";
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(15,23,42,0.68);
	color: #fff;
	font-size: 0.78em;
	font-weight: bold;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity .2s ease, transform .2s ease;
}

.dataset-mini-image:hover:after, .dataset-mini-image:focus-visible:after {
	opacity: 1;
	transform: translateY(0);
}

.dataset-mini-card img {
	display: block;
	width: 100%;
	height: 130px;
	object-fit: cover;
	object-position: top center;
	transition: transform .25s ease, filter .25s ease;
}

.dataset-mini-image:hover img, .dataset-mini-image:focus-visible img {
	transform: scale(1.04);
	filter: saturate(1.05) contrast(1.02);
}

.dataset-mini-card div {
	padding: 14px 16px 16px;
}

.dataset-mini-card h3 {
	margin: 0 0 12px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #1d4ed8 !important;
	font-size: 1.45rem !important;
	line-height: 1.45;
	font-weight: bold;
}

.dataset-mini-card p {
	margin: 0;
	padding: 0;
	line-height: 1.7;
}

main section > h2, .plugin-subsection > h2 {
	position: relative;
	margin: 38px 0 20px !important;
	padding: 0 0 10px 18px !important;
	border: 0 !important;
	border-bottom: 1px solid #e9eef5 !important;
	color: #1f2937;
	font-size: 1.82rem !important;
	line-height: 1.5;
	letter-spacing: 0;
}

main section > h2:before, .plugin-subsection > h2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 6px;
	height: 1.1em;
	border-radius: 999px;
	background: linear-gradient(180deg, #f26722, #2563eb);
}

main section > h3 {
	position: relative;
	display: inline-block;
	margin: 30px 0 14px !important;
	padding: 6px 12px !important;
	border: 0 !important;
	border-radius: 999px;
	background: #fff3eb;
	color: #d95b14;
	font-size: 1.24rem !important;
	line-height: 1.5;
	letter-spacing: 0;
}

.hero-proof-badges {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 260px;
	text-align: left;
}

.hero-proof-badge {
	background: rgba(255,255,255,0.88);
	border: 1px solid rgba(242,103,34,0.28);
	border-radius: 8px;
	padding: 9px 12px;
	box-shadow: 0 8px 24px rgba(15,23,42,0.12);
	backdrop-filter: blur(6px);
}

.hero-proof-badge:nth-child(2) {
	border-color: rgba(37,99,235,0.22);
}

.hero-proof-label {
	font-size: 0.82em;
	color: #666;
	font-weight: bold;
	line-height: 1.3;
}

.hero-proof-main {
	font-size: 1.22em;
	color: #f26722;
	font-weight: bold;
	line-height: 1.25;
}

.hero-proof-main.blue {
	font-size: 1.12em;
	color: #1d4ed8;
	line-height: 1.35;
}

@media screen and (max-width: 640px) {
.hero-proof-badges {
		position: static;
		max-width: none;
		margin-top: 10px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
	}

.hero-proof-badge {
		padding: 10px 12px;
		box-shadow: 0 6px 18px rgba(15,23,42,0.10);
	}

.hero-proof-main {
		font-size: 1.08em;
	}

.hero-proof-main.blue {
		font-size: 1.02em;
	}

main section > h1 {
		padding: 20px 16px 20px 24px !important;
		font-size: 1.42rem !important;
		line-height: 1.45;
	}

main section > h1:before {
		width: 6px;
	}

main section > h2, .plugin-subsection > h2 {
		margin-top: 30px !important;
		font-size: 1.42rem !important;
		padding-left: 14px !important;
	}

main section > h2:before, .plugin-subsection > h2:before {
		width: 5px;
	}

main section > h3 {
		font-size: 1.12rem !important;
	}

}

.ai-tools-card {
	background: rgba(255,255,255,0.9);
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.ai-tools-map {
	margin: 28px 0 34px;
	padding: 24px;
	border-radius: 8px;
	background: linear-gradient(135deg,#fff8f3 0%,#ffffff 42%,#f3f8ff 100%);
	border: 1px solid #eee;
	box-shadow: 0 14px 36px rgba(0,0,0,0.08);
	position: relative;
	overflow: hidden;
}

.ai-tools-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.ai-tools-grid .ai-tools-card {
	grid-column: span 2;
}

.ai-tools-grid .ai-tools-card:nth-child(n+4) {
	grid-column: span 3;
}

.ai-tools-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.ai-tools-icon {
	width: 58px;
	height: 46px;
	object-fit: contain;
	flex: 0 0 auto;
}

.ai-tools-card h4 {
	margin: 0;
	font-size: 1.08em;
}

@media screen and (max-width: 760px) {
.ai-tools-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

.ai-tools-grid .ai-tools-card, .ai-tools-grid .ai-tools-card:nth-child(n+4) {
		grid-column: span 1;
	}

}

@media screen and (max-width: 520px) {
.ai-tools-map {
		padding: 18px;
	}

.ai-tools-grid {
		grid-template-columns: 1fr;
	}

}

.intro-assistant-strip {
	max-width: 800px;
	margin: -16px auto 34px;
	display: block;
	align-items: center;
	padding: 18px 22px;
	border-radius: 8px;
	background: linear-gradient(135deg, #fff6ef, #f8fbff);
	border: 1px solid #f4dfd2;
	box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.intro-assistant-strip h2 {
	position: relative;
	margin: 0;
	padding: 0 0 0 14px;
	border-left: 0;
	border-bottom: 0;
	color: #f26722;
	font-size: 1.32em;
	line-height: 1.35;
}

.intro-assistant-strip h2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	bottom: 0.25em;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, #f26722, #2563eb);
}

.intro-assistant-strip p {
	margin: 8px 0 0;
	line-height: 1.7;
}

.intro-assistant-examples {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.intro-assistant-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,0.82);
	border: 1px solid rgba(242,103,34,0.18);
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	box-shadow: 0 5px 14px rgba(15,23,42,0.05);
}

.intro-assistant-chip img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.intro-assistant-chip.custom-ai {
	background: linear-gradient(135deg, #fff, #eef5ff);
	border-color: rgba(37,99,235,0.22);
}

.custom-ai-icon {
	position: relative;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.custom-ai-icon:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
	width: 14px;
	height: 12px;
	border-radius: 6px;
	background: linear-gradient(135deg, #f26722, #2563eb);
	box-shadow: 0 0 0 2px rgba(255,255,255,0.92);
}

.custom-ai-icon:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 6px 0 0 #fff, 3px 8px 0 -1px #f26722;
}

.custom-ai-gear {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #2563eb;
	box-sizing: border-box;
}

.custom-ai-gear:before, .custom-ai-gear:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -4px;
	width: 2px;
	height: 13px;
	margin-left: -1px;
	background: #2563eb;
	border-radius: 999px;
}

.custom-ai-gear:after {
	transform: rotate(90deg);
}

.reason-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 16px;
	margin: 26px 0 34px;
}

.reason-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 20px 18px 18px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.reason-card:before {
	content: "";
	position: absolute;
	right: -34px;
	top: -34px;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: rgba(242,103,34,0.08);
}

.reason-head {
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
}

.reason-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 40px;
	border-radius: 999px;
	background: linear-gradient(135deg,#ff8a3d 0%,#f26722 100%);
	color: #fff;
	font-weight: bold;
	font-size: 1.05em;
	box-shadow: 0 8px 18px rgba(242,103,34,0.22);
	margin-bottom: 12px;
}

.reason-card h3 {
	margin: 0;
	padding: 0;
	border-left: 0;
	color: #f26722;
	font-size: 1.08em;
	line-height: 1.45;
}

.reason-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
.reason-number {
		min-width: 44px;
		height: 36px;
		font-size: 0.98em;
	}

}

.recommended-card {
	position: relative;
	box-shadow: 0 12px 28px rgba(242,103,34,0.14);
}

.recommended-badge {
	position: absolute;
	top: -16px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg,#ff8a3d 0%,#f26722 100%);
	color: #fff;
	font-size: 1.35em;
	box-shadow: 0 10px 22px rgba(242,103,34,0.28);
}

.recommended-badge:before {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.38);
}

.recommended-badge i {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
.recommended-badge {
		top: -14px;
		right: 14px;
		width: 42px;
		height: 42px;
		font-size: 1.2em;
	}

}

.latest-model-group {
	margin: 24px 0 18px;
}

.latest-model-group > h3 {
	position: relative;
	margin: 0 0 12px;
	padding: 0 0 0 14px;
	border: 0;
	color: #1f2937;
	font-size: 1.18em;
	line-height: 1.45;
}

.latest-model-group > h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.25em;
	bottom: 0.25em;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, #f26722, #2563eb);
}

.latest-model-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 14px;
	margin: 0;
}

.basic-model-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.latest-model-card {
	border: 1px solid #eee;
	border-radius: 8px;
	background: #fff;
	padding: 16px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.latest-model-provider {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff3eb;
	color: #d95b14;
	font-size: 0.84em;
	font-weight: bold;
}

.latest-model-type {
	display: inline-block;
	margin: 0 0 8px 6px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #eef5ff;
	color: #2563eb;
	font-size: 0.84em;
	font-weight: bold;
}

.latest-model-type.advanced {
	background: #fff3eb;
	color: #d95b14;
}

.latest-model-card h3 {
	margin: 0 0 8px;
	padding: 0;
	border-left: 0;
	color: #222;
	font-size: 1.05em;
	line-height: 1.45;
}

.latest-model-card p {
	margin: 0;
	line-height: 1.7;
}

@media screen and (max-width: 760px) {
.basic-model-grid {
		grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	}

}

.imagegen-hero-crop {
	max-width: 800px;
	height: 310px;
	margin: 20px auto 24px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}

.imagegen-hero-crop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.ai-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
	margin: 24px 0 26px;
}

.ai-feature-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 8px;
	background-image:
		linear-gradient(120deg, rgba(255,255,255,0.93), rgba(255,255,255,0.84)),
		var(--feature-bg);
	background-size: 100% 100%, cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 14px 16px 16px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
}

.ai-feature-card[data-feature] {
	cursor: pointer;
}

.ai-feature-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(242,103,34,0.08), rgba(37,99,235,0.04));
	pointer-events: none;
	transition: background .25s ease;
}

.ai-feature-card[data-feature]:after {
	content: "詳しく見る";
	position: absolute;
	right: 12px;
	bottom: 10px;
	z-index: 1;
	font-size: 0.78em;
	font-weight: bold;
	color: rgba(242,103,34,0.82);
	opacity: 0;
	transform: translateY(4px);
	transition: opacity .25s ease, transform .25s ease, color .25s ease;
}

.ai-feature-visual {
	display: none;
}

.ai-feature-visual:before, .ai-feature-visual:after {
	content: "";
	position: absolute;
	display: block;
}

.ai-feature-card[data-feature]:hover {
	background-image:
		linear-gradient(120deg, rgba(22,28,45,0.82), rgba(37,99,235,0.56)),
		var(--feature-bg);
	border-color: rgba(242,103,34,0.34);
	box-shadow: 0 14px 30px rgba(15,23,42,0.14);
	transform: translateY(-3px);
	color: #fff;
}

.ai-feature-card:not([data-feature]):hover {
	border-color: rgba(242,103,34,0.22);
	box-shadow: 0 12px 26px rgba(15,23,42,0.10);
	transform: translateY(-2px);
}

.ai-feature-card[data-feature]:hover:after {
	opacity: 1;
	transform: translateY(0);
	color: rgba(255,255,255,0.9);
}

.ai-feature-card > * {
	position: relative;
	z-index: 1;
}

.ai-feature-card h3 {
	margin: 0 0 8px;
	padding: 0;
	border-left: 0;
	color: #f26722;
	font-size: 1.08em;
	line-height: 1.45;
	transition: color .25s ease;
}

.ai-feature-card p {
	margin: 0;
	line-height: 1.75;
	transition: color .25s ease;
}

.ai-feature-tag {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff3eb;
	color: #d95b14;
	font-size: 0.84em;
	font-weight: bold;
	transition: background .25s ease, color .25s ease;
}

.ai-feature-card[data-feature]:hover h3, .ai-feature-card[data-feature]:hover p {
	color: #fff;
}

.ai-feature-card[data-feature]:hover .ai-feature-tag {
	background: rgba(255,255,255,0.18);
	color: #fff;
}

.ai-feature-visual:before, .ai-feature-visual:after {
	display: none;
}

.feature-bg-video { --feature-bg: url("../images/ai_feature_video_202606.png"); }

.feature-bg-meeting { --feature-bg: url("../images/ai_feature_meeting_202606.png"); }

.feature-bg-doc { --feature-bg: url("../images/ai_feature_doc_202606.png"); }

.feature-bg-map { --feature-bg: url("../images/ai_feature_map_202606.png"); }

.feature-bg-analysis { --feature-bg: url("../images/ai_feature_analysis_202606.png"); }

.feature-bg-flow { --feature-bg: url("../images/ai_feature_flow_202606.png"); }

.feature-bg-quiz { --feature-bg: url("../images/ai_feature_quiz_202606.png"); }

.feature-bg-research { --feature-bg: url("../images/ai_feature_research_202606.png"); }

.feature-bg-chat { --feature-bg: url("../images/ai_feature_chat_202606.png"); }

.ai-feature-note {
	margin: 20px 0 28px;
	padding: 16px 18px;
	border-radius: 8px;
	background: #f8fbff;
	border: 1px solid #dceafe;
}

.feature-detail-modal {
	display: flex;
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(15,23,42,0.52);
	padding: 24px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .28s ease, visibility .28s ease;
}

.feature-detail-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.feature-detail-panel {
	position: relative;
	width: min(760px, 100%);
	max-height: min(82vh, 720px);
	overflow: auto;
	border-radius: 10px;
	background:
		linear-gradient(140deg, rgba(255,255,255,0.96), rgba(255,250,247,0.94)),
		#fff;
	box-shadow: 0 24px 70px rgba(15,23,42,0.28);
	border: 1px solid rgba(255,255,255,0.7);
	opacity: 0;
	transform: translateY(18px) scale(.98);
	transition: opacity .32s ease, transform .32s cubic-bezier(.2,.8,.2,1);
}

.feature-detail-modal.is-open .feature-detail-panel {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.feature-detail-visual {
	height: 160px;
	background-image:
		linear-gradient(120deg, rgba(22,28,45,0.62), rgba(242,103,34,0.2)),
		var(--feature-bg);
	background-size: 100% 100%, cover;
	background-position: center;
	background-repeat: no-repeat;
}

.feature-detail-body {
	padding: 24px 28px 28px;
}

.feature-detail-body h2 {
	margin: 0 42px 12px 0;
	padding: 0;
	border-left: 0;
	color: #f26722;
	line-height: 1.45;
}

.feature-detail-lead {
	margin: 0 0 18px;
	line-height: 1.8;
}

.feature-detail-extra {
	display: none;
	margin: 0 0 18px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e4edf8;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15,23,42,0.08);
}

.feature-detail-extra.is-visible {
	display: block;
}

.feature-detail-extra img {
	display: block;
	width: 100%;
	height: auto;
}

.feature-detail-extra-caption {
	margin: 0;
	padding: 10px 14px;
	background: #f8fbff;
	color: #475569;
	font-size: 0.9em;
	line-height: 1.6;
}

.feature-detail-extra figure {
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e4edf8;
	box-shadow: 0 8px 18px rgba(15,23,42,0.06);
}

.feature-detail-extra figcaption {
	margin: 0;
	padding: 10px 14px;
	background: #fff;
	color: #475569;
	font-size: 0.9em;
	line-height: 1.6;
}

.feature-detail-cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.feature-detail-box {
	padding: 14px 16px;
	border-radius: 8px;
	background: #f8fbff;
	border: 1px solid #e4edf8;
}

.feature-detail-box h3 {
	margin: 0 0 8px;
	padding: 0;
	border-left: 0;
	color: #1d4ed8;
	font-size: 1em;
}

.feature-detail-box p, .feature-detail-box ul {
	margin: 0;
	line-height: 1.75;
}

.feature-detail-box ul {
	padding-left: 1.2em;
}

.feature-detail-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.92);
	color: #333;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(15,23,42,0.16);
}

.feature-detail-close:hover {
	background: #f26722;
	color: #fff;
}

.image-preview-modal {
	display: flex;
	position: fixed;
	inset: 0;
	z-index: 10001;
	background: rgba(15,23,42,0.68);
	padding: 24px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .24s ease, visibility .24s ease;
}

.image-preview-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.image-preview-panel {
	position: relative;
	width: min(1040px, 100%);
	max-height: 90vh;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(15,23,42,0.34);
	overflow: hidden;
	transform: translateY(14px) scale(.98);
	transition: transform .28s cubic-bezier(.2,.8,.2,1);
}

.image-preview-modal.is-open .image-preview-panel {
	transform: translateY(0) scale(1);
}

.image-preview-panel img {
	display: block;
	width: 100%;
	max-height: calc(90vh - 52px);
	object-fit: contain;
	background: #f8fbff;
	cursor: zoom-out;
}

.image-preview-caption {
	margin: 0;
	padding: 12px 16px;
	line-height: 1.6;
	font-weight: bold;
	color: #1f2937;
	background: #fff;
}

.image-preview-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,0.94);
	color: #333;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(15,23,42,0.16);
}

.image-preview-close:hover {
	background: #f26722;
	color: #fff;
}

@media screen and (max-width: 640px) {
.team-cost-card {
		padding: 18px;
	}

.team-cost-grid {
		grid-template-columns: 1fr;
	}

.imagegen-hero-crop {
		height: 210px;
	}

.intro-assistant-strip {
		margin-top: -18px;
		padding: 16px;
	}

.ai-feature-card[data-feature]:after {
		opacity: 1;
		position: static;
		display: inline-block;
		margin-top: 12px;
		transform: none;
	}

.feature-detail-modal {
		padding: 14px;
	}

.feature-detail-visual {
		height: 110px;
	}

.feature-detail-body {
		padding: 20px 18px 22px;
	}

.feature-detail-cols {
		grid-template-columns: 1fr;
	}

.assistant-flow-card h3 {
		font-size: 1.28rem !important;
	}

.dataset-mini-card h3 {
		font-size: 1.28rem !important;
	}

.dataset-mini-card img {
		height: 150px;
	}

.dataset-mini-image:after {
		opacity: 1;
		transform: none;
	}

.image-preview-modal {
		padding: 12px;
	}

.image-preview-caption {
		font-size: 0.92em;
	}

}

#menu.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 10020;
	width: min(800px, 100%);
}

.webinar-info {
	margin-top: 34px;
	padding: 24px;
	border: 1px solid #ffd7c2;
	border-radius: 10px;
	background: linear-gradient(135deg, #fff7f1 0%, #f8fbff 100%);
}

.webinar-info h2 {
	margin-top: 0;
}

.webinar-info p:last-child {
	margin-bottom: 0;
}

.webinar-info a {
	font-weight: 700;
	color: #f05a1a;
}

.press-pname {
	text-align: center;
	margin-top: 0 !important;
	border-bottom: none !important;
}

.press-pname2 {
	width: 80%;
	margin: -20px auto 50px !important;
	padding: 15px;
	font-size: 1.4rem;
	text-align: center;
	background: #efefef;
}

.compare-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 1.5rem;
	margin-bottom: 40px;
}

.compare-table th,
.compare-table td {
	border: 1px solid #ccc;
	padding: 12px;
	vertical-align: top;
	text-align: left;
}

.price-note {
	margin-top: 10px;
	color: #666;
	font-size: 0.9em;
}

.demopc-page {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.demopc-page header,
.demopc-page main,
.demopc-page footer {
	margin: 0 auto;
	max-width: 1280px;
}

.demopc-page .card-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

.demopc-page .assistant-card {
	text-align: center;
	width: 360px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s, box-shadow 0.2s;
}

.demopc-page .assistant-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.demopc-page .video-thumbnail-grid {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.demopc-page .assistant-card {
		width: 90%;
	}
}

@media (max-width: 800px) {
#menu.fixed {
		width: 100%;
	}

}
