@charset "utf-8";
/*
 styles.css
*/
/* -----------------------------------------------
= reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
button {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	font: inherit;
	cursor: pointer;
}
input,
select,
textarea {
	font: inherit;
}
/* -----------------------------------------------
= base
----------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	/*
	font-family: 'Oswald', sans-serif;
	*/
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity .2s;
}
a:hover {
	opacity: 0.8;
}
button {
	color: #000;
}
/* -----------------------------------------------
= common
----------------------------------------------- */
html {
	font-size: calc(100vw / 75);
}
.is-pc {
	display: none;
}
@media print, screen and (min-width: 768px) {/* PC */
html {
	font-size: calc(100vw / 100);
}
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
}/* @media */
@media print, screen and (min-width: 1001px) {/* widePC */
html {
	font-size: 62.5%;
}
}/* @media */
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	padding: 2.3rem 3rem 1.9rem;
}
.header .logo img {
	width: 27.9rem;
	vertical-align: middle;
}
.header .logo span {
	display: inline-block;
	margin-left: 3.5rem;
	font-size: 2.2rem;
	letter-spacing: .06em;
	vertical-align: middle;
}
.header .sns {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 12rem;
	background: #fff;
}
.header .sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.header .sns li {
	margin: 0 5rem;
}
.header .sns img {
	width: auto;
	height: 6rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.header {
	padding: 1.7rem 4rem 1.5rem;
}
.header .logo img {
	width: 19.4rem;
}
.header .logo span {
	margin-left: 2rem;
	font-size: 1.5rem;
}
.header .sns {
	position: absolute;
	top: 0;
	bottom: auto;
	width: auto;
	height: auto;
}
.header .sns ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 1.6rem 2.6rem 0 0;
}
.header .sns li {
	margin: 0 1.5rem;
}
.header .sns img {
	height: 2.8rem;
}
}/* @media */
/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	padding: 0 0 2rem;
}
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	height: 31.2rem;
	background: url(../img/kv_sp.png) no-repeat 50% 50% / cover;
}
.kv ul {
	display: none;
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	position: relative;
	width: 100%;
	height: calc(764 / 2000 * 100vw);
	background-image: url(../img/kv.png);
}
.kv ul {
	display: block;
}
.kv li {
	position: absolute;
	height: calc(32 / 1400 * 100vw);
}
.kv li.gearbox {
	top: calc(60 / 1400 * 100vw);
	left: calc(486 / 1400 * 100%);
}
.kv li.ion {
	top: calc(200 / 1400 * 100vw);
	left: calc(48 / 1400 * 100%);
}
.kv li.kenki {
	top: calc(435 / 1400 * 100vw);
	left: calc(585 / 1400 * 100%);
}
.kv li.kenki_sales {
	top: calc(405 / 1400 * 100vw);
	left: calc(416 / 1400 * 100%);
}
.kv li.spindle {
	top: calc(270 / 1400 * 100vw);
	left: calc(580 / 1400 * 100%);
}
.kv li.ftec {
	top: calc(228 / 1400 * 100vw);
	left: calc(223 / 1400 * 100%);
}
.kv li.modern {
	top: calc(440 / 1400 * 100vw);
	left: calc(20 / 1400 * 100%);
}
.kv li.cranes {
	top: calc(360 / 1400 * 100vw);
	right: calc(178 / 1400 * 100%);
}
.kv li.mh {
	top: calc(100 / 1400 * 100vw);
	right: calc(176 / 1400 * 100%);
}
.kv li.nacco {
	top: calc(330 / 1400 * 100vw);
	left: calc(96 / 1400 * 100%);
}
.kv li.ev {
	top: calc(190 / 1400 * 100vw);
	left: calc(468 / 1400 * 100%);
}
.kv li.snm {
	top: calc(170 / 1400 * 100vw);
	left: calc(762 / 1400 * 100%);
}
.kv li.pe {
	top: calc(147 / 1400 * 100vw);
	left: calc(260 / 1400 * 100%);
}
.kv li.me {
	top: calc(140 / 1400 * 100vw);
	left: calc(974 / 1400 * 100%);
}
.kv li.lightwell {
	top: calc(230 / 1400 * 100vw);
	left: calc(1037 / 1400 * 100%);
}
.kv li.will {
	top: calc(311 / 1400 * 100vw);
	left: calc(931 / 1400 * 100%);
}
.kv li a {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.kv li a img {
	width: calc(26 / 1400 * 100vw);
	height: calc(32 / 1400 * 100vw);
}
.kv li p {
	position: relative;
	top: calc(-32 / 1400 * 100vw);
	left: calc(13 / 1400 * 100vw);
	overflow: hidden;
}
.kv li p span {
	display: inline-block;
	padding: 0 .5rem 0 2.5rem;
	background: #fff;
	border: .2rem solid #eb7121;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	transform: translateX(-100%);
	transition: transform .3s;
}
.kv li a:hover + p span {
	transform: translateX(0);
}
.kv li.type_right {
	float: right;
}
.kv li.type_right p {
	position: static;
	float: left;
	margin-right: calc(-13 / 1400 * 100vw);
}
.kv li.type_right p span {
	transform: translateX(100%);
}
.kv li.type_right a:hover + p span {
	transform: translateX(0);
}
.kv li.type_right p span,
.kv li.lightwell p span {
	padding: 0 2rem 0 1rem;
}
.kv li a:hover {
	opacity: 1;
}
.kv li a img {
	animation-name: mapIcon;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.6s;
}
@keyframes mapIcon {
	0% {
		transform: translate(0,-10px);
	}
	100% {
		transform: translate(0,0)
	}
}
}/* @media */

