@charset "UTF-8";

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

html{
	font-size: 62.5%;
	min-width: 1100px;
}

body{
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img{
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

a:hover{ 
	opacity: 0.6;
}

.inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

p:not(:last-child){
	margin-bottom: 20px;
}

.cf::after{
	content: ""; 
	display: block; 
	clear: both; 
}

h1{
	color: #333;
	font-size: 1.0rem;
	margin-right: auto;
}

h3{
	font-size: 2.5rem;
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 0;
	padding: 15px 15px 15px 28px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #223423;
	line-height: 1;
	position: relative;
}

h3::before{
	content: "";
	width: 4px;
	background: #0f994b;
	display: block;
	position: absolute;
	border-radius: 2px;
	left: 15px;
	height: calc(100% - 30px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

h3:not(:first-of-type){
	margin-top: 40px;
}

h4{
	text-align: left;
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 1;
	color: #223423;
	padding: 15px;
	background: #f0f0f0;
	margin-bottom: 20px;
	font-weight: bold;
	border-radius: 5px;
}

h4:not(:first-of-type){
	margin-top: 40px;
}

ul.disc{
	padding-left: 20px;
	margin-bottom: 10px;
}

ul.disc li{
	list-style: disc;
}

.spBr{
	display: none;
}

span.title{
	font-size: 1.6rem;
	font-weight: bold;
}

.fs12{
	font-size: 1.2rem;
}

.linkA a{
	color: #0678be;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.linkA a[href^="http"]::after{
	content: "";
	width: 12px;
	height: 12px;
	background: url("../img/outLink_blue.png");
	background-size: contain;
	margin-left: 6px;
	margin-bottom: -1px;
	display: inline-block;
	position: relative;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.linkA a[href^="http"]::after{
		background: url("../img/outLink_blue@2x.png") no-repeat;
		background-size: cover;
	}
}

/* Btn
--------------------------------*/
a.Btn01{
	color: #fff;
	background: #0f994b;
	border-radius: 18px;
	text-decoration: none;
	margin: 0 auto;
	padding: 11px 38px 11px 58px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

a.arrow{
	display: inline-block;
	position: relative;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.box a.arrow::before{
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 38px;
	margin-top: -7px;
}

.box a.arrow::after{
	content: '';
	width: 3px;
	height: 3px;
	border: 0px;
	border-top: solid 1px #0f994b;
	border-right: solid 1px #0f994b;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 42px;
	margin-top: -2px;
}

/* Btn お問い合わせはこちら
--------------------------------*/
a.ctaBtn02{
	display: inline-block;
	color: #db9101;
	border-radius: 25px;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.8rem;
	border: 2px solid #db9101;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
	padding: 10px 60px;
}

a.ctaBtn02::before{
	content: "";
	background: url("../img/email.png") no-repeat;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	height: 12px;
	width: 17px;
	margin: -2px 5px 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	a.ctaBtn02::before{
		background: url("../img/email@2x.png") no-repeat;
		background-size: cover;
	}
}

/* header
--------------------------------*/
header{
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	position: relative;
	border-top: 2px solid #0f994b;
}

.headerBg{
	background: #f5f5f5;
	padding: 3px 0;
	margin-bottom: 20px;
}

.headerTop{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.headerTop .exNav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerTop .exNav li a{
	font-size: 1.0rem;
	text-decoration: none;
	color: #333;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.headerTop .exNav li:not(:last-of-type)::after{
	content: "";
	width: 1px;
	height: 10px;
	background: #333;
	margin: 0 16px;
	display: inline-block;
	position: relative;
	top: 1px;
}

.headerBottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;	
	align-items: center;
}

header ul.headerR{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;	
	align-items: center;
}

.tel{
	font-size: 1.0rem;
	text-align: right;
	color: #333;
}

.tel span{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	color: #db9101;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-bottom: 5px;
}

.tel span::before{
	content: "";
	background: url("../img/tel_01.png") no-repeat;
	width: 19px;
	height: 19px;
	margin-right: 6px;
	display: inline-block;
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.tel span::before{
		background: url("../img/tel_01@2x.png") no-repeat;
		background-size: cover;
	}
}

.tel span a{
	color: #db9101;
}

/* nav
--------------------------------*/
nav{
	padding-top: 20px;
}

nav ul{
	width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

nav ul li{
	position: relative;
	width: 20%;
	text-align: center;
}

nav ul li::after{
	content: "";
	border-left: 1px dotted #ccc;
	width: 1px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}

nav ul li:first-child::before{
	content: "";
	border-left: 1px dotted #ccc;
	width: 1px;
	height: 16px;
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
}

nav ul li a{
	color: #0f994b;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	display: block;
	text-decoration: none;
	position: relative;
	letter-spacing: 0.05em;
	padding: 20px 0;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

nav ul li.ac a::after{
	content: "";
	height: 3px;
	background: #0f994b;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}

nav ul li.ac a:hover{
	opacity: 1;
}

/* aside
--------------------------------*/
aside{
	-ms-flex-preferred-size: 220px;
	flex-basis: 220px;
	max-width: 220px;
}

aside .cta{
	margin-bottom: 20px;
	text-align: center;
	background: #db9101;
	border-radius: 10px;
}

aside .cta p{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

aside .ctaTitle{
	padding: 12px;
	border-radius: 10px 10px 0 0;
	background: #db9101;
	border-bottom: 1px solid #fff;
}

aside .cta ul{
	padding: 16px 20px;
	color: #111;
}

aside .cta ul li.catTel{
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.5;
}

.cta ul .catTel span{
font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	letter-spacing: inherit;
}

.cta ul .catTel .call a{
	color: #fff;
}

.catTel span::before{
	content: "";
	background: url("../img/tel_02.png") no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.catTel span::before{
		background: url("../img/tel_02@2x.png") no-repeat;
		background-size: cover;
	}
}

.cta ul .ctaBtn01{
	margin: 0 4px;
}

.ctaBtn01 a{
	display: block;
	color: #db9101;
	border-radius: 25px;
	text-decoration: none;
	margin: 0 auto;
	padding: 8px 0;
	font-weight: bold;
	font-size: 1.4rem;
	background: #fff;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.ctaBtn01 a::before{
	content: "";
	background: url("../img/email.png") no-repeat;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	height: 12px;
	width: 17px;
	margin: -2px 5px 0 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.ctaBtn01 a::before{
		background: url("../img/email@2x.png") no-repeat;
		background-size: cover;
	}
}

.sideBnr li{
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

.sideBnr li:not(:first-child){
	margin-top: 20px;
}

/* footer
--------------------------------*/
footer #footManu{
	background: #0f994b;
	font-size: 1.4rem;
	margin-bottom: 28px;
}

footer #footManu .inner{
	position: relative;
}

footer #footManu ul{
	width: 60%;
	padding: 28px 0;
	position: relative;
}

footer #footManu ul li{
	float: left;
	margin-bottom: 14px;
	width: 25%;
	position: relative;
}

footer #footManu ul li:last-child{
	width: 30%;
}

footer #footManu ul li:nth-child(n+5){
	margin-bottom: 0;
}

footer #footManu ul li a{
	color: #fff;
	padding-left: 20px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

footer #footManu ul li a::before{
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 1px;
	margin-top: -8px;
}

footer #footManu ul li a::after{
	content: '';
	width: 3px;
	height: 3px;
	border: 0px;
	border-top: solid 1px #0f994b;
	border-right: solid 1px #0f994b;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -3px;
}

footer .pageTop{
	font-size: 1.2rem;
	color: #fff;
	padding: 10px 18px;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	z-index: 100;
	background: #006e30;
	border-radius: 0 0 10px 10px;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

footer a.pageTop::before{
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	display: inline-block;
	margin-right: 7px;
	margin-top: -2px;
}

footer .footerBottom{
	line-height: 1;
}

footer .footerBottom .textArea{
	margin-right: auto;
}

footer .footerBottom .txtArea p{
	font-weight: bold;
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 6px;
}

footer .footerBottom .txtArea address{
	font-size: 1.2rem;
	margin-bottom: 32px;
	line-height: 1.5;
	color: #666;
}

.copyLight{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	font-size: 1.0rem;
	color: #666;
}

/* 下層ページ共通
------------------------------------------------------------*/
#h2Wrap{
	width: 100%;
	margin: auto;
	padding: 90px 0;
	background: url(../img/h2Wrap.jpg) no-repeat center top;
	position: relative;
	overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	#h2Wrap{
		background: url(../img/h2Wrap@2x.jpg) no-repeat center top;
		background-size: cover;
	}
}

#h2Wrap::after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#h2Wrap h2{
	color: #fff;
	font-size: 3.6rem;
	z-index: 10;
	letter-spacing: 5px;
	font-weight: bold;
	top: calc(50% - 18px);
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position:absolute;
	line-height: 1;
	width: 100%;
	text-align: center;
}

/* pankuzu
------------------------------------------*/
.pankuzu{
	position: relative;
	margin: 15px 0;
}

.pankuzu li{
	font-size: 1.2rem;
	color: #333;
	display: inline-block;
}

.pankuzu li:not(:first-child)::before{
	content: "";
	width: 4px;
	height: 4px;
	margin: 0 10px;
	display: inline-block;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pankuzu ul li a{
	color: #333;
	text-decoration: underline;
	-webkit-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.pankuzu ul li a:hover{
	text-decoration: none;
	opacity: .6;
}

/* table
--------------------------------*/
table.tableA{
	width: 100%;
}

table.tableA th{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	width: 25%;
	font-weight: bold;
	background: #f0f0f0;
}

table.tableA td{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

table.tableA td:first-child{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	width: 25%;
	font-weight: bold;
	background: #f0f0f0;
}

/* 会社案内
--------------------------------*/
.name{
	width: 255px;
	margin-left: auto;
}

/*Map
--------------------------------*/
iframe{
	width: 100%;
	height: 450px;
	border: none;
	margin-top: 20px;
}

/* 事業内容
--------------------------------*/
.frBox .fr{
	margin: 0 0 0 20px;
}

.serviceArea{
	text-align: center;
}

.serviceArea .ctaBtn02{
	margin-top: 80px;
}

.btn_pc{
	display: block;
}

/* 採用情報
--------------------------------*/
.recruitBox li{
	margin-bottom: 20px;
	width: 50%;
	float: left;
}

.recruitArea  table{
	margin-bottom: 30px;
}

.entryBox01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.entryBox02{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px 0 0 0;
}

.entryBox02 li:first-child{
	margin-right: 35px;
}

/* Btn02
--------------------------------*/
.Btn02 a{
	color: #fff;
	background: #0f994b;
	border-radius: 20px;
	text-decoration: none;
	margin: 0 auto;
	padding: 11px 18px 11px 18px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
	display: inline-block;
}

.Btn02 a::after{
	content: "";
	background: url("../img/outLink_white.png") no-repeat;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
	height: 13px;
	width: 13px;
	margin: 0 0 3px 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	.Btn02 a::before{
		background: url("../img/outLink_white@2x.png") no-repeat;
		background-size: cover;
	}
}

/* お問い合わせ
--------------------------------*/
table.form{
	width: 100%;
	margin-bottom: 40px;
}

table.form td{
	padding: 10px;
	border: 1px solid #ccc;
}

table.tableA td:first-child{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #f0f0f0;
	width: 25%;
	font-weight: bold;
	color: #333;
}

form table input, form textarea, form select{
	width: 100%;
	border: none;
	background: #dcdcdc;
	padding: 6px 10px;
	border-radius: 0;
}

form textarea{
	min-height: 120px;
	resize: vertical;
}

form .placeholder{
	font-size: 1.2rem;
	color: #666666;
	margin-top: 8px;
	display: inline-block;
}

.icon{
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	background: #d23d2a;
	padding: 2px 4px;
	float: right;
}

.icon.option{
	background: #2866b4;
}

form input[type=checkbox]{
	display: none;
}

form ul li{
	margin: 5px 0;
	display: block;
}

form .checkArea{
	cursor: pointer;
}

form label .checkIcon{
	line-height: 20px;
	width: 20px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

form label .checkIcon::after{
	content: '';
	background: #fff;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	display: block;
	border: 2px solid #ccc;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}

form label .checkIcon::before{
	content: "";
	position: absolute;
	border: solid #0f994b;
	border-width: 0 3px 3px 0;
	width: 7px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -11px;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	z-index: 10;
}

form input[type=checkbox]:checked ~ .checkIcon::before{
	opacity: 1;
}

.entryBtn{
	display: inline-block;
	color: #fff;
	background: #0f994b;
	border-radius: 30px;
	text-decoration: none;
	margin: 0 auto;
	padding: 14px 48px 14px 64px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
	border: none;
}

.entryBtn:hover{
	opacity: .6;
	cursor: pointer;
}

.arrow::before{
	content: '';
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top: -8px;
}

.arrow::after{
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 1px #0f994b;
	border-right: solid 1px #0f994b;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 44px;
	margin-top: -3px;
}

.arrow{
	display: inline-block;
	position: relative;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
}

/*サイトマップ
--------------------------------*/
.sitemap a{
	text-decoration: none;
	font-size: 1.6rem;
}

.sitemap li:not(:last-of-type){
	margin-bottom: 20px;
}

.sitemap a{
	position: relative;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity .4s ease-out;
	padding-left: 20px;
	text-decoration: none;
	color: #333;
}

.sitemap li a::before{
	content: '';
	width: 14px;
	height: 14px;
	background: #0f994b;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}

.sitemap li a::after{
	content: '';
	width: 3px;
	height: 3px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -3px;
}

.sitemap a:hover{
	opacity: .6; 
}

/*SP版
==================================================================================================================================================================================================================*/
@media screen and (max-width: 480px){

html{
	min-width: inherit;
}		
	
body{
	padding-top: 68px;
}

img{
	width: 100%;
}

.inner{
	width: initial;
	margin: 0 5%;
}

h3{
	font-size: 2.1rem;
	line-height: 1.2;
}
	
.spBr{
	display: block;
}

/* header
--------------------------------*/
header{
	background: #fff;
	padding-top: 0;
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
}

header .inner{
	margin: 0;
	padding: 10px 5%;
}

.headerBg{
	display: none;
}

header ul.headerR{
	display: none;
}

.headerTop{
	display: none;
}

.headerBottom{
	margin-bottom: 0;
	height: 46px;
}

.headerBottom .logo img{
	margin: 0;
	height: 46px;
	width: auto;
	display: block;
}

.headerBottom .logo{
	margin: 0;
}
	
/* nav
--------------------------------*/
nav{
	display: none;
	position: absolute;
	width: 100%;
	padding: 0;
	z-index: 1000;
	left: 0;
	top: 66px;
}

nav ul{
	display: block;
	margin: 0;
	width: 100%;
	background: #fff;
	padding: 0;
}

nav ul li{
	display: block;
	position: relative;
	margin: 0;
	text-align: center;
	border-left: none;
	float: none;
	width: 100%;
	z-index: 1000;
	border-bottom: solid 1px #f0f0f0;
}

nav ul li:first-child{
	border-top: solid 1px #f0f0f0;
}
	
nav ul li:last-of-type{
	display: block;
}

nav ul li a{
	display: block;
	letter-spacing: 2px;
	padding: 12px 0;
}

nav ul li::after{
	content: none;
}

nav ul li:first-child::before{
	content: none;
}
	
nav ul li.ac a::after{
	content: none;
}
	
nav ul li.ac a{
	color: #fff;
	background: #0f994b; 
}

/*ハンバーガーメニュー
--------------------------------*/
#navToggle{
	display: block;
	width: 30px;
	position: absolute;
	top: 23px;
	right: 18px;
	z-index: 1000;
}

#navToggle div{
	position: relative;
}

#navToggle span{
	display: block;
	height: 2px;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #223423;
}

#navToggle span:nth-child(1){
	top: 0px;
}

#navToggle span:nth-child(2){
	top: 10px;
}

#navToggle span:nth-child(3){
	top: 20px;
}

.open #navToggle span:nth-child(1){
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #navToggle span:nth-child(2){
	width: 0;
	left: 50%;
}

.open #navToggle span:nth-child(3){
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
	
/* aside
--------------------------------*/
aside {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
	
aside .cta p{
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

aside .ctaTitle{
	padding: 12px;
	border-radius: 10px 10px 0 0;
	background: #db9101;
	border-bottom: 1px solid #fff;
}

aside .cta ul{
	padding: 16px 20px;
	color: #111;
}

aside .cta ul li.catTel{
	font-size: 1.4rem;
}

.cta ul .catTel span{
	font-size: 2.4rem;
	letter-spacing: inherit;
}

.ctaBtn01 a{
	font-size: 1.6rem;
}
	
.sideBnr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sideBnr li{
	/*-ms-flex-preferred-size: 48%;*/
	/*flex-basis: 48%;*/
	max-width: 100%;
}

.sideBnr li:not(:first-child){
	margin-top: 0;
}
	
.cta ul .ctaBtn01 a:hover{
	opacity: 1;
}

/* footer
--------------------------------*/
footer .inner{
	margin: 0;
}	
	
footer .pageTop{
	display: block;
	text-align: center;
	position: static;
	border-radius: 0;
}
	
footer #footManu{
	margin: 0;
}

footer #footManu ul{
	width: auto;
	padding: 0;
}
	
footer #footManu ul li{
	font-size: 1.4rem;
	margin: 0;
	width: 50%;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
	
footer #footManu ul li:nth-child(even){
	border-right: none;
}
	
