@charset "UTF-8";
/*
=========================================================
* 
=========================================================
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 100%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable.
* 1. Make form elements stylable across systems iOS especially.
* 2. Inherit text-transform from parent.
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
* Correct cursors for clickable elements.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
* Improve outlines for Firefox and unify style with input elements & buttons.
*/
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Fix font inheritance.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
=========================================================
* サイトの基本設定
=========================================================
*/
.wf-invisible {
  opacity: 0;
}

html.wf-active .wf-invisible {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  line-height: 1.4;
  letter-spacing: 0.03rem;
  color: #000;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 2;
  font-size: 16px;
  z-index: 10;
  position: relative;
}
a,
tr,
th,
td {
  font-size: 16px;
}
.l-section {
  margin-bottom: 150px;
}
.l-wrap {
  max-width: 1235px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  width: 100%;
}
.l-container {
  max-width: 1432px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0 auto;
}
.l-inner {
  max-width: 1272px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 64px;
  padding-bottom: 64px;
  margin: 0 auto;
  width: 100%;
}
.sp-only {
  display: none;
  visibility: hidden;
}
.l-section--first {
  padding-top: 150px;
}

.l-section--last {
  margin-bottom: 200px;
}

.l-section--mid {
  padding-top: 140px;
}

.l-section--navy-gradient {
  padding-bottom: 140px;
  background: linear-gradient(291deg, #1E2E35 12.69%, #00071B 94.39%);
}

.l-section--ltGray {
  background-color: #F4F4F4;
}

.l-section--no-mb {
  margin-bottom: 0;
}

.l-section--pb180 {
  padding-bottom: 180px;
}

.color-rd {
  color: #E8420D;
}

.color-wh {
  color: #ffffff;
}

.w80per {
  width: 80%;
}

.l-section--footer-product {
  margin-bottom: 0;
  background: linear-gradient(153deg, rgba(234, 234, 234, 0.3) -1.05%, rgba(247, 247, 247, 0.3) 100%);
}

.l-wrap--footer-product {
  padding-top: 88px;
  padding-bottom: 100px;
}

.footer-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-product__unit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 40px;
  border-right: solid 1px #CACACA;
}
.footer-product__unit--right {
  padding-left: 40px;
  padding-right: 0;
  border-right: none;
}
.footer-product__heading-en {
  margin-bottom: 16px;
  font-size: 33px;
  font-weight: 100;
  line-height: 1;
}

.footer-product__heading {
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
}

.footer-product__content {
  display: flex;
  gap: 24px;
  height: 210px;
}

.footer-product__img {
  flex: 0 0 209px;
}

.footer-product__img img {
  width: 100%;
}

.footer-product__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer-product__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.footer-product__link {
  display: flex;
  justify-content: flex-end;
}

.footer-product__right .c-btn {
  width: -moz-fit-content;
  width: fit-content;
}

.footer-cta {
  padding-top: 70px;
  padding-bottom: 88px;
  background: url(../imgs/footer/cta-bg.jpg) no-repeat center/cover;
  color: #ffffff;
}

.l-wrap-footer-cta {
  padding-top: 60px;
}

.foote-cta__headingWrap {
  display: flex;
  gap: 6.2169312169vw;
}
.foote-cta__heaingInner {
  margin-bottom: 100px;
}

.foote-cta__right {
  flex: 1;
  position: relative;
}

.foote-cta__right::before {
  position: absolute;
  top: -50px;
  left: 0;
  content: "お問い合わせフォーム";
  font-size: 18px;
  font-weight: 400;
}

.foote-cta__btnWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
  padding-bottom: 40px;
  border-bottom: solid 1px #5A5A5A;
  margin-bottom: 40px;
}
.footer-cta__teWrap {
  display: flex;
  justify-content: space-between;
}
.footer-cta__tel__ttl {
  font-size: 18px;
  font-weight: 400;
}

.footer-cta__tel__numWrap {
  display: flex;
  flex-direction: column;
}

.footer-cta__tel__num {
  font-size: 46px;
  font-weight: 250;
  font-family: "Geist", sans-serif;
}

.footer-cta__tel__txt {
  font-size: 14px;
}

footer {
  background-color: #ffffff;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-top {
  display: flex;
  gap: 14.6825396825vw;
  margin-bottom: 30px;
}
.footer-logoWrap {
  flex: 0 1 278;
}
.footer-logo {
  display: block;
  margin-bottom: 12px;
}
.footer-logo__txt {
  font-size: 17px;
  font-weight: 400;
}

.footer-nav {
  flex: 1;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: #676767;
  font-size: 15px;
  font-weight: 500;
}
.footer-address {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer-youtubeWrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-youtube__txt {
  font-size: 13px;
}

.footer-copyWrap {
  background: #2D2D2D;
  color: #8A8A8A;
  padding-top: 14px;
  padding-bottom: 14px;
}

.footer-copy__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

small {
  font-size: 12px;
  font-weight: 500;
}
.footer-copy__list {
  display: flex;
  gap: 20px;
}
.footer-copy__link {
  font-weight: 400;
  font-size: 12px;
}
.lower-mv {
  height: 470px;
  background: linear-gradient(169deg, #113040 8.94%, #030E1E 100%);
  color: #ffffff;
}
.lower-mvInner {
  position: relative;
  height: 100%;
}
.lower-mvContent {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 120px;
}

.lower-mvContent__index {
  margin-bottom: 4.6296296296vw;
  padding-bottom: 0.5291005291vw;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 0.9259259259vw;
  font-weight: 700;
}
.form-txtWrap {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  max-width: 100%;
}

.form-txt {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 24px 80px;
  border: solid 1px #E8420D;
}
.form-headWrap {
  margin-bottom: 120px;
  display: flex;
  justify-content: center;
  gap: 80px;
  position: relative;
}
.form-headItem {
  font-size: 18px;
  color: #818181;
  font-weight: 300;
  position: relative;
}
.form-headItem span {
  position: absolute;
  right: 50%;
  bottom: -30px;
  transform: translateX(50%);
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #818181;
}

.form-headItem:nth-child(1) span::before, .form-headItem:nth-child(2) span::before {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 1px;
  background-color: #818181;
}
.form-headItem:last-child span::before {
  content: none;
}

.form-headItem.current {
  font-size: 18px;
  font-weight: 700;
  color: #E8420D;
}
.form-headItem.current span {
  width: 24px;
  height: 24px;
  bottom: -34px;
  background-color: #E8420D;
  z-index: 10;
}

.form-headItem.current span::before {
  left: 60px;
  background-color: #E8420D;
}

.form-headItem.completion span {
  width: 18px;
  height: 18px;
  bottom: -28px;
  border: solid 2px #E8420D;
  background-color: #E8420D;
  z-index: 10;
}

.form-headItem.completion span::before {
  background-color: #E8420D;
}

.form-wrap {
  max-width: 928px;
  margin: auto;
  padding-left: 60px;
}
.form-noticeWrap {
  padding: 40px 80px;
  border: solid 1px #E8420D;
  margin-bottom: 80px;
}
.form-notice__ttl {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #E8420D;
  margin-bottom: 16px;
}
.form-notice__txt {
  font-size: 18px;
  color: #E8420D;
  line-height: normal;
  letter-spacing: normal;
}
.form-table {
  width: 100%;
  margin-bottom: 40px;
}

.form-table .none {
  display: none;
}

.form-table tr {
  margin-bottom: 28px;
  display: block;
}

.form-table th,
.form-table td {
  display: block;
  width: 100%;
}

.form-table th {
  margin-bottom: 12px;
}
.form-table label {
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
.form-table input::-moz-placeholder {
  color: #E3E3E3;
}
.form-table input::placeholder {
  color: #E3E3E3;
}

.form-table textarea {
  height: 160px;
}

.form-table--confirm label {
  padding-left: 0;
  color: #E8420D;
}

.form-table--confirm td {
  padding-left: 20px;
}

.form-input,
.form-select {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #E3E3E3;
  border-radius: 10px;
  padding: 8px 22px;
}
.form-input-s {
  width: 40%;
  margin-right: 20px;
}

.form-check input {
  display: none;
}

.form-must {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  color: #ffffff;
  background-color: #E8420D;
  font-size: 12px;
  padding: 1px 6px;
  line-height: normal;
}
.form-selectWrap .wpcf7-form-control-wrap {
  position: relative;
}

.form-selectWrap .wpcf7-form-control-wrap::before {
  position: absolute;
  top: 20px;
  right: 10px;
  content: "";
  border-top: solid 8px currentColor;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.form-selectWrap p {
  display: flex;
  align-items: center;
}

.form-select {
  width: 102px;
  cursor: pointer;
}
.form-select--l {
  width: 150px;
}

.form-select__txt {
  padding: 0 8px;
}
.form-must--privacy {
  position: relative;
  top: initial;
  transform: none;
  margin-right: 12px;
}

.form-table .form-check span.wpcf7-list-item,
.wpcf7-acceptance span.wpcf7-list-item {
  display: block;
  margin-bottom: 12px;
  margin-left: 38px;
}

.form-table .form-check span.wpcf7-list-item input,
.wpcf7-acceptance span.wpcf7-list-item input {
  display: none;
  width: auto;
}
.form-table .form-check label,
.wpcf7-acceptance label {
  padding-left: 0;
}
.form-table .form-check .form-privacy,
.wpcf7-acceptance .form-privacy {
  display: none;
}

.form-table .form-check .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.form-table .form-check .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  top: -2px;
  left: -38px;
  content: "";
  width: 26px;
  height: 26px;
  border: solid 1px #E3E3E3;
  background-color: #ffffff;
  border-radius: 5px;
}
.form-table .form-check input:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 3px;
  left: -33px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: gray;
}
.form-table .form-check a,
.wpcf7-acceptance a {
  color: #1571DA;
  position: relative;
  padding-right: 20px;
  font-size: 15px;
}
.form-table .form-check a::after,
.wpcf7-acceptance a::after {
  position: absolute;
  top: 0;
  right: 4px;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../imgs/common/blank-form.svg) no-repeat center/contain;
}

.form-btnWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
  text-align: center;
}

.form-btn {
  font-size: 17px;
  text-align: center;
  padding: 18px 30px 18px 30px;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  min-width: 280px;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  border: solid 1px #E8420D;
  background-color: #E8420D;
  color: #ffffff;
}
.form-btn__previous {
  color: #E8420D;
  border-bottom: solid 1px;
  padding: 0 16px;
}

.wpcf7-response-output {
  display: none;
}

.download-confirm .form-table {
  margin-bottom: 56px;
}

.download-confirm .form-table label {
  padding-left: 0;
}

.download-confirm .form-table td {
  padding-left: 10px;
}

.form-table-confirm label {
  padding-left: 0;
}

.form-table-confirm td {
  padding-left: 10px;
}

.form-txt-count {
  font-size: 12px;
  color: #B0B0B0;
  text-align: end;
}

.form-thanks__content {
  width: 640px;
  margin: auto;
  margin-bottom: 80px;
  max-width: 100%;
}
.form-thanks__ttl {
  font-size: 26px;
  font-weight: 500;
  color: #E8420D;
  text-align: center;
  margin-bottom: 32px;
}
.form-thanks__txt {
  font-size: 18px;
  letter-spacing: normal;
  text-align: center;
}
.form-thanks__btnWrap {
  text-align: center;
}

.form-thanks__btn {
  font-size: 18px;
  color: #E8420D;
  border: solid 1px #E8420D;
  padding: 16px 64px;
  transition: all 0.3s;
  display: inline-block;
}

.form-thanks__btn:hover {
  color: #ffffff;
  background-color: #E8420D;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txtWrap {
  text-align: center;
}

.recaptcha-txt {
  font-size: 15px;
  line-height: normal;
}

.recaptcha-txt a {
  color: #1571DA;
  font-size: 15px;
}

.wpcf7-spinner {
  display: none;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.6455026455vw;
  padding: 0.3306878307vw 4.3650793651vw 0.6613756614vw;
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
body.hidden {
  overflow: hidden;
  height: 100%;
}
.header-nav__wrap--2nd {
  position: absolute;
  top: 4.0343915344vw;
  left: 0;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.header-nav__wrap-inner {
  display: flex;
  align-items: stretch;
  padding-top: 2.6455026455vw;
  padding-bottom: 3.9682539683vw;
  height: -moz-fit-content;
  height: fit-content;
}
.header-nav__headerWrap {
  flex: 0 0 13.2275132275vw;
}
.header-nav__heading--en {
  margin-bottom: 0.6613756614vw;
  font-size: 2.6455026455vw;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  line-height: 1;
}

.header-nav__heading {
  font-size: 1.0582010582vw;
  font-weight: 300;
  font-family: "Geist", sans-serif;
  line-height: 1;
}

.header-nav__items {
  flex: 1;
  padding-left: 1.9841269841vw;
  padding-right: 0.6613756614vw;
}
.header-nav-item__butotns--2nd {
  flex: 0 0 12.3015873016vw;
}
.hader-nav__itemWrap-mb {
  margin-bottom: 2.6455026455vw;
}

.header-nav__2col-items {
  display: flex;
  gap: 5.291005291vw;
}
.header-nav__2col-items--mb {
  margin-bottom: 2.6455026455vw;
}
.header-nav__item--2nd {
  margin-bottom: 1.8518518519vw;
  height: 1.0582010582vw;
  font-size: 1.0582010582vw;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.header-nav__item--2nd a {
  display: flex;
  align-items: center;
  gap: 0.3306878307vw;
  padding-bottom: 0.3968253968vw;
  width: 100%;
  height: 100%;
  font-size: 1.0582010582vw;
  font-weight: 500;
  line-height: 1;
  color: #000;
  white-space: nowrap;
}

.header-nav__item--2nd a:hover {
  color: gray;
}

.header-nav__item--2nd a::before {
  content: "";
  display: block;
  width: 1.455026455vw;
  height: 1.455026455vw;
  border-radius: 3.3068783069vw;
  background-color: black;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M7 4L0 0V8L7 4Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 55% center;
  background-size: 35% auto;
}
.header-nav__wrap--3rd {
  display: flex;
  flex-wrap: wrap;
  gap: 1.455026455vw;
  padding-left: 0.9920634921vw;
}
.header-nav__item--3rd {
  height: 0.9259259259vw;
  min-width: 11.3756613757vw;
}
.header-nav__item--2nd .header-nav__aoiMenu {
  display: flex;
  align-items: center;
  gap: 0.3306878307vw;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.6613756614vw;
}

.header-nav__aoiMenu::after {
  content: "";
  display: inline-block;
  width: 1.0582010582vw;
  height: 1.0582010582vw;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><circle cx='8' cy='8' r='8' fill='%23959595' fill-opacity='0.5'/><path d='M11.6875 8L6.4375 5V11L11.6875 8Z' fill='%232C2C2C'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-nav__item--3rd .shift-right {
  margin-left: 3.9682539683vw;
}

.header-nav__item--3rd a {
  display: flex;
  align-items: center;
  gap: 0.3306878307vw;
  width: 100%;
  height: 100%;
  font-size: 0.9259259259vw;
  font-weight: 300;
  font-family: "Geist", sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.header-nav__item--3rd a:hover {
  color: gray;
}

.header-nav__item--3rd a::before {
  content: "";
  display: block;
  width: 0.9920634921vw;
  height: 0.9920634921vw;
  border-radius: 3.3068783069vw;
  background-color: #DBDBDB;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7' fill='none'%3E%3Cpath d='M4.95703 3.5L0.0351562 0.6875V6.3125L4.95703 3.5Z' fill='%232C2C2C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 53% center;
  background-size: 35% auto;
}
.header-nav-item__butotns--2nd {
  padding-left: 1.3227513228vw;
  border-left: solid 1px #CCCCCC;
}
.header-nav-item__button {
  display: block;
  margin-bottom: 12px;
  padding: 0.6613756614vw 0.9920634921vw;
  width: 10.582010582vw;
  background-color: black;
}

.header-nav-item__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6613756614vw;
  width: 100%;
  height: 100%;
  font-size: 0.8597883598vw;
  line-height: 1.2;
  color: #ffffff;
}

.header-nav-item__button a .demo {
  display: block;
  width: 1.0582010582vw;
  height: 0.8597883598vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Crect x='0.4' y='1.4' width='15.2' height='11.2' fill='black' stroke='white' stroke-width='0.8'/%3E%3Cline y1='4' x2='16' y2='4' stroke='white'/%3E%3Cline x1='4' y1='2.5' x2='4' y2='0' stroke='white'/%3E%3Cline x1='8' y1='2.5' x2='8' y2='0' stroke='white'/%3E%3Cline x1='12' y1='2.5' x2='12' y2='0' stroke='white'/%3E%3Cline x1='3' y1='6.5' x2='6' y2='6.5' stroke='white'/%3E%3Cline x1='10' y1='6.5' x2='13' y2='6.5' stroke='white'/%3E%3Cline x1='3' y1='8.5' x2='6' y2='8.5' stroke='white'/%3E%3Cline x1='10' y1='8.5' x2='13' y2='8.5' stroke='white'/%3E%3Cline x1='3' y1='10.5' x2='6' y2='10.5' stroke='white'/%3E%3Cline x1='10' y1='10.5' x2='13' y2='10.5' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-nav-item__button a .catalogue {
  display: block;
  width: 0.7275132275vw;
  height: 0.7936507937vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M5 10L5 6L7.5 6L5 10Z' fill='white'/%3E%3Crect x='5.80078' width='6' height='0.8' transform='rotate(90 5.80078 0)' fill='white'/%3E%3Cpath d='M11 11.1406H0V12H11V11.1406Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-nav-item__button a .youtube {
  display: block;
  width: 2.1164021164vw;
  height: 1.4880952381vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='23' viewBox='0 0 32 23' fill='none'%3E%3Cpath d='M31.3336 3.78725C30.9648 2.40958 29.8821 1.32693 28.5044 0.958144C26.0072 0.289062 16 0.289062 16 0.289062C16 0.289062 5.99276 0.289062 3.49819 0.958144C2.12051 1.32693 1.03787 2.40958 0.669081 3.78725C0 6.28182 0 11.4896 0 11.4896C0 11.4896 0 16.6974 0.669081 19.1919C1.03787 20.5696 2.12051 21.6522 3.49819 22.021C5.99276 22.6901 16 22.6901 16 22.6901C16 22.6901 26.0072 22.6901 28.5018 22.021C29.8795 21.6522 30.9621 20.5696 31.3309 19.1919C32 16.6974 32 11.4896 32 11.4896C32 11.4896 32 6.28182 31.3309 3.78725H31.3336Z' fill='black'/%3E%3Cpath d='M12.8008 16.2864L21.1169 11.487L12.8008 6.6875V16.2864Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header-nav-item__button--youtube {
  padding: 1.3227513228vw 0 0;
  background-color: transparent;
}

.header-nav-item__button--youtube a {
  font-size: 0.8597883598vw;
  color: #000;
}
.header-logoContent2 .blk {
  display: none;
}

header.header-bk {
  background-color: rgba(22, 32, 38, 0.85);
  opacity: 1;
}

.header-navContent {
  display: flex;
  align-items: center;
  gap: 1.9841269841vw;
}
.header-nav__list {
  display: flex;
  gap: 1.9841269841vw;
  align-items: center;
  height: 3.9682539683vw;
}
.header-nav__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-bottom: solid 3px transparent;
}
.header-nav__item.sp-only {
  display: none !important;
}

.header-nav__item.u-line .header-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0.0661375661vw;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom: solid 0.1322751323vw #ffffff;
  transition: width 0.3s ease-in-out;
}
.header-nav__item#current .header-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0.0661375661vw;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: solid 0.1322751323vw #ffffff;
}

.header-nav__link {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.9920634921vw;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.header-nav__link span {
  font-size: 0.7936507937vw;
}

.header-nav__btnWrap {
  display: flex;
  gap: 0.6613756614vw;
}

.header-btn {
  width: 7.4074074074vw;
  height: 2.6455026455vw;
  border: solid 1px;
  border-radius: 2px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.header-btn p {
  position: relative;
  z-index: 50;
  font-size: 0.8597883598vw;
}
.header-btn::before {
  content: "";
  width: 100%;
  height: 102%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: transform ease 0.4s;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.header-btn--download {
  width: 10.2513227513vw;
}

.header-btn--wh {
  color: #000;
  background-color: #1A1A1B;
  border-color: #ffffff;
}

.header-btn--wh::before {
  background-color: #ffffff;
}
.header-btn--bk {
  color: #ffffff;
  background-color: #E9E9E9;
  border-color: #E9E9E9;
}

.header-btn--bk::before {
  background-color: #1A1A1B;
}
.header-nav__btnWrap {
  display: flex;
  gap: 0.9920634921vw;
  align-items: center;
}
.header-nav__spInfo {
  display: none;
}

.bread-wrap {
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 0;
  padding-right: 80px;
  margin: 0 auto;
  margin-left: 8.4666666667vw;
}
.bread-wrap--wh {
  color: #ffffff;
}

.breadcrumbs {
  font-size: 0.7936507937vw;
  line-height: 1.86;
}

.breadcrumbs a {
  font-size: 0.7936507937vw;
  line-height: 1.86;
}

.c-btn {
  font-size: 18px;
  text-align: center;
  padding: 17px 40px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  border: solid 1px;
  position: relative;
  overflow: hidden;
}
.c-btn p {
  position: relative;
  z-index: 50;
  display: inline-block;
  padding-right: 50px;
  white-space: nowrap;
}

.c-btn p::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 31px;
  height: 4px;
  content: "";
}

.c-btn::before {
  content: "";
  width: 100%;
  height: 102%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: transform ease 0.4s;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.c-btn--wh {
  background-color: transparent;
  color: #000;
  border-color: #ffffff;
}

.c-btn--wh p::before {
  background: url(../imgs/common/arrow.svg) no-repeat center/contain;
}

.c-btn--wh::before {
  background-color: #ffffff;
}
.c-btn--framed {
  background-color: #000;
  color: #000;
  border-color: #000;
}

.c-btn--framed p::before {
  background: url(../imgs/common/arrow.svg) no-repeat center/contain;
}

.c-btn--framed::before {
  background-color: #ffffff;
}
.c-btn--framedLtGray {
  background-color: #000;
  color: #000;
  border-color: #000;
}

.c-btn--framedLtGray p::before {
  background: url(../imgs/common/arrow.svg) no-repeat center/contain;
}

.c-btn--framedLtGray::before {
  background-color: #F1F1F1;
}
.c-btn--bk {
  background-color: transparent;
  color: #ffffff;
  border-color: #000;
}

.c-btn--bk p::before {
  background: url(../imgs/common/arrow-wh.svg) no-repeat center/contain;
}

.c-btn--bk::before {
  background-color: #000;
}
.c-btn--no-arrow p {
  padding-right: 0;
}

.c-btn--no-arrow p::before {
  display: none;
}

.c-btn--back p {
  padding-right: initial;
  padding-left: 50px;
}

.c-btn--back p::before {
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

.c-btn--back::before {
  left: auto;
  right: 0;
  transform-origin: 100% 50%;
  transform: scaleX(1);
}
.c-btn--s {
  padding: 17px 22px;
  font-size: 14px;
}

.c-btn--s p {
  line-height: 1.2;
}
.c-btn--xs {
  padding: 15px 19px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 124px;
  font-size: 10px;
}

.c-btn--xs p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.c-btn--fc {
  width: -moz-fit-content;
  width: fit-content;
}
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  z-index: 10001;
}
@keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple-lg {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple-lg-rd {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.cursor {
  position: relative;
  transform: translateY(-60px);
}

.cursor > div {
  background-color: #C0C0C0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  left: -25px;
  top: -30px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

.cursor > div:nth-child(2) {
  animation-delay: -0.4s;
}

.cursor > div:nth-child(3) {
  animation-delay: -0.2s;
}

.cursor.is-active > div {
  background-color: #F72A24;
  -webkit-animation: ball-scale-multiple-lg-rd 0.2s 0s linear infinite;
  animation-name: ball-scale-multiple-lg-rd;
  animation-duration: 0.4s;
  transform: scale(1.8);
}

.cursor.is-active > div:nth-child(2) {
  background-color: #00FD3B;
  animation-name: ball-scale-multiple-lg;
  animation-delay: -0.16s;
}

.cursor.is-active > div:nth-child(3) {
  background-color: #0576FE;
  animation-name: ball-scale-multiple-lg;
  animation-delay: -0.08s;
}

.openBtn {
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 2000;
  transform: translateX(9px) translateY(-9px);
}

.openBtn.active .openBtn_inner span {
  background-color: #ffffff;
}

.openBtn_inner {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 14px;
  width: 32px;
}

.openBtn_inner span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 1px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 100%;
}

.openBtn_inner span:nth-of-type(1) {
  top: 0;
}

.openBtn_inner span:nth-of-type(2) {
  bottom: 3px;
}

/*activeクラスが付与されると線が回転して×に*/
.openBtn.active span:nth-of-type(1) {
  transform: rotate(-25deg);
  top: 5px;
  background-color: #000;
}

.openBtn.active span:nth-of-type(2) {
  transform: rotate(25deg);
  bottom: 8px;
  background-color: #000;
}

.header-gtranslate_wrapper {
  cursor: pointer;
  width: 3.835978836vw;
  height: 2.6455026455vw;
  position: relative;
  z-index: 10;
}
.header-gtranslate_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0.1984126984vw 1.7857142857vw 0.1984126984vw 0.9920634921vw;
  border: 1px solid #ffffff;
  border-radius: 2px;
  transition: all 0.3s;
}
.header-gtranslate_inner.active {
  height: 100px;
  border-radius: 5px;
  background-color: #ffffff;
}

.gtranslate_wrapper.active .glink {
  display: inline-block;
  animation: glinkActive 0.5s;
  color: #000;
}

.gtranslate-arrow.rotate {
  transform: rotate(180deg);
}

.gtranslate-arrow.rotate::after, .gtranslate-arrow.rotate::before {
  background-color: #000;
}

.gtranslate-arrow {
  padding: 1.3227513228vw 0.8597883598vw;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
.gtranslate-arrow::after, .gtranslate-arrow::before {
  position: absolute;
  top: 50%;
  right: 50%;
  content: "";
  width: 1px;
  height: 0.3306878307vw;
  background-color: #ffffff;
  transform-origin: 0% 100%;
}
.gtranslate-arrow::before {
  transform: translate(50%, -50%) rotate(35deg);
}

.gtranslate-arrow::after {
  transform: translate(50%, -50%) rotate(-35deg);
}

.gtranslate_wrapper {
  display: flex;
  gap: 0.2645502646vw;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
}

.glink {
  display: none;
  font-size: 0.7936507937vw;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  z-index: 10;
  transform: translateY(1px);
  padding: 0.3968253968vw 0;
}
.gt-current-lang {
  display: block;
}

@keyframes glinkActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.heightMin .header-gtranslate_inner,
.header-wh .header-gtranslate_inner {
  border: 1px solid #000;
  background-color: #ffffff;
}
.heightMin .gtranslate-arrow::after, .heightMin .gtranslate-arrow::before,
.header-wh .gtranslate-arrow::after,
.header-wh .gtranslate-arrow::before {
  background-color: #000;
}

.heightMin .glink,
.header-wh .glink {
  color: #000;
}

.product__mv {
  padding-bottom: 35px;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url(../imgs/common/sub_mv_bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
#line-image {
  overflow: visible;
}
#line-image svg {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  overflow: visible;
}

#line-image svg * {
  overflow: visible;
}

#line-image svg [id^=bk_],
#line-image svg #human {
  pointer-events: none;
}

#line-image svg [id^=no_] {
  opacity: 0;
  transition: opacity 0.15s ease-in;
}

#line-image svg [id^=no_]:hover {
  opacity: 1;
}

#line-image svg [id^=no_].visible {
  opacity: 1;
}

#line-image [id^=line_name_] {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#line-image [id^=line_name_].visible {
  opacity: 1;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 5px;
  margin-top: 80px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin: 0 4px;
  padding: 4px 8px;
  transition: 0.2s;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 1px black;
}

.wp-pagenavi .page:hover {
  color: #B0B0B0;
  border: solid 1px #B0B0B0;
}

.wp-pagenavi .current {
  color: #ffffff;
  background-color: black;
}

.wp-pagenavi .extend {
  width: 21px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 54px;
  height: 54px;
  position: relative;
  display: block;
  color: white;
  cursor: pointer;
  border: none;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../imgs/common/arrow.svg);
  transform: scaleX(1) translateY(-3px);
  transition: transform 0.3s ease-in-out;
}

.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before {
  transform: scaleX(1) translateY(-3px) translateX(10px);
}

.wp-pagenavi .previouspostslink::before {
  transform: scaleX(-1) translate(-3px);
}

.wp-pagenavi .previouspostslink:hover::before {
  transform: scaleX(-1) translate(-3px) translateX(10px);
}

body.noscroll {
  overflow: hidden;
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9999;
}

.pop.active {
  display: block;
}

.pop__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}

