@charset "utf-8";
@import url("https://use.typekit.net/pao6day.css");
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,500&display=swap');
/*reset*/
html,body,h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
table,caption,th,td,
form,button,label,address,blockquote,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border:0;
	outline:none;
	font-weight: normal;
}
ul,ol,li {
	list-style: none;
}
html,
body {
	width: 100%;
	height:100%;
	line-height:1;
}
a {
	outline: none;
	border-radius: 0;
	cursor: pointer;
}
video,
svg,
img {width: 100%; height: auto;}

/* link */
a {
	color: #3C3C3C;
	text-decoration: none;
}
a:hover {
	color: #3C3C3C;
	text-decoration: none;
}
a:focus {
	outline: none;
}
body,
html {
	-webkit-font-smoothing: antialiased;
}
body.en {
	font-family: 'Assistant', sans-serif;
	font-size: 4.2vw;
	color: #3C3C3C;
	letter-spacing: 0.028em;
	text-align: left;
	font-weight: 500;
	overflow-y:scroll;
	overflow-x:hidden;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
}
body.fix {
	overflow-y: hidden;
}
/*common--------*/
.sp {display: block;}
.pc {display: none;}

.title_m {
	font-size: 6.8vw;
	color: #817F7F;
	margin-bottom: 44px;
}
.title_m.en {
	font-family: 'Assistant', sans-serif;
	letter-spacing: .025em;
	font-weight: 200;
}
.title_sub {
    font-size: 5.4vw;
    line-height: 1.3;
    letter-spacing: .024em;
    font-weight: 300;
}
.textBx p {
	word-break: break-all;
	text-align: left;
	text-justify: inter-ideograph;
	line-height: 1.4;
    word-break: keep-all;
    text-align: left;
}
.linkBx {
	margin-top: 20px; 
}
.linkBx a {
	display: inline-block;
	font-size: 3.6vw;
	position: relative;
	padding-right: 40px;
	transition: all .5s ease 0s ;
}
.linkBx a:hover {
	padding-right: 60px;
}
.linkBx a:before,
.linkBx a:after {
	display: block;
	content:'';
	height: 1px;
	position: absolute;
	background: #a9a9a9;
	transition: all .5s ease 0s ;
}
.linkBx a:before {
	width: 8px;
	transform: rotate(30deg);
	right: 0;
	bottom: 4px;
}
.linkBx a:after {
	width: 30px;
	bottom: 2px;
	right: 0;
	transform:scaleX(1);
	transform-origin: center left;
}
.linkBx a:hover:after {
	width: 50px;
	transform:scaleX(1.02);
}
.section {
	margin-bottom: 160px;
}
#contactLinkBx {
	text-align: center;
	font-family: 'Assistant', sans-serif;
	font-weight: 500;
	letter-spacing: .028em;
	margin:170px 0 0;
	font-size: 3.6vw;
	font-weight: 200;
}
#contactLinkBx a {
	display: inline-block;
	padding: 9px 13vw;
	box-sizing: border-box;
	border: 1px solid #a9a9a9;
	margin: 0 auto;
}
.item {
	opacity: 0;
	transform:translateY(20%);
	transition: all 1.8s ease .2s;
}
.item.show_item {
	opacity: 1;
	transform:translateY(0);
}




#wrp {
	min-height: 100%;
	padding-bottom: 70px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity 3s linear 0s;
}
#wrp.loaded {
	opacity: 1;
}
.gdBx {
	width: 100%;
	display: block;
	content:'';
	z-index: 2;
	position: absolute;
	bottom: 0;
	background: linear-gradient(0deg, rgba(251,151,51,0.2) 0%, rgba(60,155,209,0.15) 30%, rgba(130,191,225,0.2) 40%, rgba(183,218,238,0.2) 50%, rgba(222,238,247,0.2) 80%, rgba(255,255,255,0.8) 100%);
	opacity: 0;
	transform:translateY(20%);
	transition: all 1.8s ease 2s;
}
.gdBx.show_item {
	opacity: 1;
	transform:translateY(0);
}
#front .gdBx {
	height: 60%;
}
#service .gdBx {
	height: 60%;
}
#contact .gdBx {
	height: 50%;
}
#mainHd #mainNav ul#nav li a {
	color:#3c3c3c;
}
#mainHd #mainNav ul#nav + ul li a {
	color:#A3A3A3;
}
#mainHd #mainNav ul#nav + ul li.current a {
	color:#020202;
}
#mainHd #mainNav ul#nav  li.current a {
	color:#A3A3A3;
}

#mainFd {
	padding: 0 6.5%;
	margin-top: 162px;
}
#mainFd p {
	font-family: 'Assistant', sans-serif;
	font-size: 3vw;
	letter-spacing: .018em;
	font-weight: 200;
}

