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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

/* 確認ページだけ */
.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;
}

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: #000;
}

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-main {
  padding-top: 70px;
  padding-bottom: 200px;
}
.l-wrap {
  width: calc(100% - 200px);
  max-width: 1300px;
  margin: 0 auto;
}
.l-wrap--w {
  border-bottom: solid 1px #B8B8B8;
}

.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;
}
.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-header .two-heading1--en {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.two-header .two-heading1--en::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  transform-origin: 0% 50%;
  transform: scaleX(0);
}

.two-headerInner {
  flex: 1;
}

.two-header__txt {
  flex: 0 1 674px;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.two-header.loaded .two-header__txt,
.two-header.loaded .two-heading1--ja {
  opacity: 1;
}

.two-header.loaded .two-heading1--en {
  opacity: 1;
}

.two-header.loaded .two-heading1--en::before {
  animation: headingLiner 0.8s ease;
}

@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: -18.5185185185vw;
  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: "Hind", sans-serif;
  color: #000;
  margin-bottom: 40px;
}
.post-wrap {
  max-width: 920px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  width: 100%;
}
.post-heading__top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 19px;
}

.post-heading1 {
  color: #1A3F82;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #1A3F82;
  padding-bottom: 32px;
  margin-bottom: 27px;
}

.post-date {
  color: #1A3F82;
  font-size: 18px;
  font-weight: 400;
}

.post-tagWrap {
  display: inline-block;
}

.post-tag {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.post-tag:not(:last-child) {
  margin-right: 13px;
}

.post-tag::before {
  content: "#";
}
.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: "Hind", sans-serif;
}

.c-listItem__imgWrap--hidden {
  opacity: 0;
  transform: translateY(2.3148148148vw);
  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: "Hind", 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: 10px;
  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 {
  background-color: #1A3F82;
  padding-top: 126px;
  padding-bottom: 70px;
}
.footer-cta .l-wrap {
  display: flex;
  justify-content: space-between;
  gap: clamp(40px, 8vw, 144px);
}
.footer-cta .tel-cta__2col-item {
  display: flex;
  flex-direction: column;
}

.footer-cta .tel-cta__2col-item--tel {
  flex: 0 0 277px;
  position: relative;
}
.footer-cta .tel-cta__2col-txt {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 18px;
}
.footer-cta .tel-cta__2col-inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.footer-cta .tel-cta__2col-telWrap {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-bottom: 8px;
}
.footer-cta .tel-cta__2col-telTtl {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.4;
  flex: 0 0 50px;
}
.footer-cta .tel-cta__2col-telNum {
  white-space: nowrap;
  color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0.07em;
  display: block;
}
.footer-cta .tel-tokyo .tel-cta__2col-telNum {
  letter-spacing: 0.045em;
}

.footer-cta .tel-nagoya .tel-cta__2col-telNum {
  letter-spacing: 0.086em;
}

.footer-cta .tel-cta__2col-notice {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
}
.footer-cta .tel-cta__2col-btn {
  color: #000;
  background-color: #D4E3F8;
  padding-block: 20px;
  padding-left: 24px;
  border-radius: 18px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  width: clamp(20rem, 14rem + 8vw, 24rem);
  min-width: 350px;
}
.footer-cta .tel-cta__2col-btn:nth-child(3) {
  margin-top: 17px;
}

.footer-cta .tel-cta__2col-btn p {
  font-size: 17px;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
.footer-cta .tel-cta__2col-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform ease 0.4s;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  background-color: #ffffff;
}
.footer-cta .tel-cta__2col-btn span {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.1s;
}
.footer-cta .tel-cta__2col-btn span::before {
  position: absolute;
  top: 50%;
  right: 47%;
  transform: translate(50%, -50%);
  content: "";
  background: url(../imgs/common/form-arrow-btn.svg) no-repeat center/contain;
  width: 100%;
  height: 65%;
}
.footer-cta__txtwrap {
  flex: 0 0 370px;
}
.footer-cta__txtwrap .top-heading2 {
  margin-bottom: 18px;
}
.tel-cta__2colWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(40px, 6.3vw, 127px);
}
.footer-cta__btnContent {
  background: #2A55A7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-cta__btnWrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.footer-cta__btn {
  border-radius: 5px;
  width: 420px;
  max-width: 420px;
  height: 88px;
  overflow: hidden;
  position: relative;
}
.footer-cta__btn:before {
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(267deg, rgba(255, 255, 255, 0) 10.05%, rgba(255, 255, 255, 0.12) 24.89%, rgba(255, 255, 255, 0.4) 33.49%, rgba(255, 255, 255, 0.7) 47.53%, rgba(255, 255, 255, 0.42) 56.62%, rgba(255, 255, 255, 0.11) 72.64%, rgba(255, 255, 255, 0) 89.44%);
  content: "";
  transition: all 0.6s;
  z-index: 10;
}
@keyframes btnHover {
  0% {
    left: -150%;
  }
  100% {
    left: 100%;
  }
}
.footer-cta__btn--bl {
  background-color: #3F7AB8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s;
}

.footer-cta__btn--wh {
  background-color: #ffffff;
  color: #2458BD;
  display: flex;
  align-items: center;
  padding-left: 24px;
}

.footer-cta__btn-span {
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  border: solid 1px currentColor;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footer-cta__btn-txt--ja {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  margin-right: 5px;
}
.footer-cta__btn-imgWrap--wh {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.footer-cta__btn-imgWrap--wh img {
  height: 100%;
}

.footer-cta__btn-txt--en {
  font-size: 48px;
  font-weight: 300;
  font-family: "Hind", sans-serif;
  line-height: 1;
}
.footer-cta__btn-txt--en--sm {
  font-size: 32px;
  transform: translateY(4px);
}
.footer {
  background-color: #000;
  color: #ffffff;
  padding-top: 80px;
}

.footer-top {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 45px;
}

.footer-top .l-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top-info {
  flex: 0 0 314px;
}
.footer-top-txt {
  font-size: 15px;
  margin-bottom: 33.5px;
}
.footer-logo__link {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 320px;
}

.footer-nav {
  margin-bottom: 20px;
}
.footer-list {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-nav__link--s {
  font-size: 11px;
  font-weight: 500;
}

.footer-link {
  transition: all 0.3s;
  font-size: 14px;
}
.footer-section-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
}
.footer-section-list__area {
  margin-bottom: 80px;
}

.footer-section-list__area:last-child {
  margin-bottom: 0;
}
.footer-section-list__area li {
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-section-list__area li:last-child {
  margin-bottom: 0;
}
.footer-section-list__area li a {
  transition: 0.3s;
}

.footer-section-list__area li a:hover {
  opacity: 0.6;
}

.footer-section-list__area li.footer-section-list__title {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.footer-link__bottom {
  font-size: 12px;
  color: #A6A6A6;
}

.footer-item__tab {
  font-size: 14px;
  letter-spacing: 0.7px;
}

.footer-link__tab {
  position: relative;
  padding-right: 20px;
}

.footer-link__tab::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  background: url(../imgs/common/newTab-wh@2x.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
}

.footer-location__addr {
  display: flex;
}
.footer-location__ttl {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.footer-location__txt {
  font-size: 12px;
  font-weight: 400;
}
.footer-location__map {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #0EACF0;
  position: relative;
  padding-right: 18px;
  line-height: normal;
}

.footer-location__map::before {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  background: url(../imgs/common/map-arrow.svg) no-repeat center/contain;
  width: 11px;
  height: 11px;
}

.footer-nav__list--s {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
.footer-iconWrap {
  display: flex;
  gap: 20px;
}

.footer-copyWrap {
  text-align: center;
  font-size: 11px;
  color: #FFFDF6;
  padding-block: 11px;
}

.footer-copy {
  display: block;
  font-size: 10px;
  color: #A6A6A6;
}

header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  min-height: 86px;
}
.header {
  position: relative;
  top: 0;
  width: 100%;
  transition: background-color 0.4s;
  z-index: 30;
  background-color: #ffffff;
}
header.panelactive .header-outer {
  height: 100vh;
}
.header-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding-inline: 25px;
  background-color: #ffffff;
  max-width: 1920px;
  margin-inline: auto;
  transition: background-color 0.3s ease-in-out;
}
.header-logoWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2314814815vw;
  min-height: 86px;
}
.header-logoInner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-logo__link--main {
  display: inline-flex;
}

.header-logo__link--main img {
  width: 20.8333333333vw;
}
.header-logo__link--group {
  display: flex;
  gap: 3px;
}

.header-logo__link--group img {
  max-width: 107px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.header-logo__link--group p {
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  color: #1A3F82;
  line-height: normal;
}
.header-navWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.1412037037vw;
}
.header-nav--top.hidden {
  visibility: hidden;
}

.header-list--top {
  display: flex;
  align-items: center;
}
.header-item--top {
  line-height: normal;
  margin-right: 24px;
}

.header-item--top.hidden {
  visibility: hidden;
}

.header-link--top {
  color: #ffffff;
  font-size: 0.8101851852vw;
  letter-spacing: 0.7px;
  transition: opacity 0.3s;
  position: relative;
  font-weight: 500;
}
.header-link--top::before {
  position: absolute;
  top: -2px;
  right: -10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  content: none;
}
.header-btnOuter {
  display: flex;
  gap: 10px;
}
.header-btnOuter.hidden {
  visibility: hidden;
}
.header-btn {
  width: 9.2592592593vw;
  height: 2.6041666667vw;
  font-size: 0.9259259259vw;
  font-weight: 600;
  letter-spacing: normal;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.header-btn span {
  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--wh {
  border: solid 1px #1A3F82;
  background-color: #1A3F82;
  color: #1A3F82;
}

.header-btn--wh::before {
  background: #ffffff;
}
.header-btn--bl {
  color: #ffffff;
  background-color: #ffffff;
}

.header-btn--bl::before {
  background: #1A3F82;
}
.header-nav {
  width: 100%;
}
.header-list {
  display: flex;
  justify-content: flex-end;
  gap: 33px;
}
.header-item {
  color: #000;
  font-weight: 500;
  line-height: normal;
}
.header-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  font-size: 0.9259259259vw;
  letter-spacing: normal;
  padding-block: 34px;
  min-height: 86px;
}
.header-link {
  /* 下線用の擬似要素 */
}

.header-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1A3F82;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-link {
  /* ホバー時の下線 */
}

.header-link:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-link {
  /* 2階層メニュー表示制御 */
}
/* 下層メニューの表示制御 */
.header-link.lowerActive ~ .header-nav__2levels {
  visibility: visible;
  opacity: 1;
}

.header-link.nav-reset .header-nav__2levels {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* 現在ページのスタイル */
/* 現在ページリンクや lowerHover 時の下線 */
.header-item#current .header-link::before,
.header-link.lowerHover::before {
  /* 中央寄せを削除 */
  left: 0;
  transform: none !important;
  width: 100%;
  height: 4px;
  background-color: #1A3F82;
  content: "";
  opacity: 1;
}
/* ハンバーガーメニュー専用 */
.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(27, 63, 130, 0.9);
  transition: right 0.3s ease;
  padding: 25px 18px;
  box-sizing: border-box;
  z-index: 10;
}
.menu .header-logoWrap {
  background-color: transparent;
  padding-block: 0;
  padding-bottom: 42px;
  display: block;
  max-width: 360px;
}
.menu .header-nav__link {
  display: block;
  color: #ffffff;
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  padding-block: 20px;
  padding-inline: 8px;
  position: relative;
  z-index: 40;
}

.menu .header-nav__link:first-child {
  padding-top: 0;
}
.menu .header-nav__link span.open::after {
  transform: translate(50%, -50%) rotate(180deg);
  opacity: 0;
}

.menu .header-nav__link.open {
  border-bottom: none;
}

.menu .header-list {
  padding-top: 86px;
}

.menu .header-list--top {
  padding-block: 27px;
  align-items: center;
  gap: 9px;
}

.menu .header-btnWrap {
  flex: auto;
  width: 100%;
  text-align: center;
}

.menu .header-btn {
  width: 100%;
  max-width: 300px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.menu .header-btn::before, .menu .header-btn::after {
  display: none;
}

.menu .header-btn--bl {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.menu .header-btn--wh {
  background-color: #ffffff;
  color: #5E5E5E;
}

.menu .footer-cta {
  padding-block: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}

.menu .footer-cta .tel-cta__2col-telNum {
  font-size: 22px;
}

.menu .footer-cta .tel-cta__2col-txt {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 9px;
}

.menu .footer-cta .tel-cta__2col-notice {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.005em;
  margin-bottom: 15px;
}

.menu .footer-cta .tel-cta__2col-telWrap {
  margin-bottom: 20px;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 34px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 35;
  display: none;
}
.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #1A3F82;
  margin: 5px 0;
  transition: all 0.4s;
  border-radius: 2px;
  position: relative;
  z-index: 9999;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(30deg) translate(3px, 3px);
  background-color: #ffffff;
}

.hamburger.active span:nth-child(2) {
  transform: rotate(-30deg) translate(3px, -3px);
  background-color: #ffffff;
}

.header-nav__3levels {
  position: relative;
  background: none;
  display: none;
  visibility: visible;
  opacity: 1;
  padding-block: 19px;
  padding-left: 18px;
}

.header-nav__3levels.active {
  display: block;
}

.header-nav__3levels__nav-item {
  color: #E8E8E8;
  font-size: 12px;
  font-weight: 500;
}

.header-nav__3levels__nav-item:not(:last-child) {
  margin-bottom: 16px;
}

.header-address {
  padding-top: 19px;
  padding-left: 6px;
}

.header-address__ttl {
  color: #ffffff;
  font-size: 10px;
}

.header-address__txt {
  color: #ffffff;
  display: flex;
  gap: 10px;
}

.header-address__txt p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}

.header-address__map {
  color: #00C8FF;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.header-nav__2levels {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 100%;
  width: 100vw;
  max-width: 1300px;
  background-color: #F8F8F8;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding-inline: 59px;
  padding-block: 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #1A3F82;
}
.header-nav__2levelsInner--products,
.header-nav__2levelsInner {
  max-width: 1178px;
  margin: 0 auto;
  display: flex;
}
.header-nav__2levelsInner--products {
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.3148148148vw;
}
.header-nav__2levelsInner {
  align-items: flex-start;
  gap: 3.587962963vw;
}
.header-nav__2levels-contentInner {
  display: flex;
}

.header-nav__2levels-contentInner:first-child {
  position: relative;
}

.header-nav__2levels-contentInner:first-child::before {
  width: calc(100% + 1.1574074074vw);
  height: calc(100% + 1.1574074074vw);
  position: absolute;
  top: -1.1574074074vw;
  left: -1.1574074074vw;
  border: solid 1px #000;
  border-radius: 15px;
  content: "";
}
.header-nav__2levels-contentInner:not(:last-child, :first-child) {
  border-bottom: solid 1px #000;
}

.header-nav__2levels-contentInner:not(:last-child) {
  margin-bottom: 1.1574074074vw;
  padding-bottom: 1.1574074074vw;
}
.header-nav__2levels-ttl {
  flex: 0 1 140px;
  font-size: 0.9259259259vw;
  font-weight: 700;
}
.header-nav__2levels-ttl::before {
  position: absolute;
  top: 50%;
  left: -44px;
  width: 36px;
  height: 1px;
  content: "";
  background-color: currentColor;
}
.header-nav__2levels-topTtlWrap {
  display: flex;
  flex-direction: column;
  gap: 0.462962963vw;
}
.header-nav__2levels-topTtlWrap--product {
  margin-bottom: 2.3148148148vw;
}

.header-nav__2levels-topTtl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5787037037vw;
  margin-bottom: 1.8518518519vw;
  position: relative;
  padding-top: 1.8518518519vw;
}
.header-nav__2levels-topTtl--ja {
  font-size: 0.8101851852vw;
  font-weight: 700;
  padding-left: 1.2731481481vw;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.header-nav__2levels-topTtl--ja::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background: url(../imgs/common/head-mark.svg) no-repeat center/contain;
  width: 0.8680555556vw;
  height: 0.8680555556vw;
}
.header-nav__2levels-topTtl--en {
  font-size: 2.3148148148vw;
  font-weight: 500;
  font-family: "Hind", sans-serif;
  line-height: 1;
  position: relative;
  padding-right: 3.7615740741vw;
}
.header-nav__2levels-topTtl--en span {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 2.3148148148vw;
  height: 2.3148148148vw;
  border: solid 1px #000;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.1s;
}
.header-nav__2levels-topTtl--en span::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  content: "";
  background: url(../imgs/common/arrow-bl-t-02.svg) no-repeat center/contain;
  width: 48%;
  height: 48%;
}

.header-nav__2levels-topTtl-imgOuter {
  display: flex;
  justify-content: flex-start;
}
.header-nav__2levels-topTtl-imgWrap {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 235/128;
  width: 13.599537037vw;
}
.header-nav__2levels-topTtl-imgWrap img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-nav__2levels-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6203703704vw 1.7361111111vw;
  flex: 1;
  padding-top: 1.4467592593vw;
}
.header-nav__2levels-outer--products {
  flex: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.header-nav__2levels-list--case {
  grid-template-columns: 1fr 1fr;
}

.header-nav__2levels-item.last-row .header-nav__2levels-link {
  border-bottom: none;
}
.header-nav__2levels-link {
  position: relative;
  font-size: 0.8101851852vw;
  padding-right: 2.0833333333vw;
  padding-bottom: 1.1574074074vw;
  font-weight: 400;
  line-height: normal;
  display: block;
  border-bottom: solid 1px #4B7AD2;
}
.header-nav__2levels-link span {
  position: absolute;
  top: 0.2314814815vw;
  right: 0;
  content: "";
  width: 1.1574074074vw;
  height: 1.1574074074vw;
  border: solid 1px #000;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.1s;
}
.header-nav__2levels-link span::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  content: "";
  background: url(../imgs/common/arrow-bl-t-02.svg) no-repeat center/contain;
  width: 48%;
  height: 48%;
}
.header-nav__2levels-link--case {
  font-size: 0.8101851852vw;
}
.header-nav__2levels-link--case::after {
  content: attr(data-txt);
  position: absolute;
  top: -1.1574074074vw;
  left: 0;
  font-size: 0.7523148148vw;
  font-family: "Hind", sans-serif;
}

.header-nav__2levels-list--products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-direction: column;
  flex: 1;
}
.header-company-item .header-nav__2levels-list--products {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.header-company-item .company-info__title {
  font-size: 1.0416666667vw;
}

.header-nav__2levels-item--products#current-2levels .header-nav__2levels-link--products,
.header-nav__2levels-item#current-2levels .header-nav__2levels-link {
  font-weight: 700;
  pointer-events: none;
}

.header-nav__2levels-link--products {
  font-size: 15px;
  position: relative;
  display: block;
  font-weight: 400;
  transition: all 0.3s;
  padding-block: 0.9259259259vw;
  padding-left: 1.1574074074vw;
  color: #1A3F82;
}
.header-nav__2levels-footer {
  display: flex;
  gap: 1.9675925926vw;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2.7199074074vw;
  padding-top: 2.3148148148vw;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
}
.header-nav__2levels-footer__txt {
  font-size: 0.9259259259vw;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
.header-nav__2levels-footer__txt::before {
  position: absolute;
  top: 50%;
  left: -5.787037037vw;
  width: 4.6296296296vw;
  height: 1px;
  content: "";
  background-color: currentColor;
}
.header-nav__2levels-footer__cta {
  display: flex;
  align-items: center;
  gap: 2.8935185185vw;
}
.header-nav__2levels-footer__cta-telWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-nav__2levels-footer__cta-telNum {
  color: #ffffff;
  font-weight: 300;
  font-size: 3.2407407407vw;
  font-family: "Hind", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.8101851852vw;
  padding-left: 4.7453703704vw;
  position: relative;
}
.header-nav__2levels-footer__cta-telNum::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../imgs/common/tel.png) center/contain;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
}
.header-nav__2levels-footer__cta-notice {
  color: #C7D6F4;
  font-size: 13px;
  font-weight: 300;
}

.header-nav__2levels-footer__cta-btn {
  color: #000;
  background-color: #D3DBEB;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 32px;
  border-radius: 6px;
  width: 24.9421296296vw;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.header-nav__2levels-footer__cta-btn p {
  font-size: 1.0416666667vw;
  font-weight: 700;
  z-index: 10;
  position: relative;
}
.header-nav__2levels-footer__cta-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform ease 0.4s;
  transform-origin: 0% 50%;
  transform: scaleX(1);
  background-color: #ffffff;
}

.header-nav__2levels-footer__cta-btn span {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border: solid 1px #000;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.1s;
}
.header-nav__2levels-footer__cta-btn span::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  content: "";
  background: url(../imgs/common/arrow-bl-t-02.svg) no-repeat center/contain;
  width: 48%;
  height: 48%;
}
.header-ctaWrap {
  display: none;
}
.header-cta__2col-telWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-cta__2col-telWrap:not(:last-child) {
  margin-bottom: 20px;
}

.header-cta__2col-item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.header-cta__2col-telNum {
  font-family: "Hind", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
}

.header-cta__2col-notice {
  text-align: center;
  color: #BAC6DE;
  font-size: 11px;
  font-weight: 400;
}

