@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

#contents {
	width: 100%;
	margin: 0 auto;
}

header + #contents {
	padding-top: 60px;
}

.headerInner {
	position: relative;
	box-sizing:border-box;
	width:100%;
	margin: 0;
	padding: 0 15px;
}

@media screen and (max-width:500px) {
	.headerInner {
		padding: 0;
	}
}

.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

section {
	margin-bottom: 80px;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color: #333;
}
a:hover {
	color: #333;
}

h1 {
	font-size: 28px;
}

h2 {
	margin-bottom: 2em;
	font-size: 30px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
.indent {
	display: block;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
	font-size: 16px;
}

th,
td {
    vertical-align: middle;
    border: 1px solid #707070;
	text-align: left;
}

th {
    font-weight: normal;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 3カラム */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
	line-height: 1.8;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner h3 {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: bold;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
}

@media screen and (max-width:500px) {
	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
}

/* お知らせ */
.information {
	margin: 0;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width:767px) {
	.information {
		margin: 0;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
    z-index: 3;
    border-bottom: 1px solid #ccc;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
}

header h1 img {
	height: 58px;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	header h1 {
        height: 50px;
		padding: 0 0 10px;
	}
	
    header h1 img {
        height: 40px;
		line-height: 40px;
    }
}

@media screen and (max-width:500px) {
	header h1 {
		padding: 0 0 10px 10px;
	}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:950px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		display: block !important;
		float: right;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position: relative;
		line-height: 60px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #fff;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		color: #333;
		background: #eee;
	}
	nav ul li+li:before {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        height: 30px;
        margin-top: -15px;
        border-right: 1px solid #444;
    }

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 120px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 60px;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #444;
	}
	
	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 300px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		color: #fff;
		background: #444;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		color: #fff;
		background: #555;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #666;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}
	
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:949px) {
	nav.gnav {
		display: none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #666;
		background: #444;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #444;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #444;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
		background: #555;
	}
	nav.gnav li li a:hover {
		color: #fff;
		background: #555;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #fff;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #444;
	}
	nav.gnav .subnav a:hover:after {
		background: #444;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 5%;
		background: #333;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:60px;
	padding:2px 4px;
	background:#f1f1f1;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:4;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#36f;
}
.totop img:hover {
	background:#69f;
}

/*================================================
 *  メインビジュアル
 ================================================*/
.main-visual {
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	padding-top: 60px;
}
.main-visual {
    background-image: url(../img/main-visual_bg.jpg);
    background-repeat:  no-repeat;
	background-size: cover;
    background-position: center top;
}
.main-visualInner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
.main-visualInner img {
	width: 100%;
	margin: 0;
}

.catch1 {
    position: absolute;
    top: 8%;
    right: 30%;
	padding: 8px 15px 2px;
	-webkit-transform: skew(-20deg);
	transform: skew(-20deg);
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	background:#00b900;
}

.catch2 {
    position: absolute;
    top: 20%;
    right: 7%;
	display: inline-block;
	transform: skewX(-20deg);
	font-size: 40px;
	font-weight: bold;
	color:#333;
	text-align: right;
}

.catch3 {
    position: absolute;
    top: 32%;
    right: 5%;
	display: inline-block;
	transform: skewX(-20deg);
	font-size: 40px;
	font-weight: bold;
	color:#333;
	text-align: right;
}

span.or {
	font-weight: bold;
	font-size: 60px;
	color:#f60;
}

.catch2, .catch3 {
	text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff,
	-5px 5px 5px #fff,  5px -5px 5px #fff,
	5px 0 5px #fff, -5px  0 5px #fff,
	0 5px 5px #fff,  0 -5px 5px #fff;
}

@media screen and (max-width:979px) {
	.catch1 {
	    top: 8%;
	    right: 30%;
		padding: 6px 12px 0;
		font-size: 34px;
		line-height: 44px;
	}
	
	.catch2 {
	    top: 20%;
	    right: 7%;
		font-size: 30px;
	}
	
	.catch3 {
	    top: 32%;
	    right: 5%;
		font-size: 30px;
	}
	
	span.or {
		font-size: 50px;
	}
}

@media screen and (max-width:768px) {
	.catch1 {
	    top: 8%;
	    right: 30%;
		padding: 5px 10px 0;
		font-size: 30px;
		line-height: 40px;
	}
	
	.catch2 {
	    top: 20%;
	    right: 7%;
		font-size: 30px;
	}
	
	.catch3 {
	    top: 32%;
	    right: 5%;
		font-size: 30px;
	}
	
	span.or {
		font-size: 50px;
	}
	
	.catch2, .catch3 {
		text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
		-4px 4px 4px #fff,  4px -4px 4px #fff,
		4px 0 4px #fff, -4px  0 4px #fff,
		0 4px 4px #fff,  0 -4px 4px #fff;
	}
}

@media screen and (max-width:500px) {
	.catch1 {
	    top: 8%;
	    right: 30%;
		padding: 4px 10px 0;
		font-size: 18px;
		line-height: 28px;
	}
	
	.catch2 {
	    top: 22%;
	    right: 7%;
		font-size: 16px;
	}
	
	.catch3 {
	    top: 34%;
	    right: 5%;
		font-size: 16px;
	}
	
	span.or {
		font-size: 24px;
	}
	
	.catch2, .catch3 {
		text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff,
		-2px 2px 2px #fff,  2px -2px 2px #fff,
		2px 0 2px #fff, -2px  0 2px #fff,
		0 2px 2px #fff,  0 -2px 2px #fff;
	}
}

/*================================================
 *  ５つのポイント
 ================================================*/
#point {
	overflow: hidden;
	margin: 0;
	padding: 6em 0;
	background-color: #e3efef;
}
#point h3 {
	margin: 0 0 5em;
	padding: 0;
	text-align: center;
}
#point h3 img {
	width: 100%;
	max-width: 600px;
}

