@charset "UTF-8";


/* スライダー
----------------------------------------------- */
.keyvisual-container {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
.keyvisual-container .title-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 112px 0 80px;
	height: 833px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.keyvisual-container .title-wrapper .title {
	color: #fff;
}
.keyvisual-container .title-wrapper .title p {
	margin-bottom: 0px;
	font-size: 2.4rem;
}
.keyvisual-container .title-wrapper .title h1 {
	margin-top: 0;
	font-size: 6.8rem;
}
.keyvisual-container .title-wrapper .title h1 br {
	display: none;
}
.keyvisual-container .title-wrapper ul {
	display: flex;
}
.keyvisual-container .title-wrapper ul li {
	position: relative;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	height: 300px;
	width: 300px;
	border-radius: 50%;
	font-size: 2.4rem;
	display: flex;
	transition: 0.2s;
}
.keyvisual-container .title-wrapper ul li:not(:last-child) {
	margin-right: 10px;
}
.keyvisual-container .title-wrapper ul li::after {
	display: inline-block;
	content: "";
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	margin: auto;
	width: 76px;
	height: 54px;
	background-image: url(/jp/group/fetec/imagesgig5/plantia-top-arrow-down_tcm199-4210853_tcm199-2750236-32.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}
.keyvisual-container .title-wrapper ul li:hover {
	background: rgba(0, 0, 0, 1);
}
.keyvisual-container .title-wrapper ul li a {
	width: 100%;
	padding-top: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.keyvisual-container .title-wrapper ul li a span:nth-child(1) {
	display: block;
	margin-bottom: 10px;
	position: relative;
	font-size: 3.8rem;
}
.keyvisual-container .title-wrapper ul li a span:nth-child(1)::before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 8px;
	margin: auto;
	width: 1em;
	height: 3px;
	background: #fff;
}
.keyvisual-container .slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.hero-area-b {
	max-height: 833px;
	min-height: 833px;
}

@media only screen and (max-width: 1280px) {
	.keyvisual-container .title-wrapper {
		padding: 112px 10px 80px;
	}
}
@media only screen and (max-width: 1000px) {
	.keyvisual-container .title-wrapper .title p {
		font-size: 2rem;
	}
	.keyvisual-container .title-wrapper .title h1 {
		font-size: 4.4rem;
	}
	.keyvisual-container .hero-area-b .visual > img {
		left: 30%;
	}
}
@media only screen and (max-width: 767px) {
	.keyvisual-container .slider-wrapper {
		display: none;
	}
	.keyvisual-container .title-wrapper {
		padding: 20px 16px;
		height: 580px;
		background: url(/jp/group/fetec/imagesgig5/plantia-top-sp-keyvisual_tcm199-4210850_tcm199-2750236-32.jpg) center top no-repeat;
		background-size: cover;
	}
	.keyvisual-container .title-wrapper .title p {
		margin-bottom: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.keyvisual-container .title-wrapper .title h1 {
		font-size: 3.2rem;
		line-height: 1.2;
	}
	.keyvisual-container .title-wrapper .title h1 br {
		display: block;
	}
	.keyvisual-container .title-wrapper ul {
		display: flex;
		flex-direction: column;
	}
	.keyvisual-container .title-wrapper ul li {
		margin-bottom: 6px;
		text-align: left;
		height: auto;
		width: 100%;
		border-radius: 10px;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.keyvisual-container .title-wrapper ul li br {
		display: none;
	}
	.keyvisual-container .title-wrapper ul li a {
		padding: 10px 50px 10px 10px;
		display: flex;
		align-items: center;
	}
	.keyvisual-container .title-wrapper ul li a span:nth-child(1) {
		margin: 0 10px 0 0;
		font-size: 3rem;
	}
	.keyvisual-container .title-wrapper ul li a span:nth-child(1)::before {
		bottom: 4px;
	}
	.keyvisual-container .title-wrapper ul li:not(:last-child) {
		margin-right: 0;
	}
	.keyvisual-container .title-wrapper ul li::after {
		top: 0;
		bottom: 0;
		left: auto;
		right: 10px;
		margin: auto;
		width: 30px;
		height: 20px;
		background-image: url(/jp/group/fetec/imagesgig5/plantia-top-arrow-down_tcm199-4210853_tcm199-2750236-32.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
}

/* ポイント
----------------------------------------------- */

.section.point .section-inner {
	padding-bottom: 100px;
}
.section.point h2 {
	margin-bottom: 50px;
	display: flex;
	align-items: flex-start;
}
.section.point h2 span:nth-child(1) {
	font-size: 4.8rem;
	position: relative;
}
.section.point h2 span:nth-child(1)::before {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	bottom: 6px;
	width: 1em;
	height: 4px;
	background: #000;
}
.section.point h2 span:nth-child(2) {
	padding: 10px 46px 0 10px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 400;
	flex-grow: 1;
}
.section.point .flex-container {
	width: 100%;
	max-width: 1014px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section.point .flex-container .text-box {
	width: 33.14%;
}
.section.point .flex-container .image-wrapper {
	width: 59.17%;
}

@media only screen and (max-width: 768px) {
	.section.point h2 {
		margin-bottom: 50px;
		align-items: center;
		flex-direction: column;
	}
	.section.point h2 span:nth-child(2) {
		padding: 40px 0 0;
	}
	.section.point .flex-container {
		flex-direction: column;
	}
	.section.point .flex-container .text-box {
		width: 100%;
	}
	.section.point .flex-container .image-wrapper {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.section.point h2 span:nth-child(1) {
		font-size: 3.6rem;
	}
	.section.point h2 span:nth-child(2) {
		font-size: 2.7rem;
	}
}

/* 特長
----------------------------------------------- */
.section.features {
}
.section.features .section-inner {
}
.section.features .lyt-panel-a .hdg-b {
	text-align: center;
	font-size: 3.2rem;
	margin: 0 0 60px 0;
}
.section.features .lyt-hover-a.diff-col4 .hover-content:first-child > p {
	padding: 0 0 40px;
}
.section.features .lyt-hover-a .hover-content .visual a {
	bottom: -80%;
}
.section.features .lyt-hover-a .hover-content .visual:hover a {
	bottom: 0;
}
.section.features .lyt-hover-a.diff-col4 .hover-content .visual a {
	display: flex;
	flex-direction: column;
}
.section.features .lyt-hover-a.diff-col4 .hover-content .visual h3 {
	display: flex;
	flex-basis: 3em;
	justify-content: center;
	align-items: center;
}
.section.features .lyt-hover-a.diff-col4 .hover-content .visual:hover a {
	display: block;
}
.section.features .lyt-hover-a.diff-col4 .hover-content .visual:hover h3 {
	display: block;
}
.section.features .lyt-hover-a.diff-col4 .hover-content .visual .hover-hdg {
	font-size: 1.7vw;
}

.section.features h2:only-of-type {
	margin-top: 60px;
}

.section.features .lyt-col-feature-a a {
	color: #fff;
}

.section.features .lyt-col-feature-a > .col a > * .visual {
	display: flex;
	flex-basis: 180px;
	justify-content: center;
	align-items: center;
}
.section.features .lyt-col-feature-a > .col a .visual img {
	width: auto;
	max-width: none;
}
.section.features .moreinfo {
	margin-top: 30px !important;
}
.section.features .moreinfo .lyt-btn-b {
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.section.features .lyt-hover-a .hover-content .visual a {
		bottom: -76%;
	}
}
@media only screen and (min-width: 1013px) {
	.section.features .lyt-hover-a.diff-col4 .hover-content .visual .hover-hdg {
		font-size: 1.6rem;
	}
	.section.features .lyt-hover-a.diff-col4 .hover-content .visual:hover .hover-hdg {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 768px) {
	.section.features .lyt-hover-a.diff-col4 .hover-content .visual a {
		display: block;
	}
	.section.features .lyt-hover-a.diff-col4 .hover-content .visual h3 {
		display: block;
	}
}


/* 導入事例
----------------------------------------------- */
.section.casestudies h2.hdg-b {
	margin: 0 0 60px 0;
}
.section.casestudies h2 + p {
	padding: 0 0 40px;
}


/* ご紹介動画
----------------------------------------------- */
.section.movie h2.hdg-b {
	margin: 0 0 60px 0;
}
.section.movie .movie-wrap {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}
.section.movie .lyt-movie-a {
	padding-top: 56.25%;
}


/* トピックス
----------------------------------------------- */
.section.topics .list-news-a .news-content .date {
	flex-basis: 8em;
}


/* ダウンロード
----------------------------------------------- */
.section.download .lyt-btn-a .btn-b {
	min-width: 600px;
}
.section.download .btn-b.diff-register::before {
	background-position: -25px -25px;
	width: 20px;
	height: 20px;
}

@media only screen and (max-width: 768px) {
	.section.download .lyt-btn-a .btn-b {
		width: 100%;
		min-width: inherit;
	}
}