.pop__window {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  min-width: 589px;
  height: 547px;
  background-color: white;
  border-radius: 7px;
  transform: translateY(100vh);
  transition: transform 0.3s ease-in-out;
}

.pop__window.active {
  transform: translateY(0);
}

.pop__close {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #000;
}

.pop__close:hover {
  cursor: pointer;
}

.pop__productWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-bottom: 20px;
}

.pop__product {
  display: none;
}

.pop__product.active {
  display: block;
}

.pop__img {
  height: 80%;
  margin-bottom: 30px;
  text-align: center;
}

.pop__img img {
  height: 257px;
}

.pop-text {
  margin-bottom: 25px;
}

.pop-text__sub {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}

.pop-text__main {
  font-size: 29px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}

.pop__linkWrap {
  display: flex;
  justify-content: center;
}

.pop-bottom-close {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

.pop-bottom-close:hover {
  cursor: pointer;
}

.pop-bottom-close::before {
  content: "×";
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  background-color: black;
}

.c-scrollOuter {
  position: absolute;
  bottom: 0;
  left: 80vw;
  width: 20vw;
  overflow: hidden;
}
.c-scrollWrap {
  animation: fadeIn 1.5s ease-in-out 0.5s forwards;
  opacity: 0;
  display: flex;
  gap: 17px;
}
.c-scroll {
  height: 46px;
  display: block;
}
.c-scroll::before, .c-scroll::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(199, 199, 199, 0.62);
  width: 1px;
  height: 100%;
}

.c-scroll::after {
  background-color: #D9D9D9;
  animation: lineDown 1.5s ease 0s infinite normal none;
  height: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineDown {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  100% {
    height: 100%;
    transform: translate3d(0, 100%, 0);
  }
}
.c-scroll__txt {
  font-family: "Geist", sans-serif;
  color: #C7C7C7;
  letter-spacing: 0.1rem;
  font-size: 12px;
}
.top-heading1 {
  font-size: 3.835978836vw;
  font-weight: 250;
  letter-spacing: 0.2rem;
  margin-bottom: 3.9682539683vw;
}
.top-heading2--en {
  font-size: 108px;
  font-family: "Geist", sans-serif;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 32px;
}
.top-heading2 {
  font-size: 48px;
  font-weight: 250;
  line-height: 1.2;
}
.c-heading2 {
  font-size: 33px;
  font-weight: 100;
  text-transform: uppercase;
}
.c-heading2--en {
  font-size: 60px;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.c-heading2--ja {
  font-size: 60px;
  font-weight: 100;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.c-heading2--thin {
  font-weight: 100;
}

.c-heading2--wh {
  color: #ffffff;
}

.c-hdading2--noCapitalize {
  text-transform: none;
}

.c-heading2--xl {
  font-size: 60px;
}

.c-heading2--c {
  text-align: center;
}

.c-headeing3 {
  font-size: 40px;
  line-height: 1.3;
}

.c-headeing3--lt {
  font-weight: 100;
}

.upper-btnWrap {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  width: 72px;
  height: 72px;
  background-color: black;
  overflow: hidden;
  transform: translateY(200px);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}
.upper-btnWrap::before {
  position: absolute;
  top: 38%;
  right: 50%;
  transform: translate(50%, -50%);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='36' viewBox='0 0 58 36' fill='none'%3E%3Cpath d='M3 33L29 6L55 33' stroke='white' stroke-width='8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28%;
  height: 28%;
}
@keyframes btn_arrow-up {
  0% {
    opacity: 1;
    top: 50%;
  }
  40% {
    opacity: 0;
    top: -70%;
  }
  60% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
.upper-btnWrap.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(124px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.upper-btnWrap.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
.u-mb8 {
  margin-bottom: 8px;
}

.u-mb16 {
  margin-bottom: 16px;
}
.u-mb24 {
  margin-bottom: 24px;
}
.u-mb32 {
  margin-bottom: 32px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb48 {
  margin-bottom: 48px;
}
.u-mb56 {
  margin-bottom: 56px;
}
.u-mb64 {
  margin-bottom: 64px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mb120 {
  margin-bottom: 120px;
}
.main-sub .main-in .box-content .ttl-h2 .ja.ja--noMt {
  margin-top: 0;
}

.main-sub .main-in .box-content .ttl-h2 .sub {
  font-size: 3.5rem;
  font-weight: 1;
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 0;
}

.main-bottom--gap {
  width: calc(100% - 4.8rem);
}

.products .main-sub .main-bottom {
  background: #F1F1F1 !important;
  margin-top: -4.15vw !important;
  margin-bottom: inherit !important;
}

.ems #section-ems {
  width: calc(100% - 4.8rem);
  overflow: hidden;
}

.ems #section-ems::before {
  width: 100% !important;
}

.ems-container {
  max-width: calc(1235px - 2.4rem);
  padding-left: 40px;
  padding-right: 4.8rem;
  margin: 0 auto;
  width: 100%;
}
.pannel-banner__bannerWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 11px;
}

.pannel-banner {
  position: relative;
  aspect-ratio: 535/314;
  overflow: hidden;
}

.pannel-banner:hover::before {
  transform: scale(1.1);
}

.pannel-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pannel-banner#profile::before {
  background-image: url(../imgs/company/banner_profile.png);
}

.pannel-banner#greeting::before {
  background-image: url(../imgs/company/banner_greeting.png);
}

.pannel-banner#history::before {
  background-image: url(../imgs/company/banner_history.png);
}

.pannel-banner#group:before {
  background-image: url(../imgs/company/banner_group.png);
}

.pannel-banner#oversea::before {
  background-image: url(../imgs/company/banner_oversea.png);
}

.pannel-banner#oversea::before {
  background-image: url(../imgs/company/banner_oversea.png);
}

.pannel-banner#quality::before {
  background-image: url(../imgs/quality/banner_quality.png);
}

.pannel-banner#support::before {
  background-image: url(../imgs/quality/banner_support.png);
}

.pannel-banner#faq::before {
  background-image: url(../imgs/quality/banner_faq.png);
}

.pannel-banner__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 30px 0;
  width: 100%;
  height: 100%;
}

.pannel-banner__inner:hover {
  cursor: pointer;
}

.pannel-banner__title-en {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  line-height: 1.2;
  color: #ffffff;
}

.pannel-banner__bottomWrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.pannel-banner__title {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}

.pannel-banner__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  border-bottom: solid 5px #ffffff;
}

