@keyframes shine {
	0% {
		left: -180%;
		opacity: 0;
	}
	90% {
		left: -180%;
		opacity: 0.5;
	}
	91% {
		left: -180%;
		opacity: 1;
	}
	100% {
		left: 0;
		opacity: 0;
	}
}

.smart-kaigisitsu-lp {
	padding-top: 144px;
}



/*-------------------------
	main-area
--------------------------*/
.main-area {
	position: relative;
	background: url("/images/lp/main/background.png") no-repeat center center;
	background-size: cover;
}
.main-area > .content {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 64px 0;
}
.main-area > .content > .main {
	width: 56%;
	margin-right: 20px;
}
.main-area > .content > .main > .text {
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 140%;
}
.main-area > .content > .main > .text > .emphasis {
	font-size: 26px;
	color: #fff;
}
.main-area > .content > .main > .heading {
	font-size: 32px;
	color: #fff;
	line-height: 200%;
}
.main-area > .content > .main > .heading > .emphasis {
	font-size: 48px;
	color: #fff;
}
.main-area > .content > .main > .heading > .emphasis.-yellow {
	color: #FDFF16;
}
.main-area > .content > .main > .sub {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.main-area > .content > .main > .btns {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 40px;
}
.main-area > .content > .main > .btns > .btn {
	width: 100%;
	height: 80px;
	border-radius: 40px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
	text-align: center;
	transition: 0.3s;
	white-space: nowrap;
}
.main-area > .content > .main > .btns > .btn {
	width: 100%;
	max-width: 300px;
	background: #fd8a29;
	border: 2px solid #fd8a29;
}
.main-area > .content > .main > .btns > .btn:hover {
	border: 2px solid #fd8a29;
	background: #fff;
	transition: 0.2s;
}
.main-area > .content > .main > .btns > .btn:hover > .link {
	color: #fd8a29;
}
.main-area > .content > .main > .btns > .btn > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 16px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.main-area > .content > .main > .subsidy {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding: 5px 0;
	width: 100%;
	background-color: #20325C;
	color: #fff;
	text-decoration: underline;
	font-size: 20px;
	font-weight: 700;
}
.main-area > .content > .main > .subsidy > .highlight {
	color: #fdff16;
}
.main-area > .content > .sub {
	width: 42%;
	text-align: center;
}
.main-area > .content > .sub > .img {
	width: 100%;
	max-width: 460px;
}
.main-area > .content > .sub > .img.-sp {
	display: none;
}
.main-area > .content > .main > .subsidy > .sp {
	display: none;
}


/*-------------------------
	AB test
--------------------------*/
@media screen and (min-width: 1024px) {
	.main-area.-type1 > .top-contact-area {
		display: none;
	}
	.main-area.-type2 > .content {
		padding: 40px 0;
	}
	.main-area.-type2 > .content > .main > .btns {
		display: none;
	}
	.main-area.-type2 > .content > .main > .btns {
		display: none;
	}
	.main-area.-type2 > .content > .sub > .img {
		max-width: 420px;
	}
}



/*-------------------------
	top-contact-area
--------------------------*/
.top-contact-area {
	padding: 32px 0 40px;
	background: #F3F8FC;
}
.top-contact-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
.top-contact-area > .content > .text {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.top-contact-area > .content > .text::before,
.top-contact-area > .content > .text::after {
	position: relative;
  display: inline-block;
  content: "";
  background: #222;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  vertical-align: middle;
}
.top-contact-area > .content > .text::before {
	transform: rotate(-35deg);
}
.top-contact-area > .content > .text::after {
	transform: rotate(35deg);
}
.top-contact-area > .content > .btns {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 12px auto 0;
}
.top-contact-area > .content > .btns > .btn {
	width: 100%;
	height: 80px;
	border-radius: 40px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
	text-align: center;
	transition: 0.3s;
	white-space: nowrap;
}
.top-contact-area > .content > .btns > .btn {
	width: 100%;
	max-width: 300px;
	background: #fd8a29;
	border: 2px solid #fd8a29;
}
.top-contact-area > .content > .btns > .btn:hover {
	border: 2px solid #fd8a29;
	background: #fff;
	transition: 0.2s;
}
.top-contact-area > .content > .btns > .btn:hover > .link {
	color: #fd8a29;
}
.top-contact-area > .content > .btns > .btn > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 16px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}



.introduction-company {
	width: 100%;
	padding: 40px 0 48px;
	box-shadow: 0 13px 12px -8px #21212112;
	overflow: hidden;
}
.introduction-company > .heading {
	margin: 0 auto 32px;
	text-align: center;
	font-size: 28px;
}
.logo-list {
	display: flex;
}
.logo-list > .list {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 0 20px;
}
.introduction-company.-slide > .logo-list > .list:first-child {
	animation: slide1 80s -40s linear infinite;
}
.introduction-company.-slide > .logo-list > .list:last-child {
	animation: slide2 80s linear infinite;
}
.logo-list > .list > .item {
	width: 200px;
	min-width: 200px;
}
.logo-list > .list > .item > .img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

@keyframes slide1 {
	0% {
			transform: translateX(100%);
	}

	to {
			transform: translateX(-100%);
	}
}

@keyframes slide2 {
	0% {
			transform: translateX(0);
	}

	to {
			transform: translateX(-200%);
	}
}

/* ---------------------------
	.subsidy-area
--------------------------- */
.subsidy-area {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 0;
	width: 100%;
	height: 240px;
	background-color: #d9e4f2;
}
.subsidy-area > .link {
	display: flex;
	align-items: center;
	width: 60%;
}
.subsidy-area > .link > .img {
	width: 100%;
	height: 100%;
}
.subsidy-area > .link > .img.-sp {
	display: none;
}
/* -----------------------------
	.problem-area
-----------------------------*/
.problem-area {
	position: relative;
	padding: 80px 0;
	background: #F3F8FC;
}
.problem-area::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -32px;
	content: "";
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	border-top: 32px solid #f3f9ff;
}
.problem-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(40px);
	transition: 500ms all;
}
.problem-area > .content.-show {
	opacity: 1;
	transform: translateY(0);
}
.problem-area > .content > .heading {
	margin-bottom: 48px;
	font-size: 40px;
	text-align: center;
}
.problem-area > .content > .lists {
	display: flex;
	gap: 24px;
}
.problem-area > .content > .lists > .item {
	flex: 1;
	padding: 40px;
	background: #fff;
	border-radius: 8px;
}
.problem-area > .content > .lists > .item > .title {
	font-size: 20px;
	text-align: center;
	line-height: 140%;
}
.problem-area > .content > .lists > .item > .text {
	font-size: 15px;
	line-height: 160%;
}
.problem-area > .content > .lists > .item > .text:first-of-type {
	margin-bottom: 8px;
}
.problem-area > .content > .lists > .item > .text > .emphasis {
	font-weight: bold;
}
.problem-area > .content > .lists > .item > .img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 80px;
	margin: 20px auto 24px;
}

