@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #333333;
  container-type: inline-size;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: normal;
  text-autospace: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  color: #333333;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}

select {
  max-width: 320px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16'%3E%3Cpath d='M5 0L10 6H0z' fill='%23696969'/%3E%3Cpath d='M5 16L0 10h10z' fill='%23696969'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2em center;
  padding-right: 3em;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1300px;
}
.uk-container-small {
  max-width: 1080px;
}
.uk-container-large {
  max-width: 1600px;
}
@media (max-width: 959px) {
  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Contact Form 7
====================================== */

/* reCAPTCHA
====================================== */

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #333333 !important;
}

.com-txt-color-main {
  color: #E63333 !important;
}

.com-bg-main {
  background-color: #E63333 !important;
}

.com-txt-color-danger {
  color: #c75252 !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-bg-gray {
  background-color: #f4f4f4 !important;
}

/* #header
====================================== */
#header {
  height: 90px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 959px) {
  #header {
    display: block;
    height: 50px;
  }
}

/* parts
--------------------------------- */
#header-left {
  padding: 14px 30px 12px;
}
@media (max-width: 959px) {
  #header-left {
    padding: 10px;
    justify-content: space-between;
  }
}

#header-right {
  background: #222;
}
@media (max-width: 959px) {
  #header-right {
    display: none;
  }
}

@media (max-width: 959px) {
  .header .logo {
    max-width: 135px;
  }
}
.header .catch {
  padding-left: 42px;
}
.header .catch .tit {
  font-size: 19px;
  font-size: 1.1875rem;
  margin: 0;
  margin-left: 8px;
  font-weight: 700;
  line-height: 1.473;
}
@media (max-width: 959px) {
  .header .catch {
    padding-left: 8px;
  }
  .header .catch .tit {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-left: 2px;
  }
}
.header .contact-tel {
  position: relative;
  padding: 20px 18px 12px;
  color: #fff;
}
.header .contact-tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -52px;
  width: 0;
  height: 0;
  border-width: 0 0 90px 52px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
}
.header .contact-tel a {
  display: block;
}
.header .contact-tel p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
.header .contact-mail {
  padding-top: 15px;
  min-width: 90px;
  display: block;
  background: #E63333;
  color: #fff;
  text-align: center;
}
.header .contact-mail span {
  padding-top: 5px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.header .contact-mail:hover {
  background: rgba(230, 51, 51, 0.7);
  color: #fff;
}

/* 斜線
--------------------------------- */
.slash {
  display: inline-block;
  width: 45px;
  height: 20px;
}
.slash-line {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #E63333;
  transform: translateX(10px) skewX(-30deg);
}
@media (max-width: 959px) {
  .slash {
    width: 25px;
    height: 10px;
  }
  .slash-line {
    width: 2px;
    height: 10px;
    transform: translateY(-10px) skewX(-30deg);
  }
}

/* #header-offcanvas-btn
--------------------------------- */
/* #header-logo
--------------------------------- */
/* #header-tel
--------------------------------- */
/* gnav
====================================== */
/* #lnav
====================================== */
/* #footer
====================================== */
#footer {
  position: relative;
  padding: 0;
  text-align: center;
  height: auto;
  background: none;
  color: #fff;
}
@media (min-width: 960px) {
  #footer {
    padding: 0;
    padding-left: 60px;
    height: 120px;
    background: url(../img/footer/footer_bg.jpg) center no-repeat;
    background-size: cover;
    text-align: left;
  }
}

.footer-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 960px) {
  .footer-inner {
    display: block;
    width: auto;
  }
}
.footer-copy {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 50px 0;
  order: 1;
  background: url(../img/footer/footer_bg_s.jpg) center no-repeat;
  background-size: cover;
}
@media (min-width: 960px) {
  .footer-copy {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0;
    order: 0;
    background: none;
  }
}
.footer-btn {
  position: relative;
  order: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: inherit;
  width: 100%;
  height: 120px;
  background: #E63333;
}
@media (min-width: 960px) {
  .footer-btn {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 320px;
    width: auto;
  }
  .footer-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 0 0 120px 60px;
    border-style: solid;
    border-color: transparent transparent #E63333 transparent;
  }
}
.footer-btn span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
}
.footer-btn span::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 16px;
  height: 13px;
  background: url(../img/common/icon_arrow.svg) center no-repeat;
  background-size: cover;
  vertical-align: -1px;
}
.footer-btn:hover {
  background: rgba(230, 51, 51, 0.7);
}
.footer-btn:hover::before {
  border-color: transparent transparent rgba(230, 51, 51, 0.7) transparent;
}

