@charset "utf-8";

html,body{
    width: 100%;
}
body {
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1200px;
	position: relative;
}
img {
	width: 100%;
}
a img:hover  {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
 }
/*全体*/
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	overflow: hidden;
}
.pc_only {
}
.sp_only {
	display: none;
}
 /*======================
contents共通
=====================*/
.contents {
	width: 100%;
/*グラデーション*/
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(left,  #e2e2e2 0%, #fefefe 24%, #ffffff 49%, #fefefe 76%, #e2e2e2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e2e2e2 0%,#fefefe 24%,#ffffff 49%,#fefefe 76%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e2e2e2 0%,#fefefe 24%,#ffffff 49%,#fefefe 76%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
}
.contents .wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.contents section {
	width: 100%;
	padding-bottom: 100px;
}
.bg_wh {
	background-color: #fff;
}
.tit {
	text-align: center;
	background-image: url(../images/arrow.png);
	background-position: center bottom;
	background-size: auto 25px;
	padding-bottom: 50px;
	padding-top: 100px;
	margin-bottom: 50px;
}
.tit .jp {
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 15px;
	text-indent: 15px;
	padding-bottom: 15px;
}
.tit .en {
	font-family: 'Cormorant Garamond', serif;
	font-size: 18px;
	letter-spacing: 5px;
	text-indent: 5px;
}
/*======================
header
=====================*/
#header_SP {
	display: none;
}
#header {
	position: absolute;
	z-index: 99999;
	top: 20px;
	left: 20px;
}
#header .logo {
	width: 120px;
}
 /*======================
メイン
=====================*/
#main {
	width: 100%;
	background-image: url(../images/main_d.jpg);
	background-position: center top;
	position: relative;
	background-size: 100% auto;
}
#main .copy_wrap {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15%;
}
#main .copy {
	background-color: rgba(255,255,255,0.70);
	font-weight: bold;
	text-align: center;
	font-size: 45px;
	line-height: 140%;
	padding-top: 40px;
	padding-bottom: 40px;
}
#main ul.group {
	overflow: hidden;
	/* margin-right: -2%; */
	margin-top: 15%;
	display: flex;
	grid-gap: 1rem;
	align-items: stretch;
	justify-content: space-between;
}
#main ul.group li {
	flex: 1;
	background-color: #FFFFFF;
	padding: 20px;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#main ul.group li::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 70px;
	background-position: center;
	background-size: auto 70px;
	background-repeat: no-repeat;
}
#main ul.group li a {
	text-decoration: none !important;
}
#main ul.group li .name {
	text-align: center;
	font-weight: bold;
	color: #444;
	font-size: 18px;
	margin-top: 1rem;
	margin-bottom: 10px;
}
#main ul.group li .name small {
	font-size: 14px;
	line-height: 120%;
}
#main ul.group li .text {
	font-size: 13px;
	line-height: 160%;
	text-align: justify;
	height: 170px;
}
#main ul.group li .ph_bg {
	width: 100%;
	text-align: center;
	aspect-ratio: 315/150;
	overflow: hidden;
	position: relative;
	margin: 1rem 0 0;
}
#main ul.group li .ph_bg::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 10;
	transition: all .5s;
}
#main ul.group li .ph_bg:hover::after {
	background-color: rgba(0,0,0,0);
}
#main ul.group li .ph_bg img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}
#main ul.group li .ph_bg figcaption {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 7px;
	text-indent: 7px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
}
#main ul.group li .ph_bg:hover figcaption {
	color: #333;
}
#main ul.group li .ph_bg p:hover {
	color: #444;
	background-color: rgba(0,0,0,0.0);
}
#main ul.group li.g1 {
	border-top: 7px solid #903983;
}
#main ul.group li.g1::before {
	background-image: url(../images/main_5_icon.svg);
}
#main ul.group li.g2 {
	border-top: 7px solid #D775AD;
}
#main ul.group li.g2::before {
	background-image: url(../images/main_4_icon.png);
}
#main ul.group li.g3 {
	border-top: 7px solid #268BC9;
}
#main ul.group li.g3::before {
	background-image: url(../images/main_3_icon.png);
}
 /*======================
ごあいさつ
=====================*/
#greething {
}
#greething .wrap {
	overflow: hidden;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#greething .wrap .left {
	float: left;
	width: 350px;
	margin-right: 30px;
}
#greething .wrap .right {
	font-size: 18px;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
}
#greething .wrap .right b {
	/* text-align: right; */
	font-size: 20px;
	display: block;
	margin-top: 1rem;
}

 /*======================
企業理念
=====================*/
#philosophy {
}
#philosophy .text_c {
	text-align: center;
	font-size: 20px;
	line-height: 240%;
	font-weight: bold;
}
#philosophy .text_c b {
	font-size: 36px;
	display: inline-block;
	padding-bottom: 30px;
}
#philosophy .ph_c {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
 /*======================
works共通
=====================*/
.works {
	text-align: center;
}
.works .wh_block {
	background-color: rgba(255,255,255,0.70);
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	/*	height: 520px;*/
}
.works .cap {
	font-weight: bold;
	font-size: 40px;
	padding-bottom: 30px;
}
.works .cap small {
	font-size: 18px;
	padding-bottom: 10px;
	display: inline-block;
}
.works .text {
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 20px;
}
.works .bt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	overflow: hidden;
}
.works .bt_box li.center {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.works .bt_box li.fl {
	width: 350px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.works .bt_box li.fl:nth-child(even) {
  margin-right: 0;
}

 /*======================
グリーンハウス 原木中山
=====================*/
/* #work1 {
	background-image: url(../images/01_bg.jpg);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
#work1 .w_icon {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#work1 .w_icon .image {
	width: 200px !important;
	position: absolute;
	top: -60px;
	right: 60px;
}
#work1 .cap {
	color: #169F67 !important;
}
#work1 .ph_c {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
} */
/* 表示ボタン */
/* .openBtn {
} 
#work1 .arrow {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(../images/toggle_down.png);
	background-position: center bottom;
	background-size: auto 40px;
	padding-top: 10px;
	padding-bottom: 50px;
	font-weight:bold;
	color: #666;
	text-decoration: underline;  
}
#work1 .arrow:hover { */
	/* opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	/* filter: alpha(opacity=70); /* IE lt 8 */
	/* -ms-filter: "alpha(opacity=70)"; /* IE 8 */
	/* -khtml-opacity: .70; /* Safari 1.x */
	/* -moz-opacity: .70; /* FF lt 1.5, Netscape */
  	/* cursor: pointer;
}
/* 非表示部分 */
/* .textArea {
  display: none;
} 
.textArea ul.box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 40px;
}
.textArea ul.box li {
	text-align: left;
	margin-bottom: 10px;
}
.textArea ul.box li .midashi {
	font-weight: bold;
	font-size: 20px;
	color: #169F67 !important;
}
.textArea ul.box li .wrap {
	overflow: hidden;
	margin-top: 10px;
}
.textArea ul.box li .wrap .come {
	float: left;
	width: 65%;
}
.textArea ul.box li .wrap .image {
	float: right;
	width: 33%;
} */
 /*======================
ふぉーすまいる
=====================*/
/* #work2 {
	background-image: url(../images/02_bg.jpg);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
#work2 .w_icon {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#work2 .w_icon .image {
	width: 200px !important;
	position: absolute;
	top: -60px;
	left: 60px;
}
#work2 .cap {
	color: #D775AD !important;
} */
 /*======================
かんてい局
=====================*/
#work1 {
	background-image: url(../images/07_bg.jpg);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
#work1 .w_icon {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#work1 .w_icon .image {
	width: 200px !important;
	position: absolute;
	top: -60px;
	left: 60px;
}
#work1 .cap {
	color: #D775AD !important;
}
 /*======================
炭火焼肉 きっちょう
=====================*/
#work2 {
	background-image: url(../images/04_bg.jpg);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