.pannel-banner__link span {
  display: inline-block;
  width: 31px;
  height: 4px;
  background-image: url(../imgs/common/arrow-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.customaization-heading-wrap {
  margin-bottom: 30px;
}

.option-headingWap {
  margin-bottom: 80px;
}

.option-barcode-table {
  padding-bottom: 120px;
  border-bottom: solid 1px black;
}

.pDetail-2col {
  display: flex;
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: solid 1px black;
}

.pDetail-2col--noBb {
  border-bottom: none;
}

.pDetail-2col--noPb {
  padding-bottom: 0;
}

.pDetail-2col__content--noBb {
  border-bottom: none;
}

.pDetail-2col--noMb {
  margin-bottom: 0;
}

.pDetail-2col--mb30 {
  margin-bottom: 30px;
}

.pDetail-2col__content {
  flex: 1;
}

.pDetail-2col__content--minor {
  flex: 0 0 43%;
}

.pDetail-2col__content--small {
  flex: 0 0 30%;
}

.pDetail-2col__content--pRight40 {
  padding-right: 40px;
}

.pDetail-2col__content--pLeft40 {
  padding-left: 40px;
}

.pDetail-2col__heading {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.1;
}

.pDetail-2col__heading--ul {
  text-decoration: underline;
  text-underline-offset: 15px;
  line-height: 2.5;
}

.pDetail-2col__heading--flexRow {
  display: flex;
  align-items: center;
}

.pDetail-2col__heading--flexRow {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.pDetail-2col__heading--flexRow.center {
  border-bottom: solid 3px #FFC250;
}

.pDetail-2col__heading--flexRow.watch {
  border-bottom: solid 3px #36FA34;
}

.pDetail-2col__heading--flexRow.analyzer {
  border-bottom: solid 3px #FF5050;
}

.pDetail-2col__heading--flexRow.repair {
  border-bottom: solid 3px #50F9FF;
}

.catch-soft-block-wrap {
  margin-left: calc(50% - 50vw);
  padding-top: 120px;
  padding-bottom: 150px;
  width: 100vw;
  background-image: url(../imgs/products/option/catch_system/soft_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.catch-soft-block__text {
  color: #ffffff;
}

.catch-soft-headding-adjust {
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: solid 3px transparent;
  line-height: 1.5;
}

.catch-soft-circle {
  display: block;
  width: 72px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.catch-soft-circle.center {
  background-image: url(../imgs/products/option/catch_system/circle_center.png);
}

.catch-soft-circle.analyzer {
  background-image: url(../imgs/products/option/catch_system/circle_analyze.png);
}

.catch-soft-circle.watch {
  background-image: url(../imgs/products/option/catch_system/circle_watch.png);
}

.catch-soft-circle.repair {
  background-image: url(../imgs/products/option/catch_system/circle_repair.png);
}

.pDetail-2col__text {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
}

.pDetail-2col__text--pt20 {
  padding-top: 20px;
}

.pDetail-2col__linkWrap {
  display: flex;
  justify-content: flex-start;
}

.pDetail-2col__innnerHeading {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
}

.pDetail-2col__innerText {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
  padding-left: 20px;
}

.pDetail-2col__innerText:last-child {
  margin-bottom: 0;
}

.pDetail-2col__innerText li {
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
}

.pDetail-2col__imageWrap {
  margin-bottom: 60px;
}

.pDetail-2col__imageWrap:last-child {
  margin-bottom: 0;
}

.pDetail-tableWrap__title {
  margin-bottom: 16px;
  font-size: 33px;
  font-weight: 100;
  line-height: 1.3;
}

.pDetail-compare-table {
  width: 100%;
  overflow: hidden;
}

.pDetail-compare-table--mb120 {
  margin-bottom: 120px;
}

.pDetail-compare-table th,
.pDetail-compare-table td {
  padding: 20px 16px 0;
  font-size: 15px;
  line-height: 1.7;
}
.pDetail-compare-table th {
  position: sticky;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #ffffff;
}
.pDetail-compare-table th > div {
  padding-bottom: 20px;
  border-bottom: solid 1px #5C5C5C;
}
.pDetail-compare-table td {
  width: 35%;
}
.pDetail-compare-table td > div {
  height: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #BDBDBD;
}
.pDetail-catch-imageWrap {
  margin-top: -180px;
  margin-right: calc(50% - 50vw);
  margin-bottom: 60px;
  overflow: hidden;
}

.pDetail-catch-imageWrap img {
  max-width: min(110%, 1500px);
  width: 110%;
}

.pDetail-catch-scheme-image-wrap {
  margin-bottom: 60px;
  text-align: center;
}

.pDetail-catch-scheme-image-wrap img {
  max-width: min(60%, 800px);
}

.pDetail-offset-2col {
  position: relative;
  margin-bottom: 120px;
}

.pDetail-offset-2col:last-child {
  margin-bottom: 0;
}

.pDetail-offset-2col--mb200 {
  margin-bottom: 200px;
}

.pDetail-offset-2col__content {
  margin-right: 120px;
  padding: 40px;
  min-height: 500px;
  background-color: #ffffff;
  border-radius: 8px;
}

.pDetail-offset-2col__rightBottom {
  position: relative;
}

.pDetail-offset-2col__rightBottom img {
  max-width: none;
  position: absolute;
  top: 0;
  left: 40px;
  bottom: -40px;
  display: block;
  width: calc(100% + 90px);
  height: auto;
}

.pDetail-offset-2col__rightBottom--rev img {
  left: auto;
  right: 40px;
}

.pDetail-offset-2col__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.catch-soft-hdadeing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #939393;
}

.catch-soft-heading__main {
  display: flex;
  align-items: center;
  gap: 30px;
}

.catch-soft-heading-sign img {
  width: 100px;
  aspect-ratio: 1/1;
}

.catch-soft-heading__title {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 100;
  line-height: 1;
}

.catch-soft-heading__sub {
  font-size: 19px;
  line-height: 1.1;
}

.catch-soft-heading__shoulder {
  font-size: 14px;
  font-weight: 100;
  font-family: "Geist", sans-serif;
}

.catch-feature__shoulder {
  margin-bottom: 15px;
  font-size: 14px;
}

.catch-feature__imageWrap {
  margin-bottom: 30px;
}

.catch-feature__title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 100;
}

.catch-feature__text {
  font-size: 16px;
  line-height: 2;
}

.catch-feature-warap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 60px;
  padding-bottom: 120px;
}

.l-wrap--product-catch-feature {
  padding-top: 80px;
  padding-bottom: 0;
}

.l-wrap--detail-catch-spc {
  padding-top: 50px;
  padding-bottom: 150px;
}

.pDetaio-option-soft-table {
  width: 100%;
  height: 100%;
}

.pDetaio-option-soft-table th,
.pDetaio-option-soft-table td {
  padding: 20px 16px 0;
  font-size: 15px;
  line-height: 1.7;
}
.pDetaio-option-soft-table th {
  width: 30%;
  height: 100%;
  position: sticky;
  left: 0;
  background-color: #ffffff;
}
.pDetaio-option-soft-table th > div {
  height: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #5C5C5C;
}
.pDetaio-option-soft-table td > div {
  height: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #BDBDBD;
}
.pDetail-discon-new-old-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pDetail-discon-new-old__header {
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  background-color: #D9D9D9;
}

.pDetail-disconWrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 70px;
  margin-bottom: 60px;
}

.pDetail-discon__arrow {
  position: absolute;
  top: 42%;
  right: 50%;
  transform: translate(40%, -50%) scaleY(150%);
  border-left: 28px solid #D9D9D9;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}
.pDetail-discon__old,
.pDetail-discon__new {
  display: flex;
  gap: 16px;
}

.pDetail-discon__imageWrap {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pDetail-discon__image {
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  border: solid 1px #5C5C5C;
}

.pDetail-discon__image {
  width: 100%;
  height: 100%;
}

.pDetail-discon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pDetail-discon__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pDetail-discon__model {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.pDetail-discon__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.pDetail-discon__note {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.pDetail-discon-border {
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: black;
}

.pDetail-descon__link {
  display: flex;
  justify-content: flex-end;
}

.l-wrap--product-dison-models {
  padding-top: 80px;
  padding-bottom: 130px;
}

.pDetail-discon-models {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pDetail-discon-models li {
  list-style: "・";
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
}

.pDetail-discon-models li .note {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3;
}

.fnf__wapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.fnf__header {
  padding-bottom: 20px;
  font-size: 80px;
  font-weight: 100;
  line-height: 1;
}

.fnf-text {
  font-size: 16px;
  line-height: 2;
}

.product-ems-pcb__mv {
  height: 670px;
  background-image: url(../imgs/ems/pcb/ems_pcb_mv_bg.png);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.ems-lower-contents {
  background-color: #F4F4F4;
}

.l-wrap--ems-lower-contents {
  padding-top: 140px;
  padding-bottom: 180px;
}

.ems-lower-link-wrap {
  margin-bottom: 80px;
}

.ems-lower-link-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: solid 1px #818181;
}

.emw-lower-link {
  position: relative;
  min-width: 300px;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  border-bottom: solid 6px transparent;
  transition: all 0.15s ease-in;
}

.ems-lower-link-row--4col .emw-lower-link {
  min-width: 250px;
}

.emw-lower-link:hover {
  border-bottom: solid 6px #000;
}

.emw-lower-link a {
  display: block;
  padding: 25px;
  width: 100%;
  height: 100%;
}

.ems-lower-content__title {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1.6px;
  border-bottom: solid 1px #595959;
}

.ems-lower-content-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 120px;
}

.ems-lower-content-2col:last-child {
  margin-bottom: 0;
}

.ems-lower-content-2col__header {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.ems-lower-content-2col__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
}

.ems-lower-content-2col__text--mb30 {
  margin-bottom: 30px;
}

.ems-lower-content-2col__linkWrap {
  display: flex;
  justify-content: flex-end;
}

.ems-lower-content-2col__image picture img {
  display: block;
  margin-bottom: 40px;
  border-radius: 8px;
}

.ems-lower-content-2col__image picture:last-child img {
  display: block;
  margin-bottom: 0;
}

.ems-lower-types {
  background-color: #F4F4F4;
}

.l-wrap--ems-lower-types {
  padding-bottom: 180px;
}

.ems-lower-types--ltBlue {
  background-color: #E7EDF0;
}

.ems-lower-typeWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.ems-lower-type {
  padding: 0 30px 30px 30px;
  background-color: #ffffff;
  aspect-ratio: 520/327;
}

.ems-lower-type__inner {
  padding-top: 25px;
  border-top: solid 6px #2A5B7C;
}

.ems-lower-type__no {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  font-family: "Geist", sans-serif;
  line-height: 1.2;
  color: #2A5B7C;
}

.ems-lower-type__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.ems-lower-type__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.ems-lower-summary {
  background-image: url(../imgs/ems/ems_lower_summary_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.l-wrap--ems-lower-summary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ems-lower-summary__inner {
  padding: 40px 50px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}

.ems-lower-summary__title {
  margin-bottom: 47px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.67;
  color: #ffffff;
  text-align: center;
}

.ems-lower-summary__content {
  display: flex;
  gap: 30px;
}

.ems-lower-summary__image {
  flex: 0 0 417px;
}

.ems-lower-summary__text {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  color: #ffffff;
}

.ems-lower-other {
  background-color: #ffffff;
}

.l-wrap--ems-lower-other {
  padding-top: 180px;
  padding-bottom: 180px;
}

.ems-lower-other_serviceWrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.ems-lower-other_service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  background-color: #FAFAFA;
}

.ems-lower-other_service__image {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 178/180;
}

.ems-lower-other_service__image img {
  width: 100%;
  height: 100%;
}

.ems-lower-other_service__title {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 400;
}

.ems-lower-other_service__link {
  text-align: right;
}

.ems-lower-summaery__steps {
  padding-top: 25px;
}

.eDetail-2col {
  display: flex;
  margin-bottom: 100px;
}

.eDetail-2col--mb60 {
  margin-bottom: 60px;
}

.eDetail-2col__content {
  flex: 1;
}

.eDetail-2col__content--minor {
  flex: 0 0 43%;
}

.eDetail-2col__content--small {
  flex: 0 0 30%;
}

.eDetail-2col__content--pRight40 {
  padding-right: 40px;
}

.eDetail-2col__content--pLeft40 {
  padding-left: 40px;
}

.eDetail-2col__tag {
  margin-bottom: 20px;
  padding: 8px 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  background-color: #E9E9E9;
  text-align: center;
}

.eDetail-2col__headingWrap {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
  line-height: 2.1;
}

.eDetail-2col__heading {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.eDetail-2col__text {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
}

.eDetail-2col__border {
  display: block;
  height: 0;
  width: 90%;
  border-bottom: solid 1px black;
}

.ems-section-headingWrap {
  margin-bottom: 120px;
}

.ems-quality-unit {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: solid 1px #939393;
}

.ems-quality-unit:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.ems-quality-heading {
  display: flex;
  margin-bottom: 60px;
}

.ems-quality-heading__head {
  flex: 0 0 40%;
}

.ems-quality-heading__name {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.3;
}

.ems-quality-heading__logo {
  max-width: 240px;
  margin-bottom: 15px;
}

.ems-quality-content {
  flex: 1;
  padding-left: 40px;
}

.ems-quality-content__text {
  font-size: 16px;
  line-height: 2.1;
}

.ems-quality-cert-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 55px 55px;
}

.ems-quality-cert__image {
  margin-bottom: 20px;
}

.ems-quality-cert__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ems-quality-cert {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.ems-facility-tableWrap {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1155px;
  overflow: scroll;
  border: solid 1px black;
  border-radius: 5px;
}
.ems-facility-table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ems-facility-table tbody {
  height: 100%;
  position: relative;
}

.ems-facility-table th,
.ems-facility-table td {
  padding: 20px 16px 0;
  font-size: 15px;
  line-height: 1.7;
  background-color: #ffffff;
}
.ems-facility-table th {
  position: sticky;
  left: 0;
  padding-left: 50px;
  width: 270px;
  min-width: 270px;
  height: 100%;
  background-color: #ffffff;
}
.ems-facility-table th.static {
  position: static;
}

.ems-facility-table th.factory > div {
  padding: 0 20px 20px;
  font-size: 16px;
  font-weight: 100;
}

.ems-facility-table__logo {
  height: 45px;
  margin-bottom: 10px;
}

.ems-facility-table th > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #5C5C5C;
}
.ems-facility-table td {
  width: 300px;
  min-width: 300px;
}
.ems-facility-table td > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #BDBDBD;
}
.ems-facility-table td > div .center {
  text-align: center;
}

.ems-header-title--s {
  font-size: 30px;
}

.section-detail--grayBg {
  position: relative;
}

.section-detail--grayBg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/ems/ems-cordination_bg.png);
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.product-ems__mv {
  height: 670px;
  background-image: url(../imgs/ems/ems_mv_bg.png);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.l-wrap--ems-mv {
  padding-top: 0;
  height: 100%;
}
.ems-mvInner {
  position: relative;
  height: 100%;
}
.ems-mvContent {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 180px;
}

.ems-cordination {
  margin-top: -15rem;
  background-image: url(../imgs/ems/ems-cordination_bg.png);
  background-position: center center;
  background-size: cover;
}

.ems-cordination--pt150 {
  margin-top: 0;
  padding-top: 150px;
}

.l-wrap-ems-cordination {
  padding-top: 150px;
  padding-bottom: 120px;
}

.ems-cordination__2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.ems-cordination__2col--top {
  margin-bottom: 100px;
}

.ems-cordination__heading {
  margin-bottom: 60px;
  font-size: 42px;
  font-weight: 100;
  line-height: 1.5;
}

.ems-cordination__sub {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
  font-family: "Geist", sans-serif;
}

.ems-cordination__text {
  font-size: 17px;
  line-height: 2.2;
}

.ems-cordination__process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
}

.ems-cordination__process img {
  width: 100%;
}

.ems-cordination__process-item {
  position: relative;
  width: 100%;
  aspect-ratio: 100/152;
}

.ems-cordination__process-item.step-1 {
  z-index: 16;
}

.ems-cordination__process-item.step-2 {
  z-index: 15;
}

.ems-cordination__process-item.step-3 {
  z-index: 14;
}

.ems-cordination__process-item.step-4 {
  z-index: 13;
}

.ems-cordination__process-item.step-5 {
  z-index: 12;
}

.ems-cordination__process-item.step-6 {
  z-index: 11;
}

.ems-cordination__card-step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding-top: 20px;
  width: 120%;
  aspect-ratio: 100/42;
  background-color: #F4F4F4;
  transform: translateX(-3%);
  /* ボーダー色 */
  clip-path: polygon(0 0, 85% 0, 100% 50%, 100% 50%, 85% 100%, 0 100%);
}

.ems-cordination__card-step.step-1::before {
  background-color: #ABABAB;
}

.ems-cordination__card-step.step-2::before {
  background-color: #979797;
}

.ems-cordination__card-step.step-3::before {
  background-color: #838383;
}

.ems-cordination__card-step.step-4::before {
  background-color: #6D6D6D;
}

.ems-cordination__card-step.step-5::before {
  background-color: #565656;
}

.ems-cordination__card-step.step-6::before {
  background-color: #3F3F3F;
}

.ems-cordination__card-step::before {
  content: "";
  position: absolute;
  inset: 3px;
  /* ボーダー幅 */
  background-color: gray;
  clip-path: inherit;
}

.ems-cordination__card-step .step {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  border-bottom: solid 1px #ffffff;
  z-index: 20;
  transform: translateX(-15px);
}

.ems-cordination__card-step .no {
  font-size: 24px;
  color: #ffffff;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  z-index: 20;
  transform: translateX(-15px);
}

.ems-cordination__card {
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 100/125;
  width: 93%;
  border-radius: 5px;
  background-color: #ffffff;
}

.ems-cordination__cardInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ems-cordination__card-imageWrap {
  padding: 10px;
}

.emx-cordination__card-title {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}

.emx-cordination__card-title .small {
  font-size: 9.5px;
}

.ems-cordination__card-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 45px;
}

.ems-about {
  background-color: #ffffff;
}

.l-wrap--ems-about {
  padding-bottom: 180px;
}

.l-wrap--ems-about-pt150 {
  padding-top: 150px;
}

.ems-about__2col {
  display: flex;
  gap: 80px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: solid 1px black;
}

.ems-about__feature-sub {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.ems-about__2col--noEnd {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}

.ems-about__headWrap {
  flex: 1;
}

.ems-about__content {
  flex: 0 0 598px;
}

.ems-about__quality-image {
  flex: 0 0 500px;
}

.ems-about__content--quality {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ems-about__text {
  margin-bottom: 40px;
  font-size: 16;
  line-height: 2;
}

.ems-about__content-link {
  text-align: right;
}

.ems-about__quality-line {
  padding: 24px;
  border-radius: 6px;
  background-color: #F4F4F4;
}

.ems-case {
  background-image: url(../imgs/common/sub_mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-wrap--ems-case {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ems-case__2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
}

.ems-cases {
  margin-bottom: 60px;
}

.ems-case-unit {
  display: flex;
  margin-bottom: 15px;
  border: solid 1px #185174;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}

.ems-case-unit:last-child {
  margin-bottom: 0;
}

.ems-case__head {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  text-align: center;
  background-color: #185174;
}

.ems-case__list {
  flex: 1;
  padding: 15px 10px;
}

.ems-case__image {
  position: relative;
}

.ems-case__image img {
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  width: auto;
  max-width: none;
}

.ems-about__content-heading {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.ems-about__content-text {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 2;
}

.ems-locationWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
}

.ems-location {
  display: flex;
  gap: 30px;
  padding: 12px;
  border-radius: 8px;
  background-color: #F4F4F4;
}

.ems-location__image {
  flex: 0 0 225px;
}

.ems-location__image img {
  border-radius: 8px;
}

.ems-location__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.ems-location__name {
  flex: 0 0 fit-content;
  font-size: 20px;
}

.ems-location__logo {
  flex: 0 0 35px;
  height: 35px;
  text-align: left;
}

.ems-location__logo--enlarge {
  flex: 0 0 50px;
  height: 50px;
  width: 200px;
}

.ems-location__logo--enlarge img {
  width: 100%;
  height: auto;
}

.ems-qa {
  background-color: #F4F4F4;
}

.l-wrap--ems-qa {
  padding-top: 180px;
  padding-bottom: 180px;
}

.ems-maker-table {
  margin-bottom: 80px;
  width: 100%;
}

.ems-maker-table th {
  width: 33.33%;
  font-size: 20px;
  color: #898989;
}

.ems-maker-table td {
  width: 33.33%;
  font-size: 16px;
}

.l-wrap--table-wide {
  padding-top: 150px;
  padding-bottom: 180px;
}

.form-message-wrap {
  margin-bottom: 65px;
}

.form-message-heading {
  margin-bottom: 30px;
  font-size: 33px;
  font-weight: 100;
  line-height: 1.3;
  text-align: center;
}

.form-message-text {
  margin: 0 auto;
  max-width: 450px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.form-block {
  padding: 60px 60px;
  border-radius: 3px;
  border: solid 1px #2A5B7C;
}

.form-block__heading-en {
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  line-height: 1.3;
}

.form-block__headdingWrap {
  margin-bottom: 50px;
}

.form-block__heading {
  font-size: 33px;
  font-weight: 100;
  line-height: 1.3;
}

.form-block__heading--center {
  text-align: center;
}

.form-header {
  margin-bottom: 12px;
}

.form-header__note {
  font-size: 11px;
}

.form-header p {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.required {
  margin-right: 10px;
  padding: 6px 11px;
  max-height: 25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #B81111;
}

.indent-requred {
  padding-left: 60px;
}

.form-item {
  margin-bottom: 10px;
}

.form-item--row p {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form-item--acceptance .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-bottom: 0;
}

.form-submit-btnWrap {
  margin-bottom: 12px;
}

.form-submit__google {
  margin: 0 auto;
  width: 440px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.form-submit__google a {
  color: #1571DA;
}

input[type=submit] {
  display: block;
  margin: 0 auto;
  padding: 24px 78px;
  width: 440px;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Albert Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  background-color: black;
  text-align: center;
}

.form-item--small {
  width: 355px;
}

.form-item--no-border .wpcf7-form-control-wrap input {
  border: solid 1px transparent;
}

.form-word-count {
  font-size: 13px;
  text-align: right;
}

.wpcf7-form-control-wrap {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
  padding: 10px 22px;
  width: 100%;
  border: solid 1px #C6C6C6;
  border-radius: 4px;
  background-color: white;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
  display: flex;
}

.form-table {
  width: 100%;
}

.form-table td {
  padding-bottom: 8px;
}

a.plicy-agree {
  align-items: flex-start;
  gap: 5px;
  color: #1571DA;
}

a.plicy-agree:after {
  content: "";
  display: inline-block;
  padding-top: 3px;
  width: 12px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M7.50036 8.75002V3.7497H1.49998V8.75002H7.50036ZM9.00034 10H0V2.49972H9.00034V10ZM12 7.50028H10.5002V1.24986H2.99966V0H12V7.50028Z' fill='%231571DA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.form-hidden {
  display: none;
}

.form-editBtn {
  display: block;
  margin: 40px auto 20px;
  padding: 20px 40px;
  border: solid 1px gray;
  border-radius: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  background-color: white;
}

.form-thanks-wrap {
  margin-bottom: 80px;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.form-return-btnWrap {
  display: flex;
  justify-content: center;
}

.form-zip-heading {
  margin-bottom: 20px;
}

.catalog-check-heading,
.catalog-check-heading p {
  margin-bottom: 100px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.3;
}

.catalog-check-wrap {
  margin-bottom: 100px;
}

.catalog-check-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 137px;
  margin-bottom: 30px;
}

.catalog-check-item .wpcf7-list-item {
  flex-direction: column;
  margin: 0;
}

.catalog-check-item .wpcf7-list-item::before {
  content: "";
  display: block;
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 235/329;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.catalog-check-item .wpcf7-list-item:nth-child(1)::before {
  background-image: url(../imgs/catalog/catalog_aoi.png);
}

.catalog-check-item .wpcf7-list-item:nth-child(2)::before {
  background-image: url(../imgs/catalog/catalog_i22x.png);
}

.catalog-check-item .wpcf7-list-item:nth-child(3)::before {
  background-image: url(../imgs/catalog/catalog_uv.png);
}

.catalog-check-item .wpcf7-list-item:nth-child(4)::before {
  background-image: url(../imgs/catalog/catalog_cleaner.png);
}

.catalog-check-item .wpcf7-list-item:nth-child(5)::before {
  background-image: url(../imgs/catalog/catalog_lmxr.png);
}

.catalog-check-item .wpcf7-list-item:nth-child(6)::before {
  background-image: url(../imgs/catalog/catalog_ems.png);
}

.catalog-check-item .wpcf7-list-item input[type=checkbox] {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 234/39;
}

.catalog-check-item .wpcf7-list-item input[type=checkbox]::after {
  content: "資料請求";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  width: 100%;
  aspect-ratio: 234/39;
  pointer-events: none;
  background-color: white;
  border-radius: 5px;
  border: solid 1px black;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' stroke='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  transition: background-color 0.3s ease-in;
}

.catalog-check-item .wpcf7-list-item input[type=checkbox]:hover {
  cursor: pointer;
}

.catalog-check-item .wpcf7-list-item input[type=checkbox]:checked::after {
  color: white;
  background-color: black;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.65478 12.0217L16.4343 4.24211L17.8486 5.65633L10.069 13.4359L10.0711 13.438L8.65685 14.8522L3 9.19531L4.41421 7.7811L8.65478 12.0217Z' fill='white'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' stroke='white'/%3E%3C/svg%3E");
}

.catalog-check-item .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  margin-bottom: 18px;
  padding: 4px 0 4px 22px;
  width: 100%;
  aspect-ratio: 238/54;
  border-left: solid 6px #2A5B7C;
  font-size: 13px;
  line-height: 1.8;
}

.form-block__heading-en p {
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  line-height: 1.3;
}

.form-block--catalog .form-block__heading-en p {
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  line-height: 1.3;
}

.form-block--catalog .form-block__heading p {
  font-size: 33px;
  font-weight: 100;
  line-height: 1.3;
}

.form-block__headdingWrap--catalog-confirm {
  display: none;
}

.form-block-wrap--ctalog-confirm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #FAFAFA;
}

.form-block-wrap--ctalog-confirm .form-block {
  padding-left: 0;
  border: none;
}

.form-block-wrap--ctalog-confirm .catalog-check-heading,
.form-block-wrap--ctalog-confirm .catalog-check-heading-en {
  display: none;
}

.form-block-wrap--ctalog-confirm .catalog-check-wrap {
  padding: 60px 60px;
  background-color: #FAFAFA;
}

.form-block-wrap--ctalog-confirm .catalog-check-item {
  grid-template-columns: 1fr 1fr;
  gap: 70px 40px;
}

.form-block-wrap--ctalog-confirm .catalog-check-item .wpcf7-list-item {
  display: none;
  padding: 12px;
  background-color: white;
}

.form-block-wrap--ctalog-confirm .catalog-check-item .wpcf7-list-item .wpcf7-list-item-label {
  margin-bottom: 0;
  padding-left: 15px;
  aspect-ratio: 238/70;
}

.form-block-wrap--ctalog-confirm .catalog-check-item .wpcf7-list-item::before {
  margin-bottom: 0;
  background-position: center;
  background-size: 80% 80%;
}

.form-block-wrap--ctalog-confirm .catalog-check-item .wpcf7-list-item.checked {
  display: flex;
}

.form-block-wrap--ctalog-confirm .catalog-check-item input[type=checkbox] {
  display: none;
}

.news-tab-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  padding-left: 15px;
  border-bottom: solid 1px #818181;
}

.news-tab {
  padding: 0 40px 20px 0;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 6px transparent;
}

.news-tab.current {
  border-bottom: solid 6px black;
}

.news-tab a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}

.news-item {
  padding: 30px 10px;
  border-bottom: solid 1px #5C5C5C;
}

.news-txtWrap {
  display: flex;
  gap: 30px;
}

.news-dateWrap {
  flex: 0 0 100px;
}

.news-dateWrap .news-date {
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

.news-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.news-detail__date {
  margin-bottom: 24px;
  padding-bottom: 5px;
  border-bottom: solid 1px #5C5C5C;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.news-detail__heading2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

.news-detail__thumbnail {
  margin-bottom: 60px;
  text-align: center;
}

.news-wpContent {
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}

.news-wpContent p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}

.news-wpContent ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}

.news-wpContent .wp-block-image {
  margin-bottom: 40px;
  text-align: center;
}

.news-detail-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.news-wpContent .art-heading-en {
  font-family: "Geist", sans-serif;
  font-weight: 100;
}

.news-detail-nav-wrap .next a,
.news-detail-nav-wrap .prev a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-detail-nav-wrap .next,
.news-detail-nav-wrap .prev {
  display: block;
  width: 42px;
  height: 43px;
  background-image: url(../imgs/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.news-detail-nav-wrap .next:hover,
.news-detail-nav-wrap .prev:hover {
  cursor: pointer;
}

.news-detail-nav-wrap .prev {
  transform: scaleX(-1);
}

.news-detail-link {
  margin-bottom: 100px;
}

.news-wpContent h1,
.news-wpContent h2,
.news-wpContent h3,
.news-wpContent h4,
.news-wpContent h5,
.news-wpContent h6,
.news-wpContent p,
.news-wpContent ul,
.news-wpContent ol,
.news-wpContent a {
  margin-bottom: 24px;
}
.news-wpContent h1,
.news-wpContent h2 {
  font-weight: 500;
  font-size: 32px;
}
.news-wpContent h3 {
  font-weight: 500;
  font-size: 24px;
}
.news-wpContent h4 {
  font-weight: 500;
  font-size: 18px;
}

.news-wpContent ul li {
  list-style: disc;
  list-style-position: inside;
}

.news-wpContent ol li {
  list-style: decimal;
  list-style-position: inside;
}

.news-wpContent a {
  color: blue;
  border-bottom: solid 1px;
}

.legal-block {
  margin-bottom: 120px;
}

.legal-heading {
  margin-bottom: 46px;
  padding-bottom: 16px;
  font-size: 24px;
  border-bottom: solid 1px #818181;
}

.legal-text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2.1;
}

.legal-text--right {
  text-align: right;
}

.legal-heading4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.ligal-inner-list {
  margin-bottom: 50px;
  padding-top: 20px;
  list-style: "・";
  list-style-position: inside;
}

.privacy-download-link {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-external-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #000;
  line-height: 1;
}

.legal-external-link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.legal-span-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 400;
  color: #000;
}

.legal-external-link::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Crect y='2' width='1' height='12' fill='black'/%3E%3Crect x='11' y='7' width='1' height='7' fill='black'/%3E%3Crect x='7' y='2' width='1' height='7' transform='rotate(90 7 2)' fill='black'/%3E%3Crect x='14' width='1' height='7' transform='rotate(90 14 0)' fill='black'/%3E%3Crect x='14' y='7' width='1' height='6' transform='rotate(-180 14 7)' fill='black'/%3E%3Crect x='12' y='13' width='1' height='12' transform='rotate(90 12 13)' fill='black'/%3E%3Cpath d='M6 8L13.5 0.500001' stroke='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.legal-inner-centered {
  text-align: center;
}

.product-aoi__mv {
  height: 670px;
  background-image: linear-gradient(169deg, #113040 8.94%, #030E1E 94.02%, #000617 112.92%);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.aoi-mvInner {
  position: relative;
  height: 100%;
}
.l-wrap--aoi-mv {
  padding-top: 0;
  height: 100%;
}
.aoi-mvContent {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 180px;
}

.bread-section--aoi {
  padding-top: 30px;
  margin-bottom: 0;
  background-image: url(../imgs/products/aoi/aoi_product_bg.png);
}

.aoi__product {
  position: relative;
  background-image: url(../imgs/products/aoi/aoi_product_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.aoi__product .bread-wrap {
  position: absolute;
  top: 20px;
  left: 0;
}

.l-wrap--aoi-product {
  max-width: none;
  padding-top: 150px;
  padding-bottom: 144px;
  padding-left: calc(50vw - 618px);
  padding-right: 0;
  overflow: hidden;
}

.aoi-product__wrap {
  display: flex;
}

.aoi-product__txtWrap {
  position: relative;
  flex: 0 0 391px;
}

.aoi-product__buttonWrap {
  position: relative;
  margin-top: 60px;
  width: 153px;
  height: 58px;
}

.aoi-product__buttonWrap .swiper-button-next,
.aoi-product__buttonWrap .swiper-button-prev {
  width: 58px;
  height: 58px;
  background-color: #234760;
}

.aoi-product__buttonWrap .swiper-button-next:focus-visible,
.aoi-product__buttonWrap .swiper-button-prev:focus-visible {
  border: none;
}

.aoi-product__buttonWrap .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2231%22%20height%3D%224%22%20viewBox%3D%220%200%2031%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M23.5%203.5L23.5%200.808593L28.8818%203.5L23.5%203.5Z%22%20fill%3D%22black%22%20stroke%3D%22white%22/%3E%3Crect%20x%3D%220.25%22%20y%3D%223.25%22%20width%3D%2222.5%22%20height%3D%220.5%22%20fill%3D%22black%22%20stroke%3D%22white%22%20stroke-width%3D%220.5%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.aoi-product__buttonWrap .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2231%22%20height%3D%224%22%20viewBox%3D%220%200%2031%204%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.5%203.5L7.5%200.808593L2.11816%203.5L7.5%203.5Z%22%20fill%3D%22black%22%20stroke%3D%22white%22/%3E%3Crect%20x%3D%22-0.25%22%20y%3D%220.25%22%20width%3D%2222.5%22%20height%3D%220.5%22%20transform%3D%22matrix(-1%200%200%201%2030.5%203)%22%20fill%3D%22black%22%20stroke%3D%22white%22%20stroke-width%3D%220.5%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.aoi-product__buttonWrap .swiper-button-next::after,
.aoi-product__buttonWrap .swiper-button-prev::after {
  display: none;
}

.aoi-product__sliderWrap {
  flex: 1;
  width: 100%;
  height: 337px;
  margin: auto;
}

.aoi-swiper {
  width: 100%;
  height: 100%;
}

.aoi-product__list-item.swiper-slide {
  width: 252px;
  height: 337px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  border-radius: 7px;
  background-color: #ffffff;
  min-width: 0;
  transition: background-color 0.3s ease-in;
}

.aoi-product__list-item.swiper-slide:hover {
  background-color: #E4E4E4;
}

.aoi-product__list-imgWrap {
  width: 100%;
  aspect-ratio: 1.03;
}

.aoi-product__list-txtWrap {
  padding: 14px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #234768;
}

.aoi-product__list-model {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.aoi-product__list-name {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
}

.aoi-mvContent__headingMain {
  margin-bottom: 100px;
  font-size: 58px;
  font-weight: 300;
  line-height: 1.3;
}
.aoi-mvContent__description {
  width: 525px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.aoi-mvImage {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 490px;
  height: 100%;
  background-image: url(../imgs/products/aoi_mv.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.aoi-inspection {
  background-color: #eee;
}

.l-wrap--aoi-inspection {
  padding-top: 180px;
  padding-bottom: 200px;
}
.aoi-inspection__txtWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.aoi-case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}
.product-case-hadeing4 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 1.3px;
}

.product-case__list-item {
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
}

.product-case__list-imgWrap {
  aspect-ratio: 245/185;
  overflow: hidden;
}

.product-case__list-imgWrap img {
  transform: scale(1.1);
  min-width: 100%;
  min-height: 100%;
}

.product-case__list-imgWrap.contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.product-case__list-imgWrap.contain > picture {
  display: contents;
}

.product-case__list-imgWrap.contain img {
  display: block;
  width: 70%;
  height: auto;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-case__case-list-txtWrap {
  padding: 10px 12px 12px;
  background-color: #ffffff;
}
.product-case__case-list-txtWrap.border {
  border-top: solid 1px #C5C5C5;
}

.product-case__list-num {
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 14px;
  display: inline-block;
}
.product-case__list-ttl {
  font-size: 20px;
  font-weight: 300;
}
.aoi-movie {
  background-image: url(../imgs/common/sub_mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-wrap--aoi-movie {
  padding-top: 150px;
  padding-bottom: 150px;
}
.aoi-product-movieWrap {
  cursor: pointer;
  margin: auto;
  width: 800px;
  aspect-ratio: 840/473;
  position: relative;
}
.aoi-product-movieWrap img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.aoi-value {
  background-color: #ffffff;
}

.aoi-value__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
}

.aoi-value__list {
  margin-bottom: 50px;
  padding-left: 20px;
}

.aoi-value__list li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 16px;
}

.aoi-value__text {
  font-size: 16px;
  line-height: 2;
}

.aoi-lighting {
  background-color: #F4F4F4;
}
.l-wrap--aoi-lighting {
  padding-top: 180px;
  padding-bottom: 200px;
}
.aoi-lighting__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 60px;
}

.aoi-lighting__link {
  flex: 0 0 201px;
}

.aoi-lighting__link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 19px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  line-height: 1;
  color: #ffffff;
  background-color: #000;
}

.aoi-lighting__link a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1 5.5L6.5 11L12 5.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.aoi-lighting__typeWrap {
  margin-bottom: 140px;
  padding: 60px 60px 80px;
  border-radius: 8px;
  background-color: #ffffff;
}

.aoi-lighting__typeWrap:last-child {
  margin-bottom: 0;
}

.aoi-lighting__head {
  display: flex;
  margin-bottom: 60px;
}

.aoi-lighting__head-text {
  flex: 1;
}

.aoi-lighting__heading3 {
  font-size: 54px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 20px;
}

.aoi-lighting__heading-sub {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 100;
}

.aoi-lighting__heading-text {
  font-size: 16px;
  line-height: 2;
}

.aoi-lighting__haad-image {
  flex: 0 0 303px;
}

.aoi-case-list--lighting {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
.product-lighting__list-item {
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
}

.aoi-case__list-num {
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 4px;
  display: inline-block;
}
.product-lighting__list-item.example {
  grid-column: 3/span 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 40px;
  background-color: #F4F4F4;
}

.product-lighting__list-item.example.white {
  background-color: #ffffff;
}

.example .product-case__list-2imgWrap {
  aspect-ratio: unset;
}

.product-case__list-2imgWrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-lighting-example__image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-lighting-example__title {
  font-size: 20px;
  margin-bottom: 10px;
}

.product-lighting-example__arrow {
  flex: 0 0 30px;
}

.product-lighting-example__arrow img {
  width: 100%;
  transform: translateY(-16px);
}

.aoi-feature {
  background-color: #ffffff;
}

.l-wrap--aoi-feature {
  padding-top: 180px;
  padding-bottom: 180px;
}

.aoi-feature__list {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: solid 1px;
  color: black;
}

.aoi-feature__list:last-child {
  margin-bottom: 0;
}

.aoi-feature__list {
  display: flex;
  align-items: flex-start;
}

.aoi-feature__no {
  flex: 0 0 85px;
  font-size: 40px;
}

.aoi-feature__text {
  flex: 1;
  font-size: 16px;
  line-height: 2;
}

.l-wrap--aoi-type {
  padding-bottom: 180px;
}

.aoi-type__desc {
  font-size: 16px;
  line-height: 2;
}

.product-detail__mv {
  padding-bottom: 2.3148148148vw;
  height: -moz-fit-content;
  height: fit-content;
  height: 44.3121693122vw;
  background: linear-gradient(169deg, #113040 8.94%, #030E1E 100%);
  color: #ffffff;
}
.pDetail-mvInner {
  display: flex;
  justify-content: center;
}
.l-wrap--pDetail-mv {
  padding-top: 9.2592592593vw;
}
.pDetail-mvContent {
  flex: 0 1 auto;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-detail__product {
  background-color: #ffffff;
}

.pDetail-mvContent__products {
  margin-bottom: 2.2486772487vw;
  padding-bottom: 0.5291005291vw;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 0.9259259259vw;
  font-weight: 700;
}
.pDetail-mvContent__headingSub {
  margin-bottom: 0.3306878307vw;
  font-size: 2.1164021164vw;
  font-weight: 300;
  line-height: 1.3;
}
.pDetail-mvContent__headingMain {
  margin-bottom: 0.9920634921vw;
  font-size: 3.7037037037vw;
  font-weight: 300;
  line-height: 1.3;
}
.pDetail-mvContent__models {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5291005291vw;
  margin-bottom: 1.9841269841vw;
}
.pDetail-mvContent__models li {
  padding: 0.3968253968vw 0.6613756614vw;
  font-size: 0.8597883598vw;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: #ffffff;
}
.pDetail-mvContent__description {
  font-size: 1.1904761905vw;
  font-weight: 400;
  line-height: 1.7;
}
.pDetail-mvContent__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5291005291vw;
  padding-top: 1.3227513228vw;
  border-top: solid 1px #ffffff;
}
.pDetail-mvContent__tags li {
  padding: 0.2645502646vw 0.7936507937vw;
  border: solid 1px #DCDCDC;
  font-size: 0.8597883598vw;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  color: #DCDCDC;
}
.pDetail-mvImage {
  position: relative;
  flex: 0 0 32.4074074074vw;
}
.pDetail-mvImage__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 29.4312169312vw;
  height: 26.455026455vw;
  text-align: center;
  margin-bottom: 0.9920634921vw;
}
.pDetail-mvImage__image img {
  height: 100%;
  width: auto;
  max-width: 23.1481481481vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.pDetail-mvImage__thumbs {
  position: absolute;
  top: 0;
  right: -5.9523809524vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.9259259259vw;
  width: 4.6296296296vw;
  height: 100%;
}
.pDetail-mvImage__thumbs > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4.6296296296vw;
  height: 4.6296296296vw;
  padding: 0.6613756614vw;
  border: solid 1px #4A4A4A;
}
.pDetail-mvImage__thumbs > div.current {
  border: solid 1px #ffffff;
}

.pDetail-mvImage__thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pDetail-mvImage__captionWrap {
  display: flex;
  align-items: center;
  gap: 1.1243386243vw;
  padding-left: 8.5978835979vw;
}
.pDetail-mvImage__captionLeft {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 9.9206349206vw;
}
.pDetail-mvImage__captionModel {
  margin-bottom: 0.462962963vw;
  font-size: 0.8597883598vw;
  line-height: 1;
}
.pDetail-mvImage__captionName {
  height: 3.2671957672vw;
  font-size: 1.2566137566vw;
  line-height: 1.3;
}
.pDetail-mvImage__captionRight {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.0582010582vw 1.1243386243vw;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  border-radius: 0.1322751323vw;
  background-color: #ffffff;
  cursor: pointer;
}
.pDetail-mvImage__captionRight a {
  display: block;
  color: #000;
  font-size: 0.8597883598vw;
  line-height: 1;
}
.product-detail__product__txtWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 168px;
}
.product-detail__product_list-text {
  margin-bottom: 20px;
}

.product-detail__product__listWrap {
  max-width: 600px;
}

.product-detail__product__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 10px;
  max-width: 600px;
}
.product-detail__product__item {
  letter-spacing: 0.14rem;
  list-style: "・";
  line-height: 1.8;
}
.l-wrap--detail-product {
  padding-top: 150px;
  padding-bottom: 0;
}
.l-wrap--detail-product--video {
  padding-bottom: 100px;
}
.product-detail__product__movieWrap {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 840/473;
  margin-top: 20px;
  position: relative;
}
.product-detail__product__movieWrap img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.product-detail__product__movie-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: #ffffff;
}

.product-detail__product__movie-btn::before, .product-detail__product__movie-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.product-detail__product__movie-btn:after {
  transform: translate(calc(50% + 3px), -50%);
}

.product-detail__product__movie-btn::before {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid 3px #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

.product-detail__product__movie-btn:after {
  border-left: solid 37px #ffffff;
  border-top: solid 19px transparent;
  border-bottom: solid 19px transparent;
}

.product-detail__product__movie-btn .view-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 75px);
  font-size: 16px;
}

.product-detail__product__movie {
  position: relative;
  z-index: 10;
}

.product-detail__case {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 200px;
  background: linear-gradient(153deg, #313131 -1.05%, #000 100%);
  background-color: white;
}
.product-detail__case-ltGray {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 200px;
  background: linear-gradient(153deg, #EAEAEA -1.05%, #F7F7F7 100%);
}
.product-detail__case--mb222 {
  margin-bottom: 222px;
}

.product-detail__case--video {
  margin-top: -400px;
  margin-bottom: 222px;
  padding-top: 530px;
}
.product-detail__case--video-banner {
  margin-top: -400px;
  margin-bottom: 117px;
  padding-top: 530px;
}
.product-detail__case--video-banner {
  margin-top: -400px;
  margin-bottom: 117px;
  padding-top: 530px;
}
.c-header__txtWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 108px;
}
.c-header__txtWrap--2grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pDetail-case-list-heading {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 100;
  color: #ffffff;
}

.product-detail__case__txt {
  color: #ffffff;
}

.product-detail__case__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px;
}
.product-detail__case__list-item {
  border-radius: 8px;
  overflow: hidden;
}

.product-detail__case__list-imgWrap {
  aspect-ratio: 245/185;
  overflow: hidden;
}

.product-detail__case__list-imgWrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail__case__list-imgWrap.contain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.product-detail__case__list-imgWrap.contain img {
  display: block;
  width: 70%;
  height: auto;
  min-width: 0;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-detail__case__list-txtWrap {
  padding: 20px 20px 28px;
  border-top: solid 1px #C5C5C5;
  background-color: #ffffff;
}
.product-detail__case__list-num {
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 14px;
  display: inline-block;
}
.product-detail__case__list-ttl {
  font-size: 17px;
  font-weight: 300;
}
.product-detail__lineup {
  margin-bottom: 200px;
  background-color: #ffffff;
}

.product-detail__lineup--video {
  margin-top: -400px;
  margin-bottom: 222px;
  padding-top: 530px;
}
.pDetail-lineup__banner {
  margin-bottom: 120px;
}

.pDetail-lineup__headingWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.pDetail-lineup__heading-sub {
  font-size: 38px;
  font-weight: 100;
}

.pDetail-lineup__heading {
  font-size: 65px;
  font-weight: 100;
}

.pDetail-lineup__linkWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 8px;
}

.product-detail__lineup__container {
  margin-bottom: 138px;
}

.product-detail__lineup__container:last-child {
  margin-bottom: 0;
}
.product-detail__lineup__content:not(:last-child) {
  margin-bottom: 99px;
}

.product-detail__lineup-heading2Wrap {
  margin-bottom: 90px;
}
.product-detail__lineup__heading3 {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.4rem;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  margin-bottom: 30px;
}
.product__lineup__heading3--link {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.product-detail__lineup__txt {
  margin-bottom: 54px;
}

.product-detail__lineup-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.product-detail__lineup__list-item {
  list-style: "・";
  list-style-position: inside;
}

.product-detail__linup-imags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.product-detail__lineup__imgWrap {
  padding: 35px;
  aspect-ratio: 1/1;
  border: 1px solid #8F8F8F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-detail__lineup__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-detail__lineup__img-name {
  position: absolute;
  left: 11px;
  bottom: 8px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
}
.pDetail-product-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.pDetail-product-2col__table {
  width: 100%;
}

.pDetail-product-2col__table th {
  padding: 12px 15px;
  width: 40%;
  border: solid 1px black;
  font-size: 16px;
  background-color: #F4F4F4;
}

.pDetail-product-2col__table td {
  padding: 12px 15px;
  width: 60%;
  border: solid 1px black;
  font-size: 16px;
}

.product-detail__feature {
  background-color: #ffffff;
}

.product-detail__feature__content:not(:last-child) {
  margin-bottom: 100px;
}

.product-detail__feature {
  margin-bottom: 200px;
}
.product-detail__feature__num {
  font-size: 19px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: solid 1px #818181;
  margin-bottom: 48px;
}
.product-detail__feature__heading3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.product-detail__feature__heading3 .note {
  font-size: 22px;
  font-weight: 400;
}
.product-detail__feature__txt {
  margin-bottom: 20px;
}

.product-detail__feature__txt-header {
  margin-bottom: 16px;
}

.product-detail__feature__img-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6455026455vw 5.291005291vw;
  position: relative;
}
.product-detail__feature__2col {
  display: flex;
}

.product-detail__feature__2col .product-detail__feature__txt {
  flex: 1;
}

.product-detail__feature__2colmg {
  flex: 0 0 365px;
}

.product-detail__feature__img-content-wide {
  grid-template-columns: 1fr;
}

.product-detail__feature-list li {
  list-style: "・";
  list-style-position: inside;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.product-detail__feature__imgWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-detail__feagure-imageCaption {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  line-height: 2.1;
}

.product-detail__feature__imgWrap--border img {
  border-radius: 5px;
  border: solid 1px #8F8F8F;
}

.product-detail__feature__arrow {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border-left: 20px solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.product-detail__feature__altArrow {
  content: "";
  top: calc(50% - 21px);
  left: calc(50% - 31.5px);
  width: 63px;
  height: 42px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='43' viewBox='0 0 63 43' fill='none'%3E%3Cpath d='M42 0.953125V42.5782L62.7923 21.7577L42 0.953125Z' fill='black'/%3E%3Cpath d='M20.793 0.953125V42.5782L0.000671387 21.7577L20.793 0.953125Z' fill='black'/%3E%3Crect x='18' y='14.9531' width='26' height='15' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product-detail__feature__tableTitle {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 23px;
  font-weight: 300x;
}

.product-detail__tableWrap {
  width: 100%;
}
.pDetail-feature-table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.pDetail-feature-table tbody {
  height: 100%;
  position: relative;
}

.pDetail-feature-table th,
.pDetail-feature-table td {
  padding: 20px 16px 0;
  font-size: 15px;
  line-height: 1.7;
}
.pDetail-feature-table th {
  left: 0;
  width: 10%;
  height: 100%;
  background-color: #ffffff;
}
.pDetail-feature-table td {
  width: 30%;
  height: 100%;
}
.pDetail-feature-table th > div {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: solid 1px #5C5C5C;
}
.pDetail-feature-table td > div {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: solid 1px #BDBDBD;
}
.product-detail__option {
  padding-top: 120px;
  padding-bottom: 102px;
  background: linear-gradient(153deg, #EAEAEA -1.05%, #F7F7F7 100%);
}
.product-detail__option__txtWrap {
  margin-bottom: 65px;
}
.product-detail__option__txtWrap,
.product-detail__option__content {
  display: flex;
  gap: 60px;
}
.product-detail__option-heading2Wrap,
.product-detail__option__imgWrap {
  flex: 0 1 298px;
}
.product-detail__option__imgWrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.product-detail__option-txt,
.product-detail__option__aboutWrap {
  flex: 1;
}

.product-detail__option__content:not(:last-child) {
  margin-bottom: 70px;
}
.product-detail__option__aboutWrap {
  padding-top: 30px;
  border-top: solid 1px;
}

.product-detail__option__heading3 {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 14px;
}
.product-detail__optionLinkWrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.product-detail__operation {
  padding-top: 120px;
  padding-bottom: 102px;
  background-image: url(../imgs/products/operation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.product-detail__operation--pb150 {
  padding-bottom: 150px;
}

.product-detail__operation--video {
  margin-top: -400px;
  margin-bottom: 222px;
  padding-top: 530px;
}
.product-detail__operation-txt {
  color: #ffffff;
}

.product-detail__oerationInner {
  padding: 47px 60px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
}
.product-detail__operation-contentInner {
  display: flex;
  gap: 46px;
  margin-bottom: 64px;
}
.product-detail__operation-heading3 {
  flex: 1 0 auto;
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
}
.product-detail__operation-text {
  flex: 0 1 auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.2;
  color: #ffffff;
}
.product-detail__operation__imgWrap img {
  border-radius: 15px;
}
.product-detail__spec {
  padding-top: 120px;
  padding-bottom: 102px;
  background-color: #ffffff;
}
.tableWrap {
  width: 100%;
  max-width: 1155px;
  overflow: scroll;
}
.pDetail-spec-table {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.pDetail-spec-table tbody {
  height: 100%;
  position: relative;
}

.pDetail-spec-table th,
.pDetail-spec-table td {
  padding: 20px 16px 0;
  height: 100%;
  font-size: 15px;
  line-height: 1.7;
}
.pDetail-spec-table th {
  position: sticky;
  left: 0;
  width: 220px;
  min-width: 220px;
  background-color: #ffffff;
}
.pDetail-spec-table th > div {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: solid 1px #5C5C5C;
}
.pDetail-spec-table td {
  width: 440px;
  min-width: 440px;
}
.pDetail-spec-table td > div {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: solid 1px #BDBDBD;
}
.pDetail-spec-table__headerWrap {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.pDetail-spec-table__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 57px;
  height: 57px;
}
.pDetail-spec-table__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pDetail-spec-table__name {
  padding-bottom: 5px;
  font-size: 36px;
  font-weight: 100;
  font-family: "Geist", sans-serif;
  line-height: 1;
}
.product-demo__linkWrap {
  display: flex;
  justify-content: flex-end;
}

.product-demo-tel {
  -webkit-text-size-adjust: 100%;
}

.product-demo-wrap {
  margin-bottom: 150px;
}

.product-demo-2colWrap {
  margin-bottom: 100px;
}

.product-demo-heading {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
}

.product-demo-processWrap {
  margin-bottom: 100px;
}

.product-demo-step {
  margin-bottom: 80px;
}

.product-demo-step__text {
  margin-bottom: 60px;
}

.product-demo-step__heading {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: solid 1px black;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

.product-demo-step__heading .en {
  display: inline-block;
  margin-right: 16px;
  font-family: "Geist", sans-serif;
}

.product-demo-access-2col {
  display: flex;
  gap: 40px;
}

.product-demo-access-2col__map {
  flex: 0 0 425px;
  height: 325px;
}

.product-demo-access-2col__map > iframe {
  width: 100%;
  height: 100%;
}

.product-demo-access-2col__content {
  flex: 1;
}

.product-detail-2col__linkWrap {
  display: flex;
  justify-content: flex-end;
}

.product__mv {
  height: -moz-fit-content;
  height: fit-content;
  background-image: url(../imgs/products/main_mv_bg.png);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.product-mvInner {
  display: flex;
  justify-content: flex-start;
}
.l-wrap--product-mv {
  padding-top: 9.2592592593vw;
}
.bread-section--lower {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 50px;
}

.bread-section--ltGray {
  background-color: #F1F1F1;
  padding-bottom: 20px;
}

.product-lineup {
  background-color: #F4F4F4;
}

.l-wrap--product {
  padding-top: 100px;
  margin-bottom: 100px;
}

.l-section--line-image {
  margin-bottom: 0;
  background: linear-gradient(98deg, #0E242F 21.06%, #1A1A1B 71.06%);
}

.l-wrap--line-image {
  padding-top: 131px;
  padding-bottom: 133px;
}

.product-heading__txtWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-searchWrap {
  margin-bottom: 180px;
  padding: 16px;
  border-radius: 6px;
  background-color: gray;
  background-image: url(../imgs/products/search_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-search-inputWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 50px 50px 20px;
  border-radius: 6px;
  background-color: #ffffff;
}

.product-search-left fieldset {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.product-search-left fieldset:last-child {
  margin-bottom: 0;
}

.product-search-left fieldset label {
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.product-search-left select {
  padding: 10px 16px;
  font-size: 17px;
  border: solid 1px #C6C6C6;
  border-radius: 4px;
}

.product-search-right legend {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.product-checkWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.product-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.product-search-submit button {
  display: block;
  margin: auto;
  padding: 24px;
  width: 380px;
  color: #ffffff;
  background-color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.product-search-reset {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding: 0 50px 15px;
  text-align: center;
  background-color: #ffffff;
}

.product-search-reset button {
  padding: 10px 20px;
  min-width: 180px;
  border-radius: 5px;
  border: solid 1px #000;
  background-color: #ffffff;
}

.product-search-err {
  display: none;
  padding: 20px;
  color: red;
  text-align: center;
}

.product-search-err.active {
  display: block;
}

.product-unitWrap.none {
  display: none;
}

.product__lineup__heading3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.4rem;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  margin-bottom: 60px;
}
.product__lineup__heading3.inactive {
  display: none;
}

.product-lineup__heading4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.product-lineup__heading4.inactive {
  display: none;
}

.product-lineup__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  width: 100%;
  border-bottom: solid 1px #CACACA;
}

.product-lineup__list--noBb {
  border-bottom: none;
}

.product-lineup__list.inactive {
  display: none;
}

.product-lineup__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  border-radius: 7px;
  background-color: #ffffff;
  min-width: 0;
  transition: background-color 0.3s ease-in;
}

.product-lineup__list-item:hover {
  background-color: #E4E4E4;
}

.product-lineup__list-item--demo {
  border-radius: 10px;
  border: solid 1px #8F8F8F;
}

.product-lineup__list-item.inactive {
  display: none;
}

.product-lineup__list-imgWrap {
  width: 100%;
  aspect-ratio: 1.03;
}

.product-lineup__list-txtWrap {
  padding: 14px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #234768;
}

.product-lineup__list-model {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.product-lineup__list-name {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
}

.quality-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
}

.quality-policyWrap {
  padding-left: 60px;
  padding-right: 60px;
}

.quality-policy__unit {
  margin-bottom: 69px;
}

.quality-policy__heading {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: solid 1px black;
  font-size: 19px;
  font-weight: 400;
}

.quality-policy__heading .no {
  display: inline-block;
  width: 60px;
  font-family: "Geist", sans-serif;
}

.quality-policy__text {
  font-size: 14px;
  line-height: 2.1;
}

.quality-policy__signitureWrap {
  display: flex;
  justify-content: flex-end;
}

.quality-policy__signitureText {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.quality-data-tableWrap {
  margin-bottom: 60px;
}

.quality-data-table {
  width: calc(100% - 100px);
  height: 100%;
  overflow: hidden;
}

.quality-data-table--mb100 {
  margin-bottom: 100px;
}

.quality-data-table th,
.quality-data-table td {
  padding: 20px 16px 0;
  font-size: 15px;
  line-height: 1.7;
}
.quality-data-table th {
  position: sticky;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #ffffff;
}
.quality-data-table th > div {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: solid 1px #5C5C5C;
}
.quality-data-table td {
  width: 35%;
}
.quality-data-table td > div {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: solid 1px #BDBDBD;
}
.quality-certWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}

.quality-cert__image {
  margin-bottom: 15px;
}

.quality-cert__title {
  font-size: 29px;
}

.quality-service-wrap {
  margin-bottom: 150px;
}

.guality-service-heading {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #595959;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.3;
}

.quality-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 150px;
}

.quality-2col:last-child {
  margin-bottom: 0;
}

.quality-2col__text {
  font-size: 16px;
  line-height: 2.1;
}

.quality-2col__imageWrapp {
  padding-left: 40px;
}

.quality-supplyWrap {
  padding-left: 60px;
  padding-right: 60px;
}

.quality-supplyInner {
  padding: 40px 50px 50px;
  border: solid 1px black;
}

.quality-supply__upper {
  margin-bottom: 50px;
}

.quality-supply__heading {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.quality-supply__para {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
}

.quality-supply__para:last-child {
  margin-bottom: 0;
}

.quality-supply-imageWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 138px;
}

.quality-supply-card__image {
  margin-bottom: 10px;
}

.quality-supply-card__name {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.quality-supply-card__note {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.1;
}

.qality-qa-blockWrap {
  margin-bottom: 150px;
}

.quality-qa-block {
  margin-bottom: 20px;
}

.quality-qa__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #ECF6FB;
}

.quality-qa__content,
.quality-qa__sub-content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.quality-qa__content.open {
  padding-bottom: 20px;
}

.quality-qa__sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.quality-qa__sub-header.open {
  margin-bottom: 20px;
}

.quality-qa__subheader-content {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.quality-qa__sub-header .q {
  flex: 0 0 24px;
  font-size: 24px;
  font-family: "Geist", sans-serif;
}

.quality-qa-wrap {
  padding: 12px;
  height: auto;
  border-bottom: solid 1px #BFBFBF;
  background-color: #ffffff;
}

.quality-qa__sub-content {
  padding-left: 20px;
  padding-bottom: 0;
}

.quality-qa__sub-content.open {
  padding-bottom: 20px;
}

.quality-qa__header .icon,
.quality-qa__sub-header .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.quality-qa__header .icon span,
.quality-qa__sub-header .icon span {
  position: absolute;
  left: 0;
  transition: opacity 0.3s, transform 0.3s;
  font-size: 20px;
}

.quality-qa__sub-header .icon span {
  top: -10px;
}

.quality-qa__header .plus,
.quality-qa__sub-header .plus {
  opacity: 1;
  transform: rotate(0deg);
}

.quality-qa__header .minus,
.quality-qa__sub-header .minus {
  opacity: 0;
  transform: rotate(90deg);
}

.quality-qa__header.open .plus,
.quality-qa__sub-header.open .plus {
  opacity: 0;
  transform: rotate(90deg);
}

.quality-qa__header.open .minus,
.quality-qa__sub-header.open .minus {
  opacity: 1;
  transform: rotate(0deg);
}

.quality-qa__link-wrap {
  padding-top: 20px;
}

.quality-qa-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 20px;
  width: calc(100% - 160px);
  aspect-ratio: 930/320;
  max-width: 930px;
  background-image: url(../imgs/quality/qa_link_bg.png);
  color: #ffffff;
}

.quality-qa-banner__title {
  font-size: 60px;
  font-weight: 100;
  line-height: 1.3;
}

.quality-qa-banner__title-sub {
  font-size: 33px;
  font-weight: 100;
  line-height: 1.3;
}

.quality-qa-banner__linkWap {
  display: flex;
  justify-content: flex-end;
}

.reason-top-heading-en {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5;
  background: linear-gradient(95deg, #72BFD7 16.08%, #006FFF 93.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reason-top-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.reason-top__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 2.2;
  color: #ffffff;
}

.reason-top__image {
  width: calc(100% + 50px);
  height: auto;
  max-width: none;
}

.reason-top__imageWrap {
  overflow: visible;
}

.reason-content-headingWap {
  margin-bottom: 80px;
}

.reason-content-2col {
  display: flex;
  gap: 80px;
  margin-bottom: 120px;
  padding-bottom: 120px;
  border-bottom: solid 1px black;
}

.reason-content-2col:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.reason-2col__inner {
  flex: 1;
}

.reason-2col__inner--minor {
  flex: 0 0 33%;
}

.reason-2col__heading {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.1;
  text-underline-offset: 10px;
  text-decoration: underline;
}

.reason-2col__text {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.form-innerTable {
  width: 100%;
}

.form-innerTable tr th {
  width: 90px;
  padding-right: 0;
  padding-left: 0;
}

.form-innerTable tr td {
  padding-right: 0;
  padding-left: 0;
}

.recruit-desc-tableWrap {
  margin-bottom: 60px;
}

.recruit-desc-table {
  width: calc(100% - 100px);
  height: 100%;
  overflow: hidden;
}

.recruit-desc-table--mb100 {
  margin-bottom: 100px;
}

.recruit-desc-table th,
.recruit-desc-table td {
  padding: 20px 16px 0;
  font-size: 15px;
  line-height: 1.7;
}
.recruit-desc-table th {
  width: 200px;
  height: 100%;
  background-color: #ffffff;
}
.recruit-desc-table th > div {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: solid 1px #5C5C5C;
}
.recruit-desc-table td > div {
  padding-bottom: 20px;
  height: 100%;
  border-bottom: solid 1px #BDBDBD;
}
.recruit-desc-tabWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 80px;
  padding: 0 60px;
  border-bottom: solid 1px #818181;
}

.recruit-desc-tab {
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  border-bottom: solid 6px transparent;
  transition: border 0.3s ease-in;
}

.recruit-desc-tab:hover {
  cursor: pointer;
  border-bottom: solid 6px black;
}

.recruit-desc-tab.current {
  border-bottom: solid 6px black;
}

.recruit-desc-headengWrap {
  margin-bottom: 120px;
}

.recruit-desc-contentWrap {
  margin-bottom: 120px;
  overflow: hidden;
}

.recruit-desc-contentWrap {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.recruit-desc-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.recruit-desc-content.current {
  height: auto;
  opacity: 1;
}

.post-password-form p {
  margin-bottom: 40px;
  text-align: center;
}

.post-password-form input[type=password] {
  border-radius: 5px;
  border: solid 1px #818181;
}

.post-password-form p label {
  display: block;
  margin-bottom: 60px;
}

.post-password-form input[type=submit] {
  display: block;
  margin: 0 auto;
  padding: 18px 30px;
  width: 250px;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Albert Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  background-color: black;
  text-align: center;
}

.se-top-section-text {
  height: 100%;
  font-size: 16px;
  line-height: 2;
}

.se-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 60px;
}

.se-link .c-btn {
  width: 100%;
}

.se-link .c-btn p {
  display: flex;
}

.se-top-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 150px;
}

.se-top-banner__card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.se-top-banner__card:hover {
  background-color: #D5D5D5;
}

.se-top-banner_image img {
  width: 100%;
  aspect-ratio: 298/160;
}

.se-top-banner__title {
  font-size: 29px;
  line-height: 1.3;
  letter-spacing: 1.7px;
}

.se-top-banner__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.release-message {
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.1;
}

.release-confirmation {
  margin-bottom: 200px;
}

.release-confirmation__heading2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 60px;
  text-align: center;
}

.release-confirmation__message {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.1;
  text-align: center;
}

.release-confirmation__subHeading {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: solid 1px #818181;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.release-confirmation__text {
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.release-confirmation__link-text {
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}

.releaase-confirmation__link {
  display: block;
  margin: 0 auto;
}

.se-nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-bottom: 118px;
}

.se-nav-link {
  flex: 0 0 25%;
}

.se-nav-link a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.se-nav-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 24px #D9D9D9;
  border-left: solid 33px transparent;
  border-right: solid 33px transparent;
  pointer-events: none;
  transition: border 0.3s ease-in-out;
}

.se-nav-link a:hover::after {
  border-top: solid 24px #A4A4A4;
}

.release-versionWrap {
  margin-bottom: 150px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.release-version {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.release-manualHeaderWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.release-manualHeader {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.release-manualHeader > div {
  padding: 40px 20px;
  border-bottom: solid 1px #D5D5D5;
  font-size: 18px;
  font-weight: 400;
}

.release-manualHeader > div.header {
  padding-left: 12px;
  border-bottom: solid 1px #5C5C5C;
}

.release-manualContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.release-manualUnit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.release-manualUnit > div {
  padding: 40px 20px;
  border-bottom: solid 1px #D5D5D5;
}

.release-manualUnit > div.header {
  padding-left: 12px;
  border-bottom: solid 1px #5C5C5C;
}

.release-manualUnit .dl-link {
  width: 100%;
  min-width: 0;
}

.se-block {
  margin-bottom: 120px;
}

.se-heading {
  margin-bottom: 40px;
  padding: 10px 16px 20px;
  border-bottom: solid 1px #2C2C2C;
  font-size: 32px;
  font-weight: 100;
}

.se-description {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.4;
}

.se-description p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.se_text {
  margin-bottom: 10px;
}

.se_text:last-child {
  margin-bottom: 0;
}

.dl-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px;
  padding: 10px 13px 10px 26px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 13px;
  line-height: 1.3;
  color: white;
  background-color: #090057;
  padding: 15px 13px 15px 26px;
  background-color: #2A5B7C;
}

.dl-link:hover {
  cursor: pointer;
}

.dl-link:last-child {
  margin-bottom: 0;
}

.dl-link::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M16.7931 13.25V15.375C16.7931 15.961 16.3165 16.4375 15.7306 16.4375H2.98056C2.39459 16.4375 1.91806 15.961 1.91806 15.375V13.25C1.91806 12.9568 2.15606 12.7188 2.44931 12.7188C2.74256 12.7188 2.98056 12.9568 2.98056 13.25V15.375H15.7306V13.25C15.7306 12.9568 15.9686 12.7188 16.2618 12.7188C16.5551 12.7188 16.7931 12.9568 16.7931 13.25Z' fill='white'/><path d='M5.26123 9.37559C5.05351 9.16788 5.05351 8.83213 5.26123 8.62441C5.46895 8.41669 5.8047 8.41669 6.01241 8.62441L8.82432 11.4363V3.15625C8.82432 2.863 9.06232 2.625 9.35557 2.625C9.64882 2.625 9.88682 2.863 9.88682 3.15625V11.4363L12.6987 8.62441C12.9064 8.41669 13.2422 8.41669 13.4499 8.62441C13.6576 8.83213 13.6576 9.16788 13.4499 9.37559L9.73116 13.0943C9.52079 13.3053 9.18345 13.2983 8.97945 13.0943L5.26123 9.37559Z' fill='white'/></svg>") no-repeat center center;
  background-size: contain;
}

.dl-comment {
  margin-bottom: 15px;
}

.se-table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.se-table td.strech {
  width: 100%;
}

.se-table tbody {
  height: 100%;
  position: relative;
}

.se-table th,
.se-table td {
  padding: 30px 7px 0;
  height: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.se-table th.header,
.se-table td.header {
  font-size: 18px;
  font-weight: 400;
}

.se-table th {
  position: sticky;
  left: 0;
  width: 220px;
  min-width: 220px;
  height: 100%;
  font-weight: 300;
  background-color: #ffffff;
}
.se-table th > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px 20px;
  height: 100%;
  border-bottom: solid 1px #5C5C5C;
}
.se-table td {
  min-width: 200px;
}
.se-table td > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px 30px;
  height: 100%;
  border-bottom: solid 1px #D5D5D5;
}
.se-table td.no-border > div {
  border-bottom: solid 1px transparent;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-content {
  display: none;
  /* 初期は非表示 */
}

video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: center center;
}

.top-bg {
  background: linear-gradient(178deg, #171717 -0.13%, #252525 97.31%);
}

.top-mv {
  width: 100vw;
  height: 100vh;
  padding: 0 64px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(98deg, #0E242F 21.06%, #1A1A1B 71.06%);
  color: #ffffff;
}
#canvas-basic {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-mv__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}
.top-mv__txt {
  font-size: 1.5873015873vw;
  font-weight: 400;
  margin-bottom: 7.2751322751vw;
  letter-spacing: 0.1rem;
}
.top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.top-mv__bg.active {
  opacity: 1;
  transform: scale(1);
}

.top-mv__bg.leave {
  transform: scale(1);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

#top-mv__bg-4 {
  background-image: url(../imgs/top/mv_bg_assembly.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#top-mv__bg-5 {
  background-image: url(../imgs/top/mv_bg_procure.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-mv__imgWrap {
  position: absolute;
  top: 55%;
  right: 45%;
  height: 80%;
  aspect-ratio: 1/1;
  transform: translate(50%, -50%);
}
.top-mv__img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) scale(1.1);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-mv__img.active {
  transform: translate(50%, -50%) scale(1);
  opacity: 1;
}

.top-mv__img.leave {
  transform: translate(50%, -50%) scale(1);
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

#top-mv__img-1 {
  width: 27.9100529101vw;
}
#top-mv__img-2 {
  width: 19.3783068783vw;
}
#top-mv__img-3 {
  width: 31.746031746vw;
}
.top-mv__imageName-content {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 13.2275132275vw;
  line-height: 1.4;
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.top-mv__imageName-content.active {
  opacity: 1;
}

.top-mv__imgNameWrap {
  position: absolute;
  top: 50%;
  left: 80vw;
}
.top-mv__imgName--bottom {
  position: absolute;
  bottom: -8vh;
  left: 0;
}
.top-mv__newsWrap {
  position: relative;
}

.top-mv__newsWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(199, 199, 199, 0.62);
}

.top-mv__newsInner {
  display: flex;
  gap: 1.0582010582vw;
  align-items: center;
  padding-bottom: 1.917989418vw;
  padding-left: 0.8597883598vw;
}

.top-mv__newsLabel {
  font-family: "Geist", sans-serif;
  font-size: 0.7275132275vw;
  font-weight: 400;
  color: #C7C7C7;
  line-height: 1;
}

.top-mv__newsContent {
  display: flex;
  gap: 0.6613756614vw;
  align-items: center;
}

.top-mv__news__date {
  font-size: 0.8597883598vw;
  font-weight: 200;
  font-family: "Geist", sans-serif;
  color: #D2D2D2;
  line-height: 1;
}

.top-mv__news__ttl {
  color: #C4C4C4;
  font-size: 0.9920634921vw;
  font-weight: 400;
  line-height: 1;
}

.top-label {
  font-size: 15px;
  border-bottom: solid 1px;
  padding-bottom: 12px;
  display: inline-block;
  margin-bottom: 37px;
}

.top-news {
  color: #ffffff;
  padding-top: 187px;
  padding-bottom: 224px;
}
.top-news__headingWrap {
  display: flex;
  gap: 11.9047619048vw;
  margin-bottom: 140px;
}

.top-news__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7.9365079365vw;
  margin-bottom: 60px;
}

.top-news__container > * {
  min-width: 0;
}
.top-news__ttlWrap {
  margin-bottom: 80px;
}

.top-news__heding3--en {
  font-size: 52px;
  font-family: "Geist", sans-serif;
  font-weight: 100;
}
.top-news__heading3 {
  font-size: 28px;
  font-weight: 250;
}
.top-news__list__item {
  overflow: hidden;
  border-bottom: solid 1px #303030;
}

.top-news__list__item:first-child {
  border-top: solid 1px #303030;
}

.top-news__list__link {
  padding: 26px 0;
  display: inline-block;
  width: 100%;
}

.top-news__list__date {
  font-size: 13px;
  font-weight: 200;
  font-family: "Geist", sans-serif;
  margin-bottom: 4px;
  display: inline-block;
}

.top-news__list__txt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}

.top-news__btnWrap {
  text-align: end;
}

.top-reason {
  color: #ffffff;
  padding-top: 187px;
  padding-bottom: 224px;
  background-color: #000;
}
.top-reason__container {
  display: flex;
  align-items: center;
  gap: 7.2751322751vw;
}
.top-reason__txtWrap {
  flex: 1;
}

.top-reason__imgWrap {
  flex: 0 1 50%;
  position: relative;
  height: 800px;
  overflow: visible;
}
.top-reason__imgMain {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
}
.top-reason__imgSub {
  position: absolute;
  bottom: 0;
  right: 60%;
  width: 320px;
}
.top-products {
  background: linear-gradient(107deg, #2F2F2F 0%, #696969 101.7%);
  color: #ffffff;
  padding-top: 139px;
  padding-bottom: 92px;
}
.top-products__headingWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 43px;
}
.top-products__imgWrap {
  position: relative;
}

.top-products__imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floating-img {
  position: absolute;
}
.floating-img--1 {
  top: -5%;
  left: 53.5%;
}

.floating-img--2 {
  top: -4%;
  left: 62.5%;
}

.floating-img--3 {
  top: 14%;
  left: 73.5%;
}

.floating-img--4 {
  top: 31%;
  left: 89%;
}

.floating-img--5 {
  top: 17%;
  left: 52.5%;
}

.floating-img--6 {
  top: 34%;
  left: 69%;
}

.floating-img--7 {
  top: 69%;
  left: 84%;
}

.floating-img--8 {
  top: 39%;
  left: 49%;
}

.floating-img--9 {
  top: 29%;
  left: 17%;
}

.floating-img--10 {
  top: 55%;
  left: 19%;
}

.floating-img--11 {
  top: 92%;
  left: 41%;
}

.floating-img--12 {
  top: 65%;
  left: 47.5%;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  height: auto;
}

.top-service__swiper {
  width: 100vw;
}

.l-wrap--swiper {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.top-service__headingWrap {
  margin-bottom: 45px;
}

.top-service__heading2 {
  font-family: "Geist", sans-serif;
  font-weight: 100;
}

.top-service__txtWrap {
  display: flex;
  justify-content: space-between;
  gap: 9.9206349206vw;
  margin-bottom: 55px;
}
.top-service__item {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 24px 32px 24px;
  color: #000;
}

.top-service__num {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 32px;
}

.top-service__ttl {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 12px;
}

.top-service__ttl--en {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
}

.top-service__linkWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.top-service__imgWrap {
  aspect-ratio: 278/186;
  border-radius: 7px;
  overflow: hidden;
}

.top-service__imgWrap img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-quality {
  background-image: url(../imgs/top/quality.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
  color: #ffffff;
}
.top-quality.active {
  background-image: url(../imgs/top/quality_active.jpg);
}

.top-recruit__container {
  display: flex;
  align-items: flex-start;
  gap: 5.291005291vw;
}
.top-recruit__imgWrap {
  flex: 0 1 60%;
  border-radius: 6px;
  overflow: hidden;
}
.top-company {
  background: linear-gradient(178deg, #171717 -0.13%, #2C2C2C 97.31%);
  color: #ffffff;
  position: relative;
}

.top-company::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 90%;
  content: "";
  background-color: transparent;
}

.top-company__container {
  display: flex;
  gap: 6.6137566138vw;
  z-index: 10;
  position: relative;
  margin-left: calc(50% - 50vw);
}
.top-company__imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top-company__txtWrap {
  padding-top: 95px;
  padding-bottom: 130px;
}
.top-company__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.top-company__link {
  position: relative;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.top-company__link::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../imgs/top/company-arrow.svg) no-repeat center/contain;
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
}

.top-company__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.top-company__link:hover:after {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  /* pc最大 横の画面幅-1920px以上 */
  .l-wrap--nav2nd {
    max-width: 1520px;
  }
}

@media screen and (min-width: 1400px) {
  /* pc最大 横の画面幅-1367px以上 */
  .footer-product__unit {
    padding-right: 60px;
  }
  .footer-product__unit--right {
    padding-right: 0;
    padding-left: 60px;
  }
  .aoi-lighting {
    margin-left: 81px;
    width: calc(100vw - 81px);
  }
  .l-wrap--aoi-lighting {
    transform: translateX(-40.5px);
  }
}

@media screen and (max-width: 1600px) {
  /* 画面幅-1600px */
  .header-nav__wrap--2nd {
    top: 3.9682539683vw;
  }
}

@media screen and (max-width: 1240px) {
  /* 画面幅-1240px */
}

@media screen and (max-width: 1024px) {
  /* iPad 横の画面幅-1024px */
  p {
    font-size: 14px;
    line-height: 1.8;
  }
  a,
  tr,
  th,
  td {
    font-size: 14px;
  }
  li {
    font-size: 14px;
  }
  .l-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc-only {
    display: none;
    visibility: hidden;
  }
  .sp-only {
    display: block;
    visibility: visible;
  }
  .footer-product {
    grid-template-columns: 1fr;
  }
  .footer-product__unit {
    padding-right: 0;
    border-right: none;
  }
  .footer-product__unit--right {
    padding-left: 0;
  }
  .foote-cta__headingWrap {
    flex-direction: column;
    gap: 0;
  }
  .form-txt {
    padding: 24px 20px;
    font-size: 14px;
    text-align: start;
  }
  .form-headWrap {
    gap: 56px;
  }
  .form-headItem {
    font-size: 14px;
  }
  .form-headItem:nth-child(1) span::before, .form-headItem:nth-child(2) span::before {
    width: 74px;
  }
  .form-headItem.current {
    font-size: 14px;
  }
  .form-wrap {
    padding-left: 20px;
  }
  .form-noticeWrap {
    padding: 24px 24px;
  }
  .form-notice__ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .form-notice__txt {
    font-size: 14px;
  }
  .form-table th {
    margin-bottom: 6px;
  }
  .form-table label {
    font-size: 15px;
  }
  .form-input,
  .form-select {
    padding: 8px 10px;
  }
  .form-must {
    font-size: 10px;
    padding: 0 4px;
    left: -35px;
  }
  .form-selectWrap .wpcf7-form-control-wrap::before {
    right: 4px;
    border-top: solid 7px currentColor;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
  }
  .form-select {
    width: 75px;
  }
  .form-select__txt {
    padding: 6px;
  }
  .form-table .form-check span.wpcf7-list-item,
  .wpcf7-acceptance span.wpcf7-list-item {
    margin-bottom: 8px;
    margin-left: 30px;
  }
  .form-table .form-check label,
  .wpcf7-acceptance label {
    padding-left: 0;
  }
  .form-table .form-check .wpcf7-list-item-label,
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
  }
  .form-table .form-check .wpcf7-list-item-label::before,
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
    left: -20px;
    top: 2px;
  }
  .form-table .form-check input:checked + .wpcf7-list-item-label::after,
  .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
    width: 16px;
    height: 16px;
    top: 1px;
  }
  .form-table .form-check a,
  .wpcf7-acceptance a {
    font-size: 13px;
  }
  .form-btn {
    font-weight: 500;
    font-size: 13px;
    padding: 14px 60px 14px 24px;
    min-width: 206px;
  }
  .form-thanks__content {
    margin-bottom: 64px;
  }
  .form-thanks__ttl {
    text-align: start;
    font-size: 24px;
    margin-bottom: 24px;
  }
  .form-thanks__txt {
    font-size: 14px;
  }
  header {
    padding: 20px 20px;
  }
  header.panelactive {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
    display: block;
    width: 100vw;
    background-color: #ffffff !important;
    opacity: 1 !important;
  }
  header.panelactive .header-logoContent2 {
    margin-bottom: 30px;
  }
  header.panelactive .header-logoContent2 .wht {
    display: none;
  }
  header.panelactive .header-logoContent2 .blk {
    display: inline;
  }
  header.panelactive .header-nav {
    height: auto;
  }
  header.panelactive .header-navContent {
    display: block;
  }
  header.panelactive .header-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  header.panelactive .header-nav__item.plus {
    width: 100%;
  }
  header.panelactive .header-nav__link span {
    font-size: 20px;
  }
  header.panelactive .header-nav__item a {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: left;
  }
  header.panelactive .header-nav__btnWrap {
    gap: 13px;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  header.panelactive .header-btn {
    padding: 25px 25px;
    width: 100%;
  }
  header.panelactive .header-btn p {
    font-size: 16px;
  }
  header.panelactive .header-btn--wh {
    background-color: #000 !important;
  }
  header.panelactive .header-btn--wh::before {
    background-color: #000 !important;
  }
  header.panelactive .header-btn--wh p {
    color: #ffffff;
  }
  header.panelactive .header-btn--bk {
    background-color: #ffffff !important;
    border: solid 1px #000 !important;
  }
  header.panelactive .header-btn--bk::before {
    background-color: #ffffff !important;
  }
  header.panelactive .header-btn--bk p {
    color: #000;
  }
  header.panelactive .header-gtranslate_wrapper {
    margin-top: 0;
  }
  header.panelactive .header-gtranslate_inner {
    border: solid 1px #000;
  }
  header.panelactive .gtranslate-arrow::after,
  header.panelactive .gtranslate-arrow::before {
    background-color: #000;
  }
  header.panelactive .glink {
    color: #000 !important;
  }
  header.panelactive .header-nav__spInfo {
    display: block;
  }
  header.panelactive .header-nav__spTelWrap {
    margin-bottom: 30px;
  }
  header.panelactive .header-nav__spTelHeading {
    font-size: 18px;
  }
  header.panelactive .header-nav__spTel {
    font-family: "Geist", sans-serif;
    font-weight: 100;
    font-size: 50px;
    letter-spacing: -2.5px;
    text-align: center;
  }
  header.panelactive .header-nav__spHour {
    font-size: 14px;
    font-weight: 300;
  }
  header.panelactive .header-nav__spAdd {
    font-size: 13px;
  }
  header.panelactive .header-nav__spMap {
    font-size: 13px;
  }
  .header-nav__wrap--2nd {
    display: contents !important;
    opacity: 1;
    pointer-events: initial;
  }
  .header-nav__wrap-inner {
    display: contents !important;
  }
  .header-nav__headerWrap {
    display: none !important;
  }
  .header-nav__items {
    flex: none;
    padding: 0;
  }
  .header-nav-item__butotns--2nd {
    display: none;
  }
  .header-nav__2col-items {
    display: block;
  }
  .header-nav__2col-items--mb {
    margin-bottom: 10px;
  }
  .header-nav__item--2nd {
    margin-bottom: 10px;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 20px;
  }
  .header-nav__item--2nd a::before {
    display: none;
  }
  .header-nav__wrap--3rd {
    display: block;
    padding-left: 0;
  }
  .header-nav__item--3rd {
    margin-bottom: 10px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 0;
  }
  .header-nav__item--3rd a::before {
    display: none;
  }
  .header-nav-item__butotns--2nd {
    display: none;
  }
  .header-logoContent2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header-navContent {
    display: none;
  }
  .header-nav__list {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header-nav__item {
    display: block;
  }
  .header-nav__btnWrap {
    flex-direction: column;
    gap: 20px;
  }
  .header-gtranslate_wrapper {
    width: 90px;
    height: 42px;
    margin-top: 20px;
  }
  .header-gtranslate_inner {
    padding: 3px 27px 3px 15px;
  }
  .gtranslate-arrow {
    padding: 19px;
  }
  .gtranslate-arrow::after, .gtranslate-arrow::before {
    height: 7px;
  }
  .glink {
    font-size: 18px;
  }
  .c-scrollOuter {
    display: none;
    left: 0;
    width: 40px;
  }
  .c-scrollOuter--top {
    left: initial;
    right: 300px;
  }
  .c-scrollWrap {
    left: 20px;
  }
  .c-scroll {
    height: 60px;
  }
  .c-scroll__txt {
    top: -70px;
  }
  .top-heading1 {
    font-size: 50px;
  }
  .upper-btnWrap {
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
  }
  .ems-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-wpContent h1,
  .news-wpContent h2,
  .news-wpContent h3,
  .news-wpContent h4,
  .news-wpContent h5,
  .news-wpContent h6,
  .news-wpContent p,
  .news-wpContent ul,
  .news-wpContent ol,
  .news-wpContent a {
    margin-bottom: 16px;
  }
  .news-wpContent h1,
  .news-wpContent h2 {
    font-size: 24px;
  }
  .news-wpContent h3 {
    font-size: 20px;
  }
  .product-detail__linup-imags {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .top-mv__txtWrap {
    position: absolute;
    top: 100px;
    left: 0;
  }
  .top-mv__txt {
    font-size: 21px;
  }
  .top-mv__img {
    height: 65%;
    top: 60%;
  }
  #top-mv__img-1 {
    width: 450px;
  }
  #top-mv__img-2 {
    width: 420px;
  }
  #top-mv__img-3 {
    width: 490px;
  }
  .top-mv__imgNameWrap {
    left: 64px;
  }
  .top-mv__imgName--top {
    font-size: 20px;
  }
  .top-news {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .top-news__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .top-reason {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top-reason__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    height: 1350px;
  }
  .top-reason__imgMain {
    right: 10%;
  }
  .top-reason__imgSub {
    left: 10%;
  }
  .top-products {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top-products__headingWrap {
    flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
  .top-quality {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top-recruit__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .top-recruit__imgWrap {
    text-align: right;
  }
  .top-recruit__imgWrap img {
    width: 95%;
  }
  .top-company__container {
    flex-direction: column;
    gap: 0;
    margin-left: 0;
  }
  .top-company__imgWrap {
    position: relative;
    width: 95%;
    aspect-ratio: 1.3;
    overflow: hidden;
  }
  .top-company__imgWrap img {
    position: absolute;
    top: -100px;
    left: 0;
    display: block;
    width: 100%;
  }
  .top-company__txtWrap {
    margin-top: -50px;
  }
}

@media screen and (max-width: 896px) {
  /* iPhone XS Max/XR/11/11 Pro Max 横の画面幅-896px */
  .u-mb16 {
    margin-bottom: 8px;
  }
  .u-mb24 {
    margin-bottom: 16px;
  }
  .u-mb32 {
    margin-bottom: 24px;
  }
  .u-mb40 {
    margin-bottom: 24px;
  }
  .u-mb48 {
    margin-bottom: 24px;
  }
  .u-mb56 {
    margin-bottom: 40px;
  }
  .u-mb64 {
    margin-bottom: 48px;
  }
  .u-mb80 {
    margin-bottom: 64px;
  }
  .u-mb100 {
    margin-bottom: 80px;
  }
  .u-mb120 {
    margin-bottom: 80px;
  }
  .aoi-product-movieWrap {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100px;
  }
  .product-detail__product__movieWrap {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 667px) {
  /* iPhone 8/7/6s/6 横の画面幅-667px */
  .l-section {
    margin-bottom: 80px;
  }
  .foote-cta__btnWrap {
    gap: 10px;
  }
  .footer-cta__teWrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-wrap {
    display: grid;
    grid-template-areas: "link" "address" "logo";
    gap: 50px;
  }
  .footer-top {
    display: contents;
  }
  .footer-bottom {
    position: relative;
    grid-area: address;
  }
  .footer-logoWrap {
    grid-area: logo;
  }
  .footer-logo img {
    width: 65%;
  }
  .footer-nav {
    grid-area: link;
  }
  .footer-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
  }
  .footer-nav__list a {
    font-size: 12px;
  }
  .footer-address {
    margin-bottom: 0;
    font-size: 13px;
  }
  .footer-youtubeWrap {
    position: absolute;
    bottom: 0;
    right: 50px;
  }
  small {
    font-size: 8px;
    line-height: 8px;
  }
  .footer-copy__list {
    gap: 6px;
  }
  .footer-copy__item {
    font-size: 8px;
    line-height: 8px;
  }
  .footer-copy__link {
    font-size: 8px;
    line-height: 8px;
  }
  .lower-mv {
    height: -moz-fit-content;
    height: fit-content;
  }
  .lower-mvInner {
    flex-direction: column;
  }
  .lower-mvContent__index {
    margin-bottom: 18px;
    font-size: 9px;
  }
  .c-btn {
    padding: 9px 25px;
  }
  .c-btn--s {
    padding: 9px 18px;
  }
  .c-btn--xs {
    padding: 8px 15px;
  }
  .c-btn--2col {
    padding: 5px 8px;
    min-width: 0;
  }
  .c-btn--2col p {
    padding-right: 25px;
    font-size: 13px;
    width: 100%;
  }
  .c-btn--2col p::before {
    width: 20px;
  }
  .product__mv {
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-heading1 {
    font-size: 31px;
  }
  .top-heading2--en {
    font-size: 66px;
    margin-bottom: 15px;
  }
  .top-heading2 {
    font-size: 31px;
  }
  .c-heading2 {
    font-size: 20px;
  }
  .c-heading2--en {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .c-heading2--ja {
    font-size: 42px;
    margin-bottom: 16px;
  }
  .pDetail-compare-table th,
  .pDetail-compare-table td {
    padding: 16px 16px 0;
  }
  .pDetail-compare-table th {
    width: 120px;
    min-width: 120px;
    font-size: 11px;
    white-space: nowrap;
  }
  .pDetail-compare-table th > div {
    padding-bottom: 16px;
  }
  .pDetail-compare-table td {
    width: 200px;
    min-width: 200px;
    white-space: nowrap;
  }
  .pDetail-compare-table td > div {
    padding-bottom: 16px;
  }
  .pDetaio-option-soft-table th,
  .pDetaio-option-soft-table td {
    padding: 16px 16px 0;
  }
  .pDetaio-option-soft-table th {
    width: 120px;
    min-width: 120px;
    font-size: 11px;
    white-space: nowrap;
  }
  .pDetaio-option-soft-table th > div {
    padding-bottom: 16px;
  }
  .pDetaio-option-soft-table td {
    width: 200px;
    min-width: 200px;
    white-space: nowrap;
  }
  .pDetaio-option-soft-table td > div {
    padding-bottom: 16px;
  }
  .pDetail-discon__arrow {
    transform: rotate(90deg) translate(calc(-50% - 10px), calc(50% - 40px));
  }
  .product-ems-pcb__mv {
    height: -moz-fit-content;
    height: fit-content;
  }
  .ems-facility-tableWrap {
    max-width: 100%;
  }
  .ems-facility-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .ems-facility-table th,
  .ems-facility-table td {
    padding: 16px 16px 0;
  }
  .ems-facility-table th {
    width: 120px;
    min-width: 120px;
    font-size: 11px;
    white-space: nowrap;
  }
  .ems-facility-table th > div {
    padding-bottom: 16px;
  }
  .ems-facility-table td {
    width: 200px;
    min-width: 200px;
    white-space: nowrap;
  }
  .ems-facility-table td > div {
    padding-bottom: 16px;
  }
  .product-ems__mv {
    height: -moz-fit-content;
    height: fit-content;
  }
  .l-wrap--ems-mv {
    padding-top: 0;
  }
  .ems-mvInner {
    flex-direction: column;
  }
  .l-wrap--ems-case {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-aoi__mv {
    height: -moz-fit-content;
    height: fit-content;
  }
  .aoi-mvInner {
    flex-direction: column;
  }
  .l-wrap--aoi-mv {
    padding-top: 0;
  }
  .aoi-mvContent__headingMain {
    margin-bottom: 15px;
    font-size: 34px;
  }
  .aoi-mvContent__description {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .aoi-mvImage {
    flex: 0 1 350px;
  }
  .l-wrap--aoi-inspection {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .aoi-inspection__txtWrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .aoi-case-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .product-case__case-list-txtWrap {
    padding: 10px 11px 11px;
  }
  .product-case__list-num {
    margin-bottom: 8px;
  }
  .product-case__list-ttl {
    font-size: 16px;
  }
  .l-wrap--aoi-movie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .l-wrap--aoi-lighting {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .aoi-case-list--lighting {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
  .aoi-case__list-num {
    margin-bottom: 8px;
  }
  .product-detail__mv {
    height: -moz-fit-content;
    height: fit-content;
  }
  .pDetail-mvInner {
    flex-direction: column;
  }
  .l-wrap--pDetail-mv {
    padding-top: 80px;
  }
  .pDetail-mvContent__products {
    margin-bottom: 18px;
    font-size: 9px;
  }
  .pDetail-mvContent__headingSub {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .pDetail-mvContent__headingMain {
    margin-bottom: 15px;
    font-size: 34px;
  }
  .pDetail-mvContent__models {
    gap: 8px;
    margin-bottom: 0;
  }
  .pDetail-mvContent__models li {
    margin-bottom: 20px;
    padding: 6px 10px;
    font-size: 10px;
  }
  .pDetail-mvContent__description {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .pDetail-mvContent__tags {
    gap: 8px;
    margin-bottom: 20px;
  }
  .pDetail-mvContent__tags li {
    padding: 4px 12px;
    font-size: 10px;
  }
  .pDetail-mvImage {
    flex: 0 1 350px;
  }
  .pDetail-mvImage__image {
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .pDetail-mvImage__image img {
    height: 300px;
  }
  .pDetail-mvImage__thumbs {
    position: static;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
    width: 100%;
    height: 40px;
  }
  .pDetail-mvImage__thumbs > div {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .pDetail-mvImage__captionWrap {
    gap: 10px;
    padding-left: 0;
  }
  .pDetail-mvImage__captionLeft {
    flex: 0 0 100px;
  }
  .pDetail-mvImage__captionModel {
    margin-bottom: 7px;
    font-size: 10px;
  }
  .pDetail-mvImage__captionName {
    font-size: 14px;
  }
  .pDetail-mvImage__captionRight {
    padding: 10px 12px;
    border-radius: 2px;
  }
  .pDetail-mvImage__captionRight a {
    font-size: 11px;
  }
  .product-detail__product__txtWrap {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .product-detail__product__list {
    margin-left: 16px;
  }
  .c-heading2Wrap--product {
    margin-bottom: 36px;
  }
  .l-wrap--detail-product {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .l-wrap--detail-product--video {
    padding-bottom: 80px;
  }
  .product-detail__case {
    margin-top: -100px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-detail__case-ltGray {
    margin-top: -100px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-detail__case--video {
    margin-top: -100px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-detail__case--video-banner {
    margin-top: -100px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-detail__case--video-banner {
    margin-top: -100px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .c-header__txtWrap {
    flex-direction: column;
  }
  .c-heading2Wrap {
    width: 100%;
  }
  .product-detail__case__list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .product-detail__case__list-txtWrap {
    padding: 10px 10px 15px;
  }
  .product-detail__case__list-num {
    margin-bottom: 8px;
  }
  .product-detail__case__list-ttl {
    font-size: 16px;
  }
  .product-detail__lineup--video {
    margin-top: -100px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-detail__lineup__container {
    margin-bottom: 80px;
  }
  .product-detail__lineup__container:last-child {
    margin-bottom: 0;
  }
  .product-detail__lineup-heading2Wrap {
    margin-bottom: 64px;
  }
  .product-detail__lineup__heading3 {
    font-size: 20px;
    letter-spacing: 0.2rem;
  }
  .product-detail__linup-imags {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .product-detail__lineup__imgWrap {
    padding: 8px;
    width: 150px;
    margin: auto;
  }
  .product-detail__lineup__img-name {
    font-size: 10px;
    background-color: #ffffff;
  }
  .product-detail__feature {
    margin-bottom: 80px;
  }
  .product-detail__feature__num {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .product-detail__feature__heading3 {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .product-detail__feature__heading3 .note {
    font-size: 13px;
  }
  .product-detail__feature__img-content {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .product-detail__feature__arrow {
    transform: rotate(90deg) translate(calc(-50% - 10px), calc(50% - 40px));
  }
  .product-detail__tableWrap {
    max-width: 100%;
  }
  .pDetail-feature-table th,
  .pDetail-feature-table td {
    padding: 16px 16px 0;
  }
  .pDetail-feature-table th {
    width: 80px;
    min-width: 80px;
    font-size: 11px;
    white-space: nowrap;
  }
  .pDetail-feature-table td {
    width: 120px;
    min-width: 120px;
    white-space: nowrap;
  }
  .pDetail-feature-table th > div {
    padding-bottom: 16px;
  }
  .pDetail-feature-table td > div {
    padding-bottom: 16px;
  }
  .product-detail__option {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .product-detail__option__txtWrap {
    margin-bottom: 64px;
  }
  .product-detail__option__txtWrap,
  .product-detail__option__content {
    flex-direction: column;
    gap: 24px;
  }
  .product-detail__option-heading2Wrap,
  .product-detail__option__imgWrap {
    flex: 0 1 auto;
  }
  .product-detail__option__content:not(:last-child) {
    margin-bottom: 64px;
  }
  .product-detail__option__heading3 {
    font-size: 20px;
  }
  .product-detail__operation {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .product-detail__operation--video {
    margin-top: -100px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-detail__oerationInner {
    padding: 20px 20px;
  }
  .product-detail__operation-contentInner {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .product-detail__operation-heading3 {
    font-size: 18px;
  }
  .product-detail__operation-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .product-detail__operation__imgWrap img {
    border-radius: 8px;
  }
  .product-detail__spec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tableWrap {
    max-width: 100%;
  }
  .pDetail-spec-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .pDetail-spec-table th,
  .pDetail-spec-table td {
    padding: 16px 16px 0;
  }
  .pDetail-spec-table th {
    width: 120px;
    min-width: 120px;
    font-size: 11px;
    white-space: nowrap;
  }
  .pDetail-spec-table th > div {
    padding-bottom: 16px;
  }
  .pDetail-spec-table td {
    width: 200px;
    min-width: 200px;
    white-space: nowrap;
  }
  .pDetail-spec-table td > div {
    padding-bottom: 16px;
  }
  .pDetail-spec-table__headerWrap {
    flex-direction: column;
  }
  .pDetail-spec-table__image {
    width: 100%;
    text-align: left;
  }
  .pDetail-spec-table__image img {
    width: auto;
  }
  .pDetail-spec-table__name {
    font-size: 16px;
  }
  .product__mv {
    height: -moz-fit-content;
    height: fit-content;
  }
  .product-mvInner {
    flex-direction: column;
  }
  .l-wrap--product-mv {
    padding-top: 80px;
  }
  .product-heading__txtWrap {
    flex-direction: column;
  }
  .product__lineup__heading3 {
    font-size: 20px;
    letter-spacing: 0.2rem;
  }
  .quality-data-table th,
  .quality-data-table td {
    padding: 16px 16px 0;
  }
  .quality-data-table th {
    width: 120px;
    min-width: 120px;
    font-size: 11px;
    white-space: nowrap;
  }
  .quality-data-table th > div {
    padding-bottom: 16px;
  }
  .quality-data-table td {
    width: 200px;
    min-width: 200px;
    white-space: nowrap;
  }
  .quality-data-table td > div {
    padding-bottom: 16px;
  }
  .recruit-desc-table th,
  .recruit-desc-table td {
    padding: 16px 16px 0;
  }
  .recruit-desc-table th {
    width: 120px;
    min-width: 120px;
    font-size: 11px;
    white-space: nowrap;
  }
  .recruit-desc-table th > div {
    padding-bottom: 16px;
  }
  .recruit-desc-table td > div {
    padding-bottom: 16px;
  }
  .se-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .se-table th,
  .se-table td {
    padding: 16px 16px 0;
  }
  .se-table th {
    width: 120px;
    min-width: 120px;
    font-size: 11px;
    white-space: nowrap;
  }
  .se-table th > div {
    padding-bottom: 16px;
  }
  .se-table td {
    white-space: nowrap;
  }
  .se-table td > div {
    padding-bottom: 16px;
  }
  .top-mv {
    padding: 0 15px;
  }
  #canvas-basic {
    height: 120vh;
  }
  .top-mv__container {
    height: 120vh;
  }
  .top-mv__txtWrap {
    top: 80px;
  }
  .top-mv__txt {
    font-size: 12px;
  }
  .top-mv__imgWrap {
    width: 100%;
    aspect-ratio: unset;
  }
  .top-mv__img {
    top: 80%;
  }
  #top-mv__img-1 {
    width: 200px;
  }
  #top-mv__img-2 {
    width: 170px;
  }
  #top-mv__img-3 {
    width: 250px;
  }
  .top-mv__imgNameWrap {
    top: 85%;
    left: 15px;
  }
  .top-mv__imgName--bottom {
    bottom: -8vh;
  }
  .top-news__heding3--en {
    font-size: 38px;
  }
  .top-news__heading3 {
    font-size: 21px;
  }
  .top-reason__container {
    height: 890px;
  }
  .top-reason__imgWrap {
    height: 380px;
  }
  .top-reason__imgMain {
    width: 60%;
    right: initial;
    left: 30%;
  }
  .top-reason__imgSub {
    left: initial;
    right: 50%;
    width: 40%;
  }
  .floating-img {
    width: 12px;
    height: 12px;
  }
  .top-service__txtWrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .top-recruit__imgWrap {
    margin-right: -18px;
  }
  .top-company__imgWrap {
    width: calc(95% + 18px);
    margin-left: -18px;
  }
  .top-company__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  /* iPhone 4（以下） 横の画面幅-480px */
}

@media (hover: hover) {
  .form-btn:hover {
    background-color: #ffffff;
    color: #E8420D;
  }
  .header-btn:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .header-btn--wh:hover {
    color: #ffffff;
  }
  .header-btn--bk:hover {
    color: #000;
  }
  .c-btn:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .c-btn--wh:hover {
    color: #ffffff;
  }
  .c-btn--wh:hover p::before {
    background: url(../imgs/common/arrow-wh.svg) no-repeat center/contain;
  }
  .c-btn--framed:hover {
    color: #ffffff;
  }
  .c-btn--framed:hover p::before {
    background: url(../imgs/common/arrow-wh.svg) no-repeat center/contain;
  }
  .c-btn--framedLtGray:hover {
    color: #ffffff;
  }
  .c-btn--framedLtGray:hover p::before {
    background: url(../imgs/common/arrow-wh.svg) no-repeat center/contain;
  }
  .c-btn--bk:hover {
    color: #000;
  }
  .c-btn--bk:hover p::before {
    background: url(../imgs/common/arrow.svg) no-repeat center/contain;
  }
  .c-btn--back:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(0);
  }
  .header-gtranslate_inner:hover {
    height: 7.2751322751vw;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-gtranslate_inner:hover .gtranslate_wrapper .glink {
    display: inline-block;
    animation: glinkActive 0.5s;
  }
  .header-gtranslate_inner:hover .gtranslate_wrapper .gt-current-lang {
    opacity: 0.6;
  }
  .heightMin .header-gtranslate_inner:hover,
  .header-wh .header-gtranslate_inner:hover {
    background-color: #000;
  }
  .heightMin .header-gtranslate_inner:hover .gtranslate-arrow::after,
  .heightMin .header-gtranslate_inner:hover .gtranslate-arrow::before,
  .header-wh .header-gtranslate_inner:hover .gtranslate-arrow::after,
  .header-wh .header-gtranslate_inner:hover .gtranslate-arrow::before {
    background-color: #ffffff;
  }
  .heightMin .header-gtranslate_inner:hover .glink,
  .header-wh .header-gtranslate_inner:hover .glink {
    color: #ffffff;
  }
  .upper-btnWrap:hover::before {
    animation: btn_arrow-up 0.6s ease-out;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav__item.openable:hover .header-nav__wrap--2nd {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  .header-nav__item.u-line:hover .header-nav__link::after {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bread-wrap {
    margin-left: 2rem;
    font-size: 2rem;
  }
}

@media screen and (hover: hover) and (max-width: 1024px) {
  .header-gtranslate_inner:hover {
    height: 100px;
  }
}

@media (min-width: 1275px) {
  #line-image {
    width: calc(100% + 120px);
    transform: translateX(-60px);
  }
}
:root {
  --primary-color: #C2008F;
  --second-color: #000;
  --notosanjp: "Noto Sans JP", sans-serif;
  --geist: "Geist", sans-serif
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%
}

@media screen and (max-width: 1500px) {
  html {
    font-size: .6666666667vw
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.3020833333vw
  }
}

.circle {
  min-width: 2;
  height: 2;
  background: url("../asset/img/asd.png") no-repeat center/contain;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/asb.jpg") no-repeat top center/contain
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-size: 1.8rem;
  font-family: var(--notosanjp);
  font-weight: 400;
  font-style: normal;
  line-height: 1.75
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.8rem
  }
}

.container {
  max-width: 113rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 2rem;
    max-width: 100%
  }
}

.br-sp {
  display: none
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none
  }
}

#right_fixed {
  transition: .2s;
  visibility: hidden;
  opacity: 0
}

#right_fixed.active {
  visibility: visible;
  opacity: 1
}

.to-top {
  position: fixed;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  bottom: 6rem;
  right: 6rem;
  z-index: 9;
  background-image: url(../img/return-top.svg);
  background-size: 102%;
  background-position: center;
  background-color: #fff;
  border: .2rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 10rem;
    width: 10rem;
    height: 10rem;
    right: 2rem
  }
}

a:hover,
button:hover {
  transition: all .1s ease-in;
  cursor: pointer
}

a {
  transition: .2s
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0)
}

.no-scroll {
  overflow: hidden
}

body {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: 0
}

body::-webkit-scrollbar {
  display: none
}

.l-wrap--product-mv {
  max-width: 82.333333vw
}

@media screen and (min-width: 768px) {
  .l-wrap.footer-wrap {
    max-width: 82.333333vw
  }
}

@media screen and (max-width: 767px) {
  .pDetail-mvContent {
    max-width: 100%
  }
}

.footer-nav__list {
  font-size: 1vw;
  gap: 2vw
}

.footer-nav__list a {
  font-size: 1vw
}

@media screen and (max-width: 767px) {
  .footer-nav__list a {
    font-size: 12px
  }
}

.footer-youtubeWrap {
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (min-width: 768px) {
  .footer-youtubeWrap img {
    width: 2vw
  }
}

@media screen and (min-width: 768px) {
  .footer-logoWrap img {
    width: 100%;
    max-width: 18.2vw
  }
}

@media screen and (min-width: 768px) {
  .footer-logo__txt {
    font-size: 1.133333vw
  }
}

@media screen and (min-width: 768px) {
  .footer-address {
    font-size: 1.066667vw
  }
}

@media screen and (min-width: 768px) {
  .footer-youtube__txt {
    font-size: 0.866667vw
  }
}

@media screen and (max-width: 767px) {
  .footer-youtube__txt {
    font-size: 17px
  }
}

.ems-case__image img {
  width: 42vw;
  height: unset
}

.ems-about__text {
  font-size: 16px
}

.l-wrap--ems-lower-types {
  padding-top: 100px
}

@media screen and (max-width: 767px) {
  .ems-cordination__heading {
    font-size: 32px;
    margin-bottom: 20px
  }

  .ems-cordination__2col {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .ems-cordination__process {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px
  }

  .emx-cordination__card-title {
    font-size: 11px
  }

  .c-btn p {
    padding-right: 24px
  }

  .c-btn p::before {
    width: 20px
  }

  .c-btn--xs {
    min-width: 111px;
    padding: 8px 17px
  }

  .c-btn--xs p {
    font-size: 10px
  }

  .ems-cordination__card {
    bottom: -5px
  }

  .ems-cordination__card-step {
    transform: translateX(-3%);
    width: 113%;
    padding-left: 11px
  }

  .ems-cordination__process-item.step-2 {
    transform: translateX(-4%)
  }

  .ems-cordination__process-item.step-3 {
    transform: translateX(0%)
  }

  .ems-cordination__process-item.step-4 {
    transform: translateX(-4%)
  }

  .ems-cordination__process-item.step-6 {
    transform: translateX(-4%)
  }

  .l-wrap--ems-about {
    margin-bottom: 40px;
    padding-bottom: 20px
  }

  .l-wrap--ems-about-pt150 {
    padding-top: 90px
  }

  .ems-about__2col {
    flex-wrap: wrap;
    gap: 20px
  }

  .ems-about__content {
    flex: unset
  }

  .ems-about__2col {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px
  }

  .ems-about__feature-sub {
    font-size: 20px
  }

  .ems-about__quality-image {
    flex: unset;
    width: 100%
  }

  .ems-about__text {
    font-size: 14px
  }

  .ems-case__2col {
    grid-template-columns: 1fr;
    row-gap: 50px
  }

  .ems-case-unit {
    flex-wrap: wrap
  }

  .ems-case__head {
    flex: unset;
    width: 100%
  }

  .ems-case__list {
    flex: unset;
    width: 100%
  }

  .ems-case__image img {
    position: relative;
    width: 100%
  }

  .ems-locationWrap {
    grid-template-columns: 1fr;
    row-gap: 15px
  }

  .ems-location__image {
    flex: unset;
    width: 60%
  }

  .l-wrap--ems-qa {
    padding-top: 70px;
    padding-bottom: 100px
  }

  .c-heading2--en {
    font-size: 34px
  }

  .ems #section-ems {
    width: 100%
  }

  .breadcrumbs {
    font-size: 13px
  }

  .breadcrumbs a {
    font-size: 13px
  }

  .main-bottom--gap {
    width: 100%
  }

  .u-mb80 {
    margin-bottom: 50px
  }

  .l-wrap--ems-case {
    padding-bottom: 70px
  }

  .ems-about__content-text {
    margin-bottom: 40px
  }

  .ems-cordination__2col--top {
    margin-bottom: 20px
  }

  .bread-wrap {
    padding-right: 0
  }

  .l-wrap--ems-lower-contents {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .ems-lower-content-2col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
  }

  .ems-lower-content-2col__content {
    order: 2
  }

  .ems-lower-content-2col__image {
    order: 1
  }

  .ems-lower-typeWrap {
    grid-template-columns: 1fr
  }

  .ems-lower-type {
    aspect-ratio: unset
  }

  .l-wrap--ems-lower-types {
    padding-bottom: 90px
  }

  .ems-lower-summary__title {
    font-size: 19px
  }

  .ems-lower-summary__image {
    flex: unset
  }

  .ems-lower-summary__content {
    flex-wrap: wrap
  }

  .ems-lower-summary__inner {
    padding: 20px 25px
  }

  .l-wrap--ems-lower-other {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .ems-lower-other_serviceWrap {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }

  .ems-lower-content-2col__header {
    margin-bottom: 15px;
    font-size: 17px
  }

  .l-wrap--ems-lower-summary {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .product-search-inputWrap {
    grid-template-columns: 1fr
  }

  .product-search-submit button {
    width: 100%
  }

  .bread-section {
    margin-bottom: 0
  }

  .release-message {
    font-size: 16px
  }

  .l-section--first {
    padding-top: 80px
  }

  .l-section--pb180 {
    padding-bottom: 80px
  }

  .product-detail__lineup-heading2Wrap {
    margin-bottom: 40px
  }

  .product-search-inputWrap {
    padding: 20px
  }

  .product-searchWrap {
    margin-bottom: 80px
  }

  .product-lineup__list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 10px
  }

  .footer-product__content {
    flex-wrap: wrap;
    height: unset
  }

  .footer-product__img {
    flex: unset;
    width: 100%
  }

  .footer-product__right .c-btn {
    margin-top: 10px
  }

  .footer-product__unit--right {
    margin-bottom: 20px
  }

  .footer-product__heading-en {
    font-size: 25px
  }

  .footer-product__heading {
    font-size: 35px
  }

  .l-wrap--footer-product {
    padding-bottom: 80px
  }

  .product-lineup__list-name {
    font-size: 16px
  }

  .product-lineup__list-model {
    font-size: 12px
  }

  .footer-cta {
    padding-top: 40px
  }

  .l-wrap-footer-cta {
    padding-top: 40px
  }

  .ems-maker-table td {
    font-size: 12px
  }

  .ems-lower-summary__title {
    font-size: 16px;
    margin-bottom: 45px
  }

  .ems-lower-summary__text {
    font-size: 13px
  }

  .ems-lower-content__title {
    font-size: 20px
  }

  .ems-lower-content-2col__text {
    font-size: 14px
  }

  .ems-detail #section-detail {
    padding-top: 5rem;
    padding-bottom: 5rem
  }

  .l-wrap-ems-cordination {
    padding-top: 68px;
    padding-bottom: 60px
  }

  .l-wrap--table-wide {
    padding-top: 50px;
    padding-bottom: 80px
  }

  .ems-cordination__heading {
    font-size: 26px
  }

  .ems-cordination__sub {
    font-size: 19px
  }

  .ems-cordination__text {
    font-size: 16px
  }

  .ems-section-headingWrap {
    margin-bottom: 60px
  }

  .ems-quality-heading {
    flex-wrap: wrap
  }

  .ems-quality-heading__head {
    width: 100%;
    flex: unset
  }

  .ems-quality-content {
    padding-left: 0;
    margin-top: 40px
  }

  .ems-quality-content__text {
    font-size: 14px
  }

  .ems-quality-cert-list {
    gap: 25px
  }

  .ems-quality-unit {
    padding-bottom: 60px;
    margin-bottom: 60px
  }

  .ems-facility-tableWrap {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .u-mb120 {
    margin-bottom: 40px
  }

  .eDetail-2col {
    flex-wrap: wrap;
    margin-bottom: 50px
  }

  .eDetail-2col__content--small {
    margin-top: 25px;
    padding-left: 0
  }

  .l-section--mid {
    padding-top: 80px
  }

  .quality-2col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px
  }

  .quality-2col__content {
    order: 2
  }

  .quality-service-wrap {
    margin-bottom: 70px
  }

  .quality-supplyWrap {
    padding-left: 0;
    padding-right: 0
  }

  .quality-supplyInner {
    padding: 40px 20px 50px
  }

  .quality-supply-imageWrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px
  }

  .l-section--mid {
    padding-top: 80px
  }

  .quality-qa-block {
    margin-bottom: 0
  }

  .quality-qa__header {
    font-size: 18px
  }

  .quality-qa__sub-header {
    font-size: 14px
  }

  .quality-qa-banner {
    width: calc(100% - 30px)
  }

  .quality-qa-banner__title {
    font-size: 45px
  }

  .quality-qa-banner__title-sub {
    margin-top: 20px
  }

  .quality-qa-banner__linkWap {
    margin-top: 20px
  }

  .qality-qa-blockWrap {
    margin-bottom: 50px
  }

  .pannel-banner__bannerWrap {
    grid-template-columns: 1fr;
    row-gap: 20px
  }

  .pannel-banner__title-en {
    font-size: 40px
  }

  .pannel-banner__title {
    font-size: 14px
  }

  .form-block {
    padding: 20px 10px
  }

  .form-block__heading-en {
    font-size: 40px
  }

  .form-block__heading {
    font-size: 26px
  }

  .form-block__headdingWrap {
    margin-bottom: 30px
  }

  input[type=submit] {
    width: 100%;
    padding: 15px 68px
  }

  .form-submit__google {
    width: 100%
  }

  .form-header__note {
    font-size: 9px;
    margin-top: 15px
  }

  .form-table tr {
    margin-bottom: 15px
  }

  .form-item--small {
    width: 100%
  }

  .form-header p {
    flex-wrap: wrap
  }

  .required {
    min-width: 49px
  }

  .wpcf7-acceptance span.wpcf7-list-item {
    margin-left: 23px
  }

  .form-table {
    margin-bottom: 0px
  }

  .wpcf7-form-control-wrap {
    width: 100%
  }

  .aoi-mvContent__headingMain {
    font-size: 20px
  }

  .scroll-table {
    overflow-x: scroll
  }

  .release-manualHeader.release-manualHeader--2nd {
    display: none
  }

  .release-manualHeaderWrap {
    grid-template-columns: unset
  }

  .release-manualContent {
    grid-template-columns: unset
  }

  .release-versionWrap {
    margin-bottom: 80px
  }

  .release-confirmation {
    margin-bottom: 80px
  }

  .release-manualUnit {
    grid-template-columns: 1fr
  }

  .release-manualUnit>div.header {
    border-color: rgba(92, 92, 92, .168627451)
  }

  .release-confirmation__message {
    font-size: 16px
  }

  .release-confirmation__heading2 {
    margin-bottom: 30px
  }

  .se-heading {
    font-size: 20px
  }

  .release-manualHeader>div {
    font-size: 14px
  }

  .l-section--last {
    margin-bottom: 80px
  }

  .recruit-desc-tab {
    font-size: 24px
  }

  .recruit-desc-tabWrap {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 40px
  }

  .recruit-desc-tab.current {
    border-bottom-width: 2px
  }

  .recruit-desc-tab {
    font-size: 18px
  }

  .recruit-desc-tab:hover {
    border-bottom-width: 2px
  }

  .recruit-desc-table {
    width: 100%
  }

  .recruit-desc-table tr {
    display: flex;
    flex-direction: column
  }

  .recruit-desc-table tr td,
  .recruit-desc-table tr th {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .recruit-desc-headengWrap {
    margin-bottom: 40px
  }

  .recruit-desc-table td>div {
    border-bottom: none
  }

  .recruit-desc-contentWrap {
    margin-bottom: 80px
  }

  .ems-about__content-heading {
    font-size: 19px
  }

  .ems-about__content-heading {
    margin-bottom: 13px
  }

  .ems-location__logo--enlarge {
    width: unset
  }
}

.main-sub {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.main-sub .main-in {
  background: linear-gradient(169deg, #113040 8.94%, #000617 112.92%);
  padding-top: 7.3333333333vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%
}

@media screen and (max-width: 767px) {
  .main-sub .main-in {
    width: 100%;
    padding-top: 13rem;
    padding-bottom: 6rem;
    background-size: cover;
    min-height: 49rem;
    display: block
  }
}

.main-sub .main-in .box-content {
  position: absolute;
  margin-left: 8.4666666667vw
}

@media screen and (max-width: 767px) {
  .main-sub .main-in .box-content {
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
}

.main-sub .main-in .box-content .ttl-h2 {
  color: #fff;
  position: relative;
  z-index: 2
}

@media screen and (min-width: 768px) {
  .main-sub .main-in .box-content .ttl-h2 {
    width: 38vw
  }
}

@media screen and (max-width: 767px) {
  .main-sub .main-in .box-content .ttl-h2 {
    margin-left: 0;
    text-align: center;
    z-index: 2
  }
}

.main-sub .main-in .box-content .ttl-h2 span {
  display: block
}

.main-sub .main-in .box-content .ttl-h2 .en {
  font-weight: bold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--geist);
  font-size: .9333333333vw;
  padding-bottom: .6666666667vw
}

.main-sub .main-in .box-content .ttl-h2 .en::before {
  content: "";
  height: .0666666667vw;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #fff
}

@media screen and (max-width: 767px) {
  .main-sub .main-in .box-content .ttl-h2 .en {
    font-size: 3.5rem;
    margin-left: auto;
    margin-right: auto
  }
}

.main-sub .main-in .box-content .ttl-h2 .ja {
  margin-top: 2vw;
  white-space: nowrap;
  font-size: 3.8666666667vw;
  line-height: 1.6
}

@media screen and (max-width: 767px) {
  .main-sub .main-in .box-content .ttl-h2 .ja {
    margin-top: 2.5rem;
    display: none
  }
}

.main-sub .main-in .box-content .des {
  margin-top: 1.3333333333vw;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 1vw;
  line-height: 1.9333333333
}

@media screen and (max-width: 767px) {
  .main-sub .main-in .box-content .des {
    width: 100%;
    font-size: 2rem;
    margin-top: 3rem;
    display: none
  }
}

.main-sub .main-in .img {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 61.6vw;
  overflow: hidden;
}

.main-sub .main-in .img img {
  width: 100%
}

@media screen and (max-width: 767px) {
  .main-sub .main-in .img {
    display: none;
    width: 100%
  }
}

.main-sub .main-bottom {
  background-color: #f1f1f1;
  padding: 1.3333333333vw 0;
  position: relative;
  margin-top: -4.1vw
}

@media screen and (max-width: 767px) {
  .main-sub .main-bottom {
    margin-top: 0
  }
}

.main-sub .main-bottom .breadcrum {
  margin-left: 8.4666666667vw;
  display: flex;
  -moz-column-gap: 2.5333333333vw;
  column-gap: 2.5333333333vw;
  font-size: 1.2rem;
  font-weight: 300;
  font-size: .8vw
}

@media screen and (max-width: 767px) {
  .main-sub .main-bottom .breadcrum {
    margin-left: 2rem;
    font-size: 2rem
  }
}

.main-sub .main-bottom .breadcrum li {
  position: relative
}

.main-sub .main-bottom .breadcrum li::before {
  content: "";
  position: absolute;
  background-color: #747474;
  height: 1px;
  width: .8vw;
  right: -1.6666666667vw;
  top: 50%;
  transform: translateY(-50%) rotate(321deg)
}

.main-sub .main-bottom .breadcrum li:last-child::before {
  content: none
}

.main-sub .main-bottom .breadcrum li a {
  transition: none
}

.main-sub .main-sp {
  display: none
}

@media screen and (max-width: 767px) {
  .main-sub .main-sp {
    display: block;
    padding-top: 5rem;
    text-align: center;
    padding-bottom: 5rem
  }

  .main-sub .main-sp .ttl-h2 {
    font-size: 4rem;
    font-weight: 600
  }

  .main-sub .main-sp .des {
    margin-top: 2rem;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem
  }
}

.btn-wrap .btn-common {
  padding: 1.7rem 3rem;
  font-size: 1.4rem;
  padding-left: 8rem;
  position: relative;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0);
  transition: .5s
}

@media screen and (max-width: 767px) {
  .btn-wrap .btn-common {
    font-size: 2.5rem
  }
}

.btn-wrap .btn-common::before {
  content: "";
  position: absolute;
  width: 3.1rem;
  height: .5rem;
  background-image: url(../imgs/ico-button.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem
}

.btn-wrap .btn-common:hover {
  background-color: #000;
  color: #fff
}

.btn-wrap .btn-common:hover::before {
  filter: contrast(0)
}

#section-contact {
  background-image: url(../img/company/bg-contact.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 12rem;
  padding-bottom: 9rem
}

@media screen and (max-width: 767px) {
  #section-contact .container {
    padding: 0 3rem
  }
}

@media screen and (max-width: 767px) {
  #section-contact {
    padding-top: 10rem
  }
}

#section-contact .box-contact {
  display: flex;
  -moz-column-gap: 9.4rem;
  column-gap: 9.4rem
}

@media screen and (max-width: 767px) {
  #section-contact .box-contact {
    width: 100%;
    flex-wrap: wrap
  }
}

#section-contact .box-contact .ttl-h2 {
  color: #fff
}

@media screen and (max-width: 767px) {
  #section-contact .box-contact .ttl-h2 {
    line-height: 1.6
  }
}

#section-contact .box-contact .ttl-h2 .en {
  font-family: var(--geist);
  font-weight: 100;
  font-size: 10rem;
  line-height: 1
}

#section-contact .box-contact .ttl-h2 .ja {
  display: block;
  font-size: 4.1rem;
  font-weight: 100
}

#section-contact .box-contact .box-right {
  color: #fff
}

@media screen and (max-width: 767px) {
  #section-contact .box-contact .box-right {
    margin-top: 5rem;
    width: 100%
  }
}

#section-contact .box-contact .box-right .ttl {
  font-size: 1.8rem;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  #section-contact .box-contact .box-right .ttl {
    font-size: 2.5rem
  }
}

#section-contact .box-contact .box-right .box-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem
}

#section-contact .box-contact .box-right .box-button .btn-link {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 2.5rem 2rem;
  color: #000;
  background-color: #fff;
  min-width: 28.3rem;
  border-radius: .2rem;
  position: relative;
  transition: .4s
}

@media screen and (max-width: 767px) {
  #section-contact .box-contact .box-right .box-button .btn-link {
    font-size: 2rem
  }
}

#section-contact .box-contact .box-right .box-button .btn-link::before {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: .6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background-image: url(../img/ico-button-next.png);
  background-repeat: no-repeat;
  background-size: contain
}

#section-contact .box-contact .box-right .box-button .btn-link:hover {
  background-color: #000;
  color: #fff
}

#section-contact .box-contact .box-right .box-button .btn-link:hover::before {
  filter: contrast(0)
}

#section-contact .box-contact .box-top {
  padding-bottom: 4rem;
  border-bottom: 1px solid #5a5a5a
}

#section-contact .box-contact .box-bottom {
  padding-top: 3rem;
  display: flex;
  -moz-column-gap: 7rem;
  column-gap: 7rem
}

#section-contact .box-contact .box-bottom .ttl {
  font-size: 1.8rem;
  font-weight: 400;
  white-space: nowrap
}

@media screen and (max-width: 767px) {
  #section-contact .box-contact .box-bottom .ttl {
    font-size: 2.5rem
  }
}

#section-contact .box-contact .box-bottom .phone-group a {
  display: block;
  margin-top: -0.5rem;
  font-size: 4.6rem;
  font-family: var(--geist);
  font-weight: 100;
  white-space: nowrap;
  line-height: 1.6
}

@media screen and (max-width: 767px) {
  #section-contact .box-contact .box-bottom .phone-group a {
    font-size: 5rem
  }
}

#section-contact .box-contact .box-bottom .phone-group p {
  font-size: 1.4rem;
  font-weight: 300
}

@media screen and (max-width: 767px) {
  #section-contact .box-contact .box-bottom .phone-group p {
    font-size: 2rem
  }
}

@media screen and (max-width: 767px) {
  .about .main-sub .main-in {
    background-image: url(../imgs/company/main-sp.jpg);
    background-position: center
  }
}

.about #section-company {
  padding-top: 16rem;
  padding-bottom: 20rem;
  background-color: #f1f1f1
}

@media screen and (max-width: 767px) {
  .about #section-company {
    padding-top: 10rem;
    padding-bottom: 10rem
  }
}

.about #section-company .timeline {
  position: relative
}

.about #section-company .timeline::before {
  content: "";
  position: absolute;
  width: .1rem;
  height: calc(100% - 4rem);
  top: 2rem;
  left: 18rem;
  background-color: #000
}

.about #section-company .timeline .item {
  display: flex;
  margin-bottom: 6rem;
  position: relative
}

.about #section-company .timeline .item::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: navy;
  left: 17.3rem;
  top: .5rem
}

.about #section-company .timeline .item .year {
  font-family: var(--geist);
  font-size: 5.6rem;
  font-weight: 100;
  line-height: 1.2;
  margin-right: 11rem;
  width: 13.5rem;
  margin-top: -1.5rem
}

.about #section-company .timeline .item .content {
  display: flex;
  width: 100%;
  max-width: 85.6rem;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .about #section-company .timeline .item .content {
    max-width: 100%;
    flex-wrap: wrap
  }
}

.about #section-company .timeline .item .content .des {
  width: 100%;
  max-width: 45.4rem;
  font-size: 1.77rem;
  letter-spacing: .072rem
}

.about #section-company .timeline .item .content .img.w-26 {
  width: 26rem
}

.about #section-company .timeline .item .content .img img {
  width: 35rem
}

@media screen and (max-width: 767px) {
  .about #section-company .timeline .item .content .img {
    margin-top: 2rem
  }
}

.about #section-company .btn-wrap {
  margin-top: 12rem
}

@media screen and (max-width: 767px) {
  .about #section-company .btn-wrap {
    margin-top: 6rem
  }
}

