/* common ////////////////////////////////////////*/
*{zoom:1;}

html{
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

h2 {
	margin: 0;
	padding-top: 110px;
	height: 50px;
	color: #CC7B35;
	font-size: 40px;
}

.titleLead {
	margin: 0;
	color: #333333;
	font-size: 16px;
}

.text { display: inline-block; }

.invisible_global {
	display: none;
}
.sp_only{
  display: none;
}
.pc_only{
  display: block;
}
@media screen and (max-width: 768px){
  .sp_only{
    display: block!important;
  }
  .pc_only{
    display: none!important;
  }
}/* SP only END */

/* header //////////////////////////////////////////*/

header {
	position: relative;
	max-width:1800px;
	margin: 0 auto;
}

.header_inner {
	display: flex;
	position: fixed;
	max-width: 1800px;
	width: 100%;
	z-index: 20;
}

.logo {
	width: 240px;
	text-align: center;
}

.logo_image {
	height:89px;
	background: #FFF;
}

.logo img {
	margin-top: 6px;
}


.logo_companyName {
	width: 240px;
	height: 25px;
	background: #CC7B35;
}

.logo p {
	margin: 0;
	padding-top: 4px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}


nav {
	margin: 27px 3% 0 auto;
	width: 503px;
	height: 56px;
	/* -ms-background:#5F5B58D3;
	background: #5F5B58D3; */
}

nav ul {
	display: flex;
	margin: 0;
	/* -ms-background:#5F5B58D3; */
	background: rgba(95,91,88,0.8);
	/* background: #5F5B58D3; */
}

nav ul li {
  display:inline-block;
	margin-right: 28px;
	list-style: none;
  color: #d6d6d6;
	height: 100%;
}

nav ul li a{
	display: block;
	padding: 16px 0;
	color: #FFF;
	text-decoration: none;
}

nav ul li a:hover {
	opacity: 0.7;
}


/* mainArea ///////////////////////////////////////*/

.mainArea {
	max-width: 1800px;
	margin: 0 auto;
}

.mainArea_inner {
	margin-left: 80px;
}

/* sidebar ///////////////////////////////////////*/

.sideBar {

	position: fixed;
	z-index: 10;
	width: 80px;
	padding-top: 114px;
	height: 100%;
	background: #4D2E14;
	box-sizing:border-box;
	color: #FFF;
}

.sideBar_copyright{
	position:relative;
	height:100%;
}

.sideBar small {
	display: block;
	height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  word-break: break-all;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}


/* mainVisual /////////////////////////////////////*/

.mainVisual{
	height: 779px;
}

.mainVisual_right{
	float: right;
	width: 57%;
	height: 779px;
	min-height:700px;
	background-position-x:right;
	background-image: url(../images/mainVisual.jpeg);
	background-size: cover;
}

.mainVisual_left{
	float: left;
	width: 43%;
	height: 100%;
	background: #EDEDED;
	min-height: 700px;
}

.mainVisual_left_h1Box {
	display: flex;
	margin:280px auto 0;
	padding: 0 10px;
	max-width: 490px;
	width: 90%;
	min-height: 50px;
	background: #5C1C1C;
	text-align: center;
	align-items: center;
}

.mainVisual_left h1{
	width: 100%;
	margin: 0;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 5.4px;
	color: #FFFFFF;
}

.mainVisual_left_concept {
	width: 90%;
	margin: auto;
	text-align: center;
}

.mainVisual_left_concept p {
	display: inline-block;
	margin-top: 22px;
	text-align: left;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
}




/* business ///////////////////////////////////////*/

.business {
	padding: 0 80px;
	clear: both;
}

.business_inner {
	display: flex;
}

.businessContent {
	width: 31.2%;
	margin-right: 3.2%;
}

.business_inner div:last-child {
	margin-right: 0;
}

.businessContent_inner {
	width: 100%;
}

.businessContent_inner h3 {
	font-size: 20px;
	padding-left: 22px;
	line-height: 40px;
	border-left: solid 4px #CC7B35;
}

.businessContent_inner h4 {
	font-size: 16px;
	font-weight: 100;
	color: #333333;
}

.businessContent_inner p {
	font-size: 14px;
	color: #333333;
	/* line-height: 23px; */
}

.businessContent_inner img{
	width: 100%;
	height: auto;
}


/* history ////////////////////////////////////////*/

.history {
	margin-top: 110px;
}


.history_left {
	position: relative;
	float: left;
	width: 463px;
	height: 355px;
}

.dot{
	position: absolute;
  width: 429px;
  height: 321px;
  background-size: 6px 6px;
	background-image: radial-gradient(rgba(204,123,53,0.3) 36%, #FFF 38%);
}

.historyImg {
	position: absolute;
  top: 34px;
	left: 34px;
	width: 429px;
	z-index: 5;
}

.historyImg img{
	width: 100%;
}

.history h3 {
	margin: 0;
	font-size: 20px;
	line-height: 4;
}

.history h3:first-line {
	line-height: 1;
}

.history h3 p {
	display: inline;
	margin: 0;
	padding-bottom: 10px;
	font-size: 20px;

	border-bottom: 1px solid #CC7B35;
}

.history_comment p {
	margin: 40px 0 0 0;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
}

.historyDescription div{
	width: 100%;
	text-align: center;
}


/* service/////////////////////////////////////*/

.service {
	padding: 0 80px 110px 80px;
	clear: both;

}

.service p {
	margin: 0;
}

.service_inner {
	margin-bottom: 40px;
}

.service_unit {
	display: flex;
	color: #FFF;
}

.icon_box {
	width: 70px;
	height: 100%;
	position: relative;
}

.icon_box img {
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.service_icon1 {
	width: 15.14px;
	height: 29.56px;
}

.service_icon2 {
	width: 20.88px;
	height: 29.15px;
}

.service_icon3 {
	width: 25px;
	height: 30.18px;
}

.service_icon4 {
	width: 28.04x;
	height: 25.32px;
}

.service_catLeft{
	position: relative;
	display: flex;
	width: 100%;
	height: 82px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 15px;
	background-color: #5C1C1C;
}

.service_catLeft p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 70px;
	line-height: normal;
	padding-right: 12px;
}

.service_catRight {
	position: relative;
	display: flex;
	width: 100%;
	height: 82px;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #5C1C1C;
}

.service_catRight p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 70px;
	line-height: normal;
	padding-right: 12px;
}

/* opening ///////////////////////////////////////*/

.op_num {
	display: inline-block;
	text-align: center;
  background: #4e2e16;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 24px 8px 0 0;
}
.opening_wrapper .op_num:first-of-type{
	margin-top: 0;
}
.opening_wrapper ul{
	margin: 20px 0;
  background: #ededed;
	padding: 20px 20px 20px 30px;
}
.opening_wrapper ul li{
	font-size: 14px;
}


/* works ///////////////////////////////////*/

.works{
	padding: 0 80px 110px 80px;
	background-color: #ECECEC;
	overflow: auto;
}

.works_unit {
	margin-top: 35px;
}

.works_unit p {
	margin: 10px 0 0;
	color: #333333;
	font-size: 16px;
}

.works_unit ul {
	padding-left: 0;
}

.works_unit ul li {
	float: left;
	width: 31.2%;
	margin-right: 3.2%;
	list-style: none;
}

.works_unit ul li:nth-child(3n) {
	margin-right: 0;
}

.works_unit ul li:last-child {
	margin-right: 0;
}


.works_unit ul li img {
	width: 100%;
}

.works_unit ul li p {
	margin-bottom: 25px;
}
.works_unit ul {
	display: block;
	clear: both;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	.works_unit ul li{
		min-height: 150px;
		margin-bottom: 12px;
	}
  .works_unit ul li p{
		margin: 0;
	}
}/* SP only END */


.officer {
	padding: 0 80px;
	clear: both;
}

.officer_detail {
	margin-top: 40.5px;
}

.officer_detail p {
	margin: 0;
}

.officer_detail dl{
	display: flex;
	margin: 0;
	border-top: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
}

.officer_detail dl:last-child{
	border-bottom: 1px solid #ACACAC;
}


.officer_detail dl dt{
  clear:both;
	float: left;
	display: flex;
	/* align-items: center; */
	width: 10%;
	min-height: 49px;
	padding:15px 0 15px 1%;
	border-right: 1px solid #ACACAC;
	font-size: 16px;
}

.officer_detail dl dd {
	display: flex;
	/* align-items: center; */
	width: 40%;
	min-height: 49px;
	margin: 0;
	padding:15px 0 15px 1%;
	border-right: 1px solid #ACACAC;
	font-size: 16px;
}


/* company ///////////////////////////////////////*/

.company {
	padding: 0 80px 110px 80px;
}

.company_inner {
	display: flex;
	margin-top: 40px;
}

.map {
	width: 43%;
}

.map p {
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px solid #333333;
}

.map a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

.map i {
	margin-left: 5px;
}

.map img {
	width: 100%;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.company_detail {
	width: 57%;
	margin-left: 30px;
	color: #333333;
	font-size: 14px;
}

.company_detail ul {
	padding-left: 0;
	margin: 0;
}

.company_detail ul li {
	list-style: none;
	margin-bottom: 6px;
}

.company_detail dl {
	margin-top: 50px;
}


/* contact ////////////////////////////////////////*/

.contact {
	padding: 0 80px 110px 80px;
	background-color: #ECECEC;
}

.contact_inner{
	width: 100;
}

.contactForm_inner {
	display: flex;
	margin-top: 50px;
}

.contactForm_inner p {
	margin-bottom: 0;
	font-size: 14px;
	color: #333333;
}

.contactForm_inner input {
	margin-top: 4px;
	border: 1px solid #707070;
}

.contact_left {
	width: 33%;
	margin-right: 3%;
}

.contact_left input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	padding-left: 5px;
	font-size: 16px;
}

.contact_right {
	width: 64%;
}

.contact_right textarea {
	box-sizing: border-box;
	width: 100%;
	height: 215px;
	margin-top: 0;
	font-size: 16px;
	border: 1px solid #707070;
}

.contact_right_inner {
	text-align: right;
}

.contactSubmit {
	display: inline-block;
	width: 27%;
	height: 40px;
	margin-right: auto;
	background-color: #5C1C1C;
	color: #FFF;
	font-size: 16px;
	-webkit-appearance: none;
	border-radius:8px;
}

.contactSubmit:hover {
	cursor: pointer;
	opacity: 0.7;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal_bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal_content h2{
	padding: 0;
	font-size: 20px;
}
@media screen and (max-width: 768px){
  .modal_content h2{
		margin-bottom: 12px;
		height: inherit;
	}
}/* SP only END */
.modal_content a.js-modal-close{
	background: #4e2e16;
  padding: 8px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
}
.close_wrapper{
	text-align: center;
}


/* footer /////////////////////////////////////////*/

footer {
	text-align: center;
}

.footer_logo {
	margin: 39px 0 34px;
}

.footer_nav {
	width: 100%;
	height: 144px;
	background: #312525;
}


.footer_nav ul {
	display: inline-flex;
	padding-left: 0;
	margin: 61px 0;
}

.footer_nav ul li {
	list-style: none;
	margin-right: 40px;
}

.footer_nav ul li:last-child{
	margin-right: 0;
}

.footer_nav ul li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

.footer_nav ul li a:hover{
	opacity: 0.7;
}



/* ///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////// */
@media screen and (min-width:768px) and (max-width:1000px){
	.history {
		display: flex;
		flex-direction:column;
		margin: 0;
	}

	.history_left {
		/* display: none;  */
		float: none;
		margin-top: 30px;
		order: 1;
	}

	.historyImg {
		position: absolute;
		top: 26px;
		left: 32px;
		width: 91%;
		z-index: 5;
	}

	.history h3 {
		margin: 30px 0 0;
		order: 0;
	}

	.history_comment {
		order: 2;
	}

	.history_comment p {
		margin: 30px 0 0;
	}

}






/* mediascreen ////////////////////////////////////
///////////////////////////////////////////////////
//////////////////////////////////////////////////*/

@media screen and (max-width:767px){
	/* スマホ用CSS -------------- */

	.invisible_global {
		display: block
	}

	h2 {
		padding-top: 60px;
		height: 35px;
		font-size: 30px;
	}

	.titleLead {
		margin: 0;
		color: #333333;
		font-size: 16px;
	}

	.invisible {
		display: none;
	}
	.mainVisual_left h1{
		line-height: 1.5rem;
    padding: 12px 0;
	}

	/* header ///////////////////////////////////////////*/

	.header_inner {
		height: 70px;
	}

	.logo {
		width: 100%;
		text-align: center;
		background-color: #FFF;
	}

	.logo_image {
		width: 81px;
		height: 52px;
		margin: auto;
	}

	.logo img{
		max-width: 100%;
		margin-top: 3px;
	}

	.logo_companyName {
		width: 100%;
		height: 18px;
	}

	.logo p {
		margin: 0;
		padding-top: 2px;
		color: #FFF;
		font-size: 10px;
		text-align: center;
	}

	#global-navi {
		width: 0;
		margin: 0;
		background: rgba(0,0,0,0)
	}

	#navi li {
		height: auto;
		width: 100%;
	}


	#navi {
		display: block;
		transition: all .6s;
		overflow-y: auto;
		padding-top: 40px;
		width: 130px;
		height: 100vh;
		z-index: 200;
		top: 0;
		right: -320px;
		background-color: #5F5B58D3;
		position: fixed;
	}

	.nav_btn {
		width: 40px;
		height: 40px;
		z-index: 300;
		top: 2px;
		right: 7px;
		cursor: pointer;
		position: absolute;
	}

	.hamburger_line {
		transition: all .6s;
		width: 40px;
		height: 6px;
		left: -7px;
		background-color: #CC7B35;;
		position: absolute;
		border-radius: 10px;
	}

	.hamburger_line1 { top: 10px; }
	.hamburger_line2 { top: 21px; }
	.hamburger_line3 { top: 32px; }

	.nav_bg {
		opacity: 0;
		transition: all .6s;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		top: 0;
		left: 0;
		visibility: hidden;
		background-color: #000;
		cursor: pointer;
		position: fixed;
	}


	/* 表示された時用のCSS */
	.nav_open #navi { right: 0; }

	.nav_open .nav_bg {
		opacity: .8;
		visibility: visible;
	}

	.nav_open .hamburger_line1 {
		transform: rotate(45deg);
		top: 20px;
	}

	.nav_open .hamburger_line2 {
		width: 0;
		left: 50%;
	}

	.nav_open .hamburger_line3 {
		transform: rotate(-45deg);
		top: 20px;
	}
