/*
Theme Name: Localmotion Inc.
*/


/* ------------------------------
default
------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: initial;
	-webkit-text-size-adjust: 100%;
}

html,body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Noto Serif JP', serif;
	line-height: 2;
	letter-spacing: ;
}

a {
	color: ;
	text-decoration: none;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
a:hover{
	opacity: 0.65;
}
img {
	height: auto;
	max-width: 100%;
}
input, button, select, textarea {
	-webkit-appearance: none;
}
h2, ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* --------------------------------
font
---------------------------------*/
.fontxl {
	font-size: 33px;
}
.fontll{
	font-size: 32px;
}
.fontl {
	font-size: 26px;
}
.fontm {
	font-size: 24px;
}
.fonts {
	font-size: 16px;
}
.fontss {
	font-size: 13px;
}
/* --------------------------------
共通
---------------------------------*/
.container{
	min-width: 900px;
}
.area {
	margin: 0 auto;
	max-width: 73%;
	position: relative;
	width: 100%;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.letterspacing{
	letter-spacing: .1em;
}
.clear {
	clear: both;
}

/* --------------------------------
header
---------------------------------*/

.header-outter {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}

header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}


#logo svg{
	width: 195px;
	position: absolute;
	top: 23px;
	left: 3%;
	fill: currentColor;
}

