.main_visual.sub_page.remote {
	background-image:url(../images/sub/remote/remote_intro_bg.png);
}
.main_visual.sub_page.remote .main_visual_text {
	flex-basis:40%;
}
.main_visual.sub_page.remote .main_visual_img {
	flex-basis:60%;
	align-self: center;
}
.main_visual.sub_page.remote .main_visual_img img {
	max-width:940px;
	right:-20px;
}

.remote_overview {
	display:flex;
	flex-direction: column;
}
.remote_overview .overview_subtit {
	font-size:var(--mtit-font-size);
}
main .sub_container .remote_overview h3.tit_section {
	text-align: center;
}
.remote_overview .content_body ul {
	display:flex;
	align-items: center;
	justify-content: center;
}
.remote_overview .overview_item {
	display:flex;
	flex-direction: column;
	align-items: center;
	margin:0 35px;
	flex-basis: 211px;
	position:relative
}
.remote_overview .overview_item::before {
	display:inline-block;
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	left:-35px;
	top:50%;
	transform: translateY(-50%);
	background: #ddd;
}
.remote_overview .overview_item:first-child:before {
	display:none;
}
.remote_overview .overview_icon {
	width:70px;
	height:70px;
	position: relative;
}
.remote_overview .overview_icon img {
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	bottom: 0;
}
.remote_overview .overview_count {
	font-size:40px;
	font-weight: var(--font-bold);
	position:relative;
	margin:30px 0;
	color:var(--primary-color);
	width: fit-content;
}
.remote_overview .overview_count::before {
	display: inline-block;
	content: '';
	width: 100%;
	height: 60%;
	position: absolute;
	left: 0;
	top: 60%;
	background: var(--primary-light-color);
}
.remote_overview .overview_desc {
	text-align: center;
	color:var(--text-gray);
}
.remote_overview .overview_desc dt {
	font-size:var(--xlarge-font-size);
	margin-bottom:8px;
	font-weight: var(--font-bold);
}
.remote_contact {
	background:url(../images/common/bg_contact.png) no-repeat top center / cover;
	padding:120px 0!important;
}
.remote_contact .content_area {
	text-align: center;
}
.remote_strength {
	background:var(--light-color);
}
.remote_strength .content_area {
	display:flex;
	align-items: center;
}
.remote_strength .content_area h3.tit_section{
	text-align: left;
}
.remote_strength .content_area h4.desc_section {
	text-align: left;
}
.remote_strength .strength_box {
	flex:1;
}
.remote_strength .strength_box.left {
	max-width: 630px;
}
.remote_strength .strength_box.right {
	display:flex;
	align-items: center;
	justify-content: center;
}
.remote_strength .strength_box.right img {
	width:100%;
	max-width: 730px;
}
.remote_strength .strength_box ul {
	display: flex;
	flex-direction: column;
	gap:24px;
}
.remote_strength .strength_item {
	display: inline-flex;
	gap:24px;
	align-items: center;
}
.remote_strength .strength_icon {
	width:110px;
	height:110px;
	flex-shrink: 0;
}
.remote_strength .strength_icon img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.remote_strength .strength_text dt {
	font-size:var(--xlarge-font-size);
	font-weight:var(--font-bold);
	margin-bottom:10px;
}
.remote_strength .strength_text dd {
	line-height:1.5;
	font-size:var(--medium-font-size);
}
.remote_function {
	background:var(--light-color);
}
.remote_function .card {
	display:flex;
	gap:20px;
	padding:40px;
}

.main_visual.sub_page.tensor {
	background:url(../images/sub/tensor/tensor_intro_bg.png) no-repeat center / cover;
}
.main_visual.sub_page.tensor .main_visual_text {
	flex-basis: 40%;
}
.main_visual.sub_page.tensor .main_visual_img {
	flex-basis: 60%;
}
.main_visual.sub_page.tensor .main_visual_img img {
	max-width: 940px;
	right:0;
}
.main_visual.sub_page.tensor .main_visual_img img.img_mobile {
	display:none!important;
}
.tensor_contact .btn_area {
	display:flex;
	gap:20px;
	align-items: center;
	justify-content: center;
}
.tensor_function {
	background:var(--light-color);
}
.tensor_function .card {
	display:flex;
	flex-direction: column;
	align-items: center;
	min-height: 358px;
	padding:40px 50px;
}
.tensor_function .card_icon {
	margin-bottom:30px;
}
.tensor_function .card_text {
	text-align: center;
}
.tensor_platform {
	background: var(--light-color);
}
.tensor_platform .cards {
	grid-template-columns: repeat(2, 1fr);
}
.tensor_platform .card {
	display:flex;
	gap:20px;
	padding:16px;
	background:#E9F8F8;
	box-shadow: var(--normal-box-shadow);
}
.tensor_platform .card_icon {
	width:108px;
	height:110px;
}
.tensor_security .content_area {
	display: flex;
	justify-content: space-between;
	gap:30px;
}