.header-locationWrap {
  display: none;
}
.header-location__ttl,
.header-location__txt {
  font-size: 14px;
  color: #ffffff;
}

.header-location__map {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #0EACF0;
  position: relative;
  padding-right: 18px;
  line-height: normal;
}

.header-location__map::before {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  background: url(../imgs/common/map-arrow.svg) no-repeat center/contain;
  width: 11px;
  height: 11px;
}

.header-visual {
  padding-bottom: 79px;
  padding-top: 170px;
}
.header-visual {
  max-width: 1496px;
  padding-inline: 40px;
  margin: 0 auto;
  width: 100%;
}
.test1 {
  fill: url(#mvGradient);
}

.test1Sp {
  fill: url(#mvGradientSp);
}

.testMain {
  fill: url(#mvGradientMain);
}

.testMainSp {
  fill: url(#mvGradientMainSp);
}

#color1Sp,
#color1 {
  animation: color1 30s ease-in-out infinite normal;
}

#color2Sp,
#color2 {
  animation: color1 30s ease-in-out infinite normal;
}

#colorMain1Sp,
#colorMain1 {
  animation: colorMain1 30s ease-in-out infinite normal;
}

#colorMain2Sp,
#colorMain2 {
  animation: colorMain2 30s ease-in-out infinite normal;
}

@keyframes color1 {
  0% {
    stop-color: #DDCADD;
  }
  2% {
    stop-color: #CDDCF6;
  }
  18% {
    stop-color: #CDDCF6;
  }
  22% {
    stop-color: #FFA1A1;
  }
  38% {
    stop-color: #FFA1A1;
  }
  42% {
    stop-color: #CDF6D0;
  }
  58% {
    stop-color: #CDF6D0;
  }
  62% {
    stop-color: #CDDCF6;
  }
  78% {
    stop-color: #CDDCF6;
  }
  82% {
    stop-color: #FFA1A1;
  }
  98% {
    stop-color: #FFA1A1;
  }
  100% {
    stop-color: #DDCADD;
  }
}
@keyframes colorMain1 {
  0% {
    stop-color: #4FADAF;
  }
  2% {
    stop-color: #00E1FF;
  }
  18% {
    stop-color: #00E1FF;
  }
  22% {
    stop-color: #FF5900;
  }
  38% {
    stop-color: #FF5900;
  }
  42% {
    stop-color: #00FF26;
  }
  58% {
    stop-color: #00FF26;
  }
  62% {
    stop-color: #00E1FF;
  }
  78% {
    stop-color: #00E1FF;
  }
  82% {
    stop-color: #FF5900;
  }
  98% {
    stop-color: #FF5900;
  }
  100% {
    stop-color: #4FADAF;
  }
}
@keyframes colorMain2 {
  0% {
    stop-color: #45639F;
  }
  2% {
    stop-color: #004AD5;
  }
  18% {
    stop-color: #004AD5;
  }
  22% {
    stop-color: #D50000;
  }
  38% {
    stop-color: #D50000;
  }
  42% {
    stop-color: #00D578;
  }
  58% {
    stop-color: #00D578;
  }
  62% {
    stop-color: #004AD5;
  }
  78% {
    stop-color: #004AD5;
  }
  82% {
    stop-color: #D50000;
  }
  98% {
    stop-color: #D50000;
  }
  100% {
    stop-color: #45639F;
  }
}
.top-mv__imgOuter {
  transform: translateY(-3%);
  position: relative;
  max-width: 52.662037037vw;
  height: 96%;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 878/804;
}
.top-mv__svg01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 110%;
  height: auto;
  opacity: 1;
  z-index: 5;
}
.top-mv__svg01Back {
  z-index: 1;
}

@keyframes mvSvg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-mv__svg01.active {
  opacity: 1;
}

.top-mv__svg02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 104.5%;
  height: auto;
  opacity: 1;
}
.top-mv__svg02Back {
  z-index: 9;
}

.top-mv__svg02.active {
  opacity: 1;
}

.top-mv__imgFoundation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 19;
}

.top-mv__imgFoundation img {
  width: 100%;
  height: 100%;
}

.top-mv__bgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 20;
  animation: image-switch-animation 30s infinite;
  opacity: 0;
}
.top-mv__bg img {
  width: 100%;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.top-mv__bg:nth-of-type(1) {
  animation-delay: 0s;
}

.top-mv__bg:nth-of-type(2) {
  animation-delay: 6s;
}

.top-mv__bg:nth-of-type(3) {
  animation-delay: 12s;
}

.top-mv__bg:nth-of-type(4) {
  animation-delay: 18s;
}

.top-mv__bg:nth-of-type(5) {
  animation-delay: 24s;
}

.top-mv__mainProduct {
  position: absolute;
  bottom: -6.9444444444vw;
  left: -2.3148148148vw;
  z-index: 50;
  width: 27.7777777778vw;
  max-width: 1100px;
  opacity: 0;
  animation: product-switch-animation 30s infinite;
}
.top-mv__mainProduct a {
  display: inline-block;
}
.top-mv__mainProduct img {
  max-height: 100%;
  max-width: 100%;
}

@keyframes product-switch-animation {
  0% {
    opacity: 0;
    z-index: 0;
  }
  5% {
    opacity: 1;
    z-index: 100;
  }
  20% {
    opacity: 1;
    z-index: 100;
  }
  25% {
    opacity: 0;
    z-index: 0;
  }
}
.top-mv__mainProduct:nth-of-type(1) {
  animation-delay: 0s;
}

.top-mv__mainProduct:nth-of-type(2) {
  animation-delay: 6s;
}

.top-mv__mainProduct:nth-of-type(3) {
  animation-delay: 12s;
}

.top-mv__mainProduct:nth-of-type(4) {
  animation-delay: 18s;
}

.top-mv__mainProduct:nth-of-type(5) {
  animation-delay: 24s;
}

.top-mv__productLink {
  position: absolute;
  top: 50%;
  right: 4.0509259259vw;
  transform: translateX(100%);
  background-color: #ffffff;
  padding: 0.9259259259vw;
  border-radius: 0.2893518519vw;
}
.top-mv__product-txt {
  font-size: 0.8101851852vw;
  color: #000;
}
main {
  position: relative;
  top: 0;
  left: 0;
}

.breadcrumbsWrap {
  text-align: end;
  width: 100%;
  padding-top: 14px;
}

.breadcrumbs {
  max-width: 1496px;
  padding-inline: 40px;
  margin: 0 auto;
  width: 100%;
}

.breadcrumb--absolute {
  position: absolute;
}

.breadcrumb--wh .breadcrumbs span,
.breadcrumb--wh .breadcrumbs span.current-item {
  color: #ffffff;
}

.breadcrumbs span,
.breadcrumbs span a {
  font-size: 12px;
  color: #000;
  line-height: 1;
}
.breadcrumbSpan {
  display: inline-block;
  margin: 0 15px;
  width: 24px;
  height: 2px;
  background-color: #1A3F82;
  transform: translateY(-3px);
}

#text {
  color: #1A3F82;
  background-color: #1A3F82;
}

.c-btnWrap {
  position: relative;
  bottom: 0;
  right: 0;
}
.c-linkWrap--right {
  text-align: end;
}
.c-link {
  display: inline-block;
  padding-block: 10px;
  padding-left: 20px;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}

.c-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform ease 0.4s;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.c-link p {
  font-weight: 500;
  z-index: 10;
  position: relative;
  text-align: left;
}

.c-link span {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@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: #1A3F82;
  background-color: #ffffff;
}

.c-btn--wh .c-link span {
  border-left: 16px solid #1A3F82;
}

.c-btn--wh .c-link::before {
  background-color: #ffffff;
}
.c-btn--bl .c-link {
  background-color: #1A3F82;
  color: #ffffff;
}

.c-btn--bl .c-link span {
  border-left: 16px solid #ffffff;
}

.c-btn--bl .c-link::before {
  background-color: #1A3F82;
}
.c-arrow {
  position: relative;
}

.c-arrow span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.1s;
}

.c-arrow span::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  content: "";
  width: 48%;
  height: 48%;
}

/* カート---------------------------- */
.download-cart {
  position: fixed;
  bottom: 120px;
  right: 40px;
  border: solid 1px #1A3F82;
  background-color: #ffffff;
  width: 360px;
  max-height: 500px;
  min-height: 320px;
  padding: 20px 23px;
  z-index: 500;
  display: none;
  border-radius: 5px;
}
.download-cart--none {
  display: none !important;
}

.download-cart.resize {
  min-height: auto;
  padding-bottom: 0;
}

.download-cart.resize .download-cart__list,
.download-cart.resize .download-cart__btnWrap {
  display: none;
}

.download-cart__ttlWrap {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #1A3F82;
  cursor: pointer;
}
.download-cart__ttl {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.download-cart__ttl::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  background: url(../imgs/common/download-btn-bk.svg) no-repeat center/contain;
}
.download-cart__list {
  overflow-y: scroll;
  height: 292px;
  border-bottom: solid 2px #1A3F82;
  margin-block: 17px 5px;
}
.download-cart__list li {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #1A3F82;
  font-weight: 700;
}

.download-cart__list li img {
  width: 64px;
  height: auto;
  margin-right: 10px;
  border: solid 1px #e3e3e3;
}
.download-cart__list p {
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
.download-cart__list span {
  padding-bottom: 1px;
  padding-left: 1px;
  font-size: 10px;
  width: 17px;
  height: 17px;
  text-align: center;
  border: 1px solid #1A3F82;
  color: #1A3F82;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  margin-left: 20px;
}

.download-cart__btnWrap {
  text-align: center;
}

.download-cart__btn {
  cursor: pointer;
  position: relative;
  background-color: #1A3F82;
  color: #ffffff;
  padding: 11px 20px;
  width: 314px;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
}
.download-cart__btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  content: "";
  background: url(../imgs/common/download-btn.svg) no-repeat center/contain;
  width: 17px;
  height: 17px;
}
.download-cart__clear {
  cursor: pointer;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  color: #A8A8A8;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 7px;
  font-size: 16px;
  margin-bottom: 14px;
}

.download-cart__clear span {
  border-radius: 50%;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: solid 1px #1A3F82;
}
.download-cart__clear::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  left: -17px;
  background: url(../imgs/common/reset-icon_gy.svg) no-repeat center/contain;
}
.checkboxAll {
  display: none;
}

.catalog-none {
  display: none;
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
}

.product-download__checkWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-download__checkInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catalog-btn {
  text-align: center;
}

.product-download__checkLabel {
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  width: 320px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.product-download__checkLabel::before {
  position: absolute;
  top: 0;
  left: -200%;
  width: 300%;
  height: 100%;
  background: linear-gradient(112deg, rgba(232, 66, 13, 0.95) 44.74%, rgba(255, 119, 75, 0.95) 85.84%);
  content: "";
  transition: all 0.3s;
}

.product-download__checkLabel span {
  position: relative;
  padding-left: 48px;
}

.product-download__checkLabel span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background: url(../imgs/common/download.svg) no-repeat center/contain;
  width: 35px;
  height: 39px;
}

.product-download__checkLabel input {
  display: none;
}
.product-download__checkLabel:has(input:checked) {
  opacity: 0.6;
}

.product-download__link {
  display: inline-block;
  color: #1A3F82;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

.product-download__link::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background: url(../imgs/common/download-list.svg) no-repeat center/contain;
  width: 12px;
  height: 13px;
}

.cases-archive__box:not(:last-of-type) {
  margin-bottom: 100px;
}
.cases-archive__title {
  margin-bottom: 48px;
}
.cases-archive__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 21px;
       column-gap: 21px;
  row-gap: 55px;
}
.cases-archive__item {
  border: 1px solid rgba(26, 63, 130, 0.35);
  border-radius: 15px;
  width: calc((100% - 63px) / 4);
}
.cases-archive__item .post-imgWrap {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}

.cases-archive__item .post-imgWrap img {
  transition: transform 0.6s ease;
  border-radius: 15px 15px 0 0;
  width: 101%;
  max-width: 101%;
}

.cases-archive__link {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
.cases-archive__ttl-wrap {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.cases-archive__ttl-wrap .cases-archive__ttl {
  color: #1A3F82;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}
.cases-archive__ttl-wrap span {
  border-left: 13px solid #1A3F82;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 0;
}

.cases-single__content {
  display: flex;
  gap: 39px;
  justify-content: center;
}
.cases-single__content--img {
  flex: 0 1 100%;
  /* 基本100%幅で、縮小可能、伸長不可 */
  max-width: 446px;
  /* 最大幅 */
  width: 100%;
}

.cases-single__content--img img {
  aspect-ratio: 446/454;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases-single__body--inner {
  padding-bottom: 32px;
}

.cases-single__body--title {
  color: #1A3F82;
  font-size: 32px;
  font-weight: 700;
  padding-left: 12px;
  border-left: 2px solid #1A3F82;
  line-height: normal;
}
.case-category {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 29px;
}
.cases-single__related {
  max-width: 448px;
}

.cases-single__related--title {
  color: #1A3F82;
  font-size: 24px;
  font-weight: 400;
}
.case-related-page {
  padding: 14px;
  border: 1px solid #1A3F82;
  border-radius: 15px;
}

.case-related-page a {
  display: flex;
  align-items: center;
  gap: 34px;
}

.case-related-page a img {
  max-width: 91px;
  aspect-ratio: 91/93;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-related-page a .related-title {
  color: #1A3F82;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.form-content {
  display: flex;
  align-items: flex-start;
  gap: 65px;
}
.form-headWrap {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 107px;
  position: relative;
}
.form-headItem {
  font-size: 24px;
  color: #A8A8A8;
  font-weight: 300;
  position: relative;
}
.form-headItem span {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #A8A8A8;
}

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

.form-headItem.current {
  font-size: 24px;
  color: #000;
}
.form-headItem.current span {
  width: 14px;
  height: 14px;
  bottom: -15px;
  background-color: #1A3F82;
  z-index: 10;
}

.form-headItem.current span::before {
  left: 21px;
  background-color: #1A3F82;
}

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

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

.form-content-info {
  flex: 1 0 47.5%;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.form-wrap {
  flex: 0 0 52.5%;
}

.form-txt {
  margin-bottom: 63px;
}
.form-txt__title {
  color: #1A3F82;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.form-txt__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}
.form-tel {
  max-width: 617px;
  border-radius: 15px;
  background-color: #1A3F82;
  padding-block: 19px;
  padding-inline: 40px;
}
.form-tel .tel-cta__2col-item {
  display: flex;
}

.form-tel .tel-cta__2col-item--tel {
  flex: 0 0 277px;
  position: relative;
}
.form-tel .tel-cta__2col-txt {
  display: none;
}

.form-tel .tel-cta__2col-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  -moz-column-gap: 29px;
       column-gap: 29px;
  row-gap: 13px;
}
.form-tel .tel-cta__2col-telWrap {
  display: flex;
  align-items: center;
  gap: 29px;
}
.form-tel .tel-cta__2col-telTtl {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.4;
  flex: 0 0 41px;
}
.form-tel .tel-cta__2col-telNum {
  white-space: nowrap;
  color: #ffffff;
  font-weight: 500;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
}
.form-tel .tel-cta__2col-notice {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
}
.form-tel__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.form-table {
  width: 100%;
  margin-bottom: 62px;
  min-width: 618px;
  max-width: 618px;
}
.form-table .products-name {
  text-align: center;
}

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

.form-table tr {
  margin-bottom: 28px;
  display: block;
}
.form-table th,
.form-table td {
  display: block;
  width: 100%;
}

.form-table th {
  margin-bottom: 15px;
}
.form-table label {
  font-weight: 400;
  position: relative;
}
.form-table input::-moz-placeholder {
  color: #C8C8C8;
}
.form-table input::placeholder {
  color: #C8C8C8;
}

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

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

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

.form-table .form-nameRow td p {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.form-table th label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}
.form-table th label * {
  flex: 0 1 auto;
}

.form-item-small p {
  max-width: 249px;
  cursor: pointer;
}
.form-input,
.form-select {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #1A3F82;
  border-radius: 10px;
  padding: 7px 22px;
}
.form-check input,
.form-radio input {
  display: none;
}

.form-must {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background-color: #B81111;
  height: 18px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 3px 6.5px;
  line-height: 12px;
  flex: 0 0 38.5px;
}
.form-addressRow .form-item {
  margin-bottom: 21px;
}

.form-addressRow .form-header {
  margin-bottom: 18px;
}
.form-addressRow .form-header label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form-addressRow .form-header label * {
  flex: 0 1 auto;
}

.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;
}

.wpcf7-list-item a {
  color: #1571DA;
}

.form-must--privacy {
  position: relative;
  top: initial;
  transform: none;
  margin-right: 12px;
}
.form-table .form-check span.wpcf7-list-item,
.wpcf7-acceptance span.wpcf7-list-item {
  display: block;
  margin-left: 24px;
  line-height: normal;
}
.form-table .form-check label,
.wpcf7-acceptance label {
  padding-left: 0;
}
.form-table .form-check .form-privacy,
.wpcf7-acceptance .form-privacy {
  display: none;
}

.form-table .form-check .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.form-table .form-check .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -27px;
  content: "";
  width: 18px;
  height: 18px;
  border: solid 1px #C6C6C6;
  background-color: #ffffff;
  border-radius: 5px;
}
.form-table .form-check input:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 6px;
  left: -23px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #1A3F82;
}
.form-table .form-check a,
.wpcf7-acceptance a {
  color: #1571DA;
  position: relative;
  font-size: 15px;
  padding-right: 16px;
}
.form-table .form-check a::after,
.wpcf7-acceptance a::after {
  position: absolute;
  top: 0;
  right: 4px;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../imgs/common/blank-form.svg) no-repeat center/contain;
}

/* ダウンロード目的 (form-download-purpose) に限定したチェックボックスのスタイル */
.form-download-purpose .form-check span.wpcf7-list-item,
.form-download-purpose .wpcf7-acceptance span.wpcf7-list-item {
  margin-left: 29px;
  margin-bottom: 12px;
}

.download-purpose-row td {
  width: 100%;
}

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

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

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

.form-btnWrap .form-btn {
  background-color: #1A3F82;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 91px;
  border-radius: 15px;
  max-width: 262px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-btnWrap .form-btn:hover {
  background-color: #D4E3F8;
  color: #1A3F82;
}
.wpcf7-spinner {
  display: none;
}

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

.contact-confirm .form-headItem.current:nth-last-of-type(2) {
  color: #1A3F82;
}
.form-table-confirm label {
  padding-left: 0;
}

.form-table-confirm tr {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 31px;
}
.form-table-confirm th {
  margin-bottom: 0;
  min-width: 144px;
  max-width: 244px;
  padding-bottom: 31px;
  font-weight: 500;
  flex: 1 0 39.5%;
  border-bottom: 1px solid #000E40;
}
.form-table-confirm th label {
  font-size: 16px;
}
.form-table-confirm td {
  padding-left: 10px;
  border-bottom: 1px solid rgba(26, 63, 130, 0.3);
  font-size: 16px;
  padding-bottom: 31px;
}
.form-table-confirm td p {
  font-size: 16px;
}
.form-table-confirm td span {
  color: #404040;
}

.form-table-confirm .textarea-row {
  display: block;
  margin-bottom: 0;
}

.form-table-confirm .textarea-row th {
  padding-bottom: 11px;
}

.form-table-confirm .textarea-row td {
  padding-left: 0;
}

.form-table-confirm .textarea-row th,
.form-table-confirm .textarea-row td {
  border-bottom: none;
}

.form-btnsWrap {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.form-btnsWrap .form-btnWrap--previous .form-btn {
  color: #A8A8A8;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #A8A8A8;
  background: #ffffff;
}

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

.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: #1A3F82;
  color: #ffffff;
}
.form-thanks__content {
  text-align: center;
}
.form-thanks__content .form-thanks__txt {
  color: #1A3F82;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.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;
}

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

.recaptcha-txt a {
  color: #000;
  font-size: 11px;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

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

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

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

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

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

.openBtn.active span:nth-of-type(2) {
  transform: rotate(30deg);
  bottom: 4px;
  /*真ん中の線は透過*/
}

.header-gtranslate_wrapper {
  cursor: pointer;
  width: 3.3564814815vw;
  height: 1.6203703704vw;
  position: relative;
  z-index: 10;
}
.header-gtranslate_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0.1736111111vw 1.5625vw 0.1736111111vw 0.8680555556vw;
  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.7523148148vw;
  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.2893518519vw;
  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.2314814815vw;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
}

.glink {
  display: none;
  font-size: 0.6944444444vw;
  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: 9.2592592593vw;
  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: 10px;
  margin-top: 100px;
  text-align: center;
  color: #1A3F82;
  width: 100%;
  height: 53px;
  line-height: normal;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  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: #1A3F82;
  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 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  border: 1px solid #1A3F82;
  width: 51px;
  font-weight: 700;
  border-radius: 15px;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .page {
  transition: all 0.4s;
}
.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .current {
  background-color: #1A3F82;
  border-radius: 15px;
  color: #ffffff;
}

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

.c-scrollOuter {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.3148148148vw;
  overflow: hidden;
}
.c-scrollWrap {
  position: absolute;
  bottom: 0;
  left: 1.3888888889vw;
  color: #000;
  animation: fadeIn 1.5s ease-in-out 0.5s forwards;
  opacity: 0;
}

.c-scroll {
  height: 4.0509259259vw;
  width: 1px;
  display: block;
}

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

.c-scroll::after {
  background-color: #000;
  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: "Hind", sans-serif;
  position: absolute;
  right: 50%;
  transform: translateX(54%);
  top: -4.9189814815vw;
  font-size: 0.6944444444vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
}

.anniversary-scrollWrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  color: #ffffff;
  animation: fadeIn 1.5s ease-in-out 2.2s forwards;
  opacity: 0;
}

.anniversary-scroll {
  height: 3.4722222222vw;
  width: 1px;
  display: block;
}
.anniversary-scroll::before, .anniversary-scroll::after {
  position: absolute;
  display: block;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
  background-color: currentColor;
}

.anniversary-scroll::before {
  width: 100%;
  height: 100%;
}

.anniversary-scroll::after {
  width: 0.3472222222vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  animation: circleDown 1.7s ease-out 0s infinite normal none;
}
@keyframes circleDown {
  0% {
    top: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.anniversary-scroll__txt {
  font-family: "Hind", sans-serif;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -2.3148148148vw;
  font-size: 0.8101851852vw;
  letter-spacing: 0.1rem;
  font-weight: 300;
}
.swiper-buttonWrap {
  display: flex;
  gap: 10px;
}
.swiper-buttonWrap--bg {
  gap: 18px;
}

.swiper-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  bottom: 0;
  cursor: pointer;
}

.swiper-button::before {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  content: "";
}

.swiper-button span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 56px;
  height: 56px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.1s;
}
.top-cases__swiper .swiper-button--prev {
  right: 110px;
}

.top-cases__swiper .swiper-button--prev::before {
  right: 56%;
  border-right: solid 14px #ffffff;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
}
.top-cases__swiper .swiper-button--next {
  right: 30px;
}

.top-cases__swiper .swiper-button--next::before {
  right: 46%;
  border-left: solid 14px #ffffff;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
}
.swiper-pagination {
  position: relative !important;
  top: auto !important;
  bottom: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  top: auto !important;
  bottom: 0;
}

.swiper-button--bicolor.swiper-button--prev {
  left: -70px;
}
.swiper-button--bicolor.swiper-button--next {
  right: -70px;
}
.swiper-button--bicolor.swiper-button--next span {
  border: solid 1px #000;
  background-color: #000;
}

.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;
}

.swiper-button--catalog {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.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%;
}
.swiper-pagination--catalog .swiper-pagination-progressbar,
.swiper-pagination--catalog .swiper-pagination-progressbar-fill {
  background: #ffffff !important;
  height: 5px !important;
}

.top-heading__txt {
  padding-bottom: 30px;
}

.top-heading2 {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 35px;
}
.two-heading1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.two-heading1--ja,
.top-heading2--ja {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #1A3F82;
}
.two-heading1--en,
.top-heading2--en {
  font-size: 76px;
  font-weight: 700;
  font-family: "Hind", sans-serif;
  color: #1A3F82;
  line-height: 1;
  text-transform: uppercase;
}
.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: #1A3F82;
  font-size: 2.7777777778vw;
  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: "Hind", sans-serif;
  font-weight: 700;
  font-size: 6.8287037037vw;
  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: "Hind", 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: #1A3F82;
}

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

.c-heading2--sm {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  color: #000;
}
.c-heading-deco {
  color: #1A3F82;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 13px;
  line-height: normal;
}
.c-heading-deco::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #1A3F82;
  content: "";
}