.wrap {
	display: flex;
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

.wrap .box-a {
	flex-grow: 1;
	position: relative;
	margin-right: 2em;
	text-align:center;
}
.wrap .box-a::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1.2rem;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #999;
}

.box-a1,
.box-a2,
.box-a3,
.box-a4,
.box-a5 {
	height: 140px;
	margin: 0;
	padding: 0;
	font-family: "Arial", "メイリオ";
	font-size: 70px;
	font-weight: bold;
	color: #333;
}

.wrap .box-b {
	flex-grow: 2;
	padding: 20px 0 0 10px;
	text-align: left;
}

.box-b1,
.box-b2,
.box-b3,
.box-b4,
.box-b5 {
	height: 140px;
}
.box-b1 h4,
.box-b2 h4,
.box-b3 h4,
.box-b4 h4,
.box-b5 h4 {
	margin: 0 0 0.3em;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.box-b1 p,
.box-b2 p,
.box-b3 p,
.box-b4 p,
.box-b5 p {
	margin: 0;
	color: #333;
}

.wrap .box-b span {
	color: #f00;
}

@media screen and (max-width:979px) {
	#point {
		padding: 5em 0;
	}
}

@media screen and (max-width:768px) {
	#point {
		padding: 4em 0;
	}
}

@media screen and (max-width:500px) {
	#point {
		padding: 3em 0;
	}
	#point h3 {
		margin: 0 0 3em;
		padding: 0 20px;
		text-align: center;
	}

	.wrap {
		display: flex;
		width: 340px;
		margin: 0 auto;
		padding: 0;
	}
	
	.box-a1,
	.box-a2,
	.box-a3,
	.box-a4,
	.box-a5 {
		height: 140px;
		font-size: 50px;
	}
	
	.wrap .box-b {
		padding: 15px 0 0 10px;
	}
	
	.box-b1,
	.box-b2,
	.box-b3,
	.box-b4,
	.box-b5 {
		height: 140px;
	}
	.box-b1 h4,
	.box-b2 h4,
	.box-b3 h4,
	.box-b4 h4,
	.box-b5 h4 {
		font-size: 15px;
	}
	
	.box-b1 p,
	.box-b2 p,
	.box-b3 p,
	.box-b4 p,
	.box-b5 p {
		font-size: 12px;
	}
}

