@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
.js-breakpointSp {
  width: 750px;
}

.js-viewportWidthSp {
  width: 375px;
}

.js-viewportWidthTb {
  width: 1280px;
}

.js-viewportWidthPc {
  width: 1500px;
}

/*----------------------------------------------------------------
  reset
-----------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

th,
td {
  font-weight: normal;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
svg {
  line-height: 0;
  vertical-align: middle;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

/* Form
______________________________________________*/
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%;
  display: inline-block;
  font-family: inherit;
}

/* ios
______________________________________________*/
* {
  -webkit-overflow-scrolling: touch;
}

/* IE
______________________________________________*/
::-ms-expand {
  display: none;
}

::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* clearfix
______________________________________________*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* bugfix
______________________________________________*/
body {
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*----------------------------------------------------------------
    base
-----------------------------------------------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
  /* 1px = .1rem */
  min-width: 1280px;
}
html.js-modalOpen, html.js-menuOpen {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  html {
    min-width: 0;
  }
}

body {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  color: #333333;
  background-color: #fff;
  min-height: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.5rem;
    overflow-x: hidden;
    padding-top: 86px;
    line-height: 1.7333333333;
  }
}

.u-sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}

.u-serif {
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
}

svg {
  width: 100%;
  height: auto;
}

small {
  font-size: 0.8em;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  font-size: 1em;
}

i.fa {
  margin: 0 0.3em;
}

mark {
  color: #e8c42d;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

hr {
  margin: 3em 0;
  border-color: #ddd;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  line-height: 1.5;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  color: #e8c42d;
}

h1 {
  font-size: 4.2rem;
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  h5 {
    font-size: 1.2rem;
  }
}

table {
  width: 100%;
}
table th {
  text-align: left;
}

.attachment-post-thumbnail,
.size-post-thumbnail,
.wp-post-image {
  width: 100%;
  height: auto;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000 !important;
  background-color: #fff !important;
  padding: 0.5em;
  border: 1px solid #ccc;
  font-size: 16px; /* スマホで拡大防止 */
}

select:focus {
  color: #000 !important;
  background-color: #fff !important;
  outline: none;
}

select option {
  color: #000;
  background-color: #fff;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}

/* Tel click off
______________________________________________*/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* Slick 高さ揃える（縦方向Slickの時バグるので注意）
______________________________________________*/
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-arrow {
  z-index: 1 !important;
}

/*----------------------------------------------------------------
    layout
-----------------------------------------------------------------*/
/* inner
______________________________________________*/
.l-innerA, .l-inner1, .p-oem-case > *, .p-oem-structure .box2, .p-en-home__block3 > *, .p-en-home__block2-3 > *, .p-en-home__block2-2 > *, .p-en-home__block2 > *, .p-en-home__block1 > *, .l-menu-block, .l-block2, .l-col2, .l-inner4, .l-inner3, .l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-block4, .l-block3, .l-block1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-innerA, .l-inner1, .p-oem-case > *, .p-oem-structure .box2, .p-en-home__block3 > *, .p-en-home__block2-3 > *, .p-en-home__block2-2 > *, .p-en-home__block2 > *, .p-en-home__block1 > *, .l-menu-block, .l-block2, .l-col2, .l-inner4, .l-inner3, .l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-block4, .l-block3, .l-block1 {
    max-width: none;
  }
}

.l-inner1, .p-oem-case > *, .p-oem-structure .box2, .p-en-home__block3 > *, .p-en-home__block2-3 > *, .p-en-home__block2-2 > *, .p-en-home__block2 > *, .p-en-home__block1 > *, .l-menu-block, .l-block2, .l-col2, .l-inner4, .l-inner3, .l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-block4, .l-block3, .l-block1 {
  max-width: 1320px;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 750px) {
  .l-inner1, .p-oem-case > *, .p-oem-structure .box2, .p-en-home__block3 > *, .p-en-home__block2-3 > *, .p-en-home__block2-2 > *, .p-en-home__block2 > *, .p-en-home__block1 > *, .l-menu-block, .l-block2, .l-col2, .l-inner4, .l-inner3, .l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-block4, .l-block3, .l-block1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-block4, .l-block3, .l-block1 {
  max-width: 1400px;
}

.l-inner3 {
  max-width: 1020px;
}

.l-inner4 {
  max-width: 1120px;
}

.l-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 74px;
}
@media screen and (max-width: 750px) {
  .l-col2 {
    display: block;
    padding-top: 57px;
  }
}
.l-col2 > *:nth-child(1) {
  width: 281px;
}
@media screen and (max-width: 750px) {
  .l-col2 > *:nth-child(1) {
    width: 100%;
  }
}
.l-col2 > *:nth-child(2) {
  width: calc(100% - 281px);
  padding: 0 0 120px;
}
@media screen and (max-width: 750px) {
  .l-col2 > *:nth-child(2) {
    width: 100%;
    padding: 0 0 40px;
  }
}

.l-block1 {
  padding-top: 140px;
}
@media screen and (max-width: 750px) {
  .l-block1 {
    padding-top: 55px;
  }
}

.l-block2 {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-block2 {
    padding-top: 46px;
    padding-bottom: 60px;
  }
}

.l-block3 {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-block3 {
    padding-top: 46px;
    padding-bottom: 60px;
  }
}

.l-block4 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-block4 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.l-menu-block > *:not(.sidebar) {
  padding-right: 320px;
}
@media screen and (max-width: 750px) {
  .l-menu-block > *:not(.sidebar) {
    padding-right: 0;
  }
}
.l-menu-block .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .l-menu-block .sidebar {
    display: none;
  }
}

