* {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:visited {
	color: inherit;
}
h2 {
	text-align: center;
	font-weight: 700;
	font-size: 40px;
}
@media screen and (max-width: 768px) {
h2 {
font-weight: 700;
	font-size: 24px;
padding-top:30px;
}
}

h3 {
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
}
.title-border {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
}
.title-border:before,
.title-border:after {
	border-top: 1px solid;
	content: "";
	width: 1.7em; 
}
.title-border:before {
	margin-right: 1em; 
}
.title-border:after {
	margin-left: 1em; 
}
.center_outer {
	display: table;
}
.center_inner {
	display: table-cell;
	vertical-align: middle;
}
p.line_v1 {
	margin: 25px auto 50px;
	border: solid 1px #0c0749;
	width: 58px;
	height: 3px;
	background-color: #0c0749;
}
p.line_v2 {
	width: 1025px;
	height: 1px;
	display: flex;
	margin: 25px auto 35px;
}
span.line_v2-left {
	display: block;
	border: solid 0.5px #0c0749;
	width: 180px;
	height: 1px;
	background-color: #0c0749;
}
span.line_v2-right {
	display: block;
	border: solid 0.5px #c4c4c4;
	width: 845px;
	height: 1px;
	background-color: #c4c4c4;
}

/*---------------------main---------------------*/
/*ここからTop_Nav*/
header {
	width: 100%;
	height: 149px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	position: relative;
}
@media screen and (max-width: 768px) {
header  {
	height: 80px;
}
}

.shadow{
	box-shadow: 0px 5px 15px -5px #000000;
	z-index: 9999;
}
#header_wrap {
	width: 100%;
	height: 149px;
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
#header_wrap {
	height:80px;
}
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0px 5px 15px -5px #000000;
	z-index: 9999;
}
#header_box {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
}
.header_up{
	width: 100%
	height: 80px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	flex-align: center;
	align-items: center;
position: relative;
}
@media screen and (max-width: 1000px) {
.header_up{
padding:5px 0 0 10px;
}
}
@media screen and (max-width: 700px) {
.header_up{
padding:10px 0 0 0;
}
}
.header_logo {
	position: relative;
	vertical-align:bottom;
width:390px;
	flex: 1;
}
@media screen and (max-width: 1000px) {
.header_logo {
width:400px;
}
}
@media screen and (max-width: 700px) {
.header_logo {
width:350px;
}
}
@media screen and (max-width: 600px) {
.header_logo {
width:300px;
}
}
.headerflex{
	display: flex;
	justify-content:space-between;
}

.header_logo img {
		width:100%;
vertical-align: bottom;
}
.header_up ul {
	position:absolute;
	top:30px;
	right:10px;
	display: inline-flex;
	list-style: none;
	justify-content: space-between;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
.header_up ul {
	display: none;
}
}
.header_up ul li{
	padding: 0 5px;
	font-size: 13px;
	line-height: 25px;
	background-color: #000;
}

.header_up ul li a {
		padding: 0;
	
	color: #fff;
	text-decoration: none;
	line-height: 18px;
list-style: none;
}
#header_contact{
	position: relative;
	margin: 0 60px;
}
#header_contact:before {
	content: "";
	display: inline-block;
	background-image: url("../image/nav_mail.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 25px;
	padding: 0 2px;
	margin: 0;
	position: absolute;
	background-color: #0c0749;
	left: -25px;
	top: 0px;
}
#header_tel{
	position: relative;
}
#header_tel:before {
	content: "";
	display: inline-block;
	background-image: url("../image/nav_tel.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 22px;
	height: 21px;
	padding: 2px;
	margin: 0;
	position:  absolute;
	background-color: #0c0749; 
	left: -25px;
	top: 0px;
}


.pcnav ul {
	width 1350px;
	height: 69px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	color: #fff;
	padding: 0 10px 0;
	list-style-type: none;
	background-color: #0c0749;
	text-decoration: none;
	text-align: center;
}

@media screen and (max-width: 769px) {
.pcnav ul {
	display:none;
}
}
#header_nav li{
	font-weight: bold;
}
#header_nav  a{
	padding: 10px 30px 0;
	font-size: 17px;
	font-weight: bold;
	color: #fff; 
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.08em;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
#header_nav  a{
	padding: 10px 10px 0;
}
}
@media screen and (max-width: 800px) {
#header_nav  a{
	padding: 10px 5px 0;
}
}
#header_nav a::after {
	position: absolute;
	bottom: 10px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 2);
	transform-origin: right top;
	transition: transform 0.3s;
}
#header_nav a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
#nav_service:after {
	content: 'サービス';
	display: block;
	text-align: center;
	padding: 0 20px; 
	font-size: 13px;
	color: #fff; 
font-weight: normal;
}
#nav_advance:after {
	content: 'オリジナル商品';
	display: block;
	text-align: center;
	padding: 0 20px;
	font-size: 13px;
	color: #fff; 
font-weight: normal;
}
#nav_news:after {
	content: 'ニュース';
	display: block;
	text-align: center;
	padding: 0 20px;
	font-size: 13px;
	color: #fff; 
font-weight: normal;
}
#nav_info:after {
	content: 'お問い合わせ';
	display: block;
	text-align: center;
	padding: 0 20px;
	font-size: 13px;
	color: #fff; 
font-weight: normal;
}
#nav_company:after {
	content: '会社案内・地図';
	display: block;
	text-align: center;
	padding: 0 20px;
	font-size: 13px;
	color: #fff; 