/*================================================
 *  不動産買取りの流れ
 ================================================*/
#flow {
	overflow: hidden;
	margin: 0;
	padding: 6em 0;
	background-color: #fff;
}
#flow h2 {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.flowArea {
	overflow: hidden;
	width: 650px;
	margin: 0 auto;
	padding: 0;
}

.flowBox {
	overflow:hidden;
	margin:15px 0;
	padding:10px;
	border:1px solid #666;
	background:#fff;
}
.flowBox h3 {
	margin: 0 0 0.2em;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.flowBox p {
	overflow:hidden;
	margin: 0;
	color: #333;
}

.flowNo {
	float:left;
	margin:0 0.4em 0 0.2em;
	font-family: "Arial", "メイリオ";
	font-size: 70px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
}

.arrow {
	margin: 0;
	padding: 0;
	text-align: center;
}
.arrow img {
	width: 15%;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:979px) {
	#flow {
		padding: 5em 0;
	}

	.flowArea {
		overflow: hidden;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 0 50px;
	}
}

@media screen and (max-width:768px) {
	#flow {
		padding: 4em 0;
	}
	
	.flowArea {
		padding: 0 30px;
	}
}

@media screen and (max-width:500px) {
	#flow {
		padding: 3em 0;
	}
	#flow h2 {
			font-size: 30px;
	}
	
	.flowArea {
		padding: 0 15px;
	}
	
	.flowBox h3 {
		font-size: 20px;
	}
	
	.flowNo {
		font-size: 50px;
		line-height: 50px;
	}
}

/*================================================
 *  業務内容
 ================================================*/
#business h3 {
	overflow: hidden;
	border-bottom: 1px solid #999;
	margin: 0 0 1em;
	padding: 0.1em 0.5em;
	border-left: solid 5px #36f;
	font-size: 20px;
	color: #fff;
}

#business p {
	margin: 0 0 1.5em;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
#business p:last-child {
	margin: 0;
}
#business p a {
	color: #f00;
}

#business ol {
	margin: 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
#business ol li {
	list-style: decimal;
}
#business li {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.cd-fixed-bg.cd-bg-1  {
	width: 100%;
	margin: 0;
    padding: 60px 0;
    background-image: url(../img/business1-bg.jpg);
    background-repeat:  no-repeat;
	background-size: cover;
    background-position: center top;
}
.cd-fixed-bg.cd-bg-1 h2 {
	color: #fff;
}
.cd-fixed-bg.cd-bg-1 span:before {
	border-top: 1px solid #fff;
}
.cd-fixed-bg.cd-bg-1 span:after {
	border-top: 1px solid #fff;
}

.cd-fixed-bg.cd-bg-2  {
	width: 100%;
	margin: 0;
    padding: 60px 0;
    background-image: url(../img/business2-bg.jpg);
    background-repeat:  no-repeat;
	background-size: cover;
    background-position: center top;
}

.cd-fixed-bg.cd-bg-3  {
	width: 100%;
	margin: 0;
    padding: 60px 0;
    background-image: url(../img/business3-bg.jpg);
    background-repeat:  no-repeat;
	background-size: cover;
    background-position: center top;
}

.cd-fixed-bg.cd-bg-4  {
	width: 100%;
	margin: 0;
    padding: 60px 0;
    background-image: url(../img/business4-bg.jpg);
    background-repeat:  no-repeat;
	background-size: cover;
    background-position: center top;
}


/* 写真左寄せ */
.cd-fixed-bg.cd-bg-1 img {
	width: 100%;
	margin:0 0 2em;
}