.js-sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

/* .l-space1
______________________________________________*/
.l-space0 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-space0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*----------------------------------------------------------------
	Common
-----------------------------------------------------------------*/
body {
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  h2 {
    font-size: 50px;
  }
}

.h-header::before {
  display: none;
}

.h-gnav .main-gnav a {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav a span:not(.en) {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav a {
    background-image: url(../images/common/icon-menu-arrow.svg) !important;
  }
}
.h-gnav .main-gnav .current-menu-ancestor a,
.h-gnav .main-gnav .current-menu-parent a {
  color: #333333 !important;
}
.h-gnav .main-gnav .current-menu-ancestor a::after,
.h-gnav .main-gnav .current-menu-parent a::after {
  width: 0 !important;
}
@media (hover: hover) {
  .h-gnav .main-gnav .current-menu-ancestor a:where(:-webkit-any-link, :enabled, summary):hover, .h-gnav .main-gnav .current-menu-parent a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e8c42d !important;
  }
  .h-gnav .main-gnav .current-menu-ancestor a:where(:-moz-any-link, :enabled, summary):hover, .h-gnav .main-gnav .current-menu-parent a:where(:-moz-any-link, :enabled, summary):hover {
    color: #e8c42d !important;
  }
  .h-gnav .main-gnav .current-menu-ancestor a:where(:any-link, :enabled, summary):hover,
  .h-gnav .main-gnav .current-menu-parent a:where(:any-link, :enabled, summary):hover {
    color: #e8c42d !important;
  }
  .h-gnav .main-gnav .current-menu-ancestor a:where(:-webkit-any-link, :enabled, summary):hover::after, .h-gnav .main-gnav .current-menu-parent a:where(:-webkit-any-link, :enabled, summary):hover::after {
    width: 100% !important;
  }
  .h-gnav .main-gnav .current-menu-ancestor a:where(:-moz-any-link, :enabled, summary):hover::after, .h-gnav .main-gnav .current-menu-parent a:where(:-moz-any-link, :enabled, summary):hover::after {
    width: 100% !important;
  }
  .h-gnav .main-gnav .current-menu-ancestor a:where(:any-link, :enabled, summary):hover::after,
  .h-gnav .main-gnav .current-menu-parent a:where(:any-link, :enabled, summary):hover::after {
    width: 100% !important;
  }
}
.h-gnav .main-gnav .sub-menu {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .h-header .h-gnav {
    width: 100vw;
  }
  .h-header .h-gnav .en {
    display: block !important;
  }
  .h-header .h-gnav span:nth-child(2) {
    display: none !important;
  }
}
.main-hnav-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .main-hnav-en {
    margin: 40px auto 0;
  }
}

