@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: unset !important;
  font-family: "Meiryo";
}

.bcs_pagetop1 {
  z-index: 5;
}

.imp-1330 {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 10px 80px;
  color: #333333;
}
.imp-1330 h1,
.imp-1330 h2,
.imp-1330 h3,
.imp-1330 h4,
.imp-1330 figure {
  margin: 0;
  padding: 0;
  text-align: left;
  background: none;
  color: #333333;
  border-radius: 0;
}
.imp-1330 section:not(:last-child) {
  margin-bottom: 86px;
}
@media screen and (max-width: 639px) {
  .imp-1330 section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.imp-1330 section section:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .imp-1330 section section:not(:last-child) {
    margin-bottom: 16px;
  }
}
.imp-1330 p:not([class]):not(:last-child) {
  margin-bottom: 1.6em;
}
.imp-1330 a {
  color: #356BB3;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
@media screen and (hover: hover) {
  .imp-1330 a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.imp-1330 strong {
  font-weight: 700;
}
.imp-1330 .bcs_red {
  color: #D51121;
}
.imp-1330 .bcs_sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .imp-1330 {
    padding: 10px 10px 64px;
    font-size: 12px;
  }
  .imp-1330 h1,
  .imp-1330 h2,
  .imp-1330 h3,
  .imp-1330 h4 {
    margin: 0;
    padding: 0;
  }
  .imp-1330 .bcs_pc {
    display: none;
  }
  .imp-1330 .bcs_sp {
    display: block;
  }
}
.imp-1330 .bcs_title-lv1 {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0px 0px 8px rgb(51, 51, 51);
}
.imp-1330 .bcs_title-lv1 .sm {
  color: inherit;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .imp-1330 .bcs_title-lv1 {
    font-size: 52px;
  }
  .imp-1330 .bcs_title-lv1 .sm {
    font-size: 28px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_title-lv1 {
    font-size: 35px;
  }
  .imp-1330 .bcs_title-lv1 .sm {
    font-size: 21px;
  }
}
.imp-1330 .bcs_title-lv2 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_title-lv2 {
    margin-bottom: 8px;
    padding-bottom: 6px;
    font-size: 16px;
  }
}
.imp-1330 .bcs_title-lv3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_title-lv3 {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.imp-1330 .bcs_breadcrumb {
  margin-bottom: 20px;
}
.imp-1330 .bcs_breadcrumb li {
  display: inline;
  font-size: 12px;
}
.imp-1330 .bcs_breadcrumb li:not(:has(> span))::after {
  content: "＞";
  color: #969696;
  display: inline-block;
  margin: 0 2px;
}
.imp-1330 .bcs_breadcrumb li > a,
.imp-1330 .bcs_breadcrumb li > span {
  text-decoration: none;
  color: #969696;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.imp-1330 .bcs_breadcrumb li > span {
  color: #333333;
}
@media screen and (hover: hover) {
  .imp-1330 .bcs_breadcrumb li > a:hover {
    color: #333333;
  }
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_breadcrumb {
    margin-bottom: 10px;
  }
  .imp-1330 .bcs_breadcrumb li {
    font-size: 14px;
  }
}
.imp-1330 .bcs_banner {
  position: relative;
  margin-bottom: 25px;
  padding: 12px 20px;
  min-height: 300px;
}
.imp-1330 .bcs_banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .imp-1330 .bcs_banner {
    padding: 12px 10px;
    min-height: 250px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_banner {
    margin-bottom: 30px;
    min-height: 200px;
  }
}
.imp-1330 .bcs_desc {
  margin-bottom: 52px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_desc {
    margin-bottom: 60px;
  }
}
.imp-1330 .bcs_btn {
  padding: 10px;
  width: 300px;
  min-width: 176px;
  min-height: 60px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #70C13F;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media screen and (hover: hover) {
  .imp-1330 .bcs_btn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_btn {
    margin: 0 auto;
    min-height: 48px;
    width: 343px;
  }
}
.imp-1330 .bcs_btn-blank {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
@media screen and (hover: hover) {
  .imp-1330 .bcs_btn-blank:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_btn-blank {
    margin: 0 auto;
    padding: 4px 9px;
    font-size: 14px;
  }
}
.imp-1330 .bcs_btn-blank .ico::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 13px;
  aspect-ratio: 1/1;
  background: url(../img/ico_blank.png) center/100% auto no-repeat;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_btn-blank .ico::after {
    width: 11px;
  }
}
.imp-1330 .bcs_content {
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 39.1666666667%;
  grid-template-columns: auto 39.1666666667%;
  -ms-grid-rows: auto 20px auto;
      grid-template-areas: "r1 r2" "r3 r2";
  gap: 20px 40px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 9px auto 9px auto;
        grid-template-areas: "r1" "r2" "r3";
    gap: 9px;
  }
}
.imp-1330 .bcs_content-desc {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: r1;
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-desc {
    font-size: 12px;
  }
}
.imp-1330 .bcs_content-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: r2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-img {
    margin-bottom: 12px;
  }
}
.imp-1330 .bcs_content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.imp-1330 .bcs_content-item:first-child {
  width: 23.829787234%;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-item:first-child {
    width: 27.0422535211%;
  }
}
.imp-1330 .bcs_content-item:first-child img {
  width: 76.7857142857%;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-item:first-child img {
    width: 89.5833333333%;
  }
}
.imp-1330 .bcs_content-item:last-child {
  width: 60%;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-item:last-child {
    width: 61.1267605634%;
  }
}
.imp-1330 .bcs_content-item img {
  margin-bottom: 8px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-item img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.imp-1330 .bcs_content-item figcaption {
  display: block;
  width: 100%;
  line-height: 1;
}
.imp-1330 .bcs_content-btn {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: r3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 630px;
  gap: 30px;
}
@media screen and (max-width: 639px){
  .imp-1330 .bcs_content-desc {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .imp-1330 .bcs_content-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .imp-1330 .bcs_content-btn {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.imp-1330 .bcs_content-btn li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-btn li {
    width: 100%;
  }
}
.imp-1330 .bcs_content-btn li a {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_content-btn li a {
    width: 343px;
  }
}
.imp-1330 .bcs_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_flex {
    margin-top: 16px;
    gap: 24px;
  }
}
.imp-1330 .bcs_flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_flex-col {
    width: 100%;
  }
}
.imp-1330 .bcs_flex figure {
  text-align: center;
}
.imp-1330 .bcs_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_card {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.imp-1330 .bcs_card-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.imp-1330 .bcs_card-ttl .sm {
  font-size: 14px;
  font-weight: 400;
}
.imp-1330 .bcs_card-price {
  font-size: 14px;
  font-weight: 700;
  color: #E60012;
}
.imp-1330 .bcs_card-price .num {
  font-size: 21px;
  color: inherit;
}
.imp-1330 .bcs_card-price .sm {
  margin-left: -5px;
  font-size: 12px;
  color: inherit;
}
.imp-1330 .bcs_product {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 275px));
  grid-auto-rows: 1fr;
  gap: 32px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_product {
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.imp-1330 .bcs_product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.imp-1330 .bcs_product-item img {
  width: 100%;
}
.imp-1330 .bcs_product-item figcaption {
  font-size: 14px;
}
.imp-1330 .bcs_demo {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.imp-1330 .bcs_demo img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_demo-main img {
    min-width: 360px;
  }
}
.imp-1330 .bcs_demo-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13.8157894737%;
}
.imp-1330 .bcs_color {
  max-width: 844px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 38px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_color {
    gap: 13px 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.imp-1330 .bcs_color-item {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #707070;
}
.imp-1330 .bcs_color-item:nth-child(1) {
  background-color: #FFFFFF;
}
.imp-1330 .bcs_color-item:nth-child(2) {
  background-color: #F4BECE;
}
.imp-1330 .bcs_color-item:nth-child(3) {
  background-color: #D5BFAA;
}
.imp-1330 .bcs_color-item:nth-child(4) {
  background-color: #C8E0A6;
}
.imp-1330 .bcs_color-item:nth-child(5) {
  background-color: #C1E1F6;
}
.imp-1330 .bcs_color-item:nth-child(6) {
  background-color: #D1B9D9;
}
.imp-1330 .bcs_color-item:nth-child(7) {
  background-color: #DF6E80;
}
.imp-1330 .bcs_color-item:nth-child(8) {
  background-color: #D9674D;
}
.imp-1330 .bcs_color-item:nth-child(9) {
  background-color: #EECF65;
}
.imp-1330 .bcs_color-item:nth-child(10) {
  background-color: #59AFAC;
}
.imp-1330 .bcs_color-item:nth-child(11) {
  background-color: #5B5F9F;
}
.imp-1330 .bcs_color-item:nth-child(12) {
  background-color: #040000;
}
.imp-1330 .bcs_color-item:nth-child(13) {
  background-color: #E73573;
}
.imp-1330 .bcs_color-item:nth-child(14) {
  background-color: #F49D18;
}
.imp-1330 .bcs_color-item:nth-child(15) {
  background-color: #06765D;
}
.imp-1330 .bcs_color-item:nth-child(16) {
  background-color: #488CCB;
}
.imp-1330 .bcs_color-item:nth-child(17) {
  background-color: #561211;
}
.imp-1330 .bcs_color-item:nth-child(18) {
  background-color: #8E6340;
}
.imp-1330 .bcs_color-item:nth-child(19) {
  background-color: #1A2D58;
}
.imp-1330 .bcs_color-item:nth-child(20) {
  background-color: #47224B;
}
.imp-1330 .bcs_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  counter-reset: flow;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_flow {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 355px;
    gap: 23px;
  }
}
.imp-1330 .bcs_flow-item {
  position: relative;
  width: calc((100% - 200px) / 6);
  counter-increment: flow;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_flow-item {
    padding-left: 39px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 29px;
  }
}
.imp-1330 .bcs_flow-item::before {
  content: counter(flow);
  padding-top: 1px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #333333;
  color: #ffffff;
  font-family: Century Gothic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_flow-item::before {
    top: 0;
    left: 0;
  }
}
.imp-1330 .bcs_flow-item:not(:first-child) .bcs_flow-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #969696;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_flow-item:not(:first-child) .bcs_flow-img::before {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_flow-item:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    background: none;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #969696;
  }
}
.imp-1330 .bcs_flow-img {
  position: relative;
  display: block;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_flow-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px;
    min-height: 100px;
  }
}
.imp-1330 .bcs_flow-img img {
  width: 100%;
}
.imp-1330 .bcs_flow-ttl {
  font-size: 14px;
  line-height: 1.4;
}
.imp-1330 .bcs_machine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_machine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.imp-1330 .bcs_machine-col {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_machine-col {
    width: 100%;
  }
}
.imp-1330 .bcs_machine-sub {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_machine-sub {
    font-size: 12px;
    font-weight: 400;
  }
}
.imp-1330 .bcs_machine-name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_machine-name {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.imp-1330 .bcs_machine-txt {
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_machine-txt {
    font-size: 12px;
  }
}
.imp-1330 .bcs_machine-txt .sm {
  font-size: 12px;
}
.imp-1330 .bcs_machine-img {
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_machine-img {
    margin-top: 6px;
  }
}
.imp-1330 .bcs_machine-block:not(:last-child) {
  margin-bottom: 30px;
}
.imp-1330 .bcs_machine-ttl {
  margin-top: 20px;
  margin-bottom: 8px;
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_machine-ttl {
    margin-top: 0;
    font-size: 16px;
  }
}
.imp-1330 .bcs_list:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_list:not(:last-child) {
    margin-bottom: 16px;
  }
}
.imp-1330 .bcs_list li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_list li {
    padding-left: 12px;
    font-size: 12px;
  }
}
.imp-1330 .bcs_list-dot li::before {
  content: "●";
  position: absolute;
  top: 0.12em;
  left: 0;
  font-size: 0.8em;
}
@media screen and (max-width: 639px) {
  .imp-1330 .bcs_list-dot li::before {
    top: 0.4em;
  }
}