@charset "utf-8";
body,html {
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體";
	height: 100%;
	width: 100%;
	background-color: #ebebeb;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}
@media (min-width: 768px) {
h1 {
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	font-weight: 400;
	color: #706D6D;
	margin-top: 10px;
	margin-bottom: 20px;
}
h1::before {
	content: "";
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 60px;
	width: 72px;
	vertical-align: middle;
	margin-right: 5px;
}
h2 {
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
h2 i{
	position: relative;
	width: 35px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	height: 35px;
	width: 35px;
}
h2 i::before {
	content: "";
	background-image: url(../images/about.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: about;
	-moz-animation-name: about;
	-webkit-animation-name: about;
	position: absolute;
	left: 5px;
	top: 0px;
	position: absolute;
}
section {
	padding-top: 80px;
	padding-bottom: 80px;
}
}
@media (max-width: 767px) {
h1 {
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	font-weight: 400;
	color: #706D6D;
	margin-top: 10px;
	margin-bottom: 20px;
}
h1::before {
	content: "";
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 40px;
	width: 48px;
	vertical-align: middle;
	margin-right: 5px;
}
h2 {
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}
h2 i{
	position: relative;
	width: 35px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	height: 35px;
	width: 35px;
}
h2 i::before {
	content: "";
	background-image: url(../images/about.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: about;
	-moz-animation-name: about;
	-webkit-animation-name: about;
	position: absolute;
	left: 5px;
	top: 0px;
	position: absolute;
}
section {
	padding-top: 50px;
	padding-bottom: 50px;
}
}
.gotop {
	background-color: rgba(64,64,64,.8);
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 0px;
	z-index: 9998;
	display: none;
	bottom: 10%;
}
@keyframes about {
0%   {transform:scaleY(1);top: -3px;}
50%   {transform:scaleY(1);top: 2px;}
70%   {transform:scaleY(.7);top: 7px;}
100% {transform:scaleY(1);top: -3px;}
}
@-moz-keyframes about {
0%   {transform:scaleY(1);top: -3px;}
50%   {transform:scaleY(1);top: 2px;}
70%   {transform:scaleY(.7);top: 7px;}
100% {transform:scaleY(1);top: -3px;}
}
@-webkit-keyframes about {
0%   {transform:scaleY(1);top: -3px;}
50%   {transform:scaleY(1);top: 2px;}
70%   {transform:scaleY(.7);top: 7px;}
100% {transform:scaleY(1);top: -3px;}
}
/*************************
*
*  header
*
*************************/
@media (min-width: 768px) {
header {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
	transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
	background-color: rgba(255,255,255,0);
	line-height: 100px;
}
header.on_fixed {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	background-color: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
nav {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	line-height: 100px;
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}
nav .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 70px;
	width: 42px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 15px;
	cursor: pointer;
}
header.on_fixed nav .logo {
	background-image: url(../images/logo-b.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 70px;
	width: 280px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 15px;
	cursor: pointer;
}
nav .switch {
	display: none;
}
nav ul {
	display: inline-block;
}
nav ul li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
nav ul li a {
	display: inline-block;
	font-size: 20px;
	line-height: 38px;
	color: #111111;
	letter-spacing: 2.2px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}
nav ul li a:hover,nav ul li.active a,nav ul li a:focus {
	text-decoration: none;
	color: #51b1ff;
}
nav ul li a::after {
	content: "";
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	position: absolute;
	bottom: 0px;
	display: block;
	height: 2px;
	width: 0%;
	left: 0%;
	background-color: #51b1ff;
}
nav ul li a:hover::after,nav ul li.active a::after,nav ul li.active a:focus::after {
	content: "";
	transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	width: 100%;
}
nav ul li a:focus::after {
	content: "";
	transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	width: 100%;
}
}
@media (max-width: 767px) {
header {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
	transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
	background-color: rgba(255,255,255,0);
	background-color: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
header.on_fixed {
	position: fixed;
}
nav {
	position: relative;
	width: 100%;
	height: 70px;
	padding-right: 20px;
	padding-left: 20px;
}
nav .logo {
	background-image: url(../images/logo-b.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 58px;
	width: 232px;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 7px;
	cursor: pointer;
}
nav .switch {
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 15px;
	right: 15px;
	border: 1px solid #333333;
	border-radius: 2px;
	padding: 5px;
	background-color: rgba(235,235,235,.8);
	cursor: pointer;
}
nav .switch b {
	height: 2px;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	background-color: #333333;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
nav .switch.open b:nth-child(1) {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: absolute;
	top: 34%;
	width: 88%;
	right: 4%;
}
nav .switch.open b:nth-child(2) {
	opacity: 0;
}
nav .switch.open b:nth-child(3) {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: absolute;
	top: 34%;
	width: 88%;
	left: 4%;
}
nav ul {
	position: absolute;
	left: 0px;
	top: 70px;
	background-color: rgba(51,51,51,.8);
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	display: none;
}
nav ul.onshow {
	display: block;
	height: auto;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
nav ul li {
	display: block;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
nav ul li:nth-last-child(1) {
	border-bottom: none;
}
nav ul li a {
	display: block;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	letter-spacing: 2.2px;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}
nav ul li a:hover,nav ul li a:focus {
	text-decoration: none;
	color: #90ccfb;
}
}
/*************************
*
*  main 主視覺
*
*************************/
@media (min-width: 768px) {
main {
	position: relative;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 48%;
	background-position: center bottom;
}
main .main_title {
	width: 100%;
	max-width: 1400px;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	display: inline-block;
	text-align: center;
}
main .main_title img {
	width: 100%;
}
main .main_title .title1 {
	width: 26%;
	margin-right: auto;
	margin-left: auto;
}
main .main_title .title2 {
	width: 46%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
main .main_title .title3 {
	width: 42%;
	margin-right: auto;
	margin-left: auto;
}
}
@media (max-width: 767px) {
main {
	position: relative;
	background-image: url(../images/main-m.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 120%;
	background-position: center bottom;
	margin-top: 70px;
}
main .main_title {
	width: 100%;
	max-width: 1400px;
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%,-50%);
	display: inline-block;
	text-align: center;
}
main .main_title img {
	width: 100%;
}
main .main_title .title1 {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
main .main_title .title2 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3%;
	margin-bottom: 2%;
}
main .main_title .title3 {
	width: 58%;
	margin-right: auto;
	margin-left: auto;
}
}
/*************************
*
*  about
*
*************************/
#about {
	position: relative;
}
#about .about_box h1 {
	opacity: 0;
	margin-left: -20%;
}
#about.ani_on .about_box h1 {
	margin-left: 0%;
	opacity: 1;
	animation-duration: 1s; /*動畫的執行時間*/
	-moz-animation-duration: 1s;  /* -moz-代表寫給火狐瀏覽器看 */
	-webkit-animation-duration: 1s; /*-webkit-代表寫給谷歌【chrome】/苹果【safari】瀏覽器看*/
	animation-name: anime1; /* 定義關鍵影格 @keyframes 的名字 */
	-moz-animation-name: anime1;   /* firefox */
	-webkit-animation-name: anime1;  /*chrome,safari*/
}
#about .about_box .text {
	opacity: 0;
}
#about.ani_on .about_box .text {
	opacity: 1;
	animation-duration: 2s; /*動畫的執行時間*/
	-moz-animation-duration: 2s;  /* -moz-代表寫給火狐瀏覽器看 */
	-webkit-animation-duration: 2s; /*-webkit-代表寫給谷歌【chrome】/苹果【safari】瀏覽器看*/
	animation-name: anime2; /* 定義關鍵影格 @keyframes 的名字 */
	-moz-animation-name: anime2;   /* firefox */
	-webkit-animation-name: anime2;  /*chrome,safari*/
}
@keyframes anime1 { /* 設定anime這支動畫的關鍵影格*/
0%   {margin-left: -20%;opacity: 0;}
100% {margin-left: 0%;opacity: 1;}
}
@-moz-keyframes anime1 { /* -moz-代表寫給火狐瀏覽器看 */
0%   {margin-left: -20%;opacity: 0;}
100% {margin-left: 0%;opacity: 1;}
}
@-webkit-keyframes anime1 { /*-webkit-代表寫給谷歌【chrome】/苹果【safari】瀏覽器看*/
0%   {margin-left: -20%;opacity: 0;}
100% {margin-left: 0%;opacity: 1;}
}
@keyframes anime2 {
0%   {opacity: 0;}
25%  {opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes anime2 {
0%   {opacity: 0;}
25%  {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes anime2 {
0%   {opacity: 0;}
25%  {opacity: 0;}
100% {opacity: 1;}
}
@media (min-width: 992px) {
#about .about_box {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	z-index: 50;
}
#about .about_box .about_article {
	width: 56%;
	margin-right: auto;
	margin-left: 32%;
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(235,235,235,.6);
	padding: 3%;
	border-radius: 10px;
}
}
@media (max-width: 991px) and (min-width: 767px) {
#about .about_box {
	width: 100%;
	position: relative;
	z-index: 50;
}
#about .about_box .about_article {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(235,235,235,.8);
	padding: 3%;
	border-radius: 10px;
}
}
@media (min-width: 768px) {
#about::after {
	content: "";
	background-image: url(../images/about_bg.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: auto 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
}
}
@media (max-width: 767px) {
#about::after {
	content: "";
	background-image: url(../images/about_bg.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: auto 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	opacity: .4;
}
#about .about_box {
	width: 100%;
	position: relative;
	z-index: 50;
}
#about .about_box .about_article {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 24px;
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	border-radius: 10px;
}
}
/*************************
*
*  service
*
*************************/
#service {
	background-image: url(../images/service_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
#service .service_box ul li .circle {
	top: 70%;
	opacity: 0;
	transform-origin:center;
}
#service.ani_on .service_box ul li:nth-child(1) .circle {
	top: 50%;
	opacity: 1;
	animation-duration: .8s;
	-moz-animation-duration: .8s;
	-webkit-animation-duration: .8s;
	animation-fill-mode: backwards;
	animation-name: anime3;
	-moz-animation-name: anime3;
	-webkit-animation-name: anime3;
}
#service.ani_on .service_box ul li:nth-child(2) .circle {
	top: 50%;
	opacity: 1;
	animation-delay: .4s;
	animation-duration: .8s;
	-moz-animation-duration: .8s;
	-webkit-animation-duration: .8s;
	animation-fill-mode: backwards;
	animation-name: anime3;
	-moz-animation-name: anime3;
	-webkit-animation-name: anime3;
}
#service.ani_on .service_box ul li:nth-child(3) .circle {
	top: 50%;
	opacity: 1;
	animation-delay: .8s;
	animation-duration: .8s;
	-moz-animation-duration: .8s;
	-webkit-animation-duration: .8s;
	animation-fill-mode: backwards;
	animation-name: anime3;
	-moz-animation-name: anime3;
	-webkit-animation-name: anime3;
}
#service.ani_on .service_box ul li:nth-child(4) .circle {
	top: 50%;
	opacity: 1;
	animation-delay: 1.2s;
	animation-duration: .8s;
	-moz-animation-duration: .8s;
	-webkit-animation-duration: .8s;
	animation-fill-mode: backwards;
	animation-name: anime3;
	-moz-animation-name: anime3;
	-webkit-animation-name: anime3;
}
#service.ani_on .service_box ul li:nth-child(5) .circle {
	top: 50%;
	opacity: 1;
	animation-delay: 1.6s;
	animation-duration: .8s;
	-moz-animation-duration: .8s;
	-webkit-animation-duration: .8s;
	animation-fill-mode: backwards;
	animation-name: anime3;
	-moz-animation-name: anime3;
	-webkit-animation-name: anime3;
}
#service.ani_on .service_box ul li:nth-child(6) .circle {
	top: 50%;
	opacity: 1;
	animation-delay: 2s;
	animation-duration: .8s;
	-moz-animation-duration: .8s;
	-webkit-animation-duration: .8s;
	animation-fill-mode: backwards;
	animation-name: anime3;
	-moz-animation-name: anime3;
	-webkit-animation-name: anime3;
}
#service.ani_on .service_box ul li:nth-child(7) .circle {
	top: 50%;
	opacity: 1;
	animation-delay: 2.4s;
	animation-duration: .8s;
	-moz-animation-duration: .8s;
	-webkit-animation-duration: .8s;
	animation-fill-mode: backwards;
	animation-name: anime3;
	-moz-animation-name: anime3;
	-webkit-animation-name: anime3;
}
@keyframes anime3 {
0%   {opacity: 0;top: 100%;transform: translate(-50%,-50%) scale(.6);}
100% {opacity: 1;top: 50%;transform: translate(-50%,-50%) scale(1);}
}
@-moz-keyframes anime3 {
0%   {opacity: 0;top: 70%;transform:scale(.6);}
100% {opacity: 1;top: 50%;transform:scale(1);}
}
@-webkit-keyframes anime3 {
0%   {opacity: 0;top: 70%;transform:scale(.6);}
100% {opacity: 1;top: 50%;transform:scale(1);}
}