.h-en-btn1,
.h-en-btn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 50px;
  border-radius: 5px;
  background-color: #e8c42d;
  font-weight: 500;
}
@media (hover: hover) {
  .h-en-btn1:where(:-webkit-any-link, :enabled, summary):hover, .h-en-btn2:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #000;
    color: #fff;
  }
  .h-en-btn1:where(:-moz-any-link, :enabled, summary):hover, .h-en-btn2:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000;
    color: #fff;
  }
  .h-en-btn1:where(:any-link, :enabled, summary):hover,
  .h-en-btn2:where(:any-link, :enabled, summary):hover {
    background-color: #000;
    color: #fff;
  }
}

.h-en-btn2 {
  font-size: 1.5rem;
  border: solid 1px #333333;
  font-weight: normal;
  background-color: #fff;
}

.l-inner0, .l-inner1, .p-oem-case > *, .p-oem-structure .box2, .p-en-home__block3 > *, .p-en-home__block2-3 > *, .p-en-home__block2-2 > *, .p-en-home__block2 > *, .p-en-home__block1 > *, .l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-inner3, .l-inner4, .l-col2, .l-block1, .l-block2, .l-block3, .l-block4, .l-menu-block {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .l-inner0, .l-inner1, .p-oem-case > *, .p-oem-structure .box2, .p-en-home__block3 > *, .p-en-home__block2-3 > *, .p-en-home__block2-2 > *, .p-en-home__block2 > *, .p-en-home__block1 > *, .l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-inner3, .l-inner4, .l-col2, .l-block1, .l-block2, .l-block3, .l-block4, .l-menu-block {
    padding-left: 30px;
    padding-right: 30px;
    max-width: none;
  }
}

.l-inner1, .p-oem-case > *, .p-oem-structure .box2, .p-en-home__block3 > *, .p-en-home__block2-3 > *, .p-en-home__block2-2 > *, .p-en-home__block2 > *, .p-en-home__block1 > *, .l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-inner3, .l-inner4, .l-col2, .l-block1, .l-block2, .l-block3, .l-block4, .l-menu-block {
  max-width: 1080px;
}

.l-inner2, .p-oem-flow > *, .p-oem-structure .box3, .p-oem-structure .box1, .p-oem-header, .l-block1, .l-block3, .l-block4 {
  max-width: 780px;
}

.l-space1, .p-en-home__block3, .p-en-home__block2-3, .p-en-home__block2, .p-en-home__block1 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.l-space1 h2, .p-en-home__block3 h2, .p-en-home__block2-3 h2, .p-en-home__block2 h2, .p-en-home__block1 h2 {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-space1, .p-en-home__block3, .p-en-home__block2-3, .p-en-home__block2, .p-en-home__block1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.c-page-common, #page-en {
  line-height: 2;
  text-align: left;
}
.c-page-common h1, #page-en h1,
.c-page-common h2,
#page-en h2 {
  font-weight: normal;
}
.c-page-common h1, #page-en h1 {
  font-size: 62px;
}
.c-page-common h2, #page-en h2 {
  font-size: 50px;
}
.c-page-common h3, #page-en h3 {
  font-size: 22px;
  line-height: 1.5454545455;
}
.c-page-common h4, #page-en h4 {
  font-size: 18px;
}
.c-page-common h5, #page-en h5 {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .c-page-common h1, #page-en h1 {
    font-size: 32px;
  }
  .c-page-common h2, #page-en h2 {
    font-size: 32px;
  }
  .c-page-common h3, #page-en h3 {
    font-size: 18px;
    line-height: 1.7777777778;
  }
  .c-page-common h4, #page-en h4 {
    font-size: 16px;
  }
  .c-page-common h5, #page-en h5 {
    font-size: 14px;
  }
}

.c-table-en {
  width: 100%;
  line-height: 1.9;
}
.c-table-en tr > th,
.c-table-en tr > td {
  padding: 1em 0;
  border: none;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-table-en tr > th,
  .c-table-en tr > td {
    padding: 0.2em 0.8em;
    display: block;
    border: none;
  }
}
.c-table-en tr > th {
  vertical-align: top !important;
  padding: 1em 2em 1em 0;
  width: 230px;
}
@media screen and (max-width: 750px) {
  .c-table-en tr > th {
    white-space: nowrap;
  }
}

/*----------------------------------------------------------------
	ENGLISH
-----------------------------------------------------------------*/
.h-header-en {
  position: relative;
}
.h-header-en .hamburger-btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .h-header-en .hamburger-btn {
    display: block;
  }
}
.h-header-en .h-nav-language {
  right: 26px;
}
@media screen and (max-width: 750px) {
  .h-header-en .h-nav-language {
    right: 50px;
  }
}

