@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;600;700;900&family=Oswald:wght@500;700&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #000;
  letter-spacing: 0;
  word-break: break-word;
  cursor: default;
  overflow-x: hidden;
  position: relative;
}

a {
  transition: 0.3s;
  opacity: 1;
}
a:hover {
  opacity: 0.6;
}
a.disabled {
  pointer-events: none;
}

@media screen and (min-width: 576px) {
  .disp_xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .disp_tab {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
  .disp_notsp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .disp_sp {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
  .disp_tab {
    display: none !important;
  }
  .disp_notpc {
    display: none !important;
  }
}
.fs-s {
  font-size: 80%;
}

.fs-ss {
  font-size: 10px;
}

.container {
  position: relative;
  background-color: #fff;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .container {
    padding-top: 96px;
  }
}

.contents-wrap {
  background: #fff;
}

.page-wrap {
  clear: both;
  overflow: hidden;
}
.page-wrap.bg-g {
  background-color: #e3eaf2;
}

.en {
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn-main {
  width: 205px;
  height: 37px;
  padding: 0 26px;
  margin-left: auto;
  margin-right: auto;
  background: #F19900 url(../images/icon_arrow-wh.svg) right 17px center/33px no-repeat;
  color: #fff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .btn-main {
    width: 234px;
    height: 41px;
    padding: 0 30px;
  }
}

/*------------------------------------------------------
  header
-------------------------------------------------------*/
#head-wrap {
  width: 100%;
  height: 50px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  transition: 0.3s;
}
#head-wrap::before {
  content: "";
  width: 87px;
  height: 100%;
  background-color: #A1C800;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#head-wrap.transparent {
  background-color: transparent;
}
#head-wrap.transparent.black {
  background-color: #000;
}
@media screen and (min-width: 992px) {
  #head-wrap {
    height: 96px;
    padding-right: 16px;
  }
  #head-wrap::before {
    width: 167px;
  }
}
#head-wrap .header {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#head-wrap .header #logo {
  width: 107px;
  height: 13px;
  padding-left: 18px;
  display: block;
  position: relative;
}
#head-wrap .header #logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(../images/kakuichi_logo.png) left top/contain no-repeat;
}
@media screen and (min-width: 992px) {
  #head-wrap .header #logo {
    width: 135px;
    height: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #head-wrap .header #logo {
    width: 205px;
    height: 25px;
    padding-left: 35px;
  }
}
#head-wrap .header .header__contact {
  width: 50px;
  height: 50px;
  margin-left: auto;
  background-color: #F19900;
  display: flex;
  align-items: center;
  justify-content: center;
}
#head-wrap .header .header__contact img {
  width: 31px;
  display: block;
}
#head-wrap .header .header__btn {
  width: 50px;
  height: 50px;
  background-color: #000;
}
#head-wrap .header .header__btn .menu-trigger {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
  position: relative;
}
#head-wrap .header .header__btn .menu-trigger span {
  width: 26px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.4s;
}
#head-wrap .header .header__btn .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8.5px) rotate(-45deg);
}
#head-wrap .header .header__btn .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#head-wrap .header .header__btn .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8.5px) rotate(45deg);
}
@media screen and (min-width: 992px) {
  #head-wrap .header .header__btn {
    display: none;
  }
}
#head-wrap .header .gNav {
  width: 100%;
  height: calc(100vh - 50px);
  padding: 40px 36px 0;
  background: #000;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#head-wrap .header .gNav .gNav__list li {
  width: 100%;
}
#head-wrap .header .gNav .gNav__list li a {
  color: #fff;
  display: block;
  padding: 11px 20px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
#head-wrap .header .gNav .gNav__list li a .bold {
  font-size: 20px;
  font-weight: 700;
  font-family: "Oswald", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#head-wrap .header .gNav .gNav__list li a.contact {
  width: 300px;
  height: 62px;
  margin: 32px auto 0;
  background: #F19900 url(../images/icon_arrow-wh.svg) right 30px center/30px no-repeat;
  font-size: 10px;
}
#head-wrap .header .gNav .gNav__list li a.contact .bold {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  #head-wrap .header .gNav {
    width: calc(100% - 135px);
    height: 100%;
    padding: 0;
    background-color: transparent;
    display: block !important;
    position: relative;
    top: 0;
    z-index: 0;
  }
  #head-wrap .header .gNav .gNav__list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 16px;
  }
  #head-wrap .header .gNav .gNav__list li {
    width: auto;
    border-bottom: 0;
  }
  #head-wrap .header .gNav .gNav__list li a {
    padding: 0;
    font-size: 10px;
  }
  #head-wrap .header .gNav .gNav__list li a .bold {
    font-size: 14px;
  }
  #head-wrap .header .gNav .gNav__list li a.contact {
    width: 120px;
    height: 44px;
    margin: 0;
    background-position: right 5px center;
    background-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 3px;
  }
}
@media screen and (min-width: 1200px) {
  #head-wrap .header .gNav {
    width: calc(100% - 205px);
  }
  #head-wrap .header .gNav .gNav__list {
    grid-gap: 24px;
  }
  #head-wrap .header .gNav .gNav__list li a .bold {
    font-size: 16px;
  }
  #head-wrap .header .gNav .gNav__list li a.contact {
    width: 140px;
    height: 62px;
    padding-right: 20px;
    background-size: 24px;
    background-position: right 11px center;
    grid-gap: 5px;
  }
}

