@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Montserrat';
	src: url(../fonts/MONTSERRAT-BOLD.TTF);
	src: url(../fonts/MONTSERRAT-REGULAR.TTF);
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
}
ul, li {
	list-style-type: none;
}
html, body {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #000000;
	width: 100%;
	height: 100%;
	background: #ffffff;
	margin: 0 auto;
}
body {
	font: 14px/1.8 "メイリオ", "Meiryo", "小塚明朝 Pro", "Helvetica Neue", "Helvetica", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Microsoft Yahei", "微软雅黑", "MS PGothic", sans-serif;
	overflow-x: hidden;
	max-width: 1920px;
}
*:before, *:after {
	box-sizing: border-box;
}
pre, code, address, caption, th, figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal
}
fieldset, iframe, img {
	border: 0
}
caption, th {
	text-align: left
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block
}
audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline
}
button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}
button:disabled {
	cursor: default
}
audio:not([controls]) {
	display: none
}
img {
	max-width: 100%;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0 auto;
}
a, a:visited, a:hover {
	text-decoration: none;
	color: #fff;
}
/*bodystart*/
/*div1start*/

header {
	width: 100%;
	height: 85%;
	position: relative;
}
.video_bg {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	background-size: cover;
}
.bla {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	background: rgba(0,0,0,.4);
	z-index: 2;
}
.top {
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 3;
	top: 0;
	right: 0;
	background: #2e2e2e;
}
video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.maintext {
	text-align: center;
	z-index: 3;
	position: absolute;
	width: 100%;
	bottom: calc( 50% - 100px );
	font-family: 'Montserrat';
	font-size: 38px;
	color: #ffffff;
}
.button2 {
	font-family: 'Montserrat';
}
.logo {
	position: fixed;
	top: 6px;
	left: 20px;
	z-index: 3;
	width: 150px;
}
.logo a {
	display: block;
	padding: 5px 10px;
	position: relative;
	transition: 0.2s;
	top: 0;
}
.logo a:hover {
	top: -3px;
}
.spnav {
	display: none;
	position: fixed;
	width: 60%;
	height: 100%;
	z-index: 3;
	right: 0;
	top: 0;
	background: #000;
}
.spnav>div {
	position: absolute;
	height: 100%;
	width: 100%;
}
.spnav>div>ul {
	display: table-cell;
	vertical-align: middle;
	height: auto;
	font-family: 'Montserrat';
	padding: 0!important;
}
.menu li {
	margin-top: 20px;
	text-align: center;
}
.menu li a {
	padding: 0 5px;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.nav {
	font-family: 'Montserrat';
	z-index: 3;
	position: fixed;
	top: 8px;
	right: 30px;
}
.nav li {
	float: left;
	margin-right: 40px;
}
.nav li:last-child {
	margin-right: 0;
}
.nav li a:hover, .menu li a:hover {
	color: #ff4b61
}
.nav li a {
	padding: 0 5px;
	display: block;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.menuh, .menuc {
	position: fixed;
	display: none;
	cursor: pointer;
	width: 90px;
	top: 10px;
	right: 10px;
	height: 65px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.menuh {
	background: rgba(0,0,0,.8);
	z-index: 3;
}
.menuh:hover {
	background: rgba(0,0,0,.6);
}
.menuc {
	z-index: 4;
}
.menuc:hover {
	background: rgba(0,0,0,.6);
}

@media screen and (max-width:920px) {
.top {
	background: none;
}
.nav {
	display: none;
}
.menuh {
	display: block;
}
.logo {
	z-index: 6;
}
}
.menuh1, .menuh2, .menuh3 {
	background: #ffffff;
	height: 3px;
	z-index: 3;
	position: absolute;
	right: 15px;
}
.menuh1, .menuh3 {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.menuh1 {
	width: 35px;
	position: absolute;
	top: 15px;
}
.menuh2 {
	width: 45px;
	top: 30px;
}
.menuh3 {
	width: 55px;
	top: 45px;
}

@media screen and (max-width:750px) {
.mouse {
	display: none;
}
}
/*div1over*/

/*div2start*/

.tag {
	width: 700px;
	text-align: center;
	padding: calc( 2% + 10px ) 10px;
	margin: 0 auto;
}
h2 {
	font-size: 36px;
	font-family: 'Montserrat';
	background: url(../images/lineb.jpg) center bottom no-repeat;
	color: #2e2e2e;
	padding-bottom: 20px;
	text-align: center;
}
h3 {
	font-size: 24px;
	font-family: 'Montserrat';
}
.tag h3 {
	color: #ff4b61;
	padding: 2% 0;
	font-family: "Meiryo";
}

@media screen and (max-width:768px) {
.tag {
	width: 100%;
}
.tag h3 {
	font-size: 16px;
}
}

@media screen and (max-width:350px) {
h2 {
	font-size: 24px;
}
}
/*div2over*/

/*div3start*/

.work {
	width: 100%;
	margin: 0 auto;
	background: url(../images/pagebg1.jpg) center center no-repeat;
	color: #ffffff;
	overflow: hidden;
}
.work h3 {
	line-height: 1.4;
	padding: 10% 0 5%;
}
.work p {
	height: 150px;
}
.workthree {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 2% 0 2%;
}

@media screen and (max-width:1400px) {
.workthree {
	width: 100%;
}
}
.workthree li {
	position: relative;
	float: left;
	width: calc( 33.3333% - 40px );
	margin: 0 20px;
}
.workpic {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding: 25px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.workthree li:hover .workpic {
	padding-top: 15px;
}
.more {
	position: absolute;
	bottom: -10px;
	left: calc( 50% - 50px );
	font-family: 'Montserrat';
	font-size: 16px;
	border: 1px solid #ffffff;
	width: 100px;
}

@media screen and (max-width:1100px) {
.work {
	background: #2e2e2e;
}
.more {
	position: absolute;
	bottom: 10px;
}
.workthree {
	padding: 10px 0 20px;
}
.workthree li {
	width: calc( 50% - 40px);
}
.workthree li:first-child {
	float: none;
	margin: 0 auto;
}
.workthree li:last-child {
	float: right;
}
.work h3 {
	padding: 35px 0 5px;
	font-size: 18px;
}
.work p {
	height: 125px;
	line-height: 1.4;
}
}

@media screen and (max-width:768px) {
.work h3 {
	font-size: 16px;
}
.workthree li {
	width: calc( 100% - 40px);
}
.work p {
	height: auto;
	padding-bottom: 50px;
}
}
.more a {
	color: #ffffff;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.more a:hover {
	background: #ffffff;
	color: #000000;
}
/*div3over*/

/*div4start*/

.staff, .contact {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: calc( 2% + 10px ) 0 0;
}
.staff p, .contact>p, .company>p {
	padding: 2% 10px;
}
.staffpic {
	background: #f7f7f7;
	padding: 2% 10px;
}
.staffpic5 {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
}
.fade {
	position: relative;
	overflow: hidden;
}
.fade img {
	width: 100%;
}
h4 {
	position: absolute;
	bottom: -40px;
	height: 0;
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
	background: rgba(0,0,0,.6);
	color: #fff;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.fade:hover h4 {
	bottom: 0;
	opacity: 1;
	height: auto;
}

@media screen and (max-width:1400px) {
.staffpic5 {
	width: 100%;
}
}
.fade {
	float: left;
	width: calc( 25% - 20px );
	margin: 10px;
	padding-top: 10px;
}

@media screen and (max-width:1100px) {
.staffpic {
	padding-bottom: 0;
}
.fade {
	width: calc( 33.3333% - 20px );
}
}

@media screen and (max-width:780px) {
.fade {
	width: calc( 50% - 20px );
}
}

@media screen and (max-width:550px) {
.fade {
	width: calc( 100% - 20px );
}
}
/*div3over*/

/*div4start*/

.contact {
	width: 100%;
	margin: 0 auto;
}
.contact h3 {
	font-size: 24px;
	text-align: center;
	padding: 2% 0;
	color: #2e2e2e;
}
.contactp {
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
}

@media screen and (max-width:768px) {
.contact h3 {
	font-size: 16px;
}
}
.contacttext {
	width: 100%;
	margin: 0 auto;
	background: url(../images/pagebg2.jpg) center center no-repeat;
	color: #ffffff;
	text-align: center;
	padding: calc( 2% + 10px ) 10px;
}
.contacttext p {
	padding: 2% 10px 2%;
	width: 468px;
	margin: 0 auto;
}

@media screen and (max-width:468px) {
.contacttext p {
	width: 100%;
}
}
.button {
	width: 100%;
	text-align: center;
	margin: 3% auto 0;
	font-size: 16px;
}
.form {
	margin: 0 auto;
	padding: 0 10px;
	width: 420px;
}

@media screen and (max-width:468px) {
.form {
	width: 100%;
}
}
.button2 {
	font-size: 20px;
	margin-top: 40px;
}
.button2 p {
	display: inline;
	margin: 0 30px;
	background: #ff4b61;
	color: #fff;
	border-radius: 20px;
	padding: 10px 25px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.button2 p:hover {
	background: #F74144;
}

@media screen and (max-width:600px) {
.button2 {
	font-size: 16px;
}
.button2 p {
	display: block;
	width: 200px;
	margin: 0 auto 20px;
}
.maintext {
	font-size: 16px;
}
}
.contact .conh2 {
	color: #2e2e2e;
	text-align: center;
	padding: calc( 2% + 10px )2% 0 20px;
}
.form dl {
	margin-bottom: 10px;
}
input {
	height: 30px;
	border: 1px solid rgba(0,0,0,0);
	background: #f4f4f4;
	width: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
textarea {
	background: #f4f4f4;
	width: 100%;
	border: 1px solid rgba(0,0,0,0);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.send {
	cursor: pointer;
	color: #ffffff;
	background: #ff4b61;
	width: 120px;
	text-align: center;
	margin: 30px auto 1%;
	padding: 3px;
	font-size: 12px;
	border: 1px solid rgba(0,0,0,0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.send:hover {
	color: #000;
	background: #fff;
	border: 1px solid rgba(0,0,0,1);
}
/*div4over*/
/*companystart*/
.company {
	width: 100%;
	margin: 0 auto;
	padding: calc( 2% + 10px ) 0 0
}
.company h2 {
	color: #000;
	background: url(../images/lineb.jpg) center bottom no-repeat;
	text-align: center
}
.combg {
	background: #2e2e2e;
	width: 100%;
	margin: 0 auto;
}
.company .cominfo {
	width: 420px;
	margin: 0 auto;
	color: #fff;
	padding: 20px 10px 5%;
	line-height: 1.6;
}
.company dl {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
.company dl dt {
	float: left;
	width: 150px;
}
.company dl dd {
	padding-left: 150px;
}

@media screen and (max-width:450px) {
.company .cominfo {
	width: 100%;
}
.company dl dd {
	padding-left: 100px;
}
.company dl dt {
	width: 100px;
}
}
.pagetop {
	font-family: 'Montserrat';
	z-index: 2;
	background: rgba(0,0,0,.8);
	color: #fff;
	width: 80px;
	text-align: center;
	padding: 10px 0;
	position: fixed;
	bottom: 6%;
	right: 10px;
	border-radius: 5px;
	display: none;
	cursor: pointer;
}
.pagetop:hover {
	opacity: 0.9;
	color: #ff4b61;
}
footer {
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
.recruit {
	width: 100%;
}
.recruittop, .recruittopc {
	position: relative;
	width: 100%;
	height: 400px;
}
.recruittop {
	background: url(../images/recruith2.jpg) center center no-repeat;
}
.recruittopc {
	background: url(../images/recruith22.jpg) center center no-repeat;
}
.recruittop h2, .recruittopc h2 {
	position: absolute;
	top: 200px;
	width: 100%;
	color: #fff;
	background: url(../images/linep.jpg) center bottom no-repeat;
	text-align: center;
}
.recruitp {
	width: 100%;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: center;
	line-height: 2
}

@media screen and (max-width:480px) {
.recruitp {
	font-size: 12px;
}
}
.reform {
	background: #f4f4f4;
	padding: 80px;
}
.reform form {
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 40px 80px;
}

@media screen and (max-width:1280px) {
.reform {
	padding: 40px;
}
.reform form {
	width: 100%;
}
}

@media screen and (max-width:980px) {
.reform {
	padding: 20px;
}
.reform form {
	width: 100%;
	padding: 20px;
}
}
.reform form dl {
	overflow: hidden;
	margin: 20px auto;
}
.reform form dl dt {
	float: left;
	width: 20%;
}
.reform form dl dd {
	float: right;
	width: 80%;
}

@media screen and (max-width:780px) {
.reform form dl dt {
	float: none;
	width: 100%;
}
.reform form dl dd {
	float: none;
	width: 100%;
}
}
.reform form dl dd input {
	height: 40px;
	padding-left: 20px;
	font-family: "Meiryo";
}
.reform form dl dd textarea {
	padding: 20px 0 0 20px;
	font-family: "Meiryo";
}
.check {
	width: 20px;
	margin: 0 auto;
}
.reform p {
	text-align: center;
}
.lang_layer {
	position: fixed;
	width: 80px;
	height: auto;
	z-index: 999999999999999999999;
	top: 40px;
	right: 10px;
	background-color: #2e2e2e;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	display: none;
}
.switch_website {
	margin: 10px auto 0;
	text-align: center;
}
.switch_website>div {
	width: 100%;
	text-align: center;
	display: block;
	color: white;
	cursor: pointer;
}
.switch_website>div:hover {
	background-color: #796;
}

@media (max-width:450px) {
.switch_website>div {
	width: 100%;
	display: block;
	margin: auto;
	margin-top: 15px;
}
}
.close_btn {
	display: block;
	width: 20px;
	height: 20px;
	margin: 30px auto 5px;
	background: url(../images/close_btn.svg) center center / 20px 20px no-repeat;
	cursor: pointer;
}
.lang.splang {
	margin: 20px auto;
}
.lang.splang span {
	display: block;
	width: 120px;
	font-size: 14px;
	line-height: 1.1;
	padding: 5px 5px;
	border-radius: 3px;
	background-color: #333;
	color: #666;
	margin: 6px auto;
}
.lang span.switch {
	width: 21px;
	height: 21px;
	margin-top: 6px;
	background: url(../images/language.svg) center center / 19px 19px no-repeat;
	display: block;
	text-indent: -9999px;
	opacity: 0.6;
	transition: opacity 0.3s;
	cursor: pointer;
}
.lang span.switch:hover {
	opacity: 1;
}
li.lang{
    position:relative;
}
.lang_sub{
    top:38px;
    width:80px;
    height:auto;
    overflow: hidden;
    position:absolute;
    right:-30px;
    background-color: #2e2e2e;
    color:white;
    padding: 6px;
    display: none;

}
.lang_sub li{
    float:none;
    width: 100%;
}
.lang_sub li span{
    font-size:12px;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 4px 0;
}
.lang_sub li span:first-child{
    border-bottom:1px dotted #555;
}
.lang_sub li span:first-child:hover{
    border-bottom:1px dotted transparent;
}
.lang_sub li span:hover{
    background-color: #ff4b61;
}
