@charset "UTF-8";
/* CSS Document */
/*******************************
			リセット設定
*******************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
	margin: 0 auto;
	padding: 0;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
fieldset {
	min-width: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus {
	outline: 0px solid #c1c1c1;
	outline: 0px solid rgba(51, 51, 51, 0.3);
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
body,
button,
input,
select,
textarea {
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto;
	padding: 0;
}
p {
	margin: 0 auto;
	padding: 0;
}
b,
strong {
	font-weight: bold;
	letter-spacing: 2px;
}
dfn,
cite,
em,
i {

}

/*******************************
		グローバル設定
*******************************/
html{
	font-size: 62.5%;
	margin: 0!important;
	height: 100%;
	box-sizing: border-box;
}
body{
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    font-family: Lato,"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	line-height: 1;
	font-weight: normal;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
	overflow-x: hidden;
	background-color: #fff;
	font-feature-settings: "palt";
}
body p{
	font-size:16px;
	font-size:1.6rem;	
}
a[href^="tel"]{
    color:inherit;
}
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	color: #fff;
	transition: all .3s;
	opacity: 1;
}
a:hover {
	transition: all 1s;
	opacity: 0.5;
}
.Mac{
	font-family: Lato,"游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
	-moz-osx-font-smoothing: grayscale;
}
.wrapper {
    width: 100%;
    background-color: #000;
    z-index: 1;
    position: relative;
}
#video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.awesome{
	font-family: "Font Awesome 5 Free";
}
/*******************************
	header
*******************************/
.site-title {
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-top: 10px;
    z-index: 10;
    position: absolute;
}
h1 {
    width: 200px;
}
.site-title h2 {
    width: 150px;
    margin-top: 5px;
}
header {
    position: absolute;
    height: 65px;
    width: 100%;
    z-index: 100;
    transition: all 1s;
    backface-visibility: hidden;
    background-color: transparent;
	top: 0;
}
header .header-submenu{
	transform: translateY(0%);
	transition: all 1s;
	display: none;
}
.fixed{
	transform: translateY(0%);
	transition: all 1s;
	animation: header_hide 1s ease-in-out forwards;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
}
@keyframes header_hide {
  0% {
  opacity:0;
  transform: translateY(-100%);
 }
  100% {
  opacity:1;
  transform: translateY(0%);
 }
}
.hide.openNav .white{
	display: block;
}
.hide.openNav .black{
	display: none;
}
.site-header.clone-site-header.isnotshow {
    position: fixed;
    background-color: #00000096;
    transform: translateY(0%);
}
.site-header.clone-site-header {
    transform: translateY(-100%);
}
/*******************************
	hamburger
*******************************/
.hamburger {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 25px;
	cursor: pointer;
	z-index: 3;
	overflow: hidden;
}
.hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 1000;
    background-color: #333;
    overflow: hidden;
}
.hamburger div {
    top: 20px;
    width: 35px;
    left: 15px;
    display: block;
    position: absolute;
    height: 35px;
    cursor: pointer;
    z-index: 1000;
    background-color: #333;
    overflow: hidden;
}
.hamburger span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 1px #fff;
	-webkit-transition: .35s linear;
	-moz-transition: .35s linear;
	transition: .35s linear;
	backface-visibility: hidden;
}
.hamburger span:nth-child(1) {
	top: 0;
	animation: header_off1 2.5s ease-in-out -0.3s infinite;
	backface-visibility: hidden;
}
.hamburger span:nth-child(2) {
	top: 11px;
	animation:header_off1 2.5s ease-in-out -0.15s infinite;
	backface-visibility: hidden;
}
.hamburger span:nth-child(3) {
	top: 22px;
	animation:header_off1 2.5s ease-in-out -0s infinite;
	backface-visibility: hidden;
}
@keyframes header_off1 {
 0% {
  left:-100%;
  opacity:0
 }
 15%,85% {
  left:0;
  opacity:1
 }
 100% {
  left:100%;
  opacity:0
 }
}
/*******************************
	header　openNav
*******************************/
header.openNav .hamburger span:nth-child(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	-moz-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
	animation: header_0n 2.5s ease-in-out 0s infinite;
	border-bottom: solid 2px #fff;
}
header.openNav .hamburger span:nth-child(2) {
	-webkit-transform: scaleX(0.1);
	-moz-transform: scaleX(0.1);
	transform: scaleX(0.1);
	animation: header_0n 2.5s ease-in-out 0s infinite;
	border-bottom: solid 2px #fff;
}
header.openNav .hamburger span:nth-child(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	-moz-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
	animation: header_0n 2.5s ease-in-out 0s infinite;
	border-bottom: solid 2px #fff;
}
@keyframes header_0n {
 0% {
  left:0;
  opacity:1
 }
 15%,85% {
  left:0;
  opacity:1
 }
 100% {
  left:0;
  opacity:1
 }
}
header.openNav .hamburger div {
	position: relative;
	top: 20px;
	width: 35px;
	left: 15px;
}
/*******************************
	header　global-menu
*******************************/
header .header-menu{
	height: 100%;
}
header .global-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  backface-visibility: hidden;
}
header .global-menu ul {
	list-style: none;
	padding: 0 5%;
	margin: 100px auto 0;
}
header .global-menu li {
	border-bottom: dotted 0px #fff;
	display: block;
	width: 100%;
}
header .global-menu li:last-child {
  border-bottom: none;
}
header .global-menu li a {
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 4.6875vw;
	line-height: 3;
	transition: all 2s;
	backface-visibility: hidden;
	width: 100%;
}
header .global-menu li a::after {
    right: 0;
    border-color: #fff;
    border-bottom-width: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: transform .5s;
    transition: transform .5s;
    left: 0;
    position: relative;
    content: none;
    display: block;
    border-bottom-style: solid;
    padding-bottom: 5px;
}
header .global-menu li a:hover::after {
    transform: scale(1, 1);
}
header .global-menu li a:hover {
  
}
header.openNav .global-menu {
	height: 100%;
}
header.openNav .global-menu ul {
	height: 100%;
	margin: 100px auto 0;
	flex-flow: column wrap;
	justify-content: normal;
	align-items: normal;
}
header.openNav .global-menu ul li a {
	margin-left: 0;
	transition: all 2s;
}
header .global-menu ul li a:link, header .global-menu ul li a:visited, header .global-menu ul li a:active{
	border: 0;
} 
a:link, a:visited, a:active, a:focus{
	border: 0;
}
.openNav {
	height: 100%;
	transition: all 1s;
	background-color: #222;
	backface-visibility: hidden;
	position: fixed;
	animation: none;
	tansition:all 1s;
}
/*******************************
	header　submenu
*******************************/
.header-submenu{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}
.sub-menu {
    width: 100%;
    height: auto;
    background-color: #000;
    z-index: 0;
}
.sub-menu h3{
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}
#sub-nav{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
}
#sub-nav li{
    width: 50%;
    background-color: #000;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
    height: auto;
}
#sub-nav li a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
}
#sub-nav li:last-child{
	border-right: 0px solid #fff;
}
#sub-nav li a i{
	font-size: 100%;
	margin-right: 5px;
}
#footer-nav {
    margin: 0 auto 30px;
}
ul.footer-nav-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
}
ul.footer-nav-ul li{
	margin: 10px;
	text-align: center;
}
ul.footer-nav-ul li a{
	font-size: 14px;
}
/*******************************
	        footer
*******************************/
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
	text-align: center;
	padding: 120px 0 40px;
	background-repeat: repeat-y;
	background-size: 100% auto;
	display: block;
	background-color:#000;
}
#copyright{
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-size: 11px;
}
.footer-title {
    width: 240px;
    margin: 0 auto 20px;
}
#footer-main-nav {
    display: flex;
    justify-content: space-around;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    margin: 20px auto 20px;
}
#footer-main-nav li{
	font-size: 18px;
	width: 100%;
	border-top: 1px solid #fff;
}
#footer-main-nav li:last-child{
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#footer-main-nav li a{
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 900;
	text-decoration: none;
	padding: 10px 0;
	background-color:#111;
	color: #fff;
}
.footer-sab-menu{
	margin: 0 auto 80px;
}
#sab-nav {
	display: flex;
    justify-content: center;
	flex-flow: row nowrap;
	align-items: center;
	width: auto;
	margin: 10px auto 50px;
}
#sab-nav li{
	font-size: 14px;
	margin: 0 20px;
}
#sab-nav li a{
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}
@media only screen and (min-width: 600px) {
.footer-title {
    width: 320px;
    margin: 0 auto 20px;
}
}
@media only screen and (min-width: 1024px) {
header {
	height: 110px;
}
.site-title {
    margin-left: 50px;
	margin-top: 25px;
}
h1 {
    width: 300px;
    height: auto;
    margin: 0;
}
.site-title h2 {
    width: 200px;
}
header .global-menu {
    position: absolute;
    top: 0px;
    right: 0;
	left: auto;
    height: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: hidden;
    backface-visibility: hidden;
    z-index: 100;
	margin: 0;
	width: 0;
	background-color: #333;
}
header .global-menu ul {
    list-style: none;
    padding: 25px 90px 0 25px;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
	justify-content: space-between;
	width: 780px;
}
header .global-menu li {
    display: block;
    width: auto;
}
header .global-menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    transition: opacity 1s;
    backface-visibility: hidden;
    width: 100%;
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
}
header.openNav .global-menu {
	height: 65px;
	width: 800px;
}
header.openNav .global-menu ul {
    height: auto;
    margin: 0 auto 0;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: normal;
}
header.fixed.openNav {
    height: 65px;
    transition: all 1s;
    backface-visibility: hidden;
	background-color: rgba(0,0,0,0.8);
    position: absolute;
    animation: none;
    tansition: all 1s;
	position: fixed;
}
header.openNav {
    height: 65px;
    transition: all 1s;
    background-color: transparent;
    backface-visibility: hidden;
    position: absolute;
    animation: none;
    tansition: all 1s;
}
header.fixed.openNav .global-menu {
    height: 65px;
    width: 800px;
}
header.openNav.hide {
    position: fixed;
	height: 65px;
	width: 100%;
	z-index: 100;
	backface-visibility: hidden;
	animation: header_hide 1s ease-in-out;
}
header .header-submenu {
    transform: translateY(0%);
    transition: all 1s;
    display: block;
}
#sub-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
}
#sub-nav li {
    width: auto;
    background-color: transparent;
	border-right: 0px solid #fff;
	color: #fff;
    text-align: center;
    height: auto;
	display: flex;
	align-items: center;
}
#sub-nav li a {
    color:  #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}
