@charaset "UTF-8";

/* Reset
--------------------------------*/
html,body,div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,caption,th,td,blockquote,address,pre,code,form,fieldset,legend,iframe,
header,footer,article,section,aside,nav,figure,figcaption,main {
	margin:0;
	padding:0;
	border: 0;
	font: inherit;
	font-size: 100%;
}

pre {
	white-space: pre-wrap;
}

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

img,
iframe {
	vertical-align: middle;
	border:0;
}

cite,
abbr {
	font-style: inherit;
	text-decoration: inherit;
}

header,footer,article,section,aside,nav,figure,figcaption,main {
	display: block;
}


/* Base
--------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: 16px/1.75 sans-serif;
}

body {
	overflow-x: hidden;
	background: #fff;
	color: #333;
	font-size: .875em;
}

a {
	color: #0068b5;
	-webkit-transition: .3s;
	transition: .3s;
}

a:before,
a:after {
	text-align: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: inherit;
}

button {
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-shadow: none;
	-webkit-transition: .3s;
	transition: .3s;
}

em {
	font-style: inherit;
	font-weight: bolder;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

ul {
	padding-left: 1.5em;
}

ol {
	padding-left: 2em;
}

nav ul,
nav ol {
	list-style: none;
	padding: 0;
}

figcaption {
	font-weight: bold;
}

section,
.introduction-area {
	padding: 60px 0;
}

section section {
	margin: 40px auto;
	padding: 0;
}

main p {
	margin: 1em 0;
}

article:first-child,
section:first-child,
p:first-child,
.entry-content > :first-child,
.widget:first-child {
	margin-top: 0;
}

article:last-child,
section:last-child,
p:last-child,
.entry-content > :last-child,
.widget:last-child {
	margin-bottom: 0;
}

input,
textarea,
button[type="submit"] {
	max-width: 100%;
	font: inherit;
	-webkit-transition: .3s;
	transition: .3s;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	appearance: none;
	width: 50%;
	padding: 6px;
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input[type="submit"],
input[type="radio"],
input[type="checkbox"],
button {
	cursor: pointer;
}

input[disabled] {
	opacity: .3;
	cursor: default;
}

:lang(en) {
	font-family: Lato, sans-serif;
	font-weight: 300;
}


/* Site Width
--------------------------------*/
.site {
	position: relative;
	margin: auto;
}

.site-header-content,
.site-footer-content,
.breadcrumbs,
.copyright,
.content {
	margin: auto;
}


/* Common
--------------------------------*/
article:after,
section:after,
header:after,
footer:after,
nav:after,
.content:after,
.site-content:after,
.entry-content:after,
.group:after {
	display: block;
	clear: both;
	content: "";
}

.image,
.graph,
.link,
.tagline {
	text-align: center;
}

.link {
	margin-top: 40px;
}

.more {
	text-align: right;
}

.tagline {
	line-height: 1.4;
	color: #0068b5;
	font-weight: bold;
	font-size: 1.5em;
}

.tagline > span {
	display: block;
}

.btn,
button[type="submit"] {
	display: inline-block;
	position: relative;
	max-width: 100%;
	min-width: 340px;
	padding: 7px;
	border: 1px solid;
	color: #0068b5;
	font-size: 20px;
	text-decoration: none;
}

.btn:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	height: 1em;
	margin: auto;
	font: .75em/1 fontAwesome;
	content: "\f0da";
}

button[type="submit"]:before {
	font-family: fontAwesome;
	content: "\f00c\a0";
}

.btn:hover,
.btn:focus,
button[type="submit"]:hover,
button[type="submit"]:focus {
	background: rgba(0, 104, 181, .1);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal;
}


/* Heading
--------------------------------*/
h2 {
	margin-bottom: 30px;
	color: #0068b5;
	font-size: 16px;
	text-align: center;
}

h2 > span:lang(en),
.page-title > span:lang(en) {
	display: table;
	margin: 0 auto .2em;
	border-bottom: 1px solid;
	font-size: 2.25em;
	letter-spacing: .15em;
	speak: none;
}

.home h2,
.page-title {
	color: inherit;
	font-size: 12px;
}

.home h2 > span:lang(en),
.page-title > span:lang(en) {
	display: block;
	margin-bottom: 0;
	border: 0;
	font-size: 4em;
}

h3 {
	margin-bottom: 20px;
	color: #0068b5;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
}