@media (min-width: 1200px) {
#service .service_box {
	width: 100%;
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 30px;
}
#service .service_box ul li {
	position: relative;
	padding-bottom: 25%;
	display: inline-block;
	float: none;
	margin-right: -4px;
}
#service .service_box ul li .circle {
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 86%;
	width: 86%;
	background-color: rgba(51,51,51,.6);
	border-radius: 50%;
}
#service .service_box ul li span {
	display: block;
	padding: 10%;
	background-color: rgba(51,51,51,.9);
	width: 90%;
	height: 90%;
	margin: 5%;
	position: relative;
}
#service .service_box ul li span b {
	display: block;
	padding: 7%;
	color: rgba(255,255,255,.6);
	width: 90%;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	font-weight: normal;
}
}

@media (max-width: 1199px) and (min-width: 768px) {
#service .service_box {
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 30px;
}
#service .service_box ul li {
	position: relative;
	padding-bottom: 50%;
}
#service .service_box ul li .circle {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 90%;
	width: 90%;
	background-color: rgba(51,51,51,.6);
	border-radius: 50%;
}
#service .service_box ul li span {
	display: block;
	padding: 10%;
	background-color: rgba(51,51,51,.9);
	width: 90%;
	height: 90%;
	margin: 5%;
	position: relative;
}
#service .service_box ul li span b {
	display: block;
	padding: 12%;
	color: rgba(255,255,255,.6);
	width: 90%;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	font-weight: normal;
}
}
@media (max-width: 767px) {
#service .service_box {
	width: 90%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 30px;
}
#service .service_box ul li {
	position: relative;
	padding-bottom: 100%;
	width: 100%;
}
#service .service_box ul li .circle {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 90%;
	width: 90%;
	background-color: rgba(51,51,51,.6);
	border-radius: 50%;
}
#service .service_box ul li span {
	display: block;
	padding: 10%;
	background-color: rgba(51,51,51,.9);
	width: 90%;
	height: 90%;
	margin: 5%;
	position: relative;
}
#service .service_box ul li span b {
	display: block;
	padding: 12%;
	color: rgba(255,255,255,.6);
	width: 90%;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	font-weight: normal;
}
}
#service .service_box ul {
	display: block;
}
@media (min-width: 1380px) {
#service .service_box ul li span {
	font-size: 18px;
	line-height: 24px;
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 50%;
}
#service .service_box ul li span .sub {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	color: #FFF;
}
}
@media (max-width: 1379px) and (min-width: 1200px) {
#service .service_box ul li span {
	font-size: 15px;
	line-height: 20px;
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 50%;
}
#service .service_box ul li span .sub {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 24px;
	font-weight: 600;
	color: #FFF;
}
}
@media (max-width: 1199px) and (min-width: 768px) {
#service .service_box ul li span {
	font-size: 18px;
	line-height: 24px;
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 50%;
}
#service .service_box ul li span .sub {
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	color: #FFF;
}
}
@media (max-width: 767px) {
#service .service_box ul li span {
	font-size: 15px;
	line-height: 20px;
	border: 2px solid rgba(255,255,255,.8);
	border-radius: 50%;
}
#service .service_box ul li span .sub {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 24px;
	font-weight: 600;
	color: #FFF;
}
}
/*************************
*
*  process
*
*************************/
#process .process_box ul li .box {
	opacity: 1;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
