@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600&display=swap");
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
.header {
  position: relative;
  z-index: 1001;
}

.machineryHeader a {
  color: inherit;
}
.machineryHeader-ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.machineryHeader-ttl-link:hover {
  opacity: 0.7;
}
.machineryHeader-layout1 {
  padding: 8px 0;
}
.machineryHeader-layout1 .machineryHeader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.machineryHeader-nav .machineryNav-link::before {
  content: "";
  opacity: 0;
}
.machineryNav-item img{
  position: relative;
  z-index: 2;
  margin-right: 10px;
}
.machineryNav-item-icon{
  display: flex;
  align-items: center;
}
.machineryNav-item-icon a.machineryNav-link,
.machineryNav-item-icon .machineryNav-link.js-active{
  padding: 0;
}
.machineryNav-item-icon a.machineryNav-link::before,
.machineryNav-item-icon .machineryNav-link.js-active::before{
  content: none;
}
.machineryNav-item-icon a.machineryNav-link:hover span,
.machineryNav-item-icon .machineryNav-link.js-active span{
  background: #EB4B15;
  color: #fff;
}
.machineryNav-item-icon .machineryNav-link + .machineryNav-link{
  margin-top: 2px;
}
.machineryNav-item-icon span{
  background: #fff;
  color: #000;
  padding: 1px 0 4px;
  text-align: center;
  width: 64px;
}
.machinery .pageHeader-ttl{
  padding-top: 53px;
  padding-bottom: 57px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
.facilities .machineryHeader-nav .machineryNav-item:hover .machineryMegamenu {
  height: 0 !important;
  opacity: 0 !important;
}
.facilities .machineryHeader-nav .machineryNav-item.js-hover .machineryMegamenu {
  height: auto !important;
  opacity: 1 !important;
}

@media screen and (min-width: 801px) {
  .machineryHeader {
    /* グローバルメニュー */
  }
  .machineryHeader-inner {
    width: 1138px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .machineryHeader-layout1 {
    overflow-x: hidden;
    position: relative;
    z-index: 999;
    background: #fff;
  }
  .machineryHeader-layout2 {
    position: relative;
    background: #000;
    z-index: 999;
  }
  .machineryHeader-layout2.scroll_gnav {
    z-index: 999
  }
  .machineryHeader-nav .machineryNav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .machineryHeader-nav .machineryNav-item {
    font-weight: 500;
  }
  .machineryHeader-nav .machineryNav-item.machineryNav-item-contact {
    margin-left: 75px;
    margin-right: 54px;
  }
  .machineryHeader-nav .machineryNav-item.js-hover .machineryMegamenu, .machineryHeader-nav .machineryNav-item:hover .machineryMegamenu {
    height: auto;
    opacity: 1;
    max-height: calc(100vh - 60px);
    overflow: scroll;
  }
  .machineryHeader-nav .machineryNav-link {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.4;
    text-decoration: none;
    color: #fff;
    padding: 13px 25px 16px;
    position: relative;
  }
  .machineryHeader-nav .machineryNav-link::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent -webkit-gradient(linear, left top, right top, from(#D71717), to(#D7711D));
    background: transparent linear-gradient(90deg, #D71717 0%, #D7711D 100%);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  .machineryHeader-nav .machineryNav-link:hover::before {
    opacity: 1;
  }
  .machineryHeader-nav .machineryNav-link span {
    position: relative;
    z-index: 1;
  }
  .machineryHeader .machineryMegamenu {
    background: #ffffff;
    height: 0;
    opacity: 0;
    top: 80px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .en .machineryHeader .machineryMegamenu{
    top: 62px;
  }
  .machineryHeader .machineryMegamenu .lineup {
    max-width: 1298px;
    margin: 0 auto;
    padding: 30px 100px 50px;
    position: relative;
    z-index: 9;
    background: #fff;
  }
  .machineryHeader .machineryMegamenu .lineup-list {
    display: none;
  }
  .scroll_gnav {
    position: fixed;
    left: 0;
    right: 0;
    top: -70px;
    z-index: 9999;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .scroll_gnav .machineryHeader-ttl {
    font-size: 20px;
    color: #fff;
  }
  .scroll_gnav .machineryHeader-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .scroll_gnav-in {
    top: 85px;
  }
  .en .scroll_gnav-in {
    top: 0;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 960px) {
  .scroll_gnav-in {
    top: 55px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 800px) {
  .scroll_gnav {
    display: none;
  }
  .machineryHeader {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 99;
    /* グローバルメニュー */
    /* メニューボタン */
  }
  .en .machineryHeader {
    -webkit-transform: translate3d(0, -205%, 0);
            transform: translate3d(0, -205%, 0);
  }
  .machineryHeader-layout1 .machineryHeader-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .machineryHeader-ttl {
    color: #fff;
    font-size: 16px;
  }
  .machineryHeader .logo {
    margin-right: 55px;
  }
  .machineryHeader .logo-img {
    width: 116px;
  }
  .machineryHeader-layout1 {
    position: relative;
    z-index: 999;
    background: #000;
    padding: 19px 0;
  }
  .machineryHeader-layout2 {
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 61px;
    z-index: 99;
    width: 100%;
    opacity: 0;
  }
  .machineryHeader-nav {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 200px;
    -webkit-overflow-scrolling: touch;
    background: #000;
    width: 100%;
    top: 117px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s;
    transition: opacity 0.3s ease, -webkit-transform 0.3s;
    transition: opacity 0.3s ease, transform 0.3s;
    transition: opacity 0.3s ease, transform 0.3s, -webkit-transform 0.3s;
    will-change: opacity, transform;
  }
  .en .machineryHeader-nav{
    top: 140px;
  }
  .en .machineryHeader .machineryHeader-btn{
    height: 100%;
  }
  .en .machineryHeader .machineryHeaderBtn{
    height: 100%;
  }
  .en .machineryMenu-open .machineryHeaderBtn-top,
  .en .machineryMenu-open .machineryHeaderBtn-bottom{
    top: 50%;
  }
  .machineryHeader-nav .machineryNav-item {
    margin: 0;
    position: relative;
    font-weight: 500;
    padding-left: 20px;
  }
  .machineryHeader-nav .machineryNav-link {
    font-weight: bold;
    padding: 22px 0;
    border-bottom: 1px solid #fff;
  }
  .machineryHeader-nav .machineryNav-link::before {
    content: "";
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    display: block;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: 24px;
    width: 10px;
    opacity: 1;
  }
  .machineryHeader-nav .machineryNav-item-icon{
    margin: 36px 0;
    justify-content: center;
  }
  .machineryHeader-nav .machineryNav-item-icon .machineryNav-link{
    border: none;
  }
  .machineryHeader-nav a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .machineryHeader .machineryMegamenu {
    padding: 0 0 10px;
    display: none;
  }
  .machineryHeader .machineryMegamenu .lineup {
    background: none;
  }
  .machineryHeader .machineryMegamenu .lineup-list {
    display: block !important;
  }
  .machineryHeader .machineryMegamenu .lineup-item {
    display: block !important;
  }
  .machineryHeader .machineryMegamenu .category-link {
    background: none;
  }
  .machineryHeader .machineryHeader-btn {
    height: 60px;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 9999;
    border-left: 1px solid #D1D1D1;
  }
  .machineryHeader .machineryHeaderBtn {
    height: 61px;
    width: 60px;
    display: block;
    position: relative;
  }
  .machineryHeader .machineryHeaderBtn-icon {
    position: absolute;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
    width: 12px;
  }
  .machineryHeader .machineryHeaderBtn-top {
    left: 20px;
    -webkit-transform: rotate(42deg);
            transform: rotate(42deg);
  }
  .machineryHeader .machineryHeaderBtn-bottom {
    right: 20px;
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
  }
  .machineryHeader.is-visible {
    -webkit-transform: none;
            transform: none;
  }
  .machineryMenu-open .machineryHeader-layout2 {
    opacity: 1;
  }
  .machineryMenu-open .machineryHeader-nav {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
  }
  .machineryMenu-open .machineryHeader-btn {
    border: none;
  }
  .machineryMenu-open .machineryHeaderBtn {
    background: transparent -webkit-gradient(linear, left top, right top, from(#D71717), to(#D7711D));
    background: transparent linear-gradient(90deg, #D71717 0%, #D7711D 100%);
  }
  .machineryMenu-open .machineryHeaderBtn-top {
    width: 16px;
    top: 46%;
    left: 35%;
  }
  .machineryMenu-open .machineryHeaderBtn-bottom {
    right: 39%;
    width: 16px;
    top: 46%;
  }
  .machineryNav-item-word{
    display: flex;
  }
  .machineryNav-item-contact img,.machineryNav-item-icon img{
    display: none;
  }
  .machineryNav-item-icon span{
    width: 64px;
    display: block;
    padding: 4px 0;
  }
  .machineryNav-item-icon .machineryNav-link + .machineryNav-link{
    margin-top: 0;
    margin-left: 4px;
  }
}
/* =======================================- */
/* ▼▼　TOP
/* =======================================- */
.machinery.top .mainvisual {
  position: relative;
}
.machinery.top .mainvisual-media {
  position: relative;
}
.machinery.top .mainvisual-media::before {
  content: "";
  background: transparent -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: transparent linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.machinery.top .mainvisual-catch {
  position: absolute;
  left: 8.5%;
  bottom: 5%;
}
.machinery.top .mainvisual-catch .catch-text {
  color: #D1D1D1;
  font-size: 83px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  line-height: 1.4;
}
.machinery.top .mainvisual-catch .catch-sub {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", Hiragino Sans, sans-serif;
}
.machinery.top .top-newsfirst {
  padding: 12px 0;
  background: #848484;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
.machinery.top .top-newsfirst article {
  width: 100%;
  display: none;
}
.machinery.top .top-newsfirst article.slick-initialized {
  display: block;
}
.machinery.top .top-newsfirst-heading {
  color: #D1D1D1;
  font-size: 26px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
}
.machinery.top .top-newsfirst-data {
  font-weight: 500;
}
.machinery.top .top-newsfirst-btn {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 9;
}
.machinery.top .top-newsfirst .js-stop::before, .machinery.top .top-newsfirst .js-stop::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.machinery.top .top-newsfirst .js-stop::before {
  left: calc(50% - 2px);
}
.machinery.top .top-newsfirst .js-stop::after {
  left: calc(50% + 2px);
}
.machinery.top .top-newsfirst .js-play {
  display: none;
}
.machinery.top .top-newsfirst .js-play::before, .machinery.top .top-newsfirst .js-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.machinery.top .top-newsfirst .js-play::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
}
.machinery.top .top-newsfirst .js-play::after {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 4px solid #000;
}
.machinery.top .top-newsfirst .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.machinery.top .top-newsfirst-prev::after, .machinery.top .top-newsfirst-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.machinery.top .top-newsfirst-prev {
  right: -36px;
}
.machinery.top .top-newsfirst-prev::after {
  border-right: 6px solid #fff;
}
.machinery.top .top-newsfirst-next {
  right: -82px;
}
.machinery.top .top-newsfirst-next::after {
  border-left: 6px solid #fff;
}
.machinery.top .top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.machinery.top .top-title-en {
  font-size: 79px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  margin-right: 20px;
  line-height: 1.45;
}
.machinery.top .top-title h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}
.machinery.top .top-lineup {
  margin-top: 50px;
}
.machinery.top .top-lineup .lineup {
  background: none;
  padding: 0;
}
.machinery.top .top-lineup .lineup .lineup-list {
  display: none;
}
.machinery.top .top-lineup .lineup .lineup-list:first-of-type {
  display: block;
}
.machinery.top .top-banner {
  background: #F4F4F4;
  margin: 80px 0 90px;
  padding: 30px 0 40px;
}
.machinery.top .top-banner .card-title {
  padding-left: 10px;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
.machinery.top .top-banner .card-title::before {
  content: "";
  position: absolute;
  border-left: 4px solid #848484;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  left: 0;
  top: 7px;
}
.machinery.top .top-page-section + .top-page-section {
  margin-top: 40px;
}
.machinery.top .top-media {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.machinery.top .top-media-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 18px;
}
.machinery.top .top-media-heading-en {
  font-family: "Teko", sans-serif;
  font-weight: bold !important;
}
.machinery.top .top-media p {
  line-height: 1.7;
}
.machinery.top .top-media-btn {
  background: transparent -webkit-gradient(linear, left top, right top, from(#D71717), to(#D7711D));
  background: transparent linear-gradient(90deg, #D71717 0%, #D7711D 100%);
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 22px 0;
  position: relative;
  margin-top: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.machinery.top .top-media-btn:hover {
  opacity: 0.6;
}
.machinery.top .top-media-btn::before {
  content: "";
  position: absolute;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 20px;
  top: 26px;
}
.machinery.top .news {
  margin-top: 100px;
  margin-bottom: 90px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 801px) {
  .machinery.top .mainvisual-catch {
    left: 50%;
    width: 1138px;
    padding: 0 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .machinery.top .mainvisual-img {
    height: 489px;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .machinery.top .mainvisual .contactBox {
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 16px;
  }
  .machinery.top .mainvisual .contactBox-en {
    margin: 0 0 0 auto;
    position: absolute;
    right: 2%;
    bottom: 5%;
    padding-bottom: 0;
    background-color: #000;
    border: 1px solid #fff;
  }
  .machinery.top .mainvisual .contactBox-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .machinery.top .mainvisual .contactBox-item {
    width: 430px;
    padding-left: 26px;
    margin-top: 16px;
  }
  .machinery.top .mainvisual .contactBox-item + .contactBox-item {
    padding-top: 16px;
  }
  .machinery.top .mainvisual .contactBox-item.contactBox-mail-en {
    width: auto;
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .machinery.top .top-newsfirst .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .machinery.top .top-newsfirst-heading {
    margin-right: 40px;
    min-width: 50px;
  }
  .machinery.top .top-newsfirst article {
    width: calc(100% - 166px - 82px);
  }
  .machinery.top .top-newsfirst-data {
    margin-right: 25px;
    white-space: nowrap;
  }
  .machinery.top .top-newsfirst-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .machinery.top .top-newsfirst-link:hover {
    opacity: 0.7;
  }
  .machinery.top .top-newsfirst-btn {
    background: #000;
    border: 1px solid #CCC8C1;
    width: 70px;
    padding: 7px 0;
  }
  .machinery.top .top-newsfirst-pause {
    right: 80px;
    width: 36px;
    height: 36px;
  }
  .machinery.top .top-newsfirst .slick-arrow {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    width: 36px;
    height: 36px;
  }
  .machinery.top .top-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .machinery.top .top-media-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 0 0 46px;
  }
  .machinery.top .top-media-sub {
    width: 464px;
    margin-left: 46px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 800px) {
  .machinery.top .mainvisual {
    margin-top: 61px;
  }
  .machinery.top .mainvisual-catch {
    left: 30px;
    bottom: 37%;
  }
  .machinery.top .mainvisual-catch .catch-text {
    font-size: 57px;
  }
  .machinery.top .mainvisual-catch .catch-sub {
    font-size: 16px;
  }
  .machinery.top .mainvisual .contactBox {
    padding: 15px 20px 10px;
  }
  .machinery.top .mainvisual .contactBox-item + .contactBox-item {
    margin-top: 10px;
    padding-top: 10px;
  }
  .machinery.top .top-newsfirst {
    padding: 20px 0 50px;
    position: relative;
  }
  .machinery.top .top-newsfirst-heading {
    margin-bottom: 4px;
  }
  .machinery.top .top-newsfirst-data {
    margin-bottom: 10px;
    display: block;
  }
  .machinery.top .top-newsfirst-btn {
    right: 14px;
    bottom: 20px;
  }
  .machinery.top .top-newsfirst-prev, .machinery.top .top-newsfirst-next {
    width: 20px;
    height: 20px;
    bottom: -30px;
  }
  .machinery.top .top-newsfirst-prev {
    right: 104px;
  }
  .machinery.top .top-newsfirst-next {
    right: 70px;
  }
  .machinery.top .top-newsfirst-pause {
    right: 59px;
    bottom: 20px;
    width: 20px;
    height: 20px;
  }
  .machinery.top .top-newsfirst .js-play::after {
    border-left: 4px solid #848484;
  }
  .machinery.top .top-title {
    margin-bottom: 10px;
  }
  .machinery.top .top-title-en {
    font-size: 60px;
    margin-right: 14px;
  }
  .machinery.top .top-title h2 {
    font-size: 18px;
  }
  .machinery.top .top-lineup .lineup {
    overflow: hidden;
  }
  .machinery.top .top-lineup .lineup .tab {
    overflow-x: scroll;
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .machinery.top .top-lineup .lineup .tab::before {
    bottom: 5px;
  }
  .machinery.top .top-lineup .lineup .tab-btn {
    padding: 18px 15px;
    width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid #E50A17;
  }
  .machinery.top .top-lineup .lineup .tab::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .machinery.top .top-lineup .lineup .tab::-webkit-scrollbar-track {
    background-color: #F8F8F8;
    border-radius: 100px;
    border: 1px solid #E2E2E2;
  }
  .machinery.top .top-lineup .lineup .tab::-webkit-scrollbar-thumb {
    background-color: #A5A5A5;
    border-radius: 100px;
    padding: 1px;
    border: 1px solid #E2E2E2;
  }
  .machinery.top .top-lineup .lineup .tab2 {
    display: none;
  }
  .machinery.top .top-lineup .lineup .tab2:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .machinery.top .top-lineup .lineup-list .lineup-item:first-child {
    display: block;
  }
  .machinery.top .top-banner {
    margin: 60px 0;
    padding: 40px 0 50px;
  }
  .machinery.top .top-banner h2 {
    font-size: 24px;
  }
  .machinery.top .top-media-heading {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .machinery.top .top-media-main {
    padding: 20px 20px 30px;
  }
  .machinery.top .top-media-btn {
    margin-top: 20px;
  }
  .machinery.top .top-page-section + .top-page-section {
    margin-top: 30px;
  }
}
.machinery {
  opacity: 0;
}
.machinery .entry h3:not(.heading-bg) {
  padding-bottom: 0;
  text-align: left;
}
.machinery .entry h3:not(.heading-bg)::after {
  display: none;
}
.machinery .entry .heading-border5:not(.heading-bg) {
  padding-bottom: 16px;
}
.machinery .modal {
  z-index: 9999;
}
.machinery .search-area {
  z-index: 9999;
}
.machinery .box-border-red {
  border-color: #E50A17;
}
.machinery section {
  padding-left: 20px;
}
.machinery section + section {
  margin-top: 80px;
}
.machinery section section {
  padding-left: 0;
}
.machinery section section + section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D1D1D1;
}
.machinery .h3_box {
  padding-left: 32px;
}
.machinery hr {
  background: #D1D1D1;
  margin: 40px 0;
}
.machinery .contents .list-item {
  line-height: 1.6;
  padding-left: 16px;
}
.machinery .contents .list-item + .list-item {
  margin-top: 14px;
}
.machinery .contents .list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #848484;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.machinery .contents .link {
  color: #E50A17;
  text-decoration: underline;
}
.machinery .contents .link:hover {
  text-decoration: none;
}
.machinery .contents .link-arrow {
  color: currentColor;
  text-decoration: none;
}
.machinery .contents .text-border {
  position: relative;
  padding-left: 32px;
}
.machinery .contents .text-border::before {
  content: "";
  position: absolute;
  background: #D7411D;
  width: 15px;
  height: 7px;
  left: 0;
  top: 14px;
}
.machinery .contents-lineup .pageLink .col {
  width: 50%;
  max-width: calc(100% - 20px);
}
.machinery .contents-lineup .pageLink-item {
  width: calc(100% - 20px);
  max-width: 100%;
}
.machinery .contents-lineup .pageLink-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.machinery .contents-lineup .pageLink-img {
  position: relative;
  max-width: 37%;
  z-index: 2;
  overflow: hidden;
}
.machinery .contents-lineup .pageLink-img img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.machinery .contents-lineup .pageLink-btn {
  border: none;
  background: #fff;
  position: relative;
  display: block;
  line-height: 1.5;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 0;
}
.machinery .contents-lineup .pageLink-btn span {
  font-size: 24px;
  padding: 30px 36px;
}
.machinery .contents-lineup .pageLink-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(91deg, #D71717 0%, #D7711D 73%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 0;
}
.machinery .contents-lineup .pageLink-btn::after {
  content: none;
}
.machinery .contents-lineup .pageLink-btn:hover .pageLink-img img {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.machinery .contents-lineup .pageLink-btn span {
  position: relative;
}
.machinery .heading-type01 {
  margin-left: -20px;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#D71717), to(#D7711D));
  background: linear-gradient(90deg, #D71717 0%, #D7711D 100%);
  padding: 5px 131px 5px 20px;
  line-height: 1.5;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.machinery .heading-type01::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  background: #000000;
  width: 130px;
  height: 100%;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
}
.machinery .heading-type02 {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.machinery .heading-type02::before {
  content: "";
  position: absolute;
  background: #D7411D;
  width: 15px;
  height: 7px;
  left: 0;
  top: 14px;
}
.machinery .heading-type02 .link {
  color: currentColor !important;
}
.machinery .heading-type03 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 20px;
  line-height: 1.5;
  background: #000;
  color: #fff;
}
.machinery .lead {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}
.machinery .pageHeader {
  background: -webkit-gradient(linear, left top, right top, from(#D71717), to(#D7711D));
  background: linear-gradient(90deg, #D71717 0%, #D7711D 100%);
  border-bottom: 10px solid #E60012;
  -o-border-image: linear-gradient(90deg, #FDD000 0%, #FDD000 15%, #E60012 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#FDD000), color-stop(15%, #FDD000), to(#E60012));
     border-image: linear-gradient(90deg, #FDD000 0%, #FDD000 15%, #E60012 100%);
  border-image-slice: 1;
  position: relative;
}
.machinery .pageHeader-heading {
  color: #fff;
  line-height: 1.5;
}
.machinery .pageHeader-ttl {
  font-size: 36px;
  font-weight: 500;
}
.machinery .pageHeader-ttl span {
  font-size: 24px;
  font-weight: 500;
  margin-top: 9px;
  display: block;
}
.machinery .pageHeader .contactBox {
  padding-bottom: 14px;
}
.machinery .pageHeader .contactBox-item {
  padding: 14px 36px 14px 20px;
}
.en.machinery .pageHeader .contactBox-item{
  background: #2B2B2B;
}
.machinery .breadcrumb {
  background: #F0EBE2;
}
.machinery .breadcrumb-inner {
  padding: 13px 0;
}
.machinery .breadcrumb-item::before {
  content: "/";
  color: #D1D1D1;
  margin: 0 10px 0 9px;
}
.machinery .breadcrumb-item:first-of-type::before {
  content: none;
}
.machinery .breadcrumb-label-link {
  text-decoration: none;
}
.machinery .breadcrumb-label-link:hover {
  opacity: 0.7;
}
.machinery .contactBox {
  color: #fff;
  font-weight: 500;
}
.machinery .contactBox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.machinery .contactBox-item + .contactBox-item {
  border-top: 1px solid #848484;
}
.machinery .contactBox-icon {
  margin-right: 20px;
}
.machinery .contactBox-num {
  font-size: 30px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  line-height: 1.4;
}
.machinery .contactBox-tel .contactBox-text {
  font-size: 14px;
  color: #D1D1D1;
  line-height: 1.5;
}
.machinery .contactBox-link {
  font-size: 16px;
  position: relative;
  padding-right: 46px;
}
.machinery .contactBox-link::after {
  content: "";
  position: absolute;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.machinery .contactBox-link:hover {
  opacity: 0.7;
}
.machinery .contactBox-link-en {
  padding-right: 23px !important;
  color: #fff;
}
.machinery .contactBox-link-en::after {
  display: none;
}
.machinery .contactBox-label {
  width: 90px;
  padding: 7px 0 4px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  font-size: 16px;
  text-align: center;
  background-image: radial-gradient(#D7411D 30%, #2B2B2B 30%);
  background-size: 2px 2px;
}
.machinery .overview {
  background: #F0EBE2;
  padding: 30px 0 70px;
  margin-bottom: 80px;
}
.machinery .overview-heading {
  color: #D7411D;
  letter-spacing: 1.8px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  font-size: 36px;
  text-align: center;
  line-height: 1.4;
  bottom: 8px;
}
.machinery .overview-lead {
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-bottom: 26px;
}
.machinery .overview-lead::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #D7411D;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.machinery .overview p + p {
  margin-top: 20px;
}
.machinery .useLabel {
  display: inline-block;
  background: #F4F4F4;
  text-align: center;
  font-weight: bold;
  padding: 18px 30px;
  margin-right: 20px;
  margin-top: 20px;
}
.machinery .useLabel-list {
  margin-top: -20px;
}
.machinery .table {
  margin-bottom: 30px;
}
.machinery .table-head {
  background: #F0EBE2;
  font-weight: 500;
}
.machinery .table-cell {
  text-align: center;
  font-size: 16px;
  padding: 7px 20px;
  line-height: 1.6;
}
.machinery .table-left .table-cell {
  text-align: left;
}
.machinery .table-cell-left {
  text-align: left;
}
.machinery .table-cell-s {
  padding: 4px 10px;
}
.machinery .table-font-12 .table-cell {
  font-size: 12px;
}
.machinery .table-font-12 .list-item {
  padding-left: 10px;
}
.machinery .table-font-12 .list-item::before {
  top: 7px;
}
.machinery .border-red {
  border: solid 2px #D7411D;
}
.machinery form .table-cell {
  text-align: left;
}
.machinery .smallList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.machinery .smallList .smallList-left {
  margin-right: 10px;
  font-weight: 500;
}
.machinery .lineup {
  background: #F0EBE2;
  padding: 40px 0 50px;
}
.machinery .lineup-sub {
  margin-top: 40px;
  border-top: 1px solid #E50A17;
  padding-top: 16px;
  text-align: right;
}
.machinery .lineup-sub-link {
  display: inline-block;
  line-height: 1.5;
  padding-right: 26px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.machinery .lineup-sub-link:hover {
  opacity: 0.7;
}
.machinery .lineup-sub-link::after {
  content: "";
  position: absolute;
  border-left: 6px solid #E50A17;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 0;
  top: 9px;
}
.machinery .category-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 20px;
  width: 100%;
}
.machinery .category-secondName {
  font-size: 14px;
  background: #000;
  color: #fff;
  font-weight: 500;
  padding: 8px 10px;
  margin-bottom: 10px;
}
.machinery .category-link {
  display: block;
  background: #fff;
  padding: 15px 10px;
  line-height: 1.5;
  position: relative;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.machinery .category-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(91deg, #D71717 0%, #D7711D 100%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 0;
}
.machinery .category-link:hover {
  color: #fff;
}
.machinery .category-link:hover::before {
  opacity: 1;
}
.machinery .category-link + .category-secondName {
  margin-top: 20px;
}
.machinery .category-link-inner {
  position: relative;
}
.machinery .category-link-tag {
  display: block;
  background: #548235;
  color: #fff;
  width: 56px;
  text-align: center;
  font-size: 12px;
  padding: 2px 0;
  font-weight: 500;
  margin-top: 5px;
}
.machinery .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E50A17;
  position: relative;
}
.machinery .tab::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 6px;
  left: 0;
  bottom: 0;
  background: #E50A17;
}
.machinery .tab-btn {
  font-weight: 500;
  padding: 18px 0;
  width: 183px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.machinery .tab-btn::before, .machinery .tab-btn::after {
  content: "";
  position: absolute;
}
.machinery .tab-btn::before {
  left: -1px;
  top: 0;
  width: calc(100% + 1px);
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#D71717), to(#D7711D));
  background: transparent linear-gradient(90deg, #D71717 0%, #D7711D 100%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 0;
}
.machinery .tab-btn::after {
  width: 1px;
  height: 6px;
  right: 0;
  bottom: 0;
  background: #E50A17;
}
.machinery .tab-btn.is-active, .machinery .tab-btn:hover {
  color: #fff;
}
.machinery .tab-btn.is-active::before, .machinery .tab-btn:hover::before {
  opacity: 1;
}
.machinery .tab-btn-inner {
  position: relative;
}
.machinery .pageLink-btn {
  border: 1px solid #D1D1D1;
  background: #fff;
  padding: 15px 35px 15px 20px;
  position: relative;
  display: block;
  line-height: 1.5;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.machinery .pageLink-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(91deg, #D71717 0%, #D7711D 100%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 0;
}
.machinery .pageLink-btn::after {
  content: "";
  position: absolute;
  border-left: 6px solid #E50A17;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.machinery .pageLink-btn:hover {
  color: #fff;
}
.machinery .pageLink-btn:hover::before {
  opacity: 1;
}
.machinery .pageLink-btn:hover::after {
  border-left-color: #fff;
}
.machinery .pageLink-btn span {
  position: relative;
}
.machinery .news {
  padding: 50px 0 130px;
  background: #F4F4F4;
}
.machinery .news-heading {
  text-align: center;
  margin-bottom: 42px;
}
.machinery .news-heading-en {
  font-size: 79px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
}
.machinery .news-heading h2 {
  font-size: 26px;
  font-weight: bold;
}
.machinery .news-contents {
  background: #fff;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.machinery .news-data {
  font-weight: 500;
  font-family: "Teko", sans-serif;
  font-size: 20px;
}
.machinery .news-data span {
  font-size: 14px;
  font-weight: 600;
}
.machinery .news-label {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  margin: 0 30px 0 25px;
  border: 1px solid;
  line-height: 26px;
  height: 30px;
  font-size: 14px;
  padding: 0 5px;
}
.machinery .news-btn {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: block;
  padding: 26px 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  border: 2px solid transparent;
  border-bottom: none;
  margin: 0 auto;
}
.machinery .news-btn::after {
  content: "";
  position: absolute;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.machinery .news-btn:hover {
  border-color: #000;
  border-bottom: none;
  color: #000;
  background: #fff;
}
.machinery .news-btn:hover::after {
  border-left-color: #000;
}
.machinery .machinery-cards-slider {
  position: initial;
  display: none;
}
.machinery .machinery-cards-slider.slick-initialized {
  display: block;
}
.machinery .machinery-cards-slider .slick-arrow {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  width: 40px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.machinery .machinery-cards-slider .slick-arrow::before {
  content: "";
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.machinery .machinery-cards-slider .slick-prev {
  left: 0;
}
.machinery .machinery-cards-slider .slick-prev::before {
  border-right: 10px solid #E50A17;
}
.machinery .machinery-cards-slider .slick-next {
  right: 0;
}
.machinery .machinery-cards-slider .slick-next::before {
  border-left: 10px solid #E50A17;
}
.machinery .cards {
  position: relative;
}
.machinery .cards .card-title {
  background: none;
}
.machinery .footer-contact-heading {
  font-weight: 500;
  color: #fff;
  background: url("/common/img/pages/products/machinery/lineup/bg-contact.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 65px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: -1;
  position: relative;
}
.machinery .footer-contact-heading::before {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.machinery .footer-contact .contactBox {
  padding: 44px 33px;
}
.machinery .footer-contact .contactBox-item {
  padding-left: 26px;
}
.machinery .footer-contact .contactBox-item + .contactBox-item {
  margin-top: 20px;
  padding-top: 20px;
}
.machinery .footer-contact-ttl {
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  z-index: 9;
}
.machinery .footer-contact-ttl-en {
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  z-index: 9;
  padding-bottom: 5px;
  margin-bottom: 16px;
  font-family: "Teko", sans-serif;
}
.machinery .footer-contact-ttl-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#FDD000), color-stop(15%, #FDD000), to(#E60012));
  background: linear-gradient(90deg, #FDD000 0%, #FDD000 15%, #E60012 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.machinery .btn-gradient {
  background: transparent -webkit-gradient(linear, left top, right top, from(#D71717), to(#D7711D));
  background: transparent linear-gradient(90deg, #D71717 0%, #D7711D 100%);
  color: #fff;
  font-size: 16px;
  width: 100%;
  max-width: 400px;
  display: block;
  text-align: center;
  padding: 15px 0;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin: 40px auto 0;
}
.machinery .btn-gradient:hover {
  opacity: 0.6;
}
.machinery .btn-gradient::before {
  content: "";
  position: absolute;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 20px;
  top: 26px;
}
.machinery .contact-flow-text {
  padding: 15px;
  text-align: center;
}
.machinery .contact-flow-arrow {
  position: relative;
  height: 14px;
  margin: 20px 0;
}
.machinery .contact-flow-arrow::before {
  content: "";
  position: absolute;
  border-top: 14px solid #E50A17;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.machinery.single .contents section p + p,
.machinery.single .contents section p + .table,
.machinery.single .contents section .table + p,
.machinery.single .contents section p + .media,
.machinery.single .contents section p + .media2,
.machinery.single .contents section .media + p,
.machinery.single .contents section .media2 + p,
.machinery.single .contents section .media + .media,
.machinery.single .contents section .media + .media2,
.machinery.single .contents section .media2 + .media,
.machinery.single .contents section .media2 + .media2,
.machinery.single .contents section p + img,
.machinery.single .contents section img + p {
  margin-top: 20px;
}
.machinery.single .contents .content-tag {
  border: solid 1px #41719C;
  background: #4596e7;
  padding: 2px 10px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.machinery.single .contents .content-tag-normal {
  border: solid 1px #A6A6A6;
  padding: 2px 10px;
  font-weight: 100;
  font-size: 14px;
  margin-left: 20px;
  display: inline-block;
  margin-top: 3px;
}
.machinery.single .contents .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.machinery.single .contents .pageLink-btn {
  width: 375px;
  margin: 50px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.en.machinery .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

/* ======================================================================
PC
======================================================================*/
@media screen and (min-width: 801px) {
  .machineryMegamenu-hover::after {
    content: "";
    position: fixed;
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .machinery .container-l {
    width: 1380px;
  }
  .machinery .section-inline {
    display: inline-block;
  }
  .machinery .section-inline + .section-inline {
    margin-left: 70px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1300px) {
  .machinery .pageHeader {
    min-height: 221px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .machinery .pageHeader-ttl{
    padding: 54px 0 58px;
  }
}
@media screen and (min-width: 801px) {
  .machinery .pageHeader-heading {
    width: calc(100% - 400px);
  }
  .machinery .pageHeader .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .machinery .pageHeader .contactBox {
    width: 430px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1300px) {
  .machinery .pageHeader .contactBox {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 801px) and (min-width: 1301px) {
  .machinery .pageHeader .contactBox {
    margin-right: -50px;
  }
}

@media screen and (max-width: 1250px) {
  .machinery #gNavWrapper .tools .snsList {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .machinery .table-cell-sticky {
    position: sticky;
    left: 0;
  }
  .machinery .tab2 {
    display: none !important;
  }
  .machinery .lineup-list {
    margin-top: 30px;
  }
  .machinery .lineup-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CCC8C1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machinery .lineup-item:first-of-type {
    margin-top: 0;
    border: none;
  }
  .machinery .category-link {
    margin-left: 10px;
    width: calc(33.3333333333% - 7px);
    max-width: 358px;
    min-height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .machinery .category-link:first-of-type, .machinery .category-link:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .machinery .category-link:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  .machinery .pageLink-list {
    margin-top: -20px;
    margin-left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .machinery .pageLink-item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc(33.3333333333% - 20px);
    max-width: 352px;
  }
  .machinery .pageLink-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 80px;
  }
  .machinery .news-list {
    padding: 80px 20px 73px;
    max-width: 840px;
    margin: 0 auto;
  }
  .machinery .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #000;
    line-height: 1.88;
  }
  .machinery .news-item:first-of-type {
    padding-top: 0;
  }
  .machinery .news-data {
    width: 108px;
  }
  .machinery .news-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .machinery .news-link:hover {
    opacity: 0.7;
  }
  .machinery .news-btn {
    width: 543px;
  }
  .machinery .cards {
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
  }
  .machinery .cards-list {
    margin-left: 0;
  }
  .machinery .cards-item {
    margin-left: 12px;
    margin-right: 12px;
  }
  .machinery .footer-contact .contactBox {
    width: 497px;
  }
  .machinery .footer-contact .contactBox-en {
    position: absolute;
    width: auto;
    bottom: 28%;
    right: 3%;
    padding: 0;
    background-color: #000;
    border: 1px solid #fff;
  }
  .machinery .footer-contact .contactBox-item {
    padding-left: 26px;
  }
  .machinery .footer-contact .contactBox-item + .contactBox-item {
    margin-top: 20px;
    padding-top: 20px;
  }
  .machinery .footer-contact .contactBox-item.contactBox-mail-en {
    padding-right: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .machinery .footer-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .en.machinery .tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
/* ======================================================================
SP
======================================================================*/
@media screen and (max-width: 800px) {
  .machinery .pageHeader {
    margin-top: 61px;
  }
  .machinery .pageHeader-heading {
    padding: 39px 0;
  }
  .machinery .pageHeader-ttl {
    font-size: 30px;
    padding: 0;
  }
  .machinery .pageHeader-ttl span {
    font-size: 18px;
  }
  .machinery .pageHeader .contactBox {
    width: 100vw;
    margin-left: -20px;
    padding-bottom: 0;
    margin-top: 0;
  }
  .machinery .pageHeader .contactBox-item {
    padding: 10px 20px;
  }
  .machinery .contents-lineup .pageLink .col {
    width: 100%;
    max-width: 100%;
  }
  .machinery .contents-lineup .pageLink .col + .col {
    margin-top: 20px;
  }
  .machinery .contents-lineup .pageLink-item {
    width: 100%;
  }
  .machinery .contactBox-label {
    display: none;
  }
  .machinery .contactBox-icon {
    margin-right: 16px;
  }
  .machinery .contactBox-icon img {
    width: 40px;
    height: 40px;
  }
  .machinery .contactBox-num {
    font-size: 28px;
    line-height: 1;
  }
  .machinery .breadcrumb-item {
    font-size: 12px;
  }
  .machinery .breadcrumb-item::before {
    margin: 0 9px 0 6px;
  }
  .machinery .heading-type01 {
    padding-right: 63px;
  }
  .machinery .heading-type01::after {
    right: -25px;
    width: 74px;
  }
  .machinery .useLabel {
    width: 100%;
    padding: 10px;
    margin-right: 0;
  }
  .machinery .table {
    table-layout: fixed;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
    margin-left: 0 !important;
  }
  .machinery .table-sp-fit {
    width: 100%;
    white-space: inherit;
  }
  .machinery .lineup-item {
    display: none;
  }
  .machinery .lineup-heading {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 20px -20px;
    display: inline-block;
    position: relative;
  }
  .machinery .lineup-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E50A17;
    width: 100%;
    height: 1px;
  }
  .machinery .lineup-heading-link {
    display: block;
    padding: 0 87px 14px 20px;
  }
  .machinery .lineup-heading-link::after {
    content: "";
    border-left: 8px solid #D71717;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    right: 0;
    top: 9px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 3px;
  }
  .machinery .lineup-sub {
    width: 100vw;
    margin-left: -20px;
  }
  .machinery .lineup-sub-link {
    margin-right: 20px;
  }
  .machinery .category-name {
    display: none;
  }
  .machinery .tab {
    display: none;
  }
  .machinery .tab2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .machinery .tab2-btn {
    line-height: 1.6;
    padding-bottom: 12px;
    position: relative;
  }
  .machinery .tab2-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#D71717), to(#D7711D));
    background: transparent linear-gradient(90deg, #D71717 0%, #D7711D 100%);
    bottom: 0;
    left: 0;
    opacity: 0;
  }
  .machinery .tab2-btn + .tab2-btn {
    margin-left: 30px;
  }
  .machinery .tab2-select::before {
    opacity: 1;
  }
  .machinery .pageLink-item + .pageLink-item {
    margin-top: 20px;
  }
  .machinery .news {
    padding-bottom: 50px;
  }
  .machinery .news-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .machinery .news-heading-en {
    font-size: 60px;
  }
  .machinery .news-heading h2 {
    font-size: 18px;
    margin-left: 14px;
  }
  .machinery .news-list {
    padding: 40px 20px;
  }
  .machinery .news-item {
    padding: 27px 0;
    border-bottom: 1px solid #000000;
  }
  .machinery .news-item:first-of-type {
    padding-top: 0;
  }
  .machinery .news-data {
    margin-bottom: 5px;
    display: inline-block;
  }
  .machinery .news-label {
    margin: 0 0 0 20px;
  }
  .machinery .news-title {
    line-height: 1.75;
  }
  .machinery .news-btn {
    margin: 0 20px;
  }
  .machinery .machinery-cards-slider .slick-arrow {
    width: 30px;
    height: 50px;
    top: 35%;
  }
  .machinery .cards {
    padding-left: 40px;
    padding-right: 40px;
  }
  .machinery .cards-list {
    margin-left: 0;
    margin-top: 0;
  }
  .machinery .cards-item {
    margin-left: 0;
  }
  .machinery .cards-item + .cards-item {
    margin-top: 0;
  }
  .machinery .cards .card-link {
    display: block;
  }
  .machinery .cards .card-thumbnail {
    width: 100%;
  }
  .machinery .footer-contact-heading {
    padding: 41px 0;
  }
  .machinery .footer-contact-ttl {
    font-size: 30px;
  }
  .machinery .footer-contact-ttl-en {
    margin-bottom: 10px;
  }
  .machinery .footer-contact .contactBox {
    padding: 20px 0;
  }
  .machinery .footer-contact .contactBox-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .machinery .footer-contact .contactBox-item + .contactBox-item {
    margin-top: 16px;
    padding-top: 16px;
  }
}

/* 20240726追加 */
.machinery-box-1{
  border: 1px solid #800000;
}
.machinery-box-1 .machinery-box-ttl{
  background: #800000;
}
.machinery-box-2{
  border: 1px solid #CC0000;
}
.machinery-box-2 .machinery-box-ttl{
  background: #CC0000;
}
.machinery-box-ttl{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 20px;
}
.machinery-box-content{
  padding: 20px;
  display: flex;
  align-items: center;
}

/* 20250407追加 */
.machinery .news .news-title br.list_none{
  display: none;
}