footer #footManu ul li a{
	display: block;
	padding: 15px 10px;
	text-align: center;
}
	
footer #footManu ul li:last-child{
	width: 100%;
}
	
footer #footManu ul li a::before{
	content: none;
}
	
footer #footManu ul li:last-child{
	border-right: none;
}
	
footer #footManu ul li:nth-child(6){
	clear: none;
}
  
footer .footerBottom{
	text-align: center;
}
  
footer .footerBottom .txtArea{
	margin: 15px;
}
  
footer .footerBottom .txtArea address{
	margin: 5px 0 10px 0;
	line-height: 1.5;
}
  
footer .footerBottom .txtArea p{
	margin-bottom: 5px;
}
  
.copyLight{
	position: static;
	padding-bottom: 15px;
	text-align: center;
}

/* 下層ページ共通
------------------------------------------------------------*/
/*h2Wrap
--------------------------------*/
#h2Wrap{
	padding: 70px 0;
	background-size: cover;
	position: relative;
	background: url(../img/h2Wrap_sp.jpg) no-repeat center top;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
	#h2Wrap{
		background: url(../img/h2Wrap_sp@2x.jpg) no-repeat center top;
		background-size: cover;
	}
}

#h2Wrap h2{
	font-size: 3.0rem;
	top: calc(50% - 15px);
}
	
