﻿@charset "utf-8";

/*
Theme Name: テーマ
Version 1.0
*/ 

@import "base.css";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

body{
	padding: 0;
	font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size: 15px;
	color: #333333;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	padding: 0;
	width: 100%;
}

/*　header　
----------------------------------------------------------*/
header{
	width: 100%;
	height: 450px;
	background-color: #333333;
	background-position: center top;
	background-repeat: no-repeat;
}
#header{
	width: 100%;
	color: #ffffff;
}
#header a{
	color: #ffffff;
}
.h_inner{
	max-width: 1160px;
	height: 100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.logo{
	font-size: 28px;
	font-weight: bold;
	line-height: 100px;
}
.logo img{
	margin-right: 10px;
	margin-bottom: 38px;
}
.nav ul{
	height: 40px;
	padding-top: 30px;
	display: flex;
	justify-content: space-evenly;
}
.nav ul li{
	width: 118px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	position: relative;
}
.nav ul li.active,
.nav ul li:hover{
	border-bottom: 1px solid #ffffff;
}
.nav ul li ul{
	display: none;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul li:hover ul li{
	width: 100%;
	height: 45px;
	background-color: rgba(255,255,255,0.8);
	color: #1a1a1a;
	line-height: 45px;
	position: absolute;
	top: 100%;
	margin: 0;
}
#header .nav ul li:hover ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
}

#ttl{
	max-width: 860px;
	height: calc(100% - 100px);
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.top #ttl{
	max-width: 1160px;
	height: calc(100% - 170px);
	padding-bottom: 70px;
}
#ttl .sub{
	font-style: italic;
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
	margin-top: 10px;
}
#ttl .sub_txt{
	max-width: 520px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 30px;
}

.sp_menu{
	display: none;
}


/*　footer　
----------------------------------------------------------*/
#footer{
	width: 100%;
	background: linear-gradient(180deg, #db5a1b, #db1c24);
	color: #ffffff;
}
#footer a{
	color: #ffffff;
}
.f_inner{
	max-width: 1160px;
	margin: 0 auto;
	padding: 30px 0 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.f_nav{
	width: 360px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.f_nav ul{
	width: 50%;
}
.f_nav ul li{
	font-size:16px;
	line-height: 2.8;
}
.f_nav ul li:before{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	content: '';
	margin-right: 5px;
}
/*
.f_nav ul li.sub_has:before{
	margin-right: 2px;
}
*/
.f_nav ul li .sub{
	font-size: 15px;
	text-indent: 1em;
	line-height: 2.8;
}
.f_nav ul li .sub:before{
	content: '・';
}
.f_info .name{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.f_info .name a{
	color: #ffffff;
}
.f_info .name img{
	margin-right: 10px;
	margin-bottom: 13px;
}
#copyright{
	width: 100%;
	height: 60px;
	background-color: #1a1a1a;
	color:#ffffff;
	text-align: center;
	line-height: 60px;
}
#pagetop{
	border: 1px solid #ffffff;;
	box-sizing: border-box;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*　main　
----------------------------------------------------------*/
a:hover{
	text-decoration:none;	
}
.aaa{
	text-decoration:none;	
	filter:alpha(opacity=70); /* IE 6と7*/ 
	-ms-filter: "alpha(opacity=70)"; /* IE 8と9 */ 
	-moz-opacity:0.7; /* Firefox , Netscape */ 
	-khtml-opacity: 0.7; /* Safari 1系 */ 
	opacity:0.7; 
	zoom:1; /*IE*/ 
}

img{
	max-width: 100%;
	height: auto;
}
.img{
	text-align: center;
}

#main{
	padding: 70px 0 150px;
}
.top #main{
	padding: 0;
	position: relative;
}
.business #main{
	padding-bottom: 0;
}

article{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
section{
	max-width: 1160px;
	margin: 0 auto;
}

.pc800{
	display: inline-block;
}
.sp800{
	display: none;
}

.red{
	color: #ff0000;
}

#product01,
#product02,
#product03,
#message01,
#message02,
#message03{
	margin-top: -60px;
	padding-top: 60px;
}