/* Header
--------------------------------*/
.site-header {
	position: relative;
	height: 380px;
	padding: 30px;
	background: url(images/header.jpg) no-repeat 50% 50% #666;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}

.home .site-header {
	height: 800px;
}

.site-title {
	float: left;
	margin-bottom: 20px;
}

.global-nav {
	float: right;
}

.global-nav li {
	float: left;
	margin-left: 16px;
}

.global-nav a {
	display: block;
	padding: 1px 5px 0;
	border-bottom: 1px solid transparent;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

.global-nav a:hover,
.global-nav a:focus {
	border-color: #fff;
}

.global-nav .current > a {
	padding-bottom: 1px;
	border: 0;
	background: rgba(255,255,255,.3);
}

.menu-btn {
	display: none;
}

.slogan {
	position: absolute;
	top: 38%;
	right: 0;
	left: 0;
	width: 6em;
	margin: auto;
	font-size: 36px;
	text-align: center;
	letter-spacing: .15em
}


/* Footer
--------------------------------*/
.site-footer {
	padding: 40px 0;
	background: #e5e5e5;
	text-align: center;
}

.corporation > span {
	display: block;
}

.corporation > span[itemprop="name"] {
	margin: 4px 0 8px;
	font-weight: bold;
	font-size: 1.125em;
}


span[itemprop="postalCode"]:before {
	content: "〒";
}

.foot-nav {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.foot-nav > li:before {
	margin-right: 4px;
	color: #0068b5;
	font-family: fontAwesome;
	content: "\f0da";
}

.copyright {
	font-size: 12px;
}

.copyright small {
	font-size: 1em;
}


/* Content
--------------------------------*/
.site-content {
}

main {
}

.side {
}

.content {
	max-width: 820px;
	padding: 0 10px;
}

.breadcrumbs {
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li:first-child {
	text-transform: uppercase;
}

.breadcrumbs li + li:before {
	content: ">";
}


/* Side
--------------------------------*/


/* Page
--------------------------------*/
.page-title {
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
	text-align: center;
}


/* Home
--------------------------------*/
.about-area {
	position: relative;
	background: #e6f7fa;
	padding-right: 50%;
}

.about-area:before,
.business-area:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	background: no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
}

.about-area:before {
	right: 0;
	background-image: url(images/about.jpg);
}

.business-area {
	position: relative;
	padding-left: 50%;
}

.business-area:before {
	left: 0;
	background-image: url(images/business.jpg);
}

.access-area {
	padding-bottom: 0;
}

.accessmap iframe {
	width: 100%;
	height: 380px;
}

.recruit-area {
	background: url(images/recruit.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.tagline > .catch {
	color: #333;
	font-size: .8333em;
}

.graph.logo {
	margin: 50px auto;
}

.text {
	text-align: center;
	padding: 0 60px;
}

.text > p {
	margin: 0;
}

.carvo {
	margin: 30px auto 60px;
	text-align: center;
}

.carvo > figcaption {
	display: inline-block;
	width: 17em;
	line-height: 1.4;
	vertical-align: middle;
	margin-left: 12px;
	font-size: .625em;
}

.car-sensor-block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 50px auto 0;
}

.car-sensor-block > section {
	margin: 0 10px;
	padding: 50px 0;
	text-align: left;
}

.car-sensor-block ul {
	list-style: square;
	line-height: 1.4;
	margin-top: 5px;
}

.car-sensor-block h3 {
	margin: 0 auto 16px;
	font-size: 1em;
}

#map {
	height: 380px;
	margin-top: 60px;
}

.car-sensor-video {
    padding: 0 20px;
}

/* Company
--------------------------------*/
.greeting-message > .tagline {
	color: inherit;
	font-weight: inherit;
}

.greeting-message > p {
    font-size: 1.125em;
    font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    width: 550px;
    margin: 0 auto;
}

.greeting-message > .author {
	margin-top: 45px;
	font-size: 1.125em;
	text-align: center;
    font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

.info {
	display: block;
	text-align: center;
}

.info > tbody,
.info tr,
.info th,
.info td {
	display: inherit;
	text-align: inherit;
}

.info tr + tr {
	margin-top: 1.75em;
}

.info th {
	font-weight: bold;
}

.division-job {
	list-style: none;
	padding: 0;
	text-align: center;
}

.office-photo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 1em;
}

.office-area .content:after {
    content: "";
    display: table;
    clear: both;
}

.office-content {
    float: left;
    width: 50%;
}


.office-map {
    float: left;
    width: 50%;
}

.office-data th {
    font-weight: bold;
    text-align: left;
    padding-right: 1em;
}

.office-branch {
    max-width: 820px;
    margin: 40px auto 0;
}

.office-branch:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin: 0 auto;
    background: repeating-linear-gradient(90deg, #aaa, #aaa 1px, transparent 0, transparent 8px);
    margin-bottom: 40px;

}

.office-branch:after {
    content: "";
    display: table;
    clear: both;
}

.office-branch .office-area {
    width: 50%;
    float: left;
}

.office-branch .office-content {
    float: none;
    width: 100%;
}

.office-branch .office-map {
    float: none;
    width: 100%;
}

.office-branch .office-area {
    margin-top: 0 !important;
}

.office-branch .office-map {
    margin-top: 20px;
}


/* Recruit
--------------------------------*/
.welfares,
.staff-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: -webkit-space-between;
	justify-content: space-between;
}

.staff-list {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.staff {
	-ms-flex: 0 1 48%;
	-webkit-flex: 0 1 48%;
	flex: 0 1 48%;
}

.staff:nth-child(n+3) {
	margin-top: 40px;
}

.welfare-item {
	-ms-flex: 0 1 31.25%;
	-webkit-flex: 0 1 31.25%;
	flex: 0 1 31.25%;
}

.welfare-item > .name {
	margin: 8px auto;
	color: #0068b5;
	font-size: 1.125em;
	text-align: center;
}

.profile > .data {
	margin: 20px 0;
	font-size: 1.125em;
	text-align: center;
}

.data > span {
	display: block;
}

.data > .joined {
	color: #0068b5;
}

.recruiting-information-area {
	padding-bottom: 0;
}

.welfare-area {
	background: #e6f7fa;
}

.terms-table {
	border-collapse: separate;
	border-spacing: 0 32px;
}

.terms-table th {
	width: 30%;
	vertical-align: middle;
	padding: 10px;
	background: #e5e5e5;
	font-weight: bold;
}

.terms-table td {
	padding: 15px 0 15px 30px;
}

.terms-table td > ul,
.job-list > ul {
	list-style: none;
	padding: 0;
}

.job-list li {
	padding-left: 1em;
	text-indent: -1em;
}

.job-list li:before {
	content: "◎";
}


/* Form
--------------------------------*/
.required,
.optional {
	display: inline-block;
	margin-left: .3em;
	color: #c00;
	font-weight: bold;
	font-size: .85em;
}

.optional {
	color: #0076cc;
}

.required:before,
.optional:before {
	content: "[";
}

.required:after,
.optional:after {
	content: "]";
}

.input-field {
	position: relative;
	margin: 20px auto;
	padding-left: 28%;
}

.input-field:last-child {
	padding-left: 0;
	text-align: center;
}

.input-field > label {
	position: absolute;
	left: 0;
	width: 28%;
	padding: 7px 0;
}

input[name="birthday"],
input[name="zipcode"],
input[name="tel"] {
	width: 10em;
}

input[name="address"] {
	width: 100%;
}

.error {
	border: 2px solid #ffc400;
	margin-top: 5px;
	padding: 5px;
	color: #f00;
	font-size: .85em;
}


/* Privacy Policy
--------------------------------*/
.page-privacy-policy .content > ul {
	list-style: decimal;
}


/*------------------------------*/
.ie {
	font-family: "游ゴシック", "メイリオ", sans-serif;
}

.for-ie {
	padding: 10px 0;
	background: #f00;
	color: #fff;
	font-size: 20px;
	text-align: center;
}


/* Tablet */
@media screen and (max-width: 960px) {
}

/* Mobile */
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		text-decoration: underline;
	}
	
	section {
		padding: 20px 0;
	}
	
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"] {
		width: 100%;
	}
	
	/*=== Common ===*/
	.tagline {
		font-size: 1.25em;
	}
	
	.btn,
	button[type="submit"] {
		width: 100%;
		min-width: 0;
	}
	
	/*=== Heading ===*/
	h2 {
		font-size: 12px;
	}
	
	h2 > span:lang(en),
	.page-title > span:lang(en) {
		font-size: 2em;
	}
	
	/*=== Header ===*/
	.site-header {
		height: 160px;
		padding: 15px;
	}
	
	.home .site-header {
		height: 470px;
	}
	
	.global-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 10000;
		padding: 15px 10px;
		background: rgba(0, 0, 0, .3);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: .3s;
		transition: .3s;
	}
	
	.no-js .global-nav {
		position: absolute;
		-webkit-transform: none;
		transform: none;
	}
	
	.global-nav li {
		float: none;
		margin: 0 0 5px;
	}
	
	.global-nav.open {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.menu-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	.menu-btn:before {
		display: inline-block;
		font: 32px/1 fontAwesome;
		content: "\f0c9";
	}
	
	.menu-btn.open {
		visibility: hidden;
	}
	
	.slogan {
		font-size: 20px;
	}
	
	/*=== Footer ===*/
	span[itemprop="postalCode"] {
		display: block;
	}
	
	/*=== Content ===*/
	main,
	.side {
		float: none;
		width: auto;
	}
	
	/*=== Page ===*/
	.page-title {
		position: static;
		clear: both;
	}
	
	/*=== Home ===*/
	.about-area {
		padding-top: 0;
		padding-right: 0;
	}
	
	.business-area {
		padding-top: 0;
		padding-left: 0;
	}
	
	.about-area:before,
	.business-area:before {
		display: block;
		position: static;
		width: auto;
		height: 160px;
		margin-bottom: 20px;
	}
	
	.about-area:before {
		background-position: 50% 65%;
	}
	
	.text {
		padding: 0;
		text-align: left;
	}
	
	.car-sensor-block {
		margin-top: 30px;
	}
	
	.car-sensor-block > section {
		padding: 0;
	}
	
	.car-sensor-block ul {
		font-size: .75em;
	}
	
    .car-sensor-video {
        padding: 20px 0px;
    }

	#map {
		margin-top: 20px;
	}
	
	.terms-table {
		display: block;
	}
	
	.terms-table > tbody,
	.terms-table tr,
	.terms-table th,
	.terms-table td {
		display: inherit;
	}
	
	.terms-table th {
		width: auto;
	}
	
	.terms-table td {
		padding-left: 0;
	}
	
	.terms-table td > ul {
		list-style: circle;
		padding-left: 1.5em;
	}
	
	/*=== Recruit ===*/
	.welfares,
	.staff-list {
		display: block;
	}
	
	.welfare-item:nth-child(n+2),
	.staff:nth-child(n+2) {
		margin-top: 30px;
	}
	
	.staff > .profile {
		display: table;
		margin-bottom: 20px;
		background: #e6f7fa;
	}
	
	.profile > .image,
	.profile > .data {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		font-size: 1em;
	}
	
	/*=== Form ===*/
	.input-field {
		padding-left: 0;
	}
	
	.input-field > label {
		display: block;
		position: static;
		width: auto;
		margin-bottom: 2px;
		padding: 0;
	}

    .office-content, .office-map, .office-branch .office-area {
        float: none;
        width: 100%;
    }

    .office-data {
        display: block;
        text-align: center;
    }

    .office-data > tbody,
    .office-data tr,
    .office-data th,
    .office-data td {
        display: inherit;
        text-align: inherit;
    }

    .office-data tr + tr {
        margin-top: 1.75em;
    }

    .office-data th {
        font-weight: bold;
    }

    .office-branch:before {
        display: none;
    }

    .greeting-message > p {
        width: auto;
    }
}