@media screen and (max-width: 767px) {
  .message .main-sub .main-in {
    background-image: url(../imgs/message/main-pc.jpg)
  }
}

.message #section-message {
  padding-top: 11.8rem
}

@media screen and (max-width: 767px) {
  .message #section-message {
    padding-top: 2rem
  }
}

.message #section-message h2.ttl-h2 {
  font-size: 5rem;
  font-weight: 250;
  line-height: 1.5;
  letter-spacing: 2.5px;
  margin-bottom: 4rem
}

@media screen and (max-width: 767px) {
  .message #section-message h2.ttl-h2 {
    font-size: 6rem
  }
}

.message #section-message .content {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: .096rem;
  line-height: 2.125
}

@media screen and (max-width: 767px) {
  .message #section-message .content {
    font-size: 2rem
  }
}

.message #section-message .content p {
  margin-bottom: 4rem
}

.message #section-message .signal {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.message #section-message .signal .signal-in {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.1;
  margin-top: 7rem
}

@media screen and (max-width: 767px) {
  .message #section-message .signal .signal-in {
    margin-top: 2rem
  }
}

.message #section-message .btn-wrap {
  margin: 16rem 0
}

@media screen and (max-width: 767px) {
  .message #section-message .btn-wrap {
    margin: 10rem 0
  }
}

