@font-face {
	font-family: Helvetica-Bold;
	src: url(../fonts/Helvetica-Bold.ttf);
}
@font-face {
	font-family: Helvetica-Neue-Condensed-Black;
	src: url(../fonts/Helvetica-Neue-Condensed-Black_22499.ttf);
}
@media (min-width: 768px) {
.only_pc {
	display: block;
}
.only_mobile {
	display: none;
}
}
@media (max-width: 767px) {
.only_pc {
	display: none;
}
.only_mobile {
	display: block;
}
}
.only_pc {
}
.only_mobile {
}
/*一般選單 start*/

@media (min-width: 768px) {
.header.header_style_01 {
	height: 100px;
}
.header .container {
	width: 100%;
}
.header .container, #navbar.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav > li {
	display: inline-block;
	width: 12%;
	text-align: center;
}
.navbar-collapse .imgsvg {
	display: none;
}
.navbar-nav > li:nth-child(3) {
	margin-right: 20%;
}
.navbar-nav > li:nth-child(1) {
	margin-left: 4%;
}
.navbar-nav > li:nth-child(6) {
	margin-right: 4%;
}
.container>.navbar-header {
	position: absolute;
	width: 20%;
	left: 50%;
	margin-left: -10%;
	text-align: center;
	z-index: 10;
	line-height: 100px;
}
.header_style_01.fixed-menu .container>.navbar-header {
	line-height: 100px;
}
.navbar-brand {
	height: inherit;
}
.navbar-brand>img {
	display: inline;
	max-width: 56%;
}
.navbar>.container .navbar-brand {
	margin-left: 0px;
	float: initial;
	text-align: center;
	line-height:100px;
	width:100%;
}
.nav>li>a {
	padding: 0px;
}
.header_style_01 .navbar-default .navbar-nav > li > a {
	line-height: 100px;
	color: #808080;
	font-family: Helvetica-Bold, Arial, sans-serif;
	font-weight: 600;
}
.header_style_01.fixed-menu .navbar-default .navbar-nav > li > a {
	line-height: 100px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.header.header_style_01 {
	height: 100px;
}
.container>.navbar-header {
	line-height: 100px;
}
.header_style_01 .navbar-default .navbar-nav > li > a {
	line-height: 100px;
}
}
/*一般選單 end*/
/*行動選單 start*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #abcd03;
}
.navbar-default .navbar-toggle .icon-bar.bar01 {
	-webkit-transform: rotate(-42deg) translate(-1px, 6px);
	transform: rotate(-42deg) translate(-1px, 6px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.navbar-default .navbar-toggle .icon-bar.bar02 {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.navbar-default .navbar-toggle .icon-bar.bar03 {
	-webkit-transform: rotate(46deg) translate(-2px, -8px);
	transform: rotate(46deg) translate(-2px, -8px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
	top: 0;
	opacity: 1;
	-webkit-transform: rotate(0deg) translate(0px, 0px);
	transform: rotate(0deg) translate(0px, 0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
@media (max-width: 767px) {
.megamenu.navbar .container>.navbar-header {
	margin-right: 0px;
	margin-left: 0px;
	padding: 20px 0px;
}
.navbar-brand>img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.header_style_01 .navbar-brand {
	height: 30px;
	line-height: 50px;
}
.navbar-toggle {
	margin-right: 0px;
}
.navbar-nav li {
	text-align: center;
}
.navbar-default .navbar-collapse {
	background-color: #ececec;
}
.navbar-default .navbar-collapse ul.navbar-nav {
	padding: 20px;
}
.navbar-default .navbar-collapse .imgsvg {
	text-align: center;
	padding-bottom: 20px;
}
.header_style_01 .navbar-default .navbar-nav > li > a {
	font-weight: 600;
	color: #808080;
}
}
/*行動選單 end*/
/*scroll-to-top start*/
#scroll-to-top .fa-angle-up:before {
	background-color: transparent;
	background-image: url(../images/top.svg);
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	width: 25px;
	height: 25px;
	display: inline-block;
}
body.host_version .dmtop:hover {
	background-color: transparent;
}
/*copyright start*/
.copyrights {
	padding-bottom: 100px;
}
.copyrights .container {
	color: #abcd03;
	text-align: center;
	position: relative;
	line-height: 2em;
}
#footer_svg {
	padding-bottom: 24px;
}
#footer_svg > a {
	display: inline-block;
	width: 30px;
	margin: 0 8px;
}
#footer_txt span {
	display: block;
}
#footer_txt a {
	color: #abcd03;
	text-decoration: underline !important;
}
#footer_txt a:hover {
	color: #808080;
}
@media (min-width: 768px) {
#footer_txt span {
	display: inline-block;
}
#footer_txt span:after {
	content: "|";
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}
#footer_txt span:last-of-type:after {
	content: normal;
}
}
/*copyright end*/
/*home slider show*/
#bootstrap-touch-slider {
	margin-top: 100px;
	height: 100vh;
	max-height: 860px;
	background-image: url(../images/slider-00.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	background-size: cover;
}
.carousel-inner .item .item_txt {
	font-size: 82px;
	text-align: center;
	color: #fff;
	font-family: Helvetica-Neue-Condensed-Black, Arial, sans-serif;
	line-height: 90px;
	padding-top: 30vh;
	max-width: 980px;
	margin: auto;
	position: relative;
}
.carousel-inner .item .item_txt > span {
	position: relative;
	display: block;
}
.carousel-inner .item .item_txt .item_txt01 {
	letter-spacing: 7px;
}
.carousel-inner .item .item_txt .item_txt02 {
	letter-spacing: 4px;
}
.carousel-inner .item .item_txt .item_txt02:after {
	content: "”";
	display: inline-block;
	position: absolute;
	padding-left: 20px;
}
.carousel-inner .item.item01 .item_img {
	text-align: right;
	padding-top: 10px;
}
.carousel-inner .item.item01 .item_img img {
	max-width: 100%;
}
.carousel-inner .item.item02 .item_img {
	text-align: center;
	padding-top: 30vh;
}
.carousel-inner .item .item_txt .item_txt01:before {
	content: "“";
	display: inline-block;
	position: absolute;
	left: -1em;
}
@media (max-width: 991px) {
.carousel-inner .item .item_txt {
	padding-top: 20vh;
	font-size: 4em;
	line-height: 1em;
	width: 50vw;
	text-align: left;
}

}
@media (max-width: 650px) {
.carousel-inner .item .item_txt {
	font-size: 2em;
	width: 65vw;
	padding-top: 30vh;
}
.carousel-inner .item.item02 .item_img {
	width: 50vw;
	margin: auto;
	padding-top: 25vh;
}
.carousel-inner .item .item_txt > span {
	letter-spacing: 2px !important;
}
.carousel-inner .item.item02 .item_img >img {
	max-width: 100%;
	padding: 7vw;
}
}
@media (max-width: 768px) {
.control-round .carousel-control {
	display: block !important;
}
#bootstrap-touch-slider {
	margin-top: 90px;
	max-height: 700px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
#bootstrap-touch-slider {
	margin-top: 100px;
}
}
/*END home slider show*/
.title_01 {
	color: #808080;
	font-weight: bold;
	text-align: center;
	padding-bottom: 100px;
}
/* Home products*/
.home_products {
	text-align: center;
}
.home_products * {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.home_products img {
	max-width: 100%;
}
.home_products .item {
	padding: 0px;
	position: relative;
	display: flex;
}
.home_products .item .item_img {
	width: 50%;
	overflow: hidden;
}
.home_products .item .item_img img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1) rotateZ(0);
	-moz-transform: scale(1) rotateZ(0);
	-ms-transform: scale(1) rotateZ(0);
	-o-transform: scale(1) rotateZ(0);
	transform: scale(1) rotateZ(0);
}
.home_products .item:hover .item_img img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform: scale(1.2) rotateZ(0);
	-moz-transform: scale(1.2) rotateZ(0);
	-ms-transform: scale(1.2) rotateZ(0);
	-o-transform: scale(1.2) rotateZ(0);
	transform: scale(1.2) rotateZ(0);
}
.home_products .item .item_txt {
	width: 50%;
	position: relative;
	display: flex;
	align-items: center;
	color: #231f20;
	font-family: Helvetica-Bold, Arial, sans-serif;
	font-weight: 600;
	transition: all .1s ease-out;
	justify-content: center;
	padding: 20px;
}
/*.home_products .item .item_txt span {
	padding-top: calc(50% - 1em);
	padding-bottom: calc(50% - 1em);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/
.home_products .item .item_txt:after {
	content: "";
	top: calc(50% - 1.4666666667rem);
	right: calc(100% - 0rem);
	border-left: 0;
	border-right: 1.4666666667rem solid #ffffff;
	border-top: 1.4666666667rem solid transparent;
	border-bottom: 1.4666666667rem solid transparent;
	position: absolute;
	transition: all .3s ease-out;
}
.home_products .item:hover {
	background-color: #abcd03;
}
.home_products .item:hover .item_txt {
	color: #fff;
	transition: all .1s ease-out;
}
.home_products .item:hover .item_txt:after {
	border-right: 1.4666666667rem solid #abcd03;
	transition: all .3s ease-out;
}
@media (min-width: 768px) {
.home_products .item:nth-child(4n-1), .home_products .item:nth-child(4n) {
	flex-direction: row-reverse;
}
.home_products .item:nth-child(4n-1) .item_txt:after, .home_products .item:nth-child(4n) .item_txt:after {
	content: "";
	top: calc(50% - 1.4666666667rem);
	left: calc(100% - 0rem);
	border-right: 0;
	border-left: 1.4666666667rem solid #ffffff;
	border-top: 1.4666666667rem solid transparent;
	border-bottom: 1.4666666667rem solid transparent;
	position: absolute;
	transition: all .3s ease-out;
}
.home_products .item:nth-child(4n-3):hover .item_txt:after, .home_products .item:nth-child(4n-2):hover .item_txt:after {
	border-right: 1.4666666667rem solid #abcd03;
	transition: all .3s ease-out;
}
.home_products .item:nth-child(4n-1):hover .item_txt:after, .home_products .item:nth-child(4n):hover .item_txt:after {
	border-left: 1.4666666667rem solid #abcd03;
	transition: all .3s ease-out;
}
}
@media (max-width: 767px) {
.home_products .item:nth-child(2n) {
	flex-direction: row-reverse;
}
.home_products .item:nth-child(2n) .item_txt:after {
	content: "";
	top: calc(50% - 1.4666666667rem);
	left: calc(100% - 0rem);
	border-right: 0;
	border-left: 1.4666666667rem solid #ffffff;
	border-top: 1.4666666667rem solid transparent;
	border-bottom: 1.4666666667rem solid transparent;
	position: absolute;
	transition: all .3s ease-out;
}
.home_products .item:nth-child(2n):hover .item_txt:after {
	border-left: 1.4666666667rem solid #abcd03;
	transition: all .3s ease-out;
}
}
.home_products .item:after {
	content: "";
	display: table;
	clear: both;
}
a.item_link {
	position: absolute;
	width: 100%;
	display: block;
	height: calc(100%);
}
/* END Home products*/
/* PAGE About*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
}
ul.nav.navbar-nav > li.active >a {
	color: #abcd03;
}
.page_banner {
	margin-top: 100px;
}
.page_banner img {
	width: 100%;
	max-width: 100%;
}
.title_01 h2, .title_01 h1 {
	color: #000000;
	font-family: Helvetica-Bold, Arial, sans-serif;
	font-weight: 600;
}
.home_page .title_01 h1 {
}
/* PAGE Content*/
.page-content {
	color: #000;
}
.page-content h3 {
	font-weight: 600;
}
@media (max-width: 767px) {
.section.page_con {
	padding: 90px 0px;
}
.title_01.page_about h2, .title_01.page_about h1 {
	background-image: url(../images/about/about_banner_mobile.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	background-size: cover;
	color: #fff;
	height: 85vh;
	max-height: 850px;
	line-height: 85vh !important;
}
.title_01.page_conpect h2, .title_01.page_conpect h1 {
	background-image: url(../images/conpect/conpect_banner_mobile.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	background-size: cover;
	color: #fff;
	height: 85vh;
	max-height: 850px;
	line-height: 85vh !important;
}
}
/* PAGE Contact*/
.page_con #team img {
	max-width: 100%;
}
.page_con.page_contact {
	padding-top: 120px;
}
@media (min-width: 1200px) {
.page_con.page_contact img {
	height: 570px;
	width: 570px;
}
}
 @media (max-width: 1199px) and (min-width: 992px) {
.page_con.page_contact img {
	height: 470px;
	width: 470px;
}
}
@media (max-width: 991px) and (min-width: 769px) {
.page_con.page_contact img {
	height: 360px;
	width: 360px;
}
}
@media (max-width: 1024px) {
.page_con.page_contact {
	padding-top: 100px;
}
}
.page_con.page_contact .title_01 {
	padding-top: 0px;
}
.page_con.page_contact #team .item {
	position: relative;
	display: flex;
	align-items: center;
}
.page_con.page_contact #team .item .item_img {
	width: 50%;
	display: flex;
}
.page_con.page_contact #team .item .item_txt {
	width: 50%;
	display: flex;
	padding: 30px;
	font-size: 18px;
	flex-direction: column;
}
.page_con.page_contact #team .item .item_txt h3 {
	font-size: 1.6em;
}
.page_con.page_contact #team .item:after {
	content: "";
	display: table;
	clear: both;
}
.page_con.page_contact #team .item:nth-child(even) {
	flex-direction: row-reverse;
}
.page_con.page_contact #team .item:nth-child(even) .item_img {
}
@media (min-width: 768px) {
.page_con.page_contact #team .item:nth-child(even) .item_txt {
}
}
@media (max-width: 767px) {
.page_con.page_contact #team .item {
	display: block;
}
.page_con.page_contact #team .item .item_txt {
	font-size: 1em;
}
.page_con.page_contact #team .item .item_img, .page_con.page_contact #team .item .item_txt {
	width: 80%;
	float: none !important;
	display: block;
	margin: auto;
}
}
/* PAGE TEAM*/

