@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Poppins:ital,wght@0,500;1,400&display=swap');

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 {
	font-size: 62.5%;
	font-family: "Noto Sans JP", Montserrat, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "游ゴシック", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
}
body {
	-webkit-text-size-adjust: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.875;
}
a,
button {
	text-decoration: none;
	-webkit-transition: opacity .4s ease, color .4s ease, background-image .4s ease;
	transition: opacity .4s ease, color .4s ease, background-image .4s ease;
	color: #000;
}
a:hover,
button:hover {
	opacity: .7;
}
ol, ul, li {
	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: "";
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
table {
	width: 100%;
}
input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	border: none;
	font-family: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: 0;
}
::-webkit-input-placeholder {
	color: #cccccc;
}
:-ms-input-placeholder {
	color: #cccccc;
}
::-ms-input-placeholder {
	color: #cccccc;
}
::placeholder {
	color: #cccccc;
}
:-ms-input-placeholder {
	color: #cccccc;
}
::-ms-input-placeholder {
	color: #cccccc;
}
select::-ms-expand {
	display: none;
}
.wrap {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sp_none {
		display: none!important;
	}
}
@media screen and (min-width: 1025px) {
	.pc_none {
		display: none!important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px)  {
	.pc_none:not(.tab) {
		display: none!important;
	}
}

.column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.column-jc-start {
	justify-content: flex-start;
}
.column-jc-end {
	justify-content: flex-end;
}
.column-jc-center {
	justify-content: center;
}
.column-jc-sa {
	justify-content: space-around;
}
.column-ai-start {
	align-items: flex-start;
}
.column-wrap {
	flex-wrap: wrap;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.order3 {
	order: 3;
}
.blue{
	color: #7296c9;
}
.black{
	color: #000!important;
}
.tal{
	text-align: left!important;
}
.tac{
	text-align: center!important;
}
.tar{
	text-align: right!important;
}
.bold{
	font-weight: 700!important;
}
.ul{
	text-decoration: underline;
}
.block-type{
	display: block;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
main{
	display: block;
}
@media screen and (max-width: 767px) {
	.sp-tal{
		text-align: left!important;
	}
	.sp-tac{
		text-align: center!important;
	}
	.sp-tar{
		text-align: right!important;
	}
	.float-right{
		float: none;
	}
	.float-left{
		float: none;
	}
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
}
/* Hides from IE Mac */
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End Hack */


/* ------------------------------
header
------------------------------ */
header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 9999;
	border-bottom: 1px solid #e5e5e5;
}
header .wrap {
	max-width: 1020px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding-top: 30px;
}
header .wrap .header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header .logo a {
	display: block;
}
header .logo a img{
	vertical-align: middle;
}
header .toggle-nav {
	display: none;
}

header .header-menu,
header .header-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
header .header-menu ul li {
	margin-right: 20px;
}
header .header-menu ul li a {
	font-size: 1.2rem;
}
header .header-menu ul li a img {
	margin-right: 10px;
	vertical-align: middle;
}
header .header-menu .header-search form {
	display: flex;
}
header .header-menu .header-search input[type="text"] {
	width: 180px;
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
	border-right: 0;
}

header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header nav .menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
header nav .menu > li {
	width: calc( 100% / 5 );
	text-align: center;
}
header nav .menu li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
header nav .menu > li > a {
	display: block;
	padding: 22px 0 21px;
	border-bottom: 3px solid transparent;
	z-index: 2;
	position: relative;
}
header nav .menu li .sub-menu ul li a {
	position: relative;
	display: block;
	padding: 0 0 0 1.5rem;
	font-size: 1.5rem;
	text-align: left;
}
header nav .menu li .sub-menu ul li a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #7296c9;
	border-right: solid 1px #7296c9;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 16px;
	left: 0;
	margin-top: -4px;
}

@media screen and (min-width: 1025px) {
	header nav{
		display: flex!important;
	}
	header nav .menu > li > a::before{
		content: '';
		position: absolute;
		left: 0;
		bottom: 14px;
		width: 100%;
		height: 3px;
		background: #7196ca;
		opacity: 0;
	}
	header nav .menu > li.current > a::before,
	header nav .menu > li:hover > a::before{
		opacity: 1;
	}
	header nav .menu li .sub-menu_wrap {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	header nav .menu li:hover .sub-menu_wrap {
		visibility: visible;
		opacity: 1;
	}
	header nav .menu li .sub-menu {
		background: rgba(245, 245, 245, .8);
		display: flex;
		justify-content: flex-start;
		width: 1100px;
		margin: 0 auto;
		padding: 30px;
	}
	header nav .menu li .sub-menu ul {
		width: calc( 100% / 6);
	}
	header nav .menu li:nth-of-type(2) .sub-menu ul,
	header nav .menu li:nth-of-type(3) .sub-menu ul {
		width: calc( 100% / 3);
	}
	header nav .menu li .sub-menu ul li {
		margin-top: 10px;
		min-width: 160px;
	}
	header nav .menu li .sub-menu ul li:first-of-type {
		margin-top: 0;
	}

	header .header-nav .header-menu {
		display: none!important;
	}
}


/* ------------------------------
footer
------------------------------ */
footer {
	position: relative;
	z-index: 1;
	background: #f5f5f5;
	margin-top: 130px;
	padding: 80px 0;
	border-top: 1px solid #7196ca;
}
footer .page-top {
	position: fixed;
	bottom: 50px;
	right: 90px;
}
footer .page-top a {
	display: block;
	line-height: 0;
}
footer .company-about {
	margin-top: 40px;
	font-size: 1.2rem;
}
footer .company-about > *+*{
	margin-top: 10px;
}
footer .footer-nav {
	margin-top: 55px;
}
footer .footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer .footer-nav .menu > li {
	margin: 0 0 40px;
}
footer .footer-nav .menu > li > a {
	position: relative;
	padding-left: 20px;
}
footer .footer-nav .menu > li > a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 3px) ;
	left: 0;
}
footer .footer-nav .menu li .sub-menu {
	margin-top: 20px;
}
footer .footer-nav .menu li .sub-menu li {
	margin: .5rem 1rem .5rem 0;
	padding-left: 20px;
}
footer .footer-nav .menu li .sub-menu li a {
	font-size: 1.5rem;
}