/* -----------------------------
	.reason-area
-----------------------------*/
.reason-area {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.reason-area.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.reason-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
.reason-area > .content > .heading {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0 50px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.reason-area > .content > .item {
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.reason-area > .content > .item.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.reason-area > .content > .item:not(.-monetization) {
	padding-bottom: 60px;
}
.reason-area > .content > .item > .explanation > .title {
	margin-bottom: 24px;
	line-height: 160%;
	font-size: 28px;
	font-weight: bold;
}
.reason-area > .content > .item > .explanation > .title > .inner {
	display: inline-block;
}
.reason-area > .content > .item > .explanation > .title:before {
	display: block;
	margin-bottom: 16px;
	color: #d3e6fd;
	font-family: "Helvetica";
	font-size: 64px;
	font-weight: bold;
	line-height: 100%;
	color: rgba(31, 118, 221, 0.3);
}
.reason-area > .content > .item.-efficiency > .explanation > .title:before {
	content: "01";
}
.reason-area > .content > .item.-unmanned > .explanation > .title:before {
	content: "02";
}
.reason-area > .content > .item.-monetization > .explanation > .title:before {
	content: "03";
}
.reason-area > .content > .item > .explanation > .text {
	line-height: 2;
}
.reason-area > .content > .item > .explanation > .text > .emphasis {
	background: linear-gradient(transparent 60%, #f9f871 60%);
	font-weight: bold;
}
.reason-area > .content > .item > .explanation {
	width: 50%;
	padding-right: 30px;
}
.reason-area > .content > .item > .img {
	width: 100%;
	max-width: 400px;
	height: 100%;
	margin: 0 auto;
}
.reason-area > .content > .item.-unmanned > .img {
	padding: 0 40px 0 0;
}
.reason-area > .content > .item.-unmanned > .explanation {
	order: 2;
	padding: 0 0 0 40px;
}


/* -----------------------------
	.operation-feature
-----------------------------*/
.operation-feature {
	width: 90%;
	max-width: 1100px;
	margin: 80px auto;
	padding: 56px;
	background: #f3f8fc;
	border-radius: 8px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.operation-feature.-show {
	opacity: 1;
	transform: translateY(0);
}
.operation-feature > .title {
	margin-bottom: 24px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.operation-feature > .title > .inner {
	display: block;
}
.operation-feature > .img {
	display: block;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}
.operation-feature > .img.-sp {
	display: none;
}
.operation-feature > .message {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.operation-feature > .message > .inner {
	font-size: 24px;
}
.operation-feature > .img.-sp {
	display: none;
}


/* -----------------------------
	.dx-area
-----------------------------*/
.dx-area {
	padding: 80px 0;
	background: linear-gradient(130.01deg, rgba(245, 247, 246, 0.694) 6.53%, rgba(92, 160, 242, 0.169) 101.14%);
}
.dx-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	opacity: 0;
	transform: translateY(40px);
	transition: 500ms all;
}
.dx-area > .content.-show {
	opacity: 1;
	transform: translateY(0);
}
.dx-area > .content > .text {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}
.dx-area > .content > .heading {
	margin-bottom: 48px;
	font-size: 40px;
	line-height: 100%;
	text-align: center;
}
.dx-area > .content > .lists > .item {
	display: flex;
	align-items: center;
	border-radius: 8px;
	background: #fff;
	padding: 40px 56px;
}
.dx-area > .content > .lists > .item:first-child {
	margin-bottom: 24px;
}
.dx-area > .content > .lists > .item > .desc {
	flex: 1;
}
.dx-area > .content > .lists > .item.-cost > .desc {
	order: 1;
}
.dx-area > .content > .lists > .item > .desc > .title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: 140%;
}
.dx-area > .content > .lists > .item > .desc > .text {
	line-height: 180%;
}
.dx-area > .content > .lists > .item > .imgcontent {
	width: auto;
	flex: 1;
	text-align: center;
}
.dx-area > .content > .lists > .item > .imgcontent > .img {
	width: auto;
	max-width: 100%;
	max-height: 210px;
}



/* -----------------------------
	.case-study-area
-----------------------------*/
.case-study-area {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.case-study-area.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.case-study-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
}
.case-study-area > .content > .heading {
	padding-bottom: 32px;
	font-size: 40px;
	text-align: center;
}
.case-study-area > .content > .recommend {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	padding: 12px 0;
	background: #d7e6f7;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.case-study-area > .content > .recommend:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #d7e6f7;
}

.case-example {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}
.case-example:after {
	content: "";
}
.case-example > .case {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
	box-shadow: 0px 3px 16px #21212112;
}
.case-example > .case:nth-child(n + 4) {
	margin-top: 64px;
}
.case-example > .case > .link {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: .4s;
}
.case-example > .case > .link:hover {
	box-shadow: 0px 8px 16px #21212128;
}
.case-example > .case > .link > .title {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 200px;
	height: 62px;
	padding: 0 12px;
	border-radius: 2px;
	background: #112957;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	white-space: nowrap;
	font-size: 18px;
	text-align: center;
}
.case-example > .case.-coworking > .link > .title {
	font-size: 16px;
	line-height: 22px;
}
.case-example > .case > .link > .img {
	width: 100%;
	height: 184px;
	object-fit: cover;
	flex-shrink: 0;
}
.case-example > .case > .link > .info {
	height: 100%;
	padding: 24px 24px 40px;
	display: inline-flex;
	flex-direction: column;
}
.case-example > .case > .link > .info > .text {
	flex: 1;
	font-size: 15px;
}
.case-example > .case > .link > .info > .text > .emphasis {
	display: block;
	margin-top: 8px;
	font-weight: bold;
}
.case-study-area > .content > .item  > .info > .text > .emphasis {
	font-weight: bold;
	display: block;
}
.case-example > .case > .link > .info > .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 20px auto 0;
	padding: 12px 16px;
	border: 1px solid #0050A0;
	border-radius: 40px;
	color: #0050A0;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

/* -----------------------------
	.case-area
-----------------------------*/
.case-area {
	background: #F3F8FC;
}
.case-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms;
}
.case-area > .content.-show {
	opacity: 1;
	transform: translateY(0);
}
.case-area > .content > .heading {
	margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  text-align: center
}
.case-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case-list::after {
	content: '';
	width: calc(33% - 20px);
}
.case-list > .item {
	display: flex;
	flex-direction: column;
	width: calc(33% - 20px);
	margin-bottom: 24px;
	border-radius: 4px;
	background: #fff;
}
.case-list > .item > .link {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: .4s;
}
.case-list > .item > .link:hover {
	box-shadow: 0px 8px 16px #21212128;
}
.case-list > .item > .link  > .imgcontent {
	position: relative;
	width: 100%;
	height: 184px;
	margin-right: 32px;
}
.case-list > .item > .link > .imgcontent > .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-list > .item > .link > .imgcontent > .logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 146px;
	height: auto;
	background: #fff;
	padding: 8px;
}
.case-list > .item > .link > .imgcontent > .logo.-gymjin,
.case-list > .item > .link > .imgcontent > .logo.-arsnova,
.case-list > .item > .link > .imgcontent > .logo.-kirari,
.case-list > .item > .link > .imgcontent > .logo.-reallocation,
.case-list > .item > .link > .imgcontent > .logo.-jgolf,
.case-list > .item > .link > .imgcontent > .logo.-endo-productions {
	padding: 0;
}
.case-list > .item > .link > .imgcontent > .logo.-wayback {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-list > .item > .link > .imgcontent > .logo.-wayback > .img {
  height: 40px;
  width: 40px;
}
.case-list > .item > .link  > .imgcontent > .logo > .img {
	width: 100%;
	vertical-align: middle;
}
.case-list > .item > .link > .info {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 24px;
}
.case-list > .item > .link > .info > .message {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-list > .item > .link > .info > .footer {
	margin-top: auto;
}
.case-list > .item > .link > .info > .footer > .name {
	font-size: 12px;
	color: #888888;
	line-height: 100%;
}
.case-list > .item > .link > .info > .footer > .tags {
	display: flex;
	align-items: center;
	margin: 12px 0 20px;
}
.case-list > .item > .link > .info > .footer > .tags > .tag {
	display: inline-block;
	padding: 6px 8px;
	border-radius: 2px;
	background: rgba(26, 49, 93, 0.06);
	color: #1A315D;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
}
.case-list > .item > .link > .info > .footer > .tags > .tag:not(:last-child) {
	margin-right: 12px;
}
.case-list > .item > .link > .info > .footer > .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	color: #0050A0;
	border: 1px solid #0050A0;
	border-radius: 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
}



/* -----------------------------
	.function-area
-----------------------------*/
.function-area {
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms;
}
.function-area.-show {
	opacity: 1;
	transform: translate(0, 0);
}
.function-area > .content {
	width: 90%;
	max-width: 1100px;
	margin: 80px auto;
}
.function-area > .content > .heading {
	width: 100%;
	margin-bottom: 50px;
	font-size: 40px;
	text-align: center;
}
.function-area > .content > .calendar {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 24px;
	padding: 48px 0 48px 80px;
	border: 1px solid #D9DEE6;
	border-radius: 8px;
}
.function-area > .content > .calendar > .explanation > .title {
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 160%;
}
.function-area > .content > .calendar > .explanation > .text  {
	max-width: 510px;
}
.function-area > .content > .calendar > .img {
	width: 200px;
	margin: 0 auto;
}
.function-area > .content > .functions {
	display: flex;
	justify-content: space-between;
}
.function-area > .content > .functions > .item {
	width: calc(25% - 12px);
	padding: 40px 24px;

}
.function-area > .content > .functions > .item > .title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.function-area > .content > .functions > .item > .imgcontent {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
	background: #F3F8FC;
	border-radius: 50%;
}
.function-area > .content > .functions > .item > .imgcontent > .img {
	display: block;
	width: auto;
	max-width: 60px;
	height: 80px;
	text-align: center;
}
.function-area > .content > .functions > .item > .text {
	display: flex;
	justify-content: center;
	line-height: 160%;
}
.function-area > .content > .btn {
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 0 auto;
}
.function-area > .content > .btn > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 360px;
	height: 100%;
	margin: 0 auto;
	border-radius: 50px;
	background: #0072a6;
	border: 1px solid #0072a6;
	color: #fff;
	font-weight: bold;
	transition: 0.3s;
}
.function-area > .content > .btn > .link:hover {
	background: #fff;
	color: #0072a6;
}


/* -----------------------------
	.middle-conteact-area
-----------------------------*/
.middle-contact-area {
	background: #F3F8FC;
	padding: 40px 0;
}
.middle-contact-area > .content {
	display: flex;
	align-items: center;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 64px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 2px 40px rgba(150, 150, 150, 0.08);
}
.trial-box {
	flex: 1;
	margin-right: 56px;
	padding-right: 56px;
	border-right: 1px solid #ECECEC;
}
.trial-box > .head {
	display: flex;
	margin: auto 0 20px;
}
.trial-box > .head > .title {
	margin-top: auto;
}
.trial-box > .head > .title > .label {
	padding: 8px 12px;
	background: #DAE4F2;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
}
.trial-box > .head > .title > .text {
	display: block;
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}
.trial-box > .head > .img {
	width: 162px;
	height: 100%;
	margin-left: 32px;
}
.trial-box > .desc {
	font-size: 14px;
	line-height: 180%;
}
.trial-box > .btn > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	height: 56px;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #0BC1BC;
	background: #0BC1BC;
	border-radius: 40px;
	color: #fff;
	line-height: 100%;
	padding: 0 16px;
	transition: 0.2s;
}
.trial-box > .btn:hover > .link {
	background: #fff;
	color: #0BC1BC;
}
.contact-box {
	flex: 1;
	text-align: center;
}
.contact-box > .title {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
}
.contact-box > .title.-tel {
	margin-top: 40px;
}
.contact-box > .btn.-contact > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 320px;
	height: 56px;
	margin: auto;
	padding: 0 16px;
	border-radius: 40px;
	background: #fd8a29;
	border: 2px solid #fd8a29;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: 0.2s;
}
.contact-box > .btn.-contact:hover > .link {
	background: #fff;
	color: #fd8a29;
}
.contact-box > .btn.-tel > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	font-weight: bold;
	font-family: "Helvetica";
	color: #112957;
	letter-spacing: 2px;
	line-height: 100%;
}
.contact-box > .btn.-tel > .link::before {
	margin-right: 8px;
	content: '';
	width: 32px;
	height: 32px;
	background: url(/images/lp/icon/tel.svg) no-repeat;
}

