/* 
 * ------- setup ---------------------
 */


/*===========================
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-vis .catch {
	position: absolute;
	text-align:left;
	color: #FFF;
	line-height:1.4em;
	letter-spacing:0em;
	font-weight: 200;
	margin-left:4%;
	margin-top: -25%;
	font-size:3.2vw;
}
*/

/* 左下寄せ */

.main-vis .catch {
  position: absolute;
  text-align: left;
  color: #FFF;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 200;
  margin-left: 44%;
  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: -25.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; */




@media screen and (max-width: 768px) {

  .main-vis .catch {
    font-size: 4vw;
    /* 随時調整 */
  }

  /* 下寄せ背景付き
*/
  .main-vis .catch {
    font-size: 2.5vw;
    margin-top: -22.2%;
    margin-left: 53%;
  }

  /* 下寄せ白背景　例えばピンク
.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;*/
}




/*CUSTOM LAYOUT*/
/* column-layout03 */
.content_column {
  max-width: 100%;
}

.column-layout03 {
  background: #f6f6f6;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.column-layout03-item {
  box-sizing: border-box;
  width: 50%;
  vertical-align: middle;
}

.column-layout03-title {
  font-size: 20px;
  font-weight: bold;
  color: #1a54a5;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 426px;
  width: 96%;
  margin-top: 0.5em;
  text-align: center;
}

.column-layout03-text {
  margin: 0 auto;
  max-width: 426px;
  width: 96%;
}

.column-layout03-text {
  line-height: 1.6em;
}

.column-layout03-text p {
  font-size: 14px;
  line-height: 2.1;
}

.column-layout03-image {
  height: auto;
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}


@media only screen and (max-width: 768px) {
  .column-layout03-wrapper {
    background: #f6f6f6;
    padding: 6.89655% 6.11111% 0;
  }

  .column-layout03:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-layout03 {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .column-layout03-wrapper .column-layout03-content {
    padding-left: 0;
    padding-right: 0;
  }

  .column-layout03-item:first-child {
    margin-right: 0;
  }

  .column-layout03-item {
    width: 100%;
  }

  .column-layout03-content {
    background: #f6f6f6;
    padding: 30px 6.11111%;
  }

  .column-layout03-title {
    font-size: 18px;
    margin-bottom: 0.77778em;
    width: 100%;
    max-width: initial;
  }

  .column-layout03-text {
    width: 100%;
    max-width: initial;
  }

  .column-layout03-text p {
    font-size: 13px;
    line-height: 2;
  }

  .w80 {
    width: 100%;
    margin: 0 auto;
  }

  .vis3 .catch {
    margin-left: 0% !important;
  }

  .halfsz {
    width: 100%;
    display: block;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100% !important;
    box-sizing: border-box;
    overflow-x: scroll;
  }
}

.content strong em {
  font-style: italic !important;
}


/* flow */
.area_flowC .inner_flow {
  background: rgba(250, 250, 250, .85);
}

.area_flowC .inner_flow .largeTxt {
  color: #1a54a5;
  border-bottom: 1px dotted #CCC;
}

/* ãƒ•ãƒ­ãƒ¼ */

/* ãƒ•ãƒ­ãƒ¼Center */

.area_flowC {
  padding: 0 5em;
}

.area_flowC2 {
  padding: 0 1em;
}

.area_flowC .inner_flow {
  border: 1px solid #E1E1E1;
  padding: 24px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  min-height: 1em;
}

.area_flowC .inner_flow .largeTxt {
  font-size: 1.6em;
  text-align: center;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}

.area_flowC .inner_flow .txtWrap {
  /* padding:24px 30px; */
  padding: 0 2em;
}

.area_flowC .inner_flow p.flowImg {
  text-align: center;
  margin: 0.5em auto;
}

.area_flowC .arrow {
  margin: 5px auto;
  display: block;
  width: 40px;
  height: 26px;
  background: url(../img/common/arrow_down_s.png) center bottom no-repeat;
  text-indent: -9999px;
  margin-top: 0px;
}


@media screen and (max-width: 768px) {
  /* ãƒ•ãƒ­ãƒ¼Center */

  .area_flowC {
    padding: 0 1em;
  }

  .area_flowC .inner_flow {
    padding: 1em 2em;
  }

  .area_flowC .inner_flow .largeTxt {
    font-size: 1.4em;
    padding-bottom: 0.2em;
    margin-bottom: 0.4em;
  }

  .area_flowC .inner_flow .txtWrap {
    /* padding:24px 30px; */
    padding: 0 1em;
  }

  .area_flowC .inner_flow p.flowImg {
    text-align: center;
    margin: 0.5em auto;
  }

  .area_flowC .arrow {}
}

@media only screen and (max-width: 600px) {
  /* ãƒ•ãƒ­ãƒ¼ */

  /* ãƒ•ãƒ­ãƒ¼Center */

  .area_flowC {
    padding: 0;
  }

  .area_flowC .inner_flow {
    padding: 0.5em 1em;
  }

  .area_flowC .inner_flow .largeTxt {
    font-size: 1.2em;
    padding-bottom: 0.1em;
    margin-bottom: 0.2em;
  }

  .area_flowC .inner_flow .txtWrap {
    padding: 0 0.5em;
  }

  .area_flowC .inner_flow p.flowImg {
    text-align: center;
    margin: 0.3em auto;
  }

  .area_flowC .arrow {}
}



.before.img2::after {
  width: 21%;
  height: 25%;
  bottom: -7%;
  left: 79%;
}

.after.img2::after {
  width: 21%;
  height: 25%;
  bottom: -7%;
  left: 79%;
}


.hidden {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}


ul.liReseterFloat.centered{
  width: 160px;
  text-align: center;
  margin: 0 auto;
}