.h-nav-language {
  position: absolute;
  position: fixed;
  top: 0;
  right: 60px;
  height: 100%;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
}
.h-nav-language a {
  display: block;
  margin: 0 5px;
}
.h-nav-language a.current {
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 750px) {
  #nav-drower {
    padding-top: 60px;
  }
  #nav-drower .wrapper {
    padding: 50px 30px 40px;
  }
  #nav-drower .nav-box {
    width: 100%;
  }
}
#nav-drower a {
  white-space: nowrap;
}

#global-footer-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 420px;
  background-color: #333333;
  text-align: center;
  padding: 70px 0 0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #global-footer-en {
    height: auto;
    padding: 70px 0 50px;
  }
}
#global-footer-en h2 {
  font-size: 28px;
  padding: 0 0 40px;
  position: relative;
  color: #fff;
}
#global-footer-en h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#global-footer-en h1 {
  font-size: 28px;
  margin: 40px auto 20px;
}
#global-footer-en #footer-copyright {
  margin: auto 0 62px;
}
@media screen and (max-width: 750px) {
  #global-footer-en h2 {
    font-size: 20px;
  }
  #global-footer-en h1 {
    font-size: 24px;
  }
}

.c-mv-en img {
  width: 100%;
  height: 366px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-mv-en img {
    height: 250px;
  }
}
.c-mv-en h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 50px !important;
  line-height: 1.4;
  text-align: center;
  padding: 70px 40px;
}
@media screen and (max-width: 750px) {
  .c-mv-en h1 {
    font-size: 32px !important;
    line-height: 1.25;
    padding: 40px 10px;
  }
}

.p-en-home__block1 {
  background-color: #f7f7f7;
}
.p-en-home__block1 > * ul {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.p-en-home__block1 > * ul > li {
  text-align: left;
}
.p-en-home__block1 > * ul > li h3 {
  margin: 14px 0 10px;
}
@media screen and (max-width: 750px) {
  .p-en-home__block1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-en-home__block1 > * ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 44px 0 0;
  }
  .p-en-home__block1 > * ul > li h3 {
    margin: 11px 0 3px;
  }
}

.c-txt-en1 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px auto 50px;
  font-size: 17px !important;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-txt-en1::before, .c-txt-en1::after {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 1px;
  background-color: #000;
}
.c-txt-en1::before {
  margin-right: 8px;
}
.c-txt-en1::after {
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  .c-txt-en1 {
    font-size: 16px !important;
    line-height: 1.375;
    width: auto;
    margin-left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 17px auto 30px;
  }
}

.p-en-home__block2 .pict {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 70px;
}
@media screen and (max-width: 750px) {
  .p-en-home__block2 {
    padding-top: 30px;
    padding-bottom: 42px;
  }
  .p-en-home__block2 h2 {
    line-height: 1.25 !important;
  }
  .p-en-home__block2 .pict {
    margin: 16px auto 36px;
  }
}

.p-en-home__block2-2 h2 {
  margin-bottom: 1em;
}
.p-en-home__block2-2 .block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
  margin: 55px 0 0;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .p-en-home__block2-2 .block1 {
    display: block;
    margin: 40px 0 0;
  }
}
.p-en-home__block2-2 .block1 > *:nth-child(1) {
  width: 468px;
  min-width: 468px;
}
@media screen and (max-width: 750px) {
  .p-en-home__block2-2 .block1 > *:nth-child(1) {
    width: 100%;
    min-width: 0;
    margin-bottom: 40px;
  }
}
.p-en-home__block2-2 .block1 > * h4 {
  margin-bottom: 1em;
}
.p-en-home__block2-2 .block1 > * h4:not(:first-of-type) {
  margin-top: 2em;
}