footer .footer-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
footer .footer-contents .footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-end;
}
footer .footer-contents .footer-menu li {
	margin-right: 30px;
}
footer .footer-contents .footer-menu li a {
	position: relative;
	padding-left: 15px;
	font-size: 1.4rem;
}
footer .footer-contents .footer-menu li a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 3px) ;
	left: 0;
}
footer .footer-contents .copyright {
	color: #1a1a1a;
	font-size: 1.2rem;
}

/* ------------------------------
#main
------------------------------ */
main {
	padding-top: 150px;
}
.contents-block {
	position: relative;
}
.contents-main{
	padding-top: 50px;
}

/* contact
----------------------------*/
.contents-contact .post-headline-l-3{
	margin-bottom: 30px;
}
.contents-contact .faq{
	border: 1px solid #7196ca;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 35px;
	margin-top: 30px;
}
.contents-contact .faq .link-button{
	flex: none;
	margin-top: 0;
	margin-right: 25px;
}
.contents-contact .faq p{
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 0;
}
.contents-contact .tel-box{
	margin-top: 30px;
}
.contents-contact .tel-box p{
	margin-top: 5px;
}
.contents-contact .tel-box .num{
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: 700;
}
.contents-contact .tel-box .num a{
	pointer-events: none;
	opacity: 1;
	display: inline-block;
}
.contents-contact .req{
	font-size: 1.5rem;
	color: #fff;
	font-weight: 700;
	background: #7196ca;
	letter-spacing: 0.2em;
	padding: 3px 10px;
	margin-right: 10px;
}
.contents-contact .form{
	background: #f9f9f9;
	padding: 40px 40px;
	margin-top: 35px;
}
.contents-contact .form textarea,
.contents-contact .form input[type="text"],
.contents-contact .form input[type="email"]{
	border: 1px solid #c9c9c9;
	background: #fff;
	width: 100%;
	display: block;
	padding: 0 15px;
	height: 43px;
}
.contents-contact .form textarea{
	padding: 15px;
	min-height: 120px;
	height: auto;
	resize: vertical;
}
.contents-contact .form .radio,
.contents-contact .form .checkbox{
	display: inline-block;
	position: relative;
}
.contents-contact .form .radio input[type="radio"],
.contents-contact .form .checkbox input[type="checkbox"]{
	position: absolute;
	top: 0;
	width: 1px;
	visibility: hidden;
}
.contents-contact .form .radio span,
.contents-contact .form .checkbox span{
	position: relative;
	padding-left: 35px;
	display: inline-block;
}
.contents-contact .form .radio span::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #c9c9c9;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.contents-contact .form .radio span::after{
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	background: #7196ca;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	opacity: 0;
}
.contents-contact .form .checkbox span::before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	border: 1px solid #c9c9c9;
	background: #fff;
	border-radius: 3px;
	width: 20px;
	height: 20px;
}
.contents-contact .form .checkbox span::after{
	content: '';
	position: absolute;
	top: 10px;
	left: 4px;
	width: 12px;
	height: 8px;
	transform: rotate(-45deg);
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	opacity: 0;
}
.contents-contact .form .checkbox input[type="checkbox"]:checked+span::after,
.contents-contact .form .radio input[type="radio"]:checked+span::after{
	opacity: 1;
}
.contents-contact .form dl dt{
	font-weight: 500;
	margin-top: 40px;
}
.contents-contact .form dl dt:first-child{
	margin-top: 0;
}
.contents-contact .form dl dt .req{
	margin-left: 15px;
}
.contents-contact .form dl dd{
	margin-top: 20px;
}
.contents-contact .form dl dd > *+*{
	margin-top: 10px;
}
.contents-contact .privacy{
	padding: 15px 25px 35px;
	border: 1px solid #7196ca;
	background: #fff;
	margin-top: 30px;
}
.contents-contact .privacy .title{
	font-size: 1.9rem;
}
.contents-contact .privacy .sub-title span {
	position: relative;
	padding-left: 1.75rem;
}
.contents-contact .privacy .sub-title span:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #7296c9;
	border-right: solid 1px #7296c9;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 4px);
	left: 0;
}
.contents-contact .privacy-button .checkbox{
	display: block;
	text-align: center;
	background: rgba(113,150,202,0.2);
	padding: 10px 10px 15px 10px;
	margin-top: 30px;
}
.contents-contact .submit-button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1.6rem;
	display: block;
	background-color: #7296c9;
	padding: 20px 50px;
	color: #fff;
	max-width: 440px;
	width: 80%;
	border-radius: 30px;
	margin: 40px auto 0;
	cursor: pointer;
}