#process.ani_on .process_box ul li:nth-child(1) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-name: process1;
	-moz-animation-name: process1;
	-webkit-animation-name: process1;
	opacity: 0;
	animation-fill-mode: forwards;
}
#process.ani_on .process_box ul li:nth-child(2) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
	animation-name: process2;
	-moz-animation-name: process2;
	-webkit-animation-name: process2;
	opacity: 0;
	animation-fill-mode: forwards;
}
#process.ani_on .process_box ul li:nth-child(3) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: .6s;
	-moz-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	animation-name: process1;
	-moz-animation-name: process1;
	-webkit-animation-name: process1;
	opacity: 0;
	animation-fill-mode: forwards;
}
#process.ani_on .process_box ul li:nth-child(4) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: .9s;
	-moz-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	animation-name: process2;
	-moz-animation-name: process2;
	-webkit-animation-name: process2;
	opacity: 0;
	animation-fill-mode: forwards;
}
@keyframes process1 {
from{top: -50px;opacity: 0;}
to{top: 0px; 0px;opacity: 1;}
}
@-moz-keyframes process1 {
from{top: -50px;opacity: 0;}
to{top: 0px; 0px;opacity: 1;}
}
@-webkit-keyframes process1 {
from{top: -50px;opacity: 0;}
to{top: 0px; 0px;opacity: 1;}
}
@keyframes process2 {
from{top: 50px;opacity: 0;}
to{top: 0px; 0px;opacity: 1;}
}
@-moz-keyframes process2 {
from{top: 50px;opacity: 0;}
to{top: 0px; 0px;opacity: 1;}
}
@-webkit-keyframes process2 {
from{top: 50px;opacity: 0;}
to{top: 0px; 0px;opacity: 1;}
}
@media (min-width: 1400px) {
#process {
	background-image: url(../images/process_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 900px;
}
}
@media (min-width: 1000px) and (max-width: 1399px) {
#process {
	background-image: url(../images/process_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100%;
	padding-top: 58%;
	overflow: hidden;
	position: relative;
}
}
@media (min-width: 1000px) {
#process .process_box {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
#process .process_box ul {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 10%;
}
#process .process_box ul li {
	float: left;
	position: absolute;
	opacity: 0;
}
#process .process_box ul li:nth-child(1) {
	left: 0%;
	top: 0px;
}
#process .process_box ul li:nth-child(2) {
	left: 23%;
	top: 0px;
}
#process .process_box ul li:nth-child(3) {
	left: 50%;
	top: 0px;
}
#process .process_box ul li:nth-child(4) {
	left: 73%;
	top: 0px;
}
#process .process_box ul li:nth-child(odd) {
	width: 23%;
	padding-bottom: 23%;
}
#process .process_box ul li:nth-child(even) {
	width: 27%;
	padding-bottom: 27%;
	color: #FFF;
}
#process .process_box ul li .box {
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#process .process_box ul li:nth-child(odd) .box {
	background-color: rgba(255,255,255,.9);
	width: 90%;
	padding-bottom: 90%;
}
#process .process_box ul li:nth-child(even) .box {
	background-color: rgba(51,51,51,.9);
	width: 100%;
	padding-bottom: 100%;
	color: #FFF;
}
#process .process_box ul li:nth-child(1) .box {
	margin-left: 18%;
	margin-top: -14%;
}
#process .process_box ul li:nth-child(2) .box {
	margin-top: 20%;
	margin-left: 0%;
}
#process .process_box ul li:nth-child(3) .box {
	margin-top: -14%;
	margin-left: -7.5%;
}
#process .process_box ul li:nth-child(4) .box {
	margin-top: 20%;
	margin-left: -21%;
}
#process .process_box ul li .box span {
	position: absolute;
	left: 48%;
	top: 48%;
	text-align: center;
	transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-o-transform: translate(-50%,-50%) rotate(-45deg);
	font-size: 18px;
	width: 70%;
}
#process .process_box ul li span .p_icon {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#process .process_box ul li span b {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	display: block;
}
}
@media (max-width: 999px) and (min-width: 768px) {
#process {
	background-image: url(../images/process_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	overflow: hidden;
}
#process .process_box {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
#process .process_box ul {
	display: block;
	padding-top: 8%;
	padding-bottom: 0%;
}
#process .process_box ul li {
	float: left;
	position: relative;
	width: 50%;
	padding-bottom: 50%;
}
#process .process_box ul li .box {
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#process .process_box ul li:nth-child(odd) .box {
	background-color: rgba(255,255,255,.9);
	width: 70%;
	padding-bottom: 70%;
}
#process .process_box ul li:nth-child(even) .box {
	background-color: rgba(51,51,51,.9);
	width: 70%;
	padding-bottom: 70%;
	color: #FFF;
}
#process .process_box ul li:nth-child(1) .box {
	margin-left: 54%;
	margin-top: 0%;
}
#process .process_box ul li:nth-child(2) .box {
	margin-top: 35.5%;
	margin-left: 19%;
}
#process .process_box ul li:nth-child(3) .box {
	margin-left: 12%;
	margin-top: -41%;
}
#process .process_box ul li:nth-child(4) .box {
	margin-top: -6%;
	margin-left: -22.5%;
}
#process .process_box ul li .box span {
	position: absolute;
	left: 48%;
	top: 48%;
	text-align: center;
	transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-o-transform: translate(-50%,-50%) rotate(-45deg);
	font-size: 18px;
	width: 70%;
}
#process .process_box ul li span .p_icon {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#process .process_box ul li span b {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	display: block;
}
}
@media (max-width: 767px) {
#process {
	background-image: url(../images/process_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 140% auto;
	overflow: hidden;
}
#process .process_box {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
#process .process_box ul {
	display: block;
	padding-top: 10%;
	padding-bottom: 0%;
}
#process .process_box ul li {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	opacity: 0;
}
#process.ani_on .process_box ul li {
	opacity: 1;
}
#process.ani_on .process_box ul li:nth-child(1) {
	margin-left: -10px;
	margin-top: 20px;
}
#process.ani_on .process_box ul li:nth-child(2) {
	margin-top: -23px;
	margin-left: 10px;	
}
#process.ani_on .process_box ul li:nth-child(3) {
	margin-top: -23px;
	margin-left: -10px;
}
#process.ani_on .process_box ul li:nth-child(4) {
	margin-top: -23px;
	margin-left: 10px;
}
#process.ani_on .process_box ul li .box {
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
#process .process_box ul li:nth-child(odd) .box {
	background-color: rgba(255,255,255,.9);
	width: 70%;
	padding-bottom: 70%;
}
#process .process_box ul li:nth-child(even) .box {
	background-color: rgba(51,51,51,.9);
	width: 70%;
	padding-bottom: 70%;
	color: #FFF;
}
#process .process_box ul li:nth-child(1) .box {
	margin-left: 15%;
	margin-top: 0%;
}
#process .process_box ul li:nth-child(2) .box {
	margin-left: 15%;
	margin-top: 0%;
}
#process .process_box ul li:nth-child(3) .box {
	margin-left: 15%;
	margin-top: 0%;
}
#process .process_box ul li:nth-child(4) .box {
	margin-left: 15%;
	margin-top: 0%;
}
#process .process_box ul li .box span {
	position: absolute;
	left: 48%;
	top: 48%;
	text-align: center;
	transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-o-transform: translate(-50%,-50%) rotate(-45deg);
	font-size: 15px;
	width: 70%;
	line-height: 20px;
}
#process .process_box ul li span .p_icon {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#process .process_box ul li span b {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	display: block;
}
}
#process .process_box ul li span .p_icon img {
	width: 100%;
	max-width: 130px;
}