@media screen and (max-width: 767px) {
  .company .main-sub .main-in {
    background-image: url(../imgs/company1/main-pc.jpg)
  }
}

.company #section-company {
  padding-top: 13rem;
  padding-bottom: 18rem;
  width: 100%;
  max-width: 151.2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

@media screen and (max-width: 767px) {
  .company #section-company {
    padding-top: 2rem
  }
}

.company #section-company .company-in {
  display: flex;
  justify-content: flex-end
}

@media screen and (max-width: 767px) {
  .company #section-company .company-in {
    flex-wrap: wrap
  }
}

.company #section-company .company-in .img {
  position: absolute;
  left: 0rem;
  width: 55rem
}

@media screen and (max-width: 767px) {
  .company #section-company .company-in .img {
    position: relative;
    width: 100%
  }
}

.company #section-company .content {
  width: 100%;
  max-width: 72rem;
  font-size: 1.6rem
}

@media screen and (max-width: 767px) {
  .company #section-company .content {
    font-size: 2.5rem;
    margin-top: 10rem
  }
}

.company #section-company .content>dl {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

@media screen and (max-width: 767px) {
  .company #section-company .content>dl {
    flex-wrap: wrap
  }
}

.company #section-company .content>dl>dt {
  min-width: 17rem;
  border-top: 1px solid #5c5c5c;
  padding: 2rem 1.2rem
}

