@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/370;
}
@media (max-width: 1024px) {
  main section .page_head {
    aspect-ratio: 16/7;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #fff;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(34px, 1.67rem + 1.94vw, 50px);
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12.5px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(17px, 0.864rem + 0.85vw, 24px);
  font-weight: bold;
  line-height: 1;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* プライバシーポリシー
 */
/******************************/
.privacy-policy .indent01 {
  padding-left: 1.5em;
}
.privacy-policy .sec {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .privacy-policy .sec {
    padding: 0 0 50px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #FFFFFF;
  border: solid 1px #113483;
  color: #113483;
  border-radius: 2px;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.news_text_block .category_c.type01 a {
  background-color: #0071A8;
  color: #fff;
}
.news_text_block .category_c02 a {
  background-color: #FFFFFF;
  border: solid 1px #113483;
  color: #113483;
  border-radius: 2px;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.news_text_block .category_c02.type01 a {
  background-color: #0071A8;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
/******************************/
/* ***** */
/******************************/
.vertical-conveyor-guide .sec01,
.differences .sec01,
.elevator .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .vertical-conveyor-guide .sec01,
  .differences .sec01,
  .elevator .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/* ***** */
/******************************/
.other-products .sec01,
.other-products .sec03,
.other-products .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #ECF4F8;
}
@media (max-width: 1024px) {
  .other-products .sec01,
  .other-products .sec03,
  .other-products .sec05 {
    padding: 50px 0;
  }
}
.other-products .sec02,
.other-products .sec04,
.other-products .sec06 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .other-products .sec02,
  .other-products .sec04,
  .other-products .sec06 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.service .sec02,
.service .sec04,
.products .sec02,
.products .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #ECF4F8;
}
@media (max-width: 1024px) {
  .service .sec02,
  .service .sec04,
  .products .sec02,
  .products .sec04 {
    padding: 50px 0;
  }
}
.service .sec03,
.service .sec05,
.products .sec03,
.products .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .service .sec03,
  .service .sec05,
  .products .sec03,
  .products .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.feature .lead01 {
  background-image: url(../images/feature/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.feature .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .feature .sec01 {
    padding: 0 0 50px;
  }
}
.feature .sec04 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #ECF4F8;
}
@media (max-width: 1024px) {
  .feature .sec04 {
    padding: 50px 0;
  }
}
.feature .sec03,
.feature .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .feature .sec03,
  .feature .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* ***** */
/******************************/
.vertical-conveyor .sec01,
.simple-lift .sec01,
.table-lifter .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .vertical-conveyor .sec01,
  .simple-lift .sec01,
  .table-lifter .sec01 {
    padding: 0 0 50px;
  }
}
.vertical-conveyor .sec02,
.simple-lift .sec02,
.table-lifter .sec02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background-color: #ECF4F8;
}
@media (max-width: 1024px) {
  .vertical-conveyor .sec02,
  .simple-lift .sec02,
  .table-lifter .sec02 {
    padding: 50px 0;
  }
}
.vertical-conveyor .sec03,
.simple-lift .sec03,
.table-lifter .sec03 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .vertical-conveyor .sec03,
  .simple-lift .sec03,
  .table-lifter .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