font-weight: normal;
}


@media screen and (max-width: 1000px) {
.pcnav ul a{
	padding: 10px 5px 0;
}
}
/*スマホハンバーガー*/
#navbtn{
transition:all 1s;
width:40px; 
height:38px; 
background:#fff; 
position:absolute; 
right:10px; top:20px;
 z-index:999999;
 } 
@media screen and (min-width: 769px) {
#navbtn{
	display: none;
}
}
#navbtn{
 background:#ggg;
}
#navbtn span{
 width:30px;
 height:2px;
 background:#0c0749;
 position:absolute;
 } 
#navbtn span:nth-child(1){
 transition:all 0.2s; left:5px; top:9px; 
} 
#navbtn span:nth-child(2){
 left:5px;
 top:17px;
} 
#navbtn span:nth-child(3){
 transition:all 0.2s;
 left:5px; top:25px; 
} 
 
.open span:nth-child(1){
 transform:translateY(8px) rotate(45deg);
} 
.open span:nth-child(3){
 transform:translateY(-8px)rotate(-45deg);
} 
.open span:nth-child(2){ 
 top:17px;
 opacity:0; 
}

.s_nav{transition:all 1s; width:80%; position:fixed; top:0; right:-80%; height:100%; background:#0c0749;}
.opennav{transform:translateX(-80%);}



.s_nav ul {
	display:flex;
	flex-flow: column;
	width:95%;
	margin-top:70px;
	list-style: none;
	padding: 0;
}
.s_nav ul li {
	padding:0;
	background:#0c0749;
	margin:10px;
	width:100%;
	text-align: left;
	font-size: 16px;
	color: #fff; 
font-weight: bold;
}
#s_nav  ul li  a {
	display: block;
	padding: 0;
	text-decoration: none;
 	position: relative;
}
#s_nav a li p{
text-align: left;
	padding: 0 5px 5px 5px; 
	font-size: 12px;
	color: #fff;
line-height:11px;
}
#s_nav_advance{
margin-top:15px;
}

#s_nav_service::before,
#s_nav_service::after {
	content: "";
	display:block;
	position: absolute;
	left: 0;
	top: 49px;
	height: 1px;
	background: #fff;
}
#s_nav_service::before {
	width:180px;
	background: #fff;
	z-index: 2;
}
#s_nav_service::after {
	width: 100%;
	background: #54517a;
	z-index: 1;
}
.s_nav ul .s_nav_sv{
	font-size: 13px;
	line-height: 2px;
	padding-left:10px;
}
#s_nav_advance::before,
#s_nav_advance::after {
	content: "";
	display:block;
	position: absolute;
	left: 0;
	top: 247px;
	height: 1px;
	background: #fff;
}
#s_nav_advance::before {
	width:180px;
	background: #fff;
	z-index: 2;
}
#s_nav_advance::after {
	width: 100%;
	background: #54517a;
	z-index: 1;
}
#s_nav_news::before,
#s_nav_news::after {
	content: "";
	display:block;
	position: absolute;
	left: 0;
	top: 310px;
	height: 1px;
	background: #fff;
}
#s_nav_news::before {
	width:180px;
	background: #fff;
	z-index: 2;
}
#s_nav_news::after {
	width: 100%;
	background: #54517a;
	z-index: 1;
}

#s_nav_info::before,
#s_nav_info::after {
	content: "";
	display:block;
	position: absolute;
	left: 0;
	top: 368px;
	height: 1px;
	background: #fff;
}
#s_nav_info::before {
	width:180px;
	background: #fff;
	z-index: 2;
}
#s_nav_info::after {
	width: 100%;
	background: #54517a;
	z-index: 1;
}
#s_nav_company::before,
#s_nav_company::after {
	content: "";
	display:block;
	position: absolute;
	left: 0;
	top: 430px;
	height: 1px;
	background: #fff;
}
#s_nav_company::before {
	width:180px;
	background: #fff;
	z-index: 2;
}
#s_nav_company::after {
	width: 100%;
	background: #54517a;
	z-index: 1;
}
@media screen and (min-width: 769px) {
.s_nav{
	display: none;
}
}
/*スマホハンバーガー*/


/*ここまでTop_Nav*/
/*ここからTop_Visual*/
.top_visual {
	width:100%;
    height: calc(100vw * 1 / 3);
    position: relative;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 768px) {
.top_visual {
    height: calc(100vw * 5 / 9);
}
}

.slide {
	position: absolute;
	margin: 0 auto;
	width:100%;
    height: calc(100vw * 1 / 3);
    position: relative;

	z-index: 1;
}
@media screen and (max-width: 768px) {
.slide {
    height: calc(100vw * 5 / 9);
}
}
/*画像がロードされるまでスライドを隠す*/
.slide:not(:first-of-type) {
	display: none;
}
.slider.slick-initialized .slide:not(:first-of-type) {
	display: block;
}

/*スライド画像をクリックした場合枠線が出ることを防止する*/
.slick-slide {
	outline: none;
}

/*スライド画像の拡大設定*/
.img-animation img {
	animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
	0% { transform: scale(1); }
	100% { transform: scale(1.2); }
}

/*スライド画像に網掛けをする*/
.hatching {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.3;
	background-image: url("../image/back.png");
}
@media screen and (max-width:600px) {
.hatching {
	opacity: 0.1;
}
}

/*スライド画像の位置とサイズ*/
.item_img img{
	width: 100%;
}
.pc { display: block !important; }
.sp { display: none !important; }
 