/*　ttl
----------------------------------------------------------*/
.company .ttl01{
	margin-bottom: 50px;
}
.ttl01_sub{
	font-style: italic;
	color: #db1c24;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.ttl01_sub:after {
	display: block;
	width: 30px;
	border-top: 1px solid;
	content: "";
	margin-left: 1rem;
}
.ttl02{
	background-image: url(../img/common/ttl_img.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #db1c24;
	font-size: 28px;
	font-weight: bold;
	line-height: 33px;
	margin:70px 0 20px;
	padding-left: 40px;
}
.ttl02_txt{
	padding-left: 40px;
}
.ttl03{
	min-height: 33px;
	background-image: url(../img/common/ttl_img.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 28px;
	line-height: 33px;
	margin-bottom: 10px;
	padding-left: 40px;
}
.business .ttl03{
	background-size: 28px auto;
	color: #1a1a1a;
	font-size:24px;
	font-weight: bold;
	line-height: 28px;
}
.company .ttl03{
	font-weight: bold;
}
.ttl04{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 1em;
}
.recruit .ttl04{
	color: #db1c24;
	margin-bottom: 60px;
}
.message .ttl04{
	margin-bottom: 70px;
}
.ttl04:before {
	display: inline-block;
	width: 100px;
	height: 3.5px;
	background-color: #db1c24;
	content: '';
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -8px;
  }
.message .ttl04:before{
	  bottom: -25px;
}
.ttl04 span{
	color: #db1c24;
}
.ttl04 span .size{
	font-size: 45px;
}
.ttl05{
    display: inline-block;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	margin-bottom: 1em;
}
.ttl05:before {
	display: inline-block;
	width: 120px;
	height: 2px;
	background-color: #db1c24;
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
  }
.ttl05 span{
	color: #db1c24;
}

/*　table
----------------------------------------------------------*/
table.table01{
	width: 100%;
	border-top: 1px solid #333333;
	margin: 0 auto;
}
.company table.table01{
	max-width:1000px;
}
.recruit table.table01{
	max-width:800px;
}
table.table01 th,
table.table01 td{
	border-bottom: 1px solid #333333;
}
table.table01 th{
	width: 84px;
	background-color: #f2f2f2;
	color: #333333;
	font-weight: bold;
	vertical-align: top;
	padding: 20px 40px;
}
table.t01 th{
	text-align:justify;
	text-align-last:justify;
	text-justify: inter-ideograph;
}
table.t02 th{
	text-align: left;
}
table.table01 td{
	padding: 20px 40px;
}
ol.t03{
	width: calc(100% - 80px);
	max-width: 920px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px 40px;
}
ol.t03 li{
	width: 33%;
	line-height: 2.5;
}
.company table.t01{
	margin-bottom: 100px;
}
.company table.t02{
	margin-bottom: 100px;
}

/*　btn　
----------------------------------------------------------*/
.btn01{
	display: block;
	width: 250px;
	height: 60px;
	background: url(../img/common/btn01_img.png) , linear-gradient(270deg, #db5a1b, #db1c24);
	background-position: left top;
	background-repeat: no-repeat;
	border:1px solid #db1c24;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
}
.business00 .box .btn01{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
}
#recruit01 .btn01{
	margin-top: 70px;
}
.btn01:hover{
	background: #ffffff;
	color: #db1c24;
}
.btn01 a{
	display: block;
	color: #ffffff;
}
.btn01:hover a{
	display: block;
	color: #db1c24;
}
.btn02{
	width: 250px;
	height: 60px;
	background-color: #ffffff;
	background-image: url(../img/common/btn02_img.png);
	background-position: left top;
	background-repeat: no-repeat;
	border:1px solid #ffffff;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
}
.btn02:hover{
	background-image: none;
	background: linear-gradient(270deg, #db5a1b, #db1c24);
}
.btn02 a{
	display: block;
	color: #db1c24;
}
.btn02:hover a{
	display: block;
	color: #ffffff;
}

/*　ul　
----------------------------------------------------------*/
/*　横2　*/
ul.rows02{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.rows02 li{
	width:49%;
	max-width:940px;
	margin-bottom: 70px;
}
ul.rows02 li:nth-child(2){
	width: 48%;
	padding: 30px 0 0 1%;
}

/*　横3　*/
ul.rows03{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.business ul.rows03{
	margin-top:20px;
}
.product ul.rows03{
	margin-bottom: 30px;
}
.recruit ul.rows03{
	max-width: 530px;
	margin: 0 auto;
	position: relative;
}
.product ul.rows03 li{
	width: 31.38%;
	max-width: 364px;
	margin-top: 50px;
}
.recruit ul.rows03 li{
	width: 30%;
    border: 2px solid #db5a1b;
    border-image: linear-gradient(to right,  #db1c24 , #db5a1b);
	border-image-slice: 1;
	box-sizing: border-box;
	text-align: center;
	padding-top: 30%;
	position: relative;
}
ul.rows03 li .ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
ul.rows03 li .ttl.size{
	font-size: 18px;
}
ul.rows03 li .ttl:after{
	display: block;
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left, #db1c24 0%, #db5a1b 100px, #cccccc 100px, #cccccc 100%);
	background: -moz-linear-gradient(left, #db1c24 0%, #db5a1b 100px, #cccccc 100px, #cccccc 100%);
	background: linear-gradient(to right, #db1c24 0%, #db5a1b 100px, #cccccc 100px, #cccccc 100%);
	content: "";
}
ul.rows03 li .ttl span{
	font-size: 12px;
}
ul.rows03 li .ttl_b{
	font-size: 18px;
	font-weight: bold;
}
ul.rows03 li .txt{
	margin-top: 10px;
}
.recruit ul.rows03 li p{
	width: calc(100% - 30px);
	height: calc(94% - 15px);
	background: -webkit-linear-gradient(left, #db1c24 , #db5a1b);
	background: -moz-linear-gradient(left, #db1c24 , #db5a1b);
	background: linear-gradient(to right, #db1c24 , #db5a1b);
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 5% 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
}
.rows03_txt{
	font-size: 16px;
	margin-bottom: 100px;
}
.rows03_txt p{
	font-size: 20px;
	font-weight: bold;
}
.rows03_txt ol{
	width: 100%;
}
.rows03_txt ol li{
	text-indent: -1em;
	padding-left: 2em;
}
.rows03_txt ol.side03 li{
	display: inline-block;
	width: 25%;
}
.rows03_txt ol.side03 li:nth-child(3n){
	width: auto;
}
.rows03_txt ol li:before{
	content: '・';
}

/*　横2　下点線　*/
ul.bottom_line{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
ul.bottom_line li{
	border-bottom: 1px dashed #1a1a1a;
	padding: 50px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.bottom_line li:nth-child(2n+1){
	width: 45%;
	padding-right: 10%;
}
ul.bottom_line li:nth-child(2n){
	width: 45%;
}
#business01 ul.bottom_line li:last-child{
	width: 100%;
	border-bottom: none;
	margin-right: 0;
	padding-right: 0;
}
ul.bottom_line li .box{
	width: calc(95% - 75px);
	margin-left: 5%;
}
.business ul.bottom_line li .box{
	width: calc(95% - 95px);
}
.business ul.bottom_line li:last-child .box{
	width: calc(97.5% - 95px);
	margin-left: 2.5px;
}
ul.bottom_line li .img{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
ul.bottom_line li .txt01{
	width: 286px;
	font-weight: bold;
}

/*　arrange
----------------------------------------------------------*/
.arrange{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reverse{
	flex-flow: row-reverse;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  index.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.top header{
	height: 720px;
	background-image: url(../img/top/ttl_bg.jpg);
}
.box_img section{
	padding: 70px 0;
	position: relative;
}
.box_img .box{
	width: 605px;
	height: 347px;
	background-image: url(../img/top/top13_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 50px 70px;
	position: absolute;
}
.box_img .btn01{
	position: absolute;
	left: 50px;
	bottom: 70px;
}
.box_img .btn01a{
	left: auto;
	right: 55px;
}
#top01 .box{
	left: 0;
	top: -70px;
}
#top01 .img{
	width: 1330px;
	text-align: right;
}
#top03 .box{
	right: 0;
	bottom: -70px;
}
#top03 .img{
	text-align: left;
	margin-left: -170px;
}

.index_ttl{
	width: 240px;
	height: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 50px;
	padding-top: 30px;
}
.bg .index_ttl{
	margin: 0 auto 50px;
}
#top01 .index_ttl{
	background-image: url(../img/top/top01_ttl.png);
	color: #1a1a1a;
}
#top02 .index_ttl{
	background-image: url(../img/top/top02_ttl.png);
}
#top03 .index_ttl{
	background-image: url(../img/top/top03_ttl.png);
	color: #1a1a1a;
}
#top04 .index_ttl{
	background-image: url(../img/top/top04_ttl.png);
}
#top05 .index_ttl{
	background-image: url(../img/top/top05_ttl.png);
}

.index_txt{
	max-width: 620px;
	color: #ffffff;
	text-align: center;
	margin: 40px auto 0;
}
#top02 .index_txt{
	font-weight: bold;
}
.index_txt p{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}

.top .bg{
	background-position: center top;
	background-repeat: no-repeat;
}
.bg section{
	padding-top: 50px;
}
#top02.bg{
	height: 635px;
	background-image: url(../img/top/top02_bg.jpg);
}
#top04.bg{
	background-image: url(../img/top/top04_bg.jpg);
}
#top05.bg{
	height: 600px;
	background-image: url(../img/top/top05_bg.jpg);
}

#top04.bg section{
	padding: 120px 0 150px;
}
#top04.bg .btn02{
	margin: 70px auto 0;
}
#top04 ul{
    margin-bottom: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#top04 ul li{
	position: relative;
}
#top04 ul li .ttl{
	width: 270px;
	height: 40px;
	background-image: url(../img/top/top04_num.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#top04 ul li .ttl .office{
	text-align: right;
	line-height: 20px;
}
#top04 ul li .ttl .name{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
}
#top05 ul{
	border: 1px solid #ffffff;
	margin-top: 120px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#top05 ul li{
	width: 40%;
	color: #ffffff;
	text-align: center;
	padding: 50px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top05 ul li .tel{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	margin-top:15px;
}
#top05 ul li .btn01{
	font-size: 30px;
	font-weight: bold;
	margin-top: 25px;
}