/* 写真右寄せ */
.cd-fixed-bg.cd-bg-2 .imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.cd-fixed-bg.cd-bg-2 .imgR img {
	width: 50%;
	float:right;
	margin:0 0 2em 30px;
}
.cd-fixed-bg.cd-bg-3 .imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.cd-fixed-bg.cd-bg-3 .imgR img {
	width: 50%;
	float:right;
	margin:0 0 2em 30px;
}
.cd-fixed-bg.cd-bg-4 .imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.cd-fixed-bg.cd-bg-4 .imgR img {
	width: 50%;
	float:right;
	margin:0 0 2em 30px;
}

@media screen and (max-width:979px) {
	#business {
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}
	
	#business .inner {
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 736px) {
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
}

@media screen and (max-width:500px) {
    #business h3 {
        font-size: 18px;
    }
    #business p {
        font-size: 14px;
        line-height: 1.6;
    }
	#business ol {
		font-size: 14px;
	}

    .cd-fixed-bg.cd-bg-1 {
        padding: 30px 0;
    }

    .cd-fixed-bg.cd-bg-2 {
        padding: 30px 0;
    }

    .cd-fixed-bg.cd-bg-3 {
        padding: 30px 0;
    }
	
    .cd-fixed-bg.cd-bg-4 {
        padding: 30px 0;
    }

	.cd-fixed-bg.cd-bg-1  img {
		width: 100%;
		margin:0;
	}
	
	.cd-fixed-bg.cd-bg-2 .imgR {
		clear:both;
		overflow:hidden;
		margin:0;
	}
	.cd-fixed-bg.cd-bg-2 .imgR img {
		width: 100%;
		float:none;
		margin:0 0 1.5em;
	}
	
	.cd-fixed-bg.cd-bg-3 .imgR {
		clear:both;
		overflow:hidden;
		margin:0;
	}
	.cd-fixed-bg.cd-bg-3 .imgR img {
		width: 100%;
		float:none;
		margin:0 0 1.5em;
	}
	
	.cd-fixed-bg.cd-bg-4 .imgR {
		clear:both;
		overflow:hidden;
		margin:0;
	}
	.cd-fixed-bg.cd-bg-4 .imgR img {
		width: 100%;
		float:none;
		margin:0 0 1.5em;
	}
}

/*================================================
 *  会社概要
 ================================================*/
#company tr {
    border-bottom: 1px solid #b5b1b1;
}

#company th,
#company td {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    border: none;
}

#company th {
    width: 30%;
}

/* sp */
@media only screen and (max-width: 500px) {
    #company th,
    #company td {
        width: 100%;
        display: block;
    }

    #company th {
        width: 100%;
    }

    #company td {
        padding-top: 0;
    }
}

/*================================================
 *  求人情報
 ================================================*/
#recruit {
	width:100%;
	margin-top:2em;
}

#recruit table {
	width:100%;
	margin-bottom:1.5em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
#recruit table th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
#recruit table td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  お問い合わせ
 ================================================*/
#contact {
	width:100%;
	margin-top:2em;
}

#contact h2 {
	margin-bottom: 1em;
}

.stepText {
	margin:0 0 1em;
	font-size: 20px;
	font-weight: bold;
	color:#333;
	text-align:center;
}

.step {
	margin:0 0 3em;
	text-align:center;
}
.step img {
    box-sizing: border-box;
    width: 100%;
    max-width: 580px;
}

#contact table {
	width:100%;
	margin-bottom:1.5em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
#contact table th {
	padding:15px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#e3efef;
}
#contact table td {
	padding:15px;
	text-align:left;
	border:1px solid #ddd;
}

.contact_form {
	font-size: 16px;
	margin-bottom: 1.5em;
}
.contact_form th {
	width: 35%;
}

.form {
	margin:0 0 3em;
	padding:0;
}
.form:last-child {
	margin-bottom:0;
}
.form ul {
	text-align:left;
}

input#submit_btn {
	display:inline-block;
	padding:15px 20px;
	font-size: 16px;
	font-weight: bold;
	color:#36f;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #36f;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#submit_btn:hover {
	font-weight: bold;
	color:#fff;
	background:#36f;
	transition:all 0.2s ease 0s;
}