@media only screen and (max-width: 769px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/*スライド文字列の位置とサイズ*/
.item_content {
font-family:'Roboto', 'Noto Sans JP', sans-serif;
	position: absolute;
	color: #fff;
	font-size: 52px;
	font-weight: 400;
	font-style: italic;
	text-shadow: 0px 0px 5px #022056;
	z-index: 10;
	width: 100%;
line-height:35px;
}
@media screen and (max-width: 1200px) {
.item_content {
	font-size: 34px;
.cline-height:30px;
}
}
@media screen and (max-width: 768px) {
.item_content {
	font-size: 24px;
line-height:20px;
}
}
@media screen and (max-width: 500px) {
.item_content {
	font-size: 16px;
line-height:15px;
}
}
.comment span{
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	text-shadow: 0px 0px 5px #022056;
	z-index: 11;
	width: 100%;
}
}

@keyframes fade_text {
	0% { opacity: 0 }
	100% { opacity: 1; }
}
.img-animation p {
	animation: fade_text 6s 0s forwards;
}
#comment1 {
	top: 20%;
	text-align: right;
	right:5%;
}
@media screen and (min-width: 1700px) {
#comment1 {
	top: 20%;
	right:10%;
}
}
@media screen and (max-width:1000px) {
#comment1 {
	top: 30%;
	text-align: right;
	right:5%;
}
}
@media screen and (max-width:768px) {
#comment1 {
	left:-5%;
}
}
#comment2 {
	top: 30%;
	text-align: left;
	padding-left:50px;
}
@media screen and (min-width: 1700px) {
#comment2 {
	top: 30%;
	text-align: left;
	padding-left:170px;
}
}
@media screen and (max-width:1000px) {
#comment2 {
	padding-left:20px;
	top: 30%;
}
}
@media screen and (max-width:768px) {
#comment2 {
	top: 50%;
	text-align: left;
	padding-left:10px;
}
}
#comment3 {
	top: 70%;
	text-align: right;
	right:5%;
}
@media screen and (min-width: 1700px) {
#comment3 {
	top: 70%;
	right:10%;
}
}
@media screen and (max-width:1000px) {
#comment3 {
	top: 60%;

}
}
@media screen and (max-width:768px) {
#comment3 {
	top: 72%;
	text-align: right;
	right:5%;
}
}
#comment4 {
	top:35%;
	text-align: center;
}
@media screen and (max-width:1000px) {
#comment4 {
	top: 40%;
}
}
@media screen and (max-width:768px) {
#comment4 {
	top:47%;
	text-align: center;
}
}
#comment1span{
font-size:20px;
font-style: italic;
font-weight: lighter;
}
@media screen and (max-width:1000px) {
#comment1span{
font-size:14px;
}
}
@media screen and (max-width:768px) {
#comment1span{
font-size:12px;
}
}
@media screen and (max-width:500px) {
#comment1span{
font-size:10px;
}
}
/*スライドのレスポンシブ設定*/
@media screen and (max-width: 950px) {
	.nav {
		display: none;
	}
}

/*ここまでTop_Visual*/

/*ここからservice*/
#promotional_text{
	width: 100vw;
	height: 180px;
	text-align: center;
	display: table-cell; 
	vertical-align: middle;
	background-color: #0c0749;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}
#service .s_textnone{font-weight: bold;}
@media screen and (max-width: 1000px) {
#promotional_text {
font-size: 14px!important; 
	height: 130px;
}
}
@media screen and (max-width: 768px) {
#promotional_text {
		height:80px;
line-height: 19px;
font-size: 12px;
}
}

#promotional_text #service {
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width:1000px) {
#promotional_text #service {
	font-size: 17px;
	font-weight: bold;
}
}
@media screen and (max-width: 768px) {
#promotional_text #service {
	font-size: 15px;
	font-weight: bold;
}
}

@media screen and (max-width: 769px) {
.s_textnone {
	display:none;
}
}
.service {
	text-align:center;
	margin: 0;
	padding:30px 60px 30px 60px;
}

@media screen and (max-width:768px) {
.service {
	padding:60px 0px 30px 0px;
margin:30px;
	}
}