.sitelogo a{
	color: #fff;
}
.sitelogo_black a{
	color: #000;
}
#logo img{
	width: 195px;
  position: absolute;
  top: 23px;
  left: 33px;
}
.hidden{
  display:none;
}
nav .open,
nav .close{
	width: 80px;
	height: 80px;
	background-color:#000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
nav a img{
	width: 23px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
}
nav .close{
	display: none;
}
nav .menu{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
nav .menu ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
nav .menu ul li{
	padding-bottom: 5px;
}
nav .menu a{
	color: #fff;
	display: inline-block;
	width: 100%;
}
nav .menu a:hover{
	border-bottom: 1px solid #fff;
}

.header-outter {
	/* position: relative; */
}

.language {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	top: 10px;
	right: 100px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	z-index: 10000;
}

.language a {
	color: #fff;
	padding: 8px 10px;
}

.language li:not(:nth-child(1)) {
	position: relative;
	margin-left: 15px;
}

.language li:not(:nth-child(1))::before {
	position: absolute;
	content: '/';
	top: 1px;
	left: -11px;
	color: #fff;
}

.sitelogo_black .language a {
	color: #000;
}

.sitelogo_black .language li:not(:nth-child(1))::before {
	color: #000;
}

/* --------------------------------
top
---------------------------------*/
.top{
	position: relative;
	padding: 0!important;
}
.top_text img{
	width: 37%;
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	display: none;
}
.top_circle img{
	width: 37%;
	min-width:250px;
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	display: none;
}
.top_arrow img{
	width: 8px;
	position: absolute;
	right: 33px;
	bottom: 26px;
}
.top .swiper-slide{
	background-size: cover;
	background-position: center center;
}
.top .swiper-slide::after,
.top .screen::after{
	content: '';
	display: block;
	padding-top: 58.3%;
}
.top .screen{
	width: 100%;
	position: absolute;
	top: 0;
	background-repeat: repeat;
	z-index: 9;
	background-size: 228px 228px;
}
.top_arrow img{
	z-index: 999;
}
.pagetop img{
	display: block;
	width: 18px;
	position: fixed;
	bottom: 43px;
	right: 26px;
	z-index: 999;
	transform: translateY(150px);
	transition: all 0.1s ease-out;
}
.pagetop img.active{
	transform: translateY(0);
}

.top_link{
	width:10%;
	height:20px;
}

/* --------------------------------
section
---------------------------------*/
section{
	text-align: center;
	padding: 115px;
}
.text_left{
	text-align: left;
}
section h2{
	padding-bottom: 70px;
}
section h2 img{
	height: 20px;
}
section h3{
	padding-bottom: 10px;
}
.catchcopy{
	padding-bottom: 10px;
	font-weight: bold;
}
.vision_text{
	padding-bottom: 60px;
}
.feature{
	background-color: #f2f4f5;
}
.feature_text{
	padding: 10px 0 65px;
}
.feature_title{
	padding: 10px 0 20px;
}
.feature ol,
.service ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.feature ol li{
	width: 31%;
}
.service ul li{
	width: 50%;
	/*padding: 90px 0 0;*/
}
.service ul li:nth-child(1){
	background-color: #e14475;
}
.service ul li:nth-child(2){
	background-color: #4287c8;
}
.service ul li .pc{
	width: 59%;
	margin: 0 auto;
}
.service ul li a{
	display: block;
	width: 100%;
	height: 480px;
	/*margin-top: 80px;*/
	position: relative;
	padding-top: 80px;
}
.service ul li:nth-child(1) .more_button{
	background-color: #e24c7b;
}
.service ul li:nth-child(1) .more_button:hover{
	background-color: #ec5584;
}
.service ul li:nth-child(2) .more_button{
	background-color: #458bce;
}
.service ul li:nth-child(2) .more_button:hover{
	background-color: #4c94d8;
}
/*.service ul li:nth-child(3) a{
	background-color: #8bb534;
}*/
.more_button{
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 50px 0;
}
.more_button img{
	width: 56px!important;
}
.service,
.access{
	padding-bottom: 0!important;
}
.outline{
	background-color: #f2f4f5;
	padding-bottom: 157px;
}
.outline dl{
	line-height: 2.5;
	padding-bottom: 105px!important;
}
.outline dt{
	float: left;
}
.outline dd{
	margin-left: 121px;
}
.career{
	width: 86%;
	background-color: #a8b0bb;
	height: 157px;
	display: flex;
	align-items: center;
	color: #fff;
	position: absolute;
	right: 0;
}
.long_text span{
	line-height: 1.4;
	display: block;
	padding-bottom: 10px;
	padding-top: 8px;
}
.long_text:last-child span{
	padding-bottom: 0;
	padding-top: 8px;
}
.career_icon{
	width: 31%;
	padding: 0 75px;
}
.career img{
	width: 190px;
}
.career_text{
	width: 46%;
}
.career_more{
	width: 23%;
	height: 100%;
	position: relative;
}
.career_more a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #acb4bf;
}
.career_more a::hover{
	background-color: #b2bbc7;
}
.more_button2{
	width: 56px!important;
	position: absolute;
	top: 50%;
	transform: translate(-50%);
}
.map_area{
	width: 100%;
	height: 482px;
	display: flex;
	flex-direction: row-reverse;
}
.access_left{
	width: 33%;
	background-color: #f2f4f5;
	padding: 75px 30px 75px 75px;
}
.access_right{
	width: 67%;
}
.access_right iframe{
	width: 100%;
	height: 100%;
	display: block;
}
.access_company{
	font-size: 15px;
	padding-bottom: 60px;
}
.access_adress{
	line-height: 2.2;
	font-size: 13px;
}

/* --------------------------------
pages
---------------------------------*/
.science_top,
.creative_top{
	position: relative;
	padding: 0!important;
}
.science_top .swiper-slide,
.creative_top .swiper-slide{
	background-size: cover;
	background-position: center center;
	position: relative;
}
.science_top .swiper-slide::after,
.creative_top .swiper-slide::after{
	content: '';
	display: block;
	padding-top: 58.3%;
}
.swiper-slide span{
	width: 100%;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
}
.sc2 span{
	color: #fff;
	font-size: 14px;
}
.creative_top .swiper-slide,
.science_top .swiper-slide{
	position: relative;
}
.creative_top .swiper-slide a{
	width: 26%;
	height:26%;
	position: absolute;
	top:50%;
}
.science_top .swiper-slide a{
	width: 26%;
	height:26%;
	position: absolute;
	top:25%;
	left: 30%;
}
.contents_menu{
	background-color: #101010;
	padding: 80px;
}
.contents_menu ul{
	display: flex;
	flex-wrap: wrap;
}
.contents_menu ul li{
	width: 33.33%;
	position: relative;
}
.contents_menu ul li img{
	display: block;
}
.contents_menu ul li a{
	color: #fff;
}
.contents_menu ul li h2{
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	padding-bottom: 0;
	white-space: nowrap;
}
.contents_container{
	background-color: #f2f4f5;
}
.contents_box{
	background-color: #fff;
	width: 73.33%;
	margin: 0 auto 80px;
	position: relative;
	text-align: left;
}
.content_discription{
	display: flex;
}
#science2 .content_discription,
#science4 .content_discription,
#science6 .content_discription,
#creative2 .content_discription,
#creative4 .content_discription,
#creative6 .content_discription{
	flex-direction: row-reverse;
}