/* -----------------------------------------------
= search_title
----------------------------------------------- */
.search_title {
	padding: 4rem 3rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	letter-spacing: .06em;
}
.search_title .en {
	display: block;
	margin-bottom: 3rem;
	font-size: 4.6rem;
}
.search_title .jp {
	display: block;
	font-size: 2.8rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.search_title {
	padding: 5rem 4rem 4rem;
}
.search_title .en {
	margin-bottom: 2rem;
	font-size: 3.2rem;
}
.search_title .jp {
	font-size: 1.8rem;
}
}/* @media */

/* -----------------------------------------------
= tab_btn
----------------------------------------------- */
.tab_btn {
	display: flex;
	justify-content: space-between;
	padding: 0 3rem 3rem;
}
.tab_btn li {
	width: 21rem;
	padding: 1.6rem 0;
	border: 1px solid #cacbcc;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: .2em;
	box-shadow: -1px 1px 0 #737171;
	cursor: pointer;
	transition: opacity .3s;
}
.tab_btn li.is-active {
	background: #ccc;
	cursor: default;
}
.tab_btn li:hover {
	opacity: .7;
}
.tab_btn li.is-active:hover {
	opacity: 1;
}
@media print, screen and (min-width: 768px) {/* PC */
.tab_btn {
	max-width: 64.6rem;
	margin: 0 auto;
	padding: 0 4rem 3rem;
}
.tab_btn li {
	width: 20rem;
	font-size: 2rem;
	box-shadow: -2px 2px 0 #737171;
}
}/* @media */

/* -----------------------------------------------
= tab_cont
----------------------------------------------- */
.tab_cont {
	display: none;
	padding: 0 3rem 3rem;
}
.tab_cont.is-active {
	display: block;
}
.tab_cont li {
	display: inline-block;
	margin-right: 1em;
	font-size: 2.8rem;
	line-height: 2.28;
}
.tab_cont li button {
	transition: opacity .3s;
}
.tab_cont li button.is-active {
	background: #ccc;
	cursor: default;
}
.tab_cont li button:hover {
	opacity: .7;
}
.tab_cont li button.is-active:hover {
	opacity: 1;
}
@media print, screen and (min-width: 768px) {/* PC */
.tab_cont {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 0 3rem;
	text-align: center;
}
.tab_cont li {
	margin: 0 .4em;
	font-size: 1.5rem;
	line-height: 1.86;
}
}/* @media */