/*------------------------------------------------------
  footer
-------------------------------------------------------*/
.footer {
  width: 100%;
  padding: 50px 0 140px;
  background: #EBEBEB;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 26px;
}
.footer__blk1 {
  width: 100%;
}
.footer__blk1__logo {
  width: 180px;
  height: 24px;
  margin-bottom: 20px;
  background: url(../images/kakuichi_logo-bk.png) left center/contain no-repeat;
  text-indent: -9999px;
}
.footer__blk1__address {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7143;
}
.footer__blk2 {
  width: 100%;
  max-width: 335px;
  padding-bottom: 10px;
}
.footer__blk2__tel {
  font-size: 48px;
  line-height: 1;
}
.footer__blk2__tel a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.footer__blk2__tel a .icon {
  width: 40px;
}
.footer__blk2__time {
  margin: 5px 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.footer__blk2__btns {
  display: grid;
  grid-gap: 10px;
}
.footer__blk2__btns a {
  width: 100%;
  height: 70px;
  padding: 0 28px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__blk2__btns a .icon {
  width: 45px;
  flex-shrink: 0;
}
.footer__blk2__btns a span {
  width: 100%;
  text-align: center;
}
.footer__blk2__btns a.btn1 {
  background-color: #F19900;
}
.footer__blk2__btns a.btn2 {
  background-color: #FFC505;
}
.footer__blk3 {
  width: 100%;
  padding-top: 4px;
}
.footer__blk3 .footer-nav {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.footer__blk3 .footer-nav__ttl {
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #484848;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.footer__blk3 .footer-nav__list {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 30px;
}
.footer__copyright {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.footer #to-top {
  width: 60px;
  height: 60px;
  position: fixed;
  /*right: 70px;*/
  bottom: 120px;
  z-index: 1039;
	right: 10px;
}
.footer #to-top a {
  width: 100%;
  height: 100%;
  background: url(../images/totop.svg) center/contain no-repeat;
  display: block;
}
.footer__nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.footer__nav .list {
  height: 60px;
  display: flex;
}
.footer__nav .list .btn_free {
  width: 60px;
  background-color: #A1C800;
  flex-shrink: 0;
}
.footer__nav .list .btn_free img {
  width: 36px;
}
.footer__nav .list .btn_catalog {
  width: calc((100% - 60px) / 2);
  background-color: #FFC505;
}
.footer__nav .list .btn_catalog img {
  width: 30px;
}
.footer__nav .list .btn_mail {
  width: calc((100% - 60px) / 2);
  background-color: #F19900;
}
.footer__nav .list .btn_mail img {
  width: 30px;
  margin-right: 10px;
}
.footer__nav .list a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 2px;
}
.footer__nav .list a img {
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 125px 0 60px;
  }
  .footer__inner {
    padding-bottom: 140px;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__blk1 {
    width: 180px;
    flex-shrink: 0;
  }
  .footer__blk1__logo {
    margin-bottom: 26px;
  }
  .footer__blk2 {
    width: 214px;
    flex-shrink: 0;
    order: 1;
  }
  .footer__blk2__tel {
    font-size: 31px;
  }
  .footer__blk2__tel a .icon {
    width: 25px;
  }
  .footer__blk2__time {
    margin-top: 2px;
    font-size: 9px;
  }
  .footer__blk2__btns {
    grid-gap: 20px;
  }
  .footer__blk2__btns a {
    height: 60px;
    padding: 0 18px;
    color: #fff;
    font-size: 16px;
  }
  .footer__blk2__btns a .icon {
    width: 28px;
  }
  .footer__blk3 {
    width: 100%;
    max-width: 600px;
    margin: -5px 0 0;
  }
  .footer__blk3 .footer-nav {
    margin-bottom: 0;
  }
  .footer__copyright {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .footer__nav {
    width: calc(100% - 140px);
    max-width: 622px;
    bottom: -1px;
  }
  .footer__nav .list a {
    font-size: 20px;
    grid-gap: 10px;
	  padding: 0 13px;
  }
  .footer__nav .list .btn_free a {
    padding: 0 3px;
    flex-wrap: wrap;
    grid-gap: 0;
  }
  .footer__nav .list .btn_free a .en {
    padding-left: 5px;
    margin-bottom: -10px;
    font-size: 24px;
    line-height: 1;
	  display: none;
  }
  .footer__nav .list .btn_free a .time {
    width: 100%;
    font-size: 9px;
    line-height: 1.3;
    display: inline-block;
    text-align: center;
	  display: none;
  }
  .footer__nav .list .btn_catalog {
    width: auto;
    order: 1;
  }
  .footer__nav .list .btn_catalog img {
    width: 45px;
    margin-right: 2px;
  }
  .footer__nav .list .btn_mail {
    width: auto;
  }
  .footer__nav .list .btn_mail img {
    width: 45px;
  }
  .footer #to-top {
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer__blk3 .footer-nav {
    flex-direction: row;
    grid-gap: 50px;
  }
  .footer__blk3 .footer-nav__group {
    width: 50%;
  }
  .footer__blk3 .footer-nav__list {
    grid-gap: 0;
  }
  .footer__blk3 .footer-nav__list li {
    width: 100%;
  }
	.footer__nav{
		max-width: 648px;
	}
  .footer__nav .list {
/*    display: grid;
    grid-template-columns: repeat(3, 1fr);*/
  }
  .footer__nav .list a {
    font-size: 21px;
    grid-gap: 5px;
	  padding: 0;
  }
  .footer__nav .list .btn_free {
    width: 43%;
  }
	.footer__nav .list .btn_catalog{
		width: 30%;
	}
	.footer__nav .list .btn_mail{
		width: 27%;
	}
  .footer__nav .list .btn_free a {
    padding: 0 5px;
  }
  .footer__nav .list .btn_free a .en {
    padding-left: 10px;
    font-size: 34px;
	  display: block;
  }
  .footer__nav .list .btn_free a .time {
    font-size: 12px;
	  display: block;
  }
  .footer__nav .list .btn_free img {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__blk3 {
    margin-left: -20px;
  }
  .footer__blk3 .footer-nav {
    grid-gap: 100px;
  }
  .footer__nav {
    width: calc(100% - 416px);
    /*margin: 0 auto;*/
    right: 0;
    max-width: 1005px;
  }
	.footer__nav .list a{
		font-size: 30px;
	}
  .footer__nav .list .btn_free {
    width: 33.3%;
  }
	.footer__nav .list .btn_catalog{
		width: 33.3%;
	}
	.footer__nav .list .btn_mail{
		width: 33.3%;
	}
  .footer__nav .list {
    height: 80px;
  }
  .footer__nav .list .btn_free a .time {
    font-size: 11px;
  }
  .footer #to-top {
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .footer__nav .list .btn_free a .en {
    font-size: 44px;
  }
  .footer__nav .list .btn_free a .time {
    font-size: 14px;
  }
  .footer__nav .list .btn_free img {
    margin-bottom: -10px;
  }
  .footer__nav .list .btn_mail a {
    grid-gap: 52px;
    padding-right: 54px;
  }
  .footer__nav .list .btn_catalog a {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px){
	.footer__nav{
		margin: 0 auto;
	}
}
.wc-static-ctn {
/*  width: 60px !important;
  height: 60px !important;
  background: #A1C800 url(../images/icon_chat.png) center/35px no-repeat !important;
  border-radius: 4px 0 0 4px !important;
  bottom: 60px !important;
  right: 0 !important;
  z-index: 1039 !important;*/
	bottom: 60px!important;
}
.wc-static-ctn .wc-static-img {
  /*display: none;*/
}
@media screen and (min-width: 768px) {
  .wc-static-ctn {
    bottom: 0px !important;
	  right: 80px!important;
	  width: min(30vw,250px)!important;
	  height: auto!important;
  }
}
@media screen and (min-width: 1200px) {
  .wc-static-ctn {
/*    width: 128px !important;
    height: 125px !important;
    background-size: 90px !important;
    border-radius: 10px 0 0 10px !important;*/
	  
	  bottom: 0!important;
	  width: 300px!important;
  }
}
@media screen and (min-width: 1900px) {
  .wc-static-ctn {
	  bottom: 0!important;
	  right: 80px!important;
  }
}
@media screen and (max-width: 767px){
	.wc-static-ctn{
		width: 240px!important;
		height: auto!important;
	}
}

.gnav-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/*------------------------------------------------------
  breadcrumb
-------------------------------------------------------*/
.bcnWrap {
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
}

/*------------------------------------------------------
  pageTtl
-------------------------------------------------------*/
.pageTtl {
  width: 100%;
  padding-top: 42px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.pageTtl .en {
  width: 100%;
  color: #A1C800;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .pageTtl {
    padding-top: 68px;
    margin-bottom: 50px;
    font-size: 23px;
  }
  .pageTtl .en {
    font-size: 64px;
  }
}

@media (min-width: 960px) {
  .sp-item {
    display: none;
  }
  #content-head {
    background: #fff;
  }
  #content-head #breadcrumbs {
    width: 100%;
    max-width: 1120px;
    padding-top: 20px;
    margin: 0 auto;
    color: #cccccc;
  }
  #content-head #breadcrumbs span {
    padding: 0 3px;
  }
  #content-head h1.page-title {
    padding: 0 0 40px 0;
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .btn-1 a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 18px 25px;
    background: #fff;
  }
  .btn-1 a span {
    display: block;
    text-align: center;
    background: url(../images/pict_arrow_4.png) right center no-repeat;
    background-size: 6px 12px;
  }
  /* line 644, ../scss/style.scss */
  /* line 652, ../scss/style.scss */
  .main-visual {
    position: relative;
  }
  .main-visual h1 {
    position: absolute;
    left: 50%;
    top: 60%;
    white-space: nowrap;
    z-index: 2;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    border-bottom: 3px #3071b8 solid;
    padding: 0 30px 5px 30px;
    margin-bottom: 15px;
    transform: translate(-50%, -80px);
    text-shadow: 1px 0px 2px #646464;
  }
  .main-visual h1 img {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 10px;
  }
  .main-visual h1 span.fs-small {
    font-size: 28px;
  }
  /* line 654, ../scss/style.scss */
  /* line 669, ../scss/style.scss */
  /* line 675, ../scss/style.scss */
  /* line 680, ../scss/style.scss */
  .slider_main {
    width: 100%;
    height: 487px;
    z-index: 1;
  }
  .slider_main div {
    width: 100%;
    height: 487px;
    position: relative;
    overflow: hidden;
  }
  .slider_main div dl {
    display: block;
    width: 650px;
    height: 100px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 290px;
    margin: 0 auto;
    z-index: 2;
  }
  .slider_main div dl dd {
    font-size: 24px;
    text-shadow: 1px 0px 2px #646464;
  }
  .slider_main div img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 1920px;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    z-index: 1;
  }
  /* line 684, ../scss/style.scss */
  /* line 689, ../scss/style.scss */
  /* line 701, ../scss/style.scss */
  /* line 705, ../scss/style.scss */
  /* line 719, ../scss/style.scss */
  #slider-watwat-wrap {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    position: relative;
  }
  #slider-watwat-wrap .title {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
  }
  #slider-watwat-wrap .title span {
    display: block;
    position: absolute;
    left: -560px;
    padding-left: 24px;
    color: #fff;
    line-height: 1.4em;
    font-size: 30px;
    margin-top: -10px\9 ;
    text-shadow: 2px 2px 3px #888888;
    /*lte IE 8*/
    transform: translate(0, -50%);
  }
  /* line 723, ../scss/style.scss */
  /* line 728, ../scss/style.scss */
}
@media only screen and (min-width: 960px) and (max-width: 870px) {
  /* line 728, ../scss/style.scss */
  #slider-watwat-wrap .title span {
    left: -370px;
  }
}
@media (min-width: 960px) {
  /* line 744, ../scss/style.scss */
  #slider-watwat-wrap .title span:before {
    content: "";
    display: block;
    width: 18px;
    height: 8px;
    border-top: 5px solid #fff799;
    display: block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: 5px;
    left: 0;
  }
  #slider-watwat-wrap .slider_watwat {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    overflow: hidden;
    z-index: 1;
  }
  #slider-watwat-wrap .slider_watwat div {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #slider-watwat-wrap .slider_watwat div img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 1920px;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    z-index: 1;
  }
  #slider-watwat-wrap .slider_watwat .slick-prev, #slider-watwat-wrap .slider_watwat .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0px;
    height: 1px;
    padding: 0;
    margin-top: -10px\9 ;
    /*lte IE 8*/
    transform: translate(0, -50%);
    z-index: 10000;
    outline: none;
    border: none;
    cursor: pointer;
  }
  #slider-watwat-wrap .slider_watwat .slick-prev:before, #slider-watwat-wrap .slider_watwat .slick-next:before {
    opacity: 1;
    color: white;
    display: block;
    position: absolute;
    width: 56px;
    height: 90px;
    top: -45px;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #slider-watwat-wrap .slider_watwat .slick-prev:before {
    background: url(../images/btn_slide_prev.png) left top no-repeat;
    left: -635px;
  }
  #slider-watwat-wrap .slider_watwat .slick-next:before {
    background: url(../images/btn_slide_next.png) left top no-repeat;
    left: 577px;
  }
  #slider-watwat-wrap .slider_watwat article.inner {
    width: 80%;
    max-width: 1120px;
    /* height: 416px; */
    height: 624px;
    margin: 0 auto;
    overflow: hidden;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl {
    display: block;
    width: 375px;
    float: right;
    color: #fff;
    /* padding-top: 80px; */
    padding: 200px 30px 0;
    background: rgba(128, 128, 128, 0.4);
  }
  #slider-watwat-wrap .slider_watwat article.inner dl dt span {
    display: block;
    border: solid 2px #fff;
    padding: 8px;
    text-align: center;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl dd {
    font-size: 16px;
    padding: 25px 0;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl dd .item-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl dd .item-text {
    margin-bottom: 25px;
  }
  /* line 755, ../scss/style.scss */
  /* line 760, ../scss/style.scss */
  /* line 767, ../scss/style.scss */
  /* line 779, ../scss/style.scss */
  /* line 799, ../scss/style.scss */
  /* line 812, ../scss/style.scss */
  /* line 816, ../scss/style.scss */
  /* line 820, ../scss/style.scss */
  /* line 826, ../scss/style.scss */
  /* line 833, ../scss/style.scss */
  /* line 840, ../scss/style.scss */
  /* line 843, ../scss/style.scss */
  /* line 847, ../scss/style.scss */
  /* line 856, ../scss/style.scss */
  #slider-example-wrap {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    overflow: hidden;
    position: relative;
  }
  #slider-example-wrap .title {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
  }
  #slider-example-wrap .title span {
    display: block;
    position: absolute;
    left: 350px;
    width: 200px;
    color: #fff;
    font-size: 30px;
    margin-top: -10px\9 ;
    text-shadow: 2px 2px 3px #888888;
    /*lte IE 8*/
    transform: translate(0, -50%);
  }
  /* line 861, ../scss/style.scss */
  /* line 866, ../scss/style.scss */
}
@media only screen and (min-width: 960px) and (max-width: 870px) {
  /* line 866, ../scss/style.scss */
  #slider-example-wrap .title span {
    left: 250px;
  }
}
@media (min-width: 960px) {
  /* line 881, ../scss/style.scss */
  #slider-example-wrap .title span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 8px;
    border-top: 5px solid #2483c8;
    margin-right: 5px;
  }
  #slider-example-wrap .slider_example {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    overflow: hidden;
    z-index: 1;
  }
  #slider-example-wrap .slider_example div {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #slider-example-wrap .slider_example div img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 1920px;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    z-index: 1;
  }
  #slider-example-wrap .slider_example .slick-prev, #slider-example-wrap .slider_example .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0px;
    height: 1px;
    padding: 0;
    margin-top: -10px\9 ;
    /*lte IE 8*/
    transform: translate(0, -50%);
    z-index: 10000;
    outline: none;
    border: none;
    cursor: pointer;
  }
  #slider-example-wrap .slider_example .slick-prev:before, #slider-example-wrap .slider_example .slick-next:before {
    opacity: 1;
    color: white;
    display: block;
    position: absolute;
    width: 56px;
    height: 90px;
    top: -45px;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #slider-example-wrap .slider_example .slick-prev:before {
    background: url(../images/btn_slide_prev.png) left top no-repeat;
    left: -635px;
  }
  #slider-example-wrap .slider_example .slick-next:before {
    background: url(../images/btn_slide_next.png) left top no-repeat;
    left: 577px;
  }
  #slider-example-wrap .slider_example article.inner {
    width: 80%;
    max-width: 1120px;
    /* height: 416px; */
    height: 624px;
    margin: 0 auto;
    overflow: hidden;
  }
  #slider-example-wrap .slider_example article.inner dl {
    display: block;
    width: 375px;
    float: left;
    color: #fff;
    /* padding-top: 80px; */
    padding: 200px 30px 0;
    background: rgba(128, 128, 128, 0.4);
  }
  #slider-example-wrap .slider_example article.inner dl dt span {
    display: block;
    border: solid 2px #fff;
    padding: 8px;
    text-align: center;
  }
  #slider-example-wrap .slider_example article.inner dl dd {
    font-size: 16px;
    padding: 25px 0;
  }
  #slider-example-wrap .slider_example article.inner dl dd .item-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  #slider-example-wrap .slider_example article.inner dl dd .item-text {
    margin-bottom: 25px;
  }
  /* line 890, ../scss/style.scss */
  /* line 895, ../scss/style.scss */
  /* line 902, ../scss/style.scss */
  /* line 914, ../scss/style.scss */
  /* line 934, ../scss/style.scss */
  /* line 947, ../scss/style.scss */
  /* line 951, ../scss/style.scss */
  /* line 955, ../scss/style.scss */
  /* line 961, ../scss/style.scss */
  /* line 968, ../scss/style.scss */
  /* line 975, ../scss/style.scss */
  /* line 978, ../scss/style.scss */
  /* line 982, ../scss/style.scss */
  /* line 990, ../scss/style.scss */
  #slider-customer-wrap {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    overflow: hidden;
    position: relative;
  }
  #slider-customer-wrap .title {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
  }
  #slider-customer-wrap .title span {
    display: block;
    position: absolute;
    left: -560px;
    color: #fff;
    font-size: 30px;
    margin-top: -10px\9 ;
    text-shadow: 2px 2px 3px #888888;
    /*lte IE 8*/
    transform: translate(0, -50%);
  }
  /* line 995, ../scss/style.scss */
  /* line 1000, ../scss/style.scss */
}
@media only screen and (min-width: 960px) and (max-width: 870px) {
  /* line 1000, ../scss/style.scss */
  #slider-customer-wrap .title span {
    left: -370px;
  }
}
@media (min-width: 960px) {
  /* line 1014, ../scss/style.scss */
  #slider-customer-wrap .title span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 8px;
    border-top: 5px solid #f0bb1c;
    margin-right: 5px;
  }
  #slider-customer-wrap .slider_customer {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    overflow: hidden;
    z-index: 1;
  }
  #slider-customer-wrap .slider_customer div {
    width: 100%;
    /* height: 416px; */
    height: 624px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #slider-customer-wrap .slider_customer div img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 1920px;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    z-index: 1;
  }
  #slider-customer-wrap .slider_customer .slick-prev, #slider-customer-wrap .slider_customer .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0px;
    height: 1px;
    padding: 0;
    margin-top: -10px\9 ;
    /*lte IE 8*/
    transform: translate(0, -50%);
    z-index: 10000;
    outline: none;
    border: none;
    cursor: pointer;
  }
  #slider-customer-wrap .slider_customer .slick-prev:before, #slider-customer-wrap .slider_customer .slick-next:before {
    opacity: 1;
    color: white;
    display: block;
    position: absolute;
    width: 56px;
    height: 90px;
    top: -45px;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #slider-customer-wrap .slider_customer .slick-prev:before {
    background: url(../images/btn_slide_prev.png) left top no-repeat;
    left: -635px;
  }
  #slider-customer-wrap .slider_customer .slick-next:before {
    background: url(../images/btn_slide_next.png) left top no-repeat;
    left: 577px;
  }
  #slider-customer-wrap .slider_customer article.inner {
    width: 80%;
    max-width: 1120px;
    /* height: 416px; */
    height: 624px;
    margin: 0 auto;
    overflow: hidden;
  }
  #slider-customer-wrap .slider_customer article.inner dl {
    display: block;
    width: 375px;
    float: right;
    color: #fff;
    /* padding-top: 50px; */
    padding: 180px 30px 0;
    background: rgba(128, 128, 128, 0.4);
  }
  #slider-customer-wrap .slider_customer article.inner dl dt span {
    display: block;
    border: solid 2px #fff;
    padding: 8px;
    text-align: center;
  }
  #slider-customer-wrap .slider_customer article.inner dl dd {
    font-size: 16px;
    padding: 25px 0;
  }
  #slider-customer-wrap .slider_customer article.inner dl dd .item-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  #slider-customer-wrap .slider_customer article.inner dl dd .item-text {
    margin-bottom: 25px;
  }
  /* line 1023, ../scss/style.scss */
  /* line 1028, ../scss/style.scss */
  /* line 1036, ../scss/style.scss */
  /* line 1048, ../scss/style.scss */
  /* line 1068, ../scss/style.scss */
  /* line 1081, ../scss/style.scss */
  /* line 1085, ../scss/style.scss */
  /* line 1089, ../scss/style.scss */
  /* line 1095, ../scss/style.scss */
  /* line 1102, ../scss/style.scss */
  /* line 1109, ../scss/style.scss */
  /* line 1112, ../scss/style.scss */
  /* line 1116, ../scss/style.scss */
  /* line 1126, ../scss/style.scss */
  #slider-blog-wrap {
    width: 100%;
    max-width: 1120px;
    position: relative;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 70px;
    overflow: hidden;
  }
  #slider-blog-wrap .title span {
    padding-bottom: 25px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
  }
  #slider-blog-wrap .slider_blog {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #slider-blog-wrap .slider_blog div {
    background: #e4e7ed;
  }
  #slider-blog-wrap .slider_blog div a {
    display: block;
    color: #000;
  }
  #slider-blog-wrap .slider_blog div a dl dt {
    position: relative;
    overflow: hidden;
  }
  #slider-blog-wrap .slider_blog div a dl dt div {
    height: 280px;
    position: relative;
  }
  #slider-blog-wrap .slider_blog div a dl dt div img {
    display: block;
    height: 100%;
    width: auto;
    z-index: 1;
    display: block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #slider-blog-wrap .slider_blog div a dl dt div img.icon {
    width: 53px;
    height: 53px;
    position: absolute;
    right: 24px;
    bottom: -26px;
    z-index: 2;
  }
  #slider-blog-wrap .slider_blog div a dl dt:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #e4e7ed transparent;
    z-index: 2;
  }
  #slider-blog-wrap .slider_blog div a dl dd {
    height: 90px;
    padding: 0 25px;
  }
  #slider-blog-wrap .slider_blog div a dl dd span {
    display: block;
    position: relative;
    padding-right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/pict_arrow_4.png) right center no-repeat;
    background-size: 6px 12px;
  }
  #slider-blog-wrap .slider_blog div a dl dd span p.tag {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    font-size: 12px;
  }
  #slider-blog-wrap .slider_blog div a dl dd span p.tag1 {
    background-color: #369faa;
  }
  #slider-blog-wrap .slider_blog div a dl dd span p.tag2 {
    background-color: #f29d1a;
  }
  #slider-blog-wrap .slider_blog div:nth-child(even) {
    background: #edeef5;
  }
  #slider-blog-wrap .slider_blog div:nth-child(even) a dl dt:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #edeef5 transparent;
  }
  #slider-blog-wrap .slider_blog .slick-prev, #slider-blog-wrap .slider_blog .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0px;
    height: 0px;
    padding: 0;
    margin-top: -10px\9 ;
    /*lte IE 8*/
    transform: translate(0, -50%);
    z-index: 10000;
    outline: none;
    border: none;
    cursor: pointer;
  }
  #slider-blog-wrap .slider_blog .slick-prev:before, #slider-blog-wrap .slider_blog .slick-next:before {
    opacity: 1;
    color: white;
    display: block;
    position: absolute;
    width: 56px;
    height: 90px;
    top: -45px;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #slider-blog-wrap .slider_blog .slick-prev:before {
    background: url(../images/btn_slide_prev_l.png) left top no-repeat;
    left: -635px;
  }
  #slider-blog-wrap .slider_blog .slick-next:before {
    background: url(../images/btn_slide_next_l.png) left top no-repeat;
    left: 577px;
  }
  #slider-blog-wrap .slider_blog:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  /* line 1135, ../scss/style.scss */
  /* line 1143, ../scss/style.scss */
  /* line 1148, ../scss/style.scss */
  /* line 1150, ../scss/style.scss */
  /* line 1154, ../scss/style.scss */
  /* line 1157, ../scss/style.scss */
  /* line 1160, ../scss/style.scss */
  /* line 1167, ../scss/style.scss */
  /* line 1177, ../scss/style.scss */
  /* line 1191, ../scss/style.scss */
  /* line 1194, ../scss/style.scss */
  /* line 1204, ../scss/style.scss */
  /* line 1210, ../scss/style.scss */
  /* line 1213, ../scss/style.scss */
  /* line 1221, ../scss/style.scss */
  /* line 1225, ../scss/style.scss */
  /* line 1241, ../scss/style.scss */
  /* line 1261, ../scss/style.scss */
  /* line 1274, ../scss/style.scss */
  /* line 1278, ../scss/style.scss */
  /* line 1283, ../scss/style.scss */
  /* line 1292, ../scss/style.scss */
  section.section-body {
    background: #fff;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 70px;
  }
  section.section-body .sec-tit {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
  }
  section.section-body .sec-tit img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  section.section-body div.inner {
    width: 100%;
    /* max-width: 1120px; */
    max-width: 1980px;
    position: relative;
    margin: 0 auto;
  }
  section.section-body div.inner div.index-sec1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  section.section-body div.inner div.index-sec1 article {
    width: 25%;
    float: left;
    background: #edeef5;
  }
  section.section-body div.inner div.index-sec1 article dl dt {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
  }
  section.section-body div.inner div.index-sec1 article dl dt img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  section.section-body div.inner div.index-sec1 article dl dt span {
    font-size: 18px;
  }
  section.section-body div.inner div.index-sec1 article dl dd {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  section.section-body div.inner div.index-sec1 article dl dd p {
    display: block;
    padding-bottom: 1em;
  }
  section.section-body div.inner div.index-sec1 article dl dd a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 15px 20px;
  }
  section.section-body div.inner div.index-sec1 article dl dd a span {
    display: block;
    background: url(../images/pict_arrow_1.png) right center no-repeat;
    background-size: 6px 12px;
  }
  /* line 1297, ../scss/style.scss */
  /* line 1302, ../scss/style.scss */
  /* line 1308, ../scss/style.scss */
  /* line 1313, ../scss/style.scss */
  /* line 1317, ../scss/style.scss */
  /* line 1323, ../scss/style.scss */
  /* line 1328, ../scss/style.scss */
  /* line 1333, ../scss/style.scss */
  /* line 1337, ../scss/style.scss */
  /* line 1340, ../scss/style.scss */
  /* line 1344, ../scss/style.scss */
  /* line 1350, ../scss/style.scss */
}
@media only screen and (min-width: 960px) and (max-width: 960px) {
  /* line 1317, ../scss/style.scss */
  section.section-body div.inner div.index-sec1 article {
    width: 50%;
  }
  section.section-body div.inner div.index-sec1 article dl dt img {
    width: 100%;
  }
  /* line 1362, ../scss/style.scss */
}
@media (min-width: 960px) {
  /* line 1369, ../scss/style.scss */
  section.section-body div.inner div.index-sec1 article:nth-child(odd) {
    background: #f5f6fa;
  }
  section.section-body div.inner div.index-sec1 article.wrap-garage dl dt {
    color: #375184;
  }
  section.section-body div.inner div.index-sec1 article.wrap-garage dl dd a {
    background: #375184;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-warehouse dl dt {
    color: #2767b6;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-warehouse dl dd a {
    background: #2767b6;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-factory dl dt {
    color: #2c9ba7;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-factory dl dd a {
    background: #2c9ba7;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-farm-equipment-warehouse dl dt {
    color: #1f9b5d;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-farm-equipment-warehouse dl dd a {
    background: #1f9b5d;
  }
  section.section-body div.inner div.index-sec2 {
    overflow: hidden;
    padding-bottom: 30px;
  }
  section.section-body div.inner div.index-sec2 article {
    width: 33.33%;
    float: left;
  }
  section.section-body div.inner div.index-sec2 article dl dt {
    font-size: 26px;
    text-align: center;
    line-height: 1.4em;
    color: #284b89;
    font-weight: bold;
  }
  section.section-body div.inner div.index-sec2 article dl dt img {
    max-width: 100%;
  }
  section.section-body div.inner div.index-sec2 article dl dd {
    padding: 20px 10px;
  }
  section.section-body div.inner div.index-sec2 article:nth-child(2) {
    margin: 0;
  }
  section.section-body div.inner #btn-industry {
    width: 200px;
    position: absolute;
    right: 15%;
    top: 50px;
  }
  section.section-body div.inner #btn-industry a {
    display: block;
    text-align: center;
    color: #fff;
    background: #182258;
    padding: 10px 20px;
  }
  section.section-body div.inner #btn-industry a span {
    display: block;
    line-height: 1.2;
    font-size: 12px;
    background: url(../images/pict_arrow_1.png) right center no-repeat;
    background-size: 6px 12px;
  }
  section.section-body div.inner #btn-industry a span span {
    display: block;
    background: none;
    font-size: 15px;
  }
  /* line 1374, ../scss/style.scss */
  /* line 1378, ../scss/style.scss */
  /* line 1386, ../scss/style.scss */
  /* line 1390, ../scss/style.scss */
  /* line 1398, ../scss/style.scss */
  /* line 1402, ../scss/style.scss */
  /* line 1410, ../scss/style.scss */
  /* line 1414, ../scss/style.scss */
  /* line 1421, ../scss/style.scss */
  /* line 1424, ../scss/style.scss */
  /* line 1429, ../scss/style.scss */
  /* line 1435, ../scss/style.scss */
  /* line 1439, ../scss/style.scss */
  /* line 1444, ../scss/style.scss */
  /* line 1448, ../scss/style.scss */
  /* line 1453, ../scss/style.scss */
  /* line 1459, ../scss/style.scss */
  /* line 1465, ../scss/style.scss */
  /* line 1475, ../scss/style.scss */
  .detailbtn {
    width: 360px;
    margin: 0 auto;
  }
  .detailbtn a {
    display: block;
    text-align: center;
    color: #fff;
    background: url(../images/bg_grdbtn.gif) left top no-repeat;
    background-size: cover;
    padding: 20px 20px;
  }
  .detailbtn a span {
    display: block;
    background: url(../images/pict_arrow_1.png) right center no-repeat;
    background-size: 6px 12px;
  }
  /* line 1478, ../scss/style.scss */
  /* line 1485, ../scss/style.scss */
  /* line 1492, ../scss/style.scss */
  section.section-body.bg-g {
    background: #e1e8ef;
  }
  /* line 1496, ../scss/style.scss */
  .page404 {
    text-align: center;
  }
  .page404 section {
    padding: 50px 0;
  }
  .page404 section p {
    font-size: 16px;
    margin-bottom: 3em;
  }
  .page404 section p.text-l {
    color: #3071b8;
    padding: 40px 0;
    font-size: 24px;
    margin-bottom: 0;
  }
  .page404 section p.text-l br {
    display: none;
  }
  /* line 1498, ../scss/style.scss */
  /* line 1500, ../scss/style.scss */
  /* line 1504, ../scss/style.scss */
  /* line 1509, ../scss/style.scss */
  /* line 1515, ../scss/style.scss */
  ul.btn-style-1 {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  ul.btn-style-1 li {
    margin-bottom: 20px;
  }
  ul.btn-style-1 li a {
    display: block;
    text-align: center;
    color: #fff;
    background: #1f2b63;
    padding: 20px 20px;
  }
  ul.btn-style-1 li a span {
    display: block;
    background: url(../images/pict_arrow_1.png) right center no-repeat;
    background-size: 6px 12px;
  }
  /* line 1519, ../scss/style.scss */
  /* line 1521, ../scss/style.scss */
  /* line 1527, ../scss/style.scss */
}
@media only screen and (max-width: 960px) {
  .pc-item {
    display: none !important;
  }
  /* line 1541, ../scss/style.scss */
  .slick-dots li button {
    opacity: 0.4;
  }
  .slick-dots li.slick-active button {
    opacity: 1;
    /*    color: black;*/
  }
  /* line 1544, ../scss/style.scss */
  /* line 1550, ../scss/style.scss */
  /* line 1553, ../scss/style.scss */
  /* line 1566, ../scss/style.scss */
  /* line 1576, ../scss/style.scss */
  /* line 1588, ../scss/style.scss */
  /*   .header:after {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      z-index: 1;
      background: url(../images/sp_head_bg.png) center center no-repeat;
      background-size: auto 100%;
    }
   */
  /* line 1598, ../scss/style.scss */
  .main-visual {
    position: relative;
  }
  .main-visual h1 {
    position: absolute;
    left: 50%;
    top: 60%;
    white-space: nowrap;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px #3071b8 solid;
    padding: 0 30px 5px 30px;
    margin-bottom: 15px;
    transform: translate(-50%, -80px);
  }
  .main-visual h1 img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
    width: 30px;
    height: auto;
  }
  .main-visual h1 span.fs-small {
    font-size: 14px;
  }
  .slider_main {
    width: 100%;
    height: 260px;
  }
  .slider_main div {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .slider_main div dl {
    position: absolute;
    z-index: 2;
    width: 90%;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    top: 120px;
    bottom: 0;
    margin: auto;
  }
  .slider_main div dl dt {
    font-size: 18px;
    display: block;
    border-bottom: 4px solid #375184;
    text-align: center;
    width: 100%;
  }
  .slider_main div dl dt p {
    display: inline-block;
    text-align: left;
    padding-left: 33px;
    background: url(../images/index/pict_title.png) left center no-repeat;
    background-size: 25px 18px;
  }
  .slider_main div dl dt .fs-small {
    font-size: 14px;
  }
  .slider_main div dl dd {
    line-height: 1.2;
  }
  .slider_main div img {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    left: -300%;
    right: -300%;
    margin: 0 auto;
    z-index: 1;
  }
  /* line 1818, ../scss/style.scss */
  /* line 1823, ../scss/style.scss */
  /* line 1834, ../scss/style.scss */
  /* line 1840, ../scss/style.scss */
  /* line 1847, ../scss/style.scss */
  /* line 1851, ../scss/style.scss */
  /* line 1855, ../scss/style.scss */
  /* line 1867, ../scss/style.scss */
  section.section-body {
    background: #fff;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  section.section-body .sec-tit {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
  }
  section.section-body .sec-tit img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  section.section-body div.inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  section.section-body div.inner div.index-sec1 {
    overflow: hidden;
  }
  section.section-body div.inner div.index-sec1 article {
    /*width:50%;*/
    box-sizing: border-box;
    /*float: left;*/
    background: #edeef5;
  }
  section.section-body div.inner div.index-sec1 article dl dt {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
  }
  section.section-body div.inner div.index-sec1 article dl dt img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  section.section-body div.inner div.index-sec1 article dl dt span {
    font-size: 12px;
  }
  section.section-body div.inner div.index-sec1 article dl dd {
    padding: 0 10px;
    padding-bottom: 20px;
  }
  section.section-body div.inner div.index-sec1 article dl dd p {
    display: block;
    padding-bottom: 1em;
  }
  section.section-body div.inner div.index-sec1 article dl dd a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
  }
  section.section-body div.inner div.index-sec1 article dl dd a span {
    display: block;
    background: url(../images/pict_arrow_1.png) right center no-repeat;
    background-size: 6px 12px;
  }
  section.section-body div.inner div.index-sec1 article:nth-child(odd) {
    background: #f5f6fa;
  }
  section.section-body div.inner div.index-sec1 article.wrap-garage dl dt {
    color: #375184;
  }
  section.section-body div.inner div.index-sec1 article.wrap-garage dl dd a {
    background: #375184;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-warehouse dl dt {
    color: #2767b6;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-warehouse dl dd a {
    background: #2767b6;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-factory dl dt {
    color: #2c9ba7;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-factory dl dd a {
    background: #2c9ba7;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-farm-equipment-warehouse dl dt {
    color: #1f9b5d;
  }
  section.section-body div.inner div.index-sec1 article.wrap-large-farm-equipment-warehouse dl dd a {
    background: #1f9b5d;
  }
  section.section-body div.inner div.index-sec2 {
    overflow: hidden;
    padding-bottom: 30px;
  }
  section.section-body div.inner div.index-sec2 article dl dt {
    font-size: 15px;
    text-align: center;
    line-height: 1.4em;
    color: #284b89;
    font-weight: bold;
  }
  section.section-body div.inner div.index-sec2 article dl dt img {
    width: 100px;
    height: auto;
  }
  section.section-body div.inner div.index-sec2 article dl dd {
    padding: 20px 0;
  }
  section.section-body div.inner #btn-industry {
    width: 100%;
    margin-top: 15px;
  }
  section.section-body div.inner #btn-industry a {
    display: block;
    text-align: center;
    color: #fff;
    background: #182258;
    padding: 10px 10px;
  }
  section.section-body div.inner #btn-industry a span {
    display: block;
    background: url(../images/pict_arrow_1.png) right center no-repeat;
    background-size: 6px 12px;
  }
  section.section-body div.inner #btn-industry a span span {
    background: none;
  }
  section.section-body.bg-g {
    background: #e1e8ef;
  }
  /* line 1872, ../scss/style.scss */
  /* line 1877, ../scss/style.scss */
  /* line 1883, ../scss/style.scss */
  /* line 1887, ../scss/style.scss */
  /* line 1889, ../scss/style.scss */
  /* line 1895, ../scss/style.scss */
  /* line 1900, ../scss/style.scss */
  /* line 1906, ../scss/style.scss */
  /* line 1910, ../scss/style.scss */
  /* line 1913, ../scss/style.scss */
  /* line 1917, ../scss/style.scss */
  /* line 1923, ../scss/style.scss */
  /* line 1932, ../scss/style.scss */
  /* line 1937, ../scss/style.scss */
  /* line 1941, ../scss/style.scss */
  /* line 1949, ../scss/style.scss */
  /* line 1953, ../scss/style.scss */
  /* line 1961, ../scss/style.scss */
  /* line 1965, ../scss/style.scss */
  /* line 1973, ../scss/style.scss */
  /* line 1977, ../scss/style.scss */
  /* line 1984, ../scss/style.scss */
  /* line 1989, ../scss/style.scss */
  /* line 1995, ../scss/style.scss */
  /* line 2000, ../scss/style.scss */
  /* line 2006, ../scss/style.scss */
  /* line 2009, ../scss/style.scss */
  /* line 2015, ../scss/style.scss */
  /* line 2019, ../scss/style.scss */
  /* line 2027, ../scss/style.scss */
  /* line 2030, ../scss/style.scss */
  .detailbtn {
    width: 100%;
    margin: 0 auto;
  }
  .detailbtn a {
    display: block;
    text-align: center;
    color: #fff;
    background: url(../images/bg_grdbtn.gif) left top no-repeat;
    background-size: cover;
    padding: 15px 10px;
  }
  .detailbtn a span {
    display: block;
    background: url(../images/pict_arrow_1.png) right center no-repeat;
    background-size: 6px 12px;
  }
  /* line 2033, ../scss/style.scss */
  /* line 2040, ../scss/style.scss */
  /* line 2049, ../scss/style.scss */
  #slider-watwat-wrap {
    width: 100%;
    position: relative;
    background: #63b87e;
  }
  #slider-watwat-wrap .title {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
  }
  #slider-watwat-wrap .title span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 80px;
  }
  #slider-watwat-wrap .title span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 5px;
    border-top: 3px solid #fff799;
    margin-right: 5px;
  }
  #slider-watwat-wrap .slider_watwat {
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  #slider-watwat-wrap .slider_watwat div {
    width: 100%;
    position: relative;
    background-size: auto 173px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #slider-watwat-wrap .slider_watwat div img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    z-index: 1;
  }
  #slider-watwat-wrap .slider_watwat .slick-prev, #slider-watwat-wrap .slider_watwat .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0px;
    height: 1px;
    padding: 0;
    margin-top: -10px\9 ;
    /*lte IE 8*/
    transform: translate(0, -50%);
    z-index: 10000;
    outline: none;
    border: none;
    cursor: pointer;
  }
  #slider-watwat-wrap .slider_watwat .slick-prev:before, #slider-watwat-wrap .slider_watwat .slick-next:before {
    opacity: 1;
    color: white;
    display: block;
    position: absolute;
    width: 56px;
    height: 90px;
    top: -45px;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #slider-watwat-wrap .slider_watwat .slick-prev:before {
    background: url(../images/btn_slide_prev.png) left top no-repeat;
    left: -635px;
  }
  #slider-watwat-wrap .slider_watwat .slick-next:before {
    background: url(../images/btn_slide_next.png) left top no-repeat;
    left: 577px;
  }
  #slider-watwat-wrap .slider_watwat article.inner {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 173px;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl {
    display: block;
    width: 100%;
    color: #fff;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl dt span {
    display: block;
    border: solid 2px #fff;
    padding: 8px;
    text-align: center;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl dd {
    padding: 25px 0;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl dd .item-title {
    font-size: 15px;
    padding-bottom: 5px;
  }
  #slider-watwat-wrap .slider_watwat article.inner dl dd .item-text {
    margin-bottom: 15px;
  }
  /* line 2053, ../scss/style.scss */
  /* line 2058, ../scss/style.scss */
  /* line 2068, ../scss/style.scss */
  /* line 2077, ../scss/style.scss */
  /* line 2081, ../scss/style.scss */
  /* line 2087, ../scss/style.scss */
  /* line 2098, ../scss/style.scss */
  /* line 2118, ../scss/style.scss */
  /* line 2131, ../scss/style.scss */
  /* line 2135, ../scss/style.scss */
  /* line 2139, ../scss/style.scss */
  /* line 2145, ../scss/style.scss */
  /* line 2150, ../scss/style.scss */
  /* line 2157, ../scss/style.scss */
  /* line 2159, ../scss/style.scss */
  /* line 2163, ../scss/style.scss */
  /* line 2171, ../scss/style.scss */
  #slider-example-wrap {
    width: 100%;
    position: relative;
    background: #7198bd;
  }
  #slider-example-wrap .title {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
  }
  #slider-example-wrap .title span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 80px;
  }
  #slider-example-wrap .title span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 5px;
    border-top: 3px solid #2483c8;
    margin-right: 5px;
  }
  #slider-example-wrap .slider_example {
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  #slider-example-wrap .slider_example div {
    width: 100%;
    position: relative;
    background-size: auto 173px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #slider-example-wrap .slider_example div img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    z-index: 1;
  }
  #slider-example-wrap .slider_example .slick-prev, #slider-example-wrap .slider_example .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0px;
    height: 1px;
    padding: 0;
    margin-top: -10px\9 ;
    /*lte IE 8*/
    transform: translate(0, -50%);
    z-index: 10000;
    outline: none;
    border: none;
    cursor: pointer;
  }
  #slider-example-wrap .slider_example .slick-prev:before, #slider-example-wrap .slider_example .slick-next:before {
    opacity: 1;
    color: white;
    display: block;
    position: absolute;
    width: 56px;
    height: 90px;
    top: -45px;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #slider-example-wrap .slider_example .slick-prev:before {
    background: url(../images/btn_slide_prev.png) left top no-repeat;
    left: -635px;
  }
  #slider-example-wrap .slider_example .slick-next:before {
    background: url(../images/btn_slide_next.png) left top no-repeat;
    left: 577px;
  }
  #slider-example-wrap .slider_example article.inner {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 173px;
  }
  #slider-example-wrap .slider_example article.inner dl {
    display: block;
    width: 100%;
    color: #fff;
  }
  #slider-example-wrap .slider_example article.inner dl dt span {
    display: block;
    border: solid 2px #fff;
    padding: 8px;
    text-align: center;
  }
  #slider-example-wrap .slider_example article.inner dl dd {
    padding: 25px 0;
  }
  #slider-example-wrap .slider_example article.inner dl dd .item-title {
    font-size: 15px;
    padding-bottom: 5px;
  }
  #slider-example-wrap .slider_example article.inner dl dd .item-text {
    margin-bottom: 15px;
  }
  /* line 2175, ../scss/style.scss */
  /* line 2180, ../scss/style.scss */
  /* line 2190, ../scss/style.scss */
  /* line 2199, ../scss/style.scss */
  /* line 2203, ../scss/style.scss */
  /* line 2209, ../scss/style.scss */
  /* line 2220, ../scss/style.scss */
  /* line 2240, ../scss/style.scss */
  /* line 2253, ../scss/style.scss */
  /* line 2257, ../scss/style.scss */
  /* line 2261, ../scss/style.scss */
  /* line 2267, ../scss/style.scss */
  /* line 2272, ../scss/style.scss */
  /* line 2279, ../scss/style.scss */
  /* line 2281, ../scss/style.scss */
  /* line 2285, ../scss/style.scss */
  /* line 2293, ../scss/style.scss */
  #slider-customer-wrap {
    width: 100%;
    position: relative;
    background: #a18768;
  }
  #slider-customer-wrap .title {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
  }
  #slider-customer-wrap .title span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 80px;
  }
  #slider-customer-wrap .title span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 5px;
    border-top: 3px solid #a18768;
    margin-right: 5px;
  }
  #slider-customer-wrap .slider_customer {
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  #slider-customer-wrap .slider_customer div {
    width: 100%;
    position: relative;
    background-size: auto 173px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #slider-customer-wrap .slider_customer div img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    z-index: 1;
  }
  #slider-customer-wrap .slider_customer .slick-prev, #slider-customer-wrap .slider_customer .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0px;
    height: 1px;
    padding: 0;
    margin-top: -10px\9 ;
    /*lte IE 8*/
    transform: translate(0, -50%);
    z-index: 10000;
    outline: none;
    border: none;
    cursor: pointer;
  }
  #slider-customer-wrap .slider_customer .slick-prev:before, #slider-customer-wrap .slider_customer .slick-next:before {
    opacity: 1;
    color: white;
    display: block;
    position: absolute;
    width: 56px;
    height: 90px;
    top: -45px;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #slider-customer-wrap .slider_customer .slick-prev:before {
    background: url(../images/btn_slide_prev.png) left top no-repeat;
    left: -635px;
  }
  #slider-customer-wrap .slider_customer .slick-next:before {
    background: url(../images/btn_slide_next.png) left top no-repeat;
    left: 577px;
  }
  #slider-customer-wrap .slider_customer article.inner {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 173px;
  }
  #slider-customer-wrap .slider_customer article.inner dl {
    display: block;
    width: 100%;
    color: #fff;
  }
  #slider-customer-wrap .slider_customer article.inner dl dt span {
    display: block;
    border: solid 2px #fff;
    padding: 8px;
    text-align: center;
  }
  #slider-customer-wrap .slider_customer article.inner dl dd {
    padding: 25px 0;
  }
  #slider-customer-wrap .slider_customer article.inner dl dd .item-title {
    font-size: 15px;
    padding-bottom: 5px;
  }
  #slider-customer-wrap .slider_customer article.inner dl dd .item-text {
    margin-bottom: 15px;
  }
  /* line 2297, ../scss/style.scss */
  /* line 2302, ../scss/style.scss */
  /* line 2312, ../scss/style.scss */
  /* line 2321, ../scss/style.scss */
  /* line 2325, ../scss/style.scss */
  /* line 2331, ../scss/style.scss */
  /* line 2342, ../scss/style.scss */
  /* line 2362, ../scss/style.scss */
  /* line 2375, ../scss/style.scss */
  /* line 2379, ../scss/style.scss */
  /* line 2383, ../scss/style.scss */
  /* line 2389, ../scss/style.scss */
  /* line 2394, ../scss/style.scss */
  /* line 2401, ../scss/style.scss */
  /* line 2403, ../scss/style.scss */
  /* line 2407, ../scss/style.scss */
  /* line 2416, ../scss/style.scss */
  .btn-1 a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 18px 25px;
    background: #fff;
  }
  .btn-1 a span {
    display: block;
    text-align: center;
    background: url(../images/pict_arrow_4.png) right center no-repeat;
    background-size: 6px 12px;
  }
  /* line 2422, ../scss/style.scss */
  /* line 2430, ../scss/style.scss */
  #slider-blog-wrap {
    width: 100%;
    position: relative;
    padding-top: 55px;
    padding-bottom: 100px;
    overflow: hidden;
  }
  #slider-blog-wrap .title span {
    padding-bottom: 25px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  #slider-blog-wrap .slider_blog {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #slider-blog-wrap .slider_blog div {
    box-sizing: border-box;
  }
  #slider-blog-wrap .slider_blog div a {
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    color: #000;
  }
  #slider-blog-wrap .slider_blog div a dl {
    box-sizing: border-box;
  }
  #slider-blog-wrap .slider_blog div a dl dt {
    position: relative;
    overflow: hidden;
  }
  #slider-blog-wrap .slider_blog div a dl dt div {
    position: relative;
    height: 250px;
  }
  #slider-blog-wrap .slider_blog div a dl dt div img {
    display: block;
    position: relative;
    height: 100%;
    width: auto;
    z-index: 1;
    display: block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #slider-blog-wrap .slider_blog div a dl dt div img.icon {
    width: 53px;
    height: 53px;
    position: absolute;
    right: 15px;
    bottom: -26px;
    z-index: 2;
  }
  #slider-blog-wrap .slider_blog div a dl dt:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #e4e7ed transparent;
    z-index: 2;
  }
  #slider-blog-wrap .slider_blog div a dl dd {
    height: 90px;
    padding: 0 25px;
    background: #edeef5;
  }
  #slider-blog-wrap .slider_blog div a dl dd span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/pict_arrow_4.png) right center no-repeat;
    background-size: 6px 12px;
  }
  #slider-blog-wrap .slick-dots {
    bottom: -40px;
  }
  #slider-blog-wrap .slick-dots li button {
    opacity: 0.4;
    background: #bfbfbf;
  }
  #slider-blog-wrap .slick-dots li.slick-active button {
    opacity: 1;
    /*    color: black;*/
  }
  #slider-blog-wrap .slider_blog:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  /* line 2437, ../scss/style.scss */
  /* line 2445, ../scss/style.scss */
  /* line 2450, ../scss/style.scss */
  /* line 2452, ../scss/style.scss */
  /* line 2457, ../scss/style.scss */
  /* line 2459, ../scss/style.scss */
  /* line 2462, ../scss/style.scss */
  /* line 2465, ../scss/style.scss */
  /* line 2473, ../scss/style.scss */
  /* line 2483, ../scss/style.scss */
  /* line 2497, ../scss/style.scss */
  /* line 2501, ../scss/style.scss */
  /* line 2517, ../scss/style.scss */
  /* line 2519, ../scss/style.scss */
  /* line 2523, ../scss/style.scss */
  /* line 2528, ../scss/style.scss */
  /* line 2542, ../scss/style.scss */
  #content-head {
    background: #fff;
  }
  #content-head #breadcrumbs {
    width: 100%;
    margin: 0 auto;
    color: #cccccc;
  }
  #content-head #breadcrumbs span {
    padding: 0 3px;
  }
  #content-head h1.page-title {
    background: #f3f4f9;
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  /* line 2544, ../scss/style.scss */
  /* line 2548, ../scss/style.scss */
  /* line 2552, ../scss/style.scss */
  /* line 2561, ../scss/style.scss */
  .page404 {
    text-align: center;
  }
  .page404 section {
    padding: 50px 5% 20px 5%;
  }
  .page404 section img {
    display: block;
    margin: 0 auto;
    width: 40%;
    height: auto;
  }
  .page404 section p {
    margin-bottom: 3em;
  }
  .page404 section p.text-l {
    color: #3071b8;
    padding: 40px 0;
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 2563, ../scss/style.scss */
  /* line 2565, ../scss/style.scss */
  /* line 2571, ../scss/style.scss */
  /* line 2574, ../scss/style.scss */
  /* line 2582, ../scss/style.scss */
  ul.btn-style-1 {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  ul.btn-style-1 li {
    margin-bottom: 20px;
  }
  ul.btn-style-1 li a {
    display: block;
    text-align: center;
    color: #fff;
    background: #1f2b63;
    padding: 20px 20px;
  }
  ul.btn-style-1 li a span {
    display: block;
    background: url(../images/pict_arrow_1.png) right center no-repeat;
    background-size: 6px 12px;
  }
  /* line 2586, ../scss/style.scss */
  /* line 2588, ../scss/style.scss */
  /* line 2594, ../scss/style.scss */
}
@media (min-width: 960px) {
  /* line 2607, ../scss/style.scss */
  .bg-g .slider_blog div {
    background: #eff1f7 !important;
  }
  .bg-g .slider_blog div dd span {
    display: block !important;
    position: relative !important;
    top: 10px !important;
    transform: none !important;
  }
  .bg-g .slider_blog div:nth-child(even) {
    background: #fff !important;
  }
  /* line 2610, ../scss/style.scss */
  /* line 2618, ../scss/style.scss */
}
@media only screen and (max-width: 960px) {
  /* line 2625, ../scss/style.scss */
  .bg-g .slider_blog div {
    background: none;
  }
  .bg-g .slider_blog div dt:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #fff transparent !important;
    z-index: 2;
  }
  .bg-g .slider_blog div dd {
    background-color: #fff !important;
  }
  /* line 2627, ../scss/style.scss */
  /* line 2641, ../scss/style.scss */
}
/* TOP改修 add 2018-07-10 */
@media (min-width: 960px) {
  #topics-wrap {
    width: 100%;
    max-width: 1120px;
    position: relative;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 70px;
    overflow: hidden;
  }
  #topics-wrap .title span {
    padding-bottom: 25px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
  }
  #topics-wrap .topics_main {
    text-align: center;
    /* max-width: 1120px; */
    max-width: 980px;
    margin: 0 auto;
  }
  #topics-wrap .topics_main div {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
  }
  #topics-wrap .topics_main div:first-child {
    border-top: 1px solid #cccccc;
  }
  #topics-wrap .topics_main div a dl {
    display: table;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 1.1rem;
  }
  #topics-wrap .topics_main div a dl dt {
    display: table-cell;
    text-align: left;
    width: 20%;
    color: #000000;
    font-weight: bold;
  }
  #topics-wrap .topics_main div a dl dd {
    display: table-cell;
    width: 80%;
  }
  #topics-wrap .topics_main div a dl dd span {
    display: block;
    text-align: left;
    background: url(../images/pict_arrow_4.png) right center no-repeat;
    background-size: 6px 12px;
    color: #000000;
  }
  #topics-wrap .topics_list {
    text-align: right;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #topics-wrap .topics_list a {
    display: block;
  }
  #topics-wrap .topics_list a span {
    font-size: 20px;
    font-weight: bold;
    color: #3071B8;
  }
}
@media only screen and (max-width: 960px) {
  #topics-wrap {
    width: 100%;
    position: relative;
    padding-top: 55px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  #topics-wrap .title span {
    padding-bottom: 25px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  #topics-wrap .topics_main div {
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
  }
  #topics-wrap .topics_main div:last-child {
    border-bottom: none;
  }
  #topics-wrap .topics_main div a {
    display: block;
    position: relative;
  }
  #topics-wrap .topics_main div a:after {
    display: inline-block;
    position: absolute;
    background: url(../images/pict_arrow_4.png) right center no-repeat;
    background-size: 6px 12px;
    color: #000000;
    content: "";
    width: 6px;
    height: 12px;
    top: 50%;
    right: 0;
  }
  #topics-wrap .topics_main div a dl {
    font-size: 0.9rem;
  }
  #topics-wrap .topics_main div a dl dt {
    color: #000000;
    font-weight: bold;
  }
  #topics-wrap .topics_main div a dl dd {
    color: #000000;
    width: 92%;
  }
  #topics-wrap .topics_main div a dl dd span {
    /*
      display: block;
      text-align: left;
      background: url(../images/pict_arrow_4.png) right center no-repeat;
      background-size: 6px 12px;
      color: #000000;
    */
  }
  #topics-wrap .topics_list {
    text-align: right;
    margin: 0 auto;
    padding: 10px 15px 0;
  }
  #topics-wrap .topics_list a {
    display: block;
  }
  #topics-wrap .topics_list a span {
    font-size: 16px;
    font-weight: bold;
    color: #3071B8;
  }
}
/*------------------------------------------------------
  animation
-------------------------------------------------------*/
.animation {
  transition: 0.5s;
}
.animation.fadeUp, .animation .fadeUp {
  opacity: 0;
  transform: translateY(3em);
  transition: 0.5s;
}
.animation.fadeUp.on, .animation.on .fadeUp {
  opacity: 1;
  transform: translateY(0);
}
.animation.fadeDown, .animation .fadeDown {
  opacity: 0;
  transform: translateY(-3em);
  transition: 0.5s;
}
.animation.fadeDown.on, .animation.on .fadeDown {
  opacity: 1;
  transform: translateY(0);
}
.animation.fade, .animation .fade {
  opacity: 0;
  filter: blur(20px);
  transition: 0.5s;
}
.animation.fade.on, .animation.on .fade {
  filter: blur(0);
  opacity: 1;
}