.c-heading4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 38px;
  color: #1A3F82;
  background-color: #E8E8E8;
  padding-left: 21px;
  position: relative;
  line-height: 1.7;
}
.c-heading--wh {
  color: #ffffff;
}

.c-header__ttl {
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  font-size: 3.0092592593vw;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.8518518519vw;
  display: block;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.u-mt32 {
  margin-top: 32px;
}
.u-mb8 {
  margin-bottom: 8px;
}

.u-mb16 {
  margin-bottom: 16px;
}
.u-mb24 {
  margin-bottom: 24px;
}
.u-mb32 {
  margin-bottom: 32px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb48 {
  margin-bottom: 48px;
}
.u-mb56 {
  margin-bottom: 56px;
}
.u-mb64 {
  margin-bottom: 64px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mb320 {
  margin-bottom: 320px;
}
.company-info__heading {
  padding-bottom: 58px;
}
.company-info__heading--title {
  color: #1A3F82;
  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: 10px;
}

.products-link__item-imgWrap img {
  border-radius: 10px;
  transition: transform 0.6s ease;
}
.company-info__title {
  margin-top: 15px;
  font-size: 1.8518518519vw;
  padding-left: 5px;
  color: #1A3F82;
  font-weight: 700;
}
.top-product__deco {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 32px;
  background-color: #1A3F82;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-inline: 32px;
}
.company-profile .l-wrap {
  width: calc(100% - 428px);
}
.company-profile .company-profile__main {
  display: flex;
  justify-content: flex-end;
  margin-right: calc(50% - 50vw);
  gap: 44px;
}
.company-profile__tableWrap {
  flex: 1 0 50%;
}
.company-profile__table {
  width: 100%;
  border-collapse: collapse;
}

.company-profile__table th,
.company-profile__table td {
  padding: 24px 18px;
}
.company-profile__table th {
  min-width: 154px;
  color: #1A3F82;
  border-bottom: 2px solid #1A3F82;
  font-size: 1.0416666667vw;
  font-weight: 400;
}
.company-profile__table td {
  border-bottom: 2px solid rgba(26, 63, 130, 0.3);
  font-size: 14px;
}
.company-profile__table tr:first-child th,
.company-profile__table tr:first-child td {
  padding-top: 0;
}
.company-profile__table .executives .person {
  display: flex;
  gap: 33px;
  margin: 0;
  align-items: baseline;
}
.company-profile__table .executives .person__role {
  white-space: nowrap;
  flex: 0 0 42.4%;
  min-width: 230px;
}

.company-profile__table .executives .person__name {
  white-space: nowrap;
}
.company-profile__table .executives .person__note {
  display: block;
  grid-column: 2/3;
  font-size: 0.9em;
  color: #555;
  margin-left: 0.5em;
}

.company-profile__table .executives .person__date {
  text-align: right;
  margin-top: 1em;
  font-size: 0.9em;
  color: #666;
}

.company-profile__imgWrap {
  flex: 0 1 41%;
  max-width: 700px;
}
.company-greeting__heading--inner {
  padding-bottom: 26px;
}
.company-greeting__heading--title {
  color: #1A3F82;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 28px;
}
.company-greeting__heading--txt {
  font-size: 18px;
  line-height: 1.89;
}
.company-greeting__heading--txt:not(:last-child) {
  margin-bottom: 45px;
}
.company-greeting__heading--author {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 21px;
}

.company-greeting__heading--author-txt {
  font-weight: 700;
  line-height: 1.8;
  font-family: "Noto Serif JP";
}

.company-greeting__heading--author-txt:first-of-type {
  text-align: right;
  font-size: 12px;
}

.company-greeting__heading--author-txt:last-of-type {
  font-size: 34px;
}
.company-history__content {
  border-left: 2px solid #1A3F82;
}

.company-history__item {
  display: flex;
  position: relative;
}

.company-history__item:not(:last-of-type) {
  margin-bottom: 46px;
}
.company-history__imgWrap {
  flex: 0 1 275px;
  min-height: 181px;
  padding-right: 30px;
}
.company-history__imgInner {
  border-radius: 10px;
  border: solid 1px #1A3F82;
  aspect-ratio: 275/181;
  background-color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
}
.company-history__imgInner img {
  -o-object-fit: cover;
     object-fit: cover;
}

.company-history__txtWrap {
  position: relative;
  padding-left: 59px;
  flex: 1;
}

.company-history__txtWrap--last::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 100%;
  width: 2px;
  height: 45%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4"><path d="M0,2 Q2,0 4,2" stroke="%231A3F82" fill="transparent" stroke-width="2"/></svg>') repeat-y;
}
.company-history__inner {
  display: flex;
  align-items: center;
  gap: 36px;
}
.company-history__item .flex-start {
  align-items: flex-start;
}

.company-history__yearWrap {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  line-height: normal;
  white-space: nowrap;
}

.company-history__yearWrap::before, .company-history__yearWrap::after {
  position: absolute;
  top: 50%;
  content: "";
  background-color: #1A3F82;
}

.company-history__yearWrap::before {
  left: -59px;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.company-history__yearWrap::after {
  height: 1px;
  width: 39px;
  left: -52px;
  z-index: -1;
}
.company-history__yearWrap--bigdecoration::before {
  content: "";
  position: absolute;
  left: -59px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 3px solid #1A3F82;
}
.company-history__yearWrap--bigdecoration .inner-circle {
  position: absolute;
  left: -59px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1A3F82;
}
.company-history__year {
  color: #1A3F82;
  font-size: 24px;
  font-weight: 600;
}
.company-history__year--s {
  color: #1A3F82;
  font-size: 16px;
  font-weight: 600;
}
.company-history__txt {
  font-weight: 500;
  position: relative;
  padding-left: 13px;
}

.company-history__txt:not(:last-of-type) {
  margin-bottom: 12px;
}

.company-history__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #1A3F82;
  content: "";
}
.company-history__txt--bl {
  background-color: #1A3F82;
  color: #ffffff;
  padding: 2px 13px;
}

.company-history__logoWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 8px;
}

.company-history__logoWrap .company-history__logo img {
  max-width: 80%;
}
.company-philosophy-page {
  padding-bottom: 0 !important;
}

.company-philosophy {
  padding-bottom: 171px;
}
.company-philosophy-page__title {
  color: #1A3F82;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 27px;
}
.company-philosophy__heading--listItem p {
  color: #1A3F82;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(transparent 55%, rgba(26, 63, 130, 0.1098039216) 15%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}
.company-philosophy__heading--listItem:not(:last-of-type) {
  margin-bottom: 31px;
}
.company-action-policyction .company-philosophy-page__title,
.company-action-policyction__content--inner {
  width: calc(100% - 200px);
  max-width: 1300px;
  margin: 0 auto;
}
.company-action-policyction__content {
  background-color: rgba(26, 63, 130, 0.1098039216);
  padding-block: 100px;
}
.company-action-policyction__content--list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 100px;
  justify-content: center;
}
.company-action-policyction__content--listItem {
  width: calc((100% - 66px) / 4);
  background-color: #ffffff;
  padding-inline: 12px;
  padding-block: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 77/57;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.company-action-policyction__content--listItem ul {
  width: 100%;
  margin-top: 32px;
}
.company-action-policyction__content--listItem ul li {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 500;
}
.company-action-policyction__content--listItem p {
  position: absolute;
  top: -56px;
  left: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  line-height: 1;
  width: 100%;
}
p .company-action-policyction__listItem--number {
  color: rgba(26, 63, 130, 0.3);
  font-family: "Noto Serif JP";
  font-size: 5.5555555556vw;
  font-weight: 700;
  letter-spacing: -0.04em;
}
p .company-action-policyction__listItem--text {
  color: #1A3F82;
  font-family: "Noto Serif JP";
  font-size: 1.6203703704vw;
  font-weight: 700;
  margin-top: 17px;
}
.company-access__inner:not(:last-of-type) {
  padding-bottom: 120px;
}
.company-access__title {
  margin-bottom: 40px;
}
.company-access__2col__content {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 78px 48px;
}
.company-access__2col__item {
  max-width: 514px;
}
.company-access__2col__imgWrap {
  border-radius: 9px;
  margin-bottom: 20px;
  overflow: hidden;
}
.company-access__2col__imgWrap img {
  aspect-ratio: 257/191;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.company-access__2col__ttl {
  color: #1A3F82;
  font-size: 24px;
  font-weight: 700;
}
.company-access__2col__addressWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 2px solid #1A3F82;
  padding-bottom: 20px;
}
.company-access__2col__address {
  margin-top: 10px;
  font-size: 16px;
}
.company-access__2col__map {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 152px;
  font-size: 12px;
  border-radius: 15px;
  font-weight: 700;
  color: #1A3F82;
  padding-block: 6px;
  position: relative;
  border: solid 1px #1A3F82;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.company-access__2col__map::before, .company-access__2col__map::after {
  position: absolute;
  top: 8px;
  right: 25px;
  content: "";
  width: 11.25px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
.company-access__2col__map::before {
  background-image: url(../imgs/common/blank-map-bl.svg);
  opacity: 1;
}

.company-access__2col__map::after {
  background-image: url(../imgs/common/blank-map-wh.svg);
  opacity: 0;
}
.downloadList-headingWrap .c-heading-deco {
  max-width: 1100px;
  margin-inline: auto;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.downloadList-content {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: clamp(2.5rem, 0.917rem + 3.781vw, 5rem);
}

.downloadList-content:not(:last-child) {
  margin-bottom: 60px;
}
.downloadList-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-inline: 21px;
}
.downloadList-imgWrap {
  border: solid 1px #e3e3e3;
}

.downloadList-imgWrap img {
  width: 100%;
  aspect-ratio: 53/75;
  -o-object-fit: cover;
     object-fit: cover;
}

.downloadList-btnWrap {
  text-align: center;
}

.downloadList-btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 16px 14px 42px;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  min-width: 265px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #1A3F82;
  border: solid 1px #1A3F82;
  text-align: center;
}
.downloadList-btn input {
  display: none;
}

.downloadList-btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  content: "";
  background: url(../imgs/common/download-btn.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
}
.downloadList-btn:has(input:checked) {
  background-color: #1A3F82;
  color: #ffffff;
}

.downloadList-btn:has(input:checked)::after {
  width: 20px;
  height: 20px;
  background: url(../imgs/common/download-btn-check01.svg) no-repeat center/contain;
}
.catalog-list__ttl {
  font-size: 16px;
  margin-block: 32px 20px;
  padding-left: 5px;
  font-weight: 700 !important;
}

.catalog-list__ttl::before {
  display: none;
}
/* カタログタブ---------------------------- */
.tab-content--catalog .downloadList-btn:has(input:checked)::after {
  margin-top: -1px;
  margin-left: -0.7px;
}
/* 承認図タブ---------------------------- */
.tab-content--cad .downloadList-btn {
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  position: relative;
  display: flex;
  min-width: auto;
  transition: all 0.3s ease-in-out;
  border: none;
  text-align: left;
  gap: 8px;
  padding-left: 42px;
  font-size: 16px;
}
.tab-content--cad .downloadList-btn input {
  display: none;
}

.tab-content--cad .downloadList-btn {
  /* ← アイコンの入れ物を固定サイズにしてズレ防止 */
}

.tab-content--cad .downloadList-btn::after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../imgs/common/download-btn.svg) no-repeat center/contain;
}
.tab-content--cad .downloadList-btn {
  /* チェック時 */
}

.tab-content--cad .downloadList-btn:has(input:checked) {
  background-color: transparent;
  color: #1A3F82;
}

.tab-content--cad .downloadList-btn:has(input:checked)::after {
  background: url(../imgs/common/download-btn-check02.svg) no-repeat center 0%/80%;
  background-color: #1A3F82;
  border-radius: 5px;
}
.tab-content--cad .downloadList-btnWrap {
  text-align: center;
}

.tab-content--cad .c-heading-deco {
  margin-bottom: 13px;
}

.tab-content--cad .c-heading-deco:not(:first-child) {
  margin-top: 60px;
}
.catalog-archive__Wrap {
  display: flex;
  justify-content: center;
  -moz-column-gap: 151px;
       column-gap: 151px;
}
.catalog-archive__singlePressWrap--title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 13px;
}

.download-form {
  flex: 0 0 52.5%;
}

.download-form form {
  display: flex;
  justify-content: flex-end;
  gap: 80px;
}
.download-form .form-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 40px;
  position: relative;
  margin-bottom: 20px;
}
.download-form .form-checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.download-form .checkbox-content {
  display: none;
  visibility: hidden;
  text-align: center;
  width: calc((100% - 40px) / 2);
}
.download-form .checkbox-content img {
  margin-bottom: 12px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.download-form .checkbox-content input {
  display: none;
}

.download-form .checkbox-content p {
  font-weight: 700;
}
.download-form .checkbox-content.active {
  display: block;
  visibility: visible;
}

.download-form .checkbox-content:has(input:checked) {
  display: block;
  visibility: visible;
}

.download-form .download-form__txtWrap {
  flex: 0 1 50%;
}
.download-thanks__txt {
  text-align: center;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 80px;
}

.download-thanks__itemWrap {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.download-thanks__downloadBtn {
  position: relative;
  padding-right: 32px;
  background-color: #1A3F82;
  color: #ffffff;
  padding: 12px 0;
  width: 100%;
  padding-right: 40px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin-bottom: 16px;
}

.download-thanks__downloadBtn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  content: "";
  background: url(../imgs/common/reset-icon_gy.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
}

.download-thanks__downloadCheck {
  display: none;
}

.download-thanks__item {
  display: none;
  visibility: hidden;
}

.download-thanks__item:has(input:checked) {
  display: flex;
  visibility: visible;
}

.downloadList-content--thanks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 4.6296296296vw 2.3148148148vw;
}
.form-thanks__content {
  margin-bottom: 40px;
}

.form-thanks__content p:nth-of-type(1) {
  margin-bottom: 10px;
}

.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:not(:last-child) {
  margin-bottom: 29px;
}

.news-item .news-link {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.news-item .news-link:hover {
  color: #19489f;
}

.news-item .news-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 196px;
  background: #1A3F82;
  z-index: 1;
}
.news-item .news-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #EEEEEE;
}

.news-itemInner {
  flex: 0 0 196px;
  width: 100%;
  text-align: center;
  position: relative;
}
.news-date {
  color: #1A3F82;
  font-size: 18px;
  text-transform: uppercase;
  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-ttl {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 20px;
}
.news-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 91px;
  margin-left: 32px;
  padding: 6px 3px;
  border: 1px solid #1A3F82;
  border-radius: 10px;
  color: #1A3F82;
  font-size: 12px;
  font-weight: 400;
}
.news-item .sp-m-only {
  display: none;
}
.news-single .news-tag {
  margin-left: 0;
  line-height: 1.4;
}

.news-single__top {
  padding-bottom: 32px;
  margin-bottom: 64px;
  border-bottom: solid 1px #E8E8E8;
}
.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-top: 60px;
  margin-bottom: 120px;
}
.news-wpContent h1,
.news-wpContent h2,
.news-wpContent h3,
.news-wpContent h4,
.news-wpContent h5,
.news-wpContent h6,
.news-wpContent p,
.news-wpContent ul,
.news-wpContent ol,
.news-wpContent a {
  margin-bottom: 24px;
}
.news-wpContent h1,
.news-wpContent h2 {
  font-weight: 500;
  font-size: 32px;
}
.news-wpContent h3 {
  font-weight: 500;
  font-size: 24px;
}
.news-wpContent h4 {
  font-weight: 500;
  font-size: 18px;
}

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

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

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

.post-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.post-navigation .c-btn--bl .c-link::before {
  background-color: transparent;
}

.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 .prev-post,
.post-navigation .next-post {
  color: #1A3F82;
  border-bottom: 1px solid #1A3F82;
  transition: 0.2s ease;
}