/* menubar(sp only)
-------------------------------------- */
.menubar {
  display: none;
}
@media (min-width: 960px) {
  .menubar {
    display: none;
  }
}
@media (max-width: 959px) {
  .menubar {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 5px;
    width: 100%;
  }
}
.menubar-list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.menubar-item {
  padding-left: 10px;
}
.menubar-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #333;
}
.menubar-item a.ico-tel {
  width: 48px;
  height: 48px;
}
.menubar-item a.ico-tel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(../img/common/icon_tel.svg) center no-repeat;
  background-size: cover;
}
.menubar-item a.ico-mail {
  width: 115px;
  height: 48px;
  background: #E63333;
  color: #fff;
}
.menubar-item a.ico-mail::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 28px;
  height: 22px;
  background: url(../img/header/icon_mail.svg) center no-repeat;
  background-size: cover;
}

/* pagetop
-------------------------------------- */
.pagetop {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 10px;
}

#offcanvas {
  display: none;
}

.uk-offcanvas-bar {
  background-color: #aaa;
  padding: 0;
  width: 100%;
  max-width: 400px !important;
  display: block;
  color: #fff;
}
.uk-offcanvas-bar .uk-offcanvas-close {
  position: relative;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.uk-offcanvas-bar .uk-offcanvas-close::before, .uk-offcanvas-bar .uk-offcanvas-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.uk-offcanvas-bar .uk-offcanvas-close::before {
  transform: rotate(45deg);
}
.uk-offcanvas-bar .uk-offcanvas-close::after {
  transform: rotate(-45deg);
}

/* section
====================================== */
.com-sec-01 {
  padding-block: 60px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-block: 100px;
  }
}

.com-sec-02 {
  padding-block: 60px 100px;
}
@media (min-width: 640px) {
  .com-sec-02 {
    padding-block: 120px 150px;
  }
}

.com-sec-03 {
  padding-block: 40px;
}
@media (min-width: 640px) {
  .com-sec-03 {
    padding-block: 80px;
  }
}

/* 背景
====================================== */
.com-bg-gray {
  background: #f4f4f4;
}

.com-bg-black {
  background: #000;
}
.com-bg-black > * {
  color: #fff;
}

/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-tit-01 {
  font-size: clamp(30px, 3.125cqi, 60px);
  font-family: "Sofia Sans Extra Condensed";
  color: rgba(51, 51, 51, 0.8);
  font-weight: bold;
  margin-bottom: 0;
  -webkit-background-clip: text;
          background-clip: text;
}
.page-tit-01::before {
  content: attr(data-en);
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}