@keyframes bg_zoomout {
  0% {
    background-size: 150%;
  }
  100% {
    background-size: cover;
  }
}
a.animation.on:hover {
  opacity: 0.6;
}


.secMap {
  padding: 50px 0;
  background-color: #EBEBEB;
}
.secMap > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 32px;
}
.secMap__img img{
    max-width: 100%;
}
.secMap .iframeWrap {
  width: 100%;
  padding-top: 70%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.secMap .iframeWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.secMap .txtWrap {
  width: 100%;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
    flex-shrink: 0;
}
.secMap .secTtl {
  margin: -10px 0 22px;
}
.secMap .txt1 {
  font-size: 23px;
  text-align: center;
  line-height: 1.3043;
}
.secMap .txt1 strong {
  background: linear-gradient(transparent 70%, #A1C800 70%);
  font-weight: 700;
}
.secMap .txt2 {
  margin-bottom: 30px;
  line-height: 1.25;
}
.secMap .btn-main {
  width: 300px;
  height: 58px;
  padding: 0 30px;
  background-size: 50px;
  background-position: right 24px center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .secMap {
    padding: 100px 0;
  }
  .secMap > .inner {
    flex-direction: row;
    grid-gap: 50px;
  }
  .secMap .iframeWrap {
    width: 60%;
    padding-top: 41%;
    max-width: 700px;
    flex-shrink: 0;
  }
  .secMap .txtWrap {
    width: 40%;
    text-align: left;
    align-items: flex-start;
  }
  .secMap .secTtl {
    width: auto;
    margin: 0 0 16px;
    text-align: left!important;
  }
  .secMap .secTtl .en {
    text-align: left!important;
  }
  .secMap .txt1 {
    font-size: 26px;
    line-height: 1.3125;
    text-align: left;
    order: -1;
  }
  .secMap .txt2 {
    margin-bottom: 42px;
  }
  .secMap .btn-main {
    width: 100%;
    max-width: 355px;
    height: 62px;
    padding: 0 47px;
    margin: 0;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .secMap .txt1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .secMap > .inner {
    grid-gap: 70px;
  }
}

.pwPopup{
	position: fixed;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	display: none;
}
.pwPopup.active{
	display: flex;
}
.pwPopup__bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
}
.pwPopup__blk{
	background-color: #fff;
	padding: 30px 1%;
	border-radius: 10px;
	border: solid 2px #B0d80a;
	position: relative;
	width: 345px;
	max-width: 74vw;
	text-align: center;
}

.pwPopup__batu{
	font-weight: 900;
	font-size: 1.5em;
	position: absolute;
	top: -2em;
	right: -2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #B0d80a;
	height: 2em;
	width: 2em;
	border-radius: 50%;
	cursor: pointer;
	transition: all ease .3s;
}
.pwPopup__batu:hover{
	opacity: 0.8;
}
.pwPopup__input{
	display: block;
	background-color: #F0F0F0;
	margin: 0.5em auto;
	font-size: 16px;
	padding: 5px 10px;
	max-width: 100%;
}

.pwPopup__input:focus{
	outline: none;
}

.pwPopup__btn{
	color: #fff;
	font-weight: bold;
	background-color: #F19900;
	margin: 1em auto 0;
	padding: 5px 10px;
	border-radius: 5px;
	display: block;
	transition: all ease .3s;
}
.pwPopup__btn:hover{
	opacity: 0.8;
}
.pwPopup__error{
	color: #DF3E41;
	font-size: 0.9em;
	text-align: center;
}
