@charset "UTF-8";
/*

   カスタムジャパン - トップページ用スタイルシート

  Copyright J-LINE CORPORATION. All rights reserved.
  http://www.j-line.co.jp/

*/
/* ----------------------------------------------------------
	共通
------------------------------------------------------------- */
html, body {
	overflow-x: hidden;
}

/* ----------------------------------------------------------
	共通サブ
------------------------------------------------------------- */
.container-01 {
	width: 1400px;
	margin: 0 auto;
}

.container-02 {
	width: 1100px;
	margin: 0 auto;
}

.container-03 {
	width: 860px;
	margin: 0 auto;
}

.content {
	padding-top: 60px;
	padding-bottom: 120px;
}

.content h1 {
	margin-top: 40px;
	font-family: 'Oswald', sans-serif;
	font-size: 343%;
	line-height: 0.6;
	font-weight: normal;
	text-align: center;
	color: #333;
}
.content h1 br {
	background-color: #000;
}
.content h1 small {
	font-size: 32.5%;
	line-height: 1;
}

.content h2 {
	padding-bottom: 10px;
	font-size: 229%;
	font-weight: normal;
	line-height: 1.3;
	color: #004da0;
	border-bottom: 5px solid #BFCAD5;
}
.content h2 small {
	font-size: 50%;
	color: #333;
	line-height: 1;
}

.content section {
	margin-top: 30px;
}

.content p {
	margin-top: 30px;
}

/* ----------------------------------------------------------
	メインビジュアル
------------------------------------------------------------- */
.bxslider{
	background:url(../img/top/slide01.jpg) no-repeat 0 0;
}

.bx-wrapper .bx-viewport {
	border: none !important;
	left: 0 !important;
	box-shadow: none !important;
}

.shadow {
	position: absolute;
	/*display: none;*/
	top: 135px;
	z-index: 1;
	width: 1400px;
	height: 499px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(3, 3, 3, 0.3) 42%, rgba(5, 5, 5, 0) 74%, rgba(7, 7, 7, 0) 100%);
  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(42%, rgba(3, 3, 3, 0.6)), color-stop(74%, rgba(5, 5, 5, 0)), color-stop(100%, rgba(7, 7, 7, 0)));
  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(3, 3, 3, 0.3) 42%, rgba(5, 5, 5, 0) 74%, rgba(7, 7, 7, 0) 100%);
  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(3, 3, 3, 0.3) 42%, rgba(5, 5, 5, 0) 74%, rgba(7, 7, 7, 0) 100%);
  /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(3, 3, 3, 0.3) 42%, rgba(5, 5, 5, 0) 74%, rgba(7, 7, 7, 0) 100%);
  /* IE10+ */
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(3, 3, 3, 0.3) 42%, rgba(5, 5, 5, 0) 74%, rgba(7, 7, 7, 0) 100%);
  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00070707',GradientType=1 );
}

.introduction ul {
	height: 499px;
	overflow: none;
}
.introduction ul li span {
	display: none;
}
.introduction .wrapper {
	position: absolute;
	z-index: 5;
	top: 210px;
	margin-left: 150px;
	margin-top: 80px;
	color: #fff;
}
.introduction .wrapper h1 {
	margin-bottom: 25px;
	font-size: 229%;
	font-weight: normal;
}
.introduction .wrapper p {
	font-size: 115%;
	line-height: 1.8;
}
.introduction .wrapper a.facebook-btn {
	display: inline-block;
	height: 58px;
	text-align: center;
	background: #004da0 url(../img/common/icon_arrow_right.png) 94% 50% no-repeat;
	color: #fff;
	vertical-align: baseline;
	font-size: 129%;
	line-height: 3.3;
	border: 1px #004da0 solid;
	border-radius: 5px;
	text-decoration: none;
	transition: .4s ease;
	width: 500px;
	margin-top: 20px;
}
.introduction .wrapper a.facebook-btn:hover {
	background-color: rgba(0, 77, 160, 0.7);
	transition: .8s ease;
}
.introduction .wrapper a.facebook-btn img {
	margin-right: 30px;
	vertical-align: top;
	line-height: 0;
	margin-top: 15px;
}