@media screen and (max-width: 767px) {
  .company #section-company .content>dl>dt {
    min-width: unset;
    width: 100%
  }
}

.company #section-company .content>dl>dd {
  padding: 2rem;
  border-top: 1px solid #bdbdbd;
  width: 100%;
  line-height: 2.0625;
  font-weight: 300
}

@media screen and (max-width: 767px) {
  .company #section-company .content>dl>dd {
    border-color: rgba(189, 189, 189, .2274509804)
  }
}

.company #section-company .content>dl>dd .inline {
  display: flex;
  justify-content: space-between;
  padding-right: 5rem
}

.company #section-company .content>dl>dd .inline a {
  color: #005eff;
  position: relative
}

.company #section-company .content>dl>dd .inline a::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../imgs/company/ico-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem
}

.company #section-company .content>dl>dd .inline a:hover {
  text-decoration: underline
}

.company #section-company .content>dl>dd dl {
  display: flex
}

@media screen and (max-width: 767px) {
  .company #section-company .content>dl>dd dl {
    flex-wrap: wrap
  }
}

.company #section-company .content>dl>dd dl dt {
  width: 13rem;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  .company #section-company .content>dl>dd dl dt {
    width: 100%
  }
}

.company #section-company .content>dl>dd dl dd {
  padding-left: 1rem
}