.contents_box .thumbnail{
	width: 63.3%;
}
.contents_box .thumbnail img{
	width: 100%;
	display: block;
}
.contents_box .content_text{
	width: 36.7%;
	padding: 6% 5% 0;
	position: relative;
}
.contents_box .content_title{
	padding-bottom: 25px;
	line-height: 1.7;
	font-weight: bold;
}
.contents_box .form_buttom{
	text-align: center;
	/* width: 240px; */
	height: 40px;
	border: 1px solid #a7c2cd;
	border-radius: 10px;
	margin-top:10%;
	/* position: absolute;
	bottom: 0;
	left: 50%; */
	/* transform: translateX(-50%); */
}
.contents_box .form_buttom a{
	color: #a7c2cd;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 3px;
}
.contents_box h3{
	font-size: 19px;
	padding: 70px 0 30px 35px;
	font-weight: bold;
}
.contents_box ul{
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-bottom: 70px;
}
.contents_box ul li {
	width: 30%;
}
.contents_box .headline {
	font-size: 15px;
	padding: 30px 0 10px;
}

.top{
	position: relative;

}

.logo-img{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width:100%;
  height:100%;
  text-align: center;
  z-index:3;
}



.logo-contents{
  position: relative;
  width:100%;
  height:100%;
}

.circle{
	position:absolute;
	margin:0;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:20vw;
	min-width:196px;
	height:20vw;
	min-height:196px;
	z-index:0;
	animation-name:fadein_out;
	animation-timing-function:ease_in_out;
  animation-duration:1.5s;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
}
@keyframes fadein_out {
	from{ opacity:0;}
	33%{opacity:0}
  to { opacity:100;}
}

.circle2{
	position:absolute;
	margin:0;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:23vw;
	min-width:210px;
	height:23vw;
	min-height:210px;
	z-index:0;
	animation-name:fadein_out;
	animation-timing-function:ease_in_out;
  animation-duration:1.5s;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
}
@keyframes fadein_out {
	from{ opacity:0;}
	33%{opacity:0}
  to { opacity:100;}
}
.creative_img{
	position:absolute;
	width:28%;
	top:39%;
	left:21%;
	animation-name:fadein_out;
	animation-timing-function:ease_in_out;
  animation-duration:1.5s;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
}
@keyframes fadein_out {
	from{ opacity:0;}
	33%{opacity:0}
  to { opacity:100;}
}

.creative_img2{
	position:absolute;
	width:14%;
	top:38%;
	left:36%;
	animation-name:fadein_out;
	animation-timing-function:ease_in_out;
  animation-duration:1.5s;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
}
@keyframes fadein_out {
	from{ opacity:0;}
	33%{opacity:0}
  to { opacity:100;}
}