.post-navigation .prev-post:hover,
.post-navigation .next-post:hover {
  opacity: 0.6;
}
.privacy-page__intro {
  margin-bottom: 32px;
}
.privacy-page__table th {
  color: #1A3F82;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #1A3F82;
  min-width: 363px;
  padding-left: 9px;
}
.privacy-page__table td {
  font-weight: 400;
  line-height: 200%;
  border-bottom: 2px solid rgba(26, 63, 130, 0.3);
  padding-left: 32px;
}
.privacy-page__table tr:nth-child(n+2) th,
.privacy-page__table tr:nth-child(n+2) td {
  padding-top: 32px;
  padding-bottom: 32px;
}
.privacy-page__table tr:first-child th,
.privacy-page__table tr:first-child td {
  padding-bottom: 32px;
}
.privacy-page__table tr:last-child th,
.privacy-page__table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.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: #1A3F82;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding-inline: 11px;
  max-height: 75px;
  min-height: 75px;
  margin-bottom: 9px;
  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: #1A3F82;
  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-description {
  min-height: 84px;
  max-height: 84px;
  line-height: 1.55;
}
.products-archive__thumb {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.products-archive__thumb img {
  max-width: 306px;
  aspect-ratio: 51/38;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-single .c-heading4 {
  margin-bottom: 16px;
}
.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: 12px;
}
.products-single-head__btn .products-single-head__btn-link {
  margin-inline: auto;
  display: block;
  max-width: 446px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  background-color: #1A3F82;
  padding-block: 21.5px;
  border-radius: 15px;
  padding-left: 48px;
  outline: 2px solid #ffffff;
  outline-offset: -7px;
  position: relative;
  overflow: hidden;
}
.products-single-head__btn .products-single-head__btn-link span {
  position: absolute;
  top: 63%;
  right: 25px;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 100%;
  max-width: 95px;
  display: block;
  background-color: #1A3F82;
}

.products-single-head__btn .products-single-head__btn-link span:before {
  position: absolute;
  top: 50%;
  right: 47%;
  transform: translate(50%, -50%);
  content: "";
  background: url(../imgs/common/product-single-btn_icon.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
}
.products-single-head__info {
  flex: 0 0 62%;
}

.products-single-head__info-top {
  padding-bottom: 51px;
  border-bottom: 1px solid #1A3F82;
  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: #1A3F82;
  min-width: 147px;
  text-align: center;
  padding: 7px 10px;
  line-height: 1.8;
}
.products-single-head__size-text {
  color: #1A3F82;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.products-single-head__title {
  color: #1A3F82;
  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: #1A3F82;
  font-weight: 700;
  position: relative;
  border-left: 2px solid #1A3F82;
  padding-left: 8px;
  line-height: normal;
  margin-bottom: 10px;
}

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

.products-single-head__detail-tag {
  text-align: center;
  color: #1A3F82;
  font-weight: 400;
  padding: 8px 12px;
  border: 1px solid #1A3F82;
  border-radius: 15px;
  display: inline-block;
  min-width: 131px;
  line-height: normal;
}
.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: #1A3F82;
  font-size: 20px;
  font-weight: 900;
  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: #1A3F82;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  border-left: 2px solid #1A3F82;
  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: #1A3F82;
  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: #1A3F82;
  margin-bottom: 20px;
}

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

.tab-content-accordion li .tab-content-title {
  position: relative;
}

.tab-content-accordion li .tab-content-title::before {
  background-image: none;
  content: "+";
  color: red;
  font-size: 20px;
  background-color: lemonchiffon;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.tab-content-accordion__open > .tab-content-title::before {
  content: none;
}

.tab-content-accordion__open > .tab-content-title::after {
  content: "−";
  color: red;
  font-size: 20px;
  background-color: lemonchiffon;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 1.25;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.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%;
}
/*=========
accordion
=========*/
.accordion_one {
  border-bottom: 2px solid #E8E8E8;
}

.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 22px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #ffffff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #ffffff;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0px 23px 44px;
  box-sizing: border-box;
  background: #ffffff;
}

/*=========
faq
=========*/
.p-faq__headinner {
  display: flex;
  align-items: center;
  gap: 17px;
}
.p-faq__headinner span {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  background-color: #1A3F82;
  border-radius: 100%;
  height: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  line-height: normal;
}
.p-faq__headinner p.p-faq__q-txt {
  color: #1A3F82;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  max-width: 87%;
}
.p-faq__bodyinner {
  display: flex;
  padding-left: 52px;
  gap: 9px;
  position: relative;
}
.p-faq__bodyinner span {
  color: #1A3F82;
  font-family: "DIN 2014";
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.p-faq__bodyinner::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 10px;
  display: block;
  border-left: 2px solid #1A3F82;
  border-bottom: 2px solid #1A3F82;
  width: 29px;
  height: 34px;
  background-color: #ffffff;
  z-index: 1;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}
/*-------products-filter-------*/
.products-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.products-filter button {
  font-size: 13px;
  color: #1A3F82;
  padding: 6px 21px;
  border: 1px solid #1A3F82;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.products-filter button:hover {
  background-color: #1A3F82;
  color: #ffffff;
}

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

.tab-content__cases--cowplatter .c-heading4 {
  margin-bottom: 22px;
}
.quality-page {
  padding-top: 0;
}

.quality-about {
  padding-top: 137px;
  padding-bottom: 115px;
}
.quality-about .l-wrap {
  width: 100%;
  max-width: 100%;
  background-color: #EEEEEE;
}

.quality-about__2col {
  display: flex;
  align-items: center;
  gap: 76px;
  padding-block: 58px;
}
.quality-about__2col__imgWrap {
  max-width: 746px;
  margin-top: -125px;
}
.quality-about__2col__imgWrap img {
  border-radius: 10px;
}

.quality-about__2col__txtWrap {
  flex: 1 0 52%;
}
.quality-about__2col__txtWrap .c-heading-deco {
  margin-bottom: 30px;
}
.quality-about__2col__txtWrap .quality-about__policy__item {
  margin-bottom: 9px;
}
.quality-about__2col__txtWrap .quality-about__policy__txt {
  color: #1A3F82;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: normal;
  display: inline;
  position: relative;
  z-index: 1;
  margin-left: 9px;
  padding-left: 14px;
  background: linear-gradient(transparent 35%, #ffffff 15%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.quality-about__2col__txtWrap .quality-about__policy__num {
  color: #1A3F82;
  font-size: 2.5462962963vw;
  font-weight: 500;
  margin-right: 7px;
}
.quality-guarantee__txtWrap {
  padding-bottom: 63px;
}

.quality-guarantee__title {
  margin-bottom: 50px;
}
.quality-guarantee__firsttxt {
  margin-bottom: 41px;
}
.quality-guarantee__2col {
  display: flex;
  justify-content: center;
  gap: 55px;
}
.quality-guarantee__2col__imgWrap {
  max-width: 617px;
}
.quality-guarantee__2col__txtWrap {
  flex: 0 0 629px;
}
.quality-guarantee__table {
  width: 100%;
  border-collapse: collapse;
}

.quality-guarantee__table th,
.quality-guarantee__table td {
  font-size: 1.0416666667vw;
  font-weight: 400;
  vertical-align: middle;
  padding: 24px 18px;
}
.quality-guarantee__table tr:first-child th,
.quality-guarantee__table tr:first-child td {
  padding-top: 0;
}

.quality-guarantee__table th {
  color: #1A3F82;
  border-bottom: 2px solid #1A3F82;
  width: clamp(7.813rem, -1.763rem + 14.947vw, 12.25rem);
}
.quality-guarantee__table td {
  font-size: 1.0416666667vw;
  border-bottom: 1px solid #EEEEEE;
}
.recruit-page .recruiting-tab__wrap {
  justify-content: flex-start;
}

.recruit-page .recruiting-tab__wrap .tab-content {
  border-top: 2px solid rgba(26, 63, 130, 0.3);
  padding-top: 0;
}

.recruit-page .recruiting-tab__wrap .c-btnWrap {
  text-align: center;
}

.recruit-page .recruiting-tab__wrap .c-link {
  max-width: 470px;
  text-align: center;
  padding: 23px 20px;
}

.recruit-page .recruiting-tab__wrap .c-link p {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
.recruit-page__tableWrap {
  padding-top: 5px;
  padding-bottom: 44px;
}
.recruit-page__table tr {
  padding-block: 30px;
}

.recruit-page__table tr:last-child th,
.recruit-page__table tr:last-child td {
  border-bottom: none;
}
.recruit-page__table th {
  color: #1A3F82;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid #1A3F82;
  min-width: 154px;
  padding-block: 30px;
  padding-left: 9px;
}

.recruit-page__table td {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  border-bottom: 2px solid rgba(26, 63, 130, 0.3);
  padding-block: 33px;
  width: 100%;
}

.recruit-page__table .margin-top-30 {
  margin-top: 30px;
}
.sitemap-navWrap {
  display: flex;
  gap: 9.4328703704vw;
}
.sitemap-list {
  max-width: 323px;
  width: 100%;
}
.sitemap-link {
  display: flex;
  color: #1A3F82;
  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 #1A3F82;
  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;
}

.solution-headerContent {
  padding-bottom: 80px;
  margin-top: 120px;
}
.solution-header {
  display: flex;
  gap: 4.6296296296vw;
  align-items: flex-start;
}
.solution-header__txtWrap {
  flex: 0 1 504px;
}
.solution-heading1Wrap {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.solution-heading1__en,
.solution-heading1__ja {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.solution-heading1__en {
  font-size: 72px;
  transform: translateY(-3px);
}
.solution-heading1__ja {
  font-size: 32px;
}
.solution-header__ttl {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 32px;
}
.solution-header__imgWrap {
  flex: 1;
  border-radius: 6px;
  text-align: center;
  aspect-ratio: 556/558;
  overflow: hidden;
  margin-bottom: 30px;
}
.solution-header__imgWrap img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.solution-newestContent {
  background: #F8F8F8;
  margin-bottom: 360px;
}
.solution-newest__inner:not(:last-child) {
  margin-bottom: 170px;
}
.solution-newest__head {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  gap: 28px;
}
.solution-newest__head-companyWrap {
  display: flex;
  align-items: center;
  gap: 34px;
}
.solution-newest__head-numWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
  border-right: solid 1px #BAD0E3;
}
.solution-newest__head-numTxt {
  font-family: "Hind", sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.solution-newest__head-num {
  font-family: "Hind", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 62px;
  line-height: 1;
}
.solution-newest__head-companyName {
  font-weight: 500;
  font-size: 26px;
  color: #000;
}
.solution-newest__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.3148148148vw;
}
.solution-newest__listLink {
  position: relative;
  border-radius: 6px;
  border: 1px solid #BAC6DE;
  background: #ffffff;
  display: block;
  padding: 48px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.solution-newest__productImg {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  flex-grow: 1;
  width: 100%;
  min-height: 180px;
}

.solution-newest__productImg img {
  transition: all 0.3s;
  transform: scale(1);
  will-change: transform;
}

.solution-newest__productTxt {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.solution-newest__productBtn {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  width: 56px;
  height: 56px;
}
.solution-newest__productBtn span {
  width: 56px;
  height: 56px;
  border: solid 1px #000;
  background-color: #000;
}
.solution-newest__productBtn span::before {
  background: url(../imgs/common/arrow-wh-t.svg) no-repeat center/contain;
}

.solution-use__btn {
  width: 550px;
  max-width: 100%;
  border-radius: 6px;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.solution-use__btn::after, .solution-use__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.solution-use__btn::after {
  background-color: #000;
}

.solution-use__btn::before {
  background-color: #000;
  transition: transform ease 0.4s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  z-index: 5;
}
.solution-use__btn-txt--sm {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  z-index: 10;
}
.solution-use__btn-txt {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  z-index: 10;
}
.solution-access {
  display: flex;
  gap: 6.9444444444vw;
  align-items: flex-start;
}
.solution-access__table {
  flex: 0 1 40%;
  width: 100%;
}
.solution-access__table th,
.solution-access__table td {
  padding-bottom: 16px;
  padding-top: 16px;
}
.solution-access__table th {
  color: #000;
  border-bottom: solid 1px currentColor;
}
.solution-access__table td {
  color: #000;
  border-bottom: solid 1px #D8D8D8;
}

.solution-access__mapWrap {
  flex: 1;
  width: 100%;
}
.solution-access__map {
  height: 0;
  padding-bottom: 74.25%;
  position: relative;
  margin-bottom: 18px;
}

.solution-access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.solution-access__mapBtn {
  background-color: #000;
  color: #000;
  border: solid 2px #000;
  font-weight: 500;
  line-height: 1;
}

.solution-access__mapBtn::before {
  background-color: #ffffff;
}

.solution-access__mapBtn span {
  background-color: #000;
}

.solution-access__mapBtn span::before {
  background: url(../imgs/common/arrow-wh-t.svg) no-repeat center/contain;
}
.solution-serviceContent {
  background-color: #F0F4FD;
  position: relative;
  overflow: hidden;
}

.solution-service__bg {
  position: absolute;
  top: -30%;
  right: 0;
  width: 100vw;
  height: 130%;
  background: url(../imgs/top/business/bg.svg) no-repeat top right;
}

.solution-service__heading2 {
  text-align: center;
  margin-bottom: 72px;
}

.solution-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.3148148148vw;
  z-index: 1;
  position: relative;
}
.solution-service__listLink {
  display: block;
}
.solution-service__imgWrap {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
}
.solution-service__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;
}

.solution-service__txt {
  font-weight: 600;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  color: #000;
  line-height: 1;
}
.solution-service__txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 13px;
  height: 2px;
  background-color: currentColor;
}

.solution-explanation__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.solution-explanation__ttl {
  list-style: disc;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}
.solution-explanation__txt {
  padding-left: 24px;
}
.solution-reballing__stepWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 56px;
}
.solution-reballing__step-content:not(:nth-of-type(3n)) .solution-reballing__step-txtWrap::before {
  position: absolute;
  top: 0;
  right: -28px;
  width: 1px;
  height: 100%;
  background-color: #999;
  content: "";
}
.solution-reballing__step-imgOuter {
  position: relative;
  margin-top: 30px;
}

.solution-reballing__step-numWrap {
  position: absolute;
  top: -30px;
  left: -30px;
  background-color: #000;
  color: #ffffff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solution-reballing__step-en {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
}
.solution-reballing__step-num {
  font-size: 27px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  line-height: normal;
}
.solution-reballing__step-imgWrap {
  aspect-ratio: 330/234;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
}
.solution-reballing__step-imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
}

.solution-reballing__step-txtWrap {
  position: relative;
  min-height: 15.7407407407vw;
}

.solution-reballing__step-ttl {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.solution-subsidy__case-headingWrap {
  margin-bottom: 96px;
}

.solution-subsidy__caseList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.9444444444vw 8.6805555556vw;
}
.solution-subsidy__case-ttlWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  transform: translateX(-32px);
  width: calc(100% + 32px);
}
.solution-subsidy__case-numWrap {
  position: inherit;
}

.solution-subsidy__case-ttl {
  flex: 1;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.solution-subsidy__case-ttl::before {
  position: absolute;
  top: -40px;
  left: -3px;
  content: "ものづくり補助金";
  font-size: 16px;
  border: solid 1px currentColor;
  border-radius: 5px;
  padding: 4px 15px;
}
.solution-subsidy__case-txtItem {
  display: flex;
}

.solution-subsidy__case-txtItem:not(:last-child) {
  margin-bottom: 13px;
}

.solution-subsidy__case-txtItem dt {
  white-space: nowrap;
  font-weight: 600;
  color: #000;
  padding-right: 10px;
}
.solution-cta__2col-telWrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.solution-cta__2col-telTtl {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.4;
}
.solution-cta__2col-telNum {
  color: #000;
  font-weight: 300;
  font-size: 60px;
  font-family: "Hind", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.solution-cta__2col-notice {
  color: #000;
  font-size: 11px;
  font-weight: 300;
}
.strengths-heading__content {
  margin-right: calc(50% - 50vw);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 160px;
  padding-top: 2.3148148148vw;
  padding-bottom: 1.3888888889vw;
  min-height: 380px;
}
.strengths-heading2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.4rem;
  color: #000;
  position: relative;
  z-index: 100;
  line-height: 1;
}
.strengths-heading2.active .strengths-heading2-line::before {
  animation: letter-liner 1.2s ease both;
}

.strengths-heading2.active .strengths-heading2-line span {
  animation: letter-active 1.2s ease both;
}

.strengths-heading2.active .strengths-heading2-line:nth-of-type(1)::before,
.strengths-heading2.active .strengths-heading2-line:nth-of-type(1) span {
  animation-delay: 0.3s;
}

.strengths-heading2.active .strengths-heading2-line:nth-of-type(2)::before,
.strengths-heading2.active .strengths-heading2-line:nth-of-type(2) span {
  animation-delay: 0.6s;
}

.strengths-heading2.active .strengths-heading2-line:nth-of-type(3)::before,
.strengths-heading2.active .strengths-heading2-line:nth-of-type(3) span {
  animation-delay: 0.9s;
}

.strengths-heading2-line {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.strengths-heading2-line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  z-index: 10;
}
.strengths-heading2-line span {
  display: inline-block;
  line-height: 1.6;
  background: linear-gradient(#000 95%, #000 95%);
  padding-bottom: 8px;
  opacity: 0;
}

@keyframes letter-liner {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  51% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes letter-active {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.strengths-heading__img {
  display: flex;
  gap: 40px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.strengths-heading__img img {
  height: 100%;
  width: auto;
}
.strengths-contents__issue-ttl {
  text-align: center;
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin-bottom: 64px;
}
.strengths-contents__issue-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.4722222222vw;
  margin-bottom: 80px;
}
.strengths-contents__issue-item {
  background-color: #000;
  color: #000;
  padding: 56px 40px 40px;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
.strengths-contents__issue-numWrap {
  position: absolute;
  top: 32px;
  left: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.strengths-contents__issue-num-top {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  line-height: normal;
}
.strengths-contents__issue-num {
  font-family: "Hind", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}
.strengths-contents__issue-imgWrap {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strengths-contents__issue-txt {
  font-size: 20px;
  font-weight: 600;
}
.strengths-contents__issue-arrowWrap {
  text-align: center;
  margin-bottom: 40px;
}
.strengths-contents__issue-bottomWrap {
  max-width: 1090px;
  margin: auto;
  padding: 56px 64px;
  position: relative;
}

.strengths-contents__issue-bottomWrap::before, .strengths-contents__issue-bottomWrap::after {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 11px;
  border: solid 1px #000;
}

.strengths-contents__issue-bottomWrap::before {
  left: 0;
  border-right: none;
}

.strengths-contents__issue-bottomWrap::after {
  right: 0;
  border-left: none;
}
.strengths-contents__issue-heading3 {
  text-align: center;
}
.strengths-contents__issue-bottomTxt {
  text-align: center;
}
.strengths-reason {
  background: url(../imgs/strengths/reason-bg@2x.png) no-repeat center/cover;
  overflow: hidden;
}

.strengths-reason__topContent {
  color: #ffffff;
}

.strengths-reason__list {
  position: relative;
}

.strengths-reason__item--bgWrap {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}
.strengths-reason__item--bg {
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #000;
  filter: blur(92px);
  width: 50%;
  height: 36%;
  z-index: 0;
}

.strengths-reason__item--bg:nth-child(1) {
  top: 0;
}

.strengths-reason__item--bg:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.strengths-reason__item--bg:nth-child(3) {
  bottom: 0;
}

.strengths-reason__item--bg:nth-child(odd) {
  left: initial;
  right: 0;
}

.strengths-reason__item {
  display: flex;
  gap: 32px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.strengths-reason__item:not(:last-child) {
  margin-bottom: 80px;
}

.strengths-reason__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.strengths-reason__item-txtWrap {
  flex: 0 1 52%;
  padding: 60px;
}
.strengths-reason__heading3 {
  font-size: 38px;
}

.strengths-reason__item-imgWrap {
  flex: 1;
  overflow: hidden;
}
.strengths-reason__item-imgWrap img {
  min-width: 101%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.strengths-heading__enWrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.strengths-heading__en {
  flex: 0 1 1;
  font-size: 14px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #1A3F82;
}
.strengths-heading__en-line {
  position: relative;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #1A3F82;
  width: 100%;
  height: 1px;
  flex: 1;
}

.strengths-flow__topContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 160px;
}
.strengths-flow__topContent-txt {
  flex: 1;
  color: #000;
}

.strengths-flow__heading3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  color: #000;
}
.strengths-flow__chartContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.4722222222vw 17.3611111111vw;
  align-items: flex-start;
  position: relative;
}
.strengths-flow__chartContent::before {
  position: absolute;
  content: "";
  top: 0.5787037037vw;
  right: 50%;
  transform: translateX(50%);
  background: url(../imgs/strengths/chart-arrow.svg) no-repeat top center/100%;
  width: 18.2291666667vw;
  height: 100%;
  z-index: 20;
}
.strengths-flow__chartItem {
  background: #F2EFE4;
  padding: 1.7361111111vw;
  position: relative;
}

.strengths-flow__chartItem:nth-of-type(1), .strengths-flow__chartItem:nth-of-type(2) {
  background: #EBF0F2;
}
.strengths-flow__chartItem:nth-of-type(even) {
  transform: translateY(9.2592592593vw);
}
.strengths-flow__chart-head {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
  border-bottom: solid 1px #B2C9D2;
  padding-bottom: 0.9259259259vw;
  margin-bottom: 0.9259259259vw;
}
.strengths-flow__chart-num {
  display: inline-block;
  background-color: #000;
  color: #ffffff;
  padding: 0.6944444444vw;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 1.1574074074vw;
  font-weight: 700;
  font-family: "Hind", sans-serif;
  line-height: 1;
  width: 4.6296296296vw;
}
.strengths-flow__chart-num--en {
  font-size: 0.6944444444vw;
  margin-bottom: 4px;
}
.strengths-flow__chart-heading4 {
  font-size: 1.2731481481vw;
  font-weight: 700;
  color: #000;
}
.strengths-flow__chart-tagWrap {
  display: flex;
  gap: 0.462962963vw;
  margin-bottom: 1.7361111111vw;
}
.strengths-flow__chart-tag {
  font-size: 0.8101851852vw;
  font-weight: 700;
  color: #000;
  border-radius: 2px;
  background: #CCD7DB;
  padding: 0.462962963vw 0.5787037037vw;
  line-height: 1;
}
.strengths-flow__chart-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.462962963vw 1.7361111111vw;
}
.strengths-flow__chart-listItem {
  font-size: 0.8101851852vw;
  font-weight: 700;
  color: #000;
  padding-left: 0.462962963vw;
  position: relative;
}
.strengths-flow__chart-listItem::before {
  position: absolute;
  content: "";
  top: 0.2314814815vw;
  left: 0;
  width: 0.1157407407vw;
  height: 0.6944444444vw;
  background: #71C1DD;
}
.strengths-flow__chart-txt {
  display: none;
}
.recruiting-tab__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.recruiting-tab__wrap .tab-label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1A3F82;
  background: #ffffff;
  border: solid 1px #1A3F82;
  padding: 40px 20px;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  order: -1;
  width: calc(25% - 5.3px);
  line-height: 1;
  border-radius: 15px 15px 0 0;
}
.recruiting-tab__wrap .tab-content {
  width: 100%;
  display: none;
  padding-top: 32px;
  z-index: 10;
  background: #ffffff;
  border-top: solid 2px #1A3F82;
}

.recruiting-tab__wrap .tab-content p {
  font-weight: 500;
}

.recruiting-tab__wrap .tab-content-Wrap:not(:last-child) {
  margin-bottom: 64px;
}
.recruiting-tab__wrap .tab-content-Wrap__performance:not(:last-child) {
  margin-bottom: 64px;
}
.recruiting-tab__wrap {
  /* アクティブなタブ */
}

.recruiting-tab__wrap .tab-switch:checked + .tab-label {
  font-weight: 100;
  background: #1A3F82;
  color: #ffffff;
  z-index: 20;
  padding: 34px;
  position: relative;
  border-radius: 15px 15px 0 0;
  font-weight: 500;
  font-size: 32px;
}
.recruiting-tab__wrap .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.recruiting-tab__wrap {
  /* ラジオボタン非表示 */
}

.recruiting-tab__wrap .tab-switch {
  display: none;
}

.tab-content-Wrap__bottomTxt {
  margin-bottom: 20px;
}

.recruit-page .recruiting-tab__wrap .tab-label {
  color: rgba(26, 63, 130, 0.3);
  border: none;
  padding: 22px;
  font-size: 24px;
  font-weight: 500;
  order: -1;
  letter-spacing: 0.4em;
  max-width: 250px;
  width: 100%;
}

.recruit-page .recruiting-tab__wrap .tab-switch:checked + .tab-label {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.4em;
  background: #ffffff;
  color: #1A3F82;
  padding: 0;
  border: none;
  padding: 22px;
  border-bottom: 4px solid #1A3F82;
}

.recruit-page .recruiting-tab__wrap .tab-label--first {
  display: block;
  margin-left: 73px;
}
.catalog-page .recruiting-tab__wrap {
  -moz-column-gap: 85px;
       column-gap: 85px;
}
.catalog-page .recruiting-tab__wrap .tab-label {
  color: rgba(26, 63, 130, 0.3);
  border: none;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  order: -1;
  letter-spacing: 0.2em;
  max-width: 486px;
  width: 100%;
}
.catalog-page .recruiting-tab__wrap .tab-switch:checked + .tab-label {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  background: #ffffff;
  color: #1A3F82;
  padding: 0;
  border: none;
  padding: 22px;
  border-bottom: 4px solid #1A3F82;
}
.top-mv {
  min-height: 705px;
  position: relative;
}
.fv-title {
  position: absolute;
  top: 50%;
  left: 22%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 30;
  font-size: 3.0092592593vw;
  color: #ffffff;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.mainvisual-overlay {
  position: absolute;
  z-index: 20;
  width: 100%;
  min-height: 620px;
  left: 0;
  right: 0;
  top: 86px;
  background: url(../imgs/top/bg-main.jpg) center center no-repeat;
  box-sizing: border-box;
  margin: 0 auto;
}
.top-ttl__en {
  font-size: 2.3148148148vw;
  color: #77AEF1;
  font-family: "Hind", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 3.7037037037vw;
}
.top-mv__txt {
  font-size: 1.0416666667vw;
  letter-spacing: 0.2em;
  margin-bottom: 3.7037037037vw;
}
.top-mv__newsWrap {
  background-color: #000;
  padding: 0 1.1574074074vw 1.3888888889vw;
  position: relative;
  width: 26.0416666667vw;
  border-radius: 6px;
}
.top-mv__newsWrap--sp {
  display: none;
}
.top-mv__news-mark {
  position: absolute;
  top: 8px;
  right: 20px;
  color: #000;
  font-size: 0.6944444444vw;
  padding-right: 1.6203703704vw;
}
.top-mv__news-mark span {
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  width: 1.2152777778vw;
  height: 1.2152777778vw;
  border: solid 1px #000;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.1s;
}
.top-mv__news-mark span::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  content: "";
  background: url(../imgs/common/arrow-bl-t-02.svg) no-repeat center/contain;
  width: 48%;
  height: 48%;
}
.top-mv__news-ttl {
  color: #000;
  font-size: 0.9837962963vw;
  font-family: "Hind", sans-serif;
  border-top: solid 3px #0EACF0;
  display: inline-block;
  padding-top: 0.2314814815vw;
  letter-spacing: 0.2em;
}
.top-mv__news-content {
  display: flex;
  gap: 1.1574074074vw;
  margin-top: 0.5787037037vw;
  transition: all 0.3s;
  overflow: hidden;
}
.top-mv__news-date {
  font-family: "Hind", sans-serif;
  color: #000;
  font-size: 0.7523148148vw;
}
.top-mv__news-contentTtl {
  font-size: 0.7523148148vw;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mv-products-link {
  padding-block: 23px;
  position: relative;
  display: block;
  background-color: #1A3F82;
}

.mv-products-link__list {
  display: flex;
  gap: 23px;
}
.mv-products-link__item {
  width: calc((100% - 69px) / 4);
  box-sizing: border-box;
}
.mv-products-link__item a {
  position: relative;
  display: block;
}

.mv-products-link__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #6E6E6E;
  mix-blend-mode: multiply;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  opacity: 0.6;
}
.mv-products-link__item-ttl {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 1.2731481481vw;
  z-index: 2;
  text-align: center;
  line-height: 1.5;
  letter-spacing: normal;
  white-space: normal;
  writing-mode: horizontal-tb;
  will-change: transform;
  transition: text-shadow 0.3s ease-in-out;
}
.mv-products-link__item-imgWrap {
  position: relative;
}

.mv-products-link__item-imgWrap img {
  border-radius: 14px;
}

.top-product {
  background-color: #D4E3F8;
}

.top-products__title {
  min-height: 110px;
  display: flex;
  align-items: center;
}
.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: #1A3F82;
  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: 10px;
}
.top-sector__thumb img {
  border-radius: 10px;
  transition: transform 0.6s ease;
}

.top-cases {
  background-color: #1A3F82;
  padding-bottom: 160px;
}

.top-cases .l-wrap {
  display: flex;
  gap: 90px;
  margin: 0;
  margin-left: auto;
  max-width: 1600px;
}
.top-cases__heading {
  flex: 0 0 33%;
}

.top-cases__heading .top-heading2 .top-heading2--en,
.top-cases__heading .top-heading2 .top-heading2--ja,
.top-cases__heading .top-heading2 .top-heading__txt {
  color: #ffffff;
}

.top-cases__heading .top-heading__txt {
  color: #ffffff;
}

.top-titleWrap .top-heading__txt {
  color: #ffffff;
}

.top-cases__title {
  margin-block: 25px 13px;
  font-size: 18px;
  font-weight: 600;
}

.top-cases__title,
.top-cases__txt {
  color: #ffffff;
}

.top-cases__swiper {
  overflow: visible;
}

.top-cases__swiper {
  padding-bottom: 85px !important;
}
.top-cases__swiper .swiper-wrapper {
  padding-right: 60px;
  /* 右に余白を空ける */
}

.top-cases__imgWrap {
  overflow: hidden;
  border-radius: 14px;
}

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

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

.top-card .top-heading2--en {
  color: #ffffff;
}

.top-card .top-heading2--ja {
  font-size: 21px;
  color: #ffffff;
  padding-left: 0;
}

.top-card .top-heading2 {
  margin-bottom: 20px;
  gap: 6px;
  align-items: flex-start;
}
.top-card .top-heading__txt {
  padding-bottom: 0;
  max-width: 63.5%;
}
.top-card__content {
  display: flex;
  gap: 22px;
  padding-bottom: 18px;
  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: 10px;
  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: 10px;
  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: 10px;
  position: relative;
  z-index: 0;
  background-color: #1A3F82;
}
.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;
}

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

.top-card__item2imgWrap img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -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;
}
.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 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: currentColor;
  width: 6px;
  height: 1px;
  content: "";
}