/*************************
*
*  recruit
*
*************************/
#recruit {
	background-image: url(../images/recruit_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
#recruit.ani_on .recruit_box span h1::after {
    margin-left: 30px;
    animation-duration: .5s;
    -moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    animation-name: anime5;
    -moz-animation-name: anime5;
    -webkit-animation-name: anime5;
}
#recruit .recruit_box span h1::after {
    content: "";
    background-image: url(../images/recruit_h1.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    display: inline-block;
    height: 31px;
    width: 46px;
    vertical-align: middle;
    margin-left: 10px;
}
#recruit .recruit_box.active ul li .job_box .job_title i {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 65%;
	display: block;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #FFF;
	border-radius: 50%;
}
#recruit .recruit_box.active ul li .job_box .job_title .type1 {
	background-image: url(../images/type01.svg);
}
#recruit .recruit_box.active ul li .job_box .job_title .type2 {
	background-image: url(../images/type02.svg);
}
#recruit .recruit_box.active ul li .job_box .job_title .type3 {
	background-image: url(../images/type03.svg);
}
#recruit .recruit_box.active ul li .job_box .job_title .type4 {
	background-image: url(../images/type04.svg);
}
@keyframes anime5 {
0%   {margin-left: 5px;}
100% {margin-left: 15px;}
}
@-moz-keyframes anime5 {
0%   {margin-left: 5px;}
100% {margin-left: 15px;}
}
@-webkit-keyframes anime5 {
0%   {margin-left: 5px;}
100% {margin-left: 15px;}
}
#recruit .recruit_box.active span > a::before {
	transform:rotate(90deg);
}
@media (min-width: 1250px) {
#recruit .recruit_box {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#recruit .recruit_box > span {
	width: 52%;
	border-radius: 18px;
	background-color: rgba(0,0,0,.5);
	display: block;
	color: #bdbebe;
	font-size: 18px;
	line-height: 24px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: all 0.3s ease-out;
}
#recruit .recruit_box.active > span {
	width: 100%;
	border-radius: 18px;
	background-color: rgba(0,0,0,.5);
	display: block;
	color: #bdbebe;
	font-size: 18px;
	line-height: 24px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
}
#recruit .recruit_box span h1 {
	font-size: 50px;
	line-height: 60px;
	text-align: left;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