.footer-area > .license {
	display: none;
}

@media screen and (max-width: 1024px) {
	.smart-kaigisitsu-lp {
		padding-top: 46px;
	}
	.main-area > .content > .main {
		width: 50%;
		margin-right: 20px;
	}
	.main-area > .content > .main > .text {
		margin-bottom: 16px;
		font-size: 18px;
	}
	.main-area > .content > .main > .text > .emphasis {
		font-size: 20px;
	}
	.main-area > .content > .main > .heading {
		font-size: 28px;
		line-height: 172%;
	}
	.main-area > .content > .main > .heading > .emphasis {
		font-size: 36px;
		color: #fff;
	}
	.main-area > .content > .main > .sub {
		display: none;
	}
	.main-area > .content > .main > .btns {
		flex-direction: column;
		align-items: flex-start;
	}
	.main-area > .content > .sub {
		width: 50%;
	}

	.top-contact-area {
		display: none;
	}


	.introduction-company {
		padding: 32px 0 40px;
	}
	.introduction-company > .heading {
		margin-bottom: 24px;
		font-size: 22px;
		line-height: 36px;
	}
	.logo-list > .list {
		gap: 24px;
	}
	.logo-list > .list > .item {
		width: 160px;
		min-width: 160px;
	}
	



	.function-area > .content > .calendar {
		padding: 40px;
	}
	.function-area > .content > .calendar > .img {
		margin-left: 24px;
	}
	.function-area > .content > .functions {
		flex-wrap: wrap;
	}
	.function-area > .content > .functions > .item {
		width: calc(50% - 12px);
	}
	.function-area > .content > .functions > .item:nth-child(n + 3) {
		margin-top: 24px;
	}


	.case-list > .item {
		width: calc(33% - 12px);
	}
	.case-list > .item > .info > .name {
		line-height: 18px;
	}
	.case-list > .item > .info > .footer {
		flex-direction: column;
	}
	.case-list > .item > .info > .footer > .tags {
		margin-bottom: 12px;
	}

	/* ---------------------------
		.banner-area
	--------------------------- */
	.subsidy-area > .link {
		width: 80%;
	}

	/* ---------------------------
		.middle-contact-area
	--------------------------- */
	.middle-contact-area > .content {
		padding: 40px;
	}
	.trial-box {
		margin-right: 24px;
		padding-right: 24px;
	}
	.trial-box > .head > .img {
		width: 124px;
		margin-left: 24px;
	}
	.trial-box > .head > .title > .label {
		padding: 8px;
		font-size: 12px;
	}
	.trial-box > .head > .title > .text {
		font-size: 20px;
	}
	.trial-box > .btn > .link {
		padding: 0 12px;
		font-size: 16px;
	}
	.contact-box > .btn.-tel > .link {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	.main-area {
		flex-direction: column;
		height: auto;
		padding: 44px 0 100px;
	}
	.main-area {
		padding: 0;
	}
	.main-area > .content {
		flex-direction: column;
		width: 100%;
		padding: 40px 16px;
	}
	.main-area > .content > .main {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		margin: 0 0 16px 0;
	}
	.main-area > .content > .main > .text {
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 154%;
		text-align: center;
	}
	.main-area > .content > .main > .text > .emphasis {
		font-size: 18px;
	}
	.main-area > .content > .main > .heading {
		max-width: 306px;
		font-size: 20px;
		line-height: 172%;
	}
	.main-area > .content > .main > .heading > .emphasis {
		font-size: 28px;
		color: #fff;
	}
	.main-area > .content > .main > .btns {
		order: 3;
		gap: 20px;
		margin-top: 16px;
	}
	.main-area > .content > .main > .btns > .btn {
		display: block;
		max-width: 300px;
		height: 62px;
		margin: auto;
	}
	.main-area > .content > .main > .btns > .btn > .link {
		font-size: 20px;
	}
	.main-area > .content > .main > .subsidy {
		order: 4;
		width: 80%;
		padding: 0;
		font-size: 14px;
	}
	.main-area > .content > .main > .subsidy > .highlight {
		color: #fdff16;
	}
	.main-area > .content > .sub {
		width: 100%;
	}
	.main-area > .content > .sub > .img.-pc {
		display: none;
	}
	.main-area > .content > .sub > .img.-sp {
		max-width: 300px;
		margin: 0 auto;
		display: block;
	}
	.main-area > .content > .main > .subsidy > .sp {
		display: block;
	}

	/* ---------------------------
	.subsidy-area
	--------------------------- */
	.subsidy-area {
		height: auto;
	}
	.subsidy-area > .link {
		width: 65%;
	}
	.subsidy-area > .link > .img.-sp {
		display: block;
	}
	.subsidy-area > .link > .img.-pc {
		display: none;
	}

	/* ---------------------------
		.problem-area
	--------------------------- */
	.problem-area {
		padding: 56px 16px;
	}
	.problem-area > .content {
		width: 100%;
	}
	.problem-area > .content > .heading {
		margin-bottom: 32px;
		font-size: 28px;
		line-height: 140%;
	}
	.problem-area > .content > .lists {
		flex-direction: column;
		gap: 16px;
	}
	.problem-area > .content > .lists > .item {
		padding: 32px;
	}
	.problem-area > .content > .lists > .item > .title {
		font-size: 18px;
	}
	.problem-area > .content > .lists > .item > .img {
		margin: 16px auto 20px;
		height: 64px;
	}
	.problem-area > .content > .lists > .item > .text {
		font-size: 14px;
		line-height: 140%;
	}


	 /* ---------------------------
		.reason-area
	--------------------------- */
	.reason-area > .content {
		width: 100%;
		padding: 64px 16px 56px;
	}
	.reason-area > .content > .heading {
		padding: 0 0 32px;
		font-size: 28px;
		text-align: center;
		line-height: 140%;
	}
	.reason-area > .content > .item {
		display: block;
	}
	.reason-area > .content > .item:not(.-monetization) {
		padding-bottom: 32px;
	}
	.reason-area > .content > .item > .explanation {
		padding: 0;
		width: 100%;
	}
	.reason-area > .content > .item > .explanation > .title {
		position: relative;
		margin: auto auto 20px;
		font-size: 22px;
		line-height: 150%;
	}
	.reason-area > .content > .item > .explanation > .title:before {
		margin-bottom: 12px;
		font-size: 40px;
	}
	.reason-area > .content > .item.-unmanned > .explanation {
		padding: 0;
	}
	.reason-area > .content > .item > .img {
		display: block;
		width: 100%;
		max-width: 260px;
		margin: 16px auto 0;
		padding: 0;
	}
	.reason-area > .content > .item.-unmanned > .img {
		padding: 0;
	}

	/* ---------------------------
		.operation-feature
	 --------------------------- */
	.operation-feature {
		width: 94%;
		margin: 0 auto 56px;
		padding: 32px;
	}
	.operation-feature > .title {
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 1.5;
	}
	.operation-feature > .title > .inner {
		display: inline-block;
	}
	.operation-feature > .message {
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.5;
	}
	.operation-feature > .message > .inner {
		font-size: 18px;
	}
	.operation-feature > .img.-pc {
		display: none;
	}
	.operation-feature > .img.-sp {
		display: block;
	}


	/* ---------------------------
		.middle-contact-area
	--------------------------- */
	.dx-area {
		padding: 56px 16px;
	}
	.dx-area > .content {
		width: 100%;
	}
	.dx-area > .content > .text {
		margin-bottom: 16px;
		font-size: 14px;
	}
	.dx-area > .content > .heading {
		margin-bottom: 32px;
		font-size: 26px;
	}
	.dx-area > .content > .lists > .item {
		flex-direction: column;
		padding: 32px;
	}
	.dx-area > .content > .lists > .item.-cost > .imgcontent {
		order: 2;
		margin-top: -40px;
		pointer-events: none;
	}
	.dx-area > .content > .lists > .item > .desc > .title {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 140%;
		text-align: center;
	}
	.dx-area > .content > .lists > .item > .desc > .text {
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 180%;
	}
	


	 /* ---------------------------
		.case-study-are
	 --------------------------- */
	.case-study-area > .content {
		width: 100%;
		flex-direction: column;
		padding: 64px 16px 80px;
	}
	.case-study-area > .content > .heading {
		padding-bottom: 32px;
		font-size: 28px;
		line-height: 100%;
	}
	.case-study-area > .content > .recommend {
		margin-bottom: 80px;
		font-size: 16px;
	}
	.case-example > .case > .text {
		min-height: auto;
	}
	.case-example > .case > .text > .emphasis {
		margin-top: 8px;
	}
	.case-example {
		display: block;
	}
	.case-example:after {
		content: none;
	}
	.case-example > .case {
		width: 100%;
		margin-bottom: 0;
	}
	.case-example > .case:not(:last-child) {
		margin-bottom: 64px;
	}
	.case-example > .case > .link  > .info {
		padding: 24px 24px 32px;
	}
	.case-example > .case > .link > .info > .text {
		font-size: 14px;
	}
	.case-example > .case > .link > .title {
		min-width: 220px;
		font-size: 16px;
	}
	.case-example > .case > .link > .info > .btn {
		max-width: 320px;
	}
	.case-example > .case > .link > .info > .text > .emphasis {
		margin-top: 8px;
	}


	 /* ---------------------------
		.case-area
	 --------------------------- */
	.case-area > .content {
		width: 100%;
		padding: 64px 16px;
	}
	.case-area > .content > .heading {
		margin-bottom: 32px;
  	font-size: 28px;
		line-height: 100%;
	}
	.case-list {
		display: block;
	}
	.case-list > .item {
		width: 100%;
	}
	.case-list > .item > .link > .info > .message {
		margin-bottom: 16px;
	}
	.case-list > .item > .link > .info > .footer {
		flex-direction: row;
	}
	.case-list > .item > .link > .info > .footer > .tags {
		margin-bottom: 16;
	}
	.case-list > .item > .link > .info > .footer > .btn {
		max-width: 320px;
		margin: 0 auto;
	}
		
/* ---------------------------
		.function-area
	 --------------------------- */
	.function-area > .content {
		width: 100%;
		margin: 56px auto;
		padding: 0 16px;
	}
	.function-area > .content > .heading {
		margin-bottom: 32px;
		font-size: 28px;
		line-height: 100%;
	}
	.function-area > .content > .calendar {
		display: block;
		padding: 32px;
	}
	.function-area > .content > .calendar > .explanation > .title {
		padding-bottom: 16px;
		font-size: 16px;
	}
	.function-area > .content > .calendar > .explanation > .text {
		max-width: 100%;
		font-size: 14px;
	}
	.function-area > .content > .calendar > .img {
		margin: 16px auto 0;
		display: block;
		max-width: 160px;
		min-width: auto;
		width: 100%;
	}
	.function-area > .content > .functions {
		gap: 24px;
		padding: 0 8px;
	}
	.function-area > .content > .functions > .item {
		width: calc(50% - 12px);
		padding: 0;
	}
	.function-area > .content > .functions > .item:nth-child(n + 3) {
		margin: 0;
	}
	.function-area > .content > .functions > .item > .imgcontent {
		margin-bottom: 12px;
		width: 64px;
		height: 64px;
	}
	.function-area > .content > .functions > .item > .imgcontent > .img {
		width: 30px;
	}
	.function-area > .content > .functions > .item > .title {
		margin-bottom: 12px;
		font-size: 16px;
	}
	.function-area > .content > .btn {
		max-width: 320px;
		margin-top: 24px;
	}



	/* ---------------------------
		.list-of-functions
	 --------------------------- */
	.list-of-functions {
		padding: 48px 16px;
	}
	.list-of-functions > .subheading {
		padding-bottom: 24px;
		font-size: 22px;
	}
	.list-of-functions > .item.-calendar {
		align-items: stretch;
		flex-direction: column;
		margin: 0 0 30px;
		padding: 32px 24px;
	}
	.list-of-functions > .item.-calendar > .img {
		margin: 20px auto 0;
	}
	.list-of-functions > .lists > .list {
		flex: auto;
		width: 50%;
	}
	.list-of-functions
		> .lists
		> .list:not(:nth-child(4)):not(:nth-child(7)):not(:nth-child(10)) {
		border-right: 0;
	}
	.list-of-functions > .lists > .list:nth-child(odd) {
		border-left: 1px solid #e3e9f4;
	}
	.list-of-functions > .lists > .list:not(:last-child) {
		border-bottom: 1px solid #e3e9f4;
	}
	.list-of-functions > .item.-calendar > .explanation > .title {
		font-size: 18px;
		line-height: 1.6;
	}
	.list-of-functions > .item:not(.-calendar):not(:last-child) {
		padding-right: 10px;
	}
	.list-of-functions > .item:not(.-calendar) {
		padding: 10px;
	}
	.list-of-functions > .btn {
		margin-top: 24px;
	}
	.list-of-functions > .item:not(.-calendar) > .title {
		min-height: auto;
		margin-bottom: 8px;
		font-size: 16px;
	}


	.middle-contact-area {
		padding: 32px 16px;
	 }
	.middle-contact-area > .content {
		width: 100%;
		padding: 20px 24px 32px;
		flex-direction: column;
	}
	.trial-box {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-right: 0;
		border-bottom: 1px solid #ECECEC;
	}
	.trial-box > .desc {
		font-size: 13px;
		line-height: 160%;
	}
	.trial-box > .head {
		justify-content: center;
		margin-bottom: 16px;
	}
	.trial-box > .head > .title > .label {
		padding: 8px;
		font-size: 12px;
	}
	.trial-box > .head > .title > .text {
		margin-top: 16px;
		font-size: 18px;
	}
	.trial-box > .head > .img {
		margin-left: 24px;
		width: 132px;
	}
	.trial-box > .btn > .link {
		margin: 16px auto 0;
		max-width: 320px;
		height: 48px;
		font-size: 14px;
	}
	.contact-box {
		width: 100%;
	}
	.contact-box > .title {
		line-height: 100%;
		font-size: 12px;
	}
	.contact-box > .btn.-contact > .link {
		height: 48px;
		font-size: 16px;
	}
	.contact-box > .title.-tel {
		margin-top: 24px;
	}
	.contact-box > .btn.-tel > .link {
		font-size: 32px;
	}
	.contact-box > .btn.-tel > .link::before {
		width: 24px;
		height: 24px;
	}

}

@media screen and (max-width: 430px) {
	.subsidy-area > .link {
		width: 80%;
	}
}