.science_img{
	position:absolute;
	width:12%;
	top:53%;
	left:52%;
	animation-name:fadein_out;
	animation-timing-function:ease_in_out;
  animation-duration:1.5s;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
}
@keyframes fadein_out {
	from{ opacity:0;}
	33%{opacity:0}
  to { opacity:100;}
}
.science_img2{
	position:absolute;
	width:20%;
	top:47%;
	left:55%;
	animation-name:fadein_out;
	animation-timing-function:ease_in_out;
  animation-duration:1.5s;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
}
@keyframes fadein_out {
	from{ opacity:0;}
	33%{opacity:0}
  to { opacity:100;}
}
.sentence{
	color:#f6f6f6;
  opacity:.1;
	font-size:13px;
	position:absolute;
	top:82%;
	left:0;
  right:0;
  bottom:0;
  margin:auto;
	width:850px;
	z-index:3;
	animation-name:fadein_out2;
	animation-timing-function:ease_in_out;
  animation-duration:3s;
  animation-iteration-count:1;
  animation-fill-mode:forwards;
}
@keyframes fadein_out2{
	from{ opacity:0;}
	65%{opacity:0;}
  to { opacity:100;}
}

/* --------------------------------
carrer
---------------------------------*/

.carrer_list >li{
	display:inline-block;
	margin-right:20px;
}

.carrer_contents{
	display:inline-block;
}
/* --------------------------------
footer
---------------------------------*/
footer{
	text-align: center;
	background-color: #434749;
	padding: 44px 0;
	color: #f2f4f5;
	font-size: 14px;
}