/* table
--------------------------------*/
table.tableA th:first-child{
	display: block;
	margin-bottom: -1px;
	width: initial;
}

table.tableA td:nth-child(2){
	display: block;
	margin-bottom: -1px;
}

table.tableA td:first-child {
	display: block;
	margin-bottom: -1px;
	width: initial;
}
	
/*pankuzu
--------------------------------*/
.pankuzu{
	max-width: 100%;
	padding-bottom: 16px;
	margin: 0;
	overflow-x: scroll;
	position: static;
}

.pankuzu li {
	font-size: 1rem;
	display: table-cell;
	white-space: nowrap;
}
  
.pankuzu li:before {
	margin: 0 5px;
}

/* 会社案内
--------------------------------*/
.name{
	width: 230px;
	margin-top: 15px;
}

/*Map
--------------------------------*/
iframe{
	height: 250px;
}

/* 事業内容
--------------------------------*/
.frBox .fr {
	margin: 0 0 10px 0;
	width: 100%;
}

.btn_pc{
	display: none;
}

/* 採用情報
--------------------------------*/
.recruitBox li{
	width: 49%;
}

.recruitBox li:first-child{
margin-right: 2%;
}

.recruitArea  table{
	margin-bottom: 15px;
}
	
.entryBox01{
	display: block;
}
	
.entryBox01 li:not(:first-child){
	margin-top: 15px;
}

.entryBox02{
	display: block;
	margin: 15px 0 0 0;
}

.entryBox02 li:first-child{
	margin-right: 0;
}
	
.entryBox02 li:not(:first-child){
	margin-top: 15px;
}

/* Btn02
--------------------------------*/
.Btn02 a{
	text-align: center;
	display: block;
}

/* お問い合わせ
--------------------------------*/
table.form{
	margin-bottom: 15px;
}
}