#work2 .w_icon {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#work2 .w_icon .image {
	width: 200px !important;
	position: absolute;
	top: -60px;
	right: 60px;
}
#work2 .cap {
	color: #EE7945 !important;
	padding-top: 30px;
}
#work2 .text {
	padding-top: 50px;
	padding-bottom: 50px;
}
 /*======================
井上臓器
=====================*/
#work5 {
	background-image: url(../images/05_bg.jpg);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
#work5 .w_icon {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#work5 .w_icon .image {
	width: 200px !important;
	position: absolute;
	top: -60px;
	left: 60px;
}
#work5 .cap {
	color: #EE7945 !important;
	padding-top: 30px;
}
#work5 .text {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*======================
スマホホスピタル
=====================*/
#work3 {
   background-image: url(../images/03_bg.jpg);
   background-size: cover;
   padding-top: 100px;
   padding-bottom: 100px;
}
#work3 .w_icon {
   width: 1100px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}
#work3 .w_icon .image {
   width: 200px !important;
   position: absolute;
   top: -60px;
   right: 60px;
}
#work3 .cap {
   color: #268BC9 !important;
   padding-top: 30px;
}
#work3 .text {
   padding-top: 20px;
   padding-bottom: 20px;
}
 /*======================
しゃぶしゃぶ　きっちょう庵
=====================*/
/* #work6 {
	background-image: url(../images/06_bg.jpg);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
#work6 .w_icon {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#work6 .w_icon .image {
	width: 200px !important;
	position: absolute;
	top: -60px;
	left: 60px;
}
#work6 .cap {
	color: #EE7945 !important;
	padding-top: 30px;
  line-height: 1.2em;
}
#work6 .cap span {
  font-size: 70%;
}
#work6 .text {
	padding-top: 50px;
	padding-bottom: 50px;
} */
 /*======================
採用情報
=====================*/
#recruit {
	padding-bottom: 100px;
}
#recruit .bt {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
/*リンク用ボタン*/
.bt .css_btn_class {
	width: 100%;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background-color: #C9151E;
	color: #fff;
	display: inline-block;
	line-height: 160%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
	font-weight: bold;
}
.bt .css_btn_class:hover {
	background-color: #888;
	color: #fff;
	text-decoration: none;
}
 /*======================
企業情報
=====================*/
#about {
}
#about table {
	text-align: left;
}
#about th {
	width: 15%;
	color: #444;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
