@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
    padding-bottom: 0;
}
#page-top .sec-title {
	text-align: center;
	margin-bottom: 48px;
	line-height: 1.4;
}
#page-top .sec-title img {
	display: block;
	width: 48px;
	margin: 0 auto 6px;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
	background: linear-gradient(180deg, #81C5B2 0%, #6BBBA5 100%);
	color: #fff;
	min-height: 676px;
	text-align: center;
}
#page-top #mainvisual .inner {
	padding-top: 120px;
	position: relative;
}
#page-top #mainvisual .bg-img {
	position: absolute;
	z-index: 1;
	max-width: 515px;
	right: -200px;
	top: 134px;
	z-index: 1;
}
#page-top #mainvisual .logo {
	width: 160px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#page-top #mainvisual .site-title {
	font-size: 48px;
	font-family: var(--common-font-family-en);
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
}
#page-top #mainvisual .lead {
	max-width: 720px;
	margin: 0 auto 48px;
	position: relative;
	z-index: 2;
}
#page-top #mainvisual .search {
	position: relative;
	z-index: 2;
}
#page-top #mainvisual #searchform {
	max-width: 560px;
	margin: 0 auto 16px;
}
#page-top #mainvisual #searchform input {
	width: 560px;
	height: 72px;
	background: #fff;
	border-radius: 50px;
	padding: 20px 80px 20px 24px;
	font-size: 20px;
	line-height: 1.6;
}
#page-top #mainvisual #searchform input::placeholder {
	color: #ccc;
}
#page-top #mainvisual #searchform button {
	background: var(--common-color-sub);
	width: 72px;
	height: 72px;
	border-radius: 0 72px 72px 0;
}

/*============================================================
 設定ガイド
*============================================================*/
#page-top #sec-guide {
	padding: 64px 0;
}
#page-top #sec-guide .group-list {
	gap: 48px;
}
#page-top #sec-guide .group {
	max-width: 328px;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	position: relative;
}
#page-top #sec-guide .group .title {
	text-align: center;
	background: var(--common-color-sub);
	color: #fff;
	min-height: 84px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#page-top #sec-guide .group .title h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
#page-top #sec-guide .group .title h3 span {
	font-size: 16px;
}
#page-top #sec-guide .group .info {
	padding: 32px 16px 124px;
}
#page-top #sec-guide .group .info .list {
}
#page-top #sec-guide .group .info .list .item {
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding-left: 32px;
	position: relative;
	margin-bottom: 8px;
}
#page-top #sec-guide .group .info .list .item:last-child {
	margin-bottom: 0;
}
#page-top #sec-guide .group .info .list .item:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon-arrow.svg);
	background-size: contain;
	width: 24px;
	height: 24px;
	left: 0;
	top: 52%;
	transform: translatey(-50%);
}
#page-top #sec-guide .group .info .parts-btn {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 32px;
}
#page-top #sec-guide .group .info .parts-btn > * {
	padding: 12px 40px;
	line-height: 1.8;
	font-size: 16px;
}

/*============================================================
 導入事例
*============================================================*/
#page-top #sec-case {
	padding-bottom: 64px;
}
#page-top #sec-case .inner {
	width: 100vw;
    margin-left: calc(50% - 50vw);
	max-width: initial;
	padding: 0;
}
#page-top #sec-case .slider {
	position: relative;
}
#page-top #sec-case .slide-arrow {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	z-index: 1;
	cursor: pointer;
}
#page-top #sec-case .prev-arrow {
	left: calc(50% - 555px);
	transform: translatey(-50%) rotate(180deg);
}
#page-top #sec-case .next-arrow {
	right: calc(50% - 555px);
}
#page-top #sec-case .item {
	max-width: 1024px;
	width: 100% !important;
	padding: 16px;
	margin: 0 24px;
	opacity: 0.6;
}
#page-top #sec-case .item.slick-current {
	opacity: 1;
}
#page-top #sec-case .item .wrap{
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
	border-radius: 24px;
	overflow: hidden;
}
#page-top #sec-case .item .image {
	width: 480px;
	min-height: 320px;
}
#page-top #sec-case .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#page-top #sec-case .item .info {
	width: calc(100% - 480px);
	background: #fff;
	padding: 32px 40px 32px 24px;
	color: #444;
}
#page-top #sec-case .item .info .corp {
	margin-bottom: 8px;
}
#page-top #sec-case .item .info h3 {
	color: var(--common-color-main);
	position: relative;
	line-height: 1.4;
	margin-bottom: 24px;
	overflow: hidden!important;
	display: -webkit-box!important;
	-webkit-box-orient: vertical!important;
	-webkit-line-clamp: 2!important;
	min-height: 1px;
	max-height: 67px;
	padding: 0 24px;
}
#page-top #sec-case .item .info h3:before {
	content: "";
	position: absolute;
	background: url(../images/top/quote_start.svg) no-repeat;
	background-size: contain;
	width: 18px;
	height: 16px;
	top: 6px;
	left: 0;
}
#page-top #sec-case .item .info h3:after {
	content: "";
	position: absolute;
	background: url(../images/top/quote_end.svg) no-repeat;
	background-size: contain;
	width: 18px;
	height: 16px;
	bottom: 6px;
	right: 0;
}
#page-top #sec-case .item .info .desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 2;
	min-height: 1px;
	max-height: 96px;
	color: #444;
}