#recruit .recruit_box span h1::before {
	background-image: none;
	height: 0px;
	width: 0px;
	margin-right: 0px;
}
#recruit .recruit_box.active .recruit_message {
}
#recruit .recruit_box .job {
	display: none;
}
#recruit .recruit_box.active .job {
	margin-top: 30px;
	position: relative;
	display: block;
	width: calc(100% + 30px);
	overflow: hidden;
	margin-right: -15px;
	margin-left: -15px;
}
#recruit .recruit_box.active .job {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: .3s;
	-moz-animation-delay: .3;
	-webkit-animation-delay: .3s;
	animation-name: job1;
	-moz-animation-name: job1;
	-webkit-animation-name: job1;
	opacity: 0;
	animation-fill-mode: forwards;
	height: 0px;
}
#recruit .recruit_box.active ul > li {
	width: 25%;
	height: 100%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#recruit .recruit_box.active ul > li:nth-child(1) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(2) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(3) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(4) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box ul li .job_box {
	min-height: 100%;
	padding: 20px;
	background-color: rgba(0,0,0,.8);
	padding: 20px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255,255,255,.6);
	display: inline-block;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	background: -moz-linear-gradient(-45deg,  rgba(135,157,207,0.6) 0%, rgba(128,109,176,0.6) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(135,157,207,0.6) 0%,rgba(128,109,176,0.6) 100%);
	background: linear-gradient(135deg,  rgba(135,157,207,0.6) 0%,rgba(128,109,176,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc879dcf', endColorstr='#cc806db0',GradientType=1 );
	position: relative;
	width: 100%;
}
#recruit .recruit_box.active ul li .job_box .job_title {
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 60px;
	position: relative;
}
#recruit .recruit_box.active ul li .job_box span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
#recruit .recruit_box ul li .job_text {
	min-height: 200px;
	overflow-y: auto;
}
#recruit .recruit_box > span > div > a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 35px;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	background: #879dcf;
	background: -moz-linear-gradient(top,  #879dcf 0%, #806db0 100%);
	background: -webkit-linear-gradient(top,  #879dcf 0%,#806db0 100%);
	background: linear-gradient(to bottom,  #879dcf 0%,#806db0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#879dcf', endColorstr='#806db0',GradientType=0 );
	line-height: 30px;
	display: inline-block;
	margin-top: 10px;
}
#recruit .recruit_box > span > div > a::before {
	content: "";
	background-image: url(../images/arrow2.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	position: absolute;
	left: 3px;
	top: 3px;
}
#recruit .recruit_box.active ul > li b {
	text-align: center;
	display: block;
	margin-top: 15px;
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
}
#recruit .recruit_box.active ul > li a {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 80%;
	display: inline-block;
}
#recruit .recruit_box.active ul > li a:hover {
	background: rgba(255,255,255,.2);
}
}
@media (max-width: 1249px) and (min-width: 1000px) {
#recruit .recruit_box {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#recruit .recruit_box > span {
	width: 52%;
	border-radius: 18px;
	background-color: rgba(0,0,0,.5);
	display: block;
	color: #bdbebe;
	font-size: 18px;
	line-height: 24px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: all 0.3s ease-out;
}
#recruit .recruit_box.active > span {
	width: 100%;
	border-radius: 18px;
	background-color: rgba(0,0,0,.5);
	display: block;
	color: #bdbebe;
	font-size: 18px;
	line-height: 24px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
}
#recruit .recruit_box span h1 {
	font-size: 50px;
	line-height: 60px;
	text-align: left;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