input#reset_btn {
	display:inline-block;
	padding:15px 20px;
	font-size: 16px;
	font-weight: bold;
	color:#36f;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #36f;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#reset_btn:hover {
	font-weight: bold;
	color:#fff;
	background:#36f;
	transition:all 0.2s ease 0s;
}

input#back_btn {
	display:inline-block;
	padding:15px 20px;
	font-size: 16px;
	font-weight: bold;
	color:#36f;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #36f;
	background:#fff;
	transition:all 0.2s ease 0s;
}
input#back_btn:hover {
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background:#36f;
	transition:all 0.2s ease 0s;
}

input {
    cursor: pointer;
    cursor: hand;
}

td input {
    height:30px;
}

input, select, textarea {
    font-size: 16px;
}

input[type="radio"],input[type="checkbox"]{
    position: relative;
    top: -2px;
	margin-right: -2px;
}

select {
	height: 35px;
	padding: 0 5px;
	border-radius: 4px;
	background: #eee;
}

/* --- フォーム部品のサイズ --- */
#zip {
    width: 30%;
}

#name, #name2, #tel, #contact_time {
    width: 50%;
}

#email {
    width: 95%;
}

#add {
    width: 95%;
	margin-top: 15px;
}

/* --- （複数行のテキスト入力欄） --- */
#message {
    box-sizing: border-box;
    width: 100%;
    height: 10em;
}

.required {
	color: #d00;
}

.caution {
	color: #d00;
}

.msg {
	margin:0 0 1em;
	color: #d00;
}

span.msg {
	color: #d00;
}

.contact_btn {
	text-align: center;
}

.contact_pt {
	padding-top: 80px;
}

@media screen and (max-width:767px) {
    .contact_form th {
        width: 40%;
    }
}

@media screen and (max-width:500px) {
    #contact table th {
        width: 100%;
    }

    #name, #name2, #tel, #contact_time, #email, #add {
        box-sizing: border-box;
        width: 100%;
    }
	
    .contact_form th {
        width: 100%;
    }
}

/*================================================
 *  タブレット・スマートフォン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}
	
    .main-visualInner {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}
	
	section {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
	
    .form_conf {
        font-size: 28px;
    }
	
    .catch {
        left: 40px;
        font-size: 34px;
    }

	footer {
		width:100%;
	}

	.lock {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}
}

@media screen and (max-width:768px) {
    .main-visual {
        margin-bottom: 0;
    }
    
    #facebook {
        margin-bottom: 50px;
    }
}

@media (min-width: 751px) {
        a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (max-width:500px) {
    .main-visual {
        margin-bottom: 0;
    }
    
    #facebook {
        margin-bottom: 30px;
    }
	
    #topicpath {
        margin-bottom:30px;
    }
	
    h2 {
        margin-bottom: 1em;
    }
	
    .form_conf {
        font-size: 20px;
    }
	
    .catch {
        left: 20px;
        font-size: 20px;
    }
	
    #recruit .table_sp { margin: 0 0 20px; }
    #recruit .table_sp th,
    #recruit .table_sp td{
        width: auto;
        display: block;
        border: none;
    }
    #recruit .table_sp th {border-top: 1px #ccc solid; border-bottom: 0;}
    #recruit .table_sp td {border-top: 1px #ccc solid; border-bottom: 0;}
    #recruit .table_sp tr:first-child th {border-top: none;}
	
    #contact .table_sp { margin: 0 0 20px; }
    #contact .table_sp th,
    #contact .table_sp td{
        width: auto;
        display: block;
        border: none;
    }
    #contact .table_sp th {border-top: 1px #ccc solid; border-bottom: 0;}
    #contact .table_sp td {border-top: 1px #ccc solid; border-bottom: 0;}
    #contact .table_sp tr:first-child th {border-top: none;}
}

@media screen and (min-width: 500px){
    .br-sp {display: none; }
}