.tensor_security .content_area h3.tit_section,
.tensor_security .content_area h4.desc_section {
	text-align: left;
}
.tensor_security .security_box {
	flex:0 1 50%;
}
.tensor_security .security_box.left {
	display: flex;
	align-items: center;
	max-width: 500px;
}
.tensor_security .security_box.left img {
	width:100%;
	object-fit: contain;
}
.tensor_security .security_box.right {
	flex-shrink: 0;
}
.tensor_security .security_box ul {
	display: flex;
	gap:10px;
	flex-wrap: wrap;
}
.tensor_security .security_item {
	background:var(--light-color);
	display:flex;
	gap:10px;
	align-items: center;
	padding:8px 10px;
	border-radius: 4px;
	width:calc(33.333% - 7px);
	font-size:var(--medium-font-size);
}
.tensor_security .security_icon {
	display:inline-flex;
	align-items: center;
	justify-content: center;
	width:30px;
}
main .sub_container section.tensor_integration {
	background:var(--primary-light-color);
	padding:40px 0;
}
.tensor_integration .content_area {
	display:flex;
	align-items: center;
}
.tensor_integration .content_area h3.tit_section,
.tensor_integration .content_area h4.desc_section {
	text-align: left;
}
.tensor_integration .integration_box {
	flex:1;
	position:relative;
}
.tensor_integration .integration_box.left {
}
.tensor_integration .integration_box.right {
	max-width: 600px;
}
.tensor_integration .integration_img {
	width:100%;
	padding-bottom: 79.77%;
	position:relative;
}
.tensor_integration .integration_img img {
	width:100%;
	object-fit: contain;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.main_visual.sub_page.tvOne {
	background:url(../images/sub/tvOne/tvOne_intro_bg.png) no-repeat center / cover;
	height:835px;
}
.main_visual.sub_page.tvOne .main_visual_content {
	justify-content: space-between;
}
.main_visual.sub_page.tvOne .tit_page {
	margin-bottom: 60px;
	font-weight: var(--font-bold);
	font-size:var(--page-font-size);
}
.main_visual.sub_page.tvOne .desc_page {
	margin:0;
	color:var(--text-color);
	letter-spacing: -0.5px;
}
.main_visual.sub_page.tvOne .desc_page + .desc_page {
	margin:16px 0 100px;
	font-weight:var(--font-bold);
}
.main_visual.sub_page.tvOne .main_visual_text {
	flex-basis: 46%;
}
.main_visual.sub_page.tvOne .main_visual_img { 
	flex-basis: 53%;
	align-self: center;
}
.main_visual.sub_page.tvOne .main_visual_img img {
	max-width:900px;
	right:0;
	left:-30px;
}
.tvOne_business .cards {
	background:var(--primary-light-color);
	padding:40px;
	border-radius: var(--normal-border-radius);
	box-shadow: var(--normal-box-shadow);
	display:flex;
	justify-content: space-between;
}
.tvOne_business .card {
	flex: 1 1 215px;
	background:transparent;
	text-align: center;
}
.tvOne_business .card_icon {
	margin:0 auto 20px;
}
.tvOne_business .card_text dt {
	white-space: nowrap;
}
.tvOne_change {
	background:var(--light-color);
}
.tvOne_change .content_body {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tvOne_change .change_box {
	flex: 1;
	border-radius: var(--normal-border-radius);
	box-shadow: var(--normal-box-shadow);
	position: relative;
}
.tvOne_change .change_box.before {
	background: #ddd;
	max-width: 450px;
}
.tvOne_change .change_box.after {
	background: var(--primary-color);
	margin-left:-40px;
	max-width: 520px;
}
.tvOne_change .change_box.before::after {
	display:inline-block;
	content:'';
	width: 30px;
	height:calc(100% + 70px);
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05), transparent);
	clip-path: polygon(100% 0%,
			100% 5%,
			100% 95%,
			100% 100%,
			0% 95%,
			0% 5%);
	position:absolute;
	top:50%;
	right:40px;
	transform: translateY(-50%);
}
.tvOne_change .change_header {
	padding: 40px 50px;
}
.tvOne_change .change_box.after .change_header {
	background: var(--primary-color);
	color: var(--white-color);
	border-bottom: none;
	border-radius: var(--normal-border-radius) var(--normal-border-radius) 0 0;
}
.tvOne_change .change_tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--small-font-size);
	font-weight: var(--font-bold);
	border-radius:var(--normal-border-radius);
	width: 85px;
	height: 30px;
	margin-bottom: 20px;
}
.tvOne_change .change_box.before .change_tag {
	background: #ccc;
	color: var(--text-color);
}
.tvOne_change .change_box.after .change_tag {
	background: rgba(255, 255, 255, 0.2);
	color: var(--white-color);
}
.tvOne_change .change_subtitle {
	font-size: var(--xlarge-font-size);
}
.tvOne_change .change_title {
	margin: 10px 0 30px;
	font-weight: var(--font-bold);
}
.tvOne_change .change_box.before .change_title {
	font-size: var(--mtit-font-size);
}
.tvOne_change .change_box.after .change_title {
	font-size:var(--tit-font-size);
	margin-bottom: 40px;
}
.tvOne_change .change_box.after .change_subtitle {
	font-size:var(--stit-font-size);
}
.tvOne_change .change_desc {
	font-size: var(--medium-font-size);
	line-height: 1.8;
	margin: 0;
}
.tvOne_change .change_body {
	padding: 30px 50px;
	background: var(--white-color);
	margin-bottom:40px;
}
.tvOne_change .change_box.after .change_body {
	padding:40px 50px;
}
.tvOne_change .change_body ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tvOne_change .change_box.after .change_body ul {
	gap:24px;
}
.tvOne_change .change_body li {
	font-size: var(--medium-font-size);
	position: relative;
	color: var(--text-color);
	display: inline-flex;
	align-items: center;
	gap:10px;
}
.tvOne_change .change_box.after .change_body li {
	font-size: var(--xlarge-font-size);
}
.tvOne_change .change_body li::before {
	display: inline-block;
	content: '';
}
.tvOne_change .change_box.before .change_body li::before {
	width:14px;
	height:11px;
	background: url(../images/common/ico_check.png) no-repeat center / contain;
}
.tvOne_change .change_box.after .change_body li::before {
	width:16px;
	height:13px;
	background: url(../images/common/ico_check_blue.png) no-repeat center / contain;
}
.tvOne_contact {
	background:url(../images/common/bg_contact.png) no-repeat top center / cover;
}
.tvOne_contact .content_body {
	text-align: center;
}
.main_visual.sub_page.license {
	background:url(../images/sub/license/license_intro_bg.png) no-repeat center / cover;
	height:440px;
}
.main_visual.sub_page.license .tit_page {
	color:var(--white-color);
}
.main_visual.sub_page.license .subtit_page {
	color:var(--white-color);
}
.main_visual.sub_page.license .subtit_page::before {
	background:rgba(255, 255, 255, 0.2);
}
.main_visual.sub_page.license .main_visual_text {
	align-items: center;
}
.license_plan .plan_box {
	display:flex;
	gap:24px;
}
.license_plan .plan_item {
	display: flex;
	flex-direction: column;
	border-radius: var(--small-border-radius);
	overflow: hidden;
	box-shadow: var(--normal-box-shadow);
	flex:1;
}
.license_plan .plan_header .btn_plan {
	width: 100%;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--small-border-radius);
	color:var(--white-color);
	font-size:var(--medium-font-size);
}
.license_plan .plan_item.business {
	background:#FDF0EC;
}
.license_plan .plan_item.business .btn_plan{
	background:var(--warning-color);
}
.license_plan .plan_item.premium {
	background:#D2F5F4;
}
.license_plan .plan_item.premium .btn_plan{
	background:var(--success-color);
}
.license_plan .plan_item.corporate {
	background:#EAEEFE;
}
.license_plan .plan_item.corporate .btn_plan{
	background:var(--primary-color);
}
.license_plan .plan_item.tensor {
	background:#C8C9D6;
}
.license_plan .plan_item.tensor .btn_plan{
	background:var(--secondary-color);
}
.license_plan .plan_header {
	padding:40px;
	display:inline-flex;
	flex-direction: column;
	justify-content: space-between;
	min-height:310px;
}
.license_plan .plan_body {
	padding:30px 40px;
	background: var(--white-color);
	margin-bottom:40px;
	flex-grow: 1;;
}
.license_plan .plan_title dt {
	font-size:var(--mtit-font-size);
	font-weight: var(--font-bold);
	margin-bottom:20px;
}
.license_plan .plan_title dd {
	color:var(--text-gray);
	line-height: 1.5;
	letter-spacing: -0.5px;
}
.license_plan .plan_body {
	display:flex;
	flex-direction: column;
	gap:16px;
}
.license_plan .plan_body li {
	font-size:var(--medium-font-size);
	display:inline-flex;
	gap:8px;
}
.license_plan .plan_body li::before {
	display: inline-block;
	content:'';
	width:14px;
	height:11px;
	background:url(../images/common/ico_check.png) no-repeat center / contain;
	margin-top:4px;
}
.license_table {
	background:var(--light-color);
}
.license_table .table_wrap {
	border-radius: var(--normal-border-radius);
	overflow: auto;
}
.license_table .table_list.table_license {
	border-top:0;
	border-bottom:0;
	min-width:800px;
}
.license_table .table_list.table_license thead tr th {
	font-size:var(--desc-font-size);
	color:var(--text-color);
	padding:22px 0;
	background: #eaeefd;
	position:sticky;
	top:0;
}
.license_table .table_list.table_license tbody tr th {
	font-size:var(--xlarge-font-size);
	color:var(--text-color);
}
.license_table .table_list.table_license tbody tr td:first-of-type {
	text-align: left;
}
.license_table .table_list.table_license .detail_subdesc {
	font-size:13px;
	margin-top:6px;
	line-height: 1.3;
}
.license_table .table_list.table_license tr td {
	padding:12px 0px;
}
.license_table .table_list.table_license tr th.border_0,
.license_table .table_list.table_license tr:last-child td {
	border-bottom:0;
}

