@charset "UTF-8";

/* CSS Document */
.mainArea {
	padding: 0;
}

/*--parallax--*/
.parallax-container {
	position: relative;
	overflow: hidden;
}
.parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.parallax-window {
	background: transparent;
	padding: 130px 0;
	box-sizing: border-box;
}

/*--banner設定--*/
.bannerBox li {
	position: relative;
	width: 100%;
	height: 610px;
	overflow: hidden;
}
.bannerBox li.current .Txt {
	opacity: 1;
}
.bannerBox li img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerBox .Txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -35%);
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 1160px;
	z-index: 99;
	opacity: 0;
	transition: all 1s;
}
.bannerBox .Txt em {
	position: relative;
	display: block;
	font-size: 35px;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.bannerBox .Txt em:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 70px;
	height: 1px;
	background: white;
}
.bannerBox .Txt strong {
	font-size: 18px;
	font-weight: normal;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
	letter-spacing: .12em;
	color: #f9f9f9;
}
.bannerBox .Txt .btn {
	text-align: center;
	margin-top: 45px;
}
.bannerBox .Txt .btn a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	letter-spacing: .05em;
	padding: 15px 70px 15px 45px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50px;
}
.bannerBox .Txt .btn a:hover {
	background: #d74b00;
	border-color: #d74b00;
}
.bannerBox .Txt .btn a svg {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 20px;
}
.bannerArea .titleBox {
	display: none;
}
.bannerContact {
	position: absolute;
	z-index: 99;
	right: 60px;
	top: 120px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: #cfb094;
	letter-spacing: .1em;
}
.bannerContact b {
	display: block;
	font-weight: normal;
	color: #a38162;
	margin-bottom: 15px;
}
.bannerContact a {
	display: block;
	color: #cfb094;
	margin-bottom: 5px;
}
.bannerContact a:before {
	font-family: FontAwesome;
	display: inline-block;
	width: 15px;
	text-align: center;
	margin-right: 3px;
}
.bannerContact a.tel:before {
	content: '\f10b';
	font-size: 19px;
}
.bannerContact a.mail:before {
	content: '\f0e0';
	font-size: 12px;
}

/*--共用設定--*/
.solutionTxtArea h2 {
	display: inline-block;
	font-size: 28px;
	font-weight: normal;
	color: #2e363a;
	letter-spacing: .05em;
}
.solutionTxtArea h3 {
	position: relative;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	color: #cfb094;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 15px 0 30px;
	padding-bottom: 25px;
}
.solutionTxtArea h3:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background: #cfb094;
}
.solutionTxtArea .Txt, .solutionTxtArea p {
	font-size: 14px;
	color: #555;
	letter-spacing: .05em;
	line-height: 25px;
	font-family: "Roboto", sans-serif, "微軟正黑體";
	font-weight: 300;
	margin-bottom: 20px;
}

