@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;
  list-style: none;
}

/**
* 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;
}

/* 確認ページだけ */
.download-confirm .wpcf7 .wpcf7-submit:disabled {
  cursor: pointer !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/**
* 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;
}

/*
=========================================================
* サイトの基本設定
=========================================================
*/
html {
  scroll-behavior: auto;
  height: auto !important;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  transition: background-color 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #23302C;
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: calc(0px - var(--scroll-y));
}

body.menu-open .header-outer {
  background-color: rgba(27, 63, 130, 0.9);
  transition: background-color 0.3s ease-in-out;
}

body.menu-open .header-logo__link--group {
  position: relative;
  z-index: -1;
}

body.menu-open .header-logo__link--main {
  background-image: url("../imgs/common/logo-wh.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body.menu-open .header-logo__link--main img {
  opacity: 0;
  visibility: hidden;
  /* または display: none; でも良いが、アニメーションの互換性のために opacity/visibility が推奨される */
}

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

p {
  font-size: 16px;
}
a,
tr,
th,
td {
  font-size: 16px;
}
.l-section {
  padding-block: 160px;
}
.l-sub-section {
  padding-top: 120px;
  padding-bottom: 230px;
  display: flex;
  flex-direction: column;
  gap: 157px;
}
.l-main-right {
  max-width: 1128px;
  flex: 1;
  min-width: 0;
  box-sizing: content-box;
  position: relative;
}

.l-main-left {
  max-width: 960px;
  flex: 1;
  min-width: 0;
  box-sizing: content-box;
  position: relative;
}

.l-2col-container {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  padding-left: clamp(20px, 5%, 96px);
  padding-right: clamp(20px, 9.25%, 170px);
}
.l-wrap {
  max-width: 1712px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 40px;
}
.l-sub-section__wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(16px, 15.73vw - 85.1px, 216px);
}
.l-main-bg {
  background-color: #F6F9F7;
}

.l-main-bg .l-sub-section__wrap {
  padding-block: 120px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-inline: clamp(16px, 15.73vw - 85.1px, 216px);
}
.l-main__Wrap {
  padding-top: 38px;
  max-width: 1488px;
  margin-inline: auto;
  position: relative;
  border-top: 2px solid #C1CCC5;
}

.l-main__Wrap::before {
  position: absolute;
  display: block;
  content: "";
  width: 5%;
  height: 2px;
  top: -2px;
  left: 0;
  background: #028143;
}

.l-main__Wrap:not(:last-child) {
  margin-bottom: 157px;
}
.l-inner {
  max-width: 1140px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  width: 100%;
}
.l-container {
  padding-top: 96px;
  padding-bottom: 96px;
}
.sp-only {
  display: none;
}
.tab-only {
  display: none;
}
.color-wh {
  color: #ffffff !important;
}

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

.two-header {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 64px;
}
.two-header .two-heading1--ja {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.two-headerInner {
  flex: 1;
}

.two-header__txt {
  flex: 0 1 674px;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
@keyframes headingLiner {
  0% {
    transform-origin: 0% 50%;
    transform: scaleX(0);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  51% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
}
.two-imgWrap {
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 920/479;
  width: 920px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 6px;
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.5s ease-in-out;
}

.two-imgWrap img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(0.8);
}

.two-imgWrap.loaded {
  opacity: 1;
}

.two-imgWrap.loaded img {
  transform: scale(1.2);
}

.two-header__bottomTxt {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.two-header__bottomTxt p {
  width: 920px;
}

.two-header__bottomTxt.loaded {
  opacity: 1;
}

.two-content {
  position: relative;
}

.two-content__bg {
  position: absolute;
  top: -16.6666666667vw;
  right: 0;
  width: 100vw;
  height: 100%;
  background: url(../imgs/common/bg.svg) no-repeat top left/40%;
  z-index: -1;
}

.two-content__ttl {
  font-size: 70px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #000;
  margin-bottom: 40px;
}
.post-heading1 {
  color: #028143;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #028143;
  padding-bottom: 32px;
  margin-bottom: 27px;
}

.post-tagWrap {
  display: inline-block;
}
.c-listItem__imgWrap {
  aspect-ratio: 346/246;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}
.c-listItem__imgWrap::before {
  position: absolute;
  content: attr(data-txt);
  background-color: #000;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  padding: 7px 44px 7px 20px;
  border-radius: 0 6px 0 0;
  z-index: 10;
}
.c-listItem__imgWrap img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
  will-change: transform;
}

.c-listItem__imgWrap--txtNone::before {
  content: none;
}

.post-listItem__imgWrap::before {
  padding: 6px 32px;
  font-family: "Roboto", sans-serif;
}

.c-listItem__imgWrap--hidden {
  opacity: 0;
  transform: translateY(2.0833333333vw);
  transition: all 2s;
}

.c-listItem__imgWrap--border {
  border: solid 1px #000;
}

.c-content__section {
  background: linear-gradient(0deg, transparent 25%, #000 25%);
  padding-top: 100px;
}
.c-content__ttlWrap {
  text-align: center;
  margin-bottom: 46px;
}

.c-content__ttl {
  line-height: 1;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2rem;
  position: relative;
  padding-bottom: 60px;
}
.c-content__ttl::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 30px;
}

.c-content__list {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.c-content__item {
  flex: 1;
  max-width: 227px;
}
.c-content__link {
  border: solid 1px #BAD0E3;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.c-content__link-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.c-content__imgWrap {
  background-color: #EAF1FC;
  border-radius: 50%;
  width: 115px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.c-content__imgWrap img {
  width: 70%;
}

.c-content__arrow {
  position: relative;
  height: 9px;
}
.c-content__arrow::before {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%) rotate(-45deg);
  width: 18px;
  height: 18px;
  border-left: solid 4px #000;
  border-bottom: solid 4px #000;
  content: "";
}
.c-proposal__2colContent {
  background: #F1F6FE;
  border-radius: 9px;
  padding: 80px 76px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.c-proposal__2col-txtWrap {
  flex: 1;
}

.c-proposal__topTxt {
  display: flex;
  align-items: center;
  gap: 17px;
  transform: translateY(-50%);
  margin-bottom: 10px;
  color: #000;
}

.c-proposal__topTxt p {
  font-size: 18px;
  font-weight: 600;
}
.c-proposal__topTxt span {
  width: 103px;
  height: 1px;
  background: currentColor;
}
.c-proposal__heading2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.c-proposal__heading2 span {
  display: inline-block;
}

.c-proposal__txt {
  font-size: 18px;
}
.c-proposal__2col-imgWrap {
  aspect-ratio: 1/1;
  flex: 0 1 360px;
  overflow: hidden;
  border-radius: 6px;
}
.c-proposal__2col-imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
}

.upper-btnWrap {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  width: 72px;
  height: 72px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(200px);
}
.upper-btnWrap::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-90deg);
  content: "";
  background: url(../imgs/common/arrow-wh-t.svg) no-repeat center/contain;
  width: 48%;
  height: 48%;
}
@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);
  }
}
.footer-cta-action {
  background-color: #F6F9F7;
  color: #028143;
  padding: 6px;
}

.footer-cta-action .l-wrap {
  padding-inline: 0;
  max-width: 100%;
}

.footer-cta-action__Wrap {
  display: flex;
}