/* ir
----------------------------*/
.contents-ir .all-dl{
	display: flex;
	margin-top: 30px;
}
.contents-ir .all-dl .link-button{
	flex: none;
}
.contents-ir .all-dl .link-button a span{
	padding-left: 0;
	padding-right: 20px;
}
.contents-ir .all-dl .link-button a span:after{
	display: none;
}
.contents-ir .all-dl .link-button a span:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 13px;
	height: 16px;
	background: url(../img/common/icon_dl.svg) no-repeat center center /contain;
}
.contents-ir .column-link{
	display: flex;
	margin-top: 80px;
}
.contents-ir .column-link > *{
	width: 50%;
}
.contents-ir .column-link a{
	display: block;
	width: 100%;
	height: 400px;
	background: no-repeat center top /cover;
	position: relative;
}
.contents-ir .column-link .title{
	font-size: 3rem;
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 30px;
}
.contents-company .other-link{
	margin-top: 80px;
	padding: 35px 0;
	background: #7196ca;
}
.contents-company .other-link .link{
	display: flex;
	justify-content: space-between;
}
.contents-company .other-link .link li{
	max-width: 240px;
	width: 24%;
}
.contents-company .other-link .link li a{
	color: #7196ca;
	display: block;
	background: #fff;
	padding: 6px;
	text-align: center;
}

