body {
	font-family: "Meiryo", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
		"MS PGothic", Sans-serif;
	font-size: 16px;
	line-height: 1.85;
  -webkit-text-size-adjust: 100%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	color: #222;
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
}

.faq-list-page > .footer-area > .container > .sub > .license {
  display: none;
}
.web-only {
	display: block;
}
.for-tablet {
	display: none;
}
.tablet-only {
	display: none;
}
.for-sp {
	display: none;
}
.min-pc {
	display: none;
}

.burger-menu {
	display: none;
}
.header-area {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #fff;
}
.header-content > .main {
	padding: 12px 20px;
	box-shadow: 0px 4px 8px -2px rgba(10, 10, 10, 0.06),
		0px 2px 6px 0px rgba(10, 10, 10, 0.02);
	transition: 0.2s;
}
.header-content > .main > .inner {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.header-content > .main > .logo {
	max-width: 1200px;
	margin: 4px auto 2px;
}
.header-content > .main > .logo > .inner {
	max-width: 140px;
	margin-right: 8px;
}
.header-content > .main > .logo > .inner > .link {
	position: relative;
	display: block;
	width: 140px;
	min-width: 140px;
	position: relative;
	background: url("/images/lp/logo/animation-logo.svg") no-repeat;
	background-size: cover;
	background-position: 0 100%;
	overflow: hidden;
}
.header-content > .main > .logo > .inner > .link.-animation {
	background-position: 0 0;
	animation: logo-animate 1s steps(29);
	animation-fill-mode: forwards;
}
.header-content > .main > .logo > .inner > .link > .img {
	width: 100%;
	vertical-align: middle;
}
.header-content > .main > .logo > .inner > .link:after {
	content: "";
	display: block;
	padding-top: 18%;
}
@keyframes logo-animate {
	to {
		background-position: 0 100%;
	}
}

.header-content > .main > .inner > .nav {
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.header-content > .main > .inner > .nav > .list:not(:last-child) {
	padding-right: 24px;
}
.header-content > .main > .inner > .nav > .list > .link {
	padding-bottom: 24px;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}
.header-content > .main > .inner > .nav > .list > .link.-active {
	padding-bottom: 21px;
	border-bottom: 3px solid #0050a0;
	color: #0050a0;
	transition: 0.1s;
}
.header-content > .main > .inner > .nav > .list:hover > .link {
	color: #0050a0;
}
.header-contact {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.header-contact > .tel > .link {
	display: flex;
	align-items: center;
	font-size: 21px;
	font-family: "Helvetica";
	font-weight: bold;
	transition: 0.3s;
	line-height: 1;
	color: #112957;
	letter-spacing: 1px;
	white-space: nowrap;
}
.header-contact > .tel > .link:before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	padding-right: 2px;
	background: url("/images/lp/icon/tel.svg") no-repeat;
}
.header-contact > .tel:hover > .link {
	color: #0050a0;
}
.header-contact > .btn {
	display: flex;
	align-items: center;
	border-radius: 40px;
}
.header-contact > .btn.-demo {
	margin-left: 10px;
	background: #0bc1bc;
}
.header-contact > .btn.-contact,
.header-contact > .btn.-request-documents {
	margin-left: 10px;
	background: #fd8a29;
}
.header-contact > .btn > .link {
	display: flex;
	align-items: center;
	height: 40px;
	margin: auto;
	padding: 0 16px;
	border-radius: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	transition: 0.2s;
}
.header-contact > .btn.-demo > .link {
	border: 2px solid #0bc1bc;
}
.header-contact > .btn.-contact > .link,
.header-contact > .btn.-request-documents > .link {
	border: 2px solid #fd8a29;
}
.header-contact > .btn.-request-documents > .link {
	padding: 0 25px;
}
.header-contact > .btn.-demo > .link:hover {
	background: #fff;
	border-color: #0bc1bc;
	color: #0bc1bc;
	transition: 0.2s;
}
.header-contact > .btn.-contact > .link:hover,
.header-contact > .btn.-request-documents > .link:hover {
	background: #fff;
	border-color: #fd8a29;
	color: #fd8a29;
}

.header-content > .sub {
	padding: 16px 8px;
	transition: 0.2s;
	border-bottom: 1px solid #f6f7f8;
}
.header-content > .sub > .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.header-content > .sub > .inner > .nav {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.header-content > .sub > .inner > .nav > .list > .link {
	padding: 16px 32px;
	font-weight: bold;
	font-size: 13px;
	transition: 0.1s;
}
.header-content > .sub > .inner > .nav > .list:hover > .link {
	color: #0050a0;
}
.header-content > .main > .inner > .nav > .list.-example {
	position: relative;
}

@media screen and (max-width: 1180px) {
	.header-contact > .tel > .link {
		font-size: 18px;
	}
	.header-contact > .tel > .link:before {
		width: 14px;
		height: 14px;
	}
	.header-contact > .btn > .link {
		padding: 0 8px;
		font-size: 13px;
	}
}

.sp-header {
	opacity: 0;
	height: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}
.sp-header > .logo {
	margin: auto 0 auto 8px;
}
.sp-header > .logo > .link {
	display: block;
	position: relative;
	width: 130px;
	background: url("/images/lp/logo/animation-logo.svg") no-repeat;
	animation: logo-animate 1s steps(29);
	background-size: cover;
	background-position: 0 100%;
	overflow: hidden;
}
.sp-header > .logo > .link.-animation {
	background-position: 0 0;
	animation: logo-animate 1s steps(29);
	animation-fill-mode: forwards;
}
.sp-header > .logo > .link:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	padding-top: 100%;
}
.sp-header > .logo > .link:after {
	content: "";
	display: block;
	padding-top: 18%;
}

.sp-header > .contact.-show {
	height: 48px;
	transform: translateY(0);
}
.sp-header > .contact {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	height: 36px;
	margin-left: auto;
	transform: translateY(100%);
	transition: .4s;
}
.sp-header > .contact > .link {
	display: flex;
  align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: 0;
	text-align: center;
}
.sp-header > .contact > .link:not(:last-child) {
	border-right: 0.2px solid #fff;
}
.sp-header > .contact > .link:first-child {
	border-color: #fff;
}
.sp-header > .contact > .link.-tel {
	background: #EFEFEF;
	color: #003067;
}
.sp-header > .contact > .link.-line {
	background: #44BE54;
	color: #fff;
}
.sp-header > .contact > .link.-form,
.sp-header > .contact > .link.-request-documents {
	background: #EE8F43;
	color: #fff;
}
.sp-header > .contact > .link::before {
	display: block;
	content: "";
	width: 14px;
	height: 16px;
	margin-right: 4px;
}
.sp-header > .contact > .link.-tel::before {
	background: url("/images/lp/icon/tel.svg") no-repeat center center;
	background-size: 12px;

}
.sp-header > .contact > .link.link.-line::before {
	background: url("/images/lp/icon/line.svg") no-repeat center center;
	background-size: 12px;

}
.sp-header > .contact > .link.-request-documents::before {
	background: url("/images/lp/icon/document.svg") no-repeat center center;
	background-size: 12px;
}
.sp-header > .contact > .link.-form::before {
	width: 15px;
	background: url("/images/lp/icon/mail.svg") no-repeat center center;
	background-size: 15px;
	
}


@media screen and (min-width: 1025px) {
	.example-menu {
		position: absolute;
		display: none;
	}
	.header-content
		> .main
		> .inner
		> .nav
		> .list.-example:hover
		> .example-menu {
		display: block;
		min-width: 220px;
		padding: 12px 0;
		background: #fff;
		box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
			0px 0px 8px 16px rgba(0, 0, 0, 0.02);
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
	}
	.example-menu > .example > .link {
		display: block;
		padding: 8px 16px;
	}
	.example-menu > .example:hover > .link {
		color: #0050a0;
	}
}

.example-menu > .example > .link.-active {
	color: #0050a0;
}

.faq-area {
	padding: 80px 0;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
	background: #F3F8FC;
}
.faq-area.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.faq-area > .content {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.faq-area > .content > .heading {
	margin-bottom: 50px;
	font-size: 40px;
	text-align: center;
}
.faq-list {
	background: #fff;
	border: 1px solid#e9f1fc;
}
.faq-list:not(:last-of-type) {
	margin-bottom: 30px;
}
.faq-list > .question {
	display: flex;
	align-items: center;
	padding: 16px 24px;
	background: #e9f1fc;
	font-weight: bold;
}
.faq-list > .question:before {
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	border-radius: 20px;
	background: #1c325f;
	color: #fff;
	font-size: 14px;
}
.faq-list > .answer {
	display: flex;
	padding: 24px;
	font-size: 15px;
}
.faq-list > .answer:before {
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin-right: 20px;
	border-radius: 20px;
	background: #d9e4f2;
	color: #112956;
	font-size: 14px;
	font-weight: bold;
}
.faq-list > .answer > .text > .link {
	color: #0050A0;
	text-decoration: underline;
	transition: 0.7s;
}
.faq-list > .answer > .text > .link:hover {
	opacity: 0.7;
}
.faq-area > .content > .btn {
	position: relative;
	width: 100%;
	height: 60px;
	margin-top: 40px;
	text-align: center;
}
.faq-area > .content > .btn > .link {
	max-width: 360px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50px;
	background: #0072a6;
	border: 1px solid #0072a6;
	color: #fff;
	font-weight: bold;
	transition: 0.3s;
}
.faq-area > .content > .btn > .link:hover {
	background: #fff;
	color: #0072a6;
}

.contact-area {
	padding: 80px 0 100px;
	background: #1c325f;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.contact-area.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.contact-area > .content {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.contact-area > .content > .text {
	width: 100%;
	padding-bottom: 32px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.contact-area > .content > .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	flex: 1;
	padding: 56px;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
}
.contact-area > .content > .item.-tel {
	margin-right: 30px;
}
.contact-area > .content > .item > .title {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.contact-area > .content > .item.-tel > .title {
	padding-bottom: 60px;
}
.contact-area > .content > .item.-tel > .btn {
	display: flex;
	align-items: center;
	font-size: 48px;
	font-family: "Helvetica";
	font-weight: bold;
	line-height: 1;
}
.contact-area > .content > .item.-tel > .btn > .link {
	color: #112957;
}
.contact-area > .content > .item.-tel > .btn:hover > .link {
	transition: 0.3s;
	color: #0050a0;
}
.contact-area > .content > .item.-tel > .btn:before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	background: url("/images/lp/icon/tel.svg");
}
.contact-area > .content > .item > .text {
	margin: 8px auto 0;
	font-size: 14px;
}
.contact-area > .content > .item.-form > .btn {
	width: 100%;
	border-radius: 40px;
	background: #fd8a29;
	border: 2px solid #fd8a29;
	transition: 0.3s;
}
.contact-area > .content > .item.-form > .btn:not(:last-child) {
	margin-bottom: 16px;
}
.contact-area > .content > .item.-form > .btn > .link {
	display: block;
	padding: 16px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.contact-area > .content > .item.-form > .btn:hover {
	background: #fff;
}
.contact-area > .content > .item.-form .btn:hover > .link {
	color: #fd8a29;
}
.contact-area > .content > .item > .btn.-demo {
	background: #0bc1bc;
	border-color: #0bc1bc;
}
.contact-area > .content > .item > .btn.-demo:hover > .link {
	border-color: #0bc1bc;
	color: #0bc1bc;
}


.footer-area > .container {
	width: 90%;
	max-width: 1100px;
	margin: 40px auto;
}
.footer-area > .container > .main {
	display: flex;
}
.footer-area > .container  > .main > .company {
	margin-right: 106px;
}
.footer-area > .container > .main > .company > .logo {
	display: block;
	width: 200px;
}
.footer-area > .container > .main > .company > .logo > .img {
	width: 100%;
	height: auto;
}
.footer-area > .container > .main > .company > .name {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
.footer-area > .container > .main > .company > .address {
	font-size: 13px;
}
.footer-area > .container > .sub > .license {
	margin: 4px 0 0 auto;
	font-size: 12px;
	color: #999999;
	text-align: right;
}
.footer-area > .container > .main > .isms {
	margin-left: auto;
}
.footer-area > .container > .main > .isms > .logo {
	width: 120px;
}

.footer-nav-list > .content {
	display: flex;
	margin-top: -4px;
}
.footer-nav-list > .content > .list:first-child {
	margin-right: 80px;
}
.footer-nav-list > .content > .list > .item > .link {
	display: block;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	transition: 0.3s;
}
.footer-nav-list > .content > .list > .item > .link:hover {
	opacity: 0.7;
}




.contact-fixed {
	display: none;
}

.list-heading-area {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 240px;
	background: #f3f8fc;
}
.list-heading-area > .heading {
	font-size: 40px;
}
.list-heading-area > .heading > .inner {
	display: inline-block;
}

.faq-list-page {
	padding: 95px 0 0;
	background: #fff;
}
.faq-list-page > .content {
	width: 90%;
	max-width: 1100px;
	margin: 80px auto 120px;
}

.faq-list-page > .content > .categories {
	display: flex;
	justify-content: space-between;
}
.faq-list-page > .content > .categories > .category {
	width: calc(33% - 12px);
	height: 60px;
}
.faq-list-page > .content > .categories > .category > .link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 15px 30px;
	background: #1c325f;
	border: 2px solid #1c325f;
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	transition: 0.3s;
	line-height: 1.3;
	text-align: center;
}
.faq-list-page > .content > .categories > .category > .link:hover {
	background: #fff;
	color: #1c325f;
}
.faq-list-page > .content > .categories > .category > .link:after {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 12px;
	height: 12px;
	margin: 0 0 0 auto;
	background: url("/images/lp/icon/arrow-white.svg") no-repeat;
}
.faq-list-page > .content > .categories > .category > .link:hover:after {
	background: url("/images/lp/icon/arrow-bottom.svg") no-repeat;
}

.faq-list-page > .content > .lists {
	margin-top: 40px;
}
.faq-list-page > .content > .lists > .title {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

.customize-content {
	background: linear-gradient(
		135deg,
		rgba(30, 154, 254, 1) 0%,
		rgba(86, 212, 213, 1) 71%,
		rgba(96, 223, 205, 1) 100%
	);
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.customize-content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.customize-content > .content {
	display: flex;
	align-items: center;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
}
.customize-content > .content > .main {
	width: 60%;
}
.customize-content > .content > .main > .heading {
	display: flex;
	align-items: flex-end;
}
.customize-content > .content > .main > .heading > .img {
	width: 360px;
}
.customize-content > .content > .main > .heading > .text {
	margin-bottom: 8px;
	color: #fff;
}
.customize-content > .content > .main > .text {
	margin-top: 24px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.customize-content > .content > .main > .example {
	margin-top: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.customize-content > .content > .main > .btn {
	display: block;
	width: 100%;
	max-width: 360px;
	margin-top: 32px;
	border-radius: 30px;
	background: #fff;
	transition: 0.2s;
}
.customize-content > .content > .main > .btn > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-weight: bold;
	font-size: 16px;
}
.customize-content > .content > .main > .btn:hover {
	background: #003067;
}
.customize-content > .content > .main > .btn:hover > .link {
	color: #fff;
}
.customize-content > .content > .sub {
	width: 40%;
	min-height: 0%;
}
.customize-content > .content > .sub > .img {
	width: 100%;
}

.operation-area {
	background: #f7fafe;
}
.operation-area > .operations {
	padding: 80px 0;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.operation-area > .operations.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.operation-area > .operations > .heading {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.operation-area > .operations > .heading > .sub {
	color: #e59d22;
	font-size: 28px;
	line-height: 1.2;
}
.work-content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	padding: 56px 56px 64px;
	border-radius: 8px;
	background: #e9f1fc;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.work-content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.work-content:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #e9f1fc transparent transparent transparent;
}
.work-content > .subheading {
	margin-bottom: 24px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.work-content > .works {
	display: flex;
	flex-wrap: wrap;
}
.work-content > .works > .work {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(25% - 18px);
	height: 80px;
	background: #fff;
}
.work-content > .works > .work:not(:nth-of-type(4)):not(:nth-of-type(7)) {
	margin-right: 24px;
}
.work-content > .works > .work:nth-of-type(n + 5) {
	margin: 24px auto 0;
}
.work-content > .works > .work > .text {
	width: 100%;
	text-align: center;
	line-height: 1.4;
}
.work-content > .works > .work > .imgcontent {
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	height: 32px;
}
.work-content > .works > .work > .imgcontent > .img {
	height: 100%;
}

.solution-content {
	margin: 80px 0;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.solution-content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.solution-content > .subheading {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.solution-content > .text {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
.solution-content > .solutions {
	width: 90%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 24px auto;
}
.solution-content > .solutions > .solution {
	width: calc(25% - 16px);
	padding: 40px 32px;
	background: #fff;
}
.solution-content > .solutions > .solution > .imgcontent {
	height: 60px;
	margin-bottom: 24px;
	text-align: center;
}
.solution-content > .solutions > .solution > .imgcontent > .img {
	height: 100%;
}
.solution-content > .solutions > .solution > .title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.solution-content > .contact {
	background: #003067;
}
.solution-content > .contact > .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	padding: 96px 0;
}
.solution-content > .contact > .content > .message {
	margin-bottom: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.solution-content > .contact > .content > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	border-radius: 30px;
	background: #f58629;
	border: 2px solid #f58629;
	transition: 0.2s;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.solution-content > .contact > .content > .link:hover {
	background: #fff;
	color: #f58629;
}
.solution-content > .message {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 32px;
	padding: 24px;
	background: #0050a0
		url("../../images/lp/use-example/gym/operation/smartlock.png") no-repeat
		center right 40px/6%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.inspire-content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.inspire-content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.inspire-content > .subheading {
	margin-bottom: 32px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.inspire-content > .inspires > .inspire {
	position: relative;
	padding: 40px;
	background: #fff;
}
.inspire-content > .inspires > .inspire:not(:last-child) {
	margin-bottom: 16px;
}
.inspire-content > .inspires > .inspire > .imgcontent {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: 40px;
}
.inspire-content > .inspires > .inspire > .imgcontent > .img {
	width: 100%;
}


.guide-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 0 80px;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.guide-area > .content.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.guide-area > .content > .heading {
	margin-bottom: 50px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.guide-area > .content > .flow {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.guide-area > .content > .flow > .title {
	position: relative;
	width: 100%;
	padding: 12px 0;
	background: #d9e4f2;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.guide-area > .content > .flow.-smart-lock > .title > .inner {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	padding: 10px 20px;
	background: #f9f871;
	font-size: 14px;
	line-height: 1.4;
}
.guide-area > .content > .flow > .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	height: 300px;
	padding: 30px 20px 60px;
}
.guide-area > .content > .flow > .item:not(.-start-operation) {
	padding: 30px 0 60px 20px;
}
.guide-area > .content > .flow > .item:not(.-start-operation):before {
	border-left: 21px solid #fff;
	border-top: 152px solid transparent;
	border-bottom: 152px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	right: -22px;
	z-index: 1;
	transform: translateY(-50%);
}
.guide-area > .content > .flow > .item:not(.-start-operation):after {
	border-left: 20px solid #0050a0;
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	transform: translateY(-50%);
}
.guide-area > .content > .flow > .item.-application-examination:after {
	border-left-color: #3a8ed8;
}
.guide-area > .content > .flow > .item.-acount-issuance:after {
	border-left-color: #64a6e3;
}
.guide-area > .content > .flow > .item.-setting-publishing:after {
	border-left-color: #86bff4;
}
.guide-area > .content > .flow > .item.-quote {
	background: #0050a0;
}
.guide-area > .content > .flow > .item.-application-examination {
	background: #3a8ed8;
}
.guide-area > .content > .flow > .item.-acount-issuance {
	background: #64a6e3;
}
.guide-area > .content > .flow > .item.-setting-publishing {
	background: #86bff4;
}
.guide-area > .content > .flow > .item.-start-operation {
	background: #fa9a4a;
}
.guide-area > .content > .flow > .item > .img {
	width: auto;
	height: 100px;
	padding-top: 30px;
}
.guide-area > .content > .flow > .item > .text {
	margin: auto;
	padding-top: 15px;
	color: #fff;
	line-height: 1.6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.guide-area > .content > .flow > .arrow {
	position: relative;
	z-index: 3;
	width: 100%;
	margin-top: -30px;
	padding: 12px 0;
	background: #1c325f;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.guide-area > .content > .flow.-management-system > .arrow {
	color: #f9f871;
}
.guide-area > .content > .flow > .arrow > .inner {
	color: #fff;
}
.guide-area > .content > .flow > .arrow:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background: #fa9a4a;
}
.guide-area > .content > .flow > .arrow:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-right: 100px solid transparent;
	border-bottom: 80px solid #003067;
}
.guide-area > .content > .checklist {
	padding: 56px;
	background: #f3f8fc;
}
.guide-area > .content > .checklist > .title {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.guide-area > .content > .checklist > .title.-smart-lock {
	padding: 20px 0 10px;
	font-size: 16px;
}
.guide-area > .content > .checklist > .lists {
	padding-left: 20px;
}
.guide-area > .content > .checklist > .lists > .list {
	list-style: disc;
	font-size: 14px;
}
.guide-area > .content > .checklist > .text {
	font-size: 14px;
}



@media screen and (max-width: 1080px) {
	.header-content > .main > .inner > .nav > .list:not(:last-child) {
		padding-right: 16px;
	}
	.header-content > .main > .inner > .nav {
		margin-left: 0;
	}
	.header-contact > .btn.-contact > .link {
		padding: 8px 12px;
		line-height: 1.3;
	}
	.header-contact > .btn.-contact {
		margin-left: 5px;
	}
	.min-pc {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 14px;
	}

	html.fixed {
		height: 100%;
		overflow: hidden;
	}

	#chatplusview {
		display: none;
	}

	.web-only {
		display: none;
	}
	.for-tablet {
		display: block;
	}
	.tablet-only {
		display: block;
	}
	.burger-menu {
		position: relative;
		display: block;
		width: 46px;
		height: 46px;
		background: #1c325f;
		cursor: pointer;
	}
	.burger-menu > .line {
		position: absolute;
		top: 50%;
		right: 50%;
		z-index: 10020;
		width: 22px;
		height: 2px;
		background-color: #fff;
		transform: translateY(-50%) translateX(50%);
		transition: 0.3s ease-in-out;
	}
	.burger-menu > .line:before {
		position: absolute;
		top: 9px;
		left: 0;
		z-index: 10020;
		width: 22px;
		height: 2px;
		background-color: #fff;
		content: "";
	}
	.burger-menu > .line:after {
		position: absolute;
		bottom: 9px;
		left: 0;
		z-index: 10020;
		width: 22px;
		height: 2px;
		background-color: #fff;
		content: "";
	}
	.burger-menu.-open > .line {
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%) rotate(-45deg);
	}

	.burger-menu.-open > .line:before {
		content: none;
	}
	.burger-menu.-open > .line:after {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.header-contact {
		display: none;
	}
	.header-content {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 80;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		margin-top: 46px;
		padding: 8px 24px 48px;
		background: #f3f8fc;
		transform: translateX(100%);
		transition: 0.3s;
		overflow-y: auto;
	}
	.header-content.-open {
		transform: translateX(-100%);
		opacity: 1;
	}

	.header-content > .main {
		flex-wrap: wrap;
		padding: 0;
		box-shadow: none;
	}
	.header-content > .main > .logo {
		display: none;
	}
	.header-content > .main > .inner > .nav {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		margin: 0;
	}
	.header-content > .main > .inner > .nav > .list {
		width: 100%;
	}
	.header-content > .main > .inner > .nav > .list:not(:last-child) {
		padding-right: 0;
	}
	.header-content > .main > .inner > .nav > .list > .link {
		display: flex;
		align-items: center;
		padding: 24px 0;
		font-size: 16px;
		border-bottom: 1.6px solid #dae1ea;
	}
	.header-content > .main > .inner > .nav > .list > .link.-active {
		border-width: 2px;
	}
	.header-content > .main > .inner > .nav > .list > .link:after {
		content: "";
		width: 12px;
		height: 12px;
		margin: 0 0 0 auto;
		background: url("/images/lp/icon/arrow.svg") no-repeat center/12px;
	}

	.header-content > .main > .inner > .nav > .list > .link.-active:after {
		background: url("/images/lp/icon/arrow-right-blue.svg") no-repeat center/8px;
	}
	.header-content > .main > .inner > .tel,
	.header-content > .main > .inner > .btn {
		display: none;
	}

	.header-content > .sub {
		margin-top: 8px;
		padding: 0;
		width: 100%;
	}
	.header-content > .sub > .inner > .nav {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		margin-bottom: 40px;
	}
	.header-content > .sub > .inner > .nav > .list {
		width: 100%;
	}
	.header-content > .sub > .inner > .nav > .list > .link {
		display: block;
		padding: 20px 0;
		font-size: 14px;
	}

	.sp-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0px 4px 8px -2px rgba(10, 10, 10, 0.06),
		0px 2px 6px 0px rgba(10, 10, 10, 0.02);
		background: #fff;
	}
	.sp-header > .logo {
		max-width: 130px;
		margin: auto 0 auto 8px;
	}
	.sp-header > .logo > .link > .img {
		width: 100%;
		vertical-align: middle;
	}
	.sp-header > .contact {
		display: flex;
	}

	.example-menu {
		display: none;
	}
	.example-menu.-open {
		display: block;
		padding-bottom: 12px;
		border-bottom: 1.6px solid #dae1ea;
	}
	.example-menu.-open > .example > .link {
		display: block;
		padding: 16px 0;
		font-weight: bold;
	}
	.header-content > .main > .inner > .nav > .list.-example > .link:after {
		transform: rotate(90deg);
	}
	.header-content > .main > .inner > .nav > .list.-example.-open > .link:after {
		transform: rotate(-90deg);
	}
	.example-menu > .example > .link {
		padding: 16px 12px;
		font-size: 16px;
	}
	.header-content > .main > .inner > .nav > .list.-example:hover > .link {
		color: #112957;
	}

	.sp-header {
		opacity: 1;
		height: 46px;
	}
	.faq-area {
		padding: 100px 20px 120px;
	}
	.faq-area > .content {
		width: 100%;
		max-width: 100%;
	}

	.contact-area {
		padding: 64px 16px;
	}
	.contact-area > .content > .item {
		padding: 40px 30px;
	}
	.contact-area > .content > .item > .title {
		font-size: 16px;
		text-align: center;
	}
	.contact-area > .content > .item.-tel > .btn {
		white-space: nowrap;
	}
	.contact-area > .content > .item.-tel > .btn > .link {
		font-size: 34px;
	}
	.contact-area > .content > .item.-tel > .btn:before {
		width: 24px;
		height: 24px;
	}

	.footer-nav-list > .content {
		white-space: nowrap;
	}
	.footer-area > .container > .main > .company {
		margin-right: 80px;
	}

	.contact-fixed {
		opacity: 0;
		position: fixed;
		bottom: 0;
		display: flex;
		width: 100%;
		padding: 10px;
		background: rgba(17, 41, 87, 0.9);
		z-index: 88;
		transform: translateY(100px);
		transition: 0.5s;
	}
	.contact-fixed.-fix {
		opacity: 1;
		transform: translateY(0);
	}
	.contact-fixed > .btn {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		border-radius: 3px;
	}
	.contact-fixed > .btn.-tel {
		margin-right: 12px;
	}
	.contact-fixed > .btn.-form {
		background: #fd8a29;
	}
	.contact-fixed > .btn > .link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 15px 0;
		font-size: 0.8rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
	}
	.contact-fixed > .btn.-tel > .link {
		font-size: 22px;
		color: #112957;
	}
	.contact-fixed > .btn.-tel > .link:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		background: url("/images/lp/icon/tel.svg") no-repeat;
	}
	.contact-fixed > .btn.-form > .link {
		font-size: 16px;
		color: #fff;
	}

	/*-----------faq-list-page-----------*/
	.faq-list-page {
		padding-top: 46px;
	}
	.faq-list-page > .content {
		margin: 64px auto;
	}
	.customize-content > .content > .main > .heading > .text {
		white-space: nowrap;
	}
	.customize-content > .content > .sub {
		margin-top: auto;
	}

	.work-content > .works > .work {
		flex-direction: column;
		height: auto;
		padding: 20px;
	}
	.work-content > .works > .work > .text {
		margin: auto;
	}
	.work-content > .works > .work > .imgcontent {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 8px;
		transform: translateY(0);
	}
	.solution-content > .solutions {
		flex-wrap: wrap;
	}
	.solution-content > .solutions > .solution {
		width: calc(50% - 12px);
		text-align: center;
	}
	.solution-content > .solutions > .solution > .title {
		height: auto;
		margin: 16px 0 12px;
	}
	.solution-content > .solutions > .solution:nth-child(n + 3) {
		margin-top: 24px;
	}
	.solution-content > .solutions > .solution > .imgcontent {
		height: 40px;
		margin-bottom: 20px;
	}

	.inspire-content > .inspires > .inspire {
		padding: 40px 124px 40px 40px;
	}
}

@media screen and (max-width: 768px) {
	.tablet-only {
		display: none;
	}

	.faq-area {
		padding: 56px 16px;
	}
	.faq-area > .content {
		width: 100%;
	}
	.faq-area > .content > .heading {
		margin-bottom: 32px;
		font-size: 28px;
	}
	.faq-list > .question {
		position: relative;
		padding: 20px 48px 20px 20px;
		cursor: pointer;
	}
	.faq-list > .question:before {
		min-width: 26px;
		width: 26px;
		height: 26px;
		margin-right: 10px;
	}
	.faq-list > .question:after {
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		content: "";
		min-width: 14px;
		width: 14px;
		height: 14px;
		background: url("/images/lp/icon/arrow-bottom.svg") no-repeat;
	}
	.faq-list > .question.-answer-open:after {
		transform: scale(1, -1) translateY(50%);
	}
	.faq-list > .answer {
		height: 0;
		padding: 0 20px;
		opacity: 0;
		transition: 0.2s;
	}
	.faq-list > .answer:before {
		min-width: 26px;
		width: 26px;
		height: 26px;
		margin-right: 10px;
	}
	.faq-list > .question.-answer-open + .answer {
		opacity: 1;
		height: auto;
		padding: 20px;
		transition: 0.3s;
	}
	.faq-area > .content > .btn > .link {
		width: 100%;
	}

	.contact-area > .content {
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.contact-area > .content > .item > .btn {
		max-width: 360px;
	}
	.contact-area > .content > .text {
		font-size: 14px;
	}
	.contact-area > .content > .item {
		flex: auto;
	}
	.contact-area > .content > .item.-tel {
		margin: 0 0 30px 0;
	}
	.contact-area > .content > .item.-tel > .title {
		padding-bottom: 30px;
	}

	.footer-area {
		padding: 0;
	}
	.footer-area > .container {
		width: 100%;
		margin: 0;
		padding: 40px 16px;
	}
	.footer-area > .container > .main {
		display: block;
	}
	.footer-area > .container > .main > .company {
		margin: 0;
	}
	.footer-area > .container > .main > .company > .logo {
		width: 160px;
	}
	.footer-area > .container > .main > .company > .name {
		margin-top: 8px;
	}
	.footer-area > .container > .main > .isms {
		text-align: right;
		padding: 20px 10px 10px;
	}
	.footer-area > .container > .main > .isms > .logo {
		width: 80px;
	}
	.footer-area > .container > .sub {
		padding-bottom: 20px;
	}
	.footer-area > .container > .sub > .license {
		text-align: center;
	}
	.footer-nav-list {
		margin-top: 16px;
	}
	.footer-nav-list > .content {
		display: block;
		margin: 0;
	}
	.footer-nav-list > .content > .list:first-child {
		margin-right: 0;
	}
	.footer-nav-list > .content > .list:last-child {
		margin-top: 12px;
	}
	.footer-nav-list > .content > .list > .item > .link {
		padding: 5px 0;
	}


	.contact-fixed {
		padding: 10px;
	}
	.contact-fixed > .btn > .link {
		padding: 10px 8px;
		white-space: nowrap;
	}
	.contact-fixed > .btn.-tel > .link {
		font-size: 1rem;
	}
	.contact-fixed > .btn.-form > .link {
		font-size: 0.9rem;
	}
	.contact-fixed > .btn.-tel > .link:before {
		width: 16px;
		height: 16px;
	}

	.for-web {
		display: none;
	}
	.for-sp {
		display: block;
	}

	.list-heading-area {
		height: 200px;
		padding: 0 32px;
	}
	.list-heading-area > .heading {
		font-size: 28px;
		line-height: 40px;
	}

	.faq-list-page > .content {
		width: 100%;
		padding: 0 16px;
	}

	.faq-list-page > .content > .categories {
		flex-direction: column;
	}
	.faq-list-page > .content > .categories > .category {
		width: 100%;
		height: 50px;
	}
	.faq-list-page > .content > .categories > .category:not(:last-child) {
		margin: 0 0 10px;
	}
	.faq-list-page > .content > .categories > .category > .link:after {
		margin: 0 0 0 auto;
	}
	.faq-list-page > .content > .lists > .title {
		margin-bottom: 16px;
	}
	.faq-list:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.faq-area > .content > .btn {
		margin-top: 32px;
	}

	.customize-content > .content {
		flex-direction: column;
		width: 100%;
		padding: 56px 16px;
	}
	.customize-content > .content > .main {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.customize-content > .content > .main > .heading {
		flex-direction: column;
		align-items: center;
	}
	.customize-content > .content > .main > .heading > .img {
		width: 300px;
	}
	.customize-content > .content > .main > .text {
		margin-top: 12px;
		font-size: 16px;
	}
	.customize-content > .content > .main > .btn {
		width: 100%;
		margin: 24px auto 0;
	}
	.customize-content > .content > .sub {
		width: 100%;
		max-width: 400px;
		margin: 32px auto 0;
	}

	.operation-area > .operations {
		width: 100%;
		padding: 64px 0;
	}
	.operation-area > .operations > .heading {
		margin-bottom: 32px;
		font-size: 28px;
	}
	.operation-area > .operations > .heading > .sub {
		font-size: 18px;
	}

	.work-content {
		padding: 40px 24px;
		max-width: 358px;
	}
	.work-content > .subheading {
		font-size: 22px;
	}
	.work-content > .works {
		justify-content: space-between;
	}
	.work-content > .works > .work {
		width: calc(50% - 8px);
		height: auto;
		padding: 20px;
	}
	.work-content > .works > .work:not(:nth-of-type(4)):not(:nth-of-type(7)) {
		margin-right: 0;
	}
	.work-content > .works > .work:nth-of-type(n + 5) {
		margin: 0;
	}
	.work-content > .works > .work:not(:last-of-type) {
		margin-bottom: 12px;
	}

	.solution-content {
		margin-top: 56px;
	}
	.solution-content > .solutions {
		flex-direction: column;
	}
	.solution-content > .solutions > .solution {
		width: 100%;
		padding: 32px 24px;
	}
	.solution-content > .subheading {
		margin: 0 auto;
		margin-bottom: 20px;
		max-width: 398px;
		font-size: 22px;
	}
	.solution-content > .text {
		max-width: 358px;
	}
	.solution-content > .solutions {
		max-width: 358px;
	}
	.solution-content > .solutions > .solution:not(:last-child) {
		margin-bottom: 16px;
	}
	.solution-content > .solutions > .solution:nth-child(n + 3) {
		margin-top: 0;
	}
	.solution-content > .solutions > .solution > .title {
		height: auto;
		margin: 12px 0;
		font-size: 18px;
	}
	.solution-content > .contact > .content {
		width: 100%;
		padding: 40px 16px;
	}
	.solution-content > .contact > .content >  .message {
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	.solution-content > .contact > .content > .link {
		max-width: 360px;
	}
	.solution-content > .message {
		max-width: 358px;
		padding-right: 72px;
		background-size: 40px;
		background-position: center right 24px;
		text-align: left;
		font-size: 14px;
	}

	.inspire-content {
		max-width: 358px;
	}

	.inspire-content > .inspires > .inspire {
		padding: 24px;
	}
	.inspire-content > .inspires > .inspire > .text {
		padding-right: 80px;
	}
	.inspire-content > .inspires > .inspire > .imgcontent {
		right: 24px;
	}

	.guide-area > .content {
		width: 100%;
		padding: 64px 16px;
	}
	.guide-area > .content > .heading {
		margin-bottom: 32px;
		font-size: 28px;
	}
	.guide-area > .content > .flow {
		flex-direction: column;
		position: relative;
	}
	.guide-area > .content > .flow > .title {
		display: flex;
		align-items: center;
		justify-content: center;
		max-height: 58px;
		font-size: 18px;
	}
	.guide-area > .content > .flow.-smart-lock > .title > .inner {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		margin-left: 8px;
		padding: 5px 15px;
		font-size: 13px;
	}
	.guide-area > .content > .flow > .item {
		width: calc(100% - 38px);
		height: auto;
		padding: 30px 0;
		flex: auto;
	}
	.guide-area > .content > .flow.-management-system {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.guide-area > .content > .flow > .item:not(.-start-operation) {
		padding: 10px 0;
	}
	.guide-area > .content > .flow > .item:not(.-start-operation):not(.-quote) {
		padding: 40px 0 20px;
	}
	.guide-area > .content > .flow > .item:not(.-start-operation):before {
		display: none;
	}
	.guide-area > .content > .flow > .item:not(.-start-operation):after {
		border-left: 40vw solid transparent;
		border-right: 40vw solid transparent;
		border-top: 30px solid #0050a0;
		right: 0;
		left: 0;
		top: auto;
		bottom: -179px;
		transform: translateY(0);
	}
	.guide-area > .content > .flow > .item.-application-examination:after {
		border-top-color: #3a8ed8;
	}
	.guide-area > .content > .flow > .item.-acount-issuance:after {
		border-top-color: #64a6e3;
	}
	.guide-area > .content > .flow > .item.-setting-publishing:after {
		border-top-color: #86bff4;
	}
	.guide-area > .content > .flow > .arrow {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		width: 55px;
		height: calc(100% - 58px);
		margin-top: 57px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		letter-spacing: 2px;
	}
	.guide-area > .content > .flow > .arrow > .inner {
		padding-bottom: 3px;
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
		text-combine-upright: all;
	}
	.guide-area > .content > .flow > .arrow:before {
		top: auto;
		bottom: 0;
		width: 55px;
		height: 55px;
	}
	.guide-area > .content > .flow > .arrow:after {
		border-left: 80px solid transparent;
		border-top: 80px solid #003067;
		border-bottom: 0;
		border-right: 0;
	}
	.guide-area > .content > .checklist {
		margin-top: 32px;
		padding: 32px 24px;
	}
	.guide-area > .content > .checklist > .title {
		font-size: 16px;
	}
	.guide-area > .content > .checklist > .title.-smart-lock {
		font-size: 14px;
	}
}