/*　slide
----------------------------------------------------------*/
ul.slide{
	margin: 40px 0;
}
ul.slide li{
	margin: 0 15px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  business.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.business header{
	background-image: url(../img/business/ttl_bg.jpg);
}
#business0a section{
	position: relative;
	padding-bottom: 100px;
}
#business0a .txt{
	width:48%;
	margin-top: 50px;
}
#business0a .img{
	position: absolute;
	right: 0;
	top: 30px;
	bottom: 0;
	margin: auto;
}
#business0a .flow_img{
	margin-top: 50px;
}
#business0b{
	background-image: url(../img/business/business0b_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#business0b section{
	padding-top: 30px;
	position: relative;
}
#business0b .icon{
	position: absolute;
	top: 15px;
	left: 58%;
}
#business0b .txt{
	text-align: center;
	margin-top: 40px;
}
#business0b ul{
	width: 90%;
	margin: 50px auto 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#business0b ul li{
	background-position: center bottom , top right;
	background-repeat: no-repeat;
	color: #db1c24;
	font-size: 22px;
	font-weight: bold;
	margin: 0 20px 50px;
}
#business0b ul li:hover{ margin: 0 20px 45px; }
#business0b ul li a{
	display: inline-block;
	padding: 10px 30px 30px 0;
}
#business0b ul li a:hover{ padding: 10px 30px 35px 0; }
#business0b ul li:nth-child(1){
	background-image: url(../img/business/business0b_sign.png) , url(../img/business/business0b_num01.png);
}
#business0b ul li:nth-child(2){
	background-image: url(../img/business/business0b_sign.png) , url(../img/business/business0b_num02.png);
}
#business0b ul li:nth-child(3){
	background-image: url(../img/business/business0b_sign.png) , url(../img/business/business0b_num03.png);
}
#business0b ul li:nth-child(4){
	background-image: url(../img/business/business0b_sign.png) , url(../img/business/business0b_num04.png);
}
#business0b ul li:nth-child(5){
	background-image: url(../img/business/business0b_sign.png) , url(../img/business/business0b_num05.png);
}
#business0b ul li a{
	color: #db1c24;
}
.business00{
	background-position: right top 180px;
	background-repeat: no-repeat;
}
#business01{
	background-image: url(../img/business/business01_bg.png);
}
#business02{
	height: 980px;
	background-image: url(../img/business/business02_bg.png) , url(../img/business/business24_bg.png);
	background-position: left top 280px , center center;
}
#business03{
	background-image: url(../img/business/business03_bg.png);
	padding-bottom: 200px;
}
#business04{
	height: 1483px;
	background-image: url(../img/business/business04_bg.png) , url(../img/business/business44_bg.png);
	background-position: left top 280px , center center;
}
#business05{
	background-image: url(../img/business/business05_bg.png);
	padding-bottom: 200px;
}
.business00 .arrange{
	padding-top: 80px;
}
#business02 .arrange,
#business04 .arrange{
	padding-top: 180px;
}
#business04 .arrange{
	padding-bottom: 200px;
}
.business00 .box{
	width: 43%;
	position: relative;
}
.business00 .box .num{
	margin-bottom: 30px;
}
.business00 .arrange .img{
	width: 50%;
}
section.business10{
	margin-top: 100px;
}
.business10 ul li{
	width: 32%;
	max-width: 370px;
}
.elec{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.elec .img{
	margin-right: 30px;
}
.elec .txt{
	max-width: 550px;
	padding-top: 20px;
	position: relative;
}
.elec .btn01{
	position: absolute;
	left: 0;
	bottom: 20px;
	margin: 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  product.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.product header{
	background-image: url(../img/product/ttl_bg.jpg);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  company.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.company header{
	background-image: url(../img/company/ttl_bg.jpg);
}
#company01{
	background-image: url(../img/company/company01_bg.png);
	background-position: right top 80%;
	background-repeat: no-repeat;
}
#company01 .img{
	margin-bottom: 100px;
}
#company01 .txt{
	max-width: 1000px;
	text-align: right;
	margin: 5px auto 100px;
}
#company02 .info{
	margin-top: 30px;
}
#company02 .map{
	width: 100%;
	height: 550px;
}
#company02 .map.head{
	margin-bottom: 70px;
}