/* -----------------------------------------------
= company
----------------------------------------------- */
.company {
	margin: 0 3rem 5rem;
}
.company .name {
	padding: 2.5rem 3rem;
	color: #fff;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .06em;
}
.company.gearbox .name {
	background: #e36951;
}
.company.ion .name {
	background: #ca5078;
}
.company.kenki .name {
	background: #eac900;
}
.company.kenki_sales .name {
	background: #eac900;
}
.company.spindle .name {
	background: #ca5078;
}
.company.ftec .name {
	background: #ca5078;
}
.company.modern .name {
	background: #ca5078;
}
.company.cranes .name {
	background: #eac900;
}
.company.mh .name {
	background: #eac900;
}
.company.nacco .name {
	background: #eac900;
}
.company.ev .name {
	background: #22b8bc;
}
.company.snm .name {
	background: #22b8bc;
}
.company.pe .name {
	background: #22b8bc;
}
.company.me .name {
	background: #22b8bc;
}
.company.lightwell .name {
	background: #64c9e8;
}
.company.will .name {
	background: #64c9e8;
}
.company .inner {
	padding: 3rem 3rem 5rem;
	border-right: 2px solid #e2e2e0;
	border-left: 2px solid #e2e2e0;
}
.company.gearbox .inner {
	box-shadow: 0 6px 0 #e36951;
}
.company.ion .inner {
	box-shadow: 0 6px 0 #ca5078;
}
.company.kenki .inner {
	box-shadow: 0 6px 0 #eac900;
}
.company.kenki_sales .inner {
	box-shadow: 0 6px 0 #eac900;
}
.company.spindle .inner {
	box-shadow: 0 6px 0 #ca5078;
}
.company.ftec .inner {
	box-shadow: 0 6px 0 #ca5078;
}
.company.modern .inner {
	box-shadow: 0 6px 0 #ca5078;
}
.company.cranes .inner {
	box-shadow: 0 6px 0 #eac900;
}
.company.mh .inner {
	box-shadow: 0 6px 0 #eac900;
}
.company.nacco .inner {
	box-shadow: 0 6px 0 #eac900;
}
.company.ev .inner {
	box-shadow: 0 6px 0 #22b8bc;
}
.company.snm .inner {
	box-shadow: 0 6px 0 #22b8bc;
}
.company.pe .inner {
	box-shadow: 0 6px 0 #22b8bc;
}
.company.me .inner {
	box-shadow: 0 6px 0 #22b8bc;
}
.company.lightwell .inner {
	box-shadow: 0 6px 0 #64c9e8;
}
.company.will .inner {
	box-shadow: 0 6px 0 #64c9e8;
}
.company .title {
	margin-bottom: 2rem;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.38;
}
.company.gearbox .title {
	color: #e36951;
}
.company.ion .title {
	color: #ca5078;
}
.company.kenki .title {
	color: #eac900;
}
.company.kenki_sales .title {
	color: #eac900;
}
.company.spindle .title {
	color: #ca5078;
}
.company.ftec .title {
	color: #ca5078;
}
.company.modern .title {
	color: #ca5078;
}
.company.cranes .title {
	color: #eac900;
}
.company.mh .title {
	color: #eac900;
}
.company.nacco .title {
	color: #eac900;
}
.company.ev .title {
	color: #22b8bc;
}
.company.snm .title {
	color: #22b8bc;
}
.company.pe .title {
	color: #22b8bc;
}
.company.me .title {
	color: #22b8bc;
}
.company.lightwell .title {
	color: #64c9e8;
}
.company.will .title {
	color: #64c9e8;
}
.company .text {
	margin-bottom: 2rem;
	font-size: 2.8rem;
	line-height: 1.7;
}
.company .img {
	margin-bottom: 6rem;
	text-align: center;
}
.company .img img {
	width: 47.6rem;
}
.company .detail dt {
	width: 19rem;
	margin-bottom: 1rem;
	padding: .8rem 0;
	border: 2px solid;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
}
.company.gearbox .detail dt {
	color: #e36951;
	border-color: #e36951;
}
.company.ion .detail dt {
	color: #ca5078;
	border-color: #ca5078;
}
.company.kenki .detail dt {
	color: #eac900;
	border-color: #eac900;
}
.company.kenki_sales .detail dt {
	color: #eac900;
	border-color: #eac900;
}
.company.spindle .detail dt {
	color: #ca5078;
	border-color: #ca5078;
}
.company.ftec .detail dt {
	color: #ca5078;
	border-color: #ca5078;
}
.company.modern .detail dt {
	color: #ca5078;
	border-color: #ca5078;
}
.company.cranes .detail dt {
	color: #eac900;
	border-color: #eac900;
}
.company.mh .detail dt {
	color: #eac900;
	border-color: #eac900;
}
.company.nacco .detail dt {
	color: #eac900;
	border-color: #eac900;
}
.company.ev .detail dt {
	color: #22b8bc;
	border-color: #22b8bc;
}
.company.snm .detail dt {
	color: #22b8bc;
	border-color: #22b8bc;
}
.company.pe .detail dt {
	color: #22b8bc;
	border-color: #22b8bc;
}
.company.me .detail dt {
	color: #22b8bc;
	border-color: #22b8bc;
}
.company.lightwell .detail dt {
	color: #64c9e8;
	border-color: #64c9e8;
}
.company.will .detail dt {
	color: #64c9e8;
	border-color: #64c9e8;
}
.company .detail dd {
	margin-bottom: 3rem;
	font-size: 2.8rem;
	line-height: 1.7;
}
.company .detail dd li {
	display: inline-block;
}
.company .data {
	margin-bottom: 3rem;
	border-top: 1px dotted #ccc;
	font-size: 2.4rem;
	line-height: 1.3;
}
.company .data dl {
	border-bottom: 1px dotted #ccc;
}
.company .data dt {
	padding: 2rem 0 .5rem;
	font-weight: 700;
}
.company .data dd {
	padding: 0 0 2rem;
}
.company.gearbox .data dt {
	color: #e36951;
}
.company.ion .data dt {
	color: #ca5078;
}
.company.kenki .data dt {
	color: #eac900;
}
.company.kenki_sales .data dt {
	color: #eac900;
}
.company.spindle .data dt {
	color: #ca5078;
}
.company.ftec .data dt {
	color: #ca5078;
}
.company.modern .data dt {
	color: #ca5078;
}
.company.cranes .data dt {
	color: #eac900;
}
.company.mh .data dt {
	color: #eac900;
}
.company.nacco .data dt {
	color: #eac900;
}
.company.ev .data dt {
	color: #22b8bc;
}
.company.snm .data dt {
	color: #22b8bc;
}
.company.pe .data dt {
	color: #22b8bc;
}
.company.me .data dt {
	color: #22b8bc;
}
.company.lightwell .data dt {
	color: #64c9e8;
}
.company.will .data dt {
	color: #64c9e8;
}
.company .note {
	margin: 0 0 1.5rem;
	font-size: 2rem;
	line-height: 1.3;
}
.company .official + .note {
	margin: 3rem 3rem 0;
}
.company .official li {
	margin: 4rem 3rem 0;
}
.company .official a {
	display: block;
	position: relative;
	padding: 3rem;
	color: #fff;
	background: #747474;
	font-size: 2.8rem;
	font-weight: 700;
}
.company .official a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4rem;
	width: 3.2rem;
	height: 3.2rem;
	margin-top: -1.6rem;
	background: url(../img/icon_external.svg) no-repeat 50% 50% / 100% auto;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	padding: 0 4rem;
}
.company {
	max-width: 100rem;
	margin: 0 auto 6rem;
}
.company .name {
	padding: 1.8rem 4rem;
	font-size: 2.6rem;
}
.company .inner {
	padding: 3rem 4rem 3.3rem;
}
.company .title {
	margin-bottom: 1.5rem;
	font-size: 2.4rem;
}
.company .text {
	float: left;
	width: calc(530 / 920 * 100%);
	margin-bottom: 3rem;
	font-size: 1.6rem;
	line-height: 2;
}
.company .img {
	float: right;
	width: calc(346 / 920 * 100%);
	margin-top: 1rem;
	margin-bottom: 0;
}
.company .img img {
	width: 34.6rem;
}
.company.will .img img {
	width: 27.4rem;
}
.company .detail {
	clear: both;
	margin-bottom: 2rem;
	overflow: hidden;
}
.company .detail dt {
	clear: both;
	float: left;
	width: 11.8rem;
	padding: .6rem 0;
	font-size: 1.5rem;
}
.company .detail dd {
	float: right;
	width: calc(100% - 13.6rem);
	margin-bottom: 1.5rem;
	padding: .5rem 0 0;
	font-size: 1.4rem;
	line-height: 1.57;
}
.company .data {
	overflow: hidden;
	font-size: 1.4rem;
}
.company .data dl {
	border-bottom: none;
}
.company .data dt {
	padding: 0 0 .5rem;
}
.company .data dd {
	padding: 0 0 .5rem;
	line-height: 1.6;
}
.company .data dl:first-child {
	margin-bottom: 2rem;
	border-bottom: 1px dotted #ccc;
}
.company .data dl:first-child dt {
	margin: 1.5rem 0 0;
}
.company .data dl:first-child dd {
	margin-bottom: 2rem;
}
.company .data .factory,
.company .data .other {
	float: left;
}
.company .data .factory {
	width: 10.9rem;
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: .1rem dotted #ccc;
}
.company .data .other {
	width: calc(100% - 15rem);
}
.company .note {
	margin-top: -1.5rem;
	margin-bottom: 3rem;
	font-size: 1.1rem;
}
.company .official + .note {
	margin: 1rem 0 0 calc(50% - 1rem);
}
.company .official {
	clear: both;
	display: flex;
	justify-content: flex-end;
}
.company .official li {
	width: 22rem;
	margin: 0 0 0 3rem;
}
.company .official a {
	padding: 1.5rem 5rem 1.5rem 2rem;
	font-size: 1.6rem;
}
.company .official a::after {
	right: 2rem;
	width: 1.8rem;
	height: 1.8rem;
	margin-top: -.9rem;
}
}/* @media */
/* -----------------------------------------------
= footer
----------------------------------------------- */
.footer {
	padding: 6rem 1rem 16.5rem;
	color: #fff;
	background: #000;
	text-align: center;
}
.footer ul {
	display: flex;
	justify-content: center;
	margin: 0 0 4.5rem;
}
.footer li {
	margin: 0 3rem;
	font-size: 2.6rem;
}
.footer a {
	color: #fff;
}
.footer p {
	font-size: 2.2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.footer {
	padding: 3rem 5rem;
	text-align: left;
}
.footer .inner {
	display: flex;
	justify-content: space-between;
	max-width: 116rem;
	margin: 0 auto;
}
.footer ul {
	margin: 0;
}
.footer li {
	margin: 0 6rem 0 0;
	font-size: 1.4rem;
}
.footer p {
	font-size: 1.2rem;
}
}/* @media */
/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
body {
	min-width: 1000px;
}
}/* media */