/* panel パネル
--------------------------------- */
/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-half {
  margin-top: 0.5em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .com-text-01 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.com-text-02 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.com-text-03 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .com-text-03 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* アクセント色
--------------------------------- */
.com-accent-01 {
  color: #E63333;
}

/* YouTube wrapper
--------------------------------- */

/* リンク
--------------------------------- */
.com-btn-01 {
  display: block;
  max-width: 336px;
  text-align: center;
  background: #E63333;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-01::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath d='M2 0L8 6L2 12' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.com-btn-01:hover {
  color: #fff;
}
.com-btn-01.arrow-down::after {
  right: 25px;
  top: 0;
  bottom: 0;
  transform: none;
  margin: auto;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12'%3E%3Cpath d='M2 0L8 6L2 12' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
}

.com-btn-02 {
  display: block;
  min-width: 300px;
  text-align: center;
  background: #E63333;
  border: none;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-02:hover {
  color: #fff;
}

.com-link-01 {
  text-decoration: underline;
  color: #E63333;
}
.com-link-01:hover {
  color: #E63333;
}
.com-link-01.white {
  color: #fff;
}
.com-link-01.white:hover {
  color: #fff;
}

.home-01 {
  position: relative;
}

.bg-home-03 {
  position: relative;
  background: url(../img/top/03_bg_s.jpg?ver=20260624) center left no-repeat;
  background-size: cover;
  padding-block: 60px 160px;
  z-index: -2;
}
@media (min-width: 960px) {
  .bg-home-03 {
    background-image: url(../img/top/03_bg.jpg?ver=20260624);
    min-height: 0;
    padding-block: 86px 76px;
  }
}
.bg-home-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  z-index: -1;
}
.bg-home-03 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
.bg-home-03 .inner .machine {
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 95%;
  max-width: 400px;
}
@media (min-width: 960px) {
  .bg-home-03 .inner .machine {
    bottom: -20%;
    width: 45%;
    max-width: 689px;
  }
}
.bg-home-03 .catch {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .bg-home-03 .catch {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.bg-home-03 .catch .accent {
  display: inline-block;
  background: #e63333;
  padding: 2px 10px;
}

/* メカニーを選ぶメリット セクション
------------------------------------- */
.home-04 {
  container-type: inline-size;
}

/* 世界100カ国で選ばれる「SENFENG」 セクション
------------------------------------- */
.bg-home-05 {
  position: relative;
  background: url(../img/top/05_bg.svg) no-repeat;
  background-position: 80% center;
  padding-block: 60px;
}
@media (min-width: 1200px) {
  .bg-home-05 {
    background-position: right center;
  }
}
.bg-home-05 .img-left {
  margin-top: -120px;
}

/* 他社との比較 セクション
------------------------------------- */
.bg-home-06 {
  position: relative;
  z-index: 1;
  background: url(../img/top/06_bg.jpg?ver=20260624) center no-repeat;
  background-size: cover;
}
.bg-home-06::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
}
.bg-home-06 > * {
  position: relative;
}

/* 輸入レーザー加工機をお試し！ セクション
------------------------------------- */
.bg-home-07 {
  position: relative;
  background: url(../img/top/07_bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: 30px;
}

/* 見学予約 セクション
------------------------------------- */
.home-08 {
  position: relative;
  isolation: isolate;
}
.home-08 .tel {
  color: #fff;
}
@media (min-width: 960px) {
  .home-08::before {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background: url(../img/top/08_01.png?ver=20260624) no-repeat right center;
    background-size: cover;
    bottom: -15%;
    left: 0;
    width: 20%;
    max-width: 485px;
    height: 100%;
    max-height: 330px;
  }
}
@media (min-width: 960px) {
  .home-08::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background: url(../img/top/08_02.png?ver=20260624) no-repeat left center;
    background-size: cover;
    bottom: -15%;
    right: 0;
    width: 20%;
    max-width: 485px;
    height: 100%;
    max-height: 345px;
  }
}

.home-09 {
  padding-block: 90px 60px;
}
@media (min-width: 960px) {
  .home-09 {
    padding-block: 100px;
  }
}

/* タイトル
------------------------------------- */
.import_china-tit-01 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  color: #222;
}
@media (min-width: 640px) {
  .import_china-tit-01 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.import_china-tit-01.large {
  font-size: clamp(33px, 2.9167cqi, 56px);
}
.import_china-tit-01.small {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .import_china-tit-01.small {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.import_china-tit-02 {
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .import_china-tit-02 {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}
.import_china-tit-02 span {
  color: #E63333;
}
.import_china-tit-02::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 4px;
  background: #E63333;
}
@media (min-width: 960px) {
  .import_china-tit-02::after {
    width: 70px;
  }
}
.import_china-tit-02.white {
  color: #fff;
}

.import_china-tit-03 {
  font-size: 25px;
  font-size: 1.5625rem;
  position: relative;
  margin-top: 40px;
  margin-bottom: 25px;
  padding: 16px 20px 17px;
  background: #333;
  font-weight: 700;
  line-height: 1.48;
  color: #fff;
}
.import_china-tit-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #E63333;
}
@media (max-width: 959px) {
  .import_china-tit-03 {
    margin-top: 45px;
    margin-bottom: 20px;
    padding: 16px 20px 17px;
  }
}

.import_china-tit-04 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: #E63333 2px solid;
}
@media (min-width: 640px) {
  .import_china-tit-04 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

/* パネル
----------------------------------------------- */
.import_china-panel-01 {
  padding-top: 80px;
}
@media (min-width: 960px) {
  .import_china-panel-01 {
    padding-top: 130px;
  }
}

.import_china-panel-02 {
  background-color: #fff;
  padding: 15px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.import_china-panel-03 {
  background-color: #fff;
  opacity: 0.87;
  padding: 37px 25px;
  container-type: inline-size;
}
@media (min-width: 640px) {
  .import_china-panel-03 {
    padding: 37px 40px;
  }
}

/* リスト
------------------------------------- */
.import_china-list-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .import_china-list-01 {
    gap: 30px;
  }
}
.import_china-list-01 li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(16px, 3.5vw, 31px);
  font-weight: 700;
  color: #e63333;
}
@media (min-width: 640px) {
  .import_china-list-01 li {
    gap: 7px;
  }
}
.import_china-list-01 li::before {
  content: "";
  display: block;
  width: clamp(24px, 5vw, 52px);
  height: clamp(23px, 5vw, 50px);
  background: url(../img/top/home02_ico.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .import_china-list-01 li::before {
    width: 52px;
    height: 50px;
  }
}

.import_china-list-02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 960px) {
  .import_china-list-02 {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
.import_china-list-02 .card {
  position: relative;
  padding-top: 26px;
}
.import_china-list-02 .card .label {
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
  max-width: clamp(230px, 40svw, 300px);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  background: #e63333;
  border-radius: 30px;
  padding: 0.8em 2em;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
}
.import_china-list-02 .card .inner {
  background: #fff;
  padding: 40px 40px 30px;
}
.import_china-list-02 .card .title {
  padding-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #222;
  line-height: 1.5;
  border-bottom: 2px solid #e63333;
}
@media (min-width: 640px) {
  .import_china-list-02 .card .title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.import_china-list-02 .card .text {
  padding-top: 30px;
  font-size: 16px;
  font-size: 1rem;
  color: #222;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .import_china-list-02 .card .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* FAQ アコーディオン
--------------------------------- */
.import_china-list-03 .item {
  background: #f4f4f4;
}
.import_china-list-03 .item .ico {
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.import_china-list-03 .item-head {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
@media (min-width: 960px) {
  .import_china-list-03 .item-head {
    padding: 25px 24px 25px 27px;
  }
}
.import_china-list-03 .item-head .tit {
  display: flex;
  margin-right: 5px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .import_china-list-03 .item-head .tit {
    margin-right: 20px;
  }
}
.import_china-list-03 .item-head .tit .question {
  background: #E63333;
}
.import_china-list-03 .item-head .tit em {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  align-self: center;
  margin-left: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.import_china-list-03 .item-head .btn {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding-right: 0;
  width: 44px;
  height: 24px;
  line-height: 1.8;
  color: #666;
  text-align: right;
}
@media (min-width: 960px) {
  .import_china-list-03 .item-head .btn {
    padding-right: 40px;
    width: 110px;
  }
  .import_china-list-03 .item-head .btn::before {
    content: "答えを見る";
  }
}
.import_china-list-03 .item-head .btn > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  transition: all 0.4s;
}
.import_china-list-03 .item-head .btn > div::before, .import_china-list-03 .item-head .btn > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 24px;
  height: 3px;
  background-color: #707070;
}
.import_china-list-03 .item-head .btn > div::after {
  transform: rotate(90deg);
}
.import_china-list-03 .item-head.uk-accordion-title::before {
  content: none;
}
.import_china-list-03 .item-body {
  margin-top: 0;
  padding: 0 20px 20px;
}
@media (min-width: 960px) {
  .import_china-list-03 .item-body {
    padding: 0 40px 40px;
  }
}
.import_china-list-03 .item-body .inner {
  display: flex;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 960px) {
  .import_china-list-03 .item-body .inner {
    padding: 20px 44px 27px 20px;
  }
}
.import_china-list-03 .item-body .answer {
  background-color: #000;
}
.import_china-list-03 .item-body .detail {
  flex-grow: 1;
  margin-left: 17px;
  font-weight: 500;
}
@media (min-width: 960px) {
  .import_china-list-03 .item.uk-open .item-head .btn::before {
    content: "閉じる";
  }
}
.import_china-list-03 .item.uk-open .item-head .btn > div {
  transform: rotate(45deg);
}

.import_china-list-04 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 60px;
}
@media (min-width: 960px) {
  .import_china-list-04 {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 90px;
  }
}
.import_china-list-04 .item {
  overflow: hidden;
}
.import_china-list-04 .img {
  position: relative;
}
.import_china-list-04 .img img {
  width: 100%;
  display: block;
}
.import_china-list-04 .body {
  margin-top: 40px;
}
.import_china-list-04 .body .detail dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-top: 20px;
  margin-left: 1.2em;
}
@media (min-width: 640px) {
  .import_china-list-04 .body .detail dt {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.import_china-list-04 .body .detail dt::before {
  content: "●";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.import_china-list-04 .body .detail dt:first-child {
  margin-top: 0;
}
.import_china-list-04 .body .detail dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222;
  line-height: 1.8;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .import_china-list-04 .body .detail dd {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* 導入事例リスト
------------------------------------- */
.import_china-list-05 .item .img {
  position: relative;
  overflow: hidden;
  padding-top: 53.58%;
  background: #f0f0f0;
}
.import_china-list-05 .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.import_china-list-05 .item .tit {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #989898;
  font-weight: 700;
  line-height: 1.46;
}
@media (min-width: 640px) {
  .import_china-list-05 .item .tit {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.import_china-list-05 .item .tit::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #E63333;
}
.import_china-list-05 .item .sub {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  font-weight: 500;
}
@media (min-width: 640px) {
  .import_china-list-05 .item .sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.import_china-list-05 .item .detail {
  margin-top: 1em;
  font-weight: 500;
}
.import_china-list-05.uk-grid-large > .uk-grid-margin {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .import_china-list-05.uk-grid-large {
    margin-left: -65px;
  }
  .import_china-list-05.uk-grid-large > * {
    padding-left: 65px;
  }
  .import_china-list-05.uk-grid-large > .uk-grid-margin {
    margin-top: 36px;
  }
}

/* dlリスト
--------------------------------- */
.import_china-dl-01 {
  position: relative;
  isolation: isolate;
  display: block;
  padding: 30px 20px;
  background: #f4f4f4;
}
@media screen and (min-width: 1081px) {
  .import_china-dl-01 {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr);
    grid-gap: 2px 5px;
    padding: 30px 30px 30px 88px;
    background: transparent;
  }
  .import_china-dl-01::after {
    content: "";
    position: absolute;
    inset: 0 calc(50% - 50vw) 0 0;
    background: #f4f4f4;
    z-index: -1;
  }
  .import_china-dl-01::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -74px;
    width: 75px;
    background: #f4f4f4;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
  }
}
.import_china-dl-01 dt,
.import_china-dl-01 dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.428;
  padding: 2px 0;
}
.import_china-dl-01 dd {
  padding-bottom: 10px;
}
@media screen and (min-width: 1081px) {
  .import_china-dl-01 dd {
    padding: 5px 0;
  }
}
@media screen and (min-width: 1081px) {
  .import_china-dl-01 dt {
    padding: 5px 0;
  }
}

/* ラベルリボン
------------------------------------- */
.import_china-label-01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.import_china-label-01 li {
  font-size: clamp(16px, 2.5vw, 22px);
  padding: 5px clamp(22px, 3vw, 35px) 8px;
  background: #E63333;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  margin-left: -10px;
  -webkit-clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}

/* 装飾帯
----------------------------------------------- */
.import_china-deco-01 {
  position: relative;
}
.import_china-deco-01::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 60%;
  height: 31px;
  background: #e63333;
  -webkit-clip-path: polygon(41px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(41px 0, 100% 0, 100% 100%, 0 100%);
}
.import_china-deco-01::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='31' preserveAspectRatio='none' viewBox='0 0 1600 31'%3E%3Crect width='1600' height='31' fill='%23fbd948'/%3E%3Cpath d='M0,0h506.313l-41,31H0Z' fill='%23e63333'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.import_china-deco-01.behind::after {
  z-index: -3;
}

.import_china-deco-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(22px, 2.87037037cqi, 31px);
  font-weight: 700;
}
@media (min-width: 960px) {
  .import_china-deco-02 {
    gap: 47px;
  }
}
.import_china-deco-02::before, .import_china-deco-02::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  flex: 1;
}

/* table 比較テーブル
--------------------------------- */
.import_china-table-wrap {
  overflow-x: auto;
  padding-top: 30px;
}

.import_china-table-01 {
  width: 100%;
  min-width: 770px;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
@media (min-width: 640px) {
  .import_china-table-01 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.import_china-table-01 th,
.import_china-table-01 td {
  padding: 12px 8px;
  border: 1px solid #C4C4C4;
}
@media (min-width: 640px) {
  .import_china-table-01 th,
  .import_china-table-01 td {
    padding: 18px 20px;
  }
}
.import_china-table-01 th.diagonal {
  background: linear-gradient(to top right, transparent calc(50% - 0.5px), #c4c4c4 calc(50% - 0.5px), #c4c4c4 calc(50% + 0.5px), transparent calc(50% + 0.5px));
}
.import_china-table-01 .other {
  border-right: none;
}
.import_china-table-01 thead {
  background: #f4f4f4;
}
.import_china-table-01 thead th {
  padding: 5px;
}
.import_china-table-01 thead .mechany {
  position: relative;
  background: #e63333;
  border: 10px solid #e63333;
  line-height: 1.4;
  color: #fff;
  overflow: visible;
}
.import_china-table-01 thead .mechany .inner {
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
.import_china-table-01 thead .mechany::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -10px;
  right: -10px;
  height: 30px;
  background: #e63333;
}
.import_china-table-01 thead .mechany img {
  display: block;
  max-width: 120px;
  margin-inline: auto;
}
@media (min-width: 640px) {
  .import_china-table-01 thead .mechany img {
    max-width: 160px;
  }
}
.import_china-table-01 tbody tr:nth-child(odd) {
  background: #f4f4f4;
}
.import_china-table-01 tbody tr:nth-child(even) {
  background: #ebebeb;
}
.import_china-table-01 tbody td.mechany {
  color: #e63333;
  font-weight: 700;
  border: none;
  border-left: 8px solid #e63333;
  border-right: 8px solid #e63333;
  box-shadow: inset 0 1px 0 #C4C4C4, inset 0 -1px 0 #C4C4C4;
}
.import_china-table-01 tbody tr:last-child td.mechany {
  border-bottom: 8px solid #e63333;
}

/* ボタン
--------------------------------- */
.import_china-btn-01 {
  font-size: clamp(22px, 2vw, 29px);
  display: block;
  padding: 14px 50px 28px;
  background: #e63333;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: -50px;
  left: 0;
  right: 0;
  margin-inline: auto;
  max-width: clamp(260px, 27.17708333svw, 445px);
}
.import_china-btn-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='445' height='101' viewBox='0 0 445 101'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0.034' y1='-0.303' x2='0.254' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0.443'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='445' height='101' fill='url(%23g)'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  pointer-events: none;
}
.import_china-btn-01::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  width: 23px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.738' height='13.542' viewBox='0 0 21.738 13.542'%3E%3Cpath d='M1.068,2.031,11.19,13.4,21.313,2.031' transform='translate(-0.321 -1.366)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") center no-repeat;
  background-size: cover;
}
.import_china-btn-01:hover {
  background-color: #ee7272;
  color: #fff;
}

.import_china-btn-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  background: #E63333;
  color: #fff;
  padding: 1em 2em;
  box-sizing: border-box;
  position: relative;
}
.import_china-btn-02.pdf::before {
  content: "";
  display: block;
  width: 26px;
  height: 27px;
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: contain;
}
.import_china-btn-02.download::after {
  content: "";
  display: block;
  width: 26px;
  height: 21px;
  background: url(../img/common/icon_download.svg) no-repeat;
  background-size: contain;
}
.import_china-btn-02:hover {
  color: #fff;
}

/* フォーム
----------------------------------------------- */
.import_china-form-01 {
  position: relative;
  background: #000;
  color: #fff;
}
.import_china-form-01::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 20px;
  width: 55.8510638298vw;
  height: 34.5744680851vw;
  background: url(../img/home/10_01.png) center no-repeat;
  background-size: cover;
}
@media (min-width: 640px) {
  .import_china-form-01::before {
    width: 21vw;
    height: 13.5vw;
  }
}
@media (min-width: 960px) {
  .import_china-form-01::before {
    top: -58px;
    left: 76px;
  }
}
.import_china-form-01 .detail {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .import_china-form-01 .detail {
    margin-bottom: 50px;
  }
}
.import_china-form-01 .tel {
  display: block;
  text-align: center;
}
.import_china-form-01 .tel img {
  width: 467px;
  max-width: 100%;
}
.import_china-form-01 .note {
  text-align: center;
}
@media (min-width: 960px) {
  .import_china-form-01 .note {
    text-align: left;
  }
}

.form-icon-required {
  font-size: 11px;
  font-size: 0.6875rem;
  display: inline-block;
  margin-right: 1em;
  padding: 3px 8px;
  background: #e63333;
  color: #fff;
}

/* フォームテーブル
--------------------------------- */
.form-table-01 {
  border-bottom: 1px solid #686868;
}
@media (min-width: 640px) {
  .form-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    border-bottom: none;
  }
}
.form-table-01 > dt {
  font-size: 17px;
  font-size: 1.0625rem;
  position: relative;
  padding: 1.5em 0 1em;
  border-top: 1px solid #686868;
  font-weight: 700;
}
@media (min-width: 640px) {
  .form-table-01 > dt {
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 2px solid #686868;
  }
  .form-table-01 > dt:last-of-type {
    border-bottom: 2px solid #686868;
  }
}
.form-table-01 > dt span {
  font-size: 11px;
  font-size: 0.6875rem;
  float: right;
  margin-left: 1em;
  padding: 0.2em 0.8em;
  background: #e63333;
  color: #fff;
}
.form-table-01 > dd {
  padding-bottom: 2em;
}
@media (min-width: 640px) {
  .form-table-01 > dd {
    padding-top: 2em;
    border-top: 1px solid #686868;
  }
  .form-table-01 > dd:last-of-type {
    border-bottom: 1px solid #686868;
  }
}
.form-table-01 > dd ::-moz-placeholder {
  color: #d1d1d1;
}
.form-table-01 > dd ::placeholder {
  color: #d1d1d1;
}

/* 企業情報セクション
----------------------------------------------- */
.company-head {
  padding: 45px 0;
  background: #000;
}
@media (min-width: 960px) {
  .company-head {
    padding: 44px 0 42px;
  }
}
.company-head .import_china-tit-02 {
  margin-bottom: 0;
}

.company-body {
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .company-body .uk-container {
    padding: 0;
    display: block;
  }
}
.company-body .logo {
  position: relative;
  padding: 27px 0 28px;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 1081px) {
  .company-body .logo {
    text-align: left;
  }
}
.company-body .logo .sub {
  display: block;
  margin-top: 5px;
}

@media screen and (min-width: 1081px) {
  .company-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}

/*# sourceMappingURL=layout.css.map */