/*article*/
#contentsWrp {
}
.mvBx {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	overflow: hidden;
	background: transparent !Important;
}
.mvBx video{
	height: 100vmax;
	min-width: 100vw;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.mvBx .lower {
	height: 100%;
	padding: 0 6.5%;
	position: relative;
	top: 0;
	opacity: 1;
}
#wrp .mvBx .lower .pgTitle {
	position: absolute;
	top: 48.8%;
	font-family:'Assistant', sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 6.6vw;
	letter-spacing: .088em;
	color: #817F7F;
	opacity: 0;
	transition: opacity .8s ease .4s;
}
#wrp.loaded .mvBx .lower .pgTitle {
	opacity: 1;
}
#contents {
	width: 100%;
	padding: 117px 6.5%  0;
	box-sizing: border-box;
	margin: 0 auto;
	background: #FFF;
}
.contentsInner {
	position: relative;
	z-index: 4;
}

/*Front page*/
#section01 .title_sub {
	margin-bottom: 14px;
}
#section01 .movieArea {
	margin: 30px 0 0;
}
#section01 .aboutList dt {
	font-size: 5vw;
	font-family: 'Assistant', sans-serif;
	letter-spacing: .028em;
	color: #817F7F;
	margin: 34px 0 5px;
	font-weight: 200;
}
#section01 .aboutList dd {
	line-height: 1.4;
	font-size: 4.1vw;
}
/*searvice*/
#section03 .contentsService {
	border-top: 1px solid #c5c5c5;
	padding-top: 15px;
	margin-top: 100px;
}
#section03 .contentsService h2 {
	font-size: 6vw;
	color: #817F7F;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: .025em;
	margin-bottom: 0;
}
#section06 h3 {
	margin-bottom: 14px;
}
#section03 .contentsService section h3 {
	font-family: 'Assistant', sans-serif;
	margin: 28px 0 10px;
}
#section06 h3 span,
#section03 .contentsService section h3 span {
	font-size: 3.3vw;
	padding-left: .3em;
}
#section03 .contentsService section {
	margin-bottom: 40px;
}
#section03 .contentsService section:last-of-type {
	margin-bottom: 0;
}
#section04 ul {
	margin-top: 40px;
}
#section04 ul li {
	font-size: 4.8vw;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.4;
	letter-spacing: .032em;
}
/*contact*/
#section05 dl {
	font-size: 3.6vw;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#section05 dt {
	color: #817F7F;
	width: 40%;
}
#section05 dd {
	width: 60%;
}
#section05 dt,
#section05 dd {
	margin: 10px 0 0;
	line-height: 1.5;
	letter-spacing: 0.042em;
	font-family: 'Assistant', sans-serif;
}
#section06 h3,
#section05 dl {
	border-top: 1px solid #c5c5c5;
	padding-top: 10px;
}
#section06 h3 {
	padding-top: 14px;
	font-size:5.6vw;
	font-weight: 300;
}
#section05 dl:last-of-type {
	border-top: 0;
	padding-top: 0;
}



@media only screen and (min-width: 768px) {
body.en {
	font-size: 15px;
}
/*common--------*/
	.sp {display: none;}
	.pc {display: block;}

	.title_m.en {
	font-size: 30px;
	margin-bottom: 60px;
	letter-spacing: .05em;
	}
	.title_sub {
	font-size: 22px;
	}
	.textBx p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .06em;
    text-align: justify;
	}
	.linkBx {
	margin-top: 14px; 
	}
	#section02 .textBx p {
	 text-align: left;
	letter-spacing: 0.048em;
	}
	.linkBx a {
	font-size: 13px;
	padding-right: 40px;
	transition: all .5s ease 0s ;
	}
	.linkBx a:hover {
	padding-right: 60px;
	}
	.linkBx a:before,
	.linkBx a:after {
	transition: all .5s ease 0s ;
	}
	.linkBx a:hover:after {
	width: 50px;
	transform:scaleX(1.02);
	}
	.section {
	margin-bottom: 240px;
	}
	#contactLinkBx {
	margin: 287px 0 0;
	font-size: 14px;
	}
	#contactLinkBx a {
	padding: 10px 60px;
	}
	.textLink {
	display: inline-block;
	position: relative;
	color: #817F7F;
	}
	.textLink:after {
	width: 100%;
	height: 1px;
	display: inline-block;
	content: '';
	background: #817F7F;
	position: absolute;
	left: 0;
	bottom: 0;
	transform:scaleX(0);
	transform-origin: center left;
	transition: all .5s ease 0s ;
	}
	.textLink:hover:after {
	transform:scaleX(1);
	}

	#wrp {
	padding-bottom: 32px;
	}
	.flexArea {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	}

	#mainFd {
	margin: 200px auto 0;
	padding: 0 6.5%;
	}
	#mainFd p {
	font-size: 10px;
	}

