html:not( [lang=jp], [lang=zh] ) * {
	font-family: "Pretendard Variable", sans-serif;
}

html[lang=zh] * {
	font-family: "Pretendard Variable", "Noto Sans SC", sans-serif;
}

html[lang=jp] * {
	font-family: "Pretendard JP", sans-serif;
}

body {
	min-width: 550px; 
}

.ko, .ko *,
.en, .en * {
	font-family: "Pretendard Variable", sans-serif !important;
}

.jp, .jp * {
	font-family: "Pretendard JP", sans-serif !important;
}
.zh, .zh * {
	font-family: "Noto Sans SC", sans-serif !important;
	line-height: 1 !important;
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined' !important;
	font-variation-settings:
		'FILL' 0,
		'wght' 200,
		'GRAD' 100,
		'opsz' 28;
	vertical-align: text-top;
}


/*************************************
	main
**************************************/

main {
	margin-top: 80px;
}

/*************************************
	header
**************************************/

header {
	width: 100%;
	border-bottom: 1px solid var(--border-default-top-menu);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #ffffff;
}

header .container {
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav.menu {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.nav.menu.dropdown button {
	margin: 0;
	border: none;
}

header .nav.menu {
	justify-content: center;
	flex-wrap: nowrap;
	gap: 50px;
}

@media (min-width: 923px) {
	.nav.menu {
		display: flex;
	}
	.nav.menu.dropdown,
	.popover .nav.menu {
		display: none;
	}
}

@media (max-width: 922px) {
	.nav.menu:not(.dropdown) {
		display: none;
	}

	.nav.menu.dropdown {
		justify-content: center;
	}
	
	.popover .nav.menu {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}

header .nav-link,
.popover .nav .nav-link {
	color: var(--text-default-default);
}

.popover-data {
	display: none;
}

.popover[role='tooltip'] {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-color: transparent !important;
	border-radius: 15px;
}

.popover .tooltip-body {
	padding: 10px;
	background-color: #FFFFFF !important;
	color: var(--text-default-default) !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
}

.popover .popover-arrow {
	display: none !important;
}

header .nav-button {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-default-default);
	text-decoration: unset !important;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

header .nav-button .material-symbols-outlined {
	font-size: 28px;
	color: var(--text-default-default);
}

header .nav-button:hover {
	background-color: var(--bg-default-hover);
}

header .nav-button.active .material-symbols-outlined {
	color: var(--text-brand-aidoc);
}

header .nav-link {
	padding: 12px 10.5px;
}


header .nav-link:focus,
header .nav-link:hover,
header .nav-link.active,
.popover .nav-link:focus,
.popover .nav-link:hover,
.popover .nav-link.active {
	color: var(--text-brand-aidoc);
}

@media (max-width: 992px) {
	header .nav.menu {
		justify-content: space-between;
		gap: 14px;
	}
}

header .nav.right {
	gap: 12px;
	height: 40px;
}

.header-container > * {
	flex-grow: 1;
}

footer .aidoc-logo {
	margin-bottom: 20px;
}

.aidoc-logo {
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
	max-width: 138px;
	height: auto;
	overflow: hidden;
	aspect-ratio: 138/40;
}

.aidoc-logo > a {
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
	max-width: 138px;
	height: auto;
	overflow: hidden;
	aspect-ratio: 138/40;
}

.group {
	width: auto;
	height: 25.73px;
	overflow: visible;
}

.group2 {
	width: auto;
	height: 40px;
	overflow: visible;
}

.aidoc-top-menu-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 40px;
	position: relative;
}

.popover:has(.popover-apps) {
	width: 460px;
	--bs-popover-max-width: 460px;
}

.popover-apps {
	display: flex;
	gap: 20px;
	padding: 4px;
	width: 460px;
}

.popover-apps .nav-link {
	display: flex;
	width: 90px;
	height: 90px;
	padding: 7.5px 9px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 15px;
}

.popover .nav-link:hover {
	background-color: var(--bg-aidoc-default);
}

.popover .nav .nav-link:focus,
.popover .nav .nav-link:hover,
.popover .nav .nav-link:active {
	background: none;
}

.popover .nav-link a {
	text-align: center;
	text-decoration: unset;
	color: inherit;
}

.popover .nav-link img {
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}

.popover-language .nav-link {
	width: 96px;
	height: 40px;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	text-align: center;
}

.popover :is(.popover-language, .popover-apps) .nav-link {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

/*************************************
	go-top
**************************************/

.go-top-button {
	display: flex;
	background: var(--icon-go-top-go-top);
	border-radius: 32.5px;
	padding: 12px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 65px;
	height: 65px;
	position: fixed;
	right: 40px;
	bottom: -100px;
	opacity: 0;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	z-index: 10000;
	transition: all 0.4s ease;
}

.go-top-button.show {
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

.arrow-upward-alt {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	position: relative;
	font-size: 40px !important;
	color: var(--text-default-white);
}

/*************************************
	consult banner
**************************************/

.consult {
	background: var(--bg-default-default);
	padding: 40px 0 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.consult-wrap {
	border-radius: 20px;
	flex-shrink: 0;
	height: 216px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(
			90deg,
			rgba(53, 202, 240, 1) 0%,
			rgba(35, 161, 234, 1) 100%
	);
}

.bg-consult {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
}

@media (max-width: 1399px) {
	html:is( [lang=en], [lang=jp] ) .bg-consult {
		display: none;
	}
}

@media (max-width: 1199px) {
	.bg-consult {
		display: none;
	}
}



.text-button {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	padding: 52px 64px;
}

.consult-title {
	color: var(--text-default-white, #ffffff);
	text-align: left;
	font-size: 30px;
	line-height: 42px;
	font-weight: 400;
	position: relative;
}

.consult-inner-text {
	color: var(--text-default-white, #ffffff);
	font-size: 30px;
	line-height: 42px;
	font-weight: 400;
}

.consult-inner-text.bold {
	color: var(--text-default-white, #ffffff);
	font-weight: 700;
}

.btn-consult {
	background: var(--background-default-default, #ffffff);
	border-radius: 25px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 50px;
	position: relative;
}

.btn-consult > a {
	text-decoration: none;
}

.btn-consult .button-text {
	color: var(--text-brand-aidoc, #23a1ea);
	padding: 12px 50px 12px 50px;
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}

/*************************************
	footer
**************************************/

footer {
	color: var(--text-footer-default);
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.info {
	background: var(--bg-default-default);
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.row.row-narrow {
	margin-left: 100px;
	margin-right: 100px;
}

@media (max-width: 992px) {
	.row.row-narrow {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.sns-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 248px;
	position: relative;
}

.sns-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	object-fit: cover;
}

@media (max-width: 576px) {
	.portfolio {
		margin-top: 20px !important;
	}
}

.company-info {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.address-info {
	display: inline-block;
	position: relative;
	margin-right: 24px;
}

.address-info span {
	text-align: left;
	position: relative;
}

.contact-info {
	display: inline-block;
	position: relative;
}

.contact-info li {
	text-align: left;
	position: relative;
	align-self: stretch;
}

.initial {
	font-weight: 700;
}

.copyright {
	background: var(--bg-footer-default);
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.copyright-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	position: relative;
	text-align: left;
}

.contact-info a:hover {
	color: var(--text-brand-aidoc);
}

.bottom-menu {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

footer a {
	color: inherit;
	text-decoration: inherit;
}

footer ul {
	margin-bottom: 0;
	padding-left: 0;
}

footer li {
	list-style: none;
	margin-bottom: 4px;
}

.footer-menu li {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.footer-menu li::after {
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	top: 51%;
	right: 0;
	transform: translateY(-50%) translateX(2px);
	background-color: #3D475B;
}

.footer-menu li:last-child::after {
	display: none;
}

.list-inline > li {
	padding-right: 10px!important;
	padding-left: 10px!important;
}

.footer-menu {
	text-align: right;
	position: relative;
}

.info-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info-wrap .sns {
	width: calc( 100% - 138px );
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

@media (max-width: 576px) {
	.info-wrap .aidoc-logo {
		order: 1;
	}

	.info-wrap .company-info {
		order: 2;
	}

	.info-wrap .sns {
		order: 3;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.info-wrap .company-info {
		margin-bottom: 20px;
	}
}

.sns-icon {
	background-size: cover;
}

.sns-icon.sns1 {
	background-image: url(/include/img/blog.png);
}
.sns-icon.sns2 {
	background-image: url(/include/img/tistory.png);
}
.sns-icon.sns3 {
	background-image: url(/include/img/youtube.png);
}
.sns-icon.sns4 {
	background-image: url(/include/img/facebook.png);
}
.sns-icon.sns5 {
	background-image: url(/include/img/instagram.png);
}

.sns-icon.sns1:hover {
	background-image: url(/include/img/blog_hover.png);
}
.sns-icon.sns2:hover {
	background-image: url(/include/img/tistory_hover.png);
}
.sns-icon.sns3:hover {
	background-image: url(/include/img/youtube_hover.png);
}
.sns-icon.sns4:hover {
	background-image: url(/include/img/facebook_hover.png);
}
.sns-icon.sns5:hover {
	background-image: url(/include/img/instagram_hover.png);
}