.service * {
	-box-sizing: border-box;
	box-sizing: border-box;
}
.service_text1 {
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}
@media screen and (max-width:768px) {
.service_text1 {
	font-size: 12px;
	font-weight: bold;
}
}
.servicemenu {
	margin:15px 0 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	width:100%;
}
.semenu img {
	width:100%;
}
.servicemenu::after {
	content: '';
	display: block;
}
.semenu {
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: #fff;
	overflow: hidden;
	width:30%;
}
.service_text2 {
	width: 100vw;
	height: 70px;
	padding-right: 35px;
	text-align: right;
	display: table-cell; 
	vertical-align: middle;
	background-color: #fff;
	line-height: 16px;
	font-size: 14px;
	color: #000;
}
@media screen and (max-width:768px) {
.service_text2 {
	vertical-align: top;
}
}
@media screen and (max-width:768px) {
	.semenu a {
		margin: 0;
		overflow: hidden;
	}
}
@media screen and (max-width:768px) {
	.semenu {
		width:50%;
	}
}
@media screen and (max-width:768px) {
	.service{
		margin: 0;
		padding:0;
	}
}
/* Shine */
.semenu {
	position: relative;
}
.semenu a::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
}
.semenu a:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*ここからoriginal*/
.original {
	background: #fff;
	min-width: 320px;
	background: url("../image/orizinal_ba.jpg");
	background-size: cover;
	padding: 30px 0 50px;
	position: relative;
}
.original:before {
	height: 640px;
	position: absolute;
	right: 0;
	top: 0;
	width: 620px;
}
.original .box_container {
	margin: 0 auto;
	max-width: 900px;
	position: relative;
}
.original h2,
.original h3 {
	color: #fff;
}
.original .title_2 {
	color: #fff;
	font-size: 14px;
	line-height: 1.7142857143;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.original .advance {
	background: #fff;
	position: relative;
	width: 50%;
	display: block;
	min-height: 260px;
}
.original .logo {
	padding: 20px 0 10px;
	text-align: center;
}
.original .logo img {
	max-width: 100%;
	width: 130px;
}
.original .ad {
	line-height: 1.4;
	padding: 0 28px 10px;
	font-size: 11px;
	color: #313131;
}
.original .btn{
	width:303px;
	background-size: 20px auto;
	border: 1px solid #0b0748;
	background-color: #0b0748;
	border-radius: 16px;
	color: #fff;
	margin-left:75px;
	text-align: center;
	padding: 3px 0 3px 0;
	font-size: 14px;
	line-height: 1.3;
    position: relative;
	z-index:99;
}
.original .btn a{
	color:#fff;
}
.original .advance_2 {
    width:80%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding-left: 50%;
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	height: 100%;
}
.original .thumb {
	background: url("../image/orizinal_2.jpg");
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
}
.original .thumb:before {
	height: 118px;
	margin: -59px 0 0 -59px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 118px;
}

@media screen and (max-width: 1040px) {
  .original .ad{
	font-size:11px;
  }
  
}
@media screen and (max-width: 900px) {
  .original {
    padding:0  25px 42px;
    position: relative;
  }
   .original:before {
    background-size: 233px auto;
    height: 233px;
    width: 241px;
  }
   .original h2{
    font-size:24px;
  }
    .original .title_2{
    font-size:10px;
  }
  .original .advance {
    width: 100%;
  }
  #index_body .original .advance a {
    min-height: 0;
  }
  .original .advance .logo {
    padding: 19px 0 10px !important;
  }
  .original .advance .logo img {
    width: 143px;
  }
  
  .original .advance .ad {
    line-height: 1.5;
    padding: 0 20px;
    font-size:15px;
  }
  .original .advance .btn{
    margin:0 auto;
    margin-top:10px;
    width:200px;
    font-size: 10px;
  }
  .original .advance_2 {
    padding: 0;
    position: relative;
    margin-top:-20px;
  }
  .original .advance_2 {
    background: #fff;
    padding: 15px 20px 20px;
    display: block;
    height: 100%;
  }

  .original .advance_2 .thumb {
    height: 0;
    padding-top: 62.0833%;
  }
  .original .advance_2 .thumb:before {
    background-size: 49px 49px;
    height: 49px;
    margin: -29px 0 0 -29px;
    width: 49px;
  }
  .original .advance  {
    margin-top: 20px;
  }
  
}
@media screen and (max-width: 760px) {
  .original .advance .ad {
    line-height: 1.5;
    padding: 0 20px;
    font-size:12px;
  }
}
@media screen and (max-width: 760px) {
  .original .advance .ad {
    line-height: 1.4;
    padding: 0 20px;
    font-size:10px;
  }
}
@media screen and (max-width: 400px) {
  .original .advance .ad {
    line-height: 1.3;
    padding: 0 20px;
    font-size:10px;
  }
}
/*ここまでoriginal*/

/*ここからnews*/
#top_news {
	margin-top: 16px;
}
#top_news_wrap {
	width: 80%;
	max-width: 1084px;
	margin: 0 auto;
	padding: 0 30px;
}
/*ここまでnews*/


/*ここからfooter*/
footer * {
	box-sizing: border-box;
}
footer {
	width: 100%;
	background-color: #000000;
	position: relative;
	z-index: 1;
}
footer .footer_box {
	width:100%;
	background-color: #000000;
	background-image: url("../image/footer.jpg") ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding:30px 20px 30px 20px;
	position: absolute;
	top: 0;
	justify-content: center;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	align-items: center;
}
@media screen and (max-width:900px) {
.footer_box {
		padding:20px 15px 20px 15px;
}
}
@media screen and (max-width:768px) {
.footer_box {
	text-align: center;
}
}
@media screen and (max-width:600px) {
footer .footer_box {
justify-content: center;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	align-items: center;
	padding:5px 0 10px 0;
}
}
footer a:link,
footer a:visited,
footer a:hover {
	color: #000;
}

.footer_logo {
	width: 80%;
}
@media screen and (max-width:768px) {
.footer_logo {
	width: 100%;
	margin:0 15px;
}
}
.footer_logo img {
	width: 100%;
	height: auto;

}
@media screen and (max-width:1100px) {
.footer_logo {
	width: 90%;
}
}
@media screen and (max-width:768px) {
.footer_logo img {
	width: 60%;
text-align:center;
}
}
.f_info {
	font-size: 15px;
}
@media screen and (max-width:900px) {
.f_info {
	font-size: 14px;

}
}
@media screen and (max-width:768px) {
.f_info {
	font-size: 12px;
text-align:center;
padding-bottom:20px;
}
}
#footerDetail {
	width: 50%;
padding:0 30px;
}
#footerDetail2 {
	width: 50%;