/*article*/
	.mvBx {
	width: 100%;
	}
	.mvBx #videoWrp {
	position: relative;
	height: 100%;
	}
	.mvBx video {
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
	}
	#wrp .mvBx .lower .pgTitle {
	font-size: 32px;
	}
	#contents {
	width: 100%;
	padding: 0 0 0;
	margin: 0 0;
	}
	.contentsInner {
	max-width: 1020px;
	width: 87%;
	margin: 0 auto;
	}

/*Front page*/
	#section01 .title_sub {
	margin-bottom: 30px;
	}
	#section01 .flexArea {
	margin-top: 100px;
	align-items: flex-start;
	}
	#section01 .movieArea {
	width: 40%;
	margin: 0 0 0;
	overflow: hidden;
	}
	#section01 .movieArea video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	}
	#section01 .aboutList {
	width: 50%;
	}
	#section01 .aboutList dt {
	font-size: 20px;
    margin: 36px 0 12px;
	}
	#section01 .aboutList dt:first-of-type {
	margin-top: 0;
	}
	#section01 .aboutList dd {
	font-size: 15px;
	word-break: break-all;
	}
/*searvice*/
	#section03 .contentsService {
	padding-top: 20px;
	margin-top: 70px;
	flex-basis: 46%;
	position: relative;
	}
	#section03 .contentsService:nth-of-type(1) {
	order: 1;
	}
	#section03 .contentsService:nth-of-type(2) {
	order: 3;
	margin-top: -24%;
	}
	#section03 .contentsService:nth-of-type(3) {
	order: 2;
	}
	#section03 .contentsService h2 {
	font-size: 16px;
	}
	#section06 h3,
	#section03 .contentsService section h3 {
	font-size: 18px;
	margin: 40px 0 8px;
	}
	#section03 .contentsService section h3 {
	font-weight: 300;
	}
	#section06 h3 span,
	#section03 .contentsService section h3 span {
	font-size: 12px;
	}
	#section03 .contentsService section .textBx p {
	font-size: 14px;
	word-break: keep-all;
	text-align: left;
	}
	#service #section04 h2.title_m.en.item {
	font-size: 28px;
	letter-spacing:.05em;
	margin-bottom: 31px;
	}
	#section04 ul {
	margin-top: 34px;
	}
	#section04 ul li {
	font-size: 18px;
	margin-top: 6px;
	}
/*contact*/
	#section05 dl {
	font-size: 15px;
	flex-basis: 46%;
	}
	#section05 dd {
	font-size: 14px;
	}
	#section05 dt,
	#section05 dd {
	margin: 13px 0 0;
	line-height: 1.5;
	letter-spacing: .025em;
	}
	#section05 dt {
	letter-spacing: .05em;
	}
	#section05 dl:last-of-type {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	}
	#section05 dl:last-of-type dt {
	width: 40%;
	}
	#section05 dl:last-of-type dd {
	width: 60%;
	}
	#section06 {
	width: 46%;
	}
	#section05 dl:last-of-type {
	border-top: 1px solid #c5c5c5;
	padding-top: 10px;
	}
	#section06 h3 {
    padding-top: 20px;
    font-size: 20px;
    margin: 40px 0 16px;
	}
}

@media only screen and (min-width: 1024px) { 
	.mvBx .lower {
	width: 1020px;
	margin: 0 auto;
	}
	#section03 .contentsService:nth-of-type(2) {
	/* margin-top: -30%; */
	position: absolute;
	bottom: 0;
	width: 46%;
	}
	#section03 .contentsService h2 {
	width: 40%;
	font-size: 19px;
	line-height: 1.3;
	margin-bottom: 0;
	position: absolute;
	top: 20px;
	left: 0;
	}
	#section03 .contentsService section {
	width: 55%;
	margin-left: 45%;
	}
	#section03 .contentsService section:first-of-type h3 {
	margin: 0 0 8px;
	}
}
@media only screen and (min-width: 2000px) { 
	#front #contents {
	padding: 100px 0 0;
	}
	#front .mvBx #videoWrp {
	height: 0;
	padding-top: 40.4530744336569579%;
	width: 1600px;
	margin: 0 auto;
	}
	#front .mvBx video {
	width: 100%;
	min-width: 100%;
	height: auto;
	}
	.item.l_showitem {
	opacity: 1;
	transform:translateY(0);
	transition: none;
	}
	.mvBx .lower {
	height: 0;
	padding-top: 40.4530744336569579%;
	width: 1020px;
	margin: 0 auto;
	}
}