/* sidebar ////////////////////////////////////*/
.sideBar{
	/* display: none; */
	display: block;
	position: static;
	width: 100%;
	min-height: 38px;
	margin-top: 0;
	padding-top: 0;
	order: 2;
	z-index: 0;
	text-align: center;
}

.sideBar_inner {
	position: static;
	box-sizing: border-box;
	padding:5px 5px 3px;
}

.sideBar p {
	margin: 0;
}

.sideBar small {
	position: static;
	display: block;
	-webkit-transform: none;
  -ms-transform: none;
	transform: none;
	-webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	width: 100%;
	margin: 10px auto;
	font-size: 12px;
	word-wrap: break-word;
}


/* mainArea //////////////////////////////////////*/

.mainArea {
	display: flex;
	flex-direction:column;
	max-width: 767px;
}

.mainArea_inner{
	margin: 0;
	order: 0;
}


/* mainvisual /////////////////////////////////////*/

.mainVisual {
	display: block;
	height: auto;
}

.mainVisual_left {
	position: absolute;
	bottom: -50px;
  left:50%;
  transform:translateX(-50%);
	width: 100%;
	height:auto;
	min-height:auto;
}

.mainVisual_left_h1Box {
	width: 93%;
	margin: 17px auto 0;
}

.mainVisual_left_concept {
	width: 93%;
	margin: auto;
	text-align: center;
}