/* ----------------------------------------------------------
	インフォメーション
------------------------------------------------------------- */
.information {
	height: 170px;
	background: #EAEDF1;
}
.information .root > div {
	display: inline-block;
	height: 110px;
	width: 150px;
	margin-top: 15px;
	border-right: 1px solid #BFCAD5;
	vertical-align: middle;
}
.information .root > div h2 {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 129%;
	line-height: 1;
	font-weight: normal;
	margin-top: 35px;
	text-indent: 40px;
	background: url(../img/top/icon_info.png) 0 50% no-repeat;
}
.information .root > div a {
	display: block;
	margin-top: 10px;
	text-align: right;
	margin-right: 20px;
	font-size: 86%;
	color: #004da0;
}
.information .root ul {
	display: inline-block;
	vertical-align: middle;
	width: 700px;
	margin-top: 30px;
	margin-left: 15px;
}
.information .root ul li {
	width: 935px;
	height: 35px;
	display: inline-block;
	line-height: 1.2;
	vertical-align: bottom;
}
/*
.information .root ul li:nth-child(1n+5) {
	display: none;
}
*/
.information .root ul li span {
	display: inline-block;
	width: 100px;
	height: 20px;
	color: #fff;
	font-size: 86%;
	line-height: 1.6;
}
.information .root ul li span.media {
	background: #004da0;
	color: #fff;
	text-align: center;
}
.information .root ul li span.press {
	background: #8C9BB0;
	color: #fff;
	text-align: center;
}
.information .root ul li p {
	display: inline-block;
	margin: 0 30px;
	line-height: 1;
	width: 120px;
}
.information .root ul li a {
	display: inline-block;
	width: 620px;
	overflow: hidden;
	text-decoration: none;
	vertical-align: middle;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.information .root ul li a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------
	ビジネスモデル
------------------------------------------------------------- */
.business-model {
	padding-bottom: 60px;
}
.business-model .blue-button {
	display: inline-block;
	height: 58px;
	text-align: center;
	background: #004da0 url(../img/common/icon_arrow_right.png) 94% 50% no-repeat;
	color: #fff;
	vertical-align: baseline;
	font-size: 129%;
	line-height: 3.3;
	border: 1px #004da0 solid;
	border-radius: 5px;
	text-decoration: none;
	transition: .4s ease;
	width: 400px;
	text-align: center;
	display: block;
	margin: 60px auto 0;
}
.business-model .blue-button:hover {
	background-color: rgba(0, 77, 160, 0.7);
	transition: .8s ease;
}
.business-model .describe {
	margin-top: 30px;
}
.business-model .describe figcaption {
	background: #004da0;
	color: #fff;
	margin: 0 auto 30px;
	padding: 5px 10px;
	text-align: center;
}
.business-model .describe figure:first-of-type {
	float: left;
	position: relative;
}
.business-model .describe figure:first-of-type figcaption {
	width: 100px;
}
.business-model .describe figure:first-of-type p {
	position: absolute;
	top: 3px;
	left: 169px;
	font-size: 72%;
}
.business-model .describe figure:first-of-type .wrapper {
	display: none;
	width: 463px;
	height: 336px;
	overflow: hidden;
}
.business-model .describe figure:first-of-type .wrapper > div {
	width: 463px;
	height: 426px;
	margin-top: -90px;
}
.business-model .describe figure:last-of-type {
	float: right;
}
.business-model .describe figure:last-of-type figcaption {
	width: 150px;
}

/* ----------------------------------------------------------
	5つの強み
------------------------------------------------------------- */
.advantage {
	background: url(../img/top/bg_advantage.jpg) 0 0 no-repeat;
	background-attachment: fixed;
	background-position: center 0;
	background-size: cover;
}
.advantage h2 {
	height: 80px;
}
.advantage .fivemerit {
	position: relative;
}
.advantage .fivemerit > section section:first-of-type img {
	position: absolute;
	top: 40px;
	right: 40px;
	-moz-transform: skew(-5deg, 5deg);
	-ms-transform: skew(-5deg, 5deg);
	-webkit-transform: skew(-5deg, 5deg);
	transform: skew(-5deg, 5deg);
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.advantage .fivemerit > section section:first-of-type img:hover {
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.advantage .fivemerit .root {
	width: 100%;
}
.advantage .fivemerit section h3 {
	font-size: 129%;
	color: #004da0;
    width: 545px;
    display: flex;
    flex-flow:row nowrap;
    border-bottom: 2px solid #004da0;
}
.advantage .fivemerit section h3 span{
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
}
.advantage .fivemerit section h3 span:first-of-type {
/*
    width: 24px;
	margin-right: 10px;
	padding: 0px 1px 0px 0;
	border: 2px solid #004da0;
	font-family: "Inconsolata";
	font-size: 117.5%;
	line-height: 1.2;
	border-radius: 30px;
	text-align: center;
    flex-basis: 24px;
*/
    background: #004da0;
    color: #FFF;
    font-size: 1.4em;
    line-height: 2;
    padding: 0 4px;
}
.advantage .fivemerit section h3 span:last-of-type {
    padding: 0 0 0 4px;
}
.advantage .fivemerit section p {
	width: 545px;
	margin-top: 10px;
}
.advantage .fivemerit section:nth-of-type(2n+1) > div {
	float: left;
}
.advantage .fivemerit section:nth-of-type(2n+1) img {
	float: right;
}
.advantage .fivemerit section:nth-of-type(2n) > div {
	display: block;
	float: right;
}
.advantage .fivemerit section:nth-of-type(2n) img {
	float: left;
}

/* ----------------------------------------------------------
	取扱製品のご案内（カテゴリー）
------------------------------------------------------------- */
.category > div {
	width: 100%;
	border: 1px solid #C8C9CB;
	background: rgba(255, 255, 255, 0.5);
}
.category > div h2 {
	margin-top: 30px;
	border: none;
	text-align: center;
	color: #004da0;
}
.category > div h2 small {
	color: #333;
}
.category > div ul {
	margin-top: 30px;
	text-align: center;
}
.category > div ul li {
	display: inline-block;
	text-align: center;
	width: 180px;
	height: 240px;
	box-sizing: border-box;
	vertical-align: bottom;
}
.category > div ul li a {
	text-decoration: none;
	color: #333;
}
.category > div ul li a div {
	display: block;
	text-decoration: none;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 150px;
	border: 5px solid #D5DBE3;
	background: #EAEDF1;
}
.category > div ul li a div img {
	margin-top: 55px;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.category > div ul li a div:hover img {
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.category > div ul li a p {
	margin: 10px auto 0;
	width: 100px;
	background: url(../img/common/icon_arrowhead_category.png) 100% 50% no-repeat;
	text-align: center;
}
.category > div ul li .bike div {
	border: 5px solid #046199;
	background: #EAEDF1;
}
.category > div ul li .bicycle div {
	border: 5px solid #D6A300;
	background: #EAEDF1;
}
.category > div ul li .car div {
	border: 5px solid #FF4D4D;
	background: #EAEDF1;
}
.category > div ul li .tool div {
	border: 5px solid #55921E;
	background: #EAEDF1;
}
.category > div ul li .harley div {
	border: 5px solid #046199;
	background: #EAEDF1;
}
.category > div div {
	display: inline-block;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.category > div div a {
	display: inline-block;
	height: 58px;
	text-align: center;
	background: #004da0 url(../img/common/icon_arrow_right.png) 94% 50% no-repeat;
	color: #fff;
	vertical-align: baseline;
	font-size: 129%;
	line-height: 3.3;
	border: 1px #004da0 solid;
	border-radius: 5px;
	text-decoration: none;
	transition: .4s ease;
	width: 420px;
}
.category > div div a:hover {
	background-color: rgba(0, 77, 160, 0.7);
	transition: .8s ease;
}
.category > div div a:first-of-type {
	margin-right: 50px;
}

/* ----------------------------------------------------------
	ブランド
------------------------------------------------------------- */
.brand {
	background-color: #EAEDF2;
	padding-bottom: 60px;
}
.brand .multi-column-picture {
	width: 1400px;
	height: 520px;
	margin-top: 40px;
	overflow: hidden;
}
.brand .multi-column-picture .wrapper {
	margin-left: -20px;
	width: 1440px;
}
.brand .multi-column-picture div {
	float: left;
}
.brand .multi-column-picture div img {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.brand .multi-column-picture div.line01 {
	width: 180px;
	overflow: hidden;
}
.brand .multi-column-picture div.line02 {
	width: 360px;
	overflow: hidden;
}
.brand .multi-column-picture div.line03 {
	width: 540px;
	overflow: hidden;
}
.brand .multi-column-picture div.line11 {
	width: 260px;
	overflow: hidden;
}
.brand .multi-column-picture div.line12 {
	width: 520px;
	overflow: hidden;
}
.brand .multi-column-picture div.line13 {
	width: 760px;
	overflow: hidden;
}
.brand .multi-column-picture-slide {
	width: 1400px;
	height: 520px;
	margin-top: 40px;
	overflow: hidden;
}
.brand .multi-column-picture-slide .wrapper {
	width: 1440px;
}
.brand h2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 129%;
	color: #004da0;
	border: none;
}
.brand h2 small {
	font-size: 86%;
}
.brand .vendor > div > ul > li {
	float: left;
	margin-top: 20px;
	margin-right: 12px;
	font-size: 86%;
}
.brand .vendor > div > ul > li:last-of-type {
	margin-right: 0;
	position: relative;
}
.brand .vendor > div > ul span {
	position: absolute;
	z-index: 2;
	right: 100px;
	bottom: 0px;
}

.abroad {
	display: inline-block;
	margin-top: 30px;
}
.abroad ul.logo-horizonal {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.abroad ul.logo-horizonal li {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 25px;
	margin-right: 10px;
}
.abroad ul.logo-horizonal li figure {
	display: inline-block;
	width: 250px;
	height: 92px;
	background: #fff;
	text-align: center;
}
.abroad ul.logo-horizonal li figure img {
	max-width: 120px;
}
.abroad ul.logo-horizonal li figure div {
	display: inline-block;
	vertical-align: middle;
	line-height: 3.5;
	height: 52px;
}
.abroad ul.logo-horizonal li figure figcaption {
	display: inline-block;
	width: 100%;
	height: 40px;
	color: #333;
	font-size: 72%;
	line-height: 1.5;
	background: #BFCAD5;
	vertical-align: bottom;
}
.abroad ul.logo-horizonal li figure figcaption p {
	margin-top: 5px;
}
.abroad ul.logo-horizonal li:nth-of-type(4n) {
	margin-right: 0px;
}

.original ul.brand-accordion {
	margin-top: 20px;
  /* li */
}
.original ul.brand-accordion li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	width: 540px;
	height: 68px;
  /*.node*/
}
.original ul.brand-accordion li:nth-of-type(2n) {
	margin-left: 15px;
}
.original ul.brand-accordion li .node {
	position: relative;
	z-index: 1;
	width: 540px;
	height: auto;
	min-height: 68px;
	max-height: 70px;
	border-top: 3px  #BFCAD5 solid;
	background: #fff;
	overflow: hidden;
}
.original ul.brand-accordion li .node span {
	display: inline-block;
	width: 100%;
	height: 60px;
	vertical-align: middle;
}
.original ul.brand-accordion li .node span div {
	display: inline-block;
	width: 105px;
	height: 66px;
	margin-left: 10px;
	vertical-align: middle;
	line-height: 3;
	text-align: center;
}
.original ul.brand-accordion li .node span div img {
	display: inline-block;
}
.original ul.brand-accordion li .node span p {
	display: inline-block;
	width: 365px;
	margin-top: 15px;
	font-size: 115%;
	line-height: 1.2;
	color: #333;
}
.original ul.brand-accordion li .node span p small {
	font-size: 72.5%;
	color: #004da0;
}
.original ul.brand-accordion li .node span > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 20px;
	background: #BFCAD5;
	vertical-align: top;
	text-align: center;
	border-radius: 20px;
}
.original ul.brand-accordion li .node span > a img {
	margin-top: 5px;
}
.original ul.brand-accordion li .node > p {
	opacity: 0;
	font-size: 100%;
	width: 93%;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #D5DBE3 solid;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}
.original ul.brand-accordion li .node > a {
	display: block;
	margin-left: 20px;
	padding-bottom: 10px;
}
.original ul.brand-accordion li .node.open {
	max-height: 400px;
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.original ul.brand-accordion li .node.open p {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* ----------------------------------------------------------
	カンパニー
------------------------------------------------------------- */
.company {
	background: url(../img/top/bg_company_2020.jpg) 0 0 no-repeat;
}
.company > p {
	font-size: 229%;
	line-height: 1.2;
	text-align: center;
}
.company > p span {
	color: #004da0;
}
.company section {
	width: 660px;
	margin: 30px auto 20px;
}
.company section h2 {
	float: left;
	width: 130px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	line-height: 8;
	background: #004da0;
	border-radius: 65px;
	font-size: 115%;
}
.company section ol {
	float: left;
	font-size: 115%;
	margin-left: 30px;
}
.company .company-data {
	width: 100%;
	border-collapse: collapse;
/*	border-left: 1px #CCCCCC solid; */
/*	border-right: 1px #CCCCCC solid; */
	border-bottom: 1px #CCCCCC solid;
	display: table;
}
.company .company-data:first-of-type {
	margin-top: 50px;
	border-top: 1px #CCCCCC solid;
}
.company .company-data > dt {
	width: 170px;
	padding: 20px;
	border-right: 1px #eee solid;
	display: table-cell;
}
.company .company-data > dd {
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}
.company .company-data > dd .tel {
	pointer-events: none;
	cursor: default;
	color: #333;
	text-decoration: none;
}
.company .company-data > dd dl dt {
	float: left;
	margin-right: 20px;
}
.company .company-data > dd dl dd {
	float: left;
}
.company .company-data > dd dl.corporate-identity {
	margin-top: 10px;
}
.company .company-data > dd dl.corporate-identity dt {
	width: 60px;
	height: 40px;
	padding-top: 15px;
}
.company .company-data > dd dl.corporate-identity dd span {
	display: inline-block;
	margin-right: 20px;
}
.company .company-data > dd a.history {
	margin-left: 10px;
	padding: 5px 30px;
	background: #004da0;
	color: #fff;
	text-decoration: none;
}
.company .company-data > dd .ceo {
	margin-top: 10px;
}
.company .company-data > dd .ceo a {
	text-decoration: none;
}
.company .company-data > dd .ceo a img {
	vertical-align: top;
}
.company .company-data > dd .ceo a img:first-of-type {
	border: 1px #ccc solid;
}
.company .company-data > dd .movie {
	color: #333;
}
.company .company-data > dd .movie iframe * {
	z-index: -1;
}
.company .company-data > dd ul.vendor {
	display: inline-block;
}
.company .company-data > dd ul.vendor li {
	display: inline-block;
}
.company .company-data > dd ul.vendor li:nth-of-type(2n+1) {
	width: 330px;
}
.company .company-data > dd dl.permission {
	display: inline-block;
}
.company .company-data > dd dl.permission dt {
	width: 240px;
	float: left;
}
.company .company-data > dd dl.permission dd {
	width: 200px;
	float: left;
}
.company .company-data > dd dl.affiliates {
	display: inline-block;
}
.company .company-data > dd dl.affiliates dt {
	width: 360px;
	float: left;
}
.company .company-data > dd dl.affiliates dd {
	width: 140px;
	float: left;
}

.company .company-data > dd .mopa {
	margin-right: 10px;
}


.company .boy {
	margin-top: 30px;
}
.company .boy h2 {
	font-size: 129%;
	border: none;
	color: #333;
}
.company .boy ul {
	display: block;
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
}
.company .boy ul li {
	display: inline-block;
	margin-left: 40px;
}
.company .boy ul li:nth-of-type(4) {
	margin-left: 10px;
}
.company .boy ul li:nth-of-type(5) {
	margin-left: 0px;
}
.company .boy ul li:nth-of-type(5) dd {
	text-indent: 20px;
}
.company .boy ul li img {
	vertical-align: top;
}
.company .boy ul li dl dd {
	margin-top: 10px;
	font-size: 72%;
}
.company .boy ul li dl dd dfn {
	margin-left: 5px;
}
.company .boy ul li:first-of-type {
	margin-left: 0;
}
.company .boy .dance {
	height: 30px;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #CCC;
	text-indent: 10px;
}
.company .boy .dance img {
	margin-right: 5px;
	vertical-align: middle;
}
.company .boy .dance a {
	line-height: 2.3;
	text-decoration: none;
	color: #333;
	background: url(../img/top/icon_play.png) 13px 8px no-repeat;
	text-indent: 45px;
	display: block;
}
.company a.download {
	margin: 30px auto 0;
	width: 460px;
	text-align: center;
	display: inline-block;
	height: 58px;
	text-align: center;
	background: #004da0 url(../img/common/icon_arrow_right.png) 94% 50% no-repeat;
	color: #fff;
	vertical-align: baseline;
	font-size: 129%;
	line-height: 3.3;
	border: 1px #004da0 solid;
	border-radius: 5px;
	text-decoration: none;
	transition: .4s ease;
	display: block;
	line-height: 1;
	vertical-align: bottom;
}
.company a.download:hover {
	background-color: rgba(0, 77, 160, 0.7);
	transition: .8s ease;
}
.company a.download span {
	display: inline-block;
	margin-top: 10px;
}
.company a.download small {
	font-size: 64.5%;
	color: #fff;
}

/* ----------------------------------------------------------
	アクセス
------------------------------------------------------------- */
.access {
	background: #EAEDF1;
}
.access .map-canvas {
	width: 100%;
	height: 390px;
	margin-top: 50px;
}
.access section {
	margin: 32px auto 0;
	width: 940px;
}
.access section .linemap {
	float: left;
	width: 390px;
	margin-right: 40px;
	background: #fff;
}
.access section .address {
	float: left;
	width: 452px;
}
.access section .address dl {
	width: 452px;
	margin: 0 0 24px 0;
}
.access section .address dl dt {
	width: 452px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

/* ----------------------------------------------------------
	リクルート
------------------------------------------------------------- */
.recruit ul {
	margin-top: 30px;
	display: inline-block;
}
.recruit ul li {
	display: inline-block;
	height: 260px;
	overflow: hidden;
}
.recruit p {
	text-align: center;
	font-size: 143%;
}
.recruit .button {
	display: inline-block;
	height: 58px;
	text-align: center;
	background: #004da0 url(../img/common/icon_arrow_right.png) 94% 50% no-repeat;
	color: #fff;
	vertical-align: baseline;
	font-size: 129%;
	line-height: 3.3;
	border: 1px #004da0 solid;
	border-radius: 5px;
	text-decoration: none;
	transition: .4s ease;
	width: 460px;
	display: block;
	margin: 60px auto 0;
}
.recruit .button:hover {
	background-color: rgba(0, 77, 160, 0.7);
	transition: .8s ease;
}

/* ----------------------------------------------------------
	コンタクト
------------------------------------------------------------- */
.contact {
	padding-top: 30px;
	padding-bottom: 60px;
	background: url(../img/top/bg_contact.jpg) 0 0 no-repeat;
}
.contact .root {
	margin-top: 10px;
	text-align: center;
}
.contact .root .node {
	display: inline-block;
	width: 460px;
	text-align: left;
	vertical-align: top;
}
.contact .root .node:first-of-type {
	margin-right: 30px;
}
.contact .root .node:first-of-type h2 {
	width: 146px;
}
.contact .root .node:last-of-type h2 {
	width: 90px;
}
.contact .root .node h2 {
	background: #FF4D4D;
	color: #fff;
	font-size: 86%;
	font-weight: normal;
	height: 16px;
	display: block;
	padding: 3px 0;
	margin: 0;
	text-align: center;
	position: relative;
}
.contact .root .node h2:after {
	content: "";
	position: absolute;
	border-left: 11px #FF4D4D solid;
	border-top: 11px #FF4D4D solid;
	border-bottom: 11px #FF4D4D solid;
	border-right: 11px solid transparent;
	top: 0px;
	right: -20px;
}
.contact .root .node a {
	display: inline-block;
	height: 58px;
	text-align: center;
	background: #004da0 url(../img/common/icon_arrow_right.png) 94% 50% no-repeat;
	color: #fff;
	vertical-align: baseline;
	font-size: 129%;
	line-height: 3.3;
	border: 1px #004da0 solid;
	border-radius: 5px;
	text-decoration: none;
	transition: .4s ease;
	width: 100%;
	margin-top: 10px;
}
.contact .root .node a:hover {
	background-color: rgba(0, 77, 160, 0.7);
	transition: .8s ease;
}
.contact .root .node p {
	margin-top: 10px;
}

/* ----------------------------------------------------------
	Facebook
------------------------------------------------------------- */
.facebook {
	padding-top: 30px;
	padding-bottom: 40px;
}
.facebook h1 small {
	position: relative;
}
.facebook h1 small:after {
	content: "";
	height: 30px;
	width: 30px;
	background: url(../img/top/icon_facebook50.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: -48px;
	left: -100px;
}
.facebook ul.root {
	width: 900px;
	margin: 30px auto 0;
}
.facebook ul.root li {
	float: left;
	width: 250px;
	/*height: 130px;*/
	margin-bottom: 40px;
	overflow: hidden;
}
.facebook ul.root li:nth-of-type(odd),.facebook ul.root li:nth-of-type(even){
	margin-left: 20px;
}


/*.facebook ul.root li:last-of-type {
	margin-right: 0;
}
.facebook ul.root li:nth-of-type(2), .facebook ul.root li:nth-of-type(3) {
	margin-bottom: 20px;
}
.facebook ul.root li:nth-of-type(2), .facebook ul.root li:nth-of-type(4) {
	margin-left: 20px;
}
.facebook ul.root li:nth-of-type(3), .facebook ul.root li:nth-of-type(5) {
	margin-left: 20px;
}*/

.pc-not-display {
	display: none !important;
}

/* ----------------------------------------------------------
	Youtube
------------------------------------------------------------- */
.youtube {
	padding-top: 0;
	padding-bottom: 40px;
}
.youtube h1 {
    margin-top: 0;
}
.youtube h1 small {
	position: relative;
}
.youtube h1 small:after {
	content: "";
	height: 30px;
	width: 30px;
	background: url(../img/top/youtube_icon.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: -48px;
	left: -100px;
}

.youtube .container-02 {
    box-sizing: border-box;
	width: 1100px;
    padding: 0 20px 60px;
}

.youtube ul {
	margin: 60px auto 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.youtube ul li {
    flex-basis: 250px;
	margin-bottom: 30px;
    border: 1px solid #ccc;
}

.youtube a {
    color: #333;
    transition: all .5s ease;
    text-decoration: none;
}

.youtube ul a:hover {
    opacity: 0.5;
}
.youtube ul li img {
    display: block;
    width: 100%;
}
.youtube ul li span {
    display: block;
    padding: 8px;
}
@media screen and (max-width:639px){
    .youtube {
        padding-top: 0 !important;
    }
    .youtube h1 {
        margin-top: 0;
    }
    .youtube h1 small::after{
        top: -32px;
        left: -80px;
    }
    .youtube .container-02 {
        box-sizing: border-box;
        justify-content: space-around;
        padding: 0;
    }
    .youtube ul {
        margin: 0 auto;
    }
    .youtube ul li {
        flex-basis: 145px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .youtube ul li a {
    }
    .youtube ul li a img{
        margin: 0;
    }
}

/* ----------------------------------------------------------
	LINE
------------------------------------------------------------- */
.line {
	padding-top: 30px;
	padding-bottom: 40px;
}
.line h1 small {
	position: relative;
}
.line h1 small:after {
	content: "";
	height: 30px;
	width: 30px;
	background: url(../img/top/LINE50.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: -48px;
	left: -100px;
}
.line ul.root {
	width: 700px;
	margin: 30px auto 0;
}
.line ul.root li {
	float: left;
	width: 315px;
	/*height: 130px;*/
	margin-bottom: 80px;
	overflow: hidden;
}
.line ul.root li:nth-of-type(odd),.facebook ul.root li:nth-of-type(even){
	margin-left: 20px;
}


/* ----------------------------------------------------------
	instagram
------------------------------------------------------------- */
.instagram {
	padding-top: 30px;
	padding-bottom: 40px;
}
.instagram h1 small {
	position: relative;
}
.instagram h1 small:after {
	content: "";
	height: 30px;
	width: 30px;
	background: url(../img/top/INSTA50.webp) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: -48px;
	left: -100px;
}
.instagram ul.root {
	width: 1000px;
	margin: 30px auto 0;
}
.instagram ul.root li {
	float: left;
	width: 280px;
	/*height: 130px;*/
	margin-bottom: 80px;
	overflow: hidden;
}
.instagram ul.root li:nth-of-type(odd),.instagram ul.root li:nth-of-type(even){
	margin-left: 20px;
}

/* ----------------------------------------------------------
	Twitter
------------------------------------------------------------- */
.twitter {
	padding-top: 30px;
	padding-bottom: 40px;
}
.twitter h1 small {
	position: relative;
}
.twitter h1 small:after {
	content: "";
	height: 33px;
	width: 40px;
	background: url(../img/top/TWITTER50.webp) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: -48px;
	left: -100px;
}
.twitter ul.root {
	width: 1200px;
	margin: 30px auto 0;
}
.twitter ul.root li {
	float: left;
	width: 520px;
	/*height: 130px;*/
	margin-bottom: 80px;
	overflow: hidden;
}
.twitter ul.root li:nth-of-type(odd),.twitter ul.root li:nth-of-type(even){
	margin-left: 20px;
}

/* ----------------------------------------------------------
	TikTok
------------------------------------------------------------- */
.tiktok {
	padding-top: 30px;
	padding-bottom: 40px;
}
.tiktok h1 small {
	position: relative;
}
.tiktok h1 small:after {
	content: "";
	height: 30px;
	width: 30px;
	background: url(../img/top/TikTok50.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: -48px;
	left: -100px;
}
.tiktok ul.root {
	width: 315px;
	margin: 30px auto 0;
}
.tiktok ul.root li {
	float: left;
	width: 280px;
	/*height: 130px;*/
	margin-bottom: 80px;
	overflow: hidden;
}
.tiktok ul.root li:nth-of-type(odd),.tiktok ul.root li:nth-of-type(even){
	margin-left: 10px;
}



/*.facebook ul.root li:last-of-type {s
	margin-right: 0;
}
.facebook ul.root li:nth-of-type(2), .facebook ul.root li:nth-of-type(3) {
	margin-bottom: 20px;
}
.facebook ul.root li:nth-of-type(2), .facebook ul.root li:nth-of-type(4) {
	margin-left: 20px;
}
.facebook ul.root li:nth-of-type(3), .facebook ul.root li:nth-of-type(5) {
	margin-left: 20px;
}*/

.pc-not-display {
	display: none !important;
}