.download{
	width: 270px;
	height: 110px;
	background: linear-gradient(270deg, #db5a1b, #db1c24);
	text-align: center;
	margin: -20px 0 -150px;
	padding: 30px 15px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 100%;
}
.download p{
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  recruit.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.recruit header{
	background-image: url(../img/recruit/ttl_bg.jpg);
}
.recruit .txt{
	max-width: 770px;
	margin: 60px auto;
}
#recruit01{
	background-image: url(../img/recruit/recruit01_bg.png);
	background-position: right bottom 130px;
	background-repeat: no-repeat;
	margin-bottom: 150px;
}
#recruit02{
	height: 807px;
	background-image: url(../img/recruit/recruit02_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom:100px;
}
#recruit02 section{
	padding-top: 50px;
}
#recruit02 ul{
	height: 70px;
	display: flex;
	justify-content: center;
	margin: 30px auto;
}
#recruit02 ul li{
	height: 70px;
	line-height: 70px;
	padding: 0 50px;
}
#recruit02 ul li:nth-child(1){
	width: 84px;
	background-image: url(../img/recruit/recruit02_ttl.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align:justify;
	text-align-last:justify;
	text-justify: inter-ideograph;
}
#recruit02 ul li:nth-child(2){
	width: 616px;
	background-color: #ffffff;
	border:1px solid #db1c24;
	box-sizing: border-box;
}
#recruit03 ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#recruit03 ul li{
	width: 25%;
}
.rec_no {
	max-width: 371px;
	margin: 20px auto 60px;
	text-align: center;
	border: solid #FF0004 1px;
	color: #FF0004;
	padding: 20px 30px;
	font-size: 20px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  message.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.message header{
	background-image: url(../img/message/ttl_bg.jpg);
}
.message article{
	padding-bottom: 100px;
}
.message .arrange{
	margin-top: 50px;
}
.message .img{
	width: 50%;
	text-align: right;
}
.message .reverse .img{
	text-align: left;
}
.message .box{
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.message .box_bg{
	width: calc(50% - 50px);
	background-image: url(../img/message/message_bg01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 60px;
}
.message .reverse .box_bg{
	background-image: url(../img/message/message_bg02.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 50px;
}
.message .info{
	width: calc(100% - 130px);
	background: linear-gradient(270deg, #db5a1b, #db1c24);
	color: #ffffff;
	margin-left: 50px;
	padding: 70px 40px;
}
.message .reverse .info{
	text-align: right;
	margin-left: 0;
	margin-right: 50px;
}
.message .info .name{
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0 20px;
}
.message .info .name span{
	display: inline-block;
	font-size: 16px;
	margin-right: 15px;
}
.message .txt{
	width: 100%;
	max-width:530px;
	float: left;
}
.message .reverse .txt{
	float: right;
	margin-left: auto;
}
.message .txt p{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  contact.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact header{
	background-image: url(../img/contact/ttl_bg.jpg);
}
.contact_ttl{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
#mail .contact_ttl{
	color: #db1c24;
}
.contact_txt{
	text-align: center;
	margin: 10px 0 30px;
}
.contact_txt a{
	color: #ff0000;
}
#tel{
	height: 550px;
	background-image: url(../img/contact/tel_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #ffffff;
	padding-top: 50px;
}
.contact_box{
	max-width: 580px;
	border: 1px solid #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}
.contact_box p{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.contact_box p .tel{
	font-size: 34px;
}
.contact_box .fax{
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
table.mail_form{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
table.mail_form th,
table.mail_form td{
	width:100%;
	float:left;
}
table.mail_form th span{
	color: #ff0000;
	margin-left: 10px;
}
table.mail_form td{
	padding-bottom: 15px;
}
.input,
.area{
	width: calc(100% - 20px);
	background-color: #f2f2f2;
	border: none;
	border-radius: 5px;
	font-size: 15px;
}
.input{
	height: 36px;
	padding: 0 10px;
}
.area{
	height: 280px;
	padding: 10px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  privacy.html
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.privacy header{
	background-image: url(../img/privacy/ttl_bg.jpg);
}
.privacy section{
	max-width: 860px;
	margin: 0 auto;
}
.privacy .info{
	margin-top: 10px;
}
.privacy .txt{
	margin-bottom: 50px;
}

@media screen and (max-width:1330px) {
    #top01 .img{
		width: 100%;
	}
	#top03 .img{
		margin-left: 0;
	}

}

@media screen and (max-width:1160px) {

    /*　header
    ----------------------------------------------------------*/
    .h_inner{
		width: calc(100% - 20px);
	}
	.nav ul li{
		width: 90px;
	}
	.logo{
		font-size: 24px;
	}
	.logo img{
		margin-right: 5px;
	}

    /*　footer
    ----------------------------------------------------------*/
	.f_inner{
		width: 90%;
	}

    /*　main
    ----------------------------------------------------------*/
    section{
		width: 90%;
	}

    /*　ttl
    ----------------------------------------------------------*/
	.top #ttl{
		width: 90%;
	}

    /*　table
    ----------------------------------------------------------*/
    ol.t03 li{
		width: 50%;
	}

    /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      index.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.box_img .box{
		height: auto;
	}
	.box_img .btn01{
		position: static;
		margin-top: 20px;
	}
	#top01 .index_ttl,
	#top03 .index_ttl{
		margin-bottom: 20px;
	}
	#top01 .img{
		padding-top: 20%;
	}
	#top03 .img{
		padding-bottom: 20%;
	}
	#top01 .img img,
	#top03 .img img{
		width: 80%;
		max-width: 100%;
	}
	#top04 ul li .ttl{
		width: calc(100% - 30px);
	}

    /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      business.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	#business0a .img{
		width: 36%;
		display: flex;
		align-items: center;
	}
	#business0b ul{
		width: 100%;
	}
	#business0b ul li{
		margin: 0 2% 50px;
	}
	.business00 .box .btn01{
		position: static;
		margin-top: 20px;
	}
	#business01,
	#business03,
	#business05{
		background-image: none;
		padding-bottom: 80px;
	}
	#business02,
	#business04{
		height: auto;
		background-position: center center;
		padding-bottom: 80px;
	}
	#business02{
		background-image: url(../img/business/business24_bg.png);
	}
	#business04{
		background-image: url(../img/business/business44_bg.png);
		background-size: auto 200%;
	}
	#business02 .arrange,
	#business04 .arrange{
		padding-top: 80px;
	}
	#business04 .arrange{
		padding-bottom: 0;
	}
	section.business10{
		margin-top: 50px;
	}

    /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      product.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.rows03_txt ol.side03 li,
	.rows03_txt ol.side03 li:nth-child(3n){
		width: calc(100% - 3em);
	}
	.elec .txt{
		padding-top: 0;
	}
	.elec .txt .btn01{
		position: static;
		margin: 20px 0 0;
	}
	
    /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      company.html
    　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	#company01{
		background-image: none;
	}

    /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      message.html
    　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.message .box_bg{
		width: calc(50% - 40px);
		padding: 20px;
	}
	.message .reverse .box_bg{
		padding: 20px;
	}
	.message .txt p{
		margin-bottom: 0;
	}

}