.mainVisual_left_concept p {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 30px;
  font-size: 14px;
}


.mainVisual_right{
	position:relative;
	width: 100%;
	height: 779px;
	min-height: auto;
	margin-top: 60px;
	padding-top: 10px;
}

.mainVisual_right img {
width: 100%;
}



/* business /////////////////////////////////////*/
	.business {
		/* display: none; */
		position: relative;
    top: 50px;
		width: 93%;
		margin: auto auto 50px auto;
		padding: 0;
		clear: both;

	}

	.business_inner {
		display: block;
	}

	.businessContent {
		width: 100%;
		margin: auto;
	}

	.businessContent_inner p {
		font-size: 14px;
		color: #333333;
		margin-bottom: 40px;
		/* line-height: 23px; */
	}

	.businessContent_inner h3 {
		margin-top: 30px;
	}


	/* history //////////////////////////////////////*/

	.history {
		display: flex;
		flex-direction:column;
		margin: 0;
	}

	.history_left {
		float: none;
		margin-top: 30px;
		order: 1;
		width: 100%;
		height: auto;
	}

	.dot {
		top: 0;
		right: auto;
		left: 0;
		width: 90%;
		height: 55vw;
	}

	.history_left:before{
		content: "";
    display: block;
    padding-top: 65vw;
	}

	.historyImg {
		position: absolute;
		top: 26px;
		right: 0;
		left: auto;
		width: 90%;
		z-index: 5;
	}

	.history h3 {
		margin: 30px 0 0;
		order: 0;
	}

	.history_comment {
		order: 2;
	}

	.history_comment p {
		margin: 30px 0 0;
		clear: both;
	}


	/* service ///////////////////////////////////////*/
	.service{
		/* display: none; */
		width: 93%;
		margin: 0 auto 50px;
		padding:0;
		box-sizing: border-box;
	}

	.service_unit {
		display: block;
	}

	.service_catLeft {
		padding-right: 0;
		box-sizing: border-box;
	}



	/* works ////////////////////////////////////////*/
	.works {
		padding: 0 3.5% 40px;
	}

	.works_unit ul li {
		margin-right: 0;
		width: calc(100% / 2 - 8px );
		float: left;
		margin-left: 8px;
	}

	.works_unit ul li:last-child {
		margin-bottom: 0;
	}

	.works_unit p{
		margin: 0 0 15px;
		font-size: 14px;
	}





	/* officer ////////////////////////////////////////*/
	.officer {
		/* display: none; */
		width: 93%;
		margin: auto;
		padding: 0;
	}

	.officer_detail {
		margin-top: 30px;
	}

	.officer_detail dl {
		display: block;
		border: none;
	}

	.officer_detail dl:last-child{
		border-bottom: none;
	}

	.officer_detail dl dt{
		display: block;
		width: 100%;
		border: none;
		min-height: auto;
	}

	.officer_detail dl dd {
		display: block;
		min-height: auto;
		width: 100%;
		margin-bottom: 15px;
		border: none;
	}



	/* company ////////////////////////////////////////*/
	.company {
		/* display: none;	 */
		width: 93%;
		margin: 0 auto 60px;
		padding: 0;
	}

	.company h2 {
		padding-top: 40px;
	}

	.company_inner {
		display: block;
	}

	.map {
		width: 100%;
		text-align: right;
	}

	.company_detail {
		width: 100%;
		margin: 0;
	}

	.company_detail ul li {
		margin-bottom: 10px;
	}

	.company_detail dd{
		margin-left: 15px;
	}

	.company_detail dl {
		margin-top: 30px;
	}


	/* contact ////////////////////////////////////////*/
	.contact {
		/* display: none; */
		padding: 0 3.5% 60px;
		box-sizing: border-box;
	}

	.contactForm_inner {
		display: block;
		margin-top: 30px;
	}

	.contact_left {
		width: 100%;
	}

	.contact_right {
		width: 100%;
	}

	.contact_right_inner {
		margin-top: 20px;
		text-align: center;
	}

	.contactSubmit {
		width: 50%;
	}



	/* footer /////////////////////////////////////////*/

	.footer_nav {
		display: block;
		position: relative;
		overflow: hidden;
		height:auto;
		padding: 45px 0;
	}


	.footer_nav ul {
		box-sizing: border-box;
		display: inline-block;
		margin: 0 auto;
		top: 50%;
		position:relative;
		clear: both;
	}

	.footer_nav ul li {
		float: left;
		margin: auto;
		padding: 0 15px;
		line-height: 3;
		line-height: 50px;
	}

	.opening_wrapper ul{
		padding-bottom: 12px;
	}
	.opening_wrapper ul li{
	  margin-bottom: 8px;
	}

}