/*============================================================
 よくある質問
*============================================================*/
#page-top #sec-faq .parts-accordions {
	margin-bottom: 48px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1128px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
	#page-top #mainvisual .logo {
		width: 120px;
	}
	#page-top #mainvisual .site-title {
		font-size: 40px;
	}
	
	/*============================================================
	 設定ガイド
	*============================================================*/
	#page-top #sec-guide .group-list {
		gap: 32px;
	}
	
    /*============================================================
     導入事例
    *============================================================*/
	#page-top #sec-case .item {
		max-width: 680px;
		margin: 0 4px;
	}
	#page-top #sec-case .item .image {
		width: 300px;
	}
	#page-top #sec-case .item .info {
		width: calc(100% - 300px);
	}

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
	/*============================================================
      commonカスタム
    *============================================================*/
	#page-top .sec-title {
		margin-bottom: 32px;
	}
	#page-top .sec-title img {
		width: 36px;
	}
	
    /*============================================================
     メインビジュアル
    *============================================================*/
	#page-top #mainvisual .logo {
		margin-bottom: 8px;
	}
	#page-top #mainvisual .bg-img {
		top: 172px;
		right: -180px
	}
	#page-top #mainvisual .site-title {
		font-size: 32px;
		line-height: 1.6;
	}
	#page-top #mainvisual #searchform {
		max-width: 360px;
	}
	#page-top #mainvisual #searchform input {
		width: 360px;
		height: 56px;
		padding: 15px 80px 15px 24px;
		font-size: 16px;
	}
	#page-top #mainvisual #searchform button {
		width: 56px;
		height: 56px;
	}
	#page-top #mainvisual .search .notes {
		font-size: 12px;
	}
	
    /*============================================================
     設定ガイド
    *============================================================*/
	#page-top #sec-guide {
		padding: 40px 0;
		margin-bottom: 24px;
	}
	#page-top #sec-guide .group-list {
		gap: 24px;
	}
	
    /*============================================================
     導入事例
    *============================================================*/
	#page-top #sec-case {
		padding-bottom: 0;
	}
	#page-top #sec-case .item {
		max-width: 342px;
		padding: 16px 8px;
	}
	#page-top #sec-case .item .wrap {
		flex-direction: column;
	}
	#page-top #sec-case .item .image {
		width: 100%;
		min-height: 200px;
		height: 200px;
	}
	#page-top #sec-case .item .info {
		width: 100%;
		padding: 16px 16px 24px 16px;
	}
	#page-top #sec-case .item .info h3:before {
		width: 12px;
		height: 14px;
	}
	#page-top #sec-case .item .info h3 {
		padding: 0 16px;
		max-height: 56px;
		margin-bottom: 12px;
	}
	#page-top #sec-case .item .info h3:after {
		width: 12px;
		height: 14px;
		bottom: 0;
	}
	#page-top #sec-case .item .info .corp {
		font-size: 12px;
	}
	#page-top #sec-case .item .info .desc {
		font-size: 14px;
		max-height: 84px;
	}

}

@media screen and (max-width: 480px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
	#page-top #mainvisual .site-title {
		font-size: 24px;
	}
	#page-top #mainvisual #searchform {
		max-width: 100%;
	}
	#page-top #mainvisual #searchform input {
		max-width: 100%;
		width: 100%;
	}
	
    /*============================================================
     設定ガイド
    *============================================================*/
	#page-top #sec-guide .group {
		width: 100%;
		max-width: 360px;
	}
	#page-top #sec-guide .group .title {
		min-height: initial;
		padding: 10px 0;
		position: relative;
		z-index:2;
	}
	#page-top #sec-guide .group .title:before {
		content: "";
		position: absolute;
		transition: all .3s;
		background: url(../images/common/icon-arrow-white.svg);
		background-size: contain;
		width: 24px;
		height: 24px;
		top: 50%;
		transform: translatey(-50%) rotate(90deg);
		right: 8px;
	}
	#page-top #sec-guide .group.open .title:before {
		transform: translatey(-50%) rotate(270deg);
	}
	#page-top #sec-guide .group .title h3 {
		line-height: 1.4;
	}
	#page-top #sec-guide .group .info {
		position: relative;
		z-index: 1;
		cursor: pointer;
	}
}