@media screen and (max-width:960px) {

    /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      business.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	#business0a .img{
		width: 36%;
		display: flex;
		align-items: center;
	}
	#business0b ul{
		width: 100%;
	}
	#business0b ul li{
		width: 20%;
	}


	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      message.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.message .arrange.second{
		display: block;
	}
	.message .second .img{
		width: 100%;
	}
	.message .second .box_bg{
		width: 90%;
		padding: 5%;
	}
	.message .txt{
		max-width: 100%;
	}

}

@media screen and (max-width:900px) {

	/*　footer
    ----------------------------------------------------------*/
	.f_inner{
		display: block;
	}
	.f_nav{
		width: 100%;
		margin-bottom: 30px;
	}

	/*　ttl
    ----------------------------------------------------------*/
	#ttl{
		width: 90%;
		height: calc(100% - 60px);
	}

}

@media screen and (max-width:800px) {

    /*　header　
	----------------------------------------------------------*/
    header{
		height: auto;
		background-size: 150% auto;
	}
	.top header{
		height: auto;
		background-size: cover;
	}
    #ttl{
		margin-top: 60px;
		padding: 10% 0;
	}
	#ttl img{
		width: auto;
		height: 24px;
	}
	.top #ttl{
		margin-bottom: 15vh;
		padding-bottom: 50%;
		position: relative;
	}
	.top #ttl .ttl{
		position: absolute;
		bottom: 20px;
	}
	.top #ttl img{
		width: 99%;
		height: auto;
	}
	#ttl .sub{
		font-size: 14px;
		line-height: 1;
	}
	#ttl .sub_txt{
		max-width: 100%;
		color: #333333;
		margin: 20px 0;
		position: absolute;
		top: 100%;
	}

	.h_inner{
		display: none;
	}
    .sp_menu{
		background-color: #ffffff;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		z-index: 999;
	}
	.sp_logo{
		font-size: 21px;
		font-weight: bold;
		padding-left: 10px;
	}
	.sp_logo img{
		height: 18px;
		margin-right: 10px;
		margin-bottom: 11px;
	}
	#header .sp_logo a{
		color: #1a1a1a;
	}
	.sp_btn{
        height: 60px;
        width: 60px;
        border-radius: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        transition: all 1s ease;
        background-color: #000;
        cursor: pointer;
    }
	ul.menu{
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 999;
        display: none;
    }
    ul.menu>li.has_sub{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    ul.menu>li{
        float: left;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ffffff;
        position: relative;
    }
    ul.menu>li>a{
		background-color: #1a1a1a;
        color: #ffffff;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.menu>li:last-child{
        border-bottom: 0;
    }
    ul.menu>li.has_sub>a{
        position: relative;
        width: calc(100% - 81px);
    }
    ul.sub_menu{
        width: 100%;
        display: none;
    }
    ul.sub_menu>li{
        float: left;
        width: 100%;
        border-bottom: 1px dotted #000;
    }
    ul.sub_menu>li>a{
		display: block;
		background-color: #ffffff;
        padding-top: 12px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 12px;
	}
	#header ul.sub_menu>li>a{
		color: #1a1a1a;
	}
    ul.sub_menu>li:last-child{
        border-bottom: 0;
	}
	span.click_sp01{
        width: 51px;
		height: 49px;
		background-color: #1a1a1a;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content:center;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
        position: relative;
    }
    span.click_sp01::before{
        content: '+';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content:center;
        cursor: pointer;
        font-weight: bold;
        text-align: center;
    }
    span.click_sp01.active::before{
        content: '－';
    }
    .toggle-btn {
        height: 2px;
        width: 25px;
        background-color: #fff;
        position: relative;
        top: 50%;
        left: 0;
        margin: auto;
        transition: all 0.3s ease-in-out;
    }
    .toggle-btn:before {
        content: "";
        height: 2px;
        width: 25px;
        box-shadow: 0 -10px 0 0 #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .toggle-btn:after {
        content: "";
        height: 2px;
        width: 25px;
        box-shadow: 0 10px 0 0 #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    /*　footer
	----------------------------------------------------------*/
	.company footer{
		margin-bottom: 50px;
	}
	.f_inner{
		padding: 30px 0;
	}
	.f_nav{
		margin-bottom: 20px;
	}
	.f_nav ul li{
		font-size: 14px;
		line-height: 2.4;
	}
	.f_nav ul li::before {
		width: 12px;
		height: 12px;
	}
	.f_nav ul li .sub{
		font-size: 13px;
	}
	.f_info .name{
		font-size: 18px;
		margin-bottom: 0;
	}
	.f_info .name img{
		height: 16px;
		margin-right: 5px;
		margin-bottom: 9px;
	}
	#copyright{
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}
	#pagetop{
		right: 0;
		bottom: 40px;
	}
	#pagetop img{
		width: auto;
		height: 40px;
	}

    /*　main　
	----------------------------------------------------------*/
	html,
	body{
		font-size: 14px;
	}
	#main{
		padding: 30px 0 50px;
	}


	.pc800{
		display: none;
	}
	.sp800{
		display: inline-block;
	}

    /*　ttl
    ----------------------------------------------------------*/
	.company .ttl01{
		margin-bottom: 20px;
	}
	.ttl01 img{
		height: 24px;
	}
	.ttl01_sub{
		margin-bottom: 10px;
	}
	.ttl02{
		min-height: 22px;
		background-size: auto 22px;
		font-size: 16px;
		line-height: 22px;
		margin: 30px 0 10px;
		padding-left: 32px;
	}
	.ttl02_txt{
		padding-left: 0;
	}
	.ttl03{
		min-height: 22px;
		background-size: auto 22px;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 5px;
		padding-left: 32px;
	}
	.business .ttl03{
		background-size: auto 22px;
		font-size: 16px;
		line-height: 22px;
	}
	.ttl04{
		font-size: 18px;
	}
	.ttl04::before{
		width: 80px;
	}
	.recruit .ttl04{
		margin-bottom: 40px;
	}
	.ttl04 img{
		height: 24px;
	}
	.ttl05{
		font-size: 18px;
	}

    /*　btn
    ----------------------------------------------------------*/
	.btn01,
	.btn02{
		width: 200px;
		height: 50px;
		background-size: auto 20px , auto;
		font-size: 14px;
		line-height: 50px;
	}
	#recruit01 .btn01{
		margin-top: 30px;
	}

    /*　table
    ----------------------------------------------------------*/
	table.table01 th,
	table.table01 td{
		width: 98%;
		text-align: left;
		text-align-last: left;
		padding: 5px 1%;
		float: left;
	}
	.company table.t01,
	.company table.t02{
		margin-bottom: 50px;
	}
	ol.t03{
		width: 98%;
		padding: 10px 1%;
	}
    ol.t03 li{
		width: 100%;
		line-height: 1.8;
	}

    /*　table
    ----------------------------------------------------------*/
	.business00 .arrange{
		display: block;
		padding-top: 30px;
	}

    /*　ul
	----------------------------------------------------------*/
	ul.rows02{
		display: block;
	}
	ul.rows02 li{
		width: 100%;
		margin-bottom: 0;
	}
    ul.rows02 li:nth-child(2){
		width: 90%;
		padding: 30px 5%;
	}
	ul.rows03{
		display: block;
	}
	.business ul.rows03{
		max-width: 370px;
		margin: 0 auto;
	}
	.business ul.rows03 li{
		margin-top: 20px;
	}
	.business10 ul li{
		width: 100%;
	}
	.product ul.rows03 li{
		width: 100%;
		margin-top: 30px;
	}
	.product ul.rows03{
		max-width: 364px;
		margin: 0 auto 20px;
	}
	.recruit ul.rows03 li{
		width: 100%;
		margin-bottom: 10px;
		padding-top: 66px;
	}
	ul.rows03 li .ttl{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	ul.rows03 li .ttl_b{
		font-size: 16px;
	}
    .recruit ul.rows03 li p{
		display: block;
		height: 16px;
		font-size: 13px;
		line-height: 1;
		padding: 20px 10px;
	}
	ul.bottom_line{
		display: block;
	}
	ul.bottom_line li{
		padding: 30px 0;
	}
	ul.bottom_line li:nth-child(2n+1),
	ul.bottom_line li:nth-child(2n){
		width: 100%;
		padding-right: 0;
	}
	.business ul.bottom_line li:last-child .box{
		width: calc(95% - 95px);
	}
	.business ul.bottom_line li .box{
		margin-bottom: 0;
	}
	.business ul.bottom_line li:last-child .box{
		margin-left: 5%;
	}

	.rows03_txt{
		font-size: 14px;
		margin-bottom: 50px;
	}
	.rows03_txt p{
		font-size: 16px;
	}
	.rows03_txt ol{
		display: block;
	}
	.rows03_txt ol li{
		width: auto;
	}

	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      index.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
    .box_img section{
		padding: 50px 0;
	}
	.box_img .box{
		width: 100%;
		max-width: 100%;
		background-image: none;
		padding:0 0 30px;
		position: static;
	}
	#top01 .img,
	#top03 .img{
		padding: 0;
	}
	#top01 .img img,
	#top03 .img img{
		width: 100%;
	}

	.index_ttl{
		width: 200px;
		height: 30px;
		background-size: auto 50px;
		font-size: 13px;
		line-height: 30px;
		padding-top: 20px;
	}
	.index_txt{
		text-align: left;
		margin: 20px auto 0;
	}
	.index_txt p{
		font-size: 20px;
		line-height: 1.5;
	}
	.bg .index_ttl{
		margin: 0 0 20px;
	}
	.top .bg{
		padding-bottom: 50px;
	}
	#top02.bg{
		height: auto;
	}
	#top04.bg section{
		padding: 50px 0 0;
	}
	#top04.bg .btn02{
		margin: 30px auto 50px;
	}
	#top04 ul{
		display: block;
		width: 80%;
		max-width: 355px;
		margin: 0 auto 50px;
	}
	#top04 ul li{
		margin-bottom: 30px;
	}
	#top04 ul li .ttl{
		max-width: 270px;
	}
	#top05.bg{
		height: auto;
	}
	#top05 ul{
		display: block;
		border: none;
		margin-top: 0;
	}
	#top05 ul li{
		width: 100%;
		border: 1px solid #ffffff;
		margin-top: 20px;
		padding: 30px 0;
	}
	#top05 ul li .tel{
		font-size: 20px;
	}
	#top05 ul li .tel a{
		color: #ffffff;
	}
	#top05 ul li .btn01{
		font-size: 20px;
	}

	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      business.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	#business0a section{
		padding-bottom: 30px;
	}
	#business0a .txt{
		width: 100%;
		margin-top: 20px;
	}
	#business0a .img{
		width: 80%;
		display: block;
		position: static;
		margin: 30px auto 0;
	}
	#business0b{
		height: auto;
		background-size: auto 100%;
	}
	#business0b section{
		padding: 30px 0;
	}
	#business0b .icon{
		left: 0;
	}
	#business0b .txt{
		text-align: left;
	}

    #business0b ul{
		margin-top: 20px;
	}
	#business0b ul li{
		width: calc(50% - 30px);
		max-width: 160px;
		background-position: center bottom , center top;
		background-size: 22px auto , 50px auto;
		font-size: 16px;
		text-align: center;
		line-height: 1.2;
		margin: 0 15px 20px;
		padding-top: 20px;
	}
	#business0b ul li:hover{ margin: 0 15px 20px; }
	#business0b ul li a{
		width: 100%;
		padding: 5px 0 20px 0;
	}
	#business0b ul li a:hover{ padding: 5px 0 20px 0; }
	.business00 .box{
		width: 100%;
		margin-bottom: 30px;
	}
	.business00 .arrange .img{
		width: 100%;
	}
	.business00 .box .num{
		margin-bottom: 20px;
	}
	.business00 .box .num img{
		height: 20px;	
	}
	#business01,
	#business03,
	#business05{
		padding-top: 60px;
		margin-top: -60px;
		padding-bottom: 50px;
	}
	#business01,
	#business03{
		margin-bottom: 60px;
	}
	#business02,
	#business04{
		padding-top: 60px;
		margin-top: -60px;
	}
	#business02 .arrange,
	#business04 .arrange{
		margin-top: -60px;
		padding-top: 70px;
	}
    #business10 ul li{
		width: 100%;
	}

	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      product.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.elec .img{
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.elec .txt .btn01{
		margin: 20px auto 0;
	}

	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      company.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.download{
		width: calc(100% - 20px);
		height: 30px;
		margin: 0;
		padding: 10px;
		position: fixed;
		left: auto;
		top: auto;
		bottom: 0;
		display: flex;
		justify-content: space-around;
		justify-content: space-evenly;
	}
    .download p{
		border-bottom: none;
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 0;
		padding-bottom: 0ch;
	}
	.download img{
		height: 30px;
	}

    #company01 .img{
		margin-bottom: 50px;
	}
	#company01 .txt{
		margin: 5px 0 50px;
	}
    #company02 .info{
		margin-top: 5px;
	}
    #company02 .map{
		height: 250px;
	}

	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      recruit.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.recruit .txt{
		margin: 20px auto;
	}
	#recruit01{
		background-image: none;
		margin-bottom: 50px;
	}
	#recruit02{
		height: auto;
		margin-bottom: 50px;
		padding: 30px 0 50px;
	}
	#recruit02 section{
		padding: 0;
	}
	#recruit02 ul{
		display: block;
		margin: 10px auto;
	}
	#recruit02 ul li{
		height: auto;
		line-height:1.8;
		padding: 0;
	}
	#recruit02 ul li:nth-child(1){
		width: 100%;
		background-image: none;
		color: #db1c24;
		text-align: left;
		text-align-last: left;
	}
    #recruit02 ul li:nth-child(2){
		width: 100%;
		padding: 10px 2%;
	}
	#recruit03 ul li{
		width: 50%;
	}
	
	.rec_no {
	width: 80%;
	margin: 10px auto 30px;
	padding: 10px 15px;
	font-size: 16px;
}


	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      message.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.message article{
		padding-bottom: 50px;
	}
	.message .arrange{
		display: block;
		margin-top: 0;
	}
	.message .img{
		width: 100%;
		max-width: 580px;
		text-align: center;
		margin: 0 auto;
	}
    .message .box{
		width: 100%;
	}
	.message .info{
		width: 90%;
		margin-left: 0;
		padding: 30px 5%;
	}
	.message .reverse .info{
		margin-right: 0;
	}
	.message .info .name{
		font-size: 18px;
		margin: 5px 0 10px;
	}
	.message .info .name span{
		font-size: 14px;
	}
	.message .txt p{
		font-size: 18px;
	}

	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      contact.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.contact_ttl{
		font-size: 18px;
		margin-top: 15px;
	}
	.contact_txt{
		text-align: left;
		margin-bottom: 20px;
	}
	.contact_txt.kome{
		text-indent: -1em;
		padding-left: 1em;
	}
	.contact_box p{
		font-size: 18px;
	}
	.contact_box p a{
		color: #ffffff;
	}
	.contact_box p .tel{
		font-size: 20px;
	}
	.contact_box .fax{
		font-size: 16px;
		margin-top: 10px;
	}
	#tel{
		height: auto;
		padding: 40px 0;
	}
	#mail{
		padding: 40px 0 0;
	}
	#tel .img img,
	#mail .img img{
		height: 40px;
	}

	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      privacy.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.privacy .txt{
        margin-bottom: 30px;
	}
    




}

@media screen and (max-width:450px) {




	/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
      message.html
	　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
	.top #ttl{
		margin-bottom: 25vh;
	}

	.message .img img{
		width: 100%;
		max-width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: top;
	}















}