/* 
 * ------- setup ---------------------
 */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

/*===========================
top
===========================*/


/*----------------------------
header
-----------------------------*/

header .logo {
	margin-top: 20px;
	/* width:260px; 長さ指定 */
}

header .logo2 {
	margin-left:2%;
	margin-top:9px;
	padding:5px;
	background-color:#1d1d1d;
}
 @media screen and (max-width: 768px) {
header .logo2 {
	padding:10px;
}
header .logo2 img {
	width:80px; /* pxで指定 */
}
}
@media screen and (max-width: 400px) {
	header .logo img {
		margin-top:6px;
	width:260px;
}
}
/*----------------------------
visual-cut
-----------------------------*/

.askew1 {
	/* 背景墨色 */
	background: #292929;
	position: relative;
}

.askew1 .catch {
	left: 60%;
	top:35%;
	line-height: 1em;
	position: absolute;
	font-size: 5vw;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

.catch .smaller {
	font-size: 0.5em;
	display: block;
	letter-spacing: 0.1em;
}


.askew1 .askew-area {
	width: 75%;
	height: 100%;
	left: 0;
	top:0;
	position: absolute;
	z-index: 0;
}


.askew1 .askew-area .askew-bg1 {
	position: absolute;
	height: 100%;
	width: 25%;
	transform: skewX(-18deg);
		overflow: hidden;
	background: #FFF;
	z-index: 2;
	left:-2.5%;
}


.askew1 .askew-area .askew-bg2 {
	position: absolute;
	height: 100%;
	width: 37.5%;
	transform: skewX(-18deg);
		overflow: hidden;
	background: #eee;
		left:12.5%;
	z-index: 1;
}

.askew1 .askew-area .askew-bg3 {
	position: absolute;
	height: 100%;
	width: 37.5%;
	transform: skewX(-18deg);
		overflow: hidden;
	background: #ccc;
	left:37.5%;
	z-index: 0;
}




.askew1 .askew-area .askew-bg1 .bg {
	  width:150%;
  height:100%;
		background: url(../img/top/skew_bg01.jpg);
	background-position:-1vw 50%;
	transform: skewX(18deg);
	background-size: cover;
}

.askew1 .askew-area .askew-bg2 .bg {
	  width:150%;
  height:100%;
		background: url(../img/top/skew_bg02.jpg);
	background-position:-7vw 50%;
	transform: skewX(18deg);
	background-size: cover;
}

.askew1 .askew-area .askew-bg3 .bg {
	  width:150%;
  height:100%;
		background: url(../img/top/skew_bg03.jpg);
	background-position:4vw 50%;
	transform: skewX(18deg);
	background-size: cover;
}

/*2分割*/


.askew1 .askew-area2 {
	width: 75%;
	height: 100%;
	left: 0;
	top:0;
	position: absolute;
	z-index: 0;
}


.askew1 .askew-area2 .askew-bg1 {
	position: absolute;
	height: 100%;
	width: 38.75%;
	transform: skewX(-18deg);
		overflow: hidden;
	background: #FFF;
	z-index: 2;
	left:-2.5%;
}


.askew1 .askew-area2 .askew-bg2 {
	position: absolute;
	height: 100%;
	width: 50%;
	transform: skewX(-18deg);
		overflow: hidden;
	background: #eee;
		left:25%;
	z-index: 1;
}


.askew1 .askew-area2 .askew-bg1 .bg {
	  width:150%;
  height:100%;
		background: url(../img/top/skew_bg02.jpg);
	background-position: -4vw 50%;
	transform: skewX(18deg);
	background-size: cover;
}

.askew1 .askew-area2 .askew-bg2 .bg {
	  width:120%;
  height:100%;
		background: url(../img/top/skew_bg03.jpg);
	background-position: 3vw 50%;
	transform: skewX(18deg);
	background-size: cover;
}


/*画像一枚*/


.askew1 .askew-area3 {
	width: 75%;
	height: 100%;
	left: 0;
	top:0;
	position: absolute;
	z-index: 0;
}


.askew1 .askew-area3 .askew-bg1 {
	position: absolute;
	height: 100%;
	width: 77.5%;
	transform: skewX(-18deg);
		overflow: hidden;
	background: #FFF;
	z-index: 2;
	left:-2.5%;
}

.askew1 .askew-area3 .askew-bg1 .bg {
	  width:112%;
  height:100%;
		background: url(../img/top/skew_bg02.jpg);
	background-position: 2vw 50%;
	transform: skewX(18deg);
	background-size: cover;
}



/*----------------------------
inner
-----------------------------*/

.inqset .inner, /* お問い合わせ */ .lower-bar .inner, /* NEWS 基本データ */ .pickupsecInner, /* ピックアップ2と3 */ footer .inner, /* フッター */ footer .add-banner .inner-add-banner /* バナー付フッター */ {
	max-width:1200px!important;
	margin:0 auto;
}
/*
inquiry set　お問い合わせセット（※フォームリンクを消す場合は使う）*/

.inqset .inner .tel, .inqset .inner .form {
	float: none;
	text-align: center;
}
.inqset .inner .tel {
	margin-bottom: 0.8em;
}
.inqset .inner .tel .number {
	margin-left: 11px;
	line-height: 1.3em;
}


/*----------------------------
news data
-----------------------------*/



.lower-bar .inner .news {
	width:42%; /* NEWS */
}



/* ↓こちらは基本変更の必要なし */
 @media screen and (max-width: 1023px) {
.lower-bar .inner .news {
	width:auto; /* NEWS */
}
.lower-bar .inner .company_data {
	width:auto; /* 基本データ */
}
}
/*===========================
secondary
===========================*/


/* 地図高さ */


#map_canvas {
	height:500px;
	margin-bottom:1em;
}
 @media screen and (max-width: 768px) {
#map_canvas {
	height:300px;
}
}
/* ビフォーアフター透かしのサイズと位置 */

.before::after {
	width:26%;
	height:26%;
	bottom: 3%;
	left: 80%;
}
.after::after {
	width:26%;
	height:26%;
	bottom: 3%;
	left: 80%;
}
/*===========================
footer
===========================*/


/* バナー位置（1つか2つの場合はfloat:right） */

footer .add-banner .inner-add-banner .wrap-banner div {
/*float:right;*/
}


/*===========================
faq
===========================*/
 .content .faq h3::before {
 left:2px;
 top:-1px;
 background-color:#2d6f9c;
 line-height:28px;
 font-size:28px;
}

 .content .faq .answer::before {
 left:2.5px;
 background-color:#8eb6d1;
 line-height:32px;
 font-size:28px;
}