.company #section-company .content>dl:last-child>dt {
  border-bottom: 1px solid #5c5c5c
}

@media screen and (max-width: 767px) {
  .company #section-company .content>dl:last-child>dt {
    border-bottom: none
  }
}

.company #section-company .content>dl:last-child>dd {
  border-bottom: 1px solid #bdbdbd
}

.company #section-company .btn-wrap {
  margin-top: 15rem
}

@media screen and (max-width: 767px) {
  .info .main-sub .main-in {
    background-image: url(../imgs/info/main-pc.jpg)
  }
}

.info #section-info {
  padding-top: 13rem;
  padding-bottom: 18rem
}

@media screen and (max-width: 767px) {
  .info #section-info {
    padding-top: 4rem
  }
}

.info #section-info .list-company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  row-gap: 7rem
}

@media screen and (max-width: 767px) {
  .info #section-info .list-company {
    grid-template-columns: 1fr
  }
}

.info #section-info .list-company .company__title {
  font-size: 2.6rem;
  font-weight: 300;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 1rem
}

@media screen and (max-width: 767px) {
  .info #section-info .list-company .company__title {
    font-size: 3.5rem
  }
}

.info #section-info .list-company .company__address {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.5rem
}

@media screen and (max-width: 767px) {
  .info #section-info .list-company .company__address {
    font-size: 2.2rem
  }
}

.info #section-info .list-company .company__link {
  margin-top: 2.4rem;
  background-color: #f0f0f0;
  padding: 2rem;
  display: flex;
  justify-content: space-between
}

.info #section-info .list-company .company__link p {
  font-size: 1.5rem;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  .info #section-info .list-company .company__link p {
    font-size: 2rem
  }
}

.info #section-info .list-company .company__link a {
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
  transition: .2s
}

@media screen and (max-width: 767px) {
  .info #section-info .list-company .company__link a {
    font-size: 2rem
  }
}

.info #section-info .list-company .company__link a:hover {
  opacity: .5
}

.info #section-info .btn-wrap {
  margin-top: 15rem
}

@media screen and (max-width: 767px) {
  .group-company .main-sub .main-in {
    background-image: url(../imgs/group/main-pc.jpg)
  }
}

.group-company #section-map {
  padding-top: 13rem;
  padding-bottom: 13rem;
  background-color: #f1f1f1
}

@media screen and (max-width: 767px) {
  .group-company #section-map {
    padding-top: 8rem
  }
}

.group-company #section-map .maps {
  margin-top: -7rem
}

.group-company #section-map .ttl-h2 .en {
  font-size: 1.4rem;
  font-family: var(--geist);
  border-bottom: 1px solid #000;
  padding-bottom: 1rem
}

@media screen and (max-width: 767px) {
  .group-company #section-map .ttl-h2 .en {
    font-size: 2rem
  }
}

.group-company #section-map .ttl-h2 .ja {
  display: block;
  margin-top: 3.3rem;
  font-size: 4.5rem;
  font-weight: 300
}

.group-company #section-company {
  padding-top: 20rem;
  padding-bottom: 18rem
}

@media screen and (max-width: 767px) {
  .group-company #section-company {
    padding-top: 14rem
  }
}

.group-company #section-company h2.ttl-h2 .en {
  font-size: 6rem;
  font-family: var(--geist);
  font-weight: 100;
  line-height: 1.3
}

.group-company #section-company h2.ttl-h2 .ja {
  display: block;
  font-size: 3.3rem;
  font-weight: 100
}

.group-company #section-company .g-company-2 {
  margin-top: 12rem
}

.group-company #section-company .g-company-2 .list-company .company {
  margin-bottom: 16rem
}

@media screen and (max-width: 767px) {
  .group-company #section-company .g-company-2 .list-company .company {
    margin-bottom: 10rem
  }
}

.group-company #section-company .g-company-2 .list-company .company:last-child {
  margin-bottom: 0
}

.group-company #section-company .list-company {
  margin-top: 8rem
}

.group-company #section-company .list-company .company__title {
  font-size: 2.6rem;
  font-weight: 300;
  padding-bottom: 2rem;
  border-bottom: 1px solid #bcbcbc
}

.group-company #section-company .list-company .company .row {
  margin-top: 6rem;
  display: flex;
  -moz-column-gap: 6rem;
  column-gap: 6rem
}

@media screen and (max-width: 767px) {
  .group-company #section-company .list-company .company .row {
    flex-wrap: wrap
  }
}

.group-company #section-company .list-company .company__content {
  font-size: 1.5rem;
  width: calc(100% - 50rem)
}

@media screen and (max-width: 767px) {
  .group-company #section-company .list-company .company__content {
    margin-top: 2rem;
    font-size: 2.2rem;
    width: 100%
  }
}

.group-company #section-company .list-company .company__content .g-com {
  margin-bottom: 4rem
}

.group-company #section-company .list-company .company__content .ttl {
  font-weight: 500;
  margin-bottom: 1rem
}

.group-company #section-company .list-company .company__content .box-content {
  background-color: #f0f0f0;
  padding: 2rem
}

@media screen and (max-width: 767px) {
  .group-company #section-company .list-company .company__content .box-content {
    padding: 4rem
  }
}

.group-company #section-company .list-company .company__content .box-content>dl {
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-bottom: 2rem
}

.group-company #section-company .list-company .company__content .box-content>dl:last-child {
  margin-bottom: 0
}

.group-company #section-company .list-company .company__content .box-content>dl>dt {
  width: 13.2rem
}

@media screen and (max-width: 767px) {
  .group-company #section-company .list-company .company__content .box-content>dl>dt {
    width: 16rem
  }
}

.group-company #section-company .list-company .company__content .box-content>dl>dt.ja {
  font-weight: 500
}

.group-company #section-company .list-company .company__content .box-content>dl>dt.en {
  font-weight: bold
}

.group-company #section-company .list-company .company__content .box-content>dl>dd {
  width: calc(100% - 13.2rem)
}

@media screen and (max-width: 767px) {
  .group-company #section-company .list-company .company__content .box-content>dl>dd {
    width: calc(100% - 15rem)
  }
}

.group-company #section-company .list-company .company__content .box-content>dl>dd a {
  text-decoration: underline;
  transition: .2s
}

.group-company #section-company .list-company .company__content .box-content>dl>dd a:hover {
  opacity: .5
}

.group-company #section-company .list-company .company__content .box-content>dl>dd dl {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #d9d9d9
}

.group-company #section-company .list-company .company__content .box-content>dl>dd dl:first-child {
  margin-top: -1rem
}

.group-company #section-company .list-company .company__content .box-content>dl>dd dl:last-child {
  border-bottom: none
}

.group-company #section-company .list-company .company__content .box-content>dl>dd dl dt {
  width: 7rem
}

@media screen and (max-width: 767px) {
  .group-company #section-company .list-company .company__content .box-content>dl>dd dl dt {
    width: 10rem
  }
}

.group-company #section-company .list-company .company__content .box-content>dl>dd dl dd a {
  text-decoration: underline
}

.group-company #section-company .list-company .company__content .box-content>dl>dd dl dd a:hover {
  text-decoration: underline
}

.group-company #section-company .btn-wrap {
  margin-top: 15rem
}

.ems .main-sub .main-in {
  height: 38vw
}

.ems .main-sub .main-in .img {
  width: 79.333333vw
}

@media screen and (max-width: 767px) {
  .ems .main-sub .main-in {
    background-image: unset;
    background: linear-gradient(169deg, #113040 8.94%, #000617 112.92%)
  }
}

.ems .main-sub .main-bottom {
  z-index: 2;
  background-color: #e7edf0
}

.ems #section-ems {
  padding-top: 10rem;
  padding-bottom: 11.8rem;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 767px) {
  .ems #section-ems {
    padding-top: 10rem
  }
}

.ems #section-ems::before {
  content: "";
  position: absolute;
  width: calc(100% - 4.8rem);
  background-color: #e7edf0;
  height: 100%;
  top: 0;
  left: 0
}

@media screen and (max-width: 767px) {
  .ems #section-ems::before {
    width: 100%
  }
}

.ems #section-ems .container {
  max-width: 110rem;
  position: relative
}

.ems #section-ems .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 12rem;
  column-gap: 12rem
}

@media screen and (max-width: 767px) {
  .ems #section-ems .info {
    grid-template-columns: 1fr
  }
}

@media screen and (max-width: 767px) {
  .ems #section-ems .info__right {
    margin-top: 4rem
  }
}

.ems #section-ems .info .ttl-h2 {
  font-size: 4.5rem;
  font-weight: 100;
  white-space: nowrap;
  line-height: 1.4888888889
}

.ems #section-ems .info .en {
  margin-top: 4rem;
  font-family: --geist;
  font-weight: 100;
  line-height: 1.5;
  font-size: 2.4rem;
  background: linear-gradient(88deg, #828282 2.66%, #001262 101.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.ems #section-ems .info .des {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.1764705882
}

.ems #section-ems .box-step {
  margin-top: 12rem
}

@media screen and (max-width: 767px) {
  .ems #section-ems .box-step {
    margin-top: 6rem
  }
}

.ems #section-ems .box-step .list-step {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem
}

@media screen and (max-width: 767px) {
  .ems #section-ems .box-step .list-step {
    flex-wrap: wrap;
    row-gap: 4rem;
    -moz-column-gap: 0;
    column-gap: 0
  }
}

.ems #section-ems .box-step .list-step .step {
  margin-left: -3.9rem
}

@media screen and (max-width: 767px) {
  .ems #section-ems .box-step .list-step .step {
    margin-left: -2.5rem
  }
}

.ems #section-ems .box-step .list-step .step__stt {
  width: 20.4rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: -1.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: var(--geist);
  z-index: 0
}

@media screen and (max-width: 767px) {
  .ems #section-ems .box-step .list-step .step__stt {
    width: 24.4rem;
    height: 11rem;
    line-height: 1.6
  }
}

.ems #section-ems .box-step .list-step .step__stt .text {
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: .32px;
  position: relative;
  line-height: 1.3
}

.ems #section-ems .box-step .list-step .step__stt .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0
}

.ems #section-ems .box-step .list-step .step__stt .number {
  font-size: 2.4rem;
  font-weight: 100;
  margin-left: .4rem
}

.ems #section-ems .box-step .list-step .step.step-1 .step__stt {
  background-image: url(../imgs/ems/step01.svg)
}

.ems #section-ems .box-step .list-step .step.step-2 .step__stt {
  background-image: url(../imgs/ems/step02.svg)
}

.ems #section-ems .box-step .list-step .step.step-3 .step__stt {
  background-image: url(../imgs/ems/step03.svg)
}

.ems #section-ems .box-step .list-step .step.step-4 .step__stt {
  background-image: url(../imgs/ems/step04.svg)
}

.ems #section-ems .box-step .list-step .step.step-5 .step__stt {
  background-image: url(../imgs/ems/step05.svg)
}

.ems #section-ems .box-step .list-step .step.step-6 .step__stt {
  background-image: url(../imgs/ems/step06.svg)
}

.ems #section-ems .box-step .list-step .step__card {
  width: 17.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.5rem;
  background-color: #fff;
  padding: .6rem;
  border-radius: .6rem;
  position: relative;
  height: 21.5rem;
  z-index: 2
}

@media screen and (max-width: 767px) {
  .ems #section-ems .box-step .list-step .step__card {
    width: 20rem;
    height: 27rem
  }
}

.ems #section-ems .box-step .list-step .step__card .img img {
  max-width: 15rem
}

@media screen and (max-width: 767px) {
  .ems #section-ems .box-step .list-step .step__card .img img {
    max-width: 18rem
  }
}

.ems #section-ems .box-step .list-step .step__card .ttl {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: .5rem;
  padding-right: .5rem
}

@media screen and (max-width: 767px) {
  .ems #section-ems .box-step .list-step .step__card .ttl {
    font-size: 2rem
  }
}

.ems #section-ems .box-step .list-step .step__card .ttl .sub {
  font-size: 1.2rem
}

.ems #section-ems .box-step .list-step .step__card .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0
}

.ems #section-ems .box-step .list-step .step__card .btn-wrap .btn-link {
  padding: 1.2rem 2rem;
  font-size: 1rem;
  padding-right: 5rem;
  position: relative;
  border: 1px solid #000;
  background-color: #000;
  transition: .5s;
  display: inline-block;
  color: #fff
}

@media screen and (max-width: 767px) {
  .ems #section-ems .box-step .list-step .step__card .btn-wrap .btn-link {
    font-size: 2rem
  }
}

.ems #section-ems .box-step .list-step .step__card .btn-wrap .btn-link::before {
  content: "";
  position: absolute;
  width: 2.1rem;
  height: .3rem;
  background-image: url(../imgs/ems/btn-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem
}

.ems #section-ems .box-step .list-step .step__card .btn-wrap .btn-link:hover {
  color: #000;
  background-color: #fff
}

.ems #section-ems .box-step .list-step .step__card .btn-wrap .btn-link:hover::before {
  filter: contrast(0)
}

.ems-detail .main-sub .main-in {
  height: 35.333333vw
}

.ems-detail .main-sub .main-bottom {
  background: rgba(0, 0, 0, 0);
  margin-top: -10.666667vw;
  margin-bottom: 0.666667vw
}

.ems-detail .main-sub .box-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 10vw;
  column-gap: 10vw;
  justify-content: unset;
  width: 100%;
  max-width: 84vw
}

.ems-detail .main-sub .box-content .des {
  margin-top: 4.666667vw
}

.ems-detail .main-sub .breadcrum {
  color: #fff
}

.ems-detail .main-sub .breadcrum li:last-child {
  color: #737373
}

.ems-detail #section-detail {
  position: relative;
  padding-bottom: 15rem
}

.ems-detail #section-detail .container {
  max-width: 85.333333vw;
  padding-left: 1vw;
  padding-right: 1vw
}

.ems-detail #section-detail .container img {
  border-radius: 0.666667vw;
  width: 85.333333vw
}