#about td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

 /*======================
沿革
=====================*/
 #history {
}
#history table {
	text-align: left;
}
#history th {
	width: 15%;
	color: #444;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
#history td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
 /*======================
お問い合わせ
=====================*/
/*form.cssへ*/


/*======================
thanks
=====================*/
#thanks {
	margin-top: 100px;
	margin-bottom: 100px;
}
.thanks {
	text-align: center;
	padding-top: 30px;
}
.thanks p {
	text-align: center;
}
.thanks .cap {
	font-size: 26px;
	color: #8D6459;
	text-align: center;
	padding-bottom: 30px;
}
.thanks address {
	font-style: normal;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: 1px solid #CCCCCC;
}
.thanks .bt {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 10px;
}
/*リンク用ボタン*/
.thanks .css_btn_class_kei {
	width: 100%;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background-color: #fff;
	color: #666;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	border: 2px solid #888;
	font-weight: bold;
}
.thanks .css_btn_class_kei:hover {
	background-color: #888;
	border: 2px solid #888;
	color: #fff;
	text-decoration: none;
}
/*======================
privacy
======================*/
#privacy {
	margin-top: 100px;
	margin-bottom: 100px;
}
.privacy {
	margin-top: 30px;
}
.privacy .tit3 {
	color: #666;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #888;
	font-size: 18px;
	font-weight: bold;
}
.privacy p {
	font-size: 14px;
}
.privacy a {
	color: #666;
}
/*======================
footer
======================*/
.pagetop {
	text-align: center;
    bottom: 100px;
    right: 20px;
    position: fixed;
	z-index: 9999999;
}
.pagetop img {
	width: 50px;
}
#footer {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
/*グラデーション*/
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(left,  #e2e2e2 0%, #fefefe 24%, #ffffff 49%, #fefefe 76%, #e2e2e2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e2e2e2 0%,#fefefe 24%,#ffffff 49%,#fefefe 76%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e2e2e2 0%,#fefefe 24%,#ffffff 49%,#fefefe 76%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 */
}
#footer .wrap {
	overflow: hidden;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#footer .wrap .logo {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#footer .wrap ul {
	overflow: hidden;
}
#footer .wrap ul li {
	float: left;
	margin-left: 30px;
}
#footer .wrap ul li a {
	color: #333;
	font-size: 14px;
}
#footer .wrap ul li:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
	-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
}
/*固定ボタン*/
.fixed_bt {
    bottom: 0px;
    position: fixed;
	z-index: 9999999;
	display: flex;
	width: 100%;
}
.fixed_bt li {
	width: 50%;
	text-align: center;
}
.fixed_bt li.con a {
	background-color: rgba(158,157,155,0.9);	
	display: block;
	background-image: url(../images/ft_mail.png);
	background-position: 38% center;
	background-size: auto 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.fixed_bt li.con a:hover {
	background-color: rgba(158,157,155,0.5);
}
.fixed_bt li.rec a {
	background-color: rgba(197,194,193,0.9);
	display: block;
	background-image: url(../images/ft_recruit.png);
	background-position: 40% center;
	background-size: auto 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.fixed_bt li.rec a:hover {
	background-color: rgba(197,194,193,0.5);
}
.fixed_bt li a {
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