padding:30px 30px 0;
}

@media screen and (max-width:900px) {
#footerDetail2 {
padding:10px 10px 0;
}
}

@media screen and (max-width:768px) {
#footerDetail2 {

	display: flex;
justify-content: center;
	flex-wrap:wrap;
	width:100%;
}
}
@media screen and (max-width:768px) {
#footerDetail {
	width: 60%;
padding:0;
}
}
#footerTel {
	margin-top: 25px;
	font-size: 0;
	line-height: 0;
}
@media screen and (max-width:768px) {
#footerTel {
position:absolute;
bottom:27%;
}
}
#footerTel a {
	transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	width:70%;
	display: inline-block;
}

@media screen and (max-width:768px) {
#footerTel a {
	width:100%;

}
}
#footerTel a:hover {
	opacity: 0.7;
}
#footerTel a img {
	width: 75%;
	height: auto;
}
@media screen and (max-width:768px) {
#footerTel a img {
	width:150px;
text-align : center;
}
}

.menu-itms {
	display: flex;
	align-items: center;
	justify-content:start;
	flex-wrap:nowrap;
	width:100%;
}

@media screen and (max-width:768px) {
.menu-itms {
	justify-content: center;
	align-items: center;
}
}


.menu-itm {
	width:40%;
	background-color:#fff;
	opacity: 0.7;
	list-style:none;
	margin-right:10px;
}
@media screen and (max-width:1090px) {
.menu-itm {
width:60%;
}
}
.menu-itm a {
	text-align: center;
	padding: 5px 0;
	border: 1px solid #000;
	display: inline-block;
}
@media screen and (max-width:1090px) {
.menu-itm a {
	padding:0;
}
}
@media screen and (max-width:768px) {
.menu-itm {
width:45%;
margin-bottom:5px;
font-size: 10px;
}
}

@media screen and (max-width:768px) {
.menu-itm a {
	padding: 2px 2px;
}
}
.menu-itm a span {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}
@media screen and (max-width:1090px) {
.menu-itm a span {
	font-size: 13px;
line-height: 12px;
}
}
@media screen and (max-width:768px) {
.menu-itm a span {
	font-size: 12px;
}
}

@media screen and (max-width:500px) {
.menu-itm a span {
	font-size: 10px;
}
}
.menu-itm a:hover {
	background-color: #0b0748;
	color: #fff;
}
.fnav_menu-itm a {
	width: 100%;
}
.fnav_menu-itm a.fnav_menu-itm-recruit {
	width: 100%;
}
.f_info {
	color:#fff;
	padding-left:30px;
	line-height:20px;
}
@media screen and (max-width:768px) {
.f_info {
	padding-left:0;
	justify-content:center;
	line-height:15px;
}
}

/*ここまでfooter*/

/*-------------------contact-------------------*/
#contact_body h2 {
	font-size: 26px;
	font-weight: 400;
}
#contact_body h3 {
	font-size: 22px;
}

#contact_title {
	display: table;
	width: 100%;
	height: 204px;
	background-color: #0c0749;
	color: #fff;
	text-align: center;
}
#contact_title h1 {
	font-size: 32px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
}
#contact_title span {
	font-size: 14px;
}
#contact_top {
	width: 100%;
	height: 320px;
	text-align: center;
}

#contact_top p {
	font-size: 16px;
	line-height: 26px;
}
#contact_tel {
	width: 1025px;
	height: 260px;
	margin: 0 auto;
	text-align: left;
}

.contact_tel_number {
	font-size: 20px;
	line-height: 32px;
}
.contact_tel_time {
	font-size: 16px;
	line-height: 26px;
}
.contact_form ul {
	display: flex;
	width: 670px;
	height: 70px;
	margin: 0 auto;
}
.contact_form ul li {
	background-color: #c4c4c4;
	width: 230px;
	height: 70px;
	display: block;
	text-align: center;
	line-height: 70px;
	font-weight: 700;
	color: #0c0749;
}
.form_input {
	clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
}
.form_confirmation {
	margin: 0 -10px;
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 51%, 0% 0%);
}
.form_completion{
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 5% 50%);
}
li#form_now {
	background-color: #0c0749;
	color: #ffffff;
}


#form_table {
	width: 1000px;
	border: 1px solid #939393;
	border-collapse: collapse;
}
#form_table th {
	width: 280px;
	height: 85px;
	text-align: left;
	font-size: 14pz;
    border: 1px solid #939393;
	padding-left: 30px;
	background-color: #c4c4c4;
}
#form_table span {
	background-color: #103a95;
	font-size: 11px;
	color: #ffffff;
	padding: 5px 8px 5px 8px;
	margin-right: 20px;
	border-radius: 4px;
	float: right;
}
#form_table td {
	width: 720px;
	height: 85px;
	text-align: center;
    border: 1px solid #939393;
}
#form_table .q_con {
	padding-bottom; 20px;
}
#form_table input {
	width: 665px;
	height: 45px;
	padding-left: 10px;
	font-size: 16px;
}
#form_table select {
	width: 679px;
	height: 45px;
	padding-left: 10px;
	font-size: 16px;
}
#form_table textarea {
	width: 665px;
	height: 200px;
	margin: 20px 0 20px 0;
	padding-left: 10px;
}


/*ここからサービス内容*/

#service_title {
	width:100%;

	background-image:url("../image/service.jpg");