@media screen and (max-width: 750px) {
  .p-en-home__block2-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-en-home__block2-3 .box1 {
  border: solid 1px #e8c42d;
  position: relative;
  padding: 70px 120px 60px;
}
.p-en-home__block2-3 .box1 h3 {
  font-size: 28px !important;
  color: #e8c42d;
  position: absolute;
  background-color: #fff;
  padding: 0 1em;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: normal;
  white-space: nowrap;
}
.p-en-home__block2-3 .box1 h4 {
  font-size: 22px !important;
  margin: 24px auto 0;
  text-align: center;
  font-weight: normal;
}
.p-en-home__block2-3 .box1 > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
.p-en-home__block2-3 .box1 > div img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-en-home__block2-3 .box1 {
    border: solid 1px #e8c42d;
    position: relative;
    padding: 40px 20px 30px;
  }
  .p-en-home__block2-3 .box1 h3 {
    font-size: 24px !important;
  }
  .p-en-home__block2-3 .box1 h4 {
    font-size: 18px !important;
  }
  .p-en-home__block2-3 .box1 > div {
    gap: 20px;
  }
}

.p-en-home__block3 {
  background-color: #f7f7f7;
}
@media screen and (max-width: 750px) {
  .p-en-home__block3 {
    padding-top: 36px;
  }
}
.p-en-home__block3 h2 {
  margin-bottom: 40px;
}

/*----------------------------------------------------------------
	OEM
-----------------------------------------------------------------*/
.p-oem-header {
  padding-top: 0;
  height: 530px;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-oem-header h1 {
  line-height: 1.4;
  margin-bottom: 42px;
  font-size: 6.2rem;
}
@media screen and (max-width: 750px) {
  .p-oem-header h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 750px) {
  .p-oem-header {
    padding: 52px 30px;
    text-align: left;
    height: auto;
    line-height: 2.125;
  }
  .p-oem-header h1 {
    text-align: left !important;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.25;
  }
}

.p-oem-structure {
  background-color: #f7f7f7;
  padding-bottom: 130px;
}
.p-oem-structure .box1 {
  padding-top: 90px;
}
.p-oem-structure .box1 h2 {
  text-align: center;
}
.p-oem-structure .box1 h3 {
  margin: 60px auto 30px;
}
.p-oem-structure .box2 {
  padding-top: 40px;
}
.p-oem-structure .box3 {
  padding: 85px 0 20px;
}
.p-oem-structure .box3 h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .p-oem-structure {
    padding: 30px 30px 40px;
    text-align: left;
  }
  .p-oem-structure .box1 {
    padding: 10px 0 0;
  }
  .p-oem-structure .box1 h3 {
    text-align: left;
    margin: 30px auto 30px;
  }
  .p-oem-structure .box2 {
    padding: 20px 0 0;
  }
  .p-oem-structure .box3 {
    padding-top: 49px;
  }
  .p-oem-structure .box3 h2 {
    margin-bottom: 40px;
  }
}

