@charset "UTF-8";

.pc {
	display: block;
}

.sp {
	display: none;
}

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

/*--------------------------------------------------*/
body {
  font-family:Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Lucida Grande,"Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}


/*header--------------------------------------------------*/
#hLogo {
	top: 24px;
	left: 10px;
}

#hLogo img {
	width: 180px;
	height: 35px;
}

  .menubt {
    z-index: 3;
    width: 50px;
    height: 50px;
    display: block;
    right: 7px;
    top: 16px;
    position: absolute;
    background: #75B36F;
    background-size: contain;
				cursor: pointer;
  }
  
  .menubt span {
    width: 40px;
    height: 4px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 17px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  
  .menubt .menuclick2 {
    background-color: rgba(255,255,255,0);
  }
  
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }
		
	.menubt .text-menu {
    color: #fff;
    font-size: 10px;
				position: absolute;
				bottom: 0;
				left: 4px;
  }

#header {
	width: 100%;
	height: 80px;
}

#gMenu.sp {
	display: none;
}

#gMenu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #EBF4EA;
}

#gMenu ul li {
	width: 50%;
	padding: 6px 0;
	border-bottom: 1px solid #FFF;
}

#gMenu ul li:nth-child(2n-1) {
	border-right: 1px solid #FFF;
}

#gMenu ul li a {
	display: block;
	padding: 6px 12px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#gMenu .sptel {
	padding: 10px 0;
	background-color: #EBF4EA;
}

#gMenu .sptel a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 8px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #75B36F;
	border-radius: 100vh;
	color: #FFF;
}

/*footer--------------------------------------------------*/
#footer {
	width: 100%;
	padding: 20px;
}

#fMenu {
	display: none;
}

.copyright {
	width: 100%;
}


/*common--------------------------------------------------*/
#content {
	width: 100%;
	margin: 0;
	padding: 0 20px;
}

#content #main {
	width: 100%;
	float: none;
}

#sub {
	width: 100%;
	float: none;
	margin: 0 0 30px;
}

.pages h1 {
	margin-bottom: 30px;
}

.imgTextBox .imgL {
	float: none;
	margin: 0;
	text-align: center;
}

.imgTextBox .imgL img {
	margin: 0 0 20px;
}

.imgTextBox .imgR {
	float: none;
	margin: 0;
	text-align: center;
}

.imgTextBox .imgR img {
	margin: 0 0 20px;
}

#content #main p {
	margin: 0 0 20px;
}

.dlStyle01 {
	margin: 0 0 20px;
}

table.tableStyle01 {
	margin: 0 0 20px;
	border-top: 1px solid #E0DECF;
}

table.tableStyle01 th {
	display: block;
	width: 100% !important;
	border-bottom: none;
}

table.tableStyle01 td {
	display: block;
	width: 100%;
}

table.tableStyle02 {
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
}

table.tableStyle02 th {
	display: block;
	width: 100% !important;
	border: none;
	background-color: #EEE;
	box-sizing:border-box;
}

table.tableStyle02 td {
	display: block;
	width: 100%;
	border: none;
	box-sizing:border-box;
}

table.tableStyle02 td input,
table.tableStyle02 td select {
	font-size: 16px;
	padding: 4px;
}

.inputAtn {
	display: block;
}

table.tableStyle02 td span.l input,
table.tableStyle02 td span.l textarea {
	width: 100%;
	font-size: 16px;
	padding: 4px;
}

table.tableStyle02 td label {
	display: block;
}

#contactFormInput .formBtn, #contactFormConfirm .formBtn {
	margin: 0 0 20px;
}

#privacy h3 {
	margin-bottom: 10px;
}

.mapList {
	margin-bottom: 30px;
}

.pages h1 {
	padding: 30px 10px;
	font-size: 20px;
	text-align: left;
}

.pages h1.sp {
 background-position: 100% center;
 background-size: cover;
 background-repeat: no-repeat;
 width: 100vw;
 margin: 0 calc(50% - 50vw);
 text-shadow: 1px 1px 1px #FFF, 3px 3px 10px #FFF, -3px -3px 10px #FFF;
	margin-bottom: 20px;
}

.pages h1.sp span {
	/*display: inline-block;
	padding: 0 8px;
	background-color: rgba(255, 255, 255, 0.8);*/
}

/*index--------------------------------------------------*/
#topMainImg {
	width: 100%;
}

#topMenu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#topMenu li {
	width: 48%;
	float: none;
	margin: 0 1% 20px;
	text-align: center;
}

.works-banner {
	margin: 0 0 40px;
	padding: 0;
}


/*recruit*/
#recruit .column dl {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 20px;
}

#recruit .column dl:nth-child(odd),
#recruit .column dl:nth-child(even) {
	padding: 0;
}

/*works--------------------------------------------------*/
.tab-area {
	display: block;
	margin: 20px 0;
	padding: 10px;
}

.tab-area .tab-contents {
	width: 100%;
}

.tab-area .tab-contents:nth-child(1) {
	margin: 0 0 10px;
}

.performance-img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

.panel-area article {
	width: 100%;
	margin: 0 0 20px;
}

.readMoreBtn-wrap {
	margin-bottom: 20px;
}

}

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

.pages h1.sp {
 padding: 20px 10px;
}
}

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

.pages h1.sp {
 padding: 14px 10px;
 font-size: 18px;
}

}