background-repeat:no-repeat;
background-size:100% auto;
	color: #fff;
	padding:3% 0;
	text-align: center;

}
#service_title p {
	font-size: 32px;
font-weight:bold;
}
@media screen and (max-width: 768px) {
#service_title {
	font-size: 20px;
line-height:15px;
}
	}
@media screen and (max-width: 500px) {
#service_title {

line-height:15px;
}
	}
#service_title span {
	margin-top:10px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
#service_title span {
margin-top:0;
	font-size: 10px;
}
	}
#kakaku{
	margin-top:40px;
	font-size: 17px;
	font-weight:bold;
}
#servicecontentscenter{
	text-align: center;
}
@media screen and (max-width: 768px) {
#service_title {
		padding:5% 0;
}
	}

@media screen and (max-width: 768px) {
	#service_title p {
	font-size: 24px;
}
	}

.menulistbtn{
margin:30px 200px;
}

@media screen and (max-width:1000px) {
.menulistbtn{
margin:10px 50px;
}
}
@media screen and (max-width:768px) {
.menulistbtn{
margin-top:20px;
}
}
@media screen and (max-width:420px) {
.menulistbtn{
margin:20px 0 0 0;
}
}
.menubtn {
  display: flex;
  justify-content: center;
align-items: center;
  flex-wrap: wrap;
 width:100%;

}
.menubtn a {
  background: #fff;
  border:1px solid #0c0749;
  transition: all 0.3s ease;
  font-size:15px;
   height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
  width: 25%;
}

@media screen and (max-width:768px) {
.menubtn a {
margin: 5px 5px;
  width: 40%;
 font-size:13px;
}
}

.menubtn a:hover{
  background: #0c0749;
  
  color: #fff;
}


.coating{
font-size:12px;
line-height:13px;
text-align:center;
}
.menulistbtn a:hover{
  color: #fff;
}

.menubtn a {
	list-style-type: none;
	color: #000;
	text-decoration: none;
	
}


.menubtn a:link,.menubtn a:visited,.menubtn a:active,{
  color: #000;
list-style-type: none;
text-decoration: none;
}

#body,#car,#glassfilm,#windglass,#coating,#room{
  background: #0c0749;
  border:1px solid #000;
  color: #fff;
}

.service img{
width:100%;
}

.servicecontents{
padding:30px 240px 30px 240px;
display:block;
}
@media screen and (max-width: 1300px) {
	.servicecontents{
padding:20px 60px 20px 60px;
}
	}

@media screen and (max-width: 750px) {
	.servicecontents{
padding:15px 20px 15px 20px;
}
	}
.servicecontents section{
display:block;
}
.servicecontents h1{
  font-size:30px;
  line-height: 1.4;
text-align: center;
  color: #0c0749;
position: relative;
margin:40px 0 100px 0;
}
@media screen and (max-width: 750px) {
.servicecontents h1{
font-size:20px;
margin:10px 0 30px 0;
}
	}
.servicecontents h1::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
  width: 50px;
  height: 4px;
  background: #0c0749;
}

@media screen and (max-width: 768px) {
.servicecontents h1::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #0c0749;
}
	}

.servicecontents p{
font-size:15px;
text-align: left;
}


@media screen and (max-width: 768px) {
.servicecontents p{
font-size:13px;
text-align: left;
}
}
.textweight{
font-weight:bold;
font-size:17px;
}

.servicecontents .attention{
font-size:14px;
}
@media screen and (max-width: 768px) {
.servicecontents .attention{
font-size:11px;
}
}
.servicecontents2,.servicecontents h3,.servicecontents h4{
  font-size:15px;
  line-height: 1.4;
text-align: left;
  position: relative;
  padding: 20px 10px 20px;
  margin: 50px 0 30px;
  color: #0c0749;
font-weight: bold; 
}
@media screen and (max-width: 768px) {
.servicecontents2,.servicecontents h3,.servicecontents h4{
font-size:15px;
  margin: 10px 0 10px;

}
	}
.servicecontents2::before,
.heading3_style::after,
.servicecontents2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

.servicecontents2::before {
  width: 180px;
  background: #0c0749;
  z-index: 2;
}


.servicecontents2::after {
  width: 100%;
  background: #d9dbe2;
  z-index: 1;
}
.servicecontents h4::after {
  width: 100%;
  background: #d9dbe2;
  z-index: 1;
}

.question{
text-align:center;
  position: relative;
font-size:18px;
font-weight: bold;
margin:40px;
color: #0c0749;
}
@media screen and (max-width: 750px) {
.question{
font-size:16px;
margin:10px;
}
	}
.question::before {
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url("../image/question.png") no-repeat;
	background-size:contain;
vertical-align:-0.5em;
}

.exclamation{
text-align:center;
  position: relative;
font-size:18px;
font-weight: bold;
margin:40px;
color: #0c0749;
}
@media screen and (max-width: 750px) {
.exclamation{
font-size:16px;
margin:10px;
}
	}
.exclamation::before {
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url("../image/exclamation.png") no-repeat;
	background-size:contain;
vertical-align:-0.5em;
}
.servicecontents .image1service{ 
text-align: center;
}
.image1service{
text-align: center;
margin-top:30px;
width:100%;
}

.image1service img{
width:60%;

}
@media screen and (max-width: 750px) {
.image1service img{
width:80%;

}
	}
.image11service{
text-align: center;
margin-top:30px;
width:100%;
}

.image11service img{
width:30%;
}
@media screen and (max-width: 750px) {
.image11service img{
width:50%;
}
	}