.c-product-cat-list, .c-product-cat-list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.c-product-cat-list > li, .c-product-cat-list2 > li {
  background-color: #fff;
  padding: 20px 20px;
  position: relative;
  font-size: 13px;
}
.c-product-cat-list > li::after, .c-product-cat-list2 > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #e8c42d;
}
.c-product-cat-list > li h4, .c-product-cat-list2 > li h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 20px;
  margin-bottom: 26px;
  border-bottom: solid 1px #ddd;
}
.c-product-cat-list > li h4 small, .c-product-cat-list2 > li h4 small {
  font-size: 11px;
  white-space: nowrap;
}
.c-product-cat-list > li h4 img, .c-product-cat-list2 > li h4 img {
  display: block;
  width: auto;
  height: 38px;
  margin-right: 14px;
}
.c-product-cat-list > li h5, .c-product-cat-list2 > li h5 {
  position: relative;
  padding-left: 1em;
  margin: 1em 0 0.5em;
}
.c-product-cat-list > li h5::after, .c-product-cat-list2 > li h5::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e8c42d;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .c-product-cat-list, .c-product-cat-list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.c-product-cat-list2 {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}
.c-product-cat-list2 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
}
.c-product-cat-list2 > li h4 {
  border-bottom: none;
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .c-product-cat-list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.p-oem-case {
  padding: 110px 0 120px;
}
.p-oem-case h2 {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-oem-case {
    padding: 40px 0 20px !important;
  }
}

.c-oem-case-list > li {
  margin-top: 80px;
}
.c-oem-case-list > li h3 {
  padding: 30px 0;
  position: relative;
}
.c-oem-case-list > li h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #e8c42d;
}
.c-oem-case-list > li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.c-oem-case-list > li > div > img {
  display: block;
  width: 340px;
  min-height: 340px;
  height: auto;
}
.c-oem-case-list > li .table {
  width: 100%;
  line-height: 1.9;
}
.c-oem-case-list > li .table > * > tr > th,
.c-oem-case-list > li .table > * > tr > td {
  padding: 0.6em 0.9em;
  border: solid 1px #dddddd;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-oem-case-list > li .table > * > tr > th,
  .c-oem-case-list > li .table > * > tr > td {
    padding: 0.2em 0.8em;
    display: block;
    border: none;
  }
}
@media screen and (max-width: 750px) {
  .c-oem-case-list > li .table > * > tr > td {
    padding: 0.8em 0;
  }
}
.c-oem-case-list > li .table > * > tr > th {
  font-weight: bold;
  background-color: #f7f7f7;
  vertical-align: top !important;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .c-oem-case-list > li .table > * > tr > th {
    white-space: nowrap;
  }
}
.c-oem-case-list > li table th,
.c-oem-case-list > li table td {
  border-bottom: solid 1px #ddd;
  padding: 1em 0;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .c-oem-case-list > li table th,
  .c-oem-case-list > li table td {
    display: block;
  }
}
.c-oem-case-list > li table th {
  white-space: nowrap;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .c-oem-case-list > li table th {
    border-bottom: none;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-oem-case-list > li table td {
    padding-top: 0.2em;
  }
}
.c-oem-case-list > li table tr:first-child th,
.c-oem-case-list > li table tr:first-child td {
  padding: 0 0 1em;
}
@media screen and (max-width: 750px) {
  .c-oem-case-list > li table tr:first-child th {
    padding-bottom: 0;
  }
}
.c-oem-case-list > li table tr:last-child th,
.c-oem-case-list > li table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .c-oem-case-list > li {
    margin-top: 40px;
  }
  .c-oem-case-list > li h3 {
    padding: 30px 0;
    position: relative;
  }
  .c-oem-case-list > li h3::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #e8c42d;
  }
  .c-oem-case-list > li > div {
    display: block;
  }
  .c-oem-case-list > li > div > img {
    width: 100%;
    min-height: 0;
    margin-bottom: 2em;
  }
}

.p-oem-flow {
  background-color: #f7f7f7;
  padding: 110px 0 120px;
  max-width: none;
}
.p-oem-flow h2 {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .p-oem-flow {
    padding: 43px 0 60px;
  }
  .p-oem-flow h2 {
    margin-bottom: 22px;
  }
}

.list-oem-flow > li {
  padding: 10px 0 50px 46px;
  position: relative;
}
.list-oem-flow > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #e8c42d;
  border-radius: 50%;
}
.list-oem-flow > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 4px;
  width: 1px;
  height: 100%;
  border-left: dashed 1px #e8c42d;
}
.list-oem-flow > li h3 {
  font-size: 18px;
  color: #e8c42d;
}
.list-oem-flow > li h4 {
  margin: 10px 0 26px;
}
@media screen and (max-width: 750px) {
  .list-oem-flow > li {
    padding: 10px 0 50px 30px;
  }
  .list-oem-flow > li::before {
    top: 20px;
  }
}

.c-side-nav a, .c-side-nav--en a {
  position: fixed;
  top: 50%;
  right: 0;
  width: 164px;
  height: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f8c000;
  background-image: url("../../../../uploads/nav-btn-arrow.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 26px bottom 30px;
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-side-nav a:hover, .c-side-nav--en a:hover {
  background-position: right 16px bottom 30px;
}
@media screen and (max-width: 750px) {
  .c-side-nav a, .c-side-nav--en a {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-position: right 50px center;
  }
  .c-side-nav a:hover, .c-side-nav--en a:hover {
    background-position: right 40px center;
  }
  .c-side-nav a br, .c-side-nav--en a br {
    display: none;
  }
}

.c-side-nav--en {
  display: none;
}
.c-side-nav--en a {
  padding-bottom: 30px;
  background-position: right 70px bottom 30px;
}
.c-side-nav--en a:hover {
  background-position: right 60px bottom 30px;
}
@media screen and (max-width: 750px) {
  .c-side-nav--en a {
    padding-bottom: 0;
    background-position: right 50px center;
  }
  .c-side-nav--en a:hover {
    background-position: right 40px center;
  }
}