:root {
	--primary-color: #1C87C9;
	--secondary-color: #84AD4A;
	--banner-text-color: #061B28;
	--section-title-color: #111111;
	--block-title-color: #030712;
	--bg-primary-color: #1C87C9;
	--bg-primary-hover-color: #1679b7;
	--bg-secondary-color: #84AD4A;
	--bg-secondary-hover-color: #79a241;
	--border-color: #E5E7EB;
}

html,
body {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/* font-smoothing: antialiased; */
}

body {
	font-size: 14px;
	line-height: 1.45;
	color: #374151;
	background-color: #fff;
	word-break: break-word;
	font-family: "Noto Sans JP", sans-serif !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	color: var(--block-title-color);
}

a {
	color: #374151;
}

p {
	margin: 0;
}

.g-20 {
	gap: 20px !important;
}

.g-32 {
	gap: 32px !important;
}

.g-40 {
	gap: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p-40 {
	padding: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.p-32 {
	padding: 32px !important;
}

.px-32 {
	padding-left: 32px !important;
	padding-right: 32px !important;
}

.py-32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.pb-32 {
	padding-bottom: 32px !important;
}

.pt-32 {
	padding-top: 32px !important;
}

.pl-32 {
	padding-left: 32px !important;
}

.pr-32 {
	padding-right: 32px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.m-40 {
	margin: 40px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

.gt-40, .gtx-40 {
    --bs-gutter-x: 40px;
}

.gt-40, .gty-40 {
    --bs-gutter-y: 40px;
}

.bg-light {
	background-color: #F9FAFB !important;
}

.border {
	border-color: var(--border-color) !important;
}

.form-control,
.form-select {
	border-color: var(--border-color) !important;
	padding: 8.5px 12px;
	font-size: 14px;
}

.form-control::placeholder,
.form-select::placeholder {
	color: #6B7280;
	font-size: 14px;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
	color: #6B7280;
	font-size: 14px;
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
	color: #6B7280;
	font-size: 14px;
}

.btn {
	box-shadow: none !important;
	outline: none !important;
	font-size: 14px;
	font-weight: 500;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 40px;
	border-radius: 6px;
	transition: 0.2s ease-in-out 0s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.btn i {
	transition: 0.2s ease-in-out 0s;
}

.btn:hover i {
	transform: translateX(3px);
}

.btn-sm {
	min-height: 32px;
	font-size: 12px;
}

.btn-primary {
	background-color: var(--bg-primary-color);
	border-color: var(--bg-primary-color);
	color: #fff;
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: var(--bg-primary-hover-color);
	border-color: var(--bg-primary-hover-color);
}

.btn-secondary {
	background-color: var(--bg-secondary-color);
	border-color: var(--bg-secondary-color);
	color: #fff;
}

.btn-secondary:focus,
.btn-secondary:hover {
	background-color: var(--bg-secondary-hover-color);
	border-color: var(--bg-secondary-hover-color);
}

.btn-link {
	color: var(--block-title-color) !important;
	font-size: 14px;
	min-height: 36px;
	padding: 8px 12px;
	border: solid 1px var(--border-color) !important;
	text-decoration: none;
	border-radius: 6px;
	background: none;
}

.btn-link:focus,
.btn-link:hover {
	background-color: #f9fafb;
}

button.navbar-toggler {
    box-shadow: none !important;
}

.linear-gradient {
	background-image: linear-gradient(to bottom, #9dd6ff, #b2dffe, #c7e8fc, #ddf1fc, #f3f9fc);
}

.text-primary {
	color: var(--primary-color) !important;
}

.navbar-brand img {
	max-height: 34px;
}

header .navbar {
	min-height: 72px;
	align-items: stretch;
}

header .navbar-nav .nav-link {
	color: var(--block-title-color) !important;
	font-weight: 500 !important;
	padding: 20px 12px !important;
	align-items: center;
    height: 100%;
    display: inline-flex;
	position: relative;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link.active {
	color: #1C87C9 !important;
}

header .navbar-nav .nav-link.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #1C87C9;
}

/* ===== index.html styles ===== */
.hero-section .row {
	min-height: 455px;
}

.hero-title {
	font-size: 60px;
	font-weight: 700;
	color: var(--banner-text-color) !important;
	line-height: 2.1;
	margin-bottom: 8px;
}

.hero-desc {
	font-size: 16px;
	font-weight: 700;
	color: var(--block-title-color);
}

.hero-btn-group {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-image {
	margin-right: -100px;
}

.hero-btn-group .btn {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.23) !important;
}

.section-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 140%;
	text-align: center;
	color: var(--section-title-color);
}

.section-title:last-child {
	margin-bottom: 0;
}

.reason-card-title {
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 133.333%;
}

.block-title {
	color: var(--block-title-color);
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
}

.step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--bg-primary-color);
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
}

.result-card-title,
.result-highlight {
    color: var(--block-title-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 133.333%;
}

.result-highlight {
    color: var(--secondary-color);
}

.cta-content {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.linear-bottom {
	background-image: linear-gradient(to bottom, rgba(243, 249, 252, 0.4), rgba(221, 241, 252, 0.4), rgba(199, 232, 252, 0.4), rgba(178, 223, 254, 0.4), rgba(157, 214, 255, 0.4));
}

/* ===== Footer styles (shared) ===== */
footer {
	background: #061B28;
	color: #fff;
	padding: 48px 0 0 0;
}

.footer-logo img {
	height: 36px;
}

.footer-desc h6 {
	font-size: 16px;
	line-height: 133.333%;
	color: #fff;
	margin-bottom: 16px;
}

.footer-title {
	font-weight: 700;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 160%;
	color: #fff;
}

.footer-list {
	list-style: none;
	padding-left: 0;
}

.footer-list li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 18px;
}

.footer-list li:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 8px;
	height: 2px;
	background-color: var(--primary-color);
}

.footer-list li a {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 133.333%;
	color: #fff;
	text-decoration: none;
}

.footer-list li a:hover {
	color: var(--primary-color);
}

.footer-contact {
	margin-bottom: 24px;
}

.footer-contact p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.footer-contact a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.footer-contact a:hover {
	color: var(--primary-color);
}

.footer-social h6 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 10px;
}

.footer-social-icons {
	display: flex;
	align-items: center;
	gap: 16px;
}

.footer-bottom-left {
	font-weight: 500;
	color: var(--primary-color);
}

.footer-ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0;
}

.footer-ul li {
	color: var(--primary-color);
	font-weight: 500;
}

.footer-ul li a {
	color: var(--primary-color);
	font-weight: 500;
	text-decoration: none;
}

.footer-ul li a:hover {
	text-decoration: underline;
}

/* ===== about page styles ===== */
.inner-hero-title {
	font-size: 48px;
	font-weight: 700;
	color: var(--block-title-color) !important;
	line-height: 150%;
	margin-bottom: 24px;
}

.inner-hero-desc {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.inner-hero-desc p,
.section-desc p {
	font-size: 16px;
	line-height: 150%;
	color: var(--block-title-color);
}

.section-desc {
	max-width: 100%;
}

.mission-block p:not(:last-child) {
	margin-bottom: 16px;
}

.c-profile-block {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}

.custom-table th,
.custom-table td {
	border-color: var(--border-color);
	font-size: 14px;
	color: var(--block-title-color);
	font-weight: 500;
	padding: 15px 16px;
	background-color: transparent;
}

.custom-table th {
	color: #6B7280;
}

.custom-table tbody tr:nth-child(even) {
	background-color: #fff;
}

.c-profile-block-text {
	font-weight: 500;
	text-align: center;
}

.c-profile-block-text p:not(:last-child) {
	margin-bottom: 16px;
}

.sub-title {
	font-size: 18px;
	line-height: 133.333%;
	color: #6B7280;
}

.service-list-content {
	max-width: 415px;
}

.solution-card-image {
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	height: 244px;
}

.solution-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mx-w-800 {
	max-width: 800px;
}

.page-head h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	color: var(--block-title-color);
}

.ai-intro-content {
	max-width: 786px;
}

.step-number-ai {
	flex-shrink: 0;
	width: 78px;
	height: 70px;
	background-color: var(--bg-secondary-color);
	font-size: 24px;
	font-weight: 900;
	color: #F9FAFB;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ai-intro-content p {
	font-size: 16px;
	line-height: 150%;
}

.case-card label {
	color: var(--block-title-color);
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 150%;
}

.case-highlight {
	color: #EF4444;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

.item-case:not(:last-child) {
	margin-bottom: 20px;
}

.item-case p {
	margin-bottom: 8px;
	line-height: 142.857%;
}

.item-case p:last-child {
	margin-bottom: 0;
}

.badge {
	padding: 2px 10px;
	border-radius: 999px;
	color: var(--block-title-color);
	font-size: 14px;
	font-weight: 400;
	line-height:  142.857%;
}

.badge-light {
	background-color: #D2E7F4;
}

.team-card-image {
	width: 182px;;
}

.blog-list-card-image {
	width: 206px;
	height: 151px;
	border-radius: 16px;
	overflow: hidden;
}

.blog-list-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-sub-title span {
	color: #6B7280;
}

.blog-detail-content h2,
.blog-detail-content h3 {
	color: var(--block-title-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
	margin-bottom: 8px;
}

.blog-detail-content h4,
.blog-detail-content h5,
.blog-detail-content h6 {
	color: #374151;
    font-size: 14px;
    font-weight: 700;
	margin-bottom: 16px;
}

.blog-detail-content p:not(:last-child) {
	margin-bottom: 16px;
}

.form-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	color: var(--block-title-color);
	margin-bottom: 6px;
}

.bg-light-blue {
	background-color: #F0F9FF;
}

.ul-address li {
	display: flex;
	gap: 16px;
}

.ul-address li:not(:last-child) {
	margin-bottom: 20px;
}

.ul-address li p:not(:last-child) {
	margin-bottom: 8px;
}

.ul-address li p a {
	text-decoration: none;
	font-weight: 700;
}

.ul-address li p a:hover {
	text-decoration: underline;
}

.research-card-content h3 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}

table.plain-table tbody th,
table.plain-table tbody td {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 4px;
}

table.plain-table tbody th {
	font-weight: 700;
}

.text-blue {
	color: #0E5ED6 !important;
}

.research-qr {
	width: 124px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.research-qr-desc {
	color: #000;
	font-size: 12.462px;
	font-weight: 700;
	line-height: normal;
}

.research-card-image {
	/* border: solid 1px var(--border-color); */
	border-radius: 10px;
	overflow: hidden;
	width: 136px;
	height: 136px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.research-card-image img {
	max-height: 100%;
}

.item-member {
	border: solid 1px var(--border-color);
	border-radius: 16px;
	padding: 16px;
	background-color: #fff;
}

.item-member-image {
	width: 100%;
	height: 256px;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: end;
	justify-content: center;
	background-color: #E9E4E0;
	border-radius: 12px;
	overflow: hidden;
}

.item-member-image img {
	max-height: 100%;
	width: auto !important;
}

.item-member-dtl {
	padding: 0 6px;
	text-align: center;
}

.item-member-dtl h4 {
	font-size: 20px;
	color: var(--block-title-color);
	font-weight: 700;
	line-height: 160%;
	margin-bottom: 4px;
}

.item-member-dtl labal {
	color: #6B7280;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 4px;
	display: block;
}

.item-member-dtl p {
	color: #EF4444;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

.item-member-work {
	background-color: #F5F5F5;
	border-radius: 6px;
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 8px;
	min-height: 76px;
}

.work-logo {
	display: inline-flex;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.work-logo img {
	max-height: 100%;
}

.member-work-cnt h5 {
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	color: #363636;
	margin-bottom: 2px;
}

.member-work-cnt p {
	font-size: 12px;
	line-height: 133.333%;
	color: #363636;
}