/* products-parts
----------------------------*/
.contents-products-parts .other-link{
	margin-top: 80px;
	padding: 35px 0;
	background: #7196ca;
}
.contents-products-parts .other-link .link{
	display: flex;
	justify-content: center;
}
.contents-products-parts .other-link .link li{
	max-width: 400px;
	width: 49%;
	margin: 0 15px;
}
.contents-products-parts .other-link .link li a{
	color: #7196ca;
	display: block;
	background: #fff;
	padding: 6px;
	text-align: center;
	border-radius: 30px;
}
.contents-products-parts .other-link .link li a span {
	position: relative;
	padding-left: 1.75rem;
}
.contents-products-parts .other-link .link li a span:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #7196ca;
	border-right: solid 1px #7196ca;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 3px);
	left: 0;
}

@media screen and (min-width: 768px) {
	.contents-products-parts .is-column-three .x2{
		width: calc(((100% - 34px * 2) / 3 * 2) + 34px);
		margin-right: 0;
	}
	.contents-products-parts .is-column-three .column{
		margin-top: 30px;
	}
	.contents-products-parts .is-column-three .is-column-two > *{
	    width: calc((100% - 34px) / 2);
	    margin-right: 34px;
	}
	.contents-products-parts .column+.is-column-three .x1,
	.contents-products-parts .column+.is-column-three .x2{
		border-top: 1px solid #c9c9c9;
		padding-top: 30px;
	}
}