#sub-nav li:first-child{
	display: flex;
	align-items: center;
}
#sub-nav li:first-child a{
	background-color: #003893;
}
#sub-nav li:last-child {
	border-right: 0px solid #fff;
	background-color:transparent;
	color:#003893;
	margin-left: 10px;
	display: none;
}
#sub-nav li:last-child a{
    font-size: 24px;
    font-weight: bold;
    color: #003893;
    padding: 0;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	
}
.clone-submenu{
	display: none;	
}
ul.footer-nav-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
}
ul.footer-nav-ul li{
	margin: 0 15px;
}
ul.footer-nav-ul li a{
	font-size: 16px;
}
header.hide .global-menu {

}
header .global-menu li a::after {
    right: 0;
    border-color: #fff;
    border-bottom-width: 2px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: transform .5s;
    transition: transform .5s;
    left: 0;
    position: relative;
    content: '';
    display: block;
    border-bottom-style: solid;
    padding-bottom: 5px;
}
#footer-main-nav {
    display: flex;
    justify-content: space-around;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	margin: 20px auto 20px;
	max-width: 960px;
}
#footer-main-nav li{
	font-size: 18px;
	width: auto;
	border-top: 0px solid #fff;
}
#footer-main-nav li:last-child{
	font-size: 18px;
	width: auto;
	border-bottom: 0px solid #fff;
}
#footer-main-nav li a{
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 900;
	text-decoration: none;
	padding: 0;
	background-color: transparent;
}
#copyright{
	display: block;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-size: 13px;
}
}
@media only screen and (min-width: 1281px) {

header .global-menu li a {

}

}
/*******************************
			 main
*******************************/
/*******************************
	        contact
*******************************/
main #section07 {
    position: relative;
    background-color: rgba(255,255,255,1);
    padding: 64px 20px 100px;
}
main #section07 h2 {
    text-align: center;
	letter-spacing: .4rem;
    position: relative;
    font-size: 28px;
    color:  #000;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	width: 100%;
}
main #section07 p {
    text-align: center;
    margin: 30px auto 0;
    line-height: 2;
	font-size: 14px;
}
main #section07 #contact-Area {
    background-color: #000;
	height: auto;
	margin: 30px auto 0;
	padding: 50px 30px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	color:#fff;
    min-width: 100%;
    max-width: 1020px;
}
main #section07 #contact-Area .contact-left{
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
main #section07 #contact-Area .contact-left h3{
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 24px;
}
main #section07 #contact-Area .contact-left .company-name a{
	width: 200px;
	margin-top: 10px;
	display: block;
	text-align: left;
	transition: opacity 1s ;
}
main #section07 #contact-Area .contact-left .company-address {
    padding-left: 40px;
	position: relative;
	margin: 15px 0 0;
}
main #section07 #contact-Area .contact-left .company-address::before{
	content: "\f3c5";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 pro";
	font-weight: 900;
	font-size: 30px;
}
main #section07 #contact-Area .contact-left .company-address p{
	margin: 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.2;
}
main #section07 #contact-Area .contact-left .company-address a{
	font-size: 14px;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
}
main #section07 #contact-Area .contact-left .company-telephone {
    padding-left: 40px;
	position: relative;
	margin: 15px 0;
}
main #section07 #contact-Area .contact-left .company-telephone::before {
	content: "\f879";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 pro";
	font-weight: 900;
	font-size: 30px;
}
main #section07 #contact-Area .contact-left .company-telephone p{
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
}
main #section07 #contact-Area .contact-left .company-telephone p a{
	font-size: 20px;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
}
main #section07 #contact-Area .contact-left .company-telephone p a span{
	font-size: 16px;
}
main #section07 #contact-Area .contact-right{
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	margin: 30px 0 0;
}
main #section07 #contact-Area .contact-right .contact-mail{
	
}
main #section07 #contact-Area .contact-right .contact-mail h3{
	font-size: 20px;
	font-weight: bold;
}
main #section07 #contact-Area .contact-right .contact-mail .button {
    cursor: pointer;
    width: 100%;
  	max-width: none;
	margin: 10px 0;
	height: 75px;
}
main #section07 #contact-Area .contact-right .contact-mail .button a {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    position: absolute;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 24px;
}
main #section07 #contact-Area .contact-right .contact-mail .button:hover a {
    color: #000;
}
main #section07 #contact-Area .contact-right .contact-mail .button a span::after {
    content: none;
}
main #section07 #contact-Area .contact-right .contact-recruit{
	padding: 20px 0;
}
main #section07 #contact-Area .contact-right .contact-recruit h3{
	font-size: 20px;
	font-weight: bold;
}
main #section07 #contact-Area .contact-right .contact-recruit .button {
    cursor: pointer;
    width: 100%;
    max-width: none;
	margin: 10px 0;
	height: 75px;
}
main #section07 #contact-Area .contact-right .contact-recruit .button a {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    position: absolute;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 24px;
}
main #section07 #contact-Area .contact-right .contact-recruit .button:hover a {
    color: #000;
}
main #section07 #contact-Area .contact-right .contact-recruit .button a span::after {
    content: none;
}
main #section07 #contact-Area .contact-right .contact-recruit h3 {
    font-size: 20px;
	font-weight: bold;

}/*******************************
	        button
*******************************/
.button {
    cursor: pointer;
    width: 100%;
    margin: 0 auto 0;
    border: 0;
    height: 52px;
    color: #fff;
    font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
    padding: 0;
    max-width: 340px;
    overflow: hidden;
    position: relative;
    transform-origin: 0 0 0;
    z-index: 1;
}
.button {
    background-color: transparent;
    transition: background-color 2s;
    overflow: hidden;
	display: block;	
	border: 1px solid #fff;
}
.button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #fff;
    transform-origin: right top;
    transform: skewX(0deg) scale(0, 1);
    transition: transform 0.5s;
}
.button:hover::before {
    transform-origin: left top;
    transform: skewX(0deg) scale(1, 1);
}
.button:hover a {
    color: #000;
}
.button a:hover{
	opacity: 1;
}
.button a {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    position: absolute;
    text-align: center;
    font-size: 20px;
	color: #fff;
	padding: 16px;
}
.button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #fff;
    transform-origin: right top;
    transform: skewX(0deg) scale(0, 1);
    transition: transform 0.5s;
}
.button a span {
    position: relative;
    display: inline-block;
    height: 100%;
}
.button a:hover span::after {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
.button a span::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
	margin-left: 100px;
}
.button_section03 {
    cursor: pointer;
    width: 100%;
    margin: 0 auto 0;
    border: 0;
    height: 52px;
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
    padding: 0;
    max-width: 340px;
    overflow: hidden;
    position: relative;
    transform-origin: 0 0 0;
    z-index: 1;
}
.button_section03 {
    background-color: transparent;
    transition: background-color 2s;
    overflow: hidden;
	display: block;	
	border: 1px solid #000;
}
.button_section03::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #000;
    transform-origin: right top;
    transform: skewX(0deg) scale(0, 1);
    transition: transform 0.5s;
}
.button_section03:hover::before {
    transform-origin: left top;
    transform: skewX(0deg) scale(1, 1);
}
.button_section03:hover a {
    color: #fff;
}
.button_section03 a:hover{
	opacity: 1;
}
.button_section03 a {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    position: absolute;
    text-align: center;
    font-size: 20px;
	color: #000;
	padding: 16px;
}
.button_section03::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #000;
    transform-origin: right top;
    transform: skewX(0deg) scale(0, 1);
    transition: transform 0.5s;
}
.button_section03 a span {
    position: relative;
    display: inline-block;
    height: 100%;
}
.button_section03 a:hover span::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.button_section03 a span::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
	margin-left: 100px;
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (min-width: 600px) {

}
@media only screen and (min-width: 1024px) {
main #section07{
    position: relative;
    background-color: rgba(255,255,255,1);
	padding: 100px 0 100px;
}
main #section07 h2 {
    text-align: center;
	letter-spacing: .8rem;
    position: relative;
    font-size: 50px;
    color:  #000;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	width: 100%;
}
main #section07 p {
    text-align: center;
    margin: 30px auto 0;
    line-height: 2;
	font-size: 16px;
}
main #section07 #contact-Area{
	background-color: #000;
	height: 400px;
	margin: 30px auto 0;
	padding: 80px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	color: #fff;
	min-width: 940px;
	max-width: 1020px;
}
main #section07 #contact-Area .contact-right{
	width: 40%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