/* ------------------------------
for smartphone
------------------------------ */
@media screen and (max-width: 640px) {
	/* --------------------------------
	共通
	---------------------------------*/
	body{
		min-width:320px;
	}
	.area {
		max-width: 85.3%;
	}
	.container{
		min-width: auto;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.fonts{
		font-size:15px;
	}
	.fontll {
	  font-size: 8vw;
	}
	/* --------------------------------
	header
	---------------------------------*/
	#logo svg{
		width: 150px;
		position: absolute;
		top: 23px;
		left: 3% !important;
		fill: currentColor;
	}
	nav .open,
	nav .close{
		width: 60px;
		height: 60px;
	}


	/* --------------------------------
	top
	---------------------------------*/
	.top .swiper-slide::after,
	.top .screen::after{
		padding-top: 400px;
		padding-top: 85vh;
	}
	.top_text img{
		width: 75%;
	}
	.top_circle img{
		width:80%;
		min-width:250px;
	}
	/* --------------------------------
	section
	---------------------------------*/
	section{
		padding: 60px 0;
	}
	section h2{
		padding-bottom: 30px;
	}
	nav .menu ul{
	width:80%;
}
	.catchcopy{
		line-height: 1.3;
		padding-bottom: 22px;
	}
	.vision_text{
		padding-bottom: 20px;
	}
	.vision_text2{
		line-height: 1.6;
		padding-top: 10px;
		text-align:left;
	}
	.feature{
		padding-bottom: 25px;
	}
	.feature_text{
		padding-bottom: 20px;
		text-align:left;
	}
	.feature_title{
		padding-bottom: 25px;
	}
	.feature ol,
	.service ul{
		display: block;
		width: 100%;
	}
	.feature ol li{
		width: 85%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.service h2{
		padding-bottom: 43px;
	}
	.service ul li{
		width: 100%;
		padding: 90px 0 0;
	}
	.service ul li .sp{
		width: 45%;
		margin: 0 auto;
	}
	.outline dl{
		line-height: 2;
		padding-bottom: 55px!important;
	}
	.outline dd{
		margin-left: 87px;
	}
	.long_text span{
		line-height: 1.3;
		display: block;
		padding-bottom: 8px;
		padding-top: 4px;
	}
	.long_text:last-child span{
		padding-bottom: 0;
		padding-top: 4px;
	}
	.outline{
		padding-bottom: 0;
	}
	.career{
		width: 100%;
		height: auto;
		display: block;
		color: #fff;
		position: unset;
	}
	.career_icon{
		width: 100%;
		padding: 45px 0 30px;
	}
	.career_text{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 25px;
	}
	.career_more{
		width: 100%;
		height: 120px;
	}
	.access h2{
		padding-bottom: 45px;
	}
	.map_area{
		height: auto;
		display: block;
	}
	.access_left{
		width: 100%;
		padding: 35px 30px 55px;
	}
	.access_right{
		width: 100%;
	}
	.access_right iframe{
		width: 100%;
		height: 300px;
	}
	.access_company{
		padding-bottom: 15px;
		font-weight: bold;
	}

	/* --------------------------------
	pages
	---------------------------------*/
	.science_top .swiper-slide a {
    width: 30%;
    height: 7%;
    position: absolute;
    top: 28%;
    left: 20%;
  }
  .creative_top .swiper-slide a {
    width: 26%;
    height: 15%;
    position: absolute;
    top: 45%;
    right: 18%;
  }
	.science_top .swiper-slide::after,
	.creative_top .swiper-slide::after{
		padding-top: 495px;
	}
	.sc2 span{
		font-size: 12px;
	}
	.swiper-slide span{
		width: 78%;
		position: absolute;
		bottom: 20px;
		line-height: 1.7;
	}
	.contents_menu{
		padding: 30px 15px;
	}
	.contents_menu ul li{
		width: 50%;
	}
	.contents_menu ul li h2{
		font-size: 12px;
		font-weight: normal;
	}
	.contents_container{
		padding: 50px 0;
	}
	.contents_box{
		width: 92%;
	}
	.content_discription{
		display: block;
	}
	.contents_box .thumbnail{
		width: 100%;
	}
	.contents_box .content_title{
		padding-bottom: 15px;
	}
	.contents_box .content_text{
		width: 100%;
		float: none;
		padding: 10px 30px 0;
	}
	.contents_box ul{
		width: 82.6%;
		display: block;
		padding-bottom: 0;
	}
	.contents_box ul li {
		width: 100%;
		padding-bottom: 40px;
	}
	.contents_box h3{
		padding: 70px 0 15px 30px;
	}
	.contents_box .form_buttom{
		width: 100%;
		position: static;
		transform: initial;
		margin-top: 1.5em;
	}
	.contents_box .headline {
		padding: 15px 0 10px;
	}
	.contents_box p{
		line-height: 1.6;
	}
	#creative6,
	#science6{
		margin-bottom: 0;
	}

	.circle{
	position:absolute;
	margin:0;
	top:44%;
	left:50%;
	transform: translate(-50%, -50%);
	width:59vw;
	min-width:197px;
	height:59vw;
	min-height:197px;
	z-index:0;
}
.creative_img{
	position:absolute;
	width:45%;
	top:32%;
	left:10%;
}

.science_img{
	position:absolute;
	width:25%;
	top:49%;
	left:57%;
}

	.circle2{
	position:absolute;
	margin:0;
	top:44%;
	left:50%;
	transform: translate(-50%, -50%);
	width:59vw;
	min-width:197px;
	height:59vw;
	min-height:197px;
	z-index:0;
}
.creative_img2{
	position:absolute;
	width:34%;
	top:31%;
	left:15%;
}

.science_img2{
	position:absolute;
	width:37%;
	top:47%;
	left:50%;
}
.sentence{
	position:absolute;
	top:67%;
	width:83vw;
	max-width:320px;
	min-width:267px;
	height:95px;
	z-index:3;
}
.sentence2{
	font-size:13px;
	position:absolute;
	top:67%;
	width:80vw;
	max-width:320px;
	min-width:267px;
	z-index:3;
}

	/* --------------------------------
	footer
	---------------------------------*/
	footer{
		padding: 26px 0;
	}


}

@media screen and (max-width: 900px) {
	  .contents_box .content_text{
	padding: 3% 3% 0;
  }
	  .contents_box .content_title{
		padding-bottom: 3%;
	}
	  .fontm {
	font-size: 18px;
  }
	  .fontss {
	font-size: 12px;
  }
}
@media screen and (max-width: 1120px) {
  section{
    padding:96px 7%;
  }
  #submit_btn {
    width: 70%;
  }
}
