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

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



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

header .logo {
	float: left;
	margin-left: 2%;
	margin-top: 12px; /* 調整 */
}
header .logo2 {
	z-index: 2;
	float: left;
}
header .logo2 {
	margin-top: 9px;
	margin-left: 2%;
	padding: 5px;
}
header .logo2 img {
/* width:200px; 幅指定 */
}


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


header .logo {
/* 	margin-top: 20px; 調整 */
}
	
header .logo img {
/* width: 80%;　*/
	width:265px; /* 調整 */
}
	 
header .logo2 {
/*	padding:20px;  調整 */
}

header .logo2 img {
	width: 65px; /* 幅指定 */
}
	 


 }

/*----------------------------
main-visual
-----------------------------*/


.main-vis {
	width: 100%;
	z-index: 0;
	position: relative;
	height: 0;
	background-image:url(../img/main-vis/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 39.94%;
	margin-top: 76px;
}

/*----------------------------
main-visual（万能型以外）
-----------------------------*/

/* キャッチ例 */





/* 左下寄せ 

.main-vis .catch {
	position: absolute;
	text-align:left;
	color: #FFF;
	line-height:1.4em;
	letter-spacing:0em;
	font-weight: 200;
	margin-left:4%;
	margin-top: -18%;
	font-size:3vw;
}

*/

/* 右寄せ
.main-vis .catch {
	text-align: left;
	line-height: 1.4em;
	color: #FFF;
	letter-spacing: 0em;
	font-weight: 200;
	position: absolute;
	margin-top: -28%;
	margin-left: 60%;
	font-size: 3.2vw;
}
 */

 
/* 中央寄せ
.main-vis .catch {
	text-align: center;
	margin-top: -32%;
	font-size:2.9vw;
	line-height:1.4em;
	color:#FFF;
	letter-spacing:0em;
}
*/


/* 中央 上 寄せ 
.main-vis .catch {
	text-align: center;
	margin-top: -38%;
	font-size:2.9vw;
	line-height:1.4em;
	color:#333;
	letter-spacing:0em;
}
*/


/* 中央寄せ背景付き
.main-vis .catch {
	text-align: center;
	line-height: 1.4em;
	color: #FFF;
	letter-spacing: 0em;
	box-sizing: border-box;
	font-weight: 200;
	background-color: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	padding-top: 2.4vw;
	padding-bottom: 2.0vw;
	margin:-33% auto 0;
	width:46vw;
	font-size: 2.3vw;
}
*/


 
/* 下寄せ背景付き
.main-vis .catch {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.3);
	line-height:1.4em;
	letter-spacing:0em;
	font-weight: 200;
	text-align: center;
	margin-top: -11.8%;
	font-size:3vw;
	padding: 1.7% 0;
}
*/

/* 下寄せ白背景　例えばピンク
.main-vis .catch {
	color:#f091a8;
	background-color: rgba(255, 255, 255, 0.5);
	line-height:1.4em;
	letter-spacing:0em;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	text-align: center;
	margin-top: -11.9%;
	font-size:3vw;
	padding: 1.7% 0;
}
*/


/* 縦書き */
.main-vis .catchTate {
	position: relative;
	text-align: left;
	margin-top: -36%;
	padding-left: 33%;
	font-size: 2.8vw;
	line-height: 1.4em;
	height: 14em;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #FFF; /* 随時変更 */
	letter-spacing: -0em;
}

/* 随時変更 */
/* font-family: 'Noto Sans Japanese', sans-serif; */
/* text-shadow: 1px 1px 5px #000; */



/*----------------------------
multiuseA（万能型A）No.19011など
-----------------------------*/


.main-vis.multi-a {
	background-image:none;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 39.94%;
	margin-top: 76px;
}

/* 背景色 */

.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;
}


.askew1 .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;
}


/*3分割*/

.askew1 .askew-area .askew-bg1 .bg {
	  width:150%;
  height:100%;
		background: url(../img/main-vis/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/main-vis/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/main-vis/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/main-vis/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/main-vis/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/main-vis/skew_bg02.jpg);
	background-position: 2vw 50%;
	transform: skewX(18deg);
	background-size: cover;
}


/*----------------------------
multiuseB（万能型B）No.19002など
-----------------------------*/


.main-vis.multi-b {
	background-image:none;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 39.94%;
	margin-top: 76px;
}

/* カバー右画像 */

.main-vis.multi-b {
	background: url(../img/main-vis/vis01.jpg) 40vw center;
	background-size: 61%;
}


/* カバー左 */
.askew2 .askew-area {
	position: absolute;
	height: 100%;
	width: 57%;
	left:-7%;
	top:0;
	transform: skewX(-18deg);
	z-index: 0;
}


/* カバー左背景色 */

.askew2 .askew-area {

/* グリーン 
background: #2e6532;
*/

/* グレー
background: #394141;
*/

/* ピンク  
background: #de86a0;
*/

/* ブラック 
background: #292929;
	*/
	
/* ブルー */
background: #204092;

}


.askew2 .askew-area .catch {
  display: flex;
  justify-content: center;
  align-items: center;
	height: 100%;
	padding: 0 5% 0 15%;
}


.askew2 .askew-area .catch::before {
  content: "";
  position: absolute;
  background: #FFF;
  top: 50%;
  right: -2%;
  height: 6%;
  width: 1.6%;
margin-top: -2%;
transform: skewX(36deg);
	z-index: 9999;
}
.askew2 .askew-area .catch::after {
  content: "";
  position: absolute;
  background:#FFF;
  top: 50%;
  right: 1%;
  height: 6%;
  width: 1.6%;
	margin-top: -2%;
transform: skewX(36deg);
}

.askew2 .askew-area .catch p {
	font-size: 2.5vw;
	line-height: 1.4em;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
		transform: skewX(18deg);
}



.catch .catch-color {
	color: #9e8318;
}



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


@media screen and (max-width: 768px) {
	 
.main-vis .catch {
	font-size: 4vw; /* 随時調整 */
}

/* 下寄せ背景付き
.main-vis  .catch {
	font-size: 3.5vw;
	margin-top: -13.2%;
}
*/

/* 下寄せ白背景　例えばピンク
.main-vis  .catch {
	font-size: 3.5vw;
	margin-top: -13.2%;
}
 */

.main-vis .catchTate {
 margin-top: -35%;
 padding-left: 15%;
 font-size: 3.8vw;
 -ms-writing-mode: lr-tb; /* for MS IE8+ */
 -webkit-writing-mode: horizontal-tb;
 writing-mode: horizontal-tb;
 transform: ro(0.05deg);
 text-shadow: 1px 1px 2px #333;
 font-weight: bold;
}
}


/*----------------------------
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 {
	background-image: url(../img/common/bg_bar.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.lower-bar .inner .news {
	width:35%; /* 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;*/
}