@media (min-width: 1520px) {
.page-content.container.page_team {
	width: 1500px;
}
}
.page_con.page_team {
}
.page_con.page_team img {
	max-width: 100%;
}
.page-content.page_team {
	padding: 0 15px;
}
.team_items {
}
.team_items .item {
}
.team_items .item .item_img {
	width: 49%;
	display: table-cell;
}
.team_items .item .item_con {
	width: 51%;
	display: table-cell;
	position: relative;
	vertical-align: bottom;
	padding-left: 50px;
	color: #808080;
}
.team_items.team_focus .item .item_img {
	width: 65%;
}
.team_items.team_focus .item .item_con {
	width: 35%;
}
.team_items.team_focus .item .item_con p {
	margin-bottom: 0;
}
.team_items .item .item_con h3.name {
	position: absolute;
	top: 0px;
	font-size: 1.3em;
	font-weight: 600;
	color: #000;
}
.team_items .item .item_con h3.title {
	position: absolute;
	top: 1.5em;
	font-size: 1.3em;
	font-weight: 600;
	color: #808080;
}
.team_items .item .item_con .item_con_txt {
	padding-top: 6em;
}
.team_items .item .item_img img {
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out; */
}
.team_items .item:hover .item_img img {
/*-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;*/
}
.team_focus .item {
	border-bottom: 1px solid #abcd03;
	padding-bottom: 70px;
	margin-bottom: 70px;
}
@media (max-width: 1024px) {
.team_items.team_focus .item .item_img, .team_items.team_focus .item .item_con {
	display: block;
	width: 100%;
}
.team_items.team_focus .item .item_img {
	margin-bottom: 50px;
	text-align: center;
}
}
@media (max-width: 767px) {
.team_items .item .item_img, .team_items .item .item_con {
	display: block;
	width: 100%;
}
.team_items .item .item_img {
	margin-bottom: 50px;
}
.team_items.team_focus .item .item_con {
	margin-bottom: 50px;
}
.team_items .item .item_img {
	height: 95vw;
	overflow: hidden;
	padding-left: 5vw;
	padding-right: 5vw;
}
.team_items .item .item_con {
	padding-left: 10vw;
	padding-right: 10vw;
}
.team_focus .item {
	padding-bottom: 0px;
	margin-bottom: 30px;
}
}
.team_items.team_list .item {
	width: 50%;
	display: inline-flex;
	margin-left: -2px;
	margin-right: -2px;
}
.team_items.team_list .item .item_img {
}
.team_items.team_list .item .item_con {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: flex-end;
}
.team_items.team_list .item .item_con p {
	margin: 0px;
}
@media (min-width: 992px) {
.team_items.team_list div:nth-child(even) .item {
	position: relative;
	flex-direction: row-reverse;
}
.team_items.team_list .item:nth-child(4n-1), .team_items.team_list .item:nth-child(4n) {
	position: relative;
	flex-direction: row-reverse;
}
.team_items.team_list .item:nth-child(4n-1) .item_img, .team_items.team_list .item:nth-child(4n) .item_img {
}
.team_items.team_list .item:nth-child(4n-1) .item_con, .team_items.team_list .item:nth-child(4n) .item_con {
}
.team_items.team_list .item:nth-child(4n-1) .item_con:after, .team_items.team_list .item:nth-child(4n) .item_con:after {
	content: "";
	clear: both;
	display: table;
}
.team_items.team_list > div {
	border-bottom: 1px solid #abcd03;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
}
@media (max-width: 991px) {
.team_items.team_list .item {
	float: none;
	width: 100%;
	border-bottom: 1px solid #abcd03;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.team_items.team_list .item .item_img {
	text-align: center;
	height: initial;
}
.team_items.team_list .item {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
}
/* Page NEWS*/
@media (min-width: 1520px) {
.page_news .page-content.container {
	width: 1500px;
}
}
.page_news {
}
.page_news * {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.page_news #team .item {
	position: relative;
	display: flex;
}
.page_news #team .item:hover {
	background-color: #abcd03;
}
.page_news #team .item:after {
	content: "";
	display: table;
	clear: both;
}
.page_news #team .item .item_img {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.page_news #team .item .item_img img {
	-webkit-transform: scale(1) rotateZ(0);
	-moz-transform: scale(1) rotateZ(0);
	-ms-transform: scale(1) rotateZ(0);
	-o-transform: scale(1) rotateZ(0);
	transform: scale(1) rotateZ(0);
}
.page_news #team .item:hover .item_img img {
	-webkit-transform: scale(1.1) rotateZ(0);
	-moz-transform: scale(1.1) rotateZ(0);
	-ms-transform: scale(1.1) rotateZ(0);
	-o-transform: scale(1.1) rotateZ(0);
	transform: scale(1.1) rotateZ(0);
}
.page_news #team .item .item_con {
	width: 50%;
	display: flex;
	padding: 2vw 8vw;
	position: relative;
	flex-direction: column;
	justify-content: center;
}
.page_news #team .item .item_con .news_time {
	color: #000;
}
.page_news #team .item .item_con .news_title {
	color: #abcd03;
	font-size: 2em;
	padding: 1em 0;
	font-weight: 600;
	line-height: 1em;
}
.page_news #team .item .item_con .news_des {
	color: #000;
}
.page_news #team .item:hover .item_con .news_time {
	color: #fff;
}
.page_news #team .item:hover .item_con .news_title {
	color: #fff;
}
.page_news #team .item:hover .item_con .news_des {
	color: #fff;
}
.page_news #team .item a.item_link {
	top: 0px;
}
.page_news #team .item .item_con:after {
	content: "";
	top: calc(50% - 1.4666666667rem);
	right: calc(100% - 0.2rem);
	border-left: 0;
	border-right: 1.4666666667rem solid #ffffff;
	border-top: 1.4666666667rem solid transparent;
	border-bottom: 1.4666666667rem solid transparent;
	position: absolute;
	transition: all .3s ease-out;
}
.page_news #team .item:hover .item_con:after {
	border-right: 1.4666666667rem solid #abcd03;
	transition: all .3s ease-out;
}
@media (max-width: 767px) {
.page_news #team .item .item_con .news_des {
	display: none;
}
.page_news #team .item .item_con .news_title {
	font-size: 1.2em;
	padding: 0.3em 0;
	line-height: 1em;
}
.page_news .page-content.container {
	padding-left: 0px;
	padding-right: 0px;
}
}
.page_news #team .item:nth-child(even) {
	flex-direction: row-reverse;
}
.page_news #team .item:nth-child(even) .item_img {
}
.page_news #team .item:nth-child(even) .item_con {
}
.page_news #team .item:nth-child(even) .item_con:after {
	right: calc(0% - 2.7rem);
	border-left: 1.4666666667rem solid #fff;
	border-right: 1.4666666667rem solid transparent;
}
.page_news #team .item:nth-child(even):hover .item_con:after {
	border-left: 1.4666666667rem solid #abcd03;
	transition: all .3s ease-out;
}
@media (max-width: 767px) {
.page_news #team .item:nth-child(even) .item_con {
}
}
/* Page NEWS_D*/
.page_news_d .page_banner {
	margin-top: 0px;
	max-height: 850px;
	overflow: hidden;
}
@media (max-width: 767px) {
.title_01.page_news_d {
	position: relative;
}
.title_01.page_news_d h2, .title_01.page_news_d h1 {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: calc(50% + 1em);
	color: #fff;
	text-shadow: 2px 2px 3px #244039;
}
}
.grid-x {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.margin {
	margin: 6.25vw 0;
}
.page_news img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
section .sidebyside.complex.thumb-len-2 .cell {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
section .sidebyside.complex.thumb-len-2 .cell:nth-child(2n) {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 30px;
}
.page_news_d img {
	max-width: 100%;
}
.page_news_d .news_imgs.row {
	padding: 6vw 0px;
	display: flex;
}
.page_news_d .news_imgs.row.row-reverse {
	flex-direction: row-reverse;
}
.page_news_d .news_imgs .news_img {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.page_news_d h4 {
	font-weight: 600;
}
@media (max-width: 767px) {
.page_news_d .news_imgs.row {
	display: block;
}
.page_news_d .news_imgs .news_img {
	display: block;
	padding-bottom: 30px;
}
}
.page_news_d .news_imgs .news_img img {
}
/* PAGE Project*/
.page_project {
}
.page_project img {
	max-width: 100%;
}
.page_con.page_project .title_01 {
	padding-top: 0px;
}
@media (max-width: 767px) {
.page_con.page_project .title_01 {
	display: none;
}
}
.project_categorys {
}
.project_categorys .project_category {
	position: relative;
	margin-bottom: 30px;
}
.project_category .project_category_img {
}
.project_category .project_category_title {
}
.project_category .project_category_title a.project_category_link {
	position: absolute;
	top: 0;
	color: #fff;
	font-weight: 600;
	font-size: 1.4em;
	display: inline-flex;
	height: 100%;
	width: calc(100% - 30px);
	justify-content: center;
	text-align: center;
	align-items: center;
}
.project_category .project_category_title a.project_category_link:hover {
	background-color: rgba(171 ,205 ,3 , 0.52);
}
.page_con.page_project.page_project_list .title_01 {
	padding-top: 0px;
}
.page_project_list .project_categorys .project_category {
	height: 4em;
	vertical-align: middle;
	display: table-cell;
}
.page_project_list .project_category .project_category_title {
	display: inline;
}
.page_project_list .project_category .project_category_title a.project_category_link {
	color: #808080;
	position: relative;
	font-size: 1em;
}
.page_project_list .project_category .project_category_title a.project_category_link:hover {
	color: #abcd03;
	background-color: transparent;
}
.page_project_list .project_category .project_category_title.active a.project_category_link {
	color: #abcd03;
}
@media (max-width: 767px) {
.page_project_list .project_categorys {
}
.page_project_list .project_categorys .project_category {
	display: block;
	margin-bottom: 2px;
	height: inherit;
	background-color: #f4f4f4;
}
.page_project_list .project_categorys .project_category br {
	display: none;
}
.home_products.page_project_list {
	padding: 20px 0px;
}
}
/*PAGE project_layer3*/
.page_project_item * {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.page_project_item .item_zones.row {
	margin-right: 15px;
	margin-left: 15px;
}
@media (min-width: 768px) {
.page_project_item .item_zones.row {
	display: flex;
}
.page_project_item .item_zones.row:nth-child(odd) {
	flex-direction: row-reverse;
}
}
.project_item_zone {
	overflow: hidden;
	padding: 0px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.project_item_zone img {
	-webkit-transform: scale(1) rotateZ(0);
	-moz-transform: scale(1) rotateZ(0);
	-ms-transform: scale(1) rotateZ(0);
	-o-transform: scale(1) rotateZ(0);
	transform: scale(1) rotateZ(0);
}
.project_item_zone img:hover {
	-webkit-transform: scale(1.1) rotateZ(0);
	-moz-transform: scale(1.1) rotateZ(0);
	-ms-transform: scale(1.1) rotateZ(0);
	-o-transform: scale(1.1) rotateZ(0);
	transform: scale(1.1) rotateZ(0);
}
@media (min-width: 768px) and (max-width:991px) {
.project_item_zone img {
	-webkit-transform: scale(1.2) rotateZ(0);
	-moz-transform: scale(1.2) rotateZ(0);
	-ms-transform: scale(1.2) rotateZ(0);
	-o-transform: scale(1.2) rotateZ(0);
	transform: scale(1.2) rotateZ(0);
}
}
.project_item_zone.project_item_des {
	padding: 30px;
	position: relative;
}
.project_item_zone.project_item_des .des_title {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 2em;
}
.project_item_zone.project_item_des .des_title .title_Location {
}
.project_item_zone.project_item_des .des_title .title_Client {
	display: none;
}
.project_item_zone.project_item_des .des_title .title_Site_Area {
}
.project_item_zone.project_item_des .des_title .title_Design_Area {
}
.project_item_zone.project_item_des .des_title .title_Gross_Floor_Area {
}
.project_item_zone.project_item_des .des_title .title_Number_of_Floors {
}
.project_item_zone.project_item_des .des_title .title_Design_Completion {
}
.project_item_zone.project_item_des .des_title .title_Planning_Completion {
	display: none;
}
.project_item_zone.project_item_des .des_title .title_Participants {
	display: none;
}
.project_item_zone.project_item_des .des_title.architecture .title_Design_Area {
	display: none;
}
.project_item_zone.project_item_des .des_title.landscape .title_Design_Area {
	display: none;
}
.project_item_zone.project_item_des .des_title.landscape .title_Gross_Floor_Area {
	display: none;
}
.project_item_zone.project_item_des .des_title.interior .title_Site_Area {
	display: none;
}
.project_item_zone.project_item_des .des_title.interior .title_Gross_Floor_Area {
	display: none;
}
.project_item_zone.project_item_des .des_title.interior .title_Number_of_Floors {
	display: none;
}
.project_item_zone.project_item_des .des_share {
	padding-top: 30px;
}
.project_item_zone.project_item_des .des_share h5 {
	font-size: 1.2em;
	font-weight: 600;
}
.project_item_zone.project_item_des .des_share .imgsvg img {
	margin-right: 10px;
}
 @media (min-width: 768px) {
.project_item_zone.project_item_des {
	justify-content: flex-end;
}
.project_item_zone.project_item_des .des_title {
	position: absolute;
	top: 0;
}
.project_item_zone.project_item_des .des_con {
	padding-top: 6em;
}
.item_zones.row:nth-child(even) .project_item_zone:nth-child(odd) {
	padding: 50px;
}
.item_zones.row:nth-child(odd) .project_item_zone:nth-child(odd) {
	padding: 50px;
}
}
@media (max-width: 767px) {
.project_item_zone.project_item_des {
	background-color: #abcd03;
	margin: 0 -30px;
	padding: 15vw;
	margin-bottom: 50px;
}
.project_item_zone.project_item_des.project_item_des_2 {
	background-color: #fff;
}
.title_01.page_project_item {
	padding-bottom: 0px;
}
.project_item_zone {
	margin-bottom: 50px;
}
}
.back_to_list { 
	margin-top: 100px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
}
.back_to_list a {
    color: #abcd03;
    margin: 50px;
    text-decoration: underline !important;
}
.back_to_list a:hover {
    color: #abb5b5;
}
#page_project_navigation {
	display: none;
}
#overviews:hover #page_project_navigation {
	display: block;
}
#page_project_navigation .prev {
	position: fixed;
	top: 50%;
	margin-top: -60px;
	left: 0px;
}
#page_project_navigation .next {
	position: fixed;
	top: 50%;
	margin-top: -60px;
	right: 0px;
}
/*補充*/
@media (max-width: 767px) {
.page-content.page_about, .page-content.page_conpect {
	padding: 0 30px;
}
}
.project_item_zone.project_item_des > .des_con {
}