.products .main-sub .main-in {
  height: 35.333333vw;
  padding-top: 0
}

@media screen and (max-width: 767px) {
  .products .main-sub .main-in {
    background-color: #113040;
    background-image: url(../imgs/products1/main-pc.jpg)
  }
}

@media screen and (min-width: 768px) {
  .products .main-sub .main-in .img img {
    height: 35.3vw
  }
}

.products .main-sub .main-bottom {
  background: rgba(0, 0, 0, 0);
  margin-top: -10.666667vw;
  margin-bottom: 0.666667vw
}

.products .main-sub .box-content {
  padding-top: 7.333333vw
}

.products .main-sub .breadcrum {
  color: #fff
}

.products #section-products {
  padding-top: 24rem;
  padding-bottom: 15rem;
  background-image: url(../imgs/products1/bg-section.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
  z-index: 1
}

@media screen and (max-width: 767px) {
  .products #section-products {
    background-position: right;
    padding-top: 10rem;
    background-color: #0e151b
  }
}

.products #section-products .img {
  margin-top: -4rem
}

@media screen and (max-width: 767px) {
  .products #section-products .img {
    margin-top: 5rem
  }
}

.products #section-products h2.ttl-h2 {
  color: #fff
}

.products #section-products h2.ttl-h2 .en {
  font-family: var(--geist);
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 1rem
}

.products #section-products h2.ttl-h2 .en::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0
}

.products #section-products h2.ttl-h2 .ja {
  margin-top: 1.5rem;
  font-size: 4.5rem;
  font-weight: 100;
  display: block
}

@media screen and (max-width: 767px) {
  .main-sub.main--discontinued .main-in {
    background-image: url(../imgs/discontinued/main-pc.jpg);
    background-position: center
  }
}

section.discontinued {
  padding: 13rem 0
}

@media screen and (max-width: 767px) {
  section.discontinued {
    padding: 2rem 0
  }
}

section.discontinued .disconContainer {
  margin-top: 8rem
}

@media screen and (max-width: 767px) {
  section.discontinued .disconContainer {
    margin-top: 5rem
  }
}

section.discontinued .disconContainer table {
  width: 100%
}

section.discontinued .disconContainer table th,
section.discontinued .disconContainer table td {
  border: 2px solid #e5e5e5
}

section.discontinued .disconContainer table td {
  padding: 2rem 4rem
}

section.discontinued .disconContainer table td:nth-of-type(2) {
  background-color: #f7f7fe
}

@media screen and (max-width: 767px) {
  section.discontinued .disconContainer table td {
    padding: 1.2rem 2rem
  }
}

section.discontinued .disconContainer table th {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem 0;
  color: #fff;
  background-color: #000
}

section.discontinued .disconContainer table th:nth-of-type(2) {
  background-color: #001b55
}

section.discontinued .disconContainer table .midle {
  vertical-align: middle
}

section.discontinued .disconContainer table .product__wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
  column-gap: 3rem
}

@media screen and (max-width: 767px) {
  section.discontinued .disconContainer table .product__wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem
  }

  section.discontinued .disconContainer table .product__wrap .img {
    width: 100%
  }
}

section.discontinued .disconContainer table .content .date {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 25/15;
  border-radius: .4rem;
  background-color: #e6e6e6;
  padding: .3rem 2rem;
  width: -moz-fit-content;
  width: fit-content
}

@media screen and (max-width: 767px) {
  section.discontinued .disconContainer table .content .date {
    font-size: 12px
  }
}

section.discontinued .disconContainer table .content .name {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 1.4rem;
  line-height: 1.6666666667
}

@media screen and (max-width: 767px) {
  section.discontinued .disconContainer table .content .name {
    font-size: 14px
  }
}

section.discontinued .disconContainer table .content .note {
  font-size: 1.4rem;
  margin-top: 1.2rem
}

@media screen and (max-width: 767px) {
  section.discontinued .disconContainer table .content .note {
    font-size: 12px
  }
}

section.discontinued .disconContainer table .content a {
  color: blue;
  text-decoration: underline
}

section.discontinued-models {
  padding-bottom: 18rem
}

@media screen and (max-width: 767px) {
  section.discontinued-models {
    padding-top: 10rem
  }
}

section.discontinued-models .disconContainer {
  margin-top: 8rem
}

section.discontinued-models .disconContainer table {
  width: 100%
}

section.discontinued-models .disconContainer table th,
section.discontinued-models .disconContainer table td {
  padding: 2rem 3rem;
  border: 2px solid #e5e5e5
}

section.discontinued-models .disconContainer table th {
  font-size: 2rem;
  font-weight: 400;
  background-color: #d2d2d2;
  padding: 10px 10px 10px 30px
}

@media screen and (max-width: 767px) {
  section.discontinued-models .disconContainer table th {
    font-size: 2.4rem;
    width: 60%
  }

  section.discontinued-models .disconContainer table th:nth-of-type(2) {
    width: 40%
  }
}

section.discontinued-models .disconContainer table td .link-pdf {
  color: #005eff;
  position: relative;
  display: table
}

section.discontinued-models .disconContainer table td .link-pdf::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../imgs/company/ico-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem
}

section.discontinued-models .disconContainer table td .link-pdf:hover {
  text-decoration: underline
}

@media screen and (max-width: 767px) {
  section.discontinued-models .disconContainer table td {
    font-size: 12px
  }
}

@media screen and (max-width: 767px) {
  .main-sub.main--service .main-in {
    background-image: url(../imgs/service/main-pc.jpg);
    background-position: center
  }
}

section.service__wrap {
  padding-bottom: 9rem;
  padding-top: 9rem
}

section.service__wrap:last-of-type {
  padding-top: 16rem
}

section.service__wrap:last-of-type {
  padding-bottom: 16rem
}

section.service__wrap .serviceContainer {
  margin-top: 8rem
}

section.service__wrap .serviceContainer .list-item .item {
  display: flex;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  margin-bottom: 8rem
}

@media screen and (max-width: 767px) {
  section.service__wrap .serviceContainer .list-item .item {
    flex-wrap: wrap
  }
}

section.service__wrap .serviceContainer .list-item .item:last-child {
  margin-bottom: 0
}

section.service__wrap .serviceContainer .list-item .item .img {
  min-width: 36.2rem
}

@media screen and (max-width: 767px) {
  section.service__wrap .serviceContainer .list-item .item .img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: unset
  }
}

@media screen and (max-width: 767px) {
  section.service__wrap .serviceContainer .list-item .item .content {
    margin-top: 4rem
  }
}

section.service__wrap .serviceContainer .list-item .item .content .ttl-sub {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: var(--geist);
  text-transform: uppercase;
  position: relative
}

@media screen and (max-width: 767px) {
  section.service__wrap .serviceContainer .list-item .item .content .ttl-sub {
    font-size: 14px
  }
}

section.service__wrap .serviceContainer .list-item .item .content .ttl-sub span {
  background-color: #fff;
  padding-right: 1rem;
  position: relative;
  z-index: 1
}

section.service__wrap .serviceContainer .list-item .item .content .ttl-sub::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #000;
  left: 0
}

section.service__wrap .serviceContainer .list-item .item .content .ttl-h3 {
  font-size: 3rem;
  margin: 2rem 0;
  font-weight: 300
}

@media screen and (max-width: 767px) {
  section.service__wrap .serviceContainer .list-item .item .content .ttl-h3 {
    font-size: 22px
  }
}

section.service__wrap .serviceContainer .list-item .item .content .des {
  font-size: 1.6rem;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  section.service__wrap .serviceContainer .list-item .item .content .des {
    font-size: 14px
  }
}

.top-service__imgWrap {
  overflow: hidden
}

.top-service__imgWrap img {
  transition: .4s
}

.top-service__imgWrap img:hover {
  transform: scale(1.2);
  opacity: .7
}

.header-gtranslate_inner {
  padding: 0.1984126984vw 0 0 0
}

.header-gtranslate_inner .glink {
  transition: .2s
}

.header-gtranslate_inner .glink:hover {
  background-color: hsla(0, 0%, 100%, .5333333333)
}

.top-mv__imgNameWrap {
  z-index: 12
}

.top-mv__txt {
  font-size: 1.2vw;
  margin-bottom: 3.666667vw
}

@media screen and (max-width: 767px) {
  .top-mv__txt {
    font-size: 12px
  }
}

.top-mv__ttl--en {
  color: #c7c7c7;
  font-size: 2.8vw;
  font-weight: 100;
  font-family: var(--geist);
  line-height: 1.1;
  margin-bottom: 4.266667vw;
  width: 23vw;
  text-align: right;
  font-style: italic
}

@media screen and (max-width: 767px) {
  .top-mv__ttl--en {
    width: 100%;
    font-size: 26px;
    text-align: justify
  }
}

.top-mv__imgWrap {
  width: 49%
}

@media screen and (max-width: 767px) {
  .top-mv__imgWrap {
    top: 40%;
    right: 50%
  }
}

.top-mv__imageName-content {
  z-index: -1
}

.top-mv__imageName-content.active {
  z-index: 1
}

.page-id-676 .breadcrumbs {
  width: 99%
}

.p-loading {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
  background: #fff;
  opacity: 1;
  transition: opacity 1s ease;
  transform: translateZ(1px)
}

.p-loading.is-hidden {
  opacity: 0
}

.p-loading__video {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  margin: auto;
  background: #fff
}

#top-mv__bg-5 {
  background-position: top center
}

#right_fixed {
  transition: .2s;
  visibility: hidden;
  opacity: 0
}

#right_fixed.active {
  visibility: visible;
  opacity: 1
}

.to-top {
  position: fixed;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  bottom: 6rem;
  right: 6rem;
  z-index: 9;
  background-image: url(../imgs/common/return-top.svg);
  background-size: 102%;
  background-position: center;
  background-color: #fff;
  border: .2rem solid #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 10rem;
    width: 10rem;
    height: 10rem;
    right: 2rem
  }
}

.ems-lower-type {
  aspect-ratio: unset
}

#top-mv__img-1 {
  width: 70vw
}

@media screen and (max-width: 767px) {
  #top-mv__img-1 {
    width: 250px
  }
}

#top-mv__img-3 {
  width: 26.666667vw
}

@media screen and (max-width: 767px) {
  #top-mv__img-3 {
    width: 250px
  }
}

.page-id-634 .main-sub .main-in .img {
  margin-bottom: -0.15vw
}

.c-scroll {
  height: 60px
}

.ems-cordination__card-step .no {
  transform: translateX(-15px) translateY(-6px)
}

.ems-about__headWrap .img {
  margin-top: 7rem
}

.section-detail .img video,
#section-detail .img video {
  width: 100%;
  height: 29vw;
  border-radius: 20px
}

@media screen and (max-width: 767px) {

  .section-detail .img video,
  #section-detail .img video {
    height: 59vw
  }
}

.ems-lower-type__img {
  margin-bottom: 2rem
}

.img-mt4 {
  margin-top: 4rem
}

.pDetail-2col__heading {
  font-size: 23px
}

.pDetail-2col__heading--ul {
  text-decoration: unset;
  line-height: unset;
  text-underline-offset: unset
}

.pDetail-spec-table__headerWrap {
  align-items: center
}

.pDetaio-option-soft-table th>div {
  display: flex;
  align-items: center
}

.aoi-mvContent__description {
  font-weight: unset
}

@media screen and (min-width: 768px) {
  .product-detail__product__listWrap {
    max-width: 616px
  }

  .product-detail__product__list {
    max-width: 650px
  }

  .pDetail-mvContent__headingSub {
    font-size: 1.333333vw;
    font-weight: 100
  }

  .pDetail-mvImage__thumbs {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    width: 10vw;
    right: 0
  }

  .pDetail-mvImage__thumbs:has(.pDetail-mvImage__thumbsUnit:nth-child(5)) {
    grid-template-columns: 1fr 1fr
  }

  .pDetail-mvImage__captionWrap {
    padding-left: unset;
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: wrap;
    position: absolute;
    justify-content: center;
    padding: 1.333333vw;
    padding-top: 0.666667vw;
    right: -17vw;
    bottom: -3vw;
    width: 13.666667vw;
    height: 10.133333vw;
    border-radius: 0.266667vw
  }

  .pDetail-mvImage__captionLeft {
    color: #000
  }

  .pDetail-mvImage__captionRight {
    width: 100%;
    height: unset;
    padding: unset
  }

  .pDetail-mvImage__captionRight a {
    background-color: #000;
    font-size: 0.866667vw;
    padding: 1.066667vw 1.133333vw;
    border-radius: 0.133333vw;
    color: #fff;
    text-align: center
  }

  .pDetail-mvImage__captionRight a:hover {
    opacity: .7
  }

  .pDetail-mvImage__captionName {
    height: unset
  }

  .pDetail-mvInner {
    justify-content: space-between
  }

  .pDetail-mvImage__image {
    width: 28vw
  }

  .l-wrap--pDetail-mv,
  .l-wrap--aoi-mv {
    max-width: 82.333333vw;
    padding-left: 8.466667vw;
    padding-right: 2.666667vw;
    margin-left: unset;
    margin-right: unset
  }

  .pDetail-mvImage {
    flex: 0 0 38.407407vw
  }

  .header-nav__wrap-inner {
    width: 100vw;
    max-width: 90.133333vw;
    justify-content: center
  }

  .header-nav-item__button.calendar {
    background-color: #fff;
    border: 1px solid #000
  }

  .header-nav-item__button.calendar a {
    color: #000
  }

  .header-nav-item__button.calendar a .demo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Crect x='0.4' y='1.4' width='15.2' height='11.2' fill='white' stroke='black' stroke-width='0.8'/%3E%3Cline y1='4' x2='16' y2='4' stroke='black'/%3E%3Cline x1='4' y1='2.5' x2='4' y2='0' stroke='black'/%3E%3Cline x1='8' y1='2.5' x2='8' y2='0' stroke='black'/%3E%3Cline x1='12' y1='2.5' x2='12' y2='0' stroke='black'/%3E%3Cline x1='3' y1='6.5' x2='6' y2='6.5' stroke='black'/%3E%3Cline x1='10' y1='6.5' x2='13' y2='6.5' stroke='black'/%3E%3Cline x1='3' y1='8.5' x2='6' y2='8.5' stroke='black'/%3E%3Cline x1='10' y1='8.5' x2='13' y2='8.5' stroke='black'/%3E%3Cline x1='3' y1='10.5' x2='6' y2='10.5' stroke='black'/%3E%3Cline x1='10' y1='10.5' x2='13' y2='10.5' stroke='black'/%3E%3C/svg%3E")
  }

  .header-nav-item__button a {
    justify-content: flex-start
  }

  .header-nav-item__button--youtube {
    padding: .322751vw 0 0;
    width: 100%
  }

  .header-nav-item__button--youtube .underline {
    position: relative;
    padding-bottom: 0.333333vw
  }

  .header-nav-item__button--youtube .underline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.066667vw;
    background-color: #000;
    bottom: 0;
    left: 0
  }

  .header-nav-item__butotns--2nd .in-row {
    display: flex;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem
  }

  .header-nav-item__button {
    text-align: left
  }

  .header-nav-item__butotns--2nd {
    flex: 0 0 19.301587vw
  }

  .header-nav__item--2nd a {
    font-size: 1.066667vw;
    border-bottom: 1px solid;
    display: inline;
    padding-bottom: 0.1968253968vw
  }

  .header-nav__item--2nd a::before {
    content: none
  }

  .header-nav__item--2nd {
    font-size: 1.066667vw
  }

  .header-nav__item--3rd a::before {
    content: none
  }

  .header-nav__wrap--3rd {
    padding-left: 0;
    margin-top: 1.466667vw;
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .header-nav__wrap--3rd.col-3-pc {
    grid-template-columns: 1fr 1fr 1fr
  }

  .header-nav__wrap--3rd a {
    font-size: 0.8vw;
    font-weight: 400
  }

  .header-nav__wrap--3rd a span.hl {
    font-size: 0.933333vw;
    font-weight: 500;
    margin-left: 0.333333vw
  }

  .header-nav__items {
    width: 41vw;
    padding-left: 3.984127vw
  }

  .hader-nav__itemWrap-mb {
    margin-bottom: 3.333333vw
  }

  .header-nav__wrap--2nd {
    background-color: #eaeaea
  }

  .pDetail-mvContent__products {
    font-family: "Geist", sans-serif;
    font-size: 0.9259259259vw
  }

  .aoi-mvContent__headingMain {
    font-size: 3.7037037037vw;
    margin-bottom: 6.666667vw
  }

  .aoi-mvContent__description {
    font-size: 1.1904761905vw;
    width: 35vw
  }

  .aoi-mvImage {
    width: 32.666667vw
  }

  .l-wrap--aoi-mv {
    max-width: 86.333333vw
  }

  .product-aoi__mv {
    height: 44.666667vw
  }

  .aoi-mvContent {
    padding-top: 12vw
  }
}

@media screen and (max-width: 767px) {
  header.panelactive .header-logoContent2 .wht {
    display: block !important
  }

  header.panelactive .header-logoContent2 .blk {
    display: none !important
  }

  .recruit-desc-table th>div {
    font-size: 16px
  }

  .quality-qa-banner {
    background-position: right
  }

  .quality-data-tableWrap {
    overflow: scroll
  }

  .quality-certWrap {
    grid-template-columns: 1fr 1fr;
    gap: 50px
  }

  .quality-policyWrap {
    padding-left: 20px;
    padding-right: 20px
  }

  .ems-quality-cert-list {
    grid-template-columns: 1fr 1fr 1fr
  }

  .pDetail-2col {
    flex-wrap: wrap
  }

  .pDetail-2col__content--minor {
    order: 1;
    flex: unset
  }

  .pDetail-2col__content--pRight40 {
    padding-right: 0;
    order: 2
  }

  .pDetail-product-2col {
    flex-wrap: wrap
  }

  .pDetail-spec-table__headerWrap {
    flex-direction: unset;
    gap: 9px;
    align-items: center
  }

  .pDetail-spec-table__image {
    height: unset
  }

  .pDetail-compare-table--mb120 {
    overflow: scroll
  }

  .bread-wrap {
    margin-left: 0
  }

  .product-detail__option__txtWrap {
    margin-bottom: 20px
  }

  .pDetail-spec-table td {
    font-size: 14px
  }

  .product-detail__option__aboutWrap {
    border-top: none;
    padding-top: 0
  }

  .product-detail__option__content {
    margin-bottom: 0;
    padding-bottom: 50px;
    border-bottom: solid 1px
  }

  .product-detail__option__content:last-child {
    border: none
  }

  .product-detail__option__content:not(:last-child) {
    margin-bottom: 50px
  }

  .product-detail__lineup__img-name {
    text-align: center;
    left: 0;
    width: 100%
  }

  .product-detail__lineup__imgWrap {
    padding-bottom: 30px
  }

  .product-detail__lineup {
    padding-top: 100px
  }

  .product-detail__product__movie-btn::before {
    width: 70px;
    height: 70px
  }

  .product-detail__product__movie-btn::after {
    border-left: solid 21px #fff;
    border-top: solid 12px rgba(0, 0, 0, 0);
    border-bottom: solid 12px rgba(0, 0, 0, 0)
  }

  .pDetail-mvImage__image img {
    max-width: 38.148148vw
  }

  .aoi-mvContent__description {
    width: 100%
  }

  .product-search-submit button {
    padding: 13px;
    font-size: 16px
  }

  .aoi-mvInner {
    padding-bottom: 50px
  }

  .aoi-mvContent {
    padding-top: 120px
  }

  .aoi-mvImage {
    padding-top: 20px;
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 0
  }

  .pDetail-mvContent__products {
    font-size: 14px
  }

  .aoi-product__wrap {
    flex-wrap: wrap
  }

  .aoi-product__buttonWrap {
    margin-bottom: 20px
  }

  .aoi-product-movieWrap {
    width: 330px
  }

  .aoi-value__wrap {
    grid-template-columns: 1fr
  }

  .aoi-lighting__head {
    flex-wrap: wrap
  }

  .aoi-lighting__typeWrap {
    padding: 50px 28px 75px
  }

  .aoi-lighting__heading3 {
    font-size: 44px
  }

  .aoi-case-list--lighting {
    display: flex;
    width: 100%;
    flex-wrap: wrap
  }

  .l-wrap--aoi-feature {
    padding-top: 70px;
    padding-bottom: 70px
  }

  .l-wrap--aoi-type {
    padding-bottom: 70px
  }

  .aoi-lighting__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
  }

  .l-wrap--aoi-product {
    padding-top: 100px
  }

  .breadcrumbsWrap {
    padding-left: 10px
  }

  .product__lineup__heading3--link {
    flex-wrap: wrap
  }

  #line-image {
    overflow: scroll
  }

  #line-image svg {
    width: 600px;
    height: 500px
  }

  .pDetail-lineup__headingWrap {
    flex-wrap: wrap
  }

  .pDetail-lineup__heading {
    font-size: 30px
  }

  .pDetail-lineup__heading-sub {
    font-size: 28px
  }

  .quality-cert__title {
    font-size: 18px
  }

  .quality-qa-banner__title-sub {
    font-size: 23px
  }

  .quality-qa-banner__title {
    font-size: 37px
  }

  .quality-qa-banner__title-sub {
    margin-top: 10px
  }

  .header-nav__item.sp-only .header-nav__link::before {
    content: none
  }

  .header-nav__link {
    padding: 15px 0
  }

  .header-nav__link::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../imgs/common/ico-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
  }

  .header-nav__menu-title {
    display: none
  }

  header.panelactive .header-nav__item.plus {
    margin-bottom: 5px
  }

  header.panelactive .header-nav__spMap {
    font-size: 13px;
    font-weight: 500;
    color: #a2a2a2
  }
}

.header-nav__menu-title {
  display: none
}

.header-nav__link .text-sp {
  display: none
}

@media screen and (max-width: 767px) {
  header.panelactive {
    background-color: #113040 !important
  }

  .openBtn.active span:nth-of-type(1),
  .openBtn.active span:nth-of-type(2) {
    background-color: #fff
  }

  .header-nav__items {
    margin-top: 30px
  }

  header.panelactive .header-nav__item>a {
    font-size: 19px
  }

  header.panelactive .header-nav__item--2nd a {
    font-size: 16px
  }

  header.panelactive .header-nav__item.active a {
    color: #000
  }

  header.panelactive .header-nav__item.active a .expand {
    right: 15px
  }

  header.panelactive .header-nav__item.active a .expand::before {
    background-color: #000
  }

  header.panelactive .header-nav__item.active a .expand::after {
    content: none
  }

  header.panelactive .header-nav__item--3rd a {
    font-size: 12px
  }

  header.panelactive .header-nav__item--3rd a .hl {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px
  }

  .header-nav__item--2nd,
  .header-nav__item--3rd {
    margin-bottom: 20px
  }

  .header-nav__item--2nd {
    padding-left: 12px
  }

  .header-nav__wrap--3rd {
    padding-left: 30px
  }

  .hader-nav__itemWrap-mb {
    margin-bottom: 28px
  }

  .header-nav__items {
    display: none
  }

  header.panelactive .header-nav__items .fz-sp-normal .header-nav__item--3rd a {
    font-size: 14px
  }

  header.panelactive .header-nav__items.fz-sp-normal .header-nav__item--3rd a {
    font-size: 14px
  }

  header.panelactive .header-nav__item {
    padding-left: 2rem
  }

  header.panelactive .header-nav__item.active {
    background-color: #fff;
    border-radius: .6rem;
    padding: 2rem
  }

  header.panelactive .header-nav__item a {
    color: #fff
  }

  .header-btn--download {
    display: none
  }

  header.panelactive .header-nav__btnWrap {
    margin-top: 70px
  }

  header.panelactive .header-gtranslate_wrapper {
    order: 1;
    z-index: 9999
  }

  header.panelactive .gtranslate-arrow::after,
  header.panelactive .gtranslate-arrow::before {
    background-color: #fff
  }

  header.panelactive .glink {
    color: #fff !important
  }

  header.panelactive .header-gtranslate_inner {
    border-color: #fff
  }

  header.panelactive .header-btn--wh {
    order: 2;
    background-color: #fff !important
  }

  header.panelactive .header-btn--bk {
    order: 3;
    color: #fff;
    border: 1px solid #fff !important;
    background-color: unset !important
  }

  header.panelactive .header-btn--wh::before {
    background-color: #fff !important
  }

  header.panelactive .header-btn--wh p {
    color: #000
  }

  header.panelactive .header-btn--bk::before {
    background-color: unset !important
  }

  header.panelactive .header-btn--bk p {
    color: #fff
  }

  .header-nav__item#current .header-nav__link::after {
    content: none
  }

  header.panelactive .header-nav__spInfo {
    color: #fff
  }

  header.panelactive .header-nav__spTelHeading {
    font-size: 16px
  }

  header.panelactive .header-nav__spTel {
    font-family: var(--geist);
    font-weight: 100;
    font-size: 33px;
    display: inline
  }

  header.panelactive .header-nav__spHour {
    display: inline;
    font-weight: 100;
    font-size: 12px
  }

  .glink {
    font-size: 13px
  }

  .header-gtranslate_wrapper {
    width: 57px;
    height: 33px
  }

  .gtranslate-arrow {
    padding: 7px;
    top: 8px
  }

  header.panelactive .header-nav__spTelWrap {
    border-bottom: 1px solid #3d5867;
    padding-bottom: 15px
  }

  header.panelactive .header-nav__item a .text-sp {
    display: inline
  }

  header.panelactive .header-nav__item a .expand {
    width: 27px;
    height: 27px;
    position: absolute;
    right: 15px
  }

  header.panelactive .header-nav__item a .expand::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 18px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%)
  }

  header.panelactive .header-nav__item a .expand::after {
    content: "";
    position: absolute;
    top: 6px;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%)
  }

  .header-nav__spMap {
    position: relative;
    display: inline-block
  }

  .header-nav__spMap::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(../imgs/common/arrow-gmap.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: -15px;
    bottom: 3px
  }

  header.panelactive .header-nav__list {
    gap: 12px
  }

  header.panelactive .header-nav__menu-title {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-indent: -11px
  }
}