/*--強固型電腦--*/
.introArea {
	text-align: center;
	padding: 50px 0;
}
.introArea h2 {
	height: 47px;
	line-height: 70px;
}
.introArea h2 strong {
	font-weight: normal;
}
.introArea h2 img {
	margin-right: 12px;
}
.introArea .Img {
	display: inline-block;
	transform: translateX(-100px);
}
.introArea .Txt02 {
	display: block;
	overflow: hidden;
	text-align: center;
}
.introArea .Txt .Img02 {
	display: block;
	text-align: center;
}
.introArea .Txt02 p {
	margin-bottom: 0;
	color: #747474;
}
.featureArea .item {
	padding: 45px 50px;
	box-sizing: border-box;
	background: #ededed;
}
.featureArea .item:nth-of-type(2) {
	background: #f1f1f1;
}
.featureArea .item:nth-of-type(3) {
	background: #f4f4f4;
}
.featureArea .item:nth-of-type(4) {
	background: #f8f8f8;
}
.featureArea .item:hover .icon {
	background: #cfb094;
}
.featureArea .item:hover .icon path {
	fill: #fff !important;
}
.featureArea .item .title {
	margin-bottom: 20px;
	text-align: left;
}
.featureArea .item .title:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.featureArea .item .icon {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #cfb094;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}
.featureArea .item .icon svg {
	width: 25px;
	height: 25px;
}
.featureArea .item .icon path {
	fill: #cfb094 !important;
	transition: all .5s;
}
.featureArea .item h3 {
	display: block;
	overflow: hidden;
	padding-top: 10px;
	height: 85px;
	overflow: hidden;
	font-size: 20px;
	font-family: "Montserrat", sans-serif, "微軟正黑體";
	letter-spacing: .05em;
	box-sizing: border-box;
}
.featureArea .item p {
	color: #555;
	font-size: 15px;
	height: 70px;
	font-family: "Roboto", sans-serif, "微軟正黑體";
	font-weight: 300;
	padding-top: 10px;
}
.featureArea .item .btn a {
	font-family: "Montserrat", sans-serif;
	color: #cfb094;
	font-size: 13px;
	letter-spacing: .05em;
}
.featureArea .item .btn a:hover {
	text-decoration: underline;
}
.featuerBox {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 26px;
	overflow-y: scroll;
	display: none;
}
.featuerBox p {
	height: auto;
}
.featuerBox .btnClose {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 18px;
}
.featuerBox .btnClose:hover {
	background: #cfb094;
}
.articleArea .item {
	display: flex;
	background: #f8f8f8;
}
.articleArea .item:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.articleArea .item:nth-of-type(odd) .box {
	justify-content: flex-end;
}
.articleArea .item:nth-of-type(odd) .box .Txt {
	padding-right: 70px;
	box-sizing: border-box;
}
.articleArea .item:nth-of-type(even) {
	flex-direction: row;
}
.articleArea .item:nth-of-type(even) .box {
	justify-content: flex-start;
}
.articleArea .item:nth-of-type(even) .box .Txt {
	padding-left: 70px;
	box-sizing: border-box;
}
.articleArea .box {
	width: 50%;
}
.articleArea .box:nth-of-type(2) {
	display: inline-flex;
	align-items: center;
}
.articleArea .box .Txt {
	display: inline-block;
	width: 580px;
}
.articleArea .box .Txt h2 {
	position: relative;
	font-size: 25px;
	font-weight: normal;
	color: #2e363a;
	letter-spacing: .06em;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.articleArea .box .Txt h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 1px;
	background: #cfb094;
}
.articleArea .box .Txt h3 {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	color: #747474;
	letter-spacing: .04em;
	margin-bottom: 25px;
}
.articleArea .box .Txt p {
	font-size: 15px;
	line-height: 25px;
	color: #555;
	text-align: justify;
}
.articleArea .box .Img, .articleArea .box .slick-slide {
	position: relative;
	width: 100%;
	height: 455px;
}
.articleArea .box .Img img, .articleArea .box .slick-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.articleArea .box .solutionList a:focus {
	outline: none;
}
.articleArea .slick-next {
	right: 0;
}
.articleArea .slick-next:before {
	content: '\f105';
}
.articleArea .slick-prev {
	left: 0;
}
.articleArea .slick-prev:before {
	content: '\f104';
}
.articleArea .slick-next, .articleArea .slick-prev {
	width: 34px;
	height: 65px;
	background: #fff;
	z-index: 99;
	transition: all .5s;
}
.articleArea .slick-next:hover, .articleArea .slick-next:focus, .articleArea .slick-prev:hover, .articleArea .slick-prev:focus {
	background: #cfb094;
}
.articleArea .slick-next:hover:before, .articleArea .slick-next:focus:before, .articleArea .slick-prev:hover:before, .articleArea .slick-prev:focus:before {
	color: #fff;
}
.articleArea .slick-next:before, .articleArea .slick-prev:before {
	opacity: 1;
	color: #2e363a;
	font-family: FontAwesome;
	font-size: 36px;
	transition: all .5s;
}
.customerArea {
	padding: 110px 0;
	text-align: center;
}
.customerArea h2 {
	color: #fff;
}
.customerArea p {
	color: #fff;
}
.listArea li {
	padding: 0;
}
.listArea li .item {
	position: relative;
	overflow: hidden;
}
.listArea li .item:hover .Img img {
	opacity: .1;
	transform: scale(1.05);
}
.listArea li .item:hover .Txt {
	top: 0;
	opacity: 1;
}
.listArea li .Img {
	background: rgba(46, 54, 58, 0.9);
}
.listArea li .Img img {
	display: block;
	width: 100%;
	transition: all .7s;
}
.listArea li .Txt {
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: all .5s;
}
.listArea li .ins {
	padding: 0 90px;
	box-sizing: border-box;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	letter-spacing: .05em;
	font-family: "Roboto", sans-serif, "微軟正黑體";
	font-weight: 300;
}
.listArea li b {
	display: block;
	font-weight: normal;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	letter-spacing: .1em;
	margin-bottom: 25px;
}
.textArea {
	padding: 100px 0;
	background: #f1f1f1;
	font-size: 15px;
	line-height: 25px;
	color: #555;
	letter-spacing: .05em;
	font-family: "Roboto", sans-serif, "微軟正黑體";
	font-weight: 300;
}
.textArea .btn {
	text-align: center;
	margin-top: 40px;
}
.textArea .btn a {
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	font-size: 22px;
	background: #cfb094;
	border-radius: 30px;
}
.textArea .btn a:hover {
	background: #2e363a;
}
.featureList {
	height: 276px;
}
@media (max-width:1480px) {
	.featureArea .item {
		padding: 42px;
	}
}
@media (max-width:1280px) {
	.articleArea .item:nth-of-type(odd) .box .Txt {
		padding-right: 20px;
	}
	.articleArea .item:nth-of-type(even) .box .Txt {
		padding-left: 20px;
	}
	.articleArea .box .Txt {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width:1180px) {
	.bannerBox li {
		height: 610px;
	}
	.bannerBox .Txt {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.bannerBox .Txt em {
		position: relative;
		display: block;
		font-size: 35px;
		font-family: "Montserrat", sans-serif;
		font-weight: normal;
		padding-bottom: 35px;
		margin-bottom: 35px;
		font-size: 26px;
	}
	.bannerBox .Txt em:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 70px;
		height: 1px;
		background: white;
	}
	.bannerBox .Txt strong {
		font-size: 18px;
		font-weight: normal;
		font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
		letter-spacing: .12em;
		color: #f9f9f9;
	}
	.bannerContact {
		display: none;
	}
	.outerWrap {
		padding-top: 0;
	}
	.introArea .Txt02 .Img02 {
		width: 100%;
		margin-top: 0;
	}
	.introArea .Txt02 p {
		width: 100%;
	}
	.featureArea .item {
		padding: 42px;
	}
	.featureArea .item h3 {
		font-size: 20px;
	}
	.featureArea .col-4 {
		width: 50%;
	}
	.featureArea .col-4 p {
		height: auto;
		min-height: 70px;
	}
	.featuerBox .btnClose {
		right: 0;
	}
}
@media (max-width:899px) {
	.featureArea .col-3 {
		width: 100%;
	}
	.featureArea .col-3 p {
		height: auto;
		min-height: 70px;
	}
	.featureList {
		height: auto;
	}
}
@media (max-width:768px) {
	.introArea .Img {
		display: inline-block;
		transform: translateX(0);
	}
	.articleArea .item {
		display: block;
	}
	.articleArea .box {
		width: 100%;
	}
	.articleArea .box .Txt {
		padding: 30px 20px;
	}
	.articleArea .box .Img, .articleArea .box .slick-slide {
		height: auto;
	}
	.articleArea .box .Img img, .articleArea .box .slick-slide img {
		position: static;
		display: block;
		width: 100%;
	}
	.textArea {
		padding: 50px 0;
	}

	.introArea .Txt .Img02{
		float: none;
		display: block;
		text-align: center;
	}

	.introArea .Txt02{
		text-align: center;
	}
}
@media (max-width:480px) {
	.introArea h2 {
		height: auto;
		line-height: inherit;
	}
	.introArea h2 strong {
		display: block;
	}
	.introArea h2 img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.articleArea .box .Txt h2 {
		font-size: 21px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.articleArea .box .Txt h3 {
		margin-bottom: 20px;
	}
	.articleArea .box .Txt p {
		font-size: 14px;
	}
	.featureArea .item {
		padding: 20px;
	}
	.featureArea .col-4 {
		width: 100%;
	}
	.listArea li .ins {
	    padding: 0 10px;
        font-size: 12px;
        line-height: 16px;
	}
}