main #section07 #contact-Area .contact-left{
	width: 60%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
main #section07 #contact-Area .contact-left h3{
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 42px;
}
main #section07 #contact-Area .contact-left .company-name a{
	width: 280px;
	margin-top: 10px;
	display: block;
	text-align: left;
	transition: opacity 1s ;
}
main #section07 #contact-Area .contact-left .company-address {
    padding-left: 80px;
	position: relative;
	margin: 0;
	width: 400px;
}
main #section07 #contact-Area .contact-left .company-address::before{
	content: "\f3c5";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 pro";
	font-weight: 900;
	font-size: 45px;
}
main #section07 #contact-Area .contact-left .company-address p{
	margin: 0;
	text-align: left;
	font-size: 18px;
}
main #section07 #contact-Area .contact-left .company-address a{
	font-size: 16px;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
}
main #section07 #contact-Area .contact-left .company-telephone {
    padding-left: 80px;
	position: relative;
	margin: 0;
	width: 400px;
}
main #section07 #contact-Area .contact-left .company-telephone::before {
	content: "\f879";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 pro";
	font-weight: 900;
	font-size: 45px;
}
main #section07 #contact-Area .contact-left .company-telephone p{
	margin: 0;
	text-align: left;
	font-size: 18px;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
}
main #section07 #contact-Area .contact-left .company-telephone p a{
	font-size: 28px;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
}
main #section07 #contact-Area .contact-left .company-telephone p a span{
	font-size: 16px;
}
main #section07 #contact-Area .contact-right{
	/* width: 100%; */
	width: 50%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	margin: 0 0 0 40px;
}
main #section07 #contact-Area .contact-right .contact-recruit {
    margin: 20px 0 0;
}
}
@media only screen and (min-width: 1281px) {

}