.top-card__item2--links a::before {
  transform: rotate(35deg);
  transform-origin: 100% 50%;
}

.top-card__item2--links a::after {
  transform: rotate(-35deg);
  transform-origin: 100% 50%;
}
.top-card__item2btn--tab {
  display: none;
}
.top-card__item2btn--sp {
  display: none;
}
.top-company {
  background-color: #000;
  border-radius: 0 0 80px 0;
}
.top-company__content {
  display: flex;
}
.top-company__imgWrap {
  flex: 0 1 740px;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 813/600;
  transform: translate(-106px, -96px);
}
.top-company__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;
}

.top-company__txtWrap {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.top-company__linkWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.top-news__content {
  display: flex;
  gap: 73px;
}
.top-news__txtWrap {
  flex: 0 1 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-news__list {
  flex: 1;
}
.top-news__item {
  padding-bottom: 30px;
  position: relative;
}

.top-news__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.top-news__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #EEEEEE;
}
.top-news__itemInner {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.top-news__date {
  color: #1A3F82;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
}

.top-news__ttl {
  flex: 1;
  letter-spacing: normal;
}

.top-news__wrap {
  display: flex;
  gap: 80px;
}
.top-news__btnWrap {
  margin-left: 2.3148148148vw;
}
.top-recruit {
  padding-top: 94px;
  padding-bottom: 89px;
  position: relative;
  z-index: 0;
  background: url(../imgs/top/top-recruit@2x.jpg) no-repeat center center/cover;
}
.top-recruit .top-heading2 {
  margin-bottom: 0;
}

.top-recruit .top-titleWrap {
  max-width: 446px;
}

.top-recruit .top-heading__txt {
  color: #1A3F82;
  padding-bottom: 0;
}

.top-recruit__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-top-btnWrap {
  width: 100%;
  max-width: 262px;
  border-radius: 15px;
}
@media screen and (min-width: 1920px) {
  /* pc最大 横の画面幅-1920px以上 */
  .l-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .header-outer {
    height: 6.1921296296vw;
    min-height: auto;
  }
  .header-logo__link--main img {
    max-width: 400px;
    width: 100%;
  }
  .header-link--top {
    font-size: 0.6944444444vw;
  }
  .header-btn {
    font-size: 18px;
    width: 7.5231481481vw;
    min-width: 210px;
    height: 2.0833333333vw;
    min-height: 50px;
  }
  .header-link {
    font-size: 18px;
  }
  .hamburger {
    top: 28px;
  }
  .top-mv__product-txt {
    font-size: 14px;
  }
  .form-tel .tel-cta__2col-telNum {
    font-size: 32px;
  }
  .anniversary-scroll {
    height: 68px;
  }
  .anniversary-scroll::after {
    width: 7px;
  }
  .anniversary-scroll__txt {
    font-size: 16px;
    top: -50px;
  }
  .company-profile .company-profile__main {
    gap: 80px;
  }
  .company-profile__imgWrap {
    max-width: 100%;
  }
  p .company-action-policyction__listItem--number {
    font-size: 96px;
  }
  p .company-action-policyction__listItem--text {
    font-size: 28px;
  }
  .solution-subsidy__caseList {
    gap: 120px 150px;
  }
  .strengths-heading__content {
    margin-right: inherit;
    min-height: auto;
  }
  .top-mv {
    padding-left: 180px;
    padding-right: 180px;
  }
  .fv-title {
    font-size: 58px;
    top: 50%;
  }
  .mainvisual-overlay {
    background-size: cover;
  }
  .top-ttl__en {
    font-size: 2.0833333333vw;
  }
  .top-mv__txt {
    font-size: 0.8101851852vw;
  }
  .mv-products-link__item-ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  /* pc最大 横の画面幅-1367px以上 */
  .header-nav__2levelsInner--products {
    gap: 40px;
  }
  .header-nav__2levelsInner {
    gap: 62px;
  }
  .header-nav__2levels-contentInner:first-child::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -20px;
  }
  .header-nav__2levels-contentInner:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .header-nav__2levels-ttl {
    font-size: 16px;
  }
  .header-nav__2levels-topTtl {
    margin-bottom: 32px;
    padding-top: 32px;
  }
  .header-nav__2levels-topTtl--ja {
    font-size: 14px;
    padding-left: 22px;
  }
  .header-nav__2levels-topTtl--ja::before {
    width: 15px;
    height: 15px;
  }
  .header-nav__2levels-topTtl--en {
    font-size: 40px;
    padding-right: 65px;
  }
  .header-nav__2levels-topTtl--en span {
    width: 40px;
    height: 40px;
  }
  .header-nav__2levels-topTtl-imgWrap {
    width: 235px;
  }
  .header-nav__2levels-list {
    gap: 28px 30px;
    padding-top: 25px;
  }
  .header-nav__2levels-link {
    font-size: 14px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
  .header-nav__2levels-link span {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .header-nav__2levels-link--case {
    font-size: 14px;
  }
  .header-nav__2levels-footer {
    gap: 34px;
    margin-top: 47px;
    padding-top: 40px;
  }
  .header-nav__2levels-footer__txt {
    font-size: 16px;
  }
  .header-nav__2levels-footer__txt::before {
    left: -110px;
    width: 90px;
  }
  .header-nav__2levels-footer__cta {
    gap: 50px;
  }
  .header-nav__2levels-footer__cta-telNum {
    font-size: 56px;
    padding-left: 82px;
    margin-bottom: 14px;
  }
  .header-nav__2levels-footer__cta-telNum::before {
    width: 60px;
    height: 60px;
  }
  .header-nav__2levels-footer__cta-btn {
    width: 431px;
  }
  .header-nav__2levels-footer__cta-btn p {
    font-size: 18px;
  }
  .header-nav__2levels-footer__cta-btn span {
    width: 48px;
    height: 48px;
  }
  .c-header__ttl {
    font-size: 52px;
    margin-bottom: 32px;
  }
  .strengths-flow__chartContent {
    gap: 60px 280px;
  }
  .strengths-flow__chartContent::before {
    top: 20px;
    width: 294px;
  }
  .strengths-flow__chartItem {
    padding: 23px;
  }
  .strengths-flow__chartItem:nth-of-type(even) {
    transform: translateY(160px);
  }
  .strengths-flow__chart-head {
    gap: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .strengths-flow__chart-num {
    padding: 12px;
    width: 60px;
    font-size: 20px;
  }
  .strengths-flow__chart-num--en {
    font-size: 12px;
  }
  .strengths-flow__chart-heading4 {
    font-size: 22px;
  }
  .strengths-flow__chart-tagWrap {
    gap: 8px;
    margin-bottom: 30px;
  }
  .strengths-flow__chart-tag {
    font-size: 14px;
    padding: 8px 10px;
  }
  .strengths-flow__chart-list {
    gap: 8px 16px;
  }
  .strengths-flow__chart-listItem {
    font-size: 12px;
    padding-left: 8px;
  }
  .strengths-flow__chart-listItem::before {
    top: 3px;
    width: 2px;
    height: 12px;
  }
}
@media screen and (max-width: 1500px) {
  /* 画面幅-1600px */
  .footer-cta .l-wrap {
    gap: clamp(40px, 6vw, 144px);
  }
  .header-list {
    gap: 25px;
  }
  .header-nav__2levels {
    max-width: none;
  }
  .form-content {
    gap: 47px;
  }
  .form-tel {
    padding-inline: 20px;
  }
  .form-tel .tel-cta__2col-telWrap {
    gap: 15px;
  }
  .form-tel .tel-cta__2col-telNum {
    font-size: 28px;
  }
  .swiper-button--bicolor.swiper-button--prev {
    left: -24px;
  }
  .swiper-button--bicolor.swiper-button--next {
    right: -24px;
  }
  .top-product__deco {
    font-size: 24px;
  }
  .company-profile__tableWrap {
    flex: 0 0 50%;
  }
  .company-profile__imgWrap {
    flex: 0 0 41%;
    min-width: 460px;
  }
  .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%;
  }
  .quality-guarantee__2col__txtWrap {
    flex: 0 0 50%;
  }
  .strengths-heading2 {
    min-height: auto;
  }
  .top-card .top-heading2 {
    gap: 3px;
    margin-bottom: 13px;
  }
  .top-card .top-heading__txt {
    max-width: 78.5%;
  }
  .top-company__imgWrap {
    flex: 0 1 40.5092592593vw;
    transform: translate(-5.2083333333vw, -4.6296296296vw);
  }
  .top-news__txtWrap {
    flex: 0 1 300px;
  }
}
@media screen and (max-width: 1280px) {
  /* 画面幅-1120px */
  .footer-cta .l-wrap {
    gap: clamp(40px, 4vw, 144px);
  }
  .footer-cta .tel-cta__2col-telNum {
    font-size: 24px;
  }
  .footer-cta .tel-cta__2col-btn {
    min-width: 290px;
    width: clamp(18rem, 12rem + 8vw, 22rem);
  }
  .footer-cta .tel-cta__2col-btn p {
    font-size: 14px;
  }
  .footer-cta .tel-cta__2col-btn span {
    width: 40px;
    height: 40px;
    right: 17px;
  }
  .footer-cta__txtwrap {
    flex: 0 0 auto;
  }
  .tel-cta__2colWrap {
    gap: 30px;
  }
  .footer-list {
    gap: 20px;
  }
  .header-logoWrap {
    flex: 0 1 33%;
  }
  .header-logo__link--main img {
    max-width: 360px;
    min-width: 235px;
    width: 100%;
  }
  .header-logo__link--group img {
    max-width: 94px;
  }
  .header-logo__link--group p {
    font-size: 13px;
  }
  .header-navWrap {
    gap: 20px;
  }
  .cases-archive__ttl-wrap .cases-archive__ttl {
    font-size: 16px;
  }
  .form-content {
    gap: 35px;
  }
  .form-content-info {
    flex: 1 0 40.5%;
  }
  .form-txt__title {
    font-size: 20px;
  }
  .form-tel .tel-cta__2col-inner {
    flex-direction: column;
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
  .form-tel__title {
    font-size: 20px;
  }
  .form-table {
    min-width: 529px;
    max-width: 529px;
  }
  .top-heading2 {
    gap: 10px;
  }
  .two-heading1--en,
  .top-heading2--en {
    font-size: 60px;
  }
  .c-heading1 {
    font-size: 2.4305555556vw;
    margin-top: -30px;
  }
  .company-profile .company-profile__main {
    gap: 25px;
  }
  .company-profile__table th {
    font-size: 15px;
    min-width: 105px;
  }
  .company-profile__table .executives .person__name {
    font-size: 14px;
  }
  .company-profile__imgWrap {
    min-width: 350px;
  }
  .company-history__inner {
    gap: 26px;
  }
  .company-history__yearWrap {
    gap: 4px;
  }
  .company-history__year {
    font-size: 20px;
  }
  .company-history__year--s {
    font-size: 14px;
  }
  .company-action-policyction__content--listItem {
    width: calc((100% - 44px) / 3);
  }
  .company-action-policyction__content--listItem p {
    top: -40px;
  }
  .downloadList-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .tab-content--cad .downloadList-btn {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .catalog-archive__Wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .download-form form {
    gap: 50px;
  }
  .download-form .form-checkbox {
    gap: 24px;
  }
  .download-thanks__itemWrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .news-tag {
    margin-left: 22px;
  }
  .privacy-page__table th {
    min-width: 225px;
  }
  .products-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .products-list__item {
    width: calc((100% - 60px) / 3);
  }
  .products-title {
    font-size: 18px;
  }
  .products-description {
    font-size: 14px;
  }
  .products-archive__thumb img {
    aspect-ratio: 113/76;
  }
  .products-single-head__btn .products-single-head__btn-link {
    padding-left: 24px;
  }
  .products-single-head__btn .products-single-head__btn-link span {
    max-width: 65px;
  }
  .products-single-head__size-text {
    font-size: 22px;
  }
  .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-about {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .quality-about__2col {
    gap: 55px;
  }
  .quality-about__2col__imgWrap {
    margin-top: -156px;
  }
  .quality-about__2col__txtWrap .quality-about__policy__txt {
    font-size: 16px;
  }
  .quality-guarantee__2col {
    align-items: center;
    gap: 33px;
  }
  .quality-guarantee__table th,
  .quality-guarantee__table td {
    font-size: 16px;
    padding: 13px 18px;
  }
  .sitemap-navWrap {
    gap: 60px;
  }
  .solution-subsidy__case-ttlWrap {
    transform: none;
    width: 100%;
    gap: 10px;
  }
  .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    padding: 34px 18px;
  }
  .catalog-page .recruiting-tab__wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .catalog-page .recruiting-tab__wrap .tab-label {
    max-width: 390px;
    font-size: 20px;
  }
  .catalog-page .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    font-size: 20px;
  }
  .top-mv {
    padding-left: 40px;
    padding-right: 40px;
  }
  .fv-title {
    font-size: 3.25rem;
    left: 33%;
  }
  .top-sector__link {
    gap: 20px;
  }
  .top-sector__title {
    font-size: 14px;
  }
  .top-cases .l-wrap {
    gap: 40px;
    width: calc(100% - 80px);
  }
  .top-card .top-heading2 {
    margin-bottom: 15px;
    gap: 6px;
  }
  .top-card__item {
    width: 100%;
  }
  .top-card__item2 .top-heading__txt {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  }
  .top-news__txtWrap {
    flex: 0 1 260px;
  }
  .top-news__item a {
    gap: 5px;
  }
  .top-news__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  /* iPad 横の画面幅-1024px */
  .l-section {
    padding-block: 80px;
  }
  .l-main {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .l-wrap {
    width: calc(100% - 100px);
  }
  .l-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .l-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pc-only {
    display: none;
  }
  .sp-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;
  }
  .post-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .post-tag {
    font-size: 12px;
  }
  .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: 8px;
    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 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer-cta .l-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .footer-cta .tel-cta__2col-item--tel {
    flex: 0 0 auto;
  }
  .footer-cta .tel-cta__2col-inner {
    align-items: flex-start;
    flex: 1;
  }
  .footer-cta .tel-cta__2col-telWrap {
    gap: 0;
  }
  .footer-cta .tel-cta__2col-telTtl {
    font-size: 10px;
  }
  .footer-cta .tel-cta__2col-telNum {
    font-size: 32px;
  }
  .footer-cta .tel-cta__2col-notice {
    font-size: 10px;
  }
  .footer-cta .tel-cta__2col-btn {
    min-width: 335px;
  }
  .footer-cta .tel-cta__2col-btn p {
    font-size: 14px;
  }
  .footer-cta .tel-cta__2col-btn {
    width: 100%;
    flex: 1;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
  }
  .footer-cta .tel-cta__2col-btn span {
    width: 36px;
    height: 36px;
    right: 20px;
  }
  .footer-cta__txtwrap {
    flex: auto;
  }
  .tel-cta__2colWrap {
    gap: 150px;
  }
  .footer-cta__btnWrap {
    gap: 24px;
  }
  .footer-cta__btn {
    width: 100%;
    height: 64px;
  }
  .footer-cta__btn-span {
    font-size: 15px;
    width: 50px;
    height: 50px;
  }
  .footer-cta__btn-txt--ja {
    font-size: 14px;
  }
  .footer-cta__btn-imgWrap--bl img {
    width: 110px;
  }
  .footer-cta__btn-txt--en {
    font-size: 38px;
  }
  .footer-cta__btn-txt--en--sm {
    font-size: 22px;
    transform: translateY(2px);
  }
  .footer-top .l-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .footer-top-info {
    flex: 0 0 auto;
  }
  .footer-top-txt {
    margin-bottom: 12px;
  }
  .footer-nav {
    margin-bottom: 15px;
  }
  .footer-navWrap {
    width: 100%;
  }
  .footer-list {
    gap: 22px;
  }
  .footer-link {
    letter-spacing: normal;
  }
  .footer-section-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
  .footer-location__addr {
    flex-direction: column;
  }
  .footer-location__txt {
    margin-bottom: 4px;
  }
  header {
    position: sticky;
  }
  .header {
    width: 100%;
  }
  .header-inner {
    height: calc(100% - 76px);
    display: none;
    animation: navActive 0.3s;
    padding-bottom: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
  @keyframes navActive {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  header.panelactive .header-inner {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .header-outer {
    padding-inline: 20px;
    display: block;
    min-height: auto;
    padding-top: 0;
  }
  .header-logoWrap {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 0;
  }
  .header-logo__link--main img {
    max-width: 360px;
  }
  .header-navWrap {
    align-items: flex-start;
    justify-content: initial;
    flex-direction: column;
    width: 100%;
    margin-bottom: 27px;
  }
  .header-nav--top {
    width: 100%;
  }
  .header-list--top {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-link--top {
    font-size: 16px;
    padding: 16px 0;
    display: block;
  }
  .header-btnOuter {
    flex-direction: column;
  }
  .header-btnWrap {
    flex: 0 1 48%;
  }
  .header-btn {
    width: auto;
    font-size: 14px;
    height: 56px;
  }
  .header-nav {
    padding: 0;
  }
  .header-list {
    flex-direction: column;
    width: 100%;
  }
  .header-item {
    position: relative;
  }
  .header-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 19px 5px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .header-link::before {
    content: none;
  }
  .header-item#current .header-link::before,
  .header-link.lowerHover::before {
    content: none;
  }
  .header-link__mark {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
  .header-link__mark::before, .header-link__mark::after {
    position: absolute;
    top: 50%;
    right: 50%;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }
  .header-link__mark::before {
    transform: translate(50%, -50%) rotate(45deg);
    transform-origin: 100% 100%;
  }
  .header-link__mark::after {
    transform: translate(50%, -50%) rotate(-45deg);
    transform-origin: 100% 0%;
  }
  .header-nav__2levels-btn-mark {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 56px;
  }
  .header-nav__2levels-btn-mark::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    aspect-ratio: 1/1;
    content: "";
    background: url(../imgs/common/panel-plus.svg) no-repeat center/contain;
  }
  .header-nav__2levels-btn-mark.open::before {
    background: url(../imgs/common/panel-minus.svg) no-repeat center/contain;
  }
  .menu .header-nav__link span {
    height: 100%;
    width: 60px;
    z-index: 100;
    position: absolute;
    top: -7px;
    right: -17px;
    z-index: 41;
  }
  .menu .header-nav__link span::before, .menu .header-nav__link span::after {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #ffffff;
    content: "";
    width: 13px;
    height: 1px;
  }
  .menu .header-nav__link span::after {
    transition: all 0.3s;
    transform: translate(50%, -50%) rotate(90deg);
  }
  .hamburger {
    display: block;
  }
  .header-nav__2levelsInner--products,
  .header-nav__2levelsInner {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }
  .header-nav__2levels-contentInner:first-child::before {
    width: 100%;
    height: calc(100% + 20px);
    top: -20px;
    left: 0;
    border-radius: 10px;
  }
  .header-nav__2levels-contentInner:not(:last-child) {
    margin-bottom: 10px;
  }
  .header-nav__2levels-contentInner {
    margin-bottom: 10px;
    flex-direction: column;
    gap: 4px;
  }
  .header-nav__2levels-ttl {
    font-size: 14px;
    padding-left: 15px;
    flex: auto;
  }
  .header-nav__2levels-ttl::before {
    left: -20px;
    width: 30px;
  }
  .header-nav__2levels-topTtlWrap {
    margin-bottom: 16px;
    padding: 12px 0;
  }
  .header-nav__2levels-topTtl--ja {
    display: none;
  }
  .header-nav__2levels-topTtl--ja::before {
    display: none;
  }
  .header-nav__2levels-topTtl--en {
    font-size: 32px;
    padding-right: 40px;
  }
  .header-nav__2levels-topTtl--en span {
    width: 30px;
    height: 30px;
    top: 2px;
  }
  .header-nav__2levels-topTtl-imgOuter {
    display: none;
  }
  .header-nav__2levels-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }
  .header-nav__2levels-outer--products {
    display: block;
  }
  .header-nav__2levels-item:last-child .header-nav__2levels-link {
    border-bottom: none;
  }
  .header-nav__2levels-link {
    font-size: 13px;
    padding: 16px 0;
    padding-right: 40px;
    display: block;
    border-bottom: solid 1px #E8E8E8;
  }
  .header-nav__2levels-link span {
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .header-nav__2levels-list--products {
    grid-template-columns: 1fr;
    padding-left: 18px;
  }
  .header-nav__2levels-link--products {
    font-size: 13px;
    padding: 8px;
    padding-left: 24px;
  }
  .header-nav__2levels-footer {
    display: none;
  }
  .header-nav__2levels-footer__cta-btn p {
    font-size: 14px;
  }
  .header-ctaWrap {
    border-top: solid 1px #336ACF;
    border-bottom: solid 1px #336ACF;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 24px;
  }
  .header-locationWrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
  }
  .header-visual {
    padding-bottom: 20px;
    padding-top: 45px;
  }
  .header-visual {
    padding-inline: 20px;
  }
  .top-mv__imgOuter {
    top: 0;
    right: 30px;
    width: calc(100% + 60px);
    max-width: none;
    margin-bottom: 32px;
    margin-right: 0;
    height: 200vw;
    max-height: 705px;
  }
  .top-mv__imgWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .top-mv__svg01 {
    width: 107%;
    right: -6%;
  }
  .top-mv__svg02 {
    width: 107%;
    right: -6.5%;
  }
  .top-mv__bg {
    left: -1px;
    width: calc(100% + 1px);
  }
  .top-mv__mainProduct {
    left: 40%;
    transform: translateX(-50%);
    width: 80%;
    bottom: 5%;
    max-width: 560px;
  }
  .top-mv__mainProduct a:nth-child(1) {
    pointer-events: none;
  }
  .top-mv__productLink {
    bottom: 30%;
    right: -20%;
    transform: translateY(50%);
    top: inherit;
    border: solid 1px #000;
    border-radius: 6px;
    padding: 12px 10px;
  }
  .breadcrumbs span,
  .breadcrumbs span a {
    font-size: 10px;
  }
  .c-btnWrap {
    text-align: center;
    margin-top: 60px;
  }
  .c-linkWrap--right {
    text-align: center;
  }
  .product-download__checkLabel {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-top: 65px;
  }
  .cases-archive__title {
    margin-bottom: 38px;
  }
  .form-headWrap {
    gap: 56px;
    margin-bottom: 60px;
  }
  .form-headItem {
    font-size: 16px;
  }
  .form-headItem:nth-child(1) span::before, .form-headItem:nth-child(2) span::before {
    width: 60px;
  }
  .form-headItem.current {
    font-size: 16px;
  }
  .form-content-info {
    position: static;
    top: initial;
  }
  .form-tel .tel-cta__2col-item--tel {
    flex: 0 0 auto;
  }
  .form-tel .tel-cta__2col-telTtl {
    font-size: 10px;
  }
  .form-tel .tel-cta__2col-notice {
    font-size: 10px;
  }
  .form-table {
    min-width: 460px;
    max-width: 100%;
  }
  .form-table th {
    margin-bottom: 6px;
  }
  .form-table label {
    font-size: 15px;
  }
  .form-must {
    font-size: 10px;
    padding: 0 4px;
    top: 4px;
    transform: translateY(0);
    flex: 0 0 29.5px;
  }
  .form-checkboxRow .sp-only {
    display: none;
  }
  .form-must--privacy {
    top: 1px;
  }
  .form-table .form-check span.wpcf7-list-item,
  .wpcf7-acceptance span.wpcf7-list-item {
    margin-left: 20px;
  }
  .form-table .form-check label,
  .wpcf7-acceptance label {
    padding-left: 0;
  }
  .form-table .form-check .wpcf7-list-item-label,
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
  }
  .form-table .form-check .wpcf7-list-item-label::before,
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
  }
  .form-table .form-check input:checked + .wpcf7-list-item-label::after,
  .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
    top: 5px;
    left: -23px;
    width: 8px;
    height: 8px;
  }
  .form-table .form-check a,
  .wpcf7-acceptance a {
    font-size: 13px;
  }
  .form-btnWrap .form-btn {
    font-size: 16px;
    padding: 12px 40px;
  }
  .form-table-confirm {
    margin-top: 40px;
  }
  .form-table-confirm th {
    margin-bottom: 0;
  }
  .form-thanks__content {
    margin-bottom: 64px;
  }
  .form-thanks__content .form-thanks__txt {
    font-size: 18px;
  }
  .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;
  }
  .anniversary-scroll {
    height: 44px;
  }
  .anniversary-scroll::after {
    width: 6px;
  }
  .anniversary-scroll__txt {
    font-size: 11px;
    top: -32px;
  }
  .swiper-buttonWrap {
    display: none;
  }
  .top-heading2 {
    margin-bottom: 50px;
  }
  .two-heading1 {
    gap: 20px;
  }
  .two-heading1--ja,
  .top-heading2--ja {
    font-size: 18px;
  }
  .two-heading1--en,
  .top-heading2--en {
    font-size: 50px;
  }
  .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;
  }
  .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);
  }
  .company-info__title {
    font-size: 20px;
  }
  .top-product__deco {
    font-size: 18px;
  }
  .company-profile .l-wrap {
    width: calc(100% - 100px);
  }
  .company-profile .l-wrap {
    width: calc(100% - 100px);
  }
  .company-profile .company-profile__main {
    flex-direction: column-reverse;
    align-items: center;
    margin-right: 0;
    margin: 0 auto;
    gap: 40px;
  }
  .company-profile__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: 10px;
  }
  .company-greeting__heading--title {
    font-size: 28px;
  }
  .company-greeting__heading--txt {
    font-size: 16px;
  }
  .company-history__item {
    flex-direction: column-reverse;
    gap: 16px;
    position: relative;
  }
  .company-history__item--last::before {
    content: none;
  }
  .company-history__imgWrap {
    flex: auto;
    padding-right: 0;
    min-height: auto;
    padding-left: 40px;
  }
  .company-history__imgInner {
    border-radius: 6px;
    margin-bottom: 16px;
    max-width: 400px;
  }
  .company-history__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .company-history__year--s {
    font-size: 13px;
    line-height: 1.4;
  }
  .company-history__txt {
    font-size: 13px;
  }
  .company-philosophy {
    padding-bottom: 100px;
  }
  .company-philosophy {
    padding-bottom: 80px;
  }
  .company-philosophy {
    padding-bottom: 60px;
  }
  .company-philosophy-page__title {
    font-size: 36px;
  }
  .company-philosophy__heading--listItem p {
    font-size: 24px;
  }
  .company-philosophy__heading--listItem:not(:last-of-type) {
    margin-bottom: 21px;
  }
  .company-action-policyction .company-philosophy-page__title,
  .company-action-policyction__content--inner {
    width: calc(100% - 100px);
  }
  .company-action-policyction__content--list {
    row-gap: 64px;
  }
  .company-action-policyction__content--listItem ul {
    margin-top: 5px;
  }
  .company-action-policyction__content--listItem {
    width: calc((100% - 22px) / 2);
    aspect-ratio: 77/50;
  }
  p .company-action-policyction__listItem--number {
    font-size: 64px;
  }
  p .company-action-policyction__listItem--text {
    font-size: 28px;
  }
  .company-access__inner:not(:last-of-type) {
    padding-bottom: 80px;
  }
  .company-access__2col__content {
    gap: 50px 30px;
  }
  .downloadList-headingWrap .c-heading-deco {
    padding-bottom: 0;
    margin-bottom: 24px;
    font-size: 24px;
  }
  .downloadList-btn {
    font-weight: 500;
    font-size: 14px;
    padding: 14px 60px 14px 24px;
    min-width: 206px;
  }
  .downloadList-btn::after {
    left: 14px;
  }
  .catalog-list__ttl {
    font-size: 14px !important;
    margin-block: 24px 16px !important;
  }
  .tab-content--catalog .downloadList-btn {
    padding: 12px 26px 12px 40px;
  }
  .tab-content--cad .downloadList-btn::after {
    right: 20px;
  }
  .download-form form {
    display: block;
    align-items: center;
    gap: 50px;
  }
  .download-form .form-checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 40px;
    flex: auto;
  }
  .download-form .checkbox-content {
    width: 100%;
  }
  .download-form .download-form__txtWrap {
    flex: auto;
    width: 100%;
  }
  .download-thanks__itemWrap {
    grid-template-columns: 1fr 1fr;
  }
  .downloadList-content--thanks {
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
  }
  .news-categoryWrap {
    gap: 10px;
  }
  .news-item .news-link::before {
    width: 150px;
  }
  .news-itemInner {
    flex: 0 0 150px;
  }
  .news-date {
    font-size: 16px;
  }
  .news-category a {
    font-size: 14px;
  }
  .news-category .post-categories {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  .news-ttl {
    padding-left: 20px;
    font-size: 14px;
    line-height: normal;
    display: block;
  }
  .news-tag {
    margin-left: 25px;
    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;
  }
  .news-wpContent h1,
  .news-wpContent h2,
  .news-wpContent h3,
  .news-wpContent h4,
  .news-wpContent h5,
  .news-wpContent h6,
  .news-wpContent p,
  .news-wpContent ul,
  .news-wpContent ol,
  .news-wpContent a {
    margin-bottom: 16px;
  }
  .news-wpContent h1,
  .news-wpContent h2 {
    font-size: 24px;
  }
  .news-wpContent h3 {
    font-size: 20px;
  }
  .post-navigation {
    gap: 24px;
  }
  .privacy-page__table th {
    font-size: 16px;
  }
  .privacy-page__table td p,
  .privacy-page__table td {
    font-size: 14px;
  }
  .products-single .sp-only {
    display: none;
  }
  .products-single-head {
    gap: 20px;
  }
  .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;
  }
  .accordion_area .accordion_one .ac_header {
    padding: 32px 10px;
  }
  .p-faq__headinner span {
    font-size: 24px;
    height: 36px;
    min-width: 36px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 16px;
    max-width: 81%;
  }
  .p-faq__bodyinner {
    padding-left: 42px;
  }
  .p-faq__bodyinner span {
    font-size: 24px;
  }
  .p-faq__bodyinner::before {
    top: -24px;
    left: 4px;
    height: 40px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
  .quality-about {
    padding-bottom: 80px;
  }
  .quality-guarantee__2col {
    flex-direction: column;
    gap: 24px;
  }
  .quality-guarantee__2col__imgWrap {
    max-width: 500px;
  }
  .quality-guarantee__2col__txtWrap {
    flex: 0 0 auto;
    width: 100%;
  }
  .quality-guarantee__table th,
  .quality-guarantee__table td {
    padding: 8px 18px;
  }
  .quality-guarantee__table th {
    text-align: center;
  }
  .quality-guarantee__table td br {
    display: none;
  }
  .recruit-page .recruiting-tab__wrap .c-btnWrap {
    margin-top: 0;
  }
  .recruit-page .recruiting-tab__wrap .c-link {
    max-width: 262px;
    padding: 15px 20px;
  }
  .recruit-page .recruiting-tab__wrap .c-link p {
    font-size: 16px;
  }
  .sitemap-navWrap {
    gap: 30px;
  }
  .solution-headerContent {
    padding-bottom: 40px;
    margin-bottom: 48px;
    margin-top: 60px;
  }
  .solution-header {
    flex-direction: column;
    gap: 40px;
  }
  .solution-header__txtWrap {
    flex: auto;
  }
  .solution-heading1__en {
    font-size: 48px;
  }
  .solution-heading1__ja {
    font-size: 20px;
  }
  .solution-header__ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .solution-header__imgWrap {
    flex: auto;
    width: 100%;
  }
  .solution-newestContent {
    margin-bottom: 200px;
  }
  .solution-newest__inner:not(:last-child) {
    margin-bottom: 80px;
  }
  .solution-newest__head {
    gap: 12px;
    margin-bottom: 56px;
  }
  .solution-newest__head-numWrap {
    padding-right: 24px;
  }
  .solution-newest__head-numTxt {
    font-size: 10px;
  }
  .solution-newest__head-num {
    font-size: 40px;
  }
  .solution-newest__head-companyName {
    font-size: 16px;
  }
  .solution-newest__list {
    grid-template-columns: 1fr 1fr;
    gap: 80px 40px;
  }
  .solution-newest__listLink {
    padding: 48px 12px 40px;
  }
  .solution-newest__productTxt {
    font-size: 12px;
  }
  .solution-newest__productBtn {
    padding-right: 38px;
    width: 40px;
    height: 40px;
  }
  .solution-newest__productBtn span {
    width: 40px;
    height: 40px;
  }
  .solution-use__btn {
    width: 400px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .solution-use__btn-txt--sm {
    font-size: 12px;
  }
  .solution-use__btn-txt {
    font-size: 20px;
  }
  .solution-access {
    flex-direction: column;
    gap: 40px;
  }
  .solution-access__table {
    flex: auto;
  }
  .solution-access__table th,
  .solution-access__table td {
    font-size: 12px;
  }
  .solution-access__table th {
    min-width: 85px;
  }
  .solution-access__mapWrap {
    flex: auto;
  }
  .solution-service__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }
  .solution-service__imgWrap {
    margin-bottom: 18px;
  }
  .solution-service__txt {
    font-size: 14px;
  }
  .solution-explanation__list {
    gap: 24px;
  }
  .solution-explanation__ttl {
    font-size: 18px;
  }
  .solution-explanation__txt {
    padding-left: 20px;
  }
  .solution-reballing__stepWrap {
    grid-template-columns: 1fr;
  }
  .solution-reballing__step-content:not(:nth-of-type(3n)) .solution-reballing__step-txtWrap::before {
    content: none;
  }
  .solution-reballing__step-numWrap {
    top: -16px;
    left: -16px;
    width: 72px;
    height: 72px;
  }
  .solution-reballing__step-en {
    font-size: 10px;
  }
  .solution-reballing__step-num {
    font-size: 24px;
  }
  .solution-reballing__step-imgWrap {
    margin-bottom: 10px;
  }
  .solution-subsidy__tableWrap {
    overflow-x: scroll;
  }
  .solution-subsidy__table {
    min-width: 700px;
  }
  .solution-subsidy__caseList {
    grid-template-columns: 1fr;
    gap: 100px;
  }
  .solution-subsidy__case-ttlWrap {
    margin-bottom: 32px;
  }
  .solution-subsidy__case-ttl {
    font-size: 18px;
    line-height: 1.2;
  }
  .solution-subsidy__case-ttl::before {
    font-size: 12px;
  }
  .solution-subsidy__case-txtItem dt {
    font-size: 14px;
  }
  .solution-subsidy__case-txtItem dd {
    font-size: 14px;
  }
  .solution-cta__2col-telTtl {
    font-size: 10px;
  }
  .solution-cta__2col-telNum {
    font-size: 38px;
  }
  .solution-cta__2col-notice {
    font-size: 10px;
  }
  .strengths-heading__content {
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 80px;
    min-height: auto;
  }
  .strengths-heading2 {
    font-size: 32px;
  }
  .strengths-heading__img {
    display: none;
  }
  .strengths-contents__issue-ttl {
    font-size: 24px;
  }
  .strengths-contents__issue-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }
  .strengths-reason__item--bgWrap {
    display: none;
  }
  .strengths-reason__item {
    flex-direction: column;
    border-radius: 10px;
    gap: 0;
  }
  .strengths-reason__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .strengths-reason__item:nth-child(odd) {
    flex-direction: column;
  }
  .strengths-reason__item-txtWrap {
    flex: 1;
  }
  .strengths-reason__item-imgWrap {
    flex: 0 1 320px;
  }
  .strengths-heading__en {
    margin-bottom: 0;
  }
  .strengths-flow__topContent {
    display: block;
  }
  .strengths-flow__heading3 {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    color: #1A3F82;
    font-weight: 700;
    font-size: 18px;
    border: solid 2px #1A3F82;
    padding: 4px;
    position: relative;
  }
  .strengths-flow__heading3::before {
    position: absolute;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
    content: "";
    width: 2px;
    height: 30px;
    background: #1A3F82;
    z-index: -1;
  }
  .strengths-flow__chartContent {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strengths-flow__chartContent::before {
    content: none;
  }
  .strengths-flow__chartItem:not(:last-child, :first-child) {
    margin-top: 70px;
  }
  .strengths-flow__chartItem {
    padding: 24px;
  }
  .strengths-flow__chartItem:nth-of-type(even) {
    transform: translateY(0);
  }
  .strengths-flow__chart-head {
    gap: 18px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .strengths-flow__chart-num {
    padding: 8px;
    width: 48px;
    font-size: 18px;
  }
  .strengths-flow__chart-num--en {
    font-size: 11px;
  }
  .strengths-flow__chart-heading4 {
    font-size: 18px;
  }
  .strengths-flow__chart-tagWrap {
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .strengths-flow__chart-tag {
    font-size: 13px;
    padding: 8px 8px;
  }
  .strengths-flow__chart-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .strengths-flow__chart-listItem {
    font-size: 13px;
    padding-left: 8px;
  }
  .strengths-flow__chart-listItem::before {
    top: 3px;
    width: 2px;
    height: 12px;
  }
  .strengths-flow__chart-txt {
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    color: #1A3F82;
    font-weight: 700;
    font-size: 14px;
    border: solid 2px #1A3F82;
    padding: 4px;
  }
  .strengths-flow__chart-txt::before {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    content: "";
    width: 100%;
    height: 80px;
    background: url(../imgs/strengths/chart-arrow-sp.svg) no-repeat center/contain;
    z-index: -1;
  }
  .recruiting-main__imgWrap {
    aspect-ratio: 5/3 !important;
    height: auto;
    width: 100%;
    padding-right: 0 !important;
  }
  .recruiting-tab__wrap .tab-label {
    font-size: 16px;
    padding: 25px 10px;
  }
  .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    font-size: 22px;
    padding: 25px 10px;
  }
  .catalog-page .recruiting-tab__wrap .tab-label {
    text-align: center;
    max-width: 330px;
    font-size: 18px;
  }
  .catalog-page .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    font-size: 18px;
  }
  .top-mv {
    min-height: 619px;
  }
  .mainvisual-overlay {
    top: 0;
  }
  .top-mv__txt {
    font-size: 15px;
    letter-spacing: normal;
  }
  .top-mv__newsWrap {
    width: 100%;
    display: none;
  }
  .top-mv__newsWrap--sp {
    display: block;
    padding: 0 20px 24px;
  }
  .top-mv__news-mark {
    font-size: 13px;
    padding-right: 32px;
  }
  .top-mv__news-mark span {
    width: 28px;
    height: 28px;
    top: 0;
  }
  .top-mv__news-ttl {
    font-size: 16px;
  }
  .top-mv__news-content {
    gap: 15px;
    margin-top: 14px;
  }
  .top-mv__news-date {
    font-size: 12px;
  }
  .top-mv__news-contentTtl {
    font-size: 14px;
  }
  .mv-products-link__item a::before {
    opacity: 0;
  }
  .mv-products-link__item-ttl {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
  }
  .top-sector__item {
    width: calc((100% - 19.2px) / 2);
  }
  .top-cases .l-wrap {
    display: block;
    margin: 0 auto;
  }
  .top-cases__swiper {
    padding-bottom: 0 !important;
  }
  .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 img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .top-card__item2--links {
    font-size: 15px;
    margin-bottom: 0;
    gap: 12px 56px;
  }
  .top-card__item2--links a {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  .top-card__item2btn--tab {
    display: block;
  }
  .top-company {
    border-radius: 0 0 40px 0;
  }
  .top-company__content {
    flex-direction: column;
  }
  .top-company__imgWrap {
    flex: auto;
    transform: translate(0, -40px);
  }
  .top-company__txtWrap {
    padding-top: 0;
  }
  .top-company__linkWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .top-news__content {
    display: block;
  }
  .top-news__list {
    margin-bottom: 60px;
  }
  .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-recruit {
    background: url(../imgs/top/top-recruit@2x.jpg) no-repeat 60% center/cover;
  }
  .c-top-btnWrap {
    margin-inline: auto;
  }
}
@media screen and (max-width: 896px) {
  /* iPhone XS Max/XR/11/11 Pro Max 横の画面幅-896px */
  .l-main {
    padding-bottom: 80px;
  }
  .l-wrap {
    width: calc(100% - 80px);
  }
  .footer-cta {
    padding-bottom: 60px;
  }
  .tel-cta__2colWrap {
    gap: 60px;
  }
  .cases-archive__box:not(:last-of-type) {
    margin-bottom: 58px;
  }
  .cases-archive__title {
    margin-bottom: 28px;
  }
  .cases-archive__list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 40px;
  }
  .cases-archive__list {
    row-gap: 30px;
  }
  .cases-archive__item {
    width: calc((100% - 30px) / 3);
  }
  .cases-single__content {
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
  .cases-single__content--img {
    text-align: center;
  }
  .cases-single__content--img img {
    max-width: 400px;
  }
  .cases-single__body--title {
    font-size: 28px;
    margin-bottom: 3px;
  }
  .case-category {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .cases-single__related--title {
    font-size: 18px;
  }
  .case-related-page a {
    gap: 12px;
  }
  .case-related-page a .related-title {
    font-size: 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-tel {
    margin-inline: auto;
  }
  .form-tel .tel-cta__2col-inner {
    flex-direction: row;
  }
  .form-tel .tel-cta__2col-telWrap {
    width: calc((100% - 29px) / 2);
  }
  .form-tel .tel-cta__2col-telNum {
    font-size: 28px;
  }
  .form-tel__title {
    margin-bottom: 12px;
  }
  .form-table {
    min-width: 100%;
  }
  .form-table tr {
    margin-bottom: 14px;
  }
  .form-table .form-nameRow td p {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .form-table th label {
    font-size: 16px;
  }
  .form-item-small p {
    max-width: 156px;
  }
  .form-input,
  .form-select {
    padding: 4px 10px;
  }
  .form-addressRow .form-header {
    margin-bottom: 7px;
  }
  .form-header--address2 {
    margin-left: 34px;
  }
  .form-table .form-check input:checked + .wpcf7-list-item-label::after,
  .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
    top: 6px;
  }
  .form-table-confirm th {
    padding-bottom: 17px;
  }
  .form-table-confirm th label {
    font-size: 14px;
  }
  .form-table-confirm td {
    padding-bottom: 17px;
  }
  .form-table-confirm td p {
    font-size: 14px;
  }
  .form-btnsWrap {
    flex-direction: column;
  }
  .contact-thanks .downloadList-btn {
    padding: 8px 12px;
    font-size: 14px;
  }
  .c-heading1--en {
    font-size: 60px;
  }
  .c-heading4 {
    font-size: 18px;
  }
  .u-mt32 {
    margin-top: 16px;
  }
  .u-mb16 {
    margin-bottom: 8px;
  }
  .u-mb24 {
    margin-bottom: 16px;
  }
  .u-mb32 {
    margin-bottom: 16px;
  }
  .u-mb40 {
    margin-bottom: 24px;
  }
  .u-mb48 {
    margin-bottom: 32px;
  }
  .u-mb56 {
    margin-bottom: 40px;
  }
  .u-mb64 {
    margin-bottom: 48px;
  }
  .u-mb80 {
    margin-bottom: 64px;
  }
  .u-mb120 {
    margin-bottom: 80px;
  }
  .u-mb320 {
    margin-bottom: 120px;
  }
  .company-info__title {
    font-size: 18px;
  }
  .top-product__deco {
    font-size: 16px;
    padding-inline: 13px;
  }
  .company-profile .l-wrap {
    width: calc(100% - 80px);
  }
  .company-profile__table th,
  .company-profile__table td {
    padding: 18px 15px;
  }
  .company-profile__table th {
    min-width: 93px;
  }
  .company-greeting__heading--txt:not(:last-child) {
    margin-bottom: 33px;
  }
  .company-greeting__heading--author-txt:last-of-type {
    font-size: 24px;
  }
  .company-history__logoWrap {
    gap: 7px;
  }
  .company-action-policyction .company-philosophy-page__title,
  .company-action-policyction__content--inner {
    width: calc(100% - 80px);
  }
  .downloadList-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }
  .downloadList-btn {
    padding: 14px 40px 14px 24px;
    min-width: 150px;
  }
  .tab-content--cad .downloadList-btn {
    padding-left: 37px;
  }
  .tab-content--cad .downloadList-btn::after {
    width: 16px;
    height: 16px;
  }
  .tab-content--cad .downloadList-btn:has(input:checked)::after {
    width: 16px;
    height: 16px;
  }
  .catalog-archive__Wrap {
    flex-direction: column;
    row-gap: 40px;
  }
  .news-item .news-link::before {
    width: 120px;
  }
  .news-itemInner {
    flex: 0 0 120px;
  }
  .news-category {
    flex: auto;
  }
  .post-navigation .c-link {
    font-size: 13px;
    padding: 10px 20px;
    min-width: 180px;
  }
  .privacy-page__table th {
    min-width: 161px;
  }
  .products-list__item {
    width: calc((100% - 30px) / 2);
  }
  .products-title {
    font-size: 16px;
  }
  .products-spec {
    font-size: 12px;
  }
  .products-page .c-heading-deco {
    margin-bottom: 40px;
  }
  .products-archive__thumb img {
    aspect-ratio: 113/76;
    max-width: 100%;
  }
  .products-single .pc-only {
    display: none;
  }
  .products-single .sp-only {
    display: block;
  }
  .products-single-head {
    flex-direction: column-reverse;
    padding-bottom: 70px;
    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-head__detail-tag {
    padding: 5px 10px;
    min-width: 110px;
    font-size: 14px;
  }
  .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;
  }
  .quality-about {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .quality-about__2col {
    flex-direction: column;
    gap: 32px;
    padding-inline: 40px;
  }
  .quality-about__2col__imgWrap {
    max-width: 490px;
    margin-top: -95px;
  }
  .quality-about__2col__txtWrap {
    flex: 0 0 auto;
    width: 100%;
  }
  .quality-about__2col__txtWrap .quality-about__policy__item {
    margin-bottom: 18px;
  }
  .quality-about__2col__txtWrap .quality-about__policy__txt {
    font-size: 20px;
  }
  .quality-about__2col__txtWrap .quality-about__policy__num {
    font-size: 24px;
  }
  .quality-guarantee__firsttxt {
    margin-bottom: 20px;
  }
  .recruiting-tab__wrap .tab-content-Wrap:not(:last-child) {
    margin-bottom: 40px;
  }
  .recruiting-tab__wrap .tab-content-Wrap p {
    font-size: 14px;
    line-height: 1.6;
  }
  .recruiting-tab__wrap .tab-content-Wrap .tab-content__title {
    font-size: 24px;
  }
  .recruiting-tab__wrap .tab-content-Wrap__performance:not(:last-child) {
    margin-bottom: 40px;
  }
  .recruiting-tab__wrap .tab-content-Wrap__performance p {
    font-size: 14px;
    line-height: 1.6;
  }
  .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    font-size: 18px;
  }
  .fv-title {
    left: 50%;
    font-size: 3rem;
  }
  .mainvisual-overlay {
    background: url(../imgs/top/bg-main.jpg) no-repeat;
    background-position: 50% center;
  }
  .mv-products-link__item-ttl {
    font-size: 16px;
    font-weight: 600;
  }
  .top-products__title {
    min-height: 106px;
  }
  .top-sector__link {
    flex-direction: column;
    gap: 10px;
  }
  .top-sector__thumb {
    max-width: 100%;
  }
  .top-card .top-heading__txt {
    max-width: 90%;
  }
  .top-card__content {
    flex-direction: column;
    gap: 17px;
  }
  .top-card__item {
    aspect-ratio: 639/205;
  }
  .top-card__item2--links {
    gap: 7px 35px;
  }
}
@media screen and (max-width: 667px) {
  /* iPhone 8/7/6s/6 横の画面幅-667px */
  p {
    font-size: 14px;
    line-height: 1.8;
  }
  a,
  tr,
  th,
  td {
    font-size: 14px;
  }
  li {
    font-size: 14px;
  }
  .l-wrap {
    width: calc(100% - 40px);
  }
  .post-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-cta .tel-cta__2col-txt {
    padding-bottom: 10px;
  }
  .footer-cta .tel-cta__2col-btn {
    padding-block: 15px;
  }
  .footer-cta__txtwrap .top-heading2 {
    margin-bottom: 10px;
  }
  .tel-cta__2colWrap {
    flex-direction: column;
    gap: 35px;
  }
  .footer-cta__btnWrap {
    flex-direction: column;
  }
  .footer-nav {
    margin-bottom: 5px;
  }
  .footer-list {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 0px;
    justify-content: flex-start;
  }
  .footer-link {
    font-size: 12px;
  }
  .footer-section-list {
    display: block;
  }
  .footer-section-list__unit {
    display: contents;
  }
  .footer-section-list__area {
    margin-bottom: 35px;
  }
  .footer-section-list__area:last-child {
    margin-bottom: 35px;
  }
  .footer-section-list__area li {
    margin-bottom: 12px;
  }
  .footer-section-list__area li:last-child {
    margin-bottom: 0;
  }
  .footer-nav__list--s {
    justify-content: flex-start;
  }
  .header-logoInner {
    gap: 10px;
  }
  .header-logo__link--main img {
    max-width: 260px;
  }
  .menu {
    padding: 21px 18px;
  }
  .menu .header-logoWrap {
    max-width: 260px;
  }
  .top-mv__imgOuter {
    height: 100vw;
  }
  .top-mv__product-txt {
    font-size: 12px;
  }
  .c-btnWrap {
    margin-top: 50px;
  }
  .download-cart {
    bottom: 24px;
    left: 12px;
    max-height: 320px;
    min-height: 0;
    width: 240px;
    padding: 14px 12px;
  }
  .download-cart__list {
    height: 140px;
    margin: 12px 0;
    padding: 0 8px;
  }
  .download-cart__list li img {
    display: none;
  }
  .download-cart__btn {
    padding: 8px 0;
    padding-inline: 24px;
    font-size: 13px;
    width: 200px;
    margin-bottom: 8px;
  }
  .download-cart__btn::before {
    right: 24px;
  }
  .download-cart__clear {
    font-size: 12px;
  }
  .cases-archive__item {
    width: calc((100% - 15px) / 2);
  }
  .cases-archive__ttl-wrap {
    padding: 13px 6px;
    gap: 2px;
  }
  .cases-archive__ttl-wrap .cases-archive__ttl {
    font-size: 14px;
  }
  .cases-single__body--title {
    font-size: 24px;
  }
  .form-txt__body {
    font-size: 14px;
  }
  .form-tel .tel-cta__2col-inner {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .form-tel .tel-cta__2col-telNum {
    font-size: 24px;
  }
  .form-checkboxRow .sp-only {
    display: block;
  }
  .form-table .form-check input:checked + .wpcf7-list-item-label::after,
  .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
    top: 16px;
  }
  .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 {
    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%;
    }
  }
  .swiper-button--catalog.swiper-button--prev {
    left: 4px !important;
  }
  .swiper-button--catalog.swiper-button--next {
    right: 4px !important;
  }
  .top-heading2 {
    gap: 10px;
    margin-bottom: 30px;
  }
  .c-heading1 {
    font-size: 22px;
    margin-top: -21px;
  }
  .c-heading1--en {
    font-size: 48px;
  }
  .c-heading2--sm {
    font-size: 20px;
  }
  .c-heading4 {
    margin-bottom: 20px;
  }
  .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 {
    margin-top: 11px;
    font-size: 16px;
  }
  .company-profile .l-wrap {
    width: calc(100% - 40px);
  }
  .company-profile__table th {
    min-width: auto;
    flex: auto;
    padding-bottom: 10px;
  }
  .company-profile__table td {
    padding: 22px 10px;
    padding-top: 7px;
    padding-bottom: 0;
    border: none;
  }
  .company-profile__table tr:first-child th {
    padding-bottom: 7px;
  }
  .company-profile__table tr:first-child td {
    padding-top: 7px;
  }
  .company-profile__table tr {
    display: flex;
    flex-direction: column;
  }
  .company-profile__table .executives .person {
    flex-direction: column;
    gap: 0;
  }
  .company-profile__table .executives .person:not(:last-child) {
    margin-bottom: 15px;
  }
  .company-profile__imgWrap {
    max-width: 100%;
  }
  .company-greeting__heading--inner {
    padding-bottom: 37px;
  }
  .company-greeting__heading--title {
    font-size: 24px;
  }
  .company-greeting__heading--txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .company-greeting__heading--txt:not(:last-child) {
    margin-bottom: 20px;
  }
  .company-history .l-wrap {
    width: calc(100% - 60px);
  }
  .company-history__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .company-history__txtWrap {
    padding-left: 40px;
  }
  .company-history__yearWrap::before {
    left: -41px;
    width: 10px;
    height: 10px;
  }
  .company-history__yearWrap::after {
    left: -41px;
    width: 30px;
  }
  .company-history__yearWrap--bigdecoration::before {
    left: -41px;
    width: 30px;
    height: 30px;
  }
  .company-history__yearWrap--bigdecoration .inner-circle {
    left: -41px;
    width: 16px;
    height: 16px;
  }
  .company-history__txt {
    padding-left: 8px;
  }
  .company-philosophy-page__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .company-philosophy__heading--listItem p {
    font-size: 18px;
  }
  .company-action-policyction .company-philosophy-page__title,
  .company-action-policyction__content--inner {
    width: calc(100% - 40px);
  }
  .company-action-policyction__content {
    padding-top: 70px;
  }
  .company-action-policyction__content--listItem ul {
    margin-top: 20px;
  }
  .company-action-policyction__content--listItem ul li {
    font-size: 20px;
  }
  .company-action-policyction__content--listItem {
    width: 100%;
    aspect-ratio: auto;
    padding-inline: 20px;
  }
  .company-access__inner:not(:last-of-type) {
    padding-bottom: 60px;
  }
  .company-access__title {
    margin-bottom: 30px;
  }
  .company-access__2col__imgWrap {
    margin-bottom: 12px;
  }
  .company-access__2col__ttl {
    font-size: 20px;
  }
  .company-access__2col__address {
    font-size: 14px;
    margin-top: 7px;
  }
  .downloadList-headingWrap .c-heading-deco {
    margin-bottom: 20px;
  }
  .downloadList-content:not(:last-child) {
    margin-bottom: 40px;
  }
  .tab-content--cad .c-heading-deco:not(:first-child) {
    margin-top: 40px;
  }
  .downloadList-content--thanks {
    gap: 30px 10px;
  }
  .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 .news-link::before {
    width: 100%;
  }
  .news-itemInner {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-ttl {
    padding-left: 0;
  }
  .news-tag {
    margin-left: 0;
    min-width: 80px;
    padding: 0px 8px;
  }
  .news-item .sp-m-only {
    display: block;
  }
  .news-item .pc-only-2 {
    display: none;
  }
  .news-wpContent {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .post-navigation .prev-post,
  .post-navigation .next-post {
    font-size: 13px;
  }
  .privacy-page__table tr {
    display: flex;
    flex-direction: column;
  }
  .privacy-page__table th {
    padding-left: 0;
  }
  .privacy-page__table td {
    border-bottom: none;
    padding-left: 0;
  }
  .privacy-page__table tr:nth-child(n+2) th,
  .privacy-page__table tr:nth-child(n+2) td {
    padding-top: 11px;
    padding-bottom: 15px;
  }
  .privacy-page__table tr:first-child th,
  .privacy-page__table tr:first-child td {
    padding-top: 11px;
    padding-bottom: 15px;
  }
  .privacy-page__table tr:first-child th,
  .privacy-page__table tr:nth-child(n+2) th {
    padding-bottom: 11px;
  }
  .privacy-page__table tr:last-child th {
    border-bottom: 2px solid #1A3F82;
  }
  .products-title {
    max-height: 55px;
    min-height: 55px;
  }
  .products-single .c-heading4 {
    padding-inline: 21px;
  }
  .products-single .cases-archive__ttl {
    font-size: 14px;
  }
  .products-single-head__info-top {
    padding-bottom: 20px;
  }
  .products-single-head__size {
    gap: 10px;
  }
  .products-single-head__detail-tag {
    border-radius: 12px;
  }
  .tab-content__cases-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .tab-content__cases-item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 403px;
    margin-inline: auto;
  }
  .tab-content__cases-img {
    width: 100%;
    min-width: auto;
  }
  .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);
  }
  .accordion_area .accordion_one .ac_header {
    padding: 20px 0px;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0;
  }
  .p-faq__headinner {
    gap: 9px;
  }
  .p-faq__headinner span {
    font-size: 18px;
    height: 26px;
    min-width: 26px;
  }
  .p-faq__bodyinner {
    padding-left: 11px;
    gap: 3px;
  }
  .p-faq__bodyinner::before {
    top: -16px;
    left: -11px;
    height: 30px;
    width: 15px;
  }
  .products-filter button {
    font-size: 12px;
    padding: 5px 16px;
  }
  .quality-about__2col {
    padding-inline: 20px;
  }
  .quality-about__2col__txtWrap .c-heading-deco {
    margin-bottom: 20px;
  }
  .quality-guarantee__title {
    margin-bottom: 20px;
  }
  .quality-guarantee__firsttxt {
    margin-bottom: 11px;
  }
  .quality-guarantee__table th {
    font-size: 14px;
  }
  .quality-guarantee__table td {
    font-size: 14px;
  }
  .recruit-page__table th {
    font-size: 14px;
    padding-block: 20px;
    min-width: 120px;
    padding-left: 6px;
  }
  .recruit-page__table td {
    font-size: 12px;
    padding-block: 20px;
  }
  .recruit-page__table .margin-top-30 {
    margin-top: 20px;
  }
  .solution-newest__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .strengths-heading2 {
    font-size: 22px;
    letter-spacing: 0.1rem;
  }
  .strengths-contents__issue-ttl {
    font-size: 20px;
  }
  .strengths-contents__issue-item {
    padding: 56px 32px 32px;
  }
  .strengths-contents__issue-numWrap {
    top: 20px;
  }
  .strengths-contents__issue-num-top {
    font-size: 14px;
  }
  .strengths-contents__issue-num {
    font-size: 40px;
  }
  .strengths-contents__issue-imgWrap {
    margin-bottom: 24px;
    height: auto;
  }
  .strengths-contents__issue-img {
    width: 140px;
  }
  .strengths-contents__issue-txt {
    font-size: 15px;
  }
  .strengths-contents__issue-arrowWrap {
    margin-bottom: 60px;
  }
  .strengths-contents__issue-arrow {
    width: 30px;
  }
  .strengths-contents__issue-bottomWrap {
    padding: 0;
  }
  .strengths-contents__issue-bottomWrap::before, .strengths-contents__issue-bottomWrap::after {
    content: none;
  }
  .strengths-contents__issue-heading3 {
    position: relative;
    padding: 4px 40px;
    margin-bottom: 40px;
  }
  .strengths-contents__issue-heading3::before, .strengths-contents__issue-heading3::after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 11px;
    border: solid 1px #000;
  }
  .strengths-contents__issue-heading3::before {
    left: 0;
    border-right: none;
  }
  .strengths-contents__issue-heading3::after {
    right: 0;
    border-left: none;
  }
  .strengths-contents__issue-bottomTxt {
    text-align: start;
  }
  .strengths-reason__item-txtWrap {
    padding: 40px 30px;
  }
  .strengths-reason__item-imgWrap {
    flex: 0 1 246px;
  }
  .recruiting-tab__wrap {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
  .recruiting-tab__wrap .tab-label {
    padding: 14px 0;
    width: calc(25% - 2.5px);
    font-size: 11px;
    font-weight: 500;
    border-radius: 12px 12px 0 0;
  }
  .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    padding: 17px 10px;
    font-size: 16px;
  }
  .recruit-page .recruiting-tab__wrap .tab-label {
    font-size: 16px;
    padding: 15px;
    max-width: 150px;
    letter-spacing: 0.3em;
  }
  .recruit-page .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    font-size: 16px;
    padding: 15px;
  }
  .recruit-page .recruiting-tab__wrap .tab-label--first {
    display: block;
    margin-left: 20px;
  }
  .fv-title {
    font-size: 2.5rem;
  }
  .top-ttl__en {
    font-size: 23px;
    margin-bottom: 11px;
  }
  .top-sector__list {
    -moz-column-gap: 13px;
         column-gap: 13px;
    row-gap: 25px;
  }
  .top-sector__item {
    width: calc((100% - 13px) / 2);
  }
  .top-cases .l-wrap {
    width: calc(100% - 40px);
  }
  .top-card .top-heading__txt {
    max-width: 100%;
  }
  .top-card__content {
    padding-bottom: 18px;
  }
  .top-card__item {
    aspect-ratio: 639/275;
    padding-block: 22px;
    padding-inline: 15px;
  }
  .top-card__item2content {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .top-card__item2Wrap {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .top-card__item2btn--tab {
    display: none;
  }
  .top-card__item2btn--sp {
    display: block;
  }
  .top-news__list {
    margin-bottom: 40px;
  }
  .top-news__item a {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .top-recruit {
    background: url(../imgs/top/top-recruit@2x.jpg) no-repeat 70% center/cover;
  }
  .top-recruit__item {
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  /* iPhone 4（以下） 横の画面幅-480px */
  .l-main {
    padding-top: 40px;
  }
  .post-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .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 .tel-cta__2col-telNum {
    font-size: 34px;
  }
  .header-logo__link--main img {
    max-width: 182px;
    min-width: 182px;
  }
  .header-logo__link--group img {
    max-width: 59px;
  }
  .header-logo__link--group p {
    font-size: 9px;
  }
  .menu {
    padding: 10px 18px;
  }
  .menu .header-logoWrap {
    max-width: 165px;
  }
  .hamburger {
    top: 24px;
    padding-block: 8px;
  }
  .download-cart {
    bottom: 24px;
    left: 12px;
    max-height: 320px;
    min-height: 0;
    width: 240px;
    padding: 0 14px 12px;
  }
  .download-cart__ttlWrap {
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }
  .download-cart__ttl {
    font-size: 12px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .download-cart__ttl::after {
    width: 10px;
    height: 10px;
  }
  .download-cart__list p {
    font-size: 11px;
  }
  .download-cart__clear {
    font-size: 10px;
  }
  .download-cart__clear::before {
    width: 16px;
    height: 16px;
  }
  .cases-archive__box:not(:last-of-type) {
    margin-bottom: 48px;
  }
  .cases-archive__list {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }
  .cases-archive__item {
    width: calc((100% - 10px) / 2);
  }
  .cases-archive__ttl-wrap .cases-archive__ttl {
    font-size: 12px;
  }
  .case-category {
    font-size: 18px;
  }
  .form-tel .tel-cta__2col-inner {
    flex-direction: column;
  }
  .form-tel .tel-cta__2col-telNum {
    font-size: 20px;
  }
  .form-table-confirm tr {
    flex-direction: column;
    row-gap: 0;
    margin-bottom: 17px;
  }
  .form-table-confirm th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .form-table-confirm th label {
    font-weight: 500;
  }
  .form-table-confirm td {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .contact-thanks .downloadList-btn {
    font-size: 12px;
  }
  .form-thanks__content .form-thanks__txt {
    font-size: 14px;
  }
  .swiper-buttonWrap {
    display: block;
  }
  .swiper-button span {
    width: 40px;
    height: 40px;
  }
  .top-cases__swiper .swiper-button--prev {
    left: 4%;
    bottom: 68%;
  }
  .top-cases__swiper .swiper-button--prev::before {
    left: 34%;
  }
  .top-cases__swiper .swiper-button--next {
    right: 8%;
    bottom: 68%;
  }
  .top-cases__swiper .swiper-button--next::before {
    right: 34%;
  }
  .c-heading4 {
    padding-left: 10px;
  }
  .company-info__title {
    font-size: 14px;
  }
  .top-product__deco {
    font-size: 14px;
  }
  .company-greeting__heading--title {
    font-size: 20px;
  }
  .company-greeting__heading--txt:not(:last-child) {
    margin-bottom: 18px;
  }
  .company-philosophy-page__title {
    font-size: 24px;
  }
  .company-philosophy__heading--listItem p .sp-only {
    display: none;
  }
  .company-philosophy__heading--listItem:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .company-action-policyction__content--list {
    flex-direction: column;
    row-gap: 50px;
  }
  .company-action-policyction__content--listItem ul {
    margin-top: 11px;
  }
  .company-action-policyction__content--listItem ul li {
    font-size: 16px;
  }
  p .company-action-policyction__listItem--number {
    font-size: 56px;
  }
  p .company-action-policyction__listItem--text {
    font-size: 24px;
  }
  .company-access__2col__content {
    display: flex;
    flex-direction: column;
    gap: 40px 30px;
  }
  .company-access__2col__item {
    max-width: 100%;
    width: 100%;
  }
  .company-access__2col__addressWrap {
    flex-direction: row !important;
    padding-bottom: 13px;
    padding-bottom: 14px;
  }
  .company-access__2col__map {
    max-width: 152px !important;
  }
  .company-access__2col__map::before, .company-access__2col__map::after {
    right: 18px !important;
  }
  .downloadList-content {
    gap: 24px 0px;
  }
  .downloadList-item {
    margin-inline: 10px;
  }
  .downloadList-btn {
    padding: 10px 30px 10px 16px;
    font-size: 12px;
    min-width: 120px;
  }
  .downloadList-btn::after {
    width: 13px;
    height: 13px;
    left: 11px;
  }
  .downloadList-btn:has(input:checked)::after {
    width: 15px;
    height: 15px;
  }
  .catalog-list__ttl {
    font-size: 14px !important;
    margin-block: 12px !important;
  }
  .tab-content--catalog .downloadList-btn:has(input:checked)::after {
    margin-top: -0.7px;
    margin-left: -0.7px;
  }
  .tab-content--catalog .downloadList-btn {
    padding: 10px 20px 10px 30px;
    font-size: 12px;
    line-height: normal;
  }
  .download-form .form-checkbox {
    grid-template-columns: 1fr 1fr;
    gap: 24px 24px;
  }
  .download-form .checkbox-content p {
    font-size: 12px;
    letter-spacing: normal;
  }
  .download-thanks__itemWrap {
    grid-template-columns: 1fr;
  }
  .news-categoryWrap {
    gap: 0;
  }
  .news-category__link {
    padding: 12px 10px;
  }
  .news-date {
    font-size: 14px;
  }
  .products-list {
    flex-direction: column;
    row-gap: 21px;
  }
  .products-list__item {
    width: 100%;
  }
  .products-title {
    text-align: center;
    max-height: auto;
    min-height: auto;
    margin-bottom: 10px;
    padding-block: 10px;
  }
  .products-description {
    min-height: 58px;
  }
  .products-single .c-heading4 {
    font-size: 16px;
    padding-block: 3px;
    padding-inline: 10px;
  }
  .products-single-head__label {
    font-size: 14px;
  }
  .products-single-head__detail-tag {
    padding: 5px 10px;
    min-width: 80px;
    font-size: 12px;
  }
  .products-single-body__nav {
    flex-direction: column;
  }
  .products-single-body__nav-item {
    width: 100%;
  }
  .quality-about__2col__txtWrap .quality-about__policy__txt {
    font-size: 18px;
  }
  .quality-guarantee__table th,
  .quality-guarantee__table td {
    padding: 8px 11px;
  }
  .quality-guarantee__table th {
    width: 83px;
  }
  .recruit-page__tableWrap {
    padding-top: 20px;
  }
  .recruit-page__table tr:last-child th {
    border-bottom: 2px solid #1A3F82;
  }
  .recruit-page__table tr {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .recruit-page__table th {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 102px;
  }
  .recruit-page__table td {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .recruit-page__table .margin-top-30 {
    margin-top: 11px;
  }
  .solution-newest__head-companyWrap {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .solution-newest__head-companyImg img {
    max-width: 90px;
    max-height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .solution-newest__head-companyName {
    font-size: 12px;
  }
  .solution-service__list {
    grid-template-columns: 1fr;
  }
  .solution-cta__2col-telNum {
    font-size: 34px;
  }
  .strengths-heading2-line {
    white-space: nowrap;
  }
  .recruiting-tab__wrap .tab-switch:checked + .tab-label {
    font-size: 12px;
    padding: 12px 0px;
    border-radius: 12px 12px 0 0;
  }
  .top-mv {
    min-height: 450px;
  }
  .fv-title {
    font-size: 2rem;
  }
  .mainvisual-overlay {
    background-position: 50% 100%;
    min-height: 450px;
  }
  .mv-products-link__item-ttl {
    font-size: 14px;
  }
  .top-news__item {
    padding-bottom: 15px;
  }
}
@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;
  }
  .footer-cta .tel-cta__2col-btn:hover {
    background-color: #D4E3F8;
  }
  .footer-cta .tel-cta__2col-btn:hover span {
    right: 36px;
  }
  .footer-cta .tel-cta__2col-btn:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .footer-cta .tel-cta__2col-btn:hover span {
    right: 12px;
  }
  .footer-cta__btn:hover:before {
    animation: btnHover 1s ease-in-out;
    animation-fill-mode: forwards;
    /*コレが最後停止*/
  }
  .footer-link:hover {
    opacity: 0.6;
  }
  .header-link--top:hover {
    font-weight: 700;
  }
  .header-btn:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .header-btn--wh:hover {
    color: #ffffff;
  }
  .header-btn--bl:hover {
    color: #1A3F82;
    border: solid 1px #1A3F82;
  }
  .header-link:hover ~ .header-nav__2levels {
    visibility: visible;
    opacity: 1;
  }
  .header-nav__2levels:hover {
    visibility: visible;
    opacity: 1;
  }
  .header-nav__2levels-topTtlWrap:hover .header-nav__2levels-topTtl--en span {
    transform: translateX(4px);
  }
  .header-nav__2levels-topTtlWrap:hover .header-nav__2levels-topTtl--en span::before {
    animation: btn_arrow 0.6s ease-out;
  }
  .header-nav__2levels-link:hover span {
    transform: translateX(4px);
  }
  .header-nav__2levels-link:hover span::before {
    animation: btn_arrow 0.6s ease-out;
  }
  .header-nav__2levels-link--products:hover {
    opacity: 0.6;
  }
  .header-nav__2levels-footer__cta-btn:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .header-nav__2levels-footer__cta-btn:hover span {
    right: 12px;
  }
  .header-nav__2levels-footer__cta-btn:hover span::before {
    animation: btn_arrow 0.6s ease-out;
  }
  .header-nav__2levels-footer__cta-btn:hover {
    color: #ffffff;
    background-color: #000;
  }
  .header-nav__2levels-footer__cta-btn:hover span {
    right: 20px;
    border: solid 1px #ffffff;
  }
  .header-nav__2levels-footer__cta-btn:hover span::before {
    animation: btn_arrow 0.6s ease-out;
    background: url(../imgs/common/arrow-wh-t.svg) no-repeat center/contain;
  }
  .c-link:hover span {
    transform: translate(calc(-50% + 5px), -50%);
  }
  .c-btn--wh .c-link:hover {
    background-color: #D4E3F8;
  }
  .c-btn--wh .c-link:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .c-btn--bl .c-link:hover {
    background-color: #D4E3F8;
    color: #1A3F82;
  }
  .c-btn--bl .c-link:hover p {
    color: #1A3F82;
  }
  .c-btn--bl .c-link:hover::before {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
  .top-product .c-btn--bl .c-link:hover {
    background-color: #ffffff;
  }
  .top-product .c-btn--bl .c-link:hover span {
    border-left: 19px solid #1A3F82;
  }
  .product-download__checkLabel:hover::before {
    left: 0;
  }
  .cases-archive__link:hover .post-imgWrap img {
    transform: scale(1.1);
  }
  .cases-archive__link:hover .post-imgWrap img {
    transform: scale(1.1);
  }
  .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.6296296296vw;
    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 .first:hover,
  .wp-pagenavi .last:hover,
  .wp-pagenavi .page:hover {
    background-color: #1A3F82;
    color: #ffffff;
  }
  .swiper-button:hover span::before {
    animation: btn_arrow 0.6s ease-out;
  }
  .products-link__item-imgWrap:hover img {
    transform: scale(1.1);
  }
  .company-access__2col__map:hover {
    cursor: pointer;
    background-color: #1A3F82;
    color: #ffffff;
  }
  .company-access__2col__map:hover::before {
    opacity: 0;
  }
  .company-access__2col__map:hover::after {
    opacity: 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: #1A3F82;
  }
  .sitemap-item__title:hover span {
    transform: translateX(5px);
  }
  a.solution-newest__listLink:hover .solution-newest__productImg img {
    transform: scale(1.06);
  }
  a.solution-newest__listLink:hover .solution-newest__productBtn span {
    transform: translate(4px, -50%);
  }
  a.solution-newest__listLink:hover .solution-newest__productBtn span::before {
    animation: btn_arrow 0.6s ease-out;
  }
  .solution-use__btn:hover {
    color: #000;
  }
  .solution-use__btn:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .solution-access__mapBtn:hover {
    color: #ffffff;
  }
  .solution-service__listLink:hover .solution-service__imgWrap img {
    transform: scale(1.06);
  }
  .top-mv__news-mark:hover span {
    transform: translateX(4px);
  }
  .top-mv__news-mark:hover span::before {
    animation: btn_arrow 0.6s ease-out;
  }
  .top-mv__news-content:hover {
    opacity: 0.4;
  }
  .mv-products-link__item a:hover::before {
    opacity: 0;
  }
  .mv-products-link__item a:hover .mv-products-link__item-ttl {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
    transition: text-shadow 0.3s ease-in-out;
  }
  .top-sector__link:hover .top-sector__thumb img {
    transform: scale(1.1);
  }
  .top-sector__link:hover .top-sector__title {
    opacity: 0.6;
  }
  .top-cases__item:hover .top-cases__imgWrap img {
    transform: scale(1.1);
  }
  .top-card__item:hover::before {
    opacity: 0;
  }
  .top-card__item:hover .top-heading2--en,
  .top-card__item:hover .top-heading2--ja,
  .top-card__item:hover .top-heading__txt {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
    transition: text-shadow 0.3s ease-in-out;
  }
  .top-card__item2--links a:hover {
    opacity: 0.6;
  }
  .top-company__imgWrap:hover img {
    transform: scale(1.06);
  }
  .top-news__item a:hover {
    color: #19489f;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .header-btn--wh:hover {
    color: #000;
  }
  .header-btn--bl:hover {
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  .header-link:hover ~ .header-nav__2levels {
    visibility: hidden;
    opacity: 0;
  }
  .header-nav__2levels:hover {
    visibility: hidden;
    opacity: 0;
  }
  .header-gtranslate_inner:hover {
    height: 100px;
  }
  .top-card__item:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header-item#current {
    color: #1A3F82;
    font-weight: 700;
  }
}
@media (min-aspect-ratio: 16/10) {
  .top-mv__imgOuter {
    max-width: 51.5046296296vw;
  }
}
@media (min-aspect-ratio: 16/8.5) {
  .top-mv__imgOuter {
    height: 103%;
    top: -4%;
    max-width: 47.4537037037vw;
  }
}
@media (min-aspect-ratio: 16/9) {
  .top-mv__mainProduct {
    left: 0vw;
  }
  .swiper-button--catalog.swiper-button--prev {
    left: 16%;
  }
  .swiper-button--catalog.swiper-button--next {
    right: 16%;
  }
}
@media (min-aspect-ratio: 16/8) {
  .top-mv__mainProduct {
    bottom: -4.6296296296vw;
    left: -5.787037037vw;
  }
}
@media screen and (max-width: 433px) {
  .form-txt__title .sp-only {
    display: block;
  }
}
@media screen and (max-width: 498px) {
  .form-tel .tel-cta__2col-telWrap {
    width: 100%;
  }
}
@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 (max-width: 735px) {
  .company-access__2col__addressWrap {
    flex-direction: column;
    gap: 2px;
  }
  .company-access__2col__map {
    max-width: 100%;
    padding-block: 5px;
  }
  .company-access__2col__map::before, .company-access__2col__map::after {
    right: 30%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 630px) {
  .company-access__2col__map::before, .company-access__2col__map::after {
    right: 26%;
  }
}
@media screen and (max-width: 530px) {
  .company-access__2col__map::before, .company-access__2col__map::after {
    right: 23%;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-navWrap {
    flex-direction: column;
  }
  .sitemap-list {
    max-width: 100%;
  }
  .mv-products-link__list {
    flex-wrap: wrap;
  }
  .mv-products-link__item {
    width: calc((100% - 23px) / 2);
  }
}
@media screen and (max-width: 416px) {
  .mv-products-link__item-ttl {
    font-size: 12px;
  }
}