/* youtube
--------------------------------*/
.youtube-area {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3.125vw;
	padding-left: 3.125vw;
}
.youtube-head {
	margin-bottom: 3em;
}
.youtube-sub-title {
	color: #111;
	text-align: left;
	font-size: 1.125em;
	font-weight: normal;
}
.youtube-sub-title::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background: rgb(95, 94, 94);
	background: -webkit-gradient(linear, left top, right top, from(rgb(95, 94, 94)), to(rgb(255, 255, 255)));
	background: linear-gradient(to right, rgb(95, 94, 94) 0%, rgb(255, 255, 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5f5e5e", endColorstr="#ffffff",GradientType=1 );
}
.youtube-midashi {
	display: block;
	font-size: 1.125em;
	font-weight: bold;
	color: #F39800;
}
.movie-handbill__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.movie-handbill__item {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.youtube-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.movie-flex__text {
	width: 100%;
}
.youtube-map {
	width: 100%;
	height: 300px;
}
.movie-flex__img {
	width: 100%;
}
.youtube-btn {
	padding: 60px 0 80px;
}
.youtube-btn__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.youtube-btn__link {
	max-width: 1024px;
	width: 300px;
	margin: 0 10px 10px;
	font-family: "Lato", sans-serif;
	text-align: center;
}
.youtube-btn__link a {
	display: block;
	width: 100%;
	padding: 10px;
	border: solid 1px #0068B5;
	font-weight: bold;
	text-decoration: none;
	color: #0068B5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.youtube-btn__link a:hover {
	background-color: #0068b5;
	color: #fff;
}
/* Tablet */
@media screen and (min-width: 960px) {
	.youtube-area {
		padding-right: 0;
    	padding-left: 0;
	}
}

/* Mobile */
@media screen and (min-width: 768px) {
	.youtube-sub-title {
		font-size: 1.5em;
	}
	.youtube-midashi {
		font-size: 1.75em;
	}
	.movie-handbill__item {
		width: 49%;
		margin-right: 2%;
	}
	.movie-handbill__item:nth-child(2n) {
		margin-right: 0;
	  }
	.youtube-map {
		height: 380px;
	}
	.movie-handbill__item p {
		margin: 0;
	}
	.movie-handbill__notitle {
		display: block;
	}
	.movie-handbill__notitle {
		margin-top: 1.72em;
	}
	.movie-flex__text {
		width: calc(100% - 320px);
		padding-right: 10px;
	}
	.movie-flex__img {
		width: 320px;
	}
}