@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style: none;
}

body {
    line-height:1;
    font-family: neue-haas-grotesk-text,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic" , serif;
    font-weight: 300;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	@media only screen and(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #000;
    text-decoration: none;
}

a:focus{
	outline: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

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

.sp_only{
	display: none!important;
}


/*************HEADER*************/

header{
    margin-top: 80px;
    padding-left: 94px;
    box-sizing: border-box;
    width: 100%;
    position: relative;	
}

header h1{
	font-weight: 400;
    font-size: 29px;
    line-height: 150%;
    width: calc(100% - 360px);
    letter-spacing: -0.01rem;	
}

header .logo{
    background: url(../img/logo01.png) center center no-repeat;
    background-size: contain;
    width: 238px;
    height: 34px;
    position: absolute;
    top: 7px;
    right: 70px;
}

header .logo:hover {
	animation: easeOutBounce 0.3s linear 0s 1 normal;   
}

.bar {
    width: 240px;
    height: 6px;
    background: #000;
    margin-left: 94px;
    margin-top: 86px;
}

h2{
	font-size: 60px;
    width: 84%;
    margin-left: 94px;
    box-sizing: border-box;
    font-weight: 200;
    margin-top: 64px;
    margin-bottom: 50px;
    line-height: 120%;
    font-family: orpheuspro;
    position: relative;
}

.mapwrap{
    margin-left: 94px;	
}

.map{
	background: url(../img/map_.png) center center no-repeat;
    background-size: contain;
    width: 92%;
    margin-left: -17px;
    height: 0;
    padding-bottom: 41%;
}

.ourgroup{
    width: 100%;
    padding-left: 94px;
    margin-top: 55px;
    box-sizing: border-box;	
}

.bar01 {
    width: 160px;
    height: 6px;
    background: #000;
}

.ourgroup .title{
    margin-top: 60px;
    width: 250px;
    display: block;
    margin-bottom: 50px;
    font-size: 47px;
    letter-spacing: -0.05rem;
    font-weight: 500;
}

.ourgroup .global li{
    float: left;
    margin-right: 30px;
}

.ourgroup .global li a{ 
	font-size: 30px;
    display: block;
    background: url(../icon_blank.png) no-repeat center right;
    background-size: 20px;
    box-sizing: border-box;
    letter-spacing: 0.05rem;
    padding-right: 40px;
    background: url(../img/icon_blank.png) no-repeat top 6px right 10px;
    background-size: 16px;
    font-weight: 300;
    font-family: orpheuspro;
}

.ourgroup .global li a .en{
	width: 25px;
    height: 25px;
    display: inline-block;
    background: #ff6000;
    border-radius: 99px;
    margin-right: 12px;
    vertical-align: -1px;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.ourgroup .global li a:hover .en{
    background: #36ff00;
}

.ourgroup .global li a .underwrap{
    position: relative;
}

.ourgroup .global li a .underwrap .under{
	display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 9px;
    left: 0;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.ourgroup .global li a:hover .underwrap .under{
    width: 0;    
}

.ourgroup .global li a .over{
    width: 0%;
    height: 17px;
    background: #36ff00;
    position: absolute;
    top: 15px;
    z-index: -10;
    left: 0;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.ourgroup .global li a:hover .over{
    width: 100%;
}

.ourgroup .wmhlogo{
    background: #FFF url(../img/logo02.png) center left no-repeat;
    background-size: contain;
    width: 425px;
    height: 23px;
    padding-right: 44px;
    margin-top: 88px;
    z-index: 9999;
    position: relative;	
}

.ourgroup .line{
	width: 89%;
    height: 1px;
    background: #000;
    margin-top: -12px;
    z-index: 0;
    position: relative;
}

.ourgroup .big{
	font-size: 48px;
    width: 92%;
    box-sizing: border-box;
    font-weight: 200;
    margin-top: 77px;
    line-height: 120%;
    font-family: orpheuspro;
}

.ourgroup .sml{
    font-size: 19px;
    margin-top: 36px;
    line-height: 180%;
    font-weight: 500;
    letter-spacing: 0.03rem;    
    width: 90%;
    font-family: neue-haas-grotesk-display;	
}

.ourgroup .japan{
    margin-top: 60px;
}

.ourgroup .japan li{
    width: 40%;
    margin-right: 6%;
    float: left;
    border-top: 1px solid #000;
    position: relative;
    margin-bottom: 60px;	
}

.ourgroup .japan li:nth-child(2n){
	margin-right: 0;
}

.ourgroup .japan li:nth-child(1) .logo{
	background: url(../img/ida.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 44px;
    margin-bottom: 30px;
}

.ourgroup .japan li:nth-child(2) .logo{
	background: url(../img/brush.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 44px;
    margin-bottom: 30px;
}

.ourgroup .japan li:nth-child(3) .logo{
	background: url(../img/aiad.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 44px;
    margin-bottom: 30px;
}

.ourgroup .japan li:nth-child(4) .logo{
	background: url(../img/lab.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 44px;
    margin-bottom: 30px;
}

.ourgroup .japan li:nth-child(5) .logo{
	background: url(../img/fa.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 44px;
    margin-bottom: 30px;
}

.ourgroup .japan li:nth-child(6) .logo{
	background: url(../img/vms.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 44px;
    margin-bottom: 30px;
}

.ourgroup .japan li p{
    font-size: 13px;
    line-height: 170%;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
}

.ourgroup .japan li a{
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.05rem;
    background: #ececec url(../img/icon_blank.png) no-repeat top 8px right 11px;
    background-size: 14px;
    padding: 7px 32px 6px 13px;
    font-family: orpheuspro;
}

.ourgroup .japan li a:hover {
	animation: easeOutBounce 0.3s linear 0s 1 normal;   
}

.contact{
    width: 100%;
    margin-top: 44px;
    padding-left: 94px;
    box-sizing: border-box;	
}

.bar02{
    width: 160px;
    height: 6px;
    background: #000;
}

.contact .title{
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 47px;
    letter-spacing: -0.05rem;
    font-weight: 500;
    width: 250px;
    display: block;
}

.contact a{
    font-size: 48px;
    background: url(../img/icon_mail.png) no-repeat top 26px left 2px;
    background-size: 43px;
    padding-left: 66px;
    width: 92%;
    box-sizing: border-box;
    font-weight: 200;
    margin-top: 70px;
    line-height: 120%;
    font-family: orpheuspro;
}

.contact a .over{
    width: 0;
    height: 28px;
    background: #36ff00;
    position: absolute;
    top: 27px;
    z-index: -10;
    left: 0;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.contact a:hover .over{
    width: 100%;
}

.contact a .underwrap{  
    position: relative;
}

.contact a .under{
	width: 100%;
    position: absolute;
    height: 2px;
    background: #000;
    bottom: 17px;
    left: 0;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.contact a:hover .under{
	width: 0%;
    position: absolute;
    height: 2px;
    background: #000;
    bottom: 17px;
    left: 0;
}



footer{
    width: 100%;
    margin-left: 94px;
    font-size: 18px;
    letter-spacing: -0.02rem;
    padding: 120px 0 100px;	
}

/*************HOVER*************/
.youtube a{

}

.youtube a:hover {
	animation: easeOutBounce 0.3s linear 0s 1 normal;   
}

@keyframes easeOutBounce {
	0% {
		transform: scale(1.1);
	}
	36% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}

}

.background {
    background: url(../img/image.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: -2;
    width: calc(100vw - 100vw);
    height: 0;
    height: 50vw;
    overflow: hidden;
    margin: 0 auto;
    transition:all 1.5s cubic-bezier(.19,1,.22,1);
    opacity: 0;    
}

.background.after{	
    width: calc(100vw - 0vw);
    opacity: 1;    
}

/*************INVIEW*************/

.twrap{
	overflow: hidden;
	width: 0;  
}
.twrap_show{
	width: 250px;
    transition:all 1s cubic-bezier(.19,1,.22,1);
     transition-delay: 0.7s;    
}

.barview{
	width: 0;  
}
.barview_show{
	width: 240px;
    transition:all 1s cubic-bezier(.19,1,.22,1);
}

.barview01{
	width: 0;  
}
.barview01_show{
	width: 160px;
    transition:all 1s cubic-bezier(.19,1,.22,1);
     transition-delay: 0.2s;
}

.inview{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);    
}
.inview_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
    transition:all 1.6s cubic-bezier(.19,1,.22,1);
}

.inviewh2{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);    
}
.inviewh2_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
    transition:all 1.6s cubic-bezier(.19,1,.22,1);
     transition-delay: 0.5s;     
}

.deview{
	opacity: 0;
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px);  
}
.deview_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
    transition:all 0.8s cubic-bezier(.19,1,.22,1); 
    transition-delay: 1s; 
}

.upview{
	opacity: 0;
	transform: translate(0,-40px); 
	-webkit-transform: translate(0,-40px);  
}
.upview_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
    transition:all 0.8s cubic-bezier(.19,1,.22,1); 
    transition-delay: 1.3s; 
}


}



@media only screen and (max-width: 768px) {

.pc_only{
	display: none!important;
}


/*************HEADER*************/

header{
    margin-top: 0%;
    padding-top: 24%;
    padding-left: 10%;
    box-sizing: border-box;
    width: 100%;
    position: relative;	
}

header h1{
	font-weight: 400;
    font-size: 22px;
    line-height: 146%;
    margin-top: 0;
    width: 90%;
    text-align: center;
    letter-spacing: -0.01rem;	
}

header .logo{
    background: url(../img/logo01.png) center center no-repeat;
    background-size: contain;
    width: 238px;
    height: 34px;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -119px;
}

.bar {
    height: 5px;
    background: #000;
    margin-left: 10%;
    margin-top: 9%;
}

h2{
    font-size: 40px;
    width: 84%;
    margin-left: 10%;
    box-sizing: border-box;
    font-weight: 200;
    margin-top: 10%;
    margin-bottom: 7%;
    line-height: 120%;
    font-family: orpheuspro;
    position: relative;
}

.mapwrap{
    margin-left: 10%;	
}

.map{
    background: url(../img/map_sp_.png) center center no-repeat;
    background-size: contain;
    width: 92%;
    margin-left: -15px;
    height: 0;
    padding-bottom: 105%;
}

.ourgroup{
    width: 100%;
    padding-left: 10%;
    margin-top: 12%;
    box-sizing: border-box;
}

.bar01 {
    width: 160px;
    height: 5px;
    background: #000;
}

.ourgroup .title{
    margin-top: 0;
    width: 250px;
    display: block;
    margin-bottom: 0;
    font-size: 42px;
    letter-spacing: -0.05rem;
    font-weight: 500;
}

.ourgroup .global li{
    float: left;
    margin-right: 0;
    margin-bottom: 6%;
}

.ourgroup .global li a{ 
    font-size: 30px;
    display: block;
    background: url(../icon_blank.png) no-repeat center right;
    background-size: 20px;
    box-sizing: border-box;
    letter-spacing: 0.05rem;
    padding-right: 40px;
    background: url(../img/icon_blank.png) no-repeat top 6px right 10px;
    background-size: 16px;
    font-weight: 300;
    font-family: orpheuspro;
}

.ourgroup .global li a .en{
	width: 25px;
    height: 25px;
    display: inline-block;
    background: #ff6000;
    border-radius: 99px;
    margin-right: 12px;
    vertical-align: -1px;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.ourgroup .global li a .underwrap{
    position: relative;
}

.ourgroup .global li a .underwrap .under{
	display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 9px;
    left: 0;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.ourgroup .global li a:hover .underwrap .under{
    width: 0;    
}

.ourgroup .global li a .over{
    width: 0%;
    height: 17px;
    background: #36ff00;
    position: absolute;
    top: 15px;
    z-index: -10;
    left: 0;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.ourgroup .global li a:hover .over{
    width: 100%;
}

.ourgroup .wmhlogo{
    background: #FFF url(../img/logo02.png) center left no-repeat;
    background-size: contain;
    width: 80%;
    height: 16px;
    padding-right: 0;
    margin-top: 10%;
    z-index: 9999;
    position: relative;
}

.ourgroup .line{
	display: none;
}

.ourgroup .big{
    font-size: 31px;
    width: 90%;
    box-sizing: border-box;
    font-weight: 200;
    margin-top: 11%;
    line-height: 120%;
    font-family: orpheuspro;
}

.ourgroup .sml{
    font-size: 17px;
    margin-top: 7%;
    line-height: 170%;
    font-weight: 500;
    letter-spacing: 0.03rem;
    width: 90%;
    font-family: neue-haas-grotesk-display;
}

.ourgroup .japan{
    margin-top: 15%;
}

.ourgroup .japan li{
    width: 90%;
    margin-right: 0;
    float: left;
    border-top: 1px solid #000;
    position: relative;
    margin-bottom: 12%;
}

.ourgroup .japan li:nth-child(2n){
	margin-right: 0;
}

.ourgroup .japan li:nth-child(1) .logo{
    background: url(../img/ida.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 12%;
    margin-bottom: 8%;
}

.ourgroup .japan li:nth-child(2) .logo{
	background: url(../img/brush.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 12%;
    margin-bottom: 7%;
}

.ourgroup .japan li:nth-child(3) .logo{
	background: url(../img/aiad.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 12%;
    margin-bottom: 8%;
}

.ourgroup .japan li:nth-child(4) .logo{
	background: url(../img/lab.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 12%;
    margin-bottom: 8%;
}

.ourgroup .japan li:nth-child(5) .logo{
	background: url(../img/fa.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 12%;
    margin-bottom: 6%;
}

.ourgroup .japan li:nth-child(6) .logo{
	background: url(../img/vms.png) no-repeat center center;
    background-size: contain;
    width: 265px;
    height: 62px;
    margin-top: 12%;
    margin-bottom: 7%;
}

.ourgroup .japan li p{
    font-size: 13px;
    line-height: 170%;
    font-family: neue-haas-grotesk-display;
    font-weight: 500;
}

.ourgroup .japan li a{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.05rem;
    background: #ececec url(../img/icon_blank.png) no-repeat top 8px right 11px;
    background-size: 14px;
    padding: 7px 32px 6px 13px;
    font-family: orpheuspro;
}

.contact{
    width: 100%;
    margin-top: 8%;
    padding-left: 10%;
    box-sizing: border-box;	
}

.bar02{
    width: 160px;
    height: 5px;
    background: #000;
}

.contact .title{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    letter-spacing: -0.05rem;
    font-weight: 500;
    width: 250px;
    display: block;
}

.contact a{
    font-size: 34px;
    background: url(../img/icon_mail.png) no-repeat top 9px left 2px;
    background-size: 34px;
    padding-left: 53px;
    width: 98%;
    box-sizing: border-box;
    font-weight: 200;
    margin-top: -4%;
    display: block;
    line-height: 120%;
    font-family: orpheuspro;
}

.contact a .over{
    width: 0;
    height: 28px;
    background: #36ff00;
    position: absolute;
    top: 27px;
    z-index: -10;
    left: 0;
    transition:all 0.5s cubic-bezier(.19,1,.22,1);
}

.contact a .underwrap{  
    position: relative;
}

.contact a .under{
    width: 100%;
    position: absolute;
    height: 2px;
    background: #000;
    bottom: 11px;
    left: 0;
    transition: all 0.5s cubic-bezier(.19,1,.22,1);
}





footer{
    width: 80%;
    margin-left: 10%;
    font-size: 17px;
    letter-spacing: -0.02rem;
    padding: 18% 0 12%;
    line-height: 160%;	
}

/*************HOVER*************/
.youtube a{

}

.youtube a:hover {
	animation: easeOutBounce 0.3s linear 0s 1 normal;   
}

@keyframes easeOutBounce {
	0% {
		transform: scale(1.1);
	}
	36% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}

}

.background {
    background: url(../img/image.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: -2;
    width: calc(100vw - 100vw);
    height: 0;
    height: 50vw;
    overflow: hidden;
    margin: 0 auto;
    transition:all 1.5s cubic-bezier(.19,1,.22,1);
    opacity: 0;    
}

.background.after{	
    width: calc(100vw - 0vw);
    opacity: 1;    
}

/*************INVIEW*************/

.twrap{
	overflow: hidden;
	width: 0;
	margin-top: 15%;
	margin-bottom: 16%;
}
.twrap_show{
	width: 250px;
    transition:all 1.4s cubic-bezier(.19,1,.22,1);
     transition-delay: 0.7s;    
}

.barview{
	width: 0;  
}
.barview_show{
	width: 80%;
    transition:all 1s cubic-bezier(.19,1,.22,1);
}

.barview01{
	width: 0;  
}
.barview01_show{
	width: 30%;
    transition:all 1s cubic-bezier(.19,1,.22,1);
     transition-delay: 0.2s;
}

.inview{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);    
}
.inview_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
    transition:all 1.6s cubic-bezier(.19,1,.22,1);
}

.inviewh2{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);    
}
.inviewh2_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
    transition:all 1.6s cubic-bezier(.19,1,.22,1);
     transition-delay: 0.5s;     
}

.deview{
	opacity: 0;
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px);  
}
.deview_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
    transition:all 0.8s cubic-bezier(.19,1,.22,1); 
    transition-delay: 1s; 
}

.upview{
	opacity: 0;
	transform: translate(0,-40px); 
	-webkit-transform: translate(0,-40px);  
}
.upview_show{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
    transition:all 0.8s cubic-bezier(.19,1,.22,1); 
    transition-delay: 1.3s; 
}

.enview{
	opacity: 0;
    z-index: 9999;
    position: relative;
    overflow: hidden;
    width: 0;
    transition:all 1.6s cubic-bezier(.19,1,.22,1); 
    margin: 0 auto;
}
.enview_show{
	opacity: 1.0;
    transition:all 1.6s cubic-bezier(.19,1,.22,1); 
    transition-delay: 1.3s; 
    width: 450px;    
}


}



