@charset "UTF-8";
/*
変数
*/
img {
	height: auto;
	max-width: 100%;
}
html{
	margin:0!important;
}
body {
	font-family: 'Noto Sans JP', 'Inter', sans-serif;
	background: linear-gradient(to right, #E1C0FF, #B2DCFF);
}
.text-balance {
	text-wrap: balance;
}
.chart-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}
@media (min-width: 768px) {
	.chart-container {
		height: 500px;
	}
}
.tab-active {
	border-color: #fff;
	color: #fff;
	font-weight: 500;
}
.tab-inactive {
	border-color: transparent;
	color: #d1d5db; /* text-gray-300 */
}
.faq-tabs-container {
	position: relative;
	width: 100%;
	max-width: 32rem; /* max-w-md */
	margin-left: auto;
	margin-right: auto;
	background-color: #e5e7eb; /* bg-gray-200 */
	padding: 0.25rem;
	border-radius: 9999px; /* rounded-full */
	display: flex;
	align-items: center;
	margin-bottom: 3rem; /* mb-12 */
}

.faq-tab-glider {
	position: absolute;
	top: 0.25rem;
	left: 0;
	height: 2.5rem; /* h-10 */
	/* width is set by JS */
	background-color: #ffffff; /* bg-white */
	border-radius: 9999px; /* rounded-full */
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); /* shadow-md */
	transition: all 0.3s ease-in-out;
}

.faq-tab-button {
	flex: 1;
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 0.5rem 0; /* py-2 */
	transition: color 0.3s ease-in-out;
	font-weight: 600;
	color: #4b5563; /* text-gray-600 */
	background: none;
	border: none;
	cursor: pointer;
}

.faq-tab-button.active {
	color: #0065F9; /* Use site's primary blue */
}
.loader {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3b82f6;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* For YouTube embed aspect ratio */
.aspect-w-16 { position: relative; padding-bottom: 56.25%; }
.aspect-h-9 { height: 0; }
.aspect-w-16 > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.aspect-w-16 > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.scroll-indicator {
	position: absolute;
	bottom: 40px;
	left: 8%;
	z-index: 20;
	display: flex;
	align-items: center;
	color: white;
	text-decoration: none;
}
.scroll-text {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	margin-right: 1rem;
}
.scroll-line-container {
	height: 120px;
	width: 1px;
	position: relative;
}
.scroll-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	transform-origin: top;
	animation: draw-line 3s ease-in-out infinite;
}
.scroll-line::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
@keyframes draw-line {
	0% {
		transform: scaleY(0);
		opacity: 0;
	}
	50% {
		transform: scaleY(1);
		opacity: 1;
	}
	90%, 100% {
		opacity: 0;
	}
}
.text-stroke,
.ttl{
	background: linear-gradient(to right, #E1C0FF, #B2DCFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-stroke-blue {
	color:linear-gradient(to right, #E1C0FF, #B2DCFF)!important;
}
.dot-overlay {
	background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,0.15) 1px, transparent 0);
	background-size: 3px 3px;
	pointer-events: none;
}

/* Hero Animation */
.hero-anim {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

body.loaded .hero-anim {
	opacity: 1;
	transform: translateY(0);
}

body.loaded .hero-anim-h1 { transition-delay: 0.2s; }
body.loaded .hero-anim-p { transition-delay: 0.4s; }
body.loaded .hero-anim-img { transition-delay: 1s; }

/* Scroll Animation */
.scroll-anim {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	transition-delay: var(--scroll-anim-delay, 0s);
}
.scroll-anim.is-visible {
	opacity: 1;
	transform: translateY(0);
}

#back-to-top {
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	opacity: 0;
	transform: translateY(20px);
}

#back-to-top.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.wavy-bg {
	position: relative;
	overflow: hidden;
}
.wavy-bg::before {
	content: '';
	position: absolute;
	width: 1200px;
	height: 1200px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cdefs%3E%3Cpath id='a' d='M-500 500c27.614 0 50-22.386 50-50s-22.386-50-50-50-50 22.386-50 50 22.386 50 50 50z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' stroke-width='1.5'%3E%3Cg stroke='%236faaff'%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.2)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.4)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.6)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.8)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.2)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.4)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.6)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.8)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.2)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.4)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.6)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.8)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(4)'/%3E%3C/g%3E%3Cg stroke='%2385baff'%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.1)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.3)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.5)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.7)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(1.9)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.1)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.3)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.5)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.7)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(2.9)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.1)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.3)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.5)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.7)'/%3E%3Cuse x='500' y='500' xlink:href='%23a' transform='scale(3.9)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	z-index: 0;
	opacity: 0.5;
}