/*//////////////////////////////////////////////////////////////////////
thanks.php
//////////////////////////////////////////////////////////////////////*/


.thanks_all {
	position: relative;
	min-height: 100%;
	max-width: 100%;
}


.thanks_main {
	text-align: center;
	box-sizing: border-box;
	padding:50px 30px 150px;
}


.thanks_logo_inner {
	margin-bottom: 100px;
	max-width: 254px;
	margin-left: 0;
	margin: auto;
}

.thanks_logo img {
	width: 100%;
	margin: auto;
}

.thanks_message p{
	display: inline-block;
	text-align: left;
}

.thanks_message h1 {
	color: #CC7B35;
	font-size: 40px;
}

.thanks_message p {
 color: #333333;
 font-size: 20px;
}

.backTop {
	width: 202px;
	height: 40px;
	font-size: 16px;
	background: #5C1C1C;
	border-radius: 8px;
	margin: 30px auto 0;
}

.backTop a {
	display: block;
	padding: 8px 0;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}


.thanks_footer {
	box-sizing: border-box;
	position: absolute;
	left:0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	min-height: 80px;
	padding: 30px 0;
	background-color: #4D2E14;
}

.thanks_footer small {
	box-sizing: border-box;
	font-size: 12px;
	color: #FFFFFF;
}