.contents-products-parts .frame01 {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 83px 0;
    margin: 80px 0;
}
.contents-products-parts .frame01:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #7196ca;
    z-index: -1;
}
.contents-products-parts .frame01 .post-headline-m a{
	color: #fff;
}
.contents-products-parts .image_full{
	margin-top: 30px;
}
.contents-products-parts .link-button.link-button-blue a {
    background: #fff;
    color: #7196ca;
}
.contents-products-parts .link-button.link-button-blue a span:after{
	border-top-color: #7196ca!important;
	border-right-color: #7196ca!important;
}
.contents-products-parts .link-button.link-button_l {
    text-align: left;
    margin-top: 10px;
}
.contents-products-parts .frame01 .post-headline-line::before{
	background: #fff;
}
.contents-products-parts .frame01 ul li::before{
	top: 13px;
	background: #fff;
}
.contents-products-parts .frame01 ul li a{
	color: #fff;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------------------------------------
*  TAB
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

	.wrap {
		width: 90%;
		margin: 0 auto;
	}

	/* ------------------------------
	  header
	------------------------------ */
	header {
		width: 100%;
		height: 90px;
		border-bottom: none;
	}
	header .wrap {
		width: 100%;
		padding: 0;
	}
	header .wrap .header-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		background-color: #fff;
		height: 90px;
		padding: 15px 0 15px 5%;
		z-index: 10;
		border-bottom: 1px solid #e5e5e5;
	}
	header .logo {
		width: 40%;
		max-width: 265px;
		z-index: 10;
	}
	@media (orientation: landscape){
		header .logo {
			width: 25%;
		}
	}
	header .logo a {
		width: 100%;
		min-height: 30px;
		background-size: 100% auto;
	}
	header .toggle-nav {
		display: block;
		z-index: 200;
		width: 90px;
		height: 90px;
		cursor: pointer;
	}
	header .toggle-nav span {
		display: block;
		position: absolute;
		height: 2px;
		width: 45px;
		background: #7196ca;
		border-radius: 1px;
		opacity: 1;
		right: 25px;
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		-ms-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	header .toggle-nav span:nth-child(1) {
		top: 25px;
	}
	header .toggle-nav span:nth-child(2) {
		top: 40px;
	}
	header .toggle-nav span:nth-child(3) {
		top: 55px;
	}
	header .toggle-nav.open span:nth-child(1) {
		top: 43px;
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	header .toggle-nav.open span:nth-child(3) {
		top: 43px;
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	header .toggle-nav.open span:nth-child(2) {
		opacity: 0;
		right: 30px;
	}

	header .header-menu {
		display: none;
	}

	header .wrap-nav-main .header-nav {
		display: none;
		position: fixed;
		z-index: 9;
		background-color: rgba(255, 255, 255, 1.0);
		width: 100%;
		left: 0;
		top: 0;
		height: calc(100vh);
		padding: 0;
		overflow-y: scroll;
		padding: 140px 8% 50px;
	}
	header .wrap-nav-main .header-nav .menu {
		display: block;
		margin-right: 0;
		margin-top: 30px;
	}
	header .wrap-nav-main .header-nav .menu li {
		width: 100%;
		margin: 15px 0 0;
		padding: 0;
	}
	header .wrap-nav-main .header-nav .menu li a {
		display: block;
		padding: 0 10px;
		font-size: 2rem;
		text-align: left;
		border-bottom: none;
	}
	header nav .menu > li:hover > a {
		border-bottom: none;
	}
	header nav .menu li .sub-menu {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		background: transparent;
		min-width: auto;
		top: auto;
		opacity: 1;
		visibility: visible;
		padding-left: 4%;
	}
	header nav .menu li .sub-menu ul {
		width: 25%;
	}
	header nav .menu li:nth-of-type(2) .sub-menu ul,
	header nav .menu li:nth-of-type(3) .sub-menu ul {
		width: 50%;
	}
		header .wrap-nav-main .header-nav .menu li .sub-menu li{
			margin-top: 10px;
		}
	header .wrap-nav-main .header-nav .menu li .sub-menu li a {
		font-size: 1.2rem;
	}
	header nav .menu li.menu-product .sub-menu {
		display: block;
	}

	header .header-nav .header-menu {
		display: block;
		padding: 0 10px;
	}
	header .header-nav .menu+.header-menu{
		margin-top: 50px;
	}
	header .header-menu ul li {
		margin-right: 0;
		width: 33.33%;
	}
	header .header-menu ul li a {
		font-size: 1.2rem;
	}
	header .header-menu ul li a img {
		margin-right: 10px;
		vertical-align: middle;
	}
	header .header-menu .header-search form {
		display: flex;
		margin-top: 0;
	}
	header .header-menu .header-search input[type="text"] {
		width: 100%;
		padding: 4px 10px;
		border: 1px solid #ccc;
		border-radius: 5px 0 0 5px;
		border-right: 0;
	}
	header .header-menu .header-search input[type="image"] {
		width: 95px;
		height: 40px;
	}


	/* ------------------------------
	  footer
	------------------------------ */
	footer {
		padding: 80px 5%;
	}
	footer .page-top {
		width: 20%;
		max-width: 60px;
		right: 5%;
		bottom: 2vh;
	}
	footer .footer-logo {
		width: 30%;
		max-width: 240px;
		margin: 0 auto;
	}
	footer .company-about {
		text-align: center;
	}
	footer .company-about .pc_none {
		display: inline-block;
	}
	footer .footer-nav,
	footer .footer-contents .footer-menu {
		display: none;
	}
	footer .footer-contents .copyright {
		display: block;
		margin: 0 auto;
		text-align: center;
	}


	/* ------------------------------
	  main
	------------------------------ */
	main {
		padding-top: 90px;
	}
	.contents-block .wrap {
		width: 90%;
	}

}

/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.column-pc {
		display: block;
	}

	/* ------------------------------
	  header
	------------------------------ */
	header {
		height: 60px;
	}
	header .wrap .header-wrap {
		position: relative;
		background-color: #fff;
		height: 60px;
	}
	header .toggle-nav {
		width: 80px;
		height: 60px;
	}
	header .toggle-nav span {
		right: 5%;
	}
	header .toggle-nav span:nth-child(1) {
		top: 18px;
	}
	header .toggle-nav span:nth-child(2) {
		top: 28px;
	}
	header .toggle-nav span:nth-child(3) {
		top: 38px;
	}
	header .toggle-nav.open span:nth-child(1),
	header .toggle-nav.open span:nth-child(3) {
		top: 28px;
	}
	header nav .menu li .sub-menu ul {
		width: 50%;
	}
	header nav .menu li:nth-of-type(3) .sub-menu ul {
		width: 100%;
	}

	header .wrap-nav-main .header-nav{
		padding: 100px 8% 40px;
	}
	header .wrap-nav-main .header-nav .menu{
		padding-top: 0;
	}
	header .header-nav .menu+.header-menu{
		margin-top: 30px;
	}
	header .header-menu ul{
		display: block;
	}
	header .header-menu ul li{
		width: 100%;
		margin-top: 10px;
	}
	header .header-menu ul li a{
		padding: 2px 0;
		display: inline-block;
	}
	header .header-menu ul li img{
		width: auto;
	}
	header .header-menu ul li.en img{
		margin-left: 3px;
		margin-right: 18px;
		height: 21px;
	}
	header .header-menu ul li.sitemap img{
		height: 19px;
		margin-right: 15px;
	}
	header .header-menu ul li.contact img{
		height: 15px;
		margin-left: 3px;
		margin-right: 15px;
	}
	header .header-menu .header-search form{
		margin-top: 0;
	}

	/* ------------------------------
	  footer
	------------------------------ */
	footer {
		padding: 50px 5%;
	}
	footer .footer-logo,
	footer .footer-contents {
		float: none;
	}
	footer .footer-logo {
		width: 80%;
		max-width: 175px;
		margin-bottom: 3rem;
	}
	footer .footer-nav {
		width: 100%;
	}
	footer .footer-nav .menu li .sub-menu {
		margin-top: .5rem;
	}
	footer .footer-contents {
		position: relative;
		width: 100%;
		margin-top: 4rem;
		right: auto;
		bottom: auto;
		text-align: left;
	}
	footer .footer-contents .share-area {
		justify-content: flex-start;
		margin-bottom: 1rem;
	}
	footer .footer-contents .share-area p {
		display: none;
	}
	footer .footer-contents .share-area ul li:first-of-type {
		margin-left: 0;
	}

	/* ------------------------------
	  main
	------------------------------ */
	main {
		padding-top: 60px;
	}
	.contents-main{
		padding-top: 40px;
	}

	/* contact
	----------------------------*/
	.contents-contact .post-headline-l-3{
		margin-bottom: 30px;
	}
	.contents-contact .faq{
		display: block;
		padding: 20px 3%;
		margin-top: 30px;
	}
	.contents-contact .faq .link-button{
		margin: 0 auto;
	}
	.contents-contact .faq p{
		font-size: 1.4rem;
		line-height: 1.7;
		margin-top: 15px;
	}
	.contents-contact .tel-box{
		margin-top: 30px;
	}
	.contents-contact .tel-box p{
		margin-top: 5px;
	}
	.contents-contact .tel-box .num{
		font-size: 2.4rem;
	}
	.contents-contact .tel-box .num a{
		pointer-events: auto;
	}
	.contents-contact .form{
		background: #f9f9f9;
		padding: 20px 3%;
		margin-top: 35px;
	}
	.contents-contact .form dl dt{
		margin-top: 30px;
	}
	.contents-contact .form dl dt:first-child{
		margin-top: 0;
	}
	.contents-contact .form dl dd{
		margin-top: 10px;
	}
	.contents-contact .form dl dd > *+*{
		margin-top: 5px;
	}
	.contents-contact .privacy{
		padding: 15px 3% 25px;
		margin-top: 30px;
	}
	.contents-contact .privacy .title{
		font-size: 1.8rem;
	}
	.contents-contact .privacy-button .checkbox{
		padding: 10px 10px 15px 10px;
		margin-top: 25px;
	}
	.contents-contact .submit-button{
		padding: 15px 20px;
		width: 100%;
		margin: 30px auto 0;
	}

	/* ir
	----------------------------*/
	.contents-ir .all-dl{
		margin-top: 20px;
	}
	.contents-ir .all-dl .link-button a{
		padding-left: 35px;
		padding-right: 35px;
	}
	.contents-ir .column-link{
		display: block;
		margin-top: 45px;
	}
	.contents-ir .column-link > *{
		width: auto;
	}
	.contents-ir .column-link a{
		height: 180px;
	}
	.contents-ir .column-link .title{
		font-size: 2.4rem;
		bottom: 20px;
		left: 5%;
	}
	.contents-company .other-link{
		margin-top: 45px;
		padding: 35px 0;
	}
	.contents-company .other-link .link{
		flex-wrap: wrap;
	}
	.contents-company .other-link .link li{
		font-size: 1.2rem;
		max-width: 48%;
		width: 48%;
	}
	.contents-company .other-link .link li:nth-child(n+3){
		margin-top: 10px;
	}

	/* products-parts
	----------------------------*/
	.contents-products-parts .is-column-sp-two .link-button a{
		padding-left: 20px;
		padding-right: 20px;
	}
	.contents-products-parts .other-link{
		margin-top: 45px;
	}
	.contents-products-parts .other-link .link{
		display: block;
	}
	.contents-products-parts .other-link .link li{
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.contents-products-parts .other-link .link li+li{
		margin-top: 20px;
	}

    .contents-products-parts .frame01-com01 {
        margin-top: 40px;
        margin-bottom: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }


}

/* ----------------------------------------------------------------------------------------------------
*  アニメーション
* --------------------------------------------------------------------------------------------------*/
.a-fadein{
	transform: translateY(30px);
	opacity: 0;
	transition: transform .8s ease-out,opacity .8s ease-out;
}
.a-fadein.a-active{
	opacity: 1;
	transform: translateY(0);
}

/* ----------------------------------------------------------------------------------------------------
*  margin
* --------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.mt00{
		margin-top: 0!important;
	}
	.mt05{
		margin-top: 5px!important;
	}
	.mt10{
		margin-top: 10px!important;
	}
	.mt15{
		margin-top: 15px!important;
	}
	.mt20{
		margin-top: 20px!important;
	}
	.mt25{
		margin-top: 25px!important;
	}
	.mt30{
		margin-top: 30px!important;
	}
	.mt35{
		margin-top: 35px!important;
	}
	.mt40{
		margin-top: 40px!important;
	}
	.mt45{
		margin-top: 45px!important;
	}
	.mt50{
		margin-top: 50px!important;
	}
	.mt60{
		margin-top: 60px!important;
	}
	.mt70{
		margin-top: 70px!important;
	}
	.mt80{
		margin-top: 80px!important;
	}
	.mt90{
		margin-top: 90px!important;
	}
	.mt100{
		margin-top: 100px!important;
	}
	.mt110{
		margin-top: 110px!important;
	}
	.mt120{
		margin-top: 120px!important;
	}
}
@media screen and (max-width: 767px) {
	.sp-mt00{
		margin-top: 0!important;
	}
	.sp-mt05{
		margin-top: 5px!important;
	}
	.sp-mt10{
		margin-top: 10px!important;
	}
	.sp-mt15{
		margin-top: 15px!important;
	}
	.sp-mt20{
		margin-top: 20px!important;
	}
	.sp-mt25{
		margin-top: 25px!important;
	}
	.sp-mt30{
		margin-top: 30px!important;
	}
	.sp-mt35{
		margin-top: 35px!important;
	}
	.sp-mt40{
		margin-top: 40px!important;
	}
	.sp-mt45{
		margin-top: 45px!important;
	}
	.sp-mt50{
		margin-top: 50px!important;
	}
	.sp-mt60{
		margin-top: 60px!important;
	}
	.sp-mt70{
		margin-top: 70px!important;
	}
	.sp-mt80{
		margin-top: 80px!important;
	}
	.sp-mt90{
		margin-top: 90px!important;
	}
	.sp-mt100{
		margin-top: 100px!important;
	}
}