#features-bg::before {
	top: -300px;
	right: -500px;
}
#ai-consulting-bg::before {
	bottom: -500px;
	left: -400px;
}
#plan-bg::before {
	top: -200px;
	right: -600px;
	opacity: 0.2;
}

#back-to-top.is-visible {
	opacity: 1;
	transform: translateY(0);
}

#plan,#faq{
	background: linear-gradient(to right, #E1C0FF, #B2DCFF);
}

/* .gradient-text {
  background: linear-gradient(to right, #E1C0FF, #B2DCFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.txt-p{
	color:#6D45BC;
}

#contents {
  position: relative;
  padding: 60px 0 40px 0;
  text-align: center;

  border-radius: 12px;
  overflow: hidden;
}
/*
.star {
  position: absolute;
  left: 18%;
  top: 60px;
  font-size: 40px;
  color: #a259e6;
  opacity: 0.9;
  pointer-events: none;
}
*/
/*
.gradient-text {
  font-size: 60px;
	margin-bottom:-20px;
  font-weight: bold;
  letter-spacing: 0.12em;
  background: linear-gradient(90deg, #b8b8ff 0%, #a259e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 12px;
}

.txt-p {
  font-size: 28px;
  color: #6c2eb7;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
*/

.events-section {
  margin: 60px auto;
  padding: 40px 0;
}

.events-header {
  display: flex;
  align-items: center;
  justify-content: center;
	justify-content: flex-start;
  margin-bottom: 36px;
  position: relative;
}

.events-header h2 {
  font-size: 44px;
  font-weight: bold;
  color: #2956d9;
  letter-spacing: 0.04em;
  margin: 0;
}

.events-desc {
  font-size: 20px;
  color: #222;
  margin-left: 12px;
  font-weight: 500;
}

/*
.events-star {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 2L19.09 12.26L30 12.27L21.18 19.14L24.27 29.41L16 22.54L7.73 29.41L10.82 19.14L2 12.27L12.91 12.26L16 2Z" fill="%23356eea"/></svg>') no-repeat center center/contain;
  margin-left: 24px;
}
*/

.events-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.event-card {
  width: 340px;
	text-align:left;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(50, 80, 180, 0.10);
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.event-img {
  height: 150px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.event-content {
  padding: 1.2rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: relative;
}

.event-card h3 {
  font-size: 22px;
	line-height:1.2em;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0,0,0,0.28);
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 2;
}

.event-info {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 8px;
/*   padding: 8px 12px; */
  font-size: 20px;
  color: #2956d9;
  font-weight: 600;
  margin-top: 60px;
/*   box-shadow: 0 2px 8px rgba(50, 80, 180, 0.08); */
}

.event-icon {
  font-size: 22px;
}

.event-meta {
  font-size: 15px;
  color: #888;
  margin-top: 6px;
  display: flex;
  gap: 10px;
}

.event-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2956d9;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 28px;
  padding: 16px 38px;
  box-shadow: 0 4px 14px rgba(50, 80, 180, 0.13);
  cursor: pointer;
  z-index: 3;
}

.blurred {
  filter: blur(3px) brightness(0.95);
  pointer-events: none;
  position: relative;
}

.blurred .event-btn {
  filter: none;
  pointer-events: auto;
}

.blog-section {
  padding: 40px 0;
  margin: 60px auto;
}

.blog-header h2 {
  font-size: 24px;
  position: relative;
}

.blog-title-green {
  color: #1A8F00;
  font-weight: bold;
  font-size: 36px;
  margin-right: 10px;
}

/*
.blog-star {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/assets/img/star-icon.svg') no-repeat center;
  background-size: contain;
  margin-left: 8px;
}
*/

.blog-cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.blog-card {
  background: white;
  border-radius: 16px;
  padding: 1rem;
  width: 320px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);


  width: 340px;
	text-align:left;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(50, 80, 180, 0.10);
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

/*
.blog-card.small {
  width: 240px;
  opacity: 0.6;
  filter: blur(1px);
  position: relative;
}
  */

.blog-card.blurred {
  pointer-events: none;
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.blog-author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-company {
  font-size: 14px;
  font-weight: bold;
}

.blog-name {
  font-size: 13px;
  color: #555;
}

.blog-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}

.blog-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.blog-summary {
  font-size: 14px;
  color: #444;
}

.blog-btn {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #1A8F00;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

/*---------------------------------
404
---------------------------------*/
/*
.common_sect
*/
.common_sect.page_404 {
	height: 30dvh;
}
.common_sect.page_404 .body_txt {
	padding-top: 1em;
	text-align: center;
	font-size: 1.8rem;
}
.common_sect.page_404 .body_txt a {
	color: #007ccf;
	text-decoration: underline;
}/*# sourceMappingURL=overwrite.css.map */