.image2service{
display: flex;
align-items: center;	
justify-content: center;
}
.image2service div{
padding:30px 10px 0;
width:30%;
}
.image2service div img{
width:100%;
}
@media screen and (max-width: 750px) {
.image2service div{
padding:30px 2px 0;
width:40%;
}
	}

.carflex{ 
display:flex; justify-content: center;
align-items: center;
  flex-wrap: wrap;
 width:100%
}
.carflex1{
flex-wrap: wrap;
 width:80%
}
.carflex2{
width:100px;
padding-left:20px;
}
.carflex2 img{
width:100px;

}
@media screen and (max-width: 768px) {
.carflex1{
align-items: center;
 width:100%
}
}
.carflex{ 
display:flex; justify-content: center;
align-items: center;
  flex-wrap: wrap;
 width:100%
}
.carflex1{
flex-wrap: wrap;
 width:80%
}
.carflex2{
width:100px;
padding-left:20px;
}
.carflex2 img{
width:100px;

}
@media screen and (max-width: 768px) {
.carflex1{
align-items: center;
 width:100%
}
}




.sanalia{ 
display:flex; justify-content: center;
align-items: center;
  flex-wrap: wrap;
 width:100%
}
.sanaliatext{
flex-wrap: wrap;
 width:80%
}
.carflex2{
width:100px;
padding-left:20px;
}
.sanaliaimg img{
width:100px;

}
@media screen and (max-width: 768px) {
.sanaliatext{
align-items: center;
 width:100%
}
}
.sanalia{ 
display:flex; justify-content: center;
align-items: center;
  flex-wrap: wrap;
 width:100%
}
.sanaliatext{
flex-wrap: wrap;
 width:50%
}
.sanaliaimg{
width:50%;
padding:0;
}
@media screen and (max-width: 768px) {
.sanaliaimg{
width:100%;
}
}
.sanaliaimg img{
width:100%;

}
@media screen and (max-width: 768px) {
.sanaliatext{
align-items: center;
 width:100%
}
}
/*ハイディーン*/
.premium img{
width:100%;
position:relative;
}


.premium {
margin:50px 30px 30px 0;
position:relative;
display:inline-block;
width:100%;
}

.rp_plus {
  position:absolute;
  padding: 5px;  
  left:10px;
  top:0;
}
.rp_plus img{width: 36px; height: auto;}
/*サービステーブル*/

.scroll{
  display:table;
table-layout: fixed;


}
.servicetable{
border-collapse: collapse;
display:table;
margin:40px 0 10px;
table-layout: fixed;
width:100%;
}
.importedname{
padding:0 20px;
}
.scroll {
border-collapse: collapse;
display: block;
margin:20px 0;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
}
.scroll th,.scroll td,.servicetable th,.servicetable td{
border-collapse: collapse;
font-size:15px;

}

.servicetable th,.servicetable td,.scroll th,.scroll td {
 height:20px;
  border: 1px solid #ccc;
  line-height: 1.5;

}



.scroll tr th:nth-of-type(1) {
 width:30px;
}
.scroll tr th:nth-of-type(2) {
 width:160px;
}
.scroll  tr th:nth-of-type(3) {
 width:160px;
}
.scroll tr th:nth-of-type(4) {
 width:160px;
}
.scroll  tr th:nth-of-type(5) {
 width:160px;
}
.scroll  tr th:nth-of-type(6) {
 width:160px;
}
.scroll  tr th:nth-of-type(7) {
 width:160px;
}
.scroll  tr th:nth-of-type(8) {
 width:160px;
}
.scroll  tr th:nth-of-type(9) {
 width:160px;
}

.scroll tr:nth-of-type(2) {
height:100px;
  background: #f5f5f5;
}
.scroll tr:nth-of-type(3) {
height:100px;
  background: #f5f5f5;
}
.scroll tr:nth-of-type(4) {
height:100px;
}
.scroll tr:nth-of-type(5) {
height:100px;
}
.scroll tr:nth-of-type(6) {
height:100px;
  background: #f5f5f5;
}
.scroll tr:nth-of-type(7) {
height:100px;
  background:#f5f5f5;
}
.scroll tr:nth-of-type(8) {
height:100px;
}
.scroll tr:nth-of-type(9) {
height:100px;
}
.scroll tr:nth-of-type(10) {
height:100px;
  background: #f5f5f5;
}
.scroll tr:nth-of-type(11) {
height:100px;
  background:#f5f5f5;
}












.scroll2 {
width:100%;
border-collapse: collapse;
  display: block;
margin:20px 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
white-space: nowrap;
}

.scroll2 th,.scroll2 td{
border-collapse: collapse;
font-size:15px;
 height:20px;
  border: 1px solid #ccc;
  line-height: 1.5;
}