#recruit .recruit_box span h1::before {
	background-image: none;
	height: 0px;
	width: 0px;
	margin-right: 0px;
}
#recruit .recruit_box.active .recruit_message {
}
#recruit .recruit_box .job {
	display: none;
}
#recruit .recruit_box.active .job {
	margin-top: 30px;
	position: relative;
	display: block;
	width: calc(100% + 30px);
	overflow: hidden;
	margin-right: -15px;
	margin-left: -15px;
}
#recruit .recruit_box.active .job {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: .3s;
	-moz-animation-delay: .3;
	-webkit-animation-delay: .3s;
	animation-name: job2;
	-moz-animation-name: job2;
	-webkit-animation-name: job2;
	opacity: 0;
	animation-fill-mode: forwards;
	height: 0px;
}
#recruit .recruit_box.active ul > li {
	width: 50%;
	height: 50%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#recruit .recruit_box.active ul > li:nth-child(1) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(2) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(3) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(4) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box ul li .job_box {
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0,0,0,.8);
	padding: 20px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255,255,255,.6);
	display: inline-block;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	background: -moz-linear-gradient(-45deg,  rgba(135,157,207,0.6) 0%, rgba(128,109,176,0.6) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(135,157,207,0.6) 0%,rgba(128,109,176,0.6) 100%);
	background: linear-gradient(135deg,  rgba(135,157,207,0.6) 0%,rgba(128,109,176,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc879dcf', endColorstr='#cc806db0',GradientType=1 );
	position: relative;
}
#recruit .recruit_box.active ul li .job_box .job_title {
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 60px;
	position: relative;
}
#recruit .recruit_box.active ul li .job_box span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
#recruit .recruit_box span a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 35px;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	background: #879dcf;
	background: -moz-linear-gradient(top,  #879dcf 0%, #806db0 100%);
	background: -webkit-linear-gradient(top,  #879dcf 0%,#806db0 100%);
	background: linear-gradient(to bottom,  #879dcf 0%,#806db0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#879dcf', endColorstr='#806db0',GradientType=0 );
	line-height: 30px;
	display: inline-block;
	margin-top: 10px;
}
#recruit .recruit_box span > div > a::before {
	content: "";
	background-image: url(../images/arrow2.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	position: absolute;
	left: 3px;
	top: 3px;
}
#recruit .recruit_box.active ul > li b {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#recruit .recruit_box.active ul > li a {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 15px;
}
#recruit .recruit_box.active ul > li a:hover {
	background: rgba(255,255,255,.2);
}
}
@media (max-width: 999px) and (min-width: 768px) {
#recruit .recruit_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#recruit .recruit_box > span {
	width: 90%;
	border-radius: 18px;
	background-color: rgba(0,0,0,.5);
	display: block;
	color: #bdbebe;
	font-size: 18px;
	line-height: 24px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#recruit .recruit_box > span h1 {
	font-size: 50px;
	line-height: 60px;
	text-align: left;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
#recruit .recruit_box > span h1::before {
	background-image: none;
	height: 0px;
	width: 0px;
	margin-right: 0px;
}
#recruit .recruit_box > span h1::after {
	content: "";
	background-image: url(../images/recruit_h1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: inline-block;
	height: 31px;
	width: 46px;
	vertical-align: middle;
	margin-left: 10px;
}
#recruit .recruit_box .job {
	height: 0px;
	overflow: hidden;
}
#recruit .recruit_box.active .job {
	margin-top: 30px;
	display: block;
	width: 100%;
	height: auto;
}
#recruit .recruit_box.active ul > li {
	width: 100%;
	margin-bottom: 10px;
}
#recruit .recruit_box.active ul > li:nth-child(1) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(2) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(3) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(4) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box ul li .job_box {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255,255,255,.6);
	display: inline-block;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	background: -moz-linear-gradient(-45deg,  rgba(135,157,207,0.6) 0%, rgba(128,109,176,0.6) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(135,157,207,0.6) 0%,rgba(128,109,176,0.6) 100%);
	background: linear-gradient(135deg,  rgba(135,157,207,0.6) 0%,rgba(128,109,176,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc879dcf', endColorstr='#cc806db0',GradientType=1 );
	width: 100%;
}
#recruit .recruit_box.active ul li .job_box .job_title {
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 60px;
	position: relative;
}
#recruit .recruit_box.active ul li .job_box .job_title span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
#recruit .recruit_box span > div > a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 35px;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	background: #879dcf;
	background: -moz-linear-gradient(top,  #879dcf 0%, #806db0 100%);
	background: -webkit-linear-gradient(top,  #879dcf 0%,#806db0 100%);
	background: linear-gradient(to bottom,  #879dcf 0%,#806db0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#879dcf', endColorstr='#806db0',GradientType=0 );
	line-height: 30px;
	display: inline-block;
	margin-top: 10px;
}
#recruit .recruit_box span > div > a::before {
	content: "";
	background-image: url(../images/arrow2.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	position: absolute;
	left: 3px;
	top: 3px;
}
#recruit .recruit_box.active ul > li b {
	text-align: center;
	display: block;
	margin-top: 15px;
}
#recruit .recruit_box.active ul > li a {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#recruit .recruit_box.active ul > li a:hover {
	background: rgba(255,255,255,.2);
}
}
@media (max-width: 767px) {
#recruit .recruit_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#recruit .recruit_box > span {
	width: 90%;
	border-radius: 15px;
	background-color: rgba(0,0,0,.5);
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#recruit .recruit_box > span h1 {
	font-size: 36px;
	line-height: 48px;
	text-align: left;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
#recruit .recruit_box > span h1::before {
	background-image: none;
	height: 0px;
	width: 0px;
	margin-right: 0px;
}
#recruit .recruit_box span h1::after {
	content: "";
	background-image: url(../images/recruit_h1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 20px;
	width: 30px;
	vertical-align: middle;
	margin-left: 10px;
}
#recruit .recruit_box .job {
	height: 0px;
	overflow: hidden;
}
#recruit .recruit_box.active .job {
	margin-top: 20px;
	display: block;
	width: 100%;
	height: auto;
}
#recruit .recruit_box.active ul > li {
	width: 100%;
	margin-bottom: 10px;
}
#recruit .recruit_box.active ul > li:nth-child(1) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(2) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(3) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box.active ul > li:nth-child(4) {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-webkit-animation-delay: 1.9s;
	animation-name: job3;
	-moz-animation-name: job3;
	-webkit-animation-name: job3;
	opacity: 0;
	animation-fill-mode: forwards;
}
#recruit .recruit_box ul li .job_box {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255,255,255,.6);
	display: inline-block;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	background: -moz-linear-gradient(-45deg,  rgba(135,157,207,0.6) 0%, rgba(128,109,176,0.6) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(135,157,207,0.6) 0%,rgba(128,109,176,0.6) 100%);
	background: linear-gradient(135deg,  rgba(135,157,207,0.6) 0%,rgba(128,109,176,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc879dcf', endColorstr='#cc806db0',GradientType=1 );
	width: 100%;
}
#recruit .recruit_box.active ul li .job_box .job_title {
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 60px;
	position: relative;
}
#recruit .recruit_box.active ul li .job_box .job_title span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
#recruit .recruit_box span a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 35px;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	background: #879dcf;
	background: -moz-linear-gradient(top,  #879dcf 0%, #806db0 100%);
	background: -webkit-linear-gradient(top,  #879dcf 0%,#806db0 100%);
	background: linear-gradient(to bottom,  #879dcf 0%,#806db0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#879dcf', endColorstr='#806db0',GradientType=0 );
	line-height: 40px;
	display: block;
	margin-top: 20px;
	text-align: center;
}
#recruit .recruit_box span a::before {
	content: "";
	background-image: url(../images/arrow2.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 34px;
	width: 34px;
	vertical-align: middle;
	position: absolute;
	left: 3px;
	top: 3px;
}
#recruit .recruit_box.active ul > li b {
	text-align: center;
	display: block;
	margin-top: 15px;
	
}
#recruit .recruit_box.active ul > li a {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	border-radius: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
}
#recruit .recruit_box.active ul > li a:hover {
	background: rgba(255,255,255,.2);
}
}
#recruit .recruit_box.active ul > li ol {
	padding-left: 20px;
}
@keyframes job1 {
from{height: 0px;;opacity: 0;}
to{height: 450px;opacity: 1;}
}
@-moz-keyframes job1 {
from{height: 0px;;opacity: 0;}
to{height: 450px;opacity: 1;}
}
@-webkit-keyframes job1 {
from{height: 0px;;opacity: 0;}
to{height: 450px;opacity: 1;}
}
@keyframes job2 {
from{height: 0px;;opacity: 0;}
to{height: 640px;opacity: 1;}
}
@-moz-keyframes job2 {
from{height: 0px;;opacity: 0;}
to{height: 640px;opacity: 1;}
}
@-webkit-keyframes job2 {
from{height: 0px;;opacity: 0;}
to{height: 640px;opacity: 1;}
}
@keyframes job3 {
from{margin-left: -30px;opacity: 0;}
to{margin-left: 0px;opacity: 1;}
}
@-moz-keyframes job3 {
from{margin-left: -30px;opacity: 0;}
to{margin-left: 0px;opacity: 1;}
}
@-webkit-keyframes job3 {
from{margin-left: -30px;opacity: 0;}
to{margin-left: 0px;opacity: 1;}
}
/*************************
*
*  footer
*
*************************/
@media (min-width: 768px) {
footer {
	color: #6F6E6F;
	background-color: #252525;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer .copy_right {
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 24px;
}
footer .copy_right span {
	float: right;
}
footer .copy_right span::before {
	content: "";
	background-image: url(../images/telephone.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	margin-right: 5px;
}
}
@media (max-width: 767px) {
footer {
	color: #6F6E6F;
	background-color: #252525;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .copy_right {
	width: 100%;
	font-size: 15px;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 24px;
	text-align: center;
}
footer .copy_right span {
	display: block;
}
footer .copy_right span::before {
	content: "";
	background-image: url(../images/telephone.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	margin-right: 5px;
}
}