.footer-cta-action__Wrap:hover .footer-cta-action__item::after {
  opacity: 0;
}
.footer-cta-action__item {
  flex: 0 0 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 76px;
  position: relative;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

.footer-cta-action__item:nth-child(1) {
  padding-left: calc(50vw - 861px + 40px);
  padding-right: 35px;
}

.footer-cta-action__item:nth-child(2) {
  padding-right: calc(50vw - 861px + 40px);
  padding-left: 35px;
}

.footer-cta-action__item:hover {
  background-color: #028143;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.footer-cta-action__item:hover span {
  color: #fff;
}

.footer-cta-action__item:hover .c-heading2--en2 .icon-title {
  content: url(../imgs/common/icon-subtract_wh.svg);
}

.footer-cta-action__item:hover:nth-child(1) .c-heading2--ja2 .icon-title {
  content: url(../imgs/common/icon-search_wh.svg);
}

.footer-cta-action__item:hover:nth-child(2) .c-heading2--ja2 .icon-title {
  content: url(../imgs/common/icon-estimate_wh_big.svg);
}

.footer-cta-action__item:hover .c-arrow {
  transform: translateX(5px);
}

.footer-cta-action__item .top-title {
  margin-bottom: 0;
}

.footer-cta-action__item .c-arrow {
  width: 28px;
  height: 19px;
  background-color: transparent;
  color: #028143;
  transition: transform 0.3s ease;
}

.footer-cta-action__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  height: 62.8%;
  width: 2px;
  background-color: #C1CCC5;
  transition: opacity 0.3s;
}
.footer-cta-contact {
  background-color: #028143;
  color: #ffffff;
  padding-block: 76px;
}
.footer-cta-contact__Wrap {
  display: flex;
  justify-content: space-between;
}
.cta-label {
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #E6EEE9;
  min-height: 41px;
}
.cta-label-tel {
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.cta-label-form {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.footer-cta-contact__body {
  display: flex;
  flex-direction: column;
  flex: 0 0 720px;
}
.cta-tel {
  margin-bottom: 48px;
}
.cta-tel__list {
  display: flex;
  gap: 30px;
}
.cta-tel__note {
  line-height: 1.6;
}

.cta-form .c-link span {
  left: auto;
  right: 0;
  transform: translate(-50%, 0);
}

.cta-tel__item {
  display: flex;
  line-height: 1;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

.cta-tel__item span,
.cta-tel__item a {
  font-size: 17px;
}
.cta-form__grid {
  display: flex;
  gap: 32px;
}
.cta-form__box {
  flex: 1;
}

.cta-form__box .c-link {
  justify-content: center;
  padding: 20px;
}
.footer {
  padding-block: 96px 76px;
  background-color: #F6F9F7;
}
.footer-inner {
  display: flex;
  gap: clamp(40px, 8vw, 120px);
  margin-bottom: 76px;
}
.footer-logo__link {
  display: block;
  margin-bottom: 48px;
}
.footer-company-infoWrap {
  flex: 0 0 clamp(165px, 20.8vw - 132px, 267px);
}

.footer-location {
  margin-bottom: 20px;
}

.footer-location:last-of-type {
  margin-bottom: 0;
  padding-bottom: 87px;
}
.footer_bnr_wrap {
  display: flex;
  gap: 20px;
  max-width: 600px;
  margin-top: 50px;
}
header .footer_bnr_wrap {
  display: none;
}
.footer-location__ttl {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.footer-location__txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: clamp(10px, 9.05vw - 125.71px, 48px);
       column-gap: clamp(10px, 9.05vw - 125.71px, 48px);
  row-gap: 50px;
  justify-content: space-between;
  padding-top: 57px;
  border-top: 1px solid #E6EEE9;
}
.footer-sitemap__column .foot_list:first-child {
  margin-bottom: 48px;
}

.foot_list {
  white-space: nowrap;
}

.foot_list li {
  color: #7C8E88;
  font-feature-settings: "palt" on;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
}

.foot_list li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-sitemap__parent {
  display: inline-block;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  border-bottom: 1px solid #23302C;
  margin-bottom: 25px;
}

.foot_list_last {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.footer-sitemap__parent_nochild {
  font-feature-settings: "palt" on;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #23302C;
  /* $color_gr_dark */
  margin-bottom: 10px;
  /* 必要に応じてリンク間の隙間を調整 */
}

.footer_bnr:not(:last-child) {
  margin-bottom: 12px;
}
.footer-copyWrap {
  text-align: right;
}

.footer-copyWrap small {
  color: #C1CCC5;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}
body.hidden {
  overflow: hidden;
  height: 100%;
}

.header-cr {
  background-color: #028143;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.0833333333vw;
  padding: 18px 40px 0;
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
  left: 0;
  height: 116px;
  transition: transform 0.3s ease, height 0.4s ease, background-color 0.4s ease, top 0.4s ease, bottom 0.4s ease;
  background-color: #ffffff;
  overflow: visible;
}

header.is-form-shadow {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
}
@keyframes slideUpMenu {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* --- PCホバー時の背景切り替え演出 --- */
.header-navContent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.78125vw;
}
.header-logoWrap img {
  width: 13.3333333333vw;
  max-width: 256px;
}
.header-sub {
  display: none;
}
.header-navContent.hidden {
  overflow: hidden;
}

.header-nav__Wrap {
  display: flex;
  gap: 1.25vw;
  align-items: center;
}
.header-nav__Wrap--left {
  display: flex;
  gap: 1.6666666667vw;
  align-items: center;
}
.header-nav__Wrap--right {
  display: flex;
  gap: 8px;
}
.header-nav__Wrap--right.tab-only {
  display: none;
}
.header-nav__Wrap--item#is-current a {
  color: #028143;
  font-weight: 500;
}

.header-nav__Wrap--item a {
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: color 0.3s ease;
}
.header-nav__Wrap--tel span {
  display: inline-block;
  margin-right: 8px;
}
.header-nav__Wrap--tel a {
  color: #7C8E88;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.header-nav__Wrap--tel a:not(:last-child) {
  border-right: 1px solid #E6EEE9;
  padding-right: 12px;
}
.header-nav__Wrap--tel a:not(:first-child) {
  padding-left: 6px;
}
.header-btn {
  font-size: 0.7291666667vw;
  font-weight: 500;
  padding: 0.7291666667vw 1.0416666667vw;
  line-height: 1;
  min-width: 142px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 3px;
}
.header-btn span {
  position: relative;
  z-index: 50;
}

.header-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: transform ease 0.4s;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.header-btn--dl {
  background-color: #ffffff;
  color: #028143;
  transition: all 0.3s;
  border: 1px solid #E6EEE9;
}

.header-btn--dl::before {
  background: #E6EEE9;
}
.header-btn--dl {
  /* --- ホバー時：背景白、文字グリーン --- */
}

.header-btn--dl:hover {
  background-color: #ffffff;
  color: #028143;
  border: 1px solid #028143;
}

.header-btn--dl:hover span {
  color: #028143;
}

.header-btn--dl:hover::before {
  background-color: #E6EEE9;
}
.header-btn--gr {
  /* --- 通常時：背景グリーン、文字白 --- */
  background-color: #ffffff;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid #028143;
}

.header-btn--gr span {
  color: #ffffff;
}

.header-btn--gr::before {
  background-color: #028143;
}

.header-btn--gr {
  /* --- ホバー時：背景白、文字グリーン --- */
}

.header-btn--gr:hover {
  background-color: #ffffff;
  color: #028143;
  border: 1px solid #028143;
}

.header-btn--gr:hover span {
  color: #028143;
}

.header-btn--gr:hover::before {
  background-color: #028143;
}

.header-btn--gr:hover .icon img {
  content: url(../imgs/common/icon-estimate_gr.svg);
}

.header-nav__list {
  display: flex;
  padding-top: 1px;
  background-image: linear-gradient(90deg, rgba(230, 238, 233, 0) 0%, #E6EEE9 40%);
  background-size: 95% 1px;
  background-position: top right;
  background-repeat: no-repeat;
}
.header-nav__item {
  position: static;
}

.header-nav__item:hover .header-nav__link {
  color: #028143;
}
.header-nav__item#current .header-nav__link {
  color: #028143;
}
.header-nav__link span.open::after {
  transform: translate(50%, -50%) rotate(180deg);
  opacity: 0;
}
.header-nav__link {
  font-size: 0.7291666667vw;
  padding-block: 13.5px 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  padding-inline: 24px;
  display: flex;
  align-items: center;
  gap: 3px;
  z-index: 10;
}

.header-nav__link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  z-index: -1;
  transition: background-color 0.3s ease;
  pointer-events: auto;
}

.header-nav__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"%3E%3Cpath d="M4 8.18205L7.11125 5L8 5.90897L4 10L0 5.90897L0.888749 5L4 8.18205Z" fill="%2323302C"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.header-nav__item:hover .header-nav__link {
  color: #028143 !important;
}

.header-nav__item:hover .header-nav__link::before {
  background-color: #fff;
}

.header-nav__item:hover .header-nav__link::after {
  filter: invert(34%) sepia(85%) saturate(390%) hue-rotate(94deg) brightness(91%) contrast(89%);
}
/* メガメニュー本体 */
/* メガメニュー本体 */
.header-nav__2levels {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 100;
  pointer-events: none;
}
/* 中身のレイアウト */
.header-nav__2levelsInner {
  max-width: 1728px;
  width: 90%;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.header-nav__2levels__nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 24px;
}

.header-nav__2levels__nav-list.is-design-grid {
  display: flex;
  gap: 144px;
}
.header-nav__2levels__nav-item.is-current .header-nav__2levels__nav-link {
  color: #028143 !important;
  font-weight: 500;
  text-shadow: 0 0 0.1px currentColor;
}

.header-nav__2levels__nav-item.is-current .header-nav__2levels__nav-link .c-arrow {
  color: #028143;
}

.header-nav__2levels__nav-item.is-current .header-nav__2levels__nav-link .c-arrow span {
  height: 1.5px;
}

.header-nav__2levels__nav-item.is-current .header-nav__2levels__nav-link .c-arrow span:after {
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.header-nav__2levels__nav-item a.header-nav__2levels__nav-link {
  color: #7C8E88;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
  text-shadow: none;
  transition: color 0.1s ease, text-shadow 0.1s ease;
}
.header-nav__2levels__nav-item a.header-nav__2levels__nav-link:hover {
  color: #028143;
  text-shadow: 0 0 0.1px currentColor;
}

.header-nav__2levels__nav-item a.header-nav__2levels__nav-link:hover .c-arrow {
  color: #028143;
}

.header-nav__2levels__nav-item a.header-nav__2levels__nav-link:hover .c-arrow span {
  height: 1.5px;
  transition: height 0.1s ease;
}

.header-nav__2levels__nav-item a.header-nav__2levels__nav-link:hover .c-arrow span:after {
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}

.header-nav__2levels__nav-item .c-arrow {
  width: 12px;
  height: 7px;
  background-color: transparent;
  color: #7C8E88;
  transition: color 0.1s ease, filter 0.1s ease;
}
.header-nav__2levels__nav-item .c-arrow span {
  width: 12px;
  height: 1px;
  transition: height 0.1s ease;
}

.header-nav__2levels__nav-item .c-arrow span:after {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transition: border-width 0.1s ease;
}

.header-nav__2levels__ttlWrap {
  display: block;
}

.header-nav__2levels__ttlWrap.tab-only {
  display: none;
}

.header-nav__2levels__ttlWrap .common-link__title {
  margin-block: 0;
  padding-bottom: 38px;
  border-bottom: 1px solid #E6EEE9;
}

.is-form-hide-pc {
  display: none;
}
.header-visual {
  padding-top: 224px;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.sub-page-visual {
  padding-inline: 96px;
}

.sub-page-visual img {
  border-radius: 8px;
}
.single-blog,
.news-single {
  padding-top: 259px;
}
.color-wh {
  color: #ffffff !important;
}

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

.two-header {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 64px;
}
.two-header .two-heading1--ja {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.two-headerInner {
  flex: 1;
}

.two-header__txt {
  flex: 0 1 674px;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
@keyframes headingLiner {
  0% {
    transform-origin: 0% 50%;
    transform: scaleX(0);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  51% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
}
.two-imgWrap {
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 920/479;
  width: 920px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 6px;
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.5s ease-in-out;
}

.two-imgWrap img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(0.8);
}

.two-imgWrap.loaded {
  opacity: 1;
}

.two-imgWrap.loaded img {
  transform: scale(1.2);
}

.two-header__bottomTxt {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.two-header__bottomTxt p {
  width: 920px;
}

.two-header__bottomTxt.loaded {
  opacity: 1;
}

.two-content {
  position: relative;
}

.two-content__bg {
  position: absolute;
  top: -16.6666666667vw;
  right: 0;
  width: 100vw;
  height: 100%;
  background: url(../imgs/common/bg.svg) no-repeat top left/40%;
  z-index: -1;
}

.two-content__ttl {
  font-size: 70px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #000;
  margin-bottom: 40px;
}
.post-heading1 {
  color: #028143;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #028143;
  padding-bottom: 32px;
  margin-bottom: 27px;
}

.post-tagWrap {
  display: inline-block;
}
.c-listItem__imgWrap {
  aspect-ratio: 346/246;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}
.c-listItem__imgWrap::before {
  position: absolute;
  content: attr(data-txt);
  background-color: #000;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  padding: 7px 44px 7px 20px;
  border-radius: 0 6px 0 0;
  z-index: 10;
}
.c-listItem__imgWrap img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
  will-change: transform;
}

.c-listItem__imgWrap--txtNone::before {
  content: none;
}

.post-listItem__imgWrap::before {
  padding: 6px 32px;
  font-family: "Roboto", sans-serif;
}

.c-listItem__imgWrap--hidden {
  opacity: 0;
  transform: translateY(2.0833333333vw);
  transition: all 2s;
}

.c-listItem__imgWrap--border {
  border: solid 1px #000;
}

.c-content__section {
  background: linear-gradient(0deg, transparent 25%, #000 25%);
  padding-top: 100px;
}
.c-content__ttlWrap {
  text-align: center;
  margin-bottom: 46px;
}

.c-content__ttl {
  line-height: 1;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2rem;
  position: relative;
  padding-bottom: 60px;
}
.c-content__ttl::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 30px;
}

.c-content__list {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.c-content__item {
  flex: 1;
  max-width: 227px;
}
.c-content__link {
  border: solid 1px #BAD0E3;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.c-content__link-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.c-content__imgWrap {
  background-color: #EAF1FC;
  border-radius: 50%;
  width: 115px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.c-content__imgWrap img {
  width: 70%;
}

.c-content__arrow {
  position: relative;
  height: 9px;
}
.c-content__arrow::before {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%) rotate(-45deg);
  width: 18px;
  height: 18px;
  border-left: solid 4px #000;
  border-bottom: solid 4px #000;
  content: "";
}
.c-proposal__2colContent {
  background: #F1F6FE;
  border-radius: 9px;
  padding: 80px 76px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.c-proposal__2col-txtWrap {
  flex: 1;
}

.c-proposal__topTxt {
  display: flex;
  align-items: center;
  gap: 17px;
  transform: translateY(-50%);
  margin-bottom: 10px;
  color: #000;
}

.c-proposal__topTxt p {
  font-size: 18px;
  font-weight: 600;
}
.c-proposal__topTxt span {
  width: 103px;
  height: 1px;
  background: currentColor;
}
.c-proposal__heading2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.c-proposal__heading2 span {
  display: inline-block;
}

.c-proposal__txt {
  font-size: 18px;
}
.c-proposal__2col-imgWrap {
  aspect-ratio: 1/1;
  flex: 0 1 360px;
  overflow: hidden;
  border-radius: 6px;
}
.c-proposal__2col-imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
}

.common__2colWideWrap {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
.common__2colWide {
  display: flex;
  gap: 5.2%;
}
.common__2colWide .sp-only {
  display: none;
}
.l-main-right .common__2colWide .sp-only {
  display: none;
}
.quality-policy .common__2colWide:not(:last-child),
.voice .common__2colWide:not(:last-child) {
  margin-bottom: 76px;
}
.common__2colWide--title .c-heading2--ja2 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.common__2col--txt {
  display: flex;
  gap: 8px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.common__2col--txt:not(:last-child) {
  margin-bottom: 16px;
}
.common__2col--txt.mounting-reconstruction__Wrap--txt {
  margin-bottom: 76px;
}

.common__2col--txt span {
  display: block;
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #028143;
  margin-top: 11px;
}
/* 横並びにするための設定例 */
.common-link__list {
  display: grid;
  /* 3列等分割、各列の最小幅を考慮しつつ自動調整 */
  grid-template-columns: repeat(3, 1fr);
  /* 縦横の余白を48pxに設定 */
  gap: 48px;
  width: 100%;
}
.common-link__item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  /* カード内の高さが揃うように設定 */
  height: 100%;
}

.l-main__Wrap--comment-right {
  border-top: transparent;
  padding-top: 0;
}

.l-main__Wrap--comment-right .l-wrap {
  padding-inline: 0;
}

.l-main__Wrap--comment-right::before {
  display: none;
}

.l-main-comment {
  padding-top: 0;
}

.l-main-comment .common__2colWide--inner {
  max-width: 100%;
}

.common__2col--txtBox .common__2col--txt:not(:last-child) {
  margin-bottom: 42px;
}

.common__base--txt {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
/* 中の画像の設定 */
.common__2col--imgWrap img,
.common__2col--imgWrap picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.common__2col--imgWrap img {
  border-radius: 6px;
}

/* テキスト側の設定 */
.common__2colWide--inner {
  flex: 832;
  max-width: 832px;
  min-width: 320px;
}
.factory .common-link__text,
.quality-policy .common-link__text {
  margin-bottom: 38px;
}
.common__2col--columnWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(40px, 6vw, 120px);
       column-gap: clamp(40px, 6vw, 120px);
  /* 1. 段落が2段になった時の「上下の余白」を76pxにする */
  row-gap: 76px;
}
.common__2col--imgtxt {
  line-height: 1;
}

.common__2col--column {
  display: flex;
  flex-direction: column;
}

.common__2col--column .common__2colWide--inner {
  min-height: 200px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.common__2col--column {
  /* 画像部分 */
}

.common__2col--column .common__2col--imgWrap,
.common__2col--column .common__2col--imgWrapper {
  margin-top: auto;
}

.common__2col--column .common__2col--imgWrap {
  max-width: 684px;
  width: 100%;
  aspect-ratio: 684/395;
}

.common__2col--column .common__2col--imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common__2col--column {
  /* 装置面の方の画像ラッパーも3行目に指定 */
}

.common__2col--column .common__2col--imgWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.common__2col--imgWrapBox {
  font-size: 14px;
  letter-spacing: 0.08em;
}

/* モバイル対応：画面幅が画像幅（624px）より小さくなった時の調整 */
.common__3colWide--inner {
  display: flex;
  gap: 24px;
}

.common__comment--Wrap {
  display: flex;
  gap: 24px;
}
.common__comment--imgWrap {
  flex: 0 0 144px;
}
.common__comment--title {
  color: #028143;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
.common__comment--txt {
  font-feature-settings: "palt" on;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.common-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  width: 100%;
}
.common-item-list .common-item__2col--txt {
  margin-top: 25px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.common__head--txt {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.common-link__listWrap:not(:last-child) {
  margin-bottom: 76px;
}
.l-2col-container__Wrap {
  display: flex;
  gap: clamp(32px, 8vw, 150px);
  align-items: flex-start;
}
.p-sidebar-nav {
  flex: 0 0 264px;
  position: sticky;
  top: 116px;
  max-height: calc(100vh - 116px);
  overflow-y: auto;
}

.p-sidebar-nav::-webkit-scrollbar {
  display: none;
}

.p-sidebar-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-sidebar-nav__link a {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6EEE9;
}
.p-sidebar-nav__link .c-arrow {
  padding: 6px 5px;
  width: 22px;
  height: 19px;
}

.p-sidebar-nav__title {
  color: #028143;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #F6F9F7;
  padding: 12px 8px;
  margin-bottom: 20px;
}

.p-sidebar-nav__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-sidebar-nav__item.is-current .p-sidebar-nav__link {
  color: #028143;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
  background-color: #F6F9F7;
  padding: 12px 8px;
  pointer-events: none;
}

.p-sidebar-nav__item.is-current .c-arrow {
  display: none;
}

.p-sidebar-nav__item .p-sidebar-nav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.3;
}
.p-sidebar-nav__item .c-arrow {
  background-color: transparent;
}

.p-sidebar-nav__item .c-arrow span {
  background: #23302C;
  height: 1px;
}

.p-sidebar-nav__item .c-arrow span::after {
  border-top: 1px solid #23302C;
  border-right: 1px solid #23302C;
}
.common__2col--vertical {
  gap: 76px !important;
  flex-direction: column;
}
/* スクロールヒントのアイコン位置を調整 */
.js-scrollable .scroll-hint-icon {
  top: 200px !important;
  transform: translateY(0) !important;
}

/* 追従スクロールリンク */
.side-links {
  position: fixed;
  right: 13px;
  bottom: 13px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.side-links__trigger {
  width: 100%;
  height: 25px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid #028143;
}

.side-links__trigger .icon-close svg {
  vertical-align: middle;
}

.side-links__trigger .icon-open {
  display: none;
}

.side-links__trigger:hover {
  opacity: 0.8;
}

.side-links__container {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 500px;
  opacity: 1;
  gap: 14px;
}

.side-links.is-closed .side-links__trigger {
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #028143;
  height: 81px;
}
.side-links.is-closed .side-links__trigger .icon-close {
  display: none;
}

.side-links.is-closed .side-links__trigger .icon-open {
  display: block;
}

.side-links.is-closed .side-links__trigger .icon-open .side-links__icon {
  width: 43px;
}
.side-links.is-closed .side-links__container {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.side-links__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 81px;
  gap: 5px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.18);
  background: #028143;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.side-links__item:hover {
  padding-bottom: 4px;
}
.side-links__icon {
  width: 31.5px;
  margin-bottom: 4px;
}

.side-links__icon img {
  width: 100%;
  height: auto;
}
.side-links__text {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.side-links__item--contact {
  background-color: #ffffff;
  border: 1px solid #028143;
}

.side-links__item--contact .side-links__text {
  color: #028143;
}
.side-links__item--blog .side-links__icon {
  width: 43px;
}
.side-links__item--top .side-links__icon {
  width: 17px;
}
/*=========
accordion
=========*/
.accordion_area {
  width: 100%;
  max-width: 1488px;
  margin: 0 auto;
}

.accordion_area .accordion_one {
  border-bottom: 1px solid #C1CCC5;
}

.accordion_area .accordion_one:first-child {
  border-top: 1px solid #C1CCC5;
}

.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding-block: 24px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  background-color: #028143;
  right: 10px;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  border-radius: 1px;
}

.accordion_area .accordion_one .ac_header .i_box::before, .accordion_area .accordion_one .ac_header .i_box::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.accordion_area .accordion_one .ac_header .i_box::before {
  width: 13px;
  height: 1px;
}
.accordion_area .accordion_one .ac_header .i_box::after {
  width: 1px;
  height: 13px;
  transition: transform 0.3s, opacity 0.3s;
}
.accordion_area .accordion_one .ac_header.open .i_box::after {
  transform: rotate(90deg);
  opacity: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  overflow: hidden;
  padding-bottom: 24px;
  background: #ffffff;
}
.accordion_area .accordion_one .ac_header.open .i_box::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_area .accordion_one .p-faq__bodyinner {
  display: flex;
  align-items: flex-start;
}

main {
  position: relative;
  top: 0;
  left: 0;
}

.breadcrumbsWrap {
  text-align: end;
  width: 100%;
}
.breadcrumbs {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.breadcrumbs span[property=itemListElement] {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs span[property=itemListElement]:not(:last-child)::after {
  content: "/";
  margin-inline: 10px;
  font-size: 14px;
  color: #7C8E88;
}
.breadcrumb-pc-only {
  position: absolute;
  top: 142px;
  right: 0;
  padding-inline: 24px;
  width: 100%;
}
.breadcrumb--wh .breadcrumbs span,
.breadcrumb--wh .breadcrumbs span.current-item,
.breadcrumb--wh .breadcrumbs span[property=itemListElement]::after {
  color: #ffffff;
}

.breadcrumbs span,
.breadcrumbs span a {
  font-size: 14px;
  color: #7C8E88;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  border: none;
}
.breadcrumbSpan {
  display: none;
}

.c-btnWrap {
  position: relative;
  bottom: 0;
  right: 0;
}

.c-btnWrap a {
  text-decoration: none;
}

.c-btnWrap p {
  line-height: 1;
}
.c-linkWrap--right {
  text-align: end;
}
.c-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
}
.c-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform ease 0.4s;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.c-link p {
  font-weight: 500;
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 1.28;
  letter-spacing: 0.04em;
  margin: 0;
}
.c-link span {
  position: relative;
  display: block;
  z-index: 10;
  flex-shrink: 0;
  width: 14px;
  height: 2px;
  background: currentColor;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-link span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.c-link {
  /* ホバー時の動き（必要であれば） */
}

.c-link:hover span {
  transform: translateX(5px);
  /* 右に少し動かすアニメーション */
}

@keyframes btn_arrow {
  0% {
    opacity: 1;
    right: 50%;
  }
  40% {
    opacity: 0;
    right: -70%;
  }
  60% {
    opacity: 0;
    right: 70%;
  }
  100% {
    opacity: 1;
    right: 50%;
  }
}
.c-btn--wh .c-link {
  color: #028143;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.c-btn--wh .c-link::before {
  background-color: #ffffff;
}
.c-btn--gr .c-link {
  background-color: #ffffff;
  color: #ffffff;
  border: 1px solid #028143;
}

.c-btn--gr .c-link::before {
  background-color: #028143;
}
.c-arrow {
  padding: 20px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  background-color: #028143;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 1px;
}

.c-arrow span {
  position: relative;
  display: block;
  z-index: 10;
  flex-shrink: 0;
  width: 14px;
  height: 2px;
  background: currentColor;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-arrow span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.c-arrow--sm {
  padding: 6px 5px;
  width: 22px;
  height: 19px;
}

.btn-240 {
  max-width: 265px;
}

.btn-275 {
  max-width: 275px;
}
.btn-265 {
  max-width: 265px;
}

.btn-268 {
  max-width: 268px;
}
.btn-206 {
  max-width: 206px;
}

.btn-283 {
  max-width: 283px;
}

.btn-293 {
  max-width: 293px;
}

.btn-311 {
  max-width: 311px;
}

.btn-326 {
  max-width: 326px;
}
.btn-253 {
  max-width: 253px;
}

.form-input-w168 {
  max-width: 168px;
  width: 100%;
}

.form-input-w236 {
  max-width: 236px;
  width: 100%;
}
.form-section-header {
  border-top: 2px solid #C1CCC5;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 38px;
  padding-top: 16px;
}

.form-section-header:before {
  position: absolute;
  display: block;
  content: "";
  width: 5%;
  height: 2px;
  top: -2px;
  left: 0;
  background: #028143;
}

.form-section-header th p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.form {
  padding-top: 0;
}
.form .common__base--txt:not(:last-child) {
  margin-bottom: 40px;
}
.form-container {
  max-width: 1048px;
  padding-inline: 20px;
  margin-inline: auto;
  width: 100%;
}
.form-container__textWrap {
  max-width: 912px;
  margin-left: 0;
  margin-right: auto;
}

.form-container__Wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.form-wrap {
  flex: 1;
  max-width: 840px;
  width: 100%;
}

.form-sideWrap {
  flex: 0 0 72px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 23px;
  position: relative;
}
.form-sideItem {
  font-size: 20px;
  color: #C1CCC5;
  position: relative;
  padding-left: 27px;
}
.form-sideItem span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #C1CCC5;
}

.form-sideItem:nth-child(1) span::before, .form-sideItem:nth-child(2) span::before {
  position: absolute;
  bottom: -26px;
  left: -12px;
  transform: rotate(90deg);
  content: "";
  width: 38px;
  height: 1px;
  background-color: #C1CCC5;
}
.form-sideItem:last-child span::before {
  content: none;
}

.form-sideItem.current {
  font-size: 20px;
  color: #000;
}

.form-sideItem.current span {
  background-color: #028143;
  z-index: 10;
}

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

.form-sideItem.completion span::before {
  background-color: #028143;
}

.form-content {
  display: flex;
  align-items: flex-start;
  gap: 65px;
}
.form-content-info {
  flex: 1 0 47.5%;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.form-txt {
  margin-bottom: 63px;
}
.form-txt__title {
  color: #028143;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.form-txt__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}
.form-table {
  width: 100%;
  margin-bottom: 76px;
}
.form-table .products-name {
  text-align: center;
}

.form-table .products-name input {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.form-table tr {
  display: block;
}

.form-table tr:not(:last-child) {
  margin-bottom: 35px;
}
.form-table th {
  margin-bottom: 20px;
}
.form-table th,
.form-table td {
  display: block;
  width: 100%;
}

.form-table label {
  position: relative;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.form-table input::-moz-placeholder {
  color: #C1CCC5;
}
.form-table input::placeholder {
  color: #C1CCC5;
}

.form-table textarea {
  width: 100%;
  max-width: 100%;
  height: 278px;
  padding: 16px 24px;
  border: 1px solid #028143;
  resize: none;
}

.form-table textarea::-moz-placeholder {
  color: #C1CCC5;
}

.form-table textarea::placeholder {
  color: #C1CCC5;
}

.form-table .your-zip__flex {
  display: flex;
  gap: 16px;
  align-items: center;
}
.form-table .form-flex p {
  display: flex;
  align-items: center;
}

.form-table .form-flex .form-dimension-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.form-table .form-flex .rework-part-number__flex,
.form-table .form-flex .board-width__flex,
.form-table .form-flex .form-flex__24 p {
  gap: 24px;
}
.form-table .form-flex .copper-outer__flex,
.form-table .form-flex .form-flex__48 p {
  gap: 48px;
}
.form-table .form-anchor-row .form-flex p {
  gap: 8px;
}

.form-table .form-anchor-row .form-flex .anchor-btn {
  background-color: #028143;
  padding: 13px 20px;
  color: #ffffff;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.form-table .form-anchor-row .form-flex .anchor-btn:hover {
  opacity: 0.6;
}

.form-table .form-anchor-row .form-flex .anchor-btn span {
  display: block;
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="14" viewBox="0 0 10 14" fill="none"><path d="M4.94975 10.9497L9.8995 6L9.19239 5.29289L4.94975 9.53553L0.707107 5.29289L0 6L4.94975 10.9497Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.form-table .form-resist-row td,
.form-table .form-thru-hole-row td,
.form-table .form-material-row td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 16px;
}

.form-table .form-resist-row td .wpcf7-form-control-wrap,
.form-table .form-thru-hole-row td .wpcf7-form-control-wrap,
.form-table .form-material-row td .wpcf7-form-control-wrap {
  display: contents;
}

.form-table .form-resist-row td .wpcf7-checkbox,
.form-table .form-thru-hole-row td .wpcf7-checkbox,
.form-table .form-material-row td .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.form-table .form-resist-row td .form-sub-input,
.form-table .form-thru-hole-row td .form-sub-input,
.form-table .form-material-row td .form-sub-input {
  margin-top: 0 !important;
  display: inline-flex;
  align-items: center;
}

.form-table .form-resist-row td .form-sub-input .form-text-before,
.form-table .form-thru-hole-row td .form-sub-input .form-text-before,
.form-table .form-material-row td .form-sub-input .form-text-before {
  display: none;
}

.form-table .form-text-before {
  margin-right: 24px;
}

.form-table .form-text-after {
  margin-left: 8px;
}

.form-input,
.form-select {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #028143;
  border-radius: 2px;
  padding: 13px 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 14px;
}
.form-select {
  padding: 16px 24px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M6 6.90445L12 1.38089L10.5 0L6 4.14267L1.5 0L0 1.38089L6 6.90445Z" fill="%23008241"/></svg>');
  background-repeat: no-repeat;
  background-position: right 48px center;
  background-size: 12px 7px;
}

.form-select::-ms-expand {
  display: none;
}

.form-select .form-select option {
  color: #C1CCC5;
}

.form-check input,
.form-radio input {
  display: none;
}

.form-must,
.form-optional {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  flex: 0 0 37px;
  border-radius: 2px;
}
.form-must {
  color: #ffffff;
  background-color: #028143;
}

.form-optional {
  color: #7C8E88;
  border: 1px solid #7C8E88;
  background-color: transparent;
}

.form-header--address2 {
  margin-left: 44px;
}
.form-checkboxRow p {
  display: flex;
  align-items: center;
}
.form-table .form-checkboxRow:last-of-type {
  margin-bottom: 0;
}

.wpcf7-list-item {
  margin: 0;
}

.form-note {
  color: #C1CCC5;
  line-height: 1;
  letter-spacing: 0.04em;
}

.c-link--privacy {
  color: #028143;
  padding-bottom: 1px;
  border-bottom: 1px solid #028143;
  position: relative;
}

.c-link--privacy:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c-link--privacy::after {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  background: url(../imgs/common/blank-form.svg) no-repeat center/contain;
}

.wpcf7-list-item:not(:last-child) {
  margin-right: 48px;
}
.wpcf7-list-item:last-child {
  margin-right: 15px;
}

.wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-list-item input[type=checkbox] {
  display: none;
}

.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  font-size: 15px;
  padding-left: 32px;
  line-height: 1.2;
  text-align: left;
}
.wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #028143;
  border-radius: 2px;
  display: block;
  box-sizing: border-box;
  transition: background-color 0.2s, border-color 0.2s;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #028143;
  border-color: #028143;
}

.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M4.50018 8.58503L11.0001 7.88519e-05L12 2.09335L4.50018 12L0 6.05564L0.999882 3.96236L4.50018 8.58503Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  display: block;
}
.wpcf7-list-item input[type=radio] {
  display: none;
}

.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
}

.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #028143;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
}

.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  background-color: #028143;
  border-radius: 50%;
  display: block;
}

.wpcf7-not-valid-tip {
  color: #D90D0D;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
td [data-name=your-zip] .wpcf7-not-valid-tip,
td [data-name=your-prefecture] .wpcf7-not-valid-tip {
  display: none !important;
}

.form-agreement-box {
  text-align: center;
}

/* ダウンロード目的 (form-download-purpose) に限定したチェックボックスのスタイル */
.form-table tr.form-download-purpose .wpcf7-list-item:not(:last-child) {
  margin-right: 48px;
}
.form-table tr.form-download-purpose .wpcf7-list-item label {
  margin-bottom: 0;
}

.form-table tr.form-download-purpose .form-check span.wpcf7-list-item,
.form-table tr.form-download-purpose .wpcf7-acceptance span.wpcf7-list-item {
  margin-left: 29px;
  margin-bottom: 12px;
}

.form-table tr.form-download-purpose .form-check input:checked + .wpcf7-list-item-label::after,
.form-table tr.form-download-purpose .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  top: 6px !important;
}
.download-purpose-row td {
  width: 100%;
}

.form-hidden {
  display: none !important;
}

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

.form-btnWrap {
  margin-top: 25px;
  text-align: center;
}

.form-btnWrap .form-btnOuter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 352px;
  width: 1005;
  cursor: pointer;
}

.form-btnWrap .form-btnOuter.form-btnWrap--submit {
  max-width: 246px;
}

.form-btnWrap .form-btnOuter::after {
  content: "";
  display: block;
  width: 19px;
  height: 12px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="12" viewBox="0 0 19 12" fill="none"><path d="M17.7172 4.9926V7.11392H11.8586H0V4.9926H17.7172Z" fill="white"/><path d="M13.4764 0L19 6L13.4764 12L12.0955 10.5L16.2382 6L12.0955 1.5L13.4764 0Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: background-image 0.3s ease;
  right: 24px;
}

.form-btnWrap .form-btnOuter:hover::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="12" viewBox="0 0 19 12" fill="none"><path d="M17.7172 4.9926V7.11392H11.8586H0V4.9926H17.7172Z" fill="%23028143"/><path d="M13.4764 0L19 6L13.4764 12L12.0955 10.5L16.2382 6L12.0955 1.5L13.4764 0Z" fill="%23028143"/></svg>');
}

.form-btnWrap .form-btn {
  background-color: #028143;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 28px 60px 28px 32px;
  border-radius: 4px;
  border: 1px solid #028143;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  display: block;
  width: 100%;
  text-align: left;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.form-btnWrap .form-btn:hover {
  background-color: #ffffff;
  color: #028143;
}
.wpcf7-spinner {
  display: none;
}

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

.contact-confirm .form-headItem.current:nth-last-of-type(2) {
  color: #028143;
}

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

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

.form-table-confirm tr {
  padding-block: 25px;
  margin-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #E6EEE9;
}
.form-table-confirm tr:first-child {
  border-top: 1px solid #E6EEE9;
}

.form-table-confirm tr:not(:last-child) {
  margin-bottom: 0 !important;
}

.form-table-confirm th {
  margin-bottom: 0;
  margin-bottom: 16px;
}
.form-table-confirm td p {
  line-height: 1.2;
  font-size: 14px;
}

.contact-thanks .form-headItem.current:nth-child(2),
.contact-thanks .form-headItem.current:nth-child(3) {
  color: #028143;
}

.contact-thanks .downloadList-btn {
  padding: 14px 20px 14px 20px;
  transition: background-color 0.2s, color 0.2s;
}

.contact-thanks .downloadList-btn::after {
  display: none;
}

.contact-thanks .downloadList-btn:hover {
  background-color: #028143;
  color: #ffffff;
}

.contact-thanks .downloadList-btn.is-downloaded {
  background-color: #028143 !important;
  /* 他の指定に負けないよう念のため */
  color: #ffffff !important;
  opacity: 0.8;
}
.form-thanks .form-container__Wrap {
  margin-top: 0;
}

.form-thanks .c-btnWrap {
  margin-inline: auto;
}

.form-thanks .c-link {
  padding: 28px 48px;
}
.form-thanks .c-link p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.form-thanks__content {
  text-align: center;
  margin-bottom: 38px;
}
.form-thanks__content .form-thanks__txt {
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 38px;
}
.form-thanks-btnWrap {
  text-align: center;
  margin-top: 97px;
}

.form-thanks-btnWrap a {
  max-width: 262px;
  padding: 15px 10px;
}

.form-thanks-btnWrap a p {
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txtWrap {
  margin-top: 15px;
  text-align: center;
}

.recaptcha-txt {
  font-size: 15px;
  line-height: normal;
}
.recaptcha-txt a {
  color: #1571DA;
  font-size: 15px;
}
.form-link-text {
  color: #028143;
  border-bottom: 1px solid #028143;
}

.anchor-links p {
  flex-wrap: wrap;
}

.submit-anchor td {
  text-align: right;
}

.submit-anchor .anchor-link {
  display: flex;
  justify-content: flex-end;
}

.submit-anchor .anchor-btn {
  background-color: #028143;
  padding: 13px 20px;
  color: #ffffff;
  border-radius: 2px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.submit-anchor .anchor-btn:hover {
  opacity: 0.8;
}

.submit-anchor .anchor-btn span {
  display: block;
  width: 10px;
  height: 14px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="14" viewBox="0 0 10 14" fill="none"%3E%3Cpath d="M4.94975 10.9497L9.8995 6L9.19239 5.29289L4.94975 9.53553L0.707107 5.29289L0 6L4.94975 10.9497Z" fill="white"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-90deg);
}

.openBtn {
  cursor: pointer;
  width: 49px;
  height: 49px;
  display: none;
  position: relative;
  z-index: 2000;
  background-color: #028143;
  padding: 13px;
}

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

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

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

.openBtn_inner span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

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

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

/*activeクラスが付与されると線が回転して×に*/
.openBtn.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(45deg);
}

.icon {
  position: relative;
  z-index: 50;
}

.icon img {
  height: auto;
  display: block;
}

.icon .icon-dl {
  width: 11.667px;
  height: 9.333px;
}

.icon .icon-estimate {
  width: 10px;
  height: 14px;
}

.c-heading2--en2,
.c-heading2--en {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}

.c-heading2--en2 .icon,
.c-heading2--en .icon {
  min-width: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.c-heading2--ja2 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.cta-label {
  display: flex;
  gap: 24px;
  align-items: center;
}

[class^=c-img-] {
  width: 100%;
  height: auto;
  aspect-ratio: 624/361;
  overflow: hidden;
}

[class^=c-img-] img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-img-xl {
  width: 100%;
  max-width: 624px;
}
.c-img-xl_492 {
  width: 100%;
  max-width: 492px;
}

.c-img-lg {
  width: 100%;
  max-width: 456px;
}
.c-img-lg_428 {
  width: 100%;
  max-width: 428px;
  align-self: flex-start;
}

.c-img-lg_372 {
  width: 100%;
  max-width: 372px;
}

.c-img-md {
  width: 100%;
  max-width: 336px;
  min-width: 250px;
}
.c-img-md_300 {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/263;
}

.c-img-md_309 {
  width: 100%;
  max-width: 309px;
  aspect-ratio: 309/178;
}

.c-img-sq {
  width: 200px;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.c-img-sq_215 {
  width: 215px;
  max-width: 100%;
  aspect-ratio: auto;
}

.c-img-sq_156 {
  width: 156px;
  max-width: 100%;
}
.c-img-max {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 141/43;
}

.img-max {
  width: 100%;
  max-width: 100%;
}

.header-gtranslate_wrapper {
  cursor: pointer;
  width: 3.0208333333vw;
  height: 1.4583333333vw;
  position: relative;
  z-index: 10;
}
.header-gtranslate_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0.15625vw 1.40625vw 0.15625vw 0.78125vw;
  border: 1px solid #ffffff;
  border-radius: 30px;
  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: 0.6770833333vw;
  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.2604166667vw;
  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.2083333333vw;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
}

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

@keyframes glinkActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  color: #000;
  animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}

.dot-floating::before,
.dot-floating::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-floating-before 3s infinite ease-in-out;
}

.dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  color: #000;
  animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes dot-floating {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    left: 50%;
    opacity: 0;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes dot-floating-before {
  0% {
    left: -60px;
  }
  50% {
    left: -10px;
  }
  75% {
    left: -60px;
    opacity: 1;
  }
  100% {
    left: 60px;
    opacity: 0;
  }
}
@keyframes dot-floating-after {
  0% {
    left: -120px;
  }
  50% {
    left: -20px;
  }
  75% {
    left: -120px;
    opacity: 1;
  }
  100% {
    left: 0px;
    opacity: 0;
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.8s ease-in-out;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loarderWrap {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(0, calc(-50% - 10px));
  width: 50vw;
  display: flex;
  gap: 8.3333333333vw;
  align-items: center;
}

.loader-logoWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-logo {
  z-index: 10;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 115px;
  text-align: center;
  color: #7C8E88;
  width: 100%;
  height: 35px;
  line-height: 1;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: none;
  position: relative;
  width: 38px;
  height: 100%;
  color: transparent;
  font-size: 0;
  border: none;
}
.wp-pagenavi .nextpostslink::before, .wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .previouspostslink::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  width: 2px;
  height: 16px;
  background-color: #028143;
  transform-origin: calc(100% - 9px) 50%;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  transform: rotate(45deg);
}

.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
  transform: rotate(-45deg);
}

.wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
}

.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .first,
.wp-pagenavi .last {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7C8E88;
  width: 34px;
  font-weight: 700;
  border-radius: 2px;
  transition: all 0.4s;
}
.wp-pagenavi .current {
  background-color: #028143;
  border-color: #028143;
  color: #ffffff;
}

.wp-pagenavi .extend {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 100%;
  font-weight: 700;
  border: none;
  padding-bottom: 12px;
  line-height: 1;
}

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

.c-scrollOuter {
  height: 100%;
  position: absolute;
  bottom: -3%;
  right: 6%;
  width: 2.0833333333vw;
  overflow: hidden;
}
.c-scrollWrap {
  position: absolute;
  bottom: 76px;
  left: 50%;
  animation: fadeIn 1.5s ease-in-out 0.5s forwards;
  opacity: 0;
}

.c-scroll {
  height: 3.9583333333vw;
  width: 2px;
  display: block;
}

.c-scroll::before, .c-scroll::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  background-color: #028143;
  width: 100%;
  height: 100%;
}

.c-scroll::after {
  background-color: #028143;
  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: "Roboto", sans-serif;
  position: absolute;
  right: 50%;
  transform: translateX(46%);
  top: -9.375vw;
  font-size: 0.7291666667vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.4rem;
  height: -moz-max-content;
  height: max-content;
}
/* ------------------------------
   共通 Swiperボタン
------------------------------ */
.swiper-buttonWrap {
  display: flex;
  align-items: center;
}
.swiper-arrows {
  display: flex;
  gap: 9px;
}
/* プログレスバーの親（グレーの土台） */
.swiper-pagination-progressbar {
  position: relative !important;
  /* 位置を固定 */
  background: #E6EEE9 !important;
  /* 背景のグレー */
  height: 6px !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  /* これで中の棒を丸く切り抜く */
  width: 100%;
  /* 幅を確保 */
  top: 0 !important;
}

/* 中の動く棒 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #028143 !important;
  /* 緑色などのメインカラー */
  height: 100% !important;
  /* scaleによって歪むのを防ぐため、中身にはあえて角丸をつけない、
     もしくは親のoverflowに任せるのが正解です */
  border-radius: 0 !important;
  transform-origin: left center !important;
}

/* もし .swiper-progress という外枠も使っている場合 */
.swiper-progress {
  margin-right: 48px;
  flex: 1;
  display: flex;
  align-items: center;
}
.swiper-button {
  width: 64px;
  height: 43px;
  cursor: pointer;
  background-color: #028143;
  color: #ffffff;
  /* ===== SP対応（重要） ===== */
}
/* ------------------------------
   ← prev
------------------------------ */
.swiper-button--prev.c-arrow span {
  transform: translate(0, -50%) scaleX(-1);
}

.top-cases__swiper .swiper-button--prev span::before {
  transform: rotate(45deg);
  left: 0;
}

.top-cases__swiper .swiper-button--prev span::after {
  transform: rotate(-45deg);
  left: 0;
}

/* ------------------------------
   → next
------------------------------ */
.top-cases__swiper .swiper-button--next {
  right: 30px;
}
.top-cases__swiper .swiper-button--next span::before {
  transform: rotate(135deg);
  right: 0;
}

.top-cases__swiper .swiper-button--next span::after {
  transform: rotate(-135deg);
  right: 0;
}

/* ------------------------------
   recruit swiper
------------------------------ */
.recruit-member-swiper__pageWrap .swiper-button span {
  border: solid 1px #000;
}

.recruit-member-swiper__pageWrap .swiper-button span::before {
  background: url(../imgs/common/arrow-bl-t-02.svg) no-repeat center/contain;
}

/* ------------------------------
   top-rescue swiper
------------------------------ */
.top-rescue__swiper {
  overflow: visible !important;
}
.top-rescue__swiper .swiper-wrapper {
  margin-bottom: 76px;
}
/* ------------------------------
   shisakuwagata gallery swiper
------------------------------ */
.gallery-swiper .swiper-wrapper {
  margin-bottom: 76px;
}

/* ------------------------------
   catalog swiper
------------------------------ */
.swiper-button--catalog {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.swiper-button--catalog span {
  border: solid 1px #ffffff;
  background-color: #ffffff;
}

.swiper-button--catalog span::before {
  background: url(../imgs/common/arrow-bl-t-02.svg) no-repeat center/contain;
}

.swiper-button--catalog.swiper-button--prev {
  left: 18%;
}
.swiper-button--catalog.swiper-button--next {
  right: 18%;
}
/* ------------------------------
   pagination
------------------------------ */
.swiper-pagination--catalog .swiper-pagination-progressbar,
.swiper-pagination--catalog .swiper-pagination-progressbar-fill {
  background: #ffffff !important;
  height: 5px !important;
}

/* ------------------------------
   slide margin
------------------------------ */
.common-table-wrapper {
  border: 1px solid #C1CCC5;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}

.tablepress > :where(thead, tfoot) > tr > * {
  background-color: #028143 !important;
}

.tablepress {
  border: none !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  width: 100% !important;
}

.tablepress thead th {
  background-color: #028143 !important;
  color: #ffffff !important;
  border-top: none !important;
}

.tablepress th,
.tablepress td {
  border: 1px solid #C1CCC5 !important;
  text-align: center !important;
  color: #23302C !important;
  min-width: 61px;
  vertical-align: middle !important;
}

.tablepress th:first-child,
.tablepress td:first-child {
  border-left: none !important;
}

.tablepress th:last-child,
.tablepress td:last-child {
  border-right: none !important;
}

.tablepress tr:first-child th,
.tablepress tr:first-child td {
  border-top: none !important;
}

.tablepress th {
  padding: 7.5px !important;
  line-height: 1.8 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

.tablepress td {
  padding: 14.5px 18px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.8 !important;
}
.tablepress tbody tr:last-child td {
  border-bottom: none !important;
}

.tablepress tbody.row-striping > tr:nth-child(even) > td {
  background-color: #F6F9F7 !important;
}

.tablepress .edit-link,
.tablepress caption {
  display: none !important;
}

.u-progressbar-container {
  display: none;
}
.u-progressbar-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #028143;
  transition: width 0.1s ease-out;
  border-radius: 0 9999px 9999px 0;
}

.case-table-wrapper .tablepress td.column-1 {
  background-color: #028143 !important;
  color: #ffffff !important;
  border-top: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  min-width: 242px;
}

.case-table-wrapper .tablepress td:not(.column-1) {
  width: 110.75px;
}

.reball-table-wrapper .tablepress,
.underfill-table-wrapper .tablepress {
  width: 100%;
  table-layout: fixed;
}

.reball-table-wrapper .tablepress td.column-1,
.underfill-table-wrapper .tablepress td.column-1 {
  border-top: none !important;
  font-size: 12px;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.inspection-table-wrapper td.column-1 {
  border-top: none !important;
  font-size: 12px;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.inspection-table-wrapper .tablepress tr.row-5 td.column-1 {
  background-color: #F6F9F7 !important;
}

.inspection-table-wrapper .tablepress tr.row-7 td.column-1 {
  border-bottom: none !important;
}

/* カラム2と3の 4行目・5行目 */
.inspection-table-wrapper .tablepress tbody tr:nth-child(4) td.column-2,
.inspection-table-wrapper .tablepress tbody tr:nth-child(4) td.column-3,
.inspection-table-wrapper .tablepress tbody tr:nth-child(5) td.column-2,
.inspection-table-wrapper .tablepress tbody tr:nth-child(5) td.column-3 {
  background-color: #F6F9F7 !important;
}
.glossary-table-wrapper {
  border-radius: 0 !important;
  border: 1px solid #E6EEE9;
}

.glossary-table-wrapper .tablepress {
  border-collapse: collapse !important;
  border: none !important;
}

.glossary-table-wrapper .tablepress th,
.glossary-table-wrapper .tablepress td {
  border-bottom: 1px solid #E6EEE9 !important;
}

.glossary-table-wrapper .tablepress td.column-1 {
  width: 96px !important;
  background-color: #F6F9F7 !important;
  color: #23302C !important;
  padding-block: 51.5px !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
  border-right: 1px solid #E6EEE9 !important;
  display: table-cell;
  vertical-align: middle !important;
  text-align: center !important;
}
.glossary-table-wrapper .tablepress td.column-2 {
  padding-inline: 24px !important;
  vertical-align: middle !important;
  text-align: left !important;
  font-weight: 500 !important;
}

.glossary-table-wrapper .tablepress td.column-2 a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.glossary-table-wrapper .tablepress td.column-2 a:hover {
  color: #028143 !important;
  text-decoration-thickness: 2px;
}
.single-factory td.column-5 .txt-box {
  display: inline-block;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
}

.factory-table-wrapper__location {
  border-radius: 0;
}

.factory-table-wrapper__location .p-factory-table {
  width: 100%;
  border-collapse: collapse;
}

.factory-table-wrapper__location .p-factory-table th {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.factory-table-wrapper__location .p-factory-table th,
.factory-table-wrapper__location .p-factory-table td {
  padding: 24px;
  text-align: left;
  border-bottom: 1px solid #E6EEE9 !important;
}
.factory-table-wrapper__location .p-factory-table tr:last-child th,
.factory-table-wrapper__location .p-factory-table tr:last-child td {
  border-bottom: none !important;
}

.factory-table-wrapper__location .p-factory-table th.column-1 {
  width: 144px;
  background-color: #F6F9F7;
}
.top-heading__txt {
  padding-bottom: 30px;
}

.top-heading2 {
  margin-bottom: 76px;
}
.c-heading2--en,
.c-heading2--en2 {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
}

.c-heading2--en {
  font-size: 20px;
}

.c-heading2--en2 {
  font-size: 16px;
}
.c-heading2--ja,
.c-heading2--ja2 {
  font-feature-settings: "palt" on;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.c-heading2--ja {
  font-size: 3.75vw;
}
.c-heading2--ja2 {
  font-size: 2.5vw;
}
.top-headingWrap--2col {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  margin-bottom: 40px;
}
.top-headingWrap--2col p {
  flex: 1;
}

.top-heading3--sm {
  font-size: 31px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  position: relative;
  padding-left: 24px;
}
.top-heading3--sm::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
}
.top-heading3--sm--wh {
  color: #ffffff;
}

.top-heading3--bg {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  margin-bottom: 32px;
}
.c-heading1 {
  color: #028143;
  font-size: 2.5vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: -46px;
}
.c-heading1--en {
  color: rgba(26, 63, 130, 0.2);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6.1458333333vw;
  line-height: 1;
  text-transform: uppercase;
}
.top-titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-heading__en {
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  list-style: decimal;
}
.c-heading__en::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background-color: currentColor;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.c-heading__en--bl {
  color: #028143;
}

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

.c-heading2--sm {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  color: #000;
}
.c-heading2--en {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c-heading-deco {
  color: #028143;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
  line-height: normal;
}
.c-heading-deco::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #028143;
  content: "";
}

.c-heading4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 38px;
  color: #028143;
  position: relative;
  line-height: 1.7;
}
.c-heading--wh {
  color: #ffffff;
}

.c-header__ttl {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 2.7083333333vw;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.6666666667vw;
  display: block;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.page-title {
  width: 100%;
  margin-bottom: 76px;
  padding-inline: clamp(16px, 15.73vw - 85.1px, 216px);
}
.page-title .c-heading2--ja2 {
  margin-bottom: 38px;
  font-size: 3.75vw;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 5.76px;
}
.page-title .sub-page-title__text {
  color: #000;
  font-feature-settings: "palt" on;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.l-main .c-heading2--en2 {
  color: #028143;
  font-feature-settings: "palt" on;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0 !important;
}

.common__2col--title {
  padding-left: 12px;
  font-feature-settings: "palt" on;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 38px;
}

.common__2col--title::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  top: 12px;
  bottom: 4px;
  background-color: #028143;
  left: 0;
}
.common__2col--title::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 15%;
  background-color: #028143;
  top: 4px;
  left: 0;
}
.common-link__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.96px;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.common-link__title .c-arrow {
  width: 22px;
  height: 19px;
  padding: 6px 5px;
  min-width: 22px;
}
.common-link__imgWrap img {
  border-radius: 6px;
}
.common-link__text {
  line-height: 1.8;
  letter-spacing: 0.08em;
  flex-grow: 1;
}

.l-main-comment .c-heading2--ja2 {
  color: #028143;
}

.u-flex-reverse {
  flex-direction: row-reverse;
}

.u-flex-sb {
  display: flex;
  justify-content: space-between;
}

.u-flex-column__76 {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
.u-flex-column__16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.u-flex-column__38 {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.u-flex-row__48 {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.u-flex-row__38 {
  display: flex;
  gap: 38px;
}
.u-flex-row__72 {
  display: flex;
  gap: 72px;
}

.u-flex-row__76 {
  display: flex;
  gap: 76px;
}

.u-flex-row__24 {
  display: flex;
  gap: 24px;
}

.u-flex-row__16 {
  display: flex;
  gap: 16px;
}

.u-flex-img {
  display: flex;
  gap: 7px;
}

/* 共通パーツ：2カラムグリッド */
.u-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 57px;
}
.u-grid__2col--imgWrapBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.u-mt16 {
  margin-top: 16px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt38 {
  margin-top: 38px;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb16 {
  margin-bottom: 16px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb32 {
  margin-bottom: 32px;
}
.u-mb38 {
  margin-bottom: 38px !important;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb48 {
  margin-bottom: 48px;
}
.u-mb57 {
  margin-bottom: 57px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb64 {
  margin-bottom: 64px;
}
.u-mb76 {
  margin-bottom: 76px !important;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mb153 {
  margin-bottom: 153px !important;
}
.u-mb320 {
  margin-bottom: 320px;
}
.u-margin-inline {
  margin-inline: auto;
}

.single-bga .common__2colWideWrap {
  display: block;
}

.ic-item-list {
  padding: 76px 72px;
  background-color: #F6F9F7;
}
.ic-item-list__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 72px;
       column-gap: 72px;
  row-gap: 76px;
  margin: 0 auto;
  grid-template-rows: auto auto;
}
/* すべての画像ラッパーで共通の動きを作る */
.ic__2col--imgWrap {
  width: 100%;
  max-width: 456px;
  /*  最大値を固定 */
  margin: 0 auto;
  /* 中央寄せ */
}

/* 下段専用の指定 */
.ic-wide-item {
  grid-column: 1/span 2;
  justify-self: center;
  text-align: center;
  width: 100%;
}
.ic-wide-item .ic__2col--imgWrap {
  /* 100% ではなく、上の1カラム分と同じ幅を計算で指定する */
  width: calc(50% - 36px);
  margin-left: auto;
  margin-right: auto;
}
.ic-item__2col--txt {
  /* テキストも画像と同じ幅の器に入れて、中央に置く */
  width: 100%;
  max-width: 456px;
  text-align: center;
  margin: 0 auto;
}
.common__2col--vertical .common__2colWide--inner {
  flex: auto;
  max-width: 100%;
  margin-bottom: 0;
}

.common__2col--vertical .common__2col--title {
  margin-bottom: 0;
}

.c-txt-green {
  color: #028143;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.l-main__facility .common__2colWide--content {
  padding: 48px 76px;
}
.l-main__facility .l-main__facility--2colWide {
  gap: 120px;
}
.single-bga__2colWideWrap {
  display: block;
}

.single-rework__2col--imgWrapTxt {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.underfill__items {
  gap: 30px;
}
.underfill__items .u-flex-column__16 {
  max-width: 220px;
}
.single-underfill__2colWideBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 76px;
}
.underfill-main__Wrap--2 .common__2colWide--inner {
  max-width: 100%;
}

.underfill-main__Wrap--2 .common__2colWide--inner .common__2colWide--textWrap:nth-child(-n+3) {
  margin-bottom: 76px;
}
.underfill-main__Wrap--2 .common__2colWide--inner .common__2colWide--textWrap:nth-child(4) {
  margin-bottom: 38px;
}
.single-inspection .c-txt-green {
  font-size: 18px;
}
.single-inspection-span {
  display: none;
}
.l-main__facility--box {
  display: flex;
  gap: clamp(17px, 8.58vw - 47.9px, 117px);
}
.inspection-inner__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.inspection-inner__items .u-flex-column__16 {
  width: calc((100% - 144px) / 4);
  flex-shrink: 0;
  min-width: 100%;
}
.inspection-inner__items .common__2col--txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.blog-title {
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-block: 16px 25px;
  min-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-blog .c-btnWrap,
.blog .c-btnWrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-blog .c-btnWrap p,
.blog .c-btnWrap p {
  border-bottom: 1px solid #23302C;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 2px;
}

.top-blog .c-btnWrap .c-arrow,
.blog .c-btnWrap .c-arrow {
  width: 28px;
  height: 19px;
  padding: 6px 8px;
  color: #ffffff;
}
.blog .l-2col-container {
  padding-left: clamp(20px, 5%, 96px);
  padding-right: clamp(20px, 11.25%, 216px);
}
.blog .p-sidebar-nav__list {
  padding-bottom: 38px;
  gap: 17px;
}

.blog .p-sidebar-nav__list .p-sidebar-nav__item {
  white-space: inherit;
}

.blog .p-sidebar-nav__list:last-of-type {
  padding-top: 0;
  padding-bottom: 0;
}
.blog .p-sidebar-title {
  padding-bottom: 20px;
}

.blog .p-sidebar-title:first-of-type {
  border-bottom: 1px solid #C1CCC5;
}

.blog .p-sidebar-title:last-of-type {
  border-top: 1px solid #C1CCC5;
  padding-top: 20px;
}
.blog .post-navigation {
  margin-top: 76px;
}
.blog .p-sidebar-nav.sp-only {
  padding-inline: 16px;
}

.blog .p-sidebar-nav.sp-only .p-sidebar-nav__list {
  flex-direction: column;
  align-items: flex-start;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 76px;
  align-items: center;
}
.blog-itemInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-itemInner--tag {
  display: flex;
  gap: 8px;
  align-items: center;
}

.blog-category {
  color: #028143;
  display: flex;
  font-size: 12px;
  padding: 6px 12px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 999px;
  border: 1px solid #028143;
  background: #FFF;
}
.blog-date {
  color: #7C8E88;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.blog__thumbnail img {
  aspect-ratio: 476/298;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.blog-sidebar {
  padding: 38px 24px;
  flex: 0 0 clamp(300px, 23.18vw, 445px);
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.blog-sidebar__Wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.blog-sidebar__thumb {
  max-width: 143px;
  width: 100%;
}

.blog-sidebar__textWrap {
  text-align: center;
}

.blog-sidebar__title {
  margin-bottom: 16px;
}
.blog-post-heading1 {
  font-size: 2.5vw;
  line-height: 1.2;
  font-variant: all-small-caps;
  letter-spacing: 0.08em;
}
.blog-post-heading__top {
  display: flex;
  gap: 24px;
}
.blog-post-date {
  color: #7C8E88;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.blog-post-thumbnail {
  margin-bottom: 76px;
}
.blog-post-wpContent p {
  color: #313E3A;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.blog-post-wpContent h1 {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-top: 38px;
  margin-top: 76px;
  border-top: 2px solid #C1CCC5;
  position: relative;
}
.blog-post-wpContent h1::before {
  position: absolute;
  display: block;
  content: "";
  width: 5%;
  height: 2px;
  top: -2px;
  left: 0;
  background: #028143;
}

.blog-post-wpContent h2 {
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 38px;
  position: relative;
  padding-left: 12px;
  margin-top: 76px;
}
.blog-post-wpContent h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #028143;
  top: 0;
  left: 0;
}

.blog-post-wpContent h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #E6EEE9;
  padding-bottom: 8px;
  margin: 40px 0 20px;
}

.blog-post-wpContent .wp-block-gallery figure.wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.blog-post-wpContent .wp-block-image,
.blog-post-wpContent .wp-block-gallery {
  margin-top: 38px !important;
  margin-bottom: 38px;
}
.blog-post-wpContent a {
  color: #028143;
}

.blog-post-wpContent ul {
  margin-bottom: 24px;
  padding-left: 20px;
}

.blog-post-wpContent ul li {
  list-style: disc;
  margin-bottom: 8px;
}
.company-info__heading {
  padding-bottom: 58px;
}
.company-info__heading--title {
  color: #028143;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: normal;
}
.company-info__heading--txt {
  font-size: 20px;
  line-height: normal;
}
.company-info__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 39px;
       column-gap: 39px;
  row-gap: 83px;
}
.company-info__item {
  width: calc((100% - 78px) / 3);
}
.company-info__link {
  position: relative;
  display: block;
}

.products-link__item-imgWrap {
  overflow: hidden;
  border-radius: 9px;
}

.products-link__item-imgWrap img {
  border-radius: 9px;
  transition: transform 0.6s ease;
}
.company-info__title {
  margin-top: 5px;
  font-size: 20px;
  color: #028143;
  font-weight: 500;
}
.company-info__text {
  font-size: 14px;
}
.company-deco {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  background-color: #028143;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-inline: 13px;
  padding-block: 5px;
  font-weight: 700;
}
.company-page .common__2col--column .common__2colWide--inner {
  min-height: auto;
  margin-bottom: 0;
}
.common__tableWrap {
  flex: 1 0 50%;
}
.common__table {
  width: 100%;
  border-collapse: collapse;
}

.common__table th,
.common__table td {
  padding-block: 16px 24px;
}
.common__table th {
  width: 312px;
  color: #028143;
  border-bottom: 1px solid #C1CCC5;
  font-weight: 500;
  padding-left: 1px solid #E6EEE9;
  line-height: 1;
}
.common__table .common__table-head,
.common__table .common__table-body {
  padding-block: 24px;
}

.common__table .common__table-head .common__table-title,
.common__table .common__table-head .common__table-txt,
.common__table .common__table-body .common__table-title,
.common__table .common__table-body .common__table-txt {
  padding-block: 16px;
}
.common__table .common__table-title,
.common__table .common__table-txt,
.common__table .common__table-item {
  padding-block: 16px;
}
.common__table .common__table-txt,
.common__table .common__table-item {
  border-left: 1px solid #E6EEE9;
  padding-left: 48px;
}
.common__table .common__table-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-block: 8px;
  border-left: 1px solid #E6EEE9;
}

.common__table .common__table-box .common__table-item {
  padding-block: 0;
  border-left: transparent;
}
.common__table .common__table-item {
  line-height: 1.8;
}

.common__table td {
  border-bottom: 1px solid #C1CCC5;
  line-height: 1.5;
}
.common__table tr:first-child th,
.common__table tr:first-child td {
  border-top: 1px solid #C1CCC5;
}
.company-profile__imgWrap {
  flex: 0 1 41%;
  max-width: 700px;
}
.location-grid__mapWrap {
  max-width: 696px;
  width: 100%;
  aspect-ratio: 696/288;
  /* Googleマップ（iframe）を枠いっぱいに広げる */
}

.location-grid__mapWrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting .common__2colWide {
  gap: 6%;
}
.greeting .common__2colWide--inner {
  flex: 638px;
  max-width: 638px;
  min-width: 320px;
}
.greeting .common__2colWide--textWrap {
  padding-bottom: 38px;
}
.greeting .common__2col--txt:not(:last-child) {
  margin-bottom: 38px;
}
.greeting .common__2col--imgWrap {
  flex: 432;
  max-width: 432px;
  min-width: 300px;
  aspect-ratio: 1/1;
}
.greeting__2col--txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.greeting__2col--txt .ceo-name {
  display: inline-block;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.history .common__table th,
.history .common__table td {
  line-height: 1.8;
}

.history .common__table th {
  color: #7C8E88;
  width: 144px;
}

.single-environment .common__2col--txt:not(:last-child) {
  margin-bottom: 8px;
}
.sisakuwagata .blog-list {
  display: block;
}

.sisakuwagata .news-item:first-child {
  border-top: 1px solid #C1CCC5;
}

.secret-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 38px;
}

.secret-text-box {
  padding: 16px;
  background-color: #F6F9F7;
  border: 1px solid #028143;
  border-radius: 8px;
}

.secret-text-box__title {
  color: #028143;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.secret-text-box__text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
/* ==========================================================================
   資料ダウンロードフォーム共通設定
   ========================================================================== */
#catalog-error {
  color: #D90D0D;
  line-height: 1;
  margin-top: 12px;
  letter-spacing: 0.04em;
  display: block;
}

.checkbox-content {
  width: 100%;
  display: none;
  text-align: center;
}

.checkbox-content.active {
  display: flex !important;
  flex-direction: column-reverse;
  align-items: center;
  visibility: visible !important;
  opacity: 1 !important;
  gap: 16px;
}

.checkbox-content .checkbox-img-wrapper {
  grid-row: 1;
  order: 1;
  background-color: #F6F9F7;
  padding-block: 22px;
  padding-inline: 12px;
  min-height: 278px;
  height: 100%;
}
.checkbox-content img {
  width: 100%;
  max-width: 230px;
  aspect-ratio: 168/234;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-download .form-checkbox {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  width: 100%;
  margin-bottom: 20px;
}
.form-download .form-checkbox .checkbox-content .wpcf7-list-item label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
/* ==========================================================================
   サンクスページ（完了画面）専用設定
   ========================================================================== */
.download-thanks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin-top: 80px;
}
.download-thanks__item {
  display: none;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.download-thanks__item .downloadList-imgWrap {
  background-color: #F6F9F7;
  padding: 16px 12px;
  margin-bottom: 16px;
}

.download-thanks__item .downloadList-imgWrap img {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 28/39;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.download-thanks__item .catalog-list__ttlWrap {
  margin-bottom: 15px;
}

.download-thanks__item .catalog-list__ttlWrap .catalog-list__ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

.downloadList-btn {
  display: inline-block;
  background-color: #028143;
  color: #fff !important;
  padding: 0.7291666667vw 1.0416666667vw;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 200px;
}

.downloadList-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.download-thanks__txt {
  text-align: center;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 40px;
}
.single-factory .location-grid__mapWrap {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1129/467;
  overflow: hidden;
}

.single-factory .location-grid__mapWrap iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.factory-advantage .sp-only {
  display: none;
}
.p-faq__headinner {
  display: flex;
  align-items: center;
  gap: 23px;
}
.p-faq__headinner span {
  color: #001627;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  min-width: 39px;
}
.p-faq__headinner .p-faq__q-txt {
  margin: 0;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  max-width: 87%;
}
.p-faq__bodyinner {
  padding-left: 61px;
  max-width: 94%;
}
.p-faq__bodyinner .p-faq__a-txt {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-glossary-content .wp-block-group {
  padding-block: 25px;
  scroll-margin-top: 100px;
  border-bottom: 1px solid #E6EEE9;
}

.p-glossary-content .wp-block-group:first-child {
  padding-top: 0;
}
.p-glossary-content .wp-block-group h2 {
  color: #028143;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.64px;
  margin-bottom: 16px;
}
.mounting-prototype-board .l-wrap {
  padding-top: 38px;
  margin-bottom: 153px;
  padding-inline: 0;
}

.mounting-prototype-board .l-wrap:last-of-type {
  margin-bottom: 0;
}

.mounting-prototype-board .common__2colWide {
  gap: 8.3%;
}
.mounting-prototype-board .common__2col--imgWrap-head {
  max-width: 456px;
  width: 100%;
  aspect-ratio: 456/263;
  flex: 0 1 456px;
}

.mounting-prototype-board .common__2col--imgWrap-body {
  flex: 0 1 336px;
  max-width: 336px;
  min-width: 250px;
  aspect-ratio: 336/194;
}

.l-main-right__index {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 24px;
  padding-bottom: 76px;
}
.l-main-right__index--link a {
  display: flex;
  align-items: center;
  gap: 16px;
}

.single-mounting-link__list {
  grid-template-columns: repeat(4, 1fr);
}
.single-mounting-link__title {
  margin-top: 16px;
  margin-bottom: 16px;
}

.characteristic__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 40px;
  margin-top: 40px;
}
.characteristic__imgWrap {
  aspect-ratio: 1/1;
  margin-bottom: 16px;
}

.characteristic__title {
  line-height: 1;
  font-weight: 500;
}
.single-smt .l-main-bg,
.single-pre-shipment_inspection .l-main-bg {
  padding: 48px;
}
.mounting__2col--txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.news .p-sidebar-title {
  padding-block: 20px;
  border-top: 1px solid #C1CCC5;
  border-bottom: 1px solid #C1CCC5;
}
.news .l-wrap,
.blog .l-wrap,
.news-single .l-wrap {
  padding-inline: 0;
}

.news .p-sidebar-title,
.blog .p-sidebar-title,
.news-single .p-sidebar-title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.news .p-sidebar-nav__list,
.blog .p-sidebar-nav__list,
.news-single .p-sidebar-nav__list {
  padding-top: 20px;
}
.news .p-sidebar-year-title,
.blog .p-sidebar-year-title,
.news-single .p-sidebar-year-title {
  margin-top: 131px;
  border-bottom: transparent;
}
.news .p-sidebar-nav__item,
.blog .p-sidebar-nav__item,
.news-single .p-sidebar-nav__item {
  color: #7C8E88;
}

.news .p-sidebar-nav__item.is-current,
.blog .p-sidebar-nav__item.is-current,
.news-single .p-sidebar-nav__item.is-current {
  max-width: 200px;
}

.news .common-link__title,
.blog .common-link__title,
.news-single .common-link__title {
  margin-block: 0;
}

.news .common-link__title a,
.blog .common-link__title a,
.news-single .common-link__title a {
  display: flex;
  gap: 16px;
  align-items: center;
}
.news .common-link__title a p,
.blog .common-link__title a p,
.news-single .common-link__title a p {
  padding-bottom: 4px;
  border-bottom: 1px solid #23302C;
}

.p-sidebar-archive-select {
  position: relative;
  width: 100%;
  max-width: 264px;
}
.p-sidebar-archive-select select {
  width: 100%;
  padding: 15px 12px;
  border: 1px solid #C1CCC5;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  transition: all 0.3s;
}
/* クリック（フォーカス）した時 */
.p-sidebar-archive-select select:focus {
  border-color: #028143;
  background-color: #F6F9F7;
}

.p-sidebar-archive-select::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #028143;
  border-right: 2px solid #028143;
  pointer-events: none;
}

.news .l-main-right {
  border-top: transparent;
  padding-top: 0;
}

.news .l-main-right::before {
  display: none;
}

.news-categoryWrap {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 2px #000;
  margin-bottom: 80px;
}
.news-category__link {
  color: #000;
  padding: 16px 26px;
  text-align: center;
  line-height: 1;
  display: inline-block;
}
.news-category__item.current .news-category__link {
  color: #ffffff;
  background-color: #000;
  border-radius: 10px 10px 0 0;
}

.news-item {
  padding-block: 28px;
  border-top: 1px solid #C1CCC5;
}

.news-item .u-flex-row__24 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.news-item:first-child {
  border-top: none;
}
.news-item:last-child {
  border-bottom: 1px solid #C1CCC5;
}

.news-item .news-link {
  position: relative;
  padding-bottom: 30px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.news-item .news-link:hover {
  color: #028143;
}
.news-head {
  display: flex;
  gap: 12px;
  position: relative;
}
.news-date {
  color: #7C8E88;
  letter-spacing: 0.08em;
  line-height: normal;
}
.news-category {
  line-height: 2;
  color: #000;
  flex: 0 1 50%;
}
.news-category a {
  display: block;
}

.news-category a::before {
  content: "#";
}
.news-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px 16px;
  border: 1px solid #028143;
  border-radius: 999px;
  color: #028143;
  font-size: 12px;
  line-height: 1;
}
.news-item .sp-m-only {
  display: none;
}
.news-single .l-wrap {
  max-width: 980px;
  margin-inline: auto;
  padding-inline: 40px;
  box-sizing: content-box;
}
.news-single .news-tag {
  margin-left: 0;
}

.news-single .news-tag a {
  font-size: 12px;
}
.news-single .post-heading1 {
  border-bottom: transparent;
  font-size: 3.3333333333vw;
  line-height: 1.2;
  font-variant: all-small-caps;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding-bottom: 0;
  color: #23302C;
  font-weight: 400;
}
.news-thumbnail {
  margin-top: 76px;
}
.post-date {
  color: #7C8E88;
  letter-spacing: 0.04em;
}
.post-heading__top {
  display: flex;
  align-items: center;
  gap: 19px;
}
.news-single__top {
  padding-bottom: 32px;
  margin-bottom: 64px;
  border-bottom: solid 1px #ffffff;
}
.news-category--single {
  display: inline-block;
  font-size: 12px;
  padding: 4px 56px;
  margin-right: 44px;
}
.news-date--single {
  display: inline-block;
  color: #000;
  font-size: 20px;
  line-height: normal;
}

.news-heading2 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin-top: 48px;
}
.news-btnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-prev__txt,
.news-next__txt {
  color: #000;
  font-size: 14px;
  position: relative;
  padding-bottom: 4px;
}

.news-prev__txt::before,
.news-next__txt::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}

.news-prev__txt:hover::before,
.news-next__txt:hover::before {
  width: 100%;
}

.news-wpContent {
  margin-block: 76px;
  min-height: 90px;
}

.news-wpContent p {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  /* 両端に配置 */
  align-items: center;
  /* 上下中央揃え */
  width: 100%;
  gap: 40px;
}

.post-navigation .c-link {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  min-width: 260px;
}

.post-navigation .c-link p {
  text-align: center;
}

.post-navigation .c-link .c-btnWrap {
  margin-top: 0;
}
.post-navigation .prev-post,
.post-navigation .next-post {
  transition: 0.2s ease;
  flex: 1;
  display: flex;
  align-items: center;
}

.post-navigation .prev-post a,
.post-navigation .next-post a {
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.post-navigation .prev-post:hover,
.post-navigation .next-post:hover {
  opacity: 0.6;
}

.post-navigation .prev-post .c-arrow,
.post-navigation .next-post .c-arrow {
  background-color: transparent;
  width: 11px;
}
.post-navigation .prev-post .c-arrow span,
.post-navigation .next-post .c-arrow span {
  background-color: #028143;
}

.post-navigation .prev-post .c-arrow span:after,
.post-navigation .next-post .c-arrow span:after {
  border-top: 2px solid #028143;
  border-right: 2px solid #028143;
}
.post-navigation .prev-post {
  justify-content: flex-start;
}

.post-navigation .next-post {
  justify-content: flex-end;
}

.post-navigation {
  /* 左向きにするための設定 */
}

.post-navigation .prev-post .c-arrow span::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}

/* tableに lastChild がついている場合、または table全般 */
table.lastChild,
table.lastChild tbody,
table.lastChild tr,
table.lastChild th,
table.lastChild td {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

table.lastChild th {
  background-color: #f7f7f7;
  /* 項目をわかりやすく */
  border-bottom: none;
  padding: 10px;
}

table.lastChild td {
  padding: 10px 10px 20px 10px;
}

.privacy .l-wrap {
  max-width: 960px;
}

.products-list {
  display: flex;
  -moz-column-gap: 21px;
       column-gap: 21px;
  row-gap: 56px;
  flex-wrap: wrap;
}
.products-list__item {
  width: calc((100% - 63px) / 4);
  box-sizing: border-box;
}
.products-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.products-thumb img {
  aspect-ratio: 309/230;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: transform 0.6s ease;
}

.products-title {
  color: #028143;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  max-height: 108px;
  min-height: auto;
  padding-top: 5px;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.products-link {
  position: relative;
  display: block;
}
.products-spec {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: auto;
  border-radius: 10px 0;
  background: #028143;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  padding-block: 5px;
  text-align: left;
  padding-inline: 11px 13px;
  min-width: 115px;
  text-align: center;
}
.products-genre:first-child {
  margin-bottom: 162px;
}

.products-page .c-heading-deco {
  margin-bottom: 63px;
}
.products-archive .products-genre:first-of-type {
  margin-bottom: 80px;
}

.products-archive__title p {
  font-size: 20px;
  line-height: normal;
}
.products-archive__title .products-label {
  font-size: 13px;
  display: block;
  color: #666;
  min-height: 46px;
  font-weight: 400;
}
.title-a p,
.title-b p,
.title-c p {
  font-size: 18px;
}

.title-a p {
  letter-spacing: -0.03em;
}

.title-c p {
  font-size: 19px;
}

.products-description {
  margin-bottom: 8px;
  line-height: 1.55;
  font-size: 14px;
}
.products-archive__thumb {
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid rgba(27, 63, 130, 0.3);
}

.products-archive__thumb img {
  aspect-ratio: 51/38;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-single .c-heading4 {
  margin-bottom: 5px;
  padding-left: 0;
}
.products-single .aligncenter {
  text-align: center;
}

.products-single .single-products-ef img {
  aspect-ratio: 32/21;
  max-width: 640px;
}

.products-single .cases-archive__ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
.products-single .pc-only {
  display: block;
}
.products-single .sp-only {
  display: none;
}
.single-products-indicator01 {
  margin-block: 51px 44px;
}

.single-products-indicator01 img {
  aspect-ratio: 936/263;
  max-width: 936px;
}

.single-products-indicator02 img {
  aspect-ratio: 936/269;
  max-width: 936px;
}

.products-single-head {
  display: flex;
  gap: 42px;
  padding-bottom: 133px;
}
.products-single-head__imgWrap {
  flex: 0 1 34.3%;
}

.products-single-head__img {
  margin-bottom: 25px;
}
.products-single-head__btn {
  max-width: 300px;
  margin-inline: auto;
}

.products-single-head__btn .products-single-head__btn-link {
  max-width: 446px;
  font-size: 22px;
  font-weight: 500;
  padding-block: 18.5px;
  border-radius: 15px;
  padding-inline: 20px;
}

.products-single-head__btn .products-single-head__btn-link:before {
  min-height: 49px;
}

.products-single-head__btn .products-single-head__btn-link p {
  text-align: center;
  font-size: 18px;
}
.products-single-head__info {
  flex: 0 0 62%;
}

.products-single-head__info-top {
  padding-bottom: 51px;
  border-bottom: 1px solid #028143;
  margin-bottom: 15px;
}
.products-single-head__size {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 45px;
}
.products-single-head__size-title {
  color: #ffffff;
  font-weight: 700;
  background-color: #028143;
  min-width: 147px;
  text-align: center;
  padding: 7px 10px;
  line-height: 1.8;
}
.products-single-head__size-text {
  color: #028143;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.products-single-head__title {
  color: #028143;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0;
}
.products-single-head__detail-item:not(:last-child) {
  margin-bottom: 24px;
}
.products-single-head__label {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.products-single-head__detail-title {
  color: #028143;
  font-weight: 700;
  position: relative;
  padding-left: 8px;
  line-height: normal;
  margin-bottom: 10px;
}

.products-single-head__detail-text {
  color: #028143;
  font-weight: 400;
  padding-left: 8px;
  line-height: 1.8;
}
.products-single-head__detail-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: 7px;
}

.products-single-head__detail-tag {
  text-align: center;
  color: #028143;
  font-weight: 400;
  padding: 3px 10px;
  border: 1px solid #028143;
  border-radius: 7px;
  display: inline-block;
  min-width: 81px;
  line-height: normal;
  font-size: 12px;
  white-space: nowrap;
}
.products-single-body {
  padding-bottom: 80px;
}
.products-single-body__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.products-single-body__nav-item {
  width: calc((100% - 30px) / 2);
  color: #028143;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.products-single-body__nav-item span {
  display: inline-block;
  flex-shrink: 0;
  width: 28px;
  height: 25px;
  background: url(../imgs/common/products-single-check_icon.svg) no-repeat center/contain;
}
.tab-content__cases:not(:last-of-type) {
  margin-bottom: 70px;
}

.tab-content__title {
  color: #028143;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  border-left: 2px solid #028143;
  padding-left: 12px;
  margin-bottom: 23px;
}
.tab-content__cases-item {
  display: flex;
  gap: 29px;
}

.tab-content__cases-item:not(:last-child) {
  margin-bottom: 64px;
}
.tab-content__cases-img {
  min-width: 403px;
}
.tab-content__cases-img img {
  aspect-ratio: 403/301;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 403px;
}
.tab-content__cases-desc--title {
  color: #028143;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 16px;
}
.tab-content__cases-desc--text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.tab-content__cases-desc--text:not(:last-child) {
  margin-bottom: 40px;
}
.tab-content__spec {
  max-width: 991px;
  margin-inline: auto;
}

.tab-content__spec-title {
  color: #028143;
  margin-bottom: 20px;
}

.tab-content__spec-text {
  margin-bottom: 10px;
}

.tab-content-Wrap__assembly {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.tab-content-Wrap__assembly .tab-content-Wrap__flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc((100% - 60px) / 3);
}

.tab-content-Wrap__assembly .tab-content-Wrap__flex p {
  flex: auto;
}

.tab-content-Wrap__assembly .tab-content-Wrap__flex img {
  min-width: auto;
}
.tab-content-Wrap__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 30px;
}

.tab-content-Wrap__flex p {
  flex: 0 0 67%;
  font-size: 18px;
}
.tab-content-Wrap__flex:not(:last-child) {
  margin-bottom: 20px;
}

.tab-content-Wrap__flex img {
  min-width: 400px;
  max-width: 400px;
}
.tab-content-Wrap__flex--sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.tab-content-Wrap__flex--sub p {
  text-align: right;
}
.cowplatter_solution-03 {
  text-align: center;
  margin-top: 20px;
}

.cowplatter_solution-03 img {
  aspect-ratio: 9/2;
}

.tab-content-wrap__flex-img {
  flex: 0 0 33%;
}
/*-------products-filter-------*/
.products-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.products-filter button {
  font-size: 12px;
  color: #028143;
  padding: 0px 12px;
  border: 1px solid #028143;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.products-filter button:hover {
  background-color: #028143;
  color: #ffffff;
}

.tab-content__cases--cowplatter .tab-content__cases-img {
  text-align: center;
}

.tab-content__cases--cowplatter .c-heading4 {
  margin-bottom: 22px;
}
.tab-content__cases--cowplatter .tab-content__cases-item {
  margin-bottom: 40px;
  flex-direction: column;
}
.quality-policy .common-link__title {
  margin-block: 25px 16px;
  color: #028143;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.recruit .common__table th .common__table .common__table-head,
.recruit .common__table th .common__table .common__table-body {
  padding-block: 59.5px;
}

.essential-point .common__table {
  margin-bottom: 76px;
}

.essential-point .common__table tr:first-child .common__table-body {
  border-left: none !important;
}

.essential-point .common__table tr:first-child .common__table-body .common__table-item {
  border-left: none !important;
}

.essential-point .common__table th {
  width: 312px;
}
.service__2colWide--inner .common__2colWide--textWrap:not(:last-child) {
  margin-bottom: 38px;
}

.service {
  /* テキスト側の設定 */
}

.service .common__2colWide--inner {
  flex: 743;
  max-width: 743px;
  min-width: 320px;
}
.model-flow .common__2col--imgWrap {
  flex: 936;
  max-width: 936px;
  min-width: 500px;
  aspect-ratio: 936/392;
}
.model-flow .common__2colWide--inner {
  flex: 432;
  max-width: 432px;
  min-width: 320px;
}
.sitemap-navWrap {
  display: flex;
  gap: 8.4895833333vw;
}
.sitemap-list {
  max-width: 323px;
  width: 100%;
}
.sitemap-link {
  display: flex;
  color: #028143;
  font-size: 13px;
  font-weight: 500;
  padding-inline: 10px;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}
.sitemap-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  max-width: 323px;
}
.sitemap-item__title p {
  font-size: 20px;
  font-weight: 700;
}

.sitemap-item__title span {
  border-left: 13px solid #028143;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sitemap-item__title .u-mb32 {
  margin-bottom: 32px;
}

.stock-parts .common-link__list {
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 76px;
}
.parts-procurement .l-main__Wrap:not(:last-child) {
  margin-bottom: 76px;
}
.top .c-heading2--en2 {
  margin-bottom: 10px;
}

.top-2col__title {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.top-2col__txt {
  margin-bottom: 57px;
}
.top-title {
  margin-bottom: 76px;
}
.top-mv {
  padding-top: 116px;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.top-mv:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(108deg, #F6F9F7 0%, #DEEFE6 100%);
  top: 0;
  left: 0;
  z-index: -2;
}

.top-mv .top-mv__bg {
  position: absolute;
  top: 0;
  right: -10%;
  width: 100%;
  height: 83%;
  z-index: -1;
}

.top-mv .top-mv__bg .bg-fixed-dot {
  position: absolute;
  bottom: 1%;
  left: 5%;
  width: 100%;
  max-width: 650px;
  z-index: 1;
}

.top-mv .top-mv__bg .bg-fixed-dot svg {
  width: 100%;
  height: auto;
  display: block;
}
.top-mv .top-mv__bg .bg-happa-unit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-mv .top-mv__bg .bg-happa-unit svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
  image-rendering: -webkit-optimize-contrast;
  overflow: visible !important;
}

.top-mv .top-mv__bg .js-happa {
  transition: none;
}
.top-mv .l-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  margin-right: auto;
  padding-right: 144px;
}
.js-light-stroke {
  stroke: #ffffff !important;
  stroke-linecap: round;
  opacity: 0.85;
  filter: blur(1.2px);
  shape-rendering: geometricPrecision;
  transform: translateZ(0);
  will-change: stroke-dashoffset;
}

.bg-happa-unit svg {
  image-rendering: auto;
  overflow: visible !important;
}

.top-mv__txtWrap {
  position: relative;
  top: 35%;
  transform: translateY(-50%);
  z-index: 500;
  flex: 0 1 auto;
  max-width: 570px;
  width: 100%;
}
.fv-title {
  z-index: 30;
  font-size: 4.5833333333vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.fv-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.top-mv__imgOuter {
  position: relative;
  top: 39%;
  transform: translateY(-50%);
  width: 45%;
  max-width: 896px;
  aspect-ratio: 896/634;
  flex-shrink: 0;
  margin-left: auto;
}
.top-mv__imgOuter [class^=top-mv__imgWrap] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: none;
}

.top-mv__imgOuter [class^=top-mv__imgWrap]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
  opacity: var(--mv-overlay, 0);
  transition: none;
}

.top-mv__imgOuter [class^=top-mv__imgWrap] img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-mv__imgOuter [class^=top-mv__imgWrap][data-pos="0"] {
  width: 100%;
  top: 180px;
  left: 0;
  z-index: 4;
  --mv-overlay: 0;
  opacity: 1;
}

.top-mv__imgOuter [class^=top-mv__imgWrap][data-pos="1"] {
  width: 75%;
  top: 110px;
  left: -11%;
  z-index: 3;
  --mv-overlay: 0.3;
  opacity: 1;
}

.top-mv__imgOuter [class^=top-mv__imgWrap][data-pos="2"] {
  width: 58%;
  top: 50px;
  left: -18%;
  z-index: 2;
  --mv-overlay: 0.6;
  opacity: 1;
}

.top-mv__imgOuter [class^=top-mv__imgWrap][data-pos="3"] {
  width: 45%;
  top: 3px;
  left: -24%;
  z-index: 1;
  --mv-overlay: 0.8;
  opacity: 1;
}
.top-mv__news-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.top-mv__newsWrap {
  background-color: #7C8E88;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23.4375vw;
  border-radius: 0 8px 0 0;
  max-width: 703px;
  width: 100%;
  padding-block: 24px;
  padding-inline: 24px;
}
.top-mv__news-head {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 0 0 80px;
}

.top-mv__news-head .c-heading2--en {
  margin-bottom: 0;
}

.top-mv__news-head span {
  font-size: 16px;
}
.top-mv__news-title {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.top-mv__news-content {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  transition: all 0.3s;
  overflow: hidden;
}
.top-mv__news-date {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.top-mv__news-contentTtl {
  font-size: 0.6770833333vw;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-mv__sp--img {
  display: none;
}
.top-about__contents {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 58px;
}
.top-about__2colWideContainer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 57px;
}
.top-about__2colWideContainer {
  margin-bottom: 0 !important;
}

.top-about__2colWideContainer:nth-child(1) {
  z-index: 1;
}

.top-about__2colWideContainer:nth-child(1) .top-about__2colWide {
  background: linear-gradient(180deg, #008241 0%, #31A86C 100%);
}

.top-about__2colWideContainer:nth-child(1) .top-about__2colWide--number {
  background-color: #008241;
}

.top-about__2colWideContainer:nth-child(2) {
  z-index: 2;
}

.top-about__2colWideContainer:nth-child(2) .top-about__2colWide {
  background: linear-gradient(180deg, #007a3d 0%, #30a46a 100%);
}

.top-about__2colWideContainer:nth-child(2) .top-about__2colWide--number {
  background-color: #007a3d;
  right: 13%;
}
.top-about__2colWideContainer:nth-child(3) {
  z-index: 3;
}

.top-about__2colWideContainer:nth-child(3) .top-about__2colWide {
  background: linear-gradient(180deg, #007038 0%, #2a915d 100%);
}

.top-about__2colWideContainer:nth-child(3) .top-about__2colWide--number {
  background-color: #007038;
  right: 25.5%;
}
.top-about__2colWide {
  border-radius: 7px 0 7px 7px;
  padding-block: 110px;
  padding-inline: 120px;
  display: flex;
  justify-content: center;
  gap: clamp(60px, 5vw, 120px);
  box-sizing: border-box;
}
.top-about__2colWide--number {
  position: absolute;
  top: 2px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 16px;
  padding-inline: 120px 48px;
  max-height: 57px;
  width: 288px;
  text-align: right;
  border-radius: 0 8px 0 0;
  z-index: 5;
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%);
}
.top-about__2colWide--number span {
  color: #ffffff;
}

.top-about__2colWide--number .num {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.top-about__2colWide--number .mark {
  display: flex;
  align-items: center;
}

.top-about__2colWide--number .mark .square {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 2px;
}
.top-about__2colWide--number .mark .bar {
  display: block;
  width: 2.8645833333vw;
  height: 1px;
  background-color: #ffffff;
}
.top-about__2colWide--inner {
  color: #ffffff;
  flex: 1 1 420px;
  max-width: 528px;
  min-width: 360px;
}
.top-about__2col--imgWrap {
  aspect-ratio: 744/492;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 2 1 520px;
  max-width: 744px;
  min-width: 360px;
}
.top-about__2col--imgWrap img {
  border-radius: 8px;
}

.c-btnWrap {
  border-radius: 2px;
}

.top-about-heading2 {
  margin-bottom: 0;
}

.top-rescue {
  overflow: hidden;
}

.top-rescue .top-heading2 {
  margin-bottom: 0;
}

.top-rescue__txtWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 76px;
}
.top-rescue__title .c-arrow {
  width: 40px;
  height: 30px;
  padding: 10px 12px;
}
.top-rescue__imgWrap {
  overflow: hidden;
  border-radius: 14px;
}

.top-rescue__imgWrap img {
  transition: transform 0.6s ease;
  border-radius: 16px;
}

.factory-introduction__2colWide {
  background: url(../imgs/top/top-introduction-bg.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  padding: 191px 144px;
  border-radius: 8px;
  gap: clamp(40px, 5vw, 96px);
}
.factory-introduction__2col--imgWrap {
  aspect-ratio: 766/473;
  flex: 2 1 520px;
  max-width: 766px;
  min-width: 360px;
}

.factory-introduction__2col--imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.factory-introduction__2colWide--inner {
  flex: 1 1 420px;
  max-width: 481px;
  min-width: 360px;
}
.top-sector__list {
  display: flex;
  gap: 19.2px;
  flex-wrap: wrap;
}
.top-sector__item {
  width: calc((100% - 38.6px) / 3);
  box-sizing: border-box;
  border-radius: 6px;
  background: #ffffff;
}
.top-sector__link {
  display: flex;
  align-items: center;
  gap: 30.47px;
}
.top-sector__title {
  color: #028143;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  transition: opacity 0.4s ease;
}
.top-sector__thumb {
  max-width: 170px;
  overflow: hidden;
  border-radius: 9px;
}
.top-sector__thumb img {
  border-radius: 9px;
  transition: transform 0.6s ease;
}

.top-card {
  padding-block: 180px 230px;
}

.top-card__content {
  display: flex;
  gap: 22px;
  padding-bottom: 40px;
  justify-content: center;
}
.top-card__content .top-titleWrap {
  width: 100%;
  align-items: flex-start;
}

.top-card__item {
  padding-block: 37px;
  padding-inline: 24px;
  position: relative;
  z-index: 2;
  border-radius: 9px;
  aspect-ratio: 639/275;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  width: calc((100% - 22px) / 2);
}
.top-card__item:nth-child(1) {
  background: url(../imgs/top/top-document@2x.jpg) no-repeat 40% center/cover;
}

.top-card__item:nth-child(2) {
  background: url(../imgs/top/top-quality.jpg) no-repeat center/cover;
}

.top-card__item::before {
  border-radius: 9px;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.top-card__item2 {
  border-radius: 9px;
  position: relative;
  z-index: 0;
  background-color: #028143;
}
.top-card__item2content {
  display: flex;
}
.top-card__item2Wrap {
  display: flex;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-inline: 24px;
  padding-block: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 50%;
}

.top-card__item2Wrap .top-titleWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 12px;
  position: relative;
  z-index: 2;
}

.top-card__item2Wrap .c-top-btnWrap {
  margin-left: auto;
}
.top-card__item2imgWrap {
  flex: 0 1 50%;
  position: relative;
}

.top-card__item2imgWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background: linear-gradient(253deg, rgba(26, 63, 130, 0) 24%, rgb(26, 63, 130) 86%);
  z-index: 1;
}
.top-card__item2imgWrap img {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: -webkit-fill-available;
  min-height: 100%;
  /* ほかのブラウザ向けにフォールバック */
}
.top-card__item2--company {
  color: #ffffff;
}

.top-card__item2--links {
  color: #ffffff;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 10px;
  max-width: 440px;
  position: relative;
  z-index: 2;
}
.top-card__item2--links a {
  padding-right: 14px;
  position: relative;
  transition: all 0.3s;
  min-width: 79px;
}

.top-card__item2--links a::before, .top-card__item2--links a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 6px;
  height: 1px;
  background-color: currentColor;
  border-radius: 2px;
  transition: 0.2s;
}
.top-card__item2--links a {
  /* 上の線 */
}

.top-card__item2--links a::before {
  top: calc(50% - 0px);
  transform: rotate(45deg);
  transform-origin: right center;
}

.top-card__item2--links a {
  /* 下の線 */
}

.top-card__item2--links a::after {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
  transform-origin: right center;
}
.top-card__item2btn--tab {
  display: none;
}
.top-card__item2btn--sp {
  display: none;
}
.top-company__2colWide {
  display: flex;
  align-items: center;
  gap: clamp(40px, 5vw, 96px);
}
.top-company__2col--imgWrap {
  aspect-ratio: 960/593;
  flex: 2 1 520px;
  max-width: 960px;
  min-width: 360px;
}

.top-company__2col--imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.top-company__2colWide--inner {
  flex: 1 1 420px;
  max-width: 481px;
  min-width: 360px;
}
.top-news__2colWide {
  background-color: #F6F9F7;
  padding: 76px 72px;
  display: flex;
  justify-content: space-between;
}
.top-news__2colWide--left {
  flex: 0 0 202px;
  flex: 1;
  max-width: 202px;
}

.top-news__2colWide--left .c-btnWrap a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-news__2colWide--left .c-btnWrap p {
  border-bottom: 1px solid #23302C;
  padding-bottom: 2px;
}

.top-news__2colWide--left .c-btnWrap .c-arrow {
  width: 22px;
  height: 19px;
  border-radius: 1px;
  color: #ffffff;
  padding: 6px 5px;
}

.top-news .c-btnWrap a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-news .c-btnWrap p {
  border-bottom: 1px solid #23302C;
  padding-bottom: 2px;
}

.top-news .c-btnWrap .c-arrow {
  width: 22px;
  height: 19px;
  border-radius: 1px;
  color: #ffffff;
  padding: 6px 5px;
}

.top-news__list {
  flex: 1;
  max-width: 1008px;
  min-width: 0;
}
.top-news__item {
  position: relative;
}

.top-news__item a {
  display: flex;
  align-items: center;
  gap: 32px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.top-news__item .c-arrow {
  width: 22px;
  height: 19px;
  padding: 6px 5px;
}
.top-news__itemInner {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.top-news__date {
  color: #7C8E88;
  font-size: 15px;
  text-transform: uppercase;
  line-height: normal;
}

.top-news__ttl {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}

.top-news__wrap {
  display: flex;
  gap: 80px;
}
.top-news__btnWrap {
  margin-left: 2.0833333333vw;
}
.top-blog {
  padding-bottom: 230px;
}

.top-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  align-items: center;
}
.top-blog .top-heading2 {
  margin-bottom: 0;
}
.top-blog .top-blog__txtWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 76px;
}

.top-blog .top-blog__txtWrap p {
  border-bottom: none;
}
.top-blog .top-blog-btn.sp-only {
  display: none !important;
}

.top-blog .top-blog-btn.sp-only p {
  border-bottom: none;
}
.top-deco {
  width: 100%;
  overflow: hidden;
  padding: 76px 0;
}
.top-deco .l-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  margin: 0;
  padding-inline: 0;
  will-change: transform;
}

.top-deco .l-group {
  display: flex;
}

.top-deco p {
  text-transform: uppercase;
  padding-right: 100px;
  font-size: 80px;
  font-weight: bold;
  color: rgba(141, 158, 153, 0.3);
  white-space: nowrap;
  line-height: 1;
}

@media screen and (min-width: 1920px) {
  /* pc最大 横の画面幅-1920px以上 */
  .l-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .footer-inner {
    gap: 119px;
  }
  .footer-sitemap {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .header-btn {
    font-size: 14px;
    padding: 14px 16px;
  }
  .header-nav__link {
    font-size: 14px;
  }
  .c-heading2--ja {
    font-size: 72px;
  }
  .c-heading2--ja2 {
    font-size: 48px;
  }
  .page-title .c-heading2--ja2 {
    font-size: 72px;
  }
  .company-profile__imgWrap {
    max-width: 100%;
  }
  .top-2col__title {
    font-size: 36px;
    min-width: 560px;
  }
  .fv-title {
    font-size: 88px;
    top: 50%;
    min-width: 600px;
  }
}

@media screen and (min-width: 1400px) {
  /* pc最大 横の画面幅-1400px以上 */
  .c-header__ttl {
    font-size: 52px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1650px) {
  /* 画面幅-1650px */
  .footer-sitemap {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
  .header-nav__link {
    padding-inline: 20px;
  }
  .c-scrollOuter {
    right: 7.5%;
  }
  .c-scroll__txt {
    top: -10.4166666667vw;
  }
  .l-main__facility .l-main__facility--2colWide {
    gap: 76px;
  }
  .underfill__items {
    gap: 25px !important;
  }
  .underfill__items .u-flex-column__16 {
    max-width: 200px;
  }
  .greeting .greeting__2colWide--textWrap .pc-only {
    display: none;
  }
  .service .service-title-br {
    display: none;
  }
  .top-mv .top-mv__bg .bg-fixed-dot {
    bottom: 4%;
    left: 3%;
  }
}

@media screen and (max-width: 1500px) {
  /* 画面幅-1500px */
  .foot_list_last {
    flex-direction: row;
    row-gap: 10px;
  }
  .header-btn {
    min-width: 102px;
  }
  .header-nav__link {
    font-size: 12px;
    padding-inline: 5px;
    padding-top: 16px;
  }
  .l-2col-container__Wrap {
    gap: 60px;
  }
  .p-sidebar-nav {
    flex: 0 0 200px;
  }
  .form-content {
    gap: 47px;
  }
  .single-factory td.column-1 {
    width: 200px !important;
    min-width: auto !important;
    max-width: none !important;
  }
  .underfill__items {
    flex-wrap: nowrap;
  }
  .top-blog .c-btnWrap p,
  .blog .c-btnWrap p {
    font-size: 12px;
  }
  .top-blog .c-btnWrap .c-arrow,
  .blog .c-btnWrap .c-arrow {
    width: 24px;
    height: 19px;
    padding: 6px 8px;
    color: #ffffff;
  }
  .blog-list {
    gap: 20px;
  }
  .common__tableWrap {
    flex: 0 0 50%;
  }
  .company-profile__imgWrap {
    flex: 0 0 41%;
    min-width: 460px;
  }
  .greeting .pc-only {
    display: none;
  }
  .mounting-prototype-board .common__2colWide {
    gap: 5.3%;
  }
  .single-mounting-link__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .characteristic__title {
    line-height: 1.6;
  }
  .products-title {
    max-height: 100%;
  }
  .products-single-head__info-top {
    padding-bottom: 30px;
  }
  .products-single-head__size {
    margin-bottom: 27px;
  }
  .tab-content-Wrap__flex p {
    flex: 0 0 60%;
  }
  .tab-content-Wrap__flex--sub {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .tab-content-wrap__flex-img {
    flex: 0 0 40%;
  }
  .products-filter {
    margin-top: 12px;
  }
  .stock-parts .common-link__list {
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 54px;
  }
  .top-mv .top-mv__bg {
    width: 100%;
    right: -9%;
    height: 83%;
  }
  .top-mv__imgOuter {
    width: 45.5%;
  }
  .top-about__2colWideContainer:nth-child(2) .top-about__2colWide--number {
    right: 15%;
  }
  .top-about__2colWideContainer:nth-child(3) .top-about__2colWide--number {
    right: 29.5%;
  }
  .top-blog .blog-list {
    gap: 20px;
  }
}

@media screen and (max-width: 1280px) {
  /* 画面幅-1280px */
  .l-sub-section {
    padding-bottom: 153px;
  }
  .l-2col-container {
    padding-right: 50px;
  }
  .l-main__Wrap:not(:last-child) {
    margin-bottom: 110px;
  }
  .footer-cta-contact__body {
    flex: 0 0 701px;
  }
  header {
    padding: 18px 16px 0;
    justify-content: flex-start;
  }
  .header-navContent {
    flex: 1;
  }
  .header-logoWrap img {
    width: 100%;
    max-width: 211px;
  }
  .header-nav__Wrap {
    gap: 10px;
  }
  .header-nav__Wrap--left {
    gap: 10px;
  }
  .header-nav__Wrap--item a {
    font-size: 11px;
  }
  .header-nav__Wrap--tel span {
    margin-right: 4px;
  }
  .header-nav__Wrap--tel a:not(:last-child) {
    padding-right: 3px;
  }
  .header-nav__Wrap--tel a:not(:first-child) {
    padding-left: 3px;
  }
  .header-nav__Wrap--tel a {
    font-size: 11px;
  }
  .header-nav__Wrap--tel a:not(:last-child) {
    padding-left: 6px;
  }
  .header-btn {
    font-size: 10px;
  }
  .header-nav__link {
    font-size: 10px;
    padding-inline: 4px;
    padding-top: 20px;
    gap: 1px;
  }
  .header-nav__2levels__nav-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .common__2colWide {
    gap: 24px;
  }
  .l-main-right .common__2colWide {
    flex-direction: column;
    gap: 16px;
  }
  .l-main-right .common__2colWide .sp-only {
    display: block;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .l-main-right .common__2colWide .u-flex-img {
    display: flex;
  }
  .l-main-right .common__2colWide .pc-only {
    display: none;
  }
  .l-main__Wrap--squareGrid .common__2colWide {
    flex-direction: row;
  }
  .common-link__list {
    gap: 28px;
  }
  .side-links.is-closed .side-links__trigger {
    height: 67px;
  }
  .side-links.is-closed .side-links__trigger .icon-open .side-links__icon {
    width: 34px;
  }
  .side-links__item {
    width: 67px;
    height: 67px;
    border-radius: 5px;
    gap: 1px;
  }
  .side-links__icon {
    width: 19.5px;
  }
  .side-links__text {
    font-size: 9px;
    font-weight: 600;
  }
  .side-links__item--contact .side-links__icon {
    width: 28px;
  }
  .side-links__item--blog .side-links__icon {
    width: 34px;
  }
  .side-links__item--top .side-links__icon {
    width: 15px;
  }
  .c-link {
    padding: 20px 15px;
  }
  .form-container {
    padding-inline: 40px;
  }
  .form-content {
    gap: 35px;
  }
  .form-content-info {
    flex: 1 0 40.5%;
  }
  .form-txt__title {
    font-size: 20px;
  }
  .c-img-xl {
    max-width: max(453px, 8.23vw + 368.6px);
  }
  .c-img-lg {
    max-width: 100%;
    margin-inline: auto;
  }
  .c-img-md {
    max-width: 100%;
  }
  .c-img-sq_156 {
    width: 100%;
  }
  .c-scrollOuter {
    right: 8.5%;
  }
  .c-scroll__txt {
    top: -13.5416666667vw;
    font-size: 10px;
    font-weight: 500;
  }
  .top-cases__swiper .swiper-slide {
    margin-right: 30px;
  }
  .tablepress td {
    padding: 14.5px 5px !important;
  }
  .c-heading1 {
    font-size: 2.1875vw;
    margin-top: -30px;
  }
  .common__2col--title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .common-link__title {
    line-height: 1.3;
    font-size: 20px;
  }
  .u-flex-row__48 {
    gap: 38px;
  }
  .u-mb76 {
    margin-bottom: 48px !important;
  }
  .l-main__facility .common__2colWide--content {
    padding: 48px 40px;
  }
  .underfill__items {
    flex-wrap: wrap;
    gap: 20px !important;
  }
  .underfill__items .u-flex-column__16 {
    max-width: 150px;
  }
  .single-underfill__2colWideBox {
    gap: 35px;
    grid-template-columns: repeat(1, 1fr);
  }
  .inspection-inner__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .inspection-inner__items .common__2col--txt {
    font-size: 18px;
  }
  .blog .common__base--txt {
    font-size: 14px;
  }
  .blog .c-txt-green {
    font-size: 18px;
  }
  .blog-item {
    max-width: 100%;
  }
  .common__table th {
    font-size: 15px;
    width: 240px;
  }
  .company-profile__imgWrap {
    min-width: 350px;
  }
  .greeting .common__2colWide {
    align-items: center;
  }
  .greeting .common__2colWide--inner {
    flex: auto;
    max-width: 100%;
  }
  .form-download .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 14px;
  }
  .download-thanks {
    grid-template-columns: repeat(3, 1fr);
  }
  .factory .common__2colWide {
    flex-direction: row-reverse;
    gap: 5%;
  }
  .mounting-prototype-board .common__2colWide {
    gap: 12px;
  }
  .single-mounting-link__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .characteristic__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 25px;
  }
  .news-tag {
    margin-left: 22px;
  }
  .news-single .l-wrap {
    box-sizing: border-box;
  }
  .products-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .products-list__item {
    width: calc((100% - 60px) / 3);
  }
  .products-title {
    font-size: 18px;
  }
  .products-archive__title p {
    font-size: 18px;
  }
  .products-archive__title p {
    font-size: 18px;
  }
  .products-description {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .products-archive__thumb img {
    aspect-ratio: 113/76;
  }
  .products-single-head__info-top {
    padding-bottom: 25px;
  }
  .products-single-head__size-text {
    font-size: 22px;
  }
  .products-single-head__title {
    font-size: 36px;
  }
  .products-single-head__detail-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .products-single-head__label {
    font-size: 18px;
  }
  .products-single-head__detail-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .tab-content__cases-desc--text {
    line-height: 1.6;
  }
  .tab-content__cases-desc--text:not(:last-child) {
    margin-bottom: 20px;
  }
  .tab-content-Wrap__flex p {
    flex: 0 0 50%;
  }
  .tab-content-wrap__flex-img {
    flex: 0 0 50%;
  }
  .quality-policy .common__2colWide {
    flex-direction: row-reverse;
    gap: 8%;
  }
  .essential-point .common__table th {
    width: 240px;
  }
  .sitemap-navWrap {
    gap: 60px;
  }
  .top-2col__txt {
    margin-bottom: 37px;
  }
  .top-title {
    margin-bottom: 54px;
  }
  .top-mv .top-mv__bg .bg-fixed-dot {
    bottom: 13%;
    left: -1%;
    max-width: 587px;
  }
  .fv-title {
    font-size: 3.25rem;
    left: 33%;
  }
  .top-mv__imgOuter {
    width: 50.5%;
  }
  .top-about__2colWide {
    padding-block: 100px;
    padding-inline: 60px;
  }
  .factory-introduction__2colWide {
    padding: 100px 80px;
  }
  .top-sector__link {
    gap: 20px;
  }
  .top-sector__title {
    font-size: 14px;
  }
  .top-card__item {
    width: 100%;
  }
  .top-card__item2 .top-heading__txt {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }
  .top-card__item2imgWrap::after {
    background: linear-gradient(253deg, rgba(26, 63, 130, 0) 24%, rgb(26, 63, 130) 83%);
  }
  .top-news__2colWide {
    gap: 20px;
    padding: 76px 48px;
  }
  .top-news__wrap {
    flex-direction: column;
  }
  .top-blog .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (max-width: 1100px) {
  /* 画面幅-1100px以下 */
  .header-logoWrap img {
    max-width: 180px;
  }
  .header-nav__Wrap {
    gap: 8px;
  }
  .header-nav__Wrap--left {
    gap: 8px;
  }
  .header-btn {
    min-width: 92px;
    font-size: 9px;
    font-weight: bold;
    gap: 3px;
  }
  .header-nav__link {
    padding-inline: 2px;
  }
}

@media screen and (max-width: 1024px) {
  /* iPad 横の画面幅-1024px */
  .l-section {
    padding-block: 80px;
  }
  .l-2col-container {
    padding-inline: 20px;
  }
  .l-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .l-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tab-only {
    display: block;
  }
  .two-header {
    margin-top: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
  }
  .two-header__txt {
    flex: auto;
  }
  .two-header__bottomTxt {
    margin-bottom: 40px;
  }
  .two-content__ttl {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .c-listItem__imgWrap {
    margin-bottom: 0;
    aspect-ratio: 346/226;
  }
  .c-listItem__imgWrap::before {
    font-size: 12px;
  }
  .c-content__section {
    background: linear-gradient(105deg, #2456BC 2.46%, #0A3794 102.54%);
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .c-content__ttl {
    font-size: 41px;
  }
  .c-content__list {
    flex-direction: column;
  }
  .c-content__item {
    max-width: 100%;
  }
  .c-content__link {
    border-radius: 9px;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 30px 10px 16px;
    gap: 12px;
  }
  .c-content__link-inner {
    flex-direction: row;
  }
  .c-content__imgWrap {
    width: 80px;
    padding: 8px;
    position: relative;
  }
  .c-content__arrow {
    height: 0px;
  }
  .c-content__arrow::before {
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border-left: solid 2px #000;
    border-bottom: solid 2px #000;
  }
  .c-proposal__2colContent {
    padding: 56px 30px;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .c-proposal__topTxt p {
    font-size: 14px;
  }
  .c-proposal__heading2 {
    font-size: 22px;
  }
  .c-proposal__txt {
    font-size: 14px;
  }
  .c-proposal__2col-imgWrap {
    flex: 0 1 290px;
    margin: auto;
  }
  .upper-btnWrap {
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
  }
  .footer-cta-action__item .c-heading2--ja2 {
    gap: 16px;
  }
  .footer-cta-contact .c-heading2--ja2 {
    font-size: 18px;
  }
  .footer-cta-contact__body {
    flex: 0 0 522px;
  }
  .cta-tel__list {
    justify-content: space-between;
    gap: 8px;
  }
  .cta-tel__item span,
  .cta-tel__item a {
    font-size: 13px;
  }
  .cta-form__box .c-link {
    padding: 17px;
  }
  .footer {
    padding-block: 80px 50px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 36px;
  }
  .footer-logo__link {
    max-width: 250px;
  }
  .footer-location:last-of-type {
    padding-bottom: 56px;
  }
  .footer_bnr_wrap {
    display: flex;
    gap: 8px;
    max-width: 100%;
  }
  header .footer_bnr_wrap {
    display: flex;
  }
  .footer-sitemap {
    display: none;
  }
  .footer_bnr:not(:last-child) {
    margin-bottom: 0;
  }
  .footer-copyWrap {
    text-align: center;
  }
  header {
    position: fixed;
    bottom: 0;
    top: auto;
    padding: 0;
    height: 49px;
    width: 100%;
    overflow: visible;
    transition: transform 0.4s ease;
  }
  header.panelactive {
    height: 100dvh;
    top: 0;
    bottom: 0;
    transition: none;
  }
  header.panelactive .header-navContent {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #ffffff;
    padding: 0 16px 100px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    animation: slideUpMenu 0.4s ease-out forwards;
    justify-content: flex-start;
    align-items: stretch;
  }
  header.panelactive .header-navContent .top-mv__sp--img {
    flex-shrink: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    width: calc(100% + 32px);
    margin-left: -16px;
    max-width: none;
  }
  header.panelactive .header-navContent .footer_bnr_wrap {
    padding-block: 51px;
  }
  header.panelactive .header-logoContent {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 49px;
    z-index: 2100 !important;
    transition: none !important;
    background-color: #F6F9F7;
  }
  .header-navContent {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
    background-color: #028143;
    padding: 80px 20px 100px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    transition: opacity 0.3s ease;
  }
  .header-navContent.open {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .header-logoContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #F6F9F7;
    border: 1px solid #C1CCC5;
    border-right: none;
    border-bottom: none;
    z-index: 2005;
    height: 49px;
  }
  .header-logoWrap img {
    width: 205px;
  }
  .header-logoWrap__pc {
    display: none;
  }
  .header-sub {
    padding: 16px;
    height: 64px;
    display: flex;
    justify-content: space-between;
  }
  .header-nav__Wrap {
    flex-direction: column;
  }
  .header-nav__Wrap--left.pc-only {
    display: none;
  }
  .header-nav__Wrap--right.pc-only {
    display: none;
  }
  .header-nav__Wrap--right.tab-only {
    gap: 0;
    display: flex;
    align-items: center;
  }
  .header-nav__Wrap--right.tab-only .header-btn {
    min-width: clamp(6.75rem, -1.05rem + 33.282vw, 20.25rem);
    padding: 7px 20px;
    border-right: 1px solid #C1CCC5;
    border-radius: 0;
  }
  .header-nav__Wrap--right.tab-only .header-btn:last-child {
    border-right: none;
  }
  .header-nav__Wrap--right.tab-only .header-btn span {
    color: #028143;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  .header-nav__Wrap--right.tab-only .header-btn .icon img {
    width: 14px;
    height: 12px;
  }
  .header-btn {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 18px;
  }
  .header-btn--dl::before {
    display: none;
  }
  .header-btn--dl {
    background: #243B4F;
  }
  .header-nav__list {
    position: relative;
    flex-direction: column;
    width: 100%;
    background-image: none;
  }
  .header-nav__item {
    position: relative;
    border-bottom: solid 1px #E6EEE9;
    width: 100%;
  }
  .header-nav__link .toggle {
    height: 100%;
    width: 21px;
    height: 19px;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #028143;
    border-radius: 1px;
  }
  .header-nav__link .toggle::before, .header-nav__link .toggle::after {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #ffffff;
    content: "";
    width: 11px;
    height: 1px;
  }
  .header-nav__link .toggle::after {
    transition: all 0.3s;
    transform: translate(50%, -50%) rotate(90deg);
  }
  .header-nav__link .c-arrow {
    width: 21px;
    height: 19px;
    padding: 0;
  }
  .header-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #23302C;
    padding: 20px 0;
    width: 100%;
  }
  .header-nav__link::before {
    display: none;
  }
  .header-nav__link::after {
    display: none;
  }
  .header-nav__2levels {
    position: relative;
    width: 100%;
    margin-left: 0;
    transform: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .header-nav__2levelsInner {
    padding-block: 0 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .header-nav__2levelsInner .c-arrow {
    display: none;
  }
  .header-nav__2levels__nav-list.is-design-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .header-nav__2levels__nav-list .pc-only {
    display: none;
  }
  .header-nav__2levels__nav-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .header-nav__2levels__nav-item a.header-nav__2levels__nav-link {
    position: relative;
    z-index: 50;
    pointer-events: auto !important;
    width: 100%;
  }
  .header-nav__2levels__nav-item .c-arrow {
    padding: 0;
  }
  .header-navContent .is-form-hide-pc:not(.pc-only) {
    display: block;
  }
  .header-navContent div.is-form-hide-pc:not(.pc-only) {
    display: flex;
  }
  .header-visual {
    padding-top: 45px;
  }
  .sub-page-visual {
    padding-inline: 50px;
  }
  .single-blog,
  .news-single {
    padding-top: 45px;
  }
  .two-header {
    margin-top: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
  }
  .two-header__txt {
    flex: auto;
  }
  .two-header__bottomTxt {
    margin-bottom: 40px;
  }
  .two-content__ttl {
    font-size: 40px;
    margin-bottom: 32px;
  }
  .c-listItem__imgWrap {
    margin-bottom: 0;
    aspect-ratio: 346/226;
  }
  .c-listItem__imgWrap::before {
    font-size: 12px;
  }
  .c-content__section {
    background: linear-gradient(105deg, #2456BC 2.46%, #0A3794 102.54%);
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .c-content__ttl {
    font-size: 41px;
  }
  .c-content__list {
    flex-direction: column;
  }
  .c-content__item {
    max-width: 100%;
  }
  .c-content__link {
    border-radius: 9px;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 30px 10px 16px;
    gap: 12px;
  }
  .c-content__link-inner {
    flex-direction: row;
  }
  .c-content__imgWrap {
    width: 80px;
    padding: 8px;
    position: relative;
  }
  .c-content__arrow {
    height: 0px;
  }
  .c-content__arrow::before {
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border-left: solid 2px #000;
    border-bottom: solid 2px #000;
  }
  .c-proposal__2colContent {
    padding: 56px 30px;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .c-proposal__topTxt p {
    font-size: 14px;
  }
  .c-proposal__heading2 {
    font-size: 22px;
  }
  .c-proposal__txt {
    font-size: 14px;
  }
  .c-proposal__2col-imgWrap {
    flex: 0 1 290px;
    margin: auto;
  }
  .common__2colWide--title .c-heading2--ja2 {
    margin-bottom: 8px;
  }
  .common-link__list {
    grid-template-columns: repeat(2, 1fr);
    /* 2列 */
    gap: 30px;
  }
  .factory .common-link__text,
  .quality-policy .common-link__text {
    margin-bottom: 0;
  }
  .l-2col-container__Wrap {
    gap: 40px;
  }
  .common__2col--vertical {
    gap: 38px !important;
  }
  .side-links {
    display: none;
  }
  .breadcrumbsWrap {
    padding-top: 0;
  }
  .breadcrumbs {
    position: static;
    padding-inline: 0;
    max-width: 100%;
    justify-content: flex-start;
  }
  .breadcrumbs span[property=itemListElement]:not(:last-child)::after {
    margin-inline: 6px;
    font-size: 10px;
  }
  .breadcrumb-pc-only {
    display: none;
  }
  .breadcrumbs span,
  .breadcrumbs span a {
    font-size: 10px;
    letter-spacing: 0.08em;
    border: none;
  }
  .c-btnWrap {
    margin-top: 50px;
  }
  .c-linkWrap--right {
    text-align: center;
  }
  .c-link p {
    font-size: 14px;
  }
  .form-container__Wrap {
    gap: 50px;
  }
  .form-sideWrap {
    margin-bottom: 60px;
  }
  .form-content-info {
    position: static;
    top: initial;
  }
  .form-table label {
    font-size: 14px;
  }
  .form-must,
  .form-optional {
    font-size: 12px;
  }
  .form-checkboxRow .sp-only {
    display: none;
  }
  .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 13px;
  }
  .form-btnWrap .form-btn {
    font-size: 16px;
    padding: 12px 48px 12px 20px;
  }
  .form-thanks__content .form-thanks__txt {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .recaptcha-txt {
    font-size: 13px;
  }
  .recaptcha-txt a {
    font-size: 12px;
  }
  .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;
  }
  .p-stock-table-wrapper th,
  .p-stock-table-wrapper td {
    white-space: nowrap;
  }
  .top-heading2 {
    margin-bottom: 50px;
  }
  .c-heading2--ja2 {
    font-size: 32px;
    line-height: 0.9;
    letter-spacing: 0.08em;
  }
  .top-headingWrap--2col {
    flex-direction: column;
    gap: 20px;
  }
  .top-heading3--sm {
    font-size: 26px;
  }
  .top-heading3--sm::before {
    width: 8px;
    height: 8px;
  }
  .top-heading3--bg {
    font-size: 32px;
  }
  .c-heading1 {
    font-size: 24px;
  }
  .c-heading__en {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .c-heading__en::before {
    width: 4px;
    height: 4px;
  }
  .c-heading2--sm {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .c-heading-deco {
    font-size: 24px;
  }
  .c-heading4 {
    font-size: 20px;
  }
  .c-header__ttl {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .l-main__facility .common__2colWide--content {
    padding: 48px 30px;
  }
  .top-blog .c-btnWrap,
  .blog .c-btnWrap {
    margin-top: 0;
  }
  .blog .l-2col-container {
    padding-inline: 40px;
  }
  .blog .p-sidebar-nav__link {
    font-size: 14px;
  }
  .blog .post-navigation p {
    font-size: 14px;
  }
  .blog-itemInner {
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
  }
  .blog-sidebar {
    flex: 0 0 270px;
    padding: 25px 15px;
  }
  .blog-sidebar .blog-sidebar__text {
    font-size: 12px;
  }
  .blog-post-heading1 {
    font-size: 24px;
  }
  .single-blog .l-2col-container__Wrap {
    gap: 25px;
  }
  .company-info__heading--title {
    font-size: 28px;
  }
  .company-info__heading--txt {
    font-size: 16px;
  }
  .company-info__list {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 36px;
  }
  .company-info__item {
    width: calc((100% - 48px) / 3);
  }
  .common__tableWrap {
    flex: 0 0 auto;
    width: 100%;
  }
  .company-profile__imgWrap {
    flex: 0 0 auto;
    width: 100%;
    max-width: 70%;
  }
  .company-profile__imgWrap img {
    border-radius: 9px;
  }
  .checkbox-content .checkbox-img-wrapper {
    min-height: auto;
  }
  .download-thanks {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
  .p-faq__headinner .p-faq__q-txt {
    font-size: 16px;
    max-width: 81%;
  }
  .l-main-right__index {
    row-gap: 16px;
  }
  .l-main-right__index > * {
    width: 100%;
  }
  .news-categoryWrap {
    gap: 10px;
  }
  .news-head {
    flex: 0 0 150px;
  }
  .news-category a {
    font-size: 14px;
  }
  .news-category .post-categories {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  .news-tag {
    margin-left: 25px;
    padding: 4px 16px;
  }
  .news-single .news-tag {
    padding: 3px 10px;
  }
  .news-single__top {
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  .news-category--single {
    margin-right: 24px;
  }
  .news-heading2 {
    margin-top: 24px;
    font-size: 24px;
  }
  .news-wpContent {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .post-navigation {
    gap: 24px;
  }
  .post-navigation p {
    font-size: 14px;
  }
  .post-navigation .prev-post a,
  .post-navigation .next-post a {
    font-size: 14px;
  }
  .products-single .sp-only {
    display: none;
  }
  .products-single-head {
    gap: 20px;
  }
  .products-single-head__btn .products-single-head__btn-link {
    padding-block: 11px;
  }
  .products-single-head__size-title {
    min-width: 135px;
    line-height: 1.3;
  }
  .products-single-head__title {
    font-size: 28px;
  }
  .products-single-body__nav {
    gap: 20px;
  }
  .products-single-body__nav-item p {
    font-size: 14px;
  }
  .tab-content__title {
    font-size: 28px;
  }
  .tab-content__cases-desc--title {
    font-size: 18px;
  }
  .tab-content__cases-desc--text {
    font-size: 14px;
  }
  .tab-content-Wrap__flex {
    flex-direction: column;
    gap: 20px;
  }
  .tab-content-Wrap__flex--sub {
    text-align: center;
    flex-direction: row;
  }
  .tab-content-wrap__flex-img {
    text-align: center;
  }
  .tab-content__cases--cowplatter .tab-content__cases-item {
    margin-bottom: 28px;
  }
  .essential-point .common__table th {
    width: 130px;
  }
  .model-flow__2colWide {
    flex-direction: column;
  }
  .sitemap-navWrap {
    gap: 30px;
  }
  .top-mv .top-mv__bg .bg-fixed-dot {
    bottom: auto;
    left: auto;
    top: 14%;
    right: 27%;
    max-width: 388px;
  }
  .top-mv .top-mv__bg .bg-fixed-dot {
    max-width: 355px;
  }
  .top-mv .top-mv__bg .bg-happa-unit {
    left: 7%;
    top: -2%;
  }
  .top-mv .top-mv__bg {
    width: 148%;
    right: -38%;
    height: 106%;
  }
  .top-mv .l-wrap {
    display: block;
    padding-inline: 40px;
    padding-bottom: 49px;
  }
  .top-mv {
    padding-top: 0;
    height: calc(100dvh - 49px);
    min-height: calc(100dvh - 49px);
  }
  .top-mv__txtWrap {
    top: 15%;
  }
  .fv-title {
    margin-bottom: 16px;
  }
  .top-mv__imgOuter {
    margin-inline: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 55%;
    aspect-ratio: 1/1;
    top: 32%;
    left: 0;
    right: 0;
    flex-shrink: 0;
    position: relative;
  }
  .top-mv__imgOuter [class^=top-mv__imgWrap][data-pos="0"] {
    width: 100%;
    top: 100px;
    left: 0;
    z-index: 4;
  }
  .top-mv__imgOuter [class^=top-mv__imgWrap][data-pos="1"] {
    width: 86%;
    top: 60px;
    left: 5%;
    z-index: 3;
  }
  .top-mv__imgOuter [class^=top-mv__imgWrap][data-pos="2"] {
    width: 75%;
    top: 25px;
    left: 10%;
    z-index: 2;
  }
  .top-mv__imgOuter [class^=top-mv__imgWrap][data-pos="3"] {
    width: 66%;
    top: 0px;
    left: 15%;
    z-index: 1;
  }
  .top-mv__newsWrap {
    position: static;
    width: 100%;
    max-width: 100%;
    padding-block: 11px;
    border-radius: 0;
    padding-inline: 16px;
  }
  .top-mv__news-head span {
    margin-bottom: 0;
    padding-right: 16px;
    border-right: 1px solid #ffffff;
  }
  .top-mv__news-head {
    flex: 0 0 97px;
  }
  .top-mv__news-content {
    gap: 16px;
    margin-top: 0;
  }
  .top-mv__news-contentTtl {
    font-size: 14px;
  }
  .top-mv__sp--img {
    display: block;
    background-color: #ffffff;
    padding: 16px;
  }
  .top-about__2colWideContainer:nth-child(2) .top-about__2colWide--number {
    right: 22%;
  }
  .top-about__2colWideContainer:nth-child(3) .top-about__2colWide--number {
    right: 43.5%;
  }
  .top-about__2colWide {
    gap: 20px;
  }
  .top-about__2colWide--inner {
    min-width: 280px;
  }
  .top-about__2col--imgWrap {
    min-width: 300px;
  }
  .factory-introduction__2colWide {
    padding: 100px 40px;
    gap: 30px;
  }
  .factory-introduction__2col--imgWrap {
    min-width: 250px;
  }
  .factory-introduction__2colWide--inner {
    min-width: 250px;
  }
  .top-sector__item {
    width: calc((100% - 19.2px) / 2);
  }
  .top-card__item {
    aspect-ratio: 639/310;
  }
  .top-card__item2Wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .top-card__item2Wrap .top-titleWrap {
    border-bottom: none;
  }
  .top-card__item2imgWrap::after {
    background: linear-gradient(253deg, rgba(26, 63, 130, 0) 15%, rgb(26, 63, 130) 80%);
  }
  .top-card__item2--links {
    font-size: 15px;
    margin-bottom: 0;
    gap: 12px 56px;
  }
  .top-card__item2btn--tab {
    display: block;
  }
  .top-company__2colWide {
    gap: 30px;
  }
  .top-company__2col--imgWrap {
    min-width: 250px;
  }
  .top-company__2colWide--inner {
    min-width: 250px;
  }
  .top-news__2colWide {
    padding: 60px 40px;
  }
  .top-news__content {
    display: block;
  }
  .top-news__item a {
    gap: 16px;
  }
  .top-news__item {
    padding-bottom: 15px;
  }
  .top-news__item:nth-child(1) {
    padding-top: 0;
  }
  .top-news__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .top-news__itemInner {
    gap: 10px;
  }
  .top-news__btnWrap {
    margin-left: 0;
  }
  .top-blog {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  /* iPhone XS Max/XR/11/11 Pro Max 横の画面幅-896px */
  p {
    font-size: 14px;
  }
  .l-sub-section {
    gap: 51px;
    padding-top: 76px;
  }
  .l-sub-section__wrap {
    padding-inline: 16px;
  }
  .l-main-bg .l-sub-section__wrap {
    padding-block: 48px;
    padding-inline: 0;
  }
  .l-main-bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50% + 16px);
    padding-right: calc(50vw - 50% + 16px);
  }
  .l-main__Wrap:not(:last-child) {
    margin-bottom: 51px;
  }
  .l-main__Wrap {
    padding-top: 16px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .footer-cta-action__item .c-heading2--ja2 {
    font-size: 24px;
  }
  .footer-cta-action__item {
    padding-block: 38px;
  }
  .footer-cta-contact .c-heading2--ja2 {
    font-size: 32px;
  }
  .footer-cta-contact {
    padding-block: 48px;
  }
  .footer-cta-contact .c-link p {
    font-size: 14px;
  }
  .footer-cta-contact__Wrap {
    display: block;
  }
  .cta-label {
    font-size: 16px;
    gap: 12px;
  }
  .cta-label .icon {
    width: 16px;
  }
  .cta-tel {
    margin-bottom: 38px;
  }
  .cta-tel__list {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }
  .cta-tel__item {
    border-bottom: none;
    margin-bottom: 0;
  }
  .cta-form__grid {
    flex-direction: column;
    gap: 25px;
  }
  .footer-inner {
    display: block;
  }
  .footer-logo__link {
    margin-bottom: 25px;
  }
  .footer-location:last-of-type {
    padding-bottom: 25px;
  }
  .footer-location__ttl {
    font-size: 14px;
    font-weight: 500;
  }
  .footer-location__txt {
    font-size: 14px;
    line-height: 180%;
  }
  .header-visual {
    padding-top: 100px;
  }
  .sub-page-visual {
    padding-inline: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: none;
  }
  .single-blog,
  .news-single {
    padding-top: 48px;
  }
  .common__2colWideWrap {
    gap: 38px;
  }
  .common__2colWide {
    gap: 16px;
  }
  .common__2colWide .pc-only {
    display: none;
  }
  .common__2colWide .sp-only {
    display: block;
    margin-bottom: 16px;
  }
  .l-main__Wrap--squareGrid .common__2colWide {
    display: flex;
  }
  .quality-policy .common__2colWide:not(:last-child),
  .voice .common__2colWide:not(:last-child) {
    margin-bottom: 38px;
  }
  .common__2col--txt:not(:last-child) {
    margin-bottom: 8px;
  }
  .common__2col--txt span {
    width: 6px;
    height: 6px;
  }
  .common-link__list {
    grid-template-columns: 1fr;
    gap: 51px;
  }
  .common__base--txt {
    font-size: 14px;
  }
  .common__2colWide--inner {
    flex: auto;
    min-width: auto;
  }
  .common__2col--columnWrap {
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 36px;
  }
  .common__2col--imgWrap {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .common__comment--Wrap {
    gap: 24px;
    /* スマホでは余白を少し詰める */
  }
  .common__comment--Wrap {
    flex-direction: column;
    gap: 25px;
  }
  .common__comment--imgWrap {
    flex: auto;
    text-align: center;
  }
  .common__comment--imgWrap img {
    max-width: 200px;
  }
  .common__comment--title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .common-item-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 51px;
  }
  .common-item-list .common-item__2col--txt {
    margin-top: 0;
  }
  .common-link__listWrap:not(:last-child) {
    margin-bottom: 38px;
  }
  .l-2col-container__Wrap {
    display: block;
  }
  .p-sidebar-nav {
    min-height: none;
    overflow-y: visible;
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-sidebar-nav::-webkit-scrollbar {
    display: none;
  }
  .p-sidebar-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-sidebar-nav__link a {
    white-space: nowrap;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 100%;
    margin-right: 8px;
    gap: 4px;
    border-bottom: 0;
    border-right: 1px solid #E6EEE9;
    padding-right: 8px;
  }
  .p-sidebar-nav__list {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .p-sidebar-nav__item .p-sidebar-nav__link {
    font-size: 14px;
  }
  .p-sidebar-nav__item {
    order: 2;
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .p-sidebar-nav__item.is-current {
    order: 1;
  }
  .p-sidebar-nav__item.is-current .p-sidebar-nav__link {
    display: flex;
    align-items: center;
    padding-block: 8px;
    padding-inline: 14px 11px;
  }
  .p-sidebar-nav__item.is-current .c-arrow {
    display: flex;
  }
  .common__comment--txt .sp-br-none {
    display: none;
  }
  .accordion_area .accordion_one .ac_header .i_box::before {
    width: 11px;
  }
  .accordion_area .accordion_one .ac_header .i_box::after {
    height: 11px;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    width: 21px;
    height: 19px;
    right: 0;
  }
  .accordion_area .accordion_one .ac_header {
    padding: 16px 36px 16px 0;
  }
  .accordion_area .accordion_one .ac_inner {
    padding-bottom: 16px;
  }
  .c-btnWrap {
    margin-top: 25px;
  }
  .c-link {
    padding: 16px 12px;
    gap: 8px;
  }
  .c-link p {
    font-size: 12px;
  }
  .c-arrow {
    padding: 6px 5px;
    width: 22px;
    height: 19px;
  }
  .btn-275 {
    max-width: 137px;
  }
  .btn-268 {
    min-width: 210px;
    max-width: 210px;
  }
  .btn-326 {
    max-width: 261px;
  }
  .form-section-header th p {
    font-size: 24px;
  }
  .form {
    padding-top: 20px;
  }
  .form .common__base--txt:not(:last-child) {
    margin-bottom: 16px;
  }
  .form-container {
    padding-inline: 16px;
  }
  .form-content {
    flex-direction: column;
  }
  .form-txt {
    margin-bottom: 30px;
  }
  .form-txt__title .sp-only {
    display: none;
  }
  .form-txt__body {
    max-width: 100%;
  }
  .form-table tr {
    margin-bottom: 14px;
  }
  .form-header--address2 {
    margin-left: 34px;
  }
  .wpcf7-list-item:not(:last-child) {
    margin-right: 32px;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 8px;
  }
  .form-table tr.form-download-purpose input:checked + .wpcf7-list-item-label::after {
    top: 5.5px !important;
  }
  .form-table-confirm th label {
    font-size: 14px;
  }
  .form-table-confirm td {
    font-size: 14px;
  }
  .contact-thanks .downloadList-btn {
    padding: 8px 12px;
    font-size: 14px;
  }
  .form-thanks {
    padding-top: 50px;
  }
  .form-thanks .c-link {
    padding: 16px 12px;
  }
  .form-thanks .c-link p {
    font-size: 16px;
  }
  .form-thanks__content {
    margin-bottom: 24px;
  }
  .c-img-lg {
    max-width: 100%;
  }
  .c-img-sq {
    width: clamp(115px, 22.67vw + 25.9px, 200px);
    max-width: 100%;
    flex-shrink: 0;
    flex: none;
  }
  .swiper-buttonWrap {
    display: block;
  }
  .swiper-arrows {
    justify-content: center;
  }
  .swiper-progress {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .swiper-button {
    width: 38px;
    height: 29px;
    bottom: auto;
    padding: 10px 12px;
  }
  .top-rescue__swiper .swiper-wrapper {
    margin-bottom: 32px;
  }
  .glossary-table-wrapper .tablepress td.column-1 {
    font-size: 18px !important;
    width: 68px !important;
    padding-block: 16px !important;
  }
  .glossary-table-wrapper .tablepress td.column-2 {
    padding-inline: 16px !important;
    padding-block: 15.5px !important;
  }
  .c-heading2--en2 {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .c-heading2--ja,
  .c-heading2--ja2 {
    line-height: 1.3;
  }
  .c-heading2--ja {
    font-size: 32px;
    font-variant: all-small-caps;
    letter-spacing: 0.049em;
  }
  .l-sub-section .c-heading2--ja2 {
    font-size: 24px;
  }
  .c-heading1--en {
    font-size: 60px;
  }
  .c-heading2--en {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .c-heading4 {
    font-size: 18px;
  }
  .page-title {
    margin-bottom: 32px;
    padding-inline: 16px;
  }
  .page-title .c-heading2--ja2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 9px;
    letter-spacing: 2.76px;
  }
  .page-title .sub-page-title__text {
    max-width: 100%;
  }
  .common__2col--title::before {
    top: 8px;
  }
  .common__2col--title::after {
    top: 1px;
  }
  .common__2col--title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .common-link__title {
    margin-top: 0;
    margin-bottom: 8.5px;
    gap: 16px;
  }
  .common-link__imgWrap {
    margin-bottom: 16px;
  }
  .u-flex-column__76 {
    gap: 38px;
  }
  .u-flex-column__16 {
    gap: 0;
  }
  .u-grid-2col {
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 37px;
  }
  .u-grid__2col--imgWrapBox {
    gap: 16px;
  }
  .u-mt16 {
    margin-top: 10px;
  }
  .u-mt20 {
    margin-top: 16px;
  }
  .u-mt25 {
    margin-top: 16px;
  }
  .u-mt38 {
    margin-top: 16px;
  }
  .u-mt80 {
    margin-top: 35px;
  }
  .u-mb16 {
    margin-bottom: 8px;
  }
  .u-mb25 {
    margin-bottom: 16px;
  }
  .u-mb32 {
    margin-bottom: 16px;
  }
  .u-mb38 {
    margin-bottom: 16px !important;
  }
  .u-mb40 {
    margin-bottom: 38px !important;
  }
  .u-mb48 {
    margin-bottom: 32px;
  }
  .u-mb57 {
    margin-bottom: 0;
  }
  .u-mb60 {
    margin-bottom: 48px;
  }
  .u-mb64 {
    margin-bottom: 48px;
  }
  .u-mb76 {
    margin-bottom: 38px !important;
  }
  .u-mb80 {
    margin-bottom: 64px;
  }
  .u-mb120 {
    margin-bottom: 80px;
  }
  .u-mb153 {
    margin-bottom: 51px !important;
  }
  .u-mb320 {
    margin-bottom: 120px;
  }
  .c-txt-green {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.08em;
  }
  .l-main__facility .common__2colWide--content {
    padding: 48px 16px;
  }
  .underfill-main__Wrap--2 .common__2colWide--inner .common__2colWide--textWrap:nth-child(-n+3) {
    margin-bottom: 38px;
  }
  .underfill-main__Wrap--2 .common__2colWide--inner .common__2colWide--textWrap:nth-child(4) {
    margin-bottom: 24px;
  }
  .single-inspection .common__3colWide--inner {
    flex-direction: column;
  }
  .single-inspection-span {
    display: inline-block;
  }
  .inspection-inner__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .inspection-inner__items .u-flex-column__16 {
    width: 100%;
    min-width: auto;
  }
  .inspection-inner__items .common__2col--imgWrap {
    width: 100%;
  }
  .inspection-inner__items .common__2col--txt {
    font-size: 14px;
  }
  .blog-title {
    margin-block: 12px;
    min-height: auto;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .top-blog .c-btnWrap .c-arrow,
  .blog .c-btnWrap .c-arrow {
    padding: 6px 5px;
    width: 22px;
    height: 19px;
  }
  .blog {
    padding-top: 48px;
  }
  .blog .l-2col-container {
    padding-inline: 16px;
  }
  .blog .l-2col-container__Wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .blog .l-sub-section {
    padding-top: 0;
  }
  .blog .p-sidebar-nav__list {
    gap: 10px;
    padding-bottom: 18px;
  }
  .blog .p-sidebar-title:last-of-type {
    padding-bottom: 16px;
  }
  .blog .post-navigation {
    margin-top: 51px;
  }
  .blog .c-txt-green {
    font-size: 20px;
  }
  .blog .p-sidebar-nav {
    flex: auto;
  }
  .blog-category {
    padding: 6px 8px;
  }
  .blog-date {
    font-size: 10px;
  }
  .blog-sidebar .blog-sidebar__text {
    font-size: 14px;
  }
  .blog-post-heading__top {
    margin-bottom: 76px !important;
  }
  .blog-post-thumbnail {
    margin-bottom: 51px;
  }
  .blog-post-wpContent h1 {
    font-size: 24px;
    padding-top: 16px;
    margin-top: 51px;
  }
  .blog-post-wpContent h2 {
    font-size: 18px;
    margin-top: 38px;
    margin-bottom: 25px;
  }
  .blog-post-wpContent .wp-block-image,
  .blog-post-wpContent .wp-block-gallery {
    margin-top: 16px !important;
  }
  .single-blog .l-2col-container__Wrap {
    flex-direction: column-reverse;
    gap: 51px;
  }
  .single-blog .blog-sidebar {
    margin-inline: auto;
  }
  .company-info__title {
    font-size: 18px;
  }
  .company-info__text {
    font-size: 12px;
    line-height: 1.6;
  }
  .company-page .common-link__title {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .common__table th,
  .common__table td {
    padding: 18px 15px;
  }
  .common__table th {
    width: 214px;
    padding: 15px 7px;
  }
  .common__table .common__table-title,
  .common__table .common__table-txt,
  .common__table .common__table-item {
    font-size: 14px;
  }
  .common__table .common__table-title {
    line-height: 1.3;
  }
  .greeting .common__2col--txt:not(:last-child) {
    margin-bottom: 8px;
  }
  .single-environment .common__2col--txt-head {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
  .checkbox-content .checkbox-img-wrapper {
    width: 100%;
    margin-bottom: 12px;
  }
  .download-thanks {
    grid-template-columns: 1fr;
  }
  .factory .common__2colWide {
    display: block;
  }
  .single-factory .location-grid__mapWrap {
    aspect-ratio: 4/3;
  }
  .factory-advantage .pc-only {
    display: block;
  }
  .factory-advantage .sp-only {
    display: none;
  }
  .factory-advantage .common__2col--imgWrapper.pc-only {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .factory-list .c-btnWrap {
    margin-inline: auto;
  }
  .p-faq__headinner {
    gap: 12px;
  }
  .p-faq__headinner span {
    font-size: 16px;
  }
  .p-faq__headinner .p-faq__q-txt {
    font-size: 14px;
  }
  .p-faq__bodyinner {
    padding-left: 50px;
  }
  .p-faq__bodyinner .p-faq__a-txt {
    font-size: 14px;
  }
  .p-glossary-content .wp-block-group:first-child {
    padding-top: 16px;
    border-top: 1px solid #E6EEE9;
  }
  .p-glossary-content .wp-block-group {
    padding-block: 16px;
  }
  .p-glossary-content .wp-block-group h2 {
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .single-mounting-link__list {
    gap: 25px 16px;
  }
  .characteristic__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 38px;
  }
  .single-smt .l-main-bg,
  .single-pre-shipment_inspection .l-main-bg {
    padding-inline: 20px;
  }
  .mounting__2col--txt {
    font-size: 18px;
    line-height: 1.4;
  }
  .news .l-2col-container__Wrap {
    display: block;
  }
  .news .p-sidebar-nav {
    flex: 0 0 160px;
    padding-bottom: 30px;
  }
  .news .p-sidebar-nav__list {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }
  .news .p-sidebar-title,
  .blog .p-sidebar-title,
  .news-single .p-sidebar-title {
    border-bottom: none;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .news .p-sidebar-nav,
  .blog .p-sidebar-nav,
  .news-single .p-sidebar-nav {
    padding-bottom: 38px;
    position: static;
    display: block;
    padding-inline: 0;
  }
  .news .p-sidebar-nav__list,
  .blog .p-sidebar-nav__list,
  .news-single .p-sidebar-nav__list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .news .p-sidebar-nav__list::-webkit-scrollbar,
  .blog .p-sidebar-nav__list::-webkit-scrollbar,
  .news-single .p-sidebar-nav__list::-webkit-scrollbar {
    display: none;
  }
  .news .p-sidebar-nav__list,
  .blog .p-sidebar-nav__list,
  .news-single .p-sidebar-nav__list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .news .p-sidebar-year-title,
  .blog .p-sidebar-year-title,
  .news-single .p-sidebar-year-title {
    margin-top: 18px;
  }
  .news .common-link__title a,
  .blog .common-link__title a,
  .news-single .common-link__title a {
    gap: 8px;
  }
  .p-sidebar-archive-select {
    font-size: 12px;
    max-width: 160px;
  }
  .p-sidebar-archive-select select {
    padding: 10px 8px;
    font-size: 14px;
  }
  .news-item:first-child {
    border-top: 1px solid #C1CCC5;
  }
  .news-item .news-link {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
    gap: 7px;
  }
  .news-item .news-link:not(:last-child) {
    margin-bottom: 24px;
  }
  .news-item {
    padding-block: 16px;
  }
  .news-head {
    flex: 0 0 120px;
  }
  .news-head {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .news-date {
    font-size: 14px;
  }
  .news-category {
    flex: auto;
  }
  .news-tag {
    margin-left: 0;
    min-width: 80px;
  }
  .news-single .l-wrap {
    padding-inline: 16px;
  }
  .news-single .news-tag a {
    font-size: 11px;
  }
  .news-single .post-heading1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .news-thumbnail {
    margin-top: 32px;
  }
  .post-heading__top {
    gap: 8px;
  }
  .post-navigation .c-link {
    font-size: 13px;
    padding: 10px 20px;
    min-width: 180px;
  }
  .post-navigation .prev-post .c-arrow,
  .post-navigation .next-post .c-arrow {
    width: auto;
  }
  .products-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .products-list__item {
    width: calc((100% - 20px) / 2);
  }
  .products-spec {
    font-size: 12px;
  }
  .products-page .c-heading-deco {
    margin-bottom: 40px;
  }
  .products-archive__title p {
    font-size: 16px;
  }
  .products-archive__thumb img {
    aspect-ratio: 113/76;
  }
  .products-single .pc-only {
    display: none;
  }
  .products-single .sp-only {
    display: block;
  }
  .products-single-head {
    flex-direction: column-reverse;
    padding-bottom: 50px;
    gap: 36px;
  }
  .products-single-head__img {
    margin-inline: auto;
    width: 100%;
    flex: none;
    max-width: 400px;
  }
  .products-single-head__btn .products-single-head__btn-link {
    max-width: 350px;
  }
  .products-single-head__title {
    margin-bottom: 20px;
  }
  .products-single-head__detail-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .products-single-body {
    padding-bottom: 50px;
  }
  .products-single-body__nav-item span {
    width: 20px;
    height: 17px;
  }
  .tab-content__cases-img {
    min-width: clamp(13.688rem, 6.44rem + 17.358vw, 25.188rem);
  }
  .tab-content-Wrap__flex img {
    min-width: 328px;
    max-width: 328px;
  }
  .tab-content__cases--cowplatter .c-heading4 {
    margin-bottom: 12px;
  }
  .model-flow .common__2col--imgWrap {
    min-width: auto;
  }
  .model-flow .common__2colWide--inner {
    min-width: auto;
  }
  .sitemap-navWrap {
    flex-direction: column;
  }
  .sitemap-list {
    max-width: 100%;
  }
  .parts-procurement {
    margin-bottom: 51px;
  }
  .top-2col__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .top-2col__txt {
    margin-bottom: 0;
  }
  .top-title {
    margin-bottom: 38px;
  }
  .top-mv .top-mv__bg {
    width: 165%;
    right: -53%;
    height: 120%;
  }
  .top-mv .l-wrap {
    padding-inline: 16px;
  }
  .js-leaf-type-mask {
    visibility: hidden;
  }
  .fv-title {
    left: 50%;
    font-size: 3rem;
  }
  .top-mv__imgOuter {
    top: 35%;
    width: 67%;
  }
  .top-about__contents {
    padding-top: 30px;
  }
  .top-about__2colWideContainer {
    padding-top: 26px;
  }
  .top-about__2colWideContainer:nth-child(2) .top-about__2colWide--number {
    right: 79px;
  }
  .top-about__2colWideContainer:nth-child(3) .top-about__2colWide--number {
    right: 153px;
  }
  .top-about__2colWide {
    padding-block: 32px 85px;
    padding-inline: 17px;
  }
  .top-about__2colWide--number {
    max-height: 26px;
    padding-block: 8px;
    width: 98px;
    padding-inline: 32px 17px;
    top: 0;
    gap: 8px;
    clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
  }
  .top-about__2colWide--number .num {
    font-size: 12px;
  }
  .top-about__2colWide--number .mark .square {
    width: 8px;
    height: 8px;
  }
  .top-about__2colWide--number .mark .bar {
    width: 21px;
  }
  .top-about__2col--imgWrap {
    margin-bottom: 25px;
  }
  .top-rescue__title {
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .top-rescue__title .c-arrow {
    width: 20px;
    height: 19px;
  }
  .factory-introduction__2colWide {
    padding: 38px 16px;
    display: block;
  }
  .factory-introduction__2col--imgWrap {
    margin-bottom: 25px;
  }
  .factory-introduction__2colWide--inner {
    display: block;
    max-width: 100%;
  }
  .top-sector__link {
    flex-direction: column;
    gap: 10px;
  }
  .top-sector__thumb {
    max-width: 100%;
  }
  .top-card__content {
    flex-direction: column;
    gap: 17px;
  }
  .top-card__item {
    aspect-ratio: 639/205;
  }
  .top-card__item2--links {
    gap: 7px 35px;
  }
  .top-company__2colWide {
    display: block;
  }
  .top-company__2col--imgWrap {
    margin-bottom: 25px;
  }
  .top-news__2colWide {
    display: block;
    margin-inline: -16px;
    width: calc(100% + 32px);
    padding: 40px 16px;
  }
  .top-news__item a {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .top-blog {
    padding-bottom: 100px;
  }
  .top-blog .top-blog-btn.pc-only {
    display: none !important;
  }
  .top-blog .top-blog-btn.sp-only {
    margin-top: 38px !important;
    display: block !important;
  }
  .top-deco {
    padding-block: 36px;
  }
  .top-deco p {
    font-size: 92px;
  }
}

@media screen and (max-width: 667px) {
  /* iPhone 8/7/6s/6 横の画面幅-667px */
  a,
  tr,
  th,
  td {
    font-size: 14px;
  }
  li {
    font-size: 14px;
  }
  .l-wrap {
    padding-inline: 20px;
  }
  .footer-cta-action__item:nth-child(1), .footer-cta-action__item:nth-child(2) {
    padding-inline: 16px !important;
  }
  .footer-logo__link {
    max-width: 169px;
  }
  .header-sub {
    gap: 28px;
  }
  .common__2col--columnWrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .u-scroll-x {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .u-scroll-x::-webkit-scrollbar {
    display: none;
  }
  .u-scroll-x > * {
    flex: 0 0 85%;
    scroll-snap-align: center;
    margin-right: 16px;
  }
  .u-scroll-x > *:last-child {
    margin-right: 0;
    padding-right: 20px;
    box-content: content-box;
  }
  .breadcrumbsWrap {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbsWrap::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbsWrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .form-input-w236 {
    max-width: 181px;
  }
  .form-container__Wrap {
    flex-direction: column-reverse;
    gap: 51px;
  }
  .form-sideWrap {
    gap: 62px;
    flex-direction: row;
    flex: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .form-sideItem {
    padding-left: 22px;
  }
  .form-sideItem:nth-child(1) span::before, .form-sideItem:nth-child(2) span::before {
    left: 74px;
    bottom: 39%;
    transform: rotate(0);
  }
  .form-txt__body {
    font-size: 14px;
  }
  .form-table {
    margin-bottom: 51px;
  }
  .form-table tr:not(:last-child) {
    margin-bottom: 38px;
  }
  .form-table th {
    margin-bottom: 16px;
  }
  .form-table label {
    gap: 8px;
  }
  .form-table .your-zip__flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-table .form-flex .copper-outer__flex,
  .form-table .form-flex .form-flex__48 p {
    gap: 16px;
  }
  .form-input,
  .form-select {
    padding: 12px 16px;
  }
  .form-checkboxRow .sp-only {
    display: block;
  }
  .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 26px;
  }
  .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
  .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    width: 18px;
    height: 18px;
  }
  .form-table tr.form-download-purpose .wpcf7-list-item:not(:last-child) {
    margin-right: 32px;
  }
  .form-table-confirm tr {
    padding-block: 16px;
  }
  .form-table-confirm th {
    margin-bottom: 8px;
    border-bottom: none;
  }
  .form-thanks__content .form-thanks__txt .form-thanks__txt__br {
    display: none;
  }
  .form-thanks__content .form-thanks__txt {
    font-size: 16px;
  }
  @keyframes dot-floating-before{
    0% {
      left: -30px;
    }
    50% {
      left: -20px;
    }
    75% {
      left: -30px;
      opacity: 1;
    }
    100% {
      left: 30px;
      opacity: 0;
    }
  }
  @keyframes dot-floating-after{
    0% {
      left: -60px;
    }
    50% {
      left: -10px;
    }
    75% {
      left: -60px;
      opacity: 1;
    }
    100% {
      left: 0px;
      opacity: 0;
    }
  }
  .wp-pagenavi {
    gap: 8px;
    margin-top: 50px;
    height: 45px;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 22px;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 40px;
  }
  .c-scroll::after {
    animation: lineDown 1.5s ease 0s infinite normal none;
  }
  @keyframes lineDown{
    0% {
      height: 100%;
      transform: translate3d(0, 100%, 0);
    }
    60% {
      height: 100%;
      transform: translate3d(0, 0, 0);
    }
    100% {
      height: 0%;
    }
  }
  .top-cases__swiper .swiper-button--next {
    right: 0;
  }
  .swiper-button--catalog.swiper-button--prev {
    left: 8px;
  }
  .swiper-button--catalog.swiper-button--next {
    right: 8px;
  }
  .u-progressbar-container {
    display: block;
    width: 100%;
    height: 6px;
    background-color: #E6EEE9;
    margin-top: 25px;
    border-radius: 999px;
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
  }
  .factory-table-wrapper__location .p-factory-table th,
  .factory-table-wrapper__location .p-factory-table td {
    font-size: 14px;
  }
  .factory-table-wrapper_01 .tablepress,
  .factory-table-wrapper_02 .tablepress,
  .factory-table-wrapper_03 .tablepress,
  .factory-table-wrapper_04 .tablepress {
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 750px !important;
  }
  .factory-table-wrapper_01 .tablepress th,
  .factory-table-wrapper_01 .tablepress td,
  .factory-table-wrapper_02 .tablepress th,
  .factory-table-wrapper_02 .tablepress td,
  .factory-table-wrapper_03 .tablepress th,
  .factory-table-wrapper_03 .tablepress td,
  .factory-table-wrapper_04 .tablepress th,
  .factory-table-wrapper_04 .tablepress td {
    font-size: 10px !important;
  }
  .factory-table-wrapper_01 .tablepress th,
  .factory-table-wrapper_02 .tablepress th,
  .factory-table-wrapper_03 .tablepress th,
  .factory-table-wrapper_04 .tablepress th {
    padding: 8px;
  }
  .factory-table-wrapper_01 .tablepress .column-1,
  .factory-table-wrapper_02 .tablepress .column-1,
  .factory-table-wrapper_03 .tablepress .column-1,
  .factory-table-wrapper_04 .tablepress .column-1 {
    width: 166px !important;
    min-width: 166px !important;
  }
  .factory-table-wrapper_01 .tablepress .column-2,
  .factory-table-wrapper_02 .tablepress .column-2,
  .factory-table-wrapper_03 .tablepress .column-2,
  .factory-table-wrapper_04 .tablepress .column-2 {
    width: 125px !important;
    min-width: 125px !important;
  }
  .factory-table-wrapper_01 .tablepress .column-3,
  .factory-table-wrapper_02 .tablepress .column-3,
  .factory-table-wrapper_03 .tablepress .column-3,
  .factory-table-wrapper_04 .tablepress .column-3 {
    width: 137px !important;
    min-width: 137px !important;
  }
  .factory-table-wrapper_01 .tablepress .column-4,
  .factory-table-wrapper_02 .tablepress .column-4,
  .factory-table-wrapper_03 .tablepress .column-4,
  .factory-table-wrapper_04 .tablepress .column-4 {
    width: 61px !important;
    min-width: 61px !important;
  }
  .factory-table-wrapper_01 .tablepress .column-5,
  .factory-table-wrapper_02 .tablepress .column-5,
  .factory-table-wrapper_03 .tablepress .column-5,
  .factory-table-wrapper_04 .tablepress .column-5 {
    width: 174px !important;
    min-width: 174px !important;
  }
  .factory-table-wrapper_01 .tablepress .column-6,
  .factory-table-wrapper_02 .tablepress .column-6,
  .factory-table-wrapper_03 .tablepress .column-6,
  .factory-table-wrapper_04 .tablepress .column-6 {
    width: 86px !important;
    min-width: 86px !important;
  }
  .factory-table-wrapper_01 .tablepress th,
  .factory-table-wrapper_01 .tablepress td,
  .factory-table-wrapper_02 .tablepress th,
  .factory-table-wrapper_02 .tablepress td,
  .factory-table-wrapper_03 .tablepress th,
  .factory-table-wrapper_03 .tablepress td,
  .factory-table-wrapper_04 .tablepress th,
  .factory-table-wrapper_04 .tablepress td {
    word-break: break-all !important;
  }
  .top-heading2 {
    margin-bottom: 30px;
  }
  .c-heading1 {
    font-size: 22px;
    margin-top: -21px;
  }
  .c-heading1--en {
    font-size: 48px;
  }
  .c-heading2--sm {
    font-size: 20px;
  }
  .c-heading-deco {
    padding-left: 16px;
  }
  .c-heading4 {
    margin-bottom: 20px;
  }
  .u-flex-row__38 {
    gap: 8px;
  }
  .ic-item-list {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    padding: 25px 16px;
  }
  .ic-item-list__inner {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
  }
  .ic-wide-item {
    grid-column: auto;
  }
  .ic-wide-item .ic__2col--imgWrap {
    width: 100%;
  }
  .ic-item__2col--txt {
    text-align: left;
  }
  .single-rework .u-grid__2col--imgWrapBox {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
  }
  .single-rework .c-img-sq_215 {
    width: 100%;
  }
  .underfill-main__Wrap--2 .underfill__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .underfill__items .u-flex-column__16 {
    max-width: 260px;
  }
  .l-main__facility--box {
    flex-direction: column;
    gap: 38px;
  }
  .company-info__heading {
    padding-bottom: 40px;
  }
  .company-info__heading--title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .company-info__heading--txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .company-info__item {
    width: calc((100% - 24px) / 2);
  }
  .company-info__title {
    font-size: 16px;
  }
  .common__table th,
  .common__table td {
    padding: 0;
  }
  .common__table th {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    padding-left: none;
    border-bottom: none;
  }
  .common__table .common__table-head .common__table-title,
  .common__table .common__table-head .common__table-txt,
  .common__table .common__table-body .common__table-title,
  .common__table .common__table-body .common__table-txt {
    padding-block: 0;
  }
  .common__table .common__table-head,
  .common__table .common__table-body {
    padding-block: 0;
  }
  .common__table .common__table-title,
  .common__table .common__table-txt,
  .common__table .common__table-item {
    padding-block: 0;
  }
  .common__table .common__table-txt,
  .common__table .common__table-item {
    border-left: none;
    padding-left: 0;
  }
  .common__table .common__table-box {
    border-left: none;
  }
  .common__table td {
    padding-bottom: 0;
    border: none;
  }
  .common__table tr:first-child th,
  .common__table tr:first-child td {
    border-top: none;
  }
  .common__table tr:first-child th {
    padding-block: 0;
  }
  .common__table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E6EEE9;
    padding-block: 16px;
  }
  .common__table tr:first-child {
    border-top: 1px solid #E6EEE9;
  }
  .company-profile__imgWrap {
    max-width: 100%;
  }
  .factory-advantage .pc-only {
    display: none;
  }
  .factory-advantage .sp-only {
    display: block;
  }
  .factory-advantage .common__2col--imgWrapper.pc-only {
    display: none;
  }
  .factory-advantage .common__2col--imgWrapper.sp-only {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }
  .news-item .sp-m-only {
    display: block;
  }
  .news-item .pc-only-2 {
    display: none;
  }
  .news-wpContent {
    margin-top: 32px;
    margin-bottom: 51px;
  }
  .post-navigation .prev-post,
  .post-navigation .next-post {
    font-size: 13px;
  }
  .products-archive__title .products-label {
    font-size: 11px;
    min-height: auto;
  }
  .products-single .cases-archive__ttl {
    font-size: 14px;
  }
  .products-single-head__info-top {
    padding-bottom: 20px;
  }
  .products-single-head__size {
    gap: 10px;
  }
  .tab-content__cases-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .tab-content__cases-item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin-inline: auto;
  }
  .tab-content__cases-img {
    width: 100%;
    min-width: auto;
  }
  .tab-content__cases-img img {
    max-width: 100%;
  }
  .tab-content__cases-desc--title {
    margin-bottom: 8px;
  }
  .tab-content-Wrap__assembly {
    gap: 20px;
  }
  .tab-content-Wrap__assembly .tab-content-Wrap__flex {
    width: calc((100% - 40px) / 2);
  }
  .tab-content-Wrap__flex img {
    max-width: 100%;
  }
  .essential-point .common__table {
    margin-bottom: 0;
  }
  .essential-point .c-btnWrap {
    margin-inline: auto;
  }
  .top-mv .top-mv__bg .bg-fixed-dot {
    top: 14%;
    right: 40%;
    max-width: 293px;
  }
  .top-mv .top-mv__bg .bg-happa-unit {
    left: 4%;
  }
  .top-mv .top-mv__bg {
    width: 185%;
    right: -75%;
    height: 125%;
  }
  .fv-title {
    font-size: 2.5rem;
  }
  .fv-text {
    font-size: 14px;
  }
  .top-mv__imgOuter {
    width: 73%;
    top: 37%;
  }
  .top-mv__news-content {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .top-mv__news-content::-webkit-scrollbar {
    display: none;
  }
  .top-mv__news-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .top-sector__list {
    -moz-column-gap: 13px;
         column-gap: 13px;
    row-gap: 25px;
  }
  .top-sector__item {
    width: calc((100% - 13px) / 2);
  }
  .top-card__item {
    aspect-ratio: 639/275;
    padding-block: 22px;
    padding-inline: 15px;
  }
  .top-card__item2 {
    background-color: #ffffff;
    position: relative;
    background-image: url("../imgs/top/top-company@2x.jpg");
    background-size: cover;
    background-position: 43% center;
  }
  .top-card__item2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(253deg, rgba(26, 63, 130, 0) 5%, rgb(26, 63, 130) 60%);
    z-index: -1;
    border-radius: 9px;
  }
  .top-card__item2content {
    flex-direction: column;
    padding-bottom: 22px;
  }
  .top-card__item2Wrap {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .top-card__item2imgWrap {
    display: none;
  }
  .top-card__item2--links {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-card__item2--links a::before, .top-card__item2--links a::after {
    width: 9px;
    height: 2px;
    right: -13px;
  }
  .top-card__item2btn--tab {
    display: none;
  }
  .top-card__item2btn--sp {
    display: block;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 480px) {
  /* iPhone 4（以下） 横の画面幅-480px */
  .c-content__link-inner {
    gap: 12px;
  }
  .c-content__imgWrap {
    width: 50px;
    padding: 4px;
  }
  .c-content__arrow::before {
    width: 10px;
    height: 10px;
  }
  .c-proposal__topTxt span {
    width: auto;
    flex: 1;
  }
  .c-proposal__2col-imgWrap {
    flex: 0 1 213px;
  }
  .footer-cta-action__Wrap {
    display: block;
  }
  .footer-cta-action__item:not(:last-child)::after {
    display: none;
  }
  .footer-cta-action__item:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #C1CCC5;
  }
  .header-nav__Wrap--right.tab-only .header-btn:last-child {
    border-right: none;
  }
  .c-content__link-inner {
    gap: 12px;
  }
  .c-content__imgWrap {
    width: 50px;
    padding: 4px;
  }
  .c-content__arrow::before {
    width: 10px;
    height: 10px;
  }
  .c-proposal__topTxt span {
    width: auto;
    flex: 1;
  }
  .c-proposal__2col-imgWrap {
    flex: 0 1 213px;
  }
  .common__comment--imgWrap img {
    max-width: 99px;
  }
  .p-sidebar-nav__link a p {
    font-size: 12px;
  }
  .p-sidebar-nav__item .p-sidebar-nav__link {
    font-size: 12px;
  }
  .mounting-reconstruction__imgWrap {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* 画面端までスクロール領域を広げる設定 */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-inline: 16px;
  }
  .mounting-reconstruction__imgWrap::-webkit-scrollbar {
    display: none;
  }
  .mounting-reconstruction__imgWrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mounting-reconstruction__imgWrap img {
    max-width: none;
    width: 700px;
    display: block;
  }
  .common__2col--vertical .common__2col--imgWrap {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-inline: 16px;
  }
  .common__2col--vertical .common__2col--imgWrap::-webkit-scrollbar {
    display: none;
  }
  .common__2col--vertical .common__2col--imgWrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .common__2col--vertical .common__2col--imgWrap img {
    max-width: none;
    width: 700px;
    display: block;
  }
  .form-txt__title {
    margin-bottom: 10px;
  }
  .form-table label {
    line-height: 1.3;
  }
  .form-table .form-flex .form-dimension-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .form-table .form-flex .rework-part-number__flex,
  .form-table .form-flex .board-width__flex,
  .form-table .form-flex .form-flex__24 p {
    gap: 16px;
  }
  .form-table-confirm th label {
    font-weight: 500;
  }
  .contact-thanks .downloadList-btn {
    font-size: 12px;
  }
  .form-thanks__content .form-thanks__txt {
    font-size: 14px;
  }
  .recaptcha-txt {
    font-size: 11px;
  }
  .recaptcha-txt a {
    font-size: 11px;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    border-radius: 7px;
  }
  .l-sub-section .c-heading2--ja2 br {
    display: none;
  }
  .c-heading-deco {
    padding-left: 12px;
  }
  .page-title .c-heading2--ja2 {
    font-size: 30px;
  }
  .u-grid-2col {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog .post-navigation p {
    font-size: 11px;
  }
  .blog-list {
    grid-template-columns: 1fr !important;
    gap: 38px;
  }
  .blog-itemInner {
    flex-direction: row;
  }
  .company-info__list {
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 26px;
  }
  .company-info__item {
    width: calc((100% - 14px) / 2);
  }
  .company-info__title {
    font-size: 14px;
  }
  .company-deco {
    font-size: 12px;
    padding-block: 3px;
    padding-inline: 9px;
  }
  .greeting .common__2colWide--textWrap {
    padding-bottom: 16px;
  }
  .greeting .common__2col--txt:not(:last-child) {
    margin-bottom: 0;
  }
  .single-design .u-flex-row__38 {
    gap: 8px;
  }
  .single-design .btn-265 {
    max-width: 100%;
    width: 100%;
  }
  .form-download .form-checkbox {
    gap: 10px 8px;
  }
  .form-download .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 12px;
  }
  .single-smt .l-main-bg,
  .single-pre-shipment_inspection .l-main-bg {
    padding-inline: 16px;
  }
  .news-categoryWrap {
    gap: 0;
  }
  .news-category__link {
    padding: 12px 10px;
  }
  .news-tag {
    font-size: 10px;
  }
  .post-date {
    font-size: 10px;
  }
  .post-navigation p {
    font-size: 11px;
  }
  .post-navigation .prev-post a,
  .post-navigation .next-post a {
    font-size: 11px;
  }
  .products-list {
    flex-direction: column;
    row-gap: 54px;
  }
  .products-list__item {
    width: 100%;
  }
  .products-title {
    margin-bottom: 0;
    padding-block: 10px 6px;
  }
  .products-archive__title .products-label {
    font-size: 10px;
  }
  .products-single .c-heading4 {
    font-size: 16px;
    padding-block: 3px;
  }
  .products-single-head__label {
    font-size: 14px;
  }
  .products-single-head__detail-tag {
    min-width: 80px;
  }
  .products-single-body__nav {
    flex-direction: column;
  }
  .products-single-body__nav-item {
    width: 100%;
  }
  .products-filter {
    margin-top: 8px;
  }
  .top-mv .top-mv__bg .bg-fixed-dot {
    right: 45%;
    max-width: 257px;
  }
  .top-mv .top-mv__bg {
    width: 220%;
    right: -100%;
    height: 135%;
  }
  .fv-title {
    font-size: 2rem;
  }
  .top-mv__imgOuter {
    width: 92%;
    top: 35%;
  }
  .top-news__item {
    padding-bottom: 15px;
  }
  .top-blog .blog-list {
    grid-template-columns: 1fr !important;
    gap: 38px;
  }
}

@media (hover: hover) {
  .hov {
    background: #000;
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
    opacity: 0.8;
  }
  a.c-listItem__imgWrap:hover img {
    transform: scale(1.06);
  }
  .upper-btnWrap:hover::before {
    animation: btn_arrow-up 0.6s ease-out;
  }
  .header-nav__Wrap--item a:hover {
    color: #028143;
  }
  .header-btn:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .header-nav__item:hover .header-nav__2levels {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  a.c-listItem__imgWrap:hover img {
    transform: scale(1.06);
  }
  .c-btn--wh .c-link:hover {
    background-color: #028143;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .c-btn--wh .c-link:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .c-btn--gr .c-link:hover {
    background-color: #ffffff;
    color: #028143;
    border: 1px solid #028143;
  }
  .c-btn--gr .c-link:hover p {
    color: #028143;
  }
  .c-btn--gr .c-link:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .top-product .c-btn--gr .c-link:hover {
    background-color: #ffffff;
  }
  .header-gtranslate_inner:hover {
    background-color: #ffffff;
  }
  .header-gtranslate_inner:hover .gtranslate-arrow::after,
  .header-gtranslate_inner:hover .gtranslate-arrow::before {
    background-color: #000;
  }
  .header-gtranslate_inner:hover .glink {
    color: #000;
  }
  .header-gtranslate_inner:hover {
    height: 4.1666666667vw;
    border-radius: 5px;
    background-color: #ffffff;
  }
  .header-gtranslate_inner:hover .glink {
    color: #000;
  }
  .header-gtranslate_inner:hover .gtranslate-arrow {
    transform: rotate(180deg);
  }
  .header-gtranslate_inner:hover .gtranslate-arrow::after,
  .header-gtranslate_inner:hover .gtranslate-arrow::before {
    background-color: #000;
  }
  .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;
  }
  .wp-pagenavi .page:hover,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover {
    background-color: #028143;
    color: #ffffff;
    border-color: #028143;
  }
  .top-rescue__item:hover .top-rescue__imgWrap img {
    transform: scale(1.1);
  }
  .products-link__item-imgWrap:hover img {
    transform: scale(1.1);
  }
  .products-link:hover .products-thumb img {
    transform: scale(1.1);
  }
  .products-link:hover .products-title {
    color: rgba(26, 63, 130, 0.6);
  }
  .sitemap-link:hover {
    color: rgba(26, 63, 130, 0.6);
  }
  .sitemap-item__title:hover {
    color: #028143;
  }
  .sitemap-item__title:hover span {
    transform: translateX(5px);
  }
  .top-mv__news-content:hover {
    opacity: 0.4;
  }
  .top-sector__link:hover .top-sector__thumb img {
    transform: scale(1.1);
  }
  .top-sector__link:hover .top-sector__title {
    opacity: 0.6;
  }
  .top-card__item:hover::before {
    opacity: 0;
  }
  .top-card__item2--links a:hover {
    opacity: 0.6;
  }
  .top-news__item a:hover {
    color: #028143;
  }
}

@media (max-width: 1712px) {
  .footer-cta-action__item:nth-child(1), .footer-cta-action__item:nth-child(2) {
    padding-inline: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  header.panelactive .header-navContent .footer_bnr_wrap {
    padding-block: 36px;
  }
  .top-card__item2imgWrap::after {
    background: linear-gradient(253deg, rgba(26, 63, 130, 0) 30%, rgb(26, 63, 130) 73%);
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  header.panelactive .header-navContent {
    padding: 0 16px 65px;
  }
}

@media (hover: hover) and (min-width: 1025px) {
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-color: rgba(42, 52, 49, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1500;
    pointer-events: none;
  }
  body.body-menu-open::before {
    opacity: 1;
    visibility: visible;
  }
  header:has(.header-nav__item:hover) {
    background-color: #F7F7F7 !important;
  }
  .header-nav__item {
    transition: background-color 0.3s ease;
  }
  .header-nav__item:hover {
    background-color: #fff;
    z-index: 2500;
  }
  .header-nav__item:hover .header-nav__link {
    color: #028143 !important;
  }
  .header-nav__2levels {
    background-color: #fff !important;
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 1024px) and (max-width: 667px) {
  .header-nav__Wrap--right.tab-only .header-btn {
    padding: 7px 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 480px) {
  .header-nav__Wrap--right.tab-only .is-sp-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (hover: hover) {
  .header-nav__item:hover {
    border-top: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .common__2col--imgWrap {
    flex: none;
  }
}

@media screen and (max-width: 433px) {
  .form-txt__title .sp-only {
    display: block;
  }
}

@media screen and (hover: hover) and (max-width: 1024px) {
  .header-gtranslate_inner:hover {
    height: 100px;
  }
  .top-card__item:hover::before {
    opacity: 1;
  }
}

@media (min-aspect-ratio: 16/9) {
  .swiper-button--catalog.swiper-button--prev {
    left: 16%;
  }
  .swiper-button--catalog.swiper-button--next {
    right: 16%;
  }
}

@media (max-aspect-ratio: 16/17) {
  .swiper-button--catalog.swiper-button--prev {
    left: 10%;
  }
  .swiper-button--catalog.swiper-button--next {
    right: 10%;
  }
}

@media screen and (min-width: 1501px) {
  .single-factory td.column-1 {
    width: 231px !important;
    min-width: 231px !important;
    max-width: 231px !important;
  }
}

@media screen and (max-width: 1350px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-category {
    font-size: 10px;
  }
}

@media screen and (max-width: 1580px) {
  .blog-category {
    font-size: 11px;
    padding: 6px;
  }
}

@media (min-aspect-ratio: 16/10) {
  .top-mv__imgOuter {
    max-width: 46.666vw;
  }
}

@media (min-width: 1180px) {
  .top-news__list {
    flex: 0 1 62.8%;
  }
}