/*
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: ; */
	background-color:#f2f4f5;
	margin:0;
}

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;
}

.font

/* --------------------------------
共通
---------------------------------*/
.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{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.sitelogo a{
	color: #fff;
}
.sitelogo_black a{
	color: #000;
}
#logo svg{
	width: 195px;
	position: absolute;
	top: 23px;
	left: 3%;
	fill: currentColor;
}
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;
}


/* --------------------------------
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;
}
.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);
}
.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;
}
.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;
	padding:40px;
	text-align: left;
}
.carrer_index{
	background-color:#f2f4f5;
	width: 73.33%;
	margin: 80px auto 40px;
}
.carrer_list li{
	display:inline-block;
	margin-right:20px;
	font-size:14px;
}

.carrer_list a{
	text-decoration:none;
	color:black;
}
.occupation{
	font-size:32px;
}
.carrer_contents{
	display:flex;
	margin-left:160px;
	border-top:solid 1px #f2f4f4;
	padding:20px 0 50px;
}
.carrer_contents p{
	margin:0;
}

.carrer_contents div:first-child{
	width:25%;
}

.carrer_contents div:nth-child(2){
	width:75%;
}

.info-item >p:first-child{
	font-size:14px;
	font-weight: bold;
}

.info-item >p:nth-child(2){
	font-size:10px;
}

.info-contents{
	font-size:12px;
	line-height:1.4;
}

.info-contents li{
	margin-bottom:10px;
	width: 100% !important;
}

.detail{
	/*margin-top:30px;*/
	/*list-style-type: none !important;*/
	/*width: 100% !important;*/
	/*display: inline-block !important;*/
}

.under{
	text-decoration: underline;

}

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



/* ------------------------------
for smartphone
------------------------------ */

@media screen and (max-width: 640px) {
		/* --------------------------------
	共通
	---------------------------------*/
	.area {
		max-width: 85.3%;
	}
	.container{
		min-width: auto;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.fonts{
		font-size:17px;
	}

	/* --------------------------------
	pages
	---------------------------------*/
	.science_top .swiper-slide::after,
	.creative_top .swiper-slide::after{
		padding-top: 495px;
	}


	/* --------------------------------
	header
	---------------------------------*/
	#logo svg{
		width: 150px;
	}
	nav .open,
	nav .close{
		width: 60px;
		height: 60px;
	}
	nav .menu ul{
		width: 80%;
	}


	/* --------------------------------
	top
	---------------------------------*/
	.top .swiper-slide::after,
	.top .screen::after{
		padding-top: 400px;
	}
	.top_text img{
		width: 68.8%;
	}

/* --------------------------------
	page
	---------------------------------*/

	.contents_box{
		width: 92%;
		margin-bottom:30px;
		padding:0;
	}

	  #copywriter > .contents_box{
			margin-bottom:0;
		}

	.contents_container{
		background-color: #fff;
		padding:30px 0 0;
	}

	.carrer_index{
		background-color:#f2f4f5;
		width: 100%;
		margin: 40px auto 40px;
	}

	.carrer_list li{
		display:block;
		font-size:26px;
		text-align:center;
	}

	.carrer_list li{
		margin:0;
	}

	.carrer_contents{
		display:block;
		margin:0;
		border-top:solid 1px #f2f4f4;
		padding:20px 0 30px;
	}

	.info-item{
		line-height:1.4;
	}

	.info-item >p:first-child{
		font-size:18px;
	}

	.info-item >p:nth-child(2){
		font-size:15px;
	}

	.info-contents{
		margin-top:15px;
		font-size:12px;
		line-height:1.4;
	}

	.info-contents li{
			margin-bottom:10px;
	}

	.occupation{
		text-align:center;
		margin:0 0 30px;
	}

  .carrer_contents div:first-child{
		width:100%;
	}

	.carrer_contents div:nth-child(2){
		width:100%;
	}

}