.scroll2 th{ 
  padding: 10px;
  font-weight: bold;
  vertical-align:middle;
  background: #000;
  color: #ffffff;
font-size:15px;
 z-index:9;
}
.scroll2 td{
  padding: 10px;
  vertical-align: center;
}
.scroll2 tr th:nth-of-type(1) {
 width:20px;
}
.scroll2 tr th:nth-of-type(2) {
  width:187px;
}
.scroll2  tr th:nth-of-type(3) {
  width:187px;
}
.scroll2 tr th:nth-of-type(4) {
  width:187px;
}
.scroll2  tr th:nth-of-type(5) {
  width:187px;
}
.scroll2  tr th:nth-of-type(6) {
  width:187px;
}
.scroll2  tr th:nth-of-type(7) {
 width:150px;

}
.scroll2  tr th:nth-of-type(8) {
 width:150px;

}
.scroll2 tr:nth-of-type(2) {
  height:100px;
  background: #f5f5f5;

}
.scroll2 tr:nth-of-type(3) {
height:100px;
  background: #f5f5f5;

}
.scroll2 tr:nth-of-type(4) {
  height:100px;
}
.scroll2 tr:nth-of-type(5) {
height:100px;
}
.scroll2 tr:nth-of-type(6) {
height:100px;
  background: #f5f5f5;

}
.scroll2 tr:nth-of-type(7) {
height:100px;
  background:#f5f5f5;

}
.scroll2 tr:nth-of-type(8) {
  height:100px;
}
.scroll2 tr:nth-of-type(9) {
height:100px;
}
.scroll2 tr:nth-of-type(10) {
height:100px;
  background: #f5f5f5;

}
.scroll2 tr:nth-of-type(11) {
height:100px;
  background:#f5f5f5;

}

.nameheight {
 height:70px;

}
.servicetable{
text-align:center;
}
.servicetable th,.scroll th{ 
  padding: 10px;
  font-weight: bold;
  vertical-align:middle;
  background: #000;
  color: #ffffff;
font-size:15px;
 z-index:9;
}

@media screen and (max-width: 768px) {
.servicetable th,.scroll th{ 
  padding: 3px 5px 3px 5px;
font-size:13px;
}
}
@media screen and (min-width:1800px) {
.servicetable th,.scroll th{ 
  padding: 3px 5px 3px 5px;
font-size:15px;
}
}

.heading{
  width: 30%;
}

.servicetable td,.scroll td{
  padding: 10px;
  vertical-align: center;
}
.cartable tr:nth-of-type(2) {
height:70px;
}
.cartable tr:nth-of-type(3) {
height:70px;
}
.cartable tr:nth-of-type(4) {
height:70px;
}
.cartable tr:nth-of-type(5) {
height:70px;
}
.cartable tr:nth-of-type(6) {
height:70px;
}
.cartable tr:nth-of-type(7) {
height:70px;
}
.right {text-align:right;}

 .righttext{float: right;}
/*サービステーブル*/


/*ここまでサービス内容*/

/*-------------------news-------------------*/

.news_line {
	display: block;
	max-width: 900px;
	width: 90%;
	height: 2px;
	background-color: #d9dbe2;
	margin: 2px auto;
}

.news_entry_wrap {
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}
.news_wrap {
	max-width: 900px;
	width: 90%;
	margin: 8px auto;
	display: block;
	padding: 2px;
	position: relative;
	border:0 solid #fff;
	outline: none;
	transition: all .3s;
}
.news_wrap::before,
.news_wrap::after {
	position: absolute;
	top: -5px;
	right: 0px;
	bottom: -5px;
	left: 0px;
	z-index: 2;
	content: '';
	transition: all .5s;
}
.news_wrap::before {
	border-top: 5px solid #d9dbe2;
	border-bottom: 5px solid #d9dbe2;
	transform: scale(0, 1);
}
.news_wrap::after {
	border-right: 5px solid #d9dbe2;
	border-left: 5px solid #d9dbe2;
	transform: scale(1, 0);
}
.news_wrap:hover {
	color: #d9dbe2;
}
.news_wrap:hover::after,
.news_wrap:hover::before {
	transform: scale(1);
}
a.news_wrap:link,
a.news_wrap:visited,
a.news_wrap:hover,
a.news_wrap:active {
	color: inherit;
}
.news_detail {
	display: flex;
	justify-content: start;
}
.news_date {
	height: 25px;
	width: 180px;
	line-height: 25px;
	text-align: center;
}
.arrow_wrap {
	height: 25px;
	width: 35px;
	display: flex;
	justify-content: center;
}
.arrow {
	height: 25px;
	width: 15.625px;
	background-color: #0c0749;
	clip-path: polygon(40% 0, 100% 50%, 40% 100%, 0% 100%, 60% 50%, 0% 0%);
}
.arrow_center {
	margin: 0 -6px;
}
.news_type {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	padding: 2.5px 0 0 35px;
}
.news_outline {
	margin: 12px 0 0 0;
	padding: 0 0 0 250px;
	font-weight: 400;
	word-break: break-all;
}
#news_pager_wrap {
	display: flex;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	justify-content: center;
}
.news_pager {
	display: block;
	height: 50px;
	border: 1px solid #0c0749;
	margin: 0 10px;
	padding: 0 30px;
	font-size: 18px;
	border-radius: 2px;
	text-align: center;
	line-height: 50px;
	color: #0c0749;
	background-color: #ffffff;
	transition: all 0.3s ease 0s;
}
a.news_pager:hover {
	color: #ffffff;
	background-color: #0c0749;
}
/*responsive***************************/
@media screen and (max-width: 768px) {
	/* 画面が768px以下 */
	.news_date {
		min-width: 110px;
		width: 110px;
		font-size: 16px;
	}
	.news_type{
		font-size: 18px;
		padding-left: 15px;
	}
	.news_outline {
		margin: 8px 0 0 0;
		padding: 0 0 0 160px;
		font-size: 14px;
	}
}
@media screen and (max-width: 450px) {
.news_wrap::before {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	transform: scale(0, 1);
}
.news_wrap::after {
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	transform: scale(1, 0);
}
}