.license_table .table_license .optional {
	margin-left:2px;
	color:var(--primary-color);
	font-weight:var(--font-bold);
}
.license_table .table_license .conditional {
	font-size:var(--xlarge-font-size);
}
.license_table .caption_list {
	margin-top:20px;
	display:flex;
	flex-direction: column;
	gap:10px;
	font-size:var(--small-font-size);
	color:var(--text-gray);
}
.license_table .caption_list li {
	display:inline-flex;
	align-items: center;
	gap:4px;
}
.license_table .caption_list li img {
	width:14px;
}
.license_table .caption_list li span {
	font-size:var(--medium-font-size);
}

@media all and (max-width:1024px) {
	.remote_overview .content_body ul {
		flex-wrap: wrap;
		gap: 30px;
	}
	.remote_overview .overview_count {
		font-size:var(--tit-font-size);
	}
	.remote_overview .overview_item::before {
		display: none;
	}	
	.main_visual.sub_page.tensor .main_visual_img img.img_web {
		display:none!important;
	}
	.main_visual.sub_page.tensor .main_visual_img img.img_mobile {
		display:block!important;
	}
	.tensor_integration .integration_img {
		right:0;	
	}
	.tensor_function .card {
		min-height:auto;
	}
	.tensor_platform .card_icon {
		width:98px;
		height:101px;
	}
	.main_visual.sub_page.tvOne {
		height: 100vh;
	}
	.tvOne_business .cards {
		flex-wrap: wrap;
	}
	.main_visual.sub_page.license {
		height: 400px;
	}
}
@media all and (max-width:768px) {
	.license_plan .plan_box {
		flex-direction: column;
	}
}
@media all and (max-width:480px) {
	.main_visual.sub_page .main_visual_text br {
		/* display:none!important; */
	}
	.main_visual.sub_page .main_visual_text{
		flex-basis: 50%!important;
	}
	.remote_overview .overview_item {
		padding-left: 84px;
		align-items: flex-start;
		flex-basis: auto;
		margin:0 24px;
	}
	.remote_overview .overview_icon {
		position:absolute;
		width:50px;
		height:50px;
		left:0;
		top:50%;
		transform: translateY(-50%);
	}
	.remote_overview .overview_count {
		margin:0 0 16px;	
	}
	.remote_overview .overview_desc {
		text-align: left;
	}
	.remote_overview .overview_desc dd br {
		display: none;
	}
	.remote_strength .strength_box.right {
		display: none;
	}
	.remote_strength .strength_icon {
		width:80px;
		height:80px;
	}
	.tensor_security .content_area {
		flex-direction: column;
		gap:50px;
	}
	.tensor_security .security_item {
		width:100%;
	}
	.tensor_integration .content_area {
		flex-direction: column;
	}
	.tensor_integration .integration_box.right {
		flex-basis:300px;
	}
	.main_visual.sub_page.license {
		height:300px;
	}

	.license_table .table_wrap {
		height:calc(100vh - 260px);
	}
	.main_visual.sub_page.tvOne .tit_page {
		margin-bottom:30px;
	}
	.tvOne_change .content_body {
		flex-direction: column;
		gap:20px;
	}
	.tvOne_change .change_box.before {
		width:90%;
	}
	.tvOne_change .change_box.after {
		margin-left:0;
		width:100%;
	}
	.tvOne_change .change_box.before::after {
		width: 110%;
		height: 20px;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), transparent);
		top: auto;
		bottom: -20px;
		right: -60%;
		transform: translateX(calc(-50%));
		clip-path: polygon(5% 0%, 95% 0%, 99% 100%, 1% 100%);
	}
	.tvOne_change .change_header,
	.tvOne_change .change_body {
		padding:20px!important;
	}
	.tvOne_change .change_box .change_body ul {
		gap:16px!important;
	}
	.main_visual.sub_page.tvOne .desc_page+.desc_page {
		margin-bottom:70px;
	}
}